*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

#flashBoxu_u2_{
       width: 100% !important;
}
body{
	font-family: 'Source Han Sans CN';
}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
	color: inherit;
}
.w{
	width: 1400px;
	height: auto;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.w1{
	margin-bottom: 30px;
}
/* 头部 */
.ui-header{
	width: 100%;
	height: auto;
	position: relative;
}
.header{
	width: 100%;
	height: 140px;
	background: url(../images/back1.png) no-repeat top center;
	background-size: 100% 100%;
}
.logo{
	width: 641px;
	height: 66px;
	margin-top: 25px;
}
.logo img{
	width: 100%;
	height: 100%;
	display: block;
}
.top-tip{
	width: 396px;
	height: 47px;
	display: block;
	margin-top: 35px;
}
.ui-header-right{
	width: 244px;
	height: auto;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.home{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 12px;
}
.home-img{
	width: 18px;
	height: 18px;
	display: block;
	position: relative;
	bottom: 2px;
}
.home-tit{
	font-size: 16px;
	font-family: 'Source Han Sans CN';
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	margin-left: 6px;
}
.search{
	width: 244px;
	height: 36px;
	position: relative;
	border: 1px solid #FFFFFF;
	border-radius: 18px;
	display: flex;
}
input{
	border: none;
	outline: none;
}
.input-text{
	width: 192px;
	height: 100%;
	background-color: transparent;
	padding-left: 20px;
	font-size: 14px;
	font-family: 'Source Han Sans CN';
	font-weight: 400;
	color: #ED8A90;
	line-height: 36px;
}
.input-sumit{
	width: 52px;
	height: 100%;
	background: rgba(255, 255, 255, .24);
	border-radius: 0px 18px 18px 0px;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.btn{
	width: 22px;
	height: 22px;
	background: url(../images/sousuo.png) no-repeat center;
	background-size: 100% 100%;
	margin: 0 auto;
	cursor: pointer;
}
.nav{
	width: 100%;
	height: 46px;
	background: #8B0006;
}
.nav-ul{
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav-li{
	position: relative;
	padding: 0 10px;
}
.nav-li-a{
	font-size: 18px;
	font-family: 'Source Han Sans CN';
	font-weight: 400;
	color: #FFFFFF;
	line-height: 46px;
	display: block;
	text-align: center;
}
.nav-li-a:hover{
	color: #FFD12D;
}
.nav-li:hover .nav-ul1{
	display: block;
}
.nav-ul1{
	/*width: 100%;*/
	height: auto;
	background: #8B0006;
	display: none;
	position: absolute;
	left: 0;
}
.nav-li:nth-child(8) .nav-ul1 {
    left: -16px;
}
.nav-li:nth-child(9) .nav-ul1 {
    left: -16px;
}
.nav-li1{
	position: relative;
	padding: 0 10px;
}
.nav-li-a1{
	font-size: 18px;
	font-family: 'Source Han Sans CN';
	font-weight: 400;
	color: #FFFFFF;
	line-height: 46px;
	display: block;
	text-align: center;
}
.nav-li-a1:hover{
	color: #FFD12D;
}
.back{
	width: 100%;
	height: 450px;
	overflow: hidden;
}
.back table{
        width: 100% !important;
}
.back img{
	width: 100%;
	height: 100%;
	display: block;
}

/* 底部 */
.ui-footer{
	width: 100%;
	height: 196px;
	background: url(../images/foot.png) no-repeat top center;
	background-size: 100% 100%;
}
.foot{
	width: 100%;
	height: 100%;
	padding: 47px 0;
}
.foot-p{
	font-size: 14px;
	font-family: 'Source Han Sans CN';
	font-weight: 400;
	color: #FFFFFF;
	line-height: 34px;
	text-align: left;
}
.foot-p a{
	font-size: 14px;
	font-family: 'Source Han Sans CN';
	font-weight: 400;
	color: #FFFFFF;
	line-height: 28px;
	display: inline-block;
}
.foot-p img{
	position: relative;
	top: 5px;
}

@media screen and (max-width: 1400px) {
	html{
		width: 1400px !important;
	}
	body{
		width: 1400px !important;
	}
}

