*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body{
	width: 100%;
	height: 100%;
	position: relative;
}
a{
	text-decoration: none;
}
li{
	list-style-type: none;
}
.w{
	width: 1200px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.header{
	width: 100%;
	height: 100%;
}
.ui-header {
	width: 100%;
	height: 132px;
	background-image: url(../images/bannerlogo.jpg);
}
.logo{
	width: 282px;
	height: 75px;
	position: absolute;
	left: 0;
	top: 22px;
}
.search{
	width: 444px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 33px;
}
.search input,
.search button{
	outline: none;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 50px;
}
.search input{
	width: 364px;
	height: 100%;
	border: 1px solid #D8393E;
	color: #929292;
	padding-left: 16px;
	background: white;
}
.search button{
	width: 80px;
	height: 100%;
	background-color: #D8393E;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 0;
}
.nav{
	width: 100%;
	height: 54px;
	background-color: #D8393E;
}
.nav-ul{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-evenly;
}
.nav-li{
	/* display: inline-block; */
	position: relative;
	width: 20%;
}
.nav-li:before{
	content: '';
	width: 3px;
	height: 35px;
	position: absolute;
	top: 10px;
	left: 0;
	border-radius: 6px;
	background: #E9565B;
}
.nav-li:last-child::after{
	content: '';
	width: 3px;
	height: 35px;
	position: absolute;
	top: 10px;
	right: 0;
	border-radius: 6px;
	background: #E9565B;
}
.nav-a{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #fff;
	line-height: 54px;
	display: block;
	text-align: center;
}


.py{
	width: 100%;
	height: 196px;
	background: #F6F6F6;
	margin: 18px 0;
}
.py-top{
	width: 100%;
	height: 48px;
	border-bottom: 2px solid #D8393E;
	position: relative;
}
.py-top-title{
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 700;
	color: #D8393E;
	line-height: 48px;
	text-align: left;
	display: inline-block;
	position: relative;
	padding: 0 24px;
	cursor: default;
}
.py-top-ul{
	width: 19%;
	display: flex;
	justify-content: space-evenly;
	position: absolute;
	right: 0;
	bottom: 0;
}
.py-top-li{
	display: inline-block;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
	margin: 0 11px;
	cursor: pointer;
}
.py-top-li1{
	color: #D12329;
	background: url(../images/sanj.png) no-repeat bottom center;
}

.py-midd{
	width: 100%;
	/* height: 100%; */
	display: block;
	padding: 18px 14px 0 33px;
	overflow: hidden;
}
.py-midd a{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333;
	line-height: 28px;
	display: inline-block;
	margin-right: 12px;
	white-space: normal;
}
.py-midd a:hover{
	color: #D12329;
}

.red{
	width: 100%;
	height: 14px;
	background: #D8393E;
}
.footer{
	width: 100%;
	height: 290px;
	/*height: 239px;*/
	background: #F3F3F3;
}
.footer-pic{
	width: 100%;
	height: 54px;
	margin: 24px 0 30px;
}
.footer-box-img{
	width: 222px;
	height: 54px;
}
.footer-box-img img{
	width: 100%;
	height: 100%;
}
.footer-title{
	width: 100%;
	height: 100%;
	text-align: center;
}
.footer-title p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
}

.blue {
	width: 80px;
	height: 80px;
	margin-top: 12px;
}
.footer-title a{
	color: #333;
}
.float-gp,
.float-gp1{
	width: 238px;
	height: 422px;
	position: fixed;
	top: 20%;
	z-index: 1;
}
.float-gp{
	left: 0;
}
.float-gp1{
	right: 0;
}
.float-gp img,
.float-gp1 img{
	width: 100%;
	height: 100%;
}