﻿@charset "utf-8";



@font-face {

    font-family: "HELVETICANEUELTPRO-BD";

    src: url("../font/HELVETICANEUELTPRO-BD.woff2") format("woff2"),

        url("../font/HELVETICANEUELTPRO-BD.woff") format("woff"),
      
        url("../font/HELVETICANEUELTPRO-BD.ttf") format("truetype"),

        url("../font/HELVETICANEUELTPRO-BD.eot") format("embedded-opentype"),

        url("../font/HELVETICANEUELTPRO-BD.svg") format("svg");

}



body {

    font-family: "微软雅黑", "宋体", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;

}



/* 手机导航 */

.g_phnav1.yxnav_active1,

.g_phnav2.yxnav_active2 {

    color: #000;

}



.mc_ph_hd {

    display: none;

    position: fixed;

    top: 0;

    left: 0;

    z-index: 99;

    width: 100%;

    height: 64px;

    padding-left: 15px;

    padding-right: 15px;

    background-color: #fff;

    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .1);

}



.mc_language_ph a {

    line-height: 64px;

    color: #333;

    margin-right: 15px;

}



.mc_ph_hd .mc_ph_logo a {

    line-height: 64px;

}



.mc_ph_hd .mc_ph_logo {

    width: 90px;

}



.mc_ph_menu {

    overflow: hidden;

    width: 50px;

    height: 50px;

}



.mc_ph_hd .mc_phmenubox {

    width: 50px;

    height: 50px;

    cursor: pointer;

    text-align: center;

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

}



.mc_ph_hd .mc_phmenubox .point {

    position: relative;

    display: inline-block;

    width: 28px;

    height: 22px;

    margin-top: 14px;

}



.mc_ph_hd .mc_phmenubox .point .nav_btn,

.mc_ph_hd .mc_phmenubox .point .nav_btn::after,

.mc_ph_hd .mc_phmenubox .point .nav_btn::before {

    display: inline-block;

    width: 28px;

    height: 1px;

    background-color: #333;

}



.mc_ph_hd .mc_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;

}



.mc_ph_hd .mc_phmenubox .nav_btn::after,

.mc_ph_hd .mc_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;

}



.mc_ph_hd .mc_phmenubox .nav_btn::after {

    top: -10px;

}



.mc_ph_hd .mc_phmenubox .nav_btn::before {

    top: 10px;

}



.mc_ph_hd .mc_phmenubox .point.active .nav_btn {

    background: transparent;

}



.mc_ph_hd .mc_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);

}



.mc_ph_hd .mc_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;

    width: 100%;

    left: 50%;

    top: 64px;

    z-index: 998;

    transform: translateX(-50%);

    padding: 0 15px;

    background-color: #f1f1f1;

    max-height: calc(100vh - 64px);

    overflow: auto;

}



.xialaph {

    display: none;

    width: 100%;

    padding-top: 5px;

    padding-bottom: 18px;

    background-color: #f1f1f1;

    font-family: '微软雅黑';

}



.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%;

}



/* 分页 */

.mc_fybtn {

    padding: 0 15px;

}




.mc_fybtn a {

    font-family: 微软雅黑;

    font-size: 14px;

    color: #333;

}





.pc_fenye {

    position: relative;

    left: 50%;

    transform: translateX(-50%);

    display: inline-block;

    text-align: center;

}



.pc_fenye li {

    float: left;

    width: 28px;

    height: 28px;

    border-radius: 50%;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 14px;

    line-height: 28px;

    color: #333333;

    text-align: center;

    margin: 0px 8px;

    transition: all .3s;

}



.pc_fenye li.activepage {

    color: #fff;

    background: #1057a4;

}



.w_fenyeph {

    display: none;

}



.pc_fenye li.clolr {

    color: #fff;

}



.ma_comp-tabli1,

.ma_comp-tabli2 {

    width: 9px;

}



.ma_comp-tabli11,

.ma_comp-tabli22 {

    width: 5px;

}



.ma_comp-tabli {

    position: relative;

}



.ma_comp-tabli1 {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    transition: all 0.36s;

    opacity: 1;

}



.ma_comp-tabli2 {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    transition: all 0.36s;

    opacity: 0;

}



/* 分页 */







.ma_pc_hd {

    background: #fff;

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 50;

    border-bottom: 1px solid #eee;

}



.ma_wid1660 {

    width: 1660px;

    margin: 0 auto;

}



.ma_pchdm_logo {

    width: 100px;

    transition: all 0.36s;

}



.ma_pchdm_logo a {

    display: block;

    line-height: 86px;

    transition: all 0.36s;

}



.ma_pchdmlb_img {

    width: 16px;

    display: block;

    line-height: 30px;

}



.ma_pchdm_lb1 {

    margin-left: 14px;

}



.ma_pchdm_lb2 .ma_pchdmlb_img {

    width: auto;

    margin-left: 25px;

}



.ma_pchdm_lb2 .ma_pchdmlb_img img {

    width: 12px;

    margin-right: 2px;

}



.ma_pchdm_lb2 .ma_pchdmlb_img span {

    font-size: 14px;

    color: #666;

}



.ma_pchdmlb_img1 {

    position: relative;

    bottom: 1px;

    left: 2px;

}



.ma_pchdm_lb3 {

    padding-right: 40px;

    position: relative;

}



.ma_pchdm_lb3::before {

    content: "";

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    right: 0;

    background: #999;

    width: 1px;

    height: 12px;

}



.ma_pchdm_lb4 .ma_pchdmlb_img {

    width: 12px;

    margin-left: 10px;

    cursor: pointer;

}



.ma_pchdm_lb1 {

    position: relative;

    cursor: pointer;

}



.ma_pchdmlb_btm {

    position: absolute;

    top: 30px;

    left: 50%;

    transform: translateX(-50%);

    width: 150px;

    display: none;

    z-index: 10;

}



.ma_pchdmsstc {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.86);

    display: none;

    z-index: 50;

}



.ma_modal_close {

    position: absolute;

    top: 20px;

    right: 20px;

    font-size: 30px;

    color: #fff;

    font-weight: bold;

    cursor: pointer;

}



.ma_st_main {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: 800px;

    padding-bottom: 10px;

    border-bottom: 2px solid #999;

}



.ma_stm_input {

    width: calc(100% - 60px);

    height: 30px;

    padding: 0 20px;

}



.ma_stm_input input {

    width: 100%;

    height: 100%;

    color: #999;

    font-size: 20px;

}



.ma_stm_btn button {

    color: #fff;

    font-size: 30px;

}



.ma_pchdm_li1 {

    float: left;

}



.ma_pchdm_li1 a {

    display: block;

    line-height: 55px;

    padding: 0 25px;

    color: #333;

    font-size: 16px;

    transition: all 0.36s;

}



.ma_pchdm_r {

    text-align: right;

}



.ma_pchdm_loginbox {

    display: inline-block;

}



.ma_pchdm_lb:first-child {

    margin-left: 0;

}



.ma_pchdm_li1:first-child a {

    padding-left: 0;

}



.ma_pchdm_li1:last-child a {

    padding-right: 0;

}



.ma_pchdm_loginbox::before {

    content: "";

    position: fixed;

    top: 30px;

    left: 1035px;

    width: 100vw;

    height: 1px;

    background: #eee;

}



.ma_pchdm_li1.yxnav_active1 a {

    color: #1057a4;

}



.ma_pchdm_li1 {

    position: relative;

}



.ma_pchdm_ul2box {

    position: absolute;

    top: 65px;

    left: 50%;

    transform: translateX(-50%);

    min-width: 185px;

    background: #fff;

    padding: 25px 20px;

    display: none;
    box-shadow: 0px 0px 16px 0px rgba(69, 69, 69, 0.1);

}



.ma_pchdm_li2 {

    overflow: hidden;

    margin-bottom: 25px;

}



.ma_pchdm_li2:last-child {

    margin-bottom: 0;

}



.ma_pchdm_li2 a {

    color: #1c3558;

    font-size: 14px;

    width: calc(100% - 30px);

    padding-right: 10px;

    line-height: normal;

    text-align: left;

    padding: 0;

    float: left;

    transition: all 0.36s;

}



.ma_pchdml3_img {

    float: right;

    width: 30px;

    font-size: 16px;

    color: #1057a4;

    opacity: 0;

    transition: all 0.36s;

}



.ma_pchdm_li2.yxnav_active2 a {

    color: #1057a4;

}



.ma_pchdm_li2.yxnav_active2 .ma_pchdml3_img {

    opacity: 1;

}



.ma_pchdm_ul3box {

    position: absolute;

    width: 100%;

    min-width: 100%;

    height: 100%;

    top: 0;

    left: calc(100% - 1px);


}
.ma_pchdm_ul3{
    background: #eee;
    padding: 25px 20px;
    height: 100%;
}



.ma_pchdm_li2.yxnav_active3 a {

    color: #1057a4;

}



.ma_pchdm_li2.yxnav_active3 .ma_pchdml3_img {

    opacity: 1;

}



.ma_pchdm_ul3:not(:first-child) {

    display: none;

}



.ma_pchdm_ul2box::before {

    content: "";

    position: absolute;

    top: -16px;

    left: 50%;

    transform: translateX(-50%);

    width: 0;

    height: 0;

    border-top: 8px solid transparent;

    border-left: 8px solid transparent;

    border-right: 8px solid transparent;

    border-bottom: 8px solid #fff;

}



.ma_pchdm_navbox .ma_pchdmlb_img {

    line-height: 55px;

    margin-left: 20px;

    padding-left: 12px;

    position: relative;

    width: auto;

}



.ma_pchdm_navbox .ma_pchdmlb_img img {

    width: 12px;

}



.ma_pchdm_navbox .ma_pchdmlb_img::before {

    content: "";

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    left: 0;

    background: #999;

    width: 1px;

    height: 12px;

}



.ma_pchdm_lb5 {

    display: none;

}



.ma_pc_hd.on .ma_pchdm_logo {

    width: 76px;

}



.ma_pc_hd.on .ma_pchdm_logo a {

    line-height: 70px;

}



.ma_pc_hd.on .ma_pchdm_loginbox {

    display: none;

}



.ma_pc_hd.on .ma_pchdm_lb5 {

    display: block;

}



.ma_pc_hd.on .ma_pchdm_li1 a {

    line-height: 70px;

}



.ma_pc_hd.on .ma_pchdm_navbox .ma_pchdmlb_img {

    line-height: 70px;

}



.ma_pc_hd.on .ma_pchdm_li2 a {

    line-height: normal;

}



.ma_pc_hd.on .ma_pchdm_ul2box {

    top: 80px;

}



.ma_ban_li {

    position: relative;

    overflow: hidden;

}



.ma_ban_li:not(:first-child) {

    display: none;

}



.ma_video {

    position: absolute;

    min-width: 100%;

    min-height: 100%;

}



.ma_phban {

    display: none;

}



.ma_ban {

    position: relative;

    z-index: 8;

}



.ma_banul_img {

    position: absolute;

    bottom: -60px;

    left: 0;

    width: 2800px;

    height: 160px;

    z-index: 2;

    margin-left: 0;
    display: none;

}



.ma_bantxt {

    position: absolute;

    top: 45%;

    left: 50%;

    transform: translate(-50%, -50%);



}



.ma_bantxtp1 {

    font-size: 60px;

    font-weight: bold;

    color: #fff;

    text-align: center;

    z-index: 5;

}



.ma_banul_num {

    position: absolute;

    bottom: 90px;

    right: 130px;

    z-index: 5;

}

.ma_banul_num p{
    color: #fff;

    font-family: Arial, Helvetica, sans-serif;
}

.ma_banul_num1 {

    font-size: 30px;

    

}



.ma_banul_num2 {

    font-size: 18px;

}



.ma_banul_click {

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

    width: 22px;

    z-index: 5;

    cursor: pointer;

    animation: xl 1.2s infinite;

}



@keyframes xl {

    0% {

        bottom: 120px;

    }



    50% {

        bottom: 110px;

    }



    100% {

        bottom: 120px;

    }

}



.ma_banul_play {

    position: absolute;

    top: 63%;

    left: 50%;

    transform: translateX(-50%);

    width: 53px;

    cursor: pointer;

}



.ma_banul_play::before {

    content: "";

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: 160%;

    height: 160%;

    border-radius: 50%;

    border: 1px solid #fff;

    opacity: 0.33;

}



.ma_banul_play::after {

    content: "";

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: 240%;

    height: 240%;

    border-radius: 50%;

    border: 1px solid #fff;

    opacity: 0.12;

}



@keyframes p1 {

    0% {

        opacity: 0.33;

    }



    50% {

        opacity: 1;

    }



    100% {

        opacity: 0.33;

    }

}



@keyframes p2 {

    0% {

        opacity: 0.12;

    }



    50% {

        opacity: 0.6;

    }



    100% {

        opacity: 0.12;

    }

}



