@charset "utf-8";

@font-face {
    font-family: 'BEBAS';
    src: url('../images/bebas.eot');
    src: url('../images/bebas.eot') format('embedded-opentype'),
         url('../images/bebas.woff2') format('woff2'),
         url('../images/bebas.woff') format('woff'),
         url('../images/bebas.ttf') format('truetype'),
         url('../images/bebas.svg#bebas') format('svg');
}

@font-face {
    font-family: 'ProximaNovaSemibold';
    src: url('../images/proximanovasemibold.eot');
    src: url('../images/proximanovasemibold.eot') format('embedded-opentype'),
         url('../images/proximanovasemibold.woff2') format('woff2'),
         url('../images/proximanovasemibold.woff') format('woff'),
         url('../images/proximanovasemibold.ttf') format('truetype'),
         url('../images/proximanovasemibold.svg#proximanovasemibold') format('svg');
}

*{
    outline: none;
}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}



article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block
}

*,
:before,
:after {
    box-sizing: border-box;
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

img {
    border: 0;
   
    width: 100%;
}

ul,
dl,
li,
dt,
dd {
    list-style: none;
}

html{
    overflow-x: hidden;
}

body {
    font: 14px Arial, "microsoft yahei", Helvetica, sans-serif;
    *font: 14px "microsoft yahei", Arial, Helvetica, sans-serif;
    color: #212121;
    background: #fff;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    overflow-x: hidden;
    padding: 0 50px;
    word-spacing: 0.5em; line-height: 1.7;
    
}

a {
    font-size: 14px;
    text-decoration: none;
    transition: ease .65s;
    color: #212121;
}

a:hover {
    color: #bf9f62;
}

.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}




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

input,
textarea,
select {
    outline: none;
    font-family: "Microsoft yahei";
    -webkit-appearance: none;
    border-radius: 0;
}

textarea {
    resize: none;
    overflow: hidden;
}

select::-ms-expand {
    display: none;
}

i {
    font-style: normal;
}

.left {
    float: left;
}

.right {
    float: right;
}

.noscript {
    position: fixed;
    left: 0px;
    top: 0px;
    background: #ddd;
    color: red;
    text-align: center;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

em {
    font-style: normal;
}

.clear{clear:both;height:0;overflow:hidden;}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}




.pace-inactive {
    animation: pace linear 1s forwards;
    display: none;
}




.lh-flex {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
}

.red {
    color: #b72024;
}




.container {
    margin: auto;
    position: relative;
    z-index: 3;
    width: 1200px;
}




#bsWXBox {
    box-sizing: initial;
}

#bsBox {
    box-sizing: initial;
}




::-webkit-scrollbar {
    width: 12px;
    height: 12px
}

::-webkit-scrollbar-button:vertical {
    display: none
}

::-webkit-scrollbar-track:vertical {
    background-color: black
}

::-webkit-scrollbar-track-piece {
    background: #E3E3E3
}

::-webkit-scrollbar-thumb:vertical {
    background-color: #555;
    border-radius: 0px
}

::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #3B3B3B
}

::-webkit-scrollbar-corner:vertical {
    background-color: #535353
}

::-webkit-scrollbar-resizer:vertical {
    background-color: #FF6E00
}

.wrap{
    padding: 0 7.81vw;
}



.menu_header{
    position: relative;
    width: 100%;
    height: 55px;
    z-index: 999;
    display: none;
}

.menu_mob{
    position: fixed;
    top: 0;
    right: -100%;
    background: #fff;
    width: 300px;
    
    height: 100%;
    color: #383838;
    font-weight: bold;
    font-size: 15px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    z-index: 9999;
}

.menu_mob.active{
    right: 0;
}

.menu_inner{
    position: fixed;
    width: 100%;
    height: 55px;
    padding: 11px 15px 15px;
    background: #fff;
    cursor: pointer;
}

.menu_inner .menu_logo img{
    width: 76px;
}

.menu_btn{
    display: block;
    width: 107px;
    height: 15px;
    top: 19px;
    right: 15px;
    position: absolute;
    z-index: 550;
    cursor: pointer;
    -webkit-transition: top 300ms;
    transition: top 300ms;
}

.menu_btn>a{
    background: #bc9f5f;
    color: #fff;
    width: 62px;
    display: inline-block;
    text-align: center;
    height: 23px;
    line-height: 23px;
    margin-top: -3px;
    font-size: 13px;
}

.btn_line {
    display: block;
    width: 25px;
    height: 1px;
    position: absolute;
    right: 0;
    background: #424242;
    -webkit-transition: background 300ms;
    transition: background 300ms;
}

.btn_line_01{
    top: 0;
}

.btn_line_02{
    top: 7px;
}

.btn_line_03{
    bottom: 0;
}

.menu_mob_bg{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 999;
    display: none;
}

.menu_close{
    position: absolute;
    top: 8px;
    left: -35px;
    color: #fff;
    font-size: 27px;
    font-family: 宋体;
    cursor: pointer;
}

.menu_con{
    line-height: 8vh;
    background: #bfa061;
    padding: 0 15px;
    
    font-weight: 500;
}

.menu_yq,.menu_con a{
    color: #fff;
}

.small_menu{
    padding: 0 15px;
}

.small_menu li{
    position: relative;
    line-height: 6vh;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.small_menu li span{
    position: relative;
    width: 44%;
}

.small_menu li.active span:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    right: -38px;
    top: 50%;
    margin-top: -3.5px;
    background: #bfa061;
    border-radius: 50%;
}

.small_depth{
    position: absolute;
    width: 56%;
    height: 100%;
    right: -56%;
    top: 8vh;
    padding: 0 20px;
    background: #f6f6f6;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.small_depth.active{
    right: 0;
}

.small_depth li{
    position: absolute;
    top: 0;
    display: none;
}

.small_depth li a{
    line-height: 6vh;
    color: #888;
    display: block;
}




.headerLeft{
    width: calc(100% - 174px);
    margin: 0 auto;
}

.headerRight{
    width: 102px;
    margin: -8px auto 0;
}

.lh-logo {
    padding: 5px 0;
    width: 148px;
    display: block;
    margin-top: 9px;
}

.lh-header-r{
    float: right;
    margin-top: 22px;
}

.headertop{
    text-align: right;
    margin-top: 11px;
}

.headerTop li{
    position: relative;
    display: inline-block;
    margin: 0 12px;
    font-size: 14px;
    color: #848484;
}

.headerTop li:after{
    position: absolute;
    content: '';
    width: 1px;
    height: 13px;
    background: #ccc;
    right: -15px;
    top: 4px;
}

.headerTop li:last-child:after{
    content: none;
}

.headerTop li>img{
    position: relative;
    top: 6px;
    width: auto;
    margin-left: 7px;
    margin-right: 3px;
    display: inline-block;
    background: #bf9f61;
    border-radius: 50%;
    padding: 3px;
}

.headerTop li a{
    position: relative;
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    color: #848484;
}

.headerTop li a.active{
    color: #bf9f61;
}

.headerTop li a:hover{
    color: #bf9f61;
}

.lh-nav {
    margin-top: 2px;
}

.lh-nav li {
    float: left;
    padding: 0 14px;
    position: relative;
    line-height: 17px;
    height: 42px;
    
}

.lh-nav li.login_header{
    height: auto;
    line-height: normal;
    overflow: initial;
    margin-top: -6px;
}

.headerRight .login_header{
    margin-top: 6px;
}

.headerRight .login_header:hover{
    opacity: 0.8;
}

.headerRight .login_header a{
    padding: 5px 27px;
    background: #bfa061;
    color: #fff;
    font-size: 15px;
}

.lh-nav li a span {
    position: absolute;
    left: 0;
    top: 0;
    color: #c09f61;
    width: 0;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    overflow: hidden;
}

.lh-nav li a:hover span {
    width: 100%;
}

.lh-nav li a.active span {
    width: 100%;
}

.lh-nav li a {
    position: relative;
    font-size: 17px;
    color: #333;
}

.lh-nav li a:hover{
    color: #c09f61;
}

.lh-nav li:hover>a:after{
    position: absolute;
    content: '';
    width: 189%;
    height: 4px;
    background: #c09f61;
    bottom: -22px;
    left: -42%;
}

.lh-nav li a.active{
    color: #bf9f62;
}

.lh-header {
    height: 94px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    padding: 0 50px;
    min-width: 1260px;
}

.lh-nav li:hover .lh-nav-shadow {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
}

.lh-nav li .lh-nav-shadow a {
    line-height: 40px;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 0;
    border-bottom: 1px solid #e2e2e2;
    transition: all .1s;
    -webkit-transition: all .1s;
}

.lh-nav li .lh-nav-shadow a:last-child{
    border-bottom: none;
}

.lh-nav-shadow {
    position: absolute;
    width: 136%;
    background: #f1f1f1;
    left: -16%;
    top: 40px;
    visibility: hidden;
    transform: translateY(10px);
    opacity: 0;
    transition: all .3s;
    
}

.lh-nav-shadow:after {
    position: absolute;
    left: 50%;
    top: -14px;
    margin-left: -11px;
    content: " ";
    width: 23px;
    
    height: 15px;
    z-index: 1;
}



.lh-header-tel {
    color: #333;
    font-weight: bold;
    font-size: 16px;
}

.lh-header-tel i {
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    background: #356FC7;
    color: #fff;
    margin-right: 10px;
}

.lh-banner-in {
    position: relative;
    overflow: hidden;
    margin-top: 94px;
    width: 100%;
    height: calc(100vh - 124px);
}

.lh-banner {
    position: relative;
    overflow: hidden;
    margin-top: 94px;
    width: 100%;
    height: 450px;
}


.portfolio-more {
    margin-top: 30px;
    padding-bottom: 25px;
    text-align: center;
}

.portfolio-more .btn-more {
    position: relative;
    display: inline-block;
    
    background: #fff;
    padding: 21px 105px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    box-shadow: 0 15px 20px 0 rgba(0,0,7,0.08);
    letter-spacing: 0.05em;
    -webkit-transition: border .6s, color .6s;
    transition: border .6s, color .6s;
    overflow: hidden;
}

.btn-hover-effect1:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: transform .8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform .8s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
}

.btn-hover-effect1.blue:before {
    background-color: #bc9f5f;
}

.btn-hover-effect1:hover:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.portfolio-more .btn-more:hover {
    
    color: #fff;
}

.portfolio-more .btn-more:hover span {
    position: relative;
    z-index: 1;
}




.title {
    position: relative;
    
    padding-left: 17px;
}

.title h2 {
    font-size: 30px;
    color: #797979;
    line-height: 1;
    margin-bottom: 10px;
    font-family: 'BEBAS';
    word-spacing: 0.5em;
}

.title h3 {
    font-size: 32px;
    color: #3e3e3e;
    line-height: 1.5;
    font-weight: bold;
}

.title p{
    position: absolute;
    right: 7.81vw;
    font-size: 22px;
    top: 82px;
    font-weight: bold;
}

.vc_row .title{
    padding: 14px 7.81vw 20px;
}


.country_item{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 99999;
}

.logo_country{
    position: absolute;
    left: 50px;
    top: 9px;
    width: 148px;
}

.main-nav-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    background: url('../images/country_bg.png') no-repeat center;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}

.main-nav-wrapper.active {
    color: #000;
    background-color: #f5f5f5;
}

.main-nav-wrapper.active .shop-btn:after {
    border-color: #000;
}

.main-nav-wrapper.active + .top-navigation a,
.main-nav-wrapper.active + .top-navigation .not-link {
    color: #000;
}

.main-nav-wrapper.active .main-nav {
    opacity: 1;
    width: 384px;
    padding-left: 106px;
    padding-right: 13px;
}

