.section1{
    width: 100%;
    height: 70px;
    background: #0D6C96;
}
.section1 .sec1-warp{
    width: 1100px;
    margin: auto;
    display: flex;
    align-items: center;
    height: 100%;
}
.section1 .sec1-warp i{
    margin-right: 10px;
}
.section1 .sec1-warp i,.section1 .sec1-warp a,.section1 .sec1-warp p{
    color: white;
}
.section1 .sec1-warp a,.section1 .sec1-warp p{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}
.section1 .sec1-warp p{
    margin: 0px 20px;
}
.section2{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.section2 .sec2-warp{
    width: 1100px;
    margin: auto;
    height: auto;
}
.section2 .sec2-warp .div1{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    margin-top: 75px;
    margin-bottom: 62px;
}
.section2 .sec2-warp .div1 .div1-img{
    width: 550px;
    height: 460px;
}
.section2 .sec2-warp .div1 .div1-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section2 .sec2-warp .div1 .div1-text{
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-left: 141px;
}
.section2 .sec2-warp .div1 .div1-text span{
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    display: block;
    margin-bottom: 108px;
}
.section2 .sec2-warp .div1 .div1-text a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    background: rgba(255, 144, 0, 0);
    border: 1px solid #CCCCCC;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    transition: 0.6s;
}
.section2 .sec2-warp .div1 .div1-text i{
    font-size: 31px;
}
.section2 .sec2-warp .div1 .div1-text a:hover{
    background: #F0942F;
    color: white;
}
.section2 .sec2-warp .div2{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 78px;
}
.section2 .sec2-warp .div2 h2{
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    width: 100%;
    position: relative;
    padding-bottom: 43px;
}
.section2 .sec2-warp .div2 h2:after{
    content: '';
    width: 100%;
    height: 1px;
    background: #E6E6E6;
    bottom: 24px;
    left: 0;
    position: absolute;
}
.item{
    font-size: 26px;
    font-weight: bold;
    color: #333333;
}
.line{
    width: 100%;
    height: 1px;
    background: #E6E6E6;
    margin-top: 19px;
    margin-bottom: 24px;
}
.section2 .sec2-warp .div2 p{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
}
.section2 .sec2-warp .div3{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 74px;
}
.section2 .sec2-warp .div3 p{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
}
.section2 .sec2-warp .div4{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 74px;
}
.section2 .sec2-warp .div4 p{
    text-align: center;
}
.section2 .sec2-warp .div4 p img{
    max-width: 100%;
}
.section2 .sec2-warp .div5{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 74px;
}
.section2 .sec2-warp .div5 p{
    text-align: center;
}
.section2 .sec2-warp .div5 p img{
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .section1 .sec1-warp {
        width: 90%;
    }
    .section2 .sec2-warp {
        width: 90%;
    }
    .section2 .sec2-warp .div1 .div1-text {
        margin-left: 41px;
    }
    .section2 .sec2-warp .div2 p img{
        width: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width: 520px) {
    .section2 .sec2-warp .div1 {
        width: 100%;
        flex-direction: column;
    }
    .section2 .sec2-warp .div1 .div1-img {
        width: 100%;
        height: auto;
    }
    .section2 .sec2-warp .div1 .div1-text {
        margin: auto;
        align-items: center;
    }
    .section2 .sec2-warp .div1 .div1-text span {
        margin: 50px auto;
    }
}
