@charset "utf-8";

/* CSS Document */
html {
    height: 100%;
    position: relative;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    /*min-width: 1300px;*/
    font-family: Tahoma, Arial,微软雅黑;
}

.page-home {
    height: 100%;
}

/*
* {
    transition: 0.2s;
}
*/
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
p {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    display: block;
}

a {
    color: #333;
    text-decoration: none;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.b_overflow {
    overflow: hidden;
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.cleanbox {
    overflow: hidden;
}

.middle {
    width: 1680px;
    margin: 0 auto;
    position: relative;
}

header {
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    list-style-type: none;
    z-index: 70;
    /*background: rgba(2, 32, 72, .4);*/
}

.page-top {
    position: static;
}

.h-top {
    padding: 30px 0 40px 0;
    transition: 0.2s;
}

.h-top-scroll {
    background: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
}

.h-top .middle {}

.logo {
    width: 30%;
    height: 68px;
    float: left;
    background: url(../images/logo.png) no-repeat;
    background-size: auto 100%;
    overflow: hidden;
}

.page-top .logo {
    background: url(../images/logo-2.png) no-repeat;
    background-size: auto 100%;
}

.logo a {
    width: 100%;
    height: 100%;
    display: block;
}

.menu-box {
    width: 70%;
    float: right;
    margin-top: 15px;
}

.menu-box .menu {
    float: right;
}

.menu li {
    float: left;
    display: inline-block;
    margin: 0 20px;
    transition: all .2s;
    box-sizing: border-box;
    position: relative;
}

.menu a {
    display: inline-block;
    padding: 10px 0;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
}

/*
.menu li>a::after {
    content: "";
    width: 0%;
    height: 3px;
    background: #ffba00;
    display: block;
    opacity: 0;
    transition: 0.3s;
    margin: 0 auto;
    margin-top: 5px;
}
*/
.menu li.on>a,
.menu li:hover>a {
    color: #fff;
}

/*
.menu li:hover>a::after,
.menu li.on>a::after {
    width: 100%;
    opacity: 1;
    transition: 0.3s;
}

.menu li.on>a::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #ffba00;
    display: block;
    margin-top: 5px;
}
*/
.menu li dl {
    width: 200%;
    height: 0;
    z-index: 111;
    overflow: hidden !important;
    box-sizing: border-box;
    padding: 20px 0;
    position: absolute;
    top: 40px;
    left: -50%;
    text-align: center;
    opacity: 0;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
}

/*
.menu li.on dl {
    display: block;
    height: 200px;
}
.h-top-scroll .menu li.on dl {
    height: 0;
}
*/
.menu li:hover dl {
    display: block;
    height: auto;
    border-radius: 0;
    padding: 20px 0;
    opacity: 1;
}

.menu li:checked dl {
    display: block;
    height: 250px;
    border-radius: 6px;
    padding: 5px 0;
}

.menu dl dd a {
    display: block;
    padding: 2px 0;
}

.menu dl dd.s-on a,
.menu dl dd:hover a {
    color: #040086;
}

/*
.h-top-scroll .menu li.on dl {
    height: 0;
    overflow: hidden;
    display: none;
}
.h-top-scroll .menu li:hover dl {
    
    overflow: hidden;
    display: block;
    background: rgba(0, 0, 0, 0.7);
    padding: 5px 0;
}
*/

/*
.menu li:hover dl {
    display: block;
}
*/

.page-top .h-top .menu-box .menu li>a {
    color: #000;
}

.page-top .h-top .menu-box .menu li.on>a,
.page-top .h-top .menu-box .menu li:hover>a {
    color: #040086;
    font-weight: bold;
}

.h-top .menu-box .menu li dl {
    background: #fff !important;
    overflow: hidden;
}

.h-top .menu-box .menu li dl a {
    color: #000 !important;
}

.h-top .menu-box .menu li dl a:hover {
    color: #040086 !important;
}

.page-home>.swiper-container {
    width: 100%;
    height: 100%;
}

.section {
    position: relative;
}

.section .slidedown-icon {
    display: block;
    color: #fff;
    width: 30px;
    height: 50px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -15px;
    opacity: 0.5;

}

.section .slidedown-icon-2 {
    display: block;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -15px;
    opacity: 0.3;
}

.section .slidedown-icon img {
    width: 30px;
    height: auto;
    animation: fadeInDown 1000ms infinite both;
}

.home-swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.home-swiper>.swiper-wrapper>.swiper-slide {

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

.main-1 {
    /*
    background: url(../images/home-main-1.jpg) no-repeat center center;
    background-size: 100% auto;
    */
}

.main-2 {
    background: #fff;
}

.main-3 {
    background: #fff;
}

.main-4 {
    background: #3f4a52;
}

.main-5 {
    background: #efefef;
}

.main-6 {
    background: #fff;
}

/*HOME*/
.video-bg {
    width: 100%;
    height: 100%;
}

.play-video {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.play-video a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/icon-10.png) no-repeat center center #d8b156;
    background-size: 40% auto;
    box-shadow: 0 5px 15px rgba(216, 177, 86, 0.9);
    border-radius: 40px;
    transition: 0.2s;
}

.play-video a:hover {
    background: url(../images/icon-10.png) no-repeat center center #ffba00;
    background-size: 40% auto;
    box-shadow: 0 5px 15px rgba(255, 186, 0, 0.9);

}

.home-down {
    width: 1680px;
    height: 1px;
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
}

.home-down span {
    width: 120px;
    height: 120px;
    display: block;
    background: url(../images/home_bj.png) no-repeat center center;
    background-size: 100% auto;
    overflow: hidden;
    position: absolute;
    top: -130px;
}

.home-down i {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/home_down.png) no-repeat center center;
    background-size: auto 90%;
    margin: 46px 0 0 44px;
    animation: home-down-icon 800ms linear infinite;
}

.home-map .home-down i {
    background: url(../images/home_up.png) no-repeat center center;
    background-size: auto 90%;
}

@keyframes home-down-icon {
    0% {
        transform: translateY(-10px);
    }

    25% {
        transform: translateY(-5px);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(-10px);
    }

}


.home-banner {
    width: 100%;
    height: 100%;
    background: #ddd;
    position: relative;
}

.home-banner .swiper-slide {
    width: 100%;
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.home-banner .main-banner-page {
    position: absolute;
    bottom: 20px;
    z-index: 1111111;
    left: 0;
    width: 100%;
    height: 100%;
    display: block !important;
    text-align: center;
}

.home-banner .swiper-wrapper .swiper-slide {
    width: 100% !important;
    text-align: center;
}

.main-banner-page .swiper-pagination {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.main-banner-page .swiper-pagination span.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    margin: 10px;
    overflow: hidden;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0);
}

.main-banner-page .swiper-pagination span.swiper-pagination-bullet-active {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);
    background: #2e3486;
}

.main-banner-page .swiper-button-white {
    width: 60px;
    height: 60px;
    background: #2e3486;
    overflow: hidden;
}

.main-banner-page .swiper-button-white i {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    background: url(../images/icon-1.png) no-repeat center center;
    background-size: auto 100%;
}

.main-banner-page .swiper-button-next i {
    background: url(../images/icon-1.png) no-repeat center center;
    background-size: auto 100%;
    transform: rotate(180deg);
}