.shop-btn {
    position: fixed;
    z-index: 2;
    top: 50%;
    left: 0;
    padding: 145px 51px 145px 17px;
    font-size: 16px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    word-wrap: break-word;
    width: 86px;
    text-align: center;
    cursor: pointer;
    line-height: 20px;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.shop-btn:before{
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../images/dh.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 116px;
    left: 15px;
}

.shop-btn:after {
    content: '';
    position: absolute;
    left: 32px;
    top: 50%;
    margin-top: -4px;
    width: 38px;
    height: 1px;
    border-bottom: 1px solid #000;
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
}

.main-nav-wrapper:hover .shop-btn:after{
    opacity: 1;
}

.scroll-down__bg {
    position: relative;
    left: 15px;
    overflow: hidden;
    width: 1px;
    height: 39px;
    margin-top: 18px;
}

.scroll-down__bg .bg-line {
    display: block;
    width: 100%;
    height: 100%;
    transform: translateY(-80px);
    animation: scrolldown 1.4s cubic-bezier(.25,.25,.75,.75) forwards infinite;
    background: #000;
    background-size: 100% 200%;
}

@-webkit-keyframes scrolldown {
    0% {
        -webkit-transform: translateY(-80px);
                transform: translateY(-80px)
    }
    50% {
        -webkit-transform: translateY(0);
                transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(80px);
                transform: translateY(80px)
    }
}
@-moz-keyframes scrolldown {
    0% {
        -moz-transform: translateY(-80px);
             transform: translateY(-80px)
    }
    50% {
        -moz-transform: translateY(0);
             transform: translateY(0)
    }
    100% {
        -moz-transform: translateY(80px);
             transform: translateY(80px)
    }
}
@keyframes scrolldown {
    0% {
        -webkit-transform: translateY(-80px);
           -moz-transform: translateY(-80px);
                transform: translateY(-80px)
    }
    50% {
        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
                transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(80px);
           -moz-transform: translateY(80px);
                transform: translateY(80px)
    }
}

.main-nav {
    width: 0;
    padding: 0;
    opacity: 0;
    margin: auto 0;
    overflow: hidden;
    max-height: -webkit-calc(100vh - 180px);
    max-height: calc(100vh - 180px);
    color: #000;
    -webkit-transition: width .5s, padding .5s, opacity .5s;
    transition: width .5s, padding .5s, opacity .5s;
}

.main-nav .subnav {
    display: none;
}

.main-nav .subnav ul {
    padding: 0 0 19px 28px;
}

.main-nav-list li.level-0{
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.main-nav-list li.level-0 h4{
    position: relative;
    font-size: 16px;
    padding-left: 13px;
    margin-bottom: 10px;
}

.main-nav-list li.level-0 h4:before{
    position: absolute;
    content: '';
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #bf9f62;
    top: 5px;
    left: 0;
}

.main-nav-list li .main_country{
    padding-left: 13px;
    overflow: hidden;
}

.main-nav-list li .main_country li{
    width: 25%;
    float: left;
}

.main-nav-list li .main_country li a{
    display: block;
    
    color: #949494;
    line-height: 2;
}

.main-nav-list li .main_country li:hover a{
    color: #bf9f62;
}



.Country_Item{
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 7.81vw 0;
    background: #f4f4f4 url(../images/map.png) no-repeat center;
    background-size: 890px;
}

.Country_Item>.title {
    padding: 60px 0 0;
    margin-top: 0;
}

.countryRight{
    width: 100%;
    float: right;
    margin-top: 20px;
    margin-bottom: 40px;
}

.countryRight li{
    float: left;
    
    text-align: center;
    width: 10%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.countryRight li:hover{
    background: #322c29;
}

.countryRight li a{
    display: block;
    padding: 10% 0;
}

.countryRight li:hover a{
    color: #fff;
}

.countryRight li p{
    margin-top: 5px;
}

.countryRight li img{
    width: 45px;
    margin: 0 auto;
}



.study_Item{
    position: relative;
    background: url('../images/bg_coun.png') no-repeat bottom;
    z-index: 99;
}

.study_Inner{
    padding:0 7.81vw;
    margin: 0 auto 40px;
}

.lh-vision-l {
    width: 40%;
    float: left;
    position: relative;
}

.lh-vision-a {
    background: #FFF;
    height: 481px;
    position: relative;
    margin-top: 90px;
    padding: 48px;
}

.lh-vision-a>h2 {
    font-size: 66px;
    font-family: 'Swiss_721_Black_Condensed_BT';
    color: #F0F0F0;
    position: relative;
}

.lh-vision-r {
    width: 50%;
    float: right;
    background: #1B1B1B;
    position: relative;
    padding: 80px;
    color: #fff;
}



.flexslider {
    position: relative;
    height: 100%;
    overflow: hidden;
    
}

.load-spinner-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.load-spinner, .rsDefault .rsPreloader {
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 2px solid rgba(255,255,255,.15);
    border-right: 2px solid rgba(255,255,255,.15);
    border-bottom: 2px solid rgba(255,255,255,.15);
    border-top: 2px solid rgba(255,255,255,.8);
    border-radius: 100%;
}

@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
    to {-webkit-transform: rotate(359deg);transform: rotate(359deg);}
}
@-moz-keyframes rotation {
    from {-moz-transform: rotate(0deg);transform: rotate(0deg);}
    to {-moz-transform: rotate(359deg);transform: rotate(359deg);}
}
@keyframes rotation {
    from {-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);transform: rotate(0deg);}
    to {-webkit-transform: rotate(359deg);-moz-transform: rotate(359deg);transform: rotate(359deg);}
}

.flexslider01{
    position: relative;
    overflow: hidden;
}

.slides {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #292522;
    z-index: 1;
}

.slides li {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner .slides li img{
    display: none;
}

.flex-control-nav {
    position: absolute;
    bottom: 40px;
    z-index: 9;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    
}

.lh-banner .flex-control-nav{
    bottom: 38px;
}

.flex-control-nav li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.lh-banner .flex-control-nav li{
    width: 50px;
    height: 2px;
}

.flex-control-nav a {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    line-height: 40px;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
}

.flex-control-nav li{
    width: 50px;
    height: 2px;
}

.flex-control-nav a{
    width: 50px;
    height: 2px;
    border-radius: inherit;
}

.lh-banner .flex-control-nav a{
    width: 50px;
    height: 2px;
    border-radius: inherit;
}

.flex-control-nav .flex-active {
    background: #c6a870;
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.flex-direction-nav li a.flex-prev {
    left: 40px;
    background: url(../images/prev.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
    right: 40px;
    background: url(../images/next.png) center center no-repeat;
}



.switch_unit {
    padding: 0 7.21vw 0;
}

.full-width-slider .switch_unit{
    padding: 0;
}

.switch_unit .item {
    border-radius: 5px;
    background-color: #d7d7d7;
    font-size: 14px;
    color: #333;
    padding: 10px 10px;
    margin: 0px 7px;
    display: block;
    text-align: center;
}

.switch_unit .item:hover,
.switch_unit .item.act {
    background-color: #cc0000;
    color: #fff;
}

.main_project .switch_unit .slick-arrow {
    width: 75px;
    height: 75px;
    display: block;
    border: 1px solid hsla(0, 0%, 7%, .2);
    top: -100px;
    background-repeat: no-repeat;
    background-position: center;
}

.full-width-slider .switch_unit .slick-arrow{
    border: none;
    top: 46%;
}

.full-width-slider .switch_unit .slick-prev{
    left: 0;
}

.full-width-slider .switch_unit .slick-next{
    right: 0;
}



.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    top: -51px;
    width: 34px;
    height: 34px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    padding: 0;
    background-color: #bc9f5f;
    background-repeat: no-repeat;
    border: none;
    outline: none;
    z-index: 9;
    
}

.top-fund-list__slider .slick-prev,.top-fund-list__slider .slick-next{
    top:50%;
}

.slick-prev {
    background-image: url(../images/left.png);
    left: auto;
    right: 39px;
}

.slick-next {
    right: 0;
    background-image: url(../images/right.png);
}

.top-fund-list__slider .slick-prev{
    left:calc(12.5% - 15px);
}

.top-fund-list__slider .slick-next{
    right:calc(12.5% - 15px);
}

.study_list .slick-prev,.study_list .slick-next{
    top: -65px;
}

.main_project .slick-prev,.main_project .slick-next{
    background-color: inherit;
}

.main_project .switch_unit .slick-prev {
    background-image: url(../images/jt-2.png);
    right: calc(7.21vw + 85px);
    left: auto;
}

.main_project .switch_unit .slick-next {
    right: 7.21vw;
    background-image: url(../images/jt-1.png);
}

.honor_jp .slick-prev, .honor_jp .slick-next{
    top: 50%;
    margin-top: -39px;
}
.honor_jp .slick-prev{
    left: -15px;
}
.honor_jp .slick-next{
    right: -15px;
}
.environment .slick-prev, .environment .slick-next{
    top: 0px;
}

.recommendList .slick-prev,.traverTwo .slick-prev,.serviceThreeWrap .slick-prev{
    left: 9px;
    top: 50%;
    margin-top: -15px;
}

.recommendList .slick-next,.traverTwo .slick-next,.serviceThreeWrap .slick-next{
    right: 9px;
    top: 50%;
    margin-top: -15px;
}

.travelOneList .slick-prev, .travelOneList .slick-next{
    top: -37px;
}

.switch_unit .slick-arrow:hover{
    opacity: 0.6;
}



.switch_unit .slick-prev:hover i {
    background-position: 30% center;
}

.switch_unit .slick-next:hover i {
    background-position: 70% center;
}

.switch_unit .itemA {
    display: block;
    overflow: hidden;
}

.switch_unit .itemA img{
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.switch_unit .slick-slide:hover .itemA img{
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05)
}

.full-width-slider .switch_unit .itemA{
    position: relative;
}

.full-width-slider .switch_unit .itemA a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(180deg, transparent 0, transparent 30%, #000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#000000", GradientType=0);
    opacity: 0.8;
}

.study_list .switch_unit .itemA{
    position: relative;
}

.switch_unit .img {
    overflow: hidden;
    position: relative;
    display: block;
    height: 100%;
    margin: 0 auto 8px;
    text-align: center;
}

.switch_unit .itemA .img>img{
    width: 100%;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.switch_unit .itemA:hover .img>img{
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.switch_unit .img img {
    width: 100%;
}

.switch_unit .img>span {
    display: block;
    height: 100%;
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    margin-top: 25px;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.full-width-slider .slick-slider{
    margin-top: 0;
    
    z-index: 9;
}

.study_list .slick-slider{
    margin-top: 23px;
    padding: 0;
    background: #f6f6f7;
    z-index: 99;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    margin: 0 10px;
}

.slick-dots{
    margin: 40px 0 0;
    height: 12px;
    text-align: center;
    padding-bottom: 40px;
}

.slick-dots li.slick-active{
    background: #bc9f5f;
}

.slick-dots li{
    display: inline-block;
    width: 12px;
    height: 12px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #ddd;
    margin: 0 5px;
    cursor: pointer;
}

.slick-dots li button{
    display: none;
}

.full-width-slider .slick-dots li button{
    display: none;
}

.switch_unit .itemA .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 40px 50px;
}

.switch_unit .itemA .description.teamms {
    max-height: 400px;
    opacity: 1;
    line-height: 22px;
    visibility: visible;
    margin-left: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    font-family: '微软雅黑';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 5px;
    text-align: left;
    color: #fff;
    opacity: 0;
}

.switch_unit .itemA:hover .description.teamms{
    opacity: 1;
}

.switch_unit .itemA .read-more {
    position: relative;
}

.switch_unit .itemA .read-more .icon {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 10px;
    opacity: 0;
    color: #fff;
    width: 20px;
    height: 20px;
    transition: margin .6s .4s, opacity .2s;
}

.switch_unit .img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(180deg, transparent 0, transparent 30%, #000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#000000", GradientType=0);
    opacity: 0;
    transition: opacity .6s;
}

.switch_unit .itemA:hover .img:after {
    opacity: .75;
}

.switch_unit .itemA:hover .read-more .icon {
    margin-right: 0;
    opacity: 1;
    transition: opacity .2s .4s, margin .6s .4s;
}




.lh-company {
    position: relative;
    z-index: 1;
    padding: 0 7.81vw 0;
    background: url(../images/bg_03.png) no-repeat right;
}



.lh-company-l {
    background: #fff;
    position: relative;
    margin-top: 15px;
}

.lh-company-rl{
    padding: 2.8vw 2.8vw 0.8vw;
}



.lh-company-r {
    width: 100% !important;
    padding: 3vw 0 3.8vw;
    animation-delay: .1s;
}

.lh-advantage-a {
    padding: 0 3.8vw;
}

.lh-title {
    color: #333;
    position: relative;
}

.lh-title h2 {
    font-size: 24px;
    animation-delay: .1s;
}

.lh-title h3 {
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    animation-delay: .2s;
    margin-top: 5px;
}

.lh-title a {
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #125DD3;
    color: #125DD3;
    text-align: center;
    line-height: 40px;
    margin-top: -21px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -2px;
    z-index: 1;
}

.lh-title a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
    transition: ease .65s;
    z-index: -1;
    animation: more1 linear .65s forwards;
    visibility: hidden;
    transform: scale(0) rotate(0);
}

.lh-title a:hover:after {
    animation: more linear .65s forwards;
    visibility: visible;
    transform: scale(1) rotate(360deg);
}

.lh-title.two a:hover {
    color: #3670C7;
}

.lh-title h3:before {
    content: '';
    display: block;
    width: 12px;
    height: 2px;
    background: #333;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

.lh-company-l h4 {
    font-size: 1.56vw;
    font-weight: bold;
    color: #356fc7;
    margin: 50px 0;
    animation-delay: .3s;
}

.lh-company-l .res {
    line-height: 30px;
    color: #666;
    height: 120px;
    overflow: hidden;
}

.lh-more {
    display: block;
    width: 126px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #666;
    font-size: 12px;
    position: relative;
}

.lh-more:before {
    content: '';
    display: block;
    width: 2px;
    height: 85%;
    background: #356FC7;
    position: absolute;
    left: 0;
    top: 0;
    transition: ease .45s;
}

.lh-more:after {
    content: '';
    display: block;
    width: 2px;
    height: 85%;
    background: #356FC7;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: ease .45s;
}

.lh-more span:before {
    content: '';
    display: block;
    width: 95%;
    height: 2px;
    background: #356FC7;
    position: absolute;
    right: 0;
    top: 0;
    transition: ease .45s;
}

.lh-more span:after {
    content: '';
    display: block;
    width: 95%;
    height: 2px;
    background: #356FC7;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: ease .45s;
}

.lh-more:hover:before,
.lh-more:hover:after {
    height: 110%;
}

.lh-more:hover span:before,
.lh-more:hover span:after {
    width: 103%;
}

.lh-more:hover {
    color: #356FC7;
}

.lh-company-l .lh-more {
    margin-top: 50px;
    animation-delay: .4s;
}

.lh-title.two {
    color: #fff;
}

.lh-title.two h3:before {
    background: #fff;
}

.lh-company-r h4 {
    color: #fff;
    margin-top: 30px;
    animation-delay: .3s;
}

.lh-advantage li {
    width: 25%;
    float: left;
    text-align: center;
    transition: ease .65s;
}

.lh-advantage li:nth-child(1) {
    animation-delay: .1s;
}

.lh-advantage li:nth-child(2) {
    animation-delay: .2s;
}

.lh-advantage li:nth-child(3) {
    animation-delay: .3s;
}

.lh-advantage li:nth-child(4) {
    animation-delay: .4s;
}

.lh-advantage li:nth-child(5) {
    animation-delay: .5s;
}

.lh-advantage li:nth-child(6) {
    animation-delay: .6s;
}

.lh-advantage li a {
    color: #fff;
}

.lh-advantage li img {
    width: auto;
    margin: auto;
}

.lh-advantage li h2 {
    margin-top: 10px;
}

.lh-advantage li a {
    display: block;
}

.lh-advantage li:hover a {
    transform: translateY(-10px);
}

.lh-advantage li i {
    height: 57px;
    display: block;
}


.flickerplate {
    position:relative;
    width:100%;
    height: 430px;
    margin-top: -109px;
    padding-top: 82px;
    overflow: hidden;
}
.flickerplate ul.flicks {
    width:10000%;
    height:100%;
    padding:0px;
    margin:0px;
    list-style:none
}
.flickerplate ul.flicks>li {
    float:left;
    width:calc(100vw - 5.2vw);
    height:100%;
    margin: 0;
    background-position:center;
    background-size:cover;
    display:table
}
.flickerplate ul.flicks>li .flick-inner {
    height:100%;
    display:table-cell;
    vertical-align:middle;
    overflow: hidden;
}
.flickerplate ul.flicks>li .flick-inner .flick-content {
    margin-left:auto;
    margin-right:auto
}
.flickerplate ul.flicks>li .flick-title {
    padding:0px 0px;
    font-size:2.778em;
    line-height:1.995em;
    text-align:center
}
@media only screen and (max-width: 43.813em) {
.flickerplate ul.flicks>li .flick-title {
font-size:1.667em
}
}
.flickerplate ul.flicks>li .flick-sub-text {
    padding:5px;
    font-weight:300;
    line-height:2.5em;
    color:rgba(255, 255, 255, 0.8);
    text-align:center
}
.flickerplate ul.flicks>li .flick-title span.flick-block-text, .flickerplate ul.flicks>li .flick-sub-text span.flick-block-text {
    padding:12px 18px;
    background-color:rgba(0, 0, 0, 0.6)
}
.flickerplate .arrow-navigation {
    position:absolute;
    height:64px;
    width:64px;
    border: 2px solid #c6c6c6;
    top:23px;
    z-index:100;
    overflow:hidden
}
.flickerplate .arrow-navigation .arrow {
    display:block;
    height:100%;
    width:90%;
    -webkit-transition:all 0.2s ease-out;
    -moz-transition:all 0.2s ease-out;
    -o-transition:all 0.2s ease-out;
    -ms-transition:all 0.2s ease-out;
    transition:all 0.2s ease-out
}
.flickerplate .arrow-navigation:hover, .flickerplate .arrow-navigation .arrow:hover {
    cursor:pointer
}
.flickerplate .arrow-navigation.left {
    right: 70px;
}
.flickerplate .arrow-navigation.left .arrow {
    background-image:url("../images/img35.png");
    background-repeat:no-repeat;
    background-position:21px 23px;
}
.flickerplate .arrow-navigation.right {
    right:0%
}
.flickerplate .arrow-navigation.right .arrow {
    background-image:url("../images/img34.png");
    background-repeat:no-repeat;
    background-position:21px 22px;
}
.flickerplate .arrow-navigation.left.hover .arrow {
    opacity:1;
}
.flickerplate .arrow-navigation.right.hover .arrow {
    opacity:1;
}
.flickerplate .dot-navigation {
    position:absolute;
    bottom:15px;
    width:100%;
    text-align:center;
    z-index:100;
    display: none;
}
.flickerplate .dot-navigation ul {
    text-align:center;
    list-style:none;
    padding:0px 15px
}
.flickerplate .dot-navigation ul li {
    display:inline-block;
    float:none
}
.flickerplate .dot-navigation .dot {
    width:14px;
    height:14px;
    margin:0px 6px;
    background-color:rgba(255, 255, 255, 0.3);
    border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -webkit-transition:background-color 0.2s ease-out;
    -moz-transition:background-color 0.2s ease-out;
    -o-transition:background-color 0.2s ease-out;
    -ms-transition:background-color 0.2s ease-out;
    transition:background-color 0.2s ease-out
}
.flickerplate .dot-navigation .dot:hover {
    cursor:pointer;
    background-color:rgba(255, 255, 255, 0.6)
}
.flickerplate .dot-navigation .dot.active {
    background-color:#fff
}
.flickerplate .dot-navigation.left, .flickerplate .dot-navigation.left ul {
    text-align:left
}
.flickerplate .dot-navigation.right, .flickerplate .dot-navigation.right ul {
    text-align:right
}
.flickerplate.flicker-theme-dark .arrow-navigation.left .arrow {
    background-image:url("../images/arrow-left-dark.png")
}
.flickerplate.flicker-theme-dark .arrow-navigation.right .arrow {
    background-image:url("../images/arrow-right-dark.png")
}
.flickerplate.flicker-theme-dark .dot-navigation .dot {
    background-color:rgba(0, 0, 0, 0.12)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {
    background-color:rgba(0, 0, 0, 0.6)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot.active {
    background-color:#000
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {
    color:rgba(0, 0, 0, 0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text {
    color:rgba(0, 0, 0, 0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text {
    background-color:rgba(255, 255, 255, 0.5)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner {
    color:rgba(0, 0, 0, 0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text {
    color:rgba(0, 0, 0, 0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text {
    background-color:rgba(255, 255, 255, 0.5)
}
.flickerplate.animate-transform-slide ul.flicks {
    -webkit-perspective:1000;
    -webkit-backface-visibility:hidden;
    transform:translate3d(0%, 0px, 0px);
    -webkit-transform:translate3d(0%, 0px, 0px);
    -webkit-transition:-webkit-transform 0.6s;
    -o-transition:-o-transform 0.6s;
    -moz-transition:-moz-transform 0.6s;
    transition:transform 0.6s
}
.flickerplate.animate-transition-slide ul.flicks {
    position:relative;
    left:0%;
    -webkit-transition:left 0.4s ease-out;
    -moz-transition:left 0.4s ease-out;
    -o-transition:left 0.4s ease-out;
    -ms-transition:left 0.4s ease-out;
    transition:left 0.4s ease-out
}
.flickerplate.animate-jquery-slide ul.flicks {
    position:relative;
    left:0%
}
.flickerplate.animate-scroller-slide {
    padding-bottom:0px;
    overflow:auto
}
.flickerplate.animate-scroller-slide ul.flicks {
    position:auto
}

.stats-counter {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.stats-counter .col {
    padding: 0 15px;
    width: 100%;
}

.stats-counter .item {
    text-align: left;
}

.stats-counter .featured .circle {
    border-color: #0065bd
}

.stats-counter .featured .counter {
    color: #0065bd
}

.stats-counter .circle {
    border: none;
    position: relative;
    width: 100%
}

.stats-counter .counter {
    display: inline-block;
    position: relative;
    font-size: 60px;
    padding-left: 50px;
    letter-spacing: .02em;
    line-height: normal;
    white-space: nowrap;
    font-family: 'Century Gothic',"Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
    font-weight: bold;
}

.stats-counter .counter:after{
    position: absolute;
    content: '+';
    font-size: 48px;
    right: -32px;
}

.stats-counter .title {
    width: 100%;
    margin-top: 10px;
    text-align: left;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: normal;
    position: relative;
    padding: 0;
    padding-left: 50px;
}

.stats-counter .title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 30px;
    height: 8px;
    background-color: #c0a063
}

@media (max-width:1599px) {
    .stats-counter .title {
        line-height: 27px;
    }
    .stats-counter .title:before {
        width: 25px;
        height: 6px
    }
}

@media (max-width:1439px) {
    .stats-counter .counter {
        font-size: 35px;
    }
    .stats-counter .counter:after{
        font-size: 30px;
    }
    .stats-counter .title:before {
        width: 20px;
        height: 5px
    }
}


@media (max-width:479px) {
    .stats-counter .col {
        min-width: 100%;
        max-width: 100%;
        width: 100%
    }
    
    .stats-counter .title {
        margin-top: 5px;
        font-size: 15px;
        line-height: 20px;
        padding-left: 30px
    }
    .stats-counter .title:before {
        width: 15px;
        height: 3px;
        top: 8px
    }
}

.event_List{
    margin-top: 20px;
}

.event_List li{
    border-bottom: 1px dashed #c3c3c3;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.event_List li span{
    display: inline-block;
    margin-right: 4px;
    padding-top: 6px;
    width: 62px;
    height: 64px;
    text-align: center;
    color: #fff;
    background-color: #bf9f62;
    font-family: 'BEBAS';
}

.event_List li span em {
    display: block;
    font-size: 26px;
    font-style: normal;
    line-height: 30px;
    text-align: center;
}

.event_List li .event_Text{
    display: inline-block;
    width: calc(100% - 72px);
    vertical-align: top;
}

.event_List li .event_Text h3{
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 16px;
    margin: 8px 0 6px;
}

.event_List li:hover a .event_Text h3{
    color: #bf9f62;
}

.event_List li .event_Text p{
    height: 19px;
    line-height: 20px;
    color: #616161;
    overflow: hidden;
}



.vc_row,
.vc_row .liquid-main-wrapper {
    position: relative
}

.main_project{
    background: #efefef;
    padding-bottom: 20px;
}

.vc_row .inner-row {
    
    position: relative;
    margin-top: 12px;
    z-index: 2
}

.vc_row .inner-row:after,
.vc_row .inner-row:before {
    content: " ";
    display: table
}

.vc_row .inner-row:after {
    clear: both
}

.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    
    width: 100%
}


.featured-card a:hover .bg-img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}

.featured-card a:hover .bg-img:after {
    opacity: .75
}

.featured-card a:hover .read-more .icon {
    margin-right: 0;
    opacity: 1;
    transition: opacity .2s .4s, margin .6s .4s
}

.featured-card a:hover .heading {
    transition: -webkit-transform .6s .2s;
    transition: transform .6s .2s;
    transition: transform .6s .2s, -webkit-transform .6s .2s
}



.featured-card a:hover .description {
    max-height: 400px;
    opacity: 1;
    visibility: visible;
    margin-left: 0;
    transition: margin .6s .4s, max-height 2s, opacity .2s .4s, visibility .2s .4s
}

.featured-card .inner,
.featured-card a {
    position: relative;
    height: 100%;
    width: 100%
}

.featured-card .inner {
    background-color: #fff
}

.featured-card a {
    display: inline-block;
    overflow: hidden
}

.featured-card .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s
}

.featured-card .bg-img.lazyload:after {
    opacity: 0
}

.featured-card .bg-img.lazyload.loaded:after {
    opacity: .4
}

.featured-card .bg-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(180deg, transparent 0, transparent 30%, #000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#000000", GradientType=0);
    opacity: .4;
    transition: opacity .6s
}

.featured-card .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 28px 34px
}

.featured-card .heading {
    font-size: 23px;
    margin-bottom: 6px;
    color: #fff;
    transition: -webkit-transform .6s .2s;
    transition: transform .6s .2s;
    transition: transform .6s .2s, -webkit-transform .6s .2s
}

.featured-card .heading strong{
    font-weight: 500;
}



.featured-card .description{
    max-height: 300px;
    opacity: 1;
    line-height: 30px;
    visibility: visible;
    margin-left: 0;
    transition: margin .6s .4s, max-height 2s, opacity .2s .4s, visibility .2s .4s;
    font-family: 'BEBAS';
    font-size: 24px;
    color: #fff;
}

.featured-card .description.teamms{
    max-height: 400px;
    opacity: 1;
    line-height: 22px;
    visibility: visible;
    margin-left: 0;
    transition: margin .6s .4s, max-height 2s, opacity .2s .4s, visibility .2s .4s;
    font-family: '微软雅黑';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 5px;
}

.featured-card .read-more {
    position: relative
}

.featured-card .read-more .icon {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 10px;
    opacity: 0;
    color: #fff;
    width: 20px;
    height: 20px;
    transition: margin .6s .4s, opacity .2s
}

.vc_col-md-1,
.vc_col-md-10,
.vc_col-md-11,
.vc_col-md-12,
.vc_col-md-2,
.vc_col-md-3,
.vc_col-md-4,
.vc_col-md-5,
.vc_col-md-6,
.vc_col-md-7,
.vc_col-md-8,
.vc_col-md-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vc_column_container {
    padding: 10px;
}

@media (max-width:1440px) {
    .featured-card .content {
        padding: 20px 30px
    }
}

@media (max-width:1279px) {
    .featured-card .heading {
        font-style: 17px;
        line-height: 24px
    }
}

@media (max-width:1024px) {
    .featured-card .bg-img:after {
        opacity: .4
    }
    .featured-card .read-more .icon {
        margin-right: 0;
        opacity: 1
    }
    .featured-card .heading.has-description {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .featured-card .description {
        display: none
    }
    .featured-card a:hover .heading.has-description {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@media (max-width:768px) {
    .featured-card .bg-img:after,
    .featured-card .bg-img:after.lazyload.loaded:after {
        opacity: .75
    }
    .featured-card .content {
        padding: 20px 25px
    }
    .featured-card .read-more .icon {
        margin-right: 0;
        opacity: 1
    }
    .featured-card .heading.has-description {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    .featured-card .description {
        max-height: 400px;
        opacity: 1;
        visibility: visible;
        margin-left: 0;
        display: block
    }
    .featured-card a:hover .bg-img {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .featured-card a:hover .heading.has-description {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@media (max-width:479px) {
    .featured-card .bg-img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    .featured-card .bg-img:after,
    .featured-card .bg-img:after.lazyload.loaded:after {
        opacity: .4
    }
    .featured-card .read-more .icon {
        margin-right: 0;
        opacity: 1
    }
    .featured-card .heading.has-description {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .featured-card .description {
        display: none
    }
    .featured-card a:hover .heading.has-description {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@media (min-width:992px) {
    .vc_col-md-1,
    .vc_col-md-10,
    .vc_col-md-11,
    .vc_col-md-12,
    .vc_col-md-2,
    .vc_col-md-3,
    .vc_col-md-4,
    .vc_col-md-5,
    .vc_col-md-6,
    .vc_col-md-7,
    .vc_col-md-8,
    .vc_col-md-9 {
        float: left
    }
    .vc_col-md-12 {
        width: 100%
    }
    .vc_col-md-11 {
        width: 91.66666667%
    }
    .vc_col-md-10 {
        width: 83.33333333%
    }
    .vc_col-md-9 {
        width: 75%
    }
    .vc_col-md-8 {
        width: 66.66666667%
    }
    .vc_col-md-7 {
        width: 58.33333333%
    }
    .vc_col-md-6 {
        width: 50%
    }
    .vc_col-md-5 {
        width: 41.66666667%
    }
    .vc_col-md-4 {
        width: 33.33333333%
    }
    .vc_col-md-3 {
        width: 25%
    }
    .vc_col-md-2 {
        width: 16.66666667%
    }
    .vc_col-md-1 {
        width: 8.33333333%
    }
    .vc_col-md-pull-12 {
        right: 100%
    }
    .vc_col-md-pull-11 {
        right: 91.66666667%
    }
    .vc_col-md-pull-10 {
        right: 83.33333333%
    }
    .vc_col-md-pull-9 {
        right: 75%
    }
    .vc_col-md-pull-8 {
        right: 66.66666667%
    }
    .vc_col-md-pull-7 {
        right: 58.33333333%
    }
    .vc_col-md-pull-6 {
        right: 50%
    }
    .vc_col-md-pull-5 {
        right: 41.66666667%
    }
    .vc_col-md-pull-4 {
        right: 33.33333333%
    }
    .vc_col-md-pull-3 {
        right: 25%
    }
    .vc_col-md-pull-2 {
        right: 16.66666667%
    }
    .vc_col-md-pull-1 {
        right: 8.33333333%
    }
    .vc_col-md-pull-0 {
        right: auto
    }
    .vc_col-md-push-12 {
        left: 100%
    }
    .vc_col-md-push-11 {
        left: 91.66666667%
    }
    .vc_col-md-push-10 {
        left: 83.33333333%
    }
    .vc_col-md-push-9 {
        left: 75%
    }
    .vc_col-md-push-8 {
        left: 66.66666667%
    }
    .vc_col-md-push-7 {
        left: 58.33333333%
    }
    .vc_col-md-push-6 {
        left: 50%
    }
    .vc_col-md-push-5 {
        left: 41.66666667%
    }
    .vc_col-md-push-4 {
        left: 33.33333333%
    }
    .vc_col-md-push-3 {
        left: 25%
    }
    .vc_col-md-push-2 {
        left: 16.66666667%
    }
    .vc_col-md-push-1 {
        left: 8.33333333%
    }
    .vc_col-md-push-0 {
        left: auto
    }
    .vc_col-md-offset-12 {
        margin-left: 100%
    }
    .vc_col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .vc_col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .vc_col-md-offset-9 {
        margin-left: 75%
    }
    .vc_col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .vc_col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .vc_col-md-offset-6 {
        margin-left: 50%
    }
    .vc_col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .vc_col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .vc_col-md-offset-3 {
        margin-left: 25%
    }
    .vc_col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .vc_col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .vc_col-md-offset-0 {
        margin-left: 0
    }
}

.cms-fragment {
    height: 290px;
}


section .title{
    padding: 60px 7.81vw 0;
    color: #3e3e3e;
}

.lh-company>.title{
    padding: 60px 0 0;
    margin-top: 0;
}

.title_ny{
    position: relative;
    padding-top: 60px;
    padding-bottom: 12px;
    text-align: center;
}

.title_ny h2{
    position: relative;
    font-size: 30px;
    color: #4a4045;
    line-height: 1.5;
    padding-bottom: 20px;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

.title_ny h2:before{
    position: absolute;
    content: '';
    left: 50%;
    margin-left: -29px;
    bottom: 8px;
    width: 48px;
    height: 1px;
    background-color: #bc9f5f;
}

.title_ny h2:after {
    position: absolute;
    content: '';
    left: 50%;
    margin-left: -10px;
    bottom: 2px;
    width: 48px;
    height: 1px;
    background-color: #25221e;
}

.title_ny h3 {
    font-size: 35px;
    color: #383838;
    line-height: 1.3;
    font-family: BEBAS;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-top: 15px;
    font-weight: 500;
    word-spacing: 0.5em;
}

.title_ny>p{
    position: absolute;
    right: 7.81vw;
    top: 152px;
    font-size: 18px;
    font-weight: bold;
}


#instructors-helps,.in-view-checker {
    background: #ececec;
}

#instructors-helps .title{
    margin-bottom: 20px;
    padding-top: 40px;
}

#instructors-helps .titles-box {
    margin: 0 0 50px;
}

.full-width-slider {
    position: relative;
    margin-top: 18px;
}



.visible .full-width-slider:after {
    width: 0;
}

.full-width-slider .swiper-slide {
    width: auto;
    max-width: 100%;
}

.full-width-slider .swiper-slide img {
    max-width: 33.33vw;
    margin: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.full-width-slider .swiper-slide-active:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: -1px;
    right: -1px;
    top: 0;
    bottom: 0;
    background: #ccc;
}

.full-width-slider .swiper-slide-active:first-child:before {
    left: 0;
}

.full-width-slider .swiper-slide-active:last-child:before {
    right: 0;
}

.full-width-slider .swiper-slide img.no-smooth {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}



.full-width-slider .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 0 6.80272108843537% 11.6%;
    
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 9;
}

.full-width-slider .swiper-slide-active .info {
    opacity: 1;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    transition-delay: .3s;
}

.full-width-slider .info .sub-box {
    max-width: 280px;
    letter-spacing: 1px;
}

.full-width-slider .info h3 {
    margin: 0 0 6px;
    line-height: 1.25em;
    font-size: 21px;
}

.full-width-slider .info span{
    font-size: 15px;
    display: block;
    line-height: 24px;
}

.full-width-slider .info p {
    font-size: 13px;
    line-height: 22px;
    margin-top: 11px;
}

.full-width-slider .info p.meta-social {
    position: relative;
    margin: 0 0 30px;
    padding: 0;
}

.full-width-slider .info p.meta-social a {
    color: #bcbcbc;
}

.no-touchevents .full-width-slider .info p.meta-social a:hover {
    color: #ff5a16;
}

.full-width-slider .info p.meta-social a:before {
    content: attr(data-icon);
    font-family: 'fontello';
    display: inline-block;
    vertical-align: middle;
    height: 26px;
    font-size: 22px;
    line-height: 23px;
    margin: 0 12px 0 0;
    text-decoration: none !important;
}

.full-width-slider .btn-box {
    position: absolute;
    z-index: 30;
    top: 0;
    left: 0;
    width: 100%;
}

.touchevents .full-width-slider .btn-box {
    opacity: 0;
    -webkit-transition: all .3s ease .3s;
    -moz-transition: all .3s ease .3s;
    transition: all .3s ease .3s;
}

.touchevents .visible .full-width-slider .btn-box {
    opacity: 1;
}

.full-width-slider .btn-box .sub-box {
    width: 882px;
    max-width: 33.33vw;
    margin: 0 auto;
}

.full-width-slider .btn-box .sub-box .slide-btn:first-child {
    margin-left: -169px;
}







@media screen and (max-width: 1384px) {

    
    .full-width-slider .info {
        padding: 0 6.80272108843537% 8.9%;
    }
    .full-width-slider .info h3 {
        
        line-height: 1.161764705882353em;
        margin: 0 0 15px;
    }
    .full-width-slider .info p.meta-social {
        margin: 0 0 22px;
    }
    .full-width-slider .info p.meta-social a:before {
        height: 24px;
        font-size: 20px;
        line-height: 24px;
    }
    .full-width-slider .info p:not(.meta-social) {
        max-width: 212px;
    }
}

@media screen and (max-width: 1180px) {
    
    .full-width-slider .swiper-slide img {
        max-width: 60vw;
    }
    .full-width-slider .btn-box .sub-box {
        max-width: 60vw;
    }
}

@media screen and (max-width: 1000px) {
    
    .full-width-slider .btn-box .slide-btn {
        width: 70px;
        height: 70px;
    }
    .full-width-slider .btn-box .sub-box .slide-btn:first-child {
        margin-left: -70px;
    }
}

@media screen and (max-width: 920px) {

    
    #response {
        padding: 68px 0;
    }
    .reponse-list {
        margin: 0;
        float: none;
    }
    .reponse-list .item-box {
        display: block;
        float: none !important;
        width: 100%;
        padding: 0;
        margin: 0 0 110px;
    }
    .reponse-list .more-items .item-box:last-child {
        margin: 0 0 20px;
    }
    .reponse-list .item-box:after {
        content: '';
        display: table;
        clear: both;
    }
    .reponse-list>.item-box:nth-child(2) {
        margin-top: 0;
    }
    .reponse-list .text {
        width: 100%;
        padding: 44px 220px 40px 0;
        margin-right: -200px;
    }
    .reponse-list .customer {
        width: 200px;
    }
    #response .response-bg {
        bottom: 0;
    }
    .reponse-list .more-responses {
        display: block;
        vertical-align: top;
        position: relative;
        top: 0;
        left: auto;
        margin: -20px auto 0;
    }
}

@media screen and (max-width: 880px) {
    
    .full-width-slider .swiper-slide img {
        max-width: 70vw;
    }
    .full-width-slider .btn-box .sub-box {
        max-width: 70vw;
    }
}

@media screen and (max-width: 768px) {
    
    .container {
        padding: 0 16px;
    }

    
    #response {
        padding: 120px 0 68px;
        background: #2f425d;
    }
    .reponse-list .more-responses {
        color: #ffbc00;
        border-color: #ffbc00;
    }
    .no-touchevents .reponse-list .more-responses:hover {
        color: #fff;
        border-color: #fff;
    }
    .reponse-list .more-responses:before,
    .reponse-list .more-responses:after {
        background: url("../images/more-icon.png") no-repeat 0 100%;
    }
    .reponse-list .more-responses:after {
        background-position: 0 0;
    }
    #response .response-bg {
        display: none;
    }
    #response .bg-lines {
        display: none;
    }
    .full-width-slider .swiper-slide img {
        max-width: calc(100vw - 163px);
    }
    .full-width-slider .btn-box {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    
    .full-width-slider .info {
        padding: 0 16px 24px;
    }
    .full-width-slider .info h3 {
        font-size: 26px;
        margin: 0 0 16px;
    }
}

@media screen and (max-width: 540px) {

    
    .full-width-slider .swiper-slide img {
        max-width: 100%;
    }
    .full-width-slider .btn-box {
        display: none;
    }
    .full-width-slider .info {
        padding: 0 24px 32px;
    }
    .full-width-slider .info h3 {
        font-size: 32px;
    }
}

@media screen and (max-width: 520px) {

    
    #response h2 {
        margin: 0 0 40px;
    }
    .reponse-list .item-box {
        margin: 0 0 60px;
    }
    .reponse-list .text {
        width: 100%;
        padding: 24px 0 0 0;
        margin: 0 0 22px;
    }
    .reponse-list .customer {
        width: 100%;
        padding-bottom: 20px;
    }
    .reponse-list .customer .img {
        display: none;
    }
    .reponse-list .item .bg {
        right: 0;
    }
    .reponse-list .more-responses {
        margin: 0 auto;
    }
}


.swiper-scrollbar {
    position: relative;
    height: 6px;
    width: 420px;
    max-width: 70%;
    margin: 52px auto 0;
    background: #99a0a9;
    -ms-touch-action: none;
    overflow: hidden;
    display: none;
}

.swiper-scrollbar-drag {
    position: relative;
    height: 100%;
    width: auto;
    background: #c1a061;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}


.btn-box {
    font-size: 0;
}

.slide-btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 94px;
    height: 94px;
    background: #bea061;
    cursor: pointer;
}

.slide-btn.swiper-button-disabled {
    cursor: default;
    opacity: .7;
    background: rgba(0, 0, 0, .3) !important;
}

.slide-btn.prev-slide,
.no-touchevents .slide-btn:hover {
    background: #c5a96d;
}

.no-touchevents .slide-btn.prev-slide:hover {
    background: #4f6686;
}

.slide-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 33px;
    height: 12px;
    margin: -6px 0 0 -16px;
    background: url("../images/slider-arrows.png") no-repeat 0 0;
}

.slide-btn.prev-slide:after {
    background-position: 0 100%;
}

@media screen and (max-width: 768px) {
    
    .swiper-scrollbar {
        margin: 34px auto 0;
    }
}

@media screen and (max-width: 480px) {
    
    .swiper-scrollbar {
        margin: 24px auto 0;
    }
}


.lh-container {
    position: relative;
    background: #fff;
    
    min-width: 1260px;
}



.lh-inst {
    position: relative;
    z-index: 3;
    padding-top: 10vw;
}

.lh-inst:before {
    content: '';
    display: block;
    width: 253px;
    height: 260px;
    background: url(../images/i4.png) no-repeat center;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -126px;
}

.lh-inst>div {
    width: 50%;
    position: relative;
}

.lh-inst-l {
    
    position: relative;
    background: #241f1b;
}



.lh-title h2{
    font-size: 25px;
    font-family: 'ProximaNovaSemibold';
}

.lh-title h3{
    font-size: 17px;
    margin-top: 5px;
}

.project_title{
    margin: 0 1rem 1rem;
}

.project_title h2{
    color: #231e1b;
}

.project_title h3{
    color: #231e1b;
}

.lh-title a {
    right: 3.8vw;
}

.lh-inst-r .lh-title h2{
    color: #231e1b;
}

.lh-inst-r .lh-title h3{
    color: #231e1b;
}

.lh-inst-r .lh-title h3:before{
    background: #333;
}

.lh-title.two a {
    color: #fff;
    border-color: #fff;
}

.lh-inst-a{
    width: 50%;
    float: right;
    padding: 2.8vw;
    background: #bf9f61;
}

.lh-inst-a .text {
    margin: 19px 0 0;
    animation-delay: .3s;
}

.lh-inst-b {
    line-height: 40px;
    color: #fff;
    font-size: 18px;
}

.lh-inst-b .left {
    width: 138px;
    border-right: 1px solid #83A7DD;
    padding-right: 20px;
    margin-right: 20px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.cooperation{
    background: #ececec;
    margin-top: 30px;
}

.lh-inst-a .text .res {
    color: #c6daf8;
    line-height: 24px;
    margin: 25px 0 90px;
    height: 72px;
    overflow: hidden;
}

.lh-inst-r {
    background: #fff;
    padding: 2vw 3.8vw 3.8vw;
    animation-delay: .1s;
    top: -82px;
}

.lh-inst-item li:after {
    content: '';
    display: block;
    clear: both;
}

.lh-inst-item{
    margin-top: 22px;
    padding-bottom: 30px;
    overflow: hidden;
    display: none;
}

.lh-inst-item.active{
    display: block;
}

.lh-inst-item li {
    width: calc(50% - 3%);
    float: left;
    margin: 0 1.5%;
    border-bottom: 1px solid #d4d4d4;
    padding: 2vw 0;
    position: relative;
}

.lh-inst-item li:nth-child(1) {
    animation-delay: .1s;
}

.lh-inst-item li:nth-child(2) {
    animation-delay: .2s;
}

.lh-inst-item li:nth-child(3) {
    animation-delay: .3s;
}

.lh-inst-item li:nth-child(4) {
    animation-delay: .4s;
}

.lh-inst-item li .img {
    float: left;
    width: 158px;
    padding-right: 20px;
    margin-right: 20px;
    height: 83px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.lh-inst-item li .img:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #d4d4d4;
    position: absolute;
    right: 0;
    top: 0;
}

.lh-inst-item li .img:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #bfa161;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: center bottom;
    transition: ease .65s;
    z-index: 1;
}

.lh-inst-item li .img img {
    width: 138px;
    height: 88px;
}

.lh-inst-item li h2 {
    overflow: hidden;
    font-size: 18px;
    color: #333;
    transition: ease .65s;
}

.lh-inst-item li h3 {
    line-height: 24px;
    color: #666;
    overflow: hidden;
    margin-top: 10px;
    height: 48px;
}

.lh-inst-item li a {
    display: block;
}

.lh-inst-item li:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #bfa161;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: ease .65s;
}

.lh-inst-item li:hover:before {
    transform: scaleX(1);
}

.lh-inst-item li:hover h2 {
    color: #bfa161;
}

.lh-inst-item li:hover .img:after {
    transform: scaleY(1);
}

.lh-inst-a .img {
    overflow: hidden;
    position: relative;
    animation-delay: .4s;
    z-index: -1;
}

.lh-inst-a .img:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: ease 1s;
}

.lh-inst-a:hover .img:before {
    opacity: 1;
}

.lh-inst-One{
    background: #221d1a;
    margin-top: -78px;
    width: 45%;
}

.lh-inst-One .lxpg_w,.lh-inst-One .search_sq,.lh-inst-One .lxpg_w input{
    width: 100%;
}

.lh-inst-One{
    padding: 35px 24px 24px;
    width: 300px;
    position: absolute;
    bottom: 0;
    right: 69px;
    z-index: 9;
    cursor: pointer;
    display: none;
}

.lh-inst-Two{
    padding: 35px 24px 24px;
    width: 400px;
    position: absolute;
    top: 0;
    left: 40px;
    z-index: 9;
    display: none;
}

.close_un{
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 8px;
    right: 9px;
    line-height: 20px;
}


.library{
    position: fixed;
    width: 30px;
    top: 58%;
    left:10px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 9999;
}

.lib_wrap>img{
    width: auto;
}

.lib_wrap>h3{
    padding: 0 7px;
    font-size: 15px;
    margin-top: 8px;
}

.search_sq{
    position: relative;
    width: 100%;
    margin-bottom: 7px;
}

.search_sq span{
    position: relative;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.48);
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
    font-size: 14px;
    padding: 5px 10px;
    width: 100%;
}

.search_sq span:after{
    position: absolute;
    content: '';
    width:0;
    height:0;
    right: 7px;
    top: 12px;
    border-right:5px solid transparent;
    border-left:5px solid transparent;
    border-top:5px solid #fff;
}

.search_sq ul{
    padding: 7px 15px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 31px;
    background: #fff;
    height: 300px;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    transform: translateY(34px);
    -webkit-transform: translateY(34px);
    -moz-transform: translateY(34px);
    transition: 0.3s ease;
    z-index: 9;
}

.search_sq ul.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}

.search_sq ul li{
    cursor: pointer;
    padding: 5px 0;
    border-bottom: 1px solid #e6e6e6;
    font-size: 12px;
}

.search_sq ul li:hover{
    color: #bea060;
}

.keyword_sq{
}

.keyword_sq input{
    border: 1px solid rgba(255, 255, 255, 0.48);
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
    font-size: 14px;
    padding: 5px 10px;
    width: 100%;
    margin-bottom: 7px;
}

.keyword_sq input::-webkit-input-placeholder {
    color: #fff;
}

.submit_yx input{
    width: 50%;
    float: left;
    background: #f1f1f1;
    border: 1px solid rgba(255, 255, 255, 0.72);
    color: #241f1b;
    padding: 6px 10px;
    margin-top: 8px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.submit_yx input:hover{
    background: rgba(241, 241, 241, 0.8);
}

.submit_yx input.more_search{
    margin-left: 5px;
    width: calc(50% - 5px);
    background: #241f1b;
    color: #fff;
    border: 1px solid #241f1b;
    font-size: 13px;
}

.submit_yx input.more_search:hover{
    opacity: 0.6;
    
}

.lh-inst-l .img{
    position: relative;
    z-index: 0;
}

.lxpg_w{
    margin: 0 0 7px;
}

.lxpg_w input{
    margin-bottom: 0;
}



.fl{
    float: left;
}

.fr{
    float: right;
}



.case_inner .title{
    padding: 60px 0 0;
}

.ind_case{
    margin-left: -10px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.ind_case .index_text_box {
    background-color: #FFF;
    border: 1px #dadada solid;
    text-align: center;
    margin: 0 auto;
}

.ind_case .top-fund-list__slider-unit{
    width: 25%;
    float: left;
    padding: 10px 0;
}

.sq_case .top-fund-list__slider-unit{
    padding: 10px;
}

.ind_case .index_text_img {
    position: relative;
    height: 0;
    padding-bottom: 63%;
}

.ind_case .index_text_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ind_case .index_text_i {
    position: absolute;
    bottom: -26px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: auto
}

.ind_case .index_text_ttitle {
    font-size: 22px;
    color: #262626;
    padding-top: 38px
}

.ind_case .index_text_ltitle {
    font-size: 14px;
    color: #bc9f5f;
    padding-top: 10px
}

.ind_case .index_text_stitle {
    font-size: 12px;
    color: #f39700;
    padding-top: 18px
}

.ind_case .index_text_about {
    padding: 0 10%;
    height: 44px;
    text-align: left;
    color: #909192;
    margin-top: 10px;
    line-height: 24px;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ind_case .index_text .container {
    padding-left: 0;
    padding-right: 0
}

.ind_case .index_text_bg {
    position: relative;
    height: 176px;
}

.ind_case .index_text_z {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: #FFF
}

.ind_case .index_text_more {
    color: #292521;
    text-align: left;
    height: 0;
    padding: 0 10%;
    opacity: 0
}

.ind_case .index_text_more:hover {
    color: #262626
}

.ind_case .index_text_more span {
    border-bottom: 1px #292521 solid
}

.ind_case .index_text_more span:hover {
    border-bottom: 1px #262626 solid
}

.ind_case .dh_2 .index_text_z {
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in
}

.ind_case .dh_2:hover .index_text_z {
    top: -50px;
    padding-bottom: 40px
}

.ind_case .index_text_images {
    position: absolute;
    z-index: 55;
    left: 50%;
    top: -25px;
    margin-left: -25px
}

.ind_case .index_text_images img {
    width: 50px;
    height: 50px
}

.ind_case .dh_2:hover .index_text_more {
    -webkit-animation: fadeInUp .2s .2s ease-in both;
    -moz-animation: fadeInUp .2s .2s ease-in both
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}




.overseas-nav-list {
    background-color: #e2e2e2;
}

.overseas-nav-list dd {
    position: relative;
    float: left;
    display: block;
    width: 33.33%;
    position: relative;
}

.overseas-nav-list dd>div{
    height: 322px;
    position: relative;
    padding: 36px 0px 26px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.overseas-nav-list dd:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.overseas-nav-list dd:nth-of-type(odd) {
    background-color: #eee;
}

.overseas-nav-list .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .42s cubic-bezier(.4, 0, .2, 1);
    transition: transform .42s cubic-bezier(.4, 0, .2, 1);
    transform-origin: left 100%;
    -webkit-transform-origin: left 100%;
    transform: scaleY(0);
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    visibility: hidden\9;
}

.overseas-nav-list .item_case {
    position: absolute;
    margin: 0px auto;
    position: absolute;
    z-index: 2;
    -webkit-transition: .42s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: .42s cubic-bezier(.4, 0, .2, 1);
    transition: .42s cubic-bezier(.4, 0, .2, 1);
    height: 90px;
    bottom: -23px;
    left: 5%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.overseas-nav-list dd>div:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(180deg, transparent 0, transparent 30%, #000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#000000", GradientType=0);
    opacity: 0.8;
}

.overseas-nav-list dd:hover .item_case{
    bottom: 20px;
}

.overseas-nav-list .item_case h4 {
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 8px;
}

.overseas-nav-list .item_case h4.en{
    font-size: 15px;
}

.overseas-nav-list .item_case .c {
    padding-top: 5px;
    height: 54px;
    color: #f3f3f3;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.overseas-nav-list .item_case .more {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #f3f3f3;
    border-bottom: 1px #fff solid;
}

.overseas-nav-list .ilink {
    z-index: 3;
}

.overseas-nav-list dd:hover .bg {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform-origin: left 0;
    -webkit-transform-origin: left 0;
    visibility: visible\9;
}

.overseas-nav-list dd:hover .item,
.overseas-nav-list dd:hover .item h4 {
    color: #fff;
}

.ilink {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.bg1b408b {
    background-color: rgba(188, 159, 95, 0.7);
}

.overseas-nav-list .slick-dots{
    margin: 40px 0 0;
    padding-bottom: 0;
}

.overseas-nav-list .slick-dots li button{
    display: none;
}



.newsDmos {
    width: 100%;
    margin-top: 23px;
    padding: 0 7.81vw 30px;
}

.newsDmos .contWaper {
    float: left;
    width: 46%;
    opacity: 0;
    transform: translateX(-300px) scale(0.5);
    -webkit-transform: translateX(-300px) scale(0.5);
    -moz-transform: translateX(-300px) scale(0.5);
    -o-transform: translateX(-300px) scale(0.5);
    transition: all .8s ease-in-out 0s;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
}

.newsDmos .contWaper2 {
    opacity: 0;
    transform: translateX(300px) scale(0.5);
    -webkit-transform: translateX(300px) scale(0.5);
    -moz-transform: translateX(300px) scale(0.5);
    -o-transform: translateX(300px) scale(0.5);
    transition: all .8s ease-in-out 0s;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
}

.newsDmos .contWaper.active,
.newsDmos .contWaper2.active {
    opacity: 1;
    transform: translateX(0px) scale(1.0);
    -webkit-transform: translateX(0px) scale(1.0);
    -moz-transform: translateX(0px) scale(1.0);
    -o-transform: translateX(0px) scale(1.0);
}

.newsDmos .contWaper:nth-child(2n) {
    float: right;
}

.titMors {
    width: 100%;
    display: table;
    border-bottom: 1px solid #D2D0CF;
    padding-bottom: 12px;
}

.titMors strong,
.titMors span,
.titMors a {
    display: inline-block;
}

.titMors strong {
    font-size: 20px;
    font-weight: bold;
    color: #241f1c;
}

.titMors span {
    font-size: 15px;
    font-family: 'BEBAS';
    text-transform: uppercase;
    color: #898989;
    margin-left: 8px;
    word-spacing: 0.5em;
}

.titMors a {
    float: right;
    font-size: 14px;
    color: #000000;
}

.titMors a:hover {
    color: #10492D;
}


.case_inner .titMors a{
    font-size: 18px;
    font-weight: bold;
}

.newsDmos .contWaper .newImg {
    width: 100%;
    border-bottom: 1px solid #E2E2E2;
    margin-top: 18px;
}

.newsDmos .contWaper .newImg dl {
    width: 100%;
    display: table;
}

.newsDmos .contWaper .newImg dt {
    float: left;
    height: 17vw;
    width: calc(100% - 174px);
}

.newsDmos .contWaper .newImg dt a{
    display: block;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.newsDmos .contWaper .newImg dd {
    float: left;
    width: 174px;
    height: 17vw;
    background-color: #bf9f62;
    font-family: 'BEBAS';
    padding: 16% 0 0 54px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.newsDmos .contWaper .newImg dd h3 {
    font-size: 30px;
    color: #fff;
    display: block;
    margin-bottom: 5px;
}

.newsDmos .contWaper .newImg dd small {
    font-size: 18px;
    color: #fff;
    display: block;
}

.newsDmos .contWaper .newImg dd i {
    display: block;
    width: 30px;
    border-top: 1px solid #fff;
    margin-top: 10px;
}

.newsDmos .contWaper .newImg h6 {
    margin: 23px 0;
    width: 100%;
}

.newsDmos .contWaper .newImg h6 a {
    float: left;
    display: block;
    width: calc(100% - 123px);
    font-size: 16px;
    color: #363636;
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.newsDmos .contWaper .newImg h6 a:hover {
    color: #bfa060;
}

.newsDmos .contWaper .newImg h6 font {
    float: right;
    font-size: 15px;
    color: #666666;
    font-family: 'BEBAS';
}

.newsDmos .contWaper ul.newsList {
    width: 100%;
}

.newsDmos .contWaper ul.newsList li {
    width: 100%;
    padding-top: 15px;
    overflow: hidden;
}

.news_hot{
    float: left;
    width: 26px;
    display: inline-block;
    margin-right: 8px;
    margin-top: -6px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
    font-size: 12px;
}

.fyjlist .news_hot{
    margin-top: 9px;
    background: #ececec;
}

.section_info .fyjlist .news_hot{
    background: #f6f6f7;
}

.table .news_hot{
    position: absolute;
    margin-right: 0;
    left: 7px;
    margin-top: -3px;
}

.newsDmos .contWaper ul.newsList li a {
    display: block;
    width: calc(100% - 123px);
    float: left;
    font-size: 15px;
    color: #363636;
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.newsDmos .contWaper ul.newsList li a:hover {
    color: #bfa060;
}

.newsDmos .contWaper ul.newsList li font {
    float: right;
    font-size: 14px;
    font-family: 'BEBAS';
    color: #666666;
}



footer#footer .footer-bottom dl,
nav#primary .side dl {
    margin: 0;
    padding: 0;
    color: inherit;
    font-size: 1.125rem;
    line-height: 1.9
}

footer#footer .footer-bottom dl dt,
nav#primary .side dl dt {
    font-family: 'BEBAS';
    font-weight: 500;
    color: #fff;
}

footer#footer .footer-bottom dl dd,
footer#footer .footer-bottom dl dt,
nav#primary .side dl dd,
nav#primary .side dl dt {
    margin: 0;
    padding: 0
}

footer#footer .footer-bottom dl ul.social-follow,
nav#primary .side dl ul.social-follow {
    margin: 12px 0 0 0;
    padding: 0
}

footer#footer .footer-bottom dl ul.social-follow li,
nav#primary .side dl ul.social-follow li {
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    width: auto
}

footer#footer .footer-bottom dl ul.social-follow li.mob{
    display: none;
}

.column, .columns {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-right: 1rem;
    padding-left: 1rem;
    min-width: 0;
}

.columns p{
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}

footer#footer .footer-bottom dl ul.social-follow li:last-child,
nav#primary .side dl ul.social-follow li:last-child {
    margin: 0
}

footer#footer .footer-bottom dl ul.social-follow li a,
nav#primary .side dl ul.social-follow li a {
    width: 32px;
    height: 32px;
    background: #c9b080;
    border-radius: 50%;
    display: block;
    margin-right: 6px;
 
    position: relative
}
.facebook:hover .divWX {
    display: block;
}
.divWX {
    position: absolute;
    width: 80px;
    top: -20px;
    left: -95px;
    z-index: 10;
    display: inline-block;
    display: none;
}
.divWX span {
    display: block;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

footer#footer .footer-bottom dl ul.social-follow li a:hover{
    background: #bea061;
}

footer#footer .footer-bottom dl ul.social-follow li a svg,
nav#primary .side dl ul.social-follow li a svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 2rem;
    height: 2rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 1000px
}

footer#footer .footer-bottom dl ul.social-follow li a svg g,
nav#primary .side dl ul.social-follow li a svg g {
    transition: all .25s cubic-bezier(.445, .05, .55, .95)
}

footer#footer .footer-bottom dl ul.social-follow li a svg g.circle,
nav#primary .side dl ul.social-follow li a svg g.circle {
    fill: #fff
}

footer#footer .footer-bottom dl ul.social-follow li a svg g.icon,
nav#primary .side dl ul.social-follow li a svg g.icon {
    fill: #323232
}

footer#footer .footer-bottom dl ul.social-follow li:last-child a,
nav#primary .side dl ul.social-follow li:last-child a {
    width: 2rem
}

@media screen and (min-width:64em) {
    footer#footer .footer-bottom dl ul.social-follow:hover li a svg g.circle,
    nav#primary .side dl ul.social-follow:hover li a svg g.circle {
        fill: rgba(255, 255, 255, .25)
    }
    footer#footer .footer-bottom dl ul.social-follow:hover li a svg g.icon,
    nav#primary .side dl ul.social-follow:hover li a svg g.icon {
        fill: #222
    }
}

@media screen and (min-width:64em) {
    footer#footer .footer-bottom dl ul.social-follow li a:hover svg g.circle,
    nav#primary .side dl ul.social-follow li a:hover svg g.circle {
        fill: #69bbfe
    }
    footer#footer .footer-bottom dl ul.social-follow li a:hover svg g.icon,
    nav#primary .side dl ul.social-follow li a:hover svg g.icon {
        fill: #fff
    }
}


footer#footer {
    width: 100%;
    padding: 0 1rem;
    position: relative;
    overflow: hidden;
    padding: 0 1rem 4rem;
    background: #232323;
}

@media screen and (min-width:48em) {
    footer#footer {
        padding: 0 2rem 5rem 2rem;
        margin: 0
    }
}

