@charset "utf-8";
* {margin: 0;padding: 0;font-family: "microsoft yahei";color: #000;font-size: 14px;}
img{display: block;}
html {-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-size:10px;}
* {-webkit-touch-callout:none;-moz-touch-callout:none;-ms-touch-callout:none;touch-callout:none;}
/*------全局样式  声明样式---------------------------------*/
body,html,ul,li,div,form,p,span,h1,h2,h3,h4,h5,h6,header,footer,article {margin:0;padding:0;height:auto;width:auto;}
body {font:normal 62.5% "Microsoft YaHei";font-family:"Verdana,Geneva,sans-serif";-webkit-text-size-adjust:none;overflow:scroll;overflow-x:hidden;color:#666;background:#fff;}
body,html {height:100%;}
img {max-width:100%;padding:0px;margin:0px;border:0px;height:auto;}
ul,ol,li {list-style:none;margin:0;padding:0;}
dl,dt,dd {margin:0;padding:0;}
.clear {clear:both;}
.clearfix:after {clear:both;height:0;overflow:hidden;display:block;visibility:hidden;content:".";}
input:focus {outline:none;}
*html .clearfix {zoom:1;}
*+html .clearfix {zoom:1;}
a {font-size:12px;-webkit-transition:background-color 0.2s ease-in 0s,color 0.2s ease-in 0s;
transition:background-color 0.2s ease-in 0s,color 0.2s ease-in 0s;
-moz-transition:background-color 0.2s ease-in 0s,color 0.2s ease-in 0s;
-ms-transition:background-color 0.2s ease-in 0s,color 0.2s ease-in 0s;outline:none;text-decoration:none; }
a:hover {text-decoration:none; color: #0066FF;}
i,cite {font-style:normal;}
.white {background:#fff;}
.red {background:#c9201d;}

/* 导航条 */
.yc_fixed{
	margin: 0 auto;
	width: 100%;
	height: 32px;
	line-height: 32px;
	background: #fafafa;
	border-bottom: #dfdfdf 1px solid;
}
.yc_fixed .top{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.yc_fixed .top .top_left{
	width: 55%;
	float: left;
}
.yc_fixed .top .top_left h3{
	color: #666;
	font: normal 12px "微软雅黑";
	height: 32px;
	line-height: 32px;
}
.yc_fixed .top .top_right{
	width: auto;
	float: right;
	padding-right:1.5%;
	text-align: right;
}
.yc_fixed .top .top_right cite{
	padding: 0 5px;
}

/* logo */
.index_logo{
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	background: #fff;
	padding: 10px 0;
}
.index_logo .index_logo_left {
    float: left;
    width: 20%;
}
.index_logo .index_logo_left .logomain{
	margin: 30px 0 0 0;
}

.index_logo .index_logo_right {
    float: right;
    margin: 20px 0 0 0;
}

.top_contact{ width:960px; text-align:right; font-size:12px; color:#999999; padding-bottom: 15px;}
.top_contact  span{ display:inline-block; height:18px; padding-left:24px; padding-right:12px; font-size:12px; color:#999999; margin-top:18px;}
.top_contact  a{ display:inline-block; height:18px; padding-left:25px; padding-right:15px; font-size:12px; color:#999999; margin-top:18px;}

.nav{
	width: 100%;
	margin: 0 auto;
	/* display:flex;
	flex-wrap:wrap;
	justify-content:space-around; */
}
.nav li{
	float: left;
	width: 9%;
	text-align: center;
}
.nav li a{
	font-size: 16px;
}
 
.goods{
	white-space:nowrap;
}


/* 服务项目 */
.index-about-top {
    text-align: center;
	margin: 0 auto;
	width: 1200px;
}

.index-about-top strong{
	font-size: 60px;
	color: rgb(74, 134, 232);
	font-weight: normal;
	font-family: "Times New Roman";
}
.index-about-top div{
	display: inline-block;
}
.index-about-top div span{
	font-size: 22px;
	display: block;
	color: #000;
}

.index-about-top >div{
	position: relative;
}
.index-about-top >div:before{
	content: '';
	display: block;
	width: 36px;
    position: absolute;
    height: 2px;
    background: #3c78d8;
    top: 50%;
    left: -100%;
}
.index-about-top >div:after{
	content: '';
	display: block;
	width: 36px;
    position: absolute;
    height: 2px;
    background: #3c78d8;
    top: 50%;
    right: -70%;
}
.index-about-top div .index-span{
	font-size: 16px;
	color: rgb(217, 217, 217);
	text-transform:uppercase
}

.fuwuList{
	width: 100%;
	background: #fff;
	padding: 35px 0;
}
.fuwu-row{
	margin-right: -15px;
	margin-left: -15px;
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
	margin-top: 50px;
}
.col-md-3 {
    width: 22%;
	float: left;
	position: relative;
	    min-height: 1px;
	    padding-right: 1.5%;
	    padding-left: 1.5%;
}
.index-fuwu{
	border: 1px solid rgb(12, 122, 249);
    padding: 20px;
    text-align: center;
    border-radius: 6px;
}
.index-fuwu h4{
	margin: 30px 0;
}
.index-fuwu p{
	text-align: left;
	line-height: 30px;
}
.index-fuwu >div{
	position: relative;
}
.index-fuwu >div img{
	margin: 0 auto;
}
.fuw1{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

/* 货源信息 */
.goods-list{
	width: 100%;
	background: #f2f2f2;
	padding: 25px 0;
}
.goods-list .goods-con .title{
	background: #e6e6e6;
	padding: 12px 0;
}
.goods-list .goods-con{
	width: 100%;
	max-width: 1200px;
	margin: 25px auto;
}
.goods-list .goods-con ul{
	width: 100%;
	background: #ffffff;
	border-bottom: #f2f2f2 1px solid;
}
.goods-list .goods-con ul li {
	float: left;
}
.goods-list .goods-con ul li:first-child{
	width: 35%;
	padding: 10px 2%;
}
.goods-list .goods-con ul li:nth-child(2){
	width: 15%;
	padding: 10px 2% 10px 0;
}
.goods-list .goods-con ul li:nth-child(3){
	width: 12%;
	padding: 10px 2% 10px 0;
}
.goods-list .goods-con ul li:nth-child(4){
	width: 10%;
	padding: 10px 2% 10px 0;
}
.goods-list .goods-con ul li:nth-child(5){
	width: 6%;
	padding: 10px 2% 10px 0;
}
.goods-list .goods-con ul li:last-child{
	width: 5%;
	padding: 10px 2% 10px 0;
}
.goods-list .goods-con ul li a{
	color: #eb8325;
}

.toPlace{
	display: inline-block;
	width: 32px;
	height:22px;
	background: url(../images/arrow.png) no-repeat center center;
	background-size: 28px auto;
}

/* 车源信息 */
.carsList{
	width: 100%;
	background: #fff;
	padding: 25px 0;
}
.carsList .cars_con .title{
	background: #e6e6e6;
	padding: 12px 0;
}
.carsList .cars_con{
	width: 100%;
	max-width: 1200px;
	margin: 25px auto;
}
.carsList .cars_con .title{
	background: #e6e6e6;
}
.carsList .cars_con ul{
	width: 100%;
	background: #ffffff;
	border-bottom: #f2f2f2 1px solid;
}
.carsList .cars_con ul li {
	float: left;
}
.carsList .cars_con  ul li:first-child{
	width: 32%;
	padding: 10px 2%;
}
.carsList .cars_con  ul li:nth-child(2){
	width: 20%;
	padding: 10px 2% 10px 0;
}
.carsList .cars_con ul li:nth-child(3){
	width: 12%;
	padding: 10px 2% 10px 0;
}
.carsList .cars_con  ul li:nth-child(4){
	width: 8%;
	padding: 10px 2% 10px 0;
}
.carsList .cars_con ul li:nth-child(5){
	width: 8%;
	padding: 10px 2% 10px 0;
}
.carsList .cars_con ul li:last-child{
	width: 5%;
	padding: 10px 2% 10px 0;
}


/* 专线信息 */
.lineList{
	width: 100%;
	background: #f2f2f2;
	padding: 25px 0;
}
.lineList .line_con{
	width: 100%;
	max-width: 1200px;
	margin: 25px auto;
}

.lineList .line_con .left_con{
	float: left;
	width: 78%;
}
.lineList .line_con .left_con ul{
	width: 100%;
	background: #ffffff;
	border-bottom: #f2f2f2 1px solid;
}
.lineList .line_con .left_con ul li{
	float: left;
}

.lineList .line_con .left_con ul li:first-child{
	width: 30%;
	padding: 10px 2%;
}
.lineList .line_con .left_con ul li:nth-child(2){
	width: 10%;
	padding: 10px 2% 10px 0;
}
.lineList .line_con .left_con ul li:nth-child(3){
	width: 14%;
	padding: 10px 2% 10px 0;
}
.lineList .line_con .left_con ul li:nth-child(4){
	width: 7%;
	padding: 10px 2% 10px 0;
}
.lineList .line_con .left_con ul li:nth-child(5){
	width: 7%;
	padding: 10px 2% 10px 0;
}
.lineList .line_con .left_con ul li:last-child{
	padding: 10px 2% 10px 0;
}



.lineList .line_con .right_con{
	float: right;
	width: 20%;
}
.lineList .line_con .right_con img{
	height:426px;
}

.index_con{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background: #fff;
	padding: 25px 0;
}
.index_list{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background: #fff;
	padding: 25px 0;
}
.index_list li{
	position: relative;
	    font-size: 14px;
	    margin-left: 15px;
	    float: left;
	    width: 495px;
	    height: 38px;
	    line-height: 38px;
	    padding-left: 15px;
	    overflow: hidden;
}
.index_list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 16px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #086de1;
}

.index_list li:nth-child(odd) {
    margin-right: 30px;
}

.index_list li span {
    float: right;
    font-weight: 100;
    margin-top: 0px;
    color: #5a5a5a;
}

/* 友情链接 */
.index_link {
    width: 100%;
    margin: 0px auto;
    padding: 10px 0;
    background: #fff;
}
.index_link ul {
    width: 100%;
	max-width: 1100px;
    margin: 0 auto;
    background: #fff;
    padding: 5px 0;
}
.index_link ul span {
	float: left;
	display: block;
	padding: 0 20px;
	border-right: 1px solid #086de1;
	color: #1f1f1f;
	font-size: 20px;
	color: #086de1;
	margin: 5px 5px 0 0;
}
.index_link ul a {
    float: left;
    display: block;
    font: normal 12px "微软雅黑";
    color: #1f1f1f;
    margin: 5px 5px 0 0;
    padding:4px 10px 0 15px;
}
.index_link ul a:hover{
	color: #086de1;
}

.index-tel{
	background:url(../images/bg-1.png) no-repeat 0px 0px;
	background-size: 18px auto;
	-webkit-transition: background-color 0.2s ease-in 0s, color 0.2s ease-in 0s; transition: background-color 0.2s ease-in 0s, color 0.2s ease-in 0s; -moz-transition: background-color 0.2s ease-in 0s, color 0.2s ease-in 0s; -ms-transition: background-color 0.2s ease-in 0s, color 0.2s ease-in 0s;
}
.index-tel:hover{
	color: #2570eb;
	background:url(../images/bg-1-active.png) no-repeat 0px 0px;
	background-size: 18px auto;
	-webkit-transition: background-color 0.2s ease-in 0s, color 0.2s ease-in 0s; transition: background-color 0.2s ease-in 0s, color 0.2s ease-in 0s; -moz-transition: background-color 0.2s ease-in 0s, color 0.2s ease-in 0s; -ms-transition: background-color 0.2s ease-in 0s, color 0.2s ease-in 0s;
}
.index-mail{
	background:url(../images/bg4.png) no-repeat 0px 0px;
	background-size: 18px auto;
}
.index-mail:hover{
	color: #2570eb;
	background:url(../images/bg4-active.png) no-repeat 0px 0px;
	background-size: 18px auto;
}

.index-weixin{
	background:url(../images/bg2.png) no-repeat 0px 0px; margin-right:-10px;  cursor:pointer;
	background-size: 18px auto;
}
.index-weixin:hover{
	color: #2570eb;
	background:url(../images/bg2-active.png) no-repeat 0px 0px; margin-right:-10px;  cursor:pointer;
	background-size: 18px auto;
}
.index_login{
	background:url(../images/yg.png) no-repeat 0px 0px; margin-left:8px;cursor:pointer;
	background-size: 18px auto;
}
.index_login:hover{
	color: #2570eb;
	background:url(../images/yg_active.png) no-repeat 0px 0px; margin-left:8px;cursor:pointer;
	background-size: 18px auto;
}

/**输入框**/
.dlg_div label {
    width: 80px;
    text-align: right;
    display: block;
    float: left;
    color: #666;
}
.dlg_div{text-align: center;}
.dlg_div label{width:80px;text-align: right;}
.dlg_div input{width:180px;height: 25px;line-height:25px}
.dlg_div .dlg_sub
{
	font: normal 14px "微软雅黑";
	padding: 5px 10px;
	margin: 0 auto;
	background: #006699;
	color: #fff;
	margin: 0 5px 0 15px;
}