.info-co{
    background: #fff;
    padding: 60px 0;
}

.info-co .title-news{
    text-align: center;
    padding-bottom: 50px;
    font-weight: 700;
}
.info-co .title-news span{
    color: #ccd2d5;
    font-size: 24px;

}
.info-co .title-news h2{
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
}
.about{
    padding: 110px 0;
}
.about-boxs,.video-box,.news-boxs,.business-boxs {
    width: 1100px;
    margin: 0 auto;
}
.video-b-b{
    padding: 30px 0 80px 0;
}
.about-boxs{
    position: relative;
}
.aboutus{
    position: absolute;
    font-size: 120px;
    font-weight:bold;
    top: 0;
    left: -90px;
    color: #f1f2f2;
    width: 200px;
    line-height: 150px;
}
.about-js{
    position: relative;
    z-index: 1;
}
.about-js .a-title{
    font-size: 22px;
    padding-top: 30px;
}
.about-js .a-title span{
    color: #aeadad;
    font-weight: bold;
}
.about-js .a-title h2{
    font-size: 19px;
    font-weight: 700;
    margin: 0;
    margin-top: 5px;
}
.a-title-i{
    margin-top: 45px;
}
.a-title-i-i{
    color: #124f79;
    font-size: 18px;

}
.a-title-i-t{
    color: #aeadad;

}
.a-box{
    width: 30%;
    font-size: 16px;
    margin-top: 20px;
    line-height: 35px;
    color: #595656;
}
.a-m{
    width: 21%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.a-m div{
    border: 1px solid #9fa0a0;
    text-align: center;
    padding: 4px 15px;
    border-radius:20px;
    line-height: 30px;
}
.a-i-m{
    background: #235b82;
    margin-top: 30px;
    padding: 20px;
    display: flex;
}
.a-i-m-i p{
    color: #fff;
    font-size: 13px;
    margin: 0;
}
.a-i-m-i p:nth-child(1){
    font-size: 18px;
    margin-top: 20px;
}
.a-i-m-m{
    padding-top: 35px;
    color: #fff;
    padding-left: 20px;
}
.a-i-m-m .icon-control100:before{
    font-size: 28px!important;
    color: #fff;
}
.about-video{
    width: 64%;
    background: #476ea1;
    position: absolute;
    top: 20px;
    height: 450px;
    right: 50px;
    z-index: 2;
}
.about-video video{
    width: 100%;
    margin-top: 10px;
    height: 450px;
}
.about-video-bg{
    background: #fff;
    height: 10px;
    position: absolute;
    right: 35px;
    width: 67%;
    bottom: 62px;
    z-index: 1;
}
.bins{
    position: relative;
}
.business{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    z-index:0 ;
    background-image:url(../image/yw_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.business-boxs{
    position: relative;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 60px;
}
.business-boxs .title-news span{
    color: #fff;
}

.business_wrapper{ margin-top: 50px;  display: flex; justify-content: space-between;}
.business-img img{overflow: hidden; width: 100%;display: block;transition: all 1s ease 0s;}
.business-img:hover img {
    transform: scale(1.1);
}
.business_list{
    width: 33%;
    background: #fff;
    overflow: hidden;
    border-top: 2px solid #124f79;
    border-right: 2px solid #124f79;
    border-bottom: 4px solid #124f79;
}
.business_list .b-title{
    background: #f1f1f2;
    font-size: 20px;
    text-align: center;
    padding: 20px 0;
}
.business_list  .business-company{
    padding:0 15px;
}
.business_list:nth-child(2){  padding-bottom: 15px}
.business-profile{ color:#fff;box-sizing: border-box;}
.business-profile a{border: 1px solid #00703C;color: #00703C; text-align: center; font-size: 14px; width: 35%; line-height: 35px; display: block;margin-top: 15px;}
.business-profile a:hover{background: #00703C;color: #fff;}
.business-profile h4{margin-top: 0!important; font-weight: bold;margin-bottom: 10px;}
.business-profile p{ line-height: 25px; text-align: justify; color: #666; margin: 20px 0  0 ; font-size: 14px}





.news{
    background: #f6f6f8;
}
.news .title-news{
    padding-bottom: 20px;
}
.news .news-menu{
    width: 50%;
    margin:  0 auto;
    display: flex;
    justify-content: space-between;

}
.news .news-menu div{
    width: 20%;
    text-align: center;
    border:1px solid #afb0b0;
    border-radius: 20px;
    line-height: 35px;
    color: #000;
    cursor:pointer
}
.news .news-menu .choice{
    background: #0d3575;
    border:1px solid #0d3575;
    color: #fff;
}
#news-list .news-boxs-c{
    display: none;
}
.news-boxs-c{
    margin-top: 30px;

}
.news-list{
    background: #fff;
    padding: 10px;
    border: 2px solid #fff;
}
.news-list .n-time span{

    float: right;
    display: flex;
}
.news-list .n-time span div{
    background: #1b5eac;
    color: #fff;
    font-size: 12px;
    height: 10px;
    line-height: 5px;
    border-radius: 5px;
    width: 15px;
    margin-left: 5px;
    margin-top: 8px;
    font-weight: bold;
    text-align: center;
}

.news-bnum-1{
    float: left;
    width: 46%;
    padding: 0;
    background: #f6f6f8;
    border: 2px solid #f6f6f8;
}

.news-bnum-2,.news-bnum-3,.news-bnum-4{
    width: 52%;
    float: right;
    margin-bottom: 22px;
}

.news-list .n-title{
    font-size: 16px;
    color: #231815;
}
.news-list .n-desc,.news-list .n-time{
    font-size: 14px;
    color: #848793;
}
.news-list .n-desc{
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list:hover{

    box-sizing: border-box; /*内边框*/
    border-bottom: 2px solid #124f79;
    border-right: 2px solid #124f79;
}
.news-list:hover .n-title{
    color: #185eab;
}
.news-list:hover .n-desc,.news-list:hover .n-time{
    color: #848793;
}
.news-bnum-1 .img{
    padding: 10px;
    background: #fff;
    width: 100%;
    height: 320px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.news-bnum-1 .n-desc{
 padding: 0;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-bnum-1  .n-title,.news-bnum-1  .n-desc,.news-bnum-1  .n-time{
    background: #fff;
    padding: 0 10px;
}
.news-bnum-1  .n-title{
    padding-top: 10px;
}
.news-bnum-1  .n-time{
    padding-bottom: 10px;
}
.news-bnum-1 .hs{

    height: 10px;
}

.video-hot{
    background: #235b82;
    padding: 10px;
}
.video-hot .video-box-c{
display: flex;
}

.video-hot .video-box-c .video-img{
    width: 30%;
}
.video-hot .video-box-c .video-c{
    margin-left: 1.5%;
    width: 68.5%;
    background: #fff;
    position: relative;
}
.video-hot .video-box-c .video-c .video-c-s{
    position: absolute;
    z-index: 1;
    width: 73%;
    left: 50px;
    top: 70px;
    background: #fff;
    color: #848793;
}
.video-c-s .title-i{ font-size: 20px; color: #185eab}
.video-c-s  .f-title{
    font-size: 16px;
}
.video-c-s  .desc{
    font-size: 14px;
    margin-top: 20px;
}
.video-hot .time{
    position: absolute;
    z-index: 1;
    width: 73%;
    color: #848793;
    left: 50px;
    bottom: 40px;
    display: flex;
}
.video-hot .time span{
    display: flex;
    margin-left: 4%;
}
.video-hot .time span div{
    background: #185eab;
    color: #fff;
    font-size: 12px;
    height: 10px;
    line-height: 5px;
    border-radius: 5px;
    width: 15px;
    margin-left: 5px;
    margin-top: 8px;
    font-weight: bold;
    text-align: center;
}

.video-hot  .jt-img{
    width: 32%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.video-list{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;

}
.video-list .video-box-l{
    width: 32%;
}
.video-list .video-c-i{
  background: #124f79;
    color: #ffffff;
    padding: 10px 0;
    text-align: center;
}
.video-list .video-c-i .title-i{
    font-size: 20px;

}
.video-list .video-c-i .f-title-i{
    color: #99b3c5;
    margin-top: -5px;
    font-size: 14px;

}


@media screen and (max-width: 1200px) {
    .about-boxs,.video-box,.news-boxs,.business-boxs {
        margin: 0 80px;
    }
    .a-box{
        width: 23%;
    }
    .a-m{
        width: 20%;
    }
    .business_list .business-company{
        padding: 0 10px;
    }
}