@media screen and (min-width:64em) {
    footer#footer {
        padding: 0 2rem;
        padding-bottom: 5rem
    }
}

footer#footer .footer-top {
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1;
    padding-bottom: 4rem;
    padding-top: 4rem
}

@media screen and (min-width:48em) {
    footer#footer .footer-top {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        border-top: none
    }
    footer#footer .footer-top:before {
        content: "";
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -1px;
        background-color: rgba(255, 255, 255, 0.1);
    }
}

@media screen and (min-width:48em) {
    footer#footer .footer-top .contact-info,
    footer#footer .footer-top .contact-options {
        width: 50%;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        color: #fff;
    }
}

@media screen and (min-width:48em) {
    footer#footer .footer-top .contact-info {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

footer#footer .footer-top .contact-info h4 {
    margin-bottom: 1rem;
    font-family: 'BEBAS';
    font-size: 28px;
    margin-top: 3rem;
    word-spacing: 0.5em;
}

@media screen and (max-width:47.9375em) {
    footer#footer .footer-top .contact-info h4 {
        margin-bottom: 10px
    }
}

footer#footer .footer-top .contact-info p {
    margin-bottom: 0;
}

@media screen and (max-width:47.9375em) {
    footer#footer .footer-top .contact-info p {
        font-size: 1.125rem
    }
}

