*{
	margin:0;
	padding:0;
	font-size: 14px;
	font-family: "微软雅黑",Arial,"宋体";
}
li{
	list-style: none;
}
a{
	color: #333;
	text-decoration: none;
}
img{
	border:0;
	max-width: 100%;
}
body{
	min-width: 1300px;
	background: #f5f5f5;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clears{
	clear: both;
}
input{
	outline: none;
}
.mt_10{
	margin-top: 10px;
}
/*top*/
.header{
	width: 100%;
	min-width: 1300px;
}
.header_top{
	width:100%;
	height: 34px;
	background: #272727;
}
.header_top_con{
	width:1300px;
	margin:0 auto;
}
.header_top span{
	display: inline-block;
	float: left;
	color:#999999;
	line-height: 34px;
}
.header_top_con span i{
	display: block;
	width: 23px;
	height: 30px;
	float: left;
	background: url(../images/iconwrap.png) no-repeat -163px 8px;
}
.header_top_con input.cityinput{
	color: #ff0007;
	cursor: pointer;
	width: 40px;
	font-size: 14px;
}
.header_top_r{
	float: right;
}
.header_top_r > li{
	float: left;
	line-height: 34px;
	height: 34px;
	text-align: center;
	position: relative;
}
.header_top_r > li > a{
	display: inline-block;
	margin: 10px 0 0;
	padding: 0 10px 0;
	float: left;
	font-size: 12px;
	color: #999;
	height: 14px;
	line-height: 14px;
	border-right: 1px solid #555555;
}
.header_top_r li:hover a{
	color: #ff6600;
}
.header_top_r li a i{
	display: inline-block;
	width: 20px;
	height: 22px;
	float: left;
	background: url("../images/iconwrap.png") no-repeat;
}
.header_top_r li:nth-child(1) a i{
	background-position: -197px -2px;
}
.header_top_r li:nth-child(2) a i{
	background-position: -232px -2px;
}
.header_top_r li:nth-child(3) a i{
	background-position: -336px -2px;
}
.header_top_r li:nth-child(4) a i{
	background-position: -307px -1px;
}
.header_top_r li:nth-child(5) a i{
	background-position: -269px -2px;
}
.tel_pic{
	float: right;
	height: 24px;
	padding: 10px 0 0 10px;
}
.tel_pic img{
	width: 175px;
	height: 14px;
	display: block;
}
.head{
	margin: 0 auto;
	height: 90px;
	background: #fff;

	-webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transform: all .7s;
}
.head.top_fixed{
	width: 100%;
	z-index: 19;
	position: fixed;
	top:0; 
	box-shadow: 0 10px 15px rgba(0,0,0,.1);
}
.top_fixed{
	height: 70px;
	-webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transform: all .7s;
}
.top_fixed .nav ul li{
    line-height: 50px;
	-webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transform: all .7s;
}
.top_fixed .logo img:first-child{
    margin: 10px 0 0 0;
	-webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transform: all .7s;
}
.top_fixed .logo img:last-child{
    margin: 11px 0 0 10px;
	-webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transform: all .7s;
}
.head_center{
	width: 1300px;
	height: 90px;
	margin:0 auto;
}
.logo img:first-child{
	margin: 23px 0 0 0;
	float: left;
	width: 187px;
	height: 48px;
	-webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transform: all .7s;
}
.logo img:last-child{
	margin: 24px 0 0 10px;
	float: left;
	width: 129px;
	height: 45px;
	-webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transform: all .7s;
}
.logo_left img{
	width: 154px;
	height: 42px;
	margin: 34px 0 0 6px;
	float: left;
}
.tell_right{
	margin-top: 12px;
	float: right;
}
.nav{
	width: 100%;
}
.nav ul{
	margin: 0 auto;
}
.nav ul li{
	float: left;
	padding: 0 22px;
	position: relative;
	line-height: 77px;
	-webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transform: all .7s;
}
.nav ul li:last-child{
	border-right: 0;
	padding-right: 0;
}
.nav > ul > li:hover > a,.nav > ul > li.on > a{
	color: #dc151a;
	font-weight: bold;
	
}
.nav > ul > li > a{
	display: inline-block;
	font-size: 15px;
	color: #5c5c5c;
}
.order_code{
	position: absolute;
	left: 0;
	width: 390px;
	height: 199px;
	z-index: 999;
	display: none;
    box-shadow: 0 2px 6px #ccc;
    border-top: 1px solid #e5e5e5;
}
.order_code img{
	display: block;
	width: 390px;
	height: 199px;
	background: url(../images/order_code.jpg) no-repeat;
}
.top_code{
	display: none;
	position: absolute;
	top: 34px;
	padding: 10px;
	width: 100px;
	height: 120px;
	background: #fff;
	z-index: 20;
    box-shadow: 0 2px 6px #ccc;
    border-top: 1px solid #e5e5e5;
}
.top_code img{
	width: 90px;
	height: 90px;
	display: block;
	margin: 0 auto;
}
/*banner*/
.slide{
	width: 100%;
	margin:0 auto;
	height: 460px;
	position: relative;
	overflow: hidden;
}
.slide ul{
	width:30000px;
	position: relative;
}
.slide li{
	float: left;
}
.slide li img{
	width: 100%;
	height:460px;
}
.slide .line_page_num{
	position: absolute;
	bottom:20px;
	left:47%;
	z-index: 9;
}
.slide .line_page_num li.on{
	background: #dc151a;
}
.slide .line_page_num li{
	width:60px;
	height:4px;
	line-height: 18px;
	text-align: center;
	background: rgba(255,255,255,.5);
	cursor: pointer;
	float: left;
	margin:0 3px;
}
.banner .arrow-left,.banner .arrow-right {
	display:none;
	position:absolute;
	top:50%;
	z-index:2;
	margin-top:-46px;
	width:60px;
	height:92px;
	background-color:#333;
	opacity:.3
}
.banner .arrow-left:hover,.banner .arrow-right:hover {
	opacity:.5
}
.banner:hover .arrow-left,.banner:hover .arrow-right {
	display:block
}
.banner .arrow-left {
	left:1px
}
.banner .arrow-right {
	right:1px
}
.banner .bannner-arrow {
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-5px;
	margin-top:-11px;
	width:10px;
	height:22px;
	background:url(../images/bannner-arrow.png) no-repeat
}
.arrow-left .bannner-arrow {
	background-position:-30px -25px
}
.arrow-right .bannner-arrow {
	background-position:-40px -25px
}
/*header  end*/
/*container*/
.aos-item{
	width: 1300px;
	margin: 20px auto 0;
}
.waybill_wrap{
	border: 1px solid #ececec;
	background: #fff;
}
.page_waybill{
	overflow: hidden;
	border-bottom: 1px dashed #cccccc;
}
.way_tit{
	text-align: center;
	font-size: 30px;
	color: #333333;
	margin-top: 17px;
}
.way_tit span{
	font-size: 30px;
	color: #dc151a;
	font-weight: bold;
}
.pageway_form{
	margin: 12px 0 20px 19px;
	height: 26px;
	padding: 12px 0;
	float: left;
	border:2px solid #dc151a;
}
.pageway_form div{
	float: left;
}
.move_addr{
	width: 250px;
	height: 29px;
	line-height: 29px;
	border-right: 1px solid #cdcdcd;
}
.pageway_form div span{
	display: inline-block;
	margin-left: 10px;
	color: #666666;
	line-height: 25px;
}
.move_addr input[type="text"]{
	padding-left: 10px;
	width: 230px;
	border:0;
}
.move_emil{
	width: 279px;
	line-height: 29px;
	border-right: 1px solid #d6d6d6;
}
.move_emil input[type="text"]{
	width: 250px;
	border:0;
	padding-left: 10px;
}
.move_data{
	width: 272px;
	line-height: 29px;
	border-right: 1px solid #d6d6d6;
}
.move_data input[type="text"]{
	width: 255px;
	border:0;
	padding-left: 10px;
}
.move_data select{
	margin-left:10px;
	color:#666;
	height:30px; 
	border:0px; 
	line-height:30px; 
	width:255px;
	padding-left: 10px;
	border:none;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
	background: url(../images/input_arrow.png) no-repeat 238px transparent;
    padding-right: 14px;
}
.move_data select::-ms-expand { display: none; }
.move_data select:focus{
	border:0px;
}
.search_btn{
	float: right;
}
.search_btn input[type="submit"]{
	width: 200px;
	height: 54px;
	background: #dc151a;
	border:0;
	margin: 12px 20px 0 0;
	font-size: 24px;
	color: #fff;
	cursor:pointer;
}
.announ{
	height: 57px;
	overflow: hidden;
}
.announ_info{
	width: 1260px;
	line-height: 57px;
	margin: 0 auto;
}
.sli_info{
	position: relative;
}
.sli_item{
	color: #666;
	font-size: 12px;
	overflow: hidden;
}
.sli_item > div {
	width: 630px;
	float: left;
}
.sli_info i{
	color: #333333;
	font-style: normal;
	margin-left: 13px;
	font-size: 12px;
}
.announ_tit{
	color: #fff;
	float: left;
	font-size: 13px;
	height: 20px;
	line-height: 20px;
	margin-top: 17px;
	padding: 0 5px;
	background: #dc151a;
	position: relative;
}
.announ_tit:after{
	content: "";
	display: inline-block;
	width: 4px;
	height: 7px;
	position: absolute;
	right: -4px;
	top: 7px;
	background: url(../images/arrow.png) no-repeat center center;
}
/*服务项目*/
.ser_wrap{
	overflow: hidden;
	height: 445px;
}
.ser_tit{
	height: 65px;
	line-height: 65px;
}
.ser_tit span{
	font-size: 20px;
	color: #444444;
}
.ser_tit span em{
	font-style: normal;
	font-size: 17px;
	color: #999999;
	margin-left: 5px;
}
.ser_tit a{
	float: right;
}
.ser_tit i{
	display: inline-block;
	width: 20px;
	height: 15px;
	background: url(../images/iconwrap.png) no-repeat -396px 0;
}
.ser_item img{
	width: 312px;
	height: 180px;
	margin: 0;
	display: block;
	transform: scale(1); 
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transform: all .5s;
}
.ser_item li{
	width: 311px;
	height: 371px;
	float: left;
	text-align: center;
	border: 1px solid #ececec;
	margin-right: 16px;
	background: #fff;
	position:relative;
	bottom:0px;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transform: all .5s;
}
.ser_item li .item_img{
	overflow:hidden;
	width: 311px;
	height: 180px;
}
.ser_item li:hover img{  
	transform: scale(1.1);  
	-webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transform: all .7s;
}  
.ser_item li:last-child{
	margin-right: 0;
}
.ser_item li:hover{
    box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.3s, transform 0.3s;
	box-shadow: 0px 3px 2px 0px rgba(0,0,0,.1);
	bottom:5px;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transform: all .5s;
}
.ser_item li:hover img{  
	transform: scale(1.1);  
	-webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transform: all .7s;
}  
.list_tit{
	font-size: 18px;
	color: #454545;
	font-weight: bold;
	margin: 10px 0 15px;
}
.list_tit i{
	display: block;
	width: 50px;
	height: 2px;
	background: #f90b11;
	margin: 12px auto 0;
}
.ser_cont p{
	font-size: 14px;
	color: #666666;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 10px;
}
.ser_cont p span{
	background: #f90b11;
	color: #fff;
	font-size: 15px;
	padding: 0 3px;
}
.ser_cont p em{
	font-style: normal;
	color: #f90b11;
	font-size: 18px;
	font-weight: bold;
}
.list_btn{
	width: 260px;
	margin: 0 auto;
}
.list_btn a{
	display: inline-block;
	width: 98px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	float: left;
	color: #999999;
	border: 1px solid #999999;

	margin: 7px 15px;
}

