.top-box{
	    position: fixed;
    top: 0;
    width: 100%;
   height: 115px;
   
    background:url(../img/nav.png) no-repeat center;
    z-index: 50;
  transition: transform 0.3s cubic-bezier(0, 0, 0.58, 1);
    max-width: 1920px;
}

header .logo{
width: 145px;	
height: 81px;
margin-top: 10px;
margin-left: 10%;
}

.nav{
	width: 60%;
}
.nav ul li{
	height: 100px;
	width: 15%;
	margin-left: 2%;
	float: left;
}
.nav ul li a{
	height: 100px;
display: block;
text-align: center;
font-size: 16px;
line-height: 100px;
}
.nav ul li:hover{
	background: url(../img/h.png) no-repeat bottom;
}
.nav ul li:hover a{
color: #f19031;
}
.cur{
	background: url(../img/h.png) no-repeat bottom;
}
.cur a{
	color: #f19031;
}
/*
.top-box.top-hide {
	transform: translate3d(0, -100%, 0)
}*/


/*banner*/
.banner {
    position: relative;
    z-index: 8;
}


.banner .pagination {
position: absolute;
left: 0;
text-align: center;
bottom: 5px;
width: 100%;
z-index:999;
}
.banner .swiper-pagination-bullet {
display: inline-block;
width:60px !important;
height: 4px !important;
opacity:1;
border-radius: 10px;
background: white;
margin: 0 3px;
cursor: pointer;
transition: width 0.3s ease-in-out;

}
.banner .swiper-pagination-bullet-active{
	background: #f1861e;
	width:12px;
}

 .swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        background-position: center;
        background-size: cover;
    }
    
/*section1*/
.section1{
	
	overflow: hidden;
}

.query_box{
	background: #fff;
	margin: 20px auto;
	width: 920px;
	height: 213px;

	 box-shadow: 0px 0px 10px 5px rgba(220,220,220,0.9); 
}
.query_box h2{
	padding-top: 30px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
}
.query_box input{
	margin-left: 54px;
	width: 590px;
	height: 50px;
	margin-top: 30px;
	border-radius: 10px 0 0 10px;
    border: 1px solid #adadad;
    border-right: 0;
}
.query_box button{
	height: 50px;
	width: 220px;
	border: none;
	background: #f19031;
	margin-top: 30px;
	text-align: center;
	color: #fff;
     cursor: pointer;
     border-radius: 0 10px 10px 0;
     position: relative;
    right: 4px;
}
/*title*/
.title{ text-align: center; padding-top: 60px;}
.title h4{
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 20px;
}
.title h4 em{
	color: #f3851e;
}

.section2{
	overflow: hidden;
	margin-top: 60px;
}
 .title p{
 	color: #808080;
 	font-size: 15px;
 	text-align: center;
 	text-transform:uppercase;
 }


.cb-con li {
    width: 373px;
    height: 450px;
    float: left;
        margin-bottom: 47px;
    text-align: center;
    margin-left: 23px;
    background: url(../img/f_h1.png) no-repeat;
    
    

}
.cb-con li a {
    height: 100%;
    padding: 0 6.352%;
    color: #fff;
    overflow: hidden;
    position: relative;
    display: block;
}

.cb-con li a .icon-108 {
    margin-bottom: 0.625rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35.82%;
       width: 92px;
    height: 92px;
    transition: margin-top 0.5s cubic-bezier(0, 0, 0.58, 1);
}

.icon-1 {
 
    background: url(../img/xm1.png) no-repeat;
    display: inline-block;
   
}

.icon-2 {
 
    background: url(../img/xm2.png) no-repeat;
    display: inline-block;
   
}

.icon-3 {
 
    background: url(../img/xm3.png) no-repeat;
    display: inline-block;
   
}

.icon-4 {
 
    background: url(../img/xm4.png) no-repeat;
    display: inline-block;
   
}

.icon-5 {
 
    background: url(../img/xm5.png) no-repeat;
    display: inline-block;
   
}

