@charset "UTF-8";
/********************header*****************/
#header {
	width: 100%;
	padding:22px 0;
}
.header-logo {
	float: left;
	width: 482px;
}
 /*头部导航*/
.global-nav-container {
	float: right;
	width: 55.8%;
}

.global-nav-container nav {}

.global-nav {
	color: #333333;
	display: block;
}

.global-nav ul {
	width: 100%;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	width: 100%;
}
.nav_list {
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
}
.nav_list a {
	color: inherit;
	display: block;
	position: relative;
	color: #333333;
	width: 100%;
}
.nav_list>li {
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
	width: 14.85%;
	line-height: 23px;
	float: left;
	text-align: center;
	position: relative;
	height: 46px;

}
.nav_list>li+li {
	margin: 0;
	padding: 0;
}
.nav_list a:hover {
	color: #04449c;
}

.nav_list .cur {
	color: #04449c;
}

.nav_list .cur a {
	color: #04449c;

}

.nav_list li p {
	overflow: hidden
}

.nav_list li a {
	color: #333333;
	display: block;
	transition: all .6s;
}

.nav_list li.nav_cur a,
.nav_list li a:hover {
	color: #04449c
}
.nav_list li:hover p a{
	color: #04449c
}

.nav_list li:last-child{
	margin-right: -20px;
}
.nav_list li ul{
	display: none;
	position: absolute;
	top: 40px;
	width: 100%;
	border-top: 2px rgba(4,68,156,.8) solid;
	z-index: 99999;
    text-align:center;
    background:rgba(255,255,255,.8);
    left: ;
}
.nav_list li ul li{
	width: 100%!important;
	clear: both;
	padding: 0;
}

.nav_list li ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    height: auto;
    color: #666;
    padding:8px 3px;
    background: none;
    text-align: center;
    border-bottom: rgba(255,255,255,.8) solid 1px;
}
.nav_list li ul li a:hover{
	background:rgba(4,68,156,.8);
	color: #fff;
}
 
.nav_list li ul.service-class{
	width:250px;
	left: 0;
}
.nav_list li ul.service-class li a {
	text-align: left;
	padding-left: 20px;
	color: #666;
}
.nav_list li ul.service-class li a:hover{
	color: #fff;
}

.burger_menu {
	display: none;
}
 
.fixedbg {
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	background: rgba(255, 255, 255, 0.95);
}

#header.fixedbg {
	padding: 10px 0;
    border-bottom: 1px solid #eee;
}

#header.fixedbg .burger_menu [class*="_line"]{
	background: #04449c;
}
/******************banner***************************/

/***********************首页banner*******************/
 #banner .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
 }
 
 #banner .swiper-button-prev,
 #banner .swiper-button-next{
 	background-image: none;
 	outline: none;
 	border: rgba(255,255,255,.5) solid 1px;
 	border-radius: 50%;
 	width: 64px;
 	height: 64px; 	
 	text-align: center;
 	line-height:64px;
 	transition: all .6s;
 } 
  #banner .swiper-button-prev i,
 #banner .swiper-button-next i{
 	font-size: 40px;
 	color:rgba(255,255,255,.5);
 	transition: all .6s;
 }

 #banner .swiper-button-prev:hover,
 #banner .swiper-button-next:hover {
	border:rgba(255,255,255,.8) solid 1px
}
 #banner .swiper-button-prev:hover i,
 #banner .swiper-button-next:hover i{
	color:rgba(255,255,255,.8) ;
}
 #banner .swiper-button-prev:active,
 #banner .swiper-button-next:active {
	color:rgba(255,255,255,.8);
}

 #banner .swiper-button-prev{
 	left: 6.5%;
 }
 #banner .swiper-button-next{
 	right: 6.5%;
 }
/******************首页banner end******************/

/********************首页 认证服务******************/
.service{
	-moz-box-shadow:5px 5px 9px rgba(0,0,0,0.15); 
	-webkit-box-shadow:5px 5px 9px rgba(0,0,0,0.15); 
	box-shadow:5px 5px 9px rgba(0,0,0,0.15); 
	background: #ffffff;
	padding: 25px 0;
	display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #04449c;
  justify-content: center;
  position: relative;
  top: -70px;
  z-index: 999;
}
.service .swiper-container{
	width: 95%;
	margin: 0 auto;
}
.service .swiper-slide {
      text-align: center;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      width: 30%;
      border-right: #e8e8e8 solid 1px;
    }
