@import url('jquery.fancybox.css');


/*** 

====================================================================
	Reset
====================================================================

 ***/
 * {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}
table{
	width:100%;
}
/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	color:#555555;
	line-height:1.7em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#fa6f1c;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
}

p{
	position:relative;
	line-height:1.8em;	
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.medium-container{
	max-width:850px;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.template-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

.btn-style-one{
	position:relative;
	padding:9px 40px;
	line-height:24px;
	text-transform:uppercase;
	background:#ffffff;
	color:#008ffe !important;
	border:2px solid #ffffff;
	font-size:14px;
	font-weight:700;
	border-radius:10px;
}

.btn-style-one:hover{
	background:none;
	color:#ffffff !important;
	border-color:#ffffff;
}

.btn-style-two{
	position:relative;
	padding:13px 60px;
	line-height:24px;
	text-transform:uppercase;
	background:#008ffe;
	color:#ffffff !important;
	border:2px solid #008ffe;
	font-size:14px;
	font-weight:700;
	border-radius:10px;
}

.btn-style-two:hover{
	background:none;
	color:#ffffff !important;
	border-color:#ffffff;
}

.template-btn .icon-left{
	padding-right:10px;
}

.template-btn .icon-right{
	padding-left:10px;
}

.template_color{
	color:#0182e7;	
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.GIF);}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}
.loading-pic{
	display: block;
	margin: 60px auto;
}

/*** 


/*** 

====================================================================
	Main Header style
====================================================================

***/
.main-header{
	position:fixed;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	background:#ffffff;
}

.main-header .auto-container{
	position:relative;	
}

.main-header .main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	background:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header.fixed-header .main-box{
	position:fixed;
	border-bottom:1px solid #e0e0e0;
	padding:0px 0px;
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

.main-header .main-box .outer-container{
	position:relative;
}

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	left:0px;
	z-index:10;	
}

.fixed-header .main-box .logo-box{
	padding:5px 0px;	
}

.main-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-header .nav-toggler{
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-18px;
	display:none;
}

.main-header .nav-toggler button{
	position:relative;
	display:block;
	height:36px;
	width:42px;
	background:#008ffe;
	color:#ffffff;
	text-align:center;
	font-size:16px;
	line-height:34px;
	border:1px solid #008ffe;
	border-radius:3px;
	font-weight:normal;
}

.main-header .nav-outer{
	position:relative;
	float:right;
}

.main-menu{
	position:relative;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	display:inline-block;
	padding:5px 0px;
	margin-left:40px;
}

.fixed-header .main-menu .navigation > li{
	padding:10px 0px;	
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding:20px 0px;
	color:#242424;
	text-align:center;
	line-height:30px;
	text-transform:uppercase;
	letter-spacing:0px;
	font-weight:700;
	opacity:1;
	font-size:13px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	color:#008ffe;
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:120%;
	width:220px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border-top:3px solid #222222;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 15px;
	line-height:24px;
	font-weight:400;
	font-size:13px;
	text-transform:capitalize;
	color:#272727;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#ffffff;
	background:#fa6f1c;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:20px;
	width:220px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border-top:3px solid #222222;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 15px;
	line-height:24px;
	font-weight:400;
	font-size:13px;
	text-transform:capitalize;
	color:#272727;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#ffffff;
	background:#fa6f1c;	
}

/***

/*** 
main
 ***/
.main{
	padding-top: 79px;
}

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider{
	position:relative;
	z-index:10;
	padding-top: 80px;
}

.tp-dottedoverlay {
    background-color: rgba(0,143,254,0.65) !important;
    z-index: 2;
}

.main-slider .tp-caption{
	z-index:5 ;
}

.main-slider .text{
	font-weight:400;
	line-height:1.8em;
	color:#ffffff;
	font-size:24px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}

.main-slider h2{
	font-size:72px;
	color:#ffffff;
	font-weight:700;
	text-transform:uppercase;
	line-height:1.3em;
	letter-spacing:2px;
	font-family: 'robotoblack';
}

.main-slider .btn-style-one,
.main-slider .btn-style-two{
	border-width:2px !important;
}

.main-slider .tp-bullets.preview3 .bullet{
	background:none !important;
	width:10px !important;
	height:10px !important;
	border:2px solid #ffffff!important;
	border-radius:50%!important;
	margin:0px 7px;
}

