@charset "utf-8";

/**************************banner******************************/
@media (max-width: 1025px) {
	html {
		font-size: 55%;
	}

	body {
		font-size: 1.4rem;
	}
	.container {
		width: 92.48%;
		margin: 0 auto;
	}
	.morethan1025{display: none;}
	.lessthan1025{display: block;}
	.essthan1025 a:hover, .lessthan1025 a.cur{
		border-bottom: #04449c  solid 2px;
	}
	.foot {
		margin: 0 auto;
		padding: 10px 0;
		font-size: 14px;
	}

	.header-logo h1,
	#header.fixedbg .header-logo h1 {
		font-size: 34px;
	}
	.header-logo h1 span{
		font-size: 19px;
	}
	.right-nav{
		display: none;
	}
	/*显示手机端导航*/
	.burger_menu {
		display: block;
	}
	.head-tel {
		display: none;
	}
	.burger_menu {
		display: block;
		transform: translateZ(0);
		width: 30px;
		height: 38px;
		z-index: 99999;
		float: right;
		position: relative;
		margin-top: 10px;
	}

	.header-logo {
		position: relative;
		z-index: 99999;
	}

	.burger_menu [class*="_line"] {
		transition: transform 0.3s ease, background 0.3s ease, opacity 0.3s ease, top 0.3s ease;
		width: 28px;
		height: 2px;
		border-radius: 10px;
		background: #124fa0;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		z-index: 9999;
		font-weight: bold;
	}

	.burger_menu .top_line {
		top: -20px;
	}

	.burger_menu .bottom_line {
		top: 20px;
	}

	.toggle_burger {
		transform: translateZ(0);
	}

	.toggle_burger .top_line {
		top: 0;
		transform: rotate(45deg);
		color: #fe85ae;
		background: #124fa0;
	}
	.toggle_burger .middle_line {
		opacity: 0;
		color: #fe85ae;
		background: #124fa0;
	}
	.toggle_burger .bottom_line {
		top: 0;
		transform: rotate(-45deg);
		color: #fe85ae;
		background: #124fa0;
	}

	#header {
		padding: 20px 0;
	}
	/*导航*/
	#header .container_header .head-top {
		padding: 0px 0;
	}

	#header .container_header .header_logo {
		float: left;
	}

	#header .container_header .header_logo {
		left: 10px;
	}

	.header__nav-button {
		display: block;
		position: absolute;
		z-index: 99999;
		right: 0;
	}

	#header .container_header .header_logo {
		width: 80%;
	}

	.global-nav {
		animation: .1s fade-in .5s linear forwards;
		background: #a6905e;
		border: 5px solid #fff;
		bottom: 0;
		left: 0;
		opacity: 0;
		overflow: auto;
		padding-top: 100px;
		position: fixed;
		right: 0;
		top: 0;
		transition: .5s transform cubic-bezier(0.895, .03, .685, .22);
		transform: translate3d(100%, 0, 0);
		width: 100%;
		height: 100%;
		z-index: 8888;
	}

	.nav_list {
		text-align: center;
		color: #fff;
	}

	.nav_list>li {
		clear: both;
		width: 100%;
		display: block;
	}

	.nav_list>li+li {
		clear: both;
		width: 100%;
		margin: 0;
		padding: 0;
		color: #fff;
	}

	.nav_list a {
		color: #fff;
		display: block;
		width: 100%;
		height: 43px;
		overflow: hidden;
	}

	.global-nav ul {
		border: none;
		flex-direction: column;
	}

	.global-nav ul li {
		margin: 10px 0;
		transition: all .35s ease-out;
	}

	.global-nav.open {
		transform: translate3d(0, 0, 0);
		transition-timing-function: cubic-bezier(0.165, .84, .44, 1);
		opacity: 1;
		animation: .1s fade-in .5s linear forwards;
		background: rgba(255,255,255,.9);
		bottom: 0;
		left: 0;
		opacity: 1;
		overflow: auto;
		padding-top: 100px;
		position: fixed;
		right: 0;
		top: 0;
		display: block;
		z-index: 9999;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.global-nav ul{
		justify-content: center;
	}
	.nav_list>li{
		text-align: center;
	}
	
	/*头部 结束*/
	/*1024banner*/
	#banner .swiper-button-prev, #banner .swiper-button-next{
		width: 44px;
		height: 44px;
		line-height: 44px;
	}
	#banner .swiper-button-prev i, #banner .swiper-button-next i{
		font-size: 20px;
	}
	#banner .swiper-button-next{
		right:10px;
	}
	#banner .swiper-button-prev{
		left: 10px;
	}
	/*1024baner end*/
	/*1024认证服务*/
	.service{
		top: -40px;
	}	 
	/*1024关于我们*/
	.about-box {
		position: relative;
		padding-bottom: 40px;
	}
	.about-box .about-left{
		display: none;
	}
 
	.about-box .about-right{
		width: 90%;
		margin: 0 auto;
		clear: both;
		float: none;
		height: auto;
		padding-bottom: 0;
		
	}
	.about-box .about-content{
		width: 100%;
		margin: 0 auto;
		padding: 0;
		clear: both;
		float: none;
	}
	.about-box .about-content p{
		height: auto;
		font-size: 14px;
	}
 
	/*1024关于我们 end*/
	  
	/*首页新闻1024*/
	.news-wrap{
		margin-top: 0;
	}
	.news-list{
		width: 50%;
	}
	/*首页新闻1024 end*/
	
	.home-download a{
		width: 273px;
		border:#2375c1 solid 1px;
	}
 
	/*底部 1024*/
	.footer{
		padding-top: 40px;
	}
	.copyright{
		background:#2375c1 ;
		font-size: 14px;
	}	 
	/*内页公用 1024*/
	.local-nav a{
		padding: 15px 0;
	}
}
@media (max-width:970px) {
	/*首页新闻*/
	.news-rec{
		display: none;
	}
	.news-list{
		width: 100%;
	}
	/*首页认证服务*/
	.service .service-item a dl{
		width: 100%;
	}
	.service .service-item a dl dt{
		margin-right: 15px;
	}
	.service .service-item a dl dd{
		font-size: 14px;
	}
}
 
