@charset "utf-8";









/* 规范 */
@media screen and (min-width:1200px) {
    .wow {
        visibility: hidden;
    }
}

/* 标题 */
.he_tit1 {
    color: #333;
    font-size: 60px;
    line-height: 1.75;
    background: transparent;
}

.he_tit2 {
    color: #b8a892;
    font-size: 46px;
    line-height: 1.75;
}

.he_tit3 {
    color: #333;
    font-size: 40px;
    line-height: 1.75;
}

.he_tit4 {
    color: #333;
    font-size: 36px;
    line-height: 1.75;
}

.he_tit5 {
    color: #333;
    font-size: 26px;
    line-height: 2;
}

/* 段落 */

.he_word {
    color: #333;
    font-size: 16px;
    line-height: 2;
}

/* 编辑器 p样式 */
.yxedr_active p {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
}


/* 手机导航 */

.g_phnav1.yxnav_active1,
.g_phnav2.yxnav_active2 {
    color: #000;
}

.he_ph_hd {
    position: relative;
    z-index: 999;
    display: none;
    height: 64px;
}

/* .he_sybox .he_ph_hd {
    height: inherit;
} */

.he_ph_hdbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 64px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.he_ph_logo img {
    width: 100%;
}

.he_language_ph a {
    line-height: 64px;
    color: #333;
    margin-right: 15px;
}

.he_ph_hd .he_ph_logo a {
    line-height: 64px;
}

.he_ph_hd .he_ph_logo {
    width: 116px;
}

.he_ph_menu {
    overflow: hidden;
    width: 50px;
    height: 50px;
}

.he_ph_hd .he_phmenubox {
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.he_ph_hd .he_phmenubox .point {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 22px;
    margin-top: 14px;
}

.he_ph_hd .he_phmenubox .point .nav_btn,
.he_ph_hd .he_phmenubox .point .nav_btn::after,
.he_ph_hd .he_phmenubox .point .nav_btn::before {
    display: inline-block;
    width: 28px;
    height: 1px;
    background-color: #333;
}

.he_ph_hd .he_phmenubox .nav_btn {
    position: absolute;
    top: 10px;
    right: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.he_ph_hd .he_phmenubox .nav_btn::after,
.he_ph_hd .he_phmenubox .nav_btn::before {
    content: '';
    position: absolute;
    right: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.he_ph_hd .he_phmenubox .nav_btn::after {
    top: -10px;
}

.he_ph_hd .he_phmenubox .nav_btn::before {
    top: 10px;
}

.he_ph_hd .he_phmenubox .point.active .nav_btn {
    background: transparent;
}

.he_ph_hd .he_phmenubox .point.active .nav_btn::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.he_ph_hd .he_phmenubox .point.active .nav_btn::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/*ph导航&下拉*/

.phxia {
    position: fixed;
    left: 0;
    top: 64px;
    width: 100%;
    height: calc(100vh - 64px);
    overflow: auto;
    pointer-events: none;
}

.phxia::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, .3);
    opacity: 0;
    transition: all .36s;
}

.phxia.active {
    pointer-events: all;
}

.phxia.active::before {
    opacity: 1;
}

.xialaph {
    display: none;
    width: 100%;
    padding: 10px 20px 18px;
    background-color: #f1f1f1;
}

.xialaph h4 {
    position: relative;
}

.xialaph h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: .1;
    background-color: #000;
}

.xialaph h4 a {
    font-size: 14px;
    line-height: 36px;
    text-transform: uppercase;
    color: #999;
    max-width: calc(100% - 36px);
}

.xialaph h4 img {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 13px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.xialaph .ul2 {
    display: none;
    padding-top: 7px;
    padding-bottom: 8px;
}

.xialaph .ul2 .container_s {
    max-width: 100%;
    padding: 0 15px;
}

.xialaph h5 {
    position: relative;
}

.xialaph h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: .05;
    background-color: #000;
}

.xialaph h5 a {
    font-family: '微软雅黑';
    font-size: 14px;
    line-height: 35px;
    text-transform: uppercase;
    color: #999;
    max-width: calc(100% - 36px);
}

.xialaph h5 img {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 35px;
    padding: 11px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.xialaph h4.active img.img_s,
.xialaph h5.active img.img_s {
    display: none;
}

.xialaph h4.active img.img_d,
.xialaph h5.active img.img_d {
    display: block;
}

.xialaph .ul3 {
    display: none;
}

.xialaph h6 a {
    font-family: '微软雅黑';
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
    color: #999;
}
/*
.header2 {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 999;
    width: 100%;
    height: 64px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ffffff;
    transform: translateX(-50%);
}

.header2 .logo {
    width: 80px;
    line-height: 64px;
}

.header2 .logo img {
    width: 100%;
}

.header2 .phsearch {
    position: absolute;
    top: 50%;
    right: 70px;
    width: 25px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.header2 .wj_hin_right {
    padding-top: 25px;
}

.header2 .phsearch img {
    width: 100%;
}

.ph_mea_cl {
    overflow: hidden;
    width: 50px;
    height: 100%;
}

.header2 .menuph {
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.header2 .menuph .point {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 22px;
    margin-top: 14px;
}

.header2 .menuph .point .navbtn,
.header2 .menuph .point .navbtn::after,
.header2 .menuph .point .navbtn::before {
    width: 28px;
}

.header2 .menuph .navbtn {
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 1px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #666;
}

.header2 .menuph .navbtn::after,
.header2 .menuph .navbtn::before {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 1px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #666;
}

.header2 .menuph .navbtn::after {
    top: -10px;
}

.header2 .menuph .navbtn::before {
    top: 10px;
}

.header2 .menuph .point.active .navbtn {
    background: transparent;
}

.header2 .menuph .point.active .navbtn::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header2 .menuph .point.active .navbtn::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
*/
.ph_search {
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
    padding-left: 15px;
}

.ph_search_ph {
    width: 100%;
    height: 35px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-top: 18px;
    float: left;
    border-radius: 17.5px;
    position: relative;
}

.ph_search_ph input {
    width: 100%;
    height: 100%;
    text-indent: 20px;
    color: #333333;
}

.ph_search_ph input::-webkit-input-placeholder {
    color: #999999;
}

.ph_search_ph button {
    width: 40px;
    height: 100%;
    color: #ffffff;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    font-family: "微软雅黑";
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

.ph_search button .icon-sousuo {
    font-size: 27px;
    color: #999999;
}

.wj_header_i_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 10;
}


/*电话*/

.ph_dh_number {
    width: 100%;
    text-align: center;
    margin-top: 18px;
}

.ph_dh_number .ph_dh_n {
    display: inline-block;
    overflow: hidden;
}

.ph_dh_number .ph_dh_n p {
    float: left;
    font-size: 18px;
    color: #666;
}

.ph_dh_number .ph_dh_n .ph_dh_n_p1 {
    margin-right: 15px;
}

.wj_hin_r_en {
    color: #666;
}

.ph_searchfe {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 16px;
}

.ph_searchfe img {
    width: 100%;
}


/* *************************************************************** */


/* 分页 */

.he_fybtn {
    padding: 0 15px;
}

.he_pcfy a {
    float: left;
}

.he_fybtn a {
    font-family: 微软雅黑;
    font-size: 14px;
    color: #333;
}

.he_phfy {
    display: none;
}

.he_phfy .lp {
    float: left;
}

.he_phfy .rp {
    float: right;
}

.pc_fenye {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    text-align: center;
}

.pc_fenye li {
    float: left;
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    font-family: "RobotoRegular";
    font-size: 14px;
    line-height: 30px;
    color: #a6a6a6;
    text-align: center;
    margin: 0px 10px;
    transition: .3s;
}

.pc_fenye li.activepage {
    color: #4f66a2;
    /* background-color: #333333; */
}


/* *************************************************************** */


.he_pc_hd {
    max-width: 1920px;
    position: fixed;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
    padding: 0 22px;
    z-index: 999;
    transition: all 0.36s;
    /* background: #ffffff !important; */
}

.he_pcbx {
    width: 100%;
}


.he_banbx {
    width: 100%;
    position: relative;
    background: #fff;
    /* margin-top: 69px; */
}

.he_banul {
    width: 100%;
}

.he_banli4 {
    width: 100%;
    position: relative;
    display: none;
    overflow: hidden;
}

.he_banli4:first-child {
    display: block;
}


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

.he_banig::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.16);
}

.he_banph {
    display: none;
}

.he_banig img {
    width: 100%;
}

.he_pcbxle {
    line-height: 110px;
}

.he_pcbxle img {
    width: 100%;
    transition: all 0.36s;
}

.he_pcbxle .he_img1 {
    height: inherit;
    top: 19px;
    opacity: 0;
}

.he_fot {
    background: #fff;
    position: relative;
    z-index: 500;
}


.he_pcnli .he_pcnava {
    font-size: 16px;
    line-height: 69px;
    color: #fff;
    transition: all 0.36s;
    position: relative;
}

.he_pcnli .he_pcnava::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #284a94;
    opacity: 0;
    transition: all 0.36s;
    z-index: 10;
}

.he_pcnli {
    margin: 0 36px;
}

.he_pcnli.yxnav_active1 .he_pcnava {
    color: #284a94 !important;
}

.he_pcnli.yxnav_active1 .he_pcnava::after {
    width: 100%;
    opacity: 1;
}


.mc_search_xl {
    position: fixed;
    left: 0;
    top: 69px;
    width: 100%;
    height: 160px;
    border-top: 1px solid #dfdede;
    z-index: 99;
    background: #fff;
    display: none;
    transition: top 0.36s;
}

.mc_pos_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* width: 690px; */
}

.mc_scm_form {
    width: 690px;
}

.mc_msc_box {
    font-size: 0;
    padding: 8px;
    border-bottom: 1px solid #dfdede;
}

.mc_msc_input {
    width: calc(100% - 30px);
    height: 26px;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    padding: 3px 0;
    padding-right: 12px;
}

.mc_msc_submit {
    font-size: 26px;
    color: #666666;
    width: 30px;
    vertical-align: top;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.mc_msc_submit img {
    width: 100%;
}

.he_pcser {
    position: relative;
    cursor: pointer;
}

.he_pcser .icon-search {
    color: #fff;
    font-size: 18px;
    transition: all 0.36s;
    line-height: 69px;
}

/* .icon-search.act::before {
    content: "\e625" !important;
} */

.he_pcser {
    margin-right: 20px;
}

.he_pcnav {
    padding-left: 75px;
}

.he_pc_hd.act {
    background: #ffffff;
    box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.06);
}

/* 
.he_pc_hd.act .he_pcbxle .he_img1 {
    opacity: 1;
}

.he_pc_hd.act .he_pcbxle .he_img {
    opacity: 0;
}

.he_pc_hd.act .he_pcnli .he_pcnava {
    color: #333333;
}

.he_pc_hd.act .he_pcser .icon-search {
    color: #333333;
}

.he_pc_hd.act .he_pcbxle {
    line-height: 90px;
}

.he_pc_hd.act .he_pcbxle {
    width: 140px;
}

.he_pc_hd.act .he_pcnli .he_pcnava {
    line-height: 90px;
}

.he_pc_hd.act .he_pcser .icon-search {
    line-height: 90px;
}

.he_pc_hd.act .mc_search_xl {
    top: 90px;
}

.he_pc_hd.act .he_diquile {
    line-height: 90px;
}

.he_pc_hd.act .he_down {
    top: 90px;
}

.he_pc_hd.act .he_diquile .he_img1 {
    opacity: 1;
    top: 34px;
}

.he_pc_hd.act .he_diquile .he_img {
    opacity: 0;
}


.he_pc_hd.act .he_diquiri p {
    color: #333333;
    line-height: 90px;
} */


.he_down {
    width: 100%;
    top: 69px;
    left: 0;
    /* background: #f7f7f7 !important; */
    transition: top 0.36s;
    display: none;
    /* position: fixed; */
    position: absolute;
    text-align: center;
}

.he_down::after {
    content: '';
    position: fixed;
    top: 69px;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: #f7f7f7 !important;
    height: 60px;
    z-index: -1;
}

.he_laxtwo {
    display: inline-block;
}


.he_pcnli {
    position: relative;
}

.he_downbx {
    width: 100%;
}

.he_downti p {
    font-weight: bold;
}

.he_downul {
    padding-top: 39px;
    margin: 0 -89px;
}

.he_downli {
    width: 33.333333%;
    padding: 0 89px;
    margin-bottom: 30px;
}

.he_downlbx {
    width: 100%;
    background: #fff;
    transition: all 0.36s;
    padding: 0 35px;
    border-radius: 6px;
    position: relative;
}

.he_downlte p {
    font-size: 16px;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    transition: all 0.36s;
}

.he_downlig {
    width: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 32px;
}

.he_downlte {
    width: calc(100% - 20px);
}

.he_downlig .he_img1 {
    opacity: 0;
}

.he_downlig img {
    transition: all 0.36s;
}

.he_downli a {
    width: 100%;
    display: block;
}

.he_banig video {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.he_bantepo {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.he_linte {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 44px;
}

.he_linte img {
    width: 100%;
}

.he_line {
    width: 100%;
}

.he_line .he_img2 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.he_banul .slick-dots li {
    width: 18px;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.5);
    height: 2px;
}

.he_banul .slick-dots li.slick-active {
    width: 30px;
    background: #fff;
}

.he_banul .slick-dots {
    bottom: 52px;
}


.he_banul .slick-prev {
    left: 20px;
}

.he_banul .slick-next {
    right: 20px;
}

.he_banul .slick-arrow {
    /* width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #fff; */
    z-index: 10;
    transition: all 0.36s;
}

.he_banul .slick-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 41px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.he_banul .slick-prev::after {
    background-image: url(../images/dwarle.png);
}

.he_banul .slick-next::after {
    background-image: url(../images/dwarr1.png);
}

.he_topig {
    width: 100%;
    position: absolute;
    top: -16%;
    left: 0;
    z-index: 10;
}

.he_topig img {
    /* width: 100%; */
    position: relative;
    width: auto;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: inherit;
}

.he_topbt {
    width: 100%;
    background: #283249;
    padding-top: 70px;
}

.he_conten1 {
    width: 1360px;
    margin: 0 auto;
    padding: 0 80px;
}

.he_content {
    width: 1200px;
    margin: 0 auto;
}

.he_tobyt {
    width: 100%;
}

.he_tobytle {
    width: 860px;
}

.he_ftnavli {
    width: 20%;
}

.he_ftnavti a {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.75;
}

.he_ftnavbh a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
    transition: all 0.36s;
}

.he_ftnavti {
    margin-bottom: 24px;
}

.he_ftnavbh {
    margin-bottom: 14px;
}

.he_tobytcd {
    width: 110px;
}

.he_tobyig {
    background: #fff;
    padding: 6px;
}

.he_tobyte p {
    font-size: 14px;
    line-height: 1.75;
    color: #ffffff;
}

.he_tobyte {
    text-align: center;
    margin-top: 10px;
}

.he_tobywl {
    width: 100%;
    text-align: right;
    margin-top: 17px;
}

.he_tobywny {
    display: inline-block;
    text-align: center;
}

.he_tobywba a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 38px;
    transition: all 0.36s;
    padding: 0 30px;
}

.he_tobywba {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 60px;
    transition: all 0.36s;
    margin-left: 20px;
}

.he_fottb {
    width: 100%;
    position: relative;
    padding-top: 38px;
    padding-bottom: 19px;
}

.he_fottble {
    width: 125px;
}

.he_fottble img {
    width: 100%;
}

.he_fottbri p {
    font-size: 14px;
    line-height: 1.75;
    color: #999;
}

.he_fottbri p a {
    color: #999;
}

.he_fottbri {
    margin-top: 5px;
}


.ys_navph2_header {
    display: none;
}

.ys_navph2_header {
    position: relative;
    z-index: 999;
    height: 100%;
}

.ys_navph2_navbar {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    padding-right: 20px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .05);
}

.ys_navph2_logo {
    position: relative;
    z-index: 50;
    width: 130px;
}

.ys_navph2_logo_btn {
    position: absolute;
    left: 0;
    top: 0;
    display: table-cell;
    width: 100%;
    height: 64px;
    line-height: 64px;
    padding: 0 10px;
    display: block;
    background: #1c5cb0;
    transition: all .36s;
}

.ys_navph2_logo_btn img,
.ys_navph2_search_btn img {
    width: 100%;
}

.ys_navph2_search_btn {
    display: block;
    font-size: 16px;
    line-height: 64px;
    color: #333333;
    transition: all .36s;
}

.ys_navph2_modal {
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    background-color: #fff;
    text-align: center;
    border-top: 1px solid #eee;
    overflow: hidden;
    display: none;
}

.ys_navph2_modalmbox {
    padding: 16px 20px;
}

.ys_navph2_modalm {
    transform: translateX(0px);
}

.ys_navph2_msc_box {
    width: 100%;
    display: block;
}

.ys_navph2_msc_boxl {
    border-bottom: 1px solid #eee;
    width: calc(100% - 40px);
    padding-right: 20px;
    height: 40px;
}

.ys_navph2_msc_boxl input {
    width: 100%;
    height: 100%;
    font-size: 16px;
}

.ys_navph2_msc_boxr {
    width: 20px;
}

.ys_navph2_msc_boxr img {
    width: 100%;
    line-height: 40px;
}

.ys_navph2_menu {
    line-height: 64px;
    margin-left: 15px;
}

.ys_navph2_menu_btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 22px;
}

.ys_navph2_menu_line,
.ys_navph2_menu_line::before,
.ys_navph2_menu_line::after {
    display: block;
    width: 100%;
    height: 2px;
    background: #0f345b;
    transition: all .36s;
}

.ys_navph2_menu_line {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ys_navph2_menu_line::before {
    content: "";
    position: absolute;
    top: 10px;
}

.ys_navph2_menu_line::after {
    content: "";
    position: absolute;
    top: -10px;
}

.ys_navph2_list {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 84px 0 50px;
    background: #0f345b;
    color: #fff;
    overflow: hidden;
    transform: translateX(100%);
    transition: all .5s ease-out;
}

.ys_navph2_subnav {
    padding: 0 20px;
    height: 100%;
    overflow: auto;
}

.ys_navph2_subnav li>div {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.ys_navph2_subnav a {
    line-height: 24px;
    padding: 8px 0;
    color: #ffffff;
    display: inline-block;
}

.ys_navph2_subnav_a {
    font-size: 16px;
}

.ys_navph2_nav_icon {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
}

.ys_navph2_nav_icon::before {
    transform: rotate(90deg);
}

.ys_navph2_nav_icon::before,
.ys_navph2_nav_icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -1px;
    width: 2px;
    height: 100%;
    background: #fff;
    transition: all .36s;
}

.ys_navph2_subnav ul {
    display: none;
    padding-left: 15px;
}

.ys_navph2_thirnav_a {
    font-size: 14px;
}

.ys_navph2_nav_icon {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
}

.ys_navph2_subnav ul {
    display: none;
    padding-left: 15px;
}

.ys_navph2_fournav_li {
    font-size: 12px;
}

.ys_navph2_lang {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.ys_navph2_lang_btn {
    display: inline-block;
    padding: 15px;
}

.ys_navph2_lang_btn img {
    width: 20px;
}

.ys_navph2_lang_modal {
    transform: translateX(100%);
    transition: all .5s ease-out;
}

.ys_navph2_lang_modal {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    padding: 84px 0 20px;
}

.ys_navph2_lang_back {
    font-size: 16px;
    margin-bottom: 10px;
}

.ys_navph2_lang_back {
    padding: 0 15px;
}

.ys_navph2_subnav {
    padding: 0 20px;
    height: 100%;
    overflow: auto;
}

.ys_navph2_search_btn {
    width: 20px;
    cursor: pointer;
}

.modal-open {
    overflow: hidden;
}

.ys_navph2_list.act {
    transform: translateX(0);
}

.ys_navph2_menu_btn.act .ys_navph2_menu_line {
    background: transparent;
}

.ys_navph2_menu_btn.act .ys_navph2_menu_line::before {
    top: 0;
    transform: rotate(45deg);
}

.ys_navph2_menu_btn.act .ys_navph2_menu_line::after {
    top: 0;
    transform: rotate(-45deg);
}

.ys_navph2_nav_icon::before {
    transform: rotate(90deg);
}

.ys_navph2_subnav li.act>div .ys_navph2_nav_icon::after {
    transform: rotate(90deg) !important;
}

.ys_navph2_lang_modal.act {
    transform: translateX(0);
}

.ys_navph2_subnav_a.yxnav_active1,
.ys_navph2_thirnav_a.yxnav_active2,
.ys_navph2_fournav_a.yxnav_active3 {
    color: rgba(255, 255, 255, .7);
}

.he_mine {
    min-height: 200px;
}

.he_diquile {
    width: 24px;
    position: relative;
    line-height: 110px;
    transition: all 0.36s;
}

.he_diqui a {
    display: block;
    padding-left: 20px;
}

.he_diquiri {
    width: 100%;
    /* padding-right: 11px; */
}

.he_diquile .he_img1 {
    height: inherit;
    top: 44px;
    opacity: 0;
}

.he_diquile img {
    transition: all 0.36s;
}

.he_diquiri p {
    color: #fff;
    font-size: 14px;
    line-height: 69px;
    transition: all 0.36s;
}

/* .he_diqui {
    margin-left: 56px;
} */

.he_laxta a {
    font-size: 16px;
    line-height: 1.75;
    color: #666666;
    transition: all 0.36s;
}

.he_laxta {
    margin: 15px 28px;
}

.he_dixl {
    width: 6px;
    line-height: 69px;
    position: relative;
}

.he_dixl img {
    width: 100%;
    transition: all 0.36s
}

.he_dixl .he_img {
    opacity: 0;
}

.he_dixl .he_img1 {
    height: auto;
    top: 34px;
}

.yxnav_active2 a {
    color: #284a94;
}

.he_xlbx {
    width: 100%;
    padding: 0 176px;
}

.he_xlbxli {
    width: 25%;
    border-right: 1px solid rgba(214, 214, 214, 0.4);
    padding-top: 16px;
    padding-bottom: 22px;
}

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

.he_xlbxny {
    width: 100%;
    position: relative;
    padding: 0 26%;
}

.he_xlbxlo {
    width: 109px;
}

.he_xlbxlo img {
    width: 100%;
}

.he_xlbxte p {
    font-size: 14px;
    line-height: 1.85;
    color: #999999;
    height: 50px;
    overflow: hidden;
}

.he_xlbxte {
    margin-top: 8px;
}

.he_xlbxli a {
    display: block;
}

.he_bante {
    width: 100%;
}

.he_teerl {
    font-size: 54px;
    line-height: 1.65;
    color: #ffffff;
    font-weight: bold;
}

.he_banpj1 p {
    font-weight: bold;
}

.he_banph1 {
    font-size: 66px;
    line-height: 1.5;
    color: #c91520;
    font-weight: bold;
}

.he_banpj2 {
    margin-top: 5px;
}

.he_banjk {
    width: 70%;
    position: relative;
    padding-top: 40px;
    margin-top: 64px;
}

.he_banjk::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #c91520;
}

.he_banjkle {
    width: 78px;
}

.he_banjkle img {
    width: 100%;
}

.he_banjkri {
    width: calc(100% - 78px);
    padding-left: 30%;
}

.he_banjkri p {
    font-size: 20px;
    line-height: 1.75;
    color: #ffffff;
}

.he_pcbxlole {
    width: 161px;
    line-height: 69px;
    position: relative;
}

.he_pcbxlole img {
    width: 100%;
}

.he_pcbxlori {
    width: 36px;
    line-height: 69px;
    margin-left: 36px;
    position: relative;
}

.he_pcbxlori img {
    width: 100%;
}

.he_pcbxlori::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -18px;
    transform: translateY(-50%);
    width: 1px;
    height: 21px;
    background: #fff;
    transition: all 0.36s;
    display: block;
}

.he_jianfle {
    width: calc(100% - 6px);
    padding-right: 11px;
}

.he_jianfle p {
    font-size: 14px;
    color: #fff;
    line-height: 69px;
    transition: all 0.36s;
}

.he_jianfa {
    /* border-left: 1px solid #fff;
    border-right: 1px solid #fff; */
    padding: 0px 20px;
    cursor: pointer;
    position: relative;
    transition: all 0.36s;
}

.he_jianfa::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 19px;
    background: rgba(255, 255, 255, 0.5);
}

.he_jianfa::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 19px;
    background: rgba(255, 255, 255, 0.5);
}

.he_jianfbt {
    position: absolute;
    top: 69px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
    background: #fff;
    padding: 10px 12px 10px 20px;
    display: none;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.08);
}

.he_jianfvcli a {
    font-size: 14px;
    line-height: 1.65;
    color: #666;
    transition: all 0.36s;
}

.he_con15 {
    width: 1500px;
    margin: 0 auto;
}

.he_jianfbt .mCSB_inside>.mCSB_container {
    margin-right: 10px;
}

.he_jianfbt .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 2px;
}

.he_jianftp.on .he_dixl img {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
}

.he_banlnbm {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.he_banlnul {
    margin: 0 -8px;
}

.he_banlnli {
    width: 20% !important;
    padding: 0 8px;
}

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

.he_banvdig img {
    width: 100%;
}

.he_banvdig {
    width: 100%;
    display: none;
    position: absolute;
    bottom: 64px;
    left: 0;
}

.he_banvdte {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    text-align: center;
    position: relative;
    transition: all 0.86s;
}

.he_banvdnx {
    display: inline-block;
    position: relative;
    z-index: 10;
}

.he_banvdnx p {
    font-size: 18px;
    line-height: 62px;
    height: 62px;
    overflow: hidden;
    color: #fff;
}

.he_banvdnx img {
    width: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -19px;
    opacity: 0;
    transition: all 0.86s;
}

.he_banxlo {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    width: 65px;
    transition: all 0.86s;
    opacity: 0;
}

.he_banxlo img {
    width: 100%;
    /* max-width: auto;
    height: 100%; */
}

.he_banlnli a {
    display: block;
    width: 100%;
}

.he_dongh {
    /* width: 100%; */
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

.he_donghig {
    width: 1902px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-size: 100% !important;
}

.he_donghsj {
    width: 768px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-size: 100% !important;
    display: none;
}


.he_dongh {
    width: 0;
    transition: all 2.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    overflow: hidden;
}

.he_banli.slick-current .he_dongh {
    width: 100%;
}

.he_syp1 {
    width: 100%;
    position: relative;
    padding-top: 130px;
    /* padding-bottom: 185px; */
    z-index: 20;
}

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

.he_syp1bri {
    width: 500px;
}

.he_syp1ble {
    padding-right: 33px;
    width: calc(100% - 500px);
    margin-top: 72px;
}

.he_syp1blev {
    width: 100%;
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    overflow: hidden;
}

.he_syp1bleig {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.he_syp1bleig img {
    border-radius: 16px;
    transition: all 1.2s;
}

.he_syp1bleig video {
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}

.he_pult1 {
    font-size: 48px;
    line-height: 1.75;
    color: #333333;
}

.he_syp1blete {
    width: 100%;
    position: relative;
    padding: 42px;
    padding-bottom: 46px;
}

.he_syp1bti p {
    font-size: 24px;
    line-height: 1.5;
    color: #333333;
    height: 72px;
    overflow: hidden;
    transition: all 0.36s;
}

.he_syp1btp p {
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
    height: 48px;
    overflow: hidden;
}

.he_syp1btp {
    margin-top: 14px;
}

.he_syp1bmo p {
    font-size: 16px;
    line-height: 1.5;
    color: #0f345b;
}

.he_syp1bmo {
    margin-top: 34px;
}

.he_syp1blev a {
    display: block;
    width: 100%;
}

.he_syp1leb {
    background: url(../images/pic03.png) center / cover no-repeat;
}


.he_syp1leb {
    margin-top: 35px;
}

/* .he_syp1let .he_syp1bti p {
    height: 36px;
} */

.he_syp1ckm a {
    font-size: 16px;
    line-height: 1.5;
    color: #3a60a5;

}

.he_syp1ckm {
    text-align: right;
    padding-right: 60px;
    margin-top: 103px;
}

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

.mc_bs3_videobox {
    width: 100vw;
    height: 100vh;
    position: relative;
    z-index: 1;
}

/* .mc_bs3_videobox.act .mc_bs3_videowrap {
    width: 100%;
    transform: translate(-50%, -50%);
} */

.he_syp2 .mc_bs3_video {
    width: 80%;
}

/* .mc_bs3_video,
.mc_bs3_videowrap::before,
.mc_bs3_videowrap {
    transition: all 1s;
} */

.mc_bs3_videobox.act .mc_bs3_video {
    opacity: 1;
    /* transition: all 1s !important;
    transition-delay: 1s; */
}

.mc_bs3_video {
    /* z-index: -2;
    opacity: 0; */
    /* width: auto; */
    height: auto;
    max-width: none;
    /* transform: translateY(-30px); */
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    min-height: 100vh;
    transition: inherit;
    /* width: 20%; */
}

.mc_bs3_videowrap {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
    max-width: none;
    overflow: hidden;
    display: none;
}

.mc_b_s3 {
    height: 300vh;
    overflow: hidden;
}

.mc_bs3_svg {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    max-width: none;
    /* transition: all 0.36s; */
}

.mc_bs3_svg {
    width: 120%;
}

.mc_bs3_videowrap {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.mc_bs3_videowrap::before {
    width: 110%;
}

/* .mc_bs3_videowrap::before,
.mc_bs3_videowrap {
    transition: all 1s;
} */

.mc_bs3_title {
    /* transition: all 0.36s; */
    position: absolute;
    bottom: 15%;
    left: 0;
    width: 100%;
    text-align: center;
}

.mc_bs3_videobox.act .mc_bs3_title {
    /* transform: translate(-50%, -50%) translateX(-100%); */
    opacity: 0;
}

.mc_bs3_videobox.act .mc_bs3_videowrap::before {
    opacity: 0;
}

/* .mc_bs3_videobox.act .mc_bs3_videowrap {
    width: 100%;
    transform: translate(-50%, -50%);
} */

.mc_bs3_videobox.act .mc_bs3_video {
    opacity: 1;
    /* transition: all 1s !important; */
    /* transition-delay: 1s; */
}

.mc_bs3_videobox.end .mc_bs3_svg {
    opacity: 0;
}

.he_syp2hd p {
    font-size: 16px;
    line-height: 1.75;
    color: #999999;
    margin-bottom: 15px;
}

.he_syp2hd img {
    width: 36px;
    animation: xl 1.2s infinite;
}


.he_syp2hd {
    margin-top: 37px;
}


@keyframes xl {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.he_syp3 {
    width: 100%;
    position: relative;
    padding-top: 230px;
    padding-bottom: 315px;
}



.he_syp3tp p {
    font-size: 16px;
    line-height: 1.75;
    color: #666666;
}

.he_syp3tp {
    margin-top: 15px;

}

.he_syp3top {
    text-align: center;
    margin-bottom: 50px;
}

.he_syp3bp {
    width: 100%;
    position: relative;
    margin-top: 20px;
    cursor: inherit !important;
}

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

.he_syp3bpli {
    width: 21% !important;
    margin: 0 11px;
    border-radius: 14px;
    overflow: hidden;
}

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

.he_syp3bpsig {
    width: 100%;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
}

.he_syp3bpsig::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.01));
    z-index: 10;
    opacity: 0;
    transition: all 0.36s;
}


.he_syp3bp {
    overflow: inherit !important;
}

.he_syp3bpli.swiper-slide-active .he_syp3bpbx {
    transform: scale(0.94);
}

.he_syp3bpli.swiper-slide-active .he_syp3bpsig::after {
    opacity: 1;
}

.he_syp3bpli.swiper-slide-active {
    margin: 0;
}

.he_swepbx {
    width: 49px;
    margin: 0 12px;
    outline: none;
}

.he_swepbx img {
    width: 100%;
    border-radius: 50%;
}

.he_swep {
    position: absolute;
    bottom: -65px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.he_syp4 .mc_bs3_videobox .mc_bs3_svg {
    opacity: 0;
}

.he_syp4 .mc_bs3_videobox .mc_bs3_title {
    opacity: 0;
}

.he_syp4 .mc_bs3_videobox.end .mc_bs3_svg {
    opacity: 1;
}

/* .he_syp4 .mc_bs3_videobox .mc_bs3_title {
    opacity: 1;
} */

.he_syp4 .mc_bs3_videobox.act .mc_bs3_title {
    opacity: 1;
}

.he_syp2hmo a {
    font-size: 16px;
    line-height: 1.5;
    color: #274a94;
}

.he_syp1ti {
    transform: translateY(100px);
}

.he_syp1ble {
    transform: translateY(100px);
}

.he_syp1bri {
    transform: translateY(100px);
}

.he_syp1.on .he_syp1ti {
    -webkit-animation: effect0 1s ease-out both;
    animation: effect0 1s ease-out both;
}



/* @-webkit-keyframes effect0 {
    0% {
        transform: translateY(100px);
    }

    100% {
        transform: translateY(0px);
    }
} */

.he_syp1.on .he_syp1ble {
    -webkit-animation: effect1 1s ease-out both;
    animation: effect1 1s ease-out both;
    /*animation-delay: 0.36s;*/
}

/* @-webkit-keyframes effect1 {
    0% {
        transform: translateY(100px);
    }

    100% {
        transform: translateY(0px);
    }
} */

.he_syp1.on .he_syp1bri {
    -webkit-animation: effect2 1s ease-out both;
    animation: effect2 1s ease-out both;
    /*animation-delay: 0.36s;*/
}
/* 
@-webkit-keyframes effect2 {
    0% {
        transform: translateY(100px);
    }

    100% {
        transform: translateY(0px);
    }
} */

.he_syp4 {
    height: 300vh;
}

.he_syp4 .mc_bs3_title {
    bottom: 20%;
}

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

.he_nybanig {
    width: 100%;
    position: relative;
    height: 557px;
}

.he_nybanig img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: none !important;
}

.he_nybante h1 {
    font-size: 60px;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
}

/* .he_nypu .he_nyban {
    margin-top: 69px;
} */

.he_nybante {
    position: absolute;
    top: 100px;
    text-align: center;
    width: 100%;
}

.he_b1p1 {
    width: 100%;
    position: relative;
    margin-top: -300px;
}

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

.he_bodeli a {
    font-size: 14px;
    line-height: 1.75;
    color: #fff;
    transition: all 0.36s;
}

.he_bodeli {
    font-size: 14px;
    line-height: 1.75;
    color: #fff;
}

.he_bodeli.act a {
    color: rgba(255, 255, 255, 0.6);
}

.he_bodeli {
    margin-left: 3px;
}

.he_bodeli:first-child {
    margin-left: 0;
}


.he_b1p1ny .he_conten1 {
    background: #fff;
    border-radius: 14px;
}

.he_b1p1ny {
    margin-top: 18px;
}

.he_b1p1bx {
    width: 100%;
    padding-top: 80px;
}

.he_b1p1le {
    width: 65.26%;
    position: relative;
}

.he_b1p1ri {
    width: calc(100% - 65.26%);
    padding-left: 4.5%;
}

.he_b1p1lenu {
    width: 100%;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
}

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

.he_b1p1leig img {
    transition: all 0.8s;
}

.he_b1p1leig::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(17, 14, 65, 0.65), rgba(17, 14, 65, 0.01));
    height: 170px;
    z-index: 10;
}

.he_b1p1leig img {
    border-radius: 14px;
}

.he_b1p1lep1 p {
    font-size: 24px;
    line-height: 1.5;
    color: #ffffff;
    height: 36px;
    overflow: hidden;
}

.he_b1p1lete {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    padding: 33px 45px;
}

.he_b1p1lep2 p {
    font-size: 16px;
    line-height: 1.75;
    color: #fff;
}

.he_b1p1lep2 {
    margin-top: 18px;
}

.he_b1p1le a {
    width: 100%;
    display: block;
}

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

.he_b1p1li {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 38px;
}

.he_b1p1li:first-child {
    margin-top: 8px;
}

.he_b1p1lst p {
    font-size: 16px;
    line-height: 1.75;
    color: #284a94;
    font-family: "RobotoRegular" !important;
}

.he_b1p1lsl p {
    font-size: 18px;
    line-height: 1.65;
    color: #333333;
    height: 58px;
    overflow: hidden;
    transition: all 0.36s;
}

.he_b1p1lsl {
    margin-top: 10px;
}

.he_b1p1li a {
    width: 100%;
    display: block;
    padding-bottom: 23px;
}

.he_b1p2 {
    width: 100%;
    position: relative;
    z-index: 20;
}

.he_b1p3 .he_content {
    padding-top: 50px;
}

.he_b1p2 {
    margin-top: 50px;
}

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

.he_b1p2le {
    width: 270px;
}

.he_b1p2ri {
    width: calc(100% - 270px);
    padding-left: 17px;
}

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

.he_b1p2tsh {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    padding: 0 24px;
    cursor: pointer;
}

.he_b1p2tskp p {
    font-size: 14px;
    color: #999999;
    line-height: 64px;
    height: 64px;
    overflow: hidden;
}

.he_b1p2tskp {
    width: 100%;
    padding-right: 10px;
}

.he_b1p2ar {
    width: 10px;
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
}

.he_b1p2ar img {
    width: 100%;
    transition: all 0.36s;
}

.he_b1p2txa {
    width: 100%;
    position: absolute;
    top: 72px;
    left: 0;
    z-index: 10;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    display: none;
    z-index: 20;
}

.he_b1p2txa {
    padding: 18px 24px;
}

.he_b1p2txa p {
    color: #999999;
    font-size: 14px;
    line-height: 1.75;
    margin: 2px 0;
    cursor: pointer;
    transition: all 0.36s;
    height: 24px;
    overflow: hidden;
}

.he_b1p2rv {
    width: 100%;
    position: relative;
    height: 64px;
    line-height: 64px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

.he_b1p2rv input {
    width: 100%;
    padding: 0 24px;
    padding-right: 50px;
    color: #999999;
    font-size: 14px;
}

.he_b1p2rv input::placeholder {
    color: #999999;
    font-size: 14px;
}

.he_b1p2rv img {
    width: 26px;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    position: absolute;
    cursor: pointer;
}

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

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

.he_b1p3ul {
    width: 100%;
}

.he_b1p3li {
    width: 33.333333%;
    position: relative;
    border-right: 1px solid #e9edf0;
    transition: all 0.36s;
    margin-bottom: 48px;
}

.he_b1p3bu {
    width: 100%;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    padding: 50px 48px 52px;
}

.he_b1p3bu::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url(../images/b1pic02.jpg) center /cover no-repeat;
    transition: all 0.36s;
    opacity: 0;
    z-index: -1;
}

.he_b1p3bu .he_b1p1lep1 p {
    color: #333333;
    height: 72px;
}

.he_b1p3bu .he_b1p1lep1 {
    margin-top: 31px;
    transition: all 0.36s;
}

.he_b1p3jp p {
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
    height: 48px;
    overflow: hidden;
}

.he_b1p3jp {
    margin-top: 50px;
}

.he_b1p3mo .he_b1p1lep2 p {
    color: #274a94;
}


.he_b1p3mo {
    margin-top: 70px;
    transition: all 0.36s;
}

.he_b1p3li a {
    width: 100%;
    display: inline-block;
}

.he_b1p3li:nth-child(3n) {
    border-right: none;
}

.he_pcfy {
    width: 100%;
}

.he_b1p4 {
    padding-bottom: 120px;
}

.he_b1p3 {
    padding-bottom: 80px;
}

.he_fot {
    width: 100%;
    position: relative;
    background: #403f45;
}

.he_fojt {
    width: 100%;
    position: relative;
    padding: 52px 0 32px;
}

.he_fojtqle {
    width: 140px;
    padding-right: 15px;
}

.he_fojtqri {
    width: calc(100% - 140px);
    margin-top: 2px;
}

.he_fojalp p {
    font-size: 16px;
    line-height: 1.75;
    color: #9b9b9d;
    transition: all 0.36s;
    cursor: pointer;
    height: 28px;
    overflow: hidden;
}

.he_fojalp.act p {
    color: #ffffff;
}

.he_fojalp {
    margin-bottom: 10px;
}

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

.he_fojtbp1 p {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
}

.he_fojtbp2 p {
    font-size: 48px;
    line-height: 1.4;
    color: #ffffff;
    font-family: "ROBOTO-BOLD" !important;
    position: relative;
}

.he_fojtbp2 span {
    font-family: "ROBOTO-BOLD" !important;
    font-size: 16px;
    line-height: 1.75;
    color: #fff;
    padding-left: 5px;
    position: relative;
}

.he_fojtbp2 span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 13px;
    height: 7px;
    background-image: url(../images/fotar.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: none;
}

.he_fojtbp3 p {
    font-size: 14px;
    line-height: 1.75;
    font-family: 'PoppinsRegular';
    color: #9b9b9d;
}

.he_fojtbli {
    width: 100%;
    display: none;
}

.he_fojtbli:first-child {
    display: block;
}

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

.he_fojtle {
    width: 50%;
}

.he_fojtri {
    width: 50%;
    text-align: right;
    margin-top: 24px;
}

.he_xwho {
    width: 46px;
    /* height: 46px; */
    cursor: pointer;
    position: relative;
}

.he_xwho .he_wxhig {
    width: 100%;
    border-radius: 50%;
}

.he_xwhofd {
    width: 404px;
    position: absolute;
    bottom: 73px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    display: none;
    background: #fff;
    box-shadow: 0 5px 7px 0 rgba(132, 132, 132, 0.1);
    border-radius: 14px;
    /* overflow: hidden; */
    padding: 74px 30px 17px;
}

.he_xwhofd::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -28px;
    width: 0;
    height: 0;
    border-bottom: 14px solid transparent;
    border-top: 14px solid #fff;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
}


.he_tchun {
    display: inline-block;
}

.he_xwho1 {
    margin-right: 14px;
}

.he_xwhofig {
    width: 105%;
    position: absolute;
    top: -85px;
    left: 48%;
    transform: translateX(-50%);
}

.he_xwhofig img {
    width: 100%;
}

.he_xwhofli {
    width: 33.333333%;
    padding: 0 8px;
    text-align: center;
}

.he_xwhoful {
    margin: 0 -8px;
}

.he_xwhofbx {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 12px;
}

.he_xwhofbx img {
    width: 100%;
}

.he_xwhofbte p {
    font-size: 14px;
    line-height: 1.75;
    color: #666666;
    height: 24px;
    overflow: hidden;
}

.he_xwhofbte {
    margin-top: 2px;
}

.he_xwhomo img {
    width: 19px;
}

.he_xwhomo {
    text-align: center;
    margin-top: 10px;
}

.he_xwhomo a {
    display: inline-block;
}

.he_xwho2 a {
    position: absolute;
    width: 100%;
    height: 100% !important;
    display: block;
    background: none !important;
    left: 0;
    top: 0;
    z-index: 5;
}

.he_xwho2 a {
    padding-left: 0 !important;
}

.he_fobt {
    width: 100%;
    position: relative;
    background: #36353b;
    padding-top: 42px;
}



.he_fobtty {
    width: 100%;
}

.he_fobttli a {
    font-size: 16px;
    line-height: 1.75;
    color: #fff;
    font-weight: bold;
    transition: all 0.36s;
}

.he_fobttli {
    margin-right: 70px;
}

.he_fobtnh {
    width: 98%;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.he_fobtnh {
    margin-top: 70px;
    padding: 12px 0;
}

.he_fottbri p a:last-child {
    color: #5b5a5f;
}

.he_fottgle a {
    font-size: 14px;
    line-height: 1.75;
    color: #666666;
}

.he_fottgle {
    font-size: 14px;
    line-height: 1.75;
    color: #666666;
}

.he_b1p2txbc {
    height: 100px;
    overflow: hidden;
}

.he_b1p2txa .mCSB_inside>.mCSB_container {
    margin-right: 19px;
}

.he_b1p2txa .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 2px;
}

.he_b2pxbx {
    width: 100%;
    padding: 90px 98px;
}

.he_b2pxbxt1 .he_b1p1lep1 p {
    color: #333333;
    height: inherit;
}

.he_b2pxbxt2 {
    margin-top: 23px;
}

.he_b2pxbxti {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 35px;
}

.he_b2pxny {
    width: 100%;
    margin-top: 38px;
}

.he_b2pxbh p {
    font-size: 16px;
    line-height: 1.875;
    color: #666666;
    margin-bottom: 16px;
}

.he_b1p1sx {
    width: 100%;
    position: relative;
    padding-top: 70px;
}

.he_b1p1qh {
    width: 50%;
    position: relative;
}

.he_b1p1qhle {
    padding-right: 36px;
}

.he_b1p1qhri {
    padding-left: 36px;
}

.he_b1p1qh a {
    width: 100%;
    display: block;
}

.he_b1p1bf p {
    font-size: 16px;
    line-height: 1.75;
    color: #274a94;
}

.he_b1p1kf p {
    font-size: 18px;
    line-height: 1.75;
    color: #333333;
    height: 31px;
    overflow: hidden;
    padding-right: 50px;
    transition: all 0.36s;
}

.he_b1p1kf p span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: all 0.36s;
}

.he_b1p1kf {
    width: 100%;
    position: relative;
    margin-top: 7px;
}

.he_b1p2tb.on .he_b1p2ar img {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
}

.he_jianfbgd {
    max-height: 92px;
    overflow: hidden;
}

.he_syp3bpgig p {
    font-size: 18px;
    line-height: 1.75;
    color: #fff;
    height: 30px;
    overflow: hidden;
}

.he_syp3bpgig {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 26px;
    opacity: 0;
    transition: all 0.36s;
}

.he_syp3bpli.swiper-slide-active .he_syp3bpgig {
    opacity: 1;
}

.he_cdph {
    width: 406px;
    margin: 0 auto;
    display: none;
}

.he_syp3top .he_syp3ti {
    overflow: hidden;
}

.he_syp2hmo span {
    color: #6d9cd4;

}

/* .he_syp4 .mc_bs3_videobox.act .he_dxsp1 {
    -webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
    animation-delay: 0.1s;
}

.he_syp4 .mc_bs3_videobox.act .he_dxsp2 {
    -webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
    animation-delay: 0.2s;
}

.he_syp4 .mc_bs3_videobox.act .he_dxsp3 {
    -webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
    animation-delay: 0.3s;
}

.he_syp4 .mc_bs3_videobox.act .he_dxsp4 {
    -webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
    animation-delay: 0.4s;
}

.he_syp4 .mc_bs3_videobox.act .he_dxsp5 {
    -webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
    animation-delay: 0.5s;
}

.he_syp4 .mc_bs3_videobox.act .he_dxsp6 {
    -webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
    animation-delay: 0.6s;
} */



.he_banpj1 {
    overflow: hidden;
}

.he_banpj2 {
    overflow: hidden;
}

.he_playpn {
    display: none;
}

.he_b1p1ul {
    overflow: hidden;
}

.he_b1p3ul {
    overflow: hidden;
}

.he_yilou {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 9;
}

.he_yilbx {
    width: 50%;
    position: relative;
}

.he_yilbp1 p {
    font-size: 16px;
    line-height: 1.75;
    color: #fff;
}

.he_yilbp2 p {
    font-size: 40px;
    line-height: 1.75;
    color: #fff;
}

.he_yilbp3 p {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}

.he_yilbp2 {
    margin-top: 17px;
}

.he_yilbp3 {
    margin-top: 26px;
    padding-right: 24%;
}

.he_yiluig {
    width: 323px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.he_yiluig img {
    width: 100%;
}

.he_yilbp2 p span {
    padding: 0 20px;
    position: relative;
}

.he_huhle {
    width: 15px;
    position: absolute;
    top: -4px;
    left: 2px;
    background: transparent;
}

.he_huhri {
    width: 15px;
    position: absolute;
    bottom: -8px;
    right: 17px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
}

.he_yiluig {
    width: 54%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -59%;
}

.mc_bs3_videobox.end .he_yilou {
    opacity: 0;
}

.he_jianfvcli {
    margin: 4px 0;
}

.he_syp1pkc {
    display: none;
}


/* .he_banig {
    height: calc(100vh - 69px);
}
*/

.he_banig .he_banpc {
    width: 100%;
    /*   max-width: inherit;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);*/
}

.he_syp4 .mc_bs3_videobox.act .he_syp2ti p {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.4s;
}

.he_syp4 .mc_bs3_videobox.act .he_syp2hmo {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.4s;
}

.he_b1p3li.on {
    border-right: 1px solid transparent;
}


.he_syp1ckm .g_fadein1 {
    transition-delay: 0.1s;
}

.he_syp1ckm .g_fadein2 {
    transition-delay: 0.2s;
}

.he_syp1ckm .g_fadein3 {
    transition-delay: 0.3s;
}

.he_syp1ckm .g_fadein4 {
    transition-delay: 0.4s;
}

.he_syp1ckm .g_fadein5 {
    transition-delay: 0.5s;
}

.he_syp1ckm .g_fadein6 {
    transition-delay: 0.6s;
}

.he_syp1ckm .g_fadein7 {
    transition-delay: 0.7s;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;

    -ms-transform-style: preserve-3d;
    /* IE 9 */

    -webkit-transform-style: preserve-3d;
    /* Safari and Chrome */

    -o-transform-style: preserve-3d;
    /* Opera */

    -moz-transform-style: preserve-3d;
    /* Firefox */
}

.he_syp2 .mc_bs3_video {
    width: 100%;
}

.he_syp2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    z-index: 10;
}

.he_bansvg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}



@-webkit-keyframes dots {

    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes dots {

    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



.he_banli4.on circle {
    -webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
}

.he_banli4.on ellipse {
    -webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
}

.he_banli4.on .dot2 {
    animation-delay: 0s;
}

.he_banli4.on .dot17 {
    animation-delay: 0.2s;
}

.he_banli4.on .dot11 {
    animation-delay: 0.8s;
}

.he_banli4.on .dot12 {
    animation-delay: 1.5s;
}

.he_banli4.on .dot13 {
    animation-delay: 2.4s;
}

.he_banli4.on .dot1 {
    animation-delay: 1.8s;
}

.he_banli4.on .dot5 {
    animation-delay: 0.6s;
}

.he_banli4.on .dot4 {
    animation-delay: 2.4s;
}

.he_banli4.on .dot3 {
    animation-delay: 1.2s;
}

.he_banli4.on .dot6 {
    animation-delay: 1.6s;
}

.he_banli4.on .dot7 {
    animation-delay: 1.8s;
}


.he_banli4.on .dot8 {
    animation-delay: 1.9s;
}

.he_banli4.on .dot9 {
    animation-delay: 2.2s;
}

.he_banli4.on .dot10 {
    animation-delay: 1.6s;
}

.he_banli4.on .dot14 {
    animation-delay: 2.6s;
}

.he_banli4.on .dot15 {
    animation-delay: 2.8s;
}

.he_banli4.on .dot16 {
    animation-delay: 2s;
}

.he_syp1ckm span {
    transition: all 0.46s;
    color: #6d9cd4;
}

.he_syp2hmo .he_dxsp1 {
    transition-delay: 0.1s;
}

.he_syp2hmo .he_dxsp2 {
    transition-delay: 0.2s;
}

.he_syp2hmo .he_dxsp3 {
    transition-delay: 0.3s;
}

.he_syp2hmo .he_dxsp4 {
    transition-delay: 0.4s;
}

.he_syp2hmo .he_dxsp5 {
    transition-delay: 0.5s;
}

.he_syp2hmo .he_dxsp6 {
    transition-delay: 0.6s;
}

.he_syp2hmo .he_dxsp7 {
    transition-delay: 0.7s;
}


.he_loading {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    z-index: 9999;
    /* background: #fff; */
    /* display: none; */
}

.he_inbo.acd .he_loading {
    display: none;
}


/* .he_loading.on {
    background: transparent;
} */

.he_loading.on .he_imgj1 {
    opacity: 0;
}



.he_loading .he_imgj2 {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: inherit;
}


.he_inbo {
    overflow: hidden;
}

.he_inbo.on {
    overflow: inherit;
}

.he_loading.on1 {
    /* transition: transform 1s cubic-bezier(1, .01, 0, .04), opacity 1.5s ease-in;
    transform-origin: 50% 50%;
    transform: translate(-50%, -50%) matrix(45, 0, 0, 45, 0, 0); */

    transition: transform 1.8s cubic-bezier(1, .01, 0, .04), opacity 2s ease-in 0.8s;
    transform-origin: 50% 50%;
    transform: translate(-50%, -50%) matrix(45, 0, 0, 45, 0, 0);
    opacity: 0;
}

.he_syp1bmo p span {
    color: #6d9cd4;
    transition: all 0.36s;
}

.he_syp1bmo .g_fadein4 {
    transition-delay: 0.2s;
}

.he_fgdy p {
    display: inline-block;
}

.mc_bs3_videowrap .he_fengmtu {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: none;
}


.he_syp4 .mc_bs3_video {
    width: 100%;
}

.he_syfdph {
    display: none;
}


.he_imgj2 {
    position: absolute !important;
}

.he_imgj3 {
    position: absolute;
}

.he_imgj1 {
    z-index: 10;
    transition: all 0.36s;
}

.he_zihe {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
}

.he_loading .he_imgj1 {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: inherit;
}

@keyframes xl1 {
    0% {
        top: 0;
    }

    50% {
        top: 10px;
    }

    100% {
        top: 0;
    }
}

/* #he_loading .he_imgj1 {
    animation: xl1 1.2s infinite;
} */

.he_chonxin {
    position: absolute;
    /* top: 50%; */
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    z-index: 11;
    display: none;
}

.he_chonxcl {
    width: 24px;
}

.he_chonxcl img {
    width: 100%;
}

.he_chonxte {
    width: calc(100% - 24px);
    padding-left: 5px;
}

.he_chonxte p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.he_huhleph {
    display: none;
}

.he_huhriph {
    display: none;
}

.he_index {
    overflow: hidden;
}

.he_inbo {
    overflow: hidden;
}


.he_syzitibian {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: inherit;
}

/* 暂时隐藏 */
/* 
.he_pcbxyl {
    display: none;
}

.he_fottgle {
    display: none;
}

.he_b1p2 {
    display: none;
}

.he_b1p4 {
    display: none;
}

.ys_navph2_search {
    display: none;
}

.ys_navph2_lang {
    display: none;
} */

/* 暂时隐藏 */


.he_huahte {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.he_huahte p {
    font-size: 50px;
    line-height: 1.75;
    font-weight: bold;
}

.he_top {
    color: #95afc6;
}

.he_buttm {
    /* color: #0f345b; */
    font-size: 52px;
}

.he_buttm {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 87px;
    white-space: nowrap;
}

.he_huahte.act .he_buttm {
    color: #0f345b;
    animation: test;
    /* animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal; */
    -webkit-animation: test 1.4s ease-in-out 0s 1 alternate forwards;
}

@keyframes test {
    0% {
        width: 0px;
    }

    50% {
        width: 100px;
    }

    75% {
        width: 150px;
    }

    100% {
        width: 200px;
    }

}

/* html::-webkit-scrollbar {
	width: 0px;
} */

.he_loading img {
    width: 100% !important;
    object-fit: cover;
}

.mc_b_s3 {
    height: 220vh;
}



.mc_videom_close {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
    color: #fff;
}

.mc_modal_close {
    position: absolute;
    right: 15px;
    top: 15px;
    /* font-size: 20px; */
    line-height: 20px;
    cursor: pointer;
    z-index: 10;
}

.mc_videom_container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mc_videom_content {
    width: 1200px;
}

.mc_videom_content {
    width: 1000px;
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 80px);
    overflow: auto;
}

.mc_videom_video {
    max-width: 100%;
    vertical-align: middle;
    background: #000;
}

.mc_videom_iframebox {
    text-align: center;
}

.mc_videom_iframebox {
    display: none;
}

.mc_videom {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .84);
}

.he_vsglkt {
    display: none;
}

.he_laxtwo {
    width: 100vw;
}

.he_laxta:first-child {
    margin-left: 0px;
}

/* 2021.7.14 */
.he_pcbantph {
    display: none;
}


/* 2021.7.14 */

.he_b1p3buwk {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.he_b1xztu {
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.36s;
    height: 141px;
    position: absolute;
    top: 0;
    left: 0;
}

.he_b1xztu img {
    border-radius: 12px;
    object-fit: cover;
}

.he_b1xztu {
    display: none;
}

.he_b1p3li.act .he_b1xztu {
    display: block;
}

.he_b1p3li.act .he_b1p3jp {
    height: 0px;
    overflow: hidden;
    transition: all 0.36s;
    margin-top: 0;
}

.he_b1p3li.act .he_b1p3mo {
    margin-top: 24px;
}

.he_b1p3li.act .he_b1p3bu .he_b1p1lep1 {
    margin-top: 16px;
}


.he_b1p1lst {
    transition: all 0.36s;
}

.he_b1p3li.act .he_b1p1lst {
    padding-top: 159px;
}



.he_b1p3li.act .he_b1p3bu {
    height: 456px;
}

.he_b1ym .he_b1p3bu .he_b1p1lep1 p {
    font-size: 22px;
    height: 99px;
}

.he_huahte {
    display: none !important;
}

.he_index {
    opacity: 0;
}

.he_index.on {
    opacity: 1;
}


.he_pcbxle .he_img1 {
    top: 22px;
}

.he_pcbxlori .he_img1 {
    top: 24px;
}


.he_pc_hd.act .he_pcbxle .he_img1 {
    opacity: 1;
}

.he_pc_hd.act .he_pcbxle .he_img {
    opacity: 0;
}

.he_pc_hd.act .he_pcbxlori::after {
    background: #dcdcdc;
}

.he_pc_hd.act .he_pcnli .he_pcnava {
    color: #333333;
}

.he_pc_hd.act .he_pcser .icon-search {
    color: #333;
}

.he_pc_hd.act .he_jianfa::before {
    background: #dcdcdc;
}

.he_pc_hd.act .he_jianfa::after {
    background: #dcdcdc;
}

.he_pc_hd.act .he_jianfle p {
    color: #333;
}

.he_pc_hd.act .he_dixl .he_img {
    opacity: 1;
}

.he_pc_hd.act .he_dixl .he_img1 {
    opacity: 0;
}

.he_pc_hd.act .he_diquiri p {
    color: #333;
}

.he_c1gudi {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100vh;
    max-width: 1920px;

}

.he_pc_hd.color .he_diquiri p {
    color: #333;
}

.he_pc_hd.color .he_pcbxle .he_img1 {
    opacity: 1;
}

.he_pc_hd.color .he_pcbxle .he_img {
    opacity: 0;
}

.he_pc_hd.color {
    background: #fff;
    border-bottom: 1px solid #f7f7f7;
}


.he_pc_hd.color .he_pcbxlori::after {
    background: #dcdcdc;
}

.he_pc_hd.color .he_pcnli .he_pcnava {
    color: #333333;
}

.he_pc_hd.color .he_pcser .icon-search {
    color: #333;
}

.he_pc_hd.color .he_jianfa::before {
    background: #dcdcdc;
}

.he_pc_hd.color .he_jianfa::after {
    background: #dcdcdc;
}

.he_pc_hd.color .he_jianfle p {
    color: #333;
}

.he_pc_hd.color .he_dixl .he_img {
    opacity: 1;
}

.he_pc_hd.act .he_dixl .he_img1 {
    opacity: 0;
}

.he_pc_hd.act .he_diquiri p {
    color: #333;
}

.section {
    position: relative;
}

#fullpage {
    z-index: 100;
    position: relative;
}

.he_c1bx {
    width: 100%;
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    padding-top: 11%;
}

/* .he_c1bxti p {
    font-size: 90px;
    line-height: 1.5;
    color: transparent;
    font-weight: bold;
    text-stroke: 1px #fff;
    -webkit-text-stroke: 1px #fff;
    -moz-text-stroke: 1px #fff;
    text-align: center;
} */

.he_c1bxny {
    width: 100%;
    position: relative;
    margin-top: 105px;
}

.he_c1bxnli {
    width: 30.8% !important;
    padding-right: 55px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    transition: all 8s ease;
}

.he_c1bxntu {
    width: 100%;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.he_c1bxntu img {
    border-radius: 12px;
}

.he_c1bxntu::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: all 0.46s;
}


/* curser.png */

.he_c1bxnwe {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* height: 100%; */
    z-index: 10;
    display: none;
}

.he_c1bxnul {
    width: 150%;
    padding-left: 5%;
    padding-right: 5%;
}

.he_c1bxnli {
    /* cursor: url(../images/7eca8918c3b64cfd814fecaf277523f0.woff);
}

.he_c1bxnri p {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 13px;
}

.he_c1ym .he_mine {
    position: relative;
    z-index: 100;
}

.he_c1ym .he_fot {
    position: relative;
    z-index: 10;
}

.he_c1ym .he_mine {
    height: 100vh;
}

.he_gund {
    width: 210px !important;
    height: 2px !important;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 5% !important;
    top: 476px !important;
}

.he_gund span {
    width: 100%;
    /* height: 100%; */
    /* position: absolute;
    top: 0;
    left: 0; */
    background: #ff1d25 !important;
}

.he_gufri {
    width: 96px;
    position: absolute;
    /* top: 470px; */
    top: -76px !important;
    right: 5%;
    cursor: pointer;
    z-index: 100;
}

.he_gufri img {
    width: 100%;
}

.he_c1fid {
    position: fixed;
    top: 100%;
    left: 0;
    z-index: 10000;
    width: 100%;
    overflow: hidden;
}

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

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

.he_c1fid2 {
    top: 0;
    opacity: 0;
    pointer-events: none;
}

.he_cupbx.fix2 .he_c1fid2 {
    opacity: 1;
    pointer-events: auto;
}

@keyframes portOpen {
    0% {
        top: 100%;
    }

    100% {
        top: 0;
    }
}

@keyframes portOpen1 {
    0% {
        top: 0px;
        opacity: 0;
    }

    1% {
        top: 100%;
        opacity: 1;
    }

    100% {
        top: 0;
    }
}

.he_c1fghy {
    position: relative;
}

.he_c1gbcv {
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 50%;
    position: fixed;
    top: 24px;
    right: 40px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.36s;
    z-index: 100;
    box-shadow: 0 0px 16px 0 rgba(0, 0, 0, 0.1);
    display: none;
}

.he_c1gbcv::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: #284a94;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.26s;
    border-radius: 50%;
}



.he_c1gbcv img {
    width: 16px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

body.fix1 .he_c1fid1 {
    animation: portOpen both cubic-bezier(.77, 0, .175, 1) 1.2s 0s;
    overflow: hidden;
    overflow-y: auto;
    height: 100vh;
}

body.fix2 .he_c1fid2 {
    /* animation: portOpen both cubic-bezier(.77, 0, .175, 1) 1.2s 0s; */
    animation: portOpen1 both cubic-bezier(.77, 0, .175, 1) 1.2s 0s;
    overflow: hidden;
    overflow-y: auto;
    height: 100vh;
}

body.fix3 .he_c1fid3 {
    animation: portOpen both cubic-bezier(.77, 0, .175, 1) 1.2s 0s;
    overflow: hidden;
    overflow-y: auto;
    height: 100vh;
}

body.fix4 .he_c1fid4 {
    animation: portOpen both cubic-bezier(.77, 0, .175, 1) 1.2s 0s;
    overflow: hidden;
    overflow-y: auto;
    height: 100vh;
}

body.fix5 .he_c1fid5 {
    animation: portOpen both cubic-bezier(.77, 0, .175, 1) 1.2s 0s;
    overflow: hidden;
    overflow-y: auto;
    height: 100vh;
}


body.fixdown1 .he_c1fid1 {
    display: block;
    animation: portClose both cubic-bezier(.77, 0, .175, 1) 1.2s 0.4s;
}

body.fixdown2 .he_c1fid2 {
    display: block;
    animation: portClose both cubic-bezier(.77, 0, .175, 1) 1.2s 0.4s;
}

body.fixdown3 .he_c1fid3 {
    display: block;
    animation: portClose both cubic-bezier(.77, 0, .175, 1) 1.2s 0.4s;
}

body.fixdown4 .he_c1fid4 {
    display: block;
    animation: portClose both cubic-bezier(.77, 0, .175, 1) 1.2s 0.4s;
}

body.fixdown5 .he_c1fid5 {
    display: block;
    animation: portClose both cubic-bezier(.77, 0, .175, 1) 1.2s 0.4s;
}

.he_cupbx.show1 .he_c1fid {
    display: none;
}

.he_cupbx.show1 .he_c1fid1 {
    display: block;
    top: 0;
    animation: portOpen both cubic-bezier(.77, 0, .175, 1) 1.2s 0s;
}

.he_cupbx.show2 .he_c1fid {
    display: none;
}

.he_cupbx.show2 .he_c1fid2 {
    display: block;
    top: 0;
    animation: portOpen both cubic-bezier(.77, 0, .175, 1) 1.2s 0s;
}

.he_cupbx.show3 .he_c1fid {
    display: none;
}

.he_cupbx.show3 .he_c1fid3 {
    display: block;
    top: 0;
    animation: portOpen both cubic-bezier(.77, 0, .175, 1) 1.2s 0s;
}


.he_cupbx.show4 .he_c1fid {
    display: none;
}

.he_cupbx.show4 .he_c1fid4 {
    display: block;
    top: 0;
    animation: portOpen both cubic-bezier(.77, 0, .175, 1) 1.2s 0s;
}

.he_cupbx.show5 .he_c1fid {
    display: none;
}

.he_cupbx.show5 .he_c1fid5 {
    display: block;
    top: 0;
    animation: portOpen both cubic-bezier(.77, 0, .175, 1) 1.2s 0s;
}


.he_cupbx.show1 .he_c1fid1 .he_c1gbcv {
    display: block;
}

.he_cupbx.show2 .he_c1fid2 .he_c1gbcv {
    display: block;
}

.he_cupbx.show3 .he_c1fid3 .he_c1gbcv {
    display: block;
}

.he_cupbx.show4 .he_c1fid4 .he_c1gbcv {
    display: block;
}

.he_cupbx.show5 .he_c1fid5 .he_c1gbcv {
    display: block;
}

.he_zhuying.showsy .he_nypu {
    opacity: 0 !important;
}

.he_zhuying.goj.showsy .he_nypu {
    opacity: 1 !important;
}


@keyframes portClose {
    0% {
        top: 0;
    }

    100% {
        top: 100%;
    }
}

.he_b3ym .he_nybante h1 {
    color: #284a94;
    text-align: left;
    font-size: 48px;
    font-weight: bold;
}

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

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

.he_b3p1bri {
    width: 515px;
    padding-left: 85px;
    z-index: 10;
}

.he_b3p1ble {
    width: calc(100% - 515px);
    position: relative;
    z-index: 15;
}

.he_b3p1brp1 p {
    font-size: 24px;
    line-height: 1.5;
    color: #284a94;
    font-weight: bold;
}

.he_b3p1brp2 p {
    font-size: 36px;
    line-height: 1.75;
    color: #333333;
}

.he_b3p1brp3 p {
    font-size: 16px;
    line-height: 1.875;
    color: #333333;
    margin-bottom: 24px;
}

.he_b3p1brp3 p span {
    font-weight: bold;
}

.he_b3p1brp2 {
    margin-top: 10px;
}

/* .he_b3p1brp3 {
    margin-top: 50px;
} */

.he_b3p1blb {
    width: 100%;
}

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

.he_b3p1bli {
    width: 100%;
}

.he_b3p1bli img {
    width: 100%;
    border-radius: 60px;
}

.he_b3p1bli {
    display: none;
}

.he_b3p1bli:first-child {
    display: block;
}

.he_b3p1bul .slick-prev,
.he_b3p1bul .slick-next {
    width: 50px;
    height: 50px;
    background: #284a94;
    border-radius: 50%;
    z-index: 10;
    bottom: -50px;
    top: inherit;
}

.he_b3p1bul .slick-prev {
    left: inherit;
    right: 170px;
}

.he_b3p1bul .slick-next {
    right: 95px;
}

.he_b3p1bul .slick-prev::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 14px;
    background-image: url('../images/b3arrl.png');
    background-size: 100% 100%;
}

.he_b3p1bul .slick-next::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 14px;
    background-image: url('../images/b3ary.png');
    background-size: 100% 100%;
}

.he_b3p1gile p {
    font-size: 72px;
    line-height: 1.5;
    color: #274a94;
    font-family: "ROBOTO-BOLD" !important;
}

.he_b3p1gile p span {
    font-size: 24px;
    font-weight: bold;
}

.he_b3p1giri {
    margin-top: 30px;
}

.he_b3p1giri p {
    font-size: 30px;
    line-height: 1.75;
    color: #333333;
    height: 52px;
    overflow: hidden;
}

.he_b3p1gfli {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 28px;
    padding-top: 20px;
}

.he_b3p1gile {
    width: 340px;
    padding-right: 10px;
}

.he_b3p1giri {
    width: calc(100% - 340px);
}

.he_b3p1gful {
    width: 100%;
    margin-top: 80px;
    padding-right: 56px;
}

.he_b3p1zs {
    width: 898px;
    position: absolute;
    top: 29px;
    right: -400px;
}

.he_b3p1zs img {
    width: 100%;
}

.he_b3p1 .he_content {
    position: relative;
    z-index: 20;
}

.he_b3ym .he_mine {
    position: relative;
    /* background: #fff; */
    z-index: 10;
}

.he_b3p1brp3 p:last-child {
    margin-bottom: 0;
}

.he_b3ym .he_b3p1 {
    /* background: #fff; */
    z-index: 10;
}

.he_b3ym .he_nyban {
    z-index: 10;
    position: relative;
    top: 0;
    left: 0;
}

.he_b3ym .he_nybante {
    top: 186px;
}

.he_b3ym .he_mine {
    margin-top: -222px;
}

.he_b3ym .he_mine {
    position: relative;
}

.he_pcnav {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    min-width: 870px;
}

.he_pcnli {
    margin: 0 30px;
}

.he_c1bxntu::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 10;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    transition: all 0.36s;
}


.he_c1bxnh4 p {
    font-size: 24px;
    line-height: 1.75;
    color: #fff;
}

.he_c1bxnh4 {
    position: absolute;
    bottom: 20px;
    z-index: 10;
    left: 35px;
    transition: all 0.36s;
}



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

.he_zairu {
    width: 100%;
    height: 100%;
    background: #274a94;
    position: fixed;
    top: 100%;
    left: 0;
    z-index: 99999;
}


.he_cupbx.go .he_zairu {
    animation: portk both cubic-bezier(.77, 0, .175, 1) 1.2s 0.4s;
}

@keyframes portk {
    0% {
        top: 100%;
    }

    50% {
        top: 0;
    }

    100% {
        top: -100%;
    }
}

.he_cupbx .he_nypu {
    opacity: 0;
}

.he_cupbx.go1 .he_nypu {
    opacity: 1;
}

.he_b3p1bkj {
    position: relative;
    z-index: 10;
}

.he_c1fijhpo {
    position: relative;
    z-index: 10;
}

.he_b3p2 {
    width: 100%;
    position: relative;
    padding: 140px 0;
    padding-top: 100px;
    z-index: 10;
    overflow: hidden;
}

.he_b3p3 {
    padding-top: 60px;
}

.he_b3p2ti p {
    font-size: 48px;
    line-height: 1.5;
    color: #274a94;
    font-weight: bold;
}

.he_b3p2ti {
    margin-bottom: 17px;
}

.he_b3p2tyu p {
    font-size: 36px;
    line-height: 1.5;
    color: #333333;
}

.he_b3p2gh {
    width: 100%;
    position: relative;
    padding-top: 230px;
    padding-bottom: 183px;
}

.he_b3p2gli {
    width: 210px;
    height: 210px;
    position: absolute;
    border-radius: 52px;
    transition: all 0.36s;
}

.he_b3p2gli p {
    font-size: 30px;
    line-height: 1.75;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 10px;
}

.he_b3p2gli1 {
    background: #274a94;
    top: 90px;
    left: 100px;
}

.he_b3p2gli2 {
    background: #2e3954;
    top: 90px;
    right: 100px;
}

.he_b3p2gli3 {
    background: #f5f5f5;
    bottom: 50px;
    left: 100px;
}

.he_b3p2gli5 {
    background: #9dabcf;
    bottom: 36%;
    right: 0px;
}


.he_b3p2gli4 {
    bottom: 50px;
    right: 100px;
    background-color: #647291;
}

.he_b3p2gjgf {
    cursor: pointer;
}

.he_b3p2lw {
    width: 727px;
    margin: 0 auto;
    /* border-radius: 60px;
    background: #fff; */
}

.he_b3p2lwli {
    background: #fff;
    box-shadow: 0px 3px 16px 5px rgba(0, 0, 0, 0.06);
    padding: 68px 63px 96px;
    border-radius: 60px;
    width: 100%;
    display: none;
    margin: 15px;
    min-height: 410px;
}

.he_b3p2lwli:first-child {
    display: block;
}

.he_b3p2lwle {
    width: 114px;
    position: relative;
}

.he_b3p2lwle img {
    width: 100%;
}

.he_b3p2lwri {
    width: calc(100% - 114px);
    padding-left: 50px;
    margin-top: 5px;
}

.he_b3p2lwiti p {
    font-size: 36px;
    line-height: 1.75;
    color: #274a94;
}

.he_b3p2lwiti {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 32px;
}

.he_b3p2lwikp p {
    font-size: 36px;
    line-height: 1.6;
    color: #333333;
}

.he_b3p2lwikp {
    margin-top: 25px;
}

.he_b3p2lwli.slick-current {
    -webkit-animation: fadeIn 0s ease both;
    animation: fadeIn 0s ease both;
    animation-delay: 0s;
}

.he_b3p2lwli.slick-current .he_b3p2lwle {
    -webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
    animation-delay: 0.1s;
}

.he_b3p2lwli.slick-current .he_b3p2lwri {
    -webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
    animation-delay: 0.1s;
}


.he_b3p2gli1.act {
    border-radius: 50px 50px 0px 50px;
    left: 0px;
}

.he_b3p2gli2.act {
    border-radius: 50px 50px 50px 0px;
    right: 0px;
}

.he_b3p2gli5.act {
    border-radius: 0px 50px 50px 50px;
    bottom: 50px;
}

.he_b3p2gli3.act {
    border-radius: 50px 0px 50px 50px;
    left: 0px;
}

.he_b3p2gli4.act {
    right: 0px;
}

.he_b3p2gli3 p {
    color: #333333;
}

.he_b3p2tyu span {
    padding-right: 20px;
}

.he_c1bxny .swiper-container {
    z-index: 10;
}

.he_c1bxnli:last-child {
    margin-right: 140px;
}

.he_nybanty {
    font-size: 30px;
    line-height: 1.75;
    color: #fff;
    text-align: left;
    margin-bottom: 10px;
}

.he_b3p2gli4.on {
    right: 30%;
}


.he_jindu {
    width: 220px;
    border-radius: 10px;
    height: 3px;
    border: 1px solid transparent;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    background: rgba(0, 0, 0, 0.08);
}

.he_jinna {
    position: absolute;
    top: 0;
    width: 0;
    left: 0;
    background: #274a94;
    height: 100%;
    transition: all 0.6s;
}



/* .he_jindu::after {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    left: 0;
    background: #274a94;
    height: 100%;
}

.he_jindu.act::after {
    -webkit-animation: test 1.4s ease-in-out 0s 1 alternate forwards;
} */



@keyframes test {
    0% {
        width: 0%;
    }

    50% {
        width: 30%;
    }

    75% {
        width: 50%;
    }

    100% {
        width: 100%;
    }

}

.he_gufri {
    opacity: 0;
    pointer-events: none;
    transition: all 0.36s;
}

.he_gufri.xian {
    opacity: 1;
    pointer-events: auto;
}


#dowebok {
    z-index: 15;
}

.section.active {
    overflow: hidden;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
    height: auto !important;
}

.he_c1bxti {
    padding: 0 5%;
}

.he_c1bxti p {
    font-size: 48px;
    color: #284a94;
    text-align: left;
    font-weight: bold;
}

.he_shubiao {
    position: absolute;
    z-index: 99999;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

.he_shubin {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #284a94;
    background: rgba(255, 255, 255, 0.2);
    /* background: #284a94; */
    transition: all 0.36s;
}

.he_shubin::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #284a94;
    transition: all 0.36s;
}

.he_shubiao.on .he_shubin {
    width: 46px;
    height: 46px;
}

.he_shubiao.on .he_shubin::after {
    background: #0044d1;
    width: 6px;
    height: 6px;
}

.he_c1bxny .swiper-pagination-progressbar {
    background: rgba(255, 255, 255, 0.45);
}

.he_c1gbcv img {
    width: 100%;
}

.he_c1fijh img {
    width: 100%;
}

.he_c1bxny .swiper-container::after {
    content: '';
    position: absolute;
    top: -20vw;
    left: 0;
    width: 200vw;
    height: 200vh;
    z-index: -1;
}

.he_c1bxny .swiper-container {
    overflow: inherit !important;
}

.he_c1ym .he_mine {
    overflow: hidden;
}

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

.he_e1bati p {
    font-size: 36px;
    line-height: 1.65;
    color: #fff;
}

.he_nyban1 .he_nybanig {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.he_nyban1 .he_nybanig {
    height: 420px;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.he_nyban1 .he_e1baty {
    position: absolute;
    bottom: 72px;
    left: 50%;
    transform: translateX(-50%);
}


.he_e1time p {
    font-size: 18px;
    line-height: 1.75;
    color: #c6c4c4;
    font-family: 'PoppinsRegular' !important;
}

.he_e1time {
    margin-top: 30px;
}

.he_e1ymx .he_e1baty .he_content {
    width: 900px;
}

.he_e1ymx .he_mine .he_content {
    width: 900px;
}

.he_e1p1 {
    width: 100%;
    position: relative;
    padding-top: 90px;
}

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

.he_e1p1dl p {
    font-size: 18px;
    margin-bottom: 35px;
}

.he_e1p1hnx {
    width: 100%;
}

.he_e1p1htr {
    width: 100%;
    position: relative;
    padding-bottom: 10px;
    padding-left: 7px;
}

.he_e1p1hnx p {
    font-size: 18px;
    line-height: 1.75;
    color: #284a94;
    height: 31px;
    overflow: hidden;
    padding-right: 36px;
}

.he_e1p1hyr img {
    width: 9px;
    position: absolute;
    top: 19px;
    right: 30px;
    transition: all 0.56s;
}

.he_e1p1hyr {
    width: 100%;
    position: relative;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    padding-left: 7px;
}

.he_e1p1hyr::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #284a94;
    transition: all 0.56s;
    opacity: 0;
}

.he_e1p1hnx a {
    width: 100%;
    display: block;
}

.he_e1p1hnx {
    margin-top: 120px;
    margin-bottom: 20px;
}

.he_e1p1ls {
    position: absolute;
    left: -32%;
    top: 130px;
}

.he_e1p1ty {
    width: 77px;
    box-shadow: 0px 5px 24px 0 rgba(214, 211, 211, 0.35);
    border-radius: 50%;
    margin: 0 auto;
}

.he_e1p1ty img {
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.he_e1p1te p {
    font-size: 18px;
    line-height: 1.75;
    color: #999999;
    transition: all 0.36s;
}

.he_e1p1te {
    margin-top: 20px;
}

.he_e1ym .he_e1bati p {
    /* max-height: 118px; */
    overflow: hidden;
}

.he_g1ym .he_nyban1 .he_nybanig {
    height: 430px;
}

.he_g1ym .he_nyban1 .he_e1baty {
    bottom: inherit;
    top: 50%;
    transform: translate(-50%, -50%);
}

.he_g1ym .he_nybanig {
    position: relative;
}

.he_g1ym .he_nybanig::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.16);
    width: 100%;
    height: 100%;
}

.he_yilbp2 .he_huhripc {
    display: block !important;
}

.he_e1baty .he_yilbp2 {
    margin-top: 0 !important;
}

.he_g1ym .he_yilbp2 p {
    font-size: 60px;
    text-align: center;
}

.he_e1bati .he_huhri {
    width: 22px;
}

.he_e1bati .he_huhle {
    width: 22px;
}

.he_g1p1 {
    width: 100%;
    padding-top: 110px;
    padding-bottom: 116px;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.he_g1pput p {
    font-size: 36px;
    line-height: 1.65;
    color: #333333;
}

.he_g1ppuj p {
    font-size: 16px;
    line-height: 1.875;
    color: #333333;
}

.he_g1pput {
    margin-bottom: 32px;
}

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

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

.he_g1p2ri {
    width: 850px;
    position: relative;
}

.he_g1p2le {
    width: calc(100% - 850px);
    padding-right: 40px;
}

.he_g1p2tu {
    width: 100%;
    position: relative;
    border-radius: 60px;
    overflow: hidden;
}

.he_g1p2zi {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.he_g1p2zul {
    width: 100%;
    height: 100%;
}

.he_g1p2zli {
    width: 25%;
    height: 100%;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.he_g1p2tu img {
    display: none;
}

.he_g1p2tu img:first-child {
    display: block;
}

.he_g1p2tu::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.28);
}

.he_g1p2zli p {
    font-size: 16px;
    line-height: 1.875;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 20px;
}

.he_g1p2zli.act p {
    font-weight: bold;
}

.he_g1p2hul {
    width: 100%;
    margin-top: 100px;
}

.he_g1p2hli {
    width: 100%;
    display: none;
}

.he_g1p2hli:first-child {
    display: block;
}

.he_g1p2hg p {
    font-size: 36px;
    line-height: 1.65;
    color: #333333;
    height: 59px;
    overflow: hidden;
}

.he_g1p2hoi p {
    font-size: 16px;
    line-height: 1.875;
    color: #333333;
    height: 60px;
    overflow: hidden;
}

.he_g1p2hoi {
    margin-top: 35px;
    margin-bottom: 30px;
}

.he_g1p2hjd p {
    font-size: 16px;
    line-height: 1.875;
    color: #333333;
    padding-left: 12px;
    position: relative;
}

.he_g1p2hjd p::after {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #284a94;
}

.he_g1p3 {
    width: 100%;
    position: relative;
    padding: 110px 0 132px;
}

.he_g1p3bx {
    width: 100%;
    position: relative;
    padding-left: 50px;
}

.he_g1p3ul {
    margin: 0 -30px;
}

.he_g1p3li {
    width: 33.333333%;
    padding: 0 30px;
}

.he_g1p3jh {
    width: 100%;
    position: relative;
    border-bottom: 5px solid #e5e5e5;
    padding-bottom: 36px;
}

.he_g1p3jh::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 5px;
    background: #284a94;
    transition: all 0.5s;
    opacity: 0;
}


.he_g1p3su p {
    font-size: 72px;
    line-height: 1.1;
    color: #284a94;
    font-family: 'PoppinsSemiBold' !important;
}

.he_g1p3jh .he_g1p3sgf {
    margin-top: 15px;
}

.he_g1p3jh .he_g1p3sgf p {
    height: 59px;
    overflow: hidden;
}

.he_g1p3mo p {
    font-size: 16px;
    line-height: 1.5;
    color: #274a94;
}

.he_g1p3li a {
    display: block;
    width: 100%;
}

.he_g1p3li:nth-child(2) {
    margin-top: 125px;
}

.he_g1zst {
    width: 100%;
    position: absolute;
    bottom: -202px;
    left: 0;
    z-index: -1;
}

.he_g1zst img {
    width: 100%;
}

.he_g1ym .he_mine {
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.he_b1p1ny .he_conten1 {
    min-height: 500px;
}

.he_h1ym .he_nyban .he_nybanig {
    height: 617px;
}

.he_nybday {
    display: none;
}

.he_h1ym .he_nybante {
    top: 166px;
}

.he_h1ym .he_b1p1 {
    margin-top: -280px;
}

.he_h1p1bx {
    width: 100%;
    position: relative;
    padding-top: 70px;
}

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

.he_h1p1li {
    width: 50%;
    /* padding: 0 38px; */
    padding-left: 38px;
    padding-right: 16%;
}

.he_h1p1bn {
    width: 100%;
    position: relative;
    margin-bottom: 16px;
}

.he_h1p1bti p {
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    color: #284a94;
}

.he_h1p1bti {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 8px;
}

.he_h1p1fdle {
    width: 16px;
    line-height: 32px;
}

.he_h1p1fdle img {
    width: 100%;
}

.he_h1p1fdri {
    width: calc(100% - 16px);
    padding-left: 28px;
}

.he_h1p1fdri p {
    font-size: 16px;
    line-height: 2;
    color: #333333;
    transition: all 0.36s;
}

.he_h1p1fdri a {
    display: block;
    width: 100%;
}

.he_h1p1btk {
    width: 100%;
    margin-top: 16px;
}

.he_h1p1bfd {
    margin-bottom: 7px;
}

.he_h1p2bx {
    width: 100%;
    position: relative;
    padding-top: 100px;
    margin-bottom: 164px;
}

.he_h1p2bg {
    width: 100%;
    background: #284a94;
    border-radius: 14px;
    padding: 74px;
}

.he_h1p2ri {
    width: 148px;
    background: #fff;
    border-radius: 25px;
}

.he_h1p2le {
    width: calc(100% - 148px);
    position: relative;
    z-index: 10;
}

.he_h1p2le p {
    font-size: 30px;
    line-height: 1.5;
    color: #ffffff;
}

.he_h1p2ri p {
    text-align: center;
    color: #274a94;
    width: 100%;
    display: block;
    line-height: 50px;
    cursor: pointer;
}

.he_h1zs1 {
    width: 164px;
    position: absolute;
    top: 44px;
    left: -43px;
    height: 164px;
}

.he_h1zs1 svg {
    width: 164px;
    height: 164px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.he_h1zs1 svg {
    -webkit-transition: all 1s cubic-bezier(.23, 1, .32, 1);
    -o-transition: all 1s cubic-bezier(.23, 1, .32, 1);
    transition: all 1s cubic-bezier(.23, 1, .32, 1);
    -webkit-transform: translate(-50%, -50%) scale(.9);
    -ms-transform: translate(-50%, -50%) scale(.9);
    transform: translate(-50%, -50%) scale(.9);
    animation: fadefd 3s infinite ease-out;
}


.he_h1zs1 img {
    width: 100%;
}

.he_h1zs2 {
    position: absolute;
    width: 81px;
    top: 47px;
    left: 143px;
}

.he_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.79);
    z-index: 9999999;
    display: none;
}

.he_popbx {
    width: 700px;
    background: #fff;
    border-radius: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 54px 55px 98px;
}

.he_popti p {
    font-size: 30px;
    line-height: 1.75;
    color: #333333;
}

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

.he_shyk {
    margin-top: 46px;
}

.he_text textarea {
    width: 100%;
    height: 110px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    font-size: 16px;
    line-height: 1.75;
    color: #999999;
    padding: 16px;
    resize: none;
}

.he_shykli input {
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    padding: 0 16px;
    border-radius: 12px;
    font-size: 16px;
    color: #999999;
}

.he_shykli {
    margin-bottom: 15px;
}

.he_shykli input::-webkit-input-placeholder {
    color: #999999;
}

.he_shykli input:-moz-placeholder {
    color: #999999;
}

.he_shykli input::-moz-placeholder {
    color: #999999;
}

.he_shykli input:-ms-input-placeholder {
    color: #999999;
}


.he_text textarea::-webkit-input-placeholder {
    color: #999999;
}

.he_text textarea:-moz-placeholder {
    color: #999999;
}

.he_text textarea::-moz-placeholder {
    color: #999999;
}

.he_text textarea:-ms-input-placeholder {
    color: #999999;
}

.he_texthg {
    width: 100%;
    position: relative;
    margin-top: 40px;
}

.he_texthle {
    width: calc(100% - 148px);
}

.he_texthg .he_h1p2ri {
    background: #284a94;
}

.he_texthg .he_h1p2ri p {
    color: #fff;
}

.he_texthre {
    width: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -92px;
    cursor: pointer;
}

.he_texthda {
    width: 292px;
    position: relative;
}

.he_texthda input {
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 0 22px;
    font-size: 16px;
    line-height: 1.75;
    color: #999999;
}

.he_texthda input::-webkit-input-placeholder {
    color: #999999;
}

.he_texthda input:-moz-placeholder {
    color: #999999;
}

.he_texthda input::-moz-placeholder {
    color: #999999;
}

.he_texthda input:-ms-input-placeholder {
    color: #999999;
}

.he_guab {
    width: 26px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -50px;
}

.he_guab img {
    width: 100%;
}

.he_b3p3 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

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

.he_b3p2jh p {
    font-size: 30px;
    line-height: 1.65;
    color: #333333;
}

.he_b3p3ny {
    width: 100%;
    min-height: 400px;
    margin-top: 85px;
}

.he_zhsp3 {
    width: 779px;
    position: absolute;
    top: 120px;
    right: -163px;
    display: none;
}

.he_zhsp3.inited {
    display: block;
}

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

.he_zhspuw .he_zhspuy {
    position: absolute;
    bottom: 0;
    left: 0;
}

.he_b3p3le {
    width: 150px;
    position: relative;
    max-width: 150px;
}

.he_b3p3ri {
    width: calc(100% - 150px);
    padding-left: 84px;
    padding-right: 37%;
    margin-top: 0px;
}

.he_b3p3lzi p {
    font-size: 100px;
    line-height: 1;
    color: #274a94;
    font-family: 'PoppinsSemiBold' !important;
    white-space: nowrap;
}

/* .he_b3p3lzi {
    position: absolute;
    top: 250px;
    left: -207px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
} */

.he_b3p3lzi {
    position: absolute;
    right: 0;
    transform-origin: right top;
    transform: rotate(-90deg) translateY(-126px);
}

.he_b3p3jd {
    width: 1px;
    height: 720px;
    position: relative;
}

.he_b3p3jd::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 11px;
    height: 11px;
    background: #274a94;
    border-radius: 50%;
}

.he_b3p3hsa {
    width: 100%;
    height: 100%;
    background: #e8edf3;
    position: relative;
    overflow: hidden;
}

.he_b3p3dny {
    width: 1px;
    height: 100%;
    background: #274a94;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    overflow: hidden;
}

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


/* 
.he_zhspuy::after {
    content: '';
    position: absolute;
    top: 457px;
    right: 0;
    width: 80vw;
    height: 380px;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.1) 100%);
    z-index: 10;
}



.he_zhspuy::before {
    content: '';
    position: absolute;
    top: 457px;
    right: 0;
    width: 100%;
    height: 380px;
    z-index: 8;
    background: linear-gradient(to top, rgba(255, 255, 255, 1), transparent);
} */


.he_b3p3dli {
    width: 100%;
    position: relative;
    margin-bottom: 105px;
    opacity: 0.25;
    transition: all 0.36s;
}

.he_b3p3dli.act {
    opacity: 1;
}

.he_b3p3dty p {
    font-size: 36px;
    line-height: 1.65;
    color: #333333;
}

.he_b3p3dtfs p {
    font-size: 24px;
    line-height: 1.5;
    color: #274a94;
}

.he_b3p3dtfs {
    margin-top: 10px;
}

.he_b3p3dtya p {
    font-size: 16px;
    line-height: 1.875;
    color: #333333;
}

.he_b3p3dtya {
    margin-top: 46px;
}

.he_b3p3eru {
    width: 100%;
    position: relative;
    padding-right: 10px;
}

.he_b3p3eru {
    padding-top: 20px;
}

/* .he_b3p3dli:last-child {
    margin-bottom: 400px;
} */

.he_b3p4 {
    width: 100%;
    padding-top: 120px;
    position: relative;
    padding-bottom: 126px;
}

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

.he_b3p4ul {
    width: 100%;
    position: relative;
    padding-top: 15px;
}

.he_b3p4uhd {
    width: 100%;
}

.he_b3p4li {
    width: 100%;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.06);
    padding: 56px 43px;
    transition: all 0.36s
}

.he_b3p3ti {
    overflow: hidden;
}

.he_b3p4uhd {
    /* width: 270px !important; */
    padding: 25px 20px;
}

.he_b3p4ic {
    width: 158px;
    position: relative;
    margin: 0 auto;
}

.he_b3p4ic img {
    transition: all 0.36s;
}

.he_b3p4ic .he_img1 {
    opacity: 0;
}

.he_b3p4te p {
    font-size: 18px;
    line-height: 1.35;
    color: #274a94;
    height: 48px;
    overflow: hidden;
    transition: all 0.36s;
}

.he_b3p4te {
    text-align: center;
    padding-top: 30px;
    position: relative;
}

.he_b3p4te::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 2px;
    background: #d4dbea;
    transition: all 0.36s;
    opacity: 0;
}

/* .he_b3p4ul .swiper-wrapper {
    padding: 0 10px;
} */

.he_b3p4ul .swiper-container {
    margin: 0 -30px;
}

.he_b3p4gds {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.he_b3p4gds img {
    width: 100%;
}

.he_b3p4 .he_content {
    position: relative;
    z-index: 10;
}

.he_swefy {
    padding: 0 20px !important;
    width: 96% !important;
    left: 26px !important;
    height: 2px !important;
    background: #eaeff5 !important;
    top: inherit !important;
    bottom: 10px;
}

.he_swefy::before {
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    width: 12px;
    height: 12px;
    background: #274a94;
    border-radius: 50%;
    z-index: 10;
}

.he_swefy .swiper-pagination-progressbar-fill {
    background: #4e6ba7 !important;
}

.he_swepb3 {
    padding-bottom: 60px !important;
}

.he_b3p4le,
.he_b3p4ri {
    width: 49px;
    height: 49px;
    outline: none;
    cursor: pointer;
    transition: all 0.36s;
}

.he_b3p4le img {
    width: 100%;
}

.he_b3p4ri img {
    width: 100%;
}

.he_b3p4ri {
    margin-left: 23px;
}

.he_b3p3an {
    width: 100%;
    margin-top: 60px;
}

/* .he_b3p4uhd.swiper-slide-active .he_b3p4li {
    background: #274a94;
}

.he_b3p4uhd.swiper-slide-active .he_b3p4ic .he_img {
    opacity: 0;
}

.he_b3p4uhd.swiper-slide-active .he_b3p4ic .he_img1 {
    opacity: 1;
}

.he_b3p4uhd.swiper-slide-active .he_b3p4te p {
    color: #fff;
} */

.he_d1ym .he_nybante {
    left: 0;
    text-align: left;
}

.he_d1ym .he_nybante h1 {
    text-align: left;
}

.he_d1ym .he_nyban .he_content {
    position: relative;
}


.he_d1ym .he_nybante {
    top: 180px;
}

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

.he_d1p1bx {
    width: 100%;
}

.he_d1p1ri {
    width: calc(100% - 530px);
}

.he_d1p1le {
    width: 530px !important;
    padding-right: 97px;
    min-width: 530px;
    padding-bottom: 50px;
}

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

.he_d1p1bbt p {
    font-size: 20px;
    line-height: 1.75;
    color: #b5b5b5;
    font-weight: bold;
    height: 31px;
    overflow: hidden;
}

.he_d1p1bwe {
    margin-top: 10px;
    max-height: 330px;
}

.he_d1p1bwe p {
    font-size: 20px;
    line-height: 1.875;
    color: #666666;
}

.he_d1p1bli {
    max-height: 31px;
    overflow: hidden;
    margin: 14px 0 20px;
    /* transition: all 0.36s; */
    position: relative;
}

.he_g1p2tu img {
    width: 100%;
}

.he_d1ym .he_nybante h1 {
    color: #284a94;
    font-weight: bold;
}

.he_e1phti {
    display: none;
}

.he_d1p1rli {
    width: 100%;
    margin-bottom: 30%;
}

.he_d1p1rtu {
    width: 100%;
    position: relative;
    border-radius: 40px;
    overflow: hidden;
}

.he_d1p1bli.act {
    max-height: 377px;
}

.he_d1p1rlo {
    width: 384px;
}

.he_d1p1rlo img {
    width: 100%;
}

.he_d1p1rjd a {
    font-size: 18px;
    line-height: 1.75;
    color: #274a94;
    transition: all 0.36s;
}

.he_d1p1rlo {
    margin-top: 59px;
    margin-bottom: 32px;
}

.he_d1ym .he_nyban {
    position: absolute;
    top: 0;
    left: 0;
}

.he_d1p1 {
    padding-top: 17%;
}

.he_d1p1bli:first-child {
    margin-top: 0;
}

.he_d1p1bli .mCSB_inside>.mCSB_container {
    margin-right: 10px;
}

.he_d1p1bli .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    background-color: #274a94 !important;
}

.he_d1p1bli .mCSB_scrollTools {
    right: -7px;
}

.he_h1dh {
    width: 53%;
    position: absolute;
    bottom: -126px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    /* display: none; */
}

.he_h1dh1 {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.he_h1dh2 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.he_planyd {
    width: 188px;
    height: 110px;
    position: absolute;
    top: 40px;
    right: 50px;
    z-index: 10;
}

.he_planed {
    width: 0;
    height: 100%;
    transition: all 1.6s;
    background: url(../images/tandongx.png) 0px 0px no-repeat;
}

.he_planyd.width .he_planed {
    width: 100%;
}

/* .he_b3p3eru>* {
    display: none;
}

.he_b3p3eru.inited>* {
    display: block;
} */

.section2 {
    overflow: inherit !important;
}

/* .he_c1bxny .swiper-container::after {
    display: none;
} */

.he_pcbxlole a {
    width: 100%;
}

.he_e3ym .he_nybanig {
    height: 694px;
}

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

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

.he_e1ym .he_conten1 {
    margin-top: -334px;
    background: #fff;
    border-radius: 12px;
    min-height: 300px;
}

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

.he_e3p1ul {
    width: 100%;
    border-bottom: 1px solid #e2e3e4;
    padding-top: 72px;
}

.he_e3p1li a {
    font-size: 24px;
    line-height: 1.5;
    color: #a5a6a6;
    transition: all 0.36s;
    display: block;
    position: relative;
    padding: 0 36px 20px;
}

.he_e1ym .he_mine {
    position: relative;
    z-index: 10;
}

.he_e3p1li a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 3px;
    background: #2f4a8f;
    transition: all 0.36s;
    opacity: 0;
}

.he_e3p1li {
    margin-right: 30px;
}

.he_e3p1li.act a::after {
    width: 100%;
    opacity: 1;
}

.he_e3p1li.act a {
    color: #284a94;
}

.he_e3p2 {
    width: 100%;
    position: relative;
    margin-top: 52px;
}

.he_e3p2bx {
    width: 100%;
    position: relative;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    overflow: hidden;
}

.he_e3p2ul {
    margin: 0 -25px;
}

.he_e3p2li {
    width: 33.333333%;
    padding: 0 25px;
    margin-bottom: 48px;
}

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

.he_e3p2tu {
    width: 100%;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
}

.he_e3p2ply {
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.he_e3p2ply img {
    width: 100%;
}

.he_e3p2tu img {
    transition: all 0.36s;
}

.he_e3p2btm {
    width: 100%;
    position: relative;
    padding: 23px 30px 24px;
}

.he_e3p2btp1 p {
    font-size: 24px;
    line-height: 1.5;
    color: #333333;
    height: 72px;
    overflow: hidden;
    transition: all 0.36s;
}

.he_e3p2btp2 p {
    font-size: 16px;
    line-height: 1.75;
    color: #274a94;
}

.he_e3p2btp2 {
    margin-top: 20px;
}

.he_e3p3 {
    padding-top: 5px;
    padding-bottom: 62px;
}

/* 
.mc_videom_close {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
    color: #fff;
}

.mc_modal_close {
    position: absolute;
    right: 15px;
    top: 15px;
    line-height: 20px;
    cursor: pointer;
    z-index: 10;
}

.mc_videom_container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mc_videom_content {
    width: 1200px;
}

.mc_videom_content {
    width: 1000px;
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 80px);
    overflow: auto;
}

.mc_videom_video {
    max-width: 100%;
    vertical-align: middle;
    background: #000;
}

.mc_videom_iframebox {
    text-align: center;
}

.mc_videom_iframebox {
    display: none;
}

.mc_videom {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .84);
} */

.he_tanplay {
    width: 56px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.he_tanplay img {
    width: 100%;
}

.he_e1ym .he_nybante {
    top: 171px;
}


.he_f1ym .he_nybanig {
    height: 430px;
}

.he_f1ym .he_nybante {
    top: 50%;
    transform: translateY(-50%);
}

.he_f1p1 {
    width: 100%;
    position: relative;
    padding-top: 125px;
    padding-bottom: 110px;
}

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

.he_f1p1le {
    width: 43%;
    padding-right: 9%;
}

.he_f1p1ri {
    width: 57%;
}

.he_f1p1ri img {
    width: 100%;
    border-radius: 60px;
}

.he_f1p1tj p {
    font-size: 16px;
    line-height: 1.875;
    color: #333333;
    margin-bottom: 29px;
}

.he_f1p1ti {
    margin-bottom: 50px;
}

.he_f1p2 {
    width: 100%;
    position: relative;
    padding-bottom: 130px;
}

.he_f1p2 .he_syp3ti p {
    font-size: 36px;
}

.he_f1p2 .he_syp3tp p {
    color: #333333;
}

.he_f1gted {
    width: 100%;
    position: relative;
    padding-top: 100px;
}

.he_f1p2 .he_swep {
    position: static;
    transform: inherit;
}

.he_f1gtcn {
    width: 830px;
    margin: 0 auto;
}

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

.he_f1p2luti p {
    font-size: 24px;
    line-height: 1.75;
    color: #333;
    font-weight: bold;
}

.he_f1p2lutj p {
    font-size: 16px;
    line-height: 1.875;
    color: #333333;
}

.he_f1p2lutj {
    margin-top: 28px;
}

.he_f1p2li {
    opacity: 0 !important;
}

.he_f1p2li.swiper-slide-active {
    opacity: 1 !important;
}

.he_f1p2ul {
    margin-bottom: 0px;
}

.he_f1p2 .he_syp3bpsig::after {
    display: none;
}

.he_f1p2 .he_syp3bpli::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 60px;
    width: 94%;
    background-image: url(../images/tupianyy.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.36s;
    z-index: -1;
    bottom: -50px;
}

.he_f1p2 .he_syp3bpli {
    overflow: inherit;
}

.he_f1p2 .he_syp3bpli.swiper-slide-active::after {
    opacity: 1;
}

.he_f1zhst {
    width: 896px;
    position: absolute;
    top: 200px;
    right: 0;
    z-index: -1;
}

.he_f1zhst img {
    width: 100%;
}

.he_f1ym .he_mine {
    position: relative;
}





/* .he_cupbx.show1 .he_c1fid{
    overflow-x: auto;
    overflow-y: hide;
} */

.he_c1fid .he_nybanig {
    height: 430px;

}

.he_c1fid .he_nybante {
    top: 50%;
    transform: translateY(-50%);
}

.he_c1fid .he_nybante h1 {
    text-align: left;
}

.he_c1fid .he_nyban {
    position: relative;
}

.he_c1gbcv img {
    transform: all 0.26s;
}

.he_c2bx {
    width: 100%;
    position: relative;
    background: #fff;
    z-index: 1;
}

.he_c2p1 {
    width: 100%;
    position: relative;
    padding-top: 106px;
    z-index: 3;
}

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

.he_c2p1ti {
    margin-top: 0 !important;
}

.he_c2p1ti p {
    color: #333333;
}

.he_c2p1tht p {
    font-size: 16px;
    line-height: 1.875;
    color: #333333;
    margin-bottom: 28px;
}

.he_c2p1tjk {
    padding-left: 99px;
    margin-top: 34px;
}

.he_c2p1mo a {
    display: inline-block;
}

.he_c2p1mle p {
    font-size: 16px;
    line-height: 1.5;
    color: #274a94;
}

.he_c2p1mri {
    width: 14px;
    line-height: 24px;
}

.he_c2p1mri img {
    width: 100%;
}

.he_c2p1mle {
    width: calc(100% - 14px);
    padding-right: 15px;
}

.he_c2p1mo {
    width: 100%;
    padding-top: 18px;
}

.he_c2zhs {
    width: 897px;
    position: absolute;
    top: 180px;
    left: 22px;
    z-index: -1;
}

.he_c2zhs img {
    width: 100%;
}

.he_cupbx.show1 .he_c1fid {
    overflow: hidden;
    overflow-y: auto;
    height: 100vh;
}


.he_cupbx.show2 .he_c1fid {
    overflow: hidden;
    overflow-y: auto;
    height: 100vh;
}

.he_cupbx.show3 .he_c1fid {
    overflow: hidden;
    overflow-y: auto;
    height: 100vh;
}

.he_cupbx.show4 .he_c1fid {
    overflow: hidden;
    overflow-y: auto;
    height: 100vh;
}

.he_cupbx.show5 .he_c1fid {
    overflow: hidden;
    overflow-y: auto;
    height: 100vh;
}

.he_c2p1l {
    width: 100%;
    position: relative;
    height: 100%;
}

.he_c2p1lrli {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.36s;
    border-radius: 25px 0 0 25px;
}

.he_c2p1lrli:first-child {
    display: block;
}

.he_c2p1lrli img {
    width: auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    border-radius: 25px 0 0 25px;
    max-width: inherit;
}

.he_c2p1lri {
    width: 62.7%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.he_c2p1lrul {
    width: 100%;
    height: 100%;
}

.he_c2p1le {
    position: relative;
    width: 100%;
    z-index: 10;
    min-height: 800px;
    padding: 83px 0;
}

.he_c2p2leb {
    width: 545px;
    background: #fff;
    box-shadow: 0 5px 31px 1px rgba(2, 13, 21, 0.06);
    padding: 40px 0px 40px 99px;
    border-radius: 25px;
}

.he_c2p2 {
    width: 100%;
    padding-top: 120px;
}

.he_c2p2lo {
    width: 109px;
}

.he_c2p2lo img {
    width: 100%;
}

.he_c2p2lti p {
    font-size: 30px;
    line-height: 2;
    color: #333333;
    height: 60px;
    overflow: hidden;
}

.he_c2p2lti {
    margin-top: 20px;
    padding-right: 80px;
}

.he_c2p1hs {
    width: 100%;
    position: relative;
    margin-top: 38px;
}

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

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

.he_c2p1hzt {
    width: 100%;
    padding-right: 80px;
}

.he_c2p1hjt {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #284a94;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -25px;
    opacity: 0;
    transition: all 0.36s;
}

.he_c2p1hjt img {
    width: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.he_c2p1hdle {
    width: 46px;
}

.he_c2p1hdri {
    width: calc(100% - 46px);
    padding-left: 36px;
}

.he_c2p1hdti p {
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    color: #333333;
    transition: all 0.36s;
    height: 36px;
    overflow: hidden;
}

.he_c2p1hdjk p {
    font-size: 16px;
    line-height: 2;
    color: #666666;
    height: 32px;
    overflow: hidden;
}

.he_c2p1hli a {
    display: block;
    width: 100%;
}

.he_c2p1hli {
    margin-bottom: 25px;
}

.he_c2p3 {
    width: 100%;
    position: relative;
    padding-top: 110px;
    padding-bottom: 90px;
}

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

.he_c2p3ti {
    margin-bottom: 0 !important;
}

.he_c2p3ti p {
    color: #333333;
}

.he_c2p3df {
    width: 100%;
    padding: 58px 99px 0;
}

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

.he_c2p3dul {
    margin: 0 -10px;
}

.he_c2p3dli {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 30px;
}

.he_c2p3dlb {
    width: 100%;
    position: relative;
    box-shadow: 0 0 24px 0 rgba(28, 65, 110, 0.06);
    padding: 38px 32px;
    border-radius: 20px;
}

.he_c2p3dti p {
    font-size: 24px;
    line-height: 1.75;
    color: #333333;
    height: 42px;
    overflow: hidden;
}

.he_c2p3dtu {
    width: 80px;
    position: relative;
    margin-top: 74px;
}

.he_c2p3dli:nth-child(2n) {
    margin-top: 50px;
}

.he_c2p3de {
    width: 100%;
    padding-top: 36px;
}

.he_c2p3dwli {
    width: 20%;
    padding: 0 17px;
    margin-bottom: 30px;
}

.he_c2p3dwul {
    margin: 0 -17px;
}

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

.he_c2p3dwax {
    width: 100%;
    position: relative;
    padding: 25px 20px 18px;
    box-shadow: 0 0 24px 0 rgba(28, 65, 110, 0.06);
    border-radius: 20px;
}

.he_c2p3dwic {
    width: 60px;
    position: relative;
    margin: 0 auto;
}

.he_c2p3dwte p {
    font-size: 18px;
    line-height: 1.75;
    color: #333333;
    text-align: center;
    height: 31px;
    overflow: hidden;
}

.he_c2p3dwte {
    margin-top: 24px;
}

.he_c2p4 {
    width: 100%;
    position: relative;
    z-index: 2;
    padding-bottom: 120px;
}

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

.he_c2p4ti p {
    font-weight: bold;
    color: #284a94;
}

.he_c2p4ti {
    margin-bottom: 0 !important;
}

.he_c2p4bc {
    width: 100%;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 0 24px 0 rgba(28, 65, 110, 0.06);
    padding: 43px 27px 37px;
    transition: all 0.36s;
    position: relative;
    z-index: 1;
}

.he_c2p4ic {
    width: 74px;
    margin: 0 auto;
    position: relative;
}

.he_c2p4ic img {
    transition: all 0.36s;
}

.he_c2p4ic .he_img1 {
    opacity: 0;
}

.he_c2p4xti p {
    font-size: 18px;
    line-height: 1.35;
    color: #274a94;
    font-weight: bold;
    transition: all 0.36s;
    height: 24px;
    overflow: hidden;
    text-align: center;
}

.he_c2p4xtj p {
    font-size: 18px;
    line-height: 1.35;
    color: #274a94;
    text-align: center;
    height: 72px;
    overflow: hidden;
    transition: all 0.36s;
}

.he_c2p4xti {
    margin-top: 22px;
}

.he_c2p4xtj {
    margin-top: 14px;
}

.he_c2p4xtim p {
    font-size: 90px;
    line-height: 1;
    color: #f5f7fc;
    text-align: center;
    font-weight: bold;
    font-family: 'PoppinsSemiBold';
    transition: all 0.36s;
}

.he_c2p4xtim {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.he_c2p4li {
    width: 25%;
    padding: 20px;
}

.he_c2p4ut {
    margin-top: 30px !important;
}

.he_c2p4ut {
    margin: 0 -20px;
}

.he_c2p4li.slick-current .he_c2p4bc {
    background: #274a94;
}

.he_c2p4li.slick-current .he_c2p4ic .he_img {
    opacity: 0;
}

.he_c2p4li.slick-current .he_c2p4ic .he_img1 {
    opacity: 1;
}

.he_c2p4li.slick-current .he_c2p4xti p {
    color: #8ea1ca;
}

.he_c2p4li.slick-current .he_c2p4xtj p {
    color: #fff;
}

.he_c2p4li.slick-current .he_c2p4xtim p {
    color: #335396;
}

.he_c2p4zs {
    width: 100%;
    /* height: 595px; */
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.he_c2p4zs img {
    width: 100%;
    /* position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%); */
}

.he_c2p4mo .he_c2p1mo {
    padding-top: 37px;
}

.he_c4p1 {
    width: 100%;
    position: relative;
    padding-top: 100px;
}

.he_c4bx {
    width: 100%;
    background: #fff;
    z-index: 10;
    position: relative;
    overflow: hidden;
}

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

.he_c4p1ti p {
    color: #333333;
}

.he_c4bxtj p {
    font-size: 18px;
    line-height: 1.65;
    color: #333333;
}

.he_c4bxtj {
    margin-top: 14px;
}

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

.he_c4p2bx {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding: 80px 0;
    flex-direction: row-reverse;
}


.he_c4p2ble {
    width: 49%
}

.he_c4p2bri {
    width: 51%;
}

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

.he_c4p2bli {
    width: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    display: none;
}

.he_c4p2bli:first-child {
    display: block;
}

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

.he_c4p2btb img {
    border-radius: 20px;
}

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

.he_c4p2bri {
    padding-left: 68px;
}

.he_c4p2bjti p {
    font-size: 24px;
    line-height: 1.5;
    color: #333333;
    font-weight: bold;
    height: 36px;
    overflow: hidden;
}

.he_c4p2bjjd p {
    font-size: 16px;
    line-height: 2;
    color: #333333;
    margin-bottom: 28px;
}

.he_c4p2bjjd {
    margin-top: 22px;
}

.he_c4p2bltu .slick-arrow {
    top: inherit;
    transform: inherit;
    bottom: -25px;
    right: 0;
    left: inherit;
    width: 50px;
    height: 50px;
    background: #284a94;
    border-radius: 50%;
    z-index: 10;
    margin-right: 43px;
}

.he_c4p2bltu .slick-prev {
    margin-right: 115px;
}

.he_c4p2bltu .slick-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 14px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.he_c4p2bltu .slick-prev::after {
    background-image: url(../images/c4arr2.png);
}

.he_c4p2bltu .slick-next::after {
    background-image: url(../images/c2arr2.png);
}

.he_c4p2bx.on .he_c4p2ble {
    float: right;
}

.he_c4p2bx.on {
    flex-direction: row;
}

.he_c4p2bx.on .he_c4p2bri {
    padding-left: 0px;
    padding-right: 68px;
}

.he_c4p3 {
    width: 100%;
    position: relative;
    padding-top: 75px;
    padding-bottom: 120px;
    z-index: 1;
}

.he_c4p3bx {
    width: 100%;
    position: relative;
    z-index: 10;
}

.he_c4p3 .he_c2p4ic {
    width: 96px;
}

/* .he_c4p3 .he_c2p4xtj {
    margin-top: 49px;
} */

.he_c4p3 .he_c2p4bc {
    padding: 50px 15px 37px;
}

.he_c2p4mo2 .he_c2p1mo {
    padding-top: 19px;
}

.he_c4bx .he_c2zhs {
    left: inherit;
    right: -10px;
    top: -240px;
}

.he_c1fid .he_nybanig::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(7, 20, 79, 0.2);
}

.he_c2p1ti {
    padding-right: 275px;
}

.he_c1fid4 .he_c2zhs {
    left: inherit;
    top: -621px;
    right: -400px;
    z-index: 1;
}

.he_c5bx {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #fff;
    z-index: 1;
}

.he_c5bx .he_c2p1ti p {
    line-height: 1.5;
}

.he_c1fid4 .he_c2p1 {
    padding-bottom: 110px;
}

.he_c2p4ut .he_b3p3an {
    padding-left: 20px;
}


.he_cxlswe1 {
    padding-bottom: 70px !important;
}

.he_c2p4ut .he_b3p3an {
    margin-top: 34px;
    margin-bottom: 20px;
}

.he_c2p4ut .he_swefy {
    height: 1px !important;
}

.he_c2p4ic::after {
    content: '';
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 17px;
    height: 1px;
    background: #fff;
    display: none;
}

.he_c1fid3 .he_c2p4ic::after {
    display: block;
}

.he_c1fid5 .he_c2p4ic::after {
    display: block;
}

.he_c1fid5 .he_c2p1ti {
    margin-bottom: 24px;
}

.he_c1fid5 .he_c2p1mo {
    padding-top: 10px;
}

.he_c1fid5 .he_c2zhs {
    left: inherit;
    right: -400px;
    top: 180px;
    z-index: 1;
}

.he_c6bx {
    width: 100%;
    background: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.he_c6p2 {
    width: 100%;
    position: relative;
    z-index: 3;
    margin-top: 62px;
}

.he_c6p2bx {
    width: 100%;
    position: relative;
    /* height: 553px; */
}

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

.he_c6p2li {
    width: 100%;
    position: relative;
    height: 100%;
    border-radius: 25px;
    overflow: hidden;
}

.he_c6p2li img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: inherit;
}

.he_c6p2li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(39, 74, 148, 0.48);
}

.he_c6p2ul {
    width: 100%;
    height: 100%;
}

.he_c6p2teul {
    width: 100%;
    position: relative;
    height: 100%;
}

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

.he_c6p2te {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.he_c6p2teli {
    width: 33.333333%;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.he_c6p2teyu {
    width: 100%;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    padding: 20px;
    transition: all 0.36s;
}

.he_c6p2tic {
    width: 48px;
    margin: 0 auto;
    opacity: 0;
    transition: all 0.36s;
}

.he_c6p2tic img {
    width: 100%;
}

.he_c6p2tet p {
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    text-align: center;
    height: 36px;
    overflow: hidden;
}

.he_c6p2teyt p {
    font-size: 18px;
    line-height: 2;
    color: #fff;
    text-align: center;
}

.he_c6p2teyt {
    height: 144px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.36s;
}

.he_c6p2tet {
    position: relative;
}

.he_c6p2tet::after {
    content: '';
    position: absolute;
    top: -13px;
    left: 50%;
    transition: all 0.36s;
    transform: translateX(-50%);
    width: 14px;
    height: 2px;
    background: #fff;
    opacity: 0;
}

.he_c6p2li img {
    transition: all 0.36s;
}

.he_c6p3 {
    width: 100%;
    position: relative;
    padding-top: 138px;
    padding-bottom: 110px;
}

.he_c6p3bx {
    width: 100%;
    position: relative;
    padding-left: 113px;
    padding-right: 168px;
    display: flex;
    align-items: center;
}

.he_c6p3bri {
    width: 538px;
    position: relative;
    z-index: 10;
}

.he_c6p3bri img {
    width: 100%;
}

.he_c6p3ble {
    width: calc(100% - 538px);
}

.he_c6p3bti p {
    color: #333333;
    font-weight: bold;
}

.he_c6p3bti {
    margin-top: 0 !important;
}


.he_c6p3btu p {
    font-size: 60px;
    line-height: 1.5;
    color: #24448d;
    font-family: 'PoppinsSemiBold';
}

.he_c6p3btj p {
    font-size: 24px;
    line-height: 1.75;
    color: #666666;
}

.he_c6p3btu {
    margin-top: 20px;
}

.he_c6p3zs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 79%;
    pointer-events: none;
}

.he_c6p3zs img {
    width: 100%;
}

.he_c6p3 .he_content {
    position: relative;
}

.he_c1fid5 .he_c2p4ic {
    width: 96px;
}

/* .he_c1fid5 .he_c2p4xtj {
    margin-top: 55px;
} */

.he_c1fid2 .he_c2p4mo .he_c2p1mo {
    padding-top: 20px;
}

.he_c3bx {
    width: 100%;
    position: relative;
    background: #fff;
    z-index: 2;
    /* padding-bottom: 50vh; */
}

.he_c3p1 {
    width: 100%;
    /* overflow-x: auto; */
}

.he_c3bxad {
    /* width: 7502px; */
    /* display: flex; */
    padding-left: 362px;
    padding-top: 60px;
    padding-bottom: 69px;
    /* height: 100vh; */
    /* display: none; */
}

.he_c3bxle {
    width: 614px;
    position: relative;
}

.he_c3bxlti p {
    font-size: 36px;
    line-height: 1.65;
    color: #323333;
}

.he_c3bxljk {
    width: 100%;
    position: relative;
    margin-top: 32px;
}

.he_c3bxljk p {
    font-size: 16px;
    line-height: 1.875;
    color: #323333;
    margin-bottom: 60px;
}

.he_c3bxljk p:last-child {
    margin-bottom: 0;
}

.he_c3bxljk {
    max-height: 180px;
    overflow: hidden;
}

.he_c3bxmo {
    margin-top: 150px;
}

.he_c2zhs1 {
    width: 259px;
    position: absolute;
    bottom: 30px;
    right: -210px;
}

.he_c2zhs1 img {
    width: 100%;
}

.he_c2bxri {
    margin-left: 290px;
    width: 824px;
    margin-top: 170px;
}

.he_c2bxri img {
    width: 100%;
    border-radius: 25px;
}

.mc_d1s1_scroll_main {
    position: static;
    left: 0;
    top: 0;
    /* transition: left .3s ease; */
}

.mc_d1s1_scrollbox {
    position: relative;
    padding-bottom: 100vh;
}

.mc_d1s1_scroll_main {
    transition: left .06s linear;
}

/* .mc_d1s1_scroll_main {
    white-space: nowrap;
} */

.mc_d1s1_scroll_main {
    /* padding: 60px 0; */
    padding-left: calc(50vw - 600px);
    padding-right: calc(50vw - 760px);
}

.mc_d1s1_scroll_main.mc_fixed {
    position: absolute;
    /* padding-top: 100px; */
}

.mc_d1s1_scroll_main.mc_bot {
    position: absolute;
    top: auto;
    bottom: 0px;
    /* bottom: 3.2%; */
}

.he_c2bxrc1 {
    width: 1036px;
    position: relative;
    margin-left: 128px;
    padding-right: 374px;
    z-index: 2;
}

.he_c2bxrcti p {
    font-size: 24px;
    line-height: 1.5;
    color: #323333;
    font-weight: bold;
}

.he_c3bxku {
    width: 100%;
    position: relative;
    height: 100px;
}

.he_c3bxc1zs {
    width: 921px;
    position: absolute;
    bottom: -162px;
    right: -156px;
}


.he_c3bxc1zs img {
    width: 100%;
}

.he_c3bxc1ze {
    width: 592px;
    position: absolute;
    bottom: -270px;
    left: -129px;
    /* height: 1px;
    background: #666ea5; */
}

.he_c3bxc1ze img {
    width: 100%;
}

/* .he_c3bxc1ze img {
    width: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    left: 0;
    padding: 3px;
    animation: huayde 4s infinite;
    display: block;
}


@keyframes huayde {
    0%{
        left:0px;
    }
    100%{
        left:calc(100% - 30px);
    }
} */


.he_c2bxrc2 {
    width: 805px;
    position: relative;
    transform: translateY(-178px);
}

.he_c2bxrc2 img {
    width: 100%;
    border-radius: 0 0 25px 25px;
}

.he_c3bxc1zs::after {
    content: '';
    position: absolute;
    bottom: -364px;
    right: 209px;
    width: 365px;
    height: 420px;
    background: #f9f9f9;
    z-index: -1;
}

.he_c2bxrc3 {
    width: 1085px;
    margin-left: 133px;
    position: relative;
    z-index: 2;
    transform: translateY(-40px);
}

.he_c2bxtu {
    width: 634px;
    position: relative;
    padding-bottom: 100px;
}

.he_c2bxtu img {
    width: 100%;
}

.he_c2bxtuzsr {
    width: 592px;
    position: absolute;
    bottom: 0;
    left: -230px;
}

.he_c2bxtu::after {
    content: '';
    position: absolute;
    top: -88px;
    right: -64px;
    width: 368px;
    height: 385px;
    background: #f9f9f9;
    z-index: -1;
}

.he_c2bxc3x {
    margin-top: 120px;
    width: 666px;
}

.he_c2bxrc4 {
    width: 994px;
    margin-left: 450px;
    position: relative;
    z-index: 2;
}

.he_c2bxrc4b {
    width: 900px;
    margin-left: 94px;
    margin-top: 220px;
}

.he_c2bxrc4b img {
    width: 100%;
    border-radius: 25px 25px 0 0;
}

.he_c2bxrc4t {
    width: 100%;
    padding-right: 270px;
    position: relative;
}

.he_c2bxrc4s {
    width: 592px;
    position: absolute;
    bottom: -85px;
    right: -97px;
}

.he_c2bxrc4s img {
    width: 100%;
}

.he_c2bxrc5 {
    width: 854px;
}

.he_c2bxrc5t {
    width: 558px;
    transform: translateY(-128px);
}


.he_c2bxrc5t img {
    width: 100%;
    border-radius: 0 0 25px 25px;
}

.he_c2bx4rt {
    margin-top: 50px;
    width: 643px;
    margin-left: 110px;
    position: relative;
}

.he_c2bx4rt img {
    width: 100%;
}

.he_c2bx4rt::after {
    content: '';
    position: absolute;
    bottom: -114px;
    right: -70px;
    width: 545px;
    height: 350px;
    background: #f9f9f9;
    z-index: -1;
}

.he_zqxl {
    width: 100vw;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: -200vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999999;
    pointer-events: none;
    transition: all 0.6s;
    cursor: auto;
}

.he_zqxl.on {
    top: 0;
    pointer-events: auto;
}

.he_zqxlbx {
    width: 1200px;
    margin-left: 210px;
    position: relative;
    height: 100%;
}

.he_zqxlti {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    min-height: 710px;
}

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

.he_zqxltile {
    width: 52px;
    line-height: 72px;
}

.he_zqxltile img {
    width: 100%;
}

.he_zqxltiri {
    width: calc(100% - 52px);
    padding-left: 33px;
}

.he_zqxltil {
    width: 100%;
    padding: 0 26px 24px;
    border-bottom: 1px solid #dde3ec;
}

.he_zqxltiri p {
    font-size: 48px;
    line-height: 1.5;
    color: #333333;
    font-weight: bold;
}

.he_zqxlli {
    width: 25%;
    padding: 30px;
    margin-top: 12px;
}

.he_zqxllbt p {
    font-size: 20px;
    line-height: 1.5;
    color: #c3c4c5;
}

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

.he_zqxlbola a {
    font-size: 20px;
    line-height: 1.8;
    color: #666666;
    transition: all 0.36s;
}

.he_zqxlboli {
    margin-top: 15px;
}

.he_zqxlli3 .he_zqxlbv:first-child {
    margin-bottom: 66px;
}

.he_zqxlli2 .he_zqxlbv:first-child {
    margin-bottom: 103px;
}

.he_zqxlgb {
    width: 68px;
    height: 68px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 24px 0 rgba(214, 211, 211, 0.35);
    position: absolute;
    top: 90px;
    right: 110px;
    cursor: pointer;
}

.he_zqxlgb img {
    width: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.36s;
    z-index: 2;
}

.he_zqxlgb::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: #284a94;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.26s;
    border-radius: 50%;
}

.he_e1ymx .he_nybanig {
    height: 418px;
}

.he_e3ym .mc_modal_close {
    position: absolute;
    right: -49px;
    top: -0px;
}

.he_cupbx.show2 .he_c1fid2 {
    top: 0;
    opacity: 1;
    pointer-events: auto;
}


.he_cupbx.fp-viewing-1 .he_pc_hd .he_diquiri p {
    color: #333;
}

.he_cupbx.fp-viewing-1 .he_pc_hd .he_pcbxle .he_img1 {
    opacity: 1;
}

.he_cupbx.fp-viewing-1 .he_pc_hd .he_pcbxle .he_img {
    opacity: 0;
}

.he_cupbx.fp-viewing-1 .he_pc_hd {
    background: #fff;
    border-bottom: 1px solid #f7f7f7;
}


.he_cupbx.fp-viewing-1 .he_pc_hd .he_pcbxlori::after {
    background: #dcdcdc;
}

.he_cupbx.fp-viewing-1 .he_pc_hd .he_pcnli .he_pcnava {
    color: #333333;
}

.he_cupbx.fp-viewing-1 .he_pc_hd .he_pcser .icon-search {
    color: #333;
}

.he_cupbx.fp-viewing-1 .he_pc_hd .he_jianfa::before {
    background: #dcdcdc;
}

.he_cupbx.fp-viewing-1 .he_pc_hd .he_jianfa::after {
    background: #dcdcdc;
}

.he_cupbx.fp-viewing-1 .he_pc_hd .he_jianfle p {
    color: #333;
}

.he_cupbx.fp-viewing-1 .he_pc_hd .he_dixl .he_img {
    opacity: 1;
}

.he_c1fid1.act .he_b3p3an {
    display: none !important;
}

.he_c1fid1.act .he_swefy {
    display: none !important;
}

.he_c1fid2.act .he_b3p3an {
    display: none !important;
}

.he_c1fid2.act .he_swefy {
    display: none !important;
}

.he_c1fid3.act .he_b3p3an {
    display: none !important;
}

.he_c1fid3.act .he_swefy {
    display: none !important;
}

.he_c1fid4.act .he_b3p3an {
    display: none !important;
}

.he_c1fid4.act .he_swefy {
    display: none !important;
}

.he_c1fid5.act .he_b3p3an {
    display: none !important;
}

.he_c1fid5.act .he_swefy {
    display: none !important;
}

.he_d1p1rli .he_d1p1bli {
    display: none;
}

.he_e1p1dlph {
    display: none;
}

.he_nybdark,
.he_nybday {
    height: 100%;
}

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

.he_gufble {
    width: 34px;
}

.he_gufble img {
    width: 100%;
}

.he_gufbri {
    width: calc(100% - 34px);
    padding-left: 15px;
}

.he_gufbri p {
    font-size: 16px;
    line-height: 1.75;
    color: #fff;
}

.he_gufri {
    width: 107px;
}

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

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


.mc_jyzs5_slick {
    width: 895px;
    margin: 0 auto;
    max-width: 100%;
}

.mc_jyzs5_lisbox {
    position: relative;
    transition: all .5s;
}

.mc_jyzs5li_textbox {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 0 50px 30px;
    transition: all .5s;
    opacity: 0;
}

.mc_jyzs5li_tag {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 32px;
    padding: 0 15px;
    color: #fff;
    background: #fa4645;
    border-radius: 2px;
}

.mc_jyzs5li_title {
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    height: 1.5em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
}

.mc_jyzs5li_imgbox {
    position: relative;
    z-index: 1;
}


.mc_jyzs5li_imgbox {
    border-radius: 25px;
    overflow: hidden;
}

.mc_jyzs5li_imgbox img {
    /* opacity: .5; */
    transition: all .5s;
    border-radius: 25px;
}


@media screen and (min-width:768px) {

    .mc_jyzs5_slick .slick-list {
        overflow: visible;
    }

    .slick-initialized .mc_jyzs5_li {
        transform: scale(0.8);
    }

    .mc_jyzs5_li:not(:first-child) {
        display: none;
    }

    .mc_jyzs5_li {
        transition: all .5s ease !important;
    }

    .mc_jyzs5_li.slick-active .mc_jyzs5li_imgbox {
        background: #fff;
    }

    .mc_jyzs5_li.slick-active .mc_jyzs5li_imgbox::before {
        opacity: 1;
    }

    .mc_jyzs5_li.slick-active .mc_jyzs5li_imgbox img {
        opacity: 1;
    }

    .mc_jyzs5_li.slick-active .mc_jyzs5li_textbox {
        opacity: 1;
    }

    .mc_jyzs5_li.slick-active {
        transform: scale(1);
    }

    .mc_jyzs5_li.mcslick-prev {
        opacity: 1 !important;
        transform: translateX(-27%) scale(0.8);
    }

    .mc_jyzs5_li.mcslick-next {
        opacity: 1 !important;
        transform: translateX(27%) scale(0.8);
    }

    .mc_jyzs5_li.slick-active .mc_jyzs5_progress {
        opacity: 1;
    }
}

.mc_jyzs5_progress {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 4px;
    background: #d7d7d7;
    z-index: 10;
    opacity: 0;
}

.mc_jyzs5_progress span {
    display: block;
    width: 0;
    height: 100%;
    background: #fa4645;
}

.mc_jyzs1_slickbox {
    position: relative;
    z-index: 1;
}

.animated-lines.dotted .timeline-bg>path {
    stroke-dasharray: 2;
    stroke-dashoffset: 15;
}

.animated-lines.black circle,
.animated-lines.black path {
    stroke: #000;
}

.animated-lines.black circle {
    fill: #fff;
}

.animated-lines.black circle.show {
    stroke-width: 10;
    stroke: rgba(0, 0, 0, .2);
    fill: #000;
}

.animated-lines rect {
    fill: transparent;
    stroke-width: 0;
    pointer-events: none;
}

.animated-lines svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.animated-lines {
    z-index: 10;
    position: relative;
    height: 100px;
    width: 100%;
}

.timeline-top-page {
    width: 100%;
    height: 100%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    z-index: 2;
    pointer-events: none;
}

.animated-lines circle,
.animated-lines path {
    stroke: #fff;
    stroke-width: 2px;
    fill: none;
    pointer-events: none;
}

.animated-lines.black circle,
.animated-lines.black path {
    stroke: #000;
}

.animated-lines.black mask path {
    stroke: #fff;
}

.mc_jyzs1_line {
    position: absolute;
    top: 65px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 4px;
    transform: translateY(-50%) translateY(-2px);
}

.mc_jyzs1_line svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.mc_jyzs1_line line {
    stroke-dasharray: 3;
}

.mc1_ban_titbox {
    padding-top: 1px !important;
}

.mc1_banart_li:last-child {
    margin-bottom: 0 !important;
}

.mc_jyzs5_slick {
    width: 470px;
}

.mc_jyzs5_li.mcslick-prev {
    opacity: 1 !important;
    transform: translateX(-78%) scale(1);
}

.mc_jyzs5_li.mcslick-next {
    opacity: 1 !important;
    transform: translateX(87%) scale(1);
}

.mc_jyzs5_li.slick-active {
    transform: scale(1);
    transform: translatey(105px);
}

.mc_jyzs5_progress {
    display: none !important;
}

.he_c2p2ti p {
    font-size: 18px;
    line-height: 1.65;
    color: #333333;
    font-weight: bold;
    height: 29px;
    overflow: hidden;
}

.he_c2p2tj p {
    font-size: 16px;
    line-height: 1.875;
    color: #333333;
    height: 90px;
    overflow: hidden;
}

.he_c5p2 {
    padding-bottom: 64px;
    padding-top: 0px;
}

.he_c2p2te {
    margin-top: 22px;
    opacity: 0;
    transition: all 0.36s;
}

.he_c1fid2 {
    display: block !important;
}

.mc_jyzs5_li.slick-active .he_c2p2te {
    opacity: 1;
}

.he_c2p2tj {
    margin-top: 20px;
}

.he_e3p2ul {
    overflow: hidden;
}

.he_c5p2zl {
    width: 470px;
    margin: 0 auto;
    padding-top: 153px;
}

.mc_b3_prev,
.mc_b3_next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #284a94;
    position: relative;
    cursor: pointer;
}

.mc_b3_prev img,
.mc_b3_next img {
    width: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mc_b3_prev {
    margin-right: 23px;
}

.he_c1fid4 .he_c2p1 {
    padding-bottom: 55px;
}


.he_c1bx {
    pointer-events: none;
}

.section1.active .he_c1bx {
    pointer-events: auto;
}

.he_g1p3ulph {
    display: none;
}


.he_c4p1ti {
    overflow: hidden;
}

.he_c2p2 {
    z-index: 10;
    position: relative;
}


.he_c2p1ti {
    overflow: hidden;
}


.he_c2p1bx {
    overflow: hidden;
}


.he_c2p4 {
    background: #fff;
}

.he_g1p1 {
    overflow: hidden;
}

.he_h1zs1 {
    position: relative;
}



.he_h1zsp1::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #6d9cd4;
}

.he_h1zsp1::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 84px;
    height: 84px;
    border-radius: 50%;
    border: 2px solid #6d9cd4;
}

.he_h1zsp2::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 124px;
    height: 124px;
    border-radius: 50%;
    border: 2px solid #6d9cd4;
}

.he_h1zsp2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #6d9cd4;
}

.he_h1zsp2::before,
.he_h1zsp2::after,
.he_h1zsp1::after,
.he_h1zsp1::before {
    -webkit-transition: all 1s cubic-bezier(.23, 1, .32, 1);
    -o-transition: all 1s cubic-bezier(.23, 1, .32, 1);
    transition: all 1s cubic-bezier(.23, 1, .32, 1);
    -webkit-transform: translate(-50%, -50%) scale(.9);
    -ms-transform: translate(-50%, -50%) scale(.9);
    transform: translate(-50%, -50%) scale(.9);
    animation: fadefd 3s infinite ease-out;
}


.he_h1p2bx .he_h1zs1 {
    position: absolute;
}

@keyframes fadefd {

    30% {
        -webkit-transform: translate(-50%, -50%) scale(.9);
        -ms-transform: translate(-50%, -50%) scale(.9);
        transform: translate(-50%, -50%) scale(.9);
    }

    60% {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(.9);
        -ms-transform: translate(-50%, -50%) scale(.9);
        transform: translate(-50%, -50%) scale(.9);
    }
}

.he_yiti {
    position: absolute;
    width: 150px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.1);
    padding: 25px 7px;
    border-radius: 10px;
    display: none;
}

.he_yitiyte {
    width: 32px;
    margin: 0 auto;
}

.he_yitiyte img {
    width: 100%;
}

.he_yitiwz {
    text-align: center;
    margin-top: 10px;
}

.he_yitiwz p {
    font-size: 16px;
    line-height: 1.75;
    color: #333;
}

.he_c1fid .he_nybanig {
    max-width: 1920px;
    margin: 0 auto;
}

.he_tancbi {
    width: 100%;
    position: absolute;
}

@media screen and (min-width:1200px) {
    .he_c1gbcvk:hover .he_show {
        opacity: 0;
    }

    .he_c1gbcvk:hover .he_show {
        opacity: 0;
    }

    .he_c1gbcvk:hover .he_hide {
        opacity: 1;
    }

    .he_c1gbcvk:hover::after {
        transform: translate(-50%, -50%) scale(1.04);
    }

    .mc_zqxl_thrinav .he_zqxlbola a:hover {
        color: #284a94;
    }

    .mc_zqxl_thrinav .he_zqxlbola a:hover::after {
        background: #284a94;
    }

    .he_zqxlgb:hover::after {
        transform: translate(-50%, -50%) scale(1);
    }

    .he_zqxlgb:hover .he_show {
        opacity: 0;
    }

    .he_zqxlgb:hover .he_hide {
        opacity: 1;
    }

    .he_c2p1hli:hover .he_c2p1hjt {
        opacity: 1;
    }

    .he_zqxlbola a:hover {
        color: #284a94;
    }

    .he_c2p1hli:hover .he_c2p1hdti p {
        color: #284a94;
    }

    .he_c1gbcv:hover {
        background: transparent;
    }

    .he_c1gbcv:hover::after {
        transform: translate(-50%, -50%) scale(1.04);
    }

    .he_c1gbcv:hover .he_show {
        opacity: 0;
    }

    .he_c1gbcv:hover .he_hide {
        opacity: 1;
    }

    .he_e3p2bx:hover .he_e3p2btp1 p {
        color: #4f66a2;
    }

    .pc_fenye li:hover {
        color: #4f66a2;
        /* background-color: #333333; */
    }

    .he_pcnava:hover {
        color: #284a94 !important;
    }

    .he_pcnava:hover::after {
        width: 100%;
        opacity: 1;
    }

    .he_laxta a:hover {
        color: #284a94;
    }

    .he_syp3laj:hover::after {
        top: 0;
    }

    .he_banlnli a:hover .he_banvdte {
        background: rgba(40, 74, 148, 0.5);
    }

    .he_banlnli a:hover .he_banxlo {
        opacity: 1;
    }

    .he_banlnli a:hover .he_banvdnx img {
        opacity: 1;
    }

    .he_bodeli a:hover {
        color: rgba(255, 255, 255, 0.6);
    }

    .he_b1p1li a:hover .he_b1p1lsl p {
        color: #284a94;
    }

    .he_b1p1le a:hover .he_b1p1leig img {
        transform: scale(1.04);
    }

    .he_b1p2txa p:hover {
        color: #284a94;
    }

    .he_b1p3li:hover .he_b1p3bu::after {
        opacity: 1;
    }

    .he_b1p3li:hover {
        border-right-color: transparent;
    }

    /* .he_fojalp p:hover {
        color: #ffffff;
    } */

    .he_fobttli a:hover {
        color: rgba(255, 255, 255, 0.68);
    }

    .he_b1p1qh a:hover .he_b1p1kf p {
        color: #274a94;
    }

    .he_jianfvcli a:hover {
        color: #274a94;
    }

    .he_diquiri p:hover {
        color: #274a94;
    }

    .he_syp1blev:hover .he_syp1bleig img {
        transform: scale(1.04);
    }

    .he_syp1blev:hover .he_syp1bti p {
        color: #274a94;
    }

    .he_syp1ckm:hover .g_fadein1 {
        color: #6d9cd4;
    }

    .he_syp1ckm:hover .g_fadein2 {
        color: #628eca;
    }

    .he_syp1ckm:hover .g_fadein3 {
        color: #5883c1;
    }

    .he_syp1ckm:hover .g_fadein4 {
        color: #4d77b7;
    }

    .he_syp1ckm:hover .g_fadein5 {
        color: #3a60a5;
    }

    .he_syp1ckm:hover .g_fadein6 {
        color: #284a94;
    }

    .he_syp1ckm:hover .g_fadein7 {
        color: #0f345b;
    }

    .he_syp1blev:hover .he_syp1bmo .g_fadein3 {
        color: #4d77b7;
    }

    .he_syp1blev:hover .he_syp1bmo .g_fadein4 {
        color: #0f345b;
    }

    .he_syp2hmo:hover .he_dxsp1 {
        color: #6d9cd4;
    }

    .he_syp2hmo:hover .he_dxsp2 {
        color: #628eca;
    }

    .he_syp2hmo:hover .he_dxsp3 {
        color: #5883c1;
    }

    .he_syp2hmo:hover .he_dxsp4 {
        color: #4d77b7;
    }

    .he_syp2hmo:hover .he_dxsp5 {
        color: #3a60a5;
    }

    .he_syp2hmo:hover .he_dxsp6 {
        color: #284a94;
    }

    .he_syp2hmo:hover .he_dxsp7 {
        color: #0f345b;
    }

    .he_banli.slick-current .he_teerl {
        -webkit-animation: fadeInUp 1s ease both;
        animation: fadeInUp 1s ease both;
        animation-delay: 0.4s;
    }

    .he_b1p3li.act:hover .he_b1xztu {
        top: -100%;
    }

    .he_b1p3li.act:hover .he_b1p1lst {
        padding-top: 0px;
    }

    .he_b1p3li.act:hover .he_b1p3bu .he_b1p1lep1 {
        margin-top: 31px;
    }

    .he_b1p3li.act:hover .he_b1p3jp {
        height: 48px;
        margin-top: 50px;
    }

    .he_b1p3li.act:hover .he_b1p3mo {
        margin-top: 70px;
    }

    .he_c1bxnli:hover .he_c1bxntu::after {
        opacity: 1;
    }

    .he_c1bxnli:hover .he_c1bxntu::before {
        opacity: 0;
    }

    .he_c1bxnli:hover .he_c1bxnh4 {
        opacity: 0;
    }

    .he_e1p1hnx a:hover .he_e1p1hyr::after {
        width: 100%;
        opacity: 1;
    }

    .he_e1p1ls:hover .he_e1p1te p {
        color: #284a94;
    }

    .he_g1p3jh:hover::after {
        width: 100%;
        opacity: 1;
    }

    .he_h1p1fdri a:hover p {
        color: #284a94;
    }

    .he_d1p1rjd a:hover {
        color: #284a94;
    }

    .he_e1p1hnx a:hover .he_e1p1hyr img {
        right: 0;
    }

    .he_e3p1li:hover a::after {
        width: 100%;
        opacity: 1;
    }

    .he_e3p1li:hover a {
        color: #284a94;
    }

    .he_c2p4li:hover .he_c2p4bc {
        background: #274a94;
    }

    .he_c2p4li:hover .he_c2p4ic .he_img {
        opacity: 0;
    }

    .he_c2p4li:hover .he_c2p4ic .he_img1 {
        opacity: 1;
    }

    .he_c2p4li:hover .he_c2p4xti p {
        color: #8ea1ca;
    }

    .he_c2p4li:hover .he_c2p4xtj p {
        color: #fff;
    }

    .he_c2p4li:hover .he_c2p4xtim p {
        color: #335396;
    }

    .he_c6p2teli:hover .he_c6p2tic {
        opacity: 1;
        transform: translateY(-30px);
    }

    .he_c6p2teli:hover .he_c6p2teyt {
        opacity: 1;
        transform: translateY(15px);
    }

    .he_c6p2teli:hover .he_c6p2tet::after {
        opacity: 1;
    }

    .he_c6p2teli:hover .he_c6p2teyu {
        top: 50%;
    }

    .he_b3p4uhd:hover .he_b3p4li {
        background: #274a94;
    }

    .he_b3p4uhd:hover .he_b3p4ic .he_img {
        opacity: 0;
    }

    .he_b3p4uhd:hover .he_b3p4ic .he_img1 {
        opacity: 1;
    }

    .he_b3p4uhd:hover .he_b3p4te p {
        color: #fff;
    }

    .he_c2p4li:hover .he_c2p4ic .he_img2 {
        opacity: 0;
    }

    .he_b3p4uhd:hover .he_b3p4ic .he_img2 {
        opacity: 0;
    }

    .pc_fenye li a:hover {
        color: #4f66a2;
    }

    .he_b3p4 .he_b3p4li:hover .he_b3p4te::after {
        opacity: 1;
    }

    .he_b3p4uhd:hover .he_c2p4xtim p {
        color: #335396;
    }

    .he_c1fid1 .he_c2p1ti p {
        transform: translateY(60px);
        opacity: 0;
    }


    .he_c1fid1 .he_c2p1tht p {
        transform: translateY(60px);
        opacity: 0;
    }

    .he_c2zhs img {
        transform: translateY(60px);
        opacity: 0;
    }

    .he_c2p2lo {
        transform: translateY(60px);
        opacity: 0;
    }

    .he_c2p2lti p {
        transform: translateY(60px);
        opacity: 0;
    }

    .he_c2p1hli {
        transform: translateY(60px);
        opacity: 0;
    }


    .he_c4p2bx {
        transform: translateY(60px);
        opacity: 0;
    }

    .he_c2p3ti p {
        transform: translateY(60px);
        opacity: 0;
    }

    .he_c2p3dli {
        transform: translateY(60px);
        opacity: 0;
    }

    .he_c2p3dwli {
        transform: translateY(60px);
        opacity: 0;
    }

    .he_c2p4ti p {
        transform: translateY(60px);
        opacity: 0;
    }

    .he_c2p4li {
        transform: translateY(60px);
        opacity: 0;
    }

    .he_c2p4 .he_c2p4mo {
        transform: translateY(60px);
        opacity: 0;
    }

    .he_c4p1ti p {
        transform: translateY(60px);
        opacity: 0;
    }

    .he_c4bxtj p {
        transform: translateY(60px);
        opacity: 0;
    }

    .he_c2p4mo {
        opacity: 0;
        transform: translateY(60px);
    }


    .he_c2p1bx .he_c2p1mo {
        opacity: 0;
        transform: translateY(60px);
    }

    .he_c2p1ti p {
        opacity: 0;
        transform: translateY(60px);
    }

    .he_c2p1bx .he_c2p1mo {
        opacity: 0;
        transform: translateY(60px);
    }

    .he_c1fid5 .he_c2p1tht p {
        opacity: 0;
        transform: translateY(60px);
    }

    @keyframes fadeIniup {
        0% {
            opacity: 0;
            transform: translateY(60px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }


    .he_cupbx.go1 .he_fadein1 {
        -webkit-animation: fadeIn 1s ease both;
        animation: fadeIn 1s ease both;
        animation-delay: 0.1s;
    }


    .he_cupbx.go1 .he_fadeup1 {
        -webkit-animation: fadeIniup 1s ease both;
        animation: fadeIniup 1s ease both;
        -ms-animation: fadeInUp 1s ease both;
        animation-delay: 0.3s;
    }

    .he_cupbx.go1 .he_fadeup2 {
        -webkit-animation: fadeIniup 1s ease both;
        animation: fadeIniup 1s ease both;
        -ms-animation: fadeInUp 1s ease both;
        animation-delay: 0.4s;
    }

    .he_cupbx.go1 .he_fadeup3 {
        -webkit-animation: fadeIniup 1s ease both;
        animation: fadeIniup 1s ease both;
        -ms-animation: fadeInUp 1s ease both;
        animation-delay: 0.5s;
    }

    .he_cupbx.go1 .he_fadeup4 {
        -webkit-animation: fadeIniup 1s ease both;
        animation: fadeIniup 1s ease both;
        -ms-animation: fadeInUp 1s ease both;
        animation-delay: 0.6s;
    }

    .he_cupbx.go1 .he_fadeup5 {
        -webkit-animation: fadeIniup 1s ease both;
        animation: fadeIniup 1s ease both;
        -ms-animation: fadeInUp 1s ease both;
        animation-delay: 0.7s;
    }

    .he_cupbx.go1 .he_fadeup6 {
        -webkit-animation: fadeIniup 1s ease both;
        animation: fadeIniup 1s ease both;
        -ms-animation: fadeInUp 1s ease both;
        animation-delay: 0.8s;
    }

    .he_cupbx.go1 .he_fadeup7 {
        -webkit-animation: fadeIniup 1s ease both;
        animation: fadeIniup 1s ease both;
        -ms-animation: fadeInUp 1s ease both;
        animation-delay: 0.9s;
    }


    .he_cupbx.go1 .he_c2p1.on .he_c2p1ti p {
        -webkit-animation: fadeIniup 1s ease both;
        animation: fadeIniup 1s ease both;
        -ms-animation: fadeInUp 1s ease both;
        animation-delay: 0.1s;
    }

    .he_cupbx.go1 .he_c2p1.on .he_c2p1tht p {
        -webkit-animation: fadeIniup 1s ease both;
        animation: fadeIniup 1s ease both;
        -ms-animation: fadeInUp 1s ease both;
        animation-delay: 0.1s;
    }

    .he_cupbx.go1 .he_c2p1.on .he_c2zhs img {
        -webkit-animation: fadeIniup 1s ease both;
        animation: fadeIniup 1s ease both;
        -ms-animation: fadeInUp 1s ease both;
        animation-delay: 0.3s;
    }

    .he_cupbx.go1 .he_c2p2.on .he_c2p2lo {
        -webkit-animation: fadeIniup 1s ease both;
        animation: fadeIniup 1s ease both;
        -ms-animation: fadeInUp 1s ease both;
        animation-delay: 0.3s;
    }


    .he_cupbx.go1 .he_c2p2.on .he_c2p2lti p {
        -webkit-animation: fadeIniup 1s ease both;
        animation: fadeIniup 1s ease both;
        -ms-animation: fadeInUp 1s ease both;
        animation-delay: 0.3s;
    }

    .he_cupbx.go1 .he_c2p3.on .he_c2p3ti p {
        -webkit-animation: fadeIniup 1s ease both;
        animation: fadeIniup 1s ease both;
        -ms-animation: fadeInUp 1s ease both;
        animation-delay: 0.3s;
    }

    .he_cupbx.go1 .he_c2p2.on .he_c2p1hli {
        -webkit-animation: fadeIniup 1s ease both;
        animation: fadeIniup 1s ease both;
        -ms-animation: fadeInUp 1s ease both;
        animation-delay: 0.3s;
    }

    .he_cupbx.go1 .he_c2p3.on .he_c2p3ti p {
        -webkit-animation: fadeIniup 1s ease both;
        animation: fadeIniup 1s ease both;
        -ms-animation: fadeInUp 1s ease both;
        animation-delay: 0.3s;
    }

    .he_cupbx.go1 .he_c2p3.on .he_c2p3dli {
        -webkit-animation: fadeIniup 1s ease both;
        animation: fadeIniup 1s ease both;
        -ms-animation: fadeInUp 1s ease both;
        animation-delay: 0.3s;
    }

    .he_cupbx.go1 .he_c2p3.on .he_c2p3dwli {
        -webkit-animation: fadeIniup 1s ease both;
        animation: fadeIniup 1s ease both;
        -ms-animation: fadeInUp 1s ease both;
        animation-delay: 0.3s;
    }

    .he_cupbx.go1 .he_c2p4.on .he_c2p4ti p {
        -webkit-animation: fadeIniup 1s ease both;
        animation: fadeIniup 1s ease both;
        -ms-animation: fadeInUp 1s ease both;
        animation-delay: 0.3s;
    }

    .he_cupbx.go1 .he_c2p4.on .he_c2p4li {
        -webkit-animation: fadeIniup 1s ease both;
        animation: fadeIniup 1s ease both;
        -ms-animation: fadeInUp 1s ease both;
        animation-delay: 0.3s;
    }

    .he_cupbx.go1 .he_c2p4.on .he_c2p4mo {
        -webkit-animation: fadeIniup 1s ease both;
        animation: fadeIniup 1s ease both;
        -ms-animation: fadeInUp 1s ease both;
    }

    .he_cupbx.go1 .he_c2p4.on .he_c2p4mo:nth-child(1) {
        animation-delay: 0.3s;
    }

    .he_cupbx.go1 .he_c2p4.on .he_c2p4mo:nth-child(2) {
        animation-delay: 0.4s;
    }

    .he_cupbx.go1 .he_c2p4.on .he_c2p4mo:nth-child(3) {
        animation-delay: 0.6s;
    }

    .he_cupbx.go1 .he_c4p1.on .he_c4p1ti p {
        -webkit-animation: fadeIniup 1s ease both;
        animation: fadeIniup 1s ease both;
        -ms-animation: fadeInUp 1s ease both;
        animation-delay: 0.3s;
    }

    .he_cupbx.go1 .he_c4p1.on .he_c4bxtj p {
        -webkit-animation: fadeIniup 1s ease both;
        animation: fadeIniup 1s ease both;
        -ms-animation: fadeInUp 1s ease both;
        animation-delay: 0.3s;
    }


    .he_cupbx.go1 .he_c4p2.on .he_c4p2bx {
        -webkit-animation: fadeIniup 1s ease both;
        animation: fadeIniup 1s ease both;
        -ms-animation: fadeInUp 1s ease both;
        animation-delay: 0.3s;
    }

    .he_cupbx.go1 .he_c4p2.on .he_c4p2bx:nth-child(2) {
        animation-delay: 0.5s;
    }

    .he_cupbx.go1 .he_c4p3.on .he_c2p4ti p {
        -webkit-animation: fadeIniup 1s ease both;
        animation: fadeIniup 1s ease both;
        -ms-animation: fadeInUp 1s ease both;
        animation-delay: 0.3s;
    }

    .he_cupbx.go1 .he_c4p3.on .he_c2p4li {
        -webkit-animation: fadeIniup 1s ease both;
        animation: fadeIniup 1s ease both;
        -ms-animation: fadeInUp 1s ease both;
        animation-delay: 0.3s;
    }

    .he_cupbx.go1 .he_c4p3.on .he_c2p4mo {
        -webkit-animation: fadeIniup 1s ease both;
        animation: fadeIniup 1s ease both;
        -ms-animation: fadeInUp 1s ease both;
        animation-delay: 0.3s;
    }

    .he_cupbx.go1 .he_c4p3.on .he_c2p4mo2 {
        animation-delay: 0.5s;
    }

    .he_cupbx.go1 .he_c2p1.on .he_c2p1bx .he_c2p1mo {
        -webkit-animation: fadeIniup 1s ease both;
        animation: fadeIniup 1s ease both;
        -ms-animation: fadeInUp 1s ease both;
        animation-delay: 0.3s;
    }

    .he_cupbx.go1 .he_c4p1.on .he_c2zhs img {
        -webkit-animation: fadeIniup 1s ease both;
        animation: fadeIniup 1s ease both;
        -ms-animation: fadeInUp 1s ease both;
        animation-delay: 0.3s;
    }

    /*载入效果*/
    .g_fadein1 {
        -webkit-animation: fadeIn 1s ease both;
        animation: fadeIn 1s ease both;
        animation-delay: 0.1s;
    }

    .g_fadein2 {
        -webkit-animation: fadeIn 1s ease both;
        animation: fadeIn 1s ease both;
        animation-delay: 0.2s;
    }

    .g_fadein3 {
        -webkit-animation: fadeIn 1s ease both;
        animation: fadeIn 1s ease both;
        animation-delay: 0.3s;
    }

    .g_fadein4 {
        -webkit-animation: fadeIn 1s ease both;
        animation: fadeIn 1s ease both;
        animation-delay: 0.4s;
    }

    .g_fadein5 {
        -webkit-animation: fadeIn 1s ease both;
        animation: fadeIn 1s ease both;
        animation-delay: 0.5s;
    }

    .g_fadein6 {
        -webkit-animation: fadeIn 1s ease both;
        animation: fadeIn 1s ease both;
        animation-delay: 0.6s;
    }

    .g_fadein7 {
        -webkit-animation: fadeIn 1s ease both;
        animation: fadeIn 1s ease both;
        animation-delay: 0.7s;
    }

    .g_fadeup1 {
        -webkit-animation: fadeInUp 1s ease both;
        animation: fadeInUp 1s ease both;
        animation-delay: 0.4s;
    }


    .g_fadeup2 {
        -webkit-animation: fadeInUp 1s ease both;
        animation: fadeInUp 1s ease both;
        animation-delay: 0.5s;
    }

    .g_fadeup3 {
        -webkit-animation: fadeInUp 1s ease both;
        animation: fadeInUp 1s ease both;
        animation-delay: 0.6s;
    }

    .g_fadeup4 {
        -webkit-animation: fadeInUp 1s ease both;
        animation: fadeInUp 1s ease both;
        animation-delay: 0.7s;
    }

    .g_fadeup5 {
        -webkit-animation: fadeInUp 1s ease both;
        animation: fadeInUp 1s ease both;
        animation-delay: 0.8s;
    }

    .g_fadeup6 {
        -webkit-animation: fadeInUp 1s ease both;
        animation: fadeInUp 1s ease both;
        animation-delay: 0.9s;
    }

    .g_fadeup7 {
        -webkit-animation: fadeInUp 1s ease both;
        animation: fadeInUp 1s ease both;
        animation-delay: 1s;
    }

    .g_fadedown1 {
        -webkit-animation: fadeInDown 1s ease both;
        animation: fadeInDown 1s ease both;
        animation-delay: 0.4s;
    }

    .g_fadeleft1 {
        -webkit-animation: fadeInLeft 1s ease both;
        animation: fadeInLeft 1s ease both;
        animation-delay: 0.4s;
    }

    .g_faderigth1 {
        -webkit-animation: fadeInRight 1s ease both;
        animation: fadeInRight 1s ease both;
        animation-delay: 0.4s;
    }

}


.he_b3p4ic .he_img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.he_b3p4ic .he_img2 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.he_c2p4ic .he_img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

.he_c2p4ic .he_img2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* 20210727 */
.he_b1p2txbc a {
    display: block;
}

.he_b1p2txbc a,
.he_diquiri a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.he_b1p2txbc {
    height: auto;
    max-height: 120px;
}

.he_b1p2rv input {
    height: 100%;
}

.jianfa_nodata {
    font-size: 16px;
    line-height: 1.5;
}

/* 20210727 */
.he_b1p2txbc a {
    display: block;
}

.he_b1p2txbc a,
.he_diquiri a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.he_b1p2txbc {
    height: auto;
    max-height: 120px;
}

.he_b1p2rv input {
    height: 100%;
}

.jianfa_nodata {
    font-size: 16px;
    line-height: 1.5;
}


.he_b3ym .he_nybante h1 p {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.he_pcbxlori a {
    width: 100%;
}

.he_c4p2bjjd .he_c2p1mle p {
    margin-bottom: 0 !important;
    color: #274a94;
    line-height: 1.5;
}

.pc_fenye li a {
    color: #a6a6a6;
    transition: all 0.36s;
}

li.page-active a {
    color: #4f66a2;
}

.he_inbo.modal-open {
    overflow: hidden !important;
}

.he_b3p4 .he_b3p4te::after {
    top: 10px;
}

.he_c1fid .he_banph {
    width: 100% !important;
    height: auto !important;
    transform: inherit !important;
    max-width: inherit !important;
    position: static !important;
}

.he_f1ym .he_banph {
    width: 100% !important;
    height: auto !important;
    transform: inherit !important;
    max-width: inherit !important;
    position: static !important;
}

.he_g1ym .he_banph {
    width: 100% !important;
    height: auto !important;
    transform: inherit !important;
    max-width: inherit !important;
    position: static !important;
}

.he_h1ym .he_banph {
    width: 100% !important;
    height: auto !important;
    transform: inherit !important;
    max-width: inherit !important;
    position: static !important;
}

.he_b1ym .he_banph {
    width: 100% !important;
    height: auto !important;
    transform: inherit !important;
    max-width: inherit !important;
    position: static !important;
}

.he_b3p2lwikp p {
    height: 114px;
    overflow: hidden;
}

.he_b3p4uhd .he_b3p4te p {
    height: 72px;
}

.he_b3p4li {
    padding: 56px 43px 28px;
}

.he_d1p1bli.act .he_d1p1bbt p {
    color: #333;
}

.he_e1ymx .he_e1baty {
    position: relative !important;
    top: inherit !important;
    left: inherit !important;
    transform: inherit !important;
    bottom: inherit !important;
    padding-top: 172px;
    padding-bottom: 68px;
}

.he_e1ymx .he_nybanig {
    position: absolute;
    top: 0;
    height: 100% !important;
}

.he_e1ymx .he_nyban {
    min-height: 418px;
}

.he_page .he_banph {
    width: 100% !important;
    height: auto !important;
    transform: inherit !important;
    max-width: inherit !important;
    position: static !important;
}

.he_b3p3lzi p {
    display: none;
}

.he_b3p3lzi p:first-child {
    display: block;
}

.he_b3p3dli:last-child {
    margin-bottom: 100px;
}

.he_c2p4ic {
    width: 92px;
}

.he_b3p4le.swiper-button-disabled {
    opacity: 0.4;
}

.he_b3p4ri.swiper-button-disabled {
    opacity: 0.4;
}

.he_f1gtcn {
    position: relative;
}

.he_f1p2 .he_swep {
    position: absolute;
    left: inherit !important;
    transform: inherit !important;
    right: 0 !important;
    bottom: inherit !important;
    top: -10px !important;
}

.he_f1p2 .he_f1p2luti {
    padding-right: 150px;
}

/* 点击搜索框获取焦点 placeholder消失-开始 */
/* WebKit browsers */
input:focus::-webkit-input-placeholder {
    color: transparent;
    /* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}

/* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder {
    color: transparent;
}

/* Mozilla Firefox 19+ */
input:focus::-moz-placeholder {
    color: transparent;
}

/* Internet Explorer 10+ */
input:focus:-ms-input-placeholder {
    color: transparent;
}

/* 点击搜索框获取焦点 placeholder消失-结束 */

.he_b3p3phjc {
    display: none;
}

.he_b1ym .he_b1p3 .he_content {
    background-color: #fff;
    border-radius: 14px;
}

.mc_videom_content {
    text-align: center;
}

.he_b3p4 .he_c2p4xtim {
    z-index: 1;
}

.he_b3p4ic {
    position: relative;
    z-index: 3;
}

.he_b3p4te {
    position: relative;
    z-index: 3;
}

.he_c1gbcvp {
    top: inherit !important;
    bottom: 34px !important;
}

.he_b3p2lwli {
    padding: 60px 63px 70px;
    min-height: 340px;
}

.he_b3p2gh {
    padding-top: 180px;
}

.he_b3p2gli2 {
    top: 45px;
}

.he_b3p2gli1 {
    top: 45px;
}

.he_banul::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.01));
}

.he_e3p1nav .he_e3p1li {
    width: auto;
    /* min-width:16.666666%; */
}

.he_e3p1nav .swiper-pagination {
    top: inherit !important;
    bottom: 0;
}

.he_e3p1nav .swiper-container-horizontal>.swiper-pagination-progressbar,
.he_e3p1nav .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 2px !important;
}

.he_e3p1nav .swiper-pagination-progressbar {
    background: #e2e3e4 !important;
    display: none !important;
}

.he_e3p1nav .swiper-pagination-progressbar-fill {
    background: #2f4a8f !important;
}

/* .he_c1ym .fullpage-wrapper .he_mine {
    padding-right: 80px;
} */

.fp-tableCell {
    overflow: hidden;
}

/* .he_c1ym .he_gund {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);

    -moz-transform: rotate(90deg);

    -webkit-transform: rotate(90deg);

    -o-transform: rotate(90deg);

    top: 488px !important;
    left: -9.7% !important;

    position: fixed !important;
    width: 510px !important;
} */



/* .he_c1ym .he_gund::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    background: #fff;
    border-radius: 50%;
} */

.he_d1p1le {
    position: relative;
}

.mc_d1_progress {
    position: absolute;
    left: -30px;
    top: 15px;
    width: 2px;
    height: 60vh;
    background: #e8edf3;
    /* background: rgba(255,255,255,0.4); */
    z-index: 99;
}

.mc_d1_progress::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #284a94;
}

.mc_d1_progress span {
    display: block;
    width: 100%;
    height: 0;
    background: #284a94;
    transition: all .3s ease-out;
}

.mc_d1_progress {
    left: -70px;
    height: 60vh;
}

.he_jindu.hidex {
    opacity: 0;
}

.he_b3p2lwli {
    width: 100%;
}

.mc_jyzs5_li .he_c2p2tj p {
    height: inherit !important;
}

.he_c2p4.on .he_c2p1mo {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.6s;
}

.he_c1ym .he_fot .fp-tableCell {
    z-index: 101;
    overflow: inherit !important
}

.he_c1fid2 .he_c2p4 .he_c3bxmo {
    margin-top: 0 !important;
}

.he_c1fid.act .he_cxlswe1 {
    padding-bottom: 16px !important;
}

.he_c2bxrc1 .he_c3bxc1ze {
    width: 0;
    overflow: hidden;
}

.he_c2bxrc1 .he_c3dftbt {
    width: 592px;
}


.he_c2bxrc1.actx .he_c3bxc1ze {
    animation: huayde 2s ease both;
}

@keyframes huayde {
    0% {
        width: 0;
    }

    100% {
        width: 592px;
    }
}

.mc_d1s1_scroll_main {
    will-change: left, top;
}


.he_c3bxcsq {
    width: 921px;
}


.he_c2bxrc1 .he_c3bxchz {
    width: 69%;
    overflow: hidden;
}

.he_c2bxrc1.actx1 .he_c3bxchz {
    animation: huayde1 2s ease both;
}

@keyframes huayde1 {
    0% {
        width: 69%;
    }

    100% {
        width: 100%;
    }
}

.he_c2bxrc3 .he_c2vty {
    width: 592px;
}

.he_c2bxrc3 .he_c2bxtuzsr {
    width: 0;
    overflow: hidden;
}

.he_c2bxrc3.actx .he_c2bxtuzsr {
    animation: huayde 2s ease both;
}


.he_c2bxrc4 .he_c2bxrje {
    width: 592px;
}

.he_c2bxrc4 .he_c2bxrld {
    width: 0;
    overflow: hidden;
}

.he_c2bxrc4.actx .he_c2bxrld {
    animation: huayde 2s ease both;
}

.he_tishi {
    width: 24px;
    position: absolute;
    top: 455px;
    right: 5%;
}


.he_tishi img {
    width: 100%;
    animation: mcjump 1s ease infinite;
}

@keyframes mcjump {

    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }

}

.he_c1fid5 .he_c2p4ic::after {
    display: none !important;
}


.he_e1p1dl {
    min-height: 240px;
}


.he_banli1 .he_dongh {
    width: 0px !important;
}

.he_banli1.slick-current.widtho .he_dongh {
    width: 100% !important;
}

.he_cupbx.yincang .he_c1fid {
    opacity: 0;
}

.he_zqxltiri p {
    color: #284a94;
}


.he_b3tiotph {
    display: none;
}

.he_b3tiotpc {
    white-space: nowrap;
    overflow: inherit !important;
    position: absolute;
    top: -135px;
    right: 0;
}

.he_maskl {
    width: 65%;
    height: 50%;
    position: absolute;
    left: 0;
    z-index: 10;
    transition: all 0.5s;
}

.he_maskls {
    width: 100%;
    height: 195px;
    background: #fff;
    position: absolute;
    top: -336px;
    left: 0;
}

.he_b3p3ri {
    position: relative;
}

.he_maskl.yingc {
    opacity: 0;
}


.he_d1p1rli {
    opacity: 0.4;
    transition: all 0.36s
}

.he_d1p1rli.act {
    opacity: 1;
}

/* .he_d1ym .he_nybante{
    opacity: 0;
} */

.he_d1p1phdz p {
    font-size: 60px;
    line-height: 1.5;
    color: #284a94;
    font-weight: bold;
}

/* .he_d1p1phdz{
    position: absolute;
    top: -145px;
    left: 0;
} */

/* .he_d1p1phdz{
    margin-top: -144px;
} */

.he_d1p1 {
    padding-top: 9.5%;
}

.he_d1p1ri {
    padding-top: 156px;
}

.he_d1p1bg {
    margin-top: 59px;
}

.mc_d1_progress {
    top: 165px;
}

.he_d1ym .he_nybante {
    opacity: 0;
}

.he_zqxlbola {
    position: relative;
}

.he_zqxlbola img {
    position: absolute;
    top: 50%;
    left: 110%;
    transform: translateY(-50%);
    display: none;
    border: 1px solid #e5e5e5;
    background: #fff;
    z-index: 10;
    border-radius: 6px;
    padding: 4px;
    width: 100px;
    max-width: inherit !important;
}

.he_zqxlbola .he_zqajl {
    position: relative;
    display: inline-block;
}

.mc_zqxl_thrinav {
    margin-top: 10px;
}

.mc_zqxl_thrinav .he_zqxlbola a {
    font-size: 18px;
    /* line-height: 1.6; */
}

.mc_zqxl_thrinav .he_zqxlbola {
    padding-left: 15px;
}

.he_shubiao {
    position: fixed;
}

.he_tishi p {
    white-space: nowrap;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
}

.mc_zqxl_thrinav .he_zqxlbola a {
    position: relative;
}

.mc_zqxl_thrinav .he_zqxlbola a::after {
    content: '';
    top: 16px;
    left: -11px;
    width: 4px;
    height: 4px;
    background: #333;
    position: absolute;
    border-radius: 50%;
}

.fp-viewing-1 .he_dixl .he_img1 {
    opacity: 0;
}

.he_zqxllbt p {
    color: #333;
    /* font-weight: bold; */
}

.he_zqxlbola a {
    font-weight: bold;
    color: #333;
}

.mc_zqxl_thrinav .he_zqxlbola a {
    font-weight: normal;
    color: #666666;
}

.mc_zqxl_fournav .he_zqxlbola {
    padding-left: 0px;
}

.he_bofang {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 34px;
    z-index: 10;
    display: none;
}

.he_bofang img {
    width: 100%;
}

.he_syp2.bofang .he_bofang {
    display: block;
}

.he_zqxllbt p {
    transform: translateX(-0.5em);
}

.mc_zqxl_thrinav {
    margin-top: 0px;
}

.he_zqxlli4 .he_zqxllbt p {
    font-weight: normal;
}

.he_zqxlli4 .he_zqxlbola a {
    font-weight: normal;
}

.he_c1qhj {
    position: absolute;
    top: -76px !important;
    right: 13%;
    /* cursor: pointer; */
    z-index: 100;
}

.he_c1qhj {
    display: flex;
}

.he_c1qhlm {
    margin: 0 10px;
    cursor: pointer;
}

.he_c1qhr {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.he_c1qhlm {
    width: 34px;
}

.he_c1qhlm img {
    width: 100%;
}

.he_c1qhlm.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
    cursor: inherit !important;
}

.ys_navph2_zq {
    display: block !important;
}

.mc_zqxl_fournav {
    padding-left: 15px;
}


#mc_bs3_video1 {
    background: #000;
}

/* 
.he_navt::after {
    transform: rotate(90deg);
}

.he_navtn{
    display: block;
}

*/

/* .ys_navph2_thirnav_li.act>.ys_navph2_fournav{
    display: block;
}  */

.he_erjili1 a,
.he_anjili1 a {
    font-size: 16px;
}

.he_sijili1 a {
    font-size: 16px;
}

.he_yijili a {
    line-height: 32px;
}

.he_c1qhlm p {
    font-size: 16px;
    line-height: 1.75;
    color: #fff;
    white-space: nowrap;
    position: absolute;
    top: 0;
}

.he_c1qhl p {
    left: -48px;
    padding-right: 15px;
}

.he_c1qhr p {
    transform: rotate(180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    right: 28px;
    padding-left: 15px;
}


.ys_navph2_zq img {
    vertical-align: text-top;
}

.ys_navph2_subnav {
    height: 92%;
}

.ys_navph2_msc_box {
    width: 100%;
    display: flex;
    align-items: center;
}

.he_c1qhlm {
    transition: all 0.36s;
}

.he_c1qhj {
    right: 15%;
}

.mc_zqxl_thrinav .he_zqxlbola a {
    transition: all 0.36s;
}

.mc_zqxl_thrinav .he_zqxlbola a::after {
    transition: all 0.36s;
}

.he_c1qhj {
    transition: all 0.36s
}

.he_c1qhj.xian {
    opacity: 0;
    pointer-events: none;
}

.ys_navph2_zq .ys_navph2_lang_btn span {
    font-size: 16px;
    vertical-align: middle;
}

.ys_navph2_zq .ys_navph2_lang_btn img {
    width: 24px;
}

.he_yijili a {
    display: block;
}

.he_yijili .ys_hassubnav {
    width: 85%;
}

.he_zqxl_bg1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.he_zqxl_bg2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}


@media screen and (max-width:1680px) {
    .he_zqxl_bg2 {
        max-height: 110%;
    }
}

.ys_navph2_language a {
    font-size: 16px;
    line-height: 64px;
    color: #284a94;
    margin-right: 10px;
}

.ys_navph2_search_btn img {
    transform: translateY(-2px);
}

/* 隐藏顶部导航和移动端En ********************************* */
/* .ys_navph2_lang,
.he_jianfa::before,
.he_diquiri {
    display: none;
} */
.ys_navph2_lang.ys_navph2_yy {
    display: none;
}

/* 隐藏顶部导航和移动端En ********************************* */

.he_cupbx .he_nypu {
    opacity: 1;
}

/* 主营业务 */

.he_c1fid .he_nybanig {
    height: 700px;
}

.he_c2bx {
    transition: all 0.6s;
    transition-delay: 1s;
}

.he_c3bx {
    transition: all 0.6s;
    transition-delay: 1s;
}

.he_c4bx {
    transition: all 0.6s;
    transition-delay: 1s;
}

.he_c5bx {
    transition: all 0.6s;
    transition-delay: 1s;
}

.he_c6bx {
    transition: all 0.6s;
    transition-delay: 1s;
}

.he_cupbx.fix1 .he_c1fid1 .he_c2bx {
    margin-top: -435px;
}

.he_cupbx.fix2 .he_c1fid2 .he_c3bx {
    margin-top: -435px;
}

.he_cupbx.fix3 .he_c4bx {
    margin-top: -435px;
}

.he_cupbx.fix4 .he_c5bx {
    margin-top: -435px;
}

.he_cupbx.fix5 .he_c6bx {
    margin-top: -435px;
}




.he_cupbx.shown1 .he_c1fid1 .he_c2bx {
    margin-top: -435px;
}

.he_cupbx.shown2 .he_c1fid2 .he_c3bx {
    margin-top: -435px;
}

.he_cupbx.shown3 .he_c4bx {
    margin-top: -435px;
}

.he_cupbx.shown4 .he_c5bx {
    margin-top: -435px;
}

.he_cupbx.shown5 .he_c6bx {
    margin-top: -435px;
}

.he_c1fid .he_nybante {
    top: 35%;
}

/* 主营业务 */

.he_c2p1 .he_content {
    position: relative;
    z-index: 10;
}



.he_c1fid .he_nybanig {
    height: 100vh !important;
}


.he_c1fid .he_nybante {
    top: 26%;
}

.he_c1fid .he_nybanig {
    width: 100vw !important;
    height: 100vh !important;
    background: #fff;
}

.he_nyzygph {
    display: none;
}

.he_nyzyg {
    width: 100vw;
    height: 100vh;
}

.he_c1fid .he_nybanig {
    max-width: inherit !important;
}


/* 飘窗 star */
.he_piaoc {
    width: 230px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    background-color: #fff;
    border-radius: 20px;
    padding: 10px 10px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.08);
}

.he_piagb {
    margin-top: 10px;
    cursor: pointer;
}

.he_piaoc .close_port {
    left: 0 !important;
    bottom: 10px !important;
    top: auto !important;
    right: auto !important;
    display: block !important;
    width: 100% !important;
    opacity: 0 !important;
}

.he_piaocbx {
    width: 50%;
    position: fixed;
    top: 0;
    z-index: 501;
    right: 0;
}

/* 飘窗 end */

.he_pcnav {
    display: flex;
}

.he_pcnli a {
    white-space: nowrap;
}

.he_fottbri {
    margin-top: 0px;
    width: 70%;
}

.he_fotybgm {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.he_fottbri p {
    display: flex;
    justify-content: space-between;
}

.he_fottgle {
    flex: none;
}

.he_h1p2bx {
    display: none;
}

.he_c3bxmo {
    margin-top: 100px;
}

.he_c3bxljk {
    max-height: inherit;
}

.he_c3bxljk p {
    margin-bottom: 45px;
}

/* 10.13修改 */

.he_xwhoful {
    display: flex;
    justify-content: center;
}

.he_xwhofd {
    width: 300px;
    padding: 34px 30px 17px;
}

.he_xwhofd .he_xwhofli {
    width: 50%;
}

.he_c1gbnext img {
    transform: translate(-50%, -50%) rotate(180deg) !important;
}

.he_c1gbprev {
    top: inherit !important;
    bottom: 180px !important;
}

.he_c1gbnext {
    top: inherit !important;
    bottom: 112px !important;
}

.he_c1fid5 .he_c1gbprev {
    bottom: 112px !important;
}

.he_c1gbcvk {
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 50%;
    position: fixed;
    top: 24px;
    right: 40px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.36s;
    z-index: 100;
    box-shadow: 0 0px 16px 0 rgba(0, 0, 0, 0.1);
    display: none;
}

.he_c1gbcvk::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: #284a94;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.26s;
    border-radius: 50%;
}

.he_c1gbcvk img {
    width: 16px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.he_c1gbcvp {
    bottom: 45px !important;
}


/* 2022.10.19新增 star */

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

.he_c5p2xli {
    width: 50%;
    padding: 0 50px;
}

.he_c5p2xul {
    margin: 0 -50px;
    display: flex;
    flex-wrap: wrap;
}

.he_c5p2xwz {
    width: 100%;
}

.he_c5p2xwz .he_c2p2te {
    opacity: 1;
}

.he_imgxzbox {
    width: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.he_c5p2xwz .he_c2p2tj {
    margin-top: 8px;
}

.he_c5p2xwz .he_c2p2tj p {
    color: #666;
}

.he_dbfu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.he_dbfu .he_fobtty {
    width: auto;
}

.he_fomul {
    margin: 0 -10px;
}

.he_fomli {
    padding: 0 10px;
    width: 20%;
}

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

.he_fomul {
    display: flex;
    flex-wrap: wrap;
}

.he_fomli .he_fojtbp2 p {
    font-size: 38px;
    line-height: 1.2;
}

.he_fomli .he_fojtbp1 {
    margin-bottom: 16px;
}

.he_fojt {
    padding-bottom: 50px;
}

.he_fojtbp3 p {
    font-size: 12px;
}

.he_fomli {
    margin-bottom: 20px;
}

.he_fojtbv {
    transition: all 0.36s;
}

@keyframes p_ddd {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.he_imgxzbox img {
    transition: all 1.2s;
}


@media screen and (min-width:1200px) {

    .he_fojtbv:hover {
        animation: p_ddd 1s linear 0ms 1 normal !important;
    }

    .he_c5p2xwz:hover .he_imgxzbox img {
        transform: scale(1.04);
    }
}

.he_imgxzbox img {
    object-fit: cover;
}

.he_g1p2hli.slick-current .he_g1p2hg,
.he_g1p2hli.slick-current .he_g1p2hoi,
.he_g1p2hli.slick-current .he_g1p2hjd {
    -webkit-animation: fadeInUp 0.8s ease both;
    animation: fadeInUp 0.8s ease both;
    animation-delay: 0.2s;
}

/* 2022.10.19新增 end */


.he_b1p3ul {
    display: flex;
    flex-wrap: wrap;
}


/* 2023.1.3 */

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

.ys_ban_li {
    position: relative;
    overflow: hidden;
}

.ys_ban_imgbox {
    position: relative;
    z-index: 1;
}

.ys_ban_imgbox img {
    width: 100%;
}

.ys_ban_li>a {
    display: block;
}

.ys_ban_ph {
    display: none;
}

.ys_ban_video {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ys_ban_li:not(:first-child) {
    display: none;
}

.ys_ban_imgbox::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, .3); */
}

.ys_ban_txtbox {
    z-index: 5;
}

/* - banner - end*/

/* 规范 */
.std_tit2 {
    color: #223a8f;
    font-size: 48px;
    line-height: 1.3;
}

.std_text,
.std_text p {
    font-size: 18px;
    line-height: 1.75;
}

/* 规范-end */


/* banner */
.brand_cont {
    position: relative;
}

.brand_cont_bg {
    width: 1533px;
    position: absolute;
    top: 344px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}


.brand_ban {
    position: relative;
}

.brand_ban_bg {
    overflow: hidden;
}

.brand_ban_bg img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.brand_ban_bg_ph {
    display: none;
}

.brand_ban_text {
    top: 32%;
    left: 0;
    width: 100%;
    position: absolute;
}

.brand_ban_text h1 {
    text-align: right;
}

.brand_ban_text {
    overflow: hidden;
}

.brand_ban_text h1 {
    font-size: 60px;
    line-height: 1.3;
    color: #fff;
    letter-spacing: 14px;
    font-weight: bold;
    /* transform: translateY(100%); */
}

.identifier {
    animation: fadeInUp 1s ease both;
    animation-delay: 0.4s;
}

@keyframes identifier {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.effectup {
    animation: effectup 1s ease-out both;
}


.effectup2 {
    animation: effectup 1s ease-out both;
    animation-delay: 0.2s;
}

.effectup3 {
    animation: effectup 1s ease-out both;
    animation-delay: 0.4s;
}

.brand_textcon {
    animation-duration: 1s;
}




@keyframes effectup {
    0% {
        transform: translateY(80px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}


/* banner - end */

/* con */

.brand_textcon {
    padding: 20px 40px;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    color: #3d3e3e;
}

.brand_textcon p {
    line-height: 1.75;
}

.brand_character_cont {
    display: flex;
    align-items: center;
    border-bottom: #eeeeee 3px solid;
    padding-bottom: 100px;
}

.brand_character_left {
    flex-grow: 1;
    width: calc(100% - 48.3333333%);
}

.brand_character_right {
    flex-shrink: 0;
    width: 48.3333333%;
}

.brand_character_left_tit {
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 3px solid #d1d6e7;
}

.brand_character_left_tab {
    display: flex;
}

.brand_character_left_tab {
    margin-bottom: 60px;
}

.bclt_item {
    margin-right: 60px;
    font-size: 28px;
    line-height: 1.6;
    opacity: 0.5;
    color: #223a8f;
    cursor: pointer;
    transition: all 0.36s;
}

.bclt_item.act {
    opacity: 1;
}

.bclt_item.noact {
    opacity: 0.5;
}

.brand_character_left_list {
    width: 500px;
}

.bcli_cont p,
.bcli_cont_tit,
.bcli_cont_item_key,
.bcli_cont_item_value {
    font-size: 18px;
    line-height: 1.75;
    color: #444545;
    user-select: text;
}

.bcli_cont_item {
    display: flex;
    align-items: flex-start;
}

.bcli_cont_item_key {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.bcli_cont_item_key::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #474848;
    margin-right: 12px;
}

.brand_character_right_list {
    margin: 0 -10px;
}

.bcrl_item {
    padding: 0 10px;
}

.bcrl_item .ys_imgbox_cover {
    border-radius: 64px;
    overflow: hidden;
}

.brand_identify_cont {
    padding: 140px 0 80px;
    display: flex;
    border-bottom: #eeeeee 3px solid;
}

.brand_identify_cont_left {
    width: 50%;
}

.brand_identify_cont_right {
    width: 50%;
}

.bicl_logo1 {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 55px;
}

.bicl_logo2 {
    width: 350px;
    margin: 0 auto;
    margin-top: 75px !important;
}

.bicl_logo1 img,
.bicl_logo2 img {
    width: 100%;
}

.brand_identify_cont_right {
    display: flex;
    justify-content: flex-end;
}

.bicr_cont {
    width: 495px;
}

.bicr_tit {
    margin-bottom: 45px;
}

.bicr_text p {
    color: #444545;
}


.brand_color_cont_show {
    display: flex;
    margin: 0 -16px;
}

.bccs_item {
    padding: 0 16px;
}

.brand_color_cont {
    padding: 80px 0 150px;
}

.bccs_item_cont {
    cursor: pointer;
    border-radius: 64px;
    overflow: hidden;
    position: relative;
}

.bccs_item_text {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.6s;
}

.bccs_item_text_cont {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    padding-left: 140px;
    padding-right: 80px;
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.8s;
}

.bccs_itemred .bccs_item_text {
    background-color: #dc2427;
}

.bccs_itemblue .bccs_item_text {
    background-color: #201f62;
}

.bitc_tit {
    font-size: 30px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 30px;
}

.bitc_text p {
    font-size: 30px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 4px;
}

.brand_color_cont_info {
    margin-top: 90px;
}

.bcci_tit {
    margin-bottom: 60px;
}

.bcci_text {
    width: 500px;
}

.bcci_text p {
    color: #444545;
}

.brand_download {
    display: flex;
    position: relative;
    margin-top: -190px;
}

/* .brand_download_left,
.brand_download_right{
    width: 50%;
} */

.brand_download_left {
    width: 45%;
    background-color: #939ec4;
}

.brand_download_right {
    width: 55%;
}

.brand_download_left {
    pointer-events: none;
}

.brand_download_btn {
    pointer-events: auto;
}

.brand_download_left .ys_imgbox_cover {
    font-size: 0;
}

.brand_download_right {
    position: relative;
}

.brand_download_right_img {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 0;
}

.brand_download_right_img img {
    width: 100%;
}

.brand_download_btn {
    position: absolute;
    /* width: 270px; */
    line-height: 75px;
    /* top: 58%; */
    border-radius: 50px;
    /* border: 3px solid #fff; */
    /* top: 58%; */
    top: 42%;
    transform: translateY(-50%);
    /* text-align: center;
    color: #fff; */
    left: calc((100% - 1200px) / 2);
    /* transition: all 0.36s; */
    color: #fff;
}

.brand_data {
    padding: 55px 0 65px;
    background-color: #434248;
}

.brand_data_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -38px;
}

.brand_data_item {
    width: 20%;
    padding: 0 38px;
}

.brand_data_item_cont {
    color: #fff;
}

.bdic_tit {
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 20px;
}

.bdic_data_value {
    font-size: 44px;
    line-height: 1.3;
    font-weight: bold;
}

.bdic_data_unit {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    margin-left: 10px;
}

.bdic_data {
    margin-bottom: 10px;
}

.bdic_data_unit::before {
    content: "";
    display: inline-block;
    border-top: none;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 18px solid #fff;
    margin-right: 3px;
}

.bdic_data_time {
    font-size: 18px;
    opacity: .3;
    line-height: 1.6;
}

.brand_data_item.down .bdic_data_unit::before {
    transform: rotate(180deg);
}

.brand_cont::before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 600px;
    background: linear-gradient(to bottom, rgba(196, 210, 231, 1), rgba(196, 210, 231, 0));
    opacity: 0.65;
}

.brand_cont {
    padding-top: 110px;
}

/* .brand_download_btn{
    font-size: 36px;
} */

/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .bccs_item:hover .bccs_item_text {
        opacity: 1;
    }

    .bccs_item:hover .bccs_item_text_cont {
        transform: translateY(0);
        opacity: 1;
    }

    .bclt_item:hover {
        opacity: 1;
    }

    /* .brand_download_btn:hover {
        background-color: rgba(255, 255, 255, .3);
    } */
}


.bcli_cont_link {
    display: flex;
    align-items: center;
    margin-top: 30px;
    position: relative;
    z-index: 10;
}

.bcli_cont_link_text {
    font-size: 16px;
    line-height: 1.5;
    color: #274a94;
    margin-right: 15px;
}

.bcli_cont_link_icon {
    width: 14px;
}


.bcrl_item .ys_imgbox_cover {
    border-radius: 0px !important;
    overflow: hidden;
}

.bcrl_item {
    padding: 0 0px;
}

.brand_character_right_list {
    margin: 0 0px;
    border-radius: 64px;
    overflow: hidden;
}

.brand_download {
    margin-top: 0px;
}
/* 
.brand_download_btn {}
 */
.brand_download_right_slick {
    position: relative;
    background-color: #939ec4;
}

.bdrs_arrow {
    position: absolute;
    height: 0;
    top: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bdrs_arrow_prev {
    transform: translateX(20px);
}

.bdrs_arrow_next {
    transform: translateX(-20px);
}

.bdrs_arrow>div {
    width: 40px !important;
    transition: all 0.36s;
}

.bdrs_arrow_next img,
.bdrs_arrow_prev img {
    width: 100%;
}

.brand_download {
    margin-top: 0 !important;
}

.bdri_cont .ys_imgbox_cover img:last-child {
    width: 100%;
    object-fit: cover;
}

.bdrs_arrow>div.slick-disabled {
    opacity: 0.7;
    pointer-events: none;
}

.he_c2p2tj p {
    height: inherit !important;
}

.he_c2p3 .he_c2p3dwli {
    width: 25%;
}

@media screen and (max-width: 767px) {

    .he_c2p3 .he_c2p3dwli {
        width: 50%;
    }

}


/* 新增 2023.9.14 star */

.brand_ban_posi {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.brand_ban_posi_cont {
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}


.bbpc_wrap_tit .he_tit1 {
    color: #fff;
    font-weight: bold;
}

.bbpc_wrap_down {
    display: inline-block;
    transition: all 0.36s;
}

.bbpc_wrap_down_ri {
    width: 20px;
}

.bbpc_wrap_down_ri img {
    width: 100%;
}

.bbpc_wrap_down_le p {
    font-size: 16px;
    line-height: 44px;
    color: #274A94;
}

.bbpc_wrap_down a {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 4px;
    padding: 0 16px;
}

.bbpc_wrap_down_le {
    padding-right: 8px;
}


.bbpc_wrap_tit {
    margin-bottom: 38px;
}

.brand_ban_ul_li {
    display: none;
    position: relative;
    width: 100%;
}

.brand_ban_ul_li:first-child {
    display: block;
}

.brand_ban_ul .slick-dots li {
    width: 10px;
    height: 10px;
}


.std_padd {
    padding: 100px 0;
}

.corpor_manage {
    width: 100%;
    position: relative;
    padding-bottom: 0 !important;
}

.corpor_manage_cont {
    width: 100%;
}

.corpor_manage_tit .he_tit4 {
    text-align: center;
    color: #333;
    line-height: 1.5;
}

.corpor_manage_info p {
    line-height: 1.75;
    color: rgba(51, 51, 51, 0.8);
}

.corpor_manage_tit18 p {
    font-size: 18px;
}



.corpor_manage_info {
    width: 831px;
    margin: 0 auto;
    max-width: 100%;
}

.corpor_manage_top {
    text-align: center;
    margin-bottom: 68px;
}

.corpor_manage_tit {
    margin-bottom: 24px;
}

.corpor_manage_btm {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


.corpor_manage_btm_ri {
    width: 59%;
}

.corpor_manage_btm_ri img {
    width: 100%;
}

.corpor_manage_btm_le {
    width: 41%;
    padding-right: 74px;
}

.corpor_manage_btm_le p {
    line-height: 2;
    color: rgba(51, 51, 51, 0.8);
    margin-bottom: 30px;
}

.corpor_manage_btm_le span {
    font-weight: bold;
}

.corpor_report {
    width: 100%;
    padding-bottom: 0 !important;
}

.corpor_report_cont {
    width: 100%;
    position: relative;
    padding-left: 177px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 60px;
    z-index: 1;
}

.corpor_report_cont::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    height: 80%;
    background: #F9F9F9;
    z-index: -1;
}

.corpor_report_le {
    width: 304px;
}

.corpor_report_ri {
    width: calc(100% - 304px);
    padding-left: 155px;
    padding-bottom: 45px;
}

.crlu_li {
    width: 100%;
    display: none;
}

.crlu_li:first-child {
    display: block;
}


.crul_wrap_tit .he_tit4 {
    color: #333333;
}

.crul_wrap_more {
    display: inline-block;
}

.crul_wrap_more p {
    font-size: 16px;
    line-height: 48px;
    color: #274A94;
    padding: 0 37px;
    display: block;
    background: #274A94;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
}

.crul_wrap_tit {
    margin-bottom: 20px;
}

.corpor_report_ul_li {
    display: none;
}

.corpor_report_ul_li:first-child {
    display: block;
}

.corpor_report_ul .slick-dots {
    text-align: left;
    position: relative;
    bottom: auto;
    margin-top: 56px;
}

.corpor_report_ul .slick-dots li {
    width: 6px;
    height: 6px;
    background: #CACACA;
}

.corpor_report_ul .slick-dots li.slick-active {
    background: #274A94;
}

.crlu_li .ys_imgbox_cover {
    box-shadow: 6px 6px 14px 0px rgba(0, 0, 0, 0.25);
}

.corpor_report_le_ul .slick-list {
    overflow: visible;
}


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

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


.corpor_manage_info p span {
    font-weight: bold;
}


.corpor_public .corpor_manage_info {
    width: 600px;
}

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

.corpor_public_btm_ul {
    margin: 0 -7px;
    display: flex;
    flex-wrap: wrap;
}

.cpbu_li {
    width: 50%;
    padding: 0 7px;
    margin-bottom: 14px;
}

.cpbu_li_wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 35px 44px;
    background: #F9F9F9;
    border-radius: 18px;
    transition: all 0.36s;
    cursor: pointer;
}

.cpbu_li_wrap_tit p {
    color: #333;
    overflow: hidden;
    -webkit-line-clamp: 1;line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.cpbu_li_wrap_info {
    padding-top: 10px;
}

.cpbu_li_wrap_info p {
    color: #666;
    line-height: 2;
    overflow: hidden;
    -webkit-line-clamp: 2;line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.cpbu_li_wrap .he_h1p1bti {
    border: none;
}

.clwm_le p {
    color: #274A94;
    line-height: 2;
}

.cpbu_li_wrap_more a {
    display: flex;
    align-items: center;
}

.clwm_le {
    padding-right: 12px;
}

.cpbu_li .cpbu_li_wrap {
    padding-right: 250px;
}

.cpbu_li_wrap_info {
    margin-bottom: 52px;
}

.cpbu_li:nth-child(2) .cpbu_li_wrap,
.cpbu_li:nth-child(4) .cpbu_li_wrap {
    padding-left: 250px;
    padding-right: 44px !important;
}

.cpbu_li_wrap_more {
    display: inline-block;
}

.cpbu_li:nth-child(1) .cpbu_li_wrap {
    border-top-left-radius: 0;
}

.cpbu_li:nth-child(2) .cpbu_li_wrap {
    border-top-right-radius: 0;
}

.cpbu_li:nth-child(3) .cpbu_li_wrap {
    border-bottom-left-radius: 0;
}

.cpbu_li:nth-child(4) .cpbu_li_wrap {
    border-bottom-right-radius: 0;
}

.cpbu_li_wrap_img {
    position: absolute;
    width: 198px;
}

.cpbu_li1 .cpbu_li_wrap_img {
    bottom: 0;
    right: 0;
}

.cpbu_li1 .cpbu_li_wrap_img img:nth-child(1),
.cpbu_li2 .cpbu_li_wrap_img img:nth-child(1) {
    transform: rotateX(180deg);
}

.cpbu_li2 .cpbu_li_wrap_img {
    bottom: 0;
    left: 0;
}


.cpbu_li3 .cpbu_li_wrap_img {
    top: 0;
    right: 0;
}

.cpbu_li4 .cpbu_li_wrap_img {
    top: 0;
    left: 0;
}

.corpor_public_btm_img {
    width: 290px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.corpor_public_btm_pc {
    width: 100%;
    display: none;
}

.corpor_public_btm_pc img {
    width: 100%;
}

.corpor_pop {
    width: 100vw;
    height: 100vh;
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background: rgb(0, 0, 0, 0.5);
    z-index: 99;
    display: none;
}

.corpor_pop_cont {
    width: 940px;
    max-width: 100%;
    background: #fff;
    border-radius: 16px;
    padding: 68px 58px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.corpor_pop_close {
    width: 36px;
    position: absolute;
    top: 15px;
    right: 25px;
    cursor: pointer;
}

.corpor_pop_close img {
    width: 100%;
}

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

.cpcw_top_tit p {
    color: #333;
}

.cpcw_top_info p {
    font-size: 16px;
    line-height: 1.75;
    color: #333;
}

.cpcw_top_tit {
    margin-bottom: 10px;
}


.cpcw_top {
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cpcw_btm {
    width: 100%;
    position: relative;
    padding-top: 24px;
}

.cpcw_btm p {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    margin-bottom: 24px;
}

.cpcw_btm h4 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.corpor_pop_cont_wrap {
    max-height: 72vh;
}

.corpor_pop_cont_wrap .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}

.corpor_pop_cont_wrap .mCSB_outside+.mCSB_scrollTools {
    right: -25px !important;
}


.corpor_pop_cont_wrap .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #274A94 !important;
}

.corpor_main .brand_ban_bg img {
    height: auto !important;
}

.corpor_main .he_content .brand_ban_posi_cont {
    padding-right: 152px;
}

.bbpc_wrap_tit {
    margin-bottom: 25px;
}

.bbpc_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.corpor_report_cont a {
    width: 100%;
}

.corpor_report_cont_link {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.corpor_report_cont .slick-list {
    overflow: visible !important;
}

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

.crcu_li {
    width: 100%;
    display: none;
}

.crcu_li:first-child {
    display: block;
}

.corpor_report_cont_ul .slick-dots li {
    width: 6px;
    height: 6px;
    background: #CACACA;
}

.corpor_report_cont_ul .slick-dots li.slick-active {
    background: #274A94;
}

.corpor_report_cont_ul .slick-dots {
    position: relative;
    bottom: auto;
    margin-top: 20px;
}



@media screen and (min-width:1200px) {
    .cpbu_li_wrap:hover {
        background: #fff;
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
    }

    .bbpc_wrap_down:hover {
        transform: translateY(-4px);
    }

    .corpor_report_le:hover .ys_imgbox_cover img {
        transform: scale(1.05);
    }


    .cpbu_li1:hover .cpbu_li_wrap {
        transform: translate(-10px, -10px);
    }

    .cpbu_li2:hover .cpbu_li_wrap {
        transform: translate(10px, -10px);
    }

    .cpbu_li3:hover .cpbu_li_wrap {
        transform: translate(-10px, 10px);
    }

    .cpbu_li4:hover .cpbu_li_wrap {
        transform: translate(10px, 10px);
    }
}

@media screen and (max-width: 768px) {
    .brand_ban_bg_pc {
        display: none;
    }

    .brand_ban_bg_ph {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .corpor_manage_tit18 p {
        font-size: 14px !important;
    }

    .corpor_report_le {
        width: 60% !important;
    }

}

/* 新增 2023.9.14 end */


/* 2024.05.13-新增-start */
.add_page .he_nybanig{
    height: auto !important;
}
.add_page .he_nybanig img{
    width: 100%;
}
.he_e1pcti p, .he_e1phti p{
    font-family:"Microsoft YaHei" !important;
    font-weight: bold;
}
.add_page .he_e1pcti .he_huhri {
    transform: rotate(0deg);
}
.he_e1pcti_text{
    position: relative;
    font-family:"Microsoft YaHei" !important;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 12px;
    color: #fff;
    width: 37%;
    margin: 0 auto;
    text-align: center;
}
.he_e1phti .he_huhri{
    transform: rotate(0deg);
}
.he_e1pcti_text::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width:100%;
    height: 20px;
    background: url(../images/a_icon002.svg) center no-repeat;
    background-size: contain;
}
.add_page .he_nybanig::after{
    background: rgba(0, 0, 0, .2) !important;
}
.he_nyban_ul .slick-dots li {
    width: 60px;
    height: 2px;
    margin: 0 6px;
    border-radius: 0;
    background: rgba(255,255,255,0.4);
}
.he_nyban_ul .slick-dots li.slick-active {
    background: #fff;
}
.he_e1baty_sear{
    width: 40%;
    margin: 50px auto 0;
    position: relative;
}
.he_e1baty_sear_input{
    width: 100%;
    height: 65px;
    border-radius: 32.5px;
    background: #FFF;
}
.he_e1baty_sear_input input{
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 1.3;
    color: #333;
    padding: 0 60px 0 34px;
}
.he_e1baty_sear_input input::placeholder{
    color: #999;
}
.he_e1baty_sear_icon{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background:#274A94;
    position: absolute;
    top: 50%;
    right:12px;
    transform: translateY(-50%);
    cursor: pointer;
}
.he_e1baty_sear_icon img{
    width: 24px;
    position: absolute; 
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.mod_mar50{
    margin-bottom: 50px;
}
.mod_padd100{
    padding: 100px 0;
}
.join_advi{
    position: relative;
}
.join_advi_bg{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0%);
    z-index: -1;
    width: 100%;
}
.join_advi_bg img{
    width: 100%;
}
.jatu_li_ri{
    width: 74%;
    border-radius: 20px;
    overflow: hidden;
}
.jatu_li_ri img{
    width: 100%;
}
.jatu_li_le{
    width:34%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 2px 6px 0px rgba(186, 203, 238, 0.10), 0px 7px 16px 0px rgba(41, 107, 255, 0.06), 0px 4px 9.642px 6px rgba(64, 123, 255, 0.05);
    padding: 65px 33px 90px;
}
.jatu_li_le_icon{
    width: 52px;
    position: absolute;
    top: -28px;
    right: 45px;
}
.jatu_li_le_icon img{
    width: 100%;
}
.jatu_li_box{
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.jatu_li_le_edr p{
    color: #333;
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 20px;
}
.jatu_li_le_edr ul{
    padding-left: 18px;
}
.jatu_li_le_edr ul li{
    list-style-type: disc;
    margin-bottom: 10px;
}
.jatu_li_le_edr ul li:last-child{
    margin-bottom: 0;
}
.jatu_li_le_edr ul li p{
    color: #666;
    line-height: 1.75;
    font-size: 16px;
    margin-bottom: 0;
}
.jatu_li_le_edr ul li::marker{
    color: #274A94;
}
.add_page h2{
    color: #274A94;
}
.join_advi_tpswip{
    position: relative;
}
.join_advi_tpswip_ul{
    padding-bottom: 63px;
}
.mod_text24{
    font-size: 24px;
    line-height: 1.4;
    color: #333;
}
.jatu_li {
    opacity: 0 !important;
}
.jatu_li.swiper-slide-active{
    opacity: 1 !important;
}
.jabu_li_box{
    text-align: center;
    cursor: pointer;
}
.join_advi_btmswip{
    overflow: hidden;
}
.join_advi_tpswip{
    margin-bottom: 50px;
}
/* .jabu_li.act .jabu_li_box{
    color: #274A94;
} */
.join_recr{
    width: 100%;
    position: relative;
    padding: 90px 0; 
    background: #F9F9F9;
}
.mod_text30{
    font-size: 30px;
    line-height: 1.4;
    color: #333;
}
.std_parga, .std_parga p{
    font-size: 16px;
    line-height: 1.75;
    color: #666;
}
.join_recr_ul{
    /* display: flex; */
    margin: 0 -15px;
}
.join_recr_ul_li{
    width: 33.333333%;
    padding: 0 15px;
}
.jrul_box{
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 30.7px 1px rgba(0, 0, 0, 0.10);
    overflow: hidden;
}
.jrul_btm{
    padding:35px 30px 50px; 
}
.jrul_img img{
    width: 100%;
    transition: all .36s;
}
.jrul_img{
    overflow: hidden;
}
.jrul_btm_tit{
    margin-bottom: 16px;
    transition: all .36s;
    color: #333;
}
.jrul_btm_word p{
    color: #666;
    line-height: 1.75;
    height:7em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;line-clamp: 4;
    overflow: hidden;
}
.jrul_btm_word{
    margin-bottom: 44px;
}
.mod_btn{
    display: inline;
}
.mod_btn_box{
    display: flex;
    align-items: center;
}
.mod_btn_box p{
    font-size: 16px;
    line-height: 1.6;
    color: #274A94
}
.mod_btn_icon{
    width: 16px;
    flex-shrink: 0;
    margin-left: 16px;
}
.mod_btn_icon img{
    width: 100%;
}
.join_dyna_ul_li a{
    display: flex;
    align-items: center;
}
.jdul_le p{
    color: #666;
    line-height: 1.4;
}
.jdul_le{
    width: 76px;
    padding-right: 10px;
    position: relative;
}
.jdul_le::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height:13px;
    background: #EAEAEA;
}
.jdul_ri{
    width: calc(100% - 102px);
    padding-left: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.jdul_ri_icon{
    width: 16px;
    flex-shrink: 0;
}
.jdul_ri_icon img{
    width: 100%;
}
.jdul_ri p{
    color: #333;
    line-height: 1.4;
    font-size: 16px;
    transition: all .36s;
    width: calc(100% - 16px);
    padding-right:10px;
}
.join_dyna_le{
    width: 56%;
}
.join_dyna_ul_li a{
    padding: 20px 0;
    border-bottom: solid 1px #EAEAEA;
}
.join_dyna_ul_li:first-child a{
    padding-top: 0px;
}
.join_dyna_ul_li:last-child a{
    border-bottom: solid 1px transparent;
    padding-bottom: 0;
}
.join_dyna_ri{
    width: 44%;
    padding-left: 122px;
}
.join_dyna_ri_pic{
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.join_dyna_ri img{
    width: 100%;
}
.join_dyna_wrap{
    display: flex;
    align-items: center;
}
.mod_padd120{
    padding: 120px 0;
}
.join_about_ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}
.join_about_ul_li{
    width: 20%;
    padding: 0 25px;
}
.join_about_ul_li.act .jaul_hide{
    opacity: 1;
}
.jaul_sec{
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 3.7px 28.401px 0.925px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: relative;
    padding: 54px 60px;
}
.jaul_show_icon{
    width: 50px;
    margin: 0 auto 14px;
}
.jaul_show_icon img{
    width: 100%;
}
.jaul_hide{
    width: 130px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: all .36s;
}
.jaul_hide img{
    width: 100%;
}
.jaul_show_word p{
    text-align: center;
    color: #666;
}
.join_hono{
    padding: 70px 0;
    position: relative;
    /*background: #F9F9F9;*/
}
.join_dyna{
    background: #F9F9F9;
}
.join_hono .slick-list{
    padding-bottom: 30px;
}
.join_hono_ul_li{
    width: 25%;
    padding: 0 22px;
}
.join_hono_ul{
    margin: 0 -22px;
}
.jhul_sec{
    position: relative;
}
.jhul_show_word p{
    text-align: center;
    color: #333;
    line-height: 1.75;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.jhul_show_tit{
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    line-height: 1.75;
    color: #fff;
    margin: 29px 0;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.jhul_show_text p{
    color: #333;
    line-height: 1.75;
    text-align: center;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.jhul_show{
    width: 100%;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.arrow_icon{
    width: 40px;
    pointer-events: all;
    cursor: pointer;
}
.arrow_icon img{
    width: 100%;
}
.mod_arrow{
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}
.join_hono_tp{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.join_hono_tp .mod_arrow{
    width: 110px;
    opacity: 0;
}
.join_hono_slide{
    position: relative;
}
.join_hono_slide .mod_arrow{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.join_hono_slide .arrow_icon{
    position: absolute;
}
.join_hono_slide .arrow_prev{
    left: -95px;
}
.join_hono_slide .arrow_next{
    right: -95px;
}
.join_bene_le{
    width: 38%;
}
.join_bene_ri{
    width: 62%;
    padding-left: 113px;
}
.jblu_li{
    margin-bottom: 40px;
}
.jblu_li:last-child{
    margin-bottom: 0px;
}
.jblu_li_tp{
    position: relative;
}
.jblu_li_tp_icon{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 36px;
    opacity: 0;
    transition: all .36s;
}
.jblu_li_tp_icon img{
    width: 100%;
}
.jblu_li_tp_tit{
    line-height: 1.4;
    transition: all .36s;
    color: #666;
    transform: translateX(0%);
    transition: all .36s;
}
.jblu_li_btm{
    padding: 14px 0;
    border-bottom: solid 2px  #A694E3;
    display: none;
}
.jblu_li:first-child .jblu_li_btm{
    display: block;
}
.jblu_li_btm p{
    color: #666;
}
.join_bene_wrap{
    display: flex;
    align-items: center;
}
.jbru_li{
    display: none;
}
.jbru_li:first-child{
    display: block;
}
.jbru_li_box_img{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.jbru_li_box_img::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(343deg, #274A94 8.13%, rgba(115, 151, 225, 0.00) 53.72%);
    transform: scaleX(-1);
}
.jbru_li_box_img img{
    width: 100%;
}
.jbru_li_box_tit{
    width: calc(100% - 120px);
    position: absolute;
    left: 50%;
    bottom:57px;
    transform: translateX(-50%);
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    z-index: 3;
}
.jbru_li_pic, .jbru_li_video{
    position: relative;
}
.jblu_li.act .jblu_li_tp_tit{
    transform: translateX(13%);
}
.jblu_li.act .jblu_li_tp_icon{
    opacity: 1;
}
.jbru_li_video_cry{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
}
.jlvc_icon{
    width: 44px;
    margin: 0 auto 8px;
    cursor: pointer;
}
.jlvc_icon img{
    width: 100%;
}
.jlvc_text p{
    color: #fff;
    text-align: center;
}
.de_add{
    margin: 0 auto;
}
.jhul_sec_bg{
    fill: #FFF;
filter: drop-shadow(0px 4px 17px rgba(0, 0, 0, 0.10));
}
.jhul_sec_bg img{
    width: 100%;
}
.ys_videom_close {
    top: -5rem !important;
    width: 40px;
}
.ys_videom_close  img{
    width: 100%;
}
.join_cult{
    width: 100%;
    position: relative;
    padding: 90px 0;
    background: #F9F9F9;
    overflow: hidden;
}
.join_cult .he_content{
    position: relative;
}
.join_cult_tpul{
    display: flex;
    padding-bottom: 26px;
    border-bottom: solid 2px #d9d9d9;
}
.join_cult_tpul_li{
    width: 50%;
    position: relative;
}
.join_cult_tpul_li::after{
    content: "";
    position: absolute;
    bottom: -29px;
    left: 0;
    width: 0%;
    height: 4px;
    background: #274A94;
    transition: all .36s;
}
.join_cult_tpul_li.act::after{
    width: 100%;
}
.jctl_text{
    text-align: center;
    transition: all .36s;
    color: #333;
    cursor: pointer;
}
.join_cult_tpul_li.act .jctl_text{
    color: #274A94;
}
.jcbi_ul{
    display: flex;
    margin: 0 -13px;
}
.jcbi_ul_li{
    width: 25%;
    padding: 0 13px;
}
.julb_tp{
    position: relative;
    overflow: hidden;
}
.jcbi_ul_li1 .julb_tp{
    border-radius: 140px;
}
.jcbi_ul_li2 .julb_tp{
    border-radius: 0px 140px;
}
.jcbi_ul_li3 .julb_tp{
    border-radius: 0px 0px 140px 140px;
}
.jcbi_ul_li4 .julb_tp{
    border-radius: 140px 0px 140px 140px;
}
.julb_pics {
    position: relative;
}
.julb_pics::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}
.julb_tp_text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #FFF;
    text-shadow: 0px 4px 3.9px rgba(31, 34, 106, 0.20);
    font-weight: bold;
    line-height:1.4;
}
.join_cult_btmlis{
    margin-top: 60px;
}
.julb_tit{
    font-size: 20px;
    color: #333;
    line-height: 1.75;
    margin: 50px 0 16px;
}
.julb_word p{
    color: #666;
    line-height: 1.75;
}
.join_cult_bg{
    width: 35%;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
}
.join_cult_bg img{
    width: 100%;
}
.jcbi_wrap_ri{
    width: 59%;
    padding-right: 28px;
    position: relative;
}
.jcbi_wrap_le{
    width: 41%;
    padding-right:100px;
}
.jcbi_wrap_le ul{
    padding-left: 18px;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.jcbi_wrap_le ul li{
    list-style-type: disc;
    margin-bottom: 10px;
}
.jcbi_wrap_le ul li:last-child{
    margin-bottom: 0;
}
.jcbi_wrap_le ul li p{
    margin-bottom: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.75;
    color: #333;
}
.jcbi_wrap_le ul li::marker{
    color:#274A94;
    font-size: 20px;
}
.jcbi_wrap_ri_pic{
    position: relative;
    z-index:2;
}
.jcbi_wrap_ri_pic::after{
    content: "";
    position: absolute;
    bottom: -30px;
    right: -28px;
    border-radius: 20px;
    background: linear-gradient(270deg, #7397E1 0%, rgba(115, 151, 225, 0.26) 100%);
    z-index: -1;
    width: 94%;
    height: 100%;
}
.jcbi_wrap_ri_pic img{
    width: 100%;
    border-radius: 20px;
}
.jcbi_wrap{
    display: flex;
    align-items: center;
}
.join_cult_btmlis_item{
    display: none;
}
.join_cult_btmlis_item:first-child{
    display: block;
}
/* 侧边 */
.mc_aside_navbox {
    position: fixed;
    left: 0;
    padding-left: 100px;
    top: 50%;
    transform: translateY(-50%) translateX(-100%);
    z-index: 99;
    transition: all .36s ease-out;
}
.mc_aside_navbox.show {
    transform: translateY(-50%) translateX(0);
}
.show {
    display: block !important;
}
.mc_aside_nav {
    position: relative;
}
.mc_aside_li {
    position: relative;
    z-index: 1;
    padding-left: 16px;
    font-size: 16px;
    line-height: 1.4;
    color: #999999;
    margin: 12px 0;
    /*border-top: 1px solid transparent;*/
    /*border-bottom: 1px solid transparent;*/
    cursor: pointer;
    transition: all .36s;
}
.mc_aside_li.on {
    color: #274A94;
}
.mc_aside_navline {
    display: block;
    position: absolute;
    left: 0px;
    top: 11px;
    z-index: -1;
    width: 1px;
    height: 0px;
    max-height: calc(100% - 22px);
    background: #274A94;
    transition: all .5s;
}
.mc_aside_nav::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 11px;
    z-index: -2;
    width: 1px;
    height: calc(100% - 22px);
    background: #E4E4E4;
    transition: all .36s;
}
.mc_aside_nav::after{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #274A94;
    position: absolute;
    top: 10px;
    left: -2px;
}
.mc_aside_nav{
    --top:10;
}
.he_e1pcti_text{
    margin-bottom: 28px;
}
.he_nyban_ul .slick-dots{
    bottom: 62px;
}
.join_hono .slick-disabled{
    opacity: .5;
    pointer-events: none;
}
.jblu_li.act .jblu_li_tp_tit{
    color: #274a94;
}
@media screen and (min-width: 1200px) {
    .join_recr_ul_li a:hover .jrul_img img{
        transform: scale(1.05);
    }
    .join_recr_ul_li a:hover .jrul_btm_tit{
        color: #274a94;
    }
    .join_dyna_ul_li a:hover .jdul_ri p{
        color: rgba(39, 74, 148, 1);
    }
    /* .jaul_sec:hover .jaul_hide{
        opacity: 1;
    } */
}
/* 2024.05.13-新增-end */
/*20240618*/
.add_page .he_g1zst{
    display: none;
}
@font-face {
	font-family:'shuzi';src:url('../font/DIN-Light.ttf') format('truetype');font-weight:normal;font-style:normal
}

* {
	padding: 0;
	margin: 0;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: calc(100vw/19.2);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

@media (min-width: 1921px) {
	html {
		font-size: 100px
	}
}

@media (max-width: 1580px) {
	html {
		font-size: 66px
	}
}

@media (max-width: 767px) {
	html {
		font-size: calc(100vw/7.5)
	}
}

body {
	min-height: 100%;
	font-family: 'PingFang SC','Microsoft YaHei','Microsoft YaHei UI','SimSun','SimHei','Arial';
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
	background: #fff
}

@media (max-width: 1580px) {
	body {
		font-size: 14px
	}
}

@media (max-width: 767px) {
	body {
		font-size: .28rem
	}
}

img {
	border: 0;
	vertical-align: top
}

li {
	list-style: none
}

h1,h2,h3,h4,h5,h6 {
	font-family: inherit;
	font-style: inherit;
	font-size: inherit;
	font-weight: normal
}

a,a:hover,a:focus {
	text-decoration: none
}

input,button {
	-webkit-appearance: none;appearance: none;
	border-radius: 0
}

button {
	cursor: pointer
}

input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: button;appearance: button;
	cursor: pointer
}

textarea {
	resize: none;
	overflow: auto;
	font-family: 'PingFang SC','Microsoft YaHei','Microsoft YaHei UI','SimSun','SimHei','Arial'
}

input,button,textarea,select {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-size: inherit;
	font-weight: normal;
	color: inherit;
	background: transparent
}

select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

select::-ms-expand {
	display: none
}

table {
	border-collapse: collapse
}

.fl {
	float: left
}

.fr {
	float: right
}

.clear {
	zoom: 1
}

.clear:after {
	content: '';
	display: block;
	clear: both
}

.container {
	margin: 0 auto;
	width: 92.70833%;
	max-width: inherit
}

@media (max-width: 1199px) {
	.container {
		width: 90%
	}
}

@media (min-width: 1200px) {
	.container2 {
		width: 90.625%
	}
}

@media (min-width: 1200px) {
	.container3 {
		width: 85.9375%
	}
}

@media (min-width: 1200px) {
	.container4 {
		width: 75%
	}
}

.bg-color1 {
	background-color: #fff
}

.ptb100 {
	padding-top: 1rem;
	padding-bottom: 1rem
}

@media (max-width: 767px) {
	.ptb100 {
		padding-top: 1.2rem;
		padding-bottom: 1.2em
	}
}

.pt100 {
	padding-top: 1rem
}

@media (max-width: 767px) {
	.pt100 {
		padding-top: 1.2rem
	}
}

.pb100 {
	padding-bottom: 1rem
}

@media (max-width: 767px) {
	.pb100 {
		padding-bottom: 1.2rem
	}
}

.ptb140 {
	padding-top: 1.4rem;
	padding-bottom: 1.4rem
}

@media (max-width: 767px) {
	.ptb140 {
		padding-top: 1.2rem;
		padding-bottom: 1.2rem
	}
}

.pt140 {
	padding-top: 1.4rem
}

@media (max-width: 767px) {
	.pt140 {
		padding-top: 1.2rem
	}
}

.pb140 {
	padding-bottom: 1.4rem
}

@media (max-width: 767px) {
	.pb140 {
		padding-bottom: 1.2rem
	}
}

.font14 {
	font-size: 14px
}

@media (max-width: 1580px) {
	.font14 {
		font-size: 12px
	}
}

@media (max-width: 767px) {
	.font14 {
		font-size: .26rem
	}
}

.font16 {
	font-size: 16px
}

@media (max-width: 1580px) {
	.font16 {
		font-size: 14px
	}
}

@media (max-width: 767px) {
	.font16 {
		font-size: .28rem
	}
}

.font18 {
	font-size: 18px
}

@media (max-width: 1580px) {
	.font18 {
		font-size: 16px
	}
}

@media (max-width: 767px) {
	.font18 {
		font-size: .3rem;
		font-size: .28rem
	}
}

.font20 {
	font-size: .2rem
}

@media (max-width: 1580px) {
	.font20 {
		font-size: 18px
	}
}

@media (max-width: 991px) {
	.font20 {
		font-size: 16px
	}
}

@media (max-width: 767px) {
	.font20 {
		font-size: .3rem;
		font-size: .28rem
	}
}

.font22 {
	font-size: .22rem
}

@media (max-width: 1580px) {
	.font22 {
		font-size: 20px
	}
}

@media (max-width: 991px) {
	.font22 {
		font-size: 18px
	}
}

@media (max-width: 767px) {
	.font22 {
		font-size: .3rem;
		font-size: .28rem
	}
}

.font24 {
	font-size: .24rem
}

@media (max-width: 1580px) {
	.font24 {
		font-size: 20px
	}
}

@media (max-width: 991px) {
	.font24 {
		font-size: 18px
	}
}

@media (max-width: 767px) {
	.font24 {
		font-size: .28rem
	}
}

.font26 {
	font-size: .26rem
}

@media (max-width: 1580px) {
	.font26 {
		font-size: 22px
	}
}

@media (max-width: 991px) {
	.font26 {
		font-size: 20px
	}
}

@media (max-width: 767px) {
	.font26 {
		font-size: .32rem
	}
}

.font28 {
	font-size: .28rem
}

@media (max-width: 1580px) {
	.font28 {
		font-size: 24px
	}
}

@media (max-width: 991px) {
	.font28 {
		font-size: 22px
	}
}

@media (max-width: 767px) {
	.font28 {
		font-size: .32rem
	}
}

.font30 {
	font-size: .3rem
}

@media (max-width: 767px) {
	.font30 {
		font-size: .32rem
	}
}

.font32 {
	font-size: .32rem
}

@media (max-width: 767px) {
	.font32 {
		font-size: .36rem
	}
}

.font34 {
	font-size: .34rem
}

@media (max-width: 767px) {
	.font34 {
		font-size: .36rem
	}
}

.font36 {
	font-size: .36rem
}

@media (max-width: 767px) {
	.font36 {
		font-size: .36rem
	}
}

.font40 {
	font-size: .4rem
}

@media (max-width: 767px) {
	.font40 {
		font-size: .4rem
	}
}

.font44 {
	font-size: .44rem
}

@media (max-width: 1199px) {
	.font44 {
		font-size: .4rem
	}
}

@media (max-width: 767px) {
	.font44 {
		font-size: .4rem
	}
}

.font48 {
	font-size: .48rem
}

@media (max-width: 1199px) {
	.font48 {
		font-size: .4rem
	}
}

@media (max-width: 767px) {
	.font48 {
		font-size: .4rem
	}
}

.font50 {
	font-size: .5rem
}

@media (max-width: 991px) {
	.font50 {
		font-size: .44rem
	}
}

@media (max-width: 767px) {
	.font50 {
		font-size: .4rem
	}
}

.font54 {
	font-size: .54rem
}

@media (max-width: 1199px) {
	.font54 {
		font-size: .5rem
	}
}

@media (max-width: 991px) {
	.font54 {
		font-size: .44rem
	}
}

@media (max-width: 767px) {
	.font54 {
		font-size: .4rem
	}
}

.font56 {
	font-size: .56rem
}

@media (max-width: 1199px) {
	.font56 {
		font-size: .5rem
	}
}

@media (max-width: 991px) {
	.font56 {
		font-size: .44rem
	}
}

@media (max-width: 767px) {
	.font56 {
		font-size: .4rem
	}
}

.font60 {
	font-size: .6rem
}

@media (max-width: 1199px) {
	.font60 {
		font-size: .54rem
	}
}

@media (max-width: 991px) {
	.font60 {
		font-size: .44rem
	}
}

@media (max-width: 767px) {
	.font60 {
		font-size: .4rem
	}
}

.font64 {
	font-size: .64rem
}

@media (max-width: 1199px) {
	.font64 {
		font-size: .54rem
	}
}

@media (max-width: 991px) {
	.font64 {
		font-size: .44rem
	}
}

@media (max-width: 767px) {
	.font64 {
		font-size: .4rem
	}
}

.font72 {
	font-size: .72rem
}

@media (max-width: 1199px) {
	.font72 {
		font-size: .54rem
	}
}

@media (max-width: 767px) {
	.font72 {
		font-size: .4rem
	}
}

.base_img {
	position: relative;
	overflow: hidden
}

.base_img img {
	transition: all .6s;
	-webkit-transition: all .6s;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto
}

.base_img:before {
	content: "";
	display: block
}

#hi-upgrade {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: #fff;
	font-size: 16px;
	line-height: 26px;
	text-align: center
}

#hi-upgrade .hi-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -177px 0 0 -450px;
	width: 900px
}

#hi-upgrade .hi-wrap .hi-title {
	font-size: 30px;
	line-height: 40px;
	color: #333
}

#hi-upgrade .hi-wrap .hi-close {
	margin: 10px 0;
	display: inline-block;
	cursor: pointer;
	font-size: 18px;
	color: #005ec4
}

#hi-upgrade .hi-wrap .hi-close:hover {
	text-decoration: underline
}

#hi-upgrade .hi-wrap .hi-text1 {
	color: #666
}

#hi-upgrade .hi-wrap .hi-text1 span {
	color: #005ec4
}

#hi-upgrade .hi-wrap .hi-text2 {
	position: relative;
	margin: 60px 0;
	color: #333
}

#hi-upgrade .hi-wrap .hi-text2::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	width: 100%;
	border-top: 1px solid #ddd
}

#hi-upgrade .hi-wrap .hi-text2 span {
	position: relative;
	z-index: 5;
	padding: 0 30px;
	background: #fff
}

#hi-upgrade .hi-wrap .hi-list {
	overflow: hidden
}

#hi-upgrade .hi-wrap .hi-list li {
	display: inline-block;
	width: 16%
}

#hi-upgrade .hi-wrap .hi-list li div {
	margin: 0 auto 5px;
	width: 50px;
	height: 50px
}

#hi-upgrade .hi-wrap .hi-list li a {
	color: #666
}

#hi-upgrade .hi-wrap .hi-list li a:hover {
	color: #005ec4
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
	background: url(../images/hi-llq-1.jpg) no-repeat center / 100%
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
	background: url(../images/hi-llq-2.jpg) no-repeat center / 100%
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
	background: url(../images/hi-llq-3.jpg) no-repeat center / 100%
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
	background: url(../images/hi-llq-4.jpg) no-repeat center / 100%
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
	background: url(../images/hi-llq-5.jpg) no-repeat center / 100%
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
	background: url(../images/hi-llq-6.jpg) no-repeat center / 100%
}

.basepage {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center
}

.basepage a,.basepage span,.basepage .f_fan {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	border-radius: 6px;
	justify-content: center;
	color: #999999;
	flex-shrink: 0;
	transition: all .4s;
	float: left;
	font-size: 18px;
	margin: 0 5px 10px
}

@media (max-width: 1580px) {
	.basepage a,.basepage span,.basepage .f_fan {
		font-size: 16px
	}
}

@media (max-width: 767px) {
	.basepage a,.basepage span,.basepage .f_fan {
		font-size: .3rem;
		font-size: .28rem
	}
}

@media (max-width: 1580px) {
	.basepage a,.basepage span,.basepage .f_fan {
		font-size: 14px;
		width: 36px;
		height: 36px
	}
}

@media (max-width: 991px) {
	.basepage a,.basepage span,.basepage .f_fan {
		width: 26px;
		height: 26px;
		font-size: 14px
	}
}

.basepage .active {
	color: #004ea2
}

.basepage .active:hover {
	color: #004ea2
}

.basepage .f_fan {
	width: 72px;
	color: #005ec4;
	padding: 0 10px;
	text-align: center
}

@media (max-width: 1580px) {
	.basepage .f_fan {
		width: 68px
	}
}

@media (max-width: 767px) {
	.basepage .f_fan {
		width: 64px
	}
}

.basepage .f_fan::-webkit-input-placeholder {
	color: #999999
}

.basepage .f_fan::-ms-input-placeholder {
	color: #999999
}

.basepage .prev,.basepage .next {
	position: relative;
	color: #999
}

.basepage .prev svg,.basepage .next svg {
	width: 17px;
	height: 15px
}

@media (max-width: 1580px) {
	.basepage .prev svg,.basepage .next svg {
		width: 15px;
		height: 13px
	}
}

.basepage .prev svg path,.basepage .next svg path {
	transition: all .4s;
	fill: #999
}

.basepage .prev:hover,.basepage .next:hover {
	border-color: #004ea2
}

.basepage .prev:hover svg path,.basepage .next:hover svg path {
	fill: #004ea2
}

.basepage .fan {
	width: auto;
	padding: 0 15px
}

.basepage a:hover {
	color: #004ea2
}

.breadbox .fcont {
	display: flex;
	align-items: center;
	padding: .36rem 0
}

@media (max-width: 991px) {
	.breadbox .fcont {
		padding: 12px 0
	}
}

.breadbox .fcont a,.breadbox .fcont span {
	transition: all .4s;
	font-size: 16px;
	line-height: 26px;
	color: #999999;
	zoom: 1
}

@media (max-width: 1580px) {
	.breadbox .fcont a,.breadbox .fcont span {
		font-size: 14px;
		line-height: 24px
	}
}

.breadbox .fcont a img,.breadbox .fcont span img {
	float: left;
	width: 18px
}

@media (max-width: 1580px) {
	.breadbox .fcont a img,.breadbox .fcont span img {
		width: 16px
	}
}

.breadbox .fcont span {
	margin: 0 16px;
	display: block
}

@media (max-width: 1580px) {
	.breadbox .fcont span {
		margin: 0 10px
	}
}

@media (max-width: 991px) {
	.breadbox .fcont span {
		margin: 0 6px
	}
}

.breadbox .fcont a:hover {
	color: #004ea2
}

.breadbox .fcont .on {
	color: #004ea2
}

.breadbox .fcont a:last-child {
	color: #004ea2
}

@media (max-width: 991px) {
	.breadbox .fcont a:last-child {
		max-width: 36%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden
	}
}

@media (max-width:375px) {
	.breadbox .fcont a:last-child {
		max-width: 30%
	}
}

.breadbox .fcont .wofe {
	display: flex
}

.breadbox .fcont .wofe .li {
	display: flex;
	align-items: flex-start;
	padding: 0 6px;
	border: 1px solid #4070f4;
	line-height: 24px;
	font-size: 14px;
	color: #005ec4
}

.breadbox .fcont .wofe .li a {
	line-height: 1
}

.make-text {
	line-height: 1.66666667;
	color: #222222;
	font-size: 18px;
	font-family: 'PingFang SC','Microsoft YaHei','Microsoft YaHei UI','SimSun','SimHei','Arial' !important
}

@media (max-width: 1580px) {
	.make-text {
		font-size: 16px;
		line-height: 1.5
	}
}

@media (max-width: 1199px) {
	.make-text {
		line-height: 1.3
	}
}

.make-text img {
	max-width: 100%;
	height: auto!important
}

.make-text table td {
	border: 1px solid #ddd
}

.make-text ul,.make-text li,.make-text ol {
	list-style: inherit
}

.make-text ul {
	padding-left: 20px
}

.make-text video {
	width: auto;
	max-width: 100%;
	height: auto!important
}

.make-text h1,.make-text h2,.make-text h3,.make-text h4,.make-text h5,.make-text h6 {
	font-weight: revert;
	line-height: 1.22;
	font-size: .24rem;
	color: #222222
}

@media (max-width: 1580px) {
	.make-text h1,.make-text h2,.make-text h3,.make-text h4,.make-text h5,.make-text h6 {
		font-size: 20px
	}
}

@media (max-width: 991px) {
	.make-text h1,.make-text h2,.make-text h3,.make-text h4,.make-text h5,.make-text h6 {
		font-size: 18px
	}
}

@media (max-width: 767px) {
	.make-text h1,.make-text h2,.make-text h3,.make-text h4,.make-text h5,.make-text h6 {
		font-size: .28rem
	}
}

@media (max-width: 767px) {
	.make-text h1,.make-text h2,.make-text h3,.make-text h4,.make-text h5,.make-text h6 {
		font-size: 16px!important;
		line-height: 1.3
	}
}

.make-text p,.make-text span {
	font-size: 16px;
	font-family: 'PingFang SC','Microsoft YaHei','Microsoft YaHei UI','SimSun','SimHei','Arial' !important;
	color: #222222
}

@media (max-width: 767px) {
	.make-text p,.make-text span {
		line-height: 24px;
		font-size: 16px!important
	}
}

.bsTop {
	width: 100%!important
}

.bsFrameDiv>div {
	height: 208px!important
}

.bsFrameDiv img {
	margin: 16px!important
}

.basealt {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 666;
	width: 100%;
	height: 100%
}

.basealt .bag {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5
}

.basealt .cont {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%)
}

.basealt .cont .fclose {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	right: .4rem;
	top: .3rem;
	transition: all .4s;
	width: 18px;
	height: 18px
}

@media (max-width: 1580px) {
	.basealt .cont .fclose {
		width: 14px;
		height: 14px
	}
}

.basealt .cont .fclose svg,.basealt .cont .fclose img {
	width: auto;
	height: auto;
	transition: all .4s;
	max-width: 100%;
	max-height: 100%
}

.basealt .cont .fclose svg rect,.basealt .cont .fclose img rect {
	transition: all .4s;
	fill: rgba(255,255,255,0.2);
	stroke: #fff
}

.basealt .cont .fclose svg path,.basealt .cont .fclose img path {
	fill: #ffffff
}

.basealt .cont .fclose:hover {
	transform: rotate(90deg)
}

.basealt .cont .fclose:hover svg rect,.basealt .cont .fclose:hover img rect {
	fill: #333333;
	stroke: #333333
}

.public-img {
	display: block;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.public-img::before {
	content: "";
	display: block;
	position: relative;
	z-index: 0;
	padding-top: 100%
}

.public-img>img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s
}

.errorbox {
	padding: 1.74rem 0 1.94rem;
	display: flex;
	overflow: hidden;
	flex-direction: column;
	text-align: center;
	justify-content: center
}

.errorbox .img {
	height: 2.84rem;
	max-width: 100%;
	margin-bottom: .56rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 4%
}

@media (max-width: 767px) {
	.errorbox .img {
		height: 2rem
	}
}

.errorbox .img img {
	width: auto;
	max-width: initial;
	height: 100%
}

.errorbox .f_text {
	color: #000;
	font-weight: bold;
	margin-bottom: .22rem
}

.errorbox .f_text span {
	color: #0067da
}

.errorbox .f_text a {
	color: #0067da;
	display: inline-block;
	margin-left: .1rem
}

.errorbox .f_text a:hover {
	text-decoration: underline
}

.errorbox .hm_but {
	margin: 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: .1rem .2rem .1rem .12rem;
	border: 1px solid #dcdcdc;
	border-radius: .36rem;
	color: #999999;
	transition: all .4s
}

.errorbox .hm_but i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	margin-right: 10px
}

@media (max-width: 1580px) {
	.errorbox .hm_but i {
		width: 14px;
		height: 14px;
		margin-right: 8px
	}
}

@media (max-width: 767px) {
	.errorbox .hm_but i {
		width: 12px;
		height: 12px
	}
}

.errorbox .hm_but i img {
	width: 100%;
	max-height: 100%
}

.errorbox .hm_but i img:nth-child(2) {
	display: none
}

.errorbox .hm_but:hover {
	color: #ffffff;
	background-color: #005ec4
}

.errorbox .hm_but:hover i img {
	display: none
}

.errorbox .hm_but:hover i img:nth-child(2) {
	display: block
}

@media (min-width: 768px) {
	.errorbox .hm_but {
		width: 1.48rem
	}
}

@media (min-width: 992px) {
	.webstiembox .container {
		width: 73%
	}
}

.webstiembox .container .fztit1 {
	color: #000000;
	font-weight: bold;
	margin-bottom: .38rem;
	text-align: center
}

.webstiembox .container .cont .jut {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #eeeeee;
	padding: .44rem 0 .34rem;
	line-height: 28px
}

@media (max-width: 1580px) {
	.webstiembox .container .cont .jut {
		line-height: 24px
	}
}

@media (max-width: 767px) {
	.webstiembox .container .cont .jut {
		line-height: 1.5
	}
}

.webstiembox .container .cont .jut:last-child {
	border-bottom: none
}

.webstiembox .container .cont .jut .tit {
	display: block;
	width: 19.42%;
	font-weight: 600;
	color: #231815;
	font-size: .22rem
}

@media (max-width: 1580px) {
	.webstiembox .container .cont .jut .tit {
		font-size: 20px
	}
}

@media (max-width: 991px) {
	.webstiembox .container .cont .jut .tit {
		font-size: 18px
	}
}

@media (max-width: 767px) {
	.webstiembox .container .cont .jut .tit {
		font-size: .3rem;
		font-size: .28rem
	}
}

@media (max-width: 991px) {
	.webstiembox .container .cont .jut .tit {
		width: 18%
	}
}

@media (max-width: 767px) {
	.webstiembox .container .cont .jut .tit {
		width: 100%
	}
}

.webstiembox .container .cont .jut .nei {
	display: flex;
	flex-wrap: wrap;
	width: 80.58%
}

@media (max-width: 991px) {
	.webstiembox .container .cont .jut .nei {
		width: 82%
	}
}

@media (max-width: 767px) {
	.webstiembox .container .cont .jut .nei {
		width: 100%;
		margin-top: .24rem
	}
}

.webstiembox .container .cont .jut .nei .li {
	display: inline-block;
	padding-right: .1rem;
	margin-bottom: .1rem;
	font-size: 18px;
	transition: all .4s;
	margin-right: .4rem;
	color: #333333
}

@media (max-width: 1580px) {
	.webstiembox .container .cont .jut .nei .li {
		font-size: 16px
	}
}

@media (max-width: 767px) {
	.webstiembox .container .cont .jut .nei .li {
		font-size: .3rem;
		font-size: .28rem
	}
}

@media (max-width: 991px) {
	.webstiembox .container .cont .jut .nei .li {
		width: auto;
		margin-right: .4rem
	}
}

@media (max-width: 767px) {
	.webstiembox .container .cont .jut .nei .li {
		width: auto;
		margin-right: .4rem;
		font-size: .24rem
	}
}

.webstiembox .container .cont .jut .nei .li:hover {
	color: #005ec4
}

.policybox-sec1 {
	padding: 1rem 0 1.4rem
}

@media (min-width: 992px) {
	.policybox-sec1 .container {
		width: 65%
	}
}

.policybox-sec1 .f_cont .f_title {
	font-weight: bold;
	text-align: center;
	color: #38393c;
	margin-bottom: .26rem
}

.policybox-sec1 .f_cont .f_jut {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: .42rem
}

.policybox-sec1 .f_cont .f_jut .li {
	color: #999999;
	margin: 0 .25rem
}

@media (max-width: 767px) {
	.policybox-sec1 .f_cont .f_jut .li {
		font-size: .26rem;
		margin: 0 .1rem
	}
}

.searchbox {
	padding: 1rem 0 1.2rem
}

@media (min-width: 992px) {
	.searchbox .container {
		width: 68%
	}
}

.searchbox_title {
	text-align: center;
	color: #000000;
	font-weight: bold;
	margin-bottom: .2rem
}

.searchbox .f_form {
	display: flex;
	width: 6rem;
	margin: 0 auto;
	border-radius: 30px;
	border: solid 1px #f5f5f5;
	padding: 5px
}

.searchbox .f_form input,.searchbox .f_form .f_sub {
	height: .5rem
}

@media (max-width: 767px) {
	.searchbox .f_form input,.searchbox .f_form .f_sub {
		height: .66rem
	}
}

.searchbox .f_form input {
	padding: 0 14px;
	width: calc(100% - .8rem)
}

.searchbox .f_form input::-webkit-input-placeholder {
	color: #999
}

.searchbox .f_form input::placeholder {
	color: #999999
}

.searchbox .f_form .f_sub {
	width: .8rem;
	background-color: #005ec4;
	border-radius: 25px;
	color: #ffffff
}

@media (max-width: 767px) {
	.searchbox .f_form {
		width: 100%
	}

	.searchbox .f_form input {
		width: calc(100% - 1.2rem)
	}

	.searchbox .f_form .f_sub {
		width: 1.2rem
	}
}

.searchbox .f_nav {
	position: relative
}

.searchbox .f_nav::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000000;
	opacity: .1
}

.searchbox .f_nav .container {
	display: flex;
	justify-content: center
}

.searchbox .f_nav .container .searchbox_nav {
	margin-top: .65rem;
	position: relative;
	width: auto;
	max-width: 100%
}

.searchbox .f_nav .container .searchbox_nav .swiper-slide {
	width: auto;
	margin: 0 .28rem
}

.searchbox .f_nav .container .searchbox_nav .swiper-slide .item {
	color: #222222;
	transition: all .4s;
	border-bottom: 3px solid transparent;
	padding-bottom: .14rem;
	font-weight: bold;
	display: block
}

@media (max-width: 1580px) {
	.searchbox .f_nav .container .searchbox_nav .swiper-slide .item {
		border-width: 2px
	}
}

.searchbox .f_nav .container .searchbox_nav .on .item {
	color: #005ec4;
	border-color: #005ec4
}

.searchbox .f_error {
	padding: .8rem 0 .6rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #231815
}

.searchbox .f_error img {
	width: 1.44rem;
	height: auto;
	margin-bottom: .22rem
}

.searchbox .cont {
	margin-top: .7rem
}

.searchbox .cont .f_jt {
	margin-bottom: .7rem
}

.searchbox .cont .f_jt:last-child {
	margin-bottom: 0
}

.searchbox .cont .f_jt .fz_title {
	display: flex;
	align-items: flex-end;
	border-bottom: 1px solid #e5e7e9;
	padding-bottom: .24rem
}

.searchbox .cont .f_jt .fz_title .f_tit {
	font-weight: bold;
	color: #222222
}

@media (max-width: 767px) {
	.searchbox .cont .f_jt .fz_title .f_tit {
		font-size: .36rem
	}
}

.searchbox .cont .f_jt .fz_title .f_name {
	color: #999999;
	margin-left: .1rem;
	margin-bottom: .2em
}

@media (max-width: 767px) {
	.searchbox .cont .f_jt .fz_title .f_name {
		font-size: .22rem;
		margin-bottom: .1rem
	}
}

.searchbox .cont .f_jt .f_brd {
	display: flex
}

.searchbox .cont .f_jt .f_brd .f_name,.searchbox .cont .f_jt .f_brd span,.searchbox .cont .f_jt .f_brd a {
	flex: 0 0 auto;
	color: #666666;
	display: block;
	font-size: 14px
}

@media (max-width: 1580px) {
	.searchbox .cont .f_jt .f_brd .f_name,.searchbox .cont .f_jt .f_brd span,.searchbox .cont .f_jt .f_brd a {
		font-size: 12px
	}
}

@media (max-width: 767px) {
	.searchbox .cont .f_jt .f_brd .f_name,.searchbox .cont .f_jt .f_brd span,.searchbox .cont .f_jt .f_brd a {
		font-size: .26rem
	}
}

.searchbox .cont .f_jt .f_brd span {
	margin: 0 .1rem
}

.searchbox .cont .f_jt .f_brd .f_name {
	margin: 0
}

.searchbox .cont .f_jt .f_brd a:hover {
	color: #005ec4;
	text-decoration: underline
}

.searchbox .cont .f_jt .f_brd a:last-child {
	flex: 1 1 auto;
	overflow: hidden;
	max-width: 33.333%;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #005ec4
}

.searchbox .cont .f_jt .f_but {
	color: #004ea2;
	margin-top: .72rem
}

.searchbox .cont .f_jt .f_but:hover {
	text-decoration: underline
}

.searchbox .cont .f_jt .msg_cont {
	margin-top: .36rem
}

.searchbox .cont .f_jt .msg_cont .f_item {
	margin-bottom: .3rem
}

.searchbox .cont .f_jt .msg_cont .f_item .font {
	width: 100%;
	margin-bottom: .1rem;
	display: block
}

.searchbox .cont .f_jt .msg_cont .f_item .font .f_tit {
	font-weight: bold;
	color: #222222;
	margin-bottom: .12rem;
	transition: all .4s
}

.searchbox .cont .f_jt .msg_cont .f_item .font .f_text {
	color: #666666;
	line-height: 1.42857143;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;line-clamp: 2;
	overflow: hidden;
	height: 2.85714286em
}

.searchbox .cont .f_jt .msg_cont .f_item .font:hover .f_tit {
	color: #005ec4
}

.searchbox .cont .f_jt .news_cont .f_item {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: .4rem
}

.searchbox .cont .f_jt .news_cont .f_item .img {
	display: block;
	width: 15.4%;
	z-index: 2
}

@media (max-width: 767px) {
	.searchbox .cont .f_jt .news_cont .f_item .img {
		width: 100%;
		margin-bottom: .34rem
	}
}

.searchbox .cont .f_jt .news_cont .f_item .img:before {
	padding-top: 55%
}

.searchbox .cont .f_jt .news_cont .f_item .f_wen {
	width: 84.6%;
	padding-left: .4rem
}

@media (max-width: 767px) {
	.searchbox .cont .f_jt .news_cont .f_item .f_wen {
		width: 70%;
		width: 100%;
		padding-left: 0
	}
}

.searchbox .cont .f_jt .news_cont .f_item:hover .img img {
	transform: scale(1.1)
}

.searchbox .cont .f_jt .inve_cont .f_item .font {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center
}

@media (max-width: 767px) {
	.searchbox .cont .f_jt .inve_cont .f_item .font {
		margin-bottom: .2rem
	}
}

.searchbox .cont .f_jt .inve_cont .f_item .font .f_wen {
	width: calc(100% - 3rem)
}

@media (max-width: 767px) {
	.searchbox .cont .f_jt .inve_cont .f_item .font .f_wen {
		width: 100%
	}
}

.searchbox .cont .f_jt .inve_cont .f_item .font .f_wen .f_text {
	height: auto;
	max-height: 2.85714286em
}

.searchbox .cont .f_jt .inve_cont .f_item .font .fz_niu {
	display: flex;
	justify-content: space-between;
	width: 2.6rem
}

@media (max-width: 767px) {
	.searchbox .cont .f_jt .inve_cont .f_item .font .fz_niu {
		width: 100%;
		margin-top: .12rem;
		justify-content: flex-start
	}
}

.searchbox .cont .f_jt .inve_cont .f_item .font .fz_niu .f_btn {
	display: flex;
	align-items: center;
	color: #0057b4;
	transition: all .4s
}

@media (max-width: 767px) {
	.searchbox .cont .f_jt .inve_cont .f_item .font .fz_niu .f_btn {
		margin-right: .4rem;
		font-size: .24rem
	}

	.searchbox .cont .f_jt .inve_cont .f_item .font .fz_niu .f_btn:last-child {
		margin-right: 0
	}
}

.searchbox .cont .f_jt .inve_cont .f_item .font .fz_niu .f_btn i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 17px;
	margin-right: .1rem
}

@media (max-width: 1580px) {
	.searchbox .cont .f_jt .inve_cont .f_item .font .fz_niu .f_btn i {
		width: 16px;
		height: 13px
	}
}

.searchbox .cont .f_jt .inve_cont .f_item .font .fz_niu .f_btn i img,.searchbox .cont .f_jt .inve_cont .f_item .font .fz_niu .f_btn i svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.searchbox .cont .f_jt .inve_cont .f_item .font .fz_niu .f_btn:hover {
	opacity: .7
}

.basemenubut {
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	height: 100%;
	width: 22px
}

.basemenubut span {
	display: block;
	width: 100%;
	height: 2px;
	margin-bottom: 5px;
	border-radius: 3px;
	background-color: #666;
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}

.basemenubut span:last-child {
	margin-bottom: 0
}

.basemenubut span:nth-child(2) {
	width: 80%
}

.basemenubut2 span:nth-child(1) {
	transform: rotate(45deg);
	margin: 0;
	margin-top: 2px
}

.basemenubut2 span:nth-child(2) {
	display: none
}

.basemenubut2 span:nth-child(3) {
	transform: rotate(-45deg);
	margin: 0;
	margin-top: -2px
}

.hadheight {
	display: none;
	height: 110px
}

@media (max-width: 1580px) {
	.hadheight {
		height: 80px
	}
}

@media (max-width: 991px) {
	.hadheight {
		height: 60px
	}
}

.hadbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 666;
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}
/*
.hadbox-sec1 {
	transition: all .3s linear;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	line-height: 100px;
	height: 110px
}

@media (max-width: 1580px) {
	.hadbox-sec1 {
		line-height: 80px;
		height: 80px
	}
}

@media (max-width: 991px) {
	.hadbox-sec1 {
		line-height: 60px;
		height: 60px
	}
}

.hadbox-sec1 .container {
	display: flex;
	justify-content: space-between;
	width: 92%;
	height: 100%
}

@media (min-width: 768px) {
	.hadbox-sec1 .container {
		max-width: inherit;
		width: 100%;
		padding-left: .35rem
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hadbox-sec1 .container {
		padding-right: .35rem
	}
}

.hadbox-sec1 .lt {
	display: flex;
	align-items: center;
	position: relative
}

.hadbox-sec1 .lt:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 120%;
	transform: rotate(34deg);
	transform-origin: bottom right;
	width: 1px;
	background-color: #ffffff;
	opacity: .1
}

@media (max-width: 991px) {
	.hadbox-sec1 .lt:before {
		display: none
	}
}

.hadbox-sec1 .lt .fz_logo {
	display: flex;
	overflow: hidden;
	width: 150px
}

@media (max-width: 1580px) {
	.hadbox-sec1 .lt .fz_logo {
		width: 130px
	}
}

@media (max-width: 991px) {
	.hadbox-sec1 .lt .fz_logo {
		width: 80px
	}
}

@media (max-width: 767px) {
	.hadbox-sec1 .lt .fz_logo {
		width: 1.6rem
	}
}

.hadbox-sec1 .lt .fz_logo img {
	float: left;
	width: 100%
}

.hadbox-sec1 .lt .fz_logo img:nth-child(2) {
	display: none
}

.hadbox-sec1 .f_navbox {
	display: flex;
	align-items: center;
	margin-left: .38rem
}

@media (max-width: 991px) {
	.hadbox-sec1 .f_navbox {
		display: none
	}
}

.hadbox-sec1 .f_navbox>li {
	position: relative
}

.hadbox-sec1 .f_navbox li .tit {
	display: flex;
	align-items: center;
	color: #ffffff;
	font-size: 16px;
	position: relative;
	padding: 0 .38rem
}

@media (max-width: 1580px) {
	.hadbox-sec1 .f_navbox li .tit {
		font-size: 14px
	}
}

@media (max-width: 767px) {
	.hadbox-sec1 .f_navbox li .tit {
		font-size: .28rem
	}
}

@media (max-width: 1199px) {
	.hadbox-sec1 .f_navbox li .tit {
		padding: 0 12px
	}
}

.hadbox-sec1 .f_navbox li .tit i {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	width: 11px;
	height: 7px;
	margin-left: 10px
}

.hadbox-sec1 .f_navbox li .tit i img,.hadbox-sec1 .f_navbox li .tit i svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	float: left
}

.hadbox-sec1 .f_navbox li .tit i img:nth-child(2),.hadbox-sec1 .f_navbox li .tit i svg:nth-child(2) {
	display: none
}

.hadbox-sec1 .f_navbox li .tit i svg {
	max-width: 100%;
	max-height: 100%
}

.hadbox-sec1 .f_navbox li .tit i svg path {
	fill: #ffffff
}

.hadbox-sec1 .f_navbox li .tit:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	background-color: #005ec4;
	height: 2px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px;
	display: none
}

@media (max-width: 1580px) {
	.hadbox-sec1 .f_navbox li .tit:after {
		height: 2px
	}
}

.hadbox-sec1 .f_navbox li>ul {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 180px;
	background-color: rgba(255,255,255,0.9);
	background-color: #ffffff;
	line-height: 1.5;
	border-radius: 0 0 4px 4px;
	text-align: center;
	padding: .05rem 0 0;
	margin-top: -1px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.06);
	display: none
}

.hadbox-sec1 .f_navbox li>ul>li a {
	display: flex;
	align-items: center;
	text-align: left;
	font-size: 16px;
	transition: all .4s;
	-webkit-transition: all .4s;
	padding: .2rem;
	color: #000000
}

@media (max-width: 1580px) {
	.hadbox-sec1 .f_navbox li>ul>li a {
		font-size: 14px
	}
}

@media (max-width: 767px) {
	.hadbox-sec1 .f_navbox li>ul>li a {
		font-size: .28rem
	}
}

.hadbox-sec1 .f_navbox li>ul>li a:hover {
	color: #005ec4
}

.hadbox-sec1 .f_navbox li>ul>li a .f_icon1,.hadbox-sec1 .f_navbox li>ul>li a .f_icon2 {
	justify-content: center;
	display: flex;
	align-items: center;
	width: 24px;
	height: 20px
}

@media (max-width: 1580px) {
	.hadbox-sec1 .f_navbox li>ul>li a .f_icon1,.hadbox-sec1 .f_navbox li>ul>li a .f_icon2 {
		width: 20px;
		height: 16px
	}
}

.hadbox-sec1 .f_navbox li>ul>li a .f_icon1 img,.hadbox-sec1 .f_navbox li>ul>li a .f_icon2 img,.hadbox-sec1 .f_navbox li>ul>li a .f_icon1 svg,.hadbox-sec1 .f_navbox li>ul>li a .f_icon2 svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	max-height: 100%
}

.hadbox-sec1 .f_navbox li>ul>li a .f_icon1 {
	position: relative
}

.hadbox-sec1 .f_navbox li>ul>li a .f_icon1 img {
	transition: all .4s
}

.hadbox-sec1 .f_navbox li>ul>li a .f_icon1 img:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0
}

.hadbox-sec1 .f_navbox li>ul>li a span {
	display: block;
	width: calc(100% - 24px);
	padding-left: .12rem;
	color: #000000;
	transition: all .4s;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

@media (max-width: 1580px) {
	.hadbox-sec1 .f_navbox li>ul>li a span {
		width: calc(100% - 20px)
	}
}

.hadbox-sec1 .f_navbox li>ul>li a .f_icon2 {
	opacity: 0;
	transition: all .4s;
	width: 8px;
	height: 13px;
	display: none
}

@media (max-width: 1580px) {
	.hadbox-sec1 .f_navbox li>ul>li a .f_icon2 {
		width: 6px;
		height: 10px
	}
}

.hadbox-sec1 .f_navbox li>ul>li a .f_icon2 svg,.hadbox-sec1 .f_navbox li>ul>li a .f_icon2 img {
	width: 100%;
	height: 100%
}

.hadbox-sec1 .f_navbox li>ul>li a .f_icon2 svg path,.hadbox-sec1 .f_navbox li>ul>li a .f_icon2 img path {
	fill: #005ec4
}

.hadbox-sec1 .f_navbox li>ul>li a:hover .f_icon1 img {
	opacity: 1
}

.hadbox-sec1 .f_navbox li>ul>li a:hover .f_icon1 img:nth-child(2) {
	opacity: 1
}

.hadbox-sec1 .f_navbox li>ul>li a:hover span {
	color: #005ec4
}

.hadbox-sec1 .f_navbox li>ul>li a:hover .f_icon2 {
	opacity: 1
}

.hadbox-sec1 .f_navbox li:hover .tit span {
	color: #005ec4
}

.hadbox-sec1 .f_navbox li:hover .tit:after {
	width: 78%
}

.hadbox-sec1 .f_navbox li:hover .fz_hover {
	visibility: visible;
	line-height: 80px;
	height: 80px
}

@media (max-width: 1580px) {
	.hadbox-sec1 .f_navbox li:hover .fz_hover {
		line-height: 50px;
		height: 50px
	}
}

.hadbox-sec1 .f_navbox li:hover .hover1 {
	display: block
}

.hadbox-sec1 .f_navbox li.on .tit {
	font-weight: bold
}

.hadbox-sec1 .f_navbox .f_hover1 {
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	width: 5.8rem;
	line-height: 1.5;
	background: #ffffff;
	padding: .45rem .42rem .28rem;
	box-shadow: -0.11rem 7px .1rem 0 rgba(51,51,51,0.02);
	display: none
}

@media (max-width: 1580px) {
	.hadbox-sec1 .f_navbox .f_hover1 {
		width: 6.8rem
	}
}

.hadbox-sec1 .f_navbox .f_hover1 .f_jt {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: .54rem
}

.hadbox-sec1 .f_navbox .f_hover1 .f_jt .f_li {
	width: 50%;
	padding-right: .2rem
}

.hadbox-sec1 .f_navbox .f_hover1 .f_jt .f_li .zhin {
	color: #333333;
	font-weight: bold;
	display: flex;
	align-items: flex-start;
	margin-bottom: .15rem
}

.hadbox-sec1 .f_navbox .f_hover1 .f_jt .f_li .zhin i {
	width: 20px;
	display: flex;
	align-items: center;
	position: relative;
	top: .75em;
	transform: translateY(-50%)
}

@media (max-width: 1580px) {
	.hadbox-sec1 .f_navbox .f_hover1 .f_jt .f_li .zhin i {
		width: 16px
	}
}

.hadbox-sec1 .f_navbox .f_hover1 .f_jt .f_li .zhin i img,.hadbox-sec1 .f_navbox .f_hover1 .f_jt .f_li .zhin i svg {
	width: 100%
}

.hadbox-sec1 .f_navbox .f_hover1 .f_jt .f_li .zhin span {
	display: block;
	color: #333333;
	font-weight: bold;
	padding-left: 12px
}

@media (max-width: 1580px) {
	.hadbox-sec1 .f_navbox .f_hover1 .f_jt .f_li .zhin span {
		padding-left: 8px
	}
}

.hadbox-sec1 .f_navbox .f_hover1 .f_jt .f_li .list1 {
	color: #777777;
	transition: all .4s;
	display: block;
	padding-left: 35px;
	margin-bottom: .16rem
}

@media (max-width: 1580px) {
	.hadbox-sec1 .f_navbox .f_hover1 .f_jt .f_li .list1 {
		padding-left: 24px
	}
}

.hadbox-sec1 .f_navbox .f_hover1 .f_jt .f_li .list1:last-child {
	margin-bottom: 0
}

.hadbox-sec1 .f_navbox .f_hover1 .f_jt .f_li .list1:hover {
	color: #005ec4
}

.hadbox-sec1 .f_navbox .f_hover1 .f_but {
	display: block;
	text-align: center;
	padding-top: .24rem;
	color: #666666;
	transition: all .4s;
	border-top: 1px solid rgba(0,0,0,0.1)
}

.hadbox-sec1 .f_navbox .f_hover1 .f_but:hover {
	color: #005ec4
}

.hadbox-sec1 .gt {
	display: flex;
	flex-direction: column;
	width: calc(100% - 150px)
}

@media (max-width: 1580px) {
	.hadbox-sec1 .gt {
		width: calc(100% - 130px)
	}
}

@media (max-width: 991px) {
	.hadbox-sec1 .gt {
		width: auto
	}
}

.hadbox-sec1 .gt .f_top,.hadbox-sec1 .gt .f_bot {
	display: flex
}

.hadbox-sec1 .gt .f_top {
	height: 40px;
	line-height: 40px;
	justify-content: flex-end;
	padding-right: .5rem;
	position: relative
}

@media (max-width: 1580px) {
	.hadbox-sec1 .gt .f_top {
		line-height: 30px;
		height: 30px
	}
}

@media (max-width: 991px) {
	.hadbox-sec1 .gt .f_top {
		display: none
	}
}

@media (max-width: 767px) {
	.hadbox-sec1 .gt .f_top {
		padding-right: 0
	}
}

.hadbox-sec1 .gt .f_top:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 97.3%;
	height: 1px;
	background-color: #ffffff;
	opacity: .1
}

@media (max-width: 1900px) {
	.hadbox-sec1 .gt .f_top:before {
		width: calc(100% - .52rem)
	}
}

@media (min-width:1921px) {
	.hadbox-sec1 .gt .f_top:before {
		width: 98.2%
	}
}

.hadbox-sec1 .gt .f_top .f_lang {
	margin-right: .9rem
}

.hadbox-sec1 .gt .f_top .f_lang:before {
	content: "";
	display: block;
	position: absolute;
	right: -0.45rem;
	top: 50%;
	width: 1px;
	height: 11px;
	background-color: #ffffff;
	opacity: .2;
	transform: translateY(-50%)
}

.hadbox-sec1 .gt .f_top .f_lang:last-child {
	margin-right: 0
}

.hadbox-sec1 .gt .f_top .f_lang:last-child:before {
	display: none
}

.hadbox-sec1 .gt .f_top .f_lang .hover2 {
	display: none;
	background: #fff;
	border-radius: 0 0 16px 16px;
	-webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.05);
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.05);
	min-width: 100%;
	padding: 24px 32px 32px 36px;
	position: absolute;
	right: 0;
	top: 100%;
	width: 256px;
	z-index: 999;
	line-height: 1.5
}

.hadbox-sec1 .gt .f_top .f_lang .hover2 .header-site {
	padding: 12px 0;
	width: 100%
}

.hadbox-sec1 .gt .f_top .f_lang .hover2 .header-site:not(:last-child) {
	border-bottom: 1px solid #dfe1e6
}

.hadbox-sec1 .gt .f_top .f_lang .hover2 .header-site .header-site-left {
	color: #191919;
	font-size: 16px;
	font-weight: 600;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	margin-bottom: 11px
}

.hadbox-sec1 .gt .f_top .f_lang .hover2 .header-site .header-site-right .header-lang-item {
	margin-bottom: 12px;
	position: relative
}

.hadbox-sec1 .gt .f_top .f_lang .hover2 .header-site .header-site-right .header-lang-item:last-child {
	margin-bottom: 0
}

.hadbox-sec1 .gt .f_top .f_lang .hover2 .header-site .header-site-right .header-lang-item a {
	color: #595959;
	display: block;
	font-size: 14px;
	cursor: pointer;
	line-height: 22px;
	position: relative;
	-webkit-transition: .2s;
	transition: .2s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.hadbox-sec1 .gt .f_top .f_lang .hover2 .header-site .header-site-right .header-lang-item a:hover {
	color: #005ec4
}

.hadbox-sec1 .gt .f_top .f_lang .hover2 .header-site .header-site-right .header-lang-item:after {
	content: "";
	display: block;
	border-right: 3px solid #005ec4;
	height: 16px;
	left: -16px;
	position: absolute;
	top: 4px;
	opacity: 0
}

.hadbox-sec1 .gt .f_top .f_lang .hover2 .header-site .header-site-right .header-lang-item.active:after {
	opacity: 1
}

.hadbox-sec1 .gt .f_top .f_lang .hover2 .header-site .header-site-right .header-lang-item.active a {
	color: #005ec4
}

.hadbox-sec1 .gt .f_top .f_lang:hover .hover2 {
	display: block
}

.hadbox-sec1 .gt .f_bot {
	height: 70px;
	line-height: 70px;
	align-items: center;
	position: relative;
	z-index: 2
}

@media (max-width: 1580px) {
	.hadbox-sec1 .gt .f_bot {
		height: 50px;
		line-height: 50px
	}
}

@media (max-width: 991px) {
	.hadbox-sec1 .gt .f_bot {
		height: 60px;
		line-height: 60px
	}
}

.hadbox-sec1 .gt .f_bot .f_search {
	margin-left: auto
}

.hadbox-sec1 .gt .f_lang {
	height: 100%;
	position: relative;
	margin-right: .36rem
}

.hadbox-sec1 .gt .f_lang .la_tit {
	display: flex;
	transition: all .4s linear;
	color: #ffffff;
	user-select: none;
	-webkit-user-select: none;
	align-items: center;
	font-size: 14px
}

@media (max-width: 1580px) {
	.hadbox-sec1 .gt .f_lang .la_tit {
		font-size: 12px
	}
}

@media (max-width: 767px) {
	.hadbox-sec1 .gt .f_lang .la_tit {
		font-size: .26rem
	}
}

.hadbox-sec1 .gt .f_lang .la_tit i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	margin-right: 14px
}

@media (max-width: 1580px) {
	.hadbox-sec1 .gt .f_lang .la_tit i {
		width: 16px;
		height: 16px;
		margin-right: 10px
	}
}

@media (max-width: 767px) {
	.hadbox-sec1 .gt .f_lang .la_tit i {
		width: 14px;
		height: 14px
	}
}

.hadbox-sec1 .gt .f_lang .la_tit i svg,.hadbox-sec1 .gt .f_lang .la_tit i img {
	width: 100%;
	height: 100%
}

.hadbox-sec1 .gt .f_lang .la_tit i svg path,.hadbox-sec1 .gt .f_lang .la_tit i img path {
	fill: #ffffff;
	transition: all .4s linear
}

.hadbox-sec1 .gt .f_lang .la_tit .f_icon {
	display: block;
	width: 11px;
	height: 7px;
	margin-left: 10px
}

.hadbox-sec1 .gt .f_lang .la_tit .f_icon path {
	transition: all .4s linear;
	fill: #ffffff
}

.hadbox-sec1 .gt .f_lang .hover1 {
	position: absolute;
	top: 90%;
	left: 50%;
	width: 120%;
	background-color: #ffffff;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	line-height: 1.5;
	padding-bottom: .12rem;
	display: none;
	z-index: 3;
	box-shadow: 0 2px 6px rgba(0,0,0,0.08)
}

.hadbox-sec1 .gt .f_lang .hover1 a {
	display: block;
	font-size: 12px;
	color: #555555;
	padding: 6px 10px;
	text-align: center
}

.hadbox-sec1 .gt .f_lang .hover1 a:hover {
	color: #005ec4;
	text-decoration: underline
}

.hadbox-sec1 .gt .f_lang:hover .hover1 {
	display: block
}

.hadbox-sec1 .gt .f_search {
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.1rem;
	padding-left: .2rem;
	background-color: #11c4ff;
	clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%)
}

@media (max-width: 991px) {
	.hadbox-sec1 .gt .f_search {
		background: transparent;
		width: auto;
		clip-path: none
	}
}

.hadbox-sec1 .gt .f_search svg,.hadbox-sec1 .gt .f_search img {
	width: 20px;
	height: 20px;
	margin-right: .1rem
}

@media (max-width: 1580px) {
	.hadbox-sec1 .gt .f_search svg,.hadbox-sec1 .gt .f_search img {
		width: 18px;
		height: 18px
	}
}

@media (max-width: 991px) {
	.hadbox-sec1 .gt .f_search svg,.hadbox-sec1 .gt .f_search img {
		width: 14px;
		height: 14px;
		margin-right: .2rem
	}
}

@media (max-width: 767px) {
	.hadbox-sec1 .gt .f_search svg,.hadbox-sec1 .gt .f_search img {
		width: .3rem;
		height: .3rem
	}
}

.hadbox-sec1 .gt .f_search svg path,.hadbox-sec1 .gt .f_search img path {
	transition: all .4s linear;
	fill: #ffffff
}

.hadbox-sec1 .gt .f_search:hover {
	opacity: .8
}

.hadbox-sec1 .gt .qie {
	margin-left: .38rem
}

@media (min-width: 992px) {
	.hadbox-sec1 .gt .qie {
		display: none
	}
}

.hadbox-sec1 .gt .qie span {
	background-color: #fff
}

.hadbox-sec2 {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 999;
	width: 100%;
	height: 100vh;
	height: calc(100vh - 70px);
	background-color: #fff;
	display: none
}

.hadbox-sec2 .container {
	position: relative
}

@media (max-width: 1199px) {
	.hadbox-sec2 .container {
		height: 100%;
		padding: 0
	}
}

.hadbox-sec2 .container .f_portrait {
	width: 90px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #005ec4;
	border-radius: 4px;
	font-size: 14px
}

.hadbox-sec2 .container .form {
	background-color: #f5f5f5;
	display: flex;
	align-items: center;
	margin-bottom: .34rem;
	margin-top: .34rem
}

.hadbox-sec2 .container .form .f_sub,.hadbox-sec2 .container .form .tx {
	height: 1rem
}

.hadbox-sec2 .container .form .int {
	display: flex;
	align-items: center;
	width: calc(100% - 2.5rem);
	padding: 0 .45rem
}

@media (max-width: 767px) {
	.hadbox-sec2 .container .form .int {
		width: calc(100% - 1.5rem)
	}
}

.hadbox-sec2 .container .form .int i {
	width: .38rem;
	display: block;
	overflow: hidden
}

.hadbox-sec2 .container .form .int i img {
	float: left;
	width: 100%
}

.hadbox-sec2 .container .form .int .tx {
	width: calc(100% - .38rem);
	padding: .2rem .44rem
}

@media (max-width: 767px) {
	.hadbox-sec2 .container .form .int .tx {
		font-size: .28rem;
		padding: .2rem .3rem
	}
}

.hadbox-sec2 .container .form .f_sub {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	color: #fff;
	background-color: #005ec4
}

@media (max-width: 767px) {
	.hadbox-sec2 .container .form .f_sub {
		width: 1.5rem;
		font-size: .28rem
	}
}

.hadbox-sec2 .container .navbox {
	padding: .4rem 0;
	line-height: 60px;
	height: 100%
}

.hadbox-sec2 .container .navbox>ul {
	height: calc(100% - 90px);
	margin-bottom: 10px;
	overflow-x: hidden;
	overflow-y: auto
}

.hadbox-sec2 .container .navbox>ul li {
	list-style: none
}

.hadbox-sec2 .container .navbox>ul>li {
	border-bottom: 1px solid #ddd
}

.hadbox-sec2 .container .navbox>ul>li .tit {
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #333
}

.hadbox-sec2 .container .navbox>ul>li .tit i {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	flex-shrink: 0;
	justify-content: center;
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}

@media (max-width: 767px) {
	.hadbox-sec2 .container .navbox>ul>li .tit i {
		width: 16px;
		height: 16px
	}
}

.hadbox-sec2 .container .navbox>ul>li .tit i img,.hadbox-sec2 .container .navbox>ul>li .tit i svg {
	float: left;
	width: 100%;
	height: 100%
}

.hadbox-sec2 .container .navbox>ul>li .tit i img path,.hadbox-sec2 .container .navbox>ul>li .tit i svg path {
	fill: #333;
	stroke: none
}

.hadbox-sec2 .container .navbox>ul>li ul {
	line-height: 35px;
	padding-bottom: 15px;
	padding-left: 20px;
	display: none
}

.hadbox-sec2 .container .navbox>ul>li ul>li a {
	font-size: 16px;
	color: #666;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.hadbox-sec2 .container .navbox>ul>li ul>li a i {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	flex-shrink: 0;
	justify-content: center;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	position: relative
}

.hadbox-sec2 .container .navbox>ul>li ul>li a i img,.hadbox-sec2 .container .navbox>ul>li ul>li a i svg {
	float: left;
	width: 30px;
	display: none
}

.hadbox-sec2 .container .navbox>ul>li ul>li a i img path,.hadbox-sec2 .container .navbox>ul>li ul>li a i svg path {
	fill: #666
}

.hadbox-sec2 .container .navbox>ul>li ul>li a i:after,.hadbox-sec2 .container .navbox>ul>li ul>li a i:before {
	content: "";
	display: block;
	width: 14px;
	height: 2px;
	position: absolute;
	top: 50%;
	right: 50%;
	margin-right: -13px;
	background-color: #999
}

.hadbox-sec2 .container .navbox>ul>li ul>li a i:before {
	transform: rotate(90deg)
}

.hadbox-sec2 .container .navbox>ul>li ul>li.active>a i:before {
	opacity: 0
}

.hadbox-sec2 .container .navbox>ul>li ul ul a {
	font-size: 14px
}

.hadbox-sec2 .container .navbox>ul>li.active .tit i {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.hadbox-sec2 .container .navbox>ul>li.on .tit {
	color: #005ec4
}

.hadbox-sec2 .container .f_top {
	display: flex;
	align-items: center
}

.hadbox-sec2 .container .f_top .f_lang {
	height: 100%;
	position: relative;
	margin-right: .9rem
}

.hadbox-sec2 .container .f_top .f_lang:before {
	content: "";
	display: block;
	position: absolute;
	right: -0.45rem;
	top: 50%;
	width: 1px;
	height: 11px;
	background-color: #222;
	opacity: .2;
	transform: translateY(-50%)
}

.hadbox-sec2 .container .f_top .f_lang:last-child {
	margin-right: 0
}

.hadbox-sec2 .container .f_top .f_lang:last-child:before {
	display: none
}

.hadbox-sec2 .container .f_top .f_lang .la_tit {
	display: flex;
	transition: all .4s linear;
	color: #222222;
	user-select: none;
	-webkit-user-select: none;
	align-items: center;
	font-size: 18px
}

@media (max-width: 1580px) {
	.hadbox-sec2 .container .f_top .f_lang .la_tit {
		font-size: 16px
	}
}

@media (max-width: 767px) {
	.hadbox-sec2 .container .f_top .f_lang .la_tit {
		font-size: .3rem;
		font-size: .28rem
	}
}

.hadbox-sec2 .container .f_top .f_lang .la_tit i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	margin-right: 14px
}

@media (max-width: 1580px) {
	.hadbox-sec2 .container .f_top .f_lang .la_tit i {
		width: 16px;
		height: 16px;
		margin-right: 10px
	}
}

@media (max-width: 767px) {
	.hadbox-sec2 .container .f_top .f_lang .la_tit i {
		width: 14px;
		height: 14px
	}
}

.hadbox-sec2 .container .f_top .f_lang .la_tit i svg,.hadbox-sec2 .container .f_top .f_lang .la_tit i img {
	width: 100%;
	height: 100%
}

.hadbox-sec2 .container .f_top .f_lang .la_tit i svg path,.hadbox-sec2 .container .f_top .f_lang .la_tit i img path {
	fill: #222222;
	transition: all .4s linear
}

.hadbox-sec2 .container .f_top .f_lang .la_tit .f_icon {
	display: block;
	width: 11px;
	height: 7px;
	margin-left: 10px
}

.hadbox-sec2 .container .f_top .f_lang .la_tit .f_icon path {
	transition: all .4s linear;
	fill: #222222
}

.hadbox-sec2 .container .f_top .f_lang .hover2 {
	display: none;
	background: #fff;
	border-radius: 0 0 16px 16px;
	-webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.05);
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.05);
	min-width: 100%;
	padding: 24px 32px 32px 36px;
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 5.5rem;
	z-index: 999;
	line-height: 1.5
}

.hadbox-sec2 .container .f_top .f_lang .hover2 .header-site {
	padding: 12px 0;
	width: 100%
}

.hadbox-sec2 .container .f_top .f_lang .hover2 .header-site:not(:last-child) {
	border-bottom: 1px solid #dfe1e6
}

.hadbox-sec2 .container .f_top .f_lang .hover2 .header-site .header-site-left {
	color: #191919;
	font-size: 16px;
	font-weight: 600;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	margin-bottom: 11px
}

.hadbox-sec2 .container .f_top .f_lang .hover2 .header-site .header-site-right .header-lang-item {
	margin-bottom: 12px;
	position: relative
}

.hadbox-sec2 .container .f_top .f_lang .hover2 .header-site .header-site-right .header-lang-item:last-child {
	margin-bottom: 0
}

.hadbox-sec2 .container .f_top .f_lang .hover2 .header-site .header-site-right .header-lang-item a {
	color: #595959;
	display: block;
	font-size: 14px;
	cursor: pointer;
	line-height: 22px;
	position: relative;
	-webkit-transition: .2s;
	transition: .2s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.hadbox-sec2 .container .f_top .f_lang .hover2 .header-site .header-site-right .header-lang-item a:hover {
	color: #005ec4
}

.hadbox-sec2 .container .f_top .f_lang .hover2 .header-site .header-site-right .header-lang-item:after {
	content: "";
	display: block;
	border-right: 3px solid #005ec4;
	height: 16px;
	left: -16px;
	position: absolute;
	top: 4px;
	opacity: 0
}

.hadbox-sec2 .container .f_top .f_lang .hover2 .header-site .header-site-right .header-lang-item.active:after {
	opacity: 1
}

.hadbox-sec2 .container .f_top .f_lang .hover2 .header-site .header-site-right .header-lang-item.active a {
	color: #005ec4
}

.hadbox-sec2 .container .f_top .f_lang:hover .hover2 {
	display: block
}

.hadbox-sec2 .container .f_top .f_lang:nth-child(2) .hover2 {
	width: 3.4rem
}

.hadbox-sec3 {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background-color: #ffffff;
	color: #222222;
	z-index: 2;
	display: none
}

.hadbox-sec3 .container {
	padding: .6rem 0 1rem;
	position: relative
}

@media (max-width: 767px) {
	.hadbox-sec3 .container {
		padding-bottom: .6rem
	}
}

.hadbox-sec3 .f_close {
	position: absolute;
	right: .8rem;
	top: .96rem;
	width: 18px;
	height: 18px;
	cursor: pointer;
	overflow: hidden;
	transition: all .4s
}

@media (max-width: 767px) {
	.hadbox-sec3 .f_close {
		right: 0;
		top: .3rem;
		width: 16px;
		height: 16px
	}
}

.hadbox-sec3 .f_close img {
	width: 100%;
	float: left
}

.hadbox-sec3 .f_close img:nth-child(2) {
	display: none
}

.hadbox-sec3 .f_close svg {
	width: 100%;
	height: auto;
	max-height: 100%
}

.hadbox-sec3 .f_close svg path {
	fill: #808080
}

.hadbox-sec3 .f_close:hover {
	transform: rotate(90deg)
}

.hadbox-sec3 .f_cont {
	max-width: 1000px;
	margin: 0 auto
}

.hadbox-sec3 .f_cont .fz_title {
	margin-bottom: 1.36rem;
	margin-bottom: .6rem
}

@media (max-width: 767px) {
	.hadbox-sec3 .f_cont .fz_title {
		margin-bottom: .6rem
	}
}

.hadbox-sec3 .f_cont .f_form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: .2rem;
	margin-bottom: .36rem;
	border-bottom: 1px solid rgba(194,194,194,0.15)
}

@media (max-width: 767px) {
	.hadbox-sec3 .f_cont .f_form {
		padding-bottom: .3rem
	}
}

.hadbox-sec3 .f_cont .f_form input {
	width: calc(100% - 26px);
	padding-right: .26rem;
	padding-left: 10px
}

@media (max-width: 767px) {
	.hadbox-sec3 .f_cont .f_form input {
		width: calc(100% - .36rem)
	}
}

.hadbox-sec3 .f_cont .f_form input::-webkit-input-placeholder {
	color: #555555
}

.hadbox-sec3 .f_cont .f_form input::-moz-placeholder {
	color: #555555
}

.hadbox-sec3 .f_cont .f_form input:-ms-input-placeholder {
	color: #555555
}

.hadbox-sec3 .f_cont .f_form .f_sub {
	overflow: hidden;
	width: 26px
}

@media (max-width: 767px) {
	.hadbox-sec3 .f_cont .f_form .f_sub {
		width: .36rem
	}
}

.hadbox-sec3 .f_cont .f_form .f_sub img {
	float: left;
	width: 100%
}

.hadbox-sec3 .f_cont .f_form .f_sub svg {
	width: 100%
}

.hadbox-sec3 .f_cont .f_form .f_sub svg path {
	fill: #444444
}

.hadbox-sec3 .f_cont .f_form .f_sub:hover svg path {
	fill: #005ec4
}

.hadbox-sec3 .f_cont .f_jut {
	display: flex;
	line-height: 24px;
	align-items: flex-start;
	line-height: 36px
}

@media (max-width: 1580px) {
	.hadbox-sec3 .f_cont .f_jut {
		line-height: 32px
	}
}

@media (max-width: 991px) {
	.hadbox-sec3 .f_cont .f_jut {
		line-height: 26px
	}
}

@media (max-width: 767px) {
	.hadbox-sec3 .f_cont .f_jut {
		flex-wrap: wrap
	}
}

.hadbox-sec3 .f_cont .f_jut .name {
	flex: 0 0 auto;
	margin-top: 1px;
	display: block;
	padding-right: .2rem
}

@media (max-width: 767px) {
	.hadbox-sec3 .f_cont .f_jut .name {
		width: 100%;
		margin-bottom: .24rem
	}
}

.hadbox-sec3 .f_cont .f_jut .f_list {
	flex: 1 1 auto;
	display: flex;
	flex-wrap: wrap
}

.hadbox-sec3 .f_cont .f_jut .f_list .li {
	margin-bottom: 10px;
	color: #555555;
	background-color: #f1f1f1;
	border-radius: 18px;
	display: block;
	transition: all .4s;
	-webkit-transition: all .4s;
	padding: 0 .22rem;
	margin-right: .16rem
}

@media (max-width: 1580px) {
	.hadbox-sec3 .f_cont .f_jut .f_list .li {
		border-radius: 16px
	}
}

@media (max-width: 991px) {
	.hadbox-sec3 .f_cont .f_jut .f_list .li {
		border-radius: 13px
	}
}

.hadbox-sec3 .f_cont .f_jut .f_list .li:hover {
	color: #ffffff;
	background-color: #005ec4
}

.hadbox:hover .hadbox-sec1 {
	background-color: #ffffff;
	border-color: transparent;
	box-shadow: 0 6px .1rem 0 rgba(194,204,212,0.22)
}

.hadbox:hover .hadbox-sec1 .lt .fz_logo img {
	display: none
}

.hadbox:hover .hadbox-sec1 .lt .fz_logo img:nth-child(2) {
	display: block
}

.hadbox:hover .hadbox-sec1 .lt:before {
	background-color: #666
}

.hadbox:hover .hadbox-sec1 .f_navbox li .tit {
	color: #222222
}

.hadbox:hover .hadbox-sec1 .f_navbox li .tit i svg path {
	fill: #222
}

.hadbox:hover .hadbox-sec1 .f_navbox li.on>.tit {
	color: #005ec4
}

.hadbox:hover .hadbox-sec1 .f_navbox li.ac2 .tit {
	color: #999999
}

.hadbox:hover .hadbox-sec1 .f_navbox li.ac1 .tit {
	color: #222222
}

.hadbox:hover .hadbox-sec1 .gt .f_top:before {
	background-color: #666
}

.hadbox:hover .hadbox-sec1 .gt .f_top .f_lang:before {
	background-color: #666
}

.hadbox:hover .hadbox-sec1 .gt .f_lang .la_tit {
	color: #222222
}

.hadbox:hover .hadbox-sec1 .gt .f_lang .la_tit i svg path,.hadbox:hover .hadbox-sec1 .gt .f_lang .la_tit .f_icon path {
	fill: #222222
}

.hadbox:hover .hadbox-sec1 .gt .qie span {
	background-color: #333333
}

@media (max-width: 991px) {
	.hadbox:hover .hadbox-sec1 .gt .f_search {
		color: #222222
	}

	.hadbox:hover .hadbox-sec1 .gt .f_search svg path {
		fill: #222222
	}
}

.hadbox2 .hadbox-sec1 {
	background-color: #ffffff;
	border-color: transparent;
	box-shadow: 0 6px .1rem 0 rgba(194,204,212,0.22)
}

.hadbox2 .hadbox-sec1 .lt .fz_logo img {
	display: none
}

.hadbox2 .hadbox-sec1 .lt .fz_logo img:nth-child(2) {
	display: block
}

.hadbox2 .hadbox-sec1 .lt:before {
	background-color: #666
}

.hadbox2 .hadbox-sec1 .f_navbox li .tit {
	color: #222222
}

.hadbox2 .hadbox-sec1 .f_navbox li .tit i svg path {
	fill: #222
}

.hadbox2 .hadbox-sec1 .f_navbox li.on>.tit {
	color: #005ec4
}

.hadbox2 .hadbox-sec1 .f_navbox li.ac2 .tit {
	color: #999999
}

.hadbox2 .hadbox-sec1 .f_navbox li.ac1 .tit {
	color: #222222
}

.hadbox2 .hadbox-sec1 .gt .f_top:before {
	background-color: #666
}

.hadbox2 .hadbox-sec1 .gt .f_top .f_lang:before {
	background-color: #666
}

.hadbox2 .hadbox-sec1 .gt .f_lang .la_tit {
	color: #222222
}

.hadbox2 .hadbox-sec1 .gt .f_lang .la_tit i svg path,.hadbox2 .hadbox-sec1 .gt .f_lang .la_tit .f_icon path {
	fill: #222222
}

.hadbox2 .hadbox-sec1 .gt .qie span {
	background-color: #333333
}

@media (max-width: 991px) {
	.hadbox2 .hadbox-sec1 .gt .f_search {
		color: #222222
	}

	.hadbox2 .hadbox-sec1 .gt .f_search svg path {
		fill: #222222
	}
}
*/
.hadbox3 {
	-webkit-transform: translate(0, -100%);
	transform: translate(0, -100%)
}

.bannerbox {
	position: relative
}

.bannerbox .swiper-slide {
	position: relative;
	overflow: hidden
}

.bannerbox .swiper-slide .bag {
	width: 100%;
	height: 100vh
}

@media (max-width: 767px) {
	.bannerbox .swiper-slide .bag {
		height: 100vh
	}
}

.bannerbox .swiper-slide .bag img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

@media ((min-width: 768px)) and ((max-width: 991px)) {
	.bannerbox .swiper-slide .bag img {
		width: 150%;
		max-width: inherit;
		margin-left: -48%
	}
}

/* .bannerbox .swiper-slide .bag img:nth-child(2) {
	display: none
} */

@media (max-width: 767px) {
	.bannerbox .swiper-slide .bag img {
		display: none
	}

	.bannerbox .swiper-slide .bag img:nth-child(2) {
		display: block
	}
}

.bannerbox .swiper-slide .f_video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

@media (max-width: 767px) {
	.bannerbox .swiper-slide .f_video {
		display: none
	}
}

.bannerbox .swiper-slide .f_video video {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.bannerbox .swiper-slide .cont {
	position: absolute;
	left: 0;
	width: 100%;
	color: #fff;
	top: 50%;
	transform: translateY(-50%)
}

.bannerbox .swiper-slide .cont .f_tit {
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: .2rem
}

.bannerbox .swiper-slide .cont .f_text {
	color: #ffffff;
	margin-bottom: .55rem
}

.bannerbox .swiper-slide .cont .f_text p {
	opacity: .6
}

.bannerbox .swiper-slide .f_jt {
	position: absolute;
	bottom: .54rem;
	left: 0;
	width: 100%
}

.bannerbox .swiper-slide .f_jt .container {
	display: flex;
	justify-content: flex-end
}

.bannerbox .swiper-slide .f_jt .container .f_zhi {
	color: #ffffff;
	width: 4.24rem
}

@media (max-width: 767px) {
	.bannerbox .swiper-slide .f_jt .container .f_zhi {
		width: 100%
	}
}

.bannerbox .swiper-slide .f_jt .container .f_zhi .f_title {
	display: flex;
	align-items: flex-end;
	color: #ffffff;
	justify-content: space-between;
	padding-bottom: .1rem;
	margin-bottom: .16rem;
	border-bottom: 1px solid rgba(255,255,255,0.4)
}

.bannerbox .swiper-slide .f_jt .container .f_zhi .f_title .f_tit {
	font-family: 'shuzi','PingFang SC','Microsoft YaHei','Microsoft YaHei UI','SimSun','SimHei','Arial';
	font-weight: bold
}

.bannerbox .swiper-slide .f_jt .container .f_zhi .f_title .f_wen {
	display: flex;
	align-items: center;
	line-height: 1.8
}

.bannerbox .swiper-slide .f_jt .container .f_zhi .f_title .f_wen span {
	display: block;
	margin: 0 .1rem;
	font-size: 14px;
	opacity: .6
}

@media (max-width: 1580px) {
	.bannerbox .swiper-slide .f_jt .container .f_zhi .f_title .f_wen span {
		font-size: 12px
	}
}

@media (max-width: 767px) {
	.bannerbox .swiper-slide .f_jt .container .f_zhi .f_title .f_wen span {
		font-size: .26rem
	}
}

.bannerbox .swiper-slide .f_jt .container .f_zhi .font {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.bannerbox .f_tish {
	position: absolute;
	left: 50%;
	bottom: .8rem;
	transform: translate(-50%, 0);
	z-index: 2;
	animation: shangxiaimg 1.5s linear infinite;
	-webkit-animation: shangxiaimg 1.5s linear infinite
}

@media (max-width: 767px) {
	.bannerbox .f_tish {
		display: none
	}
}

@keyframes shangxiaimg {
	0% {
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0)
	}

	50% {
		-webkit-transform: translate(-50%, -0.3rem);
		transform: translate(-50%, -0.3rem)
	}

	100% {
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0)
	}
}

@-webkit-keyframes shangxiaimg {
	0% {
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0)
	}

	50% {
		-webkit-transform: translate(-50%, -0.3rem);
		transform: translate(-50%, -0.3rem)
	}

	100% {
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0)
	}
}

.fotbox {
	position: relative;
	background: #004ea2;
	color: #ffffff
}

.fotbox a {
	color: #ffffff
}

.fotbox .bag {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.fotbox .bag img,.fotbox .bag video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 1
}

.fotbox .bag video {
	opacity: 1;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .1;
	-webkit-backdrop-filter: saturate(120%) blur(12px);
	backdrop-filter: saturate(120%) blur(50px)
}

@media (max-width: 767px) {
	.fotbox .bag video {
		display: none
	}
}

.fotbox-sec1 {
	position: relative
}

.fotbox-sec1 .container {
	display: flex;
	justify-content: space-between;
	padding: .74rem 0 .56rem;
	border-bottom: 2px solid rgba(255,255,255,0.1);
	flex-wrap: wrap
}

.fotbox-sec1 .container .f_navbox {
	display: flex;
	width: 83.14%;
	width: 100%
}

@media (max-width: 767px) {
	.fotbox-sec1 .container .f_navbox {
		width: 100%;
		flex-wrap: wrap;
		margin-bottom: .8rem
	}
}

.fotbox-sec1 .container .f_navbox>li {
	width: 16.66%;
	padding-right: .2rem
}

.fotbox-sec1 .container .f_navbox>li .tit {
	font-size: .2rem;
	font-weight: bold;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between
}

@media (max-width: 1580px) {
	.fotbox-sec1 .container .f_navbox>li .tit {
		font-size: 18px
	}
}

@media (max-width: 991px) {
	.fotbox-sec1 .container .f_navbox>li .tit {
		font-size: 16px
	}
}

@media (max-width: 767px) {
	.fotbox-sec1 .container .f_navbox>li .tit {
		font-size: .3rem;
		font-size: .28rem
	}
}

.fotbox-sec1 .container .f_navbox>li .tit i {
	transition: all .4s;
	display: flex;
	justify-content: center;
	align-items: center;
	width: .5rem;
	height: .34rem
}

@media (min-width: 768px) {
	.fotbox-sec1 .container .f_navbox>li .tit i {
		display: none
	}
}

.fotbox-sec1 .container .f_navbox>li .tit i img,.fotbox-sec1 .container .f_navbox>li .tit i svg {
	height: 100%;
	width: auto;
	max-width: 100%
}

.fotbox-sec1 .container .f_navbox>li .tit i img path,.fotbox-sec1 .container .f_navbox>li .tit i svg path {
	fill: #ffffff
}

.fotbox-sec1 .container .f_navbox>li ul {
	padding-top: .24rem
}

.fotbox-sec1 .container .f_navbox>li ul li {
	margin-bottom: .16rem
}

.fotbox-sec1 .container .f_navbox>li ul li:last-child {
	margin-bottom: 0
}

.fotbox-sec1 .container .f_navbox>li ul li a {
	font-size: 14px;
	opacity: .6;
	transition: all .4s
}

@media (max-width: 1580px) {
	.fotbox-sec1 .container .f_navbox>li ul li a {
		font-size: 12px
	}
}

@media (max-width: 767px) {
	.fotbox-sec1 .container .f_navbox>li ul li a {
		font-size: .26rem
	}
}

.fotbox-sec1 .container .f_navbox>li ul li a:hover {
	opacity: 1
}

@media (max-width: 767px) {
	.fotbox-sec1 .container .f_navbox>li {
		width: 100%;
		margin-bottom: .4rem;
		padding-right: 0
	}

	.fotbox-sec1 .container .f_navbox>li:last-child {
		margin-bottom: 0
	}

	.fotbox-sec1 .container .f_navbox>li ul {
		display: none
	}

	.fotbox-sec1 .container .f_navbox>li ul li {
		margin-bottom: .24rem
	}
}

.fotbox-sec1 .container .f_navbox>li.on .tit i {
	transform: rotate(90deg)
}
/* 
.fotbox-sec1 .container .gt {
	width: 16.86%;
	display: none
} */

@media (max-width: 767px) {
	.fotbox-sec1 .container .gt {
		width: 100%
	}
}

.fotbox-sec1 .container .gt .f_tit {
	font-weight: bold;
	margin-bottom: .21rem
}

.fotbox-sec1 .container .gt .form {
	border-radius: 28px;
	display: flex;
	align-items: center;
	background: rgba(255,255,255,0.1);
	padding: 4px;
	margin-bottom: .15rem
}

.fotbox-sec1 .container .gt .form input {
	color: #ffffff;
	width: calc(100% - .48rem);
	padding: .12rem .23rem
}

.fotbox-sec1 .container .gt .form input::-webkit-input-placeholder {
	color: #ffffff
}

.fotbox-sec1 .container .gt .form input::-moz-placeholder {
	color: #ffffff
}

.fotbox-sec1 .container .gt .form input:-moz-placeholder {
	color: #ffffff
}

.fotbox-sec1 .container .gt .form input:-ms-input-placeholder {
	color: #ffffff
}

@media (max-width: 767px) {
	.fotbox-sec1 .container .gt .form input {
		width: calc(100% - .7rem)
	}
}

.fotbox-sec1 .container .gt .form .f_sub {
	width: .48rem;
	height: .48rem;
	background-color: #11c4ff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center
}

@media (max-width: 767px) {
	.fotbox-sec1 .container .gt .form .f_sub {
		width: .7rem;
		height: .7rem
	}
}

.fotbox-sec1 .container .gt .form .f_sub img,.fotbox-sec1 .container .gt .form .f_sub svg {
	width: 43.75%;
	height: 43.75%;
	object-fit: contain
}

.fotbox-sec1 .container .gt .form .f_sub img path,.fotbox-sec1 .container .gt .form .f_sub svg path {
	fill: #ffffff
}

.fotbox-sec1 .container .gt .f_text {
	opacity: .6
}

.fotbox-sec2 {
	position: relative
}

.fotbox-sec2 .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: .22rem 0;
	border-bottom: 2px solid rgba(255,255,255,0.1)
}

@media (max-width: 991px) {
	.fotbox-sec2 .container {
		padding: .7rem 0 .4rem
	}
}

.fotbox-sec2 .container .f_logo {
	display: flex;
	align-items: center;
	width: 115px
}

@media (max-width: 1580px) {
	.fotbox-sec2 .container .f_logo {
		width: 90px
	}
}

@media (max-width: 767px) {
	.fotbox-sec2 .container .f_logo {
		width: 1.8rem
	}
}

.fotbox-sec2 .container .f_logo img {
	width: 100%;
	height: auto
}

.fotbox-sec2 .container .gt {
	display: flex
}

@media (max-width: 991px) {
	.fotbox-sec2 .container .gt {
		flex-wrap: wrap;
		width: 100%;
		margin-top: .4rem
	}
}

.fotbox-sec2 .container .gt .li {
	display: flex;
	align-items: flex-start;
	width: 3.32rem;
	margin-right: .74rem
}

.fotbox-sec2 .container .gt .li:last-child {
	margin-right: 0
}

@media (max-width: 991px) {
	.fotbox-sec2 .container .gt .li {
		margin-right: 0;
		width: 33.333%;
		padding-right: .3rem
	}
}

@media (max-width: 767px) {
	.fotbox-sec2 .container .gt .li {
		width: 100%;
		margin-bottom: .4rem
	}

	.fotbox-sec2 .container .gt .li:last-child {
		margin-bottom: 0
	}
}

.fotbox-sec2 .container .gt .li .f_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 18px;
	position: relative;
	top: .75em;
	transform: translateY(-50%)
}

@media (max-width: 1580px) {
	.fotbox-sec2 .container .gt .li .f_icon {
		width: 18px;
		height: 16px
	}
}

.fotbox-sec2 .container .gt .li .f_icon svg,.fotbox-sec2 .container .gt .li .f_icon img {
	width: 100%;
	max-height: 100%
}

.fotbox-sec2 .container .gt .li .font {
	width: calc(100% - 20px);
	padding-left: .1rem
}

@media (max-width: 1580px) {
	.fotbox-sec2 .container .gt .li .font {
		width: calc(100% - 18px)
	}
}

.fotbox-sec2 .container .gt .li .font .f_name {
	color: #11c4ff
}

.fotbox-sec2 .container .gt .li .font .f_tit {
	word-break: break-all
}

.fotbox-sec3 {
	position: relative;
	padding: .35rem 0 .44rem
}

.fotbox-sec3 .f_you {
	display: flex;
	flex-wrap: wrap;
	line-height: 2;
	margin-bottom: .4rem
}

.fotbox-sec3 .f_you a {
	margin-right: .36rem;
	position: relative;
	color: rgba(255,255,255,0.6);
	transition: all .4s;
	display: inline-block
}

.fotbox-sec3 .f_you a:hover {
	opacity: 1;
	color: #ffffff;
	text-decoration: underline
}

.fotbox-sec3 .f_you a:before {
	content: "";
	display: block;
	position: absolute;
	right: -0.18rem;
	top: 1em;
	width: 8px;
	height: 1px;
	background: #ffffff;
	opacity: .6
}

@media (max-width: 767px) {
	.fotbox-sec3 .f_you a:before {
		display: none
	}
}

.fotbox-sec3 .f_you a:last-child:before {
	display: none
}

.fotbox-sec3 .cont {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.fotbox-sec3 .cont span,.fotbox-sec3 .cont a {
	color: #ffffff;
	opacity: .25
}

.fotbox-sec3 .cont a {
	transition: all .4s
}

.fotbox-sec3 .cont a:hover {
	opacity: 1
}

.fotbox-sec3 .cont .lt a {
	margin-left: .12rem
}

.fotbox-sec3 .cont .gt {
	display: flex;
	align-items: center
}

.fotbox-sec3 .cont .gt .li {
	display: block;
	margin-right: .54rem
}

.fotbox-sec3 .cont .gt .li:last-child {
	margin-right: 0
}

@media (max-width: 991px) {
	.fotbox-sec3 .cont {
		text-align: center
	}

	.fotbox-sec3 .cont .lt,.fotbox-sec3 .cont .gt {
		width: 100%
	}

	.fotbox-sec3 .cont .gt {
		justify-content: center;
		margin-top: .12rem
	}

	.fotbox-sec3 .cont .gt .li {
		margin: 0 .24rem
	}
}

@media (max-width: 991px) {
	.fotbox {
		display: flex;
		flex-direction: column
	}

	.fotbox .fotbox-sec2 {
		order: 0
	}

	.fotbox .fotbox-sec1 {
		order: 1
	}

	.fotbox .fotbox-sec3 {
		order: 2
	}
}

.megalt {
	display: none
}

.megalt .cont {
	background-color: #ffffff;
	width: 9.11rem;
	border-radius: 6px;
	display: flex;
	overflow: hidden
}

@media (max-width: 767px) {
	.megalt .cont {
		width: 90%
	}
}

.megalt .cont .lt {
	background-image: linear-gradient(-70deg, #005ec4 0%, #39bcf0 100%),linear-gradient(#005ec4, #005ec4);
	background-blend-mode: normal, 
				normal;
	display: flex;
	flex-direction: column;
	padding: .58rem;
	color: #ffffff;
	padding-right: .2rem;
	width: 38.461%
}

@media (max-width: 767px) {
	.megalt .cont .lt {
		width: 100%;
		display: none
	}
}

.megalt .cont .lt .f_logo {
	display: flex;
	overflow: hidden;
	width: 150px;
	margin-bottom: 1.2rem
}

@media (max-width: 1580px) {
	.megalt .cont .lt .f_logo {
		width: 130px
	}
}

@media (max-width: 991px) {
	.megalt .cont .lt .f_logo {
		width: 100px
	}
}

@media (max-width: 767px) {
	.megalt .cont .lt .f_logo {
		width: 1.6rem
	}
}

.megalt .cont .lt .f_logo img {
	float: left;
	width: 100%
}

.megalt .cont .lt .f_tit {
	margin-top: auto;
	line-height: 1.41666667;
	margin-bottom: .26rem;
	font-weight: bold
}

.megalt .cont .lt .f_li {
	display: flex;
	align-items: flex-start;
	margin-bottom: .22rem
}

.megalt .cont .lt .f_li:last-child {
	margin-bottom: 0
}

.megalt .cont .lt .f_li img {
	width: 20px;
	margin-right: .18rem
}

@media (max-width: 1580px) {
	.megalt .cont .lt .f_li img {
		width: 18px
	}
}

@media (max-width: 991px) {
	.megalt .cont .lt .f_li img {
		width: 16px
	}
}

.megalt .cont .gt {
	width: 61.539%;
	padding: .62rem .55rem .58rem
}

@media (max-width: 767px) {
	.megalt .cont .gt {
		width: 100%;
		padding: .56rem .36rem
	}
}

.megalt .cont .gt .f_tit {
	font-weight: bold;
	color: #333333;
	margin-bottom: .14rem
}

.megalt .cont .gt .f_text {
	color: #666666;
	margin-bottom: .26rem
}

.megalt .cont .gt .f_form {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between
}

.megalt .cont .gt .f_form .int {
	width: calc(50% - 5px);
	margin-bottom: 15px;
	position: relative;
	background-color: #fafafa;
	border: solid 1px #d9d9db;
	border-radius: 4px
}

.megalt .cont .gt .f_form .int input,.megalt .cont .gt .f_form .int .name,.megalt .cont .gt .f_form .int textarea {
	padding: 13px;
	color: #333;
	width: 100%;
	position: relative
}

@media (max-width: 1580px) {
	.megalt .cont .gt .f_form .int input,.megalt .cont .gt .f_form .int .name,.megalt .cont .gt .f_form .int textarea {
		padding: 10px 12px
	}
}

.megalt .cont .gt .f_form .int textarea {
	height: 1.2rem
}

.megalt .cont .gt .f_form .int .name {
	position: absolute;
	color: #999999;
	height: 100%;
	left: 0;
	top: 0
}

.megalt .cont .gt .f_form .int .name span {
	color: #f70e0e
}

.megalt .cont .gt .f_form .int.on .name {
	display: none
}

.megalt .cont .gt .f_form .f_widt {
	width: 100%
}

.megalt .cont .gt .f_form .f_tag {
	margin-top: -2px;
	color: #666666;
	margin-bottom: .4rem
}

.megalt .cont .gt .f_form .f_tag a {
	color: #00a2f7
}

.megalt .cont .gt .f_form .f_tag a:hover {
	text-decoration: underline
}
/* 
@-webkit-keyframes loop10 {
	0% {
		background-position: 0% 0
	}

	50% {
		background-position: 100% 100%
	}

	100% {
		background-position: 0% 0
	}
}
 */
.home_tit {
	text-align: center
}

.home_tit .f_tit {
	font-weight: bold
}

.home_but {
	padding: .1rem .4rem;
	border: solid 2px rgba(255,255,255,0.4);
	min-width: 1.4rem;
	display: inline-flex;
	display: -webkit-inline-flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	border-radius: 24px;
	transition: all .4s
}

@media (max-width: 991px) {
	.home_but {
		border-width: 1px
	}
}

.home_but:hover {
	color: #333333;
	background: #ffffff
}

.home_but3 {
	padding: .2rem .46rem;
	min-width: 1.84rem;
	display: inline-flex;
	display: -webkit-inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	transition: all .4s;
	color: #ffffff;
	font-weight: bold;
	background-image: linear-gradient(-70deg, #1d2089 0%, #2a6bbb 50%, #39bcf0 100%),linear-gradient(#36afe8, #36afe8);
	background-blend-mode: normal, 
			normal
}

.home_but3 i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	transition: all .4s;
	margin-left: .1rem;
	background-color: #ffffff
}

@media (max-width: 1580px) {
	.home_but3 i {
		width: 18px;
		height: 18px
	}
}

@media (max-width: 991px) {
	.home_but3 i {
		width: 16px;
		height: 18px
	}
}

.home_but3 i img,.home_but3 i svg {
	width: 40%;
	height: 40%
}

.home_but3 i img path,.home_but3 i svg path {
	fill: #36afe8
}

.home_but3:hover i {
	transform: rotate(45deg)
}

.home_but4 {
	min-width: 1.5rem;
	display: inline-flex;
	display: -webkit-inline-flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 24px;
	transition: all .4s;
	color: #ffffff;
	padding: 5px 7px;
	background-color: #0060c9
}

@media (max-width: 1580px) {
	.home_but4 {
		padding: 5px
	}
}

.home_but4 span {
	display: block;
	padding: .1rem .14rem .1rem .2rem;
	line-height: 1.1
}

.home_but4 i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: .38rem;
	height: .38rem;
	background-color: #ffffff;
	border-radius: 50%
}

.home_but4 i img,.home_but4 i svg {
	width: 18.42105263%;
	width: 31.57894737%;
	object-fit: contain
}

.home_but4 i img path,.home_but4 i svg path {
	fill: #0053ad
}

.home_but4:hover {
	opacity: .8
}

@media (max-width: 767px) {
	.home-sec1 {
		padding: 1.4rem 0 .7rem
	}
}

.home-sec1 .fzhong .f_log {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	transform-origin: center 42%;
	background-color: #ffffff
}

@media (max-width: 767px) {
	.home-sec1 .fzhong .f_log {
		display: none
	}
}

.home-sec1 .fzhong .f_log img,.home-sec1 .fzhong .f_log svg {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.home-sec1 .fzhong .home1_cont {
	width: 100%;
	height: 100%;
	position: relative;
	transition: all .7s;
	background-color: #ffffff
}

.home-sec1 .fzhong .home1_cont .bag {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .4s
}

.home-sec1 .fzhong .home1_cont .bag img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.home-sec1 .fzhong .home1_cont .bag video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1
}

.home-sec1 .fzhong .home1_cont .container {
	position: relative;
	transition: all .6s
}

@media (min-width: 768px) {
	.home-sec1 .fzhong .home1_cont .container {
		transform: translateY(40%) scale(1.6)
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.home-sec1 .fzhong .home1_cont .container {
		transform: translateY(40%) scale(1.2)
	}
}

.home-sec1 .fzhong .home1_cont .container .f_img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2.95rem;
	opacity: 0;
	transition: all .4s;
	transform: translate(-50%, -50%)
}

.home-sec1 .fzhong .home1_cont .container .f_img img {
	width: 100%
}

.home-sec1 .fzhong .home1_cont .container .font {
	position: relative;
	z-index: 2;
	width: 100%;
	text-align: center
}

.home-sec1 .fzhong .home1_cont .container .font .f_tit,.home-sec1 .fzhong .home1_cont .container .font p {
	transition: all .4s
}

@media (min-width: 768px) {
	.home-sec1 .fzhong .home1_cont .container .font .f_tit,.home-sec1 .fzhong .home1_cont .container .font p {
		transform: translateY(.5rem);
		opacity: 0
	}
}

@media (max-width: 767px) {
	.home-sec1 .fzhong .home1_cont .container .font .f_tit,.home-sec1 .fzhong .home1_cont .container .font p {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp
	}
}

.home-sec1 .fzhong .home1_cont .container .font .f_tit {
	color: #000000;
	font-weight: bold
}

.home-sec1 .fzhong .home1_cont .container .font .f_tit span {
	color: #005dbf
}

.home-sec1 .fzhong .home1_cont .container .font p {
	color: #444444
}

.home-sec1 .fzhong .home1_cont .container .font .shzie {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: .6rem
}

@media (min-width: 768px) {
	.home-sec1 .fzhong .home1_cont .container .font .shzie {
		display: none
	}
}

.home-sec1 .fzhong .home1_cont .container .font .shzie .shu {
	font-size: .5rem;
	color: #000000;
	display: flex;
	justify-content: center;
	font-weight: bold;
	font-family: 'shuzi','PingFang SC','Microsoft YaHei','Microsoft YaHei UI','SimSun','SimHei','Arial';
	line-height: .9
}

.home-sec1 .fzhong .home1_cont .container .font .shzie .shu span {
	width: auto!important
}

.home-sec1 .fzhong .home1_cont .container .font .shzie .f_lt {
	position: relative
}

.home-sec1 .fzhong .home1_cont .container .font .shzie .f_lt p {
	position: absolute;
	left: 0;
	bottom: 100%;
	margin-bottom: .1rem;
	font-size: .24rem
}

.home-sec1 .fzhong .home1_cont .container .font .shzie .xian {
	display: block;
	width: 1.5rem;
	height: 1px;
	background-color: #666;
	margin: 0 .2rem
}

.home-sec1 .fzhong .home1_cont .container .font .shzie .f_gt .shu {
	color: #005ec4
}

.home-sec1 .fzhong .home1_cont .container .home_figure {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #131b2d;
	font-size: 3rem;
	transition: left 1.4s,right 1.4s,transform 1.4s,font-size .6s
}

@media (max-width: 991px) {
	.home-sec1 .fzhong .home1_cont .container .home_figure {
		font-size: 2rem
	}
}

@media (max-width: 767px) {
	.home-sec1 .fzhong .home1_cont .container .home_figure {
		display: none
	}
}

.home-sec1 .fzhong .home1_cont .container .home_figure p {
	position: absolute;
	left: 0;
	bottom: 100%;
	margin-bottom: .4rem
}

.home-sec1 .fzhong .home1_cont .container .home_figure .shu {
	color: #000000;
	display: flex;
	justify-content: center;
	font-weight: bold;
	font-family: 'shuzi','PingFang SC','Microsoft YaHei','Microsoft YaHei UI','SimSun','SimHei','Arial';
	line-height: .9
}

.home-sec1 .fzhong .home1_cont .container .home_figure .shu span {
	width: auto!important
}

.home-sec1 .fzhong .home1_cont .container .lt {
	left: 50%;
	z-index: 2
}

.home-sec1 .fzhong .home1_cont .container .gt {
	right: 50%;
	transform: translate(50%, -50%)
}

.home-sec1 .fzhong .home1_cont .container .gt .shu {
	overflow: hidden;
	height: .9em;
	color: transparent;
	background-image: url(../images/jianbiimfwx1.jpg);
	background-size: 180% 180%;
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	background-position: center;
	animation: loop10 5s linear infinite
}

.home-sec1 .fzhong .home1_banner {
	position: relative
}

.home-sec1 .fzhong .home1_banner .bag {
	width: 100%;
	height: 100vh
}

.home-sec1 .fzhong .home1_banner .bag img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.home-sec1 .fzhong .home1_banner .bag video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.home-sec1 .fzhong .home1_banner .cont {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	color: #ffffff;
	padding-top: 1.62rem
}

@media (max-width: 767px) {
	.home-sec1 .fzhong .home1_banner .cont {
		padding-top: .6em
	}
}

.home-sec1 .fzhong .home1_banner .cont .f_tit {
	font-weight: bold;
	text-align: center;
	font-size: .64rem;
	transform: translateY(.6rem);
	opacity: 0;
	transition: all .4s
}

@media (max-width: 767px) {
	.home-sec1 .fzhong .home1_banner .cont .f_tit {
		opacity: 1!important;
		font-size: .38rem;
		padding: 0 .32rem
	}
}

.home-sec1 .fzhong.on .home1_cont .bag {
	opacity: 1
}

.home-sec1 .fzhong.on .home1_cont .container .f_img {
	opacity: 1
}

.home-sec1 .fzhong.on .home1_cont .container .home_figure {
	font-size: 2rem;
	transition: left 1.4s,right 1.4s,transform 1.4s,font-size .6s
}

@media (max-width: 991px) {
	.home-sec1 .fzhong.on .home1_cont .container .home_figure {
		font-size: 1rem
	}
}

.home-sec1 .fzhong.on .home1_cont .container .font .f_tit {
	opacity: 1;
	transform: translateY(0);
	transition: all .5s 1s
}

.home-sec1 .fzhong.on .home1_cont .container .font p {
	transition: all .5s 1.1s;
	opacity: 1;
	transform: translateY(0)
}

.home-sec1 .fzhong.on .home1_cont .container .lt {
	left: 0;
	transform: translate(0, -50%)
}

.home-sec1 .fzhong.on .home1_cont .container .gt {
	right: 0;
	transform: translate(0, -50%)
}

.home-sec1 .fzhong.on2 .home1_cont {
	opacity: 0;
	transition: all .4s .3s !important
}

.home-sec1 .fzhong.on2 .home1_cont .lt {
	transition: all .4s !important;
	opacity: 0
}

.home-sec1 .fzhong.on2 .home1_cont .gt {
	transition: all .4s .1s !important;
	opacity: 0
}

.home-sec1 .fzhong.on2 .home1_cont .font {
	transition: all .4s .2s !important;
	opacity: 0
}

.home-sec1 .fzhong.on2 .home1_banner .cont .f_tit {
	width: 100%;
	transform: translateY(0);
	opacity: 1;
	transition: all .4s .9s linear
}

@media (max-width: 767px) {
	.home-sec1 .fzhong {
		display: flex;
		flex-direction: column
	}

	.home-sec1 .fzhong .home1_cont {
		order: 0;
		height: auto;
		margin-bottom: .56rem
	}

	.home-sec1 .fzhong .home1_banner {
		order: 1;
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
		padding: 0 5%
	}

	.home-sec1 .fzhong .home1_banner .bag {
		height: 5rem
	}
}

@media (min-width: 768px) {
	.home-sec1 {
		height: 380vh
	}

	.home-sec1 .fzhong {
		width: 100%;
		height: 100vh;
		position: sticky;
		position: -webkit-sticky;
		overflow: hidden;
		top: 0
	}

	.home-sec1 .fzhong .home1_cont .container {
		height: 100%;
		display: flex;
		align-items: center;
		position: relative
	}

	.home-sec1 .fzhong .home1_banner {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		height: 1000%;
		overflow: hidden
	}

	.home-sec1 .fzhong .home1_banner .fz_box {
		width: 100vw;
		height: 100vh;
		transform: translate(-50%, -50%);
		position: relative;
		top: 50%;
		left: 50%
	}
}

.home-sec2 {
	padding: 1.65rem 0
}

@media (max-width: 767px) {
	.home-sec2 {
		padding: .7rem 0 1.4rem
	}
}

.home-sec2 .cn1 {
	text-align: center;
	line-height: 1.15625em;
	font-weight: bold
}

.home-sec2 .box {
	margin-top: .5rem;
	display: flex
}

.home-sec2 .box .box2 {
	display: flex;
	align-items: center
}

.home-sec2 .box .box2 .cn2 {
	font-weight: bold;
	color: #d0d5db;
	transition: all .5s;
	cursor: pointer;
	order: 1
}

.home-sec2 .box .box2 .cn3 {
	margin: 0 .6rem
}

.home-sec2 .box .box2 .cn3 svg {
	display: none;
	width: 2.5rem
}

.home-sec2 .box .box2 .cn3 svg path {
	fill: #e3e3e3;
	opacity: 1;
	stroke: none;
	transition: all .5s
}

.home-sec2 .box .box2:first-child {
	margin: 0 0 0 auto
}

.home-sec2 .box .box2:first-child .cn3 {
	display: none
}

.home-sec2 .box .box2:last-child {
	margin: 0 auto 0 0
}

.home-sec2 .box .box2.on .cn2 {
	color: #004ea2
}

.home-sec2 .box .box2.on .cn3 svg path {
	fill: #004ea2
}

.home-sec2 .box3 {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 63vh
}

@media (max-width: 991px) {
	.home-sec2 .box3 {
		height: 36vh
	}
}

.home-sec2 .box3 .box4 {
	position: absolute;
	width: 82%;
	border-radius: .4rem 0 0 .4rem;
	left: 0;
	top: 0;
	height: 100%;
	left: .7rem;
	overflow: hidden;
	cursor: pointer
}

@media (min-width: 1921px) {
	.home-sec2 .box3 .box4 {
		left: calc(10%)
	}
}

@media (max-width: 991px) {
	.home-sec2 .box3 .box4 {
		left: 3%
	}
}

.home-sec2 .box3 .box4 .box5 {
	width: 1.6rem;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	transition: all .5s
}

.home-sec2 .box3 .box4 .box5 .cn4 {
	margin: .84rem auto 0;
	text-align: center;
	width: .35rem;
	line-height: 1em;
	color: #Fff
}

.home-sec2 .box3 .box4 .box5 .cn5 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: .6rem;
	animation: myrotate 2s infinite linear
}

.home-sec2 .box3 .box4 .box5 .cn5 img {
	width: .45rem
}

.home-sec2 .box3 .box4 .box6 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: .45rem;
	opacity: 0;
	transition: all .5s
}

.home-sec2 .box3 .box4 .box6 .cn6 {
	line-height: 1.5em;
	color: #ffffff;
	opacity: .6;
	font-weight: bold
}

.home-sec2 .box3 .box4 .box6 .cn7 {
	color: #ffffff;
	line-height: 1.27777778em;
	font-weight: bold;
	margin-top: .1rem
}

.home-sec2 .box3 .box4.on2 .box5 {
	opacity: 0
}

.home-sec2 .box3 .box4.on2 .box6 {
	opacity: 1
}

.home-sec2 .box3 .box4.on2 .img {
	opacity: 1
}

.home-sec2 .box3 .box4.on2 .img::after {
	opacity: 0
}

.home-sec2 .box3 .box4.on2 .img2 {
	opacity: 0;
	left: 0
}

.home-sec2 .box3 .box4.on2 .img2::after {
	opacity: 0
}

.home-sec2 .box3 .box4 .img {
	width: 100%;
	height: 100%;
	transition: all .3s
}

.home-sec2 .box3 .box4 .img::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #11c4ff;
	opacity: .9
}

.home-sec2 .box3 .box4 .img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.home-sec2 .box3 .box4 .img2 {
	width: 5.8rem;
	height: 100%;
	position: absolute;
	top: 0;
	transition: all .3s
}

.home-sec2 .box3 .box4 .img2::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #11c4ff;
	opacity: .14
}

.home-sec2 .box3 .box4 .img2 img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.home-sec2 .box3 .box4:nth-child(2) .img {
	background: #000
}

.home-sec2 .box3 .box4:nth-child(2) .img img {
	opacity: .7
}

@media (min-width: 768px) {
	.home-sec2 .box3 .box4:nth-child(1) .img:after,.home-sec2 .box3 .box4:nth-child(1) .img2:after {
		background-color: #222222
	}

	.home-sec2 .box3 .box4:nth-child(2) {
		left: calc(100% - 3.2rem);
		transition: all .5s
	}

	.home-sec2 .box3 .box4:nth-child(2) .img:after,.home-sec2 .box3 .box4:nth-child(2) .img2:after {
		background-color: #11c4ff
	}

	.home-sec2 .box3 .box4:nth-child(2).on {
		left: calc(.7rem + 1.6rem)
	}

	.home-sec2 .box3 .box4:nth-child(3) {
		left: calc(100% - 1.6rem);
		transition: all .5s
	}

	.home-sec2 .box3 .box4:nth-child(3) .img:after,.home-sec2 .box3 .box4:nth-child(3) .img2:after {
		background-color: #0057b4
	}

	.home-sec2 .box3 .box4:nth-child(3).on {
		left: calc(.7rem + 3.2rem)
	}
}

@media (min-width: 768px) and (min-width: 1921px) {
	.home-sec2 .box3 .box4:nth-child(2).on {
		left: calc(10% + 1.6rem)
	}
}

@media (min-width: 768px) and (min-width: 1921px) {
	.home-sec2 .box3 .box4:nth-child(3).on {
		left: calc(10% + 3.2rem)
	}
}

.home-sec2 .box3 .swiper-pagination {
	position: relative;
	margin-top: 0rem;
	bottom: 0
}

.home-sec2 .box3 .swiper-pagination .swiper-pagination-bullet-active {
	background: #005ec4
}

.home-sec2 .cont {
	position: relative;
	margin-top: .4rem
}

.home-sec2 .cont .box3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all .4s;
	visibility: hidden;
	opacity: 0
}

.home-sec2 .cont .box3.on {
	position: relative;
	visibility: inherit;
	opacity: 1
}

@media (max-width: 767px) {
	.home-sec2 .box {
		margin-top: .2rem
	}

	.home-sec2 .box .box2 {
		margin: 0 .3rem
	}

	.home-sec2 .box .box2 .cn2 {
		font-size: .3rem
	}

	.home-sec2 .box .box2 .cn3 {
		display: none
	}

	.home-sec2 .box3 {
		padding: 0 5%;
		height: auto;
		width: 100%
	}

	.home-sec2 .box3 .box4 {
		position: relative;
		left: 0;
		width: 100%;
		border-radius: .3rem;
		margin-bottom: .3rem;
		height: 3.6rem
	}

	.home-sec2 .box3 .box4:last-child {
		margin-bottom: 0
	}

	.home-sec2 .box3 .box4 .box5 {
		display: none
	}

	.home-sec2 .box3 .box4 .box6 {
		opacity: 6
	}

	.home-sec2 .box3 .box4 .img:after {
		opacity: .5;
		background-color: #000
	}
}

.home-sec3 .f_zhong .f_log {
	z-index: 2
}

@media (max-width: 991px) {
	.home-sec3 .f_zhong .f_log {
		display: none
	}
}

.home-sec3 .f_zhong .f_jut {
	position: relative;
	z-index: 4
}

@media (max-width: 991px) {
	.home-sec3 .f_zhong .f_jut {
		margin-bottom: 1.2rem
	}
}

.home-sec3 .f_zhong .f_jut .font {
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 2;
	transition: all .7s
}

@media (max-width: 991px) {
	.home-sec3 .f_zhong .f_jut .font {
		margin-bottom: .52rem
	}
}

.home-sec3 .f_zhong .f_jut .font .f_tit {
	font-weight: bold;
	margin-bottom: .09rem
}

.home-sec3 .f_zhong .f_jut .font .text {
	color: #666666
}

.home-sec3 .f_zhong .f_jut .f_tu .item .list {
	position: relative;
	display: block
}

.home-sec3 .f_zhong .f_jut .f_tu .item .list:before {
	content: "";
	width: 88.62%;
	height: 88.62%;
	display: block;
	border-radius: .24rem;
	border: solid 2px #004ea2;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0
}

.home-sec3 .f_zhong .f_jut .f_tu .item .list .img {
	border-radius: .24rem
}

.home-sec3 .f_zhong .f_jut .f_tu .item .list .img:before {
	padding-top: 100%
}

@media (max-width: 991px) {
	.home-sec3 .f_zhong .f_jut .f_tu {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -0.15rem
	}

	.home-sec3 .f_zhong .f_jut .f_tu .item {
		width: 25%;
		padding: 0 .15rem;
		margin-bottom: .3rem
	}

	.home-sec3 .f_zhong .f_jut .f_tu .item .list {
		width: 100%
	}
}

@media (max-width: 767px) {
	.home-sec3 .f_zhong .f_jut .f_tu {
		margin: 0 -0.1rem
	}

	.home-sec3 .f_zhong .f_jut .f_tu .item {
		padding: 0 .1rem;
		margin-bottom: .2rem;
		width: 25%
	}
}

.home-sec3 .f_zhong .cont {
	display: flex;
	flex-wrap: wrap;
	background-color: #005ec4 !important;
	background-position: center!important;
	background-size: cover!important;
	background-repeat: no-repeat !important;
	width: 100%;
	position: relative;
	z-index: 1
}

@media (max-width: 767px) {
	.home-sec3 .f_zhong .cont {
		padding: 1.2rem 0 1.4rem
	}
}

.home-sec3 .f_zhong .cont .f_box {
	width: 50%;
	color: #ffffff;
	position: relative
}

.home-sec3 .f_zhong .cont .f_box .f_had .f_tit,.home-sec3 .f_zhong .cont .f_box .f_bot .f_icon,.home-sec3 .f_zhong .cont .f_box .f_bot .f_tit {
	transform: translateY(.3rem);
	opacity: 0;
	transition: all .4s
}

.home-sec3 .f_zhong .cont .f_box .f_had {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	text-align: center;
	padding: .58rem .6rem
}

@media (max-width: 767px) {
	.home-sec3 .f_zhong .cont .f_box .f_had {
		padding: .58rem .34rem
	}
}

.home-sec3 .f_zhong .cont .f_box .f_had .f_tit {
	color: #ffffff;
	font-weight: bold;
	margin-bottom: .22rem;
	transition: all .4s
}

@media (max-width: 991px) {
	.home-sec3 .f_zhong .cont .f_box .f_had .f_tit {
		opacity: 1;
		transform: translateY(0)
	}
}

.home-sec3 .f_zhong .cont .f_box .f_had .f_text {
	opacity: .6;
	margin-bottom: .34rem;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 3em;
	line-height: 1.5;
	text-overflow: ellipsis;
	transition: all .4s
}

@media (max-width: 767px) {
	.home-sec3 .f_zhong .cont .f_box .f_had .f_text {
		margin-bottom: 0
	}
}

.home-sec3 .f_zhong .cont .f_box .f_had .f_tish {
	transition: all .4s
}

@media (max-width: 767px) {
	.home-sec3 .f_zhong .cont .f_box .f_had .f_tish {
		display: none
	}
}

.home-sec3 .f_zhong .cont .f_box .f_bot {
	display: flex;
	flex-wrap: wrap;
	position: relative
}

.home-sec3 .f_zhong .cont .f_box .f_bot .item {
	display: flex;
	align-items: flex-end;
	position: relative;
	width: 50%;
	height: 100%;
	color: #ffffff;
	text-align: center;
	background: rgba(255,255,255,0.1);
	border-right: 1px solid rgba(255,255,255,0.1)
}

@media (max-width: 767px) {
	.home-sec3 .f_zhong .cont .f_box .f_bot .item {
		border-right: none;
		flex-wrap: wrap
	}
}

.home-sec3 .f_zhong .cont .f_box .f_bot .item .img {
	width: 100%;
	height: 100%;
	position: initial;
	transition: all .4s;
	height: 0;
	opacity: 1;
	display: flex;
	align-items: flex-end;
	overflow: hidden
}

@media (max-width: 991px) {
	.home-sec3 .f_zhong .cont .f_box .f_bot .item .img {
		height: 100%
	}
}

.home-sec3 .f_zhong .cont .f_box .f_bot .item .img img {
	width: 100%;
	height: 100%;
	max-height: inherit;
	object-fit: cover
}

.home-sec3 .f_zhong .cont .f_box .f_bot .item .img:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(to top, rgba(0,0,0,0.9) 15%, rgba(0,0,0,0))
}

.home-sec3 .f_zhong .cont .f_box .f_bot .item .f_icon {
	height: .82rem;
	display: flex
}

.home-sec3 .f_zhong .cont .f_box .f_bot .item .f_icon img {
	height: 100%
}

.home-sec3 .f_zhong .cont .f_box .f_bot .item .font {
	position: absolute;
	left: 0;
	z-index: 2;
	bottom: .64rem;
	padding: 0 20%;
	padding: 0 5%;
	transition: all .4s;
	display: flex;
	flex-direction: column;
	align-items: center
}

.home-sec3 .f_zhong .cont .f_box .f_bot .item .font .f_icon {
	margin-bottom: .1rem
}

@media (min-width: 992px) {
	.home-sec3 .f_zhong .cont .f_box .f_bot .item .font .f_icon {
		display: none
	}
}

.home-sec3 .f_zhong .cont .f_box .f_bot .item .font .f_tit {
	font-weight: bold;
	margin-bottom: .18rem
}

.home-sec3 .f_zhong .cont .f_box .f_bot .item .font .f_text {
	opacity: .6;
	line-height: 1.44444444;
	height: 2.88888889em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;line-clamp: 2;
	margin-bottom: .25rem
}

.home-sec3 .f_zhong .cont .f_box .f_bot .item .f_hov {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: .5rem 5%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	transition: all .4s
}

@media (max-width: 991px) {
	.home-sec3 .f_zhong .cont .f_box .f_bot .item .f_hov {
		display: block;
		opacity: 1
	}
}

.home-sec3 .f_zhong .cont .f_box .f_bot .item .f_hov .f_icon {
	margin-bottom: .14rem
}

.home-sec3 .f_zhong .cont .f_box .f_bot .item .f_hov .f_tit {
	font-weight: bold
}

@media (min-width: 992px) {
	.home-sec3 .f_zhong .cont .f_box .f_bot .item:hover .f_hov {
		opacity: 0
	}

	.home-sec3 .f_zhong .cont .f_box .f_bot .item:hover .font,.home-sec3 .f_zhong .cont .f_box .f_bot .item:hover .img {
		opacity: 1
	}

	.home-sec3 .f_zhong .cont .f_box .f_bot .item:hover .img {
		height: 100%
	}
}

@media (max-width: 991px) {
	.home-sec3 .f_zhong .cont .f_box .f_bot .item .img {
		position: relative
	}

	.home-sec3 .f_zhong .cont .f_box .f_bot .item .img:before {
		content: "";
		display: block;
		padding-top: 120.83333333%
	}

	.home-sec3 .f_zhong .cont .f_box .f_bot .item .img img {
		position: absolute;
		top: 0;
		left: 0
	}

	.home-sec3 .f_zhong .cont .f_box .f_bot .item .font {
		bottom: .4rem;
		width: 100%
	}

	.home-sec3 .f_zhong .cont .f_box .f_bot .item .font .f_icon,.home-sec3 .f_zhong .cont .f_box .f_bot .item .font .f_tit {
		opacity: 1
	}

	.home-sec3 .f_zhong .cont .f_box .f_bot .item .font .f_tit {
		font-size: .24rem
	}

	.home-sec3 .f_zhong .cont .f_box .f_bot .item .font .f_text {
		display: none
	}

	.home-sec3 .f_zhong .cont .f_box .f_bot .item .font .home_but4 {
		margin-top: .4rem
	}

	.home-sec3 .f_zhong .cont .f_box .f_bot .item .f_icon {
		height: .6rem
	}

	.home-sec3 .f_zhong .cont .f_box .f_bot .item .f_hov {
		opacity: 1;
		z-index: 2;
		display: none
	}

	.home-sec3 .f_zhong .cont .f_box .f_bot .item .f_hov .f_tit {
		font-size: .24rem
	}
}

@media (max-width: 767px) {
	.home-sec3 .f_zhong .cont .f_box {
		width: 100%;
		margin-bottom: .4rem
	}

	.home-sec3 .f_zhong .cont .f_box:last-child {
		margin-bottom: 0
	}

	.home-sec3 .f_zhong .cont .f_box .f_bot {
		padding: 0 5%;
		justify-content: space-between
	}

	.home-sec3 .f_zhong .cont .f_box .f_bot .item {
		width: calc(50% - .15rem)
	}
}

@media (min-width: 992px) {
	.home-sec3 .f_zhong .cont {
		height: 100vh
	}

	.home-sec3 .f_zhong .cont .f_box {
		height: 100%
	}

	.home-sec3 .f_zhong .cont .f_box:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to bottom, rgba(17,196,255,0.3), rgba(255,255,255,0))
	}

	.home-sec3 .f_zhong .cont .f_box .f_had,.home-sec3 .f_zhong .cont .f_box .f_bot {
		opacity: .4;
		transition: all .4s
	}

	.home-sec3 .f_zhong .cont .f_box .f_had {
		width: 100%;
		height: 40vh
	}

	.home-sec3 .f_zhong .cont .f_box .f_had .f_text,.home-sec3 .f_zhong .cont .f_box .f_had .f_tish {
		opacity: 0
	}

	.home-sec3 .f_zhong .cont .f_box .f_bot {
		height: 60vh
	}

	.home-sec3 .f_zhong .cont .f_box .f_bot .item {
		height: 100%
	}

	.home-sec3 .f_zhong .cont .f_box .f_bot .item .img,.home-sec3 .f_zhong .cont .f_box .f_bot .item .font {
		opacity: 0
	}

	.home-sec3 .f_zhong .cont .f_box:hover:after {
		opacity: 0;
		visibility: hidden;
		pointer-events: none
	}

	.home-sec3 .f_zhong .cont .f_box:hover .f_had,.home-sec3 .f_zhong .cont .f_box:hover .f_bot {
		opacity: 1
	}

	.home-sec3 .f_zhong .cont .f_box:hover .f_had .f_text,.home-sec3 .f_zhong .cont .f_box:hover .f_had .f_tish {
		opacity: 1
	}

	.home-sec3 .f_zhong .cont .f_box:hover .f_had .f_text {
		opacity: .6
	}
}

@media (min-width: 992px) {
	.home-sec3 {
		height: 330vh;
		position: relative
	}

	.home-sec3 .f_zhong {
		width: 100%;
		height: 100vh;
		position: sticky;
		position: -webkit-sticky;
		overflow: hidden;
		top: 0;
		display: flex;
		align-items: flex-end
	}

	.home-sec3 .f_zhong .f_log {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transform-origin: center 42%;
		background-color: #fff
	}

	.home-sec3 .f_zhong .f_log svg,.home-sec3 .f_zhong .f_log img {
		width: 100%;
		height: 100%;
		object-fit: cover
	}

	.home-sec3 .f_zhong .f_jut {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transition: all .4s;
		z-index: 4
	}

	.home-sec3 .f_zhong .f_jut .container {
		height: 100%;
		position: relative;
		display: flex;
		align-items: center
	}

	.home-sec3 .f_zhong .f_jut .container .f_tu {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 1;
		display: flex;
		align-items: center;
		justify-content: center
	}

	.home-sec3 .f_zhong .f_jut .container .f_tu .item {
		width: 14.3258427%;
		position: absolute;
		visibility: initial!important;
		animation: none!important
	}

	.home-sec3 .f_zhong .f_jut .container .f_tu .item .list {
		display: block;
		opacity: 0;
		transition: opacity .7s
	}

	.home-sec3 .f_zhong .f_jut .container .f_tu .item:nth-child(1) {
		top: 17.41022851%;
		left: .32rem;
		left: 1.79775281%
	}

	.home-sec3 .f_zhong .f_jut .container .f_tu .item:nth-child(1) .list:before {
		opacity: 1
	}

	.home-sec3 .f_zhong .f_jut .container .f_tu .item:nth-child(1) .list .img {
		top: .35rem;
		left: .44rem
	}

	.home-sec3 .f_zhong .f_jut .container .f_tu .item:nth-child(2) {
		width: 13.70786517%;
		top: .4rem;
		top: 4.35255713%;
		left: 4.7rem;
		left: 26.40449438%
	}

	.home-sec3 .f_zhong .f_jut .container .f_tu .item:nth-child(2) .list {
		transition-delay: .55s
	}

	.home-sec3 .f_zhong .f_jut .container .f_tu .item:nth-child(3) {
		width: 16.96629213%;
		top: .4rem;
		top: 4.35255713%;
		left: 59.83146067%
	}

	.home-sec3 .f_zhong .f_jut .container .f_tu .item:nth-child(3) .list {
		transition-delay: .5s
	}

	.home-sec3 .f_zhong .f_jut .container .f_tu .item:nth-child(3) .list:before {
		opacity: 1;
		left: initial;
		right: 0
	}

	.home-sec3 .f_zhong .f_jut .container .f_tu .item:nth-child(3) .list .img {
		top: .28rem;
		right: .28rem
	}

	.home-sec3 .f_zhong .f_jut .container .f_tu .item:nth-child(4) {
		top: 3rem;
		top: 32.64417845%;
		left: 87.64044944%
	}

	.home-sec3 .f_zhong .f_jut .container .f_tu .item:nth-child(4) .list {
		transition-delay: .4s
	}

	.home-sec3 .f_zhong .f_jut .container .f_tu .item:nth-child(5) {
		top: 6rem;
		top: 65.28835691%;
		left: 78.08988764%
	}

	.home-sec3 .f_zhong .f_jut .container .f_tu .item:nth-child(5) .list {
		transition-delay: .3s
	}

	.home-sec3 .f_zhong .f_jut .container .f_tu .item:nth-child(6) {
		top: 6.4rem;
		top: 69.64091404%;
		left: 55.8988764%
	}

	.home-sec3 .f_zhong .f_jut .container .f_tu .item:nth-child(7) {
		top: 6.5rem;
		top: 70.72905332%;
		left: 24.38202247%
	}

	.home-sec3 .f_zhong .f_jut .container .f_tu .item:nth-child(7) .list {
		transition-delay: .1s
	}

	.home-sec3 .f_zhong .f_jut .container .f_tu .item:nth-child(7) .list:before {
		opacity: 1;
		left: initial;
		right: 0;
		top: initial;
		bottom: 0
	}

	.home-sec3 .f_zhong .f_jut .container .f_tu .item:nth-child(7) .list .img {
		bottom: .26rem;
		right: .34rem
	}

	.home-sec3 .f_zhong .f_jut .container .f_tu .item:nth-child(8) {
		top: 5rem;
		top: 54.40696409%;
		left: -3.93258427%
	}

	.home-sec3 .f_zhong .f_jut .container .f_tu .item:nth-child(8) .list {
		transition-delay: .2s
	}

	.home-sec3 .f_zhong.on .f_jut .container .f_tu .item .list {
		opacity: 1;
		transition: all .7s
	}

	.home-sec3 .f_zhong.on .f_jut .container .f_tu .item:nth-child(2) .list {
		transition-delay: .16s
	}

	.home-sec3 .f_zhong.on .f_jut .container .f_tu .item:nth-child(3) .list {
		transition-delay: .42s
	}

	.home-sec3 .f_zhong.on .f_jut .container .f_tu .item:nth-child(4) .list {
		transition-delay: .52s
	}

	.home-sec3 .f_zhong.on .f_jut .container .f_tu .item:nth-child(5) .list {
		transition-delay: .66s
	}

	.home-sec3 .f_zhong.on .f_jut .container .f_tu .item:nth-child(6) .list {
		transition-delay: .22s
	}

	.home-sec3 .f_zhong.on .f_jut .container .f_tu .item:nth-child(7) .list {
		transition-delay: .32s
	}

	.home-sec3 .f_zhong.on .f_jut .container .f_tu .item:nth-child(8) .list {
		transition-delay: .86s
	}

	.home-sec3 .f_zhong.on2 .f_jut .container .font {
		opacity: 0
	}

	.home-sec3 .f_zhong.on3 .f_jut {
		opacity: 0;
		pointer-events: none
	}

	.home-sec3 .f_zhong.on3 .f_log {
		display: none
	}

	.home-sec3 .f_zhong.on3 .cont .f_box .f_had .f_tit,.home-sec3 .f_zhong.on3 .cont .f_box .f_bot .f_icon,.home-sec3 .f_zhong.on3 .cont .f_box .f_bot .f_tit {
		transform: translateY(0);
		opacity: 1;
		transition: all .4s .3s
	}
}

.home-sec4 {
	position: relative;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 77.34375% auto;
	background-size: cover;
	padding: 1.42rem 0 1.74rem;
	overflow: hidden
}

@media (max-width: 991px) {
	.home-sec4 {
		background-size: 80% auto
	}
}

@media (max-width: 767px) {
	.home-sec4 {
		padding-bottom: 2.4rem
	}
}

.home-sec4 .bag {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%
}

.home-sec4 .bag img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.home-sec4 .bag img:nth-child(2) {
	display: none
}

@media (max-width: 767px) {
	.home-sec4 .bag img {
		display: none
	}

	.home-sec4 .bag img:nth-child(2) {
		display: block
	}
}

@media (max-width: 991px) {
	.home-sec4 .bag {
		width: 100%;
		height: auto
	}

	.home-sec4 .bag img {
		position: relative;
		height: auto
	}
}

.home-sec4 .home_tit {
	margin-bottom: .36rem;
	position: relative
}

.home-sec4 .cont {
	display: flex;
	align-items: center;
	position: relative
}

.home-sec4 .cont:before {
	content: "";
	display: block;
	width: 1px;
	height: 150vh;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -75vh;
	background: #eaeaea
}

@media (max-width: 767px) {
	.home-sec4 .cont:before {
		display: none
	}
}

.home-sec4 .cont .lt {
	width: 33.7%
}

@media (max-width: 991px) {
	.home-sec4 .cont .lt {
		width: 50%
	}
}

@media (max-width: 767px) {
	.home-sec4 .cont .lt {
		width: 100%
	}
}

.home-sec4 .cont .lt .item {
	border-left: 3px solid transparent;
	transition: all .4s;
	padding: .3rem .82rem .29rem .58rem;
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: .15rem;
	border-bottom: 1px solid #ddd
}

.home-sec4 .cont .lt .item:last-child {
	margin-bottom: 0;
	border-bottom: none
}

.home-sec4 .cont .lt .item:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(90deg, #f0f6fc 0%, rgba(255,255,255,0) 100%);
	transition: all .4s;
	opacity: 0
}

.home-sec4 .cont .lt .item .font {
	position: relative;
	width: calc(100% - .72rem)
}

.home-sec4 .cont .lt .item .font .shu {
	font-family: 'shuzi','PingFang SC','Microsoft YaHei','Microsoft YaHei UI','SimSun','SimHei','Arial';
	display: flex;
	align-items: flex-start;
	color: #005ec4;
	line-height: 1
}

.home-sec4 .cont .lt .item .font .shu .count {
	line-height: 1;
	font-size: .9rem;
	font-weight: bold
}

.home-sec4 .cont .lt .item .font .shu span:last-child {
	display: block;
	margin-left: .18rem
}

.home-sec4 .cont .lt .item .font .f_tit {
	color: #999999
}

.home-sec4 .cont .lt .item .img {
	width: .62rem;
	height: .62rem;
	display: flex;
	align-items: center;
	justify-content: center
}

.home-sec4 .cont .lt .item .img img,.home-sec4 .cont .lt .item .img svg {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.home-sec4 .cont .lt .item:nth-child(2) .font .shu {
	line-height: 1.6
}

.home-sec4 .cont .lt .item:nth-child(2) .font .shu span:last-child {
	font-size: .3rem
}

@media (max-width: 767px) {
	.home-sec4 .cont .lt .item:nth-child(2) .font .shu span:last-child {
		font-size: .32rem
	}
}

@media (max-width: 767px) {
	.home-sec4 .cont .lt .item {
		border-left-color: #005ec4
	}

	.home-sec4 .cont .lt .item:before {
		opacity: 1
	}
}

.home-sec5 {
	position: relative;
	padding: 2rem 0 1.9rem
}

@media (max-width: 767px) {
	.home-sec5 {
		padding: 1.2rem 0 4.8rem
	}
}

.home-sec5 .bag {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh
}

@media (max-width: 767px) {
	.home-sec5 .bag {
		height: 100%
	}
}

.home-sec5 .bag img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.home-sec5 .bag .video1 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	background: #000000
}

.home-sec5 .bag .video1 .base_img {
	width: 60%;
	height: auto
}

@media (max-width: 991px) {
	.home-sec5 .bag .video1 .base_img {
		width: 100%
	}
}

.home-sec5 .bag .video1 .base_img:before {
	padding-top: 80%
}

.home-sec5 .bag .video1 .base_img video,.home-sec5 .bag .video1 .base_img img,.home-sec5 .bag .video1 .base_img .jsmpeg-video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.home-sec5 .container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	color: #ffffff
}

.home-sec5 .container .f_title {
	width: 65.17%;
	padding-right: .4rem;
	font-weight: bold;
	line-height: 1.3125;
	width: 100%;
	margin-bottom: .54rem
}

@media (max-width: 767px) {
	.home-sec5 .container .f_title {
		width: 100%
	}
}

.home-sec5 .container .gt {
	width: 34.83%;
	display: flex;
	width: 40%;
	flex-wrap: wrap
}

@media (max-width: 1199px) {
	.home-sec5 .container .gt {
		width: 60%
	}
}

@media (max-width: 767px) {
	.home-sec5 .container .gt {
		width: 100%;
		margin-top: .1rem
	}
}

.home-sec5 .container .gt .item {
	width: 50%;
	padding-right: .2rem;
	padding: .4rem 0 .45rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative
}

.home-sec5 .container .gt .item .font {
	width: calc(100% - .82rem)
}

.home-sec5 .container .gt .item .font .shu {
	display: flex;
	align-items: flex-start;
	font-weight: bold;
	font-family: 'shuzi','PingFang SC','Microsoft YaHei','Microsoft YaHei UI','SimSun','SimHei','Arial';
	line-height: 1
}

.home-sec5 .container .gt .item .font .shu .count {
	line-height: 1;
	font-size: .9rem;
	font-weight: bold
}

.home-sec5 .container .gt .item .font .shu span:last-child {
	display: block;
	margin-left: .18rem
}

.home-sec5 .container .gt .item .font .f_tit {
	opacity: .6
}

.home-sec5 .container .gt .item .img {
	width: .82rem;
	display: flex;
	align-items: center;
	display: none
}

.home-sec5 .container .gt .item .img img {
	width: 100%
}

.home-sec5 .container .gt .item.on:before {
	width: 100%;
	transition: all 1.5s .4s
}

.home-sec6 {
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/imgfwferrbag1.png);
	background-size: 4.62rem auto;
	padding: 1.45rem 0 1.66rem;
	overflow: hidden;
	background: url(../images/imgfwferrbag1.png) no-repeat left top / 4.66rem auto,url(../images/imgfwferrbag2.png) no-repeat right bottom / 3.62rem auto
}

.home-sec6 .home_tit {
	margin-bottom: .2rem
}

.home-sec6 .f_nav {
	display: flex;
	justify-content: center;
	margin-bottom: .68rem
}

.home-sec6 .f_nav .home6_nav {
	width: auto;
	max-width: 100%;
	background-color: #fcfcfc;
	border-radius: 28px;
	padding: 5px
}

.home-sec6 .f_nav .home6_nav .swiper-slide {
	width: auto
}

.home-sec6 .f_nav .home6_nav .swiper-slide .item {
	cursor: pointer;
	padding: .09rem .3rem;
	color: #666666;
	transition: all .4s;
	border-radius: 22px
}

.home-sec6 .f_nav .home6_nav .swiper-slide.on .item {
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.06);
	background: #ffffff;
	color: #000
}

.home-sec6 .cont {
	position: relative;
	width: 38.2%;
	margin: 0 auto
}

@media (max-width: 991px) {
	.home-sec6 .cont {
		width: 50%
	}
}

@media (max-width: 767px) {
	.home-sec6 .cont {
		width: 90%
	}
}

.home-sec6 .cont .f_jt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	transition: all .4s
}

.home-sec6 .cont .f_jt .home6_cont {
	overflow: visible
}

.home-sec6 .cont .f_jt .home6_cont .home6_prev,.home-sec6 .cont .f_jt .home6_cont .home6_next {
	margin: 0;
	top: 30%;
	transform: translateY(-50%);
	border-radius: 0;
	background: none;
	opacity: 1;
	width: 10px;
	height: 17px;
	display: flex;
	pointer-events: auto;
	align-items: center
}

.home-sec6 .cont .f_jt .home6_cont .home6_prev img,.home-sec6 .cont .f_jt .home6_cont .home6_next img {
	width: 100%;
	height: auto
}

.home-sec6 .cont .f_jt .home6_cont .home6_prev img:nth-child(2),.home-sec6 .cont .f_jt .home6_cont .home6_next img:nth-child(2) {
	display: none
}

.home-sec6 .cont .f_jt .home6_cont .home6_prev:hover img,.home-sec6 .cont .f_jt .home6_cont .home6_next:hover img {
	display: none
}

.home-sec6 .cont .f_jt .home6_cont .home6_prev:hover img:nth-child(2),.home-sec6 .cont .f_jt .home6_cont .home6_next:hover img:nth-child(2) {
	display: block
}

.home-sec6 .cont .f_jt .home6_cont .home6_prev.swiper-button-disabled,.home-sec6 .cont .f_jt .home6_cont .home6_next.swiper-button-disabled {
	display: none
}

.home-sec6 .cont .f_jt .home6_cont .home6_prev {
	left: -0.88rem
}

@media (max-width: 991px) {
	.home-sec6 .cont .f_jt .home6_cont .home6_prev {
		left: -0.66rem
	}
}

@media (max-width: 767px) {
	.home-sec6 .cont .f_jt .home6_cont .home6_prev {
		left: -0.4rem
	}
}

.home-sec6 .cont .f_jt .home6_cont .home6_next {
	right: -0.88rem
}

@media (max-width: 991px) {
	.home-sec6 .cont .f_jt .home6_cont .home6_next {
		right: -0.66rem
	}
}

@media (max-width: 767px) {
	.home-sec6 .cont .f_jt .home6_cont .home6_next {
		right: -0.4rem
	}
}

.home-sec6 .cont .f_jt .home6_cont .item {
	display: block;
	transform: scale(.9);
	transition: all .4s
}

.home-sec6 .cont .f_jt .home6_cont .item .img {
	width: 100%;
	padding-top: 55.88235294%
}

.home-sec6 .cont .f_jt .home6_cont .item .font {
	margin: -0.62rem auto 0;
	width: 88.23%;
	background-color: rgba(255,255,255,0.8);
	border-radius: .1rem .1rem 0 0;
	position: relative;
	z-index: 1;
	-webkit-backdrop-filter: saturate(120%) blur(5px);
	backdrop-filter: saturate(120%) blur(5px);
	padding: .33rem .38rem;
	border-bottom: 3px solid #004ea2;
	transform: translateY(.4rem);
	opacity: 0
}

@media (max-width: 1580px) {
	.home-sec6 .cont .f_jt .home6_cont .item .font {
		border-width: 2px
	}
}

.home-sec6 .cont .f_jt .home6_cont .item .font .f_column {
	display: flex;
	align-items: center;
	margin-bottom: .22rem
}

.home-sec6 .cont .f_jt .home6_cont .item .font .f_column .f_time {
	color: #004ea2
}

.home-sec6 .cont .f_jt .home6_cont .item .font .f_column .li {
	color: #004ea2;
	display: flex;
	align-items: center;
	margin-right: .28rem
}

.home-sec6 .cont .f_jt .home6_cont .item .font .f_column .li:last-child {
	margin-right: 0
}

.home-sec6 .cont .f_jt .home6_cont .item .font .f_column .li img {
	height: 17px;
	margin-right: 8px
}

@media (max-width: 1580px) {
	.home-sec6 .cont .f_jt .home6_cont .item .font .f_column .li img {
		margin-right: 6px;
		height: 15px
	}
}

.home-sec6 .cont .f_jt .home6_cont .item .font .f_tit {
	width: 100%;
	color: #010101;
	line-height: 1.2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;line-clamp: 2;
	overflow: hidden;
	height: 2.4em;
	font-weight: bold;
	margin-bottom: .52rem
}

.home-sec6 .cont .f_jt .home6_cont .item .font .but,.home-sec6 .cont .f_jt .home6_cont .item .font .but2 {
	display: flex;
	align-items: center;
	color: #010101
}

.home-sec6 .cont .f_jt .home6_cont .item .font .but img,.home-sec6 .cont .f_jt .home6_cont .item .font .but2 img,.home-sec6 .cont .f_jt .home6_cont .item .font .but svg,.home-sec6 .cont .f_jt .home6_cont .item .font .but2 svg {
	width: 8px;
	height: 12px;
	object-fit: contain;
	margin-left: .16rem
}

.home-sec6 .cont .f_jt .home6_cont .item .font .but img path,.home-sec6 .cont .f_jt .home6_cont .item .font .but2 img path,.home-sec6 .cont .f_jt .home6_cont .item .font .but svg path,.home-sec6 .cont .f_jt .home6_cont .item .font .but2 svg path {
	fill: #004ea2
}

.home-sec6 .cont .f_jt .home6_cont .item .font .but2 {
	color: #004ea2
}

.home-sec6 .cont .f_jt .home6_cont .item:hover .img img {
	transform: scale(1.06);
	-webkit-transform: scale(1.06)
}

.home-sec6 .cont .f_jt .home6_cont .swiper-slide-active .item {
	transform: scale(1)
}

.home-sec6 .cont .f_jt .home6_cont .swiper-slide-active .item .font {
	transform: translateY(0);
	opacity: 1;
	transition: all .88s
}

.home-sec6 .cont .on {
	position: relative;
	visibility: inherit;
	opacity: 1
}

.home_cont {
	position: relative
}

@media (min-width: 768px) {
	.home_cont {
		height: 240vh
	}

	.home_cont .fz_zhong {
		position: sticky;
		position: -webkit-sticky;
		top: 0;
		width: 100%;
		height: 100vh
	}

	.home_cont .home-sec4 {
		position: relative;
		z-index: 1;
		background-color: #ffffff;
		width: 100%;
		height: 100vh;
		display: flex;
		align-items: center;
		justify-content: center
	}

	.home_cont .home-sec4 .container {
		margin: 0
	}

	.home_cont .home-sec5 {
		position: relative;
		margin-top: -100vh
	}

	.home_cont .home-sec5 .bag {
		transform: translateY(0);
		overflow: hidden
	}

	.home_cont .home-sec5 .bag>img {
		transform: scale(1);
		animation: scale10 50s linear
	}

	.home_cont .home-sec5 .container .f_title,.home_cont .home-sec5 .container .gt .item {
		visibility: inherit!important;
		animation: none;
		transition: all .8s;
		opacity: 0
	}

	.home_cont .home-sec5.on .container .f_title,.home_cont .home-sec5.on .container .gt .item {
		opacity: 1
	}
}

.newsbox {
	padding: 1.1rem 0 1rem
}

@media (max-width: 767px) {
	.newsbox {
		padding-bottom: 1.8rem
	}
}

.newsbox .container {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	position: relative
}

.newsbox .container .lt {
	width: 29.88%;
	padding-right: 11.91011236%
}

@media (max-width: 767px) {
	.newsbox .container .lt {
		width: 100%;
		padding-right: 0;
		margin-bottom: .5rem
	}
}

@media (min-width: 768px) {
	.newsbox .container .lt {
		position: sticky;
		position: -webkit-sticky;
		top: 60px
	}
}

.newsbox .container .lt .f_title {
	font-weight: bold;
	margin-bottom: .13rem
}

.newsbox .container .lt .f_text {
	color: #666666
}

.newsbox .container .lt .f_list {
	margin-top: 1.96rem;
	margin-bottom: 1.02rem
}

@media (max-width: 1580px) {
	.newsbox .container .lt .f_list {
		margin-top: 1.2rem;
		margin-bottom: .6rem
	}
}

@media (max-width: 991px) {
	.newsbox .container .lt .f_list {
		margin-top: .6rem;
		margin-bottom: .4rem
	}
}

@media (max-width: 767px) {
	.newsbox .container .lt .f_list {
		margin-top: .3rem;
		margin-bottom: .2rem;
		display: flex;
		overflow-x: auto
	}
}

.newsbox .container .lt .f_list li {
	width: 100%;
	margin-bottom: .2rem
}

.newsbox .container .lt .f_list li:last-child {
	margin-bottom: 0
}

.newsbox .container .lt .f_list li .f_tit {
	display: flex;
	justify-content: space-between;
	color: #000000;
	padding-bottom: .2rem;
	position: relative
}

.newsbox .container .lt .f_list li .f_tit:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #0060c9;
	transition: all .4s;
	width: 0;
	height: 2px
}

@media (max-width: 1580px) {
	.newsbox .container .lt .f_list li .f_tit:before {
		height: 1px
	}
}

@media (max-width: 767px) {
	.newsbox .container .lt .f_list li .f_tit:before {
		display: none
	}
}

.newsbox .container .lt .f_list li .f_tit p {
	display: flex;
	align-items: flex-start
}

@media (max-width: 767px) {
	.newsbox .container .lt .f_list li .f_tit p {
		font-size: .3rem
	}
}

.newsbox .container .lt .f_list li .f_tit p span {
	color: #a0a0a0;
	display: block;
	font-size: 12px;
	line-height: 1.8;
	transition: all .4s
}

.newsbox .container .lt .f_list li .f_tit i {
	width: .36rem;
	height: .36rem;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	margin-left: .1rem
}

@media (max-width: 767px) {
	.newsbox .container .lt .f_list li .f_tit i {
		display: none
	}
}

.newsbox .container .lt .f_list li .f_tit i img {
	width: 100%
}

.newsbox .container .lt .f_list li .f_tit:hover:before {
	width: 100%
}

@media (max-width: 767px) {
	.newsbox .container .lt .f_list li {
		width: auto;
		margin-right: .4rem;
		flex: 0 0 auto
	}

	.newsbox .container .lt .f_list li .f_tit {
		padding-bottom: 0;
		font-size: .26rem
	}
}

.newsbox .container .lt .f_list li.on .f_tit {
	color: #0060c9
}

.newsbox .container .lt .f_list li.on .f_tit p span {
	color: #0060c9
}

.newsbox .container .lt .f_list li.on .f_tit:before {
	width: 100%
}

.newsbox .container .lt .f_list li.on .f_tit i {
	opacity: 1
}

.newsbox .container .lt .fz_fen {
	display: flex;
	align-items: center
}

@media (max-width: 767px) {
	.newsbox .container .lt .fz_fen {
		position: absolute;
		bottom: -0.44rem;
		left: 0;
		width: 100%;
		justify-content: center
	}
}

.newsbox .container .lt .fz_fen .li {
	display: block;
	position: relative;
	margin-right: .45rem
}

.newsbox .container .lt .fz_fen .li:last-child {
	margin-right: 0
}

.newsbox .container .lt .fz_fen .li .f_tit {
	display: flex;
	align-items: center;
	height: 20px
}

@media (max-width: 767px) {
	.newsbox .container .lt .fz_fen .li .f_tit {
		height: 14px
	}
}

.newsbox .container .lt .fz_fen .li .f_tit img,.newsbox .container .lt .fz_fen .li .f_tit svg {
	width: auto;
	height: 100%
}

.newsbox .container .lt .fz_fen .li .f_tit img path,.newsbox .container .lt .fz_fen .li .f_tit svg path {
	fill: #0f1e2f
}

.newsbox .container .lt .fz_fen .li .f_hover {
	position: absolute;
	left: 50%;
	bottom: 100%;
	margin-bottom: .2rem;
	transform: translateX(-50%);
	width: 1.4rem;
	box-shadow: 0 0 .1rem rgba(0,0,0,0.2);
	display: none
}

.newsbox .container .lt .fz_fen .li .f_hover:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 10px solid #ffffff
}

@media (max-width: 767px) {
	.newsbox .container .lt .fz_fen .li .f_hover {
		left: 96%
	}

	.newsbox .container .lt .fz_fen .li .f_hover:after {
		left: 30%
	}
}

.newsbox .container .lt .fz_fen .li .f_hover img {
	width: 100%
}

.newsbox .container .lt .fz_fen .li:hover .f_tit svg path {
	fill: #005ec4
}

.newsbox .container .lt .fz_fen .li:hover .f_hover {
	display: block
}

.newsbox .container .gt {
	width: 70.12%
}

@media (max-width: 767px) {
	.newsbox .container .gt {
		width: 100%
	}
}

.newsbox .container .gt .exhibibox_recom {
	margin-bottom: .8rem
}

.exhibibox_recom {
	display: block;
	position: relative;
	overflow: hidden;
	padding: .5rem
}

@media (max-width: 767px) {
	.exhibibox_recom {
		padding: 0
	}
}

.exhibibox_recom .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

@media (max-width: 767px) {
	.exhibibox_recom .img {
		height: auto;
		padding-top: 41.66666667%;
		position: relative
	}
}

.exhibibox_recom .font {
	float: right;
	position: relative;
	width: 41.0909%;
	padding: .73rem .5rem;
	-webkit-backdrop-filter: saturate(120%) blur(5px);
	backdrop-filter: saturate(120%) blur(5px);
	background: rgba(255,255,255,0.9)
}

@media (max-width: 1199px) {
	.exhibibox_recom .font {
		width: 56%
	}
}

@media (max-width: 991px) {
	.exhibibox_recom .font {
		width: 80%
	}
}

@media (max-width: 767px) {
	.exhibibox_recom .font {
		width: 100%;
		padding: .4rem 0 0
	}
}

.exhibibox_recom .font .f_column {
	display: flex;
	align-items: center;
	margin-bottom: .32rem
}

@media (max-width: 767px) {
	.exhibibox_recom .font .f_column {
		flex-wrap: wrap
	}
}

.exhibibox_recom .font .f_column .f_time {
	color: #004ea2
}

.exhibibox_recom .font .f_column .li {
	color: #004ea2;
	display: flex;
	align-items: flex-start;
	margin-right: .28rem
}

@media (max-width: 767px) {
	.exhibibox_recom .font .f_column .li {
		margin-bottom: .1rem;
		width: 100%
	}

	.exhibibox_recom .font .f_column .li:last-child {
		margin-bottom: 0
	}
}

.exhibibox_recom .font .f_column .li:last-child {
	margin-right: 0
}

.exhibibox_recom .font .f_column .li img {
	height: 17px;
	position: relative;
	top: .75em;
	transform: translateY(-50%);
	margin-right: 8px
}

@media (max-width: 1580px) {
	.exhibibox_recom .font .f_column .li img {
		margin-right: 6px;
		height: 15px
	}
}

.exhibibox_recom .font .f_tit {
	width: 100%;
	color: #010101;
	line-height: 1.2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;line-clamp: 2;
	overflow: hidden;
	height: 2.4em;
	font-weight: bold;
	transition: all .4s;
	margin-bottom: 1rem
}

@media (max-width: 767px) {
	.exhibibox_recom .font .f_tit {
		margin-bottom: .4rem
	}
}

.exhibibox_recom .font .but,.exhibibox_recom .font .but2 {
	display: flex;
	align-items: center;
	color: #010101
}

.exhibibox_recom .font .but img,.exhibibox_recom .font .but2 img,.exhibibox_recom .font .but svg,.exhibibox_recom .font .but2 svg {
	width: 8px;
	height: 12px;
	object-fit: contain;
	margin-left: .16rem;
	transition: all .4s
}

.exhibibox_recom .font .but img path,.exhibibox_recom .font .but2 img path,.exhibibox_recom .font .but svg path,.exhibibox_recom .font .but2 svg path {
	fill: #004ea2
}

.exhibibox_recom:hover .img img {
	transform: scale(1.04)
}

.exhibibox_recom:hover .font .f_tit {
	color: #004ea2
}

.exhibibox_recom:hover .font .but,.exhibibox_recom:hover .font .but2 {
	color: #004ea2
}

.exhibibox_recom:hover .font .but img,.exhibibox_recom:hover .font .but2 img,.exhibibox_recom:hover .font .but svg,.exhibibox_recom:hover .font .but2 svg {
	transform: translateX(.1rem)
}

.exhibibox_cont {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.34rem
}

@media (max-width: 1199px) {
	.exhibibox_cont {
		margin: 0 -0.2rem
	}
}

@media (max-width: 767px) {
	.exhibibox_cont {
		margin: 0 -0.1rem
	}
}

.exhibibox_cont .item {
	width: 50%;
	padding: 0 .34rem;
	margin-bottom: .76rem
}

@media (max-width: 1199px) {
	.exhibibox_cont .item {
		padding: 0 .2rem;
		margin-bottom: .5rem
	}
}

@media (max-width: 767px) {
	.exhibibox_cont .item {
		padding: 0 .1rem
	}
}

.exhibibox_cont .item .list {
	display: block
}

.exhibibox_cont .item .list .img {
	padding-top: 55.78947368%;
	margin-bottom: .3rem
}

.exhibibox_cont .item .list .font {
	position: relative
}

.exhibibox_cont .item .list .font .f_column {
	display: flex;
	align-items: center;
	margin-bottom: .1rem
}

@media (max-width: 767px) {
	.exhibibox_cont .item .list .font .f_column {
		flex-wrap: wrap
	}
}

.exhibibox_cont .item .list .font .f_column .f_time {
	color: #004ea2
}

.exhibibox_cont .item .list .font .f_column .li {
	color: #004ea2;
	display: flex;
	align-items: flex-start;
	margin-right: .28rem
}

@media (max-width: 767px) {
	.exhibibox_cont .item .list .font .f_column .li span {
		font-size: .22rem
	}
}

@media (max-width: 767px) {
	.exhibibox_cont .item .list .font .f_column .li {
		margin-bottom: .1rem;
		width: 100%
	}

	.exhibibox_cont .item .list .font .f_column .li:last-child {
		margin-bottom: 0
	}
}

.exhibibox_cont .item .list .font .f_column .li:last-child {
	margin-right: 0
}

.exhibibox_cont .item .list .font .f_column .li img {
	height: 17px;
	position: relative;
	top: .75em;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	margin-right: 8px
}

@media (max-width: 1580px) {
	.exhibibox_cont .item .list .font .f_column .li img {
		margin-right: 6px;
		height: 15px
	}
}

@media (max-width: 767px) {
	.exhibibox_cont .item .list .font .f_column .li img {
		top: .6em
	}
}

.exhibibox_cont .item .list .font .f_tit {
	width: 100%;
	color: #010101;
	line-height: 1.41666667;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;line-clamp: 2;
	overflow: hidden;
	transition: all .4s;
	max-height: 2.83333333em;
	margin-bottom: .5rem;
	margin-bottom: .32rem
}

@media (max-width: 767px) {
	.exhibibox_cont .item .list .font .f_tit {
		margin-bottom: .2rem;
		font-size: .26rem
	}
}

.exhibibox_cont .item .list .font .but,.exhibibox_cont .item .list .font .but2 {
	display: flex;
	align-items: center;
	color: #010101
}

@media (max-width: 767px) {
	.exhibibox_cont .item .list .font .but,.exhibibox_cont .item .list .font .but2 {
		font-size: .22rem
	}
}

.exhibibox_cont .item .list .font .but img,.exhibibox_cont .item .list .font .but2 img,.exhibibox_cont .item .list .font .but svg,.exhibibox_cont .item .list .font .but2 svg {
	width: 8px;
	height: 12px;
	object-fit: contain;
	transition: all .4s;
	margin-left: .16rem;
	margin-left: .1rem
}

@media (max-width: 767px) {
	.exhibibox_cont .item .list .font .but img,.exhibibox_cont .item .list .font .but2 img,.exhibibox_cont .item .list .font .but svg,.exhibibox_cont .item .list .font .but2 svg {
		width: 5px;
		height: 8px
	}
}

.exhibibox_cont .item .list .font .but img path,.exhibibox_cont .item .list .font .but2 img path,.exhibibox_cont .item .list .font .but svg path,.exhibibox_cont .item .list .font .but2 svg path {
	fill: #004ea2
}

.exhibibox_cont .item .list:hover .img img {
	transform: scale(1.04)
}

.exhibibox_cont .item .list:hover .font .f_tit {
	color: #004ea2
}

.exhibibox_cont .item .list:hover .font .but,.exhibibox_cont .item .list:hover .font .but2 {
	color: #004ea2
}

.exhibibox_cont .item .list:hover .font .but img,.exhibibox_cont .item .list:hover .font .but2 img,.exhibibox_cont .item .list:hover .font .but svg,.exhibibox_cont .item .list:hover .font .but2 svg {
	transform: translateX(.1rem)
}

.newinfobox {
	padding-top: .6rem
}

@media (max-width: 767px) {
	.newinfobox {
		padding-top: 0
	}
}

@media (min-width: 992px) {
	.newinfobox .container {
		width: 52.08333333%
	}
}

.newinfobox-sec1 {
	padding: .44rem 0 .5rem
}

.newinfobox-sec1 .f_title {
	text-align: center;
	line-height: 1.25;
	margin-bottom: .4rem
}

.newinfobox-sec1 .f_fen {
	display: flex;
	align-items: center
}

.newinfobox-sec1 .f_fen a {
	margin: 0;
	width: 24px;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	margin-right: .16rem;
	border: none;
	font-weight: normal;
	background-color: #6e6e73;
	color: #ffffff
}

.newinfobox-sec1 .f_fen a:last-child {
	margin-right: 0
}

.newinfobox-sec1 .f_fen a:hover {
	background-color: #005ec4
}

.newinfobox-sec1 .f_jt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: .5rem
}

.newinfobox-sec1 .f_jt .f_column {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%
}

.newinfobox-sec1 .f_jt .f_column .f_time {
	color: #004ea2
}

.newinfobox-sec1 .f_jt .f_column .li {
	color: #004ea2;
	display: flex;
	align-items: center;
	margin: 0 .16rem
}

.newinfobox-sec1 .f_jt .f_column .li img {
	height: 17px;
	margin-right: 8px
}

@media (max-width: 1580px) {
	.newinfobox-sec1 .f_jt .f_column .li img {
		margin-right: 6px;
		height: 15px
	}
}

.newinfobox-sec1 .f_jt .f_meg {
	display: flex;
	align-items: center
}

.newinfobox-sec1 .f_jt .f_meg .f_tag {
	background-color: #f5f5f5;
	padding: 3px .1rem;
	display: block;
	margin-right: .1rem;
	color: #666666
}

.newinfobox-sec1 .f_jt .f_meg .f_time {
	color: #666666
}

.newinfobox-sec1 .make-text {
	margin-bottom: .72rem
}

.newinfobox-sec1 .fotfen {
	display: flex;
	align-items: center;
	margin-bottom: .82rem;
	justify-content: center
}

.newinfobox-sec1 .fotfen .f_name {
	color: #000000;
	margin-right: .2rem
}

.newinfobox-sec1 .qie {
	padding: .86rem 0;
	background: #f5f8fb
}

.newinfobox-sec1 .qie .li {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: .44rem;
	color: #000000
}

.newinfobox-sec1 .qie .li:last-child {
	margin-bottom: 0
}

.newinfobox-sec1 .qie .li span {
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .4s;
	white-space: nowrap;
	display: inline-block;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 93%, #004ea2 0%);
	background-size: 0 100%;
	background-repeat: no-repeat;
	max-width: calc(100% - .46rem)
}

@media (max-width: 767px) {
	.newinfobox-sec1 .qie .li span {
		max-width: 100%
	}
}

.newinfobox-sec1 .qie .li i {
	opacity: 0;
	transition: all .4s;
	display: flex;
	align-items: center;
	justify-content: center;
	width: .36rem;
	height: .36rem
}

@media (max-width: 767px) {
	.newinfobox-sec1 .qie .li i {
		display: none
	}
}

.newinfobox-sec1 .qie .li i img,.newinfobox-sec1 .qie .li i svg {
	width: 100%;
	max-height: 100%
}

.newinfobox-sec1 .qie .li:hover {
	color: #004ea2
}

.newinfobox-sec1 .qie .li:hover span {
	background-size: 100% 100%
}

.newinfobox-sec1 .qie .li:hover i {
	opacity: 1
}

.newinfobox-sec2 {
	padding: .5rem 0 .8rem
}

.newinfobox-sec2 .home_tit {
	margin-bottom: .54rem
}

@media (min-width: 992px) {
	.newinfobox-sec2 .container {
		width: 62.5%
	}
}

.mediabox_nav {
	position: relative;
	margin-bottom: .52rem
}

.mediabox_nav .swiper-slide {
	width: auto;
	margin-right: .4rem
}

@media (max-width: 767px) {
	.mediabox_nav .swiper-slide {
		margin-right: .2rem
	}
}

.mediabox_nav .swiper-slide .item {
	padding: 0 .36rem .3rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative
}

@media (max-width: 767px) {
	.mediabox_nav .swiper-slide .item {
		padding: 0 .26rem .3rem
	}
}

.mediabox_nav .swiper-slide .item:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(0deg, #004ea2 0%, #f7f8fa 100%);
	z-index: -1;
	opacity: 0;
	transition: all .4s
}

.mediabox_nav .swiper-slide .item .f_icon {
	height: .5rem;
	display: flex;
	align-items: center;
	margin-bottom: .11rem
}

.mediabox_nav .swiper-slide .item .f_icon img {
	height: 100%
}

.mediabox_nav .swiper-slide .item .f_icon img:nth-child(2) {
	display: none
}

.mediabox_nav .swiper-slide .item .f_tit {
	color: #999999;
	transition: all .4s;
	font-weight: bold
}

.mediabox_nav .swiper-slide:hover:not(.on) .f_icon img {
	display: none
}

.mediabox_nav .swiper-slide:hover:not(.on) .f_icon img:nth-child(2) {
	display: block
}

.mediabox_nav .swiper-slide:hover:not(.on) .f_tit {
	color: #000000
}

.mediabox_nav .swiper-slide.on .item:before {
	opacity: .1
}

.mediabox_nav .swiper-slide.on .item .f_icon img {
	display: none
}

.mediabox_nav .swiper-slide.on .item .f_icon img:nth-child(2) {
	display: block
}

.mediabox_nav .swiper-slide.on .item .f_tit {
	color: #000000
}

.mediabox_nav:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: #e5e5e5
}

.mediabox_cont {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.17rem .5rem
}

@media (max-width: 991px) {
	.mediabox_cont {
		margin: 0 -0.12rem .5rem
	}
}

.mediabox_cont .item {
	width: 33.333%;
	padding: 0 .17rem;
	margin-bottom: .44rem
}

@media (max-width: 991px) {
	.mediabox_cont .item {
		padding: 0 .12rem;
		width: 50%
	}
}

@media (max-width: 767px) {
	.mediabox_cont .item {
		width: 50%
	}
}

.mediabox_cont .item .list {
	display: block;
	cursor: pointer;
	color: #010101
}

.mediabox_cont .item .list .f_img {
	position: relative;
	margin-bottom: .22rem
}

.mediabox_cont .item .list .f_img .img {
	padding-top: 55.8974359%
}

.mediabox_cont .item .list .f_img .f_video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2
}

.mediabox_cont .item .list .f_img .f_video i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: .6rem;
	height: .6rem;
	border-radius: 50%;
	background: rgba(255,255,255,0.88)
}

@media (max-width: 1580px) {
	.mediabox_cont .item .list .f_img .f_video i {
		width: .74rem;
		height: .74rem
	}
}

.mediabox_cont .item .list .f_img .f_video i img,.mediabox_cont .item .list .f_img .f_video i svg {
	width: 31.66666667%;
	height: 40%;
	margin-left: 10%;
	fill: #005ec4
}

.mediabox_cont .item .list:hover .img img {
	transform: scale(1.08)
}

.worksAlt {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 998;
	display: none;
	overflow: hidden
}

.worksAlt .bag {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	-webkit-backdrop-filter: saturate(120%) blur(5px);
	backdrop-filter: saturate(120%) blur(5px)
}

.worksAlt .cont {
	position: absolute;
	width: 81.33333333%;
	max-width: 9rem;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%, 50%)
}

@media (max-width: 767px) {
	.worksAlt .cont {
		max-width: 100%;
		width: 78%
	}
}

.worksAlt .cont .zhong {
	width: 100%;
	position: relative
}

.worksAlt .cont .zhong::-webkit-scrollbar {
	width: 2px;
	height: 1px
}

.worksAlt .cont .zhong::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #005ec4
}

.worksAlt .cont .zhong::-webkit-scrollbar-track {
	border-radius: 10px;
	background: #efefef
}

.worksAlt .cont .zhong .worksAlt-prev,.worksAlt .cont .zhong .worksAlt-next {
	background: none;
	margin: 0;
	padding: 0;
	top: 0;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: .66rem;
	height: .66rem;
	border-radius: 10px;
	pointer-events: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255,255,255,0.2);
	top: 50%;
	transform: translateY(-50%);
	-webkit-backdrop-filter: saturate(120%) blur(5px);
	backdrop-filter: saturate(120%) blur(5px)
}

.worksAlt .cont .zhong .worksAlt-prev img,.worksAlt .cont .zhong .worksAlt-next img,.worksAlt .cont .zhong .worksAlt-prev svg,.worksAlt .cont .zhong .worksAlt-next svg {
	width: 30%;
	height: 40%
}

.worksAlt .cont .zhong .worksAlt-prev img path,.worksAlt .cont .zhong .worksAlt-next img path,.worksAlt .cont .zhong .worksAlt-prev svg path,.worksAlt .cont .zhong .worksAlt-next svg path {
	fill: #ffffff;
	transition: all .4s
}

.worksAlt .cont .zhong .worksAlt-prev {
	left: -2.2rem
}

@media (max-width: 991px) {
	.worksAlt .cont .zhong .worksAlt-prev {
		left: -1.2rem
	}
}

@media (max-width: 767px) {
	.worksAlt .cont .zhong .worksAlt-prev {
		left: -0.6rem
	}
}

.worksAlt .cont .zhong .worksAlt-next {
	right: -2.2rem
}

@media (max-width: 991px) {
	.worksAlt .cont .zhong .worksAlt-next {
		right: -1.2rem
	}
}

@media (max-width: 767px) {
	.worksAlt .cont .zhong .worksAlt-next {
		right: -0.6rem
	}
}

.worksAlt .cont .zhong .worksAlt_cont {
	overflow: visible
}

.worksAlt .cont .zhong .worksAlt_cont .swiper-wrapper {
	align-items: center
}

.worksAlt .cont .zhong .worksAlt_cont .img {
	width: 100%;
	display: flex;
	align-items: center;
	position: relative
}

.worksAlt .cont .zhong .worksAlt_cont .img img {
	width: 100%;
	height: auto;
	float: left;
	max-height: 8rem;
	object-fit: cover;
	transition: all .4s;
	position: relative
}

.worksAlt .cont .zhong .worksAlt_cont .swiper-slide:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5;
	transition: all .4s
}

.worksAlt .cont .zhong .worksAlt_cont .swiper-slide-active:after {
	opacity: 0
}

.worksAlt .cont .zhong .worksAlt_cont .worksAlt-page {
	margin-top: .4rem;
	bottom: 0;
	position: relative
}

.worksAlt .cont .zhong .worksAlt_cont .worksAlt-page span {
	background: #5c5e62;
	opacity: 1
}

.worksAlt .cont .zhong .worksAlt_cont .worksAlt-page .swiper-pagination-bullet-active {
	background-color: #ffffff
}

.worksAlt .cont .close {
	position: absolute;
	right: .2rem;
	top: .2rem;
	transition: all .4s;
	width: .4rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	height: .4rem;
	z-index: 2;
	border-radius: 4px
}

@media (max-width: 767px) {
	.worksAlt .cont .close {
		width: .7rem;
		height: .7rem
	}
}

.worksAlt .cont .close img,.worksAlt .cont .close svg {
	width: 35%
}

.worksAlt .cont .close img path,.worksAlt .cont .close svg path {
	fill: #333
}

.worksAlt .cont .close:hover {
	background-color: rgba(0,0,0,0.06);
	border-color: #005ec4
}

.contactbanner {
	position: relative
}

.contactbanner .bag:before {
	padding-top: 50.3125%
}

@media (max-width: 767px) {
	.contactbanner .bag:before {
		padding-top: 179.2%
	}
}

.contactbanner .bag:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: .2
}

.contactbanner .cont {
	position: absolute;
	bottom: 26.29399586%;
	left: 0;
	width: 100%;
	color: #ffffff
}

@media (max-width: 767px) {
	.contactbanner .cont {
		bottom: 50%;
		transform: translateY(50%);
		text-align: center
	}
}

.contactbanner .cont .f_name,.contactbanner .cont .f_name2 {
	color: rgba(255,255,255,0.6);
	margin-bottom: .1rem
}

@media (max-width: 767px) {
	.contactbanner .cont .f_name,.contactbanner .cont .f_name2 {
		font-size: .24rem
	}
}

.contactbanner .cont .f_tit {
	font-weight: bold
}

.contactbanner .cont .f_name2 {
	margin-bottom: 0;
	margin-top: .1rem
}

@media (max-width: 767px) {
	.contactbanner .cont .f_name2 {
		font-size: .24rem
	}
}

.contactbanner .noticebox-sec1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}

.contactbox-sec1 {
	padding-bottom: .9rem
}

@media (max-width: 991px) {
	.contactbox-sec1 {
		padding: 1.1rem 0 .7rem
	}
}

.contactbox-sec1 .cont {
	position: relative;
	padding: .75rem .6rem .64rem;
	border: solid 1px #eeeeee;
	background-color: #ffffff;
	margin-top: -1.7rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

@media (max-width: 991px) {
	.contactbox-sec1 .cont {
		margin-top: 0
	}
}

@media (max-width: 767px) {
	.contactbox-sec1 .cont {
		padding: .6rem .34rem
	}
}

.contactbox-sec1 .cont:before {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
	width: calc(100% + 2px);
	left: -1px;
	height: 4px;
	background-image: linear-gradient(90deg, #11c4ff 0%, #0057b4 100%);
	width: 0;
	transition: all .8s .6s
}

.contactbox-sec1 .cont.on:before {
	width: 100%
}

.contactbox-sec1 .cont .lt,.contactbox-sec1 .cont .gt {
	width: calc(50% - .48rem)
}

@media (max-width: 991px) {
	.contactbox-sec1 .cont .lt,.contactbox-sec1 .cont .gt {
		width: 100%
	}
}

.contactbox-sec1 .cont .f_title {
	padding-bottom: .28rem;
	line-height: .66rem;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: .33rem
}

@media (min-width: 992px) and (max-width:1280px) {
	.contactbox-sec1 .cont .f_title {
		font-size: .38rem
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.contactbox-sec1 .cont .f_title {
		font-size: .32rem
	}
}

@media (max-width: 991px) {
	.contactbox-sec1 .cont .lt {
		order: 1;
		margin-top: .5rem
	}
}

.contactbox-sec1 .cont .lt .f_jt {
	margin-bottom: .56rem
}

.contactbox-sec1 .cont .lt .f_jt .li {
	margin-bottom: .3rem
}

.contactbox-sec1 .cont .lt .f_jt .li:last-child {
	margin-bottom: 0
}

.contactbox-sec1 .cont .lt .f_jt .li .f_name {
	color: #999999;
	margin-bottom: .1rem
}

.contactbox-sec1 .cont .lt .f_jt .li .f_tit {
	color: #000000
}

.contactbox-sec1 .cont .lt .f_jt .li a.f_tit {
	color: #0057b4
}

.contactbox-sec1 .cont .lt .f_jt .li a.f_tit:hover {
	opacity: .8
}

.contactbox-sec1 .cont .lt .f_conmedia {
	padding-top: .34rem;
	border-top: 1px solid #e5e5e5
}

.contactbox-sec1 .cont .lt .f_conmedia .f_tit {
	font-weight: bold;
	color: #000000;
	margin-bottom: .24rem
}

.contactbox-sec1 .cont .lt .f_conmedia .f_tu {
	display: flex;
	flex-wrap: wrap
}

.contactbox-sec1 .cont .lt .f_conmedia .f_tu .li {
	margin-right: .3rem;
	text-align: center;
	color: #000000
}

.contactbox-sec1 .cont .lt .f_conmedia .f_tu .li .img {
	width: 1.4rem;
	border-radius: 10px;
	border: solid 1px #eeeeee;
	overflow: hidden;
	height: 1.4rem;
	margin-bottom: .16rem
}

.contactbox-sec1 .cont .lt .f_conmedia .f_tu .li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.contactbox-sec1 .cont .gt .form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.contactbox-sec1 .cont .gt .form .int {
	width: 48%;
	width: calc(50% - .2rem);
	margin-bottom: .26rem
}

@media (max-width: 767px) {
	.contactbox-sec1 .cont .gt .form .int {
		width: 100%
	}
}

.contactbox-sec1 .cont .gt .form .int .f_name {
	color: #000000;
	margin-bottom: .14rem
}

.contactbox-sec1 .cont .gt .form .int .f_name span {
	color: #005ec4
}

.contactbox-sec1 .cont .gt .form .int input,.contactbox-sec1 .cont .gt .form .int select,.contactbox-sec1 .cont .gt .form .int textarea {
	width: 100%;
	color: #666666;
	padding: .19rem .18rem;
	border-radius: 5px;
	border: solid 1px #eeeeee
}

.contactbox-sec1 .cont .gt .form .int input::-webkit-input-placeholder,.contactbox-sec1 .cont .gt .form .int select::-webkit-input-placeholder,.contactbox-sec1 .cont .gt .form .int textarea::-webkit-input-placeholder {
	color: #666666
}

.contactbox-sec1 .cont .gt .form .int input:-moz-placeholder,.contactbox-sec1 .cont .gt .form .int select:-moz-placeholder,.contactbox-sec1 .cont .gt .form .int textarea:-moz-placeholder {
	color: #666666
}

.contactbox-sec1 .cont .gt .form .int input::-moz-placeholder,.contactbox-sec1 .cont .gt .form .int select::-moz-placeholder,.contactbox-sec1 .cont .gt .form .int textarea::-moz-placeholder {
	color: #666666
}

.contactbox-sec1 .cont .gt .form .int input:-ms-input-placeholder,.contactbox-sec1 .cont .gt .form .int select:-ms-input-placeholder,.contactbox-sec1 .cont .gt .form .int textarea:-ms-input-placeholder {
	color: #666666
}

.contactbox-sec1 .cont .gt .form .int input::placeholder,.contactbox-sec1 .cont .gt .form .int select::placeholder,.contactbox-sec1 .cont .gt .form .int textarea::placeholder {
	color: #666666
}

.contactbox-sec1 .cont .gt .form .int select {
	background: url(../images/selincimgw1.svg) no-repeat 95% center / 11px auto
}

.contactbox-sec1 .cont .gt .form .int textarea {
	height: 1.2rem
}

.contactbox-sec1 .cont .gt .form .f_textarea {
	width: 100%;
	margin-bottom: .15rem
}

.contactbox-sec1 .cont .gt .form .f_text {
	color: #999999;
	margin-bottom: .26rem;
	line-height: 1.5;
	width: 100%
}

.contactbox-sec1 .cont .gt .form .f_text a {
	color: #005ec4;
	transition: all .4s
}

.contactbox-sec1 .cont .gt .form .f_text a:hover {
	color: #005ec4;
	text-decoration: underline
}

.contactbox-sec1 .cont .gt .form .f_sub {
	display: inline-block;
	background-color: #0057b4;
	border-radius: 5px;
	color: #ffffff;
	transition: all .4s;
	padding: .18rem .44rem;
	text-align: center;
	min-width: 2rem
}

.contactbox-sec1 .cont .gt .form .f_sub:hover {
	opacity: .8
}

.contactbox-sec2 {
	padding-top: .9rem
}

@media (max-width: 767px) {
	.contactbox-sec2 {
		padding-top: .6rem
	}
}

.contactbox-sec2 .f_title {
	font-weight: bold;
	color: #000000;
	margin-bottom: .24rem;
	text-align: center
}

.contactbox-sec2 .f_nav {
	display: flex;
	justify-content: center;
	margin-bottom: .23rem
}

.contactbox-sec2 .f_nav .contactbox2_nav {
	margin: 0;
	width: auto;
	max-width: 100%
}

.contactbox-sec2 .f_nav .contactbox2_nav .swiper-slide {
	width: auto;
	margin: 0 .5rem
}

.contactbox-sec2 .f_nav .contactbox2_nav .swiper-slide .item {
	cursor: pointer;
	user-select: none;
	color: #999999;
	transition: all .4s;
	-webkit-user-select: none
}

.contactbox-sec2 .f_nav .contactbox2_nav .on .item {
	color: #005ec4
}

.contactbox-sec2 .f_location {
	background: #f8fbff url(../images/didianbag1.jpg) no-repeat center / cover;
	padding: .78rem 0 1.2rem
}

@media (max-width: 767px) {
	.contactbox-sec2 .f_location {
		padding: .6rem 0 1.2rem
	}
}

.contactbox-sec2 .f_location .cont {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.35rem
}

@media (max-width: 1199px) {
	.contactbox-sec2 .f_location .cont {
		margin: 0 -0.28rem
	}
}

@media (max-width: 767px) {
	.contactbox-sec2 .f_location .cont {
		margin: 0
	}
}

.contactbox-sec2 .f_location .cont .item {
	padding: 0 .35rem;
	width: 33.33%;
	margin-bottom: .6rem
}

@media (max-width: 1199px) {
	.contactbox-sec2 .f_location .cont .item {
		padding: 0 .28rem
	}
}

@media (max-width: 991px) {
	.contactbox-sec2 .f_location .cont .item {
		width: 50%;
		margin-bottom: .4rem
	}
}

@media (max-width: 767px) {
	.contactbox-sec2 .f_location .cont .item {
		width: 100%;
		padding: 0
	}
}

.contactbox-sec2 .f_location .cont .item .list {
	display: block;
	background-color: #ffffff;
	border-radius: .1rem;
	border: solid 1px #eeeeee;
	padding: .64rem .62rem;
	min-height: 100%
}

.contactbox-sec2 .f_location .cont .item .list .f_posi {
	display: flex;
	align-items: center;
	color: #005ec4;
	margin-bottom: .12rem
}

.contactbox-sec2 .f_location .cont .item .list .f_posi img {
	display: block;
	width: 18px;
	margin-right: .2rem
}

@media (max-width: 1580px) {
	.contactbox-sec2 .f_location .cont .item .list .f_posi img {
		width: 14px
	}
}

.contactbox-sec2 .f_location .cont .item .list .f_tit {
	color: #000000;
	font-weight: bold;
	margin-bottom: .28rem
}

.contactbox-sec2 .f_location .cont .item .list .li {
	line-height: 1.44444444;
	margin-bottom: .12rem;
	position: relative;
	padding-right: .12rem
}

.contactbox-sec2 .f_location .cont .item .list .li:last-child {
	margin-bottom: 0
}

.contactbox-sec2 .f_location .cont .item .list .li .f_name {
	color: #666666
}

.contactbox-sec2 .f_location .cont .item .list .li .f_text {
	color: #000
}

.contactbox-sec2 .f_location .cont .item .list .li .f_bt {
	position: absolute;
	left: 100%;
	overflow: hidden;
	top: .24rem;
	width: 20px
}

@media (max-width: 1580px) {
	.contactbox-sec2 .f_location .cont .item .list .li .f_bt {
		width: 16px
	}
}

.contactbox-sec2 .f_location .cont .item .list .li .f_bt img {
	width: 100%;
	float: left
}

.schoolbox1_nav {
	margin: 0;
	width: auto;
	background-color: #fcfcfc;
	border-radius: 28px;
	padding: 5px
}

.schoolbox1_nav .swiper-slide {
	width: auto
}

.schoolbox1_nav .swiper-slide .item {
	cursor: pointer;
	padding: .09rem .3rem;
	color: #666666;
	transition: all .4s;
	border-radius: 25px;
	display: block
}

.schoolbox1_nav .swiper-slide.on .item {
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.06);
	background: #ffffff;
	color: #000
}

.schoolbox {
	padding: 1.62rem 0 1.2rem
}

.schoolbox .f_title {
	font-weight: bold;
	color: #000000;
	margin-bottom: .45rem
}

.schoolbox .f_menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: .6rem
}

.schoolbox .f_menu .schoolbox1_nav {
	max-width: 50%
}

.schoolbox .f_menu .gt {
	display: flex
}

.schoolbox .f_menu .gt .f_int {
	width: 2.2rem;
	border-radius: 25px;
	border: solid 1px #eeeeee
}

.schoolbox .f_menu .gt .f_int input {
	width: 100%;
	color: #000000;
	padding: .13rem .22rem
}

.schoolbox .f_menu .gt .f_int input::placeholder {
	color: #999999
}

.schoolbox .f_menu .gt .f_int input::-webkit-input-placeholder {
	color: #999999
}

.schoolbox .f_menu .gt .f_search {
	padding-right: .2rem;
	margin-left: .2rem;
	display: flex;
	align-items: center
}

.schoolbox .f_menu .gt .f_search input {
	width: calc(100% - 20px)
}

@media (max-width: 1580px) {
	.schoolbox .f_menu .gt .f_search input {
		width: calc(100% - 16px)
	}
}

.schoolbox .f_menu .gt .f_search .f_sub {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px
}

@media (max-width: 1580px) {
	.schoolbox .f_menu .gt .f_search .f_sub {
		width: 16px
	}
}

.schoolbox .f_menu .gt .f_search .f_sub img,.schoolbox .f_menu .gt .f_search .f_sub svg {
	width: 100%
}

.schoolbox .f_menu .gt .f_search .f_sub img path,.schoolbox .f_menu .gt .f_search .f_sub svg path {
	fill: #0060c9
}

@media (max-width: 767px) {
	.schoolbox .f_menu .schoolbox1_nav {
		width: 100%;
		margin-bottom: .2rem;
		max-width: 100%
	}

	.schoolbox .f_menu .gt {
		justify-content: space-between
	}

	.schoolbox .f_menu .gt .f_int {
		width: calc(50% - .12rem)
	}
}

.schoolbox .f_recomm {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: .7rem
}

.schoolbox .f_recomm .img {
	width: 65.17%;
	width: 60%
}

@media (max-width: 767px) {
	.schoolbox .f_recomm .img {
		width: 100%
	}
}

.schoolbox .f_recomm .img:before {
	padding-top: 55.78111209%
}

.schoolbox .f_recomm .font {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	color: #ffffff;
	padding: .92rem .84rem .86rem;
	background: url(../images/dalubagimfw1.jpg) no-repeat center / cover;
	width: 34.83%;
	width: 40%
}

@media (max-width: 991px) {
	.schoolbox .f_recomm .font {
		padding: .6rem .4rem
	}
}

@media (max-width: 767px) {
	.schoolbox .f_recomm .font {
		width: 100%;
		padding: .6rem .34rem
	}
}

.schoolbox .f_recomm .font .f_name {
	display: block;
	color: #ffffff;
	opacity: .5;
	margin-bottom: .36rem
}

.schoolbox .f_recomm .font .f_tit {
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: .34rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;line-clamp: 3;
	overflow: hidden;
	height: 3.6em
}

@media (max-width: 767px) {
	.schoolbox .f_recomm .font .f_tit {
		-webkit-line-clamp: 2;line-clamp: 2;
		height: 2.4em
	}
}

.schoolbox .f_recomm .font .but,.schoolbox .f_recomm .font .but2 {
	display: flex;
	align-items: center;
	margin-top: auto
}

@media (max-width: 767px) {
	.schoolbox .f_recomm .font .but,.schoolbox .f_recomm .font .but2 {
		font-size: .22rem
	}
}

.schoolbox .f_recomm .font .but img,.schoolbox .f_recomm .font .but2 img,.schoolbox .f_recomm .font .but svg,.schoolbox .f_recomm .font .but2 svg {
	width: 8px;
	height: 12px;
	object-fit: contain;
	margin-left: .16rem
}

.schoolbox .f_recomm .font .but img path,.schoolbox .f_recomm .font .but2 img path,.schoolbox .f_recomm .font .but svg path,.schoolbox .f_recomm .font .but2 svg path {
	fill: #11c4ff
}

.schoolbox .f_recomm:hover .img img {
	transform: scale(1.04)
}

.schoolbox .cont {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.27rem
}

@media (max-width: 991px) {
	.schoolbox .cont {
		margin: 0 -0.15rem
	}
}

@media (max-width: 767px) {
	.schoolbox .cont {
		margin: 0 -0.1rem
	}
}

.schoolbox .cont .item {
	width: 33.333%;
	padding: 0 .27rem;
	margin-bottom: .42rem
}

@media (max-width: 991px) {
	.schoolbox .cont .item {
		padding: 0 .15rem
	}
}

@media (max-width: 767px) {
	.schoolbox .cont .item {
		width: 50%;
		padding: 0 .1rem;
		margin-bottom: .3rem
	}
}

.schoolbox .cont .item .list {
	display: block
}

.schoolbox .cont .item .list .img {
	padding-top: 55.55555556%
}

.schoolbox .cont .item .list .font {
	padding: .23rem .28rem .24rem;
	border: solid 1px #eeeeee;
	border-top: none
}

.schoolbox .cont .item .list .font .f_tit {
	color: #010101;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
	margin-bottom: .51rem;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;line-clamp: 2;
	transition: all .4s
}

@media (max-width: 767px) {
	.schoolbox .cont .item .list .font .f_tit {
		font-size: .28rem;
		line-height: 1.5;
		height: 3em;
		margin-bottom: .2rem
	}
}

.schoolbox .cont .item .list .font .f_time {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #999999
}

@media (max-width: 767px) {
	.schoolbox .cont .item .list .font .f_time {
		font-size: .24rem
	}
}

.schoolbox .cont .item .list .font .f_time img,.schoolbox .cont .item .list .font .f_time svg {
	width: 8px;
	height: 12px;
	transition: all .4s;
	object-fit: contain
}

@media (max-width: 767px) {
	.schoolbox .cont .item .list .font .f_time img,.schoolbox .cont .item .list .font .f_time svg {
		width: 6px;
		height: 8px
	}
}

.schoolbox .cont .item .list .font .f_time img path,.schoolbox .cont .item .list .font .f_time svg path {
	fill: #004ea2
}

.schoolbox .cont .item .list:hover .img img {
	transform: scale(1.08)
}

.schoolbox .cont .item .list:hover .font .f_tit {
	color: #005ec4
}

.schoolbox .cont .item .list:hover .font .f_time svg,.schoolbox .cont .item .list:hover .font .f_time img {
	transform: translateX(.1rem)
}

.schoolbox .basepage {
	margin-top: .8rem
}

.noticebox-sec1 {
	line-height: 1rem;
	height: 1rem
}

.noticebox-sec1 .f_cont {
	background: rgba(255,255,255,0.8);
	-webkit-backdrop-filter: saturate(120%) blur(20px);
	backdrop-filter: saturate(120%) blur(20px)
}

.noticebox-sec1 .f_cont .noticebox1_cont {
	width: auto;
	max-width: 100%;
	margin: 0
}

.noticebox-sec1 .f_cont .swiper-slide {
	width: auto;
	margin-right: .68rem
}

.noticebox-sec1 .f_cont .swiper-slide:last-child {
	margin-right: 0
}

.noticebox-sec1 .f_cont .swiper-slide .item {
	display: flex;
	align-items: center;
	position: relative;
	color: #222222;
	transition: all .4s;
	padding: 0 .2rem 0 .15rem
}

.noticebox-sec1 .f_cont .swiper-slide .item:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	height: 4px;
	width: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	background-color: #0057b4
}

@media (max-width: 1580px) {
	.noticebox-sec1 .f_cont .swiper-slide .item:before {
		height: 2px
	}
}

.noticebox-sec1 .f_cont .swiper-slide .item i {
	display: flex;
	align-items: center;
	width: 20px;
	opacity: 0;
	transition: all .4s;
	margin-right: .1rem
}

@media (max-width: 1580px) {
	.noticebox-sec1 .f_cont .swiper-slide .item i {
		width: 16px
	}
}

@media (max-width: 991px) {
	.noticebox-sec1 .f_cont .swiper-slide .item i {
		width: 12px
	}
}

.noticebox-sec1 .f_cont .swiper-slide .item i img {
	width: 100%
}

.noticebox-sec1 .f_cont .swiper-slide:not(.on):hover .item {
	color: #0057b4
}

.noticebox-sec1 .f_cont .on .item:before {
	width: 100%
}

.noticebox-sec1 .f_cont .on .item i {
	opacity: 1
}

.noticebox-sec2 {
	padding: 1.36rem 0 0
}

.noticebox-sec2 .f_font {
	margin-bottom: .52rem
}

.noticebox-sec2 .f_font .f_tit {
	font-weight: bold;
	color: #000000;
	margin-bottom: .1rem
}

.noticebox-sec2 .f_font .f_text {
	color: #666666
}

.noticebox-sec2 .mediabox_nav {
	margin-bottom: 0
}

.noticebox-sec2 .mediabox_nav:before {
	display: none
}

.noticebox-sec2 .f_box {
	background-color: #f7f8fa;
	padding: .8rem 0 .66rem
}

.noticebox-sec2 .f_box .cont {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.17rem
}

@media (max-width: 991px) {
	.noticebox-sec2 .f_box .cont {
		margin: 0 -0.12rem
	}
}

@media (max-width: 767px) {
	.noticebox-sec2 .f_box .cont {
		margin: 0 -0.1rem
	}
}

.noticebox-sec2 .f_box .cont .item {
	width: 25%;
	padding: 0 .17rem;
	margin-bottom: .3rem
}

@media (max-width: 991px) {
	.noticebox-sec2 .f_box .cont .item {
		padding: 0 .12rem;
		width: 33.33%
	}
}

@media (max-width: 767px) {
	.noticebox-sec2 .f_box .cont .item {
		padding: 0 .1rem;
		width: 50%;
		margin-bottom: .24rem
	}
}

.noticebox-sec2 .f_box .cont .item .list {
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
	padding: .5rem .42rem .45rem;
	position: relative
}

@media (max-width: 767px) {
	.noticebox-sec2 .f_box .cont .item .list {
		padding: .46rem .32rem
	}
}

.noticebox-sec2 .f_box .cont .item .list:after,.noticebox-sec2 .f_box .cont .item .list:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all .4s
}

.noticebox-sec2 .f_box .cont .item .list:before {
	width: 100%;
	height: 100%;
	opacity: 0;
	background: #ffffff url(../images/gongawbage1.jpg) no-repeat center / cover
}

.noticebox-sec2 .f_box .cont .item .list:after {
	width: 0;
	height: 4px;
	background-color: #004ea2
}

@media (max-width: 1580px) {
	.noticebox-sec2 .f_box .cont .item .list:after {
		height: 2px
	}
}

.noticebox-sec2 .f_box .cont .item .list .f_time,.noticebox-sec2 .f_box .cont .item .list .f_tit,.noticebox-sec2 .f_box .cont .item .list .f_jut {
	position: relative;
	z-index: 2
}

.noticebox-sec2 .f_box .cont .item .list .f_time {
	display: block;
	color: #666666;
	margin-bottom: .17rem
}

@media (max-width: 767px) {
	.noticebox-sec2 .f_box .cont .item .list .f_time {
		font-size: .22rem
	}
}

.noticebox-sec2 .f_box .cont .item .list .f_tit {
	color: #000000;
	line-height: 1.5;
	height: 3em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;line-clamp: 2;
	font-weight: bold;
	overflow: hidden;
	margin-bottom: 1.43rem
}

@media (max-width: 991px) {
	.noticebox-sec2 .f_box .cont .item .list .f_tit {
		margin-bottom: .6rem
	}
}

@media (max-width: 767px) {
	.noticebox-sec2 .f_box .cont .item .list .f_tit {
		margin-bottom: .4rem;
		font-size: .28rem;
		line-height: 1.5;
		height: 4.5em;
		-webkit-line-clamp: 3;
		line-clamp: 3
	}
}

.noticebox-sec2 .f_box .cont .item .list .f_jut {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.noticebox-sec2 .f_box .cont .item .list .f_jut .f_but1 {
	display: inline-block;
	background-color: #f7f8fa;
	border-radius: 17px;
	padding: 5px .2rem;
	transition: all .4s;
	color: #000000
}

@media (max-width: 767px) {
	.noticebox-sec2 .f_box .cont .item .list .f_jut .f_but1 {
		padding: 3px .26rem;
		font-size: .22rem
	}
}

.noticebox-sec2 .f_box .cont .item .list .f_jut .f_but1:hover {
	background-color: #004ea2;
	color: #ffffff
}

.noticebox-sec2 .f_box .cont .item .list .f_jut .f_but2 {
	width: .36rem;
	height: .36rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	transition: all .4s;
	justify-content: center;
	background-color: #ffffff;
	border: solid 2px #004ea2
}

@media (max-width: 1580px) {
	.noticebox-sec2 .f_box .cont .item .list .f_jut .f_but2 {
		border-width: 1px
	}
}

@media (max-width: 767px) {
	.noticebox-sec2 .f_box .cont .item .list .f_jut .f_but2 {
		width: .46rem;
		height: .46rem
	}
}

.noticebox-sec2 .f_box .cont .item .list .f_jut .f_but2 img,.noticebox-sec2 .f_box .cont .item .list .f_jut .f_but2 svg {
	width: 38.88888889%;
	height: 38.88888889%;
	object-fit: contain
}

.noticebox-sec2 .f_box .cont .item .list .f_jut .f_but2 img path,.noticebox-sec2 .f_box .cont .item .list .f_jut .f_but2 svg path {
	fill: #004ea2;
	transition: all .4s
}

.noticebox-sec2 .f_box .cont .item .list .f_jut .f_but2:hover {
	background-color: #004ea2
}

.noticebox-sec2 .f_box .cont .item .list .f_jut .f_but2:hover svg path {
	fill: #fff
}

.noticebox-sec2 .f_box .cont .item .list:hover:after {
	width: 100%
}

.noticebox-sec2 .f_box .cont .item .list:hover:before {
	opacity: 1
}

.noticebox-sec2 .f_box .basepage {
	margin-top: .5rem
}

.governbox-sec1 {
	padding: 1.22rem 0 1.28rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.governbox-sec1 .fz_title1 {
	font-weight: bold;
	margin-bottom: .48rem
}

.governbox-sec1 .cont {
	text-align: center;
	height: 9.1rem
}

@media (max-width: 1199px) {
	.governbox-sec1 .cont {
		height: 6rem
	}
}

@media (max-width: 767px) {
	.governbox-sec1 .cont {
		height: auto
	}
}

.governbox-sec1 .cont img {
	height: 100%;
	max-width: 100%;
	object-fit: contain
}

.governbox-sec2 {
	position: relative;
	padding-top: 1.42rem;
	overflow: hidden
}

.governbox-sec2 .bag {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 140%;
	transform: translateY(-40%)
}

@media (max-width: 767px) {
	.governbox-sec2 .bag {
		transform: translateY(-60%)
	}
}

.governbox-sec2 .bag img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.governbox-sec2 .bag img:nth-child(2) {
	display: none
}

@media (max-width: 767px) {
	.governbox-sec2 .bag img {
		display: none
	}

	.governbox-sec2 .bag img:nth-child(2) {
		display: block
	}
}

.governbox-sec2 .container {
	position: relative;
	color: #ffffff
}

.governbox-sec2 .f_title {
	font-weight: bold;
	margin-bottom: .42rem
}

.governbox-sec2 .f_nav {
	display: flex;
	margin-bottom: 2.44rem
}

.governbox-sec2 .f_nav .item {
	margin-right: .34rem;
	color: #3a577b;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	padding-bottom: 8px;
	font-weight: bold;
	transition: all .4s;
	position: relative
}

@media (max-width: 1580px) {
	.governbox-sec2 .f_nav .item {
		padding-bottom: 6px
	}
}

@media (max-width: 991px) {
	.governbox-sec2 .f_nav .item {
		color: #ffffff;
		opacity: .6
	}
}

.governbox-sec2 .f_nav .item:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	width: 0;
	background-color: #0057b4;
	transition: all .4s;
	height: 6px
}

@media (max-width: 1580px) {
	.governbox-sec2 .f_nav .item:before {
		height: 4px
	}
}

@media (max-width: 991px) {
	.governbox-sec2 .f_nav .item:before {
		height: 2px
	}
}

.governbox-sec2 .f_nav .item.on {
	color: #ffffff;
	opacity: 1
}

.governbox-sec2 .f_nav .item.on:before {
	width: 100%
}

.governbox-sec2 .governbox2_cont {
	width: 100%;
	border-top: 1px solid rgba(238,238,238,0.2)
}

.governbox-sec2 .governbox2_cont .swiper-slide {
	width: 20%;
	height: auto
}

@media (max-width: 1199px) {
	.governbox-sec2 .governbox2_cont .swiper-slide {
		width: 25%
	}
}

@media (max-width: 991px) {
	.governbox-sec2 .governbox2_cont .swiper-slide {
		width: 33.333%
	}
}

@media (max-width: 767px) {
	.governbox-sec2 .governbox2_cont .swiper-slide {
		width: 80%
	}
}

.governbox-sec2 .governbox2_cont .swiper-slide .item {
	height: 100%;
	display: flex;
	color: #ffffff;
	transition: all .4s linear;
	flex-direction: column;
	padding: .6rem .5rem .52rem;
	border-right: 1px solid rgba(238,238,238,0.2);
	position: relative
}

.governbox-sec2 .governbox2_cont .swiper-slide .item:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0%;
	background-color: #005eb6;
	transition: all .4s linear;
	z-index: 2
}

.governbox-sec2 .governbox2_cont .swiper-slide .item .f_tit,.governbox-sec2 .governbox2_cont .swiper-slide .item .f_name,.governbox-sec2 .governbox2_cont .swiper-slide .item .f_text {
	z-index: 3;
	position: relative
}

.governbox-sec2 .governbox2_cont .swiper-slide .item .f_tit {
	font-weight: bold;
	margin-bottom: 5px
}

@media (max-width: 1580px) {
	.governbox-sec2 .governbox2_cont .swiper-slide .item .f_tit {
		margin-bottom: 2px
	}
}

.governbox-sec2 .governbox2_cont .swiper-slide .item .f_name {
	color: #10c3fd;
	margin-bottom: 1rem
}

@media (max-width: 767px) {
	.governbox-sec2 .governbox2_cont .swiper-slide .item .f_name {
		margin-bottom: .6rem
	}
}

.governbox-sec2 .governbox2_cont .swiper-slide .item .but {
	position: absolute;
	bottom: .68rem;
	width: .45rem;
	overflow: hidden;
	left: .5rem;
	transition: all .4s
}

.governbox-sec2 .governbox2_cont .swiper-slide .item .but img {
	width: 100%;
	float: left
}

.governbox-sec2 .governbox2_cont .swiper-slide .item .f_text {
	margin-top: auto;
	padding-top: .28rem;
	color: #ffffff;
	line-height: 1.2;
	border-top: 1px solid #ffffff;
	opacity: 0;
	transition: all .4s
}

@media (max-width: 767px) {
	.governbox-sec2 .governbox2_cont .swiper-slide .item .f_text {
		font-size: .26rem;
		line-height: 1.5
	}
}

@media (max-width: 1199px) {
	.governbox-sec2 .governbox2_cont .swiper-slide .item .but {
		display: none
	}

	.governbox-sec2 .governbox2_cont .swiper-slide .item .f_text {
		opacity: 1
	}
}

@media (min-width: 1200px) {
	.governbox-sec2 .governbox2_cont .swiper-slide .item:hover:before {
		height: 100%
	}

	.governbox-sec2 .governbox2_cont .swiper-slide .item:hover .but {
		opacity: 0
	}

	.governbox-sec2 .governbox2_cont .swiper-slide .item:hover .f_text {
		opacity: 1
	}
}

@media (max-width: 991px) {
	.governbox-sec2 .governbox2_cont .swiper-slide .item:before {
		height: 100%
	}

	.governbox-sec2 .governbox2_cont .swiper-slide .item .but {
		opacity: 0
	}

	.governbox-sec2 .governbox2_cont .swiper-slide .item .f_text {
		opacity: 1
	}
}

.governbox-sec2 .cont {
	position: relative
}

.governbox-sec2 .cont .governbox2_cont {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	width: 100%;
	transition: all .4s;
	visibility: hidden;
	opacity: 0
}

.governbox-sec2 .cont .on {
	visibility: inherit;
	position: relative;
	opacity: 1
}

.chairmanbox {
	position: relative
}

.chairmanbox:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 12.1212%;
	height: 100%;
	background: #f5faff
}

@media (max-width: 991px) {
	.chairmanbox:before {
		display: none
	}
}

.chairmanbox .container {
	display: flex;
	flex-wrap: wrap;
	position: relative
}

.chairmanbox .container .lt {
	position: relative;
	width: 12.1212%;
	background: #f5faff;
	padding-top: 1.1rem
}

@media (max-width: 991px) {
	.chairmanbox .container .lt {
		width: 100%;
		display: none
	}
}

@media (min-width: 768px) {
	.chairmanbox .container .lt .f_nav {
		position: sticky;
		position: -webkit-sticky;
		top: 1.4rem;
		padding-bottom: 4rem
	}
}

.chairmanbox .container .lt .f_nav .item {
	padding: .16rem .5rem .16rem .2rem;
	position: relative;
	color: #000000;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	transition: all .4s;
	margin-bottom: .2rem
}

@media (max-width: 1580px) {
	.chairmanbox .container .lt .f_nav .item span {
		font-size: 16px
	}
}

@media (max-width: 1199px) {
	.chairmanbox .container .lt .f_nav .item {
		padding: .16rem .3rem
	}
}

.chairmanbox .container .lt .f_nav .item:before {
	content: "";
	display: block;
	position: absolute;
	left: 100%;
	top: 0;
	background: #11c4ff;
	width: 4px;
	opacity: 0;
	transition: all .4s;
	height: 100%
}

@media (max-width: 1580px) {
	.chairmanbox .container .lt .f_nav .item:before {
		width: 2px
	}
}

.chairmanbox .container .lt .f_nav .item.on {
	color: #fff;
	background: #0057b4
}

.chairmanbox .container .lt .f_nav .item.on:before {
	opacity: 1
}

.chairmanbox .container .lt .f_nav .item:not(.on):hover {
	color: #0053ad
}

.chairmanbox .container .gt {
	width: 87.8788%;
	padding-top: 1rem;
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap
}

@media (max-width: 991px) {
	.chairmanbox .container .gt {
		width: 100%
	}
}

.chairmanbox .container .gt .f_nei {
	width: 71.04%;
	padding-right: .96rem
}

@media (max-width: 1199px) {
	.chairmanbox .container .gt .f_nei {
		padding-right: .6rem
	}
}

@media (max-width: 767px) {
	.chairmanbox .container .gt .f_nei {
		width: 100%;
		order: 1;
		padding-right: 0
	}
}

.chairmanbox .container .gt .f_nei .f_jut {
	padding: 0 .8rem 1.06rem;
	border-right: 1px solid #e5eef7
}

.chairmanbox .container .gt .f_nei .f_jut:last-child {
	padding-bottom: 1.4rem
}

@media (max-width: 1199px) {
	.chairmanbox .container .gt .f_nei .f_jut {
		padding: 0 .4rem .8rem
	}
}

@media (max-width: 991px) {
	.chairmanbox .container .gt .f_nei .f_jut {
		padding-left: 0
	}
}

@media (max-width: 767px) {
	.chairmanbox .container .gt .f_nei .f_jut {
		padding: 0 0 .8rem;
		border-right: 0
	}
}

.chairmanbox .container .gt .f_nei .f_jut .f_tit {
	color: #000000;
	font-weight: bold;
	padding-bottom: .28rem;
	margin-bottom: .34rem;
	position: relative
}

.chairmanbox .container .gt .f_nei .f_jut .f_tit:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to right, #0057b4 1%, rgba(255,255,255,0) 100%)
}

.chairmanbox .container .gt .f_nei .f_jut .make-text {
	color: #000000;
	font-size: 18px;
	line-height: 1.66666667
}

@media (max-width: 1580px) {
	.chairmanbox .container .gt .f_nei .f_jut .make-text {
		font-size: 16px
	}
}

@media (max-width: 767px) {
	.chairmanbox .container .gt .f_nei .f_jut .make-text {
		font-size: .3rem;
		font-size: .28rem
	}
}

.chairmanbox .container .gt .f_nei .f_jut .make-text p,.chairmanbox .container .gt .f_nei .f_jut .make-text span,.chairmanbox .container .gt .f_nei .f_jut .make-text strong {
	color: #000000;
	line-height: 1.66666667
}

@media (min-width: 768px) {
	.chairmanbox .container .gt .f_nei .f_jut .make-text p,.chairmanbox .container .gt .f_nei .f_jut .make-text span,.chairmanbox .container .gt .f_nei .f_jut .make-text strong {
		font-size: 18px !important
	}
}

@media (min-width: 768px) and (max-width: 1580px) {
	.chairmanbox .container .gt .f_nei .f_jut .make-text p,.chairmanbox .container .gt .f_nei .f_jut .make-text span,.chairmanbox .container .gt .f_nei .f_jut .make-text strong {
		font-size: 16px
	}
}

@media (min-width: 768px) and (max-width: 767px) {
	.chairmanbox .container .gt .f_nei .f_jut .make-text p,.chairmanbox .container .gt .f_nei .f_jut .make-text span,.chairmanbox .container .gt .f_nei .f_jut .make-text strong {
		font-size: .3rem;
		font-size: .28rem
	}
}

.chairmanbox .container .gt .f_tu {
	width: 28.96%
}

@media (max-width: 767px) {
	.chairmanbox .container .gt .f_tu {
		width: 60%;
		margin: 0 auto .6rem
	}
}

@media (min-width: 768px) {
	.chairmanbox .container .gt .f_tu {
		padding-bottom: 1rem;
		position: sticky;
		position: -webkit-sticky;
		top: 1.2rem
	}
}

.chairmanbox .container .gt .f_tu .f_img {
	width: 100%
}

.chairmanbox .container .gt .f_tu .f_img:before {
	padding-top: 119.04761905%
}

.joinbox_tit {
	text-align: center;
	line-height: 1.5
}

.joinbox_tit .f_name {
	color: #0057b4;
	margin-bottom: .16rem
}

.joinbox_tit .f_tit {
	font-weight: bold;
	color: #000000
}

.joinbox_tit .f_text {
	margin-top: .2rem;
	color: #666666
}

.joinbox-sec1 {
	padding: 1.86rem 0 2rem
}

@media (max-width: 1580px) {
	.joinbox-sec1 {
		padding: 1.4rem 0
	}
}

.joinbox-sec1 .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start
}

.joinbox-sec1 .container .lt {
	width: 22.47%
}

@media (max-width: 991px) {
	.joinbox-sec1 .container .lt {
		width: 100%;
		margin-bottom: .6rem
	}
}

.joinbox-sec1 .container .lt .f_tit {
	color: #000000;
	font-weight: bold;
	line-height: 1.125;
	margin-bottom: .3rem
}

.joinbox-sec1 .container .lt .f_text {
	line-height: 1.5;
	color: #666666;
	margin-bottom: .75rem
}

@media (max-width: 991px) {
	.joinbox-sec1 .container .lt .f_text {
		margin-bottom: .4rem
	}
}

.joinbox-sec1 .container .gt {
	width: 58.98%;
	display: flex;
	flex-wrap: wrap
}

@media (max-width: 1580px) {
	.joinbox-sec1 .container .gt {
		width: 66%
	}
}

@media (max-width: 991px) {
	.joinbox-sec1 .container .gt {
		width: 100%
	}
}

.joinbox-sec1 .container .gt .f_list {
	width: 48.58%;
	padding-right: .58rem
}

@media (max-width: 767px) {
	.joinbox-sec1 .container .gt .f_list {
		width: 100%;
		padding: 0
	}
}

.joinbox-sec1 .container .gt .f_list .li {
	display: flex;
	align-items: center;
	position: relative;
	padding: .75rem .52rem;
	transition: all .4s linear;
	border-bottom: 1px solid #e5eef7
}

@media (max-width: 991px) {
	.joinbox-sec1 .container .gt .f_list .li {
		padding: .6rem .4rem
	}
}

.joinbox-sec1 .container .gt .f_list .li .f_letter {
	width: 80px;
	color: #0057b4;
	font-weight: bold;
	line-height: 1;
	font-size: .9rem
}

@media (max-width: 1580px) {
	.joinbox-sec1 .container .gt .f_list .li .f_letter {
		width: 70px
	}
}

.joinbox-sec1 .container .gt .f_list .li .font {
	width: calc(100% - 80px)
}

@media (max-width: 1580px) {
	.joinbox-sec1 .container .gt .f_list .li .font {
		width: calc(100% - 70px)
	}
}

.joinbox-sec1 .container .gt .f_list .li .font .f_tit {
	color: #000000;
	transition: all .4s;
	font-weight: bold;
	margin-bottom: 5px
}

@media (max-width: 1580px) {
	.joinbox-sec1 .container .gt .f_list .li .font .f_tit {
		margin-bottom: 2px
	}
}

.joinbox-sec1 .container .gt .f_list .li .font .f_text {
	color: #666666;
	transition: all .4s
}

.joinbox-sec1 .container .gt .f_list .li .but {
	position: absolute;
	right: .36rem;
	top: 50%;
	overflow: hidden;
	width: .46rem;
	opacity: 0;
	transform: translateY(-50%);
	transition: all .4s
}

.joinbox-sec1 .container .gt .f_list .li .but img {
	width: 100%;
	float: left
}

@media (min-width: 1200px) {
	.joinbox-sec1 .container .gt .f_list .li:hover {
		background-color: #0057b4;
		border-bottom-color: #0057b4
	}

	.joinbox-sec1 .container .gt .f_list .li:hover .f_letter {
		color: #11c4ff
	}

	.joinbox-sec1 .container .gt .f_list .li:hover .font .f_tit,.joinbox-sec1 .container .gt .f_list .li:hover .font .f_text {
		color: #ffffff
	}

	.joinbox-sec1 .container .gt .f_list .li:hover .font .f_text {
		opacity: .6
	}

	.joinbox-sec1 .container .gt .f_list .li:hover .but {
		opacity: 1
	}
}

.joinbox-sec1 .container .gt .img {
	width: 51.42%
}

@media (max-width: 767px) {
	.joinbox-sec1 .container .gt .img {
		width: 100%;
		margin-top: .6rem
	}
}

.joinbox-sec1 .container .gt .img:before {
	padding-top: 125.92592593%
}

.joinbox-sec2 {
	position: relative;
	overflow: hidden
}

.joinbox-sec2 .bag {
	width: 100%;
	height: 100vh;
	position: relative
}

.joinbox-sec2 .bag img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.joinbox-sec2 .bag img:nth-child(2) {
	display: none
}

@media (max-width: 767px) {
	.joinbox-sec2 .bag img {
		display: none
	}

	.joinbox-sec2 .bag img:nth-child(2) {
		display: block
	}
}

.joinbox-sec2 .bag:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: .4;
	opacity: 0
}

.joinbox-sec2 .cont {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	color: #ffffff
}

.joinbox-sec2 .cont .font {
	width: 6.86rem
}

@media (max-width: 767px) {
	.joinbox-sec2 .cont .font {
		width: 100%
	}
}

.joinbox-sec2 .cont .font .f_name {
	margin-bottom: .1rem
}

.joinbox-sec2 .cont .font .f_tit {
	font-weight: bold;
	margin-bottom: 3.2rem
}

@media (max-width: 991px) {
	.joinbox-sec2 .cont .font .f_tit {
		margin-bottom: .6rem
	}
}

@media (max-width: 767px) {
	.joinbox-sec2 .cont .font .f_tit {
		margin-bottom: 2rem
	}
}

.joinbox-sec2 .cont .font .f_text {
	padding-top: .38rem;
	position: relative;
	line-height: 1.5
}

@media ((min-width: 768px)) and ((max-width: 991px)) {
	.joinbox-sec2 .cont .font .f_text {
		font-size: .3rem
	}
}

.joinbox-sec2 .cont .font .f_text:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(45deg, #ffffff, rgba(255,255,255,0));
	background: -webkit-linear-gradient(45deg, #ffffff, rgba(255,255,255,0))
}

.joinbox-sec3 {
	padding: 1.4rem 0 1.6rem;
	overflow: hidden
}

.joinbox-sec3 .joinbox_tit {
	margin-bottom: .54rem
}

.joinbox-sec3 .joinbox3_cont {
	width: auto;
	margin: 0 -0.15rem;
	overflow: visible
}

.joinbox-sec3 .joinbox3_cont .swiper-slide {
	width: 33.333%;
	padding: 0 .15rem
}

@media (max-width: 991px) {
	.joinbox-sec3 .joinbox3_cont .swiper-slide {
		width: 50%
	}
}

@media (max-width: 767px) {
	.joinbox-sec3 .joinbox3_cont .swiper-slide {
		width: 70%
	}
}

.joinbox-sec3 .joinbox3_cont .swiper-slide .list {
	display: block
}

.joinbox-sec3 .joinbox3_cont .swiper-slide .list .img {
	padding-top: 55.55555556%
}

.joinbox-sec3 .joinbox3_cont .swiper-slide .list .font {
	padding: .25rem .3rem .32rem;
	border: solid 1px #eeeeee;
	border-top: none
}

.joinbox-sec3 .joinbox3_cont .swiper-slide .list .font .f_tit {
	color: #010101;
	font-weight: bold;
	transition: all .4s;
	margin-bottom: .36rem
}

.joinbox-sec3 .joinbox3_cont .swiper-slide .list .font .f_text {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #000000
}

.joinbox-sec3 .joinbox3_cont .swiper-slide .list .font .f_text .f_wen {
	width: calc(100% - 18px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.joinbox-sec3 .joinbox3_cont .swiper-slide .list .font .f_text i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 8px;
	height: 12px
}

@media (max-width: 1580px) {
	.joinbox-sec3 .joinbox3_cont .swiper-slide .list .font .f_text i {
		width: 6px;
		height: 10px
	}
}

.joinbox-sec3 .joinbox3_cont .swiper-slide .list .font .f_text i img,.joinbox-sec3 .joinbox3_cont .swiper-slide .list .font .f_text i svg {
	width: 100%;
	max-height: 100%;
	object-fit: contain
}

.joinbox-sec3 .joinbox3_cont .swiper-slide .list .font .f_text i img path,.joinbox-sec3 .joinbox3_cont .swiper-slide .list .font .f_text i svg path {
	fill: #004ea2
}

.joinbox-sec3 .joinbox3_cont .swiper-slide .list:hover .img img {
	transform: scale(1.08)
}

.joinbox-sec3 .joinbox3_cont .swiper-slide .list:hover .font .f_tit {
	color: #005ec4
}

.joinbox-sec3 .joinbox3_cont .qie {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: .5rem
}

.joinbox-sec3 .joinbox3_cont .qie .joinbox3_prev,.joinbox-sec3 .joinbox3_cont .qie .joinbox3_next {
	position: relative;
	left: 0;
	right: 0;
	width: .6rem;
	height: .6rem
}

@media (max-width: 767px) {
	.joinbox-sec3 .joinbox3_cont .qie .joinbox3_prev,.joinbox-sec3 .joinbox3_cont .qie .joinbox3_next {
		width: .78rem;
		height: .78rem
	}
}

.joinbox-sec3 .joinbox3_cont .qie .joinbox3_prev img,.joinbox-sec3 .joinbox3_cont .qie .joinbox3_next img {
	width: 16.66666667%;
	height: 28.33333333%;
	object-fit: contain
}

.joinbox-sec3 .joinbox3_cont .qie .joinbox3_prev {
	margin-right: .2rem
}

.joinbox-sec4 {
	padding: 1.44rem 0 1.54rem;
	overflow: hidden
}

@media (max-width: 991px) {
	.joinbox-sec4 {
		background: #f2f7fb
	}
}

.joinbox-sec4 .joinbox_tit {
	margin-bottom: .74rem
}

.joinbox-sec4 .joinbox4_cont {
	width: 55.05617978%;
	overflow: inherit
}

@media (max-width: 991px) {
	.joinbox-sec4 .joinbox4_cont {
		width: 90%
	}
}

@media (max-width: 767px) {
	.joinbox-sec4 .joinbox4_cont {
		width: 100%
	}
}

.joinbox-sec4 .joinbox4_cont .swiper-slide {
	opacity: .2;
	transition: all .4s
}

.joinbox-sec4 .joinbox4_cont .swiper-slide-active {
	opacity: 1
}

.joinbox-sec4 .joinbox4_cont .swiper-slide .item {
	display: flex;
	flex-wrap: wrap;
	background-color: #ffffff
}

.joinbox-sec4 .joinbox4_cont .swiper-slide .item .lt {
	width: 51.03%;
	display: flex;
	flex-direction: column;
	padding: .8rem .5rem .55rem
}

@media (max-width: 767px) {
	.joinbox-sec4 .joinbox4_cont .swiper-slide .item .lt {
		padding: .56rem .3rem
	}
}

.joinbox-sec4 .joinbox4_cont .swiper-slide .item .lt .f_icon {
	height: .98rem;
	display: flex;
	align-items: center;
	margin-bottom: .4rem
}

@media (max-width: 767px) {
	.joinbox-sec4 .joinbox4_cont .swiper-slide .item .lt .f_icon {
		height: .8rem;
		margin-bottom: .24rem
	}
}

.joinbox-sec4 .joinbox4_cont .swiper-slide .item .lt .f_icon img {
	height: 100%;
	max-width: 100%;
	object-fit: contain
}

.joinbox-sec4 .joinbox4_cont .swiper-slide .item .lt .f_name {
	margin-top: auto;
	color: #999999;
	margin-bottom: .28rem
}

@media (max-width: 767px) {
	.joinbox-sec4 .joinbox4_cont .swiper-slide .item .lt .f_name {
		font-size: .26rem;
		margin-bottom: .2rem
	}
}

.joinbox-sec4 .joinbox4_cont .swiper-slide .item .lt .f_tit {
	color: #000000;
	padding-right: .9rem;
	line-height: 1.22222222
}

@media (max-width: 1580px) {
	.joinbox-sec4 .joinbox4_cont .swiper-slide .item .lt .f_tit {
		padding-right: .6rem
	}
}

@media (max-width: 991px) {
	.joinbox-sec4 .joinbox4_cont .swiper-slide .item .lt .f_tit {
		padding-right: 0
	}
}

@media (max-width: 767px) {
	.joinbox-sec4 .joinbox4_cont .swiper-slide .item .lt .f_tit {
		padding-right: 0;
		font-size: .3rem;
		line-height: 1.6
	}
}

.joinbox-sec4 .joinbox4_cont .swiper-slide .item .img {
	width: 48.97%
}

.joinbox-sec4 .joinbox4_cont .swiper-slide .item .img:before {
	padding-top: 125%
}

.joinbox-sec4 .joinbox4_cont .joinbox4_prev,.joinbox-sec4 .joinbox4_cont .joinbox4_next {
	margin: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 0;
	background: none;
	opacity: 1;
	width: 10px;
	height: 17px;
	display: flex;
	pointer-events: auto;
	align-items: center
}

.joinbox-sec4 .joinbox4_cont .joinbox4_prev img,.joinbox-sec4 .joinbox4_cont .joinbox4_next img {
	width: 100%;
	height: auto
}

.joinbox-sec4 .joinbox4_cont .joinbox4_prev img:nth-child(2),.joinbox-sec4 .joinbox4_cont .joinbox4_next img:nth-child(2) {
	display: none
}

.joinbox-sec4 .joinbox4_cont .joinbox4_prev:hover img,.joinbox-sec4 .joinbox4_cont .joinbox4_next:hover img {
	display: none
}

.joinbox-sec4 .joinbox4_cont .joinbox4_prev:hover img:nth-child(2),.joinbox-sec4 .joinbox4_cont .joinbox4_next:hover img:nth-child(2) {
	display: block
}

.joinbox-sec4 .joinbox4_cont .joinbox4_prev {
	left: -30px
}

@media (max-width: 1580px) {
	.joinbox-sec4 .joinbox4_cont .joinbox4_prev {
		left: -30px
	}
}

@media (max-width: 767px) {
	.joinbox-sec4 .joinbox4_cont .joinbox4_prev {
		left: -16px
	}
}

.joinbox-sec4 .joinbox4_cont .joinbox4_next {
	right: -30px
}

@media (max-width: 1580px) {
	.joinbox-sec4 .joinbox4_cont .joinbox4_next {
		right: -30px
	}
}

@media (max-width: 767px) {
	.joinbox-sec4 .joinbox4_cont .joinbox4_next {
		right: -16px
	}
}

.joinbox-sec5 {
	padding: 1.42rem 0 .72rem;
	overflow: hidden
}

@media (max-width: 767px) {
	.joinbox-sec5 {
		background: #ffffff
	}
}

.joinbox-sec5 .joinbox_tit {
	margin-bottom: .72rem
}

.joinbox-sec5 .joinbox5_cont {
	width: 75.28089888%;
	overflow: inherit
}

@media (max-width: 767px) {
	.joinbox-sec5 .joinbox5_cont {
		width: 96%
	}
}

.joinbox-sec5 .joinbox5_cont .swiper-slide .item {
	width: 100%;
	position: relative;
	display: block;
	transition: all .4s;
	opacity: .2
}

.joinbox-sec5 .joinbox5_cont .swiper-slide .item .img {
	padding-top: 50.74626866%
}

.joinbox-sec5 .joinbox5_cont .swiper-slide .item .font {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: .3rem .4rem;
	color: #ffffff
}

.joinbox-sec5 .joinbox5_cont .swiper-slide-active .item {
	opacity: 1
}

.joinbox-sec5 .joinbox5_cont .qie {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: .5rem
}

.joinbox-sec5 .joinbox5_cont .qie .joinbox5_prev,.joinbox-sec5 .joinbox5_cont .qie .joinbox5_next {
	position: relative;
	left: 0;
	right: 0;
	width: .6rem;
	height: .6rem
}

@media (max-width: 767px) {
	.joinbox-sec5 .joinbox5_cont .qie .joinbox5_prev,.joinbox-sec5 .joinbox5_cont .qie .joinbox5_next {
		width: .78rem;
		height: .78rem
	}
}

.joinbox-sec5 .joinbox5_cont .qie .joinbox5_prev img,.joinbox-sec5 .joinbox5_cont .qie .joinbox5_next img {
	width: 16.66666667%;
	height: 28.33333333%;
	object-fit: contain
}

.joinbox-sec5 .joinbox5_cont .qie .joinbox5_prev {
	margin-right: .2rem
}

.joinbox-sec6 {
	padding: .72rem 0 5px;
	overflow: hidden
}

.joinbox-sec6 .joinbox_tit {
	margin-bottom: .14rem
}

.joinbox-sec6 .f_nav {
	margin-bottom: .6rem;
	display: flex;
	justify-content: center
}

.joinbox-sec6 .f_nav .schoolbox1_nav {
	max-width: 100%;
	width: auto;
	margin: 0
}

.joinbox-sec6 .cont {
	position: relative
}

.joinbox-sec6 .cont .f_jut {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	transition: all .4s
}

.joinbox-sec6 .cont .on {
	position: relative;
	visibility: inherit;
	opacity: 1
}

.joinbox-sec6 .joinbox6_cont {
	overflow: inherit
}

.joinbox-sec6 .joinbox6_cont .swiper-wrapper {
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear
}

.joinbox-sec6 .joinbox6_cont .swiper-slide {
	width: 32.1%;
	height: auto
}

@media (max-width: 767px) {
	.joinbox-sec6 .joinbox6_cont .swiper-slide {
		width: 60%
	}
}

.joinbox-sec6 .joinbox6_cont .swiper-slide .item {
	display: block;
	position: relative
}

.joinbox-sec6 .joinbox6_cont .swiper-slide .item .img {
	height: 7rem
}

@media (max-width: 767px) {
	.joinbox-sec6 .joinbox6_cont .swiper-slide .item .img {
		height: 5rem
	}
}

.joinbox-sec6 .joinbox6_cont .swiper-slide .item .tag {
	position: absolute;
	left: 10px;
	top: 10px;
	padding: .12rem .26rem;
	border-radius: 30px;
	background: #11c4ff;
	color: #ffffff;
	font-size: 16px
}

@media (max-width: 1580px) {
	.joinbox-sec6 .joinbox6_cont .swiper-slide .item .tag {
		font-size: 14px
	}
}

@media (max-width: 991px) {
	.joinbox-sec6 .joinbox6_cont .swiper-slide .item .tag {
		font-size: 12px
	}
}

.joinbox-sec6 .joinbox6_cont .f_widt1 {
	width: 26.6%
}

@media (max-width: 991px) {
	.joinbox-sec6 .joinbox6_cont .f_widt1 {
		width: 40%
	}
}

@media (max-width: 767px) {
	.joinbox-sec6 .joinbox6_cont .f_widt1 {
		width: 60%
	}
}

.joinbox-sec6 .joinbox6_cont .f_widt1 .item .img {
	height: 6.65rem
}

.joinbox-sec6 .joinbox6_cont .f_widt1:nth-child(3n) .tag {
	background-color: #0060c9
}

.joinbox-sec6 .joinbox6_cont .f_widt2 {
	display: flex;
	width: 62.47%;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between
}

@media (max-width: 991px) {
	.joinbox-sec6 .joinbox6_cont .f_widt2 {
		width: 80%
	}
}

@media (max-width: 767px) {
	.joinbox-sec6 .joinbox6_cont .f_widt2 {
		width: 100%
	}
}

.joinbox-sec6 .joinbox6_cont .f_widt2 .item {
	height: 48%;
	height: calc(50% - 2.5px);
	width: calc(57% - 2.5px)
}

.joinbox-sec6 .joinbox6_cont .f_widt2 .item:nth-child(2n),.joinbox-sec6 .joinbox6_cont .f_widt2 .item:nth-child(2n+1) {
	width: calc(43% - 2.5px)
}

.joinbox-sec6 .joinbox6_cont .f_widt2 .item:nth-child(2n) .tag,.joinbox-sec6 .joinbox6_cont .f_widt2 .item:nth-child(2n+1) .tag {
	background-color: #2cd19d
}

.joinbox-sec6 .joinbox6_cont .f_widt2 .item:nth-child(4n),.joinbox-sec6 .joinbox6_cont .f_widt2 .item:first-child {
	width: calc(57% - 2.5px)
}

.joinbox-sec6 .joinbox6_cont .f_widt2 .item:first-child .tag {
	background-color: #0060c9
}

.joinbox-sec6 .joinbox6_cont .f_widt2 .item:nth-child(4n) .tag {
	background-color: #11c4ff
}

.joinbox-sec6 .joinbox6_cont .f_widt2 .item .img {
	height: 100%
}

.joinbox-sec6 .joinbox6_cont .joinbox6_pagin {
	position: relative;
	margin-top: .98rem;
	background-color: #e7e9eb;
	height: 4px;
	display: none
}

@media (max-width: 1580px) {
	.joinbox-sec6 .joinbox6_cont .joinbox6_pagin {
		height: 2px
	}
}

.joinbox-sec6 .joinbox6_cont .joinbox6_pagin span {
	background-image: linear-gradient(90deg, #00f0ff 1%, #09daff 26%, #11c4ff 51%, #006de1 100%)
}

.joinbox_cont {
	position: relative
}

@media (min-width: 992px) {
	.joinbox_cont {
		height: 240vh
	}

	.joinbox_cont .fz_zhong {
		position: sticky;
		position: -webkit-sticky;
		top: 0;
		width: 100%;
		height: 100vh
	}

	.joinbox_cont .joinbox-sec1 {
		position: relative;
		z-index: 1;
		background: #ffffff;
		width: 100%;
		height: 100vh;
		display: flex;
		align-items: center;
		justify-content: center
	}

	.joinbox_cont .joinbox-sec1 .container {
		margin: 0
	}

	.joinbox_cont .joinbox-sec2 {
		position: relative;
		margin-top: -100vh
	}

	.joinbox_cont .joinbox-sec2 .bag {
		transform: translateY(0)
	}

	.joinbox_cont .joinbox-sec2 .bag img {
		transform: scale(1);
		animation: scale10 50s linear
	}

	.joinbox_cont .joinbox-sec2 .cont .font .f_name,.joinbox_cont .joinbox-sec2 .cont .font .f_tit,.joinbox_cont .joinbox-sec2 .cont .font .f_text {
		visibility: inherit!important;
		animation: none;
		transition: all .8s;
		opacity: 0
	}

	.joinbox_cont .joinbox-sec2.on .cont .font .f_name,.joinbox_cont .joinbox-sec2.on .cont .font .f_tit,.joinbox_cont .joinbox-sec2.on .cont .font .f_text {
		opacity: 1
	}
}

@keyframes scale10 {
	from {
		transform: scale(1.8)
	}

	to {
		transform: scale(1)
	}
}

.esgbox_tit {
	text-align: center;
	line-height: 1.5
}

.esgbox_tit .f_name {
	color: #0057b4;
	margin-bottom: .16rem
}

.esgbox_tit .f_tit {
	font-weight: bold;
	color: #000000;
	line-height: 1.28571429
}

@media (max-width: 991px) {
	.esgbox_tit .f_tit {
		line-height: 1.4
	}
}

.esgbox_tit .f_text {
	margin-top: .2rem;
	color: #666666;
	line-height: 1.25
}

.esgbox-sec1 {
	padding: 1.46rem 0 1rem
}

.esgbox-sec1 .joinbox_tit {
	max-width: 12.54rem;
	margin: 0 auto 1.4rem
}

@media (max-width: 1580px) {
	.esgbox-sec1 .joinbox_tit {
		margin-bottom: 1rem
	}
}

@media (max-width: 767px) {
	.esgbox-sec1 .joinbox_tit {
		margin-bottom: .6rem;
		max-width: 100%
	}
}

.esgbox-sec1 .cont .item {
	display: block;
	margin-bottom: .78rem;
	position: relative
}

@media (max-width: 767px) {
	.esgbox-sec1 .cont .item {
		margin-bottom: .5rem
	}
}

.esgbox-sec1 .cont .item:last-child {
	margin-bottom: 0
}

.esgbox-sec1 .cont .item .img:before {
	padding-top: 38.87640449%
}

@media (max-width: 991px) {
	.esgbox-sec1 .cont .item .img:before {
		padding-top: 66%
	}
}

@media (max-width: 767px) {
	.esgbox-sec1 .cont .item .img:before {
		padding-top: 38.87640449%;
		padding-top: 50%
	}
}

@media (min-width: 768px) {
	.esgbox-sec1 .cont .item .img:after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 50%;
		height: 100%;
		background: linear-gradient(90deg, rgba(0,0,0,0.2) 20%, rgba(0,0,0,0) 60%)
	}
}

.esgbox-sec1 .cont .item .font {
	color: #000;
	z-index: 2;
	padding: .5rem 1rem
}

@media (min-width: 768px) {
	.esgbox-sec1 .cont .item .font {
		position: absolute;
		top: 50%;
		left: 0;
		width: 8rem;
		transform: translateY(-50%);
		color: #ffffff
	}
}

.esgbox-sec1 .cont .item .font .f_name {
	opacity: .6;
	margin-bottom: .06rem
}

.esgbox-sec1 .cont .item .font .f_tit {
	font-weight: bold;
	margin-bottom: .38rem
}

.esgbox-sec1 .cont .item .font .f_text {
	margin-bottom: .62rem;
	display: -webkit-box;
	-webkit-line-clamp: 4;line-clamp: 4;
	-webkit-box-orient: vertical;
	max-height: 6em;
	line-height: 1.5
}

@media (max-width: 767px) {
	.esgbox-sec1 .cont .item .font .f_text {
		-webkit-line-clamp: 2;line-clamp: 2;
		max-height: inherit;
		display: block;
		height: auto;
		margin-bottom: .4rem
	}
}

@media (max-width: 767px) {
	.esgbox-sec1 .cont .item .font {
		padding: .5rem .32rem;
		border: 1px solid #eeeeee;
		border-top: none
	}

	.esgbox-sec1 .cont .item .font .f_tit {
		margin-bottom: .1rem
	}
}

.esgbox-sec1 .cont .item:hover .img img {
	transform: scale(1.04)
}

.esgbox-sec2 {
	padding: 1rem 0 1.2rem
}

.esgbox-sec2 .joinbox_tit {
	margin-bottom: .5rem
}

.esgbox-sec2 .cont .esgbox2_cont {
	width: auto;
	margin: 0 -0.4rem
}

@media (max-width: 991px) {
	.esgbox-sec2 .cont .esgbox2_cont {
		margin: 0 -0.2rem
	}
}

.esgbox-sec2 .cont .esgbox2_cont .swiper-slide {
	width: 50%;
	padding: 0 .4rem
}

@media (max-width: 991px) {
	.esgbox-sec2 .cont .esgbox2_cont .swiper-slide {
		padding: 0 .2rem
	}
}

@media (max-width: 767px) {
	.esgbox-sec2 .cont .esgbox2_cont .swiper-slide {
		width: 80%
	}
}

.esgbox-sec2 .cont .esgbox2_cont .swiper-slide .list {
	display: block
}

.esgbox-sec2 .cont .esgbox2_cont .swiper-slide .list .img {
	padding-top: 61.17647059%;
	margin-bottom: .26rem
}

.esgbox-sec2 .cont .esgbox2_cont .swiper-slide .list .font {
	width: 100%;
	color: #000000
}

.esgbox-sec2 .cont .esgbox2_cont .swiper-slide .list .font .f_time {
	display: block;
	color: #000000;
	margin-bottom: .16rem
}

@media (max-width: 767px) {
	.esgbox-sec2 .cont .esgbox2_cont .swiper-slide .list .font .f_time {
		font-size: .26rem;
		color: #666
	}
}

.esgbox-sec2 .cont .esgbox2_cont .swiper-slide .list .font .f_tit {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: .16rem
}

.esgbox-sec2 .cont .esgbox2_cont .swiper-slide .list .font .f_btn {
	display: flex
}

.esgbox-sec2 .cont .esgbox2_cont .swiper-slide .list .font .f_btn .f_but {
	display: flex;
	align-items: center;
	color: #0057b4;
	margin-right: .96rem
}

.esgbox-sec2 .cont .esgbox2_cont .swiper-slide .list .font .f_btn .f_but:last-child {
	margin-right: 0
}

.esgbox-sec2 .cont .esgbox2_cont .swiper-slide .list .font .f_btn .f_but i {
	display: flex;
	height: 16px;
	margin-right: .1rem
}

@media (max-width: 1580px) {
	.esgbox-sec2 .cont .esgbox2_cont .swiper-slide .list .font .f_btn .f_but i {
		height: 14px
	}
}

@media (max-width: 991px) {
	.esgbox-sec2 .cont .esgbox2_cont .swiper-slide .list .font .f_btn .f_but i {
		height: 12px
	}
}

.esgbox-sec2 .cont .esgbox2_cont .swiper-slide .list .font .f_btn .f_but i img {
	height: 100%
}

.esgbox-sec2 .cont .esgbox2_cont .swiper-slide .list:hover .img img {
	transform: scale(1.04)
}

.investorbox-sec1 {
	background-color: #f7f8fa;
	padding: 1.16rem 0 1.12rem
}

.investorbox-sec1 .container {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: .54rem
}

.investorbox-sec1 .container:before,.investorbox-sec1 .container:after {
	content: "";
	display: block;
	position: absolute;
	top: 0
}

.investorbox-sec1 .container:before {
	left: 0;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(90deg, #0057b4 0%, rgba(0,87,180,0) 100%)
}

.investorbox-sec1 .container:after {
	width: 14px;
	height: 14px;
	border: 1px solid #0057b4;
	background-color: #f7f8fa;
	border-top: none;
	border-left: none;
	left: .26rem;
	transform: rotate(45deg) translateY(-50%);
	margin-top: -1px
}

.investorbox-sec1 .container .f_text {
	color: #666666
}

.investorbox-sec1 .container .lt {
	width: 46%
}

@media (max-width: 767px) {
	.investorbox-sec1 .container .lt {
		width: 100%
	}
}

.investorbox-sec1 .container .lt .f_name {
	color: #004ea2;
	margin-bottom: .14rem
}

.investorbox-sec1 .container .lt .shu {
	display: flex;
	align-items: flex-end;
	font-family: 'shuzi','PingFang SC','Microsoft YaHei','Microsoft YaHei UI','SimSun','SimHei','Arial';
	font-weight: bold;
	color: #db211b;
	margin-bottom: .32rem
}

@media (max-width: 767px) {
	.investorbox-sec1 .container .lt .shu {
		line-height: .96
	}
}

.investorbox-sec1 .container .lt .shu span {
	line-height: 1;
	font-weight: bold;
	display: block;
	margin-right: .1rem
}

@media (max-width: 767px) {
	.investorbox-sec1 .container .lt .shu span {
		font-size: .5rem
	}
}

.investorbox-sec1 .container .lt .f_jt {
	color: #000000;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: .3rem
}

.investorbox-sec1 .container .lt .f_jt .bian {
	display: flex;
	margin-right: .94rem
}

@media (max-width: 767px) {
	.investorbox-sec1 .container .lt .f_jt .bian {
		width: 100%
	}
}

.investorbox-sec1 .container .lt .f_jt .bian .f_shen {
	margin-left: .23rem;
	display: flex;
	align-items: center
}

.investorbox-sec1 .container .lt .f_jt .bian .f_shen img,.investorbox-sec1 .container .lt .f_jt .bian .f_shen svg {
	width: 6px;
	height: 17px;
	margin: 0 .05rem
}

.investorbox-sec1 .container .lt .f_jt .bian .f_shen img path,.investorbox-sec1 .container .lt .f_jt .bian .f_shen svg path {
	fill: #db211b
}

.investorbox-sec1 .container .lt .f_jt .bian .f_shen.on svg,.investorbox-sec1 .container .lt .f_jt .bian .f_shen.on img {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg)
}

.investorbox-sec1 .container .lt .f_jt .bian .f_shen.on svg path,.investorbox-sec1 .container .lt .f_jt .bian .f_shen.on img path {
	fill: #0aab62
}

.investorbox-sec1 .container .lt .f_jt .but {
	display: flex;
	align-items: center;
	color: #000000;
	transition: all .4s
}

@media (max-width: 767px) {
	.investorbox-sec1 .container .lt .f_jt .but {
		margin-top: .3rem
	}
}

.investorbox-sec1 .container .lt .f_jt .but i {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: .1rem;
	width: 16px;
	height: 16px
}

@media (max-width: 1580px) {
	.investorbox-sec1 .container .lt .f_jt .but i {
		width: 14px;
		height: 14px
	}
}

.investorbox-sec1 .container .lt .f_jt .but i img,.investorbox-sec1 .container .lt .f_jt .but i svg {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.investorbox-sec1 .container .lt .f_jt .but i img path,.investorbox-sec1 .container .lt .f_jt .but i svg path {
	transition: all .4s;
	fill: #000
}

.investorbox-sec1 .container .lt .f_jt .but:hover {
	color: #005ec4
}

.investorbox-sec1 .container .lt .f_jt .but:hover i svg path {
	fill: #005ec4
}

.investorbox-sec1 .container .gt {
	width: 52.8%;
	display: flex;
	flex-direction: column
}

@media (max-width: 767px) {
	.investorbox-sec1 .container .gt {
		width: 100%;
		margin-top: .6rem
	}
}

.investorbox-sec1 .container .gt .f_zhi {
	display: flex;
	flex-wrap: wrap
}

.investorbox-sec1 .container .gt .f_zhi .li {
	width: 25%;
	margin-bottom: .4rem
}

@media (max-width: 767px) {
	.investorbox-sec1 .container .gt .f_zhi .li {
		width: 50%
	}
}

.investorbox-sec1 .container .gt .f_zhi .li .f_tit {
	color: #000000;
	margin-bottom: .14rem
}

@media (max-width: 991px) {
	.investorbox-sec1 .container .gt .f_zhi .li .f_tit {
		font-size: .15rem
	}
}

@media (max-width: 767px) {
	.investorbox-sec1 .container .gt .f_zhi .li .f_tit {
		font-size: .28rem
	}
}

.investorbox-sec1 .container .gt .f_zhi .li .shu {
	color: #db211b;
	display: flex;
	font-weight: bold;
	align-items: flex-end
}

.investorbox-sec1 .container .gt .f_zhi .li .shu span {
	line-height: 1;
	font-family: 'shuzi','PingFang SC','Microsoft YaHei','Microsoft YaHei UI','SimSun','SimHei','Arial'
}

@media (max-width: 767px) {
	.investorbox-sec1 .container .gt .f_zhi .li .shu span {
		font-size: .5rem
	}
}

.investorbox-sec1 .container .gt .f_text {
	margin-top: auto;
	text-align: right
}

@media (max-width: 767px) {
	.investorbox-sec1 .container .gt .f_text {
		text-align: left
	}
}

.investorbox-sec2 .mediabox_nav .item {
	cursor: pointer
}

.investorbox-sec2 .f_nav {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: relative
}

.investorbox-sec2 .f_nav .mediabox_nav {
	margin: 0;
	flex: 1 1 auto
}

.investorbox-sec2 .f_nav .but {
	margin-left: .2rem;
	flex: 0 0 auto;
	display: flex;
	transition: all .4s;
	align-items: center;
	color: #000000;
	margin-bottom: .3rem
}

@media (max-width: 767px) {
	.investorbox-sec2 .f_nav .but {
		font-size: .26rem;
		margin-left: .4rem;
		position: absolute;
		bottom: -0.9rem;
		right: 0;
		margin-left: 0
	}
}

.investorbox-sec2 .f_nav .but img,.investorbox-sec2 .f_nav .but svg {
	margin-left: .16rem;
	width: 7px;
	height: 12px;
	object-fit: contain;
	transition: all .4s
}

@media (max-width: 1580px) {
	.investorbox-sec2 .f_nav .but img,.investorbox-sec2 .f_nav .but svg {
		width: 5px;
		height: 9px
	}
}

.investorbox-sec2 .f_nav .but img path,.investorbox-sec2 .f_nav .but svg path {
	fill: #0053ad
}

.investorbox-sec2 .f_nav .but:hover {
	color: #005ec4
}

.investorbox-sec2 .f_nav .but:hover img,.investorbox-sec2 .f_nav .but:hover svg {
	transform: translateX(.1rem)
}

.investorbox-sec2 .f_box {
	padding-bottom: 1.25rem
}

.investorbox-sec2 .f_box .container {
	position: relative
}

.investorbox-sec2 .f_box .container .f_zhong {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	visibility: hidden;
	transition: all .4s
}

.investorbox-sec2 .f_box .container .f_zhong.on {
	position: relative;
	opacity: 1;
	visibility: inherit
}

.investorbox-sec2 .f_box .container .f_zhong .investorbox2_cont .swiper-slide {
	width: 25%
}

@media (max-width: 991px) {
	.investorbox-sec2 .f_box .container .f_zhong .investorbox2_cont .swiper-slide {
		width: 33.333%
	}
}

@media (max-width: 767px) {
	.investorbox-sec2 .f_box .container .f_zhong .investorbox2_cont .swiper-slide {
		width: 60%
	}
}

.investorbox-sec2 .f_box .container .f_zhong .investorbox2_cont .swiper-slide .item {
	width: 100%
}

.investorbox-sec2 .f_box .container .f_zhong .f_qie {
	margin-top: .3rem;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.investorbox-sec2 .f_box .container .f_zhong .f_qie .investorbox2_pagin {
	position: relative;
	background-color: #e7e9eb;
	height: 4px;
	width: calc(100% - 1.78rem)
}

@media (max-width: 1580px) {
	.investorbox-sec2 .f_box .container .f_zhong .f_qie .investorbox2_pagin {
		height: 2px
	}
}

.investorbox-sec2 .f_box .container .f_zhong .f_qie .investorbox2_pagin span {
	background-image: linear-gradient(90deg, #00f0ff 1%, #09daff 26%, #11c4ff 51%, #006de1 100%)
}

.investorbox-sec2 .f_box .container .f_zhong .f_qie .investorbox2_pagin.swiper-pagination-lock~.gt {
	display: none!important
}

.investorbox-sec2 .f_box .container .f_zhong .f_qie .gt {
	display: flex;
	align-items: center
}

.investorbox-sec2 .f_box .container .f_zhong .f_qie .gt .investorbox2_prev,.investorbox-sec2 .f_box .container .f_zhong .f_qie .gt .investorbox2_next {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	background: #fff;
	border-radius: 50%;
	width: .64rem;
	height: .64rem;
	display: flex;
	align-items: center;
	justify-content: center
}

.investorbox-sec2 .f_box .container .f_zhong .f_qie .gt .investorbox2_prev img,.investorbox-sec2 .f_box .container .f_zhong .f_qie .gt .investorbox2_next img {
	width: 15.625%;
	height: 26.5625%;
	object-fit: contain
}

.investorbox-sec2 .f_box .container .f_zhong .f_qie .gt .investorbox2_prev img:nth-child(2),.investorbox-sec2 .f_box .container .f_zhong .f_qie .gt .investorbox2_next img:nth-child(2) {
	display: none
}

.investorbox-sec2 .f_box .container .f_zhong .f_qie .gt .investorbox2_prev:hover img,.investorbox-sec2 .f_box .container .f_zhong .f_qie .gt .investorbox2_next:hover img {
	display: none
}

.investorbox-sec2 .f_box .container .f_zhong .f_qie .gt .investorbox2_prev:hover img:nth-child(2),.investorbox-sec2 .f_box .container .f_zhong .f_qie .gt .investorbox2_next:hover img:nth-child(2) {
	display: block
}

.investorbox-sec2 .f_box .container .f_zhong .f_qie .gt .investorbox2_prev {
	margin-right: .2rem
}

.investorbox-sec3 {
	position: relative
}

.investorbox-sec3 .bag {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative
}

.investorbox-sec3 .bag img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.investorbox-sec3 .bag img:nth-child(2) {
	display: none
}

@media (max-width: 767px) {
	.investorbox-sec3 .bag img {
		display: none
	}

	.investorbox-sec3 .bag img:nth-child(2) {
		display: block
	}
}

.investorbox-sec3 .bag:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #005ec4;
	opacity: 00
}

@media (max-width: 767px) {
	.investorbox-sec3 .bag:after {
		opacity: .5
	}
}

.investorbox-sec3 .cont {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%
}

.investorbox-sec3 .cont .lt {
	color: #ffffff;
	width: 38.98%
}

@media (max-width: 991px) {
	.investorbox-sec3 .cont .lt {
		width: 80%
	}
}

@media (max-width: 767px) {
	.investorbox-sec3 .cont .lt {
		width: 100%
	}
}

.investorbox-sec3 .cont .lt .f_tit {
	margin-bottom: .09rem;
	font-weight: bold
}

.investorbox-sec3 .cont .lt .f_text {
	color: rgba(255,255,255,0.6);
	margin-bottom: .92rem
}

.investorbox-sec3 .cont .lt .f_jut {
	width: 100%
}

.investorbox-sec3 .cont .lt .f_jut .item {
	position: relative;
	border-top: 1px solid rgba(255,255,255,0.1);
	padding: .4rem 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.investorbox-sec3 .cont .lt .f_jut .item:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: -1px;
	width: 0;
	height: 1px;
	background: #ffffff
}

.investorbox-sec3 .cont .lt .f_jut .item .f_icon {
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
	border: 2px solid #ffffff;
	display: flex;
	align-items: center;
	justify-content: center
}

.investorbox-sec3 .cont .lt .f_jut .item .f_icon img,.investorbox-sec3 .cont .lt .f_jut .item .f_icon svg {
	width: 30%;
	height: 30%;
	object-fit: contain
}

.investorbox-sec3 .cont .lt .f_jut .item .f_icon img path,.investorbox-sec3 .cont .lt .f_jut .item .f_icon svg path {
	fill: #ffffff
}

.investorbox-sec3 .cont .lt .f_jut .item .font {
	width: calc(100% - .8rem);
	padding: 0 .78rem 0 .4rem;
	color: #ffffff
}

@media (max-width: 1199px) {
	.investorbox-sec3 .cont .lt .f_jut .item .font {
		padding: 0 .4rem
	}
}

.investorbox-sec3 .cont .lt .f_jut .item .font .f_name {
	opacity: .4;
	margin-bottom: .06rem
}

.investorbox-sec3 .cont .lt .f_jut .item .font .f_t1 {
	font-weight: bold;
	/* bord-wrap: break-word; */
	word-break: break-all
}

.investorbox-sec3 .cont .lt .f_jut .item .f_but {
	position: absolute;
	right: .3rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all .4s;
	opacity: 0;
	width: .38rem;
	height: .38rem;
	background-color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center
}

.investorbox-sec3 .cont .lt .f_jut .item .f_but img,.investorbox-sec3 .cont .lt .f_jut .item .f_but svg {
	width: 18.42105263%;
	height: 31.57894737%;
	object-fit: contain
}

.investorbox-sec3 .cont .lt .f_jut .item .f_but img path,.investorbox-sec3 .cont .lt .f_jut .item .f_but svg path {
	fill: #0053ad
}

@media (min-width: 1200px) {
	.investorbox-sec3 .cont .lt .f_jut a.item:hover:before {
		transition: all .4s;
		width: 100%
	}

	.investorbox-sec3 .cont .lt .f_jut a.item:hover .f_but {
		opacity: 1
	}
}

.investorbox-sec4 {
	padding: 1.45rem 0 .85rem
}

.investorbox-sec4 .fzq_but {
	display: none;
	transition: all .4s;
	align-items: center;
	color: #000000
}

@media (max-width: 767px) {
	.investorbox-sec4 .fzq_but {
		display: flex;
		justify-content: center;
		width: 100%;
		margin-top: .2rem
	}
}

.investorbox-sec4 .fzq_but img,.investorbox-sec4 .fzq_but svg {
	margin-left: .16rem;
	width: 7px;
	height: 12px;
	object-fit: contain;
	transition: all .4s
}

@media (max-width: 1580px) {
	.investorbox-sec4 .fzq_but img,.investorbox-sec4 .fzq_but svg {
		width: 5px;
		height: 9px
	}
}

.investorbox-sec4 .fzq_but img path,.investorbox-sec4 .fzq_but svg path {
	fill: #0053ad
}

.investorbox-sec4 .fzq_but:hover {
	color: #005ec4
}

.investorbox-sec4 .fzq_but:hover img,.investorbox-sec4 .fzq_but:hover svg {
	transform: translateX(.1rem)
}

.investorbox-sec4 .f_font {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: .84rem
}

@media (max-width: 767px) {
	.investorbox-sec4 .f_font {
		margin-bottom: .54rem
	}
}

.investorbox-sec4 .f_font .joinbox_tit {
	text-align: left;
	flex: 1 1 auto;
	margin: 0
}

@media (max-width: 767px) {
	.investorbox-sec4 .f_font .joinbox_tit {
		text-align: center
	}
}

.investorbox-sec4 .f_font .joinbox_tit .f_text {
	margin-top: .08rem
}

.investorbox-sec4 .f_font .fzq_but {
	display: flex
}

@media (min-width: 768px) {
	.investorbox-sec4 .f_font .fzq_but {
		margin-left: .6rem;
		flex: 0 0 auto;
		margin-top: 0
	}
}

@media (max-width: 767px) {
	.investorbox-sec4 .f_font .fzq_but {
		display: none
	}
}

.investorbox-sec4 .investorbox4_cont {
	width: auto;
	margin: 0 -0.25rem
}

@media (max-width: 991px) {
	.investorbox-sec4 .investorbox4_cont {
		margin: 0 -0.16rem
	}
}

.investorbox-sec4 .investorbox4_cont .swiper-slide {
	width: 33.333%;
	padding: 0 .25rem
}

@media (max-width: 991px) {
	.investorbox-sec4 .investorbox4_cont .swiper-slide {
		padding: 0 .16rem
	}
}

@media (max-width: 767px) {
	.investorbox-sec4 .investorbox4_cont .swiper-slide {
		width: 70%
	}
}

.investorbox-sec4 .investorbox4_cont .swiper-slide .list .img {
	padding-top: 55.35714286%;
	margin-bottom: 0
}

.investorbox-sec4 .investorbox4_cont .swiper-slide .list .font {
	border: 1px solid #eeeeee;
	border-top: none;
	padding: .22rem .38rem
}

@media (max-width: 767px) {
	.investorbox-sec4 .investorbox4_cont .swiper-slide .list .font {
		padding: .4rem .32rem
	}
}

.investorbox-sec4 .investorbox4_cont .swiper-slide .list .font .f_column .f_time {
	color: #666666
}

.investorbox-sec4 .investorbox4_cont .swiper-slide .list .font .f_tit {
	color: #000000;
	font-weight: bold;
	margin-bottom: .4rem
}

@media (max-width: 767px) {
	.investorbox-sec4 .investorbox4_cont .swiper-slide .list .font .f_tit {
		margin-bottom: .4rem
	}
}

.investorbox-sec4 .investorbox4_cont .swiper-slide .list .font .but2 {
	color: #010101
}

.investorbox-sec4 .investorbox4_cont .swiper-slide .list:hover .font .f_tit {
	color: #005ec4
}

.investorbox-sec4 .investorbox4_cont .swiper-slide .list:hover .font .but2 {
	color: #005ec4
}

.investorbox-sec5 {
	padding: .85rem 0 2rem;
	position: relative
}

@media (max-width: 767px) {
	.investorbox-sec5 {
		padding-bottom: 1.4rem
	}
}

.investorbox-sec5:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 48.02083333%;
	background: url("../images/zhiqifwbag1.png") no-repeat left center / 100% auto
}

.investorbox-sec5 .container {
	display: flex;
	flex-wrap: wrap;
	position: relative
}

.investorbox-sec5 .container .lt {
	width: 34.8315%;
	padding-right: 10.11235955%
}

@media (max-width: 767px) {
	.investorbox-sec5 .container .lt {
		width: 100%;
		text-align: center;
		padding-right: 0;
		margin-bottom: .6rem
	}
}

.investorbox-sec5 .container .lt .f_tit {
	font-weight: bold;
	color: #000000;
	margin-bottom: .2rem
}

.investorbox-sec5 .container .lt .f_text {
	color: #666666;
	line-height: 1.5;
	margin-bottom: .52rem
}

@media (max-width: 767px) {
	.investorbox-sec5 .container .lt .f_text {
		margin-bottom: .3rem
	}
}

@media (min-width: 768px) {
	.investorbox-sec5 .container .lt {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding-top: .2rem;
		padding-bottom: .5rem;
		padding-top: .8rem
	}
}

.investorbox-sec5 .container .img {
	width: 65.1685%
}

@media (max-width: 767px) {
	.investorbox-sec5 .container .img {
		width: 100%
	}
}

.investorbox-sec5 .container .img:before {
	padding-top: 57.75862069%
}

.contextbox_prev,.contextbox_next {
	background: #fff;
	border-radius: 50%;
	width: .8rem;
	height: .8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	border: solid 2px #eeeeee;
	transition: all .4s;
	margin-top: 0
}

.contextbox_prev img,.contextbox_next img {
	width: 12.5%;
	height: 21.25%;
	object-fit: contain
}

.contextbox_prev img:nth-child(2),.contextbox_next img:nth-child(2) {
	display: none
}

.contextbox_prev:hover,.contextbox_next:hover {
	border-color: #11c4ff
}

.contextbox_prev:hover img,.contextbox_next:hover img {
	display: none
}

.contextbox_prev:hover img:nth-child(2),.contextbox_next:hover img:nth-child(2) {
	display: block
}

.contextbox-sec1 {
	padding: 1.46rem 0 2rem
}

@media (max-width: 991px) {
	.contextbox-sec1 {
		padding: 1.4rem 0
	}
}

.contextbox-sec1 .esgbox_tit {
	margin-bottom: .64rem
}

.contextbox-sec1 .cont .contextbox1_con {
	margin-bottom: 1.3rem
}

@media (max-width: 991px) {
	.contextbox-sec1 .cont .contextbox1_con {
		margin-bottom: .6rem
	}
}

.contextbox-sec1 .cont .contextbox1_con:last-child {
	margin-bottom: 0
}

.contextbox-sec1 .cont .contextbox1_con .item {
	display: flex;
	flex-wrap: wrap
}

.contextbox-sec1 .cont .contextbox1_con .item .img,.contextbox-sec1 .cont .contextbox1_con .item .font {
	width: 50%
}

@media (max-width: 767px) {
	.contextbox-sec1 .cont .contextbox1_con .item .img,.contextbox-sec1 .cont .contextbox1_con .item .font {
		width: 100%
	}
}

.contextbox-sec1 .cont .contextbox1_con .item .img:before {
	padding-top: 84.26966292%
}

.contextbox-sec1 .cont .contextbox1_con .item .font {
	padding: .26rem 0 .26rem 1.3rem
}

@media (max-width: 991px) {
	.contextbox-sec1 .cont .contextbox1_con .item .font {
		padding: .26rem 0 .26rem .4rem
	}
}

@media (max-width: 767px) {
	.contextbox-sec1 .cont .contextbox1_con .item .font {
		padding: .36rem 0 0
	}
}

.contextbox-sec1 .cont .contextbox1_con .item .font .f_tit {
	font-weight: bold;
	color: #000000;
	padding-bottom: .5rem;
	position: relative;
	margin-bottom: .52rem
}

@media (max-width: 991px) {
	.contextbox-sec1 .cont .contextbox1_con .item .font .f_tit {
		padding-bottom: .3rem;
		margin-bottom: .3rem
	}
}

.contextbox-sec1 .cont .contextbox1_con .item .font .f_tit:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(90deg, #015eea 0%, rgba(1,94,234,0.62) 38%, #ffffff 100%);
	width: 100%;
	height: 4px
}

@media (max-width: 1580px) {
	.contextbox-sec1 .cont .contextbox1_con .item .font .f_tit:before {
		height: 2px
	}
}

.contextbox-sec1 .cont .contextbox1_con .item .font .f_text {
	color: #000000;
	line-height: 1.5;
	margin-bottom: .4rem
}

@media (max-width: 1580px) {
	.contextbox-sec1 .cont .contextbox1_con .item .font .f_text {
		line-height: 1.4
	}
}

.contextbox-sec1 .cont .contextbox1_con .item .font .f_jut .li {
	margin-bottom: .5rem
}

@media (max-width: 991px) {
	.contextbox-sec1 .cont .contextbox1_con .item .font .f_jut .li {
		margin-bottom: .3rem
	}
}

.contextbox-sec1 .cont .contextbox1_con .item .font .f_jut .li:last-child {
	margin-bottom: 0
}

.contextbox-sec1 .cont .contextbox1_con .item .font .f_jut .li .shu {
	display: flex;
	align-items: flex-start;
	color: #005ec4;
	font-family: 'shuzi','PingFang SC','Microsoft YaHei','Microsoft YaHei UI','SimSun','SimHei','Arial';
	font-weight: bold;
	margin-bottom: .02rem
}

.contextbox-sec1 .cont .contextbox1_con .item .font .f_jut .li .shu span {
	display: block;
	line-height: 1;
	font-size: .74rem
}

@media (max-width: 991px) {
	.contextbox-sec1 .cont .contextbox1_con .item .font .f_jut .li .shu span {
		font-size: .5rem
	}
}

.contextbox-sec1 .cont .contextbox1_con .item .font .f_jut .li .f_t1 {
	color: #000000
}

@media (max-width: 767px) {
	.contextbox-sec1 .cont .contextbox1_con .item .font .f_jut {
		display: flex;
		flex-wrap: wrap
	}

	.contextbox-sec1 .cont .contextbox1_con .item .font .f_jut .li {
		width: 50%;
		text-align: center;
		padding: 0 .2rem
	}

	.contextbox-sec1 .cont .contextbox1_con .item .font .f_jut .li .shu {
		justify-content: center
	}

	.contextbox-sec1 .cont .contextbox1_con .item .font .f_jut .li .shu span {
		font-size: .74rem
	}

	.contextbox-sec1 .cont .contextbox1_con .item .font .f_jut .li .f_t1 {
		font-size: .24rem;
		line-height: 1.3;
		margin-top: .12rem
	}
}

.contextbox-sec1 .cont .contextbox1_con .qie {
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: .26rem;
	top: inherit
}

@media (max-width: 767px) {
	.contextbox-sec1 .cont .contextbox1_con .qie {
		position: relative;
		margin-top: .6rem;
		width: 100%;
		justify-content: center
	}
}

.contextbox-sec1 .cont .contextbox1_con .qie .cot1_prev,.contextbox-sec1 .cont .contextbox1_con .qie .cot1_next {
	position: relative;
	left: 0;
	right: 0
}

.contextbox-sec1 .cont .contextbox1_con .qie .cot1_prev {
	margin-right: .3rem
}

@media (min-width: 768px) {
	.contextbox-sec1 .cont .contextbox1_con:nth-child(2) .item .img {
		order: 1
	}

	.contextbox-sec1 .cont .contextbox1_con:nth-child(2) .item .font {
		padding-left: 0;
		padding-right: 1.6rem
	}

	.contextbox-sec1 .cont .contextbox1_con:nth-child(2) .item .font .f_jut {
		display: flex;
		flex-wrap: wrap
	}

	.contextbox-sec1 .cont .contextbox1_con:nth-child(2) .item .font .f_jut .li {
		width: 50%;
		padding-right: .2rem
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.contextbox-sec1 .cont .contextbox1_con:nth-child(2) .item .font {
		padding-right: .2rem
	}
}

.contextbox-sec2 {
	background: #f8f9fd;
	padding-bottom: 2rem;
	overflow: hidden
}

@media (max-width: 991px) {
	.contextbox-sec2 {
		padding-bottom: 1.2rem
	}
}

.contextbox-sec2 .cont {
	position: relative
}

.contextbox-sec2 .cont .bag {
	background: #000
}

.contextbox-sec2 .cont .bag:before {
	padding-top: 42.60416667%
}

@media (max-width: 767px) {
	.contextbox-sec2 .cont .bag:before {
		padding-top: 106.66666667%
	}
}

.contextbox-sec2 .cont .bag img {
	transform: translateY(-50%);
	transition: none;
	max-height: inherit;
	height: 100vh;
	opacity: .6
}

.contextbox-sec2 .cont .f_zhong {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 2rem 0;
	color: #ffffff
}

.contextbox-sec2 .cont .f_zhong .f_title1 {
	font-weight: bold;
	text-align: center
}

.contextbox-sec2 .cont .f_zhong .f_text {
	line-height: 1.5;
	text-align: center;
	margin-top: .18rem
}

.contextbox-sec2 .cont .f_zhong .f_jut {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: .4rem
}

.contextbox-sec2 .cont .f_zhong .f_jut .li {
	padding: 0 .8rem;
	margin-bottom: .36rem;
	text-align: center
}

@media (max-width: 767px) {
	.contextbox-sec2 .cont .f_zhong .f_jut .li {
		padding: 0 .2rem;
		width: 50%;
		margin-bottom: .46rem
	}
}

.contextbox-sec2 .cont .f_zhong .f_jut .li .shu {
	font-family: 'shuzi','PingFang SC','Microsoft YaHei','Microsoft YaHei UI','SimSun','SimHei','Arial';
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: .1rem
}

.contextbox-sec2 .cont .f_zhong .f_jut .li .shu span {
	line-height: 1;
	font-size: .74rem
}

@media (max-width: 991px) {
	.contextbox-sec2 .cont .f_zhong .f_jut .li .shu span {
		font-size: .6rem
	}
}

@media (max-width: 767px) {
	.contextbox-sec2 .cont .f_zhong .f_jut .li .shu span {
		font-size: .74rem
	}
}

.contextbox-sec2 .con_swiper {
	margin-top: -12.5%;
	position: relative;
	background: #ffffff
}

@media (max-width: 991px) {
	.contextbox-sec2 .con_swiper {
		margin-top: 1rem
	}
}

.contextbox-sec2 .con_swiper .contextbox2_cont .swiper-slide {
	height: auto
}

.contextbox-sec2 .con_swiper .contextbox2_cont .item {
	background-color: #ffffff;
	display: flex;
	height: 100%;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: .7rem .7rem .8rem .92rem
}

@media (max-width: 991px) {
	.contextbox-sec2 .con_swiper .contextbox2_cont .item {
		padding: .5rem .5rem .6rem .6rem
	}
}

@media (max-width: 767px) {
	.contextbox-sec2 .con_swiper .contextbox2_cont .item {
		padding: 0;
		align-content: flex-start
	}
}

.contextbox-sec2 .con_swiper .contextbox2_cont .item .font {
	width: 47.54%;
	padding: .62rem .9rem .2rem 0
}

@media (max-width: 991px) {
	.contextbox-sec2 .con_swiper .contextbox2_cont .item .font {
		padding: .4rem .6rem .2rem 0
	}
}

@media (max-width: 767px) {
	.contextbox-sec2 .con_swiper .contextbox2_cont .item .font {
		width: 100%;
		order: 1;
		padding: .4rem .34rem
	}
}

.contextbox-sec2 .con_swiper .contextbox2_cont .item .font .f_tit {
	font-weight: bold;
	color: #000000;
	line-height: 1.16666667;
	margin-bottom: .38rem
}

@media (max-width: 991px) {
	.contextbox-sec2 .con_swiper .contextbox2_cont .item .font .f_tit {
		margin-bottom: .2rem
	}
}

.contextbox-sec2 .con_swiper .contextbox2_cont .item .font .f_text {
	color: #000000;
	line-height: 1.5
}

@media (max-width: 1199px) {
	.contextbox-sec2 .con_swiper .contextbox2_cont .item .font .f_text {
		margin-right: -0.1rem;
		padding-right: .1rem;
		height: 2.4rem;
		overflow: auto
	}
}

@media (max-width: 991px) {
	.contextbox-sec2 .con_swiper .contextbox2_cont .item .font .f_text {
		font-size: .22rem
	}
}

@media (max-width: 767px) {
	.contextbox-sec2 .con_swiper .contextbox2_cont .item .font .f_text {
		height: auto;
		font-size: .26rem
	}
}

.contextbox-sec2 .con_swiper .contextbox2_cont .item .img {
	width: 52.46%
}

@media (max-width: 767px) {
	.contextbox-sec2 .con_swiper .contextbox2_cont .item .img {
		width: 100%
	}
}

.contextbox-sec2 .con_swiper .contextbox2_cont .item .img:before {
	padding-top: 64.70588235%
}

.contextbox-sec2 .con_swiper .cot2_prev,.contextbox-sec2 .con_swiper .cot2_next {
	transform: translateY(-50%)
}

@media (max-width: 767px) {
	.contextbox-sec2 .con_swiper .cot2_prev,.contextbox-sec2 .con_swiper .cot2_next {
		top: 20%
	}
}

.contextbox-sec2 .con_swiper .cot2_prev {
	left: -0.41rem
}

.contextbox-sec2 .con_swiper .cot2_next {
	right: -0.41rem
}

.contextbox-sec3 {
	padding: 0 0 .9rem
}

@media (max-width: 991px) {
	.contextbox-sec3 {
		padding-bottom: .7rem
	}
}

.contextbox-sec3 .esgbox_tit {
	margin: 0 auto;
	max-width: 9.17rem;
	margin-bottom: .53rem
}

@media (max-width: 767px) {
	.contextbox-sec3 .esgbox_tit {
		max-width: 100%
	}
}

.contextbox-sec3 .cont {
	padding-top: 38.20224719%
}

.contextbox-sec3 .cont img {
	transition: none;
	transform: translateY(-30%);
	height: 150%
}

.contextbox-sec4 {
	padding: .8rem 0;
	overflow: hidden
}

@media (max-width: 991px) {
	.contextbox-sec4 {
		padding-top: .7rem
	}
}

@media (max-width: 767px) {
	.contextbox-sec4 {
		padding-bottom: 1.4rem
	}
}

.contextbox-sec4 .esgbox_tit {
	margin: 0 auto;
	max-width: 6.18rem;
	margin-bottom: .5rem
}

@media (max-width: 767px) {
	.contextbox-sec4 .esgbox_tit {
		max-width: 100%
	}
}

.contextbox-sec4 .cont {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.21rem
}

@media (max-width: 767px) {
	.contextbox-sec4 .cont {
		margin: 0
	}
}

.contextbox-sec4 .cont .item {
	width: 33.333%;
	padding: 0 .21rem;
	margin-bottom: .42rem
}

@media (max-width: 767px) {
	.contextbox-sec4 .cont .item {
		padding: 0;
		width: 100%
	}

	.contextbox-sec4 .cont .item:last-child {
		margin-bottom: 0
	}
}

.contextbox-sec4 .cont .item .list {
	background-color: #f8f9fd;
	border-radius: .2rem;
	padding: .88rem .5rem;
	min-height: 6rem;
	position: relative;
	display: flex;
	flex-direction: column;
	cursor: pointer;
	transition: all .4s
}

@media (max-width: 991px) {
	.contextbox-sec4 .cont .item .list {
		min-height: 5rem
	}
}

@media (max-width: 767px) {
	.contextbox-sec4 .cont .item .list {
		min-height: initial
	}
}

.contextbox-sec4 .cont .item .list:hover {
	transform: translateY(-0.1rem);
	box-shadow: 0 0 .1rem rgba(0,0,0,0.06)
}

.contextbox-sec4 .cont .item .list .f_icon {
	height: .64rem;
	margin-bottom: .6rem
}

.contextbox-sec4 .cont .item .list .f_icon img {
	width: auto;
	max-width: 100%;
	object-fit: contain;
	height: 100%
}

.contextbox-sec4 .cont .item .list .f_tit {
	color: #000000;
	font-weight: bold;
	margin-bottom: 2px
}

.contextbox-sec4 .cont .item .list .f_text {
	color: #000000;
	line-height: 1.5;
	margin-bottom: .36rem
}

.contextbox-sec4 .cont .item .list .but {
	margin-top: auto;
	margin-left: auto;
	width: .6rem;
	height: .6rem;
	margin-right: -0.1rem;
	margin-bottom: -0.4rem;
	background-color: #0057b4;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	line-height: 1;
	border-radius: 50%
}

@media (max-width: 1199px) {
	.contextbox-sec4 .cont .item .list .but {
		padding-bottom: .1em
	}
}

@media (max-width: 991px) {
	.contextbox-sec4~.contextbox-sec1 {
		background: #f8f9fd
	}
}

.envirobox-sec1 {
	height: 300vh;
	position: relative
}

.envirobox-sec1 .f_zhong {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh
}

.envirobox-sec1 .f_zhong .envifixe_cont1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2
}

.envirobox-sec1 .f_zhong .envifixe_cont1 .bag {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.envirobox-sec1 .f_zhong .envifixe_cont1 .bag img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.envirobox-sec1 .f_zhong .envifixe_cont1 .container {
	position: relative;
	padding: 1.3rem 0
}

@media (max-width: 991px) {
	.envirobox-sec1 .f_zhong .envifixe_cont1 .container {
		padding-top: 20vw
	}
}

.envirobox-sec1 .f_zhong .envifixe_cont1 .container .esgbox_tit {
	width: 9.68rem;
	width: 11rem;
	margin: 0 auto;
	max-width: 100%
}

@media (max-width: 767px) {
	.envirobox-sec1 .f_zhong .envifixe_cont1 .container .esgbox_tit {
		width: 100%
	}
}

.envirobox-sec1 .f_zhong .envifixe_cont1 .container .esgbox_tit .f_text {
	line-height: 1.5
}

.envirobox-sec1 .f_zhong .envifixe_cont2 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	position: relative
}

.envirobox-sec1 .f_zhong .envifixe_cont2 .bag {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #06121f;
	overflow: hidden
}

.envirobox-sec1 .f_zhong .envifixe_cont2 .bag img {
	opacity: .07;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 1;
	transition: all .4s;
	-webkit-transition: all .4s
}

.envirobox-sec1 .f_zhong .envifixe_cont2 .container {
	margin: 0;
	position: relative;
	color: #ffffff;
	transition: all .4s;
	-webkit-transition: all .4s;
	opacity: 0
}

.envirobox-sec1 .f_zhong .envifixe_cont2 .container .font {
	width: 9rem;
	padding-bottom: 1rem;
	margin-bottom: 1.2rem;
	border-bottom: 1px solid rgba(255,255,255,0.1)
}

@media (max-width: 767px) {
	.envirobox-sec1 .f_zhong .envifixe_cont2 .container .font {
		width: 100%
	}
}

.envirobox-sec1 .f_zhong .envifixe_cont2 .container .font .f_tit {
	font-weight: bold;
	margin-bottom: .38rem
}

.envirobox-sec1 .f_zhong .envifixe_cont2 .container .font .f_text {
	color: #445260;
	line-height: 1.5
}

.envirobox-sec1 .f_zhong .envifixe_cont2 .container .font .f_text .on {
	color: #ffffff
}

.envirobox-sec1 .f_zhong .envifixe_cont2 .container .f_jt {
	display: flex;
	flex-wrap: wrap
}

.envirobox-sec1 .f_zhong .envifixe_cont2 .container .f_jt .li {
	width: 33.333%
}

@media (max-width: 767px) {
	.envirobox-sec1 .f_zhong .envifixe_cont2 .container .f_jt .li {
		padding: 0 .18rem;
		text-align: center
	}
}

.envirobox-sec1 .f_zhong .envifixe_cont2 .container .f_jt .li .f_icon {
	height: .86rem;
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: .3rem
}

@media (max-width: 767px) {
	.envirobox-sec1 .f_zhong .envifixe_cont2 .container .f_jt .li .f_icon {
		justify-content: center
	}
}

.envirobox-sec1 .f_zhong .envifixe_cont2 .container .f_jt .li .f_icon img {
	height: auto;
	max-height: 100%;
	max-width: 100%;
	object-fit: contain
}

.envirobox-sec1 .f_zhong .envifixe_cont2 .container .f_jt .li .f_text {
	font-weight: bold;
	line-height: 1.25
}

@media (max-width: 767px) {
	.envirobox-sec1 .f_zhong .envifixe_cont2 .container .f_jt .li .f_text {
		font-size: .26rem
	}
}

.envirobox-sec1 .f_zhong .envifixe_cont2 .container .f_jt .li .f_text span {
	color: #0057b4
}

.envirobox-sec1 .f_zhong.on .envifixe_cont1 {
	pointer-events: none
}

.envirobox-sec1 .f_zhong.on .envifixe_cont2 .bag img {
	opacity: .07
}

.envirobox-sec1 .f_zhong.on .envifixe_cont2 .container {
	opacity: 1
}

.envirobox-sec2 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative
}

@media (max-width: 767px) {
	.envirobox-sec2 {
		padding: 1.4rem 0
	}
}

.envirobox-sec2 .lt,.envirobox-sec2 .gt {
	width: 50%
}

@media (max-width: 767px) {
	.envirobox-sec2 .lt,.envirobox-sec2 .gt {
		width: 100%
	}
}

.envirobox-sec2 .lt {
	position: relative
}

@media (min-width: 768px) {
	.envirobox-sec2 .lt {
		position: sticky;
		position: -webkit-sticky;
		top: 0;
		display: flex;
		align-items: center;
		box-sizing: content-box;
		-webkit-box-sizing: content-box
	}
}

.envirobox-sec2 .lt .item {
	padding: 16% 25.833% 16% 7.29%
}

@media (max-width: 991px) {
	.envirobox-sec2 .lt .item {
		padding-right: 20%
	}
}

@media (min-width: 768px) {
	.envirobox-sec2 .lt .item {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		opacity: 0;
		visibility: hidden;
		transition: all .4s;
		animation-name: none;
		-webkit-animation-name: none
	}
}

@media (max-width: 767px) {
	.envirobox-sec2 .lt .item {
		padding: 0 5%;
		margin-bottom: .7rem
	}

	.envirobox-sec2 .lt .item:last-child {
		margin-bottom: 0
	}
}

.envirobox-sec2 .lt .item .img {
	padding-top: 80%;
	margin-bottom: .4rem
}

@media (min-width: 768px) {
	.envirobox-sec2 .lt .item .img {
		display: none
	}
}

.envirobox-sec2 .lt .item .font .shu {
	font-size: .8rem;
	font-family: 'shuzi','PingFang SC','Microsoft YaHei','Microsoft YaHei UI','SimSun','SimHei','Arial';
	line-height: 1;
	color: #0057b4;
	margin-bottom: 2rem
}

@media (max-width: 1580px) {
	.envirobox-sec2 .lt .item .font .shu {
		margin-bottom: 1.4rem
	}
}

@media (max-width: 1199px) {
	.envirobox-sec2 .lt .item .font .shu {
		margin-bottom: .6rem
	}
}

@media (max-width: 767px) {
	.envirobox-sec2 .lt .item .font .shu {
		margin-bottom: .3rem
	}
}

.envirobox-sec2 .lt .item .font .f_tit {
	font-weight: bold;
	color: #000000;
	margin-bottom: .4rem;
	padding-bottom: .4rem;
	position: relative
}

.envirobox-sec2 .lt .item .font .f_tit:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(90deg, #015eea 0%, rgba(1,94,234,0.62) 38%, #ffffff 100%);
	width: 100%;
	height: 4px
}

@media (max-width: 1580px) {
	.envirobox-sec2 .lt .item .font .f_tit:before {
		height: 2px
	}
}

.envirobox-sec2 .lt .item .font .f_text {
	color: #000000;
	line-height: 1.5
}

.envirobox-sec2 .lt .item.on {
	position: relative;
	visibility: inherit;
	opacity: 1
}

.envirobox-sec2 .gt {
	position: relative
}

@media (max-width: 767px) {
	.envirobox-sec2 .gt {
		display: none
	}
}

.envirobox-sec2 .gt .img {
	width: 100%;
	padding-top: 101.04166667%;
	margin-bottom: .5rem
}

.envirobox-sec2 .gt .img:last-child {
	margin-bottom: 0
}

.envirobox-sec3 {
	background-color: #06121f;
	padding: 1.4rem 0
}

.envirobox-sec3 .fz_title1 {
	color: #ffffff;
	font-weight: bold;
	margin-bottom: .86rem
}

@media (max-width: 767px) {
	.envirobox-sec3 .fz_title1 {
		text-align: center;
		margin-bottom: .54rem
	}
}

.envirobox-sec3 .cont .item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: .5rem
}

.envirobox-sec3 .cont .item:last-child {
	margin-bottom: 0
}

.envirobox-sec3 .cont .item .lt {
	width: 22.47%;
	min-height: 3rem;
	position: relative
}

.envirobox-sec3 .cont .item .lt .img {
	transition: all .4s;
	-webkit-transition: all .4s
}

@media (min-width: 768px) {
	.envirobox-sec3 .cont .item .lt .img {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		visibility: hidden;
		transform: translateY(-50%);
		height: 0
	}
}

@media (max-width: 1199px) {
	.envirobox-sec3 .cont .item .lt .img {
		height: 100%;
		visibility: inherit
	}
}

.envirobox-sec3 .cont .item .lt .img img {
	height: 3rem
}

@media (max-width: 767px) {
	.envirobox-sec3 .cont .item .lt {
		width: 100%;
		min-height: inherit
	}

	.envirobox-sec3 .cont .item .lt .img {
		height: auto;
		padding-top: 60%
	}

	.envirobox-sec3 .cont .item .lt .img img {
		height: auto
	}
}

.envirobox-sec3 .cont .item .gt {
	width: 71.91%;
	display: flex;
	flex-wrap: wrap;
	padding-top: .4rem;
	padding-bottom: .16rem;
	border-top: 1px solid #1f2a36;
	padding-top: .6rem;
	padding-bottom: .34rem
}

@media (max-width: 991px) {
	.envirobox-sec3 .cont .item .gt {
		padding-top: .2rem
	}
}

@media (max-width: 767px) {
	.envirobox-sec3 .cont .item .gt {
		width: 100%;
		padding: .4rem 0 0;
		border-top: none
	}
}

.envirobox-sec3 .cont .item .gt .f_tit {
	width: 53.125%;
	font-weight: bold;
	padding-right: .4rem;
	color: #fff
}

@media (max-width: 991px) {
	.envirobox-sec3 .cont .item .gt .f_tit {
		padding-right: 0;
		width: 100%;
		margin-bottom: .2rem
	}
}

.envirobox-sec3 .cont .item .gt .f_text {
	width: 46.875%;
	color: #f9fcff;
	opacity: .6;
	margin-bottom: .4rem;
	line-height: 1.8
}

@media (max-width: 991px) {
	.envirobox-sec3 .cont .item .gt .f_text {
		width: 100%;
		margin-bottom: .2rem
	}
}

.envirobox-sec3 .cont .item .gt .f_time {
	display: block;
	margin-top: auto;
	opacity: .6;
	color: #fff
}

.envirobox-sec3 .cont .item:hover .lt .img {
	height: 100%;
	visibility: inherit
}

.envirobox-sec4 .f_zhong {
	position: relative;
	overflow: hidden
}

.envirobox-sec4 .f_zhong .bag {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.envirobox-sec4 .f_zhong .bag img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.envirobox-sec4 .f_zhong .bag:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-backdrop-filter: saturate(110%) blur(4px);
	backdrop-filter: saturate(110%) blur(4px);
	background-color: rgba(26,104,188,0.48)
}

.envirobox-sec4 .f_zhong .cont {
	padding: 1.4rem 0;
	width: 100%;
	position: relative
}

.envirobox-sec4 .f_zhong .cont .fz_title1 {
	font-weight: bold;
	width: 7rem;
	color: #ffffff;
	line-height: 1.28571429;
	margin-bottom: 1.3rem
}

@media (max-width: 767px) {
	.envirobox-sec4 .f_zhong .cont .fz_title1 {
		width: 100%;
		margin-bottom: .54rem;
		text-align: center
	}
}

.envirobox-sec4 .f_zhong .cont .envirobox4_cont {
	width: auto;
	overflow: visible;
	margin: 0 -0.2rem
}

@media (max-width: 991px) {
	.envirobox-sec4 .f_zhong .cont .envirobox4_cont {
		margin: 0 -0.15rem
	}
}

.envirobox-sec4 .f_zhong .cont .envirobox4_cont .swiper-slide {
	width: 25%;
	padding: 0 .2rem;
	height: auto
}

@media (max-width: 991px) {
	.envirobox-sec4 .f_zhong .cont .envirobox4_cont .swiper-slide {
		width: 33.333%;
		padding: 0 .15rem
	}
}

@media (max-width: 767px) {
	.envirobox-sec4 .f_zhong .cont .envirobox4_cont .swiper-slide {
		width: 60%
	}
}

.envirobox-sec4 .f_zhong .cont .envirobox4_cont .swiper-slide .item {
	height: 100%;
	display: block;
	padding: .72rem .4rem .62rem;
	-webkit-backdrop-filter: saturate(110%) blur(6px);
	backdrop-filter: saturate(110%) blur(6px);
	background-color: rgba(255,255,255,0.1);
	color: #ffffff
}

.envirobox-sec4 .f_zhong .cont .envirobox4_cont .swiper-slide .item .shu {
	display: flex;
	align-items: flex-end;
	font-family: 'shuzi','PingFang SC','Microsoft YaHei','Microsoft YaHei UI','SimSun','SimHei','Arial';
	margin-bottom: 1.28rem;
	line-height: 1.9
}

@media (max-width: 1580px) {
	.envirobox-sec4 .f_zhong .cont .envirobox4_cont .swiper-slide .item .shu {
		margin-bottom: .8rem
	}
}

.envirobox-sec4 .f_zhong .cont .envirobox4_cont .swiper-slide .item .shu span {
	font-weight: bold;
	font-size: .8rem;
	line-height: 1;
	display: block;
	margin-right: .1rem
}

.envirobox-sec4 .f_zhong .cont .envirobox4_cont .swiper-slide .item .f_text {
	color: #ffffff;
	line-height: 1.5
}

.envirobox-sec4 .f_zhong .cont .envirobox4_cont .qie {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: .5rem
}

.envirobox-sec4 .f_zhong .cont .envirobox4_cont .qie .envirobox4_prev,.envirobox-sec4 .f_zhong .cont .envirobox4_cont .qie .envirobox4_next {
	position: relative;
	left: 0;
	right: 0;
	width: .6rem;
	height: .6rem;
	border: solid 2px #eeeeee;
	background: transparent
}

@media (max-width: 767px) {
	.envirobox-sec4 .f_zhong .cont .envirobox4_cont .qie .envirobox4_prev,.envirobox-sec4 .f_zhong .cont .envirobox4_cont .qie .envirobox4_next {
		width: .78rem;
		height: .78rem
	}
}

.envirobox-sec4 .f_zhong .cont .envirobox4_cont .qie .envirobox4_prev img,.envirobox-sec4 .f_zhong .cont .envirobox4_cont .qie .envirobox4_next img {
	width: 16.66666667%;
	height: 28.33333333%;
	object-fit: contain
}

.envirobox-sec4 .f_zhong .cont .envirobox4_cont .qie .envirobox4_prev:hover,.envirobox-sec4 .f_zhong .cont .envirobox4_cont .qie .envirobox4_next:hover {
	background: #11c4ff;
	border-color: #11c4ff
}

.envirobox-sec4 .f_zhong .cont .envirobox4_cont .qie .envirobox4_prev {
	margin-right: .2rem
}

.envirobox-sec5 {
	padding: 1.4rem 0
}

.envirobox-sec5 .esgbox_tit {
	margin-bottom: .48rem
}

.envirobox-sec5 .envirobox5_cont {
	position: relative
}

.envirobox-sec5 .envirobox5_cont .item {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap
}

@media (max-width: 1199px) {
	.envirobox-sec5 .envirobox5_cont .item {
		align-items: center
	}
}

.envirobox-sec5 .envirobox5_cont .item .img,.envirobox-sec5 .envirobox5_cont .item .font {
	width: 50%
}

@media (max-width: 767px) {
	.envirobox-sec5 .envirobox5_cont .item .img,.envirobox-sec5 .envirobox5_cont .item .font {
		width: 100%
	}
}

.envirobox-sec5 .envirobox5_cont .item .img:before {
	padding-top: 67.41573034%
}

.envirobox-sec5 .envirobox5_cont .item .font {
	padding: .76rem .76rem .86rem 1.3rem
}

@media (max-width: 991px) {
	.envirobox-sec5 .envirobox5_cont .item .font {
		padding: .76rem .5rem
	}
}

@media (max-width: 767px) {
	.envirobox-sec5 .envirobox5_cont .item .font {
		padding: .4rem 0 0
	}
}

.envirobox-sec5 .envirobox5_cont .item .font .f_tit {
	color: #000000;
	font-weight: bold;
	padding-bottom: .5rem;
	position: relative;
	line-height: 1.5;
	margin-bottom: .52rem
}

@media (max-width: 1580px) {
	.envirobox-sec5 .envirobox5_cont .item .font .f_tit {
		line-height: 1.4
	}
}

@media (max-width: 991px) {
	.envirobox-sec5 .envirobox5_cont .item .font .f_tit {
		padding-bottom: .3rem;
		margin-bottom: .3rem
	}
}

.envirobox-sec5 .envirobox5_cont .item .font .f_tit:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(90deg, #015eea 0%, rgba(1,94,234,0.62) 38%, #ffffff 100%);
	width: 100%;
	height: 4px
}

@media (max-width: 1580px) {
	.envirobox-sec5 .envirobox5_cont .item .font .f_tit:before {
		height: 2px
	}
}

.envirobox-sec5 .envirobox5_cont .item .font .f_text {
	line-height: 1.5;
	color: #666666
}

@media (max-width: 1199px) {
	.envirobox-sec5 .envirobox5_cont .item .font .f_text {
		margin-right: -0.2rem;
		padding-right: .2rem;
		height: 2rem;
		overflow: auto
	}
}

@media (max-width: 1199px) and (max-width: 991px) {
	.envirobox-sec5 .envirobox5_cont .item .font .f_text {
		height: 1.4rem
	}
}

@media (max-width: 1199px) and (max-width: 991px) and (min-width: 768px) {
	.envirobox-sec5 .envirobox5_cont .item .font .f_text {
		font-size: .24rem
	}
}

.envirobox-sec5 .envirobox5_cont .qie {
	position: absolute;
	right: 0;
	bottom: .1rem;
	width: 50%;
	padding: 0 .76rem 0 1.3rem;
	display: flex;
	align-items: center;
	justify-content: space-between
}

@media (max-width: 991px) {
	.envirobox-sec5 .envirobox5_cont .qie {
		padding: 0 .5rem;
		bottom: 0
	}
}

@media (max-width: 767px) {
	.envirobox-sec5 .envirobox5_cont .qie {
		padding: 0;
		width: 100%;
		position: relative;
		bottom: 0;
		margin-top: .4rem
	}
}

.envirobox-sec5 .envirobox5_cont .qie .envi1_pagin {
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	display: flex;
	align-items: flex-start;
	color: #000000
}

.envirobox-sec5 .envirobox5_cont .qie .envi1_pagin .fsum {
	font-size: .48rem;
	line-height: 1;
	display: block;
	margin-right: .06rem
}

@media (max-width: 1199px) {
	.envirobox-sec5 .envirobox5_cont .qie .envi1_pagin .fsum {
		font-size: .4rem
	}
}

@media (max-width: 767px) {
	.envirobox-sec5 .envirobox5_cont .qie .envi1_pagin .fsum {
		font-size: .4rem
	}
}

.envirobox-sec5 .envirobox5_cont .qie .huan {
	display: flex;
	align-items: center
}

.envirobox-sec5 .envirobox5_cont .qie .huan .envi1_prev,.envirobox-sec5 .envirobox5_cont .qie .huan .envi1_next {
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	width: .6rem;
	height: .6rem
}

.envirobox-sec5 .envirobox5_cont .qie .huan .envi1_prev img,.envirobox-sec5 .envirobox5_cont .qie .huan .envi1_next img,.envirobox-sec5 .envirobox5_cont .qie .huan .envi1_prev svg,.envirobox-sec5 .envirobox5_cont .qie .huan .envi1_next svg {
	width: 16.66666667%;
	height: 28.33333333%
}

.envirobox-sec5 .envirobox5_cont .qie .huan .envi1_prev {
	margin-right: .2rem
}

.societybox-sec1 {
	padding-top: 1.7rem
}

@media (max-width: 1580px) {
	.societybox-sec1 {
		padding-top: 1.34rem
	}
}

@media (max-width: 991px) {
	.societybox-sec1 {
		padding-top: 0
	}
}

@media (max-width: 767px) {
	.societybox-sec1 {
		padding-top: 1.34rem
	}
}

@media (max-width: 991px) {
	.societybox-sec1>.container .esgbox_tit {
		position: relative;
		top: 15vh
	}
}

.societybox-sec1>.container .esgbox_tit .f_text {
	max-width: 5.2rem;
	margin-left: auto;
	margin-right: auto
}

@media (max-width: 767px) {
	.societybox-sec1>.container .esgbox_tit .f_text {
		max-width: 100%
	}
}

.societybox-sec1 .fz_zhong {
	width: 100%;
	height: 250vh
}

.societybox-sec1 .fz_zhong .f_nei {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	width: 100%;
	height: 100vh
}

.societybox-sec1 .fz_zhong .f_nei .society1_cont {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden
}

@media (max-width: 767px) {
	.societybox-sec1 .fz_zhong .f_nei .society1_cont {
		align-items: flex-start
	}
}

.societybox-sec1 .fz_zhong .f_nei .society1_cont .cont {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 -0.33rem;
	width: 100%
}

@media (max-width: 991px) {
	.societybox-sec1 .fz_zhong .f_nei .society1_cont .cont {
		margin: 0 -0.24rem
	}
}

.societybox-sec1 .fz_zhong .f_nei .society1_cont .cont .item {
	width: 20.9375%;
	flex: 1 0 auto;
	padding: 0 .33rem
}

@media (max-width: 991px) {
	.societybox-sec1 .fz_zhong .f_nei .society1_cont .cont .item {
		padding: 0 .24rem
	}
}

@media (max-width: 767px) {
	.societybox-sec1 .fz_zhong .f_nei .society1_cont .cont .item {
		display: none
	}
}

.societybox-sec1 .fz_zhong .f_nei .society1_cont .cont .item .img {
	width: 100%;
	border-radius: .2rem;
	margin-bottom: .4rem
}

.societybox-sec1 .fz_zhong .f_nei .society1_cont .cont .item .img:before {
	padding-top: 100%
}

.societybox-sec1 .fz_zhong .f_nei .society1_cont .cont .item .img:last-child {
	margin-bottom: 0
}

.societybox-sec1 .fz_zhong .f_nei .society1_cont .cont .f_center {
	width: 38.020833%;
	margin-top: .86rem
}

@media (max-width: 991px) {
	.societybox-sec1 .fz_zhong .f_nei .society1_cont .cont .f_center {
		width: 80%
	}
}

@media (max-width: 767px) {
	.societybox-sec1 .fz_zhong .f_nei .society1_cont .cont .f_center {
		width: 100%;
		display: block
	}
}

.societybox-sec1 .fz_zhong .f_nei .society1_cont .cont .f_center .img {
	height: 100%
}

.societybox-sec1 .fz_zhong .f_nei .society1_cont .cont .f_center .img:after {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	height: 100%;
	background: #000000;
	opacity: 0;
	z-index: 1;
	transition: all .4s linear
}

.societybox-sec1 .fz_zhong .f_nei .society1_cont .cont .f_center .img img:nth-child(2) {
	display: none
}

@media (max-width: 767px) {
	.societybox-sec1 .fz_zhong .f_nei .society1_cont .cont .f_center .img img {
		display: none
	}

	.societybox-sec1 .fz_zhong .f_nei .society1_cont .cont .f_center .img img:nth-child(2) {
		display: block
	}
}

.societybox-sec1 .fz_zhong .f_nei .society2_cont {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	z-index: 2
}

.societybox-sec1 .fz_zhong .f_nei .society2_cont .container {
	margin: 0
}

.societybox-sec1 .fz_zhong .f_nei .society2_cont .container .esgbox_tit {
	opacity: 0;
	transform: translateY(40%)
}

.societybox-sec1 .fz_zhong .f_nei .society2_cont .container .esgbox_tit .f_tit {
	color: #ffffff
}

.societybox-sec1 .fz_zhong .f_nei .society2_cont .container .esgbox_tit .f_text {
	color: #ffffff
}

.societybox-sec1 .fz_zhong.on .f_nei .society1_cont .cont .f_center .img:after {
	opacity: .4
}

.societybox-sec1 .fz_zhong.on .f_nei .society2_cont {
	pointer-events: auto
}

.societybox-sec2 {
	overflow: hidden;
	padding: 1.32rem 0 1.6rem
}

@media (max-width: 767px) {
	.societybox-sec2 {
		padding: 1.34rem 0
	}
}

.societybox-sec2 .esgbox_tit {
	text-align: left;
	margin-bottom: .44rem
}

.societybox-sec2 .cont {
	margin: 0 -0.28rem
}

@media (max-width: 767px) {
	.societybox-sec2 .cont {
		margin: 0
	}
}

.societybox-sec2 .cont .societybox2_cont {
	overflow: visible;
	width: 48.913%;
	margin: 0
}

@media (max-width: 767px) {
	.societybox-sec2 .cont .societybox2_cont {
		width: 100%
	}
}

.societybox-sec2 .cont .societybox2_cont .swiper-slide {
	transform-origin: left top;
	transform: scale(.6) translateX(-66%);
	transition: all .4s
}

@media (max-width: 767px) {
	.societybox-sec2 .cont .societybox2_cont .swiper-slide {
		width: 100%
	}
}

.societybox-sec2 .cont .societybox2_cont .swiper-slide .item {
	width: 100%;
	display: block
}

.societybox-sec2 .cont .societybox2_cont .swiper-slide .item .f_img {
	position: relative;
	margin-bottom: .2rem
}

.societybox-sec2 .cont .societybox2_cont .swiper-slide .item .f_img .img {
	padding-top: 52.3255814%;
	transition: all .4s
}

@media (max-width: 1199px) {
	.societybox-sec2 .cont .societybox2_cont .swiper-slide .item .f_img .img {
		opacity: 1
	}
}

.societybox-sec2 .cont .societybox2_cont .swiper-slide .item .f_img .f_tag {
	position: absolute;
	top: .3rem;
	left: .3rem;
	color: #fff;
	background-color: #0057b4;
	transition: all .4s;
	display: block;
	padding: 3px 13px;
	border-radius: 18px
}

@media (max-width: 1580px) {
	.societybox-sec2 .cont .societybox2_cont .swiper-slide .item .f_img .f_tag {
		padding: 3px 10px
	}
}

.societybox-sec2 .cont .societybox2_cont .swiper-slide .item .font .f_tit {
	color: #000000;
	font-weight: bold;
	margin-bottom: .16rem;
	transition: all .4s
}

.societybox-sec2 .cont .societybox2_cont .swiper-slide .item .font .f_text {
	color: #666666;
	opacity: 0;
	pointer-events: none;
	transition: all .4s;
	line-height: 1.5
}

.societybox-sec2 .cont .societybox2_cont .swiper-slide .item:hover .img img {
	transform: scale(1.04)
}

.societybox-sec2 .cont .societybox2_cont .swiper-slide-active {
	transition: all .4s .1s;
	transform: scale(1)
}

@media (max-width: 767px) {
	.societybox-sec2 .cont .societybox2_cont .swiper-slide-active {
		width: 100%
	}
}

.societybox-sec2 .cont .societybox2_cont .swiper-slide-active~.swiper-slide-next {
	transform: scale(.6) translateX(0)
}

.societybox-sec2 .cont .societybox2_cont .swiper-slide-active .item .font .f_tit {
	font-size: .36rem
}

@media (max-width: 767px) {
	.societybox-sec2 .cont .societybox2_cont .swiper-slide-active .item .font .f_tit {
		font-size: .36rem
	}
}

.societybox-sec2 .cont .societybox2_cont .swiper-slide-active .item .font .f_text {
	opacity: 1;
	pointer-events: auto
}

.societybox-sec3 {
	position: relative
}

.societybox-sec3 .bag {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	width: 100%;
	height: 100vh
}

.societybox-sec3 .bag img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.societybox-sec3 .bag:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: .3
}

.societybox-sec3 .container {
	position: relative;
	margin-top: -100vh;
	z-index: 2;
	display: flex;
	justify-content: flex-end
}

.societybox-sec3 .container .gt {
	width: 30.898%
}

@media (max-width: 1199px) {
	.societybox-sec3 .container .gt {
		width: 44%
	}
}

@media (max-width: 767px) {
	.societybox-sec3 .container .gt {
		width: 100%
	}
}

.societybox-sec3 .container .gt .item {
	width: 100%;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	padding: 1.8rem 0 .4rem;
	min-height: 100vh;
	pointer-events: none
}

@media (max-width: 767px) {
	.societybox-sec3 .container .gt .item {
		padding: 3rem 0 .4rem
	}
}

.societybox-sec3 .container .gt .item .list {
	pointer-events: auto;
	padding: .7rem .5rem .4rem;
	min-height: 6.36rem;
	background-color: rgba(255,255,255,0.5);
	background: #fff;
	transition: all .4s;
	display: flex;
	flex-direction: column;
	cursor: pointer
}

.societybox-sec3 .container .gt .item .list .f_icon {
	height: .6rem;
	display: flex;
	margin-bottom: .55rem
}

.societybox-sec3 .container .gt .item .list .f_icon img,.societybox-sec3 .container .gt .item .list .f_icon svg {
	height: 100%;
	width: auto
}

.societybox-sec3 .container .gt .item .list .f_icon img path,.societybox-sec3 .container .gt .item .list .f_icon svg path {
	fill: #000;
	transition: all .4s
}

.societybox-sec3 .container .gt .item .list .f_icon img:nth-child(2) {
	display: none
}

.societybox-sec3 .container .gt .item .list .f_tit {
	font-weight: bold;
	color: #000000;
	transition: all .4s;
	line-height: 1.27777778;
	margin-bottom: .34rem
}

.societybox-sec3 .container .gt .item .list .f_text {
	margin-bottom: .44rem;
	transition: all .4s
}

.societybox-sec3 .container .gt .item .list .but {
	margin-top: auto;
	margin-left: auto;
	width: .6rem;
	height: .6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transition: all .4s;
	background-color: #005ec4;
	border-radius: 50%
}

.societybox-sec3 .container .gt .item .list .but:before,.societybox-sec3 .container .gt .item .list .but:after {
	content: "";
	background: #ffffff;
	transition: all .4s;
	display: block;
	width: 30%;
	height: 3px
}

@media (max-width: 1580px) {
	.societybox-sec3 .container .gt .item .list .but:before,.societybox-sec3 .container .gt .item .list .but:after {
		height: 2px
	}
}

.societybox-sec3 .container .gt .item .list .but:after {
	transform: rotate(90deg);
	margin-top: -1.5px
}

@media (max-width: 1580px) {
	.societybox-sec3 .container .gt .item .list .but:after {
		margin-top: -1px
	}
}

.societybox-sec3 .container .gt .item.on~.item .list {
	background-color: #0057b4
}

.societybox-sec3 .container .gt .item.on~.item .list .f_icon svg path {
	fill: #ffffff
}

.societybox-sec3 .container .gt .item.on~.item .list .f_icon img {
	display: none
}

.societybox-sec3 .container .gt .item.on~.item .list .f_icon img:nth-child(2) {
	display: block
}

.societybox-sec3 .container .gt .item.on~.item .list .f_tit {
	color: #ffffff
}

.societybox-sec3 .container .gt .item.on~.item .list .f_text {
	color: #ffffff
}

.societybox-sec3 .container .gt .item.on~.item .list .but {
	background-color: #ffffff
}

.societybox-sec3 .container .gt .item.on~.item .list .but:before,.societybox-sec3 .container .gt .item.on~.item .list .but:after {
	background: #005ec4
}

.societybox-sec4 {
	overflow: hidden;
	padding: 1.7rem 0 1.6rem
}

@media (max-width: 767px) {
	.societybox-sec4 {
		padding: 1.4rem 0
	}
}

.societybox-sec4 .f_font {
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
	margin-bottom: .64rem
}

@media (max-width: 767px) {
	.societybox-sec4 .f_font {
		margin-bottom: .54rem
	}
}

.societybox-sec4 .f_font .esgbox_tit {
	text-align: left;
	width: 53.371%;
	padding-right: .3rem
}

@media (max-width: 767px) {
	.societybox-sec4 .f_font .esgbox_tit {
		width: 100%;
		padding-right: 0
	}
}

.societybox-sec4 .f_font .f_tx1 {
	width: 46.629%;
	color: #000000;
	line-height: 1.41666667
}

@media (max-width: 767px) {
	.societybox-sec4 .f_font .f_tx1 {
		width: 100%;
		margin-top: .2rem;
		padding-right: 0
	}
}

.societybox-sec4 .cont .societybox4_cont {
	margin: 0 -0.15rem;
	width: auto;
	overflow: visible
}

.societybox-sec4 .cont .societybox4_cont .swiper-slide {
	padding: 0 .15rem;
	width: 25%;
	height: auto
}

@media (max-width: 991px) {
	.societybox-sec4 .cont .societybox4_cont .swiper-slide {
		width: 33.33%
	}
}

@media (max-width: 767px) {
	.societybox-sec4 .cont .societybox4_cont .swiper-slide {
		width: 80%
	}
}

.societybox-sec4 .cont .societybox4_cont .swiper-slide .item {
	width: 100%;
	display: block;
	border: solid 1px #f1f1f2;
	padding: .22rem .22rem .47rem;
	height: 100%
}

.societybox-sec4 .cont .societybox4_cont .swiper-slide .item .f_img {
	position: relative
}

.societybox-sec4 .cont .societybox4_cont .swiper-slide .item .f_img .img {
	padding-top: 63.38028169%;
	transition: all .4s
}

@media (max-width: 1199px) {
	.societybox-sec4 .cont .societybox4_cont .swiper-slide .item .f_img .img {
		opacity: 1
	}
}

.societybox-sec4 .cont .societybox4_cont .swiper-slide .item .f_img .f_tag {
	position: absolute;
	top: .17rem;
	left: 8px;
	color: #0057b4;
	background: #f4f9ff;
	transition: all .4s;
	display: block;
	padding: 6px 13px;
	border-radius: 18px;
	background: rgba(0,87,180,0.8);
	color: #ffffff
}

@media (max-width: 1580px) {
	.societybox-sec4 .cont .societybox4_cont .swiper-slide .item .f_img .f_tag {
		padding: 4px 10px
	}
}

.societybox-sec4 .cont .societybox4_cont .swiper-slide .item .font {
	padding-top: .32rem
}

.societybox-sec4 .cont .societybox4_cont .swiper-slide .item .font .f_time {
	display: block;
	color: #666666;
	margin-bottom: .1rem
}

.societybox-sec4 .cont .societybox4_cont .swiper-slide .item .font .f_tit {
	color: #000000;
	line-height: 1.25;
	display: -webkit-box;
	-webkit-line-clamp: 2;line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 2.5em;
	padding-right: .7rem
}

@media (max-width: 767px) {
	.societybox-sec4 .cont .societybox4_cont .swiper-slide .item .font .f_tit {
		padding-right: 0
	}
}

.societybox-sec4 .cont .societybox4_cont .swiper-slide .item:hover .f_img .img {
	opacity: 1
}

.societybox-sec4 .cont .societybox4_cont .swiper-slide .item:hover .f_img .img img {
	transform: scale(1.1)
}

.societybox-sec4 .cont .societybox4_cont .swiper-slide .item:hover .f_img .f_tag {
	background: rgba(0,87,180,0.8);
	color: #ffffff
}

.societybox-sec4 .cont .societybox4_cont .qie {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: .5rem
}

.societybox-sec4 .cont .societybox4_cont .qie .societybox4_prev,.societybox-sec4 .cont .societybox4_cont .qie .societybox4_next {
	position: relative;
	left: 0;
	right: 0;
	width: .6rem;
	height: .6rem
}

@media (max-width: 767px) {
	.societybox-sec4 .cont .societybox4_cont .qie .societybox4_prev,.societybox-sec4 .cont .societybox4_cont .qie .societybox4_next {
		width: .78rem;
		height: .78rem
	}
}

.societybox-sec4 .cont .societybox4_cont .qie .societybox4_prev img,.societybox-sec4 .cont .societybox4_cont .qie .societybox4_next img {
	width: 16.66666667%;
	height: 28.33333333%;
	object-fit: contain
}

.societybox-sec4 .cont .societybox4_cont .qie .societybox4_prev {
	margin-right: .2rem
}

.societybox-sec5 {
	padding: 1.34rem 0 .66rem;
	background-color: #0057b4;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.societybox-sec5 .container {
	display: flex;
	flex-wrap: wrap
}

.societybox-sec5 .container .esgbox_tit {
	width: 48.31%;
	padding-right: .2rem;
	text-align: left
}

@media (max-width: 767px) {
	.societybox-sec5 .container .esgbox_tit {
		width: 100%;
		padding-right: 0;
		margin-bottom: .56rem
	}
}

.societybox-sec5 .container .esgbox_tit .f_name {
	color: #ffffff
}

.societybox-sec5 .container .esgbox_tit .f_tit {
	color: #ffffff
}

.societybox-sec5 .container .cont {
	display: flex;
	flex-wrap: wrap;
	color: #ffffff;
	width: 51.69%
}

@media (max-width: 767px) {
	.societybox-sec5 .container .cont {
		width: 100%
	}
}

.societybox-sec5 .container .cont .item {
	width: 50%;
	padding-right: .2rem;
	margin-bottom: .9rem
}

@media (max-width: 767px) {
	.societybox-sec5 .container .cont .item {
		margin-bottom: .6rem
	}
}

.societybox-sec5 .container .cont .item .shu {
	font-family: 'shuzi','PingFang SC','Microsoft YaHei','Microsoft YaHei UI','SimSun','SimHei','Arial';
	line-height: 1.1;
	margin-bottom: .12rem;
	display: flex;
	align-items: flex-start
}

.societybox-sec5 .container .cont .item .shu .count {
	line-height: 1;
	font-size: .9rem
}

.societybox-sec5 .container .cont .item .shu .font24 {
	display: block;
	margin-left: -0.6em;
	margin-top: 2.2em
}

.societybox-sec5 .container .cont .item .f_text {
	opacity: .6
}

.societybox-sec6 {
	padding: 1.6rem 0;
	background: url(../images/tupremfaw1.png) no-repeat right top / 35.41666667% auto
}

@media (max-width: 767px) {
	.societybox-sec6 {
		padding: 1.34rem 0 1.4rem
	}
}

.societybox-sec6 .esgbox_tit {
	text-align: left;
	max-width: 5.5rem;
	margin-bottom: 1.36rem
}

@media (max-width: 767px) {
	.societybox-sec6 .esgbox_tit {
		max-width: 100%;
		margin-bottom: .56rem
	}
}

.societybox-sec6 .cont .item {
	padding: .44rem 0;
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	position: relative
}

.societybox-sec6 .cont .item:first-child {
	border-top: 1px solid rgba(0,0,0,0.1)
}

.societybox-sec6 .cont .item:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 2px;
	background-color: #005ec4;
	width: 0;
	transition: all .4s
}

.societybox-sec6 .cont .item .font {
	width: 94.94382022%;
	padding-right: 17.75147929%;
	padding-left: 19.76331361%;
	position: relative
}

@media (max-width: 767px) {
	.societybox-sec6 .cont .item .font {
		width: calc(100% - .72rem);
		padding: 0;
		padding-right: .5rem
	}
}

.societybox-sec6 .cont .item .font .f_time {
	color: #000000;
	cursor: pointer
}

@media (min-width: 768px) {
	.societybox-sec6 .cont .item .font .f_time {
		position: absolute;
		left: 0;
		top: 0;
		width: 10%
	}
}

.societybox-sec6 .cont .item .font .f_tit {
	cursor: pointer;
	font-weight: bold
}

@media (max-width: 767px) {
	.societybox-sec6 .cont .item .font .f_tit {
		font-size: .3rem
	}
}

.societybox-sec6 .cont .item .font .f_text {
	padding-top: .1rem;
	display: none;
	color: #999999;
	line-height: 1.41666667
}

.societybox-sec6 .cont .item .but {
	width: .5rem;
	height: .5rem;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
	display: flex;
	flex-direction: column;
	cursor: pointer;
	align-items: center;
	border-radius: 50%;
	transition: all .4s;
	justify-content: center
}

@media (max-width: 767px) {
	.societybox-sec6 .cont .item .but {
		width: .72rem;
		height: .72rem
	}
}

.societybox-sec6 .cont .item .but:before,.societybox-sec6 .cont .item .but:after {
	content: "";
	display: block;
	width: 30%;
	transition: all .4s;
	height: 2px;
	background: #0057b4
}

@media (max-width: 1580px) {
	.societybox-sec6 .cont .item .but:before,.societybox-sec6 .cont .item .but:after {
		height: 2px
	}
}

.societybox-sec6 .cont .item .but:after {
	transform: rotate(90deg);
	margin-top: -2px
}

@media (max-width: 1580px) {
	.societybox-sec6 .cont .item .but:after {
		margin-top: -2px
	}
}

.societybox-sec6 .cont .item.on:before {
	width: 100%
}

.societybox-sec6 .cont .item.on .but {
	background-color: #005ec4;
	border-color: #005ec4
}

.societybox-sec6 .cont .item.on .but:before,.societybox-sec6 .cont .item.on .but:after {
	background: #ffffff
}

.societybox-sec6 .cont .item.on .but:after {
	opacity: 0
}

.societybox-sec7 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background: #081a2d url("../images/bagwfim1.jpg") no-repeat right bottom / auto 100%
}

.societybox-sec7 .img,.societybox-sec7 .font {
	width: 50%
}

@media (max-width: 767px) {
	.societybox-sec7 .img,.societybox-sec7 .font {
		width: 100%
	}
}

.societybox-sec7 .img:before {
	padding-top: 78.125%
}

.societybox-sec7 .font {
	padding: 1.4rem 9.89583333% 1.4rem 1.38rem;
	color: #ffffff
}

@media (max-width: 1580px) {
	.societybox-sec7 .font {
		padding: 1rem 9.89583333% 1rem .6rem
	}
}

@media (max-width: 991px) {
	.societybox-sec7 .font {
		padding: .5rem .3rem
	}
}

.societybox-sec7 .font .f_tit {
	font-weight: bold;
	margin-bottom: .18rem
}

.societybox-sec7 .font .f_text {
	opacity: .6;
	line-height: 1.55555556;
	margin-bottom: 1.7rem
}

@media (max-width: 1580px) {
	.societybox-sec7 .font .f_text {
		margin-bottom: 1.2rem
	}
}

@media (max-width: 1199px) {
	.societybox-sec7 .font .f_text {
		margin-bottom: .6rem
	}
}

.societybox-sec7 .font .shu {
	font-family: 'shuzi','PingFang SC','Microsoft YaHei','Microsoft YaHei UI','SimSun','SimHei','Arial';
	color: #11c4ff;
	line-height: 1.1;
	padding-top: .28rem;
	border-top: 2px solid #11c4ff
}

.societybox-sec8 {
	padding: 1.35rem 0 1.4rem
}

.societybox-sec8 .esgbox_tit {
	text-align: left;
	max-width: 13.03rem;
	margin-bottom: 1.24rem
}

@media (max-width: 991px) {
	.societybox-sec8 .esgbox_tit {
		max-width: 100%
	}
}

.societybox-sec8 .cont {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	height: 200vh
}

@media (max-width: 991px) {
	.societybox-sec8 .cont {
		height: auto
	}
}

.societybox-sec8 .cont .img:before {
	padding-top: 52.08333333%
}

.societybox-sec8 .cont .lt,.societybox-sec8 .cont .gt {
	width: 50%
}

@media (max-width: 767px) {
	.societybox-sec8 .cont .lt,.societybox-sec8 .cont .gt {
		width: 100%
	}
}

.societybox-sec8 .cont .lt {
	position: relative
}

@media (min-width: 768px) {
	.societybox-sec8 .cont .lt {
		position: sticky;
		position: -webkit-sticky;
		top: 2rem
	}
}

.societybox-sec8 .cont .lt .item {
	position: relative;
	transition: all .4s;
	padding: .97rem 2.63rem .97rem 7.29166667%
}

@media (max-width: 1199px) {
	.societybox-sec8 .cont .lt .item {
		padding: .6rem 1rem .6rem 10%
	}
}

@media (max-width: 991px) {
	.societybox-sec8 .cont .lt .item {
		padding: .4rem .4rem .4rem 10%
	}
}

@media (min-width: 768px) {
	.societybox-sec8 .cont .lt .item {
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		display: flex;
		min-height: 3.2rem;
		flex-direction: column
	}
}

@media (max-width: 767px) {
	.societybox-sec8 .cont .lt .item {
		padding: 0 5%;
		margin-bottom: .7rem
	}

	.societybox-sec8 .cont .lt .item:last-child {
		margin-bottom: 0
	}
}

.societybox-sec8 .cont .lt .item .img {
	margin-bottom: .4rem
}

@media (min-width: 768px) {
	.societybox-sec8 .cont .lt .item .img {
		display: none
	}
}

.societybox-sec8 .cont .lt .item .f_tit {
	font-weight: bold;
	color: #000000;
	margin-bottom: .12rem
}

.societybox-sec8 .cont .lt .item .f_text {
	color: #666666;
	line-height: 1.33333333;
	margin-bottom: .4rem
}

.societybox-sec8 .cont .lt .item .shu {
	font-family: 'shuzi','PingFang SC','Microsoft YaHei','Microsoft YaHei UI','SimSun','SimHei','Arial';
	color: #0057b4;
	margin-top: auto
}

.societybox-sec8 .cont .lt .item.on {
	visibility: inherit;
	opacity: 1;
	position: relative
}

.societybox-sec8 .cont .gt {
	position: relative
}

@media (max-width: 767px) {
	.societybox-sec8 .cont .gt {
		display: none
	}
}

@media (min-width: 768px) {
	.societybox-sec8 .cont .gt {
		position: sticky;
		position: -webkit-sticky;
		top: 2rem
	}
}

.societybox-sec8 .cont .gt .img {
	margin-bottom: .9rem
}

.societybox-sec8 .cont .gt .img:last-child {
	margin-bottom: 0
}

.societybox-sec8 .cont .gt .img img {
	height: 100%
}

.societybox-sec9 {
	padding: 1.8rem 0 1.6rem;
	position: relative;
	overflow: hidden
}

@media (max-width: 767px) {
	.societybox-sec9 {
		padding: 1.3rem 0 1.4rem
	}
}

.societybox-sec9 .bag {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.societybox-sec9 .bag img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.societybox-sec9 .bag:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	-webkit-backdrop-filter: saturate(120%) blur(8px);
	backdrop-filter: saturate(120%) blur(8px)
}

.societybox-sec9 .container {
	position: relative
}

.societybox-sec9 .container .esgbox_tit {
	margin-bottom: .8rem
}

@media (max-width: 767px) {
	.societybox-sec9 .container .esgbox_tit {
		margin-bottom: .54
	}
}

.societybox-sec9 .container .esgbox_tit .f_tit {
	color: #ffffff
}

.societybox-sec9 .container .societybox9_cont {
	overflow: inherit;
	width: 5.16rem
}

@media (max-width: 767px) {
	.societybox-sec9 .container .societybox9_cont {
		width: 80%;
		width: 100%
	}
}

.societybox-sec9 .container .societybox9_cont .swiper-slide .item {
	color: #11c4ff;
	transition: all .4s;
	position: relative
}

.societybox-sec9 .container .societybox9_cont .swiper-slide .item .shu {
	font-size: .64rem;
	line-height: 1;
	font-family: 'shuzi','PingFang SC','Microsoft YaHei','Microsoft YaHei UI','SimSun','SimHei','Arial'
}

@media (max-width: 1199px) {
	.societybox-sec9 .container .societybox9_cont .swiper-slide .item .shu {
		font-size: .54rem
	}
}

@media (max-width: 991px) {
	.societybox-sec9 .container .societybox9_cont .swiper-slide .item .shu {
		font-size: .44rem
	}
}

@media (max-width: 767px) {
	.societybox-sec9 .container .societybox9_cont .swiper-slide .item .shu {
		font-size: .4rem
	}
}

.societybox-sec9 .container .societybox9_cont .swiper-slide .item .f_tit {
	font-weight: bold;
	line-height: 1.25
}

.societybox-sec9 .container .societybox9_cont .swiper-slide .item .f_text {
	color: #ffffff;
	line-height: 1.44444444;
	opacity: .7;
	margin-top: .18rem
}

.societybox-sec9 .container .societybox9_cont .swiper-slide .item .font {
	width: 100%;
	padding: .6rem .5rem;
	color: #ffffff;
	position: relative;
	border-radius: .2rem;
	min-height: 4.3rem;
	opacity: 0;
	transform: scale(.2);
	transition: all .4s .2s;
	overflow: hidden
}

.societybox-sec9 .container .societybox9_cont .swiper-slide .item .font .shu,.societybox-sec9 .container .societybox9_cont .swiper-slide .item .font .f_tit,.societybox-sec9 .container .societybox9_cont .swiper-slide .item .font .f_text {
	position: relative
}

.societybox-sec9 .container .societybox9_cont .swiper-slide .item .font .shu {
	margin-bottom: .1rem
}

@media (min-width: 768px) {
	.societybox-sec9 .container .societybox9_cont .swiper-slide .item .font .shu {
		display: none
	}
}

.societybox-sec9 .container .societybox9_cont .swiper-slide .item .font:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/gongfepinimg1.jpg) no-repeat center / cover
}

.societybox-sec9 .container .societybox9_cont .swiper-slide .item .f_hover {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 77.51937984%;
	border-radius: .2rem;
	padding: .52rem .4rem .4rem;
	display: flex;
	flex-direction: column;
	transition: all .4s .4s;
	background-color: rgba(255,255,255,0.2)
}

.societybox-sec9 .container .societybox9_cont .swiper-slide .item .f_hover .f_tit {
	margin-top: 1.1rem;
	padding-top: .26rem;
	border-top: 2px solid #11c4ff;
	min-height: 2.5em;
	box-sizing: content-box;
	-webkit-box-sizing: content-box
}

.societybox-sec9 .container .societybox9_cont .swiper-slide-prev .item .f_hover {
	left: 45%
}

.societybox-sec9 .container .societybox9_cont .swiper-slide-next .item .f_hover {
	left: 55%
}

.societybox-sec9 .container .societybox9_cont .swiper-slide-active .item {
	transform: scale(1)
}

.societybox-sec9 .container .societybox9_cont .swiper-slide-active .item .f_hover {
	opacity: 0;
	transform: translate(-50%, -50%) scale(.8);
	transition: all .4s .1s
}

.societybox-sec9 .container .societybox9_cont .swiper-slide-active .item .font {
	opacity: 1;
	transform: scale(1);
	transition: all .4s .3s
}

.societybox-sec9 .container .societybox9_cont .qie {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: .5rem
}

.societybox-sec9 .container .societybox9_cont .qie .soci9_prev,.societybox-sec9 .container .societybox9_cont .qie .soci9_next {
	position: relative;
	left: 0;
	right: 0;
	width: .6rem;
	height: .6rem;
	border: solid 2px #eeeeee;
	background: transparent
}

@media (max-width: 767px) {
	.societybox-sec9 .container .societybox9_cont .qie .soci9_prev,.societybox-sec9 .container .societybox9_cont .qie .soci9_next {
		width: .78rem;
		height: .78rem
	}
}

.societybox-sec9 .container .societybox9_cont .qie .soci9_prev img,.societybox-sec9 .container .societybox9_cont .qie .soci9_next img {
	width: 16.66666667%;
	height: 28.33333333%;
	object-fit: contain
}

.societybox-sec9 .container .societybox9_cont .qie .soci9_prev:hover,.societybox-sec9 .container .societybox9_cont .qie .soci9_next:hover {
	background: #11c4ff;
	border-color: #11c4ff
}

.societybox-sec9 .container .societybox9_cont .qie .soci9_prev {
	margin-right: .2rem
}

.technicalbox-sec1 {
	height: 200vh;
	position: relative
}

@media (max-width: 767px) {
	.technicalbox-sec1 {
		height: auto
	}
}

.technicalbox-sec1 .f_zhong {
	overflow: hidden;
	position: relative
}

@media (min-width: 768px) {
	.technicalbox-sec1 .f_zhong {
		position: sticky;
		position: -webkit-sticky;
		top: 0;
		width: 100%;
		height: 100vh
	}
}

@media (max-width: 767px) {
	.technicalbox-sec1 .f_zhong {
		padding-bottom: 1.4rem
	}
}

.technicalbox-sec1 .f_zhong .bag {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0057b4;
	opacity: 0;
	transition: all .4s linear
}

@media (max-width: 767px) {
	.technicalbox-sec1 .f_zhong .bag {
		opacity: 1
	}
}

.technicalbox-sec1 .f_zhong .bag img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.technicalbox-sec1 .f_zhong .technicalbox1_cont {
	width: 100%;
	height: 100vh;
	padding-top: 11.45833333%;
	padding-top: 6.5%;
	position: relative;
	z-index: 1;
	transition: all .4s .3s linear
}

@media (max-width: 767px) {
	.technicalbox-sec1 .f_zhong .technicalbox1_cont {
		height: auto;
		padding-top: 1.4rem
	}
}

.technicalbox-sec1 .f_zhong .technicalbox1_cont .f_title1 {
	text-align: center;
	font-weight: bold;
	line-height: 1.35714286;
	margin-bottom: .56rem
}

@media (max-width: 991px) {
	.technicalbox-sec1 .f_zhong .technicalbox1_cont .f_title1 {
		line-height: 1.66
	}
}

@media (max-width: 767px) {
	.technicalbox-sec1 .f_zhong .technicalbox1_cont .f_title1 {
		color: #ffffff
	}
}

.technicalbox-sec1 .f_zhong .technicalbox1_cont .f_vidoe {
	width: 54.82%;
	margin: 0 auto
}

@media (max-width: 767px) {
	.technicalbox-sec1 .f_zhong .technicalbox1_cont .f_vidoe {
		display: none
	}
}

.technicalbox-sec1 .f_zhong .technicalbox1_cont .f_vidoe:before {
	content: "";
	display: block;
	padding-top: 100%;
	padding-top: 70%
}

.technicalbox-sec1 .f_zhong .technicalbox1_cont .f_vidoe video {
	position: absolute;
	left: 50%;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translateX(-50%)
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont {
	position: relative;
	transition: all .4s linear
}

@media (min-width: 768px) {
	.technicalbox-sec1 .f_zhong .technicalbox2_cont {
		opacity: 0;
		pointer-events: none
	}
}

@media (min-width: 768px) {
	.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: -23.75%;
		width: 57.291%
	}

	.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		background: url(../images/yunicimg1.png) center / 100% 100% no-repeat
	}

	.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg:after {
		content: "";
		display: block;
		padding-top: 100%
	}
}

@media (max-width: 767px) {
	.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg {
		width: 100%;
		margin-bottom: .4rem
	}
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .f_img {
	width: 81.8181%;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

@media (max-width: 767px) {
	.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .f_img {
		display: none
	}
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .f_img .img {
	width: 100%;
	padding-top: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .4s;
	opacity: 0;
	visibility: hidden
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .f_img .on {
	visibility: inherit;
	opacity: 1;
	position: relative
}

@media (min-width: 768px) {
	.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		border-radius: 50%
	}

	.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-wrapper {
		width: 100%;
		height: 100%;
		display: block;
		border-radius: 50%
	}

	.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-wrapper .swiper-slide {
		width: 0;
		height: 0
	}
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide {
	cursor: pointer
}

@media (min-width: 768px) {
	.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide {
		offset-path: border-box;
		-webkit-offset-path: border-box;
		offset-distance: 16%;
		offset-rotate: 0deg;
		offset-anchor: 3px center
	}

	.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide:nth-child(2) {
		offset-distance: 20%
	}

	.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide:nth-child(3) {
		offset-distance: 24%
	}

	.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide:nth-child(4) {
		offset-distance: 28%
	}

	.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide:nth-child(5) {
		offset-distance: 32%
	}

	.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide:nth-child(6) {
		offset-distance: 36%
	}
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide .item {
	width: 0;
	height: 0;
	position: relative
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide .item i {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 8px;
	height: 8px;
	transform: translate(-50%, -50%);
	opacity: .6;
	z-index: 1
}

@media (max-width: 1580px) {
	.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide .item i {
		width: 8px;
		height: 8px
	}
}

@media (max-width: 767px) {
	.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide .item i {
		display: none
	}
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide .item i:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: .4rem;
	height: .4rem;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	background: #ffffff;
	z-index: -2;
	opacity: 0
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide .item i:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: #005ec4;
	transition: all .4s;
	border: 3px solid #ffffff
}

@media (max-width: 1580px) {
	.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide .item i:after {
		border-width: 2px
	}
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide .item p {
	color: #84b4e8;
	opacity: .4;
	padding-left: .24rem;
	transition: all .4s
}

@media (min-width: 768px) {
	.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide .item p {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%)
	}
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide.on i {
	opacity: 1
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide.on i:after {
	background: #11c4ff
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide.on i:before {
	animation: sceotr52 1s linear infinite
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide.on p {
	opacity: 1;
	color: #11c4ff
}

@media (max-width: 767px) {
	.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav {
		width: auto;
		margin: 0 auto;
		padding: 0 5%;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0.5)
	}

	.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide {
		width: auto;
		position: relative
	}

	.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide .item {
		position: relative;
		width: auto;
		height: auto;
		margin-right: .4rem;
		padding-bottom: .34rem
	}

	.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide .item:before {
		content: "";
		display: block;
		position: absolute;
		bottom: -1px;
		left: 0;
		margin: 0 auto;
		width: 0;
		right: 0;
		height: 2px;
		background: #ffffff;
		transition: all .4s
	}

	.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide .item p {
		padding-left: 0
	}

	.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide.on .item:before {
		width: 100%
	}

	.technicalbox-sec1 .f_zhong .technicalbox2_cont .technicalbox2_lg .technicalbox2_cont_nav .swiper-slide.on .item p {
		color: #ffffff
	}
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .container .technicalbox_swiper_cont .swiper-slide {
	color: #ffffff
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .container .technicalbox_swiper_cont .swiper-slide .img {
	padding-top: 88%;
	margin-bottom: .34rem
}

@media (min-width: 768px) {
	.technicalbox-sec1 .f_zhong .technicalbox2_cont .container .technicalbox_swiper_cont .swiper-slide .img {
		display: none
	}
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .container .technicalbox_swiper_cont .swiper-slide .f_tit {
	font-weight: bold;
	padding-bottom: .44rem;
	margin-bottom: .52rem;
	border-bottom: 1px solid rgba(255,255,255,0.2)
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .container .technicalbox_swiper_cont .swiper-slide .f_text p {
	margin-bottom: .16rem
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .container .technicalbox_swiper_cont .swiper-slide .f_text p:last-child {
	margin-bottom: 0
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .container .qie {
	display: flex;
	align-items: center;
	margin-top: 1.5rem
}

@media (max-width: 767px) {
	.technicalbox-sec1 .f_zhong .technicalbox2_cont .container .qie {
		margin-top: .6rem;
		justify-content: center
	}
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .container .qie .technicalbox1_prev,.technicalbox-sec1 .f_zhong .technicalbox2_cont .container .qie .technicalbox1_next {
	position: relative;
	left: 0;
	right: 0;
	width: .6rem;
	height: .6rem;
	border: solid 2px #eeeeee;
	background: transparent
}

@media (max-width: 767px) {
	.technicalbox-sec1 .f_zhong .technicalbox2_cont .container .qie .technicalbox1_prev,.technicalbox-sec1 .f_zhong .technicalbox2_cont .container .qie .technicalbox1_next {
		width: .78rem;
		height: .78rem
	}
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .container .qie .technicalbox1_prev img,.technicalbox-sec1 .f_zhong .technicalbox2_cont .container .qie .technicalbox1_next img {
	width: 16.66666667%;
	height: 28.33333333%;
	object-fit: contain
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .container .qie .technicalbox1_prev:hover,.technicalbox-sec1 .f_zhong .technicalbox2_cont .container .qie .technicalbox1_next:hover {
	background: #11c4ff;
	border-color: #11c4ff
}

.technicalbox-sec1 .f_zhong .technicalbox2_cont .container .qie .technicalbox1_prev {
	margin-right: .2rem
}

@media (min-width: 768px) {
	.technicalbox-sec1 .f_zhong .technicalbox2_cont {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
		display: flex;
		align-items: center;
		justify-content: center
	}

	.technicalbox-sec1 .f_zhong .technicalbox2_cont .container {
		margin: 0;
		padding-left: 44.2708333%
	}
}

@media (min-width: 768px) {
	.technicalbox-sec1 .f_zhong.on .bag,.technicalbox-sec1 .f_zhong.on .technicalbox2_cont {
		transition: all .4s .3s linear;
		opacity: 1
	}

	.technicalbox-sec1 .f_zhong.on .technicalbox2_cont {
		pointer-events: auto
	}

	.technicalbox-sec1 .f_zhong.on .technicalbox1_cont {
		opacity: 0;
		pointer-events: none;
		transition: all .4s linear
	}
}

.technicalbox-sec2 {
	background: url(../images/shilihuimg1.png) right top / 3.66rem auto no-repeat,url(../images/shilihuimg2.png) left bottom / 3.66rem auto no-repeat;
	position: relative;
	padding: 1.7rem 0 2.3rem
}

@media (max-width: 767px) {
	.technicalbox-sec2 {
		padding: 1.4rem 0
	}
}

.technicalbox-sec2 .fz_title {
	text-align: center;
	color: #000000;
	font-weight: bold;
	margin-bottom: 1.1rem
}

@media (max-width: 767px) {
	.technicalbox-sec2 .fz_title {
		margin-bottom: .54rem
	}
}

.technicalbox-sec2 .cont .item {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap
}

@media (max-width: 767px) {
	.technicalbox-sec2 .cont .item {
		margin-bottom: .6rem
	}

	.technicalbox-sec2 .cont .item:last-child {
		margin-bottom: 0
	}
}

.technicalbox-sec2 .cont .item .img {
	width: 54.166%
}

@media (max-width: 767px) {
	.technicalbox-sec2 .cont .item .img {
		width: 100%
	}
}

@media (min-width: 768px) {
	.technicalbox-sec2 .cont .item .img {
		clip-path: polygon(0 0, 84.2% 0, 100% 100%, 0 100%)
	}
}

.technicalbox-sec2 .cont .item .img:before {
	padding-top: 92.78350515%
}

.technicalbox-sec2 .cont .item .font {
	width: 45.834%;
	padding: 1.1rem 0 .6rem .75rem
}

@media (max-width: 1199px) {
	.technicalbox-sec2 .cont .item .font {
		padding: .6rem 0;
		padding-left: .5rem
	}
}

@media (max-width: 767px) {
	.technicalbox-sec2 .cont .item .font {
		width: 100%;
		padding: .4rem 0 0
	}
}

.technicalbox-sec2 .cont .item .font .f_tit {
	color: #000000;
	margin-bottom: .2rem
}

.technicalbox-sec2 .cont .item .font .f_tit span {
	color: #0057b4
}

.technicalbox-sec2 .cont .item .font .f_text {
	color: #666666;
	margin-bottom: 1.72rem
}

@media (max-width: 1199px) {
	.technicalbox-sec2 .cont .item .font .f_text {
		margin-bottom: .6rem
	}
}

.technicalbox-sec2 .cont .item .font .f_text span {
	color: #0057b4
}

.technicalbox-sec2 .cont .item .font .shu {
	line-height: .9;
	color: transparent;
	-webkit-text-stroke: 1.5px #0057b4;
	-webkit-text-fill-color: transparent;
	opacity: .1;
	font-size: 2.6rem
}

@media (max-width: 1199px) {
	.technicalbox-sec2 .cont .item .font .shu {
		font-size: 2rem
	}
}

@media (max-width: 767px) {
	.technicalbox-sec2 .cont .item .font .shu {
		display: none
	}
}

@media (min-width: 768px) {
	.technicalbox-sec2 .cont .item:nth-child(2n) .img {
		order: 1;
		clip-path: polygon(15.5% 0, 100% 0, 100% 100%, 0 100%)
	}

	.technicalbox-sec2 .cont .item:nth-child(2n) .font {
		padding-left: .3rem;
		padding-right: .75rem
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.technicalbox-sec2 .cont .item:nth-child(2n) .font {
		padding-right: .5rem
	}
}

@keyframes sceotr52 {
	from {
		transform: translate(-50%, -50%) scale(0);
		opacity: 1
	}

	to {
		transform: translate(-50%, -50%) scale(1.1);
		opacity: 0
	}
}

.technicalbanner .bag:after {
	opacity: 0
}