.ma_ft {

    background: #1057a4;

}



.ma_wid1200 {

    width: 1200px;

    margin: 0 auto;

}



.ma_ft_top {

    padding: 50px 0 80px;

}



.ma_fttm_l {

    width: calc(100% - 190px);

}



.ma_fttm_r {

    width: 36px;

    cursor: pointer;

}



.ma_fttml_ul1 {

    margin: 0 -45px;

}



.ma_fttml_li1 {

    float: left;

    width: 20%;

    padding: 0 45px;

}



.ma_fttml_li1 a {

    font-size: 14px;

    color: #bed6f0;

    display: block;

    margin-bottom: 8px;

    line-height: 1.75;

    transition: all 0.36s;

}



.ma_fttml_li1 a:last-child {

    margin-bottom: 0;

}



.ma_fttml_li1 a:first-child {

    font-size: 20px;

    font-weight: bold;

    margin-bottom: 25px;

    color: #ececec;

}



.ma_ft_btm {

    padding: 20px 0 25px;

    border-top: 1px solid #1c60a9;

}



.mc_ft_copyright p,

.mc_ft_copyright span,

.mc_ft_copyright a,

.ma_ftbm_r span,

.ma_ftbm_r a {

    font-size: 14px;

    color: #bed6f0;

    opacity: 0.4;

    line-height: 1.75;

    transition: all 0.36s;

}



.ma_ftbmrt {

    display: inline-block;

    margin-left: 16px;

}



.ma_ftbmrt a {

    opacity: 1;

}



.ma_ftbmrt_wxbox,

.ma_ftbmrt_wb {

    width: 23px;

    cursor: pointer;

}



.ma_ftbmrt a {

    display: block;

}



.ma_ftbmr_t span {

    position: relative;

    top: 2px;

}



.ma_ftbmrt_wx {

    position: relative;

}



.ma_ftbmrt_ewm {

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

    bottom: 22px;

    width: 150px;

    display: none;

}



.ma_ftbmr_btm a {

    display: block;

    text-align: right;

    transition: all 0.36s;

}



.ma_ban_ul .slick-dots {
    position: absolute;
    bottom: 30px;
    right: 130px;
    transform: translateX(0%);
    width: auto;
}



.ma_ban_ul .slick-dots li {


    width: 12px;

    height: 12px;

    background: transparent;

    border: 3px solid #fff;
    border-radius: 50%;

}



.ma_ban_ul .slick-dots li.slick-active {

    background: #071d49;

    border-color: transparent;

}



.ma_in1s1 {

    padding: 90px 0 60px;

    position: relative;

}



.ma_pid120 {

    padding-left: 120px;

    padding-right: 120px;

}



.ma_fs60 {

    font-size: 60px;

}



.ma_title1 .ma_fs60 {

    color: #333;

    font-weight: bold;

}



.ma_in1s1_t {

    margin-bottom: 125px;

}



.ma_in1s1_ul {

    margin: 0 -93px;

}



.ma_in1s1_li {

    padding: 0 93px;

    float: left;

    width: 50%;

    margin-bottom: 115px;

}



.ma_in1s1l_d a {

    display: block;

}



.ma_in1s1ld_t {

    font-size: 30px;

    color: #071d49;

    font-weight: bold;

    margin-bottom: 20px;

}



.ma_in1s1ld_p p {

    font-size: 16px;

    color: #333;

    line-height: 1.75;

    height: 84px;

    overflow: hidden;

}



.ma_in1s1ld_p {

    margin-bottom: 60px;

}



.ma_in1s1ld_a img {

    width: 25px;

    margin-right: 12px;

}



.ma_in1s1ld_a span {

    font-size: 16px;

    color: #999;

    line-height: 25px;

    display: inline-block;

    position: relative;

    top: 2px;

    transition: all 0.36s;

}



.ma_in1s1_li:nth-child(2) {

    margin-top: -120px;

}



.ma_in1s1m_bg1 {

    position: absolute;

    bottom: 60px;

    left: 100px;

}



.ma_in1s1 {

    position: relative;

    overflow: hidden;

    background: #fff;

}



.ma_in1s1m_bg2 {

    position: absolute;

    top: -80px;

    right: -204px;

    z-index: 1;

}



.ma_in1s1_main {

    position: relative;

    z-index: 2;

}



.ma_in1s2 {

    padding: 200px 0 170px;

    position: relative;

}



.ma_in1s2::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(15, 52, 120, 0.36);

}



.ma_in1s2_main {

    position: relative;

    z-index: 2;

}



.ma_in1s2m_p p {

    color: #fff;

    line-height: 2;

    font-weight: bold;

    font-size: 30px;

    /* text-align: center; */

}



.ma_family {

    font-family: "思源黑体";

}



.ma_in1s2m_p {

    margin-bottom: 60px;

}



.ma_in1s2m_a {

    width: 150px;

    border-radius: 5px;

    overflow: hidden;

    margin: 0 auto;

    border: 1px solid #fff;

}



.ma_in1s2m_a a {

    display: block;

    color: #fff;

    font-size: 16px;

    line-height: 50px;

    text-align: center;

    background: rgba(255, 255, 255, 0.2);

    transition: all 0.36s;

}



.ma_main {

    position: relative;

    z-index: 8;

}



.ma_ft {

    position: fixed;

    z-index: 1;

    bottom: 0;

    left: 0;

    width: 100%;

}



.ma_ftbox {

    height: 500px;

}



.ma_in1s2bg {

    position: fixed;

    top: 50%;

    transform: translateY(-50%);

    left: 0;

    width: 100%;
    height: 100%;

    z-index: 2;

}



.ma_in1s3 {

    padding: 105px 0 100px;

    background: #fff;

}



.ma_in1s3m_m1 {

    padding: 0 100px;

}



.ma_in1s3m1_ul {

    margin: 0 -10px;

}



.ma_in1s3m1_li {

    padding: 0 10px;

    float: left;

    width: 100%;

}



.ma_in1s3m1ld_t {

    text-align: center;

    font-family: Arial, Helvetica, sans-serif;

    color: #999;

    font-size: 18px;

    margin-bottom: 20px;

}



.ma_in1s3m1l_d {

    text-align: center;

}



.ma_in1s3m1ld_p {

    display: inline;

    font-size: 24px;

    color: #071d49;

    line-height: 1.75;

    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #2f9ece));

    background: linear-gradient(to bottom, #ffffff 50%, #2f9ece 50%);

    background-size: 2px 2px;

    background-repeat: repeat-x;

    background-position: 0 100%;

    -webkit-transition: color 0.1s ease;

    transition: color all 0.36s;

}



.ma_in1s3m1_li:not(:first-child) {

    display: none;

}



.ma_in1s3m_m1 {

    margin-bottom: 195px;

}



.ma_in1s3m1_ul .slick-dots {

    bottom: -55px;

}



.slick-dots li {

    width: 40px;

    height: 8px;

    margin: 0 6px;

    border-radius: 0;

    background: #a9b0bf;

}



.slick-dots li.slick-active {

    background: #071d49;

}



.ma_in1s3m2_ul {

    margin: 0 -13px 90px;

}



.ma_in1s3m2_li {

    padding: 0 13px;

    float: left;

    width: 33.333333%;

}



.ma_in1s3m2l_d a {

    display: block;

}



.ma_in1s3m2ld_i {

    position: relative;

    overflow: hidden;

}



.ma_in1s3m2ld_i1 {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 2;

    transition: all 0.36s;

}



.ma_in1s3m2ld_ibg {

    position: relative;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 1;

}



.ma_in1s3m2ld_a {

    padding-top: 20px;

}



.ma_in1s3m2lda_t {

    font-size: 14px;

    color: #999;

    margin-bottom: 6px;

}



.ma_in1s3m2lda_p {

    display: inline;

    font-size: 18px;

    color: #071d49;

    line-height: 1.75;

    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #2f9ece));

    background: linear-gradient(to bottom, #ffffff 50%, #2f9ece 50%);

    background-size: 2px 2px;

    background-repeat: repeat-x;

    background-position: 0 100%;

    -webkit-transition: color 0.1s ease;

    transition: color all 0.36s;

}



.ma_in1s3m2lda_pbox {

    height: 63px;

    overflow: hidden;

}



.ma_in1s3m_m2 .ma_in1s1ld_a {

    text-align: center;

}



.ma_in1s1ld_a a {

    display: inline-block;

}



.ma_in1s4 {

    padding: 130px 0 250px;

    background: #fff;

    position: relative;

    overflow: hidden;

}



.ma_in1s4::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    /* background: rgba(15, 52, 120, 0.36); */

    z-index: 2;

}



.ma_in1s4_t .ma_fs60 {

    color: #fff;

    font-weight: bold;

    text-align: center;

}



.ma_in1s4_t {

    margin-bottom: 35px;

}



.ma_in1s4m_video {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    min-width: 100%;

    min-height: 100%;

    z-index: 1;

}



.ma_in1s4_main {

    position: relative;

    z-index: 5;

}



.ma_in1s4_p {

    padding: 0 90px;

    margin-bottom: 95px;

}



.ma_in1s4_p p {

    font-size: 24px;

    color: #fff;

    line-height: 1.75;

    /* text-align: center; */

}



.ma_in1s4_li {

    padding: 0 30px;

    float: left;

    width: 25%;

    text-align: center;

}

.flipInY {

    -webkit-backface-visibility: visible !important;

    backface-visibility: visible !important;

    -webkit-animation-name: flipInY;

    animation-name: flipInY;

}

@keyframes flipInY {

    from {

        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

        -webkit-animation-timing-function: ease-in;

        animation-timing-function: ease-in;

        opacity: 0;

    }



    40% {

        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);

        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);

        -webkit-animation-timing-function: ease-in;

        animation-timing-function: ease-in;

    }



    60% {

        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);

        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);

        opacity: 1;

    }



    80% {

        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);

        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);

    }



    to {

        -webkit-transform: perspective(400px);

        transform: perspective(400px);

    }

}





.ma_in1s4l_d {

    display: inline-block;

    width: 225px;

    height: 225px;

    padding: 40px 0 45px;

    text-align: center;

    position: relative;

}



.ma_in1s4l_d::before {

    content: "";

    position: absolute;

    width: 100%;

    height: 100%;

    border-radius: 50%;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    background: rgba(255, 255, 255, 0.7);

    z-index: 1;

}



.ma_in1s4ld_img {

    width: 47px;

    display: inline-block;

    margin-bottom: 14px;

    position: relative;

    z-index: 2;

}



.ma_in1s4ld_num,

.ma_in1s4ld_txt {

    position: relative;

    z-index: 2;

}



.ma_in1s4ld_num p {

    font-size: 48px;

    font-weight: bold;

    color: #333;

    text-align: center;

    font-family: Arial, Helvetica, sans-serif;

    margin-bottom: 16px;

}



.ma_in1s4ld_txt p {

    font-size: 16px;

    color: #333;

}



.ma_ftbox {

    opacity: 0;

}



.ma_ftbox.on {

    opacity: 1;

}



/* b1 */



.ma_ban_li::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    /* background: rgba(15, 52, 120, 0.36); */

}
.ma_index .ma_ban_li::before {
    display: none;
}



.ma_nyban .ma_bantxt {

    top: 50%;

}



.ma_b1s1 {

    padding: 55px 0 100px;

    background: #fff;

}



.ma_fs36 {

    font-size: 36px;

}



.ma_title2 .ma_fs36 {

    font-weight: bold;

    color: #071d49;

}



.ma_title2 {

    position: relative;

    margin-bottom: 70px;

}



.ma_title2::before {

    content: "";

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    left: 200px;

    width: 8px;

    height: 8px;

    border-radius: 50%;

    background: #071d49;

}



.ma_title2::after {

    content: "";

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    right: 0;

    width: calc(100% - 208px);

    height: 1px;

    border-radius: 50%;

    background: #e5e5e5;

}



.ma_b1s1_ul {

    margin: 0 -30px 30px;

}



.ma_b1s1_li {

    padding: 0 30px;

    float: left;

    width: 33.333333%;

}

.ma_b2s2_li:not(:first-child){

    display: none;

}

.ma_b1s1l_d {

    transition: all 0.36s;

}



.ma_b1s1l_d a {

    display: block;

}



.ma_b1s1ld_img {

    position: relative;

    margin-bottom: 15px;

}



.ma_b1s1ld_img1 {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 2;

}



.ma_b1s1ld_imgbg {

    position: relative;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 1;

}



.ma_b1s1ldt_p1 {

    font-size: 14px;

    color: #999;

    margin-bottom: 10px;

}



