
.pt50{
    padding-top: 50px;
}

.banner_ny{
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 94px;
}

.banner_ny img{
    display: none;
}

.full-width-slider{
    margin: 20px 0 0;
}

.overseasWrap{
    background: none;
}

.case_a{
    padding: 7px 36px;
    display: inline-block;
    background: #bc9f5f;
    color: #fff;
    margin-bottom:10px;
}


.country-box {
    overflow: hidden;
    margin-top: 2%;
}
.country-items {
    display: block;
    width: calc(33.33% - 20px);
    float: left;
    cursor: pointer;
    margin: 10px;
}

.country-img {
    overflow: hidden;
    position: relative;
}
.country-items img {
    width: 100%;
    -webkit-transition: all 0.8s; -moz-transition: all 0.8s; -ms-transition: all 0.8s; -o-transition: all 0.8s; transition: all 0.8s;
}
.country-con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    -webkit-transition: all 0.8s; -moz-transition: all 0.8s; -ms-transition: all 0.8s; -o-transition: all 0.8s; transition: all 0.8s;
}
.country-con > div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
.country-con h1 {
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
}
.country-con span {
    text-transform: uppercase;
    font-family: 'ProximaNovaSemibold';
    color: #fff;
    letter-spacing: 3px;
    font-size: 1rem;
}
.country-items:hover img {
    -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1);
}
.country-items:hover .country-con {
    background: rgba(0, 0, 0, .18);
}





.project{
    margin-top: 10px;
    overflow: hidden;
}

.project a{
    position: relative;
    float: left;
    width: calc(33.33% - 20px);
    margin: 10px;
    overflow: hidden;
}

.project a .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;
}

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

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

.project a .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;
}

.project a:hover .description.teamms{
    opacity: 1;
}

.project a .read-more {
    position: relative;
}

.project a .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;
}

.project a .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;
}

.project a:hover .img:after {
    opacity: .75;
}

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



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

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

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}



.cmn-btn {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 25px 10px;
    background-color: #fff;
    color: rgba(114, 114, 113, 0.9);
    font-size: 14px;
    font-weight: 700;
    font-family: "Overpass", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    letter-spacing: 0.03em;
    text-align: center;
    -webkit-transition: box-shadow 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: box-shadow 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1)
}

@media (min-width: 768px) {
    .cmn-btn {
        box-shadow: 0 15px 20px 0 rgba(0, 0, 7, 0.08)
    }
}

@media (max-width: 767px) {
    .cmn-btn {
        box-shadow: 0 7px 10px 0 rgba(0, 0, 7, 0.08)
    }
}

.cmn-btn:hover {
    color: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 7, 0.08)
}

.cmn-btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #727171;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1)
}

.cmn-btn:hover:before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.cmn-btn span {
    position: relative;
    z-index: 1
}

@media (min-width: 768px) {
    .top-fund-list__header {
        margin-bottom: 115px
    }
}

@media (max-width: 767px) {
    .top-fund-list__header {
        margin-bottom: 90px
    }
}

@media (min-width: 768px) {
    .top-fund-list__ttl {
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .top-fund-list__ttl {
        margin-bottom: 10px
    }
}

.top-fund-list__body {
    position: relative;
    margin-top: 65px;
}

@media (min-width: 768px) {
    .top-fund-list__body {
        padding-bottom: 15px
    }
}

.top-fund-list__body:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0;
    background: -webkit-linear-gradient(to bottom, #f6f6f7 0%, #ececec 100%);
    background: linear-gradient(to bottom, #f6f6f7 0%, #ececec 100%);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom
}

@media (min-width: 768px) {
    .top-fund-list__body:before {
        left: 50%;
        width: 75%;
        -webkit-transform: translateX(-50%) scaleY(0);
        -ms-transform: translateX(-50%) scaleY(0);
        transform: translateX(-50%) scaleY(0)
    }
}

@media (max-width: 767px) {
    .top-fund-list__body:before {
        left: 0;
        width: 100%;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0)
    }
}

.top-fund-list__body.is-tween:before,
.no-js .top-fund-list__body:before {
    opacity: 1;
    -webkit-transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
    transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
    transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s, opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;
    transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s, opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s
}

@media (min-width: 768px) {
    .top-fund-list__body.is-tween:before,
    .no-js .top-fund-list__body:before {
        -webkit-transform: translateX(-50%) scaleY(1);
        -ms-transform: translateX(-50%) scaleY(1);
        transform: translateX(-50%) scaleY(1)
    }
}

@media (max-width: 767px) {
    .top-fund-list__body.is-tween:before,
    .no-js .top-fund-list__body:before {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1)
    }
}

.top-fund-list__slider {
    position: relative;
    top: -60px;
    z-index: 1;
    opacity: 0.1;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    
    overflow: hidden;
}

.top-fund-list__slider:active {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

@media (min-width: 768px) {
    .top-fund-list__slider:before,
    .top-fund-list__slider:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        z-index: 2;
        width: 12.5%;
        height: 100%;
        background-color: rgba(246, 246, 247, 0.72)
    }
}

@media (min-width: 768px) {
    .top-fund-list__slider:before {
        left: 0
    }
}

@media (min-width: 768px) {
    .top-fund-list__slider:after {
        right: 0
    }
}

.top-fund-list__body.is-tween .top-fund-list__slider,
.no-js .top-fund-list__body .top-fund-list__slider {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1)
}

.top-fund-list__slider-unit {
    position: relative;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

@media (min-width: 768px) {
    .top-fund-list__slider-unit {
        padding: 0 9.4%
    }
}

@media (max-width: 767px) {
    .top-fund-list__slider-unit {
        padding: 0 15px;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
        transition: -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
        transition: transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
        transition: transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }
}

.top-fund-list__slider-unit a {
    display: block;
    
}



.top-fund-list__slider-unit-fig {
    position: relative;
    margin-bottom: 45px;
    padding-top: 148.42%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media (min-width: 768px) {
    .top-fund-list__slider-unit-fig {
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
        transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
        transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
        transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1)
    }
}

@media (min-width: 768px) {
    .top-fund-list__slider-unit:hover .top-fund-list__slider-unit-fig {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15)
    }
}

.top-fund-list__slider-unit-fig:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 104%;
    height: 95%;
    border-radius: 4px;
    background: url(../images/bg-book.png) no-repeat center center;
    background-size: cover;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width: 768px) {
    .top-fund-list__slider-unit-fig:before {
        box-shadow: 22px 22px 27px 0 rgba(0, 0, 7, 0.16)
    }
}

@media (max-width: 767px) {
    .top-fund-list__slider-unit-fig:before {
        box-shadow: 0 22px 27px 0 rgba(0, 0, 7, 0.16)
    }
}

.top-fund-list__slider-unit-fig-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1)
}

.top-fund-list__slider-unit-ttl {
    position: relative;
    z-index: 2;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media (min-width: 768px) {
    .top-fund-list__slider-unit-ttl {
        font-size: 18px;
        -webkit-transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
        transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1)
    }
}

@media (max-width: 767px) {
    .top-fund-list__slider-unit-ttl {
        opacity: 0.66;
        font-size: 12px
    }
}

.top-fund-list__slider-unit-ttl:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    z-index: 1;
    width: 1px;
    height: 60px;
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-transform: translateX(-50%) perspective(0);
    transform: translateX(-50%) perspective(0)
}

.top-fund-list__link {
    position: relative;
    z-index: 1;
    text-align: center
}

@media (min-width: 768px) {
    .top-fund-list__link {
        margin-top: -32px
    }
}

@media (max-width: 767px) {
    .top-fund-list__link {
        margin-top: -30px
    }
}

@media (min-width: 768px) {
    .top-fund-list__link .cmn-btn {
        width: 260px
    }
}

@media (max-width: 767px) {
    .top-fund-list__link .cmn-btn {
        width: 210px
    }
}

.top-fund-list__slider .slick-list {
    overflow: visible
}

@media (max-width: 767px) {
    .top-fund-list__slider .slick-center .top-fund-list__slider-unit {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.top-fund-list__slider .slick-center .top-fund-list__slider-unit-fig-img {
    opacity: 1
}

.top-fund-list__slider .slick-center .top-fund-list__slider-unit-ttl {
    opacity: 1
}

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

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

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

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

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

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

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

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

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

.index_text_bg {
    position: relative;
    height: 212px;
}

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

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

.index_text_more:hover {
    color: #262626
}

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

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

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

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

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

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

.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
    }
}



.itemCon-ul {
    width: 100%;
    background: #f0f0f0;
    height: 70px;
    line-height: 70px;
    text-align: center;
    position: relative;
}
.item_Img{
    margin-top: 94px;
}
.itemCon-ul ul {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.itemCon-ul li {
    cursor: pointer;
    flex-grow: 1;
    justify-content: center;
    background: url("../images/line.png") no-repeat left center;
}
.itemCon-ul li:first-child {
    background: none;
}
.itemCon-ul img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8%;
    width: 26px;
}
.itemCon-ul span {
    vertical-align: middle;
}
.itemCon-ul li:hover span {
    color: #bc9f5f;
}
.itemCon {
    padding-bottom: 3%;
}
.itemCon-item{
    padding-top: 92px;
    margin-top: -92px;
}
.itemCon-item img {
    width: 100%;
}
.itemCon .index-team-item
{
    margin: 0 1%;
}
.index-more {
    text-align: center;
}
.index-more .index-more-a {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    
    margin-top: 3%;
    width: 120px;
    height: 54px;
    line-height: 54px;
    background: #bc9f5f;
    padding: 0 20px;
    position: relative;
    font-size: 16px;
    color: #fff;
    word-spacing: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    box-sizing: content-box;
}



