/* ch */

@charset "utf-8";

@font-face {
    font-family: "OPPOSansR";
    src: url("./OPPOSansR.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "OPPOSansB";
    src: url("./OPPOSansB.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "OPPOSansM";
    src: url("./OPPOSansM.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body,html {
    font-family: "OPPOSansR";
    font-size: 16px;
}
.OPPOB {
    font-family: "OPPOSansB";
}
.OPPOM {
    font-family: "OPPOSansM";
}
.g_phnav1.yxnav_active1{
    color: #0075C9;
}

.mc_ph_hd {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 4rem;
    background-color: #fff;
}

.mc_ph_navbar {
    padding: 0 1.25rem;
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, .1);
}
.mc_ph_hd .mc_ph_logo a {
    line-height: 4rem;
}

.mc_ph_hd .mc_ph_logo {
    width: 10.3125rem;
}

.mc_ph_logo img {
    width: 100%;
}

.mc_ph_menu {
    overflow: hidden;
    width: 1.625rem;
    height: 3.125rem;
}

.mc_ph_hd .mc_phmenubox {
    width: 1.625rem;
    height: 3.125rem;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.mc_ph_hd .mc_phmenubox .point {
    position: relative;
    display: inline-block;
    width: 1.625rem;
    height: 1.375rem;
    margin-top: 0.9375rem;
    transform: translateX(-0.1875rem);
}

.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: 1.625rem;
    height: 0.0625rem;
    background-color: #333;
}

.mc_ph_hd .mc_phmenubox .nav_btn {
    position: absolute;
    top: 0.5rem;
    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: -0.5rem;
}

.mc_ph_hd .mc_phmenubox .nav_btn::before {
    top: 0.5rem;
}

.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);
}

.mc_ph_navbar {
    position: relative;
    z-index: 999;
}

.phxia {
    position: fixed;
    width: 100%;
    left: 0;
    top: 4rem;
    z-index: 998;
    background-color: #fff;
    max-height: calc(100vh - 4rem);
    overflow: auto;
}

.xialaph {
    display: none;
    width: 100%;
    background-color: #fff;
    height: calc(100vh - 4rem);
    padding: 0.625rem 0;
}

.xialaph h4 {
    position: relative;
    padding: 0 1.25rem;
}

.xialaph h4::after {
    content: '';
    /* position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.0625rem;
    opacity: 0;
    background-color: #000; */
    display: block;
    clear: both;
}

.xialaph h4 a {
    font-size: 1.25rem;
    line-height: 2.875rem;
    /* text-transform: uppercase; */
    color: #999;
    max-width: calc(100% - 2.25rem);
}

.xialaph h4 img {
    position: absolute;
    top: 50%;
    right: 0.3125rem;
    width: 0.8125rem;
    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: 0.4375rem;
    padding-bottom: 0.5rem;
    background: #f7f8fa;
    border-top: 0.0625rem solid rgba(0, 0, 0, .1);
    border-bottom: 0.0625rem solid rgba(0, 0, 0, .1);
}

.xialaph .ul2 .container_s {
    max-width: 100%;
    padding: 0 1.25rem;
}

.xialaph .ul1 {
    border-bottom: 0.0625rem solid rgba(0, 0, 0, .1);
    padding-bottom: 0.9375rem;
}


.img_s {
    float: right;
    display: block;
    font-size: 1rem;
    line-height: 2.5rem;
    color: #999;
    transition: all .36s;
}
.xialaph h5 {
    position: relative;
}

.xialaph h5::after {
    content: '';
    display: block;
    clear: both;
}

.xialaph h5 a {
    font-size: 1rem;
    line-height: 2.1875rem;
    /* text-transform: uppercase; */
    color: #999;
    max-width: calc(100% - 2.25rem);
}

.xialaph h5 img {
    position: absolute;
    top: 50%;
    right: 0.3125rem;
    width: 2.1875rem;
    padding: 0.6875rem;
    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-size: 0.75rem;
    line-height: 2.5rem;
    text-transform: uppercase;
    color: #999;
}

.xialaph h4.active .img_s {
    transform: rotate(180deg);
}

.xialaph h5.active .img_s {
    transform: rotate(180deg);
}

.xialaph h4.active .img_s {
    transform: rotate(180deg);
}

.xialaph_bot {
    margin: 1.25rem 0;
    text-align: right;
    padding: 0 1.25rem;
    font-size: 0;
}

.xialaph_bot>div {
    display: inline-block;
    margin-left: 0.9375rem;
}

.mc_ph_search a,
.mc_ph_language a {
    font-size: 1rem;
    color: #666;
    line-height: 1.125rem;
}

.mc_ph_search a i,
.mc_ph_search a em {
    font-size: 1.125rem;
    color: #0075C9;
}

.mc_ph_search a,
.mc_ph_language a {
    color: #0075C9;
}

.xialaph_bot>div {
    margin: 0 0.5rem;
}

.xialaph_bot {
    text-align: center !important;
}
.ul1 {
    min-height: calc(100% - 3.75rem);
}
.ph_search {
    width: 100%;
    overflow: hidden;
    padding: 0 0.9375rem;
    padding-left: 0.9375rem;
}

.ph_search_ph {
    width: 100%;
    height: 2.1875rem;
    border: 0.0625rem solid rgba(0, 0, 0, .1);
    margin-top: 1.125rem;
    float: left;
    border-radius: 1.0938rem;
    position: relative;
}

.ph_search_ph input {
    width: 100%;
    height: 100%;
    text-indent: 1.25rem;
    color: #333333;
}

.ph_search_ph input::-webkit-input-placeholder {
    color: #999999;
}

.ph_search_ph button {
    width: 2.5rem;
    height: 100%;
    color: #ffffff;
    line-height: 2.1875rem;
    text-align: center;
    font-size: 1.25rem;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

.ph_search button .icon-sousuo {
    font-size: 1.6875rem;
    color: #999999;
}
.mc_nav_li.yxnav_active1 {
    opacity: 1;
}

.mc_fixed .mc_nav_li.yxnav_active1 .mc_nav_a {
    color: #0075C9;
    opacity: 1;
}

.mc_nav_xl {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    width: 100%;
    border-top: 0.0625rem solid #dfdede;
    top: 4.3125rem;
    height: 4.375rem;
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, .07);
    
}

.mc_nav_xl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 1;
    transition: all .5s ease-in-out;
    /*transition: all .3s ease-in-out;*/
}

.mc_nav_xl.show::before {
    opacity: 1;
}

.mc_navxl_container {
    width: 72.5rem;
    margin: 0 auto;
    padding: 3.125rem 0 3.75rem;
}

.mc_navxl_r {
    width: 18.125rem;
    padding: 2.625rem 0;
    padding-left: 5rem;
    text-align: left;
}

.mc_navxl_l {
    width: calc(100% - 18.125rem);
    min-height: 12.875rem;
    padding: 2.1875rem 0;
    border-right: 0.0625rem solid #dfdede;
    text-align: left;
}

.mc_navxl_title {
    font-size: 2.25rem;
    font-weight: bold;
    color: #000000;
    width: 19.625rem;
    margin-top: 0.9375rem;
}

.mc_navxl_subnav {
    width: calc(100% - 19.625rem);
}

.mc_subnav_li {
    float: left;
    width: 50%;
    padding-right: 1.875rem;
}

.mc_navxl_subnav {
    max-width: 28.75rem;
}

.mc_subnav_li:nth-child(odd) {
    clear: left;
}
.mc_navxlr_a {
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.5rem;
    padding: 0.75rem 0;
}
.mc_fybtn {
    padding: 0 0.9375rem;
}

.mc_pcfy a {
    float: left;
}

.mc_fybtn a {
    font-size: 0.875rem;
    color: #333;
}

.mc_phfy {
    display: none;
}

.mc_pcfy,.pc_fenye{
	display: flex;
	justify-content: center;
	align-items: center;
}

.pc_fenye span,.pc_fenye li {
	color: #606266;
	font-size: 0.875rem;
	margin: 0rem 0.5rem;
	line-height: 2rem;
}

.pc_fenye input{
	border-radius: 0.125rem;
	border: 0.0625rem solid #DCDFE6;
	width: 3.5rem;
	height: 2rem;
	text-align: center;
	padding: 0rem 0.5rem;
}

.pc_fenye li {
    width: 2rem;
    height: 2rem;
    text-align: center;
    transition: .3s;
	background: #F0F2F5;
	border-radius: 0.125rem;
}

.pc_fenye li.activepage {
    color: #fff;
    background: #409EFF;
}
.pc_fenye li.clolr {
    color: #0075C9;
}
.mc_pc_hd {
    position: relative;
    width: 100%;
}

.mc_navbar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: all .5s;
}
.mc_cont100 {
    padding: 0 6.25rem;
}

.mc_logo a,
.mc_nav_a,
.mc_language a {
    width: 100%;
    height: 100%;
    line-height: 4.375rem;
    color: #fff;
}


.mc_navbar_l,
.mc_navbar_r {
    height: 100%;
}

.mc_navbar_l>div,
.mc_navbar_r>div {
    height: 100%;
    float: left;
}

.mc_navbar_m {
    width: 100%;
    text-align: center;
}
.mc_logo {
    width: 13.125rem;
}

.mc_logobox {
    position: relative;
    display: block;
}

.mc_logo_def {
    position: relative;
    left: 0;
    top: -0.25rem;
    z-index: 1;
    width: 1.75rem;
    transition: all .36s;
}

.mc_logo_fixed {
    position: absolute;
    left: 0;
    top: 50%;
	transform: translateY(-50%);
    z-index: 1;
	margin-top: -0.25rem;
    width: 1.75rem;
    transition: all .36s;
    opacity: 0;
}
.mc_nav {
    font-size: 0;
    width: 100%;
    text-align: center;
}

.mc_nav_li {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    padding: 0 1.74%;
}

.mc_nav_a {
    display: block;
    font-size: 1.125rem;
}
.mc_language {
    font-size: 1.125rem;
    margin-right: 1.125rem;
}

/* search */
.mc_search_btn {
    width: 1.25rem;
    line-height: 4.375rem;
    cursor: pointer;
}

.mc_search_btn .icon-search {
    font-size: 1.25rem;
    color: #fff;
    vertical-align: middle;
    transition: all .36s;
}

.mc_search.isshow .icon-search:before {
    content: "\e625";
}

.mc_search_xl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.mc_search_xl.show::before {
    opacity: .95;
}

.mc_nav_line {
    display: block;
    position: absolute;
    height: 0.125rem;
    bottom: 0;
    background: #0028AA;
    transition: all .4s ease;
    opacity: 0;
}

.mc_navbar.mc_fixed .mc_nav_line {
    opacity: 1;
}
.mc_fixed .mc_navbar,.mc_navbar_nor {
    height: 4.375rem;
    background: #fff;
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, .07);
}

.mc_fixed.mc_navbar {
    height: 4.375rem;
    background: #fff;
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, .07);
}

.mc_logo_imgbox {
    display: inline-block;
    vertical-align: middle;
}

.mc_logo_imgbox svg {
    width: 13.125rem;
    height: 1.375rem;
}
.mc_fixed .mc_logo_def {
    opacity: 0;
}

.mc_fixed .mc_logo_fixed, .mc_navbar_nor .mc_logo_fixed{
    opacity: 1;
}

.mc_fixed .mc_nav_a, .mc_navbar_nor .mc_nav_a{
    color: #666;
}

.mc_fixed .mc_language a {
    color: #666;
}

.mc_fixed .mc_search_btn .icon-search {
    color: #666;
}

.mc_search_xl {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 24.375rem;
    border-top: 0.0625rem solid #dfdede;
    /* background: rgba(255, 255, 255, .98); */
    display: none;
}

.mc_scm_form {
    width: 43.125rem;
}

.mc_msc_box {
    font-size: 0;
    padding: 0.5rem;
    border-bottom: 0.0625rem solid #dfdede;
}

.mc_msc_submit {
    font-size: 1.625rem;
    color: #666666;
    width: 1.875rem;
    vertical-align: top;
}

.mc_msc_input {
    width: calc(100% - 1.875rem);
    height: 1.625rem;
    font-size: 1rem;
    color: #333;
    line-height: 1.25rem;
    padding: 0.1875rem 0;
    padding-right: 0.75rem;
}
.mc_ft_copyright p a,
.mc_ft_copyright p span {
    font-size: 1.125rem;
    line-height: 2rem;
    margin: 0 0.625rem;
	color: #606266;
}
.mc_ft_copyright p a img{
    margin-right: 0.625rem;
}
.mc_banner,
.mc_banner_inner {
    width: 100%;
    position: relative;
}
.mc_ban_imgbox {
    position: relative;
    z-index: 1;
}

.mc_ban_imgbox a {
    display: block;
}

.mc_ban_pc,
.mc_ban_ph {
    position: relative;
    overflow: hidden;
	display: flex;
	align-items: center;
	height: 31.5rem;
}

.mc_ban_ph {
    display: none;
}

.mc_ban_img {
    position: relative;
    z-index: 1;
}
.mc_ban_ph .mc_ban_img {
    width: 100%;
    height: auto;
}
.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%); */
}

.mc_banner_fulldefault .mc_ban_pc .mc_ban_img {
    width: 100%;
    height: 100%;
}

.mc_banner_fulldefault .mc_banner_title {
    text-align: center;
}

/** 鍏ㄥ睆鎴彇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_cont1360 {
    width: 100%;
    margin: 0 auto;
}

.mc_ban_contianer {
    z-index: 2;
    bottom: 7rem;
	width: 100%;
}

.mc_inban_title {
    font-size: 4.5rem;
    line-height: 1.45;
    color: #fff;
}

.mc_ft1 {
    padding: 4.375rem 0;
}

.mc_ft1_logo a {
	color: #005CB9;
	font-size: 1.5rem;
	display: flex;
	align-items: center;
}
.mc_ft1_logo a p{
	color: #005CB9;
	font-size: 1.5rem;
	display: flex;
	align-items: center;
}
.mc_ft1_logo p {
	color: #606266;
	font-size: 1.125rem;
	margin: 0.9375rem 0rem;
	line-height: 1.875rem;
}
.mc_ft1_logo p:nth-child(4) {
	margin-bottom: 4.375rem;
}
.mc_ft1_logo a img{
    margin-right: 0.625rem;
	margin-top: -0.25rem;
}

.mc_cont1520 {
    padding: 0rem 12.5rem;
}

.mc_ft1_qrbox {
    position: relative;
    float: left;
    margin-left: 2.5rem;
}

.mc_ft1_qrbox i,
.mc_ft1_qrbox em {
    font-size: 1.875rem;
    color: rgba(0, 0, 0, .29);
    cursor: pointer;
}

.mc_ft1_qrxl {
    display: none;
    position: absolute;
    left: 50%;
    bottom: calc(100% + 0.3125rem);
    transform: translateX(-50%);
    width: 21.25rem;
	box-shadow: 0rem 0.75rem 2rem 0.25rem rgba(0, 0, 0, 0.04), 0rem 0.25rem 1.25rem 0rem rgba(0, 0, 0, 0.02);
}

.mc_ft1_qrbox .hover-icon {
    width: 3rem;
	cursor: pointer;
}

.mc_ft1_nav p {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #666;
    display: inline-block;
    padding: 0.3125rem 1.375rem;
}

.mc_ft1_nav p a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.mc_ft1_navbox {
    /*width: calc(100% - 28.75rem);*/
    width: calc(100% - 34.25rem);
    padding-left: 12.5rem;
}

.mc_ft1_a {
    display: block;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.9375rem;
    font-family: "OPPOSansM";
}

.mc_ft1_suba {
    font-size: 1.125rem;
    line-height: 1.25rem;
    color: #303133;
    padding: 0.75rem 0;
    padding-right: 0.9375rem;
}

.mc_ft1_subnav {
    font-size: 0;
}

.mc_ft1_nav {
    margin: 0 -1.25rem;
}
.mc_ft1_l {
    /*width: 28.75rem;*/
    width: 34.25rem;
}

.mc_sharebox {
    width: 1.875rem;
    margin: 0 1.25rem;
}

.mc_ft2_nav p {
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin: 0 0.375rem;
    color: #606266;
}

.mc_ft2_nav p a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.mc_ft2 {
    padding: 1.75rem 0;
}

div:not(.mc_index) .mc_main {
    min-height: calc(100vh - 37.5rem);
}

.mc_e1s1 {
    padding: 4.375rem 0 6.25rem;
}

.mc_e1_select {
    background: #f7f8fa;
    border-radius: 1.5625rem;
    /* box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, .05); */
}

.mc_e1s_xl {
    width: 11.6875rem;
    height: 3.125rem;
    margin-right: 1.375rem;
}

.mc_e1s_xl .mc_select_xtb.on {
    transform: rotate(180deg);
}

.mc_e1s_xl .mc_select_showbox {
    width: calc(100% - 1rem);
    height: 3.125rem;
}

.mc_e1s_xl .mc_select_xtbbox {
    width: 1rem;
    line-height: 3.125rem;
    /* margin-top: -0.125rem; */
}

.mc_e1s_xl .mc_select_hd {
    padding: 0 1.5625rem;
}

.mc_e1s_xl .mc_select_show {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #333;
    padding: 0.9375rem 0;
    padding-right: 0.625rem;
    text-overflow: ellipsis;
}

.mc_e1s_xl .mc_select_xtb {
    width: 1rem;
    height: 1rem;
    background: url(../images/xtb_xsj.png) center / cover no-repeat;
}

.mc_e1s_xl .mc_select_xtbbox i,
.mc_e1s_xl .mc_select_xtbbox em {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    color: #0075C9;
    margin-top: -0.125rem;
}

.mc_e1s_xl .mc_select_li {
    font-size: 0.875rem;
    color: #333;
    line-height: 1.25rem;
    padding: 0.3125rem 1.5625rem;
}

.mc_e1s_xl .mc_select_bd {
    position: relative;
    padding: 0.625rem 0;
}

.mc_select_bd::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0.0625rem;
    background: #e5e5e5;
    opacity: 0;
}

.mc_select_bd.mc_zk::before {
    transition-delay: .2s;
    opacity: 1;
    transition: all .36s;
}

.mc_e1s_inputgroup {
    width: 21.5625rem;
    height: 3.125rem;
    background: #f7f8fa;
    border-radius: 1.5625rem;
    padding: 0.9375rem 1.5625rem;
}

.mc_e1s_inputbox {
    width: calc(100% - 1.25rem);
    height: 100%;
}

.mc_e1s_inputbox input {
    width: 100%;
    height: 100%;
    padding: 0 0.9375rem;
    border-left: 0.0625rem solid #0075C9;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #333;
    text-overflow: ellipsis;
}

.mc_e1s_submitbtn {
    font-size: 1.125rem;
    line-height: 1.25rem;
    color: #0075C9;
}

.mc_e1s_submitbtn i,
.mc_e1s_submitbtn em {
    font-size: 1.25rem;
}

.mc_e1_searchbox {
    position: relative;
    margin-bottom: 5rem;
    z-index: 5;
}

.mc_e1_li {
    float: left;
    width: 33.333333%;
    padding: 0 1.25rem;
    margin-bottom: 2.5rem;
}

.mc_e1_list {
    margin: 0 -1.25rem;
    padding-bottom: 0.625rem;
}

.mc_e1_lisbox {
    position: relative;
    display: block;
    transition: all .36s;
}

.mc_e1_lisbox::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 0;
    height: 0.0625rem;
    background: #0075C9;
    transition: all .36s;
}


.mc_e1_txtbox {
    padding: 1rem;
}

.mc_e1_txt {
    font-size: 1.5rem;
	line-height: 2.5rem;
	margin-bottom: 1rem;
    overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 限制文本显示为2行 */
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
    color: #606266;
    min-height: 5rem;
}
.mc_ft{
	background: #FAFAFA;
}
.mc_e1_date {
    font-size: 1rem;
	color: #909399;
}

.pc_fenye img {
    width: 0.5625rem;
}

.mc_cont950 {
    padding: 0rem 12.5rem;
}

.mc_e3 .mc_pc_hd {
    height: 4.375rem;
}


.mc_e3s1t_cont {
    position: relative;
}

.mc_e3s1_back {
    position: absolute;
    left: -16.5625rem;
    top: 50%;
    transform: translateY(-50%);
}
.mc_e3s1_hd{
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #303133;
    font-family: "OPPOSansB";
}
.mc_e3s1_title {
    font-size: 2.25rem;
    line-height: 6rem;
    margin-bottom: 3rem;
}
.mc_e3s1_top {
    padding: 5.625rem 0 3.25rem;
    background: #f7f8fa;
}

.mc_e3s1_backbtn {
    font-size: 0.875rem;
    color: #666666;
}

.mc_e3s1_bot {
    padding-top: 3.75rem;
}

.mc_e3s1b_txtbox {
    padding: 0 5.3125rem 5.3125rem;
}
.mc_e3s1b_box {
    text-align: center;
}
.mc_e3s1b_back {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.75rem;
}

.mc_e3s1b_sharebox {
    display: inline-block;
    vertical-align: middle;
}

.mc_e3s1b_backbtn {
    font-size: 0.875rem;
    line-height: 1.875rem;
    color: #fff;
    padding: 0 1.5rem;
    border-radius: 0.9375rem;
    background: #0075C9;
}

.mc_e3s1b_sharebox .mc_sharebox {
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
    color: #fff;
    font-size: 1rem;
    background: #cecece;
    border-radius: 50%;
    margin: 0 0.1875rem;
    transition: all .36s;
}

.mc_e3s1_arrowbox {
    padding: 1.25rem 0;
    border-top: 0.0625rem solid #DCDFE6;
}

.mc_e3arr_dt,
.mc_e3arr_dd {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.mc_e3s1_arrow {
    max-width: 50%;
}

.mc_e3s1_arrow {
    display: block;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #303133;
	cursor: pointer;
}

.mc_e3arr_dd {
    width: calc(100% - 3.625rem);
}

.mc_h1s1 {
    padding: 6.25rem 0;
    background: #f7f8fa;
}

/* .mc_h1_more i{
    margin-left: 0.625rem;
} */

.mc_title64 {
    color: #303133;
	font-size: 4rem;
	line-height: 6rem; /* 150% */
}
.mc_title18{
    color: #303133;
	font-size: 1.125rem;
	line-height: 2rem; /* 150% */
}
.mc_title40{
    color: #303133;
	font-size: 2.5rem;
	line-height: 3rem; /* 150% */
}
.mc_title48{
    color: #303133;
	font-size: 3rem;
	line-height: 3rem; /* 150% */
}
.mc_title40_sec{
	color: #909399;
	text-align: center;
	font-size: 1.5rem;
	line-height: 2.5rem; /* 166.667% */
}
.mc_title40 a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: inherit;
}

.mc_h1s1_title,
.mc_h1s2_title {
    max-width: calc(100% - 6.25rem);
}

/*
.mc_h1 .mc_inban_title {
    font-size: 3.75rem;
} */

.mc_h1s1_hd {
    margin-bottom: 4.6875rem;
}

.mc_h1s1_li {
    float: left;
    width: 25%;
    padding: 0 1.25rem;
    margin-bottom: 2.5rem;
}

.mc_h1s1_list {
    margin: 0 -1.25rem;
}

.mc_h1s1_lisbox {
    position: relative;
    display: block;
    padding: 2.25rem 1.5625rem 2rem 2.5rem;
    box-shadow: 0.1875rem 0.2188rem 0.4781rem 0.0844rem rgba(212, 211, 211, .2);
    background: #fff;
}

.mc_h1s1_lisbox::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.4375rem;
    background: #0028aa;
}

.mc_h1s1li_type {
    font-size: 0.875rem;
    line-height: 1.25rem;
    height: 1.25rem;
    font-weight: bold;
    color: #0028aa;
    margin-bottom: 0.5rem;
}

.mc_h1s1li_title {
    font-size: 1.375rem;
    line-height: 2.25rem;
    height: 4.5rem;
    overflow: hidden;
    font-weight: bold;
    color: #000000;
    margin-bottom: 1.875rem;
}

.mc_h1s1li_download i,
.mc_h1s1li_download em {
    font-size: 1.5rem;
    margin-right: 0.3125rem;
    vertical-align: text-bottom;
}

.mc_h1s1li_download {
    color: #0028aa;
    margin-bottom: 6.875rem;
    line-height: 1.5rem;
    font-size: 0.875rem;
}

.mc_h1s1li_date {
    font-size: 0.875rem;
    color: #999999;
}

.mc_h1s2_hd {
    margin-bottom: 3.25rem;
}

.mc_h1s2 {
    padding: 5.3125rem 0 9.625rem;
}

.mc_h1s2_li {
    border-bottom: 0.0625rem solid #e8e8e8;
}

.mc_h1s2_li:first-child {
    border-top: 0.0625rem solid #e8e8e8;
}

.mc_h1s2_l {
    width: calc(100% - 3.125rem);
}

.mc_h1s2_lisbox {
    display: block;
    padding: 1.5625rem 3.125rem 1.25rem;
}

.mc_h1s2_date {
    font-size: 0.875rem;
    color: #999999;
    margin-bottom: 1.25rem;
}

.mc_h1s2li_title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: bold;
    color: #333;
    height: 1.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .36s;
}

.mc_h1s2_r i,
.mc_h1s2_r em {
    font-size: 1.125rem;
    font-weight: bold;
    color: #000;
    transition: all .36s;
}

.mc_h1s2_r {
    line-height: 3.625rem;
}

.mc_h1s3 {
    position: relative;
}

.mc_h1s3_container {
    height: 100%;
    padding-top: 3%;
    z-index: 2;
}

.mc_h1s3_cont {
    width: 37vw;
    padding: 3.6vw 2.8vw 3.1vw 6.5vw;
    background: #fff;
}

.mc_h1s3_title {
    color: #0075C9;
    margin-bottom: 2.7vw;
}

.mc_h1s3_dt {
    width: 1.875rem;
}

.mc_h1s3_dt i,
.mc_h1s3_dt em {
    font-size: 1.5vw;
    line-height: 1.55vw;
    color: #666666;
}

.mc_h1s3_dd {
    width: calc(100% - 1.875rem);
    padding-left: 1.8vw;
}

.mc_h1s3_dd {
    font-size: 1.2vw;
    line-height: 1.55vw;
    color: #666666;
}

.mc_h1s3_li {
    margin-bottom: 1vw;
}

.mc_h1s3_list {
    padding-bottom: 1.125rem;
}

.mc_h1s3_dd a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.mc_h1s3_hudong {
    text-align: right;
}

.mc_h1s3_hudong_btn {
    font-size: 1.125rem;
    color: #0075C9;
}

.mc_h1s3_hudong_btn i,
.mc_h1s3_hudong_btn em {
    display: inline-block;
    margin-left: 0.625rem;
    transition: all .36s;
}

.mc_h2s1 .mc_e1_searchbox {
    margin-bottom: 3.125rem;
}

.mc_h2s1 {
    padding-bottom: 6.25rem;
}

.mc_mbx_li {
    float: left;
    font-size: 0.875rem;
    color: #fff;
    transition: all .36s;
}

.mc_mbx_li a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    transition: none;
}

.mc_mbx_li:not(:first-child)::before {
    content: ">";
    display: inline-block;
    margin: 0 0.3125rem;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    transform: translateY(-0.0625rem);
}

.mc_mbxbox {
    padding: 1.25rem 0;
}

.mc_mbx_li.on {
    /* color: #333; */
    opacity: .8;
}

.mc_h2s1_nav {
    font-size: 0;
    text-align: center;
}

.mc_h2s1_li {
    display: inline-block;
    padding: 0 1.875rem;
}

.mc_h2s1_a {
    position: relative;
    font-size: 1.125rem;
    padding: 0.9375rem 0;
    color: #333333;
}

.mc_h2s1_a::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
    width: 0;
    height: 0.25rem;
    background: #0028aa;
    transition: all .5s ease;
}

.mc_h2s1_li.on .mc_h2s1_a {
    font-weight: bold;
 }

.mc_h2s1_li.on .mc_h2s1_a::before {
    width: 100%;
}

.mc_h2s1_nav {
    margin: 3.125rem 0;
}

.mc_e1_imgbox img {
    transition: all .36s;
}

.mc_h2s1_content {
    margin-bottom: 4.375rem;
}

/* .mc_i1 .mc_inban_title {
    font-size: 3.75rem;
} */

.mc_i1s1 {
    padding: 6.25rem 0 4.6875rem;
}

.mc_cont1100 {
    width: 68.75rem;
    margin: 0 auto;
}

.mc_i1s1_title {
    margin-bottom: 2rem;
}

.mc_i1s1_address {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-right: 3.75rem;
    color: #666666;
}

.mc_i1s1_mapbtn {
    display: block;
    font-size: 0.75rem;
    color: #b8b8b9;
    line-height: 2.25rem;
}

.mc_i1s1_mapbtn i,
.mc_i1s1_mapbtn em {
    font-size: 1.125rem;
}

.mc_i1s1_addressbox {
    margin-bottom: 3.75rem;
}

.mc_i1s1_dl>div {
    font-size: 1.125rem;
    line-height: 1.5rem;
}

.mc_i1s1_dl:not(:last-child) {
    margin-bottom: 2rem;
}

.mc_i1s1_dt {
    font-weight: bold;
    min-width: 6.25rem;
}

.mc_i1s1_telbox {
    margin-bottom: 3.25rem;
}

.mc_i1s1_qrbox>div {
    display: inline-block;
    vertical-align: bottom;
}

.mc_i1s1_qrimg {
    width: 5.3125rem;
    margin-right: 1.875rem;
}

.mc_i1s1_qrtip {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #b8b8b9;
}

.mc_i1s1_mes {
    padding-bottom: 5.625rem;
}

.mc_title24 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #0028aa;
}

.mc_i1s1f_title {
    margin-bottom: 3.125rem;
}

.mc_i1s1f_table {
    width: 100%;
    border-top: 0.125rem solid #0028aa;
}

.mc_i1s1f_tab_ph {
    display: none;
}

.mc_i1s1f_table tr {
    transition: all .36s;
}

.mc_i1s1f_table th {
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: bold;
    padding: 1.25rem 0.625rem;
    text-align: center;
    background: #f7f7f7;
    border-bottom: 0.0625rem solid #e5e5e5;
}

.mc_i1s1f_table th:not(:last-child),
.mc_i1s1f_table td:not(:last-child) {
    border-right: 0.0625rem solid #e5e5e5;
}

.mc_i1s1f_table td {
    font-size: 1.125rem;
    line-height: 1.375rem;
    padding: 1.25rem 0.625rem;
    text-align: center;
    border-bottom: 0.0625rem solid #e5e5e5;
    color: #999999;
    transition: all .36s;
}

.mc_i1s1f_table td a,
.mc_i1s1f_table td p {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.mc_i1s2 {
    padding: 4.125rem 0;
    background: #f6f6fe;
}

.mc_i1s2_lisbox {
    display: block;
    text-align: center;
    padding: 6.25rem 0;
}

.mc_i1s2_pos {
    text-align: left;
    display: inline-block;
    max-width: 32.0625rem;
}

.mc_i1s2_xtb {
    width: 5rem;
    /* font-size: 5rem; */
    color: #282828;
}

.mc_i1s2_xtb i,
.mc_i1s2_xtb em {
    font-size: 4.75rem;
    color: #333333;
    transition: all .36s;
}

.mc_i1s2_txt {
    width: calc(100% - 5rem);
    padding-left: 3.75rem;
}

.mc_title36 {
    font-size: 2.25rem;
    font-weight: bold;
    color: #333333;
}

.mc_i1s2_title {
    margin-bottom: 1.75rem;
    transition: all .36s;
}

.mc_i1s2_list {
    background: #fff;
}

.mc_i1s2_li {
    position: relative;
    float: left;
    width: 50%;
}

.mc_i1s2_li:nth-child(odd)::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.0625rem;
    height: 68%;
    background: #ebebfc;
}

.mc_i1s2_txt p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #666666;
}

.mc_cont1160 {
    width: 72.5rem;
    margin: 0 auto;
}

.mc_i2s1 {
    padding: 5.9375rem 0 6.25rem;
}

.mc_i2s1_title {
    margin-bottom: 2rem;
}

.mc_ly_tab {
    background: #fff;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, .1);
}

.mc_i2s1_hd p {
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #333333;
}

.mc_i2s1_hd {
    margin-bottom: 3.125rem;
}

.mc_lyt_hdli {
    float: left;
    width: 25%;
    text-align: center;
}

.mc_lyt_hda {
    display: block;
    width: 100%;
    background: #001e5a;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #fff;
    padding: 1.9375rem 0.625rem;
}

/* .mc_lyt_hdli:not(:last-child) {
    border-right: 0.0625rem solid #0c2b6a;
} */

.mc_lyt_hdli.on .mc_lyt_hda {
    background: #0028aa;
}

.mc_lyt_bd {
    padding: 3.25rem 5rem 3.75rem;
}

.mc_ly_inputgroup {
    margin: 0 -1rem;
}

.mc_ly_inputgroup .mc_ly_inputbox {
    float: left;
    padding: 0 1rem;
    margin-bottom: 1.875rem;
}

.mc_ly_inputbox input:not([type="radio"]) {
    width: 100%;
    height: 3.875rem;
    border: 0.0625rem solid #dee6ff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 1.3125rem 0.9375rem;
    text-overflow: ellipsis;
}

.mc_ly_bt label::after {
    content: "*";
    color: #ba0909;
    font-size: 0.875rem;
    font-weight: normal;
    position: relative;
    left: 0.1875rem;
    top: -0.125rem;
}

.mc_ly_inputbox label {
    font-size: 0.875rem;
    color: #333333;
    margin-bottom: 1rem;
}

.mc_ly_jb {
    width: 54.375rem;
    max-width: 100%;
    padding-bottom: 1.25rem;
}

.mc_lyinp_comp {
    width: 60%;
}

.mc_lyinp_gw {
    width: 40%;
}

.mc_lyinp_name,
.mc_lyinp_tel,
.mc_lyinp_mail {
    width: 33.333333%;
}

.mc_ly_title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: bold;
    color: #0028aa;
    margin-bottom: 1.75rem;
}


.mc_ly_checkdt {
    float: left;
    width: 6.25rem;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: bold;
    color: #0028aa;
}

.mc_ly_checkdd {
    float: left;
    width: calc(100% - 6.25rem);
}

.mc_ly_checkgroup {
    padding: 1.25rem 0.625rem 0;
    border-bottom: 0.0625rem solid #f2f5fe;
}

.mc_ly_checkgroup:first-child {
    border-top: 0.0625rem solid #f2f5fe;
}

.mc_ly_cont740 {
    width: 46.25rem;
    max-width: calc(100%);
}

.mc_ly_checkbox {
    display: inline-block;
    margin-right: 1.875rem;
    cursor: pointer;
    margin-bottom: 1.25rem;
    user-select: none;
}

.mc_ly_checkbox input {
    position: relative;
    width: 0.625rem;
    height: 0.625rem;
    border: 0.0625rem solid #0075C9;
    border-radius: 50%;
    margin-right: 0.1875rem;
    pointer-events: none;
}
.happiness-location{
	width: 32%;
	border-radius: 2rem;
}
.happiness-location .happiness-img{
	width: 100%;
	height: 20.375rem;
}
.mc_ly_checkbox input[type=checkbox] {
    position: relative;
    border-radius: 0;
    margin-top: 0;
    width: 1rem;
    height: 1rem;
    vertical-align: bottom;
    margin-right: 0.3125rem;
}

.mc_ly_checkbox input[type=checkbox]:checked::before {
    content: "\e62f";
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 0.75rem;
    font-weight: bold;
    color: #0075C9;
    transform: translate(-50%, -50%);
}


.mc_ly_checkbox input:not([type=checkbox]):checked::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0.1875rem;
    height: 0.1875rem;
    background: #0075C9;
    border-radius: 50%;
}


.mc_ly_checkbox span {
    font-size: 0.875rem;
    color: #333;
    line-height: 1.25rem;
}

.mc_lyta_title {
    margin-bottom: 0.9375rem;
}

.mc_ly_areabox textarea {
    width: 100%;
    height: 12.625rem;
    border: 0.0625rem solid #dee6ff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.625rem 0.9375rem;
}

.mc_ly_textarea {
    margin-bottom: 2.375rem;
}

.mc_ly_yycj {
    margin-bottom: 2.1875rem;
}

.mc_ly_verify {
    width: 11.5625rem;
    float: left;
    margin-right: 0.75rem;
}

.mc_ly_verify_imgbox {
    float: left;
    width: 6.375rem;
    margin-top: 2rem;
    text-align: right;
}

.mc_ly_verify_img img {
    width: 100%;
}


.mc_ly_verify_changebtn {
    display: inline-block;
    margin-bottom: 0.625rem;
    font-size: 0.875rem;
    color: #666666;
    text-align: right;
    cursor: pointer;
    user-select: none;
}

