﻿*{
    -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;
}
header.nofixed{
    top: -75px;
    transition: all 0.5s ease-out 0s;
    background: #fff;
}
header.fixedbg{
	 background: rgba(0, 0, 0, 0.3)
}
header .wrap{
    height: 70px;
    line-height: 70px;
    padding-left: 14%;
    color: #fff;
}
header .logo{
    width: 186px;
    height: 41px;
    display: block;
    position: relative;
    z-index: 100;
}
header .topNav{
	float: right;
    margin-right: 14%;
    font-size: 14px;
}
header .topNav-item{
    float: left;
    height: 100%;
    margin: 0 1rem;
    position: relative;
}
header .topNav-item>a{
    display: block;
    height: 100%;
    padding: 0 1rem;
    text-align: center;
}
header .topNav-item:hover>a,header .topNav-item.active>a{
    color: #f29815;
}
header .topNav-item.active:after{
    content: '';
    display: block;
    background: #f29815;
    height: 4px;
    width: 100%;
    position: absolute;
}
.topHeight{
    height: 70px;
}
/* header E */

/* s-nav S */
.s-Nav{
    position: absolute;
    background:url(../images/subnav-bg.png) repeat left top;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    left: 0;
    text-align: center;
    width: 135px;
    top: 70px;
    display: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    z-index: 9999;
}
.s-Nav>li{
    width: 135px;
}
.s-Nav>li>a{
    line-height: 45px;
    display: block;
    border-bottom: 1px rgba(0, 0, 0, 0.25) solid;
    font-size: 14px;
    position: relative;
}
.s-Nav>li>a:hover{
    background:  rgba(242, 152, 21, 0.6);
    color: #fff;
}
#acurr>a {
	color: #f29815;
}

header #acurr:after {
	content: '';
	display: block;
	background: #f29815;
	height: 4px;
	width: 100%;
	position: absolute;
}
/* banner S */
.banner {
	width: 100%;
}
.banner .banner-pagination>span{
    width: 140px;
    height: 2px;
    background: #fff;

}
.banner .banner-pagination>span.swiper-pagination-bullet-active{
    background: #f29815;
} 
.banner-swiper{
	width: 100%;
	margin: 0;
	padding: 0;
}
.banner img{
	width: 100%;
}
.swiper-wrapper{
	width: 100%;
	margin: 0;
	padding: 0;
}
/* banner E */