@media (max-width:768px) {
	html {
		font-size: 50%;
	}

	body {
		font-size: 1.2rem;
	}

	/* header S */
	a.upTop {
		right: 8px;
		width: 35px;
		height: 35px;
		background-size: 32%;
	}
	a.upTop {
		bottom: 15%;
	}
	
	#header{
		padding: 20px 0;
	}
	/*首页认证*/
	.service .service-item{
		text-align: center;
	}
 
	.service .service-item a dl dt{
		clear: both;
		float: none;
		margin-right: 0;
	}
	.service .service-item a dl{
		
	}
	.about-box .about-content .about-title{
		font-size: 28px;
	}
	.copyright{
		text-align: center;
	}
	.copyright p{
		clear: both;
		float: none;
	}
	.footer-honor{
		float: none;
		clear: both;
		margin: 10px auto 0 auto;
		width: 100%; 
	}
	.footer-honor .item{
		float:left;
	}
	.footer-honor .item2{
		width: 115px;
		margin-right: 0;
	}
	.foot-nva{
		width: 100%;
		padding-bottom: 20px;
		overflow: hidden;
	}
	.footer-ewm{
		clear: both;
		width: 100%;
		text-align: left;
		padding-bottom: 40px;
		overflow: hidden;
	}
	.footer-ewm h2 span{
		float: left;
		margin-left:0;
		margin-right: 20px;
		
	}
	.news-wrap .news-title, .home-download h2{
		font-size: 24px;
	}
	a.news-more{
		margin-top: 30px;
	}
	.home-download{
		padding: 40px 0;
	}
	.home-download a{
		margin-top: 0;
	}
	/*内页公用*/
	.nav_list li ul.service-class{
		width: 100%;
		text-align: center;
	}
	.nav_list li ul.service-class li a{
		text-align: center;
	}
	
	.footH{
		display: block;
	}
	.footFix{
		display: flex;
	}
 
}
 @media (max-width:767px) {
	 .header-logo{
	 	width: 90%;
	 }
	  .header-logo .mlogo{
	  	height: 45px;
	  }
	  .header-logo .mlogotxt{
	  	height: 45px;
	  }
	  .burger_menu{
	  	margin-top: 0;
	  }
	  .service .service-item a dl dt img{
	  	width: 50px;
	  }
	  .service .service-item a dl dd{
	  	width: 100%;
	  	text-align: center;
	  }
	  .service .service-item a dl dd.tit-en{
	  	font-size: 16px;
	  	padding-top: 5px;
	  }
	  .service{
	  	padding: 8px 0;
	  }
	  .about-box .about-content .about-title img{
	  	height: 35px;
	  }
	  .about-box{
	  	margin-top: -10px;
	  }
	  .about-box .link a{
		height: 45px;
		line-height: 45px;
		margin-right: 5PX;
	}
	.about-box .link a i.left{
		font-size: 35px;
	}
	.news-list .item .txt-box h2{
		font-size: 16px;
	}
	.news-wrap-box{
		padding-top: 0;
	}
	.news-list .item{
		padding:10px 6px;
		margin-bottom: 6px;
	}
	.news-list .item:hover{
		padding: 10px 6px 10px 12px;
	}
	.news-list .item .date h2{
		font-size:36px;
		height: 50px;
	}
	.news-list .item .date{
		height: 50px;
	}
	.news-list .item .txt-box{
		height: 50px;
	}
	.news-list .item .txt-box p{
		font-size: 14px;
		margin-top: 0;
	}
	.home-download{
		padding: 20px 0;
	}
	.home-download a{
		width: 173px;
		height: 48px;
		line-height: 40px;
	}
	.news-wrap .news-title, .home-download h2{
		font-size: 20px;
	}
	.foot-nva h2{
		font-size: 17px;
	}
	.footer-ewm h2 span{
		height: 16px;
		margin-right: 10px;
	}
	.footer-ewm h2,
	.footer-ewm p.tel{
		font-size: 18px;
	}
	.footer-honor .item img{
		height: 40px;
	}
	.home-download{
		text-align: center;
		background: url(../images/wdbg2.jpg) no-repeat center top;
		background-size: 100% auto;
	}
 } 
