/*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"; font-size: 12px;line-height: 1;}
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;}
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 */
   opacity:  0.5;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   opacity:  0.5;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   opacity:  0.5;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   opacity:  0.5;
}
sup{
	font-size: 0.5em;
}
*:not(input, textarea) {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
/*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；
}
h1,h2,h3,h4,h5,h6,b{
	font-weight: 500;
}
body{
    -webkit-text-size-adjust: 100% !important;
}
.mobile{
	display: none;
}
.web{
	display: inline-block;
}
.bg{
	width: 100%;
}
html {
	height: 100%;
	margin: 0 auto;
	max-width: 1920px;
}
body{
	position: relative;
	height: 100%;
}
.inner{
	max-width: 92%;
	margin: 0 auto;
}
.inner.w1720{
	width: 1720px;
}
.inner.w1400{
	width: 1400px;
}
.inner.w1440{
	width: 1440px;
}
.inner.w1200{
	width: 1200px;
}
#wrap{
	padding-top: 90px;
	padding-bottom: 700px;
	min-height: 100%;
}
.section{
	overflow: hidden;
}
.swiper-container{
	width: 100%;
	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;
}
/*banner*/
.banner{
	position: relative;
}
.banner h1{
	font-size: 64px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 37.5%;
	text-align: center;
	width: 100%;
	letter-spacing: 0.1em;
	text-shadow: 0 0.0625em 0.125em rgba(0,35,84,0.4);
}
.banner h1.noshadow{
	text-shadow: none;
}
/*header*/
#header{
	height: 90px;
	background-color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 60;
}
#header.fixed{
	position: fixed;
	-webkit-transition: transform 0.5s;
	transition: transform 0.5s;
	max-width: 1920px;
	margin: 0 auto;
	box-shadow: 0 1px 0px #f2f2f2;
}
#header.hide{
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
#header .sub-nav-bg{
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 0;
	background-color: #0c67ba;
	-webkit-transition-property: left top;
	transition-property: left top;
	-webkit-transition: height 0.5s;
	transition: height 0.5s;
}
#header .sub-nav-bg.active{
	height: 82px;
}
#header .inner{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	height: 100%;
}
#header .logo{
	width: auto;
	height: 55.56%;
	display: block;
}
#header .logo img{
	width: auto;
	height: 100%;
}
#header .search-box{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 14px;
	margin-left: 4.6em;
}
#header .search-box::after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: #e5e5e5;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
}
#header .search-box.active::after{
	width: 100%;
}
#header .search-box input{
	font-size: inherit;
	color: #333;
	width: 0;
	padding: 0;
	line-height: 2.36;
	height: 2.36em;
	-webkit-transition: width 0.75s,padding 0.5s;
	transition: width 0.75s,padding 0.5s;
	background-color: transparent;
}
#header .search-box.active input{
	width: 10.286em;
	padding: 0 0.286em;
}
#header .search-box .btn{
	width: 1.286em;
	display: inline-block;
	vertical-align: middle;
}
#header .search-box .btn img{
	width: 100%;
}
#header .nav-box{
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
#header .nav-box li{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #333;
	margin-right: 2em;
	height: 90px;
	line-height: 90px;
	position: relative;
}
#header .nav-box li:last-child{
	margin-right: 0;
}
#header .nav-box li:hover,#header .nav-box li.active{
	color: #0c67ba;
}
#header .nav-box a.level1{
	font-size: inherit;
	color: inherit;
	display: block;
}
#header .nav-box li .tri{
	border-color: transparent transparent #0c67ba
 transparent;
	border-style: solid;
	border-width: 0 0.39em 0.39em 0.39em;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -0.39em;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
