.load-bg{
	position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #f5f5f5;
    z-index: 9999;
}

.load-bg .loading{
	width: 92px;
    height: 64px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -46px;
    z-index: 999;
}

.gray, 
.orange {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 92px;
}

.gray{
    background: url(../img/load1.png) no-repeat left bottom;
    background-size: 92px 64px;
    height: 64px;
}

.orange{
	background: url(../img/logo2.png) no-repeat left bottom;
	background-size: 92px 64px;
    -webkit-animation:fill 3s linear infinite forwards;
    -moz-animation:fill 3s linear infinite forwards;
    -ms-animation:fill 3s linear infinite forwards;
    height: 64px;
}

@-moz-keyframes fill {
   	0% { width: 0px; }
    20% { width: 23px; }
    40% { width: 46px; }
    60% { width: 69px; }
    100% { width: 92px; }
}

@-webkit-keyframes fill {
	0% { width: 0px; }
    20% { width: 23px; }
    40% { width: 46px; }
    60% { width: 69px; }
    100% { width: 92px; }
}

@keyframes fill {
	0% { width: 0px; }
    20% { width: 23px; }
    40% { width: 46px; }
    60% { width: 69px; }
    100% { width: 92px; }
}

body.gary{
	background: #f7f7f7;
}
.view{
	padding:0 .3rem;
}

header{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	z-index: 99;
	padding:.25rem 0 0;
	height:.85rem;
	background: #fff;
	box-shadow: 0 0 .3rem rgba(0,0,0,.3);
}
header .logo{
	float: left;
	width: .92rem;
}
header  .code{
	font-size:.28rem;
	color:#233052;
	margin-left:.3rem;
	transition:all .3s linear;
}
header .init{
	display: none;
}

header .logo img{
	width: 100%;
}
header .header-right{
	padding:.1rem 0 0;
}
header .header-right .navbtn{
	/*width: .4rem;
	height:.4rem;
	background: url(../img/navbtn2.png) no-repeat center / cover;
	transition:all .3s linear;*/
	width: 20px;
}
header .header-right .navbtn .line{
	display: block;
	width: 18px;
	height:2px;
	background: #073190;
	margin-bottom:4px;
	transition:all .3s linear;
}
header .header-right .navbtn .line:nth-child(2){
	width: 12px;
}
header .header-right .navbtn.cur .line{
	/*background: url(../img/close-blue.png) no-repeat center / 
	cover;*/

	background: #073190;
}
header .header-right .navbtn.cur .line:nth-child(1){
	transform:rotate(45deg);
	transform-origin:left top;
}
header .header-right .navbtn.cur .line:nth-child(2){
	opacity: 0;
	filter: alpha(opacity=0);
}
header .header-right .navbtn.cur .line:nth-child(3){
	transform:rotate(-45deg);
	transform-origin:left bottom;
}
header .header-right .divide{
	width: 1px;
	height:.3rem;
	background: url(../img/divide2.png) no-repeat center / cover;
	margin:0 .3rem;
}
header .header-right .search-btn{
	display: block;
	width: .33rem;
	height: .33rem;
	background: url(../img/search2.png) no-repeat center/ cover;
}
header .header-right .search-dialog{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	display: none;
}
header .header-right .dialog{
	position: absolute;
	left:50%;
	top:1.5rem;
	width: 6rem;
	z-index: 40;
	margin-left: -3rem;
	border-radius: .5rem;
	border:1px solid #aaa;
}
header .header-right .dialog input{
	border:none;
	outline: none;
	background: transparent;
	padding:.3rem 0;
	height:.4rem;
}
header .header-right .dialog input[type=text]{
	float: left;
	width:80%;
	padding:.3rem 5%;
	color: #aaa;
	font-size: .28rem;
}
header .header-right .dialog input[type=submit]{
	float: right;
	width: 10%;
	height: 1rem;
	padding:0;
	background: url(../img/search.png) no-repeat center / .33rem .33rem;
}
header .header-right .close{
	position: absolute;
	right: .3rem;
	top:0;
	font-size: .8rem;
	color: #aaa;
	z-index: 40;
	line-height: 1rem;
}
header .header-right .black{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height:100%;
	background: #000;
	opacity: .8;
	filter: alpha(opacity=80);
}
header.cur{
	background: transparent;
	box-shadow: none;
}
header.cur .code{
	color:#fff;
}
header.cur .logo .init{
	display: block;
}
header.cur .logo .hover{
	display: none;
}
header.cur .header-right .search-btn{
	background: url(../img/search.png) no-repeat center/ cover;
}
header.cur .header-right .navbtn .line{
	background: #fff;
	/*background: url(../img/navbtn.png) no-repeat center / cover;*/
}
header.cur .header-right .divide{
	background: url(../img/divide.png) no-repeat center / cover;
}
.nav{
	position: fixed;
	top:1.1rem;
	left:0;
	width: 92%;
	height: 100%;
	background: #f5f5f5;
	z-index: 98;
	padding:.5rem 4%;
	display: none;
}
.nav li{
	border-bottom:1px solid #dbdbdb;
	
}
.nav li a{
	display: block;
	font-size: .28rem;
	color: #333;
}
.nav li>a{
	background-repeat: no-repeat;
	background-position: 6.35rem;
	background-size: .26rem .26rem;
	padding:.15rem .3rem;
	background-image: url(../img/nav-jia.png);
}
.nav li:nth-child(1)>a,
.nav li:nth-child(4)>a{
	background-image: url(../img/nav-jian.png);
}
.nav li .navson{
	padding: .2rem 0;
	display: none;
}
.nav li .navson a{
	padding-left: .6rem;
	font-size: .24rem;
	background: url(../img/dot.png) no-repeat .35rem center / .1rem .1rem;
}
.nav li.on>a{
	background-image: url(../img/nav-jian.png);
	background-color: #0878d6;
	color: #fff;
}