.main-slider .tp-bullets.preview3 .bullet:hover,
.main-slider .tp-bullets.preview3 .bullet.selected{
	background:#ffffff !important;
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3{
	background:none !important;
	width:54px !important;
	overflow:hidden;
	margin-top:0px !important;
	height:54px !important;
}

.main-slider .tparrows.preview3::after{
	top:0px;
	background:rgba(0,0,0,0);
	color:#ffffff;
	font-size:22px;
	height:54px !important;
	line-height:52px;
	width:50px !important;
	border:2px solid #ffffff;
	padding:0px;
	border-radius:2px;
}

.main-slider .tparrows.tp-leftarrow.preview3::after{
	content: '\f104';
	font-family:'FontAwesome';
}

.main-slider .tparrows.tp-rightarrow.preview3::after{
	content: '\f105';
	font-family:'FontAwesome';
}

.main-slider .tparrows.preview3.tp-leftarrow{
	left:30px !important;
}

.main-slider .tparrows.preview3.tp-rightarrow{
	right:30px !important;
}

.main-slider .tparrows.preview3:hover::after{
	background:#008ffe;
	border-color:#008ffe;
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper{
	visibility:hidden;
	opacity:0;
	display:none;	
}

.main-slider .tp-bannertimer{
	display:none !important;	
}

/*** 

/*** 
banner
 ***/
 .banner {
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
}

.banner > ul {
    display: none;
    /*width: 999999999px;*/
    height: 450px;
    position: absolute;
    top:0;
    left: 0;
}

.banner > ul > li  {
    float: left;
    height: 450px;
}

.banner > ul > li > a {
    display: block;
    font-size: 200px;
    text-align: center;
    line-height: 450px;
    font-weight: bold;
}

.left-btn,.right-btn {
    width: 41px;
    height: 41px;
    position: absolute;
    top: 45%;
    right: 30px;
    background: url("../images/right-1.png");
	cursor: pointer;
	background-size: cover;
}

.left-btn {
    left: 30px;
	background: url("../images/left-1.png");
	background-size: cover;
}

.img-btn-list {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
}

.img-btn-list > span  {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 12px;
    margin: 0 5px;
    background: rgba(0,0,0,0.8);
    cursor: pointer;
}

.img-btn-list > span.current {
    border: 3px solid rgba(0,0,0,0.8);
    background: rgba(255,255,255,0.8);
}

.view-btn{
	padding:2px 6px;
	background: #fff;
	font-size: 12px;
	color:#fa6f1c;
	border-radius: 5px;
	border:1px solid #fa6f1c;
}
.view-btn:hover{
	background: #fa6f1c;
	color: #fff;
}
/****



/* login */
.login{
	float: right;
	margin-left: 40px;
	margin-top: 20px;
}
.login >div .btn{
	display:inline-block;
	width: 108px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}
.crown{
	text-indent: -9999px;
	width: 18px;
	height: 14px;
	display: inline-block;
	background-image: url(../images/crown.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0px -18px;
	vertical-align: middle;
	cursor: pointer;
}
.crown.light{
	background-position: 0px 0px;
	cursor: auto;
}
/* login */

/*
货源 
 */
 .goods{
	 padding: 10px;
	 background: #eef3f7;
 }
 .goods .title{
	 text-align: center;
	 margin-bottom: 20px;
 }
 #orderlist{
	 width:1200px;
	 margin: 0 auto;
 }
 .content .info ul li {
    float: left;
    width: 280px;
    margin: 0px 10px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 8px 8px 8px 8px;
    -ms-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    -o-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    background: #fff;
}

.content .info ul li:hover {
    box-shadow: 0px 0px 15px 3px #e3e3e3;
    -ms-box-shadow: 0px 0px 15px 3px #e3e3e3;
    -moz-box-shadow: 0px 0px 15px 3px #e3e3e3;
    -webkit-box-shadow: 0px 0px 15px 3px #e3e3e3;
    -o-box-shadow: 0px 0px 15px 3px #e3e3e3;
}

.content .info ul li .info-c {
    border: 1px solid #e3e3e3;
    border-bottom: none;
    padding: 20px 16px;
    border-radius: 8px 8px 0px 0px;
    -ms-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -o-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
}

.content .info ul li .info-c, .center-right .info ul li .info-c {
    padding: 23px 30px;
}

.content .info ul li h2 {
    color: #000;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 12px;
    height: 40px;
    overflow: hidden;
}

.content .info ul li h2, .center-right .info ul li h2 {
    font-size: 14px;
    margin-bottom: 16px;
}

.content .info ul li h2 b {
    font-weight: 500;
    padding-left: 10px;
}

.content .info ul li p {
    margin-bottom: 15px;
}

.content .info ul li p label {
    background: #448AFF;
    color: #fff;
    padding: 0px 2px;
    margin-right: 10px;
    float: left;
}
.content .info ul li .need span {
    width: 162px;
    white-space: nowrap;
    display: inline-block;
}

.content .info ul li .need span b {
    font-weight: 500;
    padding: 0px 1px;
    display: inline-block;
}

.content .info ul li .km {
    margin-bottom: 10px;
}

.content .info ul li .km span {
    color: #63b8b7;
    border: 1px solid #63b8b7;
    display: inline-block;
    padding: 0px 2px;
}

.content .info ul li .zh-time h3 {
    background: url(../images/img_style.png) no-repeat -3px -98px;
    padding-left: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 12px;
}

.content .info ul li .price {
    margin-top: 10px;
}

.content .info ul li .price span.name {
    display: inline-block;
    background: #ff8101;
    color: #fff;
    padding: 0px 2px;
}

.content .info ul li .price span.name b {
    font-weight: 500;
    color: #ff8101;
    background: #fff;
}

.content .info ul li .price span.money {
    padding-left: 5px;
    font-size: 24px;
    color: #ff8101;
    width: 135px;
    text-align: right;
    display: inline-block;
}

.content .info ul li .batn {
    width: 100%;
}

.content .info ul li .batn a {
    background: #72d1d0;
    color: #fff;
    font-size: 14px;
    float: left;
    width: 50%;
    *width: 49.999999999999%;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.content .info ul li .batn a.xq {
    border-radius: 0px 0px  8px 8px;
    -ms-border-radius: 0px 0px  8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
    -o-border-radius: 0px 0px  8px 8px;
}

.content .info ul li .batn a {
    background: #448AFF;
    color: #fff;
    font-size: 14px;
    float: left;
    width: 100%;
    *width: 49.999999999999%;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.content .info ul li .batn a.qd {
    border-radius: 0px 0px 8px 0px;
    -ms-border-radius: 0px 0px 8px 0px;
    -webkit-border-radius: 0px 0px 8px 0px;
    -moz-border-radius: 0px 0px 8px 0px;
    -o-border-radius: 0px 0px 8px 0px;
    background: url(../images/img_style.png) no-repeat 0px -145px #72d1d0;
}

/*
货源 
 */

 /*  车源信息 */
 .inner-wrapper{
	 width:1200px;
	 margin: 0 auto;
	 padding: 20px;
	 text-align: center;
 }
 .vechicle .title{
	text-align: center;
	margin-bottom: 20px;
 }
 #myTable{
	 width:100%;
	 border: 1px solid #ddd;
	 border-left: none;
	border-right: none;
 }
#myTable td{
	padding:12px 10px;
	text-align: left;
	border-top: 1px solid#eef3f7;
	border-bottom: 1px solid #eef3f7;
}
#myTable tr:hover{
	background: #eef3f7;
}
#myTable tr:nth-child(2n){
	background: #eef3f7;
}
#myTable th{
	font-size: 15px;
	padding:20px 10px;
	font-weight: normal;
	text-align: left;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #f3f8f9;
}
#myTable td.e_h1{
	font-size: 14px;
	color: #fa6f1c;
}
 /* 车源信息 */

 /* 合作伙伴 */
 .friend-link{
	 background: #eef3f7;
	 padding: 20px;
 }
 .friend-link h3{
	 text-align: center;
	 margin-top:10px;
	 margin-bottom: 10px;
 }
 .Box {position: relative;}
 .Box .content {width: 1200px;margin: 0 auto;}
 .Box h2 {text-align: center;margin-bottom: 35px;padding-top: 250px;}
 .Box .Box_con {position: relative;}
 .Box .Box_con .btnl {position: absolute;}
 .Box .Box_con .btn {display: block;width: 41px;height: 41px;position: absolute;top: 80px;cursor: pointer;}
 .Box .Box_con .btnl {background: url(images/jtl02.png) no-repeat center;left: -72px;}
 .Box .Box_con .btnr {background: url(images/jtr02.png) no-repeat center;right: -72px;}
 .Box .Box_con .btnl:hover {background: url(images/jtl03.png) no-repeat center;}
 .Box .Box_con .btnr:hover {background: url(images/jtr03.png) no-repeat center;}
 .Box .Box_con .conbox {position: relative;overflow: hidden;}
 .Box .Box_con .conbox ul {position: relative;list-style: none;}
 .Box .Box_con .conbox ul li {float: left;width: 285px;height: 160px;margin-left: 20px;overflow: hidden;}
 .Box .Box_con .conbox ul li:first-child {margin-left: 0;}
 .Box .Box_con .conbox ul li img {display: block;width: 285px;height: 160px;transition: all 0.5s;}
 .Box .Box_con .conbox ul li:hover img {transform: scale(1.1);}
 
 .Box .BoxSwitch {margin-top: 30px;text-align: center;}
 .Box .BoxSwitch span {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;width: 30px;height: 3px;background: #ccc;margin: 0 5px;cursor: pointer;}
 .Box .BoxSwitch span.cur {background: red;}
/* 合作伙伴 */

/* 品名大全 */
.chemicals{
	background: #33466b;
	color:#fff;
}
.chemicals h3{
	margin:10px 0;
}
.all-chem-btn{
	padding:3px 20px;
	border-radius: 5px;
	background: #e4551d;
	margin-top: 20px;
}
.chem-item{
	padding:10px;
	color:#333;
	background: #f9f9f9;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.chem-item:nth-child(4n){
	border-right: none;
}
.chem-icon{
	display: inline-block;
	width:28px;
	height:28px;
	background: url(../images/chem.png) no-repeat;
	background-size: cover;
}
.more-btn{
	display: inline-block;
    padding: 1px 10px;
    font-size: 1em;
    cursor: pointer;
    border: none;
    background: #637f83;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    outline: none;
    margin-top: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -o-transition: all 0.3s;
}

.more-btn:hover {
    background: #e4551d;
    color: #fff;
    text-decoration: none;
}
/* 品名大全 */

 /* footer */
#footer{
	height: 230px;
	font-size: 14px;
	width: 100%;
	background: #42484d;
	color: #fff;
	padding-top:30px;
}
#footer .inner-wrapper{
	width:1200px;
	margin:0 auto;
}

 /* footer */

 /* 货源列表 */