@media (max-width:640px) {
	 .header-logo h1, #header.fixedbg .header-logo h1{
	 	font-size: 31px;
	 }
	 .header-logo h1 span{
	 	font-size: 18px;
	 }
	 .about-box .about-left{
	 	position: relative;
	 }
	 .about-box .about-right{
	 	margin-top: 0;
	 	width: 100%;
	 	padding: 0 3.76%;
	 }
 
	 .about-box{
	 	padding-bottom: 10px;
	 }
	 .service{
	 	top: 20px;
	 }
	 .about-box{
	 	padding-top: 60px;
	 }
	 .news-wrap{
	 	margin-top: 30px;
	 }
	 .news-wrap-box{
	 	padding-top: 15px;
	 }
	 .news-list .item:hover{
		padding: 10px 6px 10px 6px;
		background: none;
	}
	 .foot-nva .foot-nva-item:nth-child(3),
	 .foot-nva .foot-nva-item:nth-child(4){
	 	display: none;
	 }
	 .foot-nva .foot-nva-item{
	 	width: 30%;
	 }
	 .foot-nva .foot-nva-item:nth-child(2){
	 	width: 50%;
	 }
	 .footer-honor .item{
	 	width: auto;
	 	text-align: left;
	 	margin-right: 5px;
	 }
	 .footer-honor .item p span{
	 	font-size: 12px;
	 }
	 .footer-honor .item2{
	 	width: auto;
	 }
	 .footer-honor .item2 img{
	 	margin: 0 auto;
	 	margin-left: 16px;
	 }
	 /*内页公用*/
	.local-nav a{
		padding: 10px 0;
	}
	.lessthan1025,
	.local-nav-wrap .local{
		width: 50%;
	}
	.local-nav-wrap .local{
		margin-top: 13px;
	}
	.copyright span{
		display: block;
		clear: both;
	}
	.copyright .container{
		width: 100%;
	}
	 
}
@media (max-width:610px) {
	.header-logo .mlogo{
	  	height: 36px;
	  }
	  .header-logo .mlogotxt{
	  	height: 36px;
	  }
	  #banner .swiper-button-prev, #banner .swiper-button-next{
	  	width: 35px;
	  	height: 35px;
	  	line-height: 35px;
	  }
	.about-box .link a{
		width: 45%;
		padding: 0 5px;
	}
	.about-box .about-content .about-title a{
		font-size: 22px;
	}
	.news-list .item .txt-box h2{
		font-size: 15px;
		line-height: 20px;
	}
	.news-list .item i{
		display: none;
	}
	.news-wrap{
		padding-bottom: 30px;
		padding-top: 10px;
	}
	a.news-more{
		margin-top: 10px;
		height: 36px;
		line-height: 36px;
	}
}
@media (max-width:480px) {
	#header{
		padding: 15px 0 10px 0;
	}
	.burger_menu{
		margin-top: 0;
	}
 
	a.upTop{
		bottom: 5rem;
	}
	.service{
		width: 100%;
	}
	.service .service-item{
		padding: 0;
	}
	.service .service-item a dl dd{
		font-size: 12px;
	}
	.service .service-item a dl dd.cn{
		height: 17px;
		overflow: hidden;
		padding: 0 3px;
	}
 
	
}
@media (max-width:415px) {
	.header-logo h1 {
		padding-left: 8px;
	}
	.service .service-item a dl dt img{
		width: 40px;
	}
	.service .service-item a dl dd.tit-en{
		font-size: 15px;
	}
	.about-box .link a{
		width: 48%;
	}
	.about-box .link a i.left{
		margin-right: 10px;
		font-size: 25px;
	}
	.footer{
		padding-top: 30px;
		padding-bottom: 20px;
	}
	#banner .swiper-button-prev, #banner .swiper-button-next{
	  	width: 30px;
	  	height: 30px;
	  	line-height: 30px;
	  }
	  .footer-ewm p.email{
	  	padding-top: 4px;
	  }
	  .foot-nva .foot-nva-item p{
	  	margin: 12px 0;
	  }
	  .home-download{
	  	padding-top: 10px;
	  }
	  .home-download a{
	  	width: 154px;
	  	font-size: 14px;
	  	height: 40px;
	  	line-height: 33px;
	  }
}

@media (max-width: 375px) {
	.news-list .item .date{
		width: 50px;
	}
	.news-list .item .date p{
		font-size: 12px;
	}
	.news-class a{
		width: 100px;
	}
	a.upTop{
		bottom: 7rem;
	}
	.footH{
		height: 6rem;
	}
	.nav_list{
		margin-top: 0;
	}
	.global-nav ul li{
		padding: 0;
	}
	.nav_list>li{
		height: 33px;
	}
}
