@charset "UTF-8";
/* @font-face {
    font-family: "Noto Sans CJK sc";
    src: url('../fonts/NotoSansCJKsc-Regular.otf');
}

@font-face {
    font-family: "Noto Sans CJK sc l";
    src: url('../fonts/NotoSansCJKsc-Light.otf');
} */


/**
 * 
 * @authors Whelam (whelamc@gmail.com)
 * @date    2017-02-24 11:06:11
 * @version $Id$
 */

html,
body,
* {
    font-family: "Microsoft YaHei", "微软雅黑";
}


/*PUBLIC*/

body {
    background-color: #fff;
    color: #000;
    width: 100%;
}

.thcolor {
    background-color: #3daf2c;
}

.txcolor {
    color: #3daf2c;
}

.hidden {
    display: none;
}

section {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}


/*header*/

header .appDisplay{
    display: none!important;
}
header .pcDisplay{
    display: block!important;
}


@media (max-width: 1260px) {
/*手机端头部*/
    header a.logo {
        height: 80px!important;
    }
    header a.logo img {
        height: 100%!important;
        width: auto!important;
    }
    header .navbar-toggle .icon-bar {
        width: 35px!important;
    }
    header .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 5px!important;
    }
    header .navbar-toggle {
        margin-top: 30px!important;
    }

    #news-report .news-list > li > a > div .first {
        margin-top: 0px!important;
    }
    .progress_bar {
        display: none!important;
    }
}



header a.logo {
    display: block;
    max-width: 200px;
    height: auto;
    padding: 16px 0;
    margin: 0 !important;
}

header a.logo img {
    width: 100%;
    height: auto;
}

.container > .navbar-header {
    margin: 0;
}

header .navbar-default {
    background-color: #fff;
    border: 0;
    margin-bottom: 0;
}

header .navbar-nav {
    font-size: 14px;
}

header .navbar-default .navbar-nav > li > a {
    color: #000;
}

header .navbar-default .navbar-nav > li > a > span {
    margin-left: 5px;
    display: none;
}

header .navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #3daf2c;
    cursor:pointer
}

header .navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #3daf2c;
    cursor: pointer;
}

header .navbar-default .navbar-nav > li > a:focus > span,
.navbar-default .navbar-nav > li > a:hover > span {
    display: inline-block;
    cursor: pointer;
}

header .navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #3daf2c;
    cursor: pointer;
}

header .navbar-default .navbar-nav > .open > a > span {
    display: inline-block;
}

header .dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #3daf2c;
}

header .navbar-toggle {
    display: inherit;
    margin: 0;
    margin-top: 40px;
    padding: 0;
    border: 0;
}

header .navbar-default .navbar-toggle .icon-bar {
    background-color: #3daf2c;
}

header .navbar-toggle .icon-bar {
    display: block;
    width: 50px;
    height: 3px;
    border-radius: 1px;
}

header .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 10px;
}

header .navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #fff;
}

header .drop-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 103px;
    z-index: 1000;
    float: left;
    width: 326px;
    min-width: 326px;
    height: 232px;
    padding: 18px;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.drop-content img {
    max-width: 100%;
    width: 290px;
    max-height: 138px;
}

.drop-content p {
    margin: 0;
    font-size: 12px;
    padding-top: 12px;
    max-height: 65px;
    color: #808080;
    font-family: 'SimSun';
    overflow: hidden;
}


/*cover*/
#cover-nav {
    margin-bottom: 27px;
}
.slide_fade{
    position:relative;
    margin:20px auto;
    width:100%;
    /* width: 100vw; */
    background:#bbb;
    overflow: hidden;
}
.slide_fade .box{
    overflow:hidden;
    width:100%;
    height: calc(100vh / 1.3);
    background:#000;
    z-index:4;
}
.slide_fade .list{
    list-style: none;
    padding: 0;
    overflow:hidden;
    width: 100%;
}
.slide_fade .list li{
    position:relative;
    width: 100%;
}
.slide_fade .list img{
    _vertical-align:top;
    width: 100%;
}
.slide_fade .txt{
    position:absolute;
    width: 400px;
    top:21vh;
    left:17vw;
    z-index: 999;
    padding-left: 7px;
    padding-right:5px;
    background: rgba(0, 0, 0, 0.5);
}
.slide_fade .txt h3{
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}
.slide_fade .txt p{
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    margin-top: 20px;
    line-height: 10px;
}
/* 进度条 */
.progress_bar {
    display: inline-block;
    width: 150px;
    height: 6px;
    border: 2px solid #3daf2c;
    position: relative;
    top:2vw;
    left:0;
    overflow: hidden;
}
.progress_bar .bar {
    width: 0;
    display: inline-block;
    height: 3px;
    background-color: #3daf2c;
    position: absolute;
    top: 0;
}
/* .slide_fade .btn{
    position: absolute;
    bottom: 29%;
    right: 13.2%;
    width: 19.3%;
    z-index: 5;
    overflow: hidden;
}
.slide_fade .btn li{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 90px;
    padding: 1.2vw 0;
    padding-left: 34%;
    color:#333;
    text-align: left;
}
.slide_fade .btn li:nth-child(1){
    background-color: rgba(250, 191, 27, 0.5);
}
.slide_fade .btn li:nth-child(2){
    background-color: rgba(4, 136, 235, 0.6);
}
.slide_fade .btn li:nth-child(3){
    background-color: rgba(35, 172, 56, 0.5);
}
.slide_fade .btn li:nth-child(4){
    background-color: rgba(255, 48, 55, 0.5);
}
.slide_fade .btn li img {
    position: absolute;
    left: 15%;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 48px; 
    height: 48px;
}
.slide_fade .btn li .title {
    font-size: 20px;
    color: #fff;
    margin: 0;
}
.slide_fade .btn li .title_en {
    font-size: 14px;
    color: #fff;
} */


#cover-nav .container-fluid {
    padding: 0;
}