.inner-list{
	width:1300px;
	margin:0 auto;
}
.inner-list h3{
	position: relative;
	font-size: 16px;
}
.inner-banner{
	height: 320px;
	margin-top: 79px;
	margin-bottom: 20px;
	background-size: 100% auto;
	background-repeat:  no-repeat;
	position: relative;
}
.banner-title{
	padding:20px;
	background: rgb(46, 118, 232,.5);
	position: absolute;
	top:112px;
	right: 200px;
	color:#fff;
}
.banner-title >div.cn{
	font-size: 32px;
	letter-spacing:4px;
	margin-bottom: 10px;
}
.banner-title >div.en{
	letter-spacing:5px;
}
.vec-banner{
	background-image: url(../images/inner-b1.jpg) ;
}
.about-banner{
	background-image: url(../images/about.jpg);
}
.news-banner{
	background-image: url(../images/ib3.jpg);
}
.entp-banner{
	background-image: url(../images/ib1.jpg);
}
.goods-banner{
	background-image: url(../images/ib4.jpg);
}
.tool-banner{
	background-image: url(../images/ib5.jpg);
}

.side-bar{
	background: #ebebeb;
	padding: 10px;
}

.side-bar .hot li{
	font-size:13px;
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
}
.side-bar .hot li:last-child{
	border-bottom: none;
}
.side-bar .hot li p{
	margin-bottom: 0px;
}

