﻿@charset "utf-8";

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: 999;
    width: 100%;
    height: 64px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    box-shadow: 0 0 10px 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: 65px;
}

.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;
    margin: 0 -1px;
}

.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: 14px;
    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;
}

/* *************************************************************** */

/* 分页 */
.mc_fybtn {
    padding: 0 15px;
    color: #333;
}

.mc_pcfy a {
    float: left;
}

.mc_fybtn a {
    font-family: 微软雅黑;
    font-size: 14px;
    color: #333;
}

.mc_phfy {
    display: none;
}

.pc_fenye {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    text-align: center;
}

.pc_fenye li {
    float: left;
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    text-align: center;
    margin: 0px 10px;
    /* border-radius: 50%; */
    transition: .3s;
}

.pc_fenye li.activepage {
    color: #fff;
    background-image: url(../images/c2fyb.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.w_fenyeph {
    display: none;
}

.pc_fenye li.clolr {
    color: #00b9f1;
}

/* *************************************************************** */

/* pc导航 */
.mc_pc_hd {
    height: 90px;
    position: relative;
    width: 100%;
}

.mc_container_hd {
    padding: 0 20px;
}

.mc_logo a,
.mc_language a,
.mc_hd_telbox,
.mc_nav_a {
    width: 100%;
    height: 100%;
    line-height: 90px;
}

.mc_navbar_top {
    background: #fff;
}

.mc_navbar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}


.mc_navbar_l,
.mc_navbar_r {
    height: 100%;
}

.mc_navbar_l>div,
.mc_navbar_r>div {
    height: 100%;
    float: left;
}

.mc_cont1400 {
    width: 1400px;
    margin: 0 auto;
}

/* logo */
.mc_logo {
    width: 153px;
}

/* nav */
.mc_navbar_bot {
    display: none;
    background: #fe6c2d;
}

.mc_nav_li {
    position: relative;
    float: left;
    /* border-left: 1px solid rgba(255, 255, 255, .3); */
}

.mc_nav_a span {
    position: relative;
}

.mc_subnav {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    width: 100%;
}

.mc_subnav_a {
    font-size: 16px;
    line-height: 30px;
}

/* .mc_nav_a span::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    width: 0;
    height: 1px;
    background: #fff;
    transition: all .36s;
} */

.mc_nav_li.yxnav_active1 .mc_nav_a {
    color: #ff6a28;
}

/* .mc_nav_li:last-child {
    border-right: 1px solid rgba(255, 255, 255, .3);
} */

.mc_nav_a {
    padding: 0 38px;
    font-size: 16px;
    color: #333;
    /* line-height: 44px; */
}

.mc_hd_telbox {
    font-size: 14px;
    color: #5c5c5c;
}

.mc_hd_telbox img {
    width: 22px;
    margin-right: 5px;
}

.mc_language {
    position: relative;
    margin-left: 30px;
}

.mc_language a {
    font-size: 14px;
    color: #5c5c5c;
}

.mc_language span {
    position: relative;
    padding-left: 10px;
}

.mc_language span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #666666;
    border-right: 5px solid transparent;
}

/* search */
.mc_search_btn {
    width: 20px;
    line-height: 80px;
    cursor: pointer;
}

.mc_search_modal .mc_modal_content {
    width: 725px;
}

.mc_search_modal .mc_msc_box {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #fff;
}

.mc_search_modal {
    background: rgba(0, 0, 0, .8);
}

.mc_search_modal .mc_modal_close {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
    color: #fff;
}

.mc_msc_input {
    width: calc(100% - 80px);
    height: 100%;
    font-size: 20px;
    color: #f5f5f5;
}

.mc_msc_submit {
    width: 75px;
    height: 100%;
    font-size: 24px;
    color: #fff;
}

.mc_search_modal .mc_modal_content {
    background: none;
}


/* 页脚 */
.mc_cnzz span {
    display: inline-block;
    transform: translateY(-1px);
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.mc_cnzz a {
    display: block;
    width: 50px;
    height: 12px;
}

.mc_cnzz img {
    width: 100%;
}

.mc_ft_copyright p {
    display: inline-block;
}

.mc_ft_copyright p a,
.mc_ft_copyright p span {
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0 5px;
}

/* *************************************************************** */
/* banner */
.mc_banner {
    width: 100%;
    position: relative;
}

.mc_ban_li {
    position: relative;
    overflow: hidden;
}

.mc_ban_imgbox {
    position: relative;
    z-index: 1;
}

.mc_ban_imgbox a {
    display: block;
}

.mc_ban_pc,
.mc_ban_ph {
    position: relative;
    overflow: hidden;
}

.mc_ban_ph {
    display: none;
}

.mc_ban_img {
    position: relative;
    z-index: 1;
}

.mc_ban_video {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: 2;
    transform: translate(-50%, -50%);
    object-fit: fill;
}

.mc_ban_modal {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}

.mc_ban_titlebox {
    color: #fff;
}

.mc_ban_li:not(:first-child) {
    display: none;
}

.mc_ban_li .mc_container {
    z-index: 2;
}

.mc_ban_ph .mc_ban_img {
    width: 100%;
    height: auto;
}


/** 全屏等比缩小banner */
/* banner高度 */
.mc_banner_fulldefault .mc_ban_pc {
    height: 100vh;
}

.mc_banner_fulldefault .mc_ban_pc img {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    /* min-height: 100%; */
    /* transform: translate(-50%, -50%); */
}

/** 全屏截取banner */
/* banner高度 */
.mc_banner_fullcut .mc_ban_pc {
    height: 100vh;
}

.mc_banner_fullcut .mc_ban_pc img {
    left: 50%;
    top: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    transform: translate(-50%, -50%);
}

/** 正常等比缩放 */
.mc_banner_default .mc_ban_pc img {
    width: 100%;
    height: auto;
}

.mc_ban_cont {
    z-index: 5;
}

.mc_ban_titlebox {
    width: 680px;
    max-width: 100%;
    padding-left: 110px;
}

.mc_ban_subtitle {
    font-size: 14px;
    line-height: 26px;
    color: rgba(255, 255, 255, .7);
}

.mc_ban_title {
    font-size: 40px;
    color: #fff;
    line-height: 50px;
    margin-bottom: 20px;
}

.mc_ban_slick .slick-dots {
    bottom: 85px;
}

.mc_ban_slick .slick-dots li {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    background: transparent;
}

.mc_ban_slick .slick-dots li.slick-active {
    background: #fe6c2d;
    border-color: #fe6c2d;
}

.mc_ft1 {
    padding: 40px 0;
    background: #717572;
}

.mc_xl_firendly {
    width: 370px;
}

.mc_xl_firendly .mc_xl_hd {
    display: block;
    height: 42px;
    background: #fff;
}

.mc_xl_firendly .mc_xl_showbox {
    width: calc(100% - 42px);
    height: 100%;
    user-select: none;
}

.mc_xl_firendly .mc_xl_xtbbox {
    position: relative;
    width: 42px;
    height: 100%;
    background: #fe6c2d;
    padding: 13px;
}

.mc_xl_firendly .mc_xl_show {
    padding: 0 20px;
}

.mc_xl_firendly .mc_xl_xtb {
    width: 16px;
}

.mc_xl_firendly .mc_xl_show {
    font-size: 12px;
    line-height: 42px;
    color: #333;
}

.mc_xl_firendly .mc_xl_bd {
    position: absolute;
    left: 0;
    bottom: 100%;
    background: #fff;
    z-index: 10;
    width: 100%;
    height: 113px;
    overflow: auto;
    border-bottom: 1px solid #eee;
}

.mc_xl_firendly .mc_xl_li {
    color: #333;
    line-height: 18px;
    font-size: 12px;
    padding: 5px 20px;
}

.mc_xl_li a {
    width: 100%;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}

.mc_xl {
    position: relative;
}

.mc_ft1_contact {
    position: relative;
}

.mc_ft1c_hd {
    font-size: 12px;
    line-height: 42px;
    color: rgba(255, 255, 255, .8);
    cursor: pointer;
    user-select: none;
}

.mc_ft1c_hd img {
    width: 20px;
    margin-left: 12px;
}

.mc_ft1c_bd {
    display: none;
    position: absolute;
    left: 50%;
    bottom: calc(100% + 5px);
    width: 100px;
    transform: translateX(-50%);
    z-index: 10;
}

.mc_ft2 {
    background: #4a4d4b;
    padding: 9px 0;
}

.mc_ft_copyright p {
    font-size: 14px;
    line-height: 18px;
    padding: 5px 0;
    color: #999;
}

.mc_ft_webmap a {
    font-size: 14px;
    color: #999999;
    line-height: 28px;
}

.mc_ft_webmap {
    margin-right: 25px;
}

.mc_a1s1 {
    position: relative;
    z-index: 10;
    margin-top: -80px;
    margin-bottom: 64px;
}

.mc_tab_search .mc_tabhd_li {
    position: relative;
    padding: 0 24px;
    line-height: 42px;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    background: #ff6a28;
    transition: all .36s;
    margin-right: 5px;
    border-radius: 6px;
    transition: all .36s;
}

.mc_tab_search .mc_tab_hd {
    margin-bottom: 5px;
    user-select: none;
}

.mc_tab_search .mc_tabhd_li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 5px;
    background: #fff;
    opacity: 0;
    transition: all .36s;
}

.mc_tab_search .mc_tabhd_li.on {
    background: #fff;
    border-radius: 6px 6px 0 0;
    color: #ff6a28;
}

.mc_tab_search .mc_tabhd_li.on::before {
    opacity: 1;
}