.section-wrap{
    padding: 0 7.81vw 0;
}

.sec-02 .wavelength-wrap {
    margin-top:40px;
    overflow: hidden;
}
.sec-02 .wavelength-wrap .part {
    position: relative;
    float:none;
    width: 100%;
}

@media screen and (min-width: 544px) {
    .sec-02 .wavelength-wrap .part {
        float:left;
        width: 25%;
        padding-right:5%;
    }
}

.traverThree{
    padding-bottom: 40px;
}

.traverThree.sec-02 .wavelength-wrap .part{
    width: 33.33%;
}

.sec-02 .wavelength-wrap .part i{
    position: absolute;
    top: -23px;
    left: 0;
    font-size: 64px;
    color: #dddddd;
    font-family: BEBAS;
}

.sec-02 .wavelength-wrap .part i:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 40px;
    background: #f6f6f7;
    left: 0;
    bottom: -4px;
    z-index: 0;
}

.sec-02 .wavelength-wrap .part:last-child{
    margin-right:0;
}

.sec-02 .part::before {
    display:block;
    content:'';
    width:100%;
    margin-top:48px;
    padding-top:15px;
    border-top:1px solid #ddd;
}

.sec-02 .wavelength-eng {
    position: relative;
    width:100%;
    font-size:14px;
    font-weight: 600;
    color:#222;
    text-transform: uppercase;
}
.sec-02 .wavelength-title {
    margin:10px 0 20px;
    font-size:24px;
    color:#bc9f5f;    
}
.sec-02 .wavelength-txt {
    line-height:24px;
    font-size:14px;
    color:#555;margin-bottom: 25px;
}




.fyejicon {
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
}

.fyejicon .hasani,
.fyejicon .hasani {
    width: 50%;
    padding-right: 5%;
}

.fyjlist {
    margin-top: 24px;
}

.fyjlist li {
    line-height: 48px;
}

.fyjlist li a {
    display: block;
    height: 48px;
    color: #666;
    padding-left: 24px;
    background: url('../images/fang.png') 5px no-repeat;
    border-bottom: 1px dashed #d8d8d8;
}

.fyjlist li:hover a,
.fyjlist li:hover i {
    color: #bfa061;
}

.fyjlist li:hover a {
    border-color: #bfa061;
}

.fyjlist li h3 {
    display: inline-block;
    width: calc(100% - 90px);
    height: 48px;
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.fyjlist li i {
    float: right;
    display: inline-block;
    width: 80px;
    height: 48px;
    color: #999;
    font-style: normal;
}

.fyejicon a.more {
    display: block;
    border-bottom: 1px solid #aaa;
    margin-top: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #999;
    text-transform: uppercase;
}

.fyejicon a.more:hover {
    border-color: #007cc2;
    color: #007cc2;
}

.boxh {
    width: 100%;
    height: 165px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.boxh .inner {
    padding: 38px 28px;
}

.boxh h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
}

.boxh h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 0;
    width: 34px;
    height: 3px;
    background-color: #fff;
}

.boxh p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    font-family: 'BEBAS';
}

.boxh a {
    color: #fff;
}

.newsDmos_1{
    width: 100%;
    margin-top: 15px;
    padding: 0 7.81vw 30px;
    background: #ececec;
}

.foreignNew{
    background: none;
}

.foreignNew .foreignList{
    padding-bottom: 0;
}

.fnews{
    position: relative;
}

