/*css reset*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;padding: 0; margin: 0;}
html,body{ padding: 0; margin: 0; font-family:"MiSans","鎬濇簮榛戜綋","Source Han Sans CN","寰蒋闆呴粦","Microsoft YaHei"; line-height: normal;}
ol, ul {list-style: none; padding: 0; margin: 0;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; }
table {border-collapse: collapse; border-spacing: 0;}
th,td { vertical-align: middle;padding: 0;}
a{text-decoration:none;	outline: none;hlbr:expression(this.onFocus=this.blur());}
input, select,textarea {vertical-align: middle;padding: 0;border: 0 none;margin: 0;font-family: inherit;}
img, iframe {border: none; text-decoration:none;}
img{vertical-align: top;}
strong {font-weight: bold;}
h1,h2,h3,h4,h5,h6{padding: 0; margin: 0;font-size: inherit}
:focus {outline: 0;}
::-webkit-input-placeholder { /* WebKit browsers */
	color: inherit;
   opacity:  0.5;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: inherit;
   opacity:  0.5;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: inherit;
   opacity:  0.5;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: inherit;
   opacity:  0.5;
}
sup{
	font-size: 0.5em;
}
/*css common*/
.clearfix:after{content: "";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;font-size:0;}
.clearfix{*zoom:1;}
a{
	border:none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent;
	outline:none;
	color: inherit;
}
svg *{
	stroke: inherit;
	fill: inherit;
}
h1,h2,h3,h4,h5,h6,b{
	font-weight: 500;
}
html.ie select::-ms-expand { display: none; }
html.ie input::-ms-clear { display: none; }

/*@font-face {*/
/*  font-family: 'fontello';*/
/*  src: url('../fonts/fontello.eot');*/
/*  src: url('../fonts/fontello.eot?#iefix') format('embedded-opentype'), url('../fonts/fontello.woff2') format('woff2'), url('../fonts/fontello.woff') format('woff'), url('../fonts/fontello.ttf') format('truetype'), url('../fonts/fontello.svg#fontawesomeregular') format('svg');*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*}*/

:root{
	--theme-color: #FF3129;
}

.mobile{
	display: none;
}
.web{
	display: inline-block;
}
.bg{
	width: 100%;
}
html {
	font-size: calc(100vw * 16 / 1920);
}
body{
	position: relative;
	margin: 0 auto;
    -webkit-text-size-adjust: 100% !important;
}
.inner{
	/*max-width: 92%;*/
	margin: 0 auto;
}
.inner.w1500{
	/*width: 93.75em;*/
}
#wrap{
	min-height: 100%;
	margin: 0 auto;
}
.section{
	overflow: hidden;
	background: #f5f7fa;
}
.swiper{
	width: 100%;
}
.swiper.allvisible{
	overflow: visible !important;
}
.odometer{
	font-family: inherit;
}
.odometer.nopoint .odometer-formatting-mark{
	display: none;
}
.odometer .odometer-digit-spacer,.odometer .odometer-digit{
	vertical-align: top !important;
}

/*floatside*/
#floatside{
	position: fixed;
	right: 2.24%;
	top: 50%;
	z-index: 51;
	transform: translate(0,-50%);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.75s;
}
#floatside.active{
	opacity: 1;
	pointer-events: auto;
}
#floatside li{
	margin-bottom: 1.25em;
}
#floatside li:last-child{
	margin-bottom: 0;
}
#floatside li a{
	position: relative;
	width: 3.25em;
	height: 3.25em;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.85);
	box-shadow: -0.625em 0.625em 2.375em rgba(0, 0, 0, 0.1);
}
#floatside li.aff a{
	background-color: var(--theme-color);
}
#floatside svg{
	width: 54%;
	fill: #333;
	transition: fill 0.5s;
}
#floatside li.aff svg{
    animation: sideaff linear 0.5s infinite;
    transition-duration: 0s;
	fill: var(--theme-color);
}
@keyframes sideaff {
    0%{
        fill: var(--theme-color);
    }
    50%{
        fill: #fff;
    }
}
#floatside svg.small{
	width: 40%;
}
#floatside a:hover svg{
	fill: var(--theme-color);
}
#floatside .qr{
	width: 185%;
	position: absolute;
	right: 150%;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: opacity 0.75s;
	pointer-events: none;
	box-shadow: -0.625em 0.625em 2.375em rgba(0, 0, 0, 0.1);
}
#floatside a:hover .qr{
	opacity: 1;
	pointer-events: auto;
}
#floatside a span{
	position: absolute;
	right: 150%;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
	color: #999;
	display: block;
	padding: 1em;
	font-size: 0.875em;
	white-space: nowrap;
	border-radius: 0.5em;
	opacity: 0;
	transition: opacity 0.5s;
	pointer-events: none;
	box-shadow: -0.625em 0.625em 2.375em rgba(0, 0, 0, 0.1);
}
#floatside a:hover span{
	opacity: 1;
	pointer-events: auto;
}


