@charset "utf-8";

/*公共样式*/
* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    background: #fff;
    font-family: MicrosoftYaHei;
    line-height: 1.3;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ol,
ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    cursor: pointer;
}

a:hover {
    color: #AD8C64 !important;
}

em,
i {
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-weight: normal;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

input,
textarea,
select,
button {
    border: 0;
    background: none;
    outline: 0;
    font-family: "Arial";
}

input[type="button"],
input[type="text"],
input[type="submit"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

input,
input:focus,
input:active {
    user-select: text;
}

textarea {
    resize: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    *zoom: 1;
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

.tl {
    text-align: left !important;
}

.tc {
    text-align: center !important;
}

.tr {
    text-align: right !important;
}

.middle {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.container {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

.w1841 {
    width: 1841px;
    margin: 0 auto;
    position: relative;
}

.wrap {
    width: 1400px;
    margin: 0 auto;
}

.wrapper {
    margin: 0 50px;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.col-md-4s {
    float: left;
    width: 33.3%;
}

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width:1599px) {
    .wrapper {
        margin: 0 2%;
    }
}

@media only screen and (max-width:1499px) {
    .wrapper {
        margin: 0 1.5%;
    }
}

@media only screen and (max-width:1399px) {
    .container {
        width: 1200px;
    }

    .wrapper {
        margin: 0 1%;
    }
}

/*slick.css*/
.slick-slider {
    position: relative;
    z-index: 2;
}

.slick-list {
    position: relative;
    overflow: hidden;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-track {
    position: relative;
}

.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;
    position: relative;
    z-index: 1;
}

.slick-slide:focus {
    outline: 0;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-active {
    z-index: 2;
}

.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-prev,
.slick-next {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 6;
}

.slick-prev:focus,
.slick-next:focus {
    outline: 0;
}

.slick-prev {
    left: -25px;
}

.slick-next {
    right: -25px;
}

.slick-dots {
    width: 100%;
    font-size: 0;
    text-align: center;
    position: absolute;
    bottom: 30px;
    z-index: 4;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 5px;
}

.slick-dots li button {
    display: block;
    width: 14px;
    height: 14px;
    line-height: 0;
    font-size: 0;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background: #ff9800;
}

/*头部*/
#header {
    width: 100%;
    height: 110px;
    min-width: 1200px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #fff;
    transition: background-color .8s;
    -webkit-transition: background-color .8s;
    -moz-transition: background-color .8s;
    -ms-transition: background-color .8s;
    -o-transition: background-color .8s;
    box-shadow: 0 0 10px rgba(100, 100, 100, .2);
}

#header>.container {
    position: static;
}

.ibox-scoll {
    animation: 850ms 350ms;
    -webkit-animation: 850ms 350ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: fadedown;
    animation-name: fadedown;
}

.scoll-top {
    background-color: #000 !important;
}

.navbar {
    max-width: 1840px;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0 18px;
    box-sizing: border-box;
}

.logo {
    float: left;
    margin-top: 30px;
}

.logo a {
    display: block;
    height: 100%;
}

.logo img {
    display: block;
    height: 100%;
}

.nav_collapse {
    float: right;
    margin-right: 3%;
    height: 110px;
}

.nav_collapse>ul {
    height: 100%;
}

.nav_collapse>ul>li {
    float: left;
    font-size: 18px;
    z-index: 1;
    cursor: pointer;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    /*margin:0 25px;*/
    margin: 0 15px;
}

.nav_collapse .nav-logo {
    background-color: #8c4938;
}

.nav_collapse>ul>li>a {
    display: block;
    color: #000;
    position: relative;
    transition: all 0s;
    text-align: center;
    height: 100%;
    line-height: 110px;
}

.nav_collapse>ul>li>a:after {
    height: 4px;
    background: #AD8C64;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: .6s all ease;
    -webkit-transition: .6s all ease;
    -moz-transition: .6s all ease;
    -ms-transition: .6s all ease;
    -o-transition: .6s all ease;
}

.nav_collapse>ul>li:hover>a:after,
.nav_collapse>ul>li.active>a:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.nav_collapse>ul>li>a:hover {
    color: #AD8C64 !important;
}

.nav_collapse>ul>li.active>a {
    color: #AD8C64 !important;
}

.nav_collapse>ul>li.active>a:hover {
    color: #AD8C64;
}

.nav_collapse li i.nav-line {
    display: block;
    width: 0;
    height: 3px;
    background: #AD8C64;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: width .6s;
    -moz-transition: width .6s;
    -ms-transition: width .6s;
    -o-transition: width .6s;
    transition: width .6s;
}

.nav_collapse li:hover>a>i.nav-line {
    width: 100%;
}

.nav_collapse li.active>a>i {
    width: 100%;
}

.sublist>ol ol li .iconfont {
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    position: absolute;
    left: -3px;
    top: 3px;
}

.nav_collapse>ul>li:hover {
    z-index: 2;
}

.nav_collapse>ul>li:hover>a {
    color: #AD8C64 !important;
}

.nav_collapse>ul>li:hover>a .menu-dsub {
    color: #AD8C64;
}

.hsearch {
    float: right;
    width: 23px;
    height: 22px;
    margin-top: 37px;
    position: relative;
    z-index: 10;
    margin-right: 34px;
}

.hsearch .search-btn {
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/search.png) no-repeat center;
    cursor: pointer;
    outline: none;
    border: none;
}

.search-full {
    display: none;
    height: 100px;
    z-index: 99999;
    -webkit-transition: all .4s;
    transition: all .4s;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    position: absolute;
}

.search-head {
    max-width: 600px;
    margin: 0 auto;
    padding-right: 40px;
    position: relative;
    height: 100%;
}

.search-content {
    height: 100px;
    position: relative;
    padding-left: 40px;
}

.search-content input {
    position: absolute;
    line-height: 100px;
    left: 40px;
    top: 0;
    width: calc(100% - 40px);
    height: 100%;
    border: none;
    background-color: transparent;
    font-size: 16px;
    color: rgba(17, 17, 17, 0.8);
}

.search-content .icon-search {
    outline: none;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12.5px;
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/search.png) no-repeat center;
}

.search-full .icon-close {
    -webkit-transition: transform .4s;
    transition: transform .4s;
    position: absolute;
    right: 7.8%;
    top: 50%;
    margin-top: -15px;
    background: url(../images/close-btn.png) no-repeat center/cover;
    width: 30px;
    height: 30px;
}

.search-full .icon-close:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.search-full .logo2 {
    position: absolute;
    left: 7.8%;
    top: 14px;
}

.search-bg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 300;
    background-color: rgba(17, 17, 17, 0.2);
}

.hsearch input::-webkit-input-placeholder {
    color: #999;
}

.hsearch input::-moz-placeholder {
    color: #999;
}

.hsearch input:-ms-input-placeholder {
    color: #999;
}

#header .header_other {
    float: right;
    padding-top: 44px;
}

