﻿sub-team/*===================
========Reset========
===================*/

blockquote,body,button,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,td,textarea,th,ul {
	margin:0;
	padding:0;
	-webkit-tap-highlight-color:rgba(0,0,0,0)
}
html {
    font-family: 'sans-serif', "Microsoft YaHei", "微软雅黑", "Tahoma", "Helvetica";
    font-size: 62.5%;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
body{
	font-size: 1.6rem;
	line-height: 1.5; 
	height: 100%;
	color: #333;
	overflow-x: hidden; 
	-webkit-overflow-scrolling: touch;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { 
	display: block; 
}

audio, canvas, progress, video { 
	display: inline-block; vertical-align: baseline; 
}
audio:not([controls]) { 
	display: none; height: 0; 
}
[hidden], template { 
	display: none; 
}
svg:not(:root) { 
	overflow: hidden; 
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500
}
img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}
ul,ol,li {
    list-style: none;
}
a{
	text-decoration:none;
	background:0 0;
	color: inherit;
}
a:active, a:hover, a:focus {
	outline:0
}
b,strong {
	font-weight:700
}
sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline
}

button,input,optgroup,select,textarea {
	color:inherit;
	font:inherit;
	margin:0;
	outline:0
}
button,select {
	text-transform:none
}
select {
	-webkit-appearance:none;
	border:none
}
hr{
	border:0;
	height:1px
}
table{
	border-spacing: 0;
    border-collapse: collapse;
}
input {
	line-height:normal
}
button, html input[type="button"], input[type="reset"], input[type="submit"] { 
	-webkit-appearance: button; cursor: pointer; 
}
input[type="checkbox"],input[type="radio"] {
	box-sizing:border-box;
	padding:0
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
	height:auto
}
input[type="search"] {
	-webkit-appearance:textfield;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance:none
}

