﻿@charset 'utf-8';



* {

	margin: 0;

	padding: 0;

}



body {

	max-width: 1920px;

	margin: 0 auto;

	color: #333;

	font-size: 14px;

	background-color: #fff;

	font-family: "Microsoft YaHei","Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", SimHei, "\5B8B\4F53", simsun, sans-serif;

}



ul,ol {

	list-style: outside none none;

}



li {

	list-style-type: none;

}



a {

	color: #333;

	text-decoration: none;

}



/*a:hover {

	color: #2f9b39;

}*/



hr {

	border: none;

}





.none {

	display: none;

}



.clear {

	clear: both;

}



.clearfix:after {

	content: "";

	display: block;

	height: 0;

	clear: both;

	visibility: hidden;

}



.clearfix {

	*zoom: 1;

}





/*手机端导航*/



.header_m {

	display: none;

}



.header_m {

	width: 100%;

	height: 50px;

	position: fixed;

	top: 0;

	z-index: 10000;

	text-align: center;

	color: #fff;

	font-weight: normal;

	vertical-align: middle;

	text-align: center;

	background-size: 100% 100%;

	background: #fff;

}



.header_m .logo {

	width: auto;

	height: 90%;

	display: inline-block;

	float: left;

}



.header_m .logo img {

	width: auto;

	height: 90%;

}

/*.header_m .txt {

	color: #333;

	font-size: 12px;

	text-align: left;

	padding-top: 10px;

}*/

.header_m .webname {

	height: 100%;

	display: inline;

	color: #ffd700;

	font-size: 16px;

	font-weight: 700;

	height: 55px;

	line-height: 55px;

	letter-spacing: 1px;

}



.flbox {

	position: relative;

	margin-right: 0px;

	width: 60px;

	height: 55px;

	float: right;

	cursor: pointer;

	opacity: 0.9;

}



div.x,



div.y,



div.z {

	position: absolute;

	margin: auto;

	top: 0px;

	bottom: 18px;

	background: #333;

	border-radius: 2px;

	-webkit-transition: all 200ms ease-out;

	-moz-transition: all 200ms ease-out;

	-ms-transition: all 200ms ease-out;

	-o-transition: all 200ms ease-out;

	transition: all 200ms ease-out;

}



div.x, div.y, div.z {

	height: 3px;

	width: 30px;

	-webkit-transition: all 100ms ease-out;

	-moz-transition: all 100ms ease-out;

	-ms-transition: all 100ms ease-out;

	-o-transition: all 100ms ease-out;

	transition: all 100ms ease-out;

}



div.y.squize {

	width: 0;

	-webkit-transition: all 100ms ease-out;

	-moz-transition: all 100ms ease-out;

	-ms-transition: all 100ms ease-out;

	-o-transition: all 100ms ease-out;

	transition: all 100ms ease-out;

}



div.y {

	top: 18px;

}



div.z {

	top: 37px;

}



div.open div.x, div.open div.z {

	top: 19px;

	-webkit-transition: all 70ms ease-out;

	-moz-transition: all 70ms ease-out;

	-ms-transition: all 70ms ease-out;

	-o-transition: all 70ms ease-out;

	transition: all 70ms ease-out;

}



div.rotate45 {

	-ms-transform: rotate(45deg);

	-webkit-transform: rotate(45deg);

	transform: rotate(45deg);

	-webkit-transition: all 100ms ease-out;

	-moz-transition: all 100ms ease-out;

	-ms-transition: all 100ms ease-out;

	-o-transition: all 100ms ease-out;

	transition: all 100ms ease-out;

}



div.rotate135 {

	-ms-transform: rotate(135deg);

	-webkit-transform: rotate(135deg);

	transform: rotate(135deg);

	-webkit-transition: all 100ms ease-out;

	-moz-transition: all 100ms ease-out;

	-ms-transition: all 100ms ease-out;

	-o-transition: all 100ms ease-out;

	transition: all 100ms ease-out;

}



#sideMenuContainer {

	background: #333;

	background-size: 100% 100%;

	position: fixed;

	top: 55px;

	right: -150px;

	width: 150px;

	z-index: 4;

	opacity: 0.9;

}



#sideMenuContainer > a {

	display: block;

	padding: 10px;

	color: #fff;

	font-size: 17px;

	border-bottom: 1px solid #fff;

}



#sideMenuContainer > a:hover {

	background-color: #ffffff;

	color: black;

}

.header_h {

	height: 55px;

	display: none;

}

.other_web {

	height: 40px;

	line-height: 40px;

	background: #fff;

}

.other_web span {

	color: #f4af46;

	display: inline-block;

}

.other_web .lik {

	display: inline-block;

	height: 100%;

	padding-left: 10px;

	padding-right: 10px;

}

.other_web .lik:hover {

	color: #f4af46;

}

.other_web .guangzhou {

	position: relative;

}

.other_web .guangzhou ul {

	width: 470px;

	position: absolute;

	background: #fff;

	z-index: 999;

	border-radius: 4px;

	border: 1px solid #ddd;

	left: -150px;

	display: none;

}

.other_web .guangzhou:hover ul {

	display: block;

}

.other_web .guangzhou ul li {

	display: inline-block;

	color: #333;

}

.other_web .guangzhou ul li a {

	display: inline-block;

	padding-left: 15px;

	padding-right: 15px;

}

.other_web .guangzhou ul li a:hover {

	color: #f4af46;

}

.hot_area {

	height: 50px;

	line-height: 50px;

	border-bottom: 1px solid #eee;

	background: #fff;

}

.hot_area .typename {

	display: inline-block;

	width: 200px;

	text-align: center;

	background: #383e60;

	font-weight: bold;

	color: #fff;

	font-size: 16px;

}

.hot_area .area {

	margin-left: 20px;

	font-size: 15px;

	color: #666;

}

.hot_area .area a {

	display: inline-block;

	padding-left: 5px;

	padding-right: 5px;

}

.hot_area a:hover {

	color: #f4af46;

}

.hot_area .cont_us {

	display: inline-block;

	float: right;

	font-size: 15px;

	font-weight: bold;

	color: #383e60;

}



/*线路搜索框*/

.searchBox {

	background: #fff;

	padding: 20px 0px 10px 0px;

	border-bottom: 1px solid #eee;

}



.searchBox label {

	color: #383e60;

	font-weight: bold;

	height: 36px;

	line-height: 36px;

	margin-right: 10px;

}



.searchBox .returnIcon {

	background: url(/images/arrowGray.png) no-repeat 0 5px;

	cursor: pointer;

	width: 22px;

	height: 22px;

	margin: 7px;

}

/*.searchBox .returnIcon:hover{background:url(/images/icon.png) no-repeat -30px -749px;}*/

.searchBox .wall140 {

	width: 130px;

	margin-left: 7px;

}



.searchBox .searchBoxBtn {

	cursor: pointer;

	background: #383e60;

	color: #fff;

	border-radius: 2px;

	-webkit-border-radius: 2px;

	-moz-border-radius: 2px;

	padding: 0 20px;

	height: 36px;

	line-height: 36px;

	margin-left: 10px;

	border: none;
	outline: none;

}



.searchBox .searchBoxBtn:hover {

	background: #323b6b;

}



.grayInput {

	display: block;

	height: 34px;

	padding: 0 10px;

	background: #fff;

	border: 1px solid #ddd;

	font-size: 14px;

	line-height: 34px;

	-webkit-border-radius: 2px;

	-moz-border-radius: 2px;

	border-radius: 2px;

}



.fl {

	float: left;

}



.fr {

	float: right;

}

.fs15 {

	font-size: 15px;

}

.searchBox .box > .fl {

	margin-bottom: 10px;

}

.searchBox .box > .fr {

	width: 48%;

	max-width: 760px;

	margin-bottom: 10px;

}

.searchBox .fr .order {

	/*实现了宽度为父容器宽度减去固定的300像素*/ 

	width:-webkit-calc(100% - 230px); 

	width:-moz-calc(100% - 230px); 

	width:calc(100% - 230px); 

}

.service img {

	max-width: 100%;

}

.index_news {



}

