@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: 65%;
	float: left;
}
.yc_fixed .top .top_left h3{
	color: #666;
	font: normal 12px "微软雅黑";
	height: 32px;
	line-height: 32px;
}
.yc_fixed .top .top_right{
	width: 33%;
	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:920px; 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: right;
}
.nav li a{
	font-size: 16px;
}
 



/* 服务项目 */
.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;
}
.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: 18%;
	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: 35%;
	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: 5%;
	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: 20%;
	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{
	width: 8%;
	padding: 10px 2% 10px 0;
}



.lineList .line_con .right_con{
	float: right;
	width: 20%;
}

.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;
}


/* 专线部分 */
.zhuanxian-inner{
	text-align: center;
	margin:20px auto;
	width: 1200px;
	background: #d6eaf5;
	padding:25px 0;
}
.zhuanxian-inner h3{
	width: 96%;
	margin: 0 auto;
	font-size: 16px;
	padding: 0 5px 15px 0;
	font-weight: 400;
	text-align: left;
	color: #0893f0;
}
.zhuanxian-inner h3 cite{
	font-size: 12px;
	color: #6e757b;
	padding-left: 15px;
}
.zhuanxian-inner .table-sou{
	width: 96%;
	margin: 10px auto 0 auto;
	padding-top: 20px;
}
.zhuanxian-inner .table-sou td{
	color: #999;
}
.zhuanxian-inner .table-sou .qidian{
	height: 32px;
	line-height: 32px;
	padding: 0 5px;
	margin-right:5px;
	border:none;
}
.zhuanxian-inner .table-sou .sou-btn{
	width: 150px;
	border-radius: 8px;
	background:#0893f0;
	color: #Fff;
	font-size: 14px;
	border: none;
	padding:6px 0;
}
.zhuanxian-type{
	text-align: center;
	margin:20px auto 0 auto;
	width: 1200px;
	background: #fff;
	padding:15px 0;
}
.zhuanxian-type h3{
    width: 96%;
    margin: 0 auto;
    font-size: 16px;
    padding: 0 5px;
    font-weight:500;
    text-align: left;
    color: #333;
}
.zhuanxian-type ul{
	width: 100%;
	margin: 0 auto;
}
.zhuanxian-type ul li{
	float: left;
	width: 23.5%;
	margin-top: 15px;
	margin-right: 2%;
	background: #f5f5f5;
	padding: 0;
}
.zhuanxian-type ul li h4{
	padding: 15px 0;
	background: url(../images/bg_1.jpg) repeat-y left center;
	font-size:14px;
	color: #fff;
	font-weight: 200;
}
.zhuanxian-type ul li:nth-child(2) h4{
	background: url(../images/bg_2.jpg) repeat-y left center;
}
.zhuanxian-type ul li:nth-child(3) h4{
	background: url(../images/bg_3.jpg) repeat-y left center;
}
.zhuanxian-type ul li:last-child{
	margin-right: 0;
}
.zhuanxian-type ul li:last-child h4{
	background: url(../images/bg_4.jpg) repeat-y left center;
}
.zhuanxian-type ul li p{
	padding: 10px;
	text-align: left;
	height: 60px;
	overflow: hidden;
}
.zhuanxian-type ul li p a{
	display: inline-block;
	margin-right: 5px;
	cursor: pointer;
	color:#666;
}
.zhuanxian-type ul li p a:hover{
	color: #0893f0;
}

.adInner{
	margin:0 auto;
	width: 1200px;
	background: #fff;
	padding:0;
}
.adInner ul{
	
}
.adInner ul li{
	float: left;
	width: 33%;
}
.adInner ul li:nth-child(2){
	margin: 0 0.5%;
}

/* 进出口页面 */
.inner{ width: 100%;margin: 15px auto;padding: 0;}
.inner img{ display: block; margin: 0 auto; width: 100%; height: auto;}

