@charset "utf-8";

@font-face{ font-family:sy; src:url(/fonts/sySong.woff);}
@font-face{ font-family:geo; src:url(/fonts/georgia.ttf);}

.header_top{z-index: 1000;width: 100%;position: fixed;top: 0;left: 0;}
.header_top::after{width: 100%;height: 2.9rem;background: linear-gradient(180deg, rgba(0,0,0,.9) 0%, rgba(0,0,0, 0) 100%);bottom: auto;top: 0;}

.fixed .header_top::after{height:1.8rem;}
/* .fixed .header_top{background:#7d0000;} */
.header_top .wp{width: 14.4rem;}
.header_top .top{justify-content: space-between;height: 1.5rem;align-items: center;width: 100%;}
#logo{position: relative;}
.header_top #logo img{transition: .5s;max-width: 3.7rem;width: 3.7rem;}
.list_box1{flex:1;min-width: 0;padding-left: 10%;display: flex;flex-direction: column;align-items: flex-end;}
.list_box1 .top-t{align-items: center;justify-content: flex-end;}
.list_box1 .li{color: rgba(255,255,255,1);font-size: 0.16rem;display: flex;align-items: center;}
.list_box1 .li a{color: rgba(255,255,255,1);font-size: 0.16rem;/* padding: 0 0.15rem; */padding-left: .2rem;transition:0.5s;}
.list_box1 .li a:hover{transform:translateX(.05rem);}
.list_box1 .li:last-child a{padding:0 0 0 .1rem;}
.list_box1 .li:nth-child(5) a,.list_box1 .li:nth-child(8) a{padding-right:.2rem}
.list_box1 a img{display:inline-block;width: .42rem;}
.list_box1 a p{padding-left: 0.1rem;}
.list_box1 .ser .a{display:flex;align-items:center;justify-content: space-between;}
.list_box1 .li .input{width: calc(100% - .16rem);height: 100%;padding: 0 0.1rem 0 0rem;font-size: .16rem;color: #fff;line-height: .28rem;}
.list_box1 .li .serbtn {
    width: 0.16rem;
    background: url(/images/ser.png) no-repeat left center;
    background-size: 0.16rem;
    height: 100%;
}
.list_box1 .li .input::-webkit-input-placeholder{ color:#fff;}
.list_box1 .li .input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#fff; }
.list_box1 .li .input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#fff;}
.list_box1 .li .input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color:#fff;}


/* .banner #nav{position: absolute;bottom: 0;left: 0;} */
#nav{width: 100%;position: relative;z-index: 1000;max-width: 12rem;}
#nav ul{display: flex;justify-content: space-between;width: 100%;}
#nav ul li{z-index:0;position: relative;}
#nav ul li a{display: flex;padding: 0;position: relative;z-index: 2;height: 100%;align-items: center;}
#nav ul li h3{font-size: .20rem;color:#fff;line-height: .75rem;position:relative;transition: .36s;display: inline-block;padding: 0 0rem;font-weight: 600;}
#nav ul li .sub{position:absolute;top: 95%;background: rgba(255,255,255,.9);width: auto;left: 50%;z-index: 10000;transform: translateX(-50%) scaleY(0);visibility:hidden;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;transition: .5s;transform-origin: top;box-shadow: 0 0 10px rgba(0,0,0,.3);overflow: hidden;z-index: 1000;}
#nav ul li .sub:after{content: '';height: .02rem;width: 100%;position: absolute;left: 0;top: 0;background: #7d0000;}
#nav ul li .sub .box{/* padding: .2rem 0; */text-align:center;}
#nav ul li .sub a{padding: .05rem .16rem;line-height: .28rem;transition:.6s;font-size: .16rem;color: #333;text-align: center;white-space: nowrap;min-width: 160px;display: block;}
#nav ul li .sub a img{ margin: 0 .1rem 0 0; opacity: .2; transition: .5s}
#nav ul li .sub a:hover{background: #7d0000;color: #fff;}
#nav ul li:hover .sub{opacity: 1;visibility:visible;transform: translateX(-50%) scaleY(1);}
#nav ul li.on h3,#nav ul li:hover h3{font-weight: bold;/* color: #7d0000; */}
#nav ul li.on h3::after,#nav ul li:hover h3::after{opacity: 1;}

/*手机端开始*/
.m_header_box {transition: .6s;display: none;position: relative;z-index: 100000;}
.m_header_box header{padding: 0 0 0 0.15rem;height: .7rem;background: #7d0000;box-shadow: 0 3px 5px rgba(0,0,0,.05);position: fixed;top: 0;left: 0;right: 0;z-index: 100;display:flex;justify-content:space-between;align-items: center;}
.m_header_box header #logo{padding:0;width: 75%;margin: 0;}
.m_header_box header #logo img{max-height: .6rem;}
/*导航按钮开始*/
#nav_btn_box.on { background: none; }
#nav_btn_box{position:relative;width: .7rem;height: .7rem;display: flex;align-items: center;justify-content: center;z-index: 1;}
#nav_btn_box:before{content:"";position: absolute;z-index: -1;top: 0;right: 0;bottom: 0;left: 0;background: #fff;}
#nav_btn_box:after{content:"";position: absolute;z-index: -1;top: 0;left: -10px;border-right: #fff 10px solid;border-top: transparent .7rem solid;}
#nav_btn { cursor: pointer; text-align: center; z-index: 99999; -webkit-transition: .5s; outline: none; box-shadow: none; }
#nav_btn .point {display: inline-block;width: 0.40rem;height: 22px;position: relative;outline: none;}
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before { width: .28rem; }
#nav_btn .navbtn {position: absolute;top: 12px;left: 0;display: inline-block;width: 18px;height: 2px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #7d0000;}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0;display: inline-block;width: 24px;height: 2px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #7d0000;}
#nav_btn .navbtn::after { top: -8px; }
#nav_btn .navbtn::before { top: 8px; }
#nav_btn .point.on .navbtn {background: transparent;}
#nav_btn .point.on .navbtn::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0px; }
#nav_btn .point.on .navbtn::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 0px; }

.m_nav_list {flex-direction: column;/* justify-content: center; */width: 100%;height: 100%;overflow: auto;align-items: center;display: flex;background: rgba(255,255,255,.1);}
.m_nav_list::-webkit-scrollbar { display:none}
#m_nav {z-index: 99999;position: fixed;width: 100%;height: 100vh;right: -105vw;top: 0;display: none;padding: 70px 20px 30px;overflow: hidden;pointer-events: none;transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;background: #f7f7f7;background-size:cover;opacity: 0;visibility: hidden;}
#m_nav .close{position:absolute;top: 7px;right: 15px;left: 15px;font-size: 30px;color: #333;z-index: 10000;/* background: rgba(255,255,255,.1); */width: auto;height: 35px;border-radius: 0;display: flex;align-items: center;justify-content: flex-end;padding: 0 0;}
#m_nav.act {pointer-events: auto;right: 0;opacity: 1;visibility: visible;}

#m_nav .search_box input.submit{ background: #7d0000 url(/images/submit.svg) center no-repeat; background-size: .28rem;}
#m_nav .list_box0{text-align:center;width: 100%;justify-content: flex-start;margin: .2rem 0 0;flex-wrap: wrap;border-bottom: 1px solid #ddd;padding-bottom: .05rem;}
#m_nav .list_box0 .li{text-align: left;color: #7d0000;margin: 0 .12rem 0.15rem 0;font-size: 14px;padding: 0;min-width: 1rem;}
#m_nav .list_box0:last-child{border-bottom:none;}
#m_nav .old_rukou{margin:.24rem 0 0;width: 100%;}

.list_box_nav_mobile{width:100%;max-height: calc(100% - 250px);/* background: rgba(255,255,255,.1); */padding: 0 0 10px;overflow: hidden;overflow-y: auto;margin: 0;/* flex: 1; */}
.list_box_nav_mobile>li{width: 100%;overflow: hidden;padding: 0;position: relative;margin: 0 auto;}
.list_box_nav_mobile>li .con{ position:relative}
.list_box_nav_mobile>li .a{width: 100%;border-bottom: 1px solid #e2e2e2;line-height: .5rem;color: #333;padding: 0;font-size: 16px;display: flex;position: relative;transition:.5s;}
.list_box_nav_mobile>li i{opacity: 1;filter: alpha(opacity=100);display: inline-block;width: .64rem;height: .5rem;display: inline-block;background: url(/images/arrow_down.svg) center no-repeat;background-size: 15px 15px !important;position: absolute;display: block;right: 0;top: 2px;}
.list_box_nav_mobile>li.on1 i{transform: rotate(-180deg);-webkit-transform: rotate(-180deg);-moz-transform: rotate(-90deg);}

.list_box_nav_mobile>li.on .a{border-bottom: 1px solid #e2e2e2;}

/*三级导航 开始*/
.list_box_nav_mobile>li .list{padding:10px 0;border-bottom: 1px solid rgba(255, 255, 255, 0.1); display:none}
.list_box_nav_mobile>li .list a{display:block;font-size:13px;color: #666;line-height: 2.5;}
.nav_mask { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 888; background-color: rgba(0,0,0,0.4); display: none; }

/*顶部搜索*/
.wap_search{font-size:16px;border-radius: 5px;color:#fff;text-align:center;letter-spacing:2px;overflow:hidden;width: 100%;height: 85px;display: block;margin-bottom: 0.1rem;}
.wap_search .header-search{height:40px;border-radius:20px;background: rgb(255 255 255);position:relative;width: 3.68rem;margin: 10px auto;}
.wap_search .input{font-size: .16rem;color: #646464;height:40px;line-height:40px;padding: 0 .24rem;box-shadow:none;-webkit-appearance: none;float:left;border-right: 0;background: #fff;border-radius: 30px;/* background:none; */width: calc(100% - 40px);}
.wap_search .btn_blue{position:absolute;cursor:pointer;top:0;right:0;width: 40px;height:40px;line-height:40px;border:0;background: url(/images/submit.svg) center no-repeat #7d0000;background-size: .24rem;border-radius: 20px;}
.wap_search .btn_blue.fr{ background:#e9edef; color:#4e4f53;}
.wap_search input::-webkit-input-placeholder{ color:#999; }
.wap_search input::-moz-placeholder{   /* Mozilla Firefox 19+ */ color:#999; }
.wap_search input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */ color:#999; }
.wap_search input:-ms-input-placeholder{  /* Internet Explorer 10-11 */  color:#999; }/* WebKit browsers */
.wap_search input:focus::-webkit-input-placeholder {color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */}/* Mozilla Firefox 4 to 18 */
.wap_search input:focus:-moz-placeholder {color: transparent;}/* Mozilla Firefox 19+ */
.wap_search input:focus::-moz-placeholder {color: transparent;}/* Internet Explorer 10+ */
.wap_search input:focus:-ms-input-placeholder {color: transparent;}/* 点击搜索框获取焦点 placeholder消失-结束 */
/* pc搜索 */
.search_btn { cursor: pointer; }
.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: #006cb7; 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: #7d0000;background-repeat: no-repeat;background-position: center center;background-size: 0.4rem;background-image: url("/images/search-btn.svg");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.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-box .bottom-box { position: absolute; left: 0px; bottom: 5.1%; width: 100%; }
.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: #006cb7; 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.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); }
}

/* banner */
.main-visual-wrapper {width: 100%;position: relative;}
.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;}
.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;}
.main-visual-slider .imged::after{width: 100%;height: 30%;background: linear-gradient(0deg, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 97%);}

.swiper-box1 .cir{bottom: auto;z-index: 10;position: relative;}
.swiper-box1 .cir span{margin: 0px .1rem !important;width: 0.5rem;height: 0.04rem;opacity: .5;}
.swiper-box1 .cir .swiper-pagination-bullet-active{opacity: 1;background: #7d0000;}
.swiper-box1 .arrow{position: relative;bottom: auto;z-index: 10;}
.swiper-box1 .arror{width: 0.5rem;height: 0.5rem;position: relative;top: auto;left: auto;right: auto;margin: 0 0.05rem 0;/* border: 1px solid #fff; */border-radius: 50%;transition: 0.5s;}
.swiper-box1 .arror::after{color: #fff;font-size: 0.16rem;display:none}
/* .swiper-box1 .arror:hover{background:#fff;} */
.swiper-box1 .arror:hover:after{color:#7d0000}
.ban-b{width: 14.4rem;position: absolute;left: 50%;bottom: .3rem;transform: translateX(-50%);z-index: 10;display: flex;justify-content: space-between;max-width: 90%;align-items: center;}
@media screen and (max-width: 1024px) {
  .ban-b{width: 100%;padding: 0  15px;align-items: center;max-width: 100%;bottom: .2rem;}
}


/* home1 */

.home1{padding: 0.6rem 0 1rem;width: 100%;overflow:hidden;}

.title{margin-bottom: .4rem;align-items: center;position: relative;justify-content: space-between;}
.title .h3{padding-top: 0.28rem;}
.title h3{font-size: 0.4rem;color: #7d0000;margin-bottom: 0.1rem;font-family: sy;}
.title p{font-size: 0.18rem;color: #999999;font-family: sy;}
.title .h3::after{width:3.8rem;height: 1.08rem;background: url(/images/titbg.png) no-repeat;bottom: 0rem;left: 50%;bottom: auto;top: 0;transform: translateX(-50%);background-size:100% !important;}

.more{position: absolute;right: 0;top: 50%;transform: translateY(-30%);}
.more a{font-size: 0.16rem;transition: 0.5s;color: #111;align-items: center;font-weight: 500;}
.more a img{display: inline-block;margin-left: 0.1rem;width:0.3rem;}
.more a:hover{color:#7d0000;}
.home1-t{justify-content: space-between;align-items: flex-start;}
.home1-t .left{width: 66%;}
.home1-t .right{width: 32.3%;}


.home1-t li *{transition: 0.5s;}
.home1-t .h1-1 a{position: relative;display: block;}
.home1-t .h1-1 .scale{width: 100%;}
.home1-t .h1-1 .con{padding: 0 0.25rem .2rem;position: absolute;left: 0;bottom: 0;z-index: 10;width: 80%;}

.home1-t .h1-1 .imged{padding-bottom: 5.5rem;}
.home1-t .imged::after{background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 51, 131, 0) 100%);width: 100%;height: 35%;}


.home1-t .h1-1 h3{font-size: 0.18rem;color: #fff;line-height: 0.38rem;margin-top: 0.1rem;}
.home1-t .h1-1 p{color: #fff;font-size: 0.16rem;font-family: 'sy';}
.home1-t .h1-1 p span{display: inline-block;color: #fff;padding-right: 0.1rem;font-size: 0.24rem;font-family: 'sy';}

.home1-t .arrow{position: absolute;bottom: 0.3rem;right: .45rem;z-index: 10;}
.home1-t .arror{width: 0.28rem;height: 0.28rem;position: relative;top: auto;left: auto;right: auto;margin: 0 0.1rem 0;opacity: .7;transition: 0.5s;}
.home1-t .arror::after{color: #fff;font-size: 0.24rem;display: none;}
.home1-t .arror:hover{opacity:1}
.home1-t .h1-1 .imged{padding-bottom: 5.58rem;}
.home1-t .right .imged{padding-bottom: 2.64rem;}
.home1-t .right li{margin-bottom: 0.3rem;box-shadow: 0px 6px 0.2rem 0px rgba(0, 0, 0, 0.1);}
.home1-t .right li a{display: block;position: relative;}
.home1-t .right li h3{width: 100%;position: absolute;left: 0;bottom: 0;padding: 0 0.2rem 0.15rem;color: #fff;font-size: 0.18rem;z-index: 10;}

.hlist li *{transition: 0.5s;}
.hlist li a{padding: 0.27rem 0rem;align-items: center;border-bottom: 1px solid #ddd;}
.hlist li a::after{height: 1px;bottom: -1px;background: #7d0000;}
.hlist li h3{font-size: 0.18rem;color: #333;line-height: 0.28rem;flex: 1;padding:0  0.1rem 0 0.2rem;min-width: 0;}
.hlist li p{font-size: 0.16rem;line-height: 0.24rem;color: #666;width: 1.02rem;text-align: right;}
.hlist li h3::after{width: 0.05rem;height: 0.1rem;background-size: 100%;bottom: auto;top: 50%;transform: translateY(-50%);opacity: .2;}
.hlist li:first-child a{padding-top: 0;}
.h1-b{margin-top: 0.15rem;}
.h1-b li *{transition: 0.5s;}
.h1-b ul{margin: 0 -0.15rem;}
.h1-b li{width: 33.3%;padding: 0 0.15rem;}
.h1-b li a{display: block;height: 1.8rem;background: #fff;border-bottom: 0.04rem solid #7d0000;padding: 0.25rem;box-shadow: 0px 6px 0.2rem 0px rgba(0, 0, 0, 0.1);}

.h1-b li p{font-size: 0.16rem;color: #7d0000;font-style: italic;font-weight: 600;font-family: 'sy';}
.h1-b li h3{font-size: 0.18rem;color: #000;margin: 0.15rem 0;/* font-weight: 600; */}
.h1-b li h4{font-size: 0.16rem;color: #666;line-height: 0.26rem;max-height: 0.52rem;}

@media screen and (min-width: 1200px) {
  .h1-b li a:hover h3{font-weight: bold;color: #7d0000;}
  .home1-t a:hover h3{transform:translateX(.1rem);}

}
@media screen and (max-width: 1024px) {
  .home1{padding: 0.2rem 0 0.2rem;}
  .home1-t .left{width: 100%;}
  .home1-t .right{width: 100%;margin-top: 0.2rem;}
  .home1-t .h1-1 .imged{padding-bottom: 60%;}
  .hlist li a{padding: .15rem 0;}
  .home1-t .h1-1 .imged{padding-bottom: 60%;}
  .home1-t .right .imged{padding-bottom: 60%;}
  .h1-b ul{margin: 0 -0.1rem;}
  .h1-b li{width: 33.3%;padding: 0 0.1rem;}
  .home1-t .right ul{display:flex;justify-content:space-between;flex-wrap:wrap;margin:0 -.1rem;}
  
  .home1-t .right li{width: 50%;padding: 0 .1rem;}
  .h1-b li h4{display:none}
  .h1-b li a{height: auto;background: none;padding: 0rem 0 .1rem;border-bottom: 1px solid #ddd;box-shadow: none;}
  .h1-b li h3{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space:pre-wrap;
    line-height: 1.5;
    margin: .15rem 0 0;
    position: relative;padding-left:.1rem;
    }
    .h1-b li h3:after{width:2px;height:.2rem;background:#7d0000;position:absolute;content:"";left:0;top:0.02rem}
}
@media screen and (max-width: 768px) {
  .h1-b li{width: 100%;margin-bottom: 0.25rem;}
  .home1-t .arrow{right:.1rem;bottom:.15rem;}
  .home1-t .h1-1 .con{padding:0 .2rem .1rem;}
  .home1-t .arror{width:.2rem;}

}


/* home2 */
.home2{padding: 0.75rem 0 1rem;overflow: hidden;z-index: 2;}
.home2::after{width: 100%;height: 100%;top: 0;bottom: auto;background: url(/images/hbg2.png) no-repeat;background-size: 100%;}
.home2 .title{margin-bottom:.5rem;}
.home2-t{/* padding: 0 5%; */}
.home2-t .wp{width: 18rem;}

.home2-t li a{display:block;}
.home2-t li .con{height: 2.4rem;padding: 0.25rem 0.3rem;background: #fff;}
.home2-t li p{font-size: 0.18rem;color: #7d0000;}
.home2-t li h3{font-size: 0.18rem;line-height: 0.3rem;color: #000;margin: 0.2rem 0;}
.home2-t li h4{font-size: 0.16rem;line-height: 0.26rem;color: #666666;max-height: 0.78rem\0;}
.home2-t li h5{align-items: center;flex-wrap: nowrap;font-size: 0.16rem;color: #494949;margin-bottom: .1rem;}
.home2-t li h5 span{/* margin-bottom: 0.1rem; */width: 0.16rem;height: 0.18rem;display: flex;align-items: center;justify-content: center;margin-right: 0.1rem;}

.home2-t li a{display: block;border-radius: 0.2rem;box-shadow: 0px 0.06rem 0.1rem 0px rgba(0, 0, 0, 0.1);overflow: hidden;}
.home2-t li .imged{padding-bottom: 70%;}
.slide-hc {perspective: 1000px;touch-action: pan-y;padding: .28rem .35rem}
.slide-hc .swiper-slide ,.slide-hc,.slide-hc .swiper-wrapper{transform-style: preserve-3d;}

.slide-hc li.swiper-slide-active{transform: translateX(0rem) translateZ(0px) rotateY(35deg)  scale(.9,1);transition: .5s;transform: translateX(0px) translateZ(0px) rotateY(0deg)  scaleX(1)\0;}

.slide-hc li.swiper-slide-active+li{transform: translateX(0.07rem) translateZ(0px) rotateY(20deg)  scale(.9,.9);transition: .5s;transform: translateX(0px) translateZ(0px) rotateY(0deg)  scaleX(1)\0;}
.slide-hc li:nth-child(6){transform: translateX(-.07rem) translateZ(0px) rotateY(-20deg) scale(.9,.9);transition: .5s;transform: translateX(0px) translateZ(0px) rotateY(0deg)  scaleX(1)\0;}

.slide-hc li:nth-child(8){transform: translateX(0rem) translateZ(0px) rotateY(-35deg) scale(.9,1);transition: .5s;transform: translateX(0px) translateZ(0px) rotateY(0deg)  scaleX(1)\0;}






@media screen and (min-width: 1200px) {
  .home2-t li a:hover h3,.home2-t li a:hover h4{color: #7d0000;}
}
@media screen and (min-width: 2500px){
  .slide-hc li.swiper-slide-active{transform: translateX(0rem) translateZ(0px) rotateY(35deg)  scale(.75,1);transition: .5s;transform: translateX(0px) translateZ(0px) rotateY(0deg)  scaleX(1)\0;}

.slide-hc li.swiper-slide-active+li{transform: translateX(0.07rem) translateZ(0px) rotateY(20deg)  scale(.85,.9);transition: .5s;transform: translateX(0px) translateZ(0px) rotateY(0deg)  scaleX(1)\0;}
.slide-hc li:nth-child(6){transform: translateX(-.07rem) translateZ(0px) rotateY(-20deg) scale(.85,.9);transition: .5s;transform: translateX(0px) translateZ(0px) rotateY(0deg)  scaleX(1)\0;}

.slide-hc li:nth-child(8){transform: translateX(0rem) translateZ(0px) rotateY(-35deg) scale(.75,1);transition: .5s;transform: translateX(0px) translateZ(0px) rotateY(0deg)  scaleX(1)\0;}
}
@media screen and (min-width: 3200px){
  .slide-hc li.swiper-slide-active{transform: translateX(0rem) translateZ(0px) rotateY(35deg)  scale(.65,1);transition: .5s;transform: translateX(0px) translateZ(0px) rotateY(0deg)  scaleX(1)\0;}

.slide-hc li.swiper-slide-active+li{transform: translateX(0.07rem) translateZ(0px) rotateY(20deg)  scale(.8,.9);transition: .5s;transform: translateX(0px) translateZ(0px) rotateY(0deg)  scaleX(1)\0;}
.slide-hc li:nth-child(6){transform: translateX(-.07rem) translateZ(0px) rotateY(-20deg) scale(.8,.9);transition: .5s;transform: translateX(0px) translateZ(0px) rotateY(0deg)  scaleX(1)\0;}

.slide-hc li:nth-child(8){transform: translateX(0rem) translateZ(0px) rotateY(-35deg) scale(.65,1);transition: .5s;transform: translateX(0px) translateZ(0px) rotateY(0deg)  scaleX(1)\0;}
}
@media screen and (max-width: 1200px){
  .home2-t{/* padding: 0 15px; */}
   
}
@media screen and (max-width:1024px){
     .home2{padding: 0.2rem 0 0rem;}
     .slide-hc {perspective: 1000px;touch-action: pan-y;padding: 0rem 0rem .3rem}
     .slide-hc li{transform: translateX(0rem) translateZ(0px) rotateY(0deg)  scale(1,1) !important;transition: .5s;padding: 0 0.1rem;}

}
@media screen and (max-width:768px){
.home2-t li .con{height:2rem;}
.home2-t .wp{width:100%;}
}
@media screen and (max-width:420px){
   
}

/* home3 */
.home3{padding: 0rem 0 1.8rem;}
.home3::after{width: 100%;height: 7.6rem;bottom: 0rem;background: url(/images/hbg3.png) no-repeat bottom;background-size: 100%;}
.home3 .title .h3,.home4 .title .h3,.home6 .title .h3{margin: 0 auto;text-align: center;}

.home3-t{position: relative;align-items: center;}
.home3-t .left{width: 4.4rem;}
.home3-t .right{width: calc(100% - 4.4rem);padding-left: 0.75rem;}
.home3 li .imged{padding-bottom: 100%;border-radius: 50%;}
.home3 li .scale{border-radius: 50%;}
.home3-t li{opacity: 0 !important;}
.home3-t li.swiper-slide-active{opacity: 1 !important;}
.home3-b .h3-s2 li,.home3-b .h3-s1 li{opacity: 0 !important;}
.home3-b .h3-s2 li.swiper-slide-active,.home3-b .h3-s1 li.swiper-slide-active{opacity: 1 !important;}
.h3-s2 li .con{padding-left: 0.15rem;}
.h3-s2 li .con::after{width: 0.05rem;height: 0.7rem;background: #7d0000;bottom: auto;top: 0;}
.h3-s2 li h3{font-size: 0.32rem;color: #000;}
.h3-s2 li h4{font-size: 0.2rem;color: #666;margin: 0.15rem 0;}
.h3-s2 li p{font-size: 0.16rem;color: #666;line-height: 0.32rem;max-height: 1.28rem;margin-bottom: 0.2rem;/* font-weight: 500; */}
.h3-s2 li span{font-size: 0.16rem;color: #7d0000;}
.h3-s3 li *{transition: 0.5s;}
.h3-b{margin-top: 0.55rem;position: relative;}
.h3-s3{position: relative;}
.h3-s3 li a{display: block;text-align: center;padding-right: .05rem;}
.h3-s3 li .pis{border-radius: 50%;padding: 0.15rem;}
.h3-s3 li p{font-size: 0.2rem;color: #000;line-height: 0.26rem;margin-top: 0.2rem;}
.home3-b .h3-s3{padding: 0.4rem .5rem 0;width: 91%;}
.h3-b .h3-s3 li.swiper-slide-active a{padding-top: 0.45rem;}
.h3-b .h3-s3 li.swiper-slide-active+li a{padding-top: 0.25rem;}
.h3-b .h3-s3 li.swiper-slide-active+li+li+li a{padding-top: 0.25rem;}
.h3-b .h3-s3 li.swiper-slide-active+li+li+li+li a{padding-top: 0.45rem;}

.home3 .arror{width: 0.5rem;height: 0.5rem;margin: 0rem 0;border: 1px solid #7d0000;border-radius: 50%;top: 45%;left: -0.7rem;}
.home3 .swiper-button-next{left: auto;right: -0.7rem;}
.home3 .arror::after{color: #7d0000;font-size: 0.22rem;font-weight: bold;display:none}
/*  */
.home3-b{justify-content: space-between;}
.home3-b .title{margin-bottom: 0.65rem;}
.home3-b .title .h3{margin: 0;text-align: left;}
.home3-b .title .h3:after{transform:translateX(-60%);}
.home3-b .left{width: calc(100% - 4.6rem);padding-right: 1.1rem;}
.home3-b .right{width: 4.6rem;padding-top: .6rem;}
.home3-b .h3-s1::before{content: "";position: absolute;width: 4.8rem;height: 4.8rem;border-radius: 50%;border: 1px dashed #7d0000;opacity: .20;left: -0.3rem;top: -0.25rem;animation:play 40s linear infinite;}
.home3-b .h3-s1::after{width: 4.8rem;height: 4.8rem;border-radius: 50%;border: 1px dashed #7d0000;opacity: .20;bottom: auto;top: 0;animation:play2 40s linear infinite;}



.home3-b .h3-s1 li a{ box-shadow: 0px 6px 18px 0px rgba(13, 13, 13, 0.2);}
.h3-s2 h3 b{display: inline-block;padding-left: 0.2rem;font-size: 0.16rem;color: #666666;font-weight: normal;}
.home3-b .h3-s2 .con{padding-left: 0;}
.home3-b .h3-s2 h3{margin-bottom: 0.2rem;}
.home3-b .h3-s3 li .pis{border-radius: 50%;padding: 0.05rem;}
.home3-b .h3-s3 li.swiper-slide-active .pis{background: #7d0000;}
.home3-b .h3-b{padding: 0 0.45rem;}
.home3-b .h3-s3 li:hover .pis{background: #7d0000;}
.home3 .home3-b .arror{width: 0.24rem;height: 0.25rem;margin: 0rem 0;top: 45%;left: 0rem;border: none;opacity: .3;font-weight: bold;transition: 0.5s;}
.home3 .home3-b .swiper-button-next{left: auto;right: 0rem;}
.home3 .home3-b .arror:hover{opacity: 1;}
.home3 .home3-b .arror img{width:100%;}
@media screen and (min-width:1200px){
  .h3-s3 li a:hover .pis{box-shadow: 0px 0.06rem 0.2rem 0px rgba(0, 0, 0, 0.1);background: #fff;}
  .h3-s3 li a:hover p{color: #7d0000;}
}
@media screen and (max-width:1200px){
  .h3-b{padding: 0 0.5rem;}
  .home3 .arror{width: 0.35rem;height: 0.35rem;left: 0;}
  .home3 .swiper-button-next{left: auto;right: 0rem;}
  .home3-b .left{width: calc(100% - 4rem);padding-right: .6rem;}
  .home3-b .right{width: 4rem;}
  .home3-b .h3-s1::before,.home3-b .h3-s1::after{display: none;}
}

@media screen and (max-width:1024px){
     .home3{padding: 0rem 0 .4rem;}
     .h3-s3 li a{padding-top: 0 !important;}
     .h3-s3 li a .pis{padding: 0;}
     .h3-s2 h3 b{/* width:100%; */padding:0;padding-left: 0.2rem;margin-top:.2rem;}
}
@media screen and (max-width:768px){
  .home3 .title .h3,.home4 .title .h3{margin: 0;text-align: left;}
  .home3-t .left{width: 3rem;}
  .home3-t .right{width: calc(100% - 3rem);padding-left: 0.3rem;}
  .home3-b .left{width: calc(100%);padding-right: 0rem;}
  .home3-b .right{width: 3rem;order: -1;display: none;}
  .h3-s2 li h3{font-size:.26rem;}
}
@media screen and (max-width:480px){
  .home3-b .h3-s3{padding:0 1rem;}
  .home3-t .left{width: 3rem;margin: 0 auto;}
  .home3-t .right{width: 100%;margin-top: 0.2rem;}
}
/* home4 */





/* home4 */
.home4{width: 100%;padding: 0rem 0 1.1rem;}
.home4 .wp{width:16.6rem;}
.home4-t{position: relative;}
.home4-t .imged{padding-bottom: 55%;}
.home4-t .arror{width: 0.5rem;height: 0.5rem;border-radius: 50%;/* border: 1px solid #7d0000; */margin-top: 0;transform: translateY(-50%);transition: 0.5s;}
.home4-t .swiper-button-prev{left: -0.7rem;}
.home4-t .swiper-button-next{right: -0.7rem;}
/* .home4-t .arror:hover{background: #7d0000;border: 1px solid #7d0000} */
.home4-t .arror::after{font-size: 0.18rem;color: #7d0000;font-weight: bold;display:none;}
.home4-t .arror:hover::after{color: #fff;}
@media screen and (max-width:1660px){
.home4 .wp{width:83%;}
/*   .home4-t{padding: 0 0.6rem;}
  .home4-t .swiper-button-prev{left: 0rem;}
  .home4-t .swiper-button-next{right: 0rem;} */
}
@media screen and (max-width:1024px){
  .home4{padding: 0rem 0 .2rem;}
  .home4-t .arror{width: 0.35rem;height: 0.35rem;}
  .home4 .wp{width:100%;}
  .home4-t{padding: 0 0.6rem;}
  .home4-t .swiper-button-prev{left: 0rem;}
  .home4-t .swiper-button-next{right: 0rem;}
}

/* home5 */
.home5{padding: 1rem 0 .3rem;position: relative;/* overflow: hidden; */}
.home5::after{width: 4.2rem;height: 4.57rem;background: url(/images/hbg5.png) no-repeat top/cover;bottom: auto;top: -.4rem;right: 0;left: auto;}
.home5 .title{margin-bottom:.55rem}
.home5-t{position: relative;}
.home5-t li *{transition: 0.5s;}
.home5-t .left{width: 45%;}
.home5-t .right{width: 55%;/* padding-left: 0.2rem; */}
.home5-t ul{/* margin: 0 -0.015rem; */}
.home5-t li{margin-bottom: 0.2rem;padding: 0 0.1rem;width: 50%;position: relative;}
.home5-t li a{position: relative;display: block;}

.home5-t li .con{padding: 0rem .2rem 0.15rem;position: absolute;left: 0;bottom: 0;width: 100%;z-index: 10;}
.home5-t li h3{color: #fff;font-size: 0.28rem;margin-bottom: 0.17rem;align-items: center;}
.home5-t li p{font-size: 0.18rem;color: #fff;line-height: 1.5;}
 .home5-t .right li{text-align:center}

.home5-t li .imged::after{width: 100%;height: 50%;background: linear-gradient(0deg, rgba(0,0,0,.8) 0%, rgba(0, 0, 0, 0) 97%);}

/*.home5-t .left li:last-child{width: 100%;}
.home5-t .right li:first-child{width: 100%;}
.home5-t .left .imged{padding-bottom: 2.6rem;}
.home5-t .left li:last-child .imged{padding-bottom: 4.2rem;}
.home5-t .right li .imged{padding-bottom: 3.5rem;}
.home5-t .right li:first-child .imged{padding-bottom: 4.8rem;}
.home5-t .right li a::after{width: 1.56rem;height: 0.39rem;background: url(/images/h5-c.png) no-repeat;background-size: 100%;left: auto;right: 0.3rem;bottom: -0.2rem;} */
/*  */
.home55{padding: 0 0 0.3rem;}
.home55 .wp{position:relative;}
.home5-t2 .left{width: 48%;}
.home5-t2 .right{width: 52%;padding-top: 2.05rem;background: #f2f2f2;}
.home55 .title{padding: 0rem 0 0 0rem;width: 45%;left: 52%;top: 0.35rem;position: absolute;z-index: 10;}
.home5-t2 .right li{margin-bottom: 0.03rem;padding: 0 0.015rem;width: 50% !important;}
.home5-t2 .left li{width: 100%;padding: 0 0.015rem;margin-bottom: 0;}
.home5-t2 .left li:nth-child(1){width: calc(100% + 13vw);left: -13vw;}
.home5-t2 .left li.two{margin-top: -1.28rem;/* border: 2px solid #fff; */}
.home5-t2 .left li:nth-child(1) .imged{padding-bottom: 6.6rem;}
.home5-t2 .left li.two .imged{padding-bottom: 5.19rem;}
.home5-t2 li p{text-align: center;}
.home5-t2 .left li:nth-child(1) .con{bottom: 1.45rem;left: 20%;width: auto;right: 0;}
.home5-t li h3 img{display: inline-block;margin-right: 0.1rem;width: 0.29rem;}
.home5-t2 .left li:nth-child(1) p{text-align: left;}
.home5-t2 .right li.fir{width: 100% !important;}
.home5-t2 .right li .imged{padding-bottom: 2.8rem !important;}

.home5-t2 .right li h4{display: flex;align-items: center;justify-content: center;color: #7d0000;font-size: 0.32rem;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 10;}
.home5-t2 .right li h4 img{display: inline-block;margin-right: 0.1rem;width: 0.29rem;}
.home5-t2 .right li:last-child .imged::after{width: 100%;height: 100%;background: #fff;opacity: .5;}
.h5-ph{display: none;justify-content: space-between;}
.h5-ph dl{justify-content: center;margin-bottom: 0.3rem;}
.h5-ph dt{padding: 0 0.15rem;align-items: center;cursor: pointer;}

.h5-ph dt span{display: flex;align-items: center;justify-content: center;width: 0.55rem;height: 0.55rem;border: 1px dashed #ccc;border-radius: 50%;}
.h5-ph dt p{font-size: 0.22rem;color: #666;flex: 1;min-width: 0;padding-left: 0.15rem;}
.h5-ph dt span img{max-width: 0.26rem;}
.h5-ph dt span .img2{display: none;}
.h5-ph dt.on span{border: 1px dashed #7d0000;}
.h5-ph dt.on p{color: #7d0000;}
.h5-ph dt.on .img2{display: block;}
.h5-ph dt.on .img1{display: none;}

.h5-ph .left{width: 48.5%;}
.h5-ph .right{width: 48.5%;padding-left: 0;}
.h5-ph .tab{display: none;}
.h5-ph .tab:first-child{display: block;}
.h5-ph ul{justify-content: space-between;}
.h5-ph li{margin-bottom: .2rem;width: 50%;}
.h5-ph li:first-child{width: 100%;}

.h5-ph li .scale{border-radius: 0.1rem;}
/* .h5-ph .left .ph1 .imged{padding-bottom: 3.6rem;}
.h5-ph .left .ph2 .imged{padding-bottom: 2.6rem;}
.h5-ph .left .ph3 .imged{padding-bottom: 2rem;}
.h5-ph .right .ph1 .imged{padding-bottom: 2.2rem;}
.h5-ph .right .ph2 .imged{padding-bottom: 2.2rem;}
.h5-ph .right .ph3 .imged{padding-bottom: 3.8rem;} */
.h5-ph .imged{border-radius: 0.1rem;padding-bottom: 65%;}
.h5-ph li .con p{text-align: center;}
.h5-ph .left .ph1 .imged{padding-bottom: 130%;}
.h5-ph .left .ph2 .imged{padding-bottom: 110%;}
.h5-ph .left .ph3 .imged{padding-bottom: 63%;}
.h5-ph .right .ph1 .imged{padding-bottom: 86.5%;}
.h5-ph .right .ph2 .imged{padding-bottom: 86.5%;}
.h5-ph .right .ph3 .imged{padding-bottom: 130%;}


@media screen and (min-width:1025px){

}

@media screen and (max-width:1024px){
    .home5{padding: 0.2rem 0 0rem;}
    .home5-t2 .left li:nth-child(1){width: calc(100%);left: 0vw;}
    .home5-t2 .left li:nth-child(1) .con{bottom: 1.65rem;left: 3%;width: auto;right: 0;}
}

@media screen and (max-width:768px){
  .home5::after{display: none;}
  /* .home5-t .left{width: 100%;}
  .home5-t .right{width: 100%;padding-left: 0;padding-top:0;}
  .home5-t .right li:first-child .imged{padding-bottom: 65%;}
  .home5-t .left li:last-child .imged{padding-bottom: 60%;}
  .home5-t .right li .imged{padding-bottom: 85%;}
  .home5-t .left .imged{padding-bottom: 60%;}
  .home55 .title{position:relative;width:100%;top:0;left:auto;}
  .home55 .right{margin-top:.03rem;}
  .home5-t2 .left li.two{margin-top: 0rem;}
  .home5-t2 .left li:nth-child(1) .con{bottom: 0rem;left: 0%;width: auto;right: 0;}
  .home5-t2 .left li:nth-child(1) .imged{padding-bottom: 60%;}
  .home5-t2 .left li.two .imged{padding-bottom: 60%;} */
  .home55 .title{position:relative;width: 100%;left: auto;top: auto;}
  .home5-t2{display: none;}
  .h5-ph{display: block;}
}
@media screen and (max-width:440px){
  /* .h5-ph .left .ph1 .imged{padding-bottom: 2.6rem;}
.h5-ph .left .ph2 .imged{padding-bottom: 2.2rem;}
.h5-ph .left .ph3 .imged{padding-bottom: 1.5rem;}
.h5-ph .right .ph1 .imged{padding-bottom:1.9rem;}
.h5-ph .right .ph2 .imged{padding-bottom: 1.8rem;}
.h5-ph .right .ph3 .imged{padding-bottom: 2.6rem;} */

}

/*  */
.home6{width: 100%;padding: 1.4rem 0rem 1.6rem;overflow: hidden;}
.home6::after{width: 100%;height: 100%;background: url(/images/hbg6.png) no-repeat top;background-size: 100%;}
.home6-t{position: relative;height: 4.7rem;}
.home6-t .tab{position: absolute;width: 100%;left: 0;top: 0;opacity: 0;visibility: hidden;}
.home6-t .tab.on{opacity: 1;visibility: visible;z-index: 10;position: relative;}

.h6-t{justify-content: space-between;}
.h6-t .left{width: 48%;}
.h6-t .right{width: 48%;}

.h6-t .swiper-container{perspective: 1000px;touch-action: pan-y;padding: .28rem 0rem;}
.h6-t .swiper-slide,.h6-t .swiper-container,.h6-t .swiper-wrapper{transform-style: preserve-3d;}

.h6-t li .con{align-items: center;opacity: 0;margin-top: 0.2rem;display: none;}
.h6-t .right li .con{justify-content: flex-end;}
.h6-t li .con img{width:.26rem}
.h6-t li.swiper-slide-active{z-index: 10;}
.h6-t li.swiper-slide-active .con{opacity: 1;display: flex;}
.h6-t li h3{/* flex: 1; *//* min-width: 0; */padding-left: 0.1rem;color: #333;font-size: 0.2rem;max-width: calc(100% - .26rem);}
.h6-t li{width:5.37rem;}
.h6-t li a{display: block;}
.h6-t li .imged{padding-bottom: 70%;}
/* .h6-t .left li{transform: translateX(0rem) translateZ(0px) rotateY(35deg)  scale(.9,1);transition: .5s;transform: translateX(0px) translateZ(0px) rotateY(0deg)  scaleX(1)\0;}
.h6-t .right li{transform: translateX(0rem) translateZ(0px) rotateY(-35deg)  scale(.9,1);transition: .5s;transform: translateX(0px) translateZ(0px) rotateY(0deg)  scaleX(1)\0;} */

.h6-t .left li .scale{clip-path: polygon(0 100%,0 0,100% 10%,100% 90%);}
.h6-t .right li .scale{clip-path: polygon(0 100%,0 0,100% 10%,100% 90%);}
/* .h6-t .right li .scale{clip-path: polygon(0 90%,0 10%,100% 0%,100% 100%);} */

.h6-t .left li .con{
    transform: rotate(-4deg);
    transform-origin: left;
    transform: rotate(0deg)\0;
}
.h6-t .right li .con{
    transform: rotate(4deg);
    /* transform-origin: right; */
}
.h6-t .right .swiper-container{transform: rotateY(180deg);}
.h6-t .right li .con{transform: rotate(-4deg) rotatey(180deg);text-align: right;width: auto;margin: 0;transform: rotate(0deg) rotatey(180deg)\0;margin-top: 0.2rem\0;}
.h6-b{/* margin-top: 0.35rem; */}
.h6-b ul{justify-content: center;}
.h6-b li{margin: 0 0.1rem;}
.h6-b li p{width: 0.7rem;height: 0.7rem;cursor: pointer;}
.ul-iconsb1 .con{position:relative;cursor:pointer;}
.ul-iconsb1 .con:hover .qrbox{opacity:1;visibility:visible;transform: translateY(0%) translateX(-50%);}
.ul-iconsb1 .icon{width: 0.5rem;height: .5rem;border-radius: 50%;}
.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%;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::before{content:"";border-left:.08rem solid transparent;border-right:.08rem solid transparent;border-bottom:.1rem solid #fff;bottom: -0.1rem;transform: translateX(-50%) rotateX(180deg);position: absolute;left: 50%;}
.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;}
@media screen and (min-width: 1200px) {

 
}
@media screen and (max-width: 1024px) {
  .home6{padding: 0.2rem 0 .4rem;}
  .h6-t .left li .scale{/* clip-path: none; */}
  .h6-t .right li .scale{/* clip-path: none; */}
  .home6-t{height: auto;}
  .h6-t .left li .con{/* transform:rotate(0) !important; */}
  .h6-t .right li .con{/* transform: rotate(0deg) rotatey(180deg); */margin-top: .1rem;}
  .h6-t li{width: 5rem;}
  .h6-t .swiper-container{padding: 0 0 .15rem;}
}
@media screen and (max-width: 768px) {
  .h6-b li p{width: 0.45rem;height: 0.45rem;}
  .h6-t li{width: 3rem;}
  .h6-t .left{width: 49%;}
  .h6-t .right{width: 49%;}
  .h6-b{margin-top:.1rem;}
}
@media screen and (max-width: 500px) {
  .h6-t li{width: 2.2rem;}
}

@media screen and (max-width: 410px) {
  .h6-t li{width: 2.1rem;}
}
@media screen and (max-width: 390px) {
  .h6-t li{width: 2.1rem;}
}

/* footer */
.footer{width: 100%;background: #3c3c3c;}
.footer::after{width: 5.35rem;height: .59rem;background: url(/images/f-bg.png) no-repeat bottom;background-size: 100%;bottom: 100%;left: 50%;transform: translateX(-50%);}
.foot-t{padding: .5rem 0 0.2rem;align-items: flex-start;}
.foot-t ul{color: #fff;line-height: 0.3rem;align-items:center;flex: 1;min-width: 0;}
.footer .tg{width:1.26rem;}

.foot-t li{color: #fff;/* padding: 0 0.15rem; */font-size: 0.16rem;width: 20%;padding-right: 0.25rem;margin-bottom: 0.25rem;}
.foot-t li a{display: flex;align-items: center;justify-content: center;color: #fff;border: 1px solid rgba(255,255,255,.1);height: 0.5rem;}
.foot-t li img{width: 0.17rem;display: inline-block;margin-right: 0.1rem;}
.foot-t li:nth-child(1) a{background: #7d0000;}


.foot-b{padding: 0.3rem 0;border-top: 1px solid rgba(255, 255, 255, 0.1);}
.foot-b .wp{justify-content: space-between;align-items: center;}
.foot-b .fot-1{width: 30%;}
.foot-b .fot-2 {width: 55%;}
.foot-b .fot-2 ul{justify-content:space-between;}
.foot-b .fot-2 li{align-items: center;width:50%;margin-bottom: 0.2rem;}
.foot-b .fot-2 li:last-child{width:100%;}
.foot-b .fot-2 li:nth-child(2){justify-content:flex-end;}
.foot-b .fot-2 .span{width: 0.22rem;height: 0.25rem;display: flex;align-items: center;justify-content: center;}
.foot-b .fot-2 p{font-size: 0.16rem;color: #fff;line-height: 0.3rem;/* flex: 1; *//* min-width: 0; */padding-left: 0.1rem;}
.foot-b .fot-2 p strong{font-size: 0.18rem; font-weight:500;}
.foot-b .fot-2 span img{max-width:.22rem;max-height:.25rem;}
.foot-b .tg{display: none;}

.foot{padding: 0.2rem 0;text-align: center;background: #7d0000;}
.foot p{font-size: 0.14rem;line-height: 1.5;color: #fff;align-items: center;justify-content: center;display: flex;flex-wrap: wrap;}
.foot p a{display: flex;padding: 0 0.1rem;align-items: center;}
.foot p img{display: inline-block;margin-right: 0.1rem;}

.rightFix{position: fixed;right: 0.2rem;top: 50%;transform: translateY(-50%);z-index: 1000000; display:none !important;}
.rightFix p{color: #fff;font-size: 0.2rem;text-align: center;width: 1.42rem;padding-bottom: 0.15rem;}
.rightFix p a{font-family: sy;}
.rightFix p::after{height: 0.82rem;background: url(/images/sd.png) no-repeat;background-size: 100% 100%;width: 100%;}


@media screen and (min-width:1025px){
  .foot-t li a:hover{background: #7d0000;}
}
@media screen and (max-width:1200px){
  .foot-b .fot-2{width:60%}
}
@media screen and (max-width:1024px){
  .rightFix{display: none !important;}
  .footer::after{display: none;}
   .foot-t{padding: .25rem 0;}
   .foot-b{padding: 0rem 0 .2rem;}
   .foot-t ul{/* flex: none; *//* min-width: 0; *//* width: 100%; */}
   .footer .tg{width: 1rem;/* order: -1; */}
   .foot-t li{width:20%;padding-right:.1rem;}
       .foot-t{padding: .25rem 0 .1rem;}
    .foot-b .fot-1{width: 100%;text-align: center;}
    .foot-b .fot-2 {width: 100%;margin-bottom: 0.25rem;order: -1;border-bottom: 1px dashed rgba(255,255,255,.1);padding-top: .2rem;border-top: 1px dashed rgba(255,255,255,.1);}
    .foot{padding: 0.2rem 0;}
    .foot-b{border:none;}
    .foot-b .fot-2 p b{font-size: 0.18rem;}
    .foot-t li{width:25%;margin-bottom:.15rem;padding: 0 .05rem;}
    .foot-b .fot-2 p strong{font-size: 0.18rem;}
    .foot-b .tg{display: block;}
    .foot-t .tg{display: none;}
    .foot-b .fot-2 ul{flex: 1;min-width: 0;padding-right: 0.15rem;}
    .foot-b .fot-2 li{width: 100%;}
    .foot-b .fot-2 p{font-size:.16rem;}
    .foot-b .fot-2 li:nth-child(2){justify-content:flex-start;}
    .foot-b .fot-2 p{flex:1;min-width:0;}
}
@media screen and (max-width:768px){
    .foot-t{padding: .25rem 0 .1rem;}
    .foot-b .fot-1{width: 100%;text-align: center;}
    .foot-b .fot-2 {width: 100%;margin-bottom: 0.25rem;order: -1;border-bottom: 1px dashed rgba(255,255,255,.1);padding-top: .2rem;border-top: 1px dashed rgba(255,255,255,.1);}
    .foot{padding: 0.2rem 0;}
    .foot-b{border:none;}
    .foot-b .fot-2 p b{font-size: 0.18rem;}
    .foot-t li{width:25%;margin-bottom:.15rem;padding: 0 .05rem;}
    .foot-b .fot-2 p strong{font-size: 0.18rem;}
    .foot-b .tg{display: block;}
    .foot-t .tg{display: none;}
    .foot-b .fot-2 ul{flex: 1;min-width: 0;padding-right: 0.15rem;}
    .foot-b .fot-2 li{width: 100%;}
    .foot-b .fot-2 p{font-size:.16rem;white-space: nowrap;}
}
@media screen and (max-width:600px){
.foot-b .fot-2 li{width:100%;}
.foot-t li{width:33.3%;}
.foot-b .tg{width:.8rem;}
.foot-b .fot-1 img{width: 70%;}
}
@media screen and (max-width:420px){
  /* .foot-t li{width:50%;} */
}


@media screen and (max-width: 1600px){
 .list_box1{padding-left: 8%;}
 .header_top #logo img{max-width: 3rem;}
}


@media screen and (max-width:1300px){
   .list_box1 .ser{padding-left:.5rem;}
   .header_top #logo img{/* max-width:5rem; */}
  
}

@media screen and (max-width:1200px){
    

}
@media screen and (max-width:1024px){
    .title{margin-bottom: .35rem;}
    .title h3{font-size: 0.3rem;}
    .title p{font-size: 0.16rem;}
    .swiper-box1 .swiper-pagination{bottom: auto;}
    .banner video{display: none;}
    .swiper-box1 .imged{padding-bottom: 50%;}
}

@media screen and (max-width: 768px){
    .title{margin-bottom: .25rem !important;}
    .title h3{/* font-size: 0.22rem; */}
    .title .h3{margin: 0;text-align: left;}
    .txt1 {font-size: 0.2rem !important;}
    .p1 {font-size: 0.18rem !important;}
    .title h3::after{left: 0;width:2.8rem;height: .6rem;}
    .swiper-box1 .arrow{/* bottom:.15rem; *//* right:5%; */}
    .swiper-box1 .arror{width:.35rem;height:.35rem;}
    .title .h3::after{
    zoom: .6;
}
}

@media screen and (max-width:600px){
   
}
@media screen and (max-width:420px){
  
}

@media(min-width: 200px){
[aos=zoom-in]{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}
}
@media screen and (max-height:500px){
  .list_box_nav_mobile{max-height: calc(100% - 120px);padding-left: 0rem;}
} 