.com_top {

	min-height: 55px;

	/*line-height: 55px;*/

	border-bottom: 1px solid #eee;

	font-size: 18px;

	color: #383e60;

	position: relative;

	padding-left: 20px;

	font-weight: bold;

	padding-top: 15px;

	box-sizing: border-box;

}

.com_top span {

	position: absolute;

	left: -5px;

	color: #f4af46;

}

.index_news .zxzx {

	width: 35%;

    float: left;

    text-align: left;

    overflow: hidden;

    margin: 20px 2% 0 0;

    background: #fff;

}

.index_news .zxzx .msg {

	box-sizing: border-box;

	padding: 20px;

	padding-bottom: 0px;

}

.index_news .zxzx .msg .item {

	margin-bottom: 30px;

	display: block;

}

.index_news .zxzx .msg .item .pic {

	width: 45%;

	max-width: 250px;

	float: left;

	margin-right: 15px;

}

.index_news .zxzx .msg .item .pic .img_box {

	width: 100%;

	position: relative;

	padding-top: 62%;

	overflow: hidden;

}

.index_news .zxzx .msg .item  .pic .img_box img {

	width: 100%;

	height: 100%;

	position: absolute;

	top: 0;

	left: 0;

	transition: all 0.6s;

}

.index_news .zxzx .msg .item  .pic .img_box img:hover {

	transform: scale(1.1);

}

.index_news .zxzx .msg .item .title {

	font-size: 16px;

	color: #333;

	overflow: hidden;

	text-overflow:ellipsis;

	white-space: nowrap;

	font-weight: bold;

}

.index_news .zxzx .msg .item .title:hover {

	color: #f4af46;

}

.index_news .zxzx .msg .item .des {

	color: #999;

	line-height: 2;

	margin-top: 10px;

	display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 3;

    overflow: hidden;

}



















.index_news .zxwl {

	width: 35%;

    float: left;

    text-align: left;

    overflow: hidden;

    margin: 20px 2% 0 0;

    background: #fff;

}

.index_news .zxwl .first {

	box-sizing: border-box;

    padding: 20px;

    padding-bottom: 0px;

}

.index_news .zxwl .first .item {

	margin-bottom: 20px;

	display: block;

}

.index_news .zxwl .first .item .pic {

	width: 45%;

	max-width: 250px;

	float: left;

	margin-right: 15px;

}

.index_news .zxwl .first .item .pic .img_box {

	width: 100%;

	position: relative;

	padding-top: 62%;

	overflow: hidden;

}

.index_news .zxwl .first .item  .pic .img_box img {

	width: 100%;

	height: 100%;

	position: absolute;

	top: 0;

	left: 0;

	transition: all 0.6s;

}

.index_news .zxwl .first .item  .pic .img_box img:hover {

	transform: scale(1.1);

}

.index_news .zxwl .first .item .title {

	font-size: 16px;

	color: #333;

	overflow: hidden;

	text-overflow:ellipsis;

	white-space: nowrap;

	font-weight: bold;

}

.index_news .zxwl .first .item .title:hover {

	color: #f4af46;

}

.index_news .zxwl .first .item .des {

	color: #999;

	line-height: 2;

	margin-top: 10px;

	display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 3;

    overflow: hidden;

}

.index_news .zxwl .other {

	padding: 20px;

	box-sizing: border-box;

	padding-top: 0px;

}

.index_news .zxwl .other a {

	display: block;

	height: 40px;

	line-height: 40px;

	border-bottom: 1px solid #eee;

	color: #333;

}

.index_news .zxwl .other a .title {

	width: 80%;

	display: inline-block;

	overflow: hidden;

	text-overflow:ellipsis;

	white-space: nowrap;

}

.index_news .zxwl .other a .time {

	color: #999999;

	display: inline-block;

	float: right;

}

.index_news .zxwl .other a:hover {

	color: #f4af46;

}

/*省际直达*/

.index_news .sjzd {

	width: 26%;

    float: left;

    text-align: left;

    overflow: hidden;

    margin: 20px 0 0 0;

    background: #fff;

}

.index_news .sjzd  .list {

	padding-top: 10px;

	padding-bottom: 10px;

}

.index_news .sjzd  .list a {

	height: 35px;

	line-height: 35px;

	display: block;

	box-sizing: border-box;

	padding-left: 20px;

	padding-right: 20px;

	overflow: hidden;

	text-overflow:ellipsis;

	white-space: nowrap;

	color: #333;

}

.index_news .sjzd  .list a:hover {

	color: #f4af46;

}

.trusting {

	margin-top: 20px;

}

.trusting img {

	max-width: 100%;

}

.area_news {

	margin-top: 20px;

}

.area_news .area {

	width: 72%;

	float: left;

	background: #fff;

}

.area_news .area .typename {

	width: 200px;

	float: left;

	border-right: 1px solid #eee;

	padding-top: 15px;

	padding-bottom: 15px;

}

.area_news .area .typename a {

	width: 100%;

	display: block;

	height: 60px;

	line-height: 60px;

	font-size: 18px;

	color: #383e60;

	position: relative;

	padding-left: 25px;

	font-weight: bold;

	box-sizing: border-box;

}

.area_news .area .typename a .line {

	position: absolute;

	left: -5px;

	display: none;

}

.area_news .area .typename a:hover {

	color: #f4af46;

}

.area_news .area .typename a .point {

	display: inline-block;

	float: right;

	margin-right: 10px;

	display: none;

}

.area_news .area .typename a:hover .line {

	display: block;

}

.area_news .area .typename a:hover .point {

	display: block;

}







.area_news .area .typename .cur {

	color: #f4af46;

}

.area_news .area .typename .cur .line {

	display: block;

}

.area_news .area .typename .cur .point {

	display: block;

}

.area_news .area .cont {

	width:-webkit-calc(100% - 205px); 

	width:-moz-calc(100% - 205px); 

	width:calc(100% - 205px); 

	padding: 20px;

	box-sizing: border-box;

	float: right;

	padding-top: 30px;

}

.area_news .area .cont .left {

	width: 40%;

	float: left;

}

.area_news .area .cont .left .first {

	width: 100%;

}

.area_news .area .cont .left .first .img_box {

	width: 100%;

	padding-top: 67%;

	position: relative;

}

.area_news .area .cont .left .first .img_box img {

	width: 100%;

	height: 100%;

	position: absolute;

	top: 0;

	left: 0;

}

.area_news .area .cont .left .first .img_box .txt {

	width: 100%;

	height: 45px;

	line-height: 45px;

	font-size: 16px;

	color: #fff;

	padding-left: 20px;

	background-color: rgba(0,0,0,0.4);

	box-sizing: border-box;

	position: absolute;

	bottom: 0;

	left: 0;

	overflow: hidden;

	text-overflow:ellipsis;

	white-space: nowrap;

}

.area_news .area .cont .other {



}

.area_news .area .cont .other a {

	height: 45px;

	line-height: 45px;

	color: #333;

	border-bottom: 1px solid #eee;

	width: 100%;

	display: block;

}

.area_news .area .cont .other a .title {

	display: inline-block;

	width:-webkit-calc(100% - 100px); 

	width:-moz-calc(100% - 100px); 

	width:calc(100% - 100px); 

	overflow: hidden;

	text-overflow:ellipsis;

	white-space: nowrap;

}

.area_news .area .cont .other a .time {

	display: inline-block;

	float: right;

	color: #999;

}

.area_news .area .cont .other a:hover {

	color: #f4af46;

}

.area_news .area .cont .right {

	width: 52%;

	float: right;

}

.area_news .area .cont .left .other a .title {

	display: inline-block;

	width:-webkit-calc(100% - 70px); 

	width:-moz-calc(100% - 70px); 

	width:calc(100% - 70px); 

	overflow: hidden;

	text-overflow:ellipsis;

	white-space: nowrap;

}

.area_news .news {

	width: 26%;

	float: right;

	background: #fff;

}

.area_news .news .com_top a {

	margin-right: 20px;

}

.area_news .news .com_top .cur {

	color: #f4af46;

}

.area_news .news .com_top a:hover {

	color: #f4af46;

}

