/*清除默认样式*/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body { color:#555; font-size:14px; font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif; }
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a { color:#555; text-decoration:none; }
img { border:none; vertical-align: middle }
ol,ul,li { list-style:none; }
input, textarea, select, button { font:14px Microsoft YaHei,tahoma,arial,Hiragino Sans GB,\\5b8b\4f53,sans-serif; }
table { border-collapse:collapse; }

.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }/*公共类*/
.fl { float:left}
.fr {float:right}
.al {text-align:left}
.ac {text-align:center}
.ar {text-align:right}
.hide {display:none}
img , input {
    vertical-align: middle;
}
input::-webkit-credentials-auto-fill-button {
    display: none !important;
    visibility: hidden;
    pointer-events: none;
    position: absolute; /* 避免占用 input 元素额外的 padding，正常情况下存在 display: none!; 就可以了 */
    right: 0;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
	border: none!important;
}


html,
body {
	font-size: 100%;
	font-family:Microsoft YaHei,tahoma,arial,Hiragino Sans GB,\\5b8b\4f53,sans-serif;
}
body a {
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
a:hover {
	text-decoration: none;
}
input[type="button"],
input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
p {
	margin: 0;
	letter-spacing: 1px;
	font-size: 0.9em;
}

/*-- 顶部logo-登录 --*/
	.yeel-hd-top {
	    padding: 20px 0;
		height: 72px;
		overflow: hidden;
	}
	.yeel-hd-top .container:before,.yeel-hd-top .container:after{
		display: none;
	}
	.yeel-hd-top .left-logo{
		float:left;
		margin: .3em 0 0;
		font-size: 0;
	}
	.yeel-hd-top .left-logo .logo-img{
		display: inline-block;
		margin-right: 16px;
		vertical-align: bottom;
		max-height: 30px;
		min-height: 28px;
	}
	.yeel-hd-top .left-logo .logo-indro{
		font-size: 18px;
		color: #91979B;
		letter-spacing: 3px;
		vertical-align: bottom;
		display: inline-block;
	}
	.yeel-hd-top .right-login{
		float: right;
		display: inline-block;
	}
	a.login {
		font-size: 16px;
		color: #666666;
		letter-spacing: 2px;
		line-height: 30px;
	}
	.logo h1 {
	    font-size:2.5em;
	}

/*导航*/
	.yeel-hd-nav{
		background-color: #585858;
	}
	.yeel-hd-nav {
		margin: 0;
		padding: 0;
	}

	.yeel-hd-nav p:last-child {
		margin: 0;
	}

	.yeel-hd-nav a.button {
		display: inline-block;
		padding: 10px 20px;
		background: #ff0;
		color: #000;
		text-decoration: none;
	}

	.yeel-hd-nav a.button:hover {
		background: #000;
		color: #ff0;
	}

	.yeel-hd-nav.title {
		position: relative;
		background: #333;
	}




	.yeel-hd-nav.title h1 span.demo {
		display: inline-block;
		font-size: .5em;
		padding: 10px;
		background: #fff;
		color: #333;
		vertical-align: top;
	}

	.yeel-hd-nav.title .back-to-article {
		position: absolute;
		bottom: -20px;
		left: 20px;
	}

	.content.title .back-to-article a {
		padding: 10px 20px;
		background: #23B684;
		color: #fff;
		text-decoration: none;
	}

	.yeel-hd-nav.title .back-to-article a:hover {
		background: #23B684;
	}

	.yeel-hd-nav.title .back-to-article a i {
		margin-left: 5px;
	}

	.yeel-hd-nav.white {
		background: #fff;
		padding: 1em 0;
	}

	.yeel-hd-nav.black {
		background: #000;
	}

	.yeel-hd-nav.black p {
		color: #999;
	}

	.yeel-hd-nav.black p a {
		color: #08c;
	}

	.navbar {
		position: relative;
		min-height: 50px;
		margin-bottom: 0!important;
		border:none;
	}
	.navbar-default {
		background-color:#585858;
	}


	.navbar-nav>li>a {
		padding: 18px 22px;
	}
	.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>li>a.active {
		color: #ffffff;
		background-color: #E95717;
		font-size: 22px;
	}
	.navbar-default .navbar-nav>.open>a,
	.navbar-default .navbar-nav>.open>a:hover,
	.navbar-default .navbar-nav>.open>a:focus {
	    background-color: rgba(35, 182, 132, 0);
	    color: #18ba60;
	}


	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background-color: #202020;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}

	.navbar-default .navbar-nav>.active>a:before {
		background: #ff4f81;
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
	}

	.navbar-toggle {
		position: relative;
		float: right;
		padding: 9px 10px;
		margin-top: 8px;
		margin-bottom: 8px;
		background-color: #282828;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 0;
	}

	.navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:hover,
	.navbar-default .navbar-nav>.active>a:focus {
		color: #ffffff;
		background-color: #E95717;
		font-size: 22px;
	}

	.navbar-default .navbar-toggle {
		border-color: #202020;
	}
	.navbar-collapse {
		padding: 0;
	}

	.main-content {
	padding: 3em 0;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 18px;
		color: #FFFFFF;
		letter-spacing: 1.64px;
		margin:0 20px;
		text-align: center;
	}


	/*导航-E35服务*/
		.hd-ylfw-part{
			float: left;
			padding: 0;
			font-size: 100%;
			line-height: 20px;
			height: auto;
			position: relative;
			width: 256px;
		}
		.hd-ylfw-part .ylfw-title{
			padding: 18px 22px;
			font-size: 22px;
		    color: #FFFFFF;
		    letter-spacing: 1.64px;
		    display: block;
		    width: 100%;
		    line-height: 20px;
		    background-color: #E95717;
		    margin-right: 40px;
		}

		.hd-ylfw-list{
			position: absolute;
			z-index: 9;
			left: 0;
			width: 100%;
			background-color: #ffffff;
			padding: 32px 20px;
		}
		.ylfw-list-item{
			font-size: 16px;
			color: #656B6F;
			letter-spacing: 1.45px;
			margin-bottom: 22px;
			line-height: 22px;
		}
		.ylfw-list-item:last-child{
			margin-bottom: 0;
		}
		.ylfw-list-item h4{
			color: #44464A;
			margin-bottom: 16px;
			font-weight: 600;
			line-height: 22px;
		}
		.ylfw-list-item li{
			min-width: 50%;
			float: left;
			margin-bottom: 10px;
			text-indent: 1em;
		}
		.ylfw-list-item li a{
			color: #656B6F;
			position: relative;
		}
		.ylfw-list-item li.te-li a:after{
			content: "";
			display: block;
			width: 16px;
			height: 16px;
			position: absolute;
			right: -18px;
			top: -12px;
			background-color: #f96;
			background:url("../images/te-icon.png") center center no-repeat;
			background-size: cover;
		}

/*-- banner --*/
	.carousel-one .item {
		background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner.jpg) no-repeat;
		background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner.jpg) no-repeat;
		background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner.jpg) no-repeat;
		background:  url(../images/banner.jpg) no-repeat;
		background-size: cover;
	}
	.carousel-one .item.item2 {
		background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner2.jpg) no-repeat;
		background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner2.jpg) no-repeat;
		background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner2.jpg) no-repeat;
		background: url(../images/banner2.jpg) no-repeat;
		background-size: cover;
	}

	.carousel-caption {
		position: inherit;
		min-height: 600px;
		padding-top: 8em;
		text-align: center;
		text-shadow: none;
	}

	.carousel-caption h2,
	.carousel-caption h3 {
		font-size: 40px;
		letter-spacing: 1px;
		line-height: 50px;
	    text-transform: uppercase;
	}
	.carousel-caption h2 span,
	.carousel-caption h3 span {
		font-weight: 600;
	}
	.carousel-caption .item-title{
		font-size: 100px;
		line-height: 160px;
		font-weight: bold;
	}
	.carousel-caption p {
	    letter-spacing: 4px;
	    font-size: 1em;
	    line-height: 1.8em;
	    color: #fff;
	    margin: 1em 0 2em;
	    text-transform: capitalize;
	}

	.carousel-indicators {
		bottom: 20px;
		left: 50%;
		font-size: 0;
	}
	.carousel-indicators li,
	.swiper-pagination-bullet{
		width: 8px;
		height: 8px;
		margin:0;
		opacity: 0.4;
		filter:Alpha(opacity=40);
		background: #FFFFFF;
		margin-right:10px;
	}
	.carousel-indicators .active,
	.swiper-pagination-bullet-active{
		width: 8px;
		height: 8px;
		opacity: 1;
		filter:Alpha(opacity=100);
		margin-right: 10px;
	}
	.carousel-indicators li.active:last-child
	.carousel-indicators li:last-child{
		margin-right: 0;
	}
	.carousel-control {
		line-height: 33em;
	}
	.carousel-control.left,
	.carousel-control.right{
		background-image: none;
	}
/*-- //banner --*/


/*登录部分*/
	.yeel-login-part{
		position: absolute;
		right: 0;
		top: 96px;
		z-index: 100;
		padding: 30px 20px 22px;
		background-color: rgba(0,0,0,0.10);
		border-radius: 2px;
	}
	.yeel-login-part .form-group{
		margin-bottom: 10px;
		letter-spacing: 1.64px;
		width: 280px;
	}
	.yeel-login-part .mb-26{
		margin-bottom: 26px;
	}
	.yeel-login-part .control-label{
		font-size: 12px;
		line-height: 18px;
		color: #ffffff;
		margin-bottom: 8px;
		display: block;
		text-align: left;
		font-weight: normal;
		padding-top:0;
	}
	.yeel-login-part .form-control{
		color: #4E4F54;
		line-height: 18px;
		padding: 10px 10px;
		background-color: #FFFFFF;
		border-radius: 2px;
		border:none;
		height: 38px;
		font-size: 12px;

	}

	.btn{
		width: 100%;
		line-height: 18px;
		padding: 10px 10px;
		font-size: 12px;
		border-radius: 2px;
		color: #ffffff;
		border:none;
	}
	.btn-orange{
		background-color: #E95717;
	}
	.btn-orange:focus,
	.btn-orange:hover{
		outline: none;
		color: #ffffff;
	}
	.btn:focus, .btn:active:focus, .btn:active.focus{
		outline: none;
	}
	.paddword-outer{
		position: relative;
	}
	.password-icon{
		position: absolute;
		top: 12px;
		right: 20px;
		display: block;
		width: 16px;
		height: 16px;
		cursor: pointer;
		background-position: center center;
		background-size: cover;
		background-repeat:no-repeat;
		background-image: url("../images/login-pass-icon-close.png");
	}
	.password-icon.open{
		background-image: url("../images/login-pass-icon-open.png");
	}

