
/* =====================售后服务样式======================== */
.service_ban{
	position: relative;
}
.service_ban::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgb(0,0,0,.29);
	top: 0;
	left: 0;
	z-index: 3;
}
.service_ban.com_banner2 .txt{
	position: absolute;
	left: 0;
	top: 62%;
	width: 100%;
	z-index: 4;
}
.service_ban.com_banner2 .txt h4 {
	font-size: 22px;
	font-family: "OP-JH";
	line-height: 1;
}

.service_ban.com_banner2 .txt span {
	display: inline-block;
	color: #cb0012;
}

.service_ban.com_banner2 .txt p{
	font-size: 14px;
	line-height: 1;
	font-family: "OP-R";
	margin-top: 15px;
}
/* service_box1 s */
.service_box1{
	padding: 0.9rem 0;
}
.service_box1 .tit{
	color: black;
	text-align: center;
}
.service_box1 .tit h4{
	font-size: 20px;
	line-height: 30px;
	font-family: "OP-JH";
}
.service_box1 .tit p{
	font-size: 12px;
	line-height: 2;
	font-family: "OP-R";
	margin-top: 0.45rem;
	width: 6.3rem;
	display: inline-block;
}
.service_box1 .tit p span,.service_box1 span{
	display: inline-block;
	color: #cb0012;
}

.service_box1 .pic{
	padding: 0.5rem 0 0;
}
.service_box1 .pic img{
	width: 100%;
}

.service_box1 .form_sug .con .tab_li{
	padding-bottom: 0.2rem;
	border-bottom: 1px solid #a9a9a9;
}
/* service_box1 e */


/* service_box2 s */
.service_box2 {
	position: relative;
	height: 8rem;
	background: url(../image/service_box2.jpg) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
}

.service_box2 .txt {
	position: absolute;
	color: white;
	text-align: center;
	width: 2.3rem;
	right: 16%;
	top: 52%;
}

.service_box2 .txt h4 {
	font-size: 24px;
	font-family: "OP-JH";
	line-height: 34px;
	text-shadow: 2px 4px 8px #000;;
}

.service_box2 .txt h4 span {
	display: inline-block;
	color: #cb0012;
}
/* service_box2 e */


/* service_box3 s */

.service_box3{
	padding: 1.1rem 0 1.3rem;
}
.service_box3 .tit{
	color: black;
	text-align: center;
}
.service_box3 .tit h3{
	font-size: 24px;
	line-height: 30px;
	font-family: "OP-JH";
}
.service_box3 .tit p{
	font-size: 12px;
	line-height: 2;
	font-family: "OP-R";
	margin-top: 0.45rem;
	width: 6.3rem;
	display: inline-block;
}
.service_box3 .tit p span,.service_box3 .tit h3 span{
	display: inline-block;
	color: #cb0012;
}

.service_box3 ul{
	padding-top: 0.6rem;
}
.service_box3 ul li{
	float: left;
	width: 31%;
	margin-right: 3.5%;
	background-color: #ebecec;
}
.service_box3 ul li:nth-child(3n){
	margin-right: 0;
}
.service_box3 ul li .pic{}
.service_box3 ul li .pic img{
	width: 100%;
}
.service_box3 ul li .info{
	height: 1.5rem;
	padding: 0.3rem 0.12rem 0;
	color: black;
	text-align: left;
}
.service_box3 ul li .info h4{
	font-size: 16px;
	font-family: "OP-JH";
	line-height: 1;
}
.service_box3 ul li .info p{
	font-size: 12px;
	line-height: 22px;
	font-family: "OP-R";
	margin-top: 0.12rem;
}
/* service_box3 e */



/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
}
@media all and (max-width:768px) {
    /* 移动终端以上 360 适配 */
}
@media all and (max-width:640px) {
}
@media all and (max-width:420px) {
}
@media all and (max-width:376px) {
}
