@charset "utf-8";
/**
 * example:
 * .className {
 *   position: relative;
 *   &:after {
 *    .setLine([@color]);
 *   }
 * }
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* something properties add */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    /* add */
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* add */
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    margin: 0;
    font-weight: 400;
}

form,
ul,
ol,
dl,
dd,
p {
    margin: 0;
}

img {
    border: 0 none;
    vertical-align: bottom;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    color: #354054;
    font-size: 14px;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

.justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.text-primary {
    color: #354054;
}

.link-primary {
    color: #2f65b5;
}

.hide {
    display: none;
}

.mt-20 {
    margin-top: 20px;
}

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

.g-header-wrap .fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 64px;
    background: #fff;
    color: #354054;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2000;
    -webkit-box-shadow: 0px 0px 2px 0px #d0d0d0;
    box-shadow: 0px 0px 2px 0px #d0d0d0;
}

.g-header-wrap.is-dark .fixed {
    background: #000000;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.g-header-wrap:hover .fixed {
    background: #fff;
    color: #354054;
}

.g-header-wrap::after {
    content: '';
    display: block;
    height: 64px;
}

.g-header-wrap .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.g-header-wrap .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 56px;
}

.g-header-wrap .menu-list-item {
    position: relative;
    display: inline-block;
    padding: 23px 16px;
    font-size: 14px;
    cursor: pointer;
}

.g-header-wrap .menu-list-item.active {
    font-weight: bold;
}

.g-header-wrap .menu-list-item.active::after {
    content: '';
    position: absolute;
    bottom: 14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 20px;
    height: 3px;
    background: #2f65b5;
    border-radius: 2px;
}

.g-header-wrap .menu-list-item:hover ul {
    padding-top: 15px;
    padding-bottom: 15px;
    max-height: 1000px;
    opacity: 1;
    overflow: visible;
}

.g-header-wrap .menu-list-item ul {
    position: absolute;
    max-height: 0;
    overflow: hidden;
    top: 100%;
    left: 50%;
    border-radius: 3px;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    font-weight: normal;
    color: #354054;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0px 0px 2px 0px #d0d0d0;
    box-shadow: 0px 0px 2px 0px #d0d0d0;
    z-index: 200;
}

.g-header-wrap .menu-list-item ul::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    top: -6px;
    left: 32%;
    background-color: #fff;
    border-color: #ebeef5 #ebeef5 transparent transparent;
    border-style: solid;
    border-width: 1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.g-header-wrap .menu-list-item ul a {
    display: inline-block;
    white-space: nowrap;
    padding: 12px 42px 12px 32px;
    color: #7b828f;
}

.g-header-wrap .menu-list-item ul a:hover {
    color: #2f65b5;
    font-weight: bold;
}

.g-header-wrap .menu-list-item + .menu-list-item {
    margin-left: 16px;
}

.g-header-wrap .phone-info {
    font-weight: bold;
}

.g-header-wrap .phone-info header {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}

.g-header-wrap .phone-info header img {
    margin-right: 2px;
}

.g-header-wrap .phone-info .phone {
    font-size: 20px;
}

.g-footer-wrap {
    background-color: #171819;
    color: #dcddde;
    padding-top: 40px;
    font-size: 12px;
}

.g-footer-wrap .footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 20px;
}

.g-footer-wrap .footer-link h3 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.g-footer-wrap .footer-link a {
    display: block;
    margin: 10px 0;
    color: #dcddde;
}

.g-footer-wrap .footer-link a:hover {
    color: #fff;
}

.g-footer-wrap .footer-link + .footer-link {
    margin-left: 130px;
}

.g-footer-wrap .line {
    height: 1px;
    border: 1px solid rgba(151, 151, 151, 0.16);
}

.g-footer-wrap .qrcode-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}

.g-footer-wrap .qrcode-wrap img {
    margin-bottom: 10px;
}

.g-footer-wrap .qrcode-wrap > div + div {
    margin-left: 58px;
}

.g-footer-wrap .copyright-wrap {
    text-align: center;
    padding: 16px 0;
    line-height: 2;
}

.g-contact {
    position: fixed;
    top: 212px;
    right: 0;
    width: 56px;
    background: #ffffff;
    font-size: 14px;
    z-index: 2000;
    border: 1px solid #dedede;
}

.g-contact .contact-btn {
    padding: 12px;
    text-align: center;
    cursor: pointer;
    position: relative;
    color: #167be7;
}