/* 首页公司简介 */
.habtimg{
	width: 42.4375%;
	float: right;
	margin-top: 60px;
}
.habtimg img{
	width: 100%;
}
.habttext{
	width: 33.229167%;
	float: left;
	position: relative;
	margin-left: 17.1875%;
	
}
.habttext .cont-box{
	border-left: #ebebeb solid 1px;
	padding-left: 50px;
	font-size: 1.4rem;
	padding-top: 50px;
	padding-bottom: 50px;
}
.habttext .cont-box h1{
	font-size: 24px;
	color: #3f4041;
	line-height: 70px;
	font-weight: bold;
	width: 100%;
}
.habttext .cont-box p{
	width: 100%;
	font-size: 14px;
	line-height: 26px;
	height: 160px;
}
.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;
}
.habttext .cont-box .more .span{
	clear: both;
	display: block;
	content: ' ';
	height: 5px;
	border-bottom: #068bce solid 1px; 
	width: 20px;
}
.habttext .cont-box .more:hover .span{
	clear: both;
	display: block;
	content: ' ';
	height: 5px;
	border-bottom: #068bce solid 1px; 
	width: 40px;
}
/*车队展示*/
.carwrap{
	width: 100%;
	background: #068bce;
	color: #fff;
}
.carteam{
    width: 57.5625%;
    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: 12px;
    height:12px;
    background: #f5f5f5;
    border-radius: 50%;

}
#container1 .swiper-pagination-bullet-active{
    background: #165b97;
} 
/*车队右边*/
.teamright{
	width:25.52%;
	height: 100%;
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

/* main S */
.main{}
.teamright .tecTit{
    font-size: 4.4rem;
    color: #fff;
    line-height: 3.8rem;
    padding:0 ;
    margin: 3rem 0 0 0;
}
.teamright .tecTit p{
	font-size: 1.8rem;
	margin: 0;
	padding: 0;
}
.teamright.link{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    justify-content: center;
}
.teamright .link {
	margin: 20px 0;
	padding: 0;
}
.teamright .link i{
	margin: 0 9px;
	font-size: 40px!important;
}
.teamright .more{
    font-size: 1.6rem;
    color: #fff;
    border: #fff solid 1px;
    padding: 5px 0;
    text-transform:uppercase;
    margin: 20px auto;
    width: 180px;
    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;
}
.teamright .more:hover{
	background: rgba(51,183,249,0.6);
	border: rgba(255,255,255,0.3) solid 1px;
	color: rgba(255,255,255,0.3);
}
/*业务范围*/
.pt60{ padding-top: 60px;}
.ser-wrap{
	    background-color: #f8f8f8;
	    padding-bottom: 60px;
}
.sertit{
	font-size: 3.0rem;
	font-weight: bold;
	color: #3f4041;
	text-align: center;
}
.sertit:after{
	content: '-';
}
.sertit:before{
	content: '-';
}
.sertit2span{
	clear: both;
	color: #ddd;
	font-size: 1.4rem;
	font-family: arial;
	color: #3f4041;
	text-align: center;
	text-transform: uppercase;
}
.m-news{

    position: relative;
}
.seclist{
	padding-top: 35px;
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
}
.seclist .secItem{
    width: 25%;
    border: #fff solid 1px;
    border-left:none;
    border-top: none;
    background-color: #fff;
    float: left;
   	position: relative;
   	overflow: hidden;
}
.seclist .secItem:nth-child(3){
	width: 49.84%;
	float: right;
}
.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:89%;
    text-align: center;
}
.secbom>h3{
    font-size: 1.8rem;
    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: 100%;
	max-width: 1260px;
	margin: 0 auto;
	padding: 40px 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: 30px;
}
#news .swiper-button-new-prev:hover i,#news .swiper-button-new-next:hover i{
	color: #3b3b3b;
}
#news .swiper-slide{
	padding-top: 20px;
}
#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: 120px;
	height: 3px;
	background: #dfdfdf;
	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.8rem;
	font-weight: bold;
	color: #2e2e2e;
	line-height: 45px;
	margin-top: 20px;
	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: 20px 0 0 0;
	height: 100px;
}
#news .swiper-slide a span.icon{
	color: #dfdfdf;
	font-size: 3rem;
	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:hover .line,
