@charset "utf-8";
body {
    word-break: break-all;
    margin: 0 auto;
    width: 100%;
    background: #fff;
}

.sectionOne {
    width: 100%;
    position: relative;
}

.sectionOne>img {
    display: block;
    width: 100%;
    position: relative;
}

.sectionFour {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10%;
}

.sectionFour h1 {
    font-size:18px;
    color: #000000;
    font-weight: normal;
}

.sectionFour ul li:nth-of-type(3n) {

}

.sectionFour ul {
    margin-top: 20px;
    border: 1px solid #e8e6e0;
    border-radius: 18px;
    box-sizing: border-box;
}

.sectionFour ul li {
    padding: 2vw ;
    margin-bottom: 2vw;

}

.sectionFour ul li span {
    font-size: 13px;
    color: #8a8a8a;
}

.sectionFour ul li h1 {
    font-size: 18px;
    color: #000000;
    margin-top: 15px;
}

.sectionFour ul li p {
    font-size: 14px;
    color: #999999;
    margin-top: 30px;
}

.sectionFour ul li .activeBtn {
    background-color: #e77918;
    margin-top: 40px;
    color: #fff;
    font-size: 12px;
    border-radius: 15px;
    padding: 5px 20px;
    border: 1px solid #e77918;
    display: inline-block;
}

.sectionFour ul li a {
    background-color: #fff;
    margin-top: 40px;
    border: 1px solid #939393;
    color: #919191;
    font-size: 12px;
    border-radius: 15px;
    padding: 5px 20px;
    display: inline-block;
}



.sectionTwo {
    padding: 3vw 0 1.8vw 0;
    margin: 0 auto;
    width: 100%;
}

.sectionTwo {
    text-align: center;
}

.sectionTwo span {
    font-size: 14px;
    color: #676767;
    display: block;
}

.sectionTwo i {
    background-color: #e77918;
    width: 30px;
    height: 3px;
    display: block;
    margin: 5px auto 0 auto;
}

.sectionTwo h1 {
    color: #000;
    font-size: 24px;
    font-weight: normal;
    margin-top: 30px;
}

.sectionThree {
    border-top: 1px solid #efeee9;
}

.sectionThree ul {
    margin: 50px auto 0 auto;
    width: 1475px;
}

.sectionThree ul li {
    padding: 20px;
    border-radius: 18px;
    background-color: #f1f1f1;
    margin-top: 20px;
}

.sectionThree ul li .itemOne {
    font-size: 14px;
    color: #000;
    padding: 0 20px;
}

.sectionThree ul li .itemOne span {
    font-size: 21px;
    font-weight: bold;
    color: #000;
    float: right;
    cursor: pointer;
    margin-top: -6px;
}

.sectionThree ul li .itemTwo {
    padding: 30px 20px;
    background-color: #fff;
    margin-top: 20px;
    border-radius: 18px;
}

.sectionThree ul li .itemTwo p {
    font-size: 14px;
    color: #000;
    margin-bottom: 25px;
}

.sectionSeven {
    border-top: 1px solid #e8e6e0;
    padding-top: 40px;
}

.sectionSeven img {
    width: 1200px;
    margin: 0 auto;
    display: block;
}

.sectionEight {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 10% 3vw 10%;

}


.sectionEight div{
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #e8e6e0;
}

.sectionEight h1 {
    color: #000;
    font-size: 27px;
    font-weight: normal;
    margin-top: 30px;
}

.sectionEight p {
    font-size: 13px;
    color: #000000;
    display: block;
    margin-top: 10px;
}

.sectionNine {
    width: 100%;
    position: relative;
}

.sectionNine>img {
    width: 100%;
    display: block;
    position: relative;
}

.nineBox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    padding: 6vw 10% 0 10%;
}

.nineBox div {
    margin-bottom: 1.5vw;
}

.nineBox div ul {
    display: flex;
    align-items: center;
}

.nineBox div ul li {
    margin-right: 2vw;
}

.nineBox div h1 {
    font-size: 1.2vw;
    color: #fff;
    margin-bottom: 2vw;
}

.nineBox div ul li p {
    font-size: 0.9vw;
    color: #fff;
}

.nineBox div ul li span {
    font-size: 0.8vw;
    color: #fff;
    margin-top: 4px;
    display: block;
}

.nineBox div img {
    width: 6vw;
}

.sectionTen {
    width: 100%;
    box-sizing: border-box;
    padding: 3.5vw 10% 0 10%;
}

.sectionLeft {
    margin-bottom: 10px;
}

.sectionLeft h1 {
    color: #000;
    font-size:27px;
    font-weight: normal;
}

.sectionLeft p {
    font-size: 13px;
    color: #000000;
    display: block;
    margin-top: 10px;
}

.sectionRig {
    margin-bottom: 40px;
}

.sectionRig p {
    font-size: 13px;
    color: #474747;
    display: flex;
    align-items: center;
}

.sectionRig p span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #e77918;
    border-radius: 50%;
    margin-right: 7px;
    margin-top: 2px;
}

.sectionRig form {
    margin-top: 10px;
}

.sectionRig form input:nth-of-type(2n) {
    margin-right: 0;
}

.sectionRig form input {
    background: #f6f5f0;
    border: 0;
    color: #000;
    font-size: 14px;
    border-radius: 30px;
    margin-top: 13px;
    height: 40px;
    line-height: 40px;
    width: 42.5%;
    padding: 0 3%;
    margin-right: 2%;
    display: inline-block;
}

.sectionRig form textarea {
    background: #f6f5f0;
    border: 0;
    color: #000;
    font-size: 14px;
    border-radius: 30px;
    margin-top: 13px;
    height: 100px;
    width: 94%;
    padding: 10px 3%;
}

.sectionRig button {
    background-color: #e77918;
    border: 0;
    color: #fff;
    font-size: 14px;
    border-radius: 30px;
    margin-top: 13px;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.sectionCpzx {
    border-top: 1px solid #e8e6e0;
    width: 100%;
    padding: 0 10% 20px 10%;
}


.news-content-box{
    margin: 0 auto;
    max-width: 1350px;
    box-sizing: border-box;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.news-content-box img{
    width:70%;
    display: block;
    margin: 10px auto;
}


.sectionCpzx>p {
    padding: 40px 0;
    color: #848484;
    font-size: 14px;
    line-height: 22px;
    text-indent: 25px;
    margin: 0 auto;

}

.sectionCpzx>img {
    display: block;
    margin: 0 auto 35px auto;
}

.sectionCpzx div {
    margin: 20px auto 0 auto;

}

.sectionCpzx div h1 {
    color: #000;
    font-size: 16px;
}

.sectionCpzx div p {
    color: #848484;
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
}

