@charset"utf-8";
#banner{
    position: relative;

}
#banner .swiper-slide{
    position: relative;
}
#banner .im_mo,#banners .im_mo{display: none;}
#banner .im_pc,#banners .im_pc{display: block;}
#banner img,#banners img{
    width: 100%;
}
#banner .swiper-pagination span{
    background-color:#eee;
    opacity: 1;
}
#banner .swiper-pagination span.swiper-pagination-bullet-active{
    background-color:#0471de;
}
.index_inner{
    width: 1200px;
    padding: 80px 0;
    margin: 0 auto;
}
.in_title {
    padding: 0 0 50px 0;
    width: 100%;
}
.in_title h1 {
    text-align: center;
    margin: 0 auto;
    font-size: 32px;
    color: #333;
    width: 300px;
}
.in_title span {
    display: block;
    padding-top: 10px;
    font-size: 16px;
    color: #999999;
    text-align: center;
}

.zx_c_ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.zx_c_ul li {
    width: 23%;
    border-radius: 10px;
    margin-bottom: 50px;
    overflow: hidden;
}
/*.zx_c_ul li:nth-child(1n) {
  padding-left: 0px;
}
.zx_c_ul li:nth-child(4n) {
  padding-right: 0px;
}*/
.zx_c_ul  li:last-child:nth-child(4n + 2) {
  margin-right: calc((100% - 23%) / 3 * 2);
}
.zx_c_ul  li:last-child:nth-child(4n + 3) {
  margin-right: calc((100% - 23%) / 3 * 1);
}
.zx_c_ul li:hover{
    box-shadow: 3px 4px 5px 5px rgba(0,0,0,0.08); 
}
.zx_c_it .zx_c_it_top img{
    width: 100%;
}
.zx_c_it .zx_c_it_c{
    padding: 10px;
}
.zx_c_it .zx_c_it_c p{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    letter-spacing: 0px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: box;
}
.zx_c_it .zx_c_it_c h1{
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #e60012;
    line-height: 40px;
}
.btn_a{
    display: block;
    width: 180px;
    height: 42px;
    border: 1px solid #00448c;
    border-radius: 22px;
    font-size: 18px;
    text-align: center;
    color: #00448c;
    line-height: 40px;
    letter-spacing: 1px;
    margin: 0 auto;
}
.btn_a:hover{
    color: #fff;
    background-color: #00448c;
}
.index_content{
    margin-bottom: 80px;
}
.zx_d{
    display: flex;
}
.zx_d_lf{
    float: left;
    width: 33%;
    background: #f6f6f6;
    padding: 40px;
}
.zx_d_lf h1{
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
.zx_d_lf:hover h1{
    color: #246fd4;
}
.zx_d_lf p{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    letter-spacing: 0px;
    margin-bottom: 40px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: box;
}
.zx_d_lf img{
    width: 100%;
}
.zx_d_rt{
    float: right;
    width: 66%;
    padding-left: 40px;
}
.zx_d_rt_ul li{
    padding: 30px 0;
    border-bottom: 1px solid #bfbfbf;
}
.zx_d_rt_ul li a{
    display: flex;
}
.zx_d_rt_ul li:first-child{
    padding: 0 0 30px 0;
}
.zx_d_rt_ul li:last-child{
    padding: 30px 0 0 0;
    border-bottom: none;
}
.zx_d_rt_ul li:nth-last-child(1):first-child{
    padding: 0 0 30px 0;
}
.zx_d_rt_ul .new_lf{
    min-width: 185px;
    float: left;
}
.zx_d_rt_ul .new_lf img{
    width: 100%;
}
.zx_d_rt_ul .new_rt{
    margin-left: 36px;
    float: right;
    position: relative;
}
.zx_d_rt_ul .new_rt h1{
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    letter-spacing: 1px;
}
.zx_d_rt_ul .new_rt:hover h1{
    color: #246fd4;
}
.zx_d_rt_ul .new_rt p{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: box;
}
.zx_d_rt_ul .new_rt span{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    letter-spacing: 0px;
}
.zx_d_rt_ul .new_rt i{
    float: right;
    font-size: 24px;
    color: #666666;
    line-height: 24px;
}
.new_rt .new_rt_di {
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 0;
    right: 0;
}
.zx_e .zx_e_ul{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.zx_e .zx_e_ul li{
    width: 18%;
    height: 96px;
    background: #ffffff;
    border: 1px solid #00448c;
    margin-bottom: 50px;
    overflow: hidden;
}
.zx_e .zx_e_ul li img{
    width: 100%;
    height: 100%;
}
.zx_e .zx_e_ul li img {
    /* 过渡配置 */
    transition: all .5s ease .1s;
}
.zx_e .zx_e_ul li img:hover {
    /* 放大1.3倍 */
    transform: scale(1.1);
}

.zx_e .zx_e_ul li:nth-child(5n-3),.zx_e .zx_e_ul li:nth-child(5n-2),.zx_e .zx_e_ul li:nth-child(5n-1){
    margin-left: 15px;
    margin-right: 15px;
}
.zx_e .zx_e_ul li:nth-child(5n-4){
    margin-right: 15px;
}
.zx_e .zx_e_ul li:nth-child(5n-0){
    margin-left: 15px;
}
.zx_f{
    display: flex;
}
.zx_f_lf{
    float: left;
    width: 50%;
}
.zx_f_lf img{
    width: 100%;
}
.zx_f_rt{
    float: right;
    width: 50%;
    padding: 30px 60px;
    position: relative;
}
.zx_f_rt p{
    font-size: 18px;
    color: #666666;
    line-height: 32px;
    letter-spacing: 1px;
}
.zx_f_rt a{
    display: block;
    width: 100px;
    height: 32px;
    border: 1px solid #00448c;
    font-size: 16px;
    color: #00448c;
    line-height: 32px;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 60px;
}
.zx_f_rt a:hover{
    color: #fff;
    background-color: #00448c;
}