*{
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}
body{
    background-color: #f5f5f5;
}
a {
    color: #333333;
    text-decoration: none;
}
ul, li, ol {
    list-style-type: none;
}
.max-width{
    max-width: 1200px;
    margin: auto;
}
header img{
    width: 100%;
}
.sbsbsbsbs-content h1{
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.sbsbsbsbs-content1{
    padding: 40px 0;
    text-align: center;
}
.sbsbsbsbs-content1-flex{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.sbsbsbsbs-content1-flex div{
    width: 278px;
    background: #FFFFFF;
    box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.08);
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
}
.sbsbsbsbs-content1-flex div img{
    width: 100%;
}
.sbsbsbsbs-content1-flex div h4{
    font-size: 24px;
    margin: 0px 0 10px;
}
.sbsbsbsbs-content1-flex div p{
    font-size: 16px;
    color: #666666;
    padding: 0 10px;
    height: 63px;
}
.sbsbsbsbs-content1-flex div a img{
    width: 160px;
    margin: 10px 0 10px;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.07);
}
.sbsbsbsbs-content2{
    padding: 40px 0;
    text-align: center;
}
.sbsbsbsbs-content2 div img{
    width: 100%;
    margin-top: 40px;
}
.sbsbsbsbs-content2 div p{
    font-size: 16px;
    color: #666666;
    margin: 15px 0 30px;
}
.sbsbsbsbs-content2 div p span{
    color: red;
}
.sbsbsbsbs-content2 div a img{
    width: 400px;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.07);
    margin: 0;
}
.sbsbsbsbs-content table{
    border-collapse: collapse;
    color: #666;
    margin-top: 20px;
    width: 100%;
}
.sbsbsbsbs-content table td{
    border: 1px solid #999999;
    width: 20%;
    height: 60px;
}
.sbsbsbsbs-content table .tr1{
    background-color: #33C0A7;
    color: white;
    font-weight: bold;
    font-size: 20px;
}
.sbsbsbsbs-content table .tr2{
    background-color: #EAF9F6;
}
.sbsbsbsbs-content table .tr3{
    background-color: white;
}

.sbsbsbsbs-content3{
    padding: 40px 0;
    text-align: center;
    background: url(../images/c3b.png) no-repeat no-repeat;
    background-size: 100% 100%;
}
.sbsbsbsbs-content3-flex{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.sbsbsbsbs-content3-flex div{
    width: 370px;
    background: #FFFFFF;
    box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.08);
    border-radius: 12px;
    overflow: hidden;
    padding: 20px 0;
}
.sbsbsbsbs-content3-flex div img{
    width: 160px;
}
.sbsbsbsbs-content3-flex div h4{
    font-size: 24px;
    margin: 0px 0 10px;
}
.sbsbsbsbs-content3-flex div p{
    font-size: 16px;
    color: #666666;
    padding: 0 10px;
    height: 63px;
}
.sbsbsbsbs-content3-flex div a img{
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.07);
    width: 240px;
}

.sbsbsbsbs-content4{
    padding: 40px 0;
    text-align: center;
}
.sbsbsbsbs-content4 img{
    width: 100%;
    margin-top: 40px;
}

