/*@charset "utf-8";*/
/* CSS Document */
*{
	margin:0;
	padding: 0;
	font-family: "微软雅黑";
}
body{
	min-width: 1200px;
}
ul li{
	list-style: none;
	list-style-type: none;
}
a{
	text-decoration: none;
}
.fix_width{
	width:1200px;
	margin: 0 auto;
}
select{
	border: 1px solid #e5e5e5;
	background: #f4f4f4;
	border-radius: 4px;
	font-size: 18px;
	padding:0 10px;
}
textarea{
	
}
.required{
	font-size: 14px;
	color: #f64f4f;
}
.w500{
	width: 500px;
	box-sizing: border-box;
}

header .h_nav{
	float:right;
}
header .h_nav div{
	float:left;
	position: relative;
}
header .h_nav div:last-child ul{
  width:120px;
}
header .h_nav div ul{
	position:absolute;
	top:96px;
	background: #fff;
	z-index: 999;
	width: 102px;
	left: 16px;
	padding: 10px 0;
	display: none;
	box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}
header .h_nav div ul li,
header .h_nav div ul a{
	color: #282828;
	line-height: 36px;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 14px;
}
header .h_nav div ul a:hover{
	color: #f18300;
}
header .h_nav div:hover ul{
	display:block;
}
header .h_nav a.stair{
	color:#282828;
	margin-left: 16px;
	padding: 0 15px;
	display: inline-block;
	box-sizing: border-box;
	border-bottom: 4px solid #fff;
}
header .h_nav div:hover .stair{
	border-bottom: 4px solid #fece0c;
}
header .h_nav a.active{
	border-bottom: 4px solid #fece0c;
}
header .logo{
	vertical-align:middle;
}


.query_bar{
	background:#ffce0c;
}
.query_bar .sserve_nav{
	overflow:hidden;
}
.query_bar .sserve_nav li{
	width: 25%;
	float: left;
}
.query_bar .sserve_nav li a{
	display: block;
	line-height: 98px;
	font-size: 18px;
	text-align: center;
	color:#282828;
}
.query_bar .sserve_nav li a:hover{
	color:#fff;
	background: #000;
}
.query_bar .sserve_nav li a span{
	padding: 20px 0;
	padding-left: 58px;
}
.query_bar .sserve_nav li .order span{
	background: url(../images/order1.png) no-repeat left;
}
.query_bar .sserve_nav li .order:hover span{
	background: url(../images/order2.png) no-repeat left;
}
.query_bar .sserve_nav li .waybill span{
	background: url(../images/waybill1.png) no-repeat left;
}
.query_bar .sserve_nav li .waybill:hover span{
	background: url(../images/waybill2.png) no-repeat left;
}
.query_bar .sserve_nav li .payment span{
	background: url(../images/payment1.png) no-repeat left;
}
.query_bar .sserve_nav li .payment:hover span{
	background: url(../images/payment2.png) no-repeat left;
}
.query_bar .sserve_nav li .website span{
	background: url(../images/website1.png) no-repeat left;
}
.query_bar .sserve_nav li .website:hover span{
	background: url(../images/website2.png) no-repeat left;
}
.content{
	margin-top: 58px;
}
.content .content_box{
	height:492px;
}
.content .content_box .intro{
	float:left;
	width: 374px;
	margin-right: 39px;
	background: #f7f7f7;
	height: 492px;
	position: relative;
}
.content .content_box .intro:hover{
	box-shadow: 0 0 25px rgba(0,0,0,0.2);
	
}
.content .content_box .intro:hover .title{
	background: #ffce0c;
}
.content .content_box .intro:last-child{
	margin-right:0;
}
.content .content_box .intro .title{
	position: absolute;
	width: 140px;
	height: 140px;
	background: #fff;
	top:105px;
	left: 50%;
	margin-left: -70px;
	border-radius: 50%;
	font-size: 18px;
	color: #282828;
	text-align: center;
}
.content .content_box .intro .title img{
	margin-top: 35px;
	margin-bottom: 5px;
}
.content .content_box .intro .txt{
	text-align: justify;
	padding: 19px;
	color:#656565;
	font-size: 14px;
	line-height: 26px;
	margin-top: 80px;
}
.content .content_box .intro .txt_img{
	text-align: center;
}
.news{
	margin-bottom: 85px;
}