/*首页-物流协同*/
	.bd-part01{
		padding-bottom: 50px;
	}
	.bd-part-title{
		font-size: 36px;
		color: #4E4F54;
		letter-spacing: 10px;
		text-align: center;
		margin:80px 0 60px;
	}
	.bd-part-order table{
		text-align: center;
		font-size: 13px;
		line-height: 21px;
	}
	.bd-part-order table caption,
	.bd-part01-btm .btm-title{
		font-size: 16px;
		line-height: 22px;
		color: #4E4F54;
		letter-spacing: 4.31px;
		padding: 13px 20px;
		border: 1px solid #E8E8E8;
	}
	.bd-part-order table > thead > tr > th,
	.bd-part-order table > tbody > tr > td{
		border: 1px solid #E8E8E8;
		text-align: center;
		font-size: 14px;
		line-height: 21px;
		padding: 14px  10px;
		width: 25%;
	}
	.bd-part-order table > thead > tr > th{
		background-color: #F5F5F5;
		color: #333333;
		font-size: 16px;
	}
	.bd-part-order table > tbody > tr > td{
		color: #555555;
	}
	
	.bd-part-total-outer{
		padding-left: 30px;
		padding-right: 0;
	}
	.bd-part-total{
		border: 1px solid #E8E8E8;
		min-height: 350px;
	}
	.bd-part-total .title-txt{
		font-size: 16px;
		line-height: 22px;
		color: #4E4F54;
		letter-spacing: 4.31px;
		padding: 13px 20px;
		border-bottom: 1px solid #E8E8E8;
		margin-bottom: 52px;
	}
	.total-item{
		margin-bottom: 52px;
		padding: 0 40px;
	}
	.total-item:last-child{
		margin-bottom: 0;
	}
	.total-item label{
		font-size: 16px;
		color: #575A5E;
		letter-spacing: 3.2px;
		text-align: justify;
		line-height: 28px;
		margin-bottom: 0;
		vertical-align: top;
		margin-top:1px;
		min-width: 108px;
	}
	.total-item span{
		display: inline-block;
		font-size: 22px;
		color: #E95717;
		letter-spacing: 2px;
		text-align: justify;
		line-height: 30px;
		vertical-align:top;
	}

	.bd-part01-btm-bd{
		padding: 40px 20px 20px;
		border: 1px solid #E8E8E8;
		border-top: none;
	}

	.bd-part01-btm-bd li{
		float: left;
		width: 88px;
		height: 88px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		border: 2px solid #EC6217;
		margin-right: 56px;
		background-color: #ffffff;
		position: relative;
		font-size: 0;

	}
	.bd-part01-btm-bd li:after{
		content:'';
		display: block;
		height: 1px;
		width: 58px;
		position: absolute;
		top: 50%;
		right: -58px;
		-webkit-transform: translate(0,-50%);
	    -moz-transform: translate(0,-50%);
	    -ms-transform: translate(0,-50%);
	    -o-transform: translate(0,-50%);
	    transform: translate(0,-50%);
	    background-color: #EC6217;
	    z-index: -1;
	}
	.bd-part01-btm-bd li:last-child::after{
		width: 0;
	}
	.bd-part01-btm-bd li:last-child{
		margin-right: 0;
	}

	.bd-part01-btm-bd li span{
		display: inline-block;
		color: #EC6217;
		letter-spacing: 0px !important;
		vertical-align: middle;
		font-size: 16px;
		line-height: 1 !important;
		position: absolute;
		top: 50%;
		left: 0%;
		width: 100%;
		text-align: center;
		margin-top: -8px;

	}
.bd-part01-btm-bd li span.two{
	line-height: 24px !important;
	height: 48px;
	margin-top: -24px;

}