#news .swiper-slide a:hover span.icon,
#news .swiper-slide a:hover h2
{
	color: #068bce;
	
}
#news .swiper-slide a:hover .line{
	background: #068bce;
}
/* main E */
/*联系我们*/
.hcontact{
	width: 100%;
	background: url(../images/ft.jpg) no-repeat center top;
	background-size: cover;
	height: 410px;
	-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: 5.4rem;
	padding-top: 4rem;
}
.hcontact .link{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    justify-content: center;
}
.hcontact .link {
	margin: 20px 0;
	padding: 0;
}
.hcontact .link a{
	display: block;
}
.hcontact .link a i{
	margin: 0 9px;
	font-size: 40px!important;
	-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;
}
.hcontact .link a:hover>i{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.hcontact p{
	font-size: 1.2rem;
	line-height: 26px;
}
/* footer S */
footer{
    color: #525556;
    font-size: 1.2rem;
    line-height: 26px;
    border-top: #f29815 solid 3px;
    text-align: center;
}
footer a{
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
footer a:hover{
    color: #f29815;
}
footer .logo{
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 15px;
	clear: both;
}
footer .nava{
	clear:both;
	overflow: hidden;
}
footer .nava a{
	padding:10px 24px;
	font-size: 1.6rem;	
	overflow: hidden;
}
.foot-bom{
	margin-top: 10px;
	border-top: #ededed solid 1px;
    padding: 15px 0;
    color: #818485;
    line-height: 22px;
}
.foot-bom a{
	 color: #818485;
}
.foot-bom a:hover{
	 color: #f29815;
}
 

/* footer E */

/*返回顶部*/
.sroll_top {right: 0.8%; bottom: 3.7%; position: fixed; display:none; cursor:pointer;}
/* 内页banner S */
.topBanner{
    position: relative;
}
.topBanner>img{
    width: 100%;
}
/*内页关于我们*/
.sub-nva{
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: center;
	margin-top: 40px;
}
.sub-nva a{
	display: block;
	width: 230px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: #efefef;
	font-size: 2.0rem;
	-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-abt{
	max-height: 450px;
	width: 100%;
	max-width: 1260px;
	margin: 30px auto 60px auto;
}

 .sub-abt  .swiper-slide {
      font-size: 1.4rem;
      height: auto;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 40px;
    }

.swiper-container-vertical>.swiper-scrollbar{
	left: 0;
}
.swiper-scrollbar-drag{
	background: #068bce!important;
}
.sub-team{
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
	max-width: 1260px;
	margin: 30px auto 15px auto;
}
.sub-team .secItem{
	width:32.6190% ;
	max-width: 411px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}
.sub-team .secItem:nth-child(3){
	margin-right: 0;
}
.sub-team .secItem img{
	width: 100%;
}
.sub-team h2{
	width: 100%;
	height: 38px;
	line-height: 38px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	color: #fff;
	text-align: center;
	font-size: 14px;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
	overflow: hidden;
	display:none;
}
.sub-team h2.hover {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
	display:none;
}
/*内页服务项目*/
.sub-service{
	padding: 40px 0;
	font-size: 1.4rem;
	line-height: 26px;
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
}
/*内页客户服务*/
.dytit{
	padding: 40px 0;
}

.joinus-box {
	width: 100%;
	max-width: 1260px;
	margin: 0  auto;
	min-height: 345px;
	padding-bottom: 30px;
}

.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: 65px;
	font-size: 18px;
	display: block;
	position: relative;
	cursor: pointer;
	background: #f7f7f7;
	line-height: 65px;
	padding-left: 15px;
	margin-bottom: 1px;
}

.accordion li:last-child .link {}

.accordion li i {
	font-size: 30px;
	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: 30px;
}

.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: 50px; color: #fff;}
.accordion .submenu {
	display: none;
	padding: 12px;
	line-height: 24px;
	border-top: none;
	font-size: 1.4rem;
	border: #e2e2e2 solid 1px;
}
/*联系我们*/
.sub-contact{
	padding: 0 0 30px 0;
	font-size: 1.4rem;
	line-height: 26px;
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	overflow: hidden;
}
.map{
	padding: 0 0 30px 0;
	font-size: 1.4rem;
	line-height: 26px;
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	overflow: hidden;
}

.joinus-box{
	width: 100%;
	max-width: 1260px;
	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: 48%;
	overflow: hidden;	
	margin-bottom: 30px;
	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: 30px 0 25px 0;
	width: 86%;
	margin: 0 auto;
}
.joinus-box .item h2{
	width: 86%;
	margin: 0 auto;
	border-bottom: #e7e7e7 solid  1px;
	color: #5c5c5c;
	font-size: 2.0rem;
	line-height: 40px;
}
.joinus-box .item p{
	width: 86%;
	margin: 0 auto;
	color: #5c5c5c;
	font-size: 1.4rem;
	line-height: 22px;
	padding: 15px 0;
	height: 170px;
	overflow: hidden;
}
.joinus-box .item a{
	display: block;
	width: 110px;
	height: 35px;
	background: #434343;
	color: #fff;
	font-size: 14px;
	line-height: 35px;
	text-align: center;
	margin-left: 7%;
}
.joinus-box .item a:hover{
	background:#068bce ;
}
/*加入我们详情页*/
.joinusde{
	padding-bottom: 30px;
}
.joinusde .date{
	color: #8c8c8c;
	font-size: 1.4rem;
	padding: 30px 0 25px 0;
	width: 86%;
	margin: 0 auto;
}
.joinusde h2{
	width: 86%;
	margin: 0 auto;
	border-bottom: #e7e7e7 solid  1px;
	color: #333333;
	font-size: 2.0rem;
	line-height: 60px;
	padding-top: 30px;
	font-weight: bold;
}
.joinusde .content{
	width: 86%;
	margin: 0 auto;
	color: #5c5c5c;
	font-size: 1.4rem;
	line-height: 22px;
	padding: 15px 0;
	min-height: 135px;
	overflow: hidden;
}
.joinusde a{
	display: block;
	width: 140px;
	height: 35px;
	background: #068bce;
	color: #fff;
	font-size: 1.8rem;
	line-height: 35px;
	text-align: center;
	margin-left: 7%;
}
/*内页新闻资讯*/
.sub-news{
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	display:flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	padding-top: 50px;
	justify-content:flex-start;
}
.sub-news .secItem{
	width: 31.7460%;
	margin-bottom: 30px;
	margin-right: 30px;	
}
.sub-news .secItem:nth-child(3n){
	margin-right:0;
}
.sub-news  .secItem .secImg{
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.sub-news .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);
}
.sub-news .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;
}
.sub-news .text{
	border: #efefef solid 1px;
	border-bottom: none;
}
.sub-news .text h3{
	color: #2e2e2e;
	font-size: 1.8rem;
	line-height: 26px;
	padding: 30px 30px 0 30px;
	height: 76px;
	display:block;
}
.sub-news .text p{
	padding: 0 30px;
	height: 120px;
	font-size: 1.4rem;
	line-height: 22px;
}
.sub-news .more{
	border: #efefef solid 1px;
	line-height: 50px;
	font-size: 1.4rem;
	color: #a9a9a9;
}
.sub-news .more a{
	display:block;
	padding: 0 30px;
	height: 50px;
	}