/***********header end*********/

footer .tel{
	display: block;
	width: 100%;
	height:1.45rem;
	border-top:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
	background-color: #ededed;
	text-align: center;
	line-height: 1.45rem;
}
footer .tel img{
	width: 3.41rem;
}
footer .f-nav{
	background:#f5f5f5;
}
footer .f-nav li{
	border-bottom:1px solid #dbdbdb;
}
footer .f-nav li>a{
	display: block;
	padding:0 .6rem;
	height:.9rem;
	line-height: .9rem;
	color: #333333;
	font-size: .26rem;
	text-transform: uppercase;
	background-repeat: no-repeat;
    background-position: 6.35rem;
    background-size: .26rem .26rem;
    padding: .15rem .6rem;
    background-image: url(../img/nav-jia.png);
}
footer .f-nav li .subnav{
	padding:.3rem 0 .45rem;
	line-height: .6rem;
	display: none;
}
footer .f-nav li .subnav a{
	display: block;
	font-size: .24rem;
	color: #666666;
	padding:0 1.15rem;
	background: url(../img/dot.png) no-repeat .9rem center / .1rem .1rem;
	font-size: .24rem;
}
footer .f-nav li.on>a{
	background-image: url(../img/nav-jian.png);
	background-color: #0878d6;
	color: #fff;
}
.f-tabs{
	font-size: 0;
	text-align: center;
	line-height: .24rem;
	padding:.6rem 0 .15rem;
}
.f-tabs a{
	display: inline-block;
	*display: inline;
	zoom:1;
	color: #666;
	font-size: .24rem;
	margin:0 .08rem;
	padding-right: .18rem;
	border-right:1px solid #c2c2c2;
}
.f-tabs a:last-child{
	border: none;
	padding-right: 0;
}
.f-tabs a span{
	font-family: arial;
	color: #999;
	text-transform: uppercase;
}
footer .copy{
	text-align: center;
	color: #666666;
	line-height: .32rem;
	font-size: .24rem;
	padding-bottom:.4rem;
}
/**********footer end*************/
.iban.swiper-container-horizontal>.swiper-pagination{
	bottom:.2rem;
	height:.2rem;
}
.iban.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{
	margin:0 .06rem;
}
.iban .swiper-pagination-bullet{
	width:.16rem;
	height: .16rem;
	background: transparent;
	border:.04rem solid #fff;
	border-radius: 100%;
}