.side-bar .hot li p span{
	padding:4px 6px;
}

.side-bar .hot h3{
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.main-bar{
	margin-bottom: 40px;
}

.main-bar .top-bar{
	margin-bottom: 10px;
}

.main-bar .top-bar h3:before{
	content: "";
	width:70px;
	height: 3px;
	position: absolute;
	bottom: -3px;
	background: #448AFF;
}

.main-bar .search-bar{
	/* border:1px solid #ccc; */
	margin-bottom: 20px;
}
.main-bar .info-list{
	border:1px solid #ccc;
}

/* 搜索框 */
.searchCons {
    margin-top: 15px;
    border: 1px solid #E6E6E6;
    padding: 0 20px 10px 20px;
    position: relative;
    overflow: hidden;
    height: 189px;
    -webkit-transition: height .2s linear;
    -moz-transition: height .2s linear;
    -ms-transition: height .2s linear;
    -o-transition: height .2s linear;
    transition: height .2s linear;
}
.searchCons dl dt {
    width: 80px;
    display: inline-block;
    float: left;
    padding-top: 6px;
}
.searchCons.open {
    height: auto;
}
.searchCons dl {
    display: inline-block;
	margin-top: 25px;
	margin-bottom: 0px;
}
.searchCons dl dt {
    width: 80px;
    display: inline-block;
    float: left;
    padding-top: 6px;
}
.searchCons dl dd {
    width: 754px;
    display: inline-block;
    float: left;
}
.con-item {
    position: relative;
    border: 1px solid #ddd;
    line-height: 18px;
    padding: 5px 10px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    color: #333;
    margin-bottom: 15px;
    margin-right: 10px;
    letter-spacing: 0px;
}
.con-item-selected {
    border: 2px solid #448AFF;
    padding: 4px 10px;
}
.searchCons dl dd > * {
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-right: 5px;
}
.con-item-selected i {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 18px;
    overflow: hidden;
    background: url(../images/selected.png) no-repeat;
}
.searchCons dl dd > button {
    width: 58px;
    padding: 5px 0;
    background-color: #448AFF;
}
.button {
    display: inline-block;
    padding: 11px 0;
    width: 98px;
    text-align: center;
    font-size: 14px;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
}
.pie {
    width: 260px;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
    position: relative;
    margin-left: 5px;
    float: left;
}

.con-item-input {
    width: 55px;
    position: relative;
    border: 1px solid #ddd;
    line-height: 18px;
    padding: 5px;
    cursor: pointer;
    background-color: #fff;
    color: #333;
    margin-bottom: 15px;
    margin-right: 10px;
}
.searchCons dl dd > * {
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-right: 5px;
}
.searchCons dl dd > span {
    margin-top: 5px;
}
.searchCons dl dd > button.search-btn{
	width:118px;
}
.search-inp{
	width:550px;
}
.searchMore {
	position: relative;
	font-size: 12px;
    z-index: 1;
}

.searchMore div.open {
    background-position: left bottom;
}
.searchMore div {
    width: 103px;
    height: 22px;
    color: #FF6600;
    text-align: center;
    cursor: pointer;
    background: url(../images/searchMore.jpg) no-repeat left top;
    margin: -1px auto 0;
}
.searchMore div.open {
    background-position: left bottom;
}
.orderByCons {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-top: -7px;
}
.orderByCons li {
    float: left;
}
.orderByCons .con-item-selected {
    border: 2px solid #448AFF;
    padding: 4px 10px;
    color: #fff;
    background-color: #448AFF;
}
.thead,.tbody{
	color: #000;
}
.thead ul.tr, .tbody ul.tr {
    clear: both;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.thead .tr {
    font-size: 13px;
    height: 54px;
    padding: 22px 0 7px 0;
    background-color: #F7F7F7;
    cursor: auto;
}
.thead ul.tr li {
    float: left;
    display: block;
    height: auto;
    text-align: center;
}
li.pic {
    width: 8%;
}
li.fromto {
    width: 38%;
}
li.type {
    width: 6%;
}
.arrivalTime {
    width: 11%;
}
li.price, li.length {
    width: 11%;
}
li.whenLong {
    width: 8%;
}
li.action {
    width: 6%;
}

.tbody ul.tr li {
    float: left;
    display: block;
    text-align: center;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
	position:relative;
}
.tbody .tr li {
    height: 64px;
}
.tbody .tr li.fromto {
    position: relative;
    word-break: normal;
    white-space: normal;
}
.middle-box {
    display: table;
}
.middle-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.tbody .tr li.fromto .other {
    float: left;
    margin: 0 auto;
    width: 190px;
    height: 64px;
    background: url(../images/fromto.png) no-repeat center center;
    background-size: 100%;
}
.tbody .tr li.fromto .from {
    float: left;
    width: 100px;
    height: 64px;
}
.tbody .tr li.fromto .to {
    float: left;
    width: 100px;
    height: 64px;
}
.tbody .tr li.fromto .other .itemInfo {
    padding-top: 7px;
    color: #FF98B3;
    text-align: center;
}
.tbody .tr li.fromto .other .itemDate {
    padding-top: 15px;
    text-align: center;
}
.tbody .tr li.pic{
	line-height: 64px;
}
.tbody .tr li.type {
    line-height: 64px;
}
.tbody .tr li.releaseTime {
	line-height: 64px;
	white-space: inherit!important;
    overflow: inherit!important;
    text-overflow: inherit!important;
    line-height: 30px!important;
}
li.releaseTime {
    width: 13%;
}
li.whenLong {
    width: 13%;
}
.publicTime {
    white-space: inherit!important;
    overflow: inherit!important;
    text-overflow: inherit!important;
    line-height: 30px!important;
}
.tbody .tr {
    font-size: 12px;
    padding: 10px 0;
    height: 85px;
    border-bottom: 1px solid #E6E6E6;
    cursor: auto;
}
li.action .button {
    position: relative;
    background-color: #448AFF;
    margin-top: 17px;
    width: 83px;
    border-radius: 5px;
    padding: 6px 0;
    font-size: 12px;
}
.date-input{
	width:276px;
}
 /* 货源列表 */

 /* 货源详情 */
.detail{
	margin: 79px auto 120px;
}
.goods-msg .goods-msg-item >span{
	display: inline-block;
	width:49%;
}
.goods-msg .goods-msg-item label {
	color: #a3a3a3;
}
.goods-detali-new{
	background: #f7f8f9;
}
.goods-detali-new>div>div:nth-child(1)>div:nth-child(1) {
    width: 420px;
    height: 100%;
}


.start-to-end>div {
    display: inline-block;
    float: left;
    text-align: center;
    height: 340px;
    /* line-height: 40px; */
    position: relative;
}

.start-to-end>div:nth-child(1), .start-to-end>div:nth-child(3) {
    width: 120px;
}

.start-to-end>div:nth-child(1) {
    /* text-align: left; */
    padding-left: 5%;
}

span.start {
    width: 20px;
    display: inline-block;
    height: 20px;
    background-color: #25c371;
    color: #fff;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    border-radius: 2px;
    margin-right: 7px;
}

span.end {
    width: 20px;
    display: inline-block;
    height: 20px;
    background-color: #ff9621;
    color: #fff;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    border-radius: 2px;
    margin-right: 7px;
}

.start-to-end .content1 .start {
    position: absolute;
    top: 130px;
    left: 75px;
    font-size: 14px;
}

.start-addr, .end-addr {
    display: block;
	margin-top: 160px;
	line-height: 1.42857143;
}

.start-to-end .content1 .start-addr, .start-to-end .content3 .end-addr {
    font-size: 20px;
	font-weight: bold;
	
}
.start-to-end>div:nth-child(2) {
    width: 180px;
    padding-top: 153px;
    line-height: 50px;
}

.start-to-end>div:nth-child(1), .start-to-end>div:nth-child(3) {
    width: 120px;
}

.start-to-end>div:nth-child(3) {
    text-align: left;
}

.start-to-end .content3 .end {
    position: absolute;
    top: 130px;
    left: 20px;
    font-size: 14px;
}

.top-info{
	background: #eef3f7;
	padding: 20px;
}
.top-info .goods-msg{
	width:1200px;
	margin: 0 auto;
	border: 1px solid #ccc;
	background: #fff;
	padding: 20px;
}
.bottom-info .other-msg{
	width: 1200px;
	padding: 20px 0;
	margin: 0 auto;
}
.bottom-info .other-msg >h3{
	position: relative;
	font-size: 16px;
	margin-bottom: 20px;
}
.bottom-info .other-msg >h3:after{
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width:76px;
	height: 3px;
	background: #448AFF;
}
.trac-btn-wrapper{
	margin-top: 10px;
	border-top: 1px solid #e5e5e5;
}
.trac-btn{
	width:200px;
	padding: 10px;
	background: #ff9621;
	color: #fff;
	font-size: 18px;
	outline: none;
	margin-top: 20px;
}
.trac-btn:hover{
	color:#fff;
}
.trac-btn:active{
	outline: none;
}
 /* 货源详情 */

 /* 货品列表 */
.chemlist-wrapper{
	padding: 40px 0 120px;
	/* background: #eef3f7; */
}
#chemList{
	width:1200px;
	margin:0 auto;
	color:#333;
}
.content #chemList ul li{
	border:1px solid #ccc;
}
.chem-info-wrapper{
	padding:20px;
	cursor: pointer;
}
.chem-info-wrapper a{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
 /* 货品列表 */

 /* 货品详情 */
#chemDetail{
	width: 1200px;
	padding-top: 20px;
	min-height: 400px;
	margin: 79px auto 120px;
}
#chemDetail h3{
	border-bottom: 1px solid #ccc;
}

 /* 货品详情 */

 .error{
	 color:red;
	 font-size: 12px;
 }

 /* 我要运输 */