.link-r-a{
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.link-a-ewm{
	position: absolute;
	width: 10rem !important;
	left: 50%;
	margin-left: -5rem;
	opacity: 0;
	visibility: hidden;
	transform: scale(0.3);
	z-index: 6666;
	transition: all .5s ease;
}
.link-r-a:hover .link-a-ewm{
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transition: all .5s ease;
}

/*===================
========Public========
===================*/

.bye-box,.bye-box * {
	-webkit-box-sizing:content-box!important;
	-moz-box-sizing:content-box!important;
	box-sizing:content-box!important;
}
.bye-border,.bye-border * {
	-webkit-box-sizing:border-box!important;
	-moz-box-sizing:border-box!important;
	box-sizing:border-box!important
}
.bye-circle {
	border-radius:100%
}
.bye-show {
	display:block!important
}
.bye-hide {
	display:none!important
}
.bye-floatL{
	float: left;
}
.bye-floatR{
	float: right;
}
.bye-inline {
	position:relative;
	display:inline-block;
	*display:inline;
	*zoom:1
}
.bye-block{
	display: block;
}
.bye-elip {
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap
}
.bye-unselect {
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none
}
.bye-clear{
	clear:both;
	*zoom:1
}
.bye-clear:after{
	content:'';
	clear:both;
	*zoom:1;
	display:block;
	height:0
}
.bye-wrap{
	width: 1170px;
	margin: 0 auto;
}

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.body-wrap.left,header.left{
    transform: translateX(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.body-wrap.on{
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transform: translateX(0);
}
 
/* animation S */
@keyframes iconDown {
    0% {
        opacity: 0;
        top: 20%;
    }
    50% {
        top: 50%;
        opacity: 1;
    }
    100% {
        top: 70%;
        opacity: 0;
    }
}
@keyframes anishake1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    50% {
        -webkit-transform: translate3d(20px, 40px, 0);
        transform: translate3d(20px, 40px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

}
@keyframes anishake2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    50% {
        -webkit-transform: translate3d(30px, 60px, 0);
        transform: translate3d(30px, 60px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes anishake3 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    50% {
        -webkit-transform: translate3d(-10px, 40px, 0);
        transform: translate3d(-10px, 40px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
/* animation E */


/* header S */
header{
    width: 100%;
    position: fixed;
    background: none;
    left: 0;
    z-index: 99;
    top: 0px;
    transition: all 0.5s ease-out 0s;
    border-bottom:  1px solid rgba(255, 255, 255, 0.2)
}
header.on{
    top: 0;
    transition: all 0.5s ease-out 0s;
	 background: rgba(0, 0, 0, 0.3)
}
header.nofixed{
    top: -75px;
    transition: all 0.5s ease-out 0s;
}
header.fixedbg{
	 background: rgba(0, 0, 0, 0.3)
}
header .wrap{
    height: 55px;
    line-height: 55px;
    padding-left: 3%;
}
header .logo{
    width: 24rem;
    display: block;
    position: relative;
    z-index: 100;
}
header .logo img{
	width: 100%;
}
.dropNav{
	float: right;
	position: relative;
    z-index: 1001;
}
 
.dropNav .dropNavBtn{
    color: #fff;
    display: block;
    height: 100%;
    padding: 0 20px;
}
.dropNav .dropNavBtn .iconfont{
    font-size: 2.2rem;
}

.topHeight{
    height: 70px;
}
/* header E */


/* submenu S */
.m-subMenu{
    position: fixed;
    top: 0;
    background-color: #fff;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    z-index: 1005;
    right: -100%;
    border-left: 1px solid #eee;
    width: 50%;
}

.m-subMenu.on{
    right: 0;
}
.m-subMenu .sMenu-item{
    border-bottom: 1px solid #eee;
    line-height: 50px;
    position: relative;
}
.m-subMenu .sMenu-item>a{
    display: block;
    padding: 0 0 0 20px;
}
.m-subMenu .sMenu-item .iconfont{
    font-size: 2rem;
    font-weight: 600;
    color: #999;
    position: absolute;
    top: 0;
    right: 10px;
}
.m-subMenu .sMenu-item .ms-Nav{
    background: #eee;
    display: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.m-subMenu .sMenu-item .ms-Nav a{
    display: block;
    padding-left: 20px;
}
/* submenu E */

/* banner S */
.banner .banner-pagination>span{
    width: 8rem;
    height: 2px;
    background: #9c9b9a;

}
.banner .banner-pagination>span.swiper-pagination-bullet-active{
    background: #fff;
}
.banner-swiper{width: 100%; margin: 0; padding: 0;}
.banner-swiper img{
	width: 100%;
}

/* main S */
.main{

}
/* topNav S */
.mtopNav{
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #f3f3f3;
}
.mtopNav .mtopNav-list{
    display: inline-block;
    margin: 0 auto;
}
.mtopNav .mtopNav-item{
    float: left;
    padding: 0 40px;
    color: #333;
}
.mtopNav .mtopNav-item i.iconfont{
    font-size: 3rem;
    color: #7f7f7f;
    display: inline-block;
    margin-bottom: 5px;
}
.mtopNav .mtopNav-item p{
    color: #3a3a3a;
    font-size: 1.5rem;
}
.mtopNav .mtopNav-item.active:after{
    height: 2px;
    bottom: -20px;
    position: relative;
}
.mtopNav .mtopNav-item>a{
    display: inline-block;
    padding: 0 20px;
}
.mtopNav .mtopNav-item:hover i,.mtopNav .mtopNav-item:hover p{
    color: #007ac0 !important;
}
/* topNav E */

/* mbomNav S */
.mbomNav-list{
    text-align: center;
    padding: 3rem 0;
}
.mbomNav-item{
    display: inline-block;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    font-size: 1.4rem;
    margin: 5px;
}
.mbomNav-item:hover,.mbomNav-item.active{
    background: #007ac0;
    color: #fff;
    border-color: #007ac0;
}
/* mbomNav E */
/*首页关于我们*/
.habtimg{
	width: 100%;
	float: right;
	margin-top: 0.5rem;
}
.habtimg img{
	width: 100%;
}
.habttext{
	width: 92%;
	margin: 0 auto;	
}
.habttext .cont-box{
	font-size: 1.4rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.habttext .cont-box h1{
	font-size: 1.89rem;
	color: #3f4041;
	font-weight: bold;
	width: 100%;
	margin: 0;
	padding: 1.5rem 0 0.8rem 0;
}
.habttext .cont-box p{
	width: 100%;
	font-size: 1.4rem;
	line-height: 24px;
	margin: 0;
	padding-bottom: 20px;
}
.habttext .cont-box .more{
	color: #a1a6a8;
	text-transform: uppercase;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	/* Firefox 4*/
	-webkit-transition: all .5s ease;
	/* Safari 和 Chrome*/
	-o-transition: all .5s ease;
	font-size: 1.2rem;
}
.habttext .cont-box .more .span{
	clear: both;
	display: block;
	content: ' ';
	height: 5px;
	border-bottom: #068bce solid 1px; 
	width: 30px;
}
.habttext .cont-box .more:hover .span{
	clear: both;
	display: block;
	content: ' ';
	height: 5px;
	border-bottom: #068bce solid 1px; 
	width: 40px;
}

/*车队右边*/
.teamright{
	width:25.52%;
	height: 100%;
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

/* main S */
.teamright {
	width: 100%;
	background: #068bce;
}
.teamright .tecTit{
    font-size: 2.8rem;
    color: #fff;
    line-height: 2.8rem;
    padding:0 ;
    margin: 1rem 0 0 0;
}
.teamright .tecTit p{
	font-size: 1.2rem;
	margin: 0;
	padding: 0;
}
.teamright.link{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    justify-content: center;
}
.teamright .link {
	padding: 0;
}
.teamright .link i{
	margin: 0 3px;
	font-size: 30px!important;
	color: #fff;
}

/*车队展示*/
.carwrap{
	width: 100%;
	color: #fff;
}
.carteam{
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.carteam #video1{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    display: block;
    background: #000;
    z-index: 2;
}
#container1 .swiper-pagination-bullet{
    width: 6px;
    height:6px;
    background: #f5f5f5;
    border-radius: 50%;

}
#container1 .swiper-pagination-bullet-active{
    background: #165b97;
} 

/*业务范围*/
.ser-wrap{
	width: 92%;
	margin: 0 auto;
}
.sertit{
	font-size: 2.0rem;
	font-weight: bold;
	color: #3f4041;
	text-align: center;
	padding-top: 2.5rem;
}
.sertit:after{
	content: '-';
}
.sertit:before{
	content: '-';
}
.sertit2span{
	clear: both;
	color: #ddd;
	font-size: 1.0rem;
	font-family: arial;
	color: #3f4041;
	text-align: center;
	text-transform: uppercase;
}
.seclist{
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
}
.seclist .secItem{
    width: 50%;
    border: #fff solid 1px;
    border-left:none;
    border-top: none;
    background-color: #fff;
    float: left;
   	position: relative;
   	overflow: hidden;
}
.seclist .secItem:nth-child(1){
	width: 100%;
}
.seclist .secItem .secImg{
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: #165b97;
    position: relative;
}
.seclist .secItem:hover .secImg img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.2;
}
.seclist .secItem .secImg>img{
    width: 100%;
    display: block;
    vertical-align: top;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    opacity: 1;
}
.secbom{
	width: 100%;
    position:absolute;
    z-index: 3;
    line-height: 35px;
    top:80%;
    text-align: center;
}
.seclist .secItem:first-child .secbom{
	top:89%;
}
.secbom>h3{
    font-size: 1.4rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    line-height: 30px;
}
.secbom>p{
    font-size: 1.4rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 5.0rem;
    height: 3px;
    background: #fff;
    padding: 0;
    margin: 10px auto  5px auto!important;
}
.secbom{
	color: #99d8fa;
}
.secItem:hover .secbom { top:35%}
.seclist .secItem:nth-child(3):hover .secbom {top:40%}


/*新闻*/
.newsIn{
	width: 92%;
	margin: 0 auto;
	padding: 20px 0;
}
#news .swiper-button-new-prev ,#news .swiper-button-new-next{
	float: left;
	cursor:pointer;
}
#news .swiper-button-new-prev i,#news .swiper-button-new-next i{
	color: #e2e2e2;
	font-size: 24px;
}
#news .swiper-button-new-prev:hover i,#news .swiper-button-new-next:hover i{
	color: #3b3b3b;
}
#news .swiper-slide{
	padding-top: 8px;
}
#news .swiper-slide a{
	color:#484848;
	text-transform: uppercase;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	/* Firefox 4*/
	-webkit-transition: all .5s ease;
	/* Safari 和 Chrome*/
	-o-transition: all .5s ease;
}
#news .swiper-slide a .line{
	width: 8rem;
	height: 3px;
	background: #068bce;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	/* Firefox 4*/
	-webkit-transition: all .5s ease;
	/* Safari 和 Chrome*/
	-o-transition: all .5s ease;
}
#news .swiper-slide a h2{
	font-size: 1.4rem;
	font-weight: bold;
	color: #068bce;
	line-height: 24px;
	margin-top: 10px;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	/* Firefox 4*/
	-webkit-transition: all .5s ease;
	/* Safari 和 Chrome*/
	-o-transition: all .5s ease;
}
#news .swiper-slide a span.date{
	font-size: 1.4rem;
	line-height: 20px;
}
#news .swiper-slide a p{
	font-size: 1.4rem;
	line-height: 22px;
	padding: 10px 0 5px 0;
}
#news .swiper-slide a span.icon{
	color: #068bce;
	font-size: 2rem;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	/* Firefox 4*/
	-webkit-transition: all .5s ease;
	/* Safari 和 Chrome*/
	-o-transition: all .5s ease;
}