.iban .swiper-pagination-bullet-active{	
	background: #f6ab00;
	border-color:#f6ab00;
}
.index-tit{
	height:1.1rem;
	line-height: 1.1rem;
	background: #fff;
}
.index-tit .title{
	border-bottom:1px solid #e5e5e5;
}
.index-tit .left span{
	float: left;
}
.index-tit .cn{
	font-size: .36rem;
	color: #333333;
	border-bottom:1px solid #0471cc;
	height:1.1rem;
	box-sizing:border-box;
	margin-right: .05rem;
}
.index-tit .en{
	font-size: .24rem;
	color: #666;
	font-family: arial;
}
.index-tit .right{
	font-size: .24rem;
	color: #666666;
	background: url(../img/arrow.png) no-repeat right center / 4px 7px;
	padding-right: .2rem;
}
.i-product-box{
	border-top:1px solid #dfdfdf;
	background: #fff;
}
.i-product-box a{
	float: left;
	width: 33.33%;
	box-sizing:border-box;
	border-right: 1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	height:2.2rem;
	box-sizing:border-box;
	padding-top: .25rem;
	text-align: center;
}
.i-product-box a:nth-child(3n){
	border-right:none;
}
.i-product-box a .icon{
	display: block;
	width: .96rem;
	height:.62rem;
	margin:0 auto;
}
.i-product-box a .icon img{
	width: 100%;
}
.i-product-box a .txt{
	display: block;
	font-size: .24rem;
	color: #666666;
	width: 1.15rem;
	line-height: .34rem;
	margin:.3rem auto 0;
}
.i-product-box a:nth-child(4) .txt{
	width: 1.43rem;
}
.i-video-box{
	padding:.2rem 0 .25rem;
	border-radius: 4px;
	height:3.64rem;
	background: #fff;
}
.i-video-box video{
	width: 100%;
	border-radius: 4px;
	height:3.64rem;
}
.new-box{
	padding:.2rem 0;
	background: #fff;
}
.new-box .new{
	margin:.3rem 0 0;
}
.new-box .new li{
	position: relative;
	float: left;
	width: 3.36rem;
	height:2.3rem;
	margin-bottom: .2rem;
}
.new-box .new li:nth-child(2n){
	float: right;
}
.new-box .new li a{
	display: block;
}
.new-box .new li img{
	width: 100%;
}
.new-box .new li .txt{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: .5rem;
	background: url(../img/new-bg.png) no-repeat center / cover;
	line-height: .5rem;
	font-size: .26rem;
	color: #333;
	box-sizing:border-box;
	padding:0 .25rem;
	font-weight: bold;
}
.i-service-box{
	margin:.2rem 0 0;
	background: #fff;
	padding-bottom: .3rem;
}
.i-service-box .service{
	margin:.35rem 0 0;
	display: block;
}
.i-service-box .service img{
	width: 100%;
}
.i-about-box{
	background: #fff;
	padding:0 0 .7rem;
}
.i-about-box .i-about{
	margin:.4rem 0 0;
}
.i-about-box .i-about li{
	float: left;
	width: 50%;
}
.i-about-box .i-about li a{
	display: block;
}
.i-about-box .i-about li img{
	width: 100%;
}
/************welcome end***********/
.clearfixed{
	height:1.1rem;
}
.sub-banner{
	position: relative;
	width: 100%;
	height:3.5rem;
	z-index: 90;
}
.sub-banner img{
	display: block;
	width: 100%;
}
.sub-nav-box{
	position: relative;
	z-index: 90;
	margin-top: -1px;
}
.sub-nav-box .back{
	width: 13.3%;
	height:.76rem;
	line-height: .76rem;
	background: #013b84 url(../img/nav-back.png) no-repeat center / .35rem .24rem;
	border-bottom:1px solid #013b84;
}
.sub-nav-box .nav-wrap{
	width: 86.7%;
	padding:0 .35rem;
	border-bottom:1px solid #dddddd;
	background-color: #fff;
	box-sizing:border-box;
}
.sub-nav-box .txt{
	line-height: .76rem;
	color: #013b84;
	font-size: .32rem;
}
.sub-nav-box .sub-btn{
	font-size: .6rem;
	color: #0b6cd8;
	line-height: .38rem;
	height: .76rem;
	vertical-align: middle;
}
.sub-nav-box li{
	border-bottom:1px solid #ebebeb;
}
.sub-nav-box .sub-nav{
	position: absolute;
	left:0;
	top:.78rem;
	width: 100%;
	display: none;
}
.sub-nav-box .sub-nav a{
	display: block;
}
.sub-nav-box .sub-nav .tit{
	position: relative;
	background-color: #fff;
	padding:0 .35rem;
	height:.7rem;
	line-height: .7rem;
	color: #666666;
	font-size: .3rem;
	
}
.sub-nav-box .sub-nav .tit i{
	position: absolute;
	right: .35rem;
	top:.25rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../img/sub-arrow.png);
	width: .22rem;
	height: .22rem;
	transition:all .3s linear;
}
.sub-nav-box .sub-nav .sub{
	display: none;
	background: #f7f7f7;
	border-top:1px solid #ebebeb;
}
.sub-nav-box .sub-nav .sub a{
	padding:0 .6rem;
	height:.68rem;
	line-height: .68rem;
	border-bottom:1px solid #eeeeee;
	font-size: .26rem;
	color: #666666;
}
.sub-nav-box .sub-nav .sub a:last-child{
	border-bottom:none;

}
.sub-nav-box .sub-nav li.on .tit i{
	transform:rotate(90deg);
}
.sub-black{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background:#000;
	opacity: .52;
	filter: alpha(opacity=52);
	display: none;
	z-index: 30;
}
.about{
	padding:.3rem 0 .6rem;
	font-size: .28rem;
	color: #666666;
	line-height: .48rem;
}
.about img{
	max-width: 100%;
}
/**********about end**********/
.member-box{
	padding:.45rem 0 .6rem;
}
.member li{
	margin-bottom: .45rem;
}
.member li:last-child{
	margin-bottom: 0;
}
.member li a{
	display: block;
}
.member li img{
	width: 100%;
}
.member li .text-box{
	padding:.25rem .2rem;
	background-color: #eee;
}
.member li .text-box .tit{
	font-size: .32rem;
	color: #333;
	font-weight: bold;
	/*padding-bottom: .1rem;*/
	background: url(../img/member-more.png) no-repeat 98% center / .21rem .21rem;
	/*border-bottom:1px dashed #8b8b8b;*/
}
.member li .text-box .con{
	line-height: .48rem;
	font-size: .28rem;
	color: #666666;
	padding-top: .1rem;
	border-top:1px dashed #8b8b8b;
	margin:.1rem 0 0;
}
.page{
	font-size: 0;
	text-align: center;
	margin:.6rem 0 0;
}
.page a{
	display: inline-block;
	*display: inline;
	zoom:1;
	width: .66rem;
	height: .66rem;
	line-height: .66rem;
	background: #f0f0f0;
	font-size: .24rem;
	color: #999999;
	margin:0 .05rem;
	vertical-align: top;
	font-family: arial;
}
.page span{
	margin:0 .05rem;
	font-size: .24rem;
	color: #999999;
	font-family: arial;
	margin:0 .2rem;
}
.page a.prev,
.page a.next{
	
	background-size: .14rem .2rem;
	background-repeat: no-repeat;
	background-position: center;
}
.page a.prev{
	background-image: url(../img/page-prev.png);
}
.page a.next{
	background-image: url(../img/page-next.png);
}
.page a.active{
	background:#013b84;
	color: #fff;
}
/*************membders end***********/
.frame-box{
	padding:.3rem 0 .6rem;
}
.frame-box img{
	max-width: 100%;
}
/*********frame end**********/
.idea-box{
	text-align: center;
	
}
.idea-box li{
	padding:.5rem 0;
	border-bottom:1px solid #ddd;
}
.idea-box li:last-child{
	border-bottom:none;
}
.idea-box li .line{
	width: 54px;
	height:8px;
	margin:0 auto;
}
.idea-box li .line img{
	display: block;
	width: 100%;
}
.idea-box li .tit{
	font-size: .28rem;
	color: #666666;
	line-height: .4rem;
	margin:.05rem 0 0;
}
.idea-box li .tit2{
	font-size: .32rem;
	color: #013b84;
	line-height: .5rem;
	margin:.1rem 0 0;
}
.idea-box .con{
	text-align: left;
	font-size: .28rem;
	color: #666;
	line-height: .48rem;
	margin:.15rem 0 0;
}
/************culture end*********/
.develop-box{
	padding:.4rem 0;
}
.develop-btns{
	height: .72rem;
	line-height: .7rem;
	border-bottom:1px solid #999999;
}
.develop-btns .swiper-slide{
	position: relative;
	width: 1.8rem;
}
.develop-btns .swiper-slide i{
	position: absolute;
	left:0;
	bottom:-1px;
	width: .5rem;
	height:2px;
	background-color: transparent;
}
.develop-btns .swiper-slide.cur a{
	color: #013b84;
}
.develop-btns .swiper-slide.cur i{
	background-color: #013b84;
}
.develop-btns .swiper-slide a{
	display: block;
	font-size: .32rem;
	/*color: #013b84;*/
	color: #666666;
}
.develop-list{
	padding:.7rem 0 0;
}
.develop-list li{
	padding-left:.3rem;
	margin-bottom: .8rem;
	background: url(../img/develop-circle.png) no-repeat left .2rem / .2rem .2rem;
}
.develop-list li .time{
	font-size: .32rem;
	color: #013b84;
}
.develop-list li .con{
	font-size: .28rem;
	color: #666;
	line-height: .48rem;
}
/**********fzlc end**********/
.duty-box{
	padding:.2rem 0 .6rem;
}
/*.tab-btns .view{
	padding:0 .7rem;
}*/
.honor-btns{
	text-align: center;
}
.honor-btns a{
	margin:0 .15rem;
	border-bottom: 1px solid transparent;
}