.list_btn a:hover{
	background: #ed382d;
	border:1px solid #ed382d;
	color: #fff;
}
/*关于我们*/
.about_tit{
	width: 700px;
}
.tit_wrap{
	margin-top: 47px;
	overflow: hidden;
}
.about_item{
	height: 415px;
	padding: 0 40px;
	border: 1px solid #ececec;
	background: #fff;
}
.tit_left{
	width: 205px;
	height:40px;
	line-height: 40px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	background: url(../images/tit_1.png) no-repeat;
}
.tit_right{
	margin-left: 10px;
}
.about_icon{
	margin-top: 27px;
}
.about_icon i{
	display: inline-block;
	width: 18px;
	height: 17px;
}
.about_icon span:nth-child(1) i{
	background: url(../images/iconwrap.png) no-repeat -426px 0;
}
.about_icon span:nth-child(2) i{
	background: url(../images/iconwrap.png) no-repeat -461px 0;
}
.about_icon span:nth-child(3) i{
	background: url(../images/iconwrap.png) no-repeat -497px -1px;
}
.about_icon span{
	margin:0 7px;
	color: #888888;
}
.about_deta{
	text-indent: 2em;
	color: #666666;
	font-size: 15px;
	line-height: 35px;
	margin-top: 25px;
}
.about_deta a{
	color: #dc151a;
	font-size: 15px;
}
.about_list{
	margin-top: 26px;
	padding-top: 25px;
	border-top: 1px solid #e3e3e3;
	overflow: hidden;
}
.about_list ul li{
	width: 233px;
	float: left;
}
.about_list ul li i{
	display: inline-block;
	width: 44px;
	height: 44px;
	border: 1px solid #e52f22;
	border-radius: 50%;
	float: left;
	margin-right: 13px;
	background: url(../images/iconwrap.png) no-repeat 0 0;
}
.about_list ul li a:hover >i{
	-webkit-animation-name:rotateIn;animation-name:rotateIn;
}
.about_list ul li span{
	font-size: 18px;
	color: #dc151a;
	display: block;
}
.about_list ul li em{
	color: #ababab;
	font-style: normal;
	margin-top: 3px;
	display: block;
}
.about_list ul li:nth-child(1) i{
	background-position: 7px 6px;
}
.about_list ul li:nth-child(2) i{
	background-position: -46px 6px;
}
.about_list ul li:nth-child(3) i{
	background-position: -100px 6px;
}
.about_vedio{
	float: right;
}
.about_vedio img{
	margin: 45px 0 0 0;
	width: 433px;
	height: 342px;
}
/* 网点客服 */
.index-hot-city {
	padding:30px;
	background:#fff;
}
.index-hot-city ul{
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	overflow: hidden;
	width:100%;
}
.index-hot-city ul li {
    float: left;
    width:16.58%;
    padding: 15px 0;
    text-align: center;
    border: 1px solid #ececec;
    border-right: none;
    border-bottom: none;
    font-size: 13px;
    color: #666;
}
/*服务优势*/
.consi_item{
 	height: 280px;
 	border: 1px solid #ececec;
	padding: 30px 20px;
	background: #fff;
}
.consi_pic{
 	width: 238px;
 	height: 125px;
 	position: relative;
 	border-top: 3px solid #dc151a;
}
.consi_pic .item_img{
	width: 237px;
 	height: 125px;
	overflow:hidden;
}
.consi_pic img{
 	width: 237px;
 	height: 125px;
	transform: scale(1);
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transform: all .7s;
}
.consi_pic i{
 	display: block;
 	width: 36px;
 	height: 36px;
 	border: 3px solid #fff;
 	background: #eb2e33;
 	position: absolute;
 	bottom: -15px;
 	left: 99px;
 	border-radius: 50%;
 	text-align: center;
 	line-height: 36px;
 	font-size: 16px;
 	color: #fff;
 	font-style: normal;
}
.consi_item li{
 	width: 237px;
 	height: 280px;
 	margin-right: 14px;
 	text-align: center;
 	float: left;
 	border: 1px solid #e8e8e8;
	bottom: -50px;
}
.consi_item li:hover{
    box-shadow: 3px 3px 30px 0 rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.3s, transform 0.3s;
	bottom: 100px;
}
.consi_item li:hover .item_img img{
	transform: scale(1.1);
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transform: all .7s;
}
.consi_item li:last-child{
	margin-right: 0;
}
.consi_item li span{
 	margin: 30px 0 10px;
 	font-size: 18px;
 	color: #333333;
 	font-weight: bold;
 	display: inline-block;
 }