#cover-nav .cover {
    position: relative;
    max-width: 1724px;
    margin: 0 auto;
}

#cover-nav .htitle {
    /* left: 0;
    right: 0;
    top: 0;
    position: absolute;
    padding: 0 10px;
    margin: 0 auto;
    width: 1262px; */
    display: none;
}

#cover-nav .htitle.active {
    display: block;
}

#cover-nav .htitle p {
    /* max-width: 400px; */
    color: #fff;
    /* padding: 10px; */
}

#cover-nav .htitle p.name {
    /* font-family: "Noto Sans CJK sc"; */
    font-size: 45px;
    line-height: 1;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
    padding-bottom: 10px;
    /*width: 300px*/
}

#cover-nav .htitle p.ename {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-weight: 300;
    background: rgba(0, 0, 0, 0.5);
    /*width: 300px*/
}

#cover-nav .htitle p.desc {
    font-size: 16px;
    line-height: 1.5;
    background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1260px) {
    #cover-nav .htitle p.name {
        font-size: 28px!important;
    }
    #cover-nav .htitle p.ename {
        font-size: 18px!important;
    }
    #cover-nav .htitle p.desc {
        display: none
    }

}

/* 最新动态 */
.slide_fade .container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}
.slide_fade img{
    opacity: 1;
}

.slide_fade .container > .row > div {
    padding-left: 10px;
    padding-right: 10px;
}


.slide_fade .container > .row > div.first {
    float: right;
    padding-left: 0;
}

.slide_fade .container > .row > div.first ul {
    width: 100%;
    list-style-type: none;
    margin-bottom: 0;
    padding: 0;
}


.slide_fade .container > .row > div.first ul li {
    width: 100%;
    height: auto;
    padding-left: 15%;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: left;
}

 .slide_fade .container > .row > div.first ul li i {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 54px;
}


.slide_fade .container > .row > div.first ul li > * {
    display: inline-block;
    vertical-align: middle;
    max-width: 70%;
}


.slide_fade .container > .row > div.first ul li div > p:first-child {
    font-size: 20px;
}


.slide_fade .container > .row > div.first ul li p {
    margin-bottom: 0;
    color: #fff;
}

.slide_fade .uate {
    background-color: rgba(250, 191, 27, 0.5);
}

.slide_fade .uate i {
    background-image: url('../images/306.png');
    width: 48px;
    height: 48px;
}

.slide_fade .uaty {
    background-color: rgba(4, 136, 235, 1);
}

.slide_fade .uaty i {
    background-image: url('../images/311.png');
    width: 54px;
    height: 54px;
}

.slide_fade .uatt {
    background-color: rgba(35, 172, 56, 0.5);
}

.slide_fade .uatt i {
    background-image: url('../images/315.png');
    width: 46px;
    height: 50px;
}

.slide_fade .uapw {
    background-color: rgba(255, 48, 55, 0.5);
}

.slide_fade .uapw i {
    background-image: url('../images/319.png');
    width: 34px;
    height: 43px;
}

.slide_fade .btimg {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slide_fade .btimg a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.slide_fade .btimg img {
    width: 100%;
}

.slide_fade .btimg:hover div {
    display: block;
}

.slide_fade .btimg div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 30px;
    color: #fff;
    font-size: 16px;
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
}

.slide_fade .btimg div p {
    max-width: 120px;
}

.slide_fade .btimg div p:first-child {
    border-bottom: 1px solid #fff;
    margin-bottom: 0;
    padding-bottom: 5px;
}

.slide_fade .container > .row > div.second {
    height: 227px;
    padding-right: 0;
    position: absolute;
    bottom: 0;
}

.slide_fade .container > .row > div.second .stitle {
    background-color: #23ac38;
    font-size: 18px;
    color: #fff;
    width: 60px;
    height: 100%;
    float: left;
    text-align: center;
    padding: 0 18px;
    vertical-align: middle;
    writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    *writing-mode: tb-rl;
}

.slide_fade .container > .row > div.second .snews {
    background-color: #fff;
    height: 100%;
    width: 876px;
    float: left;
    padding: 25px 40px;
    padding-bottom: 0;
}

.slide_fade .container > .row > div.second .snews ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.slide_fade .container > .row > div.second .snews ul li {
    margin-bottom: 12px;
    overflow: hidden;
    float: left;
    width: 50%;
}

.slide_fade .container > .row > div.second .snews ul li > a {
    color: inherit;
}

.slide_fade .container > .row > div.second .snews ul li > a > div.sn-image {
    padding: 0 3px;
}

.slide_fade .container > .row > div.second .snews ul li > a > div.sn-content {
    padding: 0 10px;
    padding-right: 12px;
}

.slide_fade .container > .row > div.second .snews ul li > a > div img {
    width: 100%;
}

.slide_fade .container > .row > div.second .snews .sn-title {
    font-size: 12px;
    color: #626262;
    font-family: 'SimSun';
    height: 50px;
}

.slide_fade .container > .row > div.second .snews .sn-time {
    font-size: 12px;
    color: #bebebe;
    margin-bottom: 0;
}

.slide_fade .container > .row > div.second .snews .sn-line {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 39px;
    height: 2px;
    float: right;
}

.slide_fade .container > .row > div.second .snews .line1 {
    background-image: url('../images/231.png')
}

.slide_fade .container > .row > div.second .snews .line2 {
    background-image: url('../images/234.png')
}

.slide_fade .container > .row > div.second .snews .line3 {
    background-image: url('../images/242.png')
}

.slide_fade .container > .row > div.second .snews .line4 {
    background-image: url('../images/243.png')
}


/*aobut*/

#about {
    margin-bottom: 36px;
}

#about > .container > .row > div {
    padding: 0 10px;
}

#about .title {
    overflow: hidden;
    float: left;
    margin-bottom: 20px;
    position: relative;
}

#about .title > * {
    /* font-family: "Noto Sans CJK sc"; */
}