.mc_ly_verify_changebtn i,
.mc_ly_verify_changebtn em {
    /* font-weight: bold; */
    /* font-size: 1.125rem; */
    color: #666;
}

.mc_ly_verify_img {
    cursor: pointer;
    user-select: none;
}

:focus {
    outline: none !important;
}

.mc_ly_ys input {
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    border: 0.0625rem solid #dee6ff;
    cursor: pointer;
}

.mc_ly_ys span {
    display: inline-block;
    vertical-align: bottom;
    width: calc(100% - 1.875rem);
    padding-left: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #333;
    transform: translateY(-0.125rem);
}

.mc_ly_ys a {
    color: #0028aa;
}

.mc_ly_verifybox {
    margin-bottom: 1.25rem;
}

.mc_ly_ys input:checked::before {
    content: "\e62f";
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 0.9375rem;
    font-weight: bold;
    color: #0075C9;
    transform: translate(-50%, -50%);
}

.mc_ly_ys input:checked {
    border-color: #0075C9;
}

.mc_ly_ys {
    margin-bottom: 2.1875rem;
}

.mc_ly_submit input {
    position: relative;
    z-index: 1;
    width: 8.125rem;
    height: 2.625rem;
    line-height: 2.5rem;
    /* background: #0028aa; */
    color: #fff;
    transition: all .36s;
    /* border: 0.0625rem solid #0028aa; */
    /* overflow: hidden; */
}

.mc_ly_submit {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.mc_ly_submit::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #0028aa;
    border-radius: 1.3125rem;
    transition: all .36s;
    transform: scale(1) !important;
}

.mc_ly_submit::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 0.0625rem solid #0028aa;
    transform: scale(1);
    border-radius: 1.3125rem;
    opacity: 0;
    transition: all .36s;
}


.mc_ly_order {
    margin-bottom: 2.1875rem;
}

.mc_lyi4_inputbox1 {
    width: 50%;
}

.mc_ly_datestart {
    margin-right: 1rem;
}

.mc_ly_datebox {
    position: relative;
    width: 50%;
    padding: 0 0.5rem;
    cursor: pointer;
}

.mc_ly_datewarp {
    margin: 0 -0.5rem;
}

.mc_ly_datebox input {
    cursor: pointer;
    padding-right: 3.125rem !important;
}

.mc_ly_datebox i,
.mc_ly_datebox em {
    position: absolute;
    top: 50%;
    right: 1.4375rem;
    transform: translateY(-50%);
    font-size: 1.25rem;
    color: #999;
    pointer-events: none;
}

.mc_ly_datebox em {
    position: absolute;
    top: 50%;
    right: 1.4375rem;
    transform: translateY(-50%);
    font-size: 1.25rem;
    color: #999;
}

.mc_lyi4_inputbox2 {
    width: 50%;
}

.mc_lyi4_inputbox3 {
    width: 33.333333%;
}

.mc_lyi3_inputbox {
    width: 50%;
}

/* .mc_lyi5_tab .mc_lyt_hdli {
    width: 20%;
} */

.mc_lyi5_inputbox1 {
    width: 33.333333%;
}

.mc_lyi5_inputbox2 {
    width: 100%;
}

.mc_select_hd,
.mc_ly_factory {
    position: relative;
}

.mc_lyfac_country {
    position: relative;
    width: 40%;
    padding-right: 1.875rem;
}

.mc_lyfac_address {
    width: 60%;
}

.mc_lyfac_address input {
    padding-right: 3.125rem !important;
}

.mc_lyfac_delete {
    position: absolute;
    right: 0.9375rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background: #c7c7c7;
    text-align: center;
    cursor: pointer;
    transition: all .36s;
}

.mc_lyfac_delete i,
.mc_lyfac_delete em {
    font-size: 0.75rem;
    line-height: 1.25rem;
    color: #fff;
    margin-left: 0.0625rem;
}

.mc_lyfac_country .mc_select_showbox {
    width: 100%;
}

.mc_lyfac_country .mc_select_xtbbox {
    right: 0.9375rem;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.icon-arrowdown.on {
    transform: rotate(180deg);
}

.mc_lyfac_country .mc_select_bd {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    width: calc(100% - 1.875rem);
    border: 0.0625rem solid #dee6ff;
    background: #fff;
    border-top: 0;
    padding: 0.875rem 0;
    z-index: 20;
    height: 9.3125rem;
    overflow: auto;
}

.mc_lyfac_country .mc_select_li {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.3125rem 0.9375rem;
    color: #333;
}

.mc_lyfac_country .mc_select_show {
    padding-right: 3.125rem !important;
}

.mc_ly_factory {
    margin-bottom: 1.25rem;
}

.mc_lyfac_country .mc_select_xtbbox i,
.mc_lyfac_country .mc_select_xtbbox em {
    display: block;
}

.mc_lyfac_add {
    font-size: 0.875rem;
    color: #999999;
    line-height: 1.25rem;
    cursor: pointer;
    transition: all .36s;
}

.mc_lyfac_add i,
.mc_lyfac_add em {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background: #0028aa;
    color: #fff;
    text-align: center;
    line-height: 1.25rem;
    font-size: 0.875rem;
    margin-right: 0.25rem;
}

.mc_lyi5_inputbox3 {
    width: 50%;
}

/* .mc_e1 .mc_inban_title,
.mc_e2 .mc_inban_title {
    font-size: 4.5rem;
} */

.icon-nextstep:before {
    content: "鈫�";
    display: inline-block;
    vertical-align: middle;
    transform: translateX(0.3125rem);
    transition: transform 0.25s ease 0s;
}

.mc_banner_inner .mc_ban_pc::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: rgba(10, 37, 114, .1);
}

.mc_banner_inner .mc_ban_ph::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: rgba(14, 40, 118, .1);
}

.mc_banner_inner .mc_ban_pc::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 64%;
    background: linear-gradient(180deg, rgba(10, 37, 114, .4), rgba(10, 37, 114, 0));
}

.mc_ly_factory:first-child .mc_lyfac_delete {
    display: none !important;
    pointer-events: none !important;
}

.mc_nav_xl::after,
.mc_search_xl::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0 0.3125rem 0.3125rem rgba(0, 0, 0, .05);
}

/* .mc_service .mc_ban_contianer {
    bottom: 15%;
} */
.mc_indexban_container {
    z-index: 5;
}

.mc_banner_title {
    font-size: 3.75rem;
    color: #fff;
    font-weight: bold;
}

.mc_inban_r {
    float: right;
    color: #fff;
}

.mc_inban_xtb {
    width: 4rem;
    margin-bottom: 1.75rem;
}

.mc_inban_tip {
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin-bottom: 0.9375rem;
}

.mc_inban_tel {
    font-size: 3rem;
    font-weight: bold;
}

.mc_service .mc_inban_title {
    max-width: calc(100% - 25rem);
}

.mc_inban_box {
    position: relative;
}


.mc_f1_top .mc_h2s1_li {
    position: relative;
}

.mc_f1_top {
    border-top: 0.0625rem solid transparent;
    border-bottom: 0.0625rem solid transparent;
}

.mc_h2s1_li:not(:last-child)::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 0.0625rem;
    height: 65%;
    background: #dfdddd;
    transform: translateY(-50%);
}

.mc_f1t_box {
    padding-top: 3.75rem;
}

.mc_f1t_list li {
    position: relative;
    font-size: 1.5rem;
    line-height: 1.875rem;
    color: #666666;
    margin-bottom: 0.9375rem;
    padding-left: 1.875rem;
}

.mc_f1t_list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    background: #0028aa;
}

.mc_f1t_cx {
    padding-left: 1.875rem;
}

.mc_f1t_href {
    font-size: 1.5rem;
    color: #0028aa;
    font-weight: bold;
}

.mc_f1t_href i,
.mc_f1t_href em {
    display: inline-block;
    position: relative;
    top: 0.0625rem;
    font-weight: normal;
    font-size: 1.5rem;
    transition: all .36s;
    margin-top: 0.125rem;
    margin-left: 0.1875rem;
}

.mc_f1t_list {
    margin-bottom: 1.875rem;
}

.mc_f1 .mc_title40 {
    text-align: center;
}

.mc_f1s1 {
    padding-top: 9.375rem;
}

.mc_f1s1_title {
    margin-bottom: 7.5rem;
}

.mc_data_table {
    display: table;
    width: 100%;
    max-width: 70.625rem;
    margin: 0 auto;
}

.mc_data_tr {
    display: table-row;
    width: 100%;
}

.mc_data_td {
    position: relative;
    width: 50%;
    display: table-cell;
    position: relative;
    padding: 0 4.0625rem;
    vertical-align: top;
}

.mc_data_box {
    border-top: 0.0625rem solid #d2d2d2;
    padding: 3.125rem 0;
}


.mc_data_txt_big {
    font-size: 2.25rem;
    line-height: 5rem;
    font-weight: bold;
    color: #0028aa;
    margin-bottom: 0.9375rem;
    width: 100%;
    white-space: nowrap;
}

.mc_data_txt_big sub {
    font-size: 1.125rem;
    bottom: 0;
    margin-left: -0.3125rem;
}

.mc_data_txt_small {
    font-size: 1rem;
    line-height: 1.875rem;
    min-height: auto !important;
    color: #333333;
}

.mc_data_table1 .mc_data_txt_big {
    font-size: 3rem;
    line-height: 6.25rem;
}

.mc_data_table2 .mc_data_txt_big strong {
    font-size: 3rem;
}

.mc_data_table .mc_data_txt_big strong {
    font-size: 3rem;
}

.mc_data_table1 .mc_data_txt_small {
    font-size: 1.125rem;
}

.mc_data_table1 .mc_data_box {
    padding: 1.875rem 0 3.4375rem;
}

.mc_f1s2 {
    padding: 9.375rem 0 8.125rem;
}

.mc_f1s2_title {
    margin-bottom: 7.1875rem;
}

.mc_f1s2_li {
    float: left;
    width: 33.333333%;
    padding: 0 4.375rem;
    margin-bottom: 2.1875rem;
}

.mc_f1s2_list {
    margin: 0 -4.375rem;
}

.mc_f1s2_lisbox {
    display: block;
}

.mc_f1s2_top {
    border: 0.0625rem solid #dcdcdc;
    margin-bottom: 1.5625rem;
}

.mc_f1s2_txt p {
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-weight: bold;
    color: #333;
    height: 4.5rem;
    overflow: hidden;
}

.mc_f1s2_txt {
    padding: 1.875rem 3.4375rem;
}

.mc_f1s2_bot {
    font-size: 1.125rem;
    color: #666666;
    text-align: center;
}

.mc_f1s2_bot i,
.mc_f1s2_bot em {
    margin-right: 0.3125rem;
}

/* .mc_service .mc_mbxbox {
    padding-bottom: 0;
} */

.mc_f2s1 {
    padding: 3.75rem 0 6.25rem;
}

.mc_f2s1_title {
    margin-bottom: 4.6875rem;
}

.mc_f2s1_form {
    max-width: 100%;
    width: 41.125rem;
    margin: 0 auto 4.6875rem;
}

.mc_f2s1_inputbox {
    border: 0.0625rem solid #bfbfbf;
    border-radius: 0.25rem;
    height: 3.125rem;
    padding: 0 1.25rem;
    font-size: 0;
    margin-bottom: 1.5625rem;
}

.mc_f2s1_inputbox label {
    width: 1.25rem;
    line-height: 3rem;
}

.mc_f2s1_inputbox label i,
.mc_f2s1_inputbox label em {
    display: inline-block;
    font-size: 1.125rem;
    color: #9f9f9f;
    transform: translateY(0.125rem);
}

.mc_f2s1_inputbox input {
    height: 100%;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.75rem 0.9375rem;
    padding-right: 0;
    width: calc(100% - 1.25rem);
}

.mc_f2s1sel_list {
    margin: 0 -0.6875rem;
}


.mc_f2s1sel_li {
    float: left;
    width: 33.333333%;
    padding: 0 0.6875rem;
}

.mc_f1s1_select {
    position: relative;
}

.mc_f1s1_select .mc_select_hd {
    position: relative;
    border: 0.0625rem solid #bfbfbf;
    border-radius: 0.25rem;
    height: 3.125rem;
    /* padding: 0 1.25rem; */
    padding: 0 !important;

}

.mc_f1s1_select .mc_select_showbox {
    width: calc(100% - 1.25rem);
    width: 100%;
    height: 100%;
}

.mc_f1s1_select .mc_select_show {
    position: relative;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.75rem 0.9375rem !important;
    padding-right: 2.5rem !important;
    text-overflow: ellipsis;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.mc_f1s1_select .mc_select_xtbbox {
    position: absolute;
    right: 0.9375rem;
    top: 0;
}

.mc_f1s1_select .mc_select_xtbbox {
    width: 1.25rem;
    line-height: 3rem;
}

.mc_f1s1_select .mc_select_xtbbox i,
.mc_f1s1_select .mc_select_xtbbox em {
    display: inline-block;
    vertical-align: middle;
    color: #052ca9;
}

.mc_f1s1_select .mc_select_xtb.on {
    transform: rotate(180deg);
}

.mc_f1s1_select .mc_select_bd {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 5;
    width: 100%;
    padding: 0.5rem 0;
    background: #fff;
    border: 0.0625rem solid #bfbfbf;
    border-radius: 0.25rem;
    border-top: 0;
    height: 8.5625rem;
    overflow: hidden;
}

.mc_f1s1_select .mc_select_li {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.3125rem 1.25rem;
    padding-right: 0;
}

.mc_f1s1_select input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #333;
}

.mc_f1s1_select input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #333;
}

.mc_f1s1_select input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #333;
}

.mc_f1s1_select input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #333;
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background: #eaeaea !important;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #aaaaaa !important;
}

.mc_f2s1_mapbox {
    height: 40.625rem;
    border: 0.0625rem solid #e5e5e5;
}

.mc_f2s1m_l {
    width: 21.875rem;
    height: 100%;
    padding: 2.5rem 2.375rem;
    padding-right: 0.625rem;
    overflow: hidden;
    border-right: 0.0625rem solid #e5e5e5;
}

.mc_f2s1m_r {
    width: calc(100% - 21.875rem);
    height: 100%;
}

.mc_f2s1m_r #map {
    width: 100%;
    height: 100%;
}

.mc_f2s1m_title {
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #000;
    margin-bottom: 1.5625rem;
    transition: all .36s;
}

.mc_f2s1m_dt i,
.mc_f2s1m_dt em {
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #cccccc;
}

.mc_f2s1m_dt {
    width: 1.25rem;
}

.mc_f2s1m_dd {
    width: calc(100% - 1.25rem);
    padding-left: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
    /* font-weight: lighter; */
    color: #666666;
}

.mc_f2s1m_dl:not(:last-child) {
    margin-bottom: 0.625rem;
}

.mc_f2s1m_li:not(:last-child) {
    margin-bottom: 1.5625rem;
}

.mc_f2s1m_li {
    cursor: pointer;
}

#map img {
    max-width: none;
}

.mc_map_container {
    padding-top: 0.9375rem;
}

.mc_map_container .mc_f2s1m_title {
    margin-bottom: 0.625rem;
}

.mc_map_container .mc_h1_morebtn {
    font-size: 1rem;
    margin-top: 0.3125rem;
}

/* .mc_map_container .mc_h1_morebtn span {
    font-weight: lighter;
} */

.mc_mbxbox {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    z-index: 10;
}

.mc_data_td {
    transition: all .8s cubic-bezier(.25, .46, .45, .94);
}

.mc_data_td {
    transform: translateY(3.125rem);
    opacity: .6;
}

.mc_data_td.active {
    transform: translateY(0);
    opacity: 1;
}

.mc_c1s1 {
    padding: 5.3125rem 0 10rem;
}
.mc_c1s1_r {
    width: 36.75rem;
}

.mc_c1s1_l {
    width: calc(100% - 36.75rem);
    padding-right: 11.25rem;
    padding-top: 4.375rem;
}

.mc_c1s1_title {
    margin-bottom: 2.8125rem;
}

.mc_c1s1_txt1 {
    margin-bottom: 3.125rem;
}

.mc_c1s1_txt2 p {
    font-size: 1.25rem;
    line-height: 3rem;
    font-weight: bold;
    color: #5d7a89;
    margin-bottom: 2.5rem;
}

.mc_c1s1_txt2 p strong {
    font-size: 2.25rem;
    line-height: 3rem;
    color: #0028aa;
    font-weight: bold;
}

.mc_c1s2 {
    padding: 10rem 0 1.875rem;
    background: #f7f8fa;
}

.mc_c1s2_title {
    text-align: center;
    margin-bottom: 8.75rem;
}

#myvideo {
    width: 100%;
    vertical-align: middle;
}

.mc_c1s1_r {
    background: #000;
}

/* .video-js{
    background-color: transparent !important;
} */

.mc_a1s1 {
    padding: 6.25rem 0;
    background: #f7f8fa;
}

.mc_a1s1_wrap {
    background: #fff;
}

.mc_a1_hd {
    padding: 7.5rem 0rem 3.75rem;
}
.mc_a1s1_a {
    display: block;
    padding-bottom: 4.0625rem;
}

.mc_a1s1_morebtn {
    display: inline-block;
    padding: 1.5rem 3.5rem;
    align-items: center;
	color: #fff;
	border-radius: 1rem;
	background: #0A48CA;
}

.mc_a1s1_imgbox {
    margin-top: 3.4375rem;
    overflow: visible;
}

.mc_a1s1_imgbox::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.875rem;
    z-index: 1;
    width: 100%;
    height: 0.0625rem;
    background: #e5e5e5;
}

.mc_a1s1_imgbox::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.875rem;
    z-index: 2;
    width: 0;
    height: 0.0625rem;
    background: #0028aa;
    transition: all .5s;
}


.mc_a1s2 {
    position: relative;
}

.mc_a1s2_txtbox {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 44%;
    height: 100%;
    padding: 3.75rem 9% 3.75rem 10%;
    background: #fff;
    overflow: auto;
    transition: all .5s;
}



.mc_a1s2_title {
    margin-bottom: 1.75rem;
}

.mc_a1s2_playbtn {
    position: absolute;
    left: 50%;
    bottom: 2.1875rem;
    z-index: 2;
    transform: translateX(-50%);
    width: 3.75rem;
    height: 3.75rem;
    cursor: pointer;
    background: #001e5a;
    border-radius: 50%;
    text-align: center;
    transition: all .5s;
}

.mc_a1s2_playbtn i,
.mc_a1s2_playbtn em {
    font-size: 1.5rem;
    line-height: 3.75rem;
    color: #fff;
}

.mc_a1s2_txtbox.txthide {
    transform: translateX(-100%);
}

.mc_a1s2_playbtn.btnhide {
    transform: translateX(-100%);
    opacity: 0;
    pointer-events: none;
}


#mc_a1s2_video {
    width: 100%;
    vertical-align: top;
}


.mc_a1s2_container {
    position: relative;
}

.mc_a1s2 {
    padding-bottom: 5rem;
    background: #f7f8fa;
}

.mc_a1s3 {
    padding: 4.375rem 0 6.25rem;
    background: #fff;
}

.mc_list_imgbox {
    position: relative;
	line-height: 4.375rem;
}
.mc_fixed .mc_logo a,.mc_navbar_nor .mc_logo a{
	color: #005CB9;
}

.mc_a1s2_videobox {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.mc_a1s2_videobox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

.mc_a1s2_txtbox2 .mc_a1s2_title {
    color: #fff;
}


.mc_a1s2_txtbox2 {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
    width: 85rem;
    padding: 0 1.25rem;
    color: #fff;
    text-align: left;
}

.mc_a1s2_txtbox2 {
    margin-top: 3.125rem;
    opacity: 0;
    transition: all 1s;
    pointer-events: none;
}

.mc_a1s2_txtbox2.show {
    margin-top: 0;
    opacity: 1;
    pointer-events: all;

}
.mc_a1s2_videobox img {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
}
.mc_a1s2_playbtn {
    display: none;
}

.mc_a1s2_videobox #mc_a1s2_video {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.mc_a1s3_title {
    margin-bottom: 7.1875rem;
}

.mc_a1s3_li:not(:last-child) {
    margin-bottom: 13.75rem;
}

.mc_a1s3_lisbox {
    position: relative;
    z-index: 1;
    display: block;
}

.mc_a1s3_lisbox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 82%;
    height: 100%;
    background: #f7f7f7;
}

.mc_a1s3_txtbox {
    width: 42%;
    padding: 4.375rem 0;
}

.mc_a1s3_img {
    width: 58%;
}

.mc_a1s3li_title {
    color: #000;
    margin-bottom: 1.75rem;
    transition: all .36s;
}

.mc_a1s3li_subtitle {
    font-size: 1.5rem;
    line-height: 2.25rem;
    color: #000000;
    margin-bottom: 1.25rem;
}

.mc_a1s3li_txt {
    font-size: 1rem;
    line-height: 1.875rem;
    color: #666666;
    margin-bottom: 1.75rem;
}

.mc_a1s3_imgbox {
    width: 100%;
    max-width: 43.75rem;
}

.mc_a1s3_imgbox img {
    transition: all 1s;
}

.mc_a1s3_imgbox .mc_list_img {
    opacity: 0;
    transform: translateX(6.25rem);
    transform: none !important;
}

.mc_a1s3_img {
    transform: translateY(-25%);
}

.mc_a1s3_li:nth-child(odd) .mc_a1s3_txtbox {
    padding-left: 6%;
    padding-right: 6%;
}

.mc_a1s3_li:nth-child(odd) .mc_a1s3_imgbox {
    animation: fadeLeft 2s ease;
}

.mc_a1s3_li:nth-child(even) .mc_a1s3_img {
    float: left;
    padding-right: 4%;
}

.mc_a1s3_li:nth-child(even) .mc_a1s3_lisbox::before {
    left: auto;
    right: 0;
    width: 65%;
}

.mc_a1s3_li:nth-child(even) .mc_a1s3_txtbox {
    padding-right: 7%;
}

.mc_a1s3_li:nth-child(even) .mc_a1s3_imgbox {
    animation: fadeRight 2s ease;
}

.mc_a1s3_li:nth-child(even) .mc_a1s3_imgbox .mc_list_img {
    transform: translateX(-6.25rem);
}


@keyframes fadeLeft {
    0% {
        transform: translateX(6.25rem);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes fadeRight {
    0% {
        transform: translateX(-6.25rem);
    }

    100% {
        transform: translateX(0);
    }
}

.mc_a1s4_title {
    margin-bottom: 6.25rem;
}

.mc_a1s4_li {
    float: left;
    width: 33.333333%;
    padding: 0 0.75rem;
    margin-bottom: 1.75rem;
}

.mc_a1s4_imgbox img {
    width: 100%;
}

.mc_a1s4_lisbox {
    display: block;
    position: relative;
}

.mc_a1s4_imgbox {
    position: relative;
    z-index: 1;
}

.mc_a1s4_img_ph {
    display: none;
}

.mc_a1s4_imgbox::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    transition: all .36s ease-out;
}

.mc_a1s4li_title {
    position: absolute;
    left: 0;
    bottom: 1.875rem;
    z-index: 5;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #fff;
    padding: 0 2.1875rem;
    transition: all .36s;
}

.mc_a1s4li_txt2 {
    text-align: center;
    width: 100%;
    z-index: 5;
    margin-top: 3.125rem;
    opacity: 0;
    padding: 0 1.25rem;
    transition: all .36s;
}

.mc_a1s4li_title_center {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 1rem;
}

.mc_a1s4_list {
    position: relative;
    opacity: 0;
    visibility: hidden;
}

.mc_a1s4_list .slick-next {
    right: 0;
    top: -2.625rem;
    z-index: 10;
    width: 3rem;
    height: 3rem;
    background: url(../images/btn_arrow.png) center / cover no-repeat;
}

.mc_a1s4_li {
    position: absolute;
}

.mc_a1s4_list.show {
    opacity: 1;
    visibility: visible;
}

.mc_a1s4 {
    padding-bottom: 4.5rem;
}

.mc_a1s4_li {
    animation-name: fadeUp;
    animation-duration: 2s;
}


.mc_a1s4_li:nth-child(3n+2) {
    animation-delay: .5s;
}

.mc_a1s4_li:nth-child(3n+3) {
    animation-delay: 1s;
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(3.125rem);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.mc_d1s1_title {
    line-height: 3.75rem;
    margin-bottom: 5.625rem;
}

.mc_d1s2 {
    padding: 8.625rem 0 6.25rem;
    background: #f7f8fa;
}

.mc_d1s2_title {
    line-height: 3.75rem;
    margin-bottom: 7.5rem;
}

.mc_d2 .mc_main {
    background: #f7f8fa;
}

.mc_d2s1 {
    position: relative;
    z-index: 1;
    padding: 1.875rem 0 8.125rem;
    background-color: #F5F8FF !important;
}

.mc_d2s1_bg {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 52%;
}

.mc_d2s1_title {
    margin-bottom: 2.5rem;
}

.mc_d2s1_txt {
    width: 65%;
    /* padding-left: 3%; */
}

.mc_d2s1_txt p {
    color: #666;
}

.mc_d2s2_title {
    margin-bottom: 9.375rem;
}

.mc_d2s2 {
    padding: 9.375rem 0 10.3125rem;
    background: #fff;
}

.mc_d2s2_swiper.swiper-container .swiper-slide {
    width: 22%;
    height: 30rem;
    border-right: 0.0625rem solid #e5e5e5;
    padding: 2.1875rem 2.5rem;
    overflow: hidden;
}

.mc_d2s2_content {
    width: calc(50vw + 42.5rem);
}

.mc_d2s2_year {
    font-size: 3rem;
    /* font-weight: bold; */
    margin-bottom: 2.8125rem;
    color: #0075C9;
    font-variation-settings: 'wght' 750;
}

.mc_d2s2_txt p {
    font-size: 1rem;
    line-height: 1.875rem;
    /* font-weight: lighter; */
    color: #666666;
}

.mc_d2s2_swiper.swiper-container {
    padding-bottom: 4.6875rem;
    margin-left: -2.8125rem;
}

.mc_d2s2_swiper.swiper-container .swiper-pagination {
    top: auto;
    bottom: 0;
    left: 2.8125rem;
    height: 0.125rem;
    background: #dcdcdc;
}

.mc_nav_nor .mc_navxlr_imgbox {
    display: none;
}

.mc_nav_nor .mc_navxl_l {
    border-right: 0;
    width: 100%;
    min-height: auto;
}

.mc_nav_nor .mc_subnav {
    text-align: center;
}

.mc_nav_nor .mc_subnav_li {
    display: inline-block;
    float: none;
    width: auto;
    margin: 0 3.125rem;
}



.mc_nav_nor .mc_navxl_subnav {
    max-width: none;
}

.mc_nav_nor .mc_subnav_li:nth-child(odd) {
    clear: none;
}

.mc_nav_nor .mc_navxl_title {
    display: none;
}

.mc_nav_nor .mc_navxl_r {
    display: none;
}

.mc_nav_nor .mc_navxl_subnav {
    width: 100%;
}


.mc_navxl_container {
    padding: 1.875rem 0;
}

.mc_inban_title_samll {
    display: block;
    font-size: 2.25rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1.25rem;
}

.mc_d2s3_hd {
    text-align: center;
}

.mc_d2s3 .mc_cont1360 {
    min-width: 75rem;
}

.mc_d2s3 {
    padding: 9.0625rem 0 6.25rem;
}

.mc_d2s3_title {
    margin-bottom: 1.5625rem;
}

.mc_d2s3_subtitle {
    font-size: 1.5rem;
    line-height: 2.25rem;
    color: #666666;
    /* font-weight: lighter; */
}

.mc_d2s3_subtitle {
    margin-bottom: 2.8125rem;
}

.mc_d2s3_map {
    width: 75rem;
    margin: 0 auto;
}

.mc_d2s4 {
    padding: 8.125rem 0 6.25rem;
    text-align: center;
    background: #fff;
}

.mc_d2s4_title {
    margin-bottom: 8.4375rem;
}

.mc_d2s4_imgbox {
    width: 50%;
}

.mc_d2s4_txtbox {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    padding: 0 5%;
    text-align: left;
}

.mc_d2s4_lisbox {
    position: relative;
}

.mc_d2s4_txtbox h4 {
    font-size: 2.25rem;
    color: #1d1d1f;
    font-weight: bold;
    margin-bottom: 0.9375rem;
}

.mc_d2s4_txtbox p {
    font-size: 1.5rem;
    line-height: 2;
    /* font-weight: lighter; */
}

.mc_d2s4_li:nth-child(even) .mc_d2s4_imgbox {
    float: right;
}

.mc_d2s4_li:nth-child(even) .mc_d2s4_txtbox {
    left: 0;
}

.mc_d3 .mc_main {
    background: #f7f8fa;
}

.mc_d3s1 {
    padding: 3.125rem 0 6.25rem;
}

.mc_d3s1_list {
    margin: 0 -1.25rem;
}

.mc_d3s1_li {
    float: left;
    width: 50%;
    padding: 0 1.25rem;
    margin-bottom: 2.5rem;
}

.mc_d3s1_lisbox {
    display: block;
    background: #fff;
    padding: 2.8125rem 3.4375rem 3.125rem 5.3125rem;
    border: 0.0625rem solid #f3f2f2;
}

.mc_d3s1_title {
    margin-bottom: 7.1875rem;
}

.mc_d3s1_xtbbox {
    width: 3.75rem;
    margin-bottom: 1.5625rem;
}


.mc_d3s1li_title {
    position: relative;
    font-size: 2.25rem;
    font-weight: bold;
    color: #001e5a;
    padding-bottom: 1.875rem;
    margin-bottom: 1.5rem;
}

.mc_d3s1li_title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 17.5rem;
    height: 0.0625rem;
    background: #dcdcdc;
}

.mc_d3s1_txt p {
    font-size: 1.125rem;
    line-height: 1.875rem;
    /* font-weight: lighter; */
}

.mc_d3s1_txt {
    height: 7.5rem;
    overflow: hidden;
}

.mc_d3s2_swiper.swiper-container .swiper-slide {
    width: 37.5rem;
    height: 48rem;
    padding: 5.9375rem 5rem 2.8125rem;
    overflow: hidden;
    margin-right: 2.1875rem;
    background: #fff;
    box-shadow: 0.3125rem 0.25rem 1rem rgba(218, 217, 217, .35);
    overflow: hidden;
}

.mc_d3s2 {
    padding: 10% 0 7.5rem;
    position: relative;
    z-index: 1;
}

.mc_d3s2_bgbox {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
}

.mc_d3s2_title {
    color: #fff;
    margin-bottom: 3.625rem;
}

.mc_d3s2_txt p {
    font-size: 1.5rem;
    line-height: 2;
    color: #fff;
    /* font-weight: lighter; */
}

.mc_d3s2_txt {
    max-width: 75rem;
    margin-bottom: 10%;
}

.mc_d3s2_swiper.swiper-container {
    padding-bottom: 2.8125rem;
}

.mc_d3s2_swiper.swiper-container .swiper-pagination {
    top: auto;
    bottom: 0;
    left: 0;
    height: 0.125rem;
    background: #dcdcdc;
}

.mc_d3s2_num {
    font-size: 2.625rem;
    color: #0075C9;
    font-weight: bold;
    margin-bottom: 1.25rem;
}

.mc_d3s2li_title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #001e5a;
    margin-bottom: 3.4375rem;
}

.mc_d3s2li_txt p {
    color: #666666;
    /* font-weight: lighter; */
}

.mc_d3s2li_txt p a {
    color: inherit;
    line-height: inherit;
}

.mc_d3s2_lisbox {
    width: 100%;
    height: 100%;
}

.mc_d3s2_content {
    width: calc(50vw + 42.5rem);
}

.mc_d3s3_title {
    margin-bottom: 5.625rem;
}

.mc_d3s3 {
    padding-bottom: 8.75rem;
}

.mc_d3s4 {
    padding: 5rem 0 2.5rem;
    background: #fff;
}

.mc_d3s5 {
    background: #fff;
    padding-bottom: 7.5rem;
}

.mc_d3s5_title {
    margin-bottom: 7.5rem;
}

.mc_d3s5_swiper .swiper-slide {
    width: 29.75rem;
    margin-right: 1.25rem;
}

.mc_d3s5_content {
    width: calc(50vw + 42.5rem);
}

.mc_d1s2li_title {
    margin-bottom: 1.875rem;
}

/* .mc_d1s2_txt p {
    font-weight: lighter;
} */

.mc_d1s2_txt {
    margin-bottom: 5rem;
}

.mc_d1s2_li {
    float: left;
    width: 50%;
    padding: 0 4.25rem;
    margin-bottom: 5.9375rem;
}

.mc_d1s2_list {
    margin: 0 -4.25rem;
}

.mc_d1s2_li:first-child {
    float: right;
}

.mc_d1s2_li:nth-child(2) {
    padding-top: 12.5rem;
}

.mc_d3s5_lisbox img {
    width: 100%;
}

.g_btnfl i,
.g_btnfl em {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.375rem;
    color: #fff;
    transition: all .36s;
}


/*7.4 grace*/
.g_b4 .g_b4pt1 {
    padding: 8.125rem 0;
}

.g_b4pt1topfl p {
    color: #d4d4d4;
    font-size: 2.25rem;
    font-weight: bold;
    text-align: left;
    transition: color .36s;
}

.g_b4pt1topfl {
    width: 33.333333%;
    cursor: pointer;
}

.g_b4pt1topfl.act p {
    font-size: 2.5rem;
    font-weight: bold;
    color: #1d1d1f;
}

.g_b4pt1bot {
    margin-top: 7.5rem;
}

.g_b4pt1botnr:not(:first-child) {
    display: none
}

/* .g_b4pt1botnr.on{
    display: block;
} */
.g_b4pt1botb {
    position: relative;
}

.g_b4pt1botpic {
    width: 100%;
}

.g_b4pt1botpic img {
    width: 100%;
}

.g_b4pt1bottle {
    position: absolute;
    top: 0;
    left: 0;
    width: 49.375rem;
    padding-right: 5rem;
    background: #fff;
    padding-top: 0.3125rem;
    padding-bottom: 3.125rem;
}

.g_b4pt1bottle p {
    color: #666666;
    font-size: 1.5rem;
    line-height: 2.25rem;
    /* font-weight: lighter; */
    letter-spacing: 0.0625rem;
}

.g_b4pt2nr {
    position: relative;
    margin-top: 3.75rem;
}

.g_b4pt2 .g_b4pt1bottle {
    right: 0;
    bottom: -11.25rem;
    top: inherit;
    left: inherit;
    z-index: 10;
    width: 57.5rem;
    padding: 4.375rem 4.6875rem 1.25rem;
}

.g_b4pt2 .g_b4pt1bottle p {
    color: #333;
}
.g_b4pt2 {
    margin-bottom: 16.875rem;
}

.g_b4pt3 .g_b4pt1bottle {
    right: inherit;
    left: 0;
}

.g_b4bot {
    background: #f7f8fa;
    padding: 6.25rem 0;
}

.g_b4list1 .mc_title40 {
    text-align: center;
    margin-bottom: 3.75rem;
}

.g_b4litop {
    padding: 1.5625rem 0.9375rem;
    background: #001964;
}

.g_b4lifl p {
    color: #ffffff;
    font-size: 1rem;
    line-height: 2rem;
}

.g_b4lifl1 {
    width: 10%;
    height: 1.875rem;
}

.g_b4lifl2 {
    width: 15%;
}

.g_b4libotu {
    width: 3.25rem;
    position: relative;
    margin: auto;
}

.g_b4libotu img {
    width: 100%;
    height: 100%;
}

.g_b4libotu1 {
    position: relative;
    top: 0;
    left: 0;
}

.g_b4libotu2 {
    position: absolute;
    top: 0;
    left: 0;
}

.g_b4libot .g_b4lifl1 {
    height: inherit;
    padding: 0.9375rem 0;
}

.g_b4libot .g_b4lifl2p p {
    color: #0028aa !important;
}

.g_b4libot .g_b4lifl2 {
    padding: 0.9375rem 0;
}

.g_b4libot .g_b4lifl2 p {
    color: #333333;
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 1.5625rem 0;
}

.g_b4libotnr {
    display: block;
    width: 100%;
    background: #ffffff;
}

.g_b4libotnr:nth-child(2n) {
    background: #f3f5f9;
}

.g_b4li {
    margin-bottom: 5rem;
}

.g_b4lizahu {
    color: #999999;
    font-size: 0.875rem;
    line-height: 1.5rem;
    text-align: right;
    margin-top: 1.875rem;
}

.g_b4footfl {
    width: 50%;
}

.g_b4foot {
    position: relative;
}

/* .g_b4foot::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #f4f5f5;
    z-index: -1;
}

.g_b4foot::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #ebeff2;
    z-index: -1;
} */

.g_b4footfr {
    width: 50%;
}

.g_b4foottu {
    width: 9.75rem;
}

.g_b4foottu img {
    width: 100%;
}

.g_b4footflnr {
    position: relative;
}

