﻿﻿html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tfoot,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    /* line-height: 1; */
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    font-family: 'SourceHanSansCN-Regular','gilroy-Light_0','gilroy-semibold', 'dinbek-light', 'Gotham-Bold';
}

:focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

ul,
li {
    list-style: none;
    /* text-align: center; */
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.padding0 {
    padding: 0 !important;
}

.primary-bgc {
    background-color: #1fcfcb;
}

.primary-color {
    color: #1fcfcb
}

.bgcW {
    background-color: #fff;
}

.top {
    padding: 30px 40px;
    background-color: #fff;
}

.top-left {
    font-size: 20px;
    line-height: 66px;
    color: #666666;
    text-align: left;
}

.top-logo {
    display: inline-block;
    width: 266px;
    height: 65px;
    background: url(../images/logo.png) center center/100% auto no-repeat;
}

.top-right {
    line-height: 66px;
}

.top-right>span,
.top-right>a {
    display: inline-block;
    background-position: left center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
    top: 12px;
}

.top-right>.top-tianmao {
    width: 33px;
    height: 34px;
    background-image: url(../images/tianmao.png);
}

.top-right>.top-jingdong {
    width: 33px;
    height: 34px;
    margin-left: 2px;
    background-image: url(../images/jd.png);
}

.top-right>.top-weibo {
    width: 36px;
    height: 34px;
    background-image: url(../images/weibo.png);
}

.top-right>.top-weixin {
    width: 35px;
    height: 34px;
    background-image: url(../images/weixin.png);
    position: relative;
}

.top-right>.top-weixin:hover .top-qrcode {
    opacity: 1;
}

.top-right>.top-weixin>.top-qrcode {
    position: absolute;
    top: 100%;
    left: 0;
    width: 80px;
    height: 80px;
    opacity: 0;
    transition: opacity .15s;
}

.nav {
    padding: 0 20px;
}

.nav-content>li {
    float: left;
    position: relative;
    padding: 20px 26px;
}

.nav-content>li>a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
	font-weight:600;
}

.nav-content>li.changeLan {
    border-left: 1px solid #fff;
    color: #fff;
    padding: 0 25px;
    margin: 22px 13px;

}

.nav-content>li.changeLan>a {
    font-size: 18px;
}

.nav-content>li.changeLan>a:hover {
    color: #de3f4f
}