.consi_item li p{
	color: #666666;
	line-height: 25px;
}
.consi_item li a{
    display: inline-block;
    width: 98px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #f90b11;
    border: 1px solid #fa3c41;
    border-radius: 20px;
    margin: 21px 0;
}
.consi_item li a:hover{
	background: #fa3c41;
	color: #fff;
}
/*托运流程*/
.pro_item{
	height: 260px;
	overflow: hidden;
    border: 1px solid #ececec;
    background: #fff;
}
.top_list{
	overflow: hidden;
}
.top_list li{
	width: 216px;
	float: left;
}
.top_list li i{
	display: block;
	width: 90px;
	height: 90px;
	margin: 20px auto 10px;
	background: url(../images/iconwrap.png) no-repeat;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	-o-transition:all .3s linear;
	-ms-transition:all .3s linear;
	transition:all .3s linear;
}
.top_list li:hover i{
	-webkit-transform:rotateY(360deg);
	-moz-tramsforn:rotateY(360deg);
	-ms-tramsforn:rotateY(360deg);
	-webkio-tramsform:rotateY(360deg);
	tramsforn:rotateY(360deg);
}
.top_list li:nth-child(1) i{
	background-position: 12px -40px;
}
.top_list li:nth-child(2) i{
	background-position: -85px -40px;
}
.top_list li:nth-child(3) i{
	background-position: -181px -40px;
}
.top_list li:nth-child(4) i{
	background-position: -287px -40px;
}
.top_list li:nth-child(5) i{
	background-position: -395px -40px;
}
.top_list li:nth-child(6) i{
	background-position: -495px -40px;
}
.top_list li span{
	font-size: 18px;
	color: #333333;
	display: block;
	text-align: center;
}
.top_list li p{
	color: #999999;
	text-align: center;
	margin: 5px 0 25px;
}
.num_btm{
	margin: 0 75px;
}
.num_btm li{
	float: left;
}
.num_btm li i{
	display: inline-block;
	width:30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #dedede;
	font-size: 13px;
	color: #999999;
	border-radius: 50%;
	text-align: center;
	font-style: normal;
	float: left;
}
.num_btm span{
	display: inline-block;
	margin: 0 5px;
	width: 180px;
	height: 1px;
	background: #dedede;
	float: left;
	margin-top: 15px;
}
/*客户评价*/
.custo_item li{
	width: 310px;
	height: 335px;
    border: 1px solid #ececec;
    overflow: hidden;
    float: left;
    margin-right: 17px;
    background: #fff;
	position: relative;
    bottom: 0px;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transform: all .5s;
}
.custo_item li .item_img{
	overflow:hidden;
	width: 310px;
	height: 185px;
}
.custo_item li img{
	transform: scale(1);  
	-webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transform: all .7s;
}
.custo_item li:last-child{
	margin: 0;
}
.custo_item li:hover{
	box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.3s, transform 0.3s;
	box-shadow: 0px 3px 2px 0px rgba(0,0,0,.1);
	bottom:5px;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transform: all .5s;
}
.custo_item li:hover img{  
	transform: scale(1.1);  
	-webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transform: all .7s;
}  
.custo_item li:hover .custo_pic span{  
	height:185px;
	vertical-align:middle;
	text-align:center;
}  