.honor-btns a:first-child{
	margin-left: 0;
}
.honor-btns a:last-child{
	margin-right: 0;
}
.honor-btns a.cur{
	border-color: #013b84;
	color:#013b84;
}
.tab-btns.swiper-container{
	font-size: 0;
	text-align: center;
	margin-bottom: .2rem;
}
.tab-btns .swiper-slide{
	width: 25%;
}
.tab-btns a{
	display: inline-block;
	*display: inline;
	zoom:1;
	font-size: .28rem;
	color: #666;
	line-height: .4rem;
	/*margin:0 .35rem .2rem;*/
	border-bottom:1px solid transparent;
	padding: .15rem 0;
}
/*.tab-btns a:nth-child(3n){
	margin-right: 0;
}
.tab-btns a:nth-child(3n+1){
	margin-left: 0;
}*/
.tab-btns .swiper-slide.cur a{
	color: #013b84;
	border-color:#013b84;
}

.duty .txt{
	font-size: .28rem;
	line-height: .48rem;
	margin-bottom: .25rem;
}
.duty h3{
	font-size: .32rem;
	color: #013b84;
}
.duty .duty-list li{
	margin-bottom: .35rem;
}
.duty .duty-list li .tit{
	font-size: .3rem;
	color: #013b84;
	margin-bottom: .15rem;
}
.duty .duty-list li .con{
	font-size: .28rem;
	color: #666;
	line-height: .42rem;
}
.duty .duty-list li .con img{
	max-width: 100%;
}
/**********duty end***********/
.impress-box{
	padding:.4rem 0 .65rem;
}
.impress-box li{
	padding-bottom: .3rem;
	border-bottom:1px solid #eaeaea;
	margin-bottom: .48rem;
}
.impress-box li:last-child{
	margin-bottom: 0;
}
.impress-box li a{
	display: block;
}
.impress-box .img-box{
	float: left;
	width: 2.6rem;
	height:1.6rem;
}
.impress-box .img-box img{
	width: 100%;
}
.impress-box .img-box .time{
	position: absolute;
	left:0;
	top:0;
	background:rgba(0,0,0,.8);
	padding:.1rem .08rem;
	font-size: .28rem;
	color: #fff;
}
.impress-box .text-box{
	float: right;
	width: 4rem;
}
.impress-box .text-box .tit{
	font-size: .32rem;
	color: #013b84;
	line-height: .4rem;
}
.impress-box .text-box .line{
	width: .35rem;
	height: 2px;
	background-color: #0b6cd8;
	margin:.15rem 0 0;
}
.impress-box .text-box .con{
	font-size: .28rem;
	line-height: .46rem;
	color: #666;
	margin:.15rem 0 0;
	height:.92rem;
	overflow: hidden;
}
/************ysj end************/
.strategy-box{
	padding:.25rem 0 .95rem;
	
	font-size: .28rem;
	color: #666666;
	line-height: .48rem;
}
.strategy-box li{
	margin-bottom: .3rem;
}
.strategy-box li:last-child{
	margin-bottom: 0;
}
.strategy-box .tit{
	font-size: .28rem;
	color: #333;
	font-weight: bold;
}
.strategy-box .con{
	font-size: .28rem;
	color: #666666;
	line-height: .48rem;
}
.strategy-box .con img{
	max-width: 100%;
}
.strategy-box img{
	max-width: 100%;
}
/*********strategy end*************/
.build-box{
	padding:.3rem 0;
}
.build-box .text-box h3{
	text-align: center;
	font-size: .32rem;
	color: #013b84;
	line-height: .42rem;
}
.build-box .text-box .text{
	font-size: .28rem;
	color: #666;
	line-height: .48rem;
}
.build-box .build-list li{
	margin-bottom: .4rem;
}
.build-box .build-list h3{
	font-size: .32rem;
	color: #333;
	font-weight: bold;
}
.build-box .build-list .con{
	line-height: .48rem;
	color: #666;
}
.build-box .build-list .con img{
	max-width: 100%;
}
/*********build end************/
.honor-box{
	padding: .65rem 0 .6rem;
}
.honor-wrap{
	margin:.3rem 0 0;
	position: relative;
	z-index: 10;
}
.honor .prev,
.honor .next{
	position: absolute;
	top:1.2rem;
	width: .3rem;
	height:.9rem;
	z-index: 33;
}
.honor .prev{
	left: 0;
	background: url(../img/honor-prev.png) no-repeat center / cover;
}

.honor .next{
	right:0;
	background: url(../img/honor-next.png) no-repeat center / cover;
}
 