.g_b4footwz h4 {
    color: #000000;
    font-size: 1.875rem;
    line-height: 3.75rem;
    margin-bottom: 0.625rem;
    transition: all .36s;
}

.g_b4footwz p {
    color: #484848;
    font-size: 1.125rem;
    line-height: 1.875rem;
}

.g_b4footflnr>a {
    padding: 4.375rem;
}

.g_b4footwz {
    padding-left: 4.375rem;
    width: calc(100% - 9.75rem);
}

.g_b6pt1 {
    padding: 4.375rem 0 8.75rem;
}



.g_b6pt1top {
    padding: 5.625rem 0 5rem;
    background: #f7f8fa;
}

.g_b6pt1top .mc_e3s1_title {
    margin-bottom: 0;
}


.g_b6pt1nr {
    margin-top: 3.75rem;
}

.g_b6pt1nr h5 {
    color: #333333;
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-weight: bold;
    margin-bottom: 2.25rem;
}

.g_b5pt1fr {
    width: 45rem;
}

.g_b5pt1fr img {
    width: 100%;
}

.g_b5pt1fl {
    width: calc(100% - 45rem);
    padding-right: 10rem;
}

.g_b5pt1 {
    padding: 8.125rem 0;
}

.g_b5pt1tle p {
    color: #666;
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin-top: 1.875rem;
}

.g_b5pt1tle {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.g_b5pt1flp p {
    position: relative;
    padding-left: 1.875rem;
    color: #333333;
    font-size: 1.5rem;
    line-height: 3rem;
}

.g_b5pt1flp p::before {
    content: '';
    position: absolute;
    top: 1.5rem;
    left: 0;
    width: 0.25rem;
    height: 0.25rem;
    background: #0c0cff;
    border-radius: 50%;
}

.g_b5pt2b {
    position: relative;
}

.g_b5pt2bj {
    width: 100%;
    height: 44.75rem;
}

.g_b5pt2bj img {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 100%;
    max-width: none;
}

.g_b5pt2top {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 100%;
    padding: 0 1.25rem;
}

.g_b5pt2 .mc_title40 {
    color: #fff;
    text-align: center;
    margin-bottom: 1.875rem;
}

.g_b5pt2 .g_b5pt2top p {
    text-align: center;
    color: #fff;
    font-size: 2.25rem;
    line-height: 2.625rem;
}

.g_b5pt2bot {
    margin-top: -13.625rem;
    position: relative;
    z-index: 10;
}

.g_b5pt2bot .mc_cont1600 {
    background: #fff;
    padding: 2.5rem 0 8.125rem;
}

.g_b5pt2botfl {
    width: 100% !important;
    padding: 0 !important;
}

.g_b5pt2botico {
    /* width: 5.125rem; */
    text-align: center;
    margin: 0 auto 2.875rem;
}

.g_b5pt2botico i,
.g_b5pt2botico em {
    font-size: 5.125rem;
    color: #0028aa;
}

.g_b5pt2botico em {
    font-size: 5.125rem;
    color: #0028aa;
}

.g_b5pt2botico img {
    width: 100%;
}

.g_b5pt2botflb h3 {
    color: #1d1d1f;
    font-size: 2.25rem;
    text-align: left;
    line-height: 3rem;
    margin-bottom: 2.25rem;
    font-weight: bold;
}

.g_b5pt2botflb p {
    color: #333;
    font-size: 1.125rem;
    line-height: 1.875rem;
    /* font-weight: lighter; */
    text-align: center;
    position: relative;
    padding-top: 1.875rem;
}

/* .g_b5pt2botflb p::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 0.0625rem;
    background: #d2d2d2;
} */

.mc_cont1600 {
    width: 100rem;
    margin: auto;
}

.g_b5pt2botnr {
    width: 72.5rem;
    margin: 0 auto;
    margin-bottom: 5.3125rem;
    max-width: 100%;
}



.g_btn {
    width: 12.875rem;
    height: 3.75rem;
    background: #0028aa;
    margin: auto;
    border-radius: 1.875rem;
    text-align: center;
}

.g_btn a {
    display: block;
    padding: 0 2.8125rem;
}

.g_btn p {
    line-height: 3.75rem;
    color: #fff;
    font-size: 0.875rem;
}

.g_btn .g_btnfl {
    width: 1.3125rem;
    line-height: 3.75rem;
    margin-left: 0.625rem;
}

.g_btnfl img {
    width: 100%;
}


/* mark */
/* b2 */
.ma_b2s1 {
    padding: 7.8125rem 0 19.75rem;
}

.ma_b2s1_title {
    margin-bottom: 6.875rem;
}

.ma_b2s1m_l {
    width: calc(100% - 20.3125rem);
    background: #f7f8fa;
    padding: 4.75rem 20.1875rem 4.75rem 5.125rem;

}

.ma_b2s1m_l p {
    color: #666;
    font-size: 1.5rem;
    line-height: 1.75;
    /* font-weight: lighter; */
    height: 21rem;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.ma_b2s1_main {
    position: relative;
}

.ma_b2s1m_r {
    position: absolute;
    z-index: 1;
    right: -4.25rem;
    bottom: -21.25rem;
}

.ma_b2s1m_r1 {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.ma_b2s1m_r2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

/* .ma_b2s2{
    padding-bottom: 6.25rem;
} */
.ma_b2s2_title {
    text-align: center;
    margin-bottom: 5rem;
}

.ma_b2s3 {
    background: #f7f8fa;
    padding: 7.8125rem 0 10rem;
}

.ma_b2s3_title {
    margin-bottom: 6.875rem;
    text-align: center;
}

.ma_b2s3m_l {
    width: 50%;
    padding: 6.125rem 6.5rem 10rem 2.125rem;
}

.ma_b2s3ml_img {
    position: relative;
    width: 100%;
    height: 100%;
}

.ma_b2s3m_l1 {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.ma_b2s3m_l2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.ma_b2s3m_r {
    width: 50%;
}

.ma_b2s3mr_title {
    text-align: center;
    background: #eef1f7;
}

.ma_b2s3mr_title h3 {
    color: #333;
    font-size: 1.5rem;
    line-height: 3.75rem;
}

.ma_b2s3mrm_li {
    padding-left: 3.875rem;
    padding-right: 3.125rem;
}

.ma_b2s3mrmlm_l {
    text-align: left;
}

.ma_b2s3mrmlm_l p {
    color: #424770;
    font-size: 1rem;
    line-height: 3.5rem;
}

.ma_b2s3mrmlm_r {
    text-align: right;
}

.ma_b2s3mrmlm_r p {
    color: #424770;
    font-size: 1rem;
    line-height: 3.5rem;
}

.ma_b2s3mrm_li:nth-child(odd) {
    background: #fff;
}

.ma_b2s3mrm_li:nth-child(even) {
    background: #eef1f7;
}

.ma_b2s4 {
    padding-top: 9rem;
}

.ma_b2s4_title {
    text-align: center;
    margin-bottom: 8.125rem;
}

.ma_lb_maim {
    margin: 0 -1.5625rem;
}

.ma_lbm_libox {
    padding: 0 1.5625rem;
    float: left;
    width: 50%;
}

.ma_lbm_li a {
    display: block;
}

.ma_lbml_img {
    position: relative;
    overflow: hidden;
}

.ma_lbml_img img {
    object-fit: cover;
}

.ma_lbml_img1 {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.ma_lbml_img2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 0.36s;
}

.ma_lbml_img3 {
    position: absolute;
    left: 2rem;
    bottom: 1.75rem;
    width: 1.875rem;
    z-index: 10;
}

.ma_lbml_img::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    background: linear-gradient(to bottom left, transparent 80%, rgba(0, 0, 0, 0.2));
}

.ma_lbml_main {
    padding: 1.75rem 0 0;
}

.ma_lbmlm_title {
    color: #000;
    font-size: 1.5rem;
    line-height: 2.5rem;
    height: 2.5rem;
    overflow: hidden;
    margin-bottom: 0.5rem;
    transition: all 0.36s;
}

.ma_lbmlm_font {
    font-size: 1rem;
    color: #666;
    line-height: 1.75rem;
    height: 3.5rem;
    overflow: hidden;
    margin-bottom: 1.875rem;
}

.ma_lbm_libox {
    margin-bottom: 5.9375rem;
}
/* b1 */
.ma_b1s1 {
    padding-top: 8.125rem;
}

.ma_b1s1_title {
    text-align: center;
    margin-bottom: 1.25rem;
}

.ma_b1s1m_r {
    position: relative;
    z-index: 1;
    width: calc(100% - 29.6875rem);
    height: 41.625rem;
}

.mc_b2s1_imgbox {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.mc_b2s1_imgbox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
}

.mc_b2s1_imgbox .mc_b2s1_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s;
    overflow: hidden;
}

.mc_b2s1_list {
    width: 100%;
    height: 100%;
}

.mc_b2s1_img.act {
    opacity: 1;
}


.mc_b2s1_li {
    float: left;
    width: 20%;
    height: 100%;
    position: relative;
}

.mc_b2s1li_title {
    font-size: 1.125rem;
    line-height: 1.2;
    color: #fff;
    /* font-weight: lighter; */
    margin-top: 3.75rem;
    text-align: center;
    transition: all .36s;
}

.mc_b2s1_lisbox {
    display: block;
    width: 100%;
    height: 100%;
}

.mc_b2s1li_cont {
    width: 100%;
    padding: 0 0.9375rem;
}

.mc_b2s1_li:not(:last-child) {
    border-right: 0.0625rem solid rgba(255, 255, 255, .3);
}

.deco {
    display: block;
    width: 6rem;
    height: 6rem;
    opacity: 1;
    transition: .1s;
    transform: translateZ(0);
    margin: 0 auto;
}

.deco:before {

    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(.75);
    transition: .4s;
    border: 0.0625rem solid hsla(0, 0%, 100%, .3);
    border-radius: 100%;
    height: 4rem;
    width: 4rem;
}

.deco i,
.deco em {
    background: hsla(0, 0%, 100%, .8);
    border: 0.0625rem solid #fff;
    border-radius: 100%;
    height: 2.2rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(.5);
    transition: .4s;
    width: 2.2rem;
}

.deco:after {
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(.75);
    transition: .4s;
    border: 0.0625rem solid hsla(0, 0%, 100%, .1);
    border-radius: 100%;
    height: 6rem;
    width: 6rem;
}

.mc_b2s1_li:hover .deco:before {
    animation: scalepulse 1.3s linear .3s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
}

.mc_b2s1_li:hover .deco i,
.mc_b2s1_li:hover .deco em {
    background: #fff;
    animation: scalepulse 1.3s linear 0s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
}

.mc_b2s1_li:hover .deco:after {
    animation: scalepulse 1.3s linear .15s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
}

.mc_b2s1_li:hover .mc_b2s1li_title {
    font-weight: bold;
}

@keyframes scalepulse {
    20% {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1.15);
        transform: translate3d(-50%, -50%, 0) scale(1.15);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }

    50% {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
        transform: translate3d(-50%, -50%, 0) scale(1);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }
}


.ma_b1s1m_l {
    width: 29.6875rem;
    padding: 0 !important;
    height: 41.625rem;
}

.ma_b1s1_main {
    box-shadow: 0 0 0.875rem 0.0625rem rgba(234, 234, 234, .75);
}

.ma_b1s1ml_list {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ma_b1s1ml_li {
    width: 100%;
    padding: 1.875rem 4.6875rem;
    max-height: 100%;

}

.ma_b1s12_title {
    text-align: left;
    margin-bottom: 1.25rem;
}

.ma_b1s1m_l p {
    font-size: 1.125rem;
    color: #333;
    line-height: 1.75;
    /* font-weight: lighter; */
}

.ma_b1s2 {
    padding: 6.25rem 0 0;
}

.ma_b1s2_title {
    margin-bottom: 7.875rem;
}

.ma_b1s2_main {
    position: relative;
}

.ma_b1s1_list {
    margin-bottom: 15rem;
}

.ma_b1s1_list:last-child {
    margin-bottom: 0;
}

.ma_b1s1_list:nth-child(odd) .ma_b1s2m_img {
    position: absolute;
    width: 100%;
    max-width: 45rem;
    right: 0;
    bottom: -6.875rem;
    z-index: 0;
    animation: fadeLeft 2s ease;
}

.ma_b1s1_list:nth-child(even) .ma_b1s2m_img {
    position: absolute;
    width: 100%;
    max-width: 43.75rem;
    left: 0;
    bottom: -6.875rem;
    z-index: 0;
    animation: fadeRight 2s ease;
}

.ma_b1s2m_r1 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    transition: all 1s;
}

.ma_b1s2m_r2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all 1s;
    opacity: 0;
    transform: translateX(6.25rem);
    transform: none !important;
}

.ma_b1s1_list:nth-child(even) .ma_b1s2m_r2 {
    transform: translateX(-6.25rem);
}

.ma_b1s1_list:nth-child(odd) .ma_b1s2m_font {
    float: left;
    width: calc(100% - 26.625rem);
    /* height: 30.3125rem; */
    background: #f7f8fa;
    padding: 5.625rem 17.1875rem 5.625rem 5.25rem;
}

.ma_b1s1_list:nth-child(even) .ma_b1s2m_font {
    float: right;
    width: calc(100% - 26.625rem);
    /* height: 30.3125rem; */
    background: #f7f8fa;
    padding: 5.625rem 5.25rem 5.625rem 17.1875rem;
}

.ma_b1s2m_font p {
    font-size: 1.5rem;
    color: #333;
    line-height: 1.75;
    /* max-height: 10.5rem; */
    /* overflow: hidden; */
    /* font-weight: lighter; */
    position: relative;
    z-index: 10;
    margin-bottom: 2.75rem;
}

.ma_b1s2_main a {
    display: block;
}
/* b3 */
.ma_b3s2 {
    background: #f7f8fa;
    padding-top: 12.5rem;
    padding-bottom: 0.0625rem;
}

.ma_b3 .ma_b1s2m_font {
    position: relative;
}

.ma_b3 .ma_b1s2m_font::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.ma_b3 .ma_b1s2_title {
    position: relative;
    z-index: 10;
}

.ma_b3 .ma_b1s1_list:nth-child(odd) .ma_b1s2m_font {
    float: left;
    width: 100%;
    /* height: 30.3125rem; */
    background: transparent;
    padding: 5.625rem 52.3125rem 5.625rem 5.25rem;
}

.ma_b3 .ma_b1s1_list:nth-child(odd) .ma_b1s2m_font::before {
    transform: translateX(-16.75rem);
}

.ma_b3 .ma_b1s1_list:nth-child(even) .ma_b1s2m_font {
    float: right;
    width: 100%;
    /* height: 30.3125rem; */
    background: transparent;
    padding: 5.625rem 5.25rem 5.625rem 52.3125rem;
}

.ma_b3 .ma_b1s1_list:nth-child(even) .ma_b1s2m_font::before {
    transform: translateX(16.75rem);
}

.ma_b3 .ma_b1s2_title {
    margin-bottom: 2.5rem;
}

.ma_b3 .ma_b1s2m_font p {
    font-size: 1.125rem;
    color: #666;
    line-height: 1.7;
}

.ma_b3 .ma_b1s1_list:nth-child(odd) .ma_b1s2m_img {
    z-index: 9;
}

.ma_b3 .ma_b1s1_list:nth-child(even) .ma_b1s2m_img {
    z-index: 9;
}

.ma_b3 .ma_b1s1_list:nth-child(odd) .ma_b1s2m_img {
    bottom: 0;
}

.ma_b3 .ma_b1s1_list:nth-child(even) .ma_b1s2m_img {
    bottom: 0;
}

.ma_b3 .ma_b1s1_list {
    margin-bottom: 11.5625rem;
}

.ma_b3 .ma_b1s1_list:last-child {
    margin-bottom: 0;
}

/* b31 */
.ma_b31s1 {
    padding: 8.125rem 0;
}

.ma_b31s1_img {
    width: 10.25rem;
    margin-bottom: 1.875rem;
}

.ma_b31s1_title {
    margin-bottom: 2.625rem;
}

.ma_b31s1_main p {
    font-size: 1.125rem;
    color: #666;
    line-height: 1.7;
    margin-bottom: 2.5rem;
}

.ma_b31s1 {
    padding: 8.125rem 0 3.4375rem;
}

.ma_b4s1_title {
    margin-bottom: 1.25rem;
}

.ma_b4s1_title2 {
    margin-bottom: 2.5rem;
}

.ma_b4s1_main p {
    font-size: 1.125rem;
    color: #666;
    line-height: 1.7;
    /* margin-bottom: 2.5rem; */
    width: calc(100% - 23.25rem);
}

.ma_lb_maim.ma_lb_maim2 {
    margin-bottom: 6.25rem;
}

.ma_lb_maim2 .ma_lbm_li {
    padding: 3.125rem;
    background: #f7f8fa;
    margin-bottom: 5.125rem;
    transition: all 0.36s;
}

.ma_lb_maim2 .ma_lbm_li:last-child {
    margin-bottom: 0;
}

.ma_lb_maim2 {
    max-width: 65.625rem;
    margin: 0 auto;
}

.ma_lb_maim2 img {
    object-fit: none;
}

.ma_lb_maim2 .ma_lbml_main {
    padding-top: 0;
}

.ma_lb_maim2 .ma_lbmlm_r {
    padding-left: 3.125rem;
}

.ma_b43s1 .ma_lbmlm_l {
    position: relative;
    width: 24.6875rem;
}

.ma_lbmlm_l1 {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.ma_lbmlm_l2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.ma_lbmlm_r {
    padding: 2.0625rem 0 2.0625rem 5.3125rem;
    width: calc(100% - 24.6875rem);
}

.ma_lbmlmr_title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 1.25rem;
}

.ma_lbmlmr_main {
    color: #666;
    font-size: 1rem;
    line-height: 1.7;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 0.0625rem solid #eee;
}

.ma_lbmlmr_a a {
    display: inline-block;
    margin-right: 1.875rem;
}

.ma_lbmlmr_a a span {
    color: #0028aa;
    font-size: 1rem;
    line-height: 1.7;
    margin-right: 0.75rem;
}

.ma_b43s1 {
    padding: 8.125rem 0 0;
}

.ma_b31ban_xtb {
    width: 13.4375rem;
    display: block;
}


.ma_b4in_imgbox {
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 5.625rem 0 7.5rem;
}

.ma_b4in_hassubimg .ma_b4in_subimg {
    display: block;
}


.ma_b4in_subimg {
    display: none;
    position: absolute;
    left: 6.25rem;
    bottom: 0;
    width: 45rem;
    transform: translateY(50%);
}

.ma_b4in_imgbox.ma_b4in_hassubimg {
    margin-bottom: 16.5625rem;
}

.mc_d1s2_li {
    transform: translateY(3.125rem);
    opacity: 0;
}

.mc_d1s2_list.show .mc_d1s2_li:nth-child(2) {
    transition-delay: .5s;
}

.mc_d1s2_list.show .mc_d1s2_li:nth-child(3) {
    transition-delay: 1s;
}

.mc_d1s2_list.show .mc_d1s2_li {
    transform: translateY(0);
    opacity: 1;
    transition: all 1s;
}

/* .mc_d1s1 {
    padding-top: 3.75rem;
} */

.mc_d1s1_scrollbox {
    position: relative;
    padding-bottom: 100vh;
}

.mc_d1s1_scroll_main {
    width: 100%;
    width: 200vw;
    height: 100vh;
}

.mc_d1s1_scroll_main {
    position: absolute;
    left: 0;
    top: 0;
    transition: left .3s ease;
}

.mc_d1s1_scroll_main.mc_fixed {
    position: fixed;
    padding-top: 8.75rem;
}
.mc_d1s1_txt p,
.mc_d1s1_txt li {
    font-size: 1.5rem;
    line-height: 3rem;
    color: #44476b;
    /* font-weight: lighter; */
}

.mc_d1s1_list li {
    position: relative;
    padding-left: 1.875rem;
}

.mc_d1s1_list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.1875rem;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    background: #0028aa;
}

.mc_d1s1_scroll_main {
    padding: 3.75rem 0;
    padding-left: calc(50vw - 42.5rem);
    padding-right: calc(50vw - 42.5rem);
}

.mc_d1s1_l {
    margin-right: 8.4375rem;
}

.mc_d1s1r_lisbox {
    position: relative;
    height: calc(100vh - 12.5rem);
    max-height: 45.3125rem;
}

.mc_d1s1r_list {
    white-space: nowrap;
    vertical-align: top;
}

.mc_d1s1r_bot {
    height: 21.875rem;
}

.mc_d1s1r_top {
    position: relative;
    height: calc(100% - 21.875rem);
}

.mc_d1s1r_li {
    display: inline-block;
    vertical-align: top;
    width: 32.5rem;
    margin-right: 6.25rem;
}

.mc_d1s1r_title {
    margin-bottom: 1.5625rem;
}

.mc_d1s1r_txt p {
    /* font-weight: lighter; */
    color: #44476b;
    white-space: normal;
    word-break: break-word;
}

.mc_d1s1r_txtbox {
    position: absolute;
    left: 0;
    bottom: 5.625rem;
    width: 100%;
}

.mc_d1s1r_li:nth-child(even) .mc_d1s1r_top {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.mc_d1s1r_li:nth-child(even) .mc_d1s1r_txtbox {
    bottom: auto;
    top: 5.625rem;
}

.mc_d1s1_m {
    position: relative;
    z-index: 1;
    margin-right: 4.6875rem;
}

.mc_d1s1m_line {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.mc_d1s1r_imgbox1 {
    position: relative;
    z-index: 1;
    width: 31.25rem;
}

.mc_d1s1r_img1 {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
}

.mc_d1s1r_img2,
.mc_d1s1r_img3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.mc_d1s1_scroll_main {
    white-space: nowrap;
}

.mc_d1s1_scroll_main>div {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.mc_b1s2_title {
    margin-bottom: 8.125rem;
}

.mc_b1s2 .ma_b1s1_list {
    padding-top: 7.5rem;
}

.ma_b1s1_list .ma_b1s2_main {
    margin-bottom: 15rem;
}

.mc_b1 .ma_b1s1_list {
    margin-bottom: 0;
}

.mc_d2s3m_imgbox {
    position: relative;
}

.mc_d2s3_map {
    position: relative;
}

.mc_d2s3m_zb {
    /* position: absolute;
    left: -3.75rem;
    bottom: -3.75rem; */
    border: 0.0625rem solid #e6e7ea;
    padding: 0.75rem;
}

.mc_d2s3m_zb p {
    white-space: nowrap;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.3125rem 0;
}

.iconliubianxing {
    font-size: inherit;
    color: #0028aa;
}

.iconfangkuai {
    font-size: inherit;
    color: #828b9c;
}

.iconcircle {
    font-size: inherit;
    color: #3e7aff;
}

.iconsanjiao {
    font-size: inherit;
    color: #16a3fb;
}

.mc_d2s3sub_txtbox {
    white-space: nowrap;
}

.mc_d2s3sub_imgbox {
    width: 8rem;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    padding: 0.3125rem;
}

.mc_d2s3sub_imgbox img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.mc_d2s3_li {
    position: absolute;
    z-index: 5;
    padding-left: 1.25rem;
    padding-bottom: 1.25rem;
    min-height: 8.125rem;
}

.mc_d2s3_li::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0.3125rem;
    height: 0.3125rem;
    background: #acacae;
}

.mc_d2s3_li::after {
    content: "";
    position: absolute;
    left: 0.125rem;
    bottom: 0;
    width: 0.0625rem;
    height: 100%;
    background: #acacae;
}

.mc_d2s3sub_txtbox {
    position: relative;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #666;
    transition: all .36s;
}

.mc_d2s3sub_li {
    position: relative;
    cursor: default;
    margin-right: 1.875rem;
}

.mc_d2s3sub_imgbox {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 2;
    transform: translate(-1.25rem, -30%);
    opacity: 0;
    pointer-events: none;
    transition: all .36s;
}

.mc_d2s3_country {
    font-size: 1.125rem;
    font-weight: bold;
    color: #333359;
    margin-bottom: 0.9375rem;
}

.mc_d2s3sub_list {
    display: inline-block;
    vertical-align: top;
}

.mc_d2s3sub_box {
    white-space: nowrap;
}

.mc_d2s3_fr {
    min-height: 11.25rem;
}

.mc_d2s3_ger {
    min-height: auto;
}


.mc_b5s1_svg {
    width: 56.25rem;
    height: 56.25rem;
    margin-top: -10%;
}

.mc_b5s1_circle {
    fill: none;
    stroke-width: 0.0625rem;
    stroke: #d8d8d8;
    stroke-dasharray: 0.1875rem 0.0625rem;
}

.mc_b5_circle3 {
    stroke: #0000ff;
    stroke-width: 0.125rem;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mc_b5s1_huan {
    fill: #fff;
    stroke: #0000ff;
}

.mc_b5s1m_text {
    font-size: 2.5rem;
    font-weight: bold;
    transition: all .36s;
}

/* .mc_b5s1m_img {
    transform: translateX(-27.5%);
    transition: all .36s;
} */

/* .mc_b5s1m_img:not(:first-child) {
    display: none;
}

.mc_b5s1m_text:not(:first-child) {
    display: none;
} */

.mc_nb5s1_mli:not(:first-child) {
    display: none;
}

.mc_b5s1o_text {
    font-size: 1.5rem;
}

#lt_cut {
    transform: translate(5%, 4.5%);
}

#rt_cut {
    transform: translate(50.5%, 4.5%);
}

#lb_cut {
    transform: translate(5%, 51.5%);
}

#rb_cut {
    transform: translate(50.5%, 51.5%);
}

.img_cut path {
    transition: all 1s;
}

.mc_b5s1_data {
    position: relative;
    z-index: 1;
}

.mc_b5s1_mask {
    transition: all .36s;
}

.mc_b5s1_data.show .mc_b5s1_mask {
    opacity: 0;
}

select::-ms-expand {
    display: none;
}

.mc_f1s1_select .mc_select_xtbbox {
    pointer-events: none;
}

.mc_b5s1_imgbox {
    position: relative;
    z-index: 1;
}

.mc_b5s1_imgbox::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
}

#lt_cut path {
    transition: all 1s;
}

.mc_d2s2_lisbox {
    height: 100%;
}

.mc_d2s2_swiper.swiper-container .mCSB_outside+.mCSB_scrollTools {
    right: 0.3125rem;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #0075C9 !important;
}

.d2s3_map_ph {
    display: none;
}

.mc_f1s1_select .mc_select_show {
    pointer-events: all;
    padding-right: 2.5rem;
}

.mc_d3s2_swiper.swiper-container .mCSB_outside+.mCSB_scrollTools {
    right: -1.25rem;
}

.mc_d3s5_swiper .swiper-wrapper {
    align-items: center;
}

.mc_b5s1rt_text {
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.mc_b5s1rb_text {
    transform: rotate(135deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.mc_b5s1lb_text {
    transform: rotate(-135deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.mc_b5s1lt_text {
    transform: rotate(-45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.mc_b1s1_scrollbox {
    position: relative;
    background: #f7f8fa;
}



.mc_b1s1_scroll_main {
    width: 100%;
    height: 100vh;
    padding-top: 6.25rem;
}

.mc_b1s1_scroll_container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 12.3125rem);
    overflow: hidden;
}



.mc_b1s1_dots {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 0;
}

.mc_b1s1_dotsbox {
    position: relative;
    z-index: 1;
}

.mc_b1s1_dotsbox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2.25rem;
    z-index: -2;
    height: 0.0625rem;
    width: 100%;
    background: #d4d4d4;
    transition: all .36s;
}

.mc_b1s1dots_li.act .mc_b1s1_dotsbox::before {
    background: #0028aa;

}

.mc_b1s1dots_li.act .mc_b1s1dots_shu {
    background: #0028aa;

}

.mc_b1s1_dotsline {
    display: block;
    position: absolute;
    left: 0;
    top: 2.25rem;
    z-index: -1;
    height: 0.0625rem;
    width: 0%;
    background: #0028aa;
    transition: all .36s;
}

.mc_b1s1dots_li {
    display: inline-block;
    padding: 0 2.8125rem;
    text-align: center;
    max-width: 20%;
    cursor: pointer;
}

.mc_b1s1dots_shu {
    display: block;
    width: 0.0625rem;
    height: 0.125rem;
    background: #d4d4d4;
    margin: 0 auto;
}

.mc_b1s1dots_index {
    font-size: 1rem;
    padding-bottom: 1.125rem;
    color: #b6b6b6;
    transition: all .36s;
}

.mc_b1s1dots_title {
    font-size: 1.5rem;
    line-height: 1.5;
    /* font-weight: lighter; */
    color: #424770;
    transition: color .36s;
    padding-top: 1.5625rem;
}

.mc_b1s1dots_li.act .mc_b1s1dots_index {
    color: #0028aa;
}

.mc_b1s1dots_li.act .mc_b1s1dots_title {
    font-weight: bold;
    color: #32325c;
}

.mc_b1s1_video {
    width: 100%;
}

.mc_cont1500 {
    width: 93.75rem;
    margin: 0 auto;
}

.mc_b1s1_videobox {
    float: left;
    width: 57%;
    font-size: 0;
}

.mc_b1s1_txtbox {
    position: absolute;
    right: 0;
    bottom: 0;
    float: right;
    width: 39%;
    min-height: 22.5625rem;
}

.mc_b1s1_title {
    text-align: right;
    font-size: 6rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0.8125rem 1.125rem rgba(182, 194, 202, .3);
    margin-bottom: 10vh;
    transition: all 1s;
    transform: translateX(40%);
}

.mc_b1s1_li.slick-current .mc_b1s1_title {
    transform: translateX(0);
}

.mc_b1s1_li.slick-current .mc_b1s1_txtbox p::before {
    width: 4.0625rem;
}

.mc_b1s1_li.slick-current .mc_b1s1_txtbox {
    opacity: 1;
}

.mc_b1s1_li {
    position: relative;
}

.mc_b1s1_txtbox {
    padding: 4.6875rem 3.125rem 3.125rem 5.3125rem;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1));
    opacity: 0;
    transition: all 1s;
    transition-delay: .3s;
}

.mc_b1s1_txtbox p {
    position: relative;
    z-index: 1;
    color: #666666;
    /* font-weight: lighter; */
}

.mc_b1s1_txtbox p::before {
    content: "";
    position: absolute;
    right: calc(100% + 1.5625rem);
    top: 1rem;
    width: 0;
    height: 0.0625rem;
    background: #0028aa;
    transition: all 1s;
    transition-delay: .3s;
}

.mc_b1s1_li:not(:first-child) {
    display: none;
}

.mc_b22t_td .ma_b2s3ml_img {
    width: 13.75rem;
}

.mc_b22_top {
    padding: 3.75rem 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0rem 0rem 0.9375rem 0rem;
}

.mc_b22t_td {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-right: 3.125rem;
}

.ma_b22 {
    padding-top: 5rem;
}

.mc_b22_bot {
    padding: 6.25rem 0;
    /* background: #f7f8fa; */
}

.mc_b22b_title {
    padding-bottom: 1.5625rem;
    border-bottom: 0.0625rem solid #eee;
    margin-bottom: 1.875rem;
}

.mc_b22b_td {
    display: table-cell;
    font-size: 1.125rem;
    line-height: 1.5;
    padding: 0.75rem 1.5rem;
    padding-left: 0 !important;
    word-break: normal;
}

.mc_b22b_td p {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin-bottom: 1rem;
}

.mc_b22b_td1 {
    width: 21.25rem;
}

/* .mc_b22b_td2{
    width: calc(100% - 14.375rem);
} */


.mc_d1s1_svg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 200%;
    height: 100%;
    pointer-events: none;
}

.d1s1_svg2 {
    fill: none;
    stroke: #0028AA;
    stroke-width: 14;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.mc_d1s1_svg2 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

/* .mc_d1s1r_line{
    stroke-width: 0.625rem;
    transform: scale(.8);
} */


.mc_d1s1_svg {
    position: absolute;
    left: -6.5625rem;
    top: -3.6875rem;
    z-index: -1;
    width: 200%;
    height: 200%;
}

.path2 {
    transform: translateY(31.25rem);
}


.mc_d1s1_dash {
    stroke-dasharray: 5 8;
}

.mc_d1s1_lg .mc_d1s1_line {
    opacity: 0;
    stroke-width: 2;
    transition: all .1s linear;

}

.mc_d1s1_scroll_main {
    transition: left .1s linear;

}

.mc_d1s1_lg circle {
    fill: none;
    stroke: #103BB2;
    fill: #fff;
    transition: all .36s;
}

.mc_d1s1_lg.act .mc_d1s1_line {
    opacity: 1;
}

.mc_d1s1_lg.act circle {
    fill: #103BB2;
}

.mc_d1s1r_line {
    fill: none;
    stroke: #103BB2;

}

.mc_d1s1r_line {
    fill: none;
    stroke: #0028AA;
    stroke-width: 10;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}


.mc_d1s1r_img1,
.mc_d1s1r_img2 {
    transform: translateY(1.875rem);
    opacity: 0;
    transition: all .3s;
}

.mc_d1s1r_img3 {
    transform: translateX(1.25rem);
    opacity: 0;
    transition: all .3s;
}

.mc_d1s1r_imgbox1.show .mc_d1s1r_img1 {
    transform: translateY(0);
    opacity: 1;
}

.mc_d1s1r_imgbox1.show .mc_d1s1r_img2 {
    transform: translateY(0);
    opacity: 1;
    transition-delay: .3s;
}

.mc_d1s1r_imgbox1.show .mc_d1s1r_img3 {
    opacity: 1;
    transition-delay: .6s;
    transform: translateX(0);
}

.mc_d1ban_video {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mc_b21_tab {
    display: table;
    width: 100%;
}

.mc_b21_tr {
    width: 100%;
    display: table;
    background: #fff;
}

.mc_b21_tr:nth-child(even) {
    background: #f3f5f9;
}

/* .mc_b21_tbody,
.mc_b21_thead{
    display: table-row-group;
} */

.mc_b21_th,
.mc_b21_td {
    display: table-cell;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.25rem;
    width: 9%;
    padding: 1.25rem 0.3125rem;
    text-align: center;
    vertical-align: middle;
    word-break: break-word;
    color: #333;
    transition: all .36s;
}

.mc_b21_proimg {
    width: 6.25rem;
    max-width: 100%;
    margin: 0 auto 0.625rem;
}

.mc_b21_th {
    color: #fff;
    background: #001964;
}


.mc_b21_td1 {
    width: 10%;
}

.ma_b4s1_main {
    padding-bottom: 3.75rem;
}

.ma_b2s3mrmlm_l {
    max-width: 40%;
}

.ma_b2s3mrmlm_r {
    max-width: 60%;
}

.ma_b1s1ml_li:not(:first-child) {
    display: none;
}


.mc_tj_ph {
    display: none;
}

.g_b4litop .g_b4lifl p {
    font-weight: bold;
}

.g_b4lifl:nth-last-child(1),
.g_b4libota:nth-last-child(1) {
    width: 12%;
}

.g_b4lifl:nth-last-child(2),
.g_b4libota:nth-last-child(2) {
    width: 18%;
}

.mc_d1s1_r {
    padding-right: 20vw;
}

.ma_b2s3_mainbox>a {
    display: block;
}

.g_b4li_ph {
    display: none;
}


.mc_d2s3_li_top::before {
    top: 0;
}

.mc_d2s3_jpn {
    min-height: auto;
}

.mc_a2_cont {
    padding: 0 8.75rem;
}

.mc_a2 {
    padding-top: 5rem;
}

.mc_a2s1 {
    border-top: 0.0625rem solid #e5e5e5;
}

.mc_a2_form {
    width: 100%;
}

.mc_a2_l {
    width: 15.3125rem;
    padding: 3.75rem 1.875rem 3.75rem 0;
}

.mc_a2_r {
    width: calc(100% - 15.3125rem);
    padding: 3.75rem 0 6.25rem 4.6875rem;
    min-height: 50rem;
    border-left: 0.0625rem solid #e5e5e5;
}

.mc_a2_title {
    margin-bottom: 5rem;
}

.mc_a2gl_title {
    font-size: 1.75rem;
    color: #333;
    margin-bottom: 1.25rem;
}

.mc_a2gl_a {
    font-size: 1.375rem;
    line-height: 1.75rem;
    padding: 0.625rem 0;
    color: #666;
    transition: color .36s;
}

.mc_a2gl_li.on .mc_a2gl_a {
    font-weight: bold;
    color: #333;
}

.mc_a2gl_box {
    margin-bottom: 1.875rem;
}

.mc_a2_inputgroup {
    width: 31.25rem;
    height: 3rem;
    max-width: 100%;
    background: #f6f8ff;
    border-radius: 1.5rem;
    overflow: hidden;
    padding-left: 3.125rem;
    margin-bottom: 3.75rem;
}

.mc_a2_submitbox {
    width: 9.0625rem;
    height: 100%;
}

.mc_a2_submitbtn {
    width: 100%;
    height: 100%;
    font-size: 1rem;
    color: #fff;
    background: #0028aa;
    border-radius: 1.5rem;
}

.mc_a2_inputbox {
    width: calc(100% - 9.0625rem);
    height: 100%;
}

.mc_a2_inputbox input {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 0.875rem 0.9375rem;
    color: #999999;
    text-overflow: ellipsis;
}

.mc_a2_inputbox {
    position: relative;
}

.mc_a2_inputbox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.0625rem;
    height: 1rem;
    background: #0028aa;
}

.mc_a2_count {
    font-size: 1.375rem;
    color: #2f2e2e;
    margin-bottom: 1.25rem;
}

.mc_a2re_a {
    display: block;
    font-size: 1.125rem;
    line-height: 1.875rem;
    padding: 1.5625rem 0;
    color: #666;
}

.mc_a2re_li {
    border-bottom: 0.0625rem solid #c3c3c3;
}

.mc_a2re_l,
.mc_a2re_r {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.mc_a2re_r {
    width: 1.25rem;
}

.mc_a2re_l {
    width: calc(100% - 1.25rem);
    overflow: hidden;
    padding-right: 1.25rem;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mc_a2_result {
    margin-bottom: 9.375rem;
}

.ma_lbml_img3 {
    display: none;
}

.mc_list_imgbox img {
    object-fit: cover;
}

.mc_inban_title p {
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}
.ma_lbmlmr_a a span {
    color: #999;
    transition: all .36s;
}

.g_b4 .mc_banner_inner .mc_ban_pc::before {
    display: none;
}

.g_b4 .mc_banner_inner .mc_ban_pc::after {
    height: 50%;
    background: linear-gradient(180deg, rgba(10, 37, 114, .25), rgba(10, 37, 114, 0));
}

.ma_b4 .mc_banner_inner .mc_ban_pc::before {
    display: none;
}

.ma_b4 .mc_banner_inner .mc_ban_pc::after {
    height: 50%;
    background: linear-gradient(180deg, rgba(10, 37, 114, .25), rgba(10, 37, 114, 0));
}

.mc_h1s1_morebox {
    text-align: center;
    margin-top: 5rem;
}



.mc_d2s2_swiper .swiper-button-next.swiper-button-disabled,
.mc_d2s2_swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
}

.mc_d2s2_swiper.swiper-container {
    --swiper-navigation-size: 1.875rem;
    /* 璁剧疆鎸夐挳澶у皬 */
}

.mc_d2s2_swiper .swiper-button-next,
.mc_d2s2_swiper .swiper-button-prev {
    width: 3.75rem;
    height: 3.75rem;
    color: #0075C9;
    opacity: 0;
    transition: all .36s;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.2);
    top: calc(50% - 2.5rem);
}

.mc_d2s2_swiper .swiper-button-next {
    right: 6.25rem;
}


.mc_d3s2_swiper .swiper-button-next.swiper-button-disabled,
.mc_d3s2_swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
}

.mc_d3s2_swiper.swiper-container {
    --swiper-navigation-size: 1.875rem;
    /* 璁剧疆鎸夐挳澶у皬 */
}

.mc_d3s2_swiper .swiper-button-next,
.mc_d3s2_swiper .swiper-button-prev {
    width: 3.75rem;
    height: 3.75rem;
    color: #0075C9;
    opacity: 0;
    transition: all .36s;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.2);
    top: calc(50% - 2.5rem);
}