.custo_pic{
	width: 310px;
	height: 185px;
	position: relative;
}

.custo_pic span{
	height: 0px;
	overflow:hidden;
	width: 310px;
	padding-left: 13px;
	background: rgba(0,0,0,.5);
	font-size: 15px;
	color: #e2e2e3;
	position: absolute;
	bottom: 0;
	left: 0;
}
.custo_pic span p{
	margin:75px 8px;
	line-height:20px;
	border:solid 1px #fff;
	width:260px;
	padding:5px;
}
.custo_cont{
	margin: 15px 8px;
}
.custo_cont span{
	color: #666666;
}
.custo_cont time{
	float: right;
	color: #666666;
}
.custo_cont p em{
	color: #787878;
	font-weight:bold;
	font-style: normal;
	font-size: 13px;
}
.custo_cont p{
	color: #999999;
	line-height: 25px;
	margin: 9px 0;
	font-size: 13px;
	padding:0 5px;
}
.custo_cont a{
	width: 98px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border: 1px solid #999999;
	display: block;
	color: #999999;
	margin:0 auto;
}
.custo_cont a:hover{
	border: 1px solid #ed382d;
	color: #fff;
	background:#ed382d;
}

.commo_wrap{
    margin-bottom: 45px;
}
.commo_item{
	height: 80px;
    border: 1px solid #ececec;
	padding: 30px 19px;
	background: #fff;
}
.commo_item li{
	width: 196px;
	height: 78px;
	float: left;
	margin-right: 14px;
	border: 1px solid #eeeeee;
}
.commo_item li:last-child{
	margin-right: 0;
}
.commo_item li:hover{
    box-shadow: 3px 3px 30px 0 rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.3s, transform 0.3s;
}
.commo_item li img{
	display: block;
	margin: 0 auto;
	height: 78px;
}
/*footer*/
.foot_top{
	height: 220px;
	background: url(../images/bg_1.jpg) repeat-x;
	overflow: hidden;
}
.footop_cont{
	width: 1300px;
	margin: 0 auto;
}
.footop_left{
	margin-left: 125px;
	text-align: right;
	float: left;
	margin-top: 70px;
}
.footop_left span{
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
}
.footop_left p{
	font-size: 18px;
	color: #ffffff;
	margin: 12px 0;
}
.footop_left a{
	font-size: 18px;
	color: #fff;
}
.footop_right{
	float: right;
}
.footop_right li{
	float: left;
	padding: 0 28px;
}
.footop_right li:last-child{
	padding-right: 0;
}
.footop_right li i{
	font-size: 40px;
	color: #fff;
	font-style:normal;
}
.footop_right li em{
	color: #fff;
	font-style: normal;
}
.footop_right li p{
	font-size: 16px;
	color: #fff;
}
.footop_right li p i{
	display: inline-block;
	width: 23px;
	height: 20px;
	background: url(../images/iconwrap.png) no-repeat;
}
.footop_right{
	margin-top: 75px;
}
.footop_right li:nth-child(1) p i{
	background-position: -530px 2px;
}
.footop_right li:nth-child(2) p i{
	background-position: -574px 2px;
}
.footop_right li:nth-child(3) p i{
	background-position: -618px 2px;
}
.footop_right li:nth-child(4) p i{
	background-position: -655px 2px;
}