footer{
	background: #282828;
}
.footer_list{
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #434343;
}
.footer_list .item{
	float: left;
	width: 170px;
}
.footer_list .item .title{
	font-size: 18px;
	color:#989898;
	margin-bottom: 5px;
}
.footer_list .item .tel{
	font-size: 24px;
	color: #656565;
}
.footer_list .item li{
	line-height: 30px;
}
.footer_list .item li a{
	color:#656565;
	font-size: 14px;
}
.footer_list .item li a:hover{
	color: #ffce0c;
}
.footer_list .qr{
	float:right;
	text-align: center;
	width: 110px;
	color: #656565;
	font-size: 14px;
	line-height: 22px;
}
.footer_list .qr img{
	width: 100%;
}
/*.copyright{
	line-height: 66px;
	text-align: center;
	color: #656565;
	vertical-align: middle;
	font-size: 14px;
}
.copyright img{
	height: 30px;
	vertical-align: middle
}
.copyright span{
	padding-left: 35px;
}*/
.main_im{
	position: fixed;
	right: 40px;
	bottom:200px;
	z-index: 99;
}
.main_im li{
	width: 100px;
	height: 60px;
}
.main_im li:hover .im_box{
	display: block;
}
.main_im li .main_im_a{
	display: block;
	position: relative;
	height: 60px;
	width: 60px;
	float: right;
	background-color:#ffce0c;
	margin-top: 10px;
	border-radius: 50%;
}
.main_im li .main_im_a:hover{
	background-color: #f18300;
}
.main_im li .im_box{
	position: absolute;
	right: 80px;
	top: 0;
	background: #f5f5f5;
	padding: 10px 20px;
	color:#282828;
	width: 130px;
	display: none;
}
.main_im li .im_box span{
	font-size:14px;
}
.main_im li .im_box .tel{
	font-size: 18px;
}
.main_im_tel{
	background: url(../images/im_tel1.png) no-repeat center;
}
.main_im_tel:hover{
	background: url(../images/im_tel2.png) no-repeat center;
}
.main_im_qq{
	background: url(../images/im_qq1.png) no-repeat center;
}
.main_im_qq:hover{
	background: url(../images/im_qq2.png) no-repeat center;
}
.main_im .main_im_qq .im_box{
	text-align: center;
}
.main_im .main_im_qq .im_box img{
	width: 60%;
}
.main_im_qq:hover .im_box{
	display: block;
}
.main_im_qr{
	background: url(../images/im_qr1.png) no-repeat center;
}
.main_im_qr:hover{
	background: url(../images/im_qr2.png) no-repeat center;
}
.main_im .main_im_qr .im_box{
	text-align: center;
	padding: 20px;
}
.main_im .main_im_qr .im_box img{
 	width: 100%;	
}
.main_im_qr:hover .im_box{
	display: block;
}
.main_im_top{
	background: url(../images/im_top1.png) no-repeat center;
}
.main_im_top:hover{
	background: url(../images/im_top2.png) no-repeat center;
}


.inside_body{
	background: #f4f4f4;
}

.inside_banner,
.about_banner,
.profession_banner,
.help_banner,
.news_banner{
	height: 290px;
	color:#f4f4f4;
	font-size: 36px;
	text-align: center;
	line-height: 290px;
        margin-top: 125px;
}
.inside_banner{
	background: url(../images/online_banner.png) top center no-repeat;
}
.about_banner{
	background: url(../images/about_banner.png) top center no-repeat;
}
.help_banner{
	background: url(../images/help_banner.png) top center no-repeat;
}
.news_banner{
	background: url(../images/news_banner.png) top center no-repeat;
}
.main{
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 48px;
}
.main .nav{
	float:left;
	width: 250px;
	margin-right: 30px;
	background: #fff;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	padding: 10px 0;
}
.main .nav a{
	display: block;
	color:#282828;
	margin:15px 0;
}
.main .nav .active{
	border-left:4px solid #009141;
}
.main .nav a:hover{
	background: #009141;
        color: #FFF;
}
.main .right_con{
	float:left;
	width: 920px;
	background: #fff;
	padding:13px 30px;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
}
.main .right_con .title{
	line-height: 62px;
	border-bottom:1px solid #f4f4f4;
	font-size: 18px;
	color:#282828;
}
.main .right_con .waybill_search{
	margin: 30px 0;
	width: 450px;
	height: 152px;
	border: 1px solid #e5e5e5;
	background: #f4f4f4;
	border-radius: 4px;
	padding:10px 14px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 30px;
}
/*--货款查询--*/
.payment_search{
	padding-top: 25px;
}
.payment_search li{
	margin-bottom: 23px;
}
.payment_search label{
	display: inline-block;
	width: 75px;
	text-align: right;
	font-size: 18px;
	color: #282828;
	margin-right: 15px;
}
.payment_search span{
	padding:0 15px;
}
.payment_search .btn{
	display:inline;
}