.transport-form,.auth-info-form{
	/* margin-top: 120px; */
	margin-bottom: 120px;
}
.form-wrapper{
	width:1000px;
	margin: 0 auto;
}
.transport-info-form .form-item label,.auth-info-form .form-item label{
	font-weight: normal;
}
.transport-info-form input.error,.auth-info-form input.error{
	border-color:red;
}
.transport-info-form input[type="text"],.auth-info-form input[type="text"]{
	width:320px;
}
.transport-info-form .form-item-inline,.auth-info-form .form-item-inline{
	display: inline-block;
}
.transport-info-form .form-item-inline .form-item-tips,.auth-info-form  .form-item-inline .form-item-tips{
	display: inline;
	font-size: 12px;
	color: red;
}
.transport-info-form .form-item >label{
	width: 100px;
}
.auth-info-form .form-item> label{
	width:155px;
	vertical-align: top;
}
.transport-info-form h4,.goods-detail-info-title,.auth-info-form h4{
	font-size: 16px;
	padding:10px 0 10px 10px;
	position: relative;
}
.transport-info-form h4:before,.goods-detail-info-title:before,.auth-info-form  h4:before{
	content: "";
	position: absolute;
	width:3px;
	height: 15px;
	background: #448AFF;
	left: 0;
	top:15px;
}