.mc_d3s2_swiper .swiper-button-next {
    right: 6.25rem;
}

.mc_d3s5_swiper .swiper-button-next.swiper-button-disabled,
.mc_d3s5_swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
}

.mc_d3s5_swiper.swiper-container {
    --swiper-navigation-size: 1.875rem;
    /* 璁剧疆鎸夐挳澶у皬 */
}

.mc_d3s5_swiper .swiper-button-next,
.mc_d3s5_swiper .swiper-button-prev {
    width: 3.75rem;
    height: 3.75rem;
    color: #0075C9;
    opacity: 0;
    transition: all .36s;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.2);
    top: calc(50% - 2.5rem);
}

.mc_d3s5_swiper .swiper-button-next {
    right: 6.25rem;
}

.mc_j2s2_swiper .swiper-button-next.swiper-button-disabled,
.mc_j2s2_swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
}

.mc_j2s2_swiper.swiper-container {
    --swiper-navigation-size: 1.875rem;
    /* 璁剧疆鎸夐挳澶у皬 */
}

.mc_j2s2_swiper .swiper-button-next,
.mc_j2s2_swiper .swiper-button-prev {
    width: 3.75rem;
    height: 3.75rem;
    color: #0075C9;
    opacity: 0;
    transition: all .36s;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.2);
    top: calc(50% - 2.5rem);
}

.mc_j2s2_swiper .swiper-button-next {
    right: 6.25rem;
}

.g_b4pt2 .g_b4pt1bottle p,
.ma_b3 .ma_b1s2m_font p,
.ma_b1s2m_font p,
.mc_a1s3li_txt,
.ma_b4s1_main p {
    font-size: 1.25rem;
    line-height: 1.75;
    color: #666;
}

.g_b4pt2 .g_b4pt1bottle p {
    color: #666;
}

#my-video {
    width: 100%;
}

.mc_b7_vieobox {
    margin-bottom: 1.875rem;
}

.video-js.vjs-big-play-centered .vjs-big-play-button span {
    display: none;
}

.video-js.vjs-big-play-centered .vjs-big-play-button {
    background: url(../svg/palybtn.svg) center / cover no-repeat;
}

.video-js.vjs-big-play-centered .vjs-big-play-button {
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    background-color: transparent !important;
    border-radius: 0;
    border: 0;
}

.mc_f1t_txtbox {
    display: inline-block;
    vertical-align: top;
    width: calc(55% - 0.625rem);
    padding-right: 1.25rem;
}

.mc_f1t_imgbox {
    display: inline-block;
    vertical-align: top;
    width: 45%;
}

.mc_lycj_select {
    position: relative;
}

.mc_lycj_select .mc_select_xtbbox {
    position: absolute;
    right: 0.9375rem;
    top: 50%;
    transform: translateY(-50%);
}

.mc_lycj_select .mc_select_show {
    padding-right: 2.1875rem !important;
}

.mc_lycj_select {
    width: 16.25rem;
    margin-left: 1.25rem;
}

.mc_lycj_select .mc_select_showbox {
    width: 100%;
}

.mc_ly_yycj_hd .mc_ly_title {
    margin-bottom: 0;
    line-height: 3.875rem;
}

.mc_ly_yycj_hd {
    margin-bottom: 1.875rem;
}

.mc_lycj_select .mc_select_bd {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    width: 100%;
    border: 0.0625rem solid #dee6ff;
    background: #fff;
    border-top: 0;
    padding: 0.875rem 0;
    z-index: 20;
}

.mc_lycj_select .mc_select_li {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.3125rem 0.9375rem;
    color: #333;
    transition: all .36s;
}

/* .mc_lysel_bd .mc_ly_checkgroup {
    display: none;
} */
.mc_getpos_tip {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: #f5f8ff;
    text-align: center;
    overflow: hidden;
}

.mc_getpos_tipcontent {
    padding: 1.25rem;
}

.mc_getpos_tipcontent>div {
    display: inline-block;
}

.mc_getpos_txt p {
    font-size: 1.125rem;
    line-height: 2.25rem;
    color: #333333;
}

.mc_getpos_txt p a {
    color: #666666;
}

.mc_getpos_txt {
    margin-right: 3.375rem;
}

.mc_getpos_btn {
    font-size: 0.875rem;
    line-height: 2.25rem;
    color: #727376;
    padding: 0 1.875rem;
    border: 0.0625rem solid #e7e6e6;
    margin: 0 1.25rem;
}

/* .mc_b1s1dots_li.act{
    border: 0.0625rem solid #e7e6e6;
} */

.mc_h1s2b_more {
    margin-top: 3.125rem;
    text-align: center;
}

.mc_b1s1_videobox {
    width: 52%;
}

.mc_b1s1_title {
    margin-bottom: -5vh;
}

.mc_b1s1_txtbox p {
    user-select: text;
}

.mc_b1s1_videobox {
    width: 50rem;
}

/* 7.21 */
.mc_b1 .ma_b1s1_list {
    padding-top: 5rem;
}

.mc_b1s2_title {
    margin-bottom: 5rem;
}

.ma_b1s1_list .ma_b1s2_main {
    margin-bottom: 9.375rem;
}

.mc_c1s2_title {
    margin-bottom: 5rem;
}

.mc_d2s3_list {
    display: none;
}

/* 7.29 */
.mc_d3s2_txt p {
    font-size: 1.125rem;
    line-height: 1.875rem;
}

.mc_d3s2li_txt p {
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #333333;
}

.mc_e1_txt {
    color: #606266;;
}

.mc_i1s1f_table th:nth-child(1) {
    width: 32%;
}

.mc_i1s1f_table th:nth-child(2) {
    width: 40%;
}

.mc_i1s1f_table th:nth-child(3) {
    width: 28%;
}

.mc_i1s1f_table td {
    text-align: left;
    padding: 1.25rem 1.25rem;
}

.mc_d3s2_swiper.swiper-container .swiper-slide {
    width: 29.6875rem;
    height: 37.5rem;
}


/* 7.31 */
.mc_d3s2_num {
    display: none;
}

.mc_d3s2li_title {
    margin-bottom: 1.875rem;
}

.mc_d3s2_swiper.swiper-container .swiper-slide {
    padding: 5rem 3.4375rem 2.8125rem;
}

.mc_logo_imgbox {
    width: 100%;
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	height: 4.375rem;
}

/* 8.5 */

.mc_a1s1_ban {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
}

.mc_a1_top {
    position: relative;
    z-index: 1;
}


.mc_a1t_video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.mc_a1t_li {
    position: absolute;
    z-index: 5;
}



.mc_a1t_a {
    display: block;
    position: relative;
}

.mc_a1t_xl {
    position: absolute;
    left: 2.625rem;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    white-space: nowrap;
    font-size: 1rem;
    padding: 0 1.4375rem;
    line-height: 3.375rem;
    pointer-events: none;
}

.mc_a1t_xl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background: rgba(0, 30, 180, .77);
    border-radius: 1.875rem;
}

.mc_a1t_icon {
    font-size: 1.5rem;
    color: #a1b8fd;
    margin-right: 1.25rem;
    vertical-align: middle;
}

.mc_a1t_title {
    color: #fff;
    font-size: 1rem;
    margin-right: 2.8125rem;
    vertical-align: middle;
}


.mc_a1t_jiantou {
    font-size: 1.25rem;
    color: #a1b8fd;
    vertical-align: middle;
}



.mc_a1t_dian {
    position: relative;
    animation: bordershow 3s infinite;
}

.mc_a1t_xl span {
    opacity: 0;
}

.mc_a1t_dian {
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    background: #fff;
    border: 0.4375rem solid #0075C9;
    border-radius: 50%;
}

.mc_a1t_dian::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 1.5625rem;
    height: 1.5625rem;
    border-radius: 50%;
    background: rgba(0, 30, 180, 0.2);
}

.mc_a1t_dian::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 1.5625rem;
    height: 1.5625rem;
    border-radius: 50%;
    background: rgba(0, 30, 180, 0.2);
}

.mc_a1t_dian::before {
    animation: boderM 3s .75s infinite;
}

.mc_a1t_dian::after {
    animation: boderM 3s infinite;
}

@keyframes boderM {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0
    }

    20% {
        opacity: 1
    }

    75% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0
    }

    100% {
        opacity: 0
    }

}

@keyframes bordershow {

    50% {
        box-shadow: 0rem 0rem 0.625rem 0 #0075C9;
    }

}

.mc_a1t_xl {
    font-size: 0.625rem;
}

.mc_a1t_xl::after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 2.625rem;
    height: 100%;
}

.mc_a1t_li1 .mc_a1t_icon {
    font-size: 4.4em;
}

.mc_a1t_li2 .mc_a1t_icon {
    font-size: 4em;
}

.mc_a1t_li3 .mc_a1t_icon {
    font-size: 3em;
}

.mc_a1t_li4 .mc_a1t_icon {
    font-size: 2.8em;
}

.mc_a1t_li5 .mc_a1t_icon {
    font-size: 4em;
}

.mc_a1t_li6 .mc_a1t_icon {
    font-size: 2.8em;
}

.mc_a1t_li7 .mc_a1t_icon {
    font-size: 2.8em;
}

.mc_a1t_li8 .mc_a1t_icon {
    font-size: 3.8em;
}

.mc_a1t_li9 .mc_a1t_icon {
    font-size: 2.5em;
}

.mc_a1t_li10 .mc_a1t_icon {
    font-size: 3em;
}

/* 8.5 */
.mc_navbox_inner {
    width: 100%;
    text-align: center;
}

.mc_nav {
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.mc_navbox_inner {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.mc_innav_fg {
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    margin: 0 0.625rem;
}

.mc_navbox_inner .mc_nav_a {
    font-size: 1.125rem;
    color: #333;
    display: inline !important;
}


/* .mc_has_innav .mc_fixed.mc_navbar {
    box-shadow: none;
} */

.mc_navbar_l,
.mc_navbar_r {
    position: relative;
    z-index: 20;
}

.mc_innav_hd {
    background: #fff;
    border-bottom: 0.0625rem solid #eee;
}

.mc_innav_xl {
    font-size: 0;
    text-align: center;
    background: #fff;
    box-shadow: 0 0.3125rem 0.3125rem rgba(0, 0, 0, .07);
    transform: translateY(-100%);
    position: relative;
    z-index: -1;
    transition: all .7s;
}

.mc_innav_li {
    display: inline-block;
    padding: 0 1.25rem;
}

.mc_innav_a {
    position: relative;
    font-size: 1.125rem;
    line-height: 1.25rem;
    color: #333;
    padding: 0.9375rem 0.625rem;
}

.mc_innav_a::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0.25rem;
    background: #0075C9;
    transition: all .36s;
    transform: translateX(-50%);
}
.mc_has_innav .mc_fixed:not(.mc_nav_hover) .mc_innav_fg {
    margin: 0 1.25rem;
}

.mc_has_innav .mc_fixed:not(.mc_nav_hover) .mc_innav_xl {
    transform: translateY(0);
}

.mc_f1s2_bot {
    display: none;
}

.mc_d3s2_swiper.swiper-container .swiper-slide {
    height: auto !important;
}

.mc_d3s2li_artical {
    height: 23.75rem;
    margin-bottom: 0 !important;
}

.mc_d3s2li_pdf {
    margin-top: 1.875rem;
}

.mc_a1_fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
}

.mc_a1_top {
    position: relative;
    z-index: 2;
}

.mc_index .mc_main,
.mc_index .mc_ft {
    position: relative;
    z-index: 5;
	background: #FAFAFA;
}

.mc_innav_hd .iconhome {
    display: inline-block;
    vertical-align: middle;
    width: 1.25rem;
    height: 1.25rem;
    background: url(../image/xtb_globle_fixed.png) center / cover no-repeat;
    margin-top: -0.1875rem;
}

/* 8.6 */
.mc_bancont_center .mc_ban_contianer .mc_inban_title {
    font-size: 3.5rem;
}

.mc_bancont_center .mc_ban_contianer p {
    font-size: 2rem;
    line-height: 1.5;
    color: #d0d0d0;
    margin-top: 0.625rem;
}

.mc_banner_inner .mc_ban_contianer {
    bottom: auto !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
	padding: 0rem 12.5rem;
}

.mc_inban_title_text {
    margin-top: 0.75rem;
}

.mc_inban_title_text1 {
    color: #fff;
    font-size: 1rem;
    line-height: 1.4375rem;
}

.mc_banner_inner .mc_ban_contianer .mc_inban_title {
    font-size: 3.5rem;
}

.mc_banner_inner .mc_ban_contianer p {
    font-size: 2rem;
    line-height: 1.5;
    color: #d0d0d0;
    margin-top: 0.625rem;
}

.mc_banner_inner .mc_ban_contianer p {
    width: 46.875rem;
    max-width: 100%;
}

.mc_bancont_center .mc_ban_contianer {
    bottom: auto !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.mc_g1_tittlebox h3,
.mc_g1_tittlebox p {
    line-height: 1.2;
    padding: 0.25em 0;
}

.mc_g1_subtitle {
    color: #acacac;
}

.mc_g1s {
    padding: 3.75rem 0 0;
}

.mc_g1_tittlebox {
    margin-bottom: 4.375rem;
}

.mc_g1_videobox {
    text-align: center;
    margin-bottom: 5.9375rem;
}

.mc_g1_list {
    font-size: 0;
}

.mc_g1_li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5.9375rem;
}

.mc_g1li_top,
.mc_g1li_top p {
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 1.2;
    color: #0028aa;
}

.mc_g1li_top {
    margin-bottom: 2.625rem;
}

.mc_txt1830 p {
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #666666;
}

.mc_g1li_bot {
    padding-top: 1.875rem;
    padding-right: 0.625rem;
    border-top: 0.0625rem solid #dcdcdc;
}


.mc_g1_listbox {
    position: relative;
    padding-top: 7.5rem;
    padding-bottom: 2.1875rem;
}

.mc_g1_listbox::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    /* height: calc(100% + 12.1875rem); */
    height: 100%;
    background: #f7f8fa;
}

.mc_g1_list4 .mc_g1_li {
    width: 25%;
    padding: 0 2.375rem;
}

.mc_g1_list4 {
    margin: 0 -2.375rem;
}

.mc_g1_list3 .mc_g1_li {
    width: 33.333333%;
    padding: 0 2.75rem;
}

.mc_g1_list3 {
    margin: 0 -2.75rem;
}

.mc_aside_navbox {
    position: fixed;
    left: 4%;
    padding:0rem 1.25rem;
    top: 50%;
    transform: translateY(-50%) translateX(-200%);
    z-index: 99;
    transition: all .36s ease-out;
	border-radius: 2rem;
	background: rgba(48, 48, 48, 0.80);
}

.mc_aside_navbox.show {
    transform: translateY(-50%) translateX(0);
}

.mc_aside_li {
    position: relative;
    z-index: 1;
    padding: 1.25rem;
    cursor: pointer;
    transition: all .36s;
	color: rgba(255, 255, 255, 0.50);
	text-align: center;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 2rem;
}

.mc_aside_li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.5625rem;
    height: 0.5625rem;
    border-radius: 50%;
    background: #0028aa;
    border: 0.0625rem solid #fff;
    transition: all .36s;
}

.mc_aside_li::after {
    display: none;
    content: "";
    position: absolute;
    left: 0.25rem;
    top: 50%;
    width: 0.0625rem;
    height: 4.0625rem;
    border-radius: 50%;
    background: #d4dbf1;
    z-index: -1;
    transition: all .36s;
}


.mc_aside_li:last-child::after {
    display: none;
}


.mc_aside_li.on {
	color: #FFF;
}

.mc_aside_li.on::before {
    box-shadow: 0 0 0.5rem 0 rgba(79, 115, 233, .75);
}

.mc_aside_li.on::after {
    background: #0028aa;
}

.mc_aside_nav {
    position: relative;
}

.mc_aside_nav::before {
    content: "";
    position: absolute;
    left: 0.25rem;
    top: 0.6875rem;
    z-index: -2;
    width: 0.0625rem;
    height: calc(100% - 1.375rem);
    background: #d4dbf1;
    transition: all .36s;
}

.mc_aside_navline {
    display: block;
    position: absolute;
    left: 0.25rem;
    top: 0.6875rem;
    z-index: -1;
    width: 0.0625rem;
    max-height: calc(100% - 1.375rem);
    background: #0028aa;
    transition: all .3s;
}

.mc_g1_tittlebox {
    margin-bottom: 0 !important;
}

.mc_g1_hd {
    padding-bottom: 3.75rem;
}

.mc_g1hd_l,
.mc_g1hd_r {
    display: table-cell;
    vertical-align: middle;
}

.mc_g1hd_l {
    width: 30.3125rem;
    padding-right: 7.5rem;
}

.mc_g1hd_l img {
    width: 22.8125rem;
}


/***************************************** d1 ****************************************/

.mc_nd1_li {
    padding: 6.25rem 0 5.3125rem;
}

.mc_nd1_imgwrap {
    width: 56%;
    padding: 0 2.46%;
}

.mc_nd1_txtbox {
    width: 44%;
    padding-top: 6%;
}

.mc_nd1_title {
    margin-bottom: 3rem;
}

.mc_nd1_txt {
    margin-bottom: 2.25rem;
}

.mc_btn_list {
    font-size: 0;
}

.mc_btn_li {
    display: inline-block;
    min-width: 50%;
    padding: 0 0.5rem;
    margin-bottom: 1.25rem;
}

.mc_btn_list {
    margin: 0 -0.5rem;
}

.mc_vbtn_a {
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    border: 0.0625rem solid #0028aa;
    color: #0028aa;
    transition: all .36s;
    border-radius: 1.875rem;
}

.happiness .mc_nd1_li:nth-child(odd) {
    background: #f8f8f8;
}

.mc_nd1_li:nth-child(even) .mc_nd1_imgwrap {
    float: right;
}

.mc_nd1_li:nth-child(odd) .mc_nd1_imgbox {
    transform: translateY(3.125rem);
    transition: all 1s .3s;
}

.mc_nd1_li:nth-child(even) .mc_nd1_imgbox {
    transform: translateY(3.125rem);
    transition: all 1s .3s;
}

.mc_nd1_li .mc_nd1_imgbox.animated {
    transform: translateY(0);
}

.mc_btn_li:nth-of-type(n+5) {
    display: none;
}

.mc_btn_show {
    font-size: 0.875rem;
    font-weight: bold;
    color: #0028aa;
    cursor: pointer;
}

.mc_btn_show .iconjia {
    font-size: 0.875rem;
    margin-right: 0.625rem;
}

.mc_btn_hide {
    display: none;
    cursor: pointer;
}

.mc_btn_hide .iconarr1 {
    display: inline-block;
    transform: rotate(-90deg);
    font-size: 1.875rem;
    color: #0028aa;
}

.mc_btn_toggle {
    margin-top: 1.25rem;
}


.mc_nc1s1_list {
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
    cursor: default;
}

.mc_nc1s1_li {
    position: relative;
    /* float: left; */
    display: inline-block;
    width: 33.333333%;
    height: 41.875rem;
    transition: all .36s;
}

.mc_nc1s1_bgbox {
    position: relative;
    z-index: 1;
    width: 35rem;
    height: 100%;
}

.mc_nc1s1_bgbox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .44);
}

.mc_nc1s1_bgbox::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: rgba(10, 56, 165, .57);
    opacity: 0;
    transition: all .36s;
}

.mc_nc1s1_bg {
    width: 100%;
    height: 100%;
}

.mc_nc1s1_txtbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    width: 100%;
    color: #fff;
    transition: all .36s;
    white-space: normal;
}



.mc_nc1s1_title {
    width: 100%;
    top: 40%;
    font-size: 1.875rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    transition: all .36s;
}

.mc_nc1s1_txt .mc_nc1s1_title {
    top: 0;
    margin-bottom: 1.875rem;
    text-align: left;
    opacity: 1;

}

.mc_nc1s1_txt p {
    color: #b2c8fa;
}

.mc_nc1s1_txt {
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 9.375rem 5.625rem;
    overflow: hidden;
}

.mc_nc1s2_txt p {
    line-height: 2;
}

.mc_nc1s2_title {
    font-size: 8.75rem;
	color: #DCDFE6;
	border-bottom: 0.0625rem solid #DCDFE6;
	line-height: 9.375rem;
}
.mc_nc1s2_title p{
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.mc_nc1s2_imgwrap {
    width: 60%;
}

.mc_nc1s2_txtbox {
    width: 40%;
	padding-left: 6%;
}
.mc_nc1s2_txtbox p{
    font-family: "OPPOSansM";
}
.mc_nc1s2_txtbox .mc_txt1830{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	row-gap: 1rem;
	margin-top: 3.125rem;
}
.mc_nc1s2_txtbox .mc_txt1830 p {
    color: #303133;
    font-size: 1.5rem;
    line-height: 2.5rem; 
}
.mc_nc1s2_txtbox .mc_txt1830 span {
    color: #606266;
    font-size: 1.125rem;
    line-height: 2rem;
    display: flex;
    align-items: center;
}
.mc_nc1s2_txtbox .mc_txt1830 span i{
    font-style: normal;
    color: #606266;
    font-size: 40px;
    margin-right: 0.375rem;
}
.mc_nc1s2_li {
    margin-bottom: 0 !important;
}

.mc_nc1s2_li:nth-child(odd) .mc_nc1s2_imgwrap {
    float: right;
}

.mc_nc1s2_li:nth-child(odd) .mc_nc1s2_txtbox {
    padding-left: 0;
    padding-right: 6%;
}

.mc_nc1s2 {
    padding-bottom: 3.75rem;
}

.mc_n1s3_title {
    text-align: center;
    margin-bottom: 5.9375rem;
}

.mc_n1s3_a {
    display: table;
    table-layout: fixed;
    width: 100%;
    box-shadow: 0.0625rem 0.0625rem 0.875rem 0.0625rem rgba(227, 224, 224, .35);
    border-radius: 0.625rem;
}

.mc_n1s3_tr:not(:last-child) {
    margin-bottom: 1.25rem;
}

.mc_n1s3_td {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 4% 1.25rem;
}

.mc_n1s3_td>div {
    display: inline-block;
    vertical-align: middle;
}

.mc_n1s3_txt {
    text-align: left;
}

.mc_n1s3_imgbox {
    width: 3.25rem;
}

.mc_nc1s3 {
    padding-bottom: 14.375rem;
}

.mc_n1s3_td0 {
    width: 10%;
    background: #f6f8fa;
}

.mc_n1s3_td1 {
    width: 13%;
}

.mc_n1s3_td2 {
    width: 9%;
}

.mc_n1s3_td3 {
    width: 9%;
}

.mc_n1s3_td4 {
    width: 16%;
}

.mc_n1s3_td5 {
    width: 15%;
}

.mc_n1s3_td6 {
    width: 28%;
}

.mc_n1s3_name {
    font-size: 1.125rem;
    font-weight: bold;
    color: #0028aa;
    line-height: 1.5;
    word-break: break-word;
}

.mc_n1s3_dt {
    font-size: 0.75rem;
    /* font-weight: lighter; */
    line-height: 1.5;
    margin-bottom: 0.5rem;
    word-break: break-word;
    color: #999;
}

.mc_n1s3_dd {
    font-size: 1rem;
    color: #333333;
    line-height: 1.25rem;
    height: 1.25rem;
    word-break: break-word;
}

.mc_k1s1 {
    padding: 9.375rem 0;
}

.mc_txt1630 p {
    font-size: 1rem;
    line-height: 1.875rem;
}

.mc_k1s1 .mc_nc1s1_title {
    font-size: 1.625rem;
}

.mc_k1s1 .mc_nc1s1_txt .mc_nc1s1_title {
    font-size: 2.25rem;
    margin-bottom: 2.1875rem;
}

.mc_nc1s1_xtb {
    display: block;
    width: 3.125rem;
    margin-bottom: 1.25rem;
}

.mc_nc1s1_titwrap {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.mc_nc1s1_txt .mCSB_outside+.mCSB_scrollTools {
    right: 0;
}

.mc_b4s1_title {
    text-align: center;
    margin-bottom: 4.6875rem;
}

.mc_nc1ft_a {
    display: block;
}

/* 杞藉叆鏁堟灉 */
.mc_nc1s2_imgbox {
    opacity: 0;
    transition: all 1s .3s;
}

.mc_nc1s2_imgbox {
    transform: translateY(3.125rem);
}

.mc_nc1s2_li:nth-child(even) .mc_nc1s2_imgbox {
    transform: translateY(3.125rem);
}

.mc_nc1s2_imgbox.animated {
    opacity: 1;
    transform: translate(0) !important;
}

.mc_anmt_up {
    opacity: 0;
    transform: translateY(1.25rem);
    transition: all .6s ease-in-out .1s;
}

.mc_anmt_up.animated {
    opacity: 1;
    transform: translateY(0rem);
}

.mc_nc1s2_txt,
.mc_nd1_txt {
    transition-delay: .4s;
}

.mc_btn_list {
    transition-delay: .6s;
}

.mc_ban_contianer>* {
    animation: fadeInUp 1.2s;
}

.mc_nc1s1_li::before {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: #0a38a5;
    transition: all .4s .3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.mc_nc1s1_li:nth-child(2)::before {
    transition-delay: .7s;
}

.mc_nc1s1_li:nth-child(3)::before {
    transition-delay: 1.0s;
}


.mc_nc1s1_list.animated .mc_nc1s1_li::before {
    height: 0;
}

.mc_g1_li {
    transform: translateY(3.125rem);
    opacity: .6;
    transition: all .8s cubic-bezier(.25, .46, .45, .94);
}

.mc_g1_li.active {
    transform: translateY(0);
    opacity: 1;
}

.mc_g1_title,
.mc_g1_subtitle,
.mc_g1_tip {
    animation-name: fadeInUp;
    animation-delay: .3s;
}

.mc_nc1ft_xtbbox {
    width: 6.875rem;
}

.mc_nc1ft_l,
.mc_nc1ft_r {
    width: 50%;
}

.mc_nc1ft_a {
    position: relative;
    z-index: 1;
    display: block;
    color: #1237b0;
    padding: 4.375rem 23%;
}

.mc_nc1ft_a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #1237b0;
    opacity: 0;
    transition: all .36s;
}

.mc_nc1ft_box {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.mc_nc1ft_l {
    text-align: right;
    transition: all .36s;
}

.mc_nc1ft_l .mc_nc1ft_a {
    background: #f4f5f5;
}

.mc_nc1ft_r .mc_nc1ft_a {
    background: #ebeff2;
}

.mc_nc1ft_r {
    text-align: left;
    transition: all .36s;
}

.mc_nc1ft_box>* {
    display: table-cell;
    table-layout: fixed;
    vertical-align: middle;
}

.mc_nc1ft_xtbbox {
    width: 6.875rem;
}

.mc_nc1ft_txt {
    font-size: 1.875rem;
    white-space: nowrap;
    padding-left: 1.875rem;
    padding-right: 24%;
}

.mc_nc1ft_a .iconjiantou {
    font-size: 1.75rem;
    color: inherit;
}

.mc_nc1s1_bgph {
    display: none;
}

.mc_b1s2 {
    padding-bottom: 1.875rem;
}

/* 8.10 */
.mc_g1_videobox .vjs-big-play-button {
    display: none !important;
}

.mc_g1_videobox,
.mc_g1_videobox div {
    cursor: none;
}

.mc_g1_videobox {
    position: relative;
}

.mc_g1_playbtn {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 5;
    pointer-events: none;
    width: 2.5rem;
    transform: translate(-50%, 50%);
    transition: all .36s;
}

.mc_btnfixed {
    width: 3.75rem;
    position: absolute;
    z-index: 10;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(.9);
    opacity: 0;
    transition: all .36s;
}

.mc_j1s1_txt p {
    color: #666;
}


.mc_j1_txtbox {
    text-align: left;
    margin-bottom: 7.5rem;
    width: 80%;
}

.mc_j1s1 {
    padding: 8.125rem 0 0;
}

.mc_j1_txt p {
    font-size: 1.5rem;
    line-height: 1.75;
    color: #666666;
}

.mc_j1_txt {
    padding: 0 9.375rem;
}

.mc_j1_title {
    margin-bottom: 2.5rem;
}


.mc_j1_modal {
    background: rgba(0, 0, 0, 1);
}

.mc_j1_modal .mc_modal_content {
    background: none;
    width: calc(100vw - 6.25rem);
    max-height: calc(100vh - 3.75rem);
    padding: 0;
}

.mc_j1_modal .mc_modal_close {
    color: #fff;
    font-size: 3.125rem;
}

.mc_j1_list {
    font-size: 0;
    margin: 0 -4rem;
    text-align: center;
}

.mc_j1_li {
    display: inline-block;
    vertical-align: top;
    width: 33.333333%;
    margin-bottom: 5.3125rem;
    padding: 0 4rem;
    text-align: center;
}

.mc_j1li_xtbobx {
    width: 9.375rem;
    margin: 0 auto;
}

.mc_j1li_title {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: bold;
    margin: 1.5625rem 0;
}

.mc_j1li_txt {
    border-top: 0.0625rem solid #e6e5e5;
    padding-top: 1.5625rem;
}

.mc_j1_listbox {
    padding: 3.4375rem 0;
}

.mc_nb5s1_box {
    position: relative;
    z-index: 1;
    width: 84%;
    max-width: 37.5rem;
    margin: 0 auto;
}

.mc_nb5s1_m {
    position: absolute;
    z-index: 1;
    width: 100%;
    padding: 0 15%;
}

.mc_b5s1m_text {
    text-align: center;
    margin-bottom: 10%;
}

.mc_b5s1m_img {
    width: 100%;
}

.mc_nb5s1_xtbbox {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.mc_nb5s1_xtbli .mc_list_img {
    opacity: 0;
}

.mc_nb5s1_xtbli {
    position: absolute;
    width: 14%;
    cursor: pointer;
    pointer-events: all;
    border: 0.0625rem solid #0028aa;
    border-radius: 50%;
    overflow: visible;
    transition: all .36s;
}


.mc_nb5s1_xtbli::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 134%;
    height: 134%;
    border: 0.0625rem dashed #0028aa;
    border-radius: 50%;
}

.mc_nb5s1_xtb1 {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mc_nb5s1_xtb2 {
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
}

.mc_nb5s1_xtb3 {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
}

.mc_nb5s1_xtb4 {
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mc_nb5s1_xtbli.act {
    background: #0028aa;
}

.mc_nb5s1_xtbli.act .mc_list_png {
    opacity: 0;
}



.mc_nb5s1_xtbli.act .mc_list_img {
    opacity: 1;
}

.g_b5pt1tle {
    margin-top: 0 !important;
    margin-bottom: 3.75rem;
}

.mc_nb5_txthd_l {
    font-size: 1.5rem;
    line-height: 2.125rem;
}

.mc_nb5_txtli_hd {
    padding: 0.625rem 0;
    cursor: pointer;
}

.mc_nb5_txtli {
    border-bottom: 0.0625rem solid #f6f6f6;
}

.mc_nb5_txthd_r .icon-jia {
    line-height: inherit;
    color: #0028aa;
    transition: all .36s;
}

.mc_nb5_txthd_r {
    width: 1.625rem;
    height: 1.625rem;
    border: 0.0625rem solid #0028aa;
    line-height: 1.5rem;
    text-align: center;
    border-radius: 50%;
    margin-top: 0.25rem;
    transition: all .36s;
}

.mc_nb5_txthd_l {
    width: calc(100% - 1.875rem);
}

.g_b5pt1 {
    padding: 8.125rem 0;
}

.mc_nb5_txtli_bd {
    display: none;
    padding-bottom: 0.625rem;
}

.mc_nb5_txtli_bd p {
    position: relative;
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin: 0.75rem 0;
    /* font-weight: lighter; */
    color: #666666;
    padding-left: 1.25rem;
}

.mc_nb5_txtli_bd p::before {
    content: "鈼�";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-size: inherit;
    line-height: inherit;
    color: #0028aa;
}

.mc_nb5_txtli.on .mc_nb5_txthd_r {
    background: #0028aa;
}

.mc_nb5_txtli.on .mc_nb5_txthd_r .icon-jia {
    color: #fff;
}

.mc_nb5_txtli.on .mc_nb5_txthd_r .icon-jia:before {
    content: "\e615";
}

.mc_ni1s2_txt {
    padding-top: 1.875rem;
    border-top: 0.0625rem solid #e2e2e2;
}

.mc_ni1s2_txt p {
    border: 0 !important;
    padding-top: 0 !important;
    position: relative;
    text-align: left;
    padding-left: 1.25rem;
}

.mc_ni1s2_txt p::before {
    content: "鈼�";
    position: absolute;
    left: 0;
    top: 0;
    font-size: inherit;
    line-height: inherit;
    color: #0028aa;
}

.mc_ni1s2_txt p:not(:last-child) {
    margin-bottom: 1.25rem;
}

.ma_b1s2 .mc_nd1_imgwrap {
    padding: 0 5%;
}

.ma_b1s2 .mc_nd1_li {
    padding: 7.5rem 0;
}

.ma_b1s2 .mc_nd1_txtbox {
    padding-top: 4%;
}

.mc_b1s1 .mc_b2s1li_title {
    font-weight: bold;
    font-size: 0.875rem;
    margin-top: 1.25rem;
}

.mc_b2s1_video {
    width: 100%;
    height: 100%;
    background: #000;
    object-fit: cover;
}

.mc_b1s1 .ma_b1s1m_l {
    width: 27.1875rem;
}

.mc_b1s1 .ma_b1s1m_r {
    width: calc(100% - 27.1875rem);
}

.mc_b1s1 .ma_b1s1ml_li {
    padding: 1.875rem 3.125rem;
}

.mc_b1s2 .mc_nd1_li {
    padding: 7.5rem 0 6.25rem;
}

.mc1_b1s2ys {
    margin-top: 3.125rem;
}

.mc_b1s1 {
    padding: 8.125rem 0 6.25rem;
}

.mc_list_hoverimgbox img {
    transition: all .6s ease-in;
}

.mc_list_hoverimgbox .mc_list_img {
    opacity: 0;
}

.mc1_b1s2ys .mc_g1_li {
    margin-bottom: 3.125rem;
}

/* .mc1_b1s2ys .mc_g1li_bot {
    padding-top: 1.5625rem;
}

.mc1_b1s2ys .mc_g1li_top {
    margin-bottom: 1.875rem;
} */

.ma_b1s1ml_li .mCSB_outside+.mCSB_scrollTools {
    right: 0;
}

.mc1_b1s2ys .mc_g1li_top strong {
    font-size: 2.5rem;
}

/* 8.11 */
/* .mc_navbar_r {
    position: static !important;
} */

.mc1_i1s2 .mc_nc1ft_xtbbox span {
    font-size: 6.875rem;
}

.mc_ly_yydq {
    display: block;
}

.mc_ly_ys {
    user-select: none;
}

.mc_ly_title.mc_ly_bt::after {
    content: "*";
    color: #ba0909;
    font-size: 0.875rem;
    font-weight: normal;
    position: relative;
    left: 0.1875rem;
    top: -0.125rem;
}

.mc_nc1s1_list.act .mc_nc1s1_li {
    width: 30%;
}

.mc_nc1s1_list .mc_nc1s1_li.on {
    width: 40%;
}

.mc_nc1s1_list .mc_nc1s1_li.on .mc_nc1s1_bgbox::after {
    opacity: 1;
}

.mc_nc1s1_list .mc_nc1s1_li.on .mc_nc1s1_txtbox>.mc_nc1s1_title {
    opacity: 0;
}

.mc_nc1s1_list .mc_nc1s1_li.on .mc_nc1s1_txt {
    opacity: 1;
    transition: all .6s .7s;
}


/* 8.13 */


.mc_j2s1_list {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 47.5rem;
    /* max-width: calc(100vh - 11.25rem); */
}

.ma_j2s1_list {
    height: 43.75rem;
}

.mc_j2s1_li {
    position: relative;
    z-index: 10;
    float: left;
    width: 33.333333%;
    height: 100%;
    text-align: center;
    padding: 12.5rem 0 6.25rem;
    overflow: auto;
}

.mc_j2s1_lisbox {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 29.0625rem;
    max-width: calc(100% - 3.75rem);
    /* white-space: nowrap; */
    /* font-size: 6.25rem; */
}


.mc_j2s1_li:not(:last-child) {
    border-right: 0.0625rem solid #666;
}

.mc_j2s1_title {
    font-size: inherit;
    display: inline-block;
    vertical-align: top;
    width: 1em;
    margin-right: 4vw;
}

.mc_j2s1_txt {
    font-size: inherit;
    display: inline-block;
    vertical-align: top;
    width: 2em;
    opacity: 1;
    transform: translateY(0);
}

.mc_j2s1_li2 .mc_j2s1_txt {
    width: 1em;
}

.mc_j2s1_li3 .mc_j2s1_title {
    width: .74em;
    margin-top: -0.625rem;
}

.mc_j2s1_li3 .mc_j2s1_txt {
    width: .6em;
}

.mc_j2s1_lisbox img {
    width: 100%;
}

.mc_j2s1_li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    /* background: #fff;
    transition: all 5s ease; */
}

.mc_j2s1_list::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    transition: all 1.2s ease-in;
}

.mc_j2s1_list::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

.mc_j2s1_li3::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 50%;
    z-index: -1;
    width: 11.125rem;
    height: 5.5rem;
    background: url(../images/j2_sun.png) center / cover no-repeat;
    opacity: 0;
    transform: translateY(5rem);
    transition: all 4s ease-in 1s;
}

.mc_j2s1_li1 .mc_j2s1_txt {
    transition: all 1s 3s;
}

.mc_j2s1_li2 .mc_j2s1_txt {
    transition: all 1s 3.4s;
}

.mc_j2s1_li3 .mc_j2s1_txt {
    transition: all 1s 3.8s;
}

.mc_j2s1.animated .mc_j2s1_list::before {
    width: 0;
}

.mc_j2s1.animated .mc_j2s1_txt {
    opacity: 1;
    transform: translateY(0);
}

.mc_j2s1_li.act::before {
    opacity: 0;
}

.mc_j2s1.animated .mc_j2s1_li3::after {
    opacity: 1;
    transform: translateY(0);
}

.g_b4 .mc_ft {
    position: relative;
    z-index: 5;
}

.mc_b2s1_poster {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

/* 瑙嗛寮圭獥 */
.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: 1.25rem;
    top: 1.25rem;
    cursor: pointer;
}

.mc_videom_close span {
    color: #fff;
    font-size: 1.875rem;
}

.mc_videom_content {
    width: 62.5rem;
    max-width: calc(100vw - 2.5rem);
    max-height: calc(100vh - 5rem);
    overflow: auto;
    text-align: center;
}

.mc_videom_video {
    max-width: 100%;
}

@media screen and (max-width: 416px) {

    .mc_videom_iframebox iframe {
        max-height: 18.75rem;
    }

}

.mc_nb5s1_xtbli {
    width: 5.125rem;
    height: 5.125rem;
    text-align: center;
    line-height: 5.125rem;
}

.mc_nb5s1_xtbli .iconfont {
    font-size: 3rem;
    line-height: inherit;
    font-weight: bold;
    color: #0028aa;
    transition: all .36s;
}

.mc_nb5s1_xtbli.act .iconfont {
    color: #fff;
}

.mc_f1_top .mc_h2s1_nav {
    opacity: 0;
    pointer-events: none;
}

.mc_h2s1_nav {
    /* height: 0; */
    margin-top: 0 !important;
}

.mc_innav_hd .mc_nav_li {
    padding: 0 1.875rem !important;
}

.mc_nav_a .iconhome {
    margin: 0 1.875rem;
}

.mc_a1t_phbg {
    display: none;
}


.mc_a1t_li.act {
    z-index: 20;
}

.mc_a1t_li.act .mc_a1t_xl {
    pointer-events: all;
}

.mc_a1t_li.act .mc_a1t_xl::before {
    width: 100%;
    transition: all .4s cubic-bezier(.34, .44, .41, 1.12);
}

.mc_a1t_li.act .mc_a1t_xl span {
    opacity: 1;
    transition: all .36s .4s;
}

/* 8.17 */
.mc_a1t_bg {
    position: relative;
}

.mc_a1t_bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 6.25rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, .3), transparent);
}