.h-tel {
    float: right;
    color: #8c4938;
    font-size: 20px;
    font-weight: 400;
    font-family: Adobe Heiti Std;
}

.h-tel img {
    margin-right: 10px;
}

.h-tel span {
    position: relative;
    top: 4px;
}

#header .search-btn {
    float: left;
    line-height: 34px;
    margin-right: 24px;
    margin-top: -2px;
    cursor: pointer;
}

#header .weixin-code {
    float: left;
    line-height: 34px;
    position: relative;
    margin-right: 14px;
    margin-top: -2px;
}

#header .ename-program-list {
    position: absolute;
    left: -50px;
    top: 68px;
    z-index: 80;
    width: 150px;
    height: 0;
    overflow: hidden;
    font-size: 14px;
    background: #fff;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, .05);
}

#header.fixed .ename-program-list {
    top: 68px;
}

.ename-program-list ul {
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.ename-program-list li {
    position: relative;
    text-align: center;
    margin-top: 10px;
}

.ename-program-list li img {
    width: 137px;
    height: 137px;
}

#header .weixin-code:hover .ename-program-list {
    height: 150px;
}

.subnav {
    width: 100%;
    background: #1B1B1B;
    font-size: 12px;
    text-align: left;
    position: absolute;
    left: 0px;
    top: 100%;
    overflow: hidden;
    box-shadow: 0 10px 7px 2px rgba(0, 0, 0, .2);
    padding: 30px 0;
    display: none;
    z-index: 333;
}

.subnav .title {
    width: 420px;
    float: left;
    height: 36px;
    line-height: 36px;
    text-align: right;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-left: -126px;
}

.subnav.s1 .title {
    width: 0px;
    border-left: 0;
}

.subnav .title a {
    color: #AD8C64;
}

.sublist {
    margin-left: 418px;
    border-left: 1px solid #233361;
    border-color: #757575;
    padding: 0 60px;
}

.subnav.s1 .sublist {
    margin-left: 0px;
    border-left: 0;
}

.sublist>ol {
    margin: 0 -15px;
    overflow: hidden;
}

.col-lg-6 {
    width: 50%;
    *width: 49.98%;
    float: left;
}

.col-lg-7 {
    width: 16.66%;
    *width: 16.64%;
    float: left;
}

.sublist>ol>li .item {
    height: 30px;
    line-height: 30px;
    margin: 0 15px;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    font-family: "Microsoft Yahei";
}

.subnav.s1 .sublist>ol>li .item {
    height: auto;
}

.subnav.s1 .sublist>ol>li .item>a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sublist>ol>li a {
    color: #919091;
}

.sublist>ol ol {
    padding: 6px 0;
}

.sublist>ol ol li {
    line-height: 20px;
    font-size: 12px;
    padding-left: 12px;
    color: #fff;
    padding-left: 13px;
    margin-bottom: 8px;
    position: relative;
    text-transform: capitalize;
}

.sublist>ol ol li .iconfont {
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    position: absolute;
    left: -3px;
    top: 3px;
}

@media only screen and (max-width:1849px) {
    .nav_collapse>ul>li {
        margin: 0 6px;
    }
}

@media only screen and (max-width:1779px) {
    .nav_collapse {
        margin-right: 1%;
    }

/*    .nav_collapse>ul>li {
        margin: 0 15px;
    } */
}

@media only screen and (max-width:1699px) {
    .nav_collapse>ul>li {
        /* margin: 0 10px; */
        font-size: 16px;
    }
}

@media only screen and (max-width:1599px) {
    .logo {
        margin-top: 36px;
    }

    .logo img {
        width: 200px;
    }
}

@media only screen and (max-width:1499px) {
    .h-tel {
        font-size: 18px;
    }

    .h-tel img {
        margin-right: 6px;
        width: 20px;
        margin-top: 3px;
    }

    .weixin-code img {
        width: 28px;
    }

    #header .search-btn img {
        width: 22px;
    }

    .logo {
        margin-top: 40px;
    }

    .logo img {
        width: 180px;
    }

    #header .search-btn,
    .weixin-code img {
        margin-top: -4px;
    }

    .nav_collapse .nav-logo {
        width: 96px;
    }
}

@media only screen and (max-width:1399px) {
    .nav_collapse .nav-logo {
        width: 70px;
    }

    #header .search-btn {
        margin-right: 12px;
    }

    #header .weixin-code {
        margin-right: 10px;
    }
}