/*联系我们*/
.hcontact{
	width: 100%;
	background: url(../images/ft.jpg) no-repeat center top;
	background-size: 100% 100%;
/*	height: 18rem;*/
	padding: 0 2rem 1.5rem;
	-webkit-transition: transform ease 0.8s;
    -moz-transition: transform ease 0.8s;
    -ms-transition: transform ease 0.8s;
    -o-transition: transform ease 0.8s;
    transition: transform ease 0.8s;
    text-align: center;
    color: #fff;
}
.hcontact h1{
	font-family: Myriad Pro;
	font-size: 3rem;
	padding-top: 2.5rem;
}
.hcontact p{
	font-size: 1.2rem;
	line-height: 18px;
	padding-top: 1rem;
}
.footH{
	height: 5rem;
}
.footFix {
    background: #2e2b2b;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    text-align: center;
}
.footFix>a {
    display: inline-block;
    width: 33%;
    font-size: 16px;
    color: #fff;
	position: relative;
}
.footFix>a>i.iconfont {
    font-size: 20px;
    margin-right: 5px;
}
.foot-a-ewm{
	position: absolute;
	bottom: 5rem;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
}
.footFix>a:hover .foot-a-ewm{
	opacity: 1;
	visibility: visible;
}
/* oneKey E */

