@charset "utf-8";
.a_body { position: relative; z-index: 0; }
@font-face { font-family: sy; src: url("../font/sySong.woff"); }
@font-face { font-family: fz; src: url("../font/fzch.ttf"); }
.section { overflow: hidden; }
.header_box_li { position: relative; z-index: 1; }
.header_box {position: fixed;z-index: 1000;/* border-top: 0.04rem solid #d81b11; */width: 100%;}
#header {/* position: fixed; */z-index: 999;width: 100%;transition: all 0.36s ease 0s;border-top: 0.04rem solid #d81b11;}
.header_box_li #header::before {content: "";position: absolute;height: 1.2rem;top: -0.01rem;left: 0px;right: 0px;transition: all 0.2s ease 0s;opacity: 1;visibility: visible;pointer-events: none;background: linear-gradient(rgb(105 8 8 / 70%), transparent);z-index: -1;}

#header.xg {background: #d81b11;background: linear-gradient(180deg, rgb(164 0 0 / 38%) 0%, rgb(164 0 0 / 7%) 50%, rgba(255, 255, 255, 0) 100%);}
#header.xg::before {height: 100%;}
#header.xg .wp {height: 1.15rem;}
.header_top { position: relative; }

.header_top .li img {width: 0.15rem;display: inline-block;margin-right: 0.05rem;}
#header .right { padding-left: 7%; flex: 1; display: flex; flex-direction: column; align-items: flex-end; position: relative; }
.list_box0 {display: flex;align-items: center;justify-content: flex-end;}
.list_box0 .li {font-size: 0.16rem;color: rgb(255, 255, 255);display: inline-block;transition: all 0.6s ease 0s;position: relative;opacity: 0.7;display: flex;align-items: center;}
.list_box0 .li:hover { opacity: .7;}
.list_box0 .li a {align-items: center;display: flex;padding: 0px 0.15rem;}
.list_box0 .li:last-child a { padding-right: 0px; border-right: none; }
.list_box0 .li img{display: inline-block;margin-right: 0.2rem;}
.header_box .wp {height: 1rem;position: relative;display: flex;justify-content: space-between;transition: all 0.5s ease 0s;width: 100%;max-width: 100%;align-items: center;padding: 0 1.5rem 0 1rem;}


.header_box #logo {position: relative;transition: all 0.5s ease 0s;}
.header_box #logo img {width: 3.9rem;display: block;}
#nav { width: 100%; max-width: 11rem; }
#nav ul { display: flex; justify-content: space-between; }
#nav ul li { z-index: 0; height: 100%; position: relative; }
#nav ul li a { display: block; padding: 0px; position: relative; z-index: 2; }
#nav ul li h3 {font-size: 0.2rem;color: rgb(255, 255, 255);line-height: 0.65rem;position: relative;transition: all 0.36s ease 0s;display: inline-block;/* font-weight: bold; */}
#nav ul li .sub {position: absolute;top: 100%;background: rgb(255, 255, 255);width: auto;left: 50%;z-index: 10000;transform: translateX(-50%) scaleY(0);visibility: hidden;opacity: 0;transition: all 0.5s ease 0s;transform-origin: center top;box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 0.1rem;    min-width: 1.5rem;}
#nav ul li .sub::after { content: ""; position: absolute; left: 50%; bottom:100%; transform: translateX(-50%);border-left: 0.1rem solid transparent;border-right: 0.1rem solid transparent;border-bottom: 0.1rem solid #fff;}
#nav ul li .sub .box {padding: 0.14rem 0.18rem .07rem;text-align: center;}
#nav ul li .sub a {padding: 0.1rem 0.05rem;line-height: 0.28rem;transition: all 0.6s ease 0s;font-size: 0.16rem;color: #343434;text-align: center;min-width: 1rem;border-bottom: 1px solid #ddd;font-weight: 500;}
#nav ul li .sub a:last-child{border-bottom:none;}
#nav ul li .sub a:hover {color: #d81b11;border-bottom: 1px solid #d81b11;font-weight: 600;}
#nav ul li:hover .sub { opacity: 1; visibility: visible; transform: translateX(-50%) scaleY(1); }
#nav ul li.on h3 { font-weight: bold;}

