body,p,h1,h2,h3,h4,h5,h6,img,ul,li,dl,dd,dt,input,button,textarea{margin:0; padding:0;  }
body{
	font-size:16px; color:#222; font-family:"Source Han Sans CN","Arial";overflow-x: hidden;
}
img { border:0 none;}  
ol, ul ,dl,li,dt,dd{ list-style:none; }
h1, h2, h3, h4, h5, h6{font-weight:normal;}
em {font-style:normal; }
img{display: block; width: auto;}
input, button, select, textarea { outline:none; } 
textarea {
    resize: none;
    overflow: auto;
}
a {color:#222;text-decoration:none; outline: medium none; cursor: pointer;}
a:hover { text-decoration:none; outline: medium none;}
.clearfix:after{
  content:"";        
  display:block;        
  height:0;        
  clear:both;        
  visibility:hidden;   
}
.clearfix{zoom:1;}
.wapflex{
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -moz-box-pack:space-between;
    -webkit--moz-box-pack:space-between;
    box-pack:space-between;
    align-items: center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.content{
	width: 1400px;
	margin: 0 auto;
}
.content p{
	line-height: 28px;
	font-size: 16px;
}
.clear{
	clear: both;
}
.aniimg{
	overflow: hidden;
}
.aniimg img{
	display: block;
	transition: all 0.6s;
	vertical-align: middle;
	transform: scale(1);
}
.aniimgbox:hover .aniimg img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.content img{
	width: 100%;
}
.padd{
	padding: 70px 0;
}
.mtop{
	margin-top: 60px;
}
.menubtn{
	display: none;
}

header{
	padding: 0 40px;
	background: #FFF;
	height: 80px;
}
.headfixed{
	position: fixed;
	top: 0;
	box-sizing: border-box;
	z-index: 9;
	width: 100%;
	border-bottom: 1px solid #E6E6E6;
	box-shadow:0px 15px 10px -15px #efefef;
}
.logo{
	justify-content: flex-start;
	width: 12%;
}
.logo>img{
	width: 79.2%;
	animation: showimg 1s linear;
}
.logo span{
	width:20.8%;
	display: inline-block;
	overflow: hidden;
	animation: wrapper-gradient 0.8s linear;
}
.logo span img{
	width: 100%;
	animation: img-gradient 0.8s linear;
}
@keyframes showimg {
   0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes wrapper-gradient {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes img-gradient {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}

.en{
	display: block;
	width: 40px;
	height: 40px;
	border: 2px solid #2F2623;
	border-radius: 50%;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 36px;
	text-align: center;
	color: #222;
}
.search{
	background: url(../images/search.png) no-repeat center center;
	background-size: 17px 17px;
	width: 40px;
	height: 40px;
	border: 2px solid #32AECD;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	box-sizing: border-box;
	position: relative;
}

.searchshow .search{
	background: none;
	width: 180px;
	box-sizing: border-box;
	line-height: 35px;
	border: 2px solid #32AECD;
	border-radius:35px;
	
	z-index: 9;
	background: #FFF;
	overflow:hidden;
}
.searchshow input[type='text']{
	line-height: 35px;
	border:0 none;
	padding-right: 43px;
	padding-left: 15px;
	box-sizing: border-box;
	width: 100%;
}
.searchshow input[type='submit']{
	position: absolute;
	cursor: pointer;
	right: 0;
	background: url(../images/search.png) no-repeat center center;
	width: 35px;
	border:0 none;
	height: 35px;
	top: 0;
	margin-right: 8px;
}
.menu{
	height: 40px;
	width: 110px;
	line-height: 36px;
	cursor: pointer;
	border: 2px solid #06368D;
	border-radius: 20px;
	color: #06368D;
	text-transform: uppercase;
	box-sizing: border-box;
	font-size: 16px;
	display: inline-block;
	padding-left: 20px;
	padding-right: 37px;
	background: url(../images/menu.png) no-repeat 78px center;
}
.headright{
	position: relative;
	width: 77%;
	animation: showimg 1s linear;
	box-sizing: border-box;
	height: 80px;
}
.headbtn{
	width: 213px;
	float: right;
	padding-top: 20px;
}
.searchshow{
	width: 353px;
}
.headbtn .search form{
	display: none;
}
.searchshow .search form{
	display: inline-block;
}


.nav{
	text-align: right;
	padding-right: 20px;
}
.nav>li{
	line-height: 80px;
	padding: 0 2.6%;
	display: inline-block;
	position: relative;
}
.nav>li:after{
	content: '';
	width: 5px;
	height: 5px;
	background: #DBDBDB;
	border-radius: 50%;
	display: block;
	position: absolute;
	right: -3px;
	top: 50%;
	margin-top:-3px;

}
.nav>li:last-child:after{
	display: none;
}
.nav>li>a{
	font-size: 20px;
	display: inline-block;
	position: relative;
	line-height: 26px;
	z-index: 1;
}
.nav>li.navact>a:after,.nav>li:hover>a:after{
	content: '';
	width: 100%;
	height: 8px;
	background: #32AECD;
	z-index: -1;
	display: block;
	position: absolute;
	bottom: 0;
}
.nav>li ul{
	position: absolute;
	background: #FFF;
	padding: 20px;
	z-index: 9;
	top: 80px;
	white-space: nowrap;
	left: 50%;
	display: none;
	transform: translateX(-50%);
	border-top:1px solid #17559e;
}
.nav>li ul li{
	line-height: 32px;
	text-align: center;
}
.nav>li ul li.navact a,.nav>li ul li:hover a{
	color: #32aecd;
	border-bottom:1px solid #32aecd;
	padding-bottom: 5px;
}
.nav>li:hover ul{
	display: block;
}


/*route*/
.route{
	padding: 30px 0;
	background: #FFF;
	position: relative;
	z-index: 2;
	padding-left: 0px;
	box-sizing: border-box;
	text-align: right;
}
.route a{
	font-size: 16px;
	color: #999;
	line-height: 18px;
	display: inline-block;
}
.route a:first-child:before{
	content:'';
	width: 18px;
	height: 18px;
	display: inline-block;
	background-size: 16px 16px;
	background:url(../images/routeicon.png) no-repeat 0px 0px;
	margin-right: 20px; 
	float: left;
	margin-top: -1px;
}
.route i{
	display: inline-block;
	font-size: 16px;
	line-height: 18px;
	color: #999;
	margin: 0 5px;
}
.route a:hover{
	color: #32AECD;
}
.route a:first-child:hover:before{
	background-position:-18px 0px;
}
.route a:last-child:hover{
	color: #999;
}
/*route end*/
/*foot*/
.foottop{
	background: #0A1F44;
	padding-bottom: 55px;
}
.footnav{
	width: 68%;
	height: 100%;
	align-items: flex-start;
}
.footnav dl{
	background: url(../images/footnavbg.png) no-repeat left top;
	padding-left: 2.4%;
	height: 180px;
	padding-top: 45px;
	width: 20%;
	box-sizing: border-box;

}
.footnav dl a{
	color: #FFF;
	line-height: 32px;
}
.footnav dl a:hover{
	opacity: 0.9;
}

.footnav dl dt{
	margin-bottom: 20px;
	font-size: 20px;

}
.foottop .content{
	align-items: flex-start;
}
.footcode{
	width: 27.7%;
	padding-top: 50px;
}
.code{
	width: 28.5%;
	float: left;
}
.code img{
	border-radius: 5px;
}
.code p{
	text-align: center;
	font-size: 16px;
	color: #FFF;
	margin-top: 10px
}
.footphone{
	float: right;
	width: 57%;
}
.footphone img{
	width: 50px;
	height: 50px;
	border: 2px solid rgba(255,255,255,0.3);
	border-radius: 12px;
	box-sizing: border-box;
	margin-bottom: 20px
}
.footphone span{
	font-size: 16px;
	color: #FFF;
	display: block;
}
.footphone a{
	display: block;
	color: #32AECD;
	margin-top: 10px;
	font-size: 28px;
	font-weight: bold;
}
.footbottom{
	background: #071838;
	padding-top: 40px;
}
.links{
	padding-bottom: 30px;
	border-bottom:1px solid rgba(255,255,255,0.2);
}
.links h5{
	font-size: 20px;
	color: #FFF;
	background: url(../images/links.png) no-repeat left center;
	padding-left: 37px;
	float: left;
	width: 12.5%;
	box-sizing: border-box;
}
.linkscon{
	float: left;
	width: 87.5%;
}
.linkscon a{
	font-size: 16px;
	color: #FFF;
	padding: 0 20px;
	float: left;
	line-height: 30px;
}
.linkscon a:hover{
	opacity: 0.9;
}
.footbqsy{
	padding: 35px 0 45px;
}
.footbqsy p{
	line-height: 28px;
	color: rgba(255,255,255,0.5);
}
.footbqsy p a{
	color: rgba(255,255,255,0.5);

}
.footbqsy p a:hover{
	color: rgba(255,255,255,0.8);
}
.footbqsyright{
	width: 120px;
}
.footbqsyright a{
	width: 50px;
	height: 50px;
	border: 2px solid rgba(255,255,255,.3);
	border-radius: 12px;
	display: block;
	box-sizing: border-box;
}
.footbqsyright a:hover{
	background-color: rgba(255,255,255,.1);
}
.totop{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background:url(../images/totop.png) no-repeat center center ;
    background-size: 48px 48px;
    z-index: 7;
    position: fixed;
    right: 60px;
    bottom:155px;
    display: none;
    cursor: pointer;
    border: 1px solid rgba(153,153,153,0.7);
    border-radius: 12px;
    box-sizing: border-box;
}
.totop:hover{
	background-color:rgba(255,255,255,0.3);
	    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}

@media (max-width: 1800px){
	.headright{
		width: 88%
	}
}
@media (max-width: 1550px){
	.nav>li{
		padding: 0 1.5%;
	}
	.nav>li>a{
		font-size: 18px;

	}
}
@media (max-width: 1500px){
	.content{
		width:1200px;
	}

	.nav>li>a{
		font-size: 16px;

	}
	.footphone a{
		font-size: 22px;
	}
	.footnav dl dt{
		font-size: 18px;
	}
}
@media (max-width: 1400px){
	.totop{
		right: 15px;
		bottom: 100px;
	}
}
@media (max-width: 1300px){
	.content{
		width: 90%;
	}
	.padd{
		padding: 50px 0;
	}
	.headright{
		width: 85%
	}
	.nav>li>a{
		font-size: 16px;
		
	}
	
}
@media (max-width: 1200px){
	.nav>li{
		padding: 0 0.3%;
	}
}