.team-card{
	position: relative;
}
.team-card .pixel-grid{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.team-card .pixel{
	position: absolute;
	background: #fff;
	display: none;
	mix-blend-mode: soft-light;
}

/*榧犳爣灏忓熬宸�*/
.mouseCursor {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}
.mouseCursor {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}
.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme-color);
  background-color: var(--theme-color);
  z-index: 10000000;
  opacity: 0.34;
  transition: all 0.4s ease-out 0s;
}
.cursor-outer.cursor-hover {
  opacity: 0.14;
}
.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: var(--theme-color);
  opacity: 1;
  -webkit-transition: all 0.24s ease-out 0s;
  transition: all 0.24s ease-out 0s;
}
.cursor-inner span {
  color: var(--theme-color);
  line-height: 60px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}
.cursor-inner.cursor-hover {
  margin-left: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 1px solid #686363;
  opacity: 0;
}



.btn-common{
	overflow: hidden;
	height: 3em;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	background-color: #000;
	border-radius: 1.5em;
	color: #fff;
	transition:box-shadow 0.5s,background-color 0.5s;
	flex-shrink: 0;
}
.btn-common.red{
	background-color: var(--theme-color);
}
.btn-common .text{
	position: relative;
	overflow: hidden;
	font-size: 0.875em;
}
.btn-common .text span{
	display: block;
	padding: 0 1.5em;
	transition: transform 0.5s;
	white-space: nowrap;
}
.btn-common .text span:first-child{
	transform: translate(-100%,0);
	position: absolute;
	right: 0;
	top: 0;
}
.btn-common .arrow{
	background-color: #fff;
	width: 2em;
	height: 2em;
	border-radius: 50%;
	display: block;
	position: relative;
	overflow: hidden;
	margin-right: 0.75em;
	transition:background-color 0.5s;
}
.btn-common.red .arrow{
	background-color: #000;
}
.btn-common .arrow::before,.btn-common .arrow::after{
	content: "";
	background-repeat: no-repeat;
	background-size: auto 30%;
	background-position: center center;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	transition: transform 0.5s;
}
.btn-common .arrow::before{
	background-image: url(../images/header_contact_arrow_red.png);
}
.btn-common .arrow::after{
	background-image: url(../images/header_contact_arrow_black.png);
}
.btn-common.red .arrow::after{
	background-image: url(../images/header_contact_arrow_white.png);
}
.btn-common .arrow::before{
	transform: translate(-100%,0);
}


/*pop*/
.pop-cover{
	background-color: rgba(0,0,0,0.7);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 101;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.5s;
	font-size: 16px;
}
.pop-cover.active{
	pointer-events: auto;
	opacity: 1;
}
.pop-cover .pop-box{
	border-radius: 1em;
	overflow: hidden;
	position: relative;
}
.pop-cover .pop-close{
	position: absolute;
	right: 2em;
	top: 1.5em;
	transition: transform 0.75s;
	display: block;
}
.pop-cover .pop-close::before{
	content: "\e9e1";
	font-family: "fontello";
	display: block;
}

