@charset "utf-8";

/* @font-face {
    font-family: "Helvetica Neue LT Pro";
    src: url("../fonts/HELVETICANEUELTPRO-THEX.woff2") format("woff2"),
        url("../fonts/HELVETICANEUELTPRO-THEX.woff") format("woff"),
        url("../fonts/HELVETICANEUELTPRO-THEX.ttf") format("truetype"),
        url("../fonts/HELVETICANEUELTPRO-THEX.eot") format("embedded-opentype"),
        url("../fonts/HELVETICANEUELTPRO-THEX.svg") format("svg");
} */

body {
    font-family: "微软雅黑","PingFangSC-Light", "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
}

/* pc导航 */
.ma_pc_hd {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    width: 100%;
    z-index: 200;
    background: #fff;
}

.ma_container_hd {
    padding: 0 38px;
}

.ma_navbar_l,
.ma_navbar_r {
    height: 100%;
}

.ma_logo {
    width: 152px;
}

.ma_logo a {
    line-height: 90px;
}

.ma_nav {
    position: relative;
}

.ma_nav_li {
    float: left;
    position: relative;
    transition: all 0.36s;
}

.ma_nav_a {
    padding: 0 47px;
    font-size: 16px;
    color: #333;
    line-height: 90px;
    display: block;
    transition: all 0.36s;
}

.ma_nav2 {
    padding-left: 525px;
    background: #fafafa;
    z-index: 10;
    position: fixed;
    top: 90px;
    left: 0;
    min-width: 100%;
    display: none;
    height: 70px;
}

.ma_nav2_li {
    margin-right: 60px;
    display: inline-block;
}

.ma_nav2_li:last-child {
    margin-bottom: 0;
}

.ma_nav2_li a {
    color: #666;
    font-size: 16px;
    line-height: 70px;
    white-space: nowrap;
    transition: all 0.36s;
}

.ma_navbox,
.ma_language,
.ma_search {
    height: 100%;
    float: left;
}

.ma_language {
    padding-left: 53px;
    padding-right: 80px;
    position: relative;
}

.ma_language_en {
    cursor: pointer;
}

.ma_language a {
    height: 100%;
    line-height: 90px;
    color: #666;
    margin: 0 12px;
}

.ma_language img {
    position: relative;
    bottom: 2px;
    transition: all 0.36s;
}

.ma_languagef .ma_language_xl {
    transition: all 0.36s;
    transform: rotate(180deg);
}

.ma_language_gq {
    width: 20px;
}

.ma_language_xl {
    width: 14px;
}

.ma_language_others {
    background: #fff;
    z-index: 10;
    padding: 6px 8px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    position: absolute;
    top: 90px;
    width: 44%;
}

.ma_language_other {
    padding: 5px 0;
    border-bottom: 1px solid #f5f5f5;
}

.ma_language_other a {
    line-height: normal;
}

.ma_search_btn {
    width: 18px;
    line-height: 90px;
    cursor: pointer;
}

.ma_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
}

.ma_modal_close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    z-index: 10;
}

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

.ma_modal_content {
    width: 750px;
    background: none;
    padding: 20px;
    overflow: auto;
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 80px);
}

.ma_modal_box {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #fff;
}

.ma_modal_input {
    width: calc(100% - 80px);
    height: 100%;
    font-size: 20px;
    color: #f5f5f5;
}

.ma_modal_submit {
    width: 75px;
    height: 100%;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.ma_ph_hd {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 64px;
    padding: 0 15px;
    background: #fff;
}

.ma_ph_logo {
    width: 120px;
}

.ma_ph_logo a {
    line-height: 64px;
}

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

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

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

.active .ma_nav_btn {
    background: transparent;
}

.active .ma_nav_btn::after {
    transform: rotate(45deg);
    top: 0;
}

.active .ma_nav_btn::before {
    transform: rotate(-45deg);
    top: 0;
}

.ma_point {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 22px;
    top: 25px;
}

.ma_nav_btn,
.ma_nav_btn::after,
.ma_nav_btn::before {
    width: 28px;
    height: 1px;
    display: inline-block;
    background: #333;
}

.ma_nav_btn {
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.3s ease-out 0s;
}

.ma_nav_btn::after,
.ma_nav_btn::before {
    content: "";
    position: absolute;
    right: 0;
    transition: all 0.3s ease-out 0s;
}

.ma_nav_btn::after {
    top: -10px;
}

.ma_nav_btn::before {
    top: 10px;
}

/*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%;
}


.yxnav_active1 a {
    display: block;
}

.ma_ft {
    background: #1e1d1d;
    padding: 28px 40px 48px;
}

.ma_ft_lian {
    position: relative;
    width: 138px;
    margin-bottom: 50px;
}

.ma_ft_lian_a {
    background: #525252;
    padding: 10px 25px;
    cursor: pointer;
}

.ma_ft_lian_a span {
    font-size: 14px;
    color: #fff;
    margin-right: 15px;
}

.ma_ft_lian_a img {
    width: 10px;
    transition: all 0.36s;
}

.ma_ft_lian_af img {
    transform: rotate(180deg);
    transition: all 0.36s;
}

.ma_ft_ul li {
    float: left;
}

.ma_ft_lian_other {
    position: absolute;
    bottom: 34px;
    background: #525252;
    padding: 8px 20px 0;
    width: 100%;
    z-index: 10;
}

.ma_ft_lian_others {
    cursor: pointer;
    margin-bottom: 10px;
}

.ma_ft_lian_others:last-child {
    margin-bottom: 0;
}

.ma_ft_lian_others a {
    color: #fff;
    font-size: 14px;
    padding-bottom: 3px;
    transition: all 0.36s;
}

.ma_ft_li {
    margin-right: 40px;
}

.ma_ft_li a {
    font-size: 16px;
    color: #fff;
    transition: all 0.36s;
}

.ma_bsharebox {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}
.ma_bsharebox:last-child{
    margin-right: 0;
}

.ma_bsharebox img {
    position: relative;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}

.ma_bsharebox a {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100% !important;
    background: none !important;
}

.ma_ft_center {
    margin-bottom: 25px;
}

.ma_copyright p {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #999;
    text-align: left;
}

.ma_copyright p a {
    display: inline-block;
    font-size: 14px;
    color: #999;
}

.ma_cnzz {
    margin-left: 25px;
}

.ma_copyright_btm a {
    color: #999;
    font-size: 14px;
    line-height: 20px;
}

.ma_banner_default {
    position: relative;
    margin-top: 90px;
}

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

.ma_banner_font {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.ma_banner_font p {
    color: #fff;
    font-size: 24px;
}

.ma_banner_tab {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.4);
}

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

.ma_tab_li {
    float: left;
}

.ma_tab_li_f {
    width: 20px;
}

.ma_tab_li {
    cursor: pointer;
    padding: 20px 26px;
    border-right: 1px solid #565e62;
    position: relative;
}

.ma_tab_li_fs {
    padding-bottom: 16px;
}

.ma_tab_li span {
    font-size: 16px;
    color: #fffffe;
    margin-right: 10px;
}

.ma_tab_li_img {
    width: 15px;
    transition: all 0.36s;
}

.ma_tab_li_imgf {
    transform: rotate(180deg);
    transition: all 0.36s;
}

.ma_tab_li_xila {
    position: absolute;
    top: 56px;
    left: 0;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background: #fff;
    z-index: 10;
    padding: 12px 26px;
}

.ma_tab_li_xilas {
    margin-bottom: 6px;
}
.ma_tab_li_xilas:last-child{
    margin-bottom: 0;
}

.ma_tab_li_xilas a {
    color: #666;
    font-size: 16px;
    transition: all 0.36s;
    line-height: 1.5;
}

/* banner */
.ma_ban_li {
    position: relative;
    overflow: hidden;
}

.ma_imgbox {
    position: relative;
    z-index: 1;
}

.ma_ban_pc,
.ma_ban_ph {
    position: relative;
    overflow: hidden;
}

.ma_ban_img {
    position: relative;
    z-index: 1;
}

.ma_ban_pc .ma_ban_img {
    width: 100%;
    height: auto;
}

.ma_ban_video {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    z-index: 2;
    transform: translate(-50%, -50%);
    object-fit: fill;
}

.ma_ban_ph {
    display: none;
}

.ma_ban_ph .ma_ban_img {
    width: 100%;
    height: auto;
}

.ma_ban_li .ma_fontbox {
    z-index: 2;
}

.ma_fontbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 54px;
}

