.content{
	background:#eee;
}
.dz {
	height: 45px;
	width: 100%;
	padding: 0 10px;
	line-height: 45px;
	background: #fff;
}

.dz .box_img {
	height: 100%;
	width: 20%;
	float: left;
}

.dz .box_img img {
	width: 80%;
}

.picScroll-left {
	width: 80%;
	position: relative;
	height: 45px;
	overflow: hidden;
	float: right;
}

.picScroll-left .bd {
	width: 100%;
	margin: 0 auto;
	height: 100%;
}

.picScroll-left .bd ul li {
	float: left;
	text-align: center;
	height: 45px;
	font-size: 0.16rem;
	width: 100%;
	line-height: 45px;
}

.picScroll-left .bd ul li .dd-left {
	display: block;
	float: left;
}

.picScroll-left .bd ul li .dd-right {
	display: block;
	float: right;
	color: #999;
}

@media only screen and (max-width:413px) {
	.picScroll-left .bd ul li .dd-right {
		display: none;
	}
}

.line_clear {
	height: 10px;
	background: #eee;
}

/*选择我们*/
.choice_us {
	overflow: hidden;
	padding-bottom: 20px;
	background: #fff;
}

.choice_tit {
	font-size: 0.75rem;
	color: #333333;
	text-align: center;
	width: 70%;
	border-top: 1px solid #cccccc;
	margin: 0 auto;
	height: 5px;
	position: relative;
	margin-top: 5%;
}

.choice_tit p {
	position: absolute;
	left: 50%;
	top: -10px;
	margin-left: -103px;
	background: #fff;
	color: #333;
	padding: 0px 5%;
}

.choice_tit p span {
	font-weight: bold;
	color: #ff6600;
}

/*选择*/
.bawet {
	margin-bottom: 33px;
	margin: 20px 3%;
}

.topbxim {
	text-align: right;
	padding: 3px;
	background: url(../img/common/order_1.png) repeat-x;
	border-radius: 10px;
}

.choice_box {
	display: block;
	background: url(../img/common/order_2.png) repeat-x;
	border-radius: 5px;
	border-left: 2px solid #3d3c30;
	border-right: 2px solid #3d3c30;
	height: 49px;
	line-height: 49px;
	padding: 0 10px
}
.choice_box div {
    display: inline;
}
.choice_box div img{
	width: 5%;
}

.choice_box sub {
	font-size: 0.12rem;
	bottom:-0.5em;
}

.choice_form {
	margin: 0 3.3%;
}

.choice_form input[type="text"] {
	font-size: 0.24rem;
}

.origin span {
	width: 49%;
	float: left;
}

.origin span:nth-child(2) {
	margin-left: 2%;
}

.origin input[type="text"] {
	width: 100%;
	height: 41px;
	padding: 0 15px 0 5px;
	border: 1px solid #ccc;
	font-size:14px;
	border-radius:10px;
	margin-bottom: 20px;
	background: url(../img/common/right_03.png) no-repeat right center;
}
.origin1 span {
	width: 40%;
	float: left;
	line-height:41px;
}

.origin1 span:nth-child(2) {
	margin-left:15px;
}

.origin1 input[type="text"] {
	width: 100%;
	height: 41px;
	padding: 0 10px;
	border: 1px solid #ccc;
	font-size:14px;
	border-radius:10px;
	margin-bottom: 20px;
}
.phone_input input[type="text"] {
	width: 100%;
	height: 41px;
	padding-left: 10px;
	border-radius:10px;
	font-size:14px;
	border: 1px solid #ccc;
	margin-bottom: 30px;
}

#gg {
	display: inline-block;
	height: 100%;
	margin: 0;
	line-height: 49px;
}

.cars_input input[type="text"] {
	width: 100%;
	height: 41px;
	padding-left: 10px;
	border-radius:10px;
	font-size:14px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	background: url(../img/common/kg_03.png) no-repeat right center;
}
.cars_input textarea{
	height:122px;
	width:100%;
	border-radius:10px;
	border: 1px solid #eeeeee;
	font-size:0.8rem;
}

.date_input select::-ms-expand {
	display: none;
}

.date_input select:focus {
	border: 0px;
}

.sub_btn {
	line-height: 50px;
}

.sub_btn input[type="button"] {
	width: 100%;
	background: #F1AB18;
	color: #fff;
	text-align: center;
	border: 0;
	border-radius: 3px;
	font-size: 20px;
	height:45px;
}
.choice_form p{
	font-size:14px;
	line-height:1;
	padding-top:20px;
	padding-bottom:110px;
}
/*城市选择*/
ul,li,ol,dd,dt,dl {
	list-style: none;
}

* {
	padding: 0;
	margin: 0;
}

.area-select-box {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	z-index: 999;
	overflow: hidden;
	display: none;
}

.area-select-background {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.5;
}