#header .nav-box li:hover .tri{
	opacity: 1;
}
#header .nav-box .box{
	position: absolute;
	left: 50%;
	top: 100%;
	text-align: center;
	height: 0;
	line-height: 82px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
	z-index: 1;
	overflow: hidden;
	-webkit-transition-property: left top;
	transition-property: left top;
	-webkit-transition: height 0.5s;
	transition: height 0.5s;
}
#header .nav-box li:hover .box{
	height: 82px;
}
#header .nav-box .box a{
	font-size: inherit;
	color: #fff;
	margin: 0 1em;
}
#header .nav-box .box a:hover,#header .nav-box .box a.active{
	color: #35b0ff;
}


/*footer*/
#footer{
	height: 700px;
	margin-top: -700px;
	background-repeat: no-repeat;
	background-image: url(../images/footer_bg.jpg);
	background-size: cover;
	text-align: center;
	font-size: 16px;
	position: relative;
}
#footer .part1{
	padding-top: 4.5%;
}
#footer .part1 ul{
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
}
#footer .part1 ul::before,#footer .part1 ul::after{
	content: "";
}
#footer .part1 li{
	text-align: left;
	max-width: calc(100% / 9);
}
#footer .part1 li:last-child{
	margin-right: 0;
}
#footer .part1 h5{
	font-size: 1.375em;
	color: #fff;
	margin-bottom: 1.5em;
}
#footer .part1 p{
	font-size: 1.125em;
	color: #dbdbdb;
	margin-bottom: 1.388em;
}
#footer .part1 h5:last-child,#footer .part1 p:last-child{
	margin-bottom: 0;
}
#footer .part1 h5 a,#footer .part1 p a{
	font-size: inherit;
	color: inherit;
}
#footer .part2{
	border-top: 1px solid rgba(255,255,255,0.1);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
#footer .part2 .inner{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	height: 8em;
}
#footer .part2 .logo{
	width: 13.195%;
}
#footer .part2 .qr-box{
	height: 75%;
}
#footer .part2 .qr-box img{
	width: auto;
	height: 100%;
	border-radius: 0.3125em;
	overflow: hidden;
}
#footer .part2 .qr1{
	margin-right: 1.55em;
}
#footer .part2 .copyrights{
	font-size: inherit;
	color: #dbdbdb;
}
#footer .part2 .copyrights a{
	color: inherit;
	font-size: inherit;
}
#footer .part2 .relative-site{
	position: relative;
	color: #fff;
	font-size: inherit;
	width: 6.75em;
}
#footer .part2 .relative-site h5{
	font-size: inherit;
	font-weight: normal;
}
#footer .part2 .relative-site h5 a::after{
	content: "";
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	border-width: 0.625em 0.3125em 0 0.3125em;
	opacity: 0.6;
	margin-left: 0.5625em;
	vertical-align: middle;
	display: inline-block;
	-webkit-transition: transform 0.5s;
	transition: transform 0.5s;
}
#footer .part2 .relative-site:hover h5 a::after{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
#footer .part2 .relative-site ul{
	position: absolute;
	left: 50%;
	bottom: 100%;
	width: 100%;
	border-radius: 0.125em;
	overflow: hidden;
	background-color: #0c67ba;
	padding: 0.125em;
	white-space: nowrap;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
#footer .part2 .relative-site:hover ul{
	opacity: 1;
	visibility: visible;
}
#footer .part2 .relative-site li{
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
#footer .part2 .relative-site li:last-child{
	border-bottom: 0 none;
}
#footer .part2 .relative-site a{
	padding: 0.8125em 0;
	font-size: inherit;
	color: inherit;
	display: block;
}


/*sidenav*/
#sidenav{
	display: none;
}



/*cookie*/
#cookie-box{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  font-size: 16px;
  padding: 1.875em 10%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: transform 0.75s;
  transition: transform 0.75s;
  background-color: #000;
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  -webkit-flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
#cookie-box.active{
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#cookie-box p{
  font-size: 0.875em;
  color: #fff;
  line-height: 2;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 2.5%;
}
#cookie-box p a{
  font-size: inherit;
  color: #0c67ba;
}
#cookie-box .btn-box{
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
#cookie-box .btn-box a{
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
#cookie-box .btn-box a.accept{
  margin-right: 1em;
  width: 8em;
  line-height: 2.5em;
  position: relative;
  overflow: hidden;
  background-color: #0c67ba;
}
#cookie-box .btn-box a.reject img{
	width: 1.25em;
}



