
.banner-con{
    position: relative;

}
.banner-con .banner-tit{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    font-size: 45px;
    background: url(../images/banner_bg.png) center center;
    background-size: 100% auto;
}
.banner-con .banner-tit h2{
    font-size: 12px;
    white-space: nowrap;
    padding-top: 26px;
}

.banner-con img{
    width: 100%;
    height: 100%;
}

.detail-con_ul{
    display: flex;
    flex-wrap: wrap;
}
.detail-con_ul li{
    flex: 1;
    text-align: center;
    box-sizing: border-box;
}

.item-con_news{
    display: flex;
}
.item-con_news .news-left{
    position: relative;
    width: 230px;
    background: url(../images/hx_icon.png) center center no-repeat;
    background-size: 100% 100%;
    
}
.tit_cn{
    font-size: 20px;
    font-weight: bold;
}
.tit_en{
    font-size: 12px;
}
.item-con_news .l_inner{
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.item-con_news .tit_cn{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.item-con_news .tit_cn::before{
    position: relative;
    content: '';
    height: 3px;
    width: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    /* transform: translateX(-50%); */
    background-color: #0076af;
}
.item-con_news .news-right{
    flex: 1;
    background-color: #f0f0f0;
}
.item-con_news .news-right ul{
    overflow: hidden;
    padding: 0 30px;
}
.item-con_news .news-right li{
    width: 44%;
    float: left;
    padding: 20px 6% 20px 0;
    display: flex;
    color: #666;
    
}
.item-con_news .news-right li .info{
    flex:1;
    width: 100%;
    height: 70px;
    overflow: hidden;
    position: relative;
}
.item-con_news .news-right li .info_i{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.item-con_news .news-right .tit{
    color:#0076af;
    font-weight: bold;
}
.item-con_news .news-right li:nth-child(1),.item-con_news .news-right li:nth-child(2){
    border-bottom: 1px solid #ccc;
}
.item-con_news .news-right li .num{
    position: relative;
    width: 80px;
}
.item-con_news .news-right li .num_i{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #9b9b9b;
}
.section-item_jr .section-item_inner .item-con_img img{
    max-width: 80%;
}
.section-item_inner .item-con_img img{
    max-width: 100%;
}
.section-item_jr .section-item_inner .item-con_img{
    text-align: center;
    margin-top: 460px;
}
.item-con_detail{
    position: relative;
  }
.item-con_detail .inner{
    position: absolute;
    left: 30px;
    top: -60px;
    right: 30px;
    background-color: #fff;
    z-index: 1;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding-bottom: 30px;
  }
.section-item_jr .img-box{
    background-size: 60% !important;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
}
.section-item_jr .section-item_inner{
    background: url(../images/jr_bg.png) center -40px;
    background-size: 100% 90%;
}

.section-item_jr .detail-con_ul li .info{
    font-size: 16px;

}
.section-item_jr .detail-con_ul li .tips{
    color: #666;
    font-size: 16px;
}

.section-item_jr .detail-con_ul li .info .tit{
    font-weight: bold;
    position: relative;
    padding: 20px 0 25px 0;
    font-size: 20px;
}
.section-item_jr .detail-con_ul li .info .tit::after{
    content: '';
    height: 3px;
    width: 20px;
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    background-color: #0076af
}

.section-item_jr  .detail-con_ul li{
    max-width: 25%;
    padding: 30px 0;
    position: relative;
}
.detail-con_ul li::after{
    content: '';
    height:40%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #dfdfdf
}
.detail-con_ul li:last-child:after{
    display: none;
}

.section-item_kj .detail-con {
    text-align: center;
    line-height: 1.7rem;
}
.section-item_kj .item-con_detail .inner{
    padding-bottom: 30px;
}
.item-con_other{
    background: url(../images/kj_img2.png) no-repeat center center;
    background-size: 100% auto;
    padding: 40px 100px;
    color: #fff;
}
.item-con_other .info{
    margin-bottom: 40px;
    line-height: 25px;
}
.item-con_other .more{
    display: flex;
}
.item-con_other .more li{
   flex: 1;
   text-align: center;
   margin: 0 10px;
   background-color: #0076b0;
   border-radius: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 15px;
}
.item-con_other .more li a{
    /* display: block; */
    
    color: #fff;
    font-weight: bold;
    line-height: 1.5rem;
    overflow: hidden;
}

.item-con_detail_cy{
    margin-top: 550px;
}
.item-con_detail_cy .detail-con_ul li{
    position: relative;
}
.item-con_detail_cy .img-box{
    background-size: 60% !important;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
}
.item-con_detail_cy .info span{
    font-size: 12px;
}
.item-con_detail_cy .info span{
    font-size: 12px;
}

.item-con_detail_cy .detail-con_ul li::after{
    height:30%;
}

.section-item_cy .item-con_detail .inner{
    padding: 60px;
}
.section-item_cy .detail-con{
    display: flex;
}
.section-item_cy .detail-con .left{
    flex: 1;
    line-height: 2rem;
}
.section-item_cy .detail-con .left a{
    font-size: 24px;
    font-weight: bold;
    position: relative;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.section-item_cy .detail-con .left a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 5px;
    background-color: #0076af;
    
}
.section-item_cy .detail-con .left p{
    
}
.section-item_cy .detail-con .right{
    position: relative;
    margin-left: 50px;
    flex: 1;
}
.section-item_cy .detail-con .right .right_inner{
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
}
.section-item_cy .detail-con .right img{
    max-width: 100%;
    text-align: center;
}
.blue{
    color: #0076af;
    font-weight: bold;
}
.section-item_bk .item_ywbk{
    text-align: center;
    /* max-width: 50%; */
    margin: 50px auto;
    line-height: 2rem;
}
.section-item_bk .item_ywbk .tit a{
    font-size: 24px;
    font-weight: bold;
    position: relative;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.section-item_bk .item_ywbk .tit a::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 80px;
    height: 5px;
    transform: translateX(-50%);
    background-color: #0076af;
}

.section-item_bk .item-con_img{
    text-align: center;
}
.section-item_bk .item-con_img img{
    max-width: 80%;
}
@media only screen and (max-width:1300px) {
    .item-con_detail_cy{
        margin-top: 400px;
    }
    .section-item_jr .detail-con_ul li .tips{
        font-size: 12px;
    }
}
@media only screen and (max-width:640px) {
    .section-item_inner .item-tit{
        padding:10px 0 10px 0;
    }
    .section-item .item-tit_con{
        padding: 10px;
    }
    .section-item_bk .item_ywbk{
      max-width: 90%;
      margin: 20px auto
    }
    .section-item_cy .detail-con{
        flex-direction: column;
    }
    .section-item_cy .item-con_detail .inner{
        padding: 10px;
    }
    .section-item_cy .detail-con .right{
        margin: 0;
    }
    .section-item_jr .detail-con_ul li{
        max-width: 100%;
    }
    .section-item_jr .section-item_inner .item-con_img{
        margin-top: 850px;
    }
    .item-con_detail_cy{
        margin-top: 600px;
    }
    .section-item .item-tit_con .tit_cn{
        font-size: 16px
    }
    .section-item .item-tit_con .line{
        font-size: 12px;
        width: 90%;
        margin-top: 10px;
        line-height: 1;
    }
    .item-con_detail .inner{
        top: -10px;
        left: 10px;
        right: 10px;
    }
    .item-con_other{
        background: url(../images/kj_img2.png) no-repeat top center;
    background-size: cover;
    padding: 10px;
    color: #fff;
    }
    .item-con_other .more {
        display: flex;
        flex-direction: column;
    }
    .section-item_kj .item-con_img{
        padding-top: 300px;
    }
    .item-con_other .more li{
        margin-bottom: 10px;
    }
    .banner-con .banner-tit h2{
        font-size: 12px;
        font-weight: normal;
        
    white-space: initial;
    }
    .banner-con .banner-tit h1{
        font-size: 22px;
    }
    .banner-con .banner-tit{
        left: 5%;
        right: 5%;
        transform: translateY(-50%);
    }
    .item-con_news{
        flex-direction: column;
    }
    .item-con_news .news-right li{
        width: 94%;
    }
    .item-con_news .news-left {
        position: relative;
        width: 100%;
        height: 100px;
    }
    .item-con_news .news-right li .info{
        height: 80px;
    }
  }
  
  /** 公共部分**/
.section-item_inner{
  max-width: 84%;
  margin: 0 auto;
padding-bottom: 40px;
}
.section-item_inner .item-tit{
  text-align: center;
  color: #fff;
  padding: 30px 0 60px 0;
}
.section-item .item-tit_con{
  padding-bottom: 30px;
}
.section-item .item-tit_con .tit_cn{
  font-size: 45px;
  font-weight: bold;
}
.section-item .item-tit_con .tit_en{
  font-size: 12px;
}
.section-item .item-tit_con .line{
  font-size: 20px;
  line-height: 30px;
  width: 70%;
  margin: 30px auto 0 auto;
}

.section-item_inner .word-info{
  padding: 50px 0 30px 0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.section-item_inner .word-info::before{
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #0076af;
  left: 50%;
    transform: translateX(-50%);
  content: '';
}
.section-item_inner .word-info .tit{
  padding: 12px 0 8px 0;
}
.section-item_inner .word-info p{
  font-size: 12px;
  font-weight: normal;
}

/** 兼容**/

@media only screen and (max-width:640px) {

  .section-con .section-item {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .section-item_inner{
    padding: 30px 0;
  }
  .section-item .item-tit_con{
    font-size: 25px;

  }

}