.main-page {
    padding-top: 95px;
}
.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 8000;
}

/*头部*/

@media (min-width: 991px) {
    #header {
        display: block;
    }
}
@media (max-width: 990px) {
    #header {
        display: none;
    }
    .main-page {
        padding-top: 85px;
    }
}
/*panle导航开始*/
.class {
    width: 280px;
    height: 100%;
    z-index: 7;
    background: #090b0f;
    position: fixed;
    top: 0px;
    right: 0px;
    color: #7e8696;
    z-index: 9999;
}
.class .close {
    position: absolute;
    opacity: 1;
    left: -30px;
    top: 18px;
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
    font-size: 24px;
}
.class.page-prev .close {
    left: 0;
}
.class-top {
    height: 70px;
    overflow: hidden;
    background: #12161e;
    margin: 0;
    font-size: 24px;
    text-align: center;
    line-height: 70px;
}
.class-top form {
    width: 230px;
    margin: 16px auto;
    height: 40px;
    position: relative;
}
.class-top .txt1 {
    font-size: 14px;
    border: 1px solid #2b3241;
    background: none;
    width: 230px;
    display: block;
    text-indent: 11px;
    height: 40px;
}
.class-top .btn1 {
    position: absolute;
    right: 12px;
    top: 8px;
    background: url(../images/search1.png) no-repeat 0 center;
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
    border: none;
}
.class-m {
    height: 88%;
    overflow-y: auto;
}
.opacity2 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.5);
    z-index: 40;
    display: none;
}
.overflow {
    height: 100%;
    overflow: hidden;
}
.class-m .nnav {
    width: 280px;
    height: auto;
    overflow: hidden;
    padding: 20px 10px;
}
.class-m .nnav li {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.class-m .nnav li a.ce {
    padding-left: 10px;
    color: #7e8696;
    font-size: 16px;
    display: block;
    height: 60px;
    line-height: 60px;
    background: url(../images/wjx2.png) left center no-repeat;
}
.menu_head .ericon {
    color: #d4a273;
    width: 40px;
    /*height: 60px;
    line-height: 60px;*/
    text-align: center;
    float: right;
    position: relative;
    z-index: 3;
}
.menu_head .ericon .icon2 {
    display: block;
    width: 20px;
    height: 10px;
    margin-top: 20px;
    background: url(../images/icon2.png) no-repeat;
    background-size: 100% 100%;
}
.menu_head .ericon .icon1 {
    display: none;
}
.menu_head .ericon.xz .icon1 {
    display: block;
    width: 20px;
    height: 10px;
    margin-top: 20px;
    background: url(../images/icon1.png) no-repeat;
    background-size: 100% 100%;
}
.menu_head .ericon.xz .icon2 {
    display: none;
}
.class-m .nnav li .menu_body {
    display: none;
}
.menu_body li a.er {
    padding-left: 30px;
    font-size: 14px;
    display: block;
    height: 40px;
    line-height: 40px;
    color: #565e6f;
}
.menu_body .thricon {
    color: #384154;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: right;
    display: inline;
    font-size: 20px;
    position: relative;
    z-index: 3;
}
.menu_body .thricon .icont2 {
    display: block;
    width: 21px;
    height: 19px;
    margin-top: 10px;
    background: url(../image/icon3.png) no-repeat;
    background-size: 100% 100%;
}
.menu_body .thricon .icont1 {
    display: none;
}
.menu_body .thricon.tz .icont1 {
    display: block;
    width: 20px;
    height: 1px;
    margin-top: 20px;
    background: url(../image/icon4.png) no-repeat;
    background-size: 100% 100%;
}
.menu_body .thricon.tz .icont2 {
    display: none;
}
.class-m .nnav li .thr_body {
    display: none;
}
.class-m .nnav li .thr_body li {
    border-bottom: none;
    padding: 0;
}
.thr_body li a.thr {
    position: relative;
    padding-left: 60px;
    font-size: 14px;
    display: block;
    height: 40px;
    line-height: 40px;
    color: #384154;
}
/*panle导航结束*/
.page-prev {
    transform: translate3d(280px, 0, 0);
    -ms-transform: translate3d(280px, 0, 0);
    -webkit-transform: translate3d(280px, 0, 0);
    -o-transform: translate3d(280px, 0, 0);
    -moz-transform: translate3d(280px, 0, 0);
}
.page-next {
    transform: translate3d(-280px, 0, 0);
    -ms-transform: translate3d(-280px, 0, 0);
    -webkit-transform: translate3d(-280px, 0, 0);
    -o-transform: translate3d(-280px, 0, 0);
    -moz-transform: translate3d(-280px, 0, 0);
}
.page-active {
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}
.page-in {
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -ms-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}
.page-out {
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0.1s;
    -ms-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0.1s;
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0.1s;
}
.share-in {
    transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
}

#header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 8000;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

#header .nav_box .yiji {
    height: 100%;
    text-align: center;
    /*position: relative;*/
    transition: 400ms;
    float: left;
}
#header .nav_box .yiji>a {
    padding: 10px 20px;
    color: #333;
    display: inline-block;
    line-height: 56px;
    font-size: 18px;
    /*height: 56px;*/
    position: relative;
}
#header .yiji.current>a:before, #header .nav_box .yiji>a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    display: block;
    background: #ff6600;
    left: 0;
    bottom: 0;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    margin-top: -2px;
}
#header .yiji.current>a:before, #header .nav_box .yiji:hover>a:before {
    width: 100%;
}
#header .nav_box .yiji:hover, #header .nav_box .yiji.current {
    transition: 400ms;
}
#header .nav_box .yiji .libox {
    display: none;
    /*background: rgba(17, 181, 230, 1);*/
    /*border: 1px solid #e0e0e0;*/
    overflow: hidden;
    width: 100%;
    /*position: absolute;*/
    /*top: 56px;*/
    /*left: 0;
    right: 0;*/
    /*text-align: left;*/
    /*padding-left: 60px;*/
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 200%;
}
#header .nav_box .yiji .libox a {
    /*color: #fff;*/
    color: #333;
    display: block;
    position: relative;
    padding: 0.5em 0;
    overflow: hidden;
}