#popcontact .pop-box{
	width: 900px;
	background-color: #FCF6EC;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: row;
}
#popcontact .left-part{
	background-repeat: no-repeat;
	background-image: url(../images/pop_contact_bg1.jpg);
	background-size: 220% auto;
	background-position: center top;
	width: 29%;
}
#popcontact .left-part h3{
	font-size: 2em;
	line-height: 1.25;
	color: #fff;
	padding: 1.5625em 1em;
}
#popcontact .right-part{
	width: 71%;
	padding: 3em 3em 2.25em;
}
#popcontact .right-part h3{
	font-size: 1.75em;
	line-height: 1.5;
	margin-bottom: 0.36em;
}
#popcontact .right-part p{
	font-size: 0.875em;
	line-height: 2;
}
#popcontact .right-part p.tip{
	letter-spacing: -0.086em;
}
#popcontact .right-part p.later{
	margin-top: 2em;
}
#popcontact .right-part p a{
	transition: color 0.5s;
}
#popcontact .right-part .ta-c{
	text-align: center;
}
#popcontact .right-part .line{
	height: 1px;
	background-color: rgba(0,0,0,0.15);
	margin: 1.75em 0 1.375em;
}
#popcontact .right-part ul{
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 0.9375em;
	line-height: 2;
	margin-bottom: 0.7em;
}
#popcontact .right-part ul:nth-child(3){
	margin-top: 2.33em;
	margin-bottom: 1.6em;
}
#popcontact .right-part li{
	margin-right: 0.75em;
}
#popcontact .right-part li:last-child{
	margin-right: 0;
}
#popcontact .right-part ul li.all{
	width: 100%;
}
#popcontact .right-part input[type="text"]{
	border-radius: 0.333em;
	border: 1px solid #000;
	width: 100%;
	padding-top: 0.67em;
	padding-bottom: 0.67em;
	padding-left: 1.33em;
	padding-right: 1.33em;
	line-height: 2;
	font-size: inherit;
	transition: border-color 0.5s;
}
#popcontact .right-part input[type="text"]:focus{
	border-color: var(--theme-color);
}
#popcontact .right-part input[type="checkbox"],#popcontact .right-part input[type="radio"]{
	vertical-align: baseline;
	margin-right: 0.5em;
}
#popcontact .right-part label{
	cursor: pointer;
}
#popcontact .right-part .submit{
	display: block;
	height: 3.6em;
	line-height: 3.6;
	font-size: 0.875em;
	color: #fff;
	border-radius: 1.8em;
	text-align: center;
	margin-bottom: 1em;
	background-color: #000;
	transition: background-color 0.5s;
	width: 100%;
	cursor: pointer;
}