.ma_ban_slick .slick-dots li {
    background: #e8e8e8;
    width: 8px;
    height: 8px;
}

.ma_ban_slick .slick-dots .slick-active {
    background: #f7bb00;
}

.ma_banner_position {
    position: relative;
}

.ma_banner_change {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    cursor: pointer;
}

.ma_banner_change_l {
    left: 40px;
}

.ma_banner_change_r {
    right: 40px;
}

.ma_banner_click {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
    cursor: pointer;
    animation: hua 1.2s infinite;
}

.ma_phbanner_j {
    display: none;
}

@keyframes hua {
    0% {
        bottom: 60px;
    }

    50% {
        bottom: 45px;
    }

    100% {
        bottom: 60px;
    }
}

/* a1 */
.ma_a1s1 {
    padding: 56px 0 74px;
    position: relative;
}

.ma_a1s1kuai_title {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 5;
}

.ma_a1s1kuai_title h2 {
    font-size: 30px;
    color: #333;
    margin-bottom: 10px;
}

.ma_a1s1kuai_positionimg {
    position: absolute;
    top: 80px;
    left: 38px;
    z-index: 0;
}

.ma_a1container {
    width: 1400px;
    margin: 0 auto;
}

.ma_a1s1_main {
    background: url(../images/ma_a1s1_1.jpg) no-repeat;
    position: relative;
    z-index: 1;
    padding-top: 163px;
}

.ma_a1s1_div1_li,
.ma_a1s1_li_center {
    float: left;
}

.ma_a1s1_div1_li {
    width: calc(100% - 953px);
}

.ma_a1s1_div1_li_l {
    background: transparent;
    text-align: left;
    padding-top: 50px;
    padding-right: 140px;
    padding-bottom: 160px;
}

.ma_a1s1_li_center {
    width: 505px;
    position: relative;
    box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4)
}

.ma_a1s1_lc_m {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    z-index: -1;
    opacity: 0;
    transition: all 0.36s;
}

.ma_a1s1_li_center a {
    padding: 40px 50px;
}

.ma_a1s1_li_center h4 {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    margin-bottom: 20px;
}

.ma_a1s1_li_center p {
    font-size: 14px;
    color: #f6f6f6;
    line-height: 24px;
    height: 114px;
    overflow: hidden;
}

.ma_a1s1_lc_btn {
    color: #fff;
    font-size: 14px;
    opacity: 0;
    transition: all 0.36s;
}

.ma_a1s1_li_center img {
    width: 20px;
    position: relative;
    left: 15px;
    transform: translateX(-42px);
    transition: all 0.36s;
}

.ma_a1s1_div2_li_l img {
    width: 20px;
    position: relative;
    left: 15px;
    transform: translateX(-42px);
    transition: all 0.36s;
}

.ma_a1s1_div3_li_center img {
    width: 20px;
    position: relative;
    left: 15px;
    transform: translateX(-42px);
    transition: all 0.36s;
}

.ma_a1s1_div2_li_r img {
    width: 20px;
    position: relative;
    left: 15px;
    transform: translateX(-42px);
    transition: all 0.36s;
}

.ma_a1s1_div1_li {
    position: relative;
}

.ma_a1s1_div1_li_r {
    overflow: hidden;
}

.ma_a1s1_div1_li_img1 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.ma_a1s1_div1_li_img2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all 0.36s;
}

.ma_a1s1_div2_li,
.ma_a1s1_div2_li_center {
    float: left;
}

.ma_a1s1_div2_li_center {
    width: 505px;
    position: relative;
    overflow: hidden;
}

.ma_a1s1_div2_li {
    background: transparent;
    text-align: left;
    position: relative;
    width: calc(100% - 953px);
    box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
}

.ma_a1s1_div2_li a {
    padding: 40px 50px;
}

.ma_a1s1_div2_li h4 {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    margin-bottom: 20px;
}

.ma_a1s1_div2_li p {
    font-size: 14px;
    color: #f6f6f6;
    line-height: 24px;
    height: 114px;
    overflow: hidden;
}

.ma_a1s1_div2_li img {
    width: 20px;
    position: relative;
    left: 15px;
}

.ma_a1s1_div3_li,
.ma_a1s1_div3_li_center {
    float: left;
}

.ma_a1s1_div3_li_center {
    width: 505px;
    background: transparent;
    text-align: left;
    position: relative;
    bottom: 1px;
    box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
}

.ma_a1s1_div3_li_center a {
    padding: 40px 50px;
}

.ma_a1s1_div3_li {
    position: relative;
    width: calc(100% - 953px);
    overflow: hidden;
}

.ma_a1s1_div3_li_center h4 {
    font-size: 18px;
    color: #333;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    margin-bottom: 20px;
}

.ma_a1s1_div3_li_center p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    height: 114px;
    overflow: hidden;
}

.ma_a1s1_div3_li_center img {
    width: 20px;
    position: relative;
    left: 15px;
}

.ma_a1s2kuai_title {
    margin-bottom: 35px;
    text-align: center;
}

.ma_a1s2kuai_title h2 {
    font-size: 30px;
    color: #333;
    margin-bottom: 10px;
}

.ma_a1s2container {
    padding: 0 50px;
    margin-bottom: 82px;
}

/* .ma_a1s2_main_ul{
    margin: 0 -25px;
} */
.ma_a1s2_main_ul {
    margin-bottom: 50px;
}

.ma_a1s2_main_li {
    /* padding: 0 25px; */
    width: 33.333333%;
    float: left;
    transition: all 0.36s;
}
.ma_a1s2_main_li a{
    display: block;
}

.ma_a1s2_main_li_div {
    padding: 60px 56px;
}

.ma_a1s2_main_li_h5 {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    margin-bottom: 10px;
    max-height: 60px;
    height: 60px;
    overflow: hidden;
    transition: all 0.5s;
}

.ma_a1s2_main_li_p {
    font-size: 14px;
    color: #999;
    font-family: "Helvetica Neue LT Pro";
    transition: all 0.5s;
}

.ma_a1s2_main_li_p span {
    font-size: 33px;
    margin-right: 10px;
}

.ma_a1s2_main_li_p {
    margin-bottom: 30px;
}

.ma_a1s2_ml_main {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    transition: all 0.36s;
}

.ma_a1s2_li_main_btn {
    width: 190px;
    border-radius: 25px;
    border: 1px solid #f7bb00;
    text-align: center;
    padding: 12px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.ma_a1s2_li_main_btn::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: #f7bb00;
    top: 2px;
    left: 3px;
    z-index: 0;
    transition: all 0.36s;
    opacity: 0;
}

.ma_a1s2_li_main_btn input {
    font-size: 14px;
    color: #999;
    z-index: 5;
    position: relative;
    transition: all 0.36s;
}

.ma_a1s2_main_img {
    background: url(../images/ma_a1s1_6.jpg);
    width: 1528px;
    padding: 80px 0 0;
    min-height: 570px;
}

.ma_a1s3container {
    width: 1266px;
    margin-left: 260px;
    padding-bottom: 70px;
}

.ma_a1s2 .count {
    font-size: 50px;
    color: #fff;
}

.ma_a1s2 .ma_gun_li_p1 {
    color: #fff;
}

.ma_a1s2 .ma_gun_li_p2 {
    color: #fff;
}