.main-banner-page .m-b-arrows {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.b1-info {
    width: 100%;
    height: 175px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    margin: auto;
    vertical-align: middle;
}

.b1-info img {
    display: block;
    margin: 0 auto;
}

/*HOME-NEWS*/
.home-item-title {
    width: 100%;
    height: 90px;
    margin-bottom: 60px;
}

.home-item-title span {
    font-size: 60px;
    display: block;
    text-align: center;
    line-height: 90px;
}

.home-item-title img {
    width: auto;
    height: 100%;
}

.home-item-box {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.e-news-left-pic {
    width: 45%;
    height: auto;
    overflow: hidden;
    float: left;
}

.e-news-left-pic img {
    width: 100%;
    height: auto;
}

.hi-news-list {
    width: 52%;
    float: right;
}

.hi-news-list li {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 60px;
    transition: 0.2s;
}

.hi-news-list li a {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    width: 100%;
    padding: 10px 30px;
    box-sizing: border-box;
}

.hi-news-list li:nth-child(3n) {
    margin-bottom: 0;
}

.hi-news-list li .hi-news-l {
    flex: 0 0 110px;
    margin-right: 50px;
    padding-top: 3px;
    box-sizing: border-box;
}

.hi-news-list li .hi-news-r {
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;
    /* OLD - Firefox 19- */
    width: 20%;
    /* For old syntax, otherwise collapses. */
    -webkit-flex: 1;
    /* Chrome */
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

.hi-news-list li .hi-news-l span {
    color: #9fa1b1;
    display: block;
    width: 100%;
    text-align: right;
}

.hi-news-list li .hi-news-l span:nth-child(1) {
    font-size: 18px;
}

.hi-news-list li .hi-news-l span:nth-child(2) {
    font-size: 36px;
    line-height: 1.2;
    font-weight: bold;
}

.hi-news-list li .hi-news-r h2 {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hi-news-list li .hi-news-r h2 {
    color: #333;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hi-news-list li .hi-news-r p {
    width: 100%;
    height: 50px;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    margin-top: 10px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hi-news-list li .hi-news-r span {
    display: block;
    margin-top: 20px;
}

.hi-news-list li .hi-news-r span i {
    width: 50px;
    height: 15px;
    display: block;
    background: url(../images/icon-2.png) no-repeat center center;
    background-size: auto 70%;
}

.hi-news-list li:hover a h2 {
    color: #2e3486;
}




.home-item-more {
    width: 100%;
    overflow: hidden;
    padding: 5px 0;
    box-sizing: border-box;

}

.home-item-more a {
    display: block;
    margin: 0 auto;
    width: 270px;
    line-height: 70px;
    border: 2px solid #2e3486;
    box-sizing: border-box;
    text-align: center;
    font-size: 24px;
    color: #2e3486;
    transition: 0.2s;
}

.home-item-more a:hover {
    transform: scale(1.05);
}

.main-3 .home-item-more {
    margin-top: 20px;
}

.main-4 .home-item-more a,
.main-5 .home-item-more a {
    opacity: 0.8;
}

.main-4 .home-item-more a:hover,
.main-5 .home-item-more a:hover {
    opacity: 1;
}

.hi-cluster-list {
    width: 100%;
    margin-top: 20px;
}

.hi-cluster-list li {
    width: 31%;
    margin-right: 3.5%;
    float: left;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.6);
    margin-bottom: 50px;
    display: flex;
    transition: 0.2s;
}

.hi-cluster-list li:nth-child(3n) {
    margin-right: 0;
}

.hi-cluster-list li a {
    display: block;
    width: 100%;
    height: 200px;
    border: 2px solid rgba(255, 255, 255, 1);
    box-sizing: border-box;
    overflow: hidden;
}

.hi-cluster-list li a div {
    float: left;
    height: 100%;
    display: table;
}

.hi-cluster-list li a div:nth-child(1) {
    width: 40%;
    /*background: url(../images/a1.png) no-repeat center center;
    background-size: auto 100%;*/
}

.hi-cluster-list li a div:nth-child(1) img {
    width: 100%;
    height: 100%;
}

.hi-cluster-list li a div:nth-child(2) {
    width: 60%;
}

.hi-cluster-list li a div span {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.hi-cluster-list li a div:nth-child(1) span {
    color: rgba(255, 255, 255, 0.4);
    font-size: 72px;
}

.hi-cluster-list li a div:nth-child(2) span {
    color: #fff;
    font-size: 30px;
    box-sizing: border-box;
    padding: 0 45px;
    text-align: left;
    line-height: 1.3;
}

.hi-cluster-list li:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.hi-cluster-list li:hover a {
    border: 2px solid rgba(255, 255, 255, 1);
}

.hi-cluster-list li:hover a div:nth-child(1) span {
    color: rgba(255, 255, 255, 1);
}

.home-item-more-white a {
    border: 2px solid #fff;
    color: #fff;
}

.main-4 .home-item-title {
    color: #fff;
}

.hi-solutions-list {
    width: 100%;
    margin-top: 20px;
}

.hi-solutions-list li {
    width: 31%;
    margin-right: 3.5%;
    float: left;
    box-sizing: border-box;
    margin-bottom: 60px;
    display: flex;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    transition: 0.2s;
}

.hi-solutions-list li:nth-child(3n) {
    margin-right: 0;
}

.hi-solutions-list li a {
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.hi-solutions-list li a img {
    width: 100%;
    height: 340px;
}

.hi-solutions-list li a span {
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 32px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin-top: 30px;
}

.hi-solutions-list li:hover {
    transform: translateY(-5px);
}

.hi-solutions-list li:hover a img {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.home-bottom-page {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-flow: column;
}

.home-map {
    width: 100%;
    flex: 1;
    position: relative;
    background: url(../images/home-map-bg.jpg) no-repeat center center;
    background-size: 100% 100%;
}


.home-map .middle {
    height: 100%;
    display: flex;
    padding-top: 100px;
    box-sizing: border-box;
}

.home-map .middle .home-map-box {
    width: 1238px;
    height: 569px;
    margin: auto auto;
    background: url(../images/home-map-1.jpg) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
}

.home-map-title {
    width: 100%;
    text-align: center;
    font-size: 55px;
    line-height: 1.5;
    position: absolute;
    top: -100px;
}

/*.home-map .middle a:hover {
    background: url(../images/home-map-2.jpg) no-repeat center center;
    background-size: 100% 100%;
}*/

.footer {
    width: 100%;
    height: 245px;
    flex: 0 0 245px;
    background: #000;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 55px;
}

.footer-logo {
    width: 20%;
    float: left;
}

.footer-logo span {
    display: block;
    width: 160px;
    height: 50px;
    opacity: 0.7;
}

.footer-logo p {
    color: #d7d7d7;
    font-size: 14px;
    line-height: 1.7;
    margin-top: 20px;
}

.footer-logo span img {
    width: 155px;
    height: auto;
}

.footer-nav {
    width: 15%;
    float: left;
}

.footer-nav ul {
    width: 35%;
    float: left;
    margin-right: 10%;
}

.footer-nav ul li a {
    color: #d7d7d7;
    font-size: 14px;
    line-height: 27px;
}

.footer-contact {
    width: 40%;
    float: left;
    color: #d7d7d7;
    font-size: 14px;
    line-height: 27px;
}

.footer-v-code {
    width: 20%;
    float: right;
    text-align: right;
}

.footer-v-code>div {
    width: 100px;
    display: inline-block;
    position: relative;

}

.footer-v-code>div::before {
    display: block;
    content: '';
    width: 100px;
    height: 100px;
    background: url(../images/f-v-code-d.png) no-repeat top left;
    background-size: 80% auto;
    position: absolute;
    left: -25px;
    top: -25px;
    z-index: 0;
}

.footer-v-code div div {
    width: 100%;
    position: absolute;
    z-index: 1;
}

.footer-v-code div img {
    width: 100%;
    height: auto;
}

.footer-v-code div span {
    display: block;
    width: 100%;
    text-align: center;
    color: #d7d7d7;
    font-size: 12px;
    margin-top: 10px;
}

/*公司介绍*/
.page-banner {
    width: 100%;
    height: 700px;
    overflow: hidden;
    position: relative;
}

.introduction-bg {
    background: url(../images/page-banner-1.jpg) no-repeat center center;
    background-size: cover;
}

.team-bg {
    background: url(../images/page-banner-2.jpg) no-repeat center center;
    background-size: cover;
}

.culture-bg {
    background: url(../images/page-banner-3.jpg) no-repeat center center;
    background-size: cover;
}

.honor-bg {
    background: url(../images/page-banner-4.jpg) no-repeat center center;
    background-size: cover;
}

.speech-bg {
    background: url(../images/page-banner-5.jpg) no-repeat center center;
    background-size: cover;
}

.layout-bg {
    background: url(../images/page-banner-6.jpg) no-repeat center center;
    background-size: cover;
}

.layout-5g-bg {
    background: url(../images/page-banner-7.jpg) no-repeat center center;
    background-size: cover;
}

.fund-bg {
    background: url(../images/page-banner-8.jpg) no-repeat center center;
    background-size: cover;
}

.news-bg {
    background: url(../images/page-banner-9.jpg) no-repeat center center;
    background-size: cover;
}

.contact-bg {
    background: url(../images/page-banner-11.jpg) no-repeat center center;
    background-size: cover;
}

.recruit-bg {
    background: url(../images/page-banner-12.jpg) no-repeat center center;
    background-size: cover;
}

.branch-bg {
    background: url(../images/page-banner-13.jpg) no-repeat center center;
    background-size: cover;
}

.page-banner h1 {
    font-size: 100px;
    color: #fff;
    margin-top: 270px;
    line-height: 120px;
    margin-left: 50px;
    font-weight: normal;
}

/*
.page-banner h1::before {
    content: "";
    width: 120px;
    height: 120px;
    display: block;
    float: left;
    background: url(../images/icon-4.png) no-repeat center center;
    background-size: 30% auto;
}
*/

.introduction-box {
    width: 100%;
}

.introduction-left {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-right: 80px;
}

.introduction-right {
    width: 50%;
    float: right;
}

.introduction-right img {
    width: 100%;
    height: auto;
    margin-top: -90px;
}

.introduction-left h2 {
    font-size: 34px;
    margin-top: 100px;
    line-height: 1.5;
}

.introduction-left dl {
    width: 100%;
    margin-top: 50px;
}

.introduction-left dt {
    font-size: 36px;
    line-height: 50px;
    color: #2e3486;
}

.introduction-left dt::before {
    content: "";
    width: 30px;
    height: 50px;
    display: block;
    float: left;
    margin-right: 20px;
    background: url(../images/icon-5.jpg) no-repeat center center;
    background-size: auto 50%;
}

.introduction-left dd {
    width: 100%;
    text-align: justify;
    margin-top: 20px;
}

.time-line-box {
    width: 100%;
    overflow: hidden;
    padding: 130px 0 160px 0;
}

.time-line {
    width: 90%;
    height: 350px;
    margin: 0 auto;
    color: #fff;
    position: relative;
}

.time-line .swiper-container {
    position: static;
    width: 100%;
    height: 100%;
}

.time-line .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: block;
    box-sizing: border-box;
    padding: 50px 40px;
    text-align: left;
}

.time-line .swiper-slide:nth-child(1) {
    background: #999eaa;
}

.time-line .swiper-slide:nth-child(2) {
    background: #818ca7;
}

.time-line .swiper-slide:nth-child(3) {
    background: #6476a1;
}

.time-line .swiper-slide:nth-child(4) {
    background: #4e5e84;
}

.time-line .swiper-slide:nth-child(5) {
    background: #405486;
}

.time-line .swiper-slide:nth-child(6) {
    background: #324981;
}

.time-line .swiper-slide:nth-child(7) {
    background: #384566;
}

.time-line .swiper-slide:nth-child(8) {
    background: #2f3e63;
}

.time-line .swiper-slide:nth-child(9) {
    background: #2b3a60;
}

.time-line .swiper-slide:nth-child(10) {
    background: #25355f;
}

.time-line .swiper-slide:nth-child(11) {
    background: #2c3449;
}

.time-line .swiper-slide:nth-child(12) {
    background: #273047;
}

.time-line .swiper-slide:nth-child(13) {
    background: #222d46;
}

.time-line .swiper-slide:nth-child(14) {
    background: #1e2944;
}

.time-line .swiper-slide:nth-child(15) {
    background: #192441;
}


.time-line .swiper-slide a {
    color: #fff;
}

.time-line .swiper-slide span {
    display: block;
    font-size: 30px;
    width: 100%;
    margin-top: 20px;
}

.time-line .swiper-slide span::before {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
}

.time-line .swiper-slide p {
    margin-top: 10px;
    width: 100%;
    font-size: 17px;
}

.time-line .swiper-button-prev {
    width: 70px;
    height: 70px;
    background: url(../images/icon-1.png) no-repeat center center #2e3486;
    background-size: 25% auto;
    margin-top: -35px;
    margin-left: -50px;
}

.time-line .swiper-button-next {
    width: 70px;
    height: 70px;
    background: url(../images/icon-1.png) no-repeat center center #2e3486;
    background-size: 25% auto;
    transform: rotate(180deg);
    margin-top: -35px;
    margin-right: -50px;
}

.time-line .swiper-button-disabled {
    background: url(../images/icon-1.png) no-repeat center center #4d4d4b;
    background-size: 25% auto;
    opacity: 1;
}

/*item*/
.item-ceo {
    width: 100%;
    height: 550px;
    margin-top: 60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.item-ceo:nth-child(1) {
    margin-top: 60px;
}

.item-ceo-info {
    width: 35%;
    margin-right: 15%;
    float: right;
    text-align: left;
    box-sizing: border-box;
    padding-top: 150px;
    color: #fff;
}

.item-ceo-info h3 {
    width: 100%;
    font-size: 36px;
}

.item-ceo-info h3::after {
    content: "";
    display: block;
    width: 45px;
    height: 3px;
    background: #ffba00;
    margin-top: 5px;
}

.item-ceo-info span {
    display: block;
    margin-top: 20px;
}

.item-ceo-info p {
    width: 100%;
    margin-top: 25px;
    text-align: justify;
}



.item-list {
    width: 100%;
    margin-top: 80px;
    padding-bottom: 50px;
}

.item-list ul {}

.item-list ul li {
    width: 48%;
    float: left;
    margin-bottom: 70px;
    box-sizing: border-box;
    position: relative;
    transition: 0.2s;
}

.item-list ul li .item-list-box {
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    padding: 48px 48px 80px 48px;
    z-index: 11;
    display: flex;
    background: #fff;
}

.item-list ul li .item-i {
    width: 130px;
    height: 130px;
    background: url(../images/icon-6.png) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    bottom: -40px;
    right: -40px;
    z-index: -99999;
}

.item-list ul li:hover {
    transform: translateY(-5px);
}

.item-list ul li:nth-child(2n) {
    float: right;
}

.item-list ul li .item-img {
    flex: 0 0 200px;
    height: 200px;
    border-radius: 100px;
    overflow: hidden;
}

.item-list ul li .item-img img {
    width: 100%;
    height: auto;
}

.item-list ul li .item-info {
    flex: 1;
    padding-left: 50px;
    box-sizing: border-box;
    background: #fff;
}

.item-list ul li .item-info h3 {
    width: 100%;
    font-size: 36px;
}

.item-list ul li .item-info h3::after {
    content: "";
    display: block;
    width: 45px;
    height: 3px;
    background: #ffba00;
    margin-top: 5px;
}

.item-list ul li .item-info span {
    display: block;
    margin-top: 20px;
    font-weight: bold;
    color: #666666;
}

.item-list ul li .item-info p {
    width: 100%;
    min-height: 150px;
    margin-top: 25px;
    color: #666666;
    text-align: justify;
}


/*企业文化*/
.culture-box {
    position: relative;
    padding: 40px 0 50px 0;
}

.culture-title {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
}

.culture-title h2 {
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;
    color: #000;
    font-size: 97px;
    height: 120px;
    line-height: 120px;
    font-family: '宋体';
    text-align: center;
}

.culture-title h2 span {
    display: inline-block;
    color: #000;
    font-size: 97px;
    height: 120px;
    line-height: 120px;
    font-family: '宋体';
}

.culture-title h2 span:nth-child(1) {
    margin-right: 80px;
}

/*
.culture-title h2 i {
    display: block;
    float: left;
    width: 80px;
    height: 120px;
    background: url(../images/icon-4.png) no-repeat center center;
    background-size: 40% auto;
}
*/
.culture-title p {
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 24px;
    color: #000;
    text-align: center;
}

.culture-list {
    width: 100%;
    height: 570px;
    overflow: hidden;
    background: url(../images/culture-list-bg.jpg) repeat-x top center;
}

.culture-list ul {
    width: 85%;
    margin: 0 auto;
    display: flex;
    margin-top: 110px;
}

.culture-list li {
    flex: 1;
    height: 370px;
    background: #fff;
    border-radius: 10px;
    margin-right: 32px;
    text-align: center;
    padding: 48px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: 0.2s;
}

.culture-list li:last-child {
    margin-right: 0;
}

.culture-list li h3 {
    width: 100%;
    position: relative;
}

.culture-list li h3 span {
    display: inline-block;
    font-size: 24px;
    line-height: 40px;
    height: 40px;
    color: #000;
    padding: 0 10px;
}

.culture-list li h3 span::before {
    content: '';
    background: #d7b155;
    width: 55px;
    height: 2px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 20px;
}

.culture-list li h3 span::after {
    content: '';
    background: #d7b155;
    width: 55px;
    height: 2px;
    display: block;
    float: right;
    margin-left: 10px;
    margin-top: 20px;
}

.culture-list li p {
    margin-top: 30px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.culture-list li:hover {
    transform: translateY(-5px);
}

/*荣誉*/
.honor-box {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.honor-box h2 {
    font-size: 36px;
    text-align: center;
}

.diepic {
    position: relative;
    width: 90%;
    margin: 50px auto 0 auto;
}

.diepic .swiper-container {
    padding-bottom: 60px;
    width: 100%;
    height: 100%;
}

.diepic .swiper-slide {
    text-align: center;

    /* Center slide text vertically */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

}

.diepic .swiper-slide img {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
    box-shadow: 0 6px 10px 0 rgba(20, 34, 67, .1);
}

.diepic .swiper-slide span {
    font-size: 20px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
    text-align: center;
    line-height: 50px;
    margin-top: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.diepic .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

.diepic .swiper-pagination {
    width: 100%;
    bottom: -85px;
    display: none;
}

.diepic .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #030000;
    width: 10px;
    height: 10px;
    opacity: .6;
}

.diepic .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 34px;
    display: inline-block;
    height: 10px;
    border-radius: 10px;
    transition: width .4s cubic-bezier(.4, 0, .2, 1);
    background-image: linear-gradient(80deg, #0989c5, #995cb6);
    opacity: 1;
}

.diepic .swiper-button-prev {
    left: 0;
    top: 150px;
    width: 70px;
    height: 70px;
    background: url(../images/icon-1.png) no-repeat center center #d7b155;
    background-size: 30%;
}

.diepic .swiper-button-next {
    right: 0;
    top: 150px;
    width: 70px;
    height: 70px;
    background: #666;
    background: url(../images/icon-1.png) no-repeat center center #d7b155;
    background-size: 30%;
    transform: rotate(180deg);
}





.certificate-bg {
    width: 100%;
    overflow: hidden;
    background: #3d4958;
}

.certificate-box {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.certificate-box h2 {
    font-size: 36px;
    text-align: center;
    color: #fff;
}

.certificate-box ul {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
}

.certificate-box ul li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 30px;
    float: left;
    text-align: center;
    transition: 0.2s;
}

.certificate-box ul li:nth-child(3n) {
    margin-right: 0;
}

.certificate-box ul li div:nth-child(1) {
    width: 100%;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding: 30px 0;
}

.certificate-box ul li div:nth-child(1) span {
    display: block;
    width: 340px;
    height: 250px;
    margin: 0 auto;
    overflow: hidden;
}

.certificate-box ul li div:nth-child(1) span img {
    width: 100%;
    height: auto;
}

.certificate-box ul li div:nth-child(2) {
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}

.certificate-box ul li:hover {
    transform: translateY(-5px);
}

.certificate-box ul li:hover div:nth-child(1) {
    border: 1px solid #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/*致辞*/

.speech-box {
    margin-top: 80px;
    margin-bottom: 80px;
}

.speech-left {
    width: 50%;
    float: right;
}

.speech-right {
    width: 45%;
    float: left;
}

.speech-right img {
    width: 100%;
    margin-top: 0;
}

.speech-text {
    width: 100%;
    overflow: hidden;
    text-align: justify;
}

.speech-text p {
    margin-bottom: 30px;
}

.speech-important {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    color: #d7b155;
    margin-top: 30px;
}

.speech-autograph {
    display: inline-block;
    float: right;
}

.speech-autograph span {
    display: block;
    float: left;
}

.speech-autograph span:nth-child(1) {
    color: #61482e;
    font-weight: bold;
    margin-top: 60px;
    margin-right: 20px;
}

/*产业布局*/

.layout-box {
    margin-bottom: 50px;
}

.layout-box ul {
    width: 90%;
    margin: 0 auto;
    margin-top: 70px;
}

.layout-box ul li {
    width: 700px;
    height: 480px;
    margin-bottom: 50px;
    float: left;
    display: table;
    position: relative;
    transition: 0.2s;
}

.layout-box ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.layout-box ul li:nth-child(2n) {
    float: right;
}

.layout-box ul li.layout-1 {
    background: url(../images/page-img-6.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.layout-box ul li.layout-2 {
    background: url(../images/page-img-7.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.layout-box ul li div {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;

}

.layout-box ul li div::before {
    content: '';
    display: block;
    width: 0;
    height: 5px;
    position: absolute;
    top: 0;
    background: #00be85;
    transition: 0.5s;
    overflow: hidden;
}

.layout-box ul li:nth-child(2) div::before {
    background: #df4629;
}

.layout-box ul li:hover div::before {
    width: 100%;
}

.layout-box ul li span {
    font-size: 36px;
    color: #fff;
}

.layout-box ul li a {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
    border-radius: 0;
    background: url(../images/icon-1.png) no-repeat center center #00be85;
    background-size: 20% auto;
    transform: rotate(180deg);
    opacity: 0.8;
}

.layout-box ul li:nth-child(2n) a {
    background: url(../images/icon-1.png) no-repeat center center #df4629;
    background-size: 20% auto;
    transform: rotate(180deg);
}

.layout-box ul li:hover a {
    opacity: 1;
}

.page-banner-info {
    width: 100%;
    position: absolute;
    top: 25%;
}

.page-banner-info .middle {
    padding: 0 100px;
    box-sizing: border-box;
}

.page-banner-left {
    width: 40%;
    float: left;
    overflow: hidden;
    position: relative;
    display: none;
}

.page-banner-left span {
    display: block;
    margin-top: 80px;
}

.page-banner-left span img {
    width: 100%;
    height: auto;
}

.page-banner-right {
    width: 100%;
    float: right;
    overflow: hidden;
}

.page-banner .page-banner-right h1 {
    margin: 0;
    font-size: 48px;
    padding: 0;
    line-height: 60px;
    margin-top: 80px;
}

.page-banner .page-banner-right h1::before {
    display: none;
    padding: 0;
}

.page-banner .page-banner-right p {
    color: #fff;
    text-align: justify;
    margin-top: 40px;
    font-size: 25px;
}

.page-item-box {
    margin-top: 60px;
    margin-bottom: 80px;
}

.page-item-left {
    width: 100%;
    float: left;
}

.page-item-left ul {
    display: flex;
    background: #e9e9e9;
}

.page-item-left ul li {
    flex: 1;
    box-sizing: border-box;
    transition: 0.2s;
    border-right: 2px solid #c0c0c0;
}
.page-item-left ul li:last-child {
    border-right: 0;
}

.page-item-left ul li span {
    width: 100%;
    height: 100px;
    display: table;
    vertical-align: middle;
    background: #e9e9e9;
    box-sizing: border-box;
    font-size: 24px;
    text-align: center;
    position: relative;
}

.page-item-left ul li span a {
    display: table-cell;
    width: 100%;
    color: #000;
    vertical-align: middle;
    line-height: 1.3;
    box-sizing: border-box;
}

.page-item-left ul li.on span {
    background: #2e3486;
}

/*
.page-item-left ul li.on span::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -11px;
    width: 12px;
    height: 100px;
    background: url(../images/icon-7.png) no-repeat center center;
}
*/
.page-item-left ul li.on span a {
    color: #fff;
}

.page-item-left ul li:hover span {
    background: #a6a9cb;
}

.page-item-left ul li:hover span a {
    color: #fff;
}

.page-item-right {
    width: 100%;
    float: right;
    overflow: hidden;
    margin-top: 50px;
}

.page-item-right h2 {
    width: 100%;
    font-size: 36px;
    margin-bottom: 10px;
}

.page-item-right .content {
    width: 100%;
    overflow: hidden;
    text-align: justify;
    font-size: 18px;
}

.page-item-right .content p {
    margin-bottom: 20px;
}

.page-item-right .content img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.page-item-fund-left {
    width: 25%;
    float: left;
}

.page-item-fund-left ul {
    width: 100%;
}

.page-item-fund-left ul li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
    margin-bottom: 20px;
    transition: 0.2s;
}

.page-item-fund-left ul li:hover {
    transform: translateY(-5px);
}

.page-item-fund-left ul li a {
    display: block;
}

.page-item-fund-left ul li a span:nth-child(1) {
    display: block;
    width: 100%;
}

.page-item-fund-left ul li a span:nth-child(1) img {
    width: 100%;
    height: auto;
}

.page-item-fund-left ul li:hover a span:nth-child(1) {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.page-item-fund-left ul li a span:nth-child(2) {
    display: block;
    width: 100%;
    height: 100px;
    font-size: 18px;
    line-height: 100px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-item-fund-left ul li.on a span:nth-child(2) {
    font-size: 30px;
    color: #61482e;
}

/*
.page-item-fund-left ul li.on a span:nth-child(2)::before {
    width: 50px;
    height: 100px;
    content: '';
    background: url(../images/icon-4.png) no-repeat center center;
    background-size: 50% auto;
    display: block;
    float: left;
}
*/


.page-item-fund-right {
    width: 70%;
    float: right;
    overflow: hidden;
    margin-top: 0;
}

.page-item-fund-right h2 {
    width: 100%;
    font-size: 36px;
    margin-bottom: 10px;
}

.page-item-fund-right .content {
    width: 100%;
    overflow: hidden;
    text-align: justify;
    font-size: 18px;
}

.page-item-fund-right .content p {
    margin-bottom: 20px;
}

.page-item-fund-right .content img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}



/*news*/
.news-hot {
    width: 100%;
    margin-top: 60px;
}

.news-hot ul {
    width: 100%;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.news-hot ul li {
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;
    /* OLD - Firefox 19- */
    width: 20%;
    /* For old syntax, otherwise collapses. */
    -webkit-flex: 1;
    /* Chrome */
    -ms-flex: 1;
    /* IE 10 */
    flex: 0 0 370px;
    transition: 0.2s;
}

.news-hot ul li a div:nth-child(1) {
    width: 100%;
    height: 278px;
    overflow: hidden;
}

.news-hot ul li a div:nth-child(1) img {
    width: 100%;
    min-height: 100%;
    height: auto;
}

.news-hot ul li a div:nth-child(2) {
    width: 100%;
    height: 54px;
    overflow: hidden;
    margin: 15px 0;
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-hot ul li span {
    display: inline-block;
    text-align: center;
    line-height: 2;
    color: #fff;
    background: #00be85;
    font-size: 14px;
    width: 80px;
}

.news-hot ul li.news-type-1 span {
    background: #00be85;
}

.news-hot ul li.news-type-2 span {
    background: #61482e;
}

.news-hot ul li.news-type-3 span {
    background: #e8b800;
}

.news-hot ul li:hover {
    transform: translateY(-5px);
}

.news-hot ul li a div:nth-child(1) {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.news-box {
    width: 100%;
    margin: 30px 0;
}

.news-list {
    width: 100%;
}

.news-list ul li {
    width: 50%;
    float: left;
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 50px 30px 0;
    box-sizing: border-box;
}

.news-list ul li:nth-child(2n) {
    float: right;
    padding: 30px 0 30px 50px;
}

.news-left {
    width: 22%;
    float: left;
    text-align: center;
    background: #f3f3f3;
    color: #333;
    transition: 0.2s;
}

.news-right {
    width: 73%;
    float: right;
}

.news-left span {
    width: 100%;
    display: block;
}

.news-left span:nth-child(1) {
    background: #e5e5e5;
    line-height: 48px;
    font-size: 24px;
}

.news-left span:nth-child(2) {
    font-size: 46px;
    width: 100%;
    line-height: 102px;
    text-align: center;
    color: #666;
}

.news-right h2 {
    width: 100%;
    font-size: 18px;
}

.news-right h2 a {
    display: block;
    width: 100%;
    color: #61482e;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-right p {
    width: 100%;
    height: 55px;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 15px;
    color: #666;
    text-align: justify;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-list ul li .news-right span {
    display: inline-block;
    text-align: center;
    line-height: 2;
    color: #fff;
    background: #00be85;
    font-size: 14px;
    width: 100px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.news-list ul li.news-type-1 .news-right span {
    background: #00be85;
}

.news-list ul li.news-type-2 .news-right span {
    background: #61482e;
}

.news-list ul li.news-type-3 .news-right span {
    background: #e8b800;
}

.news-list ul li:hover .news-left {
    background: #525699;
}

.news-list ul li:hover .news-left span:nth-child(1) {
    background: #9c9fce;
    color: #fff;
}

.news-list ul li:hover .news-left span:nth-child(2) {
    color: #fff;
}

.news-list ul li:hover .news-right h2 a {
    color: #000;
}

/*页码通用*/
.pages {
    text-align: right;
    margin-top: 20px;
}

.pages_c {
    text-align: center;
    margin-top: 20px;
}

.pagination {
    display: inline-block;
    padding: 0;
    margin: 8px 0 4px 0
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 0 8px;
    min-width: 8px;
    height: 28px;
    line-height: 28px;
    color: #666;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    margin: 0 4px;
    font-size: 14px;
    cursor: pointer
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 3;
    color: #2e3486;
    background-color: #f7f9fb;
    border: 1px solid rgba(0, 0, 0, 0.12)
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #2e3486;
    border-color: #2e3486
}

.pagination.m_color>li>a:focus,
.pagination.m_color>li>a:hover,
.pagination.m_color>li>span:focus,
.pagination.m_color>li>span:hover {
    color: #ff5303
}

.pagination.m_color>.active>a,
.pagination.m_color>.active>a:focus,
.pagination.m_color>.active>a:hover,
.pagination.m_color>.active>span,
.pagination.m_color>.active>span:focus,
.pagination.m_color>.active>span:hover {
    background-color: #ff5303;
    border-color: #ff5303
}

.pagination.m_color>.active>span:hover {
    color: #fff;
    border-color: #ff5303
}


/*新闻详情*/
.page-details-banner {
    width: 100%;
    height: 320px;
    overflow: hidden;
    position: relative;
}

.news-details-bg {
    background: url(../images/page-banner-10.jpg) no-repeat center center;
    background-size: 100% auto;
}

.page-details-location {
    width: 100%;
    position: absolute;
    bottom: 30px;
}

.page-details-location .middle {
    padding: 0;
    box-sizing: border-box;
}

.page-details-location ul {
    width: 100%;
}

.page-details-location ul li {
    float: left;
    font-size: 14px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding-right: 30px;
    position: relative;
}

.page-details-location ul li a {
    color: #fff;
    display: block;
}

.page-details-location ul li::after {
    content: '';
    width: 30px;
    height: 30px;
    background: url(../images/icon-1.png) no-repeat center center;
    background-size: 20% auto;
    transform: rotate(180deg);
    position: absolute;
    right: 0;
    top: 0;
}

.page-details-location ul li:last-child::after {
    display: none;
}

.news-details {
    margin-top: 60px;
    margin-bottom: 60px;
}

.news-details-left {
    width: 65%;
    float: left;
}

.news-details-title {
    width: 100%;
    font-size: 36px;
    overflow: hidden;
    line-height: 1.3;
}

.news-details-info {
    width: 100%;

}

.news-type {
    width: 50%;
    float: left;
    margin-top: 30px;
}

.news-type span {
    display: inline-block;
    text-align: center;
    line-height: 2;
    color: #fff;
    background: #00be85;
    font-size: 14px;
    width: 80px;
}

.news-type span.news-type-1 {
    background: #00be85;
}

.news-type span.news-type-2 {
    background: #61482e;
}

.news-type span.news-type-3 {
    background: #e8b800;
}

.news-type span.news-type-4 {
    background: #0989c5;
}

.news-details-info-right {
    width: 50%;
    float: right;
    text-align: right;
}

.news-details-date {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 14px;
    color: #666;
    float: right;
    box-sizing: border-box;
    padding-right: 3px;
}

.news-details-share {
    display: block;
    float: right;
    margin-top: 5px;
}

.news-content {
    width: 100%;
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
    line-height: 1.8;
    text-align: justify;
}

.news-content p {
    margin: 15px 0;
}

.news-content img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.news-details-right {
    width: 30%;
    float: right;
    overflow: hidden;
}

.news-details-right .news-right {
    width: 100%;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 30px;
    overflow: hidden;
}

.news-details-right h3 {
    width: 100%;
    font-size: 24px;
    color: #000;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

.news-details-right ol {
    width: 100%;
    margin-top: 20px;
    counter-reset: li;
}

.news-details-right ol li {
    width: 100%;
    border-bottom: 1px solid #eee;
    line-height: 3.5;
    padding-left: 35px;
    position: relative;
    list-style: none;
    box-sizing: border-box;
}

.news-details-right ol li a {
    color: #59606c;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.2s;
}

.news-details-right ol li::before {
    background: #c3c3c3;
    color: #fff;
    content: counter(li);
    counter-increment: li;
    font-size: 14px;
    line-height: 22px;
    position: absolute;
    top: 17px;
    left: 0;
    text-align: center;
    width: 22px;
    border-radius: 11px;
    transition: 0.2s;
}

.news-details-right ol li:hover a {
    color: #2e3486;
    font-weight: bold;
}

.news-details-right ol li:hover::before {
    background: #666;
    transition: 0.2s;
}

/*contact*/
.page-contact {
    width: 100%;
    position: absolute;
    bottom: 120px;
}

.page-contact .middle {
    padding: 0 100px;
    box-sizing: border-box;
}

.page-contact .middle span {
    display: block;
    width: 35%;
    font-size: 36px;
    color: #d7b155;
}

.page-contact .middle p {
    color: #fff;
    font-size: 18px;
    margin-top: 40px;
}

.contact-list {
    width: 100%;
    background: #00be85;
    overflow: hidden;
    box-sizing: border-box;
    padding: 80px 60px;
    margin-top: -100px;
}

.contact-map {
    width: 100%;
}

.contact-map img {
    width: 100%;
    height: auto;
}

.contact-list ul {
    width: 100%;
}

.contact-list ul li {
    width: 31%;
    overflow: hidden;
    margin-right: 3.5%;
    background: #fff;
    margin-bottom: 40px;
    float: left;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    transition: 0.2s;
}

.contact-list ul li a {
    display: block;
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    padding: 40px;
}

.contact-list ul li:nth-child(3n) {
    margin-right: 0;
}

.contact-list ul li:nth-child(n+4) {
    margin-bottom: 0;
}

.contact-list ul li h3 {
    width: 100%;
    font-size: 24px;
}

.contact-list ul li p {
    width: 100%;
    margin-top: 20px;
}

.contact-list ul li:hover {
    background: #d7b155;
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.contact-list ul li:hover h3 {
    color: #fff;
}

.contact-list ul li:hover p {
    color: #fff;
}

/*招聘*/
.recruit-box {
    width: 100%;
    overflow: hidden;
}

.recruit-box h3 {
    width: 100%;
    overflow: hidden;
    font-size: 24px;
    color: #61482e;
    border-bottom: 1px solid #d7b155;
    padding-bottom: 20px;
}

.recruit-list {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.recruit-list li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    font-size: 20px;
    line-height: 76px;
    transition: 0.2s;
}

.recruit-list li a {
    display: block;
    width: 100%;
    background: url(../images/icon-8.png) no-repeat right center;
    background-size: auto 20%;
}

.recruit-list li:hover {
    border-bottom: 1px solid #d7b155;
}

.recruit-list li:hover a {
    color: #61482e;
    font-weight: bold;
}

.recruit-details {
    margin-top: 60px;
    margin-bottom: 60px;
}

.recruit-title {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #d7b155;
}

.recruit-title h2 {
    width: 60%;
    float: left;
    font-size: 36px;
}

.recruit-title h2 span {
    color: #888;
    margin-left: 50px;
    font-weight: normal;
}

.recruit-share {
    width: 40%;
    float: right;
    text-align: right;
    margin-top: 15px;
}

.recruit-info-box {
    width: 65%;
    float: left;
    margin-top: 30px;
}

.recruit-info-box h3 {
    width: 100%;
    font-size: 30px;
    color: #666;
    font-weight: normal;
}

.recruit-info-box .recruit-info {
    width: 100%;
    margin: 15px 0 30px 0;
    color: #666;
    text-align: justify;
}

.recruit-info-box .recruit-info p {
    width: 100%;
    margin: 20px 0;
}

.recruit-contact {
    width: 30%;
    float: right;
    margin-top: 40px;
    background: #f1f1f1;
    padding: 40px 30px;
    box-sizing: border-box;
}

.recruit-contact h3 {
    width: 100%;
    font-size: 30px;
    font-weight: normal;
    overflow: hidden;
}

.recruit-contact div {
    width: 100%;
    font-size: 18px;
    margin-top: 15px;
}

/*join-us*/
.joinus-nav {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 30px;
    padding-bottom: 15px;
}

.joinus-nav ul li {
    display: inline-block;
    margin-right: 130px;
}

.joinus-nav ul li a {
    display: block;
    font-size: 30px;
    transition: 0.2s;
}

.joinus-nav ul li.on a,
.joinus-nav ul li a:hover {
    color: #2e3486;
}

.joinus-idea {
    width: 100%;
    margin-top: 60px;
}

.joinus-idea-left {
    width: 55%;
    float: left;
    box-sizing: border-box;
    padding: 0 30px;
    overflow: hidden;
}

.joinus-idea-left h3 {
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;
    margin-top: 50px;
}

.joinus-idea-left h3::before {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    background: url(../images/icon-4.png) no-repeat center center;
    background-size: 60% auto;
}

.joinus-idea-left div {
    width: 100%;
    box-sizing: border-box;
    padding-left: 100px;
    font-size: 30px;
    line-height: 68px;
    margin-top: 30px;
    overflow: hidden;
}

.joinus-idea-left div.joinus-idea-text-2 ul {
    width: 100%;
}

.joinus-idea-left div.joinus-idea-text-2 ul li {
    width: 35%;
    text-align: left;
    display: block;
    float: left;
    color: #61482e;
    position: relative;
    margin-top: 15px;

}

.joinus-idea-left div.joinus-idea-text-2 span {
    display: inline-block;
    position: relative;
    z-index: 11;
    font-size: 36px;
    font-weight: bold;
}

.joinus-idea-left div.joinus-idea-text-2 span::before {
    content: "";
    display: none;
    width: 120%;
    height: 6px;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: -10%;
    right: 0;
    margin: auto;
    background: #d7b155;
}

.joinus-idea-right {
    width: 45%;
    float: right;
    text-align: right;
    margin: 80px 0;
}

.joinus-idea-right span {
    display: inline-block;
    position: relative;
    width: 700px;
    height: 950px;
}

.joinus-idea-right span img {
    width: 700px;
}

.joinus-idea-right span::before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    background: url(../images/page-img-20.png) no-repeat top center;
    background-size: 100% auto;
}

.joinus-staff {
    width: 100%;
    margin-bottom: 80px;
}

.joinus-staff ul {
    width: 100%;
}

.joinus-staff ul li {
    width: 30%;
    float: left;
    margin-right: 5%;
    margin-top: 50px;
    transition: 0.2s;
}

.joinus-staff ul li:nth-child(3n) {
    margin-right: 0;
}

.joinus-staff ul li span {
    display: block;
    width: 100%;
}

.joinus-staff ul li span:nth-child(1) img {
    width: 100%;
    height: auto;
}

.joinus-staff ul li span:nth-child(2) {
    font-size: 25px;
    line-height: 35px;
    height: 70px;
    overflow: hidden;
    margin-top: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.joinus-staff ul li:hover {
    transform: translateY(-5px);
}

.joinus-staff ul li:hover img {
    box-shadow: 0 0 20px rgba(73, 52, 52, 0.5);
}

.joinus-recruit {
    width: 100%;
}

.joinus-company {
    width: 18%;
    float: left;
}

.joinus-company-list {
    width: 100%;
    margin-top: 50px;
}

.joinus-company-list li {
    width: 100%;
    height: auto;
    float: left;
    background: #eeeeee;
    border: 3px solid #eeeeee;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 10px;
    box-sizing: border-box;
    transition: 0.2s;
}

.joinus-company-list li:nth-child(4n) {
    margin-right: 0;
}

.joinus-company-list li.on,
.joinus-company-list li:hover {
    border: 3px solid #d7b155;
}

.joinus-company-list a {
    display: block;
    width: 100%;
    height: 100%;
}

.joinus-company-list li img {
    width: 100%;
    height: auto;
}

.joinus-company-contact {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px;
}

.joinus-company-contact h3 {
    font-size: 36px;
    font-weight: normal;
}

.joinus-company-contact .joinus-company-contact-info {
    font-size: 18px;
    margin-top: 10px;
    float: left;
    text-align: justify;
    color: #666;
}

.joinus-company-contact .joinus-company-contact-info img {
    max-width: 100%;
    height: auto;
}

.branch-introduce {
    width: 170px;
    float: right;
    margin-right: 35px;
}

.branch-introduce a {
    display: block;
    background: #d8b156;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 58px;
}

.joinus-recruit-section {
    width: 100%;
    padding-bottom: 20px;
    margin-top: 60px;
    border-bottom: 2px solid #e6e6e6;
}

.joinus-recruit-section h2 {
    font-size: 36px;
    color: #666;
    font-weight: normal;
}

.joinus-recruit-box {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
}

.joinus-recruit-list {
    width: 100%;
}

.joinus-recruit-list li {
    width: 100%;
    box-sizing: border-box;
    background: #f3f3f3;
    border: 1px solid #eee;
    padding: 30px 35px 0 35px;
    margin-bottom: 30px;
    transition: 0.2s;
}

.joinus-recruit-list li:hover {
    box-shadow: 0 6px 5px rgba(0, 0, 0, 0.3);

}

.joinus-recruit-list li:last-child {
    margin-bottom: 30px;
}

.recruit-left {
    width: 60%;
    float: left;
    margin-bottom: 10px;
}

.recruit-left h3 {
    font-size: 30px;
    color: #333;
    font-weight: normal;
}

.recruit-left-info {
    width: 100%;
    margin-top: 10px;
}

.recruit-left-info span {
    display: inline-block;
    margin-right: 50px;
    line-height: 2;
}

.recruit-left-info span:last-child {
    display: block;
    margin-right: 50px;
}

.recruit-right {
    width: 40%;
    float: right;
    position: relative;
}

.recruit-right a {
    display: inline-block;
    width: 170px;
    height: 58px;
    box-sizing: border-box;
    text-align: center;
    line-height: 58px;
    color: #2e3486;
    font-size: 24px;
    background: #fff;
}

.recruit-right span {
    width: 100%;
    text-align: right;
    height: 58px;
    display: block;
    font-size: 24px;
    color: #61482e;
    padding: 10px 0;
}

.joinus-recruit-list li .recruit-details {
    width: 100%;
    overflow: hidden;
    margin: 0;

}

.recruit-details-btn {
    text-align: center;
    font-size: 24px;
    line-height: 3;
    border-top: 1px solid #e6e6e6;
    cursor: pointer;
}

.recruit-details-info {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    padding-bottom: 5px;
    transition: 0.8s;
}

.r-d-i-show {
    max-height: 2500px;
}

.recruit-details-info h4 {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: normal;
}

.r-d-i-box {
    width: 100%;
    margin-bottom: 20px;
}


/*弹出通用样式*/
.t-box {
    display: none;
}

.cover {
    position: fixed;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    filter: alpha(opacity=80);
    opacity: 0.7;
    z-Index: 9999;
}

.t-content {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-Index: 99999;
    overflow: hidden;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.t-section {
    margin: auto;
    width: 770px;
    height: auto;
    background-color: #fff;
    z-Index: 9999;
    overflow: hidden;
    padding: 40px 0 20px 0;
    box-sizing: border-box;
    position: relative;
    border: 3px solid #e0cd9f;
}

.t-section2 {
    margin: auto;
    width: 500px;
    height: auto;
    background-color: #fff;
    z-Index: 9999;
    overflow: hidden;
    padding: 0 0 20px 0;
    box-sizing: border-box;
    position: relative;
    border: 0;
}

.t-close {
    width: 100%;
    text-align: center;
    font-size: 24px;
    margin-top: 40px;
}

.t-close2 {
    width: 100%;
    text-align: center;
    font-size: 24px;
    margin-top: 40px;
}

.t-close2 {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: -20px;
}

.t-close2 a {
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/close.png) no-repeat;
    background-size: 100% 100%;
}

.t-title {
    width: 100%;
    font-size: 36px;
    line-height: 1.5;
    text-align: center;
}

.t-title2 {
    width: 100%;
    margin: 0 auto;
    font-size: 24px;
    line-height: 2.5;
    text-align: left;
    color: #fff;
    padding: 0 30px;
}

.t-info {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.t-info2 {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 30px;
}

.t-info2 ul {
    margin-top: 20px;
}

.t-info2 ul li {
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 2.5;
    background: #fff;
}

.t-info2 ul li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    color: #333;
    transition: 0.2s;
}

.t-info2 ul li a:hover {
    color: #d7b155;
}

.t-send-email {
    width: 100%;
}

.t-send-email span {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.t-send-email span:nth-child(1) {
    font-size: 24px;
}

.t-send-email .copy-email {
    background: #f3f3f3;
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
    padding: 10px 0;
    box-sizing: border-box;
    cursor: pointer;
}

.t-send-email .copy-email span:nth-child(1) {
    font-size: 25px;
    white-space: nowrap;
}

.t-send-email .copy-email span:nth-child(2) {
    font-size: 18px;
}

.t-upload {
    width: 100%;
    margin-top: 30px;
}

.t-upload>span {
    color: #d7b155;
    font-size: 24px;
}

.t-upload>div>input {
    display: none;
}

.t-upload>div>span {
    display: block;
    margin: 0 auto;
    font-size: 30px;
    background: #d7b155;
    width: 250px;
    line-height: 70px;
    color: #fff;
    cursor: pointer;
    margin-top: 8px;
}

/*
.branch-left {
    width: 100%;
    float: left;
    margin-top: 90px;
    margin-bottom: 80px;
}
.branch-left h3 {
    width: 100%;
    overflow: hidden;
    font-size: 36px;
    line-height: 50px;
    color: #61482e;
    font-weight: normal;
}
.branch-left h3::before {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    background: url(../images/icon-4.png) no-repeat left center;
    background-size: 60% auto;
}
.branch-left h3 a {
    width: 180px;
    height: 33px;
    display: block;
    float: right;
    color: #d8b156;
    border: 1px solid #d8b156;
    border-radius: 6px;
    font-size: 16px;
    line-height: 33px;
    text-align: center;
    margin-top: 10px;
    transition: 0.2s;
}
.branch-left h3 a:hover {
    background: #d8b156;
    color: #fff;
}
.branch-info {
    width: 100%;
    box-sizing: border-box;
    margin-top: 50px;
    overflow: hidden;
}
.branch-logo {
    width: 28%;
    height: 315px;
    float: left;
    position: relative;
}
.branch-logo img {
    max-width: 70%;
    max-height: 40%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.branch-c-box {
    width: 70%;
    height: 315px;
    float: right;
    background: #d8b156;
    color: #fff;
    display: table;
    padding: 0 30px;
    box-sizing: border-box;
}
.branch-name {
    width: 40%;
    height: 315px;
    font-size: 36px;
    display: table-cell;
    vertical-align: middle;
}
.branch-contact {
    width: 40%;
    font-size: 22px;
    line-height: 2;
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    box-sizing: border-box;
}
.branch-w-code {
    width: 20%;
    display: table-cell;
    vertical-align: middle;
}
.branch-w-code span {
    display: block;
    width: 180px;
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
}
.branch-w-code span img {
    width: 100%;
    height: 100%;
}
.branch-details {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
    font-size: 20px;
    text-align: justify;
}
.branch-details img {
    max-width: 100%;
    margin: 20px 0;
}
.branch-right {
    width: 42%;
    float: right;
    text-align: right;
    background: #ccc;
    margin-top: 60px;
}
.branch-right img {
    width: 100%;
    height: auto;
}
*/
.branch-top {
    width: 100%;
    background: #fff;
    margin-top: 0;
    box-sizing: border-box;
    padding: 80px 70px 50px 70px;
}

h3.branch-name {
    width: 100%;
    overflow: hidden;
    font-size: 36px;
    line-height: 50px;
    color: #333;
    font-weight: normal;
    text-align: center;
}

/*
h3.branch-name::before {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    background: url(../images/icon-4.png) no-repeat left center;
    background-size: 60% auto;
}
*/
.branch-logo {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.branch-logo img {
    width: 400px;
    height: auto;
    display: inline-block;
}

.branch-details {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
    font-size: 20px;
    text-align: justify;
}

.branch-details img {
    max-width: 100%;
    margin: 20px 0;
}

.branch-download {
    width: 100%;
    margin-top: 30px;
    font-size: 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.branch-download a {
    display: block;
    padding-left: 30px;
    background: url(../images/icon-pdf.png) no-repeat left center;
    background-size: auto 50%;
    color: #2e3486;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.branch-bottom {
    width: 100%;
    background: #f1f1f1;
    display: flex;
    box-sizing: border-box;
    padding: 40px 22%;
    margin-top: 30px;
}

.branch-w-code {
    width: 180px;
    text-align: center;

}

.branch-w-code span {
    display: block;
}

.branch-w-code span img {
    width: 100%;
    height: auto;
}

.branch-w-code span:nth-child(2) {
    margin-top: 10px;
    font-size: 20px;
}

.branch-contact {
    flex: 1;
    box-sizing: border-box;
    padding-left: 70px;
    font-size: 27px;
    padding-top: 10px;
}

.branch-more {
    padding: 80px 0;
}

.branch-more a {
    width: 270px;
    height: 70px;
    display: block;
    color: #2e3486;
    border: 1px solid #2e3486;
    font-size: 30px;
    line-height: 70px;
    text-align: center;
    margin: 0 auto;
    transition: 0.2s;
}

.branch-more a:hover {
    background: #d8b156;
    color: #fff;
}







.home-map-box {
    position: relative;
}

.home-map-box a {
    width: 140px;
    height: 150px;
    display: block;
    background: #ef461f;
    padding: 15px;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    transition: 0.2s;
}

.home-map-box a span {
    display: block;
}

.home-map-box a span:nth-child(1) {
    color: #fff;
    font-size: 16px;
}

.home-map-box a span:nth-child(2) {
    width: 100%;
    height: 55px;
    overflow: hidden;
    margin-top: 5px;
}

.home-map-box a span:nth-child(2) img {
    width: 100%;
    height: auto;
}

.home-map-box a span:nth-child(3) {
    width: 100%;
    height: 11px;
    overflow: hidden;
    margin-top: 10px;
}

.home-map-box a span:nth-child(3) img {
    width: auto;
    height: 100%;
}

.home-map-box a:hover {
    transform: scale(1.02);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}


.home-map-box a.map-nanjing {
    background: #ef461f;
    top: 150px;
    right: 100px;
}

.home-map-box a.map-beijing {
    background: #00be85;
    top: 80px;
    right: 350px;
}

.home-map-box a.map-shanghai {
    background: #1b9ae3;
    top: 120px;
    right: 17px;
}

.home-map-box a.map-xian {
    background: #6763ed;
    top: 240px;
    right: 440px;
}

.home-map-box a.map-shenzhen {
    background: #ffae00;
    bottom: 26px;
    right: 330px;
}

.home-map-box a.map-hangzhou {
    background: #be7900;
    bottom: 60px;
    right: 100px;
}

.home-map-box a.map-ruidian {
    background: #de4799;
    top: 27px;
    left: 150px;
}

.home-map-box a.map-yingguo {
    background: #bc47de;
    top: 180px;
    left: 257px;
}

.video-full {
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    z-index: 999999;
}

.v-f-close {
    position: fixed;
    right: 20px;
    top: 20px;
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/close.png) no-repeat center center;
    background-size: 80% auto;
    cursor: pointer;
}

.video-full video {
    width: 100%;
    height: 100%;
}

.no-info {
    width: 100%;
    text-align: center;
    padding: 80px 0;
    font-size: 25px;
    color: #999999;
}

.news-type-list {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

.news-type-list ul {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.news-type-list ul li {
    float: left;
    margin-right: 100px;
    font-size: 30px;
    padding-bottom: 10px;
    position: relative;
}

.news-type-list ul li.on::after {
    content: '';
    width: 100%;
    height: 3px;
    background: #040086;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
}

.news-type-list ul li.on a,
.news-type-list ul li a:hover {
    color: #040086;
}

.news-hot-2 {
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
}

.nh2-left {
    width: 30%;
    height: auto;
    float: left;
}

.nh2-left img {
    width: 100%;
    height: auto;
}

.nh2-right {
    width: 65%;
    float: right;
}

.nh2-right h2 {
    margin-top: 20px;
}

.nh2-right h2 a {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nh2-right p {
    width: 100%;
    margin-top: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.nh2-right span {
    display: inline-block;
    text-align: center;
    line-height: 2;
    color: #fff;
    background: #00be85;
    font-size: 14px;
    width: 80px;
    margin-top: 30px;
    overflow: hidden;
}

.nh2-right .news-type-1 {
    background: #00be85;
}

.nh2-right .news-type-2 {
    background: #61482e;
}

.nh2-right .news-type-3 {
    background: #e8b800;
}

.nh2-right .news-type-4 {
    background: #0989c5;
}



.news-list-pic {
    width: 100%;
    margin-top: 40px;
}

.news-list-pic img {
    width: 100%;
    height: auto;
}

.news-list ul li .news-right span.pdf-download,
.nh2-right span.pdf-download {
    display: inline-block;
    text-align: left;
    line-height: 2;
    color: #fff;
    background: #fff !important;
    width: 400px;
    margin-top: 20px;
    margin-left: 30px;
}

.nh2-right span.pdf-download {
    width: 600px;
}

.news-list ul li .news-right span.pdf-download a,
.nh2-right span.pdf-download a {
    display: block;
    padding-left: 50px;
    background: url(../images/icon-pdf.png) no-repeat left center;
    background-size: auto 100%;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.news-list ul li .news-right span.pdf-download a:hover,
.nh2-right span.pdf-download a:hover {
    color: #000;
}

.page-download {
    width: 100%;
    overflow: hidden;
}

.page-download .pdbox {
    width: 100%;
    margin-top: 30px;
    background: url(../images/download-bg.png) no-repeat;
    background-size: cover;
}

.page-download .pdbox a {
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    padding: 40px 20px;
    overflow: hidden;
    display: block;
}

.page-download .pdbox a span:nth-child(1) {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 30px;
}

.page-download .pdbox a span:nth-child(2) {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 25px;
    background: url(../images/icon-download.png) no-repeat left center;
    background-size: auto 50%;
    padding-left: 30px;
}

.joinus-idea-1 {
    width: 100%;
    font-size: 36px;
    font-weight: bold;
}

.joinus-idea-2 {
    width: 100%;
    overflow: hidden;
    background: url(../images/joinus-img.jpg) no-repeat right top #5d6770;
    background-size: auto 100%;
    padding: 50px 50px;
    box-sizing: border-box;
    margin-top: 30px;
    margin-bottom: 50px;
}

.joinus-idea-2-box {
    width: 50%;
    float: left;
    color: #fff;
}

.joinus-idea-2-box h2 {
    font-size: 36px;
    font-weight: normal;
}

.joinus-idea-2-box ul {
    margin-top: 20px;
}

.joinus-idea-2-box ul li {
    width: 100%;
    font-size: 20px;
    line-height: 2.5;
    box-sizing: border-box;
    padding-left: 30px;
    background: url(../images/joinus-icon.png) no-repeat left center;
    background-size: auto 20%;
}

/*1016工作机会*/
.culture-1 ,.culture-2 ,.culture-3 {
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}
.culture-1 img ,.culture-2 img ,.culture-3 img {
    width: 100%;
    overflow: hidden;
}
.j-c-btn {
    width: 100%;
    height: 20px;
    overflow: hidden;
    padding-top: 10px;
}
.down-icon i {
    width: 19px;
    height: 10px;
    display: block;
    cursor: pointer;
    float: right;
    background: url(../images/down_icon.png) no-repeat center center;
    background-size: 100% auto;
}
.up-icon i {
    width: 19px;
    height: 10px;
    display: block;
    cursor: pointer;
    float: right;
    background: url(../images/up_icon.png) no-repeat center center;
    background-size: 100% auto;
}
.j-c-briefly {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.j-c-all {
    overflow: hidden;
    display: block;
    text-overflow: initial;
}
.recruit-details-btn a i {
    display: block;
    margin: 10px auto;
    width: 35px;
    height: 35px;
    background: url(../images/down_icon.png) no-repeat center center;
    
}
.r-d-b-up a i {
    background: url(../images/up_icon.png) no-repeat center center;
    
}
.j-c-logo {
    width: 22%;
    float: left;
    margin-top: 20px;
    overflow: hidden;
}
.j-c-logo img {
    width: 100%;
    height: auto;
}
.j-r-box {
    width: 75%;
    float: right;
}


@media screen and (max-width : 1800px) {
    body {
        zoom: 0.9;
    }
}

@media screen and (max-width : 1700px) {
    body {
        zoom: 0.85;
    }
}

@media screen and (max-width : 1600px) {
    body {
        zoom: 0.8;
    }
}

@media screen and (max-width : 1500px) {
    body {
        zoom: 0.77;
    }
}

@media screen and (max-width : 1441px) {
    body {
        zoom: 0.75;
    }
}

@media screen and (max-width : 1300px) {
    body {
        zoom: 0.7;
    }
}

@media screen and (max-width : 1200px) {
    body {
        zoom: 0.65;
    }
}

@media screen and (max-width : 1100px) {
    body {
        zoom: 0.57;
    }
}

@media screen and (min-width : 2100px) {
    body {
        zoom: 1.1;
    }
}

@media screen and (min-width : 2300px) {
    body {
        zoom: 1.2;
    }
}

@media screen and (min-width : 2600px) {
    body {
        zoom: 1.3;
    }
}

@media screen and (min-width : 2800px) {
    body {
        zoom: 1.4;
        font-size: 18px;
    }
}

@media screen and (min-width : 3000px) {
    body {
        zoom: 1.5;
        font-size: 19px;
    }
}

@media screen and (min-width : 3300px) {
    body {
        zoom: 1.6;
        font-size: 20px;
    }
}



@media screen and (min-width: 640px) and (max-width: 1025px) {

    body {
        zoom: 0.6;
        font-size: 14px;
        overflow-x: hidden;
    }

    .middle {
        width: 90%;
    }

    .menu li:hover dl {
        height: auto;
    }

    .menu li:checked dl {
        height: auto;
    }

    .time-line-box {
        padding: 100px 0 40px 0;
    }

    .footer {
        height: 290px;
        flex: 0 0 290px;
        padding-top: 30px;
    }

    .footer-logo {
        width: 26%;
    }

    .footer-logo p {
        line-height: 38px;
    }

    .footer-nav {
        width: 23%;
    }

    .footer-nav ul {
        width: 45%;
        margin-right: 4%;
    }

    .footer-nav ul li a {
        line-height: 38px;
    }

    .footer-contact {
        width: 35%;
        line-height: 38px;
    }

    .footer-v-code {
        width: 15%;
        float: right;
        text-align: right;
    }

    .footer-v-code span {
        font-size: 12px;
    }

    .item-ceo {
        height: 520px;
    }

    .item-ceo-info {
        width: 45%;
        margin-right: 5%;
        padding-top: 110px;
    }

    .item-list ul li .item-list-box {
        width: 100%;
        height: 100%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
        padding: 48px 48px 48px 48px;
        z-index: 11;
        display: flex;
        background: #fff;
    }

    .item-list ul li .item-img {
        flex: 0 0 130px;
        height: 130px;
    }

    .item-list ul li .item-info p {
        width: 100%;
        margin-top: 15px;
        min-height: 260px;
    }

    .culture-title {
        padding: 70px;
        overflow: hidden;
    }


    .culture-list {
        width: 100%;
        height: 450px;
        background: url(../images/culture-list-bg.jpg) no-repeat center center;
        background-size: cover;
    }

    .culture-list ul {
        width: 100%;
        margin-top: 80px;
    }

    .culture-list li {
        flex: 1;
        height: 300px;
        padding: 40px 20px 0 20px;
    }

    .culture-list li p {
        margin-top: 15px;
    }

    .certificate-box ul li div:nth-child(1) {
        width: 100%;
        padding: 0;
    }

    .certificate-box ul li div:nth-child(1) span {
        width: 100%;
        height: 100%;
    }

    .speech-left {
        width: 55%;
    }

    .speech-right {
        width: 40%;
    }

    .speech-right img {
        width: 100%;
        margin-top: -180px;
    }

    .layout-box ul {
        width: 100%;
        margin: 0 auto;
        margin-top: -50px;
    }

    .layout-box ul li {
        width: 48%;
        height: 400px;
    }

    .page-banner-info {
        width: 100%;
        position: absolute;
        bottom: 50px;
    }

    .page-banner-info .middle {
        padding: 0 20px;
    }

    .page-item-left ul li span {
        padding-left: 10%;
        font-size: 20px;
    }

    .news-hot ul li {
        flex: 0 0 270px;
    }

    .news-hot ul li a div:nth-child(1) {
        height: 190px;
    }

    .news-hot ul li span {
        width: 130px;
    }

    .news-right h2 {
        line-height: 1.5;
    }

    .news-right p {
        height: auto;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 5px;
    }

    .news-list ul li {
        width: 50%;
        height: 220px;
        float: left;
    }

    .news-list ul li .news-right span {
        width: 130px;
        margin-top: 10px;
    }

    .page-contact .middle {
        padding: 0 20px;
    }

    .page-contact .middle span {
        width: 50%;
    }

    .joinus-idea {
        margin-top: 40px;
    }

    .joinus-idea-left {
        width: 65%;
        padding: 0 0 80px 0;
    }

    .joinus-idea-right {
        width: 35%;
        margin-top: 100px;
    }

    .joinus-idea-right span {
        width: 100%;
        height: auto;
    }

    .joinus-idea-right span img {
        width: 100%;
    }

    .joinus-staff ul li span:nth-child(2) {
        font-size: 20px;
        height: 80px;
        line-height: 40px;
    }

    .joinus-company-list li {
        width: 100%;
    }

    .joinus-company-list li img {
        max-width: 100%;
        max-height: 100%;
    }

    .hi-cluster-list li a {
        width: 100%;
        height: auto;
    }

    .hi-cluster-list li a div:nth-child(2) span {
        font-size: 25px;
        padding: 0 25px;
    }

    .main-2 {
        background: #333;
    }

    .introduction-left h2 {
        font-size: 30px;
        margin-top: 100px;
        line-height: 1.5;
    }

    .time-line .swiper-slide span {
        display: block;
        font-size: 25px;
        width: 100%;
        margin-top: 10px;
    }

    .time-line .swiper-slide p {
        margin-top: 5px;
        width: 100%;
        font-size: 14px;
    }

    .culture-title h2 {
        width: 70%;
        margin: 0 auto;
        margin-top: 20px;
        color: #000;
        font-size: 97px;
        height: 120px;
        line-height: 120px;
        font-family: '宋体';
    }

    .culture-title h2 span {
        font-size: 70px;
        height: 100px;
        line-height: 100px;
    }

    .culture-title h2 i {
        width: 80px;
        height: 100px;
        background: url(../images/icon-4.png) no-repeat center center;
        background-size: 40% auto;
    }

    .culture-title p {
        width: 70%;
        margin: 0 auto;
        margin-top: 20px;
        font-size: 20px;
        color: #000;
    }
}

.city-list {
    width: 100%;
    margin-top: 60px;
}

.city-item {
    width: 47%;
    float: left;
    position: relative;
    margin-bottom: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: 0.2s;
}

.city-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.city-item:nth-child(2n) {
    float: right;
}

.city-img {
    width: 100%;
    height: 370px;
    overflow: hidden;
}

.city-img img {
    width: 100%;
    height: auto;
}

.c-branch-list {
    width: 100%;
    height: 250px;
    border-radius: 5px;
    float: right;
    padding: 20px 10px 20px 80px;
    box-sizing: border-box;
    overflow: hidden;
}

.c-branch-list li {
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 40px;
    float: left;
    background: url(../images/icon-dots.png) no-repeat left center;
    background-size: auto 20%;
    padding-left: 20px;
    padding-right: 50px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c-branch-list li:nth-child(2n) {
    float: right;
}

.c-branch-list li a:hover {
    color: #d7b155;
}

.city-name {
    height: 60px;
    line-height: 60px;
    text-align: left;
    font-size: 36px;
    color: #666;
    padding-left: 30px;
    margin-top: 20px;
}

.city-name::before {
    width: 30px;
    height: 30px;
    display: block;
    content: '';
    float: left;
    margin-top: 17px;
    margin-right: 20px;
}

.c-beijing::before {
    background: #00be85;
}

.c-nanjing::before {
    background: #ef461f;
}

.c-shanghai::before {
    background: #1b9ae3;
}

.c-xian::before {
    background: #6763ed;
}

.c-shenzhen::before {
    background: #ffae00;
}

.c-hangzhou::before {
    background: #be7900;
}

.c-ruidian::before {
    background: #de4799;
}

.c-yingguo::before {
    background: #bc47de;
}