/*header*/
#header{
	position: absolute;
	top: 1.5em;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	color: #333;
	stroke: #333;
	padding: 1em 5em;
	transition: transform 0.5s,top 0.5s,color 0.5s,background-color 0.5s;
	fill: #333;
}
#header.white{
	color: #fff;
	stroke: #fff;
	fill: #fff;
}
#header.fixed{
	position: fixed;
	background-color: #fff;
	color: #333;
	stroke: #333;
	fill: #333;
}
#header.hide{
	transform: translateY(-100%);
	top: 0;
}
#header .logo{
	width: 8em;
}
#header > .right-part{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
}
#header .nav-box{
	margin-right: 6.875em;
	display: flex;
	align-items: center;
}
#header .nav-box > li{
	position: relative;
	padding: 1.375em 1.5625em;
}
#header .nav-box > li > a{
	font-size: 1.125em;
	font-weight: bold;
}
#header .nav-box > li > a b{
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	height: 1.33em;
}
#header .nav-box > li > a span{
	display: block;
	transition: transform 0.4s;
}
#header .nav-box > li.haschildren > a::after{
	font-family: "fontello";
	content: "\e828";
	margin-left: 0.5em;
	transition: transform 0.5s;
	display: inline-block;
	vertical-align: middle;
}
#header .nav-box .submenu {
  color: #333;
  background-color: #ffffff;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  visibility: hidden;
  z-index: 99999;
  transition: all 300ms ease;
  border-top: 0.25em solid var(--theme-color);
  box-shadow: 0px 0.625em 1.25em rgba(8, 0, 42, 0.08);
  transform-origin: top;
  transform: scaleY(0);
  padding: 1.25em;
  border-radius: 0.625em;
  min-width: 13.125em;
}
#header .nav-box .submenu.type1{
	padding-bottom: 0;
	padding: 2.75em 1.75em 0;
}
#header .nav-box .submenu.type1 h3{
	color: #3d3d3d;
	line-height: 1;
	margin-bottom: 2em;
}
#header .nav-box .submenu.type1 li{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	margin-bottom: 2.75em;
}
#header .nav-box .submenu.type1 li .icon{
	width: 3em;
	height: 3em;
	margin-right: 1.25em;
	background-repeat: no-repeat;
	background-image: url(../images/header_iconbox_bg.png);
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
#header .nav-box .submenu.type1 li .icon img{
	width: 2em;
}
#header .nav-box .submenu.type1 li a{
	display: block;
	white-space: nowrap;
}
#header .nav-box .submenu.type1 li h5{
	font-weight: 500;
	margin-bottom: 0.25em;
}
#header .nav-box .submenu.type1 li p{
	font-size: 0.875em;
	color: #666;
}
#header .nav-box .submenu.type2{
  width: 75em;
  left: 50%;
  margin-left: -37.5em;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0;
  overflow: hidden;
}
#header .nav-box .submenu.type2::before{
  border-radius: 50%;
  width: 622px;
  height: 622px;
  position: absolute;
  top: 166px;
  left: -344px;
  content: "";
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url(../images/header_menu2_cir.png);
  background-size: contain;
  animation: headermenu2cirani 5s linear infinite both;
}
@keyframes headermenu2cirani{
  0%{
    transform: translate(-10%,10%);
  }
  50%{
    transform: translate(10%,-10%);
  }
  100%{
    transform: translateX(-10%,10%);
  }
}
#header .nav-box .submenu.type2 .left-part{
  flex-shrink: 0;
  padding: 2.75em 1.75em 0 1.75em;
}
#header .nav-box .submenu.type2 .left-part h5{
  font-size: 1em;
  color: #3d3d3d;
  line-height: 1;
  margin-bottom: 2em;
}
#header .nav-box .submenu.type2 .left-part h3{
  font-size: 1em;
  margin-bottom: 0.375em;
  border-radius: 1.3125em;
  cursor: pointer;
  transition: background-color 0.5s,color 0.5s;
  font-weight: normal;
}
#header .nav-box .submenu.type2 .left-part h3.active{
  background-color: var(--theme-color);
  color: #fff;
}
#header .nav-box .submenu.type2 .left-part h3:last-child{
  margin-bottom: 0;
}
#header .nav-box .submenu.type2 .left-part h3 a{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  height: 2.625em;
  padding: 0 2em;
}
#header .nav-box .submenu.type2 .left-part h3 span{
  display: block;
  background-color: #fff;
  width: 1px;
  height: 1.5em;
  margin-left: 1em;
  margin-right: 1.25em;
  opacity: 0.3;
}
#header .nav-box .submenu.type2 .middle-part{
  flex-grow: 1; 
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 2.75em 1.75em 0;
}
#header .nav-box .submenu.type2 .middle-part h5{
  font-size: 1em;
  color: #3d3d3d;
  line-height: 1;
  margin-bottom: 2em;
}
#header .nav-box .submenu.type2 .middle-part .list{
  display: none;
}
#header .nav-box .submenu.type2 .middle-part .list.active{
  display: block;
}
#header .nav-box .submenu.type2 .middle-part .list a{
    font-size: 0.875em;
    color: #3d3d3d;
    margin-bottom: 2em;
    padding: 0;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
#header .nav-box .submenu.type2 .middle-part .list a:last-child{
  margin-bottom: 0;
}
#header .nav-box .submenu.type2 .middle-part .list a::before{
  display: none;
}
#header .nav-box .submenu.type2 .middle-part .list a i{
  margin-right: 1em;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}