/*  */
.search_btn { cursor: pointer; }
.search_btn svg { fill: rgb(255, 255, 255); width: 0.16rem; height: 0.16rem; }
.search-dialog-box { position: fixed; left: 0rem; top: 0rem; 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: 0rem; height: 0rem; background: #d81b11; transition: all 0.6s ease 0s; left: 0rem; right: 0rem; 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: 0rem; top: 0rem; width: 100%; height: 0rem; margin: 0rem; 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: 0rem; 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: 0rem; }
.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: rgb(102, 102, 102); 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.72rem; width: 1rem; }
.search-dialog .search-input input[type="submit"] { background-color: #d81b11; font-size: 0.2rem; color: rgb(255, 255, 255); }
.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.svg"); 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: 0rem; width: 0.49rem; margin: 0.096rem auto 0rem; 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: 0.05rem; position: relative; }
.search-dialog .hot-link a::before { content: ""; position: absolute; left: 0%; bottom: 0rem; width: 100%; height: 0.02rem; 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: 0rem; 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: 0rem; top: 0rem; width: 100%; height: 100%; background-color: #d81b11; transform: scale(0); border-radius: 100%; transition: transform 0.3s ease 0s; }
.pub-close i { position: absolute; left: 0rem; top: 0rem; width: 100%; height: 100%; background-position: center center; background-size: 0.12rem; background-repeat: no-repeat; background-image: url("../images/close-btn.svg"); 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); }
}
.m_header_box {transition: all 0.6s ease 0s;display: none;height: 0.7rem;position: relative;z-index: 1000;}
.m_header_box header { padding: 0px 0px 0px 0.15rem; height: 0.7rem; background: #d81b11; box-shadow: rgba(0, 0, 0, 0.05) 0px 0.03rem 0.05rem; 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 { padding: 0px; }
.m_header_box header #logo img { max-height: 0.55rem; }
#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(216 27 17);}
#nav_btn_box::after {content: "";position: absolute;z-index: -1;bottom: 0px;/* border-right: 0.1rem solid rgb(255, 255, 255); */border-top: 0.7rem solid transparent;}
#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.27rem;height: 0.24rem;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: 0.12rem;left: 0px;display: inline-block;width: 0.27rem;height: 0.02rem;transition: all 0.3s ease-out 0s;background: #ffffff;}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0px;display: inline-block;width: 0.27rem;height: 0.02rem;content: "";transition: all 0.3s ease-out 0s;background: #ffffff;}
#nav_btn .navbtn::after { top: -0.08rem; }
#nav_btn .navbtn::before { top: 0.08rem; }
#nav_btn .point.on .navbtn { background: transparent; }
#nav_btn .point.on .navbtn::after { transform: rotate(45deg); top: 0rem; }
#nav_btn .point.on .navbtn::before { transform: rotate(-45deg); top: 0rem; }
.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: 999;position: fixed;width: 100%;height: 100vh;right: -105vw;top: 0px;padding: 0.9rem 0.1rem 0.15rem;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: 0.07rem; right: 0.15rem; left: 0.15rem; font-size: 0.3rem; color: rgb(51, 51, 51); z-index: 10000; width: auto; height: 0.35rem; 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.svg") center center / 0.28rem no-repeat #d81b11; }
#m_nav .list_box0 {text-align: center;width: 90%;justify-content: flex-start;margin: 0.1rem auto 0px;flex-wrap: wrap;}
#m_nav .list_box0 .li {text-align: center;color: #d81b11;font-size: 0.14rem;width: auto;line-height: 0.4rem;}

.list_box_nav_mobile { width: 100%; padding: 0px 0px 0.1rem; overflow: hidden auto; margin: 0rem; }
.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: 0.16rem; 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.svg");transform: rotate(-90deg);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: 0.02rem;background-size: 0.15rem 0.15rem !important;}
.list_box_nav_mobile > li.on1 i {transform: rotate(0deg);}
.list_box_nav_mobile > li.on .a { border-bottom: 1px solid rgb(226, 226, 226); }
.list_box_nav_mobile > li .list { padding: 0.1rem 0px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); display: none; }
.list_box_nav_mobile > li .list a { display: block; font-size: 0.13rem; 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: 0.05rem; color: rgb(255, 255, 255); text-align: center; letter-spacing: 0.02rem; width: 100%; height: 0.6rem; display: block; }
.wap_search .form {height: 0.4rem;border-radius: 0.2rem;background: rgb(255, 255, 255);position: relative;width: 3.68rem;margin: 0.1rem auto;border: 1px solid #d81b11;}
.wap_search .input {font-size: 0.16rem;color: rgb(100, 100, 100);height: 0.4rem;line-height: 0.4rem;padding: 0px 0.4rem 0px 0.2rem;box-shadow: none;appearance: none;float: left;background: none;width: calc(100% - 0.4rem);}
.wap_search .btn_blue { position: absolute; cursor: pointer; top: 0px; right: 0px; width: 0.4rem; height: 0.4rem; line-height: 0.4rem; border: 0px; background: url("../images/submit.svg") center center / 0.24rem no-repeat #d81b11; border-radius: 0.2rem; }
.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; }
/* 脙娄脗掳芒鈧撁兟┟嬧�犆偮ッ兣矫偮裁兟吢该⑩偓鹿脙庐脜戮脗聽脙庐芒鈧∶吢该兟ッ吢犆⑩偓掳脙娄脗掳芒鈧撁兟⑩偓拧芒鈧懊兟ッ偮矫⑩偓垄脙搂脜鈥櫭偮兟⑩偓鈥澝⑩偓潞脙漏芒鈥灺⒚⑩偓鹿 */

.miso_btn1 {width: 1.22rem;height: .8rem;cursor: pointer;transition: all 0.5s ease 0s;position: absolute;right: 0px;top: -1px;justify-content: flex-end;padding-right: 0.2rem;display: flex;align-items: center;/* border-radius: 0.33rem 0px 0px 0.33rem; */background: url(../images/menu.png) no-repeat;background-size: 100% 100%;}


#openBtn { cursor: pointer; display: inline-block; }
#openBtn .lcbody { width: 0.46rem; height: 0.2rem; position: relative; display: flex; flex-direction: column; justify-content: flex-start; }
#openBtn .lcbody .lcitem {width: 100%;height: 0.02rem;position: absolute;transition: transform 0.36s ease 0s;right: 0px;border-radius: 0rem;} 
#openBtn .lcbody .lcitem:nth-child(2) {width:70%;}
/* #openBtn .lcbody .lcitem:nth-child(3) { width: 70%; } */
#openBtn .lcbody .lcitem div { position: absolute; width: 100%; height: 100%; top: 0px; left: auto; right: 0px; background: rgb(255, 255, 255); }
#openBtn .lcbody .top { top: 0px; }
#openBtn .lcbody .center { display: block; top: 50%; width: 100%; }
#openBtn .lcbody .bottom { top: 100%; }
#openBtn .lcbody:hover .lcitem.top .rect { animation: 0.4s ease-in-out 0s 1 normal none running move; }
#openBtn .lcbody:hover .lcitem.center .rect { animation: 0.4s ease-in-out 0.1s 1 normal none running move; }
#openBtn .lcbody:hover .lcitem.bottom .rect { animation: 0.4s ease-in-out 0.2s 1 normal none running move; }
.active#openBtn .lcitem.top { transform: rotateZ(45deg); top: 49%; }
.active#openBtn .lcitem.center { opacity: 0; }
.active#openBtn .lcitem.bottom { transform: rotateZ(-45deg); top: 49%; width: 100%; }
.xg .miso_btn1 {/* top: 0.15rem; */}
@keyframes move { 
  0% { right: 0px; }
  40% { right: 0px; width: 0px; }
  60% { right: auto; width: 0%; }
  100% { right: auto; width: 100%; }
}
.show { overflow: hidden; }
.show .g-nav2 { transform: translateY(0px); }
.g-nav2 { position: fixed; z-index: 49; left: 0px; top: 0px; right: 0px; bottom: 0px; transition: all 0.5s ease 0s; transform: translateY(-100%);}
.g-nav2:after{content:"";position:absolute;width:100%;height:100%;background:#000;opacity:.5;}
.g-nav2 .scroll {position: absolute;z-index: 1;left: 0px;right: 0px;top: 1.5rem;bottom: 0px;overflow-y: auto;padding: 0 .5rem;}
.g-nav2 .scroll .wp { width: 100%; max-width: 100%; padding: 0px 0.5rem; }
.g-nav2 .scroll ul {width: 100%;flex-wrap: nowrap;position: relative;}
.g-nav2 .scroll ul:after{content:"";position:absolute;width:100%;top:.7rem;background:#D8D8D8;opacity:.1;left:0;z-index:1;height: 1px;}
.g-nav2 .scroll li {width: 10%;flex-shrink: 0;padding: 0px 0.15rem;}
.g-nav2 .scroll li h2 a {color: rgb(255, 255, 255);line-height: 0.32rem;display: flex;padding-bottom: 0.15rem;position: relative;z-index: 1;height: 0.7rem;}
.g-nav2 .scroll li h2 {font-size: 0.2rem;font-weight: bold;line-height: 0.7 rem;position: relative;z-index: 1;}

.g-nav2 .scroll li .list {padding: 0.2rem 0px;}
.g-nav2 .scroll li .list h3 {font-size: 0.16rem;line-height: 0.36rem;margin-bottom: 0.05rem;color: rgb(255, 255, 255);white-space: nowrap;}
.g-nav2 .scroll li .list dl {padding-bottom: 0.05rem;}
.g-nav2 .scroll li .list dd {font-size: 0.14rem;line-height: 0.26rem;opacity: 0.7;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;color: rgb(255, 255, 255);transition: all 0.5s ease 0s;margin-bottom: .1rem;}
.g-nav2 .scroll li .list dd:hover { overflow: visible; opacity: 1; text-overflow: unset; }
.show #nav { opacity: 0; visibility: hidden; }
.g-nav2 .scroll li.on h2::after { width: 100%; left: 0px; }
.g-nav2 .scroll ul.on li { width: 9.5%; }
.g-nav2 .scroll ul.on li.on { width: 24%; padding: 0px 0.3rem; transition:0.5s;}
.g-nav2 .scroll li.on h2 {padding: 0 0.3rem;}
.g-nav2 .scroll li.on .list {background: linear-gradient(rgba(73, 34, 172, 0.3) 0%, rgba(216, 216, 216, 0) 100%);padding: 0.2rem 0.3rem;}
.g-nav2 .scroll li:hover h2::after{width: 100%; left: 0px;}

@keyframes ani_roll2 { 
  0% { background-position: 0px bottom; }
  100% { background-position: -100% bottom; }
}
/* banner */
.main-visual-wrapper {width: 100%;overflow: hidden;position: relative;transition: 0.5s;}
.main-visual-slider { overflow: hidden; position: relative; }
.main-visual-slider .swiper-slide { overflow: hidden; }
.swiper-box1 .imged { padding-bottom: 100vh; }
.slide-inner { overflow: hidden; }
.main-visual-slider .imged {transform: scale(1.1);transition: opacity 0.5s ease 0s;}
.main-visual-slider .swiper-slide-active .imged {transform: scale(1);transition: all 3s ease 0s;}
.main-visual-slider .imged::after{width: 100%;height: 40%;/* background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); */}

.swiper-box1 .slide-inner { position: relative; display: block; }
.swiper-box1 .arrow{position: absolute;z-index: 10;right: 1.6rem;bottom: 0.4rem;display: flex;align-items: center;}
.swiper-box1 .cir {bottom: 0.42rem;width: 100%;text-align: center;}
.swiper-box1 .cir span{position: relative;width: .13rem;height: 0.13rem;opacity: 1;margin: 0rem  0.11rem!important;background: #fff;z-index: 1;}
.swiper-box1 .cir span.on{opacity: 1;background: #d81b11;}
@media (max-width: 768px) {
  .swiper-box1 .cir{bottom: 0.2rem;}

}
/*  */

.home1 { padding: .35rem 0px .8rem; width: 100%;}
.home1::after{width: 100%;background: url("../images/hbg1.jpg") no-repeat bottom/cover; }

.title {margin-bottom: 0.25rem;align-items: center;position: relative;z-index: 10;justify-content: space-between;}
.title .h3{padding-bottom: 0.2rem;position: relative;}
.title h3 {font-size: 0.24rem;line-height: 1.5;cursor: pointer;color: rgb(51, 51, 51);font-weight: bold;font-family: sy;display: flex;align-items: baseline;padding: 0.15rem 0 0;}
.title h3::after{width: 0.88rem;height: 0.7rem;background: url(../images/tit1.png) no-repeat;background-size: 100% 100%;bottom: auto;top: 0;}

.title h3 b {font-family: sy;font-size: 0.33rem;}
.title p {font-size: 0.2rem;color: #b29873;font-family: sy;left: 0.57rem;position: absolute;bottom: 0;display: flex;white-space: nowrap;}
.more a{font-size: 0.14rem;color: #d81b11;border-radius: 0px;align-items: center;}
.more a img{display: inline-block;margin-left: 0.08rem;width: 0.32rem;}

.home1-t li *{ transition: all 0.5s ease 0s; }
.home1-t { justify-content: space-between; } 
.home1-t .left { width: 64.8%; }
.home1-t .right { width: 32%;}
.home1-t .left a { position: relative; display: block;}
.home1-t .left .imged { padding-bottom: 66%;}
.home1-t .left .imged::after{width: 100%;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 73%, rgba(216,27,17,.5) 101%);height:60%;}


.home1-t .left .con {padding: 0.15rem 0.44rem 0 0.36rem;position: relative;height: 1.15rem;background: #fff;width: 100%;/* margin: -0.7rem 0 0px; */z-index: 10;border-left: 0.05rem solid #d81b11;background-size: 100% 100%;}

.home1-t .left .con h3{font-size: 0.24rem;color: #333;line-height: 0.4rem;transition: all 0.5s ease 0s;max-height: 0.64rem\0;margin-bottom: 0.1rem;}
.home1-t .left .con p{color: #d81b11;font-size: 0.14rem;}


.home1-t .left .cir {bottom: 1.3rem;left: auto;right: 0.2rem;width: auto;}
.home1-t .left .cir span {width: 0.12rem;height: 0.12rem;background: #fff;opacity: 1;border-radius: 50%;margin: 0 .05rem!important;}
.home1-t .left .cir span.on {opacity: 1;background: #d81b11;}

.h1-s{/* margin-top: -0.6rem; */position: relative;z-index: 2;}
.home1-t .right li *{transition: 0.5s;}
.h1-s .imged{padding-bottom: 66.7%;}
.h1-s li a {align-items: center;border-bottom: 1px dashed #dddddd;height: 0.94rem;padding: 0.25rem 0;position:relative;z-index: 1;}
.h1-s li:last-child a { border-bottom: none;}
.h1-s li a::after {height:auto;bottom: -1px;background: #fff;top:-1px;width: auto;opacity: 0;width: 100%;box-shadow: 0px 0px 0.2139rem 0.0161rem rgba(87, 94, 94, 0.59);content:"";position:absolute;z-index: -1;left: 0;}

.h1-s li .con{flex: 1;min-width: 0;padding-right: 0.1rem;}
.h1-s li .date{text-align: center;}
.h1-s li span{font-family: sy;font-size: 0.3rem;color: #666666;}
.h1-s li p{font-size: 0.14rem;color: #999;margin-top: 0.1rem;display: flex;align-items: baseline;font-family: sy;}
.home1-t .right li h3 {font-size: 0.18rem;color: #000;line-height: 0.24rem;font-weight: 500;max-height: 0.48rem\0;}
.h1-s{padding: 0;}
.h1-s .slick-current a:after{opacity:1;}
.h1-s .slick-current a{padding:.25rem;}
.h1-s li.slick-current a h3,.h1-s li.slick-current a span,.h1-s li.slick-current a p{color: #d81b11;}
.h1-s .slick-dots{width: 100%;display: flex;align-items: center;justify-content: center;bottom: -0.3rem;}
.h1-s .slick-dots li{width: 0.1rem;height: 0.1rem;border-radius: 50%;opacity: .3;margin: 0 0.04rem;background: #d81b11;}  
.h1-s .slick-dots li.slick-active{opacity: 1;width: 0.28rem;border-radius: 0.06rem;}
.h1-s .slick-dots li button{display: none;}


@media screen and (min-width: 1025px) {
  .more a:hover span{font-weight: bold;text-decoration: underline;}
  .h1-s li a:hover::after{opacity: 1;}
  .h1-s li a:hover h3,.home1-t .right li a:hover span,.home1-t .right li a:hover p{color: #d81b11;}
  .h1-s li a:hover{padding: .25rem;}
}
@media screen and (max-width: 1024px) {
  .home1 { padding: 0.4rem 0px; }
  .home1-t .left { width: 100%; margin: 0px; }
  .home1-t .right { width: 100%; margin-top: 0.3rem; }
}
@media screen and (max-width: 768px) {
  
  
}
@media screen and (max-width: 500px) {


}


/*  */
.set1::after{width: 100%;height: auto;top: 0;background: url(../images/hbg2.png) no-repeat;background-size: cover;bottom: -3rem;}
.home2{width: 100%;padding: 0.4rem 0px;position: relative;z-index: 10;}
.home2-t{justify-content: space-between;}
.home2-t .left{width: 48%;}
.home2-t .right{width: 48%;}

.home2-t li *{transition: 0.5s;}
.list2{background: #fff;padding: 0.1rem .25rem .25rem;box-shadow: 0.03rem 0.01rem 0.08rem 0rem rgba(117, 118, 120, 0.15);}
.list2 li{width: 100%;}
.list2 li a {align-items: center;padding: .2rem 0rem;border-bottom: 1px dashed #ddd;}
.list2 li a::after {height: 1px;bottom: -1px;background: #d81b11;}
.list2 li h3 {font-size: 0.18rem;line-height: 0.3rem;color: #333;max-height: 0.6rem\0;flex: 1;min-width: 0;padding-right: 0.25rem;}
.list2 li p{font-size: 0.14rem;line-height: 0.28rem;color: #9E9E9E;}
.home2-t dt a{position: relative;display: block;}
.home2-t dt .imged{padding-bottom:56%;}
.home2-t dt .imged::after{width: 100%;background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 101%);height:40%;}
.home2-t dt .con{width: 100%;padding: 0 0.25rem 0.15rem;position: absolute;left: 0;z-index: 10;bottom: 0;}
.home2-t dt h3{font-size: 0.18rem;color: #fff;line-height: 0.3rem;max-height: 0.6rem\0;width: 80%;}

.h2-s .slick-dots{width: auto;bottom: 0.2rem;left: auto;right: 0.2rem;}
.h2-s .slick-dots li{width: 0.1rem;height: 0.1rem;border-radius: 50%;opacity: 1;margin: 0 0.04rem;background: #fff;}  
.h2-s .slick-dots li.slick-active{opacity: 1;background: #d81b11;}
.h2-s .slick-dots li button{display: none;}
 

.home2-t .tit .h3{cursor: pointer;}
.home2-t .tit h3{opacity: .5;}
.home2-t .tit p{opacity: 0;}
.home2-t .tit .h3{padding-right:.25rem;}
.home2-t .tit .h3.on h3{opacity: 1;}
.home2-t .tit .h3.on p{opacity: 1;}
.home2-t .right .more a{display: none;}
.home2-t .right .more a.on{display: flex;}
.h2-t{position: relative;}
.h2-t .tab{width: 100%;position: absolute;left: 0;top: 0;opacity: 0;visibility: hidden;transition: 0.5s;}
.h2-t .tab.on{opacity: 1;visibility: visible;position: relative;z-index: 10;}



@media screen and (min-width: 1200px) {
  .list2 li a:hover h3{color: #d81b11;font-weight: bold;}
  .list2 li a:hover::after{width:100%;}
  
}

@media screen and (max-width: 1024px) {
 .home2-t .left{width: 100%;}
  .home2-t .right{width: 100%;margin-top: 0.3rem;}

}
@media screen and (max-width: 768px) {
 

}
@media screen and (max-width: 500px) {
  
}



/*  */
.home3{width: 100%;padding: .7rem 0px 1.3rem;}
.home3-t{justify-content: space-between;background: #fff;box-shadow: 0rem 0.22rem 0.1886rem 0.0414rem rgba(124, 124, 124, 0.16);padding: 0.25rem 0.4rem 0.4rem;}
.home3-t li *{transition: 0.5s;}
.home3-t .left{width: 31%;}
.home3-t .mid{width: 32%;}
.home3-t .right{width: 31%;}
.home3-t .right .imged{padding-bottom: 58%;}
.home3-t li a{/* display: block; */position: relative;}
.home3-t li h3{color: #000;font-size: 0.18rem;line-height: .26rem;max-height: 0.52rem\0;}
.home3-t li p{font-size:0.14rem;color: #999;}
.home3-t .left li{margin-bottom:.1rem;}
.home3-t .left li a{display: block;overflow: hidden;height: 0.95rem;transition: 0.5s;}
.home3-t .left li span{color: #d81b11;padding-right: 0.1rem;}
.home3-t .left li span::after{width: 50vw;height: 1px;left: 100%;bottom: 50%;background: #f4f0e9;}
.home3-t .left li h3{margin-top: 0.15rem;}
.home3-t .mid li a{/* border-bottom: 1px dashed #ddd; *//* height: .9rem; */display: block;}
.home3-t .mid li .con{height: 0.9rem;align-items: center;}
.home3-t .mid li a .img{width: 100%;/* box-shadow: 0rem 0.22rem 0.1886rem 0.0414rem rgba(124, 124, 124, 0.16); *//* display: none; */}
.home3-t .mid li a img{width: 100%;}
.home3-t .mid .h3-s{/* margin-bottom:.3rem; *//* height: 4rem; */}
.h3-s li{margin-bottom: .25rem;}
.home3-t .mid .slick-slide div:last-child li a{border-bottom: none;}
.home3-t .mid li h3{flex: 1;min-width: 0;padding-right: 0.2rem;}
.home3-t .mid .slick-dots{bottom: -.1rem;}
.home3-t .mid .slick-dots li{width:.1rem;height:.1rem;border-radius:50%;margin:0 .07rem;opacity:.5;background:#d81b11;}
.home3-t .mid .slick-dots li.slick-active{opacity:1;}
.home3-t .mid .slick-dots li button{display:none;}
.h3-t2{/* overflow-y: auto; *//* height: 6rem; *//* padding-right: .1rem; */}


/* .home3-t .mid li.on a{height: 1.9rem;}
.home3-t .mid li.on .img{display: block;} */
.home3-t .right .h3-t a{align-items: center;background:#f9f9f9;  box-shadow: 0rem 0.04rem 0.07rem 0rem rgba(79, 4, 4, 0.09);margin-bottom: 0.2rem;}
.home3-t .right .h3-t .scale{width: 1.97rem;}
.home3-t .right .h3-t .con{flex: 1;min-width: 0;padding: 0 0.2rem;}
.home3-t .right .h3-t h3{font-weight: bold;margin-bottom: 0.15rem;line-height: .26rem;max-height: .52rem;}
.home3-t .right .h3-t p{text-align: right;}
.home3-t .right li{margin-bottom: 0.2rem;}
.home3-t .right li a{align-items: center;height: 1rem;background:#f9f9f9;padding: 0 .2rem;}
.home3-t .right li a::after{width: 0.04rem;height: 0.23rem;background: #d81b11;bottom: auto;top: 0.2rem;}
.home3-t .right li h3{max-height: 0.78rem\0;flex: 1;min-width: 0;padding-right: 0.2rem;}

.home3-t .mid img{display: block;margin: auto;}




@media screen and (min-width: 1025px) {
   .home3-t li a:hover h3,.home3-t .right .h3-t a:hover h3{color: #d81b11;}
   .home3-t .right li a:hover{background:#d81b11;}
   .home3-t .right li a:hover h3,.home3-t .right li a:hover p{color: #fff;}
}
@media screen and (max-width: 1024px) {
  .home3{ padding: 0rem 0px 0.4rem; }
  .home3-t .left{width:100%;}
  .home3-t .mid{width: 100%;margin: 0.3rem 0;}
  .home3-t .right{width: 100%;}

}
@media screen and (max-width: 768px) {
.home3-t .right .h3-t .scale{width: 1.6rem;}
  .home3-t{padding:.2rem .15rem}
}

/*  */
.home4 {width: 100%;padding: 0rem 0 1.7rem;z-index: 5;}
.home4::after{width: 100%;height: auto;background: url(../images/hbg4.png) repeat;top: 0rem;bottom: 0;background-size: 100% 100%;}
.home4 .title{display: none;}
.home4 .title h3,.home4 .title h3 b{color: #fff;}
.home4-t .left{width: 3.66rem;padding-top: 1.9rem;}
.home4-t .right{flex: 1;min-width: 0;padding-left: 1rem;}
.h4-s1 li a{align-items: center;padding-top: .9rem;}
.h4-s1 li .con{flex: 1;min-width: 0;padding-right: 0.15rem;}
.h4-s1 li .pis{width:4.4rem;}
.h4-s1 li .pis::after{width: auto;left: 0.65rem;right: 0.5rem;height: auto;top: -0.9rem;background: url(../images/h4-pbg.png) no-repeat;background-size: 100% 100%;bottom: .15rem;}
.h4-s1 li h3{color: #fff;font-size: 0.38rem;padding-bottom: 0.2rem;margin-bottom: 0.2rem;}
.h4-s1 li h3::after{width: 1.1rem;height: 0.05rem;background: #ebe6ba;}
.h4-s1 li h4{color: #fff;font-size: 0.2rem;line-height: 0.3rem;max-height: 0.6rem\0;margin-bottom: 1rem;}
.h4-s1 li span{align-items: center;color: #fbffd3;font-size: 0.16rem;}
.h4-s1 li span img{display: inline-block;margin-left: 0.1rem;width: 0.18rem;}
.h4-s2{margin-top:.6rem;}
.h4-s2 li{padding: 0.2rem .15rem;}
.h4-s2 li a{display: block;padding-left: 0.22rem;background: url(../images/h4bg2.png) no-repeat;background-size: 100% 100% !important; box-shadow: 0rem 0.17rem 0.18rem 0rem rgba(79, 4, 4, 0.35);transition: 0.5s;}
.h4-s2 li.slick-current a{transform: scale(1.1);transform-origin:bottom}

.h4-s2 .slick-arrow{width: 0.19rem;height: 0.22rem;top: 50%;transform: translateY(-50%);background-size: 100% 100% !important;}
.h4-s2 .slick-arrow:before{display:none;}
.h4-s2 .slick-prev{background: url(../images/h4-prev.png) no-repeat;left: -0.4rem;}
.h4-s2 .slick-next{background: url(../images/h4-next.png) no-repeat;right: -0.4rem;}
.h4-s2 li .imged{padding-bottom: 125%;}
.h4-s1 li .imged{padding-bottom: 98%;}
.h4-s1 li a:hover .imged{transform:scale(1);}
@media screen and (min-width: 1025px) {

}
@media screen and (max-width: 1024px) {
  .home4 { padding: 0.1rem 0px 0.4rem; }
  .home4::after{background:#d81b11;}
  .home4-t .left{width: 100%;display: none;}
  .home4-t .right{width: 100%;padding: 0;}
  .home4 .title{display: flex;}
  .h4-s2{padding: 0 0.25rem;}
  .h4-s2 .slick-prev{left: 0;}
  .h4-s2 .slick-next{right: 0;}
  
  .h4-s1 li h3{font-size: 0.26rem;}
}
@media screen and (max-width: 768px) {
  .h4-s1 li .pis{width:3rem;margin: 0.5rem auto 0;}
  .h4-s1 li .con{flex: none;width: 100%;padding: 0;}
  .h4-s1 li h4{margin-bottom: 0.3rem;}
  .h4-s1 li a{padding:0}
  .h4-s2{margin-top:.3rem;}
}

@media screen and (max-width: 600px) {

}

/*  */
.home5{ width: 100%; padding: 1.2rem 0px .8rem;}
.home5 ul{justify-content: space-between;}
.home5-t li{width: 47.5%;}
.home5-t li a{align-items: flex-start;padding: 0.3rem 0 0;border-radius: 0.3rem 0 0 0.3rem;overflow: hidden;}
.home5-t li a::after{width: auto;right: 0.3rem;background: url(../images/h5bg1.png) no-repeat center/cover;}
.home5-t li .pis{width: 2.86rem;padding: 0 0 0.2rem 0.2rem;background: #fff;border-radius: 0 0 0 0.2rem;}
.home5-t li .con{flex: 1;min-width: 0;padding: 0 0.35rem;}
.home5-t li .box{height: 3.7rem;padding: 0.35rem;}
.home5-t li .box::before{content: " “";position: absolute;top: 0;left: 0;font-size: 0.5rem;font-family: sy;color: #926625;opacity: .3;width: .25rem;height: .25rem;}
.home5-t li .box::after{content: "”";left: auto;right: 0;font-size: 0.5rem;font-family: sy;color: #926625;width: auto;height: auto;opacity: .3;width: .25rem;height: .25rem;}
.home5-t li .box p{font-size: 0.16rem;color: #926625;line-height: 0.25rem;max-height: 2rem\0;}
.home5-t li h4{align-items: center;color: #fff;font-size: 0.18rem;height: 0.86rem;padding: 0 0.35rem;background: url(../images/h5-shad.png) no-repeat;background-size: 100% 100%;left: -.35rem;position: relative;}
.home5-t li h4 img{display: inline-block;margin: 0 0.15rem;width: 0.39rem;}
.home5-t li h3{font-size: 0.2rem;color: #000;font-weight: bold;margin-bottom: 0.1rem;}
.home5-t li span{color: #999;font-size: 0.16rem;line-height: 1.5;}
.home5-t li .con1{padding: 0.2rem 0 0;}
.home5-t .imged{padding-bottom:120%;}
.home5-t .arrow{margin-top: 0.35rem;justify-content:center;}
.home5-t .arror{width: 0.58rem;height: 0.58rem;border-radius: 50%;position: relative;left: auto;top: auto;right: auto;background: #fff;  box-shadow: 0px 0rem 0.24rem 0rem rgba(219, 43, 34, 0.6);margin: 0 0.15rem;display: flex;align-items: center;justify-content: center;}
.home5-t .arror::after{display: none;}


@media screen and (min-width: 1200px) {
  .home5-t li a:hover h3 { color: #d81b11; }
}
@media screen and (min-width: 501px) {
 .home5-t li:last-child .pis{order: -1;border-radius: 0 0 0.2rem 0;}
.home5-t li:last-child a{border-radius:0 0.3rem 0.3rem 0;}
.home5-t li:last-child a::after{left: 0.3rem;right: 0;background: #fff5ec;}
.home5-t li:last-child .con1{padding-left: 0.2rem;}
.home5-t li:last-child h4{background: url(../images/h5-shad2.png) no-repeat right;justify-content: flex-end;left: auto;right: -.35rem;}
.home5-t li:last-child h4 img{order: 2;}
}
@media screen and (max-width: 1024px) {
  .home5{ padding: 0.4rem 0px; }
  .home5-t li{width: 48.5%;}
  
}
@media screen and (max-width: 768px) {
  .home5-t li{width: 100%;margin-bottom: 0.3rem;}
   .home5{padding: 0.4rem 0rem;}
  .home5-t li .con{padding:0 .15rem;}
}
@media screen and (max-width: 500px) {
  .home5-t li a::after{right:0;}
  .home5-t li .pis{width: 2.86rem;padding: 0 0 0.2rem 0.2rem;order:-1;margin:0 auto .2rem;}
  .home5-t li .con{flex: none;padding: 0 0.15rem;width:100%;}
  .home5-t li .box{height: auto;padding: 0.25rem;}
}


/*  h6*/
.home6{padding: 0rem 0 0rem;}
.home6-t ul{align-items: flex-end;}
.home6-t .h6-t{width: 24%;}
.home6-t li{width: 38%;}
.home6-t li .imged{padding-bottom: 4.85rem;}
.home6 li a{display: block;position: relative;}
.home6 li .con{position: absolute;z-index: 10;}
.home6-t li .con{top: 0.45rem;right: 0.3rem;}
.home6 li h3{font-size: 0.54rem;font-family: fz;
 writing-mode: td-lr;
 writing-mode: vertical-lr;
    /* 对于旧版Firefox的兼容 */
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
}

/* IE浏览器兼容 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .home6 li h3 {
        /* IE特有的垂直排版方式 */
        writing-mode: tb-rl;
        /* 可选：如果需要从左到右排列，可以配合text-orientation */
        text-orientation: upright;
    }
}



.h6li1 h3{color: #926625;}
.h6li2 h3,.h6li4 h3{color: #fff;}
.h6li3 h3{color: #d81b11;writing-mode: inherit;}
.h6li5 h3{color: #575454;}
.home6-b li:nth-child(1){width: 34%;}
.home6-b li:nth-child(2){width: 22%;}
.home6-b li:nth-child(3){width: 44%;}
.h6li3{display: flex;flex-direction: column;align-items: flex-end;}
.h6li3 .con{top: 0.25rem;right: 0.35rem;}
.h6li3 a{width: 100%;}

.h6li3 .h6-t2{background: #9d7567;height: 3.32rem;width: 60%;}
.h6li3 .h6-t2 a{display: flex;align-items: center;flex-direction: column;justify-content: center;height: 100%;}
.h6li3 .h6-t2 img{width: 1.26rem;}
.h6li3 .h6-t2 h3{writing-mode: inherit;color: #fff;margin-top: .35rem;}
.h6li4 .con{left: 0.35rem;top: 45%;}
.h6li3 .imged{padding-bottom: 4.04rem;}
.h6li4 .imged{padding-bottom: 7.38rem;}
.h6li5 .imged{padding-bottom: 4.4rem;}
.h6li5 .scale{position: absolute;right: 0;top: 0;z-index: 10;width: 65%;}
.h6li5 .img{width: 60%;height: 7.38rem;padding: 0.6rem 0 0 0.55rem;align-items: flex-start;background: url(../images/h6-p5.png) no-repeat bottom/cover;background-size: 100% 2.88rem;}
.h6li5 .img p{font-size: 0.24rem;color: #666;width: 0.15rem;line-height: 1.5;margin-left: .15rem;margin-top: .35rem;}




@media screen and (min-width: 1200px) {

}
@media screen and (max-width: 1024px) {
  .home6{padding: 0rem 0;}
  .home6 li h3{font-size: 0.4rem;}
}
@media screen and (max-width: 768px) {
  .home6-t .h6-t{width: 60%;margin: 0 auto;}
  .home6-t li{width: 50%;}
  .home6-b li:nth-child(1){width: 65%;}
  .home6-b li:nth-child(2){width: 35%;}
  .home6-b li:nth-child(3){width: 100%;}
  .home6 li h3{font-size: 0.26rem;}
  .home6-t li .imged{padding-bottom: 60%;}
  .h6li3 .imged{padding-bottom: 2rem;}
  .h6li4 .imged{padding-bottom: 5rem;}
  .h6li5 .imged{padding-bottom: 2rem;}
  .h6li3 .h6-t2{height:3rem;}
  .h6li5 .img{width: 60%;height: 4rem;}
  .h6li5 .img p{width: .8rem;}
}
@media screen and (max-width: 600px) {
.h6li5 .scale{width:60%;}
}

/* h7 */
.home7{width: 100%;padding: 1.4rem 0;}

.home7-t .imged{padding-bottom: 130%;}
.home7-t{position: relative;}
.home7-t li{clip-path: polygon(0 97%,0 0,100% 3%,100% 100%);transition: 0.5s;}
.home7-t li.swiper-slide-active+li,.home7-t li.swiper-slide-active+li+li+li{clip-path: polygon(0 100%,0 3%,100% 0%,100% 97%);}

.home7-t .arror{width: .19rem;height: 0.33rem;margin-top: 0;transform: translateY(-50%);border-radius: 0%;}
.home7-t .swiper-button-prev{left: -0.5rem;}
.home7-t .swiper-button-next{left: auto;right: -0.5rem;}
.home7-t .arror::after{display: none;}


@media screen and (min-width: 1025px) {
.index {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 99;
    background: #fff;padding-top: 1rem;
}
#header.xg2::before{background: #c21616;height: 100%;}

}
@media screen and (max-width: 1600px) {
  .home7-t{padding: 0 0.4rem;}
  .home7-t .arror{left: 0rem;}
  .home7-t .swiper-button-next{left: auto;right: 0rem;}
}
@media screen and (max-width: 1024px) {
  .home7{padding: 0.4rem 0 .4rem;}
}
@media screen and (max-width: 768px) {
  .home7-t li{clip-path: none !important;transition: 0.5s;}
}

@media screen and (max-width: 420px) {
  
}



/*  */
.footer{ position: relative; z-index: 10;background: #c21616;}

.footer dl{padding: 0.5rem 0 0.35rem;}
.footer dt{color: #fff;font-size: 0.24rem;line-height: 1.5;border-right: 1px solid #fff;padding: 0 0.3rem;}
.footer dt:last-child{border-right: none;}

.foot-t{align-items: revert;justify-content: space-between;position: relative;padding: 0rem 0 0.4rem;}
.foot-t .fot1 {width: 37%;}
.foot-t .fot2 {width: 28%;}
.foot-t .fot3 {width: 35%;}
.foot-t .fot2 .img {
    text-align: center;
}

.footer dt:hover{opacity: .8;}


.select{width: 2.08rem;position: relative;cursor: pointer;padding: 0 0.1rem;}
.select h2{font-size: 0.18rem;height: 0.45rem;align-items: center;padding: 0 .15rem;justify-content: space-between;border-radius: 0rem;background: rgba(255, 255, 255, 0.2);}
.select h2 p{color: #fff;white-space: nowrap;}
.select ul{background: #f8f8f8;height: 2rem;position: absolute;width: auto;left: 0;right: 0;padding: .15rem 0rem;z-index: 5;bottom: 100%;display: none;overflow-y: auto;}
.select li{font-size: 0.16rem;line-height: 0.32rem;color: #333;transition:0.5s;padding: 0 .15rem;text-align: center;}
.select h2 img{width: 0.11rem;}
.select li:hover{background:#c21616;color:#fff;}

.ul-iconsb1{justify-content:flex-end;}
.ul-iconsb1 li{padding-left: 0.28rem;}
.ul-iconsb1 .con{position:relative;cursor:pointer;}

.ul-iconsb1 .icon img{width:0.6rem;height: .6rem;}
.ul-iconsb1 .qrbox{bottom: 100%;transform: translateY(-30%) translateX(-50%);opacity:0;visibility:hidden;margin-bottom: .15rem;transition: 0.5s;position: absolute;width: 1.2rem;z-index: 10;height: auto;z-index: 100;left: 50%;}
.ul-iconsb1 .qrbox .qr{padding: .1rem;background: #fff;text-align: center;border-radius: .1rem;}
.ul-iconsb1 .qrbox::before{content:"";border-left:.08rem solid transparent;border-right:.08rem solid transparent;border-top:.1rem solid #fff;bottom: -0.1rem;transform: translateX(-50%);position: absolute;left: 50%;}
.ul-iconsb1 li:last-child .qrbox{left:auto;transform: translateX(0%) translateY(-30%);right: 0rem;}
.ul-iconsb1 li:last-child .qrbox::before{right: .2rem;left: auto;transform: translateX(0%);}
.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 .con:hover .qrbox{opacity:1;visibility:visible;transform: translateY(0%) translateX(-50%);}
.ul-iconsb1 li:last-child .con:hover .qrbox{transform: translateY(0%) translateX(0%);}              




.foot{padding: 0rem 0 0.6rem;text-align: center;}
.foot p{font-size: 0.16rem;line-height: 1.5;color: #fff;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.foot p span{display: inline-block;padding: 0 0.15rem;}
.foot p a{align-items: center;padding: 0 0.05rem;}
.foot p a img{display: inline-block;margin-left: 0.05rem;}

@media screen and (max-width: 1024px) {
  .footer::after{display:none;}
  .foot-t {padding: 0rem 0px 0.25rem;}
  .footer dl{padding: 0.3rem 0 0.25rem;}
  .footer dt{font-size: 0.18rem;padding: 0 0.15rem;margin-bottom: .15rem;}
}

@media screen and (max-width: 985px) {
.select {
    width: 1.88rem;
}
}


@media screen and (max-width: 842px) {
.select {
    width: 1.68rem;
}
}


@media screen and (max-width: 835px) {
 .ul-iconsb1 li {
    padding-left: 0.08rem;
}
}



@media screen and (max-width: 768px) {
  .foot-t .fot1 { width: 100%; text-align: center; justify-content: center;}
  .foot-t .fot3 { width: 100%;}
  .foot-t .fot2{width:100%;margin: 0.2rem 0;}
  .foot-t .fot2 ul{justify-content:flex-start;}
  .ul-iconsb1{justify-content:center;}
  .ul-iconsb1 li{padding: 0 0.1rem;}
  .select{width:48%;}
}
@media screen and (max-width: 420px) {
  
}



@media screen and (max-width: 1600px) {

  #header .right { padding-left: 7%; }
}
@media screen and (max-width: 1366px) {
  #header .right { padding-left: 5%; }
}
@media screen and (max-width: 1200px) {
  .header_box { display: none; }
  .m_header_box { display: block; }
  .swiper-box1 .imged { padding-bottom: 50%; }
  .swiper-box1 video{/* display: none; */}
}
@media screen and (max-width: 1024px) {
  .title .img { display: none; }

}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
  .txt1 { font-size: 0.2rem !important; }
  .p1 {font-size: 0.16rem !important;}
  .title { margin-bottom: 0.25rem !important; }
  .title h3 { font-size: 0.28rem !important; }
  .title .h3 {margin: 0px;padding-bottom: .16rem;}
  .title p{font-size: 0.16rem;}
  .title .h3::after{width: .9rem; height: .6rem;}
  .more{top: 0.1rem;}

  .title .more a {padding-right: 0rem;}
  .title .more a::after { width: 0.8rem; height: 0.22rem; }
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 420px) {
}
@media (min-width: 200px) {
  [aos="zoom-in"] { transform: scale(0.5); }
}
.pb_sys_style1 .p_no_d { color: rgb(255, 255, 255); border: 1px solid #d81b11 !important; background-color: #d81b11 !important; }
.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a { height: auto !important; padding: 0.03rem 0.12rem !important; line-height: 0.2rem !important; }
.pb_sys_common { font-size: 0.14rem !important; line-height: 0.4rem !important; margin: 0.5rem 0px !important; }