/*首页-智慧物流*/
	.index-bd-part02{
		padding-bottom: 50px;
		background:url(../images/zhwl-bg.png) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.zhwl-tab-outer{
		position: relative;
	}
	.zhwl-tab-nav{
		position: absolute;
		top:0;
		left:15px;
		height: 100%;
	}
	.zhwl-tab-nav li{
		height: 50%;
	}
	.zhwl-tab-nav li a{
		height: 100%;
		display: block;
		width: 70px;
		font-size: 20px;
		color: #FFFFFF;
		background-color: #4E4F54;
		position: relative;
	}
	.zhwl-tab-nav li a span{
		display: inline-block;
		position: absolute;
		top: 50%;
		left:50%;
		width: 20px;
		-webkit-transform: translate(-50%,-50%);
	    -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	    -o-transform: translate(-50%,-50%);
	    transform: translate(-50%,-50%);
	}
	.zhwl-tab-nav li.active a{
		background-color: #E95717;
	}
	.zhwl-tab-nav li.active a:after{
		content: '';
		display: block;
		position: absolute;
		right: -20px;
		top: 50%;
		border: 10px solid;
        border-color: transparent transparent transparent #E95717;
		width:0;
	}
	.zhwl-tab-content{
		padding:0 0 20px 80px;
		background-color: #ffffff;
		min-height: 390px;
	}
	.zhwl-tab-content .zhwl-tab-pane-item{
		width: 25%;
		float: left;
		padding-left: 10px;
		height: 410px;
	}
	.zhwl-tab-pane-item .zhwl-item-img{
		margin-bottom: 30px;
	}
	.zhwl-tab-pane-item .zhwl-item-img img{
		display: block;
		width: 100%
	}
	.zhwl-tab-pane-item .zhwl-item-title{
		font-size: 16px;
		color: #E95717;
		letter-spacing: 2.67px;
		text-align: center;
		margin-bottom: 20px;
	}
	.zhwl-tab-pane-item .zhwl-item-indro{
		font-size: 18px;
		color: #57595D;
		line-height: 28px;
		padding: 0 25px;
	}

/*首页-集装箱物流*/
	.index-bd-part03{
		padding-bottom: 80px;
	}
	.index-bd-part03 .bd-part-title{
		margin-bottom: 0;
	}
	.jzxwl-bd-item{
		padding: 0 30px;
		text-align: center;
	}
	.jzxwl-bd-item .item-icon{
		display: block;
		width: 50%;
		margin:0 auto 30px;
	}
	.jzxwl-bd-item .item-icon img{
		display: block;
		width: 100%;
	}
	.jzxwl-bd-item .item-title{
		font-size: 1.375em;
		color: #4E4F54;
		line-height: 26px;
		margin-bottom: 20px;
	}
	.jzxwl-bd-item .item-indro{
		font-size: 1.125em;
		color: #656B6F;
		line-height: 26px;
	}

/*首页-移动端产品*/
	.index-bd-part04{
		padding-bottom: 53px;
		text-align: center;
		background: url("../images/zhwl-bg.png") center center no-repeat;
		background-size: cover;
	}
	.index-bd-part04 .bd-part-title{
		margin-bottom: 70px;
	}
	.yddcp-bd-item .code-img-title{
		color: #58595E;
		font-size: 1.375em;
		line-height: 26px;
		text-align: center;
		margin-bottom: 30px;
	}
	.yddcp-bd-item-img{
		width:60%;
		margin:0 auto;
	}
	.yddcp-bd-item-img img{
		display: block;
		width: 100%;
	}

/*首页-合作伙伴*/
	.index-bd-part05{
		padding-bottom: 50px;
	}
	.index-bd-part05 .hzhb-logo{
		width: 19%;
		margin:0 0.5% 14px;
		height: 80px;
		float: left;
		position: relative;
	}
	.index-bd-part05 .hzhb-logo img{
		max-width: 100%;
		max-height: 80px;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    -webkit-transform: translate(-50%,-50%);
	    -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	    -o-transform: translate(-50%,-50%);
	    transform: translate(-50%,-50%);
	}
	.index-bd-part05 .hzhb-logo .active-logo{
		display: none;
	}
	.index-bd-part05 .hzhb-logo:hover .default-logo{
		display: none;
	}
	.index-bd-part05 .hzhb-logo:hover .active-logo{
		display: block;
	}

/*首页-业务合作咨询*/
	.index-bd-part06{
		background-color: #3B3D40;
		padding-bottom: 46px;
	}
	.index-bd-part06 .bd-part-title{
		color: #FFFFFF ;
		margin-bottom: 90px;
	}
	.index-bd-part06 .btm-map{
		margin-bottom: 0;
	}
	.index-bd-part06 .btm-code{
		float: right;
	}

	.index-bd-part06 .btm-code .ywzx-right-map{
		width: auto;
	}
	.index-bd-part06 .btm-code img{
		height: 100%;
		display: block;
	}
	.index-bd-part06 .ywzx-item{
		margin-bottom: 30px;
		color: #ffffff;
	}
	.index-bd-part06 .ywzx-item-title{
		opacity: 0.7;
		font-size: 14px;
		color: #ffffff;
		line-height: 26px;
		margin-bottom: 14px;
	}
	.index-bd-part06 .ywzx-item-txt{
		font-size: 16px;
		letter-spacing: 1.33px;
		line-height: 26px;
	}
	.ywzx-right-map{
		width: 100%;
	}
	.ywzx-right-map img{
		display: block;
		width: 100%;
	}

/*底部*/
	.yeel-footer{
		background-color: #3B3D40;
		padding: 19px 0;
		border-top: 1px solid #4B4D51;
	}
	.yeel-footer .footer-logo{
		height: 22px;
	}
	.yeel-footer .footer-logo img{
		display: block;
		height: 22px;
	}
	.yeel-footer .footer-right{
		font-size: 12px;
		color: #FFFFFF;
		line-height: 18px;
		text-align: right;
	}
	.yeel-footer .footer-right a{
		color: #FFFFFF;
	}
	.yeel-footer .footer-right .fg-line{
		margin:0 10px;
	}
	.yeel-footer .footer-right .footer-right-list li{
		display: inline-block;
		vertical-align: middle;
		padding: 0 30px;
	}





/*智能管车*/
	.banner_wrap .swiper-slide{
		position: relative;
		height: 380px;
		overflow: hidden;
	}
	.banner_wrap .swiper-slide .item-img{
		height: 100%;
		display: block;
	}
	.banner_wrap .swiper-slide .item-img,
	.banner-item-up{
		position: absolute;
		top: 50%;
		left:50%;
		-webkit-transform: translate(-50%,-50%);
	    -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	    -o-transform: translate(-50%,-50%);
	    transform: translate(-50%,-50%);
	}
	.banner-item-up{
		width: 100%;
	}
	.banner_wrap .banner-item-title{
		font-size: 80px;
		color: #FFFFFF;
		letter-spacing: 16px;
		text-align: center;
		line-height: 1.1;
		font-weight: bold;
		margin-bottom: 50px;
	}
	.banner_wrap .banner-item-indro{
		font-size: 28px;
		color: #ffffff;
		letter-spacing: 6px;
		text-align: center;
		line-height: 2em;
	}

	/*GPS+载重+任务”的在途监控*/
		.zngc-bd-part01{
			padding-bottom: 76px;
			background:url("../images/3.png") center center no-repeat;
			background-size: cover;
		}
		.zngc-bd-part01 .bd-part-title{
			margin:105px 0 84px;
			position: relative;
			z-index: 1;
		}
		.zngc-bd-part01 .bd-part-title h2{
			position: relative;
			z-index: 2;
		}
		.zngc-bd-part01 .bd-part-title:after{
			content: '01';
			font-size: 120px;
			color: #EEEEEE;
			letter-spacing: 5.45px;
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%,-50%);
		    -moz-transform: translate(-50%,-50%);
		    -ms-transform: translate(-50%,-50%);
		    -o-transform: translate(-50%,-50%);
		    transform: translate(-50%,-50%);
		    z-index: 0;
		}
		.zngc-bd-part01 .title-btm{
			font-size: 1.375em;
			color: #999999;
			letter-spacing: 1px;
			margin-bottom: 60px;
			text-align: center;
		}

		/*GPS+载重+任务”的在途监控-主体*/
			.GPSzzrw-bd-item{
				width: 20%;
				float: left;
			}

			.GPSzzrw-bd-item-indro{
				background-color: #4E4F54;
				position: relative;
			}
			.item-indro-inner{
				width: 100%;
				position: absolute;
				top: 50%;
				left:50%;
				-webkit-transform: translate(-50%,-50%);
			    -moz-transform: translate(-50%,-50%);
			    -ms-transform: translate(-50%,-50%);
			    -o-transform: translate(-50%,-50%);
			    transform: translate(-50%,-50%);
			}
			.GPSzzrw-bd-item-indro:after{
				content: '';
				display: block;
				position: absolute;
				left: 50%;
				bottom: -16px;
				border: 8px solid;
		        border-color: #4E4F54 transparent transparent transparent;
				width:0;
				margin-left: -8px;
			}
			.item02 .GPSzzrw-bd-item-indro:after{
				bottom: auto;
				top: -16px;
		        border-color:transparent transparent #4E4F54 transparent;
			}
			.GPSzzrw-bd-item-indro .GPSzzrw-bd-item-icon{
				width: 16.6%;
				margin:0 auto 38px;
			}
			.GPSzzrw-bd-item-indro .GPSzzrw-bd-item-icon img{
				display: block;
				width: 100%;
			}
			.GPSzzrw-bd-item-indro .GPSzzrw-bd-item-txt{
				width: 52.5%;
				margin:0 auto;
				font-size: 16px;
				color: #FFFFFF;
				letter-spacing: 3px;
				text-align: center;
			}
			.GPSzzrw-bd-item-img,
			.GPSzzrw-bd-item-img img{
				width: 100%;
				display: block;
			}

	/*数据可视化*/
		.zngc-bd-part02{
			text-align: center;
			padding-bottom: 100px;
		}
		.zngc-bd-part02 .bd-part-title{
			margin:105px 0 120px;
			position: relative;
		}
		.zngc-bd-part02 .bd-part-title:after{
			content: '02';
			font-size: 120px;
			color: #EEEEEE;
			letter-spacing: 5.45px;
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%,-50%);
		    -moz-transform: translate(-50%,-50%);
		    -ms-transform: translate(-50%,-50%);
		    -o-transform: translate(-50%,-50%);
		    transform: translate(-50%,-50%);
		    z-index: -1;
		}
		.sjksh-bd-item{
			padding:0 30px;
			margin-bottom: 40px;
		}
		.sjksh-bd-item .item-icon{
			width: 20%;
			margin: 0 auto 30px;
		}
		.sjksh-bd-item .item-icon img{
			display: block;
			width: 100%;
		}
		.sjksh-bd-item .item-title{
			font-size: 1.25em;
			letter-spacing: 1px;
			line-height: 28px;
			margin-bottom: 20px;
		}
		.sjksh-bd-item .item-indro{
			font-size: 1em;
			color: #909499;
			letter-spacing: 3px;
		}

	/*异常报警*/
		.zngc-bd-part03{
			padding-bottom: 40px;
			background:url("../images/3.png") center center no-repeat;
			background-size: cover;
		}
		.zngc-bd-part03{
			text-align: center;
		}
		.zngc-bd-part03 .bd-part-title{
			margin:130px 0 90px;
			position: relative;
			z-index: 1;
		}
		.zngc-bd-part03 .bd-part-title h2{
			position: relative;
			z-index: 2;
		}
		.zngc-bd-part03 .bd-part-title:after{
			content: '03';
			font-size: 120px;
			color: #EEEEEE;
			letter-spacing: 5.45px;
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%,-50%);
		    -moz-transform: translate(-50%,-50%);
		    -ms-transform: translate(-50%,-50%);
		    -o-transform: translate(-50%,-50%);
		    transform: translate(-50%,-50%);
		    z-index: 0;
		}
		.ycbj-bd{
			padding:0;
		}
		.ycbj-bd-item-outer{
			padding: 0;
		}
		.ycbj-bd-item .item-img{
			width: 100%;
			margin-bottom: 30px;
		}
		.ycbj-bd-item .item-img img{
			display: block;
			width: 100%;
		}
		.ycbj-bd-item .item-title{
			font-size: 1.25em;
			color: #4E4F54;
			letter-spacing: 4px;
			margin-bottom: 20px;
		}
		.ycbj-bd-item .item-indro{
			font-size: 1em;
			color: #909499;
			letter-spacing: 3px;
			line-height: 22px;
			padding: 0 15px;
		}

	/*运输任务高效性*/
		.zngc-bd-part04{
			padding-bottom: 40px;
			text-align: center;
		}
		.zngc-bd-part04 .bd-part-title{
			margin:130px 0 90px;
			position: relative;
			z-index: 1;
		}
		.zngc-bd-part04 .bd-part-title h2{
			position: relative;
			z-index: 2;
		}
		.zngc-bd-part04 .bd-part-title:after{
			content: '04';
			font-size: 120px;
			color: #EEEEEE;
			letter-spacing: 5.45px;
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%,-50%);
		    -moz-transform: translate(-50%,-50%);
		    -ms-transform: translate(-50%,-50%);
		    -o-transform: translate(-50%,-50%);
		    transform: translate(-50%,-50%);
		    z-index: 0;
		}


		.ysrwgxx-bd-item{
			margin-bottom: 60px;
			min-height: 210px;
		}
		.ysrwgxx-bd-item .item-icon{
			width: 12.6%;
			margin: 0 auto 30px;
		}
		.ysrwgxx-bd-item .item-icon img{
			display: block;
			width: 100%;
		}
		.ysrwgxx-bd-item .item-title{
			font-size: 1.25em;
			letter-spacing: 1px;
			line-height: 28px;
			margin-bottom: 20px;
		}
		.ysrwgxx-bd-item .item-indro{
			font-size: 1em;
			color: #909499;
			letter-spacing: 3px;
			line-height: 22px;
			padding: 0 15px;
		}
	/*新-“GPS+载重+任务”的在途监控*/
	.zngc-bd-part01New .GPSzzrw-bd-item-indro .GPSzzrw-bd-item-txt{
		width: 100%;
	}
	.zngc-bd-part01New .GPSzzrw-bd-item-indro .GPSzzrw-bd-item-icon{
		width: 30%;
		margin-bottom: 28px;
		width: 16.6%;
		margin: 0 auto 38px;
	}
	@media screen and (max-width: 498px) {
		.GPSzzrw-bd-ul li {
			width: 20%
		}

		.GPSzzrw-bd-ul li .li-in{
			width: 100%;
		}
		.GPSzzrw-bd-ul li.cur {
			width: 20%
		}
		.GPSzzrw-bd-ul li .li-l, .GPSzzrw-bd-ul li .li-r {
			width: 0%;
			height: 100%
		}
		.GPSzzrw-bd-ul li .li-l{
			padding:25px 10px;
			width: 100%;
		}
		.zngc-bd-part01New .GPSzzrw-bd-item-indro .GPSzzrw-bd-item-icon{
			width: 50%;
			margin-bottom: 18px;
		}
		.GPSzzrw-bd-ul li .li-r img {
			height: 100%;
		}
	}


	@media screen and (min-width: 498px) {
		.GPSzzrw-bd-ul li {
			width: 20%
		}

		.GPSzzrw-bd-ul li .li-in{
			width: 100%;
		}
		.GPSzzrw-bd-ul li.cur {
			width: 20%
		}
		.GPSzzrw-bd-ul li .li-l, .GPSzzrw-bd-ul li .li-r {
			width: 0%;
			height: 100%
		}
		.GPSzzrw-bd-ul li .li-l{
			padding:60px 10px;
			width: 100%;
		}
		.zngc-bd-part01New .GPSzzrw-bd-item-indro .GPSzzrw-bd-item-icon{
			width: 30%;
			margin-bottom: 28px;
		}
		.GPSzzrw-bd-ul li .li-r img {
			height: 100%;
		}
	}


	@media screen and (min-width: 768px) {

		.GPSzzrw-bd-ul li {
			width: 125px
		}

		.GPSzzrw-bd-ul li .li-in, .GPSzzrw-bd-ul li.cur {
			width: 250px
		}

		.GPSzzrw-bd-ul li .li-l, .GPSzzrw-bd-ul li .li-r {
			width: 125px;
			height: 100%
		}
		.GPSzzrw-bd-ul li .li-l{
			padding:70px 10px 20px;
		}
		.zngc-bd-part01New .GPSzzrw-bd-item-indro .GPSzzrw-bd-item-icon{
			width: 30%;
			margin: 0 auto 38px;
		}
		.GPSzzrw-bd-ul li .li-r img {
			height: 100%;
		}
	}


	@media screen and (min-width: 992px) {


		.GPSzzrw-bd-ul li {
			width: 155px
		}

		.GPSzzrw-bd-ul li .li-in, .GPSzzrw-bd-ul li.cur {
			width: 310px
		}

		.GPSzzrw-bd-ul li .li-l, .GPSzzrw-bd-ul li .li-r {
			width: 155px;
			height: 100%
		}
		.GPSzzrw-bd-ul li .li-l{
			padding:70px 10px 20px;
		}
		.zngc-bd-part01New .GPSzzrw-bd-item-indro .GPSzzrw-bd-item-icon{
			width: 22%;
			margin: 0 auto 38px;
		}
		.GPSzzrw-bd-ul li .li-r img {
			height: 100%;
		}
	}

	@media (min-width: 1200px) {

		.GPSzzrw-bd-ul li {
			width: 195px
		}

		.GPSzzrw-bd-ul li .li-in, .GPSzzrw-bd-ul li.cur {
			width: 390px
		}

		.GPSzzrw-bd-ul li .li-l, .GPSzzrw-bd-ul li .li-r {
			width: 195px;
			height: 100%
		}
		.GPSzzrw-bd-ul li .li-l{
			padding:70px 20px 20px;
		}
		.zngc-bd-part01New .GPSzzrw-bd-item-indro .GPSzzrw-bd-item-icon{
			width: 16.6%;
			margin: 0 auto 38px;
		}
		.GPSzzrw-bd-ul li .li-r img {
			height: auto;
		}
	}


	.GPSzzrw-bd-ul li {
		height: 270px;
		float: left;
		cursor: pointer;
		transition: width .2s;
		-moz-transition: width .2s;
		-webkit-transition: width .2s;
		-o-transition: width .2s;
		overflow: hidden;
		position: relative
	}

	.GPSzzrw-bd-ul li .li-in {
		height: 100%;
		position: absolute;
		top: 0;
		left: 0
	}

	.GPSzzrw-bd-ul li .li-l {
		height: 100%;
		box-sizing: border-box;
		position: relative;
		float: left;
		background-color:#ffffff;
		position: relative;
	}
	.GPSzzrw-bd-ul li .li-r {
		height: 100%;
		float: left
	}

	.GPSzzrw-bd-ul li .li-r img {
		width: 100%;
		display: block;
	}
	.GPSzzrw-bd-ul li .bg-grey{
		background-color: #4E4F54;
	}
	.GPSzzrw-bd-ul li .fc-grey{
		color: #4E4F54;
	}
	.GPSzzrw-bd-ul li .bg-orange{
		background-color: #E95717;
	}
	.GPSzzrw-bd-ul li .fc-white{
		color: #ffffff;
	}


    /*IoT设备*/
	.zngc-bd-part02New{
		padding-bottom: 60px;
	}
	.zngc-bd-part02New .bd-part-title{
		margin:140px 0 92px
	}
	.iotDevice-bd-item-outer{
		display: inline-block;
		float: none;
		vertical-align: middle;
	}
	.iotDevice-bd-item{
		font-size: 0;
	}

	.iotDevice-bd-item .iotDevice-img,
	.iotDevice-bd-item .iotDevice-img img{
		display: block;
		width: 100%;
	}
	.iotDevice-bd-item-txt{
		text-align: left;
	}
	.iotDevice-bd-item-txt .item-txt-title{
		font-size: 16px;
		color: #4E4F54;
		letter-spacing: 2.67px;
		font-weight: bold;
	}
	.iotDevice-bd-item-txt .item-txt-indro{
		font-size: 14px;
		color: #4E4F54;
		letter-spacing: 2.62px;
		line-height: 25.6px;
		padding-top: 10px;
		padding-bottom: 20px;
	}

	.fix-fontSize0{
		font-size: 0;
	}

	
	/*新-数据可视与智能分析*/
	.zngc-bd-part03New .bd-part-title{
		margin: 120px 0 60px;
	}
	.dataVisua-bd-item{
		margin-bottom: 20px;
	 }
	.dataVisua-bd-item .item-img,
	.dataVisua-bd-item .item-img img{
		display: block;
		width: 100%;
	}
	.dataVisua-bd-item .item-title{
		font-size: 20px;
		line-height: 28px;
		color: #E95717;
		letter-spacing: 4px;
		font-weight: bold;
		padding-top: 10px;
	}


	/*新-异常报警*/
	.zngc-bd-part04New{
		position: relative;
		margin-bottom: 70px;
	}
	.zngc-bd-part04New .bd-part-title{
		margin:100px 0 60px;
	}
	.zngc-bd-part04New-img{
		width: 64%;
		display: block;
		margin:0 auto;
	}
	.zngc-bd-part04New-img img{
		display: block;
		width: 100%;
	}
	.zngc-bd-part04New canvas{
		position: absolute;
		top:0;
		width: 100%;
		background:transparent !important;
	}