.fnewslist {
    padding: 60px 0 0px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.fnewslist li {
    float: left;
    width: calc(25% - 20px);
    margin: 10px;
    background: #ececec;
}

.fnewslist li .fnewslin {
    padding: 0 0px;
}

.fnewslist li a {
    display: block;
    padding-bottom: 26px;
    position: relative;
}

.fnewslist .pic {
    width: 100%;
    height: 0;
    padding-bottom: 67%;
    overflow: hidden;
    position: relative;
}

.fnewslist .pic i {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    
}

.fnewslist img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fnewslist li:hover img {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

.fnewslist h3 {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    height: 60px;
    overflow: hidden;
    margin: 26px 0 15px;
    padding: 0 30px;
}

.fnewslist .date {
    font-size: 15px;
    color: #bfbfbf;
    line-height: 30px;
    height: 30px;
    padding: 0 30px;
}

.fnewslist label {
    position: absolute;
    right: 30px;
    bottom: 40px;
    z-index: 1;
    width: 30px;
    height: 30px;
    background: url('../images/jia.png') center no-repeat;
    opacity: 0;
    filter: alpha(opacity=0);
}

.fnewslist li:hover a {
    background-color: #bc9f5f;
}

.fnewslist li:hover h3 {
    color: #fff;
}

.fnewslist li:hover .pic i {
    border-color: #bc9f5f;
}

.fnewslist li:hover label {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    opacity: 1;
    filter: alpha(opacity=100);
}

.fnewslist h3,
.fnewslist a,
.fnewslist img,
.fnewslist i,
.fnewslist label {
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}



.introdWrap{
    padding-bottom: 0;
}

.introd_Box{
    margin: 23px 0 0;
    overflow: hidden;
}

.introd_Box li{
    position: relative;
    float: left;
    width: calc(33.33% - 20px);
    margin: 0 10px;
}

.introdImg{
    padding-top: 79%;
    position: relative;
    height: 0;
    overflow: hidden;
}

.introdImg img{
    position: absolute;
    top: 0;
    height: 100%;
}

.introdTxt{
    text-align: right;
    padding: 30px 30px;
    background: #ececec;
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    z-index: 9;
}

.introdTxt h3{
    font-size: 24px;
    text-align: left;
}

.introdTxt p{
    font-family: 'BEBAS';
    font-size: 20px;
    color: #afafaf;
    text-align: left;
    margin-top: 4px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.introdTxt span{
    display: inline-block;
    background: #bfa061;
    padding: 7px 20px;
    color: #fff;
    margin-top: 16px;
}

.introd_Box li:hover a{
    color: inherit;
}

.introd_Box li:hover .introdTxt{
    background: #bfa061;
    color: #fff;
}

.introd_Box li:hover .introdTxt p{
    color: #fff;
}

.introd_Box li:hover .introdTxt span{
    background: #25211d;
}


.page {
    clear: both;
    padding: 3% 0;
    text-align: center;
}
.page ul {
    word-spacing: 0;
}
.page a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 9px 18px;
    font-size: 13px;
    color: #666666;
}
.page a.current {
    background: #bc9f5f;
    border: 1px solid #bc9f5f;
    color: #fff;
}

.page a:hover {
    background: #bc9f5f;
    cursor: pointer;
    color: #fff;
}


.flex-direction-nav{
    display: none;
}

.news_inner{
    width: 1080px;
    margin: 0 auto;
}

.news_inner h3{
    font-size: 25px;
    color: #2a2622;
    line-height: 50px;
    text-align: center;
    
}

.sqDate{
    line-height: 26px;
    margin-top: 12px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.sqDate span{
    display: inline-block;
    margin: 0 15px;
    color: #bc9f5f;
    line-height: 26px;
}

.news_txt{
    margin-top: 30px;
}

.news_txt p,.news_txt span{
  
    color: #666 !important;
    font-family: '微软雅黑' !important;
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 16px !important;
}

.news_txt img{
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}

.news_txt>img{
    margin-bottom: 10px;
}

.atc-pn {
    overflow: hidden;
    text-align: center;
    position: relative;
    height: 74px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 74px;
    margin: 56px 0;
}

.atc-pn a {
    width: 98px;
    height: 74px;
    font-size: 15px;
    color: #1e1a16;
    text-align: left;
    position: relative;
    font-weight: bold;
    z-index: 1;
    overflow: hidden;
}

.atc-pn a i {
    font-family: 'simsun';
}

a.atc-prev {
    float: left;
}

a.atc-next {
    float: right;
    text-align: right;
}

a.atc-ret {
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    background: url('../images/ret.png') left center no-repeat;
}

.atc-pn a:hover {
    color: #bc9f5f;
}

a.atc-ret:hover {
    background-image: url('../images/reth.png');
}

@media screen and (max-width:1300px) {
    .atc {
        padding: 65px 30px 40px;
    }
}

@media screen and (max-width:750px) {
    .atc {
        padding: 50px 30px 50px;
    }
    .atc-h .atc-date {
        font-size: 24px;
        line-height: 36px;
        margin-top: 20px;
    }
    .atc-con {
        font-size: 26px;
        line-height: 44px;
    }
    .atc-con div,
    .atc-con p,
    .atc-con span {
        font-size: 26px !important;
        line-height: 44px!important;
    }
    .atc-pn a {
        width: 120px;
    }
}



.team_inner{
    margin: 0 auto 50px;
    padding-top: 80px;
    overflow: hidden;
}

.team_Img{
    position: relative;
    width: 40%;
    padding-bottom: 20px;
}

.team_Img:before{
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 82%;
    background: -webkit-linear-gradient(to bottom, #f6f6f7 0%, #ececec 100%);
    background: linear-gradient(to bottom, #f6f6f7 0%, #ececec 100%);
}

.teamTeacher{
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.teamTeacher p{
    text-align: center;
    margin-top: 24px;
    font-size: 16px;
    font-family: Arial;
    text-transform: uppercase;
    font-weight: 600;
    color: #222;
}

.team_Txt{
    position: relative;
    width: 58%;
    padding: 0 0 0 4%;
    margin-top: 46px;
}

.team_Txt:before{
    position: absolute;
    content: '';
    width: 4px;
    left: 0;
    height: 80px;
    top: 0;
    background: #bc9f5f;
    z-index: 1;
}

.team_Txt:after{
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    left: 1px;
    top: 0;
    background: #a5a5a5;
}

.team_Txt h3{
    font-size: 35px;
    color: #383838;
    line-height: 1;
    font-family: BEBAS;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 14px 0 20px;
    font-weight: 500;
    text-align: left;
}

.team_Txt span{
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 22px;
    color: #383838;
}

.team_Txt h4{
    font-size: 25px;    padding-bottom: 15px;
}

.team_Txt p{
    line-height: 26px;
    margin-bottom: 10px;
    color: #4a4a4a;
    font-size: 15px;
}

.zxzx{
    display: inline-block;
    background: #bc9f5f;
    padding: 9px 30px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 15px;
}
.zxzx:hover,.back_team:hover{
    color: #fff;
    opacity: 0.8;
}
.back_team{
    width: 120px;
    text-align: center;
    display: inline-block;
    background: #bc9f5f;
    padding: 9px 30px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 15px;
}

.btn-back {
    position: relative;
    padding-left: 26px;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 20px;
    color: #a0a0a0;
}

.team_Txt .btn-back {
    position: absolute;
    top: -48px;
    right: 0;
    
}

.btn-back i {
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 16px;
    line-height: 20px;
}

.btn-back:hover {
    color: #bf9f62
}

.icon-back:before {
  position: absolute;
    content: "";
  width: 16px;
  height: 16px;
  top: 0;
  background: url('../images/list.png') no-repeat center;
}



#country_md{
    position: absolute;
    width: 100%;
    height: 100px;
    top: 350px;
    left: 0;
    
}

.main-choose {
    overflow: hidden;
    margin-top: 20px;
    background: #f5f5f5;
}

.main-choose .main-choose-box {
    padding: 0 2%;
    background: #fff;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

.main-choose .main-choose-items {
      border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
    padding: 1.6% 0 1%;
    overflow: hidden;

}

.main-choose .main-choose-items:last-child {
    border: 0;
}

.main-choose .main-choose-box p {
    color: #666;
    float: left;
    font-size: 15px;
    letter-spacing: 1px;
    background: url(../images/choose-gj.png) no-repeat left center;
    background-size: 22px;
    line-height: 30px;
    text-align: left;
    padding-left: 30px;
    padding-right: 20px;
}

.main-choose .main-choose-box .choose_type p{
    background: url(../images/choose-type.png) no-repeat left center;
    background-size: 22px;
}

.main-choose .main-choose-box .choose_ielts p{
    background: url(../images/choose-ielts.png) no-repeat left center;
    background-size: 26px;
}

.main-choose .main-choose-box .choose_toefl p{
    background: url(../images/choose-toefl.png) no-repeat left center;
    background-size: 26px;
}

.main-choose .main-choose-box .choose_money p{
    background: url(../images/choose-money.png) no-repeat left center;
    background-size: 26px;
}

.main-choose .main-choose-box ul {
    
}

.main-choose .main-choose-box ul li {
    cursor: pointer;
    float: left;
    text-align: center;
    line-height: 22px;
    padding: 4px 14px;
    margin: 0 2px 7px; text-decoration: none;
}

.main-choose .main-choose-box ul li a {
    font-size: 14px;
    color: #333;
}

.main-choose .main-choose-box ul li:hover a {
    color: #bc9f5f;
    text-decoration: underline
}

.main-choose .main-choose-box ul li.cur {
    background-color: #bc9f5f;
    border-radius: 16px;
    padding: 3px 21px
}

.main-choose .main-choose-box ul li.cur a {
    color: #ffffff;
}

.main-choose-moblie{
    display: none;
}

.main-choose-moblie .choose-moblie-ul {
    overflow: hidden;
}
.choose-moblie-ul li {
    border: 1px solid #d8d8d8;
    float: left;
    width: 48%;
    margin: 1%;
    text-align: center;
    padding: 2% 0;
}
.recommend_choose li{
    width: 19%;
    margin: 0.5%;
}
.choose-moblie-ul li a {
    color: #666666;
    font-size: 13px;
    letter-spacing: 1px;
}
.recommend_choose a{
    font-size: 12px;
}
.choose-moblie-ul li.active {
    background: #bc9f5f;
}
.choose-moblie-ul li.active a {
    color: #fff;
}
.choose-moblie-box {
}
.choose-moblie-item {
    display: none;
}
.choose-moblie-item:first-child {
    display: block;
}
.choose-moblie-item ul {
    border-bottom: 1px solid #eee;
    padding: 2% 0;
    overflow: hidden;
}
.choose-moblie-item li {
    display: inline-block;
    text-align: center;
    line-height: 30px;
    width: 31%;
}
.choose-moblie-item a {
    font-size: 13px;
    color: #999;
    width: 100%;
    display: inline-block;
    border-right: 1px solid #d8d8d8;
    line-height: 12px;
}

.case_wrap .title_ny{
    padding-top: 20px;
}


.lh-other {
    width: 1200px;
    margin: auto;
    padding: 58px 0 40px;
    position: relative;
    z-index: 1;
}

.lh-about {
    background: #fff;
    padding: 60px;
}

.lh-about-a>div {
    width: 50%;
}

.lh-about-l {
    padding-right: 30px;
}

.lh-about-l>img{
    width: 70%;
}

.lh-about-a .lh-about-l .res{
    margin-top: 0;
}

.lh-about-a .res {
    font-size: 21px;
    color: #bfa061;
    line-height: 32px;
    margin: 30px 0 12px;
    font-weight: bold;
}

.lh-about-a .cont {
    color: #666;
}

.lh-about-a .cont p{
    font-size: 15px;
    line-height: 28px;
}

.lh-about-a .cont img {
    display: inline-block;
    width: auto;
    max-width: 100%;
}

.lh-about-r {
    padding-left: 30px;
}

.lh-about-r .cont {
    font-size: 12px;
    line-height: 22px;
}

.case_tj{
    margin-bottom: 53px;
}

.case_tj h3{
    border-bottom: 1px dashed #a0a0a0;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.case_tj p span{
    color: #bfa061;
    padding-right: 5px;
}

.case_tj p{
    font-weight: bold;
}

.case_tj p a{
    color:#414141;
    font-size: 15px;
}

.case_tj p a:hover{
    color: #bfa061;
}

.case_tj p i{
    border-bottom: 1px solid #414141;
}

.case_tj p a:hover i{
    border-bottom: 1px solid #bfa061;
}



.class_inst {
    position: relative;
    z-index: 3;
    padding-top: 10vw;
    margin-bottom: 40px;
}

.class_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;
}

.class_inst>div {
    width: 50%;
    position: relative;
}

.class_inst .lh-inst-l {
    background: #bfa061;
    padding-top: 3.8vw;
    position: relative;
    top: -82px;
}

.class_inst .lh-inst-l .lh-title {
    padding: 0 3.8vw;
}

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

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

.class_inst .lh-inst-a .text {
    padding: 0 3.8vw;
    margin-top: 28px;
    margin-bottom: 10px;
    animation-delay: .3s;
}

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

.class_inst .lh-inst-b p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
}

.class_inst .lh-inst-b p strong{
    font-size: 15px;
}

.class_de{
    margin-bottom: 10px;
}

.class_inst .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;
}

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

.class_inst .lh-inst-r {
    background: #fff;
    padding: 2vw 2.8vw 2.8vw;
    animation-delay: .1s;
    top: 0;
}

.class_inst .lh-inst-item {
    display: block;
    margin: 0;
    padding: 0;
}

.class_inst .lh-inst-a {
    width: 100%;
    float: none;
    padding: 0;
    background: none;
}

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

.class_inst .lh-inst-item li {
    width: 100%;
    border-bottom: 1px solid #F6F6F7;
    padding: 2.08vw 0;
    position: relative;
}

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

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

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

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

.class_inst .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;
}

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

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

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

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

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

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

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

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

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

.class_inst .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;
}

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



.serviceOneWrap{
    width: 100%;
    margin: 0 auto 30px;
    
}

.serviceOneWrap ul{
    height: 453px;
    margin: 20px 0 40px;
}

.serviceOneWrap>p{
    color: #bfa061;
    margin: 20px 20px;
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
}

.serviceOneWrap li{
    position: relative;
    
    height: 290px;
    margin: 10px;
    float: left;
    overflow: hidden;
    
    
}

.w50{
    width: calc(50% - 20px);
}

.w25{
    width: calc(25% - 20px);
}

.h100{
    height: 600px !important;
}

.serviceOneWrap li a>img{
    display: block;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.serviceOneWrap li:hover a>img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.serviceOneWrap li .serviceOneImg{
    position: relative;
    display: block;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
}

.serviceOneWrap li:hover .serviceOneImg{
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.serviceOneWrap li a:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.4;
    z-index: 2;
}

.abroadList{
    margin: 20px 0 30px;
    overflow: hidden;
}

.abroadList li{
    
    float: left;
    margin-bottom: 20px;
    background: #fff;
    padding: 30px;
    width:100%;
}

.abroadList li .abroadBox{
    position: relative;
    border: 1px solid #d6d6d6;
    padding: 30px;
}

.abroadList li .abroadBox h3{
    font-size: 20px;
    color: #bfa061;
    font-weight: bold;
}

.abroadList li .abroadBox em{
    font-family: 'BEBAS';
    color: #484848;
    font-size: 16px;
    display: block;
    margin-bottom: 13px;
}

.abroadList li .abroadBox p{
    position: relative;
    line-height: 24px;
    text-indent: 2em;
    color: #666;
    padding-right: 100px;
    z-index: 9;
}

.abroadList li .abroadBox span{
    position: absolute;
    bottom: 20px;
    right: 30px;
    color: #dcdcdc;
    font-size: 70px;
    font-family: 'BEBAS';
}

.service_title{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    z-index: 9;
}

.serviceOneWrap li h4{
    position: absolute;
    top: -33px;
    background: #f5f5f5;
    font-size: 27px;
    color: #bfa061;
    padding: 0 20px;
    z-index: 9;
}

.serviceOneWrap li h4 span{
    font-family: 'BEBAS';
    font-size: 34px;
    padding-left: 8px;
}

.serviceOneWrap li h3{
    font-size: 19px;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #a9a9a9;
    margin-top: 20px;
}

.serviceOneWrap li p{
    position: relative;
    font-size: 21px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 5px;
    margin-top: 12px;
}

.serviceOneWrap li span{
    display: block;
    font-family: BEBAS;
    color: #fff;
    font-size: 19px;
    text-align: center;
}

.serviceTwo{
    background: #ececec;
}

.service_title img{
    width: 60px;
    margin: 0 auto;
}

.serviceThreeWrap li{
    position: relative;
}

.serviceThreeTxt{
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    z-index: 9;
}

.serviceThreeWrap li:hover .serviceThreeTxt{
    bottom: 20px;
}

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

.serviceThreeWrap li 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.6;
}

.serviceThreeTxt span{
    display: inline-block;
    width: 100px;
    padding: 9px 0;
    border-radius: 25px;
    margin-top: 12px;
    font-size: 13px;
    letter-spacing: 1px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(191, 160, 97,0.7) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%, rgba(191, 160, 97,0.7) 100%);
}