@media screen and (min-width:48em) {
    footer#footer .footer-top .contact-info p {
        padding-right: 2rem;
        
    }
}

@media only screen and (min-width:80em) and (-webkit-min-device-pixel-ratio:1.25),
only screen and (min-width:80em) and (min--moz-device-pixel-ratio:1.25),
only screen and (min-width:80em) and (min-device-pixel-ratio:1.25),
only screen and (min-width:80em) and (-webkit-min-device-pixel-ratio:2.0833333333333335),
only screen and (min-width:80em) and (min-resolution:200dpi),
only screen and (min-width:80em) and (min-resolution:1.25dppx) {
    footer#footer .footer-top .contact-info p {
        font-weight: 200;
        color: #323232
    }
}

footer#footer .footer-top .h2 {
    margin-bottom: .75rem
}

@media screen and (max-width:47.9375em) {
    footer#footer .footer-top .h2 {
        font-size: 1.125rem;
        margin-bottom: 1.25rem
    }
}

footer#footer .footer-top dl {
    padding: 0;
    margin: 0;
    margin-top: 2rem;
    font-family: 'BEBAS';
}

@media screen and (min-width:48em) {
    footer#footer .footer-top dl {
        padding: 4rem 0 4rem 4rem;
        margin-top: 0
    }
}

