<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* */
@font-face {
  font-family: "din";src:url("../font/DINCOND-MEDIUM.OTF");
}

@font-face {
  font-family: goth;src:url("../font/GOTHIC.TTF");
}
@font-face {
  font-family: sy;src:url("../font/sySong.woff");
}


.a_body { position: relative; z-index: 0; }
.section { overflow: hidden; }
.header_box {z-index: 10000;position: fixed;top: 0;left: 0;width: 100%;}
.header_box_li { position: relative; z-index: 1; }
#header {z-index: 999;width: 100%;border-bottom: 1px solid rgba(255,255,255,.15);}
.header_box_li #header::before {content: "";position: absolute;height: 1rem;top: 0px;left: 0px;right: 0px;transition: all 0.2s;opacity: .7;visibility: visible;background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);}
.header_box .wp {height: 1rem;position: relative;padding: 0px;display: flex;justify-content: space-between;transition: all 0.5s;margin: 0px auto;max-width: 96%;align-items: center;width: 100%;}

.header_box #logo img{max-width: 4.96rem;width: 4.2rem;}
.header_box #logo .img2{display: none;}

#header .right {padding-left: 15%;flex: 1;display: flex;position: relative;justify-content: flex-end;flex-direction: column;}
.right-b .list_box0{width: 1.1rem;justify-content: flex-end;}
.list_box0 {display: flex;align-items: center;flex-wrap: wrap;justify-content: flex-end;}
.list_box0 .li{padding: 0 0.2rem;border-left: 1px solid rgba(255,255,255,.4);height: .26rem;display: flex;align-items: center;}
.list_box0 .li a{font-size: 0.18rem;color: #fff;}
.list_box0 .li a img{display:inline-block;/* margin-right:.1rem; */}
#m_header .list_box0 .li { line-height: 0.4rem;padding: 0 0.2rem;}

#nav{width:100%;/* max-width: 11rem; */align-items: center;justify-content: flex-end;}

#nav ul {display: flex;justify-content: space-between;align-items: center;padding-right: 0.2rem;flex: 1;min-width: 0;}
#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.22rem;color: #fff;line-height: 0.55rem;position: relative;transition: all 0.36s ease 0s;white-space: nowrap;}

#nav ul li .sub{position:absolute;top: 100%;width: auto;left: 50%;z-index: 10000;transform: translateX(-50%) scaleY(0);visibility:hidden;opacity: 0;transition: .5s;transform-origin: top;border-radius: 0;overflow: hidden;background: #fff;}
#nav ul li .sub:after{content: '';height: 2px;width: 100%;position: absolute;left: 0;top: 0;background: #212747;}
#nav ul li .sub .box{padding: 0.14rem 0;}
#nav ul li .sub a {
	padding: 8px 30px;
	line-height: 0.24rem;
	transition: all 0.6s ease 0s;
	font-size: 0.16rem;
	color: #333;
	text-align: center;
	white-space: nowrap;
	min-width: 1.6rem;
}

#nav ul li .sub a:hover {color: rgb(255, 255, 255);background: #212747;}

#nav ul li:hover .sub{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;visibility:visible;transform: translateX(-50%) scaleY(1);}
 #nav&gt;ul&gt;li.on h3{font-weight: bold;}