.honor .scroll{
	width:100%;
	position:relative;
	min-height:3.4rem;
}

.honor .scroll li{
	position: absolute;
	left:0rem;
}

.honor .scroll li a{
	display: block;
}

.honor .scroll li img{
	width:100%;
}
.honor .tips{
	text-align: center;
	font-size: .28rem;
	color: #444;
}
/*************honor end*********/
.relation-box{
	padding:.35rem 0 .7rem;
}
.relation-box .text{
	font-size: .28rem;
	color: #666;
	line-height: .48rem;
}
.relation-list{
	margin: .3rem 0 0;
}
.relation-list li{
	margin-bottom: .3rem;
}
.relation-list h3{
	font-size: .32rem;
	line-height: .6rem;
	font-weight: bold;
	margin-bottom: .1rem;
}
.relation-list .con{
	font-size: .28rem;
	line-height: .4rem;
	color: #666;
}
/************relation end**********/
.message-box{
	padding:.2rem 0 .7rem;
}
.message-box li{
	border-bottom: 1px dashed #9a9a9a;
}
.message-box li a{
	padding:.2rem 0;
}
.message-box li .tit{
	color: #666666;
	font-size: .28rem;
	width: 75%;
	overflow: hidden;
}
.message-box li .time{
	font-size: .28rem;
	color: #999999;
	font-family: arial;
}
/*********message end***********/
.gp-box{
	padding:.3rem 0 .45rem;
	text-align: center;
}
.gp-box .gp{
	width: 100%;
	height:325px;
	overflow: hidden;
}
.gp-box h2{
	font-size: .28rem;
	color: #666;
	font-weight: bold;
}
.gp-box iframe{
	margin-top: -280px;
}
.gqjg-box{
	padding:.4rem 0 .7rem;
}
.gqjg-box table{
	width: 100%;
	border:1px solid #999;
	text-align: center;
}
.gqjg-box table th{
	border:1px solid #999;
	font-size: .24rem;
	color: #666;
	font-weight: normal;
	padding:.15rem 0;
}
.gqjg-box table td{
	border:1px solid #999;
	font-size: .24rem;
	color: #666;
	padding:.15rem 0;
}
/************gqjg end***********/
.tzzly-box{
	padding:.7rem 0  .75rem;
}
.tzzly-box .tzzly{
	width: 5.9rem;
	margin:0 auto;
}
.tzzly-box .tzzly input[type=text]{
	display: block;
	width: 80%;
	padding:.1rem 10%;
	border:1px solid #bfbfbf;
	margin-bottom: .15rem;
	-webkit-appearance:none;
	box-shadow: none;
	border-radius: 4px;
	font-size: .28rem;
	color: #999;
	height:.4rem;
}
.tzzly-box .tzzly textarea{
	display: block;
	width: 80%;
	padding:.1rem 10%;
	height:1.6rem;
	border:1px solid #bfbfbf;
	margin-bottom: .15rem;
	-webkit-appearance:none;
	box-shadow: none;
	border-radius: 4px;
	font-size: .28rem;
	color: #999;
	resize:none;
}
.tzzly-box .tzzly .check input[type=text]{
	width: 51%;
}
.tzzly-box .tzzly .check img{
	height: .6rem;
	border:1px solid #bfbfbf;
}
.tzzly-box .tzzly .submit-box{
	margin:.4rem 0 0;
}
.tzzly-box .tzzly .submit-box input{
	width: 1.8rem;
	height: .7rem;
	border-radius: 4px;
	background: #013b84;
	padding:0;
	text-align: center;
	border:none;
	color: #fff;
	margin-right: .2rem;
}
.tzzly-box .tzzly input[required=required]{
	background: url(../img/require.png) no-repeat .4rem .20rem / .15rem .15rem;
}
.tzzly-box .tzzly textarea[required=required]{
	background: url(../img/require.png) no-repeat .4rem .3rem / .15rem .15rem;
}
.tzzly-box .tzzly input[type=text]::-webkit-input-placeholder{
	color:#999;
}
.tzzly-box .tzzly input[type=text]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
　　color:#999;
}
.tzzly-box .tzzly input[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ */
　　color:#999;
}
.tzzly-box .tzzly input[type=text]:-ms-input-placeholder { /* Internet Explorer 10+ */
　　color:#999;
}
.tzzly-box .tzzly textarea::-webkit-input-placeholder{
	color:#999;
}
.tzzly-box .tzzly textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
　　color:#999;
}
.tzzly-box .tzzly textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
　　color:#999;
}
.tzzly-box .tzzly textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
　　color:#999;
}
/***********tzzzly end**********/
.tab-btns .view{
	padding: .3rem 1rem .1rem;
}
.tab-btns a{
	/*margin-right: .7rem;*/
}
.product-box{
	padding:.2rem 0 0;
}
.product-con img{
	max-width: 100%;
}
/********product end*********/
.journal-box{
	padding:.5rem 0 .75rem;
}
.journal li{
	float: left;
	width: 3.2rem;
	height:4.7rem;
	/*padding:.15rem;*/
	border:1px solid #eaeaea;
	margin-bottom: .45rem;
	box-sizing:border-box;
}
.journal li:nth-child(2n){
	float: right;
}
.journal li:nth-last-child(1),
.journal li:nth-last-child(2){
	margin-bottom: 0;
}
.journal li a{
	display: block;
}
.journal li .img{
	width: 100%;
	height: 100%;
}
.journal li a img{
	width: 100%;
	height: 100%;
}
.journal li .text-box{
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	background: #fff;
	border-top:1px solid #eaeaea;
	box-sizing:border-box;
	text-align: center;
	padding:.15rem 0;
}
.journal li .text-box span{
	display: block;
	line-height: .36rem;
}
.journal li .text-box .tit{
	display: inline-block;
	font-size: .28rem;
	color: #013b84;
	font-weight: bold;
	padding:0 .3rem;
	position: relative;
}
.journal li .text-box .tit:after,
.journal li .text-box .tit:before{
	content:"";
	position: absolute;
	top:50%;
	width: .13rem;
	height: 2px;
	background: #013b84;
	margin-top: -1px;
}
.journal li .text-box .tit:before{
	left:0;
}
.journal li .text-box .tit:after{
	right:0;
}