/*登录*/
	.login-bd{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
	}
	.login-bd-left{
		width: 29.2%;
		position: absolute;
		top:0;
		left:0;
		height: 100%;
		z-index: 99;
		background-color: #ffffff;
	}
	.login-bd-left-main{
		position: absolute;
		top: 0;
		bottom: 12%;
		width: 100%;
		left:0;
	}
	.login-bd-left-logo{
		font-size: 16px;
		color: #91979B;
		letter-spacing: 5.64px;
		text-align: center;
		padding-top: 19%;
		padding-bottom: 18%;
	}
	.login-bd-left-logo .login-logo{
		margin-bottom: 30px;
		height: 42px;
	}
	.login-bd-left-logo .login-logo img{
		display: block;
		margin:0 auto;
		height: 100%;
	}
	.login-bd-left-logo p{
		letter-spacing: 5.64px;
	}


	.login-bd-left-mid{
		margin:0 auto;
		padding-bottom: 1px;
	}
	.login-bd-left-mid .form-group{
		margin-bottom: 10px;
		letter-spacing: 1.64px;
		width: 70%;
		margin:0 auto 30px;
	}
	.login-bd-left-mid .mb-60{
		margin-bottom: 60px;
	}
	.login-bd-left-mid .control-label{
		font-size: 14px;
		color: #91979B;
		letter-spacing: 1.56px;
		margin-bottom: 8px;
		display: block;
		text-align: left;
		font-weight: normal;
		padding-top:0;
	}
	.login-bd-left-mid .form-control{
		font-size: 18px;
		color: #4E4F54;
		letter-spacing: 2.45px;
		padding: 16px 0;
		border:none;
		height: 52px;
		line-height: 20px;
		border-bottom:1px solid #DDDDDD;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0;
	}
	.login-bd-left-mid .password-icon{
		width: 20px;
		height: 20px;
		top: 16px;
	}
	.login-bd-left-mid .btn{
		font-size: 16px;
		padding:18px 10px;
	}


	.login-bd-left-footer{
		font-size: 12px;
		color: #91979B;
		letter-spacing: 1px;
		text-align: center;
		line-height: 24px;
		position: absolute;
		left:0;
		width: 100%;
	}
	.login-bd-left-footer p{
		font-size: 12px;
	}
	.login-bd-right{
		width: 70.8%;
		height: 100%;
		position: absolute;
		right:0;
		top:0;
		bottom:0;
		background:url("../images/login-bg.png") center center no-repeat;
		background-size: cover;
	}


/*在线派车登录页*/
	.login-right-part,
	.login-ddrb-right-part{
		width: 72%;
		margin:0 auto;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%,-50%);
	    -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	    -o-transform: translate(-50%,-50%);
	    transform: translate(-50%,-50%);
	}
	.login-right-part-title{
		font-size: 1.875em;
		color: #FFFFFF;
		letter-spacing: 3px;
		line-height: 60px;
		margin-bottom: 8%;
	}
	.right-img-item{
		display: inline-block;
		vertical-align: middle;
	}
	.right-img-item.pc{
		width: 68%;
		padding-right: 25px;
	}
	.right-img-item.phone{
		width: 31%;
		padding-left: 20px;
	}
	.right-img-item .img-outer{
		margin-bottom: 4.5%;
	}
	.right-img-item .img-outer,
	.right-img-item .img-outer img{
		display: block;
		width: 100%;
	}
	.right-img-item.pc .img-outer img{
		max-width: 642px;
		margin:0 auto;
	}
	.right-img-item.phone .img-outer img{
		max-width: 250px;
		margin:0 auto;
	}
	.right-img-item .img-title{
		text-align: center;
	}
	.right-img-item .img-title span{
		display: inline-block;
		height: 40px;
		line-height: 40px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		background-color: #E95717;
		padding:0 23px;
		font-size: 1.25em;
		color: #ffffff;
		letter-spacing: 2px;
		text-align: center;
	}