.serviceThreeWrap .dxyDemo_div a {
    display: none;
    overflow: hidden;
    position: relative;
    float: left;
}
.serviceThreeWrap .dxyDemo_div a img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
    display: block;
}
.serviceThreeWrap .dxyDemo_div a:first-child {
    display: block;
}



.sqhOne{
    height: 600px;
    margin: 23px 0;
    overflow: hidden;
}

.sqhOneImg{
    width: 50%;
    height: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sqhOneTxt{
    width: 50%;
    float: left;
    padding: 20px 5%;
}

.sqhOneTxt h3{
    font-size: 20px;
    color: #bfa061;
    margin-bottom: 15px;
}

.sqhOneTxt p{
    line-height: 23px;
    margin-bottom: 5px;
    color: #666;
}

.sqhOneTxt span{
    display: block;
    margin-top: 18px;
    color: #666;
}

.project_3 {
    width: 100% !important;
    height: 100px;
    background-color: #f3f3f3;
    margin: 27px 0;
    display: table;
    padding: 0 5%;
}

.project_4 {
    display: table-cell;
    vertical-align: middle;
    padding-left: 0 !important;
}

.project_4 img {
    width: 73px;
    height: auto;
}

.project_5 {
    display: table-cell;
    vertical-align: middle;
}

.sqhTwo{
    padding-bottom: 30px;
    overflow: hidden;
}

.sqhTwo li{
    width: 31.33%;
    float: left;
    margin-right: 2%;
    background: #f6f6f7;
}

.sqhTwo li .sqhTwoImg{
    position: relative;
    padding-top: 71.04558%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 9;
}

.sqhTwoTxt{
    position: relative;
    padding: 30px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.ser_b{
    overflow: hidden;
}

.sqhTwo li:hover .sqhTwoTxt{
    height: auto;
}

.sqhTwoTxt em{
    position: absolute;
    font-family: 'BEBAS';
    font-size: 60px;
    top: -30px;
    right: 30px;
    z-index: 0;
    color: #e0e0e0;
}

.sqhTwoTxt i{
    display: block;
    line-height: 23px;
    color: #666;
    letter-spacing: 1px;
}

.sqhTwoTxt h3{
    margin-top: 20px;
    font-size: 20px;
}

.sqhTwoTxt span{
    display: block;
    font-family: 'BEBAS';
    font-size: 17px;
    margin: 5px 0 14px;
}

.sqhTwoTxt p{
    line-height: 23px;
    margin-bottom: 5px;
    color: #666;
    letter-spacing: 1px;
}




.aboutOne{
    background: url(../images/map.png) no-repeat center;
}

.box {
    width: 1200px;
    margin: 0 auto 40px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    position: relative;
}

.sj {
    padding-top: 30px;
    margin: 0 auto;
}

.sj>.numBox {
    float: left;
    width: 25%;
    text-align: center;
    padding: 0 20px;
    display: block;
}

.sj .numBox.stats-counter .counter{
    padding-left: 0;
}

.sj .numBox .num {
    font-family: 'BEBAS';
    font-size: 62px;
    line-height: 72px;
    color: #bfa061;
    position: relative;
    display: inline-block;
}

.i2ct{
    margin: 0 0 20px;
}

.i2ct p{
    width: 95%;
    margin: 0 auto;
    line-height: 29px;
    font-size: 15px;
    text-indent: 2em;
    margin-bottom: 16px;
}

.sj .numBox .num span {
    font-size: 52px;
    color: #bfa061;
    display: inline-block;
    position: relative;
    bottom: 10px;
}

.sj .numBox .txt {
    font-size: 14px;
    
    margin-top: 5px;
    line-height: 22px;
}

.aboutTwo{
    background: #ececec;
}

.aboutTwo .about-youshi-box li{
    width: 49%;
    height: 74px;
    padding: 15px 2%;
}

.aboutTwo .about-youshi-box li p{
    font-size: 14px;
    line-height: 23px;
}


.honor-wrap .honor-list {
    width: 100%;
    margin-top: 20px;
}

.honor-list{
    background: #fff;
    height: 304px;
    margin: 23px 0 30px;
}

.honor-list li {
    margin-bottom: 20px;
    width: 100%;
    background-color: #fff;
    transition: normal;
    overflow: hidden;
}

.honor-list .img {
    display: block;
    width: 35%;
    height: 304px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    transition: normal;
}

.honor-list .right {
    width: 60%;
    padding-top: 2%;
    margin-left: 3.5%;
    margin-right: 1%;
}

.honor-list .tit {
    line-height: 55px;
    height: 55px;
}

.honor-list .tit .f30 {
    color: #bfa061;
    display: inline-block;
    margin-right: 19px;
    font-size: 26px;
    line-height: 50px;
}

.honor-list .tit .f36 {
    text-transform: uppercase;
    color: #eee;
    font-size: 30px;
    font-family: 'BEBAS';
}

.honor-list .list {
    width: 100%;
    overflow: hidden;
}

.honor-list .list span {
    display: block;
    float: left;
    line-height: 38px;
    border-bottom: 1px solid #d2d2d2;
    font-size: 14px;
    
    
    margin-right: 4%;
}

.honor-list .list i{
    display: block;
    width: 42%;
    line-height: 38px;
}

.honor_jp li .honorImg{
    border: 1px solid #ddd;
    padding: 15px;
}

.honor_jp li p{
    text-align: center;
    margin: 5px 0;
}

.honor_jp .switch_unit{
    padding: 0;
}

.honor_jp .slick-dots{
    margin-top: 20px;
}

.aboutFour{
    background: #ececec;
    overflow: hidden;
}

.aboutFourBox{
    margin: 23px 0 40px;
}

.aboutFourBox li{
    position: relative;
    padding: 30px;
    background: #f5f5f5;
    margin-bottom: 20px;
    overflow: hidden;
}

.aboutFourBox li h3{
    font-size: 18px;
    color: #bfa061;
    margin-bottom: 10px;
}

.aboutFourBox li p{
    text-indent: 2em;
    line-height: 24px;
    color: #656565;
    padding-right: 110px;
}

.customer{
    
    border: 1px solid #d0cece;
    padding: 30px;
    overflow: hidden;
}

.aboutFourBox li:hover .customer:before, .aboutFourBox li:hover .customer:after {
    width: 4%;
    height: 20%;
    visibility: visible;
}

.customer:before {
    content: '';
    display: block;
    width: 0%;
    height: 0%;
    border-left: 1px solid #bfa061;
    border-top: 1px solid #bfa061;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    transition: ease .65s;
}

.customer:after {
    content: '';
    display: block;
    width: 0%;
    height: 0%;
    border-right: 1px solid #bfa061;
    border-bottom: 1px solid #bfa061;
    position: absolute;
    right: 0;
    bottom: 0;
    visibility: hidden;
    transition: ease .65s;
}

.customerImg{
    width: 240px;
    float: left;
}

.customerTxt{
    float: left;
    width: calc(100% - 270px);
    margin-left: 30px;
    
}

.aboutFourBox li span{
    font-family: 'BEBAS';
    position: absolute;
    font-size: 68px;
    bottom: 48px;
    right: 69px;
    color: #e4e4e4;
}


.environment .switch_unit{
    padding: 0;
}

.environment li{
    background: #fff;
    margin-bottom: 20px;
    
}

.environment li p{
    text-align: center;
    margin: 10px 0;
}

.environment .slick-dots{
    margin-top: 20px;
}

.aboutSix{
    background: #ececec;
    padding-bottom: 40px;
}

.contact {
    position: relative;
    margin: 23px 0 0;
    text-align: right;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px 1px #c1c1c1; 
    -moz-box-shadow: 0 0 10px 1px #c1c1c1; 
    box-shadow: 0 0 10px 1px #c1c1c1;
}
.contactImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 44%;
    height: 100%;
}
.contactImg img {
    width: 100%;
    display: none;
}
.contactCon {
    width: 56%;
    float: right;
    text-align: left;
    overflow: hidden;
}
.contactCon_item {
    background: #ffffff;
    text-align: center;
    float: left;
    height: 288px;
    width: 50%;
}
.contactCon_item:nth-child(3) {
    background: #f6f6f7;
}
.contactCon_item > div {
    position: relative; top: 50%;
    -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);
}
.contactCon_item h3 {
    color: #bc9f5f;
    font-size: 1.3rem;
}
.contactCon_item .about-lianxi-add {
    color: #828282;
    line-height: 1.6rem;
    margin: 20px 0 8px;
    font-size: 14px;
    border-bottom: 0;
}
.contactCon_item p {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 13px;
    letter-spacing: 0.2px;
    color: #666;
    line-height: 1.8rem;
    border-bottom: 1px solid rgba(188, 159, 95, 0.55);
}