.area_news .news .list {

	padding: 20px;

	box-sizing: border-box;

}

.area_news .news .list .first {

	width: 100%;

	display: block;

}

.area_news .news .list .first .img_box {

	width: 100%;

	padding-top: 70%;

	position: relative;

}

.area_news .news .list .first .img_box img {

	width: 100%;

	height: 100%;

	position: absolute;

	top: 0;

	left: 0;

}

.area_news .news .list .first .img_box .txt {

	width: 100%;

	height: 50px;

	line-height: 50px;

	color: #fff;

	background-color: rgba(0,0,0,0.4);

	position: absolute;

	bottom: 0;

	box-sizing: border-box;

	padding-left: 20px;

	overflow: hidden;

	text-overflow:ellipsis;

	white-space: nowrap;

}

.area_news .news .list .second {



}

.area_news .news .list .second a {

	width: 100%;

	height: 70px;

	line-height: 70px;

	border-bottom: 1px solid #eee;

	display: block;

	overflow: hidden;

	text-overflow:ellipsis;

	white-space: nowrap;

	color: #333;

}

.area_news .news .list .second a:hover {

	color: #f4af46;

}

/*友情链接*/

.flink {

	background: #fff;

	margin-top: 20px;

}

.flink ul {

	box-sizing: border-box;

	padding: 10px;

}

.flink ul li {

	

	min-width: 10px;

	float: left;

	display: inline-block;

}

.flink ul li a {

	width: 100%;

	display: block;

	padding: 5px;

	box-sizing: border-box;

	overflow: hidden;

	text-overflow:ellipsis;

	white-space: nowrap;

}

.flink ul li a:hover {

	color: #f4af46;

}

/*物流线路*/

.train_line {

	padding: 15px;

	background: #fff;

	box-sizing: border-box;

	margin-top: 20px;

}

.train_line a {

	width: 19%;

	min-width: 200px;

	margin-right: 0.7%;

	display: inline-block;

	box-sizing: border-box;

	padding: 5px;

	border: 1px solid #eee;

	margin-bottom: 5px;

	margin-top: 5px;

	overflow: hidden;

	text-overflow:ellipsis;

	white-space: nowrap;

}

.train_line a:hover {

	color: #f4af46;

}

/*底部*/

.footer {

	background: #383e60;

	margin-top: 20px;

	padding-top: 20px;

	padding-bottom: 30px;

}

.footer .logo {

	width: 150px;

	float: left;

}

.footer .logo img {

	width: 100%;

}

.footer .wechart {

	width: 105px;

	float: right;

}

.footer .wechart img {

	width: 100%;

}

.footer .cont {

	width:-webkit-calc(100% - 300px); 

	width:-moz-calc(100% - 300px); 

	width:calc(100% - 300px); 

	margin-left: 25px;

	float: left;

	text-align: center;

}

.footer .cont ul {

	width: 130px;

	/*float: left;*/

	display: inline-block;

	text-align: left;

	vertical-align: top;

	margin-bottom: 20px;

}

.footer .cont ul li {



}

.footer .cont ul li a {

	color: #9b9dab;

	font-size: 15px;

	box-sizing: border-box;

	padding: 5px;

	line-height: 2;

}

.footer .cont ul li a:hover {

	color: #f4af46;

}

.footer .cont ul li:first-child a {

	color: #fff;

	font-size: 16px;

	font-weight: bold;

}

.footer .cont .cont_us {

	display: inline-block;

	text-align: left;

	vertical-align: top;

}

.footer .cont .cont_us h3 {

	font-size: 16px;

	color: #fff;

	padding: 5px;

}

.footer .cont .cont_us p {

	font-size: 15px;

	color: #9b9dab;

	line-height: 1.7;

	padding-left: 5px;

}

.footer .cont .cont_us p a {

	color: #9b9dab;

}

.footer .cont .cont_us p a:hover {

	color: #f4af46;

}

.footer .bottom {

	width: 100%;

	float: left;

	color: #fff;

	text-align: left;

	font-size: 15px;

	margin-top: 20px;

}

.footer .bottom p {

	padding-top: 5px;

	padding-bottom: 5px;

	line-height: 1.5;

}

.footer .bottom p a {

	color: #fff;

}

.footer .bottom p a:hover {

	color: #f4af46;

}

.footer .bottom .left {

	width: 48%;

	float: left;

}

.footer .bottom .right {

	width: 48%;

	float: right;

	text-align: right;

}
.footer .bottom .right ul {

}
.footer .bottom .right ul li {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
.footer .bottom .right img {
	width: 95px;
	height: 40px;
	display: inline-block;

}

.list_banner {

	width: 100%;

	position: relative;

}

.list_banner img {

	width: 100%;

}

.list_banner .txt {

	width: 100%;

	height: 40px;

	line-height: 40px;

	background-color: rgba(0,0,0,0.5);

	position: absolute;

	bottom: 0;

	color: #fff;

}

.list_banner .txt a {

	color: #fff;

}

.list_banner .txt a:hover {

	color: #f4af46;

}

/*关于我们*/

.index_about {

	padding-top: 40px;

}

.left_nav {

	width: 150px;

    margin-left: -100%;

    float: left;

}

.left_nav .top {

	height: 65px;

	line-height: 65px;

	font-size: 18px;

	color: #fff;

	border-top-right-radius: 30px;

	background: #383e60;

	text-align: center;

	font-weight: bold;

}

.left_nav ul {

	width: 100%;

	background: #fff;

	padding-top: 15px;

	padding-bottom: 15px;

}

.left_nav ul li {

	width: 100%;

}

.left_nav ul li a {

	padding: 10px;

	text-align: center;

	display: block;

	font-size: 16px;

}

.left_nav ul li a:hover {

	color: #f4af46;

}

.box .content {

	width: 100%;

	float: left;

}

.box .content .contentbox {

	padding: 40px;

    margin: 0 300px 0 170px;

    overflow: hidden;

    background: #fff;

    box-sizing: border-box;

}

.box .content .contentbox h1 {

	font-size: 30px;

	color: #383e60;

}

.box .content .contentbox h1 span {

	color: #f4af46;

}

.index_about .content .contentbox .des {

	font-size: 16px;

	line-height: 2;

	margin-top: 10px;

}

.index_about .content .pic_list {

	width: 100%;

	margin-top: 30px;

}

.index_about .content .pic_list .pic {

	width: 32%;

	margin-right: 2%;

	float: left;

}

.index_about .content .pic_list .pic:last-child {

	margin-right: 0px;

}

.index_about .content .pic_list .pic .img_box {

	width: 100%;

	position: relative;

	padding-top: 62%;

}

.index_about .content .pic_list .pic .img_box img {

	width: 100%;

	height: 100%;

	position: absolute;

	top: 0;

	left: 0;

}

.right_news {

	width: 280px;

	float: left;

	margin-left: -280px;

	background: #fff;

}

.right_news .cont {

	padding: 15px;

	display: block;

	box-sizing: border-box;

}

.right_news .cont .img_box {

	width: 100%;

	padding-top: 62%;

	position: relative;

}

.right_news .cont .img_box img {

	width: 100%;

	height: 100%;

	position: absolute;

	top: 0;

	left: 0;

}

.right_news .cont .title {

	font-size: 16px;

	font-weight: bold;

	line-height: 1.5;

	margin-top: 10px;

}

.right_news .cont .des {

	color: #666;

	line-height: 1.5;

	margin-top: 10px;

	padding-bottom: 5px;

	border-bottom: 1px dashed #ddd;

	display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    overflow: hidden;

}

/*联系我们*/

.index_cont {

	padding-top: 40px;

}

.index_cont .cont {

	width: 100%;

	margin-top: 20px;

}

.index_cont .cont .left {

	width: 50%;

}

.index_cont .cont .right {

	width: 50%;

}

#dituContent {

	width: 100%;

	height: 325px;

}

.detail_content {

	margin-top: 15px;

}

.detail_content img {

	max-width: 100%;

	height: auto !important;

}

.com_top a.view_more {

	display: inline-block;

	float: right;

	font-size: 15px;

	color: #333;

	margin-right: 20px;

	font-weight: normal;

}