#header .nav_box .yiji .libox .menu-item > a:after {
    position: absolute;
    content: ' ';
    top: 100%;
    left: 50px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    /*background-color: transparent;*/
    z-index: -1;
}
#header .nav_box .yiji .libox .menu-item:hover > a {
    /*background: #fff;
    color: #11B5E6;*/
    color: #ff6600;
}
/*
#header .nav_box .yiji .libox .menu-item:hover > a:after {
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transform: scale(82);
    -webkit-transform: scale(82);
    -moz-transform: scale(82);
    -o-transform: scale(82);
    background-color: rgba(255, 255, 255, 1);
    width: 5px;
}
*/
@media (max-width: 1200px) {
    #header .nav_box .yiji>a {
        padding: 0 15px;
    }
}
.mol_navbutton {
    float: right;
    font-size: 2em;
    padding-top: 0.5em;
}
.nav {
    z-index: 9;
    margin-top: 10px;
    padding-left: 50px;
}
.nav-menu-list {
    float: left;
}

.search-content {
    position: relative;
    float: right;
    padding-left: 2em;
    padding-top: 1em;
    cursor: pointer;
}
.search-content .search {
    display: none;
    position: absolute;
    top: calc(100% - 30px);
    left: calc(100% + 10px);
    width: 160px;
}
.search-content .search form {
    width: 100%;
    position: relative;
}
.search-content .search .txt1 {
    width: 100%;
    height: 34px;
    border: 1px solid #cccccc;
    background: none;
    color: #cccccc;
    text-indent: 10px;
}
.search-content .search .btn1 {
    position: absolute;
    top: 8px;
    right: 10px;
    background: url(../images/search.png) no-repeat;
    width: 18px;
    height: 18px;
    border: none;
}

.menu_one a {
    text-align: left;
    padding-left: 2em !important;
}
.menu_two a {
    padding-left: 3em !important;
}
.menu_three a {
    padding-left: 4em !important;
}
.menu_one a.active {
    /*background: #11b6e4;*/
    /*background-color: #fb9552;*/
    /*color: #fff;*/
}
.menu_two a:hover {
    /*background: #a0def1;*/
    /*background-color: #fb9552;*/
    color: #f60;
}
.menu_two a.active {
    /*background: #a0def1;*/
    /*background-color: #fb9552;*/
    color: #f60;
}