#about .title h3 {
    font-size: 23px;
    font-weight: bold;
    color: #010101;
    margin-top: 0;
    margin-bottom: 0;
}

#about .title p {
    /* font-family: "Noto Sans CJK sc l"; */
    font-size: 23px;
    color: #888888;
    margin: 5px 0;
    font-weight: 100;
    line-height: 1;
    border-bottom: 1px solid #888;
    padding-bottom: 10px;
    margin-bottom: 0;
}

#about .title hr {
    margin: 0;
    width: 75px;
    position: absolute;
    bottom: 0px;
    z-index: 100;
    border-top: 3px solid #52a231;
}

#about .container > .row > .bs-top > div.brandstory {
    border: 1px solid #d8d8d8;
    padding-top: 20px;
    padding-bottom: 24px;
}

#about .container > .row > .bs-top > div.brandstory .title {
    overflow: hidden;
    float: left;
    margin-bottom: 20px;
    position: relative;
}

#about .container > .row > .bs-top > div.brandstory .title > * {
    /* font-family: "Noto Sans CJK sc"; */
}

#about .container > .row > .bs-top > div.brandstory .title h3 {
    font-size: 18px;
    font-weight: bold;
    color: #010101;
    margin-top: 0;
    margin-bottom: 0;
}

#about .container > .row > .bs-top > div.brandstory .title p {
    /* font-family: "Noto Sans CJK sc l"; */
    font-size: 18px;
    color: #888888;
    margin: 5px 0;
    font-weight: 100;
    line-height: 1;
    margin-bottom: 0;
}

#about .container > .row > .bs-top > div.brandstory .title hr {
    margin: 0;
    width: 75px;
    border-top: 3px solid #fac01a;
    position: absolute;
    bottom: 0px;
    z-index: 100;
}

#about .acontent {
    float: left;
    margin-bottom: 22px;
}

#about .acontent a {
    font-size: 14px;
    color: #605f5f;
    text-decoration: none;
}

#about .acontent p {
    margin-bottom: 36px;
    color: #626262;
    height: 140px;
    overflow: hidden;
}

#about .title + .acontent p {
    margin-bottom: 10px;
    height: auto;
    text-indent: 2em;
}

#about > .container > .row > div.bs-top {
    float: right;
    padding-left: 0;
}

#about .brandstory {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

#about .brandstory .bcontent {
    float: left;
}

#about .brandstory .bcontent p:first-child {
    font-size: 14px;
    font-weight: bold;
    color: #626262;
}

#about .brandstory .bcontent p:last-child {
    font-size: 14px;
    color: #575859;
    padding: 10px 10px;
    margin-bottom: 26px;
}

#about .brandstory a {
    font-size: 12px;
    color: #010101;
    float: left;
    text-decoration: none;
    margin-bottom: 10px;
    position: absolute;
    bottom: 0;
    display: inline-block;
    left: 20px;
}

#about .storylist .listbtn {
    width: 100%;
    float: left;
    height: 56px;
    text-align: center;
    border: 1px solid #d8d8d8;
    line-height: 56px;
    margin-bottom: 14px;
}

#about .storylist .listbtn span {
    font-size: 16px;
    color: #777777;
    vertical-align: middle;
}

#about .storylist .bsimple {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: -2px;
}

#about .storylist .logo1 {
    background-image: url('../images/15.png');
    width: 23px;
    height: 23px;
}

#about .storylist .logo2 {
    background-image: url('../images/21.png');
    width: 24px;
    height: 20px;
}

#about .storylist .logo3 {
    background-image: url('../images/18.png');
    width: 18px;
    height: 22px;
}

#about .storylist .logo4 {
    background-image: url('../images/24.png');
    width: 18px;
    height: 22px;
}


/*development*/

#development {
    margin-bottom: 24px;
}

#development > .container > .row > div:first-child {
    padding: 0 10px;
}

#development .title {
    background-color: #f6b022;
    padding: 37px 23px;
    line-height: 1;
    position: relative;
    overflow: hidden;
}

#development .title a {
    position: absolute;
    right: 23px;
    color: #fff;
    font-size: 23px;
    top: 50px;
    bottom: 0;
    text-decoration: none;
}

#development .title p {
    font-size: 23px;
    margin: 0;
    color: #fff;
}

#development .title p:first-child {
    font-weight: bold;
}

#development .timeline {
    display: none;
    overflow: hidden;
    padding: 0;
    height: 100%;
    font-size:0;
}

#development .timeline .diver {
    background-image: url('../images/35.png');
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 1px;
    line-height: 1;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 55px;
    bottom: 0;
}

#development .timeline .linepoint {
    background-image: url('../images/31.png');
    width: 5px;
    background-position: center;
    background-size: cover;
    height: 5px;
    line-height: 1;
    margin: 0 auto;
    margin-bottom: 10px;
}

#development .timeline .text {
    text-align: center;
    padding: 0 20px;
    width: 10%
}

#development .timeline .text p {
    margin-bottom: 8px;
    font-size: 12px;
    color: #8e8e8e;
}

#development .timeline .text p:first-child {
    /*  display: -webkit-box;
  display: -ms-box;
  display: -moz-box;
  display: -ms-flexbox;
-webkit-box-orient: vertical;
-ms-box-orient: vertical;
-moz-box-orient: vertical;
flexbox-orient: vertical; */
    margin-top: 12px;
    font-family: 'SimSun';
    height: 33px;
    overflow: hidden;
    /*  text-overflow: ellipsis;
-webkit-line-clamp: 2; */
}

#development .timeline .text p:last-child {
    font-size: 20px;
}

#development .timeline .future p {
    color: #fabf1b;
}


/*enterbase*/

#enter-base {
    background-image: url('../images/203.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    margin-bottom: 60px;
}

#enter-base > .container img {
    width: 100%;
}

#enter-base > .container > .bigpic {
    width: 614px;
    height: 358px;
    margin-right: 10px;
    margin-bottom: 186px;
    float: left;
    margin-top: 182px;
}