.icon-6 {
 
    background: url(../img/xm6.png) no-repeat;
    display: inline-block;
   
}



.cb-con{
	margin-top: 20px;
}
.cb-con li a h3 {
    font-size:24px;
    padding-bottom: 0.3125rem;
    color: #6b6b6b;
}

.cb-con li a .txt {
    padding: 0 40px;
    font-size:16px;
    margin-top: 20px;
    line-height: 30px;
    opacity: 0;
    transition: opacity .4s linear;
}
.mob-fixed em{
	color: #202020;
	font-size: 16px;
}
.cb-con li a .more {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    font-size: 1.25rem;
    position: relative;
    padding: 0 32px;
    margin-top: 30px;
    opacity: 0;
    transition: opacity .4s linear;
}

.cb-con li a .more i {
	position: absolute;
	background: transparent;
	display: block
}

.cb-con li a .more i:after {
	content: '';
	position: absolute;
	background: #fff
}

.cb-con li a .more i.line-right {
	width: 2px;
	height: 66.67%;
	bottom: 33.33%;
	right: 0
}

.cb-con li a .more i.line-right:after {
	height: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: height .1s linear 0.47s
}

.cb-con li a .more i.line-top {
	width: 100%;
	height: 2px;
	right: 0
}

.cb-con li a .more i.line-top:after {
	width: 0;
	right: 0;
	bottom: 0;
	top: 0;
	transition: width .15s linear 0.32s
}

.cb-con li a .more i.line-left {
	height: 100%;
	width: 2px;
	top: 0;
	left: 0
}

.cb-con li a .more i.line-left:after {
	height: 0;
	right: 0;
	top: 0;
	left: 0;
	transition: height .1s linear 0.22s
}

.cb-con li a .more i.line-bottom {
	width: 80%;
	height: 2px;
	left: 0;
	bottom: 0
}

.cb-con li a .more i.line-bottom:after {
	width: 0;
	left: 0;
	top: 0;
	bottom: 0;
	transition: width .12s linear 0.1s
}

.cb-con li a .more i.line-right-bot {
	height: 2px;
	width: 27%;
	left: 80%;
	bottom: 0;
	transform: rotate(-25deg) translate(1px, -6px)
}

.cb-con li a .more i.line-right-bot:after {
	width: 0;
	left: 0;
	top: 0;
	bottom: 0;
	transition: all .1s linear
}

.cb-con li a:hover .icon-108 {
	margin-top: 18.62%
}

.cb-con li a:hover .txt {
	opacity: 1;
	color: #fff;
}
.cb-con li a:hover {
	background: url(../img/f_h2.png) no-repeat center;
}
.cb-con li a:hover .icon-1{
	background: url(../img/xm_h1.png) no-repeat center;
}
.cb-con li a:hover .icon-2{
	background: url(../img/xm_h2.png) no-repeat center;
}
.cb-con li a:hover .icon-3{
	background: url(../img/xm_h3.png) no-repeat center;
}
.cb-con li a:hover .icon-4{
	background: url(../img/xm_h4.png) no-repeat center;
}

.cb-con li a:hover .icon-5{
	background: url(../img/xm_h5.png) no-repeat center;
}
.cb-con li a:hover .icon-6{
	background: url(../img/xm_h6.png) no-repeat center;
}
.icon-2{
	
}
.cb-con li a:hover .more {
	opacity: 1;
	color: #fff;
}

.cb-con li a:hover em {
	
	color: #fff;
}
.cb-con li a:hover h3 {
	
	color: #fff;
}
.cb-con li a:hover .more i.line-right:after {
	height: 100%;
	transition: height .1s linear 0s
}

.cb-con li a:hover .more i.line-top:after {
	width: 100%;
	transition: width .15s linear 0.1s
}

.cb-con li a:hover .more i.line-left:after {
	height: 100%;
	transition: height .1s linear 0.25s
}

.cb-con li a:hover .more i.line-bottom:after {
	width: 100%;
	transition: width .12s linear 0.35s
}