/*调度日报登录页*/
	.login-ddrb-right-part{
		width: 92%;
		height: 100%;
		position: relative;
	}
	.login-ddrb-right-top,
	.login-ddrb-right-btm{
		position: relative;
	}
	.login-ddrb-right-top{
		padding-top: 9%;
	}
	.login-ddrb-right-btm{
		padding-bottom: 9%;
	}
	.login-ddrb-right-top:after{
		content: "";
		display: block;
		height: 1px;
		width: 100%;
		position: absolute;
		bottom: 0;
		left:0;
		background: #ffffff;
	    /* Firefox 3.6+ */ 
		background: -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,0)); 
		/* Safari 4-5, Chrome 1-9 */ 
		background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(rgba(255,255,255,1)), to(rgba(255,255,255,0))); 
		/* Safari 5.1+, Chrome 10+ */ 
		background: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,0)); 
		/* Opera 11.10+ */ 
		background: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,0));
	}
	.login-ddrb-right-top .login-ddrb-item{
		width: 33.33%;
		padding:8% 4.5% 0;
		position: relative;
		height: 100%;
	}
	.login-ddrb-item.max-height:before,
	.login-ddrb-item.max-height:after{
		content: "";
		display: block;
		height: 100%;
		width: 1px;
		position: absolute;
		top: 0;
		background: #ffffff;
	    background: -moz-linear-gradient(top,  rgba(255, 255, 255, 0) 0%, #ffffff 100%);
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 0)), color-stop(100%,#ffffff));
	    background: -webkit-linear-gradient(top,  rgba(255, 255, 255, 0) 0%,#ffffff 100%);
	    background: -o-linear-gradient(top,  rgba(255, 255, 255, 0) 0%,#ffffff 100%);
	    background: -ms-linear-gradient(top,  rgba(255, 255, 255, 0) 0%,#ffffff 100%);
	    background: linear-gradient(to bottom,  rgba(255, 255, 255, 0) 0%,#ffffff 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 255, 255, 0)', endColorstr='#ffffff',GradientType=0 );
	}
	.login-ddrb-item.max-height:before{
		left:0;
	}
	.login-ddrb-item.max-height:after{
		right:0;
	}
	.login-ddrb-right-btm .login-ddrb-item{
		width: 50%;
		padding:6.4% 12% 0;
		height: 100%;
		position: relative;
	}
	.login-ddrb-right-btm .login-ddrb-item.max-height:before{
		-moz-transform:scaleY(-1);
		-webkit-transform:scaleY(-1);
		-o-transform:scaleY(-1);
		transform:scaleY(-1);
		filter:FlipV();
	}
	.login-ddrb-right-btm .login-ddrb-item.max-height:after{
		display: none;
	}
	.login-ddrb-item{
		float: left;
		text-align: center;
		padding: 6% 0;
	}
	.login-ddrb-item .l-d-item-title{
		font-size: 30px;
		color: #ffffff;
		letter-spacing: 3px;
		line-height: 60px;
		margin-bottom: 18px;
	}
	.login-ddrb-item .l-d-item-indro{
		font-size: 1em;
		color: #FFFFFF;
		letter-spacing: 2.67px;
		line-height: 30px;
	}


/*E35派车*/
	.ylpc-bd-part01{
		width:100%;
		padding:18px 0;
		background:url("../images/ylpc-bd-part01-bg.png") center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.ylpc-bd-part01-item{
		text-align: center;
	}
	.ylpc-bd-part01-item .ylpc-bd-part01-item-icon{
		display: block;
		width: 24%;
		margin:0 auto 12px;
	}
	.ylpc-bd-part01-item .ylpc-bd-part01-item-icon img{
		display: block;
		width: 100%;
	}
	.ylpc-bd-part01-item .ylpc-bd-part01-item-txt{
		font-size: 15px;
		color: #4E4F54;
		letter-spacing: 4.15px;
	}
	.ylpc-bd-part01-item .ylpc-bd-part01-item-txt .color-orange{
		color:#E95717;
	}


	/*在线派车*/
		.ylpc-bd-part02{
			padding:75px 0 35px 0;
		}
		.ylpc-bd-part .row{
			font-size: 0;
		}
		.ylpc-bd-part-imgOuter,
		.ylpc-bd-part-txtOuter{
			display: inline-block;
			float: none;
			vertical-align: middle;
		}
		.ylpc-bd-part02 .ylpc-bd-part-img{
			width: 90%;
		}
		.ylpc-bd-part-img img{
			display: block;
			width: 100%;
		}
		.ylpc-bd-part-txt{
			font-size: 18px;
			letter-spacing: 1.8px;
		}
		.ylpc-bd-part02 .ylpc-bd-part-txt{
			padding-right: 32px;
			float: right;
		}
		.ylpc-bd-part-title{
			font-size: 30px;
			color: #4E4F54;
			letter-spacing: 4px;
			font-weight: bold;
			margin-bottom: 24px;
		}
		.ylpc-bd-part-indro{
			color: #656B6F;
			line-height: 34px;
			margin-bottom: 16px;
		}
		.ylpc-bd-part-orange{
			color: #E95717;
			opacity: 0.94;
			-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
			margin-bottom: 24px;
		}
		.ylpc-bd-part-btn .btn{
			width: 120px;
			font-size: 18px;
			line-height: 22px;
			padding:10px 12px;
		}

	/*全程数据可视*/
		.ylpc-bd-part03{
			padding: 54px 0;
			background-color: #F9F9F9;
		}




.flex{
	display:box;
	display:-webkit-box;  /* iOS 6-, Safari 3.1-6 */
	display:-webkit-flex; /* Chrome */
	display:-moz-box;     /* Firefox 19 */
	display:-ms-flexbox;
	display:flex;  /*flex容器*/
}
.flex-vc{
	-webkit-align-items:center;
	-moz-align-items:center;
	-ms-align-items:center;
	-o-align-items:center;
	align-items:center;
}
.flex-hc{
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.ver-mid{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.pd-lr0{
	padding-left:0;
	padding-right: 0;
}
.position-relative{
	position: relative;
}
.mg-lr0{
	margin-left: 0;
	margin-right: 0;
}
.mg-lr{
	margin-left: 6px;
	margin-right: 6px;
}



/***********************************
关于我们
 */
.about-banner{
	width: 100%;
	height: 380px;
	background: url("../images/bannerAbout.png") no-repeat center;
	background-size: cover;
	position: relative;
    overflow: hidden;

}
.about-banner .banner-item-up{
	/*top: 200px;*/
}
.about-banner .banner-item-up .banner-item-title{

	font-size: 80px;
	font-weight: bold;
	margin-bottom: 50px;
}

 .common-title-container{
	position: relative;
	z-index: 2;

}
.common-title-container:after{
	content: '01';
	font-size: 120px;
	color: #EEEEEE;
	letter-spacing: 5.45px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: -1;
}
.common-title-container .common-title-in{
	padding: 20px 0 20px;
	position: relative;
	font-size: 36px;
	color: #4E4F54;
	letter-spacing: 10px;
	text-align: center;
	margin: 80px 0;
}

.common-main{
	width: 1200px;
	margin: 0 auto;
}
.common-main p{
	font-size: 16px;
	color: #4E4F54;
	line-height: 34px;
	text-indent: 32px;

}
.common-main p + p{
	margin-top: 20px;
}
.section-civilization {
	background: url("../images/about-civilization2.jpg") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 727px;
	margin: 80px 0;
	margin-top: 0;

}
.section-civilization.scection-about-common .common-title-container .common-title-in{

    margin: 0;
    padding-top: 87px;
    padding-bottom: 87px;
}
.section-civilization .common-main{
    margin-top: 5px;
}
.section-civilization-main{
	position: relative;
	background: url("../images/about-civilization-main.png") no-repeat left center;
    height: 420px;
}
.section-civilization-main dl{
	position: absolute;
	display: none;
}
.section-civilization-main dt{
	font-size: 20px;
	margin-bottom: 10px;
    letter-spacing: 2px;
}
.section-civilization-main dd{
	font-size: 16px;
	width: 214px;
	line-height: 2;
}
.section-civilization-main .r dt{
	font-size: 16px;
	margin-bottom: 6px;
}
.section-civilization-main .r dd{
	font-size: 14px;
	width: 180px;
}
.section-civilization-main dl:nth-child(1){
    top: 26px;
    left: 252px;
}
.section-civilization-main dl:nth-child(2){
    top: 168px;
    left: 252px;
}
.section-civilization-main dl:nth-child(3){
    top: 343px;
    left: 252px;
}
.section-civilization-main dl:nth-child(4){
    top: 10px;
    left: 928px;
}
.section-civilization-main dl:nth-child(5){
    top: 138px;
    left: 667px;
}
.section-civilization-main dl:nth-child(6){
    top: 232px;
    left: 928px;
}
.section-civilization-main dl:nth-child(7){
	top: 320px;
    left: 667px;
}
.section-civilization-main dl:nth-child(1) dt{
	color: #577DE7;
}
.section-civilization-main dl:nth-child(2) dt{
	color: #E95717;
}
.section-civilization-main dl:nth-child(3) dt{
	color: #56C8C1;
}

.section-team{
	margin-bottom: 80px;
}
.section-team .common-section-main:after{
	display: block;
	content: '';
	visibility: hidden;
	clear: both;
}
.section-team .common-section-main{
	overflow: hidden;
}
.section-team .common-section-main ul{
	width: 1300px;
}
.section-team .common-section-main li{
	display: none;
	float: left;
	width: 290px;
	height: 290px;
	margin-right: 13px;
}
.section-team .common-section-main li img{
	width: 100%;
	height: 100%;
}
#section-team-main{
	height: 290px;
}
.section-about.scection-about-common .common-title-container:after{
	content: '01';
}
.section-civilization.scection-about-common .common-title-container:after{
	content: '02';
}
.section-team.scection-about-common .common-title-container:after{
	content: '03';
}

/***********************************
仓储监管
 */
.banner_wrap.cangchu-banner{
    background-image: url("../images/bannerCangchu.png");
}
 .section-solution{
	 background: url("../images/warehouse-section-bg.jpg") no-repeat center;
	 background-size: cover;
	 height: 960px;

 }
 .section-solution .common-title-container:after{
	 color: #dfdfdf;
 }
.section-solution .common-title-in{
	margin: 0;
    padding: 80px 0 80px;
}
.suyuan-main::after,.kucun-main-in::after,.xitong-main::after,.tab-bar-mar dl::after,.tab-bar-mar::after,.section-manage-bottom ul::after,.section-manage-main::after,.section-solution-main::after{
	display: block;
	content: '';
	visibility: hidden;
	clear: both;

}
.section-solution-left {
	width: 634px;
	height: 634px;
	float: left;
	position: relative;


}
.section-solution-left img{
	width: 100%;
	height: 100%;
}
.section-solition-right{
	float: left;
	margin-left: 66px;
	width: 470px;
}
.section-solition-right .title{
	font-size: 28px;
	padding: 223px 0 30px;
	line-height: 1;
	color: #E95717;
}
.section-solition-right .p{
	font-size: 19px;
	line-height: 1.8;
}

.section-manage{
	margin-bottom: 80px;
}
.section-manage-left{
	float: left;
	width: 498px;

}
.section-manage-right{
	width: 567px;
	height: 479px;
	float: left;
	margin-left: 80px;
}
.section-link-main img,.section-manage-left img, .section-manage-right img{
	width: 100%;
}
.section-manage-bottom{
	margin: 60px auto 0;
    width: 565px;

}
.section-manage-bottom li{
	float: left;
	color: #E95717;
	font-size: 36px;
}
.section-manage-bottom li+li{
	margin-left: 65px;
}

.section-link{
	background: url("../images/warehouse-section-bg.jpg") no-repeat center;
	background-size: cover;
	height: 780px;

}
.section-link .common-title-container:after{
	color: #dfdfdf;
}
.section-link .common-title-in{
   margin: 0;
   padding: 80px 0 80px;
}
.section-link-main{
	width: 1200px;
	height: 486px;

}


.section-manage.scection-warehouse-common .common-title-container:after{
	content: '02';
}
.section-link.scection-warehouse-common .common-title-container:after{
	content: '03';
}
/***********************************
集装箱
 */
.banner-container.banner_wrap{
	background-image: url('../images/bannerJiZhuangxiang.png');


}
 .tab-bar{
	 width: 100%;
	 background: #f4f4f4;
	 margin-top: 10px;
 }
 .tab-bar-mar{
	 width: 1170px;
	 margin: 0 auto;
 }
 
 .tab-bar-mar .cell{
	 float: left;
	 width: 25%;
	 height: 80px;
	 line-height: 80px;
	 text-align: center;

 }
 .tab-bar-mar dl {
	 display: inline-block;
 }
 .tab-bar-mar .cell:nth-child(1),.tab-bar-mar .cell:nth-child(3){
	background: #fff;
 }
 .tab-bar-mar dl dt{
	 float: left;
	 height: 80px;
	 line-height: 80px;
	 font-size: 0;
 }
 .tab-bar-mar dl dd{
	 float: left;
	 height: 80px;
	 line-height: 80px;
	 font-size: 22px;
	 color: #666666;
	 padding-left: 20px;
 }

.fangan-title .subtitle{
	font-size: 24px;
	color: #e95717;
	text-align: center;
	letter-spacing: 4px;
	margin-top: 5px;
}
.fangan-main{
	width: 100%;
	height: 590px;
	position: relative;
}
.fangan-main-bar{
	height: 90px;
	background: #f4f4f4;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -45px;
	width: 100%;
    text-align: center;
    line-height: 90px;
}
.fangan-main-cont{
	position: relative;
	width: 1170px;
	z-index: 2;
	margin: 0 auto;
	height: 590px;
	overflow: hidden;
}
.fangan-main-cont dl{
	width: 195px;
	border: 1px solid #e95717;
	border-radius: 5px;
	position: absolute;
	background: #fff;
}
.fangan-main-cont dl dt{
	font-weight: normal;
}
.fangan-main-cont dl::after{
	content: '';
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #e95717;
	position: absolute;
}
.fangan-main-cont dl:nth-child(2n-1){
	top: 332px;
}
.fangan-main-cont dl:nth-child(2n-1)::after{
	top: -47px;
	left: 50%;
	margin-left: -11px;
}
.fangan-main-cont dl:nth-child(2n-1) dt{
	font-size: 24px;
	height: 55px;
	color: #fff;
	text-align: center;
	background: #e95717;
	line-height: 55px;
}
.fangan-main-cont dl:nth-child(2n-1) dt::before{
	content: '';
	display: block;
	position: absolute;
	width: 14px;
	height: 10px;
	background:url(../images/container-icon-dot-top.png) no-repeat;
	background-size: cover;
	top: -10px;
	left: 50%;
	margin-left: -7px;
}
.fangan-main-cont dl:nth-child(2n-1) dd{
	font-size: 18px;
	color: #666666;
	text-align: justify;
	padding: 18px;
	height: 200px;
	box-sizing: border-box;
	line-height: 1.5;
}


.fangan-main-cont dl:nth-child(2n){
	bottom: 328px;
}
.fangan-main-cont dl:nth-child(2n)::after{
	bottom: -47px;
	left: 50%;
	margin-left: -11px;
}
.fangan-main-cont dl:nth-child(2n) dt{
	font-size: 18px;
	color: #666666;
	text-align: justify;
	padding: 18px;
	height: 200px;
	box-sizing: border-box;
	font-weight: normal;
	line-height: 1.5;
}
.fangan-main-cont dl:nth-child(2n) dt::before{
	content: '';
	display: block;
	position: absolute;
	width: 14px;
	height: 10px;
	background:url(../images/container-dot-bottom.png) no-repeat;
	background-size: cover;
	bottom: -10px;
	left: 50%;
	margin-left: -7px;
}
.fangan-main-cont dl:nth-child(2n) dd{
	font-size: 24px;
	height: 55px;
	color: #fff;
	text-align: center;
	background: #e95717;
	line-height: 55px;
}

.fangan-main-cont  .transLeft1{left: 95px;}
.fangan-main-cont  .transLeft2{left: 250px;}
.fangan-main-cont  .transLeft3{left: 405px;}
.fangan-main-cont  .transLeft4{left: 560px;}
.fangan-main-cont  .transLeft5{left: 710px;}
.fangan-main-cont  .transLeft6{left: 865px;}






 .container-common-title{
	 padding: 70px 0;
 }
 .container-common-title .title{
	font-size: 36px;
	color: #333333;
	text-align: center;
	letter-spacing: 4px;
 }

 .section-xitong  {
	 margin-top: 70px;
	 background: url("../images/container-bg.jpg") no-repeat center;
	 background-size: cover;
	 height: 570px;
 }
 .xitong-main{
	 width: 1170px;
	 margin: 0 auto;
 }
 .xitong-main dl{
	 float: left;
	 margin-right: 20px;
	 display: none;
 }
 .xitong-in{
	 width: 1300px;
 }
 .xitong-main dl dd{
	 font-size: 24px;
	 color: #333333;
	 line-height: 1;
	 padding-top: 35px;
	 text-align: center;
 }
 .kucun-main{
	 width: 100%;
	 background:url("../images/container-liandong-bg.jpg") repeat-x center;

 }
 .kucun-main-in{
	 width: 1170px;
	 margin: 0 auto;
 }
 .kucun-left{
	 float: left;
	 width: 783px;
 }
 .kucun-left img{
	 width: 100%;
 }
 .kucun-right{
	float: right;
    width: 264px;
    font-size: 18px;
    color: #666666;
    letter-spacing: 3px;
    line-height: 1.7;
	 padding-top: 145px;
	margin-right: 70px;
 }

 .section-suyuan{
	margin-top: 70px;
	background: url("../images/container-bg.jpg") no-repeat center;
	background-size: cover;
	height: 570px;

 }
 .suyuan-main{
	 width: 1170px;
	 margin: 0 auto;
 }
 .suyuan-left{
	 float: left;
 }
 .suyuan-right{
	 float: right;
	 width: 311px;
	 height: 311px;
	 background: #000;
	 text-align: center;
	 line-height: 311px;
 }
.suyuan-right video{
	width: 100%;
	vertical-align: middle;

}
 /***************
 form 弹窗
  */
.form-area{
	width: 415px;
	margin: 20px;
	position: relative;
	height: 40px;
	border-radius: 2px;
	box-sizing: content-box;
}
.form-area .inp{
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
}

.form-area .inp input{
	width: 338px;
	height: 100%;
	margin: 0;
	padding: 0 10px;
	border: none;
	box-sizing: border-box;
}
.form-area .inp input:focus{
	outline-color: #E95717;

}

.form-area .sub{
	width: 75px;
	height: 40px;
	background: #E95717;
	border-radius: 2px;
	text-align: center;
	color: #fff;
	top: 0;
	position: absolute;
	right: 0;
	line-height: 40px;
	font-size: 14px;
	cursor: pointer;

}
.transform-list{
	width: 415px;
	margin: 20px 20px 0;
	padding-top: 20px;
	border-top: 1px dashed #ccc;

}
.transform-list li{
	font-size: 14px;
	margin-bottom: 10px;
}
.transform-list li:after{
	display: block;
	content: '';
	visibility: hidden;
	clear: both;
}
.transform-list li:first-child{
	color: #E95717;
}
.transform-list li .fl{
	width: 100px;
}
.transform-list li .fr{
	float: left;
	width: 285px;
	padding-left: 10px;
	box-sizing: border-box;
}




/*弹出框*/

	.modal-new .modal-backdrop{
		background-color: transparent;
	}
	.modal-dialog-new-outer{
		-webkit-border-radius: 0 0 2px 2px;
		-moz-border-radius: 0 0 2px 2px;
		border-radius: 0 0 2px 2px;
	}
	.modal-dialog-new{
		width: 440px;
		margin:0 auto;
	}
	.modal-dialog-new .modal-content{
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border:none;
		margin-top: 0!important;
	}
	/*顶部*/
	.modal-bd-top{
		background: #E95717;
		padding: 26px 30px;
	}
	.modal-bd-top-left,
	.modal-bd-top-right{
		color: #ffffff;
		font-size: 16px;

	}
	.modal-bd-top-left .top-right-date{
		text-align: center;
		width:100px;
		margin-right: 48px;
	}
	.modal-bd-top-left .top-right-date .date-now{
		font-size: 50px;
		color: #E95717;
		line-height: 70px;
		height: 70px;
		width: 100%;
		background-color:#ffffff;
		-webkit-border-radius: 2px 2px 0 0;
		-moz-border-radius: 2px 2px 0 0;
		border-radius: 2px 2px 0 0;
	}
	.modal-bd-top-left .top-right-date .date-year{
		padding: 8px 12px;
		background: #FD8D08;
		-webkit-border-radius: 0 0 2px 2px;
		-moz-border-radius: 0 0 2px 2px;
		border-radius: 0 0 2px 2px;
	}




	.modal-bd-top-right{
		font-size: 14px;
		position: relative;
	}
	.modal-bd-top-right:before{
		content: '';
		display: block;
		height: 26px;
		width: 6px;
		background: url("../images/modal-jiantou.png") center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		position: absolute;
		top: 34px;
		left: -15px;
	}


	.modal-bd-top-right .form-item{
		margin-bottom: 14px;
		position: relative;
		margin-left: 0;
	}
	.modal-bd-top-right .form-item .layui-input-block{
		margin-left: 0;
	}
	.modal-bd-top-right .form-control,
	.modal-bd-top-right .layui-input{
		background-color: rgba(255,255,255,.3);
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		line-height: 20px;
		padding: 10px 10px;
		border: none;
		height: 40px;
		text-align: center;
		color: #ffffff;
		width:220px;
		position: relative;
	}
	.modal-bd-top-right .layui-form-select dl{
		background-color: rgba(255,255,255,.95);
	}
	.modal-bd-top-right .layui-form-select dl dd,
	.modal-bd-top-right .layui-form-select dl dt{
		text-align: center;
		color: #333333;
	}

	.modal-bd-top-right .layui-form-select dl dd.layui-this{
		background-color: #FD8D08;
		color:#ffffff;
	}
	.modal-bd-top-right .layui-disabled,
	.modal-bd-top-right .layui-disabled:hover{
		color: #989898 !important;
		background-color: transparent !important;
	}

	
	.modal-bd-top-right ::-webkit-input-placeholder {
		color:    #ffffff;
	}
	.modal-bd-top-right :-moz-placeholder {
		color:    #ffffff;
	}
	.modal-bd-top-right ::-moz-placeholder {
		color:    #ffffff;
	}
	.modal-bd-top-right :-ms-input-placeholder {
		color:    #ffffff;
	}

	.modal-bd-top-right .layui-form-select .layui-edge{
		border-top-color: #ffffff;
	}
	.modal-bd-top-right select{
		-webkit-border-radius: 2px !important;
		-moz-border-radius: 2px !important;
		border-radius: 2px !important;
		text-align: center;
		text-align-last: center;
		width: 100%;
		height: 100%;
		background-color: transparent;
		border: none;
		appearance:none;
		-moz-appearance:none;
		-webkit-appearance:none;
		padding-right: 10px;
	}


	.modal-bd-top-right .form-item-first:before,
	.modal-bd-top-right .form-item-active:before{
		content: '';
		display: block;
		position: absolute;
		width: 8px;
		height: 8px;
		top: 16px;
		left: -16px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		border:1px solid #ffffff;
	}
	.modal-bd-top-right .form-item-active:before{
		background-color: #ffffff;
	}






	.modal-bd-top-right .form-control02{
		padding: 10px 20px 10px 10px;
	}
	.modal-bd-top-right .caret{
		position: absolute;
		top: 18px;
		right: 10px;
	}
	.modal-bd-top-right .dropdown-menu{
		background-color: rgba(255,255,255,.9);
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
	.modal-bd-top-right .open > .dropdown-menu{
		width: 100%;
		text-align: center;
	}
	.modal-bd-top-right .dropdown-menu > li > a{
		padding: 4px 20px;
	}
	.modal-bd-top-right .dropdown-menu > li > a:hover,.modal-bd-top-right .dropdown-menu > li > a:focus{
		background-color: rgba(255,255,255,.9);
		outline: none;
	}


	.modal-bd-top-right .form-control.width130{
		width: 130px;
	}

	.modal-bd-top-right .form-unit{
		display: block;
		height: 40px;
		line-height: 40px;
		margin-left: 20px;
	}
	.modal-bd-top-right .form-btn{
		padding-top: 6px;
	}
	.modal-bd-top-right .btn{
		min-width: 90px;
		font-size: 14px;
		letter-spacing: 1px;
		width: auto;
		background-color: #FD8D08;
		line-height: 20px;
		color: #ffffff;
	}
	.modal-bd-top-right .btn:hover{
		color: #ffffff;
	}
	.modal-bd-top-right .form-control:focus,
	.modal-bd-top-right select:focus,
	.modal-bd-top-right .btn:focus{
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border: none;
		outline: none;
	}


	/*底部白色统计部分*/
	.modal-dialog-new .modal-body{
		padding:0;
	}
	.modal-bd-btm{
		padding:20px 30px;
	}
	.modal-bd-btm-total{
		padding: 15px 0;
	}
	.modal-bd-btm-total .btm-total-item{
		margin-bottom: 16px;
	}
	.modal-bd-btm-total .btm-total-item .total-label{
		font-size: 14px;
		color: #333333;
		min-width: 130px;
		display: inline-block;
		margin-bottom: 0;
		line-height: 20px;
		font-weight: normal;
		vertical-align: middle;
		margin-right: 20px;
	}
	.modal-bd-btm-total .btm-total-item .total-txt,
	.modal-bd-btm-total .btm-total-item .total-echart{
		font-size: 15px;
		line-height: 21px;
		color: #E95717;
		font-weight: bold;
		display: inline-block;
		vertical-align: middle;
	}
	.modal-bd-btm-total .btm-total-item .total-txt{
		min-width: 78px;
		text-align: right;
		margin-right: 55px;
		max-width: 170px;
	}
	.modal-bd-btm-total .btm-total-item .total-echart{
		font-size: 13px;
		font-weight: normal;
	}
	.modal-bd-btm-total .btm-total-item .total-echart .icon-img{
		display: inline-block;
		width: 14px;
		height: 14px;
		vertical-align: middle;
		margin-right: 8px;
	}
	.modal-bd-btm-total .btm-total-item .total-echart span{
		vertical-align: middle;
		display: inline-block;
		line-height: 14px;
	}
	.modal-bd-btm .btm-statement{
		font-size: 12px;
		color: #999999;
		text-align: center;
	}


	.mr-20{
		margin-right: 20px;
	}
	.escp{
		overflow: hidden;/*超出部分隐藏*/
		white-space: nowrap;/*不换行*/
		text-overflow:ellipsis;/*超出部分文字以...显示*/
	}


@media (min-width: 768px) {
    /*头部*/
    .hd-ylfw-part{
        width: 226px;
    }
	.navbar-nav{
		width: 100%;
	}
	.navbar-nav>li{
		width: 20%;
	}
    .navbar-nav>li>a {
        padding: 18px 12px;
    }
    .navbar-default .navbar-nav>li>a{
        margin:0 0;
    }
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{
        margin-left: 0;
        margin-right: 0;
    }

    .hd-ylfw-list{
        display: none;
    }

    .hd-ylfw-part {
        width: auto;
    }
    .hd-ylfw-part .ylfw-title{
        margin-right: 0;
        font-size: 18px;
    }
    /*底部*/
    .yeel-footer .footer-logo{
        margin-bottom: 0;
    }
    .yeel-footer .footer-logo img{
        margin:0 0;
    }
    .yeel-footer .footer-right{
        text-align: right;
    }

    /*登录页面*/
    .login-bd-left{
        width: 48%;
    }
    .login-bd-left-logo{
        /*padding-top: 10%;
        padding-bottom: 10%;*/
        padding-top: 24%;
        padding-bottom: 20%;
    }
    .login-bd-left-logo .login-logo{
        margin-bottom: 20px;
        height: 32px;
    }
    .login-bd-left-mid .form-group{
        width: 80%;
    }
    .login-bd-right{
        width: 52%;
    }

    /*首页-物流协同*/
    .bd-part-order{
        margin-bottom: 30px;
    }
    .bd-part-total-outer{
        padding-left: 0;
    }

    /*智慧物流*/
    .zhwl-tab-content .zhwl-tab-pane-item{
        width: 25%;
    }
    .zhwl-tab-pane-item .zhwl-item-indro{
        padding:0 10px;
    }

    /*首页-集装箱物流*/
    .index-bd-part03 .bd-part-title{
        padding-bottom: 90px;
    }
    .jzxwl-bd-item{
        padding: 0 15px;
        margin-bottom: 0px;
    }
    .jzxwl-bd-item .item-icon{
        width: 58%;
    }

    /* 移动端产品 */
    .yddcp-bd-item-img{
        width:60%;
    }

    /*智能管车*/
    /*数据可视化*/
    .sjksh-bd-item{
        padding:0 0px;
        margin-bottom: 0;
    }

    /*GPS+载重+任务”的在途监控-主体*/
    .GPSzzrw-bd{
        padding:0 0;
    }
    .GPSzzrw-bd-item{
        width: 33.33333%;
    }

    /*数据可视化*/
    .sjksh-bd-item .item-icon{
        width: 20%
    }

    /*异常报警*/
    .ycbj-bd{
        padding:0;
    }
    .ycbj-bd-item{
        margin-bottom: 0px;
    }
    .ycbj-bd-item .item-indro{
        padding:0 15px;
        min-height: auto;
    }

    /*运输任务高效性*/
    .ysrwgxx-bd-item .item-indro{
        padding: 0 15px;
    }
    .ysrwgxx-bd-item .item-icon{
        width: 15%;
    }

    /*在线派车登录页面*/
    .login-right-part{
        display: block;
        width: 90%;
    }
    .right-img-item.pc{
        width: 60%;
    }
    .right-img-item.phone{
        width: 38%;
    }
    .right-img-item.phone .img-outer img{
        width: 80%;
        margin:0 auto;
    }

    /*调度日报登录页面*/
    .login-ddrb-right-part{
        display: block;
        width: 96%;
    }
    .login-ddrb-right-top{
        padding-top: 0%;
    }
    .login-ddrb-right-btm{
        padding-bottom: 0%;
    }
    .login-ddrb-right-top .login-ddrb-item{
        width: 100%;
        padding:0 3% 2%;
        position: relative;
        float: none;
    }
    .login-ddrb-right-top .login-ddrb-item.max-height:before,
    .login-ddrb-right-top .login-ddrb-item.max-height:after{
        display: none;
    }
    .login-ddrb-right-btm .login-ddrb-item{
        width: 50%;
        padding:3% 8% 0;
        height: 100%;
        position: relative;
    }
    .login-ddrb-item .l-d-item-title{
        margin-bottom: 0;
        font-size: 24px;
        line-height: 48px;
    }
    .login-ddrb-item .l-d-item-indro{
        font-size: 14px;
        line-height: 24px;
    }


    /*E35派车*/
    .ylpc-bd-part01-item{
        padding:0 15px;
    }
    .ylpc-bd-part01-item .ylpc-bd-part01-item-icon{
        width: 24%;
        margin-bottom: 12px;
    }
    .ylpc-bd-part .ylpc-bd-part-img{
        width: 100%;
    }
    .ylpc-bd-part02 .ylpc-bd-part-img{
        width: 90%;
        margin:0 0;
    }
    .ylpc-bd-part-txt{
        text-align: left;
        padding-bottom: 0px;
    }
    .ylpc-bd-part02 .ylpc-bd-part-txt{
        float: right;
        padding:0 32px;
    }

}

/* 中型设备（台式电脑，992px 起） */
@media (min-width: 992px) {
    .hd-ylfw-part{
        width: 256px;
    }
    .navbar-nav>li>a {
        padding: 18px 20px;
    }
    .navbar-default .navbar-nav>li>a{
        margin:0 0px;
    }
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand{
        margin-left: 0;
        margin-right: 0;
    }
    .hd-ylfw-list{
        display: block;
    }
    .hd-ylfw-part {
        width: 226px;
    }
    .hd-ylfw-part .ylfw-title{
        margin-right: 40px;
        font-size: 22px;
    }
    /*登录页面*/
    .login-bd-left{
        width: 42%;
    }
    .login-bd-left-logo{
        /*padding-top: 10%;
        padding-bottom: 10%;*/
        padding-top: 22%;
        padding-bottom: 20%;
    }
    .login-bd-left-logo .login-logo{
        margin-bottom: 20px;
        height: 32px;
    }
    .login-bd-left-mid .form-group{
        width: 72%;
    }
    .login-bd-right{
        width: 58%;
    }

    /*首页-物流协同*/
    .bd-part-order{
        margin-bottom: 10px;
    }
    .bd-part-total-outer{
        padding-left: 30px;
    }
    .bd-part01-btm-bd li{
        width: 82px;
        height: 82px;
        line-height: 82px;
        margin-right: 34px;
    }
    .bd-part01-btm-bd li:after{
        width: 36px;
        right:-34px;
    }
    .bd-part01-btm-bd li span{
        line-height: 26px;
        letter-spacing: 4.85px;
    }
    .zhwl-tab-pane-item .zhwl-item-indro{
        padding:0 25px;
    }

    /*首页-集装箱物流*/
    .index-bd-part03 .bd-part-title{
        padding-bottom: 90px;
    }
    .jzxwl-bd-item{
        padding: 0 30px;
    }
    .jzxwl-bd-item .item-icon{
        width: 50%;
    }

    /*首页-合作伙伴*/
    .index-bd-part05 .hzhb-logo{
        width: 19%;
        margin:0 0.5% 14px;
    }

    /*GPS+载重+任务”的在途监控-主体*/
    .GPSzzrw-bd{
        padding:0 0;
    }
    .GPSzzrw-bd-item{
        width: 20%;
    }
    .GPSzzrw-bd-item-indro .GPSzzrw-bd-item-txt{
        width: 60%;
    }

    /*数据可视化*/
    .sjksh-bd-item .item-icon{
        width: 16%
    }

    /*运输任务高效性*/
    .ysrwgxx-bd-item{
        min-height: 200px;
    }
    .ysrwgxx-bd-item .item-indro{
        padding: 0 15px;
    }
    .ysrwgxx-bd-item .item-icon{
        width: 11.2%;
    }


    /*在线派车登录页面*/
    .login-right-part{
        display: block;
        width: 90%;
    }
    .right-img-item.pc{
        width: 68%;
    }
    .right-img-item.phone{
        width: 31%;
    }
    .right-img-item.phone .img-outer img{
        width: 100%;
        margin:0 auto;
    }

    /*调度日报登录页面*/
    .login-ddrb-right-part{
        display: block;
        width: 96%;
    }
    .login-ddrb-right-top{
        padding-top: 2%;
    }
    .login-ddrb-right-btm{
        padding-bottom: 2%;
    }
    .login-ddrb-right-top .login-ddrb-item{
        width: 33.33%;
        padding:8% 3% 4%;
        position: relative;
        float: left;
    }
    .login-ddrb-right-top .login-ddrb-item.max-height:before,
    .login-ddrb-right-top .login-ddrb-item.max-height:after{
        display: block;
    }
    .login-ddrb-right-btm .login-ddrb-item{
        width: 50%;
        padding:3% 8%;
        height: 100%;
        position: relative;
    }


}

/* 大型设备（大台式电脑，1200px 起） */
@media (min-width: 1200px) {
    .navbar-nav>li>a {
        padding: 18px 22px;
    }
    .navbar-default .navbar-nav>li>a{
        margin:0 10px;
    }
    .bd-part01-btm-bd li{
        width: 88px;
        height: 88px;
        line-height: 88px;
        margin-right: 56px;
    }
    .bd-part01-btm-bd li:after{
        width: 58px;
        right: -58px;
    }
    /*登录页面*/
    .login-bd-left{
        width: 29.2%;
    }
    .login-bd-left-logo{
        /*padding-top: 19%;
        padding-bottom: 18%;*/
        padding-top: 24%;
        padding-bottom: 20%;
    }
    .login-bd-left-logo .login-logo{
        margin-bottom: 30px;
    }
    .login-bd-left-mid .form-group{
        width: 70%;
    }
    .login-bd-right{
        width: 70.8%;
    }

    /*智能管车*/
    /*GPS+载重+任务”的在途监控-主体*/
    .GPSzzrw-bd{
        padding:0 0;
    }
    .GPSzzrw-bd-item{
        width: 20%;
    }
    .GPSzzrw-bd-item-indro .GPSzzrw-bd-item-txt{
        width: 70%;
    }
    /*数据可视化*/
    .sjksh-bd-item{
        padding:0 30px;
    }
    /*数据可视化*/
    .sjksh-bd-item .item-icon{
        width: 20%
    }
    /*运输任务高效性*/
    .ysrwgxx-bd-item{
        min-height: 210px;
    }
    .ysrwgxx-bd-item .item-icon{
        width: 11.2%;
    }

    /*在线派车登录页面*/
    .login-right-part{
        display: block;
        width: 70%;
    }
    .right-img-item.pc{
        width: 69%;
    }
    .right-img-item.phone{
        width: 29%;
    }
    .right-img-item.phone .img-outer img{
        width: 100%;
        margin:0 auto;
    }

    /*调度日报登录页面*/
    .login-ddrb-right-part{
        display: block;
        width: 92%;
    }
    .login-ddrb-right-top{
        padding-top: 8%;
    }
    .login-ddrb-right-btm{
        padding-bottom: 8%;
    }
    .login-ddrb-right-top .login-ddrb-item{
        width: 33.33%;
        padding:8% 4.5% 2%;
        height: 100%;
    }
    .login-ddrb-right-btm .login-ddrb-item{
        width: 50%;
        padding:6.4% 12% 2%;
        height: 100%;
        position: relative;
    }
    .login-ddrb-item .l-d-item-title{
        font-size: 30px;
        color: #ffffff;
        letter-spacing: 3px;
        line-height: 60px;
        margin-bottom: 18px;
    }
    .login-ddrb-item .l-d-item-indro{
        font-size: 1em;
        color: #FFFFFF;
        letter-spacing: 2.67px;
        line-height: 30px;
    }

}


.yeel-hd-nav{
	display: block;
}
.yeel-hd-nav-wap{
	display: none;
}


.bd-part01-btm-pc{
    display: block;
}
.bd-part01-btm-wap{
    display: none;
}
/*行业地图*/
#ydz iframe{
	display: block;
	border: none;
}



/*集装箱*/
.tab-bar-mar,.kucun-right,.fangan-main,.suyuan-pc{
    display: block;
}
.tab-bar-wap-mar,.kucun-right-wap,.fangan-main-wap,.suyuan-wap{
    display: none;
}


/*E35派车*/
.ylpc-bd-part .bd-part-title{
	display: none;
}
.ylpc-bd-part-title,.ylpc-bd-part-btn .btn{
	display: block;
}

/*仓储管理*/
.section-link-img-pc,.common-title-container{
	display: block;
}
.section-link-main .section-link-img-wap,.section-link .bd-part-title,
.section-manage .bd-part-title,
.section-solution .bd-part-title{
	display: none;
}



/*智能管车*/
.zngc-bd-part04New canvas{
	display: block !important;
}
.GPSzzrw-bd{
	display: block;
}
.GPSzzrw-bd-wap{
	display: none;
}


/*关于我们*/
.section-about .bd-part-title,.section-civilization .bd-part-title,.section-team .bd-part-title{
	display: none;
}
.section-civilization-main{
	display: block;
}
.section-civilization-wap-main{
	display: none;
}


/*加入我们*/
.join-banner{
	width: 100%;
	height: 380px;
	background: url("../images/join-us-banner2.png") no-repeat center;
	background-size: cover;
	position: relative;
}
.qr-code {
	width: 20%;
	float: left;
}














.ope-area{
	background-color: #ea5311;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}
.ope-area .ope-area-item{
	width: 33.33%;
	float: left;
	position: relative;
	padding: 32px 0;
    cursor: pointer;
}
.ope-area .ope-area-item:after{
	content: '';
	display: block;
	width: 1px;
	height: 18px;
	background-color: #ffffff;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
}
.ope-area .ope-area-item:last-child::after{
	display: none;
}


.ope-area .ope-area-item .item-icon{
	margin-right: 12px;
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
}
.ope-area .ope-area-item .item-icon img{
	display: block;
	width: 100%;
}
.ope-area .ope-area-item .item-title{
	vertical-align: middle;
}




.bd-newPrice-part table{
	width: 100%;
}
.bd-newPrice-part .bd-part-order table > thead > tr > th,.bd-newPrice-part .bd-part-order table > tbody > tr > td{
	width: 16.66%;
}
.bd-newPrice-part table .price-color{
	color: #ff0000;
}




/*集装箱物流*/
.bd-container-part{
	background: url("../images/container-bg.jpg") no-repeat center;
	background-size: cover;
	height: auto;
	padding-bottom: 50px;
}
.bd-container-part .container-common-title{
	padding: 80px 0 60px;
	font-size: 36px;
	color: #4e4f54;
}
.bd-container-part .xitong-main{
	width: auto;
}
.bd-container-part .xitong-in{
	width: 100%;
}
.bd-container-part .xitong-main dl {
	margin-right: 0;
	padding: 0 30px;
}
.bd-container-part .xitong-main dt{
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	width: 100%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.bd-container-part .xitong-main dt img{
	width: 100%;
	display: block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.bd-container-part .xitong-main dl:hover dt{
	box-shadow: 0 6px 10px 4px rgba(121,121,121,.4);
}

.bd-container-part .xitong-main dl:hover dt img{
	transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
}
.bd-container-part .xitong-main dd{
	color: #666666;
	padding: 0 18px;
}
.bd-container-part .xitong-main dd.title{
	font-size: 22px;
	padding-top: 42px;
}
.bd-container-part .xitong-main dd.indro{
	font-size: 18px;
	padding-top: 26px;
	line-height: 1.3;
}



/*关于我们----E-35-让大宗商品运输更容易*/
.section-e35-easier{
	background: url(../images/e35-easier-bg.png) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	min-height: 300px;
	margin: 80px 0 0;
	padding: 132px 0 70px;
}
.section-e35-easier .easier-list{
	text-align: center;
	margin-bottom: 60px;
}
.section-e35-easier .easier-list .e-item{
	width: 19.4%;
	display: inline-block;
	margin-bottom: 0;
}
.section-e35-easier .easier-list .item-inner{
	width: 152px;
	height: 152px;
	padding:34px 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(255,255,255,.8);
	font-size: 14px;
	color: #ea5311;
	text-align: center;
	margin: 0 auto;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.section-e35-easier .easier-list .item-inner:hover{
	background-color: #ea5311;
	color: #ffffff;
	-webkit-box-shadow: 0px 4px 8px 2px rgba(173,71,26,.38);
	-moz-box-shadow: 0px 4px 8px 2px rgba(173,71,26,.38);
	box-shadow: 0px 4px 8px 2px rgba(173,71,26,.38);
}
.section-e35-easier .e-item .e-item-icon{
	width: 54px;
	height: 54px;
	display: block;
	margin: 0 auto 14px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.section-e35-easier .e-item .e-item-icon img{
	display: block;
	width: 100%;
}
.section-e35-easier .easier-title{
	color: #f2520b;
	font-size:30px;
	text-align: center;
}




/*我要发货*/
.send-goods-bd{
    background-color: #f2f2f2;
}
.send-goods-main{
    padding-bottom: 40px;
}
.send-goods-main .main-title{
    background-color: #e9e9e9;
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding: 20px 0;
}
.send-goods-main .main-tab{
    width: 88%;
    margin: 0 auto;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 2px 2px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0px 2px 2px 2px rgba(0,0,0,.05);
    box-shadow: 0px 2px 2px 2px rgba(0,0,0,.05);
}
.send-goods-main .main-tab .ul1{
    -webkit-box-shadow: 0px 4px 6px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 4px 6px 2px rgba(0,0,0,.1);
    box-shadow: 0px 4px 6px 2px rgba(0,0,0,.1);
}
.send-goods-main .main-tab .ul1 li{
    float: left;
    width: 50%;
    font-size: 18px;
    text-align: center;
    padding: 14px 0;
}
.send-goods-main .main-tab .ul1 .active{
    background-color: #ea5311;
    color: #ffffff;
}
.send-goods-main .main-tab .main-tab-content{
    padding:50px 0 50px 6%;
}
.send-goods-main .main-tab .tab-content-item{
    display: none;
}
.send-goods-main .main-tab .tab-content-item.selected{
    display: block;
}
.send-goods-main .main-tab .tab-content-item .form-item{
    margin-bottom: 24px;
    height: 74px;
    position: relative;
}
.send-goods-main .main-tab .tab-content-item .form-itemSec{
    height: auto;
    position: relative;
}
.send-goods-main .main-tab .tab-content-item .form-itemBtn{
    text-align: center;
}


.send-goods-main .main-tab .tab-content-item .label-title{
    font-size: 15px;
    color: #333333;
    display: block;
    margin-bottom: 10px;
    font-weight: normal;
}
.send-goods-main .main-tab .tab-content-item .form-itemSec .label-title{
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}


.send-goods-main .main-tab .tab-content-item input[type='text']{
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
    border:1px solid #e4e4e4;
    outline: none;
    padding: 10px 14px;
    display: block;
    width: 80%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.send-goods-main .main-tab .tab-content-item input[type='text'].unit-broth{
    padding-right: 36px;
}
.send-goods-main .main-tab .tab-content-item input[type='text']:focus{
    border-color: #ea5311;
    background-color: #ffffff;
}

.send-goods-main .main-tab .tab-content-item .unit{
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
    position: absolute;
    right: 22%;
    bottom:1px;
    padding: 10px 14px;
}
.send-goods-main .main-tab .main-tab-content .btn-submit{
    width: 220px;
    height: 44px;
    line-height: 44px;
    background-color: #ea5311;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    font-size: 16px;
    color: #ffffff;
    border: none;
	display: block;
	margin-left: 35%;
}
.send-goods-main .main-tab .main-tab-content .btn-submit:focus{
    outline: none;
}

.form-itemSec .your-own{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 36px;
}
.form-itemSec .your-own .radio{
    position: relative;
    display: inline-block;
    font-weight: 400;
    color: #0c4757;
    cursor: pointer;
    width: 98px;
    height: 36px;
    margin: 0 10px 0 0;
}
.form-itemSec .your-own .radio input{
    position: absolute;
    left: -9999px;
}
.form-itemSec .your-own .radio i{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 98px;
    height: 36px;
    line-height: 36px;
    outline: 0;
    background: #e4e4e4;
    color: #666666;
    border-radius: 4px;
    transition: border-color .3s;
    -webkit-transition: border-color .3s;
    text-align: center;
    font-style: normal;
    font-size: 14px;
}
.form-itemSec .your-own .radio input:checked+i{
    background-color: #ea5311;
    color: #ffffff;
}








.send-goods-main ::-webkit-input-placeholder{
    color: #b2b2b2;
}
.send-goods-main :-moz-placeholder{
    color: #b2b2b2;
}
.send-goods-main ::-moz-placeholder{
    color: #b2b2b2;
}
.send-goods-main :-ms-input-placeholder{
    color: #b2b2b2;
}




