.text1{
    text-align: center;
}

.text1 h3{
    font-size: 30px;
    color: #333;
    display: inline-block;
    border: 1px solid #ddd;
    line-height: 50px;
    padding: 0 25px;
    position: relative;
}

.text1 h3::before{
    position: absolute;
    content: '';
    background-color: #ddd;
    width: 120%;
    height: 2px;
    top: 24px;
    left: -110%;
}

.text1 h3::after{
    position: absolute;
    content: '';
    background-color: #ddd;
    width: 120%;
    height: 2px;
    top: 24px;
    right: -110%;
}

.text1 h4{
    font-size: 18px;
    color: #666;
    line-height: 36px;
}

.all1{
    display: flex;
    align-items: center;
    margin-top: 80px;
}

.left1{
    width: 50%;
}

.left1 img{
    width: 100%;
}

.right1{
    width: 50%;
    padding-left:5%;
}

.right1 h5{
    font-size: 15px;
    color: #a3a3a3;
    line-height: 26px;
}

.fuwu1{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 95px;
    margin-bottom: 30px;
}

.fuwu1 li {
    text-align: center;
    width: 23.5%;
}

.fuwu1 li h3 {
    font-size: 18px;
    color: #333;
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 1em;
}

.fuwu1 li h3::before{
    position: absolute;
    content: '';
    background: #009b4d;
    height: 4px;
    width: 26%;
    left: 38%;
    bottom: 0;
}