.ma_a1s2 .ma_b1s1_gun_ul li {
    float: left;
    padding: 0 45px;
}

.ma_a1s2 .ma_b1s1_gun_ul {
    width: 857px;
    margin: 0 auto;
}

.ma_a1s2_gun {
    padding-bottom: 0 !important;
}

.ma_a1s2_btm {
    background: #f7f7f7;
    width: 1500px;
    padding: 61px 450px 46px 130px;
    margin-top: -329px;
}

.ma_a1s2_btm_main p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-bottom: 40px;
}

.ma_alft .ma_copyright {
    width: calc(100% - 56px);
}

/* b1 */
.ma_container {
    width: 1200px;
    margin: 0 auto;
}

.ma_kuai_title {
    text-align: center;
}

.ma_b1s1 {
    padding-top: 50px;
    position: relative;
    background: #f9f9f9;
    z-index: -2;
}

.ma_kuai_title {
    margin-bottom: 30px;
}

.ma_kuai_title h2 {
    font-size: 26px;
    color: #333;
    line-height: 40px;
}

.ma_kuai_title p {
    font-size: 14px;
    color: #999;
    line-height: 25px;
    font-family:sans-serif;
}

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

.ma_b1s1_main {
    margin-bottom: 120px;
}

.ma_b1s1_img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    height: 420px;
}

.ma_b1s1_img img {
    height: 420px;
    width: auto;
    max-width: none;
}

.ma_b1s1_gun {
    padding-bottom: 86px;
    text-align: center;
}

.ma_b1s1_gun_ul {
    margin: 0 -29px;
}

.ma_b1s1_gun_ul li {
    float: left;
    padding: 0 82px;
}

.ma_gun_li_txt p {
    color: #666;
    font-size: 16px;
}

.count {
    font-size: 60px;
    color: #f7bb00;
    font-weight: bold;
}

.ma_gun_li_p1 {
    margin-bottom: 35px;
}

.ma_b1s2 {
    padding-top: 80px;
}

.ma_b1s2kuai_title {
    margin-bottom: 75px;
}

.ma_b1s2_lun_change {
    margin-bottom: 38px;
}

.ma_b1s2_lun_change img {
    cursor: pointer;
}

.ma_b1s2_lun_ul {
    margin: 0 -25px;
}

.ma_b1s2_lun_li {
    padding: 0 25px;
    width: 20%;
}

.ma_b1s2_lun_li:not(:first-child) {
    display: none;
}

.ma_lun_li {
    float: left;
}

.ma_lun_main {
    position: relative;
}

.ma_b1s2_lun_main {
    max-width: 204px;
    overflow: hidden;
    /* border-radius: 50%; */
    cursor: pointer;
}

.ma_b1s2_lun_img1 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.ma_b1s2_lun_img2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    /* height: 100%; */
    z-index: 2;
}

.ma_b1s2_lun_changel,
.ma_b1s2_lun_changer {
    z-index: 20;
    width: 28px;
    cursor: pointer;
}

.ma_b1s2_lun_box {
    margin-bottom: 125px;
}

.ma_b1s2 .slick-dots {
    bottom: -84px;
}

.ma_b1s2 .slick-dots li {
    background: #e8e8e8;
    width: 8px;
    height: 8px;
}

.ma_b1s2 .slick-dots .slick-active {
    background: #f7bb00;
}

.ma_b1s3 {
    padding-top: 50px;
    padding-bottom: 39px;
    background: url(../images/ma_b1s3_1.jpg) no-repeat;
    background-size: cover;
    position: relative;
}

.ma_b1s3::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #f7bb00;
    left: 0;
    top: 306px;
    z-index: 5;
}

.ma_b1s3kuai_title {
    margin-bottom: 25px;
}

.ma_b1s3kuai_title h2,
.ma_b1s3kuai_title p {
    color: #fff;
}

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

.ma_b1s3_lun_change {
    margin-bottom: 44px;
}

.ma_b1s3_lun_changel,
.ma_b1s3_lun_changer {
    z-index: 20;
    width: 28px;
    cursor: pointer;
}

.ma_b1s3_lun_li {
    float: left;
    width: 20%;
    background: transparent;
    padding: 44px 20px 30px;
    transition: all 0.36s;
}

.ma_b1s3_lun_li:not(:first-child) {
    display: none;
}

.ma_b1s3_lun_main_btm {
    width: 100%;
}

.ma_b1s3_lun_main_top {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    font-family: Calibri;
    text-align: center;
    margin-bottom: 52px;
    position: relative;
    transition: all 0.36s;
}

.ma_b1s3_lun_main_top::after {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #f7bb00;
    left: 50%;
    transform: translateX(-50%);
    top: 48px;
    z-index: 15;
}

.ma_b1s3_lun_main_top::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    z-index: 16;
    transition: all 0.636s;
}

.ma_b1s3_lun_main_btm {
    color: #d7d7d7;
    font-size: 14px;
    line-height: 25px;
    height: 100px;
    overflow: hidden;
}

.ma_b1s3 .slick-list {
    padding: 10px 10px 15px;
}

.ma_b1s4 {
    padding-top: 70px;
}

.ma_b1s4kuai_title {
    margin-bottom: 35px;
}

.ma_b1s4_lun_changel,
.ma_b1s4_lun_changer {
    z-index: 20;
    width: 28px;
    cursor: pointer;
}

.ma_b1s4_lun_change {
    margin-bottom: 24px;
}

.ma_b1s4_lun_box {
    margin-bottom: 96px;
}

.ma_b1s4_lun_ul {
    margin: 0 -8px;
}

.ma_b1s4_lun_li {
    padding: 0 8px;
    width: 25%;
}

.ma_b1s4_lun_li:not(:first-child) {
    display: none;
}

.ma_b1s4_lun_li_kuang {
    position: relative;
}

.ma_b1s4_li_k_main {
    width: 100%;
    max-width: none;
}

.ma_b1s4_lun_main {
    position: absolute;
    top: 10px;
    left: 10px;
    /* width: 100%; */
    z-index: 10;
}

.ma_b1s4 .slick-dots {
    bottom: -40px;
}

.ma_b1s4 .slick-dots li {
    background: #e8e8e8;
    width: 8px;
    height: 8px;
}

.ma_b1s4 .slick-dots .slick-active {
    background: #f7bb00;
}

.ma_b1s5 {
    background: #f9f9f9;
    padding-top: 70px;
    padding-bottom: 75px;
}

.ma_b1s5kuai_title {
    margin-bottom: 136px;
}

.ma_b1s5_tab {
    width: 880px;
    margin: 0 auto 60px;
    box-shadow: 0px 1px 23px -3px rgba(0, 0, 0, 0.2);
}

.ma_b1s5_tabs {
    position: relative;
    padding: 84px 72px 68px;
}

.ma_b1s5_tabs:not(:first-child) {
    display: none;
}

.ma_b1s5_tabs_imga {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -77px;
}

.ma_b1s5_tabs_img {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    max-width: 130px;
    /* left: 50%;
    transform: translateX(-50%);
    top: -77px; */
    border: 4px solid #fff;
}

.ma_b1s5_tabs_img1 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

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

.ma_b1s5_tabs_main h4 {
    text-align: center;
    color: #f7bb00;
    font-size: 20px;
    margin-bottom: 30px;
}

.ma_b1s5_tabs_main p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
}

.ma_lun_box_main {
    margin: 0 auto;
    width: calc(100% - 308px);
}

.ma_b1s5_lun_ul {
    /* margin: 0 -10px; */
    width: 100%;
}

.ma_b1s5_lun_li {
    /* padding: 0 10px; */
    width: 20%;
    float: left;
    position: relative;
}

.ma_b1s5_lun_li:not(:first-child) {
    display: none;
}