.g-contact .contact-btn .txt {
    margin-top: 2px;
}

.g-contact .contact-btn:hover .layer-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.g-contact .contact-btn + .contact-btn {
    border-top: 1px solid #dedede;
}

.g-contact .layer-content {
    position: absolute;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    top: 0;
    padding: 30px;
    right: 54px;
    width: 196px;
    height: 300px;
    background: #ffffff;
    border: 1px solid #dedede;
    z-index: 2;
    font-size: 14px;
    font-weight: bold;
}

.g-contact .layer-content .content-item + .content-item {
    margin-top: 20px;
}

.g-contact .layer-content .label {
    color: #354054;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.g-contact .layer-content .label img {
    margin-right: 6px;
}

.g-contact .layer-content h3 {
    margin-top: 15px;
    padding-left: 15px;
    font-weight: bold;
}

.m-title {
    font-size: 28px;
    font-weight: bold;
    color: #354054;
    line-height: 37px;
    padding: 0;
    text-align: center;
}

.m-title::before {
    display: inline-block;
    content: '';
    width: 26px;
    height: 4px;
    background: #abc1e1;
    border-radius: 4px;
    margin-right: 14px;
    vertical-align: middle;
}

.m-title::after {
    display: inline-block;
    content: '';
    width: 26px;
    height: 4px;
    background: #abc1e1;
    border-radius: 4px;
    margin-left: 14px;
    vertical-align: middle;
}

.m-article-list {
    overflow: hidden;
    margin-left: -20px;
    padding-top: 5px;
}

.m-article-list .article-item {
    width: 590px;
    height: 180px;
    float: left;
    margin-top: 46px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 46px 32px 20px;
    background: #ffffff;
    position: relative;
    border: 1px solid #f0f0f0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.m-article-list .article-item:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.m-article-list .article-item .time {
    top: -46px;
    left: 32px;
    position: absolute;
    width: 108px;
    height: 66px;
    padding-top: 8px;
    padding-left: 12px;
    background: #2f65b5;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.m-article-list .article-item .time .year {
    font-size: 18px;
    font-weight: normal;
}

