@CHARSET "UTF-8";
.service_templete_content_div {
height: auto;
width: 100%;
overflow-x: hidden;
overflow-y: hidden;
text-align: center;
background-color: #fff;
display: block;
}
.service_templete_outer_div {
margin: 0 auto;
height: auto;
width: 100%;
text-align: center;
overflow-x: hidden;
overflow-y: hidden;
background-color: #fff;
}
.service_templete_main_ul {
margin: 0 auto;
width: 100%;
height: auto;
text-align: center;
background-color: #fff;
padding: 0;
list-style-type: none;
}
.service_templete_main_ul>li {
width: 100%;
height: auto;
background-color: #fff;
list-style-type: none;
float:left;
}
.service_templete_title_div {
margin: 0 auto;
height: 100px;
width: auto;
text-align: center;
padding: 8px;
margin-top: 40px;
margin-bottom: 12px;
color:#d40000;
display: inline-block;
font-size:24px;
}

.service_templete_div {
margin: 0 auto;
height: auto;
width: 800px;
padding-top: 20px;
padding-bottom: 20px;
margin-top: 20px;
text-align: center;
background-color: #fff;
}

.service_templete_ads_div {
background: url(background0_2.webp);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
margin: 0 auto;
height: calc(0.6 * 100vw); width : 100%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
color: #d40000;
}
.service_templete_introduction_div2 {
margin: 0 auto;
height: auto;
width: 800px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center
}
.service_templete_introduction_div2>span {
display:inline-block;border: 1.0px solid #999999;padding:8px;height:38px;line-height:22px;margin-right:4px;margin-bottom:4px;font-size:14px;color:#000;
}

.service_templete_introduction_img_div {
margin: 0 auto;
width: 800px;
height: auto;
text-align: center;
padding-bottom: 20px
}

.service_templete_introduction_img_div>img {
margin: 0 auto;
width: 800px;
height: auto;
}

.service_templete_introduction_img_div2 {
margin: 0 auto;
width: 800px;
height: 200px;
text-align: center;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
}

.service_templete_introduction_img_div2>img:nth-child(1) {
margin-right:4px;
width: calc(33.3% - 5px);
height: 100%;
object-fit: cover;
float:left;
}
.service_templete_introduction_img_div2>img:nth-child(2) {
margin-right:4px;
margin-left:4px;
width: calc(33.3% - 6px);
height: 100%;
object-fit: cover;
float:left;
}
.service_templete_introduction_img_div2>img:nth-child(3) {
margin-left:4px;
width: calc(33.3% - 5px);
height: 100%;
object-fit: cover;
float:left;
}

@media screen and (max-width: 600px) {
.service_templete_main_ul {
width: 100%;
height: auto;
float: left;
margin: 0;
padding: 0;
list-style-type: none;
background-color: #fff;
}
.service_templete_main_ul>li {
margin: 0;
width: 100%;
height: auto;
margin: 0px;
list-style-type: none;
}
.service_templete_content_div {
/*background: url(background1_mobile.jpg) no-repeat center center fixed;*/
height: auto;
width: 100%;
padding-bottom: 0px;
background-color: #fff;
}
.service_templete_outer_div {
margin: 0 auto;
height: auto;
width: 100%;
text-align: center;
}
.service_templete_title_div {
height: 100px;
width: calc(100% - 40px);
margin-left: 20px;
margin-right: 20px;
padding: 8px;
margin-top: 20px;
margin-bottom: 4px;
text-align: center;
font-size:16px;
}
.service_templete_div {
margin: 0 auto;
height: auto;
width: calc(100% - 40px);
margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}


.service_templete_introduction_div2 {
margin: 0 auto;
height: auto;
width: calc(100% - 40px);
text-align: center;
}
.service_templete_introduction_div2>span {
display:inline-block;border: 1.0px solid #999999;padding:4px;height:30px;line-height:22px;margin-right:4px;margin-bottom:4px;font-size:14px;color:#000;
}

.service_templete_introduction_img_div {
margin: 0 auto;
width: 100vw;
height: auto;
text-align: center;
padding-left: 20px;
padding-right: 20px;
padding-top: 8px;
padding-bottom: 0px
}
.service_templete_introduction_img_div>img {
margin: 0 auto;
width: calc(100vw - 40px);
height: auto;
object-fit: cover;
}
.service_templete_introduction_img_div2 {
margin: 0 auto;
width: calc(100vw - 40px);
height:100px;
text-align: center;
padding-top: 8px;
padding-bottom: 0px
}

.service_templete_introduction_img_div2>img:nth-child(1) {
margin-right:4px;
width: calc(33.3% - 5px);
height:100px;
object-fit: cover;
float:left;
}
.service_templete_introduction_img_div2>img:nth-child(2) {
margin-right:4px;
margin-left:4px;
width: calc(33.3% - 6px);
height:100px;
object-fit: cover;
float:left;
}
.service_templete_introduction_img_div2>img:nth-child(3) {
margin-left:4px;
width: calc(33.3% - 5px);
height:100px;
object-fit: cover;
float:left;
}
}