/*返回顶部*/
.sroll_top {right: 0.8%; bottom: 3.7%; position: fixed; display:none; cursor:pointer;}

.topBanner{
    position: relative;
}
.topBanner>img{
    width: 100%;
}

/*内页关于我们*/
.sub-nva{
	display: flex;
	flex-wrap:wrap;
	flex-direction: row;
	justify-content: center;
	margin-top: 8px;
}
.sub-nva a{
	display: block;
	width: 40%;
	height: 3rem;
	text-align: center;
	line-height:3rem;
	background: #efefef;
	font-size: 1.5rem;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    margin: 0 7px;
}
.sub-nva a:hover{
	background: #068bce;
	color: #fff;
}
.sub-nva a.cur{
	background: #068bce;
	color: #fff;
}
.sub-nva-ser{
	width: 92%;
	margin: 6px auto 0 auto;
	justify-content: flex-start;
}
.sub-nva-ser a{
	 margin: 0 3px;
	margin-bottom: 5px;
	width: 30%;
}
.sub-abt{
	width: 92%;
	margin:0 auto;
	max-width: 1260px;
	font-size: 1.4rem;
	padding: 2rem 0 1rem 0;
}
.sub-abt img{
	max-width: 100%;
}
#ewm-cnt2{
	display: none!important;
}
#lefticon{
	width: 10%!important;
}
#ewm-cnt{
	display: block!important;
}
#about-cont{
	width: 100%!important;
	padding-right: 0!important;
}
#about-cont-right{
	width: 100%!important;
}
.sub-cont img{
	max-width: 100%!important;
}
.sub-team{
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 92%;
	max-width: 1260px;
	padding-top: 15px;
	margin: 15px auto 15px auto;
}
.sub-team .secItem{
	width:100% ;
	margin-bottom: 5px;
}