#isoN{
	right: 0;
}
#isoP{
	left: 0;
}
.service .service-item{
	width: 100%;
	opacity: 0;
}
.service .service-item:last-child{
	border-right: none;
}
.service .service-item a{
	color: #04449c;
	transition: all 0.6s;
}
.service .service-item a dl{
	margin: 0;
	padding: 0;
	width:90%;
	margin: 0 auto;
	display: block;
}
.service .service-item a dl dt{
	float: left;
	margin-right: 25px;
}
.service .service-item a dl dd{
	float: left;
	width: 60%;
	text-align: left;
	font-size: 18px;
}
.service .service-item a dl dd.tit-en{
	color: #04449c;
	font-weight: bold;
	font-size: 22px;
	padding-top: 15px;
	float: left;
}

.service .service-item a:hover dd,
.service .service-item a:hover dd.tit-en{
	color: #2f2f2f;
}
/********************首页 关于我们******************/
.about-box{
 	padding-top: 22px;
}
.about-box .about-left{
	width: 38.83%;
	float: right;
	object-fit: fill;
	opacity: 0;
}
.about-box .about-right{
	width: 53.33%;
	float: left;
	padding-top: 14px;
	opacity: 0;
}
.about-box .about-content{
	width:100%;
}
.about-box .about-content .about-title{
	width: 100%;;
}
 
.about-box .about-content .about-title a{
	color: #04449c;
	transition: all .6s;
	font-size: 32px;
	display: block;
	clear: both;
	padding: 19px 0 25px 0;
}
.about-box .about-content .about-title a:hover{
	color: rgba(4,68,156,.8);
}
.about-box .about-content h3{
	color: #555555;
	font-size: 18px;
	font-weight: bold;
}
.about-box .about-content p{
	padding: 20px 0;
	line-height: 30px;
	overflow:hidden;
}
.about-box .link{
	width: 100%;
	clear: both;
}
.about-box .link a{
	display: block;
	width: 235px;
	height: 60px;
	background: #f1f1f1;
	line-height: 60px;
	color: #333333;
	font-size: 16px;
	float: left;
	margin-right: 26px;
	padding: 0 18px;
	transition: all .6s;
	margin-top: 30px;
}
.about-box .link a i.left{
	font-size: 45px;
	color: #4674b4;
	margin-right: 18px;
	float: left;
}
.about-box .link a i.right{
	font-size: 22px;
	color: #555555;
	position: relative;
	float: right;
}
.about-box .link a span{
	float: left;
}
.about-box .link a:hover{
	background: #e1dddd;
}
/***********************首页活动资讯******************/
.news-wrap {
	padding: 28px 0 50px 0;
	position: relative;
	width: 100%;
	overflow: hidden;
	background: url(../images/newbg.jpg) no-repeat center top;
	margin-top: 90px;
}

.news-wrap .news-title{
	padding: 8px 0; 
	font-size: 36px;
	color: #fff;
	text-align: center;
}
.news-class{
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 17px 0;
} 
.news-class a{
	display: inline-block;
	width: 113px;
	height: 33px;
	line-height: 33px;
	background: #fff;
	color: #fff;
	font-size: 15px;
	text-align: center;
	background: url(../images/news-line.png) no-repeat right  center;
	transition: all .6s;
}
.news-class a:hover,
.news-class a.cur{
	background: #fff;
	color: #2375c1;
}
.news-wrap-box{
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 35px;
}
.news-rec{
	width: 35%;
	float: left;
	position: relative;
	min-width: 420px;
}
.news-rec .pic {
	width: 100%;
	overflow: hidden;
	transition: all 0.6s;
	height: 0;
	padding-bottom: 75%;
	overflow: hidden;
	position: relative;
}

.news-rec .pic img {
	cursor: pointer;
	transition: all 0.6s;
	width: 100%;
}