.nav-content li:hover .nav-child {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

.nav-child {
    position: absolute;
    top: 61px;
    padding: 0 5px;
    left: 0;
    right: 0;
    margin: 20px 0;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    background-color: #fff;
    box-shadow: 3px 2px 10px rgba(0, 177, 181, 0.3);
    border-radius: 0 0 10px 10px;
    transition: margin .15s, opacity .15s;
}

.nav-child>ul {
    padding: 5px 0;


}

.nav-child a {
    text-decoration: none;
    font-size: 16px;
    color: #666;
    display: inline-block;
    padding: 10px 8px;
    width: 100%;
    text-align: center;
}

.nav-child a:hover {
    color: #de3f4f;
}

.carousel-inner>.item>img {
    margin: 0 auto;
}

.carousel-indicators {
    text-align: left;
}

.carousel-indicators li {
    border-radius: 50px 0 50px 0;
    background-color: #dadcdc;
}

.carousel-indicators li.active {
    background-color: #1fcfcb;
}

.index-title {
    /* padding: 80px;
	color: #1fcfcb;
	text-align: center; */
    padding: 10px;
    color: #1fcfcb;
    text-align: center;
    /* height: 20%; */
    box-sizing: border-box;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
}

.title-en {
    font-size: 20px;
    margin-bottom: 30px;
	color:#666;
    font-family: "gilroy-Light_0";
}

.title-cn {
    font-size: 48px;
    margin-bottom: 30px;
    font-family: "SourceHanSansCN-Bold";
}

.individer span {
   /* border-top: 1px solid #ec939c; */
    display: inline-block;
    width: 83px;
    height: 20px;
    background: transparent url(../images/smile.png) center center/auto auto no-repeat;

}

.individer-green {
    padding: 20px 0;
}

.individer-green span {
    border-top: 1px solid #1fcfcb;

}

.individer-white span {
    border-top: 1px solid #fff;

}

.about-block {
    padding: 50px 35px;
    box-shadow: 0px 0px 10px #fff;
    border-radius: 5px;
}

.big_num {
    font-size: 100px;
    color: #1fcfcb;
    font-weight: bold;
    font-family: 'gilroy-semibold';
    text-align: left;
}

.index-aboutUs {
    height: 80%;
    padding: 50px 0 50px 0;
    box-sizing: border-box;
}

.about-text {
    font-size: 18px;
    color: #4d4d4d;
    font-weight: bold;
    margin: 10px 0 65px 0;
    text-align: left;
}

.about-info {
    font-size: 14px;
    color: #808080;
    line-height: 26px;
    height: 69px;
    text-align: left;
}

.product {
    height: 100%;
    margin: 0;
    /* display: table-cell;
	vertical-align: middle; */
}

.flex {
    display: box;
    /* OLD - Android 4.4- */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.product img {
    width: 100%;
    display: block;
    /* height: 100%; */
}

.product>div {
    height: 100%;
}

.product .col-md-6,
.product .col-sm-12 {
    padding: 0;
}

.classify {
    position: relative;
    height: 50%;
    padding: 0;
}

.text-info {
    position: absolute;
    top: 40px;
    left: 40px;
    color: #222;
    text-align: left;
}

.prod_cn {
    font-size: 30px;
	font-weight:600;
}

.prod_en {
    font-size: 18px;
    padding: 10px 0;
}

.viewDetail {
    position: absolute;
    left: 40px;
    bottom: 22px;
}

.ishijin {
    top: 162px;
}

.viewDetailBtn {
    display: inline-block;
    padding: 6px 15px;
    color: #333;
    border: 1px solid #333;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
}
a.viewDetailBtn {
    color: #333;
}

.classifyOdd .prod_cn {
    color: #fff;
}

.classifyOdd .prod_en {
    color: #fff;
}

.classifyOdd .viewDetailBtn {
    color: #fff/*#1fcfcb*/;
    border-color: #fff;
}

.index-news img {
    width: 100%;
    height: auto;
}

.index-news-title {
    font-size: 20px;
    color: #4d4d4d;
    padding: 0 10px;
    text-align: left;
}

.index-news-content {
    font-size: 12px;
    color: #808080;
    line-height: 22px;
    padding: 10px 13px 0 228px;
    text-align: left;
}

.index-news-date {
    text-align: right;
    font-size: 14px;
    color: #808080;
}

.index-news-list li {
    padding: 10px 0;
    margin: 0 10px;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
}

.index-news-list a {
    color: #4d4d4d;
    text-align: left;
}

.index-news-list a:hover {
    color: #1fcfcb;
}

.index-news-list span {
    color: #808080;
    font-size: 14px;
}

.index-news-list {
    margin: 120px 10px;
    background-color: #fff;
    /*position: absolute;
	right: 0;*/
    width: 100%;
    /*bottom: 0;*/
}

.newslist li {
    padding: 0;
    margin: 0;
    line-height: 60px;
    height: 60px;
    display: block;
    border-bottom: 1px solid #ebebeb;
}

.newslist a {
    color: #4d4d4d;
}

.newslist a:hover {
    color: #1fcfcb;
}

.newslist span {
    color: #808080;
    font-size: 14px;
    line-height: 38px;
    height: 39px;
    margin-top: 11px;
}

.newslist {
    margin-top: 3px;
    background-color: #fff;
}

.nav-content-footer {
    text-align: center;
    padding: 20px 0;
}

.nav-content-footer a {
    color: #fff;
    display: inline-block;
    padding: 0 10px;
}

.copyright {
    font-size: 13px;
    color: #808080;
    padding: 20px 0;
}

.copyright a:hover {
    color: #337ab7;
}
.jin-icon{display:inline-block;padding:0 15px;position:relative;}
.jin-icon:before{content:"";display:block;position:absolute;left:0;top:10px;width:10px;height:22px;background:url(../images/jin1.png) left top/10px auto no-repeat;}
.jin-icon:after{content:"";display:block;position:absolute;right:5px;bottom:0;width:10px;height:22px;background:url(../images/jin2.png) left top/10px auto no-repeat;}
.footer {
    margin-top: 50px;
    font-size: 16px;
    color: #808080;
}

.footer-logo {
    padding-top: 70px;
}

.footer-title {
    font-size: 18px;
    color: #4d4d4d;
    padding-bottom: 20px;
    text-align: left;
    padding-left: 60px;
}

.footer-company {
    line-height: 26px;
    text-align: left;
    padding-left: 60px;
    font-size: 14px;
}

.contact-footer {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.contct-footer-txt {
    padding-top: 10px;
    display: inline-block;
    font-size: 12px;
}

.contact {
    margin: 30px 0;
}

.footer .top-logo {
    margin-top: 60px;
}

.mobile {
    display: none;
}

.main-about {
    background: url(../images/about-bg.jpg) center center/100% 100% no-repeat;
}

.main-breif {
    background: url(../images/about02.jpg) center center/100% 100% no-repeat;
    padding: 170px 0;
    color: #4d4d4d;
    font-size: 18px;
}

.main-breif-01 {
    background: url(../images/profile_1.png) center center/100% 100% no-repeat;
    height: 100%;
}

.main-breif-01 .content-title-en{
    text-align: center;
    color:#000;
}
.main-breif-01 .content-title-cn{
    text-align: center;
    color:#fff;
}
.main-breif-01 .individer{
    text-align: center;
}
.main-breif-01 .individer span{
    border-top: 2px solid #000;
    display: inline-block;
    width: 30px
}

.main-honor .content-title-en{
    text-align: center;
    color:#000;
}
.main-honor .content-title-cn{
    text-align: center;
    color:#1fcfcb;
}
.main-honor .individer{
    text-align: center;
}
.main-honor  .individer span{
    /* border-top: 2px solid #000; */
    display: inline-block;
    width: 30px
}
.main-brand{
    background: url(../images/brand-01-01.jpg) center center/auto 100% no-repeat;
}
.main-culture{
    background: url(../images/cultrue-01.jpg) center center/100% 100% no-repeat;
}
.main-about {
    background: url(../images/profile_1.png) center center/100% 100% no-repeat;
}
.main-brand .content-title-cn{
color: #000;
}
.main-brand-info{
    width:60%;
    border:1px solid #b5b5b5;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    padding:50px;
    margin:50px 0;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
}
.main-about .main-brand-info{
    margin:50px auto 140px auto;
    padding:20px;
}
.main-about .honor-info{
    position: relative;
    padding: 20px 0 0 0;
}
.main-about .honor-info>span{
    color:#000;
}
.main-about .underlineA{
z-index: 0;
border-color: #1fcfcb;
}
.brif-info{
    text-align: center;
    line-height: 30px;
    color: #000;
    font-size: 16px;
}
.brif-info>span{
    font-size: 12px;
}
.ab-list{
    border-left:1px solid #ccc;

}

.ab-list>div{
    padding-left: 30px;

    color:#000
}
.ab-list>.RD-font{
    font-size: 60px;
    color:#1fcfcb;
    font-weight: bold;
    position: relative;
}
.ab-list>.RD-font::after{
    content: "";
    display: block;
    width: 4px;
    background-color: #1fcfcb;
    position: absolute;
    left: 0;
    height: 46px;
    top: 20px;
}
.module-sm{
    width:40%;
    float: left;
}
.module-vision{
    float: right;
    margin-top: 380px;
    width: 50%;
    text-align: right;
}
.module-vision>div{
    text-align: right;
}
.module-value{
    float: left;
    width: 80%;
}
.font-1,.font-3{
    font-weight: 600;
    font-size: 26px;
    color:#000;
}
.font-10{
    font-weight: 600;
    font-size: 18px;
}
.font-2{
    font-weight: 600;
    font-size: 60px;
    color:#1fcfcb;
}
.font-4{
    font-size: 14px;
    line-height: 26px;
    color:#8a8a8a;
    padding:20px 0;
}
.font-5{
    display: inline-block;
    font-size: 14px;
    border:1px solid #595757;
    border-radius: 5px;
    margin-top:30px;
    padding:5px 10px;
    color:#000;
}
.brand-underline{
    width:70%;
    border-bottom:1px solid #bcbcbc;
}
.brand-underline::after{
    content: " ";
    display: block;
    width:100px;
    border-bottom: 2px solid #bcbcbc;
}
.brand-font{
    font-weight: 500;
    color: #000;
    line-height: 29px;
    margin: 20px 0 50px 0;
}
.underlineA{
    display: block;
    position: absolute;
    border:2px solid #e3e3e3;
    bottom: 6px;
    width: 100%;
    z-index: -1;
}
.module-his{
    width:100%;
}
.module-his .col-md-2{
 padding-left:0;
 padding-right:0;
}
.module-his img{
    width:120px;
}
.his-year{
    text-align: center;
    color:#000;
}
.line-ver{
    border-left: 3px solid #1fcfcb;
    width: 3px;
    height: 30px;
    position: relative;
    top: -13px;
    margin:0 auto;
}
.line-hor{
    border-top:3px solid #1fcfcb;
    position: relative;
    top:-13px; 
}
.his-year>div{
    text-align: center;
    color: #000;
}
.his-year .font-small{
    font-size: 14px;
    color:#929292;
    padding:20px;
}
.honor-down{
padding:10px 0 20px 0;
text-align: center;
}
.honor-down img{
    width:30px;
}
.more_btn{
    cursor: pointer;
}
.more_btn:hover{
    color:#000;
}
.index_video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.sideMenu,
.bok-sideMenu {
    width: 130px;
    background-color: #fff;
    border-radius: 0 5px 0 5px;
    box-shadow: 3px 2px 10px rgba(0, 177, 181, 0.3);
    text-align: left;
    padding: 8px 0;
    position: fixed;
    z-index: 1;
    right: 90%;
}

.bok-sideMenu {
    top: 220px
}

#dowebok .sideMenu {
    display: none;
}

.sideMenu li {
    padding: 8px 10px 8px 16px;
}

.sideMenu li a {
    color: #9c9d9d;
    font-size: 16px;
    text-decoration: none;
}

.sideMenu li a:hover {
    color: #1fcfcb;
}

.sideMenu li.sideMenu_active>a {
    color: #1fcfcb;
}


.paddingTop100 {
    padding-top: 100px;
}

.main-content {
    padding-left: 100px;
    text-align: left;

}

.content-title {
    color: #1fcfcb;
    text-align: left;
    position: relative;
    /*z-index: 2;*/
}

.aboutBJJ {
    margin-top: 64px;
    z-index: 2;
    position: relative;
}

.content-title-cn {
    font-size: 48px;
    margin: 20px 0;
    font-weight: 540;
    font-family:'SourceHanSansCN-Bold';
    text-align: center;
}

.content-title-en {
    font-size: 20px;
    margin-bottom: 5px;
    font-family:'gilroy-Light_0';
	/*font-family:'gilroy-Light_0','dinbek-light';*/
    text-align: center;
	color:#888;
	text-transform: uppercase;
}

.jzg-title li {
    float: left;
    width: 33.3333333333333%;
    padding: 10px 0;
    text-align: center;
    border-radius: 10px;
    background-color: #e5e5e5;
    color: #808080;
    font-size: 24px;
    cursor: pointer;
}

.jzg-title li.about_active {
    background-color: #1fcfcb;
    color: #fff;
}

.bgFix {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
    opacity: 0.8;
    z-index: 1;
    border-radius: 10px;
}

.aboutContent {
    padding: 47px 97px 80px 97px;
    text-align: left;
    position: relative;
    z-index: 3;
}

.aboutContent-title {
    font-size: 18px;
    color: #4d4d4d;
    font-weight: bold;
    line-height: 50px;
    padding-bottom: 10px;
    padding-top: 30px;
}

.aboutContent-con {
    font-size: 18px;
    color: #808080;
    line-height: 30px;
}

.con {
    display: none;
}

.time-line {
    text-align: center;
    margin-bottom: 30px;
}

.time-line .incident-time {
    padding: 20px 22px;
    display: inline-block;
}

.time-line .incident-time span {
    display: inline-block;
    padding: 30px 10px;
    border-radius: 0 100px 0 100px;
    background-color: #1fcfcb;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.incident-info {
    font-size: 18px;
    color: #808080;
    padding: 50px 0 70px 0;
    text-align: left;
    display: none;
    line-height: 30px;
}

.time-line .incident-time span.time_active {
    background-color: #de3f4f;
}

.honor-info {
    display: block;
    position: relative;
    text-align: center;
}
.honor-info>span{
    position: relative;
    display: inline-block;
}

.honors img,
.honors-more img {
    width: 100%;
    height: auto;
}

.more-btn,
.back-btn {
    display: inline-block;
    text-align: right;
    font-size: 16px;
    color: #4d4d4d;
    padding: 20px 10px;
    border-bottom: 2px solid #1fcfcb;
    width: 160px;
    cursor: pointer;
}

.more-btn:hover,
.back-btn:hover {
    color: #1fcfcb;
}

.honor-img {
    margin-bottom: 50px;
}

.honors-more {
    margin-top: 80px;
    display: none;
}

.news-left img {
    width: 100%;
}

.news .index-news-title {
    font-size: 23px;
}

.news .index-news-content {
    font-size: 13px;
}

.news .index-news-date {
    padding-bottom: 10px;
}

.news .more-btn {
    font-size: 13px;
    color: #808080;
    width: 110px;
    padding: 10px;
}

.news .index-news-list a {
    font-size: 16px;
    color: #4d4d4d;
}

.news .index-news-list li {
    border-top: 1px solid #ebebeb;
    border-bottom: none;
}

.news .index-news-list {
    margin-top: 30px;
}

.first-news {
    height: 150px;
    display: block;
}

.first-news img {
    width: 220px;
    height: 150px;
    display: block;
}

.video-page {
    padding: 10px 130px;
}

.video-page .carousel-control {
    left: -103px;
    background: none;
    color: #808080;
    text-shadow: none;
}

.video-page .carousel-control.right {
    right: -103px;
    left: auto;
    background: none;
}

.report .index-news-list {
    margin-top: 0;
}

.report .index-news-list li {
    line-height: 40px;
}

.report .more-btn {
    font-size: 13px;
    color: #808080;
    width: 110px;
    padding: 10px;
    margin-top: 30px;
}

.report {
    color: #444;
}

.pdfDownLoad {
    display: inline-block;
    width: 34px;
    height: 38px;
    background: url(../images/pdf.png) left center/100% auto no-repeat;
}

.sub-title {
    padding-top: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}

.sub-title-en {
    font-size: 16px;
    color: #1fcfcb;
    padding-bottom: 10px;
}

.sub-title-cn {
    font-size: 36px;
    color: #808080;
}

.investor_more {
    padding: 40px 0 50px 0;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    display: flex;
}

.investor_more .col-md-7 {
    position: inherit;
}

.investor_more img {
    width: 100%;
}

.investor_name {
    color: #4d4d4d;
    font-size: 48px;
}

.investor_job {
    color: #808080;
    font-size: 24px;
    font-size: 20px;
    padding-top: 25px;
    display: inline-block;
}

.investor_individer {
    width: 30px;
    display: inline-block;
    border-bottom: 3px solid #1fcfcb;
    height: 15px;
}

.investor_content {
    font-size: 16px;
    color: #808080;
    padding-top: 45px;
    line-height: 30px;
    position: absolute;
    bottom: 3px;
}

.investor_list .investor_name {
    font-size: 21px;
    color: #4d4d4d;
    padding: 20px 30px;
}

.investor_list {
    padding: 50px 0;
}

.investor_list img {
    width: 100%;
    display: block;
}

.investor_line {
    display: inline-block;
    width: 30px;
    border-bottom: 2px solid #1fcfcb;
    padding-top: 30px;
}

.investor_line_wrap {
    padding: 10px 30px 0 30px;
}

.investor_block {
    border-radius: 10px;
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
    cursor: pointer;

}

.investor_block.investor_active {
    box-shadow: 3px 2px 10px rgba(0, 177, 181, 0.3);
}

.contact_us p {
    color: #808080;
    font-size: 18px;
    line-height: 28px;
}

.market_contact {
    color: #969696;
    font-size: 16px;
    position: relative;
    bottom: -59px;
}

.partner {
    border: 1px solid #ebebeb;
    padding: 10px 0;
    height: 80px;
    margin: 20px 0;

}
.individer{
    text-align: center;
}

.partner:hover {
    background-color: #c4feff;
}

.partner1 {
    background: url(../images/partner01.png) center center/auto 100% no-repeat;
}

.partner2 {
    background: url(../images/partner02.png) center center/auto 100% no-repeat;
}

.partner3 {
    background: url(../images/partner03.png) center center/auto 100% no-repeat;
}

.partner4 {
    background: url(../images/partner04.png) center center/auto 100% no-repeat;
}

.partner5 {
    background: url(../images/partner05.png) center center/auto 100% no-repeat;
}

.partner6 {
    background: url(../images/partner06.png) center center/auto 100% no-repeat;
}

.partner7 {
    background: url(../images/partner07.png) center center/auto 100% no-repeat;
}

.partner8 {
    background: url(../images/partner08.png) center center/auto 100% no-repeat;
}

.partner1 {
    background: url(../images/partner01.png) center center/auto 100% no-repeat;
}

.partner9 {
    background: url(../images/partner09.png) center center/auto 100% no-repeat;
}

.partner10 {
    background: url(../images/partner10.png) center center/auto 100% no-repeat;
}

.partner11 {
    background: url(../images/partner11.png) center center/auto 100% no-repeat;
}

.jobs {
    color: #808080;
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.job_name {
    color: #1fcfcb;
}

.job_salary {
    color: #de3f4f;
}

.jobs thead th {
    background-color: #1fcfcb;
    color: #fff;
}

.jobs thead th,
.jobs tbody td {
    padding: 30px 0;
}

.job_more {
    display: inline-block;
    width: 31px;
    height: 34px;
    background: url(../images/job_down.png) center center/100% auto no-repeat;
    cursor: pointer;
}

.job-title {
    padding: 30px 50px;
    font-size: 18px;
    color: #808080;
    background-color: #efefef;
    position: relative;
}

.job-name {
    font-size: 28px;
    color: #333;
}

.job-classify {
    font-size: 18px;
    padding: 10px 0;
}

.job-datetime {
    color: #969696;
    font-size: 18px;
    padding-top: 40px;
}

.send_btn {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.send_btn span {
    display: inline-block;
    padding: 10px 30px;
    background-color: #1fcfcb;
    color: #fff;
    cursor: pointer;
}

.job-content {
    background-color: #efefef;
    font-size: 15px;
    color: #969696;
    padding: 30px 50px;
    margin: 30px 0 30px 0;
    line-height: 30px;
}

.aboutContent_breif {
    padding: 50px;
    color: #4d4d4d;
    font-size: 17px;
    line-height: 34px;
    margin-bottom: 80px;
    margin-top: 50px;


}

.main-breif-title {
    font-size: 21px;
    padding-bottom: 30px;
    font-weight: bold;
}

.main-breif-content {
    width: 70%;
    margin: 0 auto;
    line-height: 30px;
    text-align: left;
    text-align: justify;
}

.main-breif-icon {
    text-align: center;
    width: 20%;
    min-height: 110px;
    margin: 50px auto;

}

.main-breif-icon img {
    width: auto;
    height: 100%;
}

.brand_story {
    font-size: 28px;
    color: #666666;
    padding: 20px 120px;
    text-align: center;
    line-height: 50px;
    width: 1170px;
    margin: 0 auto;
}

.perfect_story {
    font-size: 24px;
    color: #1fcfcb;
    font-style: italic;
    text-align: center;
    position: absolute;
    bottom: 40px;
    width: 100%;
    left: 0;
}

.down-arrow {
    display: inline-block;
    width: 45px;
    height: 30px;
    background: url(../images/down_arrow.png) center center/100% auto no-repeat;
    /* margin-top: 50px;
    margin-bottom: 50px; */
}

.down_arrow {
    display: inline-block;
    width: 45px;
    height: 30px;
    background: url(../images/down_arrow.png) center center/100% auto no-repeat;
    margin-top: 50px;
    margin-bottom: 50px;
}

#home .down_arrow {
    display: inline-block;
    width: 45px;
    height: 30px;
    background: url(../images/down_arrow-home.png) center center/100% auto no-repeat;
    margin-top: 50px;
    margin-bottom: 50px;
}

.main-brand-01 {
    height: 100%;
    background: url(../images/brand01.jpg) center center/100% 100% no-repeat;
}

.main-brand-02 {
    padding: 50px 0;
    background: #d5edf9 url(../images/brand02.jpg) center center/auto 100% no-repeat;
}

.main-brand-03 {
    padding: 50px 0;
    background: url(../images/brand03.jpg) center center/100% 100% no-repeat;
}

.main-brand-04 {
    padding: 50px 0;
    background: url(../images/brand04.jpg) center center/100% 100% no-repeat;
}

.qustion {
    font-size: 21px;
    color: #333;
    padding: 10px 0;
    border-bottom: 2px solid #de3f4f;

}

.qst {
    position: relative;
    top: 18px;
}

.qnumber {
    font-size: 48px;
    color: #1fcfcb;
    font-style: italic;
}

.qa {
    width: 40%;
}

.answer {
    font-size: 18px;
    color: #5e5e5e;
    text-align: left;
    line-height: 30px;
    padding: 25px 0;
}

.big_title {
    font-size: 84px;
    color: #1fcfcb;
    padding: 100px 0;
}

.promotion_imgs a {
    display: none;
}

.promotion_imgs img {
    height: auto;
    width: 100%;

}

.promotion_list {
    background-color: #1fcfcb;
    padding: 30px 0;
    height: 392px;
}

.promotion_list a {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    padding: 10px 30px;
}

.promotion_list a:hover {
    color: #de3f4f;
}

.promotion_active a {
    color: #de3f4f;
}


.point {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 10px;
}

.promotion_list a:hover .point,
.promotion_active .point {
    background: #de3f4f;
}

.sideMenu_child {
    padding-top: 10px;
}

.sideMenu_child li {
    display: inline-block;
    padding: 14px 0 0 10px;
    color: #9c9d9d;
    font-size: 12px;
}

.collapsed {
    font-size: 20px;
    font-weight: 200;
}

.sideMenu_child li a {
    font-size: 12px;
    text-decoration: none;
}

.px12 {
    padding-top: 10px;
}

.px12 li {
    display: inline-block;
    padding: 14px 0 0 10px;
    color: #9c9d9d;
    font-size: 12px;
}

.px12 li a {
    font-size: 12px;
    text-decoration: none;
}

.sideMenu_child_point {
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #9c9d9d;
    margin-right: 8px;
    position: relative;
    top: -4px;
}

.sideMenu li.sideMenu_active>.sideMenu_child_point {
    background-color: #1fcfcb;
}

.sideMenu_child {
    display: none;
}

.product_img img {
    width: 100%;
}

.product_title {
    font-size: 36px;
    color: #4d4d4d;
    padding-bottom: 10px;
}

.product_laiyuan {

    color: #1fcfcb;
    font-size: 13px;
}

.product_detail {
    font-size: 16px;
    color: #808080;
    padding: 20px 0;
    line-height: 30px;
}

.features {
    padding: 15px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    color: #808080;
    font-size: 18px;
    line-height: 32px;
}
.features em{
    color: #1cb0b6;
    font-weight: 700;
    font-style: normal;
    padding-right: 8px;
}

.features img {
    border-radius: 100%;
    width: 60px;
    height: 60px;
}

.feature {
    margin-right: 20px;
}

.purchase {
    padding: 0 39px;
    background-color: #1fcfcb;
    color: #fff;
    border: none;
    font-size: 16px;
    line-height: 44px;
}

.purchase2 {
    padding: 0 39px;
    background-color: #aaa;
    color: #fff;
    border: none;
    font-size: 16px;
    line-height: 44px;
}

.purchase_icon {
    display: inline-block;
    width: 32px;
    height: 21px;
    background: url(../images/chart.png) left center/auto 100% no-repeat;
    position: relative;
    top: 4px;
}

.vmcarousel-normal li {
    position: relative;
}

.vmcarousel-normal {
    padding: 50px 0;
}

.more_info {
    width: 100%;
    position: absolute;
    background-color: #fff;
    top: -29px;
    bottom: -29px;
    box-shadow: 1px 0 10px rgba(0, 177, 181, 0.3);
    z-index: 3;
    border-radius: 5px;
    font-size: 12px;
    color: #666;
    padding: 15px;
    text-align: left;
    display: none;
}

.more_info .purchase {
    padding: 0 15px;
    margin-top: 10px;
}

.vmc-arrow-left:after,
.vmc-arrow-right:after {
    font-size: 30px;
    text-shadow: none;
}

.vmc-arrow-left,
.vmc-arrow-right {
    background-color: #ebebeb;
    opacity: 1;
}

.vmc-arrow-right {
    right: -40px;
}

.vmc-arrow-left {
    left: -40px;
}

.full_star {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/full_star.png) left center/100% auto no-repeat;
    margin-left: 5px;
}

.empty_star {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/empty_star.png) left center/100% auto no-repeat;
    margin-left: 5px;
}

.ddys_title {
    font-size: 48px;
    color: #4d4d4d;
    text-align: left;
    padding: 380px 10px 20px 0;
    font-family: 'SourceHanSansCN-ExtraLight';
    font-weight: lighter;
}

.ddys_title_big {
    font-size: 48px;
    color: #4d4d4d;
    text-align: left;
    padding: 380px 10px 20px 0;
    font-family: 'SourceHanSansCN-ExtraLight';
    font-weight: lighter;
}

.ddys_titlebb {
    font-size: 48px;
    color: #4d4d4d;
    text-align: left;
    padding: 380px 10px 20px 0;
    font-family: 'SourceHanSansCN-ExtraLight';
    font-weight: lighter;
}

.ddys_title_centerbb {
    text-align: center;
    padding: 80px 0 10px 0;
}


.main-ddys01 {
    height: 100%;
    width: 100%;
    background: #fff url(../images/ddys101.jpg) center bottom/100% 100% no-repeat;
}

.main-ddysert {
    height: 100%;
    width: 100%;
    background: #fff url(../images/etys01.jpg) center bottom/100% 100% no-repeat;
}

.main-ddys01-title {
    font-size: 60px;
    color: #4d4d4d;
    padding-top: 150px;
    line-height: 70px;
    font-family: 'SourceHanSansCN-ExtraLight';
    font-weight: 500;
}

.main-ddys01-text {
    color: #4d4d4d;
    font-size: 20px;
    padding: 20px 100px;
    line-height: 37px;
    text-align: left;
}
.main-ddys01-text .btn_buy{
    padding:8px 20px 8px 70px;
    background: #1fcfcb url(../images/gwc.png) 15px center/auto no-repeat;
    color:#fff;
    border-radius: 5px;
    display:inline-block;
}
.main-ddys01-text .btn_buy:hover{
    color:#ccc;
    background-color: #1cb0b6;
}
.main-ddys01-text a:hover{
color: #337ab7;
}

.video_icon {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(../images/video.png) center center/100% auto no-repeat;
}
.main-ys02,.main-ys03,.main-ys04,.main-ys05,.main-ys06{
    border-bottom:1px solid #808080;
}
.main-ddys02 {
    height: 100%;
    width: 100%;
    background: #f5f5f5 url(../images/ddys102.jpg) center bottom/100% 100% no-repeat;
}

.main-ddys03-title {
    font-size: 48px;
    color: #4d4d4d;
    padding-top: 80px;
    line-height: 60px;
    font-family: 'SourceHanSansCN-ExtraLight';
    padding-top: 186px;
}

.main-ddys03 img {
    margin-top: 20px;
}

.text-left {
    text-align: left !important;
    padding-left: 100px;
}

.main-ddys03 {
    height: 100%;
    background: #fff url(../images/ddys103.jpg) center bottom/100% 100% no-repeat;
}

.main-ddys04 {
    height: 100%;
    background: #f5f5f5 url(../images/ddys104.jpg) center bottom/100% 100% no-repeat;
}

.main-ddys05 {
    height: 100%;
    background: #f5f5f5 url(../images/ddys105.jpg) center bottom/100% 100% no-repeat;
}

.main-ddys06 {
    height: 100%;
    background: #fff url(../images/ddys106.jpg) center bottom/100% 100% no-repeat;
}

.main-ddys07 {
    height: 100%;
    background: #fff url(../images/ddys107.jpg) center bottom/100% 100% no-repeat;
}


.main-ddys08 .ddys_title,
.main-ddys08 .ddys_more {
    text-align: center;
    color: #fff;
}

.main-ddys08 .ddys_title {
    padding-top: 50px;
    padding-right: 0;
}

.main-ddys03 .ddys_title {
    padding: 170px 0 20px 0;
}

.ddys_more {
    font-size: 21px;
    color: #808080;
    text-align: left;
    line-height: 38px;
    font-family: 'SourceHanSansCN-ExtraLight';
    font-weight: lighter;
    padding-left: 100px;
}

.ddys_more_center {
    text-align: center;

}

.ddys_more_title {
    font-size: 40px;
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 100px;
    text-align: center;
}

.ddys_more_title_text {
    background-color: #fff;
    top: 50px;
    position: relative;
    color: #4d4d4d;
    padding: 0 50px;
}

.main-ddys04 .ddys_title {
    text-align: center;
    width: 100%;
    padding-top: 100px;
}

.main-ddys04 .ddys_more {
    text-align: center;
    width: 100%;
}

.main-ddys05 .ddys_title {
    padding-top: 150px;
    padding-left: 100px;
}

.main-ddys07 .ddys_title {
    padding-top: 150px;
    color: #fff;
    padding-left: 100px;
}

.main-ddys07 .ddys_more {
    color: #fff;
    padding-left: 100px;
}

.more-ddys-block {
    width: 100%;
    min-height: 170px;
    background-color: #e3e3e3;
    text-align: center;
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
}

.more-ddys-block .triangle {
    position: absolute;
    top: -20px;
    left: 20px;
}

.more-ddys-block:hover {
    background-color: #1fcfcb;
    box-shadow: 3px 2px 10px rgba(0, 177, 181, 0.3);
}

.more-ddys-block img {
    height: 110px;
    width: 100%;

}

.perfect-serials {
    font-size: 28px;
    padding-top: 10px;
    color: #1fcfcb;
    text-align: left;
}

.more-ddys-block:hover .perfect-serials {
    color: #fff;
}

.triangle_border_nw {
    width: 0;
    height: 0;
    border-width: 30px 30px 0 0;
    border-style: solid;
    border-color: #1fcfcb transparent transparent transparent;
    margin: 40px auto;
    position: relative;
}

.more-ddys-block:hover .triangle_border_nw {
    border-color: #fff transparent transparent transparent;
}

.moreddys_list {
    padding: 0 0 50px 0;
    justify-content: space-around;
    display: flex;
}

.other-block {
    padding: 10px;
    overflow: hidden;
    text-align: left;
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
}

.other-block img {
    /*height: 190px;*/
    width: 100%;
    margin: 0 auto;
}

.other-block h2 {
    font-size: 16px;
    color: #4d4d4d;
    padding: 10px 0 5px 0;
    font-weight: bold;
}

.other-block p {
    font-size: 12px;
    color: #4d4d4d;
    padding: 5px 0;
    line-height: 20px;
}

.other-block li {
    font-size: 10px;
    color: #808080;
    line-height: 20px;
}

.others {
    padding: 50px 0;
}

.other-block .sideMenu_child_point {
    background-color: #1fcfcb;
}

.main-pro-shengji {
    background: #fff url(../images/shijin01.jpg) center bottom/auto 100% no-repeat;
    height: 820px;
    position: relative;
}

.btn-success {
    background-color: #1fcfcb;
    border-color: #1fcfcb;
    border-radius: 0;
}

.bg-fixed {
    background-color: rgba(0, 0, 0, 0.78);
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 2;
}

.content-index {
    position: relative;
    z-index: 3;
}

.cpsj {
    font-size: 48px;
    color: #fff;
    padding: 220px 0;
    text-align: center;
    font-weight: 100;
}

.form-control {
    background-color: #ebebeb;
    border-radius: 0;
    height: 39px;
}

.distributors {
    padding: 20px 0;
    margin: 20px 0;
    color: #808080;
    font-size: 16px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    line-height: 30px;
}

.tips {
    width: 400px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -100px;
    z-index: 333;
    border-radius: 20px;
    display: none;
}

.tips-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

.tips-con {
    position: relative;
    z-index: 334;
    color: #fff;
    line-height: 30px;
    padding: 80px;
}

.ProvCityDis {
    border: 1px solid #ccc;
    padding: 5px;
    background-color: #ebebeb;
}

.ProvCityDis input {
    border: none;
    background-color: transparent;
    width: 100%;
}

.city-picker-span {
    background-color: #ebebeb;
    border: none;
}

.wid20 {
    width: 20%;
}

.sj-title span {
    font-size: 40px;
}

.main-yg01 {
    height: 720px;
    background: #eee url(../images/yg01.jpg) center bottom/auto 100% no-repeat;
}

.main-sj01 {
    height: 100%;
    width: 100%;
    background: #eee url(../images/wipes_02.jpg) center bottom/auto 100% no-repeat;
}

.main-sj02 {
    height: 100%;
    width: 100%;
    background: #eee url(../images/wipes_03.jpg) center bottom/100% 100% no-repeat;
}

.main-sj03 {
    height: 100%;
    width: 100%;
    background: #eee url(../images/wipes_04.jpg) center bottom/100% 100% no-repeat;
}

.main-sj03 .ddys_title {
    padding: 50px 0 0 0;
    color: #fff;
    text-align: center;
}

.main-sj04 {
    padding-top: 0;
}

.main-sj04 .ddys_title {
    padding-top: 0;
}

.main-sj02 .main-ddys01-text {
    font-size: 22px;
    line-height: 55px;
}

.main-sj03 .main-ddys01-text {
    color: #fff !important;
    padding-bottom: 0;
    padding-top: 0;
}

.main-sj03 .ddys_title {
    font-size: 38px;
    padding-top: 0;
}

.main-yg02 img {
    height: auto;
    width: 100%;
    display: block;
}

.main-yg03 {
    background-color: #f4f4f4;
}

.main-yg03 img {
    height: auto;
    width: 100%;
}

.wipes .ys p {
    text-align: left;
    color: #000;
    line-height: 30px;
}

.wipes .compare {
    padding: 10px;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    margin-top: 15px;
}

.wipes .compare .honor-img {
    border: 0.5px solid #ebebeb;
    min-height: 178px;
}

.wipes .compare .row {
    background-color: #fff;
    padding: 10px;
}
.wipes .ys{
    margin: 5px 10px;
}
.wipes .honor-img {
    padding: 20px;
    margin-bottom: 0;
}

.wipes .honor-img img {
    width: 100%;
    border: 3px solid #fff;
}

.wipes .compare .honor-img img {
    width: 120px;
}

.wipes .compare .honor-img p {
    text-align: center;
    color: #000;
    font-size: 18px;
}

.main-video-text {
    color: #1fcfcb;
    font-size: 20px;
    font-family: 'Microsoft YaHei';
}

.main-yg02 .ddys_title {
    text-align: center !important;
}

.main-yg03 .ddys_title {
    text-align: center;
}

.main-yg02 {
    background-color: #fff;
}

.main-yg04 img {
    height: auto;
    width: 100%;
}

.main-yg04 .ddys_title {
    text-align: center;
}

.main-ys01 {
    background-color: #fbf9f9;
}

.main-ys02 .container {
    height: 800px;
    background: #fff url(../images/pro1.png) right center/auto 100% no-repeat;
}

.main-ys03 .container {
    height: 800px;
    background: #fff url(../images/pro2.png) right center/auto 100% no-repeat;
}
.main-ys04 .container {
    height: 800px;
    background: #fff url(../images/pro3.png) right center/auto 100% no-repeat;
}
.main-ys05 .container {
    height: 800px;
    background: #fff url(../images/pro4.png) right center/auto 100% no-repeat;
}
.main-ys06 .container {
    height: 800px;
    background: #fff url(../images/pro5.png) right center/auto 100% no-repeat;
}
.main-ys01 img {
    width: 90%;
    padding-left: 6%;
}

.main-ys04 img {
    width: 100%;
}

.main-sj02 .ddys_title {
    padding: 50px 0 0 0;
}

.text-center {
    text-align: center !important;
}

.main-ys01 .main-ddys01-title,
.main-ys02 .main-ddys01-title,
.main-ys03 .main-ddys01-title,
.main-ys04 .main-ddys01-title,
.main-ys05 .main-ddys01-title,
.main-ys06 .main-ddys01-title {
    text-align: left;
    font-family: SourceHanSansCN-Light;
    padding-left:100px;
    font-size: 58px !important;
    line-height: 80px!important;
}

.child-title {
    font-size: 48px !important;
    font-family: 'SourceHanSansCN-Light';
    line-height: 66px;
}

.main-sj02 .ddys_title {
    margin-top: 100px;
}

.jkzd {
    border: 1px solid #ebebeb;
}

.jkzd img {
    display: block;
    width: 100%;

}

.jkzd-title {
    font-size: 18px;
    padding: 35px 30px 0 30px;
    color: #000;

}

.jkzd {
    height: 580px;
    margin-bottom: 20px;
}

.jkzd p {
    font-size: 16px;
    padding: 20px 30px 0 30px;
    color: #b8b8b8;
}

.jkzd-more {
    text-align: right;
    position: absolute;
    bottom: 20px;
    right: 10px;
}

.jkzd-more a {
    font-size: 18px;
    color: #1fcfcb;
    display: inline-block;
    padding: 20px;

}

.main-jkkq {
    position: relative;
    /* top: -50px; */
}

.kqjkzd img {
    width: 100%;
}

.kqjkzd {
    margin-bottom: 20px;
}

.imgWid100 img {
    width: 100%;
    display: block;
    height: 100%;
}

.shiyong-content {
    padding: 40px 50px 0 60px;
}

.sy-title {
    color: #4d4d4d;
    font-size: 32px;
}

.sy-sub-title {
    font-size: 17px;
    color: #b2b2b2;
    padding-top: 12px;
    padding-bottom: 50px;
    border-bottom: 2px solid #ebebeb;
}

.shiyong {
    margin-top: 30px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px #ebebeb;
}

.sy-left {
    width: 33%;
    display: table-cell;
    vertical-align: middle;
}

.sy-right {
    width: 67%;
    display: table-cell;
}

.steps {
    padding: 40px 0;
}

.steps p {
    color: #808080;
    font-size: 16px;
    line-height: 42px;

}

.stepNum {
    font-size: 30px;
    color: #1fcfcb;
    font-family: 'Gotham-Bold';
    padding-right: 25px;
}

.sy-qrcode {
    width: 126px;
    height: 126px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.sy-qrcode img {
    width: 126px;
    height: 126px;
    border: solid 1px #989898;
}

.jkzd0303-content {
    font-size: 16px;
    line-height: 180%;
    color: #444;
}

.jkzd0303-content p {
    font-size: 16px;
    line-height: 180%;
    padding: 5px 0;
    color: #444;
}

.jkzd0303-content img {
    max-width: 100%;
}

.tyg .sy-sub-title {
    border: none;
}

.tyg .shiyong-content p {
    font-size: 18px;
    color: #808080;
    line-height: 36px;
}

.sygz {
    margin-top: 55px;
}

.sygz-title {
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    color: #595757;
    background-color: #f7f8f8;
}

.sygz-text {
    display: inline-block;
    height: 100%;
    border-bottom: 3px solid #ec939c;
    padding-left: 3px;
}

.sqmd {
    font-size: 18px;
    color: #808080;
    padding-right: 25px;
}

.sllc {
    padding: 40px 0;
}

.sllc-img {
    width: 12%;
    padding-right: 10px;
}

.sllc-img img {
    width: 100%;
}

.sllc-sx {
    width: 88%;

}

.sllc-num {
    color: #9fa0a0;
    font-size: 60px;
    font-family: 'Gotham-Bold';
}

.sllc-action {
    color: #1fcfcb;
    font-size: 26px;
}

.mfsy {
    font-size: 16px;
    color: #1fcfcb;
}

.sllc-right {
    position: relative;
    top: 10px;
}

.lc {
    padding-bottom: 53px;
    border-bottom: 2px solid #ebebeb;
}

.lc>div {
    width: 20%;
}

.mfsy {
    padding: 40px 0;
}

.mfsy-text {
    font-size: 50px;
    color: #de3f4f;
    font-weight: bold;
}

.mfsl-text-sub {
    color: #3e3a39;
    font-size: 28px;
}

.mfsl-content {
    font-size: 18px;
    color: #808080;
    line-height: 31px;
}

.sfxz {
    color: #4d4d4d;
    font-size: 32px;
    font-weight: bold;
    padding: 75px 0 58px 0;
    text-align: left;
}

.selectionsf {
    padding-bottom: 100px;
    font-size: 24px;
    color: #4d4d4d;

}

.selectionsf img {
    display: block;
    margin-bottom: 25px;
    width: 100%;
}

.selectionsf>div {
    padding: 0 30px;
    text-align: center;
}

.test-exercise {
    margin-bottom: 100px;
    display: none;
}

.test-exercise:first-child {
    display: block;
}

.exercise-left {
    width: 50%;
    text-align: right;
}

.exercise-right {
    width: 50%;
    text-align: left;

}

.exercise-right h3 {
    font-size: 32px;
    font-weight: lighter;
    color: #4d4d4d;
    padding: 77px 0;
}

.selectBtn {
    display: inline-block;
    padding: 0 30px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #1fcfcb;
    color: #1fcfcb;
    border-radius: 40px;
    font-size: 16px;
    cursor: pointer;
    margin: 0 30px 20px 30px;

}

.nextBtn:hover {
    color: #fff;
    /* background-color: #1fcfcb; */
}

.selectBtn:hover {
    color: #fff;
    background-color: #1fcfcb;
}

.selectBtn-active {
    color: #fff;
    background-color: #1fcfcb;
}

.exercise-center {
    text-align: center;
}

.exercise-center .exercise-left {
    width: 100%;
    text-align: center;
}

.exercise-center .exercise-right {
    width: 100%;
    text-align: center;
}

.wid600 {
    width: 600px;
    margin: 0 auto;
    text-align: center;
}

.range-text {
    color: #4d4d4d;
    font-size: 26px;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    font-weight: lighter;
}

.seka {
    width: 150px;
    height: 58px;
    display: inline-block;
    border: 1px solid #4d4d4d;
    cursor: pointer;
}

.seka1 {
    background-color: #fff;
}

.seka2 {
    background-color: #fffaf0;
}

.seka3 {
    background-color: #fff4e1;
}

.seka4 {
    background-color: #f9e1c0;
}

.seka5 {
    background-color: #f4d4a2;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 30px;
    width: 18px;
    border-radius: 3px;
    background-color: #1fcfcb;
    cursor: pointer;
    margin-top: -7px;
}

input[type=range]::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    height: 30px;
    width: 18px;
    border-radius: 3px;
    background-color: #1fcfcb;
    cursor: pointer;
}

input[type=range]::-ms-thumb {
    -ms-appearance: none;
    appearance: none;
    height: 30px;
    width: 18px;
    border-radius: 3px;
    background-color: #1fcfcb;
    cursor: pointer;
}

input[type=range]::slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 30px;
    width: 18px;
    border-radius: 3px;
    background-color: #1fcfcb;
    cursor: pointer;
    margin-top: -6px;
}