.ma_b1s1ldt_p2 {

    display: inline;

    font-size: 18px;

    color: #071d49;

    line-height: 1.75;

    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #2f9ece));

    background: linear-gradient(to bottom, #ffffff 50%, #2f9ece 50%);

    background-size: 2px 2px;

    background-repeat: repeat-x;

    background-position: 0 100%;

    -webkit-transition: color 0.1s ease;

    transition: color all 0.36s;

}



.ma_b1s1ldt_p2box {

    height: 63px;

    overflow: hidden;

}



.ma_b1s1ldt_btn {

    margin-top: 20px;

    height: 70px;

    overflow: hidden;

}



.ma_b1s1ldt_btn p {

    display: inline-block;

    width: auto;

    background: #eee;

    font-size: 14px;

    color: #071d49;

    line-height: 30px;

    border-radius: 5px;

    text-align: center;

    margin-right: 5px;

    margin-bottom: 5px;
    padding: 0 10px;

}



.ma_b1s1ld_btn {

    opacity: 0;

    transition: all 0.36s;

}



.ma_b1s1ld_btn p {

    background: #1057a4;

    color: #fff;

    text-align: center;

    line-height: 50px;

}



.ma_b1s1ld_txt {

    padding: 0 30px;

}



.ma_b2s1m_l,

.ma_b2s1m_r {

    width: 50%;

}



.ma_b2s1m_l {

    padding-right: 55px;

    padding-top: 28px;

}



.ma_b2s1mll_d {

    position: relative;

}



.ma_b2s1mll_d1 {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 2;

}



.ma_b2s1mll_dbg {

    position: relative;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 1;

}



.ma_b2s1 {

    padding: 185px 0 125px;

    background: #fbfbfb;

}



.ma_b2s1ml_li:not(:first-child),

.ma_b2s1ml_li2:not(:first-child) {

    display: none;

}



.ma_b2s1ml_ul .slick-prev,

.ma_b2s1ml_ul .slick-next {

    width: 11px;

    height: 20px;

    transform: translateY(-50%);

    z-index: 5;

}



.ma_b2s1ml_ul .slick-next {

    right: 0;

    background: url(../images/ma_b2s1_next.png) no-repeat center;

    background-size: contain;

}



.ma_b2s1ml_ul .slick-prev {

    right: 0;

    background: url(../images/ma_b2s1_prev.png) no-repeat center;

    background-size: contain;

}



.ma_b2s1ml_ul2 {

    margin: 0 -2px;

    padding: 0 1px;

}



.ma_b2s1ml_li2 {

    padding: 0 2px;

    width: 25%;

    float: left;

}



.ma_b2s1mll2_d {

    border: 1px solid #e5e5e5;

}



.ma_b2s1mll2_d {

    position: relative;

    cursor: pointer;

}



.ma_b2s1mll2_d1 {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 2;

}



.ma_b2s1mll2_dbg {

    position: relative;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 1;

}



.ma_b2s1mr_t {

    font-size: 14px;

    color: #999;

    margin-bottom: 8px;

}



.ma_b2s1mr_t2 {

    font-size: 30px;

    color: #071d49;

    font-weight: bold;

    margin-bottom: 14px;

}



.ma_b2s1m_r .ma_b1s1ldt_btn {

    height: auto;

    padding-bottom: 15px;

    border-bottom: 1px solid #071d49;

    margin-bottom: 10px;

}



.ma_b2s1mr_li p {

    line-height: 60px;

    color: #666;

    font-size: 16px;

    border-bottom: 1px solid #eee;

    height: 60px;

    overflow: hidden;

}



.ma_b2s1mr_li p span {

    color: #071d49;

    font-weight: bold;

}
  



.ma_b2s1mr_ul {

    margin-bottom: 50px;

}



.ma_b2s1mr_btn {

    width: 180px;

    position: relative;

}



.ma_b2s1mr_btn a {

    display: block;

    background: #1057a4;

    text-align: center;

    font-size: 14px;

    color: #fff;

    line-height: 50px;

}



.ma_b2s1mr_btn::before {

    content: "";

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 4px;

    background: #1d4086;

}



.ma_b2s2 {

    padding: 90px 0 125px;

    background: #fff;

}



.ma_b2s2 .ma_b1s1_ul {

    margin: 0 -30px;

}



.ma_b2s2m_t h3 {

    font-size: 22px;

    color: #071d49;

    font-weight: bold;

}



.ma_b2s2m_qh {

    width: 48px;

    position: relative;

}



.ma_b2s2m_qh::before {

    content: "";

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: 1px;

    height: 15px;

    background: #999;

}



.ma_b2s2m_qhbox {

    width: 11px;

    position: relative;

    cursor: pointer;

}



.ma_b2s2m_qhbox1 {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    opacity: 1;

    transition: all 0.36s;

}



.ma_b2s2m_qhbox2 {

    position: relative;

    top: 0;

    left: 0;

    width: 100%;

    opacity: 0;

    transition: all 0.36s;

}



.ma_b2s2m_t {

    padding-bottom: 25px;

    border-bottom: 1px solid #eee;

    margin-bottom: 30px;

}



.ma_b2s2_main .slick-list {

    padding-top: 20px;

    padding-bottom: 75px;

}



.ma_b1s1_ul .slick-dots {

    bottom: 0;

}



/* c1 */

.ma_c1s1_t {

    margin-bottom: 50px;

}



.ma_c1s1_p p {

    font-size: 14px;

    line-height: 2;

    color: #666;

}



.ma_c1s1_p {

    margin-bottom: 40px;

}



.ma_mainbg {

    background: #fff;

}



.ma_c1s1l_img img {

    width: 51px;

}



.ma_c1s1l_img {

    margin-bottom: 10px;

    text-align: center;

}



.ma_c1s1l_num p {

    font-size: 48px;

    color: #071d49;

    font-weight: bold;

    text-align: center;

    font-family: Arial, Helvetica, sans-serif;

}



.ma_c1s1l_num {

    margin-bottom: 12px;

}



.ma_c1s1l_p p {

    font-size: 16px;

    color: #333;

    text-align: center;

}



.ma_c1s1_li {

    float: left;

    width: 22%;

}



.ma_c1s1_libox {

    display: inline-block;

}



.ma_c1s1 {

    padding: 60px 0 90px;

}



.ma_c1s2 {

    padding: 110px 0;

    background: #f9f9f9;

}



.ma_c1s2m_li {

    display: table;

    background: #fff;

}



.ma_c1s2ml_l,

.ma_c1s2ml_r {

    display: table-cell;

    vertical-align: middle;

}



.ma_c1s2ml_lbox {

    width: 420px;

    position: relative;

    overflow: hidden;

}



.ma_c1s2m_li {

    width: 100%;

    margin-bottom: 16px;

    box-shadow: 0px 3px 18.92px 3.08px rgba(0, 0, 0, 0.05);

}



.ma_c1s2m_li:last-child {

    margin-bottom: 0;

}



.ma_c1s2m_li a {

    display: block;

}



.ma_c1s2ml_r {

    width: calc(100% - 420px);

    padding: 0 80px 0 25px;

}



.ma_c1s2ml_l1 {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 2;

    transition: all 0.36s;

}



.ma_c1s2ml_lbg {

    position: relative;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 1;

}



.ma_c1s2m_li a {

    display: block;

}



.ma_c1s2mlr_t {

    display: inline-block;

    font-size: 24px;

    color: #071d49;

    line-height: 1.75;

    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #2f9ece));

    background: linear-gradient(to bottom, #ffffff 50%, #2f9ece 50%);

    background-size: 2px 2px;

    background-repeat: repeat-x;

    background-position: 0 100%;

    -webkit-transition: color 0.1s ease;

    transition: color all 0.36s;

}
.ma_c1s2mlr_ts{
    font-size: 20px;
}



.ma_c1s2mlr_tbox {

    margin-bottom: 18px;

}



.ma_c1s2mlr_t2 {

    font-size: 16px;

    color: #333;

    line-height: 1.75;

}



.ma_c1s3_main {

    position: relative;

}



.ma_c1s3m_txt {

    position: absolute;

    bottom: 50px;

    left: 50%;

    transform: translateX(-50%);

}



.ma_c1s3m_txt h2 {

    font-size: 36px;

    color: #fff;

    font-weight: bold;

    margin-bottom: 15px;

}



.ma_c1s3mt_p {

    width: 940px;

}



.ma_c1s3mt_p p {

    font-size: 14px;

    color: #fff;

    line-height: 1.75;

}



.ma_c1s4 {

    padding: 85px 0;

    background: #f6f6f6;

}



.ma_c1s4m_l {

    padding-top: 140px;

    width: 245px;

    margin-right: 40px;

}



.ma_c1s4ml_t1 {

    font-size: 24px;

    color: #071d49;

    font-weight: bold;

    margin-bottom: 35px;

}



.ma_c1s4ml_t2 {

    font-size: 14px;

    color: #666;

    line-height: 1.75;

}



.ma_c1s4m_c {

    position: relative;

}



.ma_c1s4m_r {

    width: 100px;

    padding-top: 40px;

}



.ma_c1s4mr_li {

    position: relative;

    background: #fff;

    margin-bottom: 5px;

    cursor: pointer;

    border: 1px solid transparent;

}



.ma_c1s4mr_li1 {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 2;

}



.ma_c1s4mr_li2 {

    position: relative;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 1;

}



.ma_c1s4mm_ulbox {

    position: absolute;

    top: 64%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: 460px;

}



.ma_c1s4mm_li {

    position: relative;

}



.ma_c1s4mr_li:not(:first-child),

.ma_c1s4mm_li:not(:first-child) {

    display: none;

}



.ma_c1s4mr_li.slick-current {

    border-color: #1057a4;

}



.ma_c1s4mml_p {

    color: #071d49;

    font-size: 18px;

    font-weight: bold;

    text-align: center;

    position: absolute;

    bottom: -175px;

    left: 50%;

    transform: translateX(-50%);

    white-space: nowrap;

}



.ma_c1s4mm_ul .slick-list {

    padding-bottom: 190px;

}



.ma_c1s4mm_ul .slick-prev,

.ma_c1s4mm_ul .slick-next {

    top: 28%;

    width: 45px;

    height: 5px;

}



.ma_c1s4mm_ul .slick-prev {

    background: url(../images/ma_c1s4_prev.png) no-repeat center;

    background-size: contain;

    left: -84px;

}



.ma_c1s4mm_ul .slick-next {

    background: url(../images/ma_c1s4_next.png) no-repeat center;

    background-size: contain;

    right: -84px;

}



.ma_c1s4_main {

    position: relative;

}



.ma_c1s4m_num {

    position: absolute;

    bottom: 55px;

    right: 0;

}



.ma_c1s4m_num p {

    

    color: #1057a4;

}
.ma_c1s4m_num1{
    font-size: 30px;
}



.ma_c1s4m_num2 {

    font-size: 14px;

    color: #071d49;

}



.ma_c1s5 {

    padding: 100px 0 140px;

}



.ma_c1s5m_li {

    display: table;

    background: #1057a4;

    margin-bottom: 32px;

}



.ma_c1s5m_li:last-child {

    margin-bottom: 0;

}



.ma_c1s5ml_l,

.ma_c1s5ml_r,

.ma_c1s5ml1_l,

.ma_c1s5ml1_r {

    display: table-cell;

    vertical-align: middle;

}



.ma_c1s5ml_l {

    padding-left: 55px;

    padding-right: 145px;

    width: calc(100% - 410px);

    position: relative;

}



.ma_c1s5ml_r {

    width: 410px;

}



.ma_c1s5mll_p1 {

    color: #fff;

    font-weight: bold;

    font-size: 24px;

    margin-bottom: 25px;

}



.ma_c1s5mll_p2 {

    font-size: 14px;

    color: #a3cfff;

    line-height: 1.75;

    position: relative;

    z-index: 2;

}



.ma_c1s5_icon {

    position: absolute;

    bottom: 40px;

    right: 52px;

    width: 155px;

    z-index: 1;

}



.ma_c1s5ml1_l {

    width: calc(100% - 410px);

}



.ma_c1s5ml1_r {

    width: 410px;

    padding: 0 55px 0 50px;

    position: relative;

}



.ma_c1s5m_li1 {

    background: #4d628c;

}



.ma_c1s5ml1_r .ma_c1s5_icon {

    right: 33px;

    bottom: 40px;

}



.ma_c1s5ml1_r .ma_c1s5mll_p2 {

    color: #c5d8ff;

}



.ma_c1s6m_t h4 {

    font-size: 24px;

    color: #071d49;

    font-weight: bold;

}



.ma_c1s6 {

    padding: 85px 0 140px;

    background: #eaf1f9;

}



.ma_c1s6m_r {

    width: 55px;

}



.ma_c1s6mr_box {

    position: relative;

    width: 20px;

    cursor: pointer;

    outline: none !important;

}



.ma_c1s6mr_box1 {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    opacity: 1;

    transition: all 0.36s;

}



.ma_c1s6mr_box2 {

    position: relative;

    top: 0;

    left: 0;

    width: 100%;

    opacity: 0;

    transition: all 0.36s;

}



.ma_c1s6m_tbox {

    margin-bottom: 20px;

}



.ma_c1s6m_ul {

    margin: 0 -15px;

}



.ma_c1s6m_li {

    padding: 0 15px;

    width: 33.333333%;

    float: left;

}



.ma_c1s6ml_d {

    box-shadow: 0px 3px 41.16px 0.84px rgba(36, 42, 58, 0.07);

}



.ma_c1s6ml_d a {

    display: block;

}



.ma_c1s6mld_img {

    position: relative;

    overflow: hidden;

}



.ma_c1s6mld_img1 {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 2;

    transition: all 0.36s;

}



.ma_c1s6mld_imgbg {

    position: relative;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 1;

}



.ma_c1s6mld_txt {

    background: #fff;

    padding: 16px 30px 30px;

}



.ma_c1s6mldt_p1 {

    font-size: 18px;

    color: #242a3a;

    line-height: 1.5;

    height: 27px;

    overflow: hidden;

}



.ma_c1s6mldt_p1box {

    border-bottom: 1px solid #e5e5e5;

    padding-bottom: 10px;

    margin-bottom: 10px;

}



.ma_c1s6mldt_p2 {

    font-size: 14px;

    color: #666;

    line-height: 1.75;

    height: 49px;

    overflow: hidden;

}



.ma_c1s6m_li:not(:first-child) {

    display: none;

}



.ma_c1s6m_ul .slick-list {

    padding: 20px 0;

}



.ma_c1s6m_ul .slick-dots {

    bottom: -60px;

}



/* c2 */

.ma_fs24 {

    font-size: 24px;

}



.ma_title3 .ma_fs24 {

    font-weight: bold;

    color: #071d49;

}



.ma_c2d2_t3 {

    margin-bottom: 50px;

}



.ma_c2s2m_l {

    width: calc(100% - 777px);

    padding: 0 165px 0 12px;

}



.ma_c2s2mlll_t {

    width: 90px;

    font-size: 18px;

    color: #666;

    position: relative;

    line-height: 24px;

    font-family: "HELVETICANEUELTPRO-BD";

}



.ma_c2s2mlll_t::before {

    content: "";

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    right: 18px;

    background: #071d49;

    width: 8px;

    height: 8px;

    border-radius: 50%;

    z-index: 2;

}



.ma_c2s2mlll_t::after {

    content: "";

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    right: 12px;

    background: #cacfd8;

    width: 20px;

    height: 20px;

    border-radius: 50%;

    border: 1px solid #8893a8;

    z-index: 1;

    opacity: 0;

    transition: all 0.36s;

}



.ma_c2s2mlll_p {

    width: calc(100% - 90px);

    color: #666;

    font-size: 14px;

    line-height: 1.75;

    height: 49px;

    overflow: hidden;

}



.ma_c2s2ml_li {

    margin-bottom: 20px;

}



.ma_c2s2ml_li:last-child {

    margin-bottom: 0;

}



.ma_c2s2ml_li:not(:first-child) {

    display: none;

}



.ma_c2s2ml_li.slick-current .ma_c2s2mlll_t::after {

    opacity: 1;

}



.ma_c2s2ml_li.slick-current .ma_c2s2mlll_p {

    color: #071d49;

    font-weight: bold;

}



.ma_c2s2ml_li.slick-current .ma_c2s2mlll_t {

    color: #071d49;

    font-weight: bold;

}



.ma_c2s2ml_ul {

    position: relative;

}



.ma_c2s2ml_ul::before {

    content: "";

    position: absolute;

    width: 1px;

    height: calc(100% - 55px);

    top: 0;

    left: 68.5px;

    background: #e8e8e8;

}



.ma_c2s2m_r {

    width: 777px;

}



.ma_c2s2mrl_img {

    margin-bottom: 14px;

}



.ma_c2s2mrlt_p1 {

    font-size: 24px;

    color: #071d49;

    font-weight: bold;

    margin-bottom: 14px;

}



.ma_c2s2mrlt_p2 {

    font-size: 18px;

    color: #071d49;

    font-weight: bold;

}



.ma_c2s2mr_li:not(:first-child) {

    display: none;

}



.ma_c2s2 {

    padding: 80px 0 165px;

    background: #f7f7f7;

}



.ma_c2s2_t3 {

    margin-bottom: 50px;

}



.ma_c2s2m_tab {

    width: 100%;

}



.ma_c2s2m_tab th {

    font-size: 14px;

    color: #071d49;

    font-weight: bold;

    line-height: 60px;

}



.ma_c2s2m_th1 {

    width: 190px;

    padding: 0 12px;

}



.ma_c2s2m_th2 {

    width: 290px;

    padding: 0 12px;

}



.ma_c2s2m_th3 {

    width: 235px;

    padding: 0 12px;

}



.ma_c2s2m_tab td {

    font-size: 14px;

    color: #666;

    line-height: 50px;

    padding: 0 12px;

    background: #fff;

    border: 1px solid #eee;

    border-bottom: 1px solid transparent;

}



.ma_c2s2m_tab tr:last-child td {

    border-bottom: 1px solid #eee;

}



.ma_c2s2m_tab .ma_c2s2m_tdt {

    color: #fff;

    font-weight: bold;

}



.ma_c2s2m_tab .ma_c2s2m_td1 {

    background: #334f7e;

}



.ma_c2s2m_tab .ma_c2s2m_td2 {

    background: #071e48;

}



.ma_c2s2m_tab .ma_c2s2m_tdj1 {

    background: #fbfbfb;

}



.ma_c2s2m_tab .ma_c2s2m_td3 {

    background: linear-gradient(to right, #dfe1e6, #f2f3f5);

}



.ma_c2s2m_tab .ma_c2s2m_td4 {

    background: linear-gradient(to right, #dee0e5, #f2f3f5);

}



.ma_c2s2m_tab .ma_c2s2m_tdj2 {

    background: #f3f4f5;

}



.ma_c2s2m_th4 {

    width: 75px;

}



.ma_c2s2m_tab .ma_c2s2m_td5 {

    background: transparent;

    border-color: transparent;

    padding-right: 0;

}



.ma_c2s2m_tab tr:last-child .ma_c2s2m_td5 {

    border-color: transparent;

}



.ma_c2s2m_tab .ma_c2s2m_tdj {

    padding: 0;

    width: 100px;

}



.ma_c2s2mtj_x {

    height: 6px;

    display: inline-block;

    background: #00a3d1;

    position: relative;

}



.ma_c2s2mtj_x::before {

    content: "";

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    right: -1px;

    width: 14px;

    height: 14px;

    border-radius: 50%;

    background: #3cd9b1;

    border: 3px solid #fff;

    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);

}



/* c3 */

.ma_c3d2 {

    display: table;

}



.ma_c3d2_img,

.ma_c3d2_txt {

    display: table-cell;

    vertical-align: middle;

    width: 50%;

}



.ma_c3d2_txt {

    text-align: center;

    background: #071d49;

}



.ma_c3d2_txt img {

    width: 60px;

    margin-bottom: 18px;

}



.ma_c3d2_txt p {

    font-size: 18px;

    color: #fff;

    line-height: 1.75;

}



.ma_c3d2t_p {

    margin-bottom: 35px;

}



.ma_c3d2_txt a {

    background: linear-gradient(to bottom, #ffffff 50%, #fff 50%);

    background-size: 2px 2px;

    background-repeat: repeat-x;

    background-position: 0 100%;

    -webkit-transition: color 0.1s ease;

    transition: color all 0.36s;

    line-height: 2;

}



.ma_c3d2_txt a img {

    width: 21px;

    margin-bottom: 0;

    margin-right: 8px;

}



.ma_c3d2_txt a span {

    font-weight: bold;

    color: #fff;

    font-size: 18px;

    position: relative;

    top: 4px;

}



.ma_c3d2 {

    margin-bottom: 140px;

}



.ma_c3d3_ul {

    margin: 0 -10px;

}



.ma_c3d3_li {

    padding: 0 10px;

}



.ma_c3d3_li:not(:first-child) {

    display: none;

}



.ma_c3s1 {

    padding: 55px 0 205px;

}



.ma_c3d3_ul .slick-dots {

    bottom: -65px;

}



.ma_c3d3_ul .slick-dots li {

    width: 10px;

    height: 10px;

    border-radius: 50%;

    background: #dcdcdc;

}



.ma_c3d3_ul .slick-dots li.slick-active {

    background: #071d49;

}



.ma_c3s2 {

    background: #eaf1f9;

    padding: 80px 0 205px;

}



.ma_c3s2m_tbox {

    margin-bottom: 60px;

}



.ma_c3s2_img {

    position: relative;
    cursor: pointer;

}



.ma_c3s2_img1 {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 2;

}



.ma_c3s2_imgbg {

    position: relative;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 1;

}



.ma_c3s2 .swiper-wrapper {

    flex-direction: row;

}



.ma_c3s2 .swiper-slide {

    overflow: hidden;

    height: auto;

    margin-top: 10px !important;

}



.ma_c3s2 .swiper-pagination {

    position: absolute;

    text-align: center;

    left: 50%;

    transform: translateX(-50%);

    bottom: 120px;

}



.ma_c3s2 .swiper-pagination-bullet {

    width: 10px;

    height: 10px;

    background: #c9ccd0;

    margin: 0 6px;

    outline: none !important;

}



.ma_c3s2 .swiper-pagination-bullet-active {

    background: #071d49;

}



/* d1 */

.ma_d1s1 {

    padding: 60px 0 125px;

}



.ma_d1s1_t {

    margin-bottom: 80px;

}



.ma_d1s1_li a {

    display: block;

    overflow: hidden;

    padding: 42px 0;

}



.ma_d1s1l_l {

    color: #7f7f7f;

    font-size: 24px;

    width: 210px;

    position: relative;

    /* font-family: "HELVETICANEUELTPRO-BD"; */

    line-height: 30px;

}



.ma_d1s1l_l::before {

    content: "";

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    right: 5px;

    width: 60px;

    height: 1px;

    background: #a0a0a0;

}



.ma_d1s1l_c {

    color: #071d49;

    font-size: 18px;

    padding: 0 10px;

    width: calc(100% - 240px);

    height: 30px;

    overflow: hidden;

    line-height: 1.75;

}



.ma_d1s1l_r {

    width: 30px;

}



.ma_d1s1_li {

    border-bottom: 1px solid #e5e5e5;

}



.ma_d1s1_ul {

    margin-bottom: 110px;

}



/* d2 */

.ma_d2s1_t {

    margin-bottom: 85px;

}



.ma_d2s1 {

    padding: 60px 0 135px;

}



.ma_d2s1_m1 {

    background: #f2f2f2;

}



.ma_d2s1m1_l {

    padding: 50px 55px 60px 65px;

    width: 360px;

}



.ma_d2s1m1l_p1 {

    font-size: 60px;

    color: #ff0000;

    font-weight: bold;

    font-family: "HELVETICANEUELTPRO-BD";

    margin-bottom: 8px;

}



.ma_d2s1m1l_p1 span {

    font-size: 24px;

    font-family: "微软雅黑";

}



.ma_d2s1m1l_p1 img {

    width: 22px;

}



.ma_d2s1m1l_p2 {

    color: #333;

    font-size: 18px;

    font-weight: bold;

    line-height: 1.75;

}



.ma_d2s1m1_r {

    padding: 65px 40px 35px;

    width: calc(100% - 360px);

}



.ma_d2s1m1r_li {

    float: left;

    width: 25%;

}



.ma_d2s1m1rl_p1 {

    color: #fff;

    font-weight: bold;

    font-family: "HELVETICANEUELTPRO-BD";

    font-size: 30px;

    margin-bottom: 10px;

}



.ma_d2s1m1rl_p2 {

    font-size: 16px;

    color: #a9c2e5;

}



.ma_d2s1m1r_ul {

    margin-bottom: 60px;

}



.ma_d2s1m1r_time {

    font-size: 14px;

    line-height: 1.75;

    color: #a9c2e5;

}



.ma_d2s1_m1 {

    margin-bottom: 50px;

}



.ma_d2s1_m2 {

    padding: 60px 120px 130px;

    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.04);

}



.ma_d2s1m2_t {

    font-size: 36px;

    color: #071d49;

    font-weight: bold;

    margin-bottom: 20px;

}



/* d3 */

.ma_d3s1_t::after {

    width: calc(100% - 316px);

}



.ma_d3s1_t::before {

    left: 309px;

}



.ma_d3s1_t {

    margin-bottom: 75px;

}



.ma_d3s1 {

    padding: 55px 0 160px;

}



.ma_d3s1_m1 {

    margin: 0 -45px 80px;

}



.ma_d3s1m1_list {

    padding: 0 45px;

    float: left;

    width: 50%;

}



.ma_d3s1m1l_li {

    padding-bottom: 30px;

    border-bottom: 1px solid #e5e5e5;

}



.ma_d3s1m1ll_l {

    width: 23px;

    position: relative;

    bottom: 2px;

}



.ma_d3s1m1ll_r {

    width: calc(100% - 23px);

    padding-left: 20px;

}



.ma_d3s1m1llr_p1 {

    font-size: 18px;

    color: #071d49;

    font-weight: bold;

    margin-bottom: 14px;

}



.ma_d3s1m1ll_r a {

    font-size: 18px;

    color: #666;

    margin-right: 65px;

}



.ma_d3s1m1ll_r a:last-child {

    margin-right: 0;

}



.ma_d3s1_m2 {

    padding: 60px 65px 70px;

    position: relative;

}



.ma_d3s1_m2::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(7, 29, 73, 0.8);

    z-index: 1;

}



.ma_d3s1m2_m {

    position: relative;

    z-index: 2;

}



.ma_d3s1m2_p1 {

    font-size: 18px;

    color: #fff;

    line-height: 1.75;

    text-align: center;

    margin-bottom: 55px;

}



.ma_d3s1m2_a a {

    display: block;

    background: #fff;

    padding: 60px 0;

    text-align: center;

}



.ma_d3s1m2_a img {

    width: 21px;

    margin-right: 16px;

    position: relative;

    bottom: 4px;

}



.ma_d3s1m2_a span {

    font-size: 18px;

    color: #071d49;

    font-weight: bold;

    background: linear-gradient(to bottom, #071d49 50%, #071d49 50%);

    background-size: 2px 2px;

    background-repeat: repeat-x;

    background-position: 0 100%;

    -webkit-transition: color 0.1s ease;

    transition: color all 0.36s;

    line-height: 2;

}



/* d4 */

.ma_d4s1 {

    padding: 60px 0 115px;

}



.ma_d4s1m_t {

    text-align: center;

    margin-bottom: 75px;

}



.ma_d4s1m_btn {

    display: inline-block;

    width: 155px;

    margin: 0 7px;

}



.ma_d4s1m_btn a {

    display: block;

    line-height: 48px;

    border: 1px solid #1057a4;

    color: #1057a4;

    font-size: 18px;

    text-align: center;

    transition: all 0.36s;

}



.ma_d4s1m_btn.act a {

    background: #1057a4;

    color: #fff;

}



.ma_d4s1m_ul {

    margin: 0 -65px 50px;

}



.ma_d4s1m_li {

    padding: 0 65px;

    float: left;

    width: 25%;

    margin-bottom: 60px;

}



.ma_d4s1mld_img {

    position: relative;

    border-radius: 50%;

    overflow: hidden;

    margin-bottom: 14px;

}



.ma_d4s1mld_img1 {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 2;

    transition: all 0.36s;

}



.ma_d4s1mld_imgbg {

    position: relative;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 1;

}



.ma_d4s1mldt_p1 {

    font-size: 18px;

    color: #071d49;

    text-align: center;

    line-height: 1.75;

    height: 31px;

    overflow: hidden;

}



.ma_d4s1mldt_p2 {

    font-size: 14px;

    color: #999;

    text-align: center;

    line-height: 1.75;

    height: 24px;

    overflow: hidden;

}



.ma_d4s1ml_d {

    cursor: pointer;

}



.ma_d4tc {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 100;

    background: rgba(0, 0, 0, .7);

}



.ma_d4tc_main {

    position: fixed;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    background: #fff;

    padding: 35px 40px;

    width: 635px;

    max-width: calc(100vw - 40px);

    border-radius: 5px;

}



.ma_d4tcm_p1 {

    font-size: 24px;

    color: #071d49;

    margin-bottom: 14px;

}



.ma_d4tcm_p2 {

    font-size: 14px;

    color: #999;

    margin-bottom: 16px;

}



.ma_d4tcm_p3box p {

    font-size: 14px;

    color: #666;

    line-height: 1.75;

}



.ma_close {

    position: absolute;

    top: 10px;

    right: 15px;

    width: 15px;

    cursor: pointer;

}



.ma_d4tcm_p3box {

    height: 96px;

}



.ma_d4tcm_p3box .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {

    background: #071d49 !important;

}



.ma_d4tc {

    display: none;

}



/* e2 */

.ma_e2s1 {

    padding: 55px 0 115px;

}



.ma_e2s1_t {

    margin-bottom: 85px;

}



.ma_e2s1 .ma_in1s3m2_ul {

    margin-bottom: 0;

}



.ma_e2s2 {

    background: #f9f9f9;

    padding: 120px 0 95px;

}



.ma_e2s2 .ma_d1s1_li:first-child {

    border-top: 1px solid #e5e5e5;

}



.ma_e2s2 .ma_d1s1l_c {

    height: auto;

    width: calc(100% - 476px);

}



.ma_e2s2 .ma_d1s1l_l {

    color: #999;

    transition: all 0.36s;

}



.ma_e2s2 .ma_d1s1l_r {

    width: 60px;

}



.ma_e2s2lc_p1 {

    font-size: 18px;

    color: #333;

    line-height: 1.5;

    height: 27px;

    overflow: hidden;

    margin-bottom: 10px;

    transition: all 0.36s;

}



.ma_e2s2lc_p2 {

    font-size: 14px;

    color: #848484;

    line-height: 1.75;

    height: 49px;

    overflow: hidden;

}



.ma_e2s2 .ma_d1s1_ul {

    margin-bottom: 100px;

}



/* e3 */

.ma_e3s1 {

    padding-top: 175px;

}



.ma_e3s1m_t h3 {

    font-size: 24px;

    color: #071d49;

    font-weight: bold;

    line-height: 1.5;

}



.ma_e3s1m_t {

    padding-bottom: 35px;

}



.ma_e3s1m_lift {

    padding: 14px 0;

    border-bottom: 1px solid #eee;

    border-top: 1px solid #eee;

    margin-bottom: 45px;

}



.ma_e3s1ml_list img {

    width: 16px;

    margin-right: 4px;

}



.ma_e3s1ml_list span {

    font-size: 14px;

    color: #666;

    position: relative;

    top: 1px;

}



.ma_e3s1ml_list {

    display: inline-block;

    margin-right: 35px;

}



.ma_e3s1m_p p {

    font-size: 14px;

    color: #666;

    line-height: 1.75;

    margin-bottom: 30px;

}



.ma_e3s1m_p p:last-child {

    margin-bottom: 0;

}



.ma_e3s1m_p {

    margin-bottom: 135px;

}



.ma_e3s1fy_main {

    background: #f9f9f9;

}



.ma_e3s1fym_l {

    width: 50%;

    position: relative;

}



.ma_e3s1fym_l::before {

    content: "";

    position: absolute;

    top: 0;

    right: 0;

    width: 50vw;

    height: 100%;

    background: url(../images/ma_e3s1a_bg.jpg) no-repeat center;

    background-size: cover;

    z-index: 1;

    opacity: 0;

    transition: all 0.36s;

    pointer-events: none;

}



.ma_e3s1fym_l::after {

    content: "";

    position: absolute;

    top: 0;

    right: 0;

    width: 50vw;

    height: 100%;

    background: rgba(7, 29, 73, 0.8);

    z-index: 2;

    opacity: 0;

    transition: all 0.36s;

    pointer-events: none;

}



.ma_e3s1fym_l a {

    display: block;

    padding: 36px 26px 36px 40px;

    overflow: hidden;

    position: relative;

    z-index: 3;

}



.ma_e3s1fym_img {

    width: 9px;

    height: 15px;

    position: relative;

    top: 3px;

}



.ma_e3s1fym_img1 {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    opacity: 1;

    transition: all 0.36s;

}



.ma_e3s1fym_img2 {

    position: relative;

    top: 0;

    left: 0;

    width: 100%;

    opacity: 0;

    transition: all 0.36s;

}



.ma_e3s1fym_txt {

    width: calc(100% - 9px);

    padding-left: 30px;

    position: relative;

}



.ma_e3s1fym_txt::before {

    content: "";

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    left: 15px;

    width: 1px;

    height: 16px;

    background: #999;

    transition: all 0.36s;

}



.ma_e3s1fym_txt p {

    font-size: 14px;

    font-weight: bold;

    color: #999;

    line-height: 1.5;

    height: 21px;

    overflow: hidden;

    transition: all 0.36s;

}



.ma_e3s1fym_l:last-child .ma_e3s1fym_txt::before {

    right: 15px;

    left: auto;

}



.ma_e3s1fym_l:last-child::before {

    right: auto;

    left: 0;

}



.ma_e3s1fym_l:last-child::after {

    right: auto;

    left: 0;

}



/* e4 */

.ma_e4s1 {

    padding: 55px 0 95px;

}



.ma_e4s1_t {

    margin-bottom: 85px;

}



.ma_e4s1_ul {

    margin: 0 -15px 45px;

}



.ma_e4s1_li {

    padding: 0 15px;

    width: 33.333333%;

    float: left;

    margin-bottom: 60px;

}



.ma_e4s1l_d a {

    display: block;

}



.ma_e4s1m2ld_play {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    z-index: 3;

    width: 32px;

}



.ma_e4s1m2lda_pbox {

    height: 31px;

}



/* e5 */

.ma_e5s1 {

    padding: 180px 0 145px;

}



.ma_d14_videobox {

    position: relative;

}



.ma_d14_video {

    min-width: 100%;

    min-height: 100%;

    width: 100%;

}



.ma_d14_videobox2 {

    text-align: center;

}



.ma_d14_videobox2 iframe {

    min-width: 900px;

    min-height: 650px;

    width: 100%;

}



.ma_d14vb_play {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: 52px;

    z-index: 2;

    cursor: pointer;

}



.ma_e5s1m_video {

    margin-bottom: 20px;

}



.ma_e5s1m_p1 {

    font-size: 30px;

    color: #071d49;

    display: inline;

    line-height: 1.75;

    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #2f9ece));

    background: linear-gradient(to bottom, #ffffff 50%, #2f9ece 50%);

    background-size: 2px 2px;

    background-repeat: repeat-x;

    background-position: 0 100%;

    -webkit-transition: color 0.1s ease;

    transition: color all 0.36s;

}

.ma_e5s1m_p2{

    margin-top: 35px;

}

.ma_e5s1m_p2 p{

    font-size: 14px;

    color: #666;

    line-height: 2;

}



/* f2 */

.ma_f2s1{

    padding: 55px 0 120px;

    background: #f9f9f9;

}

.ma_f2s1_sou{

    width: 380px;

    margin-bottom: 32px;

}

.ma_f2s1s_input{

    width: calc(100% - 46px);

    height: 45px;

    border: 1px solid #eee;

    padding: 0 20px;

}

.ma_f2s1s_input input{

    width: 100%;

    height: 100%;

    color: #333;

    font-size: 14px;

}

.ma_f2s1s_btn{

    width: 46px;

    height: 45px;

    background: #1057a4;

}

.ma_f2s1s_btn button{

    width: 100%;

    height: 100%;

    line-height: 45px;

    display: block;

    text-align: center;

}

.ma_f2s1s_btn button img{

    width: 17px;

}

.ma_f2s1ml_t {

    position: relative;

    background: #fff;

    cursor: pointer;

}

.ma_f2s1ml_l{

    width: 275px;

    padding-left: 30px;

    padding-right: 20px;

    position: relative;

}

.ma_f2s1ml_l::before{

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 1px;

    height: 100%;

    background: #1057a4;

}

.ma_f2s1ml_l p{

    font-size: 16px;

    color: #555;

    line-height: 80px;

    height: 80px;

    overflow: hidden;

}

.ma_f2s1ml_c{

    width: calc(100% - 302px);

    padding-right: 20px;

}

.ma_f2s1mlc_list span{

    font-size: 16px;

    line-height: 80px;

}

.ma_f2s1mlcl_s1{

    color: #666;

}

.ma_f2s1mlcl_s2{

    color: #999;

}

.ma_f2s1mlc_list{

    /* margin-right: 70px; */
    width: 25%;

}

.ma_f2s1mlc_list:last-child{

    margin-right: 0;

}

.ma_f2s1ml_r{

    width: 26px;

    height: 80px;

    background: #1057a4;

    position: relative;

}

.ma_f2s1ml_r::before{

    content: "";

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: 15px;

    height: 1px;

    background: #fff;

    transition: all 0.36s;

}

.ma_f2s1ml_r::after {

    content: "";

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: 1px;

    height: 15px;

    background: #fff;

    transition: all 0.36s;

}

.ma_f2s1ml_btm{

    padding: 36px 30px;

    display: none;

}

.ma_f2s1mlbl_t{

    font-size: 18px;

    color: #333;

    font-weight: bold;

    margin-bottom: 30px;

}

.ma_f2s1mlbl_ul p {

    color: #666;

    font-size: 14px;

    line-height: 1.75;

}

.ma_f2s1mlb_l{

    margin-bottom: 35px;

}

.ma_f2s1mlb_l:last-child{

    margin-bottom: 50px;

}

.ma_f2s1mlb_a{

    width: 215px;

    background: #1057a4;

}

.ma_f2s1mlb_a a{

    display: block;

    text-align: center;

    color: #fff;

    font-weight: bold;

    line-height: 50px;

    position: relative;

}



.ma_f2s1mlb_a a img{

    width: 7px;

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    right: 55px;

}

.ma_f2s1m_li{

    margin-bottom: 20px;

}

.ma_f2s1m_li:last-child{

    margin-bottom: 0;

}

.ma_f2s1m_ul{

    margin-bottom: 110px;

}

.ma_f2s1m_li.act .ma_f2s1ml_r::after {

    opacity: 0;

}
/* 
.ma_f2s1m_li:first-child .ma_f2s1ml_btm{

    display: block;

} */

/* g1 */

.ma_g1s1{

    padding: 70px 0 160px;

    position: relative;

}

.ma_g1s1::before{

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 1;

    background: linear-gradient(to bottom, #fff, transparent);

}

.ma_g1s1_main{

    position: relative;

    z-index: 2;

}

.ma_g1s1m_t{

    text-align: center;

    margin-bottom: 70px;

}

.ma_g1s1mt_p1{

    font-size: 24px;

    color: #071d49;

    font-weight: bold;

    margin-bottom: 18px;

}

.ma_g1s1mt_p2{

    font-size: 16px;

    color: #071d49;

    line-height: 1.75;

}

.ma_g1s1m_add{

    display: table;

    width: 100%;

    margin-bottom: 65px;

    box-shadow: 0px 3px 20px 0px rgba(7, 29, 73, 0.05);

}





.ma_g1s1ma_l,

.ma_g1s1ma_r {

    display: table-cell;

    vertical-align: middle;

}

.ma_g1s1ma_l {

    width: 335px;

    background: #1057a4;

    text-align: center;

    padding: 105px 0;

}

.ma_g1s1ma_l p{

    font-size: 18px;

    color: #fff;

    font-weight: bold;

}

.ma_g1s1ma_r{

    background: #fff;

    padding-left: 30px;

    padding-right: 30px;

    width: calc(100% - 335px);

    position: relative;

}

.ma_g1s1ma_r::before{

    content: "";

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: 93%;

    height: 1px;

    background: #eee;

}

.ma_g1s1mar_ul{

    padding: 0 40px;

}

.ma_g1s1mar_li{

    float: left;

    width: 33.333333%;

    padding: 0 24px;

}

.ma_g1s1marla_p1{

    font-size: 18px;

    color: #071d49;

    font-weight: bold;

    margin-bottom: 40px;

}

.ma_g1s1marla_p2{

    font-size: 14px;

    color: #666;

}

.ma_g1s1m_ul{

    margin: 0 -1px;

}

.ma_g1s1m_li{

    float: left;

    width: 50%;

    padding: 0 1px;

    margin-bottom: 1px;

}

.ma_g1s1ml_d{

    padding: 40px 60px 85px;

    background: #fff;

}

.ma_g1s1mld_p1{

    font-size: 20px;

    color: #071d49;

    font-weight: bold;

    margin-bottom: 20px;

}

.ma_g1s1mld_d1 img{

    width: 24px;

    position: relative;

    bottom: 5px;

    margin-right: 5px;

}

.ma_g1s1mld_d1 p{

    display: inline-block;

    font-size: 24px;

    font-weight: bold;

}

.ma_g1s1mld_d1 p a{

    color: #071d49;

}

.ma_g1s1mld_d1{

    margin-bottom: 16px;

}

.ma_g1s1mld_p2{

    font-size: 16px;

    color: #333;

    line-height: 1.75;

}

.ma_g1s2{

    padding: 150px 0 210px;

}

.ma_g1s2m_l{

    width: calc(100% - 390px);

}

.ma_g1s2ml_p1{

    font-size: 24px;

    color: #071d49;

    font-weight: bold;

    margin-bottom: 12px;

}

.ma_g1s2ml_p2{

    font-size: 16px;

    color: #333;

    margin-bottom: 50px;

}

.ma_g1s2mlf_box{

    margin: 0 -9px 55px;

}

.ma_g1s2mlf_box:last-child{

    margin-bottom: 0;

}

.ma_g1s2mlf_l,

.ma_g1s2mlf_r {

    padding: 0 9px;

    width: 50%;

}

.ma_g1s2mlflb_in{

    background: #f5f5f5;

    height: 50px;

    padding: 0 30px;

    margin-bottom: 16px;

}

.ma_g1s2mlflb_in:last-child{

    margin-bottom: 0;

}

.ma_g1s2mlflb_in input,

.ma_g1s2mlflb_in textarea {

    color: #333;

    font-size: 14px;

    width: 100%;

    height: 100%;

    resize: none;

}

.ma_g1s2mlflb_in2{

    height: 248px;

    padding: 18px 30px;

}

.ma_g1s2mlflb_in3 input{

    width: calc(100% - 90px);

    float: left;

}

.ma_g1s2mlflbi3_yzm{

    line-height: 50px;

}

.ma_g1s2mlflb_in3{

    padding-right: 10px;

}

.ma_g1s2mlflb_btn{

    width: 170px;

    background: #1057a4;

}

.ma_g1s2mlflb_btn button{

    display: block;

    text-align: center;

    color: #fff;

    line-height: 50px;

    width: 100%;

    font-size: 16px;

}

.ma_g1s2_main{

    position: relative;

}

.ma_g1s2m_r{

    position: absolute;

    top: 58%;

    transform: translateY(-50%);

    right: -370px;

}

.ma_g1s3_main #container{

    height: 550px;

}

/* e1 */

.ma_e1s1{

    padding: 55px 0 115px;

}

.ma_e1s1_t{

    margin-bottom: 50px;

}

.ma_e1s1_p p{

    font-size: 14px;

    color: #666;

    line-height: 2;

    margin-bottom: 30px;

}



.ma_e1s1_p p:last-child{

    margin-bottom: 0;

}

.ma_e1s1_p{

    margin-bottom: 60px;

}

.ma_e1s1_ul .ma_c1s1l_img img{

    width: 47px;

}



.ma_e1s1_ul .ma_c1s1_li {

    width: 24%;

}

.ma_e1s3{

    padding: 85px 0 185px;

    background: #0b204a;

    position: relative;

    margin-top: -5px;

}

.ma_e1s3::before{

    content: "";

    position: absolute;

    top: 0;

    right: 0;

    width: 500px;

    height: 100%;

    z-index: 5;

    background: linear-gradient(to right, transparent, #071d49);

}

.ma_e1s3::after {

    content: "";

    position: absolute;

    top: 0;

    right: 0;

    width: 100%;

    height: 100%;

    z-index: 1;

    background: rgba(7, 29, 73, 0.95);

}

.ma_e1s1m_t h3{

    font-size: 36px;

    color: #fff;

    font-weight: bold;

}

.ma_e1s1m_t{

    margin-bottom: 65px;

}

.ma_e1s3l_t{

    font-size: 48px;

    color: #fff;

    font-weight: bold;

    font-family: "HELVETICANEUELTPRO-BD";

    margin-bottom: 60px;

}

.ma_e1s3ll_p1{

    font-size: 14px;

    color: #fff;

    font-weight: bold;

    margin-bottom: 10px;

}

.ma_e1s3ll_p2{

    font-size: 14px;

    color: #b3c3e3;

    line-height: 1.75;

}

.ma_e1s3l_li{

    margin-bottom: 10px;

}

.ma_e1s3_list{

    padding-left: 32px;

    padding-right: 12px;

    border-right: 1px solid #293b60;

}

.ma_e1s3 .swiper-slide{

    width: 320px;

    transition: all 0.36s;

}

.ma_e1s3l_ulbox{

    height: 460px;

}



.ma_e1s3_list .mCSB_inside>.mCSB_container {

    margin-right: 20px;

}

.ma_e1s3 .swiper-slide.swiper-slide-active{

    width: 425px;

}



.ma_e1s3 .swiper-slide.swiper-slide-active .ma_e1s3_list {

    padding-left: 0;

}
.ma_e1s3 .swiper-slide.swiper-slide-prev .ma_e1s3_list {
    border-right: 0;
}



.ma_e1s3 .swiper-pagination-progressbar {

    width: 130%;

    bottom: -125px;

    left: 0;

    height: 2px;

    background: #1e3156;

}

.ma_e1s3_main{

    position: relative;

    z-index: 2;

}

.ma_e1s3 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {

    background-color: #fff;

}

.ma_e1s3_main .swiper-container {

    width: calc(50vw + 1200px / 2);

}

.ma_e1s4{

    padding: 115px 0 0;

    position: relative;

}
.ma_e1s4_m img{
    width: 100%;
}

.ma_e1s4_t{

    margin-bottom: 110px;

}

.ma_e1s4_bg{

    position: absolute;

    bottom: 275px;

    left: 50%;

    transform: translateX(-50%);

    z-index: 1;

    opacity: 0.05;

    width: 1618px;

}

.ma_e1s4_main{

    position: relative;

    z-index: 5;

}

.ma_f1s1{

    padding: 50px 0 115px;

}

.ma_f1s1_t{

    margin-bottom: 65px;

}

.ma_f1s1_m{

    display: table;

}

.ma_f1s1m_l,

.ma_f1s1m_r{

    display: table-cell;

    vertical-align: top;

}

.ma_f1s1m_l{

    width: 565px;

    padding-right: 40px;

}

.ma_f1s1m_r{

    width: calc(100% - 565px);

}

.ma_f1s1ml_t{

    font-size: 24px;

    font-weight: bold;

    color: #071d49;

    margin-bottom: 28px;

}

.ma_f1s1ml_p p{

    font-size: 14px;

    color: #666;

    line-height: 2;

    margin-bottom: 30px;

}

.ma_f1s1ml_p p:last-child{

    margin-bottom: 0;

}

.ma_f1s3{

    padding: 105px 0 160px;

}

.ma_f1s3_t{

    margin-bottom: 75px;

}

.ma_f1s3m1_ul{

    margin: 0 -30px;

}

.ma_f1s3m1_li{

    padding: 0 30px;

    float: left;

    width: 25%;

}

.ma_f1s3m1l_d{

    padding: 40px 30px 290px;

    position: relative;

    overflow: hidden;

}

.ma_f1s3m1l_d::before{

    content: "";

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

    bottom: 0;

    width: 100%;

    height: 80px;

    background: url(../images/ma_sjbg.png) no-repeat center;

    background-size: contain;

}

.ma_f1s3m1_li1 .ma_f1s3m1l_d {

    background: #7fc3fd;

}

.ma_f1s3m1ld_p1{

    font-size: 14px;

    color: #fff;

    font-weight: bold;

    margin-bottom: 14px;

}

.ma_f1s3m1ld_p2{

    font-size: 30px;

    font-weight: bold;

    color: #fff;

}

.ma_f1s3m1ld_img{

    position: absolute;

    top: 145px;

    right: -25px;

    width: 164px;

}

.ma_f1s3m1_li2 .ma_f1s3m1l_d{

    background: #4bd2ea;

}

.ma_f1s3m1_li3 .ma_f1s3m1l_d {

    background: #4d628c;

}

.ma_f1s3m1_li4 .ma_f1s3m1l_d {

    background: #071d49;

}

.ma_f1s3m1{

    margin-bottom: 100px;

}

.ma_f1s3m2_t{

    font-size: 24px;

    color: #071d49;

    font-weight: bold;

    margin-bottom: 40px;

}

.ma_f1s3m2_ulbox{

    padding: 30px 25px;

    box-shadow: 0px 3px 46px 0px rgba(7, 29, 73, 0.05);

}

.ma_f1s3m2_li{

    float: left;

    width: 20%;

}

.ma_f1s3m2l_d1 {

    padding: 12px 0 45px;

}

.ma_f1s3m2l_d{

    text-align: center;

    border-right: 1px solid #eee;

    border-bottom: 1px solid #eee;

}

.ma_f1s3m2ld_img{

    width: 44px;

    display: inline-block;

    margin-bottom: 14px;

}

.ma_f1s3m2ld_txt{

    font-size: 16px;

    color: #071d49;

}

.ma_f1s3m2l_d2{

    padding: 45px 0 12px;

    border-bottom: none;

}

.ma_f1s3m2_li:nth-child(5) .ma_f1s3m2l_d,

.ma_f1s3m2_li:nth-child(10) .ma_f1s3m2l_d {

    border-right: none;

}

.ma_f1s3m2{

    padding-bottom: 100px;

    border-bottom: 1px solid #e5e5e5;

}

.ma_f1s3m3{

    padding-top: 80px;

}

.ma_f1s3m3_ul{

    margin: 0 -10px;

}

.ma_f1s3m3_li{

    padding: 0 10px;

}

.ma_f1s3m3_li:not(:first-child){

    display: none;

}

.ma_f1s3m3ld_l{

    width: 370px;

    background: #071d49;

}

.ma_f1s3m3ld_r{

    width: calc(100% - 370px);

    padding-left: 90px;

}

.ma_f1s3m3ldl_img{

    position: relative;

    top: 22px;

    left: 22px;

}

.ma_f1s3m3ldl_img1{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 2;

}

.ma_f1s3m3ldl_imgbg {

    position: relative;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 1;

}

.ma_f1s3m3ld_r{

    padding-top: 75px;

}

.ma_f1s3m3ldr_d{

    padding: 50px 80px 55px 0;

    position: relative;

}

.ma_f1s3m3ldr_d::before{

    content: "";

    position: absolute;

    top: 0;

    right: 0;

    width: calc(100% + 100px);

    height: 100%;

    background: #eaf1f9;

    z-index: 0;

}

.ma_f1s3m3ldr_dbox{

    position: relative;

    z-index: 2;

}

.ma_f1s3m3ldr_p1{

    color: #071d49;

    font-size: 24px;

    font-weight: bold;

    margin-bottom: 30px;

}

.ma_f1s3m3ldrd_p p{

    font-size: 16px;

    color: #666;

    line-height: 1.5;

    height: 72px;

    overflow: hidden;

}

.ma_f1s3m3ldrd_p{

    margin-bottom: 50px;

}

.ma_f1s3m3ldr_p2{

    font-size: 16px;

    color: #071d49;

    line-height: 1.5;

}



.ma_f1s3m3_ul .slick-list {

    padding-bottom: 22px;

}



.ma_f1s3m3_ul .slick-dots {
    width: 96%;
    bottom: 0;
}

.ma_f1s3m3_ul .slick-dots li {

    width: 10px;

    height: 10px;

    margin: 0 6px;

    border-radius: 50%;

    background: #dcdcdc;

}



.ma_f1s3m3_ul .slick-dots li.slick-active {

    background: #071d49;

}

.ma_f1s2_main{

    padding: 64px 0 90px;

    position: relative;

}

.ma_f1s2m_t{

    font-size: 24px;

    color: #071d49;

    font-weight: bold;

    margin-bottom: 60px;

    position: relative;

    z-index: 2;

}

.ma_f1s2m_l{

    width: 125px;

}

.ma_f1s2m_l p img{

    width: 11px;

    margin-right: 10px;

}

.ma_f1s2m_l p{

    font-size: 14px;

    font-weight: bold;

}

.ma_f1s2m_l p:first-child{

    color: #071d49;

    margin-bottom: 8px;

}

.ma_f1s2m_l p:last-child{

    color: #0064fb;

}

.ma_f1s2m_r p{

    font-size: 36px;

    background: linear-gradient(to bottom, #192f5a, #77a2f9);

    -webkit-background-clip: text;

    color: transparent;

}

.ma_f1s2m_m{

    position: relative;

    z-index: 2;

}

.ma_f1s2m_bg{

    position: absolute;

    top: 62%;

    transform: translateY(-50%);

    right: -195px;

}

.ma_f1s2_main::before{

    content: "";

    position: absolute;

    top: 0;

    left: 50%;

    transform: translateX(-50%);

    width: calc(100vw - 256px);

    height: 100%;

    background: #eaf1f9;

    z-index: 1;

}

.ma_f1s2m_c{

    padding-top: 40px;

    width: 430px;

}

.ma_f1s2m_c img{

    margin-bottom: 1px;

}

/* .ma_f1s2m_c1{

    position: relative;

    left: -12px;

}

.ma_f1s2m_c2{

    position: relative;

    left: -22px;

}



.ma_f1s2m_c3 {

    position: relative;

    left: -8px;

}

.ma_f1s2m_c4 {

    position: relative;

    left: 22px;

}

.ma_f1s2m_c5 {

    position: relative;

    left: -5px;

} */

.ma_e1s4m_li{

    float: left;

    width: 25%;

    transition: all 0.8s;

    position: relative;

    overflow: hidden;

}

.ma_e1s4mld_p{

    color: #333;

    font-size: 24px;

    font-weight: bold;

    position: relative;

    z-index: 3;

    transition: all 0.5s;

}

.ma_e1s4ml_d{

    padding: 78px 0 625px;

    text-align: center;

    border: 1px solid #e5e5e5;

    position: relative;

    cursor: pointer;

    z-index: 2;

}

.ma_e1s4ml_bg {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%,-50%);

    width: 729px;

    height: 100%;

    z-index: 1;

    opacity: 0;

    transition: all 0.5s;

}

.ma_e1s4ml_bg img{

    width: 100%;

    height: 100%;

}

.ma_e1s4ml_d::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(7, 29, 73, 0.5);

    z-index: 2;

    opacity: 0;

    transition: all 0.5s;

}

.ma_e1s4m_li.act{

    width: 50%;

}

.ma_e1s4m_li.act .ma_e1s4ml_bg {

    opacity: 1;

}

.ma_e1s4m_li.act .ma_e1s4ml_d::before {

    opacity: 1;

}

.ma_e1s4m_li.act .ma_e1s4mld_p{

    color: #fff;

}

.ma_e1s4mld_m1,

.ma_e1s4mld_m2{

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

    z-index: 3;

    opacity: 0;

    transition: all 0.5s;

}

.ma_e1s4mld_m1{

    top: 240px;

}

.ma_e1s4mld_m2{

    bottom: 50px;

    width: 350px;

}

.ma_e1s4mld_m1 p{

    font-weight: bold;

    color: #fff;

    font-size: 30px;

    white-space: nowrap;

}

.ma_e1s4mld_m1::before{

    content: "";

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

    bottom: -30px;

    width: 45px;

    height: 1px;

    background: #fff;

}

.ma_e1s4mld_m2 p{

    color: #fff;

    font-size: 14px;

    line-height: 1.75;

    text-align: center;

}

.ma_e1s4m_li.act .ma_e1s4mld_m1,

.ma_e1s4m_li.act .ma_e1s4mld_m2 {

    opacity: 1;

}

.ma_in1s4_li2{

    animation-delay: 200ms;

}

.ma_in1s4_li3 {

    animation-delay: 400ms;

}

.ma_in1s4_li4 {

    animation-delay: 600ms;

}

.mc_phfy{

    overflow: hidden;

}





@media screen and (min-width: 1200px) {

    .ma_pchdm_li1 a:hover {

        color: #1057a4;

    }



    .ma_pchdm_li2:hover .ma_pchdml3_img {

        opacity: 1;

    }



    .ma_banul_play:hover::before {

        animation: p1 1s infinite;

    }



    .ma_banul_play:hover::after {

        animation-delay: 1s;

        animation: p2 1.3s infinite;

    }



    .ma_fttml_li1 a:hover {

        color: #fff;

    }



    .mc_ft_copyright a:hover,

    .ma_ftbm_r a:hover {

        color: #fff;

        opacity: 1;

    }



    .ma_in1s1l_d a:hover span {

        color: #1057a4;

    }



    .ma_in1s2m_a a:hover {

        color: #333;

        background: #fff;

    }



    .ma_in1s3m1ld_p:hover {

        color: #2f9ece;

        background: transparent;

    }



    .ma_in1s3m2l_d a:hover .ma_in1s3m2lda_p {

        color: #2f9ece;

        background: transparent;

    }



    .ma_in1s3m2l_d a:hover .ma_in1s3m2ld_i1 {

        transform: scale(1.1);

    }



    .ma_in1s1ld_a a:hover span {

        color: #1057a4;

    }



    .ma_b1s1l_d a:hover .ma_b1s1ld_btn {

        opacity: 1;

    }



    .ma_b1s1l_d:hover {

        box-shadow: 0 0 25px -3px rgba(0, 0, 0, .2);

    }



    .pc_fenye a:hover li {

        color: #fff;

        background: #1057a4;

    }



    .pc_fenye a:hover .ma_comp-tabli2 {

        opacity: 1;

    }



    .pc_fenye a:hover .ma_comp-tabli1 {

        opacity: 0;

    }



    .ma_b2s2m_qhbox:hover .ma_b2s2m_qhbox1 {

        opacity: 0;

    }



    .ma_b2s2m_qhbox:hover .ma_b2s2m_qhbox2 {

        opacity: 1;

    }



    .ma_c1s2m_li a:hover .ma_c1s2ml_l1 {

        transform: scale(1.1);

    }



    .ma_c1s6mr_box:hover .ma_c1s6mr_box1 {

        opacity: 0;

    }



    .ma_c1s6mr_box:hover .ma_c1s6mr_box2 {

        opacity: 1;

    }



    .ma_c1s6ml_d .ma_c1s6ml_da:hover .ma_c1s6mld_img1 {

        transform: scale(1.1);

    }



    .ma_d4s1ml_d:hover .ma_d4s1mld_img1 {

        transform: scale(1.1);

    }



    .ma_d4s1m_btn a:hover {

        color: #fff;

        background: #1057a4;

    }



    .ma_d1s1_li a:hover .ma_d1s1l_l {

        color: #071d49;

    }



    .ma_d1s1_li a:hover .ma_e2s2lc_p1 {

        color: #071d49;

    }



    .ma_e3s1fym_l:hover::before,

    .ma_e3s1fym_l:hover::after {

        opacity: 1;

    }



    .ma_e3s1fym_l:hover .ma_e3s1fym_img1 {

        opacity: 0;

    }



    .ma_e3s1fym_l:hover .ma_e3s1fym_img2 {

        opacity: 1;

    }



    .ma_e3s1fym_l:hover .ma_e3s1fym_txt p {

        color: #fff;

    }



    .ma_e3s1fym_l:hover .ma_e3s1fym_txt::before {

        background: #fff;

    }



    .ma_e4s1l_d a:hover .ma_in1s3m2ld_i1 {

        transform: scale(1.1);

    }



    .ma_e4s1l_d a:hover .ma_in1s3m2lda_p {

        color: #2f9ece;

        background: transparent;

    }
    /* 2024.03.15 - start */
    .pmli_link:hover{
        box-shadow: 0px 4px 40px 10px rgba(8, 30, 125, 0.04);
    }
    .hpcb_list_item_cry:hover .hpcb_lic_img img{
        transform: scale(1.05);
    }
    .hpcb_list_item_cry:hover span {
        color: #1057a4;
    }
    /* 2024.03.15 - end */
}



.ma_in1s3m2_ul,

.ma_b1s1_ul,

.ma_c1s1_ul,

.ma_c1s2m_ul,

.ma_c1s5m_ul,

.ma_d1s1_ul,

.ma_d2s1_m2,

.ma_d4s1m_ul,

.ma_e1s1_ul,

.ma_d1s1_ul,

.ma_f1s3m1_ul,

.ma_f1s3m2_ul,

.ma_f2s1m_ul,

.ma_g1s1m_ul,

.ma_g1s2mlf_box,

.ma_e4s1_ul {

    overflow: hidden;

}



.ma_bantxtp1,

.ma_title1,

.ma_in1s1_li,

.ma_in1s2m_p,

.ma_in1s2m_a,

.ma_in1s1ld_a,

.ma_in1s3m2_li,

.ma_in1s4_p,

.ma_title2,

.ma_b1s1_li,

.box,

.ma_b2s2m_t,

.ma_c1s1_p,

.ma_c1s1_li,

.ma_c1s2m_li,

.ma_c1s5m_li,

.ma_c1s1_p,

.ma_title3,

.ma_c1s1_p,

.ma_d1s1_li,

.ma_d2s1m2_t,

.ma_d2s1m2_img,

.ma_d3s1m1_list,

.ma_d3s1m2_p1,

.ma_d3s1m2_a,

.ma_d4s1m_t,

.ma_d4s1m_li,

.ma_c1s1_li,

.ma_e1s1m_t,

.ma_d1s1_li,

.ma_e4s1_li,

.ma_f1s2m_t,

.ma_f1s2m_c img,

.ma_f1s3m1_li,

.ma_f1s3m2_t,

.ma_f1s3m2_li,

.ma_f2s1_sou,

.ma_f2s1m_li,

.ma_g1s1mt_p1,

.ma_g1s1mt_p2,

.ma_g1s1mt_p3,

.ma_g1s1m_li,

.ma_g1s2ml_p1,

.ma_g1s2ml_p2,

.ma_g1s2mlflb_in,

.ma_g1s2mlflb_btn,
.ma27_title2 {

    animation-name: fadeInUp;

    animation-delay: .3s;

}

.ma_d4s1m_li:nth-child(4n+1),

.ma_b1s1_li:nth-child(3n+1),

.ma_in1s3m2_li:nth-child(3n+1),

.ma_e4s1_li:nth-child(3n+1),

.ma_f1s3m1_li:nth-child(4n+1),

.ma_f1s3m2_li:nth-child(5n+1),

.ma_g1s1m_li:nth-child(2n+1) {

    animation-delay: .3s;

}

.ma_d4s1m_li:nth-child(4n+2),

.ma_b1s1_li:nth-child(3n+2),

.ma_in1s3m2_li:nth-child(3n+2),

.ma_e4s1_li:nth-child(3n+2),

.ma_f1s3m1_li:nth-child(4n+2),

.ma_f1s3m2_li:nth-child(5n+2),

.ma_g1s1m_li:nth-child(2n+2) {

    animation-delay: .4s;

}

.ma_d4s1m_li:nth-child(4n+3),

.ma_b1s1_li:nth-child(3n+3),

.ma_in1s3m2_li:nth-child(3n+3),

.ma_e4s1_li:nth-child(3n+3),

.ma_f1s3m1_li:nth-child(4n+3),

.ma_f1s3m2_li:nth-child(5n+3) {

    animation-delay: .5s;

}

.ma_d4s1m_li:nth-child(4n+4),

.ma_f1s3m1_li:nth-child(4n+4),

.ma_f1s3m2_li:nth-child(5n+4) {

    animation-delay: .6s;

}

.ma_f1s3m2_li:nth-child(5n+5){

    animation-delay: .8s;

}

.ma_bantxtp1,

.ma_banul_num,

.ma_in1s3m_m1,

.ma_b1s1_ul,

.ma_c1s3m_txt,

.ma_c1s4m_c,

.ma_c1s4m_num,

.ma_c1s5m_1,

.ma_c1s6m_tbox,

.ma_c1s6m_ul,

.ma_c3d3,

.ma_c3s2_main,

.ma_e1s4m_ul,

.ma_f1s3m3_ul {

    animation-name: fadeIn;

    animation-delay: .3s;

}

.ma_b2s1m_l,

.ma_c1s4m_l,

.ma_c2s2m_l,

.ma_c3d2_img,

.ma_d2s1m1_l,

.ma_f1s1m_l,

.ma_f1s2m_l,

.ma_g1s1ma_l {

    animation-name: fadeInLeft;

    animation-delay: .3s;

}

.ma_b2s1m_r,

.ma_c1s4m_r,

.ma_c2s2m_r,

.ma_c3d2_txt,

.ma_d2s1m1_r,

.ma_f1s1m_r,

.ma_f1s2m_r,

.ma_g1s1ma_r {

    animation-name: fadeInRight;

    animation-delay: .3s;

}



.ma_d4tc_main .mCSB_inside>.mCSB_container {

    margin-right: 22px;

}



.ma_e1s3l_ulbox .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {

    background: #fff;

    width: 2px;

}

.ma_e1s2{

    overflow: hidden;

}
.ma_b1s1_ul{
    padding-top: 20px;
}
.ma_b1s1_t{
    margin-bottom: 30px;
}
.ma27_title2{
    margin-bottom: 50px;
}

.mc_pcfy li {
    float: left;
    width: 28px;
    height: 28px;
    margin: 0px 8px;
}

.mc_pcfy li a{
    display: block;
    font-family: Arial,
    Helvetica,
    sans-serif;
    border-radius: 50%;
    line-height: 28px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    transition: all .3s;
}
.mc_pcfy li.page-active a{
    color: #fff;
    background: #1057a4;
}
.mc_phfy{
    display: none;
}
.mc_phfy li a{
    display: none;
}

.mc_phfy li a[rel="prev"],
.mc_phfy li a[rel="next"] {
    display: block;
    color: #333;
}

.mc_phfy li a[rel="next"]::before{
    content: "下一页";
    color: #333;
    font-size: 14px;
    margin-right: 5px;
}

.mc_phfy li a[rel="prev"]::after {
    content: "上一页";
    color: #333;
    font-size: 14px;
    margin-left: 5px;
}
.mc_phfy ul{
    overflow: hidden;
}

.mc_phfy li:first-child{
    float: left;
}

.mc_phfy li:last-child {
    float: right;
}
@media screen and (min-width: 1200px){
    .mc_pcfy li a:hover {
        color: #fff;
        background: #1057a4;
    }
}
.ma_b2s1ml_li2.slick-current .ma_b2s1mll2_d{
    border-color: #1057a4;
}
.ma_d2s1_m1{
    overflow: hidden;
}
.ma_e1s2_main video{
    width: 100%;
    height: 100%;
}
.ma_d2 .ma_title2::before {
    left: 336px;
}

.ma_d2 .ma_title2::after {
    width: calc(100% - 343px);
}

.ma_g1s2mlflb_in3 input {
    width: calc(100% - 120px);
}
.ma_g1s2mlflbi3_yzm {
    width: 120px;
}
.ma_c2s2mrl_img a{
    display: block;
}
.ma_ftbox {
    height: 490px;
}
.ma_b2s1mr_li p{
    line-height: 1.75;
    height: 56px;
    overflow: hidden;
}
.ma_in1s4m_img{
    display: none;
}

.ma_d2s1m2_img img{
    width: 100%;
}
.ma_b1s1ldt_btn .ma_b1s1ldtb_s{
    font-size: 12px;
    position: relative;
    top: -2px;
}
.ma27_title2 p{
    font-size: 16px;
    color: #333;
    line-height: 1.75;
}
.ma_g1s3_main{
    position: relative;
}
.ma_g1s3_btn{
    position: absolute;
    bottom: 50px;
    right: 50px;
    background: #1057a4;
    padding: 0 20px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    z-index: 2;
    display: block;
}

.ma_c1s1l_p p{
    line-height: 1.5;
}

.ma_c2s2mtj_x{
    max-width: 400%;
}

.ma_f1s2m_c{
    overflow: hidden;
    padding-top: 0;
}

/* 20210916 */
.ma_c2s2m_th4{
    width: 120px;
}

.ma_c2s2m_tab th{
    line-height: 1.5 !important;
    height: 60px;
    white-space: nowrap;
}

.ma_c2s2m_tab td{
    line-height: 1.5 !important;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and (max-width: 1440px){
    .ma_c2s2m_tab td {
        height: 40px;
    }
    .ma_c2s2m_tab th{
        line-height: 1.5 !important;
        height: 50px;
    }
}


/* 20211008 */
.ma_f1 .ma_f1s3m3ldrd_p p{
    height: auto !important;
    min-height: 4.5em;
}

.ma_b2s1mr_li p{
    height: auto !important;
}

.ma_c2s2mtj_x {
    max-width: calc(400% - 20px);
}
/* 2024.03.15 - start */
.ma_in1s2_main{
    --shu1: 130px;
}
.ma_in1s2_main.ma_pid120 {
    padding-left: var(--shu1);
    padding-right: var(--shu1);
}
.pro_main_list_item{
    width: 50%;
    padding: 0 18px;
    margin-bottom: 50px;
}
.pro_main_list{
    margin: 0 -18px;
    margin-bottom: 30px;
}
.pmli_link {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 31px 39px 34px;
    display: flex;
    transition: all 0.36s;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 0 0 0 rgba(8, 30, 125, 0);
}
.pro_main .ma_b1s1{
    position: relative;
}
.pro_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pro_bg img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.pro_main .ma_b1s1_main {
    z-index: 6;
}
.pmli_link_label{
    border-radius: 5px;
    background: #eee;
    padding: 1px 8px;
    font-size: 14px;
    line-height: 2;
    color: #071D49;
}
.pmli_link_title{
    padding-top: 24px;
    padding-bottom: 24px;
}
.pmli_link_title_font{
    font-size: 24px;
    line-height: 1.75;
    color: #071D49;
    padding-bottom: 3px;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #2f9ece));
    background: linear-gradient(to bottom, #ffffff 50%, #2f9ece 50%);
    background-size: 2px 2px;
    background-repeat: repeat-x;
    background-position: 0 100%;
    -webkit-transition: color 0.1s ease;
}
.std_text1,.std_text1 p{
    color: #666;
    line-height: 1.75;
    font-size: 16px;
}
.pro_main_list_item{
    opacity: 0;
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: .3s;
}
.pro_main_list_item:nth-of-type(2n){
    animation-delay: .4s;
}
@-webkit-keyframes ysfadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes ysfadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.pro_main .ma_mainbg{
    overflow: hidden;
}
.ma_ban {
    position: relative;
    margin-top: 70px;
}
.home_pro{
    position: relative;
    background: #fff;
}
.home_pro_img{
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
}
.home_pro_img img{
    height: 100%;
    width: auto;
    max-width: none;
}
.home_pro_cry{
    position: relative;
    z-index: 3;
}
.hpct_scroll_icon{
    width: 35px;
    margin-right: 10px;
}
.hpct_scroll_icon img{
    width: 100%;
}
.hpct_scroll{
    display: flex;
    align-items: flex-end;
    margin-left: -5px;
    margin-top: 52px;
}
.hpct_scroll_font{
    color: #999;
    line-height: 1.75;
    font-size: 16px;
}
.home_pro_cry_top .ma_fs60{
    margin-bottom: 57px;
    font-weight: bold;
}
.home_pro_cry_top{
    height: 100vh;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.ys_imgbox_cover {
    position: relative;
    overflow: hidden;
}
.ys_imgbox_cover img {
    width: 100%;
    transition: all .36s ease;
}
.ys_imgbox_cover img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.hpcb_lic_img .ys_imgbox_cover{
    border-radius: 50%;
    width: 100%;
}
.hpcb_list_item_cry{
    display: flex;
    align-items: center;
}
.hpcb_lic_text{
    padding-left: var(--jian1);
}
.hpcb_list_item:first-child .hpcb_list_item_cry{
    flex-direction: row-reverse;
}
.hpcb_list_item:first-child .hpcb_lic_text{
    padding-left: 0;
    padding-right: var(--jian1);
    text-align: right;
}
.hpcb_list_item{
    margin-bottom: 20px;
}
.hpcb_list_item:last-child{
    margin-bottom: 0;
}
.hpcb_list .ma_in1s1ld_t {
    font-size: 24px;
    line-height: 1.75;
    color: #071D49;
    margin-bottom: 16px;
}
.hpcb_list .ma_in1s1ld_p p{
    color: #666;
    line-height: 1.75;
    height: auto;
}
.hpcb_list .ma_in1s1ld_p {
    margin-bottom: 20px;
}
.hpcb_list_item .hpcb_list_item_cry{
    width: var(--zong);
    margin-left: var(--left1);
}
.hpcb_lic_img{
    width: var(--width1);
}
.hpcb_lic_text{
    width: calc(100% - var(--width1));
}
.hpcb_list_item{
    --jian1: 40px;
    --width1: 204px;
    --zong: 49.75%;
    --left1: 0;
}
.hpcb_list_item:nth-of-type(2){
    --width1: 312px;
    --zong: 62.25%;
    --left1: 0;
}
.hpcb_list_item:nth-of-type(3){
    --width1: 255px;
    --zong: 57.33%;
    --left1: 28.416667%;
}
.home_pro_cry_bot{
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 70px;
    padding-bottom: 40px;
}
.home_pro_img{
    transition: all 0s ease;
}
.home_pro.on1 .home_pro_img{
    position: fixed;
}
.home_pro.on1.on2 .home_pro_img{
    position: absolute;
    top: var(--topx);
}
.hpct_scroll{
    cursor: pointer;
}
.home_pro_cry_top .ma_fs60,
.home_pro_cry_top .std_text1{
    width: 62.5%;
}
.ma_pc_hd .ma_wid1660 {
    max-width: calc(100% - 80px);
}
.home_pro_cry_top .ma_fs60,
.home_pro_cry_top .std_text1,
.home_pro_cry_top .hpct_scroll{
    opacity: 0;
    animation: ysfadeInUp .8s ease-in-out both;
}
.home_pro_cry_top .ma_fs60{
    animation-delay: .2s;
}
.home_pro_cry_top .std_text1{
    animation-delay: .3s;
}
.home_pro_cry_top .hpct_scroll{
    animation-delay: .4s;
}
.hpcb_list_item{
    opacity: 0;
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: .3s;
}
.hpcb_list_item:nth-of-type(2){
    animation-delay: .4s;
}
.hpcb_list_item:nth-of-type(3){
    animation-delay: .5s;
}
.home_pro {
    overflow: hidden;
}
/* 2024.03.15 - end */
.home_pro_img img {
    max-width: 61vw;
    object-fit: cover;
}
body {
    max-width: none;
}
.ma_ban_li img,
.ma_e1s2 img{
    width: 100%;
}
.ma_in1s4m_video video,
.ma_in1s4m_video img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ma_in1s4ld_img {
    margin-bottom: 12px;
}
.ma_in1s4ld_num p {
    margin-bottom: 11px;
}
.home-main .ma_ftbox {
    position: relative;
    z-index: 2;
}
.ma_title2::after {
    width: calc(100% - 245px);
}
.ma_title2::before {
    left: 237px;
}
