@charset "utf-8";
/* CSS Document */
html,body{height: 100%;width:100%;min-width:100vw;}
*{padding:0;margin:0;box-sizing: border-box;}
body{word-break:break-all;word-wrap:break-word; margin:0 auto;padding:0;overflow-x: hidden; font-family:'Microsoft Yahei'; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box;}
img{border:none;display:block;max-width: 100%;}
ul,ul li,dl,dl dt,dl dd{display:block;list-style-type: none;}
ul,ol,input{margin:0;padding:0;}
li{ list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
body,h1,h2,h3,h4,h5,h6,p,dl,dd{margin:0; padding:0;}
a{color:#333;text-decoration:none;}
table{border-collapse:collapse;border-spacing:0;}
em,i{font-style:normal}
b,strong,th{font-weight:normal;}
button,input,textarea{font-family:"Microsoft Yahei",Tahoma,Arial,Helvetica,sans-serif;vertical-align:middle;outline: none;}
textarea{resize:none;} 
a,button,input,optgroup,select,textarea {-webkit-tap-highlight-color:rgba(0,0,0,0);outline: none; border:0
}
input[type=”button”], input[type=”submit”], input[type=”reset”] {
	-webkit-appearance: none;
}
i, cite, em, var, address, dfn {
    font-style: italic;
}
::-webkit-scrollbar{
    width: 5px;/*竖向滚动条的宽度*/
    height: 5px;/*横向滚动条的高度*/
}
::-webkit-scrollbar-thumb{/*滚动条里面的小方块*/
    background: #0b3966;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
::-webkit-scrollbar-track{/*滚动条轨道的样式*/
    background: #ccc;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
/* 定义左右滑动的关键帧动画 */
@keyframes arrowMove {
  0% {
    transform: translateX(10px); /* 开始位置 */
  }
  100% {
    transform: translateX(-10px);  /* 结束位置，向右移动 */
  }
}
/* 定义左右滑动的关键帧动画 */
@keyframes arrowMove2 {
  0% {
    transform: translateX(10px); /* 开始位置 */
  }
  100% {
    transform: translateX(-10px);  /* 结束位置，向右移动 */
  }
}
/* 滚动显示 */
.section {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}
.section.active {
    opacity: 1;
    transform: translateY(0);
}

.w{
    width: 1200px;margin: 0 auto;position: relative;
}
.zl_top{
    box-shadow: 0 5px 10px #063a7169;
}
.zl_header{
    height: 70px;display: flex;align-items: center;justify-content: space-between;
}
.zl_logo{
    width: 240px;
}
.zl_logo img{
    width: 100%;
}
.zl_nav ul{
    width: 700px;display: flex;align-items: center;justify-content: space-between;
}
.zl_nav ul li a{
    font-size: 20px;color: #333;display: block;position: relative;
}
.zl_nav ul li a::before{
    content: "";position: absolute;bottom: -20px;width: 0;height: 5px;background-color: #3255fa;
    left: 50%;transform: translateX(-50%);
}
.zl_nav ul li a:hover::before{
    transition: all .3s;width: 100%;
}
.zl_login a{
    padding: 0 15px;height: 34px;line-height: 34px;color: #fff;background-color: #3255fa;border-radius: 18px;display: block;
}
.zl_banner{
    position: relative;
}
.zl_banner_big{
    width: 100%;
}
.zl_banner_font{
    padding-top: 5%;position: absolute;top: 5%;
    left: 50%;transform: translateX(-50%);
}
.zl_banner_font h1 img{
    width: 62%;margin-bottom: 25px;
}
.zl_banner_font p{
    font-size: 18px;display: flex;line-height: 40px;
}
.zl_banner_font p em{
    font-style: normal;
}
/* 主体内容 */
.content{
    background-color: #f6fafc;
}
.zl_main{
    padding: 50px 0;
}
.zl_main_top_items:last-of-type{
    margin-top: 25px;
}
.zl_main_top{
    margin-bottom: 50px;
}
.zl_main_top_items{
    display: flex;justify-content: space-between;border: 1px solid #ddd;
}
.zl_main_top_items_le{
    width: 60%;
}
.zl_main_top_items_le h2{
    display: inline-block;padding: 10px 25px;border-bottom-right-radius: 24px;color: #fff;
    background-color: #3255fa;font-size: 20px;
}
.zl_main_top_items_le h2 i img{
    width: 22px;height: 22px;
}
.zl_main_top_items_le h2 i{
    margin-left: 15px;display: inline-block;
    vertical-align: -5px ;
}
.zl_main_top_items_le p{
    padding: 30px 0;padding-left: 25px;line-height: 34px;font-size: 16px;
}
.zl_main_top_items_le p .zl_more{
    color: #3255fa;font-size: 16px;
}
.zl_main_top_items_le h3 i img{
    width: 22px;height: 22px;
}
.zl_main_top_items_le h3 i{
    margin-left: 15px;display: inline-block;
    vertical-align: -5px ;
}
.zl_main_top_items_le h3{
    display: inline-block;padding: 20px 25px 0px;font-size: 20px;
}
.zl_main_top_items_pic{
    overflow: hidden;
}
.zl_main_top_items_pic img{
    width: 100%;height: 100%;
}
.zl_main_top_items_pic:hover img{
    transition: all .3s;transform: scale(1.2);
}
.zl_newsCenter > h2{
    font-size: 32px;margin-bottom: 25px;
}
.zl_newsCenter > h2 span{
    color: #bbc8fb;font-size: 24px;vertical-align: bottom;margin-left: 10px;
}
.zl_newsCenter_menu{
    display: flex;align-items: center;justify-content: space-between;background-color: #fff;
}
.zl_newsCenter_slide{
    position: relative;width: 700px;padding: 70px 50px;
}
.zl_newsCenter_slide::after{
    content: "";position: absolute;width: 400px;height: 100%;background-color: #3255fa;top: 0;left: 0;
}
.zl_newsCenter_slide .swiper-slide a{
    display: block;font-size: 0;
}
.zl_newsCenter_slide .swiper-slide a img{
    height: 340px;width: 100%;
}
.zl_newsCenter_slide .zl_newsCenter_slide_pagination{
    bottom: 40px;
}
.zl_newsCenter_slide .zl_newsCenter_slide_pagination .swiper-pagination-bullet{
    background-color: #fff;width: 10px;height: 10px;opacity: 1;margin: 0 3px;
}
.zl_newsCenter_slide .zl_newsCenter_slide_pagination .swiper-pagination-bullet-active{
    background-color: #fff;width: 30px;height: 10px;border-radius: 5px;
}
.zl_newsCenter_list{
    width: calc(100% - 700px);padding: 30px 0;padding-right: 40px;
}
.zl_newsCenter_list_tab{
    margin-bottom: 25px;
}
.zl_newsCenter_list_tab span{
    display: inline-block;font-size: 20px;margin-right: 40px;position: relative;cursor: pointer;
}
.zl_newsCenter_list_tab span.active{
    font-weight: 700;
}
.zl_newsCenter_list_tab span.active::before{
    position: absolute;bottom: -10px;width: 50%;left: 50%;transform: translateX(-50%);
    height: 5px;border-radius: 3px;background-color:#3255fa;
}
.zl_newsCenter_list_tab span::before{
    content: "";position: absolute;bottom: -10px;width: 0;left: 50%;transform: translateX(-50%);
    height: 5px;border-radius: 3px;background-color:#3255fa;
}
.zl_newsCenter_list_tab span:hover::before{
    transition: all .3s;width: 50%;
}
.zl_newsCenter_list_details_items ul li{
    margin: 10px 0;
}
.zl_newsCenter_list_details_items ul li .zl_newsCenter_list_details_items_d{
    display: flex;align-items: center;justify-content: space-between;
}
.zl_newsCenter_list_details_items ul li .zl_newsCenter_list_details_items_d i{
    font-size: 14px;padding: 7px 0;background-color: #e9f0ff;color: #3255fa;
    border-radius: 5px;font-style: normal;width: 80px;text-align: center;
}
.zl_newsCenter_list_details_items ul li .zl_newsCenter_list_details_items_d a{
    display: block;width: 80%;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;font-size: 16px;
}
.zl_newsCenter_list_details_items ul li .zl_newsCenter_list_details_items_d a:hover{
    color: #3255fa;
}
.zl_newsCenter_list_details_items ul li p{
    font-size: 16px;color: #999;margin-top: 10px;
}
.zl_more_i2{
    float: right;font-size: 16px;background-color: #3255fa;padding: 10px 15px;color: #fff;
}
.zl_more_i2:hover{
    transition: all .3s;box-shadow: 3px 3px 7px #063a71;
}
.zl_message{
    background-color: #fff;padding: 30px 0;
}
.zl_message_top{
    display: flex;align-items: center;justify-content: space-between;margin-bottom: 20px;
}
.zl_message_top a{
    display: block;font-size: 0;width: 49%;border-radius: 15px;
}
.zl_message_top a img{
    width: 100%;height: 100%;
}
.zl_message_top a:hover{
    transition: ease-in .3s;box-shadow: 10px 6px 10px #ddd;
}
.zl_message_slide{
    position: relative;
}
.zl_message_slide .swiper-slide{
    border: 1px solid #ddd;padding: 20px;
}
.zl_message_slide .swiper-slide::after{
    content: "";position: absolute;bottom: 0;left: 0;
    width: 0;height: 2px;background-color: #3255fa;
}
.zl_message_slide .swiper-slide:hover::after{
    width: 100%;transition: all .3s;
}
.zl_message_slide .swiper-slide:hover .zl_message_slide_details h3 a{
    font-weight: 700;color: #3255fa;
}
.zl_message_slide .swiper-slide .zl_message_slide_details{
    position: relative;
}
.zl_message_slide .swiper-slide .zl_message_slide_details .zl_message_mark{
    position: absolute;right: 0;top: 0;color: #ffae00;font-size: 20px;
}
.zl_message_slide .swiper-slide .zl_message_slide_details > h3{
    font-size: 20px;margin-bottom: 10px;width: 80%;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;
}
.zl_message_slide .swiper-slide .zl_message_slide_details > h6{
    margin-bottom: 10px;
}
.zl_message_slide .swiper-slide .zl_message_slide_details > h6 i{
    font-size: 14px;padding: 5px 0;background-color: #e9f0ff;display: inline-block;
    color: #3255fa;border-radius: 5px;font-style: normal;width: 80px;text-align: center;
}
.zl_message_slide .swiper-slide .zl_message_slide_details > h6 em{
    margin: 0 10px;font-size: 14px;display: inline-block;font-style: normal;color: #888;font-weight: normal;
}
.zl_message_slide .swiper-slide .zl_message_slide_details > h6 em img{
    width: 15px;height: 12px;display: inline-block;
}
.zl_message_slide .swiper-slide .zl_message_slide_details .zl_message_date{
    display: inline-block;padding-left: 20px;background: url(../images/zl_icon04.png) no-repeat 0px 3px;
    background-size: 15px 15px;font-size: 14px;color: #888;font-weight: normal;
}
.zl_message_slide .swiper-slide .zl_message_slide_details p{
    line-height: 40px;font-size: 16px;
}
.zl_message_slide .swiper-slide .zl_message_slide_details p b{
    color: #3255fa;
}
.zl_message_slide .zl_message_slide_prev {
    background: url(../images/slide_arrow.png) no-repeat;background-size: 100% 100%;
    width: 40px;cursor: pointer;height: 40px;left: -60px;margin-top: -16px;
	position: absolute;top: 50%;z-index: 999;margin-top: -20px;
}
.zl_message_slide .zl_message_slide_next {
    background: url(../images/slide_arrow.png) no-repeat;width: 40px;cursor: pointer;height: 40px;background-size: 100% 100%;
    right: -60px;margin-top: -16px;position: absolute;top: 50%;z-index: 999;transform: rotateY(180deg);margin-top: -20px;
}
.zl_message_process{
    margin-top: 30px;
}
.zl_message_process > h2{
    font-size: 32px;display: block;text-align: center;margin-bottom: 20px;
}
.zl_message_process_de ul{
    display: flex;align-items: center;justify-content: space-between;
} 
.zl_message_process_de ul li.process_arrow{
    display: flex;align-items: center;justify-content: center;animation: arrowMove 1s infinite alternate;
}
.zl_message_process_de ul li.process_arrow img{
    margin-top: -30px;
}
.zl_message_process_de ul li.process_icon img{
    height: 76px;margin-bottom: 20px;
}
.zl_message_process_de ul li.process_icon p{
    text-align: center;display: block;font-size: 18px;font-weight: 700;
}
.zl_scene{
    padding: 50px 0;position: relative;
}
.zl_scene > h2{
    font-size: 32px;margin-bottom: 25px;
}
.zl_scene > h2 span{
    color: #bbc8fb;font-size: 24px;vertical-align: bottom;margin-left: 10px;
}
.zl_scene > h2 a{
    float: right;font-weight: normal;font-size: 16px;color: #3255fa;line-height: 42px;
}
.zl_scene_details > h2 {
    font-size: 20px;margin-bottom: 10px;width: 80%;
    overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.zl_scene_img{
    overflow: hidden;
}
.zl_scene_img img{
    width: 100%;height: 185px;
}
.zl_scene_details{
    padding: 25px 15px;position: relative;border: 1px solid #ddd;
}
.zl_scene_details::after{
    content: "";position: absolute;bottom: 0;left: 0;
    width: 0;height: 2px;background-color: #3255fa;
}
.zl_scene_details p{
    line-height: 34px;font-size: 16px;
}
.zl_scene_details h3{
    margin-top: 20px;font-size: 16px;
}
.zl_scene_details h3 span{
    font-weight: normal;
}
.zl_scene .zl_scene_prev {
    background: url(../images/slide_arrow.png) no-repeat;background-size: 100% 100%;
    width: 40px;cursor: pointer;height: 40px;left: -60px;margin-top: -16px;
	position: absolute;top: 50%;z-index: 999;margin-top: -20px;
}
.zl_scene .zl_scene_next {
    background: url(../images/slide_arrow.png) no-repeat;width: 40px;cursor: pointer;height: 40px;background-size: 100% 100%;
    right: -60px;margin-top: -16px;position: absolute;top: 50%;z-index: 999;transform: rotateY(180deg);margin-top: -20px;
}
.zl_scene .swiper-slide:hover .zl_scene_img img{
    transition: all .5s;transform: scale(1.2);
}
.zl_scene .zl_scene_details:hover::after{
    width: 100%;transition: all .3s;z-index: 999;
}
.zl_scene .zl_scene_details:hover h2 a{
    font-weight: 700;color: #3255fa;
}
.zl_achievement{
    padding-bottom: 50px;
}
.zl_achievement > h2{
    font-size: 32px;margin-bottom: 25px;
}
.zl_achievement > h2 span{
    color: #bbc8fb;font-size: 24px;vertical-align: bottom;margin-left: 10px;
}
.zl_achievement_details{
    background: url(../images/zl_pic09.png) no-repeat;background-size: 100% 100%;
}
.zl_achievement_details ul{
    display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;
}
.zl_achievement_details ul li{
    width: 33.333%;position: relative;padding: 45px 0;text-align: center;cursor: pointer;
}
.zl_achievement_details ul li h3{
    font-size: 45px;margin-bottom: 15px;color: #3255fa;z-index: 1;position: relative;
}
.zl_achievement_details ul li span{
    font-size: 18px;font-weight: 700;display: block;z-index: 1;position: relative;
}
.zl_achievement_details ul li::before{
    content: "";position: absolute;top: 0;left: 0;z-index: 0;
    width: 100%;height: 0;background: url(../images/zl_pic10.png) no-repeat;background-size: 100% 100%;
}
.zl_achievement_details ul li:hover h3,.zl_achievement_details ul li:hover span{
    color: #fff;
}
.zl_achievement_details ul li:hover::before{
    height: 100%;transition: all .3s;
}
.zl_achievement_details ul li:hover h3,.zl_achievement_details ul li:hover span{
    transition: all .5s;transform: scale(1.2);
}
.zl_bottom{
    padding-bottom: 30px;
}
.zl_bottom > h2{
    font-size: 32px;margin-bottom: 25px;
}
.zl_bottom > h2 span{
    color: #bbc8fb;font-size: 24px;vertical-align: bottom;margin-left: 10px;
}
.zl_bottom_t{
    background: url(../images/zl_pic11.png) no-repeat;background-size: 100% 100%;margin-bottom: 30px;
}
.zl_bottom_t ul{
    display: flex;align-items: center;justify-content: space-between;
}
.zl_bottom_t ul li{
    width: 25%;padding: 40px 0;text-align: center;cursor: pointer;background: url(../images/zl_pic12.png) no-repeat right center;
}
.zl_bottom_t ul li:last-of-type{
    background: none;
}
.zl_bottom_t ul li h3{
    font-size: 45px;margin-bottom: 15px;color: #3255fa;z-index: 1;position: relative;
}
.zl_bottom_t ul li span{
    font-size: 18px;font-weight: 700;display: block;z-index: 1;position: relative;
}
.zl_bottom_t ul li:hover h3,.zl_bottom_t ul li:hover span{
    transition: all .5s;transform: scale(1.2);
}
.zl_bottom_c{
    display: flex;justify-content: space-between;background-color: #fff;padding: 25px 15px;
}
.zl_bottom_c_l{
    width: 30%;
}
.zl_bottom_c_l h2{
    font-size: 20px;margin-bottom: 15px;display: block;text-align: center;
}
.zl_bottom_c_l h5{
    font-size: 16px;margin-bottom: 10px;display: block;text-align: center;font-weight: normal;
}
.zl_bottom_c_l p{
    font-size: 16px;line-height: 30px;
}
.zl_bottom_c_r{
    width: 68%;
}
.zl_bottom_c_l p .zl_more{
    color: #3255fa;
    font-size: 16px;
}
.zl_bottom_c_r_t{
    margin-bottom: 30px;
}
.zl_bottom_c_r_t ul{
    display: flex;align-items: center;justify-content: space-between;
}
.zl_bottom_c_r_t ul li{
    position: relative;width: 23%;padding: 50px 0 30px 20px;
}
.zl_bottom_c_r_t ul li:nth-of-type(1){
    background: url(../images/zl_pic13.png) no-repeat;background-size: 100% 100%;
}
.zl_bottom_c_r_t ul li:nth-of-type(2){
    background: url(../images/zl_pic14.png) no-repeat;background-size: 100% 100%;
}
.zl_bottom_c_r_t ul li:nth-of-type(3){
    background: url(../images/zl_pic15.png) no-repeat;background-size: 100% 100%;
}
.zl_bottom_c_r_t ul li:nth-of-type(4){
    background: url(../images/zl_pic16.png) no-repeat;background-size: 100% 100%;
}
.zl_bottom_c_r_t ul li::before{
    content: "";position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);
    width: 0;height: 0;border-radius: 5px;z-index: 0;
}
.zl_bottom_c_r_t ul li:nth-of-type(1):hover::before{
    background-color: #ffe9bd;transition: all .3s;width: 100%;height: 100%;
}
.zl_bottom_c_r_t ul li:nth-of-type(2):hover::before{
    background-color: #ffbbb4;transition: all .3s;width: 100%;height: 100%;
}
.zl_bottom_c_r_t ul li:nth-of-type(3):hover::before{
    background-color: #cdc6ff;transition: all .3s;width: 100%;height: 100%;
}
.zl_bottom_c_r_t ul li:nth-of-type(4):hover::before{
    background-color: #ffc1d9;transition: all .3s;width: 100%;height: 100%;
}
.zl_bottom_c_r_t ul li a{
    display: block;position: relative;z-index: 1;
}
.zl_bottom_c_r_t ul li:hover a{
    color: #fff;
}
.zl_bottom_c_r_t ul li:hover a span{
    color: #fff;font-weight: 700;
}
.zl_bottom_c_r_t ul li a b{
    font-weight: 700;font-size: 20px;margin-bottom: 15px;display: block;
}
.zl_bottom_c_r_t ul li a span{
    display: block;font-size: 14px;color: #888;
}
.zl_bottom_c_r_b h2{
    font-size: 20px;display: block;text-align: center;margin-bottom: 25px;
}
.zl_bottom_c_r_b ul{
    display: flex;align-items: center;justify-content: space-between;
}
.zl_bottom_c_r_b ul li{
    position: relative;width: 13%;padding: 20px 0 15px;text-align: center;border-radius: 5px;background-color: #e9f0ff;cursor: pointer;
}
.zl_bottom_c_r_b ul li img{
    height: 45px;display: block;margin: 0 auto; margin-bottom: 15px;
}
.zl_bottom_c_r_b ul li span{
    display: block;font-size: 16px;
}
.zl_bottom_c_r_b ul li::after{
    content: "";position: absolute;right: -40px;top: 30px;z-index: 1;
    width: 55px;height: 40px;background: url(../images/process_arrow.png) no-repeat;background-size: 80% 80%;
}
.zl_bottom_c_r_b ul li:last-of-type::after{
    display: none;
}
.zl_bottom_c_r_b ul li:hover::after{
    animation: arrowMove2 1s infinite alternate;
}
.zl_bottom_c_r_b ul li:hover{
    background-color: #3255fa;
}
.zl_bottom_c_r_b ul li:hover span{
    color: #fff;
}
.zl_bottom_c_r_b ul li img:hover{
    transition: all .8s;transform: rotateY(360deg);
}
/* 底部通用 */
.footer{
    width: 100%;
}
.footerTop{
    width: 100%;border-bottom: 1px solid #fff;background-color: #0b3966;color: #fff;
}
.footerTop_box{
    display: flex;padding: 20px 0;align-items: center;
}
.footerTop_box form select{
    font-size: 16px;border-radius: 5px;padding: 9px 0;color: #333;background-color: #fff;width: 235px;margin-left: 20px;
    padding-left: 20px;
}
.footerTop_box span{
    color: #fff;font-size: 16px;font-weight: 700;background-color: #007eff;padding: 8px 50px;border-radius: 5px;
}
.footerBottom{
    background-color: #0b3966;
}
.footerBottom_box{
    padding: 20px 0;display: flex;align-items: center;justify-content: space-around;
}
.footerBottom_box_01{
    display: flex;align-items: center;
}
.footerBottom_box_01 a{
	margin-left:30px;
}
.footerBottom_box_02 ul{
    display: flex;align-items: center;justify-content: space-between;
}
.footerBottom_box_02 ul li{
    position: relative;
}
.footerBottom_box_02 ul li::before{
    content: "";
    position: absolute;
    top: 4px;
    right: -35px;
    width: 2px;
    height: 15px;
    background-color: #fff;
}
.footerBottom_box_02 ul li:last-of-type:before{
    display: none;
}
.footerBottom_box_02 ul li a{
    color: #fff;font-size: 14px;
}
.footerBottom_box_02 p{
    color: #fff;font-size: 14px;margin-top: 10px;
}
.footerBottom_box_02 p:last-of-type{
    display: flex;align-items: center;
}
.footerBottom_box_02 p:last-of-type span{
    margin-right: 10px;
}
.footerBottom_box_03 p{
    color: #fff;font-size: 14px;margin-top: 10px;
}
@media screen and (max-width:1200px){
    .w{
        width: 100%;
    }
    .zl_top{
        display: none;
    }
    .zl_banner_font h1 img{
        margin: 0 auto;width: 70%;
    }
    .zl_banner_font p{
        display: none;
    }
    /* 移动端导航 */
    .mobileTopLe{
        width: 60%;
    }
    .mobileTop{
        display: flex;align-items: center;justify-content: space-between;padding: 10px;width: 100%;
        background-color: #177fea;
    }
    .mobileSearch{
      margin-right: 10px;
    }
    .mobileTopForm{
        display: flex;align-items: center;
    }
    .mobileSearch input{
      height: 29px;width: 0px;
      line-height: 29px;
      border-radius: 20px;
      background: #ffffffa6;
    }
    .mobileSearch .disSearch{
      width: 29px;height: 29px;border-radius: 29px;display: inline-block;vertical-align: middle;
      background: url(../images/m_icon_search.png) no-repeat #0c6bce center;background-size:16px;
    }
    .mobileSearch .submitSearch{
      width: 29px;height: 29px;border-radius: 34px;display: inline-block;vertical-align: middle;display: none;
      background: url(../images/m_icon_search.png) no-repeat #0c6bce center;background-size:16px;
    }
    .m-mask {
      position: fixed;
      bottom: 0;
      z-index: 99999;
      display: none;
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: .5;
    }
    .m-wapnav-body {
      position: fixed;
      top: 0;
      right: -250px;
      z-index: 99999;
      width:250px;
      max-width: 400px;
      height: 100%;
      background: #0c6bce;
    }
    .m-wapnav-body a {
      display: block;
      color: #fff;
      width: 100%;
      height: 70px;
      font-size: 20px;
      line-height: 70px;
      text-align: center;
      border: 0;
      font-family: 'PingFang-Medium';
    }
    .m-wap-search {
      padding: 0 0 2px 15px;
      margin: 15px 10px 0 10px;
      background: #fff;
      border-radius: 20px;display: none;
    }
    .mobileDis{
      display:block !important;
    }
    .wapNav{
      position: relative;
      background: #0c6bce;
      width: 29px;
      height: 29px;
      border-radius: 34px;
    }
    .wapNav:before {
      content: "";
      position: absolute;
      left: 6px;
      top: 6px;
      font-size: 32px;
      color: #fff;
      width: 16px;
      height: 16px;
      background: url(../images/dh.png) no-repeat;
      background-size: 100%;
    }
    .mobile_date{
        display: block;color: #fff;font-size: 14px;
    }
    /* 移动端正文 */
    .content{
        padding: 10px;
    }
    .zl_main{
        padding: 0;
    }
    .zl_main_top_items{
        display: block;
    }
    .zl_main_top_items_le{
        width: 100%;
    }
    .zl_main_top_items_le h2{
        font-size: 18px;
    }
    .zl_main_top_items_le p{
        padding: 10px;padding-left: 10px;line-height: 26px;font-size: 14px;
    }
    .zl_main_top_items_pic{
        padding: 10px;
    }
    .zl_main_top_items_le h3{
        font-size: 18px;
    }
    .zl_main_top_items_pic{
        padding: 10px;
    }
    .zl_main_top{
        margin-bottom: 30px;
    }
    .zl_newsCenter > h2{
        font-size: 24px;
    }
    .zl_newsCenter > h2 span{
        margin-left: 5px;font-size: 18px;
    }
    .zl_newsCenter_menu{
        display: block;
    }
    .zl_newsCenter_slide::after{
        width: 50%;
    }
    .zl_newsCenter_slide{
        width: 100%;padding: 20px;padding-bottom: 50px;
    }
    .zl_newsCenter_slide .zl_newsCenter_slide_pagination{
        bottom: 20px;
    }
    .zl_newsCenter_list{
        width: 100%;padding: 20px 10px;padding-right: 20px;padding-bottom: 50px;
    }
    .zl_newsCenter_list_tab span{
        font-size: 18px;
    }
    .zl_more_i2{
        font-size: 14px;
    }
    .zl_message{
        padding: 30px 10px;
    }
    .zl_message_slide .zl_message_slide_next,.zl_message_slide .zl_message_slide_prev{
        display: none;
    }
    .zl_message_process_de{
        width: 100%;overflow-x: auto;
    }
    .zl_message_process_de ul{
        width: 800px;
    }
    .zl_message_process > h2{
        font-size: 20px;
    }
    .zl_message_process_de ul li.process_icon img{
        height: 48px;margin-bottom: 10px;
    }
    .zl_message_process_de ul li.process_icon p{
        font-size: 14px;
    }
    .zl_message_process_de ul li.process_arrow img{
        width: 30px;
    }
    .zl_scene{
        padding: 30px 0;
    }
    .zl_scene > h2{
        font-size: 24px;
    }
    .zl_scene > h2 span{
        font-size: 18px;
    }
    .zl_scene > h2 a{
        font-size: 12px;
    }
    .zl_scene .zl_scene_next,.zl_scene .zl_scene_prev{
        display: none;
    }
    .zl_achievement > h2{
        font-size: 24px;
    }
    .zl_achievement > h2 span{
        font-size: 18px;
    }
    .zl_achievement_details ul li{
        overflow: hidden;padding: 20px 0;
    }
    .zl_achievement_details ul li h3{
        font-size: 30px;
    }
    .zl_achievement_details ul li span{
        height: 40px;font-size: 14px;
    }
    .zl_achievement_details ul li:hover span{
        transform: scale(1);
    }
    .zl_bottom > h2{
        font-size: 24px;
    }
    .zl_bottom > h2 span{
        font-size: 18px;
    }
    .zl_bottom_t ul li h3{
        font-size: 30px;
    }
    .zl_bottom_t ul li span{
        font-size: 12px;height: 30px;
    }
    .zl_bottom_t ul li{
        padding: 10px 0;
    }
    .zl_bottom_t ul li h3{
        margin-bottom: 10px;font-size: 24px;
    }
    .zl_bottom_c{
        display: block;
    }
    .zl_bottom_c_l{
        width: 100%;margin-bottom: 10px;
    }
    .zl_bottom_c_r{
        width: 100%;
    }
    .zl_bottom_c_r_t ul{
        flex-wrap: wrap;
    }
    .zl_bottom_c_r_t ul li{
        width: 48%;margin-bottom: 10px;
    }
    .zl_bottom_c_r_b_s{
        width: 100%;overflow-x: auto;
    }
    .zl_bottom_c_r_b_s ul{
        width: 800px;
    }
    /* 底部通用 */
    .footer{
        width: 100%;
    }
    .footerTop{
        display: none;
    }
    .footerBottom_box{
        display: block;
    }
    .footerBottom_box_01{
        justify-content: center;
    }
    .footerBottom_box_01 a:first-of-type{
        margin-left: 0;
    }
    .footerBottom_box_02{
        text-align: center;
    }
    .footerBottom_box_02 ul{
        width: 100% !important;justify-content: center !important;
    }
    .footerBottom_box_02 ul li{
        width: 25%;
    }
    .footerBottom_box_02 ul li::before{
        right: 0;
    }
    .footerBottom_box_02 p:last-of-type{
        display: block;
    }
    .footerBottom_box_02 p:last-of-type span{
        display: inline-block;
    }
    .footerBottom_box_02 p:last-of-type a{
        vertical-align: 5px;
    }
    .footerBottom_box_03{
        text-align: center;
    }
}