@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face{
    font-family: "SanRegular";
    src: url('../font/SourceHanSansCN-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "SanMedium";
    src: url('../font/SourceHanSansCN-Medium.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "PingFangSC";
    src: url('../font/PingFangSC-Medium.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "PingFangBold";
    src: url('../font/PingFang-Bold.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "SanNormal";
    src: url('../font/SourceHanSansCN-Normal.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "SanBold";
    src: url('../font/SourceHanSansCN-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "SanLight";
    src: url('../font/SourceHanSansCN-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
/* 内页头部 */
header{
    width: 100%;
    height: 80px;
    position: relative;
    z-index: 10;
}
.inside-header{
    background-color: #fff;
}
.logo{
    width: 131px;
    float: left;
    margin-left: 40px;
    margin-top: 16px;
}
.logo img{
    display: block;
    width: 100%;
}
.header-right{
    float: right;
}
.nav-ul{
    float: left;
    margin-right: 78px;
}
.nav-ul li{
    float: left;
    margin: 0 25px;
}
.nav-ul li a{
    line-height: 80px;
    display: block;
    font-size: 16px;
    font-family: "SanRegular";
    color: #666;
    border-bottom: 2px solid transparent;
    transition: all .3s;
}
.inside-header .nav-ul li a{
    color: #666;
}
.nav-ul li:hover a, .nav-ul li.nav-active a{
    color: #05459b;
    border-bottom-color: #05459b;
}
.header-other{
    float: left;
}
.search-box{
    float: left;
    width: 80px;
    overflow: hidden;
    transition: width 0.3s;
    position: relative;
    height: 80px;
}
.inside-header .search-box{
    border-right: 1px solid rgb(244, 244, 244, 1);
    border-left: 1px solid rgb(244, 244, 244, 1);
}
.search-box .search-text {
    width: 120px;
    font-size: 18px;
    color: #666;
    line-height: 26px;
    float: left;
    margin-top: 27px;
    display: none;
    background: none;
    padding-left: 15px;
}
.search-box .search-icon {
    width: 19px;
    height: 18px;
    border: none;
    padding: 0;
    position: absolute;
    right: 31px;
    top: 32px;
    background: url(../img/sou_icon.png) no-repeat center;
}
.inside-header .search-box .search-icon{
    background: url(../img/sou_icon_on.png) no-repeat center;
}
.search-box.on{
    width: 200px;
}
.search-box.on .search-text{
    display: block;
    color: #fff;
}
.search-cha{
    color: #fff;
    position: absolute;
    right: 33px;
    top: 52px;
    cursor: pointer;
    display: none;
}
.inside-header .search-box.on .search-text{
    display: block;
    color: #ccc;
}
.inside-header .search-box .search-text::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#ccc;
}
.inside-header .search-box .search-text::-webkit-input-placeholder{
    color:#ccc;
}
header.two .search-box .search-text::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#ccc;
}
header.two .search-box .search-text::-webkit-input-placeholder{
    color:#ccc;
}
header.two .search-cha,.inside-header .search-box .search-cha{
    color: #ccc;
}

.search-box .search-text::-webkit-input-placeholder{
    color:#fff;
}
.search-box .search-text::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#fff;
}
.search-box .search-text:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#fff;
}
input {   
    border: 0;  
    outline: none; 
    background-color: rgba(0, 0, 0, 0);
}
.header-mobile{
    width: 80px;
    height: 80px;
    float: left;
}



@media(max-width: 1400px){
    .nav-ul li{
        margin: 0 20px;
    }
    .nav-ul{
        margin-right: 30px;
    }
}
@media(max-width: 1200px){
    .nav-ul li{
        margin: 0 15px;
    }
    .nav-ul{
        margin-right: 15px;
    }
}
@media(max-width: 991px){
    .nav-ul{
        display: none;
    }
    header{
        height: 70px;
    }
    .logo{
        margin-top: 11px;
    }
    .search-box{
        display: none
    }
    .header-mobile{
        width: 70px;
        height: 70px;
        border-left: 1px solid rgb(244, 244, 244, 1);
    }
}
@media(max-width: 599px){
    .logo{
        margin-left: 20px;
    }
}
/* 内页banner */
.inside-banner-info{
    width: 100%;
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
}
.inside-banner-txt{
    color: #fff;
    padding-top: 260px;
}
.inside-banner-txt h2{
    font-size: 52px;
    line-height: 52px;
    margin-bottom: 38px;
    font-family: "PingFangBold";
}
.inside-banner-txt .banner-down{
    width: 62px;
    display: block;
    height: 62px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: url(../img/banner_down_icon.png) no-repeat center;
    animation: spinner 1.5s infinite linear;
}
@keyframes spinner {
    0% {
      -webkit-transform: translateY(-8px);
              transform: translateY(-8px);
    }
    50% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
    100% {
      -webkit-transform: translateY(-8px);
              transform: translateY(-8px);
    }
}
/* 内页导航 */
.inside-nav{
    width: 100%;
    height: 80px;
    border-top: 1px solid rgb(255, 255, 255, .48);
    margin-top: -80px;
    background-color: rgb(255, 255, 255, .11);
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.inside-nav-ul{
    padding: 0 55px;
    display: flex;
    justify-content: space-between;
}
.social-nav-ul{
    justify-content: center;
}
.inside-nav-ul li{
    padding-left: 70px;
    padding-right: 75px;
    transition: all .5s;
}
.social-nav-ul li{
    margin-right: 60px;
}
.social-nav-ul li:last-child{
    margin-right: 0px;
}
.inside-nav-ul li a{
    height: 80px;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: "SanRegular";
}
.inside-nav-ul li span{
    padding-left: 10px;
}
.inside-nav-ul li .pc-show{
    display: block;
}
.inside-nav-ul li .mobile-show{
    display: none
}
.inside-nav-ul li.on, .inside-nav-ul li:hover{
    background-color: #05459b;
}
.inside-nav-ul li.on span, .inside-nav-ul li:hover span{
    font-weight: bold;
}
.about-group{
    padding-top: 62px;
    width: 100%;
    background: url(../img/group_intro_bg.jpg) no-repeat top center;
    background-size: 100% 100%;
}
@media(max-width: 1600px){
    .inside-banner-txt{
        padding-top: 160px;
    }
}
@media(max-width: 1200px){
    .inside-banner-txt{
        padding-top: 120px;
    }
    .inside-banner-txt h2{
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .inside-nav-ul{
        padding: 0px;
    }
    .inside-nav-ul li{
        padding-left: 50px;
        padding-right: 55px;
    }
}
@media(max-width: 991px){
    .inside-banner-info{
        height: 100%;
    }
    .inside-banner-info .container{
        display: flex;
        height: 100%;
    }
    .inside-banner-txt{
        padding-top: 0px;
        height: 100%;
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;;
    }
    .inside-banner-txt h2{
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .inside-nav{
        margin-top: 0px;
        height: auto;
        background-color: #f0f0f0;
        z-index: 2;
    }
    .inside-nav-ul li{
        padding-left: 0px;
        padding-right: 0px;
    }
    .inside-nav-ul li a{
        height: 70px;
        color: #666;
    }
    .inside-banner-txt .banner-down{
        width: 48px;
        height: 48px;
    }
    .inside-nav-ul li .pc-show{
        display: none;
    }
    .inside-nav-ul li .mobile-show{
        display: block;
    }
    .inside-nav-ul li.on, .inside-nav-ul li:hover{
        background: none;
    }
    .inside-nav-ul li.on a, .inside-nav-ul li:hover a{
        color: #05459b;
    }
}
@media(max-width: 599px){
    .inside-banner-txt .banner-down{
        width: 36px;
        height: 36px;
    }
    .inside-nav-ul{
        flex-wrap: wrap;
    }
    .inside-nav-ul li{
        width: 50%;
    }
    .inside-nav-ul li a{
        height: 50px;
        justify-content: center;
    }
    .inside-banner-txt h2{
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 12px;
    }
}
/* 内容 */
.about-group{
    padding-top: 62px;
    padding-bottom: 58px;
    width: 100%;
    background: url(../img/group_intro_bg.jpg) no-repeat top center;
    background-size: 100% 100%;
}
.group-intro-left{
    float: left;
    width: 27.5%;
    padding-top: 10px;
}
.public-title h2{
    font-size: 36px;
    font-family: "SanRegular";
    color: #000;
    line-height: 38px;
    margin-bottom: 8px;
}
.group-intro-title{
    font-size: 18px;
    color: #05459b;
    line-height: 30px;
    font-family: "SanRegular";
    margin-bottom: 14px;
}
.group-intro-other{
    position: relative;
    width: 34px;
    height: 34px;
    display: block;
    background-color: #05459b;
}
.group-intro-other::before{
    width: 11px;
    height: 1px;
    content: "";
    position: absolute;
    background-color: #fff;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.group-intro-other::after{
    position: absolute;
    content: '';
    width: 32px;
    height: 11px;
    background: url(../img/group_intro_arrow.png) no-repeat center;
    right: -21px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: all .5s;
}
.group-intro-other:hover::after{
    right: -26px;
}
.group-intro-right{
    width: 72.5%;
    padding-left: 50px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    text-indent: 32px;
    float: right;
    font-family: "SanNormal";
}
.group-num-list{
    display: flex;
    margin-top: 80px;
    margin-bottom: 50px;
}
.group-num-list li{
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.group-num{
    display: flex;
    align-items: flex-end;
    height: 48px;
    color: #05459b;
    margin-bottom: 8px;
}
.group-num h3{
    font-size: 48px;
}
.group-num span{
    font-size: 20px;
    display: block;
    margin-bottom: 6px;
}
.group-num-list li p{
    font-size: 18px;
    color: #333;
    font-family: "SanNormal";
    line-height: 24px;
}
.group-img{
    width: 100%;
    overflow: hidden;
}
.group-img img{
    display: block;
    width: 100%;
    transition:all 0.4s;
}
.group-img:hover img{
    transform: scale(1.1);
}

@media(max-width: 991px){
    .group-intro-right{
        float: none;
        width: 100%;
        padding-left:0px;
    }
    .about-group{
        padding-top: 50px;
    }
    .group-intro-left{
        padding-top: 0px;
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .group-num-list{
        flex-wrap: wrap;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .group-num-list li{
        width: 50%;
        margin-bottom: 20px;
    }
}
@media(max-width: 599px){
    .group-num{
        height: 40px;
    }
    .group-num h3{
        font-size: 40px;
    }
    .group-num span{
        font-size: 16px;
        margin-bottom: 4px;
    }
    .group-num-list li p{
        font-size: 16px;
        text-align: center;
    }
}
@media(max-width: 449px){
    .group-num-list li{
        width: 100%;
    }
    .about-group{
        padding-bottom: 40px;
    }
}
/* 发展历程 */
.about-history{
    width: 100%;
    background: url(../img/history_bg.png) no-repeat top center;
    background-size: 100% 100%;
    padding-top: 73px;
}
.group-history{
    position: relative;
}
.group-history-title{
    width: 27.5%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.history-ul{
    width: 100%;
    position: relative;
}
.history-uls{
    padding-top: 92px;
}
.history-uls::before{
    position: absolute;
    width: 25px;
    height: 25px;
    border: 2px solid #004a9a;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    border-radius: 50%;
}
.history-uls::after{
    position: absolute;
    height: 100%;
    content: "";
    width: 1px;
    background-color: #d9d9d9;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.history-ul li{
    display: flex;
    margin-bottom: 58px;
    margin-top: -248px;
}
.history-ul li:first-child{
    margin-top: 0px;
}
.history-ul li:nth-child(2n+1){
    justify-content: flex-end;
}
.history-ul li a{
    width: 50%;
    display: flex;
    border-top: 1px solid #d9d9d9;
    position: relative;
}
.history-ul li:nth-child(2n+1) a{
    justify-content: flex-end;
}
.history-ul li a::before,
.history-ul li a::after{
    position: absolute;
    content: "";
    border-radius: 50%;
    z-index: 99;
}
.history-ul li a::before{
    width: 16px;
    height: 16px;
    top: -8px;
    background: rgba(0, 74, 154, .46);
}
.history-ul li a::after{
    width: 8px;
    height: 8px;
    top: -4px;
    background: rgba(0, 74, 154, 1);
}
.history-ul li:nth-child(2n+1) a::before{
    left: -8px;
}
.history-ul li:nth-child(2n+1) a::after{
    left: -4px;
}
.history-ul li:nth-child(2n) a::before{
    right: -8px;
}
.history-ul li:nth-child(2n) a::after{
    right: -4px;
}
.history-item{
    width: 73.5%;
}
.history-img{
    width: 100%;
    overflow: hidden;
    margin-bottom: 48px;
}
.history-img img{
    width: 100%;
    display: block;
    transition: all .5s;
}
.history-img:hover img{
    transform: scale(1.1);
}
.history-info{
    min-height: 160px;
}
.history-info h3{
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 8px;
    font-family: "SanNormal";
}
.history-txt{
    position: relative;
}
.history-txt p{
    line-height: 30px;
    color: #666;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: "SanNormal";
    width: calc(100% - 38px);
}
.history-txt p.all-txt{
    -webkit-line-clamp: 100;
}
.history-txt .showAllTxt{
    display: block;
    position: absolute;
    right: 0px;
    bottom: 6px;
    line-height: 18px;
    font-size: 16px;
    border: none;
    background: none;
    color: #666;
    border-bottom: 1px solid #c7c7c4;
}
.history-more{
    margin: -33px auto 62px; 
}
.publics-more{
    width: 188px;
    height: 50px;
    text-align: center;
    border: 1px solid #05459b;
    line-height: 50px;
    display: block;
    border-radius: 25px;
    line-height: 50px;
    color: #05459b;
}
.history-txt .showAllTxt{
    display: none;
}
@media(max-width: 1400px){
    .history-item{
        width: 80%;
    }
}
@media(max-width: 1200px){
    .history-item{
        width: 85%;
    }
    .history-img{
        margin-bottom: 30px;
    }
    .history-info h3{
        font-size: 22px;
        line-height: 28px;
    }
    .history-ul li{
        margin-top: -180px;
    }
    .history-info{
        min-height: 130px;
    }
}
@media(max-width: 991px){
    .history-ul li{
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .history-info{
        min-height: 30px;
    }
    .history-ul li:nth-child(2n+1){
        justify-content: center;
    }
    .history-ul::after{
        display: none;
    }
    .history-ul li a{
        width: 100%;
        justify-content: center;
        border-top: none;
    }
    .history-ul li:nth-child(2n+1) a{
        justify-content: center;
    }
    .history-ul li a::before{
        display: none;
    }
    .history-ul li a::after{
        display: none;
    }
    .history-txt .showAllTxt{
        display: none;
    }
    .history-more{
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .history-uls::before{
        display: none;
    }
    .history-uls::after{
        display: none;
    }
    .history-uls{
        padding-top: 30px;
    }
    .group-history-title{
        width: 50%;
        position: relative;
    }
    .about-history{
        padding-top: 50px;
    }
    .history-txt p{
        -webkit-line-clamp: 300;
    }
}
@media(max-width: 599px){
    .history-item{
        width: 100%;
    }
}
/* 集团荣誉 */
.group-honor-top{
    margin-top: 54px;
    margin-bottom: 28px;
}
.group-honor-title{
    float: left;
    width: 24%;
}
.group-honor-title .group-intro-title{
    min-height: 60px;
}
.group-honor-info{
    width: 61%;
    float: right;
    line-height: 30px;
    color: #666;
    font-family: "SanNormal";
}
.group-honor-ul li{
    float: left;
    width: 25%;
    border: 1px solid #e8e8e8;
    border-right: none;
    padding: 30px 20px;
    border-top: none;
}
.group-honor-ul li:last-child{
    border-right: 1px solid #e8e8e8;
}
.group-honor-ul li:nth-child(4n){
    border-right: 1px solid #e8e8e8;
}
.group-honor-ul li:first-child,
.group-honor-ul li:nth-child(2),
.group-honor-ul li:nth-child(3),
.group-honor-ul li:nth-child(4){
    border-top: 1px solid #e8e8e8;
}
.group-honor-img{
    width: 100%;
    overflow: hidden;
}
.group-honor-img img{
    display: block;
    width: 100%;
    height: 275px;
    transition: all .5s;
}
.group-honor-ul li:hover .group-honor-img img{
    transform: scale(1.1);
}
.honor-more{
    margin: 30px auto 68px;
}
.group-honor{
    overflow: hidden;
}
@media(max-width:1920px){
    .group-honor-img img{
    
        height: 172px;
        
    }
}

@media(max-width: 1200px){
    .group-honor-info{
        width: 70%;
    }
    .group-honor-img{
        height: 130px;
    }
}
@media(max-width: 991px){
    .group-honor-title{
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .group-honor-title .group-intro-title{
        min-height: 30px;
    }
    .group-honor-info{
        width: 100%;
        float: none;
        text-align: left;
    }
    .group-honor-img{
        height: 200px;
    }
    .group-honor-ul li{
        width: 50%;
    }
    .group-honor-ul li:nth-child(2n){
        border-right: 1px solid #e8e8e8;
    }
    .group-honor-ul li:nth-child(3),
    .group-honor-ul li:nth-child(4){
        border-top: none;
    }
    .honor-more{
        margin-bottom: 50px;
    }
}
@media(max-width: 767px){
    .group-honor-ul li{
        width: 100%;
        padding: 20px;
    }
    .group-honor-img{
        height: auto;
    }
    .group-honor-ul li{
        border-right: 1px solid #e8e8e8;
    }
    .group-honor-ul li:nth-child(2){
        border-top: none;
    }
    .group-honor-img img{
    
        height: auto;
        
    }
}
/* 底部 */
#footer{
    border-top: 1px solid #d3d3d3;
    padding-top: 50px;
    padding-bottom: 63px;
    overflow: hidden;
    padding-left: 170px;
    padding-right: 150px;
    overflow: hidden;
    width: 100%;
}
.footer-left{
    float: left;
    width: 70%;
}
.footer-img{
    float: left;
    display: flex;
}
.footer-logo{
    display: block;
    width: 69px;
    height: 100px;
    margin-right: 54px;
}
.footer-logo img{
    display: block;
    width: 100%;
}
.footer-code{
    width: 114px;
    height: 114px;
    margin-right: 95px;
}
.footer-code img{
    display: block;
    width: 100%;
}
.footer-nav{
    float: left;
}
.footer-nav li{
    float: left;
    margin-right: 40px;
}
.footer-nav li:last-child{
    margin-right: 0px;
}
.footer-nav li h3>a{
    font-size: 18px;
    display: block;
    line-height: 24px;
    color: #333;
    font-family: "SanRegular";
    margin-bottom: 10px;
}
.footer-nav li h3>a:hover{
    color: #05459b;
}
.footer-nav li dl dd{
    font-size: 16px;
    line-height: 24px;
    color: #969696;
}
.footer-right{
    float: right;
    width: 30%;
    font-size: 16px;
    color: #333;
    line-height: 26px;
    /* display: flex;
    justify-content: flex-end; */
}
.footer-nation{
    display: flex;
    align-items: center;
    height: 26px;
}
@media(max-width: 1700px){
    #footer{
        padding-left: 100px;
        padding-right: 100px;
    }
    .footer-left{
        width: 70%;
    }
    .footer-right{
        width: 30%;
    }
    .footer-logo{
        margin-right: 34px;
    }
    .footer-code{
        margin-right: 50px;
    }
}
@media(max-width: 1600px){
    #footer{
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media(max-width: 1400px){
    .footer-nav li{
        margin-right: 22px;
    }
    .footer-logo{
        margin-right: 20px;
    }
    .footer-code{
        margin-right: 20px;
        width: 100px;
        height: 100px;
    }
    .footer-right{
        line-height: 20px;
    }
}
@media(max-width: 1200px){
    .footer-left{
        width: 100%;
        float: none;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    .footer-right{
        width: 100%;
        float: none;
        justify-content: center;
    }
    .footer-logo{
        margin-right: 30px;
    }
    .footer-code{
        margin-right: 30px;
    }
    #footer{
        padding-bottom: 45px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media(max-width: 991px){
    .footer-img{
        float: none;
        margin-bottom: 20px;
    }
    .footer-nav{
        float: none;
    }
    .footer-left{
        flex-direction: column;
        align-items: center;
        margin-bottom: 10px;
    }
    .footer-nav li{
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .footer-nav li h3>a{
        margin-bottom: 5px;
    }
    .footer-nav li dl{
        text-align: center;
    }
    .footer-nav li dl dd{
        display: inline-block;
    }
    #footer{
        padding-bottom: 35px;
        padding-top: 40px;
    }
}
/* 董事长致辞 */
.chairman-states{
    width: 100%;
    background: url(../img/dongshizhang_bg.jpg) no-repeat top center;
    background-size: 100% 100%;
    overflow: hidden;
    padding-bottom: 90px;
}
.statesment-top{
    margin-top: 66px;
    margin-bottom: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.statesment-name{
    width: 42.3%;
}
.statesment-name h3{
    font-size: 36px;
    line-height: 38px;
    font-family: "SanRegular";
    margin-bottom: 15px;
}
.statesment-name span{
    font-size: 18px;
    line-height: 24px;
    font-family: "SanRegular";
    color: #05459b;
}
.statesment-title{
    width: 55.1%;
    color: #05459b;
    font-size: 24px;
    font-family: "SanBold";
}
.chairman-imgwrap{
    float: left;
    width: 42.3%;
    position: relative;
}
.chairman-img{
    width: calc(100% - 26px);
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.chairman-img img{
    display: block;
    width: 100%;
    transition: all 0.4s;
}
.chairman-img:hover img{
    transform: scale(1.1);
}
.chairman-imgwrap::after{
    position: absolute;
    width: calc(100% - 26px);
    height: 100%;
    left: 26px;
    top: 72px;
    background-color: #f5f5f5;
    content: "";
}
.chairman-right{
    float: right;
    width: 55.1%;
}

.chairman-info{
    
    line-height: 42px;
    font-size: 18px;
    color: #333;
    font-family: "SanNormal";
    text-indent: 32px;
    margin-bottom: 30px;
}
@media(max-width:1920px){
    .chairman-info{
        line-height: 30px;
        font-size: 16px;
    }
}
.chairman-sign{
    font-size: 16px;
    line-height: 24px;
    color: #211610;
    text-align: right;
    font-family: "SanNormal";
}
@media(max-width: 991px){
    .statesment-top{
        flex-direction: column;
        align-items: flex-start;
    }
    .statesment-name{
        width: 100%;
        margin-bottom: 20px;
    }
    .statesment-title{
        width: 100%;
    }
    .chairman-imgwrap{
        width: 100%;
        float: none;
    }
    .chairman-imgwrap::after{
        top: 50px;
    }
    .chairman-right{
        width: 100%;
        float: none;
        margin-top: 80px;
    }
    .chairman-states{
        padding-bottom: 50px;
    }
}
@media(max-width: 599px){
    .chairman-imgwrap::after{
        display: none;
    }
    .chairman-right{
        margin-top: 30px;
    }
    .statesment-name h3{
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .statesment-title{
        font-size: 22px;
    }
    .statesment-top{
        margin-top: 50px;
    }
}
/* 企业文化 */
.corp-culture{
    padding-bottom: 75px;
}
.cultural-title{
    text-align: center;
    margin-top: 66px;
    margin-bottom: 50px;
}
.cultural-title h3{
    font-size: 36px;
    line-height: 38px;
    color: #333;
    margin-bottom: 18px;
    font-family: "SanRegular";
}
.cultural-title span{
    font-size: 18px;
    color: #05459b;
    line-height: 20px;
    font-family: "SanRegular";
}
.cultural-list{
    display: flex;
}
.cultural-list li{
    width: 25%;
    display: flex;
    justify-content: center;
}
.cultural-icon{
    position: relative;
    /* padding-left: 53px; */
    height: 106px;
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
    transition: all 0.4s;
}
.cultural-list li:hover .cultural-icon{
    transform: translateY(-15px);
}
.cultural-icon::before {
    width: 106px;
    height: 106px;
    background-color: #f6f6f6;
    border-radius: 50%;
    position: absolute;
    content: "";
    left: 50%;
    top: 0px;
    z-index: -1;
    transform: translateX(-88%);
}
/* .cultural-icon::after{
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background-color: #d0d0d0;
    bottom: 17px;
    left: 75px;
} */
.cultural-icon span{
    line-height: 106px;
    font-size: 26px;
    color: #05459b;
    font-family: "SanRegular";
    position: relative;
}
.cultural-icon span::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background-color: #d0d0d0;
    bottom:17px;
    left: 50%;
    transform: translateX(-50%);
}
.cultural-txt p{
    font-size: 20px;
    line-height: 30px;
    color: #666;
    font-family: "SanNormal";
    text-align: center;
}
@media(max-width:1920px){
    .cultural-txt p{
        font-size: 18px;
        line-height: 30px;
    }
    .cultural-icon span{
        font-size: 24px;
    }
}

.team-list{
    display: flex;
}
.team-list li{
    width: 33.333%;
}
.team-img{
    width: 100%;
    overflow: hidden;
}
.team-img img{
    width: 100%;
    display: block;
    transition: all .5s;
}
.team-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.team-info{
    background-color: #f6f6f6;
    flex: 1;
    padding-top: 27px;
    padding-left: 70px;
    padding-right: 75px;
    line-height: 24px;
    color: #666;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "SanNormal";
    position: relative;
}
.team-info::after{
    position: absolute;
    content: '';
    width: 0px;
    border-top: 20px solid #f6f6f6;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    z-index: 99;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}
.team-img:hover img{
    transform: scale(1.1);
}
@media(max-width: 1400px){
    .team-info{
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media(max-width: 1200px){
    .cultural-txt p{
        font-size: 16px;
        line-height: 24px;
    }
    .team-info{
        font-size: 16px;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media(max-width: 991px){
    .cultural-list{
        flex-wrap: wrap;
    }
    .cultural-list li{
        width: 50%;
        margin-bottom: 20px;
    }
    .cultural-icon{
        margin-bottom: 20px;
    }
    .cultural-title{
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .cultural-title h3{
        font-size: 32px;
        line-height: 32px;
    }
    .team-style .cultural-title{
        margin-top: 30px;
    }
    .team-list{
        flex-wrap: wrap;
    }
    .team-list li{
        width: 100%;
    }
    .team-info{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media(max-width: 599px){
    .cultural-list li{
        width: 100%;
    }
    .cultural-item{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
/* 集团党建 */
.party-list{
    margin-bottom: 63px;
}
.party-list li{
    float: left;
    width: 33.3333%;
    padding-left: 60px;
    padding-right: 40px;
    border-left: 1px solid #dcdcdc;
}
.party-list li:last-child{
    border-right: 1px solid #dcdcdc;
}
.party-top span{
    font-size: 16px;
    color: #969696;
    line-height: 24px;
}
.party-top h3{
    font-size: 18px;
    color: #333;
    font-family: "SanNormal";
    margin-bottom: 18px;
    margin-top: 20px;
}
.party-category{
    color: #666;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
}
.party-img{
    width: 100%;
    overflow: hidden;
}
.party-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.party-info{
    margin-top: 36px;
    line-height: 30px;
    color: #666;
    font-family: "SanNormal";
    margin-bottom: 35px;
}
.party-more{
    display: block;
    width: 31px;
    height: 11px;
    transition: all .5s;
    background: url(../img/party_arrow.png) no-repeat center;
}
.party-list li:hover .party-img img{
    transform: scale(1.1);
}
.party-list li:hover .party-more{
    transform: translateX(5px);
}
.party-list li:hover .party-top h3{
    color: #05459b;
}
@media(max-width: 1400px){
    .party-list li{
        padding-left: 40px;
    }
}
@media(max-width: 991px){
    .party-list li{
        width: 100%;
        float: none;
        border-right: 1px solid #dcdcdc;
        margin-bottom: 30px;
    }
}
@media(max-width: 599px){
    .party-list li{
        padding-left: 20px;
        padding-right: 20px;
    }
    .party-top h3{
        margin-top: 12px;
        margin-bottom: 10px;
    }
    .party-category{
        margin-bottom: 20px;
    }
    .party-info{
        margin-top: 20px;
        margin-bottom: 25px;
    }
}
/* 集团党建详情 */
.group-party-detail{
    background: #f2f2f2;
    padding-top: 70px;
    padding-bottom: 75px;
}
.party-detail-main{
    width: 100%;
    background-color: #fff;
    padding-left: 96px;
    padding-right: 96px;
    padding-top: 80px;
    padding-bottom: 75px;
}
.party-detail-title{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 40px;
}
.pdetail-title-left span{
    font-size: 18px;
    color: #333;
    display: block;
    margin-bottom: 18px;
}
.pdetail-title-left h3{
    font-size: 28px;
    color: #333;
    font-family: "SanRegular";
}
.back-button{
    width: 120px;
    height: 44px;
    color: #666;
    border: 1px solid #bfbfbf;
    line-height: 44px;
    text-align: center;
    border-radius: 22px;
    display: block;
}
.party-detail-info{
    width: 100%;
    border-top: 1px solid #bfbfbf;
    padding-top: 46px;
}
.party-detail-info p{
    line-height: 36px;
    text-indent: 32px;
    color: #666;
    font-family: "SanRegular";
}
.party-detail-img{
    max-width: 815px;
    margin: 48px auto 0px;
    overflow: hidden;
}
.party-detail-img img{
    display: block;
    width: 100%;
    margin-bottom: 38px;
}
.party-pages{
    position: relative;
    margin-top: 68px;
    display: flex;
    justify-content: space-between;
}
.party-pages::after{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/party_detail_icon.png) no-repeat center;
}
.party-pages a:hover {
    color: #05459b;
}
@media(max-width: 991px){
    .group-party-detail{
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .party-detail-main{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .party-detail-title{
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 30px;
    }
    .pdetail-title-left span{
        margin-bottom: 10px;
    }
    .back-button{
        margin-top: 20px;
    }
    .party-detail-info{
        padding-top: 30px;
    }
    .party-detail-img{
        margin-top: 30px;
        max-width: 100%;
    }
    .party-pages{
        margin-top: 40px;
        flex-direction: column;
    }
    .party-pages a{
        margin-bottom: 5px;
    }
    .party-pages::after{
        display: none;
    }
}
/* 集团产业 */
.group-chan{
    padding-top: 80px;
}
.group-chan-one{
    padding-top: 110px;
}
.group-chan-item{
    display: flex;
    margin-bottom: 50px;
}
.group-chan-left{
    width: 21.88%;
    border-right: 1px solid #e1e1e1;
    padding-top: 6px;
}
.group-chan-left h3{
    font-size: 32px;
    line-height: 32px;
    color: #211610;
    font-family: "SanRegular";
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
}
.group-chan-left h3::after{
    position: absolute;
    content: '';
    width: 45px;
    height: 2px;
    background-color: #05459b;
    bottom: 0px;
    left: 0px;
}
.corp-list{
    line-height: 30px;
    font-size: 16px;
    color: #333;
}
.group-chan-right{
    width: 78.12%;
    padding-top: 16px;
    padding-left: 65px;
}
.group-chan-right h3{
    color: #211610;
    font-family: "SanRegular";
    font-size: 24px;
    margin-bottom: 38px;
}
.group-chan-right p{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    min-height: 90px;
}
.tan-more{
    margin-top: 46px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 38px;
    width: 190px;
    height: 46px;
    padding-left: 30px;
    padding-right: 32px;
    background: #05459b;
    align-items: center;
}
.tan-more span{
    color: #fff;
}
.tan-more img{
    width: 22px;
    height: 11px;
    transition: all .5s;
}
.group-chan-right:hover h3{
    color: #05459b;
}
.group-chan-right:hover .tan-more img{
    transform: translateX(5px);
}
.group-chan-img{
    width: 100%;
    overflow: hidden;
}
.group-chan-img img{
    width: 100%;
    display: block;
    transition: all .5s;
}
.group-chan-img:hover img{
    transform: scale(1.1);
}
@media(max-width: 1200px){
    .group-chan-right{
        width: 75%;
        padding-left: 40px;
    }
    .group-chan-left{
        width: 25%;
    }
    .tan-more{
        margin-top: 35px;
        margin-bottom: 20px;
    }
}
@media(max-width: 991px){
    .group-chan-left{
        width: 100%;
    }
    .group-chan-item{
        margin-bottom: 30px;
        flex-wrap: wrap;
    }
    .group-chan-right{
        width: 100%;
        padding-left: 0px;
        margin-top: 8px;
    }
    .group-chan{
        padding-top: 50px;
    }
    .group-chan-one{
        padding-top: 70px;
    }
    .group-chan-right h3{
        margin-bottom: 15px;
    }
    .group-chan-right p{
        min-height: 30px;
    }
}
@media(max-width: 599px){
    .group-chan-item{
        margin-bottom: 20px;
    }
    .group-chan-right{
        width: 100%;
        padding-left: 0px;
        margin-top: 8px;
    }
    .group-chan{
        padding-top: 40px;
    }
    .group-chan-one{
        padding-top: 50px;
    }
    .group-chan-right h3{
        margin-bottom: 15px;
    }
    .group-chan-right p{
        min-height: 30px;
    }
}
/* 制造业 */
.manufactor-wrap{
    padding-bottom: 80px;
}
.manu-banner-txt{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.public-protitle{
    text-align: center;
    margin-top: 58px;
    padding-left: 115px;
    padding-right: 115px;
    margin-bottom: 50px;
}
.public-protitle h3{
    font-size: 32px;
    line-height: 32px;
    color: #333;
    font-family: "SanRegular";
    padding-bottom: 38px;
    position: relative;
    margin-bottom: 15px;
}
.public-protitle h3::after{
    width: 45px;
    height: 2px;
    position: absolute;
    content: "";
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #05459b;
}
.public-protitle p{
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 30px;
    font-family: "SanNormal"; 
}
.manufactor-nav{
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    justify-content: center;
    margin-bottom: 57px;
}
.manufactor-nav li{
    border: 1px solid transparent;
    height: 67px;
    transition: all .3s;
}
.manufactor-nav li.on, .manufactor-nav li:hover{
    border-color: #e1e1e1;
}
.manufactor-nav li a{
    display: block;
    width: 100%;
    line-height: 66px;
    padding-left: 58px;
    padding-right: 58px;
    border-bottom: 2px solid transparent;
    font-family: "SanLight";
    font-size: 16px;
    color: #333;
    transition: all .3s;
}
.manufactor-nav li.on a, .manufactor-nav li:hover a{
    border-bottom-color: #05459b;
    color: #05459b;
}
.manufactor-item{
    display: none;
}
.manufactor-show{
    display: block;
}
.manufactor-img{
    width: 100%;
    overflow: hidden;
    margin-bottom: 52px;
}
.manufactor-img img{
    display: block;
    width: 100%;
}
.manufactor-txt{
    font-family: "SanNormal"; 
    font-size: 16px;
    color: #666;
    line-height: 30px;
    /* padding-left: 115px;
    padding-right: 115px; */
    text-indent: 32px;
}
@media(max-width: 1200px){
    .public-protitle{
        padding-left: 0px;
        padding-right: 0px;
    }
    .manufactor-txt{
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media(max-width: 991px){
    .public-protitle{
        margin-bottom: 40px;
    }
    .public-protitle h3{
        padding-bottom: 15px;
    }
    .manufactor-nav li{
        width: 33.3333%;
    }
    .manufactor-nav li a{
        padding: 0px;
        text-align: center;
    }
    .manufactor-nav{
        margin-bottom: 40px;
    }
    .manufactor-img{
        margin-bottom: 30px;
    }
    .manufactor-wrap{
        padding-bottom: 50px;
    }
}
@media(max-width: 767px){
    .manufactor-nav{
        flex-wrap: wrap;
        border-bottom: none;
    }
    .manufactor-nav li{
        width: 100%;
        height: 48px;
    }
    .manufactor-nav li a{
        line-height: 48px;
        border-bottom: none;
    }
    .manufactor-nav li.on, .manufactor-nav li:hover{
        border-color: #05459b;
    }
    .public-protitle{
        margin-top: 50px;
    }
}
/* 社会责任 */
.title-infor{
    margin-top: 25px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    padding-left: 160px;
    padding-right: 160px;
    text-align: center;
    font-family: "SanRegular";
    margin-bottom: 46px;
}
.responsibility-list li{
    display: flex;
}
.responsibility-list li:last-child{
    flex-direction: row-reverse;
}
.responsibility-img{
    width: 50%;
    overflow: hidden;
}
.responsibility-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.responsibility-img:hover img{
    transform: scale(1.1);
}
.responsibility-item{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.responsibility-info{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.responsibility-txt{
    margin-left: 18px;
}
.responsibility-list li:last-child .responsibility-txt{
    margin-left: 68px;
}
.responsibility-txt h3{
    font-size: 24px;
    color: #333;
    font-family: "SanRegular";
    line-height: 24px;
    margin-bottom: 8px;
}
.responsibility-txt .responsibility-des{
    color: #666;
    font-family: "SanRegular";
    line-height: 30px;
    font-size: 16px;
}
/* 公益活动 */
.activities-list{
    margin-left: -37px;
    margin-right: -37px;
}
.activities-list li{
    float: left;
    width: 33.3333%;
    padding: 0 37px;
    margin-bottom: 60px;
}
.activities-top span{
    font-size: 16px;
    line-height: 16px;
    font-family: "SanLight";
    display: block;
    margin-bottom: 8px;
    color: #666;
}
.activities-top h3{
    line-height: 30px;
    font-size: 18px;
    color: #333;
    min-height: 60px;
    font-family: "SanRegular";
    margin-bottom: 12px;
}
.activities-img{
    width: 100%;
    overflow: hidden;
}
.activities-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.activities-list li a:hover .activities-top h3{
    color: #05459b;
}
.activities-list li a:hover .activities-img img{
    transform: scale(1.1);
}
.public-more{
    display: block;
    width: 157px;
    height: 50px;
    border: 1px solid #05459b;
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    color: #666;
    font-size: 16px;
    font-family: "SanRegular";
    margin: 0 auto 52px;
    transition: all .5s;
}
.public-more:hover{
    color: #05459b;
}
@media(max-width: 1400px){
    .activities-list{
        margin-left: -30px;
        margin-right: -30px;
    }
    .activities-list li{
        padding: 0 30px;
    }
}
@media(max-width: 1200px){
    .activities-list{
        margin-left: -20px;
        margin-right: -20px;
    }
    .activities-list li{
        padding: 0 20px;
    }
    .title-infor{
        padding-left: 50px;
        padding-right: 50px;
    }
    .responsibility-list li:last-child .responsibility-txt{
        margin-left: 30px;
    }
    .activities-top h3{
        min-height: 90px;
    }
}
@media(max-width: 991px){
    .activities-list{
        margin-left: 0px;
        margin-right: 0px;
    }
    .activities-list li{
        padding: 0px;
        width: 100%;
        float: none;
    }
    .title-infor{
        padding-left: 0px;
        padding-right: 0px;
    }
    .responsibility-list li{
        flex-wrap: wrap;
    }
    .responsibility-img{
        width: 100%;
    }
    .responsibility-item{
        width: 100%;
        padding: 30px 20px;
    }
    .title-infor{
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .charitable-activity .cultural-title{
        margin-top: 20px;
    }
    .activities-top h3{
        min-height: 30px;
        margin-bottom: 15px;
    }
    .activities-list li{
        margin-bottom: 30px;
    }
    .activities-list li:last-child{
        margin-bottom: 0px;
    }
    .activities-more{
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
@media(max-width: 599px){
    .social-nav-ul li{
        margin-right: 0px;
    }
    .responsibility-list li:last-child .responsibility-txt{
        margin-left: 18px;
    }
}
/* 社会创新 */
.corp-innovation{
    padding-top: 112px;
    padding-bottom: 120px;
}
.innovation-list li{
    display: flex;
    margin-bottom: 70px;
}
.innovation-list li:last-child{
    flex-direction: row-reverse;
    margin-bottom: 0px;
}
.innovation-item{
    width: 50%;
}
.innovation-left{
    padding-right: 34px;
}
.innovation-right{
    padding-left: 34px;
}
.innovation-img{
    width: 100%;
    overflow: hidden;
}
.innovation-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.innovation-imgsmall{
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}
.innovation-imgsmall .innovation-img:first-child{
    margin-right: 4px;
}
.innovation-titles h3{
    font-size: 36px;
    line-height: 36px;
    color: #333;
    margin-bottom: 18px;
    font-family: "SanRegular";
}
.innovation-titles span{
    font-size: 18px;
    color: #05459b;
    font-family: "SanRegular";
}
.innovation-tags{
    margin-top: 20px;
    margin-bottom: 32px;
}
.innovation-tags span{
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    font-family: "SanRegular";
    margin-right: 44px;
    padding-left: 16px;
    position: relative;
}
.innovation-tags span:last-child{
    margin-right: 0px;
}
.innovation-tags span::after{
    position: absolute;
    width: 6px;
    height: 6px;
    content: "";
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    background-color: #bfbfbf;
    border-radius: 3px;
}
.innovation-txt{
    font-size: 16px;
    line-height: 30px;
    text-indent: 32px;
    font-family: "SanNormal"; 
    color: #666;
}
.pro-innovation{
    margin-top: 50px;
}
.innovation-img:hover img{
    transform: scale(1.1);
}
@media(max-width: 1400px){
    .innovation-txt{
        font-size: 14px;
        line-height: 24px;
        text-indent: 28px;
    }
}
@media(max-width: 1200px){
    .innovation-left{
        padding-right:20px;
    }
    .innovation-right{
        padding-left:20px;
    }
    .pro-innovation{
        margin-top: 30px;
    }
    .corp-innovation{
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media(max-width: 991px){
    .innovation-list li{
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .innovation-item{
        width: 100%;
    }
    .innovation-item:first-child{
        margin-bottom: 30px;
    }
    .innovation-left{
        padding-right:0px;
    }
    .innovation-right{
        padding-left:0px;
    }
    .pro-innovation{
        margin-top: 30px;
    }
    .corp-innovation{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .innovation-tags{
        margin-bottom: 20px;
    }
    .innovation-titles h3{
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .pro-innovation{
        margin-top: 15px;
    }
    .innovation-tags span{
        margin-right: 24px;
    }
}
/* 集团资讯 */
.news-list{
    margin-left: -37px;
    margin-right: -37px;
}
.news-list li{
    float: left;
    width: 33.3333%;
    padding: 0 37px;
    margin-bottom: 60px;
}
.news-top span{
    color: #969696;
}
.news-txt{
    line-height: 30px;
    color: #666;
    font-size: 16px;
    font-family: "SanNormal"; 
    margin-top: 20px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news-list li:hover .news-img img{
    transform: scale(1.1);
}
.news-list li:hover .news-top h3{
    color: #05459b;
}
@media(max-width: 1400px){
    .news-list{
        margin-left: -30px;
        margin-right: -30px;
    }
    .news-list li{
        padding: 0 30px;
    }
}
@media(max-width: 1200px){
    .news-list{
        margin-left: -20px;
        margin-right: -20px;
    }
    .news-list li{
        padding: 0 20px;
    }
    .news-top h3{
        min-height:60px;
    }
}
@media(max-width: 991px){
    .news-list{
        margin-left: 0px;
        margin-right: 0px;
    }
    .news-list li{
        padding: 0px;
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .news-list li:last-child{
        margin-bottom: 0px;
    }
    .news-top h3{
        min-height:30px;
    }
    .news-more{
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
.vedio-list{
    margin-left: -50px;
    margin-right: -50px;
}
.vedio-list li{
    float: left;
    width: 50%;
    padding: 0 50px;
    margin-bottom: 40px;
}
.vedio-img{
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    font-size: 0;
}
.vedio-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.vedio-img video{
    display: block;
    width: 100%;
    transition: all .5s;
}
.vedio-play{
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .3) url(../img/play_vedio.png) no-repeat center;
    top: 0px;
    left: 0px;
}
.vedio-list li p{
    margin-top: 19px;
    min-height: 48px;
    font-size: 18px;
    text-align: center;
    font-family: "SanNormal"; 
}
.vedio-list li:hover .vedio-img img{
    transform: scale(1.1);
}
.vedio-list li:hover p{
    color: #05459b;
}
.group-news{
    padding-bottom: 60px;
}
@media(max-width: 1200px){
    .vedio-list{
        margin-left: -25px;
        margin-right: -25px;
    }
    .vedio-list li{
        padding: 0 25px;
        margin-bottom: 20px;
    }
}
@media(max-width: 991px){
    .vedio-list{
        margin-left: -0px;
        margin-right: -0px;
    }
    .vedio-list li{
        float: none;
        width: 100%;
        padding: 0px;
        margin-bottom: 25px;
    }
    .vedio-list li p{
        min-height: 24px;
    }
    .group-news{
        padding-bottom: 30px;
    }
    .vedio-play{
        background-size: 67px 67px;
    }
}
/* 用人理念 */
.news-main{
    position: relative;
    padding-top: 94px;
}
.news-img{
    width: 100%;
    overflow: hidden;
}
.news-img img{
    display: block;
    width: 100%;
}
.talent-list{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: flex;
}
.talent-list li{
    width: 25%;
    display: flex;
    flex-direction: column;
}
.talent-title{
    width: 100%;
    line-height: 94px;
    height: 94px;
    text-align: center;
    font-size: 18px;
    font-family: "SanRegular";
}
.talent-list li:nth-child(odd) .talent-title{
    background-color: #eee;
}
.talent-list li:nth-child(even) .talent-title{
    background-color: #f6f6f6;
}
.talent-info{
    display: flex;
    height: 100%;
    color: #fff;
    text-align: center;
    flex-direction: column;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 135px;
    font-family: "SanRegular";
    line-height: 36px;
}
.talent-list li:nth-child(even) .talent-info{
    background: rgb(255, 255, 255, .19);
}
.recruit-list li{
    margin-bottom: 20px;
}
.recruit-list li:last-child{
    margin-bottom: 0px;
}
.recruit-ques{
    width: 100%;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding-left: 85px;
    padding-right: 80px;
    background-color: #f7f7f7;
    transition: all .6s;
}
.recruit-ques h3{
    font-size: 16px;
    font-family: "SanNormal"; 
    color: #333;
}
.recruit-btn{
    width: 32px;
    height: 32px;
    border: 1px solid #9b9b9b;
    border-radius: 50%;
    background-image: url(../img/add_icon.png);
    background-repeat: no-repeat;
    transition: all .6s;
    background-position: center;
}
.recruit-list li:hover .recruit-ques,
.recruit-list li.on .recruit-ques{
    background-color: #05459b;
}
.recruit-list li:hover .recruit-btn,
.recruit-list li.on .recruit-btn {
    border-color: #fff;
    background-image: url(../img/slice_icon.png);
}
.recruit-list li:hover .recruit-ques h3,
.recruit-list li.on .recruit-ques h3{
    color: #fff;
}
.recruit-answer{
    padding-left: 85px;
    padding-right: 80px;
    padding-top: 24px;
    font-family: "SanNormal"; 
    display: none;
}
.recruit-info h3{
    font-size: 16px;
    line-height: 24px;
    font-family: "SanNormal"; 
    margin-bottom: 6px;
    margin-top: 32px;
    color: #05459b;
}
.recruit-info{
    margin-bottom: 54px;
}
.recruit-info p{
    line-height: 30px;
    font-size: 16px;
    color: #333;
}
.wecolme-info{
    font-family: "SanNormal"; 
    margin-top: 36px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding-left: 85px;
}
.group-recruit{
    padding-bottom: 95px;
}
@media(max-width: 1400px){
    .talent-info{
        padding-top: 85px;
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media(max-width: 1200px){
    .talent-info{
        padding-top: 50px;
        padding-left: 25px;
        padding-right: 25px;
        line-height: 32px;
    }
    .recruit-ques{
        padding-left: 50px;
        padding-right: 50px;
    }
    .recruit-answer{
        padding-left: 50px;
        padding-right: 50px;
    }
    .wecolme-info{
        padding-left: 50px;
    }
}
@media(max-width: 991px){
    .talent-list{
        position: relative;
        flex-wrap: wrap;
    }
    .talent-list li{
        width: 50%;
    }
    .news-main{
        padding-top: 0px;
    }
    .talent-info{
        color: #333;
        padding: 30px;
        padding-top: 0px;
    }
    .talent-list li:nth-child(odd) .talent-info{
        background-color: #eee;
    }
    .talent-list li:nth-child(even) .talent-info{
        background-color: #f6f6f6;
    }
    .talent-title{
        height: 50px;
        line-height: 50px;
    }
    .recruit-ques{
        padding-left: 15px;
        padding-right: 15px;
    }
    .recruit-answer{
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
    }
    .recruit-info h3{
        margin-top: 22px;
    }
    .recruit-info{
        margin-bottom: 30px;
    }
    .wecolme-info{
        margin-top: 25px;
        padding-left: 15px;
    }
    .group-recruit{
        padding-bottom: 50px;
    }
}
@media(max-width: 599px){
    .talent-list li{
        width: 100%;
    }
}
/* 联系我们 */
.contact-main{
    background-color: #f9f9f9;
}
.contact-title{
    margin-top: 80px;
    margin-bottom: 63px;
}
.contact-title h3{
    color: #05459b;
    font-size: 24px;
    text-align: center;
    font-family: "SanRegular";
    line-height: 24px;
}
.contact-list{
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 40px;
    display: flex;
}
.contact-list li{
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: center;
}
.contact-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 22px;
}
.contact-icon img{
    transition: all .5s;
}
.contact-list li h3{
    margin-bottom: 4px;
    line-height: 24px;
    font-size: 16px;
    color: #333;
    font-family: "SanNormal"; 
}
.contact-list li p{
    color: #666;
    font-family: "SanNormal"; 
    max-width: 178px;
    min-height: 66px;
    line-height: 22px;
    text-align: center;
}
.contact-list li::after{
    position: absolute;
    height: 104px;
    content: "";
    width: 1px;
    background-color: #d7d7d7;
    top: 50%;
    margin-top: -74px;
    right: 0px;
}
.contact-list li:last-child::after{
    display: none;
}
.contact-list li:hover .contact-icon img{
    transform: rotateY(180deg);
}
.contact-other{
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 80px;
    margin-bottom: 108px;
}
.contact-other .contact-item{
    float: left;
    width: 33.3333%;
    padding: 0 20px;
}
.contact-info{
    width: 100%;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    padding-top: 48px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 15px;
}
.contact-info h3{
    color: #05459b;
    font-size: 18px;
    line-height: 24px;
    font-family: "SanRegular";
    margin-bottom: 15px;
}
.contact-txt{
    font-size: 16px;
    color: #666;
    line-height: 24px;
    min-height: 144px;
    color: #666;
    font-family: "SanNormal";
}
.contact-txt span{
    color: #fff;
}
#map{
    width: 100%;
    position: relative;
}
#allmap{
    width: 100%;
    height: 830px;
    position: relative;
}
.inside-contact-txt{
    background: rgba(0, 0, 0, .25);
    height: 100%;
}
@media(max-width: 1200px){
    .contact-other{
        margin-left: -12px;
        margin-right: -12px;
    }
    .contact-other .contact-item{
        padding: 0 12px;
    }
    #allmap{
        height: 580px;
    }
}
@media(max-width: 991px){
    .contact-other{
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 40px;
        margin-bottom: 55px;
    }
    .contact-other .contact-item{
        padding: 0px;
        float: none;
        margin-bottom: 20px;
        width: 100%;
    }
    .contact-other .contact-item:last-child{
        margin-bottom: 0px;
    }
    .contact-info{
        padding: 28px 25px;
    }
    .contact-txt{
        min-height: 24px;
    }
    .contact-list{
        flex-wrap: wrap;
        padding-bottom: 10px;
    }
    .contact-list li{
        width: 50%;
        margin-bottom: 20px;
    }
    .contact-list li:nth-child(2)::after{
        display: none;
    }
    .contact-list li p{
        min-height: 22px;
        max-width: 100%;
        padding:  0 20px;
    }
    .contact-title{
        margin-top: 50px;
        margin-bottom: 30px;
    }
    #allmap{
        height: 400px;
    }
}
@media(max-width: 599px){
    .contact-list li{
        width: 100%;
    }
    .contact-list li::after{
        display: none;
    }
    #allmap{
        height: 350px;
    }
}
/* 首页 */
.home-header{
    position: fixed;
    left: 0px;
    top: 0px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
header.one{
    background: none;
    box-shadow: none;
    border-bottom: 1px solid rgb(255, 255, 255, .18);
} 
header.two{
    background-color: #fff;
}
.home-header .logo img{
    display: none;
}
header.two .logo .logo-on{
    display: block;
}
header.one .logo .logo-un{
    display: block;
}
header.one .nav-ul li a{
    color: #fff;
    border-bottom: none;
}
header.one .nav-ul li:hover a,
header.one .nav-ul li.nav-active a{
    color: #05459b;
}
header.one .search-box .submit{
    width: 19px;
    height: 18px;
    padding: 0;
    position: absolute;
    right: 31px;
    top: 32px;

    /* background:red url(../img/sou_icon.png) no-repeat center; */
}
header.one .search-box{
    border-right: 1px solid rgb(255, 255, 255, .18);
    border-left: 1px solid rgb(255, 255, 255, .18);
}
header.two .search-box .submit{
    background: url(../img/sou_icon_on.png) no-repeat center;
    width: 19px;
    height: 18px;
    padding: 0;
    position: absolute;
    right: 31px;
    top: 32px;
}
header.two .search-box{
    border-right: 1px solid rgb(244, 244, 244, 1);
    border-left: 1px solid rgb(244, 244, 244, 1);
}
header.one #navToggle .line{
    background-color: #fff;
}
header.two #navToggle .line{
    background-color: #969696;
}

header.two .search-box .search-icon{
    background: url(../img/sou_icon_on.png) no-repeat center;
}
header.two .search-box.on .search-text{
    color: #ccc;
}


@media(max-width: 1400px){
    .banner-swiper .swiper-slide{
        display: flex;
    }
    .banner-swiper .swiper-slide a{
        display: flex;
        height: 100%;
    }
}
@media(max-width: 991px){
    .banner-swiper .swiper-slide{
        display: block;
    }
    .banner-swiper .swiper-slide a{
        display: block;
        height: auto;
    }
}
.banner{
    position: relative;
}
.banner-lists{
    width: 1404px;
    position: absolute;
    bottom: 90px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
}
.banner-ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.banner-ul li{
    margin-right: 6px;
    background-color: #fff;
    flex: 1;
}
.banner-ul li:last-child{
    margin-right: 0px;
}
.banner-ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 23px;
}
.banner-left h3{
    font-size: 18px;
    line-height: 24px;
    color: #333;
    margin-bottom: 5px;
    font-family: "SanRegular";
}
.banner-left span{
    color: #666;
    font-family: "SanRegular";
    font-size: 16px;
    line-height: 24px;
}
.banner-slides li{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
}
.banner .flex-control-nav{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px; 
    padding-left: 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner .flex-control-nav li a{
    display: block;
    color: transparent;
    width: 18px;
    height: 3px;
    border-radius: 0px;
    opacity: .4;
    background:#fff;
    margin-bottom: 7px;
}
.banner-num{
    position: absolute;
    width: 30px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    left: 104px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    font-family: "SanMedium";
}
.banner .flex-control-nav li a.flex-active{
    width: 30px;
    opacity: 1;
}
@media(max-width: 1600px){
    .banner-lists{
        width: 1200px;
        bottom: 60px;
    }
}
@media(max-width: 1200px){
    .banner-lists{
        width: 970px;
        bottom: 40px;
    }
    .banner-ul li a{
        padding-left: 15px;
        padding-right: 15px;
    }
    .banner-left{
        width: calc(100% - 35px);
        padding-right: 5px;
    }
    .banner-left span{
        font-size: 14px;
        line-height: 20px;
    }
}
@media(max-width: 991px){
    .banner-lists{
        width: 100%;
        bottom: 25px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .banner-ul li{
        width: 100%;
        flex: none;
        margin-right: 0px;
        border-bottom: 1px solid #d7d7d7;
    }
    .banner-ul{
        flex-wrap: wrap;
    }
    .banner-ul li a{
        padding: 5px 10px;
    }
    .banner-left h3{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0px;
    }
}
@media(max-width: 767px){
    .banner .flex-control-nav{
        padding-left: 30px;
    }
    .banner-num{
        left: 80px;
    }
}
/* 模块2 */
.public-sec{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.fengqiu-group{
    width: 100%;
    background-image: url(../img/section2_bg.png);
}
.public-container{
    width: 1600px;
    margin: 0 auto;
    padding-top: 80px;
}
.fengqiu-group-main{
    display: flex;
    height: 100%;
    padding-right: 128px;
    justify-content: space-between;
    position: relative;
}

.lizi-bgw{
    position: absolute;
    width: 100%;
    bottom: 75px;
}

.line-bg{
    background: url(../img/lizi_bg.png) no-repeat center;
    width: 825px;
    height: 810px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    display: none
}
.linew1{
    top: 499px;
    right: 437px;
    position: absolute;
}

.linew2{
    top: 502px;
    left: 389px;
    position: absolute;
}
.linew3{
    bottom: 306px;
    left: 387px;
    position: absolute;
}
.linew4{
    bottom: 306px;
    left: 387px;
    position: absolute;
}
.linew5{
    bottom: 306px;
    right: 435px;
    position: absolute;
}
.linew6{
    bottom: 306px;
    right: 435px;
    position: absolute;
}
.linew7{
    bottom: 306px;
    right: 435px;
    position: absolute;
}
.linew8 {
    top: 483px;
    right: 435px;
    position: absolute;
}
.linew9 {
    top: 503px;
    right: 434px;
    position: absolute;
}
.linew10 {
    top: 501px;
    right: 432px;
    position: absolute;
}
.linew1 img,.linew2 img,.linew3 img,
.linew4 img,.linew5 img,.linew6 img,
.linew7 img,.linew8 img,.linew9 img,
.linew10 img
{
    width: 0;
}
@media(max-width:991px){
    .lizi-bgw{
        display: none;
    }
}


@media(max-width:1200px){
    .line-bg{
        display:none;
    }
    .lizi-bgw img{
        width: 100%;
    }
}



.fengqiu-left{
    width: 42.5%;
    position: relative;
    z-index: 1;
    display: flex;
    height: 100%;
    flex-direction: column;
    /* justify-content: center; */
    padding-top: 100px;
}
.fengqiu-title h3{
    font-size: 36px;
    line-height: 36px;
    color: #333;
    font-family: "SanBold";
    margin-bottom: 18px;
}
.fengqiu-title span{
    font-size: 32px;
    line-height: 32px;
    color: #05459b;
    font-family: "SanBold";
}
.fengqiu-title-txt{
    font-size: 24px;
    color: #333;
    font-family: "SanBold";
    line-height: 30px;
    margin-top: 28px;
    margin-bottom: 32px;
}
.fengqiu-info{
    font-size: 16px;
    line-height: 30px;
    color: #666;
    font-family: "SanNormal";
    min-height: 150px;
    margin-bottom: 15px;
}
.to-fengqiu{
    font-family: "SanNormal";
    color: #05459b;
    font-size: 16px;
    display: block;
    margin-bottom: 35px;
    transition: all .5s;
    line-height: 24px;
}
.to-fengqiu:hover{
    transform: translateX(8px);
}
.fengqiu-vedio{
    width: 314px;
    overflow: hidden;
    position: relative;
    border: 10px;
}
.fengqiu-vedio img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.fengqiu-vedio:hover img{
    transform: scale(1.1);
}
.fengqiu-vedio .vedio-play{
    background-size: 52px 52px;
}
.fengqiu-right{
    width: 30%;
    margin-top: 145px;
}
.fengqiu-right li{
    border-top: 1px solid #d6d6d6;
    padding-top: 40px;
    padding-bottom: 32px;
    display: flex;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
}
.fengqiu-right li h4{
    font-size: 18px;
    line-height: 24px;
    color: #333;
}
.fengqiu-times{
    display: flex;
    align-items: flex-end;
    width: 130px;
    color: #05459b;
    font-size: 20px;
}
.fengqiu-times span{
    display: block;
    font-size: 48px;
    line-height: 48px;
}
.fengqiu-times p{
    margin-bottom: 6px;
}
.home-manu{
    background-image: url(../img/section3_bg.png);
}
.home-news{
    overflow: hidden;
    background-image: url(../img/section4_bg.png);
}
.home-news-title{
    margin-top: 80px;
    display: flex;
    margin-bottom: 45px;
    align-items: flex-end;
}
.home-news-title h3{
    font-size: 32px;
    line-height: 32px;
    font-family: "SanBold";
    margin-right: 15px;
}
.home-news-title span{
    font-size: 16px;
    color: #969696;
    font-family: "SanBold";
    line-height: 20px;
    display: block;
}
.home-news-list{
    margin-left: -16px;
    margin-right: -16px;
}
.hnews-main{
    position: relative;
    width: 100%;
}
.hnews-main::after{
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #d7d9dd;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    z-index:3;
}
.home-news-list li{
    float: left;
    width: 50%;
    padding: 0 16px;
    margin-bottom: 28px;
    position: relative;
}
.home-news-list li:nth-child(odd):after{
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #05459b;
    background-color: #f6f6f6;
    z-index: 33;
}
.hnews-item{
    width: 100%;
    border: 3px solid transparent;
    display: flex;
    justify-content: space-between;
    padding-left: 28px;
    padding-right: 42px;
    padding-top: 29px;
    padding-bottom: 29px;
    background-color: #fff;
}
.hnews-info{
    width: calc(100% - 335px);
    padding-right: 52px;
    margin-top: 10px;
}
.hnews-date{
    margin-bottom: 25px;
}
.hnews-date h2{
    font-size: 42px;
    line-height: 42px;
    color: #333;
    font-family: "SanBold";
    margin-bottom: 2px;
}
.hnews-date span{
    color: #666;
    font-size: 16px;
    line-height: 24px;
    display: block;
    font-family: "SanRegular";
}
.hnews-txt h3{
    font-size: 22px;
    line-height: 30px;
    color: #333;
    margin-bottom: 12px;
    font-family: "SanRegular";
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hnews-txt p{
    color: #969696;
    font-size: 16px;
    line-height: 26px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: "SanRegular";
}
.hnews-img{
    width: 335px;
    overflow: hidden;
}
.hnews-img img{
    width: 100%;
    transition: all .5s;
    display: block;
}
.home-news-list li:hover .hnews-item{
    border-color: #05459b;
}
.home-news-list li:hover .hnews-img img{
    transform: scale(1.1);
}
.home-news-list li:hover .hnews-txt h3{
    color: #05459b;
}
.more-hnew{
    text-align: center;
    margin-top: 12px;
}
.more-hnew a{
    display: inline-block;
    line-height: 22px;
    font-size: 16px;
    color: #969696;
    border-bottom: 2px solid #7f7f7f;
}
.more-hnew a:hover{
    color: #05459b;
    border-bottom-color: #05459b;
}
#banners{
    display: none;
}
#pbanner{
    display: none;
}
@media(max-width: 1700px){
    .public-container{
        width: 1400px;
    }
    .hnews-info{
        padding-right: 30px;
    }
    .hnews-item{
        padding-right: 30px;
    }
    .more-hnew{
        margin-bottom: 30px;
    }
    .fengqiu-group-main{
        padding-right: 60px;
    }
    .fengqiu-right{
        width: 37%;
    }
    .fengqiu-left{
        width: 45%;
        padding-top: 60px;
    }
}
@media(max-width: 1400px){
    .public-container{
        width: 1200px;
    }
    .hnews-img{
        width: 280px;
    }
    .hnews-info{
        width: calc(100% - 280px);
        margin-top: 0px;
    }
    .hnews-txt h3{
        font-size: 18px;
        margin-bottom: 5px;
        line-height: 26px;
    }
    .home-news-title{
        margin-top: 60px;
    }
    .hnews-date{
        margin-bottom: 10px;
    }
    .fengqiu-title-txt{
        font-size: 20px;
        line-height: 26px;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .fengqiu-info{
        line-height: 24px;
        font-size: 14px;
        min-height: 120px;
    }
    .fengqiu-right{
        margin-top: 100px;
    }
    .fengqiu-right li{
        padding-top: 30px;
        padding-bottom: 25px;
    }
}
@media(max-width: 1200px){
    .public-container{
        width:100%;
        padding-left: 25px;
        padding-right: 25px;
    }
    .home-news-title{
        margin-top: 35px;
        margin-bottom: 30px;
    }
    .hnews-img{
        width: 220px;
        display: flex;
        align-items: center;
    }
    .hnews-info{
        width: calc(100% - 220px);
    }
    .hnews-txt h3{
        min-height:52px;
    }
    .fengqiu-times{
        align-items: center;
    }
    .fengqiu-times span{
        font-size: 42px;
        line-height: 42px;
    }
    .fengqiu-right{
        width: 39%;
    }
    .fengqiu-left{
        width: 48%;
    }
}
@media(max-width: 991px){
    .home-news-list{
        margin: 0px;
    }
    .home-news-list li{
        float: none;
        padding: 0px;
        width: 100%;
    }
    .home-news-list li:nth-child(2n+1)::after{
        display: none;
    }
    .hnews-txt h3{
        min-height:28px;
    }
    .hnews-main::after{
        display: none;
    }
    .fengqiu-group-main{
        flex-wrap: wrap;
    }
    .fengqiu-right{
        width: 100%;
        margin-top: 30px;
    }
    .fengqiu-left{
        width: 100%;
        padding-top: 40px;
    }
    .fengqiu-info{
        min-height: 30px;
    }
    .fengqiu-right li{
        align-items: center;
    }
    .fengqiu-times p{
        margin-bottom: 0px;
    }
    .public-container{
        padding-top: 10px;
    }
    .hnews-container{
        padding-top: 20px;
    }
    .banner-slides{
        display: none;
    }
    #banners{
        display: block;
    }
    .home-header{
        position: relative;
    }
    .banner-lists{
        bottom: auto;
        margin-top: 20px;
        position: relative;
    }
    .banner-ul li a{
        padding-left: 0px;
        padding-right: 0px;
    }
    .banner-num{
        transform: translateY(0px);
        margin-top: -106px;
    }
}
@media(max-width: 767px){
    .public-container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .hnews-item{
        padding: 25px;
        flex-direction: column-reverse;
    }
    .hnews-img{
        width: 100%;
        margin-bottom: 15px;
    }
    .hnews-info{
        width:100%;
    }
    .more-hnew{
        margin-bottom: 20px;
    }
    .fengqiu-times{
        width: auto;
    }
    .fengqiu-times span{
        font-size: 36px;
        line-height: 36px;
    }
    .fengqiu-right li{
        padding-top: 20px;
        padding-bottom: 15px;
        padding-left: 0px;
        padding-right: 0px;
    }
}
/* 首页模块三 */
.inliner-banner,.inliner-banner-con{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	z-index: 5;
}
.inliner-banner{
    overflow: hidden !important;
}
.inliner-banner-con{
	background: none;
}
.inliner-banner ul,.inliner-banner-con ul{
	width: 100%;
	height: 100%;
}
.inliner-banner li,.inliner-banner-con li{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 100%;
	text-align: center;
	transform: scale(0.8);
	z-index: 1;
}
.inliner-banner li{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.inliner-banner li,
.inliner-banner-con li{
    left: 100%;
    transform: scale(0.8);
}
.inliner-banner li.index,.inliner-banner-con li.index{
	z-index: 2;
}
.inliner-banner li:first-child,
.inliner-banner-con li:first-child{
	left: 0;
	transform: scale(1);
}
.inliner-banner li a,
.inliner-banner-con li a{
	display: block;
	width: 100%;
	height: 100%;
}
.home-manu .inliner-list{
    width: 690px;
	height: 690px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -345px 0 0 -345px;
	z-index: 5;
	border: 1px dashed #fff;
	border-radius: 50%;
	transform: scale(1);
}
.home-manu .inliner-list::after{
	width: 566px;
	height: 566px;
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	margin: -283px 0px 0px -283px;
	background: url(../img/hpro_circle.png) no-repeat center;
	z-index: 6;
	-webkit-animation: spinners 1.5s infinite linear;
          animation: spinners 1.5s infinite linear;
}
@-webkit-keyframes spinners {
	0% {
	  -webkit-transform: rotate(0deg);
			  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
			  transform: rotate(360deg);
	}
}
@keyframes spinners {
	0% {
	  -webkit-transform: rotate(0deg);
			  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
			  transform: rotate(360deg);
	}
}
.inliner-list .inline-ul li{
	position: absolute;
	width: 76px;
	height: 76px;
	border-radius: 50%;
	background-color: #afb9c8;
	line-height: 76px;
	text-align: center;
	z-index: 33;
}
.inliner-list .inline-ul li.on{
    background: #05459b;
}
.inline-ul li:first-child{
	top: -38px;
	left: 50%;
	margin-left: -38px;
}
.inline-ul li:nth-child(2){
	top: 50%;
    right: -14px;
    margin-top: 80px;
	/* margin-top: -38px; */
}
.inline-ul li:nth-child(3){
	/* bottom: -38px; */
	/* left: 50%; */
    left: -14px;
    top: 50%;
    margin-top: 80px;
}
.inline-ul li:nth-child(4){
	top: 50%;
	left: -38px;
	margin-top: -38px;
}
.inline-ul{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.inliner-banner-con li .con{
    display: block;
	width: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -130px 0 0 -250px;
	transform: scale(1);
}
.inliner-banner-con li:first-child .con{
    transform: scale(1);
}
.inliner-banner-con li h3{
	font-size: 36px;
	line-height: 36px;
	color: #fff;
    font-family: "SanBold";
}
.inliner-banner-con li h2{
	font-size: 32px;
	line-height: 32px;
	margin-top: 14px;
	margin-bottom: 35px;
	color: #fff;
    font-family: "SanBold";
}
.inliner-banner-con li .hpro-des{
	font-size: 16px;
	line-height: 32px;
	max-width: 385px;
	margin: 0 auto;
	color: #ffffff;
	text-align: center;
    min-height: 96px;
    font-family: "SanLight";
	margin-bottom: 5px;
}
.inliner-banner-con li .hpro-txt{
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
	text-align: center;
    font-family: "SanLight";
}
@media(max-width: 1700px){
    .home-manu .inliner-list{
        width: 606px;
        height: 606px;
        margin: -303px 0 0 -303px;
        z-index: 5;
    }
    .home-manu .inliner-list::after{
        width: 482px;
	    height: 482px;
        margin: -241px 0px 0px -241px;
    }
}
@media(max-width: 991px){
    .home-manu .inliner-list{
        width: 440px;
        height: 440px;
        margin: -240px 0 0 -220px;
        z-index: 5;
    }
    .home-manu .inliner-list::after{
        display: none;
    }
    .inliner-list .inline-ul li{
        width: 58px;
        height: 58px;
        line-height: 58px;
    }
    .inline-ul li:first-child{
        top: -29px;
        margin-left: -29px;
    }
    .inline-ul li:nth-child(2){
        right: -2px;
        /* margin-top: -29px; */
    }
    .inline-ul li:nth-child(3){
        /* bottom: -29px;
        margin-left: -29px; */
        left: -2px;
    }
    .inliner-banner-con li h3{
        font-size: 32px;
        line-height: 32px;
    }
    .inliner-banner-con li h2{
        font-size: 26px;
        line-height: 26px;
        margin-top: 10px;
        margin-bottom: 18px;
    }
    .inliner-banner-con li .hpro-des{
        font-size: 14px;
        line-height: 22px;
        max-width: 350px;
        min-height: 24px;
        margin-bottom: 20px;
    }
    .inliner-banner-con li .hpro-txt{
        font-size: 14px;
        line-height: 22px;
    }
}
@media(max-width: 599px){
    .home-manu .inliner-list{
        display: none;
    }
}
.dc-phone{
    display: none;
}
@media(max-width: 991px) {
    .dc-pc{
        display: none;
    }
    /*#banners{*/
        /*display: none;*/
    /*}*/
    .dc-phone{
        display: block;
    }
}


/*友情链接*/

.friend-link{
    width:50%;
    height: 36px;
    border: 1px solid #05459b;
    margin-top: 30px;
}
.link-select{
    width: 100%;
    line-height: 34px;
    font-size: 16px;
    color: #333;
    padding-left: 20px;
    background: none;
    border: none;
    height: 34px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url(../img/link_icon.png) no-repeat scroll right 15px center transparent;
}
select::-ms-expand { 
    display: none; 
}
@media(max-width:1920px){
    .friend-link{
        width:60%;
    }
    .link-select{
        font-size: 14px;
    }
}
.section3 {
    overflow: hidden;
}