.footer{
 	background-color:#1f1f1f
}
.footer-bottom {
 	padding-top:1px;
    border-bottom: 1px solid #313131;
}
.footer-company-box {
	width: 1300px;
	margin:0 auto;
	padding:30px 0;
	overflow:hidden
}
.footer-city-list {
	height:35px;
	overflow:hidden
}
.footer-city-list a,.footer-city-list span {
	height:34px;
	font-size:13px;
	line-height:34px;
	color:#828789
}
.footer-city-list a {
	float:right
}
.footer-city-list span {
	float:left;
	width:90px;
	margin-right:10px;
	background-color:#121212;
	text-align:center;
	cursor:pointer
}
.footer-city-list span.on {
	color:#fff;
	background-color:#384144
}
.footer-websites-box {
	width: 1300px;
	margin: 0 auto;
	padding-top:40px;
}
.footer-websites ul li,.footer-websites ul li a {
	color:#83888a;
	white-space:nowrap
}
.footer-websites {
	margin-top:21px;
	overflow: hidden;
}
.footer-websites ul li {
	float:left;
	margin:0 15px 11px 0;
	font-size:12px
}

.footer-qr-code p {
	font-size:13px;
	color:#fff;
	text-align:center
}
.footer-qr-code div {
	margin-left:30px;
	height:130px;
	width:100px;
	float:right
}
.footer-qr-code div img {
	width:100px;
	height:100px
}

.footer-company-info {
	float:left
}
.footer-company-info ul {
	overflow:hidden
}
.footer-company-info ul li {
	float:left;
	margin-right:17px;
	font-size:13px;
	color:#fff;
}
.footer-company-info ul li a {
	color:#fff;
}
.footer-company-info p {
	margin-top:23px;
	font-size:12px;
	text-align:left;
	color:#83888a;
}
.footer-company-info p a {
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin-left:17px;
	color:#83888a;
}
.footer-company-info p a i {
	display:block;
}
.footer-company-icp {
	position:relative
}
.footer .index-icon {
	background: url(../images/iconwrap.png) no-repeat;
}
.footer .fbc-iocn1, .footer .fbc-iocn2, .footer .fbc-iocn3, .footer .fbc-iocn4 {
    height: 24px;
    margin-top: -5px;
}
.footer .fbc-iocn1 {
	width:21px;
	background-position: 0 -153px;
}
.footer .fbc-iocn2 {
	width:21px;
	background-position: -39px -153px;
}
.footer .fbc-iocn3 {
	width:21px;
	background-position: -77px -153px;
}
.footer .fbc-iocn4 {
	width:65px;
	background-position: -113px -153px;
}
.footer .fbc-iocn5 {
	width:67px;
	height:25px;
	margin-top:-5px;
	background-position: -191px -153px;
}

/*弹框*/
.body_shodow{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
	z-index: 99;
	display:none;
}
.proje_frame{
	width: 880px;
	height: 560px;
	background: #fff;
	margin: 0 auto;
	border-radius: 10px;
	box-shadow: 0 2px 2px #dfdfdf;
	position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -440px;
    margin-top: -250px;
	z-index: 999;
}
.proje_frame_baojia{
	width: 1000px;
	height: 570px;
	 margin-left: -500px;
}
.proje_left{
	width: 450px;
	float: left;
	height: 560px;
}
.proje_left_baojia{
	width: 500px;
	height: 570px;
	border-right: 1px solid #e5e5e5;
}
.proje_tit{
	font-size: 28px;
	color: #333;
	text-align: center;
	margin-top: 38px;
	font-weight:600;
}
.proje_tit span{
	display: block;
	color: #999;
	font-weight: normal;
	margin-top: 8px;
	font-size:13px;
}
.proje_tit span em{
	font-style: normal;
	font-weight: bold;
	color: #ff6600;
}
.get_quote{
	width: 360px;
	height: 395px;
	box-shadow: 0 0 20px 0 rgba(10,130,107,0.1);
	border:1px solid rgba(0,0,0,0.03);
	border-radius: 3px;
	margin: 25px auto 0;
}
.quote_nav{
	height: 44px;
	line-height: 43px;
	border-bottom: 1px solid #fceaea;
}
.quote_nav span{
	display: inline-block;
	width:179px;
	text-align: center;
	font-size: 15px;
	border-bottom: 1px solid #fff;
	float: left;
	cursor: pointer;
	transition: 0.35s;
}
.quote_nav span.on,.quote_nav span:hover{
	color: #dc151a;
	border-bottom: 1px solid #dc151a;
	transition: 0.35s;
}
.quote_box{
	margin: 40px 30px 0;
}
.xiandan_box{
	margin: 20px 30px 0;
}
.origin{
	float: left;
}
.origin input[type="text"],.destination input[type="text"]{
	width: 128px;
	height: 43px;
	padding-left: 10px;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 3px;
	background: url(../images/input_arrow.png) no-repeat 118px center;
}
.destination input[type="text"]{
	margin-left: 19px;
}
.date_input select,.phone_input input[type="text"]{
	width: 288px;
	height: 43px;
	padding-left: 10px;
	border-radius: 3px;
	border: 1px solid rgba(0,0,0,0.1);
	margin-top: 19px;
}
.phone{background: url(../images/phone_input.png) no-repeat 262px center;}
.name{background: url(../images/user_input.png) no-repeat 262px center;}
.popup-content-explain {
    margin-top: 10px;
    color: #feb338;
	font-size:12px;
}
.date_input select{ 
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
	border: 1px solid #eeeeee;
	background: url(../images/input_arrow.png) no-repeat 262px transparent;
    padding-right: 14px;
}
.date_input select{
	width: 300px;
}
.sub_btn input[type="submit"]{
	width: 300px;
	height: 45px;
	line-height: 45px;
	background: #dc151a;
	color: #fff;
	text-align: center;
	border: 0;
	border-radius: 5px;
	margin-top: 19px;
	font-size: 18px;
	cursor: pointer;
}
.proje_right{
	float: left;
	width: 408px;
	height: 570px;
}
.proje_right_baojia{
	width: 498px;
	height: 560px;
}
.service_line{
	width: 298px;
	height: 176px;
	border:1px solid rgba(0,0,0,0.03);
	margin: 63px auto 0;
	border-radius: 3px;
	position: relative;
	padding: 0 30px;
    box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.06);
}
.service_tit{
	position: absolute;
	top: -18px;
	left: 75px;
}
.service_line p{
	color: #454545;
}
.service_line span{
	color: #454545;
	display: block;
	margin: 45px 0 10px;
}
.service_line p{
	color: #454545;
}
.service_line p em{
	font-size: 24px;
	color: #ff6600;
	font-style: normal;
}
.service_line a{
	width: 122px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
	margin-right: 20px;
	display: inline-block;
	float: left;
	margin-top: 15px;
}
.service_line a.oran{
	background: #fe9023;
}
.service_line a.gree{
	background: #93c025;
}
.gree_code{
	width: 90px;
	height: 90px;
	padding: 10px;
	background: #fff;
	position: absolute;
	z-index: 2;
	bottom: -86px;
	left: 180px;
	display: none;
}
.gree_code img{
	display: block;
	width: 90px;
	height: 90px;
}
.service_line a i{
	display: inline-block;
	width: 23px;
	height: 23px;
	float: left;
	margin: 3px 6px 0 10px;
}
.service_line a.oran i{
	background: url(../images/iconwrap.png) no-repeat -443px -157px;
}
.service_line a.gree i{
	background: url(../images/iconwrap.png) no-repeat -492px -157px;
}
.hot_city{
	width: 360px;
	border-radius: 3px;
	height: 238px;
	margin: 40px auto 0;
	border:1px solid rgba(0,0,0,0.03);
    box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.06);
    position: relative;
}
.city_tit{
	position: absolute;
	top: -8px;
	font-size: 15px;
	color: #ff6600;
	width: 140px;
	background: #fff;
	left: 105px;
	text-align: center;
}
.city_list{
	margin-top: 36px;
	overflow: hidden;
}
.city_list li{
	float: left;
	color: #454545;
	padding-left: 27px;
	line-height: 35px;
}
.city_list li:hover{
	color: #ff6600;
}
.close_btn{
	position: absolute;
	right: -22px;
	top: -22px;
	cursor: pointer;
}
/*右边*/
.online_consu{
	height: 595px;
	position: fixed;
	right: 0;
	top: 140px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e1e1e1;
	z-index:99999;
}
.right_zixun:hover{-webkit-animation-name:pulse;animation-name:pulse;}
.close_rtbtn:hover{-webkit-animation-name:rotateIn;animation-name:rotateIn;}