.ma_b1s5_lun_li::after {
    position: absolute;
    content: "";
    width: 130px;
    height: 130px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    opacity: 0.4;
    z-index: 3;
}
.ma_b1s5_lun_mainbox{
    width: 130px;
    border-radius: 50%;
    position: relative;
    margin: auto;
}
.ma_b1s5_lun_ul .slick-center .ma_b1s5_lun_mainbox::after {
    position: absolute;
    content: "";
    width: 102%;
    height: 102%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 5px solid #fff;
    z-index: 10;
}

.ma_b1s5_lun_main {
    position: relative;
    width: 130px;
    border-radius: 50%;
    overflow: hidden;
}

.ma_b1s5_lun_img1 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

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

.ma_b1s5_lun_changel,
.ma_b1s5_lun_changer {
    position: relative;
    top: 53px;
    z-index: 20;
    width: 28px;
    cursor: pointer;
}

.ma_b1s5_tab .slick-list {
    overflow: initial;
}

.ma_b1s5_lun_ul .slick-center::after {
    background: transparent;
    opacity: 0;
    border: 4px solid #fff;
    border-radius: 50%;
    z-index: 5;
}

.ma_b1s5_lun_ul .slick-center .ma_b1s5_lun_main {
    box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.3);
}


.ma_b1s5_lun_ul .draggable {
    padding: 10px 0 !important;
}

.ma_b1s6 {
    background: #323232;
    padding: 50px 0;
}

.ma_b1s6kuai_title h2,
.ma_b1s6kuai_title p {
    color: #fff;
}

.ma_b1s6_main {
    position: relative;
}

.ma_b1s6_phmain_img {
    text-align: center;
    z-index: 0;
    position: relative;
}

.ma_b1s6_pcmain_img {
    text-align: center;
    z-index: 0;
    position: relative;
    display: none;
}

.ma_b1s6_main_absolute {
    position: absolute;
    z-index: 5;
    cursor: pointer;
}

.ma_b1s6_absolute_list {
    position: absolute;
    padding: 10px 45px 10px 25px;
    background: #f7bb00;
    width: 240px;
    max-height: 400px;
    overflow-x: inherit;
    z-index: 100;
    top: 50%;
    transform: translateY(-50%);
    left: -278px;
    display: none;
}

.ma_b1s6_absolute_list::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
    width: 0;
    height: 0;
    border-left: 15px solid #f7bb00;
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.ma_b1s6_absolute_list_ul {
    overflow-y: auto;
    max-height: 380px;
    margin-right: -25px;
}

.ma_b1s6_absolute_list_li {
    color: #fff;
    font-size: 12px;
    line-height: 38px;
    border-bottom: 1px solid #fcc313;
    padding: 0 18px;
}

.ma_b1s6_absolute_list_li:last-child {
    border-color: transparent;
}

.ma_b1s6_absolute_sheng {
    z-index: 5;
    padding-top: 10px;
}

.ma_b1s6_absolute_sheng::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 0;
    left: 0;
    transform: translateX(-15px);
    border-radius: 50%;
    background: #f7bb00;
}

.ma_b1s6_absolute_sheng::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    top: -2px;
    left: 0;
    transform: translateX(-17px);
    border-radius: 50%;
    background: #765e13;
}

.ma_b1s6_absolute_sheng p {
    font-size: 14px;
    color: #999;
}

.ma_b1s6_absolutealt {
    z-index: 6;
}

.ma_b1s6_absolutealt .ma_b1s6_absolute_list {
    display: block;
}

.ma_b1s6_main_absolute1 {
    top: 274px;
    right: 345px;
}

.ma_b1s6_main_absolute2 {
    top: 300px;
    right: 326px;
}

.ma_b1s6_main_absolute3 {
    top: 242px;
    right: 258px;
}

.ma_b1s6_main_absolute4 {
    top: 192px;
    right: 224px;
}

.ma_b1s6_main_absolute5 {
    top: 122px;
    right: 191px;
}

.ma_b1s6_main_absolute6 {
    top: 330px;
    right: 361px;
}

.ma_b1s6_main_absolute7 {
    top: 355px;
    right: 410px;
}

.ma_b1s6_main_absolute8 {
    top: 280px;
    right: 450px;
}

.ma_b1s6_main_absolute9 {
    top: 362px;
    right: 498px;
}

.ma_b1s6_main_absolute10 {
    top: 296px;
    right: 631px;
}

.ma_b1s6_main_absolute11 {
    top: 253px;
    right: 790px;
}

.ma_b1s6_main_absolute12 {
    top: 381px;
    right: 657px;
}

.ma_b1s6_main_absolute13 {
    top: 443px;
    right: 770px;
}

.ma_b1s6_main_absolute14 {
    top: 471px;
    right: 557px;
}

.ma_b1s6_main_absolute15 {
    top: 420px;
    right: 454px;
}

.ma_b1s6_main_absolute16 {
    top: 418px;
    right: 382px;
}

.ma_b1s6_main_absolute17 {
    top: 356px;
    right: 320px;
}

.ma_b1s6_main_absolute18 {
    top: 408px;
    right: 273px;
}

.ma_b1s6_main_absolute19 {
    top: 439px;
    right: 240px;
}

.ma_b1s6_main_absolute20 {
    top: 443px;
    right: 310px;
}

.ma_b1s6_main_absolute21 {
    top: 457px;
    right: 395px;
}

.ma_b1s6_main_absolute22 {
    top: 489px;
    right: 460px;
}

.ma_b1s6_main_absolute23 {
    top: 478px;
    right: 256px;
}

.ma_b1s6_main_absolute24 {
    top: 499px;
    right: 326px;
}

.ma_b1s6_main_absolute25 {
    top: 522px;
    right: 398px;
}

.ma_b1s6_main_absolute26 {
    top: 542px;
    right: 476px;
}

.ma_b1s6_main_absolute27 {
    top: 602px;
    right: 570px;
}

.ma_b1s6_main_absolute28 {
    top: 613px;
    right: 441px;
}

.ma_b1s6_main_absolute29 {
    top: 587px;
    right: 359px;
}

.ma_b1s6_main_absolute30 {
    top: 542px;
    right: 280px;
}

.ma_b1s6_main_absolute31 {
    top: 582px;
    right: 222px;
}

.ma_b1s6_main_absolute32 {
    top: 619px;
    right: 333px;
}

.ma_b1s6_main_absolute33 {
    top: 635px;
    right: 354px;
}

.ma_b1s6_main_absolute34 {
    top: 689px;
    right: 409px;
}


/* b2 */
.ma_b2s1 {
    padding-top: 48px;
    padding-bottom: 90px;
}

.ma_b2s1kuai_title {
    margin-bottom: 30px;
}

.ma_b2s1_main_li_main {
    float: left;
    width: 50%;
}

.ma_b2s1_main_li_img1 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

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

.ma_b2s1_main_li_main h4 {
    font-size: 20px;
    color: #333;
    line-height: 35px;
    margin-bottom: 14px;
    height: 35px;
    overflow: hidden;
}

.ma_b2s1_main_li_main p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-bottom: 40px;
    height: 104px;
    overflow: hidden;
}

.ma_b2s1_li_main_btn {
    width: 190px;
    border-radius: 25px;
    border: 1px solid #f7bb00;
    text-align: center;
    padding: 12px;
    position: relative;
}

.ma_b2s1_li_main_btn::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: #f7bb00;
    top: 2px;
    left: 3px;
    z-index: 0;
    transition: all 0.36s;
    opacity: 0;
}

.ma_b2s1_li_main_btn input {
    font-size: 14px;
    color: #999;
    z-index: 5;
    position: relative;
    transition: all 0.36s;
}

.ma_b2s1_main_li_l {

    float: left;
    position: relative;
}

.ma_b2s1_main_li_r {
    padding: 80px 90px 60px 65px;
    float: right;
}

li:nth-child(even) .ma_b2s1_main_li_r {
    float: left;
}

li:nth-child(even) .ma_b2s1_main_li_l {
    float: right;
}