/* 发展历程 */
@media screen and (min-width: 992px) {
    .swiper-event-box {
        padding: 75px 75px 35px 75px;
    }
    .events-prev, .events-next {
        width: 36px;
    }
}
@media screen and (min-width: 320px) {
    .swiper-event-box {
        padding: 10px 50px 0 50px;
        position:relative;
    }
    .events-prev, .events-next {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -40px;
        width: 25px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        background: #3a393d;
        color: #fff;
        opacity: .5;
        cursor: pointer;
    }
    .swiper-events {
        padding: 0 10px;
    }
}
.e-animte {
    -webkit-transition:height .5s, max-height .5s, min-height .5s, color .5s,background .5s,border .5s,opacity .5s,-webkit-transform .5s, top 0s linear .6s, bottom 0s linear .6s, left 0s linear .6s;
    transition:height .5s, max-height .5s, min-height .5s, color .5s,background .5s,border .5s,opacity .5s,transform .5s, top 0s linear .6s,bottom 0s linear .6s,left 0s linear .6s;
}
.swiper-container{margin:0 auto;position:relative;overflow:hidden;direction:ltr;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;z-index:1;}.swiper-wrapper{position:relative;width:100%;-webkit-transition-property:-webkit-transform,left,top;-webkit-transition-duration:0s;-webkit-transform:translate3d(0px,0,0);-webkit-transition-timing-function:ease;-moz-transition-property:-moz-transform,left,top;-moz-transition-duration:0s;-moz-transform:translate3d(0px,0,0);-moz-transition-timing-function:ease;-o-transition-property:-o-transform,left,top;-o-transition-duration:0s;-o-transform:translate3d(0px,0,0);-o-transition-timing-function:ease;-o-transform:translate(0px,0px);-ms-transition-property:-ms-transform,left,top;-ms-transition-duration:0s;-ms-transform:translate3d(0px,0,0);-ms-transition-timing-function:ease;transition-property:transform,left,top;transition-duration:0s;transform:translate3d(0px,0,0);transition-timing-function:ease;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}.swiper-free-mode > .swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto;}.swiper-slide{float:left;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}.swiper-wp8-horizontal{-ms-touch-action:pan-y;}.swiper-wp8-vertical{-ms-touch-action:pan-x;}.swiper-container{}.swiper-slide{}.swiper-slide-active{}.swiper-slide-visible{}.swiper-pagination-switch{}.swiper-active-switch{}.swiper-visible-switch{}