.news-rec:hover .pic img {
	transform: scale(1.2);
}
.news-rec .pic .txt-box{
	position: absolute;
	width: 100%;
	height: 80px;
	font-size: 18px;
	background: rgba(3,3,3,.75);
	color: #fff;
	bottom: 0;
	text-align: center;
	padding: 0 5px;
	transition: all .6s;
}
.news-rec .pic .txt-box .date{
	border-right: rgba(255,255,255,.2) solid 1px;
	width: 22.6%;
	text-align: center;
	font-family: arial;
	height: 80px;
	float: left;
}
.news-rec .pic .txt-box .date h2{
	font-size: 28px;
	padding-top: 17px;
}
.news-rec .pic .txt-box .date p{
	font-size: 15px;
}
.news-rec .pic .txt-box .title{
	width: 71%;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	padding: 0 25px;
	margin-top: 20px;
}
.news-rec a:hover .pic .txt-box .title{
	color: rgba(255,255,255,.6);
}
.news-list {
	width: 60%;
	float: right;
}
.news-list .item{
	display: block;
	width: 100%;
	border-bottom: rgba(255,255,255,.3) solid 1px;
	padding: 21.8px 3px;
	color: #fff;
	position: relative;
	overflow: hidden;
	transition: all .6s;
}
.news-list .item:hover{
	background: rgba(0,0,0,.3);
	padding: 21.8px 15px;
}
.news-list .item i{
	color: #fff;
	font-size: 27px;
	position: absolute;
	right: 0;
	top: 32px;
	transition: all .6s;
}
.news-list .item:hover i{
	right: 15px;
}
.news-list .item .date{	
	width: 64px;
	float: left;
	text-align: center;
	font-family: arial;
	height: 60px;
	position: relative;
}
.news-list .item .date h2{
	font-size: 48px;
	position: absolute;
	top: -6px;
}
.news-list .item .date p{
	font-size: 16px;
	position: absolute;
	bottom: -6px;
}
.news-list .item .txt-box{
	width: 76.8%;
	height: 60px;
	float: left;
	border-left: rgba(255,255,255,.3) solid 1px;
	margin-left: 4%;
	padding-left: 4%;
}
.news-list .item .txt-box h2{
	color: #fff;
	font-size: 18px;
	height: 19px;
	overflow: hidden;
}
.news-list .item .txt-box p{
	color: rgba(255,255,255,.6);
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	overflow: hidden;
} 
a.news-more{
	color: #fff;
	font-size: 15px;
	display:block;
	margin: 0 auto;
	width: 154px;
	height: 43px;
	line-height: 43px;
	border:#fff solid 1px;
	text-align: center;
	margin-top: 50px;
	position: relative;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	z-index: 1;
	clear: both;
	overflow: hidden;
}
a.news-more:hover {
	color: #fff;	
	border: #fff solid 1px;
}
a.news-more .bg {
	width: 0;
	height: 0;
	display: block;
	left: 50%;
	top: 50%;
	transition: all 0.3s ease 0s;
	position: absolute;
	overflow: hidden;
	z-index: -1;
}

a.news-more:hover .bg {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(35,117,193,0.8);
}

/**************************文件下载**********************/
.home-download{
	padding: 45px 0;
	text-align: center;
	background: url(../images/wdbg.jpg) no-repeat left top;
}
.home-download h2{
	color: #333333;
	font-size: 36px;
	line-height: 60px;
	opacity: 0
}
.home-download a{
	display: block;
	width: 373px;
	height: 54px;
	line-height: 48px;
	border: #2375c1 solid 2px;
	text-align: center;
	color: #2375c1;
	font-size: 18px;
	transition: all .6s;
	margin: 0 auto;
	margin-top: 28px;
	opacity: 0;
}
.home-download a i{
	font-size: 24px;
	color: #2375c1;
	position: relative;
	top: 2px;
	margin-right: 14px;
}
.home-download a:hover{
	background: #2375c1;
	color: #fff;
}
.home-download a:hover i{
	color: #fff;
}
.wheel {
	-webkit-animation-name: drop;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	-webkit-animation-name: drop;
	animation-name: drop;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-play-state: running;
}
@-webkit-keyframes drop {
	0% {
		top: -4px;
		opacity: 0;
	}
	30% {
		top: 3px;
		opacity: 1;
	}
	100% {
		top: 13px;
		opacity: 0;
	}
}

@keyframes drop {
	0% {
		top: -2px;
		opacity: 0;
	}
	30% {
		top: 3px;
		opacity: 1;
	}
	100% {
		top: 13px;
		opacity: 0;
	}
}
/**************************首页底部**********************/
.footer {
	background: #f3f3f3;
	line-height: 18px;
	display: block;
	position: relative;
	padding: 50px 0 40px 0;
	position: relative;
}