.mc_tab_search .mc_tab_bd {
    background: #fff;
    box-shadow: -5.5px 9px 36px 1px rgba(0, 0, 0, .09);
}

.mc_a1pro_form {
    width: 100%;
}

.mc_tab_search .mc_tabbd_lisbox {
    padding: 42px 20px 20px;
}

.mc_a1prof_inputbox {
    position: relative;
    float: left;
    margin-right: 25px;
    height: 36px;
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    padding-right: 14px;
    margin-bottom: 10px;
}

.mc_a1prof_inputbox .mc_select_hd {
    height: 100%;
}

.mc_a1prof_inputbox .mc_select_showbox {
    width: calc(100% - 18px);
    height: 100%;
    padding: 0 14px;
}

.mc_a1prof_inputbox .mc_select_xtbbox {
    width: 18px;
    line-height: 34px;
}

.mc_a1prof_inputbox .mc_select_bd {
    width: 100%;
    padding: 10px 14px;
    position: absolute;
    left: 0;
    top: calc(100% + 5px);
    background: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    max-height: 126px;
    overflow: hidden;
    z-index: 10;
}

.mc_a1prof_inputbox .mc_select_show {
    font-size: 14px;
    line-height: 20px;
    padding: 7px 0;
    text-overflow: ellipsis;
}

.mc_a1prof_inputbox .mc_select_li {
    font-size: 14px;
    line-height: 18px;
    padding: 4px 0;
}

.mc_select_xtb.on {
    transform: rotate(180deg);
}

.mc_a1prof_text {
    width: 100%;
    height: 100%;
}

.mc_a1prof_text input {
    float: left;
    width: calc(100% - 18px);
    height: 100%;
    padding: 0 14px;
    line-height: 34px;
    text-overflow: ellipsis;
}

.mc_a1prof_text .mc_a1prof_xtb {
    float: left;
    width: 18px;
    line-height: 34px;
}

.mc_a1prof_inputbox1 {
    width: 215px;
}

.mc_a1prof_inputbox2 {
    width: 120px;
}

.mc_a1prof_inputbox3 {
    width: 180px;
}

.mc_a1prof_inputbox4 {
    width: 180px;
}

.mc_a1prof_inputbox5 {
    width: 180px;
}

.mc_a1prof_inputbox6 {
    width: 180px;
}

.mc_a1prof_r {
    width: 90px;
}

.mc_a1prof_l {
    width: calc(100% - 90px);
    padding-right: 25px;
}

.mc_a1prof_r input {
    width: 90px;
    height: 34px;
    font-size: 16px;
    color: #fff;
    background: #ff6a28;
    border-radius: 6px;
}

.mc_tabbd_lisbox:not(:first-child) {
    display: none;
}

.mc_tab_search .mc_tabbd_lisbox {
    min-height: 108px;
}

.mc_a1s2 {
    padding-bottom: 30px;
}

.mc_a1s2_li {
    float: left;
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.mc_a1s2_list {
    margin: 0 -15px;
}

.mc_a1s2_a {
    display: block;
}

.mc_a1s2_imgbox {
    width: 100%;
}

.mc_a1s2_more {
    position: relative;
    z-index: 1;
    font-family: Arial, "微软雅黑", "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
    position: relative;
    width: 100%;
    line-height: 30px;
    padding: 0 15px;
    text-align: right;
    color: #fff;
    background: #717572;
}

.mc_a1s2_more::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background: #fe6c2d;
    transition: all .36s ease;
}

.mc_a1s2_imgbox img {
    transition: all .36s;
}

.mc_a1s2_li1 .mc_a1s2_imgbox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: url(../images/a1s2_modal1.png) center / cover no-repeat;
}

.mc_a1s2_li4 .mc_a1s2_imgbox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: url(../images/a1s2_modal4.png) center / cover no-repeat;
}


.mc_a1s2_txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 12px;
    z-index: 5;
}

.mc_a1s2_txt p {
    font-size: 12px;
    color: #fff;
    line-height: 22px;
}

.mc_a1s2_txt h3 {
    position: relative;
    z-index: 1;
    font-size: 19px;
    line-height: 44px;
    height: 44px;
    overflow: hidden;
    color: #fff;
    font-weight: bold;
}

.mc_a1s2_li:not(.mc_a1s2_li1) p {
    display: none;
}

/* .mc_a1s2_li1 .mc_a1s2_txt {
    bottom: 25px;
}

.mc_a1s2_li1 .mc_a1s2_txt h3 {
    margin-bottom: 10px;
} */

.mc_a1s2_li2 .mc_a1s2_txt h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 136px;
    max-width: 100%;
    background: rgba(0, 0, 0, .3);
}

.a1s2_play {
    width: 38px;
    z-index: 5;
}

.mc_sharebox {
    margin: 0 3px;
}

.mc_banner_inner .mc_ban_pc {
    height: 400px;
}

.mc_banner_inner .mc_ban_pc img {
    width: auto;
    height: 100%;
    max-width: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.mc_innav_li {
    position: relative;
    float: left;
}

.mc_innav_li::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    height: 3px;
    width: 0;
    background: #fe6c2d;
    transform: translateX(-50%);
    transition: all .36s;
}

.mc_innav_li.on::before {
    width: 100%;
}

.mc_innav_a {
    position: relative;
    padding: 0 45px;
    font-size: 18px;
    line-height: 70px;
    color: #c4c4c4;
}

.mc_innav_li:not(:first-child) .mc_innav_a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 16px;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, .2);
}

.mc_innav_li.on .mc_innav_a {
    color: #fff;
    font-weight: bold;
}

.mc_nav_inner {
    position: relative;
    z-index: 10;
    margin-top: -70px;
    background: rgba(0, 0, 0, .6);
}

.mc_main_inner {
    min-height: calc(100vh - 702px);
}

.mc_b1s1 {
    position: relative;
    padding: 130px 90px;
    /* background: url(../images/b1s1_bg.jpg) center / cover no-repeat; */
    background: url(../images/fk_bg.jpg);
}

.mc_b2s1 {
    background: url(../images/fk_bg.jpg);
}

.mc_b1s1_li:not(:first-child) {
    display: none;
}

.mc_b1s1_title {
    position: relative;
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    color: #fe6c2d;
    padding-bottom: 22px;
    margin-bottom: 52px;
}

.mc_b1s1_l {
    width: 344px;
    padding-top: 100px;
}

.mc_b1s1_title::before {
    content: "——";
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 22px;
    font-weight: bold;
    color: #666666;
    letter-spacing: 1px;
    line-height: 3px;
}

.mc_b1s1_xtbbox p {
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 20px;
}

.mc_b1s1_m {
    position: relative;
    width: 574px;
    height: 574px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fafafa 15%, #bdbebf);
}

.mc_b1s1_lisbox {
    position: relative;
    padding: 0 50px;
}

.mc_b1s1_r {
    position: absolute;
    right: 60px;
    top: 270px;
    width: 300px;
}

.mc_b1s1_txt p {
    font-size: 18px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 25px;
}

.mc_b1s1_more {
    font-size: 14px;
    color: #fe6c2d;
}

.mc_b1s1_more img {
    width: 38px;
    margin-left: 5px;
}

.mc_b1s1_slick .slick-arrow {
    width: 78px;
    height: 44px;
    border: 2px solid #fe6c2d;
    z-index: 10;
    transform: none;
    top: 100px;
}

.mc_b1s1_slick .slick-prev {
    background: url(../images/arr_prev.png) center / 15px no-repeat;
    left: auto;
    right: 146px;
}

.mc_b1s1_slick .slick-next {
    background: url(../images/arr_next.png) center / 15px no-repeat;
    right: 70px;
}

.mc_b1s1_dots {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
}

.mc_b1s1dots_li {
    position: relative;
    font-size: 16px;
    color: #fe6c2d;
    padding-left: 45px;
    padding-right: 15px;
    line-height: 32px;
    margin: 10px 0;
    cursor: pointer;
    transition: all .36s;
    user-select: none;
}

.mc_b1s1dots_li::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #f0b69d;
    transition: all .36s;
}

.mc_b1s1dots_li::after {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border: 1px solid #f0b69d;
    opacity: 0;
    transition: all .36s;
}

.mc_b1s1dots_li.on {
    color: #fff;
    background: #fe6c2d;
}

.mc_b1s1dots_li.on::before {
    background: #fff;
}

.mc_b1s1dots_li.on::after {
    opacity: 1;
}

.mc_b2s1_backbtn {
    padding: 0 30px;
    line-height: 44px;
    color: #fff;
    font-size: 14px;
    background: #fe6c2d;
}

.mc_b2s1_backbtn span {
    display: inline-block;
    position: relative;
    top: 1px;
    font-family: "宋体";
    margin-right: 10px;
    font-weight: bold;
    transition: all .36s;
}

.mc_b2s1 {
    position: relative;
}

.mc_b2s1_back {
    position: absolute;
    left: 60px;
    top: 65px;
    z-index: 10;
}

.mc_b2s1_l {
    width: 49%;
}

.mc_b2s1_r {
    position: relative;
    width: 51%;
}

.mc_b1s1_xtbbox {
    margin: 0 -10px;
}

.mc_b2s1_l {
    padding: 30px 0 30px;
}

.mc_b2s1 .mc_b1s1_title {
    color: #333333;
    margin-top: 200px;
}

.mc_b2s1_text p {
    font-size: 18px;
    line-height: 1.75;
}

.mc_b2s1_text {
    width: 575px;
    max-width: 100%;
}

.mc_b2s1_container {
    height: 800px;
}