@media only screen and (max-width:1340px) {
    .nav_collapse>ul>li {
        font-size: 15px;
    }
}

@media only screen and (max-width:1299px) {
    .nav_collapse>ul>li {
        /* margin: 0 7px; */
    }

    .weixin-code img {
        width: 24px;
    }

    #header .search-btn img {
        width: 18px;
    }

    .h-tel {
        font-size: 16px;
    }

    .h-tel img {
        width: 16px;
        margin-top: 4px;
    }
}

@media only screen and (max-width:1250px) {
    .h-tel {
        font-size: 16px;
    }

    #header .search-btn img {
        width: 16px;
    }

    .weixin-code img {
        width: 22px;
    }

    .h-tel img {
        width: 16px;
        margin-top: 4px;
    }

    .nav_collapse>ul>li {
        /* margin: 0 10px; */
        font-size: 15px;
    }
}

/* 搜索框 */
.black_bg {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: black;
    background: rgba(0, 0, 0, .8);
    z-index: 99999;
    display: none;
}

.ss_k {
    position: fixed;
    display: none;
    width: 60%;
    max-width: 700px;
    top: 50%;
    left: calc(50% - 350px);
    z-index: 1111111;
    border-bottom: 1px solid #565656;
}

.ss_k input {
    width: 90%;
    border: none;
    padding: 0;
    margin: 0;
    height: 30px;
    float: left;
    background: none;
    color: #fff;
    outline: none;
    font-size: 14px;
    color: #969696;
}

.ss_k button {
    width: 10%;
    border: none;
    padding: 0;
    margin: 0;
    height: 30px;
    background: none;
    background: url(../images/search_ico1.png) no-repeat;
    background-position: 80% 0px;
    outline: none;
    cursor: pointer;
}

.ss_k .xx {
    position: absolute;
    right: -40px;
    top: 5px;
    cursor: pointer;
}

/* 为什么选择我们 */
.wave-canvas-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    background-color: #F0F6F8;
    overflow: hidden;
}