#enter-base > .container .smallpic {
    width: 302px;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 172px;
    overflow: hidden;
    position: absolute;
}

#enter-base > .container .smallpic:first-child {
    left: 634px;
    top: 0;
}

#enter-base > .container .smallpic:nth-child(2) {
    left: 634px;
    top: 182px;
}

#enter-base > .container .smallpic:nth-child(3) {
    top: 546px;
    left: 634px;
}

#enter-base > .container .smallpic:nth-child(4) {
    left: 634px;
    top: 364px;
}

#enter-base > .container .smallpic:nth-child(5) {
    top: 0;
    left: 322px;
}

#enter-base > .container .smallpic:nth-child(6) {
    left: 322px;
    top: 364px;
}

#enter-base > .container .smallpic:nth-child(7) {
    margin-left: 0;
    top: 550px;
}

#enter-base > .container .smallpic:nth-child(8) {
    top: 0;
    margin-left: 0;
}

#enter-base > .container .smallpic:nth-child(9) {
    position: absolute;
    top: 0;
    left: 322px;
}

#enter-base > .container .rightpd .rightlogo {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 34px;
    margin-bottom: 70px;
}

#enter-base > .container .rightgroup {
    background-color: #3daf2c;
    height: 722px;
    top: 0;
    right: 0;
    float: right;
    margin-right: 4px;
    width: 302px;
    overflow: hidden;
    padding-top: 48px;
    padding-left: 68px;
}

#enter-base > .container .rightgroup .title {
    border-bottom: 1px solid #fff;
    overflow: hidden;
    text-align: left;
    margin-bottom: 50px;
    float: left;
}

#enter-base > .container .rightgroup .title > * {
    /* font-family: "Noto Sans CJK sc"; */
}

#enter-base > .container .rightgroup .title h3 {
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width: 1260px) {
    #enter-base > .container .rightgroup .title p {
        font-size: 16px!important
    }
    #enter-base > .container .rightgroup .title h3 {
        font-size: 16px!important;
    }
}

#enter-base > .container .rightgroup .title p {
    /* font-family: "Noto Sans CJK sc l"; */
    font-size: 23px;
    color: #fff;
    margin: 5px 0;
    font-weight: 100;
    line-height: 1;
}

#enter-base > .container .rightgroup .title hr {
    margin: 0;
    float: left;
    width: 105px;
}

#enter-base > .container .rightdn {
    display: none;
}

.eb-tips {
    display: table-cell;
    vertical-align: middle;
    /* font-family: "Noto Sans CJK sc l"; */
    text-align: center;
}

.eb-tips h3 {
    font-size: 18px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    width: 10vw;
    margin: 0 auto;
}

.eb-tips p {
    font-size: 18px;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 0;
}


/*newsreport*/

#news-report {
    margin-bottom: 60px;
    margin-top: 20px;
}

#news-report .title {
    overflow: hidden;
    float: left;
    margin-bottom: 50px;
    position: relative;
}

#news-report .title > * {
    /* font-family: "Noto Sans CJK sc"; */
}

#news-report .title h3 {
    font-size: 23px;
    font-weight: bold;
    color: #010101;
    margin-top: 0;
    margin-bottom: 0;
}

#news-report .title p {
    /* font-family: "Noto Sans CJK sc l"; */
    font-size: 23px;
    color: #888888;
    margin: 5px 0;
    font-weight: 100;
    line-height: 1;
    border-bottom: 1px solid #888;
    padding-bottom: 10px;
    margin-bottom: 0;
}

#news-report .title hr {
    margin: 0;
    width: 90px;
    position: absolute;
    bottom: 0;
    border-top: 3px solid #0489eb;
    z-index: 100;
}

#news-report .news-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#news-report .news-list > li {
    margin-bottom: 26px;
    overflow: hidden;
}

#news-report .news-list > li > a {
    color: inherit;
    text-decoration: none;
}

#news-report .news-list > li > a > div {
    padding: 0;
}

#news-report .news-list > li > a > div:last-child {
    padding-left: 25px;
}

#news-report .news-list > li > a > div .first {
    font-size: 14px;
    color: #626262;
    margin-top: 13px;
}

#news-report .news-list > li > a > div .second {
    font-size: 12px;
    font-family: 'SimSun';
    color: #626262;
}

#news-report .news-list > li > a > div .third {
    font-size: 12px;
    color: #626262;
}

#news-report .news-list img {
    width: 100%;
}

#news-report .ig-this {
    width: 100%;
}

#news-report .ig-title {
    font-size: 16px;
    color: #0488eb;
    margin: 12px 0;
}

#news-report .ig-name {
    font-size: 16px;
    font-weight: bold;
    color: #626262;
    margin-bottom: 9px 0;
}

#news-report .ig-more {
    font-size: 12px;
    color: #626262;
    font-family: 'SimSun';
}


/*country*/

#beauty-cs .title {
    overflow: hidden;
    float: right;
    text-align: right;
    margin-bottom: 50px;
    position: relative;
}

#beauty-cs .title > * {
    /* font-family: "Noto Sans CJK sc"; */
}

#beauty-cs .title h3 {
    font-size: 23px;
    font-weight: bold;
    color: #010101;
    margin-top: 0;
    margin-bottom: 0;
}

#beauty-cs .title p {
    /* font-family: "Noto Sans CJK sc l"; */
    font-size: 23px;
    color: #888888;
    margin: 5px 0;
    font-weight: 100;
    line-height: 1;
    border-bottom: 1px solid #888;
    padding-bottom: 10px;
    margin-bottom: 0;
}

#beauty-cs .title hr {
    margin: 0;
    float: right;
    width: 175px;
    position: absolute;
    bottom: 0;
    border-top: 3px solid #ec621d;
    z-index: 100;
}

#beauty-cs .row img {
    width: 100%;
}

#beauty-cs .row > div {
    padding: 0 5px;
    margin-bottom: 15px;
}

.sliphover-overlay .tips h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