.mc_b2s1_l {
    height: 100%;
    overflow: hidden;
}

.mc_b2s1_r {
    height: 100%;
    /* background: linear-gradient(135deg, #fcfcfc 20%, #c6c7c9); */
    background: url(../images/b2s1r_bg.jpg) center / cover no-repeat;
}

.mc_b2s1_box {
    margin-left: calc(50vw - 700px);
    height: 100%;
}

.mc_b2s1r_slick {
    width: 100%;
    height: 100%;
}

.mc_b2s1r_li {
    position: relative;
    width: 100%;
    height: 800px;
}

.mc_b2s1r_li:not(:first-child){
    display: none;
}

.mc_b2s1r_img {
    margin-top: -50px;
}

.mc_b2s1r_dots {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    width: 448px;
}

.mc_b2s1rdots_li {
    float: left;
    width: 25%;
    padding: 0 13px;
}

.mc_b2s1rdots_li:not(:first-child) {
    display: none;
    cursor: pointer;
}

.mc_b2s1rdots_xtbbox {
    position: relative;
    background: #dedede;
}

.mc_b2s1rdots_xtbbox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fe6c2d;
    opacity: 0;
    transition: all .36s;
}

.mc_b2s1rdots_li.slick-current .mc_b2s1rdots_xtbbox::before {
    opacity: 1;
}

.mc_b2s1r_dots .slick-arrow {
    width: 40px;
    height: 40px;
    background: url(../images/xtb_more.png) center / 38px no-repeat;
    z-index: 5;
}

.mc_b2s1r_dots .slick-prev {
    transform: rotate(180deg) translateY(50%);
    left: -80px;
}

.mc_b2s1r_dots .slick-next {
    right: -80px;
}

/* .mc_b2s1r_dots .slick-arrow.slick-disabled {
    opacity: 0;
} */

/* 地图 */
.g_b5serch {
    width: 630px;
    height: 74px;
}

.g_b5serchfr {
    width: 74px;
    height: 74px;
    background: #11bef0;
    padding-top: 20px;
    cursor: pointer;
    margin-left: 6px;
}

.g_b5serchfl {
    width: calc(100% - 80px);
    height: 100%;
    background: rgba(255, 255, 255, .23);
}

.g_b5serchfl2 {
    width: 98px;
    height: 100%;
}

.g_b5serchfl1 {
    width: calc(100% - 98px);
    height: 100%;
}

.g_b5serchfl1 input {
    width: 100%;
    height: 100%;
    padding-left: 40px;
    padding-right: 20px;
    position: relative;
    display: block;
    color: #fff;
}

.g_b5serch {
    margin-top: 38px;
}

.g_b5serchfl1 input::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
}

.g_b5serchfl1 input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    font-size: 16px;
}

.g_b5serchfl1 input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    font-size: 16px;
}

.g_b5serchfl1 input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    font-size: 16px;
}

.g_b5serchfl1 {
    position: relative;
}

.g_b5serchfl1::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    width: 1px;
    height: 16px;
    background: #fff;
    transform: translateY(-50%);
}

.g_b5serchfl2 {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
}

.g_b5serchfl2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 38px;
    background: #fff;
    transform: translateY(-50%);
}

.g_b5serchfl21 {
    color: #fff;
    font-size: 16px;
    line-height: 74px;
    width: calc(100% - 14px);
}

.g_b5serchfl22 {
    width: 14px;
    line-height: 74px;
}

.g_b5serchfl22 img {
    width: 100%;
}

.g_b5serchfr img {
    width: 29px;
    display: block;
    margin: auto;
}

.b5_map {
    width: 62.5%;
}

.b5_add {
    position: relative;
    width: 37.5%;
    padding: 62px 0 0;
}

.b5_addsh {
    padding: 0 60px 0;
}

.b5_map .ny_route_map {
    width: 100%;
    height: 720px;
}

.b5_map .ny_route_map .map {
    height: 100%;
}

.b5_addox {
    border-top: 1px solid #eeeeee;
}

.b5_addox:last-child {
    border-bottom: 1px solid #eeeeee;
}

.b5_addtop {
    padding-top: 25px;
    padding-bottom: 25px;
    cursor: pointer;
}

.b5_addtop1 {
    width: 15px;
}

.b5_addtop1 img {
    width: 100%;
}

.b5_addtop3 {
    width: 18px;
    position: relative;
}

.b5_addtop3 img {
    width: 100%;
}

.b5_addtop31 {
    position: relative;
    top: 0;
    left: 0;
}

.b5_addtop32 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.b5_addtop2 {
    width: calc(100% - 33px);
    padding-left: 16px;
    font-size: 18px;
    color: #333;
    /* font-weight: lighter; */
    line-height: 26px;
    padding-right: 20px;
}

.b5_addbot {
    margin-bottom: 30px;
}

.b5_addbot {
    padding-left: 30px;
    padding-right: 120px;
    display: none;
}

.b5_addbotflz {
    font-size: 16px;
    color: #666;
    letter-spacing: 1px;
    line-height: 24px;
}

.b5_addbotfl {
    width: 52px;
}

.b5_addbotfr {
    width: calc(100% - 52px);
}

.b5_addox.act .b5_addtop31 {
    opacity: 0;
}

.b5_addox.act .b5_addtop32 {
    opacity: 1;
}

.b5_addxia {
    width: 100%;
    height: 74px;
}

.b5_addxia a{
    display: block;
}

.b5_addxiafl {
    width: 50%;
    height: 100%;
}

.b5_addxiafl1 {
    background: #fd7032;
    padding-left: 80px;
    transition: all .36s;
}

.b5_addxiafl2 {
    background: #e4e4e4;
    padding-right: 80px;
    transition: all .36s;
}

.b5_addxiafl span {
    display: block;
    width: 100%;
    height: 100%;
}

.b5_addxia {
    margin-top: 35px;
}

.b5_addxiafl span {
    font-size: 18px;
    /* font-weight: lighter; */
    line-height: 74px;
}

.b5_addxiafl1 span {
    color: #fff;
}

.b5_section1 {
    background: #f6f6f6;
}

.b5_addxiafl2 span {
    display: block;
    color: #666666;
    text-align: right
}

.b5_section1nr {
    width: 1660px;
}

.b5_addbotb:first-child {
    margin-bottom: 10px;
}

.b5_addox.act .b5_addtop2 {
    color: #fb773f;
}

/* 地图 */

.mc_banc1_container {
    z-index: 10;
}

.mc_c1_form {
    width: 670px;
    max-width: 100%;
    margin: 0 auto;
}

.mc_c1_inputbox {
    float: left;
}

.mc_c1_inputbox {
    width: 240px;
    height: 46px;
    background: #fff;
    margin-right: 15px;
    margin-bottom: 14px;
}

.mc_c1_inputbox input {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    font-size: 16px;
    text-overflow: ellipsis;
    color: #333;
}

.mc_c1_inputbox.mc_select {
    width: 168px;
    padding-right: 20px;
}

.mc_c1_inputbox .mc_select_xtbbox {
    width: 18px;
}

.mc_c1_inputbox .mc_select_showbox {
    height: 100%;
    width: calc(100% - 18px);
}

.mc_c1_inputbox .mc_select_hd {
    height: 100%;
}

.mc_c1_inputbox .mc_select_xtbbox {
    line-height: 46px;
}

.mc_select {
    position: relative;
}

.mc_c1_inputbox .mc_select_li {
    font-size: 16px;
    line-height: 20px;
    padding: 4px 20px;
}

.mc_c1_inputbox .mc_select_bd {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    padding: 10px 0;
    z-index: 10;
    height: 104px;
    border-top: 1px solid #eee;
}

.mc_c1_submit button {
    width: 46px;
    height: 46px;
    background: #fb773f;
    padding: 10px;
}

.mc_e1s1 {
    padding: 95px 0 100px;
    background: url(../images/fk_bg.jpg);
}

.mc_e1s2 {
    padding-bottom: 130px;
    background: url(../images/fk_bg.jpg);
}

.mc_e1_titbox {
    position: relative;
}

.mc_e1_titbox::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 6px;
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    background: #fb773f;
}

.mc_e1_subtitle {
    display: block;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.mc_e1s4_titbox .mc_e1_subtitle{
    color: rgba(234, 234, 234, .5);
}

.mc_e1 .mc_e1_subtitle{
    color: rgba(234, 234, 234, .5);
}

.mc_e1s1 .mc_e1_subtitle{
    color: rgba(255, 255, 255, .5);
}

.mc_e1_title {
    display: block;
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin-top: -25px;
    text-align: center;
}

.mc_e1s1_titbox {
    margin-bottom: 64px;
}

.mc_e1s1_li {
    float: left;
    margin-bottom: 20px;
}

.mc_e1s1_li p {
    font-size: 14px;
    color: #333;
}

.mc_e1s1_li p span {
    font-size: 40px;
    font-weight: bold;
    color: #fb773f;
}

.mc_e1s1_li1 {
    margin-right: 100px;
}

.mc_e1s1_li2 {
    margin-right: 95px;
}

.mc_e1s1_li3 {
    margin-right: 95px;
}

.mc_e1s1_li4 {
    margin-right: 104px;
}

.mc_e1 .mc_tab_hd {
    text-align: center;
}

.mc_e1 .mc_tabhd_li {
    float: none;
    display: inline-block;
    padding: 0 45px;
    line-height: 48px;
    border: 1px solid #fe6c2d;
    font-size: 20px;
    color: #fe6c2d;
    margin: 0 25px;
    transition: all .36s;
    cursor: pointer;
}

.mc_e1 .mc_tabhd_li.on {
    color: #fff;
    background: #fe6c2d;
    border-color: #fe6c2d;
}

.mc_tabhd_li {
    user-select: none;
}

.mc_e1s1_list {
    padding-bottom: 60px;
}

.mc_e1s1_tab .mc_tab_hd {
    margin-bottom: 25px;
}

.mc_e1s1_mapbox {
    position: relative;
    width: 466px;
    height: 466px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fafafa 26%, #bdbebf);
    margin: 0 auto;
}

.mc_inban_container {
    z-index: 10;
}

.mc_inabn_title {
    position: relative;
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 45px;
}

.mc_inabn_title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 27px;
    height: 2px;
    background: #fff;
}

