/*------------------------------  顶部通用-------------------------------*/
.header:before{border-bottom: 1px solid #0177eb;position:absolute;content: ""; width:0; bottom: 0;left: 50%; transform: translateX(-50%);transition: all .8s ease 0s;z-index: 100;}
.header:hover:before{width: 100%;}

.top-right{padding-top: 15px;}
.top-right ul{display: flex;justify-content: right;align-items: center;}
.top-right ul li{position: relative;width: 34px;height: 21px;text-align: center;margin-left: 30px;}
.top-right ul li a img{height:18px;}
.top-right ul li figure{width: 100px;height: 100px;position: absolute;top: 26px;display: none;z-index:100;}
.top-right ul li:hover figure{display: block;}
.top-right ul li figure p{width:160px;line-height:45px;background:#0177eb;text-align:center;color:#fff;font-size:16px;border-radius: 5px;}

.sticky-nav {width: 100%;position: fixed;top: 0;left: 0;z-index: 9999;}
.sticky-nav .top{display: flex;justify-content: space-between;align-items: flex-end;padding: 0 3.5vw;padding-bottom: 15px;}
.sticky-nav .top .top-l{width: 223px;}
.sticky-nav .top .logo{}
.sticky-nav .top .logo img{width: 100%;}

.sticky-nav .top .top-r{width: 80%;}
.top .top-r-2{display: flex;justify-content: right;align-items: flex-end;}
.top .top-ss form{width: 235px;display: flex;justify-content: space-between;border-bottom: 1px solid rgba(0, 0, 0, .24);padding-bottom: 5px;}
.top .top-ss input{width: 80%;border: none;background: none;}
.top .top-ss button{width: 20%;text-align: right;background: none;border: none;}

/*导航*/
.navBar{width: 70%;margin-right: 50px;}
.nav{position: inherit;font-size: 16px;margin: 0;display: flex;justify-content: right;}
.nav .m{display: inline-block;position: initial;z-index: 1;text-align: center;width: 13%;}
.nav .m h3{font-size:100%;font-weight:normal;margin: 15px auto 0px;}
.nav h3 a{display:block;text-transform: uppercase;font-size: 16px;color: #000;}
.nav .m h3 a:hover,.nav .active h3 a{color:#0177eb;}

.sub{position: absolute;width: 100%;background: #fff;left: 0;top:92px;border-bottom: 1px solid #eee;padding-top:10px;display: none;}
.sub ul{width: 1240px; margin: 0 auto;max-width: 94%;  padding:0 0 20px 0 ;position: relative;}
.sub_a{height: 850px;}
.sub_a li{float:none; width: 100%;height: 80px;text-align: left;}
.sub_a span{float:left; width:180px; font-size: 18px; line-height: 80px; color: #333;position: relative;z-index: 10;cursor: pointer;}
.sub_a em{float:left; width:140px; font-size: 18px; line-height: 80px; color: #333;}
.sub_a b{float: right; height: 80px;background: url(../images/a_01a.png) no-repeat center center; width: 15px;opacity: 0;transition: All 0.4s ease-in-out;}
.sub_a li span.on1 b{background: url(../images/a_01.png) no-repeat center center; opacity: 1;}
.sub_a li span.on1{color: #0078E9;}
.sub_a li a:hover{color: #0078E9;text-decoration:none;}
.sub_a li a:hover b{background: url(../images/a_01.png) no-repeat center center;opacity: 1;}
.sub_nr{width: calc(100% - 190px);position: absolute; top: 0; right: 0;display: none;height: 800px;}
.sub_nr dl{overflow: hidden;}

.sub_nr dt {width: 24.3%;animation:fadeInRight .65s, 100ms;float: left;  padding-top:30px;}
.sub_nr dt a{display: block; margin: 0 auto;text-align: center;}
.sub_nr dt img{margin: 0 auto;width: auto;height: 100px;}
.sub_nr dt p{font-size: 14px; margin-top: 20px;}
.sub_nr dt a:hover p{color: #0078E9;}

.sub_b{display: none;}
.sub_b dt{display: inline-block; line-height: 60px; font-size: 14px; padding: 0 30px;}
.sub_b dt a{color: #333;}
.sub_b dt a:hover{color: #0078E9;}


.header{transition: all 0.5s;}
/*.header.up {
    transform: translateY(-110%);
}*/
.sticky-nav.menu_fixed {
	box-shadow: 2px 4px 8px rgba(51, 51, 51, .1);	
	background-color: #fff;
}


@keyframes sticky {	
	0% {		
		transform: translateY(-100%)	
	}	
	100% {		
		transform: translateY(0)	
	}
}

/*wap*/
.sp_header{display: none;}
.sjj_nav{display: none;}

@media screen and (max-width:1650px){
	
}

@media screen and (max-width:1450px){
	.navBar {width: 73%;}
}

@media screen and (max-width:1300px){
	
}

@media screen and (max-width:1250px){

}

@media screen and (max-width:1024px){
	.sticky-nav,.top-1{display: none;}
	.top-nav{display: none;}
	.logo{padding-top:10px !important;padding-bottom: 10px;}
	
	.sp_header.bg{background: #fff;box-shadow: 2px 4px 8px rgba(51, 51, 51, .2);}
	.sp_header.bg .sp_logo a{background-position-y:-99px;}
	.sjj_nav{display: block;}
	.sp_header{
		height: 61px;
		overflow: hidden;
		z-index: 99999;
		width: 100%;
		position: fixed;
		top: 0;
		display: flex;
		justify-content: space-between;
		padding: 0px 3vw;
		align-items: center;
	}	
	.sp_logo{}
	.sp_logo a{display: block;height: 40px;}
	.sp_logo a img{height: 40px;width: auto;}
	.sp-r{width: 60vw;display: flex;justify-content: right;align-items: center;}	
	.sp_nav{width:40px;position:relative;cursor:pointer;height:23px;}
	.top-r .top-r-btn a{width: 140px;height: 40px;line-height: 40px;font-size: 14px;margin-right: 15px;}

	.sp_nav span{display:block;background: #0177eb;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
	.on .sp_nav span{background: #0177eb;}
	.sp_nav span:nth-of-type(1){top:0px}
	.sp_nav span:nth-of-type(2){top:10px}
	.sp_nav span:nth-of-type(3){top:20px}
	.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
	.sp_nav_se span:nth-of-type(2){width:0}
	.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
	.sjj_nav{position:fixed;z-index:9999;background: rgba(255,255,255, 1);width:100%;height:calc(100% - 80px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
	.nav_show{top:60px;}
	.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
	/*.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 110px)}*/
	.sjj_nav>ul>li:first-child .language{float:right;width:110px;overflow:hidden;line-height:30px;margin-top:5px}
	.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#999;}
	.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:45px;padding:0px 7px 0 7px;}
	.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
	.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
	.sjj_nav ul li{line-height: 55px;font-size: 18px;text-align: left;position: relative;margin-left: 0;border-bottom:1px #ddd solid;}
	.sjj_nav ul li ul{display:none}
	.sjj_nav ul li a{color:#000;width:80%;padding-left: 25px;}
	.sjj_nav ul li ul li a{color:#333;display:block;text-align:left;}
	.sjj_nav ul li i svg{width:35px;height:20px;fill:##000;margin-top: 11px;}
	.sjj_nav ul li .sjj_nav_i_se svg{fill:#1F528E}
	.sjj_nav ul li ul li>ul{margin-left:10px}

	.sjj_nav ul li ul li{border-bottom: none;font-size: 16px;border-top: 1px #ddd solid;padding-left: 30px; padding-left: 18px;line-height: 40px;}

	.ny-xq-nav .sp_header .sp_logo a{background-position-y:-99px;}
	.ny-xq-nav .sp_header{background: #fff;}
	
} 
@media screen and (max-width:380px){
	.sp_logo a {
		width: 113px;
		height: 43px;
		background-size: 100% auto;
	}
	.sp_header.bg .sp_logo a {
		background-position-y: -80px;
	}
	.ny-xq-nav .sp_header .sp_logo a {
		background-position-y: -80px;
	}
}