.com_top a.view_more:hover {

	color: #f4af46;

}









#form1 {

        position: relative;

    }

    .fp_box {

        position: fixed;

        top: 50%;

        left: 50%;

        z-index: 444444;

        font-family: 微软雅黑;

    }

    .fp {

        width: 640px;

        height: 400px;

        background: #fff;

        border-radius: 5px;

        -ms-border-radius: 5px;

        -moz-border-radius: 5px;

        position: absolute;

        top: -200px;

        left: -320px;

    }

        .fp .fp_font {

            background: url(/images/fp_font.png) no-repeat center;

            width: 467px;

            height: 66px;

            margin: 32px 0 20px 40px;

        }

        .fp .fp_tip {

            color: #666;

            width: 430px;

            margin: 0 auto;

            font-size: 13px;

            font-family: 微软雅黑;

        }

    .fp_ren {

        background: url(/images/fptk-ren_03.png) no-repeat center;

        width: 195px;

        height: 281px;

        position: absolute;

        right: 0;

        top: 70px;

        z-index: 1;

    }

    .fp_close {

        position: absolute;

        right: -10px;

        top: -16px;

        z-index: 999;

        font-size: 24px;

        cursor: pointer;

        width: 40px;

        height: 40px;

        background: #2a6ac2;

        color: #fff;

        text-align: center;

        border-radius: 30px;

        -ms-border-radius: 30px;

        -moz-border-radius: 30px;

        line-height: 36px;

    }

    #mask_shadow {

        opacity: 1;

        position: fixed;

        z-index: 333333;

        left: 0;

        top: 0;

        width: 100%;

        height: 100%;

        background-color: rgba(0, 0, 0, .6);

    }

    .fp_left {

        position: fixed;

        margin-left: -158px;

        top: 250px;

        width: 152px;

        height: 199px;

        float: left;

    }

        .fp_left a {

            float: left;

            background: url(/images/fpleft_03.png) no-repeat center;

            width: 152px;

            height: 199px;

        }

    .fp_leftc {

        font-size: 20px;

        position: absolute;

        right: 10px;

        top: -12px;

        width: 25px;

        height: 25px;

        background: #357ddf;

        color: #fff;

        text-align: center;

        line-height: 25px;

        border-radius: 15px;

        -ms-border-radius: 15px;

        -moz-border-radius: 15px;

        cursor: pointer;

    }

    .fp_f ul {

        width: 564px;

        height: 136px;

        background: #f5f5f5;

        margin-left: 40px;

        padding-top: 15px;

    }

        .fp_f ul li {

            float: left;

            font-size: 16px;

            height: 40px;

            line-height: 40px;

            margin-left: 15px;

        }

            .fp_f ul li span {

                display: block;

                float: left;

                width: 22px;

                height: 22px;

                margin: 8px;

            }

            .fp_f ul li a {

                color: #1d66ca;

            }

                .fp_f ul li a:hover {

                    text-decoration: underline;

                }

            .fp_f ul li span.fpIcon1 {

                background: url(/images/fpicon1.png) no-repeat center;

            }

            .fp_f ul li span.fpIcon2 {

                background: url(/images/fpicon2.png) no-repeat center;

            }

            .fp_f ul li span.fpIcon3 {

                background: url(/images/fpicon3.png) no-repeat center;

            }

    .fp_btn {

        background: url(/images/fpbtn.png) no-repeat center;

        width: 264px;

        height: 70px;

        float: left;

        font-size: 18px;

        margin-right: 30px;

    }

        .fp_btn a {

            color: #fff;

            line-height: 71px;

            text-align: center;

            display: block;

        }

            .fp_btn a:hover {

                text-decoration: underline;

            }

    .fp_btn_box {

        margin: 15px 0 0 40px;

    }

    .jxfh {

        font-size: 18px;

        color: #1d66ca;

        text-decoration: underline;

        line-height: 71px;

        cursor: pointer;

    }









/*包装服务*/

.index_bzfw {

	padding-top: 30px;

}

.index_bzfw .content {



}

.index_bzfw .content .des {

	font-size: 16px;

	color: #666;

	line-height: 1.8;

	margin-top: 10px;

}

.index_bzfw .content .cont {



}

.index_bzfw .content .block {

	margin-top: 30px;

}

.index_bzfw .content .block .top {

	color: #383e60;

	font-size: 18px;

	font-weight: bold;

	height: 30px;

	line-height: 30px;

}

.index_bzfw .content .block .top img {

	width: 20px;

	margin-right: 10px;

	position: relative;

	top: 3px;

}

.index_bzfw .content .block p {

	line-height: 2;

}

.index_bzfw .content .block table {



}

.index_bzfw .content .block table th {

	background: #f5f5f5;

	font-size: 16px;

	font-weight: bold;

}

.index_bzfw table th, .index_bzfw table td {

	border: 1px solid #ddd;

	font-size: 16px;

}

.contentbox_des {

	font-size: 16px;

	color: #666;

	line-height: 1.5;

	margin-top: 10px;

}

.contentbox_cont {

	margin-top: 30px;

}

.contentbox_cont .top {

	line-height: 30px;

	font-size: 18px;

	font-weight: bold;

	color: #383e60;

	margin-bottom: 10px;

}

.contentbox_cont .top img {

	position: relative;

	top: 3px;

}

.contentbox_cont .cont {

	font-size: 16px;

	margin-top: 10px;

}

.contentbox_cont .cont p {

	line-height: 2;

}

.index_bjfw {

	padding-top: 40px;

}



/*服务理念*/

.index_fwln {

	padding-top: 30px;

}

.index_fwln .list {

	width: 100%;

	margin-top: 25px;

}

.index_fwln .list .item {

	width: 48%;

	margin-right: 4%;

	float: left;

	margin-bottom: 10px;

}

.index_fwln .list .item:nth-child(2n) {

	margin-right: 0px;

}

.index_fwln .list .item .img_box {

	width: 100%;

	position: relative;

	padding-top: 45%;

}

.index_fwln .list .item .img_box img {

	width: 100%;

	position: absolute;

	top: 0;

	left: 0;

	height: 100%;

}

.index_fwln .list .item .txt {

	line-height: 1.5;

	height: 75px;

	font-size: 16px;

	display: table-cell;

    vertical-align:middle

}

/*增值业务*/

.index_zzyw {

	padding-top: 30px;

}

.index_zzyw .item_list {



}

.index_zzyw .item_list .item {

	display: block;

	padding-top: 30px;

	padding-bottom: 30px;

	box-sizing: border-box;

	border-bottom: 1px dashed #ddd;

}

.index_zzyw .item_list .item .pic {

	width: 23%;

	min-width: 150px;

	float: left;

	margin-right: 40px;

}

.index_zzyw .item_list .item .pic .img_box {

	width: 100%;

	padding-top: 62%;

	position: relative;

	overflow: hidden;

}

.index_zzyw .item_list .item .pic .img_box img {

	width: 100%;

	height: 100%;

	position: absolute;

	top: 0;

	left: 0;

	transition: all 0.6s;

}

.index_zzyw .item_list .item .pic .img_box img:hover {

	transform: scale(1.1);

}

.index_zzyw .item_list .item .txt {



}

.index_zzyw .item_list .item .txt .title {

	font-size: 16px;

	font-weight: bold;

}

.index_zzyw .item_list .item .txt .des {

	font-size: 16px;

	line-height: 1.5;

	margin-top: 10px;

	color: #666;

}

.index_zzyw .item_list .item .title:hover {

	color: #f4af46;

}

.index_zzyw .item_list .item .txt .more {

	color: #666;

	font-weight: bold;

	margin-top: 20px;

	padding: 0px;

	font-size: 15px;

	color: #666;

}

.index_zzyw .item_list .item .more:hover {

	color: #f4af46;



}



.index_qywh {

	padding-top: 40px;

}

.contentbox .detail {



}

.contentbox .detail img {

	max-width: 100%;

}

.index_kchb .pic {

	margin-top: 30px;

}

.index_kchb .msg_list {



}