.mc_e1s1_mapimgbox {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.mc_e1s1map_title {
    font-size: 20px;
    color: #fb773f;
    margin-bottom: 15px;
}

.mc_e1s1map_imgbox {
    width: 126px;
    border: 4px solid #fff;
}

.mc_e1s1map_list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.mc_e1s1map_li {
    position: absolute;
}

.mc_e1s1map_li1 {
    left: calc(100% + 58px);
    top: 45px;
    text-align: right;
}

.mc_e1s1map_li2 {
    left: calc(100% + 58px);
    top: 192px;
    text-align: right;
}
.mc_e1s1map_lixc {
    left: calc(100% + 58px);
    top: 196px;
    text-align: right;
}

.mc_e1s1map_li3 {
    left: -140px;
    top: 95px;
}
.mc_e1s1map_li4 {
    left: -140px;
    top: 255px;
}

.mc_e1s1map_title {
    position: relative;
    z-index: 1;
}

.mc_e1s1map_li1 .mc_e1s1map_title::before {
    content: "";
    position: absolute;
    right: 0;
    top: 28px;
    z-index: -1;
    width: 318px;
    height: 138px;
    background: url(../images/e1s1_line1.png);
}

.mc_e1s1map_li2 .mc_e1s1map_title::before {
    content: "";
    position: absolute;
    right: 0;
    top: 28px;
    z-index: -1;
    width: 283px;
    height: 1px;
    background: url(../images/e1s1_line2.png);
}

.mc_e1s1map_li3 .mc_e1s1map_title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 28px;
    z-index: -1;
    width: 216px;
    height: 66px;
    background: url(../images/e1s1_line3.png);
}
.mc_e1s1map_li4 .mc_e1s1map_title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    z-index: -1;
    width: 456px;
    height: 70px;
    background: url(../images/e1s1_line4.png);
}
.mc_e1s1map_lixc .mc_e1s1map_title::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -11px;
    z-index: -1;
    width: 330px;
    height: 10px;
    background: url(../images/e1s1_linexc.png);
}

.mc_e1s2_titbox::before {
    display: none;
}

.mc_e1s2_titbox .mc_e1_title {
    position: relative;
    text-align: left;
    padding-left: 60px;
    margin: 0 0 15px;
}

.mc_e1s2_titbox .mc_e1_title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 4px;
    background: #fb773f;
}

.mc_e1s2_titbox .mc_e1_subtitle {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

.mc_g1_title {
    position: relative;
    font-size: 36px;
    color: #333;
    padding-bottom: 15px;
    text-align: center;
}

.mc_g1_title::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: -50%;
    bottom: 0;
    width: 27px;
    height: 2px;
    background: #333333;
    transform: translateX(-50%);
}

.mc_g1_hd {
    padding: 50px 0 40px;
    background: url(../images/fk_bg.jpg);
    border-bottom: 4px solid #fe6c2d;
}

.mc_g1_search {
    padding: 85px 0 80px;
    background: #494949;
}

.mc_g1_form {
    position: relative;
    z-index: 1;
    max-width: 100%;
    width: 890px;
    margin: 0 auto;
}

.mc_g1l_box .mc_a1prof_inputbox {
    width: 33.333333%;
    margin: 0;
    border: 0;
    padding: 0 16px;
}

.mc_g1l_box .mc_select {
    margin-bottom: 34px;
}

.mc_g1l_box {
    margin: 0 -16px;
}

.mc_g1l_box .mc_select_hd {
    border-bottom: 1px solid rgba(255, 255, 255, .7);
}

.mc_g1l_box .mc_a1prof_inputbox .mc_select_showbox {
    padding-left: 0;
}

.mc_g1l_box .mc_a1prof_text input {
    padding-left: 0;
}

.mc_g1l_box label {
    border-bottom: 1px solid rgba(255, 255, 255, .7);
}

.mc_g1l_box .mc_select_bd {
    width: calc(100% - 40px);
    left: 50%;
    transform: translateX(-50%);
}

.mc_g1l_box .mc_a1prof_inputbox input {
    color: #fff;
}

/* plaeceholder样式改变 */
.mc_g1l_box .mc_a1prof_inputbox input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgba(255, 255, 255, .7);
}

.mc_g1l_box .mc_a1prof_inputbox input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, .7);
}

.mc_g1l_box .mc_a1prof_inputbox input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, .7);
}

.mc_g1l_box .mc_a1prof_inputbox input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgba(255, 255, 255, .7);
}

.mc_g1_r {
    position: absolute;
    width: 130px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.mc_g1_r input {
    width: 130px;
    line-height: 36px;
    color: #fff;
    background: #fe6c2d;
    border-radius: 6px;
}

.mc_g1_l {
    width: calc(100% - 130px);
    padding-right: 50px;
}

.mc_e1s2_li p {
    font-size: 18px;
    line-height: 26px;
    color: #fb773f;
}

.mc_e1s2_l img {
    width: 26px;
    margin-top: -2px;
}

.mc_e1s2_l {
    width: 26px;
}

.mc_e1s2_r {
    padding-left: 20px;
    width: calc(100% - 26px);
}

.mc_e1s2_container {
    padding-left: 155px;
    padding-right: 60px;
}

.mc_e1s2_li:not(:last-child) {
    margin-bottom: 46px;
}

.mc_e1s2_r span {
    margin-right: 15px;
}

.mc_e1s2_content {
    max-width: calc(100% - 400px);
}

.mc_e1s5 {
    padding: 90px 0 160px;
    background: url(../images/fk_bg.jpg);
}

.mc_e1s5_titbox {
    margin-bottom: 60px;
}

.mc_e1s4 {
    padding: 90px 0;
    background: #f6f6f6;
}

.mc_e1s4_titbox {
    margin-bottom: 40px;
}

.mc_e1s5_tab .mc_tabhd_li {
    color: #666666;
    border-color: #666;
    margin: 0 8px;
}

.mc_e1s5_tab .mc_tab_hd {
    margin-bottom: 40px;
}

.mc_e1s4_border {
    position: relative;
    width: 278px;
    z-index: 1;
}

.mc_e1s4_imgbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 23px;
    z-index: -1;
}

.mc_e1s3_titbox {
    margin-bottom: 54px;
}

.mc_e1s3_content {
    position: relative;
}

.mc_e1s3_line {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 23px;
    transform: translateY(-50%);
}

.mc_e1s3_line img {
    width: auto;
    height: 100%;
    max-width: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.mc_e1s3 {
    padding: 100px 0 0;
    background: #f6f6f6;
}

.mc_e1s3_slick {
    padding: 0 94px;
    position: relative;
    z-index: 1;
    height: 300px;
}

.mc_e1s3_imgbox {
    width: 100%;
}

.mc_e1s3_imgborder {
    width: 146px;
    padding: 3px 5px;
    border: 1px solid #fb773f;
}

.mc_e1s3_li {
    float: left;
    position: relative;
    width: 25%;
    height: 300px;
}

.mc_e1s3_li:not(:first-child) {
    float: left;
}

.mc_e1s3_li::before {
    content: "";
    position: absolute;
    left: 31px;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 26px;
    background: #fb773f;
    z-index: 10;
}

.mc_e1s3_word {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.mc_e1s3_year {
    font-size: 30px;
    color: #fb773f;
}

.mc_e1s3_li:nth-child(odd) .mc_e1s3_imgborder {
    position: absolute;
    bottom: 0;
    left: 0;
}

.mc_e1s3_li:nth-child(odd) .mc_e1s3_txt {
    position: absolute;
    left: 0;
    bottom: 185px;
}

.mc_e1s3_li:nth-child(odd) .mc_e1s3_word {
    margin-bottom: 20px;
}

.mc_e1s3_li:nth-child(even) .mc_e1s3_imgborder {
    position: absolute;
    top: 0;
    left: 0;
}

.mc_e1s3_li:nth-child(even) .mc_e1s3_txt {
    position: relative;
    position: absolute;
    left: 0;
    top: 185px;
    padding-top: 40px;
}

.mc_e1s3_li:nth-child(even) .mc_e1s3_year {
    position: absolute;
    left: 0;
    top: 0;
}

.mc_e1s3_li:nth-child(even) .mc_e1s3_word {
    margin-bottom: 20px;
}

.mc_e1s3_slick .slick-arrow {
    width: 40px;
    height: 40px;
    background: url(../images/xtb_more.png) center / 38px no-repeat;
    z-index: 5;
    top: 30%;
}

.mc_e1s3_slick .slick-prev {
    transform: rotate(180deg) translateY(50%);
}

/* .mc_e1s3_slick .slick-arrow.slick-disabled {
    opacity: 0;
} */

.mc_e1s3_li:not(:first-child) {
    display: none;
}

.mc_e1s3_bot {
    background: url(../images/fk_bg.jpg);
}


/* 圆 */
.mc_inds31_box {
    position: relative;
    width: 335px;
    margin: 0 auto;
    z-index: 1;
}

.mc_inds31_imgbox {
    width: 154px;
    border-radius: 50%;
    overflow: hidden;
}

.mc_inds31_modal {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    user-select: none;
}

.mc_inds31_img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    user-select: none;
}

.mc_inds31_title {
    z-index: 3;
}

.mc_inds31_title {
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.mc_e1s1_tab .mc_tabbd_lisbox {
    padding: 50px 0 85px;
}

.mc_inds31_list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.mc_inds31li_xtbbox {
    position: relative;
    width: 116px;
    height: 116px;
    text-align: center;
    border-radius: 50%;
    padding: 8px;
    background: #fff;
    border: 1px solid #fe6c2d;
}

.mc_inds31li_xtbbox::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(../images/xtb_yuanhuan.png) center / cover no-repeat;
}

.mc_inds31li_xtbbox::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 67px;
    height: 1px;
    background: #fe6c2d;
}