.close_rtdiv{position:relative;}
.close_rtdiv .close_rtbtn{position:absolute;top:0px;right:0px;cursor: pointer;}
.activate_online{
	margin: 0 7px;
	height: 113px;
	border-bottom: 1px solid #d9d9d9;
}
.zhuizong {
    right:150px;
	top: 490px;
	position: fixed;
	box-shadow:1px 1px 1px #eee,-1px -1px 1px #eee;
	padding:19px 8px; background-color:#fff;
	display:none;
	z-index:9;
}
.zhuizong .attention-item .attention-img{width:117px;height:100px;text-align: center;margin:0 auto;}
.zhuizong .attention-item .attention-img img{width:100px;}
.zhuizong .attention-item p {
    padding: 10px 0;
    height: 36px;
    overflow-y: hidden;
    text-align: center;
    font-size: 10px;
}
.zhuizong .attention-app {
    padding-bottom: 0!important;

}

.zhuizong:before {
	right: -18px;
    bottom: 68px;
    z-index: 20;
    border-width: 9px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    content: '';
    width: 0;
    border-style: solid;

}
.activate_online span{
	color: #ed382d;
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-align: center;
	padding-top: 15px;
}
.activate_online p{
	font-size: 12px;
	color: #444444;
	text-transform: uppercase;
	text-align: center;
	margin: 7px 0;
}
.activate_online a{
	display: block;
	width: 95px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	background: #ed382d;
	border-radius: 25px;
	margin: 12px auto;
}
.free_hotline{
	height: 80px;
	margin: 0 7px;
	border-bottom: 1px solid #e1e1e1;
}
.free_hotline span{
	display: inline-block;
	font-size: 13px;
	color: #444444;
	padding-left: 36px;
	margin: 15px 0 6px;
	background: url(../images/right_2.png) no-repeat 19px center;
}
.free_hotline p{
	font-size: 16px;
	color: #ed382d;
	font-weight: bold;
}
.consu_list{
	height: 53px;
	margin: 0 7px;
	padding-top: 15px;
	border-bottom: 1px solid #e1e1e1;
}
.consu_list a{
	display: block;
	margin: 0 auto 15px;
	width: 108px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	font-size: 13px;
	color: #444444;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	cursor:pointer;
}
.consu_list a:hover{
	color: #fff;
	background:#ed382d;
	border: 1px solid #ed382d;
}
.consu_code img{
	display: block;
	width: 90px;
	height: 90px;
	margin: 13px auto 7px;
}
.consu_code p{
	text-align: center;
	font-size: 13px;
	color: #444444;
}
/*咨询热线*/
.tel-pop {
    position: absolute;
    z-index: 9999;
    top: 35px;
    width: 242px;
    height: 202px;
    padding: 19px;
    color: #555;
    background-color: #fff;
    box-shadow: 0 2px 6px #ccc;
    display: none;
}
.tel-pop .tel-pop-title {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}
.tel-pop .tel-content {
    padding-top: 12px;
}
.tel-pop input.tel-content-input {
    width: 210px;
    height: 36px;
    font-size: 13px!important;
    color: #333;
    border: 1px solid #ddd;
    margin: 0 auto;
    display: block;
    padding: 0 9px;
}
.tel-pop .tel-btn input[type="submit"]{
    font-size: 14px;
    color: #fff;
    width: 230px;
    margin: 0 auto;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    background-color: #dc151a;
    color: #fff;
    border: 0;
    margin: 20px 0 0;
}
.tel-pop .tel-tips {
    width: 230px;
    margin: 0 auto;
    padding: 20px 0 0;
    font-size: 12px;
    line-height: 20px;
    color: #666;
    text-align: left;
}
.tel-pop .tel-tips em {
    color: #ff615e;
    font-style: normal;
}
.tel-pop .tel-tips .tel-tips-space {
    display: inline-block;
    width: 10px;
    height: 3px;
}
/*切换城市*/
.city-switch {
	cursor: pointer;
}
.city-switch a {
	color:#FF0000;
}
.city-switch .cur_city {
	margin-right:10px;
}
.city-option-box {
	background-color:#fff
}
.city-option-box {
	position:absolute;
	top:33px;
	z-index:7047;
	display:none;
	width:406px;
	height:auto;
	border:1px solid #d8d8d8
}
.city-option-box .city-option-list {
	width:100%;
	height:38px;
	border-bottom:1px #d8d8d8 solid;
	background-color:#f4f4f4
}
.city-option-box .city-option-hot {
	margin-left:26px
}
.city-option-box .city-option-list span {
	float:left;
	width:60px;
	height:38px;
	margin-right:2px;
	line-height:38px;
	color:#333;
	text-align:center;
	cursor:pointer
}
.city-option-box .city-option-list span.on {
	height:37px;
	color:#ed382d;
	border-bottom:2px #ed382d solid
}
.city-option-box .city-option-list .city-option-q-w,.city-option-box .city-option-list .city-option-x-z {
	margin-right:0
}
.city-option-content .city-hot-content {
	padding:10px 0 9px 36px
}
.city-option-content .city-content-warp {
	padding:10px 0 6px 36px
}
.city-option-content .city-a-e-content,.city-option-content .city-f-j-content,.city-option-content .city-hot-content,.city-option-content .city-k-p-content,.city-option-content .city-q-w-content,.city-option-content .city-x-z-content {
	display:none
}
.city-option-content div.city-hot-content {
	display:block
}
.city-option-content div ul {
	width:100%
}
.city-option-content div ul li {
	float:left;
	width:62px;
	overflow:hidden;
	color:#666;
	text-align:left;
	height:28px;
	line-height:28px
}
.city-option-content div ul li.row-end {
	width:60px
}
.city-option-content div ul li a {
	font-size:12px;
	color:#666
}
.city-option-content div ul li a.city-option-a-more {
	color:#999
}
.city-option-content div ul li:hover a {
	color:#ed382d
}
.city-option-ul-box {
	position:relative
}
.city-option-ul-box .city-option-logogram {
	position:absolute;
	top:-3px;
	left:-26px;
	font-size:12px;
	color:#ff4900
}
.clearfix {
	*zoom:1
}
.clearfix:after {
	display:block;
	clear:both;
	content:"\0020";
	visibility:hidden;
	height:0
}