.mc-mission{
	position: absolute;
	padding: 0rem 12.5rem;
	top: 40%;
	
}
.mission-box{
	margin-top: 8.75rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mission-box .left-img{
    width: 32.5rem;
	height: 44.625rem;
    overflow: hidden;
}
.mission-box .left-img img{
    max-width: 900%;
    height: 100%;
}
.mission{
    font-size: 3rem;
	color: #fff;
	display: inline-block;
	position: relative;
	line-height: 6rem;
	margin-bottom: 5.625rem;
}
.mission::after{
	content: "";
    position: absolute;
	bottom: 0rem;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 0.3125rem;
	background: #fff;
}
.mission-tip{
	color: #FFF;
	font-size: 4rem;
	line-height: 6rem; /* 150% */
}
.mission-sec-tip{
	color: #606266;
	font-size: 4rem;
	line-height: 6rem; /* 150% */
}
.mission-sec{
	color: #606266;
}
.mission-sec::after{
	height: 0.3125rem;
	background: #606266;
}
.values-box{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.values{
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 100%;
}
.values li{
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #606266;
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 6rem; /* 240% */
}
.values li img{
	width: 5rem;
	height: 5rem;
	margin-bottom: 1.25rem;
}
.introduce-box{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background: rgba(218, 239, 255, 0.40) url("../image/intrduce-line.png") no-repeat left bottom ;
}
.mission-box h6{
	color: #303133;
	font-size: 4rem;
	line-height: 6rem;
	margin-bottom: 1.875rem;
	padding-top: 6.25rem;
}
.introduce-box .introduce{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 6.25rem;
}
.introduce-box .introduce .list{
	display: flex; 
	flex-direction: column;
}
.introduce-box .introduce .list p{
	display: flex; 
	align-items: center;
	color: #303133;
	font-size: 2rem;
	line-height: 6rem;
}
.introduce-box .introduce .list span{
	background-color: #303133;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	margin-right: 1.25rem;
}
.introduce-box .introduce .introduce-nr{
	width: 70%;
	color: #909399;
	font-size: 1.5rem;
}
.introduce-box .introduce .introduce-nr p{
	text-indent: 3rem;
	line-height: 2.5rem;
}
.introduce-box .introduce .introduce-nr .big{
    text-align: justify;
	color: #606266;
}
.honor-box{
	flex-direction: column;
	align-items: flex-start;
	margin: 0rem;
}
.honor-box .honor{
	display: grid;
	grid-gap: 2.5rem;
	grid-template-columns: repeat(4,1fr);
	padding-bottom: 6.25rem;
}
.honor-box .honor p{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #303133;
	font-size: 1.5rem;
	line-height: 2.5rem; /* 166.667% */
}
.honor-box .honor p img{
	margin-bottom: 2.5rem;
}
.mc_n1s3_tip {
    color: #999999;
    font-size: 0.875rem;
    line-height: 1.5rem;
    text-align: right;
    margin-top: 1.875rem;
    animation-delay: 0.6s;
}

.mc_n1s3_td6 {
    width: 23%;
    text-align: left;
}

.mc_n1s3_td6 .mc_n1s3_dd {
    word-break: keep-all;
}

/* .mc_phnav_hasnosub h4 {
    pointer-events: none;
}

.mc_phnav_hasnosub a{
    pointer-events: all;
} */

.mc_d3s5_txt {
    padding: 1.25rem 0.9375rem 0;
}

.mc_d3s5_txt p {
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #666;
}

.mc_d3s5_swiper .swiper-wrapper {
    align-items: flex-start;
}

.mc_inban_tip,
.mc_inban_tel {
    color: #fff;
    font-weight: bold;
}

.mc_title32 {
    font-size: 2rem;
}

.mc_inban_title1 {
    line-height: 1.5;
    margin-top: 1.25rem;
    color: #fff;
}

/* 8.17 */
.mc_datat_list3 .mc_data_td {
    width: 33.333333%;
}

.mc_datat_list3 {
    max-width: none;
}

.mc_f1s1_content {
    margin: 0 -4.0625rem;
}

.mc_datat_list3 .mc_data_txt_big {
    font-size: 3.5rem !important;
}
.mc_navbox_inner .mc_innav_fg {
    display: none !important;
}

.mc_d3s2li_txt .mc_d3s2li_pdf p {
    position: relative;
    z-index: 1;
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    color: #0075C9;
    font-weight: bold;
    padding-left: 0.9375rem;
    margin: 0.1875rem 0;
}

.mc_d3s2li_txt .mc_d3s2li_pdf p::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "鈼�";
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.mc_g1s1_title,
.mc_g1s1_subtitle,
.mc_g1s1_tip {
    visibility: hidden;
    animation: none;
}

.mc_g1s1_title.act,
.mc_g1s1_subtitle.act,
.mc_g1s1_tip.act {
    visibility: visible;
    animation: fadeInUp 1s;
}
.mc_g1_tittlebox .mc_title40 {
    font-size: 2.375rem;
    padding: 0.12em 0;
}

.mc_d3s2li_title {
    font-size: 2.25rem;
}

.mc_e3s1b_txtbox {
    padding: 0 !important;
}

.mc_e3s1b_box {
    margin-top: 5rem;
}
.mc1_imgbox img,
.mc1_imgbox video {
    max-width: 100%;
}

.mc1_imgbox video {
    background: #000;
}

.mc1_imgbox {
    width: 58%;
}

.mc1_txtbox {
    width: 42%;
    padding-right: 10%;
}

.mc1_box_imgl .mc1_imgbox {
    float: left;
}

.mc1_box_imgl .mc1_txtbox {
    padding-right: 0;
    padding-left: 8%;
}

.mc_e3s1b_sharebox .mc_sharebox {
    margin: 0 0.9375rem;
}
.mc_txt_dian {
    position: relative;
    padding-left: 1em;
    color: #333;
    font-size: 1.125rem;
    line-height: 1.875rem;
}

.mc_txt_dian::before {
    content: "鈼�";
    position: absolute;
    left: 0;
    top: 0;
    font-size: .6em;
    line-height: inherit;
    color: #0028aa;
}

.mc_txt_half {
    width: 37.5rem;
    max-width: 100%;
}

.mc_navxl_l {
    padding: 1.5625rem 0;
}

.mc_nav_nor .mc_navxl_l {
    padding: 0;
}

.mc_navxl_r {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}

.mc_title1 {
    font-size: 3rem;
}

.mc_title2 {
    font-size: 2.5rem;
}

.mc_title3 {
    font-size: 2.25rem;
}

.mc_title4 {
    font-size: 2rem;
}

.mc_title5 {
    font-size: 1.5rem;
}

.mc_title6 {
    font-size: 1.125rem;
}

.mc1_tw_list {
    margin: 0 -1.25rem;
}

.mc1_tw_li {
    float: left;
    width: 50%;
    padding: 0 1.25rem;
    margin-bottom: 2.5rem;
    text-align: center;
}

.mc1_tw_imgbox {
    margin-bottom: 1.25rem;
}

.mc1_tw_lisbox {
    display: inline-block;
    vertical-align: top;
}
.mc_d2s3m_imgbox {
    text-align: center;
}

.mc_d2s3m_zb {
    display: inline-block;
    text-align: center;
    border: 0;
}

.mc_d2s3m_zb p {
    display: inline-block;
    margin: 0 0.625rem;
}

/* .mc_d2s3m_zb {
    display: none;
} */

.mc_j2s1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #f7f7f7;
}

.mc_j2s1_videobox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.mc_j2s1_video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}

.mc_j2s1_li3::after {
    display: none;
}

.mc_j2s1_title1 {
    margin: 7.5rem 0 4.375rem;
    text-align: center;
}

.mc_j2s1_content {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.mc_n1b1s1_list .mc_b2s1_li {
    width: 33.333333%;
}

/* 8.25 */
.mc_nc1s4_li {
    margin-bottom: 1.25rem;
    border: 0.0625rem solid #e8e8e8;
    transition: all .36s;
}

.mc_nc1s4_l .iconfont {
    display: inline-block;
    vertical-align: middle;
    font-size: 2.5rem;
    color: #0028aa;
    transition: all .36s;
}

.mc_nc1s4_lisbox {
    display: block;
    padding: 1.875rem 3.75rem;
    background: #fff;
}

.mc_nc1s4_l {
    width: 5rem;
    line-height: 3.125rem;
    border-right: 0.0625rem solid #e8e8e8;
}

.mc_nc1s4_r {
    width: 1.25rem;
    line-height: 3.125rem;
}

.mc_nc1s4_r .icon-download {
    font-size: 1.25rem;
    color: #0028aa;
    transition: all .36s;
    display: inline-block;
    vertical-align: middle;
}

.mc_nc1s4_m {
    width: calc(100% - 7.5rem);
    padding: 0 3.125rem;
}

.mc_nc1s4_m p {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 3.125rem;
    height: 3.125rem;
    color: #0028aa;
    transition: all .36s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mc_nc1s2 {
    padding-bottom: 0;
}

.mc_nc1s4 {
    padding-bottom: 8.125rem;
}

.mc_n1a1s1_title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 3.75rem;
}

.mc_n1a1s1_txt p {
    font-size: 2rem;
    line-height: 1.75;
    color: #d0d0d0;
}

.mc_j2s2 {
    padding: 6.25rem 0 9.375rem;
    background: #f7f7f7;
}

.mc_j2s2_title {
    text-align: center;
    margin-bottom: 5.625rem;
}

.mc_j2s2_lisbox {
    position: relative;
    z-index: 1;
}

.mc_j2s2_swiper .swiper-slide {
    width: 20.625rem;
    margin-right: 1.25rem;
}

.mc_j2s2_imgbox::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    height: 40%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.mc_j2s2_txtbox {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    padding: 0 1.875rem;
    transition: all .36s;
}

.mc_j2s2li_title {
    font-size: 2rem;
    font-weight: bold;
    line-height: 2.875rem;
    height: 2.875rem;
    overflow: hidden;
    color: #fff;
    margin-bottom: 0.625rem;
}

.mc_j2s2li_txt {
    opacity: 0;
    transition: all .36s;
}

.mc_j2s2li_txt p {
    font-size: 1.125rem;
    line-height: 1.875rem;
    height: 3.75rem;
    overflow: hidden;
    color: #fff;
}

.mc_j2s2_content {
    width: calc(50vw + 42.5rem);
}

.mc_n1e1_tittlebox .mc_g1_title {
    margin-bottom: 0.9375rem;
}

.mc_n1e1_tittlebox {
    margin-bottom: 2.375rem;
}

.mc_n1e1_txtbox {
    width: 81%;
}

.mc_n1e1_txtbox p {
    color: #666;
}

.mc_n1e1_txtbox p strong {
    font-weight: bold;
    color: #333;
}

.mc_d2s1_bg {
    display: none;
}

.mc_d3s5_lisbox {
    position: relative;
}

.mc_d3s5_lisbox::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    height: 40%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.mc_d3s5_txt {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    padding: 0 1.875rem;
    transition: all .36s;
}

.mc_d3s5li_title {
    font-size: 1.5rem;
    line-height: 1.875rem;
    height: 1.875rem;
    overflow: hidden;
    color: #fff;
    margin-bottom: 0.3125rem;
}

.mc_d3s5_txt p {
    opacity: 0;
    transition: all .36s;
}

.mc_d3s5_txt p {
    font-size: 1rem;
    line-height: 1.875rem;
    max-height: 3.75rem;
    overflow: hidden;
    color: #fff;
}

.mc_n1e1_bot {
    background: #f2f7fb;
}

.g_b5pt2botxtb {
    width: 18.75rem;
}

.g_b5pt2botflb {
    width: calc(100% - 18.75rem);
    text-align: left;
}

.mc_n1e1s2_list {
    width: 77.75rem;
    margin: 0 auto;
    max-width: calc(100% - 2.5rem);
}

.mc_n1e1s2_lisbox {
    padding: 3.75rem 5rem 3.4375rem;
}

.mc_n1e1s2_li:not(:last-child) {
    border-bottom: 0.0625rem solid #d2d2d2;
}

.mc_n1e1s2_xtbbox {
    width: 9.375rem;
}

.mc_n1e1s2_txtbox {
    width: calc(100% - 9.375rem);
    padding-left: 9.375rem;
}



.mc_n1e1s2_title {
    padding-bottom: 1.25rem;
}

.mc_n1e1s2_txt p {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0.625rem 0;
    color: #333333;
    padding-left: 1.5625rem;
}

.mc_n1e1s2_txt p::before {
    content: "鈼�";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0.875rem;
    line-height: inherit;
    color: #0028aa;
}

.mc_n1e1s2_list {
    margin-bottom: 2.8125rem;
}

.mc_a1s1_ban {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

.mc_d2s1_txt p {
    padding-left: 0;
}

.mc_nav_li {
    position: relative;
    z-index: 1;
}

.mc_nav_li::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0.25rem;
    background: #0075C9;
    transform: translate(-50%);
    transition: all .36s;
}

.mc_nd1_list .mc_nd1_li {
    padding: 7.5rem 0;
}

.mc_d2 .mc_f1_top {
    display: none;
}

.mc_d2s1 {
    padding: 8.125rem 0;
}

.mc_d2s3m_zb {
    display: none !important;
}

.vjs-poster {
    background-color: transparent !important;
}

.mc_page_search {
    padding-top: 4.375rem;
}
/* 9.3 */
.mc1_gm_txt1 strong {
    font-size: 2.8125rem;
    font-weight: bold;
    color: #0028aa;
}

.mc1_gm_list {
    font-size: 0;
    margin-right: -9.0625rem;
}

.mc1_gm_li {
    display: inline-block;
    margin-right: 4.0625rem;
}

.mc1_gm_li p {
    color: #333;
}

.mc1_gm_txt1 {
    margin: 0.9375rem 0;
}

.mc1_gm_txtbox {
    padding-right: 0 !important;
}
.mc_cont200 {
    padding: 0 12.5rem;
}
@media screen and (max-width: 1600px) {
    .mc1_gm_txt1 strong {
        font-size: 2.5rem;
    }
}
/* 9.5 */
.mc_search_xl {
    position: fixed;
    left: 0;
    top: 4.375rem;
    width: 100%;
    z-index: 99;
}

.mc_i2s1 {
    margin-top: 4.375rem;
}


.mc_f2s1m_tip {
    font-size: 0.875rem;
    color: #666;
}

.mc_g1_playbtn {
    display: none !important;
}

.mc_j1_videobox {
    margin-bottom: 5rem;
}


.mc_a1t_li11 .mc_a1t_xl {
    left: auto;
    right: 0;
    transform: translate(50%, 1.25rem);
    top: 100%;
}

.mc_a1t_li11 .mc_a1t_xl::after {
    width: 100%;
    left: 0;
    top: -1.875rem;
}

.mc_d2s3_list {
    display: none !important;
}

.mc_a1t_li11 .mc_a1t_icon {
    font-size: 3.8em;
}

.mc_logo_imgbox {
    overflow: visible !important;
}

.mc_logo_imgbox img {
    object-fit: unset;
	margin-right: 0.625rem;
}

/* 9.11 */
.mc_navxl_container {
    padding: 0 !important;
}

.mc_nav_li:hover {
    z-index: 10;
}


.yxnav_active1.mc_nav_li::before {
    opacity: 0;
    width: 60%;
}

.mc_fixed .yxnav_active1.mc_nav_li::before {
    opacity: 1;
    width: 60%;
}
@keyframes mcslidedown {
    0% {
        height: 0;
    }

    100% {
        height: 3.125rem;
    }
}

.mc_nav_nor .mc_subnav_li {
    margin: 0;
    padding: 0 1.875rem;
}

.mc_subnav_a {
    display: block;
    font-size: 1.125rem;
    line-height: 4.375rem;
    color: #666;
    position: relative;
}

.mc_subnav_a::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0.25rem;
    background: #0075C9;
    transition: all .3s;
    transform: translateX(-50%);
}

.mc_subnav_a:hover::before {
    width: 100%;
}

.mc_navbar.mc_fixed .mc_nav_li.yxnav_active1 .mc_nav_xl {
    transition: all .36s;
    display: block;
    animation: mcslidedown .36s forwards;
}

.mc_nav_xl.xlhide {
    opacity: 0;
}

/* 9.11 syc */

.mc_aside_navbox1 .mc_aside_li {
    /* width: calc(4em + 1.875rem); */
    margin: 1.875rem 0;
}

/* .mc_aside_navbox1 .mc_aside_nav::before {
    top: 1.25rem;
    height: calc(100% - 2.75rem);
} */

/* .mc_aside_navbox1 .mc_aside_navline{
    top: 1.375rem;
    max-height: calc(100% - 2.75rem);
} */
.mc_h2s1 {
    padding-top: 3.125rem;
}

.mc_subnav_a {
    font-size: 1rem;
}

/* 9.11 */

.mc_privacy_tab .mc_tab_hd {
    font-size: 0;
    text-align: center;
    margin-bottom: 3.75rem;
    padding: 0 1.25rem;
}

.mc_privacy_tab .mc_tabhd_li {
    display: inline-block;
    float: none;
    position: relative;
    z-index: 1;
    font-size: 1.125rem;
    padding: 0.9375rem 0;
    margin: 0 1.875rem;
    color: #333333;
}

.mc_privacy_tab .mc_tabhd_li a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.mc_privacy_tab .mc_tabhd_li::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
    width: 0;
    height: 0.25rem;
    background: #0028aa;
    transition: all .5s ease;
}

.mc_privacy_tab .mc_tabhd_li.on::before {
    width: 100%;
}

.mc_privacy_tab .mc_tabhd_li.on {
    font-weight: bold;
}
.g_b6pt1nr {
    margin-top: 3.125rem;
}

#canvas {
    border: 0.0625rem solid rgb(222, 230, 255);
}

.mc_ly_verify_imgbox {
    margin-top: 1.875rem;
}

.mc_ft1_li:not(:last-child) .mc_ft1_a {
    cursor: default;
}
.mc_ph_nav_r .mc_ph_language a {
    line-height: 4rem;
    margin-right: 1.25rem;
    color: #333;
}

.mc_lycj_select .mc_select_bd {
    max-height: 15rem;
    overflow: auto;
}

/* 9.23 */
.mc_n1a1s1_txt p {
    font-size: 1.5rem;
}


.mc_d2s1_txt p {
    font-size: 1.25rem !important;
}

.mc_gotop {
    position: fixed;
    left: auto;
    top: auto;
    right: 1rem;
    bottom: 1rem;
    z-index: 100;
    color: #fff;
    font-size: 1.125rem;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    background: linear-gradient(0, rgba(0, 40, 170, 1), rgba(0, 50, 210, 1));
    transition: all .36s;
    opacity: 0;
    transform: scale(.1);
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, .1);
}

.mc_gotop .iconfont {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.25rem;
    color: #fff;
    margin-top: -0.1875rem;
    transform: rotate(180deg);
}

.mc_gotop.mc1_show {
    opacity: 1;
    transform: scale(1);
}

.mc_pby {
    opacity: 0.2;
}

.mc_ly_yycj_inputgroup .mc_ly_inputbox input {
    display: inline-block;
    margin-right: 0.3125rem;
    height: 1.875rem !important;
    padding: 0.3125rem 0.3125rem !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
}

.mc_lyinp_dy input {
    width: calc(100% - 4.0625rem) !important;
}

.mc_lyinp_dl input {
    width: calc(100% - 7.875rem) !important;
}

.mc_lyinp_njgm input {
    width: calc(100% - 7.5rem) !important;
}

.mc_ly_yycj_inputgroup,
.mc_lyinp_ggcs,
.mc_lyinp_ddgm {
    display: none;
}

.phxia {
    overflow: visible;
}

.xialaph {
    overflow: auto;
}

/* 2021.1.26  mark */
.mc_ly_yycj .mc_ly_checkbox input[type=checkbox] {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    top: -0.1875rem;
}

.mc_ly_yycj .mc_ly_checkbox input[type=checkbox]:checked::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: #0075C9;
    transform: translate(-50%, -50%);
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%
}



/* 2021.2.26 mark鏂板 */
.ma_j2s1_list::after {
    display: none;
}

.ma_j2s1_title1 {
    margin: 9.375rem 0 5.3125rem;
}

.ma_j2s1_liimg {
    width: 2.8125rem;
    margin-bottom: 1.25rem;
}

.ma_j2s1_lip p {
    font-size: 2.25rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
}

.ma_j2s1_li .mc_j2s1_lisbox {
    animation-name: fadeInUp;
    transition: all 0.5s;
}

.ma_j2s1_li:not(:last-child) {
    border-right: 0.0625rem solid #bebebe;
}

.ma_j2s2 {
    padding: 6.25rem 0 9.375rem;
    background: #f7f8fa;
}

.ma_j2s2 .mc_cont1360 {
    position: relative;
}

.ma_j2s2img {
    text-align: center;
    position: relative;
    z-index: 1;
}

.ma_j2s2p1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ma_j2s2ulbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 7.1875rem;
    z-index: 2;
}

.ma_j2s2ul {
    margin: 0 -21.25rem;
}

.ma_j2s2li {
    float: left;
    width: 50%;
    padding: 0 21.25rem;
}

.ma_j2s2li p {
    font-size: 2.25rem;
    color: #333;
    font-weight: bold;
    padding: 6.25rem 0;
}

.ma_j2s2img {
    animation-name: fadeInUp;
    animation-delay: .4s;
}

.ma_j2s2li {
    animation-name: fadeInUp;
}

.ma_j2s2li p {
    transition: all 0.36s;
}

.ma_j2s1_liimg {
    font-size: 0;
}

.ma_j2s2li:nth-child(odd) p {
    text-align: right;
}


.ma_j2s1_li:nth-child(3n+1) .mc_j2s1_lisbox,
.ma_j2s2li:nth-child(2n+1) {
    animation-delay: .4s;
}

.ma_j2s1_li:nth-child(3n+2) .mc_j2s1_lisbox,
.ma_j2s2li:nth-child(2n+2) {
    animation-delay: .6s;
}

.ma_j2s1_li:nth-child(3n+3) .mc_j2s1_lisbox {
    animation-delay: .8s;
}

.ma_j2s1_li:nth-child(3n+1) .mc_j2s1_lisbox,
.ma_j2s2li:nth-child(2n+1) {
    animation-delay: .3s;
}

.ma_j2s1_li:nth-child(3n+2) .mc_j2s1_lisbox,
.ma_j2s2li:nth-child(2n+2) {
    animation-delay: .4s;
}

.ma_j2s1_li:nth-child(3n+3) .mc_j2s1_lisbox {
    animation-delay: .5s;
}

.mc_i1s1_qrbox {
    display: none;
}

/* 20210702 macro start */
.mc1_d2_main {
    background: #fff !important;
    overflow: hidden;
}

.mc1_d2s1,
.mc1_d2s2 {
    background-color: transparent !important;
}

.mc1_d2s2_swiper.swiper-container .swiper-slide {
    width: 28%;
    height: auto !important;
}

.mc1_d2s2_swiper .mc_d2s2_lisbox {
    height: 18.75rem;
    margin-bottom: 4.375rem;
}

.mc1_d2s2_swiper.swiper-container .mCSB_outside+.mCSB_scrollTools {
    right: -1.25rem;
}

.mc1_d2s2_bot {
    position: relative;
}

.mc1_d2s2b_title {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0.625rem 1.25rem;
    z-index: 5;
}

.mc1_d2s2b_title h4 {
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #fff;
    min-height: 3rem;
    max-height: 100%;
}

.mc1_d2s2b_imgbox::before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.mc1_d2s1 {
    position: relative;
    z-index: 2;
    padding-bottom: 1.875rem;
}

.mc1_d2s2 {
    position: relative;
    z-index: 1;
}

.mc1_d2s2_bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 75vw;
    height: 75vw;
    transform: translateY(-30%);
    animation: rise 1.5s ease-out both;
}

@keyframes rise {
    0% {
        margin-top: 1.875rem;
    }
}

.mc1_d2s4_list {
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
    cursor: default;
}

.mc1_d2s4_li {
    position: relative;
    display: inline-block;
    width: 33.333333%;
    height: 72vh;
    max-height: 41.875rem;
    transition: all .36s;
}

.mc1_d2s4_li>div:not(.mc_nc1s1_bgbox) {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    white-space: normal;
}

.mc1_d2s4_box1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mc_nc1s1_bgbox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(0, 0, 0, .5);
}

.mc1_d2s4b1_box {
    position: relative;
    z-index: 1;
    padding: 1.25rem;
    text-align: center;
    width: 24.125rem;
    max-width: 100%;
}

.mc1_d2s4b1_icon {
    width: 4.5rem;
    margin: 0 auto 1.375rem;
}

.mc1_d2s4b1_title {
    font-size: 1.875rem;
    line-height: 1.2;
    font-variation-settings: 'wght' 750;
    min-height: 2.4em;
}

.mc1_d2s4b1_circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 21.875rem;
    max-width: 100%;
    animation: turn 10s linear infinite;
}

.mc1_d2s4_box2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100% !important;
    height: 100% !important;
    background: rgba(10, 56, 165, .57);
}

.mc1_d2s4b2_box {
    width: 20rem;
    margin: 0 auto;
    max-width: 100%;
}

@keyframes turn {
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.mc1_d2s4b2_title {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    font-variation-settings: 'wght' 750;
}

.mc1_d2s4b2_box .mc1_d2s4b1_icon {
    margin: 0 0 1.875rem;
}

.mc1_d2s4b1_txt p {
    font-size: 1rem;
    line-height: 1.75;
    color: #aeb4e3;
}

.mc1_d2s4_box2 {
    z-index: 2;
    cursor: default;
    transition: all .36s;
    padding: 7.5rem 1.25rem;
    overflow: hidden;
}

.mc1_d2s4_box2 {
    opacity: 0;
    pointer-events: none;
}

.mc1_d2s4_box2::before {
    transition: all .36s ease-out;
}

.mc1_d2s4b1_box {
    transition: all .36s .36s ease-out;
}

.mc1_d2s4_box2 .mCSB_outside+.mCSB_scrollTools {
    right: 0;
}

.mc1_d2s4_box2 .mCSB_dragger .mCSB_dragger_bar {
    background: #0075C9 !important;
}

.mc1_d2s4b1_title {
    width: 18.75rem;
    margin: 0 auto;
}

.mc1_d2s4 {
    padding-bottom: 9.375rem;
}

.mc1_d2s4_li.act .mc1_d2s4b1_box {
    opacity: 0;
    transition: all .36s ease-out;
}

.mc1_d2s4_li.act .mc1_d2s4_box2::before {
    width: 100%;
    transition: all .36s ease-out;
}

.mc1_d2s4_li.act .mc1_d2s4b2_box {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
    transition: all .36s .36s ease-out;
}


.mc1_d2 .mc_navbar_m {
    display: none !important;
}

.mc1_language {
    position: relative;
    margin-right: 0 !important;
}

.mc1_area_imgbox {
    width: 1.25rem;
}

.mc1_area_imgbox img {
    transition: all .36s;
}

.mc_area_fixed {
    opacity: 0;
}

.mc_fixed.mc_navbar .mc_area_fixed {
    opacity: 1;
}

.mc_fixed.mc_navbar .mc_area_def {
    opacity: 0;
}

.mc1_area {
    position: relative;
    display: flex;
    align-items: center;
}

.mc1_area>a {
    width: auto;
    color: #fff;
    line-height: 4.375rem;
    height: 100%;
}

.mc1_language {
    font-size: 0;
    margin-left: 1.5625rem;
}

.mc1_language>a {
    font-size: 1.125rem;
    width: auto;
}

.mc_ph_language::before,
.mc1_language::before {
    /* display: inline-block; */
    display: none;
    content: "";
    transform: translateY(0.0938rem);
    width: 0.0625rem;
    height: 0.9375rem;
    background: rgba(255, 255, 255, .3);
    transition: all .36s;
    margin: 0 1.5625rem;
}

.mc_ph_language {
    margin-right: 0;
}

.mc_ph_language::before {
    margin: 0 1.25rem;
}

.mc_ph_language::before,
.mc_fixed.mc_navbar .mc1_language::before {
    background: #666;
}

.mc1_lang_second,
.mc1_area_second {
    display: none;
    min-width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    /* transform: translateX(-1.875rem); */
    background: #fff;
    box-shadow: 0 0.625rem 0.625rem 0 rgba(0, 0, 0, .05);
    text-align: center;
}

.mc1_lang_second {
    left: 50%;
    transform: translateX(-50%);
}

.mc1_lang_sec_a,
.mc1_area_thr_li_a,
.mc1_area_sec_li_a {
    display: block;
    font-size: 1rem;
    line-height: 1.5rem !important;
    padding: 0.5rem 1.25rem;
    color: #999;
    border-top: 0.0625rem solid #e8e8e8;
    min-width: 5.625rem;
}

.mc1_lang_sec_a {
    text-align: center;
    min-width: auto;
}

.mc1_area_sec_li {
    position: relative;
}

.mc1_area_third {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    border-left: 0.0625rem solid #e8e8e8;
}

.mc1_area_third {
    background: #fff;
    box-shadow: 0 0.625rem 0.625rem 0 rgba(0, 0, 0, .05);
}

.mc1_globel_ph {
    /* border-top: 0.0625rem solid rgba(0, 0, 0, .1); */
    border-bottom: 0.0625rem solid rgba(0, 0, 0, .1);
}

.mc1_globel_ph .ul2 {
    border-bottom: 0;
}

.ul3 {
    border-top: 0.0625rem solid rgba(0, 0, 0, .1);
}

.ul3 h5 {
    font-size: 0.75rem;
}

.xialaph .mc1_globel_ph img {
    position: static;
    transform: none;
    width: 1.25rem;
}

.mc1_area_sec_haschild>a {
    pointer-events: none;
}

.mc1_d2s4_li {
    overflow: hidden;
    z-index: 2;
}

.mc1_d2s4_li:last-child {
    overflow: visible;
    z-index: 1;
}

.mc1_d2s4_li .mc_nc1s1_bgbox {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.mc1_d2 .mc_ft2_nav {
    white-space: nowrap;
}

.mc1_area_box>div {
    display: inline-block;
    vertical-align: middle;
}

.mc1_area_txtbox {
    margin-left: 0.3125rem;
    font-size: 1.125rem;
}

.mc1_area_xtb {
    display: inline-block;
    margin-left: 0.1875rem;
    transform: translateY(0.0625rem);
    transition: transform .36s;
}

.mc1_area_txtbox {
    transition: all .36s;
}

.mc_fixed .mc1_area_txtbox {
    color: #666;
}

.mc1_language.act a {
    pointer-events: none;
    color: #aaa;
}

.mc_fixed .mc1_language.act a {
    color: #0075C9;
}

.mc1_area.act .mc1_area_xtb {
    transform: translateY(0.0625rem) rotate(180deg);
}

/* 20210702 macro end */

.mc_search {
    margin-left: 1.5625rem;
}

.mc1_language>a {
    font-size: 1rem;
}

.mc_ph_language {
    margin-left: 0.9375rem;
}



/* 20210717 start */
.mc1_area_box {
    width: auto;
    color: #fff;
    line-height: 4.375rem;
    height: 100%;
}

.mc1_area_second {
    position: fixed;
    left: 0;
    top: 4.375rem;
    width: 100%;
    z-index: 99;
    border-top: 0.0625rem solid #dfdede;
    transition: all 0s;
    background: transparent;
    text-align: left;
    padding: 3.75rem 0;
    height: 13.75rem;
}

.mc1_area_second::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.mc1_area.act .mc1_area_second::before {
    opacity: .95;
}

.mc1_area_second::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0 0.3125rem 0.3125rem rgb(0 0 0 / 5%);
}

.mc1_area_title {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1.5625rem;
}

.mc1_area_list {
    font-size: 0;
}

.mc1_area_li {
    display: inline-block;
    vertical-align: top;
    min-width: 20%;
    padding-right: 1.875rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.mc1_area_li>a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.mc1_area_li a.act {
    /*pointer-events: none;*/
    color: #0075C9;
}

.mc_ph_menu {
    margin-left: 0.9375rem;
}
@media screen and (max-width: 1024px) {
	.mc_i2s1 {
	    margin-top: 4rem;
	}
    .mc1_area_txtbox {
        color: #666;
    }

    .mc1_area_second {
        top: 4rem;
        height: calc(100% - 4rem);
        padding: 1.875rem 1.25rem;
    }

    .mc1_area_title {
        font-size: 1.125rem;
        margin-bottom: 0.9375rem;
    }

    .mc1_area_li {
        font-size: 1rem;
        display: block;
        width: 100%;
        padding: 0.4375rem 0;
    }


    .mc1_area_box {
        line-height: 1.25rem !important;
    }

    .mc1_area_xtb,
    .mc1_area_txtbox {
        margin-left: 0.1875rem !important;
    }

    .mc_ph_search {
        line-height: 4rem !important;
    }

    .mc_ph_search a i,
    .mc_ph_search a em {
        font-size: 1.25rem;
    }

    .mc1_area_second {
        display: block;
        background: #fff;
    }

    .mc1_area_back {
        font-size: 1rem;
        color: #333;
        margin-bottom: 1.25rem;
    }

    .mc1_area_back .iconfont {
        font-weight: bold;
    }

    .mc1_area_title {
        margin-bottom: 0.625rem;
    }

    .mc1_area_second {
        transform: translateX(100%);
    }

    html.modal-open .mc1_area_second {
        transition: all .5s ease-out;
        overflow: auto;
    }

    .mc1_area.act .mc1_area_second {
        transform: translateX(0%);
    }
}

.mc_ph_search a i,
.mc_ph_search a em {
    vertical-align: middle;
}

.mc_fixed .mc_area_def {
    opacity: 0
}

.mc_fixed .mc_area_fixed {
    opacity: 1
}

/* 20210717 end */


/* 20210803 */
.mc_d2s2_content {
    max-width: calc(60rem + 50%);
}

.mc_d3s2_content {
    max-width: calc(60rem + 50%);
}

.mc_d3s5_content {
    max-width: calc(60rem + 50%);
}

.mc_j2s2_content {
    max-width: calc(60rem + 50%);
}
.mc1_recycling_tip {
    padding-bottom: 1.875rem !important;
    text-align: right;
}

.mc_page_manufacture .mc_banner_inner .mc_ban_ph::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 80%;
    background: linear-gradient(180deg, rgba(10, 37, 114, .4), rgba(10, 37, 114, 0));
}

.mc_page_manufacture .mc_banner_inner .mc_ban_pc::before {
    background: rgba(10, 37, 114, .4);
}

.mc_page_manufacture .mc_banner_inner .mc_ban_ph::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: rgba(10, 37, 114, .4);
}