.video_ind{
    position: absolute;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: url('../images/video.png') no-repeat center;
    cursor: pointer;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 99;
}

.video_ind:hover{
    background: url('../images/video-1.png') no-repeat center;
}

.video_bg{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
}

.video_inner{
    position: fixed;
    width: 900px;
    margin: 0 auto;
    text-align: right;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    z-index: 999;
    display: none;
}

.video_inner span{
    display: inline-block;
    font-size: 50px;
    color: #fff;
    font-family: '宋体';
    cursor: pointer;
}



.aboutschoolOne{
    margin-bottom: 40px;
}

.aboutBox{
    height: 400px;
    margin: 23px 0 0;
    overflow: hidden;
}

.aboutimg{
    position: relative;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.abouttext{
    width: 50%;
    height: 100%;
    background-color: #fff;
    padding: 40px;
    text-align: left;
    background-image: url('../images/introbg.png');
    background-position: bottom right;
    background-repeat: no-repeat;
}

.abouttext p{
    position: relative;
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 15px;
}

.abouttext p:before{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #bfa061;
    top: 9px;
    left: 0;
}

.aboutschoolTwo{
    background: #ececec;
}

.honorSchool li .honorImg{
    border: none;
    background: #ececec;
}

.honorSchool li i{
    width: 1px;
    height: 30px;
    background: #9d9d9d;
    margin: 10px auto;
    display: block;
}

.title_school{
    position: relative;
    margin-top: 26px;
    text-align: left;
    background: #f6f6f7;
    padding: 40px;
    padding-right: 30%;
    line-height: 2;
}

.title_school:before{
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    bottom: 30px;
    right: 40px;
    background-image: url('../images/jx.png');
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}




.foreignOne ul{
    width: 1200px;
    margin: 23px auto 40px;
}

.foreignOne li {
    overflow: hidden;
    position: relative;
}

.time_axis {
    width: 140px;
    float: left;
    position: relative;
    margin-top: 21px;
    color: #7e8592;
    text-align: right;
    padding-right: 17px;
}

.time_axis p{
    background: #bfa061;
    color: #fff;
    display: inline-block;
    padding: 5px 11px;
    font-size: 19px;
    font-family: 'BEBAS';
    margin-bottom: 9px;
    margin-top: -5px;
}

.time_axis h3{
    font-size: 17px;
}

.spinner {
    width: 18px;
    height: 18px;
    position: relative;
    left: 138px;
    top: -84px;
    z-index: 21;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #bc9f5f;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
    background-color: #bc9f5f;
}

.conter_box{
    margin-right: 13px;
    margin-bottom: 9px;
    padding: 20px 20px 0;
}

.time_conter {
    margin-left: 170px;
    
    margin-bottom: 34px;
    border-radius: 4px;
    padding: 15px 20px;
    font-size: 15px;
    position: relative;
    background: #fff;
}

.time_conter h6{
    font-size: 17px;
    margin-bottom: 5px;
}

.time_conter p {
    color: #7e8592;
    
}

.arrow_1 {
    position: absolute;
    width: 20px;
    height: 20px;
    left: -20px;
    top: 20px;
}

.arrow_1 * {
    display: block;
    border-width: 10px;
    position: absolute;
    font-size: 0;
    line-height: 0;
}

.arrow_1 em {
    border-color: transparent #e4e4ed transparent transparent;
}

.arrow_1 span {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid white;
    right: -1px;
    top: -6px;
}

.foreignOne .line1 {
    width: 2px;
    height: 100%;
    background: #ececf6;
    position: absolute;
    top: 0;
    left: 146px;
}

.time_axis em {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #b9c5da;
    display: block;
    position: absolute;
    right: -11px;
    top: 7px;
    z-index: 20;
}

@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}




.Country_Item_1 {
    background: #efefef;
    padding: 3% 0;
}
.Country_Item_box {
    background: #fff;
    position: relative;
    text-align: right;
    margin: 50px 0;
}
.Country_Item_img {
    position: absolute;
    top: -25px;
    left: 20px;
    width: 40%;
    height: 100%;
}
.Country_Item_img img {
    width: 100%;
    display: none;
}
.Country_Item_con {
    width: 58%;
    display: inline-block;
    text-align: left;
    padding: 3%;
}
.Country_Item_con h1 {
    font-size: 22px;
    color: #bc9f5f;
    letter-spacing: 0.5px;
    font-weight: 500;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 2%;
}
.Country_Item_con h1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 21px;
    height: 3px;
    background: #bc9f5f;
}
.Country_Item_con p {
    line-height: 32px;
    color: #666;
}
.Country_Item_con p span {
    font-weight: bold;
    font-size: 15px;
    margin-right: 6px;
}

.adv_Item{
    background: #ececec;
}

.Country_Adv {
    
    background-size: cover;
}
.Country_Adv_items {
    padding: 0 10px;
    text-align: center;
}
.Country_Adv_items>div
{
    text-align: left;
    padding: 0 3%;
}
.Country_Adv_num {
}
.Country_Adv_num span {
    display: inline-block;
    font-size: 25px;
    padding: 11px 10px;
    line-height: 25px;
    background: #bfa061;
    font-family: 'BEBAS';
    color: #fff;
}
.Country_Adv_num p {
    display: inline-block;
    line-height: 55px;
    vertical-align: top;
    font-size: 18px;
    letter-spacing: 1px;
    padding-left: 8px;
}

.advDemo .slick-dots{
    margin-top: 20px;
}

.Country_Adv_con
{
    border-right: 1px solid rgba(128, 128, 128, 0.25);
}
.Country_Adv_con p
{
    width: 90%;
    color: #7f7f7f;
    margin: 3% 0;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.02em;
}



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