/* 名企 */
.company-list{ width: 100%;margin: 15px auto;padding: 0;}
.company-list h2{ text-align: center;font-size: 18px; font-weight: 200;color:#1F1F1F; padding: 10px 0;margin: 10px auto;}
.company-list ul{ width: 100%; max-width: 1200px; margin: 0 auto;border: #f1f2f2 1px solid;}
.company-list ul li{
	float: left;
	border-right: #f1f2f2 1px solid;
	padding: 10px 0;
	width: 11%;
}
.company-list ul li:last-child{border-right:none}
.company-list ul li img{ margin:0 auto;display: block;}

.productList{
	width: 100%;max-width: 1200px; margin: 15px auto;padding:15px 0;
}
.productList .product-left{
	float: left;
	width: 160px;
	border:#f1f2f2 1px solid;
	padding: 15px 10px;
}
.productList .product-left h3{
	text-align: center;
	padding: 0 0 15px 0;
	font-size: 14px;
	font-weight: 300;
	border-bottom:#f1f2f2 1px solid;
}
.productList .product-left h4{
	text-align: left;
	padding:5px 0;
	font-size: 12px;
	font-weight: 300;
}
.productList .product-left p{
	text-align: left;
	padding:5px 0;
	font-size: 12px;
	font-weight: 300;
	color: #f44336;
}
.productList .product-right{
	float: right;
	width: calc(100% - 220px);
}
.productList .product-right ul{
	width: 100%;
	margin: 0 auto;
	padding: 0 0 15px 0;
}
.productList .product-right ul li{
	float: left;
	width: 32%;
}
.productList .product-right ul li:nth-child(3n+2){
	width: 34%;
}
.productList .product-right ul li img{
	display: block;
	width: 300px;
	margin: 0 auto ;
}
.productList .product-right ul li p{
	display: block;
	width: 300px;
	margin: 0 auto 10px auto;
	padding: 10px 0;
}
.pageer{
	text-align: center;
	margin: 0 auto;
	padding-left: 220px;
	width: 1000px;
}
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {display: inline;} /*设置为内联元素*/

ul.pagination li a {
    border:1px solid #ddd;
    border-radius:5px;  /*设置圆角*/
    color: black;
    float: left;
    padding: 8px 16px;
    margin:0 2px; /*设置边距*/
    text-decoration: none;
}
ul.pagination li a.active{
    background:#007AFF;
    color:white;
}
ul.pagination li a:hover:not(.active){
    background:#ddd;
    transition:background .6s;  /*设置当鼠标悬停时的过渡效果*/
}

/*  */
.seach-list{ width: 100%;margin: 15px auto;padding: 0;}
.seach-list h2{ text-align: center;font-size: 18px; font-weight:600;color:#1F1F1F; padding: 10px 0;margin: 10px auto;}
.seach-con{
	width: 100%;max-width: 1200px; margin: 15px auto;padding:15px 0;
}
.seach-con h3{
	border-bottom:#f1f2f2 1px solid;
	font-size: 14px;text-transform: uppercase;
	padding-bottom: 10px;font-weight:200;
}
.seach-con h3 span{
	padding: 0 5px;
}
.seach-con h3 .acitve{
	color: #007AFF;
}
.seach-con ul{
	width: 100%;
	margin: 0 auto;
	padding:15px 0;
}
.seach-con ul li{
	float: left;
	width: 30%;
	padding: 10px 1.5%  0 0.5%;
}
.seach-con ul li:nth-child(3n+2){
	/* width: 34%; */
}
.seach-con ul li label{
	font-size: 12px;
	display: block;
	padding: 0 0 5px 0;
	text-transform: uppercase;
}
.select-con{
	display: block;
	width: 80%;
	padding:7px 0;
	border: #DFDFDF 1px solid;
	font-size: 12px;
	color: #999;
}
.seach-con .more{
	display: block;
	width: 160px;
	margin: 20px auto;
	height: 40px;
	line-height: 40px;
	background: #007AFF;
	text-align: center;
	color: #fff;
}

.result-con{
	width: 100%;max-width: 1200px; margin: 15px auto;padding:15px 0;
}
.result-con h3{
	border-bottom:#f1f2f2 1px solid;
	font-size: 14px;text-transform: uppercase;
	padding-bottom: 10px;font-weight:200;
}
.result-con ul{
	width: 100%;
	margin: 0 auto;
	padding:15px 0;
}
.result-con ul h3{font-size:14px; color: #1F1F1F;padding: 5px 0;}
.result-con ul li{
	width:98%;
	padding:5px 1%;
	
}
.result-con ul li p{
	color: #007AFF;
	height: 42px;
	line-height: 42px;
	background: url(../images/fuw.png) no-repeat left center;
	background-size: 5px auto;
	padding: 0 0 0 15px;
	font-size: 12px;
}
.result-con ul li p i{ color: #F44336; padding: 0 5px;}
.result-con .detailed-1{
	width:98%;
	margin: 10px auto;
	padding: 10px 0;
}
.result-con .detailed-1 .left-img{
	 float:left; width:200px; height:200px;
	 margin: 0 15px 15px 0;
}
.result-con .detailed-1 p{
	text-align: left;
	padding:5px 0 15px 0;
	font-size: 14px;
	font-weight: 500;
	color: #1F1F1F;
	text-indent:3rem
}
.result-con .detailed-1 h4{
	text-align: left;
	padding:5px 2%;
	font-size: 14px;
	font-weight: 500;
	color: #1F1F1F;
	background: #c2e0fd;text-transform: uppercase;
}
.icon-inner{
	display: inline-block;
	    width: auto;
	    height: 20px;
	    margin-left: 10px;
}
.icon-inner img{
	display: block;
	height: 30px;
}

/*  */
.shopList{
	width: 100%;max-width: 1200px; margin: 15px auto;padding:15px 0;
}
.shopList h2{
	color: #1F1F1F;
	text-align: center;
	padding:15px 0 0 0;
	font-size: 18px;
	font-weight:600;
}
.shopList h3{
	color: #999;
	padding:5px 0;text-align: center;
	font-size: 12px;
	font-weight: 200;
}
.shopList ul{
	width: 100%;
	margin: 0 auto;
	padding:0;
}
.shopList ul li{
	float: left;
	width: 23%;
	padding: 0 1%;
	margin: 0;
}
.shopList ul li img{
	width:80% ;
	margin: 10px auto;
	display: block;
}
.shopList ul li p{
	color: #1F1F1F;
	text-align: left;
	padding:5px 0 ;
	font-size: 14px;
	font-weight:500;width:80% ;margin: 10px auto;
}
.shopList ul li span{
	color:#007AFF; display: block;
	text-align: left;width:80% ;margin: 10px auto;
	padding:5px 0 ;
	font-size: 12px;
	font-weight:500;
}
.shopList .more{
	width: 200px;
	height:40px; line-height: 40px; font-size: 16px;
	border: #1F1F1F 2px solid;
	margin: 25px auto;
	text-align: center;
}

.moreProduct{
	width: 100%;margin: 15px auto;padding:15px 0;
	background: #F1F2F2;
}
.moreProduct h2{
	color: #1F1F1F;
	text-align: left;
	padding:15px 0 0 0;
	font-size: 18px;width: 1200px;margin: 0 auto;
	font-weight:600;
	border-bottom: #999 1px solid;
}
.moreProduct .moreProInner .proInner{
	width: 32%;
	float: left;
	background: #fff;margin:15px auto 0 auto;
	padding: 15px 0;
}
.moreProduct .moreProInner .proInner:nth-child(3n+2){
	margin:15px 2% 0 2%;
}
.moreProduct .moreProInner .proInner img{
	width: 150px;
	margin: 10px 15px;
	float: left;
}
.moreProduct .proInner h3{
	width: 200px;
	padding-top:15px;
	padding-left: 180px;
	font-weight: 400;
	font-size: 14px;
}
.moreProduct .proInner p {
	width: 200px;
	padding-left: 180px;
	font-weight:600;
	font-size: 14px;
	padding-top: 25px;
}
.moreProduct .proInner p s{
	padding-right: 10px;font-weight: 400;color: #999;
}