@charset "utf-8";

@font-face{ font-family:sy; src:url(../fonts/sySong.woff);}

.header_top{position: relative;z-index: 1000;width: 100%;background: url(../images/head.png) no-repeat top;background-size: 100%;border-top: 2px solid #0F82CC;}
.header_top .top{justify-content: space-between;align-items: center;height: .9rem;}
#logo{position: relative;}
.header_top #logo img{max-width:100%;transition: .5s;max-width: 6.37rem;}


.list_box1 .ser a{display:flex;align-items:center;justify-content: space-between;transition: .5s;position: relative;height: .3rem;width: 100%;padding: 0 0 0 .1rem;border-radius: 0.2rem;width: 1.9rem;border: 1px solid #0F82CB;padding: 0 0.15rem;}
.list_box1 .li .input{width: calc(100% - .25rem);height: 100%;padding: 0 0 0 .15rem;font-size: .14rem;color: #0F82CB;line-height: .3rem;opacity: .2;}
.list_box1 .li .serbtn {
    width: 0.25rem;padding-right: 0.1rem;
    background: url(../images/ser.png) no-repeat left center;
    background-size: 0.14rem;
    border-right: 1px solid rgba(15,130,203,.2);
}
input::-webkit-input-placeholder{ color:#0F82CB;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#0F82CB; }
input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#0F82CB;}
input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color:#0F82CB;}


#nav{width: 100%;position: relative;z-index: 1000;background: #0F82CB;}
#nav ul{display: flex;justify-content: space-between;width: 100%;}
#nav ul li{z-index:0;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: .2rem;color:#fff;line-height: .52rem;position:relative;transition: .36s;display: inline-block;padding: 0 .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: #0F82CB;}
#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: #0F82CB;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: #fff;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_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: #0F82CB;}
#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: #0F82CB;}
#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: #0F82CB;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% - 150px);/* 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 #0F82CB;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 */


/* banner */
.main-visual-wrapper {width: 80%;position: relative;margin: 0 auto;overflow: hidden;}
.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%;height: 1.45rem;z-index: 1;content: "";position: absolute;bottom: 0;left: 0;background: url(../images/banshad.png) no-repeat;background-size: 100% 100%;}
.swiper-box1 .imged{padding-bottom: 30%;}
.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 .cir{ bottom: 37px;display: flex;align-items: center;justify-content: center;}
.swiper-box1 .cir span{width: 0.08rem;height: 0.08rem;opacity: 1;margin: 0 0.19rem !important;font-size: 0;}
.swiper-box1 .cir .swiper-pagination-bullet-active{width: 0.3rem;height: 0.26rem;background: url(../images/cir1.png) no-repeat;background-size: 100% 100%;}

/* home1 */
.home1{padding: 0.65rem 0 .2rem;background: url(../images/hbg1.png) no-repeat center/cover;}
.title{margin-bottom: .4rem;align-items: center;position: relative;padding-bottom: 0.23rem;width: 100%;}
.title::after{width: calc(100% - .6rem);height: 0.71rem;background: url(../images/tit.png) no-repeat;background-size: 100% 100% !important;left: -0.2rem;}
.title h3{font-size: 0.34rem;color: #222;line-height: 1.2;cursor: pointer;font-weight: bold;padding-top: 0.1rem;}
.title h3::after{width: .18rem;height: 0.03rem;background: #0F82CB;bottom: auto;top: 0;}
.title h3 span{color: #0F82CB;}

.more{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.more a{line-height: 1.2;font-size: 0.16rem;color: #9F9F9F;transition: 0.5s;align-items: center;}
.more a:hover{color:#0F82CB;}
.home1-t{justify-content: space-between;}
.home1 .left{width: 62%;}
.home1 .right{width: 33%;} 
.h1-t ul{height: 3.5rem;margin-top: -.1rem;} 
.h1-t ul::after{width: 1px;height: auto;top: 0.3rem;bottom: 0.3rem;background: #E7E7E7;left: 0.08rem;}
.h1-t li{padding: 0.08rem 0 0.08rem 0.32rem;background: url(../images/h1-li.png) no-repeat left center;background-size: 0.16rem;}
.h1-t ul li *{transition: 0.5s;}
.h1-t li a{height: 0.44rem;align-items: center;width: 100%;}
.h1-t li a::after{width: 100%;background: url(../images/h1bg1.png) no-repeat center/cover;opacity: 0;}
.h1-t li p{font-size: 0.2rem;color: #0F82CB;font-family: Arial;letter-spacing: 0.03em;width: 1.1rem;white-space: nowrap;}
.h1-t li h3{width: calc(100% - 1.1rem);font-size: 0.2rem;color: #242424;line-height: 1.2;padding-left: 0.19rem;}
.h1-t li.on a{height:.93rem;padding: 0 0.23rem;}
.h1-t li.on a::after{opacity: 1;}
.h1-t li.on p,.h1-t li.on h3{color: #fff;}
.h1-b{margin-top: 0.4rem;}
.h1-b .title{margin-bottom: 0.3rem;}
.h2-t{justify-content: space-between;}
.h2-l{width: 65%;}
.h2-r{width: 32%;}
.h2-l li a{position: relative;display: block;}
.h2-l li .scale{position: relative;}
.h2-l .imged{padding-bottom: 51.5%;}
.h2-l li .shad{width: 100%;height: 0.48rem;align-items: center;padding: 0 0.25rem;background: rgba(15, 130, 203, 0.6);position: absolute;left: 0;bottom: 0;z-index: 10;}
.h2-l li h3{width: calc(100% - 0.55rem);padding-right: 0.2rem;color: #fff;line-height: 0.32rem;font-size: 0.2rem;}
.h2-l li span{width: 0.55rem;display: none;}
.h2-l li .con{background: #FFFFFF;border: 1px solid #F0F7FC;height: 0.78rem;padding: 0.1rem 0.25rem;}
.h2-l li h4{font-size: 0.16rem;line-height: 0.28rem;color: #242424;max-height: 0.56rem;}
.h2-l .cir{width: auto;left: auto;right: 0.15rem;bottom: 0.9rem;}
.h2-l .cir span{opacity: .6;}
.h2-l .cir .swiper-pagination-bullet-active{opacity: 1;}

.h2-s{width:100%}

.h2-r li a{display: block;padding: 0.15rem 0.13rem;height: 377px;border: 1px solid #F0F7FC;background: #FFFFFF;}
.h2-r li .con{padding:0.2rem 0 0;}

.h2-r li h3{font-size: 0.2rem;line-height: 0.3rem;color: #242424;max-height: 0.6rem;transition: 0.5s;}
.h2-r li .line{width: 0.22rem;height: 0.03rem;background: #242424;margin: 0.1rem 0 0.3rem;}
.h2-r li .p{justify-content: space-between;width: 100%;}
.h2-r li p{align-items: center;font-family: Arial;font-size: 0.16rem;line-height: 0.16rem;letter-spacing: 0.03em;color: #0F82CB;}
.h2-r li p img{display: inline-block;margin-right: 0.06rem;}
.h2-r li span{align-items: center;font-size: 0.16rem;line-height: 0.16rem;color: #C5C5C5}
.h2-r li span img{display: inline-block;margin-right: 0.04rem;}

.h2-r li a:hover{color: #0F82CB;font-weight: bold;}
.h2-b{margin-top: 0.57rem;}
.h2-b ul{margin: 0 -0.12rem;}
.h2-b li{width: 33.3%;padding: 0 0.12rem;}
.h2-b li *{transition: 0.5s;}
.h2-b li a{display: block;padding: 0 0.23rem;height: 1.3rem;background: #FFFFFF;border: 1px solid #F0F7FC;}
.h2-b li a span{display: inline-block;line-height: 0.3rem;padding: 0 0.1rem;background: #D9F0FF;font-family: Arial;font-size: .16rem;color: #0F82CB;margin-bottom: 0.25rem;position: relative;top: -.15rem;}
.h2-b li a h3{font-size: 0.2rem;line-height: 0.3rem;color: #242424;max-height: 0.6rem;margin-top: -0.15rem ;}
.h2-b li a:hover{box-shadow: 0px 13px 32px 0px rgba(23, 116, 175, 0.15);border: 1px solid rgba(0,0,0,0);}
.h2-b li a:hover span{background:#0F82CB;color:#fff;}

.home1 .right .title::after{background: url(../images/tit1.png) no-repeat;}
.home1 .right ul{margin: 0 -0.11rem;}
.home1 .right li{width: 50%;padding: 0 0.11rem;margin-bottom: 0.6rem;}
.home1 .right li a{display: block;height: 1.24rem;background: url(../images/h1bg2.png) no-repeat center/cover;border: 1px solid #FFFFFF;box-shadow: 0px 4px 10px 0px rgba(118, 207, 255, 0.1);padding: 0.22rem 0.2rem 0;}
.home1 .right li a::after{width: 100%;background: url(../images/h1bg3.png) no-repeat center/cover;opacity: 0;}

.home1 .right li .ico{text-align: center;margin-bottom: 0.08rem;}
.home1 .right li p{justify-content: center;align-items: center;}
.home1 .right li p img{width: 0.29rem;}
.home1 .right li p span{display: inline-block;margin: 0 0.1rem;transition: 0.5s;font-size: 0.24rem;line-height: 0.34rem;color: #242424;}
.home1 .right li a:hover::after{opacity: 1;opacity: 0\0;}
.home1 .right li a:hover .ico img{filter: brightness(100);}
.home1 .right li a:hover span{color: #fff;color: #242424\0}
.home1 .right li a:hover p img{opacity:0;}


/* home2 */
.home2{padding: 0.74rem 0 0.4rem;overflow: hidden;z-index: 2;}
.home2::after{width: 100%;height: 100%;background: url(../images/hbg2.png) no-repeat;background-size: cover;}

.home2-t .title{margin-bottom: 0.2rem;padding-bottom: 0.15rem;}
.home2-t .title::after{background: url(../images/tit2.png) no-repeat;height: .28rem;}
.home2-t .title .h3::after{width: 0.37rem;height: 0.58rem;background: url(../images/tit-i.png) no-repeat;background-size: 100%;left: 95%;}
.home2-t{justify-content: space-between;}
.home2-t .left{width: 46.5%;}
 
.home2-t .left li{width: 100%;margin-bottom: 0rem;}
.home2-t .left li *{transition: 0.5s;}
.home2-t .left li a{display: block;position: relative;height: .7rem;display: flex;align-items: center;}
.home2-t .left li a::after{width: auto;background: url(../images/h1bg1.png) no-repeat center/cover;opacity: 0;left: -0.2rem;right: 0;}
.home2-t .left li h3{font-size: 0.2rem;color: #222;line-height: 0.26rem;padding-left: 0.3rem;background: url(../images/h2-li.png) no-repeat left center;background-size: 0.13rem;}



@media screen and (min-width: 1200px){
    .home2-t .left li a:hover::after{opacity: 1;}
    .home2-t .left li a:hover h3{color: #fff;}
}

/* home3 */
.home3{padding: .5rem 0 1.3rem;position: relative;background: url(../images/hbg3.png) no-repeat bottom/cover;}
.home3 .tit{padding-bottom: 0.11rem;margin-bottom: 0.2rem;border-bottom: 1px solid #D9D9D9;}
.home3 .tit h3{align-items: center;}
.home3 .tit h3 span{color: #0F82CB;font-weight: bold;font-size: 0.24rem;}
.home3-t{margin-bottom: 0.4rem;}
.home3-t ul{margin: 0 -0.16rem;}
.home3-t li{width: 14.2%;padding: 0 0.16rem;}
.home3-t li a{height: 0.7rem;display: flex;align-items: center;justify-content: center;font-size: 0.2rem;line-height: 0.2rem;color: #242424;transition: 0.5s;}
.home3-t li:nth-child(1) a{background: #FFF5F5;border-bottom: 0.02rem solid #D17878;}
.home3-t li:nth-child(2) a{background: #F5F5FF;border-bottom: 0.02rem solid #A9B4DF;}
.home3-t li:nth-child(3) a{background: #F1FCF8;border-bottom: 0.02rem solid #5C9681;}
.home3-t li:nth-child(4) a{background: #E6F4FD;border-bottom: 0.02rem solid #6EA5C8;}
.home3-t li:nth-child(5) a{background: #FFF5F5;border-bottom: 0.02rem solid #D17878;}
.home3-t li:nth-child(6) a{background: #F1FCF8;border-bottom: 0.02rem solid #5C9681;}
.home3-t li:nth-child(7) a{background: #E6F4FD;border-bottom: 0.02rem solid #6EA5C8;}


.home3-b ul{margin: 0 -0.25rem;}
.home3-b li{width: 33.3%;padding: 0 0.25rem;}
.home3-b li a{height: 0.7rem;display: flex;align-items: center;justify-content: center;font-size: 0.2rem;line-height: 0.2rem;color: #242424}
.home3-b li:nth-child(1) a{background: #F1FCF8;border-bottom: 0.02rem solid #5C9681;}
.home3-b li:nth-child(2) a{background: #E6F4FD;border-bottom: 0.02rem solid #6EA5C8;}
.home3-b li:nth-child(3) a{background: #F5F5FF;border-bottom: 0.02rem solid #A9B4DF;}
.home3 li a:hover{color:#0F82CB;}

/* footer */
.footer{width: 100%;}
.footer::after{width: 100%;height: auto;top: -1rem;bottom: 0;background: url(../images/f-bg.png) repeat-x bottom;}
.foot-t{width: 100%;padding: 0.3rem 0;justify-content: space-between;align-items: center;}

.foot-t .fot1{width: 24%;}
.foot-t .fot2{width: 15%;}
.foot-t .fot3{width: 30%;}
.foot-t .fot4{width: 23%;}

.footer p{color: #fff;line-height: 0.4rem;font-size: 0.14rem;}
.footer h3{font-size: 0.18rem;font-weight: bold;color: #fff;margin-bottom: 0.1rem;}

.foot-t .fot2 li{/* width:100%; */color: #fff;line-height: 0.3rem;font-size: 0.14rem;min-width: 0.9rem;}
.foot-t .fot3 p:nth-child(1),.foot-t .fot3 p:nth-child(3){min-width: 2.4rem;}


.foot-t .fot4 ul{justify-content: flex-end;}
.foot-t .fot4 li{padding: 0 0 0 0.26rem;text-align: center;}
.foot-t .fot4 li p{/* margin-top: 0.14rem; */}
.foot-t .fot4 .img img{width: 0.8rem;}
.foot{width: 100%;padding: .19rem 0;border-top: 1px solid rgba(216, 216, 216, 0.2);}

.foot p{text-align: center;font-size: 0.16rem;line-height: 0.24rem;color: rgba(255, 255, 255, 0.8)}



@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;}
}