@charset "utf-8";
/* CSS Document */

*{margin: 0;padding: 0}

.clear{clear:both}
.clearfix{zoom:1} .clearfix:after{content:".";display:block;visibility:hidden;height:0;clear:both;}

body{
	font-family: Microsoft YaHei,Helvetica,Arial!important;
	overflow-x: hidden;
	font-size: 16px!important;
}

html{
	font-size: 16px;
}

a{
	text-decoration: none;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

a:hover{
	text-decoration: none;
}

ul{
	margin-bottom: 0;
}

ul li{
	list-style: none;
}

.no-padding {
	padding: 0;
}

.wid{
	width: 80%;
	margin: 0 auto;
	position: relative;
	max-width: 100%;
}

@media (max-width:1200px){
	.wid{
		width: 95%!important;
	}
}












/*  02. Header
/*----------------------------------------*/
.header__top {
	background: #292571;
	padding: 10px 0;
}
.header__top .left {
	float: left;
}
.header__top .left li {
	display: inline-block;
	margin-right: 30px;
	color: #ffffff;
}
.header__top .left li span {
	margin-right: 10px;
	font-size: 15px;
}
.header__top .right {
	float: right;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.header__top .right {
	float: none;
	text-align: center;
}
}

@media (max-width: 767px) {
.header__top .right {
	float: none;
	text-align: center;
}
}
.header__top .right li {
	display: inline-block;
	color: #ffffff;
}
.header__top .right li:not(:first-child) {
	margin-left: 20px;
}
.header__top .right li a {
	font-size: 15px;
}
.header__bottom {
	padding: 2rem 0;
}
.header__bottom .logo a {
	display: inline-block;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.header__bottom .logo a {
	max-width: 160px;
}
}

@media (max-width: 767px) {
.header__bottom .logo a {
	max-width: 160px;
}
}
.header__btn a {
	background-color: #fff03d;
	border-color: #fff03d;
	color: #292571;
	padding: 13px 30px;
}
.header__2 .header__top {
	background: transparent;
}
.header__2 .header__bottom {
	padding: 10px 0;
}
.header__2 .main__menu-wrap {
	background: #ffffff;
	padding: 10px 20px;
}
.header__2 .sticky .main__menu-wrap {
	padding: 0;
}
.header__2 .sticky.header__bottom {
	padding: 10px 0;
}
.header__2 .header__bottom {
	padding: 0;
}
.header__3 .logo a img:nth-child(2) {
	display: none;
}
.header__3 .sticky .logo a img:nth-child(2) {
	display: inline-block;
}
.header__3 .sticky .logo a img:nth-child(1) {
	display: none;
}
.header__3 .sticky .main__menu ul li a {
	color: #111;
}

.header__3 .main__menu ul li a {
	color: #ffffff;
}
.header__3 .main__menu ul li .submenu li a {
	color: #1a1842;
}
.header__3 .header__btn a {
	background-color: #fd9900;
	border-color: #fd9900;
	color: #ffffff;
}
.header__3 .header__btn a:hover {
	color: #292571;
	background-color: #fff03d;
	border-color: #fff03d;
}
.header__transparent {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9;
}
.sticky {
	background: #ffffff;
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	padding: 1.5rem 0;
	border-bottom: 0;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
	z-index: 44;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}
/* main menu css start */
.main__menu ul li {
	display: inline-block;
	position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.main__menu ul li {
	margin-left: 20px;
}
}
.main__menu ul li a {
	color: #1a1842;
	font-size: 1rem;
	font-weight: 600;
	display: inline-block;
}
header ul li:hover a {
	color: #fd9900!important;
}
.main__menu ul li:hover ul.submenu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.main__menu ul li ul.submenu {
	position: absolute;
	top: 110%;
	left: 0;
	min-width: 230px;
	background: #ffffff;
	padding: 15px 0;
	border-radius: 3px;
	z-index: 99;
	border-top: 2px solid #fd9900;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}
.main__menu ul li ul.submenu li {
	display: block;
	margin: 0;
	padding: 6px 25px;
}
.main__menu ul li ul.submenu li a {
	display: inline-block;
	font-size: 15px;
	padding: 0;
	position: relative;
}
.main__menu ul li ul.submenu li a.active {
	color: #fd9900;
}
.main__menu ul li ul.submenu li a::before {
	position: absolute;
	width: 0;
	height: 1px;
	bottom: 0;
	left: auto;
	right: 0;
	content: "";
	z-index: -1;
	transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	background: #fd9900;
}
.main__menu ul li ul.submenu li:hover > a {
	color: #fd9900;
}
.main__menu ul li ul.submenu li:hover > a::before {
	width: 100%;
	left: 0;
	right: auto;
}
.main__menu ul li ul.submenu li:hover > ul.submenu {
	top: 0;
	opacity: 1;
	visibility: visible;
}
.main__menu ul li ul.submenu li ul.submenu {
	top: 10%;
	left: 100%;
	opacity: 0;
	visibility: hidden;
}
/* mobile menu css start */
.menu-toggle {
	width: 50px;
	height: 45px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	background-color: #fd9900;
	cursor: pointer;
	border-radius: 4px;
}
.menu-toggle .menu__bar {
	position: absolute;
	display: block;
	height: 2px;
	left: 13px;
	width: calc(100% - 25px);
	background: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.menu-toggle .menu__bar:nth-child(1) {
	top: 13px;
}
.menu-toggle .menu__bar:nth-child(2) {
	top: 22px;
}
.menu-toggle .menu__bar:nth-child(3) {
	top: 30px;
}
.menu-toggle.active .menu__bar:nth-child(1) {
	top: 20px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu-toggle.active .menu__bar:nth-child(2) {
	opacity: 0;
	visibility: hidden;
}
.menu-toggle.active .menu__bar:nth-child(3) {
	top: 20px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.hamburger-menu {
	display: inline-block;
}
.hamburger-menu a {
	display: block;
}
.slide-bar {
	position: fixed;
	overflow-y: auto;
	top: 0;
	left: -330px;
	width: 300px;
	padding: 25px 20px;
	height: 100%;
	display: block;
	background-color: #ffffff;
	z-index: 1020;
	box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
	padding-top: 60px;
	transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-ms-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.slide-bar.show {
	left: 0;
}
.close-mobile-menu {
	position: absolute;
	top: 0;
	right: 0;
	background: #fd9900;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.close-mobile-menu a {
	color: #ffffff;
	position: relative;
	z-index: 2;
	font-size: 16px;
	left: 0;
	display: block;
}
.close-mobile-menu:hover {
	background-color: #fd9900;
}
.body-overlay {
	background-color: #000;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1010;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s linear 0s;
	transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
}
.body-overlay.active {
	opacity: .5;
	visibility: visible;
}
.side-mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.side-mobile-menu ul li a {
	padding: 0.9rem 0;
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	font-size: 0.9rem;
	color: #111;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
}
.side-mobile-menu ul li a:hover {
	color: #fd9900;
	padding-left: 5px;
}
.side-mobile-menu ul li a[aria-expanded="true"] {
	color: #fd9900;
}
.side-mobile-menu ul li a[aria-expanded="true"]:before {
	background: #fd9900;
	border-color: #fd9900;
}
.side-mobile-menu ul li ul {
	padding-left: 0;
	list-style: none;
}
.side-mobile-menu ul li ul li {
	padding-left: 1rem;
}
.side-mobile-menu ul li ul li:hover > a {
	color: #fd9900;
	padding-left: 20px;
}
.side-mobile-menu ul li ul li:hover > a:before {
	background: #fd9900;
	border-color: #fd9900;
}
.side-mobile-menu ul li ul li a {
	position: relative;
	padding-left: 1rem;
	text-transform: capitalize;
	font-size: 0.9rem;
}
.side-mobile-menu ul li ul li a:before {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border: 2px solid #1a1842;
	border-radius: 50%;
}
.side-mobile-menu ul li ul li a[aria-expanded="true"] {
	padding-left: 20px;
}
.side-mobile-menu ul li.dropdown > a:after {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border-width: 2px 0 0 2px;
	border-style: solid;
	border-color: initial;
	right: 16px;
	top: 50%;
	transform: rotate(-45deg) translateY(-50%);
	-webkit-transform: rotate(-45deg) translateY(-50%);
	transform-origin: top;
	-webkit-transform-origin: top;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.side-mobile-menu ul li.dropdown a[aria-expanded="true"]:after {
	-webkit-transform: rotate(-135deg) translateY(-50%);
	transform: rotate(-135deg) translateY(-50%);
}

/*----------------------------------------*/

header .wid{
	width: 90%;
}

header .logo img{
	height: 66px;
	width: auto;
}

header .sticky .logo img{
	height: 50px!important;
	width: auto;
}

.main__menu ul li{
	padding: 0 2rem;
}

















footer{
	padding: 3rem 0 2rem;
	background: #141414;
	position: relative;
	z-index: 11;
}

.footimg img{
	width: auto;
	height: 3rem;
	margin-bottom: 3rem;
}

.footl h4{
	font-size: 0.9rem;
	color: #8b8b8b;
}

.footl p{
	font-size: 1rem;
	color: #fff;
	margin-bottom: 2rem;
}

.footr{
	text-align: center;
}

.footr h4{
	font-size: 1rem;
	color: #fff;
	line-height: 80px;
}

.footr p,.footr a{
	color: #666;
	font-size: 0.9rem;
}

.footr p:hover a{
	color: #fff;
}

.footbottom{
	margin-top: 3rem;
}

.footbottom p,.footbottom a{
	margin-bottom: 0;
	font-size: 0.9rem;
	color: #666;
}

.footbottom a:hover{
	color: #fff;
}

.footbottoma{
	text-align: right;
}













.menubox{ 
	background-color: #fafafa;
	position: relative;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999;
	width: 100%;
	padding:5.5px 0;
	border-top: #eee solid 1px;
	height: 68px;
}
.menubox ul li{
	float: left;
	width: 33%;
	text-align: center;
}
.menubox ul li i{
	display: block;
	margin:0 auto;
	width: 1.8rem;
	height: 1.8rem;
	margin-bottom: 0.3rem;
}
.menubox ul li i img{
	display: none;
	margin:0 auto;
	width: 1.8rem;
}
.menubox ul li i img:first-child{
	display: block;
}
.menubox ul li span{
	display: block;
	font-size: 0.9rem;
	color: #111;
	line-height: 140%;
}
.menubox ul li.cur i img:first-child{
	display: none;
}
.menubox ul li.cur i img:last-child{
	display: block;
}
.menubox ul li.cur span{
	color: #111;
}
.menubox dl{
	position: absolute;
	right: 5%;
	width: 90%;
	background-color: #fafafa;
	text-align: center;
	padding: 1% 0;
	border:#ddd solid 1px;
	border-bottom: 0;
	display: none;
	border-radius: 4px 4px 0 0;
	overflow: hidden;
}
.menubox dl dd{
	line-height: 320%;
	border-top: #ddd solid 1px;margin-left: 0;
}
.menubox dl dd:first-child{
	border:0;
}
.menubox dl a{
	display: block;
	color: #111;
	font-size: 1rem;
}
.menubox dl a:active{
	color: #fff;
	background-color: #3385cc;
}














@media (min-width:768px) and (max-width:991px){
	.sticky{
		padding: 1rem 0;
	}

	header .logo img,header .sticky .logo img{
		height: 3rem!important;
	}

	footer{
		margin-bottom: 68px;
		padding: 2rem 0;
	}

	.footbottom{
		margin-top: 0;
	}

	.footbottoma{
		text-align: left;
	}
}







@media (max-width:768px){
	.sticky,.header__bottom{
		padding: 1rem 0;
	}

	header .logo img,header .sticky .logo img{
		height: 2rem!important;
	}

	footer{
		margin-bottom: 68px;
		padding: 2rem 0;
	}

	.footbottom{
		margin-top: 0;
	}

	.footbottoma{
		text-align: left;
	}
}