.cb-con li a:hover .more i.line-right-bot:after {
	width: 100%;
	transition: all .1s linear 0.47s
}
/*section3*/
.section3{
	margin-top: 30px;
	width: 100%;
	overflow: hidden;
	height: 920px;
	background: url(../img/sction3.jpg) no-repeat center;
}

.section3_box {
	overflow: hidden;
	
}

.section3_ys .ys_one {
    /* height: 500px; */
    margin-top: 20px;
    height: 300px;
    margin-bottom: 30px;
}
.section3_ys {
    width: 48%;
}
.section3_ys .ys_txt {
    font-size: 18px;
    width: 165px;
    height: 120px;
}
.ys_img {
    margin-top: 10px;
}

.ys_title {
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    background: #000000;
    transition: opacity .4s linear;
}
.ys_title:hover{
	background: #f19031;
}
.ys_title p {
    padding-top: 20px;
    font-size: 20px;
    color: #fff;
}
.ys_title h4 {
    font-size: 20px;
    color: #fff;
}
.ys_img2{
	    margin-top: 95px;

}
.news_box{
	padding-top: 30px;
	margin-top: 30px;
}

.news_box li{
	
    float: left;
    height: 325px;
    width: 363px;
    margin-bottom: 30px;
    margin-left: 37px;

}

.news_box li .news_img{
	width: 363px;
	display: block;
	overflow: hidden;
	height: 223px;
}

.news_box li .news_img img{
	width: 100%;
	display: block;
	overflow: hidden;
	height: 100%;
	transition: all 0.5s;
}
.news_box li .news_img:hover img{
	
	transform: scale(1.1);
}
}
.news_box li .news_txt{
	margin-top: 10px;
}
.news_box li .news_txt .news_time{
	width: 98px;
	height: 82px;
	background: #f19031;
}
.news_box li .news_txt .news_time p{
text-align: center;
color: #fff;
}
.news_box li .news_txt .news_time p:nth-child(1){
font-size:30px;
padding-top: 5px;
}
.news_box li .news_txt .news_time p:nth-child(2){
font-size:16px;

}

.news_box li .news_txt .news_cont{
	width: 254px;
}
.news_box li .news_txt .news_cont p:nth-child(1){
height: 43px;
overflow: hidden;
font-size: 18px;
padding-top: 10px;
color:#555252;
}
.news_box li .news_txt .news_cont p:nth-child(2){
height: 30px;
overflow: hidden;
font-size: 14px;
padding-top: 10px;
color:#555252;
}

.news_box li .news_txt .news_cont p:hover{
	color: #f19031;
}

.more2{
	margin: 20px auto;
	clear: both;
    width: 188px;
    height: 57px;
	text-align: center;
	border:1px solid #808080;
}
.more2 a{
	display: block;
	font-size: 16px;
	line-height: 57px;
}
.more2:hover a{
	color: #fff;
	font-size: 16px;
	border:none;
	background: #f19031;
}
.section5{
	width: 100%;
	height: 540px;
	background: url(../img/sction5.jpg) no-repeat center;
}
.swiper-hz{
	margin-top: 40px;
}
/*foot*/
.foot{ width: 100%; background: #b2b2b2; height: 390px; overflow: hidden;}
.foot_nav {
	overflow: hidden;
	padding-bottom: 10px;
	margin-top: 20px;
	height: 60px;
	border-bottom: 1px solid #999999;
}
.foot_nav ul li{
	width: 20%;
	line-height: 60px;
	float: left;
}
.foot_nav ul li a{
	display: block;
	color: #000000;
	text-align: center;
}
.foot_box{
	clear: both;
}
.foot_logo{
	margin-top: 40px;
}
.foot_lx{
	width: 722px;
	margin-left: 30px;
	margin-top: 40px;
}
.foot_lx h3{
	font-size: 16px;
	color: #000000;
	margin-bottom: 20px;
}
.foot_lx p{
	font-size: 16px;
	margin-bottom: 20px;
}

.foot_lx p img{
	margin-right: 20px;
}
.foot_coder{
	margin-top: 30px;
}
.p_1{
	clear: both;
	margin-top: 20px;
	text-align: center;
}
.p_1 a{
	color: #000;
}
/*zy_banner*/
.zy_banner{
	width: 100%;
	height: 500px;
	overflow: hidden;
}

#subNavFixd {
    background: #fff;
    background: #fff;
    transition: transform 0.3s cubic-bezier(0, 0, 0.58, 1);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    position: relative;
    z-index: 2130;
}
.sub-nav {
    text-align: center;
    padding: 12px 0 8px 0;
}