.index_kchb .msg_list .item {



}

.index_kchb .msg_list .item .icon {

	width: 75px;

	float: left;

}

.index_kchb .msg_list .item .txt {

	width:-webkit-calc(100% - 100px); 

	width:-moz-calc(100% - 100px); 

	width:calc(100% - 100px); 

	float: right;

}

.index_kchb .msg_list .item .txt .title {

	font-size: 24px;

	font-weight: bold;

}

.index_kchb .msg_list .item .txt .des {

	font-size: 16px;

	line-height: 2;

	margin-top: 10px;

}

.index_kchb .detail .msg_list {

	max-width: 745px;

	margin-left: auto;

	margin-right: auto;

}

.index_kchb .detail .msg_list .item {

	margin-top: 55px;

}

.pd_top {

	padding-top: 30px;

}

.content-middle table {

	font-size: 16px;

	color: #333;

}

.contentbox .content_list {

	margin-top: 10px;

}

.contentbox .content_list a {

	display: block;

	padding-top: 15px;

	padding-bottom: 15px;

	font-size: 16px;

	color: #666;

}

.contentbox .content_list a .title {

	display: inline-block;

	float: left;

}

.contentbox .content_list a .title span {

	color: #666;

	font-size: 18px;

}

.contentbox .content_list a .time {

	display: inline-block;

	float: right;

}

.contentbox .content_list a:hover {

	color: #f4af46;

}



/*分页*/

.page {

	height: 50px;

	line-height: 50px;

	text-align: center;

	margin-top: 10px;

}



.page a {

	padding: 5px 10px !important;

	border: 1px solid #eee;

	border-radius: 4px;

	background: #fff;

}



.page span {

	padding: 5px 10px;

	border: 1px solid #eee;

	background: #606580;

	color: #fff;

	border-radius: 4px;

}

.content-middle table {

	width: 100% !important;

}

/*表格*/

.detInfoFl{margin:15px auto;}

