@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/FZLTHJW.TTF') format('TTF'),
    url('../fonts/FZLTTHJW.TTF') format('TTF'),
    url('../fonts/FZLTXHJW.TTF') format('TTF'),
    url('../fonts/FZLTZCHJW.TTF') format('TTF'),
    url('../fonts/FZLTZHUNHJW.TTF') format('TTF');
    font-weight: normal;
    font-style: normal;
}
.section{
    height: 100vh;
    background-color: #FFF;
    font-family: 'CustomFont';
    color: #000;
}
.section_page2{
    background: #FFF url("../img/en_page2.png") no-repeat 46px bottom;
    background-size: cover;
}
.section_page1_img{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.section_center{
    width: 88%;
    margin: 0 auto;
}
.section_page2_left{
    padding-top: .84rem;
    width: 38%;
}
.section_page2_rigth{
    width: 62%;
}
.section_tit{
    font-size: .48rem;
    line-height: .88rem;
    font-weight: bold;
}
.section_page2_tit{
    padding-top: .3rem;
}
.section_tit:after{
    display: block;
    content: '';
    width: 1rem;
    height: 9px;
    background-color: #F6B185;
}
.section_page2_rigth{
    font-size: .24rem;
    line-height: .4rem;
    padding-top: .8rem;
}
.section_page2_rigth p{
    margin-bottom: .4rem;
}
.section_page3_tit{
    padding-top: .45rem;
}
.section_page3_img{
    display: block;
    width: 70.26%;
    max-width: 1349px;
    margin: 1rem auto 0;
}
.section_page4{
    background: #FFF url("../img/en_page4.png") no-repeat right center;
    background-size: cover;
    color: #fff;
}
.section_page4_tit{
    padding-top: .5rem;
}
.section_page4_content{
    width: 46%;
    padding-top: .6rem;
}
@media screen and (min-width:1400px) {
    .section_page4_content{
        width: 38%;
    }
}
.section_page4_content .tits{
    font-size: .3rem;
    line-height: .4rem;
    font-weight: bold;
}
.section_page4_content ul{
    padding: .1rem 0 .3rem;
    position: relative;
    margin-bottom: .4rem;
}
.section_page4_content li{
    font-size: .24rem;
    line-height: .52rem;
    padding-left: .3rem;
    position: relative;
}
.section_page4_content li:before{
    display: block;
    content: '';
    width: .1rem;
    height: .1rem;
    background-color: #FEE052;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.05rem;
}
.section_page4_content li span{
    font-size: .36rem;
    color: #F6B185;
    margin-right: .1rem;
}
.section_page4_content ul:before{
    display: block;
    content: '';
    height: 1px;
    background-color: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.section_page4_content ul:after{
    display: block;
    content: '';
    height: 4px;
    background-color: #fff;
    width: 1.26rem;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.section_page4_content .texts{
    font-size: .24rem;
    line-height: .3rem;
    padding-bottom: .4rem;
}
.section_page5_ul{
    padding-top: .3rem;
    display: flex;
}
.section_page5_ul li{
    flex: 1;
    width: 24%;
    margin-right: 1%;
}
.section_page5_ul li img{
    display: block;
    width: 100%;
}
.section_page5_ul li hr{
    margin: .22rem 0 .18rem
}
.section_page5_ul li .tits{
    display: inline-block;
    font-size: .16rem;
    line-height: .24rem;
    background-color: #1F4AD3;
    color: #fff;
    padding: 0 .1rem;
    border-radius: .11rem;
}
.section_page5_ul li .tit_color1{
    background-color: #097E8F;
}
.section_page5_ul li .tit_color2{
    background-color: #F39AC1;
}
.section_page5_ul li .tit_color3{
    background-color: #9181B9;
}
.section_page5_ul li .tit_color4{
    background-color: #F3977B;
}
.section_page5_ul li .tit_color5{
    background-color: #85CA9A;
}
.section_page5_ul li .tit_color6{
    background-color: #F76874;
}
.section_page5_ul li .tit_color7{
    background-color: #F7B45F;
}
.section_page5_ul li .tit_color8{
    background-color: #00B9EA;
}
.section_page5_ul li .texts{
    font-size: .2rem;
    line-height: .24rem;
    font-weight: bold;
    padding: .2rem 0 .1rem;
}
.section_page6{
    display: flex;
    padding-top: .5rem;
}
.section_page6_left{
    width: 36%;
    padding-left: 6%;
    background: #1B417D url("../img/en_page6_img1.png") no-repeat left bottom;
    background-size: cover;
    box-sizing: border-box;
}
.section_page6_tit{
    color: #fff;
    padding-top: .64rem;
}
.section_page6_right{
    width: 64%;
    background: #1B417D url("../img/en_page6_img2.png") no-repeat left bottom;
    background-size: cover;
    padding: 1.4rem 0 1rem;
    padding-left: 6%;
}
.section_page6_right p{
    font-size: .24rem;
    line-height: .4rem;
    display: flex;
}
.section_page6_right p b{
    margin-right: .1rem;
}
.section_page7{
    background-color: #1C2E4B;
    text-align: center;
    font-size: .24rem;
    line-height: .52rem;
    color: #fff;
}