.home-sec-title {
    text-align: center;
    padding-top: 70px;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.home-sec-title>h2 {
    font-size: 36px;
    font-family: MicrosoftYaHei;
    font-weight: 600;
    color: #8c4938;
    font-weight: bold;
}

.home-sec-title>p {
    padding-top: 8px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #999;
}

.home-sec-title>i {
    width: 69px;
    height: 2px;
    background-color: #E0E5EF;
    margin: 14px auto 0;
    display: block;
}

.free-survey {
    width: 100%;
    height: 700px;
    background-color: #F0F6F8;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.free-survey .text {
    margin-bottom: 32px;
    height: 24px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #232c3a;
    line-height: 24px
}

.free-survey .survey-area {
    display: flex;
    justify-content: space-between;
    width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.free-survey .try {
    display: inline-block;
    width: 143px;
    height: 40px;
    line-height: 40px;
    background: #3072f3;
    border-radius: 4px;
    color: #fff
}

.survey-area .center {
    padding-top: 26px;
    animation: down 1.5s linear infinite;
    -webkit-animation: down 1.5s linear infinite;
}

.survey-area .survey-item>h4 {
    font-size: 24px;
    color: #333333;
    line-height: 36px;
    margin-bottom: 8px;
    vertical-align: middle;
    font-weight: normal;
}

.survey-area .survey-item>h4 .survey-logo {
    margin-right: 18px;
    position: absolute
}

.survey-area .survey-item>h4 span {
    margin-left: 70px;
}

.survey-area .survey-item:hover span {
    color: #233361;
    font-weight: bold;
}

.survey-area .survey-item:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.left .survey-item {
    margin-bottom: 46px;
    transition: transform .8s;
    -webkit-transition: transform .8s;
    -moz-transition: transform .8s;
    -ms-transition: transform .8s;
    -o-transition: transform .8s;
}

.left .survey-item:last-child {
    margin-bottom: 0
}

.right .survey-item {
    margin-bottom: 46px;
    transition: transform .8s;
    -webkit-transition: transform .8s;
    -moz-transition: transform .8s;
    -ms-transition: transform .8s;
    -o-transition: transform .8s;
}

.right .survey-item:last-child {
    margin-bottom: 0
}

.survey-area .survey-item>p {
    width: 400px;
    height: 48px;
    padding-left: 70px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 24px;
    text-align: left
}

.survey-item .guo-edu {
    display: inline-block;
    width: 250px
}

@keyframes down {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(10px);
    }

    50% {
        transform: translateY(20px);
    }

    75% {
        ransform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

@media only screen and (max-width:1399px) {
    .free-survey .survey-area {
        width: 1200px;
    }

    .wrap {
        width: 1200px;
    }

    .survey-area .survey-item>p {
        width: 350px;
    }
}

/* 关于我们 */
.section2 .home-sec-title {
    margin-bottom: 18px;
}

.section2 .home-sec-title h2 {
    color: #fff;
}

.section2 .home-sec-title>p {
    color: #fff;
}

.section2 .home-sec-title>i {
    border-color: #AD8C64;
}

.section2 .sod_select .sod_list {
    top: auto;
    bottom: 100%;
}

.section2 {
    position: relative;
    width: 100%;
    height: 830px;
    box-sizing: border-box;
    background: url(../images/about-bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 14px;
    overflow: hidden;
}

.section2.active2 {
    overflow: hidden;
}

.section2_bg {
    position: absolute;
    left: 0;
    top: 0;
}

.section2 .d1 {
    margin-bottom: 50px;
    opacity: 0;
    transition: all 2s 0.5s;
    text-align: center;
}

.section2 .d2 {
    margin-bottom: 100px;
    text-align: center;
    color: #fff;
}

.section2 .d3 {
    height: 250px;
    background: url(../images/img-9.png) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 64px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.index_logon,
.index_logon2 {
    text-align: center;
}

.index_tit {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff;
}

.index_tit strong {
    border-bottom: 2px solid #dcad5b;
    padding: 6px 0;
    display: inline-block;
}

.section2_intro p.text1 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    position: relative;
    z-index: 2;
    padding: 34px 0 24px;
}

.section2_con {
    width: 681px;
    height: 250px;
    position: relative;
    margin: 0 auto;
}

.section2_con .mask {
    width: 100%;
    height: 100%;
    background: #233361;
    position: absolute;
    opacity: .6;
    filter: alpha(opacity=60);
    -webkit-filter: alpha(opacity=60);
}

.section2_intro p.text {

    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 24px;
}

.section2_intro p.text img {
    margin-right: 8px;
}

.section2_dcon {
    width: 730px;
    box-sizing: border-box;
    padding: 0 100px 70px;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    margin: 0 auto;
    font-style: italic;
    position: relative;
    letter-spacing: 1px;
}

.section2_dcon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 37px;
    height: 29px;
    background: url(../images/index_yin1.png) center no-repeat;
}

.section2_dcon:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 37px;
    height: 29px;
    background: url(../images/index_yin2.png) center no-repeat;
}

.section2 .sod_select:before {
    background-image: url(../images/select_ico2.png);
}

.index_link {
    display: block;
    width: 102px;
    height: 36px;
    border: 1px solid #AD8C64;
    color: #AD8C64;
    text-align: center;
    box-sizing: border-box;
    line-height: 36px;
    margin: 0 auto;
    position: relative;
}

.index_link span {
    position: relative;
    z-index: 22;
    transition: color .3s;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
}

.index_link:hover span {
    color: #fff;
}

.index_link::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #AD8C64;
    position: absolute;
    left: 0;
    top: 100%;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    opacity: 0;

}

.index_link:hover:after {
    top: 0;
    opacity: 1;
}

.index_link i {
    position: absolute;
    top: 6px;
    width: 1px;
    height: 24px;
    background-color: #AD8C64;
}

.index_link i.left {
    left: -11px;
}

.index_link i.right {
    right: -11px;
}

.section4_logo {
    padding-bottom: 40px;
}

.section4_logo .li {
    float: left;
    width: 20%;
    box-sizing: border-box;
}

.section4_logo .li.n1 {
    padding-top: 10px;
}

.section4_logo .li a {
    display: block;
    position: relative;
    text-align: center;
}

.logopic {
    height: 100px;
    line-height: 100px;
}

.logopic.pic2 {
    display: none;
}

.logopic img {
    max-width: 100%;
    max-height: 100%;
}

.section4_logo .li a:hover .logopic {
    display: none;
}

.section4_logo .li a:hover .logopic.pic2 {
    display: block;
}

.section2 .index_link.index_link2 {
    border-color: #fff;
    color: #fff;
}

.section2 .index_link.index_link2 i {
    background-color: #fff;
}

.section2 .index_link.index_link2:hover {
    border-color: #AD8C64;
}

.section2 .index_link.index_link2:hover i {
    background-color: #AD8C64;
}

/* 新闻中心 */
.home-news {
    padding-top: 80px;
    padding-bottom: 70px;
    overflow: hidden;
}

.home-news .right {
    width: 50%;
    float: right;
}

.home-news .left {
    float: left;
    width: 50%;
}

.home-news .news-con {
    margin-right: 15px;
    height: 590px;
    background: url(../images/news.jpg) no-repeat center;
    background-size: cover;
}

.home-news .news-con .big-tit {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 50px;
    padding-left: 50px;
    margin-bottom: 94px;
}

.home-news .news-con .big-tit img {
    margin-right: 10px;
}

.home-news .news-ibox {
    width: 89.68%;
    height: 350px;
    background: #FFFFFF;
    opacity: 0.8;
    box-sizing: border-box;
    padding-top: 50px;
    margin: 0 auto;
}

.address-img {
    height: 280px;
    background: url(../images/contact-img.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    margin-left: 15px;
    text-align: center;
}

.address-img a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.address-img span {
    text-align: center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #DAAE79;
    margin-top: 38px;
    display: block;
}

.address-img .address-text {
    position: absolute;
    left: 44%;
    top: 64px;

}

.address-img .address-text .icon {
    animation: down 1.5s linear infinite;
    -webkit-animation: down 1.5s linear infinite;
}

.jiameng-img {
    margin-left: 15px;
    height: 280px;
    background: url(../images/jiameng-img.jpg) no-repeat center;
    background-size: cover;
    margin-bottom: 30px;
    transition: transform .8s;
    -webkit-transition: transform .8s;
    -moz-transition: transform .8s;
    -ms-transition: transform .8s;
    -o-transition: transform .8s;
    overflow: hidden;
    position: relative;
}

.jiameng-img a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/* .jiameng-img:hover{
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
} */
.jiameng-img .tit {
    text-align: center;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 70px;
}

.jiameng-img span {
    display: block;
    text-align: center;
    font-size: 48px;
    font-family: Source Han Sans CN;
    font-weight: 200;
    color: #FFFFFF;
}

.jiameng-img i {
    display: block;
    width: 69px;
    height: 2px;
    background-color: #DAAE79;
    margin: 14px auto 12px;
}

.home-news .news-tit {
    padding: 0 50px;
    margin-bottom: 16px;
}

.home-news .news-tit a {
    display: block;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    overflow: hidden;
    display: -webkit-box !important;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 80px;
}

.home-news .time {
    font-size: 18px;
    padding: 0 50px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: 16px;
}

.home-news .news-con .text {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    padding: 0 50px;
    height: 90px;
    overflow: hidden;
    display: -webkit-box !important;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media only screen and (max-width:1879px) {
    .address-img .address-text {
        left: 43%;
    }
}

@media only screen and (max-width:1499px) {
    .address-img .address-text {
        left: 42%;
    }
}

@media only screen and (max-width:1399px) {
    .address-img .address-text {
        left: 41%;
    }
}

/* 底部 */
.footer {
    width: 100%;
    height: 400px;
    background: url(../images/ft_bg.jpg) no-repeat center/cover;
    text-align: center;
}

.copyright a {
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.footer .ft_logo {
    padding-top: 64px;
}

.footer .ft_nav {
    margin: 38px 0 64px;
}

.footer .ft_nav a {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
    /* margin: 0 32px; */
    margin: 0 20px;

}

.footer .ft_nav a+a::after {
    /* content: "|"; */
    position: absolute;
    left: -36px;
    top: 1px;
}

.footer .ft_nav a.first::after {
    content: "";
}

@media only screen and (max-width:1599px) {
    .footer .ft_nav a {
        /* margin: 0 24px; */
        margin: 0 20px;
    }
}

/* 专业团队 */
.home_team {
    text-align: center;
    color: #fff;
    width: 100%;
    position: relative;
}

.home_team .swiper-pagination-bullet-active {
    background-color: #fff;
}

.home_team .title {
    font-weight: bold;
    font-size: 54px;
    margin-bottom: 10px;
    padding-top: 58px;
}

.home_team .text {
    font-size: 27px;
}

.home_team .line {
    width: 80px;
    height: 2px;
    margin: 30px auto;
    background-color: #E0E5EF;
}

.home_team .index_link.index_link2 {
    border-color: #fff;
    color: #fff;
}

.home_team .index_link.index_link2 i {
    background-color: #fff;
}

.home_team .index_link.index_link2:hover {
    border-color: #AD8C64;
}

.home_team .index_link.index_link2:hover i {
    background-color: #AD8C64;
}

.home_team .team_desc {
    position: absolute;
    width: 100%;
    top: 0;
    height: 780px;
}

/* 轮播图 */
/* .banner {overflow:hidden;position:relative;z-index:2;margin-top: 110px;height: 840px;} */
/* #banner .slick-slide{height: 840px;} */
.banner {
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.banner img {
    width: 100%;
}

.banner .slick-dots {
    z-index: 3333;
}

.banner .slick-dots li {
    margin: 0 8px;
}

.banner .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
}

.banner .slick-dots li.slick-active button {
    background-color: #E60012;
}

.banner .slick-dots li.slick-active button::after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    width: 18px;
    height: 18px;
    border: 1px solid #E60012;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#banner .slick-slide {
    float: none;
    position: relative;
}

#banner .slick-track .slick-slide {
    float: left;
}

#banner .slick-slide img {
    width: 100%;
}

#banner .slick-slide a {
    /* display: block; */
    width: 100%;
    height: 100%;
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
}

