body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,button,textarea,p,th,td,span,a,b,i,strong{margin:0; padding:0; box-sizing: border-box;}
body {font-size:62.5%; line-height: 1.5; color: #0e0e0e; background: #fff; font-family: 'Source Han Sans Normal',"Microsoft YaHei","Arial";} 
html,body{width: 100%;overflow-x: hidden;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
img{border:0;display: block;max-width: 100%;transition: all .3s ease-out;}
.pic img{width: 100%;}
table {border-collapse: collapse;} 
input{border: none;}
textarea{font-family: inherit;}
button{outline: none;border: none;}
a{text-decoration: none;background: none ;color: inherit;font-size: inherit;}
ul, li, ol{ list-style: none; }
:focus{ outline:none;}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfix{ clear: both; content: ""; display: block; overflow: hidden }
.clear{clear: both;}
.fl{ float: left; }
.fr{float: right;}
:root {--primary-color: #ee7b62;--vice-color: #003333;}
/* .wrapper{width: 94%;min-width: 1200px;max-width: 1800px;margin: 0 auto;}
.wrapper_min{width: 80%;min-width: 1200px;max-width: 1640px;margin: 0 auto;} */
.wrapper{width: 94%;margin: 0 auto;}
.wrapper_min{width: calc(94% - 260px);margin: 0 auto;}
.pic_constant{width: 100%;overflow: hidden;}
.pic_constant .inner{width: 100%;position: relative;}
.pic_constant .inner::after{content: '';width: 100%;display: block;}
.pic_constant .inner img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transition: all .5s ease-out;}
.bgCover{background-repeat: no-repeat;background-position: center;background-size: cover;}
.txtEllipsis{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.txtEllipsisTwo{overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.txtEllipsisThree{overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 3;}
.swiper-pagination-bullet-active{background-color: var(--primary-color);}
.color_primary{color: var(--primary-color);}
.color_white{color: #fff;}
.color_white_translucent{color: rgba(255, 255, 255, .9);}
.flex_center{display: flex;justify-content: center;align-items: center;}
.flex_between{display: flex;flex-wrap: wrap;justify-content: space-between;}
.flex_align_center{display: flex;align-items: center;}
.relative{position: relative;}
.flex{display: flex;}
.mg_t_60{margin-top: 80px;}
.mg_t_50{margin-top: 50px;}
.mg_t_40{margin-top: 40px;}
.mg_t_30{margin-top: 30px;}
.mg_t_20{margin-top: 20px;}
.mg_t_10{margin-top: 10px;}
.mg_t_5{margin-top: 5px;}
.indent{text-indent: 2em;}
.text_center{text-align: center;}
.text_right{text-align: right;}
.font_bold{font-weight: bold;}
h2{font-size: 4.2em;}
h3{font-size: 2.4em;}
h4,.fs24{font-size: 2.4em;}
.fs60{font-size: 3em;}
.fs22{font-size: 2.2em;}
.fs20{font-size: 2em;}
.fs18{font-size: 1.8em;}
.fs16{font-size: 1.6em;}
.fs15{font-size: 1.5em;}
.fs14{font-size: 1.4em;}
.fs12{font-size: 1.2em;}

.swiper-free-mode>.swiper-wrapper {-webkit-transition-timing-function: linear !important;-moz-transition-timing-function: linear !important;-ms-transition-timing-function: linear !important;-o-transition-timing-function: linear !important;transition-timing-function: linear !important;}

.space{padding-top: 15vh !important;padding-bottom: 15vh !important;}
.space_min{padding-top: 10vh !important;padding-bottom: 10vh !important;}

.section_title{text-align: center;line-height: 1;letter-spacing: 1px;color: #fff;}
.section_title p{font-size: 1.8em;margin-top: 30px;}

.hover_ani-push_window::before,
.hover_ani-push_window::after{content: '';position: absolute;top: 0;width: 0;height: 100%;background-color: var(--primary-color);z-index: -1;transition: inherit;}
.hover_ani-push_window::before{left: 0;}
.hover_ani-push_window::after{right: 0;}
.hover_ani-push_window:hover::before{width: 50%;left: 50%;}
.hover_ani-push_window:hover::after{width: 50%;right: 50%;}

.hover_ani-block_cross> .inner::before,
.hover_ani-block_cross> .inner::after{content: "";position: absolute;pointer-events: none;opacity: 1;z-index: 3;transform: rotate(5deg);}
.hover_ani-block_cross> .inner::before{top: 0;right: 50%;bottom: 0;left: 50%;background: rgba(255, 255, 255, 0.1);}
.hover_ani-block_cross> .inner::after{top: 50%;right: 0;bottom: 50%;left: 0;background: rgba(255, 255, 255, 0.2);}
.hover_ani-block_cross:hover> .inner:before,
.hover_ani-block_cross:hover> .inner:after{opacity: 0;transition: all 900ms linear;}
.hover_ani-block_cross:hover> .inner:before{left: 0;right: 0;}
.hover_ani-block_cross:hover> .inner:after{top: 0;bottom: 0;}

::-webkit-scrollbar{width: 8px;}
::-webkit-scrollbar-track{background: #fff;border-radius: 10px;}
::-webkit-scrollbar-thumb{border-radius: 10px;background: var(--primary-color);}
::-webkit-scrollbar-thumb:hover{-webkit-box-shadow: none;}

.header{width: 100%;height: 84px;position: fixed;top: 0;left: 0;z-index: 999;transition: all .6s cubic-bezier(0.68, -0.55, 0.265, 1.55);}
.header .wrapper{height: 100%;display: flex; align-items: center;justify-content: space-between;}
.header .logo img{height: 21px;transition: all .3s ease-out;}

.header li.lava{border-radius: 40px;z-index: -1;}
.header .nav{position: relative;}
.header .nav> ul,
.header .nav .children .inner{background-color: rgba(255,255,255,.1);backdrop-filter: blur(10px) brightness(1.2);-webkit-backdrop-filter: blur(10px) brightness(1.2);transition: all .6s cubic-bezier(0.68, -0.55, 0.265, 1.55);}
.header .nav> ul{padding: 4px;display: flex;position: relative;border-radius: 40px;}
.header .nav> ul ul{display: none;}
.header .nav .children{width: 100%;position: absolute;top: 0;padding-top: 16px;left: 0;z-index: -99;opacity: 0;visibility: hidden;transition: all .6s cubic-bezier(0.68, -0.55, 0.265, 1.55);}
.header .nav .children.slide{opacity: 1;top: 100%;z-index: 99;visibility: visible;}
.header .nav .children .inner{width: 100%;height: 44px;padding: 4px;display: flex;justify-content: center;border-radius: 40px;}
.header .nav a{padding: 0 28px;height: 36px;line-height: 36px;font-size: 1.6em;color: #080808;display: block;font-family: 'Source Han Sans Regular';}

.header::after{content: '';background: rgba(0, 0, 0, .1);position: absolute;top: -100%;left: 0;z-index: -1;width: 100%;height: 100%;display: block;opacity: 0;transition: all .5s ease-out;}
.header.change::after,
.header.bg_white::after{top: 0;opacity: 1;}
.header .logo.black img{filter:brightness(0);}

.header .lang{background-color: rgba(255,255,255,.1);border-radius: 40px;backdrop-filter: blur(10px) brightness(1.2);-webkit-backdrop-filter: blur(10px) brightness(1.2);display: flex;padding: 4px;}
.header .lang a{padding: 0 10px;height: 36px;line-height: 36px;text-align: center;font-size: 1.6em;color: #080808;border-radius: 40px;transition: all .6s cubic-bezier(0.68, -0.55, 0.265, 1.55);display: block;}


.footer{padding-top: 100px;}
.footer a:hover{color: inherit;text-decoration: underline;}
.footer .nav{width: 58%;justify-content: space-between;}
.footer .nav .item{font-size: 2.6em;}
.footer .nav .item:first-child{margin-left: 0;}
.footer .nav .item>a{display: block;margin-top: 38px;}
.footer .nav .item>a:first-child{margin-top: 0;}
.footer .nav .item ul li{color: #999;margin-top: 10px;}
.footer .contact li{margin-bottom: 20px;}
.footer .contact li span{font-size: 1.6em;color: #999;}
.footer .contact li p{font-size: 2.6em;line-height: 1.2;}

.footer .top{padding: 80px 0 130px;}
.footer .btm{font-size: 1.4em;line-height: 38px;padding: 20px 0;}
.footer .copyright{background-color: #edebeb;color: #999;border-radius: 20px;padding: 0 20px;}
.footer .ewm{display: flex;}
.footer .ewm li{width: 144px;border-radius: 20px;background-color: #edebeb;position: relative;text-align: center;cursor: pointer;margin-left: 24px;transition: all .3s ease-out;}
.footer .ewm li:first-child{margin-left: 0;}
.footer .ewm li .img{position: absolute;bottom: 100%;left: 0;width: 100%;background-color: #fff;padding: 0 15px;opacity: 0;visibility: hidden;transition: inherit;}
.footer .ewm li img{width: 100%;height: 100%;object-fit: contain;}
.footer .ewm li::after{content: '';display: block;width: 0;height: 1px;background-color: #edebeb;position: absolute;top: 0;left: 50%;transform: translateX(-50%);transition: inherit;}
.footer .ewm li:hover{background-color: #fff;border-radius: 0 0 20px 20px;}
.footer .ewm li:hover .img{bottom: 100%;padding: 15px;opacity: 1;visibility: visible;border-radius: 20px 20px 0 0;}
.footer .ewm li:hover::after{width: 2.0em;}

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