.recommond-title {
    color: #1fcfcb;
    font-size: 20px;

}

.recommond-title>span {
    display: inline-block;
    width: 275px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}

.fa-title {
    font-size: 30px;
    color: #1fcfcb;
    font-weight: bold;
}

.fa-detail {
    color: #4d4d4d;
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    line-height: 24px;
}

.recommond {
    padding: 20px 0;
}

.recommond-list {
    margin: 30px 0;
    display: flex;
    justify-content: space-around;
}

.recommond-list .recommond-img {
    box-shadow: 1px 0 10px rgba(0, 177, 181, 0.8);
    border-radius: 5px;
    position: relative;
    height: 180px;
    width: 180px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.recommond-list .recommond-img img {
    width: 100%;
}

.wxts-wrap {
    margin: 10px auto 80px auto;
    border: 2px solid #1fcfcb;
    border-radius: 10px;
    background-color: #fff;
    padding: 10px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.wxts {
    background-color: #f7f8f8;
    border-radius: 10px;
    padding: 3px 30px;
}

.wxts-title {
    color: #1fcfcb;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
}

.wxts-content {
    color: #4d4d4d;
    font-weight: lighter;
    padding: 5px;
}

.fdj {
    width: 38px;
    height: 38px;
    background: url(../images/fa01.jpg) center center/100% auto no-repeat;
    position: absolute;
    right: -10px;
    bottom: -10px;
}

.recommond-text {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 3;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    visibility: hidden;
    margin: 10px;
    opacity: 0;
    transition: margin .15s, opacity .15s;
}

.recommond-text-cn {
    font-size: 30px;
    font-weight: bold;
    margin-top: 100px;
}

.recommond-img:hover .recommond-text {
    opacity: 1;
    visibility: visible;
    margin: 0;
    cursor: pointer;
}

.section {
    background-color: #fff;
}

.carousel-control {
    opacity: 0.1;
}

.carousel-control:hover,
.carousel-control:focus {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.glyphicon-menu-left,
.glyphicon-menu-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    font-size: 30px;
}

.carousel-inner {
    height: 100%;
}

.carousel-inner a {
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    display: block;
}

.carousel {
    height: 100%;
    width: 100%;
}

.carousel-inner>.item>img {
    height: 100%;
    background-color: #fff;
}

.carousel-inner>.item {
    height: 100%;
}

.carousel-inner>.active {
    height: 100%;
}

.classify1 {
    background: url(../images/index-about01.jpg) left center/100% 100% no-repeat;
}

.classify2 {
    background: url(../images/index-about02.jpg) left center/100% 100% no-repeat;
}

.classify3 {
    background: url(../images/index-about03.jpg) left center/100% 100% no-repeat;
}

.classify4 {
    background: url(../images/index-about04.jpg) left center/100% 100% no-repeat;
}

.classify5 {
    background: url(../images/index-about05.jpg) left center/100% 100% no-repeat;
}

.index-next {
    height: 80%;
    padding: 20px 0;
}

.readBtn {
    color: #1fcfcb;
}

.index-news {
    height: 100%;
    background: url(../images/index-news.jpg) right bottom/100% auto no-repeat;
}

.height100 {
    height: 100%;
}

.padding30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.fp-tableCell-top .tableCell {
    vertical-align: top;
}

.controlArrow {
    display: none;
}

.slides-ss {
    padding-top: 197px;
    box-sizing: border-box;
}

.top-fixed {
    position: absolute;
    top: 0;
    width: 100%;
    /*z-index: 10;
	opacity: 0.8;*/

}

.liucheng-steps {
    width: 20%;
}


@media (max-width: 998px) {


    .viewDetailBtn {
        font-size: 14px;
        padding: 10px;
        width: 100px;
    }

    .main-sj03 .main-ddys01-text {
        padding-top: 0;
    }
}

@font-face {
    font-family: "gilroy-semibold";
    src: url("../fonts/gilroy-semibold.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "gilroy-Light_0";
    src: url("../fonts/gilroy-Light_0.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "dinbek-light";
    src: url("../font/dinbek-light.woff2") format("woff2"),
        url("../fonts/dinbek-light.woff") format("woff"),
        url("../fonts/dinbek-light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham-Bold";
    src: url("../fonts/gotham-bold.woff2") format("woff2"),
        url("../fonts/gotham-bold.woff") format("woff"),
        url("../fonts/gotham-bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "SourceHanSansCN-Bold";
    src: url("../fonts/SourceHanSansCN-Bold.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("../fonts/sourcehansanscn-regular.woff2") format("woff2"),
        url("../fonts/sourcehansanscn-regular.woff") format("woff"),
        url("../fonts/sourcehansanscn-regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SourceHanSansCN-ExtraLight";
    src: url("../fonts/sourcehansanscn-extralight.woff2") format("woff2"),
        url("../fonts/sourcehansanscn-extralight.woff") format("woff"),
        url("../fonts/sourcehansanscn-extralight.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SourceHanSansCN-Light";
    src: url("../fonts/sourcehansanscn-light.woff2") format("woff2"),
        url("../fonts/sourcehansanscn-light.woff") format("woff"),
        url("../fonts/sourcehansanscn-light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SourceHanSansCN-Bold";
    src: url("../fonts/SourceHanSansCN-Bold.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
.nextBtn {
    position: absolute;
    z-index: 10000;
    bottom: 50px;
    left: 50%;
    margin-left: -20px;
    height: 45px;
}

.a-link a {
    color: #000;
    font-size: 16px;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin-bottom: 10px;
}

.a-link a:hover {
    color: #1fcfcb;
}

.jkzn0303-title {
    padding: 30px 0;
    color: #000;
    font-size: 26px;
    font-weight: bold;
    line-height: 120%;
}

.jkzd p>a:hover {
    color: #000;
}

.text-right {
    text-align: right !important;
}

#fullPage-nav span,
.fullPage-slidesNav span {
    border-color: #1fcfcb;
}

#fullPage-nav li .active span {
    background-color: #1fcfcb;
}

.nav-fixed {
    position: fixed;
    width: 100%;
    top: 129px;
    z-index: 10;
    opacity: 0.95;
}

.top1-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #fff;
    z-index: 10;
    opacity: 0.95;
}

.main-top {
    margin-top: 200px;
}

.slides-ss {
    padding-top: 0;
}

.slides-ss .content-title {
    margin-top: 2px;
}

.content-wrap {
    position: absolute;
    top: 197px;
    bottom: 0;
    width: 100%;
}

.footer-image {
    width: 100%;
    height: 100%;
    background: url(../images/about01.jpg) top center/100% 100% no-repeat;
}

.video {
    width: 100%;
    position: relative;
    padding-bottom: 49.25%;
    height: 0;

}

.video .index_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
}

.footer-section .tableCell,
.footer-section .fp-tableCell {
    display: block;
    overflow: auto;
}

.footer-section .fp-scrollable {
    height: 100%;
}

.video .playBtn {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    z-index: 10;
    background: #000 url(../images/play.png) center center/auto 100% no-repeat;
    border-radius: 100%;
}

.changeLan .top {
    background-color: transparent;
}

.footer-qrcode {
    display: none;
    position: absolute;
    top: -50%;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity .15s;
}

.contact-footer-weixin:hover .footer-qrcode {
    display: block;
    opacity: 1;
}

.mobile_gpdm {
    display: none;
}

@media (min-width: 1430px) {
    .container {
        width: 1400px;
    }

    .nav-content>li {
        padding: 20px 52px;
    }

    .main-content {
        width: 1170px;
        margin: 0 auto;
        /*padding-left: 0;*/
    }

    .sideMenu {
        position: fixed;
        right: 90%;
    }

    .bok-sideMenu {
        top: 260px;
    }

    .aboutContent_breif {
        margin-bottom: 0;
        margin-top: 24px;
        line-height: 30px;
        padding: 20px 25px;
        font-size: 16px;
    }

}

@media (min-width: 1830px) {
    .sideMenu {
        position: fixed;
        right: 89%;
    }

    .aboutContent_breif {
        margin-bottom: 0;
        margin-top: 24px;
        line-height: 30px;
        padding: 20px;
    }

    .down-arrow {
        margin: 0
    }

    .main-sj03 .main-ddys01-text {
        padding-top: 0;
    }

    .wipes .compare {
        margin-top: 30px;
    }

    .wipes .compare .honor-img {
        min-height: 197px;
    }

    .wipes .compare .honor-img img {
        width: 140px;
    }
}

@media (max-width: 1280px) {
    .main-ddys01-title {
        padding-top: 40px;
        font-size: 36px;
        line-height: 66px;
    }

    .main-ddys01-text {
        font-size: 16px;

    }

    .individer-green {
        padding: 10px 0;
    }

    .lc>.liucheng-steps {
        width: 40%;
    }

    .brand_story {
        padding: 5px 120px;
    }

    .down-arrow {
        margin-top: 0;
    }

    .paddingTop100 {
        padding-top: 38px;
    }

    .title-en {
        margin-bottom: 10px;
    }

    .title-cn {
        margin-bottom: 10px;
    }


}

@media (max-width: 1440px) {
    .down-arrow {
        margin: 0
    }

    .lc>.liucheng-steps {
        width: 30%;
    }

    .qustion {
        font-size: 21px;
    }

    .answer {
        font-size: 14px;
        color: #5e5e5e;
        text-align: left;
        line-height: 30px;
        padding: 10px 0;
    }

    .qnumber {
        font-size: 28px;
        color: #1fcfcb;
        font-style: italic;
    }

    .qst {
        position: relative;
        top: 18px;
        font-size: 16px;
    }

    .aboutContent_breif {
        font-size: 14px;
        padding: 20px;
        line-height: 20px;
    }

    .nav-content>li.changeLan {
        margin: 10px;
    }

    .nav-content>li {
        padding: 10px 30px;
    }

    .nav-content>li>a {
        font-size: 16px;
    }

    .top {
        padding: 8px 40px;
    }

    .top-left {
        font-size: 16px;
    }

    .content-wrap {
        top: 129px;
    }

    .top-logo {
        width: 229px;
        height: 65px;
    }

    .title-en {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .title-cn {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .index-aboutUs {
        padding: 28px 0 20px 0;
    }

    .about-block {
        padding: 35px;
    }

    .big_num {
        font-size: 86px;
    }

    .viewDetailBtn {
        padding: 8px;
        width: 100px;
        font-size: 14px;
    }

    .prod_cn {
        font-size: 26px;
    }

    .prod_en {
        font-size: 16px;
    }

    .index-news-list {
        height: 210px;
        /* overflow: hidden; */
    }

    .down_arrow {
        margin-top: 60px;
    }

    .sideMenu {
        right: 88%;
    }

    .content-title-en {
        margin-bottom: 8px;
        font-size: 20px;
    }

    .content-title-cn {
        margin: 0;
    }

    .main-content {
        padding-left: 130px;
    }

    .jzg-title li {
        font-size: 18px;
    }

    .aboutBJJ {
        margin-top: 28px;
    }

    .aboutContent {
        padding: 15px;
    }

    .content-title {
        margin-top: 10px;
    }

    .aboutContent_breif {
        margin-bottom: 0;
        margin-top: 24px;
    }

    .main-breif-content {
        font-size: 14px;
    }

    .brand_story {
        font-size: 20px;
        margin-top: 45px;
        line-height: 32px;
    }

    .main-brand-01 .down-arrow {
        margin-bottom: 0;
    }

    .main-brand-01 .perfect_story {
        bottom: 12px;
    }

    .big_title {
        font-size: 40px;
    }

    .main-yg01 {
        background: #f5f5f5 url(../images/yg01.jpg) center bottom/auto 100% no-repeat;
		
    }

    .news .index-news-list {
        height: auto;
    }

    .nav-child {
        top: 38px;
    }

    .brand_story {
        width: 1170px;
        margin: 0 auto;
    }

    .main-ddys01-title {
        font-size: 40px;
        padding-top: 15px;
        line-height: 50px;
    }

    .main-ys01 img {
        width: 80%;
        padding-left: 0;
    }

    .ddys_title {
        font-size: 38px;
        font-weight: 100;
    }

    .main-ddys02 .ddys_title {
        padding: 280px 10px 20px 0;
    }

    .ddys_title_centerbb {
        padding: 50px 0 10px 0;
    }

    .ddys_more {
        font-size: 18px;
        line-height: 30px;
        font-weight: lighter;
    }

    .ddys_more_title {
        font-size: 32px;
        padding: 15px 0;
        margin-bottom: 50px;
    }

    .ddys_more_title_text {
        top: 35px;
    }

    .more-ddys-block img {
        height: 50px;
    }

    .jkzd p {
        font-size: 14px;
        padding: 15px 30px 0 30px;
    }

    .jkzd {
        height: 500px;
        margin-bottom: 20px;
    }

    .investor_name {
        font-size: 40px;
    }

    .investor_content {
        font-size: 14px;
        line-height: 28px;
    }

    .nav-child a {
        font-size: 14px;
        padding: 6px 8px;
    }

    .paddingTop100 {
        padding-top: 20px;
    }

    .main-breif {
        padding: 90px 0;
    }

    .nav-content>li.changeLan>a {
        font-size: 16px;
    }

    .index-news-list {
        margin: 50px 2px;
    }

    .padding30 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .incident-info {
        font-size: 16px;
        padding: 20px 0 20px 0;
    }

    .time-line .incident-time {
        padding: 10px 22px;
    }

    .time-line .incident-time span {
        padding: 24px 6px;
        font-size: 16px;
    }

    .aboutContent-title {
        font-size: 16px;
        line-height: 40px;
        padding-top: 5px;
        padding-bottom: 0px;
    }

    .aboutContent-con {
        font-size: 16px;
        line-height: 20px;
    }

    .child-title {
        font-size: 36px !important;
        font-family: 'SourceHanSansCN-Light';
        line-height: 50px;
        padding-top: 20px;
    }

    .main {
        padding-top: 50px;
    }

    .main-sj03 {
        padding-top: 10px;
    }

    .main-sj01 {
        /* height: auto; */
        background: #eee url(../images/wipes_02.jpg) center bottom/auto 100% no-repeat;
    }

    .ddys_titlebb {
        font-size: 36px;
    }

    .individer-green {
        padding: 10px 0;
    }

    .main-ddys01-text {
        font-size: 16px;
        padding: 20px 100px;
        line-height: 28px;
    }

    .newslist li {
        font-size: 14px;
        line-height: 40px;
        height: auto;
    }

    .newslist span {
        font-size: 12px;
        line-height: 26px;
        height: 26px;
        margin-top: 8px;
    }

    .pdfDownLoad {
        width: 24px;
        height: 26px;
    }

    .promotion_list {
        height: 370px;
    }

    .promotion_list a {
        font-size: 16px;
    }

    .point {
        width: 6px;
        height: 6px;
    }

    .main-ddys03 img {
        width: 75%;
    }

    .sllc-num {
        font-size: 60px;
    }

    .sllc-action {
        font-size: 30px;
    }

    .mfsy {
        font-size: 18px;
    }

    .footer {
        /*width: 1000px;*/
    }

    .footer-title {
        padding-left: 10px;
    }

    .footer-company {
        padding-left: 10px;
    }

    .footer-logo svg {
        width: 200px;
        height: 54px;
    }

    .too-pk {
        width: 1070px;
    }

    .too-yashua {
        width: 1070px;
    }

    .qa {
        width: 40%;
        padding-left: 100px;
    }

    .moreddys_list {
        width: 97%;
        padding-left: 50px;
    }

    .main-sj03 .main-ddys01-text {
        padding-top: 0px;
    }

    .wipes .compare .honor-img img {
        width: 90px;
    }

    .wipes .compare .honor-img {
        min-height: 139px;
        padding: 5px;
    }

}


@media (min-width:1441px) and (max-width: 1700px) {
    .main-sj03 {
        padding-top: 0;
        height: 100%;

    }

    .wipes .honor-img img {
        width: 80%;
    }

    .wipes .honor-img p {
        font-size: 14px;
    }

    .ys .honor-img {
        text-align: left;
    }

    .wipes .compare .honor-img p {
        font-size: 14px;
    }

    .main-sj03 .main-ddys01-text {
        padding-top: 0px;
    }

    .wipes .compare .honor-img img {
        width: 90px;
    }

    .wipes .compare .honor-img {
        min-height: 122px;
        padding: 10px;
    }

    .main-sj03 .main-ddys01-text {
        padding-top: 0;
    }

    .main-sj03 .individer-green {
        padding: 10px 0;
    }
}

@media (min-width:1701px) and (max-width: 1990px) {

    .wipes .compare .honor-img{
        min-height: 120px;
    }
    .wipes .compare .honor-img img{
        width:75px;
    }
    .wipes .honor-img{
        padding:5px;
    }
}

@media (max-width: 768px) {

    .wipes .ys .honor-img img {
        width: 100%;
    }

    .bok-sideMenu {
        display: none;
    }

    #dowebok .sideMenu {
        display: block;
    }

    .mobile_gpdm {
        display: block;
        position: absolute;
        top: 60px;
        right: 23px;
        color: #666;
        font-size: 12px;
    }

    .top {
        padding: 8px;
    }

    .top-fixed {
        position: inherit;
    }

    .content-wrap {
        position: inherit;
        height: 180px;
    }

    .top svg {
        width: 200px;
    }

    .top .text-center {
        text-align: left !important;
    }

    .title-cn {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .title-en {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .big_num {
        font-size: 50px;
        font-weight: normal;
    }

    .about-text {
        margin: 5px 0 10px 0;
    }

    .about-block {
        padding: 10px 20px;
    }

    .product {
        height: 600px;
    }

    .prod_en {
        font-size: 12px;
    }

    .index-title {
        padding: 40px 10px;
    }

    .text-info {
        left: 10px !important;
    }

    .viewDetail {
        left: 10px !important;
    }

    .slides-ss {
        padding-top: 0;
    }

    .viewDetail {
        position: absolute;
        left: 13px;
        bottom: 14px;
    }

    .main-ddys02 .ddys_title {
        margin-top: 0;
    }

    .product>div {
        height: 50%;
    }

    .text-info {
        left: 10px;
        top: 10px;
    }

    .sy-title {
        font-size: 20px;
    }

    .sy-sub-title {
        padding-bottom: 10px;
    }

    .wid20 {
        width: 50%;
        float: left;
    }

    .prod_cn {
        font-size: 18px;
    }

    .sy-left {
        width: 100%;
        display: block;
    }

    .more-ddys-block {
        width: 100%;
        min-height: 100px;
    }

    .moreddys_list {
        padding: 0;
        display: block;
    }

    .ddys_title {
        font-size: 22px;
        padding-top: 0;
        line-height: 38px;
        font-family: 'SourceHanSansCN-ExtraLight';
    }

    .ddys_more_title_text {
        font-size: 22px;
        top: 30px;
    }

    .ddys_title {
        padding-top: 50px;
        padding-right: 30px;
        font-size: 24px !important;
		font-weight:500;
    }

    .ddys_more {
        font-size: 12px !important;
        line-height: 20px;
    }

    .main-ddys03 .ddys_title {
        padding: 0 !important;
        line-height: 20px;
    }

    .main-ddys03 .ddys_more {
        padding-left: 0;
    }

    .main-ddys01-text {
        font-size: 11px;
        color: #b8b8b8 !important;
        line-height: 18px;
    }

    .individer-green {
        padding: 0;
    }

    .ddys_title {
        padding: 0 !important;
    }

    .main-ddys01-title {
        font-size: 22px;
        padding-top: 0;
        line-height: 28px;
        color: #424242 !important;
    }

    .main-ddys03 img {
        width: 50%;
    }

    .qa {
        width: 100%;
    }

    .vmc-arrow-left {
        left: -15px;
    }

    .vmc-arrow-right {
        right: -15px;
    }

    .brand_story {
        font-size: 16px;
        line-height: 26px;
        width: 100%;
        padding: 10px 10px;
    }

    .content-title-en {
        font-size: 20px;
    }

    .perfect_story {
        font-size: 18px;
    }

    .qustion {
        font-size: 14px;
    }

    .qnumber {
        font-size: 30px;
    }

    .answer {
        font-size: 14px;
    }

    .down-arrow {
        width: 30px;
    }

    .big_title {
        font-size: 30px;
        padding: 40px 0;
    }

    .promotion_imgs {
        padding: 10px;
    }

    .top-right {
        display: none;
    }

    .main-breif-content {
        width: 100%;
    }

    .top-logo {
        width: 200px;
        height: 50px;
    }


    .mobile {
        display: block;
    }

    .top-left {
        display: none;
    }

    .footer-logo {
        display: none;
    }

    .contactUs {
        text-align: center;
    }

    .copyright {
        text-align: center;
    }

    .pc {
        display: none;
    }

    .right-menu {
        display: block;
        line-height: 60px;
        padding-right: 20px;
        position: absolute;
        right: 4px;
        top: 10px;
        z-index: 2;
    }

    .content-wrap {
        top: 80px;
    }

    .right-menu .glyphicon-align-justify {
        color: #1fcfcb;
        font-size: 31px;
    }

    .main .sideMenu {
        float: none;
        width: 100%;
        margin-bottom: 57px;
        position: inherit;
        right: auto;
        margin: 0 auto 57px auto;
    }

    .main .sideMenu li {
        float: left;
    }

    .main .main-content {
        padding-left: 0;
    }

    .jzg-title li {
        font-size: 14px;
    }

    .aboutContent {
        padding: 10px 20px;
    }

    .market_contact {
        bottom: 0;
    }

    .paddingTop100 {
        padding-top: 0;
    }

    .main-ddys02,
    .main-ddys01,
    .main-ddys03,
    .main-ddys04,
    .main-ddys05,
    .main-ddys06,
    .main-ddys07,
    .main-ddysert {
        height: 200px;
    }

    .shiyong-content {
        padding: 10px;
    }

    .carousel-inner>.item>img {
        height: auto;
    }

    .carousel {
        height: 100%;
    }

    .index-news-content {
        padding-left: 0;
    }

    .carousel-inner {
        height: 100%;
    }

    .viewDetailBtn {
        font-size: 12px;
        padding: 5px;
        width: 60px;
    }

    .lc>.liucheng-steps {
        width: 20%;
    }

    .first-news img {
        display: none;
    }

    .newslist {
        margin-top: 40px;
    }

    .newslist li {
        font-size: 14px;
        line-height: 40px;
        height: auto;
    }

    .video-page {
        padding: 10px 0;
    }

    .investor_content {
        position: inherit;
    }

    .investor_more {
        display: block;
    }

    .containermap {
        width: 100% !important;
        height: 250px !important;
        top: 0 !important;
        position: inherit !important;
        margin-left: 0 !important;
        padding: 30px 0;
    }


    .containermap>div {
        width: 100% !important;
        height: 100% !important;
    }

    .containermap section {
        width: auto !important;
        height: auto !important;
    }

    .containermap svg {
        width: 100% !important;
        height: 100% !important;
    }

    .main-breif-01 .content-title {
        display: none;
    }

    .index-news-title {
        padding-left: 0;
    }

    .index-news-list li {
        margin: 0;
    }

    .index-news-list a {
        text-align: left;
        width: 200px;
    }

    .nextBtn {
        display: none;
    }

    .copyright {
        padding: 10px;
        margin-top: 30px;
    }

    .copyright .fr {
        text-align: center !important;
    }

    .contact-footer-icon {
        width: 100%;
    }

    .contact-footer-icon img {
        width: 100%;
    }

    .breif .content-wrap {
        height: 950px;
    }

    .main-breif-icon {
        margin: 10px auto;
        min-height: none;
    }

    .main-breif-title {
        margin-top: 50px;
    }

    .footer-title {
        padding-left: 0;
        text-align: center;
    }

    .footer-company {
        padding-left: 0;
        text-align: center;
    }

    .main {
        padding-top: 30px;
    }

    .aboutContent-title {
        font-size: 14px;
        line-height: 20px;
    }

    .aboutContent-con {
        font-size: 12px;
        line-height: 18px;
    }

    .brand .content-wrap {
        height: 500px;
    }

    .perfect_story {
        position: inherit;
    }

    .ddys .content-wrap {
        height: 600px;
    }

    .main-ddys02 .ddys_title {
        padding: 0;
    }

    .main-ddys04 .ddys_title {
        padding-top: 0;
    }

    .main-ddys05 .ddys_title {
        padding-top: 0;
        line-height: 20px;
    }

    .main-ddys07 .ddys_title {
        padding-top: 0;
    }

    .product_title {
        font-size: 20px;
    }

    .product_detail {
        font-size: 12px;
    }

    .feature {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .etys .content-wrap {
        height: 550px;
    }

    .ddys_title img {
        width: 90px;
    }

    .ddys_more img {
        width: 90px;
        padding-top: 0 !important;
    }

    .purchase {
        padding: 0 16px;
        font-size: 12px;
        line-height: 30px;
    }

    .news .index-news-title {
        font-size: 16px;
    }

    .news .index-news-list a {
        font-size: 12px;
    }

    .main-top {
        margin-top: 20px;
    }

    .top1-fixed {
        position: inherit;
    }

    .sub-title-cn {
        font-size: 20px;
    }

    .sub-title-en {
        font-size: 12px;
    }

    .investor_name {
        font-size: 24px;
    }

    .investor_job {
        font-size: 16px;
    }

    .contact_us p {
        font-size: 14px;
    }

    /* .main-ys02,
    .main-ys03 {
        height: 220px;
        padding-top: 0;
    } */

    .ddys_titlebb {
        font-size: 14px;
    }

    .ddys_title_centerbb {
        padding: 5px 0;
    }

    .video .playBtn {
        width: 50px;
        height: 50px;
        margin-top: -25px;
        margin-left: -25px;
    }

    .content-title-cn {
        font-size: 28px;
    }

    .selectBtn {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .exercise-right h3 {
        font-size: 22px;
    }

    .fa-title {
        font-size: 22px;
        text-align: center;
    }

    .recommond-list .recommond-img {
        height: 50px;
    }

    .fa-detail {
        font-size: 14px;
    }

    .lc .sllc-num {
        font-size: 18px;
        float: none;

    }

    .sllc-right {
        float: none;
    }

    .sllc-img {
        width: 10%;
    }

    .mfsy {
        font-size: 14px;
    }

    .sllc-action {
        font-size: 18px;
    }

    .mfsy-text {
        font-size: 30px;
    }

    .mfsl-text-sub {
        font-size: 22px;
    }

    .mfsl-content {
        font-size: 14px;
        line-height: 24px;
    }

    .video-page .carousel-control {
        left: 0;
    }

    .video-page .carousel-control.right {
        right: 0;
    }

    .newslist a {
        width: 250px;
    }

    .perfect-serials {
        font-size: 20px;
    }

    .main-yg01 {
        background: #f5f5f5 url(../images/yg01.jpg) center bottom/200% auto no-repeat;
		height: 500px;
    }

    .main-ddys01 {
        height: 100%;
        background: #fff url(../images/ddys101.jpg) center bottom/100% auto no-repeat;
    }

    .main-ddysert {
        height: 100%;
        background: #fff url(../images/etys01.jpg) center bottom/100% auto no-repeat;
    }

    .cpsj {
        padding: 50px 0;
        font-size: 28px;
    }

    .main-pro-shengji {
        background: #fff url(../images/shijin01.jpg) center bottom/100% auto no-repeat;
        height: 500px;
    }

    .promotion_list {
        height: auto;
    }

    /* .main-ys02 {
        background: #fff url(../images/ys02.jpg) center bottom/100% auto no-repeat;
    }

    .main-ys02 .container {
        padding: 10px 0;
    }

    .main-ys03 .container {
        padding: 10px 0;
    }

    .main-ys03 {
        background: #f7f7f7 url(../images/ys03.jpg) center bottom/100% auto no-repeat;
    } */

    .main-brand-02 {
        height: 863px;
        background: #fff url(../images/brand02.jpg) right bottom/162% auto no-repeat;
    }

    .ishijin {
        top: auto;
    }

    .footer-image {
        height: 170px;
    }

    .main-sj01 {
        height: 100%;
        background: #fff url(../images/wipes_02.jpg) center bottom/auto 100% no-repeat;
    }

    .main-sj02 {
        height: 100%;
        background: #fff url(../images/wipes_03.jpg) center bottom/auto 100% no-repeat;
    }

    .main-sj02 .main-ddys01-text {
        font-size: 12px;
        line-height: 22px;
        color: #4d4d4d !important;
    }

    .sj-title span {
        font-size: 12px;
    }

    .main-sj02 .ddys-title {
        margin-top: 30px;
    }

    .main-sj03 {
        height: 100%;
        background: #fff url(../images/wipes_04.jpg) center bottom/auto 100% no-repeat;
    }

    .wipes .compare .honor-img {
        min-height: 180px;
    }

    .wipes .compare .honor-img p {
        font-size: 12px;
    }

    .wipes .compare .honor-img img {
        width: 80%;
    }

    .main-sj02 .ddys_title {
        margin-top: 30px
    }

    .main-sj03 .main-ddys01-text {
        padding-top: 20px;
    }

    .main-sj04 {
        padding-top: 50px;
    }

    .main-sj04 .ddys_title {
        padding-top: 50px;
    }
    .main-ys02 .container {
        height: 302px;
        background: #fff url(../images/pro1.png) right center/auto 40% no-repeat;
    }
    .main-ys03 .container {
        height: 302px;
        background: #fff url(../images/pro2.png) right center/auto 40% no-repeat;
    }
    .main-ys04 .container {
        height: 302px;
        background: #fff url(../images/pro3.png) right center/auto 40% no-repeat;
    }
    .main-ys05 .container {
        height: 302px;
        background: #fff url(../images/pro4.png) right center/auto 40% no-repeat;
    }
    .main-ys06 .container {
        height: 302px;
        background: #fff url(../images/pro5.png) right center/auto 40% no-repeat;
    }
    .main-ys01 .main-ddys01-title, .main-ys02 .main-ddys01-title, .main-ys03 .main-ddys01-title, .main-ys04 .main-ddys01-title, .main-ys05 .main-ddys01-title, .main-ys06 .main-ddys01-title{
        font-size: 34px !important;
        line-height: 49px!important;
    }
    .main-brand-info{
        width:100%;
    }
    .module-vision{
        margin-top:0;
    }
    .main-about-content{
        padding-left:0;
    }
}

.fp-scrollable {
    height: 100%;
}
.green_star{
	color:#1fcfcb;
}

.sideMenus{color:#aaa;}
.sideMenus h3{height:48px;line-height:48px;font-size:14px;color:#666;padding-left:10px;background:#f4f4f4;cursor:pointer;margin-bottom:2px;font-weight:normal;overflow:hidden;}
.sideMenus h3 em{float:right;display:block;width:40px;height:32px;background:url(../images/icoadd.png) 10px 12px no-repeat;cursor:pointer;}
.sideMenus h3.on em{background-position:11px -19px;}
.sideMenus h3.on{color:#1fcfcb;}
.sideMenus ul{padding:8px 8px; color:#999; display:none;}
.sideMenus ul li{font-size:14px;color:#888;line-height:35px;}
.sideMenus ul li p{padding:0px 25px;}
.sideMenus ul li.litext{padding:0 50px;}
.sideMenus span.ask{font-weight:700;color:#1fcfcb;}
.sideMenus span.qus{font-weight:700;color:#f00;}
.content-title-cn .tiwen{float:right;font-size:16px;margin:10px 0;position:fixed;right:100px;}
.content-title-cn .tiwen a{color:#1fcfcb;}