.strategyList li{
    float: left;
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    background: #fff;
    padding: 2%;
    margin: 10px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.strategyList li>span{
    font-weight: bold;
}

.strategyList li .strBt{
    margin: 15px 0;
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.strategyList li .strBt a{
    font-size: 18px;
}

.strategyList li>p{
    height: 44px;
    margin-bottom: 30px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.strategyList li .readMore{
    color: #bfa061;
    font-size: 15px;
}

.strategyList li .readMore:hover{
    opacity: 0.6;
}

.strategyList li .str_label{
    margin-top: 20px;
    border-top: 1px solid #ececec;
    padding-top: 20px;
}

.strategyList li .str_label span{
    color: #000;
    font-weight: bold;
}


.tab_menu {
    text-align: center;
}

.tab_menu ul {
    display: inline-block;
    margin: 24px 0 0;
}

.tab_menu ul li {
    padding: 10px 55px;
    background: #fff;
    float: left;
    color: #000;
    font-size: 15px;
    cursor: pointer;
    margin: 0 9px;
    box-shadow: 0 15px 20px 0 rgba(0,0,7,0.08);
}

.tab_menu ul li:last-child {
    border: none;
}

.hide {
    height: 0;
    
}

.tab_box>div {
    overflow: hidden;
}

.tab_menu li.selected,.tab_menu li.hover {
    color: #FFF;
    background: #bfa061;
}



.ranking_con{
    padding-bottom: 30px;
}

.index_in{
    margin-top: 20px;
    overflow: hidden;
}

.ranking_w .lh-inst-item{
    padding-bottom: 0;
}

.ranking_w li{
    width: calc(50% - 20px);
    float: left;
    margin: 10px;
    padding: 2vw;
    position: relative;
    background: #fff;
    border-bottom: none;
}

.ranking_w li:before{
    content: none;
}

.ranking_w li h1{
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ranking_w li h2{
    font-size: 15px;
    margin-bottom: 5px;
    letter-spacing: 1px;
}


.rank_un{
    width: calc(50% - 20px);
    float: left;
    margin: 10px;
}

.news_box {
    border: 1px #dbdbdb solid;
    background: #fff;
    overflow: hidden;
}

.news_times {
    width: 100px;
    height: 60px;
    float: left;
    background-color: #bc9f5f;
    display: table;
    text-align: center;
}

.news_times_1 {
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    color: #FFF;
}

.news_times_1 span {
    font-size: 25px;
    line-height: 30px;
    display: block;
    font-family: BEBAS;
}

.news_right {
    float: left;
    width: calc(100% - 100px);
    padding-left: 40px;
    line-height: 60px;
}

.news_title {
    font-size: 15px;
    color: #221e1a;
}

.rank_un:hover .news_title{
    color: #bfa061;
}



.recomm_wrap{
    padding-top: 110px;
}

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

.recommendList li{
    width: 31.2%;
    height: 200px;
    margin: .8%;
    display: inline-block;
    float: left;
    background-color: #FFF;
    border: 1px solid #E5E8EC;
}

.recommendImg{
    display: block;
    float: left;
    height: 100%;
    width: 45%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.recommendTxt{
    position: relative;
    width: 55%;
    height: 100%;
    padding: 5%;
    float: right;
}

.recommendTxt h3 a{
    font-size: 18px;
}

.recommendTxt span{
    display: block;
    margin: 10px 0;
    font-family: 'BEBAS';
}

.recommendTxt>a{
    position: absolute;
    display: inline-block;
    border: 1px solid #e6e6e6;
    padding: 6px 28px;
    bottom: 9%;
}

.recommendTxt>a:hover{
    background: #bf9f62;
    color: #fff;
}

.recommendList{
    overflow: hidden;
}

.recommendList ul{
    overflow: hidden;
}

.recommend-more{
    margin: 20px 0;
}

.recommendWrap{
    background: #ececec;
}

.recomm_search{
    position: absolute;
    width: 100%;
    top: -65px;
    z-index: 9;
}

.recomm_in{
    background: #ececec;
    padding: 50px;
}

.recomm_in input {
    font-size: 20px;
    border: none;
    border-radius: 45px;
    background-color: rgb(255,255,255);
    height: 90px;
    width: 70%;
    margin-left: 15%;
    padding-left: 80px;
    padding-right: 45px;
    background-image: url(../images/picto-search-coral.png);
    background-repeat: no-repeat;
    background-position: 32px 32px;
}

.recomm_in input::-webkit-input-placeholder{
    
    color: #bfa061;
}

.recommendList .slick-dots{
    margin-top: 25px;
    padding-bottom: 9px;
    height: auto;
}

.recommendList .slick-dots li{
    width: 15px;
    height: 15px;
    margin: 0 5px;
    float: none;
}

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




.problem {
    padding: 4% 0;
}
.faq_n{
    margin: 10px 0 50px;
    overflow: hidden;
}
.problem-box {
    overflow: hidden;
}
.problem-item {
    position: relative;
    display: block;
    width: calc(50% - 20px);
    float: left;
    cursor: pointer;
    margin: 10px 10px;
}
.problem-item:nth-child(2n) {
    margin-right: 0;
}
.problem-item span {
    display: inline-block;
    color: #bc9f5f;
    text-transform: uppercase;
    font-size: 25px;
    font-family: 'BEBAS';
    text-align: center;
    width: 50px;
    font-weight: 500;
    vertical-align: top;
    border-right: 1px solid #dddddd;
    padding-right: 8px;
}
.problem-item p {

    display: inline-block;
    line-height: 22px;
    width: calc(100% - 70px);
    margin: 0 auto;
    text-align: left;
    padding-left: 14px;
    font-size: 14px;
}
.problem-item-q {
    border: 1px solid #dedddd;
    padding: 3% 2%;
    cursor: pointer;
    overflow: hidden;
    height: 78px;
}
.problem-item-q p {
    color: #666;
}
.problem-item-a {
    display: none;
    background: rgb(188, 159, 95);
    z-index: 3;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    left: 0;
    overflow: hidden;
    padding: 4%;
}
.problem-item-a span {
    color: #ffffff;
}
.problem-item-a p {
    font-size: 14px;
    color: #dcdcdc;
}

.problem-item-a p span{
    font-size: 14px;
    display: block;
    font-weight: 500;
    width: auto;
    border: none;
    text-align: left;
    line-height: 27px;
    font-family: inherit;
}
.problem-item-shang .problem-item-a {
    top: auto;
    bottom: 0;
}



.foreign_news{
    height: 500px;
    margin-top: 16px;
    overflow: hidden;
}

.foreignList{
    position: relative;
    width: 50%;
    background: #f6f6f7;
    padding: 40px;
}

.foreignList:after{
    position: absolute;
    content: '';
    width: 1px;
    height: 76%;
    background: #e2e2e2;
    top: 40px;
    right: 0;
}

.foreignList:last-child:after{
    content: none;
}

.foreignBg{
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.news-list-index .table {
    width: 100%;
}

.news_for{
    width: calc(100% - 226px);
}

.cell {
    display: inline-block;
}

.news .cell {
    vertical-align: middle;
    word-spacing: 0;
}

.news span{
    display: block;
}

.news-date {
    width: 90px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
}

.news-cat {
    display: block;
    min-width: 60px;
    padding: 0 10px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    vertical-align: bottom;
    background: rgba(188, 159, 95, 0.82);
    line-height: 27px;
    margin-right: 15px;
}

.news-title {
    display: block;
    font-size: 14px;
    margin-right: 12px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.8);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s;
}

.news .cell.more {
    vertical-align: middle;
}

.news .i-right {
    display: block;
    text-align: center;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    background: #e0e0e0 url(../images/back_l.png) no-repeat;
    background-position: 7px;
    color: #a1abb6;
    font-size: 11px;
    line-height: 32px;
    text-align: center;
    transition: all 0.3s;
}

.news {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.news:last-child{
    border-bottom: none;
}

.news.on .i-right {
    background: #003670;
    color: #fff;
}

.more {
    float: right;
    line-height: 64px;
}

.more span:first-child {
    color: #ccc;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-right: 5px;
}

.more span.i {
    color: #003670;
    font-size: 12px;
    opacity: 0.4;
}

.news a.news-cat:hover, .news-list .cat:hover {
    background: #bfa061;
    color: #fff;
}

.news:hover .i-right{
    background: #bfa061 url(../images/back_w.png) no-repeat;
    background-position: 7px;
}




.sec_project{
    margin-top: 20px;
    overflow: hidden;
}

.sec_project li{
    float: left;
    width: calc(25% - 20px);
    margin: 10px;
    
}

.sec_proImg{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
}

.sec_project li .sec_proImg img{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.sec_proTxt{
    position: relative;;
    padding: 30px 20px 30px;
    border: 1px solid #d4d4d4;
    border-top: none;
}

.sec_proTxt:before {
    content: "";
    width: 100%;
    height: 0px;
    background: #bc9f5f;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all .5s 0s ease-in-out;
    transition: all .5s 0s ease-in-out;
    z-index: 1;
}

.sec_project li:hover .sec_proTxt:before {
    height: 100%;
    visibility: visible;
}

.sec_pro_gq,.sec_proTxt h3,.sec_proTxt p{
    position: relative;
    z-index: 9;
}

.sec_proTxt .sec_pro_gq span{
    display: inline-block;
}

.sec_proTxt .sec_pro_gq span img{
    width: 30px;
}

.sec_proTxt h3{
    margin: 12px 0;
    font-size: 18px;
}

.sec_proTxt p{
    height: 44px;
    line-height: 24px;
    color: #717171;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sec_project li:hover .sec_proTxt h3,.sec_project li:hover .sec_proTxt p{
    color: #fff;
}

.section_tab{
    margin: 18px 0;
    text-align: center;
}

.section_tab a{
    display: inline-block;
    padding: 10px 30px;
    box-shadow: 0 6px 10px 0 rgba(0,0,7,0.08);
    color: #bfa061;
    border-radius: 20px;
    background: #f6f6f7;
    margin: 0 5px;
    font-size: 15px;
}

.section_tab a:hover,.section_tab a.active{
    background: #bfa061;
    color: #fff;
}

.section_info .hasani{
    width: 33.33%;
    padding: 0 10px;
}

.section_info .fyjlist{
    margin-top: 0;
    background: #f6f6f7;
    padding: 5px 20px;
}

.section_info .fyjlist li:last-child a{
    border-bottom: none;
}



.technology {
    padding-top: 60px;
    background: #f5f5f5 url(../images/technology_bg.jpg) 0 0 / 100% auto no-repeat;
}

.technology h2 {
    color: #000;
    font-size: 22px;
    line-height: 3rem;
    text-align: center;
    -webkit-animation:downIn 0.8s 0.2s both; 
    -moz-animation:downIn 0.8s 0.2s both; 
    animation:downIn 0.8s 0.2s both;
}

.technology .head-top{
    color:#000;
    text-align:center;
    line-height:29px;
    font-size:18px;
    position:relative;}
    
.technology .head-top:after{
    position:absolute;
    content: '';
    left: 50%;
    width: 45px;
    height: 2px;
    margin-left: -23px;
    background: #7B7B7B;
    top: 37px;}


.technology-wrap {
    position: relative;
    width: calc(100% - 340px);
    margin: 0 auto;
    height: 439px;
    padding-top: 50px;
    margin-top: 34px;
    overflow: hidden;
}

.technology-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#technology-main {
    position: relative;
    float: left;
    width: calc(100% - 172px);
    height: 100%;
}

#technology-main figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

#technology-main figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgba(251,251,251,0.8);
}

#technology-main figure figcaption:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 23px;
    height: 100%;
    background: url(../images/technology_triangle.png) 0 0 / 100% auto no-repeat;
    
}

#technology-main figure figcaption article {
    position: absolute;
    top: 40px;
    right: 3%;
    bottom: 0;
    left: 8%;
}

#technology-main figure figcaption article h3 {
    color: #000;
    font-size: 1.4rem;
    -webkit-animation: downIn 0.8s both;
    -moz-animation: downIn 0.8s both;
    animation: downIn 0.8s both;
}

#technology-main figure figcaption article p {
    margin-top: 2.2rem;
    padding-top: 2.5rem;
    border-top: 1px solid #dedede;
    font-size: 13px;
    line-height:23px;
    -webkit-animation: fadeIn 1s 0.25s both;
    -moz-animation: fadeIn 1s 0.25s both;
    animation: fadeIn 1s 0.25s both;
    color: #6F6E6E;
}

#technology-main figure figcaption article aside {
    margin-top: 2.6rem;
    padding: 1.7rem 0;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    -webkit-animation: fadeIn 0.5s 0.3s both;
    -moz-animation: fadeIn 0.5s 0.3s both;
    animation: fadeIn 0.5s 0.3s both;
}

