﻿.inq_dl dd{
	float: left;
	width: 45%;
	margin-bottom: 16px;
	margin-left: 0;
}
.inq_dl dd:nth-child(2),.inq_dl dd:nth-child(4){
	float: right;
}
.inq_dl dd:nth-child(5){
	width: 100%;
}
.inq_dl dd .tt{
	line-height: 40px;
	color: #313131;
}
.inq_dl dd .tt span{
	color: #ed1c24;
	padding-right: 4px;
}

.inq_inp{
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
	background:none;
	border: 1px solid #989898;
	box-sizing: border-box;
}
.inq_inp::-webkit-input-placeholder{
	color:#a0a0a0;
}
.inq_area{
	width: 100%;
	height:126px;
	padding: 10px;
	border: 1px solid #989898;
	background: none;
	box-sizing: border-box;
}
.inq_btn{
	display: block;
	width: 160px;
	height: 30px;
	line-height: 30px;
	color: #333;
	text-align: center;
	background: #fbbb13;
	border: none;
	cursor: pointer;
	margin-top:20px;
	border-radius: 30px;
}







/*********service********/
.serviceBox{
}
.service_clm1 .picBox{
	width: 46.6%;
}
.service_clm1R{
	width: 53.4%;
	height: 300px;
	padding: 50px 0 0 40px;
	margin-top: 18px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	box-sizing: border-box;
}
.service_clm1R_tt{
	font-size:24px;
	color: #333;
} 
.service_clm1R_clm{
	position: relative;
	overflow: hidden;
}
.service_clm1R_clm .ico_circle{
	position: absolute;
	left: 0;
	top: 11px;
}
.service_clm1R_clm .text{
	width: 100%;
	padding-left: 18px;
	box-sizing: border-box;
	line-height: 30px;
	color:#333;
	font-size:14px;
}





.service_clm2{
	padding: 60px 0 80px 0;
	overflow: hidden;
	background: url(../images/service_bg1.jpg) no-repeat center center;
}
.service_clm2 .title1{
	padding-bottom: 10px;
}
.service_clm2 .icon_line_slide{
	width: 130px;
	margin-left: -65px;
}
.service_clm2_con{
	color: #fff;
	line-height:30px;
}
.service_clm2_con .tt{
	font-size: 22px;
}


.service_clm3{
	padding: 65px 0;
	background: #f3f3f3;
	overflow: hidden;
}
.service_clm3L ,.service_clm3R{
	width: 41.6%;
	box-sizing: border-box;
}
.service_clm3L .service_clm1R_clm .ico_circle{
	left: auto;
	right: 0;
}
.service_clm3L .service_clm1R_clm .text{
	padding: 0 18px 0 0;
}

.service_clm3M{
	width: 150px;
	height:150px;
	box-sizing: border-box;
	border-radius: 150px;
	background: #282f42;
	border: 4px solid #fbbb13;
	margin: 0 auto;
}
.service_clm3M .disTable{
	width: 150px;
	height: 140px;
}
.service_clm3M .icon{
	display: inline-block;
	width: 52px;
	height: 57px;
	background: url(../images/icons.png) no-repeat 0 -189px;
	margin-bottom: 5px;
}
.service_clm3M .tt{
	line-height: 15px;
	color: #fff;
}

.service_clm4{
	background: #fff;
	padding: 55px 0 0 0;
}
.service_clm4_lsit{
	width: 1250px;
}
.service_clm4_lsit dd{
	float: left;
	width: 575px;
	background: #ebebeb;
	box-sizing: border-box;
	padding: 35px 28px;
	overflow: hidden;
	margin:0 50px 40px 0;
}
.service_clm4_lsit .pic{
	display: block;
	width: 139px;
	height: auto;
}
.service_clm4_lsit .con{
	width: 350px;
}
.service_clm4_lsit .con .tt{
	font-size: 20px;
	margin-bottom: 6px;
}
.service_clm4_lsit .con .subtt{
	color: #777;
	margin-bottom: 12px;
}
.service_clm4_lsit .con .text{
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 12px;
}
.service_clm4_lsit .con .btn{
	display: block;
	color: #fff;
	font-size: 14px;
	width: 170px;
	height: 40px;
	line-height: 40px;
	background: #282f42;
	border-radius: 8px;
}
.service_clm4_lsit .con .btn .icon{
	float: left;
	width: 20px;
	height: 40px;
	background: url(../images/icons.png) no-repeat -231px 0;
	margin: 0 13px 0 35px;
}