.sliphover-overlay .tips p {
    font-size: 18px;
}

.sliphover-overlay .tips a {
    border: 1px solid #fff;
    padding: 5px;
    width: 55px;
    height: 29px;
    font-size: 14px;
    color: inherit;
    text-decoration: none;
    position: absolute;
    margin-bottom: 25px;
    bottom: 0;
}


/*footer*/

footer {
    margin-top: 50px;
    margin-bottom: 25px;
}

footer ul.link-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer ul.link-list li {
    margin: 0;
    padding: 2px 0 2px 0;
    list-style: none;
}

footer .leftwidget {
    position: relative;
}

footer .leftwidget > div {
    padding: 0 10px;
}

footer .leftwidget p {
    font-size: 16px;
    color: #000;
    margin-bottom: 12px;
}

footer .leftwidget ul {
    font-size: 14px;
    color: #000;
    font-weight: 300;
}

footer .leftwidget ul li {
    margin-bottom: 5px;
    padding: 0;
}

footer .leftwidget ul li a {
    color: inherit;
    text-decoration: none;
}

footer .rightwidget .codename {
    position: relative;
    padding: 0;
    margin: 0;
}

footer .rightwidget > div {
    border-left: 1px solid #eee;
    padding-left: 34px;
}

footer .rightwidget .code {
    background-color: #e2e2e2;
    padding: 10px;
    text-align: center;
    width: 115px;
    display: inline-block;
    margin-right: 12px;
}

footer .rightwidget .code img {
    width: 100%;
    margin-bottom: 12px;
}

footer .rightwidget .code p {
    width: 100%;
    font-size: 12px;
    color: #000;
    margin-bottom: 0;
}

footer .rightwidget .contact {
    display: inline-block;
    vertical-align: top;
}

footer .rightwidget .contact .tips {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
}

footer .rightwidget .contact .phone {
    color: #eb611a;
    font-weight: bold;
    margin-bottom: 50px;
    line-height: 1;
}

footer .rightwidget .contact .share {
    font-size: 12px;
    color: #000;
}

footer .rightwidget .contact .share span {
    line-height: 46px;
}

footer .rightwidget .contact .share a {
    background-position: center;
    background-repeat: no-repeat;
}

footer .rightwidget .contact .share a.bds_tsina ,
footer .rightwidget .contact .share a.bds_weixin{
    -webkit-background-size: 22px 20px;
    -moz-background-size: 22px 20px;
    -o-background-size: 22px 20px;
    background-size: 22px 20px;
}

footer .rightwidget .contact .share a.bds_sqq {
        -webkit-background-size: 18px 20px;
    -moz-background-size: 18px 20px;
    -o-background-size: 18px 20px;
    background-size: 18px 20px;
}

footer .rightwidget .baidumap {
    margin-top: 17px;
    position: relative;
}

footer .rightwidget .baidumap .leftname {
    width: 86px;
    padding: 14px 8px;
    height: 70px;
    background-color: #bcbcbc;
}

footer .rightwidget .baidumap .leftname img {
    width: 23px;
    height: auto;
    margin-right: 5px;
}

footer .rightwidget .baidumap .leftname span {
    width: 53px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
}

footer .rightwidget .baidumap #allmap {
    width: 274px;
    height: 70px;
}


/*copyright*/

.copyright {
    width: 100%;
    color: #fff;
    padding: 15px 0;
}

.copyright a {
    color: inherit;
    text-decoration: none;
}

.copyright .name {
    font-size: 12px;
    float: left;
}

.copyright .menu {
    float: right;
}

.copyright .menu ul {
    font-size: 0;
    margin: 0;
    margin-left: 10px;
}

.copyright .menu li {
    list-style-type: none;
    display: inline-block;
    font-size: 12px;
    margin-right: 7px;
}

.copyright .menu li:last-child {
    margin-right: 0;
}


/*sidebar*/

#asidebar {
    position: absolute;
    right: 85%;
    top: 0;
    margin-top: 16px;
    width: 126px;
    text-align: center;
    font-size: 14px;
    z-index: 1000;
}

@media (max-width: 1780px) {
    #asidebar {
        display: none;
    }
}

#asidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #000;
}

#asidebar ul li {
    border: 1px solid #e8e8e8;
    border-top: 0;
    padding: 10px 0;
    background: #fff;
}

#asidebar ul li.active,
#asidebar ul li:hover {
    background-color: #3daf2c;
    color: #fff;
    border: 0;
    padding: 10.5px 0;
}

#asidebar ul li a {
    color: inherit;
    text-decoration: none;
}

#asidebar .top {
    background-color: #3daf2c;
    color: #fff;
    font-size: 14px;
    padding: 7px 0;
}

#asidebar i {
    background-image: url('../images/11.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 23px;
    display: inline-block;
    line-height: 23px;
}

#asidebar span {
    vertical-align: top;
    line-height: 30px;
    font-size: 14px;
    padding-left: 5px;
}


/*MEDIA*/

.container {
    width: 100%;
    padding: 0 5%;
    position: relative;
}