/*--在线下单--*/
.online_order{
	text-align: center;
	font-size: 18px;
}
.online_order h2{
	color: #282828;
	font-size: 30px;
	font-weight: 400;
	margin-top: 75px;
	margin-bottom: 30px;
}
.online_order span{
	color: #f08200;
	padding-right: 8px;
}
.online_order .dot{
	padding: 0 30px;
}
.online_order img{
	margin: 70px 0 170px;
	width: 170px;
}

/*--网点查询tab--*/
.tab {
	position: relative;
	overflow: hidden;
	margin:15px 0;
}

.tab-nav {
	height: 38px;
	overflow: hidden;
}

.tab-nav .tab-nav-a {
	display: block;
	float: left;
	width: 147px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	color: #f08200;
	font-size: 18px;
	border: 1px solid #f08200;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
}
.tab-nav a.current {
	background: #f08200;
	color: #fff;
}
.tab-con {
	position: relative;
	overflow: hidden;
	border: 1px solid #f08200;
	margin-top: -1px;
	min-height: 300px;
}
.tab-con-item {
	display: none;
	width: 858px;
	padding-bottom: 30px;
}
.tab-con-item .map_box{
	padding:25px;
	height: 400px;
}

.search_box{
	margin-bottom: 30px;
	padding-left: 25px;
}
.search_box select{
	width: 114px;
	margin-right: 4px;
}
.search_box input{
	width: 285px;
	margin-right: 7px;
}
.search_box .btn{
	display: inline;
}
.no_data{
	padding-left: 25px;
	font-size: 18px;
	color: #f08200;
}
.date_table{
	padding: 0 25px;
	margin-top: 15px;
}
.date_table table{
	width: 100%;
	font-size: 14px;
}
.date_table table tr th{
	line-height: 40px;
	background: #f08200;
	color: #fff;
	height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
}
.date_table table tr td{
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding:10px;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	height: 81px;
}
.date_table table tr td:last-child{
	border-right: 1px solid #e5e5e5;
}
.date_table table tr td a{
	background: #f4f4f4;
	color: #f08200;
	display: block;
	width: 45px;
	height: 28px;
	text-align: center;
	line-height: 28px;
}
/*--业务介绍-加盟鸿泰--*/
.right_con_content .join ul li{
	border-bottom: 1px solid #f4f4f4;
	padding: 27px 0;
}
.right_con_content .join ul li h4{
	font-weight: 400;
	font-size: 18px;
	color: #f08200;
}
.right_con_content .join ul li p{
	line-height: 36px;
	color: #656565;
	font-size: 14px;
}
.right_con_content .contact{
	line-height: 36px;
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 27px;
}
.right_con_content .contact span{
	color: #f08200;
}

/*--违禁品--*/
.contraband li{
	margin-top: 36px;
	font-size: 14px;
	color: #656565;
	line-height: 30px;
}
.contraband li h4{
	font-size: 18px;
	font-weight: 400;
	color: #282828;
}
.contraband li table{
	width: 100%;
	border: 1px solid #282828;
	border-bottom: 0;
	margin-top: 20px
}
.contraband li table tr th,
.contraband li table tr td{
	border-left: 1px solid #282828;
	border-bottom: 1px solid #282828;
	padding:5px 10px; 
}
.contraband li table tr th:first-child,
.contraband li table tr td:first-child{
	border-left:0;
	text-align: center;
}
.contraband li table tr th{
	text-align: center;
}

/*--公司简介--*/
.about,
.supervise{
	line-height: 36px;
	color: #656565;
	font-size: 14px;
	padding: 40px 0;
}
.about h4,
.supervise h4{
	font-size: 18px;
	color: #282828;
	margin-top: 40px;
	font-weight: 400;
}

.supervise h4{
	margin-top:0px;
	margin-bottom: 15px;
}
.supervise p:last-child{
	margin-top: 20px;
}

