@charset "utf-8";
/* QWERTYUIOPLKJHGFDSAZXCVBNM0123456789 */
@font-face{ font-family:sy; src:url(../fonts/sySong.woff);}

.header_top{position: relative;z-index: 10000;width: 100%;background: url(../images/headbg.jpg) no-repeat center/cover;}
.header_top .top{justify-content: space-between;align-items: center;height: 1.3rem;}
#logo{position: relative;}
.header_top #logo img{max-width:100%;transition: .5s;width: 7rem;}
.list_box1 .ser a{display:flex;align-items:center;position: relative;width: 100%;height: 0.45rem;}

.list_box1 .li .input{width: 400px;height: 100%;padding: 0 .2rem;font-size: .14rem;color: rgba(255, 255, 255, 0.4);line-height: .45rem;border: 1px solid rgba(255, 255, 255, 0.15);border-radius: 0.23rem;}
.list_box1 .li  input::-webkit-input-placeholder{ color:rgba(255, 255, 255, 0.4);}
.list_box1 .li input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:rgba(255, 255, 255, 0.4); }
.list_box1 .li input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:rgba(255, 255, 255, 0.4);}
.list_box1 .li input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color:rgba(255, 255, 255, 0.4);}

.list_box1 .li .serbtn{width: 0.45rem;height: 100%;border-radius: 0.16rem;margin-left: .15rem;}
.list_box1 .li .serbtn img{width: 100%;}
#nav{width: 100%;position: relative;z-index: 1000;background: #fff;}
#nav ul{display: flex;justify-content: space-between;/* height: 100%; */width: 100%;}
#nav ul li{z-index:0;/* height: 100%; */position: relative;}
#nav ul li a{display: flex;padding: 0;position: relative;z-index: 2;height: 100%;align-items: center;}
#nav ul li h3{font-size: .22rem;color: #000;line-height: .5rem;position:relative;transition: .36s;/* display: inline-block; */padding: 0 .2rem;font-family: "PingFang SC";align-items: center;}
#nav ul li h3 img{display: block;margin-right: .2rem;}

#nav ul li .sub{position:absolute;top: 95%;background: rgba(255,255,255,.9);width: auto;left: 50%;z-index: 10000;transform: translateX(-50%) scaleY(0);visibility:hidden;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;transition: .5s;transform-origin: top;box-shadow: 0 0 10px rgba(0,0,0,.3);/* border-radius: .1rem; */overflow: hidden;z-index: 1000;}
#nav ul li .sub:after{content: '';height: .02rem;width: 100%;position: absolute;left: 0;top: 0;background: #1d478f;}
#nav ul li .sub .box{padding: .2rem 0;text-align:center;}
#nav ul li .sub a{padding: 5px .16rem;line-height: 28px;transition:.6s;font-size: .16rem;color: #333;text-align: center;white-space: nowrap;min-width: 160px;display: block;}
#nav ul li .sub a img{ margin: 0 .1rem 0 0; opacity: .2; transition: .5s}
#nav ul li .sub a:hover{background: #1d478f;color: #fff;}
#nav ul li:hover .sub{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;visibility:visible;transform: translateX(-50%) scaleY(1);}
#nav ul li.on h3,#nav ul li:hover h3{/* background: #cfa910; */}