.search_btn { cursor: pointer;}
.search_btn img {margin: 0px;width: .2rem;}
/* #header.xg::before{height: .9rem;background:#fff;} */
#header img.img2{display: none;}
#header.xg {background: #fff;box-shadow: 0rem 0.02rem 0.06rem 0px rgba(0, 0, 0, 0.1);}
#header.xg  img.img2 { display: block; }
#header.xg  img.img1 { display: none; }
#header.xg::before{display: none;}
#header.xg #nav ul li h3{color: #333;line-height: 0.45rem;}
#header.xg .wp{/* height: 10vh; */}
#header.xg .list_box0 .li{border-left:1px solid rgba(0,0,0,.4)}
#header.xg .list_box0 .li a{color:#333;}
#header.xg #openBtn .lcbody .lcitem div{background:#333;}
#header.xg .miso_btn1{background:url(../images/menu2.png) no-repeat;}
#m_nav * { transition: all 0s ease 0s; }
.m_header_box { transition: all 0.6s ease 0s; display: none; position: relative; z-index: 100000; }
.m_header_box header {padding: 0px 0px 0px 15px;height: 0.7rem;background: #212747;box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 5px;position: fixed;top: 0px;left: 0px;right: 0px;z-index: 100;display: flex;justify-content: space-between;align-items: center;}
.m_header_box header #logo img {height: auto;max-height: 0.5rem;}
.m_header_box header #logo { padding: 0px; width: calc(100% - 80px); }
#nav_btn_box.on { background: none; }
#nav_btn_box {position: relative;width: 0.7rem;height: 0.7rem;display: flex;align-items: center;justify-content: center;z-index: 1;}
#nav_btn_box::before { content: ""; position: absolute; z-index: -1; top: 0px; right: 0px; bottom: 0px; left: 0px; background: rgb(255, 255, 255); }
#nav_btn_box::after {content: "";position: absolute;z-index: -1;top: 0px;left: -.15rem;border-right: .15rem solid rgb(255, 255, 255);border-top: 0.7rem solid transparent;display: none;}
#nav_btn { cursor: pointer; text-align: center; z-index: 99999; transition: all 0.5s ease 0s; outline: none; box-shadow: none; }
#nav_btn .point { display: inline-block; width: 0.4rem; height: 22px; position: relative; outline: none; }
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before { width: 0.28rem; }
#nav_btn .navbtn {position: absolute;top: 12px;left: 0px;display: inline-block;width: 18px;height: 2px;transition: all 0.3s ease-out 0s;background: #212747;}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0px;display: inline-block;width: 24px;height: 2px;content: "";transition: all 0.3s ease-out 0s;background: #212747;}
#nav_btn .navbtn::after { top: -8px; }
#nav_btn .navbtn::before { top: 8px; }
#nav_btn .point.on .navbtn { background: transparent; }
#nav_btn .point.on .navbtn::after { transform: rotate(45deg); top: 0px; }
#nav_btn .point.on .navbtn::before { transform: rotate(-45deg); top: 0px; }
.m_nav_list { flex-direction: column; width: 100%; height: 100%; overflow: auto; align-items: center; display: flex; background: rgba(255, 255, 255, 0.1); }
.m_nav_list::-webkit-scrollbar { display: none; }
#m_nav {z-index: 99999;position: fixed;width: 100%;height: 100vh;right: -105vw;top: 0px;padding: 70px 20px 30px;overflow: hidden;pointer-events: none;transition: all 0.3s ease-out 0s;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;background:  0% 0% / cover rgb(247, 247, 247);opacity: 0;visibility: hidden;}
#m_nav .close { position: absolute; top: 7px; right: 15px; left: 15px; font-size: 30px; color: rgb(51, 51, 51); z-index: 10000; width: auto; height: 35px; border-radius: 0px; display: flex; align-items: center; justify-content: flex-end; padding: 0px; }
#m_nav.act { pointer-events: auto; right: 0px; opacity: 1; visibility: visible; }
#m_nav .search_box input.submit { background: url("../images/submit.svg") center center / 0.28rem no-repeat #212747; }
#m_nav .list_box0 {width: 90%;margin: 0.32rem auto 0px;}
#m_nav .list_box0 .li {text-align: center;color: #212747;margin: 0px 0rem 0.15rem;font-size: 14px;}
#m_nav .list_box0 .li a{background:none;padding: 0 0.2rem 0 0;color: #212747;}

.list_box_nav_mobile {width: 100%;/* height: calc(100% - 3rem); */padding: 0px 0px 10px;overflow: hidden auto;margin: 0px;/* flex: 1 1 0%; */}
.list_box_nav_mobile &gt; li { width: 90%; overflow: hidden; padding: 0px; position: relative; margin: 0px auto; }
.list_box_nav_mobile &gt; li .con { position: relative; }
.list_box_nav_mobile &gt; li .a { width: 100%; border-bottom: 1px solid rgb(226, 226, 226); line-height: 0.64rem; color: rgb(51, 51, 51); padding: 0px; font-size: 16px; display: flex; position: relative; transition: all 0.5s ease 0s; }
.list_box_nav_mobile &gt; li i { opacity: 1; width: 0.64rem; height: 0.64rem; background-image: url("../images/arrow_down.svg"); background-position: center center; background-repeat: no-repeat; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; position: absolute; display: block; right: 0px; top: 2px; background-size: 15px 15px !important; }
.list_box_nav_mobile &gt; li.on1 i { transform: rotate(-90deg); }
.list_box_nav_mobile &gt; li.on .a { border-bottom: 1px solid rgb(226, 226, 226); }
.list_box_nav_mobile &gt; li .list { padding: 10px 0px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); display: none; }
.list_box_nav_mobile &gt; li .list a { display: block; font-size: 13px; color: rgb(102, 102, 102); line-height: 2.5; }
.nav_mask { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 888; background-color: rgba(0, 0, 0, 0.4); display: none; }
/* 手机搜索 */
.wap_search {font-size: 0.16rem;border-radius: 5px;color: rgb(255, 255, 255);width: 100%;height: 0.6rem;display: block;margin-bottom: .1rem;}
.wap_search .header-search {height: 100%;border-radius: 0.2rem;background: rgb(255, 255, 255);position: relative;width: 3.68rem;margin: 0rem auto;}
.wap_search .input {font-size: 0.14rem;color: #333;height: 0.6rem;line-height: 0.5rem;padding: 0px 0.24rem;box-shadow: none;appearance: none;float: left;border-right: 0px;background: none;width: calc(100% - 40px);}
.wap_search .btn_blue {position: absolute;cursor: pointer;top: 0px;right: 0px;width: 0.6rem;height: 0.6rem;line-height: 0.6rem;border: 0px;background: url("../images/submit.svg") center center no-repeat #212747;border-radius: 50%;}
.wap_search .btn_blue.fr { background: rgb(233, 237, 239); color: rgb(78, 79, 83); }
.wap_search input::-webkit-input-placeholder { color: rgb(153, 153, 153); }
.wap_search input:focus::-webkit-input-placeholder { color: transparent; }

/* pc搜索 */
.search_btn { cursor: pointer; }
.search_btn svg { fill: rgb(255, 255, 255); width: 16px; height: 16px; }
.search-dialog-box { position: fixed; left: 0px; top: 0px; width: 100%; height: 100vh; z-index: 1000000; opacity: 0; visibility: hidden; transition: all 0.6s ease 0s; }
.search-dialog-box::before { content: ""; position: absolute; top: 0px; height: 0px; background: #212747; 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: #212747;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 .hot-search { font-size: 0px; width: 0.49rem; margin: 0.096rem auto 0px; box-sizing: border-box; padding: 0px 0.096rem; overflow: hidden; }
.search-dialog .hot-search .hot-tit, .search-dialog .hot-search .hot-link { display: inline-block; zoom: 1; vertical-align: top; }
.search-dialog .hot-search .hot-tit { font-size: 0.06rem; line-height: 0.08rem; color: rgb(255, 255, 255); font-weight: bold; padding-left: 0.096rem; background-repeat: no-repeat; background-position: left center; background-size: 0.08rem; }
.search-dialog .hot-link { margin-left: 0.16rem; }
.search-dialog .hot-link a { display: inline-block; zoom: 1; font-size: 0.06rem; line-height: 0.08rem; margin-right: 0.12rem; color: rgb(255, 255, 255); padding-bottom: 5px; position: relative; }
.search-dialog .hot-link a::before { content: ""; position: absolute; left: 0%; bottom: 0px; width: 100%; height: 2px; background-color: rgb(255, 255, 255); transform: scaleX(0); transform-origin: left center; transition: transform 0.3s ease 0s; }
.search-dialog-box .bottom-box { position: absolute; left: 0px; bottom: 5.1%; width: 100%; }
.search-dialog-box .bottom-box .share-box { overflow: hidden; }
.search-dialog-box .bottom-box .copy { font-size: 0.35rem; line-height: 0.5rem; color: rgb(255, 255, 255); font-family: gilroy-regular; margin-top: 0.5rem; overflow: hidden; }
.header-right.is-open .bubbles-bg { visibility: visible; opacity: 1; }
.header-right.is-open .search-btn .con-box { display: none; }
.header-right.is-open .close-btn { display: block; }
.header-right.is-open .item .search-bg { transform: scale(1); }
.search-dialog-box.on { opacity: 1; visibility: visible; }
.search-dialog-box.on .search-bg { height: 100vh; }
.search-dialog-box.on .bubbles-bg { opacity: 1; visibility: visible; }
.search-dialog-box.on .wrap-inner { transform: translateY(0px); }
.pub-close { position: absolute; width: 0.48rem; height: 0.48rem; z-index: 10; right: 0.24rem; top: 0.216rem; background-color: rgba(255, 255, 255, 0.1); border-radius: 100%; }
.pub-close .bg { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-color: #212747; 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); }
}
/* 全站导航 */
body.fixed{ overflow: hidden;}
/* 导航地图 */
.miso_btn1{display: flex;width: .45rem;height: .45rem;cursor: pointer;transition: .5s;justify-content: center;background: url(../images/menu.png) no-repeat;background-size: 100% 100% !important;display: flex;align-items: center;}

#openBtn {cursor: pointer;display: inline-block;}
#openBtn .lcbody {width: .18rem;height: .13rem;position: relative;}
#openBtn .lcbody .lcitem {width: 100%;height: 1px;position: absolute;transition: transform 0.36s ease;left: 0;}
#openBtn .lcbody .lcitem div {position: absolute;width: 100%;height: 100%;top: 0;left: auto;right: 0;background: #fff;}
#openBtn .lcbody .top {top: 0;}
#openBtn .lcbody .center {display: block;top: 50%;width: 100%;} 
#openBtn .lcbody .bottom {top: 100%;}
#openBtn .lcbody:hover .lcitem.top .rect {animation: move 0.4s ease-in-out 1;}
#openBtn .lcbody:hover .lcitem.center .rect {animation: move 0.4s ease-in-out 0.1s 1;}
#openBtn .lcbody:hover .lcitem.bottom .rect {animation: move 0.4s ease-in-out 0.2s 1;}
.active#openBtn .lcitem.top {transform: rotateZ(45deg);top: 49%;}
.active#openBtn .lcitem.center { opacity: 0;}
.active#openBtn .lcitem.bottom {transform: rotateZ(-45deg);top: 49%;}
  @keyframes move {
    0% {right: 0;}
    40% {right: 0;width: 0;}
    60% {right: auto;width: 0%;}
    100% {right: auto;width: 100%;}
  }
  .show .g-nav2{transform: translateY(0);}
  .g-nav2 {
    position: fixed;
    z-index: 49;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.8);
 
    transition: 0.5s;
    transform: translateY(-100%);
    } 
  .g-nav2 .scroll {position: absolute;z-index: 1;left: 0;right: 0;top: 1.5rem;bottom: 0;overflow-y: auto;}
  .g-nav2 .scroll ul {max-width: 17.85rem;margin: 0 auto;}
  .g-nav2 .scroll li {width: 12.5%;text-align: center;padding-top: 0.45rem;}
  .g-nav2 .scroll li a {color: #fff;}
  .g-nav2 .scroll li h2 {font-size: 0.24rem;font-weight: bold;}
  .g-nav2 .scroll li .list {padding: 0.2rem 0;}
  .g-nav2 .scroll li .list h3 {font-size: 0.20rem;line-height: 0.36rem;margin-bottom: .2rem;}
  .g-nav2 .scroll li .list dl {padding-bottom: 0.2rem;display: none;}
  .g-nav2 .scroll li .list dd {font-size: 0.16rem;line-height: 0.4rem;opacity: 0.65;}
  .g-nav2 .scroll li .list dd:hover {opacity: 1;}
  .show #nav ul{opacity: 0;visibility: hidden;}

/* banner */
@keyframes ani_roll2 {
    0% {
        background-position: 0 bottom;
    }

    100% {
        background-position: -100% bottom;
    }
}


/* banner */
.container00 .fp-tableCell{padding-top: 0 !important;}
.main-visual-wrapper { width: 100%; overflow: hidden; position: relative; }
.main-visual-slider { overflow: hidden; position: relative;width: 100vw;}
.main-visual-slider .swiper-slide { overflow: hidden;}
.swiper-box1 .imged{padding-bottom: 100vh;}
.slide-inner{overflow: hidden;}
.main-visual-slider .imged{transform: translate3d(0px, 0px, 0px) scale(1); transition: opacity 0.5s}
.main-visual-slider .swiper-slide-active .imged{transform: scale(1); transition: all 6s ; }
.main-visual-slider .imged::after{width: 100%;height: 30%;background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);}
.main-visual-slider video{transform: scale(1.1)\0;}

.main-visual-slider p{font-size: 0.32rem;font-weight: bold;line-height: 0.38rem;color: #FFFFFF;position: absolute;left: 3%;bottom: 5%;z-index: 10;}

.banner .arrow{position: absolute;left: 10%;bottom: 10%;z-index: 10;align-items: baseline;}
.banner .cir{bottom: auto;display: flex;align-items: baseline;width: auto;position: relative;padding-right: 0.2rem;color: rgba(255,255,255,.4);}

.banner .cir span{opacity: 1;font-size: 0.18rem;color: #FFFFFF;/* line-height: 0.2rem; */position: relative;opacity: .5;font-weight: bold;padding: 0 .06rem;}
.banner .cir span.swiper-pagination-current{font-size: 0.3rem;font-weight: bold;opacity:1;line-height: .25rem;}
.banner .arror{width: 0.15rem;height: 0.12rem;position: relative;top: auto;left: auto;right: auto;margin: 0 0.2rem;}
.banner .arror::after{color: #fff;font-size: 0.14rem;font-weight: bold;}
.banner .cir span.swiper-pagination-total:after{content:"";position:absolute;width:.03rem;height:.1rem;background:#fff;opacity:.5;left:0;bottom: 0.02rem;}
.banner .cir span.swiper-pagination-total{padding:0 .09rem;}
@media screen and (max-width: 1024px) {

}
/* home1 */
.container00{position: relative;}
.title{margin-bottom: 8vh;position: relative;display: flex;align-items: center;justify-content: space-between;}
.title h3{font-size: 0.6rem;color: #333333;font-weight: lighter;}
.title h3 b{color: #212747;font-weight: bold;}
.more{}
.more a{font-size: 0.2rem;color: #333;display: inline-block;padding: 0.25rem 0.55rem;border-radius: 0.34rem;border: 1px solid #cd2927;transition: 0s;}
.more a img{display: inline-block;margin-right: 0.1rem;width: 0.3rem;}

.container01{width: 100%;background: url(../images/hbg1.jpg) no-repeat center/cover;}
.home1{width:100%;}
 .home1-t{position:relative;}
.home1 .home1-t .swiper-container{width: calc((100vw - 15.8rem)/2 + 100%);padding-right: 10%;}
 .home1-t li *{transition: 0.5s;}
 .home1-t li a{display: block;position: relative;padding: 0rem 0.28rem;height: 4rem;}
 .home1-t li a::after{width: 100%;opacity: 0;background: #e0e2e4;}
 .home1-t li{opacity: .3;}
 .home1-t li.swiper-slide-active, .home1-t li.swiper-slide-active+li, .home1-t li.swiper-slide-active+li+li{opacity: 1;}
 .home1-t li .con{height: .85rem;padding: 0.2rem 0rem 0;}
 .home1-t li h3{font-size: 0.2rem;color: #000;line-height: 0.3rem;max-height: 0.6rem;}
 .home1-t li .imged::after{width: 0.33rem;height: 0.35rem;background: url(../images/jia.png) no-repeat;background-size: 100%;left: 50%;bottom: auto;top: 50%;transform: translate(-50%, -50%);opacity: 0;}


 .home1-t .cir{width: 100%;height: 1px;background: #ddd;position: relative;margin-top: 7vh;}
 .home1-t .cir .swiper-pagination-progressbar-fill{background: #fff;height: 0.04rem;}
 .home1-t .arror{width:.5rem;height:.5rem;border:1px solid #212747;border-radius:50%;margin:0;top:35%;transition:0.5s;}
 .home1-t .arror:after{color:#212747;font-size:.18rem;}
 .home1-t .swiper-button-prev{left:-.7rem;}
 .home1-t .swiper-button-next{right:-.7rem;}
 .home1-t .arror:hover{background:#212747;}
 .home1-t .arror:hover:after{color:#fff;}

@media screen and (min-width: 1200px) {
  .home1 .home1-t li a:hover{padding: 0.28rem;}
  .home1 .home1-t li a:hover::after{opacity:1}
  .home1 .home1-t li a:hover .imged{padding-bottom:56%;opacity: .7;}
  .home1 .home1-t li a:hover .imged::after{opacity: 1;}
}
@media screen and (max-width: 1200px) {
  .home1{padding:.4rem 0}
  .home1 .home1-t .swiper-container{width: 100%;padding-right:0;}
  .home1 .home1-t li a{height: auto;}
  .home1-t .cir{margin-top: 0.15rem;}
  .more a{padding: 0.1rem 0.2rem;}
  .home1-t .swiper-button-prev{left:-.15rem;}
  .home1-t .swiper-button-next{right:-.15rem;}
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 768px) {
.home1-t li a{padding:0 .1rem;}
}

/* home1 */
.fp-tableCell{padding-top: 1rem;}

/* home2 */
.container02{width: 100%;background: url(../images/hbg2.jpg) no-repeat center/cover;}
.home2{width: 100%;position: relative;padding: 6vh 0 0vh;height: 100%;display: flex;flex-direction: column;justify-content: space-between;}
.home2 .title{z-index:10}
.home2-t::after{width: 100%;height: 1px;border-bottom: 1px dashed #000;bottom: auto;top: calc(7vh + .6rem);}
.home2-t .wp{position: relative;height: 100%;}
.home2-t,.home2-t li,.home2-t ul{height:100%;}
.home2-t li{width: 25%;height: 73vh;}
.home2-t li *{transition: 0.5s;}
.home2-t li a{display: block;padding: 0vh 0.5rem 5vh;height:100%;transform: translateY(7vh);}
.home2-t li::after{background: #d6d8da;width: auto;left: -0.15rem;right: -0.15rem;opacity: 0;height: 100vh;}
.home2-t li h3{font-size: 0.2rem;line-height: 0.3rem;max-height: 0.6rem;color: #333333;margin: 0.3rem 0;}
.home2-t li p{font-family: "din";text-align: center;height: 0.62rem;font-size: 0.36rem;color: #000;font-weight: bold;}
.home2-t li p::after{width: 0.07rem;height: 0.07rem;border-radius: 50%;background: #000;left: 50%;transform: translateX(-50%);margin-bottom: -0.035rem;}
.home2-t li span{display: flex;align-items: center;justify-content: center;width: 0.76rem;height: 0.36rem;border: 1px solid #bc0906;border-radius: 0.07rem;font-size: 0.2rem;color: #bc0906;font-weight: bold;}
.home2-t li .scale{opacity:0;}
.home2-t li .imged{padding-bottom:100%;}
.home2-t .more{left: 0;bottom: 30%;position: absolute;}
.home2-t li a:hover .imged{transform:scale(1)}
@media screen and (min-width: 1201px) {
   .home2-t li.on a{padding:0 .25rem 5vh;transform:translateY(-7vh);}
   .home2-t li.on::after{opacity: 1;}
   .home2-t li.on a span{display: none;}
   .home2-t li.on h3{font-weight:bold;margin: 0.1rem 0 .3rem;}
   .home2-t li.on a .scale{display: block;opacity:1;}
   .home2-t li.on a .imged{padding-bottom: 160%;}
   .home2-t li.on a p::after{opacity: 0;}
   .home2-t li.on{/* transform: translateY(-7vh); */}
   .home2-t li.on p{height:auto;}
}


@media screen and (max-width: 1200px) {
  .home2{padding: .25rem 0 0;display: block;}
  .home2-t li .scale,.home2-t:after,.home2-t li a::after{display:none;}
  .home2-t li a{transform:translateY(0);padding: 0 0 .2rem;}
  .home2-t li p{height:auto;padding-bottom:.1rem;text-align:left;display:inline-block;font-size:.3rem;}
  .home2-t .more{position:relative;bottom:auto;margin-bottom:.2rem;}
  .home2-t li h3{margin:.15rem 0;}
}
@media screen and (max-width: 1024px) {
  .home2-t li{width: 49%;height: auto;}
  .home2-t li a::after{display: none;}
 
}

@media screen and (max-width: 768px) {
  .home2-t li{width: 100%;}
}


/* home3 */
.container03{position: relative;background: url(../images/hbg3.jpg) no-repeat center/cover;}


.home3{width: 100%;overflow: hidden;}
.home3 .wp{width:14rem;}
.home3-t{align-items: center;justify-content: space-between;}
.home3-t li *{transition: 0.5s;}
.home3-t .left{width: 65%;}
.home3-t .right{width: 30%;}
.home3-t .right img{width: 4.2rem;}
.home3-t .left .cont p{font-size: 0.2rem !important;color: #333 !important;line-height: 0.36rem !important;margin-bottom: 0.35rem;text-align: justify;}
.home3-t .left .cont p span{font-size: 0.2rem !important;color: #333 !important;line-height: 0.36rem !important;}
.home3-t .left li{width: 25%;padding-right: 0.2rem;}
.home3-t .left li h3{font-size: 0.16rem;align-items: flex-start;display: flex;color: #000;}
.home3-t .left li h3 span{font-size: 0.6rem;color: #212747;font-weight: bold;font-family: goth;display: inline-block;padding-right: 0.05rem;}
.home3-t .left li p{font-size: 0.16rem;color: #000;line-height: 0.24rem;font-weight: 500;margin-top: 0.15rem;}
.home3 .more{margin-top: 3vh;}

@media screen and (min-width: 1200px) {

}

@media screen and (max-width: 1200px) {
  .home3{padding: .4rem 0;}
  .home3-t .left li h3 span{font-size: 0.4rem;}

}
@media screen and (max-width: 1024px) {


}

@media screen and (max-width: 768px) {
  .home3-t .left{width: 100%;}
  .home3-t .right{width: 100%;text-align: center;}
  .home3-t .left li h3 span{font-size: 0.3rem;}
  .home3-t .left li{width: 50%;padding:0 0.1rem;margin-bottom: 0.25rem;}
}



/* home4 */
.container04{width:100%}
.home4{width: 100%;padding: 0vh 0 0;overflow: hidden;z-index: 10;position: relative;flex-direction: column;height: 100%;}
.home4-t{position: relative;width: 100%;}
.home4-b{flex: 1;min-width: 0;width: 100%;}
.home4-t .swiper-container{margin-right: -40%;}

.home4-t li .imged{padding-bottom: 70vh;}
/* .home4-t li .imged::after{width: 1.12rem;height: 0.56rem;background: url(../images/h4-j.png) no-repeat;background-size: 100% !important;left: 50%;transform: translateX(-50%);opacity: 0;} */
.home4-t::after{width: 1.12rem;height: 0.56rem;background: url(../images/h4-j.png) no-repeat;background-size: 100% !important;left: 30%;z-index: 1;}

.home4-t li a{position: relative;display: block;overflow: hidden;}
.home4-t li p{
  font-size: 3rem;
  font-weight: bold;
  position: absolute;
  left: 15%;
  bottom: -1rem;
  color: rgba(255, 255, 255, 0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  z-index: 1;
  transform: scaleX(.7);
  /* font-family: impact; */
}
.home4-t li.swiper-slide-active .imged::after{opacity: 1;}
.home4-t .arrow{position: absolute;bottom: 4vh;left: 59%;align-items: center;z-index: 10;}
.home4-t .arror{width: 0.84rem;height: 0.84rem;border: 1px solid #fff;border-radius: 50%;position: relative;top: auto;left: auto;right: auto;margin: 0 0.65rem;}
.home4-t .arror:after{display:none;}
.home4-t .arror img{width: 0.54rem;}
.home4-t .ui-loop{width: .88rem;height: 0.88rem;position: absolute;left: -.03rem;bottom: -.03rem;}
.path-loop {
  fill: none;stroke: #cd2927;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}	
.path-loop-bg {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 1px;
  opacity: 0;
}
.home4-b .wp{height:100%;}
.h4-b{align-items: center;height:100%;width: 100%;justify-content: space-between;}
.h4-b2{flex: 1;min-width: 0;padding: 0 1rem;} 
.h4-b2 li h3{font-size: 0.2rem;color: #111;line-height: 0.24rem;margin-bottom: 0.2rem;font-weight: 600;}
.h4-b2 li p{font-size: 0.16rem;color: #666;line-height: 0.3rem;max-height: 0.9rem;}
.home4 .title{margin-bottom: 0 !important;}

@media screen and (min-width: 1201px) {
  
}

@media screen and (max-width: 1200px) {
  .home4{padding: 0.4rem 0 0;}
  .home4-t li .imged{padding-bottom: 65%;}
  .home4-b{flex: none;min-width: auto;width: 100%;padding: 0rem 0 .3rem;order: -1;}
  .home4-t li p{font-size: 0.7rem;}
}

@media screen and (max-width: 1024px) {
  .home4-t .swiper-container{margin-right: 0%;}
  .home4-t .arrow{left: 50%;transform: translateX(-50%);}
  .home4-t .arror{margin: 0 0.1rem;width: 0.5rem;height: 0.5rem;}
  .home4-t .arror img{width: 0.25rem;}
  .home4-t .ui-loop{width: .53rem;height: 0.53rem;}
  .h4-b2{padding: 0 .5rem;width: 100%;flex: none;min-width: auto;order: 3;padding: 0;margin-top: .3rem;} 
  .home4-t::after{transform: rotateX(180deg);bottom:auto;top: -1px;left: 21%;}
}

/* home5 */
.container05{width: 100%;background: url(../images/hbg5-1.jpg) no-repeat center/cover;}
.home5{width: 100%;overflow: hidden;}

.home5-t{justify-content: space-between;margin-top: 4vh;}
.home5-t .left{width: 100%;}
.home5-t .tit{align-items: center;justify-content: space-between;margin-bottom: 4vh;}
.home5-t .tit h3{font-size: 0.24rem;color: #3a405c;font-weight: bold;text-transform: uppercase;}
.home5-t .tit a{font-size: 0.2rem;color: #3a405c;}
.home5-t ul{
  margin: 0 -0.1rem;
  display: flex;flex-wrap: wrap;
}
.home5-t li{
  padding-top: 2vh;
  width: 16.5%;
  padding: 2vh 0.1rem;position:relative;
}
.home5-t li a{display: block;transition: 0.5s;}
.home5-t li a::after{width: 0.5rem;height: 0.85rem;background: url(../images/h5-shad.png) no-repeat bottom;background-size: 100%;left: auto;right: 100%;bottom: -.01rem;}
.home5-t li .imged{padding-bottom: 135%;}
.home5-t li.slick-current,.home5-t li:nth-child(1){z-index:5;}
.home5-t li.slick-current+li,.home5-t li:nth-child(2){z-index:4;}

.home5-t li a:hover .imged{transform:scale(1);}
@media screen and (min-width: 1201px) {
  .home5-t li a:hover{transform: translateY(-2vh);}
}
@media screen and (max-width: 1200px) {
  .home5{padding: 0.4rem 0;}
  .home5-t .tit{margin-bottom: 0.3rem;}
  .home5-t{margin-top: 0;}
  .home5-t li{padding-top: 0vh;}
}
@media screen and (max-width: 1024px) {
  .home5-t .left{width: 100%;}
  
}
@media screen and (max-width: 768px) {
  .home5{padding: 0.4rem 0 0;}
  .home5-t .left{width: 100%;margin-bottom: 0.3rem;}
  .home5-t .tit h3{font-size: 0.2rem;}
}
@media screen and (max-height: 500px) {
  .home5-t li{width: 50%;}
}


#fp-nav {display: none;}
/* foot */
.container06{}
.fp-auto-height .fp-tableCell{padding-top: 0;}
.footer{width: 100%;background: #212747;}
.foot-t{justify-content: space-between;align-items: center;padding: 0.45rem 0rem;}
.foot-t .fot1{width: 35%;}
.foot-t .fot2{width: auto;}
.foot-t .fot1 .img{margin-bottom: 0.28rem;}
.foot-t  p{font-size: 0.16rem;color: #fff;line-height: 0.3rem;}
.foot-t .fot2 ul{justify-content: flex-end;}
.foot-t .fot2 li{width: 2.2rem;padding-left: 0.15rem;text-align: center;}
.foot-t .fot2 li img {max-height: 1.9rem;}
.foot-t .fot2 p{margin-top: 0.15rem;}
.foot{padding: 0.15rem 0;border-top: 1px solid rgba(255,255,255,.15);}
.foot p{text-align: center;font-size: 0.16rem;color: #fff;opacity: .6;line-height: 1.5;}

.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.44rem;height: .44rem;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;}
.nav-r{position: fixed;top: 50%;transform: translateY(-50%) translateX(0%);z-index: 200000;transition: 0.5s;right: 0.5rem;}
.nav-r ul{display: flex;flex-direction: column;align-items: flex-end;} 
.nav-r li{/* padding: 0.05rem 0; */}
.nav-r li span{display: inline-block;width: 0.38rem;height: 1px;background: #fff;opacity: .6;transition: 0.5s;}
.nav-r li.on span{width: 0.6rem;height: 0.03rem;opacity: 1;}
.nav-r.lan li span{background: #000;}


@media screen and (min-width: 1024px) {
  
}
@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 768px) {
  .foot-t{padding: 0.3rem 0;}
  .foot-t .fot1{width: 100%;text-align: center;}
  .foot-t .fot2{width: 100%;order: -1;margin-bottom: 0.2rem;}
  .foot-t .fot2 ul{justify-content: center;}
  .foot-t .fot2 li{width: 1.5rem;padding: 0 0.1rem;}

  
}
@media screen and (max-width: 460px) {

}



@media screen and (max-width: 1600px) {
 
  #header .right{/* padding-left:8%; */}
.header_box #logo{width:4.4rem;}


}
@media screen and (max-width: 1400px) {
  #header .right {/* padding-left: 5%; */}
  #nav ul li h3 { font-size: 0.2rem; }
  .list_box0 .li {padding-right: 0.05rem;}
  .list_box0 .li &gt; a .top_ico { margin-right: 0.05rem; }
  .header_box #logo{width:4.4rem;}
  
}
@media screen and (max-width: 1300px) {
  
}
@media screen and (max-width: 1200px) {
  .header_box,.home3 .titl ul{ display: none; }
  .m_header_box {display: block;height: .7rem;}
  .swiper-box1 .imged{padding-bottom: 50%;}
  .nav-r{display: none !important;}
  .title{margin-bottom: 0.3rem !important;}
  .title h3{font-size: .32rem !important;}
}
@media (max-width: 1920px) and (max-height: 800px){
  html{font-size: 70px !important;}
}

@media screen and (max-width: 980px) {
  
}
@media screen and (max-width: 768px) {
  .txt1 { font-size: 0.18rem !important; }
  .p1 {font-size: 0.16rem !important;}
  .title{margin-bottom: .3rem;}
  .title .h3{padding-right: 1rem;}
  .title h3{font-size: .26rem !important;}
  .title p,.more a{font-size: 0.14rem;}
}

@media screen and (max-width: 600px) {
 .adress p{flex-wrap: wrap;padding-right: 0.15rem;padding-bottom: 0.05rem;}
}
@media screen and (max-width: 420px) {
  
 
}
@media (min-width: 200px) {
  [aos="zoom-in"] { transform: scale(0.5); }
  /* html:not(.no-js) .active [data-aos=fade-right]{-webkit-transform:translate3d(-150px,0,0);transform:translate3d(-150px,0,0)}
  html:not(.no-js) .active [data-aos=fade-left]{-webkit-transform:translate3d(150px,0,0);transform:translate3d(150px,0,0)}
  html:not(.no-js) .active [data-aos=fade-down]{-webkit-transform:translate3d(-150px,-150px,0);transform:translate3d(-150px,-150px,0)}
  html:not(.no-js) .active [data-aos=fade-up]{-webkit-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);} */

  html:not(.no-js) .active [data-aos^=fade][data-aos^=fade]{
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}


.active [data-aos] {pointer-events: auto;}

}</pre></body></html>