/* 202111 video start */
.mc_e1s1_title {
    margin: 3.75rem 0 5rem;
}
.mc_video_playbtn {
    width: 4.1875rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    z-index: 5;
}

.mc_e1_date span {
    margin-right: .5em;
}

.mc_modal_qrcode {
    background: none;
}

.mc_modal_qrcode .mc_modal_content {
    padding: 0;
    width: 12.5rem;
    min-height: 12.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    overflow: visible;
}

.mc_qrm_box {
    position: relative;
    max-width: 100%;
    padding: 0.625rem;
    background: #fff;
    border: 0.0625rem solid #eee;
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, .01);
}

.mc_modal_close {
    right: -1.5625rem;
    top: -1.5625rem;
}

.mc_modal_close .iconfont {
    font-size: 1.25rem;
    color: #333;
    font-weight: bold;
}

@media screen and (min-width:767px) {
	.mc_f2s1m_l .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	    margin-right: 1.875rem !important;
	}
    .mc_modal_qrcode {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    .mc_e1s1_title {
        margin: 0 0 2.5rem;
    }
    .mc_video_playbtn {
        width: 3rem;
    }
}

/* footer */
.mc_ft1_nav {
    display: flex;
	justify-content: space-between;
}

.mc_d2s1_videobox {
    margin-top: 1.875rem !important;
    width: 53.5rem;
    max-width: 100%;
    text-align: center;
}

.mc_d2s1_videobox video {
    width: 100%;
    max-width: 100%;
}

.mc_d2s1_txt {
    text-align: center;
}
.mc_d2 .mc_d2s2_title,
.mc_d2 .mc_d2s1_title {
    text-align: center;
}

.mc_d2 .mc_d2s1_videobox,
.mc_d2 .mc_d2s1_txt {
    margin: 0 auto;
}

/* aboutpro center */


/* 20211216 end*/


/* 202203 start */
.t_fuban .mc_inban_title {
    color: #333;
}

.t_fulogo {
    width: 12.5rem;
    position: relative;
    top: 0.125rem;
    margin-right: 1.5rem;
}

.t_fulogo a {
    display: inline-block;
    width: 100%;
}

.t_fulogo::before {
    content: '';
    background: #505258;
    height: 1.375rem;
    width: 0.0625rem;
    position: absolute;
    right: -0.75rem;
    top: 50%;
    transform: translateY(-50%);
}

.t_fulogo img {
    width: 100%;
}

.t_fuwen .t_fontwen {
    color: #505258;
    font-size: 2.25rem;
    font-weight: bold;
    line-height: 1.2;
}

.t_fuwen .t_fontwen span {
    background: linear-gradient(to right, rgba(0, 216, 114, 1), rgba(13, 181, 12, 1));
    -webkit-background-clip: text;
    color: transparent;
}

.t_fuwen {
    margin-top: 2.3125rem;
}

/* main */
/* 涓ゅ紶鍥� - start*/
.ys_imgbox_contain,
.ys_imgbox_cover {
    position: relative;
    overflow: hidden;
}

.ys_imgbox_contain img,
.ys_imgbox_cover img {
    width: 100%;
    transition: all .36s;
}

.ys_imgbox_cover img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
}

.ys_imgbox_contain img:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
/* 瑙嗛寮圭獥 */
.ys_videom_video {
    display: none;
    margin: 0 auto;
}

.ys_videom_iframebox {
    display: none;
}

.ys_videom_btn {
    cursor: pointer;
}

.ys_videom {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .84);
}

.ys_videom .ys_videom_close {
    right: 0;
    top: -2.1875rem;
}

.ys_videom .ys_videom_close .iconfont {
    font-size: 1.25rem;
}

.ys_videom_container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ys_videom_close {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    cursor: pointer;
    z-index: 10;
    font-size: 1.5rem;
    color: #fff;
}

.ys_videom_content {
    width: 62.5rem;
    max-width: calc(100vw - 2.5rem);
    max-height: calc(100vh - 5rem);
    overflow: auto;
    text-align: center;
}

.ys_videom_video {
    max-width: 100%;
    vertical-align: middle;
    background: #000;
}

.ys_videom_iframebox {
    text-align: center;
}

.ys_videom_iframebox iframe {
    max-width: 100%;
    min-width: 6.25rem;
    min-height: 6.25rem;
}

@media screen and (max-width: 480px) {
    .ys_videom_iframebox iframe {
        max-height: 33vh;
    }
}

/* er */
.mc1_z1s2 {
    background: #F8F8F8;
}

.t_duanp20 p {
    font-size: 1.25rem;
    color: #666;
    line-height: 1.75;
}
.t_duan18 p {
    font-size: 1.125rem;
    color: #666;
    line-height: 1.75;
}
.t_mc1_z1s2 .mc_title40 {
    margin-bottom: 2.5625rem;
}

.t_mc1_z1s2 .t_duanp20 {
    margin-bottom: 5.125rem;
}

.t_mc1_z1s2 {
    background: #f8f8f8;
}

.mc_title30 {
    font-size: 1.875rem;
    font-weight: bold;
    color: #333;
    line-height: 1.2;
}
.t_mc1_z1s4 {
    background: #F8F8F8;
}

.mc1_brand .mc_banner_inner .mc_ban_pc::after {
    background: linear-gradient(180deg, #8691B0 0%, rgba(232, 237, 248, 0) 93.2%);
    max-height: 12.5rem;
}

.mc1_brand .slick-slider {
    user-select: text;
}

.mc_alertm_txt {
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
}

.mc_alertm_btn {
    z-index: 1;
    min-width: 5rem;
    font-size: 0.875rem;
    padding: 0 1.5em;
    line-height: 1.875rem;
    border-radius: 1.5625rem;
    background: #0028aa;
    color: #fff;
    border: 0.0625rem solid #0028aa;
    overflow: hidden;
    transition: all .36s;
}

.mc_alertm_confirm {
    text-align: right;
    margin-top: 0.625rem;
}

.mc_modal_alert {
    background: transparent !important;
}

.mc_modal_alert .mc_modal_content {
    padding: 2.5rem 1.25rem 1.25rem;
    box-shadow: 0 0 0.9375rem rgba(0, 0, 0, .2);
}

.mc_modal_alert .mc_modal_close {
    right: 0.625rem;
    top: 0.625rem;
}

.mc_modal_alert .mc_modal_close .iconfont {
    color: #999;
}
.mc_title40.mc1_z1s2_title {
    margin-bottom: 0 !important;
    margin-top: 1.875rem;
}
.mc1_z1s1_title,
.mc1_z1s2_title {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.mc1_z1s1_title img {
    height: 1.2em;
    margin-right: 0.625rem;
}

.mc1_z1s2_title img {
    height: 1.2em;
    margin-right: 0;
    transform: translateY(3%);
}
.mc_a1t_xl {
    line-height: 1 !important;
}

.mc_a1t_xl span {
    line-height: 3.375rem;
}

.mc_a1t_icon img {
    /* transform: translateY(-0.125rem); */
    display: block;
}

.mc_a1t_li12 .mc_a1t_icon {
    font-size: 7em;
}

@media screen and (max-width:1560px) {
    .t_mc1_z1s2 .mc_title40 {
        margin-bottom: 2.25rem;
    }

    .t_mc1_z1s2 .t_duanp20 {
        margin-bottom: 3.75rem;
    }
}
/* 20220326 start */
.mc_service .mc_f2s1 {
    background: rgb(247, 248, 250);
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.mc_service .mc_f2s1_mapbox {
    border: 0 !important;
    height: auto !important;
}

.mc_service .mc_f2s1sel_li .mc_f2s1_inputbox {
    margin-bottom: 0;
}

.mc_service .mc_f2s1_form {
    width: 100% !important;
}

.mc_service .mc_f2s1sel_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.mc_service .mc_f2s1sel_li {
    width: 14.1875rem;
}

.mc_service .mc_f2s1sel_li.mc_f2s1sel_address {
    width: 20.625rem;
}

.mc_service .mc_f2s1m_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.75rem;
}

.mc_service .mc_f2s1m_li {
    cursor: default;
    padding: 0 0.75rem;
    margin-bottom: 1.25rem;
    width: 25%;
}

.mc_service .mc_f2s1m_lisbox {
    background: #fff;
    border-radius: 0.625rem;
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all .36s;
    font-size: 0.625rem;
    padding: 2.5em 3.7em;
    height: 100%;
}

.mc_service .mc_f2s1m_lisbox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    border: 0.0625rem solid #e6e6e6;
    background: rgba(255, 255, 255, .3);
    border-radius: inherit;
    transition: all .36s;
}

/* .mc_service .mc_f2s1m_title {
    font-weight: bold;
    color: #0028AA;
} */

/* .mc_service .mc_f2s1m_dd {
    font-size: 1rem;
    color: #333;
} */

.mc_service .mc_f2s1m_dt {
    line-height: 1.5rem;
    transform: translateY(-0.0625rem);
}

.mc_service .mc_f1s1 {
    padding-bottom: 1.875rem;
}
.mc_lyt_hd .mc_lyt_hdli:last-child {
    display: none;
}

.mc_lyt_hd .mc_lyt_hdli {
    width: 25%;
}

/* 20220408 end*/


/* 20220411 start */
.ma_j2s2ul {
    display: flex;
    flex-wrap: wrap;
}

.ma_j2s2ulbox {
    padding: 0;
}

.ma_j2s2li p {
    line-height: 1.2;
}

.ma_j2s2li:nth-child(odd) {
    text-align: right;
}

.ma_j2s2li:nth-child(odd) p {
    display: inline-block;
    text-align: left !important;
}

ul.list-paddingleft-1>li,
ul.list-paddingleft-2>li,
ol.list-paddingleft-1>li,
ol.list-paddingleft-2>li {
    list-style-type: inherit;
    color: #666;
}

ul.list-paddingleft-1,
ol.list-paddingleft-1 {
    padding-left: 1.25rem;
}

ul.list-paddingleft-2,
ol.list-paddingleft-2 {
    padding-left: 1.875rem;
}

ul[style="list-style-type: disc;"],
ol[style="list-style-type: disc;"] {
    padding-left: 1.25rem !important;
}


ul[style="list-style-type: disc;"]>li,
ol[style="list-style-type: disc;"]>li {
    padding-left: 0.3125rem;
}

.mc_d2s2_txt p {
    position: relative;
    z-index: 1;
    padding-left: 0.9375rem;
    margin-bottom: 1em;
}

.mc_d2s2_txt p::before {
    content: "鈼�";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1rem;
    line-height: inherit;
    color: #0028aa;
}

.mc_d2s2_txt ul.list-paddingleft-1,
.mc_d2s2_txt ul.list-paddingleft-2 {
    padding-left: 0 !important;
}

.mc_d2s2_lisbox li {
    list-style-type: none !important;
}
.ma_j2s2li_ph {
    display: none !important;
}
.mc_d2s2_tip {
    font-size: 0.75rem;
    line-height: 1.5;
    color: #999;
    margin-top: 1.875rem;
    text-align: right;
    padding-right: 0.3125rem;
}

.mc_e3s1 .mc_e3s1b_back {
    margin-right: 0;
}

.mc_e3s1 .mc_e3s1b_backbtn {
    line-height: 2.5rem;
    border-radius: 1.25rem;
}

/* 20220507 end*/


/* 20220607 start*/
.mc_nd1img_li:not(:first-child) {
    display: none;
}

.mc_nd1img_slick.mc_dots_style1 {
    padding-bottom: 2.5rem;
}

.mc_nd1img_slick .slick-list {
    overflow: visible;
}
.mc_a1s5 {
    padding-bottom: 6.25rem;
}

.mc_a1s5_wrap {
    font-size: 0.625rem;
    background: #fff;
    padding: 6.25rem 0 4.375rem;
    overflow: hidden;
}

.mc_a1s5_wrap .mc_a1_hd {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border: 0;
    margin-bottom: 3.125rem;
    display: flex;
    justify-content: space-between;
}

.mc_a1s5_wrap .mc_a1_more {
    flex: none;
}

.mc_a1s5_title {
    padding-right: 1em;
    line-height: 1.2;
}

#mc_a1s5_swiper {
    margin: 0 -1.25rem;
    padding-right: 1.375rem;
    overflow: visible;
}

.mc_a1s5_li.swiper-slide {
    position: relative;
    z-index: 1;
    width: 24.375rem;
    padding: 0 1.25rem;
    height: auto;
}

.mc_a1s5_li:not(:last-child):before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%);
    width: 0.0625rem;
    height: 5rem;
    max-height: 90%;
    background: #e5e5e5;
}

.mc_a1s5_lisbox {
    display: block;
    height: 100%;
    background: #fff;
    position: relative;
    z-index: 1;
    transition: all .36s;
}

.mc_a1s5_lisbox::after,
.mc_a1s5_lisbox::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -2;
    width: 100%;
    height: 0.0625rem;
    background: #e5e5e5;
}

.mc_a1s5_lisbox::after {
    width: 0;
    z-index: -1;
    background: #0028aa;
    transition: all .5s;
}


.mc_a1s5_lisbox {
    font-size: 0.625rem;
}

.mc_a1s5_top {
    padding: 2.4em 4em;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    transition: all .36s;
    height: 100%;
}
.mc_a1s5_type.mc1_txt101.875rem {
    color: #666;
    margin-left: 1em;
    flex: none;
    max-width: 100%;
}

.mc_a1s5_top>div {
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    transition: all .36s;
}

.mc_a1s5_bot {
    padding: 2.4em 4em 4em;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2em;
}

.mc_a1s5_dl {
    width: 100%;
    padding: 0 2em;
    margin-bottom: 2.4em;
    text-align: center;
}

.mc1_txt101.875rem,
.mc1_txt101.875rem p {
    font-size: 1rem;
    line-height: 1.875rem;
}

.mc1_txt2436,
.mc1_txt2436 p {
    font-size: 1.5rem;
    line-height: 1.5;
}

.mc_txt88.625rem,
.mc_txt88.625rem p {
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: #666;
}

.mc_txt114rem,
.mc_txt114rem p {
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #666;
}

.mc_a1s5_dt {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    transition: all .36s;
}

.mc_a1s5_dt>img {
    width: 1rem;
    margin-right: 0.3125rem;
}

.mc_a1s5_dt>span {
    opacity: .8;
}

.mc_a1s5_dd.mc_txt114rem {
    color: #333;
    word-break: break-word;
}

.mc_a1s5_dl.mc_a1s5_dl_full {
    width: 100%;
    margin-bottom: 0;
}

.mc_a1s5_wrap .mc_a1_hd,
.mc_a1s5_wrap .mc_a1_bd {
    padding: 0 !important;
}

.mc_a1s5_tool {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 6.25rem;
    margin-top: 5em;
}

.mc_a1s5_pagination {
    position: relative !important;
    width: 36.75rem;
    height: 0.125rem;
}

.mc_a1s5_pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #1833BA;
}

.mc_a1s5_arrow {
    font-size: 0.625rem;
    width: 4em;
    height: 4em;
    line-height: 4em;
    text-align: center;
    border: 0.0625rem solid #E5E5E5;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .36s;
    margin-left: 5em;
    flex: none;
}

.mc_a1s5_arrow .mc_list_imgbox {
    width: .8em;
}

.mc_a1s5_arrow .mc_list_png {
    opacity: 0;
}

.mc_a1s5_arrow.swiper-button-disabled {
    opacity: .6;
    pointer-events: none;
}

img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}


.mc_vehicle_section {
    background: #F7F8FA;
    padding: 6.25rem 0;
}

.mc_vehicle_container {
    font-size: 0.625rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.25rem 1.5rem rgba(207, 223, 255, 0.2);
    padding-top: 3.5em;
    padding-bottom: 5em;
}

.mc_vehicle_wrap {
    padding: 0 1.375rem;
}

.mc_vehicle_tip {
    text-align: right;
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: #999;
}

.mc_vehicle_download {
    /* display: flex; */
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: #999;
    margin-bottom: 1.25rem;
    /* justify-content: flex-end; */
}

.mc_vehicle_download>span {
    line-height: inherit;
    vertical-align: middle;
}

.mc_vehicle_pdf {
    width: 1.5em;
    vertical-align: middle;
    margin-left: 1em;
}

.mc_vehicle_tip {
    margin: 1.5625rem 0;
}

.mc_vehicle_pdf img {
    transition: all .36s;
}

.mc_vehicle_pdf .mc_list_img {
    opacity: 0;
}

.mc_vehiclebtn_container {
    text-align: right;
}

.mc_vbtn_a.mc_vehicle_btn {
    min-width: 11.25rem;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.875rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.mc_vehicle_btnbox {
    padding: 1.5625rem 0 4.0625rem;
}

.mc1_b1s1 {
    padding-top: 0 !important;
}

.mc_vehicle .mc_mbx_li,
.mc_vehicle .mc_inban_title {
    color: #333;
}

.mc_vehicle .mc_ban_pc::before {
    display: none !important;
}

.mc_vehicle .mc_ban_ph::before {
    background: rgba(24, 51, 186, 0.1);
}

.mc_vehicle .mc_ban_pc::after {
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 20%);
    opacity: 0.2;
}

.mc_list_imgbox img {
    z-index: initial;
    min-height: 18.75rem;
}

#mc_a1s5_swiper .swiper-button-next,
#mc_a1s5_swiper .swiper-button-prev {
    width: 3.75rem;
    height: 3.75rem;
    color: #0075C9;
    opacity: 0;
    transition: all .36s;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.2);
    top: calc(50% - 2.5rem);
}

#mc_a1s5_swiper .swiper-button-next.swiper-button-disabled,
#mc_a1s5_swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
}

#mc_a1s5_swiper .swiper-button-next {
    right: 6.25rem;
}

#mc_a1s5_swiper.swiper-container {
    --swiper-navigation-size: 1.875rem;
}

.mc_vehicle_section {
    padding-top: 3.75rem;
}

.mc_vehicle_download .iconfont {
    margin-right: 0.5em;
}

.mc_vehicle_table {
    width: 100%;
    text-align: center;
}

.mc_vehicle_tr {
    transition: all .36s;
}

.mc_vehicle_th,
.mc_vehicle_td {
    font-size: inherit;
    line-height: inherit;
    transition: all .36s;
    padding: 1.5625rem 0.9375rem;
    text-align: center;
    font-weight: normal;
    word-break: break-word;
}

.mc_vehicle_th img {
    width: 1.5rem;
    margin-right: 0.5rem;
}

.mc_vehicle_th {
    color: #1833BA;
}

.mc_vehicle_th span {
    vertical-align: middle;
}

.mc_vehicle_td {
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mc_vehicle_tr {
    position: relative;
}

.mc_vehicle_tr::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: calc(100% - 6.25rem);
    height: 0.0625rem;
    background: #E5E5E5;
}

.mc_vehicle_thead .mc_vehicle_tr::before {
    width: 100%;
}

.mc_vehicle_tr {
    display: flex;
    padding: 0 3.125rem;
}

.mc_vehicle_wrap {
    padding: 0 3.125rem;
}

.mc_vehicle_td1,
.mc_vehicle_td2,
.mc_vehicle_td3,
.mc_vehicle_td4 {
    width: 25%;
}

.mc_vehicle_td span {
    line-height: 1.75rem;
    padding: 0 0.75rem;
    color: #1833BA;
    background: rgba(24, 51, 186, 0.1);
}

.mc_vehicle_ph {
    display: none;
}

.mc_vehicle_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.75rem;
}

.mc_vehicle_li {
    width: 50%;
    padding: 0 0.75rem;
    margin-bottom: 1.5rem;
}

.mc_a1s5_wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: visible;
}

.mc_a1_bd {
    overflow: hidden;
}
.bg-white{
	background: #fff;
}
.mc_a1_more .mc_h1_morebtn {
	color: #0075C9;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2rem;
	border-bottom: 0.125rem solid #0075C9;
}

#mc_a1s5_swiper {
    padding-right: 0 !important;
}

#mc_a1s5_swiper .swiper-button-prev {
    left: 6.25rem;
}

.mc_a1s5_li.swiper-slide {
    width: 25%;
}

.mc_a1s5_tool {
    padding-right: 0 !important;
}

.mc_a1s5_pagination {
    max-width: 50%;
}

.mc_b1s2 {
    padding-bottom: 0 !important;
}

/* 20220809 */
.mc1_vehicle_list {
    display: flex;
    font-size: 0.625rem;
    flex-wrap: wrap;
}

.mc1_vehicle_li {
    width: 25%;
    padding: 0 0.0313rem;
    margin-bottom: 0.0625rem;
}

.mc1_vehicle_lisbox {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3.2em 4em;
    background: #fff;
    transition: all .36s;
}

.mc1_vehicleli_model.mc_txt114rem {
    color: #1833BA;
    opacity: .8;
    margin-bottom: 1rem;
    transition: all .36s;
}

.mc1_vehicleli_brand.mc1_txt101.875rem {
    line-height: 1.3125rem;
    color: #333;
    opacity: .8;
    transition: all .36s;
}

.mc_vehiclertl_ph {
    display: none;
}

.mc_vhcrtl_box {
    display: flex;
    font-size: 0.625rem;
    border-bottom: 0.0625rem solid #E5E5E5;
}

.mc_vhcrtl_l {
    width: 10rem;
    background: #fff;
    padding: 1em 3em;
    justify-content: center;
}

.mc_vhcrtl_r {
    width: calc(100% - 10rem);
    padding: 1em 2.4em;
}

.mc_vhcrtl_line2,
.mc_vhcrtl_line1 {
    display: flex;
}

.mc_vhcrtl_brand {
    display: flex;
    align-items: center;
}

.mc_vhcrtl_brand img {
    width: 1.25rem;
    margin-right: 0.3125rem;
}

.mc_vhcrtl_brand span {
    font-size: 1rem;
    line-height: inherit;
    color: #333;
}

.mc_vhcrtl_li {
    line-height: 1.25rem;
    padding: 0.5rem 0;
}

.mc_vhcrtl_li.act {
    color: #1833BA;
}

.mc_vhcrtlres_li,
.mc_vhcrtl_allbtn,
.mc_vhcrtl_brand {
    line-height: 2.25rem;
}

.mc_vhcrtl_all {
    flex: none;
    margin-right: 2em;
}

.mc_vhcrtlres_li,
.mc_vhcrtl_allbtn {
    font-size: 1rem;
    padding: 0 1em;
    cursor: pointer;
    color: #666;
}

.mc_vhcrtlres_li.act,
.mc_vhcrtl_allbtn.act {
    background: #1833BA;
    color: #fff;
}

.mc_vhcrtl_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
}

.mc_vhcrtl_li {
    font-size: 1rem;
    color: #666;
    padding-left: 1rem;
    padding-right: 1rem;
    cursor: pointer;
}

.mc_vhcrtlres_item {
    display: none;
    margin-top: 1.6em;
}

.mc_vhcrtlres_list {
    display: flex;
    flex-wrap: wrap;
    margin: -0.25rem -0.5rem;
}

.mc_vhcrtlres_li {
    margin: 0.25rem 0.5rem;
}

.mc_vhcrtl_count {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.25rem;
}

.mc_vhcrtlct_l {
    display: flex;
    margin-right: 1.875rem;
}

.mc_vhcrtlct_active {
    display: none;
    align-items: center;
    margin-right: 1rem;
}

.mc_vhcrtlct_dt {
    font-size: 1rem;
    line-height: 1.875rem;
    color: #333;
}

.mc_vhcrtlct_dd {
    display: flex;
    align-items: center;
}

.mc_vhcrtlct_tag {
    display: flex;
    align-items: center;
    height: 1.875rem;
    font-size: 1rem;
    background: #FFFFFF;
    border: 0.0625rem solid #E5E5E5;
    padding: 0 0.5rem;
}

.mc_vhcrtlct_tag:not(:last-child) {
    margin-right: 0.5rem;
}

.mc_vhcrtlct_tag span {
    color: #1833BA;
}

.mc_vhcrtlct_tag .iconfont {
    color: #666;
    cursor: pointer;
}

.mc_vhcrtlct_result {
    font-size: 0.875rem;
    color: #1833BA;
    line-height: 1.875rem;
}

.mc_vhcrtlct_r {
    display: flex;
    align-items: center;
}

.mc_vhcrtl_reset {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    color: #333;
    height: 2.125rem;
    cursor: pointer;
}

.mc_vhcrtl_reset img {
    width: 1.5rem;
    margin-right: 0.625rem;
}

.mc_vhcrtl_confirm {
    font-size: 0.875rem;
    line-height: 2.125rem;
    padding: 0 1.5rem;
    color: #fff;
    background: #1833BA;
    border-radius: 2.5rem;
    margin-right: 1.5rem;
    cursor: pointer;
}

.mc_vhcrtlct_result {
    display: none;
}


.mc_vehicle_retrieval {
    margin-bottom: 3.125rem;
}

.mc_vhcrtlct_tag .iconfont {
    font-size: 0.75rem;
    margin-left: 0.3125rem;
}

.mc_vhcrtlres_empty {
    pointer-events: none;
}

.mc_vhcrtlph_tag {
    display: flex;
    align-items: center;
    height: 1.875rem;
    font-size: 1rem;
    background: #FFFFFF;
    border: 0.0625rem solid #E5E5E5;
    padding: 0 0.5rem;
}

.mc_vhcrtlph_tag:not(:last-child) {
    margin-right: 0.5rem;
}

.mc_vhcrtlph_tag span {
    color: #1833BA;
}

.mc_vhcrtlph_tag .iconfont {
    color: #666;
    cursor: pointer;
}

.mc_vhcrtlph_tag .iconfont {
    font-size: 0.75rem;
    margin-left: 0.3125rem;
}

.mc_vhcrtlph_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mc_vhcrtlph_reset,
.mc_vhcrtlph_r,
.mc_vhcrtlph_l {
    display: flex;
    align-items: center;
}

.mc_vhcrtlph_reset img,
.mc_vhcrtlph_l img {
    width: 1.25rem;
    margin-right: 0.1875rem;
}

.mc_vhcrtlph_reset span,
.mc_vhcrtlph_l span {
    font-size: 1rem;
    color: #333;
}

.mc_vhcrtlph_btn {
    font-size: 0.875rem;
    line-height: 2.25rem;
    padding: 0 1.25rem;
    color: #fff;
    background: #1833BA;
    border-radius: 1.25rem;
    margin-left: 1.5625rem;
}

.mc_vhcrtlph_box {
    padding: 1.25rem 1.25rem;
    margin: 0 -1.25rem 1.25rem;
    background: #fff;
}

.mc_vhcrtlph_tagbox {
    display: flex;
    flex-wrap: wrap;
    margin: -0.25rem;
    margin-bottom: 0.3125rem;
}

.mc_vhcrtlph_tag {
    margin: 0.25rem;
}

.mc_vhcrtl_ph {
    display: none;
}

.mc_vhcrtl_modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
    display: none;
}

.mc_vhcrtlm_container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.mc_vhcrtlm_ft,
.mc_vhcrtlm_hd {
    flex: none;
}

.mc_vhcrtlm_bd {
    flex: auto;
    overflow: hidden;
    height: 100%;
}

.mc_vhcrtlm_scroll {
    height: 100%;
}

.mc_vhcrtlm_letter {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
}

.mc_vhcrtlm_hd {
    position: relative;
    z-index: 1;
    padding: 0.75rem 1.875rem;
}

.mc_vhcrtlm_hdtitle {
    font-size: 1.125rem;
    line-height: 1.5;
    color: #333;
    text-align: center;
}

.mc_vhcrtlm_close {
    font-size: 1.25rem;
    color: #333;
    position: absolute;
    left: 1.25rem;
    top: 50%;
    z-index: 5;
    transform: translateY(-50%);
    cursor: pointer;
}

.mc_vhcrtlm_ft {
    padding: 0.9375rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-shadow: 0rem 0rem 0.5rem rgba(6, 22, 100, 0.1), 0rem 0rem 1rem rgba(6, 22, 100, 0.05);
}

.mc_vhcrtlm_reset,
.mc_vhcrtlm_confirm {
    font-size: 0.875rem;
    line-height: 2rem;
    border-radius: 1.25rem;
    padding: 0 1em;
    border: 0.0625rem solid #1833BA;
    color: #1833BA;
}

.mc_vhcrtlm_confirm {
    color: #fff;
    background: #1833BA;
}

.mc_vhcrtlm_title {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #333;
    background: #F6F9FF;
    padding: 0.625rem 1.25rem;
}

.mc_vhcrtlm_li.mc_vhcrtlm_empty {
    height: 0rem;
    visibility: hidden;
}

.mc_vhcrtlm_secnav_li {
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
    padding: 0.625rem 1.25rem;
}

.mc_vhcrtlm_secnav_li.act {
    color: #1833BA;
}

.mc_vhcrtlml_li {
    font-size: 0.75rem;
    padding: 0 0.625rem;
    margin: 0.3125rem 0;
    color: #666;
}

.mc_vehicle_wrap {
    padding: 0 !important;
}

.mc_vehicle_more {
    text-align: center;
}

.mc_vehicle_more .iconfont {
    display: none;
}

.mc_vehicle_btn {
    cursor: pointer;
}

.mc_vhcrtl_l {
    display: flex;
    align-items: center;
}

.mc_vehicle_more {
    display: none;
}

.mc1_vehicleli_empty {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0.625rem 0;
    color: #666;
}

.mc_vhcrtlph_btn .iconfont {
    font-size: inherit;
    margin-left: 0.625rem;
}

.mc_vhcrtlph_btn span {
    color: #fff !important;
    font-size: inherit !important;
}

.mc_passenger #mc_a1s5_swiper {
    overflow: hidden;
}

.mc_passenger .mc_a1_bd {
    overflow: visible;
}

.mc_passenger #mc_a1s5_swiper .swiper-button-next {
    right: 0.625rem;
}

.mc_passenger #mc_a1s5_swiper .swiper-button-prev {
    left: 0.625rem;
}

.mc_a1s5_brand.mc1_txt2436 {
    font-size: 1.25rem;
}

.mc_a1s5_type {
    flex: none;
}

.mc_vhcrtlct_r {
    flex: none;
}

.mc_vhcrtlct_result {
    flex: none;
}

.mc_vhcrtlct_dt {
    flex: none;
    align-self: flex-start;
}

.mc_vhcrtlct_dd {
    flex-wrap: wrap;
}

.mc_vhcrtlct_dd {
    margin: -0.1875rem 0;
}

.mc_vhcrtlct_tag {
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
}

@media screen and (max-width:1680px) {
	.mc_datat_list3 .mc_data_txt_big {
	    font-size: 3.375rem !important;
	}
	
	.mc_title32 {
	    font-size: 1.875rem;
	}
    .mc1_txt2436,
    .mc1_txt2436 p {
        font-size: 1.375rem;
    }

    /* 1680e */
}

@media screen and (max-width:1280px) {
	.t_mc1_z1s2 .t_duanp20 {
	    margin-bottom: 2.5rem;
	}
	
	.t_mc1_z1s2 .mc_title40 {
	    margin-bottom: 1.625rem;
	}
    .mc_vhcrtl_list {
        margin: 0 -0.75rem;
        justify-content: flex-start;
    }
}

@media screen and (max-width:1199px) {
	.mc_service .mc_f2s1m_li {
	    width: 33.333333%;
	}
	
	.mc_service .mc_f2s1sel_li {
	    width: 8.75rem;
	    padding: 0 0.3125rem;
	}
	
	.mc_f2s1sel_list {
	    margin: 0 -0.3125rem;
	}
    .mc_a1s5_li.swiper-slide {
        width: 21.875rem;
    }

    .mc_a1s5_arrow {
        margin-left: 1.25rem;
    }

    .mc_vehicle_th,
    .mc_vehicle_td {
        padding: 1rem 0.9375rem;
    }

    .mc_vehicle_tr.mc_txt114rem {
        font-size: 0.875rem;
    }

    /* 1199e */
}

