/*@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;
}
.btn{
	width: 144px;
	height: 42px;
	background: #ffce0c;
	color: #282828;
	text-align: center;
	line-height: 42px;
	border:none;
	font-size: 18px;
	border-radius: 4px;
	outline: none;
	cursor: pointer;
	display: block;
}
input,
textarea{
	border: 1px solid #e5e5e5;
	background: #f4f4f4;
	border-radius: 4px;
	height: 40px;
	font-size: 18px;
	padding:0 10px;
}
select{
	border: 1px solid #e5e5e5;
	background: #f4f4f4;
	border-radius: 4px;
	font-size: 18px;
	padding:0 10px;
}
.required{
	font-size: 14px;
	color: #f64f4f;
}
.w500{
	width: 500px;
	box-sizing: border-box;
}
header{
	font-size: 18px;
	height: 66px;
	line-height: 62px;
	background: #fff;
	position: fixed;
	width: 100%;
	opacity: 0.9;
	top: 0px;
	box-shadow:0px 0px 10px #000;
	z-index:99;
}
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:66px;
	background: #fff;
	z-index: 999;
	width: 128px;
	left: 3px;
	padding: 10px 0;
	display: none;
	box-shadow: 0 3px 10px rgba(0,0,0,0.3);
	animation: hideIndex 0.5s;
    -moz-animation: hideIndex  0.5s; /* Firefox */
    -webkit-animation: hideIndex  0.5s; /* Safari and Chrome */
    -o-animation: hideIndex  0.5s; /* Opera */
}
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;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	font-weight:bold;
	-webkit-animation: neon2 1.5s ease-in-out infinite alternate;
	-moz-animation: neon2 1.5s ease-in-out infinite alternate;
	animation: neon2 1.5s ease-in-out infinite alternate;
}
header .h_nav div ul a:hover{
	color: #f18300;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	font-weight:bold;
	-webkit-animation: neon2 1.5s ease-in-out infinite alternate;
	-moz-animation: neon2 1.5s ease-in-out infinite alternate;
	animation: neon2 1.5s ease-in-out infinite alternate;
}
header .h_nav div:hover ul{
	display:block;
	animation: hideIndex 0.5s;
    -moz-animation: hideIndex  0.5s; /* Firefox */
    -webkit-animation: hideIndex  0.5s; /* Safari and Chrome */
    -o-animation: hideIndex  0.5s; /* Opera */
}

@keyframes hideIndex{
    0%{ opacity: 0; }
    100%(opacity: 1; )
}

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;
		transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	font-weight:bold;
	-webkit-animation: neon2 1.5s ease-in-out infinite alternate;
	-moz-animation: neon2 1.5s ease-in-out infinite alternate;
	animation: neon2 1.5s ease-in-out infinite alternate;
}
header .h_nav div:hover .stair{
	border-bottom: 4px solid #fece0c;
		transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	font-weight:bold;
	-webkit-animation: neon2 1.5s ease-in-out infinite alternate;
	-moz-animation: neon2 1.5s ease-in-out infinite alternate;
	animation: neon2 1.5s ease-in-out infinite alternate;
}
header .h_nav a.active{
	border-bottom: 4px solid #fece0c;
}
header .logo{
	vertical-align:middle;
	margin-left: 60px;
}

.hiSlider-wrap{top:66px;}