@media (min-width: 320px) and (max-width: 1260px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }
    #cover-nav {
        margin-top: 80px;
        margin-bottom: 27px;
    }
    #asidebar {
        display: none;
    }
    .slide_fade .container-fluid {
        padding: 0;
    }
    .slide_fade .htitle {
        width: 100%;
        padding: 0 5%;
    }
    .slide_fade{
        position:relative;
        margin:20px auto;
        width:100%;
        background:#bbb;
    }
    .slide_fade .box{
        overflow:hidden;
        width:100%;
        height: 43vw;
        background:#000;
        z-index:4;
    }
    .slide_fade .list{
        list-style: none;
    }
    .slide_fade .list li{
        overflow: hidden;
    }
    .slide_fade .list img{
        width: 100%;
        _vertical-align:top;
    }
    .slide_fade .txt{
        position: absolute;
        left: 0;
        top: 7vw;
        width: 90%;
        margin: 0 5%;
        z-index: 999;
        background: rgba(0, 0, 0, 0.5);
    }
    .slide_fade .txt h3{
        font-size: 28px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
    }
    .slide_fade .txt p{
        font-size: 18px;
        font-weight: 300;
        color: #fff;
        line-height: 25px;
    }
    .slide_fade .btimg {
        float: left;
        width: 100%;
    }
    .slide_fade > .container {
        margin-top: 0;
        overflow: hidden;
        position: relative;
        background-color: #fff;
    }
    .slide_fade > .container > .row {
        margin: 0;
    }
    .slide_fade > .container > .row > div.first {
        padding-right: 0;
        margin-bottom: 6px;
        width: 100%;
    }
    .slide_fade > .container > .row > div.first ul {
        width: 100%;
        float: left;
    }
    .slide_fade > .container > .row > div.second {
        padding-right: 0;
        padding-left: 0;
        overflow: hidden;
        position: relative;
        height: auto;
        width: 100%;
    }
    .slide_fade > .container > .row > div.second .snews {
        height: auto;
        width: 100%;
        float: left;
        padding: 23px 0px;
        padding-bottom: 0;
    }
    .slide_fade > .container > .row > div.second .snews .sn-line {
        display: none;
    }
    .slide_fade > .container > .row > div.second .snews ul li {
        width: 100%;
    }
    .slide_fade > .container > .row > div.second .stitle {
        width: 100%;
        height: auto;
        text-align: left;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        padding: 18px 18px;
    }
    #about {
        margin-bottom: 13px;
    }
    #about > .container > .row {
        margin: 0;
    }
    #about > .container > .row > div.storylist {
        padding-left: 0;
    }
    #about > .container > .row > div.bs-top {
        padding-right: 0;
        padding-left: 10px;
    }
    #about > .container > .row > div:first-child {
        width: 100%;
        padding: 0;
    }
    #about .container > .row > .bs-top > div.brandstory {
        padding-top: 10px;
        padding-bottom: 0px;
        height: 266px;
    }
    #about .container > .row > .bs-top > div.brandstory .title {
        overflow: hidden;
        float: left;
        margin-bottom: 10px;
    }
    #about .brandstory .bcontent p:last-child {
        padding: 5px 10px;
        height: 105px;
        overflow: hidden;
    }
    #development > .container > .row {
        margin: 0;
    }
    #development > .container > .row > div:first-child {
        width: 100%;
        padding: 0;
    }
    #enter-base {
        padding-bottom: 30px;
    }
    #enter-base > .container > .bigpic {
        width: 100%;
        height: auto;
        margin-right: 0px;
        margin-bottom: 7px;
        float: left;
        margin-top: 27px;
    }
    #enter-base > .container .smallpic {
        width: 50%;
        margin-right: 0px;
        margin-bottom: 7px;
        height: auto;
        overflow: hidden;
        position: relative;
        float: left;
    }
    #enter-base > .container .smallpic:nth-child(odd) {
        padding-right: 6.5px;
    }
    #enter-base > .container .smallpic:nth-child(even) {
        padding-left: 6.5px;
    }
    #enter-base > .container .smallpic:first-child {
        left: 0;
        top: 0;
    }
    #enter-base > .container .smallpic:nth-child(2) {
        left: 0;
        top: 0;
    }
    #enter-base > .container .smallpic:nth-child(3) {
        left: 0;
        top: 0;
    }
    #enter-base > .container .smallpic:nth-child(4) {
        left: 0;
        top: 0;
    }
    #enter-base > .container .smallpic:nth-child(5) {
        left: 0;
        top: 0;
    }
    #enter-base > .container .smallpic:nth-child(6) {
        left: 0;
        top: 0;
    }
    #enter-base > .container .smallpic:nth-child(7) {
        margin-left: 0;
        top: 0;
    }
    #enter-base > .container .smallpic:nth-child(8) {
        top: 0;
        margin-left: 0;
    }
    #enter-base > .container .smallpic:nth-child(9) {
        position: relative;
        top: 0;
        left: 0;
    }
    #enter-base > .container .rightpd {
        padding-left: 6.5px;
        width: 50%;
        float: left;
        position: relative;
    }
    #enter-base > .container .rightdn {
        margin-top: 61%;
        display: inherit;
    }
    #enter-base > .container .rightgroup {
        position: absolute;
        height: auto;
        top: 0;
        bottom: 0;
        right: 0;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 7px;
        width: 97.9%;
        overflow: hidden;
        padding: 10%;
    }
    #enter-base > .container .rightpd .rightlogo {
        display: none;
    }
    #news-report .title {
        margin-bottom: 28px;
    }
    #news-report .news-list > li {
        margin-bottom: 13px;
    }
    #beauty-cs .title {
        float: left;
        text-align: left;
        margin-bottom: 39px;
    }
    #beauty-cs .title hr {
        float: left;
    }
    #beauty-cs .row {
        padding: 0 5%;
    }
    #beauty-cs .row > div {
        padding: 0 7.5px;
    }
    #beauty-cs .row > div:nth-child(odd) {
        padding-left: 0;
    }
    #beauty-cs .row > div:nth-child(even) {
        padding-right: 0;
    }
    .copyright .row {
        margin: 0;
    }
    .copyright .row > div {
        padding: 0;
    }
    .copyright .name {
        float: none;
        margin-left: 0;
    }
    .copyright .menu {
        float: none;
    }
    .copyright .menu ul {
        padding: 0;
        margin-left: 0;
    }
    header .navbar-header {
        float: inherit;
    }
    header .navbar-nav {
        float: inherit;
        margin: 7.5px -15px
    }
    header .navbar-nav li {
        float: inherit;
    }
    header .appDisplay{
        cursor: pointer;
        display: block!important;
    }
    header .appDisplay a{
        cursor: pointer;
    }
    header .pcDisplay{
        display: none!important;
    }
    header .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    header .navbar-nav .appOpen .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-left: 14px;

    }
    footer .row {
        margin: 0 -0.5vw;
    }
    footer .leftwidget {
        display: none;
        margin-bottom: 21px;
        overflow: hidden;
    }
    footer .leftwidget > div {
        padding: 0;
        width: 100%;
    }
    footer .leftwidget > div + div {
        display: none;
    }
    footer .leftwidget ul li {
        font-weight: lighter;
    }
    footer .rightwidget > div {
        border-left: 0;
        padding-left: 0;
    }
    footer .rightwidget .code {
        display: block;
        margin-bottom: 40px;
        padding: 18px;
        width: 196px;
    }
    footer .rightwidget .code p {
        font-weight: lighter;
    }
    footer .rightwidget .contact {
        display: block;
    }
    footer .rightwidget .contact .phone {
        margin-bottom: 10px;
    }
    footer .rightwidget .contact .share {
        font-weight: 300;
    }
    footer .rightwidget .baidumap {
        display: none;
    }
    .eb-tips p,
    .eb-tips h3 {
        font-size: 14px;
    }
}