.fuwu1 li h4{
    font-size: 14px;
    color: #aaa;
    margin-top: 20px;
    line-height: 1.5;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.alls1{
    padding-top: 50px;
    padding-bottom: 108px;
}

.texts{
    margin-top: 108px;
}

.honor1{
    margin-top: 75px;
}

.honor-list .owl-carousel .owl-nav{
    display: block;
}

.honor-list .owl-carousel {
    position: relative;
}

.honor-list .owl-carousel .banner-item a {
    display: block;
}

.honor-list .owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.honor-list .owl-carousel .owl-nav .owl-next {
    right: 0;
}

.honor-list .owl-carousel .owl-nav button.owl-prev{
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    background: #424246;
    height: 65px;
    width: 50px;
    margin-top: -32.5px;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    left: -5%;
}

.honor-list .owl-carousel .owl-nav button.owl-next{
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    background: #424246;
    height: 65px;
    width: 50px;
    margin-top: -32.5px;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    right: -5%;
}

.honor-list .owl-carousel .owl-nav button.owl-prev:hover, .honor-list .owl-carousel .owl-nav button.owl-next:hover {
    background: #009b4d;
}

.honor-list .owl-carousel .owl-nav .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.honor-list .owl-carousel .owl-nav .icon-left-arrow:after {
    background-position: -34px -180px;
}

.honor-list .owl-carousel .owl-nav .icon-right-arrow:after {
    background-position: -26px -480px;
}

@media(max-width:1199px){
    .honor-list .owl-carousel .owl-nav{
        display: none;
    }
    .left1{
        width: 100%;
    }

    .right1{
        width: 100%;
        margin-top: 25px;
    }

    .all1{
        display: block;
    }
}

@media(max-width:991px){
    .page-banner{
        /* padding-top: 60px; */
    }
    .text1 h3{
        font-size: 24px;
    }
    .text1 h4{
        font-size: 16px;
    }
    .all1{
        margin-top: 40px;
    }
    .fuwu1 li{
        width: 48%;
        margin-top: 15px;
    }
    .fuwu1{
        margin-top: 40px;
    }
    .texts{
        margin-top: 66px;
    }
    .honor1{
        margin-top: 35px;
    }
    .text1 h3::before {
        position: absolute;
        content: '';
        background-color: #ddd;
        width: 77%;
        height: 2px;
        top: 24px;
        left: -66%;
    }
    .text1 h3::after {
        position: absolute;
        content: '';
        background-color: #ddd;
        width: 77%;
        height: 2px;
        top: 24px;
        right: -66%;
    }
    .fuwu1 li h3{
        font-size: 16px;
    }
    .alls1{
        padding-top: 36px;
        padding-bottom: 30px;
    }
    
}







.tellme1{
    padding-top: 50px;
    padding-bottom: 100px;
}

.telus{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 75px;
}

.telus li{
    width: 25%;
    text-align: center
}

.telus li h3{
    font-size: 12px;
    color: #3e3e3e;
    margin-top: 20px;
}

.map1{
    margin-top: 50px;
    overflow: hidden;
}

@media(max-width:991px){
    .telus li{
        width: 50%;
        margin-top: 20px;
    }
    .map1 iframe{
        width: 100%;
        height: 360px;
    }
}





@media (min-width: 1200px){
.container {
    width: 1170px;
}
}

@media (min-width: 1400px){
.container {
    width: 1400px;
}
}




















/*分界线-----------------------------------------------------------------------------------------------------------*/


















.a-about{
    margin-top: 200px;
}

.a-aboutall{
    display: flex;
    align-items: center;
}

.a-left{
    width: 52%;
    padding-right: 60px;
}

.a-right{
    width: 48%;
}

.a-right img{
    width: 100%;
}

.a-left span{
    font-size: 16px;
    color: #bebebe;
    font-family: "Arial";
}

.a-left h4{
    font-size: 40px;
    font-weight: bold;
    margin-top: 10px;
    position: relative;
}

.a-left h4::before{
    content: '';
    position: absolute;
    background-color: #e60021;
    height: 4px;
    width: 16%;
    left: 0;
    top: 66px;
}

.a-left h5{
    font-size: 16px;
    line-height: 32px;
    color: #aeaeae;
    margin-top: 50px;
}

.a-nums{
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.a-nums-text{
    display: flex;
}

.a-nums-text h3{
    color: #e60021;
    font-size: 48px;
    font-family: "Arial";
    font-weight: bold;
}

.a-nums-text h4{
    color: #e60021;
    font-size: 22px;
    margin-top: 20px;
}

.a-nums-text h4::before{
    display: none;
}

.a-nums li{
    width: 25%;
}

.a-nums li h5{
    margin-top: 0px;
}

.a-qywh{
    margin-top: 239px;
    background: url(../images/8274a32d2a90decaf51cbce6fb3a4add11e13e78.jpg) no-repeat center;
    background-size: cover;
    padding-top: 135px;
    padding-bottom: 120px;
}

.a-text{
    text-align: center;
}

.a-text h3{
    font-size: 48px;
    color: #000;
    font-weight: bold;
}

.a-text h4{
    font-size: 16px;
    color: #3a3a3a;
    font-family: "Arial";
    margin-top: 20px;
}

.a-color h3{
    color: #fff;
}

.a-color h4{
    color: #fff;
}

.a-qywh-text{
    display: flex;
    align-items: center;
    margin-top: 55px;
}

.a-qywh-text li{
    width: 25%;
    background-color: #fff;
}

.a-qywh-text li a{
    display: block;
    text-align: center;
    padding: 0 55px;
    padding-top: 75px;
    padding-bottom: 45px;
    transition: all .5s;
    height: 356px;
}

.a-qywh-text li a h3{
    color: #333;
    font-weight: bold;
    font-size: 26px;
    margin-top: 20px;
}

.a-qywh-text li a h4{
    color: #444;
    font-size: 15px;
    margin-top: 15px;
    position: relative;
}

.a-qywh-text li a h5{
    color: rgb(37, 89, 158);
    font-weight: bold;
    font-size: 40px;
    font-family: "Arial";
    margin-top: 70px;
    
}

.a-qywh-text li a h4::before{
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    background-color: #000;
    left: calc(50% - 15px);
    top: 30px;
}

.a-qywh-text li:nth-child(2n) a h4::before{
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    background-color: #fff;
    left: calc(50% - 15px);
    top: 30px;
}

.a-qywh-text li:nth-child(2){
    background-color: rgb(37, 89, 158);
}

.a-qywh-text li:nth-child(4){
    background-color: rgb(230, 0, 33);
}

.a-qywh-text li:nth-child(2n) a h3{
    color: #fff;
}

.a-qywh-text li:nth-child(2n) a h4{
    color: #fff;
}

.a-qywh-text li:nth-child(2n) a h5{
    color: #fff;
}

.a-qywh-text li a:hover{
    padding-top: 60px;
    transition: all .5s;
}

.a-fzlc{
    background: url(../images/9b452699754f8325bf626894b22437e7af93696c.png) no-repeat center;
    background-size: cover;
    padding-top: 135px;
    padding-bottom: 120px;
}







.year-text{
    font-size: 50px;
    color: #5a5a5a;
    font-weight: bold;
    font-family: "Arial";
    text-align: center;
    position: relative;
}



.year-num{
    display: flex;
    justify-content: center;
    display: none;
    position: relative;
}

.year-num::before{
    position: absolute;
    content: '';
    width: 30%;
    height: 2px;
    background-color: #5a5a5a;
    right: -150px;
    top: 167px;
}

.year-num::after{
    position: absolute;
    content: '';
    width: 30%;
    height: 2px;
    background-color: #5a5a5a;
    left: -150px;
    top: 167px;
}

.year-num h3{
    font-size: 220px;
    color: #5a5a5a;
    font-weight: bold;
    font-family: "Arial";
    
}

.year-num h4{
    font-size: 220px;
    color: rgb(230, 0, 33);
    font-weight: bold;
    font-family: "Arial";
    
}



.year-con{
    font-size: 20px;
    color: #5e5e5e;
    line-height: 30px;
    text-align: center;
    margin: 0px auto;
    width: 80%;
    display: none;
    position: relative;
}



.swiper-slide-next .year-text{
    display: none;
}

.swiper-slide-next .year-num{
    display: block;
    display: flex;
}

.swiper-slide-next .year-con{
    display: block
}

.whcon{
    display: flex;
    align-items: center;
}

.about3{
    margin-top: 150px;
}

.about3 .swiper-history .mySwiper2{
    position: relative;
}


.about3 .swiper-history .mySwiper2 .swiper-button-next {
    left: 21%;
    top: 44%;
    width: 62px;
    height: 90px;
    background: url(../images/24a227d4278e2b67b4fdae2d37ada46ed2f12fa6.png) no-repeat center;
    transition: all .3s;
    position: absolute;
}

.about3 .swiper-history .mySwiper2 .swiper-button-prev {
    left: 76%;
    top: 44%;
    width: 62px;
    height: 90px;
    background: url(../images/448207e89675a76e99b9d0b65853aac110d3b59a.png) no-repeat center;
    transition: all .3s;
    position: absolute;
}

.a-youshi{
    background: url(../images/35f14efc42d808ca9cd2f3a9a6a189c786bc4130.png) no-repeat center;
    background-size: cover;
    padding: 160px 0;
}

.a-ys-advlist{
    margin-top: 60px;
    display: flex;
    
}

.a-ys-advlist li{
    width: 33.33%;
    text-align: center;
    border-right: 1px solid #ccc;
    padding: 30px 0;
}

.a-ys-advlist li:last-child{
    border-right: none;
}

.a-ys-advlist li h3{
    font-size: 24px;
    font-weight: bold;
    margin-top: 28px;
    color: #030303;
}

.a-ys-advlist li h4{
    font-size: 16px;
    color: #5a5a5a;
    line-height: 30px;
    width: 82%;
    margin: 0px auto;
    margin-top: 25px;
}

.a-huanjing{
    padding-top: 150px;
    padding-bottom: 110px;
}

.a-hj-advlist{
    margin-top: 80px;
}

.a-honor-list{
    margin-top: 80px;
}

.a-honor{
    padding: 150px 0;
    background: url(../images/0c7a945893a26d8dffb2f299ea6a12d5bbf6eb27.jpg) no-repeat center;
    background-size: cover;
}

@media(max-width:1600px){
    .about3 .swiper-history .mySwiper2 .swiper-button-next{
        left: 22%;
        top:41%;
    }
    .about3 .swiper-history .mySwiper2 .swiper-button-prev{
        left: 74%;
        top: 41%;
    }
}

@media(max-width:1439px){
    .about3 .swiper-history .mySwiper2 .swiper-button-next{
        left: 22%;
        top:41%;
        display: none;
    }
    .about3 .swiper-history .mySwiper2 .swiper-button-prev{
        left: 74%;
        top: 41%;
        display: none;
    }
    .a-left h4{
        font-size: 32px;
    }
    .a-left h5{
        font-size: 14px;
        line-height: 28px;
    }
    .a-qywh{
        margin-top: 188px;
        padding: 100px 0px;
    }
    .a-text h3{
        font-size: 40px;
    }
    .a-text h4{
        font-size: 14px;
    }
    .a-fzlc{
        padding: 100px 0px;
    }
    .about3{
        margin-top: 100px;
    }
    .year-num h3{
        font-size: 188px;
    }
    .year-num h4{
        font-size: 188px;
    }
    .year-text{
        font-size: 42px;
    }
    .a-youshi{
        padding: 100px 0px;
    }
    .a-huanjing{
        padding: 100px 0px;
    }
    .a-honor{
        padding: 100px 0px;
    }
    .year-num{
        padding-top: 88px;
    }
    .year-num::before{
        top: 206px;
    }
    .year-num::after{
        top: 206px;
    }
    .swiper-slide-next .year-con{
        font-size: 16px;
    }
    .a-ys-advlist li h4{
        margin-top: 15px;
    }
    .a-ys-advlist li h3{
        font-size: 20px;
    }
    .a-ys-advlist li h4{
        font-size: 14px;
    }
}



@media(max-width:1199px){
    .a-aboutall{
        display: block;
    }
    .a-left{
        width: 100%;
    }
    .a-right{
        width: 100%;
        margin-top: 28px;
    }
    .a-qywh{
        margin-top: 88px;
    }
    .a-youshi{
        padding: 66px 0px;
    }
    .a-huanjing{
        padding: 66px 0px;
    }
    .a-honor{
        padding: 66px 0px;
    }
    .a-qywh-text{
        flex-wrap: wrap;
    }
    .a-qywh-text li{
        width: 50%;
        margin-top: 20px;
    }
    .about3{
        margin-top: 0;
    }
    .a-honor-list{
        margin-top: 40px;
    }
    .a-hj-advlist{
        margin-top: 40px;
    }
    .a-qywh-text{
        margin-top: 40px;
    }
    .a-about{
        margin-top: 150px;
    }
    .a-left{
        padding-right: 0;
    }
}

@media(max-width:991px){
    .year-num::before{
        right: -100px;
        width: 18%;
        display: none;
    }

    .year-num::after{
        right: -100px;
        width: 18%;
        display: none;
    }
    .a-ys-advlist a img{
        height: 65px;
        width: auto;
    }
    .a-ys-advlist li h4{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }
    .year-num h3{
        font-size: 88px;
    }
    .year-num h4{
        font-size: 88px;
    }
    .year-text{
        font-size: 36px;
    }
    .year-num{
        padding-top: 150px;
    }
    .a-about{
        margin-top: 88px;
    }
}

@media(max-width:767px){
    .a-about{
        margin-top: 66px;
    }
    .a-left h4{
        font-size: 23px;
    }
    .a-left h4::before{
        top: 40px;
    }
    .a-left h5{
        margin-top: 40px;
    }
    .a-nums-text h3{
        font-size: 30px;
    }
    .a-left h4{
        font-size: 16px;
    }
    .a-nums{
        flex-wrap: wrap;
    }
    .a-nums li{
        width: 50%;
        margin-top: 20px;
        text-align: center;
    }
    .a-nums{
        margin-top: 30px;
    }
    .a-nums-text{
        justify-content: center;
    }
    .a-text h3{
        font-size: 30px;
    }
    .a-qywh{
        padding: 50px 0;
    }
    .a-qywh-text li{
        width: 100%;
    }
    .a-qywh-text{
        margin-top: 20px;
    }
    .year-num{
        display: block;
    }
    .year-num{
       
        display: block;
        display: flex;
        align-items: center;
    }
    .year-num{
        padding-top: 0px;
    }
    .year-con{
        display: block;
    }
    
    /* .mySwiper2 .swiper-slide-active{
        width: 50%;
    } */
}









/*联系我们样式*/

.a-contact{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #f3f3f3;
}

.a-con-left{
    width: 50%;
}

.a-con-right{
    width: 50%;
    padding-left: 90px;
}

.a-con-right h3{
    font-size: 40px;
    font-weight: bold;
    color: #0a0a0a;
    border-bottom: 3px solid #0a0a0a;
    padding-bottom: 20px;
    width: 66%;
}

.a-con-right .a-con-list{
    margin-top: 30px;
    display: flex;
    width: 66%;
    flex-wrap: wrap;
}

.a-con-right .a-con-list li{
    width: 50%;
    height: 160px;
    padding-top: 40px;
    border-bottom: 1px solid #ababab;
}

.a-con-right .a-con-list li a{
    display: block;
    display: flex;
    align-items: center;
}

.a-con-right .a-con-list{
    display: flex;
    align-items: center;
}

.a-con-right .a-con-list .a-con-text{
    margin-left: 12px;
}

.a-con-right .a-con-list .a-con-text h4{
    font-size: 18px;
    color: #bbb;
}

.a-con-right .a-con-list .a-con-text h5{
    font-size: 18px;
    color: #080808;
    font-weight: bold;
    line-height: 30px;
}

.a-con-img{
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #050505;
}

.a-con-img img{
    width: 18px;
    height: 16px;
}



.a-message{
    background: url(../images/6767acd7d267db7ab6bcbcf38703d50ebdcbc430.jpg) no-repeat center;
    background-size: cover;
    padding: 88px 0;
    margin-top: 50px;
}

.a-msg-all{
    display: flex;
    align-items: center;
}

.a-msg-left{
    width: 50%;
}

.a-msg-right{
    width: 50%;
}

.a-msg-left h3{
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}

.a-msg-left h4{
    font-size: 20px;
    color: #fefefe;
    margin-top: 40px;
}

.a-msg-left h5{
    color: #fff;
    font-size: 50px;
    font-family: "Arial";
    margin-top: 30px;
    letter-spacing: 3px;
}

.a-msg-con{
    background-color: #fff;
    border-radius: 5px;
    padding: 40px 20px 30px 20px;
}

.a-msg-con h3{
    text-align: center;
    font-size: 28px;
    color: #333;
}

.a-msg-right .form-horizontal{
    margin-top: 30px;
}

.a-msg-right .form-horizontal .btn-primary{
    height: 55px;
    line-height: 45px;
    color: #fff;
    font-size: 24px;
    margin-top: 30px;
}

.a-msg-right .form-horizontal #codeimg{
    margin-left: 5px;
}

.a-msg-right .form-horizontal .form-group{
    margin-bottom: 20px;
}



.hidden-lg{
    display: none !important;
}

@media(max-width:1875px){

}



@media(max-width:1439px){
    .a-msg-right{
        width: 60%;
    }
}

@media(max-width:1199px){
    .a-msg-right{
        width: 100%;
    }
}

@media(max-width:991px){
    .a-msg-left{
        display: none;
    }
    .a-msg-right{
        width: 100%;
    }
    #message-form .form-group .col-sm-1{
        display: none;
    }
}
