/*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:"微软雅黑","Microsoft YaHei","MiSans","思源黑体","Source Han Sans CN";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;}
: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;
}
html.ie select::-ms-expand { display: none; }
html.ie input::-ms-clear { display: none; }
/*css common*/
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.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；
}
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;
	font-size: 16px;
}
body{
	position: relative;
	height: 100%;
}
.inner{
	max-width: 92%;
	margin: 0 auto;
}
.inner.w1600{
	width: 1600px;
}
.inner.w1530{
	width: 1530px;
}
.inner.w1400{
	width: 1400px;
}
.inner.w1366{
	width: 1366px;
}
.inner.w1200{
	width: 1200px;
}
#wrap{
	padding-bottom: 23.375em;
	min-height: 100%;
}
.section{
	overflow: hidden;
}
.swiper-container{
	width: 100%;
	overflow: visible !important;
}
.odometer.nopoint .odometer-formatting-mark{
	display: none;
}
/*banner*/
.banner{
	overflow: hidden;
	position: relative;
}
.banner .inner{
	position: absolute;
	font-size: 1.25em;
	color: #fff;
	top: 40%;
	left: 0;
	right: 0;
}
.banner p{
	font-size: inherit;
	color: inherit;
	margin-bottom: 1.8em;
}
.banner h1{
	font-size: 2.7em;
	color: inherit;
	font-weight: normal;
  	text-shadow: 0px 0.0926em 0.148em rgba(5, 45, 87, 0.3);
}
.banner .line{
	width: 100vw;
	height: 1px;
	background-color: #f5aa19;
	position: absolute;
	right: 100%;
	top: 0.4em;
	margin-right: 1em;
}
/*header*/
#header{
	height: 7.75em;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 60;
	-webkit-transition: transform 0.5s,background-color 0.5s;
	transition: transform 0.5s,background-color 0.5s;
}
#header.fixed{
	position: fixed;
	max-width: 1920px;
	margin: 0 auto;
	background-color: #fff;
}
#header.hide{
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
#header.white,#header.fixed{
	box-shadow: 0 1px 0px #eaeaea;
}
#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: 52.42%;
	display: block;
	position: relative;
}
html.ie #header .logo{
	width: 12.5em;
}
#header .logo img{
	width: auto;
	height: 100%;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