.journal li .text-box .time{
	font-size: .28rem;
	color: #666666;
	font-family: arial;
}
/***********journal end************/
.view ul{
	font-size:0;
}
.video-box{
	padding:.3rem 0 .6rem;
}
.video-box li{
	display:inline-block;
	width: 3.3rem;
	margin-bottom: .3rem;
}
.video-box li:nth-child(2n){
	margin-left:4.3%;
}
.video-box li .video{
	width: 100%;
	height: 2.3rem;
}
.video-box li .video video{
	width: 100%;
	height:2.3rem;
}
.video-box li .text{
	font-size: .28rem;
	color: #666666;
	line-height: .6rem;
	text-align: center;
	overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;
}
.video-box li:nth-last-child(1),
.video-box li:nth-last-child(2){
	margin-bottom: 0;
}
/******video end***********/
.join-box{
  padding:.2rem 0 .6rem;
}
.join-box .tits1{
  width: 60%;
  margin:0 auto;
}
.join-box .tits1 img{
  width: 100%;
}
.join-box .item{
  margin-bottom: 30px;
  box-shadow: -2px 0 14px rgba(0,0,0,.2);
  margin-bottom: .5rem;
}
.join-box .job{
  margin:.2rem 0 0;
}
.join-box .item .tit-top{
  height:.9rem;
  background: #fff;
  line-height: .9rem;
  font-size: .28rem;
  color: #333;
  background: url(../img/join-jia.png) no-repeat 95% center / .4rem .4rem;
  padding:0 .4rem;
  box-sizing:border-box;
  border-bottom:1px solid #eaeaea;
}
.join-box .item .tit-bottom{
  padding:.2rem .4rem;
  box-sizing:border-box;
}
.join-box .item .tit-bottom span{
  float: left;
  font-size: .28rem;
  color: #333;
  line-height: .48rem;
}
.join-box .item .tit-bottom span.salary,
.join-box .item .tit-bottom span.num{
  margin-right:15%;
}
.join-box .item .tit-bottom span.place{
  width: 100%;
}
.join-box .item .msg{
  font-size: 14px;
  line-height: 24px;
  color: #666;
  padding:5px 20px 10px;
  display: none;
}
.join-box .item .apply{
  display: block;
  width: 100%;
  height:50px;
  background: url(../img/apply.png) no-repeat 20px center / 20px 15px;
  padding-left: 50px;
  line-height: 50px;
  font-size: 14px;
  border-top:1px solid #eaeaea;
  color: #333333;
  box-sizing:border-box;
}
.join-box .item .job-tit.on .tit-top{
  color: #fff;
  background: #013b84 url(../img/join-jian.png) no-repeat 95% center / 20px 20px;
}
/*********hr end***********/
.colleage-box{
	padding:.35rem 0 .9rem;
}
.colleage-box li{
	margin-bottom: .5rem;
}
.colleage-box li:last-child{
	margin-bottom: 0;
}
.colleage-box li a{
	display: block;
}
.colleage-box li .img{
	width: 100%;
	height:4.36rem;
}
.colleage-box li .img img{
	width: 100%;
}
.colleage-box li .text-box{
	padding:.2rem .4rem;
	box-shadow: 0 0 .27rem rgba(0,0,0,.1);
}
.colleage-box li .text-box span{
	display: block;
}
.colleage-box li .text-box .tit{
	font-size: .32rem;
	color: #013b84;
}
.colleage-box li .text-box .con{
	font-size: .28rem;
	color: #666666;
	line-height: .48rem;
	height: .96rem;
	overflow: hidden;
}
/***********colleage end************/
.service-box{
	padding:.45rem 0;
}
.service-box select{
	width: 100%;
	height:.84rem;
	border:1px solid #cacaca;
	padding:0 .35rem;
	font-size: .28rem;
	color: #666;
	-webkit-appearance:none;
	box-shadow: none;
	border-radius: 0;
	outline: none;
	background: url(../img/select.png) no-repeat 6.3rem center / .21rem .12rem;
}
.map-wrap{
	margin:.25rem 0 0;
}
.map-box{
	border:1px solid #d2d2d2;
}
.map-box .map{
	height:4.1rem;
}
.map-box .add-box{
	padding:.3rem;
}
.map-box .add-box .tit{
	font-size: .32rem;
	color: #454545;
	font-weight: bold;
	padding-left: .5rem;
	background: url(../img/mapicon.png) no-repeat left center / .36rem .41rem;
}
.map-box .add-box .con{
	font-size: .28rem;
	line-height: .48rem;
	color: #999999;
}
.map-box .text-box{
	padding:0 .3rem .5rem;
	
}
.map-box .text-box .text{
	padding-top: .4rem;
	border-top:1px solid #959595;
	line-height: .5rem;
	height:2.5rem;
	overflow: hidden;
	color: #666666;
}
.map-box .text-box .more{
	display: block;
	width: 2.5rem;
	height:.6rem;
	background: #013b84;
	text-align: center;
	line-height: .6rem;
	border-radius: .3rem;
	color: #fff;
	font-size: .28rem;
	margin:.2rem 0 0;
}
/*************service end*********/
.project-box{
	padding:.4rem 0 .9rem;
}
.project-box li{
	margin-bottom: .5rem;
}
.project-box li:last-child{
	margin-bottom: 0;
}
.project-box li .tit{
	font-size: .32rem;
	color: #000033;
	padding-left: .5rem;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: .39rem .36rem;
	font-weight: bold;
}
.project-box li .txt{
	font-size: .28rem;
	line-height: .48rem;
	padding-top: .1rem;
	border-top:1px dashed #959595;
	margin:.15rem 0 0;
	color: #000033;
}
.project-box li .img{
	margin:.15rem 0 0;
	width: 100%;
	height:3rem;
}
.project-box li .img img{
	width: 100%;
	height: 100%;
}
.project-box li .more{
	display: block;
	height: .65rem;
	background: #013b84;
	text-align: center;
	line-height: .65rem;
	color: #fff;
	font-size: .28rem;
}
/***********project end*******/
.projectdtl-box{
	padding:.5rem 0 .6rem;
}
.projectdtl-box li{
	border-bottom:1px dashed #989898;
	margin-bottom: .3rem;
}
.projectdtl-box li:last-child{
	margin-bottom: 0;
}
.projectdtl-box .img img{
	width: 100%;
}
.projectdtl-box .txt{
	height:.8rem;
	line-height: .8rem;
	background:url(../img/sanjiao.png) no-repeat 3px center / .22rem .19rem;
	padding-left: .55rem;
	font-size: .24rem;
	color: #000033;
}
.ctrl-box{
	margin:.7rem 0 0;
}
.ctrl-box .ctrl{
	width: 5rem;
}
.ctrl-box .ctrl a{
	display: block;
	font-size: .26rem;
	color: #666666;
	line-height: .5rem;
}
.ctrl-box .return{
	width: 1.3rem;
	height: .6rem;
	line-height: .6rem;
	color: #fff;
	font-size: .24rem;
	background: #013b84;
	text-align: center;
	border-radius: 6px;
}
/*************project_detail end*********/
.partner-box{
	padding:.3rem 0 .4rem;
}
.partner-box li{
	padding:.3rem .1rem;
	border-bottom:1px dashed #ddd;
}
.partner-box li .img{
	width: 2.37rem;
	height:1.03rem;
}
.partner-box li .img img{
	width: 100%;
	height: 100%;
}
.partner-box li .text{
	width: 4rem;
	line-height: .4rem;
	font-size: .28rem;
	color: #666666;
}
/*********partner end*******/
.validate-box .tips-box{
	padding:.3rem 0 .2rem;
}
.validate-box .tips-box .tips{
	padding:0 0 .3rem .5rem;
	background: url(../img/num.png) no-repeat left top / .33rem 1.8rem;
	font-size: .28rem;
	color: #666666;
	line-height: .34rem;
	margin:.2rem 0 0;
	border-bottom:1px dashed #8f8f8f;
}
.validate-box .tips-box .tips p{
	margin-bottom: .4rem;
}
.validate-box .tips-box .tips p:last-child{
	margin-bottom: 0;
}
.validate-box h3{
	font-size: .3rem;
	color: #454545;
	font-weight: bold;
}
.validate-box .query-box{
	padding-bottom: .55rem;
}
.validate-box .query{
	margin:.15rem 0 0;

}
.validate-box .query .input{
	border:1px solid #cacaca;
	margin-bottom: .2rem;
	padding:0 .5rem;
}
.validate-box .query .input input{
	height:.5rem;
	line-height: .5rem;
	padding:.2rem 0;
	border:none;
	outline: none;
	width: 3.5rem;
	font-family: arial;
}
.validate-box .query .input input::-webkit-input-placeholder{
	color:#666666;
}
.validate-box .query .input input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
　　color:#666666;
}
.validate-box .query .input input::-moz-placeholder { /* Mozilla Firefox 19+ */
　　color:#666666;
}
.validate-box .query .input input:-ms-input-placeholder { /* Internet Explorer 10+ */
　　color:#666666;
}
.validate-box .query .input .tit{
	width: 1.9rem;
	text-align: right;
	font-size: .28rem;
	color: #999999;
	height:.5rem;
	line-height: .5rem;
	padding:.2rem 0;
}
.validate-box .query .input .result{
	line-height: .5rem;
	padding:.2rem 0;
	width: 3.5rem;
	font-size: .28rem;
	color: #666666;
}
.validate-box .query input[type=submit]{
	display: block;
	width: 100%;
	height:.7rem;
	padding:0;
	text-align: center;
	border:none;
	background: #013b84;
	color: #fff;
	font-size: .24rem;
}
.validate-box .result-text{
	padding:0;
	margin:0;
	border:none;
	outline:none;
}
/**************center end*************/
.question-box{
	padding:.2rem 0 .65rem;
}
.question-box li .tit{
	font-size: .28rem;
	color: #242424;
	line-height: .36rem;
	border-bottom:1px solid #eaeaea;
	padding:.15rem .7rem;
	background: url(../img/q.png) no-repeat .2rem .26rem / .3rem .23rem;
}
.question-box li .answer{
	display: none;
	background: #fcfcfc;
	padding:.25rem .7rem .35rem;
	border:1px solid #e7e7e7;
	border-top:none;
	background: url(../img/a.png) no-repeat .2rem .4rem / .29rem .2rem;
}
.question-box li.on{
	margin-bottom:.15rem;
}
.question-box li.on .tit{
	border:1px solid #e7e7e7;
}
.question-box li.transparent .tit{
	border-bottom:transparent;
}
/*********phone end**********/
.service-btns{
	font-size: 0;
	text-align: center;
	padding:.35rem 0 0;
}
.service-btns a{
	display: inline-block;
	font-size: .28rem;
	color: #666666;
	line-height: .4rem;
	border-bottom:1px solid transparent;
	margin:0 .35rem;
}
.service-btns a:first-child{
	margin-left: 0;
}
.service-btns a:last-child{
	margin-right: 0;
}
.service-btns a.cur{
	border-color: #013b84;
	color: #013b84;
}
.cptd{
	font-size: .28rem;
    color: #666666;
    line-height: .48rem;
    padding:.3rem 0;
}
.cptd img{
	max-width: 100%;
}
/************cptd end********/
.newsdtl {
	padding:.5rem .3rem;
}