#technology-main figure figcaption article aside a {
    color: #008ed3;
    font-size: 0.8rem;
    -webkit-animation: leftIn 0.8s 0.6s both;
    -moz-animation: leftIn 0.8s 0.6s both;
    animation: leftIn 0.8s 0.6s both;
}

#technology-main figure picture {
    position: relative;
    float: right;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: right;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#technology-main figure picture img {
    height: 100%;
    vertical-align: top;
}

#technology-indicator {
    position: relative;
    z-index: 2;
    float: right;
    width: 172px;
    height: 100%;
}

#technology-indicator li {
    position: relative;
    width: 100%;
    height: 25%;
    cursor: pointer;
}

#technology-indicator li div {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #e9e9e9;
    border-right: none;
    background: #fff;
    -webkit-transition: 0.7s 0.15s;
    -moz-transition: 0.7s 0.15s;
    transition: 0.7s 0.15s;
}

#technology-indicator li div i {
    position: absolute;
    top: 12%;
    left: 20px;
    width: 20px;
    height: 5px;
    background: #bc9f5f;
}

#technology-indicator li div h3 {
    position: absolute;
    bottom: 12%;
    left: 20px;
    color: #000;
    font-size: 17px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
}

#technology-indicator li div p {
    width:285px;
    height:25px;
    position: absolute;
    bottom: -15px;
    left: 20px;
    color: #666;
    font-size: 14px;
    font-family: 'BEBAS';
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    overflow:hidden;
}

#technology-indicator li.act {
    cursor: auto;
}

#technology-indicator li.act div {
    width: 320px;
    background: #f8f8f8;
}

#technology-indicator li.act div h3 {
    -webkit-transform: translate3d(0,-122%,0);
    -moz-transform: translate3d(0,-122%,0);
    transform: translate3d(0,-122%,0);
}

#technology-indicator li.act div p {
    opacity: 1;
    -webkit-transform: translate3d(0,-112%,0);
    -moz-transform: translate3d(0,-112%,0);
    transform: translate3d(0,-112%,0);
}

#technology-indicator li.acted div {
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
}

#technology-indicator li.acted h3 {
    -webkit-transition: 0.6s 0.5s;
    -moz-transition: 0.6s 0.5s;
    transition: 0.6s 0.5s;
}

#technology-indicator li.acted p {
    -webkit-transition: 0.7s 0.65s;
    -moz-transition: 0.7s 0.65s;
    transition: 0.7s 0.65s;
}

.university_lib{
    width: 340px;
    height: 439px;
    margin-top: 34px;
    background: #bf9f61;
}

.university_lib .lh-inst-a{
    width: 100%;
    padding-right: 1.5vw;
}

.study_tj{
    position: absolute;
    color: #fff;
    bottom: 0;
    padding-left: 44px;
    padding-right: 20px;
    padding-bottom: 32px;
    z-index: 9;
}

.study_tj h3{
    font-size: 18px;
    margin-bottom: 10px;
}

.study_tj p{
    font-size: 15px;
    line-height: 24px;
}

#technology-main figure picture:before {
    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;
}


.recomm_search .lh-inst-a{
    width: 100%;
    padding: 1.8vw 2.8vw;
}

.recomm_search .search_sq{
    width: 27%;
    float: left;
    padding-right: 10px;
}

.recomm_search .keyword_sq {
    width: 25%;
    float: left;
    padding-right: 10px;
}

.recomm_search .submit_yx{
    width: 20%;
    float: left;
}

.recomm_search .submit_yx input{
    margin-top: 0;
}

.teamList{
    width: calc(25% - 20px);
    margin: 10px;
    float: left;
}

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


.pro_screen{
    position: absolute;
    right: 7.81vw;
    margin-top: 10px;
    z-index: 9;
}

.pro_scr{
    position: relative;
    width: 200px;
    height: 38px;
    border: 1px solid #383838;
    margin: 0 0 0 8px;
    float: left;
}

.pro_scr p{
        -moz-transition: opacity 0.3s linear 0s;
    -o-transition: opacity 0.3s linear 0s;
    -webkit-transition: opacity 0.3s linear;
    -webkit-transition-delay: 0s;
    transition: opacity 0.3s linear 0s;
    position: relative;
    line-height: 37px;
    padding-left: 20px;
    color: #383838;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.pro_scr p:before {
    content: "";
    display: block;
    width: 14px;
    height: 8px;
    background-image: url(../images/pulldown_arrow.png);
    background-size: 10px 7px;
    background-repeat: no-repeat;
    position: absolute;
    right: 11px;
    top: 16px;
}

.pro_scr ul {
    display: none;
    width: 100%;
    height: auto;
    position: absolute;
    top: 37px;
}

.pro_scr ul li {
    position: relative;
    height: 44px;
    background-color: #1e1a16;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.pro_scr ul li a {
    display: block;
    padding-left: 20px;
    height: 44px;
    font-size: 14px;
    opacity: 1;
    line-height: 44px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-transition: opacity 0.3s linear 0s;
    -o-transition: opacity 0.3s linear 0s;
    -webkit-transition: opacity 0.3s linear;
    -webkit-transition-delay: 0s;
    transition: opacity 0.3s linear 0s;
}

.pro_scr ul li:hover a{
    opacity: 0.8;
}

.pro_scr ul li:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #2b2b2b;
    position: absolute;
    top: 0px;
    left: 0px;
}

.pro_submit{
    float: left;
}

.pro_submit input{
    width: 68px;
    height: 38px;
    border: none;
    background: #bfa061;
    color: #fff;
    cursor: pointer;
    margin-left: 5px;
}

.pro_submit input:hover{
    opacity: 0.8;
}


.travelOneList{
    width: 100%;
    margin: 10px auto;
}

.travelOneList .switch_unit{
    padding: 0;
}

.travelOneList .slick-dots li{
    width: 12px;
    float: none;
    margin: 0 5px;
}

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

.travelOneList li{
    width: calc(33.33% - 20px);
    float: left;
    margin: 10px;
}

.travelOneImg{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 59%;
    overflow: hidden;
}

.travelOneImg:after{
    position: absolute;
    content: '';
    width: 80px;
    height: 5px;
    background: #bfa061;
    bottom: 0;
    left: 30px;
}

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

.travelOneText{
    padding: 30px 30px 0;
}

.travelOneText h3{
    font-size: 20px;
}

.travelOneText h6{
    font-family: 'BEBAS';
    font-size: 16px;
}