/*底部弹出层开始*/
.bottom-float {
	background: url(../images/bottom-float.png) repeat;
	height: 120px;
	width: 100%;
	min-width: 1230px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 99999;
	display: none;
}
.bottom-float .float-body {
	margin: 0 auto;
	width: 1130px;
	height: 120px;
	position: relative;
}
.bottom-float .float-body .explain {
	float: left;
	margin: 13px 10px 0px 0px;
}
.bottom-float .float-body .forms {
	float: left;
	height: 100px;
	margin: 10px 25px 0px 30px;
	padding: 0px;
	background-color: transparent;
}
.bottom-float .float-body .forms .form-area {
	height: 80px;
	position: relative;
}
.bottom-float .float-body .forms .form-area .col1 {
	margin: 0px 80px 0px 0px;
	height: 80px;
}
.bottom-float .float-body .forms .form-area .col1 .s1 {
	float: left;
	width: 185px;
	margin: 0px 5px 0px 0px;
	height: 80px;
}
.bottom-float .float-body .forms .form-area .col1 .s2 {
	float: left;
	margin: 0px 10px 0px 0px;
	height: 80px;
}
.bottom-float .float-body .forms .form-area .col1 .ele {
	height: 35px;
	position: relative;
}
.bottom-float .float-body .forms .form-area .col1 .ele input {
	border: 0px;
	width: 180px;
	text-indent: 7px;
	height: 15px;
	line-height:15px;
	padding:10px 0;
	font-size: 12px;
	border: 0px;
	background: #FFFFFF;
	*padding: 10px 5px;
	*height: 15px;
	color: #999;
	display: block;
	float: left;
}

.bottom-float .float-body .forms .form-area .col1 .ele input.area {
	width: 85px;
}
.bottom-float .float-body .forms .form-area .col1 .ele .area-tips {
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0px;
	right: 0px;
	color: #888;
	background: #FFFFFF;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
}
.bottom-float .float-body .forms .form-area .col1 .ele select {
	border: 0px;
	background: #fff;
	display:inline-block;
	height: 34px;
	margin: 0px;
	margin-right: 1px;
	padding: 6px 0 8px 0;
	font-size: 12px;
	color: #999;
	width: 100px;
	*width: 100px;
	_width: 100px;
	*height:15px;
	

}