/*--投诉建议--*/
.suggest{
	padding: 25px;
	font-size: 18px;
	color: #282828;
}
.suggest li{
	margin-bottom: 20px;
}
.suggest li label{
	width: 90px;
	height: 40px;
	margin-right: 10px;
	display: inline-block;
	line-height: 40px;
	text-align: right;
}
.suggest li textarea{
	width: 686px;
	height: 254px;
	vertical-align: top;
}
.suggest li .btn{
	display: inline;
}
.suggest li .btn_txt{
	border: none;
	width: 90px;
	text-align: center;
	background: none;
	font-size: 18px;
}
.suggest li div{
	display: inline-block;
	font-size: 14px;
	color: #989898;
	line-height: 30px;
}

/*--常见问题--*/
.question{
	line-height: 30px;
}
.question table{
	width: 100%;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f4f4f4;
}
.question th{
	text-align: left;
	font-size: 18px;
	color: #282828;
	font-weight:normal;
}
.question td{
	font-size: 14px;
	color: #656565;
}
.contact_us{
	line-height: 30px;
	font-size: 18px;
	color: #282828;
	text-align: center;
	padding-bottom: 50px;
}
.contact_us li{
	margin-top: 50px;
}
.contact_us li .txt{
	color: #f08200;
}
.contact_us li .tel{
	font-size: 30px;
	font-weight: bold;
}
.join_us li{
	padding: 33px 0;
	border-bottom: 1px solid #f4f4f4;
}
.join_us li div{
	float: left;
	width: 33.3%;
}
.join_us li{
	overflow: hidden;
}
.join_us li .item1{
	font-size: 24px;
	color: #f08200;
}
.join_us li .item2{
	color: #656565;
	font: 14px;
	line-height: 25px;
}
.join_us li .item3 .btn{
	float: right;
}
.join_us_name{
	background: #f4f4f4;
	margin: 20px 0;
	padding: 20px;
}
.join_us_name small{
	font-size: 14px;
	color: #989898;
	display: block;
	text-align: right;
}
.join_us_name h1{
	font-size: 30px;
	color: #f08200;
	margin-top: 15px;
	margin-bottom: 20px;
}
.join_us_name p{
	font-size: 18px;
	color: #656565;
	line-height: 25px;
}
.join_us_txt li{
	margin-bottom: 50px;
	line-height: 36px;
}
.join_us_txt li div{
	font-size: 18px;
	color: #282828;
}
.join_us_txt li p{
	font-size: 14px;
	color: #656565;
}
.join_us_txt li span{
	color: #f08200;
}
.video{
	margin-bottom: 50px;
}
.video .video_title{
	line-height: 30px;
	font-size: 14px;
	color: #282828;
}
.video iframe{
	margin-bottom: 20px;
	border: none;
}
.video ul li{
	line-height: 36px;
	font-size: 14px;
	color: #282828;
}
.video ul li a{
	color: #8d591b;
}


.news_list li{
	list-style-type: square;
	color: #f08200;
	line-height: 60px;
	border-bottom: 1px solid #f4f4f4;
	list-style-position: inside;
}
.news_list li a{
	color: #282828;
	font-size: 18px;
}
.news_list li a:hover,
.news_list li a:hover span{
	color:#f08200;
}
.news_list li a span{
	float: right;
	color: #989898;
}

.news_list_mian .news_list_mian_title{
	margin-top: 50px;
	font-size: 24px;
	text-align: center;
	color: #282828;
}
.news_list_mian .time{
	text-align: center;
	font-size: 14px;
	color: #989898;
	margin-top: 10px;
	margin-bottom: 50px;
}
.news_list_mian .time span{
	margin-right: 10px;
}
.activity_list{
	line-height: 62px;
}
.activity_list li{
	border-bottom: 1px solid #f4f4f4;
}
.activity_list li a{
	color: #f08200;
	font-size: 24px;
}
.activity_list li a:hover,
.activity_list li a:hover span{
	color: #ffa131
}
.activity_list li a span{
	font-size: 14px;
	color: #989898;
	float: right;
}
.demo {
    width: 690px;
    margin: 0 auto;
}
.demo li {
    float: left;
    list-style: none;
    padding: 2px;
}
.thisclass {
    color: #ff9605;
}
a {
    color: #666;
    text-decoration: none;
}
.tabs-basic .tabs-content-placeholder div.tab-content-active{
    display: block;
}