
.layui-layer-dialog .layui-layer-content {
    word-break: break-word !important;
}
/******基本默认样式*******/
body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, li, pre, form, fieldset, legend, button, input, textarea, th, td, ol {
    margin: 0;
    padding: 0;
}
*, ::after, ::before {
    box-sizing: border-box;
    outline: none;
}
html,body{
    font-size: 62.5%;  
}
body {
    font-family: "Microsoft YaHei", "Arial";
    color: #000;
    line-height: 1.5;
    overflow-x: hidden;
}
ol, ul, li {
    list-style-type: none;
    vertical-align: middle;
}
img {
    vertical-align: top;
    border: 0;
    max-width: 100%;
    height: auto;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
input, select, textarea, button {
    vertical-align: middle;
}
textarea, input {
    outline: none;
    resize: none;
}
input[type='submit'], input[type='button'], button {
    text-indent: 0;
    text-align: center;
    cursor: pointer;
}
label, button, a {
    cursor: pointer;
}
ins, em, b, i {
    text-decoration: none;
    font-style: normal;
}
/* 去掉浏览器默认样式 */
select:focus, textarea:focus, input:focus, button {
    outline: none;
}
/* placeholder文字的初始样式 */
input::-webkit-input-placeholder,input:-moz-placeholder,input::-moz-placeholder,input:-ms-input-placeholder,
textarea::-webkit-input-placeholder,textarea:-moz-placeholder,textarea::-moz-placeholder,textarea:-ms-input-placeholder{
    color:    #999;
}
/* table */
table {
    border-collapse: collapse;
    border-spacing: 0;
    font: inherit;
}
/* a标签 */
a {
    color: inherit;
    text-decoration: none;
}
a[href] {
    cursor: pointer;
}
a:hover {
    text-decoration: none;
    cursor: pointer;
}
a:focus {
    background-color: transparent;
}
h1, h2, h3, h4, h5, h6, em {
    font-weight: normal;
}
a, span, li, b, i, label, p, strong, div, h1, h2, h3, h4, h5, h6, font, small, em, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    font: inherit;
    color: inherit;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
/*用来解决在安卓上的点击出现篮框问题*/
body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*解决ios上去除微信点击蓝色边框 */
a:focus, input:focus, p:focus, div:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body, html {
    width: 100%!important;
    padding: 0!important;
    height: 100%;
}
*::-webkit-scrollbar {
    width: 3px;
    border-radius: 1.5px;
}
*::-webkit-scrollbar-button {
    display: none;
}
*::-webkit-scrollbar-track {
    background-color: #eee;
}
*::-webkit-scrollbar-thumb{
    background-color: var(--index-main-color);
}
/* 浮动与清浮动 */
.fl {
    float: left;
}
.fr {
    float: right;
}
.cl::after {
    content:'\20';
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.up-word {
    text-transform: uppercase;
}
.v-show {
    visibility: visible;
}
.v-hide {
    visibility: hidden;
}
.mt-8 {
    margin-top: 8px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-12 {
    margin-top: 12px;
}
.mt-24 {
    margin-top: 24px;
}
.mt-32 {
    margin-top: 32px;
}
.mt-36 {
    margin-top: 36px;
}
.mt-48 {
    margin-top: 48px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-55 {
    margin-top: 55px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-8 {
    margin-bottom: 8px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-12 {
    margin-bottom: 12px;
}
.mb-24 {
    margin-bottom: 24px;
}
.mb-32 {
    margin-bottom: 32px;
}
.mb-36 {
    margin-bottom: 36px;
}
.mb-48 {
    margin-bottom: 48px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-55 {
    margin-bottom: 55px;
}
.mb-60 {
    margin-bottom: 60px;
}
.ml-8 {
    margin-left: 8px;
}
.ml-10 {
    margin-left: 10px;
}
.ml-12 {
    margin-left: 12px;
}
.ml-24 {
    margin-left: 24px;
}
.ml-32 {
    margin-left: 32px;
}
.ml-36 {
    margin-left: 36px;
}
.ml-48 {
    margin-left: 48px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-30 {
    margin-left: 30px;
}
.ml-40 {
    margin-left: 40px;
}
.ml-55 {
    margin-left: 55px;
}
.ml-60 {
    margin-left: 60px;
}
.mr-8 {
    margin-right: 8px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-12 {
    margin-right: 12px;
}
.mr-24 {
    margin-right: 24px;
}
.mr-32 {
    margin-right: 32px;
}
.mr-36 {
    margin-right: 36px;
}
.mr-48 {
    margin-right: 48px;
}
.mr-15 {
    margin-right: 15px;
}
.mr-20 {
    margin-right: 20px;
}
.mr-30 {
    margin-right: 30px;
}
.mr-40 {
    margin-right: 40px;
}
.mr-55 {
    margin-right: 55px;
}
.mr-60 {
    margin-right: 60px;
}
.pt-8 {
    padding-top: 8px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-12 {
    padding-top: 12px;
}
.pt-24 {
    padding-top: 24px;
}
.pt-36 {
    padding-top: 36px;
}
.pt-48 {
    padding-top: 48px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-55 {
    padding-top: 55px;
}
.pt-60 {
    padding-top: 60px;
}
.pb-8 {
    padding-bottom: 8px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-12 {
    padding-bottom: 12px;
}
.pb-24 {
    padding-bottom: 24px;
}
.pb-36 {
    padding-bottom: 36px;
}
.pb-48 {
    padding-bottom: 48px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-55 {
    padding-bottom: 55px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pl-8 {
    padding-left: 8px;
}
.pl-10 {
    padding-left: 10px;
}
.pl-12 {
    padding-left: 12px;
}
.pl-24 {
    padding-left: 24px;
}
.pl-36 {
    padding-left: 36px;
}
.pl-48 {
    padding-left: 48px;
}
.pl-15 {
    padding-left: 15px;
}
.pl-20 {
    padding-left: 20px;
}
.pl-30 {
    padding-left: 30px;
}
.pl-40 {
    padding-left: 40px;
}
.pl-55 {
    padding-left: 55px;
}
.pl-60 {
    padding-left: 60px;
}
.pr-8 {
    padding-right: 8px;
}
.pr-10 {
    padding-right: 10px;
}
.pr-12 {
    padding-right: 12px;
}
.pr-24 {
    padding-right: 24px;
}
.pr-36 {
    padding-right: 36px;
}
.pr-48 {
    padding-right: 48px;
}
.pr-15 {
    padding-right: 15px;
}
.pr-20 {
    padding-right: 20px;
}
.pr-30 {
    padding-right: 30px;
}
.pr-40 {
    padding-right: 40px;
}
.pr-55 {
    padding-right: 55px;
}
.pr-60 {
    padding-right: 60px;
}
.backImg {
    background-size: cover;
}
.text_overflow {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.txt-center {
    text-align: center;
}
.txt-right {
    text-align: right;
}
[data-ahref] {
    cursor: pointer;
}
body {
    background: transparent;
}
.font-40 {
    font-size: 40px;
}
.font-38 {
    font-size: 32px;
}
.font-36 {
    font-size: 32px;
}
.font-34 {
    font-size: 32px;
}
.font-32 {
    font-size: 32px;
}
.font-30 {
    font-size: 30px;
}
.font-28 {
    font-size: 28px;
}
.font-24 {
    font-size: 24px;
}
.font-22 {
    font-size: 22px;
}
.font-20 {
    font-size: 20px;
}
.font-18 {
    font-size: 18px;
}
.font-16 {
    font-size: 16px;
}
.font-14 {
    font-size: 14px;
}
.font-12 {
    font-size: 12px;
}
.op-1 {
    opacity: 0.1;
}
.op-2 {
    opacity: 0.2;
}
.op-3 {
    opacity: 0.3;
}
.op-4 {
    opacity: 0.4;
}
.op-5 {
    opacity: 0.5;
}
.op-6 {
    opacity: 0.6;
}
.op-7 {
    opacity: 0.7;
}
.op-8 {
    opacity: 0.8;
}
.op-9 {
    opacity: 0.9;
}
.op-10 {
    opacity: 1;
}
.font-light {
    font-weight: lighter;
}
.font-bold {
    font-weight: bold;
}
.font-500 {
    font-weight: 500;
}
.pr {
    position: relative;
}
.pa {
    position: absolute;
}
.block {
    display: block;
}
/* 网站基本宽度 */
.container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}
/* 栅格 */
.grid-box {
    font-size: 0;
}
.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
}

.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.55%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}
/* 宽度定义 */
.wid-100 {
    width: 100%;
}
.wid-10 {
    width: 10%;
}
.wid-20 {
    width: 20%;
}
.wid-30 {
    width: 30%;
}
.wid-40 {
    width: 40%;
}
.wid-50 {
    width: 50%;
}
.wid-60 {
    width: 60%;
}
.wid-70 {
    width: 70%;
}
.wid-80 {
    width: 80%;
}
.wid-90 {
    width: 90%;
}
.half {
    width: 50%;
}
.layout-middle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.layout-v-middle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.layout-h-middle {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.layout-tab {
    display: table;
    width: 100%;
}
.layout-tab > .cell {
    display: table-cell;
    vertical-align: middle;
}
.transi {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
/****头部语言选择效果*****/
#lanSelBox {
    font-size:16px;
    background:#fff;
    border-radius:4px;
    position: relative;
}
.current_lang {
    cursor:pointer;
    text-transform:uppercase;
    overflow:hidden;
}
.lang.selected {
    display:none;
}
.lang img, .lang span.lang-txt {
    display:inline-block;
    margin-left:5px;
    vertical-align:middle;
    color: #444444;
}
.lang span.lang-txt {
    position:relative;
    top:-1px;
    font-weight:700;
}
.lang img {
    width:20px;
    margin-left:0;
}
.lang span span {
    color:#999;
    font-weight:400;
}
.lang i.chevron.down {
    font-size:12px;
    position:relative;
    top:-1px;
    margin-left:3px;
}
.more_lang {
    transform:translateY(-20px);
    opacity:0;
    cursor:pointer;
    display:none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 180px;
    background: #fff;
    -webkit-transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
    -moz-transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
    -o-transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
    -ms-transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
    transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
}
.more_lang .lang {
    padding: 10px 15px;
}
#lanSelBox.active .more_lang {
    display:block;
}
.more_lang.active {
    opacity:1;
    transform:translateY(-0px);
}
.more_lang .lang:hover {
    background:#5766b2;
    color:#fff;
}
.more_lang .lang:hover span {
    color:#fff;
}
#lanSelBox:hover, #lanSelBox.active {
    box-shadow:rgba(0, 0, 0, 0.2) 0 5px 15px;
    -webkit-transition: all 0.3s cubic-bezier(0, .99, .44, .99);
    -moz-transition: all 0.3s cubic-bezier(0, .99, .44, .99);
    -o-transition: all 0.3s cubic-bezier(0, .99, .44, .99);
    -ms-transition: all 0.3s cubic-bezier(0, .99, .44, .99);
    transition: all 0.3s cubic-bezier(0, .99, .44, .99);
}
#lanSelBox.active .more_lang .lang {
    border-top:1px solid #eaeaea;
}
/*******遮罩弹出按钮（包含链接和放大）*******/
.hwaq_img_btn_01 {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.hwaq_img_btn_01 img {
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
}
.hwaq_img_btn_01 .ovrly {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.hwaq_img_btn_01 .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.hwaq_img_btn_01 .buttons>a {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    background-color: rgb(256, 256, 256);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    margin: 0 1px;
    color: rgba(50, 50, 50, 0.9);
    -webkit-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    -moz-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    -o-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
}
.hwaq_img_btn_01 .buttons .the_search {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.hwaq_img_btn_01:hover .buttons>a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.hwaq_img_btn_01:hover .ovrly {
    opacity: 1;
}
.hwaq_img_btn_02 {
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}
.hwaq_img_btn_02 .layer, .hwaq_img_btn_02 .layer > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hwaq_img_btn_02 .layer {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.hwaq_img_btn_02 img {
    opacity: 0.9;
}
.hwaq_img_btn_02 .layer::after, .hwaq_img_btn_02 img, .hwaq_img_btn_02 p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.hwaq_img_btn_02 .layer::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content:'';
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.hwaq_img_btn_02 h2, .hwaq_img_btn_02 p {
    opacity: 1;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
}
.hwaq_img_btn_02 h2 {
    padding-top: 26%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
.hwaq_img_btn_02 p {
    padding: 0.5em 2em;
    text-transform: none;
    font-size: 0.85em;
    opacity: 0;
}
.hwaq_img_btn_02:hover {
    background: -webkit-linear-gradient(-45deg, #053565 0%, #0066cc 100%);
    background: linear-gradient(-45deg, #053565 0%, #0066cc 100%);
}
.hwaq_img_btn_02:hover img {
    opacity: 0.7;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}
.hwaq_img_btn_02:hover .layer::after {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}
.hwaq_img_btn_02:hover h2, .hwaq_img_btn_02:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.icon-eye::before {
    content:'\e000';
}
.icon-paper-clip::before {
    content:'\e001';
}
.icon-heart::before {
    content:'\e024';
}
.hwaq_img_btn_02 h2 {
    display: inline-block;
}
.hwaq_img_btn_02:hover p.description {
    opacity: 1;
}
.hwaq_img_btn_02:hover figcaption, .hwaq_img_btn_02:hover h2, .hwaq_img_btn_02:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.hwaq_img_btn_02:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.hwaq_img_btn_02:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.hwaq_img_btn_02:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.hwaq_img_btn_02:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
/*******按钮效果*******/
.hwaq_just_btn_01 {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}
.hwaq_just_btn_01::before {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.25);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.hwaq_just_btn_01>span {
    position: relative;
    z-index:20;
}
.hwaq_just_btn_01:hover::before {
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}
.hwaq_just_btn_01::after {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.hwaq_just_btn_01:hover::after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
/**************图片点击放大效果****************/
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
/**************页面右下角悬浮表单****************/
.mlztx {
    opacity: .6;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #2b93e6;
    position: fixed;
    bottom: 50px;
    right: 20px;
    font-size: 30px;
    text-align: center;
    line-height: 55px;
    color: #fff;
    transition: all 1s ease 0s;
    z-index: 99;
    -webkit-box-shadow: 0px 0px 2px 3px hsla(0, 0%, 0%, 0.1);
    box-shadow: 0px 0px 2px 3px hsla(0, 0%, 0%, 0.1);
    cursor: pointer;
}
.mlztx:hover {
    opacity:1;
    background-color:#00b1ff;
    width:65px;
    height:65px;
}
.layer-form {
    display: none;
}
.container-contact100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 1000001;
    left: 0;
    top: 0;
}
.wrap-contact100 {
    width: 560px;
    background: #fff;
    border-radius: 3px;
    position: relative;
    /*margin-top: 40px;*/
    overflow: auto;
    max-height: 90vh;
}
.contact100-form-title {
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    background-image: url("../images/layer-form-bg.jpg");
    width: 100%;
    min-height: 128px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
    padding: 30px 15px 30px 15px;
}
.contact100-form-title::before {
    content:"";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(67, 67, 67, 0.6);
}
.contact100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 55px 48px 55px;
}
.wrap-input100 {
    width: 100%;
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    margin-bottom: 15px
}
.label-input100 {
    font-size: 18px;
    color: #999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    left: 2px;
}
.label-input100.rs1 {
    height: 60px;
}
.input100 {
    display: block;
    width: 100%;
    background: transparent;
    font-size: 15px;
    color: #333333;
    line-height: 1.2;
    padding: 0 25px 0 60px;
    border: none;
}
input.input100 {
    height: 55px;
}
textarea.input100 {
    min-height: 162px;
    padding-top: 22px;
    padding-bottom: 15px;
    font-family:'microsoft yahei';
}
.focus-input100 {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid;
    border-radius: 2px;
    border-color: #0066cc;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3);
}
.input100:focus + .focus-input100 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.input100:focus + .focus-input100 + .label-input100 {
    color: #0066cc;
}
.container-contact100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 17px;
}
.contact100-form-btn {
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    height: 42px;
    border-radius: 21px;
    background: #0066cc;
    cursor: pointer;
    box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
    -moz-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
    -webkit-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
    -o-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
    -ms-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.contact100-form-btn:hover {
    background: #333333;
    box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
    -webkit-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
    -o-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
    -ms-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
}
@media (max-width: 576px) {
    .contact100-form {
        padding: 40px 15px 48px 15px;
    }
    .input100 {
        padding: 0 25px 0 40px;
    }
    .label-input100 {
        width: 40px;
    }
}
.validate-input {
    position: relative;
}
.alert-validate .focus-input100 {
    box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
    -moz-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
    -webkit-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
    -o-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
    -ms-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
}
.alert-validate::before {
    content:"";
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-color: transparent;
    border: 1px solid #fa4251;
    border-radius: 2px;
    top: -1px;
    left: -1px;
    pointer-events: none;
}
.btn-hide-validate {
    font-size: 18px;
    color: #fa4251;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    top: 0px;
    right: -25px;
}
.rs1-alert-validate.alert-validate::before {
    background-color: #fff;
}
.true-validate::after {
    content:"\f26b";
    font-size: 18px;
    color: #00ad5f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    top: 0px;
    right: -25px;
}
@media (max-width: 576px) {
    .btn-hide-validate {
        right: 10px;
    }
    .true-validate::after {
        right: 10px;
    }
}
.btn-hide-contact100 {
    font-size: 20px;
    color: #fff;
    opacity: 0.6;
    position: absolute;
    right: 10px;
    top: 5px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    z-index: 10;
}
.btn-hide-contact100 .icon {
    margin: 0;
    padding: 0;
    background: none;
}
.btn-hide-contact100:hover {
    opacity: 1;
}
/*******图片移上放大效果*******/
.img-box {
    overflow: hidden;
    position: relative;
}
.img-box img {
    transition: 1s ease;
}
.img-box:hover img {
    transform: scale(1.1, 1.1);
}
/*******Swiper外部容器超出隐藏*******/
.slideBox {
    overflow: hidden;
}
/*******button-hover（边框线切换）*******/
.hwaq-hover-btn {
    display: inline-block;
    position: relative;
}
.hwaq-hover-btn span {
    display: block;
    transition: all 0.5s ease 0s;
}
.hwaq-hover-btn:hover span {
    color: #ff5c19;
}
.hwaq-hover-btn:before, .hwaq-hover-btn:after, .hwaq-hover-btn span:before, .hwaq-hover-btn span:after {
    content:"";
    width: 25%;
    height: 100%;
    border-radius: 30px;
    border: 2px solid #ff5c19;
    border-left: none;
    border-right: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease 0s;
}
.hwaq-hover-btn:after {
    left: 25%;
}
.hwaq-hover-btn span:before {
    left: 50%;
}
.hwaq-hover-btn span:after {
    left: 75%;
}
.hwaq-hover-btn:hover:before, .hwaq-hover-btn:hover:after, .hwaq-hover-btn:hover span:before, .hwaq-hover-btn:hover span:after {
    border-radius: 0;
    opacity: 1;
    transform: scale(1);
}
.hwaq-hover-btn:hover:before {
    border-left: 2px solid #ff5c19;
}
.hwaq-hover-btn:hover span:after {
    border-right: 2px solid #ff5c19;
}
/*******button-hover（横向闪过）*******/
.set_1_btn {
    color: #333;
    cursor: pointer;
    display: block;
    position: relative;
    vertical-align: middle;
    background:transparent;
}
.set_1_btn:hover {
    text-decoration: none;
    transition: all 150ms linear 0s;
}
.set_1_btn svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.set_1_btn rect {
    fill: none;
    stroke: #e1b700;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
    transition: all 450ms linear 0s;
}
.set_1_btn:hover rect {
    stroke-width: 5;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 114;
    -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}
/*******img-hover（遮罩+链接、放大）*******/
.portfolio-item {
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 300px;
}
.portfolio-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.portfolio-item__info {
    position: absolute;
    top: 7px;
    left: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100% - 2 * 7px);
    height: calc(100% - 2 * 7px);
    background-color: rgba(38, 37, 37, 0.5);
}
.portfolio-item__header {
    position: relative;
    margin: 0 0 20px 0;
    padding: 15px 0;
    font-size: 22px;
}
.portfolio-item__header:after {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    height: 2px;
    width: 100%;
    content:'';
    background-color: #8D909B;
}
.portfolio-item__links {
    display: flex;
}
.portfolio-item__link-block {
    position: relative;
    width: 35px;
    height: 35px;
    margin-right: 10px;
}
.portfolio-item__link-block:last-child {
    margin-right: 0;
}
.portfolio-item__link {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #101010;
    text-decoration: none;
    border: 1px solid #101010;
    border-radius: 50%;
}
.portfolio-item__link:hover {
    color: #fff;
    background-color: #101010;
}
.portfolio-item--eff3 .portfolio-item__info {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
}
.portfolio-item--eff3 .portfolio-item__header {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
}
.portfolio-item--eff3 .portfolio-item__header:after {
    bottom: -20px;
    opacity: 0;
}
.portfolio-item--eff3 .portfolio-item__link-block {
    opacity: 0;
}
.portfolio-item--eff3 .portfolio-item__link-block:first-child {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.portfolio-item--eff3 .portfolio-item__link-block:nth-child(2) {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}
.portfolio-item--eff3:hover .portfolio-item__info {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0s;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
.portfolio-item--eff3:hover .portfolio-item__header {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0.45s;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.portfolio-item--eff3:hover .portfolio-item__header:after {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0.6s;
    bottom: 0;
    opacity: 1;
}
.portfolio-item--eff3:hover .portfolio-item__link-block {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0.85s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
/*******img-hover（图片翻盖效果）*******/
.hwaq-img-fg-box {
    position:relative;
}
.hwaq-img-fg-box .pic {
    position: relative;
    z-index: 1;
    transform-origin: 95% 50% 0;
    transition: all 0.5s ease 0s;
}
.hwaq-img-fg-box:hover .pic {
    transform:rotate(-160deg);
    z-index: 10;
}
.hwaq-img-fg-box .pic img {
    width:100%;
    height:auto;
    border-radius:50%;
}
.hwaq-img-fg-box .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #b9607e;
}
/*animate补充动画*/
@keyframes fadeInLeftSmall {
    from {
        opacity: 0;
        transform: translate3d(-10%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInLeftSmall {
    animation-name: fadeInLeftSmall;
}
@keyframes fadeInRightSmall {
    from {
        opacity: 0;
        transform: translate3d(10%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInRightSmall {
    animation-name: fadeInRightSmall;
}
@keyframes fadeInDownSmall {
    from {
        opacity: 0;
        transform: translate3d(0%, -10%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInDownSmall {
    animation-name: fadeInDownSmall;
}
@keyframes fadeOutDownSmall {
    from {
        opacity: 1;
        transform: none;
    }
    to {
        opacity: 0;
        transform: translate3d(0%, 10%, 0);
    }
}
.fadeOutDownSmall {
    animation-name: fadeOutDownSmall;
}
@keyframes fadeInUpSmall {
    from {
        opacity: 0;
        transform: translate3d(0%, 10%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInUpSmall {
    animation-name: fadeInUpSmall;
}
.Txtblur1 {
    animation-duration: 1.2s!important;
    animation: Txtblur cubic-bezier(0.82, 0.01, 0.34, 1);
}
.Txtblur2 {
    animation-duration: 1s!important;
    animation: Txtblur cubic-bezier(0.82, 0.01, 0.34, 1);
}
.scaleIn {
    animation-duration: 0.8s!important;
    animation: scaleIn cubic-bezier(0.82, 0.01, 0.34, 1);
}
@keyframes Txtblur {
    0% {
        filter: blur(12px);
        opacity: 0;
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
    }
    100% {
        filter: blur(0);
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);

    }
}
@keyframes scaleIn {
    0% {
        opacity: 0;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
    }
}
.scale_go {
    animation: scale_go 3s cubic-bezier(0.34, 0.9, 1, 1);
    animation-duration: 3s!important;
}
@keyframes scale_go {
    from {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
        -ms-transform: scale(1.3);
    }
    to {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
    }
}
@media screen and (max-width: 1000px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }

}
@media screen and (max-width: 700px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }

}
@media screen and (max-width: 500px){
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }

}
@media screen and (min-width: 1600px) {
    html {
        font-size: 20px;
    }
}

@media screen and (max-width: 1600px) {
    html {
        font-size: 20px;
    }
}

@media screen and (max-width: 1400px) {
    html {
        font-size: 18px;
    }
}

@media screen and (max-width: 1230px) {
    html {
        font-size: 16px;
    }
}

@media screen and (max-width: 1000px) {
    html {
        font-size: 14px;
    }
}

@media screen and (max-width: 700px) {
    html {
        font-size: 12px;
    }
}

@media screen and (max-width: 500px) {
    html {
        font-size: 10px;
    }
}




/*@media screen and (max-width: 1000px) {
    .inner-banner {
      margin-top: 40px;
    }
  }*/
  @-webkit-keyframes rot360 {
    from {
      -webkit-transform: rotate(0deg);
  
      -moz-transform: rotate(0deg);
  
      -ms-transform: rotate(0deg);
  
      transform: rotate(0deg);
    }
  
    to {
      -webkit-transform: rotate(360deg);
  
      -moz-transform: rotate(360deg);
  
      -ms-transform: rotate(360deg);
  
      transform: rotate(360deg);
    }
  }
  
  @-moz-keyframes rot360 {
    from {
      -webkit-transform: rotate(0deg);
  
      -moz-transform: rotate(0deg);
  
      -ms-transform: rotate(0deg);
  
      transform: rotate(0deg);
    }
  
    to {
      -webkit-transform: rotate(360deg);
  
      -moz-transform: rotate(360deg);
  
      -ms-transform: rotate(360deg);
  
      transform: rotate(360deg);
    }
  }
  
  @keyframes rot360 {
    from {
      -webkit-transform: rotate(0deg);
  
      -moz-transform: rotate(0deg);
  
      -ms-transform: rotate(0deg);
  
      transform: rotate(0deg);
    }
  
    to {
      -webkit-transform: rotate(360deg);
  
      -moz-transform: rotate(360deg);
  
      -ms-transform: rotate(360deg);
  
      transform: rotate(360deg);
    }
  }

  @-webkit-keyframes ks {
    from {
      -webkit-transform: scale(1);
  
      -moz-transform: scale(1);
  
      -ms-transform: scale(1);
  
      transform: scale(1);
  
      opacity: 0;
    }
  
    15% {
      -webkit-transform: scale(1);
  
      -moz-transform: scale(1);
  
      -ms-transform: scale(1);
  
      transform: scale(1);
  
      opacity: 0.5;
    }
  
    70% {
      -webkit-transform: scale(1.7);
  
      -moz-transform: scale(1.7);
  
      -ms-transform: scale(1.7);
  
      transform: scale(1.7);
  
      opacity: 0.1;
    }
  
    to {
      -webkit-transform: scale(1.7);
  
      -moz-transform: scale(1.7);
  
      -ms-transform: scale(1.7);
  
      transform: scale(1.7);
  
      opacity: 0;
    }
  }
  
  @-moz-keyframes ks {
    from {
      -webkit-transform: scale(1);
  
      -moz-transform: scale(1);
  
      -ms-transform: scale(1);
  
      transform: scale(1);
  
      opacity: 0;
    }
  
    15% {
      -webkit-transform: scale(1);
  
      -moz-transform: scale(1);
  
      -ms-transform: scale(1);
  
      transform: scale(1);
  
      opacity: 0.5;
    }
  
    70% {
      -webkit-transform: scale(1.7);
  
      -moz-transform: scale(1.7);
  
      -ms-transform: scale(1.7);
  
      transform: scale(1.7);
  
      opacity: 0.1;
    }
  
    to {
      -webkit-transform: scale(1.7);
  
      -moz-transform: scale(1.7);
  
      -ms-transform: scale(1.7);
  
      transform: scale(1.7);
  
      opacity: 0;
    }
  }
  
  @keyframes ks {
    from {
      -webkit-transform: scale(1);
  
      -moz-transform: scale(1);
  
      -ms-transform: scale(1);
  
      transform: scale(1);
  
      opacity: 0;
    }
  
    15% {
      -webkit-transform: scale(1);
  
      -moz-transform: scale(1);
  
      -ms-transform: scale(1);
  
      transform: scale(1);
  
      opacity: 0.5;
    }
  
    70% {
      -webkit-transform: scale(1.7);
  
      -moz-transform: scale(1.7);
  
      -ms-transform: scale(1.7);
  
      transform: scale(1.7);
  
      opacity: 0.1;
    }
  
    to {
      -webkit-transform: scale(1.7);
  
      -moz-transform: scale(1.7);
  
      -ms-transform: scale(1.7);
  
      transform: scale(1.7);
  
      opacity: 0;
    }
  }
  a.youyejiao {
    white-space: nowrap;
  
    overflow: hidden;
  
    text-overflow: ellipsis;
  
    width: 550px;
  
    display: inline-block;
  
    vertical-align: middle;
  }
  
  h1.youxinh1 {
    font-size: 24px;
  
    line-height: 38px;
  
    color: var(--index-main-color);
  
    padding: 30px 0 10px;
  }
  
  .youxinpro {
    font-size: 18px;
  
    line-height: 32px;
  
    color: #222;
  
    margin-bottom: 20px;
  }
  
  .you1 {
    font-size: 16px;
  
    line-height: 30px;
  }
  
  .you {
    font-size: 16px;
  
    line-height: 28px;
  
    color: white;
  
    padding-top: 30px;
  }

  @media screen and (max-width: 1250px) {
    h1.youxinh1,
    .youp,
    a.youyejiao,
    .you1,
    p.youp,
    h3.insti,
    .indus {
      display: none !important;
    }  
    /*.inner-banner {
        margin-top: 40px;
      }*/
  }


  .inner-page .more {
    display: inline-block;
  
    padding: 18px 4.5rem;
  
    background: var(--index-main-color);
  
    background-size: 100% 100%;
  
    font-size: 1.8rem;
  
    line-height: 1;
  
    border-radius: 10px;
  
    color: #fff;
  
    font-weight: 500;
  
    transition: 0.3s ease;
  
    -webkit-transition: 0.3s ease;
  
    -moz-transition: 0.3s ease;
  
    -ms-transition: 0.3s ease;
  
    -o-transition: 0.3s ease;
  }
  
  .inner-page h2 {
    font-size: 50px;
  
    line-height: 50px;
  }
  
  .inner-page h3 {
    font-size: 4.8rem;
  
    line-height: 1;
  
    color: #000;
  }
  
  .inner-page p {
    font-size: 16px;
  
    line-height: 28px;
  }
  
  /*.inner-banner {
    position: relative;
    overflow: hidden;
  }
  
  .inner-banner > img {
    width: 100%;
  }
  .inner-banner .sub-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  
  .inner-banner .text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    left: 0;
    z-index: 10;
  }
  
  .inner-banner .text h2 {
    line-height: 1.3;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
  }*/
  
  /*.inner-banner .text .mbx {
    font-size: 20px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 500;
    margin-top: 1rem;
  }
  
  .inner-banner .text .mbx a {
    margin: 0 5px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  
  .inner-banner .text .mbx a:hover {
    color: #929292;
  }
  
  .inner-banner .text .mbx span {
    margin: 0 5px;
  }*/
  
  /*.inner-banner h3 {
    position: absolute;
  
    left: 0;
  
    bottom: -12.6rem;
  
    width: 100%;
  
    padding: 5.5rem 8%;
    font-size: 1.6rem;
  
    line-height: 1;
  
    color: #ffffff;
  
    font-weight: 700;
  
    -webkit-transform: rotate(-90deg);
  
    -moz-transform: rotate(-90deg);
  
    -ms-transform: rotate(-90deg);
  
    transform: rotate(-90deg);
  
    -webkit-transform-origin: left top;
  
    -moz-transform-origin: left top;
  
    -ms-transform-origin: left top;
  
    transform-origin: left top;
  }
  
  .inner-banner h3::after {
    width: 10rem;
  
    height: 1px;
  
    background: #ffffff;
  
    content: "";
  
    top: 50%;
  
    -webkit-transform: translateY(-50%);
  
    -moz-transform: translateY(-50%);
  
    -ms-transform: translateY(-50%);
  
    transform: translateY(-50%);
  
    left: 3rem;
  
    position: absolute;
  }*/
  
  .inner-page h1,
  .inner-page h2,
  .inner-page h3,
  .inner-page h4 {
    font-weight: bold !important;
  }
  
  .inner-page .p-nav {
    display: -webkit-box;
  
    display: -webkit-flex;
  
    display: -moz-box;
  
    display: -ms-flexbox;
  
    display: flex;
  
    -webkit-box-pack: justify;
  
    -webkit-justify-content: space-between;
  
    -moz-box-pack: justify;
  
    -ms-flex-pack: justify;
  
    justify-content: space-between;
  
    padding: 3rem 0;
  }
  
  .inner-page .p-nav li {
    margin: 0 4.5rem;
  
    font-size: 18px;
  
    line-height: 35px;
  
    color: #000000;
  
    font-weight: 500;
  }
  
  .inner-page .p-nav li a {
    display: -webkit-box;
  
    display: -webkit-flex;
  
    display: -moz-box;
  
    display: -ms-flexbox;
  
    display: flex;
  
    -webkit-box-align: center;
  
    -webkit-align-items: center;
  
    -moz-box-align: center;
  
    -ms-flex-align: center;
  
    align-items: center;
  
    -webkit-transition: 0.3s;
  
    -moz-transition: 0.3s;
  
    transition: 0.3s;
  }
  
  .inner-page .p-nav li a:hover {
    color: var(--index-main-color);
  }
  
  .inner-page .p-nav li img {
    margin-right: 1.5rem;
  }
  
  .about-page .about-1 {
    padding: 12rem 15px 12.5rem;
  
    position: relative;
  }
  
  .about-page .about-1::after {
    position: absolute;
  
    z-index: -1;
  
    content: "";
  
    width: 1078px;
  
    height: 556px;
  
    right: 13.7rem;
  
    bottom: -9.2rem;
  
    /*background: url(../images/about-1-bg.jpg) no-repeat center center;*/
  }
  
  .about-page .about-1 .content {
    margin: 0 auto;
  
    max-width: 1560px;
  
    display: -webkit-box;
  
    display: -webkit-flex;
  
    display: -moz-box;
  
    display: -ms-flexbox;
  
    display: flex;
  
    -webkit-box-align: center;
  
    -webkit-align-items: center;
  
    -moz-box-align: center;
  
    -ms-flex-align: center;
  
    align-items: center;
  
    -webkit-flex-wrap: wrap;
  
    -ms-flex-wrap: wrap;
  
    flex-wrap: wrap;
  }
  
  .about-page .about-1 .content .left {
    width: 50%;
  
    position: relative;
  }
  
  .about-page .about-1 .content .left > img {
    /*-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);*/
  
    /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);*/
  }
  
  .about-page .about-1 .content .left .play {
    position: absolute;
  
    display: block;
  
    right: -4rem;
  
    bottom: 6.5rem;
  
    z-index: 6;
  }
  
  .about-page .about-1 .content .left .play::before {
    content: "";
  
    position: absolute;
  
    left: 0;
  
    top: 0;
  
    background: rgba(154, 27, 64, 0.5);
  
    opacity: 0;
  
    width: 100%;
  
    height: 100%;
  
    border-radius: 100% !important;
  
    border-radius: inherit;
  
    -webkit-animation: ks 3s infinite;
  
    -moz-animation: ks 3s infinite;
  
    animation: ks 3s infinite;
  
    display: block;
  
    z-index: -1;
  }
  
  .about-page .about-1 .content .left .play::after {
    content: "";
  
    position: absolute;
  
    left: 0;
  
    top: 0;
  
    border-radius: 100% !important;
  
    background: rgba(154, 27, 64, 0.5);
  
    opacity: 0;
  
    width: 100%;
  
    height: 100%;
  
    border-radius: inherit;
  
    -webkit-animation: ks 3s infinite;
  
    -moz-animation: ks 3s infinite;
  
    animation: ks 3s infinite;
  
    display: block;
  
    z-index: -1;
  
    -webkit-animation-delay: 0.4s;
  
    -moz-animation-delay: 0.4s;
  
    animation-delay: 0.4s;
  }
  
  .about-page .about-1 .content .right .play {
    position: absolute;
  
    display: block;
  
    left: 4rem;
  
    bottom: 6.5rem;
  
    z-index: 6;
  }
  
  .about-page .about-1 .content .right .play::before {
    content: "";
  
    position: absolute;
  
    left: 0;
  
    top: 0;
  
    background: rgba(154, 27, 64, 0.5);
  
    opacity: 0;
  
    width: 100%;
  
    height: 100%;
  
    border-radius: 100% !important;
  
    border-radius: inherit;
  
    -webkit-animation: ks 3s infinite;
  
    -moz-animation: ks 3s infinite;
  
    animation: ks 3s infinite;
  
    display: block;
  
    z-index: -1;
  }
  
  .about-page .about-1 .content .right .play::after {
    content: "";
  
    position: absolute;
  
    left: 0;
  
    top: 0;
  
    border-radius: 100% !important;
  
    background: rgba(154, 27, 64, 0.5);
  
    opacity: 0;
  
    width: 100%;
  
    height: 100%;
  
    border-radius: inherit;
  
    -webkit-animation: ks 3s infinite;
  
    -moz-animation: ks 3s infinite;
  
    animation: ks 3s infinite;
  
    display: block;
  
    z-index: -1;
  
    -webkit-animation-delay: 0.4s;
  
    -moz-animation-delay: 0.4s;
  
    animation-delay: 0.4s;
  }
  
  .about-page .about-1 .content .right {
    width: 50%;
  
    padding-left: 9rem;
  
    position: relative;
  }
  
  .about-page .about-1 .content h4 {
    font-size: 2.5rem;
  
    line-height: 1;
  
    color: #000000;
  
    text-transform: uppercase;
  
    /*font-weight: 500;*/
  }
  
  .about-page .about-1 .content h2 {
    color: #9e8657;
  
    margin: 2rem 0;
  
    font-weight: 700;
  }
  
  .about-page .about-1 .content p {
    line-height: 2;
  }
  
  .about-page .about-2 {
    padding: 10rem 0 12rem;
  
    position: relative;
  }
  
  .about-page .about-2::after {
    position: absolute;
  
    content: "";
  
    width: 55%;
  
    height: 100%;
  
    background: #f5f5f5;
  
    left: 0;
  
    top: 0;
  
    z-index: -1;
  }
  
  .about-page .about-2.right::after {
    left: auto;
  
    right: 0;
  
    width: 60%;
  }
  
  .about-page .about-2 .content {
    margin: 0 auto;
  
    max-width: 1560px;
  
    display: -webkit-box;
  
    display: -webkit-flex;
  
    display: -moz-box;
  
    display: -ms-flexbox;
  
    display: flex;
  
    -webkit-box-align: center;
  
    -webkit-align-items: center;
  
    -moz-box-align: center;
  
    -ms-flex-align: center;
  
    align-items: center;
  
    -webkit-flex-wrap: wrap;
  
    -ms-flex-wrap: wrap;
  
    flex-wrap: wrap;
  }
  
  .about-page .about-2 .content .left {
    width: 50%;
  
    padding-right: 9rem;
  }
  
  .about-page .about-2 .content h2 {
    color: #9e8657;
  
    margin-bottom: 3.5rem;
  
    font-weight: 500;
  }
  
  .about-page .about-2 .content p {
    line-height: 2;
  }
  
  .about-page .about-2 .content .right {
    width: 50%;
  }
  
  .about-page .about-3 {
    text-align: center;
  
    padding: 11.5rem 0;
  
    background: url(../images/about-3-bg.jpg) no-repeat center center;
  
    background-size: cover;
  
    background-attachment: fixed;
  }
  
  /*.about-page .about-3 .top {
  
    margin-bottom: 7rem;
  
  }*/
  
  .about-page .about-3 .top h2 {
    color: #fff;
  
    margin-bottom: 3rem;
  
    font-weight: 500;
  }
  
  .about-page .about-3 .top p {
    max-width: 680px;
  
    margin: 0 auto;
  
    color: #fff;
  
    line-height: 1.5;
  }
  
  .about-page .about-3 .top .more {
    margin-top: 5rem;
  }
  
  .about-page .about-4 {
    background: #f3f3f3;
  
    padding: 10rem 0 13rem;
  }
  
  .about-page .about-4 .container {
    max-width: 1200px;
  }
  
  .about-page .about-4 .top {
    text-align: center;
  }
  
  .about-page .about-4 .top h2 {
    color: #9e8657;
  
    margin-bottom: 2.5rem;
  
    font-weight: 500;
  }
  
  .about-page .about-4 .top p {
    color: #000000;
  
    margin: 0 auto;
  
    max-width: 845px;
  }
  
  .about-page .about-4 .content {
    margin-top: 6rem;
  
    display: -webkit-box;
  
    display: -webkit-flex;
  
    display: -moz-box;
  
    display: -ms-flexbox;
  
    display: flex;
  
    -webkit-box-align: center;
  
    -webkit-align-items: center;
  
    -moz-box-align: center;
  
    -ms-flex-align: center;
  
    align-items: center;
  
    -webkit-flex-wrap: wrap;
  
    -ms-flex-wrap: wrap;
  
    flex-wrap: wrap;
  
    -webkit-box-pack: justify;
  
    -webkit-justify-content: space-between;
  
    -moz-box-pack: justify;
  
    -ms-flex-pack: justify;
  
    justify-content: space-between;
  }
  
  .about-page .about-4 .content .historyBox {
    max-width: 350px;
  }
  
  .about-page .about-4 .content .historyBox h4 {
    font-size: 3.6rem;
  
    line-height: 1;
  
    color: #000000;
  
    font-weight: 500;
  
    /*text-transform: uppercase;*/
  
    margin-bottom: 2rem;
  }
  
  .about-page .about-4 .content .historyBox p {
    font-size: 2rem;
  }
  
  .about-page .about-4 .content .historyBox .arrow-l,
  .about-page .about-4 .content .historyBox .arrow-r {
    width: 30px;
  
    height: 30px;
  
    position: relative;
  
    margin-top: 0;
  
    background: none;
  
    display: inline-block;
  
    text-align: center;
  
    vertical-align: middle;
  
    font-size: 3rem;
  
    line-height: 30px;
  
    -webkit-transition: 0.3s;
  
    -moz-transition: 0.3s;
  
    transition: 0.3s;
  
    margin-top: 1.5rem;
  }
  
  .about-page .about-4 .content .historyBox .arrow-l:hover,
  .about-page .about-4 .content .historyBox .arrow-r:hover {
    color: var(--index-main-color);
  }
  
  .about-page .about-4 .content .historyBox .arrow-l {
    left: 0;
  }
  
  .about-page .about-4 .content .historyBox .arrow-r {
    right: 0;
  }
  
  .about-page .about-4 .content .right {
    padding-left: 5rem;
  
    display: -webkit-box;
  
    display: -webkit-flex;
  
    display: -moz-box;
  
    display: -ms-flexbox;
  
    display: flex;
  
    -webkit-box-align: center;
  
    -webkit-align-items: center;
  
    -moz-box-align: center;
  
    -ms-flex-align: center;
  
    align-items: center;
  }
  
  .about-page .about-4 .content .right .text {
    margin-left: 3rem;
  }
  
  .about-page .about-4 .content .right .text h5 {
    font-size: 6rem;
  
    line-height: 1;
  
    color: #afafaf;
  
    font-weight: 500;
  }
  
  .about-page .about-4 .content .right .text h5 span {
    display: block;
  
    font-weight: 500;
  }
  
  .about-page .about-4 .partnerBox {
    margin-top: 10rem;
  }
  
  .about-page .about-4 .partnerBox ul {
    margin: -15px;
  }
  
  .about-page .about-4 .partnerBox li {
    padding: 15px;
  
    cursor: pointer;
  }
  
  .about-page .about-5 {
    padding: 8rem 0 10rem;
  
    background: #1f2128;
  }
  
  .about-page .about-5 .container {
    display: -webkit-box;
  
    display: -webkit-flex;
  
    display: -moz-box;
  
    display: -ms-flexbox;
  
    display: flex;
  
    -webkit-flex-wrap: wrap;
  
    -ms-flex-wrap: wrap;
  
    flex-wrap: wrap;
  
    -webkit-box-align: center;
  
    -webkit-align-items: center;
  
    -moz-box-align: center;
  
    -ms-flex-align: center;
  
    align-items: center;
  }
  
  .about-page .about-5 .container .left {
    width: 65.5%;
  }
  
  .about-page .about-5 .container .right {
    width: 34.5%;
  
    padding-left: 3rem;
  }
  
  .about-page .about-5 .container .right .content {
    max-width: 405px;
  
    margin: 0 0 0 auto;
  }
  
  .about-page .about-5 .container .right .content h4 {
    font-size: 8rem;
  
    line-height: 1;
  
    color: #ffffff;
  
    font-weight: 500;
  
    margin-bottom: 2rem;
  }
  
  .about-page .about-5 .container .right .content p {
    color: #afafaf;
  }
  
  .about-page .about-5 .container .right .content h2 {
    font-size: 13.5rem;
  
    line-height: 1;
  
    font-weight: 500;
  
    color: rgba(154, 27, 64, 0.1);
  
    margin-top: 3.5rem;
  }
  
  .about-page .about-6 {
    padding: 8rem 0 10.5rem;
  }
  
  .about-page .about-6 .content {
    margin: 0 auto;
  
    max-width: 1635px;
  }
  
  .about-page .about-6 .top {
    text-align: center;
  }
  
  .about-page .about-6 .top h2 {
    color: #9e8657;
  
    margin-bottom: 2.5rem;
  
    font-weight: 500;
  }
  
  .about-page .about-6 .top p {
    color: #000000;
  
    margin: 0 auto;
  
    max-width: 705px;
  }
  
  .about-page .about-6 .newsBox {
    margin-top: 8rem;
  }
  
  .about-page .about-6 .newsBox ul {
    margin: -15px;
  }
  
  .about-page .about-6 .newsBox ul li {
    padding: 15px;
  }
  
  .about-page .about-6 .newsBox .news-img {
    display: block;
  
    overflow: hidden;
  
    position: relative;
  }
  
  .about-page .about-6 .newsBox .news-img .play {
    position: absolute;
  
    display: block;
  
    top: 50%;
  
    left: 50%;
  
    -webkit-transform: translate(-50%, -50%);
  
    -moz-transform: translate(-50%, -50%);
  
    -ms-transform: translate(-50%, -50%);
  
    transform: translate(-50%, -50%);
  
    z-index: 6;
  }
  
  .about-page .about-6 .newsBox .news-img .play::before {
    content: "";
  
    position: absolute;
  
    top: 0;
  
    left: 0;
  
    background: rgba(154, 27, 64, 0.5);
  
    opacity: 0;
  
    width: 100%;
  
    height: 100%;
  
    border-radius: 100% !important;
  
    border-radius: inherit;
  
    -webkit-animation: ks 3s infinite;
  
    -moz-animation: ks 3s infinite;
  
    animation: ks 3s infinite;
  
    display: block;
  
    z-index: -1;
  }
  
  .about-page .about-6 .newsBox .news-img .play::after {
    content: "";
  
    position: absolute;
  
    top: 0;
  
    left: 0;
  
    border-radius: 100% !important;
  
    background: rgba(154, 27, 64, 0.5);
  
    opacity: 0;
  
    width: 100%;
  
    height: 100%;
  
    border-radius: inherit;
  
    -webkit-animation: ks 3s infinite;
  
    -moz-animation: ks 3s infinite;
  
    animation: ks 3s infinite;
  
    display: block;
  
    z-index: -1;
  
    -webkit-animation-delay: 0.4s;
  
    -moz-animation-delay: 0.4s;
  
    animation-delay: 0.4s;
  }
  
  .about-page .about-6 .newsBox .content h5 {
    font-size: 2.8rem;
  
    line-height: 1.2;
  
    color: #000000;
  
    display: -webkit-box;
  
    -webkit-box-orient: vertical;
  
    -webkit-line-clamp: 1;
  
    overflow: hidden;
  
    text-transform: capitalize;
  
    margin: 3rem 0 2rem;
  }
  
  .about-page .about-6 .newsBox .content h5:hover {
    color: var(--index-main-color);
  }
  
  .about-page .about-6 .newsBox .content .time {
    color: #5d5d5d;
  
    line-height: 1;
  
    margin-top: 2rem;
  }
  
  .about-page .about-6 .newsBox .content p {
    color: #5d5d5d;
  
    display: -webkit-box;
  
    -webkit-box-orient: vertical;
  
    -webkit-line-clamp: 2;
  
    overflow: hidden;
  }
  
  .why-page .why-1 {
    padding: 8rem 15px 16rem;
  }
  
  .why-page .why-1 .content {
    margin: 0 auto;
  
    max-width: 1750px;
  }
  
  .why-page .why-1 .content .title {
    text-align: center;
  
    margin-bottom: 7.5rem;
  }
  
  .why-page .why-1 .content .title h2 {
    color: var(--index-main-color);
  
    margin-bottom: 2.5rem;
  }
  
  .why-page .why-1 .content .title p {
    color: #000000;
  
    margin: 0 auto;
  
    max-width: 850px;
  }
  
  .why-page .why-1 .content .text {
    margin: 0 auto;
  
    max-width: 1575px;
  
    padding: 5.5rem 0 0 0;
  
    display: -webkit-box;
  
    display: -webkit-flex;
  
    display: -moz-box;
  
    display: -ms-flexbox;
  
    display: flex;
  
    -webkit-box-pack: justify;
  
    -webkit-justify-content: space-between;
  
    -moz-box-pack: justify;
  
    -ms-flex-pack: justify;
  
    justify-content: space-between;
  
    position: relative;
  }
  
  .why-page .why-1 .content .text h4 {
    font-size: 3rem;
  
    line-height: 1;
  
    color: #ffffff;
  
    padding-left: 8.5rem;
  
    position: absolute;
  
    left: 0;
  
    top: -8rem;
  }
  
  .why-page .why-1 .content .text h4::after {
    position: absolute;
  
    content: "";
  
    width: 1px;
  
    height: 3rem;
  
    background: #fff;
  
    left: 10.5rem;
  
    bottom: -5rem;
  }
  
  .why-page .why-1 .content .text h3 {
    padding: 0 8.5rem;
  }
  
  .why-page .why-1 .content .text p {
    max-width: 858px;
  
    font-size: 1.8rem;
  
    margin-top: 2.5rem;
  
    position: relative;
  }
  
  .why-page .why-1 .content .text p::after {
    position: absolute;
  
    content: "";
  
    width: 8.8rem;
  
    height: 1px;
  
    background: #000;
  
    top: 1.3rem;
  
    right: 104%;
  }
  
  .why-page .why-item .content {
    display: -webkit-box;
  
    display: -webkit-flex;
  
    display: -moz-box;
  
    display: -ms-flexbox;
  
    display: flex;
  
    -webkit-box-align: center;
  
    -webkit-align-items: center;
  
    -moz-box-align: center;
  
    -ms-flex-align: center;
  
    align-items: center;
  
    -webkit-flex-wrap: wrap;
  
    -ms-flex-wrap: wrap;
  
    flex-wrap: wrap;
  
    margin: 0 auto;
  
    max-width: 1575px;
  
    position: relative;
  
    z-index: 3;
  }
  
  .why-page .why-item .content .left {
    width: 46%;
  
    padding: 0 4rem 0 8.5rem;
  }
  
  .why-page .why-item .content .left h4 {
    font-size: 3rem;
  
    line-height: 1;
  
    color: #000000;
  
    padding-bottom: 6.5rem;
  
    position: relative;
  }
  
  .why-page .why-item .content .left h4::after {
    position: absolute;
  
    content: "";
  
    width: 1px;
  
    height: 3rem;
  
    background: #000000;
  
    left: 2rem;
  
    bottom: 1.5rem;
  }
  
  .why-page .why-item .content .left h3 {
    margin-bottom: 2rem;
  }
  
  .why-page .why-item .content .left p {
    max-width: 505px;
  }
  
  .why-page .why-item .content .right {
    width: 54%;
  }
  
  .why-page .why-2 {
    padding: 12rem 15px 15.8rem;
  
    background: #fcfaf8;
  
    position: relative;
  }
  
  .why-page .why-2:after {
    position: absolute;
  
    content: "Design Team";
  
    font-size: 15rem;
  
    color: #f8f3ee;
  
    font-weight: 500;
  
    line-height: 1.2;
  
    left: 0;
  
    bottom: 0;
  }
  
  .why-page .why-2:last-child:after {
    content: "Patented Technology";
  }
  
  .why-page .why-3 {
    padding: 12.6rem 15px 21.3rem;
  
    position: relative;
  }
  
  .why-page .why-3:after {
    position: absolute;
  
    content: "Overseas Sales";
  
    font-size: 15rem;
  
    color: #fafafa;
  
    font-weight: 500;
  
    line-height: 0.65;
  
    right: 5%;
  
    bottom: 0;
  }
  
  .why-page .why-3 .content {
    -webkit-box-orient: horizontal;
  
    -webkit-box-direction: reverse;
  
    -webkit-flex-direction: row-reverse;
  
    -moz-box-orient: horizontal;
  
    -moz-box-direction: reverse;
  
    -ms-flex-direction: row-reverse;
  
    flex-direction: row-reverse;
  }
  
  .why-page .why-3 .content .left {
    padding: 0 8.5rem 0 4rem;
  
    display: -webkit-box;
  
    display: -webkit-flex;
  
    display: -moz-box;
  
    display: -ms-flexbox;
  
    display: flex;
  
    -webkit-box-pack: end;
  
    -webkit-justify-content: flex-end;
  
    -moz-box-pack: end;
  
    -ms-flex-pack: end;
  
    justify-content: flex-end;
  }
  
  .contact-page .contact-1 {
    padding: 14.5rem 0 3rem;
  }
  
  .contact-page .contact-1 ul {
    background: #f9f9f9;
  
    display: -webkit-box;
  
    display: -webkit-flex;
  
    display: -moz-box;
  
    display: -ms-flexbox;
  
    display: flex;
  
    -webkit-flex-wrap: wrap;
  
    -ms-flex-wrap: wrap;
  
    flex-wrap: wrap;
  }
  
  .contact-page .contact-1 ul li {
    width: 25%;
  
    padding: 7rem 15px 9rem;
  
    position: relative;
  
    text-align: center;
  }
  
  .contact-page .contact-1 ul li:hover::after {
    top: -5.5rem;
  }
  
  .contact-page .contact-1 ul li::after {
    position: absolute;
  
    content: "";
  
    width: 87px;
  
    height: 87px;
  
    left: 50%;
  
    -webkit-transform: translateX(-50%);
  
    -moz-transform: translateX(-50%);
  
    -ms-transform: translateX(-50%);
  
    transform: translateX(-50%);
  
    top: -4.5rem;
  
    background: no-repeat center bottom;
  
    -webkit-transition: 0.3s;
  
    -moz-transition: 0.3s;
  
    transition: 0.3s;
  }
  
  .contact-page .contact-1 ul li h4 {
    font-size: 2.4rem;
  
    line-height: 1;
  
    color: var(--index-main-color);
  
    margin-bottom: 2.2rem;
  
    font-weight: 500;
  }
  
  .contact-page .contact-1 ul li p {
    line-height: 35px;
  
    color: #000000;
  
    margin: 0 auto;
  
    max-width: 260px;
  }
  
  .contact-page .contact-1 ul li:nth-child(1)::after {
    background: url(../images/c-1.png) no-repeat center bottom;
  }
  
  .contact-page .contact-1 ul li:nth-child(1):hover::after {
    background: url(../images/c-1-h.png) no-repeat center bottom;
  }
  
  .contact-page .contact-1 ul li:nth-child(2)::after {
    background: url(../images/c-2.png) no-repeat center bottom;
  }
  
  .contact-page .contact-1 ul li:nth-child(2):hover::after {
    background: url(../images/c-2-h.png) no-repeat center bottom;
  }
  
  .contact-page .contact-1 ul li:nth-child(3)::after {
    background: url(../images/c-3.png) no-repeat center bottom;
  }
  
  .contact-page .contact-1 ul li:nth-child(3):hover::after {
    background: url(../images/c-3-h.png) no-repeat center bottom;
  }
  
  .contact-page .contact-1 ul li:nth-child(4)::after {
    background: url(../images/c-4.png) no-repeat center bottom;
  }
  
  .contact-page .contact-1 ul li:nth-child(4):hover::after {
    background: url(../images/c-4-h.png) no-repeat center bottom;
  }
  
  .contact-page .contact-2 {
    padding-bottom: 15.5rem;
  }
  
  .contact-page .contact-2 .container {
    display: -webkit-box;
  
    display: -webkit-flex;
  
    display: -moz-box;
  
    display: -ms-flexbox;
  
    display: flex;
  
    -webkit-box-align: center;
  
    -webkit-align-items: center;
  
    -moz-box-align: center;
  
    -ms-flex-align: center;
  
    align-items: center;
  
    -webkit-flex-wrap: wrap;
  
    -ms-flex-wrap: wrap;
  
    flex-wrap: wrap;
  }
  
  .contact-page .contact-2 .container .left {
    width: 50%;
  
    padding-right: 3rem;
  
    position: relative;
  }
  
  /*.contact-page .contact-2 .container .left:after{
  
    position: absolute;
  
    width: 100%;
  
    height: 368px;
  
    content: "";
  
    background: url(../images/contact-bg.jpg) no-repeat left bottom;
  
    left: 0;
  
    bottom: -15rem;
  
    z-index: -1;
  
  }*/
  
  .contact-page .contact-2 .container .left h4 {
    font-size: 6rem;
  
    line-height: 1;
  
    color: #9e8657;
  
    font-weight: 500;
  }
  
  .contact-page .contact-2 .container .left p {
    color: #575757;
  
    margin: 4rem 0 3.5rem;
  
    max-width: 405px;
  
    font-size: 17px;
  }
  
  .contact-page .contact-2 .container .left form {
    display: -webkit-box;
  
    display: -webkit-flex;
  
    display: -moz-box;
  
    display: -ms-flexbox;
  
    display: flex;
  
    -webkit-flex-wrap: wrap;
  
    -ms-flex-wrap: wrap;
  
    flex-wrap: wrap;
  
    -webkit-box-pack: justify;
  
    -webkit-justify-content: space-between;
  
    -moz-box-pack: justify;
  
    -ms-flex-pack: justify;
  
    justify-content: space-between;
  
    max-width: 600px;
  }
  
  .contact-page .contact-2 .container .left form input[type="text"] {
    width: 49%;
  
    height: 44px;
  
    padding: 0 20px;
  
    font-size: 1.6rem;
  
    line-height: 1;
  
    color: #000000;
  
    font-weight: 500;
  
    border: none;
  
    background: #efefef;
  
    margin-bottom: 1.5rem;
  }
  
  .contact-page .contact-2 .container .left form textarea {
    width: 100%;
  
    height: 102px;
  
    padding: 10px 20px;
  
    font-size: 1.6rem;
  
    line-height: 1.8;
  
    color: #000000;
  
    font-weight: 500;
  
    border: none;
  
    background: #efefef;
  
    margin-bottom: 1.5rem;
  }
  
  .contact-page .contact-2 .container .left form .more {
    border: none;
  
    padding: 15px 55px;
  }
  
  .contact-page .contact-2 .container .right {
    width: 50%;
  
    position: relative;
  }
  
  .contact-page .contact-2 .container .right .text {
    position: absolute;
  
    max-width: 455px;
  
    bottom: 3.5rem;
  
    left: 18%;
  }
  
  .contact-page .contact-2 .container .right .text #ewm {
    max-width: 100px;
  
    border: 4px solid white;
  }
  
  .contact-page .contact-2 .container .right .text p {
    line-height: 35px;
  
    color: #fff;
  }
  
  .contact-page .contact-2 .container .right .text h4 {
    font-size: 3rem;
  
    line-height: 1;
  
    color: #fff;
  
    padding: 1.5rem 0 1.5rem 4.5rem;
  
    background: url(../images/c-phone.png) no-repeat left center;
  }
  
  .faq-page {
    padding: 5.5vw 0 3.5vw;
  }
  
  .faq-page .faq-list {
    display: -webkit-box;
  
    display: -webkit-flex;
  
    display: -moz-box;
  
    display: -ms-flexbox;
  
    display: flex;
  
    -webkit-flex-wrap: wrap;
  
    -ms-flex-wrap: wrap;
  
    flex-wrap: wrap;
  
    -webkit-box-pack: justify;
  
    -webkit-justify-content: space-between;
  
    -moz-box-pack: justify;
  
    -ms-flex-pack: justify;
  
    justify-content: space-between;
  }
  
  .faq-page .faq-list li {
    width: 48%;
  
    padding: 2.5vw 2.5vw 2.5vw 10.5vw;
  
    border-radius: 5px;
  
    border: 1px solid #eae0d4;
  
    background: url(../images/faq-img.png) no-repeat 1rem 55px;
  
    margin-bottom: 3vw;
  
    -webkit-transition: 0.3s;
  
    -moz-transition: 0.3s;
  
    transition: 0.3s;
  }
  
  .faq-page .faq-list li:hover {
    border: 1px solid #fff;
  
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  }
  
  .faq-page .faq-list li h4 {
    font-size: 25px;
  
    line-height: 1.5;
  
    color: #000000;
  
    margin-bottom: 25px;
  }
  
  .news-page {
    z-index: 2;
  }
  
  .news-page .news-1 {
    padding: 0 15px 13rem 0;
  }
  
  .news-page .news-1 .content {
    margin: -12.5rem auto 0;
  
    max-width: 1575px;
  
    display: -webkit-box;
  
    display: -webkit-flex;
  
    display: -moz-box;
  
    display: -ms-flexbox;
  
    display: flex;
  
    -webkit-flex-wrap: wrap;
  
    -ms-flex-wrap: wrap;
  
    flex-wrap: wrap;
  
    -webkit-box-align: end;
  
    -webkit-align-items: flex-end;
  
    -moz-box-align: end;
  
    -ms-flex-align: end;
  
    align-items: flex-end;
  }
  
  .news-page .news-1 .content h4 {
    font-size: 3.2rem;
  
    text-transform: uppercase;
  
    line-height: 1;
  
    color: #000000;
  }
  
  .news-page .news-1 .content .left {
    width: 28%;
  }
  
  .news-page .news-1 .content .left h4 {
    font-weight: 500;
  
    margin-bottom: 1rem;
  }
  
  .news-page .news-1 .content .left h2 {
    color: var(--index-main-color);
  }
  
  .news-page .news-1 .content .right {
    width: 72%;
  
    padding: 7.5rem 8rem 0;
  
    background: #fff;
  
    display: -webkit-box;
  
    display: -webkit-flex;
  
    display: -moz-box;
  
    display: -ms-flexbox;
  
    display: flex;
  
    -webkit-box-pack: end;
  
    -webkit-justify-content: flex-end;
  
    -moz-box-pack: end;
  
    -ms-flex-pack: end;
  
    justify-content: flex-end;
  
    position: relative;
  }
  
  .news-page .news-1 .content .right::after {
    position: absolute;
  
    content: "";
  
    width: 100%;
  
    height: 100%;
  
    left: 0;
  
    top: 0;
  
    background: #fff;
  
    z-index: -1;
  }
  
  .news-page .news-1 .content .right h4 {
    position: relative;
  
    margin-bottom: 2.8rem;
  }
  
  .news-page .news-1 .content .right h4::after {
    position: absolute;
  
    content: "";
  
    width: 8rem;
  
    height: 1px;
  
    background: var(--index-main-color);
  
    top: 50%;
  
    -webkit-transform: translateY(-50%);
  
    -moz-transform: translateY(-50%);
  
    -ms-transform: translateY(-50%);
  
    transform: translateY(-50%);
  
    right: 105%;
  }
  
  .news-page .news-1 .content .right .text {
    max-width: 855px;
  }
  
  .news-page .news-2 {
    padding: 8rem 15px 14.3rem;
  
    background: #fcfaf8;
  }
  
  .news-page .news-2 .news-box {
    max-width: 1575px;
  
    margin: 0 auto;
  }
  
  .news-page .news-2 .news-box h3 {
    text-align: center;
  
    margin-bottom: 5.5rem;
  
    color: #9e8657;
  }
  
  .news-page .news-2 .news-box ul {
    margin: 0 -5.8rem;
  
    display: -webkit-box;
  
    display: -webkit-flex;
  
    display: -moz-box;
  
    display: -ms-flexbox;
  
    display: flex;
  
    -webkit-flex-wrap: wrap;
  
    -ms-flex-wrap: wrap;
  
    flex-wrap: wrap;
  }
  
  .news-page .news-2 .news-box ul li {
    width: 33.333%;
  
    padding: 0 5.8rem;
  
    margin-bottom: 7rem;
  }
  
  .news-page .news-2 .news-box ul li .content h5 {
    font-size: 20px;
  
    line-height: 35px;
  
    color: #000000;
  
    display: -webkit-box;
  
    -webkit-box-orient: vertical;
  
    -webkit-line-clamp: 20;
  
    overflow: hidden;
  
    margin: 3rem 0 2rem;
  }
  
  .news-page .news-2 .news-box ul li .content h5:hover {
    color: var(--index-main-color);
  }
  
  .news-page .news-2 .news-box ul li .content .time {
    color: #5d5d5d;
  
    line-height: 1;
  
    margin-top: 2rem;
  }
  
  .news-page .news-2 .news-box ul li .content p {
    color: #5d5d5d;
  
    display: -webkit-box;
  
    -webkit-box-orient: vertical;
  
    -webkit-line-clamp: 3;
  
    overflow: hidden;
  
    line-height: 30px;
  }
  
  .news-page .news-3 {
    padding: 12.4rem 8.5rem;
  
    background: url(../images/news-3-bg.jpg) no-repeat right center;
  }
  
  .news-page .news-3 .text {
    background: url(../images/text-bg.jpg) no-repeat center center;
  
    background-size: 100% 100%;
  
    max-width: 815px;
  
    padding: 9.5rem 10.5rem 9rem 8.5rem;
  
    text-align: right;
  }
  
  .news-page .news-3 .text h4 {
    font-size: 3.6rem;
  
    line-height: 1;
  
    color: #ffffff;
  
    font-weight: 500;
  
    margin-bottom: 3rem;
  }
  
  .news-page .news-3 .text p {
    color: #fff;
  
    font-weight: 500;
  
    font-size: 1.5rem;
  }
  
  .news-page .news-4 {
    padding: 13rem 0 0;
  }
  
  .news-page .news-4 ul {
    display: -webkit-box;
  
    display: -webkit-flex;
  
    display: -moz-box;
  
    display: -ms-flexbox;
  
    display: flex;
  
    -webkit-flex-wrap: wrap;
  
    -ms-flex-wrap: wrap;
  
    flex-wrap: wrap;
  
    -webkit-box-pack: justify;
  
    -webkit-justify-content: space-between;
  
    -moz-box-pack: justify;
  
    -ms-flex-pack: justify;
  
    justify-content: space-between;
  }
  
  .news-page .news-4 ul li {
    width: 45%;
  
    display: -webkit-box;
  
    display: -webkit-flex;
  
    display: -moz-box;
  
    display: -ms-flexbox;
  
    display: flex;
  
    -webkit-box-align: center;
  
    -webkit-align-items: center;
  
    -moz-box-align: center;
  
    -ms-flex-align: center;
  
    align-items: center;
  
    margin-bottom: 13rem;
  }
  
  .news-page .news-4 ul li .text {
    margin-left: 4.5rem;
  
    max-width: 380px;
  }
  
  .news-page .news-4 ul li .text h4 {
    font-size: 3rem;
  
    line-height: 1;
  
    color: #000000;
  
    font-weight: 500;
  
    margin-bottom: 2rem;
  }
  
  .news-page .news-4 ul li .text p {
    color: #5d5d5d;
  
    line-height: 1.9;
  }
  
  .product-page .product-new {
    padding: 7rem 15px 10rem;
  
    background: #f2f2f2;
  }
  
  .product-page .product-new h2 {
    font-size: 5rem;
  
    text-align: center;
  
    font-weight: 500;
  
    color: #9e8657;
  }
  
  .product-page .product-new .newBox {
    margin: 6.5rem auto 0;
  
    max-width: 1575px;
  }
  
  .product-page .product-new .newBox ul {
    margin: -15px;
  }
  
  .product-page .product-new .newBox ul li {
    padding: 15px;
  }
  
  /*.product-page .product-new .newBox li {
  
    display: -webkit-box;
  
    display: -webkit-flex;
  
    display: -moz-box;
  
    display: -ms-flexbox;
  
    display: flex;
  
    -webkit-flex-wrap: wrap;
  
    -ms-flex-wrap: wrap;
  
    flex-wrap: wrap;
  
    -webkit-box-orient: horizontal;
  
    -webkit-box-direction: normal;
  
    -webkit-flex-direction: row;
  
    -moz-box-orient: horizontal;
  
    -moz-box-direction: normal;
  
    -ms-flex-direction: row;
  
    flex-direction: row;
  
  }*/
  
  .product-page .product-new .newBox .left {
    width: 50%;
  }
  
  .product-page .product-new .newBox .left img {
    border-radius: 100%;
  }
  
  .product-page .product-new .newBox .flex {
    display: flex;
  }
  
  .product-page .product-new .newBox .left a {
    display: block;
  
    overflow: hidden;
  }
  
  .product-page .product-new .newBox .right {
    width: 50%;
  
    /*background: #fff;*/
  
    padding: 2rem;
  }
  
  .product-page .product-new .newBox .right .centre h4 {
    font-size: 20px;
  
    line-height: 40px;
  
    /*height: 62px;*/
  
    color: #000000;
  
    font-weight: 500;
  
    margin: 0 0 1.5rem;
  
    text-transform: capitalize;
  }
  
  .product-page .product-new .newBox .right .centre .mml-text {
    font-size: 1.6rem;
  
    line-height: 1.6;
  
    display: -webkit-box;
  
    -webkit-box-orient: vertical;
  
    -webkit-line-clamp: 3;
  
    overflow: hidden;
  
    max-height: 4.8em;
  }
  
  /*.product-page .product-new .newBox .right .centre p {
  
    display: -webkit-box;
  
    -webkit-box-orient: vertical;
  
    -webkit-line-clamp: 3;
  
    overflow: hidden;
  
  }*/
  
  .product-page .product-new .newBox .right .centre .more {
    margin-top: 3rem;
  }
  
  .product-page .product-box {
    padding: 7rem 15px 10rem;
  
    background: #323234;
  }
  
  .product-page .product-box .pro-nav {
    display: -webkit-box;
  
    display: -webkit-flex;
  
    display: -moz-box;
  
    display: -ms-flexbox;
  
    display: flex;
  
    -webkit-box-pack: center;
  
    -webkit-justify-content: center;
  
    -moz-box-pack: center;
  
    -ms-flex-pack: center;
  
    justify-content: center;
  }
  
  .product-page .product-box .pro-nav a {
    display: block;
  
    text-align: center;
  
    margin: 0 2rem;
  }
  
  .product-page .product-box .pro-nav a:hover .nav-img {
    border: 1px solid var(--index-main-color);
  }
  
  .product-page .product-box .pro-nav a:hover p {
    color: var(--index-main-color);
  }
  
  .product-page .product-box .pro-nav a .nav-img {
    display: inline-block;
  
    border-radius: 100%;
  
    /*border: 1px solid #dedede;*/
  
    width: 80px;
  
    height: 80px;
  
    overflow: hidden;
  
    border: 2px solid #e5e5e5;
  
    margin-bottom: 1rem;
  
    -webkit-transition: 0.3s;
  
    -moz-transition: 0.3s;
  
    transition: 0.3s;
  }
  
  .product-page .product-box .pro-nav a .nav-img img {
    height: 100%;
  
    max-width: none;
  
    width: auto;
  
    position: relative;
  
    left: 50%;
  
    -webkit-transform: translateX(-50%);
  
    -moz-transform: translateX(-50%);
  
    -ms-transform: translateX(-50%);
  
    -o-transform: translateX(-50%);
  
    transform: translateX(-50%);
  }
  
  .product-page .product-box .pro-nav a p {
    font-size: 1.4rem;
  
    max-width: 105px;
  
    margin: 0 auto;
  
    color: #ffffff;
  
    line-height: 1.4;
  }
  
  .product-page .product-box .product-list {
    margin: 6.5rem auto 0;
  
    max-width: 1500px;
  }
  
  .product-page .product-box .product-list ul {
    display: -webkit-box;
  
    display: -webkit-flex;
  
    display: -moz-box;
  
    display: -ms-flexbox;
  
    display: flex;
  
    -webkit-flex-wrap: wrap;
  
    -ms-flex-wrap: wrap;
  
    flex-wrap: wrap;
  
    margin: 0 -2.5rem;
  }
  
  .product-page .product-box .product-list ul li {
    width: 25%;
  
    padding: 0 2.5rem;
  
    margin-bottom: 7rem;
  }
  
  .product-page .product-box .product-list ul li img {
    border-radius: 100%;
  }
  
  .product-page .product-box .product-list ul li h4 {
    font-size: 18px;
  
    line-height: 34px;
  
    color: #ffffff;
  
    text-align: center;
  
    font-weight: 500;
  
    margin: 3rem 0 1.5rem;
  
    text-transform: capitalize;
  }
  
  .product-page .product-box .product-list ul li h4:hover {
    color: var(--index-main-color);
  }
  
  .product-page .product-box .product-list ul li .mml-text {
    text-align: center;
  
    margin: 0 auto;
  
    max-width: 320px;
  
    font-size: 16px;
  
    line-height: 30px;
  
    color: #9c9c9c;
  }
  
  .prodet-page .prodet-1 {
    background: #f7f7f7;
  
    padding: 8rem 0 9rem;
  }
  
  .prodet-page .prodet-1 .prodet-box {
    display: -webkit-box;
  
    display: -webkit-flex;
  
    display: -moz-box;
  
    display: -ms-flexbox;
  
    display: flex;
  
    -webkit-flex-wrap: wrap;
  
    -ms-flex-wrap: wrap;
  
    flex-wrap: wrap;
  
    -webkit-box-align: center;
  
    -webkit-align-items: center;
  
    -moz-box-align: center;
  
    -ms-flex-align: center;
  
    align-items: center;
  }
  
  .prodet-page .prodet-1 .prodet-box .left {
    width: 55%;
  
    display: -webkit-box;
  
    display: -webkit-flex;
  
    display: -moz-box;
  
    display: -ms-flexbox;
  
    display: flex;
  
    -webkit-box-orient: horizontal;
  
    -webkit-box-direction: normal;
  
    -webkit-flex-direction: row;
  
    -moz-box-orient: horizontal;
  
    -moz-box-direction: normal;
  
    -ms-flex-direction: row;
  
    flex-direction: row;
  }
  
  .prodet-page .prodet-1 .prodet-box .left .img-scroll {
    width: 21%;
  
    padding-right: 1.4rem;
  }
  
  .prodet-page .prodet-1 .prodet-box .left .img-scroll ul li {
    margin: 3px 0;
  }
  
  .prodet-page .prodet-1 .prodet-box .left .img-scroll ul li img {
    border: 1px solid #efefef;
  }
  
  /*.prodet-page .prodet-1 .prodet-box .left .img-scroll ul li img.cloudzoom-gallery-active{
  
    border: 1px solid var(--index-main-color);
  
  }*/
  
  .prodet-page .prodet-1 .prodet-box .right {
    width: 45%;
  
    padding-left: 5%;
  }
  
  .prodet-page .prodet-1 .prodet-box .right h4 {
    font-size: 3.6rem;
  
    line-height: 1.5;
  
    color: #000000;
  
    font-weight: 500;
  }
  
  .prodet-page .prodet-1 .prodet-box .right .content {
    margin: 1.5rem 0 5rem;
  
    font-size: 16px;
  
    line-height: 2;
  
    color: #000000;
  
    /*font-weight: 500;*/
  }
  
  .prodet-page .prodet-1 .prodet-box .right .content p {
    color: inherit;
  
    font-size: inherit;
  
    font-weight: inherit;
  
    line-height: inherit;
  
    font-style: inherit;
  }
  
  .prodet-page .prodet-1 .prodet-box .right .content div {
    color: inherit;
  
    font-size: inherit;
  
    font-weight: inherit;
  
    line-height: inherit;
  
    font-style: inherit;
  }
  
  .prodet-page .prodet-1 .prodet-box .right .content strong {
    color: inherit;
  
    font-size: inherit;
  
    font-weight: bold;
  
    line-height: inherit;
  
    font-style: inherit;
  }
  
  .prodet-page .prodet-1 .prodet-box .right .more {
    padding: 18px 60px;
  
    display: inline-block;
  }
  
  .prodet-page .prodet-1 .prodet-box .right .icon {
    margin-top: 5rem;
  
    display: -webkit-box;
  
    display: -webkit-flex;
  
    display: -moz-box;
  
    display: -ms-flexbox;
  
    display: flex;
  }
  
  .prodet-page .prodet-1 .prodet-box .right .icon a {
    display: -webkit-box;
  
    display: -webkit-flex;
  
    display: -moz-box;
  
    display: -ms-flexbox;
  
    display: flex;
  
    -webkit-box-align: center;
  
    -webkit-align-items: center;
  
    -moz-box-align: center;
  
    -ms-flex-align: center;
  
    align-items: center;
  
    -webkit-box-pack: center;
  
    -webkit-justify-content: center;
  
    -moz-box-pack: center;
  
    -ms-flex-pack: center;
  
    justify-content: center;
  
    width: 32px;
  
    height: 32px;
  
    border-radius: 100%;
  
    color: #7c7c7c;
  
    border: 1px solid #7c7c7c;
  
    margin-right: 13px;
  
    -webkit-transition: 0.3s;
  
    -moz-transition: 0.3s;
  
    transition: 0.3s;
  }
  
  .prodet-page .prodet-1 .prodet-box .right .icon a:hover {
    background: var(--index-main-color);
  
    border: 1px solid var(--index-main-color);
  
    color: #fff;
  }
  
  .prodet-page .prodet-1 .prodet-box .right .icon a:last-child {
    margin-right: 0;
  }
  
  .newdet-page .box h1 {
    text-align: center;
  }
  
  .newdet-page + .prodet-page .prodet-3 {
    padding-top: 4rem;
  }
  
  .prodet-page .prodet-1 .right h1 {
    text-transform: capitalize;
  }
  
  .prodet-page .prodet-1 .right h1,
  .newdet-page .box h1 {
    font-size: 3rem;
  
    font-weight: bold;
  
    color: #9e8657;
  
    line-height: 38px;
  }
  
  .prodet-page .prodet-2 {
    padding: 8.5rem 0 6.5rem;
  }
  
  .prodet-page .prodet-2 .options ul {
    padding-bottom: 3rem;
  
    border-bottom: 1px solid #dbdbdb;
  
    display: -webkit-box;
  
    display: -webkit-flex;
  
    display: -moz-box;
  
    display: -ms-flexbox;
  
    display: flex;
  }
  
  .prodet-page .prodet-2 .options ul li {
    font-size: 1.8rem;
  
    line-height: 1;
  
    color: #000000;
  
    text-transform: uppercase;
  
    font-weight: 500;
  
    margin: 0 2.8rem;
  
    cursor: pointer;
  }
  
  .prodet-page .prodet-2 .options ul li:hover {
    color: var(--index-main-color);
  }
  
  .prodet-page .prodet-2 .options ul li.active {
    color: var(--index-main-color);
  }
  
  .prodet-page .prodet-2 .ret {
    margin-top: 4.5rem;
  }
  
  .prodet-page .prodet-2 .ret .content table tbody tr td {
    font-size: 16px;
  
    line-height: 1.6;
  
    text-align: center;
  }
  
  #table_gl table tr {
    border-top: 1px solid #eee;
  }
  
  #table_gl table tr:first-child {
    border-top: none;
  }
  
  #table_gl table,
  #table_gl table td {
    border: none;
  }
  
  .prodet-page .prodet-2 .ret .content {
    font-size: 1.6rem;
  
    line-height: 1.6;
  }
  
  .prodet-page .prodet-2 .ret .content strong {
    font-size: 2rem;
  
    font-weight: bold;
  
    margin-bottom: 10px;
  }
  
  .prodet-page .prodet-2 .ret .content form {
    background: #fff;
  
    /*-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);*/
  
    /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);*/
  
    padding: 4.5rem 4.5rem 5.5rem;
  }
  
  .prodet-page .prodet-2 .ret .content form h4 {
    font-size: 2.8rem;
  
    line-height: 1;
  
    color: #000000;
  
    margin-bottom: 1.8rem;
  }
  
  .prodet-page .prodet-2 .ret .content form p {
    color: #333;
  
    line-height: 1.8;
  }
  
  .prodet-page .prodet-2 .ret .content form ul {
    display: -webkit-box;
  
    display: -webkit-flex;
  
    display: -moz-box;
  
    display: -ms-flexbox;
  
    display: flex;
  
    -webkit-flex-wrap: wrap;
  
    -ms-flex-wrap: wrap;
  
    flex-wrap: wrap;
  
    -webkit-box-pack: justify;
  
    -webkit-justify-content: space-between;
  
    -moz-box-pack: justify;
  
    -ms-flex-pack: justify;
  
    justify-content: space-between;
  
    margin-top: 3rem;
  }
  
  .prodet-page .prodet-2 .ret .content form ul li {
    width: 48%;
  }
  
  .prodet-page .prodet-2 .ret .content form ul li span {
    font-weight: 500;
  
    font-size: 1.8rem;
  
    line-height: 1;
  
    color: #000000;
  
    margin-bottom: 1rem;
  
    display: inline-block;
  }
  
  .prodet-page .prodet-2 .ret .content form ul li input[type="text"] {
    height: 5rem;
  
    width: 100%;
  
    border: 1px solid #dedede;
  
    padding: 0 20px;
  
    font-size: 18px;
  
    line-height: 1;
  
    color: #000000;
  
    margin-bottom: 3rem;
  }
  
  .prodet-page .prodet-2 .ret .content form ul li input[type="text"]:focus {
    border: 1px solid var(--index-main-color);
  }
  
  .prodet-page .prodet-2 .ret .content form ul li textarea {
    height: 13rem;
  
    width: 100%;
  
    border: 1px solid #dedede;
  
    padding: 20px;
  
    font-size: 18px;
  
    line-height: 1;
  
    color: #000000;
  
    margin-bottom: 3rem;
  }
  
  .prodet-page .prodet-2 .ret .content form ul li textarea:focus {
    border: 1px solid var(--index-main-color);
  }
  
  .prodet-page .prodet-2 .ret .content form ul li input[type="submit"] {
    width: 100%;
  
    text-align: center;
  
    padding: 1.8rem 0;
  
    font-size: 2rem;
  
    line-height: 1;
  
    color: #ffffff;
  
    text-transform: uppercase;
  
    -webkit-transition: 0.3s;
  
    -moz-transition: 0.3s;
  
    transition: 0.3s;
  
    border: none;
  }
  
  .prodet-page .prodet-2 .ret .content form ul li:nth-child(5) {
    width: 100%;
  }
  
  .prodet-page .prodet-2 .ret .content form ul li:nth-child(6) {
    width: 23.5rem;
  }
  
  .prodet-page .prodet-3 {
    padding-bottom: 7rem;
  }
  
  .prodet-page .prodet-3 h4 {
    font-size: 3.6rem;
  
    line-height: 1;
  
    color: #9e8657;
  
    text-align: center;
  
    font-weight: 500;
  }
  
  .prodet-page .prodet-3 .prodetBox {
    margin-top: 6rem;
  
    position: relative;
  }
  
  .prodet-page .prodet-3 .prodetBox ul {
    margin: -15px;
  }
  
  .prodet-page .prodet-3 .prodetBox ul li {
    padding: 15px;
  }
  
  .prodet-page .prodet-3 .prodetBox h4 {
    font-size: 20px;
  
    line-height: 34px;
  
    color: #000000;
  
    text-align: center;
  
    font-weight: 500;
  
    margin: 2.5rem 0 1.5rem;
  
    display: -webkit-box;
  
    -webkit-box-orient: vertical;
  
    -webkit-line-clamp: 3;
  
    overflow: hidden;
  
    text-transform: capitalize;
  }
  
  .prodet-page .prodet-3 .prodetBox h4:hover {
    color: var(--index-main-color);
  }
  
  .prodet-page .prodet-3 .prodetBox p {
    text-align: center;
  
    margin: 0 auto;
  
    max-width: 290px;
  
    font-size: 15px;
  
    line-height: 30px;
  
    color: #000000;
  }
  
  .prodet-page .prodet-3 .prodetBox .navigation {
    display: -webkit-box;
  
    display: -webkit-flex;
  
    display: -moz-box;
  
    display: -ms-flexbox;
  
    display: flex;
  
    position: absolute;
  
    right: 0;
  
    top: -10rem;
  }
  
  .prodet-page .prodet-3 .prodetBox .navigation .swiper-button-prev,
  .prodet-page .prodet-3 .prodetBox .navigation .swiper-button-next {
    position: relative;
  
    margin-top: 0;
  
    width: 42px;
  
    height: 54px;
  }
  
  .prodet-page .prodet-3 .prodetBox .navigation .swiper-button-prev {
    background: url(../images/r-left.png) no-repeat center center;
  
    left: 0;
  }
  
  .prodet-page .prodet-3 .prodetBox .navigation .swiper-button-next {
    background: url(../images/r-right.png) no-repeat center center;
  
    right: 0;
  }
  
  .lg-page {
    /*padding: 8rem 0 12rem;*/
  
    /*background: #2a2a2a;*/
  }
  
  .newslist ul {
    margin: -2.5rem;
  }
  
  .newslist ul li {
    padding: 2.5rem;
  }
  
  .newslist ul li .box {
    display: block;
  
    background: white;
  
    text-align: left;
  }
  
  .newslist ul li .box a.img-box {
    display: block;
  }
  
  .newslist ul li .box a.img-box img {
    width: 100%;
  }
  
  .newslist ul li .box .content {
    display: block;
  
    padding: 20px;
  }
  
  .newslist ul li .box .content h3 {
    display: block;
  
    font-size: 20px;
  
    color: black;
  
    font-weight: bold;
  
    white-space: nowrap;
  
    text-overflow: ellipsis;
  
    overflow: hidden;
  
    text-transform: uppercase;
  
    -webkit-transition: 0.5s;
  
    -moz-transition: 0.5s;
  
    -ms-transition: 0.5s;
  
    -o-transition: 0.5s;
  
    transition: 0.5s;
  }
  
  .newslist ul li .box .content h3:hover {
    color: var(--index-main-color);
  }
  
  .newslist ul li .box .content p {
    font-size: 16px;
  
    color: #777777;
  
    line-height: 30px;
  
    margin-bottom: 10px;
  }
  
  .newslist ul li .box .content a.more {
    display: block;
  
    font-size: 16px;
  
    color: var(--index-main-color);
  
    text-transform: uppercase;
  }
  
  .newslist ul li .box .content a.more:hover {
    text-decoration: underline;
  }
  
  .newdet-page {
    background: #fff;
  
    padding: 20px 0;
  }
  
  .newdet-page .box {
    ackground: #fcfcfc;
  
    padding: 25px;
  }
  
  .newdet-page .box h4 {
    font-size: 40px;
  
    color: #333;
  
    text-align: center;
  }
  
  .inner-page.newdet-page .box .content .img {
    width: 40%;
  
    margin: auto;
  
    padding-bottom: 40px;
  }
  
  .newdet-page .box time {
    font-size: 14px;
  
    color: #666;
  
    text-align: center;
  
    display: block;
  
    margin: 15px 0;
  
    font-weight: 500;
  }
  
  .newdet-page .box .content {
    display: block;
  
    font-size: 16px;
  
    color: #000;
  
    line-height: 2;
  
    font-weight: 500;
  }
  
  .newdet-page .box .link {
    margin-top: 30px;
  
    padding-top: 30px;
  
    line-height: 35px;
  
    border-top: 1px #eee dashed;
  }
  
  .newdet-page .box .link a {
    display: block;
  
    font-size: 14px;
  
    font-weight: 500;
  }
  
  .newdet-page .box .link a:hover {
    text-decoration: underline;
  }
  
  .inner-page .m-page {
    text-align: center;
  
    float: none;
  
    margin: 30px -5px 0;
  }
  
  .inner-page .m-page a,
  .inner-page .m-page span {
    display: inline-block;
  
    text-align: center;
  
    width: 45px;
  
    height: 45px;
  
    font-size: 15px;
  
    line-height: 40px;
  
    border: 1px solid #787878;
  
    border-radius: 30px;
  
    color: #787878;
  
    font-weight: 500;
  
    -webkit-transition: 0.5s;
  
    -moz-transition: 0.5s;
  
    -ms-transition: 0.5s;
  
    -o-transition: 0.5s;
  
    transition: 0.5s;
  
    margin: 5px;
  }
  
  .inner-page .m-page a:hover {
    background: var(--index-main-color) none repeat scroll 0 0;
  
    color: #fff;
  
    border: 1px solid var(--index-main-color);
  }
  
  .inner-page .m-page span.current {
    background: var(--index-main-color) none repeat scroll 0 0;
  
    color: #fff;
  
    border: 1px solid var(--index-main-color);
  }
  
  @media screen and (max-width: 1610px) {
    .about-page .about-2 .content .left {
      padding-left: 15px;
    }
  
    .news-page .news-1 .content {
      padding: 0 15px;
    }
  }
  
  @media screen and (max-width: 1437px) {
    .news-page .news-2 .news-box ul {
      margin: 0 -3rem;
    }
  
    .news-page .news-2 .news-box ul li {
      padding: 0 3rem;
    }
  
    .about-page .about-5 .container .right .content h2 {
      font-size: 10rem;
    }
  }
  
  @media screen and (max-width: 1230px) {
    .news-page .news-4 ul li {
      width: 49%;
    }
  
    .product-page .product-box .product-list ul li {
      width: 33.333%;
    }
  }
  
  /*@media screen and (max-width: 1100px) {
  
    .inner-banner{
  
      margin-top: 40px;
  
    }
  
  }*/
  
  @media screen and (max-width: 1000px) {
    body.inner .ani-slide {
      display: none;
    }
  
    .about-page .about-4 .content .historyBox {
      max-width: 100%;
    }
  
    .about-page .about-4 .content .right {
      display: none;
    }
  
    .faq-page .faq-list li {
      width: 100%;
  
      background-size: auto 100%;
    }
  
    .contact-page .contact-1 ul li {
      padding: 13rem 15px 9rem;
    }
  
    .news-page .news-2 .news-box ul li {
      width: 50%;
    }
  
    .news-page .news-4 ul li {
      width: 100%;
    }
  
    .about-page .about-5 .container .left {
      width: 100%;
    }
  
    .about-page .about-5 .container .right {
      width: 100%;
  
      padding-left: 0;
    }
  
    .about-page .about-5 .container .right .content {
      max-width: 100%;
    }
  
    .about-page .about-1 .content .left {
      width: 100%;
    }
  
    .about-page .about-1 .content .right {
      width: 100%;
  
      padding-left: 0;
  
      margin-top: 30px;
    }
  
    .about-page .about-1 .content .left .play {
      right: auto;
  
      bottom: auto;
  
      left: 50%;
  
      top: 50%;
  
      transform: translate(-50%, -50%);
    }
  
    .about-page .about-1 .content .right .play {
      right: auto;
  
      bottom: auto;
  
      left: 50%;
  
      top: 50%;
  
      transform: translate(-50%, -50%);
    }
  }
  
  @media screen and (max-width: 700px) {
    .about-page .about-2 .content .left {
      padding: 0 15px;
  
      width: 100%;
    }
  
    .prodet-page .prodet-2 .ret .content {
      font-size: 14px;
    }
  
    .product-page .product-new .newBox .left {
      width: 100%;
    }
  
    .product-page .product-new .newBox .right {
      width: 100%;
    }
  
    .news-page .news-2 {
      padding: 6rem 15px 14.3rem;
    }
  
    .about-page .about-2 .content .right {
      width: 100%;
  
      padding: 20px 15px 0;
    }
  
    /*.inner-banner h3 {
      display: none;
    }*/
  
    .contact-page .contact-1 ul li {
      width: 50%;
      padding: 12rem 15px 9rem;
    }
  
    .contact-page .contact-2 .container .left {
      width: 100%;
  
      padding-right: 0;
  
      position: relative;
    }
  
    .contact-page .contact-2 .container .right {
      width: 100%;
  
      position: relative;
  
      margin: 25px 0;
    }
  
    .contact-page .contact-2 {
      padding-bottom: 3.5rem;
    }
  
    .newdet-page .box {
      padding: 25px 0;
    }
  
    .news-page .news-1 .content {
      margin: 0rem auto 0;
    }
  
    .news-page .news-1 .content .left {
      width: 100%;
  
      text-align: center;
  
      margin-top: 50px;
    }
  
    .news-page .news-1 .content .right {
      width: 100%;
    }
  
    .news-page .news-1 .content .right:after {
      display: none;
    }
  
    .news-page .news-1 .content .right h4:after {
      display: none;
    }
  
    .why-page .why-item .content .left {
      width: 100%;
      padding: 20px 0;
    }
  
    .why-page .why-item .content .right {
      width: 100%;
  
      margin-top: 20px;
    }
  
    .why-page .why-item .content .left p {
      max-width: 100%;
    }
  
    .why-page .why-1 .content .text {
      flex-wrap: wrap;
    }
  
    .why-page .why-1 .content .text p {
      width: 100%;
  
      margin-top: 30px;
    }
  
    .inner-page .p-nav {
      display: none;
    }
  
    .product-page .product-box .pro-nav {
      display: none;
    }
  
    .product-page .product-box .product-list ul li {
      width: 50%;
    }
  
    .prodet-page .prodet-1 .prodet-box .left {
      width: 100%;
    }
  
    .prodet-page .prodet-1 .prodet-box .right {
      width: 100%;
  
      padding-left: 0%;
    }
  }
  
  @media screen and (max-width: 500px) {
    .faq-page .faq-list li {
      background-size: auto;
    }
  
    .contact-page .contact-1 ul li {
      width: 100%;
    }
  
    .contact-page .contact-2 .container .left form input[type="text"] {
      width: 100%;
    }
  
    .contact-page .contact-2 .container .right .text h4 {
      background: none;
      padding: 1.5rem 0;
  
      font-size: 14px;
    }
  
    .news-page .news-1 .content .right {
      padding: 7.5rem 0;
    }
  
    .news-page .news-1 {
      padding: 0;
    }
  
    .news-page .news-2 .news-box ul li {
      width: 100%;
    }
  
    .news-page .news-4 ul li .text {
      margin-left: 0;
  
      max-width: 100%;
    }
  
    .news-page .news-4 ul li img {
      display: none;
    }
  
    .newdet-page .box h4 {
      font-size: 24px;
    }
/*  
    .inner-banner .text h2 {
      font-size: 6rem;
    }*/
  
    .product-page .product-box .product-list ul li {
      width: 100%;
    }
  }
  
  .button-group .button {
    background-color: var(--index-main-color) !important;
  }
  
  .about-page .about_join {
    padding: 6rem 15px 0;
  }
  
  .about-page .about_join .content {
    max-width: 1200px;
  
    margin: auto;
  }
  
  .about-page .about_join .content p {
    line-height: 2;
  }
  
  #table_gl table,
  #table_gl tbody {
    display: block;
  
    border: none;
  }
  
  #table_gl tr {
    display: block;
  
    font-size: 0;
  
    border: none;
  
    margin: -5px;
  }
  
  #table_gl td {
    display: inline-block;
  
    width: 16.66%;
  
    border: none;
  
    padding: 5px;
  }
  
  #table_pro tr {
    line-height: 55px;
  
    border-bottom: 1px solid #eee;
  }
  
  #table_pro td,
  #table_pro th {
    padding: 10px;
  }
  
  #table_pro td img,
  #table_pro th img {
    vertical-align: sub;
  }
  
  @media screen and (max-width: 1000px) {
    #table_gl td {
      width: 33.33%;
    }
  }
  
  .inner-page h2,
  .inner-page h3,
  .inner-page h1 {
    font-weight: bold;
  }
  
  .service-page .qr-list {
    padding: 70px 0;
  }
  
  .service-page .qr-list ul {
    margin: -10px;
  }
  
  .service-page .qr-list ul li {
    padding: 10px;
  }
  
  .service-page .qr-list ul li .box {
    padding: 45px 25px;
  
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .service-page .qr-list ul li .box .img {
    width: 30%;
  
    vertical-align: middle;
  }
  
  .service-page .qr-list ul li .box .text {
    width: 70%;
  
    padding-left: 20px;
  
    font-weight: 300;
  
    vertical-align: middle;
  }
  
  .service-page .qr-list ul li .box .text h3 {
    font-size: 42px;
  
    color: #131313;
  
    margin-bottom: 10px;
  
    line-height: 80px;
  }
  
  .service-page .qr-list ul li .box .text p {
    font-size: 18px;
  
    color: #131313;
  
    line-height: 32px;
  }
  
  .service-page .qr-list ul li .box .text p em {
    font-weight: bold;
  }
  
  @media screen and (max-width: 1000px) {
    .product-page .product-new {
      display: none;
    }
  
    /*.inner-banner .text h2 {
      font-size: 20px;
    }
  
    .inner-banner .text .mbx {
      font-size: 14px;
      line-height: 28px;
    }*/
  
    h2.singh2,
    .prodet-page .prodet-1 .prodet-box .left .img-scroll {
      display: none !important;
    }
  
    .product-page .product-new .newBox ul li {
      width: 100%;
    }
  
    .product-page .product-new .newBox .left {
      width: 35%;
    }
  
    .product-page .product-new .newBox .right {
      width: 65%;
    }
  
    .faq-page .faq-list li {
      padding: 3rem 3rem 3rem 6rem;
  
      background-size: 4rem auto;
  
      background-position: left 2rem top 3rem;
    }
  
    .inner-page .p-nav li a {
      white-space: nowrap;
    }
  
    .inner-page .p-nav li {
      margin: 0 15px;
    }
  }
  