/* b3 */
.ma_b3s1 {
    margin-top: 90px;
    padding: 20px 0 106px;
}

.ma_mbx_box {
    margin-bottom: 48px;
}

.ma_mbxs {
    display: inline-block;
    margin-left: 6px;
}

.ma_mbxs_img {
    width: 12px;
    position: relative;
    bottom: 1px;
}

.ma_mbxs_r {
    width: 6px;
    position: relative;
    bottom: 2px;
    margin-left: 6px;
}

.ma_mbxs_font {
    font-size: 14px;
    color: #999;
    transition: all 0.36s;
}

.ma_mbxs:last-child .ma_mbxs_r {
    display: none;
}

.ma_b3s1_lun_box {
    position: relative;
    margin-bottom: 40px;
}

.ma_b3s1_main_tab {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    cursor: pointer;
}

.ma_b3s1_main_l {
    left: -40px;
}

.ma_b3s1_main_r {
    right: -40px;
}

.ma_b3s1_lun_list {
    position: relative;
    width: 100%;
    float: left;
}

.ma_b3s1_lun_list:not(:first-child) {
    display: none;
}

.ma_b3s1_lun_list1 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

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

.ma_b3s1_font_box h3 {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    margin-bottom: 16px;
}

.ma_b3s1_font_box p {
    font-size: 16px;
    color: #333;
    line-height: 34px;
    letter-spacing: 0.8px;
}

.ma_b3s2 {
    background: #f9f9f9;
    padding: 60px 0 55px;
}

.ma_b3s2_h2 {
    font-size: 26px;
    color: #333;
    margin-bottom: 40px;
}

.ma_b3s2_ml_main_font {
    padding: 0 5px;
    height: 24px;
    overflow: hidden;
}

.ma_b3s2_ml_main_font p {
    font-size: 18px;
    color: #333;
    line-height: 26px;
}

.ma_b3s2_main_ul {
    margin: 0 -4px;
}

.ma_b3s2_main_li {
    padding: 0 4px;
    width: 33.333333%;
    float: left;
    margin-bottom: 20px;
}

.ma_b3s2_ml_main_img {
    position: relative;
    width: 100%;
    margin-bottom: 24px;
}

.ma_b3s2_ml_main_img1 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

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

.ma_b3s2_main_li a {
    display: block;
}

/* c1 */
.ma_c3banner_font {
    top: 56%;
}

.ma_c1s1 {
    padding: 48px 0 80px;
}

.ma_c1s1kuai_title {
    margin-bottom: 40px;
}

.ma_c1s1_main_ul {
    margin: 0 -15px;
}

.ma_c1s1_main_li {
    padding: 0 15px;
    width: 33.333333%;
    float: left;
    margin-bottom: 80px;
}

.ma_c1s1_main_li_img {
    position: relative;
}

.ma_c1s1_main_li_img1 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

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

.ma_c1s1_main_li_main {
    padding: 15px 0;
    height: 202px;
}

.ma_c1s1_li_main_title {
    font-size: 20px;
    color: #333;
    line-height: 26px;
    max-height: 52px;
    height: 52px;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all 0.36s;
}

.ma_c1s1_li_main_cont {
    font-size: 14px;
    color: #999;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    margin-bottom: 20px;
}

.ma_c1s1_li_main_time {
    font-size: 14px;
    color: #666;
    font-family: "冬青黑体简体中文";
}

.ma_c1s1_main {
    margin-bottom: 10px;
}

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

.ma_pag_ul li {
    float: left;
    width: 35px;
    height: 35px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 16px;
    color: #333;
    /* font-family: arial; */
    line-height: 35px;
    border: 1px solid transparent;
    transition: all 0.36s;
}

.ma_pag_ul .activepage {
    color: #f7bb00;
    border: 1px solid #f7bb00;
}

.ma_pag_ul a {
    display: inline;
}

.ma_phpag {
    display: none;
}

.ma_phpag a {
    font-size: 14px;
    color: #333;
}

/* c2 */
.ma_c2s1 {
    padding-top: 50px;
}

.ma_c2s1kuai_title {
    padding-bottom: 34px;
    border-bottom: 1px solid #ededed;
}

.ma_c2s1kuai_title h2 {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 22px;
}

.ma_c2s1_life {
    text-align: center;
}

.ma_c2s1_life_time,
.ma_c2s1_life_yue {
    display: inline-block;
    margin-left: 18px;
    margin-right: 18px;
}

.ma_c2s1_life_time img {
    width: 15px;
    position: relative;
    bottom: 1px;
    margin-right: 10px;
}

.ma_c2s1_life_yue img {
    width: 18px;
    margin-right: 10px;
}

.ma_c2s1_life span {
    font-size: 14px;
    color: #999;
}

.ma_c2s1_main p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    letter-spacing: 0.8px;
}

.ma_c2s1_main {
    margin-bottom: 60px;
    min-height: 230px;
}

.ma_c2s1_pag {
    margin-bottom: 50px;
}

.ma_c2s1_pag span {
    font-size: 16px;
    color: #333;
    transition: all 0.36s;
}

.ma_c2s1_revnet {
    text-align: center;
}

.ma_c2s1_revnet img {
    width: 15px;
    position: relative;
    bottom: 3px;
    margin-right: 10px;
    display: inline-block;
}

/* d1 */
.ma_d1s1 {
    padding: 40px 0 50px;
}

.ma_d1s1kuai_title {
    margin-bottom: 45px;
}

.ma_d1s1_main_01 {
    background: #f5f5f5;
    width: 100%;
    padding: 76px 96px 85px;
    position: relative;
}

.ma_c2s1_main_01_opacity {
    position: absolute;
    top: 34px;
    left: 40px;
    z-index: 0;
}

.ma_c2s1_main_01_opacity p {
    font-size: 80px;
    font-weight: bold;
    color: #999;
    opacity: 0.3;
}

.ma_c2s1_main_01_main {
    position: relative;
    z-index: 5;
}

.ma_c2s1_main_01_main p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}

.ma_d1s1_main_02_l {
    padding: 180px 70px 56px 94px;
    background: #f7bb00;
    width: calc(100% - 694px);
    position: relative;
}

.ma_c2s1_main_02_opacity {
    position: absolute;
    z-index: 0;
    top: 84px;
    right: 80px;
}

.ma_c2s1_main_02_opacity p {
    font-size: 80px;
    color: #fff;
    font-weight: bold;
    opacity: 0.3;
}

.ma_c2s1_main_02_main p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    height: 144px;
    overflow: hidden;
}

.ma_d1s1_main_02_l {
    margin-top: -65px;
}

.ma_d1s1_main_03_l {
    margin-left: -360px;
}

.ma_d1s1_main_03_r {
    width: calc(100% - 508px);
}

.ma_d1s1_main_03_r_t {
    padding: 84px 94px 45px;
    position: relative;
}

.ma_d1s1_03_rt_opacity {
    position: absolute;
    top: 44px;
    left: 36px;
}

.ma_d1s1_03_rt_opacity p {
    font-size: 80px;
    font-weight: bold;
    color: #999;
    opacity: 0.2;
}

.ma_d1s1_03_rt_main p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}

.ma_d1s1_main_03_r_btm {
    position: relative;
    z-index: 5;
}

.ma_d1s1_main_04 {
    width: calc(100% - 508px);
    background: #f5f5f5;
    padding: 218px 95px 50px;
    position: relative;
    left: 508px;
    margin-top: -160px;
    z-index: 0;
}

.ma_c2s1_main_04_opacity {
    position: absolute;
    top: 180px;
    left: 40px;
}

.ma_c2s1_main_04_opacity p {
    font-size: 80px;
    font-weight: bold;
    color: #999;
    opacity: 0.2;
}

.ma_c2s1_main_04_main p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    overflow: hidden;
    height: 72px;
}

/* f1 */
.ma_f1s1 {
    padding: 60px 0;
}

.ma_f1s1kuai_title {
    margin-bottom: 60px;
}

