* {
	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;
	width: 1017px;
	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;*/
	height: 210px;
	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%;*/
	width: 24%;
	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: 200px;
	/*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%;
	}
a{
	color: inherit;
}
.main{
	width: 100%;
	height: 100%;
	padding-top: 20px;
}

.ui-cont {
	/*width: 1200px;*/
	width: 1017px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
	/* display: flex; */
	/* justify-content: space-between; */
}
.cont-top{
	width: 100%;
	height: 34px;
	border-bottom: 2px solid #D8393E;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cont-top-tit{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
	position: relative;
	padding-left: 12px;
}
.cont-top-tit:before{
	content: '';
	position: absolute;
	width: 3px;
	height: 20px;
	left: 2px;
	top: 7px;
	background: #D8393E;
	border-radius: 10px;
}
.cont-top-now{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 700;
	color: #999999;
	padding: 6px 10px;
}
.cont-top-now span{
	color: #999999;
	cursor: default;
}
.cont-top-now a:hover{
	color: #D8393E;
}


.content{
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
}
.content-h-top{
	width: 100%;
	/* height: 107px; */
	text-align: center;
	border-bottom: 1px dashed #CCCCCC;
}
.content-hp {
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #2153ad;
	line-height: 26px;
	text-align: center;
	display: block;
	padding-top: 20px;
	letter-spacing: 1px;
}
.content-shp{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
	text-align: center;
	display: inline-block;
	margin: 8px 10px;
}

.content-tit{
	padding: 10px;
	height: 100%;
	border: 1px solid #C3D9E2;
	border-top: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-bottom: 10px;
}

.content-tit p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin: 8px 0;
	line-height: 30px;
	text-indent: 0px;
}
	.content-tit p video {
		margin: 0 auto;
		display: block;
		width: 950px;
		height: 100%;
	}
	.content-tit p img {
		margin: 0 auto !important;
		display: block;
	}
	.content-img {
		width: 600px;
		height: 450px;
		display: block;
		margin: 0 auto;
	}

	@media screen and (max-width: 1200px) {
		.content-tit p video {
			margin: 0 auto;
			display: block;
			/*width: 1150px;*/
			height: 100%;
		}

		.content-tit p img {
			margin: 0 auto !important;
			display: block;
			/*width: 1150px;*/
			height: 100%;
		}
		.header {
			width: 1027px !important;
		}

		.w {
			width: 1027px !important;
		}

		.nav {
			width: 1027px !important;
		}

		.ui-cont {
			width: 1027px !important;
		}

		html {
			width: 1027px !important;
		}

		.red {
			width: 1027px !important;
		}

		.footer {
			width: 1027px !important;
		}
	}
.content-p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin: 8px 0;
	line-height: 24px;
	text-indent: 30px;
}

.content-bor{
	padding: 0 10px;
}
.cont-r-ul-top{
	width: 100%;
	height: 34px;
	background: #D8393E;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;
}
.cont-r-top-new,
.cont-r-top-more{
	color: #fff;
	font-weight: 400;
	font-family: Microsoft YaHei;
	line-height: 20px;
}
.cont-r-top-new{
	font-size: 16px;
	padding-left: 14px;
}
.cont-r-top-more{
	font-size: 14px;
	padding-right: 20px;
}
.new-photo-box{
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 1px solid #C3D9E2;
	border-top: none;
	border-radius: 10px;
}
.new-photo-ul{
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	/* border: 1px solid #C3D9E2;
	border-top: none;
	border-radius: 10px; */
}
.new-photo-li{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin: 2px 0px;
}
.new-photo-li:first-child{
	margin-top: 10px;
}
.new-photo-li:nth-child(7){
	margin-right: 0px;
}
.new-photo-li:last-child{
	margin-bottom: 8px;
	margin-right: 0;
}
.new-photo-bor{
	width: 158px;
	height: 118px;
	/* border: 2px solid #C3D9E2; */
	box-sizing: border-box;
	padding: 2px;
	/* border-radius: 4px; */
}
.new-photo-bor img{
	width: 150px;
	height: 110px;
	display: block;
	/* margin: 0 6px; */
}