@media only screen and (max-width:1366px){
	#header .nav-box a.level1{
		font-size: 16px;
	}
	#header .search-box{
		margin-left: 3em;
	}
	/*cookie*/
	#cookie-box{
	  	font-size: 14px;
  		padding: 1.875em 5%;
	}
}
@media only screen and (max-width:1280px){
	#header .nav-box li{
		font-size: 14px;
		height: 70px;
		line-height: 70px;
	}
	#header .search-box{
		font-size: 12px;
		margin-left: 2em;
	}
	#header{
		height: 70px;
	}
	#header .nav-box li .box{
		line-height: 64px;
	}
	#header .nav-box li:hover .box{
		height: 64px;
	}
	#header .sub-nav-bg.active{
		height: 64px;
	}
	#wrap{
		padding-top: 70px;
		padding-bottom: 600px;
	}
	#footer{
		font-size: 14px;
		height: 600px;
		margin-top: -600px;
	}
}
@media only screen and (max-width:1120px){
	#header .nav-box li{
		margin-right: 1.5em;
	}
}
@media only screen and (max-width:1100px){
	#header .search-box{
		margin-left: 1em;
	}
	#header .search-box.active input{
		width: 8.286em;
	}
	#footer .part2 .qr-box{
		height: 60%;
	}

}
@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: 16px;
	}
	body{
		font-size: 62.5%;
	}
	.mobile{
		display: inline-block;
	}
	.web{
		display: none;
	}

	#wrap{
		padding-top: 4.25rem;
		padding-bottom: 3rem;
	}


	/*cookie*/
	#cookie-box{
	  font-size: 0.625rem;
	  padding: 1.875em;
	}

	/*banner*/
	.banner h1{
		font-size: 2rem;
	}

	/*footer*/
	#footer{
		height: 3rem;
		margin-top: -3rem;
		font-size: 0.625rem;
	}
	#footer .part1{
		display: none;
	}
	#footer .part2{
		border-top: 0 none;
		position: static;
		height: 100%;
	}
	#footer .part2 .inner{
		height: 100%;
	}
	#footer .part2 .logo{
		display: none;
	}
	#footer .part2 .copyrights{
		line-height: 1.5;
		width: 100%;
	}
	#footer .part2 .relative-site{
		display: none;
	}
	
	/*header*/
	#header{
		height: 4.25rem;
	}
	#header .logo{
		height: 60%;
	}
	#header .menu{
		vertical-align: middle;
		width: 1.3125rem;
		position: relative;
		padding: 0.15625em;
	}
	#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);
		-webkit-animation: lineone 1s infinite;
		-moz-animation: lineone 1s infinite;
		-ms-animation: lineone 1s infinite;
		-o-animation: lineone 1s infinite;
		animation: lineone 1s infinite;
	}
	#header .menu div:nth-child(2){
		background-image: url(../images/header_menu_bg2.png);
		-webkit-animation: linetwo 1s infinite;
		-moz-animation: linetwo 1s infinite;
		-ms-animation: linetwo 1s infinite;
		-o-animation: linetwo 1s infinite;
		animation: linetwo 1s infinite;
	}
	#header .menu div:nth-child(3){
		background-image: url(../images/header_menu_bg3.png);
		-webkit-animation: linethree 1s infinite;
		-moz-animation: linethree 1s infinite;
		-ms-animation: linethree 1s infinite;
		-o-animation: linethree 1s infinite;
		animation: linethree 1s infinite;
	}
	@-webkit-keyframes lineone {
		0% {
		   width: 100%;
		}
		25% {
		   width: 25%;
		}
		50% {
		   width: 50%;
		}
		100% {
		   width: 100%;
		}
	}
	@-moz-keyframes lineone {
		0% {
		   width: 100%;
		}
		25% {
		   width: 25%;
		}
		50% {
		   width: 50%;
		}
		100% {
		   width: 100%;
		}
	}
	@-ms-keyframes lineone {
		0% {
		   width: 100%;
		}
		25% {
		   width: 25%;
		}
		50% {
		   width: 50%;
		}
		100% {
		   width: 100%;
		}
	}
	@-o-keyframes lineone {
		0% {
		   width: 100%;
		}
		25% {
		   width: 25%;
		}
		50% {
		   width: 50%;
		}
		100% {
		   width: 100%;
		}
	}
	@keyframes lineone {
		0% {
		   width: 100%;
		}
		25% {
		   width: 25%;
		}
		50% {
		   width: 50%;
		}
		100% {
		   width: 100%;
		}
	}
	@-webkit-keyframes linetwo {
		0% {
		   width: 72%;
		}
		25% {
		   width: 100%;
		}
		50% {
		   width: 50%;
		}
		100% {
		   width: 72%;
		}
	}
	@-moz-keyframes linetwo {
		0% {
		   width: 72%;
		}
		25% {
		   width: 100%;
		}
		50% {
		   width: 50%;
		}
		100% {
		   width: 72%;
		}
	}
	@-ms-keyframes linetwo {
		0% {
		   width: 72%;
		}
		25% {
		   width: 100%;
		}
		50% {
		   width: 50%;
		}
		100% {
		   width: 72%;
		}
	}
	@-o-keyframes linetwo {
		0% {
		   width: 72%;
		}
		25% {
		   width: 100%;
		}
		50% {
		   width: 50%;
		}
		100% {
		   width: 72%;
		}
	}
	@keyframes linetwo {
		0% {
		   width: 72%;
		}
		25% {
		   width: 100%;
		}
		50% {
		   width: 50%;
		}
		100% {
		   width: 72%;
		}
	}
	@-webkit-keyframes linethree {
		0% {
		   width: 88%;
		}
		25% {
		   width: 100%;
		}
		50% {
		   width: 25%;
		}
		100% {
		   width: 88%;
		}
	}
	@-moz-keyframes linethree {
		0% {
		   width: 88%;
		}
		25% {
		   width: 100%;
		}
		50% {
		   width: 25%;
		}
		100% {
		   width: 88%;
		}
	}
	@-ms-keyframes linethree {
		0% {
		   width: 88%;
		}
		25% {
		   width: 100%;
		}
		50% {
		   width: 25%;
		}
		100% {
		   width: 88%;
		}
	}
	@-o-keyframes linethree {
		0% {
		   width: 88%;
		}
		25% {
		   width: 100%;
		}
		50% {
		   width: 25%;
		}
		100% {
		   width: 88%;
		}
	}
	@keyframes linethree {
		0% {
		   width: 88%;
		}
		25% {
		   width: 100%;
		}
		50% {
		   width: 25%;
		}
		100% {
		   width: 88%;
		}
	}



	/*sidenav*/
	#sidenav{
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #0c67ba;
		z-index: -99;
		opacity: 0;
		-webkit-transition: opacity 0.5s;
		-moz-transition: opacity 0.5s;
		-ms-transition: opacity 0.5s;
		-o-transition: opacity 0.5s;
		transition: opacity 0.5s;
		display: block;
	}
	#sidenav.active{
		z-index: 99;
		opacity: 1;
	}
	#sidenav .top-part{
		height: 4.25rem;
		padding: 0 4%;
		-webkit-display: flex;
		-webkit-align-items: center;
		-webkit-justify-content: space-between;
		-webkit-flex-direction: row;
		-moz-display: flex;
		-moz-align-items: center;
		-moz-justify-content: space-between;
		-moz-flex-direction: row;
		-ms-display: flex;
		-ms-align-items: center;
		-ms-justify-content: space-between;
		-ms-flex-direction: row;
		-o-display: flex;
		-o-align-items: center;
		-o-justify-content: space-between;
		-o-flex-direction: row;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: row;
		background-color: #fff;
	}
	#sidenav .top-part .logo{
		height: 60%;
	}
	#sidenav .top-part .logo img{
		width: auto;
		height: 100%;
	}
	#sidenav .top-part .close{
		width: 1.3125rem;
		display: block;
	}
	#sidenav .top-part .close img{
		width: 100%;
	}
	#sidenav .middle-part{
		position: absolute;
		left: 0;
		width: 100%;
		top: 6.25rem;
		bottom: 5.5rem;
		overflow-y: auto;
	}
	#sidenav .middle-part .box{
		margin-bottom: 1.3125rem;
	}
	#sidenav .middle-part .level1{
		position: relative;
	}
	#sidenav .middle-part .level1 a{
		font-size: 1rem;
		color: #fff;
		font-weight: bold;
	}
	#sidenav .middle-part .box.active .level1 a{
		color: #35b0ff;
	}
	#sidenav .middle-part .level1 .cross-box{
		width: 0.8125rem;
		height: 0.8125rem;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -0.40625rem;	
	}
	#sidenav .middle-part .level1 .cross-box .line{
		position: absolute;
		background-color: #fff;
	}
	#sidenav .middle-part .level1 .cross-box .line.ver{
		width: 1px;
		height: 100%;
		top: 0;
		left: 50%;
		margin-left: -0.5px;
	}
	#sidenav .middle-part .box.active .level1 .cross-box .line.ver{
		display: none;
	}
	#sidenav .middle-part .level1 .cross-box .line.hor{
		height: 1px;
		width: 100%;
		top: 50%;
		left: 0;
		margin-top: -0.5px;
	}
	#sidenav .middle-part ul{
		margin-top: 1.25rem;
		display: none;
	}
	#sidenav .middle-part .box.active ul{
		display: block;
	}
	#sidenav .middle-part li{
		margin-bottom: 0.75rem;
	}
	#sidenav .middle-part li:last-child{
		margin-bottom: 0;
	}
	#sidenav .middle-part li a{
		font-size: 0.8125rem;
		color: #fff;
		margin-left: 1em;
	}
	#sidenav .middle-part li.active a{
		color: #35b0ff;
	}
	#sidenav .bottom-part{
		position: absolute;
		left: 0;
		bottom: 1.5rem;
		width: 100%;
	}
	#sidenav .bottom-part .inner{
		-webkit-display: flex;
		-webkit-align-items: center;
		-webkit-justify-content: space-between;
		-webkit-flex-direction: row;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: row;
	}
	#sidenav .bottom-part .search-box{
		position: relative;
		font-size: 1rem;
	}
	#sidenav .bottom-part .search-box::after{
		content: "";
		position: absolute;
		right: 0;
		bottom: 0;
		width: 0;
		height: 1px;
		background-color: #fff;
		-webkit-transition: width 0.5s;
		transition: width 0.5s;
	}
	#sidenav .bottom-part .search-box.active::after{
		width: 100%;
	}
	#sidenav .bottom-part .search-box input{
		font-size: inherit;
		color: #fff;
		width: 10em;
		padding: 0 0.5em;
		line-height: 2.375;
		background-color: transparent;
		opacity: 0;
		-webkit-transition: opacity 0.5s;
		transition: opacity 0.5s;
		visibility: hidden;
	}
	#sidenav .bottom-part .search-box.active input{
		visibility: visible;
		opacity: 1;
		-webkit-transition: opacity 0.5s 0.25s;
		transition: opacity 0.5s 0.25s;
	}
	#sidenav .bottom-part .search-box .btn{
		width: 1.25em;
		display: inline-block;
		vertical-align: middle;
	}
	#sidenav .bottom-part .search-box .btn img{
		width: 100%;
	}
	#sidenav .bottom-part .search-box span{
		position: absolute;
		right: 1.75em;
		top: 50%;
		color: #fff;
		margin-top: -0.5em;
		-webkit-transition: opacity 0.5s;
		transition: opacity 0.5s;
	}
	#sidenav .bottom-part .search-box.active span{
		opacity: 0;
		visibility: hidden;
	}
	#sidenav .bottom-part .qr-box img{
		width: auto;
		height: 4rem;
	}
	#sidenav .bottom-part .qr-box .qr1{
		margin-right: 1rem;
	}
}


