@charset "utf-8";

/* */
@font-face {
  font-family: "geo";src:url("../font/georgia.ttf");
}
@font-face {
  font-family: sy;src:url("../font/sySong.woff");
}


.header_box{z-index: 1000;width: 100%;position: fixed;top: 0;left: 0;
}

.header_top{width: 100%;background: #FFFFFF;}
.header_top .top{justify-content: space-between;height: 1.15rem;align-items: center;width: 100%;position: relative;}
/* .header_top::after{content: "";position: absolute;width: 100%;top: 0;left: 0;
  background: linear-gradient(180deg, #012B75 0%, rgba(0, 42, 111, 0) 100%);height: 2rem;z-index: -1;}
#logo{position: relative;} */
.header_top #logo{align-items: center;}
.header_top #logo a img{transition: .5s;max-width:5.84rem;width: 5.42rem;}

.list_box1{flex:1;min-width: 0;display: flex;align-items: center;justify-content: flex-end;}
.list_box1 .li{display: flex;align-items: center;color: #333;font-size: 0.16rem;}
.list_box1 .li a{padding: 0 0.15rem;font-size: 0.16rem;color: #fff;align-items: center;}
.list_box1 .ser{padding: 0 0.25rem 0 0.35rem;}
.list_box1 .ser .a{display:flex;align-items:center;justify-content: space-between;transition: .5s;position: relative;height: 0.32rem;width: 2rem;padding: 0rem;border: 1px solid #990100;border-radius: 0.04rem;}

.list_box1 .li .input{height: 100%;padding: 0 0.1rem;font-size: 0.16rem;color: #333;line-height: 28px;flex:1;min-width: 0;}
.list_box1 .li .serbtn {width: 0.58rem;height: 100%;text-align: center;line-height: 0.32rem;color: #fff;font-size: 0.14rem;background: #990100;}
.list_box1 .li .input::-webkit-input-placeholder{ color:#333;}
.list_box1 .li .input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#333; }
.list_box1 .li .input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#333;}
.list_box1 .li .input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color:#333;}




#nav{width: 100%;position: relative;z-index: 1000;background: #990100;}
#nav ul{display: flex;justify-content: space-between;width: 100%;}
#nav ul li{z-index:0;position: relative;}
#nav ul li a{position: relative;z-index: 2;}
#nav ul li h3{font-size: 0.2rem;color: #fff;line-height: 0.64rem;position:relative;transition: .36s;}
/* #nav ul li h3::after{content: "";position: absolute;width: 100%;height: 2px;background: #fff;left: 0;bottom: -19px;opacity: 0;} */


#nav ul li .sub{position:absolute;top: 95%;background: #fff;width: auto;left: 50%;z-index: 10000;transform: translateX(-50%) scaleY(0);visibility:hidden;opacity: 0;transition: .5s;transform-origin: top;box-shadow: 0 0 0.1rem rgba(0,0,0,.3);overflow: hidden;z-index: 1000;}
#nav ul li .sub .box{text-align:center;}
#nav ul li .sub a{padding: 0.1rem 0.16rem;line-height: 0.28rem;transition:.6s;font-size: 0.16rem;color: #666;text-align: center;white-space: nowrap;min-width: 1.6rem;display: block;}
#nav ul li .sub a img{ margin: 0 0.1rem 0 0; opacity: .2; transition: .5s}
#nav ul li .sub a:hover{color: #990100;}
#nav ul li:hover .sub{opacity: 1;visibility:visible;transform: translateX(-50%) scaleY(1);}
/*  */

#m_nav * { transition: all 0s ease 0s; }
.m_header_box { transition: all 0.6s ease 0s; display: none; position: relative; z-index: 100000; }
.m_header_box header {padding: 0px 0px 0px 15px;height: 0.7rem;background: #fff;box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 5px;position: fixed;top: 0px;left: 0px;right: 0px;z-index: 100;display: flex;justify-content: space-between;align-items: center;}
.m_header_box header #logo img {height: auto;max-height: 0.6rem;}
.m_header_box header #logo { padding: 0px; width: calc(100% - 80px); }
#nav_btn_box.on { background: none; }
#nav_btn_box {position: relative;width: 0.7rem;height: 0.7rem;display: flex;align-items: center;justify-content: center;z-index: 1;}
#nav_btn_box::before { content: ""; position: absolute; z-index: -1; top: 0px; right: 0px; bottom: 0px; left: 0px; background: rgb(255, 255, 255); }
#nav_btn_box::after {content: "";position: absolute;z-index: -1;top: 0px;left: -.15rem;border-right: .15rem solid rgb(255, 255, 255);border-top: 0.7rem solid transparent;display: none;}
#nav_btn { cursor: pointer; text-align: center; z-index: 99999; transition: all 0.5s ease 0s; outline: none; box-shadow: none; }
#nav_btn .point { display: inline-block; width: 0.4rem; height: 22px; position: relative; outline: none; }
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before { width: 0.28rem; }
#nav_btn .navbtn {position: absolute;top: 12px;left: 0px;display: inline-block;width: 18px;height: 2px;transition: all 0.3s ease-out 0s;background: #990100;}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0px;display: inline-block;width: 24px;height: 2px;content: "";transition: all 0.3s ease-out 0s;background: #990100;}
#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 { transform: rotate(45deg); top: 0px; }
#nav_btn .point.on .navbtn::before { transform: rotate(-45deg); top: 0px; }
.m_nav_list { flex-direction: column; width: 100%; height: 100%; overflow: auto; align-items: center; display: flex; background: rgba(255, 255, 255, 0.1); }
.m_nav_list::-webkit-scrollbar { display: none; }
#m_nav {z-index: 99999;position: fixed;width: 100%;height: 100vh;right: -105vw;top: 0px;padding: 70px 20px 30px;overflow: hidden;pointer-events: none;transition: all 0.3s ease-out 0s;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;background:  0% 0% / cover rgb(247, 247, 247);opacity: 0;visibility: hidden;}
#m_nav .close { position: absolute; top: 7px; right: 15px; left: 15px; font-size: 30px; color: rgb(51, 51, 51); z-index: 10000; width: auto; height: 35px; border-radius: 0px; display: flex; align-items: center; justify-content: flex-end; padding: 0px; }
#m_nav.act { pointer-events: auto; right: 0px; opacity: 1; visibility: visible; }
#m_nav .search_box input.submit { background: url("../images/submit.png") center center / 0.28rem no-repeat #990100; }
#m_nav .list_box0 {width: 90%;margin: 0.32rem auto 0px;}
#m_nav .list_box0 .li {text-align: center;color: #990100;margin: 0px 0rem 0.15rem;font-size: 14px;}
#m_nav .list_box0 .li a{background:none;padding: 0 0.2rem 0 0;}
#m_nav .old_rukou { margin: 0.24rem 0px 0px; width: 100%; }
.list_box_nav_mobile {width: 100%;/* height: calc(100% - 3rem); */padding: 0px 0px 10px;overflow: hidden auto;margin: 0px;/* flex: 1 1 0%; */}
.list_box_nav_mobile > li { width: 90%; overflow: hidden; padding: 0px; position: relative; margin: 0px auto; }
.list_box_nav_mobile > li .con { position: relative; }
.list_box_nav_mobile > li .a { width: 100%; border-bottom: 1px solid rgb(226, 226, 226); line-height: 0.64rem; color: rgb(51, 51, 51); padding: 0px; font-size: 16px; display: flex; position: relative; transition: all 0.5s ease 0s; }
.list_box_nav_mobile > li i { opacity: 1; width: 0.64rem; height: 0.64rem; background-image: url("../images/arrow_down.png"); background-position: center center; background-repeat: no-repeat; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; position: absolute; display: block; right: 0px; top: 2px; background-size: 15px 15px !important; }
.list_box_nav_mobile > li.on1 i { transform: rotate(-90deg); }
.list_box_nav_mobile > li.on .a { border-bottom: 1px solid rgb(226, 226, 226); }
.list_box_nav_mobile > li .list { padding: 10px 0px; 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: rgb(102, 102, 102); line-height: 2.5; }
.nav_mask { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 888; background-color: rgba(0, 0, 0, 0.4); display: none; }
/* 手机搜索 */
.wap_search {font-size: 0.16rem;border-radius: 5px;color: rgb(255, 255, 255);width: 100%;height: 0.6rem;display: block;margin-bottom: .1rem;}
.wap_search .header-search {height: 100%;border-radius: 0.2rem;background: rgb(255, 255, 255);position: relative;width: 3.68rem;margin: 0rem auto;}
.wap_search .input {font-size: 0.14rem;color: #333;height: 0.6rem;line-height: 0.5rem;padding: 0px 0.24rem;box-shadow: none;appearance: none;float: left;border-right: 0px;background: none;width: calc(100% - 40px);}
.wap_search .btn_blue {position: absolute;cursor: pointer;top: 0px;right: 0px;width: 0.6rem;height: 0.6rem;line-height: 0.6rem;border: 0px;background: url("../images/submit.png") center center no-repeat #990100;border-radius: 50%;}
.wap_search .btn_blue.fr { background: rgb(233, 237, 239); color: rgb(78, 79, 83); }
.wap_search input::-webkit-input-placeholder { color: rgb(153, 153, 153); }
.wap_search input:focus::-webkit-input-placeholder { color: transparent; }

/* pc搜索 */
.search_btn { cursor: pointer; }
.search_btn png { fill: rgb(255, 255, 255); width: 16px; height: 16px; }
.search-dialog-box { position: fixed; left: 0px; top: 0px; width: 100%; height: 100vh; z-index: 1000000; opacity: 0; visibility: hidden; transition: all 0.6s ease 0s; }
.search-dialog-box::before { content: ""; position: absolute; top: 0px; height: 0px; background: #990100; transition: all 0.6s ease 0s; left: 0px; right: 0px; z-index: 1; opacity: 0.9; }
.search-dialog-box.on::before { height: 100%; display: none; }
.search-dialog-box .bubbles-bg { opacity: 0; visibility: hidden; display: none; }
.search-dialog-box .search-bg { position: absolute; left: 0px; top: 0px; width: 100%; height: 0px; margin: 0px; background:  0% 0% / cover no-repeat rgba(0, 0, 0, 0.7); transform-origin: center center; transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s; }
.search-dialog-box .wrap-inner { transform: translateY(100%); transition: all 0.6s ease 0s; }
.search-dialog { position: absolute; left: 0px; top: 50%; transform: translateY(-50%); width: 100%; z-index: 2; }
.search-dialog .search-tit { font-size: 0.44rem; line-height: 0.56rem; color: rgb(255, 255, 255); text-align: center; overflow: hidden; display: none; }
.search-dialog .search-inner { overflow: hidden; margin-top: 0px; }
.search-dialog .search-input { width: 8rem; margin: 0px auto; background-color: rgba(255, 255, 255, 0.1); box-sizing: border-box; transition: all 0.3s ease 0s; max-width: 94%; }
.search-dialog .search-input input[type="text"] {float: left;height: 0.7rem;width: calc(100% - 1rem);background-color: rgb(255, 255, 255);font-size: 0.2rem;line-height: 0.08rem;color: #666;transition: all 0.3s ease 0s;padding: 0px 0.2rem;}
.search-dialog .search-input input[type="submit"], .search-dialog .search-input .clear-btn {float: right;height: 0.7rem;width: 1rem;}
.search-dialog .search-input input[type="submit"] {background-color: #990100;background-repeat: no-repeat;background-position: center center;background-size: 0.4rem;background-image: url("../images/search-btn.png");font-size: .2rem;color: #fff;}
.search-dialog .search-input .clear-btn { background-color: rgba(0, 0, 0, 0.2); background-repeat: no-repeat; background-position: center center; background-image: url("../images/close-btn.png"); background-size: 0.56rem; border-radius: 100%; margin-right: 0.16rem; display: none; }
.search-dialog .search-input.on { background-color: rgb(255, 255, 255); }
.search-dialog .hot-search { font-size: 0px; width: 0.49rem; margin: 0.096rem auto 0px; box-sizing: border-box; padding: 0px 0.096rem; overflow: hidden; }
.search-dialog .hot-search .hot-tit, .search-dialog .hot-search .hot-link { display: inline-block; zoom: 1; vertical-align: top; }
.search-dialog .hot-search .hot-tit { font-size: 0.06rem; line-height: 0.08rem; color: rgb(255, 255, 255); font-weight: bold; padding-left: 0.096rem; background-repeat: no-repeat; background-position: left center; background-size: 0.08rem; }
.search-dialog .hot-link { margin-left: 0.16rem; }
.search-dialog .hot-link a { display: inline-block; zoom: 1; font-size: 0.06rem; line-height: 0.08rem; margin-right: 0.12rem; color: rgb(255, 255, 255); padding-bottom: 5px; position: relative; }
.search-dialog .hot-link a::before { content: ""; position: absolute; left: 0%; bottom: 0px; width: 100%; height: 2px; background-color: rgb(255, 255, 255); transform: scaleX(0); transform-origin: left center; transition: transform 0.3s ease 0s; }
.search-dialog-box .bottom-box { position: absolute; left: 0px; bottom: 5.1%; width: 100%; }
.search-dialog-box .bottom-box .share-box { overflow: hidden; }
.search-dialog-box .bottom-box .copy { font-size: 0.35rem; line-height: 0.5rem; color: rgb(255, 255, 255); font-family: gilroy-regular; margin-top: 0.5rem; overflow: hidden; }
.header-right.is-open .bubbles-bg { visibility: visible; opacity: 1; }
.header-right.is-open .search-btn .con-box { display: none; }
.header-right.is-open .close-btn { display: block; }
.header-right.is-open .item .search-bg { transform: scale(1); }
.search-dialog-box.on { opacity: 1; visibility: visible; }
.search-dialog-box.on .search-bg { height: 100vh; }
.search-dialog-box.on .bubbles-bg { opacity: 1; visibility: visible; }
.search-dialog-box.on .wrap-inner { transform: translateY(0px); }
.pub-close { position: absolute; width: 0.48rem; height: 0.48rem; z-index: 10; right: 0.24rem; top: 0.216rem; background-color: rgba(255, 255, 255, 0.1); border-radius: 100%; }
.pub-close .bg { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-color: rgb(28, 90, 183); transform: scale(0); border-radius: 100%; transition: transform 0.3s ease 0s; }
.pub-close i { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-position: center center; background-size: 0.12rem; background-repeat: no-repeat; background-image: url("../images/close-btn.png"); transition: all 0.6s ease 0s; }
.pub-close i:hover { transform: rotate(180deg); }
@keyframes spin { 
  100% { transform: rotate(1turn); }
}
@keyframes spin2 { 
  100% { transform: rotate(-1turn); }
}
@keyframes spin-reverse { 
  0% { transform: rotate(1turn); }
}
@keyframes spin-reverse2 { 
  0% { transform: rotate(-1turn); }
}


/* banner */
.main-visual-wrapper {width: 100%;position: relative;/* padding-top: 1.1rem; */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{padding-bottom: 100vh;}
.swiper-box1 .imged::after{width: 100%;height: 35%;background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(84, 103, 97, 0) 100%, rgba(255, 255, 255, 0) 100%);}
.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;}

.banner .arrow{position: absolute;bottom: 0.28rem;width: 100%;padding-right: 10%;z-index: 10;justify-content: flex-end;}
.banner .bot{padding-right: 15%;align-items: center;/* width: 50%; */}
.banner .bot::after{width: 100vw;height: 1px;bottom: 50%;background: #fff;opacity: .27;left: .3rem;}
.banner .bot>img{width:.3rem;}

.banner .cir{align-items: center;position: relative;bottom: auto;width: auto;padding: 0 0.5rem;}
.banner .cir span{margin: 0px .22rem !important;width: 0.2rem;height: 0.2rem;opacity: 1;background: url(../images/cir1.png) no-repeat;background-size: 100% 100% !important;position: relative;}
.banner .cir .swiper-pagination-bullet-active{background: url(../images/ban-c.png) no-repeat;width: 0.97rem;height: 0.97rem;border-radius: 50%;}

.banner .cir span::after{content: "";position: absolute;top: -0.05rem;right: -0.05rem;bottom: -0.05rem;left: -0.05rem;background: #ddd;opacity: 0;z-index: -1;border-radius: 50%;}
.banner .cir .swiper-pagination-bullet-active::after{opacity: .3;}
.banner .arror{width: 0.36rem;height: 0.36rem;border-radius: 50%;position: relative;left: auto;top: auto;right: auto;margin: 0 0.15rem;background: rgba(255, 255, 255, 0.3);}
.banner .arror::after{color: #fff;font-size: .2rem;}
.banner .bot .swiper-container{width: 4rem;margin-left: 1rem;}
.banner .bot .a{display: flex;align-items: center;justify-content: center;/* padding: 0 0.2rem; */height: 1.26rem;}
.banner .bot .a span{width: 0.26rem;height: 0.26rem;}
.banner .bot .a .scale{width: 1.26rem;height: 1.26rem;display: none;border-radius: 50%;overflow: visible;padding: .05rem;background: rgba(255,255,255,.3);}
.banner .bot .a .imged{padding-bottom: 100%;border-radius: 50%;}
.banner .bot li.swiper-slide-active .a span{display: none;}
.banner .bot li.swiper-slide-active .a .scale{display: block;}


/* home1 */
.home1{width: 100%;padding: .5rem 0 .75rem;}

.title{margin-bottom: .35rem;align-items: center;position: relative;z-index: 10;justify-content: space-between;}
.title .h3{margin: 0 auto;}
.title h3{font-size: 0.4rem;line-height: 1.3;cursor: pointer;color: #333;font-weight: bold;font-family: sy;}
.title h3 b{color: #990100;font-family: sy;}
.title p{font-size: 0.18rem;text-transform: capitalize;color: #939393;font-family: Georgia;}
.more{position: absolute;right: 0;}
.more a{font-size: 0.14rem;color: #333;transition: 0.5s;align-items: center;}
.more a img{display: block;margin-right: 0.1rem;width: 0.56rem;}


.home1-t{justify-content: space-between;align-items: flex-start;}
.home1-t .left{width: 66%;}
.home1-t .right{width: 32%;/* height: 8.45rem; */}  
.home1-t .left .h1-t .imged{padding-bottom: 55%;} 
.home1-t .h1-t a{position: relative;display: block;} 
.home1 .left .cir{bottom: .25rem;display: flex;align-items: center;left: auto;right: 0.4rem;width: auto;}
.home1 .left .cir span{ width: 0.1rem; height: 0.1rem;opacity: .4; margin: 0 0.1rem;font-size: 0rem;background: #fff;}
.home1 .left .cir span.on{opacity: 1;background: url(../images/cir2.png) no-repeat;width: 0.23rem;height: 0.23rem;background-size: 100% 100%;}

.home1 .h1-t .con{width: 75%;padding: 0 0.3rem .25rem;z-index: 10;position: absolute;left: 0;bottom: 0;}
.home1 .h1-t p{color: #fff;font-size: 0.18rem;line-height: 30px;}
.home1 .h1-t .con h3{line-height: 0.24rem;color: #fff;font-weight: bold;/* margin-top: 0.1rem; */transition: 0.5s;font-size: 0.2rem;}
.home1 .h1-t .imged::after{width: 100%;height: 30%;opacity: 0.9;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0) 100%);}

.home1 .h1-b{margin-top:.35rem;}
.home1 .h1-b ul{justify-content: space-between;}
.home1 .h1-b li{width: 48%;}
.home1 .h1-b li a{background: #F7F7F7;border-bottom: 3px solid #990100;padding: 0.3rem 0.2rem;height: 2.26rem;display: block;}
.home1 .h1-b li a::after{width: 100%;opacity: 0;background: url(../images/h1-bg1.jpg) no-repeat center/cover;}
.home1 .h1-b li *{transition: 0.5s;}
.home1 .left li h3{line-height: 0.3rem;color: #333;font-size: 0.18rem;max-height: 0.6rem\0;}
.home1 .left li p{font-size: 0.16rem;line-height: 0.3rem;color: #666;line-height: 0.3rem;padding-left: 0.3rem;background: url(../images/tim1.png) no-repeat left center/0.16rem;}
.home1 .left li h4{font-size: 0.14rem;color: #333;margin: 0.24rem 0 0.08rem;line-height: 0.24rem;max-height: 0.48rem\0;opacity: .6;}

.home1-t .right ul{background: url(../images/h1bg.png) no-repeat center/cover;padding: 0.5rem 0 .35rem;height: 8.45rem;}
.home1-t .right li *{transition: 0.5s;}

.home1-t .right li{padding: 0.1rem 0;height: 1.2rem;padding:0rem 0.3rem;transition: 0.5s;}
.home1-t .right li::after{width: auto;background: url(../images/h1-bg2.jpg) no-repeat;opacity: 0;right: -0.15rem;left: 0rem;background-size: 100% 100%;}
.home1-t .right li::before{content: "";position: absolute;width:0.15rem;height: 0.15rem;background: url(../images/h1-sj.png) no-repeat;background-size: 100% 100%;left: 100%;top: 100%;opacity: 0;}

.home1-t .right li a{display: block;height: 100%;padding: 0.25rem 0;border-bottom: 1px dashed #ddd;}

.home1-t .right li h3{font-size: 0.18rem;color: #333;line-height: 0.3rem;font-weight: 500;}
.home1-t .right li p{font-size: 0.14rem;color: #666;line-height: 0.3rem;background: url(../images/tim1.png) no-repeat left center;background-size: 0.14rem !important;padding-left: 0.3rem;margin-top: .05rem;}
.home1-t .right li h4{font-size: 0.14rem;color: #fff;line-height: 0.24rem;max-height: 0.48rem\0;display: none;}
.home1-t .right li:last-child a{border-bottom: none;}
.home1-t .right li.on{height: 1.58rem;}
.home1-t .right li.on h4{display: -webkit-box;display: block\0;}
.home1-t .right li.on::after{opacity: 1;}
.home1-t .right li.on::before{opacity: 1;}
.home1-t .right li.on h3 span{background-size:100% 1px;color: #fff;font-weight: bold;}
.home1-t .right li.on p{color: #fff;background: url(../images/tim2.png) no-repeat left center;}
.home1-t .right li.on a{border-bottom: 1px solid rgba(0, 0, 0, 0);}
.home1-t .right .img-p{margin-top: 0.3rem;}
.home1-t .right .img-p img{width: 100%;}


@media screen and (min-width: 1200px){
   .home1-t li a:hover h3,.home1-t li a:hover p{color: #fff;}
   .more a:hover{color: #990100;}
   .home1-t li a:hover h3 span{font-weight:bold;}
   .home1-t .left li a:hover::after{opacity: 1;}
   .home1-t .left li a:hover p{background: url(../images/tim2.png) no-repeat left center/0.16rem;}
    .home1-t .left li a:hover h4{color: #fff;}
}
@media screen and (max-width:1024px){
    .home1{padding: 0.4rem 0rem;}
    .home1 .left{width: 100%;}
    .home1 .right{width: 100%;/* margin-top:.3rem; */}
  .home1-t .right ul{padding:.2rem 0;height:8rem;}
}
@media screen and (max-width:768px){
    
}
@media screen and (max-width:600px){
  .home1 .h1-b li{width:100%;margin-bottom:.3rem;}
}
/* home2 */
.home2{padding: .8rem 0;overflow: hidden;z-index: 5;}
.home2::after{width: 100%;height: 100%;bottom: auto;top: 0;background: url(../images/hbg2.jpg) no-repeat center/cover;}
.home2-t{position: relative;}
.home2-t li *{transition: 0.5s;}
.home2-t li a{height: 2.43rem;display: block;padding: 0 0.43rem 0.2rem;}
.home2-t li a::after{width: 100%;height: auto;top: 0.28rem;background: #FFFFFF;}
.home2-t li .date{width: .68rem;height: .68rem;display: flex;flex-direction: column;align-items: center;justify-content: center;background: #E7E7E7;}
.home2-t li span{display: block;color: #990100;font-size: 0.22rem;line-height: 1.3;}
.home2-t li p{font-size: 0.12rem;color: #990100;line-height: 0.3rem;}
.home2-t li h3{font-size: 0.2rem;color: #333;line-height: 0.3rem;transition: 0s;max-height: 0.6rem\0;margin: 0.17rem 0;}
.home2-t li h4{font-size: 0.16rem;color: #AFAFAF;line-height: 0.28rem;max-height: 0.56rem\0;}
.home2-t li{padding-bottom: 0.2rem;}
.home2-t .cir{width: 100%;position: relative;bottom: auto;margin-top: 0.4rem;}
.home2-t .cir span{width: 0.12rem;height: 0.12rem;border-radius: 50%;margin: 0 0.1rem !important;border: 1px solid #990100;background: none;opacity: 1;}
.home2-t .cir span.on{opacity: 1;background: #990100;}

@media screen and (min-width: 1025px){
    .home2-t  li a:hover h3{color: #990100;font-weight: bold;}
    .home2-t  li a:hover .date{background: #990100;}
    .home2-t  li a:hover span,.home2-t  li a:hover p{color: #fff;}
    .home2-t  li a:hover::after{background: url(../images/h2bg.jpg) no-repeat center/cover;box-shadow: 0rem 0.02rem 0.1rem 0rem rgba(0, 0, 0, 0.1);}
}
@media screen and (max-width:1024px){
     .home2{padding: .4rem 0;}
  .home2-t .cir{margin-top:0;}
}
@media screen and (max-width:768px){

}


/* home3 */
.home3{padding: .6rem 0 0.75rem;overflow: hidden;width: 100%;}
.home3-t{align-items: flex-start;}
.home3 .title .h3,.home4 .title .h3{margin: 0;}
.infolist16_39_t{justify-content: space-between;}     
 .infolist16_39_l{width: 60%;}
 .infolist16_39_r{width: 37%;}
 .infolist16_39_t li *{transition: 0.5s;}
 .infolist16_39_l .inli8{position: relative;}
 .infolist16_39_l .inli8 a{display: flex;align-items: center;flex-wrap: wrap;}
 .infolist16_39_l .inli8 .scale{width: 4.65rem;}
 .infolist16_39_l .inli8 .con{height: 3.17rem;background: url(../images/h3bg.jpg) no-repeat center/cover;padding: 0.5rem 0.4rem;flex: 1;min-width: 0;}
 
 .infolist16_39_l .inli8 .con h3{font-size: 0.2rem;font-weight: bold;color: #fff;line-height: 0.3rem;height: 0.6rem;}
 .infolist16_39_l .inli8 .con h4{font-size: 0.14rem;color: #FDFDFD;line-height: 0.28rem;max-height: 0.56rem\0;margin: 0.15rem 0 0.3rem;}
 .infolist16_39_l .inli8 .con p{font-size: 0.22rem;line-height: 0.24rem;color: #fff;font-weight: bold;}
.infolist16_39_l .inli8 .imged{padding-bottom:3.17rem;}

.infolist16_39_l .cir{bottom: 0.5rem;display: flex;align-items: center;left: auto;width: auto;right: 0.5rem;}
.infolist16_39_l .cir span{width: 0.1rem;height: 0.1rem;margin: 0 0.05rem !important;border-radius: 50%;background: #fff;opacity: .8;}
.infolist16_39_l .cir span.swiper-pagination-bullet-active{background: #fff;opacity: 1;width: 0.14rem;height: 0.14rem;}


 .infolist16_39_l>ul{border: 1px solid #C8C8C8;background: #FFFFFF;padding: 0.35rem 0 0.45rem;display: flex;flex-wrap: nowrap;}
 .infolist16_39_l>ul li{width: 33.3%;padding: 0 0.3rem;}
 .infolist16_39_l>ul li h5{font-family: Arial;
  font-size: 0.16rem;color: #9B9B9B;}
 .infolist16_39_l>ul li span{display: inline-block;padding-bottom: 0.2rem;font-size: 0.22rem;font-weight: bold;line-height: 0.24rem;color: #1d1d1d;margin-right: .1rem;}
 .infolist16_39_l>ul li span::after{width: 100%;height: 0.02rem;background: #99181B;}
 .infolist16_39_l>ul li h3{font-size: 0.16rem;color: #050505;line-height: 0.28rem;max-height: 0.56rem;margin: 0.25rem 0 0.15rem;transition: 0s;}
 .infolist16_39_l>ul li h4{font-size: 0.14rem;line-height: 0.24rem;max-height: 0.48rem;margin-bottom: 0.2rem;color: #868686}
 .infolist16_39_l>ul li p{display: flex;align-items: center;font-size: 0.14rem;line-height: 0.24rem;color: #636363}
 .infolist16_39_l>ul li p img{display: inline-block;margin-left: 0.1rem;}

 .infolist16_39_r ul{border: 1px solid #C8C8C8;padding: 0.4rem 0.4rem 0rem 0.4rem;}
 .infolist16_39_r li{margin-bottom: 0.36rem;}
 .infolist16_39_r li a{display: block;}
 .infolist16_39_r li p{margin-bottom: 0.23rem;height: 0.35rem;padding-left: 0.6rem;display: flex;align-items: center;}
 .infolist16_39_r li p::after{width: 1.63rem;background: url(../images/date1.png) no-repeat;background-size: 100% 100% !important;}
 .infolist16_39_r li span{line-height: 0.24rem;display: inline-block;color: #fff;font-size: 0.16rem;}
 .infolist16_39_r li h3{font-size: 0.18rem;line-height: 0.24rem;color: #3D3D3D;transition: 0s;}



@media screen and (min-width: 1200px) {
   .infolist16_39_t li a:hover h3{color: #99181B ;font-weight:bold;}
   .infolist16_39_r li a:hover p::after{background: url(../images/date2.png) no-repeat;}

}
@media screen and (max-width: 1024px) {
   .home1{padding: 0.4rem 0;}
   .infolist16_39_l{width: 100%;}
   .infolist16_39_r{width: 100%;margin-top: 0.25rem;}                 
}

@media screen and (max-width: 768px) {
   .infolist16_39_l .inli8 .scale{width: 100%;}
   .infolist16_39_l .inli8 .con{width: 100%;height: 2.2rem;padding: 0.2rem;}  
   .infolist16_39_l ul{/* margin: 0 -0.1rem; */padding: 0.2rem 0 0.1rem;margin-top: .3rem;}
   .infolist16_39_r ul{padding:0.25rem;}
   .infolist16_39_l li span{font-size:0.18rem !important;}
   .infolist16_39_r li{margin-bottom: 0.15rem;}
   .infolist16_39_l>ul li{width:100%;padding:0 0.2rem;margin-bottom:0.2rem;}
   .infolist16_39_l .arrow{bottom:.15rem;}
}



/* home4 */
.home4{padding: 0rem 0 .75rem;}

.home4-t{position: relative;justify-content: space-between;}
.home4-t .left{width: 56%;}
.home4-t .right{width: 40%;}
.home4-t .left li a{display: block;display: block;}
.home4-t .left li .con{width: 80%;padding: 0 0.3rem 0.2rem;position: absolute;left: 0;bottom: 0;z-index: 10;}
.home4-t .left li h3{color: #fff;font-weight: bold;font-size: 0.2rem;}
.home4-t .left li .imged{padding-bottom: 47%;}
.home4-t .left li .imged::after{width: 100%;height: 100%;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 78%, rgba(0, 0, 0, 0.5214) 91%, rgba(0, 0, 0, 0.49) 100%);}
.home4-t .left .cir{bottom: 0.24rem;display: flex;align-items: center;left: auto;width: auto;right: 0.5rem;}
.home4-t .left .cir span{width: 0.1rem;height: 0.1rem;border-radius: 50%;background: none;opacity: 1;border: 1px solid #fff;margin: 0 0.05rem !important;}
.home4-t .left .cir span.swiper-pagination-bullet-active{opacity: 1;width: 0.14rem;height: 0.14rem;background: #fff;}
.home4-t dl{justify-content: space-between;}
.home4-t dt{width: 48%;}
.home4-t dt a{padding: 0.34rem 0 0.2rem;align-items: center;height: 1rem;background: url(../images/h4line.png) no-repeat bottom;background-size: 100%;}
.home4-t dt span{width: 0.99rem;height: 0.37rem;display: flex;align-items: center;justify-content: baseline;}
.home4-t dt h3{color: #333;font-size: 0.18rem;line-height: 0.26rem;max-height: 0.52rem\0;transition: 0s;flex: 1;min-width: 0;padding-left: .2rem;}
.home4-t .right li a{align-items: center;padding: 0.28rem 0;border-bottom: 1px dashed #ddd;}
.home4-t .right li a::after{height: 1px;bottom: -1px;background: #990100;}
.home4-t .right li .date{padding-right: 0.15rem;text-align: right;}
.home4-t .right li .con{flex: 1;min-width: 0;padding-left: 0.26rem;}
.home4-t .right li .date::after{left: auto;right: 0;bottom: auto;top: 0;width: 1px;height: 0.26rem;background:rgba(153, 1, 0, 0.54);;}
.home4-t .right li span{font-size: 0.24rem;color: #555;transition: 0.5s;}
.home4-t .right li p{font-size: 0.18rem;color: #9E9E9E;margin-top: 0.1rem;}
.home4-t .right li h3{font-size: 0.18rem;color: #333;line-height: 0.3rem;}
.home4-t .right li:last-child a{border-bottom: none;}
.home4-t .right li:first-child a{padding-top:0;}

@media screen and (min-width: 1025px) {
  .home4-t dt a:hover h3{color: #990100;font-weight: bold;}
  .home4-t .right li a:hover h3{color: #990100;font-weight: bold;}
  .home4-t .right li h3{height: 0.6rem;}
  .home4-t .right li a:hover span{color: #990100;}
}

@media screen and (max-width: 1024px) {
  .home4{padding: 0rem 0 0.2rem;}
  .home4-t .left{width: 100%;}
  .home4-t .right{width: 100%;margin-top: 0.3rem;}
}
@media screen and (max-width: 768px) {
  .home4-t dt{width:100%;}

}
@media screen and (max-width: 420px) {
  

}
/* home5 */
.home5{width: 100%;padding: 0 0 0.77rem;overflow: hidden;}
.home5-t{padding: 0.2rem 0 0.67rem;position: relative;}
.home5-t::after{width: auto;left: -0.97rem;right: -0.97rem;background: rgba(255, 245, 245, 0.73);height: auto;top: -0.2rem;}
.home5-t li .imged{padding-bottom: 78.6%;}
.home5-t .arror{width: 0.12rem;height: 0.2rem;margin: 0;transform: translateY(-50%);}
.home5-t .arror::after{display: none;}
.home5-t .arror img{width: 100%;}
.home5-t .swiper-button-prev{left: -0.45rem;}
.home5-t .swiper-button-next{right: -0.45rem;}



@media screen and (min-width: 1025px) {

}

@media screen and (max-width: 1024px) {
  .home5{padding: 0rem 0 0.4rem;}
  .home5-t{padding: 0rem 0.25rem 0.2rem;}
  .home5-t::after{left: -0.15rem;right: -0.15rem;}
  .home5-t .swiper-button-prev{left: 0rem;}
  .home5-t .swiper-button-next{right: 0rem;}
}
@media screen and (max-width: 768px) {


}
/* home6 */
.home6{padding: 0rem 0 1rem;width: 100%;}
.home6 li .imged{padding-bottom: 47%;}
.home6-t .cir{bottom: auto;display: flex;align-items: center;left: auto;width: 100%;position: relative;margin-top: 0.35rem;justify-content: center;}
.home6-t .cir span{width: 0.16rem;height: 0.16rem;border-radius: 50%;background: #ddd;opacity: 1;margin:0 .07rem !important;}
.home6-t .cir span.on{background: #990100;}

@media screen and (min-width: 1025px) {
.home6-t li.swiper-slide-active{clip-path: polygon(0 100%,0 0,100% 10%,100% 90%);}
.home6-t li.swiper-slide-active+li+li{clip-path: polygon(0 90%,0 10%,100% 0%,100% 100%);}
}

@media screen and (max-width: 1024px) {
  .home6{padding: 0rem 0 0.4rem;}

}
@media screen and (max-width: 768px) {


}
/*  home7*/
.home7{width: 100%;padding: 0 0 1.2rem;background: url(../images/hbg7.png) no-repeat bottom;background-size: 100%;}
.home7-t{border: 1px solid rgba(0, 0, 0, 0.08);}
.home7-t li{width: 20%;text-align: center;}
.home7-t li a{display: block;height: 2.05rem;padding: 0.25rem 0.1rem 0;}
.home7-t li a::after{width: 100%;opacity: 0;background: url(../images/h7-bg.jpg) no-repeat center/cover;}
.home7-t li *{transition: 0.5s;}
.home7-t li span{background: #F0F0F0;width: 1.3rem;height: 1.3rem;display: flex;align-items: center;justify-content: center;margin: 0 auto 0.1rem;border-radius: 50%;}
.home7-t li p{font-size: 0.2rem;color: #990100;}

@media screen and (min-width: 1025px) {
  .home7-t li a:hover span{background: #fff;}
  .home7-t li a:hover::after{opacity: 1;}
  .home7-t li a:hover p{color: #fff;}
}

@media screen and (max-width: 1024px) {
  .home7{padding: 0rem 0 0.4rem;}
  .home7-t li span{width: 1rem;height: 1rem;}
  .home7-t li span img{max-width: 0.35rem;}
  .home7-t li a{height:auto;}
}
@media screen and (max-width: 768px) {
   .home7-t li{width: 33.3%;margin-bottom: 0.25rem;}
   .home7-t li span{width: .6rem;height: .6rem;}
   .home7-t li span img{max-width: 0.3rem;}

}
/* foot */
.footer{width: 100%;background: #990100;}
.foot-t{padding: 0.15rem 0;border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
.foot-t ul{justify-content: center;}
.foot-t h3{font-size: 0.16rem;color: #fff;line-height: 0.24rem;}
.foot-t li{color: #fff;font-size: 0.16rem;line-height: 0.24rem;padding: 0 0.15rem;transition: 0.5s;}
.foot-t li:hover{opacity:.7;}
.foot-b{justify-content: space-between;padding: .44rem 0;align-items: center;}
.foot-b .fot1{width: 30%;}
.foot-b .fot2{width: 25%;}
.foot-b p{font-size: 0.16rem;line-height:1.8;color: #fff;margin-bottom: 0.1rem;}
.ul-iconsb1{justify-content: flex-end;}
.ul-iconsb1 li{padding-left: 0.5rem;}
.ul-iconsb1 .con{position:relative;cursor:pointer;}
.ul-iconsb1 .con .icon img{width: 0.56rem;height: 0.56rem;}
.ul-iconsb1 .con .icon .img2{display: none;}
.ul-iconsb1 .con:hover .icon .img1{display: none;}
.ul-iconsb1 .con:hover .icon .img2{display: block;}
.ul-iconsb1 .con:hover .qrbox{opacity:1;visibility:visible;transform: translateY(0%) translateX(-50%);}
.ul-iconsb1 .qrbox{top: 100%;transform: translateY(-30%) translateX(-50%);opacity:0;visibility:hidden;margin-top: .15rem;transition: 0.5s;position: absolute;width: 1.2rem;z-index: 10;height: auto;z-index: 100;left: 50%;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}
.ul-iconsb1 .qrbox .qr{padding: .05rem;background: #fff;text-align: center;border-radius: .1rem;}
.ul-iconsb1 .qrbox .qr img{width: 100%;}
.ul-iconsb1 .qrbox .p{font-size: 0.14rem;overflow:hidden;text-align: center;margin-top: .1rem;line-height: 1.5;}
.ul-iconsb1{padding: 0;align-items: center;justify-content: center;}
.ul-iconsb1 .qrbox{top: auto;bottom: 100%; margin: 0 0 .15rem;}
.ul-iconsb1 .qrbox::before{content:"";border-left:.08rem solid transparent;border-right:.08rem solid transparent;border-bottom:.1rem solid #fff;bottom: -.1rem;transform: translateX(-50%) rotateX(180deg);position: absolute;left: 50%;}


.foot{padding: 0.12rem 0;border-top: 1px solid rgba(255,255,255,.3);}
.foot p{align-items: center;width: 100%;font-size: 0.14rem;color: #fff;justify-content: center;line-height: 1.5;}
.foot p a{padding: 0 0.1rem;align-items: center;}
.foot a img{margin-right: 0.1rem;max-width: 0.23rem;display: inline-block;}

@media screen and (min-width: 1200px) {
 
}

@media screen and (max-width: 1024px) {
  .foot-t ul{padding:0;}
  .foot-b{padding: 0.3rem 0;}
}
@media screen and (max-width: 768px) {
  .foot-b .fot1{width: 100%;}
  .foot-b .fot2{width: 100%;text-align: center;margin:.2rem 0;}
  .foot-b .fot3{width: 100%;}
  .ul-iconsb1{justify-content: center;}
  .ul-iconsb1 li{padding: 0 0.1rem;}
  
}
@media screen and (max-width: 500px) {
 
}





@media screen and (max-width: 1600px) {
  #header .right{padding-left:5%;}

}
@media screen and (max-width: 1400px) {
  #header .right { padding-left: 5%; }
  #nav ul li h3 { font-size: 0.18rem; }
  .list_box0 .li {padding-right: 0.05rem;}
  .list_box0 .li > a .top_ico { margin-right: 0.05rem; }
  .header_box #header::after{width:28%;}


}
@media screen and (max-width: 1200px) {
  .m_header_box {display: block;height: .7rem;}
 

}
@media screen and (max-width: 1024px) {
  .banner .arrow{padding-right:0;bottom: .15rem;}
  .banner .bot .swiper-container{width: 3rem;margin-left: .5rem;}
  .swiper-box1 .imged{padding-bottom: 50%;}
  .banner .bot .a{height:.8rem;}
  .banner .bot .a .scale{width:.8rem;height:.8rem;}
 
}

@media screen and (max-width: 768px) {
  .txt1 { font-size: 0.2rem !important; }
  .p1 {line-height: 1.6 !important;font-size: 0.16rem !important;}
  .title{margin-bottom: .25rem !important;}
  .title h3{font-size: .26rem;text-align: left;}
  .title .h3{margin:0;padding-left: 0;}
  .title p{font-size:.14rem;}
  .banner .bot .swiper-container{width: 2rem;margin-left: .2rem;}
  .banner .bot .a{height:.6rem;}
  .banner .bot .a .scale{width:.6rem;height:.6rem;}
}

@media screen and (max-width: 600px) {
  

}
@media screen and (max-width: 420px) {
   
}
@media (min-width: 200px) {
  [aos="zoom-in"] { transform: scale(0.5); }
  html:not(.no-js) [data-aos=fade-right]{-webkit-transform:translate3d(-150px,0,0);transform:translate3d(-150px,0,0)}
  html:not(.no-js) [data-aos=fade-left]{-webkit-transform:translate3d(150px,0,0);transform:translate3d(150px,0,0)}
  html:not(.no-js) [data-aos=fade-down]{-webkit-transform:translate3d(-150px,-150px,0);transform:translate3d(-150px,-150px,0)}
}@charset "utf-8";

/* */
@font-face {
  font-family: "geo";src:url("../font/georgia.ttf");
}
@font-face {
  font-family: sy;src:url("../font/sySong.woff");
}


.header_box{z-index: 1000;width: 100%;position: fixed;top: 0;left: 0;
}

.header_top{width: 100%;background: #FFFFFF;}
.header_top .top{justify-content: space-between;height: 1.15rem;align-items: center;width: 100%;position: relative;}
/* .header_top::after{content: "";position: absolute;width: 100%;top: 0;left: 0;
  background: linear-gradient(180deg, #012B75 0%, rgba(0, 42, 111, 0) 100%);height: 2rem;z-index: -1;}
#logo{position: relative;} */
.header_top #logo{align-items: center;}
.header_top #logo a img{transition: .5s;max-width:5.84rem;width: 6.42rem;}

.list_box1{flex:1;min-width: 0;display: flex;align-items: center;justify-content: flex-end;}
.list_box1 .li{display: flex;align-items: center;color: #333;font-size: 0.16rem;}
.list_box1 .li a{padding: 0 0.15rem;font-size: 0.16rem;color: #fff;align-items: center;}
.list_box1 .ser{padding: 0 0.25rem 0 0.35rem;}
.list_box1 .ser .a{display:flex;align-items:center;justify-content: space-between;transition: .5s;position: relative;height: 0.32rem;width: 2rem;padding: 0rem;border: 1px solid #990100;border-radius: 0.04rem;}

.list_box1 .li .input{height: 100%;padding: 0 0.1rem;font-size: 0.16rem;color: #333;line-height: 28px;flex:1;min-width: 0;}
.list_box1 .li .serbtn {width: 0.58rem;height: 100%;text-align: center;line-height: 0.32rem;color: #fff;font-size: 0.14rem;background: #990100;}
.list_box1 .li .input::-webkit-input-placeholder{ color:#333;}
.list_box1 .li .input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#333; }
.list_box1 .li .input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#333;}
.list_box1 .li .input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color:#333;}




#nav{width: 100%;position: relative;z-index: 1000;background: #990100;}
#nav ul{display: flex;justify-content: space-between;width: 100%;}
#nav ul li{z-index:0;position: relative;}
#nav ul li a{position: relative;z-index: 2;}
#nav ul li h3{font-size: 0.2rem;color: #fff;line-height: 0.64rem;position:relative;transition: .36s;}
/* #nav ul li h3::after{content: "";position: absolute;width: 100%;height: 2px;background: #fff;left: 0;bottom: -19px;opacity: 0;} */


#nav ul li .sub{position:absolute;top: 95%;background: #fff;width: auto;left: 50%;z-index: 10000;transform: translateX(-50%) scaleY(0);visibility:hidden;opacity: 0;transition: .5s;transform-origin: top;box-shadow: 0 0 0.1rem rgba(0,0,0,.3);overflow: hidden;z-index: 1000;}
#nav ul li .sub .box{text-align:center;}
#nav ul li .sub a{padding: 0.1rem 0.16rem;line-height: 0.28rem;transition:.6s;font-size: 0.16rem;color: #666;text-align: center;white-space: nowrap;min-width: 1.6rem;display: block;}
#nav ul li .sub a img{ margin: 0 0.1rem 0 0; opacity: .2; transition: .5s}
#nav ul li .sub a:hover{color: #990100;}
#nav ul li:hover .sub{opacity: 1;visibility:visible;transform: translateX(-50%) scaleY(1);}
/*  */

#m_nav * { transition: all 0s ease 0s; }
.m_header_box { transition: all 0.6s ease 0s; display: none; position: relative; z-index: 100000; }
.m_header_box header {padding: 0px 0px 0px 15px;height: 0.7rem;background: #fff;box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 5px;position: fixed;top: 0px;left: 0px;right: 0px;z-index: 100;display: flex;justify-content: space-between;align-items: center;}
.m_header_box header #logo img {height: auto;max-height: 0.6rem;}
.m_header_box header #logo { padding: 0px; width: calc(100% - 80px); }
#nav_btn_box.on { background: none; }
#nav_btn_box {position: relative;width: 0.7rem;height: 0.7rem;display: flex;align-items: center;justify-content: center;z-index: 1;}
#nav_btn_box::before { content: ""; position: absolute; z-index: -1; top: 0px; right: 0px; bottom: 0px; left: 0px; background: rgb(255, 255, 255); }
#nav_btn_box::after {content: "";position: absolute;z-index: -1;top: 0px;left: -.15rem;border-right: .15rem solid rgb(255, 255, 255);border-top: 0.7rem solid transparent;display: none;}
#nav_btn { cursor: pointer; text-align: center; z-index: 99999; transition: all 0.5s ease 0s; outline: none; box-shadow: none; }
#nav_btn .point { display: inline-block; width: 0.4rem; height: 22px; position: relative; outline: none; }
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before { width: 0.28rem; }
#nav_btn .navbtn {position: absolute;top: 12px;left: 0px;display: inline-block;width: 18px;height: 2px;transition: all 0.3s ease-out 0s;background: #990100;}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0px;display: inline-block;width: 24px;height: 2px;content: "";transition: all 0.3s ease-out 0s;background: #990100;}
#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 { transform: rotate(45deg); top: 0px; }
#nav_btn .point.on .navbtn::before { transform: rotate(-45deg); top: 0px; }
.m_nav_list { flex-direction: column; width: 100%; height: 100%; overflow: auto; align-items: center; display: flex; background: rgba(255, 255, 255, 0.1); }
.m_nav_list::-webkit-scrollbar { display: none; }
#m_nav {z-index: 99999;position: fixed;width: 100%;height: 100vh;right: -105vw;top: 0px;padding: 70px 20px 30px;overflow: hidden;pointer-events: none;transition: all 0.3s ease-out 0s;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;background:  0% 0% / cover rgb(247, 247, 247);opacity: 0;visibility: hidden;}
#m_nav .close { position: absolute; top: 7px; right: 15px; left: 15px; font-size: 30px; color: rgb(51, 51, 51); z-index: 10000; width: auto; height: 35px; border-radius: 0px; display: flex; align-items: center; justify-content: flex-end; padding: 0px; }
#m_nav.act { pointer-events: auto; right: 0px; opacity: 1; visibility: visible; }
#m_nav .search_box input.submit { background: url("../images/submit.png") center center / 0.28rem no-repeat #990100; }
#m_nav .list_box0 {width: 90%;margin: 0.32rem auto 0px;}
#m_nav .list_box0 .li {text-align: center;color: #990100;margin: 0px 0rem 0.15rem;font-size: 14px;}
#m_nav .list_box0 .li a{background:none;padding: 0 0.2rem 0 0;}
#m_nav .old_rukou { margin: 0.24rem 0px 0px; width: 100%; }
.list_box_nav_mobile {width: 100%;/* height: calc(100% - 3rem); */padding: 0px 0px 10px;overflow: hidden auto;margin: 0px;/* flex: 1 1 0%; */}
.list_box_nav_mobile > li { width: 90%; overflow: hidden; padding: 0px; position: relative; margin: 0px auto; }
.list_box_nav_mobile > li .con { position: relative; }
.list_box_nav_mobile > li .a { width: 100%; border-bottom: 1px solid rgb(226, 226, 226); line-height: 0.64rem; color: rgb(51, 51, 51); padding: 0px; font-size: 16px; display: flex; position: relative; transition: all 0.5s ease 0s; }
.list_box_nav_mobile > li i { opacity: 1; width: 0.64rem; height: 0.64rem; background-image: url("../images/arrow_down.png"); background-position: center center; background-repeat: no-repeat; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; position: absolute; display: block; right: 0px; top: 2px; background-size: 15px 15px !important; }
.list_box_nav_mobile > li.on1 i { transform: rotate(-90deg); }
.list_box_nav_mobile > li.on .a { border-bottom: 1px solid rgb(226, 226, 226); }
.list_box_nav_mobile > li .list { padding: 10px 0px; 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: rgb(102, 102, 102); line-height: 2.5; }
.nav_mask { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 888; background-color: rgba(0, 0, 0, 0.4); display: none; }
/* 手机搜索 */
.wap_search {font-size: 0.16rem;border-radius: 5px;color: rgb(255, 255, 255);width: 100%;height: 0.6rem;display: block;margin-bottom: .1rem;}
.wap_search .header-search {height: 100%;border-radius: 0.2rem;background: rgb(255, 255, 255);position: relative;width: 3.68rem;margin: 0rem auto;}
.wap_search .input {font-size: 0.14rem;color: #333;height: 0.6rem;line-height: 0.5rem;padding: 0px 0.24rem;box-shadow: none;appearance: none;float: left;border-right: 0px;background: none;width: calc(100% - 40px);}
.wap_search .btn_blue {position: absolute;cursor: pointer;top: 0px;right: 0px;width: 0.6rem;height: 0.6rem;line-height: 0.6rem;border: 0px;background: url("../images/submit.png") center center no-repeat #990100;border-radius: 50%;}
.wap_search .btn_blue.fr { background: rgb(233, 237, 239); color: rgb(78, 79, 83); }
.wap_search input::-webkit-input-placeholder { color: rgb(153, 153, 153); }
.wap_search input:focus::-webkit-input-placeholder { color: transparent; }

/* pc搜索 */
.search_btn { cursor: pointer; }
.search_btn png { fill: rgb(255, 255, 255); width: 16px; height: 16px; }
.search-dialog-box { position: fixed; left: 0px; top: 0px; width: 100%; height: 100vh; z-index: 1000000; opacity: 0; visibility: hidden; transition: all 0.6s ease 0s; }
.search-dialog-box::before { content: ""; position: absolute; top: 0px; height: 0px; background: #990100; transition: all 0.6s ease 0s; left: 0px; right: 0px; z-index: 1; opacity: 0.9; }
.search-dialog-box.on::before { height: 100%; display: none; }
.search-dialog-box .bubbles-bg { opacity: 0; visibility: hidden; display: none; }
.search-dialog-box .search-bg { position: absolute; left: 0px; top: 0px; width: 100%; height: 0px; margin: 0px; background:  0% 0% / cover no-repeat rgba(0, 0, 0, 0.7); transform-origin: center center; transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s; }
.search-dialog-box .wrap-inner { transform: translateY(100%); transition: all 0.6s ease 0s; }
.search-dialog { position: absolute; left: 0px; top: 50%; transform: translateY(-50%); width: 100%; z-index: 2; }
.search-dialog .search-tit { font-size: 0.44rem; line-height: 0.56rem; color: rgb(255, 255, 255); text-align: center; overflow: hidden; display: none; }
.search-dialog .search-inner { overflow: hidden; margin-top: 0px; }
.search-dialog .search-input { width: 8rem; margin: 0px auto; background-color: rgba(255, 255, 255, 0.1); box-sizing: border-box; transition: all 0.3s ease 0s; max-width: 94%; }
.search-dialog .search-input input[type="text"] {float: left;height: 0.7rem;width: calc(100% - 1rem);background-color: rgb(255, 255, 255);font-size: 0.2rem;line-height: 0.08rem;color: #666;transition: all 0.3s ease 0s;padding: 0px 0.2rem;}
.search-dialog .search-input input[type="submit"], .search-dialog .search-input .clear-btn {float: right;height: 0.7rem;width: 1rem;}
.search-dialog .search-input input[type="submit"] {background-color: #990100;background-repeat: no-repeat;background-position: center center;background-size: 0.4rem;background-image: url("../images/search-btn.png");font-size: .2rem;color: #fff;}
.search-dialog .search-input .clear-btn { background-color: rgba(0, 0, 0, 0.2); background-repeat: no-repeat; background-position: center center; background-image: url("../images/close-btn.png"); background-size: 0.56rem; border-radius: 100%; margin-right: 0.16rem; display: none; }
.search-dialog .search-input.on { background-color: rgb(255, 255, 255); }
.search-dialog .hot-search { font-size: 0px; width: 0.49rem; margin: 0.096rem auto 0px; box-sizing: border-box; padding: 0px 0.096rem; overflow: hidden; }
.search-dialog .hot-search .hot-tit, .search-dialog .hot-search .hot-link { display: inline-block; zoom: 1; vertical-align: top; }
.search-dialog .hot-search .hot-tit { font-size: 0.06rem; line-height: 0.08rem; color: rgb(255, 255, 255); font-weight: bold; padding-left: 0.096rem; background-repeat: no-repeat; background-position: left center; background-size: 0.08rem; }
.search-dialog .hot-link { margin-left: 0.16rem; }
.search-dialog .hot-link a { display: inline-block; zoom: 1; font-size: 0.06rem; line-height: 0.08rem; margin-right: 0.12rem; color: rgb(255, 255, 255); padding-bottom: 5px; position: relative; }
.search-dialog .hot-link a::before { content: ""; position: absolute; left: 0%; bottom: 0px; width: 100%; height: 2px; background-color: rgb(255, 255, 255); transform: scaleX(0); transform-origin: left center; transition: transform 0.3s ease 0s; }
.search-dialog-box .bottom-box { position: absolute; left: 0px; bottom: 5.1%; width: 100%; }
.search-dialog-box .bottom-box .share-box { overflow: hidden; }
.search-dialog-box .bottom-box .copy { font-size: 0.35rem; line-height: 0.5rem; color: rgb(255, 255, 255); font-family: gilroy-regular; margin-top: 0.5rem; overflow: hidden; }
.header-right.is-open .bubbles-bg { visibility: visible; opacity: 1; }
.header-right.is-open .search-btn .con-box { display: none; }
.header-right.is-open .close-btn { display: block; }
.header-right.is-open .item .search-bg { transform: scale(1); }
.search-dialog-box.on { opacity: 1; visibility: visible; }
.search-dialog-box.on .search-bg { height: 100vh; }
.search-dialog-box.on .bubbles-bg { opacity: 1; visibility: visible; }
.search-dialog-box.on .wrap-inner { transform: translateY(0px); }
.pub-close { position: absolute; width: 0.48rem; height: 0.48rem; z-index: 10; right: 0.24rem; top: 0.216rem; background-color: rgba(255, 255, 255, 0.1); border-radius: 100%; }
.pub-close .bg { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-color: rgb(28, 90, 183); transform: scale(0); border-radius: 100%; transition: transform 0.3s ease 0s; }
.pub-close i { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-position: center center; background-size: 0.12rem; background-repeat: no-repeat; background-image: url("../images/close-btn.png"); transition: all 0.6s ease 0s; }
.pub-close i:hover { transform: rotate(180deg); }
@keyframes spin { 
  100% { transform: rotate(1turn); }
}
@keyframes spin2 { 
  100% { transform: rotate(-1turn); }
}
@keyframes spin-reverse { 
  0% { transform: rotate(1turn); }
}
@keyframes spin-reverse2 { 
  0% { transform: rotate(-1turn); }
}


/* banner */
.main-visual-wrapper {width: 100%;position: relative;/* padding-top: 1.1rem; */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{padding-bottom: 100vh;}
.swiper-box1 .imged::after{width: 100%;height: 35%;background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(84, 103, 97, 0) 100%, rgba(255, 255, 255, 0) 100%);}
.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;}

.banner .arrow{position: absolute;bottom: 0.28rem;width: 100%;padding-right: 10%;z-index: 10;justify-content: flex-end;}
.banner .bot{padding-right: 15%;align-items: center;/* width: 50%; */}
.banner .bot::after{width: 100vw;height: 1px;bottom: 50%;background: #fff;opacity: .27;left: .3rem;}
.banner .bot>img{width:.3rem;}

.banner .cir{align-items: center;position: relative;bottom: auto;width: auto;padding: 0 0.5rem;}
.banner .cir span{margin: 0px .22rem !important;width: 0.2rem;height: 0.2rem;opacity: 1;background: url(../images/cir1.png) no-repeat;background-size: 100% 100% !important;position: relative;}
.banner .cir .swiper-pagination-bullet-active{background: url(../images/ban-c.png) no-repeat;width: 0.97rem;height: 0.97rem;border-radius: 50%;}

.banner .cir span::after{content: "";position: absolute;top: -0.05rem;right: -0.05rem;bottom: -0.05rem;left: -0.05rem;background: #ddd;opacity: 0;z-index: -1;border-radius: 50%;}
.banner .cir .swiper-pagination-bullet-active::after{opacity: .3;}
.banner .arror{width: 0.36rem;height: 0.36rem;border-radius: 50%;position: relative;left: auto;top: auto;right: auto;margin: 0 0.15rem;background: rgba(255, 255, 255, 0.3);}
.banner .arror::after{color: #fff;font-size: .2rem;}
.banner .bot .swiper-container{width: 4rem;margin-left: 1rem;}
.banner .bot .a{display: flex;align-items: center;justify-content: center;/* padding: 0 0.2rem; */height: 1.26rem;}
.banner .bot .a span{width: 0.26rem;height: 0.26rem;}
.banner .bot .a .scale{width: 1.26rem;height: 1.26rem;display: none;border-radius: 50%;overflow: visible;padding: .05rem;background: rgba(255,255,255,.3);}
.banner .bot .a .imged{padding-bottom: 100%;border-radius: 50%;}
.banner .bot li.swiper-slide-active .a span{display: none;}
.banner .bot li.swiper-slide-active .a .scale{display: block;}


/* home1 */
.home1{width: 100%;padding: .5rem 0 .75rem;}

.title{margin-bottom: .35rem;align-items: center;position: relative;z-index: 10;justify-content: space-between;}
.title .h3{margin: 0 auto;}
.title h3{font-size: 0.4rem;line-height: 1.3;cursor: pointer;color: #333;font-weight: bold;font-family: sy;}
.title h3 b{color: #990100;font-family: sy;}
.title p{font-size: 0.18rem;text-transform: capitalize;color: #939393;font-family: Georgia;}
.more{position: absolute;right: 0;}
.more a{font-size: 0.14rem;color: #333;transition: 0.5s;align-items: center;}
.more a img{display: block;margin-right: 0.1rem;width: 0.56rem;}


.home1-t{justify-content: space-between;align-items: flex-start;}
.home1-t .left{width: 66%;}
.home1-t .right{width: 32%;/* height: 8.45rem; */}  
.home1-t .left .h1-t .imged{padding-bottom: 55%;} 
.home1-t .h1-t a{position: relative;display: block;} 
.home1 .left .cir{bottom: .25rem;display: flex;align-items: center;left: auto;right: 0.4rem;width: auto;}
.home1 .left .cir span{ width: 0.1rem; height: 0.1rem;opacity: .4; margin: 0 0.1rem;font-size: 0rem;background: #fff;}
.home1 .left .cir span.on{opacity: 1;background: url(../images/cir2.png) no-repeat;width: 0.23rem;height: 0.23rem;background-size: 100% 100%;}

.home1 .h1-t .con{width: 75%;padding: 0 0.3rem .25rem;z-index: 10;position: absolute;left: 0;bottom: 0;}
.home1 .h1-t p{color: #fff;font-size: 0.18rem;line-height: 30px;}
.home1 .h1-t .con h3{line-height: 0.24rem;color: #fff;font-weight: bold;/* margin-top: 0.1rem; */transition: 0.5s;font-size: 0.2rem;}
.home1 .h1-t .imged::after{width: 100%;height: 30%;opacity: 0.9;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0) 100%);}

.home1 .h1-b{margin-top:.35rem;}
.home1 .h1-b ul{justify-content: space-between;}
.home1 .h1-b li{width: 48%;}
.home1 .h1-b li a{background: #F7F7F7;border-bottom: 3px solid #990100;padding: 0.3rem 0.2rem;height: 2.26rem;display: block;}
.home1 .h1-b li a::after{width: 100%;opacity: 0;background: url(../images/h1-bg1.jpg) no-repeat center/cover;}
.home1 .h1-b li *{transition: 0.5s;}
.home1 .left li h3{line-height: 0.3rem;color: #333;font-size: 0.18rem;max-height: 0.6rem\0;}
.home1 .left li p{font-size: 0.16rem;line-height: 0.3rem;color: #666;line-height: 0.3rem;padding-left: 0.3rem;background: url(../images/tim1.png) no-repeat left center/0.16rem;}
.home1 .left li h4{font-size: 0.14rem;color: #333;margin: 0.24rem 0 0.08rem;line-height: 0.24rem;max-height: 0.48rem\0;opacity: .6;}

.home1-t .right ul{background: url(../images/h1bg.png) no-repeat center/cover;padding: 0.5rem 0 .35rem;height: 8.45rem;}
.home1-t .right li *{transition: 0.5s;}

.home1-t .right li{padding: 0.1rem 0;height: 1.2rem;padding:0rem 0.3rem;transition: 0.5s;}
.home1-t .right li::after{width: auto;background: url(../images/h1-bg2.jpg) no-repeat;opacity: 0;right: -0.15rem;left: 0rem;background-size: 100% 100%;}
.home1-t .right li::before{content: "";position: absolute;width:0.15rem;height: 0.15rem;background: url(../images/h1-sj.png) no-repeat;background-size: 100% 100%;left: 100%;top: 100%;opacity: 0;}

.home1-t .right li a{display: block;height: 100%;padding: 0.25rem 0;border-bottom: 1px dashed #ddd;}

.home1-t .right li h3{font-size: 0.18rem;color: #333;line-height: 0.3rem;font-weight: 500;}
.home1-t .right li p{font-size: 0.14rem;color: #666;line-height: 0.3rem;background: url(../images/tim1.png) no-repeat left center;background-size: 0.14rem !important;padding-left: 0.3rem;margin-top: .05rem;}
.home1-t .right li h4{font-size: 0.14rem;color: #fff;line-height: 0.24rem;max-height: 0.48rem\0;display: none;}
.home1-t .right li:last-child a{border-bottom: none;}
.home1-t .right li.on{height: 1.58rem;}
.home1-t .right li.on h4{display: -webkit-box;display: block\0;}
.home1-t .right li.on::after{opacity: 1;}
.home1-t .right li.on::before{opacity: 1;}
.home1-t .right li.on h3 span{background-size:100% 1px;color: #fff;font-weight: bold;}
.home1-t .right li.on p{color: #fff;background: url(../images/tim2.png) no-repeat left center;}
.home1-t .right li.on a{border-bottom: 1px solid rgba(0, 0, 0, 0);}
.home1-t .right .img-p{margin-top: 0.3rem;}
.home1-t .right .img-p img{width: 100%;}


@media screen and (min-width: 1200px){
   .home1-t li a:hover h3,.home1-t li a:hover p{color: #fff;}
   .more a:hover{color: #990100;}
   .home1-t li a:hover h3 span{font-weight:bold;}
   .home1-t .left li a:hover::after{opacity: 1;}
   .home1-t .left li a:hover p{background: url(../images/tim2.png) no-repeat left center/0.16rem;}
    .home1-t .left li a:hover h4{color: #fff;}
}
@media screen and (max-width:1024px){
    .home1{padding: 0.4rem 0rem;}
    .home1 .left{width: 100%;}
    .home1 .right{width: 100%;/* margin-top:.3rem; */}
  .home1-t .right ul{padding:.2rem 0;height:8rem;}
}
@media screen and (max-width:768px){
    
}
@media screen and (max-width:600px){
  .home1 .h1-b li{width:100%;margin-bottom:.3rem;}
}
/* home2 */
.home2{padding: .8rem 0;overflow: hidden;z-index: 5;}
.home2::after{width: 100%;height: 100%;bottom: auto;top: 0;background: url(../images/hbg2.jpg) no-repeat center/cover;}
.home2-t{position: relative;}
.home2-t li *{transition: 0.5s;}
.home2-t li a{height: 2.43rem;display: block;padding: 0 0.43rem 0.2rem;}
.home2-t li a::after{width: 100%;height: auto;top: 0.28rem;background: #FFFFFF;}
.home2-t li .date{width: .68rem;height: .68rem;display: flex;flex-direction: column;align-items: center;justify-content: center;background: #E7E7E7;}
.home2-t li span{display: block;color: #990100;font-size: 0.22rem;line-height: 1.3;}
.home2-t li p{font-size: 0.12rem;color: #990100;line-height: 0.3rem;}
.home2-t li h3{font-size: 0.2rem;color: #333;line-height: 0.3rem;transition: 0s;max-height: 0.6rem\0;margin: 0.17rem 0;}
.home2-t li h4{font-size: 0.16rem;color: #AFAFAF;line-height: 0.28rem;max-height: 0.56rem\0;}
.home2-t li{padding-bottom: 0.2rem;}
.home2-t .cir{width: 100%;position: relative;bottom: auto;margin-top: 0.4rem;}
.home2-t .cir span{width: 0.12rem;height: 0.12rem;border-radius: 50%;margin: 0 0.1rem !important;border: 1px solid #990100;background: none;opacity: 1;}
.home2-t .cir span.on{opacity: 1;background: #990100;}

@media screen and (min-width: 1025px){
    .home2-t  li a:hover h3{color: #990100;font-weight: bold;}
    .home2-t  li a:hover .date{background: #990100;}
    .home2-t  li a:hover span,.home2-t  li a:hover p{color: #fff;}
    .home2-t  li a:hover::after{background: url(../images/h2bg.jpg) no-repeat center/cover;box-shadow: 0rem 0.02rem 0.1rem 0rem rgba(0, 0, 0, 0.1);}
}
@media screen and (max-width:1024px){
     .home2{padding: .4rem 0;}
  .home2-t .cir{margin-top:0;}
}
@media screen and (max-width:768px){

}


/* home3 */
.home3{padding: .6rem 0 0.75rem;overflow: hidden;width: 100%;}
.home3-t{align-items: flex-start;}
.home3 .title .h3,.home4 .title .h3{margin: 0;}
.infolist16_39_t{justify-content: space-between;}     
 .infolist16_39_l{width: 60%;}
 .infolist16_39_r{width: 37%;}
 .infolist16_39_t li *{transition: 0.5s;}
 .infolist16_39_l .inli8{position: relative;}
 .infolist16_39_l .inli8 a{display: flex;align-items: center;flex-wrap: wrap;}
 .infolist16_39_l .inli8 .scale{width: 4.65rem;}
 .infolist16_39_l .inli8 .con{height: 3.17rem;background: url(../images/h3bg.jpg) no-repeat center/cover;padding: 0.5rem 0.4rem;flex: 1;min-width: 0;}
 
 .infolist16_39_l .inli8 .con h3{font-size: 0.2rem;font-weight: bold;color: #fff;line-height: 0.3rem;height: 0.6rem;}
 .infolist16_39_l .inli8 .con h4{font-size: 0.14rem;color: #FDFDFD;line-height: 0.28rem;max-height: 0.56rem\0;margin: 0.15rem 0 0.3rem;}
 .infolist16_39_l .inli8 .con p{font-size: 0.22rem;line-height: 0.24rem;color: #fff;font-weight: bold;}
.infolist16_39_l .inli8 .imged{padding-bottom:3.17rem;}

.infolist16_39_l .cir{bottom: 0.5rem;display: flex;align-items: center;left: auto;width: auto;right: 0.5rem;}
.infolist16_39_l .cir span{width: 0.1rem;height: 0.1rem;margin: 0 0.05rem !important;border-radius: 50%;background: #fff;opacity: .8;}
.infolist16_39_l .cir span.swiper-pagination-bullet-active{background: #fff;opacity: 1;width: 0.14rem;height: 0.14rem;}


 .infolist16_39_l>ul{border: 1px solid #C8C8C8;background: #FFFFFF;padding: 0.35rem 0 0.45rem;display: flex;flex-wrap: nowrap;}
 .infolist16_39_l>ul li{width: 33.3%;padding: 0 0.3rem;}
 .infolist16_39_l>ul li h5{font-family: Arial;
  font-size: 0.16rem;color: #9B9B9B;}
 .infolist16_39_l>ul li span{display: inline-block;padding-bottom: 0.2rem;font-size: 0.22rem;font-weight: bold;line-height: 0.24rem;color: #1d1d1d;margin-right: .1rem;}
 .infolist16_39_l>ul li span::after{width: 100%;height: 0.02rem;background: #99181B;}
 .infolist16_39_l>ul li h3{font-size: 0.16rem;color: #050505;line-height: 0.28rem;max-height: 0.56rem;margin: 0.25rem 0 0.15rem;transition: 0s;}
 .infolist16_39_l>ul li h4{font-size: 0.14rem;line-height: 0.24rem;max-height: 0.48rem;margin-bottom: 0.2rem;color: #868686}
 .infolist16_39_l>ul li p{display: flex;align-items: center;font-size: 0.14rem;line-height: 0.24rem;color: #636363}
 .infolist16_39_l>ul li p img{display: inline-block;margin-left: 0.1rem;}

 .infolist16_39_r ul{border: 1px solid #C8C8C8;padding: 0.4rem 0.4rem 0rem 0.4rem;}
 .infolist16_39_r li{margin-bottom: 0.36rem;}
 .infolist16_39_r li a{display: block;}
 .infolist16_39_r li p{margin-bottom: 0.23rem;height: 0.35rem;padding-left: 0.6rem;display: flex;align-items: center;}
 .infolist16_39_r li p::after{width: 1.63rem;background: url(../images/date1.png) no-repeat;background-size: 100% 100% !important;}
 .infolist16_39_r li span{line-height: 0.24rem;display: inline-block;color: #fff;font-size: 0.16rem;}
 .infolist16_39_r li h3{font-size: 0.18rem;line-height: 0.24rem;color: #3D3D3D;transition: 0s;}



@media screen and (min-width: 1200px) {
   .infolist16_39_t li a:hover h3{color: #99181B ;font-weight:bold;}
   .infolist16_39_r li a:hover p::after{background: url(../images/date2.png) no-repeat;}

}
@media screen and (max-width: 1024px) {
   .home1{padding: 0.4rem 0;}
   .infolist16_39_l{width: 100%;}
   .infolist16_39_r{width: 100%;margin-top: 0.25rem;}                 
}

@media screen and (max-width: 768px) {
   .infolist16_39_l .inli8 .scale{width: 100%;}
   .infolist16_39_l .inli8 .con{width: 100%;height: 2.2rem;padding: 0.2rem;}  
   .infolist16_39_l ul{/* margin: 0 -0.1rem; */padding: 0.2rem 0 0.1rem;margin-top: .3rem;}
   .infolist16_39_r ul{padding:0.25rem;}
   .infolist16_39_l li span{font-size:0.18rem !important;}
   .infolist16_39_r li{margin-bottom: 0.15rem;}
   .infolist16_39_l>ul li{width:100%;padding:0 0.2rem;margin-bottom:0.2rem;}
   .infolist16_39_l .arrow{bottom:.15rem;}
}



/* home4 */
.home4{padding: 0rem 0 .75rem;}

.home4-t{position: relative;justify-content: space-between;}
.home4-t .left{width: 56%;}
.home4-t .right{width: 40%;}
.home4-t .left li a{display: block;display: block;}
.home4-t .left li .con{width: 80%;padding: 0 0.3rem 0.2rem;position: absolute;left: 0;bottom: 0;z-index: 10;}
.home4-t .left li h3{color: #fff;font-weight: bold;font-size: 0.2rem;}
.home4-t .left li .imged{padding-bottom: 47%;}
.home4-t .left li .imged::after{width: 100%;height: 100%;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 78%, rgba(0, 0, 0, 0.5214) 91%, rgba(0, 0, 0, 0.49) 100%);}
.home4-t .left .cir{bottom: 0.24rem;display: flex;align-items: center;left: auto;width: auto;right: 0.5rem;}
.home4-t .left .cir span{width: 0.1rem;height: 0.1rem;border-radius: 50%;background: none;opacity: 1;border: 1px solid #fff;margin: 0 0.05rem !important;}
.home4-t .left .cir span.swiper-pagination-bullet-active{opacity: 1;width: 0.14rem;height: 0.14rem;background: #fff;}
.home4-t dl{justify-content: space-between;}
.home4-t dt{width: 48%;}
.home4-t dt a{padding: 0.34rem 0 0.2rem;align-items: center;height: 1rem;background: url(../images/h4line.png) no-repeat bottom;background-size: 100%;}
.home4-t dt span{width: 0.99rem;height: 0.37rem;display: flex;align-items: center;justify-content: baseline;}
.home4-t dt h3{color: #333;font-size: 0.18rem;line-height: 0.26rem;max-height: 0.52rem\0;transition: 0s;flex: 1;min-width: 0;padding-left: .2rem;}
.home4-t .right li a{align-items: center;padding: 0.28rem 0;border-bottom: 1px dashed #ddd;}
.home4-t .right li a::after{height: 1px;bottom: -1px;background: #990100;}
.home4-t .right li .date{padding-right: 0.15rem;text-align: right;}
.home4-t .right li .con{flex: 1;min-width: 0;padding-left: 0.26rem;}
.home4-t .right li .date::after{left: auto;right: 0;bottom: auto;top: 0;width: 1px;height: 0.26rem;background:rgba(153, 1, 0, 0.54);;}
.home4-t .right li span{font-size: 0.24rem;color: #555;transition: 0.5s;}
.home4-t .right li p{font-size: 0.18rem;color: #9E9E9E;margin-top: 0.1rem;}
.home4-t .right li h3{font-size: 0.18rem;color: #333;line-height: 0.3rem;}
.home4-t .right li:last-child a{border-bottom: none;}
.home4-t .right li:first-child a{padding-top:0;}

@media screen and (min-width: 1025px) {
  .home4-t dt a:hover h3{color: #990100;font-weight: bold;}
  .home4-t .right li a:hover h3{color: #990100;font-weight: bold;}
  .home4-t .right li h3{height: 0.6rem;}
  .home4-t .right li a:hover span{color: #990100;}
}

@media screen and (max-width: 1024px) {
  .home4{padding: 0rem 0 0.2rem;}
  .home4-t .left{width: 100%;}
  .home4-t .right{width: 100%;margin-top: 0.3rem;}
}
@media screen and (max-width: 768px) {
  .home4-t dt{width:100%;}

}
@media screen and (max-width: 420px) {
  

}
/* home5 */
.home5{width: 100%;padding: 0 0 0.77rem;overflow: hidden;}
.home5-t{padding: 0.2rem 0 0.67rem;position: relative;}
.home5-t::after{width: auto;left: -0.97rem;right: -0.97rem;background: rgba(255, 245, 245, 0.73);height: auto;top: -0.2rem;}
.home5-t li .imged{padding-bottom: 78.6%;}
.home5-t .arror{width: 0.12rem;height: 0.2rem;margin: 0;transform: translateY(-50%);}
.home5-t .arror::after{display: none;}
.home5-t .arror img{width: 100%;}
.home5-t .swiper-button-prev{left: -0.45rem;}
.home5-t .swiper-button-next{right: -0.45rem;}



@media screen and (min-width: 1025px) {

}

@media screen and (max-width: 1024px) {
  .home5{padding: 0rem 0 0.4rem;}
  .home5-t{padding: 0rem 0.25rem 0.2rem;}
  .home5-t::after{left: -0.15rem;right: -0.15rem;}
  .home5-t .swiper-button-prev{left: 0rem;}
  .home5-t .swiper-button-next{right: 0rem;}
}
@media screen and (max-width: 768px) {


}
/* home6 */
.home6{padding: 0rem 0 1rem;width: 100%;}
.home6 li .imged{padding-bottom: 47%;}
.home6-t .cir{bottom: auto;display: flex;align-items: center;left: auto;width: 100%;position: relative;margin-top: 0.35rem;justify-content: center;}
.home6-t .cir span{width: 0.16rem;height: 0.16rem;border-radius: 50%;background: #ddd;opacity: 1;margin:0 .07rem !important;}
.home6-t .cir span.on{background: #990100;}

@media screen and (min-width: 1025px) {
.home6-t li.swiper-slide-active{clip-path: polygon(0 100%,0 0,100% 10%,100% 90%);}
.home6-t li.swiper-slide-active+li+li{clip-path: polygon(0 90%,0 10%,100% 0%,100% 100%);}
}

@media screen and (max-width: 1024px) {
  .home6{padding: 0rem 0 0.4rem;}

}
@media screen and (max-width: 768px) {


}
/*  home7*/
.home7{width: 100%;padding: 0 0 1.2rem;background: url(../images/hbg7.png) no-repeat bottom;background-size: 100%;}
.home7-t{border: 1px solid rgba(0, 0, 0, 0.08);}
.home7-t li{width: 20%;text-align: center;}
.home7-t li a{display: block;height: 2.05rem;padding: 0.25rem 0.1rem 0;}
.home7-t li a::after{width: 100%;opacity: 0;background: url(../images/h7-bg.jpg) no-repeat center/cover;}
.home7-t li *{transition: 0.5s;}
.home7-t li span{background: #F0F0F0;width: 1.3rem;height: 1.3rem;display: flex;align-items: center;justify-content: center;margin: 0 auto 0.1rem;border-radius: 50%;}
.home7-t li p{font-size: 0.2rem;color: #990100;}

@media screen and (min-width: 1025px) {
  .home7-t li a:hover span{background: #fff;}
  .home7-t li a:hover::after{opacity: 1;}
  .home7-t li a:hover p{color: #fff;}
}

@media screen and (max-width: 1024px) {
  .home7{padding: 0rem 0 0.4rem;}
  .home7-t li span{width: 1rem;height: 1rem;}
  .home7-t li span img{max-width: 0.35rem;}
  .home7-t li a{height:auto;}
}
@media screen and (max-width: 768px) {
   .home7-t li{width: 33.3%;margin-bottom: 0.25rem;}
   .home7-t li span{width: .6rem;height: .6rem;}
   .home7-t li span img{max-width: 0.3rem;}

}
/* foot */
.footer{width: 100%;background: #990100;}
.foot-t{padding: 0.15rem 0;border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
.foot-t ul{justify-content: center;}
.foot-t h3{font-size: 0.16rem;color: #fff;line-height: 0.24rem;}
.foot-t li{color: #fff;font-size: 0.16rem;line-height: 0.24rem;padding: 0 0.15rem;transition: 0.5s;}
.foot-t li:hover{opacity:.7;}
.foot-b{justify-content: space-between;padding: .44rem 0;align-items: center;}
.foot-b .fot1{width: 30%;}
.foot-b .fot2{width: 25%;}
.foot-b p{font-size: 0.16rem;line-height:1.8;color: #fff;margin-bottom: 0.1rem;}
.ul-iconsb1{justify-content: flex-end;}
.ul-iconsb1 li{padding-left: 0.5rem;}
.ul-iconsb1 .con{position:relative;cursor:pointer;}
.ul-iconsb1 .con .icon img{width: 0.56rem;height: 0.56rem;}
.ul-iconsb1 .con .icon .img2{display: none;}
.ul-iconsb1 .con:hover .icon .img1{display: none;}
.ul-iconsb1 .con:hover .icon .img2{display: block;}
.ul-iconsb1 .con:hover .qrbox{opacity:1;visibility:visible;transform: translateY(0%) translateX(-50%);}
.ul-iconsb1 .qrbox{top: 100%;transform: translateY(-30%) translateX(-50%);opacity:0;visibility:hidden;margin-top: .15rem;transition: 0.5s;position: absolute;width: 1.2rem;z-index: 10;height: auto;z-index: 100;left: 50%;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}
.ul-iconsb1 .qrbox .qr{padding: .05rem;background: #fff;text-align: center;border-radius: .1rem;}
.ul-iconsb1 .qrbox .qr img{width: 100%;}
.ul-iconsb1 .qrbox .p{font-size: 0.14rem;overflow:hidden;text-align: center;margin-top: .1rem;line-height: 1.5;}
.ul-iconsb1{padding: 0;align-items: center;justify-content: center;}
.ul-iconsb1 .qrbox{top: auto;bottom: 100%; margin: 0 0 .15rem;}
.ul-iconsb1 .qrbox::before{content:"";border-left:.08rem solid transparent;border-right:.08rem solid transparent;border-bottom:.1rem solid #fff;bottom: -.1rem;transform: translateX(-50%) rotateX(180deg);position: absolute;left: 50%;}


.foot{padding: 0.12rem 0;border-top: 1px solid rgba(255,255,255,.3);}
.foot p{align-items: center;width: 100%;font-size: 0.14rem;color: #fff;justify-content: center;line-height: 1.5;}
.foot p a{padding: 0 0.1rem;align-items: center;}
.foot a img{margin-right: 0.1rem;max-width: 0.23rem;display: inline-block;}

@media screen and (min-width: 1200px) {
 
}

@media screen and (max-width: 1024px) {
  .foot-t ul{padding:0;}
  .foot-b{padding: 0.3rem 0;}
}
@media screen and (max-width: 768px) {
  .foot-b .fot1{width: 100%;}
  .foot-b .fot2{width: 100%;text-align: center;margin:.2rem 0;}
  .foot-b .fot3{width: 100%;}
  .ul-iconsb1{justify-content: center;}
  .ul-iconsb1 li{padding: 0 0.1rem;}
  
}
@media screen and (max-width: 500px) {
 
}





@media screen and (max-width: 1600px) {
  #header .right{padding-left:5%;}

}
@media screen and (max-width: 1400px) {
  #header .right { padding-left: 5%; }
  #nav ul li h3 { font-size: 0.18rem; }
  .list_box0 .li {padding-right: 0.05rem;}
  .list_box0 .li > a .top_ico { margin-right: 0.05rem; }
  .header_box #header::after{width:28%;}


}
@media screen and (max-width: 1200px) {
  .m_header_box {display: block;height: .7rem;}
 

}
@media screen and (max-width: 1024px) {
  .banner .arrow{padding-right:0;bottom: .15rem;}
  .banner .bot .swiper-container{width: 3rem;margin-left: .5rem;}
  .swiper-box1 .imged{padding-bottom: 50%;}
  .banner .bot .a{height:.8rem;}
  .banner .bot .a .scale{width:.8rem;height:.8rem;}
 
}

@media screen and (max-width: 768px) {
  .txt1 { font-size: 0.2rem !important; }
  .p1 {line-height: 1.6 !important;font-size: 0.16rem !important;}
  .title{margin-bottom: .25rem !important;}
  .title h3{font-size: .26rem;text-align: left;}
  .title .h3{margin:0;padding-left: 0;}
  .title p{font-size:.14rem;}
  .banner .bot .swiper-container{width: 2rem;margin-left: .2rem;}
  .banner .bot .a{height:.6rem;}
  .banner .bot .a .scale{width:.6rem;height:.6rem;}
}

@media screen and (max-width: 600px) {
  

}
@media screen and (max-width: 420px) {
   
}
@media (min-width: 200px) {
  [aos="zoom-in"] { transform: scale(0.5); }
  html:not(.no-js) [data-aos=fade-right]{-webkit-transform:translate3d(-150px,0,0);transform:translate3d(-150px,0,0)}
  html:not(.no-js) [data-aos=fade-left]{-webkit-transform:translate3d(150px,0,0);transform:translate3d(150px,0,0)}
  html:not(.no-js) [data-aos=fade-down]{-webkit-transform:translate3d(-150px,-150px,0);transform:translate3d(-150px,-150px,0)}
}@charset "utf-8";

/* */
@font-face {
  font-family: "geo";src:url("../font/georgia.ttf");
}
@font-face {
  font-family: sy;src:url("../font/sySong.woff");
}


.header_box{z-index: 1000;width: 100%;position: fixed;top: 0;left: 0;
}

.header_top{width: 100%;background: #FFFFFF;}
.header_top .top{justify-content: space-between;height: 1.15rem;align-items: center;width: 100%;position: relative;}
/* .header_top::after{content: "";position: absolute;width: 100%;top: 0;left: 0;
  background: linear-gradient(180deg, #012B75 0%, rgba(0, 42, 111, 0) 100%);height: 2rem;z-index: -1;}
#logo{position: relative;} */
.header_top #logo{align-items: center;}
.header_top #logo a img{transition: .5s;max-width:5.84rem;width: 5.42rem;}

.list_box1{flex:1;min-width: 0;display: flex;align-items: center;justify-content: flex-end;}
.list_box1 .li{display: flex;align-items: center;color: #333;font-size: 0.16rem;}
.list_box1 .li a{padding: 0 0.15rem;font-size: 0.16rem;color: #fff;align-items: center;}
.list_box1 .ser{padding: 0 0.25rem 0 0.35rem;}
.list_box1 .ser .a{display:flex;align-items:center;justify-content: space-between;transition: .5s;position: relative;height: 0.32rem;width: 2rem;padding: 0rem;border: 1px solid #990100;border-radius: 0.04rem;}

.list_box1 .li .input{height: 100%;padding: 0 0.1rem;font-size: 0.16rem;color: #333;line-height: 28px;flex:1;min-width: 0;}
.list_box1 .li .serbtn {width: 0.58rem;height: 100%;text-align: center;line-height: 0.32rem;color: #fff;font-size: 0.14rem;background: #990100;}
.list_box1 .li .input::-webkit-input-placeholder{ color:#333;}
.list_box1 .li .input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#333; }
.list_box1 .li .input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#333;}
.list_box1 .li .input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color:#333;}




#nav{width: 100%;position: relative;z-index: 1000;background: #990100;}
#nav ul{display: flex;justify-content: space-between;width: 100%;}
#nav ul li{z-index:0;position: relative;}
#nav ul li a{position: relative;z-index: 2;}
#nav ul li h3{font-size: 0.2rem;color: #fff;line-height: 0.64rem;position:relative;transition: .36s;}
/* #nav ul li h3::after{content: "";position: absolute;width: 100%;height: 2px;background: #fff;left: 0;bottom: -19px;opacity: 0;} */


#nav ul li .sub{position:absolute;top: 95%;background: #fff;width: auto;left: 50%;z-index: 10000;transform: translateX(-50%) scaleY(0);visibility:hidden;opacity: 0;transition: .5s;transform-origin: top;box-shadow: 0 0 0.1rem rgba(0,0,0,.3);overflow: hidden;z-index: 1000;}
#nav ul li .sub .box{text-align:center;}
#nav ul li .sub a{padding: 0.1rem 0.16rem;line-height: 0.28rem;transition:.6s;font-size: 0.16rem;color: #666;text-align: center;white-space: nowrap;min-width: 1.6rem;display: block;}
#nav ul li .sub a img{ margin: 0 0.1rem 0 0; opacity: .2; transition: .5s}
#nav ul li .sub a:hover{color: #990100;}
#nav ul li:hover .sub{opacity: 1;visibility:visible;transform: translateX(-50%) scaleY(1);}
/*  */

#m_nav * { transition: all 0s ease 0s; }
.m_header_box { transition: all 0.6s ease 0s; display: none; position: relative; z-index: 100000; }
.m_header_box header {padding: 0px 0px 0px 15px;height: 0.7rem;background: #fff;box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 5px;position: fixed;top: 0px;left: 0px;right: 0px;z-index: 100;display: flex;justify-content: space-between;align-items: center;}
.m_header_box header #logo img {height: auto;max-height: 0.6rem;}
.m_header_box header #logo { padding: 0px; width: calc(100% - 80px); }
#nav_btn_box.on { background: none; }
#nav_btn_box {position: relative;width: 0.7rem;height: 0.7rem;display: flex;align-items: center;justify-content: center;z-index: 1;}
#nav_btn_box::before { content: ""; position: absolute; z-index: -1; top: 0px; right: 0px; bottom: 0px; left: 0px; background: rgb(255, 255, 255); }
#nav_btn_box::after {content: "";position: absolute;z-index: -1;top: 0px;left: -.15rem;border-right: .15rem solid rgb(255, 255, 255);border-top: 0.7rem solid transparent;display: none;}
#nav_btn { cursor: pointer; text-align: center; z-index: 99999; transition: all 0.5s ease 0s; outline: none; box-shadow: none; }
#nav_btn .point { display: inline-block; width: 0.4rem; height: 22px; position: relative; outline: none; }
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before { width: 0.28rem; }
#nav_btn .navbtn {position: absolute;top: 12px;left: 0px;display: inline-block;width: 18px;height: 2px;transition: all 0.3s ease-out 0s;background: #990100;}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0px;display: inline-block;width: 24px;height: 2px;content: "";transition: all 0.3s ease-out 0s;background: #990100;}
#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 { transform: rotate(45deg); top: 0px; }
#nav_btn .point.on .navbtn::before { transform: rotate(-45deg); top: 0px; }
.m_nav_list { flex-direction: column; width: 100%; height: 100%; overflow: auto; align-items: center; display: flex; background: rgba(255, 255, 255, 0.1); }
.m_nav_list::-webkit-scrollbar { display: none; }
#m_nav {z-index: 99999;position: fixed;width: 100%;height: 100vh;right: -105vw;top: 0px;padding: 70px 20px 30px;overflow: hidden;pointer-events: none;transition: all 0.3s ease-out 0s;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;background:  0% 0% / cover rgb(247, 247, 247);opacity: 0;visibility: hidden;}
#m_nav .close { position: absolute; top: 7px; right: 15px; left: 15px; font-size: 30px; color: rgb(51, 51, 51); z-index: 10000; width: auto; height: 35px; border-radius: 0px; display: flex; align-items: center; justify-content: flex-end; padding: 0px; }
#m_nav.act { pointer-events: auto; right: 0px; opacity: 1; visibility: visible; }
#m_nav .search_box input.submit { background: url("../images/submit.png") center center / 0.28rem no-repeat #990100; }
#m_nav .list_box0 {width: 90%;margin: 0.32rem auto 0px;}
#m_nav .list_box0 .li {text-align: center;color: #990100;margin: 0px 0rem 0.15rem;font-size: 14px;}
#m_nav .list_box0 .li a{background:none;padding: 0 0.2rem 0 0;}
#m_nav .old_rukou { margin: 0.24rem 0px 0px; width: 100%; }
.list_box_nav_mobile {width: 100%;/* height: calc(100% - 3rem); */padding: 0px 0px 10px;overflow: hidden auto;margin: 0px;/* flex: 1 1 0%; */}
.list_box_nav_mobile > li { width: 90%; overflow: hidden; padding: 0px; position: relative; margin: 0px auto; }
.list_box_nav_mobile > li .con { position: relative; }
.list_box_nav_mobile > li .a { width: 100%; border-bottom: 1px solid rgb(226, 226, 226); line-height: 0.64rem; color: rgb(51, 51, 51); padding: 0px; font-size: 16px; display: flex; position: relative; transition: all 0.5s ease 0s; }
.list_box_nav_mobile > li i { opacity: 1; width: 0.64rem; height: 0.64rem; background-image: url("../images/arrow_down.png"); background-position: center center; background-repeat: no-repeat; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; position: absolute; display: block; right: 0px; top: 2px; background-size: 15px 15px !important; }
.list_box_nav_mobile > li.on1 i { transform: rotate(-90deg); }
.list_box_nav_mobile > li.on .a { border-bottom: 1px solid rgb(226, 226, 226); }
.list_box_nav_mobile > li .list { padding: 10px 0px; 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: rgb(102, 102, 102); line-height: 2.5; }
.nav_mask { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 888; background-color: rgba(0, 0, 0, 0.4); display: none; }
/* 手机搜索 */
.wap_search {font-size: 0.16rem;border-radius: 5px;color: rgb(255, 255, 255);width: 100%;height: 0.6rem;display: block;margin-bottom: .1rem;}
.wap_search .header-search {height: 100%;border-radius: 0.2rem;background: rgb(255, 255, 255);position: relative;width: 3.68rem;margin: 0rem auto;}
.wap_search .input {font-size: 0.14rem;color: #333;height: 0.6rem;line-height: 0.5rem;padding: 0px 0.24rem;box-shadow: none;appearance: none;float: left;border-right: 0px;background: none;width: calc(100% - 40px);}
.wap_search .btn_blue {position: absolute;cursor: pointer;top: 0px;right: 0px;width: 0.6rem;height: 0.6rem;line-height: 0.6rem;border: 0px;background: url("../images/submit.png") center center no-repeat #990100;border-radius: 50%;}
.wap_search .btn_blue.fr { background: rgb(233, 237, 239); color: rgb(78, 79, 83); }
.wap_search input::-webkit-input-placeholder { color: rgb(153, 153, 153); }
.wap_search input:focus::-webkit-input-placeholder { color: transparent; }

/* pc搜索 */
.search_btn { cursor: pointer; }
.search_btn png { fill: rgb(255, 255, 255); width: 16px; height: 16px; }
.search-dialog-box { position: fixed; left: 0px; top: 0px; width: 100%; height: 100vh; z-index: 1000000; opacity: 0; visibility: hidden; transition: all 0.6s ease 0s; }
.search-dialog-box::before { content: ""; position: absolute; top: 0px; height: 0px; background: #990100; transition: all 0.6s ease 0s; left: 0px; right: 0px; z-index: 1; opacity: 0.9; }
.search-dialog-box.on::before { height: 100%; display: none; }
.search-dialog-box .bubbles-bg { opacity: 0; visibility: hidden; display: none; }
.search-dialog-box .search-bg { position: absolute; left: 0px; top: 0px; width: 100%; height: 0px; margin: 0px; background:  0% 0% / cover no-repeat rgba(0, 0, 0, 0.7); transform-origin: center center; transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s; }
.search-dialog-box .wrap-inner { transform: translateY(100%); transition: all 0.6s ease 0s; }
.search-dialog { position: absolute; left: 0px; top: 50%; transform: translateY(-50%); width: 100%; z-index: 2; }
.search-dialog .search-tit { font-size: 0.44rem; line-height: 0.56rem; color: rgb(255, 255, 255); text-align: center; overflow: hidden; display: none; }
.search-dialog .search-inner { overflow: hidden; margin-top: 0px; }
.search-dialog .search-input { width: 8rem; margin: 0px auto; background-color: rgba(255, 255, 255, 0.1); box-sizing: border-box; transition: all 0.3s ease 0s; max-width: 94%; }
.search-dialog .search-input input[type="text"] {float: left;height: 0.7rem;width: calc(100% - 1rem);background-color: rgb(255, 255, 255);font-size: 0.2rem;line-height: 0.08rem;color: #666;transition: all 0.3s ease 0s;padding: 0px 0.2rem;}
.search-dialog .search-input input[type="submit"], .search-dialog .search-input .clear-btn {float: right;height: 0.7rem;width: 1rem;}
.search-dialog .search-input input[type="submit"] {background-color: #990100;background-repeat: no-repeat;background-position: center center;background-size: 0.4rem;background-image: url("../images/search-btn.png");font-size: .2rem;color: #fff;}
.search-dialog .search-input .clear-btn { background-color: rgba(0, 0, 0, 0.2); background-repeat: no-repeat; background-position: center center; background-image: url("../images/close-btn.png"); background-size: 0.56rem; border-radius: 100%; margin-right: 0.16rem; display: none; }
.search-dialog .search-input.on { background-color: rgb(255, 255, 255); }
.search-dialog .hot-search { font-size: 0px; width: 0.49rem; margin: 0.096rem auto 0px; box-sizing: border-box; padding: 0px 0.096rem; overflow: hidden; }
.search-dialog .hot-search .hot-tit, .search-dialog .hot-search .hot-link { display: inline-block; zoom: 1; vertical-align: top; }
.search-dialog .hot-search .hot-tit { font-size: 0.06rem; line-height: 0.08rem; color: rgb(255, 255, 255); font-weight: bold; padding-left: 0.096rem; background-repeat: no-repeat; background-position: left center; background-size: 0.08rem; }
.search-dialog .hot-link { margin-left: 0.16rem; }
.search-dialog .hot-link a { display: inline-block; zoom: 1; font-size: 0.06rem; line-height: 0.08rem; margin-right: 0.12rem; color: rgb(255, 255, 255); padding-bottom: 5px; position: relative; }
.search-dialog .hot-link a::before { content: ""; position: absolute; left: 0%; bottom: 0px; width: 100%; height: 2px; background-color: rgb(255, 255, 255); transform: scaleX(0); transform-origin: left center; transition: transform 0.3s ease 0s; }
.search-dialog-box .bottom-box { position: absolute; left: 0px; bottom: 5.1%; width: 100%; }
.search-dialog-box .bottom-box .share-box { overflow: hidden; }
.search-dialog-box .bottom-box .copy { font-size: 0.35rem; line-height: 0.5rem; color: rgb(255, 255, 255); font-family: gilroy-regular; margin-top: 0.5rem; overflow: hidden; }
.header-right.is-open .bubbles-bg { visibility: visible; opacity: 1; }
.header-right.is-open .search-btn .con-box { display: none; }
.header-right.is-open .close-btn { display: block; }
.header-right.is-open .item .search-bg { transform: scale(1); }
.search-dialog-box.on { opacity: 1; visibility: visible; }
.search-dialog-box.on .search-bg { height: 100vh; }
.search-dialog-box.on .bubbles-bg { opacity: 1; visibility: visible; }
.search-dialog-box.on .wrap-inner { transform: translateY(0px); }
.pub-close { position: absolute; width: 0.48rem; height: 0.48rem; z-index: 10; right: 0.24rem; top: 0.216rem; background-color: rgba(255, 255, 255, 0.1); border-radius: 100%; }
.pub-close .bg { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-color: rgb(28, 90, 183); transform: scale(0); border-radius: 100%; transition: transform 0.3s ease 0s; }
.pub-close i { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-position: center center; background-size: 0.12rem; background-repeat: no-repeat; background-image: url("../images/close-btn.png"); transition: all 0.6s ease 0s; }
.pub-close i:hover { transform: rotate(180deg); }
@keyframes spin { 
  100% { transform: rotate(1turn); }
}
@keyframes spin2 { 
  100% { transform: rotate(-1turn); }
}
@keyframes spin-reverse { 
  0% { transform: rotate(1turn); }
}
@keyframes spin-reverse2 { 
  0% { transform: rotate(-1turn); }
}


/* banner */
.main-visual-wrapper {width: 100%;position: relative;/* padding-top: 1.1rem; */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{padding-bottom: 100vh;}
.swiper-box1 .imged::after{width: 100%;height: 35%;background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(84, 103, 97, 0) 100%, rgba(255, 255, 255, 0) 100%);}
.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;}

.banner .arrow{position: absolute;bottom: 0.28rem;width: 100%;padding-right: 10%;z-index: 10;justify-content: flex-end;}
.banner .bot{padding-right: 15%;align-items: center;/* width: 50%; */}
.banner .bot::after{width: 100vw;height: 1px;bottom: 50%;background: #fff;opacity: .27;left: .3rem;}
.banner .bot>img{width:.3rem;}

.banner .cir{align-items: center;position: relative;bottom: auto;width: auto;padding: 0 0.5rem;}
.banner .cir span{margin: 0px .22rem !important;width: 0.2rem;height: 0.2rem;opacity: 1;background: url(../images/cir1.png) no-repeat;background-size: 100% 100% !important;position: relative;}
.banner .cir .swiper-pagination-bullet-active{background: url(../images/ban-c.png) no-repeat;width: 0.97rem;height: 0.97rem;border-radius: 50%;}

.banner .cir span::after{content: "";position: absolute;top: -0.05rem;right: -0.05rem;bottom: -0.05rem;left: -0.05rem;background: #ddd;opacity: 0;z-index: -1;border-radius: 50%;}
.banner .cir .swiper-pagination-bullet-active::after{opacity: .3;}
.banner .arror{width: 0.36rem;height: 0.36rem;border-radius: 50%;position: relative;left: auto;top: auto;right: auto;margin: 0 0.15rem;background: rgba(255, 255, 255, 0.3);}
.banner .arror::after{color: #fff;font-size: .2rem;}
.banner .bot .swiper-container{width: 4rem;margin-left: 1rem;}
.banner .bot .a{display: flex;align-items: center;justify-content: center;/* padding: 0 0.2rem; */height: 1.26rem;}
.banner .bot .a span{width: 0.26rem;height: 0.26rem;}
.banner .bot .a .scale{width: 1.26rem;height: 1.26rem;display: none;border-radius: 50%;overflow: visible;padding: .05rem;background: rgba(255,255,255,.3);}
.banner .bot .a .imged{padding-bottom: 100%;border-radius: 50%;}
.banner .bot li.swiper-slide-active .a span{display: none;}
.banner .bot li.swiper-slide-active .a .scale{display: block;}


/* home1 */
.home1{width: 100%;padding: .5rem 0 .75rem;}

.title{margin-bottom: .35rem;align-items: center;position: relative;z-index: 10;justify-content: space-between;}
.title .h3{margin: 0 auto;}
.title h3{font-size: 0.4rem;line-height: 1.3;cursor: pointer;color: #333;font-weight: bold;font-family: sy;}
.title h3 b{color: #990100;font-family: sy;}
.title p{font-size: 0.18rem;text-transform: capitalize;color: #939393;font-family: Georgia;}
.more{position: absolute;right: 0;}
.more a{font-size: 0.14rem;color: #333;transition: 0.5s;align-items: center;}
.more a img{display: block;margin-right: 0.1rem;width: 0.56rem;}


.home1-t{justify-content: space-between;align-items: flex-start;}
.home1-t .left{width: 66%;}
.home1-t .right{width: 32%;/* height: 8.45rem; */}  
.home1-t .left .h1-t .imged{padding-bottom: 55%;} 
.home1-t .h1-t a{position: relative;display: block;} 
.home1 .left .cir{bottom: .25rem;display: flex;align-items: center;left: auto;right: 0.4rem;width: auto;}
.home1 .left .cir span{ width: 0.1rem; height: 0.1rem;opacity: .4; margin: 0 0.1rem;font-size: 0rem;background: #fff;}
.home1 .left .cir span.on{opacity: 1;background: url(../images/cir2.png) no-repeat;width: 0.23rem;height: 0.23rem;background-size: 100% 100%;}

.home1 .h1-t .con{width: 75%;padding: 0 0.3rem .25rem;z-index: 10;position: absolute;left: 0;bottom: 0;}
.home1 .h1-t p{color: #fff;font-size: 0.18rem;line-height: 30px;}
.home1 .h1-t .con h3{line-height: 0.24rem;color: #fff;font-weight: bold;/* margin-top: 0.1rem; */transition: 0.5s;font-size: 0.2rem;}
.home1 .h1-t .imged::after{width: 100%;height: 30%;opacity: 0.9;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0) 100%);}

.home1 .h1-b{margin-top:.35rem;}
.home1 .h1-b ul{justify-content: space-between;}
.home1 .h1-b li{width: 48%;}
.home1 .h1-b li a{background: #F7F7F7;border-bottom: 3px solid #990100;padding: 0.3rem 0.2rem;height: 2.26rem;display: block;}
.home1 .h1-b li a::after{width: 100%;opacity: 0;background: url(../images/h1-bg1.jpg) no-repeat center/cover;}
.home1 .h1-b li *{transition: 0.5s;}
.home1 .left li h3{line-height: 0.3rem;color: #333;font-size: 0.18rem;max-height: 0.6rem\0;}
.home1 .left li p{font-size: 0.16rem;line-height: 0.3rem;color: #666;line-height: 0.3rem;padding-left: 0.3rem;background: url(../images/tim1.png) no-repeat left center/0.16rem;}
.home1 .left li h4{font-size: 0.14rem;color: #333;margin: 0.24rem 0 0.08rem;line-height: 0.24rem;max-height: 0.48rem\0;opacity: .6;}

.home1-t .right ul{background: url(../images/h1bg.png) no-repeat center/cover;padding: 0.5rem 0 .35rem;height: 8.45rem;}
.home1-t .right li *{transition: 0.5s;}

.home1-t .right li{padding: 0.1rem 0;height: 1.2rem;padding:0rem 0.3rem;transition: 0.5s;}
.home1-t .right li::after{width: auto;background: url(../images/h1-bg2.jpg) no-repeat;opacity: 0;right: -0.15rem;left: 0rem;background-size: 100% 100%;}
.home1-t .right li::before{content: "";position: absolute;width:0.15rem;height: 0.15rem;background: url(../images/h1-sj.png) no-repeat;background-size: 100% 100%;left: 100%;top: 100%;opacity: 0;}

.home1-t .right li a{display: block;height: 100%;padding: 0.25rem 0;border-bottom: 1px dashed #ddd;}

.home1-t .right li h3{font-size: 0.18rem;color: #333;line-height: 0.3rem;font-weight: 500;}
.home1-t .right li p{font-size: 0.14rem;color: #666;line-height: 0.3rem;background: url(../images/tim1.png) no-repeat left center;background-size: 0.14rem !important;padding-left: 0.3rem;margin-top: .05rem;}
.home1-t .right li h4{font-size: 0.14rem;color: #fff;line-height: 0.24rem;max-height: 0.48rem\0;display: none;}
.home1-t .right li:last-child a{border-bottom: none;}
.home1-t .right li.on{height: 1.58rem;}
.home1-t .right li.on h4{display: -webkit-box;display: block\0;}
.home1-t .right li.on::after{opacity: 1;}
.home1-t .right li.on::before{opacity: 1;}
.home1-t .right li.on h3 span{background-size:100% 1px;color: #fff;font-weight: bold;}
.home1-t .right li.on p{color: #fff;background: url(../images/tim2.png) no-repeat left center;}
.home1-t .right li.on a{border-bottom: 1px solid rgba(0, 0, 0, 0);}
.home1-t .right .img-p{margin-top: 0.3rem;}
.home1-t .right .img-p img{width: 100%;}


@media screen and (min-width: 1200px){
   .home1-t li a:hover h3,.home1-t li a:hover p{color: #fff;}
   .more a:hover{color: #990100;}
   .home1-t li a:hover h3 span{font-weight:bold;}
   .home1-t .left li a:hover::after{opacity: 1;}
   .home1-t .left li a:hover p{background: url(../images/tim2.png) no-repeat left center/0.16rem;}
    .home1-t .left li a:hover h4{color: #fff;}
}
@media screen and (max-width:1024px){
    .home1{padding: 0.4rem 0rem;}
    .home1 .left{width: 100%;}
    .home1 .right{width: 100%;/* margin-top:.3rem; */}
  .home1-t .right ul{padding:.2rem 0;height:8rem;}
}
@media screen and (max-width:768px){
    
}
@media screen and (max-width:600px){
  .home1 .h1-b li{width:100%;margin-bottom:.3rem;}
}
/* home2 */
.home2{padding: .8rem 0;overflow: hidden;z-index: 5;}
.home2::after{width: 100%;height: 100%;bottom: auto;top: 0;background: url(../images/hbg2.jpg) no-repeat center/cover;}
.home2-t{position: relative;}
.home2-t li *{transition: 0.5s;}
.home2-t li a{height: 2.43rem;display: block;padding: 0 0.43rem 0.2rem;}
.home2-t li a::after{width: 100%;height: auto;top: 0.28rem;background: #FFFFFF;}
.home2-t li .date{width: .68rem;height: .68rem;display: flex;flex-direction: column;align-items: center;justify-content: center;background: #E7E7E7;}
.home2-t li span{display: block;color: #990100;font-size: 0.22rem;line-height: 1.3;}
.home2-t li p{font-size: 0.12rem;color: #990100;line-height: 0.3rem;}
.home2-t li h3{font-size: 0.2rem;color: #333;line-height: 0.3rem;transition: 0s;max-height: 0.6rem\0;margin: 0.17rem 0;}
.home2-t li h4{font-size: 0.16rem;color: #AFAFAF;line-height: 0.28rem;max-height: 0.56rem\0;}
.home2-t li{padding-bottom: 0.2rem;}
.home2-t .cir{width: 100%;position: relative;bottom: auto;margin-top: 0.4rem;}
.home2-t .cir span{width: 0.12rem;height: 0.12rem;border-radius: 50%;margin: 0 0.1rem !important;border: 1px solid #990100;background: none;opacity: 1;}
.home2-t .cir span.on{opacity: 1;background: #990100;}

@media screen and (min-width: 1025px){
    .home2-t  li a:hover h3{color: #990100;font-weight: bold;}
    .home2-t  li a:hover .date{background: #990100;}
    .home2-t  li a:hover span,.home2-t  li a:hover p{color: #fff;}
    .home2-t  li a:hover::after{background: url(../images/h2bg.jpg) no-repeat center/cover;box-shadow: 0rem 0.02rem 0.1rem 0rem rgba(0, 0, 0, 0.1);}
}
@media screen and (max-width:1024px){
     .home2{padding: .4rem 0;}
  .home2-t .cir{margin-top:0;}
}
@media screen and (max-width:768px){

}


/* home3 */
.home3{padding: .6rem 0 0.75rem;overflow: hidden;width: 100%;}
.home3-t{align-items: flex-start;}
.home3 .title .h3,.home4 .title .h3{margin: 0;}
.infolist16_39_t{justify-content: space-between;}     
 .infolist16_39_l{width: 60%;}
 .infolist16_39_r{width: 37%;}
 .infolist16_39_t li *{transition: 0.5s;}
 .infolist16_39_l .inli8{position: relative;}
 .infolist16_39_l .inli8 a{display: flex;align-items: center;flex-wrap: wrap;}
 .infolist16_39_l .inli8 .scale{width: 4.65rem;}
 .infolist16_39_l .inli8 .con{height: 3.17rem;background: url(../images/h3bg.jpg) no-repeat center/cover;padding: 0.5rem 0.4rem;flex: 1;min-width: 0;}
 
 .infolist16_39_l .inli8 .con h3{font-size: 0.2rem;font-weight: bold;color: #fff;line-height: 0.3rem;height: 0.6rem;}
 .infolist16_39_l .inli8 .con h4{font-size: 0.14rem;color: #FDFDFD;line-height: 0.28rem;max-height: 0.56rem\0;margin: 0.15rem 0 0.3rem;}
 .infolist16_39_l .inli8 .con p{font-size: 0.22rem;line-height: 0.24rem;color: #fff;font-weight: bold;}
.infolist16_39_l .inli8 .imged{padding-bottom:3.17rem;}

.infolist16_39_l .cir{bottom: 0.5rem;display: flex;align-items: center;left: auto;width: auto;right: 0.5rem;}
.infolist16_39_l .cir span{width: 0.1rem;height: 0.1rem;margin: 0 0.05rem !important;border-radius: 50%;background: #fff;opacity: .8;}
.infolist16_39_l .cir span.swiper-pagination-bullet-active{background: #fff;opacity: 1;width: 0.14rem;height: 0.14rem;}


 .infolist16_39_l>ul{border: 1px solid #C8C8C8;background: #FFFFFF;padding: 0.35rem 0 0.45rem;display: flex;flex-wrap: nowrap;}
 .infolist16_39_l>ul li{width: 33.3%;padding: 0 0.3rem;}
 .infolist16_39_l>ul li h5{font-family: Arial;
  font-size: 0.16rem;color: #9B9B9B;}
 .infolist16_39_l>ul li span{display: inline-block;padding-bottom: 0.2rem;font-size: 0.22rem;font-weight: bold;line-height: 0.24rem;color: #1d1d1d;margin-right: .1rem;}
 .infolist16_39_l>ul li span::after{width: 100%;height: 0.02rem;background: #99181B;}
 .infolist16_39_l>ul li h3{font-size: 0.16rem;color: #050505;line-height: 0.28rem;max-height: 0.56rem;margin: 0.25rem 0 0.15rem;transition: 0s;}
 .infolist16_39_l>ul li h4{font-size: 0.14rem;line-height: 0.24rem;max-height: 0.48rem;margin-bottom: 0.2rem;color: #868686}
 .infolist16_39_l>ul li p{display: flex;align-items: center;font-size: 0.14rem;line-height: 0.24rem;color: #636363}
 .infolist16_39_l>ul li p img{display: inline-block;margin-left: 0.1rem;}

 .infolist16_39_r ul{border: 1px solid #C8C8C8;padding: 0.4rem 0.4rem 0rem 0.4rem;}
 .infolist16_39_r li{margin-bottom: 0.36rem;}
 .infolist16_39_r li a{display: block;}
 .infolist16_39_r li p{margin-bottom: 0.23rem;height: 0.35rem;padding-left: 0.6rem;display: flex;align-items: center;}
 .infolist16_39_r li p::after{width: 1.63rem;background: url(../images/date1.png) no-repeat;background-size: 100% 100% !important;}
 .infolist16_39_r li span{line-height: 0.24rem;display: inline-block;color: #fff;font-size: 0.16rem;}
 .infolist16_39_r li h3{font-size: 0.18rem;line-height: 0.24rem;color: #3D3D3D;transition: 0s;}



@media screen and (min-width: 1200px) {
   .infolist16_39_t li a:hover h3{color: #99181B ;font-weight:bold;}
   .infolist16_39_r li a:hover p::after{background: url(../images/date2.png) no-repeat;}

}
@media screen and (max-width: 1024px) {
   .home1{padding: 0.4rem 0;}
   .infolist16_39_l{width: 100%;}
   .infolist16_39_r{width: 100%;margin-top: 0.25rem;}                 
}

@media screen and (max-width: 768px) {
   .infolist16_39_l .inli8 .scale{width: 100%;}
   .infolist16_39_l .inli8 .con{width: 100%;height: 2.2rem;padding: 0.2rem;}  
   .infolist16_39_l ul{/* margin: 0 -0.1rem; */padding: 0.2rem 0 0.1rem;margin-top: .3rem;}
   .infolist16_39_r ul{padding:0.25rem;}
   .infolist16_39_l li span{font-size:0.18rem !important;}
   .infolist16_39_r li{margin-bottom: 0.15rem;}
   .infolist16_39_l>ul li{width:100%;padding:0 0.2rem;margin-bottom:0.2rem;}
   .infolist16_39_l .arrow{bottom:.15rem;}
}



/* home4 */
.home4{padding: 0rem 0 .75rem;}

.home4-t{position: relative;justify-content: space-between;}
.home4-t .left{width: 56%;}
.home4-t .right{width: 40%;}
.home4-t .left li a{display: block;display: block;}
.home4-t .left li .con{width: 80%;padding: 0 0.3rem 0.2rem;position: absolute;left: 0;bottom: 0;z-index: 10;}
.home4-t .left li h3{color: #fff;font-weight: bold;font-size: 0.2rem;}
.home4-t .left li .imged{padding-bottom: 47%;}
.home4-t .left li .imged::after{width: 100%;height: 100%;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 78%, rgba(0, 0, 0, 0.5214) 91%, rgba(0, 0, 0, 0.49) 100%);}
.home4-t .left .cir{bottom: 0.24rem;display: flex;align-items: center;left: auto;width: auto;right: 0.5rem;}
.home4-t .left .cir span{width: 0.1rem;height: 0.1rem;border-radius: 50%;background: none;opacity: 1;border: 1px solid #fff;margin: 0 0.05rem !important;}
.home4-t .left .cir span.swiper-pagination-bullet-active{opacity: 1;width: 0.14rem;height: 0.14rem;background: #fff;}
.home4-t dl{justify-content: space-between;}
.home4-t dt{width: 48%;}
.home4-t dt a{padding: 0.34rem 0 0.2rem;align-items: center;height: 1rem;background: url(../images/h4line.png) no-repeat bottom;background-size: 100%;}
.home4-t dt span{width: 0.99rem;height: 0.37rem;display: flex;align-items: center;justify-content: baseline;}
.home4-t dt h3{color: #333;font-size: 0.18rem;line-height: 0.26rem;max-height: 0.52rem\0;transition: 0s;flex: 1;min-width: 0;padding-left: .2rem;}
.home4-t .right li a{align-items: center;padding: 0.28rem 0;border-bottom: 1px dashed #ddd;}
.home4-t .right li a::after{height: 1px;bottom: -1px;background: #990100;}
.home4-t .right li .date{padding-right: 0.15rem;text-align: right;}
.home4-t .right li .con{flex: 1;min-width: 0;padding-left: 0.26rem;}
.home4-t .right li .date::after{left: auto;right: 0;bottom: auto;top: 0;width: 1px;height: 0.26rem;background:rgba(153, 1, 0, 0.54);;}
.home4-t .right li span{font-size: 0.24rem;color: #555;transition: 0.5s;}
.home4-t .right li p{font-size: 0.18rem;color: #9E9E9E;margin-top: 0.1rem;}
.home4-t .right li h3{font-size: 0.18rem;color: #333;line-height: 0.3rem;}
.home4-t .right li:last-child a{border-bottom: none;}
.home4-t .right li:first-child a{padding-top:0;}

@media screen and (min-width: 1025px) {
  .home4-t dt a:hover h3{color: #990100;font-weight: bold;}
  .home4-t .right li a:hover h3{color: #990100;font-weight: bold;}
  .home4-t .right li h3{height: 0.6rem;}
  .home4-t .right li a:hover span{color: #990100;}
}

@media screen and (max-width: 1024px) {
  .home4{padding: 0rem 0 0.2rem;}
  .home4-t .left{width: 100%;}
  .home4-t .right{width: 100%;margin-top: 0.3rem;}
}
@media screen and (max-width: 768px) {
  .home4-t dt{width:100%;}

}
@media screen and (max-width: 420px) {
  

}
/* home5 */
.home5{width: 100%;padding: 0 0 0.77rem;overflow: hidden;}
.home5-t{padding: 0.2rem 0 0.67rem;position: relative;}
.home5-t::after{width: auto;left: -0.97rem;right: -0.97rem;background: rgba(255, 245, 245, 0.73);height: auto;top: -0.2rem;}
.home5-t li .imged{padding-bottom: 78.6%;}
.home5-t .arror{width: 0.12rem;height: 0.2rem;margin: 0;transform: translateY(-50%);}
.home5-t .arror::after{display: none;}
.home5-t .arror img{width: 100%;}
.home5-t .swiper-button-prev{left: -0.45rem;}
.home5-t .swiper-button-next{right: -0.45rem;}



@media screen and (min-width: 1025px) {

}

@media screen and (max-width: 1024px) {
  .home5{padding: 0rem 0 0.4rem;}
  .home5-t{padding: 0rem 0.25rem 0.2rem;}
  .home5-t::after{left: -0.15rem;right: -0.15rem;}
  .home5-t .swiper-button-prev{left: 0rem;}
  .home5-t .swiper-button-next{right: 0rem;}
}
@media screen and (max-width: 768px) {


}
/* home6 */
.home6{padding: 0rem 0 1rem;width: 100%;}
.home6 li .imged{padding-bottom: 47%;}
.home6-t .cir{bottom: auto;display: flex;align-items: center;left: auto;width: 100%;position: relative;margin-top: 0.35rem;justify-content: center;}
.home6-t .cir span{width: 0.16rem;height: 0.16rem;border-radius: 50%;background: #ddd;opacity: 1;margin:0 .07rem !important;}
.home6-t .cir span.on{background: #990100;}

@media screen and (min-width: 1025px) {
.home6-t li.swiper-slide-active{clip-path: polygon(0 100%,0 0,100% 10%,100% 90%);}
.home6-t li.swiper-slide-active+li+li{clip-path: polygon(0 90%,0 10%,100% 0%,100% 100%);}
}

@media screen and (max-width: 1024px) {
  .home6{padding: 0rem 0 0.4rem;}

}
@media screen and (max-width: 768px) {


}
/*  home7*/
.home7{width: 100%;padding: 0 0 1.2rem;background: url(../images/hbg7.png) no-repeat bottom;background-size: 100%;}
.home7-t{border: 1px solid rgba(0, 0, 0, 0.08);}
.home7-t li{width: 20%;text-align: center;}
.home7-t li a{display: block;height: 2.05rem;padding: 0.25rem 0.1rem 0;}
.home7-t li a::after{width: 100%;opacity: 0;background: url(../images/h7-bg.jpg) no-repeat center/cover;}
.home7-t li *{transition: 0.5s;}
.home7-t li span{background: #F0F0F0;width: 1.3rem;height: 1.3rem;display: flex;align-items: center;justify-content: center;margin: 0 auto 0.1rem;border-radius: 50%;}
.home7-t li p{font-size: 0.2rem;color: #990100;}

@media screen and (min-width: 1025px) {
  .home7-t li a:hover span{background: #fff;}
  .home7-t li a:hover::after{opacity: 1;}
  .home7-t li a:hover p{color: #fff;}
}

@media screen and (max-width: 1024px) {
  .home7{padding: 0rem 0 0.4rem;}
  .home7-t li span{width: 1rem;height: 1rem;}
  .home7-t li span img{max-width: 0.35rem;}
  .home7-t li a{height:auto;}
}
@media screen and (max-width: 768px) {
   .home7-t li{width: 33.3%;margin-bottom: 0.25rem;}
   .home7-t li span{width: .6rem;height: .6rem;}
   .home7-t li span img{max-width: 0.3rem;}

}
/* foot */
.footer{width: 100%;background: #990100;}
.foot-t{padding: 0.15rem 0;border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
.foot-t ul{justify-content: center;}
.foot-t h3{font-size: 0.16rem;color: #fff;line-height: 0.24rem;}
.foot-t li{color: #fff;font-size: 0.16rem;line-height: 0.24rem;padding: 0 0.15rem;transition: 0.5s;}
.foot-t li:hover{opacity:.7;}
.foot-b{justify-content: space-between;padding: .44rem 0;align-items: center;}
.foot-b .fot1{width: 30%;}
.foot-b .fot2{width: 25%;}
.foot-b p{font-size: 0.16rem;line-height:1.8;color: #fff;margin-bottom: 0.1rem;}
.ul-iconsb1{justify-content: flex-end;}
.ul-iconsb1 li{padding-left: 0.5rem;}
.ul-iconsb1 .con{position:relative;cursor:pointer;}
.ul-iconsb1 .con .icon img{width: 0.56rem;height: 0.56rem;}
.ul-iconsb1 .con .icon .img2{display: none;}
.ul-iconsb1 .con:hover .icon .img1{display: none;}
.ul-iconsb1 .con:hover .icon .img2{display: block;}
.ul-iconsb1 .con:hover .qrbox{opacity:1;visibility:visible;transform: translateY(0%) translateX(-50%);}
.ul-iconsb1 .qrbox{top: 100%;transform: translateY(-30%) translateX(-50%);opacity:0;visibility:hidden;margin-top: .15rem;transition: 0.5s;position: absolute;width: 1.2rem;z-index: 10;height: auto;z-index: 100;left: 50%;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}
.ul-iconsb1 .qrbox .qr{padding: .05rem;background: #fff;text-align: center;border-radius: .1rem;}
.ul-iconsb1 .qrbox .qr img{width: 100%;}
.ul-iconsb1 .qrbox .p{font-size: 0.14rem;overflow:hidden;text-align: center;margin-top: .1rem;line-height: 1.5;}
.ul-iconsb1{padding: 0;align-items: center;justify-content: center;}
.ul-iconsb1 .qrbox{top: auto;bottom: 100%; margin: 0 0 .15rem;}
.ul-iconsb1 .qrbox::before{content:"";border-left:.08rem solid transparent;border-right:.08rem solid transparent;border-bottom:.1rem solid #fff;bottom: -.1rem;transform: translateX(-50%) rotateX(180deg);position: absolute;left: 50%;}


.foot{padding: 0.12rem 0;border-top: 1px solid rgba(255,255,255,.3);}
.foot p{align-items: center;width: 100%;font-size: 0.14rem;color: #fff;justify-content: center;line-height: 1.5;}
.foot p a{padding: 0 0.1rem;align-items: center;}
.foot a img{margin-right: 0.1rem;max-width: 0.23rem;display: inline-block;}

@media screen and (min-width: 1200px) {
 
}

@media screen and (max-width: 1024px) {
  .foot-t ul{padding:0;}
  .foot-b{padding: 0.3rem 0;}
}
@media screen and (max-width: 768px) {
  .foot-b .fot1{width: 100%;}
  .foot-b .fot2{width: 100%;text-align: center;margin:.2rem 0;}
  .foot-b .fot3{width: 100%;}
  .ul-iconsb1{justify-content: center;}
  .ul-iconsb1 li{padding: 0 0.1rem;}
  
}
@media screen and (max-width: 500px) {
 
}





@media screen and (max-width: 1600px) {
  #header .right{padding-left:5%;}

}
@media screen and (max-width: 1400px) {
  #header .right { padding-left: 5%; }
  #nav ul li h3 { font-size: 0.18rem; }
  .list_box0 .li {padding-right: 0.05rem;}
  .list_box0 .li > a .top_ico { margin-right: 0.05rem; }
  .header_box #header::after{width:28%;}


}
@media screen and (max-width: 1200px) {
  .m_header_box {display: block;height: .7rem;}
 

}
@media screen and (max-width: 1024px) {
  .banner .arrow{padding-right:0;bottom: .15rem;}
  .banner .bot .swiper-container{width: 3rem;margin-left: .5rem;}
  .swiper-box1 .imged{padding-bottom: 50%;}
  .banner .bot .a{height:.8rem;}
  .banner .bot .a .scale{width:.8rem;height:.8rem;}
 
}

@media screen and (max-width: 768px) {
  .txt1 { font-size: 0.2rem !important; }
  .p1 {line-height: 1.6 !important;font-size: 0.16rem !important;}
  .title{margin-bottom: .25rem !important;}
  .title h3{font-size: .26rem;text-align: left;}
  .title .h3{margin:0;padding-left: 0;}
  .title p{font-size:.14rem;}
  .banner .bot .swiper-container{width: 2rem;margin-left: .2rem;}
  .banner .bot .a{height:.6rem;}
  .banner .bot .a .scale{width:.6rem;height:.6rem;}
}

@media screen and (max-width: 600px) {
  

}
@media screen and (max-width: 420px) {
   
}
@media (min-width: 200px) {
  [aos="zoom-in"] { transform: scale(0.5); }
  html:not(.no-js) [data-aos=fade-right]{-webkit-transform:translate3d(-150px,0,0);transform:translate3d(-150px,0,0)}
  html:not(.no-js) [data-aos=fade-left]{-webkit-transform:translate3d(150px,0,0);transform:translate3d(150px,0,0)}
  html:not(.no-js) [data-aos=fade-down]{-webkit-transform:translate3d(-150px,-150px,0);transform:translate3d(-150px,-150px,0)}
}@charset "utf-8";

/* */
@font-face {
  font-family: "geo";src:url("../font/georgia.ttf");
}
@font-face {
  font-family: sy;src:url("../font/sySong.woff");
}


.header_box{z-index: 1000;width: 100%;position: fixed;top: 0;left: 0;
}

.header_top{width: 100%;background: #FFFFFF;}
.header_top .top{justify-content: space-between;height: 1.15rem;align-items: center;width: 100%;position: relative;}
/* .header_top::after{content: "";position: absolute;width: 100%;top: 0;left: 0;
  background: linear-gradient(180deg, #012B75 0%, rgba(0, 42, 111, 0) 100%);height: 2rem;z-index: -1;}
#logo{position: relative;} */
.header_top #logo{align-items: center;}
.header_top #logo a img{transition: .5s;max-width:5.84rem;width: 6.42rem;}

.list_box1{flex:1;min-width: 0;display: flex;align-items: center;justify-content: flex-end;}
.list_box1 .li{display: flex;align-items: center;color: #333;font-size: 0.16rem;}
.list_box1 .li a{padding: 0 0.15rem;font-size: 0.16rem;color: #fff;align-items: center;}
.list_box1 .ser{padding: 0 0.25rem 0 0.35rem;}
.list_box1 .ser .a{display:flex;align-items:center;justify-content: space-between;transition: .5s;position: relative;height: 0.32rem;width: 2rem;padding: 0rem;border: 1px solid #990100;border-radius: 0.04rem;}

.list_box1 .li .input{height: 100%;padding: 0 0.1rem;font-size: 0.16rem;color: #333;line-height: 28px;flex:1;min-width: 0;}
.list_box1 .li .serbtn {width: 0.58rem;height: 100%;text-align: center;line-height: 0.32rem;color: #fff;font-size: 0.14rem;background: #990100;}
.list_box1 .li .input::-webkit-input-placeholder{ color:#333;}
.list_box1 .li .input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#333; }
.list_box1 .li .input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#333;}
.list_box1 .li .input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color:#333;}




#nav{width: 100%;position: relative;z-index: 1000;background: #990100;}
#nav ul{display: flex;justify-content: space-between;width: 100%;}
#nav ul li{z-index:0;position: relative;}
#nav ul li a{position: relative;z-index: 2;}
#nav ul li h3{font-size: 0.2rem;color: #fff;line-height: 0.64rem;position:relative;transition: .36s;}
/* #nav ul li h3::after{content: "";position: absolute;width: 100%;height: 2px;background: #fff;left: 0;bottom: -19px;opacity: 0;} */


#nav ul li .sub{position:absolute;top: 95%;background: #fff;width: auto;left: 50%;z-index: 10000;transform: translateX(-50%) scaleY(0);visibility:hidden;opacity: 0;transition: .5s;transform-origin: top;box-shadow: 0 0 0.1rem rgba(0,0,0,.3);overflow: hidden;z-index: 1000;}
#nav ul li .sub .box{text-align:center;}
#nav ul li .sub a{padding: 0.1rem 0.16rem;line-height: 0.28rem;transition:.6s;font-size: 0.16rem;color: #666;text-align: center;white-space: nowrap;min-width: 1.6rem;display: block;}
#nav ul li .sub a img{ margin: 0 0.1rem 0 0; opacity: .2; transition: .5s}
#nav ul li .sub a:hover{color: #990100;}
#nav ul li:hover .sub{opacity: 1;visibility:visible;transform: translateX(-50%) scaleY(1);}
/*  */

#m_nav * { transition: all 0s ease 0s; }
.m_header_box { transition: all 0.6s ease 0s; display: none; position: relative; z-index: 100000; }
.m_header_box header {padding: 0px 0px 0px 15px;height: 0.7rem;background: #fff;box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 5px;position: fixed;top: 0px;left: 0px;right: 0px;z-index: 100;display: flex;justify-content: space-between;align-items: center;}
.m_header_box header #logo img {height: auto;max-height: 0.6rem;}
.m_header_box header #logo { padding: 0px; width: calc(100% - 80px); }
#nav_btn_box.on { background: none; }
#nav_btn_box {position: relative;width: 0.7rem;height: 0.7rem;display: flex;align-items: center;justify-content: center;z-index: 1;}
#nav_btn_box::before { content: ""; position: absolute; z-index: -1; top: 0px; right: 0px; bottom: 0px; left: 0px; background: rgb(255, 255, 255); }
#nav_btn_box::after {content: "";position: absolute;z-index: -1;top: 0px;left: -.15rem;border-right: .15rem solid rgb(255, 255, 255);border-top: 0.7rem solid transparent;display: none;}
#nav_btn { cursor: pointer; text-align: center; z-index: 99999; transition: all 0.5s ease 0s; outline: none; box-shadow: none; }
#nav_btn .point { display: inline-block; width: 0.4rem; height: 22px; position: relative; outline: none; }
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before { width: 0.28rem; }
#nav_btn .navbtn {position: absolute;top: 12px;left: 0px;display: inline-block;width: 18px;height: 2px;transition: all 0.3s ease-out 0s;background: #990100;}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0px;display: inline-block;width: 24px;height: 2px;content: "";transition: all 0.3s ease-out 0s;background: #990100;}
#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 { transform: rotate(45deg); top: 0px; }
#nav_btn .point.on .navbtn::before { transform: rotate(-45deg); top: 0px; }
.m_nav_list { flex-direction: column; width: 100%; height: 100%; overflow: auto; align-items: center; display: flex; background: rgba(255, 255, 255, 0.1); }
.m_nav_list::-webkit-scrollbar { display: none; }
#m_nav {z-index: 99999;position: fixed;width: 100%;height: 100vh;right: -105vw;top: 0px;padding: 70px 20px 30px;overflow: hidden;pointer-events: none;transition: all 0.3s ease-out 0s;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;background:  0% 0% / cover rgb(247, 247, 247);opacity: 0;visibility: hidden;}
#m_nav .close { position: absolute; top: 7px; right: 15px; left: 15px; font-size: 30px; color: rgb(51, 51, 51); z-index: 10000; width: auto; height: 35px; border-radius: 0px; display: flex; align-items: center; justify-content: flex-end; padding: 0px; }
#m_nav.act { pointer-events: auto; right: 0px; opacity: 1; visibility: visible; }
#m_nav .search_box input.submit { background: url("../images/submit.png") center center / 0.28rem no-repeat #990100; }
#m_nav .list_box0 {width: 90%;margin: 0.32rem auto 0px;}
#m_nav .list_box0 .li {text-align: center;color: #990100;margin: 0px 0rem 0.15rem;font-size: 14px;}
#m_nav .list_box0 .li a{background:none;padding: 0 0.2rem 0 0;}
#m_nav .old_rukou { margin: 0.24rem 0px 0px; width: 100%; }
.list_box_nav_mobile {width: 100%;/* height: calc(100% - 3rem); */padding: 0px 0px 10px;overflow: hidden auto;margin: 0px;/* flex: 1 1 0%; */}
.list_box_nav_mobile > li { width: 90%; overflow: hidden; padding: 0px; position: relative; margin: 0px auto; }
.list_box_nav_mobile > li .con { position: relative; }
.list_box_nav_mobile > li .a { width: 100%; border-bottom: 1px solid rgb(226, 226, 226); line-height: 0.64rem; color: rgb(51, 51, 51); padding: 0px; font-size: 16px; display: flex; position: relative; transition: all 0.5s ease 0s; }
.list_box_nav_mobile > li i { opacity: 1; width: 0.64rem; height: 0.64rem; background-image: url("../images/arrow_down.png"); background-position: center center; background-repeat: no-repeat; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; position: absolute; display: block; right: 0px; top: 2px; background-size: 15px 15px !important; }
.list_box_nav_mobile > li.on1 i { transform: rotate(-90deg); }
.list_box_nav_mobile > li.on .a { border-bottom: 1px solid rgb(226, 226, 226); }
.list_box_nav_mobile > li .list { padding: 10px 0px; 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: rgb(102, 102, 102); line-height: 2.5; }
.nav_mask { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 888; background-color: rgba(0, 0, 0, 0.4); display: none; }
/* 手机搜索 */
.wap_search {font-size: 0.16rem;border-radius: 5px;color: rgb(255, 255, 255);width: 100%;height: 0.6rem;display: block;margin-bottom: .1rem;}
.wap_search .header-search {height: 100%;border-radius: 0.2rem;background: rgb(255, 255, 255);position: relative;width: 3.68rem;margin: 0rem auto;}
.wap_search .input {font-size: 0.14rem;color: #333;height: 0.6rem;line-height: 0.5rem;padding: 0px 0.24rem;box-shadow: none;appearance: none;float: left;border-right: 0px;background: none;width: calc(100% - 40px);}
.wap_search .btn_blue {position: absolute;cursor: pointer;top: 0px;right: 0px;width: 0.6rem;height: 0.6rem;line-height: 0.6rem;border: 0px;background: url("../images/submit.png") center center no-repeat #990100;border-radius: 50%;}
.wap_search .btn_blue.fr { background: rgb(233, 237, 239); color: rgb(78, 79, 83); }
.wap_search input::-webkit-input-placeholder { color: rgb(153, 153, 153); }
.wap_search input:focus::-webkit-input-placeholder { color: transparent; }

/* pc搜索 */
.search_btn { cursor: pointer; }
.search_btn png { fill: rgb(255, 255, 255); width: 16px; height: 16px; }
.search-dialog-box { position: fixed; left: 0px; top: 0px; width: 100%; height: 100vh; z-index: 1000000; opacity: 0; visibility: hidden; transition: all 0.6s ease 0s; }
.search-dialog-box::before { content: ""; position: absolute; top: 0px; height: 0px; background: #990100; transition: all 0.6s ease 0s; left: 0px; right: 0px; z-index: 1; opacity: 0.9; }
.search-dialog-box.on::before { height: 100%; display: none; }
.search-dialog-box .bubbles-bg { opacity: 0; visibility: hidden; display: none; }
.search-dialog-box .search-bg { position: absolute; left: 0px; top: 0px; width: 100%; height: 0px; margin: 0px; background:  0% 0% / cover no-repeat rgba(0, 0, 0, 0.7); transform-origin: center center; transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s; }
.search-dialog-box .wrap-inner { transform: translateY(100%); transition: all 0.6s ease 0s; }
.search-dialog { position: absolute; left: 0px; top: 50%; transform: translateY(-50%); width: 100%; z-index: 2; }
.search-dialog .search-tit { font-size: 0.44rem; line-height: 0.56rem; color: rgb(255, 255, 255); text-align: center; overflow: hidden; display: none; }
.search-dialog .search-inner { overflow: hidden; margin-top: 0px; }
.search-dialog .search-input { width: 8rem; margin: 0px auto; background-color: rgba(255, 255, 255, 0.1); box-sizing: border-box; transition: all 0.3s ease 0s; max-width: 94%; }
.search-dialog .search-input input[type="text"] {float: left;height: 0.7rem;width: calc(100% - 1rem);background-color: rgb(255, 255, 255);font-size: 0.2rem;line-height: 0.08rem;color: #666;transition: all 0.3s ease 0s;padding: 0px 0.2rem;}
.search-dialog .search-input input[type="submit"], .search-dialog .search-input .clear-btn {float: right;height: 0.7rem;width: 1rem;}
.search-dialog .search-input input[type="submit"] {background-color: #990100;background-repeat: no-repeat;background-position: center center;background-size: 0.4rem;background-image: url("../images/search-btn.png");font-size: .2rem;color: #fff;}
.search-dialog .search-input .clear-btn { background-color: rgba(0, 0, 0, 0.2); background-repeat: no-repeat; background-position: center center; background-image: url("../images/close-btn.png"); background-size: 0.56rem; border-radius: 100%; margin-right: 0.16rem; display: none; }
.search-dialog .search-input.on { background-color: rgb(255, 255, 255); }
.search-dialog .hot-search { font-size: 0px; width: 0.49rem; margin: 0.096rem auto 0px; box-sizing: border-box; padding: 0px 0.096rem; overflow: hidden; }
.search-dialog .hot-search .hot-tit, .search-dialog .hot-search .hot-link { display: inline-block; zoom: 1; vertical-align: top; }
.search-dialog .hot-search .hot-tit { font-size: 0.06rem; line-height: 0.08rem; color: rgb(255, 255, 255); font-weight: bold; padding-left: 0.096rem; background-repeat: no-repeat; background-position: left center; background-size: 0.08rem; }
.search-dialog .hot-link { margin-left: 0.16rem; }
.search-dialog .hot-link a { display: inline-block; zoom: 1; font-size: 0.06rem; line-height: 0.08rem; margin-right: 0.12rem; color: rgb(255, 255, 255); padding-bottom: 5px; position: relative; }
.search-dialog .hot-link a::before { content: ""; position: absolute; left: 0%; bottom: 0px; width: 100%; height: 2px; background-color: rgb(255, 255, 255); transform: scaleX(0); transform-origin: left center; transition: transform 0.3s ease 0s; }
.search-dialog-box .bottom-box { position: absolute; left: 0px; bottom: 5.1%; width: 100%; }
.search-dialog-box .bottom-box .share-box { overflow: hidden; }
.search-dialog-box .bottom-box .copy { font-size: 0.35rem; line-height: 0.5rem; color: rgb(255, 255, 255); font-family: gilroy-regular; margin-top: 0.5rem; overflow: hidden; }
.header-right.is-open .bubbles-bg { visibility: visible; opacity: 1; }
.header-right.is-open .search-btn .con-box { display: none; }
.header-right.is-open .close-btn { display: block; }
.header-right.is-open .item .search-bg { transform: scale(1); }
.search-dialog-box.on { opacity: 1; visibility: visible; }
.search-dialog-box.on .search-bg { height: 100vh; }
.search-dialog-box.on .bubbles-bg { opacity: 1; visibility: visible; }
.search-dialog-box.on .wrap-inner { transform: translateY(0px); }
.pub-close { position: absolute; width: 0.48rem; height: 0.48rem; z-index: 10; right: 0.24rem; top: 0.216rem; background-color: rgba(255, 255, 255, 0.1); border-radius: 100%; }
.pub-close .bg { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-color: rgb(28, 90, 183); transform: scale(0); border-radius: 100%; transition: transform 0.3s ease 0s; }
.pub-close i { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-position: center center; background-size: 0.12rem; background-repeat: no-repeat; background-image: url("../images/close-btn.png"); transition: all 0.6s ease 0s; }
.pub-close i:hover { transform: rotate(180deg); }
@keyframes spin { 
  100% { transform: rotate(1turn); }
}
@keyframes spin2 { 
  100% { transform: rotate(-1turn); }
}
@keyframes spin-reverse { 
  0% { transform: rotate(1turn); }
}
@keyframes spin-reverse2 { 
  0% { transform: rotate(-1turn); }
}


/* banner */
.main-visual-wrapper {width: 100%;position: relative;/* padding-top: 1.1rem; */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{padding-bottom: 100vh;}
.swiper-box1 .imged::after{width: 100%;height: 35%;background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(84, 103, 97, 0) 100%, rgba(255, 255, 255, 0) 100%);}
.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;}

.banner .arrow{position: absolute;bottom: 0.28rem;width: 100%;padding-right: 10%;z-index: 10;justify-content: flex-end;}
.banner .bot{padding-right: 15%;align-items: center;/* width: 50%; */}
.banner .bot::after{width: 100vw;height: 1px;bottom: 50%;background: #fff;opacity: .27;left: .3rem;}
.banner .bot>img{width:.3rem;}

.banner .cir{align-items: center;position: relative;bottom: auto;width: auto;padding: 0 0.5rem;}
.banner .cir span{margin: 0px .22rem !important;width: 0.2rem;height: 0.2rem;opacity: 1;background: url(../images/cir1.png) no-repeat;background-size: 100% 100% !important;position: relative;}
.banner .cir .swiper-pagination-bullet-active{background: url(../images/ban-c.png) no-repeat;width: 0.97rem;height: 0.97rem;border-radius: 50%;}

.banner .cir span::after{content: "";position: absolute;top: -0.05rem;right: -0.05rem;bottom: -0.05rem;left: -0.05rem;background: #ddd;opacity: 0;z-index: -1;border-radius: 50%;}
.banner .cir .swiper-pagination-bullet-active::after{opacity: .3;}
.banner .arror{width: 0.36rem;height: 0.36rem;border-radius: 50%;position: relative;left: auto;top: auto;right: auto;margin: 0 0.15rem;background: rgba(255, 255, 255, 0.3);}
.banner .arror::after{color: #fff;font-size: .2rem;}
.banner .bot .swiper-container{width: 4rem;margin-left: 1rem;}
.banner .bot .a{display: flex;align-items: center;justify-content: center;/* padding: 0 0.2rem; */height: 1.26rem;}
.banner .bot .a span{width: 0.26rem;height: 0.26rem;}
.banner .bot .a .scale{width: 1.26rem;height: 1.26rem;display: none;border-radius: 50%;overflow: visible;padding: .05rem;background: rgba(255,255,255,.3);}
.banner .bot .a .imged{padding-bottom: 100%;border-radius: 50%;}
.banner .bot li.swiper-slide-active .a span{display: none;}
.banner .bot li.swiper-slide-active .a .scale{display: block;}


/* home1 */
.home1{width: 100%;padding: .5rem 0 .75rem;}

.title{margin-bottom: .35rem;align-items: center;position: relative;z-index: 10;justify-content: space-between;}
.title .h3{margin: 0 auto;}
.title h3{font-size: 0.4rem;line-height: 1.3;cursor: pointer;color: #333;font-weight: bold;font-family: sy;}
.title h3 b{color: #990100;font-family: sy;}
.title p{font-size: 0.18rem;text-transform: capitalize;color: #939393;font-family: Georgia;}
.more{position: absolute;right: 0;}
.more a{font-size: 0.14rem;color: #333;transition: 0.5s;align-items: center;}
.more a img{display: block;margin-right: 0.1rem;width: 0.56rem;}


.home1-t{justify-content: space-between;align-items: flex-start;}
.home1-t .left{width: 66%;}
.home1-t .right{width: 32%;/* height: 8.45rem; */}  
.home1-t .left .h1-t .imged{padding-bottom: 55%;} 
.home1-t .h1-t a{position: relative;display: block;} 
.home1 .left .cir{bottom: .25rem;display: flex;align-items: center;left: auto;right: 0.4rem;width: auto;}
.home1 .left .cir span{ width: 0.1rem; height: 0.1rem;opacity: .4; margin: 0 0.1rem;font-size: 0rem;background: #fff;}
.home1 .left .cir span.on{opacity: 1;background: url(../images/cir2.png) no-repeat;width: 0.23rem;height: 0.23rem;background-size: 100% 100%;}

.home1 .h1-t .con{width: 75%;padding: 0 0.3rem .25rem;z-index: 10;position: absolute;left: 0;bottom: 0;}
.home1 .h1-t p{color: #fff;font-size: 0.18rem;line-height: 30px;}
.home1 .h1-t .con h3{line-height: 0.24rem;color: #fff;font-weight: bold;/* margin-top: 0.1rem; */transition: 0.5s;font-size: 0.2rem;}
.home1 .h1-t .imged::after{width: 100%;height: 30%;opacity: 0.9;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0) 100%);}

.home1 .h1-b{margin-top:.35rem;}
.home1 .h1-b ul{justify-content: space-between;}
.home1 .h1-b li{width: 48%;}
.home1 .h1-b li a{background: #F7F7F7;border-bottom: 3px solid #990100;padding: 0.3rem 0.2rem;height: 2.26rem;display: block;}
.home1 .h1-b li a::after{width: 100%;opacity: 0;background: url(../images/h1-bg1.jpg) no-repeat center/cover;}
.home1 .h1-b li *{transition: 0.5s;}
.home1 .left li h3{line-height: 0.3rem;color: #333;font-size: 0.18rem;max-height: 0.6rem\0;}
.home1 .left li p{font-size: 0.16rem;line-height: 0.3rem;color: #666;line-height: 0.3rem;padding-left: 0.3rem;background: url(../images/tim1.png) no-repeat left center/0.16rem;}
.home1 .left li h4{font-size: 0.14rem;color: #333;margin: 0.24rem 0 0.08rem;line-height: 0.24rem;max-height: 0.48rem\0;opacity: .6;}

.home1-t .right ul{background: url(../images/h1bg.png) no-repeat center/cover;padding: 0.5rem 0 .35rem;height: 8.45rem;}
.home1-t .right li *{transition: 0.5s;}

.home1-t .right li{padding: 0.1rem 0;height: 1.2rem;padding:0rem 0.3rem;transition: 0.5s;}
.home1-t .right li::after{width: auto;background: url(../images/h1-bg2.jpg) no-repeat;opacity: 0;right: -0.15rem;left: 0rem;background-size: 100% 100%;}
.home1-t .right li::before{content: "";position: absolute;width:0.15rem;height: 0.15rem;background: url(../images/h1-sj.png) no-repeat;background-size: 100% 100%;left: 100%;top: 100%;opacity: 0;}

.home1-t .right li a{display: block;height: 100%;padding: 0.25rem 0;border-bottom: 1px dashed #ddd;}

.home1-t .right li h3{font-size: 0.18rem;color: #333;line-height: 0.3rem;font-weight: 500;}
.home1-t .right li p{font-size: 0.14rem;color: #666;line-height: 0.3rem;background: url(../images/tim1.png) no-repeat left center;background-size: 0.14rem !important;padding-left: 0.3rem;margin-top: .05rem;}
.home1-t .right li h4{font-size: 0.14rem;color: #fff;line-height: 0.24rem;max-height: 0.48rem\0;display: none;}
.home1-t .right li:last-child a{border-bottom: none;}
.home1-t .right li.on{height: 1.58rem;}
.home1-t .right li.on h4{display: -webkit-box;display: block\0;}
.home1-t .right li.on::after{opacity: 1;}
.home1-t .right li.on::before{opacity: 1;}
.home1-t .right li.on h3 span{background-size:100% 1px;color: #fff;font-weight: bold;}
.home1-t .right li.on p{color: #fff;background: url(../images/tim2.png) no-repeat left center;}
.home1-t .right li.on a{border-bottom: 1px solid rgba(0, 0, 0, 0);}
.home1-t .right .img-p{margin-top: 0.3rem;}
.home1-t .right .img-p img{width: 100%;}


@media screen and (min-width: 1200px){
   .home1-t li a:hover h3,.home1-t li a:hover p{color: #fff;}
   .more a:hover{color: #990100;}
   .home1-t li a:hover h3 span{font-weight:bold;}
   .home1-t .left li a:hover::after{opacity: 1;}
   .home1-t .left li a:hover p{background: url(../images/tim2.png) no-repeat left center/0.16rem;}
    .home1-t .left li a:hover h4{color: #fff;}
}
@media screen and (max-width:1024px){
    .home1{padding: 0.4rem 0rem;}
    .home1 .left{width: 100%;}
    .home1 .right{width: 100%;/* margin-top:.3rem; */}
  .home1-t .right ul{padding:.2rem 0;height:8rem;}
}
@media screen and (max-width:768px){
    
}
@media screen and (max-width:600px){
  .home1 .h1-b li{width:100%;margin-bottom:.3rem;}
}
/* home2 */
.home2{padding: .8rem 0;overflow: hidden;z-index: 5;}
.home2::after{width: 100%;height: 100%;bottom: auto;top: 0;background: url(../images/hbg2.jpg) no-repeat center/cover;}
.home2-t{position: relative;}
.home2-t li *{transition: 0.5s;}
.home2-t li a{height: 2.43rem;display: block;padding: 0 0.43rem 0.2rem;}
.home2-t li a::after{width: 100%;height: auto;top: 0.28rem;background: #FFFFFF;}
.home2-t li .date{width: .68rem;height: .68rem;display: flex;flex-direction: column;align-items: center;justify-content: center;background: #E7E7E7;}
.home2-t li span{display: block;color: #990100;font-size: 0.22rem;line-height: 1.3;}
.home2-t li p{font-size: 0.12rem;color: #990100;line-height: 0.3rem;}
.home2-t li h3{font-size: 0.2rem;color: #333;line-height: 0.3rem;transition: 0s;max-height: 0.6rem\0;margin: 0.17rem 0;}
.home2-t li h4{font-size: 0.16rem;color: #AFAFAF;line-height: 0.28rem;max-height: 0.56rem\0;}
.home2-t li{padding-bottom: 0.2rem;}
.home2-t .cir{width: 100%;position: relative;bottom: auto;margin-top: 0.4rem;}
.home2-t .cir span{width: 0.12rem;height: 0.12rem;border-radius: 50%;margin: 0 0.1rem !important;border: 1px solid #990100;background: none;opacity: 1;}
.home2-t .cir span.on{opacity: 1;background: #990100;}

@media screen and (min-width: 1025px){
    .home2-t  li a:hover h3{color: #990100;font-weight: bold;}
    .home2-t  li a:hover .date{background: #990100;}
    .home2-t  li a:hover span,.home2-t  li a:hover p{color: #fff;}
    .home2-t  li a:hover::after{background: url(../images/h2bg.jpg) no-repeat center/cover;box-shadow: 0rem 0.02rem 0.1rem 0rem rgba(0, 0, 0, 0.1);}
}
@media screen and (max-width:1024px){
     .home2{padding: .4rem 0;}
  .home2-t .cir{margin-top:0;}
}
@media screen and (max-width:768px){

}


/* home3 */
.home3{padding: .6rem 0 0.75rem;overflow: hidden;width: 100%;}
.home3-t{align-items: flex-start;}
.home3 .title .h3,.home4 .title .h3{margin: 0;}
.infolist16_39_t{justify-content: space-between;}     
 .infolist16_39_l{width: 60%;}
 .infolist16_39_r{width: 37%;}
 .infolist16_39_t li *{transition: 0.5s;}
 .infolist16_39_l .inli8{position: relative;}
 .infolist16_39_l .inli8 a{display: flex;align-items: center;flex-wrap: wrap;}
 .infolist16_39_l .inli8 .scale{width: 4.65rem;}
 .infolist16_39_l .inli8 .con{height: 3.17rem;background: url(../images/h3bg.jpg) no-repeat center/cover;padding: 0.5rem 0.4rem;flex: 1;min-width: 0;}
 
 .infolist16_39_l .inli8 .con h3{font-size: 0.2rem;font-weight: bold;color: #fff;line-height: 0.3rem;height: 0.6rem;}
 .infolist16_39_l .inli8 .con h4{font-size: 0.14rem;color: #FDFDFD;line-height: 0.28rem;max-height: 0.56rem\0;margin: 0.15rem 0 0.3rem;}
 .infolist16_39_l .inli8 .con p{font-size: 0.22rem;line-height: 0.24rem;color: #fff;font-weight: bold;}
.infolist16_39_l .inli8 .imged{padding-bottom:3.17rem;}

.infolist16_39_l .cir{bottom: 0.5rem;display: flex;align-items: center;left: auto;width: auto;right: 0.5rem;}
.infolist16_39_l .cir span{width: 0.1rem;height: 0.1rem;margin: 0 0.05rem !important;border-radius: 50%;background: #fff;opacity: .8;}
.infolist16_39_l .cir span.swiper-pagination-bullet-active{background: #fff;opacity: 1;width: 0.14rem;height: 0.14rem;}


 .infolist16_39_l>ul{border: 1px solid #C8C8C8;background: #FFFFFF;padding: 0.35rem 0 0.45rem;display: flex;flex-wrap: nowrap;}
 .infolist16_39_l>ul li{width: 33.3%;padding: 0 0.3rem;}
 .infolist16_39_l>ul li h5{font-family: Arial;
  font-size: 0.16rem;color: #9B9B9B;}
 .infolist16_39_l>ul li span{display: inline-block;padding-bottom: 0.2rem;font-size: 0.22rem;font-weight: bold;line-height: 0.24rem;color: #1d1d1d;margin-right: .1rem;}
 .infolist16_39_l>ul li span::after{width: 100%;height: 0.02rem;background: #99181B;}
 .infolist16_39_l>ul li h3{font-size: 0.16rem;color: #050505;line-height: 0.28rem;max-height: 0.56rem;margin: 0.25rem 0 0.15rem;transition: 0s;}
 .infolist16_39_l>ul li h4{font-size: 0.14rem;line-height: 0.24rem;max-height: 0.48rem;margin-bottom: 0.2rem;color: #868686}
 .infolist16_39_l>ul li p{display: flex;align-items: center;font-size: 0.14rem;line-height: 0.24rem;color: #636363}
 .infolist16_39_l>ul li p img{display: inline-block;margin-left: 0.1rem;}

 .infolist16_39_r ul{border: 1px solid #C8C8C8;padding: 0.4rem 0.4rem 0rem 0.4rem;}
 .infolist16_39_r li{margin-bottom: 0.36rem;}
 .infolist16_39_r li a{display: block;}
 .infolist16_39_r li p{margin-bottom: 0.23rem;height: 0.35rem;padding-left: 0.6rem;display: flex;align-items: center;}
 .infolist16_39_r li p::after{width: 1.63rem;background: url(../images/date1.png) no-repeat;background-size: 100% 100% !important;}
 .infolist16_39_r li span{line-height: 0.24rem;display: inline-block;color: #fff;font-size: 0.16rem;}
 .infolist16_39_r li h3{font-size: 0.18rem;line-height: 0.24rem;color: #3D3D3D;transition: 0s;}



@media screen and (min-width: 1200px) {
   .infolist16_39_t li a:hover h3{color: #99181B ;font-weight:bold;}
   .infolist16_39_r li a:hover p::after{background: url(../images/date2.png) no-repeat;}

}
@media screen and (max-width: 1024px) {
   .home1{padding: 0.4rem 0;}
   .infolist16_39_l{width: 100%;}
   .infolist16_39_r{width: 100%;margin-top: 0.25rem;}                 
}

@media screen and (max-width: 768px) {
   .infolist16_39_l .inli8 .scale{width: 100%;}
   .infolist16_39_l .inli8 .con{width: 100%;height: 2.2rem;padding: 0.2rem;}  
   .infolist16_39_l ul{/* margin: 0 -0.1rem; */padding: 0.2rem 0 0.1rem;margin-top: .3rem;}
   .infolist16_39_r ul{padding:0.25rem;}
   .infolist16_39_l li span{font-size:0.18rem !important;}
   .infolist16_39_r li{margin-bottom: 0.15rem;}
   .infolist16_39_l>ul li{width:100%;padding:0 0.1rem;margin-bottom:0.2rem;}
   .infolist16_39_l .arrow{bottom:.15rem;}
}



/* home4 */
.home4{padding: 0rem 0 .75rem;}

.home4-t{position: relative;justify-content: space-between;}
.home4-t .left{width: 56%;}
.home4-t .right{width: 40%;}
.home4-t .left li a{display: block;display: block;}
.home4-t .left li .con{width: 80%;padding: 0 0.3rem 0.2rem;position: absolute;left: 0;bottom: 0;z-index: 10;}
.home4-t .left li h3{color: #fff;font-weight: bold;font-size: 0.2rem;}
.home4-t .left li .imged{padding-bottom: 47%;}
.home4-t .left li .imged::after{width: 100%;height: 100%;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 78%, rgba(0, 0, 0, 0.5214) 91%, rgba(0, 0, 0, 0.49) 100%);}
.home4-t .left .cir{bottom: 0.24rem;display: flex;align-items: center;left: auto;width: auto;right: 0.5rem;}
.home4-t .left .cir span{width: 0.1rem;height: 0.1rem;border-radius: 50%;background: none;opacity: 1;border: 1px solid #fff;margin: 0 0.05rem !important;}
.home4-t .left .cir span.swiper-pagination-bullet-active{opacity: 1;width: 0.14rem;height: 0.14rem;background: #fff;}
.home4-t dl{justify-content: space-between;}
.home4-t dt{width: 48%;}
.home4-t dt a{padding: 0.34rem 0 0.2rem;align-items: center;height: 1rem;background: url(../images/h4line.png) no-repeat bottom;background-size: 100%;}
.home4-t dt span{width: 0.99rem;height: 0.37rem;display: flex;align-items: center;justify-content: baseline;}
.home4-t dt h3{color: #333;font-size: 0.18rem;line-height: 0.26rem;max-height: 0.52rem\0;transition: 0s;flex: 1;min-width: 0;padding-left: .2rem;}
.home4-t .right li a{align-items: center;padding: 0.28rem 0;border-bottom: 1px dashed #ddd;}
.home4-t .right li a::after{height: 1px;bottom: -1px;background: #990100;}
.home4-t .right li .date{padding-right: 0.15rem;text-align: right;}
.home4-t .right li .con{flex: 1;min-width: 0;padding-left: 0.26rem;}
.home4-t .right li .date::after{left: auto;right: 0;bottom: auto;top: 0;width: 1px;height: 0.26rem;background:rgba(153, 1, 0, 0.54);;}
.home4-t .right li span{font-size: 0.24rem;color: #555;transition: 0.5s;}
.home4-t .right li p{font-size: 0.18rem;color: #9E9E9E;margin-top: 0.1rem;}
.home4-t .right li h3{font-size: 0.18rem;color: #333;line-height: 0.3rem;}
.home4-t .right li:last-child a{border-bottom: none;}
.home4-t .right li:first-child a{padding-top:0;}

@media screen and (min-width: 1025px) {
  .home4-t dt a:hover h3{color: #990100;font-weight: bold;}
  .home4-t .right li a:hover h3{color: #990100;font-weight: bold;}
  .home4-t .right li h3{height: 0.6rem;}
  .home4-t .right li a:hover span{color: #990100;}
}

@media screen and (max-width: 1024px) {
  .home4{padding: 0rem 0 0.2rem;}
  .home4-t .left{width: 100%;}
  .home4-t .right{width: 100%;margin-top: 0.3rem;}
}
@media screen and (max-width: 768px) {
  .home4-t dt{width:100%;}

}
@media screen and (max-width: 420px) {
  

}
/* home5 */
.home5{width: 100%;padding: 0 0 0.77rem;overflow: hidden;}
.home5-t{padding: 0.2rem 0 0.67rem;position: relative;}
.home5-t::after{width: auto;left: -0.97rem;right: -0.97rem;background: rgba(255, 245, 245, 0.73);height: auto;top: -0.2rem;}
.home5-t li .imged{padding-bottom: 78.6%;}
.home5-t .arror{width: 0.12rem;height: 0.2rem;margin: 0;transform: translateY(-50%);}
.home5-t .arror::after{display: none;}
.home5-t .arror img{width: 100%;}
.home5-t .swiper-button-prev{left: -0.45rem;}
.home5-t .swiper-button-next{right: -0.45rem;}



@media screen and (min-width: 1025px) {

}

@media screen and (max-width: 1024px) {
  .home5{padding: 0rem 0 0.4rem;}
  .home5-t{padding: 0rem 0.25rem 0.2rem;}
  .home5-t::after{left: -0.15rem;right: -0.15rem;}
  .home5-t .swiper-button-prev{left: 0rem;}
  .home5-t .swiper-button-next{right: 0rem;}
}
@media screen and (max-width: 768px) {


}
/* home6 */
.home6{padding: 0rem 0 1rem;width: 100%;}
.home6 li .imged{padding-bottom: 47%;}
.home6-t .cir{bottom: auto;display: flex;align-items: center;left: auto;width: 100%;position: relative;margin-top: 0.35rem;justify-content: center;}
.home6-t .cir span{width: 0.16rem;height: 0.16rem;border-radius: 50%;background: #ddd;opacity: 1;margin:0 .07rem !important;}
.home6-t .cir span.on{background: #990100;}

@media screen and (min-width: 1025px) {
.home6-t li.swiper-slide-active{clip-path: polygon(0 100%,0 0,100% 10%,100% 90%);}
.home6-t li.swiper-slide-active+li+li{clip-path: polygon(0 90%,0 10%,100% 0%,100% 100%);}
}

@media screen and (max-width: 1024px) {
  .home6{padding: 0rem 0 0.4rem;}

}
@media screen and (max-width: 768px) {


}
/*  home7*/
.home7{width: 100%;padding: 0 0 1.2rem;background: url(../images/hbg7.png) no-repeat bottom;background-size: 100%;}
.home7-t{border: 1px solid rgba(0, 0, 0, 0.08);}
.home7-t li{width: 20%;text-align: center;}
.home7-t li a{display: block;height: 2.05rem;padding: 0.25rem 0.1rem 0;}
.home7-t li a::after{width: 100%;opacity: 0;background: url(../images/h7-bg.jpg) no-repeat center/cover;}
.home7-t li *{transition: 0.5s;}
.home7-t li span{background: #F0F0F0;width: 1.3rem;height: 1.3rem;display: flex;align-items: center;justify-content: center;margin: 0 auto 0.1rem;border-radius: 50%;}
.home7-t li p{font-size: 0.2rem;color: #990100;}

@media screen and (min-width: 1025px) {
  .home7-t li a:hover span{background: #fff;}
  .home7-t li a:hover::after{opacity: 1;}
  .home7-t li a:hover p{color: #fff;}
}

@media screen and (max-width: 1024px) {
  .home7{padding: 0rem 0 0.4rem;}
  .home7-t li span{width: 1rem;height: 1rem;}
  .home7-t li span img{max-width: 0.35rem;}
  .home7-t li a{height:auto;}
}
@media screen and (max-width: 768px) {
   .home7-t li{width: 33.3%;margin-bottom: 0.25rem;}
   .home7-t li span{width: .6rem;height: .6rem;}
   .home7-t li span img{max-width: 0.3rem;}

}
/* foot */
.footer{width: 100%;background: #990100;}
.foot-t{padding: 0.15rem 0;border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
.foot-t ul{justify-content: center;}
.foot-t h3{font-size: 0.16rem;color: #fff;line-height: 0.24rem;}
.foot-t li{color: #fff;font-size: 0.16rem;line-height: 0.24rem;padding: 0 0.15rem;transition: 0.5s;}
.foot-t li:hover{opacity:.7;}
.foot-b{justify-content: space-between;padding: .44rem 0;align-items: center;}
.foot-b .fot1{width: 30%;}
.foot-b .fot2{width: 25%;}
.foot-b p{font-size: 0.16rem;line-height:1.8;color: #fff;margin-bottom: 0.1rem;}
.ul-iconsb1{justify-content: flex-end;}
.ul-iconsb1 li{padding-left: 0.5rem;}
.ul-iconsb1 .con{position:relative;cursor:pointer;}
.ul-iconsb1 .con .icon img{width: 0.56rem;height: 0.56rem;}
.ul-iconsb1 .con .icon .img2{display: none;}
.ul-iconsb1 .con:hover .icon .img1{display: none;}
.ul-iconsb1 .con:hover .icon .img2{display: block;}
.ul-iconsb1 .con:hover .qrbox{opacity:1;visibility:visible;transform: translateY(0%) translateX(-50%);}
.ul-iconsb1 .qrbox{top: 100%;transform: translateY(-30%) translateX(-50%);opacity:0;visibility:hidden;margin-top: .15rem;transition: 0.5s;position: absolute;width: 1.2rem;z-index: 10;height: auto;z-index: 100;left: 50%;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}
.ul-iconsb1 .qrbox .qr{padding: .05rem;background: #fff;text-align: center;border-radius: .1rem;}
.ul-iconsb1 .qrbox .qr img{width: 100%;}
.ul-iconsb1 .qrbox .p{font-size: 0.14rem;overflow:hidden;text-align: center;margin-top: .1rem;line-height: 1.5;}
.ul-iconsb1{padding: 0;align-items: center;justify-content: center;}
.ul-iconsb1 .qrbox{top: auto;bottom: 100%; margin: 0 0 .15rem;}
.ul-iconsb1 .qrbox::before{content:"";border-left:.08rem solid transparent;border-right:.08rem solid transparent;border-bottom:.1rem solid #fff;bottom: -.1rem;transform: translateX(-50%) rotateX(180deg);position: absolute;left: 50%;}


.foot{padding: 0.12rem 0;border-top: 1px solid rgba(255,255,255,.3);}
.foot p{align-items: center;width: 100%;font-size: 0.14rem;color: #fff;justify-content: center;line-height: 1.5;}
.foot p a{padding: 0 0.1rem;align-items: center;}
.foot a img{margin-right: 0.1rem;max-width: 0.23rem;display: inline-block;}

@media screen and (min-width: 1200px) {
 
}

@media screen and (max-width: 1024px) {
  .foot-t ul{padding:0;}
  .foot-b{padding: 0.3rem 0;}
}
@media screen and (max-width: 768px) {
  .foot-b .fot1{width: 100%;}
  .foot-b .fot2{width: 100%;text-align: center;margin:.2rem 0;}
  .foot-b .fot3{width: 100%;}
  .ul-iconsb1{justify-content: center;}
  .ul-iconsb1 li{padding: 0 0.1rem;}
  
}
@media screen and (max-width: 500px) {
 
}





@media screen and (max-width: 1600px) {
  #header .right{padding-left:5%;}

}
@media screen and (max-width: 1400px) {
  #header .right { padding-left: 5%; }
  #nav ul li h3 { font-size: 0.18rem; }
  .list_box0 .li {padding-right: 0.05rem;}
  .list_box0 .li > a .top_ico { margin-right: 0.05rem; }
  .header_box #header::after{width:28%;}


}
@media screen and (max-width: 1200px) {
  .m_header_box {display: block;height: .7rem;}
 

}
@media screen and (max-width: 1024px) {
  .banner .arrow{padding-right:0;bottom: .15rem;}
  .banner .bot .swiper-container{width: 3rem;margin-left: .5rem;}
  .swiper-box1 .imged{padding-bottom: 50%;}
  .banner .bot .a{height:.8rem;}
  .banner .bot .a .scale{width:.8rem;height:.8rem;}
 
}

@media screen and (max-width: 768px) {
  .txt1 { font-size: 0.2rem !important; }
  .p1 {line-height: 1.6 !important;font-size: 0.16rem !important;}
  .title{margin-bottom: .25rem !important;}
  .title h3{font-size: .26rem;text-align: left;}
  .title .h3{margin:0;padding-left: 0;}
  .title p{font-size:.14rem;}
  .banner .bot .swiper-container{width: 2rem;margin-left: .2rem;}
  .banner .bot .a{height:.6rem;}
  .banner .bot .a .scale{width:.6rem;height:.6rem;}
}

@media screen and (max-width: 600px) {
  

}
@media screen and (max-width: 420px) {
   
}
@media (min-width: 200px) {
  [aos="zoom-in"] { transform: scale(0.5); }
  html:not(.no-js) [data-aos=fade-right]{-webkit-transform:translate3d(-150px,0,0);transform:translate3d(-150px,0,0)}
  html:not(.no-js) [data-aos=fade-left]{-webkit-transform:translate3d(150px,0,0);transform:translate3d(150px,0,0)}
  html:not(.no-js) [data-aos=fade-down]{-webkit-transform:translate3d(-150px,-150px,0);transform:translate3d(-150px,-150px,0)}
}