.bans-dots {
    width: 100%;
    font-size: 0;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 10;
}

.bans-dots .pos {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    position: relative;
}

.bans-dots .line {
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    filter: alpha(opacity=60);
    opacity: .6;
    position: absolute;
    left: 0;
    top: 0;
}

.bans-dots ul {
    position: relative;
    z-index: 2;
}

.bans-dots li {
    width: 90px;
    float: left;
    padding-top: 1px;
    position: relative;
    font-size: 14px;
    color: #AD8C64;
    text-align: center;
    cursor: pointer;
}

.bans-dots li span {
    display: block;
    width: 1px;
    height: 5px;
    background: #AD8C64;
    filter: alpha(opacity=60);
    opacity: .6;
    position: absolute;
    left: 0;
    top: -5px;
}

.bans-dots li i {
    display: block;
    width: 0;
    height: 2px;
    background: #AD8C64;
    position: absolute;
    left: 0;
    top: -1px;
}

.bans-dots li em {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #fff;
}

.bans-dots li.active {
    font-weight: bold;
}

.bans-dots li.active i {
    width: 100%;
}

.bans-dots li.active em {
    color: #AD8C64;
}

/* 专业领域 */
.home_lingyue {
    background-color: #F7F7F7;
    padding-bottom: 75px;
    overflow: hidden;
}

.home_lingyue .home-sec-title {
    margin-bottom: 15px;
    padding-top: 48px;
}

.home_lingyue .item {
    width: 20%;
    float: left;
}

.home_lingyue .inner {
    height: 234px;
    background: #FFFFFF;
    display: block;
    padding: 44px 27px 32px;
    margin: 15px;
    position: relative;
}

.home_lingyue .inner::before {
    content: "";
    width: 100%;
    height: 4px;
    background: #AD8C64;
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .44s cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-transform .44s cubic-bezier(.4, 0, .2, 1);
    transition: transform .44s cubic-bezier(.4, 0, .2, 1);
    transition: transform .44s cubic-bezier(.4, 0, .2, 1), -webkit-transform .44s cubic-bezier(.4, 0, .2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden\9;
    z-index: 2;
}

.home_lingyue .inner:hover::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}

.home_lingyue .inner::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #8c4938;
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .44s cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-transform .44s cubic-bezier(.4, 0, .2, 1);
    transition: transform .44s cubic-bezier(.4, 0, .2, 1);
    transition: transform .44s cubic-bezier(.4, 0, .2, 1), -webkit-transform .44s cubic-bezier(.4, 0, .2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden\9;
}