#header .nav-box .submenu.type2 .right-part{
  flex-shrink: 0;
  width: 26.55%;
}
#header .nav-box .submenu.type2 .right-part a{
  display: none;
  padding: 0;
  position: relative;
}
#header .nav-box .submenu.type2 .right-part a.active{
  display: block;
}
#header .nav-box .submenu.type2 .right-part a::before,#header .nav-box .submenu.type2 .right-part a::after{
	position: absolute;
	transition: opacity 0.5s;
	opacity: 0;
}
#header .nav-box .submenu.type2 .right-part a::before{
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
#header .nav-box .submenu.type2 .right-part a::after{
	content: "\e8f9";
	font-family: "fontello";
	left: 50%;
	top: 50%;
	color: #fff;
	transform: translate(-50%,-50%);
	font-size: 2em;
}
#header .nav-box .submenu.type2 .right-part img{
  width: 100%;
}
#header .tel-box{
	border: 1px solid rgba(51,51,51,0.4);
	background-color: rgba(51,51,51,0.1);
	transition: border-color 0.5s,background-color 0.5s;
}
#header.white .tel-box{
	border: 1px solid rgba(255,255,255,0.4);
	background-color: rgba(255,255,255,0.1);
}
#header.fixed .tel-box{
	border: 1px solid rgba(51,51,51,0.4);
	background-color: rgba(51,51,51,0.1);
}
#header .tel-box{
	padding: 0 2.5em 0 1.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	height: 3.875em;
	border-radius: 1.9375em;
}
#header .tel-box.get{
	padding: 0 2em;
	margin-left: 2em;
}
#header .tel-box svg{
	width: 1.5em;
	margin-right: 0.9375em;
}
#header .tel-box span{
	font-size: 1.125em;
}


/*footer*/
#footer{
	overflow: hidden;
	background-color: var(--theme-color);
}
#footer .part1{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-right: 5em;
}
#footer .part1 .nav-box{
	padding-top: 4.75em;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
	flex-grow: 1;
}
#footer .part1 .nav-box li{
	width: 30%;
	transform: translateY(20vh);
	opacity: 0;
	transition: transform 0.5s,opacity 0.5s;
}
#footer.actived .part1 .nav-box li{
	transform: translateY(0);
	opacity: 1;
}
#footer .part1 .nav-box li:nth-child(1){
	transition-delay: 0.4s;
}
#footer .part1 .nav-box li:nth-child(2){
	transition-delay: 0.6s;
}
#footer .part1 .nav-box li:nth-child(3){
	transition-delay: 0.8s;
}
#footer .part1 .nav-box h5{
	font-size: 1.25em;
	line-height: 2;
	color: #fff;
	font-weight: normal;	
	margin-bottom: 1em;
}
#footer .part1 .nav-box p{
	font-size: 	1.125em;
	color: #fff;
	margin-bottom: 1em;
}
#footer .part1 .nav-box p:last-child{
	margin-bottom: 0; 	
}
#footer .part1 .nav-box a{
	color: inherit;
	transition: opacity 0.5s;
}
#footer .part1 .nav-box p a{
	opacity: 0.5;
}
#footer .part1 .contact-box{
	border: 1px solid rgba(255,255,255,0.4);
	background-color: rgba(255,255,255,0.14);
	border-bottom-left-radius: 0.9375em;
	border-bottom-right-radius: 0.9375em;
	overflow: hidden;
	position: relative;
	padding: 4.6875em 3.4375em;
	flex-shrink: 0;
	transform: translateY(20vh);
	opacity: 0;
	transition: transform 0.5s 1s,opacity 0.5s 1s;
}
#footer.actived .part1 .contact-box{
	transform: translateY(0);
	opacity: 1;
}
#footer .part1 .contact-box h5{
	font-size: 1.25em;
	color: #fff;
	font-weight: bold;
	line-height: 2;
}
#footer .part1 .contact-box .input-box{
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: row;
	margin: 1.5em 0 1.875em;
	fill: #fff;
}
#footer .part1 .contact-box .input-box input{
	border: 1px solid #E7E8F2;
	border-right: 0 none;
	border-top-left-radius: 0.833em;
	border-bottom-left-radius: 0.833em;
	font-size: 1.125em;
	padding: 0 1.125em;
	position: relative;
	z-index: 1;
	width: 25em;
}
#footer .part1 .contact-box .input-box .btn{
	position: relative;
}
#footer .part1 .contact-box .input-box .btn a{
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.75em;
	height: 3.75em;
	border-top-right-radius: 0.9375em;
	border-bottom-right-radius: 0.9375em;
	background-color: #0e0e0e;
	transition: background-color 0.5s;
	position: relative;
}
#footer .part1 .contact-box .input-box .btn a .submit{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	opacity: 0;
	cursor: pointer;
}
#footer .part1 .contact-box .input-box .btn .arrow{
	width: auto;
	height: 1em;
}
#footer .part1 .contact-box .input-box .btn .circle{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40em;
	height: 40em;
	transform: translate(-50%,-50%);
	stroke: #fff;
}
#footer .part1 .contact-box p{
	font-size: 1.125em;
	color: #fff;
	opacity: 0.6;
	line-height: 1.9;
}
#footer .part2{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	margin-top: 5.625em;
	padding: 3.25em 0 5.5em;
	border-top: 1px solid rgba(255,255,255,0.3);
	padding-right: 5em;
	transform: translateY(20vh);
	opacity: 0;
	transition: transform 0.5s 1.2s,opacity 0.5s 1.2s;
}
#footer.actived .part2{
	transform: translateY(0);
	opacity: 1;
}
#footer .part2 .copyright{
	font-size: 1em;
	color: #fff;
	fill: #fff;
}
#footer .part2 .copyright .mark{
	width: 0.93em;
}
#footer .part2 .copyright .logo{
	width: 4em;
	margin: 0 0.7em;
}
#footer .part2 .copyright i{
	font-style: normal;
}
#footer .part2 .flexright{
	display: flex;
	align-items: center;
}
#footer .part2 .link-box{
	margin-right: 8em;
}
#footer .part2 .link-box a{
	font-size: 1em;
	color: #fff;
	margin-right: 3em;
}
#footer .part2 .link-box a:last-child{
	margin-right: 0;
}
#footer .part2 .social-box a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	width: 3.125em;
	height: 3.125em;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,0.3);
	fill: #fff;
	transition: background-color 0.5s,border-color 0.5s,fill 0.5s;
	margin-right: 1.375em;
}
#footer .part2 .social-box a:last-child{
	margin-right: 0;
}
#footer .part2 .social-box a svg{
	width: auto;
	height: 1.125em;
}
#footer .part2 .social-box a.weixin svg{
	height: 1.75em;
}