.query_bar{
	background:#ffce0c;
	margin-top: 66px;
}
.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;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-webkit-animation: neon2 1.5s ease-in-out infinite alternate;
	-moz-animation: neon2 1.5s ease-in-out infinite alternate;
	animation: neon2 1.5s ease-in-out infinite alternate;
}
.query_bar .sserve_nav li a:hover{
	color:#fff;
	background: #000;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-webkit-animation: neon2 1.5s ease-in-out infinite alternate;
	-moz-animation: neon2 1.5s ease-in-out infinite alternate;
	animation: neon2 1.5s ease-in-out infinite alternate;
}
.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;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-webkit-animation: neon2 1.5s ease-in-out infinite alternate;
	-moz-animation: neon2 1.5s ease-in-out infinite alternate;
	animation: neon2 1.5s ease-in-out infinite alternate;
}
.content .content_box .intro:hover{
	box-shadow: 0 0 55px rgba(0,0,0,0.35);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-webkit-animation: neon2 1.5s ease-in-out infinite alternate;
	-moz-animation: neon2 1.5s ease-in-out infinite alternate;
	animation: neon2 1.5s ease-in-out infinite alternate;
	
}
.content .content_box .intro:hover .title{
	background: #ffce0c;
	box-shadow: 0 0 15px rgba(0,0,0,0.35);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-webkit-animation: neon2 1.5s ease-in-out infinite alternate;
	-moz-animation: neon2 1.5s ease-in-out infinite alternate;
	animation: neon2 1.5s ease-in-out infinite alternate;
}
.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;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-webkit-animation: neon2 1.5s ease-in-out infinite alternate;
	-moz-animation: neon2 1.5s ease-in-out infinite alternate;
	animation: neon2 1.5s ease-in-out infinite alternate;
}
.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: 200px;
}
.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;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-webkit-animation: neon2 1.5s ease-in-out infinite alternate;
	-moz-animation: neon2 1.5s ease-in-out infinite alternate;
	animation: neon2 1.5s ease-in-out infinite alternate;
}
.footer_list .item li a:hover{
	color: #ffce0c;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-webkit-animation: neon2 1.5s ease-in-out infinite alternate;
	-moz-animation: neon2 1.5s ease-in-out infinite alternate;
	animation: neon2 1.5s ease-in-out infinite alternate;
}
.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;
}



.inside_body{
	background: #f4f4f4;
}

.inside_banner,
.about_banner,
.profession_banner,
.help_banner,
.news_banner{
	height: 356px;
	color:#f4f4f4;
	font-size: 36px;
	text-align: center;
	line-height: 290px;
	/*margin-top: 66px;*/
}
.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;
		transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	font-weight:bold;
	-webkit-animation: neon2 1.5s ease-in-out infinite alternate;
	-moz-animation: neon2 1.5s ease-in-out infinite alternate;
	animation: neon2 1.5s ease-in-out infinite alternate;
}
.main .nav .active{
	border-left:4px solid #ffce0c;
}
.main .nav a:hover{
	background: #ffce0c;
		transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	font-weight:bold;
	-webkit-animation: neon2 1.5s ease-in-out infinite alternate;
	-moz-animation: neon2 1.5s ease-in-out infinite alternate;
	animation: neon2 1.5s ease-in-out infinite alternate;
}
.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;
	margin-left:30px;
}
.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: 100%;
    margin: 0 auto;
}
.demo li {
    float: left;
    list-style: none;
    padding: 2px;
}
.thisclass {
    color: #ff6605;
}
a {
    color: #666;
    text-decoration: none;
}
.tabs-basic .tabs-content-placeholder div.tab-content-active{
    display: block;
}




/*for pc*/
@media screen and (min-width: 1200px) {
	#menu #open {display:none;}
	#menu #ensconce h2 {display:none;}
}

/*for phone*/
@media screen and (max-width: 1200px) {
	.h_nav {display: none;}
	
	.fix_width {
		width:100%;
	}
	
	.query_bar .sserve_nav li{
		width: 50%;
	}
	
	.content .content_box .intro{
		width: 94%;
		margin: 3%;
	}
	
	.news{
		display: none;
	}
	
	.footer{
		background-color: #fff;
	}
	
	footer{
		background-color: #fff;
	}
	
	.footer_list .item{
		width: 30%;
		margin-top: 20px;
		max-height: 100px;
		padding-top: 50px;
	}
	
	.footer_list{
		padding-top: 0px;
	}
	
	.footer_list{
		padding-bottom: 80px;
	}
	
	.footer_center{
		text-align: center;
	}
	
	.nav{
		display: none;
	}
	
	.main .right_con{
		width: 94%;
		margin: 3%;
	}
}