.mc_inds31_li:nth-child(odd) .mc_inds31li_xtbbox::before {
    right: calc(100% + 67px);
}

.mc_inds31_li:nth-child(odd) .mc_inds31li_xtbbox::after {
    right: 100%;
}

.mc_inds31_li:nth-child(odd) .mc_inds31li_xtbbox {
    float: right;
    margin-left: 117px;
}

.mc_inds31_li:nth-child(even) .mc_inds31li_xtbbox::before {
    left: calc(100% + 67px);
}

.mc_inds31_li:nth-child(even) .mc_inds31li_xtbbox::after {
    left: 100%;
}

.mc_inds31_li:nth-child(even) .mc_inds31li_xtbbox {
    margin-right: 117px;
}

.mc_inds31_li {
    position: absolute;
    width: 420px;
}

.mc_inds31li_txt {
    width: calc(100% - 210px);
}

.mc_inds31_li:nth-child(1) {
    top: 0;
    right: 100%;
    /* transform: translateX(88px); */
    margin-right: -88px;
}

.mc_inds31_li:nth-child(2) {
    top: 0;
    left: 100%;
    /* transform: translateX(-88px); */
    margin-left: -88px;
}

.mc_inds31_li:nth-child(3) {
    bottom: 0;
    right: 100%;
    /* transform: translateX(88px); */
    margin-right: -88px;
}

.mc_inds31_li:nth-child(4) {
    bottom: 0;
    left: 100%;
    /* transform: translateX(-88px); */
    margin-left: -88px;
}

.mc_inds31li_txt p {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    display: inline-block;
    text-align: left;
}

.mc_inds31li_txt {
    position: absolute;
    top: 50%;
    transform: translateY(-13px);
}

.mc_inds31_li:nth-child(odd) .mc_inds31li_txt {
    left: 0;
    text-align: right;
}

.mc_inds31_li:nth-child(even) .mc_inds31li_txt {
    right: 0;
}

.mc_inds31_bg {
    position: relative;
}

/* 圆 */

.mc_e1s3_top {
    margin-bottom: 100px;
    background: #f6f6f6;
}

.mc_e1s3_bot {
    padding: 100px 0;
}

.mc_inds31_map {
    width: 931px;
    height: 462px;
    z-index: -1;
}

.mc_e1s4_txt p {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}

.mc_e1s4_border {
    margin-bottom: 30px;
}

.mc_e1s4_li {
    float: left;
    width: 25%;
}

.mc_e1s4_li:not(:first-child) {
    display: none;
}

.mc_e1s4_list .slick-dots {
    bottom: 0;
}

.mc_e1s4_list .slick-dots li {
    width: 11px;
    height: 11px;
    background: #dbdbdb;
}

.mc_e1s4_list .slick-dots li.slick-active {
    width: 11px;
    height: 11px;
    background: #fe6c2d;
}

.mc_e1s4_list {
    padding-bottom: 75px;
}

.mc_e1s4_tab .mc_tabbd_lisbox:not(:first-child) {
    display: none;
}

/* .mc_e1s5_hex {
    overflow: hidden;
    display: block;
    width: 195px;
    height: 227px;
    transform: rotate(-60deg) skewY(30deg);
}

.mc_e1s5_hexbox {
    background-color: #fff;
    display: block;
    width: 195px;
    height: 227px;
    line-height: 227px;
    text-align: center;
    transform: skewY(-30deg) rotate(60deg);
}

.mc_e1s5_list {
    width: 780px;
    text-align: center;
    margin: 0 auto;
}

.mc_e1s5_li {
    float: left;
    height: 170.25px;
}

.mc_e1s5_li:nth-child(7n + 5) {
    margin-left: -95.5px;
} */
.mc_e1s5_list {
    width: 780px;
    font-size: 0;
    margin: 0 auto;
}

.mc_e1s5_li {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 195px;
    height: 170px;
}

.mc_e1s5_li .mc_e1s5_bg {
    position: absolute;
    left: -35px;
    top: -28px;
    width: 266px;
    height: 297px;
    max-width: none;
    z-index: -1;
}

.mc_e1s5_li:nth-child(8n + 5) {
    margin-left: -98px;
}

.mc_par_imgbox {
    width: 140px;
    margin: 0 auto;
    margin-top: 60px;
}

/*start helen*/
body {
    background: #f6f6f6;
}