/*sidenav*/
#sidenav{
	display: none;
}


@media only screen and (min-width:1025px){
	.btn-common:hover{
		background-color: var(--theme-color);
		box-shadow: 0 0 1em rgba(0,0,0,0.1);
	}
	.btn-common.red:hover{
		background-color: #000;
	}
	.btn-common:hover .text span:first-child{
		transform: translate(0%,0);
	}
	.btn-common:hover .text span:last-child{
		transform: translate(100%,0);
	}
	.btn-common.red:hover .arrow{
		background-color: #fff;
	}
	.btn-common:hover .arrow::before{
		transform: translate(0%,0);
	}
	.btn-common:hover .arrow::after{
		transform: translate(100%,0);
	}
	.pop-cover .pop-close:hover{
		transform: rotate(180deg);
	}
	#popcontact .right-part p a:hover{
		color: var(--theme-color);
	}
	#popcontact .right-part input[type="text"]:hover{
		border-color: var(--theme-color);
	}
	#popcontact .right-part .submit:hover{
		background-color: var(--theme-color);
	}
	#header .nav-box > li:hover > a span{
		transform: translateY(-100%);
	}
	#header .nav-box > li.haschildren:hover > a::after{
		transform: rotate(180deg);
	}
	#header .nav-box > li:hover .submenu {
	  visibility: visible;
	  transition: all 300ms ease;
	  opacity: 1;
	  transform: scaleY(1);
	}
	#header .nav-box .submenu.type1 li a:hover h5{
		color: var(--theme-color);
	}
	#header .nav-box .submenu.type1 li a:hover p{
		text-decoration: underline;
	}
	#header .nav-box .submenu.type2 .middle-part .list a:hover{
	  color: var(--theme-color);
	}
	#header .nav-box .submenu.type2 .middle-part .list a:hover span{
	  text-decoration: underline;
	}
	#header .nav-box .submenu.type2 .middle-part .list a:hover i{
	  opacity: 1;
	}
	#header .nav-box .submenu.type2 .right-part a:hover::before,#header .nav-box .submenu.type2 .right-part a:hover::after{
		opacity: 1;
	}
	#header.white .tel-box:hover{
		border-color: #000;
		background-color: #000;
	}	
	#footer .part1 .nav-box a:hover{
		opacity: 1;
	}
	#footer .part1 .contact-box .input-box .btn a:hover{
		background-color: var(--theme-color);
	}
	#footer .part2 .link-box a:hover{
		text-decoration: underline;
	}
	#footer .part2 .social-box a:hover{
		background-color: #fff;
		border-color: #fff;
		fill: var(--theme-color);
	}
}