.home_lingyue .inner:hover::after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}

.home_lingyue .tit {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 24px;
    margin-top: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom: 22px;
    position: relative;
    z-index: 22;
    transition: color .44s;
    -webkit-transition: color .44s;
    -moz-transition: color .44s;
    -ms-transition: color .44s;
    -o-transition: color .44s;
}

.home_lingyue .text {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    position: relative;
    z-index: 22;
    transition: color .44s;
    -webkit-transition: color .44s;
    -moz-transition: color .44s;
    -ms-transition: color .44s;
    -o-transition: color .44s;
    height: 48px;
    overflow: hidden;
    margin-bottom: 24px;
}

.home_lingyue .inner:hover .text,
.home_lingyue .inner:hover .tit {
    color: #fff;
}

.home_lingyue .imgs img {
    transition: 0.44s ease-in;
    -webkit-transition: 0.44s ease-in;
    -moz-transition: 0.44s ease-in;
    -ms-transition: 0.44s ease-in;
    -o-transition: 0.44s ease-in;
}

.home_lingyue .imgs .tendehide {
    opacity: 0;
    visibility: hidden;
    display: none;
    position: relative;
    z-index: 2;
}

.home_lingyue .inner:hover .imgs .tendeshow {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.home_lingyue .inner:hover .imgs .tendehide {
    opacity: 1;
    visibility: visible;
    display: block;
}

.home_lingyue .imgs2 {
    height: 35px;
}

@media only screen and (max-width: 1599px) {
    .home_lingyue .text {
        height: 72px;
    }

    .home_lingyue .inner {
        height: 234px;
        margin: 10px;
        padding: 32px 20px 26px;
    }

    .home_lingyue .tit {
        margin-top: 20px;
    }

    .home_lingyue .imgs1 img {
        width: 30px;
    }
}

/* 首页-案例 */
.home_case .home-sec-title {
    padding-top: 40px;
}

.wrap2 {
    width: 1360px;
    margin: 0 auto;
    box-sizing: border-box;
}

.section6b_swiper {
    position: relative;
    margin: 0 -20px;
}

.section6b {
    position: relative;
}

.incase-tabslick {
    display: none;
}

.incase-tabslick.active {
    display: block;
}

.section6b .d1 {
    margin-bottom: 50px;
    opacity: 1;
    transition: all 2s 0.5s;
}

.section6b .d2 {
    margin-bottom: 100px;
}

.section6b .d3 {
    background: url(../images/img-21.png) top center no-repeat;
    background-size: 100% auto;
    height: 100%;
    box-sizing: border-box;
    padding-top: 170px;
}

.section6b .index_logon2 {
    background-color: #efefef;
}

.section6b .cont {
    padding: 96px 0 146px;
    background: #FFFFFF;
}

.section6b .swiper-container {
    overflow: initial;
}

.section6b .swiper-slide {
    box-sizing: border-box;
    padding: 0 20px;
    width: 440px;
    height: 500px;
}

.sec6_slide {
    display: block;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 40px;
    background: #233361;
    font-weight: bold;
    color: #fff;
    position: relative;
}

.sec6_time {
    transition: 1s all;
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #AD8C64;
    margin-bottom: 20px;
}

.sec6_intro {
    line-height: 24px;
    height: 96px;
    overflow: hidden;
    margin-bottom: 100px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.sec6_slide:hover .sec6_intro {
    color: #fff;
}

.sec6_tit {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
    height: 72px;
    overflow: hidden;
    display: -webkit-box !important;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.sec6_slide:hover {
    color: #fff;
}

.sec6_slideBg {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/index_sec6bg.jpg) no-repeat;
    background-size: cover;
}

.sec6_slideCon {
    position: relative;
    z-index: 5;
}

.tr_sc {
    overflow: hidden;
    display: block;
}

.sec6_slideBg {
    opacity: 0;
    transition: 1s all;
}

.sec6_slide:hover .sec6_slideBg {
    transform: scale(1, 1);
    opacity: 1;
}

.section6b .cont {
    overflow: hidden;
}

.section6 .section6_swiper {
    position: relative;
    margin: 0 -20px;
}

.index_arrowIconBox {
    position: absolute;
    top: 100%;
    padding: 40px 0 0;
    left: 0;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    z-index: 100;
}

.section6b .index_arrowIconBox {
    top: 100%;
    text-align: center;
    padding: 30px 20px 0 20px;
    bottom: auto;
}

.index_arrowIcon {
    display: inline-block;
    width: 52px;
    height: 52px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #CFCFCF;
    border-radius: 100%;
    vertical-align: top;
    outline: none;
}

.index_arrowLeft {
    background-image: url(../images/hqry_left.png);
    margin-right: 9px;
    background-color: #AD8C64;
    cursor: pointer;
}

.index_arrowRight {
    background-image: url(../images/hqry_right.png);
    margin-left: 9px;
}

.index_arrowRight.swiper-button-disabled,
.index_arrowLeft.swiper-button-disabled {
    background-color: #CFCFCF;
}

.index_arrowRight:hover {
    background-color: #AD8C64;
    cursor: pointer;
}

.section6 .swiper-container {
    overflow: initial;
}

.section6a .box {
    transform: translateY(300px);
    opacity: 1;
    transition: all 1.6s;
}

.section6a.active .box {
    transform: translateY(0);
    opacity: 1;
}

.section6a.active2 .bg {
    opacity: 1;
}

.section6b .box {
    transform: translateY(0);
}

.incase-tabtit {
    position: absolute;
    z-index: 2;
}

.incase-tabtit ul {
    font-size: 0;
    text-align: center;
    overflow: hidden;
    margin: 0 -12px;
}

.incase-tabtit li {
    float: left;
    width: 12.5%;
}

.incase-tabtit li span {
    display: block;
    line-height: 54px;
    text-align: center;
    margin: 0 12px;
    ;
    cursor: pointer;
    width: 178px;
    height: 54px;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    transition: color 1s;
    -webkit-transition: color 1s;
    -moz-transition: color 1s;
    -ms-transition: color 1s;
    -o-transition: color 1s;
}

.incase-tabtit li.active span {
    background-color: #233361;
    border-color: #233361;
    color: #fff;
}

.z_more a {
    color: #233361 !important;
}

@media only screen and (max-width:1879px) {
    .incase-tabtit li span {
        width: 174px;
    }
}

@media only screen and (max-width:1799px) {
    .incase-tabtit li span {
        width: 168px;
    }
}

@media only screen and (max-width:1699px) {
    .incase-tabtit li span {
        width: 160px;
    }
}

@media only screen and (max-width:1599px) {
    .incase-tabtit li span {
        width: 154px;
    }
}

@media only screen and (max-width:1499px) {
    .incase-tabtit li span {
        width: 147px;
    }
}

@media only screen and (max-width:1399px) {
    .incase-tabtit li span {
        width: 144px;
    }
}

@media only screen and (max-width:1349px) {
    .incase-tabtit li span {
        width: 140px;
    }
}

@media only screen and (max-width:1319px) {
    .incase-tabtit li span {
        width: 134px;
    }
}

@media only screen and (max-width:1299px) {
    .incase-tabtit li span {
        width: 130px;
    }
}

@media only screen and (max-width:1239px) {
    .incase-tabtit li span {
        width: 126px;
    }
}



.tj_list,
.gj_list,
.fwfw,
.we_list {
    overflow: hidden;
}

.proteam_keih h2 {
    font-size: 18px;
    font-weight: bold;
}

.proteam_keih p {
    margin-bottom: 10px !important;
}

.proteam_keih h2 {
    margin-top: 25px;
}

.proteam_keih h2:nth-child(1) {
    margin: 0px;
}

.keifysy p {
    margin: 20px 0;
}

.hangye-desc .editor_con {
    font-size: 14px;
    line-height: 1.7;
}

.hangye-desc .editor_con h2 {
    color: #083a81;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 20px;
}

.editor_con ul {
    padding: 15px 0 30px;
}

.editor_con ul li {
    padding: 0 0 6px 20px;
    position: relative;
    line-height: 24px;
}

.editor_con ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    background: url(../images/zico_02.png) no-repeat;
}

.editor_con .cpws h5 {
    font-size: 17px;
    text-align: center;
}

.editor_con .cpws h3 {
    font-size: 15px;
    text-align: right;
    margin-bottom: 10px;
}

.editor_con .cpws p {
    text-indent: 28px;
    margin-bottom: 10px;
}

.editor_con .cpws .cpwsjy p {
    text-align: right;
}

.editor_con .sfjs p {
    margin: 5px 0;
}

.editor_con p>em {
    position: relative;
    padding: 0 18px 0 13px;
    display: inline-block;
    margin: 0 5px;
    letter-spacing: 2px;
}

.editor_con p>em:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 10px;
    height: 8px;
    background: url(../images/a_yinhao1.png) center no-repeat;
    background-size: cover;
}