.bottom-float .float-body .forms .form-area .col1 .ele select.select1 {
	float: left;
	width:180px;
}
.bottom-float .float-body .forms .form-area .col1 .ele.t {
	margin: 0px 0px 10px 0px;
}
.bottom-float .float-body .forms .form-area .col1 .ele.t .mobilecode {
	width: 90px;
	margin-left: 5px;
}
.bottom-float .float-body .forms .form-area .col1 .ele.t .get_tupian_box {
	height: 35px;
	display: block;
	border: medium none;
	outline: medium none;
	cursor: pointer;
	float: right;
	width: 80px;
}
.bottom-float .float-body .forms .form-area .col1 .ele.t .check-code .picturecode {
	height: 20px;
	width: 72px;
	border: 1px solid gray;
	padding:0!important;
}
.bottom-float .float-body .forms .form-area .col3 {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 80px;
	height: 58px;
	color: #FFFFFF;
	font-size: 14px;
	background: #FF8A00;
	text-align: center;
	line-height: 18px;
	padding: 22px 0px 0px;
}
.bottom-float .float-body .forms .form-area .col3 input {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80px;
	height: 80px;
	background-color: transparent;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.bottom-float .float-body .forms .num-text {
	height: 20px;
	line-height: 28px;
	color: #E98003;
	font-size: 12px;
}
.bottom-float .float-body .close1 {
	position: absolute;
	top: 10px;
	right: 0px;
	cursor: pointer;
}
.bottom-float .float-body .qrcode {
	position: relative;
	width: 80px;
	top: 10px;
	right:20px;
	cursor: pointer;
}
.bottom-open {
	position: fixed;
	height: 135px;
	background-color: rgba(0, 0, 0, .8);
	bottom: -30px;
	left: 60px;
	z-index: 139999;
	cursor: pointer;
	display: none;
}
.bottom-open img {
	position: absolute;
	margin: -8px 0px 0px -5px;
	width:155px;
	max-width:500px;
}
.bottom-float .float-body .forms .form-area .col3 .submitFabu {
	cursor: pointer;
}



/*底部弹出层城市选择*/
.district {
	position:relative;
	z-index:10;
	display:inline-block;
}
.district input {
	height:16px;
	font-size:12px;
	border:0;
	padding:10px
}  
.district .district-icon {
	display:block;
	position:absolute;
	right:2px;
	top:6px;
	width:16px;
	height:16px;
	background:url(../images/index_bg_m.png) no-repeat;
	background-position:-31px 5px;
	cursor:pointer
}
.district .district-select-box {
	width:100%;
	position:absolute;
	top:42px;
	left:0;
	z-index:20;
	background-color:#f8f8f8;
	color:#333;
	box-shadow:0 2px 20px rgba(0,0,0,.1)
}
.district .district-select {
	float:left;
	width:160px;
	height:400px;
	overflow-y:auto
}
.district-select::-webkit-scrollbar {
	width:7px;
	height:7px
}
.district-select::-webkit-scrollbar-thumb {
	border-radius:3px;
	background-color:#ccc
}
.district-select::-webkit-scrollbar-corner,.district-select::-webkit-scrollbar-track {
	background-color:transparent
}
.district .district-province {
	width:47%
}
.district .district-city {
	width:53%
}
.district .district-select-option {
	padding:5px 10px 5px 20px;
	cursor:pointer;
	font-size:12px;
}
.district-select-option span {
	font-size:12px;
}
.district li:first-child(1) .district-select-option {
	padding-top:10px
}
.district li:last-child .district-select-option {
	padding-bottom:10px
}
.district-select-province .district-select-option {
	background-color:#fff
}
.district-select-city .district-select-option {
	background-color:#f8f8f8
}
.district-select-province li.on .district-select-option {
	background-color:#f8f8f8;
	color:#ed382d
}
.district-select-city li.on .district-select-option {
	color:#ed382d
}
.district-select-province li:hover .district-select-option {
	background-color:#f8f8f8;
	color:#ed382d
}
.district-select-city li:hover .district-select-option {
	color:#ed382d
}
.fabiao-form-hint {
	position:absolute;
	top:9px;
	left:10px;
	color:#999;
	font-size:12px
}
.videoOut {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8888;
	transition: 0.1s ease;
	font-size: 12px;
	font-family: 'Microsoft Yahei';
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}

.videoOut.show {
	visibility: visible;
	opacity: 1;
	pointer-events: auto
}

.video {
	width: 978px;
	height: 550px;
	position: fixed;
	top: 50%;
	margin-top: -130px;
	left: 50%;
	margin-left: -435px;
	font-size: 14px !important;
	font-family: 'Microsoft Yahei' !important;
	background: #fff;
	border-radius: 8px;
	z-index: 99999;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: all .8s cubic-bezier(.42, .47, 0, 1.24);
	/* padding: 0 40px; */
}

.video.show {
	margin-top: -270px;
	opacity: 1;
	visibility: visible;
	pointer-events: auto
}
.close-popup {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	position: absolute;
	right: -40px;
	top: -40px;
	background: url(../images/close2.png);
	z-index: 99999;
	cursor: pointer;
	background-size: contain
}
/*底部弹出层结束*/
.ajax-msg .content-msg{width:180px;height:50px;line-height:50px;background:#ff9023;color:#fff;position:fixed;top:50%;margin-top:-50px;left:50%;margin-left:-90px;z-index:999999;text-align:center;border-radius:5px;opacity:0;visibility:hidden}
.ajax-msg .ewm{width:250px;padding:20px;position:fixed;top:50%;margin-top:-100px;left:50%;margin-left:-100px;opacity:0;visibility:hidden;transition:0.5s;z-index:99999; background:rgba(0,0,0,0.4); color:#fff;  }
.ajax-msg .ewm p{margin-bottom:10px;font-size:16px; text-align:center} 