.sub-nav .mob-item {
    display: inline-block;
}

.sub-nav a {
    display: inline-block;
    color: #f19031;
    line-height: 64px;
    overflow: hidden;
    font-size:18px;
    position: relative;
    padding: 0 50px;
    opacity: .8;
}

.sub-nav.about-item-nav a {
    padding: 0 60px;
}
.sub-nav a.cur, .sub-nav a:hover {
    color: #006bbd;
    opacity: 1;
}
.sub-nav a:after {
    content: '';
    width: 1px;
    height: 32px;
    background: #f38722;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 0px;
}
.sub-nav {
    text-align: center;
    padding: 19px 0 20px 0;
}

#subNavFixd.nav-fxed {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,1);
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    transform: translate3d(0, 0, 0);
}
.fixed{
	  position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    transform: translate3d(0, 0, 0);
}
.fixed2{
	  position: relative !important;
}
/*about_box*/
.about_box{
	margin-top: 40px;
	overflow: hidden;
	    height: 607px;
	position: relative;
}
.about_img{
	width: 1200px;
	height: 434px;
	overflow: hidden;
	display: block;
}
.about_img img{
	width: 100%;
	height: 100%;
    transition: all 0.5s;
}

.about_img:hover img{
  transform: scale(1.1);
}

.about_txt{
    position: absolute;
    width: 1000px;
    margin: 20px auto;
    height: 216px;
    bottom: 20px;
    background: #fff;
    left: 73px;
    padding: 20px;
   box-shadow: 0px 0px 10px 5px rgba(220,220,220,0.9);
   border-radius: 24px;
}
.about_txt p{
	line-height: 30px;
}
.main-container{
	padding-bottom: 30px;
}
/*发展历程*/
.fz_box{
	position: relative;
}
.fz_nav{
	width: 82px;
	margin: 20px;
}
.fz_nav li{ line-height: 40px; background: url(../img/f2.png) no-repeat bottom; }
.fz_nav li p{
	height: 76px;
	font-size: 18px;
	text-align: center;
}
.fz_nav li p:hover{
	color: #f19031;
	font-size: 30px;
}
.fz_nav li.hover p{
	color: #f19031;
	font-size: 30px;
}