.m-article-list .article-item .title {
    font-size: 18px;
    color: #354054;
    margin-bottom: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-article-list .article-item .des {
    font-size: 14px;
    color: #7b828f;
    line-height: 24px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.m-article-list .article-item .more {
    position: absolute;
    right: 32px;
    bottom: 20px;
    color: #bfc3c9;
    padding-right: 25px;
    cursor: pointer;
    display: inline-block;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjQkZDM0M5IiBkPSJNMTIuOTkgN0wxNSA4LjUgMTIuOTkgMTBWOUgyVjhoMTAuOTl6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) no-repeat right center;
}

.m-prev-btn {
    width: 100px;
    height: 40px;
    cursor: pointer;
    background: #f8f8f8 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQuNDcgMTkuMjhhLjc1Ljc1IDAgMCAwIDEuMTQ3LS45NTZsLS4wODctLjEwNEw5LjMxIDEybDYuMjItNi4yMmEuNzUuNzUgMCAwIDAgLjA4Ny0uOTU2bC0uMDg3LS4xMDRhLjc1Ljc1IDAgMCAwLS45NTYtLjA4N2wtLjEwNC4wODctNi43NSA2Ljc1YS43NS43NSAwIDAgMC0uMDg3Ljk1NmwuMDg3LjEwNCA2Ljc1IDYuNzV6IiBzdHJva2U9IiMzRTRGNzAiIGZpbGw9IiMzRTRGNzAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) no-repeat center;
}

.m-prev-btn.swiper-button-disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.m-next-btn {
    width: 100px;
    height: 40px;
    cursor: pointer;
    margin-left: 8px;
    background: #f8f8f8 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOS41MyAxOS4yOGEuNzUuNzUgMCAwIDEtMS4xNDctLjk1NmwuMDg3LS4xMDRMMTQuNjkgMTIgOC40NyA1Ljc4YS43NS43NSAwIDAgMS0uMDg3LS45NTZsLjA4Ny0uMTA0YS43NS43NSAwIDAgMSAuOTU2LS4wODdsLjEwNC4wODcgNi43NSA2Ljc1Yy4yNi4yNi4yOS42NjQuMDg3Ljk1NmwtLjA4Ny4xMDQtNi43NSA2Ljc1eiIgc3Ryb2tlPSIjM0U0RjcwIiBmaWxsPSIjM0U0RjcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) no-repeat center;
}

.m-next-btn.swiper-button-disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.m-prev-btn1 {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 96px;
    cursor: pointer;
    background: #0000003c url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQuNDcgMTkuMjhhLjc1Ljc1IDAgMCAwIDEuMTQ3LS45NTZsLS4wODctLjEwNEw5LjMxIDEybDYuMjItNi4yMmEuNzUuNzUgMCAwIDAgLjA4Ny0uOTU2bC0uMDg3LS4xMDRhLjc1Ljc1IDAgMCAwLS45NTYtLjA4N2wtLjEwNC4wODctNi43NSA2Ljc1YS43NS43NSAwIDAgMC0uMDg3Ljk1NmwuMDg3LjEwNCA2Ljc1IDYuNzV6IiBzdHJva2U9IiNmZmYiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) no-repeat center;
    z-index: 9;
}

.m-next-btn1 {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 96px;
    cursor: pointer;
    background: #0000003c url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOS41MyAxOS4yOGEuNzUuNzUgMCAwIDEtMS4xNDctLjk1NmwuMDg3LS4xMDRMMTQuNjkgMTIgOC40NyA1Ljc4YS43NS43NSAwIDAgMS0uMDg3LS45NTZsLjA4Ny0uMTA0YS43NS43NSAwIDAgMSAuOTU2LS4wODdsLjEwNC4wODcgNi43NSA2Ljc1Yy4yNi4yNi4yOS42NjQuMDg3Ljk1NmwtLjA4Ny4xMDQtNi43NSA2Ljc1eiIgc3Ryb2tlPSIjZmZmIiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) no-repeat center;
    z-index: 9;
}

.m-anchor {
    position: relative;
    top: -64px;
}

.m-indexes {
    position: absolute;
    top: 550px;
    right: 50%;
    -webkit-transform: translateX(600px);
    -ms-transform: translateX(600px);
    transform: translateX(600px);
    min-width: 120px;
    background: #fff;
    z-index: 1000;
}

.m-indexes.fixed {
    top: 180px;
    position: fixed;
}

.m-indexes .indexes-item {
    display: block;
    position: relative;
    padding: 10px 20px;
    border-left: 2px solid #d8d8d8;
    font-size: 16px;
    font-weight: normal;
    color: #7b828f;
    cursor: pointer;
}

.m-indexes .indexes-item.active {
    color: #354054;
    font-weight: bold;
}

.m-indexes .indexes-item.active::before {
    display: inline-block;
    position: absolute;
    content: '';
    left: -3px;
    top: 0;
    background: #2f65b5;
    border-radius: 2px;
    width: 4px;
    height: 100%;
}

.m-banner-business {
    position: relative;
    height: 350px;
    background: url(/statics/images/pc/banner_business.jpg) no-repeat center;
    background-size: 1920px 350px;
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    line-height: 42px;
    letter-spacing: 16px;
    text-align: center;
}

.m-banner-business img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.m-banner-business .txt {
    padding-top: 156px;
}

.m-business-tab {
    position: sticky;
    top: 64px;
    left: 0;
    z-index:10;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(237, 237, 237, 0.4);
    box-shadow: 0px 2px 6px 0px rgba(237, 237, 237, 0.4);
}

.m-business-tab .wrap {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.m-business-tab a {
    display: inline-block;
    min-width: 208px;
    height: 48px;
    line-height: 44px;
    text-align: center;
    background: #ffffff;
    border-radius: 40px;
    border: 1px solid #f0f0f0;
    font-size: 20px;
}

.m-business-tab a.active {
    background: #a8cdfb;
    color: #305bbc;
    border: 2px solid #305bbc;
}


.m-business-tab.business-tab-fixed {
    width: 100%;
    position: fixed;
    top: 64px;
    left: 0;
    z-index: 100;
}

.m-indexes-wrap {
    position: relative;
    width: 1000px;
}

.m-player-popue {
    position: fixed;
    background: rgba(10, 10, 10, 0.95);
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 3000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.m-player-popue .content {
    position: relative;
}

.m-player-popue .close {
    position: absolute;
    right: -10px;
    top: -24px;
    cursor: pointer;
}

.m-player-popue .close svg {
    width: 20px;
    height: 20px;
}

.m-contact-popue {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 5000;
}

.m-contact-popue.is-show {
    display: block;
}

.m-contact-popue .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 550px;
    padding: 60px 64px 50px;
    background: #fff;
    border-radius: 8px;
}

.m-contact-popue .content .title {
    font-size: 22px;
    color: #b63a0a;
    text-align: center;
    letter-spacing: 1px;
}

.m-contact-popue .content .title span {
    font-size: 24px;
    font-weight: 600;
}

.m-contact-popue .content .form-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
    font-size: 16px;
}

.m-contact-popue .content .form-item label {
    width: 70px;
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px;
    color: #000000;
    line-height: 24px;
}

.m-contact-popue .content .form-item span.error {
    position: absolute;
    top: 100%;
    left: 80px;
    width: 80%;
    margin: 0;
    color: #f44;
    font-size: 14px;
}

.m-contact-popue .content .form-item input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 336px;
    height: 48px;
    padding: 5px 10px;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #dedede;
    outline: none;
}

