@charset "utf-8";
/* CSS Document */
html{ font-size:14px; }
body{font-family: Source Han Sans CN, Microsoft JhengHei, PingFang SC, Source Han Serif SC, Microsoft YaHei, sans-serif;
 margin:0;
 padding:0;
 background-color:#fff;
 overflow-x:hidden;
}
div,img,h3,h4,p,dd,dl,em{margin: 0; padding: 0; border: 0;}
h1{font:bold 1.26em Arial, Sans-Serif;letter-spacing:0px;margin:0;padding:0}
h2{font:bold 1.7em Arial, Sans-Serif;letter-spacing:0px;font-size:16px;color:#000;background:inherit;margin:0 0 5px;padding:0}
p{margin:0 auto}
ul,li{list-style:none;margin:0;padding:0}
form{margin:0}
a{text-decoration:none;}
a:hover{text-decoration:none; color:#c01701;transition:all 0.2s linear 0s;}
.clear{font-size:0; line-height:0;clear: both;overflow: hidden; zoom: 1;}
.fr{float:right;}
.fl{float:left;}

.banner{ width: 100%;clear: both; position: relative;height: 5vw;}

.fuwu{width:1200px;margin:50px auto;overflow: hidden;text-align:center;}
.fuwu dd{font-size:22px;color:#333;padding-bottom: 15px;}
.fuwu h3{font-size:36px;color:#333;font-weight:bold;padding-bottom: 35px;}
.fuwu p{font-size:16px;color:#777;padding-bottom: 10px;line-height:30px;}
.fuwu a{font-size:16px;color:#0d8bd7;padding-bottom: 10px;line-height:25px;text-decoration: underline;}

.fuwubg{width:100%;position: relative;}
.fuwubg h3{font-size:36px;color:#fff;font-weight:bold;padding-bottom: 35px;position: absolute;left: 16vw;top: 8vw;}
.fuwubg p{font-size:16px;color:#fff;padding-bottom: 10px;line-height:30px;position: absolute;left: 16vw;top: 12vw;}
.fuwubg ul{position: absolute;left: 16vw;top: 19vw;width: 25vw;}
.fuwubg ul li{width: 48%;float: left; text-align: left; margin-right: 2%;margin-bottom:6%;}
.fuwubg ul li img{width: 1.6vw;margin-bottom: 1vw;}
.fuwubg ul li dd{color: #fff;font-size: 16px;font-weight: bold;}
.fuwubg a{
    padding: 0.4vw 3vw;
    text-align: center;
    font-size: 14px;
    color: #000;
    background: #fff;
    border-radius: 30px;
    position: absolute;
    top: 35vw;
    left: 16vw;}

.fuwubg img{width:100%;}


.cn{width:1280px;margin:80px auto;overflow: hidden;text-align:center;}
.cn dd{font-size:22px;color:#333;padding-bottom: 15px;}
.cn h3{font-size:36px;color:#333;font-weight:normal;padding-bottom: 35px;}
.cn p{font-size:16px;color:#777;padding-bottom: 10px;line-height:25px;}
.cn ul{padding:0;martgin:0;}
.cn ul li{float:left;width:312px;margin: 50px 10px 0px 0px;text-align: center;background: #f6f6f6;}
.cn ul li:nth-child(4) {margin-right: 0px;}
.cn ul li dt{font-size:20px;color:#000;padding: 40px 0 0 0;font-weight:bold;}
.cn ul li p{font-size:15px;color:#777;padding: 20px 60px 40px 60px;line-height:28px;}

@media (max-width: 768px) {
.fuwu {
    width: 100%;
    margin: 5vw auto;
    overflow: hidden;
    text-align: center;
} 
.fuwu dd {
    font-size: 4vw;
    color: #333;
    padding-bottom: 3vw;
}
.fuwu h3 {
    font-size: 6vw;
    color: #333;
    font-weight: bold;
    padding-bottom: 3vw;
}
.fuwu p {
    font-size: 4vw;
    color: #777;
    padding-bottom: 5vw;
    line-height: 6vw;
}
.fuwubg h3 {
    font-size: 5vw;
    color: #fff;
    font-weight: bold;
    padding-bottom: 3vw;
    position: absolute;
    left: 5%;
    top: 8vw;
}
.fuwubg p {
    font-size: 3.5vw;
    color: #fff;
    padding-bottom: 10px;
    line-height: 5vw;
    position: absolute;
    left: 5%;
    top: 18vw;
}
.fuwubg ul {
    position: absolute;
    left: 5%;
    top: 32vw;
    width: 100%;
}
.fuwubg ul li {
    width: 48%;
    float: left;
    text-align: left;
    margin-right: 2%;
    margin-bottom: 2%;
}
.fuwubg ul li img {height: auto;
    width: 6.6vw;
    margin-bottom: 2vw;
}
.fuwubg ul li dd {
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
}
.fuwubg img {
    width: 100%;
    height: 100vw;
    object-fit: cover;
}
.fuwubg a {
    padding: 1.4vw 3vw;
    text-align: center;
    font-size: 14px;
    color: #000;
    background: #fff;
    border-radius: 30px;
    position: absolute;
    top: 78vw;
    left: 5%;
}
.cn {
    width: 94%;
    margin: 5vw auto;
    overflow: hidden;
    text-align: center;
}
.cn dd {
    font-size: 4vw;
    color: #333;
    padding-bottom: 2vw;
}
.cn h3 {
    font-size: 5vw;
    color: #333;
    font-weight: normal;
    padding-bottom: 3vw;
}
.cn p {
    font-size: 4vw;
    color: #777;
    padding-bottom: 1vw;
    line-height: 6vw;
}
.cn ul li {
    float: left;
    width: 100%;
    margin: 3vw 0px 0px 0px;
    text-align: center;
    background: #f6f6f6;
}
}