#header .logo img:last-child{
	position: absolute;
	left: 0;
	top: 0;
}
#header .logo .blue,#header.fixed .logo .white,#header.white .logo .white{
	opacity: 0;
}
#header .logo .white,#header.fixed .logo .blue,#header.white .logo .blue{
	opacity: 1;
}
#header .nav-box{
	vertical-align: middle;
}
#header .nav-box li{
	display: inline-block;
	vertical-align: middle;
	font-size: 0.9375em;
	color: #fff;
	position: relative;
}
#header.fixed .nav-box li,#header.white .nav-box li{
	color: #333;
}
#header .nav-box a.level1{
	font-size: inherit;
	color: inherit;
	display: block;
	padding: 1.3em 1.4em;
	position: relative;
	-webkit-transition: background-color 0.25s;
	transition: background-color 0.25s;
	border-top: 2px solid transparent;
}
#header .nav-box li.active .level1{
	font-weight: bold;
}
#header .nav-box li:hover a.level1{
	background-color: #002e6e;
	color: #fff;
	border-color: #e7ad1f;
}
#header .nav-box a.level1::before{
	content: "";
	position: absolute;
	left: 1.4em;
	bottom: 0;
	margin-bottom: 0.4em;
	height: 2px;
	opacity: 0;
	background-image: linear-gradient(to right, #fff100,#f39800);
}
#header .nav-box a.level1.em2::before{
	width: 2em;
}
#header .nav-box a.level1.em4::before{
	width: 4em;
}
#header .nav-box a.level1.em5::before{
	width: 5em;
}
#header .nav-box li.active a.level1::before{
	opacity: 1;
}
#header .nav-box li:hover a.level1::before{
	opacity: 0;
}
#header .nav-box li.slide a.level1::after{
	font-family: "FontAwesome";
	content: "\f107";
	margin-left: 0.5em;
}
#header .nav-box .box{
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1;
	min-width: 100%;
	max-height: 0;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
    overflow: hidden;
}
#header .nav-box li:hover .box{
	max-height: 220px;
}
#header .nav-box .box a{
	white-space: nowrap;
	font-size: inherit;
	color: #fff;
	display: block;
	background-color: #002e6e;
	padding: 1.3em 1.4em;
}
#header .nav-box .box a::after{
	font-family: "FontAwesome";
	content: "\f105";
	margin-left: 0.5em;
}
#header .nav-box .box a:hover,#header .nav-box .box a.active{
	background-color: #1f529a;
}
#header .search-box{
	vertical-align: middle;
	position: relative;
	margin-left: 2.5em;
	margin-right: 3.125em;
}
#header .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;
}
#header.fixed .search-box::after,#header.white .search-box::after{
	background-color: #333;
}
#header .search-box.active::after{
	width: 100%;
}
#header .search-box input{
	font-size: inherit;
	color: #fff;
	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.fixed .search-box input,#header.white .search-box input{
	color: #333;
}
#header .search-box.active input{
	width: 8em;
	padding: 0 0.5em;
}
#header .search-box .btns{
	width: 1.25em;
	display: inline-block;
	vertical-align: middle;
}
#header .search-box .btns img{
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(../images/header_icon_search_bg.png);
	background-size: auto 200%;
	background-position: center bottom;
}
#header.fixed .search-box .btns img,#header.white .search-box .btns img{
	background-position: center top;
}
#header .language-box{
	display: inline-block;
	vertical-align: middle;
}
#header .language-box a{
	font-size: 0.75em;
	color: #fff;
	display: inline-block;
	border-radius: 0.167em;
	text-align: center;
	width: 2.75em;
	height: 1.5em;
	line-height: 1.5;
}
#header .language-box a.active{
	background-color: #003a8c;
	color: #fff;
}
#header.color2 .language-box a.active{
	background-color: #f5aa19;
	color: #fff;
}
#header.fixed .language-box a,#header.white .language-box a{
	color: #333;
}
#header.fixed .language-box a.active,#header.white .language-box a.active{
	color: #fff;
}

/*footer*/
#footer{
	height: 23.375em;
	margin-top: -23.375em;
	position: relative;
	background-color: #003a8c;
}
#footer .part1{
	padding-top: 4.25em;
	-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;
	height: 19.625em;
}
#footer .part1 .logo{
	width: 12.94%;
}
#footer .part1 ul{
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: row;
}
#footer .part1 li{
	border-left: 1px solid rgba(255,255,255,0.2);
	padding-left: 3.5em;
	margin-right: 5em;
}
#footer .part1 li:last-child{
	margin-right: 0;
}
#footer .part1 h5{
	font-size: inherit;
	color: #fff;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 0.875em;
}
#footer .part1 p{
	font-size: 0.875em;
	color: #fff;
	margin-bottom: 1.357em;
}
#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{
	-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: 3.75em;
	font-size: 0.875em;
	color: #fff;
}
#footer .part2 .copyrights a{
	color: inherit;
	font-size: inherit;
}
#footer .part2 .relative-site{
	position: relative;
	color: #fff;
	font-size: inherit;
	width: 6em;
	text-align: center;
}
#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: #003a8c;
}
#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: #003a8c;
}
#cookie-box .btn-box a.reject img{
	width: 1.25em;
}