.sub-team .secItem img{
	width: 100%;
}
.sub-team h2{
	width: 100%;
	height: 38px;
	line-height: 38px;
	color: #333;
	text-align: center;
	font-size: 14px;
	
}
/*内页新闻资讯*/
.subnew{
	padding: 2rem 0 1rem 0;
	width: 92%;
	margin: 0 auto;
}
.subnew ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.subnew ul li{
	clear: both;
	border-bottom: #c7c7c7 dashed 1px;
	line-height: 3.6rem;
	font-size: 1.4rem;
	overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    height: 3.6rem;
	}
.subnew ul li i{
	float: right;
	font-size: 1.8rem;
}

/*内页客户服务*/
.dytit{
	margin-bottom: 13px;
}

.joinus-box {
	width: 100%;
	max-width: 1260px;
	margin: 0  auto;
}

.cjwtlist {
	width: 100%;
	overflow: hidden;
}

.cjwtlist-none {
	display: none;
}

.cjwtlist .hidden {
	display: none;
}
.accordion {
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style: none;
}
.accordion .link {
	height: 4rem;
	font-size: 1.4rem;
	display: block;
	position: relative;
	cursor: pointer;
	background: #f7f7f7;
	line-height:4rem;
	padding-left: 15px;
	margin-bottom: 1px;
}

.accordion li:last-child .link {}

.accordion li i {
	font-size: 20px;
	font-style: normal;
	float: right;
	position: absolute;
	right: 15px;
}

.accordion li i.fa-chevron-down {
	font-size: 30px;
}
.accordion li i.fa-chevron-down:after{
	content: "+";
	font-size: 20px;
}

.accordion li.open .link {
	background: #068bce;
	color: #FFFFFF;
}

.accordion li.open i {}

