﻿@charset "UTF-8";

/*******/

@font-face {
    font-family: "SourceHanSansCN-Light";
    src: url("/fonts_mt/SourceHanSansCN-Light.eot") format("eot"), url("/fonts_mt/SourceHanSansCN-Light.woff") format("woff"), url("/fonts_mt/SourceHanSansCN-Light.woff2") format("woff2"), url("/fonts_mt/SourceHanSansCN-Light.svg#SourceHanSansCN-Light") format("svg");
}

@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("/fonts_mt/SourceHanSansCN-Regular.eot") format("eot"), url("/fonts_mt/SourceHanSansCN-Regular.woff") format("woff"), url("/fonts_mt/SourceHanSansCN-Regular.woff2") format("woff2"), url("/fonts_mt/SourceHanSansCN-Regular.svg#SourceHanSansCN-Regular") format("svg");
}

html,
body {
    -ms-overflow-style: scrollbar;
}

html {
    font-size: 20px;
}

@media screen and (max-width: 1800px) and (min-width: 1601px) {
    html {
        font-size: 19px;
    }
}

@media screen and (max-width: 1600px) and (min-width: 1501px) {
    html {
        font-size: 18px;
    }
}

@media screen and (max-width: 1500px) and (max-width: 1367px) {
    html {
        font-size: 17px;
    }
}

@media screen and (max-width: 1366px) and (max-width: 992px) {
    html {
        font-size: 16px;
    }
}

@media screen and (max-width: 991.98px) and (min-width: 450.1px) {
    html {
        font-size: 100px;
    }
}

@media screen and (max-width: 450px) {
    html {
        font-size: 22.2222222vw;
    }
}

body {
    width: 100%;
    font-size: 1em;
    line-height: 1;
    background: #fff;
    color: #333;
    font-family: "SourceHanSansCN-Light";
    position: relative;
    white-space: normal;
    word-wrap: break-word;
}

@media screen and (max-width: 991.98px) {
    body {
        font-size: 0.16rem;
    }
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: none;
}

::-webkit-scrollbar-thumb {
    background: rgba(34, 37, 56, 0.5);
}

div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
label,
dl,
dt,
dd,
ul,
li {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 1em;
    line-height: inherit;
    resize: none;
    font-weight: 200;
}

@media(max-width:991.98px) {
    div,
    span,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    input,
    select,
    textarea,
    label,
    dl,
    dt,
    dd,
    ul,
    li {
        font-weight: 400;
    }
}

div:focus,
div:active,
span:focus,
span:active,
h1:focus,
h1:active,
h2:focus,
h2:active,
h3:focus,
h3:active,
h4:focus,
h4:active,
h5:focus,
h5:active,
h6:focus,
h6:active,
p:focus,
p:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
label:focus,
label:active,
dl:focus,
dl:active,
dt:focus,
dt:active,
dd:focus,
dd:active,
ul:focus,
ul:active,
li:focus,
li:active {
    outline: none;
    box-shadow: none;
}

div:focus,
span:focus,
i:focus {
    outline: none;
}

input[type='radio'],
input[type='checkbox'],
textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    box-shadow: none;
}

input[type='radio']:focus,
input[type='radio']:active,
input[type='checkbox']:focus,
input[type='checkbox']:active,
textarea:focus,
textarea:active {
    outline: none;
    box-shadow: none;
}

input[type="text"]:focus,
input[type="text"]:active {
    outline: none;
    box-shadow: none;
}

button {
    appearance: none;
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    outline: none;
    border: none;
    background: transparent;
}

button:focus {
    outline: none;
}

a {
    color: inherit;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    vertical-align: middle;
}

table {
    border: none;
    border-collapse: collapse;
}

th,
td {
    font-weight: normal;
    padding: 5px;
    border: solid 1px #e5e5e5;
}

.font-L {
    font-family: "SourceHanSansCN-Light";
}

.font-R {
    font-family: "SourceHanSansCN-Regular";
}

.wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.row {
    width: auto;
    margin: 0 auto;
    overflow: hidden;
}

.lg-inner {
    width: 1770px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}

.lg-inner:before,
.lg-inner:after {
    content: '';
    display: table;
    clear: both;
}

.global-inner {
    width: 1730px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}

.global-inner:before,
.global-inner:after {
    content: '';
    display: table;
    clear: both;
}

.sm-inner {
    width: 1360px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}

.sm-inner:before,
.sm-inner:after {
    content: '';
    display: table;
    clear: both;
}

.inside-inner {
    width: 1600px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}

.inside-inner:before,
.inside-inner:after {
    content: '';
    display: table;
    clear: both;
}

.m-inner {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}

.m-inner:before,
.m-inner:after {
    content: '';
    display: table;
    clear: both;
}

@media screen and (max-width: 1790px) {
    .lg-inner {
        width: 100%;
        padding: 0 3.75em;
    }
    .global-inner {
        width: 100%;
        padding: 0 4.75em;
    }
    .sm-inner {
        width: 100%;
        padding: 0 14em;
    }
    .inside-inner {
        width: 100%;
        padding: 0 8em;
    }
    .m-inner {
        width: 100%;
        padding: 0 13em;
    }
}

@media screen and (max-width: 1500px) {
    .global-inner,
    .sm-inner,
    .inside-inner,
    .m-inner {
        padding: 0 3.75em 0 4.75em;
    }
}

@media screen and (max-width: 1366px) {
    .lg-inner,
    .global-inner,
    .sm-inner,
    .inside-inner,
    .m-inner {
        padding: 0 2.5em;
    }
}

@media (max-width: 991.98px) {
    .lg-inner,
    .global-inner,
    .sm-inner,
    .inside-inner,
    .m-inner {
        width: 100% !important;
        padding: 0 0.24rem;
        margin: 0 auto;
    }
    .lg-inner .global-inner {
        padding: 0;
    }
}

.table-cell {
    display: table-cell;
    vertical-align: top;
}

.en {
    font-family: "Arial";
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.swiper-pagination-bullet {
    opacity: 1;
}

.fa {
    line-height: inherit;
    font-size: 1em;
    vertical-align: middle;
}

.inline-block {
    display: inline-block;
    vertical-align: top;
}

.padding-0 {
    padding: 0 !important;
}

.disabled {
    color: #999 !important;
}

.disabled a {
    color: #999 !important;
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .visible-sm-down {
        display: none !important;
    }
    .hidden-sm-up {
        display: none !important;
    }
}

@media (min-width: 1920px) {
    .hidden-xxl-up {
        display: none !important;
    }
}

@media (max-width: 1919.98px) {
    .hidden-xxl-down {
        display: none !important;
    }
}


/***** 滚动条 *****/

.mCSB_inside>.mCSB_container {
    margin: 0 5px 0 0;
}

.mCSB_scrollTools {
    width: 4px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    border-radius: 0;
    background: transparent;
    transition: all 1.5s easeInOut;
    -webkit-transition: all 1.5s easeInOut;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    border-radius: 4px;
    background: #238e3a;
}


/**** modal ***/

.modal-backdrop {
    display: none !important;
}

#modalDiv {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    overflow-y: scroll;
    z-index: -1;
}

.modal {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    position: fixed !important;
    background: rgba(0, 0, 0, 0.5);
}

.modal .modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    pointer-events: auto;
}

.modal .modal-content {
    display: block;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    overflow: hidden;
    background: transparent;
    box-shadow: none;
}

.modal .modal-header,
.modal .modal-body,
.modal .modal-footer {
    border: none;
    padding: 0;
    display: block;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.modal-close {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 0;
    position: fixed;
    top: 2em;
    right: 4.3em;
    margin: -25px -25px 0 0;
    cursor: pointer;
    background: url("/Img_mt/images/close3.png") no-repeat center center #fff;
    background-size: contain;
    z-index: 1030;
}

@media screen and (max-width: 991.98px) {
    .modal-close {
        width: 0.5rem;
        height: 0.5rem;
        right: 0.24rem;
        top: 0.24rem;
        margin: 0;
    }
}


/**** animate ***/

.animated {
    animation-delay: .1s;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 300px, 0);
        -webkit-transform: translate3d(0, 300px, 0);
    }
    to {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 300px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
    }
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
        -webkit-transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
    }
}

@-webkit-keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
    }
}

@keyframes fadeInUp3 {
    0% {
        opacity: 0;
        transform: translate3d(0, 500px, 0);
        -webkit-transform: translate3d(0, 500px, 0);
    }
    100% {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
    }
}

@-webkit-keyframes fadeInUp3 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 500px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -300px, 0);
        -webkit-transform: translate3d(0, -300px, 0);
    }
    to {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -300px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
    }
}