.sub-news .more a span{
	font-size: 12px;
	float: right;
}
.sub-news .secItem:hover .text h3{
	font-weight: bold;
	color: #068bce;
}
.sub-news .secItem:hover .more a{
	background: #068bce;
	color: #fff;
}
/*--分页--*/

.page {
	padding: 20px 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: #0076bf 1px solid;
	PADDING-RIGHT: 10px;
	BORDER-TOP: #0076bf 1px solid;
	PADDING-LEFT: 10px;
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 5px;
	MARGIN: 2px;
	BORDER-LEFT: #0076bf 1px solid;
	COLOR: #fff;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #0076bf 1px solid;
	background: #0076bf;
}

.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: 100%;
	max-width: 1250px;
	margin: 0 auto;
	padding: 30px 0 30px 0;
	position: relative;
}
.newsde .newsde-tit{
	margin: 0;
	padding: 0;
	font-weight:bold;
	color: #0075be;
	line-height: 30px;
	font-size: 24px;
	padding-bottom: 10px;
}
.newsde .newsde-info{
	font-size: 14px;
	color: #888;
	line-height: 18px;
	padding: 10px 0;
	border-bottom: #f7f7f7 solid 1px;
}
.newsde .newsde-share{
	width: 110px;
	height: 87px;
	position: absolute;
	right:0 ;
	top: 35px;
}
.newsde .newsde-share a{
	display:block;
	width: 28px;
	height: 28px;
	margin: 0 0 10px 8px;
	padding: 0;
	background: url(../images/share.png) no-repeat!important;
}
.newsde .newsde-share a.bds_sqq{background-position:0 0!important;}
.newsde .newsde-share a.bds_weixin{background-position:-36px 0!important;}
.newsde .newsde-share a.bds_tsina{background-position:-71px 0!important;}
.newsde .newsde-share a.bds_qzone{background-position:0 -37px!important;}
.newsde .newsde-share a.bds_tqq{background-position:-36px -37px!important;}
.newsde .newsde-share a.bds_renren{background-position:-71px -37px!important;}
 
.newsde .newsde-content{
	padding: 20px 0;
	font-size: 14px;
	line-height: 28px;
}
.newsde  .newsde-fenye{
	line-height: 28px;
	font-size: 14px;
}
.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:1249px ) {
header .wrap{
	padding-left: 2%;
	}
header .topNav{
	margin-right: 2%;
}
.habttext{
	margin-left: 0;
	width:50%;
	padding-left: 20px;
}
.habttext .cont-box{
	padding-top: 0;
	width: 100%;
	border-top: 30px;
	padding-bottom: 10px;
	margin-top: 50px;
}
.habttext .cont-box h1{
	font-size: 20px;
	line-height: 50px;
}
.habttext .cont-box p{
	height: 130px; 
}
.habttext .cont-box .more{
	font-size: 14px;
}
}
@media (max-width:1450px)  {
	.habttext .cont-box{
 
}
}
/* oneKey E */
.link-r-a{
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.link-a-ewm{
	position: absolute;
	width: 180px !important;
	left: 50%;
	margin-left: -90px;
	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;
}