.accordion li.open i.fa-chevron-down {}
.accordion li.open i.fa-chevron-down:after{content: "-";font-size: 30px; color: #fff;}
.accordion .submenu {
	display: none;
	padding: 12px;
	line-height: 22px;
	border-top: none;
	font-size: 1.4rem;
	border: #e2e2e2 solid 1px;
}

/*加入我们*/
.pt0{ padding-top: 0;}
.joinusinfo{
	padding-top: 0;
	padding-bottom: 20px;
}
.joinus-box{
	width: 92%;
	margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content:space-around;
    opacity: 1;
    -webkit-transition: opacity 0.5s linear 1.8s;
    transition: opacity 0.5s linear 1.8s;
}
.joinus-box .item{
	border: #f0f0f0 solid 1px;
	width: 100%;
	overflow: hidden;	
	margin-bottom: 10px;
	padding-bottom: 15px;
 
}
.joinus-box .item:nth-child(4),
.joinus-box .item:nth-child(8),
.joinus-box .item:nth-child(12),
.joinus-box .item:nth-child(16),
.joinus-box .item:nth-child(18){
	
}
.joinus-box .item .date{
	color: #8c8c8c;
	font-size: 1.4rem;
	padding: 10px 0 5px 0;
	width: 92%;
	margin: 0 auto;
}
.joinus-box .item h2{
	width: 92%;
	margin: 0 auto;
	border-bottom: #e7e7e7 solid  1px;
	color: #5c5c5c;
	font-size: 1.6rem;
	line-height: 35px;
}
.joinus-box .item p{
	width: 92%;
	margin: 0 auto;
	color: #5c5c5c;
	font-size: 1.4rem;
	line-height: 22px;
	padding: 10px 0;
	overflow: hidden;
}
.joinus-box .item a{
	background: #068bce;
	color: #fff;
	font-size: 1.4rem;
	line-height: 28px;
	text-align: center;
	float: right;
	padding: 0 10px;
}
/*--分页--*/
.page {
	padding:40px 0px 30px 0px;
	text-align:center;
	clear:both;
	margin:0px auto;
	font-size:14px;
}
.page A {
	BORDER-RIGHT: #c9c9c9 1px solid;
	PADDING-RIGHT: 10px;
	BORDER-TOP: #c9c9c9 1px solid;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 5px;
	MARGIN: 2px;
	BORDER-LEFT: #c9c9c9 1px solid;
	COLOR: #818181;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #c9c9c9 1px solid;
	TEXT-DECORATION: none;
}
.page A:hover {
	BORDER-RIGHT: #c9c9c9 1px solid;
	BORDER-TOP: #c9c9c9 1px solid;
	BORDER-LEFT: #c9c9c9 1px solid;
	COLOR: #322516;
	BORDER-BOTTOM: #c9c9c9 1px solid
}
.page A:active {
	BORDER-RIGHT: #c9c9c9 1px solid;
	BORDER-TOP: #c9c9c9 1px solid;
	BORDER-LEFT: #c9c9c9 1px solid;
	COLOR: #818181;
	BORDER-BOTTOM: #c9c9c9 1px solid
}
.page SPAN.current {
	BORDER-RIGHT: #2871c0 1px solid;
	PADDING-RIGHT: 10px;
	BORDER-TOP: #2871c0 1px solid;
	PADDING-LEFT: 10px;
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 5px;
	MARGIN: 2px;
	BORDER-LEFT: #2871c0 1px solid;
	COLOR: #2871c0;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #2871c0 1px solid;
}
.page SPAN.disabled {
	BORDER-RIGHT: #c9c9c9 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #c9c9c9 1px solid;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 5px;
	MARGIN: 2px;
	BORDER-LEFT: #c9c9c9 1px solid;
	COLOR:#ababab;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #c9c9c9 1px solid
}
/*新闻详情页*/
.newsde{
	width: 92%;
	margin: 0 auto;
	padding: 0 0 30px 0;
}
.newsde .newsde-tit{
	margin: 0;
	padding: 2rem 0 10px 0;
	font-weight:bold;
	color: #0075be;
	line-height: 22px;
	font-size: 1.8rem;
}
.newsde .newsde-info{
	font-size: 1.4rem;
	color: #888;
	line-height: 18px;
	padding: 10px 0;
}
.newsde .newsde-share{
	padding: 5px 0;
	clear: both;
	overflow: hidden;
}
.newsde .newsde-share span{
	float: left;
	line-height: 30px;
}
.bdsharebuttonbox{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.newsde .newsde-share a{
	width: 13%;
	max-width: 57px;
	height: 5.2rem;
	margin: 0;
	margin-right: 1rem;
	padding: 0;
}
.newsde .newsde-share a.bds_sqq{background: url(../images/share_01.png)  no-repeat left top;background-size:100%}
.newsde .newsde-share a.bds_weixin{background: url(../images/share_02.png)  no-repeat left top;background-size:100%}
.newsde .newsde-share a.bds_tsina{background: url(../images/share_03.png)  no-repeat left top;background-size:100%}
.newsde .newsde-share a.bds_qzone{background: url(../images/share_04.png)  no-repeat left top;background-size:100%}
.newsde .newsde-share a.bds_tqq{background: url(../images/share_05.png)  no-repeat left top;background-size:100%}
.newsde .newsde-share a.bds_renren{background: url(../images/share_6.png)  no-repeat left top;background-size:100%}
.newsde .newsde-content{
	padding: 20px 0;
	font-size: 1.4rem;
	line-height: 24px;
}
.newsde  .newsde-fenye{
	line-height: 28px;
	font-size: 1.4rem;
}
.newsde  .newsde-fenye a.prev{
	clear: both;
	display: block;
}
.newsde  .newsde-fenye a.netx{
	clear: both;
	display: block;
}


@media ( min-width:0px ) and ( max-width:320px ){
	.hcontact h1{
	font-family: Myriad Pro;
	font-size: 2.6rem;
	padding-top: 2.5rem;
}
.footH{
	height: 4rem;
}
.sub-nva-ser a{
	font-size: 1.3rem;
}
}
@media ( min-width:414px ) and ( max-width:767px ){
.newsde .newsde-share a.bds_sqq{background: url(../images/share_01.png)  no-repeat left top;background-size:90%}
.newsde .newsde-share a.bds_weixin{background: url(../images/share_02.png)  no-repeat left top;background-size:90%}
.newsde .newsde-share a.bds_tsina{background: url(../images/share_03.png)  no-repeat left top;background-size:90%}
.newsde .newsde-share a.bds_qzone{background: url(../images/share_04.png)  no-repeat left top;background-size:90%}
.newsde .newsde-share a.bds_tqq{background: url(../images/share_05.png)  no-repeat left top;background-size:90%}
.newsde .newsde-share a.bds_renren{background: url(../images/share_6.png)  no-repeat left top;background-size:90%}
}
@media( min-width:767px){
.newsde .newsde-share a.bds_sqq{background: url(../images/share_01.png)  no-repeat left top;background-size:90%}
.newsde .newsde-share a.bds_weixin{background: url(../images/share_02.png)  no-repeat left top;background-size:90%}
.newsde .newsde-share a.bds_tsina{background: url(../images/share_03.png)  no-repeat left top;background-size:90%}
.newsde .newsde-share a.bds_qzone{background: url(../images/share_04.png)  no-repeat left top;background-size:90%}
.newsde .newsde-share a.bds_tqq{background: url(../images/share_05.png)  no-repeat left top;background-size:90%}
.newsde .newsde-share a.bds_renren{background: url(../images/share_6.png)  no-repeat left top;background-size:90%}
}
.culture{padding:20px 0 20px;background: #f1f1f1; overflow:hidden;}
.culture .about-h2 bgfont{color: #939393;opacity: 0.1;}
.culture .row{margin-top:20px; margin-left:10px; margin-right:10px;}
.culture .row .qywh-list{
	background: #fff;
	float:left;
	width:100%;
	border-top: 5px solid #009edd;
	margin-bottom: 15px;
	padding-top:15px;
	padding-right: 15px;
	padding-bottom:15px;
	padding-left: 15px;
}
.culture .row .qywh-list i{
	font-size:28px;
	line-height:28px;
	color: #777777;
}
.culture .row .qywh-list .tit{
	font-size:20px;
	color: #222222;
	line-height:24px;
	margin:15px 0 15px;
}
.culture .row .qywh-list .txt{
	font-size: 18px;
	line-height:25px;
	min-height:50px; overflow:hidden;
	color: #666666;
}
.about-h2{
	font-size:28px;
	line-height:30px;
	color: #235296;
	position: relative; margin-left:10px; margin-right:10px;
}
.about-h2 span{
	font-family: "helev";
	font-size: 16px;
	color: #fe7d12;
	margin-left: 4px;
}
.about-h2 font{
	position: relative;
	z-index: 2;
}
.about-h2 bgfont{
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
	font-family: "helev";
	font-size:40px;
	color: #efeff2;
	z-index: 1;
}