@charset "utf-8";
/* QWERTYUIOPLKJHGFDSAZXCVBNM0123456789 */
@font-face{ font-family:siyuan-b; src:url(../fonts/siyaunsingti-b.woff);}

.header_top{position: relative;padding: 0;text-align: right;/* z-index: 10000; */background-size: 100% 100%;background:url(../images/headbg.jpg) no-repeat center/cover;}
.header_top .top{justify-content: space-between;align-items: center;height: 1.4rem;}
#logo{position: relative;}
.header_box #logo img{max-width:100%;transition: .5s;width: 6.6rem;}
.list_box1{display: flex;position: relative;align-items: center;}
.list_box1 li{padding: 0;/* line-height: 0.36rem; *//* font-size: .18rem; */color: #8f5c2a;/* display: flex; *//* height: 0.36rem; */width: 0.56rem;/* background-size: 100%; */text-align: center;}
.list_box1 li a{width:100%;display:block;}
.list_box1 .li{/* margin-left: .2rem; */background-size: 100%;text-align: center;width: 2.1rem;/* background: #fff; *//* padding: .05rem; */}
.list_box1 .ser a{display:flex;align-items:center;justify-content: space-between;position: relative;height: .36rem;width: 100%;border: 1px solid #fff;border-radius: 0.25rem;}
.list_box1 .li .input{width: calc(100% - .5rem);height: 100%;padding: 0 .1rem;font-size: .14rem;color: #fff;/* border: 1px solid #ccc; */}
.list_box1 .serbtn{width: 0.4rem;height: .36rem;background: none;}

.list_box1 .li .input::-webkit-input-placeholder{ color:#fff;}
.list_box1 .li .input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#fff; }
.list_box1 .li .input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#fff;}
.list_box1 .li .input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color:#fff;}

.list_box1 .li .serbtn img{width: .18rem;}
.list_box1 ul li{margin-left: .4rem;width: 0.65rem;}
.list_box1 ul li p{font-size: 0.14rem;color: #fff;margin-top: .1rem;text-align: center;}


#header{width:100%;background: #fff;z-index: 1000;}
#nav{width: 100%;}
#nav ul{display: flex;justify-content: space-between;/* height: 100%; */}
#nav ul li{position: relative;}
#nav ul li h3{font-size: .21rem;color:#333;line-height: .65rem;position:relative;transition: .36s;display: inline-block;min-width: 160px;text-align: center;z-index: 1;}
#nav ul li h3:after{content:"";position:absolute;left: 0;bottom: 0;right: 0;/* box-shadow: 0px 10px 14px 0px rgba(79, 143, 234, 0.2); *//* background: #0176b6; */z-index: -1;height:0;}

#nav ul li.on h3,#nav ul li:hover h3{color:#0176b6;}
#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: #f39800;}
#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: #0176b6;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);}
/* 手机头部 */
/*手机端开始*/
.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: #0176b6;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: 3rem;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: #0176b6;}
#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: #0176b6;}
#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: #0176b6 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: #054888;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% - 100px);/* background: rgba(255,255,255,.1); */padding: 0 0 10px;overflow: hidden;overflow-y: scroll;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: 60px;display: block;margin-bottom: 0.1rem;}
.wap_search .header-search{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 #0176b6;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: 100%;position: relative;background: #dddee1;}
.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: .9rem;z-index: 1;content: "";position: absolute;bottom: 0;left: 0;background:url(../images/banshad.png) repeat-x;background-size: 100% 100%;}
.main-visual-slider .imged{transform: translate3d(0px, 0px, 0px) scale(1.05);transition: opacity 0.5s;padding-bottom: 41%;}
.main-visual-slider .swiper-slide-active .imged{transform: scale(1); transition: all 6s ; }
.main-visual-slider video{transform: scale(1.1)\0;}
.ban-dot .swiper-pagination{bottom: .25rem;width: 100%;text-align: right;padding-right: .245rem;}
.ban-dot span {margin: 0px 0.07rem !important;width: 0.17rem;height: 0.17rem;opacity: .5;font-size: 0;background: url(../images/cir1.png) no-repeat;background-size: 100%;}
.ban-dot .swiper-pagination-bullet-active{opacity: 1;}
.banner p{width: 80%;position: absolute;left: 0;bottom: 0.2rem;color: #fff;font-size: 0.24rem;padding: 0 .3rem;z-index: 100;}



/* home1 */
.home{padding: .64rem 0 .5rem;background: #f8f8f8;}
.home1 {padding:0 0 0.4rem;justify-content: space-between;}

.home1 .left,.home2 .left,.home3,.home4{background: #fff;padding: 0.25rem .25rem .1rem;}
.home1 .left,.home2 .left{width: 48.5%;}
.home1 .mid{width: 23.5%;background: #fff;padding: 0.25rem .25rem .1rem;;}
.home2 .right{width: 49.3%;background: #fff;padding: 0.25rem .25rem .1rem;;}
.home1 .left::after,.home1 .right::after,.home2 .left::after,.home2 .right::after,.home3::after,.home4::after,.home1 .mid::after{width: 100%;height: 0.03rem;bottom: auto;top: 0; background:#0176b6;
    background: -webkit-linear-gradient(left, #038fdc, #0176b6);
    background: -moz-linear-gradient(left, #038fdc, #0176b6);
    background: -o-linear-gradient(left, #038fdc, #0176b6);
    background: -ms-linear-gradient(left, #038fdc, #0176b6);
    background: linear-gradient(to right, #038fdc, #0176b6);

}
.title{margin-bottom: .25rem;position: relative;align-items: center;justify-content: space-between;}
/* .title .h3{align-items: center;} */
.title h3{font-size: 0.24rem;color: #333;line-height: 1.2;font-weight: bold;align-items: center;}
.title .h3 img{display: inline-block;margin-right: .1rem;max-width: 0.33rem;max-height: 0.24rem;}
.more a{line-height: 1.2;font-size: 0.16rem;color: #666;transition: 0.5s;align-items: center;}
.more img{max-width:0.58rem;margin-right: .1rem;}

.home1 .home1-t{margin-bottom: .1rem;}
.home1-t .imged{padding-bottom: 4.3rem;}
.home1-t .imged::after{width: 100%;height: .7rem;background: url(../images/n-shad.png) repeat-x bottom;background-size: 100% 100%;}
.home1-t a{position: relative;display: block;}
.home1-t .con{width: 70%;position: absolute;left: 0;bottom: 0;padding: 0 .3rem .1rem;z-index: 10;}
.home1-t .con p{align-items: center;color: #fff;font-size: 0.14rem;}
.home1-t .con h3{color: #fff;font-size: 0.18rem;line-height: 0.36rem;transition: 0.5s;}
.home1-t .con p img{display: block;width: 0.13rem;margin-right: .1rem;}

.home1-t .cir{text-align: right;padding-right: .25rem;left: auto;bottom: 0.2rem;}
.home1-t .cir span{font-size: 0rem;width: 0.09rem;height: 0.09rem;margin: 0 .05rem!important;position: relative;opacity: 1;border-radius: 50%;border: 1px solid #fff;background: none;}
.home1-t .cir .swiper-pagination-bullet-active::after{opacity: 1;background: #fff;}
.home1 .left li a{padding: .23rem 0;border-bottom: 1px dashed #ccc;line-height: 1.5;}
.home1 .left li a::after{height: 1px;background: #0176b6;bottom: -1px;}
.home1 .left li h3{font-size: 0.16rem;color: #000;width: calc(100% - 1.1rem);padding-right: .2rem;transition: 0.5s;padding-left: .2rem;}
.home1 .left li a>span{font-size: 0.16rem;color:#666;text-align: right;white-space: nowrap;transition: 0.5s;width: 1.1rem;}
.home1 .left li h3::after{width: 0.07rem;height: 0.07rem;background: url(../images/li.png) no-repeat;bottom: auto;top: 50%;margin-top: -0.035rem;background-size: 100%;}
.home1 .mid li{padding: .15rem 0;height: 1.2rem;border-bottom: 1px dashed #ddd;} 
.home1 .mid li::after{height: 100%;background: url(../images/h1bg.jpg) no-repeat;background-size: 100% 100%;box-shadow: 0px 2px 9.23px 3.77px rgba(1, 118, 182, 0.09);transform: scale(0);width: auto;left: -.25rem;right: -.25rem;height: auto;top: -.01rem;}
.home1 .mid li a{display: block;width: 100%;height: 100%;padding-left: .25rem;}
.home1 .mid li a::after{width: 0.07rem;height: 0.07rem;background: url(../images/li.png) no-repeat;background-size: 100%;bottom: auto;top: .1rem;}
.home1 .mid li h3{font-size: 0.18rem;color: #333;line-height: 0.28rem;max-height: 0.56rem\0;margin-bottom: .15rem;transition: 0.5s;}
.home1 .mid li p{align-items: center;font-size: 0.14rem;color: #999;transition: 0.5s;}
.home1 .mid li p em{font-style: normal;width: 0.13rem;height: 0.13rem;background: url(../images/tim2.png) no-repeat;background-size: 100% !important;display: block;margin-right: .1rem;transition: 0.5s;}
.home1 .mid .more{justify-content: flex-end;margin: .2rem 0 0rem;}
.home1 .right .more .a{display: none;}
.home1 .right .more .a.on{display: block;}
.home1 .right .title .h3{align-items: end;}
.home1 .right .title h3{padding: 0 .2rem;border-left: 1px solid #ddd;font-size: 0.2rem;color: #666;cursor: pointer;font-weight: normal;}
.home1 .right .title h3.on{font-size: 0.24rem;color: #333;font-weight: bold;}
.home1 .right .title h3:first-child{padding-left: 0;border-left: none;}
.home1 .right .swiper-container{overflow: visible;}


/* home2 */
.home2{padding-bottom: .4rem;justify-content: space-between;}
.home2 .left li a{padding: .25rem 0;border-bottom: 1px dashed #ddd;align-items: center;}
.home2 .left li a::after{height: 1px;background: #0176b6;bottom: -1px;}
.home2 .left li .scale{width: 2.4rem;}
.home2 .left li .con{width:calc(100% - 2.4rem);padding-left: .25rem;}
.home2 .left li h3{font-size: 0.18rem;color: #333;line-height: 0.28rem;transition: 0.5s;}
.home2 .left li h4{font-size: 0.16rem;color: #666;line-height: 0.28rem;max-height: 0.56rem\0;margin: .2rem 0;}
.home2 .left li p{justify-content: flex-end;font-size: 0.14rem;color: #999;}
.home2 .left li:last-child a,.home1 .left li:last-child a{border: none;}
.home2 .left li:first-child a{padding-top: 0;}
/* home3 */
.home3{margin-bottom: .4rem;}
.home3-t li{margin: 0 0.15rem; width: 2.8rem;}
.home3-t ul{height: 1.9rem;}
.home3-t li img{display: none;}

/* home4 */
.home4{margin-bottom: .4rem;}
.home4 ul{margin:0 -0.15rem;}
.home4 li{width: 20%;padding: 0 0.15rem .2rem;}
.home4 li a{display: block;border-top:0.03rem solid #e5e5e5 ;}
.home4 li a::after{background: #0176b6;bottom: auto;top: -.03rem;height: 0.03rem;}
.home4 li h3{margin: .25rem 0 .2rem;font-size: 0.18rem;color: #333;line-height: 0.3rem;height: 0.6rem;transition: 0.5s;}
.home4 li p{justify-content: flex-end;margin-bottom: .15rem;color: #999;font-size: 0.14rem;transition: 0.5s;align-items: center;}
.home4 li p em{font-style: normal;width: 0.13rem;height: 0.13rem;background: url(../images/tim2.png) no-repeat;background-size: 100% !important;display: block;margin-right: .1rem;transition: 0.5s;}
.home4 li .imged{padding-bottom: 70%;}
/* home5 */
.home5 .link{background: #fff;padding: .25rem .3rem;border-left: 3px solid #0176b6;align-items: center;}
.home5 .link h3{width: 1.2rem;color: #333;font-size: 0.24rem;white-space: nowrap;}
.home5 .link ul{width: calc(100% - 1.2rem);/* margin: 0 -0.25rem; */justify-content: space-between;}
.home5 .link ul li{width: 12.5%;padding: 0 0.2rem;}
.home5 .link ul li a{display:block;}
.home5 .link ul li .img{width: 100%;height: 0.53rem;display: flex;align-items: center;}

/* footer */
footer{background:url(../images/fbg.jpg) no-repeat center/cover;padding: .35rem 0;overflow: hidden;}
footer p{color: #fff;line-height: .4rem;font-size: 0.16rem;}
.foot{justify-content: space-between;align-items: center;}
.foot .fot1{width: 6rem;}
/* .foot .fot2 p{margin-bottom: .1rem;} */
.foot .fot2 a{align-items: center;}
.foot .fot2 a img{display: inline-block;width:22px;}



@media screen and (min-width: 1200px){
    .home1 .left a:hover h3,.home2 li a:hover h3,.home1 .mid li:hover p,.more a:hover,.home4 li a:hover p{color: #0176b6;}
    .more a:hover img{transform: rotateX(360deg);transition: 0.5s;}
    .home1 .left li a:hover::after,.home2 .left li a:hover::after,.home4 li a:hover::after{width: 100%;}
    .home1 .mid li:hover p em,.home4 li a:hover p em{background: url(../images/tim3.png) no-repeat;}
    .home1 .mid li:hover{border-bottom:1px solid rgba(255,255,255,0);}
    .home1 .mid li:hover::after{transform: scale(1);}
    .home1 .mid li:hover h3,.home2 li a:hover h3,.home4 li a:hover h3{color: #0176b6;font-weight: bold;}
}

@media screen and (max-width: 1400px){
    .home1 .right .title h3.on{font-size: .22rem;}
    .home1 .mid{width: 25%;}
    .home1 .right .title h3{padding: 0 .1rem;}
}


@media screen and (max-width:1300px){
   
}

@media screen and (max-width:1200px){
 #header{display:none;}
 .rightFix {display: none !important;}
 .home1 .left{width:40%;}
 .home1 .mid{width: 28%;}
 .home5 .link ul li{padding:0 .1rem}
 .home5 .link h3{font-size:.2rem;width: 1rem;}
 .home5 .link ul{width:calc(100% - 1rem);}
 .foot .fot1{width: 40%;}
}
@media screen and (max-width:1024px){
    /* .home1,.home3{padding: 0rem 0 ;} */
    .home{padding: 0.4rem 0;}
    .title h3{font-size: 0.22rem !important;}
    .home4 ul{margin:0 -0.1rem;}
    .home4 li{width: 20%;padding: 0 0.1rem .15rem;}
}
@media screen and (max-width:960px){
    .home1 .left{width: 100%;margin-bottom: .25rem;}
    .home1 .mid{width: 100%;margin-bottom: .25rem;}
   .home1 .left .imged{padding-bottom:57%;}
   .home1 .mid li{height: auto;}
   .home1 .mid .more{margin: .2rem 0;}    
}

@media screen and (max-width:768px){
    .txt1 { font-size: 0.18rem !important; }
    .p1 {line-height: 0.26rem !important;font-size: 0.16rem !important;}
    .title .h3 span{font-size:.3rem;}
    .home2 .right{width: 100%;}
    .home2 .left{width: 100%;margin-bottom: .25rem;}
    .home3-t li{width: 2rem;}
    footer{padding:.2rem 0;}
    .home4 li{width: 33.3%;}
    .home5 .link ul li{width:25%;margin-bottom: 0rem;}
    .foot .fot1 {width: 80%;margin: 0 auto;}
    .foot .fot2{width: 100%;margin-top: .2rem;text-align: center;}
    .foot .fot2 p{justify-content: center;line-height: .3rem;}
}

@media screen and (max-width:600px){
    .home2 .left li .scale{width: 1.8rem;}
    .home2 .left li .con{width:calc(100% - 1.8rem);padding-left: .15rem;}
    .home2 .left li h4{margin: .1rem 0;}
    .home5 .link ul{width:100%;margin: 0.1rem -.1rem 0;}
}
@media screen and (max-width:420px){
    .home4 li{width: 50%;}
    .home4 li:last-child{display: none;}
    .foot .fot2{width: 100%;text-align: center;margin-bottom: .2rem;}
    .foot .fot3{width: 100%;justify-content: center;}
    .home5 .link ul{justify-content:flex-start;}
    .home5 .link ul li{width:33.3%;}
}

@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% - 75px);padding-left: 0rem;}
}