@media screen and (max-width:991px) {
	.mc_datat_list3 .mc_data_txt_big {
	    font-size: 3rem !important;
	}
	
	.mc_f1s1_content {
	    margin: 0 0 1.875rem;
	}
	
	.mc_f2s1 {
	    padding-bottom: 3.125rem !important;
	}
	
	.mc_title32 {
	    font-size: 1.5rem;
	}
	.mc_privacy_tab .mc_tabhd_li {
	    font-size: 1rem;
	    margin: 0 0.9375rem;
	}
	
	.mc_privacy_tab .mc_tab_hd {
	    margin-bottom: 2.5rem;
	}
	.t_mc1_z1s1 {
	    margin-bottom: 0 !important;
	    padding-bottom: 2.5rem !important;
	}
	.t_mc1_z1s2 .t_duanp20 {
	    margin-bottom: 1.875rem;
	}
	.t_mc1_z1s2 .mc_title40 {
	    margin-bottom: 1.375rem;
	}
	.mc_title30 {
	    font-size: 1.375rem;
	}
	.t_mc1_z1s4 {
	    padding-bottom: 1.875rem;
	}
	.t_mc1_z1s5.g_b4pt1bot {
	    margin-top: 0;
	    padding-top: 2.5rem;
	}
	.t_duanp20 p {
	    font-size: 0.875rem;
	}
	
	.t_fuwen {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	    align-items: center;
	}
	.t_fuwen .t_fontwen {
	    font-size: 1.375rem;
	}
	
	.t_fulogo {
	    width: 8.75rem;
	}
	
	.t_fuwen {
	    margin-top: 1.5625rem;
	}
	
	
	.mc_title40.mc1_z1s2_title {
	    margin-top: 1.25rem;
	}
	.mc_service .mc_f2s1 {
	    padding: 3.125rem 0;
	}
	
	.mc_service .mc_f1s2 {
	    padding-top: 3.125rem;
	}
    .mc_a1s5_wrap {
        padding-top: 2.5rem;
    }

    .mc_a1s5_wrap .mc_a1_hd {
        margin-bottom: 1.5625rem;
    }

    .mc_a1s5_tool {
        padding-right: 1.25rem;
    }

    .mc_a1s5_wrap {
        font-size: 0.375rem;
    }

    .mc_a1s5_wrap {
        padding-bottom: 2.5rem;
    }

    .mc_a1s5 {
        padding-bottom: 2.5rem;
    }

    .mc_a1s5_wrap {
        padding: 1.875rem 0 2.5rem;
    }

    .mc_vehicle_section {
        padding: 2.5rem 0;
    }

    .mc_vehicle_container {
        padding-bottom: 2.5rem;
    }

    .mc_vehicle_btnbox {
        padding: 1.875rem 0;
    }

    #mc_a1s5_swiper .swiper-button-next,
    #mc_a1s5_swiper .swiper-button-prev {
        display: none !important;
    }

    .mc_d2s2_swiper .swiper-button-next,
    .mc_d2s2_swiper .swiper-button-prev {
        display: none !important;
    }

    .mc_a1s5_lisbox {
        font-size: 0.375rem;
    }

    .mc1_txt2436,
    .mc1_txt2436 p {
        font-size: 1.125rem;
    }

    .mc1_txt101.875rem,
    .mc1_txt101.875rem p {
        font-size: 0.875rem;
        line-height: 1.75;
    }

    .mc_a1s5_lisbox::after {
        width: 100%;
    }

    .mc_a1s5_lisbox {
        box-shadow: 0rem 0rem 1rem rgba(6, 22, 100, 0.1), 0rem 0rem 2rem rgba(6, 22, 100, 0.05);
    }

    .mc_a1s5_lisbox .mc_a1s5_top {
        background: #1833BA;
    }

    .mc_a1s5_lisbox .mc_a1s5_top>div {
        color: #fff;
    }

    .mc_a1s5_lisbox .mc_a1s5_dd {
        color: #1833BA;
    }

    .mc_a1s5_dlbox1 {
        margin-bottom: 0.9375rem;
    }

    .mc_vehicle_tr {
        padding: 0 0.9375rem;
    }

    .mc_vehicle_wrap {
        padding: 0 0.9375rem;
    }

    .mc_vehicle_tr::before {
        width: calc(100% - 1.875rem);
    }

    .mc_vehicle_container {
        padding-top: 0;
    }

    .mc_vehicle_th img {
        width: 1.25rem;
        margin-right: 0.25rem;
    }

    .mc_vehicle .mc_mbx_li,
    .mc_vehicle .mc_inban_title {
        color: #fff;
    }

    .mc1_vehicle_li {
        width: 50%;
    }

    .mc1_vehicle_li {
        padding: 0 0.125rem;
        margin-bottom: 0.25rem;
    }

    .mc1_vehicle_lisbox {
        box-shadow: 0rem 0rem 0.5rem rgba(6, 22, 100, 0.1);
    }

    .mc1_vehicle_list {
        margin: 0 -0.125rem;
    }

    .mc_a1s5_brand.mc1_txt2436 {
        font-size: 1rem;
    }

    /* 991e */
}

@media screen and (max-width:540px) {
    .mc_vehicle_li {
        width: 100%;
    }

    .mc_vehicle_li:last-child {
        margin-bottom: 0;
    }

    .mc_a1s5_pagination {
        max-width: 100%;
    }
}

/* 202206020 end */


/* 20220915 */
.mc1_b1s3 .mc_nc1s4_li:last-child {
    margin-bottom: 0;
}

.mc_g1li_top {
    line-height: 3rem;
    height: 6rem;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.mc_g1li_top strong {
    line-height: inherit;
}

/* 20221230 */
.ft_copyright {
    margin-left: 0 !important;
}

@media screen and (max-width:1366px) {
    .ft_copyright {
        display: block !important;
    }

    .ft_address {
        margin-left: 0 !important;
    }
}

.mc_pc_hd .mc1_area_second {
    height: auto;
}

.mc_pc_hd .mc1_area_li {
    margin-bottom: 1.875rem;
}
@media screen and (max-width:1440px) {
	.mc_datat_list3 .mc_data_txt_big {
	    font-size: 3.125rem !important;
	}
	
	.mc_title32 {
	    font-size: 1.75rem;
	}
	.t_fuwen .t_fontwen {
	    font-size: 2rem;
	}
	
	.t_fulogo {
	    width: 11.625rem;
	}
	.t_duan18 p {
	    font-size: 1rem;
	}
	
	.t_duanp20 p {
	    font-size: 1.125rem;
	}
	
	.mc_title30 {
	    font-size: 1.625rem;
	}
	.mc_a1t_xl span {
	    line-height: 2.75rem;
	}
	.mc_service .mc_f2s1m_lisbox {
	    padding: 1.25rem 1.25rem;
	}
	
	.mc_f2s1_form {
	    margin-bottom: 3.125rem;
	}
	.mc_nd1img_slick.mc_dots_style1 {
	    padding-bottom: 1.875rem;
	}
	.mc_a1s5_brand.mc1_txt2436 {
	    font-size: 1.125rem;
	}
	
	.mc_a1s5_wrap {
	    padding-top: 5rem;
	    font-size: 0.5rem;
	}
	
	.mc_a1s5_arrow {
	    margin-left: 4em;
	}
	
	.mc_a1s5_tool {
	    padding-right: 5rem;
	}
	
	.mc_a1s5_pagination {
	    flex: auto;
	    margin-left: 1.375rem;
	}
	
	.mc_a1s5_lisbox {
	    font-size: 0.5rem;
	}
	
	.mc1_txt2436,
	.mc1_txt2436 p {
	    font-size: 1.25rem;
	}
	
	.mc_txt114rem,
	.mc_txt114rem p {
	    font-size: 1rem;
	    line-height: 1.4;
	}
	
	.mc_vehicle_container {
	    font-size: 0.5rem;
	}
	
	.mc_vehicle_tr {
	    padding: 0 1.875rem;
	}
	
	.mc_vehicle_wrap {
	    padding: 0 1.875rem;
	}
	
	.mc_vehicle_tr::before {
	    width: calc(100% - 3.75rem);
	}
	
	.mc_vehicle_th,
	.mc_vehicle_td {
	    padding: 1.25rem 0.9375rem;
	}
	
	.mc1_vehicleli_brand.mc1_txt101.875rem {
	    font-size: 0.875rem;
	}
	
	
	.mc1_vehicle_list {
	    font-size: 0.5rem;
	}
	
	.mc1_vehicleli_model.mc_txt114rem {
	    margin-bottom: 0.75rem;
	}
	
	.mc_vhcrtl_box {
	    font-size: 0.5rem;
	}
	
	.mc_vhcrtl_l {
	    width: 8.75rem;
	}
	
	.mc_vhcrtl_r {
	    width: calc(100% - 8.75rem);
	}
	
	.mc_vhcrtlres_li,
	.mc_vhcrtl_allbtn {
	    font-size: 0.875rem;
	}
	
	.mc_vhcrtlres_li,
	.mc_vhcrtl_allbtn,
	.mc_vhcrtl_brand {
	    line-height: 2rem;
	}
	
	.mc_vhcrtl_reset img {
	    margin-right: 0.3125rem;
	}
	
	.mc_vhcrtl_confirm {
	    padding: 0 1.25rem;
	}
	
	.mc_vhcrtl_letter {
	    flex: auto;
	}
	
	.mc_vhcrtl_list {
	    margin: 0 -0.75rem;
	    justify-content: space-between;
	}
	
	.mc_vhcrtl_li {
	    font-size: 0.875rem;
	    padding: 0.375rem 0.75rem;
	}
}
@media screen and (max-width:767px) {
	.mc_datat_list3 .mc_data_td {
	    width: 80%;
	}
	
	.mc_datat_list3 .mc_data_txt_big {
	    font-size: 2.5rem !important;
	}
	
	.mc_f2s1 {
	    padding-bottom: 1.5625rem !important;
	}
	
	.mc_title32 {
	    font-size: 1.25rem;
	    margin-top: 0.625rem;
	}
	.mc_privacy_tab .mc_tabhd_li {
	    font-size: 0.875rem;
	    padding: 0.625rem 0;
	    margin: 0 0.625rem;
	}
	
	.mc_privacy_tab .mc_tab_hd {
	    margin-bottom: 1.875rem;
	}
	
	.mc_privacy_tab .mc_tabhd_li::before {
	    height: 0.125rem;
	}
	#mc_lygm_selectbox {
	    margin-top: 0;
	}
	
	.mc_lyinp_ddgm,
	.mc_lyinp_ggcs,
	.mc_ly_yycj_inputgroup .mc_ly_inputbox {
	    margin-bottom: 0.9375rem !important;
	}
	
	.mc_ly_inputgroupbox {
	    margin-bottom: 0.9375rem !important;
	}
	
	.mc_ly_textarea {
	    margin-bottom: 1.5625rem;
	}
	.t_fuwen .t_fontwen {
	    font-size: 1.25rem;
	}
	
	.t_fulogo {
	    width: 6.875rem;
	}
	
	.t_mc1_z1s1 {
	    padding: 2.5rem 0 0 !important;
	}
	
	.t_duan18 p {
	    font-size: 0.875rem;
	    line-height: 1.5;
	}
	.t_mc1_z1s3.mc_f1s1 {
	    padding-top: 2.5rem !important;
	}
	.t_mc1_z1s2 .t_duanp20 {
	    margin-bottom: 1.25rem;
	}
	
	.mc1_brand .mc_banner_inner .mc_ban_ph::before {
	    display: none;
	}
	
	.mc1_brand .mc_ban_contianer {
	    text-align: left;
	}
	
	.mc1_brand .t_fuwen {
	    display: block;
	    justify-content: flex-start;
	}
	
	.t_fuwen .t_fontwen {
	    width: 100%;
	    margin-top: 0.9375rem;
	}
	
	.t_fulogo::before {
	    display: none;
	}
	
	.t_fuwen {
	    margin-top: 0.75rem;
	}
	
	.mc1_z1s1_title img,
	.mc1_z1s2_title img {
	    height: 1.5em;
	}
	.mc_a1t_xl span {
	    line-height: 2.25rem;
	}
	
	.mc_a1t_li12 {
	    left: 30% !important;
	    top: 35% !important;
	}
	
	.mc_a1t_li12 .mc_a1t_xl {
	    top: 1.5rem;
	}
	.mc_f2s1sel_li.mc_f2s1sel_address {
	    width: 100%;
	}
	
	.mc_service .mc_f2s1sel_li {
	    width: 100%;
	}
	
	.mc_service .mc_f2s1sel_li.mc_f2s1sel_address {
	    width: 100%;
	}
	
	.mc_f2s1m_list .mc_f2s1m_li {
	    width: 100%;
	}
	
	.mc_service .mc_f2s1m_lisbox::before {
	    opacity: 0;
	}
	
	ul[style="list-style-type: disc;"]>li,
	ol[style="list-style-type: disc;"]>li {
	    padding-left: 0;
	}
	.ma_j2s2li_pc {
	    display: none !important;
	}
	
	.ma_j2s2li_ph {
	    display: inline-block !important;
	}
	.mc_nd1img_slick.mc_dots_style1 {
	    padding-bottom: 0.9375rem;
	}
	
	.mc_nd1_txtbox {
	    margin-top: 1.875rem !important;
	}
	.mc_a1s5_title {
	    padding-right: .8em;
	}
	
	.mc_a1s5_wrap {
	    font-size: 0.3125rem;
	}
	
	#mc_a1s5_swiper {
	    margin: 0 -1.25rem;
	}
	
	.mc_a1s5_wrap .mc_a1_hd {
	    margin-bottom: 1.875rem;
	}
	
	.mc_a1s5_tool {
	    padding-right: 0;
	    margin-top: 1.875rem;
	}
	
	.mc_a1s5_wrap .mc_a1_bd {
	    padding-bottom: 0;
	}
	
	.mc_a1s5_arrow {
	    font-size: 0.5rem;
	    margin-left: 1.25rem;
	}
	
	
	.mc_vehicle_container {
	    background: transparent;
	    box-shadow: none;
	    padding-bottom: 0;
	}
	
	
	.mc_vehicle_download {
	    flex-direction: row-reverse;
	}
	
	.mc_vehicle_pdf {
	    margin-left: 0;
	    margin-right: 0.3125rem;
	}
	
	.mc_vehicle_wrap {
	    padding: 0;
	}
	
	.mc_vehicle_tip {
	    margin: 1.875rem 0;
	}
	
	
	.mc_vehiclebtn_container {
	    text-align: center;
	}
	
	.mc_a1s5_wrap .mc_a1_hd {
	    align-items: center;
	}
	
	.mc_a1s5_li.swiper-slide {
	    width: 21rem;
	}
	
	.mc_a1s5_top {
	    padding: 0.75rem 0.9375rem;
	}
	
	.mc_a1s5_bot {
	    padding: 0.9375rem 0.9375rem 0.9375rem;
	}
	
	.mc_a1s5_dt {
	    margin-bottom: 0.3125rem;
	}
	
	.mc_vehicle_pc {
	    display: none;
	}
	
	.mc_vehicle_ph {
	    display: block;
	}
	
	#mc_a1s5_swiper {
	    padding-right: 0;
	}
	
	.mc_a1s5_tool {
	    padding: 0 0.9375rem;
	}
	
	.mc_a1s5_pagination {
	    margin-left: 0;
	}
	
	.mc_vehicle_tip {
	    text-align: left;
	}
	
	
	.mc_vehicle_tr {
	    padding: 0;
	}
	
	.mc_vehicle_th {
	    flex-wrap: wrap;
	    justify-content: center;
	    text-align: center;
	}
	
	.mc_vehicle_th img {
	    margin-right: 0;
	    margin-bottom: 0.3125rem;
	}
	
	.mc_vehicle_th span {
	    width: 100%;
	    display: block;
	}
	
	.mc_vehicle_tr::before {
	    width: 100%;
	}
	
	.mc_vehicle_th,
	.mc_vehicle_td {
	    padding: 0.75rem 0.5rem;
	    flex: none;
	}
	
	.mc_vehicle_td1,
	.mc_vehicle_td2 {
	    width: 20%;
	}
	
	.mc_vehicle_td3 {
	    width: 23%;
	}
	
	.mc_vehicle_td4 {
	    width: 37%;
	}
	
	.mc_vehicle_td {
	    font-size: 0.75rem;
	}
	
	.mc_vehicle_td span {
	    line-height: 1.5rem;
	    padding: 0 0.375rem;
	}
	
	.mc1_vehicle_list {
	    font-size: 0.25rem;
	}
	
	.mc1_vehicleli_model.mc_txt114rem {
	    margin-bottom: 0.375rem;
	}
	
	.mc_vhcrtl_pc {
	    display: none;
	}
	
	.mc_vhcrtl_ph {
	    display: block;
	}
	.mc1_vehicle_lisbox {
	    padding: 1.25rem 0.9375rem;
	}
	
	.mc_vehicle_retrieval {
	    margin-bottom: 1.25rem;
	}
}
@media screen and (min-width:1200px) {
	.ma_lbm_li a:hover .ma_lbml_img2 {
	    transform: scale(1.1);
	}
	
	.ma_lbm_li a:hover .ma_lbmlm_title {
	    color: #0028aa;
	}
	
	.ma_lbm_li a:hover .mc_a1s1_morebtn {
	    color: #0028aa;
	}
	
	.ma_lbm_li a:hover .mc_a1s1_morebtn::before {
	    transform: scale(.5);
	    opacity: 0;
	}
	
	.ma_lbm_li a:hover .mc_a1s1_morebtn::after {
	    transform: scale(1);
	    opacity: 1;
	}
	
	.ma_b1s2_main a:hover .mc_a1s1_morebtn {
	    color: #0028aa;
	}
	
	.ma_b1s2_main a:hover .mc_a1s1_morebtn::before {
	    transform: scale(.5);
	    opacity: 0;
	}
	
	.ma_b1s2_main a:hover .mc_a1s1_morebtn::after {
	    transform: scale(1);
	    opacity: 1;
	}
	
	.ma_b1s2_main a:hover .ma_b1s2m_r1 {
	    opacity: 0;
	}
	
	.ma_b1s2_main a:hover .ma_b1s2m_r2 {
	    opacity: 1;
	    transform: translateX(0) !important;
	}
	
	.ma_b2s1_main:hover .mc_a1s1_morebtn {
	    color: #0028aa;
	}
	
	.ma_b2s1_main:hover .mc_a1s1_morebtn::before {
	    transform: scale(.5);
	    opacity: 0;
	}
	
	.ma_b2s1_main:hover .mc_a1s1_morebtn::after {
	    transform: scale(1);
	    opacity: 1;
	}
	
	.ma_b2s1_main:hover .ma_b1s2m_r1 {
	    opacity: 0;
	}
	
	.ma_b2s1_main:hover .ma_b1s2m_r2 {
	    opacity: 1;
	    transform: translateX(0) !important;
	}
	
	.ma_lb_maim2 .ma_lbm_li:hover {
	    box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, .1);
	}
	
	.mc_nav_li:hover .mc_nav_a {
	    color: #0075C9;
	}
	
	.mc_language a:hover {
	    color: #0075C9;
	}
	
	.mc_search_btn:hover i,
	.mc_search_btn:hover em {
	    color: #0075C9 !important;
	}
	
	.mc_ft1_nav a:hover {
	    color: #0075C9;
	}
	
	.mc_ft2_nav a:hover {
	    opacity: .8;
	}
	
	.mc_sharebox:hover .mc_list_png {
	    opacity: .8;
	}
	
	.mc_sharebox .mc_list_png {
	    transition: all .36s;
	}
	#news .mc_e1_lisbox {
	    box-shadow: 0 0.3125rem 2.9375rem 0.25rem rgba(214, 211, 211, .75);
	}
	.mc_e1_lisbox:hover {
	    box-shadow: 0 0.3125rem 2.9375rem 0.25rem rgba(214, 211, 211, .75);
	}
	
	.mc_e1_lisbox:hover::after {
	    width: 100%;
	}
	
	.pc_fenye li:hover {
	    color: #fff;
		background: #409EFF;
	}
	
	.mc_e3s1_backbtn:hover {
	    color: #0075C9;
	}
	
	.mc_e3s1b_sharebox .mc_sharebox:hover {
	    background: #0075C9;
	}
	
	.mc_e3s1_arrow a:hover {
	    color: #0075C9;
	}
	
	.mc_h1_morebtn:hover {
	    color: #0075C9;
	}
	
	.mc_h1_morebtn:hover i::before {
	    transform: translateX(0.625rem);
	}
	
	.mc_h1s1_lisbox:hover {
	    box-shadow: 0.3125rem 0.2813rem 0.9563rem 0.1688rem rgba(212, 211, 211, .75);
	}
	
	.mc_h1s2_lisbox:hover .mc_h1s2li_title {
	    color: #0075C9;
	}
	
	.mc_h1s2_lisbox:hover .mc_h1s2_r i,
	.mc_h1s2_lisbox:hover .mc_h1s2_r em {
	    color: #0075C9;
	}
	
	.mc_mbx_li:hover {
	    /* color: #333333; */
	    opacity: .8;
	}
	
	.mc_h2s1_li:hover .mc_h2s1_a::before {
	    width: 100%;
	}
	
	.mc_e1_lisbox:hover .mc_e1_imgbox img {
	    transform: scale(1.1);
	}
	
	.mc_h1s3_hudong_btn:hover i,
	.mc_h1s3_hudong_btn:hover em {
	    /* animation: movex .6s ease; */
	    transform: translateX(0.625rem);
	}
	
	@keyframes movex {
	    50% {
	        transform: translateX(0.625rem);
	    }
	}
	
	.mc_i1s1_mapbtn:hover {
	    color: #0075C9;
	}
	
	.mc_i1s1f_table td a:hover {
	    color: #0075C9;
	}
	
	.mc_lyt_hdli:hover .mc_lyt_hda {
	    background: #0028aa;
	}
	
	.mc_lyfac_add:hover {
	    color: #0075C9;
	}
	
	.mc_lyfac_delete:hover {
	    background: #ed0000;
	}
	
	.mc_subnav_a:hover {
	    color: #0075C9;
	}
	
	.mc_navxlr_a:hover {
	    color: #0075C9;
	}
	
	.mc_f1t_href:hover i,
	.mc_f1t_href:hover em {
	    transform: translateX(0.625rem);
	}
	
	.mc_f1s2_lisbox:hover .mc_f1s2_imgbox img {
	    transform: scale(1.1);
	}
	
	.mc_f1s2_lisbox:hover .mc_f1s2_bot {
	    color: #0075C9;
	}
	
	.mc_f1s2_imgbox img,
	.mc_f1s2_bot {
	    transition: all .36s;
	}
	
	.mc_f2s1m_li:hover .mc_f2s1m_title {
	    color: #0075C9;
	}
	
	.mc_i1s1f_table tr:not(.mc_i1s1f_thd):hover {
	    background: #f8f8f8;
	}
	
	.mc_i1s1f_table tr:not(.mc_i1s1f_thd):hover td {
	    color: #333;
	}
	
	.mc_i1s2_lisbox:hover .mc_i1s2_xtb i,
	.mc_i1s2_lisbox:hover .mc_i1s2_xtb em,
	.mc_i1s2_lisbox:hover .mc_i1s2_title {
	    color: #0075C9;
	}
	
	.mc_ly_submit:hover input {
	    color: #0075C9;
	}
	
	.mc_ly_submit:hover::before {
	    transform: scale(.5);
	    opacity: 0;
	}
	
	.mc_ly_submit:hover::after {
	    transform: scale(1);
	    opacity: 1;
	}
	
	.mc_a1s1_a:hover .mc_a1s1_morebtn::before {
	    transform: scale(.5);
	    opacity: 0;
	}
	
	.mc_a1s1_a:hover .mc_a1s1_morebtn::after {
	    transform: scale(1);
	    opacity: 1;
	}
	
	.mc_a1s1_a:hover .mc_a1s1_morebtn {
	    color: #0028aa;
		background: #fff;
		border: 0.0625rem solid #0028aa;
	}
	
	.mc_a1s1_a:hover .mc_a1s1_imgbox::after {
	    width: 100%;
	}
	
	/* .mc_a1s1_a:hover {
	    box-shadow: 0.9375rem 0.5625rem 0.875rem 0.125rem rgba(110, 117, 129, .18);
	} */
	
	.mc_a1s3_lisbox:hover .mc_a1s1_morebtn::before {
	    transform: scale(.5);
	    opacity: 0;
	}
	
	.mc_a1s3_lisbox:hover .mc_a1s1_morebtn::after {
	    transform: scale(1);
	    opacity: 1;
	}
	
	.mc_a1s3_lisbox:hover .mc_a1s1_morebtn {
	    color: #0028aa;
	}
	
	.mc_a1s1_morebtn:hover::before {
	    transform: scale(.5);
	    opacity: 0;
	}
	
	.mc_a1s1_morebtn:hover::after {
	    transform: scale(1);
	    opacity: 1;
	}
	
	.mc_a1s1_morebtn:hover {
	    color: #0028aa;
	}
	
	.mc_a1s3_lisbox:hover .mc_list_png {
	    opacity: 0;
	}
	
	.mc_a1s3_lisbox:hover .mc_list_img {
	    opacity: 1;
	    transform: translateX(0) !important;
	}
	
	.mc_a1s3_lisbox:hover .mc_a1s3li_title {
	    color: #0028aa;
	}
	
	.mc_a1s4_lisbox:hover .mc_a1s4_imgbox::before {
	    height: 100%;
	    background: rgba(0, 0, 0, .6)
	}
	
	.mc_a1s4_lisbox:hover .mc_a1s4li_title {
	    height: 100%;
	    opacity: 0;
	}
	
	.mc_a1s4_lisbox:hover .mc_a1s4li_txt2 {
	    opacity: 1;
	    margin-top: 0;
	}
	
	.mc_a1s4li_txt2 .mc_a1s1_more:hover .mc_a1s1_morebtn::before {
	    transform: scale(.5);
	    opacity: 0;
	}
	
	.mc_a1s4li_txt2 .mc_a1s1_more:hover .mc_a1s1_morebtn::after {
	    transform: scale(1);
	    opacity: 1;
	    border-color: #fff;
	}
	
	.mc_a1s4li_txt2 .mc_a1s1_more:hover .mc_a1s1_morebtn {
	    color: #fff;
	}
	
	.mc_a1s2_txtbox2 .mc_a1s1_more:hover .mc_a1s1_morebtn::after {
	    border-color: #fff;
	}
	
	.mc_a1s2_txtbox2 .mc_a1s1_more:hover .mc_a1s1_morebtn {
	    color: #fff;
	}
	
	.g_btn:hover .icon-nextstep {
	    transform: translateX(0.625rem);
	}
	
	.mc_d2s3sub_li:hover .mc_d2s3sub_txtbox {
	    color: #0028aa;
	}
	
	.mc_d2s3sub_li:hover .mc_d2s3sub_imgbox {
	    opacity: 1;
	}
	
	.g_b4footflnr>a:hover .g_b4footwz h4 {
	    color: #0028aa;
	}
	
	.mc_d2s3_li:hover {
	    z-index: 10;
	}
	
	.mc_a2gl_a:hover {
	    color: #333;
	}
	
	.mc_a2re_a:hover {
	    color: #333;
	}
	
	/* .mc_b21_tr:hover .mc_b21_td1:not(.mc_b21_th){
	    color: #0075C9;
	} */
	
	.ma_lbmlmr_a a:hover span {
	    color: #0028aa;
	}
	
	.mc_d2s2_swiper:hover .swiper-button-next,
	.mc_d2s2_swiper:hover .swiper-button-prev {
	    opacity: 1;
	}
	
	.mc_d3s2_swiper:hover .swiper-button-next,
	.mc_d3s2_swiper:hover .swiper-button-prev {
	    opacity: 1;
	}
	
	.mc_d3s5_swiper:hover .swiper-button-next,
	.mc_d3s5_swiper:hover .swiper-button-prev {
	    opacity: 1;
	}
	
	.mc_j2s2_swiper:hover .swiper-button-next,
	.mc_j2s2_swiper:hover .swiper-button-prev {
	    opacity: 1;
	}
	
	.mc_lycj_select .mc_select_li:hover {
	    color: #0028aa;
	
	}
	
	.mc_getpos_txt p a:hover {
	    color: #0028aa;
	}
	.mc_n1s3_a:hover {
	    box-shadow: 0.0625rem 0.125rem 0.4375rem 0.0625rem rgba(128, 129, 139, .23);
	}
	
	.mc_a1t_li:hover {
	    z-index: 20;
	}
	
	.mc_a1t_li:hover .mc_a1t_xl {
	    pointer-events: all;
	}
	
	.mc_a1t_li:hover .mc_a1t_xl::before {
	    width: 100%;
	    transition: all .4s cubic-bezier(.34, .44, .41, 1.12);
	}
	
	.mc_a1t_li:hover .mc_a1t_xl span {
	    opacity: 1;
	    transition: all .36s .4s;
	}
	
	.mc_innav_hd .mc_nav_a:hover {
	    color: #0075C9;
	}
	
	.mc_innav_a:hover {
	    color: #0075C9;
	}
	
	.mc_innav_a:hover::before {
	    width: 100%;
	}
	
	.mc_d3s2li_txt p a:hover {
	    color: #021571 !important;
	}
	
	.mc_vbtn_a:hover {
	    background: #0a38a5;
	    color: #fff;
	}
	
	.mc_nc1s1_list:hover .mc_nc1s1_li {
	    width: 30%;
	}
	
	.mc_nc1s1_list .mc_nc1s1_li:hover {
	    width: 40%;
	}
	
	.mc_nc1s1_list .mc_nc1s1_li:hover .mc_nc1s1_bgbox::after {
	    opacity: 1;
	}
	
	.mc_nc1s1_list .mc_nc1s1_li:hover .mc_nc1s1_txtbox>.mc_nc1s1_title {
	    opacity: 0;
	}
	
	.mc_nc1s1_list .mc_nc1s1_li:hover .mc_nc1s1_txt {
	    opacity: 1;
	    transition: all .4s .4s;
	}
	
	
	.mc_nc1ft_a:hover {
	    color: #fff;
	}
	
	.mc_nc1ft_a:hover .mc_xtb_default {
	    opacity: 0;
	}
	
	.mc_nc1ft_a:hover .mc_xtb_active {
	    opacity: 1;
	}
	
	.mc_nc1ft_a:hover::before {
	    opacity: 1;
	}
	
	.mc_nd1_imgbox:hover img {
	    transform: scale(1.05);
	}
	
	.mc_nd1_imgbox img {
	    transition: all .36s !important;
	}
	.mc_g1_videobox:hover .mc_btnfixed {
	    opacity: 1;
	    transform: translate(-50%, -50%) scale(1);
	    transition: all 0s;
	}
	
	.mc_g1_videobox:hover .mc_g1_playbtn {
	    opacity: 0;
	    transform: translate(-50%, 50%) scale(.9);
	}
	
	.mc_g1_playbtn {
	    display: none !important;
	}
	.mc_privacy_tab .mc_tabhd_li:hover::before {
	    width: 100%;
	}
	.mc_alertm_btn:hover {
	    background: #fff;
	    color: #0028aa;
	}
	.mc_service .mc_f2s1m_lisbox:hover {
	    box-shadow: 0rem 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
	}
	
	.mc_service .mc_f2s1m_lisbox:hover::before {
	    opacity: 0;
	}
	.mc_vhcrtl_li:hover {
	    color: #1833BA;
	}
	
	.mc1_vehicle_lisbox:hover {
	    background: #1833BA;
	    box-shadow: 0rem 0rem 1rem rgba(6, 22, 100, 0.1), 0rem 0rem 2rem rgba(6, 22, 100, 0.05);
	}
	
	.mc1_vehicle_lisbox:hover .mc1_vehicleli_model {
	    color: #fff !important;
	    opacity: 1 !important;
	}
	
	.mc1_vehicle_lisbox:hover .mc1_vehicleli_brand {
	    color: #fff !important;
	    opacity: 1 !important;
	}
	
	.mc_vehicle_tbody .mc_vehicle_tr:hover {
	    background: #F6F9FF;
	}
	
	.mc_vehicle_tbody .mc_vehicle_tr:hover .mc_vehicle_td {
	    color: #1833BA;
	}
	
	#mc_a1s5_swiper:hover .swiper-button-next,
	#mc_a1s5_swiper:hover .swiper-button-prev {
	    opacity: 1;
	}
	
	.mc_a1s5_lisbox:hover::after {
	    width: 100%;
	}
	
	.mc_a1s5_lisbox:hover {
	    box-shadow: 0rem 0rem 1rem rgba(6, 22, 100, 0.1), 0rem 0rem 2rem rgba(6, 22, 100, 0.05);
	}
	
	.mc_a1s5_lisbox:hover .mc_a1s5_top {
	    background: #1833BA;
	}
	
	.mc_a1s5_lisbox:hover .mc_a1s5_top>div {
	    color: #fff;
	}
	
	.mc_a1s5_lisbox:hover .mc_a1s5_dd {
	    color: #1833BA;
	}
	
	.mc_a1s5_arrow:hover {
	    background: #1833BA;
	    border-color: #1833BA;
	}
	
	.mc_a1s5_arrow:hover .mc_list_png {
	    opacity: 1;
	}
	
	.mc_a1s5_arrow:hover .mc_list_img {
	    opacity: 0;
	}
	
	.mc_vehicle_download:hover {
	    color: #1833BA;
	}
	
	.mc_vehicle_download:hover .mc_list_img {
	    opacity: 1;
	}
	
	.mc_vehicle_download:hover .mc_list_png {
	    opacity: 0;
	}
}

/* 202306闄ゅ悕鏌ヨ */
.pub_cont1200 {
    width: 75rem;
    max-width: 100%;
    margin: 0 auto;
}

.pub_title56 {
    font-size: 3.5rem;
    line-height: 4.625rem;
    font-weight: bold;
    color: #333;
}

.pub_title44 {
    font-size: 2.75rem;
    line-height: 3.625rem;
    font-weight: bold;
    color: #333;
}

.pub_title24 {
    font-size: 1.5rem;
    line-height: 1.4;
    color: #333;
}

.pub_title20 {
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: bold;
    color: #333;
}

.delisted_section {
    margin-top: 4.375rem;
    padding: 6.25rem 0 5rem;
}

.delisted_title {
    margin-bottom: 3rem;
}

.delisted_content {
    background: #fff;
    box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.1);
    padding: 3.125rem 4.6875rem 5rem;
    display: flex;
}

.delisted_left {
    padding-right: 6.25rem;
    position: relative;
    z-index: 1;
    width: 48%;
}

.delisted_left::before {
    content: "";
    position: absolute;
    right: 0;
    width: 0.0625rem;
    height: 100%;
    opacity: 0.2;
    background: #1833BA;
}

.delisted_right {
    padding: 5.625rem 0 5.625rem 5rem;
    width: 52%;
}

.delisted_form_inputbox:not(:last-child) {
    margin-bottom: 1.5rem;
}

.support_form_inputbox label,
.delisted_form_inputbox label {
    font-size: 1rem;
    line-height: 1.3125rem;
    color: #333;
    margin-bottom: 0.25rem;
}

.delisted_form_inputbox label.delisted_require::after {
    content: "*";
    color: #F71818;
}

.sup_search_inputbox input,
.support_form_inputbox textarea,
.support_form_inputbox input,
.delisted_form_inputbox input {
    width: 100%;
    height: 4.125rem;
    border: 0.0625rem solid rgba(24, 51, 186, 0.2);
    font-size: 1rem;
    padding: 0 1em;
}

.delisted_form_submit {
    margin-top: 2rem;
}

.delisted_form_submitbtn {
    font-size: 0.875rem;
    line-height: 1.125rem;
    padding: 0.5rem 1.5em;
    color: #fff;
    cursor: pointer;
    min-width: 11em;
    background: #1833BA;
    border-radius: 2.5rem;
    border: 0.0625rem solid #1833BA;
    transition: all .36s;
}

.delisted_form_verifybox {
    display: flex;
    align-items: flex-end;
}

.delisted_verify_imgbox {
    flex: none;
    margin-left: 1rem;
    text-align: right;
}

.delisted_verify_inputbox {
    flex: auto;
}

.delisted_verify_changebtn {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: #333;
    opacity: 0.5;
    margin-bottom: 0.25rem;
    transition: all .36s;
}

.delisted_verify_img canvas,
.delisted_verify_changebtn {
    cursor: pointer;
}

.delisted_result_title {
    margin-bottom: 1.5rem;
}

.delisted_result_text p,
.delisted_result_text {
    font-size: 1rem;
    line-height: 1.3125rem;
    color: #666;
}

.delisted_result_text p:not(:last-child) {
    margin-bottom: 0.75rem;
}

.delisted_result_display {
    display: none;
}

.delisted_verify_img #canvas {
    display: block;
}

/* gss */
.nav_default_main {
    margin-top: 4.375rem;
}

.support_title {
    margin-bottom: 2rem;
}

.agent_terms,
.support_section {
    padding: 6.25rem 0;
}

.support_top {
    margin-bottom: 3.125rem;
}

.support_content {
    box-shadow: 0rem 0.25rem 1rem 0rem rgba(0, 0, 0, 0.05);
}

.support_nav {
    display: flex;
}

.support_nav_li {
    flex: 1;
    position: relative;
}

.support_nav_li:not(:last-child)::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0.0625rem;
    height: 100%;
    background: #fff;
    opacity: .2;
}

.support_nav_a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.1563rem 1.25rem;
    height: 100%;
    background: #0c1a55;
    color: #fff;
}

.support_nav_li.act .support_nav_a {
    background: #1833BA;
}