.fadeInUp2 {
    animation: fadeInUp2 1s cubic-bezier(0.4, 0, 0.2, 1) both;
    -webkit-animation: fadeInUp2 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.fadeInUp3 {
    animation: fadeInUp3 1s cubic-bezier(0.4, 0, 0.2, 1) both;
    -webkit-animation: fadeInUp3 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}


/**** video ***/

.video-box {
    position: relative;
}

.video-box .adjust {
    width: 100%;
    max-width: 100%;
    display: block;
}

.video-js {
    width: 100% !important;
    height: 100% !important;
    display: block;
    overflow: hidden;
    background-color: #000;
    position: absolute !important;
    left: 0;
    top: 0;
    z-index: 20;
}

.video-js:hover .vjs-big-play-button {
    background-color: transparent;
    opacity: 1;
}

.video-js .vjs-big-play-button {
    width: 5.9em;
    height: 5.9em;
    background: transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border: none;
    border-radius: 100%;
    z-index: 50;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder {
    width: 3.3em;
    height: 3.7em;
    display: block;
    background: url("/Img_mt/images/video_play.png") no-repeat center center transparent;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-30%, -50%);
    -webkit-transform: translate(-30%, -50%);
    border: none;
    z-index: 50;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    display: none;
}

.video-js .vjs-poster {
    background-size: cover;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.video-js .vjs-subs-caps-button {
    display: none !important;
}

.video-js .vjs-control-bar {
    display: none;
}

@media (max-width: 991.98px) {
    .video-js .vjs-big-play-button {
        width: 0.6em;
        height: 0.6em;
        margin: -0.3em 0 0 -0.3em;
    }
    .video-js .vjs-big-play-button .vjs-icon-placeholder {
        width: 0.5rem;
        height: 0.5rem;
    }
}

.video-play {
    width: 3.7em;
    height: 4.3em;
    display: block;
    background: url("/Img_mt/images/video_play.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -2.15em 0 0 -1.85em;
    z-index: 50;
}

.modal-video video {
    object-fit: fill;
}

@media screen and (max-width: 991.98px) {
    .modal-video video {
        object-fit: contain;
    }
}


/*** 头部 ***/

.header {
    width: 100%;
    color: #333;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    position: relative;
    left: 0;
    top: 0;
    z-index: 300;
    font-size: 1em;
    line-height: 2.5em;
    z-index: 9999;
}

.header>.lg-inner {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: nowrap;
    position: static;
}

.head-cell {
    flex: 1;
    white-space: nowrap;
}

.head-left {
    width: 29%;
    max-width: 29%;
    padding-left: 1em;
}

.head-right {
    width: 40%;
    max-width: 40%;
    font-size: 18px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.head-mid {
    display: flex;
    display: -webkit-flex;
}

.head-logo {
    display: block;
    position: relative;
    z-index: 20;
    float: left;
}

.head-logo img {
    height: 3em;
    display: block;
    position: relative;
}

.head-logo .logo1 {
    display: none;
}

.head-navlist {
    flex: 1 1 83.33%;
    text-align: center;
    white-space: nowrap;
}

.head-navlist>li {
    display: inline-block;
    vertical-align: top;
}

.head-navlist>li:hover .lv1 {
    color: #00713b;
}

.head-navlist>li:hover .lv1:after {
    width: 100%;
}

.head-navlist>li.active .lv1 {
    color: #00713b;
}

.head-navlist>li.active .lv1:after {
    width: 100%;
}

.head-navlist .lv1 {
    display: block;
    position: relative;
    padding: 0.75em 1.25em;
}

.head-navlist .lv1:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #ffe600;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.head-navlist a {
    display: block;
}

.had-subnav>h3>a {
    font-size: 23px;
}

.head-subnav_box {
    width: 100%;
    display: none;
    background-color: #fff;
    border-top: solid 1px #e6e6e6;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
}

.head-subnav_box img {
    max-width: 100%;
    display: block;
    position: relative;
    z-index: 10;
}

.head-subnav_box a:hover {
    color: #00713b;
}

.head-brand {
    width: 100%;
    background-color: #f7f7f7;
    position: relative;
    text-align: center;
    padding-left: 0em;
}

.head-brand .navcont {
    width: 80%;
    max-width: 1360px;
    margin: 0 auto;
}

.head-brand .lv2list {
    width: 80%;
    max-width: 1100px;
    display: block;
    margin: 0 auto;
    white-space: nowrap;
}

.head-brand .lv2list>li {
    width: 21%;
    display: inline-block;
    vertical-align: top;
}

.head-brand .lv2list>li.active .lv2 .def {
    display: none;
}

.head-brand .lv2list>li.active .lv2 .hover {
    display: block;
}

.head-brand .lv2list>li.active .lv3box {
    display: block;
}

.head-brand .lv2list>li.lv2-1 .lv3list {
    padding: 50px 0 55px;
}

.head-brand .lv2list>li.lv2-2 .lv3box {
    padding: 33px 0 73px;
}

.head-brand .lv2list .lv2 img {
    height: 4.2em;
    display: block;
}

.head-brand .lv2list .lv2 .hover {
    display: none;
}

.head-brand .lv3box {
    width: 100%;
    display: none;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 100%;
}

.head-brand .lv3box .row {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
}

.head-brand .lv3list {
    width: 100%;
}

.head-brand .lv3item {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    padding: 0;
    text-align: center;
    position: relative;
}

.head-brand .lv3item:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #f0f0f0;
    position: absolute;
    right: 0;
    top: 0;
}

.head-brand .lv3item:last-child:after {
    display: none;
}

.head-brand .lv3item a:hover h5 {
    color: #00713b;
}

.head-brand .lv3item img {
    max-width: 100%;
    height: 6em;
    display: block;
    margin: 0 auto 12px;
}

.head-brand .lv3item h5 {
    font-size: 0.9em;
    line-height: 2.1em;
    color: #333;
}

.head-brand .lv3list2 {
    width: auto;
    padding: 1.7em 0;
    border-top: solid 1px #f0f0f0;
    margin: 0 -1%;
    text-align: left;
}
.lv2-5 .lv3list2{
    width: 70%;
}
.head-brand .lv3list2 .item {
    flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    padding: 0 13%;
    font-size: 0.8em;
    line-height: 1.875em;
    color: #666;
    width: 100%;
}

.head-brand .lv3list2 h5 {
    float: left;
    font-size: 1.375em;
    color: #333;
    margin-right: 1.25em;
}

.head-brand .lv3list2 .list {
    float: left;
}

.head-brand .lv3list2 li {
    float: left;
    margin-right: 1.25em;
}

.head-brand .lv3list2 li:last-child {
    margin-right: 0;
}

.head-brand .lv3list2 a {
    display: block;
}

.head-brand .lv3list2 a:hover {
    color: #00713b;
}

.head-lv2list {
    width: 80%;
    max-width: 924px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    padding: 28px 0 64px;
    text-align: left;
}

.head-lv2list a {
    display: block;
}

.head-lv2list>li {
    width: 25%;
    flex: 1;
    -webkit-flex: 1;
    padding-left: 23px;
    border-left: solid 1px #f0f0f0;
}

.head-lv2list>li:first-child {
    border-left-color: transparent;
}

.head-lv2list .lv2 {
    line-height: 42px;
    color: #333;
    margin-bottom: 11px;
}

.head-lv2list ul li {
    font-size: 17px;
    line-height: 32px;
    color: #666;
    padding: 5px 0;
}

.head-subnav_box ul ul li a {}

.head-sfbox {
    flex: 1 1 16.67%;
    padding: 0 1.25em;
    position: relative;
    white-space: nowrap;
    z-index: 20;
}

.head-sfbox:hover .head-sfbox_dropbox {
    display: block;
}

.head-sfbox_hd {
    display: inline-block;
    vertical-align: middle;
    padding: 0.75em 15px 0.75em 0;
    background: url("/Img_mt/images/icon-arrow2.png") no-repeat right center;
    background-size: 10px;
    cursor: pointer;
}

.head-sfbox_dropbox {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    color: #666;
    font-size: 1em;
    line-height: 1.5em;
    padding-top: 12px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.head-sfbox_dropbox:before {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    transform: rotate(45deg) translateX(-50%);
    -webkit-transform: rotate(45deg) translateX(-50%);
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 10px;
    z-index: 5;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.head-sfbox_dropbox ul {
    padding: 0.5em 1em;
    background-color: #fff;
    border-radius: 3px;
    position: relative;
    z-index: 10;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.head-sfbox_dropbox li {
    padding: 5px 0;
}

.head-sfbox_dropbox li.active a {
    color: #007f00;
}

.head-sfbox_dropbox a {
    cursor: pointer;
    display: block;
}

.head-sfbox_dropbox a:hover {
    color: #007f00;
}

.head-language {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 20;
}

.head-language a {
    opacity: 0.6;
    cursor: pointer;
}

.head-language a.active {
    opacity: 1;
}

.head-language2 {
    font-size: 0.22rem;
    color: #666;
    float: right;
    position: relative;
    padding-right: 0.18rem;
}

.head-language2:after {
    content: '';
    width: 1px;
    height: 0.2rem;
    display: block;
    background-color: #e1e1e1;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.1rem;
}

.head-language2 a {
    display: block;
}

.head-menu {
    width: 0.28rem;
    height: 0.78rem;
    float: right;
    cursor: pointer;
    margin-left: 0.16rem;
    position: relative;
    z-index: 20;
}

.head-menu_open {
    width: 100%;
    height: 100%;
    display: block;
    /* background: url("/Img_mt/images/head-menu2.png") no-repeat center center; */
    background-size: contain;
    position: relative;
}

.head-menu_close {
    width: 100%;
    height: 100%;
    display: none;
    border-radius: 100%;
    position: relative;
    background: url("/Img_mt/images/close5.png") no-repeat center center;
    background-size: 0.22rem auto;
}

.head-website {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 20;
    margin: -0.75em 0 -0.75em 1.5em;
    padding: 0.75em 0;
}

.head-website:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #ffe600;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.head-website_hd {
    cursor: pointer;
    background: none !important;
}

.head-website_hd img {
    width: 1em;
    margin: -3px 5px 0 0;
}

.modal-website {
    width: 100%;
    display: none;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 600;
    background-color: #f7f7f7;
    border-top: solid 1px #e6e6e6;
    padding: 32px 0 50px;
}

.modal-website .lg-inner {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.modal-website .item {
    min-width: 9.8em;
    margin-right: 7.7%;
}

.modal-website .item.item1 {
    padding-left: 7px;
}

.modal-website .item:last-child {
    margin-right: 0;
}

.modal-website .item.current h4 a {
    padding-left: 21px;
    padding-right: 0;
    color: #00713b;
}

.modal-website .item.current .fa {
    right: auto;
    left: 4px;
    color: #ffe600;
}

@media screen and (max-width: 1210px) {
    .modal-website .item {
        margin-right: 2%;
    }
    .modal-website .item.item1 {
        padding-left: 0;
    }
}

.modal-website h4 {
    font-size: 18px;
    line-height: 40px;
    color: #333;
    position: relative;
    overflow: hidden;
}

.modal-website h4 a {
    float: left;
    position: relative;
    padding-right: 15px;
}

.modal-website h4 a:hover {
    color: #00713b !important;
    padding-right: 20px;
}

.modal-website .fa {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.modal-website .doc {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    margin-top: 14px;
}

.modal-mysf {
    width: 100%;
    display: none;
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 600;
    border-top: solid 1px #e6e6e6;
    color: #333;
}

.mysf-sidebox {
    width: 14.5%;
    height: 100%;
    float: left;
    position: relative;
    padding-top: 37px;
    font-family: "SourceHanSansCN-Regular";
}

.mysf-sidebox:before {
    content: '';
    width: 1000px;
    height: 1000px;
    display: block;
    background-color: #f7f7f7;
    border-right: solid 1px #e6e6e6;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.mysf-list {
    font-size: 20px;
    line-height: 1.5em;
    color: #4c4c4c;
    position: relative;
    z-index: 5;
    padding-bottom: 92px;
}

.mysf-list li {
    margin-bottom: 1.5em;
}

.mysf-list li.active a {
    color: #00713b;
}

.mysf-list li.active a:after {
    width: 100%;
}

.mysf-list a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-bottom: 2px;
}

.mysf-list a:after {
    content: '';
    width: 0;
    height: 2px;
    display: block;
    background-color: #ffe600;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.mysf-list a:hover {
    color: #00713b;
}

.mysf-list a:hover:after {
    width: 100%;
}

.mysf-content {
    width: 85.5%;
    height: 100%;
    float: right;
    position: relative;
    padding-bottom: 92px;
}

.mysf-pane {
    display: none;
    padding: 34px 0 0 75px;
    background-color: #fff;
}

.mysf-pane.active {
    display: block;
}

.mysf-pane_sch {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    border-bottom: solid 1px #ccc;
    line-height: 34px;
}

.mysf-pane_sch .inpt {
    width: 100%;
    height: 34px;
    display: block;
    border: none;
    padding: 0 42px 0 0;
    font-size: 16px;
    line-height: 34px;
    color: #333;
}

.mysf-pane_sch .btn-sch {
    width: 42px;
    height: 100%;
    display: block;
    background: url("/Img_mt/images/icon-sch3.png") no-repeat center center #fff;
    background-size: 20px auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    cursor: pointer;
}

.mysf-pane_cont {
    width: 100%;
    overflow: visible;
    margin: 0;
}

.mysf-plink {
    padding: 0 4.6% 0 0;
    line-height: 42px;
    margin-top: 4px;
}

.mysf-plink a {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.mysf-plink .lv1 {
    font-size: 20px;
    line-height: 1.3em;
    color: #333;
    padding: 0.5em 0;
    position: relative;
    font-family: "SourceHanSansCN-Regular";
}

.mysf-plink .lv1 img {
    height: 18px;
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 0;
}

.mysf-plink .list {
    font-size: 17px;
    color: #666;
}

.mysf-plink .list li {
    height: 42px;
    overflow: hidden;
}

.mysf-plink .list img {
    height: 18px;
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -9px;
    margin-left: 8px;
}

.mysf-plink .list a:hover {
    color: #00713b;
}

.mysf-plink .newslist {
    margin: 10px 0;
    font-size: 17px;
    line-height: 24px;
}

.mysf-plink .newslist li {
    margin-bottom: 18px;
}

.mysf-plink .newslist li:last-child {
    margin-bottom: 0;
}

.mysf-plink .newslist li:hover .title {
    color: #00713b;
}

.mysf-plink .newslist .title {
    height: 24px;
    overflow: hidden;
    display: block;
    color: #666;
}

.mysf-plink .newslist .time {
    color: #999;
}

.mysf-plink a.more {
    font-size: 16px;
    color: #00713b;
    position: relative;
}

.mysf-plink a.more img {
    height: 18px;
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 8px;
}

.mysf-plink a.more:hover {
    color: #238e3a;
}

.mysf-plink a.jjsx {
    width: 84px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 24px;
    color: #684a01;
    border-radius: 12px;
    background-color: #ffe600;
    text-align: center;
}

.mysf-plast {
    padding: 0;
}

.mysf-plast .cont {
    width: 100%;
    max-width: 270px;
}

.mysf-join {
    width: 100%;
    background-color: #f7f7f7;
    padding: 20px 20px 42px;
}

.mysf-join .title {
    font-size: 20px;
    line-height: 1.5em;
    color: #00713b;
    margin-bottom: 6px;
}

.mysf-join .doc {
    font-size: 14px;
    line-height: 20px;
    color: #808080;
}

.mysf-join a.btn-join {
    width: 140px;
    max-width: 100%;
    height: 38px;
    display: block;
    text-align: center;
    border-radius: 19px;
    font-size: 16px;
    line-height: 38px;
    color: #fff;
    background-color: #00713b;
    margin-top: 32px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    cursor: pointer;
}

.mysf-join a.btn-join:hover {
    background-color: #238e3a;
    color: #fff;
}

a.mysf-onlineSv {
    width: 270px;
    max-width: 100%;
    height: 46px;
    display: block;
    margin: 36px auto 0;
    text-align: center;
    border: solid 1px #117242;
    font-size: 17px;
    line-height: 44px;
    color: #333;
    border-radius: 23px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

a.mysf-onlineSv img {
    width: 25px;
    margin: -3px 15px 0 0;
}

a.mysf-onlineSv .icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 15px 0 0;
    background: url("/Img_mt/images/icon-zx.png") no-repeat center center;
    background-size: contain;
}

a.mysf-onlineSv:hover {
    background-color: #117242;
    color: #fff !important;
}

a.mysf-onlineSv:hover .icon {
    background-image: url("/Img_mt/images/icon-zx2.png");
}

.mysf-pane_sch2 {
    margin: 4px 0 26px;
    padding-right: 120px;
    position: relative;
}

.mysf-pane_sch2 .inpt {
    width: 100%;
    height: 40px;
    display: block;
    background-color: #f5f5f6;
    padding: 0 18px;
    font-size: 16px;
    line-height: 40px;
    color: #333;
}

.mysf-pane_sch2 a.btn-sch {
    width: 120px;
    height: 100%;
    display: block;
    background-color: #238e3a;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
}

.mysf-pane_sch2 a.btn-sch:hover {
    background-color: #00713b;
    color: #fff;
}

.mysf-find {
    padding: 18px 24px 32px 20px;
    background-color: #f7f7f7;
}

.mysf-find .title {
    font-size: 20px;
    line-height: 1.5em;
    color: #00713b;
    margin-bottom: 6px;
}

.mysf-find .check-list {
    width: 100%;
    overflow: hidden;
}

.mysf-find .check-list li {
    float: left;
    min-width: 50%;
    font-size: 14px;
    line-height: 2em;
    color: #333;
    opacity: 0.6;
    margin: 0;
    padding-right: 10px;
}

.mysf-find .check-list li.is-checked {
    opacity: 1;
}

.mysf-find .check-list li.is-checked input[type="radio"] {
    border-color: #00713b;
}

.mysf-find .check-list li.is-checked input[type="radio"]:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #00713b;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -3px 0 0 -3px;
}

.mysf-find .check-list label {
    float: left;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}

.mysf-find .check-list input[type="radio"] {
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 100%;
    background-color: transparent;
    border: solid 1px #333;
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 5;
}

.mysf-find a.btn-find {
    width: 140px;
    max-width: 100%;
    height: 38px;
    display: block;
    text-align: center;
    border-radius: 19px;
    font-size: 16px;
    line-height: 38px;
    color: #fff;
    background-color: #00713b;
    margin-top: 30px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    cursor: pointer;
}

.mysf-find a.btn-find:hover {
    background-color: #238e3a;
    color: #fff;
}

.mysf-school {
    padding: 20px 24px 23px 20px;
    background-color: #f7f7f7;
}

.mysf-school .title {
    font-size: 20px;
    line-height: 1.5em;
    color: #00713b;
    margin-bottom: 10px;
}

.mysf-school .list {
    font-size: 17px;
    line-height: 42px;
    color: #666;
}

.mysf-school .list a {
    position: relative;
}

.mysf-school .list a:hover {
    color: #00713b;
}

.mysf-school .list img {
    height: 18px;
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -9px;
    margin-left: 8px;
}

.mysf-annals {
    padding-left: 3em;
    margin-top: 4px;
}

.mysf-annals .lv1 {
    font-size: 20px;
    line-height: 2.3em;
    color: #333;
    margin-bottom: 12px;
}

.mysf-annals .annals img {
    max-width: 100%;
    display: block;
}

.mysf-contact {
    padding: 20px 18px 28px;
    background-color: #f7f7f7;
}

.mysf-contact .title {
    font-size: 20px;
    line-height: 1.5em;
    color: #00713b;
    margin-bottom: 10px;
}

.mysf-contact .ways {
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

.mysf-contact .item {
    margin-bottom: 12px;
}

.mysf-jxs .mysf-pane_cont {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
}

.mysf-jxs .col-md-3 {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
}

.mysf-jxs .mysf-plast {
    min-width: 260px;
    max-width: 270px;
}

@media screen and (max-width: 1330px) {
    .mysf-jxs .mysf-plink {
        padding: 0 2% 0 0;
    }
}

.modal-navbox {
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1020;
    padding-top: 0.78rem;
    background-color: #fff;
}

.modal-navbox>.row {
    width: 100%;
    height: 100%;
    position: relative;
}

.modal-navbox .row-item {
    flex: 1;
}

.modal-navside {
    width: 1.65rem;
    max-width: 1.65rem;
    height: 100%;
    display: block;
    overflow: hidden;
    overflow-y: auto;
    background-color: #f0f0f0;
    padding-top: 3px;
    padding-bottom: 1.44rem;
    position: relative;
    z-index: 100;
}

.modal-navtab {
    width: 100%;
    overflow: hidden;
}

.modal-navtab>li {
    width: 100%;
    position: relative;
}

.modal-navtab>li.active {
    background-color: #f7f7f7;
}

.modal-navtab>li.active .lv1 {
    color: #106e41;
}

.modal-navtab>li.active .lv1:before {
    content: '';
    width: 4px;
    height: 0.18rem;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.09rem;
    background-color: #ffe600;
}

.modal-navtab>li.current .subnav {
    display: block;
}

.modal-navtab a {
    display: block;
}

.modal-navtab .lv1 {
    font-size: 0.17rem;
    line-height: 0.5rem;
    position: relative;
}

.modal-navtab .lv1 a {
    padding-left: 0.24rem;
}

.modal-navtab .subnav {
    display: none;
    font-size: 0.17rem;
    line-height: 0.28rem;
    padding-bottom: 0.12rem;
}

.modal-navtab .subnav li {
    margin-bottom: 0.11rem;
}

.modal-navtab .subnav li.active a {
    color: #106e41;
}

.modal-navtab .subnav a {
    padding: 0 0.24rem 0 0.4rem;
}

.modal-botnav {
    width: 100%;
    background-color: #f0f0f0;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 0.17rem;
    line-height: 0.42rem;
    padding-bottom: 0.18rem;
}

.modal-botnav a {
    display: block;
}

.modal-botnav .icon {
    width: 1em;
    height: 1em;
    display: inline-block;
    background: no-repeat center center;
    background-size: contain;
    vertical-align: middle;
    margin: -2px 0.1rem 0 0;
}

.modal-botnav li {
    padding: 0 0.24rem;
}

.modal-botnav li.active {
    color: #106e41;
}

.modal-botnav li.item1 .icon {
    background-image: url("/Img_mt/images/icon-set.png");
}

.modal-botnav li.item1.active .icon {
    background-image: url("/Img_mt/images/icon-set2.png");
}

.modal-botnav li.item2 .icon {
    background-image: url("/Img_mt/images/icon-notice.png");
}

.modal-botnav li.item2.active .icon {
    background-image: url("/Img_mt/images/icon-notice2.png");
}

.modal-botnav li.item3 .icon {
    background-image: url("/Img_mt/images/icon-earth.png");
}

.modal-botnav li.item3.active .icon {
    background-image: url("/Img_mt/images/icon-earth2.png");
}

.modal-navcont {
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    z-index: 50;
}

.modal-navcont .tab-pane {
    display: none;
}

.modal-navcont .tab-pane.active {
    display: block;
}

.modal-navcont .tabPane-hd {
    padding: 0.15rem 0.24rem 0.16rem 0.36rem;
    border-bottom: solid 1px #f0f0f0;
}

.modal-navcont .tabPane-hd .lvtit {
    font-size: 0.17rem;
    line-height: 0.4rem;
}

.modal-navcont .tabPane-hd .lvtit .fa {
    margin: -3px 0 0 0.1rem;
}

.modal-navcont .tabPane-bd {
    padding: 0.15rem 0.24rem 0.8rem 0.36rem;
    position: relative;
}

.modal-navcont .navlist {
    width: 100%;
    overflow: hidden;
}

.modal-navcont .navlist.row {
    width: 100%;
    display: block;
    margin-top: 4px;
    margin-bottom: -0.34rem;
}

.modal-navcont .navlist.row .navitem {
    width: 50%;
    text-align: center;
    font-size: 0.16rem;
    line-height: 0.3rem;
    margin-bottom: 0.34rem;
    padding: 0;
    float: left;
}

.modal-navcont .navlist.row .navitem img {
    width: 1rem;
    display: block;
    margin: 0 auto;
}

.modal-navcont .navitem {
    width: 100%;
    position: relative;
    font-size: 0.17rem;
    line-height: 0.4rem;
    margin-bottom: 0.26rem;
}

.modal-navcont .navitem a {
    display: inline-block;
    vertical-align: top;
}

.modal-navcont .navitem .list a {
    padding: 0 0.14rem;
    position: relative;
}

.modal-navcont .navitem .list img {
    display: none;
}

.modal-navcont .navitem .list img.jjsx {
    height: 0.18rem;
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -0.09rem;
    margin-left: 0;
}

.modal-navcont .navitem .bot {
    line-height: 0.35rem;
    color: #106e41;
}

.modal-navcont .navitem .bot a.more {
    padding: 0 0.14rem;
}

.modal-navcont .navitem .bot a.jjsx {
    width: 0.84rem;
    height: 0.24rem;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #684a01;
    border-radius: 0.12rem;
    background-color: #ffe600;
    text-align: center;
}

.modal-navcont .tabPane-ft {
    width: 100%;
    padding-left: 1.65rem;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 20;
}

.modal-navcont .tabPane-ft .cont {
    background-color: #fff;
}

.modal-navcont .newslist {
    line-height: 0.24rem;
}

.modal-navcont .newslist li {
    padding: 0.08rem 0;
}

.modal-navcont .newslist a {
    padding: 0 0.14rem;
}

.modal-navcont .newslist .title {
    max-height: 0.48rem;
    overflow: hidden;
}

.modal-navcont .newslist .time {
    color: #999;
}

.modal-navcont .divider {
    width: 100%;
    height: 1px;
    display: block;
    background: #ececec;
    margin: 0.3rem 0;
}

.modalNav1_1 .btn-join {
    width: 2.38rem;
    height: 0.52rem;
    display: block;
    background-color: #106e41;
    border-radius: 0.26rem;
    text-align: center;
    font-size: 0.17rem;
    line-height: 0.52rem;
    color: #fff;
    margin: 0 auto;
}

.modalNav1_5 .ways .item {
    line-height: 0.28rem;
    padding: 0.06rem 0;
}

.modalNav2_1 .tabPane-bd {
    padding-left: 0.24rem;
}

.modalNav2_1 .lv1 img {
    width: 0.48rem;
    margin: -3px 0.1rem 0 0;
}

.modalNav2_2 .tabPane-bd {
    padding-left: 0.24rem;
}

.modalNavLast_1 .tabPane-bd {
    padding-left: 0.24rem;
}

.modalNavLast_1 .navlist {
    margin-top: 0.21rem;
}

.modalNavLast_1 .navitem {
    width: 50%;
    text-align: center;
    font-size: 0.17rem;
    line-height: 0.4rem;
    margin-bottom: 0.35rem;
    padding: 0;
    float: left;
}

.modalNavLast_1 .navitem img {
    width: 0.6rem;
    display: block;
    margin: 0 auto;
}

.modalNavLast_2 .navlist {
    margin-top: 0.22rem;
}

.modalNavLast_2 .navitem {
    margin-bottom: 0.35rem;
}

.modalNavLast_2 .navitem h4 {
    font-size: 0.17rem;
    line-height: 0.26rem;
    position: relative;
}

.modalNavLast_2 .navitem .fa {
    display: none;
}

.modalNavLast_2 .navitem .doc {
    font-size: 0.144rem;
    line-height: 0.26rem;
    color: #666;
}

.modalNavLast_2 .navitem.current h4 {
    padding-left: 0.18rem;
    color: #106e41;
}

.modalNavLast_2 .navitem.current .doc {
    padding-left: 0.18rem;
}

.modalNavLast_2 .navitem.current .fa {
    color: #ffe600;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

body.open-webnav .wrapper:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: #000;
    opacity: 0.2;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}

body.open-website .wrapper:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: #000;
    opacity: 0.2;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}

body.open-website .head-website:after {
    width: 100%;
}

body.open-website .head-website_hd {
    color: #00713b;
}

body.open-myself .wrapper:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: #000;
    opacity: 0.2;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}

body.open-nav .wrapper:before {
    content: '';
    width: 100%;
    height: 0.78rem;
    display: block;
}

body.open-nav .wrapper:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: #000;
    opacity: 0.2;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}

body.open-nav .header {
    position: fixed;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.15);
    z-index: 2000;
}

body.open-nav .head-menu_open {
    display: none;
}

body.open-nav .head-menu_close {
    display: block;
}

@media screen and (max-width: 1500px) {
    .head-brand .lv3list2 .item {
        font-size: 14px;
    }
    .head-brand .lv3list2 h5,
    .head-brand .lv3list2 .list {
        width: 100%;
        float: none;
        overflow: hidden;
    }
    .head-sfbox {
        padding: 0 0.5em;
    }
    .head-navlist .lv1 {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
    .head-website {
        margin-left: 1em;
    }
}

@media screen and (max-width: 1366px) {
    .head-left {
        padding-left: 0;
    }
    .head-sfbox {
        padding: 0 1em;
    }
    .head-navlist .lv1 {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
    .head-website {
        margin-left: 0.5em;
    }
}

@media screen and (max-width: 991.98px) {
    .header>.lg-inner {
        display: block;
    }
    .head-left {
        float: left;
    }
    .head-right {
        float: right;
    }
}


/**** 整体 start ****/

.is-antd {
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.is-antd.fadeToUp {
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
}

.is-antd.fadeToRight {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    opacity: 0;
}

.is-antd.fadeToLeft {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    opacity: 0;
}

.is-antd.fadeToShow {
    transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    opacity: 0;
}

.swiper-slide.is-active_after .is-antd {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    opacity: 1;
}

.fixed-tool {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 300;
    margin-top: -10.65em;
    font-size: 0.8em;
    line-height: 1.375em;
    text-align: center;
    color: #fff;
}

.fixed-tool li {
    position: relative;
    margin-bottom: 1px;
}

.fixed-tool li.item6 .icon .tit {
    padding: 0;
}

.fixed-tool li.btn-gotop {
    display: none;
}

.fixed-tool li.item6:hover .wxbox {
    opacity: 1;
    visibility: visible;
    transform: translate(-10px, 0);
}

.fixed-tool li:hover .icon img {
    display: none;
}

.fixed-tool li:hover .icon .tit {
    display: table-cell;
}

.fixed-tool .icon {
    width: 3.75em;
    height: 3.75em;
    display: block;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.38);
	letter-spacing: 5px;
	padding-top: 7px;
}

.fixed-tool .icon img {
    width: 100%;
    display: block;
}

.fixed-tool .icon .tit {
    width: 3.75em;
    height: 3.75em;
    display: none;
    vertical-align: middle;
    padding: 0 0.5em;
}

.fixed-tool .wxbox {
    position: absolute;
    width: 110px;
    height: 110px;
    left: -126px;
    top: 50%;
    margin-top: -55px;
    background: #fff;
    padding: 5px;
    opacity: 0;
    transform: translate(10px, 0);
    visibility: hidden;
    transition: all .3s .2s ease-in-out;
}

.fixed-tool .wxbox:before {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
}

.fixed-tool .wxbox img {
    width: 100%;
    max-width: 100%;
    display: block;
}


/**** 整体 end ****/


/**** 底部 ****/

.footer {
    width: 100%;
    overflow: hidden;
    background: #222;
    position: relative;
    z-index: 20;
}

.footer.web {
    padding: 5.3rem 0 3.65rem;
    font-size: 14px;
    line-height: 1.43em;
    color: #fff;
}

@media screen and (max-width: 1366px) {
    .footer.web {
        font-size: 13px;
    }
}

.footer.web .row {
    overflow: visible;
}

.footer.web .foot-left {
    padding: 0;
}

.footer.web .foot-left .content {
    float: left;
}

.footer.web .foot-logo {
    display: block;
    margin-bottom: 1.65rem;
    text-align: center;
}

.footer.web .foot-logo img {
    height: 2.5rem;
    vertical-align: top;
}

.footer.web .foot-share {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    margin-bottom: 1.4rem;
}

.footer.web .foot-share>li {
    width: 25%;
    flex: 0 0 25%;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.footer.web .foot-share>li:hover .dropbox {
    display: block;
}

.footer.web .foot-share .icon img {
    width: 42px;
    vertical-align: top;
}

.footer.web .foot-share .dropbox {
    width: 200px;
    display: none;
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-left: -100px;
    padding-bottom: 10px;
}

.footer.web .foot-share .dropbox .arrow {
    width: 0;
    height: 0;
    display: block;
    border-width: 10px 9px;
    border-color: transparent;
    border-style: solid;
    border-top-color: #fff;
    position: absolute;
    left: 50%;
    bottom: -9px;
    margin-left: -9px;
}

.footer.web .foot-share .dropbox .cont {
    width: 100%;
    background-color: #fff;
    padding: 8px 8px 5px;
    border-radius: 4px;
    overflow: hidden;
}

.footer.web .foot-share .dropbox .imgs {
    width: 80px;
    display: block;
    float: left;
    margin-right: 24px;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    color: #00713b;
}

.footer.web .foot-share .dropbox .imgs:last-child {
    margin-right: 0;
}

.footer.web .foot-share .dropbox .imgs img {
    width: 100%;
    max-width: 100%;
    display: block;
    border: solid 3px #dddddd;
}

.footer.web .foot-link {
    text-align: center;
    margin-bottom: 2rem;
}

.footer.web .foot-link a:after {
    content: '|';
    margin: 0 0.5rem;
}

.footer.web .foot-link a:last-child:after {
    display: none;
}

.footer.web .foot-flink {
    width: 100%;
    overflow: hidden;
    margin-top: 3.1rem;
}

.footer.web .foot-flink h5 {
    float: left;
    margin-right: 1em;
}

.footer.web .foot-flink li {
    float: left;
    opacity: .7;
    margin-right: 2em;
}

.footer.web .foot-flink li:hover {
    opacity: 1;
}

.footer.web .foot-copy {
    white-space: nowrap;
}

.footer.web .foot-copy i {
    font-style: normal;
}

.footer.web .foot-mid {
    padding: 0;
}

.footer.web .foot-mid .content {
    width: 90%;
    max-width: 28.5rem;
}

.footer.web .foot-mid .title {
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 1.1rem;
}

.footer.web .foot-mend {
    width: 100%;
    position: relative;
    margin-bottom: 1.5rem;
}

.footer.web .foot-mend:before,
.footer.web .foot-mend:after {
    content: '';
    display: table;
    clear: both;
}

.footer.web .foot-mend .form-control {
    width: 100%;
    height: 2rem;
    border: solid 1px #fff;
    font-size: 1em;
    line-height: 1.9rem;
    background-color: transparent;
    border-radius: 3px;
    color: #fff;
    padding: 0 10px;
}

.footer.web .foot-mend .form-control.seachprov {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.footer.web .foot-mend .form-control.inpt {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding-right: 3rem;
}

.footer.web .foot-mend option {
    color: #333;
}

.footer.web .foot-mend_select {
    width: 63%;
    max-width: 355px;
    float: left;
    margin: 0;
    line-height: 2rem;
}

.footer.web .foot-mend_select .check-list {
    width: 100%;
    overflow: hidden;
}

.footer.web .foot-mend_select .check-list li {
    float: left;
    font-size: 0.8rem;
    color: #fff;
    margin-right: 8.45%;
    opacity: 0.7;
}

.footer.web .foot-mend_select .check-list li:last-child {
    margin-right: 0;
}

.footer.web .foot-mend_select .check-list li.is-checked {
    opacity: 1;
}

.footer.web .foot-mend_select .check-list label {
    cursor: pointer;
}

.footer.web .foot-mend_select .check-list input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 1.375em;
    height: 1.375em;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0.5em 0 0;
    border: solid 1px #fff;
    border-radius: 100%;
    position: relative;
}

.footer.web .foot-mend_select .check-list input[type="radio"]:checked {
    background: url("/Img_mt/images/radio_check.png") no-repeat center center;
    background-size: contain;
}

@media screen and (max-width: 1600px) {
    .footer.web .foot-mend_select .check-list li {
        margin-right: 4%;
    }
}

.footer.web .foot-schbox {
    width: 100%;
    display: table-cell;
    vertical-align: top;
    position: relative;
    opacity: 0.7;
}

.footer.web .foot-schbox .btn-sch {
    width: 2.9rem;
    height: 100%;
    display: block;
    background: url("/Img_mt/images/icon-sch2.png") no-repeat center center;
    background-size: 0.9rem auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    cursor: pointer;
}

.footer.web .foot-comlink {
    line-height: 1.5rem;
    overflow: hidden;
    margin: 0 -0.5rem;
}

.footer.web .foot-comlink li {
    min-width: 33.33%;
    float: left;
    padding: 0 0.5rem;
}

.footer.web .foot-comlink a {
    display: block;
    opacity: 0.7;
}

.footer.web .foot-comlink a:hover {
    opacity: 1;
}

.footer.web .foot-right {
    padding: 0;
}

.footer.web .foot-right .content {
    width: 75%;
    max-width: 305px;
    float: right;
}

.footer.web .foot-right .tel {
    margin-bottom: 1.6rem;
}

.footer.web .foot-right .tel h6 {
    line-height: 1em;
    margin-bottom: 1em;
}

.footer.web .foot-right .tel .doc {
    font-size: 1.6rem;
    line-height: 1.7em;
    font-weight: bold;
}

.footer.web .foot-right .item {
    width: 100%;
    display: table;
    margin-bottom: 0.5rem;
}

.footer.web .foot-right .item h6 {
    float: left;
    white-space: nowrap;
}

.footer.web .foot-right .item .doc {
    width: 100%;
    display: table-cell;
    vertical-align: top;
}

.footer.web .foot-right .item.email {
    word-break: break-all;
}

.footer .foot-support {
    white-space: nowrap;
}

.footer .foot-support .title {
    display: inline-block;
    vertical-align: top;
}

.footer .foot-jszc_swip {
    height: 1.43em;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.footer.app {
    padding: 0.65rem 0.24rem 0.2rem;
    text-align: center;
    color: #fff;
    font-size: 0.16rem;
    line-height: 0.26rem;
}

.footer.app .foot-topbox .title {
    font-size: 0.25rem;
    line-height: 0.4rem;
}

.footer.app .check-list {
    font-size: 1em;
    line-height: 0.42rem;
    margin-bottom: 0.12rem;
}

.footer.app .check-list li {
    opacity: .7;
    margin: 0 0.15rem;
    display: inline-block;
    vertical-align: top;
}

.footer.app .check-list li.is-checked {
    opacity: 1;
}

.footer.app .check-list input[type='radio'] {
    width: 0.24rem;
    height: 0.24rem;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0.12rem 0 0;
    position: relative;
    border-radius: 100%;
}

.footer.app .check-list input[type='radio']:checked:after {
    content: '';
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 100%;
    display: block;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -0.04rem 0 0 -0.04rem;
}

.footer.app .foot-schbox {
    width: 100%;
    position: relative;
}

.footer.app .foot-schbox .inpt {
    width: 100%;
    height: 0.4rem;
    display: block;
    border: solid 1px rgba(255, 255, 255, 0.6);
    padding: 0 0.5rem 0 8px;
    font-size: 1em;
    line-height: 0.38rem;
    color: #fff;
    background-color: transparent;
    border-radius: 0;
}

.footer.app .foot-schbox .btn-sch {
    width: 0.46rem;
    height: 100%;
    display: block;
    background: url("/Img_mt/images/icon-sch2.png") no-repeat center center;
    background-size: 0.22rem auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.footer.app .foot-tel {
    font-size: 0.2rem;
    line-height: 1em;
    margin: 0.5rem 0 0.36rem;
}

.footer.app .foot-share {
    line-height: 0.52rem;
    margin-bottom: 0.26rem;
}

.footer.app .foot-share>li {
    width: 0.52rem;
    display: inline-block;
    vertical-align: top;
    margin: 0 0.1rem;
    position: relative;
}

.footer.app .foot-share a {
    display: block;
}

.footer.app .foot-share .icon img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.footer.app .foot-share .dropbox {
    width: 2rem;
    display: none;
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-left: -1rem;
    padding-bottom: 10px;
}

.footer.app .foot-share .dropbox .arrow {
    width: 0;
    height: 0;
    display: block;
    border-width: 10px 9px;
    border-color: transparent;
    border-style: solid;
    border-top-color: #fff;
    position: absolute;
    left: 50%;
    bottom: -9px;
    margin-left: -9px;
}

.footer.app .foot-share .dropbox .cont {
    width: 100%;
    background-color: #fff;
    padding: 8px 8px 5px;
    border-radius: 4px;
    overflow: hidden;
}

.footer.app .foot-share .dropbox .imgs {
    width: 0.8rem;
    display: block;
    float: left;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    color: #00713b;
}

.footer.app .foot-share .dropbox .imgs:last-child {
    margin-right: 0;
    float: right;
}

.footer.app .foot-share .dropbox .imgs img {
    width: 100%;
    max-width: 100%;
    display: block;
    border: solid 1px #dddddd;
}

.footer.app .foot-link {
    line-height: 0.4rem;
}

.footer.app .foot-link a {
    display: inline-block;
    vertical-align: top;
}

.footer.app .foot-link a:after {
    content: '|';
    margin: 0 0.12rem;
}

.footer.app .foot-link a:last-child:after {
    display: none;
}


/******** 移动端样式调整 start ********/

@media screen and (max-width: 991.98px) {
    .fixed-tool {
        margin: 0;
        top: 100%;
        font-size: 0.14rem;
        transform: translateY(-1.96rem);
        -webkit-transform: translateY(-1.96rem);
    }
    .fixed-tool .icon {
        width: 0.5rem;
        height: 0.5rem;
    }
    .fixed-tool .tit {
        width: 0.5rem;
        height: 0.5rem;
    }
    .header {
        line-height: 0.78rem;
    }
    .head-logo {
        padding: 0.2rem 0;
    }
    .head-logo img {
        height: 0.38rem;
    }
    #udesk_btn>a {
        width: 0.5rem !important;
        height: 0.5rem !important;
        line-height: 0.5rem !important;
        background-color: rgba(0, 0, 0, 0.38) !important;
        margin: 0 0 2px !important;
        bottom: 1.96rem !important;
    }
    #udesk_btn>a>span:first-child {
        width: 0.28rem !important;
        height: 0.28rem !important;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -0.14rem 0 0 -0.14rem !important;
        display: block;
    }
    #udesk_btn>a>span:first-child img {
        display: block;
    }
    #udesk_btn>a>span:nth-child(2) {
        display: none !important;
    }
    #udesk_btn_text,
    #udesk_btn_circle {
        display: none !important;
    }
}


/**** 通用按钮效果 ****/

.btn-bwhite {
    display: block;
    position: relative;
    color: #00713b;
    background: #fff;
    overflow: hidden;
    border: solid 1px #00713b;
    text-align: center;
    cursor: pointer;
    font-family: "SourceHanSansCN-Regular";
}

.btn-bwhite:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -101%;
    background: #00713b;
    transition: left .4s ease-out;
    z-index: 1;
}

.btn-bwhite span {
    display: block;
    position: relative;
    z-index: 2;
}

@media screen and (min-width: 992px) {
    .btn-bwhite:hover {
        color: #fff !important;
        border-color: #00713b;
    }
    .btn-bwhite:hover:before {
        left: 0;
    }
}

a.btn-default {
    width: 160px;
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
    font-size: 14px;
    display: block;
    position: relative;
    color: #999;
    background: #fff;
    overflow: hidden;
    border: solid 1px #999;
    text-align: center;
    cursor: pointer;
    font-family: "SourceHanSansCN-Regular";
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

a.btn-default .fa {
    margin: -3px 18px 0 0;
}

.back-btns .fa {
    margin: -3px 18px 0 0;
}

@media screen and (min-width: 992px) {
    a.btn-default:hover {
        color: #fff;
        border-color: #00713b;
        background-color: #00713b;
    }
}

@media screen and (max-width: 991.98px) {
    a.btn-default {
        width: 1.2rem;
        height: 0.36rem;
        line-height: 0.34rem;
        font-size: 0.16rem;
    }
    a.btn-default .fa {
        margin-right: 0.12rem;
        margin-top: 0;
    }
}


/*********/

.global-page {
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-family: "Arial";
    margin: 48px auto;
}

.global-page a {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    font-size: 30px;
    color: #8b8b8b;
    background: no-repeat center center;
    background-size: 16px;
}

.global-page a.disabled {
    opacity: .2;
    cursor: default;
}

.global-page .fa {
    margin-top: -3px;
}

.global-page span {
    display: inline-block;
    vertical-align: top;
    padding: 0 40px;
    font-size: 16px;
}

.global-page span i {
    font-style: normal;
    margin: 0 3px;
}

.global-page .now {
    color: #00713b;
}

.global-page .go-start {
    background-image: url("/Img_mt/images/page-start.png");
}

.global-page .go-prev {
    background-image: url("/Img_mt/images/page-prev.png");
}

.global-page .go-next {
    background-image: url("/Img_mt/images/page-next.png");
}

.global-page .go-end {
    background-image: url("/Img_mt/images/page-end.png");
}

@media screen and (min-width: 992px) {
    .global-page .go-start:not(.disabled):hover {
        background-image: url("/Img_mt/images/page-start_h.png");
    }
    .global-page .go-prev:not(.disabled):hover {
        background-image: url("/Img_mt/images/page-prev_h.png");
    }
    .global-page .go-next:not(.disabled):hover {
        background-image: url("/Img_mt/images/page-next_h.png");
    }
    .global-page .go-end:not(.disabled):hover {
        background-image: url("/Img_mt/images/page-end_h.png");
    }
}

@media screen and (max-width: 991.98px) {
    .global-page {
        line-height: 0.5rem;
        margin: 0.2rem auto;
    }
    .global-page a {
        width: 0.5rem;
        height: 0.5rem;
        font-size: 0.3rem;
    }
    .global-page span {
        padding: 0;
        min-width: 0.88rem;
    }
    .global-page .go-start {
        background-image: url("/Img_mt/images/page-start_h.png");
        margin-right: 5px;
    }
    .global-page .go-prev {
        background-image: url("/Img_mt/images/page-prev_h.png");
    }
    .global-page .go-next {
        background-image: url("/Img_mt/images/page-next_h.png");
    }
    .global-page .go-end {
        margin-left: 5px;
        background-image: url("/Img_mt/images/page-end_h.png");
    }
}

.btn-more_a {
    width: 250px;
    height: 46px;
    margin: 0 auto;
    border-radius: 50px;
    border: 1px solid #00713b;
    background: #fff;
    display: block;
    text-align: center;
    font-size: 0;
    vertical-align: middle;
    transition: all .3s;
}

.btn-more_a .txt {
    font-size: 16px;
    color: #666;
    line-height: 44px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.btn-more_a .icon {
    width: 39px;
    height: 6px;
    line-height: 44px;
    display: inline-block;
    margin: 0 2px;
    vertical-align: middle;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.btn-more_a .icon span {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.btn-more_a .icon span:first-child {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.btn-more_a .icon span:last-child {
    width: 50%;
    -webkit-transform: translateX(-500%);
    transform: translateX(-500%);
}

.btn-more_a .icon img {
    position: absolute;
    right: 0;
    top: 0;
    width: 39px;
    display: block;
    height: 6px;
}

.btn-more_a.is-green {
    border-color: #00713b;
    background: #00713b;
}

.btn-more_a.is-green .txt {
    color: #fff;
}

@media screen and (min-width: 992px) {
    .btn-more_a:hover {
        background: #00713b;
        border: 1px solid #00713b;
    }
    .btn-more_a:hover .txt {
        color: #fff;
    }
    .btn-more_a:hover .icon .active {
        width: 50%;
        -webkit-transition: width .2s ease-out, -webkit-transform .3s .3s ease-in-out;
        -ms-transition: transform .3s .3s ease-in-out, width .2s ease-out;
        transition: transform .3s .3s ease-in-out, width .2s ease-out, -webkit-transform .3s .3s ease-in-out;
        -webkit-transform: translateX(500%);
        transform: translateX(500%);
    }
    .btn-more_a:hover .icon .hover {
        width: 100%;
        -webkit-transition: width .2s .3s ease-out, -webkit-transform .3s .3s ease-in-out;
        -ms-transition: transform .3s .3s ease-in-out, width .2s .3s ease-out;
        transition: transform .3s .3s ease-in-out, width .2s .3s ease-out, -webkit-transform .3s .3s ease-in-out;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    .btn-more_a.is-green:hover {
        background: #70bb2b;
    }
}

@media screen and (max-width: 991.98px) {
    a.btn-more_a {
        width: 2.15rem;
        height: 0.4rem;
        border-radius: 0.2rem;
    }
    a.btn-more_a .txt {
        font-size: 0.16rem;
        line-height: 0.38rem;
        margin: 0;
    }
    a.btn-more_a .icon {
        display: none;
    }
}


/*** 表单 ***/

.form-group {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 34px;
}

.form-group.has-error .help-block {
    color: #d34c2e;
}

.control-label {
    display: block;
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 10px;
}

.form-control {
    width: 100%;
    height: 46px;
    display: block;
    background: #eee;
    font-size: 18px;
    line-height: 30px;
    color: #666;
    padding: 8px 20px;
    border: none;
    border-radius: 2px;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    background-color: #eee;
    color: #666;
}

select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("/Img_mt/images/arrow-down3.png") no-repeat right 20px center #eee;
    padding-right: 50px;
}

textarea.form-control {
    height: 180px;
}

.help-block {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
}

.form-btnbox {
    overflow: hidden;
    margin-top: 26px;
}

.form-btnbox a {
    width: 160px;
    height: 46px;
    display: block;
    text-align: center;
    float: left;
    font-size: 16px;
    line-height: 44px;
    color: #fff;
    border-radius: 23px;
    margin-right: 30px;
    border: solid 1px;
}

.form-btnbox a:last-child {
    margin-right: 0;
}

.form-btnbox a.btn-submit {
    background: #00713b;
    border-color: #00713b;
}

.form-btnbox a.btn-reset {
    background: #999;
    border-color: #999;
}

@media screen and (min-width: 992px) {
    .form-btnbox a.btn-submit:hover {
        background: transparent;
        color: #00713b;
    }
    .form-btnbox a.btn-reset:hover {
        background: transparent;
        color: #999;
    }
}

@media screen and (max-width: 991.98px) {
    .form-group {
        margin-bottom: 0.3rem;
    }
    .control-label {
        font-size: 0.18rem;
        line-height: 0.28rem;
        margin-bottom: 6px;
        font-family: "SourceHanSansCN-Regular";
    }
    .form-control {
        height: 0.48rem;
        font-size: 0.18rem;
        line-height: 0.28rem;
        padding: 0.1rem 0.24rem;
    }
    select.form-control {
        appearance: auto;
        -webkit-appearance: auto;
        -moz-appearance: auto;
        background: #eee;
        padding: 0.1rem 0.24rem;
    }
    textarea.form-control {
        height: 2.4rem;
    }
    .form-btnbox {
        margin-top: 6px;
    }
    .form-btnbox a {
        width: 1.98rem;
        max-width: 48%;
        height: 0.4rem;
        line-height: 0.38rem;
        font-size: 0.16rem;
        border-radius: 0.2rem;
        margin: 0 0.18rem 0 0;
    }
}

@media screen and (max-width: 575px) {
    .form-btnbox {
        margin-top: 6px;
    }
    .form-btnbox a {
        margin: 0;
    }
    .form-btnbox a.btn-reset {
        float: right;
    }
}

.back-btns {
    width: 160px;
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
    font-size: 14px;
    display: block;
    position: relative;
    color: #999;
    background: #fff;
    overflow: hidden;
    border: solid 1px #999;
    text-align: center;
    cursor: pointer;
    font-family: "SourceHanSansCN-Regular";
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}


/*# sourceMappingURL=module.css.map */


/*搜索框*/

.search-box-b {
    display: flex;
    margin-right: 34px;
    align-items: center;
}

.search-box-b .search-btn {
    background: url(../../Img_mt/images/search-a.png);
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
    background-size: cover;
    background-position: center center;
    display: block;
    position: relative;
}

.search-box-b .search-btn:hover {
    background: url(../../Img_mt/images/search-b.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.search-btn-bbb .search-btn {
    background: url(../../Img_mt/images/search-b.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

.search-con {
    width: 100%;
    display: none;
    background-color: #fff;
    border-top: solid 1px #e6e6e6;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 9999;
}


/*.search-con::after{
    content: '';
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.2);
    position: absolute;
    z-index: 1;
}*/

.search-con .seach-div_c {
    margin-right: 30px;
}

.search-con .btn-par_c {
    background: #00713b;
    border-radius: 64px;
}

.search-con .btn-par_c a {
    color: #fff;
    font-size: 16px;
    width: 160px;
    height: 46px;
    display: block;
    text-align: center;
}

.search-con .search-txt {
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin-bottom: 43px;
}

.pur-seach_c {
    margin: 40px auto;
    display: flex;
    justify-content: center;
}

.search-con .seach-div_c input {
    width: 600px;
    border: solid 1px #00713b;
    border-radius: 50px;
    padding-left: 30px;
}

.seach-div_c input::-webkit-input-placeholder {
    color: #999;
    font-size: 16px !important;
}

.pur-btn_c {
    float: right;
    width: 160px;
    line-height: 40px;
    border: 1px solid #00713b;
    border-radius: 35px;
    text-align: center;
    margin-top: 8px;
}

@media screen and (max-width: 991.98px) {
    .head-menu {
        order: 3;
    }
    .head-language2 {
        order: 2;
    }
    .search-box-b {
        order: 1;
    }
    .pur-seach_c {
        margin: .3rem auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .search-con .seach-div_c {
        margin-right: .3rem;
        width: 60%;
    }
    .search-con .seach-div_c input {
        width: 100%;
        border: solid 1px #00713b;
        border-radius: .5rem;
        padding-left: .3rem;
        height: .46rem;
    }
    .search-con .btn-par_c {
        background: none;
        border-radius: inherit;
    }
    .search-con .btn-par_c a {
        color: #fff;
        font-size: .16rem;
        width: 1rem;
        height: .46rem;
        display: block;
        text-align: center;
        line-height: .46rem;
        background: #00713b;
        border-radius: .64rem;
    }
    .search-con .search-txt {
        text-align: center;
        font-size: .16rem;
        color: #333333;
        margin-bottom: .43rem;
    }
}

@media screen and (max-width: 1366px) {
    .search-box-b {
        margin-right: 20px;
        margin-left: 20px;
    }
}


/*2021.2.26子卿*/

.head-lv2list li h4 a {
    font-size: 22px;
}

.head-lv2list ul li a {
    font-size: 16px;
}

.head-bgs {
    width: 100vw;
    height: 100vh;
    background: #000;
    opacity: .2;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.open-bgs .head-bgs {
    display: block;
}

.mysf-plink .lv1 a {
    font-size: 22px;
}

.head-sfbox>.head-sfbox_hd>span {
    font-size: 18px;
}

@media(max-width: 991.98px) {
    .modalNav3 .navitem ul li {
        text-indent: .09rem;
    }
    .modalNav4 .navitem ul li {
        text-indent: .09rem;
    }
}


/* 新增swiper按钮 */

.home-banWeb .swiper-pagination {
    display: flex;
    bottom: 20px;
    left: 50%;
}

.home-banWeb .swiper-pagination-bullet {
    width: 30px !important;
    height: 2px !important;
    display: block !important;
    background-color: #fff !important;
    opacity: .5 !important;
}

.home-banWeb .swiper-pagination-bullet-active {
    opacity: 1 !important;
}


/*  */


/* .case-ctlist .item-doc {
    display: block !important;
} */

.looks {
    width: 100%;
    height: 2.8571em;
    margin: 1.5em auto 0;
    color: #00713b;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border-radius: 20px;
    border: 1px solid #00713b;
}

.look-pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100VW;
    height: 100VH;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999999;
}

.look-pop .sm-inner {
    width: 960px;
    height: 100%;
}

.look-pop .boxs {
    width: auto;
    /* height: 100%; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.look-pop .imgs {
    width: 100%;
    height: 39em;
}

.look-pop .imgs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.look-pop .look-pop-close {
    position: fixed;
    top: 2em;
    right: 2em;
    width: 2.7em;
    height: 2.7em;
    border-radius: 50%;
    border: solid 1px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0);
}

.look-pop .look-pop-close .bi {
    width: 0.85em;
    height: 0.85em;
    color: #fff;
}

@media (min-width:991.98px) {
    .look-pop .look-pop-close:hover {
        cursor: pointer;
    }
    .looks:hover {
        color: #fff;
        background-color: #00713b;
    }
}

@media (max-width:991.98px) {
    .case-ctlist .imgs {
        width: 100%;
        height: 2.04rem !important;
        overflow: hidden;
    }
    .case-ctlist .imgs img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .case-ctlist li {
        margin-bottom: .3rem !important;
    }
    .p-furniture .case-ctlist .item-tit {
        height: auto;
        color: #333;
    }
    .p-furniture .case-ctlist .item-inner {
        margin-bottom: .2rem;
        height: 2.05rem;
    }
    /* .p-furniture .case-ctlist .item-tit span:after {
        display: none;
    } */
    .look-pop .boxs {
        width: 90%;
    }
    .look-pop .imgs {
        height: 9rem;
    }
    .look-pop .look-pop-close {
        top: 1rem;
        right: .2rem;
    }
}


/* 家装渠道 开始 */

.p-decoration .case-ctlist .item-inner {
    height: 7.5em;
    padding: 0;
}

.p-decoration .case-ctlist .item-inner .imgs {
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center;
    background-size: cover; */
    width: 100%;
    height: 7.5em;
    overflow: hidden;
}

.p-decoration .case-ctlist .item-inner .imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-decoration .case-ctlist .active .item-inner {
    /* display: none; */
    height: auto;
}

.p-decoration .case-ctlist .active .imgs {
    display: block;
    /* height: auto; */
}

.p-decoration .case-ctlist .item-doc {
    /* display: block !important; */
    margin-top: 1em;
    padding: 0 19px;
}

.p-decoration .looks {
    margin-bottom: 1.5em;
}


/* @media (max-width:991.98px) {
    .p-furniture .case-ctlist .imgs img {
        display: none;
    }
} */

.p-search .search-btn-bbb .search-btn {
    background-image: url(none) !important;
}


/* 家装渠道 结束 */