.editor_con p>em:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 12px;
    width: 10px;
    height: 8px;
    background: url(../images/a_yinhao2.png) center no-repeat;
    background-size: cover;
}

.fuwufanwei ul li {
    text-indent: 25px;
}

.fuwufanwei ul li>ul>li {
    text-indent: 50px;
}

.fuwufanwei>h2 {
    color: #083a81;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
}

.fuwufanwei>h2:nth-child(1) {
    margin-top: 0;
}

.bianzhean {
    background-color: #ad8c6433;
    padding: 20px;
}





.nav_collapse {
    float: none;
    margin-right: 0;
    text-align: center;
}

.nav_collapse>ul {
    display: inline-block;
    box-sizing: border-box;
    /* padding-left: 20px; */
}




.spaceLine {
  display: flex;
  align-items: center;
  justify-content: center;
}

.spaceLine>i {
  width: 49px;
  height: 2px;
  background-color: #8d4938;
  display: block;
}

.spaceLine>p {
  text-transform: uppercase;
  font-size: 10px;
  color: #9a523a;
  margin: 0 5px;
}

.spacePaddingTop {
  padding-top: 50px;
  margin-bottom: 0;
}

.spaceColorWhite>h2 {
  color: white;
}

.spaceColorWhite>p {
  color: white;

}

.spaceColorWhite .spaceLine>p {
  color: white;

}

.spaceColorWhite .spaceLine>i {
  background-color: white;
}

.sec1ImgBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}

.sec1ImgBox>div {
  padding: 5px;
  background: #fff;
}

.spaceImgScale {
  overflow: hidden;
}

.spaceImgScale img {
  transition: 0.8s;

}

.spaceImgScale:hover img {
  transform: scale(1.1);
}


.descText {
  padding: 40px 35px;
  
  background: #f6f6f6;
  font-size: 16px;
  color: #222222;
  line-height: 38px;
  box-sizing: border-box;
  /* width: 1150px; */
  flex: 2;
}

.linjunMain {
  display: flex;
  margin: 0 125px;
}

.descImg {
  width: 500px;
}

.descImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-linjunrenwu {
  padding-bottom: 70px;
}