.transport-info-form .form-item button,.auth-info-form  .form-item button{
	margin-left: 100px;
	width: 200px;
    padding: 5px;
    background: #ff9621;
    color: #fff;
    font-size: 18px;
    outline: none;
    margin-top: 20px;
}
.auth-info-form  .form-item button{
	margin-left: 159px;
}
.auth-info-form  .upload-wrapper{
	position: relative;
	width: 130px;
	overflow: hidden;
	float: left;
}
.auth-info-form  .upload-wrapper .btn{
	width: 123px;
	background-color: #6cbf71;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 600;
	border-color: #6cbf71;
}
.auth-info-form  .upload-wrapper input[type="file"]{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	cursor: pointer;
}
.auth-info-form  .tips{
	float:right;
	width:410px;
}
.auth-info-form  .tips span{
	font-size: 12px;
	color: #afafaf;
}
.transport-info-form .form-item .required::before,.auth-info-form .form-item .required::before{
	content: "*";
	color:red;
}
.form-wrapper .goods-info{
	margin-bottom: 20px;
}
.form-wrapper .goods-info table{
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
}
.form-wrapper .goods-info table tr>td{
	border:1px solid #ccc;
	padding: 10px;
}
.auth-status{
	padding: 4px 4px;
	border: 1px dashed #ccc;
	border-radius: 5px;
	margin-bottom: 20px;
}
.auth-status.not span{
	color:red;
}