@media (min-width: 1262px) {
    header .navbar-default .navbar-nav > .open > .drop-content {
        display: block;
    }
    header .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #3daf2c;
    }
    .container {
        width: 1262px;
        padding: 0 10px;
    }
    .row {
        margin: 0 -10px;
    }
    #cover-nav > .container {
        width: 100%;
        left: 0;
        margin: 0 auto;
        max-width: 1262px;
    }
    #cover-nav > .container > .row > div.first ul li {
        padding-top: 1.2vw;
        padding-bottom: 1.2vw;
    }
    #about {
        margin-bottom: 66px;
    }
    #about > .container > .row > div:first-child {
        padding-top: 16px;
    }
    #about .brandstory {
        float: left;
    }
    #about .storylist .listbtn {
        width: 25%;
        float: left;
        height: 46px;
        text-align: center;
        border: 1px solid #d8d8d8;
        line-height: 46px;
        margin-bottom: 0;
    }
    #development {
        margin-bottom: 50px;
    }
    #development .timeline {
        display: block;
    }
    #development .title {
        padding: 32px 14px;
    }
    #development .title a {
        display: none;
    }
    #news-report .container .row > div {
        padding: 0 10px;
    }
    #news-report .news-list > li > a > div:last-child {
        padding-right: 25px;
    }
    header .navbar-nav {
        margin-left: 10px;
    }
    header .navbar-nav > li {
        height: 120px;
        width: 103px;
    }
    header .navbar-nav > li > a {
        padding: 0;
        text-align: center;
        line-height: 120px;
    }
    header .navbar-collapse {
        padding: 0;
    }
    header .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    header .navbar-toggle .icon-bar {
        display: none;
    }
    header .dropdown-menu {
        width: 103px;
        min-width: 103px;
        opacity: 0.8;
        font-size: 12px;
        min-height: 225px;
        background-color: #e7e5e6;
        color: #2b2b2b;
        margin: 0;
        padding: 0;
        border-radius: 0;
        border: 0;
    }
    header .dropdown-menu > li {
        text-align: center;
    }
    header .dropdown-menu > li > a {
        padding: 8px 0px;
    }
}
@media screen and (max-width:750px){
    .sliphover-overlay .tips h3{
        font-size: 12px!important;
    }
    .sliphover-overlay .tips a {
        width: 45px;
        height: 24px;
        font-size: 12px;
        text-decoration: none;
        bottom: 0;
        line-height: 13px;
    }
}

/* 历史沿革 方向滚动 */
.time-range {
    position: relative;
    float: left;
    white-space: nowrap;
    left: 0;
    transition: left .3s linear;
    width: 100%;
}

#development .timeline .time-range a {
    display: inline-block;
    width: 16%;
}

#development .timeline .time-range a .text {
    width: 100%;
}

.change-page {
    position: absolute;
    height: 100%;
    min-width: 50px;
}

.right-change {
    right: 0px;
    background-color: #FFF;
    cursor: pointer;
}

.left-change {
    cursor: pointer;
}

.next {
    right: 12px;
    display: none;
    position: absolute;
    border: 3px solid #888;
    width: 20px;
    height: 20px;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg) translateY(-63%);
    top: 50%;
}

.prev {
    left: -4px;
    display: none;
    position: absolute;
    border: 3px solid #888;
    width: 20px;
    height: 20px;
    border-right: none;
    border-top: none;
    transform: rotate(45deg) translateY(-63%);
    top: 50%;
}

#development .timeline .diver {
    background-image: linear-gradient(to right, white, #626462, white);
}