.footer a {
	transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.foot-nva {
	width: 68.75%;
}
.foot-nva  h2{
	color: #333333;
	font-size: 20px;
	/*font-weight: 600;*/
}
.foot-nva a {
	transition: all 0.6s;
}
.foot-nva .foot-nva-item{
	width: 22.36%;
	float: left;
}
.foot-nva .foot-nva-item p{
	margin: 18px 0;
	clear: both;
	overflow: hidden;
	color: #666666;
	font-size: 14px;
}
.foot-nva .foot-nva-item:nth-child(2){
	width: 32.5%;
}
.foot-nva .foot-nva-item:nth-child{
	width: 13.33%;
}
.footer-ewm{
	width: 190px;
	float: right;
	font-size: 14px;
	text-align: right;
}
.footer-ewm h2{
	color: #333333;
	font-size: 24px;
}
.footer-ewm h2 span{
	float: right;
	display: block;
	height: 22px;
	width: 3px;
	border-right: #04449c solid 3px;
	margin-left: 20px;
	position: relative;
	top: 4px;
}
.footer-ewm p.tel{
	margin: 20px 0 0 0;
	font-size: 24px;
	color: #04449c;
	font-weight: bold;
}
.footer-ewm p.tel a{
	color: #04449c;
}
.footer-ewm p.email{
	padding-top: 14px;
	font-size: 15px;
	color: #333333;
}
.footer-ewm p.email a{
	color: #333333;
}
.footer-honor{
	float: right;
	margin-top: 42px;
}
.footer-honor .item{
	float: right;
	color: #666666;
	font-size: 12px;
	text-align: center;
}
.footer-honor .item p{
	padding-top: 5px;
}
.footer-honor .item p span{
	clear: both;
	display: block;
	width: 100%;
}
.footer-honor .item1{
	width: 60px;
}
.footer-honor .item2{
	width: 100px;
	margin-right: 10px;
}
.footer-honor .item3{
	width: 115px;
}
.footer-honor .item4{
	width: 88px;
}
 
.copyright {
	width: 100%;
	background:#2375c1  url(../images/ftbg.jpg) no-repeat center top;
	color: #fff;
	padding: 20px 0;
}

.copyright  a {
	color: #fff;
	transition: all 0.6s;
}

.copyright a:hover {
	color: rgba(255,255,255,.5);
}
.copyright p{
	float: right;
}

/***********************返回顶部********************/
a.up2Top {
	bottom: 50px;
	right: 10px;
}

/**************************分页**********************/
.page {
	padding: 20px 0px 50px 0px;
	text-align: center;
	clear: both;
	margin: 0px auto;
	font-size: 14px;
}

.page a {
	border:#cccccc 1px solid;
	padding:5px 10px;
	margin: 2px;
	color: #818181;
	background: #f4f4f2;
}

.page a:hover {
	color: #322516;
}

.page a:active {
	color: #818181;
}

.page span.current {
	border:#007dc2 1px solid;
	padding:5px 10px;
	margin: 2px;
	color: #007dc2;
	background: #fff;
}

.page span.disabled {
	border:#cccccc 1px solid;
	padding:5px 10px;
	margin: 2px;
	color: #ababab;
}

/**************************内页公用**********************/
.subbanner{
	width: 100%;
}
.local-nav-wrap{
	border-bottom: rgba(228,228,228,.5) solid 1px;
	overflow: hidden;
}
.local-nav{
	font-size: 16px;
	width: 70%;
	float: left;
}
.local-nav a{
	display: block;
	width: 96px;
	padding: 23px 0 22px 0;
	border-bottom: #fff solid 7px;
	transition: all .6s;
	color: #333333;
	font-size: 16px;
	overflow: hidden;
	text-align: center;
	float: left;
	margin-right: 14px;
	cursor: pointer;
}
.local-nav a:hover,
.local-nav a.cur{
	color: #04449c;
	border-bottom: #04449c solid 7px;
}
.local-nav-wrap .local{
	float: right;
	width: 30%;
	text-align: right;
	color: #999999;
	font-size: 14px;
	height: 20px;
	line-height: 22px;
	margin-top: 22px;
}
.local-nav-wrap .local i{
	font-size: 20px;
	color: #6a7b90;
	margin-right: 10px;
}
/*按钮*/
.more-btn {
	position: relative;
	width: 310px;
	height: 59px;
	line-height:59px;
	font-size: 24px;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	transition: .5s;
	cursor: pointer;
	z-index: 2;
	color: #fff!important;
	background: transparent;
	margin: 0 auto;
	display: block;
	text-align: center;
	background: #ff83ad;
}

.more-btn svg {
	width: 12px;
	margin-left: .5rem;
	transition: .5s
}

.more-btn:hover {
	text-decoration: none;
}

.more-btn:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #ff5d94;
	transform: scaleX(0);
	transition: transform .5s;
	z-index: -1;
	transform-origin: right top;
	color: #fff;
}