.fz_cont{
	position: relative;
	margin-top: 30px;
	width: 1054px;
}
.fz_cont .fz_list_img{
	overflow: hidden;
	width: 640px;
	height: 470px;
}
.fz_cont .fz_list_img img{
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.fz_cont .fz_list_img:hover img{
	overflow: hidden;
	width: 100%;
	height: 100%;
	transform: scale(1.1);
}
.fz_list_text{
	position: absolute;
	top: 60px;
    width: 464px;
    height: 325px;
    left: 30px;
    background: #fff;
	    padding: 20px;
	    z-index: 6;
    box-shadow: 0px 0px 10px 5px rgba(220,220,220,0.9);

}
.fz_list_text h4{
	font-size: 44px;
	color: #000;
}

.fz_list_text p{
	font-size: 16px;
	line-height: 30px;
	padding-left: 30px;
	margin-bottom: 10px;
}
/*about-cont-3*/
.about-cont-3{
	    overflow: hidden;
	clear: both;
	margin-top: 30px;
}
.about_wh{
	margin-top: 40px;
}

.wh_txt_b{
	width: 308px;
	height: 270px;
}
.ys1,.ys6{
	background: #f3851e;
}
.wh_txt_b h4{
	height: 96px;
	margin-top: 30px;
	margin-left: 20px;
	padding-left: 150px;
	
}

.ys1 h4{
	background: url(../img/wh1.png) no-repeat ;
}
.ys3 em ,.ys6 em{
	line-height: 96px;
	display: block;
	margin-top: 20px;
	font-size: 24px;
	color: #ffffff;
}

.wh_txt_b p{
	padding: 20px;
	font-size: 16px;
	line-height: 40px;
}
.ys3 p ,.ys6 p{
	
	color: #fff;
	
}

.ys4,.ys5 , .ys7{
	background: #f5f5f5;
}
.ys4 h4{
	background: url(../img/wh2.png) no-repeat ;
}

.ys4 em ,.ys5 h4 ,.ys7 h4{
	line-height: 96px;
	display: block;
	margin-top: 20px;
	font-size: 24px;
	color: #000;
}

.wx_img{
	width: 528px;
	height: 270px;
	display: block;
	overflow: hidden;
}
.wx_img img{
	width: 100%;
	height: 100%;
   transition: all 0.5s;
}
.wx_img:hover img{
	transform: scale(1.1);
}
.ys5 h4{
	background: url(../img/wh4.png) no-repeat ;
}
.ys6 h4{
	background: url(../img/wh3.png) no-repeat ;
}
.ys7 h4{
	background: url(../img/wh5.png) no-repeat ;
}

.wx_img2{
	width: 837px;
	height: 270px;
}

/*about-cont-4*/
.about-cont-4{
	    overflow: hidden;
	margin-top: 60px;
	clear: both;
}

.about-cont-2{
width: 100%;
    overflow: hidden;
    height: 920px;
    background: url(../img/sction3.jpg) no-repeat center;

}

.cd-container{
	margin-top: 40px;
	margin-bottom: 50px;
}
.cd_img{
	width: 403px;
	height: 302px;
	display: block;
	overflow: hidden;
}
.cd_img img{
	width: 100%;
	height: 245px;
	transition: all 0.5s;
}
.cd_img:hover img{
	transform: scale(1.1);
}
.about-cont-4{
	width: 100%;
	margin-top: 40px;

}

.cd_img p{
	text-align: center;
	color: #000;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
}
/*xm_box*/
.xm_box{
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px;
}
.xm_box .xm_txt{
	width: 600px;
}

 .service_p1{
        color:#f2861f;
        font-size:40px;
        text-align:left;
        margin-top:25px;
    }
    .service_p2{
    
    font-size:16px;
    text-align:left;
    margin-top:15px;
    line-height: 30px;
}
.service_p3 {
color: #878686;
font-size: 16px;
text-align: left;
margin-top: 15px;
height: 57px;
overflow: hidden;
line-height: 27px;
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
  

      .service_p4 {
    color: #0f0f0f;
    font-size: 16px;
    text-align: left;
    margin-top: 15px;
    height:30px;
}


.service_p4 a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #0068b7;
	transition: all 0.5s ease;
}
.service_p4 a:hover{
	background: #f2861f;
	color: #fff;
}

.service_p4  a {
    position: relative;
    display: inline-block;
    line-height: 45px;
    padding: 0 35px;
    border: 1px solid #666;
    transition: all 0.5s ease;

    text-decoration: none;
}

.xm_img{
	    height: 400px;
    width: 545px;
}
.xm_img a{
	    height: 400px;
    width: 545px;
    display:block;
    overflow: hidden;
}

.xm_img a img{
	 width: 100%;
	 height: 100%;
	 overflow: hidden;
	 transition: all 0.5s;
}
.xm_img a:hover img{
	transform: scale(1.1);
}
.xmbox2{
	width: 100%;
	height: auto;
	background: #f5f5f5;
}

/*运营能力*/

.feature-con {
	padding-top: 40px
}

.feature-con ul {
	margin-right: -1.5%;
	margin-left: -1.5%
}

.feature-con ul li {
	position: relative;
	width: 33.3333333%;
	height: 412px;
	float: left;
	box-sizing: border-box
}

.feature-con ul li .wrapper {
	padding: 14.05% 14.5% 0 14.5%
}

.feature-con ul li a {
	display: block;
	box-sizing: border-box
}

.feature-con ul li a:before {
	content: ' ';
	position: absolute;
	display: block;
	z-index: -1;
	height: 111%;
	width: 111%;
	left: -5.5%;
	top: -5.05%;
	z-index: 222;
	background: url(../img/white-bg.png) no-repeat;
	background-size: 100% 100%
}

.feature-con ul li a:hover:before {
	background: url(../img/white-bg_hover.png) no-repeat;
	background-size: 100% 100%;
		z-index: 222;
}

.feature-con ul li a:hover .txt-item {
	color: #fff;
}
.feature-con ul li a:hover .info {
	color: #fff;
}
.feature-con ul li .til {
	height: 80px;
	position: relative;
	color: #f3851e;
	z-index: 222;
}

.feature-con ul li .til .icon-feature {
	display: block
}

.feature-con ul li .til .txt-item {
	width: 100%;
	display: block;
font-size: 3.5rem;
    position: absolute;
    right: 0;
    top: 71%;
    z-index: 222;
text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%)
}

