:root{
	--color-primary: #0b3775;
	--color-primary-rgb: 11, 55, 117;
	--color-primary-a8: hsla(215, 83%, 25%, 0.8);
	--color-orange: #f39800;
	--color-orange-rgb: 243, 152, 0;
	--color-orange-a8: hsla(38, 100%, 48%, 0.8);

  --main-bg-color: #fff;
  --tint-blue-bg-color: #f0f7ff;
  --bg-color-1: rgba(var(--color-primary-rgb),0.1);

  --max-container: 1360px;
  --gn-height: 1rem;
  --main-side-gap: 0.2rem;.xx_tit h3
  --radius: 0.1rem;
  --box-shadow-1: 0 0 0.06rem 0.02rem rgba(0,0,0,0.05);


  --mico-image: url(../images/common/mico.png);
  --mico-bgsize: 1em auto;
  --mico-size: 0.4rem;
  --hico-image: url(../images/common/hico.png);
  --hico-bgsize: 1em auto;
  --hico-size: 0.5rem;

  --root-font-size: 100px;
  --transition: 0.3s cubic-bezier(0.4,0,0.6,1);
  --font-serail: Alibaba Sans,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,Hiragino Sans GB,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;

	--color-text: hsl(0, 0%, 11%);
	--color-text-a8: hsla(0, 0%, 11%, 0.8);
	--color-white: #fff;
	--color-white-a8: hsla(0,0%,100%,0.8);
	--color-white-a0: rgba(255,255,255,0);
  --color-black-0: hsla(0,0%,0%,1);
	--color-black-0-a8: hsla(0,0%,0%,0.8);
	--color-black-2: hsla(0, 0%, 13%,1);
	--color-black-2-a8: hsla(0,0%,13%,0.8);
	--color-black-3: hsla(0,0%,20%,1);
	--color-black-3-a8: hsla(0,0%,20%,0.8);
	--color-black-5: hsla(0,0%,33%,1);
	--color-black-5-a8: hsla(0,0%,33%,0.8);
	--color-black-6: hsla(0,0%,40%,1);
	--color-black-6-a8: hsla(0,0%,40%,0.8);
	--color-black-8: hsla(0,0%,53%,1);
	--color-black-8-a8: hsla(0,0%,53%,0.8);
	--color-black-9: hsla(0,0%,60%,1);
	--color-black-9-a8: hsla(0,0%,60%,0.8);
	--main-bg-active: rgba(0,0,0,0.05);
}
@media(min-width: 1361px) {
  :root{
    --main-side-gap: 0px;
  }
}
@media(max-width: 1024px) {
  :root{
    --root-font-size: 87.5px;
  }
}
@media(max-width: 768px) {
  :root{
    --root-font-size: 75px;
  }
}