.more-btn:hover {
	color: #fff
}

.more-btn:hover svg {
	fill: #fff
}

.more-btn:hover:before {
	transform: scaleX(1);
	transform-origin: left top
}

/*==========================内页新闻公用============================*/
.sub-title{
	font-size: 36px;
	color: #00409a;
	line-height: 55px;
	padding: 17px 0 20px 0;
}

/*=================================================media max-width 767 ===========================================================*/

a.up2Top {
	bottom: 50px;
	right: 10px;
}

.navbar-default .navbar-toggle {
	padding: 14px 0;
	margin-top: 12px;
}

.navbar-nav {
	margin-top: 0;
	text-align: center;
}

.mthead {
	margin-top: 56px;
}
/*响应式首页开始*/
@media (max-width:1380px) {
	/*关于我们*/
	.about-box{
		padding-top:0px ;
	}
	/*新闻资讯*/
	.news-wrap{
		margin-top: 60px;
	}
	.news-wrap .news-title,
	.home-download h2{
		font-size:30px;
	}
	.news-list .item .date h2{
		font-size: 40px;
	}
}
@media (max-width:1320px) {
	/*新闻资讯*/
	.news-list{
		width: 55%;
	}
}
@media (max-width:1300px) {
	.container{
		width: 90%;
	}
	.f30{
		font-size: 26px;
	}
	.project-recomm-item{
		padding: 8.9px 15px;
	}
}
@media (max-width:1240px) {
	.about-box .link a{
		margin-top: 20px;
	}
}
@media (max-width:1240px) {
	/*头部导航*/
	.global-nav-container{
		width: 50%;
	}
	.nav_list li:last-child{
		margin-right: 0;
	}
	.nav_list>li{
		width:20%;
	}
}
@media (max-width:1200px) {
	.copyright{
		background: #2375c1  url(../images/ftbg2.jpg) no-repeat center top;
	}
}
@media (max-width:1170px) {
	 
	.about-box .about-content .about-title a{
		padding: 9px 0;
	}
	.about-box .link a{
		margin-top: 15px;
	}
}
@media (max-width:1100px) {
	.container{
		width: 96%;
	}
	.f30{
		font-size: 24px;
	}
}

@media (max-width:1080px) {
 	.service .service-item a dl dt img{
 		width: 60px;
 	}
 	.service .service-item a dl dd{
 		font-size: 15px;
 	}
 	.service .service-item a dl dd.tit-en{
 		font-size: 20px;
 		padding-top: 10px;
 	}
 	
}

@media (max-width:640px) {
	.navbar-brand img {
		width: 100%;
	}
}

@media screen (max-width: 799px) {
	.navbar-brand img {
		width: 60%;
	}
}

@media screen and (min-width:550px) and (max-width: 641px) {
	.navbar-brand img {
		width: 60%;
	}
}

@media (max-width:320px) {
	.subnav {
		font-size: 14px;
	}

	.subnav a {
		padding: 0 8px;
	}

	.news-zt a {
		background-size: 32% auto
	}
}
.show {
	display: block;
}
#upTop {
	cursor: pointer;
}
.pc-show {}
.m-show {
	display: none;
}
.pc-spec-show {}
.morethan1025{}
.lessthan1025{display: none;}
.morethan768{}
.lessthan768{display: none!important;}


/*移动端底部浮动*/

.footH {
	height: 5rem;
	display: none;
}

.footFix {
	background: #04449c;
	padding: 10px 0;
	display: none;
	justify-content: space-between;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	color: #fff;
}

.footFix>a {
	display: inline-block;
	width: 33%;
	font-size: 16px;
	color: #ffffff!important;
}

.footFix>a>i.iconfont {
	font-size: 20px;
	margin-right: 5px;
	color: #fff;
}

 