@charset "utf-8";

/*-----------------
 	update:2021
 -------------------*/

/*common*/

ul {
	padding: 0;
	margin: 0;
}

ul,
li {
	list-style: none;
}

i,
em {
	font-style: normal;
}

.i-icon {
	width: 24px;
	height: 24px;
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.i-icon img{
	vertical-align: top;
	width: 100%;
	height: 100%;
}

html{
	background: url(../images/i-body2_02.jpg) center bottom repeat;
	height: 100%;
	background-size: 100% 100%;
}


.mui-btn-danger, .mui-btn-negative, .mui-btn-red {
    color: #fff;
    border: 1px solid #d8242d;
    background-color: #d8242d;
}



.p-lr {
	padding-left: 15px;
	padding-right: 15px;
}

.m-lr {
	margin-left: 15px;
	margin-right: 15px;
}




.i-body{
	background: url(../images/i-body_03.png) center bottom no-repeat;
	background-size: 100%;
}
.i-body .mui-content {
	background: transparent;
	min-height: 100vh;
	
}


.i-header-bar {
	background: url(../images/i-topBg_02.png) center bottom no-repeat;
	background-size: 100% 100%;
	z-index: 997;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	padding: 0 15px;
}

.mui-bar-nav{
width:100%;
height:1.43rem;

}

.i-header-bar .mui-icon-left-nav{
	color: #000;
}

.i-header-bar .i-logo{
	width: 3.79rem;
	height: 1.1rem;
	display: inline-block;
position: relative;
	
}

.i-header-bar .i-logo img{
	height: 100%;
	max-width: 100%;
}

.i-top-btn{
	width: 30px;
	height: 30px;
	margin-top: 15px;
	background: url(../images/icon-menu.png) no-repeat;
	background-size: 100% 100%;

}

.i-top-btn.active{
	background: url(../images/closeBtn.png) no-repeat;
	background-size: 100% auto;
}

.i-banner-wrap{
	position: relative;
	overflow: hidden;
	
}

.i-banner .mui-slider-indicator{
	bottom: 5px;
}

.i-banner .mui-slider-indicator .mui-indicator{
	width: 20px;
	height: 4px;
	border-radius: 4px;
	background: #2e291d;
	border: 0;
	-webkit-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
}

.i-banner .mui-slider-indicator .mui-active.mui-indicator{
	background: #e5cf90;
}

.i-main{
	padding: 0;
	overflow: hidden;
}



.i-news {
	line-height: 24px;
	height: 30px;
	padding: 3px 0px;
	margin: 10px 0;
	position: relative;
	background: rgba(0,0,0,0.6);
	border-top: 1px solid #e5cf90;
}

.i-news-tit{
	color: #000;
	font-size: 12px;
}

.i-news-tit i{
	margin: 0 2px 0 13px;
}

.i-news-box {
	height: 24px;
	overflow: hidden;
	margin: 0px 50px;
	position: relative;
	overflow: hidden;
}

.i-news-box ul {
	list-style: none;
	width: 100%;
	height: 100%;
	margin: 0px;
}

.i-news-box ul li {
	width: 100%;
	height: 24px;
	line-height: 24px;
}

.i-news-box ul li a {
	color: #fff;
	font-size: 12px;
}


.i-news-box ul li a span{
	color: #e5cf90;
}


.i-m1{
	overflow: hidden;
	width: 100%;
	text-align: center;
}

.i-m1 a{
	display: inline-block;
	width: 45%;
}

.i-m1 a img{
	width: 100%;
}


.i-m3{
	text-align: center;
	line-height: 24px;
	color: #e5cf90;
	font-size: 12px;
}

.i-m3 i{
	vertical-align: middle;
	width: 18px;
	height: 18px;
	top: -2px;
	margin-right: 5px;
}

.i-footer{
	text-align: center;
	width: 100%;
	padding: 10px 0;
}

.i-footer p{
	font-size: 2.93vw;
	color: #bbbbbb;
	line-height: 20px;
	margin: 0;
}


.i-m2{
	width: 100%;
	margin-top: 10px;
}

.i-m2 li{
	background: rgba(229,207,144,0.1);
	border-radius: 6px;
	-webkit-display: flex;
	display: flex;
	overflow: hidden;
	margin-bottom: 10px;
}

.i-m2-tit{
	width: 22.8vw;
}

.i-m2-tit img{
	width: 100%;
	vertical-align: middle;
}

.i-m2-txt{
	flex: 1;
	height: 12.8vw;
	line-height: 12.8vw;
	color: #e5cf90;
	font-size: 13px;
	padding: 0 3%;
}
.i-m2-arr{
float: left;
    width: 3rem;
    height: 0.9rem;
    margin: 0.14rem 0 0 0.2rem;
}

.i-m2-txt span{
	float: right;
	margin-left: 1%;
	font-size: 12px;
}


.i-m2-link{
	display: inline-block;
	height: 7.2vw;
	margin-right: 10px;
}

.i-m2-link img{
	height: 100%;
}

.i-m2-right{
	height: 12.8vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
}


.i-menu{
	height: 100%;
	width: 35%;
	position: fixed;
	z-index: 99;
	top: 44px;
	background: url(../images/i-body_03.png)  right top no-repeat;
	height: 100%;
	background-size: auto 100%;
	right: -280px;
	-webkit-transition: right .6s cubic-bezier(0.19, 1, .22, 1);
	-o-transition: right .6s cubic-bezier(0.19, 1, .22, 1);
	transition: right .6s cubic-bezier(0.19, 1, .22, 1);

}

.i-body.open .i-menu{
	right: 0;
}


.i-body.open .i-main{
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	position: relative;
	-webkit-transform: translateX(-35%);
	transform: translateX(-35%);
}



.i-menu-list{
	width: 100%;
	
}

.i-menu-list li{
	height: 20px;
	overflow: hidden;
	padding-left: 4.6vw;
	line-height: 20px;
	margin-top: 15%;
}

.i-menu-list li i{
	display: inline-block;
	width: 20px;
	height: 20px;
	float: left;
	margin: 0px 8px 0 0;
}

.i-menu-list li i img{
	width: 100%;
	height: 100%;
}

.i-menu-list li span{
	color: #ffc658;
	font-size: 12px;
	display: inline-block;
	height: 20px;
}

.i-menu-list li.on span{
	background: url(../images/menu-on-bg.png) center bottom no-repeat;
	background-size: 30px 5px;
}