@media screen and (min-width:64em) {
    footer#footer .footer-top dl {
        padding: 5rem 0 5rem 5rem
    }
}

footer#footer .footer-top dl dd,
footer#footer .footer-top dl dt {
    width: 100%;
    padding: 0;
    margin: 0
}

footer#footer .footer-top dl dt {
    font-weight: 500;
    color: #fff;
    font-size: .8125rem;
    margin: -8px 0 -4px 0
}

@media screen and (min-width:64em) {
    footer#footer .footer-top dl dt {
        margin: -8px 0 -6px 0;
        font-size: .875rem
    }
}

footer#footer .footer-top dl dd {
    font-weight: 200;
    color: #747474;
    margin-bottom: 37px;
    margin-top: 13px;
}

@media only screen and (min-width:64em) and (-webkit-min-device-pixel-ratio:1.25),
only screen and (min-width:64em) and (min--moz-device-pixel-ratio:1.25),
only screen and (min-width:64em) and (min-device-pixel-ratio:1.25),
only screen and (min-width:64em) and (-webkit-min-device-pixel-ratio:2.0833333333333335),
only screen and (min-width:64em) and (min-resolution:200dpi),
only screen and (min-width:64em) and (min-resolution:1.25dppx) {
    footer#footer .footer-top dl dd {
        font-family: "Work Sans Thin", sans-serif;
        font-weight: 400
    }
}