/* news */
.newsMain {
  padding: 35px 25px;
  box-sizing: border-box;

  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.4);
}

.news-container {
  padding: 0 130px;
  width: 100%;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
}

.newsBox {
  /* width: 525px; */
  width: 32%;
}

.newsBox-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 27px;
  padding: 0 10px;
}

.newsBox-title>div {
  font-size: 25px;
  color: #444444;
  font-weight: 600;
}

.newsMore>a {
  font-size: 20px;
  color: #777777;
  font-weight: normal;
}

.bigNews {
  border-bottom: 1px solid #555555;
  padding-bottom: 10px;
}

.bigNews>a:hover div {
  color: #8D4938;
}

.bigNewsTitle {
  font-size: 17px;
  color: #555555;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 35px;
}

.bigNewsDate {
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  margin: 20px 0 10px;
}

.bigNewsDesc {

  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #777777;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.smallItem {
  /* border-bottom: 1px solid #555;
  padding-bottom: 15px;
  margin-top: 15px; */
}

.smallItem>a {
  display: flex;
  border-bottom: 1px solid #555;
  padding-bottom: 15px;
  margin-top: 15px;
}

.smallItem>a:hover div {
  color: #8D4938;
}

.smallItem:last-child>a {
  border: none;
}

.smallItem:last-child {
  border: none;
  padding-bottom: 0;
}

.smallData {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}

.smalltitle {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  /* margin-left: 15px; */
  width: 75%;
}

/* 轮播图 */
.scDesc {
  font-size: 20px;
  font-weight: 400;
  color: #555555;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}

.ind-team-ibox {
  width: 100%;
  height: 1030px;
  box-sizing: border-box;
  padding-top: 55px;
}

.ind-team-ibox .team-con {
  position: relative;
  margin-top: 65px;
}

.ind-team-ibox .inner-title {
  color: #fff;
}

.ind-team-ibox .inner-desc {
  color: #fff;
}

.ind-team-ibox .team-desc1 {
  display: block;
  text-align: center;
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  -ms-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.ind-team-ibox .team-desc1 .name {
  font-size: 24px;
  color: #333333;
  margin-top: 25px;
}

.ind-team-ibox .team-desc1 .zhiwei {
  color: #333333;
  line-height: 29px;
}

.ind-team-ibox .moreLink {
  display: block;
  text-align: center;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  line-height: 46px;
  color: #666666;
  margin: 20px auto 22px;
  transition: all .9s;
  -webkit-transition: all .9s;
  -moz-transition: all .9s;
  -ms-transition: all .9s;
  -o-transition: all .9s;
  box-sizing: border-box;
  width: 141px;
  height: 46px;
  border: 1px solid #ECECEC;
}

.ind-team-ibox .moreLink:hover {
  background-color: #8D4938;
  border-color: #8D4938;
  color: #fff !important;
}

.ind-team-ibox .team-swiper-container .moreLink {
  margin-top: 20px;
  margin-left: 0;
  width: 157px;
  height: 53px;
  line-height: 53px;
}

.ind-team-ibox .item {
  background-color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.ind-team-ibox .team-desc2 .name {
  color: #333333;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 3px;
}

.ind-team-ibox .team-desc2 .zhiwei {
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  font-size: 23px;
  font-weight: 400;
}

.ind-team-ibox .zhiwei-text {
  font-size: 14px;
  color: #666666;
  font-family: Microsoft JhengHei;
  margin-top: 16px;
}

.ind-team-ibox .zhiwei-text p {
  margin-bottom: 12px;
  /* background: url(../images/circle.png) no-repeat 0 center; */
  background: url(../images/circle.png) no-repeat 0 7px;

  padding-left: 16px;
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */

  font-size: 20px;
  font-weight: 400;
  color: #777777;

}

.ind-team-ibox .swiper-slide {
  transition: transform 1s;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
}

.team-swiper-container {
  /* width: 48.5%; */
  width: 48%;
  margin: 0 auto;
}

.nocurrent-swiper {
  width: 24%;
  height: 100%;
}

.left-swiper-container {
  position: absolute !important;
  left: 0px;
  top: 43px;
  z-index: 1;
}

.right-swiper-container {
  position: absolute !important;
  right: 0px;
  left: auto;
  top: 43px;
  z-index: 1;
}

.ind-team-ibox .swiper-button-next,
.ind-team-ibox .swiper-button-prev {
  height: 68px;
  width: 68px;
  outline: none;
  z-index: 6666;
}

.ind-team-ibox .swiper-button-next:after,
.ind-team-ibox .swiper-button-prev:after {
  display: none;
}

.ind-team-ibox .swiper-button-prev {
  left: 24.2%;
  background: url(../images/team-arr.png) no-repeat;
}

.ind-team-ibox .swiper-button-next {
  right: 24.2%;
  background: url(../images/team-arr2.png) no-repeat;
}

.team-swiper-container .pic {
  float: left;
  width: 45%;
}

.team-swiper-container .team-desc2 {
  float: left;
  /* margin-left: 35px; */
  margin-left: 20px;
  width: 50%;

}

.team-swiper-container .name {
  padding-top: 30px;
}

.team-swiper-container .item {
  padding: 20px;
}




@media screen and (max-width:1660px) {
  .descText {
    line-height: 30px;
  }

  .news-container {
    padding: 0 20px;
  }

  .newsBox {
    width: 32%;
  }
}

@media screen and (max-width:1440px) {
  .team-swiper-container .team-desc2 {
    width: 45%;
  }

  .smalltitle {
    width: 70%;
  }

  .ind-team-ibox .moreLink {
    height: 35px;
    line-height: 35px;
    width: 120px;
  }
}