.m-contact-popue .content .form-item input.error {
    border-color: #f44;
}

.m-contact-popue .content .form-item:nth-of-type(4) input {
    width: 246px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.m-contact-popue .content .submit {
    display: block;
    margin: 40px auto 0;
    width: 230px;
    height: 45px;
    -webkit-box-shadow: 0 5px 5px #ccc;
    box-shadow: 0 5px 5px #ccc;
    border: none;
    border-radius: 25px;
    outline: none;
    line-height: 43px;
    text-align: center;
    color: #ba410e;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffca4b), to(#ffa64b));
    background: -o-linear-gradient(top, #ffca4b, #ffa64b);
    background: linear-gradient(to bottom, #ffca4b, #ffa64b);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.m-contact-popue .content .submit:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffdb4b), to(#ffa64b));
    background: -o-linear-gradient(top, #ffdb4b, #ffa64b);
    background: linear-gradient(to bottom, #ffdb4b, #ffa64b);
}

.m-contact-popue .content .close {
    position: absolute;
    top: -50px;
    right: 0;
    cursor: pointer;
}

.m-contact-popue .content .close svg {
    width: 20px;
    height: 20px;
}

.m-to-list {
    display: inline-block;
    color: #7b828f;
    width: 104px;
    padding-right: 10px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 8px;
    cursor: pointer;
    background: rgba(216, 216, 216, 0.16) url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjQkZDM0M5IiBkPSJNMTIuOTkgN0wxNSA4LjUgMTIuOTkgMTBWOUgyVjhoMTAuOTl6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) no-repeat right 10px center;
}

.m-to-list:hover {
    color: #2f65b5;
}

.m-video-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.m-video-list .video-item {
    width: 316px;
    height: 275px;
    border: 1px solid #f0f0f0;
}

.m-video-list .video-item:hover {
    border-color: #4c9afc;
    outline: #4c9afc solid 1px;
}

.m-video-list .video-item + .video-item {
    margin-left: 20px;
}

.m-video-list .img-wrap {
    position: relative;
    cursor: pointer;
    height: 200px;
    text-align: center;
    background: #000;
}

.m-video-list .img-wrap img {
    max-width: 100%;
    max-height: 100%;
}

.m-video-list .img-wrap::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.m-video-list .img-wrap::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: '';
    margin: auto;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNDI0LjQgMjE0LjdMNzIuNCA2LjZDNDMuOC0xMC4zIDAgNi4xIDAgNDcuOVY0NjRjMCAzNy41IDQwLjcgNjAuMSA3Mi40IDQxLjNsMzUyLTIwOGMzMS40LTE4LjUgMzEuNS02NC4xIDAtODIuNnoiLz48L3N2Zz4=) no-repeat 55% center;
    background-size: 40%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.m-video-list .img-wrap:hover::before {
    opacity: 1;
}

.m-video-list .img-wrap:hover::after {
    opacity: 1;
}

.m-video-list footer {
    display: block;
    line-height: 70px;
    text-align: center;
    padding: 0 10px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-browser-tip {
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10000;
}

.m-browser-tip .content {
    width: 400px;
    height: 300px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    border-radius: 3px;
    padding: 20px;
    font-size: 14px;
    line-height: 1.8;
    color: #333;
}

.m-browser-tip .content h3 {
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
    color: #ff6900;
}

.m-browser-tip .content a {
    color: #ff6900;
}

.myViewer .viewer-title {
    color: #fff;
    font-size: 16px;
}
.content-wrap .p-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    line-height: 28px;
}
.content-wrap .p-box span {
    width: 22px;
}
.content-wrap .p-box p {
    margin-bottom: 0;
}