.ma_f1s1_main {
    margin: 0 60px;
}

.ma_f1s1_main_r {
    width: calc(100% - 525px);
    padding: 86px 155px 86px 50px;
    position: relative;
}

.ma_f1s1_main_r p {
    font-size: 14px;
    color: #333;
    line-height: 26px;
    margin-bottom: 25px;
}

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

.ma_f1s1_main_r_img {
    position: absolute;
    top: 160px;
    right: 70px;
}

.ma_f1s1_main_l {
    position: relative;
}

.ma_f1s1_main_l img {
    z-index: 5;
    position: relative;
}

.ma_f1s1_main_l::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f7bb00;
    top: 22px;
    left: -24px;
    z-index: 0;
}

/* f2 */
.ma_f2s1 {
    padding: 58px 0 100px;
}

.ma_f2s1kuai_title {
    margin-bottom: 70px;
}

.ma_f2s1_li_l {
    margin-left: -360px;
}

.ma_f2s1_li_r {
    width: calc(100% - 604px);
    padding: 90px 124px 52px 74px;
}

.ma_f2s1_li_r_h3 {
    font-size: 28px;
    color: #333;
    margin-bottom: 10px;
}

.ma_f2s1_li_r_h3 span {
    font-family: "Monotype Corsiva";
    font-size: 40px;
    margin-right: 15px;
    display: inline-block;
}

.ma_f2s1_li_r_p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 144px;
    overflow: hidden;
}

.ma_f2s1_li_02_l {
    background: #f7bb00;
    padding: 74px 106px 345px 96px;
}

.ma_f2s1_li_02_l,
.ma_f2s1_li_02_r {
    width: 50%;
}

.ma_f2s1_li_02_l .ma_f2s1_li_r_p {
    height: 120px;
}

.ma_f2s1_li_02_l .ma_f2s1_li_r_p,
.ma_f2s1_li_02_l .ma_f2s1_li_r_h3 {
    color: #fff;
}

.ma_f2s1_li_03_r_img {
    margin-left: -338px;
}

.ma_f2s1_li_03_r {
    padding: 80px 122px 69px 80px;
    width: 100%;
}

.ma_f2s1_li_03_r .ma_f2s1_li_r_p {
    height: 96px;
}

.ma_f2s1_li_04_r {
    margin-right: -360px;
}

.ma_f2s1_li_04_l {
    width: calc(100% - 604px);
    padding: 110px 106px 80px 98px;
}

.ma_f2s1_li_04_l .ma_f2s1_li_r_p {
    height: 96px;
}

.ma_f2s1_li_05_r {
    width: 50%;
    background: #f1f1f1;
    padding: 78px 105px 70px 95px;
}

.ma_f2s1_li_05_r .ma_f2s1_li_r_p {
    height: 96px;
}

/* f3 */
.ma_f3s1 {
    padding: 58px 0 82px;
}

.ma_f3s1kuai_title {
    margin-bottom: 30px;
}

.ma_f3s1_main_title {
    background: #f7bb00;
    padding: 0 36px;
}

.ma_f3s1_maint_ul {
    width: 100%;
}

.ma_f3s1_maint_li {
    float: left;
    width: 20%;
    font-size: 18px;
    color: #fff;
    line-height: 74px;
    text-align: center;
}

.ma_f3s1_maint_li:first-child {
    text-align: left;
}

.ma_f3s1_ml_ul {
    background: #f2f2f2;
    padding: 0 36px;
}

.ma_f3s1_ml_li {
    float: left;
    width: 20%;
    font-size: 16px;
    color: #333;
    line-height: 68px;
    height: 68px;
    overflow: hidden;
    text-align: center;
    transition: all 0.36s;
}

.ma_f3s1_ml_li:first-child {
    text-align: left;
}

.ma_f3s1_ml_ul {
    cursor: pointer;
}

.ma_f3s1_ml_li:last-child {
    position: relative;
}

.ma_f3s1_ml_li_img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    right: 0;
    transition: all 0.36s;
}

.ma_f3s1_ml_li_img1 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    transition: all 0.36s;
}

.ma_f3s1_ml_li_img2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.36s;
}

.ma_f3s1_ml_main {
    padding: 20px 68px 25px;
    background: #f9f9f9;
}

.ma_f3s1_ml_main div {
    margin-bottom: 25px;
}

.ma_f3s1_ml_main div:last-child {
    margin-bottom: 0;
}

.ma_f3s1_ml_main h4 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    line-height: 24px;
}

.ma_f3s1_ml_main p {
    font-size: 14px;
    color: #888;
    line-height: 24px;
}

.ma_f3s1_m_li {
    margin-bottom: 2px;
}

.ma_f3s1_ml_main {
    margin-bottom: 4px;
}

.ma_f3s1_m_ul li:not(:first-child) .ma_f3s1_ml_main {
    display: none;
}

.ma_f3s1_m_lialt .ma_f3s1_ml_li {
    color: #f7bb00;
    transition: all 0.36s;
}

.ma_f3s1_m_lialt .ma_f3s1_ml_li_img1 {
    opacity: 0;
    transition: all 0.36s;
}

.ma_f3s1_m_lialt .ma_f3s1_ml_li_img2 {
    opacity: 1;
    transition: all 0.36s;
}

.ma_f3s1_m_lialt .ma_f3s1_ml_li_img {
    transition: all 0.36s;
    transform: rotate(180deg);
}

.ma_f3s1_m_lialt .ma_f3s1_ml_li_img .ma_f3s1_ml_li_img2 {
    top: 14px;
}

.ma_f3s1_main {
    margin-bottom: 68px;
}

/* g1 */
.ma_g1s1 {
    padding-top: 56px;
}

.ma_g1s1kuai_title {
    margin-bottom: 60px;
}

.ma_g1s1_main_call {
    margin-bottom: 86px;
}

.ma_g1s1_call_l,
.ma_g1s1_call_r {
    width: 50%;
}

.ma_g1s1_call_l {
    padding: 0 42px;
}

.ma_g1s1_call_r {
    padding-right: 20px;
}

.ma_g1s1_call_t {
    color: #f7bb00;
    font-size: 26px;
    margin-bottom: 25px;
}

.ma_g1s1_l_name {
    color: #333;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
    max-height: 60px;
    overflow: hidden;
}

.ma_g1s1_call_l_div {
    width: 100%;
}

.ma_g1s1_l_add img {
    width: 10px;
}

.ma_g1s1_l_call img {
    width: 11px;
}

.ma_g1s1_l_phone img {
    width: 14px;
}

.ma_g1s1_l_fax img {
    width: 13px;
}

.ma_g1s1_l_email img {
    width: 15px;
}

.ma_g1s1_call_l_div img {
    position: relative;
    top: 8px;
}

.ma_g1s1_call_l_div p {
    font-size: 16px;
    color: #666;
    line-height: 26px;
    max-height: 52px;
    overflow: hidden;
    width: calc(100% - 30px);
    margin-left: 15px;
}

.ma_g1s1_call_l_div {
    margin-bottom: 18px;
}

.ma_g1s1_from_input {
    width: 50%;
    height: 40px;
    padding: 0 5px;
    margin-bottom: 15px;
}

.ma_g1s1_from_input input {
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #999;
    border: 1px solid #eaeaea;
    padding: 0 20px;
}

.ma_g1s1_f_top {
    margin: 0 -5px;
}

.ma_g1s1_f_textarea {
    position: relative;
    margin-bottom: 15px;
}

.ma_g1s1_f_textarea textarea {
    width: 100%;
    height: 165px;
    font-size: 14px;
    color: #999;
    border: 1px solid #eaeaea;
    padding: 10px 20px;
    resize: none;
}

.ma_g1s1_f_txt_img {
    position: absolute;
    bottom: 4px;
    right: 2px;
}