@media only screen and (max-width:1024px){
	html { 
	    -webkit-text-size-adjust: 100%;
	    -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	    -o-text-size-adjust: 100%;
	    text-size-adjust: 100%;
		font-size: calc(100vw * 10 / 390);
	}
	.mobile{
		display: inline-block;
	}
	.web{
		display: none;
	}
	.mouseCursor{
		display: none;
	}
	


	/*floatside*/
	#floatside{
		font-size: 1.25em;
	}


	.btn-common{
		font-size: 1.2em;
	}


	/*pop*/
	.pop-cover{
		font-size: inherit;
	}
	.pop-cover .pop-close::before{
		font-size: 1.5em;
	}

	#popcontact .pop-box{
		display: block;
	}
	#popcontact .left-part{
		display: none;
	}
	#popcontact .right-part{
		width: 100%;
		padding: 10% 5%;
	}
	#popcontact .right-part h3{
		font-size: 1.75em;
	}
	#popcontact .right-part p{
		font-size: 1.1em;
	}
	#popcontact .right-part ul{
		font-size: 1.2em;
	}
	#popcontact .right-part ul.wrap{
		padding-left: 4em;
	}
	#popcontact .right-part ul.wrap li:first-child{
		margin-left: -4em;
		margin-right: 0;
	}
	#popcontact .right-part li{
		margin-right: 0.5em;
	}
	#popcontact .right-part li:nth-child(4){
		margin-right: 0;
	}
	#popcontact .right-part input[type="checkbox"], #popcontact .right-part input[type="radio"]{
		margin-right: 0.25em;
	}
	#popcontact .right-part .submit{
		font-size: 1.1em;
	}

	/*header*/
	#header{
		padding: 2em 5%;
		top: 0;
		background-color: #fff;
		color: var(--theme-color) !important;
		fill: var(--theme-color) !important;
		stroke: var(--theme-color) !important;
		position: fixed;
	}
	#header .nav-box,#header .tel-box{
		display: none;
	}
	#header .menu{
		width: 2.5em;
		position: relative;
	}
	#header .menu img{
		width: 100%;
	}
	#header .menu div{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: center top;
	}
	#header .menu div:nth-child(1){
		background-image: url(../images/header_menu_bg1.png);
		animation: lineone 1s infinite;
	}
	#header .menu div:nth-child(2){
		background-image: url(../images/header_menu_bg2.png);
		animation: linetwo 1s infinite;
	}
	#header .menu div:nth-child(3){
		background-image: url(../images/header_menu_bg3.png);
		animation: linethree 1s infinite;
	}
	@keyframes lineone {
		0% {
		   width: 100%;
		}
		25% {
		   width: 25%;
		}
		50% {
		   width: 50%;
		}
		100% {
		   width: 100%;
		}
	}
	@keyframes linetwo {
		0% {
		   width: 72%;
		}
		25% {
		   width: 100%;
		}
		50% {
		   width: 50%;
		}
		100% {
		   width: 72%;
		}
	}
	@keyframes linethree {
		0% {
		   width: 88%;
		}
		25% {
		   width: 100%;
		}
		50% {
		   width: 25%;
		}
		100% {
		   width: 88%;
		}
	}


	/*footer*/
	#footer .part1{
		display: block;
		padding-right: 0;
	}
	#footer .part1 .nav-box{
		padding: 3em 0;
		display: block;
	}
	#footer .part1 .nav-box li{
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0.5);
		padding: 2em 0;
	}
	#footer .part1 .nav-box .slide-box{
		display: none;
	}
	#footer .part1 .nav-box h5{
		font-size: 2em;
		margin-bottom: 0;
		line-height: 1;
		position: relative;
	}
	#footer .part1 .nav-box h5::after{
		font-family: "fontello";
		content: "\e828";
		transition: transform 0.5s;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -0.5em;
	}
	#footer .part1 .nav-box h5.active::after{
		transform: rotate(180deg);
	}
	#footer .part1 .nav-box p{
		font-size: 	1.75em;
	}
	#footer .part1 .nav-box p:first-child{
		margin-top: 1em;
	}
	#footer .part1 .nav-box a{
		width: 100%;
	}
	#footer .part1 .contact-box{
		border-top-left-radius: 0.9375em;
		border-top-right-radius: 0.9375em;
		padding: 2em;
	}
	#footer .part1 .contact-box h5{
		font-size: 2em;
	}
	#footer .part1 .contact-box .input-box .btn .circle{
		display: none;
	}
	#footer .part1 .contact-box p{
		font-size: 1.75em;
	}
	#footer .part2{
		display: block;
		margin-top: 4em;
		padding: 3em 0;
		padding-right: 0;
	}
	#footer .part2 .copyright{
		font-size: 1em;
		line-height: 1.5;
		text-align: center;
	}
	#footer .part2 .flexright{
		display: none;
	}

	/*sidenav*/
	#sidenav{
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #FFEFEB;
		z-index: -99;
		opacity: 0;
		transition: opacity 0.5s;
		border: 0.5em solid var(--theme-color);
		display: flex;
		align-items: stretch;
		justify-content: flex-start;
		flex-direction: column;
	}
	#sidenav.active{
		z-index: 101;
		opacity: 1;
	}
	#sidenav .top-part{
		flex-shrink: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: row;
		padding: 1.9em;
		margin-bottom: 1.35em;
	}
	#sidenav .top-part .logo{
		width: 6.5em;
	}
	#sidenav .top-part .close::before{
		font-family: "fontello";
		content: "\e9e1";
		color: #707070;
		font-size: 1em;
	}
	#sidenav .middle-part{
		flex-grow: 1;
		padding-left: 5.2em;
	}
	#sidenav .middle-part .menu{
		border-bottom: 1px solid rgba(0,0,0,0.15);
		margin-bottom: 2.25em;
	}
	#sidenav .middle-part .menu a{
		font-size: 1.2em;
		color: #000;
		margin-bottom: 1.125em;
		display: inline-block;
		vertical-align: top;
		margin-right: 1.875em;
		line-height: 2;
		border-bottom: 1px solid transparent;
	}
	#sidenav .middle-part .menu a.active{
		border-color: var(--theme-color);
	}
	#sidenav .middle-part .menu a:last-child{
		margin-right: 0;
	}
	#sidenav .middle-part .menu a.index::after{
		content: "\e908";
		font-family: "fontello";
		margin-left: 0.333em;
	}
	#sidenav .middle-part .submenu li{
		display: none;
	}
	#sidenav .middle-part .submenu li.active{
		display: block;
	}
	#sidenav .middle-part .submenu a{
		display: block;
		font-size: 1.8em;
		color: #666;
		line-height: 2;
	}
	#sidenav .bottom-part{
		flex-shrink: 0;
		background-color: var(--theme-color);
		padding-bottom: 5.4em;
		padding-left: 4em;
	}
	#sidenav .tel-box{
		padding: 0 2.7em 0 1.8em;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex-direction: row;
		height: 6em;
		border-radius: 3em;
		background-color: #000;
		fill: #fff;
		color: #fff;
		stroke: #fff;
		margin-top: -3em;
	}
	#sidenav .tel-box.get{
		justify-content: center;
		padding: 0;
		margin-right: 1em;
		width: 6em;
	}
	#sidenav .tel-box svg{
		width: 1.5em;
	}
	#sidenav .tel-box span{
		font-size: 1.8em;
		margin-left: 0.44em;
	}
	#sidenav .copyright{
		font-size: 0.8em;
		color: #fff;
		fill: #fff;
		line-height: 1.5;
		margin-top: 2.5em;
		margin-left: 1.25em;
	}
	#sidenav .copyright .mark{
		width: 1em;
	}
	#sidenav .copyright .logo{
		width: 4.5em;
		margin: 0 0.5em;
	}
	#sidenav .copyright i{
		font-style: normal;
	}
}