.sbsbsbsbs-content5{
    padding: 40px 0;
    text-align: center;
    background-color: white;
}
.sbsbsbsbs-content5-flex{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.sbsbsbsbs-content5-flex>img{
    width: 442px;
}
.sbsbsbsbs-content5-flex>div{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-left: 40px;
}
.sbsbsbsbs-content5-flex>div div{
    display: flex;
    align-items: center;
}
.sbsbsbsbs-content5-flex>div div img{
    margin-right: 20px;
}
.sbsbsbsbs-content5-flex>div div p{
    font-size: 16px;
    text-align: left;
}
.sbsbsbsbs-content5-flex>div div span{
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.sbsbsbsbs-content6{
    padding: 40px 0;
    text-align: center;
    background-color: white;
}
.sbsbsbsbs-content6-flex{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.sbsbsbsbs-content6-flex>div{
    width: 285px;
}
.sbsbsbsbs-content6-flex div img{
    width: 100%;
    height: 210px;
}
.sbsbsbsbs-content6-flex div div{
    border: 1px solid #33C0A7;
    padding: 10px;
    text-align: left;
    margin-top: -5px;
    height: 170px;
}
.sbsbsbsbs-content6-flex div div span{
    display: inline-block;
    color: white;
    background-color: #33C0A7;
    font-size: 16px;
    border-radius: 5px;
    padding: 1px 5px 2px;
    line-height: 23px;
    margin-bottom: 5px;
}
.sbsbsbsbs-content6-flex div div p{
    font-size: 12px;
    color: #333333;
    text-align: justify;
    margin-bottom: 10px;
}
.sbsbsbsbs-content6 a img{
    width: 400px;
    margin-top: 30px;
}

.sbsbsbsbs-content7{
    padding: 40px 0;
    background-color: #f5f5f5;
}
.sbsbsbsbs-content7>div>span{
    width: 60px;
    height: 4px;
    background: #33C0A7;
    border-radius: 2px;
    display: block;
    margin: 15px auto 10px;
}
.sbsbsbsbs-content7>div>p{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    text-align: center;
}
.sbsbsbsbs-content7-flex{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.sbsbsbsbs-content7-flex div{
    width: 380px;
    height: 190px;
    border-radius: 12px;
    background-size: 100% 100%;
    padding: 30px;
    margin-bottom: 30px;
}
.sbsbsbsbs-content7-flex div h4{
    font-size: 24px;
    color: #333333;
}
.sbsbsbsbs-content7-flex div p{
    width: 188px;
    margin-top: 12px;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    letter-spacing: 2px;
    text-align: justify;
}
.sbsbsbsbs-content7-xz1{
    background: url(../images/xz1.png) no-repeat no-repeat;
}
.sbsbsbsbs-content7-xz2{
    background: url(../images/xz2.png) no-repeat no-repeat;
}
.sbsbsbsbs-content7-xz3{
    background: url(../images/xz3.png) no-repeat no-repeat;
}
.sbsbsbsbs-content7-xz4{
    background: url(../images/xz4.png) no-repeat no-repeat;
}
.sbsbsbsbs-content7-xz5{
    background: url(../images/xz5.png) no-repeat no-repeat;
}
.sbsbsbsbs-content7-xz6{
    background: url(../images/xz6.png) no-repeat no-repeat;
}
.sbsbsbsbs-content7 p{
    display: flex;
    justify-content: space-around;
}

.sbsbsbsbs-content8{
    padding: 40px 0;
    background-color: white;
}
.sbsbsbsbs-content8 ul{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
    background: #FFFFFF;
    box-shadow: 0px 1px 32px 0px rgba(0,0,0,0.09);
    padding: 30px 30px 20px;
}
.sbsbsbsbs-content8 ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D3D3D3;
    width: 536px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.sbsbsbsbs-content8 ul li a{
    font-size: 16px;
    color: #333333;
    line-height: 34px;
}
.sbsbsbsbs-content8 ul li i{
    width: 7px;
    height: 7px;
    background: #33C0A7;
    display: inline-block;
    margin-right: 10px;
}
.sbsbsbsbs-content8 ul li span{
    font-size: 14px;
    color: #999999;
    line-height: 34px;
}
.sbsbsbsbs-content8>div{
    text-align: center;
}
.sbsbsbsbs-content8>div>a img{
    width: 400px;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.07);
    margin-top: 30px;
}

footer{
    background-color: #33C0A7;
    padding: 40px 0;
}
footer h1{
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
footer>div{
    background-color: white;
    padding: 40px 0;
    text-align: center;
}
footer>div>span{
    width: 60px;
    height: 4px;
    background: #33C0A7;
    border-radius: 2px;
    display: block;
    margin: 5px auto;
}
footer>div>p{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    text-align: center;
    margin-bottom: 25px;
}
footer form label{
    display: block;
    margin-top: 15px;
    position: relative;
}
footer form label p{
    display: inline-block;
    width: 135px;
    text-align: right;
    padding-right: 15px;
}
footer form label span{
    color: red;
}
footer form input{
    border-radius: 5px;
    height: 40px;
    padding-left: 10px;
    border: 1px solid #999999;
    width: 450px;
}
footer button{
    border: 0;
    padding: 0;
    background-color: unset;
    box-shadow: none;
    margin: 30px 0 0;
}
.inputSelect:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: #666 transparent transparent transparent;
    position: absolute;
    right: 320px;
    top: 18px;
}
.SelectBox {
    width: 150px;
    padding: 5px;
    box-sizing: border-box;
    background: #fff;
    position: absolute;
    top: 50px;
    right: 307px;
    z-index: 99;
    border-radius: 8px;
    display: none;
    text-align: left;
    border: 1px solid #999;
}
.SelectBox a {
    width: 100%;
    margin-top: 5px;
    display: inline-block;
    color: #999;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}