.support_nav_a img {
    width: 2rem;
    margin-right: 1rem;
}

.sup_success_th,
.sup_success_thtd,
.sfsh_img_edit_title,
.support_nav_a span {
    font-size: 1.125rem;
    line-height: 1.6;
}

.support_formbox {
    padding: 3.25rem 5rem 3.75rem;
}

.support_form_service {
    padding-bottom: 1.25rem;
}

.support_form_service_title {
    color: #1833BA;
    margin-bottom: 1.5rem;
}

.support_required::after {
    content: "*";
    font-size: 1rem;
    color: #F61818;
    font-weight: normal;
    margin-left: 0.25rem;
}

.support_form_service_radiolist {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2.5rem;
}

.support_form_service_radioitem {
    display: flex;
    align-items: center;
    margin-right: 2.5rem;
    flex-wrap: wrap;
    margin-bottom: 1.125rem;
    cursor: pointer;
}

.support_form_service_radio {
    display: block;
    font-size: 1rem;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    border: 0.0625rem solid #1833BA;
    position: relative;
}

.support_form_service_radio::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    border-radius: 50%;
    background: #1833BA;
    opacity: 0;
}

.support_form_service_text {
    margin-left: 1em;
}

.support_form_service_radioitem.act .support_form_service_radio::before {
    opacity: 1;
}

.support_form_lastrow,
.support_form_inputrow {
    display: flex;
    margin: 0 -1.25rem;
}

.support_form_inputbox {
    width: 50%;
    padding: 0 1.25rem;
}

.support_form_inputrow {
    margin-bottom: 1.5rem;
}

.support_form_verifybox {
    display: flex;
    align-items: flex-end;
}

.support_form_inputrow_single .support_form_inputbox {
    width: 100%;
}

.support_form_inputrow_place .support_form_inputbox,
.support_form_area .support_form_inputbox {
    width: 33.333333%;
}

.support_form_area2 .support_form_inputbox {
    width: 25%;
    flex: auto;
}

.support_form_inputbox textarea {
    line-height: 1.6;
    height: 10rem !important;
    padding-top: 1em;
    padding-bottom: 1em;
    resize: none;
}

.support_form_select {
    position: relative;
    z-index: 5;
}

.support_form_select .mc_select_bd {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    width: 100%;
    border: 0.0625rem solid #dee6ff;
    background: #fff;
    border-top: 0;
    padding: 0.875rem 0;
    z-index: 20;
    max-height: 15rem;
    overflow: auto;
}

.support_form_select .mc_select_hd {
    position: relative;
}

.support_form_select .mc_select_xtbbox {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
}

.support_form_select .mc_select_li {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.3125rem 0.9375rem;
    color: #333;
    transition: all .36s;
}

.support_form_select .mc_select_li.disabled {
    pointer-events: none;
}

.support_form_submitbox {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.support_form_submitbtn {
    font-size: 1rem;
    min-width: 9.375em;
    padding: 0.75em 1.5em;
    color: #fff;
    background: #1833BA;
    border-radius: 3em;
}

.support_form_submit {
    margin-left: 2.5rem;
    flex: none;
}

.support_form_privacy {
    display: flex;
    align-items: center;
}

.support_form_privacy input {
    font-size: 1.25rem;
    width: 1em !important;
    height: 1em !important;
    padding: 0;
    margin-top: 0;
    cursor: pointer;
    position: relative;
    flex: none;
}


.support_form_privacy input:checked::before {
    content: "\e62f";
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 0.9375rem;
    font-weight: bold;
    color: #0075C9;
    transform: translate(-50%, -50%);
}

.support_form_privacy_text {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #333;
    margin-left: 1em;
    user-select: none;
}

.support_form_privacy_text a {
    color: #1833BA;
    margin: 0 0.2em;
}

.support_form_inputbox #date {
    cursor: pointer;
}

.support_form_date {
    position: relative;
}

.support_form_datetext {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #666;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.support_form_datetext img {
    margin-left: 1em;
    width: 2rem;
}


#complain_form .support_form_service_text {
    min-width: 9em;
}

.sfsr_second_list {
    padding: 0 2.5rem;
    background: #F7F8FA;
    border-top: 0.0625rem solid rgba(24, 51, 186, 0.2);
}

.sfsr_second_listbox {
    display: none;
}

.sfsr_second_item {
    margin-bottom: 0;
    padding: 0.5313rem 0;
}

#repair_form .support_form_service_radioitem {
    min-width: 20%;
    margin-right: 0;
    padding-right: 2.5rem;
}

.sup_success_table {
    width: 100%;
}

.sup_success_tr {
    padding: 0 5rem;
    display: flex;
    align-items: center;
}

.sup_success_th,
.sup_success_thtd {
    flex: 1;
}

.sup_success_th:not(:first-child),
.sup_success_thtd:not(:first-child) {
    padding-left: 6.25rem !important;
}

.sup_success_thead {
    background: #1833BA;
}

.sup_success_th {
    color: #fff;
    font-weight: bold;
    padding: 0.9375rem 0;
}

.sup_success_thtd {
    padding: 2.8125rem 0;
    color: #333;
}

.sup_success_dt {
    display: none;
}

.sup_success_dd {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.sup_success_servnum_copy {
    margin-left: .6em;
    cursor: pointer;
    width: 1.5rem;
}

.sup_success_status {
    position: relative;
    z-index: 1;
}

.sup_success_status::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0.6em;
    height: 0.6em;
    border-radius: 50%;
    margin-right: 0.8em;
}

.sup_success_status.sup_success_status_going {
    color: #F58400;
}

.sup_success_status.sup_success_status_going::before {
    background: #F58400;
}

.sup_success_status.sup_success_status_complete {
    color: #09C01B;
}

.sup_success_status.sup_success_status_complete::before {
    background: #09C01B;
}

.sup_search_form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.5rem 5rem;
}

.sup_search_submitbox {
    flex: none;
    margin-left: 1.875rem;
}

.sup_search_inputbox {
    width: 44.6875rem;
}

.sup_search_submitbtn {
    font-size: 0.875rem;
    padding: 0.75rem 1.5rem;
    min-width: 9.375rem;
    color: #fff;
    background: #1833BA;
    border-radius: 2.5rem;
}

.sup_search_result {
    margin-top: 1.5rem;
}

.sup_search_result_none {
    padding: 0 5rem;
}

.sup_search_result_none p {
    color: #333;
}

.sup_search_result_none,
.sup_search_result_has {
    display: none;
}

.sup_search_result_has {
    background: #FFF;
    box-shadow: 0rem 0.25rem 1rem 0rem rgba(0, 0, 0, 0.05);
}


.sup_success_trbox .sup_success_tr {
    padding: 0;
    cursor: pointer;
}

#sup_search_result_table .sup_success_tbody {
    padding: 0 5rem 3.75rem;
}

#sup_search_result_table .sup_success_thtd {
    padding: 1.5625rem 0;
}

.sup_success_trbox {
    border-bottom: 0.0625rem solid rgba(24, 51, 186, 0.20);
}

.sup_success_trbox:nth-child(even) {
    background: #F7F8FA;
}

.sup_search_result_message {
    display: none;
    padding: 1.875rem 2.5rem 2.5rem;
    background: #F7F8FA;
    border-top: 0.0625rem solid rgba(24, 51, 186, 0.20);
}

.ssrm_title {
    margin-bottom: 1.25rem;
}

.ssrm_progress_nav {
    display: flex;
    justify-content: space-between;
}

.ssrm_progress_itembox {
    padding: 1.25rem;
    border: 0.0625rem dashed rgba(24, 51, 186, 0.20);
    text-align: center;
    height: 100%;
}

.ssrm_progress_icon {
    width: 1.5rem;
    margin: 0 auto 0.5rem;
}

.ssrm_progress_icon img {
    object-fit: contain;
}

.support_form_service_text,
.agent_terms_item_title span,
.ssrm_message_dl>div,
.ssrm_progress_title {
    font-size: 1rem;
    line-height: 1.8;
}

.ssrm_progress_date {
    font-size: 0.875rem;
}

.ssrm_progress_item.act .ssrm_progress_itembox {
    background: #1833BA;
}

.ssrm_progress_item.act .mc_list_img {
    opacity: 0;
}

.ssrm_progress_item.act .ssrm_progress_title,
.ssrm_progress_item.act .ssrm_progress_date {
    color: #fff;
}

.ssrm_progress_item:last-child {
    background: #EDEDED;
    box-shadow: 0rem 0.25rem 1rem 0rem rgba(0, 0, 0, 0.05);
}

.ssrm_progress_icon3 img {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #1833BA;
}

.ssrm_progress {
    position: relative;
}

.ssrm_progress_linebox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.ssrm_progress_itembox {
    width: 7.0625rem;
    padding: 1.25rem 0.625rem;
}

.ssrm_progress_line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc((100% - 7.0625rem*4)/3);
    border: 0.0625rem dashed rgba(24, 51, 186, 0.20);
}

.ssrm_progress_line.act {
    border-color: red;
}

.ssrm_progress_line1 {
    left: 7.0625rem;
}

.ssrm_progress_line2 {
    left: 50%;
    transform: translate(-50%, -50%);
}

.ssrm_progress_line3 {
    right: 7.0625rem;
}

.ssrm_progress_lineh {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    height: 0.25rem;
    background: #1833BA;
    opacity: 0;
}

.ssrm_progress_lineh:nth-child(2) {
    left: auto;
    right: 0;
}

.ssrm_progress_lineh:nth-child(2).act {
    right: 0;
}

.ssrm_progress_lineh.act {
    opacity: 1;
}

.ssrm_progress_lineh.start::before,
.ssrm_progress_lineh.end::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 0.875rem;
    height: 0.875rem;
    background: #fff;
    border: 0.25rem solid #1833BA;
    border-radius: 50%;
    background: #fff;
}

.ssrm_progress_lineh.start::before {
    left: 0;
    transform: translate(-50%, -50%);
}

.ssrm_progress_lineh.end::after {
    right: 0;
    transform: translate(50%, -50%);
}

.ssrm_message {
    margin-top: 1.5rem;
}

.ssrm_message_item {
    background: #fff;
    padding: 0.625rem 1.25rem;
}

.ssrm_message_item:not(:last-child) {
    margin-bottom: 0.625rem;
}

.ssrm_message_dlist {
    display: flex;
    margin: 0 -1.5625rem;
}

.ssrm_message_dlitem {
    width: 25%;
    padding: 0 1.5625rem;
}



.ssrm_message_dt {
    color: #1833BA;
    margin-bottom: 0.25rem;
}

.ssrm_message_dd {
    color: #333;
}

.agent_terms_data {
    padding: 6.25rem 0 2.5rem;
    background: #F7F8FA;
}

.agent_terms_data_li.mc_g1_li {
    margin-bottom: 2.5rem;
}

.agent_terms_data_lisbox {
    padding-top: 1.875rem;
    border-top: 0.0625rem solid #ACACAC;
}

.agent_terms_data_num {
    font-size: 2.375rem;
    color: #1833BA;
    margin-bottom: 1.875rem;
}


.agent_terms_title {
    text-align: center;
    margin-bottom: 3.125rem;
}

.agent_terms_item {
    background: #FFF;
    box-shadow: 0rem 0.125rem 1.5rem 0rem rgba(0, 0, 0, 0.10);
    padding: 3.125rem 3.125rem 1.625rem;
}

.agent_terms_item_title {
    margin-bottom: 2rem;
}

.atic_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5625rem;
}

.atic_item {
    width: 50%;
    padding: 0 1.5625rem;
    margin-bottom: 1.5rem;
}

.atic_itembox {
    display: flex;
    height: 100%;
    background: #F7F8FA;
    box-shadow: 0rem 0.25rem 0.75rem 0rem rgba(0, 0, 0, 0.10);
    padding: 0.75rem 1.25rem;
}

.atic_item_index {
    flex: none;
}

.atic_item_text {
    flex: auto;
    padding-left: 1em;
}

.atic_item_text p {
    color: #666;
}

.atic_item_index {
    font-size: 1.25rem;
    line-height: 1.5;
    color: #1833BA;
}

.agent_terms_item_title span {
    color: #666;
    font-weight: normal;
}

.agent_terms_checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

input.pub_checkbox {
    font-size: 1.25rem;
    width: 1em;
    height: 1em;
    padding: 0;
    margin-top: 0;
    cursor: pointer;
    position: relative;
    flex: none;
    border: 0.0625rem solid #1833BA;
}


.pub_checkbox:checked::before {
    content: "\e62f";
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 0.9375rem;
    font-weight: bold;
    color: #0075C9;
    transform: translate(-50%, -50%);
}


.agent_terms_checkbox .pub_checkbox {
    margin-top: 0.1875rem;
}

.agent_terms_checkbox_text {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #333;
    margin-left: 1em;
    user-select: none;
}

.agent_terms_bottom {
    text-align: center;
    margin-top: 3.125rem;
}

.agent_terms_checkbox_text {
    color: #1833BA;
}

.agent_terms_apply {
    margin-top: 1.625rem;
}

.agent_terms_applybtn {
    cursor: pointer;
    font-size: 1rem;
    color: #fff;
    padding: 0.75rem 1.5rem;
    width: 22.5rem;
    border-radius: 2.5rem;
    background: #1833BA;
}

.agent_terms_applybtn.disabled {
    pointer-events: none;
    background: #BCBCBC;
}

.support_tip p:not(:last-child) {
    margin-bottom: 0.75rem;
}

.mc_select.support_form_select.on {
    z-index: 10;
}

.agent_nav {
    display: flex;
    margin: 0 -0.625rem;
}

.agent_nav_li {
    padding: 0 0.625rem;
    width: 20%;
}

.agent_nav_lisbox {
    height: 100%;
    text-align: center;
    padding: 1.25rem;
    border-right: 0.0625rem solid rgba(24, 51, 186, 0.20);
    background: #EDEDED;
    position: relative;
    z-index: 1;
}

.agent_nav_li:not(:last-child) .agent_nav_lisbox::before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 0.625rem);
    transform: translate(-50%, -50%);
    width: 1.5rem;
    height: 1.5rem;
    background: url(../images/202306/icon_right.svg) center / contain no-repeat;
}

.agent_tab_head {
    margin-bottom: 1.25rem;
}

.agent_nav_icon {
    width: 3rem;
    margin: 0 auto 0.5rem;
}

.agent_nav_title {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
}

.agent_nav_li.act .agent_nav_lisbox {
    background: #1833BA;
}

.agent_nav_li.act .agent_nav_icon .mc_list_img {
    opacity: 0;
}

.agent_nav_li.act .agent_nav_title {
    color: #fff;
}

.agent_form_next {
    text-align: center;
}

.support_form_radiowrap .support_form_service_title {
    margin-bottom: 1rem;
}

.support_form_radiorow:not(:last-child) {
    margin-bottom: 0.875rem;
}

.support_form_radiorow {
    display: flex;
}

#support_form_radio_repair {
    margin-right: 5.625rem;
}

.agent_tabbd_li:not(:first-child) {
    display: none;
}

.support_form_inputrow_place .support_form_date input {
    padding-right: 3.75rem;
}

#agent_place_form .agent_form_next {
    padding-top: 1.625rem;
}

.agent_result_title {
    font-size: 2.25rem;
    line-height: 1.5;
    color: #333;
    margin-bottom: 2.5rem;
}

.support_form_filerow {
    display: flex;
    justify-content: space-between;
    margin: 0 -1.25rem;
}

.support_form_fileitem {
    padding: 0 1.25rem;
    margin-bottom: 3.125rem;
}

.support_form_fileitem {
    text-align: center;
}

.support_form_filebox_label {
    font-size: 1rem;
    line-height: 1.3125rem;
    margin-bottom: 1rem;
    color: #333
}

.support_form_file {
    width: 10rem;
    height: 10rem;
    margin: 0 auto;
}

.support_form_file_notupload {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    border: 0.0625rem solid rgba(24, 51, 186, 0.20);
    background: #FFF;
    transition: all .36s;
}

.support_form_fileshow_icon {
    width: 3.75rem;
    margin: 0 auto;
}

.support_form_fileshow_icon img {
    transition: all .36s;
}

.support_form_fileshow_title {
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: #999999;
    transition: all .36s;
}

.support_form_fileinput {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.support_form_file_example {
    position: absolute;
    left: calc(100% + 0.375rem);
    top: 50%;
    transform: translateY(-50%);
    width: 14.875rem;
    padding: 0.75rem 0.75rem 0.4375rem;
    background: #FFF;
    box-shadow: 0rem 0.25rem 0.5rem 0rem rgba(0, 0, 0, 0.10);
    transition: all .36s;
    opacity: 0;
    pointer-events: none;
}

.sfsh_img_edit::before,
.support_form_file_example::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 0.375rem;
    height: 100%;
}

.support_form_fileitem:nth-child(3) .sfsh_img_edit,
.support_form_fileitem:nth-child(3) .support_form_file_example {
    left: auto;
    right: calc(100% + 0.375rem);
}

.support_form_fileitem:nth-child(3) .sfsh_img_edit::before,
.support_form_fileitem:nth-child(3) .support_form_file_example::before {
    right: auto;
    left: 100%;
}

.sffe_img img {
    width: 100%;
    cursor: pointer;
}

.sffe_title {
    font-size: 0.875rem;
    line-height: 1.5;
    color: #333;
    margin-top: 0.5rem;
}

.sffe_title img {
    width: 1.5rem;
    margin-right: 0.3125rem;
}

.support_form_file_hasupload {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(0.5rem);
    border: 0.0625rem solid rgba(24, 51, 186, 0.20);
    background: #FFF;
    position: relative;
    z-index: 1;
}

.sfsh_show {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sfsh_tip {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #1833BA;
    padding: 0.375rem 0.75rem;
    background: #1833BA;
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: #fff;
}


.sfsh_img_edit {
    position: absolute;
    left: calc(100% + 0.375rem);
    top: 50%;
    transform: translateY(-50%);
    padding: 1.25rem;
    background: #FFF;
    box-shadow: 0rem 0.25rem 0.5rem 0rem rgba(0, 0, 0, 0.10);
    transition: all .36s;
    opacity: 0;
    pointer-events: none;
}

/* .sfsh_img_edit::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 0.375rem;
    height: 100%;
} */

.sfsh_img_edit_list {
    display: flex;
    max-width: calc(50vw - 12.5rem);
}

.sfsh_img_edit_item {
    width: 10rem;
    height: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.0625rem solid rgba(24, 51, 186, 0.20);
    position: relative;
    z-index: 1;
}

.sfsh_img_edit_item:not(:last-child) {
    margin-right: 1.25rem;
}

.sfsh_img_edit_title {
    line-height: 1.8;
    color: #333;
    margin-bottom: 0.5rem;
    text-align: left;
}

.sfsh_img_edit_delete {
    position: absolute;
    right: 0;
    top: 0;
    width: 1.75rem;
    cursor: pointer;
    z-index: 10;
}

.sfsh_img_edit_add {
    cursor: pointer;
}

.support_form_file_hasupload {
    display: none;
}

.agent_award_bot {
    position: relative;
    z-index: 1;
}

.agent_award_tip {
    position: absolute;
    left: 0;
    top: 0;
    max-width: calc(50% - 9.375rem);
    border-radius: 1.25rem;
    background: #FFE8E8;
    color: #E41F20;
    font-size: 0.875rem;
    line-height: 1.6;
    text-align: left;
}

.agent_award_tip span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5rem;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    text-align: center;
    line-height: 1em;
    background: #E41F20;
    color: #fff;
    margin-right: 0.3em;
}

.sfsh_imgbox,
.sfsh_imgbox img,
.sfsh_img_edit_img,
.sfsh_img_edit_img img {
    max-width: 100%;
    height: 100%;
}

.agent_terms_item:not(:last-child) {
    margin-bottom: 1.875rem;
}

#agent_mes_form .agent_form_next {
    padding-top: 1.875rem;
}

#agent_officer_form .agent_form_next {
    padding-top: 1.625rem;
}

.sfsh_show {
    padding-bottom: 1.875rem;
}

.sfsh_img_edit_delete {
    background: #cccccc;
}

.mc_f1s3 .mc_nc1ft_a:hover .mc_list_img {
    transition: all .36s;
}

.mc_f2s1sel_agent {
    flex: auto;
}

.agent_entrance_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    color: #fff;
    background: #1833BA;
    transition: all .36s;
    border-radius: 2.5rem;
    border: 0.0625rem solid #1833BA;
}

.agent_entrance_btn_text {
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: inherit;
}

.agent_entrance_btn_img {
    width: 1.5rem;
    margin-left: 1rem;
}

.agent_entrance_btn_img img {
    transition: all .36s;
}

.agent_entrance_btn_img .mc_list_png {
    opacity: 0;
}

.sup_search_inputbox .support_form_verifybox {
    width: 25rem;
    max-width: 100%;
    padding: 0;
    margin-top: 0.9375rem;
}

/* cssend */

@media screen and (min-width: 1200px) {
	.mc_video_li:hover .mc_video_li_imgbox::before {
	    opacity: 0;
	}
	.mc_nc1s4_lisbox:hover .iconfont,
	.mc_nc1s4_lisbox:hover .mc_nc1s4_m p {
	    color: #fff;
	}
	
	.mc_nc1s4_lisbox:hover {
	    background: #0028aa;
	}
	
	.mc_j2s2_lisbox:hover .mc_j2s2li_txt {
	    opacity: 1;
	}
	
	.mc_j2s2_lisbox:hover .mc_j2s2_txtbox {
	    bottom: 1.875rem;
	}
	
	.mc_d3s5_lisbox:hover .mc_d3s5_txt p {
	    opacity: 1;
	}
	
	.mc_d3s5_lisbox:hover .mc_d3s5_txt {
	    bottom: 1.25rem;
	}
	
	.mc_nav_li:hover::before {
	    width: 60%;
	}
	.ma_j2s1_li:hover .mc_j2s1_lisbox,
	.ma_j2s2li p:hover {
	    transform: translateY(-1.875rem);
	}
	.mc1_d2s4_li:hover .mc1_d2s4b1_box {
	    opacity: 0;
	    transition: all .36s ease-out;
	}
	
	.mc1_d2s4_li:hover .mc1_d2s4_box2 {
	    opacity: 1;
	    pointer-events: all;
	    transition: all .36s .36s ease-out;
	}
	
	.mc1_area_second a:hover {
	    color: #0075C9;
	}
	
	.mc1_d2s4_list:hover .mc1_d2s4_li {
	    width: 30%;
	}
	
	.mc1_d2s4_list .mc1_d2s4_li:hover {
	    width: 40%;
	}
    .agent_entrance_btn:hover {
        color: #1833BA;
        border-color: #1833BA;
        background: #fff;
    }

    .agent_entrance_btn:hover .mc_list_png {
        opacity: 1;
    }

    .agent_entrance_btn:hover .mc_list_img {
        opacity: 0;
    }

    .mc_f1s3 .mc_nc1ft_a:hover .mc_list_img {
        opacity: 0;
    }

    .delisted_form_submitbtn:hover {
        color: #1833BA;
        background: #fff;
    }

    .support_nav_a:hover {
        background: #1833BA;
    }

    .support_form_select .mc_select_li:hover {
        color: #0028aa;
    }

    .support_form_file_notupload:hover .support_form_fileshow_icon .mc_list_img {
        opacity: 0;
    }

    .support_form_file_notupload:hover .support_form_fileshow_title {
        color: #1833BA;
    }

    .support_form_file_notupload:hover {
        border-color: #1833BA;
    }

    .support_form_file_notupload:hover .support_form_file_example {
        opacity: 1;
        pointer-events: all;
    }

    .support_form_file_hasupload:hover .sfsh_img_edit {
        opacity: 1;
        pointer-events: all;
    }

    .support_form_fileitem:hover {
        z-index: 10;
    }
}

#modal-loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(0.125rem);
    background: rgba(255, 255, 255, .6);
    /* display: none; */
}

.loading_svg {
    width: 3.75rem;
}

.loading_svg_circle1 {
    stroke-dasharray: 75;
    stroke-dashoffset: 75;
    animation: 2s loading1 ease infinite 0.5s;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

.loading_svg_circle2 {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: 2s loading2 ease-in-out infinite;
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
}

.loading_svg_text {
    font-size: 1rem;
    color: #333;
    text-align: center;
    margin-top: 0.625rem;
}

.ssrm_message_item.ssrm_message_item_oneline .ssrm_message_dlitem {
    width: 100%;
}

.ssrm_message {
    margin-top: 0 !important;
}

@keyframes loading1 {
    100% {
        stroke-dashoffset: -75;
        stroke-dasharray: -75;
    }
}

@keyframes loading2 {
    100% {
        stroke-dashoffset: -100;
        stroke-dasharray: -100;
    }
}

.support_form_submitbtnbox {
    margin: 0 auto;
}

.support_form_submitbtnbox .support_form_submitbtn:nth-child(2) {
    margin-left: 0.625rem;
}

#agent_officer_form .support_form_inputrow:last-child>.support_form_inputbox {
    display: flex;
    align-items: flex-end;
}

.delisted_verify_img>img {
    border: 0.0625rem solid #e5e5e5;
    cursor: pointer;
}

/* 202040810棣栭〉棣栧睆鏍囩偣淇敼 */
.mc_a1t_bg img {
    width: 100%;
}

.mc_a1t_li.mc_a1t_li5 {
    left: 85.4% !important;
    top: 66% !important;
}

.mc_a1t_li.mc_a1t_li5 .mc_a1t_xl {
    left: auto !important;
    right: 2.8125rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.mc_a1t_li.mc_a1t_li5 .mc_a1t_xl::after {
    right: auto !important;
    left: 100% !important;
}

@media screen and (max-width: 1200px) {
	.mc1_gm_li {
	    margin-right: 1.25rem;
	}
	
	.mc1_gm_txt1 strong {
	    font-size: 2.25rem;
	}
    .mc_a1t_li.mc_a1t_li5 .mc_a1t_xl {
        right: 1.875rem !important;
    }

    .mc_a1t_li.mc_a1t_li8 .mc_a1t_xl {
        left: auto !important;
        right: 1.875rem !important;
        top: 50% !important;
        bottom: auto !important;
        transform: translateY(-50%) !important;
    }

    .mc_a1t_li.mc_a1t_li11 .mc_a1t_xl {
        left: auto !important;
        right: 1.875rem !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
}


@media screen and (max-width: 767px) {
	.mc_title1 {
	    font-size: 1.625rem;
	}
	
	.mc_title2 {
	    font-size: 1.5rem;
	}
	
	.mc_title3 {
	    font-size: 1.375rem;
	}
	
	.mc_title4 {
	    font-size: 1.25rem;
	}
	
	.mc1_tw_li {
	    width: 100%;
	    margin-bottom: 1.875rem;
	}
	.mc1_gm_txt1 strong {
	    font-size: 1.625rem;
	}
	
	.mc1_gm_list {
	    margin: 0 -0.3125rem;
	}
	
	.mc1_gm_li {
	    padding: 0 0.3125rem;
	    width: 33.333333%;
	    margin: 0;
	}
	.mc_d2s1_videobox {
	    width: 100%;
	}
    .mc_a1t_li.mc_a1t_li1 {
        left: 43% !important;
        top: 44% !important;
    }

    .mc_a1t_li.mc_a1t_li.mc_a1t_li2 {
        left: 74% !important;
        top: 29% !important;
    }

    .mc_a1t_li.mc_a1t_li.mc_a1t_li4 {
        left: 17% !important;
        top: 39% !important;
    }

    .mc_a1t_li.mc_a1t_li9 {
        left: 53% !important;
        top: 36% !important;
    }

    .mc_a1t_li.mc_a1t_li10 {
        left: 49% !important;
        top: 21% !important;
    }

    .mc_a1t_li.mc_a1t_li11 {
        left: 18% !important;
        top: 88% !important;
    }

    .mc_a1t_li.mc_a1t_li12 {
        left: 28% !important;
        top: 34% !important;
    }

    .mc_a1t_li.mc_a1t_li11 .mc_a1t_xl {
        top: 50% !important;
        left: 1.5625rem !important;
        bottom: auto !important;
        right: auto !important;
        transform: translateY(-50%) !important;
    }

}

.input_box_3 {
    width: 33.333%;
    margin-bottom: 0rem !important;
}

.input_feedbackTitle {
    padding-bottom: 1.25rem;
}

.input_feedbackTitle_one {
    width: 54.375rem;
    max-width: 100%;
}

.mc_ly_areabox200 textarea {
    width: 100%;
    height: 12.625rem;
    border: 0.0625rem solid #dee6ff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.625rem 0.9375rem;
}

.mc_inban_title_text_1 {
    font-size: 1rem;
    line-height: 1.4375rem;
    color: #fff;
}

.solution-bkg-box {
    position: relative;


}

.solution-bkg-app {
    position: absolute;
    right: 0;
    top: -20rem;
    z-index: 9;
    transform: scale(0.8);
}

.solution-bkg-title {
    visibility: hidden;
}


@media screen and (max-width: 1440px) {
	.mc_title1 {
	    font-size: 2.75rem;
	}
	
	.mc_title2 {
	    font-size: 2.25rem;
	}
	
	.mc_title3 {
	    font-size: 2rem;
	}
	
	.mc_title4 {
	    font-size: 1.75rem;
	}
	
	.mc_title5 {
	    font-size: 1.25rem;
	}
	
	.mc_title6 {
	    font-size: 1rem;
	}
	.mc1_gm_txt1 strong {
	    font-size: 2.5rem;
	}
	
	.mc1_gm_txt1 {
	    margin: 0.625rem 0;
	}
	
	.mc1_gm_list {
	    margin-right: -3.125rem;
	}
	
	.mc1_gm_li {
	    margin-right: 3.125rem;
	}
	.mc1_area_title {
	    font-size: 1.25rem;
	}
	
	.mc1_area_li {
	    font-size: 1.125rem;
	}
	
	.mc1_area_second {
	    padding: 3.125rem 0;
	    height: 11.875rem;
	}
	.mc_e1s1_title {
	    margin: 2.5rem 0 4.375rem;
	}
	.mc_nc1s2_txtbox{
		width: 56%;
	}
	.mc_video_playbtn {
	    width: 3.75rem;
	}
	.mc_d2s1_videobox {
	    margin-top: 1.25rem !important;
	    width: 70%;
	}
	.mc_a1t_li.mc_a1t_li5 .mc_a1t_xl {
	    right: 1.875rem !important;
	}
}

@media screen and (max-width: 1680px) {
	.mc_title1 {
	    font-size: 2.875rem;
	}
	
	.mc_title2 {
	    font-size: 2.375rem;
	}
	
	.mc_title3 {
	    font-size: 2.125rem;
	}
	
	.mc_title4 {
	    font-size: 1.875rem;
	}
	
	.mc_title5 {
	    font-size: 1.375rem;
	}
}
.flex{
	display: flex;
}
.flex-column{
	flex-direction: column;
}
.justify-center{
	justify-content: center;
}
.justify-between{
	justify-content: space-between;
}
.justify-around{
	justify-content: space-around;
}
.align-start{
	align-items: flex-start;
}
.justify-item-end{
	justify-items: flex-end;
}
.align-center{
	align-items: center;
}
.align-end{
	align-items: flex-end;
}
.padding_100{
	padding-bottom: 6.25rem;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
.left{
	left: 0rem;
}
.top{
	top: 0rem;
}
.white{
	color: #fff;
}
.padding30{
	padding: 1.875rem;
}
.height100{
	height: 100%;
}
.height100vh{
	height: 100vh;
}
.margin-right20{
	margin-right: 1.25rem;
}
.shadow50{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
}
.mc_a1t_bg .video-circle{
	width: 7.5rem;
	cursor: pointer;
}
.china-box{
	padding-top: 8.75rem;
	background: #0A48CA;
}
.china-box .china{
	opacity: 0.2;
	margin: 5rem 0rem;
}
.margin-bottom24{
	margin-bottom: 1.5rem;
}
.china-num{
	width: 32%;
}
.china-num p{
	font-size: 6rem;
	line-height: 6rem;
	margin-bottom: 2.5rem;
}
.base h6{
	text-align: center;
}
.base_sec{
	color: #909399;
	text-indent: 3rem;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.5rem;
	margin-top: 1.5rem;
}
.base .base-img-box{
    margin: 6rem auto;
    height: 26.5rem;
    display: flex;
    overflow: hidden;
}
.base-right{
    cursor: pointer;
    width: 80%;
}
.base-right p img{
	width: 1.5rem;
	margin-right: 1.875rem;
}
.base-right div{
    width: 100%;
	color: #303133;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 4rem;
	border-bottom: 0.0625rem solid #999;
}
.base-right div .box-p{
    font-size: 0.875rem;
    max-height: 0px;
    padding-left: 3.375rem;
    overflow: hidden;
    transition:all 1s linear;
}
.base-right:hover div .box-p{
    max-height: 31.25rem;
}

.grid{
	display: grid;
}
.grid-column2{
	grid-template-columns: repeat(2,1fr);
}
.grid-column3{
	grid-template-columns: repeat(3,1fr);
}
.width30{
	width: 30%;
}
.width35 {
    width: 35%;
}
.width70 {
    width: 70%;
}
.width100 {
    width: 100%;
}
.standar-banner-title{
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.standar-banner-title p{
	text-align: center;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.standar-banner-title p span{
	color :#00FDBB;
}
.standar-banner-btn{
	position: absolute;
	bottom: 4%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.standar-banner-btn p{
	color: #303133;
	width: 18.75rem;
	height: 4.5rem;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	border-radius: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.standar-banner-btn p span{
	color: #909399;
}
.standar-banner-btn .zu{
	border: 0.25rem solid #909399;
	margin-right: 4%;
}
.standar-banner-btn .xuan{
	background: linear-gradient(180deg, #00FDBB 0%, #008BD1 100%);
}
.standar-banner-btn .xuan120{
    background: linear-gradient(180deg, #3CAFF8 0%, #3156DE 100%);
}
#witr_mp4_video{
	width: 100%;
}
.appendHTML p{
	color: #000;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2rem;
	margin: 1.25rem auto;
}
.appendHTML img{
	max-width: 56.25rem !important;
	display: flex;
	margin: 0.875rem auto;
}
.appendHTML h6{
	color: #000;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2rem;
	margin: 1.875rem auto;
    font-family: "OPPOSansB";
}
.appendHTML span{
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2rem;
	text-align: center;
	display: block;
}
.height300{
	height: 18.75rem;
}
.overhidden{
	overflow: hidden;
}
.wuhan-location,.wuhu-location{
	position: absolute;
}
.wuhan-location{
	top: 48%;
	right: 40%;
}
.wuhu-location{
	top: 58%;
	right: 18%;
}
.video-shadow{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0rem;
	left: 0rem;
	background: rgba(0, 0, 0, 0.9);
	z-index: 9999999;
}
.manufacture-video{
	position: absolute;
	width: 70%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 999;
}
.close-video{
	color: #fff;
	font-size: 5.625rem;
	position: absolute;
	right: 6%;
	top: 6%;
	cursor: pointer;
}
.font18{
	font-size: 1.125rem;
	line-height: 2rem;
}
.font24{
	font-size: 1.5rem;
	line-height: 2.5rem;
}
.font36{
	font-size: 2.25rem;
	line-height: 3rem;
}
.margin-top30{
	margin-top: 1.875rem;
}
.color0075C9{
	color: #0075C9;
}
.color303133{
	color: #303133;
}
.margin-tb12{
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}
.margin-t80{
	margin-top: 5rem;
}
.margin-left30{
	margin-left: 1.875rem;
}
.padding30{
	padding: 1.875rem;
}
.padding-tb120{
	padding-top: 7.5rem;
	padding-bottom: 7.5rem;
}
.padding20{
	padding: 1.25rem;
}
.border-bottom1{
	border-bottom: 0.0625rem solid #DCDFE6;
}
.clock-icon{
	width: 2rem;
	margin-right: 1.125rem;
}
.text-overflow3{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
.row-gap40{
	row-gap: 2.5rem;
}
.column-gap40{
	column-gap:2.5rem
}
.font64{
	font-size: 4rem;
	line-height: 6rem;
}
.tel-phone{
	border-radius: 1rem;
	background: #0A48CA;
	display: flex;
	width: 18.75rem;
	padding: 1.5rem 1.875rem;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.tel-base{
	padding: 0.5rem 1.625rem;
}
.color005CB9{
	color: #005CB9;
}
.min-hei-144{
	min-height: 9rem;
}
.index-content{
    padding-bottom: 6.25rem;
}
.mc_list_imgbox .location-icon{
    min-height: 1.5rem;
}
.friendship{
    height: 4rem;
}
.wuShip{
    height: 5.625rem;
    position: relative;
    left: -1.25rem;
}
.link-container {
    white-space: nowrap;
    width: 100%;
}
.link-container a {
    display: inline-block;
    margin-right: 20px;
}
.highlight {
    font-weight: bold;
    color: #2c9de8;
}
.padding0{
    padding: 0px !important;
}