footer#footer .footer-top dl dd:last-of-type {
    margin-bottom: -18px
}

footer#footer .footer-top dl dd a {
    color: #747474;
    font-size: 29px;
}

@media screen and (min-width:64em) {
    footer#footer .footer-top dl dd a:hover {
        color: #c09f60
    }
}

footer#footer .footer-top dl dd a.small {
    font-size: .875rem;
    position: relative;
    top: -5px;
    font-weight: 300;
    opacity: .55
}

@media print,
screen and (min-width:48em) {
    footer#footer .footer-top dl dd a.small {
        font-size: 1rem;
        top: -4px
    }
}

@media screen and (min-width:64em) {
    footer#footer .footer-top dl dd a.small {
        top: -8px;
        font-size: 1.125rem;
        left: -2px
    }
}

footer#footer .footer-bottom {
    width: 100%;
    padding-top: 4rem;
    position: relative;
    z-index: 1
}

@media screen and (min-width:48em) {
    footer#footer .footer-bottom {
        padding-top: 5rem
    }
}

footer#footer .footer-bottom dl {
    padding-top: 3rem;
    margin: -10px 0 -10px 0
}

@media screen and (min-width:64em) {
    footer#footer .footer-bottom dl {
        padding: 0
    }
}

footer#footer .footer-bottom dl dd {
    color: rgba(255, 255, 255, .75);
    font-size: 14px;
    letter-spacing: 1px;
}

@media screen and (min-width:64em) {
    footer#footer .footer-bottom dl ul.social-follow:hover li a svg g.circle {
        fill: rgba(1, 99, 180, .06)
    }
    footer#footer .footer-bottom dl ul.social-follow:hover li a svg g.icon {
        fill: #0163b4
    }
}

footer#footer .footer-bottom dl ul.social-follow li a svg g.circle {
    fill: rgba(1, 99, 180, .06)
}

footer#footer .footer-bottom dl ul.social-follow li a svg g.icon {
    fill: #0163b4
}

@media screen and (min-width:64em) {
    footer#footer .footer-bottom dl ul.social-follow li a:hover svg g.circle {
        fill: #0163b4
    }
    footer#footer .footer-bottom dl ul.social-follow li a:hover svg g.icon {
        fill: #fff
    }
}

footer#footer .footer-top .newsletter-form {
    width: 100%;
    margin: 0;
    padding: 0
}

footer#footer .footer-top .newsletter-form form input {
    margin-bottom: 0
}

footer#footer .footer-top .newsletter-form form label {
    margin: -7px 0 1.3rem 0;
    font-size: 1.125rem
}

@media screen and (max-width:47.9375em) {
    footer#footer .footer-top .newsletter-form form label {
        font-size: 1rem!important
    }
}

footer#footer:after {
    content: "";
    width: 658px;
    height: 647px;
    transition: opacity .4s cubic-bezier(.445, .05, .55, .95), -webkit-transform .85s cubic-bezier(.445, .05, .55, .95);
    transition: opacity .4s cubic-bezier(.445, .05, .55, .95), transform .85s cubic-bezier(.445, .05, .55, .95);
    transition: opacity .4s cubic-bezier(.445, .05, .55, .95), transform .85s cubic-bezier(.445, .05, .55, .95), -webkit-transform .85s cubic-bezier(.445, .05, .55, .95);
    position: absolute;
    bottom: -430px;
    left: 15%;
    margin-left: -329px;
    z-index: 0;
    opacity: .27;
    -webkit-transform: rotate(170deg);
    -ms-transform: rotate(170deg);
    transform: rotate(170deg);
    pointer-events: none
}

@media screen and (min-width:48em) {
    footer#footer:after {
        left: 40%;
        bottom: -400px
    }
}

@media screen and (min-width:64em) {
    footer#footer:after {
        width: 1169px;
        height: 985px;
        left: 50%;
        bottom: -700px;
        margin-left: -860px;
        background-size: 1169px 985px
    }
}

form .input-container {
    width: 100%;
    position: relative
}

form .input-container input {
    padding-right: 4rem;
    width: 100%;
    font-weight: 300;
    color: #323232;
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2px;
    box-shadow: 0 0 0 3px rgba(0,0,0,.08);
    background-color: #fff;
    outline: 0;
    height: 48px;
    border: none;
    margin: 0;
    transition: box-shadow .25s cubic-bezier(.445,.05,.55,.95);
    padding: 0 .85rem;
    padding-bottom: 1px;
    margin-bottom: 2rem;
    display: block;
}

form .input-container input:focus+button.arrow {
    background-color: rgba(1, 99, 180, .09)
}

form .input-container button.arrow {
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: 4px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    border: none;
    background-color: transparent;
    transition: all .25s cubic-bezier(.445, .05, .55, .95)
}

@media screen and (min-width:64em) {
    form .input-container button.arrow {
        width: 48px;
        height: 48px;
        top: 0;
        right: 0
    }
}

form .input-container button.arrow span {
    overflow: hidden;
    position: absolute;
    text-indent: -9000px
}

form .input-container button.arrow svg {
    margin-top: 3px;
    fill: #c1a061;
    transition: all .25s cubic-bezier(.445, .05, .55, .95)
}

form .input-container button.arrow svg.default {
    margin-top: 3px
}

form .input-container button.arrow svg.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    visibility: hidden;
    opacity: 0;
    transition: all .25s cubic-bezier(.445, .05, .55, .95)
}

form .input-container button.arrow svg.spinner .path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

form .input-container button.arrow svg.checkmark {
    position: absolute;
    visibility: hidden;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
    visibility: hidden;
    transition: all .25s cubic-bezier(.445, .05, .55, .95);
    opacity: 0
}

form .input-container button.arrow svg.checkmark .path {
    stroke-linecap: round;
    stroke-dasharray: 27;
    stroke-dashoffset: -23
}

form .input-container button.arrow:focus {
    outline: 0;
    background-color: #0163b4!important
}

form .input-container button.arrow:focus svg.default {
    fill: #fff
}

@media screen and (min-width:64em) {
    form .input-container button.arrow:hover {
        outline: 0;
        background-color: #c1a061!important
    }
    form .input-container button.arrow:hover svg.default {
        fill: #fff
    }
}

form .input-container button.arrow.loading {
    outline: 0;
    background-color: #0163b4!important
}

form .input-container button.arrow.loading svg.default {
    visibility: hidden;
    opacity: 0;
    fill: #fff;
    -webkit-animation: none;
    animation: none
}

form .input-container button.arrow.loading svg.spinner {
    visibility: visible;
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite;
    opacity: 1
}

form .input-container button.arrow.loading svg.spinner .path {
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite
}

form .input-container button.arrow.loading svg.checkmark {
    -webkit-animation: none;
    animation: none
}

form .input-container button.arrow.success {
    outline: 0;
    background-color: #0163b4!important
}

form .input-container button.arrow.success svg.default {
    visibility: hidden;
    opacity: 0;
    fill: #fff
}

form .input-container button.arrow.success svg.spinner {
    visibility: hidden;
    opacity: 0;
    -webkit-animation: none;
    animation: none
}

form .input-container button.arrow.success svg.spinner path {
    -webkit-animation: none;
    animation: none
}

form .input-container button.arrow.success svg.checkmark {
    visibility: visible;
    opacity: 1
}

form .input-container button.arrow.success svg.checkmark .path {
    -webkit-animation: checkdash .5s ease forwards;
    animation: checkdash .5s ease forwards;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}