html.ie select::-ms-expand { display: none; }
html.ie input::-ms-clear { display: none; }







/*新增侧边栏*/
.side-part{
	font-size: calc(100vw * 16 / 1920);
	line-height: 1;
    position: fixed;
    right: 0.75em;
    bottom: 0.75em;
    z-index: 51;
}
.side-part .btn-box{
    width: 5em;
    border-radius: 2.5em;
  	box-shadow: 0px 0px 0.625em rgba(0, 0, 0, 0.25);
  	margin-bottom: 1.25em;
    background-color: #fff;
    padding: 1.5em 0.75em;
    transition: border-radius 0.5s;
}
.side-part a{
    display: block;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 1em;
    text-align: center;
}
.side-part li:last-child a{
	border-bottom: 0 none;
}
.side-part a .icon-box{
    transition: background-color 0.5s,margin-bottom 0.5s,margin-top 0.5s;
    position: relative;
    border-radius: 50%;
    width: 3em;
    margin: 0 auto;
}
.side-part a:hover .icon-box{
    background-color: #0c67ba;
    margin-bottom: 1em;
    margin-top: 1em;
}
.side-part li:first-child a:hover .icon-box{
	margin-top: 0;
}
.side-part a .icon1,.side-part a .icon2{
	transition: opacity 0.5s;
	width: 100%;
}
.side-part a:hover .icon1{
	opacity: 0;
}
.side-part a .icon2{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.side-part a:hover .icon2{
	opacity: 1;
}
.side-part a > p{
	font-size: 0.8125em;
	color: #333;
	font-weight: 500;
	line-height: 1.25;
}
.side-part .slide-box{
    position: absolute;
    right: 100%;
    top: 0.75em;
    margin-right: 1.5em;
    white-space: nowrap;
    transition: max-width 0.75s;
    max-width: 0;
    overflow: hidden;
}
.side-part a:hover .slide-box{
    max-width: 25em;
}
.side-part .slide-box p{
    font-size: 0.875em;
    color: #fff;
    line-height: 1;
    padding: 0.6em 1.3em;
    background-color: #0c67ba;
    border-radius: 0.714em;
    text-align: left;
}
.side-part .btn-toggle{
	font-size: 0.8125em;
	color: #333;
	width: 100%;
	position: relative;
	display: none;
}
.side-part .btn-toggle .icon{
	margin-top: -1.25em;
}
.side-part.on .btn-toggle .icon{
	margin-top: 0;
	display: none;
}
.side-part .btn-toggle p{
	text-align: center;
}
.side-part.on .btn-toggle p{
	padding-top: 1em;
}
.side-part .btn-toggle p span:last-child,.side-part.on .btn-toggle p span:first-child{
	display: none;
}
.side-part .btn-toggle p span:first-child,.side-part.on .btn-toggle p span:last-child{
	display: block;
}
@media only screen and (max-width:1024px){
	.side-part { 
		font-size: calc(100vw * 14 / 390);
	}

	.side-part .btn-box{
	    border-radius: 1em;
	    transition: border-radius 0.5s,padding 0.5s;
	    padding: 1em 0.75em;
	}
	.side-part.on .btn-box{
	    border-radius: 2.5em;
	    padding: 1.5em 0.75em;
	}
	.side-part li:last-child a{
		border-bottom: 1px solid #ebebeb;
	}
	.side-part .btn-toggle{
		display: block;
	}
	.scroll-top{
		display: none;
	}
}