.travelOneText p{
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.travelOneMore{
    position: relative;
    display: inline-block;
    padding: 0 0 0 15px;
    margin-top: 10px;
    color: #bfa061;
    letter-spacing: 1px;
}

.travelOneMore:before {
    content: '';
    background-color: #bfa061;
    width: 2px;
    height: 15px;
    display: inline-block;
    vertical-align: top;
    margin-right: 13px;
    position: absolute;
    left: 0;
    top: 2px;
    -webkit-animation-duration: 250ms;
    animation-duration: 250ms;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-name: out_more;
    animation-name: out_more;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    transition-timing-function: cubic-bezier(1, 0.005, 0, 1);
}

.travelOneMore:hover:before {
    -webkit-animation-duration: 250ms;
    animation-duration: 250ms;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-name: roll_more;
    animation-name: roll_more;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    transition-timing-function: cubic-bezier(1, 0.005, 0, 1);
}

@-webkit-keyframes roll_more {
  from {
    width: 2px;
    left: 0;
  }
  50% {
    width: 90px;
    left: 0;
  }
  to {
    width: 2px;
    left: 90px;
  }
}
@keyframes roll_more {
  from {
    width: 2px;
    left: 0;
  }
  50% {
    width: 90px;
    left: 0;
  }
  to {
    width: 2px;
    left: 90px;
  }
}
@-webkit-keyframes out_more {
  from {
    width: 2px;
    left: 90px;
  }
  50% {
    width: 90px;
    left: 0;
  }
  to {
    width: 2px;
    left: 0;
  }
}
@keyframes out_more {
  from {
    width: 2px;
    left: 90px;
  }
  50% {
    width: 90px;
    left: 0;
  }
  to {
    width: 2px;
    left: 0;
  }
}


.traverTwo{
    background: #ececec;
}

.travelTwoList{
    padding-bottom: 30px;
    overflow: hidden;
}

.travelTwoList li{
    width: calc(25% - 20px);
    float: left;
    margin: 10px;
    background: #f6f6f7;
}

.trip_list .travelTwoImg img {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.trip_list li:hover .travelTwoImg img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.travelTwoList li a{
    color: #000;
}

.trip_list{
    margin-top: 20px;
    padding-bottom: 0;
}

.travelTwoImg {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 59%;
    overflow: hidden;
}

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

.travelTwoText {
    padding: 20px;
}

.travelTwoText h3{
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.travelTwoText span{
    display: block;
    font-size: 16px;
    margin-top: 7px;
    color: #d84700;
    font-weight: bold;
}

.travelTwoText p{
    margin-top: 7px;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
}

.travelTwoList .slick-dots li{
    width: 12px;
    float: none;
    margin: 0 5px;
}

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

.traverFour{
   background: #ececec; 
   padding-bottom: 40px;
}

.travel_news{
    height: auto;
}

.travelBox{
    background: #f6f6f7;
    padding-bottom: 25px;
}

.travel_news .foreignList{
    padding-bottom: 0;
}

.travel_news .portfolio-more{
    margin: 30px 0 0;
}

.travel_faq .news_for{
    width: calc(100% - 60px);
    height: 27px;
    line-height: 27px;
}

.travel_news .titMors{
    margin-bottom: 20px;
}

.faq_text{
    margin-bottom: 30px;
}

.faq_text h5{
    font-size: 17px;
    margin-bottom: 10px;
    color: #bfa061;
    font-weight: bold;
}

.faq_text p{
    margin-bottom: 5px;
}



.caseDL {
    margin: 25px 0 50px;
}

.caseDL dd {
    background-color: #fff;
    text-align: right;
    position: relative;
}


.caseDL dd.proItem2{
    text-align: left;
}

.caseDL .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    display: block;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.caseDL dd.proItem2 .img{
    right: 0;
    left: auto;
}

.caseDL .img img {
    width: 100%;
    display: block;
    transition: transform 400ms;
    -webkit-transition: -webkit-transform 400ms;
}

.caseDL .con {
    width: 50%;
    padding: 4%;
    display: inline-block;
    text-align: left;
    overflow: hidden;
}

.caseDL .proItem1 .con {
    left: 50%;
}

.caseDL .proItem2 .img {
    float: right;
}

.caseDL .proItem2 .con {
    left: 0;
}

.caseDL .con .t {
    color: #bfa061;
    overflow: hidden;
    font-size: 20px;
}

.caseDL .con h6{
    font-size: 14px;
    margin-top: 15px;
    color: #ffffff;
    background: #bfa061;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 9px;
}

.caseDL .con p {
    text-align: justify;
    line-height: 23px;
    overflow: hidden;
    font-size: 14px;
    color: #949494;
    text-indent: 2em;
}

.caseDL .black {
    background: url(../images/black.png) repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: none;
    z-index: 4;
    -webkit-transition: all 400ms;
    -ms-transition: all 400ms;
    -moz-transition: all 400ms;
    transition: all 400ms;
}

.redMore {
    border: 2px solid #00AAAD;
    display: block;
    width: 124px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    position: relative;
}

.redMore .i1 {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #00AAAD;
    width: 0px;
    height: 100%;
    transition: 300ms;
}

.redMore .i2 {
    color: #00AAAD;
    position: relative;
    z-index: 1;
}

.caseDL dd:hover .img img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
}

.caseDL dd:hover .con .t a {
    color: #00aaad;
}

.caseDL dd:hover .redMore .i1 {
    width: 100%;
}

.caseDL dd:hover .redMore .i2 {
    color: #fff;
}



.trainingOneList{
    margin: 10px 0 0;
    padding: 0;
    overflow: hidden;
}

.trainingOneList .slick-dots li{
    width: 12px;
    height: 12px;
    float: none;
    margin: 0 5px;
}

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

.trainingOneList li{
    position: relative;
    width: calc(25% - 20px);
    height: 260px;
    margin: 10px 10px 0;
    float: left;
}

.trainingOneImg{
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
}

.trainingOneList li:hover .trainingOneImg{
    opacity: 0.75;
}

.trainingOneText{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    color: #fff;
    background: linear-gradient(180deg, transparent 30%, transparent 0, #292929);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#292929", endColorstr="#292929", GradientType=0);
}

.trainingOneTi{
    position: absolute;
    bottom: 30px;
    left: 20px;
    padding-right: 20px;
}

.trainingOneText h3{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.trainingOneText p{
    font-size: 15px;
}

.trainingOneText span{
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    font-family: 'BEBAS';
    font-size: 18px;
    margin-bottom: 10px;
}

.trainingTwo{
    background: #efefef;
}


.about-youshi-box {
    position: relative;
    margin-top: 22px;
    padding-bottom: 20px;
}
.about-youshi-box ul {
    overflow: hidden;
}
.about-youshi-box li {
    float: left;
    width: 32.333%;
    height: 120px;
    padding: 10px 2%;
    margin-bottom: 1%;
    background: #ffffff;
    text-align: left;
    margin-right: 1%;
}
.about-youshi-box li > div {
    position: relative;
}

.about-youshi-box span {
    margin-right: 10px;
    background: url(../images/t_tb01.png) no-repeat;
    width: 46px;
    height: 42px;
    font-family: 'BEBAS';
    color: #bfa061;
    font-size: 17px;
    line-height: 44px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.about-youshi-box p {
    display: inline-block;
    width: calc(100% - 80px);
    color: #666;
    font-size: 15px;
    vertical-align: middle;
}





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

.trainingThree ul{
    margin: 18px 0 40px;
    overflow: hidden;
}

.trainingThree li{
    width: 33.33%;
    padding: 38px 40px;
    border: 1px solid #e0e0e0;
    border-left: none;
    text-align: center;
    float: left;
}

.trainingThree li:first-child{
    border-left: 1px solid #e0e0e0;
}

.trainingThree li img{
    width: 70px;
    display: block;
    margin: 0 auto;
}

.trainingThree li h3{
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.trainingThree li span{
    display: block;
    font-family: 'BEBAS';
    font-size: 19px;
    margin-bottom: 17px;
}

.trainingThree li p{
    line-height: 24px;
}



.tabli {
    width: 100%;
    padding: 40px 0;
    background: #e0e0e0;
    color: #fff;
    text-align: center;
}

.tabli li {
    width: 160px;
    display: inline-block;
    margin: 0 110px;
    position: relative;
    cursor: pointer;
}

.tabli li.on:before {
    display: block;
}

.case_tab .tabli:before {}

.case_tab .tabli {
    margin-bottom: 30px;
}

.tabli li:before {
    content: "";
    display: block;
    width: 17px;
    height: 8px;
    background: url(../images/arr_t.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 49%;
    bottom: -40px;
    display: none;
}

.case_tab .tabli li:before {
    background: url(../images/arr_b2.png) no-repeat center;
    background-size: 100% 100%;
    width: 10px;
    height: 7px;
    bottom: -30px;
    left: 48%;
}

.tabli li i {
    width: 108px;
    display: inline-block;
    height: 90px;
    overflow: hidden;
    margin-bottom: 10px;
}

.tabli li i img {
    width: auto;
    transition: all .45s;
    -webkit-transition: all .45s;
    vertical-align: bottom;
    display: block;
}

.tabli li.on .icon img,
.index_tab .tabli li:hover .icon img {
    transform: translate(0, -90px);
}

.case_tab .tabli li.on:before {
    display: block;
}

.tabli li .en {
    font-size: 16px;
    font-family: "BEBAS";
    margin-top: 5px;
}

.tabli li .cn {
    font-size: 18px;
}

.tabli li.on,
.tabli li:hover {
    color: #16A06A;
}

.index_tab .tabcon .z-container .child {
    padding-top: 100px;
}

.c_cn,
.c_en {
    transition: ease .65s;
    display: block;
}

.readmore {
    display: block;
    width: 138px;
    height: 46px;
    background: #1c8bd5;
    color: #fff;
    text-align: center;
    line-height: 46px;
    border-radius: 3px;
    margin-top: 100px;
    animation: pulse 0.8s linear infinite;
}

.readmore2 {
    display: block;
    width: 138px;
    height: 46px;
    background: #1c8bd5;
    color: #fff;
    text-align: center;
    line-height: 46px;
    border-radius: 3px;
    margin-top: 100px;
}

.readmore em {
    display: inline-block;
    width: 4px;
    height: 8px;
    background: url(../images/arr_r.png) no-repeat center;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-left: 24px;
}


.lx_part3 .tabli li {
    width: 33.33%;
    margin: 0;
    text-align: center;
    display: block;
    float: left;
    color: #000;
}

.lx_part3 .tabli li.on,.lx_part3 .tabli li:hover{
    color: #bfa061;
}

.lx_part3 .tabli li i {
    height: 59px;
    text-align: center;
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}

.lx_part3 .tabli li i img {
    vertical-align: middle;
    margin: 0 auto;
    transform: translate(0, -59px);
    transition: all .45s;
    -webkit-transition: all .45s;
}

.lx_part3 .tabli li.on .icon img,
.lx_part3 .tabli li:hover .icon img {
    transform: translate(0, 0px);
}

.lx_tabcon>div{
    display: none;
}

.lx_part3{
    margin:16px 0;
}
.pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.pagination li { display:inline-block;border: 1px solid #ccc;margin: 0 3px;line-height: 20px;background: #fff;color:#999 }
.pagination li:hover{ background:#1f479c; color:#fff;border: 1px solid #1f479c;    transition: all 0.5s ease 0s;}
.pagination li:hover a{color:#fff;}
.pagination li.active {display: inline-block;border: 1px solid #1f479c;margin: 0 3px;background: #1f479c;color: #fff;}
.pagination li.active a {color: #fff;padding: 1px 15px;}
.pagination li a{ display:block;color:#999;    transition: all 0.5s ease 0s;padding: 1px 15px;}
.pagination li a:hover {color: #fff;}