/* 轮播图 */
@keyframes heartbeat {
    0% {
      transform: scale(0);
    }
    25% {
      transform: scale(1.2);
    }
    50% {
      transform: scale(1);
    }
    75% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }
  
  
  .slider-container {
    position: relative;
    top: 0%;
    width: 100%;
    height: 700px;
    margin: 0px 0 0 0px;
    overflow:hidden;
  }
  .slider-container .slider-content {
    position: relative;
    left: 50%;
    top: 53%;
    width: 40%;
    height: 60%;
    transform: translate(-50%, -55%);
    text-align: center;
  }
  .slider-container .slider-content .slider-single {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: z-index 0ms 250ms;
  }
  .slider-container .slider-content .slider-single .slider-single-image {
    position: relative;
    left: 0;
    top: 0;
    /* width: 100%; */
    max-height: 100%;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
    transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    transform: scale(0);
    opacity: 0;
  }
  .slider-container .slider-content .slider-single .slider-single-download {
    position: absolute;
    display: block;
    left:20px;
    bottom: 22px;
    padding: 10px;
    color: #333333;
    background-color: #fdc84b;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    border-radius: 5px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    opacity: 0;
  }
  .slider-container .slider-content .slider-single .slider-single-download:hover, .slider-container .slider-content .slider-single .slider-single-download:focus {
    outline: none;
    text-decoration: none;
  }
  .slider-container .slider-content .slider-single .slider-single-title {
    display: block;
    float: left;
    margin: 16px 0 0 20px;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #ffffff;
    transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    opacity: 0;
  }
  .slider-container .slider-content .slider-single .slider-single-likes {
    display: block;
    float: right;
    margin: 16px 20px 0 0;
    transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    opacity: 0;
  }
  .slider-container .slider-content .slider-single .slider-single-likes i {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #ff6060;
    transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    transform: scale(0);
  }
  .slider-container .slider-content .slider-single .slider-single-likes p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    color: #787878;
  }
  .slider-container .slider-content .slider-single .slider-single-likes:hover, .slider-container .slider-content .slider-single .slider-single-likes:focus {
    outline: none;
    text-decoration: none;
  }
  .slider-container .slider-content .slider-single.preactivede .slider-single-image {
    transform: translateX(-50%) scale(0);
  }
  .slider-container .slider-content .slider-single.preactive {
    z-index: 1;
    /* text-align: left; */
  }
  .slider-container .slider-content .slider-single.preactive .slider-single-image {
    opacity: .3;
    transform: translateX(-25%) scale(0.8);
  }
  .slider-container .slider-content .slider-single.preactive .slider-single-download {
    transform: translateX(-150px);
  }
  .slider-container .slider-content .slider-single.preactive .slider-single-title {
    transform: translateX(-150px);
  }
  .slider-container .slider-content .slider-single.preactive .slider-single-likes {
    transform: translateX(-150px);
  }
  .slider-container .slider-content .slider-single.proactive {
    z-index: 1;
    /* text-align: right; */
  }
  .slider-container .slider-content .slider-single.proactive .slider-single-image {
    opacity: .3;
    transform: translateX(25%) scale(0.8);
  }
  .slider-container .slider-content .slider-single.proactive .slider-single-download {
    transform: translateX(150px);
  }
  .slider-container .slider-content .slider-single.proactive .slider-single-title {
    transform: translateX(150px);
  }
  .slider-container .slider-content .slider-single.proactive .slider-single-likes {
    transform: translateX(150px);
  }
  .slider-container .slider-content .slider-single.proactivede .slider-single-image {
    transform: translateX(50%) scale(0);
  }
  .slider-container .slider-content .slider-single.active {
    z-index: 2;
    /* text-align: center; */
  }
  .slider-container .slider-content .slider-single.active .slider-single-image {
    opacity: 1;
    transform: translateX(0%) scale(1);
  }
  .slider-container .slider-content .slider-single.active .slider-single-download {
    opacity: 1;
    transition-delay: 100ms;
    transform: translateX(0px);
  }
  .slider-container .slider-content .slider-single.active .slider-single-title {
    opacity: 1;
    transition-delay: 200ms;
    transform: translateX(0px);
  }
  .slider-container .slider-content .slider-single.active .slider-single-likes {
    opacity: 1;
    transition-delay: 300ms;
    transform: translateX(0px);
  }
  .slider-container .slider-content .slider-single.active .slider-single-likes i {
    animation-name: heartbeat;
    animation-duration: 500ms;
    animation-delay: 900ms;
    animation-interation: 1;
    animation-fill-mode: forwards;
  }
  .slider-container .slider-left {
    position: absolute;
    z-index: 3;
    display: block;
    /* right: 85%;
    top: 36%; */
    right: 80%;
    top: 50%;
    color: #8e8d8c;
    transform: translateY(-50%);
    padding: 20px 15px;
    font-size: 40px;
    /* border-top: 2px solid #fdc84b;
    border-right: 2px solid #fdc84b;
    border-bottom: 2px solid #fdc84b;
    border-left: 2px solid #fdc84b; */
    margin-right: -2px;
  }
  .slider-container .slider-right {
    position: absolute;
    z-index: 3;
    display: block;
    /* left: 85%;
    top: 36%; */
    left: 80%;
    top: 50%;
    color: #8e8d8c;
    transform: translateY(-50%);
    padding: 20px 15px;
    font-size: 40px;
    /* border-top: 2px solid #fdc84b;
    border-right: 2px solid #fdc84b;
    border-bottom: 2px solid #fdc84b;
    border-left: 2px solid #fdc84b; */
    margin-left: -2px;
  }
  .menu-left{width:84%;display:inline-block;float:left;}
  .menu-left h2{font-size:20px;color:#ff7624;font-weight:400;}
  .menu-left p{font-size:15px;color:#424c5f;line-height:1.6em;}
  .menu-right{width:16%;display:inline-block;float:left;}


#qualification .title {
    overflow: hidden;
    float: left;
    margin-bottom: 20px;
    position: relative;
    margin-top: 20px;
}
#qualification .title h3 {
    font-size: 23px;
    font-weight: bold;
    color: #010101;
    margin-top: 0;
    margin-bottom: 0;
}

#qualification .title p {
    /* font-family: "Noto Sans CJK sc l"; */
    font-size: 23px;
    color: #888888;
    margin: 5px 0;
    font-weight: 100;
    line-height: 1;
    border-bottom: 1px solid #888;
    padding-bottom: 10px;
    margin-bottom: 0;
}

#qualification .title hr {
    margin: 0;
    width: 75px;
    position: absolute;
    bottom: 0px;
    z-index: 100;
    border-top: 3px solid #70aa5a;
}

@media screen and (max-width:1200px) {
    .slider-container .slider-content{
        width: 60%;
    }
    .slider-container{
        height: 560px;
    }
    .slider-container .slider-left{
        right: 83%;
    }
    .slider-container .slider-right{
        left: 83%;
    }
}
@media screen and (max-width:768px) {
    .slider-container .slider-content{
        width: 70%;
    }
    .slider-container{
        height: 400px;
    }
    .slider-container .slider-left{
        right: 88%;
    }
    .slider-container .slider-right{
        left: 88%;
    }
    .slider-container .slider-content .slider-single .slider-single-image{
        max-width: 100%;
    }
}