.ma_g1s1_f_btm_img {
    width: 140px;
    border: 1px solid #eaeaea;
    text-align: center;
    margin-right: 10px;
    padding: 3.5px 0;
    height: 40px;
}
.ma_g1s1_f_btm_img img{
    width: 100%;
    height: 100%;
}

.ma_g1s1_f_btm_txt {
    width: 140px;
    border: 1px solid #eaeaea;
    height: 40px;
    padding: 0 15px;
}

.ma_g1s1_f_btm_txt input {
    height: 40px;
    font-size: 14px;
    color: #999;
}

.ma_g1s1_f_btm_btn {
    background: #f7bb00;
    padding: 14px 60px;
}

.ma_g1s1_f_btm_btn input {
    font-size: 14px;
    color: #fff;
}

#container {
    width: 100%;
    height: 512px;
}

/* e1 */
.ma_e1s1 {
    padding: 70px 0 100px;
}

.ma_e1s1kuai_title {
    margin-bottom: 77px;
}

.ma_e1s1_main_l {
    position: relative;
    width: 560px;
}

.ma_e1s1_main_l::after {
    content: "";
    position: absolute;
    top: 15px;
    left: -15px;
    width: 100%;
    height: 100%;
    background: #f7bb00;
    z-index: 0;
}

.ma_e1s1_main_l1 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

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

.ma_e1s1_main_r {
    width: calc(100% - 600px);
    padding-top: 25px;
}

.ma_e1s1_main_r p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-bottom: 22px;
    letter-spacing: 0.8px;
}

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

.ma_es1_pag {
    margin-bottom: 40px;
}

.ma_es1_main {
    margin-bottom: 94px;
}

.ma_es1_pag_l img {
    width: 27px;
    cursor: pointer;
}

.ma_es1_pag_r img {
    width: 27px;
    cursor: pointer;
}

.ma_e1s1_lun {
    margin: 0 -4px;
}

.ma_e1s1_listf {
    padding: 0 4px;
    width: 20%;
    float: left;
}

.ma_e1s1_listf:not(:first-child) {
    display: none;
}

.ma_e1s1_list {
    position: relative;
}

.ma_e1s1_list1 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

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

.ma_e1s1 .slick-dots li {
    background: #e8e8e8;
    width: 8px;
    height: 8px;
}

.ma_e1s1 .slick-dots .slick-active {
    background: #f7bb00;
}

.ma_e1s1 .slick-dots {
    bottom: -48px;
}

/* e2 */
.ma_e2s1 {
    padding: 70px 0 100px;
}

.ma_e2s1kuai_title {
    margin-bottom: 77px;
}

.ma_e2s1 .slick-dots li {
    background: #e8e8e8;
    width: 8px;
    height: 8px;
}

.ma_e2s1 .slick-dots .slick-active {
    background: #f7bb00;
}

.ma_e2s1 .slick-dots {
    bottom: -48px;
}

.ma_e2s1_main_t p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-bottom: 22px;
    letter-spacing: 0.8px;
}

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

.ma_e2s1_main_t {
    margin-bottom: 25px;
}

.ma_e2s1_main_btm {
    margin: 0 -30px;
}

.ma_e2s1_main_btm_listf {
    padding: 0 30px;
    float: left;
    width: 33.333333%;
}

.ma_e2s1_main_btm_list {
    background: #f7f7f7;
    padding: 30px 60px 30px 35px;
    position: relative;
    overflow: hidden;
}

.ma_e2s1_main_btm_list h3 {
    font-size: 18px;
    color: #f7bb00;
    font-weight: bold;
    margin-bottom: 16px;
}

.ma_e2s1_main_btm_list p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 96px;
    overflow: hidden;
    z-index: 5;
    position: relative;
}

.ma_e2s1_main_btm_list img {
    position: absolute;
    right: -40px;
    bottom: -50px;
    z-index: 0;
}

.ma_e2s1_main_btm_list2 img {
    right: -60px;
}

.ma_e2s1_main_btm_list3 img {
    right: -33px;
    bottom: -9px;
}

.ma_e2s1_main {
    margin-bottom: 60px;
}

/* e3 */
.ma_e3s1 {
    padding: 70px 0 100px;
}

.ma_e3s1kuai_title {
    margin-bottom: 77px;
}

.ma_e3s1_main_t p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-bottom: 22px;
    letter-spacing: 0.8px;
}

.ma_e3s1_main {
    margin-bottom: 33px;
}

.ma_e3s1 .slick-dots li {
    background: #e8e8e8;
    width: 8px;
    height: 8px;
}

.ma_e3s1 .slick-dots .slick-active {
    background: #f7bb00;
}

.ma_e3s1 .slick-dots {
    bottom: -48px;
}

/* 5.21修改 */
.ma_a1s1_m_div {
    float: left;
}

.ma_a1s1_m_div2,
.ma_a1s1_m_div4 {
    width: calc(100% - 953px);
}

.ma_a1s1_m_div3 {
    width: 505px;
}

.ma_a1s1_div2_li {
    width: 100%;
}

.ma_a1s1_div3_li {
    width: 100%;
}

.ma_a1s1_div3_li_center {
    transform: translateY(255px);
}

.ma_a1s1_div2_li_center {
    transform: translateY(-254px);
}