.c-tit{
	text-align: center;
}

.c-tit h3{
	font-size: .32rem;
	line-height: .4rem;
	font-weight: bold;
}

.c-tit .time{
	font-size: .28rem;
	color:#888;
}

.content .page-box{
	margin:.4rem 0 0;
}

.newsdtl .content{
	font-size: .28rem;
	line-height: .48rem;
	color:#444;
}

.newsdtl .content img{
	max-width: 100%;
}

.content a{
	display: block;
	font-size: .28rem;
	color:#333;
}

.page-box .back{
	margin:.4rem auto 0;
	width:1.65rem;
	height:.6rem;
	background: #b60005;
	color:#fff;
	line-height: .6rem;
	text-align: center;
	font-size: .2rem;
	border-radius: .1rem;
}
/*********news_detail end*********/
.recruitdtl-box{
	padding:.5rem .3rem;
}

.recruitdtl-box tr td{
/*	width:95%;*/
	font-size: .28rem;
	line-height: .48rem;
	padding:.1rem 0;
}

.recruitdtl-box tr td:nth-child(2n+1){
	text-align: right;
	width:1.3rem;
}

.recruitdtl-box input,
.recruitdtl-box textarea,
.recruitdtl-box select{
	line-height: .32rem;
	border:1px solid #ddd;
	outline: none;
	font-size: .28rem;
	color:#000;
	width:4.5rem;
	padding:.1rem .2rem;
	height:.7rem;
	margin:0;
	box-shadow: 2px 2px 2px #f4f4f4 inset;
	border-radius: 0;
	margin-left: .3rem;
	box-sizing:border-box;
}