.feature-con ul li .info {
    border-top: 1px #dedede solid;
font-size: 16px;
    padding-top: 15px;
    color: #202020;
    margin-top: 70px;
    z-index: 322;
        position: absolute;
    right: 0;
    top: 50%;
}
.core-cont-1{
	    padding-top: 48px;
    
    background: url(../img/warehousing-bg.jpg) no-repeat top center;
    background-size: 1920px 730px;
}

.feature-con ul.feature-global li .til .item .txt {
    min-width: 104px;
    text-align: center;
    display: inline-block;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
}


.oper-col-3 .col-row {
	margin-left: -27px;
	margin-right: -27px
}

.oper-col-3 .item {
	width: 33.33333%;
	margin-bottom: 54px;
	float: left
}

.oper-col-3 .item .inner-item {
	margin: 0 27px;
	display: block
}

.trunk-list ul li .inner-item {
	text-align: center;
	position: relative;
	padding-bottom: 30px;
	background: #fff;
	background: linear-gradient(-32deg, transparent 30px, #fff 0)
}

.trunk-list ul li .inner-item .thum {
	overflow: hidden;
	position: relative;
	z-index: 2010;
	width: 363px;
	height: 250px;
}
.trunk-list ul li .inner-item .thum img{
	
	width: 363px;
	height: 250px;
}

.trunk-list ul li .inner-item .thum .icon-play,.trunk-list ul li .inner-item .thum .icon-box {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 20;
	transform: translate(-50%, -50%)
}

.trunk-list ul li .inner-item .thum .icon-box {
	font-size: 1.125rem;
	color: #fff
}

.trunk-list ul li .inner-item .thum img {
	transition: all 0.6s cubic-bezier(0, 0, 0.58, 1)
}

.trunk-list ul li .inner-item .line {
	position: absolute;
	background: #dedede;
	display: block;
	overflow: hidden;
	z-index: 2011
}

.trunk-list ul li .inner-item .line:after {
	content: '';
	position: absolute;
	background: #007ac3
}

.trunk-list ul li .inner-item .line.line-top {
	width: 100%;
	height: 1px;
	left: 0;
	top: 0
}

.trunk-list ul li .inner-item .line.line-top:after {
	width: 100%;
	right: 0;
	bottom: 0;
	top: 0;
	transform: translate3d(-100%, 0, 0);
	transition: transform .25s linear;
	transition-delay: .35s
}

.trunk-list ul li .inner-item .line.line-right {
	width: 1px;
	height: 90%;
	top: 0;
	right: 0
}

.trunk-list ul li .inner-item .line.line-right:after {
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translate3d(0, -100%, 0);
	transition: transform 0.35s cubic-bezier(0, 0, 0.58, 1);
	transition-delay: 0s
}

.trunk-list ul li .inner-item .line.line-left {
	height: 100%;
	width: 1px;
	top: 0;
	left: 0
}

.trunk-list ul li .inner-item .line.line-left:after {
	height: 100%;
	right: 0;
	top: 0;
	left: 0;
	transform: translate3d(0, -100%, 0);
	transition: transform .3s linear;
	transition-delay: .3s
}

.trunk-list ul li .inner-item .line.line-bottom {
	width: 84%;
	height: 1px;
	left: 0;
	bottom: 0
}

.trunk-list ul li .inner-item .line.line-bottom:after {
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	transform: translate3d(-100%, 0, 0);
	transition: transform .2s linear;
	transition-delay: .1s
}

.trunk-list ul li .inner-item .line.line-right-bot {
	height: 1px;
	width: 19%;
	left: 84%;
	bottom: 0;
	transform: rotate(-32deg) translate(5px, -18px)
}

.trunk-list ul li .inner-item .line.line-right-bot:after {
	width: 0;
	left: 0;
	top: 0;
	bottom: 0;
	transition: width 0.1s cubic-bezier(0, 0, 0.58, 1);
	transition-delay: 0s
}

.trunk-list ul li .inner-item:hover .thum img {
	transform: scale(1.08)
}

.trunk-list ul li .inner-item:hover .line.line-top:after {
	width: 100%;
	transform: translate3d(0, 0, 0);
	transition-delay: 0s
}

.trunk-list ul li .inner-item:hover .line.line-right:after {
	height: 100%;
	transform: translate3d(0, 0, 0);
	transition-delay: .25s
}

.trunk-list ul li .inner-item:hover .line.line-left:after {
	height: 100%;
	transform: translate3d(0, 0, 0);
	transition-delay: 0s
}

.trunk-list ul li .inner-item:hover .line.line-bottom:after {
	width: 100%;
	transform: translate3d(0, 0, 0);
	transition-delay: .3s
}

.trunk-list ul li .inner-item:hover .line.line-right-bot:after {
	width: 100%;
	transition-delay: .5s
}

.trunk-list ul li h3 {
	font-size: 2.5rem;
	color: #f3851e;
	padding: 14px 0 8px 0;
	position: relative;
	z-index: 2010
}
.oper-col-3{
	margin-top: 30px;
}
.trunk-list ul li .txt {
	position: relative;
	z-index: 2010;
	height: 72px;
	line-height: 24px;
	font-size: 15px;

	overflow: hidden;
	
	color: #333;
	padding: 0 18px;
	text-align: left
}

.trunk-list.IT-list ul li .inner-item {
	padding-bottom: 10px;
	background: linear-gradient(-28deg, transparent 20px, #fff 0)
}

.trunk-list.IT-list ul li .inner-item .line.line-right-bot {
	width: 18%;
	left: 84%;
	transform: rotate(-27deg) translate(2px, -11px)
}

.trunk-list.IT-list ul li h3 {
	font-size: 1.125rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.trunk-list.C-list ul li .inner-item {
	padding-bottom: 8px
}

.trunk-list.C-list ul li .inner-item .line.line-right-bot {
	width: 17%;
	left: 84%;
	transform: rotate(-25deg) translate(3px, -13px)
}


.core-cont-3 {
    padding-top: 48px;
    padding-bottom: 80px;
    background: url(../img/delivery-bg.jpg) no-repeat top center;
    background-size: 1920px 410px;
}


.application-item{max-width:354px;margin:15px auto; float: left; margin-left: 30px;}
.application-item i.icon{display:block;width:68px;height:68px;margin:25px auto 0;overflow:hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.application-item h3{margin:10px 0 0;height:60px;line-height:60px;font-size:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff;text-align: center;}
.each-wrap{width:330px;height:221px;position: relative;background-position: center center;background-size: cover;background-repeat: no-repeat;}
.each-wrap .cover{position:absolute;width:100%;height:100%;background-color:#0066a5;opacity:0.65;z-index:0;}
.each-wrap span{position:absolute;display:block;width:100%;height:100%;color:#fff;z-index:1;}
.application-item span p{
	margin-top: 20px;
	height: 60px;
	overflow: hidden;
	margin-left: 10px;
	font-size: 15px;
	margin-right: 10px;
	line-height: 27px;
}

/*联系我们*/
.contactText {
      margin-bottom: 41px;
    overflow: hidden;
    padding: 20px;
    margin-top: 30px;  background-color: #f9f8f8;
}


.map {
    background-color: #fff;
    height: 445px;
    margin-bottom: 15px;
    padding: 5px;
    clear: both;
}

.information h3 {
    font-size: 26px;
    line-height: 55px;
    height: 56px;
    overflow: hidden;
    color: #333333;
    margin-bottom: 5px;
}

.information span {
    font-size: 16px;
    line-height: 30px;
    display: block;
}

/*新闻中心*/
.list_news{
	margin-bottom:50px;
	clear: both;
}
.list_news ul li {
	
	background-repeat: no-repeat;
	position: relative;
	background-position: 10px center;
	width: 100%;
	height: 50px;
}

	.list_news ul li:nth-child(2n) {
		background-color: #f2f2f2;
	}

	.list_news ul li a {
		color: #827f7f;
		position: absolute;
		left: 30PX;
		display: inline-block;
		line-height: 50PX;
		font-size: 14PX;
	}
    	.list_news ul li a:hover{
            color:#f19031;
    	}

	.list_news ul li span {
		position: absolute;
		right: 10px;
		line-height: 50PX;
		font-size: 14PX;
		color: #797878;
	}
	
/*新闻详情*/
	.shipin_main02 {
	overflow: hidden;
	margin-bottom: 50px;
	padding-top: 60px;
}
.n01 h2 {
	font-size: 24px;
	color: #f1861b;
}
.n01 span#ffb {
	color: #999;
	margin-bottom: 20px;
	display: block;
	line-height: 35px;
	border-bottom: 1px dashed #eee;
	padding-bottom: 10px;
}
.shipin_main02 .n01 {
	width: 70%;

}
.ncontent ul, .ncontent li {
	list-style-position: inside !important;
}
.shipin_main02 .n02 {
	width: 25%;
	
}
.shipin_main02 h3 {
	font-size: 24px;
	font-weight: normal;
	color: #333;
	padding-bottom: 20px;
}
.nll01 {
	background: #f5f5f5;
	padding: 20px;
	margin-bottom: 30px;
}
.nll01 ul {
	margin-top: 10px;
}
.nll01 li {
	line-height: 22px;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 240px;
}
.nll01 .bottom {
	background: #f1861b;
	color: #fff;
	padding: 7px 25px;
	margin-top: 20px;
	display: block;
	text-align: center;
}
.nll02 {
	border-bottom: 1px dashed #ddd;
	display: inline-block;
	padding-bottom: 20px;
}
.nll02 .cp02 {
}
.nll02 .cp02 a {
	float: left;
	background: #2383cf;
	color: #fff;
	padding: 7px 20px;
	margin: 8px 10px 8px 0;
}
.nll02 .cp02 a:hover {
	background: #2383cf;
	color: #fff;
}
.ncontent {
	font-size: 16px;
	line-height: 33px;
}
/*ä¸Šä¸‹ç¯‡*/

._detailPage_bottom {
	border-top: 1px solid #eee;
	margin-top: 30px;
}
._detailPage_bottom li {
	line-height: 50px;
	overflow: hidden;
	height: 50px;
	padding: 0 10px;
	border-bottom: 1px solid #eee;
}
._detailPage_bottom ._mark {
	font-weight: bold;
	float: left;
	margin-right: 10px;
}
._detailPage_bottom ._title {
	font-size: 14px;
	float: left;
	width: 68%;
}
._detailPage_bottom ._title:hover {
	color: #f1861b;
}
._detailPage_bottom ._time {
	float: right;
	color: #bbb;
}
.bdsharebuttonbox .bds_more {
	float: none;
	padding-left: 2px;
	background: none;
	text-indent: 0;
}
.other{
	width: 100%;
	overflow: hidden;
	    margin-top: 60px;
}
.other_box{
	margin-top: 30px;
	margin-bottom:30px;
}