#fuzzy-list{
	position: relative;
}
.fuzzyList{
	position: absolute;
	top:-15px;
	left:0;
	width: 320PX;
	padding: 6px;
	background: #fff;
	z-index: 90;
	border: 1px solid #ccc;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow:0px 0px 5px #e0e0e0;
}
.fuzzyList li{
	cursor: pointer;
	padding:4px 0px;
}

 /* 我要运输 */

 /* loginbox */
#loginbox{
	width: 480px;
	padding: 40px;
	background: #fff;
	border-radius: 10px;
}

#loginbox .title{
	font-size: 16px;
	font-weight: 600;
	position: relative;
	padding: 10px;
}

#loginbox .title:before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 3px;
	left: 0;
	bottom:13px;
	height:16px;
	background: #448AFF;
}
#loginbox .form-item-inp.half{
	padding-right: 160px;
}

#loginbox .form-item-inp.half input {
	float: left;
}

#loginbox .form-item-inp.half img{
	float: left;
	position: relative;
	margin-left: -239px;
	margin-top: 10px;
	right:-100%;
}

#loginbox input{
	border:1px solid #ccc;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 8px;
	width: 100%;
}
#loginbox button{
	border:none;
	background: #448AFF;
	padding:8px 60px;
	color: #fff;
	width: 100%;
	border-radius: 5px;
}
#loginbox button.register{
	background: #9ad89f;
	margin-top: 10px;
}
 /* loginbox*/


 /* 常用工具 */