.recruitdtl-box textarea{
	height:4rem;
	padding:.2rem;
	resize:none;
}

.recruitdtl-box .spred{
	color:#f00;
}

.recruitdtl-box input[type=file]{
	border:none;
	box-shadow: none;
}

.recruitdtl-box .check input{
	float: left;
	width:2rem;
}

.recruitdtl-box .check img{
	float: left;
	width:1.5rem;
	height: .65rem;
	border:1px solid #ddd;
	margin-left: .2rem;
}

.recruitdtl-box input[type=submit]{
	display: block;
	box-shadow: none;
	width:1.5rem;
	height:.7rem;
	background: #013b84;
	color:#fff;
	text-align: center;
	border-radius: .35rem;
	margin:0 auto;
}

.recruitdtl-box .error{
	border:1px solid #f00;
}
/************hrinfo end*******/
.zpxc-box{
	padding:.3rem 0 .3rem;
}
.zpxc-box li{
	margin-bottom: .3rem;
}
.zpxc-box li:last-child{
	margin-bottom: 0;
}
.zpxc-box table{
	border:1px solid #ddd;
}
.zpxc-box tr td{
	font-size: .32rem;
	padding:.1rem 0;
	border:1px solid #ddd;
	padding:.2rem;
}
.zpxc-box tr td:nth-child(1){
	width: 30%;
	text-align: center;
	font-size: .32rem;
	color: #666;
}
.zpxc-box tr td:nth-child(2){
	line-height: .4rem;
	color: #333;
}
/***********zpxc end*************/
.app-box{
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
}

.app-box .app{
	width: 5.8rem;
	margin:0 auto;
	padding:1.9rem 0 0;
}
.app-box .app .app-logo{
	width:3.9rem;
	margin:0 auto;
}
.app-box .app .app-logo img{
	width: 100%;
}
.app-box .app .btns{
	margin:1.5rem 0 0;
}
.app-box .app .btns a{
	display: block;
	width:100%;
	height:1rem;
	line-height: 1rem;
	border-radius: .25rem;
	background:#2476c0;
	opacity: .8;
	filter: alpha(opacity=80);
	margin-bottom: .3rem;
	text-align: center;
	font-size: .35rem;
	color:#fff;
}
.app-box .app .app-tel{
	position: absolute;
	left:50%;
	bottom:.9rem;
	width:5.1rem;
	font-size: .35rem;
	color:#fff;
	background:url(../img/app-tel.png) no-repeat left center / .42rem .42rem;
	margin-left: -2.55rem;
	padding-left: .65rem;

}
.swiper-container1 a{
	font-size:.24rem;
	background:#e6e6e6;
	color:#222;
	text-align:center;
	height:.5rem;
	line-height:.5rem;
	
}
.ldc-2{
	margin-top:.3rem;
	padding:0 .3rem;
}
.on-kdc{
	background:#013b84!important;
	color:#fff !important;
}
.video-wrap{
    width: 82%;
    position: fixed;
    top: 34%;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    z-index: 999;
}
.video-wrap .close {
    position: absolute;
    right: -.6rem;
    top: 0;
    width: .6rem;
    height: .6rem;
    background: url(../img/97_07.png) no-repeat center;
    text-align: center;
    line-height: .6rem;
    font-size: .3rem;
    color: #fff;
}
video {
    width: 100%;
    height: 6rem;
}
.black {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: #000; */
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 888;
}
.sd-ldc{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: #000;
    opacity: .3;
}
iframe{
	width:100%;
	height:4.5rem;
}
iframe #youku-playerBox{

	height:100%;
}