@media print,
screen and (min-width:64em) {
    .large-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .large-offset-0 {
        margin-left: 0
    }
    .large-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .large-offset-1 {
        margin-left: 8.33333%
    }
    .large-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .large-offset-2 {
        margin-left: 16.66667%
    }
    .large-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .large-offset-3 {
        margin-left: 25%
    }
    .large-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .large-offset-4 {
        margin-left: 33.33333%
    }
    .large-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .large-offset-5 {
        margin-left: 41.66667%
    }
    .large-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .large-offset-6 {
        margin-left: 50%
    }
    .large-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .large-offset-7 {
        margin-left: 58.33333%
    }
    .large-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .large-offset-8 {
        margin-left: 66.66667%
    }
    .large-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .large-offset-9 {
        margin-left: 75%
    }
    .large-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .large-offset-10 {
        margin-left: 83.33333%
    }
    .large-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .large-offset-11 {
        margin-left: 91.66667%
    }
    .large-up-1 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .large-up-1>.column,
    .large-up-1>.columns {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .large-up-2 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .large-up-2>.column,
    .large-up-2>.columns {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .large-up-3 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .large-up-3>.column,
    .large-up-3>.columns {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .large-up-4 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .large-up-4>.column,
    .large-up-4>.columns {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .large-up-5 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .large-up-5>.column,
    .large-up-5>.columns {
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .large-up-6 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .large-up-6>.column,
    .large-up-6>.columns {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .large-up-7 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .large-up-7>.column,
    .large-up-7>.columns {
        -webkit-flex: 0 0 14.28571%;
        -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
        max-width: 14.28571%
    }
    .large-up-8 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .large-up-8>.column,
    .large-up-8>.columns {
        -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

.row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}


.fhsy{
    position: fixed;
    bottom: 0;
    right: 0;
    margin-right: 4rem;
    border-right: 63px solid transparent;
    border-left: 63px solid transparent;
    border-bottom: 53px solid #c09f60;
    cursor: pointer;
    
    display: none;
    z-index: 99;
}

.fhsy:hover{
    opacity: 0.8;
}

.fhsy p{
    position: absolute;
    top: 21px;
    left: -14px;
    font-family: 'BEBAS';
    font-size: 18px;
    color: #fff;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        -ms-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.lineHeight {
    animation-name: lineHeight;
}

@keyframes lineHeight {
    0% {
        transform: scaleY(0);
        transform-origin: center top;
    }
    100% {
        transform: scaleY(1);
        transform-origin: center top;
    }
}

.fadeIn {
    animation-duration: 2s;
}


.rig-tip{
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 66px;
    z-index: 999;
    display: none;
}
.rig-tip .mbox{
    width: 66px;
    height: 66px;
    position: relative;
    margin-bottom: 2px;
    background-color: #353535;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.rig-tip .mbox span{
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.rig-tip .tel span{
    background:url(../images/img42.1.png) center no-repeat;
}
.rig-tip .wx span{
    background:url(../images/img43.1.png) center no-repeat;
}
.rig-tip .ewm span{
    background:url(../images/img44.1.png) center no-repeat;
}

.rig-tip .link span{
    background:url(../images/indtip-img.png) center no-repeat;
}
.rig-tip .top span{
    background:url(../images/img45.1.png) center no-repeat;
}
.rig-tip .assessment span{
    background:url(../images/acc-img.png) center no-repeat;
}
.rig-tip .tel{
    width: 229px;
    position: relative;
    left: 0;
}
.rig-tip .link{
    width: 166px;
}
.rig-tip .tel span{
    display: block;
    float: left;
    width: 66px;
    height: 66px;
}
.rig-tip .tel .fa{
    width: 150px;
    height: 66px;
    line-height: 66px;
    font-size: 15px;
    color: #333;
    position: relative;
    float: left;
}
.rig-tip .link .fa{
    width: 80px;
}
.rig-tip .tel .fa:before{
    display: block;
    width: 9px;
    height: 9px;
    border-top:1.5px solid #296353;
    border-right:1.5px solid #296353;
    position: absolute;
    top: 10px;
    right: 0;
    content: '';
}
.rig-tip .mbox .img{
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    left: -120px;
    top: -35px;
    padding: 5px;
    display: none;
    background-color: #fff;
    border: 1px solid #ccc;
}
.rig-tip .mbox .img img{
    display: block;
    width: 100%;
}
.rig-tip .tell:hover{
    left: -163px;
}
.rig-tip .link:hover{
    left: -100px;
}
.rig-tip .assessment:hover{
    left: -100px;
}
.rig-tip .link a{
    display: block;
    width: 100%;
    cursor: pointer;
    height: 100%;
}
.rig-tip .mbox:hover{
    background-color: #be9f62;
}
.rig-tip .tel:hover span{
    background:url(../images/img42.png) center no-repeat;
}
.rig-tip .wx:hover span{
    background:url(../images/img43.png) center no-repeat;
}
.rig-tip .ewm:hover span{
    background:url(../images/img44.png) center no-repeat;
}
.rig-tip .link:hover span{
    background:url(../images/indtip-img1.png) center no-repeat;
}
.rig-tip .top:hover span{
    background:url(../images/img45.png) center no-repeat;
}

.rig-tip .assessment:hover span{
    background:url(../images/acc-img1.png) center no-repeat;
}




.tool{
    padding: 0 7.81vw;
}

.list-faq-category {
    display: flex;
    flex-wrap: wrap;
    justify-content: inherit;
    width: calc(100% + 81px);
    margin: 0 -40px;
}

.item-faq-category {
    position: relative;
    padding: 20px 40px;
    text-align: center;
    flex: 1 1 auto;
    width: 100%;
    max-width: 25%;
}

.item-faq-category .block-faq-category {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    color: #222;
}

.item-faq-category .block-faq-category>.inner {
    position: relative;
    height: 100%;
    padding: 40px 10px;
}

.item-faq-category .block-faq-category>.inner h3{
    font-size: 19px;
    margin-bottom: 5px;
    position: relative;
}

.item-faq-category .block-faq-category>.inner:before {
    height: 7px;
    background: #bc9f5f;
}

.item-faq-category .icon-category {
    position: relative;
    margin-bottom: 16px;
    z-index: 5;
}

.item-faq-category .icon-category img{
    width: 75px;
    display: block;
    margin: 0 auto;
}

.item-faq-category .title-category {
    position: relative;
    font-family: raleway,sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 20px;
    letter-spacing: .5px;
    text-transform: uppercase;
    z-index: 5;
}

.item-faq-category .block-faq-category>.inner:after, .item-faq-category .block-faq-category>.inner:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: height .5s cubic-bezier(.785,.135,.15,.86);
}

.item-faq-category .block-faq-category>.inner:after {
    height: 0;
    background: #1e1a16;
}

.item-faq-category.active .block-faq-category>.inner:before, .item-faq-category:hover .block-faq-category>.inner:before {
    height: 100%;
}

.item-faq-category.active .block-faq-category>.inner:after, .item-faq-category:hover .block-faq-category>.inner:after {
    height: 7px;
}



.aboutjn{
    margin-bottom: 40px;
}

.aboutBox{
    text-align: right;
    margin: 23px 0 0;
    overflow: hidden;
}

.about_wrap{
    position: relative;
}

.aboutimg{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.abouttext_jn{
    display: inline-block;
    text-align: left;
    width: 50%;
    background-color: #fff;
    background-image: url('../images/circle.png');
    padding: 40px;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.abouttext_jn h3{
    font-size: 17px;
    font-weight: bold;
}

.abouttext_jn h4{
    margin: 7px 0 20px;
    font-size: 15px;
}

.abouttext_jn p{
    position: relative;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 10px;
    text-indent: 2em;
}

.banner_jn
{
    height: 450px;
}


.full-width-slider .switch_unit .jn_item{
    padding-bottom: 37px;
}

.full-width-slider .switch_unit .jn_item a:after{
    content: none;
}

.content-box {
    position: absolute;
    bottom: 0;
    left: 20px;
    padding: 18px 30px;
    background-color: #fff;
    text-align: left;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    box-sizing: border-box;
    width: 100%;
}

.content-box .term {
    display: block;
    font-size: 18px;
    line-height: 1em;
    color: #bc9f5f;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    font-size: 21px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.content-box .name {
    display: block;
    margin-top: 7px;
    font-size: 15px;
    line-height: 1em;
    color: #222;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
}

.content-box:before {
    content: "";
    position: absolute;
    bottom: 35px;
    right: 40px;
    background-image: url(../images/careers.png);
    background-position: 0px -129px;
    width: 35px;
    height: 11px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.full-width-slider .switch_unit .itemA:hover .content-box {
    padding: 30px 30px;
    background-color: #bfa061;
}

.full-width-slider .switch_unit .itemA:hover .content-box:before {
    right: 30px;
}

.full-width-slider .switch_unit .itemA:hover .content-box .term {
    color: #fff;
}

.full-width-slider .switch_unit .itemA:hover .content-box .name {
    color: #fff;
}



.links_jn ul {
    
    width: 100%;
    justify-content: space-between;
    margin: 30px 0 0 0;
    padding: 30px 0 0;
    border-top: solid 1px #e6e6e6;
}

.links_jn ul li {
    
    margin: 0 0 20px;
    background: #fff;
}

.links_jn ul li a {
    display: block;
}

.links_jn ul li .thumbnail {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 66.4634146341%;
}

.links_jn ul li .thumbnail .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s;
}

.links_jn ul li:hover .thumbnail .image{
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.links_jn ul li .thumbnail .image div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: center no-repeat;
    background-size: cover;
    transition: transform 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transform: scale(1) translate3d(0, 0, 0);
}

.links_jn ul.slick-dots{
    border-top: none;
    margin-top: 0;
    padding-top: 10px;
    overflow: hidden;
    height: auto;
    margin-bottom: 15px;
}

.links_jn ul.slick-dots li{
    margin: 0 5px;
}

.arrow {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 33px;
    height: 33px;
    background: #bfa061 url(../images/icon_arrow.png) 0% 0% repeat;
    background-size: 100%;
    transition: background-position 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

a:hover .arrow {
    background-color: #bfa061;
    background-position: 33px 0;
}

.links_jn ul li h2 {
    font-size: 22px;
    color: #262626;
    display: block;
}

.textbox{
    padding: 9%;
}

.textbox span{
    display: block;
    margin: 5px 0 11px;
    font-size: 14px;
    color: #bc9f5f;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.textbox .index_text_more{
    display: inline-block;
    color: #292521;
    text-align: left;
    border-bottom: 1px #292521 solid;
}


.media-list {
    padding-left: 0;
    list-style: none;
}

.media-list a.media {
    display: table;
    position: relative;
    margin: 0;
    padding: 20px 10px;
    border-bottom: 1px solid #d2d0cf;
}

.media-list a.media::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0px;
    background-color: #bfa061;
    -webkit-transition: width .3s linear;
    transition: width .3s linear;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.media-list .media-left > .left {
    width: 70px;
    border-right: 1px solid #b9b9b9;
    border-right-style: dotted;
    font-family: BEBAS;
    text-align: center;
    font-size: 16px;
}

.text-warning {
    display: block;
    color: #bfa061;
}

.media-left, .media>.pull-left {
    padding-right: 10px;
}

.media-body {
    width: 10000px;
    
    line-height: 24px;
    word-spacing: 0;
}

.media-list a.media:hover::before {
    width: 5px;
}





.introduction {
    padding-bottom: 53px;
}

.container--masked{
    padding: 12px 7.81vw 0;
}

.introduction .introduction__element {
    border: 3px solid #f6f6f7;
    box-shadow: 0 0 0 3px #f6f6f7
}

.introduction .introduction__element .icon-arrow-right {
    font-size: 24px;
    position: absolute;
    bottom: 4px;
    right: 12%;
    -webkit-transition: all .8s cubic-bezier(.23, 1, .32, 1);
    transition: all .8s cubic-bezier(.23, 1, .32, 1)
}

.introduction .introduction__element .pagination>li>button,
.introduction .introduction__element .pagination>li>button:focus,
.introduction .introduction__element .pagination>li>button:hover,
.introduction .introduction__element a,
.introduction .introduction__element a:focus,
.introduction .introduction__element a:hover {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff
}

.introduction .introduction__element .pagination>li>button:focus .icon-arrow-right,
.introduction .introduction__element .pagination>li>button:hover .icon-arrow-right,
.introduction .introduction__element a:focus .icon-arrow-right,
.introduction .masonry .masonry__item--double:hover .introduction__element a .icon-arrow-right {
    -webkit-transition: all .4s cubic-bezier(.23, 1, .32, 1);
    transition: all .4s cubic-bezier(.23, 1, .32, 1);
    right: 10%
}

.introduction .introduction__element.introduction__element--focus,
.introduction .introduction__element.introduction__element--next {
    background-size: cover;
    background-position: bottom;
    color: #fff
}

.introduction .introduction__element.introduction__element--focus {
    background-color: #bfa062;
}

.introduction .introduction__element.introduction__element--next {
    background-color: #231e1a;
}

.introduction .introduction__element.introduction__element--next:before{
    position: absolute;
    content: '';
    background-image: url('../images/darkgray-arrow-down.png');
    background-size: cover;
    top: -24px;
    left: 50%;
    width: 38px;
    height: 24px;
    z-index: 9;
    margin-left: -19px;
    
}

.introduction .introduction__element.introduction__element--white {
    background: #fff
}

.introduction .introduction__element.introduction__element--gray {
    background: #e7e7e7
}

.introduction .introduction__arrow-next {
    position: absolute;
    display: block;
    width: 78px;
    height: 44px;
    bottom: -41px;
    left: 83.3333%;
    left: -webkit-calc(83.3333% - 39px);
    left: calc(83.3333% - 39px);
    background: url(../images/brand-primary-arrow-down.png);
    background-size: contain
}

.introduction .introduction__title {
    display: block;
    color: #fff;
    font-size: 36px;
    line-height: 1;
    margin: 0;
    text-decoration: none;
    width: 83%;
    position: absolute;
    bottom: 31.4%;
    left: 17%;
    padding-right: 25%;
    text-transform: uppercase
}

.introduction .introduction__title h3 {
    display: inline;
    color: inherit;
    margin: 0;
    text-decoration: none;
    width: auto;
    position: relative;
    bottom: auto;
    left: auto;
    padding-right: 0;
    font-size: 39px;
    font-family: 'BEBAS';
    line-height: 48px;
    letter-spacing: 1px;
    word-spacing: 0.5em;
}

.introduction .introduction__title p{
    font-size: 23px;
    font-weight: bold;
    margin-top: 12px;
}

.introduction .introduction__title .pagination>li>button,
.introduction .introduction__title .pagination>li>button:focus,
.introduction .introduction__title .pagination>li>button:hover,
.introduction .introduction__title a,
.introduction .introduction__title a:focus,
.introduction .introduction__title a:hover {
    color: inherit;
    text-decoration: none;
    word-break: normal
}

.introduction .text-big {
    color: #fff;
    font-family: 'BEBAS';
    font-size: 70px;
    line-height: 120px;
    text-decoration: none;
    display: block
}

.introduction .case .case__img {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    padding-bottom: 106%
}

.introduction .case .case__img.ratio--1x2 {
    padding-bottom: 200%
}

.introduction .case .case__img.ratio--2x1 {
    padding-bottom: 50%
}

.introduction .case .case__img.ratio--2x3 {
    padding-bottom: 150%
}

.introduction .case .case__img.ratio--3x2 {
    padding-bottom: 66.6667%
}

.introduction .case .case__img.ratio--4x1 {
    padding-bottom: 25%
}

.introduction .case .case__img.ratio--4x5 {
    padding-bottom: 125%
}

.introduction .case .case__img.ratio--16x9 {
    padding-bottom: 56.25%
}

.introduction .case .case__img.ratio--4x3 {
    padding-bottom: 75%
}

.introduction .case .case__img .ratio__element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.introduction .case .case__text-box {
    padding-bottom: 100%;
    height: 0;
    padding-bottom: 25%;
    background: #1f3131;
    color: #fff;
    border-top: 6px solid #fff;
    margin-top: -3px;
    position: relative
}

.introduction .case .case__text-box.ratio--1x2 {
    padding-bottom: 200%
}

.introduction .case .case__text-box.ratio--2x1 {
    padding-bottom: 50%
}

.introduction .case .case__text-box.ratio--2x3 {
    padding-bottom: 150%
}

.introduction .case .case__text-box.ratio--3x2 {
    padding-bottom: 66.6667%
}

.introduction .case .case__text-box.ratio--4x1 {
    padding-bottom: 25%
}

.introduction .case .case__text-box.ratio--4x5 {
    padding-bottom: 125%
}

.introduction .case .case__text-box.ratio--16x9 {
    padding-bottom: 56.25%
}

.introduction .case .case__text-box.ratio--4x3 {
    padding-bottom: 75%
}

.introduction .case .case__text-box .ratio__element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.introduction .case .case__text-box .case__text {
    letter-spacing: inherit;
    font-size: 23px;
    font-weight: bold;
    padding: 22px 60px 21px 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.introduction .case .case__text-box .case__text>p {
    margin: 0
}

.introduction .case .case__text-box .icon-arrow-right {
    color: #6cc4bb;
    right: 6%;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.introduction .case .case__text-box:before {
    content: ' ';
    display: block;
    width: 38px;
    height: 24px;
    background: url(../images/darkgray-arrow-up.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -24px;
    left: 90px
}

.introduction .case .case__link:focus .case__text .icon-arrow-right,
.introduction .case .case__link:hover .case__text .icon-arrow-right {
    right: 4%
}

@media screen and (max-width:1650px){
    .case_offer li{
        width: 33.33%;
    }
    .case_offer li:nth-child(7),.case_offer li:nth-child(8){
        display: none;
    }
}

@media screen and (max-width:1495px) {
    
    .introduction .introduction__element.introduction__element--focus {
        padding: 11vw 6.7vw 4vw 4vw
    }
    .introduction .introduction__element.introduction__element--next {
        padding: 6.7vw 6.7vw 4vw 4vw
    }
    .introduction .introduction__element .pagination>li>button:hover .icon-arrow-right,
    .introduction .introduction__element a:hover .icon-arrow-right {
        right: -4vw
    }
    .introduction .introduction__element.case .pagination>li>button:hover .case__text-box .icon-arrow-right,
    .introduction .introduction__element.case a:hover .case__text-box .icon-arrow-right {
        right: 10%
    }
    .introduction .introduction__title {
        bottom: 4.2vw;
        left: 4.4vw;
        width: 20vw;
        font-size: 2.8vw;
        line-height: 2.7vw;
        padding-right: 15%
    }
    .introduction .introduction__title p{
        margin-top: 0;
    }
    .introduction .introduction__title h3 {
        bottom: auto;
        left: auto;
        width: auto;
        font-size: 30px;
        line-height: 16px;
    }
    .introduction .text-big {
        font-size: 64px;
        line-height: 9.4vw
    }
    .introduction .case .case__text-box .case__text {
        padding: 1.1vw 4vw 1.1vw 2vw
    }
    .introduction .case .case__text-box .icon-arrow-right {
        font-size: 2.1vw
    }

}

@media screen and (max-width:1199px) {
    .introduction .introduction__arrow-next {
        bottom: -40px
    }
}

@media screen and (max-width:991px) {
    .introduction .case .case__text-box .case__text {
        font-size: 1.4vw;
        padding: 2vw 4vw 2vw 1vw;
        margin: 0
    }
    .introduction .case .case__text-box .icon-arrow-right {
        font-size: 2.1vw
    }
}

@media screen and (max-width:767px) {
    .introduction .introduction__element .icon-arrow-right {
        font-size: 2.9vw;
        bottom: 4px;
        right: -2vw
    }
    .introduction .introduction__element.introduction__element--focus,
    .introduction .introduction__element.introduction__element--next {
        padding: 9% 20% 5% 5%
    }
    .introduction .introduction__title {
        width: 37vw;
        font-size: 4vw;
        line-height: 1;
        bottom: 3.7vw
    }
    .introduction .introduction__title h3 {
        width: auto;
        font-size: inherit;
        line-height: inherit;
        bottom: auto
    }
    .introduction .text-big {
        font-size: 9vw;
        line-height: .8;
        padding-top: 1%;
        float: left;
        margin-right: 4%
    }
    .introduction .introduction__arrow-next {
        display: none
    }
    .introduction .case .case__text-box .case__text {
        font-size: 2vw;
        padding: 3vw 6vw 3vw 3vw;
        margin: 0
    }
    .introduction .case .case__text-box .icon-arrow-right {
        font-size: 2.1vw
    }
}

@media screen and (max-width:480px) {
    .introduction .introduction__element .icon-arrow-right {
        font-size: 4.2vw;
        bottom: 7px;
        right: -15vw
    }
    .introduction .introduction__title {
        font-size: 7vw;
        width: 74vw;
        bottom: 7.4vw
    }
    .introduction .introduction__title h3 {
        font-size: inherit;
        width: auto;
        bottom: auto
    }
    .introduction .text-big {
        font-size: 16vw
    }
    .introduction .case .case__img {
        position: relative;
        padding-bottom: 100%;
        height: 0;
        padding-bottom: 50%
    }
    .introduction .case .case__img.ratio--1x2 {
        padding-bottom: 200%
    }
    .introduction .case .case__img.ratio--2x1 {
        padding-bottom: 50%
    }
    .introduction .case .case__img.ratio--2x3 {
        padding-bottom: 150%
    }
    .introduction .case .case__img.ratio--3x2 {
        padding-bottom: 66.6667%
    }
    .introduction .case .case__img.ratio--4x1 {
        padding-bottom: 25%
    }
    .introduction .case .case__img.ratio--4x5 {
        padding-bottom: 125%
    }
    .introduction .case .case__img.ratio--16x9 {
        padding-bottom: 56.25%
    }
    .introduction .case .case__img.ratio--4x3 {
        padding-bottom: 75%
    }
    .introduction .case .case__img .ratio__element {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden
    }
    .introduction .case .case__img img {
        -webkit-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
        transform: translateY(-30%)
    }
    .introduction .case .case__text-box {
        position: relative;
        padding-bottom: 100%;
        height: 0;
        padding-bottom: 50%
    }
    .introduction .case .case__text-box.ratio--1x2 {
        padding-bottom: 200%
    }
    .introduction .case .case__text-box.ratio--2x1 {
        padding-bottom: 50%
    }
    .introduction .case .case__text-box.ratio--2x3 {
        padding-bottom: 150%
    }
    .introduction .case .case__text-box.ratio--3x2 {
        padding-bottom: 66.6667%
    }
    .introduction .case .case__text-box.ratio--4x1 {
        padding-bottom: 25%
    }
    .introduction .case .case__text-box.ratio--4x5 {
        padding-bottom: 125%
    }
    .introduction .case .case__text-box.ratio--16x9 {
        padding-bottom: 56.25%
    }
    .introduction .case .case__text-box.ratio--4x3 {
        padding-bottom: 75%
    }
    .introduction .case .case__text-box .ratio__element {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden
    }
    .introduction .case .case__text-box .case__text {
        font-size: 4vw;
        padding: 19vw 12vw 19vw 6vw;
        margin: 0
    }
    .introduction .case .case__text-box .icon-arrow-right {
        font-size: 4.2vw
    }
}

.masonry {
    width: 100%;
    width: -webkit-calc(100% + 6px);
    width: calc(100% + 6px);
    margin: 0 -3px;
}

.masonry .slick-slide{
    margin: 0;
}

.masonry .masonry__sizer {
    width: 16.667%
}

.masonry .masonry__item {
    width: 100%;
    float: left;
}

.masonry .masonry__item--double {
    width: 33.333%;
    float: left;
}


@media screen and (max-width:480px) {
    .masonry .masonry__item,
    .masonry .masonry__item--double,
    .masonry .masonry__sizer {
        width: 100%
    }
}

.ratio,
.ratio--1x1 {
    position: relative;
    padding-bottom: 64%;
    height: 0
}

.ratioTwo{
    margin-top: 50%;
}

.ratio .ratio__element img, .ratio--1x1 .ratio__element img{
    height: 100%;
}

.ratio--1x1.ratio--1x2,
.ratio.ratio--1x2 {
    padding-bottom: 200%
}

.ratio--1x1.ratio--2x1,
.ratio.ratio--2x1 {
    padding-bottom: 50%
}

.ratio--1x1.ratio--2x3,
.ratio.ratio--2x3 {
    padding-bottom: 150%
}

.ratio--1x1.ratio--3x2,
.ratio.ratio--3x2 {
    padding-bottom: 66.6667%
}

.ratio--1x1.ratio--4x1,
.ratio.ratio--4x1 {
    padding-bottom: 25%
}

.ratio--1x1.ratio--4x5,
.ratio.ratio--4x5 {
    padding-bottom: 125%
}

.ratio--1x1.ratio--16x9,
.ratio.ratio--16x9 {
    padding-bottom: 56.25%
}

.ratio--1x1.ratio--4x3,
.ratio.ratio--4x3 {
    padding-bottom: 75%
}

.ratio .ratio__element,
.ratio--1x1 .ratio__element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    
}



.introduction .introduction__element.introduction__element--focus:before{
    position: absolute;
    content: '';
    background-image: url('../images/darkgray-arrow-up.png');
    background-size: cover;
    bottom: -24px;
    left: 50%;
    width: 38px;
    height: 24px;
    z-index: 9;
    margin-left: -19px;
    
}

@media screen and (max-width:767px) {
    .ratio,
    .ratio--1x1 {
        padding-bottom: 50%
    }
    .ratio--1x1.ratio--1x2,
    .ratio.ratio--1x2 {
        padding-bottom: 50%
    }
    .ratio--1x1.ratio--2x1,
    .ratio.ratio--2x1 {
        padding-bottom: 50%
    }
    .ratio--1x1.ratio--4x1,
    .ratio.ratio--4x1 {
        padding-bottom: 50%
    }
    .ratio--1x1.ratio--4x5,
    .ratio.ratio--4x5 {
        padding-bottom: 50%
    }
}

@media screen and (max-width:480px) {
    .ratio.ratio--2x3 {
        padding-bottom: 100%
    }
}

.case .case__img>img {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.23,1,.32,1);
    transition: -webkit-transform .4s cubic-bezier(.23,1,.32,1);
    transition: transform .4s cubic-bezier(.23,1,.32,1);
    transition: transform .4s cubic-bezier(.23,1,.32,1),-webkit-transform .4s cubic-bezier(.23,1,.32,1);
}

.case .case__link:hover .case__img>img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}



.recomm_school{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.recomm_oss{
    width: 50%;
    padding: 20px 30px;
}

.recomm_logo{
    position: relative;
    display: inline-block;
}

.recomm_oss .recomm_logo img{
    width: auto;
}

.recomm_logo:before{
    position: absolute;
    content: '';
    background: #dadada;
    width: 100%;
    height: 100%;
    left: 5px;
    top: 5px;
    z-index: -1;
}

.recomm_oss h3{
    font-size: 20px;
    margin: 18px 0 5px;
    text-align: left !important;
}

.recomm_oss span{
    display: block;
    font-family: 'BEBAS';
    margin-bottom: 15px;
}

.recomm_oss p{
    line-height: 28px;
    font-size: 15px;
}

.recomm_Img{
    width: 50%;
}

.recommend_inner:before{
    position: absolute;
    content: '';
    top: 50px;
    right: 0;
    width: 95%;
    height: 500px;
    background: #ececec;
}

.recommend_deta{
    position: relative;
    padding-top: 100px;
    padding-bottom: 50px;
    z-index: 9;
}

.recomm_Img li{
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.recomm_Img li img{
    display: none;
}

.colTable3,.colTable4{
    border: 1px solid #ccb687;
    border-bottom: 0px;
    border-right: 0px;
    width: 100%;
    margin: 10px auto;
    margin-bottom: 20px;
    border-collapse: collapse;
    empty-cell: show;
}

.colTable3 th,.colTable4 th{
    background: #bc9f5f;
    padding: 2px 4px;
    color: #fff;
}

.colTable3 th,.colTable3 td,.colTable4 th,.colTable4 td{
    border: 1px solid #ccb687;
    border-top: 0px;
    border-left: 0px;
    text-align: center;
    padding: 8px 0;
}

.colTable3 td,.colTable4 td{
    background: #fff;
}

.recomm_briefTitle .colTable4 p{
    margin-bottom: 0;
}

.recomm_briefTitle .recom_learn p{
    margin-bottom: 0;
}

.recomm_briefTitle{
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 60px;
}

.recomm_briefTitle:before{
    position: absolute;
    content: '';
    width: 150px;
    height: 3px;
    background: #1e1a16;
    left: 0;
    bottom: 0;
    z-index: 9;
}

.recomm_briefTitle:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #c3c3c3;
    left: 0;
    bottom: 0;
}

.recomm_briefTitle h4{
    position: relative;
    font-size: 24px;
    font-weight: bold;
    padding-left: 30px;
    margin-bottom: 5px;
}

.recomm_briefTitle>span{
    display: block;
    font-family: 'BEBAS';
    font-size: 18px;
    padding-left: 30px;
    margin-bottom: 18px;
}

.recomm_briefTitle h4:before{
    position: absolute;
    content: '';
    top: 6px;
    left: 0;
    width: 5px;
    height: 50px;
    background: #bfa061;
}

.recomm_briefTitle p{
    text-indent: 2em;
    line-height: 24px;
    margin-bottom: 20px;
}

.recomm_briefTitle p:last-child{
    margin-bottom: 0;
}

.recomm_briefTitle p strong{
    font-size: 15px;
}

.recomm_Img .switch_unit{
    padding: 0;
}

.recomm_Img .slick-dots{
    height: auto;
    margin-top: 20px;
}

.recomm_Img .slick-dots li{
    height: 12px;
}

.recomm_Img .slick-dots li button{
    display: none;
}

.recomm_back{
    width: 120px;
    text-align: center;
    display: inline-block;
    background: #bc9f5f;
    padding: 9px 30px;
    margin-bottom: 40px;
    color: #fff;
    font-size: 15px;
    float: right;
}


@media screen and(max-width: 1300px) {
    
}