@media only screen and (min-width:1024px){
	
	#header .language-box a:hover{
		background-color: #003a8c;
		color: #fff;
	}
	#header.color2 .language-box a:hover{
		background-color: #f5aa19;
		color: #fff;
	}
	#header.fixed .language-box a:hover,#header.white .language-box a:hover{
		color: #fff;
	}
}
@media only screen and (max-width:1440px){
	#footer .part1 ul{
		font-size: 14px;
	}
}
@media only screen and (max-width:1400px){
	#header .search-box{
		margin-left: 2em;
		margin-right: 2em;
	}
}
@media only screen and (max-width:1366px){
	html{
		font-size: 14px;
	}
	/*cookie*/
	#cookie-box{
	  	font-size: 14px;
 		padding: 1.875em 5%;
	}
}
@media only screen and (max-width:1280px){
	#footer .part1 li{
		padding-left: 2.8em;
		margin-right: 4em;
	}
}
@media only screen and (max-width:1200px){
	#header .nav-box a.level1{
		padding: 1.3em 1em;
	}
	#header .nav-box a.level1::before{
		left: 1em;
	}
	#header .search-box{
		margin-left: 1.5em;
		margin-right: 1.5em;
	}
}
@media only screen and (max-width:1100px){
	#header .nav-box li{
		font-size: 0.875em;
	}
	#header .search-box{
		font-size: 0.875em;
	}
	#footer .part1 li{
		padding-left: 2.45em;
		margin-right: 3.5em;
	}
}
@media only screen and (max-width:1050px){
	#header .logo{
		height: 48%;
	}
}
@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%;
	}
	body{
		font-size: 62.5%;
	}
	.mobile{
		display: inline-block;
	}
	.web{
		display: none;
	}

	#wrap{
		padding-bottom: 3rem;
	}
	.banner .inner{
		max-width: 86%;
	}
	.banner .inner.oneline{
		top: 48%;
	}
	.banner h1{
		font-size: 2.25em;
	}
	.banner .line{
		margin-right: 0.5em;
	}

	/*cookie*/
	#cookie-box{
	  font-size: 0.625rem;
	  padding: 1.875em;
	}
	
	#footer{
		height: 3rem;
		margin-top: -3rem;
		font-size: 0.6875rem;
	}
	#footer .part1{
		-webkit-display: none;
		display: none;
	}
	#footer .part2{
		-webkit-justify-content: center;
		justify-content: center;
		height: 3rem;
		font-size: inherit;
		text-align: center;
	}
	#footer .part2 .copyrights{
		line-height: 1.4;
	}


	/*header*/
	#header{
		height: 4.25rem;
		font-size: 0.875rem;
	}
	#header .logo{
		height: 60%;
	}
	#header .menu{
		vertical-align: middle;
		width: 1.3125rem;
		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);
		-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%;
		}
	}
	@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%;
		}
	}
	@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%;
		}
	}
	@keyframes linethree {
		0% {
		   width: 88%;
		}
		25% {
		   width: 100%;
		}
		50% {
		   width: 25%;
		}
		100% {
		   width: 88%;
		}
	}

	#header .language-box{
		margin-right: 1rem;
	}



	/*sidenav*/
	#sidenav{
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #003a8c;
		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: inline-block;
		vertical-align: middle;
		padding: 0 0.15625rem;
	}
	#sidenav .top-part .close img{
		width: 100%;
	}
	#sidenav .top-part .language-box{
		display: inline-block;
		vertical-align: middle;
		margin-right: 1rem;
		font-size: 0.875rem;
	}
	#sidenav .top-part .language-box a{
		font-size: 0.75em;
		color: #333;
		display: inline-block;
		border-radius: 0.167em;
		text-align: center;
		width: 2.75em;
		height: 1.5em;
		line-height: 1.5;
	}
	#sidenav .top-part .language-box a.active{
		background-color: #003a8c;
		color: #fff;
	}
	#sidenav .middle-part{
		position: absolute;
		left: 0;
		width: 100%;
		top: 6.25rem;
		bottom: 4.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: #f5aa19;
	}
	#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: #f5aa19;
	}
	#sidenav .bottom-part{
		position: absolute;
		left: 0;
		bottom: 0.5rem;
		width: 100%;
	}
	#sidenav .bottom-part .inner{
		height: 4rem;
		-webkit-display: flex;
		-webkit-align-items: center;
		-webkit-justify-content: flex-end;
		-webkit-flex-direction: row;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		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;
		height: 2.375em;
		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 .btns{
		width: 1.25em;
		display: inline-block;
		vertical-align: middle;
	}
	#sidenav .bottom-part .search-box .btns img{
		width: 100%;
		background-repeat: no-repeat;
		background-image: url(../images/header_icon_search_bg.png);
		background-size: auto 200%;
		background-position: center bottom;
	}
	#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;
	}

}