@charset "utf-8";
*,body{margin: 0;padding: 0;text-decoration: none;}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji}
html{font-family:MiSans,system-ui,微软雅黑,sans-serif;line-height:1.5}body{font-family:inherit;line-height:inherit}
html, body {width: 100%;height: 100%;}
html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/}
:root {
	--color-1: #212529;
	--color-2: #495057;
	--color-3: #001f9c;
	--color-4: #f62a43;
	--color-5: #f8f9fa;
	--color-6: #f1f3f5;
	--color-7: #e9ecef;
}
blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,img,input,li,ol,p,pre,td,textarea,th,ul{padding:0;margin:0}
fieldset,img{border:0}
li,ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-weight:400;font-size:100%}

q:after,q:before{content:""}abbr,acronym{border:0}
a{text-decoration:none;outline:none;background: transparent;}
a:link{color:#333; text-decoration:none;}
a:focus,a:hover{color:#f62a43;}
a:visited{color:#333}
input{outline: none;}
h1,h2,h3,h4,h5,h6,p,i,span,a,.img,img,li{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
@font-face {
	font-family: 'iconfont';  /* Project id 2784183 */
	src: url('http://at.alicdn.com/t/c/font_2784183_pqasnm4iiqp.woff2?t=1678765045079') format('woff2'),
	url('http://at.alicdn.com/t/c/font_2784183_pqasnm4iiqp.woff?t=1678765045079') format('woff'),
	url('http://at.alicdn.com/t/c/font_2784183_pqasnm4iiqp.ttf?t=1678765045079') format('truetype');
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

::-webkit-scrollbar {width:6px;/* 这是针对缺省样式 (必须的) */ }
::-webkit-scrollbar-track {background-color: #fff;/* 滚动条的滑轨背景颜色 */}
::-webkit-scrollbar-thumb {background-color: #001f9c;/* 滑块颜色 */}
::-webkit-scrollbar-button {background-color: #fff;/* 滑轨两头的监听按钮颜色 */}
::-webkit-scrollbar-corner {background-color: #fff;/* 横向滚动条和纵向滚动条相交处尖角的颜色 */}
@media (max-width: 992px) {
	::-webkit-scrollbar {width:0}
}
.flex-sb{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	justify-content: space-between;
}

.flex-ce{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.flex-fs{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.flex-fe{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content:  flex-end;
}

.container{width:1280px!important;margin: 0 auto;padding: 0;}
@media (max-width: 1440px) {
	.container{width: 1140px!important;}
}
@media (max-width: 1200px) {
	.container{padding: 0 100px;width: 100%!important;}
}
@media (max-width: 991px) {
	.container{padding: 0 20px;}
}
.section-title{width: 100%;}
.section-title h4{font-size:45px;color:var(--color-3);padding: 0;text-transform: uppercase;position: relative;font-weight:600;margin-bottom: 5px;}
.section-title h4:after{content: '';width:20px;height:20px;border-radius:50%;background-color:var(--color-4);position: absolute;top:50%;left: -35px;margin-top: -10px;}
.section-title h4:before{content: '';width:20px;height:20px;border-radius:50%;background-color:var(--color-3);position: absolute;top:50%;left: -50px;margin-top: -10px;}
.section-title p{font-size: 18px;font-weight: 400;line-height: 30px;color: #495057}
.section-title.white h4{color: #fff;}
.section-title.white h4:after{background-color: #fff;display: none}
@media (max-width: 1440px) {
	.section-title h4{font-size:35px}
	.section-title h4:after{width:14px;height:14px;left: -30px;margin-top: -7px;}
	.section-title h4:before{width:14px;height:14px;left: -40px;margin-top: -7px;}
	.section-title p{font-size: 15px;line-height: 25px}
}
@media (max-width: 1200px) {
	.section-title h4{font-size:30px;}
}
@media (max-width: 992px) {
	.section-title h4{font-size:2.5rem;padding-left: 20px}
	.section-title h4:after,.section-title h4:before{width:12px;height:12px;margin-top: -6px;}
	.section-title h4:after{left:0;}
	.section-title h4:before{left: -10px;}
}
.more{display: block;border-radius: 30px;margin: 20px auto;width: 200px;text-align: center;line-height: 50px;background-color:var(--color-3);color: #fff!important;font-size: 16px;font-weight: 500;}
.more:hover{background-color:var(--color-4); }
/*header初始*/
.header{width: 100%;transition: all 0.4s ease;-webkit-transition: all 0.4s ease;}
.header-top{padding:10px 0 10px 0;align-items: center;background-image: linear-gradient(0deg,#d5eaff,#fff);}
.header-top .container{align-items: center}
.header .nav-logo{width: 40%;text-align: left}
.header .nav-logo img{width: 250px;}
.header .nav-tel{width: 60%;}
.header .nav-tel a{padding: 10px 0 10px 50px;}
.header .nav-tel a i{font-size:3rem;color:var(--color-4);display: block;}
.header .nav-tel a span b{display: block;font-size:18px;font-weight: 550;}
.header .nav-tel a span{display: block;font-size: 14px;color:var(--color-3);line-height:22px;padding:0 0 0 15px;font-family: "Microsoft YaHei", "Roboto", sans-serif}
.header #navToggle{	display: none;}
.header .right-bar-search{display: none;}
@media (max-width: 1200px) {
	.header .nav-logo{width: 30%;}
	.header .nav-logo img{width: 200px;}
	.header .nav-tel{width: 70%;}
	.header .nav-tel a{padding: 10px 0 10px 50px;}
	.header .nav-tel a i{font-size:2.5rem;}
	.header .nav-tel a span b{font-size:16px;}
	.header #navToggle{	display: none;}
	.header .right-bar-search{display: none;}
}
@media (max-width: 992px) {
	.header{width: 100%}
	.header-top{padding:5px 0;position: relative}
	.header-top .container{flex-wrap: wrap}
	.header .nav-logo{width:40%;text-align: center}
	.header .nav-logo img{width: 100%;}
	.header .nav-tel{display: none}
	.header .right-bar-search{display:block;position: absolute;left:20px;top:10px;}
	.header .right-bar-search i{font-size:2.5rem;color:var(--color-3);}
	.header #navToggle {display:block;position: absolute;right:20px;top:6px;}
	.header #navToggle i{font-size:3rem;color:var(--color-3);}
	nav{display: none}
	.header .m_nav .nav-tel{display: block;}
}

nav{background-color:var(--color-3);width: 100%;padding: 10px 0;}
.venus-menu{position:relative;flex-wrap: wrap;align-items: center;z-index: 999;}
.venus-menu li{display:inline-block;position:relative;}
.venus-menu > li > a{font-size:18px;color:#fff;font-weight: 500;display:block;line-height:20px;padding:10px 30px;text-transform: uppercase;
	-webkit-transition:color 0.2s linear, background 0.2s linear;
	-moz-transition:color 0.2s linear, background 0.2s linear;
	-o-transition:color 0.2s linear, background 0.2s linear;
	transition:color 0.2s linear, background 0.2s linear;
}
.venus-menu li:hover > a,.venus-menu li.active a{color:var(--color-4);}
.venus-menu ul, .venus-menu ul li ul{display:none;position:absolute;z-index:999;width:150%;}
.venus-menu ul{top:50px;left:0;background-color: #fff;}
.venus-menu ul li ul{top:0;left:100%;}
.venus-menu ul li{width:100%;border:none;}
.venus-menu ul li a{padding:10px 10px;width:100%;color:#495057;font-size:14px;text-decoration:none;display:inline-block;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-transition:background 0.2s linear;-moz-transition:background 0.2s linear;-o-transition:background 0.2s linear;transition:background 0.2s linear;}
.venus-menu ul li:hover > a{ background-color:var(--color-3);color: #fff}
.venus-menu .search i{line-height:20px !important;font-size:1.8rem;font-weight: 500;float:left;color:var(--color-3);}
.venus-menu > li.showhide{display:none;cursor:pointer;}
.venus-menu > li.showhide span.icon{width: 40px;height: 40px;text-align: center;line-height: 40px;background-color: #fff;}
.venus-menu > li.showhide .icon i{font-size:4rem;color:var(--color-3); }
.venus-menu li.search{margin: 0 0 0 auto;}
.zoom-out{-webkit-animation:zoomOut 600ms ease both;-moz-animation:zoomOut 600ms ease both;-o-animation:zoomOut 600ms ease both;animation:zoomOut 600ms ease both;}
@-webkit-keyframes zoomOut{
	0%{
		-webkit-transform:scale(.6);
	}
	100%{
		-webkit-transform:scale(1);
	}
}
@-moz-keyframes zoomOut{
	0%{
		-moz-transform:scale(.6);
	}
	100%{
		-moz-transform:scale(1);
	}
}
@-o-keyframes zoomOut{
	0%{
		-o-transform:scale(.6);
	}
	100%{
		-o-transform:scale(1);
	}
}
@keyframes zoomOut{
	0%{
		transform:scale(.6);
	}
	100%{
		transform:scale(1);
	}
}
@media (max-width: 1200px) {
	.venus-menu > li > a{font-size:16px;padding:5px 25px;}
}
@media only screen and (max-width:768px){
	.venus-menu li{display:block;width:100%;}
	.venus-menu > li > a{padding:13px 0 14px 20px;}
	.venus-menu > li.brand{display:none !important;}
	.venus-menu a{width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
	.venus-menu ul, .venus-menu ul li ul{width:100%;padding:0;left:0;border:none;position:static;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
	.venus-menu > li > ul > li:first-child a:before, .venus-menu > li > ul > li ul li:first-child a:before{border:none;}
	.venus-menu ul li{border-left:none;border-right:none;}
	.venus-menu ul li a{padding-top:10px;padding-bottom:10px;}
	.venus-menu ul > li > a{padding-left:40px !important;}
	.venus-menu > li .indicator{top:14px;right:20px;font-size:20px;}
	.venus-menu ul > li .indicator{top:10px;right:20px;}
	.venus-menu li.search form{margin:12px 18px 0 18px;}
	.venus-menu li.search form input.search{width:100%;margin-bottom:12px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
	.venus-menu > li > ul > li > a{padding-left:40px !important;}
	.venus-menu > li > ul > li > ul > li > a{padding-left:60px !important;}
	.venus-menu > li > ul > li > ul > li > ul > li > a{padding-left:80px !important;}
}

.m_nav{
	position: fixed;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 65%;
	height: 100%;
	background-color:var(--color-3);
	z-index: 1000;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	overflow-y: auto;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	top: 0;right: -65%;
	transform: translateX(100%);
	padding: 5% 0 0 0;
}
.m_nav.open{transform: translateX(0);right: 0}
.m_nav .closed{
	width: 30px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	cursor: pointer;
	font-size: 2.8rem;
	color: #fff;
	position: absolute;right: 30px;top:30px;
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul{margin-top:50px;}
.m_nav .ul li{
	padding: 0 25px!important;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	opacity: 0;
}
.m_nav.open .ul li{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
	-webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
	-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
	-webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
	-webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(7) {
	-webkit-transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a{
	display: block;
	text-decoration: none;
	color: #fff;
	font-size:1.8rem;font-weight: 550;text-transform: uppercase;
	line-height:50px;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.m_nav .ul li a i{color: #fff;font-size:3rem;margin-right:10px;font-weight: 500;}
.m_nav .ul li .dropdown_menu{display: none;padding: 0;}
.m_nav .ul li.dropdown.active .dropdown_menu{display: block;}
.m_nav .ul li .dropdown_menu a{
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	color: #999;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255,255,255,0.05);
}
.m_nav .ul li .dropdown_menu a i{font-size: 1.3rem;margin-right:0}
.m_nav .ul li .dropdown_menu a:last-child{border: none;}

/*footer*/
.footer{clear:both;width:100%;background-color:var(--color-3)}
.footer .footer_top{padding: 50px 0 30px 0}
.footer .footer_top .footer_top_menu{display: flex;justify-content: space-between;}
.footer .footer_top .footer_top_menu li{width:15%;}
.footer .footer_top .footer_top_menu li span{margin-bottom:10px;font-size:22px;font-weight:500;color:#fff;display: block;text-transform: uppercase}
.footer .footer_top .footer_top_menu li a{display: block;line-height:30px;font-size:14px;color:rgba(255,255,255,0.6);font-weight:350;}
.footer .footer_top .footer_top_menu li a:hover{color:#fff;}
.footer .footer_top .footer_top_menu .wx{width:25%;}
.footer .footer_top .footer_top_menu .wx p{margin-bottom: 10px;}
.footer .footer_top .footer_top_menu .wx p img{width: 120px;}
.footer .footer_top .footer_top_menu .hottel{width:35%;margin-right: 5%}
.footer .footer_top .footer_top_menu .hottel div{margin-bottom: 20px;padding-left:35px;position: relative;font-size:14px;font-weight:500;color:rgba(255,255,255,0.8);}
.footer .footer_top .footer_top_menu .hottel i{color:rgba(255,255,255,0.6);display: inline-block;font-size:2.2rem;position: absolute;left: 0;top:0}
.footer .footer_top .footer_top_menu .hottel b{display: block;font-size: 14px;font-weight: 400;}
.footer .footer_bot{font-size:18px;color:#868e96;font-weight: 500;border-top: 1px solid rgba(255,255,255,0.05);padding:10px 0; }
.footer .footer_bot .link{width:100%;height:30px;line-height:22px;font-size: 14px;font-weight:500;color: #fff;}
.footer .footer_bot .link a{margin:0 6px;color:rgba(255,255,255,0.3);font-size: 14px;font-weight: 400}
.footer .footer_bot .copyright{width:100%;height: 30px;line-height:30px;text-align: center;color:rgba(255,255,255,0.3);text-transform: uppercase;font-weight: 300;}
.footer .footer_bot .copyright span{display: block;width: 50%;padding: 0;font-size: 14px;}
.footer .footer_bot .copyright a{font-size:14px;color:#999;padding: 0 10px;color:rgba(255,255,255,0.3);font-weight: 300;}
.widget-social{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-pack: start;-webkit-justify-content:flex-start;-ms-flex-pack: start;justify-content: flex-start;margin-bottom: 10px}
.widget-social a {height:35px;width:35px;line-height:30px;text-align: center;margin-right:5px;border-radius: 50%;border:none!important;}
.widget-social a:last-child{margin-right: 0;}
.widget-social a i{font-size: 3rem;}
.widget-social a:hover i{color: #fff;}
@media (max-width: 992px) {
	.footer{margin-bottom:0;padding-bottom:50px;}
	.footer .footer_top{padding: 30px 20px 0 20px;}
	.footer .footer_top .footer_top_menu{flex-wrap: wrap}
	.footer .footer_top .footer_top_menu li{width: 100%;margin-bottom: 10px;}
	.footer .footer_top .footer_top_menu li span{margin-bottom:5px;font-size:1.6rem;}
	.footer .footer_top .footer_top_menu li a{line-height:2.2rem;font-size:1.4rem;}
	.footer .footer_top .footer_top_menu .wx{width:100%;}
	.footer .footer_top .footer_top_menu .wx p img{width: 150px;}
	.footer .footer_top .footer_top_menu .hottel{width:100%;display: block;margin-right: 0}
	.footer .footer_top .footer_top_menu .hottel div{padding-left:0;margin-bottom:20px;font-size:1.4rem;}
	.footer .footer_top .footer_top_menu .hottel div:after{display: none;}
	.footer .footer_top .footer_top_menu .hottel i{font-size:1.8rem;position:relative;top:auto;left:auto;margin-right: 5px;}
	.footer .footer_top .footer_top_menu .hottel b{font-size:1.6rem;}
	.footer .footer_top .footer_top_menu .hottel p:last-child{display: none;}
	.footer .footer_bot{height:auto;font-size:1.2rem;margin-top:0;}
	.footer .footer_bot .link{padding-top:5px;display:none;}
	.footer .footer_bot .copyright{border-top:none;line-height:1.6rem;padding: 5px 0;}
	.footer .footer_bot .copyright .container{flex-wrap: wrap;}
	.footer .footer_bot .copyright span{width: 100%!important;font-size: 1.1rem;line-height: 1.8rem;text-align: center}
	.footer .footer_bot .copyright a{font-size:1.1rem;padding:0 3px;}
	.widget-social{padding: 10px 0 0 0}
	.widget-social a {margin-right:0;}
	.widget-social.flex-fe{display: none}
}


.offcanvas-search {
	position: fixed;
	top: 0;
	left: 0;
	right: auto;
	height: 100vh;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transition-duration: 700ms;
	-o-transition-duration: 700ms;
	transition-duration: 700ms;
	z-index: 9999;
	background-color: rgba(0,0,0,0.75);
}

.offcanvas-search.open {opacity: 1;visibility: visible}
.offcanvas-search.open .offcanvas-search-inner {-webkit-transform: none;-ms-transform: none;transform: none}
.offcanvas-search-inner {
	width: 80%;
	height: 50%;
	margin: 10% auto;
	background-color: #fff;
	padding: 50px;
	box-shadow:5px 10px 20px  rgba(75,45,2,0.2);
	-webkit-box-shadow:5px 10px 20px  rgba(75,45,2,0.2);
	-moz-box-shadow:5px 10px 20px  rgba(75,45,2,0.2);
	border-radius:6px;
	position: relative;
	-webkit-transform: translateX(calc(100% - 0px));
	-ms-transform: translateX(calc(100% - 0px));
	transform: translateX(calc(100% - 0px));
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transition-duration: 700ms;
	-o-transition-duration: 700ms;
	transition-duration: 700ms;
	overflow: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-flow: row-reverse;
	-ms-flex-flow: row-reverse;
	flex-flow: row-reverse
}
.offcanvas-search-inner .btn-close-bar {opacity: 1;position: absolute;right: 20px;top:20px;}
.offcanvas-search-inner .btn-close-bar i {
	font-size: 4rem;
	cursor: pointer;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.offcanvas-search-inner .btn-close-bar i:hover {
	color:var(--color-3);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.offcanvas-search-form {width: 100%;}
.offcanvas-search-form input {width:80%;border: 2px solid var(--color-3);font-size:20px;line-height:60px;height:60px;padding: 0 20px;color:#495057;
	-webkit-appearance: none;border-radius: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.offcanvas-search-form input:focus {outline: none;}
.offcanvas-search-form button{width: 20%;background-color:var(--color-3);border: none;line-height:60px;height:60px;font-size: 22px;color: #fff;outline: none;}
.offcanvas-search-form button i{margin-right: 10px;font-size: 2.5rem;}
@media (max-width: 991px) {
	.offcanvas-search-inner {width: 90%;height: 40%;padding: 20px;}
	.offcanvas-search-inner .btn-close-bar {right:10px;top:10px;}
	.offcanvas-search-inner .btn-close-bar i {font-size: 3rem;}
	.offcanvas-search-form input {font-size:1.6rem;width:75%;line-height:50px;height:50px;text-transform: uppercase}
	.offcanvas-search-form button{font-size: 1.6rem;width: 25%;line-height:50px;height:50px;}
	.offcanvas-search-form button i{margin-right:5px;font-size:2.2rem;}
}