@media screen and (min-width: 320px) {

    .about-txt{ padding-bottom: 15px;}
    .about-txt dt{ float: left; padding-right: 10px; display: none;}
    .about-txt dt i{ float: left; color: #014a97; font-size: 36px; line-height: 1;}
    .about-txt dd{ overflow: hidden; text-align: center;}

    .about-txt span{ color: #1e1d22; font-weight: bold; display: block; font-size: 16px;}
    .about-txt b{color: #1e1d22; display: block; font-weight: normal;font-size: 20px;}
    .about-txt small{color: #014a97;}

    .about-list-01{border-top: solid 1px #dedede;}
    .about-list-01 li{ border: solid 1px #dedede; border-top: none; padding: 10px; font-size: 12px; text-align: center;}
    .about-list-01 li a{ color: #08c;}
    .about-list-01 li a:hover{ text-decoration: underline;}

    .about-bg-02{ background: #232228;}

    .about-box-02 b{ color: #fff; display: block; font-size: 18px;}
    .about-box-02 span{ color: #fff;}

    /*	.about-box-02 dl { padding-top: 10px;}
        .about-box-02 dl img{ width: 100%;}*/


    .about-box-02 img{ width: 100%; padding-top: 15px;}

    .about-box-02 ul{ overflow: hidden; margin: -2px; padding-top: 10px;}
    .about-box-02 li{ width: 20%; float: left; padding: 2px;}

    .about-box-03 dl{ position: relative; overflow: hidden;}

    .about-box-03 dt{ width: 70px; float: left;}
    .about-box-03 dt img{ width: 100%;}
    .about-box-03 dd{overflow: hidden; position: absolute; left: 80px; bottom: 0;}

    .about-box-03 dd b{ display: block;
        color: #06a9f8;
        background-image:-webkit-linear-gradient(bottom,#06a9f8,#014e9c);
        -webkit-background-clip:text;
        -webkit-text-fill-color:transparent;  line-height: 1.2; font-size: 18px; font-weight: normal;}
    .about-box-03 dd span{ display: block; color: #0070cc; line-height: 1.4; font-size: 12px; text-transform: uppercase;}
    .about-box-03 dd div{ color: #333; font-weight: bold; line-height: 1.4;}






    .swiper-events-box{ padding: 0 30px; padding-top: 40px; position: relative;}
    .swiper-events{ padding: 0 10px;}

    .events-box{ width: 230px; position: relative; height: 100%; transition: .3s;}
    .events-box li{ text-align: justify; padding: 10px; position: relative; /*opacity: 0; -webkit-transform: translateY(10px); transform: translateY(10px); transition: .3s;*/}
    .events-box li div{ color: #ffffff;}
    .events-box li i{ position: absolute; left: 0;width: 9px; height: 9px; -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; background: #014a97; left: -4px; top: 18px;}
    .events-box ul{ border-bottom: solid 1px #999;  position: relative;}
    .events-box .events-bdl{ position: absolute; top: 25px; left: 0; bottom: 0; width: 1px; background: #999;}

    .swiper-events .swiper-wrapper{ height: 100% !important;}
    .swiper-events .swiper-slide{ height: 100% !important;}

    .swiper-events-h .events-box ul{ float: left; width: 100%; background-color: #6096e6; border: 1px solid #446da9; margin-top: 20px; min-height: 800px;}
    .swiper-events-h .events-box .time{ float: left; width: 100%; background:url("../images/fzlc-year-bg.png") no-repeat center center; height: 61px; text-align: center; color:#fff; font-size: 22px; line-height: 61px;}

    .swiper-events .swiper-slide-visible .events-box{opacity: 1;}
    /*	.swiper-events .swiper-slide-visible li{ opacity: 1; -webkit-transform: translateY(0); transform: translateY(0);}

        .swiper-events .swiper-slide-visible li:nth-child(1){transition-delay: 0s;}
        .swiper-events .swiper-slide-visible li:nth-child(2){transition-delay: .1s;}
        .swiper-events .swiper-slide-visible li:nth-child(3){transition-delay: .2s;}
        .swiper-events .swiper-slide-visible li:nth-child(4){transition-delay: .3s;}
        .swiper-events .swiper-slide-visible li:nth-child(5){transition-delay: .4s;}
        .swiper-events .swiper-slide-visible li:nth-child(6){transition-delay: .5s;}
        .swiper-events .swiper-slide-visible li:nth-child(7){transition-delay: .6s;}
        .swiper-events .swiper-slide-visible li:nth-child(8){transition-delay: .7s;}
        .swiper-events .swiper-slide-visible li:nth-child(9){transition-delay: .8s;}
        .swiper-events .swiper-slide-visible li:nth-child(10){transition-delay: .9s;}
        .swiper-events .swiper-slide-visible li:nth-child(11){transition-delay: 1s;}*/


    .events-prev,.events-next{ position: absolute; left: 0; top: 50%; margin-top: -40px; width: 25px; height: 80px; line-height: 80px; text-align: center; background: #3a393d; color: #fff; opacity: .5; cursor: pointer;}
    .events-next{ left: auto; right: 0;}
    .events-prev:hover,.events-next:hover{opacity: 1;}



    .about-bg-04{background: #1e1d22;}

    .about-case-tit{ color: #fff; padding-bottom: 10px;}
    .about-case-tit span{display: block; font-weight: bold; font-size: 18px; line-height: 1.4;}
    .about-case-tit b{ display: block; font-size: 24px; font-weight: normal; line-height: 1.4;}


    .about-case-list{ overflow: hidden; padding: 10px 0 0 0;}
    .about-case-list dt{float: left; color: #3ab3eb; padding-right: 10px;}
    .about-case-list dt b{ font-weight: normal; float: left; font-size: 36px; line-height: 1.2;}
    .about-case-list dt span{ font-size: 20px; line-height: 1;}

    .about-case-list dd{ overflow: hidden; border-bottom: solid 1px #3b3a3f; padding-bottom:  10px;}
    .about-case-list dd b{color: #d6d6d6; display: block; font-weight: normal; font-size: 16px;}
    .about-case-list dd span{ color: #999; font-size: 12px;}

    .about-partners-tit { padding-bottom: 5px;}
    .about-partners-tit b{ color: #014a97; font-weight: bold;display: block; line-height: 1.2; font-size: 18px;}
    .about-partners-tit span{display: block; text-transform: uppercase; line-height: 1.2;}
    .about-partners-tit span i{ font-weight: bold; font-style: normal;}

    .about-partners-list{ margin: -5px;}
    .about-partners-list li{ padding: 5px; float: left; width: 25%;}
    .about-partners-list li a{ display: block;}
    .about-partners-list li img{ width: 100%;}

    .about-partners-list li a{-webkit-filter: grayscale(100%); filter: grayscale(100%); filter: gray; transition: .3s;}

    .about-partners-list li a:hover{-webkit-filter: grayscale(0%); filter: grayscale(0%);  filter: auto; }

    .about-bg-06{ background: #014a97; position: relative;}

    .about-txt-06{ color: #fff;}
    .join-btn{ position: absolute; right: 15px; top: -35px;}
    .join-btn a{ position: relative; display: block; overflow: hidden;}
    .join-btn i{ float: left; line-height: 45px; padding-right: 5px; color: #3ca3ff; font-size: 20px;}
    .join-btn b{ color: #fff;  line-height: 70px; text-align: center; font-size: 14px; display: block;  -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; background: #3ca3ff; width: 70px; height: 70px; float: left;}

    .join-btn a:hover{-webkit-transform: scale(1.1); transform: scale(1.1);}

    .about-txt-06 { padding-bottom: 10px;}
    .about-txt-06 dt{font-size: 16px; font-weight: bold;}
    .about-txt-06 dd{ font-size: 12px;}

    .about-cont-list{ border-top: solid 1px #316cab;}
    .about-cont-list li{ border: solid 1px #316cab; border-top: none; padding: 10px;}
    .about-cont-list li dt {text-align: center;}
    .about-cont-list li dt i{text-align: center;color: #529ffd;
        background-image:-webkit-linear-gradient(bottom,#59dffd,#529ffd);
        -webkit-background-clip:text;
        -webkit-text-fill-color:transparent; font-size: 30px;}

    .about-cont-list li dd{text-align: center; color: #fff; }
    .about-cont-list li dd a{color: #fff;}
    .about-cont-list li dd a:hover{text-decoration: underline;}
}



@media screen and (min-width: 992px) {

    .about-bg-01{ background: url(../img/about-bg-01.jpg) center top no-repeat;}
    .about-txt {overflow: hidden; padding-bottom: 40px; padding-top: 40px; display: flex; justify-content: center;}
    .about-txt dt{ display: block; padding-right: 25px;}
    .about-txt dt i{ font-size: 60px;}
    .about-txt dd{text-align: left;}

    .about-txt span{ font-size: 30px; line-height: 1;}
    .about-txt b{ font-size: 50px; line-height: 2;}
    .about-txt small{ font-size: 20px;}

    .about-list-01{ overflow: hidden; border-left: solid 1px #dedede;}
    .about-list-01 li{ float: left; width: 50%; border-left: none; padding: 20px 30px; line-height: 2;}
    .about-list-01 li a{ margin-top: 10px; display: inline-block;}

    .about-box-02 b{ font-size: 34px;}
    .about-box-02 span{ font-size: 18px;}

    .events-box{ width: 280px; padding: 0 10px;}

    .about-bg-03{ background: url(../img/about-bg-03.jpg) center bottom no-repeat;}
    .about-bg-03-b{background: url(../img/about-bg-02.jpg) center top no-repeat;}

    .about-box-03 dt{ width: 182px;}
    .about-box-03 dd{ left: 195px;}
    .about-box-03 dd b{ font-size: 80px; line-height: .8;}
    .about-box-03 dd span{ font-size: 18px; line-height: 2;}
    .about-box-03 dd div{ font-size: 34px;line-height: 1;}

    .swiper-events-box{ padding: 75px 75px 35px 75px;}

    .events-prev, .events-next{ width: 36px;}


    .about-bg-02{ padding: 60px 0;}
    .about-bg-03{ padding-top: 50px;}
    .events-box .time span{ font-size: 22px;}

    .about-bg-04{ padding: 40px 0;}
    .about-case-box{ overflow: hidden; margin: 0 -30px;}
    .about-case-tit{ width: 50%; float: left; padding: 20px 30px;}

    .about-case-list{ float: left; width: 50%;  padding: 20px 30px 0 30px;}

    .about-case-tit span{ font-size: 28px;}
    .about-case-tit b{ font-size: 40px;}

    .about-case-list dt{ padding-right: 25px;}
    .about-case-list dt b{ font-size: 68px; font-weight: lighter;}
    .about-case-list dt span{ font-size: 30px;}

    .about-case-list dd{ padding-bottom: 20px;}

    .about-case-list dd b{ font-size: 20px; padding-bottom: 10px;}
    .about-case-list dd span{ font-size: 14px;}

    .about-partners-list li{ width: 14.2857%;}

    .about-bg-05{ padding: 60px 0 80px 0;}

    .about-partners-list{ padding-top: 10px;overflow: hidden;}

    .about-partners-tit b{ font-size: 34px;}
    .about-partners-tit span{ font-size: 24px;}

    .join-btn b{ width: 130px; height: 130px;}

    .join-btn{ top: -65px; right: 30px;}
    .join-btn b{line-height: 130px; font-size: 22px;}
    .join-btn i{ line-height: 95px; padding-right: 5px; font-size: 32px;}

    .about-bg-06{ padding: 50px 0;}

    .about-txt-06 dt{ font-size: 34px; line-height: 44px; float: left; padding-right: 30px;}
    .about-txt-06 dd{ font-size: 14px; line-height: 22px;}
    .about-txt-06 dd span{ display: block;}

    .about-txt-06{ padding-bottom: 50px;}

    .about-cont-list {border-left: solid 1px #316cab; overflow: hidden;}
    .about-cont-list li{ padding: 25px 10px; width: 33.3333%; float: left; border-left: none;}
    .about-cont-list li dt{ float: left; }
    .about-cont-list li dt i{ font-size: 40px;line-height: 44px;  }

    .about-cont-list li dd{ padding-right: 0;text-align: left;}
    .about-cont-list li dd span{display: block;}
    .about-cont-list li dd a{ display: none;}
    .about-cont-list li dd{ overflow: hidden; height: 44px; font-size: 12px;}
}

@media screen and (min-width: 1230px) {

    .about-bg-01{ padding-bottom: 50px;}

    .about-txt{ padding-bottom: 70px;}
    .about-txt dt i{ font-size: 66px;}
    .about-txt b{ font-size: 60px;}
    .about-txt small{ font-size: 24px;}

    .about-box-02 img{ padding-top: 20px;}

    .about-case-tit{ padding-bottom: 0;}

    .about-case-tit{ padding: 30px 60px 0 60px;}
    .about-case-list{ padding:30px 60px 0 60px;}

    .about-case-box{ margin: 0 -60px;}
    .about-case-list dd{ padding-bottom: 30px;}
    .about-case-list dd span{ min-height: 40px; display: block;}

    .about-bg-04{ padding: 60px 0;}


    .about-cont-list li div{ padding-right: 50px;}

    .about-cont-list li{ padding: 25px 20px;}

    .about-cont-list li dt i{ font-size: 44px; padding-right: 10px;}

    .about-cont-list li dd{ position: relative; font-size: 14px;}
    .about-cont-list li dd a{ display: block; position: absolute; top: 10px; right: 0;}

    .about-bg-06{ padding: 60px 0;}
    .about-txt-06{ padding-bottom: 60px;}

    .join-btn{ right: 100px;}
}

/*--/公司介绍--*/

/*** 发展历程 ***/
.fazhan_fl {
    text-align: center;
}
.fazhan_fl_a {
    width: 130px;
    height: 130px;
    text-align: center;
    line-height: 130px;
    border: 1px solid #B2B2B2;
    color: #515151;
    font-size: 19px;
    border-radius: 50%;
    display: inline-block;
    *display: inline; /* IE6、7 block 元素 */
    *zoom: 1;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: 600;
    box-sizing: border-box;
    cursor: pointer;
}
.fazhan_fl .curr {
    background: #CD1A20;
    border: none;
    color: #FFF;
    -webkit-box-shadow: 0 4px 8px rgba(205,26,32,.25);
    -moz-box-shadow: 0 4px 8px rgba(205,26,32,.25);
    box-shadow: 0 4px 8px rgba(205,26,32,.25);
}
.fazhan_fl_a:hover {
    background: #CD1A20;
    border: none;
    color: #FFF;
    -webkit-box-shadow: 0 4px 8px rgba(205,26,32,.25);
    -moz-box-shadow: 0 4px 8px rgba(205,26,32,.25);
    box-shadow: 0 4px 8px rgba(205,26,32,.25);
}
.fazhan_fl_n_li {
    display: none;
    *overflow:hidden;
    min-height: 100px;
}
.fazhan_fl_n_li {
    position: relative;
}
.fazhan_fl_n_li:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #000000;
    position: absolute;
    top: 0;
    left: 50%;
}
.fz_li {
    width: 50%;
    *width:32%;
    *margin-left:0.62%;
    *margin-right:0.62%;
    min-height: 360px;
    position: relative;
    *float:left;
    *margin-bottom:20px;
    box-sizing: unset;
}
.fz_li:nth-child(even) {
    float: left;
    padding-left: 1px;
    margin-top: -300px;
}
.fz_li:nth-child(odd) {
    float: right;
    padding-right: 1px;
}
.fz_li:nth-child(even):before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #868789;
    position: absolute;
    top: 50px;
    right: -5px;/*    transform: translateY(-50%);*/
}
.fz_li:nth-child(odd):before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #868789;
    position: absolute;
    top: 50px;
    left: -5px;/*  transform: translateY(-50%);*/
}
.fz_li span {
    display: inline-block;
    font-size: 25px;
    color: #cd1a20;
    font-weight: 600;
}
.fz_li:nth-child(even) span {
    float: right;
    padding-left: 1px;
    padding-right: 25px;
    padding-top: 45px;
}
.fz_li:nth-child(odd) span {
    float: left;
    padding-right: 1px;
    padding-left: 25px;
    padding-top: 45px;
}
.fazhan_fl_n {
    margin-top: 50px;
}
.fz_li_n {
    width: 350px;
    *width:auto;
    min-height: 300px;
    box-sizing: border-box;
    border: 1px solid #C9C9C9;
}
.fz_li:nth-child(even) .fz_li_n {
    float: right;
    margin-right: 25px;
}
.fz_li:nth-child(odd) .fz_li_n {
    float: left;
    margin-left: 25px;
}

.fz_li_n {
    box-sizing: border-box;
    padding: 20px;
    padding-top: 30px;
}
.fz_li_n p {
    color: #474747;
    font-size: 14px;
    line-height: 34px;
}
.fz_li_n img {
    width: 100%;
    padding-top: 35px;
}

.fz_js {
    text-align: left;
    line-height: 32px;
    display: none;
    margin-top: 30px;
    font-size: 18px;
    color: #cd1a20;
}
.fz_js h5 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}
.fz_js p {
    text-indent: 38px;
    font-size: 18px !important;
    padding-top: 0 !important;
}

.clear {
    display: block;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    line-height: 0px;
    font-size: 1px;
    clear: both;
    visibility: hidden;
}
s {
    text-decoration: none;
}

.container_history {
    margin-top: 2em;
}
.coment {
    width: 800px;
}