.he_content {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

.he_contime {
    margin-top: 69px;
}

.he_timef {
    padding: 0 26px;
    line-height: 26px;
    font-size: 16px;
    border: 1px solid #dedede;
    display: inline-block;
    margin-right: 30px;
    transition: all 0.36s;
    cursor: pointer;
    color: #666;
}

.he_timef.act {
    background: #fe6c2d;
    border: 1px solid #fe6c2d;
    color: #fff;
}

.he_contime .he_timef:last-child {
    margin-right: 0px;
}

.he_liboleimg {
    width: 221px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.he_liboleimg img {
    transition: all 0.36s;
}

.he_li_jpg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.he_li_png {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
}

.he_liboleft {
    width: 390px;
}

.he_liboright {
    width: calc(100% - 390px);
}

.he_libolete {
    text-align: right;
    width: calc(100% - 221px);
    padding-right: 41px;
    padding-top: 38px;
}

.he_libolete .he_libolh4 {
    font-size: 30px;
    line-height: 26px;
    color: #333333;
    font-family: 'Helvetica';
    font-weight: bold;
    margin-bottom: 10px;
    transition: all .36s;
}

.he_libolete .he_libolsp {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    font-family: 'Helvetica';
    font-weight: bold;
    transition: all .36s;
}

.he_listbox {
    border-bottom: 1px solid #d5d5d5;
}

.he_listbox a {
    display: block;
    padding: 48px 0 35px 0;
}

.he_listbox a::after{
    content: "";
    display: block;
    clear: both;
}

.he_liboright {
    padding-left: 55px;
    border-left: 1px solid #d5d5d5;
    padding-top: 23px;
    padding-bottom: 30px;
}

.he_liborite {
    width: calc(100% - 40px);
    padding-right: 75px;
}

.he_liboriarr {
    width: 40px;
    height: 40px;
    border: 1px solid #fe6c2d;
    background: #fe6c2d;
    position: relative;
    margin-top: 15px;
    transition: all .36s;
    transition: all .36s;
    ;
}

.he_librth4 {
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    font-weight: bold;
    position: relative;
    padding-left: 60px;
    margin-bottom: 10px;
    transition: all .36s;
    height: 26px;
    overflow: hidden;
}

.he_librth4::after {
    content: '';
    width: 37px;
    height: 2px;
    background: #333333;
    position: absolute;
    top: 12px;
    left: 0px;
    transition: all .36s;
}

.he_libritp {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    letter-spacing: 1px;
}

.he_liboriarr img {
    width: 11px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.36s;
}

.he_arrsho {
    opacity: 1;
}

.he_arrhid {
    opacity: 0;
}

.he_listbox1 .he_liboleft {
    width: 155px;
}

.he_listbox1 .he_liboright {
    width: calc(100% - 155px);
}

.he_listbox1 .he_libolete {
    width: 100%;
}

.he_list ul a {
    display: block;
}

.he_fy {
    margin-top: 77px;
    margin-bottom: 120px;
}

.he_contn {
    padding: 80px 90px;
}

.he_contnle {
    width: 20px;
}

.he_contnri {
    width: calc(100% - 20px);
    padding-left: 110px;
}

.he_contnle .he_contnlefx:last-child {
    margin-bottom: 0px;
}

.he_contnlefx img {
    width: 100%;
}

.l_r_topb {
    display: inline-block;
    cursor: pointer;
    position: relative;
    height: 18px;
    transition: all .36s;
    margin-bottom: 35px;
}

.l_r_topb i {
    width: 18px;
    display: block;
}

.iconfont img {
    width: 100%;
}

.l_r_topb .bshare_box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.l_r_topb .bsPromo {
    width: 100%;
    height: 100%;
    display: block !important;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.l_r_topb .bshare_box a {
    width: 100% !important;
    height: 100% !important;
    display: block;
    opacity: 0 !important;
}

.he_cntnrtpleh4 {
    font-size: 24px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 12px;
}

.he_cntnrtplesp span {
    display: inline-block;
    margin-right: 40px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Arial';
    color: #999999;
    letter-spacing: 1px;
}

.he_cntnrtple {
    width: calc(100% - 150px);
}

.he_cntnrtpriw {
    width: 150px;
    text-align: right;
}

.he_cntnrtpri {
    padding: 0 35px;
    background: #fe6c2d;
    display: inline-block;
}

.he_cntnrtpriim {
    width: 7px;
    display: inline-block;
    line-height: 45px;
}

.he_cntnrtpriim img {
    width: 100%;
}

.he_cntnrtprite {
    font-size: 16px;
    line-height: 45px;
    color: #fff;
    margin-left: 15px;
}

.he_contnritop {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 30px;
}

.he_contnritext {
    padding-top: 30px;
    padding-bottom: 45px;
    border-bottom: 1px solid #dddddd;
}

.he_contnritext p {
    font-size: 16px;
    line-height: 1.875;
    color: #666666;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.he_bjimg {
    margin-top: 38px;
    text-align: center;
}

.he_fanye {
    margin-top: 40px;
}

.he_fanyeleimg,
.he_fanyeriimg {
    width: 6px;
    display: inline-block;
    line-height: 42px;

}

.he_fanyele,
.he_fanyeri {
    padding: 0 33px;
    background: #eeeeee;
}

.he_fanyeleimg img {
    width: 100%;
}

.he_fanyeriimg img {
    width: 100%;
}

.he_fanyelete,
.he_fanyerite {
    font-size: 16px;
    line-height: 42px;
    color: #fe6c2d;
    margin-left: 11px;
}

.he_fanyerite {
    margin-left: 0px;
    margin-right: 11px;
}

.he_fanyeri .he_fanyelete {
    margin-right: 0px;
    margin-right: 11px;
}

.he_fanye a {
    display: block;
}

.he_cntnrtplesp span:last-child {
    margin-right: 0px;
}

.he_bnav {
    width: 100%;
    box-shadow: 0px 5px 9.6px 2.4px rgba(62, 62, 62, 0.12);
    padding: 22px 0;
    background: #ededed;
    position: relative;
}

.he_swul {
    margin: 0 -60px;
}

.he_swulli {
    /* padding: 0 60px; */
    width: 20%;
    text-align: center;
}

.he_swullibox {
    width: 100%;
}

.he_swullibimb {
    width: 59px;
    height: 59px;
    border-radius: 50%;
    background: #3e3e3e;
    position: relative;
    transition: all .36s;
}

.he_swullibim {
    width: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.he_swullibim img {
    width: 100%;
}

.he_swullibte {
    width: calc(100% - 59px);
    font-size: 20px;
    color: #333333;
    padding-left: 20px;
    padding-top: 20px;
    height: 50px;
    overflow: hidden;
    transition: all .36s;
}

.he_conttne {
    padding: 0 40px;
}

.he_swulli.act .he_swullibimb {
    background: #fe6c2d;
}

.he_swulli.act .he_swullibte {
    color: #fd7032;
    font-weight: bold;
}

.he_widt {
    width: 100%;
    background-image: url('../images/fk_bg.jpg');
    padding: 68px 0px;

}

.he_positbbox {
    width: 416px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 35px;
}

.he_positb img {
    width: 100%;
}

.he_positbri {
    width: 635px;
    margin-left: 350px;
    position: relative;
    z-index: 10;
}

.he_postbtit {
    width: 45px;
    display: inline-block;
}

.he_positbtei {
    width: 85px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
}

.he_postbtit img {
    width: 100%;
}

.he_postbtib {
    font-size: 20px;
    font-weight: bold;
    color: #fe6c2d;
    line-height: 1.75;
    height: 35px;
    overflow: hidden;
}

.he_postrlile {
    width: 70px;
    font-size: 18px;
    color: #fe6c2d;
    font-weight: bold;
    margin-top: 50px;
    height: 24px;
    overflow: hidden;
    text-align: center;
}

.he_postrliri {
    width: calc(100% - 130px);
    margin-left: 50px;
    border-bottom: 1px dashed rgba(142, 142, 142, 0.3);
    padding: 10px 0 23px 0;
}

.he_postrlirinl {
    width: calc(100% - 125px);
    padding-right: 23px;
}

.he_postrlirinr {
    width: 125px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.he_postrlirinr img {
    max-width: 125px;
    border: 4px solid #fff;
}

.he_postrlirinl h4 {
    font-size: 16px;
    color: #333333;
    line-height: 1.75;
    height: 28px;
    overflow: hidden;
}

.he_postrlirinl p {
    font-size: 16px;
    color: #333333;
    line-height: 1.65;
    height: 26px;
    overflow: hidden;
}

.he_postrlirinl span {
    font-size: 16px;
    color: #333333;
    line-height: 1.65;
    height: 26px;
    overflow: hidden;
}

.he_postrili:nth-child(2) .he_postrliri {
    padding: 31px 0 23px 0;
}

.he_postrili:nth-child(2) .he_postrlile {
    margin-top: 64px;
}

.he_postrili:nth-child(3) .he_postrliri {
    padding: 24px 0 23px 0;
}

.he_wibox {
    width: 100%;
    background: #f6f6f6;

}

.he_heatop {
    padding: 55px 40px;
}

.he_gaikt {
    border-bottom: 1px solid rgba(81, 85, 94, 0.2);
    padding-bottom: 20px;
}

.he_gaikt span {
    border-left: 4px solid #fe6c2d;
    padding-left: 15px;
    font-size: 24px;
    color: #fe6c2d;
    font-weight: bold;
    display: inline-block;
    overflow: hidden;
}

.he_gaikbte,
.he_gaikbte1 {
    margin-top: 19px;
}

.he_gaikbte p {
    list-style: disc;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    position: relative;
    padding-left: 20px;
}

.he_gaikbte1 p {
    line-height: 26px;
    list-style: disc;
    font-size: 16px;
    color: #333333;
    position: relative;
    padding-left: 20px;
}

.he_gaikbte1 p::after {
    content: '';
    width: 6px;
    height: 6px;
    background: #666666;
    position: absolute;
    border-radius: 50%;
    top: 10px;
    left: 0;
}

.he_gaikbte p::after {
    content: '';
    width: 6px;
    height: 6px;
    background: #666666;
    position: absolute;
    border-radius: 50%;
    top: 14px;
    left: 0;
}

.he_gaikbim {
    margin-top: 35px;
}

.he_gaikbimli {
    margin-right: 16px;
    position: relative;
    margin-bottom: 16px;
}

.he_gaikbimliw {
    position: relative;
    width: 184px;
}

.he_gaiimiwimg {
    position: relative;
    z-index: 10;

}

.he_gaikbimlisj {
    position: absolute;
    bottom: -110px;
    right: 15px;
    opacity: 0.2;
}

.he_gaikbimliw img {
    width: 100%;
}

.he_gaikbimlin {
    width: 153px;
    position: absolute;
    z-index: 1;
    left: 15px;
    top: 10px;
}

.he_gaikbimlin img {
    width: 100%;
}

.he_wibox1 {
    background: #efefef;
}

.he_gaiktimg {
    margin-top: 35px;
}

.he_dtwotep,
.he_dtwotep1 {
    margin-top: 30px;
}

.he_dtwotep p {
    font-size: 18px;
    color: #333333;
    line-height: 1.65;
    ;
}

.he_dtwotep .he_dtwotepsp1 {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    width: 65px;
}

.he_dtwotep .he_dtwotepsp2 {
    display: inline-block;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    width: calc(100% - 65px);
    font-style: normal;
    vertical-align: top;
}

.he_dtwotep p {
    margin-bottom: 25px;
}

.he_gaiktimgtwo {
    padding: 28px 40px;
}

.he_wiboxdtwo {
    padding-top: 20px;
}

.he_wiboxdtwo .he_heatop {
    padding-bottom: 0px;
}

.he_wiboxdtwo .he_gaiktimgtwo {
    padding-bottom: 12px;
}

.he_dtwotep1 p {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
}

.he_heatopt1 {
    padding-bottom: 12px;
}

.he_wiboxla {
    padding-bottom: 85px;
}

.he_dtrebox {
    width: 100%;
    background: #f6f6f6;
}

.he_dtrebonul {
    margin: 0 -10px;
}

.he_dtrebonli {
    padding: 0 10px;
    width: 33.333333%;
}

.he_dtrebonlib {
    width: 100%;
}

.he_dtreblibimg {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.he_dtreblibte {
    padding: 10px 15px 25px;
}

.he_dtreblibte p {
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    height: 30px;
    overflow: hidden;
    text-align: center;
}

.he_dtrebon {
    padding: 65px 0;
}

.he_dfivbox {
    width: 100%;
}

.he_dfivboxn {
    padding: 100px 70px;
}

.he_dfivboxnp p {
    font-size: 18px;
    line-height: 1.65;
    color: #333333;
}

.he_dfivboxnimg {
    padding: 79px 0;
}

.he_dfriebox {
    width: 100%;
    background-image: url('../images/fk_bg.jpg');
}

.he_dfrieboxpa {
    padding: 75px 40px;
}

.he_dfrebpap {
    margin-top: 38px;
}

.he_dfrebpap p {
    font-size: 16px;
    color: #666666;
    line-height: 1.875;
}

.he_dfrieboxpa .he_gaikt {
    padding: 0;
    border: none;
}

.he_dfrieboxpa1 {
    padding: 95px 40px;
}

.he_dfriebximg {
    padding: 85px 0px 0px 0px;
}

.he_dfrbxigle {
    width: 850px;
    padding-right: 85px;
}

.he_dfrbxigle img {
    width: 100%;
}

.he_dfrbxigri .he_gaikbimliw {
    width: 190px;
}

.he_dfrbxigri .he_gaikbimlin {
    width: 157px;
    left: 17px;
    top: 17px;
}

.he_dfrbxigri {
    margin-top: 22px;
}

.he_dfrbxigri .he_gaikbimli {
    margin-right: 41px;
}

.he_listol .he_listolul {
    margin-top: 20px;
}

.he_listol .he_listolul .he_listolli {
    width: 33.333333%;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    height: 30px;
    overflow: hidden;
    padding-right: 15px;
}

.he_listolul1 {
    margin: 0 -2px;
    padding-top: 35px;
}

.he_listlu1lib img {
    width: 100%;
}

.he_listolul2 {
    margin: 0px;
}

.he_listolul2 .he_listlu1li {
    margin-right: 20px;
    padding: 0px;
    margin-bottom: 20px;
    
}

.he_contactli {
    padding: 35px 60px 15px;
    border-bottom: 1px solid #eeeeee;
}

.he_cntctlbxti h4 {
    /* line-height:28px; */
    font-size: 26px;
    color: #fe6c2d;
    height: 28px;
    overflow: hidden;
    ;
}

.he_cntctlbinf {
    margin-top: 10px;
}

.he_cntctlbinf span {
    display: inline-block;
}

.he_cntctlbinf .he_name {
    font-size: 20px;
    line-height: 42px;
    color: #333333;
}

.he_cntctlbinf .he_position {
    font-size: 16px;
    line-height: 42px;
    color: #666666;
    margin-left: 20px;
}

.he_cntctne {
    margin-top: 8px;
}

.he_cntctnete span {
    line-height: 16px;
    line-height: 20px;
    color: #666666;
}

.he_cntctneic img {
    width: 21px;
    float: left;
}

.he_cntctneic span {
    font-size: 16px;
    line-height: 20px;
    color: #666666;
    float: left;
    margin-left: 10px;
}

.he_cntctnebox {
    width: 375px;
    padding-right: 20px;
    margin-bottom: 10px;
}

.he_cntctnebox .he_cntctneic {
    width: 115px;
}

.he_cntctnete {
    width: calc(100% - 115px);
}

.he_cntctnebox1 {
    width: 275px;
    padding-right: 20px;
    margin-bottom: 10px;
}

.he_cntctnebox1 .he_cntctneic {
    width: 80px;
}

.he_cntctnebox1 .he_cntctnete {
    width: calc(100% - 80px);
}

.he_contactul {
    margin-top: 30px;
}

.he_mapbox {
    width: 100%;
    height: 550px;
    margin-top: 85px;
}

.he_mapbox #map {
    width: 100%;
    height: 100%;
}

.he_contebox {
    width: 100%;
    padding: 0 100px;
}

.he_contebxtp {
    border-left: 1px solid #fb773f;
    padding-left: 30px;
    padding-right: 60px;
    position: relative;
    background: #ffffff;
    cursor: pointer;
}

.he_contxtple h4 {
    font-size: 18px;
    line-height: 30px;
    padding: 25px 0;
    color: #666666;
    padding-right: 20px;
}

.he_contebxul {
    margin-top: 50px;
}

.he_contxtprili {
    /* margin-right: 90px; */
    margin-right: 70px;
    line-height: 80px;
}

.he_contrlisp1 {
    font-size: 18px;
    line-height: 22px;
    color: #666666;
}

.he_contrlisp2 {
    font-size: 18px;
    line-height: 22px;
    color: #999999;
}

.he_positimb {
    position: absolute;
    top: 0;
    right: 0;
    width: 29px;
    height: 100%;
    background: #fb773f;
}

.he_positimb img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.36s;
}

.he_positimbh {
    opacity: 0;
}

.he_positimb.on .he_positimbs {
    opacity: 0;
}

.he_positimb.on .he_positimbh {
    opacity: 1;
}

.he_contebxbt {
    padding: 25px 35px 75px;
    display: none;
}

.he_posth4 {
    font-size: 14px;
    line-height: 36px;
    color: #333333;
    /* font-weight: lighter; */
}

.he_post p {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    letter-spacing: 1px;
}

.he_post {
    margin-bottom: 27px;
}

.he_delibu {
    margin-top: 75px;
}

.he_delibu1 {

    background: #ed672e;
    display: inline-block;

    margin-right: 28px;
}

.he_delibu1 a {
    display: block;
    padding: 15px 57px 15px 65px;
    font-size: 18px;
    color: #ffffff;
}

.he_contebxli {
    margin-bottom: 25px;
}

.he_f2feny {
    margin-top: 67px;
    margin-bottom: 70px;
}

.he_b3box {
    padding: 86px 140px 110px 60px;
}

.he_b3boxul {
    border-top: 2px solid #51555e;
}

.he_b3boxli {
    border-bottom: 1px solid rgba(81, 85, 94, 0.2);
    padding: 25px 0;
}

.he_b3bxlibxle {
    width: calc(100% - 206px);
    position: relative;
}

.he_b3bxlibxri {
    max-width: 206px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.he_b3bbxlele {
    padding: 25px 87px 0 58px;
}

.he_b3bbxlecn {
    padding-top: 35px;
    padding-bottom: 36px;
    padding-right: 20px;
}

.he_b3bbxlecn h4 {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    font-weight: bold;
}

.he_b3bbxleri {
    width: calc(100% - 415px);
    /* position: relative;
    height:102px;
    overflow: hidden; */
}

.he_b3bbxleri {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 20px;
    max-height: 90px;
    overflow: hidden;
}

.he_b3bbxleri p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    /* position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%); */
    width: 100%;
    /* padding-right:20px; */
}

.he_lianwa {
    display: inline-block;
    width: 650px;
}

.he_cntctnebox3 {
    width: calc(100% - 650px);
    padding-right: 20px;
    margin-bottom: 10px;
}

.he_cntctnebox3 .he_cntctneic {
    width: 80px;
}

.he_cntctnebox3 .he_cntctnete {
    width: calc(100% - 80px);
}

.he_b3tuwenb {
    width: 415px;
}

.he_b3bbxlele {
    width: 200px;
}

.he_b3bbxlecn {
    width: calc(100% - 200px);
}

.he_gbox {
    width: 100%;
    padding: 50px 100px 143px;
    /* overflow: auto; */
}
.he_table{
    width: 100%;
    overflow: auto;
}
.he_table>table{
    width:1200px;
}
table,
td,
th {
    border: 1px solid #dbdbdb;
}

.he_table th {
    font-size: 16px;
    line-height: 22px;
    color: #fb773f;
    padding: 19px 20px 15px;
    border-top: 4px solid #fb773f;
    background: #e9e9e9;
    font-weight: normal;
    text-align: center;
}

.he_table td {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    text-align: center;
    padding: 18px;
}

.he_th1 {
    width: 150px;
}

.he_th2 {
    width: 170px;
}

.he_th3 {
    width: 105px;
}

.he_th4 {
    width: 115px;
}

.he_th5 {
    width: 80px;
}

.he_th6 {
    width: 170px;
}

.he_th7 {
    width: 90px;
}

.he_th8 {
    width: 80px;
}

.he_th9 {
    width: 120px;
}

.mc_b2s1r_imgbox {
    margin-top: -50px;
    width: 500px;
}

/*end helen*/

@media screen and (min-width:1200px) {
    /* .pc_fenye li:hover {
        color: #fff;
        background-color: #00b9f1;
    } */

    .mc_nav_a:hover span::before {
        width: 100%;
    }

    .mc_tab_search .mc_tabhd_li:hover {
        background: #fff;
        color: #ff6a28;
    }

    .mc_a1s2_a:hover .mc_a1s2_more::before {
        width: 100%;
    }

    .mc_b1s1 .mc_a1s2_a:hover .mc_list_img {
        transform: scale(1.05);
    }

    .mc_innav_li:hover::before {
        width: 100%;
    }

    .mc_innav_li:hover .mc_innav_a {
        color: #fff;
    }

    .mc_b1s1_a:hover .mc_b1s1_more img {
        animation: mcswing .5s ease 2;
    }

    .mc_b2s1_backbtn:hover span {
        animation: mcswing1 .5s ease 2;
    }

    @keyframes mcswing {
        50% {
            transform: translateX(18px);
        }
    }

    @keyframes mcswing1 {
        50% {
            transform: translateX(-10px);
        }
    }

    .mc_nav_a:hover {
        color: #ff6a28;
    }

    .pc_fenye li:hover {
        color: #fff;
        background-image: url('../images/c2fyb.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    /*start helen*/
    .he_timef:hover {
        background: #fe6c2d;
        border: 1px solid #fe6c2d;
        color: #fff;
    }
   
    .he_listbox:hover .he_libolh4 {
        color: #fe6c2d;
    }
   
    .he_listbox:hover .he_libolsp {
        color: #fe6c2d;
    }
   
    .he_listbox:hover .he_librth4 {
        color: #fe6c2d;
    }
   
    .he_listbox:hover .he_liboriarr {
        background: #fff;
    }
   
    .he_listbox:hover .he_arrsho {
        opacity: 0;
    }
   
    .he_listbox:hover .he_arrhid {
        opacity: 1;
    }
   
    .he_listbox:hover .he_liboleimg img {
        transform: scale(1.1);
    }
   
    .he_swulli:hover .he_swullibimb {
        background: #fe6c2d;
    }
   
    .he_swulli:hover .he_swullibte {
        color: #fd7032;
    }
    /*end helen*/

    /* 5.24 */
    .mc_subnav_a:hover{
        color: #fff;
        background: #fd7032;
    }
    /* .b5_addxiafl1:hover,
    .b5_addxiafl2:hover{
        background: #fd7032;
        color: #fff;
    }
    .b5_addxiafl1:hover span,
    .b5_addxiafl2:hover span{
        color: #fff;
    } */
}

/* 5.24 */
.mc_nav_a{
    position: relative;
}
.mc_nav_li.yxnav_active1 .mc_nav_a::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: #fd7032;
}

.mc_subnav{
    min-width: 180px;
    border-top: 2px solid #fd7032;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
}

.mc_subnav_a{
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    padding: 15px 15px;
    white-space: nowrap;
}

.mc_subnav_li:not(:last-child){
    border-bottom: 1px solid #eee;
}

.mc_subnav_li.yxnav_active2 .mc_subnav_a{
    color: #fff;
    background: #fd7032;
}


.mc_nav {
    position: relative;
}
.mc_nav_line{
    display: block;
    position: absolute;
    height: 2px;
    background: #fd7032;
    transition: all .4s;
}

.mc_b1s1_li.slick-current .mc_b1s1_a{
    animation: fadeInUp .8s;
}


.mc_b2s1r_li {
    position: relative;
    cursor: none;
}

.mc_scale_btn{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 80px;
    height: 80px;
    background: url(../images/xtb_scale.png) center / cover no-repeat;
    pointer-events: none;
}

/* .mc_b2s1r_dots .slick-arrow.slick-disabled{
    pointer-events: none;
} */

.mc_b2s1r_img{
    pointer-events: none;
    transition: all .36s;
}

.mc_img_scale img{
    transform: translate(-50%,-50%) scale(1.3);
}

.mc_b2s1rdots_xtbbox{
    width: 85px;
    height: 69px;
}

.mc_ft2_r {
    width: 220px;
}

.mc_ft2_l{
    width: calc(100% - 220px);
}

.mc_e1s3_word{
    padding-right: 10px;
}

.mc_videom_video {
    display: none;
}

.mc_videom_iframebox {
    display: none;
}

.mc_videom {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .84);
}

.mc_videom_container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mc_videom_close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    cursor: pointer;
}

.mc_videom_content {
    width: 1000px;
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 80px);
    overflow: auto;
}

.mc_videom_video {
    max-width: 100%;
}

.mc_videom_iframebox {
    text-align: center;
}

.mc_videom_iframebox iframe {
    max-width: 100%;
    min-width: 100px;
    min-height: 100px;
}


.mc_tab_search .mc_c1_form{
    width: 100%;
    margin: 0;
}

.mc_tab_search .mc_c1_inputbox{
    border: 1px solid #d6d6d6;
    border-radius: 6px;
}
.mc_tab_search .mc_c1_inputbox input{
    font-size: 14px;
    padding: 0 14px;
}

.mc_tab_search .mc_c1_inputbox{
    height: 34px;
    margin-bottom: 10px;
    margin-right: 25px;
}

.mc_tab_search .mc_c1_inputbox .mc_select_xtbbox{
    line-height: 34px;
}

.mc_tab_search .mc_c1_inputbox .mc_select_li {
    font-size: 14px;
    line-height: 18px;
    padding: 4px 0;
}

.mc_tab_search .mc_c1_inputbox .mc_select_bd{
    width: 100%;
    padding: 10px 14px;
    position: absolute;
    left: 0;
    top: calc(100% + 5px);
    background: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    height: auto;
    max-height: 126px;
    overflow: hidden;
    z-index: 10;
}

.mc_tab_search .mc_c1_submit button{
    width: 34px;
    height: 34px;
    padding: 0 8px;
}

.mc_videom_content{
    text-align: center;
}

.mc_b2s1rdots_xtbbox img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* 载入效果 */

.mc_tab_search,
.mc_b2s1_text,
.he_widt,
.he_gaikb,
.he_gaiktimg,
.he_gaikbte,
.he_dtwotep,
.he_gaiktimgtwo,
.he_dfrebpap,
.he_dfriebximg,
.he_listol,
.he_dfivbox,
.mc_tabhd_li.wow,
.mc_tab_bd.wow,
.mc_e1s2_content,
.mc_e1s3_content,
.mc_e1s3_bot,
.he_mapbox,
.he_contebxul  {
    animation-name: fadeIn;
    animation-delay: .3s;
}
.mc_b1s1_title,
.mc_b1s1_xtbbox p,
.he_b3boxli,
.he_listbox,
.he_contime,
.he_gaikt,
.he_dtrebonli,
.mc_e1_titbox,
.he_contactli {
    animation-name: fadeInUp;
    animation-delay: .3s;
}

.mc_a1s2_li:nth-child(4n+1){
    animation-name: fadeInUp;
    animation-delay: .3s;
}
.mc_a1s2_li:nth-child(4n+2){
    animation-name: fadeInUp;
    animation-delay: .5s;
}
.mc_a1s2_li:nth-child(4n+3){
    animation-name: fadeInUp;
    animation-delay: .7s;
}
.mc_a1s2_li:nth-child(4n+4){
    animation-name: fadeInUp;
    animation-delay: .9s;
}

.mc_a1s2_list{
    overflow: hidden;
}

.mc_ban_title,
.mc_ban_subtitle{
    visibility: hidden;
}

.mc_ban_li.slick-current .mc_ban_title{
    visibility: visible;
    animation: fadeInUp 2s ease;
}
.mc_ban_li.slick-current .mc_ban_subtitle{
    visibility: visible;
    animation: fadeInUp 2s ease;
}

/* 5.27 */
.b5_add  {
    position: relative;
    min-height: 720px;
}
.b5_addxia{
    position: absolute;
    left: 0;
    bottom: 0;
}
.he_contxtprili{
    margin-right: 0 !important;
}
.he_contxtprili1{
    min-width: 216px;
}
.he_contxtprili2{
    min-width: 280px;
}
.he_contxtprili3{
    min-width: 234px;
}

.he_contxtple{
    max-width: calc(100% - 730px);
}

.mc_b1s1_img {
    width: 357px;
}

.mc_tab_search  .mc_c1_inputbox.mc_select{
    padding-right: 14px;
}

.mc_tab_search .mc_c1_inputbox+.mc_a1prof_r {
    padding-left: 10px;
}

.mc_b2s1r_imgbox img {
    object-fit: contain;
}

.b5_addxiafl {
    padding: 0 !important;
    text-align: center !important;
}

.b5_addxiafl2 span{
    text-align: center !important;
}

.mc_b1s1_txt p {
    margin-bottom: 0 !important;
}

.mc_b1s1_more{
    margin-top: 25px;
}

.mc_news_empty{
    padding-top: 40px;
    font-size: 16px;
}

.mc_innov .mc_main_inner {
    padding-bottom: 120px;
}

.he_dtwotep h2{
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.mc_b1s1_arrow{
    display: none;
}

.mc_b1s1_slick .mc_b1s1_arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 2px solid #fe6c2d;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}

.mc_b1s1_slick .mc_b1s1_prev {
    background: url(../images/arr_prev.png) center / 15px no-repeat;
    left: -10px;
}

.mc_b1s1_slick .mc_b1s1_next {
    background: url(../images/arr_next.png) center / 15px no-repeat;
    right: -10px;
}

.mc_b1s1_m {
    position: relative;
}

.he_listolul1 .he_listlu1li {
    float: none;
    display: inline-block;
    margin: 0 4px 10px;
}

.he_listlu1lib img{
    width: auto;
}

.he_listolul1 {
    font-size: 0;
    margin: 0 -4px;
}

.he_listolul1.he_listolul2 .he_listlu1li {
    width: 33.333333%;
    margin: 0 0 10px;
    padding-right: 5px;
}


.mc_logo a, 
.mc_language a, 
.mc_hd_telbox, 
.mc_nav_a{
    transition: all .36s;
}

.mc_navbar.mc_fixed .mc_logo a, 
.mc_navbar.mc_fixed .mc_language a, 
.mc_navbar.mc_fixed .mc_hd_telbox, 
.mc_navbar.mc_fixed .mc_nav_a{
    line-height: 78px;
}


.mc_e1s1map_imgbox img:last-child{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

/* .he_contactul{
    margin-bottom: 80px;
} */

/* 6.2 */
.mc_team_tip{
    display: none;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.mc_team_imgbox{
    overflow: auto;
}

.he_cntctneic span{
    width: calc(100% - 31px);
    margin-left: 8px;
}

.mc_contact_address{
    clear: both;
}

.mc_contact_address span{
    float: left;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}

.he_contactli{
    padding-top: 20px !important;
}

.he_contactul{
    margin-top: 0 !important;
}

.he_contactul_box{
    margin-top: 80px;
}

.he_contactul_box:last-child{
    margin-bottom: 80px;
}


.he_contactul_title{
    font-size: 28px;
    color: #333;
    margin-bottom: 15px;
}

/* .mc_cadd_dt{
    width: 52px;
}

.mc_cadd_dd{
    width: calc(100% - 52px);
} */

.mc_g1 .mc_phfy .lp{
    font-size: 16px;
    padding: 10px;
    float: left;
}

.mc_g1 .mc_phfy .rp{
    font-size: 16px;
    padding: 10px;
    float: right;
}
.mc_b1 .mc_phfy .lp{
    font-size: 16px;
    padding: 10px;
    float: left;
}

.mc_b1 .mc_phfy .rp{
    font-size: 16px;
    padding: 10px;
    float: right;
}

.mc_g1 .he_fy{
    margin: 20px 0 0;
}

.he_timef{
    font-size: 14px;
}

.mc_b1s1_title{
    font-size: 26px;
    padding-bottom: 18px;
    margin-bottom: 40px;
}

.mc_b1s1_xtbbox p{
    width: 54px;
}

.mc_sharebox a{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    display: block;
    width: 100%;
    height: 100%;
}