@media screen and (min-width: 1200px) {
    .ma_nav_li:hover .ma_nav_a {
        transition: all 0.36s;
        color: #f6ba00;
    }

    .ma_nav2_li a:hover {
        color: #f6ba00;
        transition: all 0.36s;
    }

    .ma_tab_li_xilas a:hover {
        color: #f6ba00;
        transition: all 0.36;
    }

    .ma_language_en:hover a {
        color: #f6ba00;
        transition: all 0.36;
    }

    .ma_nav_li:hover {
        box-shadow: 0 0 13px 5px rgba(0, 0, 0, .1);
    }

    .ma_a1s1_m1_hover:hover .ma_a1s1_div1_li_img2 {
        transform: scale(1.1);
    }

    .ma_a1s1_m1_hover:hover .ma_a1s1_lc_btn {
        opacity: 1;
    }

    .ma_a1s1_m1_hover:hover .ma_a1s1_li_center img {
        transform: translateX(0);
    }

    .ma_a1s1_m1_hover:hover .ma_a1s1_lc_m {
        opacity: 1;
    }

    .ma_a1s1_m_div2:hover .ma_a1s1_div1_li_img2 {
        transform: scale(1.1);
    }

    .ma_a1s1_m_div2:hover .ma_a1s1_lc_btn {
        opacity: 1;
    }

    .ma_a1s1_m_div2:hover .ma_a1s1_div2_li_l img {
        transform: translateX(0);
    }

    .ma_a1s1_m_div2:hover .ma_a1s1_lc_m {
        opacity: 1;
    }

    .ma_a1s1_m_div3:hover .ma_a1s1_div1_li_img2 {
        transform: scale(1.1);
    }

    .ma_a1s1_m_div3:hover .ma_a1s1_lc_btn {
        opacity: 1;
    }

    .ma_a1s1_m_div3:hover .ma_a1s1_div3_li_center img {
        transform: translateX(0);
    }

    .ma_a1s1_m_div3:hover .ma_a1s1_lc_m {
        opacity: 1;
    }

    .ma_a1s1_m_div4:hover .ma_a1s1_div1_li_img2 {
        transform: scale(1.1);
    }

    .ma_a1s1_m_div4:hover .ma_a1s1_lc_btn {
        opacity: 1;
    }

    .ma_a1s1_m_div4:hover .ma_a1s1_div2_li_r img {
        transform: translateX(0);
    }

    .ma_a1s1_m_div4:hover .ma_a1s1_lc_m {
        opacity: 1;
    }

    /* a1 */
    .ma_a1s2_li_main_btn:hover::after {
        opacity: 1;
        transition: all 0.36s;
    }

    .ma_a1s2_li_main_btn:hover input {
        color: #fff;
        transition: all 0.36s;
    }

    .ma_a1s2_main_li a:hover {
        background: #f7bb00;
        transition: all 0.36s;
    }

    .ma_a1s2_main_li a:hover .ma_a1s2_main_li_h5 {
        color: #fff;
        transition: all 0.36s;
    }

    .ma_a1s2_main_li a:hover .ma_a1s2_main_li_p {
        color: #fff;
        transition: all 0.36s;
    }

    .ma_a1s2_main_li a:hover .ma_a1s2_ml_main {
        color: #fff;
        transition: all 0.36s;
    }

    .ma_a1s2_main_li a:hover .ma_a1s2_main_li_h5 {
        transform: translateY(50px);
        transition: all 0.5s;
    }

    .ma_a1s2_main_li a:hover .ma_a1s2_main_li_p {
        transform: translateY(-70px);
        transition: all 0.5s;
    }

    .ma_ft_li a:hover {
        color: #f7bb00;
    }

    .ma_ft_lian_others a:hover {
        color: #f7bb00;
    }

    /* b1 */
    .ma_b1s3_lun_li:hover {
        box-shadow: 0px 6px 11px 1px rgba(0, 0, 0, 0.3);
        transition: all 0.36s;
    }

    .ma_b1s3_lun_li:hover .ma_b1s3_lun_main_top {
        color: #f7bb00;
        transition: all 0.36s;
    }

    .ma_b1s3_lun_li:hover .ma_b1s3_lun_main_btm {
        color: #fff;
        transition: all 0.36s;
    }

    .ma_b1s3_lun_li:hover .ma_b1s3_lun_main_top::before {
        background: transparent;
        transition: all 0.36s;
    }

    /* b2 */
    .ma_b2s1_main_li_main a:hover .ma_b2s1_li_main_btn::after {
        transition: all 0.36s;
        opacity: 1;
    }

    .ma_b2s1_main_li_main a:hover .ma_b2s1_li_main_btn input {
        transition: all 0.36s;
        color: #fff;
    }

    /* b3 */
    .ma_mbxs a:hover .ma_mbxs_font {
        color: #f7bb00;
        transition: all 0.36s;
    }

    /* c1 */
    .ma_pag_ul a:hover li {
        color: #f7bb00;
        border: 1px solid #f7bb00;
        transition: all 0.36s;
    }

    .ma_c1s1_main_li a:hover .ma_c1s1_li_main_title {
        color: #f7bb00;
        transition: all 0.36s;
    }

    /* c2 */
    .ma_c2s1_pager a:hover span {
        color: #f7bb00;
        transition: all 0.36s;
    }

    .ma_c2s1_revnet a:hover span {
        color: #f7bb00;
        transition: all 0.36s;
    }

    /* f3 */
    .ma_f3s1_ml_ul:hover .ma_f3s1_ml_li {
        color: #f7bb00;
        transition: all 0.36s;
    }

    .ma_f3s1_ml_ul:hover .ma_f3s1_ml_li_img1 {
        opacity: 0;
        transition: all 0.36s;
    }

    .ma_f3s1_ml_ul:hover .ma_f3s1_ml_li_img2 {
        opacity: 1;
        transition: all 0.36s;
    }
}
/* .ma_main{
    min-height: 722px;
} */
.ma_tc{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 201;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}
.ma_tc_main{
    position: fixed;
    max-width: 600px;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ma_tc_close{
    position: fixed;
    top: 40px;
    right: 40px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}



/* 20210907 */
.mc1_a1s1_container{
    overflow: hidden;
}

.mc1_a1s1_list{
    display: flex;
    margin: 0 -3px;
}

.mc1_a1s1_li{
    transition: all .5s ease-out;
    width: 17.5%;
    padding: 0 3px;
    height: 470px;
}

.mc1_a1s1_lisbox{
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: block;
    height: 100%;
}

.mc1_a1s1_bg{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    width: 100%;
    min-width: 356px;
    height: 100%;
}

.mc1_a1s1_bg::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .26;
    transition: all .5s ease-out;
}

.mc1_a1s1_textbox{
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 30px;
    font-size: 18px;
    color: #fff;
}

.mc1_a1s1li_title{
    font-size: 1em;
    line-height: 1.5;
}

.mc1_a1s1_icon img{
    width: 100%;
}

.mc1_a1s1_li:last-child .mc1_a1s1_lisbox{
    overflow: visible;
}

.mc1_a1s1_icon{
    width: 55px;
    margin-bottom: 10px !important;
}

.mc1_a1s1_li.act{
    width: 30%;
}

.mc1_a1s1_li.act .mc1_a1s1_bg::before{
    opacity: .1;
}

.mc1_a1s1_li.act .mc1_a1s1_textbox{
    font-size: 24px;
    text-align: center;
    opacity: 0;
    animation: a1s1Up .36s .5s ease-out both;
}
.mc1_a1s1_li.act .mc1_a1s1_icon{
    margin: 0 auto;
}

.mc1_a1s1_textbox{
    animation: a1s1In .36s .5s ease-out both;
}

@keyframes a1s1Up{
    100%{
        opacity: 1;
        transform: translateY(-100%);
    }
}
@keyframes a1s1In{
    0%{
        opacity: 0;
    }
}

.ma_ph_logo {
    width: 120px;
}
.ma_logo {
    width: 152px;
}

.ma_banner_tab{
    display: none !important;
}

@media screen and (max-width: 1440px){
    .mc1_a1s1_li{
        height: 354px;
    }

    .mc1_a1s1_li.act .mc1_a1s1_textbox{
        font-size: 20px;
    }

    .mc1_a1s1_textbox{
        font-size: 16px;
    }

    .mc1_a1s1_icon{
        width: 42px;
    }

    .mc1_a1s1_textbox{
        padding: 0 20px;
    }

    .ma_cnzz{
        margin-left: 0;
    }
    .ma_copyright p{
        margin-right: 20px;
    }
}

@media screen and (max-width: 950px){
    .mc1_a1s1_li {
        width: 20% !important;
    }

    .mc1_a1s1_li{
        height: 320px;
    }

    .mc1_a1s1_li.act .mc1_a1s1_textbox{
        font-size: 18px;
    }


    .mc1_a1s1_icon{
        width: 36px;
    }

    .mc1_a1s1_textbox{
        padding: 0 15px;
    }
    .mc1_a1s1_li.act .mc1_a1s1_bg{
        transition: none;
    }

    .mc1_a1s1_li.act .mc1_a1s1_bg::before{
        opacity: .26;
        transition: none;
    }

    .mc1_a1s1_li.act .mc1_a1s1_textbox{
        text-align: left;
        opacity: 1;
        transition: none;
    }
    .mc1_a1s1_textbox{
        animation: none !important;
    }
    .mc1_a1s1_li.act .mc1_a1s1_icon{
        margin: 0;
    }
}

@media screen and (max-width: 768px){
    .mc1_a1s1_list{
        flex-wrap: wrap;
        justify-content: center;
    }
    .mc1_a1s1_li{
        width: 33.333333% !important;
        margin-bottom: 6px;
    }
    .mc1_a1s1_lisbox{
        overflow: hidden !important;
    }
    .mc1_a1s1_icon {
        width: 32px;
    }

}

@media screen and (max-width: 767px){
    .ma_copyright p{
        width: 100%;
        margin-right: 0;
    }
    .ma_alft .ma_copyright{
        width: 100%;
    }
    .ma_copyright p>span,
    .ma_copyright p>a{
        display: inline-block;
        vertical-align: middle;
        line-height: inherit;
        font-size: inherit;
    }

    .ma_ft{
        padding-bottom: 20px !important;
    }

    .ma_gun_li_txt p{
        line-height: 1.5;
    }

    .ma_a1s2_main_img{
        min-height: 400px !important;
    }

    .mc1_a1s1_li{
        width: 100% !important;
        height: calc((100vw - 40px)*0.68);
    }

    .mc1_a1s1_bg{
        min-width: auto;
    }
}