*{margin:0; padding:0; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-tap-highlight-color: rgba(0,0,0,0);}
html{font-size: var(--root-font-size); font-family: var(--font-serail);}
body{margin: 0 auto; min-width:320px; line-height: 1.5; font-size: 0.12em; color:#666; overflow-x: hidden; -webkit-overflow-scrolling: touch; -webkit-text-size-adjust: 100%!important; -ms-text-size-adjust: 100%!important; text-size-adjust: 100%!important;
}
html, body{scroll-behavior: smooth;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary{display: block;}
audio, canvas, progress, video{display: inline-block; vertical-align: baseline;}
audio:not([controls]){display: none; height: 0;}
[hidden], template{display: none;}
svg:not(:root){overflow: hidden;}
mark{background: #ff0; color: #000;}
small{font-size: 80%;}
sub, sup{font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sup{top: -0.5em;}
sub{bottom: -0.25em;}

table{border-collapse:collapse;}
ul{ list-style:none;}
img{border: 0; max-width: 100%;}
a img{vertical-align: bottom;}
a{text-decoration: none; color:#666; background-color: transparent; -webkit-tap-highlight-color: transparent;}
a:focus{outline:thin dotted}
a:active,a:hover{outline:0; text-decoration:none;}
h1,h2,h3,h4,h5{font-weight: normal; font-size: 1.2em;}
[v-cloak]{display: none;}

::-webkit-scrollbar{display: none;}

.fl{float: left}
.fr{float: right}
.al{text-align: left;}
.ac{text-align: center;}
.ar{text-align: right;}
.hide{display: none}
.overhide{overflow: hidden;}
.t-hide{-webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); overflow: hidden;}

.clear, .clr{display: block; clear: both; height: 0; line-height: 0; font-size: 0; overflow: hidden;}
.clearfix2::before,.clearfix2::after{content:""; display: table;}
.clearfix2::after{clear: both;}
.clearfix2, .clearfix{*zoom:1;}
.clearfix:after{display: block; content: ""; clear: both; height: 0; visibility: hidden;}


.white-bg{background-color: var(--color-white);}

.mask{position: fixed; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0,0,0,.5); opacity: 0; visibility: hidden; -webkit-transition-duration: 0.3s; transition-duration: 0.3s;}

.block-img{display: block; width: 100%;}
.pos-r-cover-image,
.pos-a-cover-image{display: block; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover;}
.pos-r-cover-image{position: relative;}
.pos-a-cover-image{position: absolute; top: 0; left: 0;}
.text-hide{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.hide-el,
.hide-el--input{position: absolute; z-index: 5; top: 0; bottom: 0; right: 0; padding: 0; width: 100%; height: 100%; border: none; opacity: 0;}
.hide-el--input::-webkit-calendar-picker-indicator,
.hide-el--input::-webkit-file-upload-button,
.hide-el--input::file-selector-button{width: 100%; height: 100%;}
.nodata{display: block; text-align: center; padding: 0 0.24rem; font-size: 0.13rem; color: #ccc;}


.d-flex, .wb, .flex-row{display: -webkit-box; display: flex;}
.wbc{display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center;}
.align-items__center{-webkit-box-align: center; align-items: center;}
.justify-content__center{-webkit-justify-content: center; justify-content: center;}
.flex-1, .wbw, .flex-main{-webkit-box-flex: 1; flex: 1; min-width: 0;}
.flex-side{margin-left: 0.2rem; position: relative; display: block; -webkit-box-flex: 1; flex: 1; min-width: 0; text-align: right;}
.self-top{-webkit-align-self: flex-start; align-self: flex-start;}
.self-center{-webkit-align-self: center; align-self: center;}
.self-end{-webkit-align-self: flex-end; align-self: flex-end;}


ins, .ins{text-decoration: none;}
ins + del{margin-left: 0.1rem;}

input,textarea{font-family: var(--font-serail);}
::-webkit-input-placeholder{color: #ccc;}
:focus::-webkit-input-placeholder{color: #aaa;}
::-moz-placeholder{color: #ccc;}
:-ms-input-placeholder{color: #ccc;}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button{-webkit-appearance: none!important; margin: 0;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration{-webkit-appearance: none;}
input[type="number"]{appearance: none; -moz-appearance: none; -webkit-appearance: none;}




/*距离*/
.mt0, .my0, .m0{margin-top: 0!important;}.m0,.mb0,.my0{margin-bottom:0!important}.m0,.mx0,.ml0{margin-left:0!important}.m0,.mx0,.mr0{margin-right:0!important}.m10,.mt10,.my10{margin-top:0.1rem!important}.m10,.mb10,.my10{margin-bottom:0.1rem!important}.m10,.mx10,.ml10{margin-left:0.1rem!important}.m10,.mx10,.mr10{margin-right:0.1rem!important}.m20,.mt20,.my20{margin-top:0.2rem!important}.m20,.mb20,.my20{margin-bottom:0.2rem!important}.m20,.mx20,.ml20{margin-left:0.2rem!important}.m20,.mx20,.mr20{margin-right:0.2rem!important}.m30,.mt30,.my30{margin-top:0.3rem!important}.m30,.mb30,.my30{margin-bottom:0.3rem!important}.m30,.mx30,.ml30{margin-left:0.3rem!important}.m30,.mx30,.mr30{margin-right:0.3rem!important}.m40,.mt40,.my40{margin-top:0.4rem!important}.m40,.mb40,.my40{margin-bottom:0.4rem!important}.m40,.mx40,.ml40{margin-left:0.4rem!important}.m40,.mx40,.mr40{margin-right:0.4rem!important}.p0,.pt0,.py0{padding-top:0!important}.p0,.pb0,.py0{padding-bottom:0!important}.p0,.px0,.pl0{padding-left:0!important}.p0,.px0,.pr0{padding-right:0!important}.p10,.pt10,.py10{padding-top:0.1rem!important}.p10,.pb10,.py10{padding-bottom:0.1rem!important}.p10,.px10,.pl10{padding-left:0.1rem!important}.p10,.px10,.pr10{padding-right:0.1rem!important}.p20,.pt20,.py20{padding-top:0.2rem!important}.p20,.pb20,.py20{padding-bottom:0.2rem!important}.p20,.px20,.pl20{padding-left:0.2rem!important}.p20,.px20,.pr20{padding-right:0.2rem!important}.p30,.pt30,.py30{padding-top:0.3rem!important}.p30,.pb30,.py30{padding-bottom:0.3rem!important}.p30,.px30,.pl30{padding-left:0.3rem!important}.p30,.px30,.pr30{padding-right:0.3rem!important}.p40,.pt40,.py40{padding-top:0.4rem!important}.p40,.pb40,.py40{padding-bottom:0.4rem!important}.p40,.px40,.pl40{padding-left:0.4rem!important}.p40,.px40,.pr40{padding-right:0.4rem!important}.m25,.mt25,.my25{margin-top:0.25rem!important}.m25,.mb25,.my25{margin-bottom:0.25rem!important}.m25,.mx25,.ml25{margin-left:0.25rem!important}.m25,.mx25,.mr25{margin-right:0.25rem!important}.p25,.pt25,.py25{padding-top:0.25rem!important}.p25,.pb25,.py25{padding-bottom:0.25rem!important}.p25,.px25,.pl25{padding-left:0.25rem!important}.p25,.px25,.pr25{padding-right:0.25rem!important}

/*-------------------------结束公用样式--------------------------*/
body{background-color: var(--main-bg-color);}



[class*="btn"]:not(:disabled):not(.disabled):active [class*="ico"],
[class*="button"]:not(:disabled):not(.disabled):active [class*="ico"],
[class*="btn"]:not(:disabled):not(.disabled):active [class*="caret"],
[class*="button"]:not(:disabled):not(.disabled):active [class*="caret"]{opacity: 0.6;}






.mico{display: inline-block; width: 1em; height: 1em; background-repeat: no-repeat; background-position-x: 0; vertical-align: -0.15em;}

.mico{margin-right: 0.1rem; font-size: var(--mico-size); background-image: var(--mico-image); background-size: var(--mico-bgsize);}




.container{margin-left: auto; margin-right: auto; padding-left: var(--main-side-gap); padding-right: var(--main-side-gap); width: 100%; width: var(--max-container); max-width: 100%;}
.iconfont{font-size: 1em;}
.a-3{-webkit-transition: 0.3s; transition: 0.3s;}
.block-image{display: block; width: 100%;}

.t1-input,
.t1-textarea{display: block; width: 100%; line-height: 0.3rem; font-size: 0.16rem; color: var(--color-text); background-color: var(--color-white-a0); border: none; border-radius: 0; outline: 0; box-shadow: none; -webkit-appearance: none; appearance: none;}
.t1-input{height: 0.3rem; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.t1-textarea{height: 0.9rem;}
.t1-textarea-box{display: block; padding: 0.1rem 0.2rem; background-color: var(--gray-bg-1); border: 1px solid #eee; border-radius: var(--radius);}


/*--全局顶部--*/
.global-nav{position: relative; z-index: 13; display: block; height: var(--gn-height);}
.in-top.global-nav{height: 0;}
.gn--anchor{position: absolute; z-index: -1; top: 2px; left: 0; right: 0; height: 1px; opacity: 0; visibility: hidden;}
.gn-header{
  --gn-color-text: var(--color-black-2);
  --gn-color-bg: var(--color-white);
  --transition: 390ms cubic-bezier(0.4,0,0.6,1) 80ms;
  position: fixed; top: 0; left: 0; right: 0; height: var(--gn-height); color: var(--gn-color-text); background-color: var(--gn-color-bg); -webkit-transition: var(--transition); transition: var(--transition);}
.gn-header--container{display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; height: var(--gn-height); padding-left: 0.3rem; padding-right: 0.3rem; max-width: 1600px;}
.gn-header--left,
.gn-actions{display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center;}
.gn-logo{margin-right: 0.5rem; display: block; width: 2.6rem; height: calc(var(--gn-height)/2); background-image: url(../images/common/gn-logo.png); background-repeat: no-repeat; background-size: auto var(--gn-height);}

.gn-nav{position: relative; z-index: 16; display: -webkit-box; display: flex; -webkit-justify-content: end; justify-content: flex-end; -webkit-box-flex: 1; flex: 1; min-width: 0;}
.gn-nav--item{position: relative; display: block; height: var(--gn-height);}
.gn-nav--front-link{position: relative; display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-justify-content: center; justify-content: center; padding: 1px 0.25rem; min-width: 7em; height: var(--gn-height); line-height: 1.2; font-size: 0.16rem; color: var(--gn-color-text); background-clip: padding-box; border-bottom: 2px solid rgba(255,255,255,0); -webkit-transition: var(--transition); transition: var(--transition);}
.gn-nav--front-link:visited{color: var(--gn-color-text);}
.on.gn-nav--item .gn-nav--front-link{color: var(--color-orange); border-bottom-color: var(--color-orange);}
.gn-nav--drop{position: absolute; top: 100%; left: 0; display: block; padding: 0.05rem 0.08rem; width: 100%; text-align: center; background-color: var(--gn-color-bg); box-shadow: 0 0.05rem 0.05rem rgba(0,0,0,0.1); display: none;}
.gn-nav--item:hover .gn-nav--drop{display: block;}
.gn-nav--drop-link{margin-top: 0.05rem; margin-bottom: 0.05rem; display: block; padding: 0.1rem 0.05rem; line-height: 0.2rem; font-size: 0.14rem; color: var(--gn-color-text); background-color: rgba(0,0,0,0.05); -webkit-transition: var(--transition); transition: var(--transition);}
.gn-nav--drop-link:visited{color: var(--gn-color-text);}
.gn-nav--drop-link:hover{color: var(--color-white); -webkit-transform: scale(1.03); transform: scale(1.03);background-color: var(--color-orange)!important;}

.gn-search{margin-left: 0.3rem;}
.gn-search--form{display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; height: var(--gn-height); -webkit-transition: var(--transition); transition: var(--transition);}
.gn-search--group-input,
.gn-search--group-button{height: 0.4rem; line-height: 0.2rem; font-size: 0.14rem; color: var(--gn-color-text); background-color: var(--color-white-a0); border: none; border-radius: 0; outline: 0; box-shadow: none; -webkit-appearance: none; appearance: none;}
.gn-search--group{display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; background-color: rgba(0,0,0,0.1); border-radius: 0.2rem;}
.gn-search--group-input{padding: 0 0 0 0.2rem; height: 0.2rem; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.gn-search--group-button{display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-justify-content: center; justify-content: center; padding: 1px 0.15rem; min-width: 0.4rem; cursor: pointer;}
.iconfont.gn-search--group-button{font-size: 0.2rem;}
.gn-search__show-out,
.show.gn-search .gn-search__show-in{display: -webkit-box; display: flex;}
.gn-search__show-in,
.show.gn-search .gn-search__show-out{display: none;}

body:not(.in-scroll) .in-top.global-nav .gn-header{
  --gn-color-text: var(--color-white);
  --gn-color-bg: rgba(0,0,0,0.1);
}
body:not(.in-scroll) .in-top.global-nav .gn-logo{background-position-y: 100%;}
body:not(.in-scroll) .in-top.global-nav .gn-search--group,
body:not(.in-scroll) .in-top.global-nav .gn-nav--drop-link{background-color: rgba(0,0,0,0.3)}
.in-scroll .gn-header{
  --gn-height: 0.7rem;
  box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);
}

.xx_tit{ width: 100%;}
.xx_tit h3{ line-height: 50px; font-size: 24px; text-align: center; color: #222222; margin-bottom: 10px;}
.xx_tit p{ line-height: 60px; text-align: center; font-size: 16px; border-top: 1px dashed #eeeeee;}


.global-footer{
  --color: rgba(255,255,255,0.5);
  --bg-color: #0d1829;
}
.gf-friendlink{padding-top: 0.15rem; padding-bottom: 0.15rem; color: var(--color-white); background-color: var(--bg-color); border-bottom: 1px solid rgba(255,255,255,0.1);}
.gf-friendlink--container{display: -webkit-box; display: flex; line-height: 0.3rem;}
.gf-friendlink--dt{font-size: 0.18rem;}
.gf-friendlink--dd{-webkit-box-flex: 1; flex: 1; min-width: 0;}
.gf-friendlink--list{display: -webkit-box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; overflow: hidden;}
.gf-friendlink--item{margin-left: -2px; position: relative; display: block; padding-left: 0.2rem; padding-right: 0.2rem; height: 0.3rem; line-height: 0.3rem; font-size: 0.16rem; color: var(--color); background-image: -webkit-linear-gradient(0deg, var(--color), var(--color)); background-image: linear-gradient(90deg, var(--color), var(--color)); background-repeat: no-repeat; background-position: 0 60%; background-size: 1px 40%; -webkit-transition: var(--transition); transition: var(--transition);}
.gf-friendlink--item:visited{color: var(--color);}
.gf-friendlink--item:hover{color: var(--color-orange);}
.gf-friendlink--more-button{margin-left: 0.2rem; display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-justify-content: center; justify-content: center; font-size: 0.18rem; color: var(--color-orange);}
.gf-friendlink--more-button:visited{color: var(--color-orange);}
.gf-friendlink--more-button:hover{color: var(--color-orange-a8);}
.gf-service{padding-top: 0.4rem; padding-bottom: 0.4rem; color: var(--color-white); background-color: var(--bg-color);}
.gf-service--container{display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center;}
.gf-qrcode{display: -webkit-box; display: flex;}
.gf-qrcode--item{margin-left: 0.2rem; display: block; width: 1.1rem;}
.gf-qrcode--photo{position: relative; display: block; width: 1.1rem; height: 1.1rem;}
.gf-qrcode--name{margin-top: 0.05rem; text-align: center; line-height: 0.2rem; font-size: 0.14rem; color: var(--color);}
.gf-nav--wrap{display: -webkit-box; display: flex; -webkit-box-flex: 1; flex: 1; min-width: 0;}
.gf-nav--section{-webkit-box-flex: 1; flex: 1; min-width: 0;}
.gf-nav--title{margin-bottom: 0.15rem; font-size: 0.18rem; color: var(--color-white);}
.gf-nav--item{margin-top: 0.05rem; display: block; width: fit-content; font-size: 0.14rem; color: var(--color); -webkit-transition: var(--transition); transition: var(--transition);}
.gf-nav--item:visited{color: var(--color);}
.gf-nav--item:hover{color: rgba(255,255,255,0.8);}

.gf-copyright{text-align: center; padding-top: 0.15rem; padding-bottom: 0.15rem; font-size: 0.16rem; color: var(--color-white); background-color: #09111d;}
.gf-copyright--link{-webkit-transition: var(--transition); transition: var(--transition);}
.gf-copyright--link,
.gf-copyright--link:visited{color: var(--color-white);}
.gf-copyright--link:hover{color: rgba(255,255,255,0.8);}


.shine-effect__hover{position: relative; overflow: hidden;}
.shine-effect__hover::after{position: absolute; z-index: -1; left: -30%; top: -50%; bottom: -50%; content: ''; width: 20%; background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.3) 50%, rgba(255,255,255,0)); background-image: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.3) 50%, rgba(255,255,255,0)); -webkit-transform: rotate(35deg); transform: rotate(35deg);}
.shine-effect__hover:hover::after{z-index: 6; left: 130%; -webkit-transition: 1s ease-in-out; transition: 1s ease-in-out;}


.t1-boxhead{
  --height: 0.6rem;
  display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; height: var(--height); background-image: -webkit-linear-gradient(0deg, #ddd, #ddd); background-image: linear-gradient(90deg, #ddd, #ddd); background-repeat: no-repeat; background-size: 100% 0.02rem; background-position: 0 100%;}
.h-80.t1-boxhead{
  --height: 0.8rem;
}
.t1-boxhead--title{display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; height: var(--height); font-size: 0.22rem; color: var(--color-black-2); white-space: nowrap; text-overflow: ellipsis; overflow: hidden; background-image: -webkit-linear-gradient(0deg, var(--color-orange), var(--color-orange)); background-image: linear-gradient(90deg, var(--color-orange), var(--color-orange)); background-repeat: no-repeat; background-size: 2em 0.03rem; background-position: 0 100%;}
.t1-boxhead--button{display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; padding: 1px 0; font-size: 0.14rem; color: var(--color-orange); cursor: pointer; -webkit-transition: var(--transition); transition: var(--transition);}
.t1-boxhead--button:visited{color: var(--color-orange);}
.t1-boxhead--button:hover{color: var(--color-orange-a8);}

.x1-breadcrumb{margin-top: 0.2rem; margin-bottom: 0.2rem; position: relative; display: -webkit-box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; min-height: 0.25rem; line-height: 0.25rem; font-size: 0.16rem; color: var(--color-black-9);}
.x1-breadcrumb--item:not(:last-child){padding-right: 0.05rem;}
.x1-breadcrumb--item:not(:last-child)::after{margin-left: 0.03rem; font-family: "iconfont"; font-style: normal;-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "/";}
.x1-breadcrumb--link{color: var(--color-black-9); -webkit-transition: 0.3s; transition: 0.3s;}
.x1-breadcrumb--link:hover{color: var(--color-black-9-a8);}
.current.x1-breadcrumb--item{color: var(--color-orange);}

.x1-tab{
  --height: 0.6rem;
  position: relative; display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; width: fit-content; height: var(--height); font-size: 0.22rem;}
.x1-tab--item,
.x1-tab--line{-webkit-transition: 0.3s linear; transition: 0.3s linear;}
.x1-tab--item{position: relative; z-index: 3; display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; padding: 1px 0; height: var(--height); color: var(--color-black-2); user-select: none; cursor: pointer;}
.on.x1-tab--item{font-weight: 600;}
.x1-tab--spactor{margin-left: 0.3rem; margin-right: 0.3rem; display: block; height: 0.2rem; border-left: 1px solid #ddd;}
.x1-tab--line{position: absolute; bottom: 0; left: 0; display: block; width: 0.8rem; height: 0.03rem; background-image: -webkit-linear-gradient(0deg, var(--color-orange), var(--color-orange)); background-image: linear-gradient(90deg, var(--color-orange), var(--color-orange)); background-repeat: no-repeat; background-size: 2em 0.03rem; background-position: 50% 100%;}

.x2-tab{
  --height: 0.5rem;
  margin-left: -0.1rem; position: relative; display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; width: fit-content; height: var(--height); font-size: 0.18rem;}
.x2-tab--item{margin-left: 0.1rem; display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-justify-content: center; justify-content: center; padding: 1px 0.2rem; min-width: 1.6rem; height: var(--height); color: var(--color-black-3); background-color: var(--tint-blue-bg-color); user-select: none; cursor: pointer; -webkit-transition: 0.3s linear; transition: 0.3s linear;}
.on.x2-tab--item{color: var(--color-white); background-color: var(--color-orange);}


.t1-page--wrap{margin-top: 0.6rem; margin-bottom: 0.6rem; line-height: 0.4rem; font-size: 0.14rem; color: var(--color-black-3);}
.t1-page--wrap,
.t1-page--list,
.t1-page--jump,
.t1-page--button,
.t1-page--item{display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-justify-content: center; justify-content: center;}
.t1-page--wrap{-webkit-justify-content: end; justify-content: flex-end;}
.t1-page--button,
.t1-page--item,
.t1-page--jump-input{text-align: center; padding: calc(0.1rem - 1px); min-width: 0.4rem; height: 0.4rem; line-height: 0.2rem; font-size: 0.14rem; color: var(--color-black-3); border: 1px solid #e2e3e5; border-radius: 2px;}
.t1-page--button,
.t1-page--item{margin-left: 0.04rem; margin-right: 0.04rem; background-color: var(--color-white-a0); outline: 0; box-shadow: none; -webkit-appearance: none; appearance: none; cursor: pointer; -webkit-transition: 0.3s; transition: 0.3s;}
.t1-page--button{font-weight: 600;}
.t1-page--button:not(.disabled):hover,
.t1-page--item:not(.disabled):not(.on):hover{color: var(--color-primary); background-color: var(--tint-blue-bg-color);}
.current.t1-page--item{color: var(--primary);}
.more.t1-page--item{font-family: "iconfont"; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background-color: var(--disabled-bg);}
.more.t1-page--item::before{content: "\e897";}
.more-l.t1-page--item:hover::before{content: "\e619";}
.more-r.t1-page--item:hover::before{content: "\e618";}
.disabled.t1-page--button,
.disabled.t1-page--item{color: #9ea4ab; background-color: var(--disabled-bg); cursor: not-allowed;}
.on.t1-page--item{color: var(--color-white); background-color: var(--color-primary); border-color: var(--color-primary);}
.t1-page--jump{margin-left: 0.1rem;}
.t1-page--jump-input{margin-left: 0.08rem; margin-right: 0.08rem; width: 0.6rem; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; outline: 0; box-shadow: none; -webkit-appearance: none; appearance: none;}

.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}

.t1-swiper{position: relative; display: block; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); overflow: hidden;}
.t1-swiper--slide{position: relative; display: block;}

.i-banner--photo,
.n1-swiper--photo,
.d1-swiper--photo{position: relative; display: block; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); overflow: hidden;}
.i-banner--photo{padding-bottom: 42.1875%;}
.n1-swiper--photo{padding-bottom: 66.17647%;}
.d1-swiper--photo{padding-bottom: 49.4791666%; min-height: 6rem;}


.t1-swiper--bullets{position: absolute; z-index: 3; bottom: 0.4rem; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-justify-content: center; justify-content: center; text-align: center; line-height: 0; font-size: 0;}

.t1-swiper--bullet{
  --bg-color-rgb: 0,0,0;
  margin: 0 0.05rem; position: relative; display: block; width: 0.5rem; height: 0.05rem; background-color: rgba(var(--bg-color-rgb),0.5); border: none; outline: 0; box-shadow: none; -webkit-appearance: none; appearance: none; cursor: pointer;}
.t1-swiper--bullet::before{position: absolute; top: 0; left: 0; display: block; content: ""; width: 0; height: 100%; background-color: var(--color-orange);}
.glide__bullet--active.t1-swiper--bullet::before{width: 100%; animation: t1-swiper--bullet 4950ms linear;}
@-webkit-keyframes t1-swiper--bullet {
  0%{width: 0;}
  100%{width: 100%;}
}
@keyframes t1-swiper--bullet {
  0%{width: 0;}
  100%{width: 100%;}
}

.n1-swiper--title,
.n1-swiper--control{
  --height: 0.6rem;
  position: absolute; bottom: 1px; right: 0;
}
.n1-swiper--title{z-index: 3; left: 0; padding: 0.15rem 1.9rem 0.15rem 0.4rem; height: var(--height); white-space: nowrap; text-overflow: ellipsis; overflow: hidden; line-height: 0.3rem; font-size: 0.18rem; color: var(--color-white); background-color: rgba(0,0,0,0.7);}
.n1-swiper--control{z-index: 4; display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; width: 1.5rem; height: var(--height); font-size: 0.14rem; color: var(--color-white); background-color: var(--color-primary);}
.n1-swiper--control-arrow{display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-justify-content: center; justify-content: center; width: 0.5rem; height: var(--height); font-size: 0.2rem; color: var(--color-white); background-color: var(--color-white-a0); border: none; border-radius: 0; outline: 0; box-shadow: none; -webkit-appearance: none; appearance: none; cursor: pointer; -webkit-transition: var(--transition); transition: var(--transition);}
.n1-swiper--control-arrow:hover{background-color: rgba(0,0,0,0.1);}
.n1-swiper--pagination{text-align: center; width: 0.5rem; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.n1-swiper--pagination .current-index{font-size: 0.18rem;}

.d1-swiper{position: relative; display: block; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); overflow: hidden;}
.d1-swiper--control{position: absolute; z-index: 4; bottom: 55%; left: 0; right: 0;}
.d1-swiper--control-arrow{position: absolute; bottom: 50%; display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-justify-content: center; justify-content: center; width: 1rem; height: 1rem; font-size: 0.3rem; color: var(--color-white); cursor: pointer; -webkit-transition: var(--transition); transition: var(--transition);}
.d1-swiper--control-arrow:hover{background-color: rgba(0,0,0,0.3);}
.prev.d1-swiper--control-arrow{left: 0; transform: translateX(-100%);}
.next.d1-swiper--control-arrow{right: 0; transform: translateX(100%);}
.d1-swiper:hover .d1-swiper--control-arrow{transform: translateX(0);}
.d1-swiper--bullets-wrap{position: absolute; z-index: 3; bottom: 0; left: 0; right: 0; padding-top: 0.4rem; padding-bottom: 0.4rem; background-color: rgba(0,0,0,0.3); backdrop-filter: blur(2px);}
.d1-swiper--bullets{display: -webkit-box; display: flex; -webkit-justify-content: space-between; justify-content: space-between;}
.d1-swiper--bullet,
.d1-swiper--bullet-image{-webkit-transition: var(--transition); transition: var(--transition);}
.d1-swiper--bullet{-webkit-box-flex: 1; flex: 1; min-width: 0; padding: 0.04rem; background-color: rgba(255,255,255,0.6); cursor: pointer;}
.glide__bullet--active.d1-swiper--bullet{background-color: var(--color-white);}
.d1-swiper--bullet:not(:last-child){margin-right: 0.2rem;}
.d1-swiper--bullet-photo{position: relative; display: block; padding-bottom: 65%; background-color: #000; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); overflow: hidden;}
.d1-swiper--bullet-image{position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; object-fit: cover; opacity: 0.6;}
.glide__bullet--active.d1-swiper--bullet .d1-swiper--bullet-image{opacity: 1;}

/* 2025-3-24 add scrollnews */
.s1-notice{display: block; padding-top: 0.1rem; padding-bottom: 0.1rem; background-color: var(--tint-blue-bg-color);}
.s1-notice--container{display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; height: 0.4rem; line-height: 0.4rem; font-size: 0.16rem;}
.s1-notice--icon-notice{margin-right: 0.2rem; font-size: 0.22rem; color: var(--color-primary);}
.s1-notice--more-button{margin-left: 0.2rem; display: block; text-align: center; width: 0.4rem; color: var(--color-primary); font-weight: 600;}
.s1-notice--more-button:hover{color: var(--color-orange);}
.s1-notice--mainview{position: relative; -webkit-box-flex: 1; flex: 1; min-width: 0; overflow: hidden;}
.s1-notice--item{display: -webkit-box; display: flex;}
.s1-notice--item-text{-webkit-box-flex: 1; flex: 1; min-width: 0; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: var(--color-black-3);}
.s1-notice--item-date{margin-left: 0.1rem; color: var(--color-black-9);}
/* end 2025-3-24 add scrollnews */



.i-banner--container{position: absolute; z-index: 4; top: 0; bottom: 0; left: 0; right: 0; display: -webkit-box; display: flex; -webkit-box-orient: vertical; flex-direction: column; -webkit-box-align: center; align-items: center; -webkit-justify-content: center; justify-content: center;}
.i-banner--content{margin: 0 auto; text-align: center; padding: 0.2rem 0.3rem; width: 88%; max-width: 1200px; color: var(--color-white); background-color: rgba(0,0,0,0.3);}
.i-banner--content-title{margin-top: 0.15rem; margin-bottom: 0.15rem; line-height: 1.2; font-size: 0.6rem;}
.i-banner--content-text{margin-top: 0.15rem; margin-bottom: 0.15rem; font-size: 0.3rem;}

.i-section{padding-top: 0.1px; padding-bottom: 0.1px; background-repeat: no-repeat; background-size: cover;}

.i-section--header{
  --en-color: rgba(var(--color-primary-rgb),0.1);
  --cn-color: var(--color-black-2);
  margin-top: 0.5rem; margin-bottom: 0.5rem; text-align: center;}
.i-section--header-title{position: relative; display: block; text-align: center; line-height: 1; padding-top: 0.3rem; height: 0.6rem;}
.i-section--header-title-en{position: absolute; top: 0; left: 0; width: 100%; font-size: 0.6rem; color: var(--en-color); font-weight: 600; font-family: "微软雅黑"; text-transform: uppercase; -webkit-user-select: none; user-select: none;}
.i-section--header-title-cn{position: relative; z-index: 2; font-size: 0.3rem; color: var(--cn-color);}


.i-section__1-s1{margin-top: 0.5rem; margin-bottom: 0.6rem;}
.i-section__1-s2{padding-top: 0.6rem; padding-bottom: 0.6rem; background-color: var(--tint-blue-bg-color);}
.i-section__1-s1--container,
.i-section__1-s2--container{display: -webkit-box; display: flex;}
.i-section__1-s1--container{padding: 0; background-color: var(--tint-blue-bg-color);}
.i-section__1-s2--container{padding: 0.1px 0; background-color: var(--color-white);}
.i-section__1--box{-webkit-box-flex: 1; flex: 1; min-width: 0;}

.i-section__3{position: relative;}
.i-section__3--bg{position: absolute; top: 0; bottom: 0; left: 0; right: 0; opacity: 0.18;}
.i-section__3--bg-image{position: relative; display: block; width: 100%; height: 100%; object-fit: cover;-webkit-user-select: none; user-select: none;}
.i-section__3--container{position: relative; z-index: 2;}


.i-section__4{position: relative; padding: 0;}
.i-section__4--header{
  --en-color: rgba(255,255,255,0.1);
  --cn-color: var(--color-white);
  position: absolute; z-index: 3; top: 0; left: 0; right: 0;}


.l1-news--item{margin-top: 0.1rem; margin-bottom: 0.1rem; position: relative; display: -webkit-box; display: flex; padding-left: 0.25rem; height: 0.3rem; line-height: 0.3rem; font-size: 0.16rem;}
.l1-news--item::before{position: absolute; top: 0.09rem; left: 0; display: block; content: ""; width: 0.12rem; height: 0.12rem; background-color: var(--bg-color-1); background-image: -webkit-linear-gradient(0deg, var(--color-primary), var(--color-primary)); background-image: linear-gradient(90deg, var(--color-primary), var(--color-primary)); background-repeat: no-repeat; background-position: 50% 50%; background-size: 0.04rem 0.04rem; border-radius: 3px; -webkit-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: var(--transition); transition: var(--transition);}
.l1-news--item:hover::before{background-color: rgba(var(--color-orange-rgb),0.2); background-image: -webkit-linear-gradient(0deg, var(--color-orange), var(--color-orange)); background-image: linear-gradient(90deg, var(--color-orange), var(--color-orange));}
.l1-news--text{-webkit-box-flex: 1; flex: 1; min-width: 0; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: var(--color-black-3);}
.l1-news--date{margin-left: 0.1rem; color: var(--color-black-9);}
.l2-news--item{
  --color-day: var(--color-primary);
  --color-day-bg: var(--bg-color-1);
  --color-title: var(--color-black-2);
  --color-text: var(--color-black-6);
  margin-top: 0.2rem; margin-bottom: 0.2rem; display: -webkit-box; display: flex; padding-bottom: 0.2rem; border-bottom: 1px dashed #ddd;}
.l2-news--date,
.l2-news--title,
.l2-news--text{-webkit-transition: var(--transition); transition: var(--transition);}
.l2-news--date{margin-right: 0.3rem; display: -webkit-box; display: flex; -webkit-box-orient: vertical; flex-direction: column; -webkit-box-align: center; align-items: center; -webkit-justify-content: center; justify-content: center; text-align: center; width: 0.8rem; height: 0.8rem; line-height: 1.2; font-size: 0.14rem; color: var(--color-day); background-color: var(--color-day-bg);}
.l2-news--day{font-size: 0.3rem; font-weight: 600;}
.l2-news--main{-webkit-box-flex: 1; flex: 1; min-width: 0;}
.l2-news--title{margin-bottom: 0.05rem; display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; height: 0.25rem; line-height: 0.25rem; font-size: 0.18rem; color: var(--color-title); -webkit-transition: var(--transition); transition: var(--transition);}
.l2-news--title:hover{color: var(--color-orange);}
.l2-news--text{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; white-space: normal; overflow: hidden; line-height: 0.25rem; font-size: 0.16rem; color: var(--color-text);}
.s2.l2-news--item .l2-news--date{width: 0.9rem; height: 0.9rem;}
.s2.l2-news--item .l2-news--title{height: 0.3rem; line-height: 0.3rem; font-size: 0.22rem;}
.l2-news--item__hover{margin-top: 0; margin-bottom: 0; padding: 0.3rem 0.3rem 0.3rem 0; -webkit-transition: var(--transition); transition: var(--transition);}
.l2-news--item__hover:hover{
  --color-day: var(--color-white);
  --color-day-bg: var(--color-primary);
  --color-title: var(--color-primary);
  --color-text: var(--color-primary);
  padding-left: 0.3rem; box-shadow: 0 0 0.06rem rgba(0,0,0,0.2);}



.x4-business--list{margin-top: 0.2rem; margin-bottom: 0.2rem; display: -webkit-box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
.x4-business--item{margin-top: 0.2rem; position: relative; display: block; width: calc((100% - 0.6rem)/4);}
.x4-business--item:not(:nth-of-type(4n)){margin-right: 0.2rem;}
.x4-business--item:nth-of-type(1),
.x4-business--item:nth-of-type(2),
.x4-business--item:nth-of-type(3),
.x4-business--item:nth-of-type(4){margin-top: 0;}
.x4-business--photo{position: relative; display: block; padding-bottom: 147.6923%; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); overflow: hidden;}
.x4-business--content,
.x4-business--title,
.x4-business--text{-webkit-transition: var(--transition); transition: var(--transition);}
.x4-business--content{position: absolute; z-index: 3; top: 30%; left: 0; text-align: center; padding: 0.4rem 0.3rem 1px; width: 100%; height: 40%; color: var(--color-white); background-color: rgba(0,0,0,0.6); overflow: hidden;}
.x4-business--item:hover .x4-business--content{top: 0; padding-top: 0.7rem; height: 100%; background-color: rgba(var(--color-primary-rgb),0.8); backdrop-filter: blur(6px);}
.x4-business--title{margin-bottom: 0.2rem; height: 0.4rem; line-height: 0.4rem; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-size: 0.3rem; font-weight: 600;}
.x4-business--text{margin-bottom: 0.4rem; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; white-space: normal; overflow: hidden; height: 0.5rem; line-height: 0.25rem; font-size: 0.14rem;}
.x4-business--item:hover .x4-business--title{margin-bottom: 0.5rem;}
.x4-business--item:hover .x4-business--text{-webkit-line-clamp: 6; text-align: left; height: 1.5rem;}
.x4-business--button.middle-button{width: 70%; border-radius: 0;}

.x4-tab--wrap{position: relative; z-index: 2; padding-top: 0.4rem; padding-bottom: 0.4rem; background-color: rgba(89,151,238,0.6);}
.x4-tab{position: relative; display: -webkit-box; display: flex; -webkit-justify-content: space-between; justify-content: space-between;}
.x4-tab--item,
.x4-tab--line{-webkit-transition: 0.3s linear; transition: 0.3s linear;}
.x4-tab--item{position: relative; z-index: 2; -webkit-box-flex: 1; flex: 1; min-width: 0; text-align: center; padding: 0.2rem 0.2rem 1px; height: 1.8rem; color: var(--color-white); background-color: rgba(0,0,0,0.2); cursor: pointer; -webkit-transition: var(--transition); transition: var(--transition);}
.on.x4-tab--item{background-color: var(--color-orange);}
.x4-tab--item:hover{background-color: var(--color-orange);}
.x4-tab--item:not(:last-of-type){margin-right: 0.4rem;}
.x4-tab--icon{margin: 0 auto; display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-justify-content: center; justify-content: center; width: 0.9rem; height: 0.9rem; border: 0.04rem solid currentColor; border-radius: 50%;}
.x4-tab--icon::before{display: block; content: ""; width: 1em; height: 1em; font-size: 0.8rem; background-image: url(../images/index/section-3/tab.png); background-repeat: no-repeat; background-position-x: 0; background-size: 1em auto;}
.i-1.x4-tab--icon::before{background-position-y: 0;}
.i-2.x4-tab--icon::before{background-position-y: -1em;}
.i-3.x4-tab--icon::before{background-position-y: -2em;}
.i-4.x4-tab--icon::before{background-position-y: -3em;}
.x4-tab--name{margin-top: 0.1rem; display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; height: 0.3rem; line-height: 0.3rem; font-size: 0.24rem;}

.x1-brief{display: -webkit-box; display: flex;}
.x1-brief--main{-webkit-box-flex: 1; flex: 1; min-width: 0;}
.x1-brief--name{margin-bottom: 0.2rem; font-size: 0.2rem; color: var(--color-black-3);}
.x1-brief--spactor{margin-top: 0.2rem; margin-bottom: 0.2rem; display: block; width: 0.6rem; height: 0.03rem; background-color: var(--color-orange);}
.x1-brief--text{line-height: 1.9; font-size: 0.16rem; color: var(--color-black-3);}
.x1-brief--action{margin-top: 0.4rem;}
.x1-brief--action-button{min-width: 1.8rem;}
.x1-brief--media{margin-left: 0.9rem; width: 5.6rem; height: 3.7rem; }
.t1-media{position: relative; display: block; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); overflow: hidden;}
.t1-media--video{position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain;}
.t1-media--cover{position: absolute; z-index: 3; top: 0; left: 0; display: -webkit-box; display: flex; -webkit-box-orient: vertical; flex-direction: column; -webkit-box-align: center; align-items: center; -webkit-justify-content: center; justify-content: center; text-align: center; width: 100%; height: 100%; background-color: rgba(0,0,0,0.2);}
.t1-media--play-button{display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-justify-content: center; justify-content: center; width: 1rem; height: 1rem; line-height: 1.1; font-size: 0.5rem; color: var(--color-white); border: 0.03rem solid currentColor; border-radius: 50%; cursor: pointer; -webkit-transition: 300ms linear; transition: 300ms linear;}
.play.t1-media .t1-media--play-button{opacity: 0; -webkit-transform: scale(2); transform: scale(2);}
.play.t1-media .t1-media--video{z-index: 4; -webkit-transition-delay: 300ms; transition-delay: 300ms;}

.t2-banner{position: relative; display: block; min-height: 5rem; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); overflow: hidden;}

.page-main{position: relative; z-index: 2;}
.t1-frame{
  --frame-top-margin: 0.3rem;
  margin-top: var(--frame-top-margin); margin-bottom: 0.6rem; display: -webkit-box; display: flex;}
.t1-frame--main-view{-webkit-box-flex: 1; flex: 1; min-width: 0;}
.t1-frame--left-view{margin-right: 0.4rem; width: 3.2rem; background-color: var(--tint-blue-bg-color);}


.t1-leftnav{
  --side-space: 0.3rem;
  --leftnav-title-height: 1.2rem;
  margin-top: calc(0px - var(--frame-top-margin) - var(--leftnav-title-height));
}
.t1-leftnav--title{display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; padding: 1px var(--side-space); height: var(--leftnav-title-height); line-height: 1.2; font-size: 0.3rem; color: var(--color-white); background-image: url(../images/common/t1-leftnav--title.png); background-size: cover;}
.t1-leftnav--content{padding: 0.1px var(--side-space); background-color: var(--tint-blue-bg-color); /**background-image: url(../images/common/t1-leftnav--bg.jpg);**/ background-repeat: no-repeat; background-position: 50% 100%; background-size: 100% auto;}
.t1-leftnav--item{position: relative; display: block; padding: 0.25rem 0.3rem 0.25rem 0; height: 0.8rem; line-height: 0.3rem; font-size: 0.18rem; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; border-bottom: 1px solid rgba(179,153,121,0.3); -webkit-transition: var(--transition); transition: var(--transition);}
.t1-leftnav--item:last-of-type{border-bottom: none;}
.t1-leftnav--item:visited{color: var(--color-black-3);}
.t1-leftnav--item:not(.on):hover{color: var(--color-orange);}
.on.t1-leftnav--item{color: var(--color-primary);}
.t1-leftnav--item::after{position: absolute; top: 0.25rem; right: 0; display: block; content: "\e619"; font-family: "iconfont"; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: var(--color-white-a0);}
.on.t1-leftnav--item::after{color: var(--color-orange);}


.d1-article--body{margin-top: 0.5rem; line-height: 1.8; font-size: 0.18rem; color: var(--color-black-3);}
.d1-article--body .sec,
.d1-article--body .photo{margin-bottom: 0.3rem;}
.d1-article--body .photo{text-align: center;}


.l3-album--list{display: -webkit-box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
.l3-album--item{margin-top: 0.4rem; display: block; width: calc((100% - 0.7rem)/3); -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%;}
.l3-album--item:active{-webkit-transform: perspective(10rem) rotateX(5deg); transform: perspective(10rem) rotateX(5deg);}
.l3-album--item:not(:nth-of-type(3n)){margin-right: 0.35rem;}
.l3-album--item:nth-of-type(1),
.l3-album--item:nth-of-type(2),
.l3-album--item:nth-of-type(3){margin-top: 0;}
.l3-album--photo{position: relative; display: block; padding-bottom: 66.77419%; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); overflow: hidden; border-bottom: 0.03rem solid #50a5da;}
.l3-album--photo-image{position: absolute; top: 0; left: 0; display: block; width: 100%; object-fit: cover; -webkit-transition: var(--transition); transition: var(--transition);}
.l3-album--item:hover .l3-album--photo-image{-webkit-transform: scale(1.05); transform: scale(1.05);}
.l3-album--name{display: block; text-align: center; padding: 0.1rem 0.2rem 0.08rem; height: 0.5rem; line-height: 0.3rem; font-size: 0.18rem; color: var(--color-black-3); background-color: #eee; border-bottom: 0.02rem solid var(--color-primary);}


.event-process--control{display: -webkit-box; display: flex; -webkit-justify-content: end; justify-content: flex-end;}
.event-process--control-button{
  --color: var(--color-white);
  --color-bg: var(--color-primary);
  --color-bd: var(--color-primary);
  margin-left: 0.12rem; display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-justify-content: center; justify-content: center; text-align: center; width: 0.5rem; height: 0.5rem; font-size: 0.24rem; color: var(--color); background-color: var(--color-bg); border: 0.02rem solid var(--color-bd); border-radius: 50%; cursor: pointer; -webkit-transition: var(--transition); transition: var(--transition);}
.event-process:not(.prev-stop) .prev.event-process--control-button:hover,
.event-process:not(.next-stop) .next.event-process--control-button:hover{--color-bg: var(--color-orange); --color-bd: var(--color-orange);}
.prev-stop.event-process .prev.event-process--control-button,
.next-stop.event-process .next.event-process--control-button{--color: var(--color-black-2); --color-bg: var(--color-white); --color-bd: #ddd;}
.event-process--arrow{display: block; cursor: pointer;}
.prev-stop.event-process .prev.event-process--arrow,
.next-stop.event-process .next.event-process--arrow{opacity: 0;}
.event-process--arrow-icon{display: block; text-align: center; width: 0.3rem; height: 0.3rem; line-height: 0.3rem; font-size: 0.16rem; color: var(--color-primary);}
.event-process--content{position: relative; display: block; height: 7.8rem; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); overflow: hidden;}
.event-process--list{position: relative; display: block; padding-top: 1px; padding-bottom: 1px; background-image: -webkit-linear-gradient(0deg, #ddd, #ddd); background-image: linear-gradient(90deg, #ddd, #ddd); background-repeat: no-repeat; background-position: 0.14rem 0; background-size: 0.02rem 100%; -webkit-transition: 0.3s linear; transition: 0.3s linear;}
.event-process--item{margin-top: 0.3rem; margin-bottom: 0.3rem; position: relative; display: block; padding-left: 0.55rem;}
.event-process--item::before{position: absolute; top: 0.05rem; left: 0; display: block; content: ""; width: 0.3rem; height: 0.3rem; -webkit-box-sizing: border-box; box-sizing: border-box; background-image: -webkit-radial-gradient(circle closest-side, var(--color-primary) 44%, #fff 50%); background-image: radial-gradient(circle closest-side, var(--color-primary) 44%, #fff 50%); background-repeat: no-repeat; background-size: 100% 100%; background-position: 50% 50%; border: 0.04rem solid var(--color-primary); border-radius: 50%;}
.event-process--item-date{margin-bottom: 0.1rem; position: relative; display: block; text-align: center; padding: 0.05rem 0.15rem; min-width: 1.4rem; width: fit-content; height: 0.4rem; line-height: 0.3rem; font-size: 0.18rem; color: var(--color-white); background-color: var(--color-primary); border-radius: 0.06rem;}
.event-process--item-date::before{position: absolute; top: 50%; left: -0.55em; margin-top: -0.15rem; display: block; content: "\e8a5"; font-family: "iconfont"; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 1em; height: 0.3rem; color: var(--color-primary);}
.event-process--item-text{line-height: 1.8; font-size: 0.18rem; color: var(--color-black-3);}










/*btn*/

.middle-button{-webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; text-align: center; line-height: 1.1; border-radius: 0; border: none; outline: 0; -webkit-appearance: none; appearance: none; cursor: pointer; -webkit-transition: 0.3s; transition: 0.3s;}


.middle-button{display: -webkit-inline-flex; display: inline-flex;}


.middle-button{padding: 1px 0.2rem; height: 0.4rem; font-size: 0.16rem;}
.radius.middle-button{border-radius: 0.2rem;}


.primary-button{color: var(--color-white); background-color: var(--color-primary);}
.primary-button:visited{color: var(--color-white);}
.primary-button__hover:hover{color: var(--color-white-a8); background-color: var(--color-primary-a8);}
.orange-button{color: var(--color-white); background-color: var(--color-orange);}
.orange-button:visited{color: var(--color-white);}
.orange-button__hover:hover{color: var(--color-white-a8); background-color: var(--color-orange-a8);}



.fade-button{position: relative; overflow: hidden;}
.fade-button--circle{position: absolute; top: 50%; left: 50%; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%);}
.fade-button:hover .fade-button--circle{-webkit-animation: button-fade-circle 0.75s; animation: button-fade-circle 0.75s;}
.fade-button--circle::before{margin-top: 100%; position: relative; display: block; content: "";}
.fade-button--circle::after{position: absolute; top: 0; bottom: 0; left: 0; right: 0; content: ""; border-radius: 50%;}
.fade-button:hover .fade-button--circle::after{-webkit-animation: button-fade-circle-pseudo 0.75s; animation: button-fade-circle-pseudo 0.75s;}
@-webkit-keyframes button-fade-circle{0%{width:0}100%{width:100%}}
@keyframes button-fade-circle{0%{width:0}100%{width:100%}}
@-webkit-keyframes button-fade-circle-pseudo{0%{background:rgba(0,0,0,0.5)}100%{background:transparent}}
@keyframes button-fade-circle-pseudo{0%{background:rgba(0,0,0,0.5)}100%{background:transparent}}




/* margin */
.my60, .mt60{margin-top: 0.6rem!important;}
.my60, .mb60{margin-bottom: 0.6rem!important;}

/*font*/
.fw-600{font-weight: 600;}
.fw-not{font-weight:normal;}
.underline,
.underline__hover:hover{text-decoration: underline;}
.vertical-align__bottom{vertical-align: bottom;}
.ti-2em{text-indent: 2em;}
.fz30{font-size: 0.3rem;}

/*color*/
.primary-color__hover,
.orange-color__hover,
.text-color__hover{-webkit-transition: 0.3s; transition: 0.3s;}
.primary-color, .primary-color:visited{color: var(--color-primary);}
.primary-color__hover:hover{color: var(--color-primary-a8);}
.orange-color, .orange-color:visited{color: var(--color-orange);}
.orange-color__hover:hover{color: var(--color-orange-a8);}

.xx_tit{ width: 100%;}
.xx_tit h3{ line-height: 50px; font-size: 24px; text-align: center; color: #222222; margin-bottom: 10px;}
.xx_tit p{ line-height: 60px; text-align: center; font-size: 16px; border-top: 1px dashed #eeeeee;}