.detTable{border:1px solid #e4e4e4; width:45% !important; float:left;}

.detTable td{font-size:16px; color:#000; text-align:left; border-bottom:1px solid #e4e4e4; height:36px; padding:0 8px !important;}

.detTable .detTableBg{background:#f3f3f3; text-align:center; border-right:1px solid #e4e4e4; width:95px;}

.detTable td img{vertical-align:middle;}

.detInfoFl .detTabArrow{width: 10%;text-align: center; /*margin:150px 15px 0 15px;*/margin-top: 150px; max-width:-webkit-calc(10% - 30px); }

.detInfoFl .detTabArrow110{margin:110px 15px 0 15px;}

.detTableWj{border:1px solid #e4e4e4; text-align:center; /*width:886px;*/}

.detTableWj .detTableWjBg{background:#f3f3f3;}

.detTableWj tr{height:36px; border-bottom:1px solid #e4e4e4;font-size: 16px;color: #000;}

.detTableWj td{ border-right:1px solid #e4e4e4;}

.detTableWj .xlsm{text-align:left; padding-left:15px; font-size:16px; line-height:20px; color:#000;}

.detTableWj i{color:#Fa5000;}

.detInfoFl .detTips{height:30px; line-height:30px; color:#000;font-size: 16px;}

.detInfoFl .detTips img{vertical-align:middle; margin-right:6px;}

.fahuoWrap{text-align:center; margin-top:20px;}

.fahuoWrap .fahuoBtn{cursor: pointer; background:#383e60; color:#fff; border-radius:2px; -webkit-border-radius:2px; -moz-border-radius:2px; padding:0 20px; text-align:center; height:36px; line-height:36px;}

.fahuoWrap .fahuoBtn:hover{background:#383e60;}



.article_zxwl {



}

.article_zxwl .com_top {

	border-bottom: none;

}

.article_zxwl .line {

	width: 100%;

	height: 1px;

	border-bottom: 1px solid #eee;

	margin-bottom: 20px;

	margin-top: 20px;

}

.article_zxwl .com_top a {

	color: #383e60;

}

.article_zxwl .com_top a.cur {

	color: #f4af46;

}

.article_zxwl iframe {

	width: 100% !important;

}

.article_zxwl .bot {

	margin-top: 30px;

}

.bot .return {

	width: 105px;

	height: 38px;

	line-height: 38px;

	text-align: center;

	border-radius: 4px;

	font-size: 16px;

	background: #f5f5f5;

	display: block;

	float: left;

	margin-right: 30px;

}

.bot .return:hover {

	color: #f4af46;

}

.article_zxwl .pre_next {

	max-width: 70%;

	width: 370px;

	float: left;

}

.article_zxwl .pre_next a {

	line-height: 2;

	display: block;

	font-size: 16px;

	overflow: hidden;

	text-overflow:ellipsis;

	white-space: nowrap;

}

.article_zxwl .pre_next a:hover {

	color: #f4af46;

}

.share_to {

	display: inline-block;

	float: left;

	position: relative;

	top: 7px;

}

.bdsharebuttonbox {

	display: inline-block;

	float: right;

}

.article_zxwl .comment.contentbox {

	margin-top: 30px;

	padding: 0px;

}

.comment_list {

	padding-left: 20px;

	padding-right: 20px;

	padding-bottom: 20px;

}

.comment_list .icon {

	width: 50px;

	height: 50px;

	text-align: center;

	border-radius: 50%;

	background: #e6e6e6;

	box-sizing: border-box;

	padding-top: 10px;

	float: left;

	margin-right: 30px;

}

.comment_list .icon img {

	width: 60%;

}

.comment_list .comment_cont {

	width:-webkit-calc(100% - 200px); 

	width:-moz-calc(100% - 200px); 

	width:calc(100% - 200px); 

	font-size: 16px;

	float: left;

}

.comment_list .comment_cont .user_name {

	line-height: 2;

	font-weight: bold;

}

.comment_list .comment_cont .content {

	color: #666;

}

.comment_list .comment_cont .time_msg {

	color: #aaa;

	margin-top: 10px;

	font-size: 14px;

}

.comment_list .item {

	padding-top: 30px;

	padding-bottom: 30px;

	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;

}

.comment_list .to_comment {

	text-align: right;

	float: right;

	margin-top: 60px;

}

.comment_list .to_comment div {

	display: inline-block;

	margin-left: 20px;

}

.comment_list .to_comment img {

	width: 25px;

}

.comment_list .to_comment .replay {

	display: inline-block;

}

.comment_list .to_comment .prise {

	display: inline-block;

	margin-left: 20px;

}

.comment_list .to_comment .prise img {

	cursor: pointer;

}

.comment_list .to_comment .prise span {

	color: #666666;

	display: inline-block;

}

.comment_list .replay_all {

	padding-left: 90px;

	margin-top: 20px;

	position: relative;

}

.comment_list .replay_list {

	background: #f5f5f5;

	padding: 20px;

	box-sizing: border-box;

    border-bottom: 1px solid #eee;

}

.arrow-top {

  width: 0;   

  height: 0;   

  border-left: 10px solid transparent; 

  border-right: 10px solid transparent;

  border-bottom: 10px solid #f5f5f5; 

  font-size: 0;  

  line-height: 0; 

  position: absolute;

  left: 115px;

  top: -10px;

}

.replay_txt {

	display: none;

	margin-top: 20px;

	margin-bottom: 20px;

}

.replay_txt.show {

	display: block;

}

.replay_txt textarea {

    min-height: 50px;

    width: 100%;

    border: 1px solid #c6c8ce;

    -webkit-appearance: none;

    background: #fff;

    -webkit-border-radius: 3px;

    -moz-border-radius: 3px;

    border-radius: 3px;

    -moz-background-clip: padding;

    -webkit-background-clip: padding-box;

    background-clip: padding-box;

    -webkit-box-shadow: 0 0 8px rgba(182, 195, 214, .6) inset, 0 1px 1px #fff;

    -moz-box-shadow: 0 0 8px rgba(182, 195, 214, .6) inset, 0 1px 1px #fff;

    box-shadow: 0 0 8px rgba(182, 195, 214, .6) inset, 0 1px 1px #fff;

    -webkit-transition-duration: 300ms;

    -moz-transition-duration: 300ms;

    -o-transition-duration: 300ms;

    -ms-transition-duration: 300ms;

    transition-duration: 300ms;

    -webkit-transition-easing: ease-in-out;

    -moz-transition-easing: ease-in-out;

    -o-transition-easing: ease-in-out;

    -ms-transition-easing: ease-in-out;

    transition-easing: ease-in-out;

    -webkit-transition-property: border-color, -webkit-box-shadow;

    -webkit-transition-property: border-color, box-shadow;

    -moz-transition-property: border-color, -moz-box-shadow;

    -moz-transition-property: border-color, box-shadow;

    -o-transition-property: border-color, box-shadow;

    -ms-transition-property: border-color, box-shadow;

    transition-property: border-color, box-shadow;

    box-sizing: border-box;

    padding: 10px;

    font-size: 16px;

}

.replay_txt button {

	width: 75px;

	height: 36px;

	line-height: 36px;

	background-color: #606580;

	text-align: center;

	display: block;

	float: right;

	color: #FFFFFF;

	font-size: 12px;

	border-radius: 6px;

	margin-right: 2px;

	margin-top: 20px;

	font-size: 15px;

	cursor: pointer;

}

.comment_list h2 {

	font-size: 16px;

	font-weight: normal;

}

.comment_list h2 img {

	width: 20px;

	position: relative;

	top: 3px;

}

#commentForm {



}

#commentForm textarea {

	min-height: 50px;

    width: 100%;

    border: 1px solid #c6c8ce;

    -webkit-appearance: none;

    background: #fff;

    -webkit-border-radius: 3px;

    -moz-border-radius: 3px;

    border-radius: 3px;

    -moz-background-clip: padding;

    -webkit-background-clip: padding-box;

    background-clip: padding-box;

    -webkit-box-shadow: 0 0 8px rgba(182, 195, 214, .6) inset, 0 1px 1px #fff;

    -moz-box-shadow: 0 0 8px rgba(182, 195, 214, .6) inset, 0 1px 1px #fff;

    box-shadow: 0 0 8px rgba(182, 195, 214, .6) inset, 0 1px 1px #fff;

    -webkit-transition-duration: 300ms;

    -moz-transition-duration: 300ms;

    -o-transition-duration: 300ms;

    -ms-transition-duration: 300ms;

    transition-duration: 300ms;

    -webkit-transition-easing: ease-in-out;

    -moz-transition-easing: ease-in-out;

    -o-transition-easing: ease-in-out;

    -ms-transition-easing: ease-in-out;

    transition-easing: ease-in-out;

    -webkit-transition-property: border-color, -webkit-box-shadow;

    -webkit-transition-property: border-color, box-shadow;

    -moz-transition-property: border-color, -moz-box-shadow;

    -moz-transition-property: border-color, box-shadow;

    -o-transition-property: border-color, box-shadow;

    -ms-transition-property: border-color, box-shadow;

    transition-property: border-color, box-shadow;

    box-sizing: border-box;

    padding: 10px;

    font-size: 16px;

    margin-top: 20px;

}

#commentForm button {

	width: 75px;

	height: 36px;

	line-height: 36px;

	background-color: #606580;

	text-align: center;

	display: block;

	float: right;

	color: #FFFFFF;

	font-size: 12px;

	border-radius: 6px;

	margin-right: 2px;

	margin-top: 20px;

	font-size: 15px;

	cursor: pointer;

}

.detail_msg {

	line-height: 2;

	color: #333;

	margin-top: 10px;

	letter-spacing: 1px;

}

.detail_msg span {

	display: inline-block;

}

.about_article {

	box-sizing: border-box;

	padding: 20px;

}

.about_article a {

	width: 32%;

	margin-right: 2%;

	display: block;

	float: left;

	line-height: 2.5;

	font-size: 15px;

	overflow: hidden;

	text-overflow:ellipsis;

	white-space: nowrap;

	padding-left: 20px;

	box-sizing: border-box;

	position: relative;

}

.about_article a span {



}

.about_article a:nth-child(3n) {

	margin-right: 0px;

}

.about_article a .pot {

	font-size: 12px;

	color: #f4af46;

	display: inline-block;

	position: relative;

	top: -2px;

	margin-right: 10px;

	position: absolute;

	left: 0;

	top: 3px;

}

.about_article a:hover {

	color: #f4af46;

}

.city_block {

	margin-top: 40px;

}

.city_block .typename {

	width: 100%;

	font-size: 16px;

	color: #383e60;

	font-weight: bold;

	background: #f5f5f5;

	border: 1px solid #ddd;

	padding-left: 30px;

	box-sizing: border-box;

	padding-top: 10px;

	padding-bottom: 10px;

}

.city_block .city_list {

	width: 100%;

	border-left: 1px solid #ddd;

}

.city_block .city_list a {

	width: 25%;

	float: left;

	height: 50px;

	line-height: 50px;

	display: block;

	box-sizing: border-box;

	padding-left: 15px;

	padding-right: 15px;

	overflow: hidden;

	text-overflow:ellipsis;

	white-space: nowrap;

    box-shadow: 1px 1px 0px #ddd;

    text-align: center;

}

.city_block .city_list a:hover {

	color: #f4af46;

}

.all_city_list {

	display: table;
	width: 100%;
    border-left: 1px solid #ddd;

}

.all_city_list dl {

	display: table-row;

}

.all_city_list dl dt {

	width: 115px;

	display: table-cell;

	text-align: center;

	box-shadow: 1px 1px 0px #ddd;

	height: 50px;

	vertical-align: middle;

}

.all_city_list dl dt a {

	height: 100%;

	font-size: 16px;

	font-weight: bold;

	color: #383e60;

}

.all_city_list dl dd {

	box-shadow: 1px 1px 0px #ddd;

	display: table-cell;

	vertical-align: middle;

	padding: 10px;

	padding-right: 20px;

}

.all_city_list dl dd ul {



}

.all_city_list dl dd ul li {

	display: inline-block;

}

.all_city_list dl dd em {

	font-style: normal;

}

.all_city_list dl dd a {

	padding: 3px 10px;

	display: inline-block;

}

.all_city_list dl dd a:hover {

	color: #f4af46;

}



/*订单查询*/

.order_search {

	height: 50px;

	line-height: 50px;

	max-width: 820px;

	margin-left: auto;

	margin-right: auto;

}

.order_search label {

	width: 90px;

	line-height: 50px;

	display: inline-block;

	float: left;

	font-size: 16px;

	font-weight: bold;

	color: #383e60;

}

.order_search input {

	width: 100%;

	height: 50px;

	border: 1px solid #ddd;

	box-sizing: border-box;

	padding-left: 10px;

	color: #666;

	font-size: 16px;

}

.order_search .btn-search {

	background: #383e60;

	font-weight: bold;

	color: #fff;

	font-size: 16px;

	border-radius: 4px;

	width: 120px;

	height: 50px;

	outline: none;

	border: none;

	float: right;

	cursor: pointer;

}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */

    color:    #999;

}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */

   color:    #999;

}

::-moz-placeholder { /* Mozilla Firefox 19+ */

   color:    #999;

}

:-ms-input-placeholder { /* Internet Explorer 10-11 */

   color:    #999;

}

.order_search .input_box {

	width:-webkit-calc(100% - 225px); 

	width:-moz-calc(100% - 225px); 

	width:calc(100% - 225px); 

	float: left;

	position: relative;

}

.order_search .btn-reset {

	position: absolute;

	width: 20px;

	right: 10px;

	top: 15px;

	background: #fff;

	outline: none;

	border: none;

	cursor: pointer;

}

.order_search .btn-reset img {

	width: 100%;

}

.search_line {

	width: 100%;

	height: 1px;

	border-bottom: 1px solid #eee;

	margin-top: 30px;

	margin-bottom: 30px;

}



/*专线查询*/

.index_zxcx {

	

}

.index_zxcx .grayInput {

	height: 50px;

	width:-webkit-calc(50% - 150px); 

	width:-moz-calc(50% - 150px); 

	width:calc(50% - 150px); 

}

.index_zxcx .searchBox label {

	height: 50px;

	line-height: 50px;

	font-size: 16px;

}

.index_zxcx .searchBox {

	padding-bottom: 30px;

}

.index_zxcx .searchBox .returnIcon {

	margin-top: 12px;

}

.index_zxcx .searchBox .searchBoxBtn {

	height: 50px;

	line-height: 50px;

	font-size: 16px;

	font-weight: bold;

	border-radius: 4px;
	outline: none;
	border: none;

}

.search_hotline {

	padding-top: 20px;

}

.search_hotline span {

	font-size: 15px;

	font-weight: bold;

	line-height: 1.7;
	position: relative;
	top: -10px;

}

.search_hotline a {

	display: inline-block;

	margin-right: 30px;

	font-size: 15px;

	line-height: 1.7;

}

.search_hotline a:hover {

	color: #f4af46;

}

.box .content .contentbox.num_cont {

	background: #f5f5f5;

	padding: 10px;

}

.box .content .contentbox.num_cont span {

	color: #f4af46;

}

.box .content .contentbox.search_line_result {
	box-sizing: border-box;
	padding: 10px;

}

.search_line_result .item {

	padding: 30px;

	border-bottom: 1px solid #eee;

}

.search_line_result .item .item_left {

	width:-webkit-calc(100% - 100px); 

	width:-moz-calc(100% - 100px); 

	width:calc(100% - 100px); 

	float: left;

}

.search_line_result .item .item_left .title {

	font-size: 16px;

	font-weight: bold;

	line-height: 1.5;

	margin-bottom: 10px;

}

.search_line_result .item .item_left .area {

	color: #666;

	line-height: 1.7;

	font-size: 16px;

}

.search_line_result .item .item_btn {

	width: 80px;

	float: right;

}

.search_line_result .item .item_btn a {

	display: block;

	width: 100%;

	height: 38px;

	line-height: 38px;

	background: #606580;

	color: #fff;

	margin-bottom: 7px;

	font-size: 16px;

	text-align: center;

	border-radius: 4px;

	border: 1px solid #ddd;

}

.search_line_result .item .item_btn a.b {

	background: #fff;

	color: #333;

}

.index_send {

	text-align: left;

}

.index_send table {

	text-align: left;

}

.index_send table td {

	text-align: left;

}



.contentbox_top {

	line-height: 30px;

	font-size: 18px;

	font-weight: bold;

	color: #383e60;

	margin-bottom: 10px;

}

.contentbox_top img {

	position: relative;

	top: -1px;

}

.contentbox_top span {

	font-size: 15px;

	color: #f4af46;

}

.index_send input {

	font-family: "微软雅黑";

	font-size: 14px;

	color: #666;

	outline: none;

}

.fhbeizhu {

	border: 1px solid #ccc;

	margin-left: 15px;

	box-sizing: border-box;

	padding: 5px;

	outline: none;

}

.fh-hwxxmain {

	padding: 10px;

	box-sizing: border-box;

	font-size: 14px;

}

.fh-hwxx .reset_goods {

	background: #fff;

	border: none !important;

}

.fhxx-jxzj {

	color: #666;

}



/*右侧浮框*/.right_silder {

	width: 80px;

	position: fixed;

	top: 50%;

	right: 5px;

	margin-top: -100px;

	z-index: 9999;

}



.right_silder .box {

	width: 80px;

	height: 80px;

	border-radius: 4px;

	background: #7f7f7f;

	color: #fff;

	margin-bottom: 5px;

	box-sizing: border-box;

	padding-top: 10px;

	font-size: 12px;

	line-height: 1.5;

	text-align: center;

	display: block;

}



.right_silder .box img {

	width: 40px;

	display: block;

	margin-left: auto;

	margin-right: auto;

}



.right_silder .box:hover {

	background: #f4af46;

}



.right_silder .wet {

	position: relative;

}



.right_silder .wetchart {

	display: none;

	position: absolute;

	right: 72px;

	top: -60px;

	width: 200px;

	height: 213px;

}



.right_silder .wetchart img {

	width: 100%;

	height: 100%;

}



.right_silder .wet:hover .wetchart {

	display: block;

}



.right_silder .kf {

	display: none;

	width: 220px;

	height: 135px;

	position: absolute;

	background: url(/images/icon_bg2.png) no-repeat;

	right: 65px;

	top: 18px;

	padding-left: 10px;

	font-size: 13px;

}



.right_silder .kf>a {

	width: 155px;

	height: 40px;

	line-height: 40px;

	text-align: center;

	display: block;

	border-radius: 20px;

	background: #f4af46;

	color: #fff;

	margin-top: 25px;

	margin-left: 15px;

}



.right_silder .kf .phone {

	margin-top: 30px;

	font-size: 14px;

	color: #333;

	padding-right: 30px;

}



.right_silder .kf_box {

	position: relative;

}



.right_silder .kf_box:hover {

	background: #f4af46 url(/images/icon_01_h.png) no-repeat center center;

	background-size: 70% 70%;

}



.right_silder .kf_box:hover .kf {

	display: block;

}

.right_silder .box {

	width: 80px;

	height: 80px;

	box-sizing: border-box;

	padding-top: 50px;

	display: block;

	color: #333;

	border: 1px solid #ddd;

}

.right_silder .box:hover {

	color: #fff;

}

.right_silder .box1 {

	

	background: #fff url(/images/icon_01.png) no-repeat center 10px;

	background-size: 40px 40px;

}

.right_silder .box1:hover {

	background: #f4af46 url(/images/ico_01.png) no-repeat center 10px;

	background-size: 40px 40px;

}

.right_silder .box2 {

	background: #fff url(/images/icon_03.png) no-repeat center 10px;

	background-size: 40px 40px;

}

.right_silder .box2:hover {

	background: #f4af46 url(/images/ico_03.png) no-repeat center 10px;

	background-size: 40px 40px;

}

.right_silder .box3 {

	background: #fff url(/images/icon_04.png) no-repeat center 10px;

	background-size: 40px 40px;

}

.right_silder .box3:hover {

	background: #f4af46 url(/images/ico_04.png) no-repeat center 10px;

	background-size: 40px 40px;

}

.right_silder .box4 {

	background: #fff url(/images/icon_02.png) no-repeat center 10px;

	background-size: 40px 40px;

}

.right_silder .box4:hover {

	background: #f4af46 url(/images/ico_02.png) no-repeat center 10px;

	background-size: 40px 40px;

}

.allmap_map {

	width: 100%;

	height: 400px;

}

.zyxl {



}

.zyxl .com_top {

	border-bottom: 1px solid #ddd;

}

.zyxl ul {

	margin-top: 10px;

	padding-bottom: 10px;

}

.zyxl ul li {

	width: 100%;

	height: 35px;

	line-height: 35px;

	border-bottom: 1px dashed #ddd;

}

.zyxl ul li a {

	width: 100%;

	height: 100%;

	box-sizing: border-box;

	padding-left: 15px;

	padding-right: 15px;

	display: block;

	overflow: hidden;

	text-overflow:ellipsis;

	white-space: nowrap;

}

.zyxl ul li a:hover {

	color: #f4af46;

}

.more-box p {

	margin-top: 20px;

}







.article_zxwl .grayInput {

	height: 50px;

	width:-webkit-calc(50% - 150px); 

	width:-moz-calc(50% - 150px); 

	width:calc(50% - 150px); 

}

.article_zxwl .searchBox label {

	height: 50px;

	line-height: 50px;

	font-size: 16px;

}

.article_zxwl .searchBox {

	padding-bottom: 30px;

}

.article_zxwl .searchBox .returnIcon {

	margin-top: 12px;

}

.article_zxwl .searchBox .searchBoxBtn {

	height: 50px;

	line-height: 50px;

	font-size: 16px;

	font-weight: bold;

	border-radius: 4px;

}

.detail_msg .z {

	width: 130px;

	height: 40px;

	line-height: 40px;

	border: 1px solid #ddd;

	display: block;

	border-radius: 4px;

	float: right;

	box-sizing: border-box;

	padding-left: 15px;

	font-size: 16px;

}

.detail_msg .z:hover {

	color: #f4af46;	

	border: 1px solid #f4af46;

}

.detail_msg .z img {

	width: 25px;

	position: relative;

	top: 5px;

	margin-right: 7px;

	filter:Gray;

	-webkit-filter: grayscale(100%);

}

.detail_msg .z:hover img {

	filter:Gray;

	-webkit-filter: grayscale(0);

}
.com_link {
	padding: 20px;
	box-sizing: border-box;
	padding-bottom: 40px;
}
.com_link a:hover {
	color: #f4af46;
}

.diy_add {

}
.diy_add .all_city_list dl dd ul li {
	width: 33.3%;
    box-shadow: -1px 1px 0px #ddd;
    padding: 10px;
    box-sizing: border-box;
}
.diy_add .all_city_list dl dt {
	box-shadow: 0px 1px 0px #ddd;
}
.diy_add .all_city_list dl dd {
	padding: 0px;
	padding-right: 0px;
}
.diy_add .city_block .typename {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}



.item_list {
	padding-top: 12px;
	padding-bottom: 12px;
    border-bottom: dashed 1px #ddd;
}
.item_list .img_box {
	width: 140px;
	height: 120px;
	float: left;
	margin-right: 15px;
	display: block;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.item_list .img_box img {
	width: 100%;
	height: 100%;
}
.item_list .lineinfo1 {
	width:-webkit-calc(100% - 420px); 
	width:-moz-calc(100% - 420px); 
	width:calc(100% - 420px); 
    padding: 0 20px 0 0;
    float: left;
}
.item_list .lineinfo1 .zhuanxian {
	line-height: 1.8;
}
.item_list .lineinfo1 .zhuanxian a {
	padding-top: 0px;
	padding-bottom: 0px;
	color: #363135;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
}
.item_list .lineinfo1 .zhuanxian a:hover {
    text-decoration: underline;
}
i, em {
    font-style: normal;
}
.zhuanxian i {
    color: #999;
}
.introTip {
    color: #999;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
    font-size: 12px;
    margin: 4px 0 4px 26px;
}
.leftAddress {
    font-size: 12px;
    color: #999;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
    padding: 0 0 0 26px;
    background: url(/images/icon.png) no-repeat -3px -406px;
}

.lineInfo2 {
    font-size: 12px;
    line-height: 24px;
    width: 155px;
    padding: 0px;
}
.lineInfo2 i {
    color: #999;
}
.lineInfo2 .fontOrange, .lineInfo2 span {
    color: #fa5000;
    font-weight: bold;
}
.operationBox {
    width: 83px;
}

.qqBtn {
    display: block;
    width: 82px;
    height: 26px;
    background: url(/images/icon.png) no-repeat 0 -599px;
    cursor: pointer;
}
.faHuoBtn, .faHuoBtn:hover, .chaKanBtn, .chaKanBtn {
    display: block;
    width: 66px;
    height: 28px;
    margin: 5px auto 0;
    line-height: 28px;
    text-align: center;
    color: #fff !important;
    font-size: 14px !important;
    background: #ff7300;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.chaKanBtn, .chaKanBtn:hover {
    display: block;
    width: 64px;
    height: 26px;
    margin: 10px auto 0;
    line-height: 26px;
    color: #9b9b9b !important;
    border: solid 1px #dddbdc;
    background: #fff;
}
.chaKanBtn:hover {
    color: #fff !important;
    border: solid 1px #2a8ad4;
    background: #2a8ad4;
}
.faHuoBtn:hover {
    background: #ff5400 !important;
}
.qqBtn:hover{background:url(/images/icon.png) no-repeat 0 -626px;}
.marginTop10 {
    margin-top: 10px;
}
.lists.contentbox {
	/*background: #fffdf6 !important;*/
}
.lists.contentbox a {
	padding-top: 0px;
	padding-bottom: 0px;
}
.companyName {
    color: #ff6e0a !important;
    padding: 0 0 0 26px;
    background: url(/images/icon.png) no-repeat -3px -459px;
    font-size: 14px !important;
}
.companyName:hover {
	text-decoration: underline;
}
.article_hccd .detTable .detTableBg {
    width: 110px;
}
.article_hccd .detTable {
	width: 50% !important;
}
.article_hccd table tr:first-child {
	background: #fff;
}
.article_hccd .detTable .detTableBg {
	text-align: right;
}
.article_hccd table tr:first-child {
	font-weight: normal;
}
.hotarea_des {
	width: 70%;
	float: left;
}
.hostarea_img {
	width: 30%;
	float: right;
}
.hostarea_img img {
	max-width: 100%;
}
.list_map {
	position: fixed;
    width: 860px;
    left: 50%;
    top: 50%;
    margin-left: -430px;
    margin-top: -250px;
    height: 500px;
    z-index: 10000;
    background-color: #fff;
    border: 1px #c3c3c3 solid;
    padding: 1px;
    visibility:hidden;
}
.list_map .top {
	height: 45px;
	line-height: 45px;
	background: #eee;
	box-sizing: border-box;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
}
.list_map .map_btn {
	display: inline-block;
	float: right;
	margin-right: 15px;
	font-size: 18px;
	cursor: pointer;
}
.list_map .allmap_map {
	width: 100%;
	height: 100%;
}
#BgDiv{
	background-color:#333; 
	position:fixed; 
	z-index:9999; 
	left:0; 
	top:0; 
	width:100%; 
	height:2016px;
	opacity:0.3;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3; 
	visibility: hidden;
}
.map_show {
	color: #999 !important;
}
.zyxl .item_list .lineinfo1 {
	width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
    padding: 0px;
    float: left;
}
.zyxl .item_list {
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
}
.zyxl .item_list .img_box {
	width: 80px;
	height: auto;
}
.zyxl .item_list .lineinfo1 .zhuanxian a {
	font-size: 12px;
}
.zyxl .companyName {
	font-size: 12px !important; 
}
.zyxl .item_list .img_box {
	margin-right: 5px;
}
.sr-bdimgshare .bdimgshare-content {
	display: none;
}
.sr-bdimgshare-black .bdimgshare-bg {
	display: none;
}

.table_box {
	padding: 10px 20px 30px 20px;
	box-sizing: border-box;
	
}
.table_box tr td {
	text-align: left;
	background: #f3f3f3;
    word-break: break-all;

}
.table_box table tr:first-child {
	background: #fff;
	font-weight: normal;
	color: #666;
}
.table_box tr td:nth-child(2n) {
	background: #fff;
}
.right_more {
	float: right;
	display: inline-block;
	font-size: 12px;
	color: #999;
	font-weight: normal;
	margin-right: 20px;
}

.last_news{
	display: inline-block;
}

.last_news ul,.last_news b{
	float: left;
	line-height: 26px;
}
.last_news b{
	font-size: 14px;
}
.last_news ul{
	background: url(/images/news_msg.png) no-repeat left center;
	line-height: 26px;
	margin-left: 10px;
	height: 27px;
	overflow: hidden;

}
.last_news ul a{
	display: block;
	color: #666;
}
.last_news ul a:hover{
	color: #DE0000;
}
.index_img {
	width: 60px;
	height: 62px;
    background: url(/images/bbb.png) no-repeat;
    text-indent: -99em;
    cursor: pointer;
    box-sizing: border-box;
}
.index_img:hover {
	width: 60px;
	height: 62px;
    background: url(/images/ccc.png) no-repeat;
    text-indent: -99em;
    cursor: pointer;
    box-sizing: border-box;
}



/*物流线路*/

.line_sheng {

	background: #fff;

	box-sizing: border-box;

	margin-top: 20px;

}

.line_sheng a {

	width: 32%;


	margin-right: 2%;

	display: inline-block;

	box-sizing: border-box;

	padding: 5px;

	border: 1px solid #eee;

	margin-bottom: 5px;

	margin-top: 5px;

	overflow: hidden;

	text-overflow:ellipsis;

	white-space: nowrap;

}
.line_sheng a:nth-child(3n) {
	margin-right: 0px;
}
.line_sheng a:hover {

	color: #f4af46;

}