.banner {
    height: 340px;
    margin-top: 26px;
}
.banner a{
    display: block;
    height: 100%;
}
.banner .swiper-button-prev,
.banner .swiper-button-next{
    display: block;
    width: 50px;
    height: 50px;
    background: url(../img/lf.png) no-repeat center / cover;
}
.banner .swiper-button-next{
    background: url(../img/lr.png) no-repeat center / cover;
}
.title{
    border-bottom: 1px solid #dedede;

}
.title h2{
    font-size: 22px;
    color: #d7000e;
    font-weight: bold;
    position: relative;
    padding-bottom: 14px;
}
.title h2::after{
    display: block;
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 100%;
    height: 3px;
    background: #d7000e;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.title a{
    display: block; 
    margin-top: 8px;
}
.title a em{
    font-size: 14px;
    color: #666666;
    display: inline-block;
    vertical-align: middle;
}
.title a img{
    display: inline-block;
    width: 19px;
    height: 19px;
}
.main_left{
    width: 840px;
    position: relative;
    margin-top: 30px;
}
.main_left::after{
    width: 0;
    display: block;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    right: -28px;
    border-right: 1px solid #dedede;

}
.main_right{
    width: 300px;
    margin-top: 30px;
}

.report{ margin-top: 30px;}

.news h3{
    font-size: 28px;
    color: #222222;
    font-weight: bold;
    margin: 26px 0;
}

.news .new_banner{
    width: 400px;
    height: 300px;
    overflow: hidden;
}
.news .new_banner a{
    display: block;
    width: 100%;
    height: 100%;
}
.news .new_banner .swiper-pagination{
    right: 0;
    width: auto;
    left: auto;
}
.news .new_banner .swiper-pagination span{
    background: transparent;
    color: #ffffff;
    font-size: 14px;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    opacity: 1;
    border: 1px solid #797b7d;
}
.news .new_banner .new_banner_txt{
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    left: 0;
    z-index: 999;
    line-height: 52px;
    height: 52px;
    background: rgba(0, 0, 0, 0.5);
    padding-left: 10px;
    padding-right: 120px;
    box-sizing: border-box;
}
.news .new_banner .swiper-pagination .swiper-pagination-bullet-active{
    background: #ef001d;
    border: 1px solid #ef001d;
}
.news dl{
    width: 416px;
}
.news dd{
    line-height: 42px;
    border-top: 1px dashed #efefef;
}
.news dd a{
    display: block;
    font-size: 16px;
    color: #333333;
    position: relative;
    padding-left: 24px;
    height: 42px;
    overflow: hidden;
    white-space: nowrap;
    width: 320px;
    box-sizing: border-box;
    text-overflow: ellipsis;
}
.news dd a::before{
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/i.jpg) no-repeat center / cover;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.news dd em{
    font-size: 14px;
    color: #888888;
}
.development {
    margin-top: 20px;
}
.development dd{
    width: 264px;
    float: left;
    margin-right: 24px;
    margin-top: 20px;
}
.development dd:nth-child(3n){
   margin-right: 0;
}
.development dd .imgs{
    width: 100%;
    height: 198px;
    overflow: hidden;
}
.development dd:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.development dd .imgs img{
    display: block;
    width: 100%;
    transition: .6s transform;
    -webkit-transition: .6s transform;
    -moz-transition: .6s transform;
    -ms-transition: .6s transform;
    -o-transition: .6s transform;
}
.development dd p{
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-top: 10px;
}
.main_right .link_img{
    width: 100%;
}
.main_right .link_img a{
    display: block;
    width: 100%;
    height: 96px;
    overflow: hidden;
    margin-bottom: 12px;
}
.main_right .link_img a img{
    display: block;
    width: 100%;
}
.main_right .tits {
    border-bottom: 1px solid #dedede;
}
.main_right .tits h2{
    font-size: 18px;
    color: #ffffff;
    background: #d7000e;
    width: 112px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: bold;
}
.main_right .tits em{
    color: #666666;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.main_right .tits img{
    width: 19px;
    height: 19px;
    display: inline-block;
}
.main_right .tits a{
    margin-top: 14px;
    color: #666666;
}

.report dl{
    margin-top: 20px;
    padding-left: 22px;
    box-sizing: border-box;
    position: relative;
}
.report dl::after{
    position: absolute;
    display: block;
    content: "";
    width: 2px;
    height: 100%;
    top: 0;
    left: 5px;
    background: #ebebeb;
}
.report dl dd:first-child .text{
    display: block;
}
.report dl dd.current h3 {
    font-weight: bold;
    color: #d7000e;
}
.report dd .text{
    display: none;
}
.report dd a{
    display: block;
    font-size: 14px;
    color: #d7000e;
}
.report dd h3{
    font-size: 16px;
    color: #333333;
    line-height: 42px;
    cursor: pointer;
    position: relative;
}
.report dd h3::before{
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #0061d8;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 999;
}
.report dd.current h3::before{
    background: #d7000e;
}
.report dd .text {
    margin-top: 12px;
}
.report dd .text p{
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.wz_link{
    margin-top: 30px;
}
.wz_link .layui-form-select dl dd.layui-this{
    background: #d7000e;
}
.wz_link .layui-form-select .layui-input{
    font-size: 16px;
    color: #666666;
    height: 50px;
    line-height: 50px;
}
.wz_link .select {
    margin-top: 20px;
}
  
.wz_link .layui-unselect{
    margin-bottom: 10px;
}
.achievement{
    background: #f6f6f6;
    padding-top: 30px;
    margin-top: 30px;
    padding-bottom: 42px;
}
.achievement .title span{
    width: 106px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 16px;
    color: #333333;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #bfbfbf;
    cursor: pointer;
}
.achievement .title span.current{
    color: #ffffff;
    background: #d71618;
    border-color: #d71618;
}
.achievement .title span{
    margin-left: 18px;
}
.achievement dd{
    width: 385px;
    height: 288px;
    margin-top: 28px;
    float: left;
    margin-right: 22px;
}
.achievement dl{
    display: none;
}
.achievement dl.first{
    display: block;
}
.achievement dd:nth-child(3n){
    margin-right: 0;
}
.achievement dd a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.achievement dd a:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.achievement dd a img{
    display: block;
    width: 100%;
    transition: .6s transform;
    -webkit-transition: .6s transform;
    -moz-transition: .6s transform;
    -ms-transition: .6s transform;
    -o-transition: .6s transform;
}
.achievement dd a p{
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 55px;
    line-height: 55px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}