/*手机端开始*/
.m_header_box {transition: .6s;display: none;position: relative;z-index: 100000;}
.m_header_box header{padding: 0 0 0 0.15rem;height: .7rem;background: #1d478f;box-shadow: 0 3px 5px rgba(0,0,0,.05);position: fixed;top: 0;left: 0;right: 0;z-index: 100;display:flex;justify-content:space-between;align-items: center;}
.m_header_box header #logo{padding:0;width: 75%;margin: 0;}
.m_header_box header #logo img{max-height: .6rem;}
/*导航按钮开始*/
#nav_btn_box.on { background: none; }
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before {/* background: #fff; */}
#nav_btn_box{position:relative;width: .7rem;height: .7rem;display: flex;align-items: center;justify-content: center;z-index: 1;}
#nav_btn_box:before{content:"";position: absolute;z-index: -1;top: 0;right: 0;bottom: 0;left: 0;background: #fff;}
#nav_btn_box:after{content:"";position: absolute;z-index: -1;top: 0;left: -10px;border-right: #fff 10px solid;border-top: transparent .7rem solid;}
#nav_btn { cursor: pointer; text-align: center; z-index: 99999; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; outline: none; box-shadow: none; }
#nav_btn .point {display: inline-block;width: 0.40rem;height: 22px;position: relative;outline: none;}
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before { width: .28rem; }
#nav_btn .navbtn {position: absolute;top: 12px;left: 0;display: inline-block;width: 18px;height: 2px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #1d478f;}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0;display: inline-block;width: 24px;height: 2px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #1d478f;}
#nav_btn .navbtn::after { top: -8px; }
#nav_btn .navbtn::before { top: 8px; }
#nav_btn .point.on .navbtn {background: transparent;}
#nav_btn .point.on .navbtn::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0px; }
#nav_btn .point.on .navbtn::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 0px; }

.m_nav_list {flex-direction: column;/* justify-content: center; */width: 100%;height: 100%;overflow: auto;align-items: center;display: flex;background: rgba(255,255,255,.1);}
.m_nav_list::-webkit-scrollbar { display:none}
#m_nav {z-index: 99999;position: fixed;width: 100%;height: 100vh;right: -105vw;top: 0;display: none;padding: 70px 20px 30px;overflow: hidden;pointer-events: none;transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;background: #f7f7f7;background-size:cover;opacity: 0;visibility: hidden;}
#m_nav .close{position:absolute;top: 7px;right: 15px;left: 15px;font-size: 30px;color: #333;z-index: 10000;/* background: rgba(255,255,255,.1); */width: auto;height: 35px;border-radius: 0;display: flex;align-items: center;justify-content: flex-end;padding: 0 0;}
#m_nav.act {pointer-events: auto;right: 0;opacity: 1;visibility: visible;}

#m_nav .search_box input.submit{ background: #0656b7 url(../images/submit.svg) center no-repeat; background-size: .28rem;}
#m_nav .list_box0{text-align:center;width: 100%;justify-content: flex-start;margin: .32rem 0 0;flex-wrap: wrap;height: 0.4rem;}
#m_nav .list_box0 .li{text-align: left;color: #1d478f;margin: 0 .12rem 0.15rem 0;font-size: 14px;padding: 0;min-width: 1rem;}

#m_nav .old_rukou{margin:.24rem 0 0;width: 100%;}

.list_box_nav_mobile{width:100%;max-height: calc(100% - 250px);/* background: rgba(255,255,255,.1); */padding: 0 0 10px;overflow: hidden;overflow-y: auto;margin: 0;/* flex: 1; */}
.list_box_nav_mobile>li{width: 100%;overflow: hidden;padding: 0;position: relative;margin: 0 auto;}
.list_box_nav_mobile>li .con{ position:relative}
.list_box_nav_mobile>li .a{width: 100%;border-bottom: 1px solid #e2e2e2;line-height: .5rem;color: #333;padding: 0;font-size: 16px;display: flex;position: relative;transition:.5s;}
.list_box_nav_mobile>li i{opacity: 1;filter: alpha(opacity=100);display: inline-block;width: .64rem;height: .5rem;display: inline-block;background: url(../images/arrow_down.svg) center no-repeat;background-size: 15px 15px !important;position: absolute;display: block;right: 0;top: 2px;}
.list_box_nav_mobile>li.on1 i{transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);}

.list_box_nav_mobile>li.on .a{border-bottom: 1px solid #e2e2e2;}

/*三级导航 开始*/
.list_box_nav_mobile>li .list{padding:10px 0;border-bottom: 1px solid rgba(255, 255, 255, 0.1); display:none}
.list_box_nav_mobile>li .list a{display:block;font-size:13px;color: #666;line-height: 2.5;}
.nav_mask { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 888; background-color: rgba(0,0,0,0.4); display: none; }

/*顶部搜索*/
.wap_search{font-size:16px;border-radius: 5px;color:#fff;text-align:center;letter-spacing:2px;overflow:hidden;width: 100%;height: 85px;display: block;margin-bottom: 0.1rem;}
.wap_search form{height:40px;border-radius:20px;background: rgb(255 255 255);position:relative;width: 3.68rem;margin: 10px auto;}
.wap_search .input{font-size: .16rem;color: #646464;height:40px;line-height:40px;padding: 0 .24rem;box-shadow:none;-webkit-appearance: none;float:left;border-right: 0;background:none;width: calc(100% - 40px);}
.wap_search .btn_blue{position:absolute;cursor:pointer;top:0;right:0;width: 40px;height:40px;line-height:40px;border:0;background: url(../images/submit.svg) center no-repeat #1d478f;background-size: .24rem;border-radius: 20px;}
.wap_search .btn_blue.fr{ background:#e9edef; color:#4e4f53;}
.wap_search input::-webkit-input-placeholder{ color:#999; }
.wap_search input::-moz-placeholder{   /* Mozilla Firefox 19+ */ color:#999; }
.wap_search input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */ color:#999; }
.wap_search input:-ms-input-placeholder{  /* Internet Explorer 10-11 */  color:#999; }/* WebKit browsers */
.wap_search input:focus::-webkit-input-placeholder {color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */}/* Mozilla Firefox 4 to 18 */
.wap_search input:focus:-moz-placeholder {color: transparent;}/* Mozilla Firefox 19+ */
.wap_search input:focus::-moz-placeholder {color: transparent;}/* Internet Explorer 10+ */
.wap_search input:focus:-ms-input-placeholder {color: transparent;}/* 点击搜索框获取焦点 placeholder消失-结束 */


/* banner */
.main-visual-wrapper {width: 100%;position: relative;/* padding: .2rem 0 .4rem; */}
.main-visual-slider {overflow: hidden;width: 100%;position: relative;}
.main-visual-slider .swiper-slide { overflow: hidden; }
.main-visual-slider .swiper-container { width: 100%; height: 100%; position: relative; }
.swiper-box1 .imged::after{width: 100%;background-size: 100% 100%;z-index: 1;content: "";position: absolute;bottom: 0;left: 0;}
.swiper-box1 .imged{padding-bottom: 32.5%;}
.slide-inner{overflow: hidden;}
.main-visual-slider .imged{transform: translate3d(0px, 0px, 0px) scale(1.05); transition: opacity 0.5s}
.main-visual-slider .swiper-slide-active .imged{transform: scale(1); transition: all 6s ; }
.main-visual-slider video{transform: scale(1.1)\0;}
.swiper-box1 .swiper-pagination{bottom: .3rem;}
.swiper-box1 .swiper-pagination-bullet {margin: 0px 0.13rem !important;width: 0.79rem;height: 0.03rem;background: #fff;opacity: .24;font-size: 0;}
.swiper-box1 .swiper-pagination-bullet-active{opacity: 1;}


/* home1 */
.home1{padding: 0.4rem 0 .65rem;}
.home1::after{width: 100%;height: 100%;background: url(../images/hbg1.jpg) no-repeat;background-size: cover;}
.title{margin-bottom: .45rem;justify-content: space-between;align-items: center;position: relative;}
.title .h3{overflow:hidden;width: calc(100% - 0.9rem);display: flex;}
.title .tit::after{width:100vw;height: 0.09rem;background: url(../images/tit-l.png) repeat-x;background-size: 100% !important;bottom: auto;top: 50%;/* transform: translateY(-50%); */left: 110%;}

.title h3{font-size: 0.36rem;color: #1d478f;line-height: 1.2;cursor: pointer;/* padding-right: 0.1rem;*/ font-family: sy;font-weight: bold;align-items: center;}

.title .h3 img{display: inline-block;margin-right: .15rem;max-width: 0.45rem;max-height: 0.54rem;}

.more{width: 90px;height: 100%;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.more a{display:block;height:100%;}
.more a span{color: #5b6e95;font-size: 0.18rem;transition: 0.5s;align-items: center;height:100%;justify-content: flex-end;}
.more a span img{display: inline-block;margin-left: .1rem;width: 0.25rem;}
.more a:hover span{transform: translateX(.1rem);}

.home1 .left{width: 50%;}
.home1 .right{width: 50%;padding-left: 0.3rem;}  
.home1 .left .imged{padding-bottom: 4.74rem;} 
.home1 .left a{position: relative;display: block;}
.home1 .left .con{width: 100%;position: absolute;left: 0;bottom: 0;z-index: 10;align-items: center;}
.home1 .left .con .date{width: 1rem;height: 0.84rem;background: rgba(219,1,1,.8);white-space: nowrap;text-align:center;padding:0.15rem .05rem;}
.home1 .left .con h3{font-size: 0.24rem;color: #fff;line-height: 1.5;padding: 0 .35rem 0rem;width: calc(100% - 1rem);}
.home1 .left .imged::after{width: 100%;height: 1.5rem;background: url(../images/n-shad.png) no-repeat;background-size: 100% 100%;}
.home1 .left .con .date span{font-size:.3rem;color:#fff;}
.home1 .left .con .date p{color:#fff;font-size:.16rem;line-height: 1.5;}
.home1 .right ul{justify-content: space-between;}
.home1 .right li{margin-bottom: .2rem;width: 48%;}
.home1 .right li a{height: 2.27rem;background: #fff;padding: .25rem;display: block;}
.home1 .right li a::after{width: 100%;height: 0;background: url(../images/h1bg.jpg) no-repeat center/cover;}
.home1 .right li a *{transition: 0.5s;}
.home1 .right li p{font-size: 0.3rem;color: #1e479a;align-items: baseline;}
.home1 .right li p span{font-size: 0.16rem;color: #1e479a;display: inline-block;padding-left: .1rem;}
.home1 .right li h3{font-size: 0.16rem;color: #000;line-height: 0.26rem;max-height: 0.52rem\0;margin: .2rem 0;}
.home1 .right li h4{font-size: 0.14rem;color: #999;line-height: 0.24rem;max-height: 0.48rem\0;text-indent: 2em;}
@media screen and (min-width: 1200px){
    .home1 .right li a:hover::after{height: 100%;}
    .home1 .right li a:hover p,.home1 .right li a:hover p span,.home1 .right li a:hover h3{color: #fff;} 
    .home1 .right li a:hover h4{color: #fff;opacity: .46;}
}
@media screen and (max-width:1024px){
.home1 .right li{margin-bottom:.3rem;}
}
@media screen and (max-width:768px){
.title .tit::after,.title .tit::before{display:none;}
.home1 .left{width: 100%;}
.home1 .right{width: 100%;padding-left: 0rem;margin-top:.3rem;}
.home1 .left .imged{padding-bottom: 60%;} 
.home1 .right li a{padding:.15rem;}
}
/* home2 */
.home2{padding: 0.6rem 0 1rem;overflow: hidden;}
.home2::after{width: 100%;height: 100%;background: url(../images/hbg2.png) no-repeat ;background-size: 100%;}
.home2-t{justify-content: space-between;}
.home2 .left{width: 50%;}
.home2 .right{width: 50%;padding-left: 0.3rem;}  
.list-c li a{padding: .2rem 0;border-bottom: 1px solid #ddd;align-items: center;}
.list-c li:first-child a{padding-top: 0;}
.list-c li .date{width: .7rem;text-align: center;white-space: nowrap;}
.list-c li .date:before{content:"";position:absolute;width: auto;height: auto;left: 0.03rem;right: -0.03rem;top: 0.03rem;bottom: -0.03rem;background: #c1c8d1;z-index:-1;}
.list-c li .date::after{width:100%;height:100%;background:url(../images/date-p.png) no-repeat bottom/cover #fff;background-size:100% .28rem;}
.list-c li .con{width: calc(100% - .7rem);padding-left: .25rem;}
.list-c li .date span{color: #044394;font-size: 0.28rem;display: inline-block;line-height: 0.45rem;border: 1px solid #0842d4;border-bottom: none;width:100%;}
.list-c li .date p{
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.27rem;
    background: #0842d4;
    background: -moz-linear-gradient( -45deg, rgb(12,189,255) 0%, rgb(8,66,212) 100%);
    background: -webkit-linear-gradient( -45deg, rgb(12,189,255) 0%, rgb(8,66,212) 100%);
    background: -ms-linear-gradient( -45deg, rgb(12,189,255) 0%, rgb(8,66,212) 100%);
    width: 100%;
}
.list-c li h3{font-size: 0.18rem;color: #000;margin-bottom: 0.15rem;transition: 0.5s;}
.list-c li h4{font-size: 0.16rem;color: #999;line-height: 0.22rem;width: 100%;}
.h2-t{padding: 0 0 0.2rem 0.2rem;margin-bottom: 0.1rem;}
.h2-t::after{width: 100%;height: calc(100% - 0.65rem);background: #ca1110;}
.h2-t .scale{width: 4.4rem;}
.h2-t .con{width: calc(100% - 4.4rem);padding: 0 0.2rem;}
.h2-t  .imged{padding-bottom: 2.95rem;}
.h2-t .con .date{width: 0.79rem;text-align: center;white-space: nowrap;padding: 0 .05rem;}
.h2-t .con .date span{line-height: 0.65rem;border: 1px solid #bc0909;border-bottom: none;font-size: 0.36rem;color: #bc0909;display: block;}
.h2-t .con .date p{line-height: 0.3rem;color: #fff;font-size: 0.16rem;border: 1px solid #fff;border-top: none;}
.h2-t .con h3{font-size: 0.18rem;color: #fff;line-height: 0.32rem;max-height: .96rem\0;margin: .2rem 0;}
.h2-t .cir{left: 4.6rem;bottom: .35rem;display: flex;}
.h2-t .cir span{margin: 0 0.1rem !important;}
.home2-t .right li a{padding: .2rem 0;border-bottom: 1px solid #ddd;align-items: center;}
.home2-t .right li .date{width: .8rem;text-align: center;white-space: nowrap;border: 1px solid #a90707;}
.home2-t .right li .con{width: calc(100% - .8rem);padding-left: .25rem;}
.home2-t .right li .date span{color: #a90707;font-size: 0.36rem;display: inline-block;line-height: 0.4rem;}
.home2-t .right li .date p{font-size: 0.16rem;color: #fff;line-height: 0.28rem;background: #a90707;;
}
.home2-t .right li h3{font-size: 0.18rem;color: #000;margin-bottom: 0.15rem;transition: 0.5s;}
.home2-t .right li h4{font-size: 0.16rem;color: #999;line-height: 0.22rem;width: 100%;}



@media screen and (min-width: 1200px){
    .list-c li a:hover h3,.home2-t .right li a:hover h3{color: #1d478f;transform: translateX(.1rem);}
}
@media screen and (max-width:1024px){
   
}
@media screen and (max-width:768px){
    .home2-t .left{width: 100%;}
    .home2-t .right{width: 100%;margin-top: .3rem;padding-left: 0rem;}
    .h2-t .scale{width: 3rem;}
    .h2-t .con{width: calc(100% - 3rem);padding: 0 0.2rem;}
}
@media screen and (max-width:500px){
    .h2-t .scale{width: 100%;}
    .h2-t .con{width: 100%;padding: 0 0.2rem;}
    .h2-t{padding:0 0 .2rem 0;}
    .h2-t .imged{padding-bottom: 60%;}
    .h2-t .con .date span{line-height:0.4rem;border: 1px solid #fff;font-size: 0.3rem;color: #fff;border-bottom:none;}
    .h2-t .cir{left:.25rem;bottom:0rem}
}
/* home3 */
.home3{padding: .5rem 0;position: relative;z-index: 100;margin-bottom:45px}
.home3::after{width: 100%;height: auto;background: url(../images/hbg3.png) no-repeat center/cover;bottom: -0.45rem;top: -0.45rem;}
.home3 .title .tit{margin: 0 auto;}
.home3 .title .tit::after{background: url(../images/tit-l2.png) repeat-x;}
.home3 .title .tit::before{content: "";position: absolute;width: 100vw;height: 0.09rem;background: url(../images/tit-l2.png) repeat-x;background-size: 100%;right: 110%;top: 50%;}
.home3 .title h3{color: #fff;opacity: .3;}
.home3 .title h3:first-child{padding-right: .35rem;}
.home3 .title h3.on{opacity: 1;}

.home3 .more a{display: none;}
.home3 .more a.on{display: block;}
.home3 .more a span{color:#fff}
.home3-t{position: relative;}

.home3-t li a{display: block;}
.home3-t li .con{background: rgba(255, 255, 255, 0.23);height: 1.15rem;padding: 0 .25rem;align-items: center;}
.home3-t li .date{text-align: center;width: 0.8rem;padding-right: .15rem;border-right: 1px solid rgba(255, 255, 255, 0.25);transition: 0.5s;white-space: nowrap;}
.home3-t li .con h3{font-size: 0.18rem;color: #fff;line-height: 0.3rem;max-height: 0.6rem\0;transition: 0.5s;width: calc(100% - .8rem);padding-left: 0.2rem;}

.home3-t li .date span{font-size: 0.3rem;color: #fff;line-height: 1.4;display: inline-block;}
.home3-t li .date p{font-size: 0.16rem;color: #fff;line-height: 0.3rem;}
.home3-t .arrow{margin-top: .35rem;justify-content: center;}
.home3-t .arror{width: 0.54rem;height: 0.41rem;background: url(../images/left.png) no-repeat;background-size:100% !important;top: auto;left: auto;transition: 0.5s;right: auto !important;position: relative;margin: 0 0.5rem;}
.home3-t .swiper-button-next{transform: rotateY(180deg);}
.home3-t .arror::after{display: none;}
@media screen and (min-width: 1200px){
   
}
@media screen and (max-width:1200px){

}
@media screen and (max-width:1024px){
.home3::after{top:-.15rem;bottom: -.25rem;}
}
@media screen and (max-width:768px){
    .home3-t li .con{height:1rem;padding:.15rem;}
}
/* home4 */
.home4{padding:.8rem 0 .7rem;position: relative;z-index: 1;}
.home4::after{width: 100%;height: auto;background: url(../images/hbg4.jpg) no-repeat center/cover;top: -.3rem;}
.home4 .title .tit{margin: 0 auto;}
.home4 .title .tit::before{content: "";position: absolute;width: 100vw;height: 0.09rem;background: url(../images/tit-l.png) repeat-x;background-size: 100%;right: 110%;top: 50%;z-index: -1;}


.home4-t .left{width: 46%;}
.home4-t .right{width: 54%;padding-left: 0.2rem;}
.home4-t .h4-t{padding: 0 0.2rem .2rem 0;}
.home4-t .h4-t::after{width: auto;left: 0.2rem;right: 0;background: url(../images/h4bg.jpg) no-repeat center/cover;height: auto;top: .5rem;}
.home4-t .left a{display: block;position: relative;}
.home4-t .left  h3{color: #fff;font-size: 0.18rem;width: 90%;padding: 0.2rem .5rem 0;}
.home4 .left .cir{bottom: 0;text-align: right;}

.home4 .left .cir span{width: 0.12rem;height: 0.12rem;margin: 0 0.1rem !important;border-radius: 50%;}
.home4 .left .cir span.swiper-pagination-bullet-active{opacity: 1;}
.home4-t .left .imged{padding-bottom:4.1rem;}
.home4 .right ul{justify-content: space-between;}
.home4 .right li{margin-bottom: 0.3rem;width: 48%;}
.home4 .right li a{height: 1.36rem;background: #fff;padding: .2rem .3rem;display: block;}
.home4 .right li a::after{width: 100%;height: 0.06rem;background: url(../images/h4bg2.png) no-repeat bottom;background-size: 100% 100%;}
.home4 .right li h3{font-size: 0.18rem;color: #000;line-height: 0.32rem;max-height: 0.64rem\0;margin-bottom: 0.05rem;transition: 0.5s;}
.home4 .right li p{font-size: 0.18rem;color: #94a0af;}


@media screen and (min-width: 1200px){
    .home4 .right li a:hover h3{color: #1d478f;transform:translateX(.1rem)}
}
@media screen and (max-width:1024px){
.home4{padding:.4rem 0 .2rem;}
}
@media screen and (max-width:768px){
  .home4-t .left{width: 100%;}
  .home4-t .right{width: 100%;padding-left: 0rem;margin-top:.3rem;}
  .home4-t .left .imged{padding-bottom:65%;}
  .home4-t .right li a{padding: .2rem ;}
}
/* home5 */
.home5{padding: .15rem 0;position: relative;background: #e0e2e7;}
.home5-t{margin: 0 -0.15rem;}
.select{width: 25%;position: relative;padding: 0 0.15rem;}
.select h2{font-size: 0.18rem;height: 0.4rem;align-items: center;padding: 0 .2rem;justify-content: space-between;border: 1px solid #aeb9cc;}
.select h2 p{color: #737c8c;}
.select ul{background: #aeb9cc;height: 2rem;position: absolute;width: auto;left: 0.15rem;right: 0.15rem;padding: .15rem 0rem;border-top: 1px solid #eee;z-index: 500000;bottom: 100%;display: none;overflow-y: auto;}
.select li{font-size: 0.16rem;line-height: 0.32rem;color: #333;transition:0.5s;padding: 0 .15rem;}
.select li:hover{background:#eee;color:#333;}



@media screen and (min-width: 1200px){
   
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:768px){
    .select{width: 50%;margin-bottom: 0.15rem;}
}
@media screen and (max-width:360px){
    .select{width: 100%;}
    .select:last-child{margin-bottom: 0;}
}
/* footer */
.footer{overflow: hidden;width: 100%;background: #1e4791;padding: .4rem 0;}
.footer p{color: #fff;line-height: 0.3rem;font-size: 0.16rem;text-align: center;}
.foot p span{padding-left: .2rem;display: inline-block;}
@media screen and (max-width:768px){
    .footer{padding: .2rem 0;}
}



@media screen and (min-width: 1200px){
    
}
@media screen and (max-width: 1600px){

}


@media screen and (max-width:1300px){
   
}

@media screen and (max-width:1200px){
    .swiper-box1 .imged{padding-bottom: 45%;}
}
@media screen and (max-width:1024px){
    .home1,.home3{padding: .4rem 0;}
    .home2{padding: 0 0 .2rem;}
    .title{margin-bottom: .15rem !important;}
    .title h3{font-size: 0.24rem;}
    .title .h3 p{font-size:.32rem;left: .45rem;}
    .title .h3 img{max-width: .3rem;}
    .title .h3{padding: .1rem 0 .15rem;}
    .swiper-box1 .swiper-pagination{bottom:.2rem;}
}
@media screen and (max-width:980px){

}

@media screen and (max-width:768px){
    .txt1 { font-size: 0.18rem !important; }
    .p1 {line-height: 0.26rem !important;font-size: 0.16rem !important;}
}

@media screen and (max-width:600px){
   
}
@media screen and (max-width:420px){
  
}

@media(min-width: 200px){
[aos=zoom-in]{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}
}
@media screen and (max-height:500px){
  .list_box_nav_mobile{max-height: calc(100% - 120px);padding-left: 0rem;}
}