#fac-warpper ul li,#clwx-wrapper ul li{
	padding:10px 0px;
	border-bottom: 1px dashed #ededed;
}

#fac-warpper ul li a,#clwx-wrapper ul li a{
	color:#333;
}

#zgxx-wrapper table{
	border-collapse:collapse;
	border-spacing:0;
	width: 100%!important;
}

#zgxx-wrapper table td{
	border: 1px solid #c0c0c0;
	padding: 10px;
}

 /*  */

 .entp-contact{
	margin-top:20px;
	padding:10px;
 }
 .entp-contact > div{
	 padding: 20px 0px;
 }
 .contac-title{
	 font-weight: 600;
	 font-size: 16px;
	 margin-bottom: 10px;
	 color: #767676;
 }
 .goods-detail-info li{
	float: left;
	width: 50%;
 }
 .goods-detail-info li >div{
	padding: 6px 0px;
 }

 /* 行业新闻 */
 .news{
	 padding: 60px 20px;
	 width:1200px;
	 margin: 0 auto;
 }
.news h3{
	text-align: center;
	margin-bottom: 20px;
}
.news > div{
	margin-bottom: 20px;
}
.news .summary{
	font-size: 12px;
	color: #676767;
	line-height: 2.1;
}
.news .news-time{
	font-size: 13px;
	color: #929292;
}
.news .news-info-title{
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 15px;
	
}
.news .news-pic,.news .news-info,.news .news-introduce,.news .news-list{
	float: left;
	width:212px;
}
.news .news-info{
	width:300px;
	margin-left: 10px;
	position: relative;
}
.news .news-list:before{
	content: "";
	position: absolute;
	left: -30px;
	width: 1px;
	height: 100%;
	background: #e4e4e4;
}
.news .news-introduce,.news .news-list{
	width: 50%;
	position: relative;
}

.news-list li{
	margin-bottom: 10px;
}

.news-list li span{
	color:#969696;
}

.news-list li a{
	display: inline-block;
	width:300px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-right: 40px;
	vertical-align: middle;
	color: #333;
}

.news-list li a:hover{
	color:#fa6f1c;
}

 /* 行业新闻 */
 #news,#message{
	 overflow: hidden;
 }
 #news li,#message li{
	/* padding: 10px 0px; */
	/* border-bottom: 1px dashed #ededed; */
	float:left;
	width:25%;
 }

 #news li .news_wrap, #message li .news_wrap{
	 width:100%;
	 height: 167px;
	 margin-bottom: 10px;
	 text-align: center;
	 line-height: 177px;
 }

 #news li .news_wrap img.preview, #message li .news_wrap img.preview{
	width:100%;
	height: 167px;
}

 #news li a,#message li a{
	 color:#333;
	 display: block;
	 height:220px;
	 overflow: hidden;
	 padding:10px;
	 text-align: center;
 }
 #news li a p, #message li a p{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
 }


 #passwordEyes{
	 position: absolute;
	 right:10px;
	 top:19px;
	 cursor:pointer;
	 fill:#868686;
 }