.area-select-obj {
	position: absolute;
	top: 0px;
	width: 78.4%;
	height: 101%;
	background-color: #f8f8f8;
	display: table;
	border: 1px solid #eee;
	font-size: 14px;
	-webkit-transform: translate3d(27.6%, 0px, 0px);
	-moz-transform: translate3d(27.6%, 0px, 0px);
	-ms-transform: translate3d(27.6%, 0px, 0px);
	-o-transform: translate3d(27.6%, 0px, 0px);
	transform: translate3d(27.6%, 0px, 0px);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.area-mark {
	-webkit-transform: translate3d(128%, 0px, 0px);
	-moz-transform: translate3d(128%, 0px, 0px);
	-ms-transform: translate3d(128%, 0px, 0px);
	-o-transform: translate3d(128%, 0px, 0px);
	transform: translate3d(128%, 0px, 0px);
}

.area-select-obj .area-select {
	display: table-cell;
	height: 100%;
	position: relative;
}

.area-province {
	width: 47%;
	background: white;
}

.area-select-province li {
	background: white;
	border-right: 1px solid #eee;
}

.area-select-province li.on {
	background: #f8f8f8;
	border-right: 0;
	color: #e52f22;
}

.area-select-option {
	margin-left: 20px;
	padding-top: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #eee;
}

.area-select li:last-child .area-select-option {
	border: none;
}

.area-select-option>span {
	margin-right: 4px;
	color: #c7c7c7;
}

.area-select-province li.on .area-select-option>span {
	color: #e52f22;
}

.area-select-province,
.area-select-city {
	width: 100%;
	position: absolute;
	top: 0px;
}

.area-select-city {
	background: #f8f8f8;
}

.area-select-city li.on {
	color: #e52f22;
}

.area-select .area-background-tab {
	background: #ececec;
}

.transition-select {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.service {
	width: 100%;
	height: 4.8rem;
	background: #FFFFFF;
}

.service_a {
	width: 100%;
	height: 4.8rem;
	margin: 0 auto;
	text-align: center;
}

.service_a h4 {
	font-size: 1.4rem;
	padding-top: 1.2rem;
	margin: 0;
	height:3rem;
	line-height:1.8rem;
}

.service_a h4 span{width:60px;height:1px;background:#E0E0E0;display:inline-block;margin-bottom:0.4rem;}
.service_a h4 span:first-child{margin-right:40px;}
.service_a h4 span:last-child{margin-left:40px;}


.items {
	width: 100%;
	background: #FFFFFF;
}

.items_a {
	width: 100%;
	margin: 0 auto;
	padding-bottom:5px;
}
.items_a ul li{
	padding:0 1rem;
	margin-bottom:20px;
}
.items_a ul li .item_div{
	position:relative;
	height:72px;
	padding:12px 0 12px 90px;
	width:100%;
	background:#eee;
	border-radius:36px;
}
.items_a ul li .item_div .item_img{
	position:absolute;
	top:-7px;
	left:-7px;
	padding:7px;
	background:#fff;
	border-radius:100%;
}
.items_a ul li .item_div .item_img img{
	border-radius:100%;
}
.items_a ul li .item_div h2{
	font-size:0.95rem;
	font-weight:600;
	line-height:2;
	color:#333;
}
.items_a ul li .item_div p{
	font-size:0.8rem;
	line-height:2;
	color:#999;
}
.servic_b {
	width: 10%;
	height: 0;
	background: #2BB07C;
	border: 0.1rem solid #2BB07C;
	margin: 0.5rem auto 0;
}
.kong{
	width: 100%;
	background: #FFFFFF;
}
.kong_a{
	width:94%;
	margin: 0 auto;
	padding-bottom:30px;
}
.kong_a ul{
	width:100%;
}
.kong_a img{
	/* width:100%; */
	height:8.5rem;
}
.kong_a li{
	width:48.5%;
	height:14.5rem;
	float:left;
	margin-top:15px;
	text-align: center;
	overflow:hidden;
	border:1px solid #E6E6E6;
	padding-top:0.5rem;
}
.kong_a li:nth-child(2n){
	margin-left:3%;
}
.kong_a li:nth-child(1),.kong_a li:nth-child(2){
	margin-top:0;
}
.kong_a li h4{
	font-size: 1rem;
	line-height:2.5;
	font-weight:600;
	color:#333;
	position:relative;
}
.kong_a li .h4::after {
    height: 2px;
    width: 56px;
    background: #DC151A;
    content: '';
    color: #DC151A;
    position: absolute;
    bottom: -1px;
    left: calc(50% - 26px);
}
.kong_a li span{
	font-size:0.6rem;
	line-height:3;
	color:#999;
}
.about{
	width: 100%;
	background: #FFFFFF;
}
.air{
	width: 100%;
	background: #FFFFFF;
}
.air_a{
	width:100%;
	padding:0 10px 30px;
	margin: 0 auto;
}
.air_a ul{
	width:100%;
}
.air_a ul li{
	width:100%;
	border:1px solid #E3E3E3;
	border-radius:10px;
	box-shadow:0px 0px 5px #ccc;
	padding:10px;
	margin-bottom:15px;
}
.air_a ul li .xzs_q{
	width:100%;
	height:50px;
	padding:10px 0px;
	line-height:49px;
	position:relative;
}
.air_a ul li .xzs_q i{
	position:absolute;
	top:50%;
	height:1.5rem;
	width:1.5rem;
	margin-top:-0.75rem;
	font-size:1.5rem;
	right:15px;
	color:#c5c5c5;
}
.air_a ul li .xzs_q i.mui-icon-arrowup{
	color:#FF7F5D;
}
.air_a ul li .xzs_q div{
	height:100%;
	width:25px;
	margin-right:10px;
	overflow:hidden;
	line-height:29px;
	float:left;
}
.air_a ul li .xzs_q p{
	color:#333;
	font-size:0.9rem;
	font-weight:600;
	line-height:29px;
	float:left;
	width:calc(100% - 35px);
}

.air_a ul li .xzs_a{
	width:100%;
	border-top:1px dashed #e3e3e3;
	line-height:50px;
	padding:10px 0px;
}

.air_a ul li .xzs_a div{
	height:100%;
	width:25px;
	margin-right:10px;
	overflow:hidden;
	line-height:30px;
	float:left;
}
.air_a ul li .xzs_a p{
	color:#999;
	font-size:0.8rem;
	line-height:2;
	float:right;
	width:calc(100% - 35px);
}

/* .footer{
	padding-bottom: 0;
	height: 255px;
} */








