/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

*:focus {
	outline: none !important;
}

html {
	font-size: 16px;
	/*10 ÷ 16 × 100% = 62.5%*/
}

@font-face {
	font-family: "Poppins";
	src: url('../font/Poppins-Regular_0.ttf');
}

@font-face {
	font-family: "TechnaSans";
	src: url('../font/technasans-regular.otf');
}

@font-face {
	font-family: "Poppins_Medium";
	src: url('../font/Poppins-Medium_0.ttf');
}

@font-face {
	font-family: "Poppins_Bold";
	src: url('../font/Poppins-Bold_0.ttf');
}

@font-face {
	font-family: "Poppins_SemiBold";
	src: url('../font/Poppins-SemiBold_0.ttf');
}

@font-face {
	font-family: "Montserrat_SemiBold";
	src: url('../font/Montserrat-SemiBold.ttf');
}

@font-face {
	font-family: "Montserrat_Light";
	src: url('../font/Montserrat-Light_0.ttf');
}

@font-face {
	font-family: "Montserrat_Bold";
	src: url('../font/Montserrat-Bold_0.otf');
}

@font-face {
	font-family: "Poppins_Light";
	src: url('../font/Poppins-Light_0.ttf');
}

body {
	font-family: "Poppins";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

ul,
li {
	list-style: none;
}

a {
	color: #000;
	text-decoration: none;
}

img {
	border: none;
}

i,
em {
	font-style: normal;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}

.auto {
	width: 1200px;
	margin: 0 auto;
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfloat {
	zoom: 1
}

.htmleaf-container {
	display: none;
}

.header-navigation {
	top: 30;
	width: 100%;
	text-align: center;
	z-index: 9999;
}

.heads {
	position: fixed;
	height: 100px;
	width: 100%;
	transition: all .5s;
	top: 0px;
	left: 0rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.slideUp {
	/* -webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	*/
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: all .5s;
	background-color: #fff;
}

.slideDown {
	/*-webkit-transform:translateY(0);
	transform:translateY(0);
	*/
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: all .5s;

}

.headdv {
	margin: 0 auto;
	height: 100px;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
	width: 93.75rem;
}

.headdvleft {
	height: 100%;
}

.headdvleft img {
	display: block;
}

.headdvleft img:last-child {
	display: none;
}

.slideUp .headdvleft img {
	display: none;
}

.slideUp .headdvleft img:last-child {
	display: block;
}

.headdvright {
	width: 68%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headdvright ul {
	width: 77%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headdvright ul li {
	transition: all .3s;
	position: relative;
	line-height: 100px;
}

.headdvright ul li a {
	display: block;
	position: relative;
	text-transform: uppercase;
}

.headdvright ul li a span {
	font-size: 18px;
	color: #fff;
	display: block;
	font-family: "Poppins";
	transition: all 1s;
}

.headdvright ul li::after {
	content: "";
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 2px;
	background-color: transparent;
	left: 0;
	transform: all 1s;
}

.headdvright ul li:hover::after {
	background-color: #fff;
}

.headdvright ul li.active::after {
	background-color: #fff;
}

.slideUp .headdvright ul li a span {
	color: #333;
}

.slideUp .ss iconpark-icon {
	color: #e60012;
}

.slideUp .headdvright ul li:hover a span {
	color: #e60012;
}

.slideUp .headdvright ul li.active a span {
	color: #e60012;
}

.slideUp .headdvright ul li:hover::after {
	background-color: #e60012;
}

.slideUp .headdvright ul li.active::after {
	background-color: #e60012;
}

.slideUp .yyan h1 {
	background-color: rgb(230 0 18);
}

.ss {
	display: flex;
	justify-content: center;
	align-items: center;
}

.ss iconpark-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	1 background: rgba(255, 255, 255, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
}

.yyan {
    position: relative;
    height: 100px;
    display: flex;
    align-items: center;
}
.yyan h1 iconpark-icon {
	color: #ffffff;
	font-size: 22px;
	margin-right: 10px;
}

.yyan h1 span {
	color: #fff;
	font-size: 16px;
}

.yyan h1 {
	display: flex;
	padding: 0 15px;
	height: 38px;
	border-radius: 50px;
	align-items: center;
	justify-content: space-between;
	background-color: rgba(255, 255, 255, 0.1);
	cursor: pointer;
}

.yyan {
	position: relative;
}

.yyan ul{
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	display: block;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	opacity: 0;
	display: none;
}
.yyan ul li{
	width: 100%;
	line-height: 40px;
}
.yyan ul li a{
	display: block;
}
.yyan ul li a:hover{
	background-color: #e60012;
	color: #ffffff;
}
.headdvright ul li::after{
	display: none;
}
.yyan:hover ul{
	opacity: 1;
	display: block;
}

.yyan ul li:nth-child(3){
	display: none;
}
.banners img {
	display: block;
	width: 100%;
}

.sycp {
	display: flex;
	width: 93.75rem;
	margin: 5.625rem auto;
	justify-content: space-between;
}

.sycpdv {
	width: calc(49% - 80px);
	padding: 65px 40px;
	background: url(../images/sycpbg_03.jpg) center no-repeat;
	border-radius: 15px;
	background-size: cover;
}

.sycpdv>h1 {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.sycpdv>h1 i {
	color: #cf001c;
}

.sycpdv>p {
	color: #808080;
	font-size: 16px;
	font-family: "Poppins";
}

.sycpdv ul {
	margin-top: 25px;
	width: 400px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sycpdv ul li {
	width: 100%;
}

.sycpdv ul li a {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	line-height: 40px;
}

.sycpdv ul li a i {
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 10px;
	background-color: #e60012;
	margin-top: 18px;
	margin-right: 10px;
}

.sycpdv ul li a span {
	color: #808080;
	font-size: 14px;
	transition: all 1s;
	width: 90%;
}

.sycpdv ul li:hover a span {
	color: #e60012;
}

.sycpdv>a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 130px;
	padding-left: 35px;
	padding-right: 30px;
	border: 1px solid #e60012;
	height: 45px;
	border-radius: 50px;
	margin-top: 35px;
	transition: all 1s;
}

.sycpdv>a span {
	color: #e60012;
	transition: all 1s;
	font-size: 14px;
}

.sycpdv>a iconpark-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 1s;
	color: #e60012;
	font-size: 22px;
}

.sycpdv>a:hover {
	background-color: #e60012;
}

.sycpdv>a:hover span,
.sycpdv>a:hover iconpark-icon {
	color: #fff;
}

.sycpdv:nth-child(2) {
	width: calc(49% - 80px);
	padding: 65px 40px;
	background: url(../images/sycpbg_05.jpg) center no-repeat;
	border-radius: 15px;
	background-size: cover;
}

.nxcp {
	padding: 5.9375rem 0rem;
	background: url(../images/sagebg_02.jpg) center no-repeat;
	background-size: cover;
}

.nxcpbt {
	width: 93.75rem;
	margin: 0% auto;
	margin-bottom: 3.75rem;
}

.nxcpbt h1 {
	text-align: center;
	color: #333333;
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.nxcpbt h1 i {
	color: #e60012;
}

.nxcpbt p {
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #666666;
}

.nxcpdv {
	width: 97.5rem;
	margin: 0 auto;
}

.nxcpdvlist {
	padding: 15px;
}

.nongsuozhi {
	padding: 20px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0px 0rem 15px #efefef;
	padding-bottom: 30px;
	overflow: hidden;
}

.nszup {
	overflow: hidden;
	position: relative;
}

.nszup img {
	display: block;
	width: 100%;
}

.nszup section {
	margin-top: 20px;
}

.nszup section h1 {
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 15px;
}

.nszup section p {
	color: #808080;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

.nongsuozhi {
	position: relative;
}

.nszup span {
	position: absolute;
	top: 0;
	left: 0;
	width: 71px;
	height: 34px;
	background: url(../images/hot_05.png) center no-repeat;
}

.nszdown {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #e60012;
	opacity: 0;
	transition: all 1s;
}

.nszdown em {
	position: absolute;
	top: 20px;
	left: 20px;
	display: none;
	width: 71px;
	height: 34px;
	background: url(../images/hot_03.png) center no-repeat;
}

.nongsuozhi:hover .nszdown {
	opacity: 1;
}

.nszdown>div {
	position: absolute;
	width: calc(100% - 40px);
	left: 20px;
	/* top: 65px; */
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.nszdown>div img {
	display: block;
	width: 30%;
	opacity: 0.7;
	margin: 0 auto;
}

.nszdown div h1 {
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
	margin-top: 10%;
}

.nszdown div h2 {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 10px;
}

.nszdown div h2 i {
	color: #e60012;
	font-size: 14px;
	width: 90px;
	height: 24px;
	background-color: #fff;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}

.nszdown div h2>p,
.nszdown div h2 div {
	width: 75%;
	color: #ffffff;
	font-size: 14px;
	line-height: 25px;
}

.nszdown div h2 div {
	width: 80%;
}

.nszdown div h3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 130px;
	padding-left: 30px;
	padding-right: 30px;
	height: 40px;
	border-radius: 50px;
	margin: 0 auto;
	margin-top: 10px;
	transition: all 1s;
	background-color: #f38089;
	display: none;
}

.nszdown div h3 span {
	color: #ffffff;
	font-size: 14px;
}

.nszdown div h3 iconpark-icon {
	color: #ffffff;
	font-size: 22px;
}

.sagrt {
	width: 93.75rem;
	margin: 0 auto;
	border-bottom: 1px solid #d7d7d7;
	position: relative;
	margin-top: 4.6875rem;
}

.sagrt div {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	border-radius: 50%;
	background-color: #e60012;
	align-items: center;
	position: absolute;
	top: -25px;
	left: 10%;
}

.sagrt div::after {
	content: "";
	width: 75px;
	height: 3px;
	border-top: 1px solid #e60012;
	position: absolute;
	display: block;
	right: 50px;
	top: 25px;
}

.sagrt div::before {
	content: "";
	width: 75px;
	height: 3px;
	border-top: 1px solid #e60012;
	position: absolute;
	display: block;
	left: 50px;
	top: 25px;
}

.sagrt div a {
	width: 100%;
	height: 100%;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sagrt div a iconpark-icon {
	color: #fff;
	font-size: 26px;
}

.syab {
	padding: 6.25rem 0;
	background: url(../images/ab_02.jpg) center no-repeat;
	background-size: cover;
}

.syabdv {
	width: 93.75rem;
	margin: 0% auto;
	margin-bottom: 5.3125rem;
	display: flex;
	justify-content: space-between;
}

.syabdvleft {
	width: 50%;
}

.syabdvleft {
	display: flex;
	justify-content: center;
	align-items: center;
}

.syabdvright {
	width: 50%;
}

.syabdvright h1 {
	color: #333333;
	font-size: 32px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.syabdvright h2 {
	color: #e60012;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.syabdvright p {
    color: #666666;
    font-size: 14px;
    line-height: 30px;
}

.syabdvright a {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 130px;
	padding-left: 35px;
	padding-right: 30px;
	background-color: #e60012;
	height: 45px;
	border-radius: 50px;
	transition: all 1s;
}

.syabdvright a span {
	color: #fff;
	transition: all 1s;
	font-size: 14px
}

.syabdvright a iconpark-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 1s;
	color: #fff;
	font-size: 22px;
}

.sz {
	width: 87.5rem;
	background-color: rgba(230, 0, 18, 0.3);
	padding: 40px 50px;
	border-radius: 10px;
	backdrop-filter: blur(5px) brightness(95%);
	margin: 0 auto;
}

.sz ul {
	display: flex;
	justify-content: space-between;
}
.sz ul li {
	width: 23%;
}
.sz ul li h1 {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.sz ul li span {
	color: #ffffff;
	font-family: "Poppins_Medium";
	font-size: 42px;
}

.sz ul li i {
	color: #ffffff;
	font-size: 14px;
	font-family: "Poppins";
	margin-top: 10px;
	margin-left: 5px;
}

.sz ul li p {
	color: #ffffff;
	font-size: 14px;
	margin-top: -10px;
	text-align: center;
}

.xwzx {
	padding: 5.625rem 0px;
	background: url(../images/xwbg_02.jpg) center no-repeat;
	background-size: cover;
}

.xwbt {
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.xwbtright a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 130px;
	padding-left: 35px;
	padding-right: 30px;
	background-color: #e60012;
	height: 45px;
	border-radius: 50px;
	transition: all 1s;
}

.xwbtright a span {
	color: #fff;
	transition: all 1s;
	font-size: 14px
}

.xwbtright a iconpark-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 1s;
	color: #fff;
	font-size: 22px;
}

.xwbtleft h1 {
	color: #333333;
	font-size: 36px;
	font-weight: bold;
}

.xwbtleft h1 i {
	color: #e60012;
}

.xwbtnav {
	width: 470px;
	margin-top: 20px;
}

.xwbtnav .swiper-slide span {
	display: block;
	width: 100%;
	color: #666666;
	font-size: 16px;
	position: relative;
}

.xwbtnav .swiper-slide:hover span {
	color: #e60012;
}

.xwbtnav .swiper-slide span::after {
	content: "";
	width: 2px;
	height: 100%;
	border-left: 1px solid #7f7f7f;
	position: absolute;
	right: 21px;
}

.xwbtnav .swiper-slide:last-child span::after {
	display: none;
}

.xwbtnav .swiper-slide-thumb-active span {
	color: #e60012;
}

.syxinwen {
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 3.75rem;
}

.syxinwenlist {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.syxinwenlist li {
	width: calc(31.333% - 4.6875rem);
	margin: 1%;
	background-color: #fff;
	padding: 0 2.1875rem;
	padding-top: 3.125rem;
	padding-bottom: 2.5rem;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0px 0px 15px #efefef;
}

.syxinwenlist li h2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 35px;
	margin-bottom: 1.25rem;
}

.syxinwenlist li h2 span {
	display: block;
	width: 130px;
	height: 35px;
	border-radius: 50px;
	background-color: #e60012;
	color: "#fff";
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 14px;

}

.syxinwenlist li h2 i {
	color: #808080;
	font-size: 14px;
}

.syxinwenlist li h1 {
	color: #333333;
	font-size: 16px;
	line-height: 25px;
	height: 25px;
	white-space: nowrap;
	margin-bottom: 10px;
	overflow: hidden;

	text-overflow: ellipsis;
}

.syxinwenlist li p {
	color: #808080;
	font-size: 14px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;
}

.syxinwenlist li h3 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 15px;
}

.syxinwenlist li h3 span {
	color: #e60012;
	font-size: 14px;
}

.syxinwenlist li h3 iconpark-icon {
	color: #e60012;
	font-size: 18px;
	margin-left: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.xuq {
	padding: 50px 0px;
	background: url(../images/zxzx_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.xuqdv {
	width: 93.75rem;
	margin: 0 auto;
}

.xuqdv h1 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 2rem;
	text-transform: uppercase;
}

.xuqdv form {
	display: flex;
	justify-content: space-between;
}

.xuqdv form input {
	width: calc(24% - 40px);
	border: none;
	line-height: 40px;
	background-color: #fff;
	padding: 0 20px;
	outline: none;
	color: #333;
	border-radius: 5px;
}

.xuqdv form input::placeholder {
	color: #b3b3b3;
}

.xuqdv form input:nth-child(3) {
	width: 30%;
}

.xuqdv form button {
	width: 15%;
	outline: none;
	border: none;
	background-color: rgba(255, 255, 255, 0.6);
	padding: 0 10px;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	font-size: 14px;
	border-radius: 5px;
}

.xuqdv p {
	margin-top: 15px;
	color: #fff;
	font-size: 14px;
}

.foot {
	padding-top: 5rem;
	background-color: #2d2d2d;
}

.footdv {
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footdvleft {
	width: 420px;
}

.footdvleft>img {
	display: block;
	margin-bottom: 30px;
}

.footdvleft p {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 10px;
}

.footdvleft p img {
	display: block;
	width: 30px;
	margin-right: 10px;
}

.footdvleft p span {
	color: #ffffff;
	font-size: 15px;
	line-height: 30px;
	text-transform: uppercase;
}

.footdvleft ul {
	display: flex;
	justify-content: flex-start;
	margin-top: 35px;
}

.footdvleft ul li {
	margin-right: 15px;
	width: 90px;
}

.footdvleft ul li img {
	display: block;
}

.footdvleft ul li h1 {
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	margin-top: 15px;
}
.footdv dl:nth-child(4),.footdv dl:nth-child(5){
	display: none;
}
.footdv dl dt a {
	color: #ffffff;
	font-size: 16px;
}

.footdv dl dt {
	margin-bottom: 25px;
}

.footdv dl dd {
	margin-bottom: 15px;
}

.footdv dl dd a {
	color: #cccccc;
	font-size: 14px;
	transition: all 1s;
}

.footdv dl dd a:hover {
	color: #e60012;
}

.scx {
	padding: 5.625rem 0px;
	background: url(../images/scx_02.jpg) center no-repeat;
	background-size: cover;
}

.zhiye {
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.zhiyeleft {
	width: 25%;
}

.zhiyeleft #thumbs67 {
	height: 365px;
}

.zhiyeright {
	width: 73%;
}

.zhiyeleft #thumbs67 h1 {
	width: 90%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #d1d1d1;
	height: calc(100% - 1px);
}

.zhiyeleft #thumbs67 h1 i {
	display: block;
	font-size: 24px;
	margin-right: 1.875rem;
	margin-left: 1.375rem;
}

.zhiyeleft #thumbs67 h1 span {
	font-size: 14px;
	color: #4c4c4c;
}

.zhiyeleft #thumbs67 .swiper-slide-thumb-active h1 {
	border-bottom: 1px solid #e60012;
	width: 100%;
}

.zhiyeleft #thumbs67 .swiper-slide-thumb-active h1 i {
	color: #e60012;
}

.zhiyeleft #thumbs67 .swiper-slide-thumb-active h1 span {
	color: #e60012;
	font-size: 14px;
}

.zhiyeleft>a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 130px;
	padding-left: 35px;
	padding-right: 30px;
	background-color: #e60012;
	height: 45px;
	border-radius: 50px;
	transition: all 1s;
	margin-top: 5rem;
}

.zhiyeleft>a span {
	color: #fff;
	transition: all 1s;
	font-size: 14px;
}

.zhiyeleft>a iconpark-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 1s;
	color: #fff;
	font-size: 22px;
}

.zhiyerightdv {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.zhiyerightleft {
	width: 65%;
}

.zhiyerightleft img {
	display: block;
	width: 100%;
}

.zhiyerightright {
	width: 30%;
}

.zhiyerightright img {
	display: block;
	width: 30%;
}

.zhiyerightright h1 {
	color: #333333;
	font-size: 20px;
	margin-bottom: 5px;
}

.zhiyerightright h2 {
	color: #333333;
	font-size: 16px;
	font-family: "Poppins";
	display: none;
}

.zhiyerightright p {
	color: #808080;
	font-size: 16px;
	line-height: 30px;
}

.zhiyerightright i {
	display: block;
	width: 50px;
	height: 3px;
	background-color: #e60012;
	margin: 30px 0px;
}

.shownav {
	display: block;
	box-shadow: 0px 0px 15px #dcdcdcb8;
	height: 75px;
	position: relative;
	z-index: 2;
}

.shownav ul {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.shownav ul li {
	width: 20%;
	position: relative;
}

.shownav ul li a {
	display: block;
	width: 100%;
	line-height: 75px;
	color: #4d4d4d;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	background-color: #fff;
	transition: all 1s;
}

.shownav ul li a:hover {
	background-color: #e60012;
	color: #fff;
}

.shownav ul li.active a {
	background-color: #e60012;
	color: #fff;
}

.cbg {
	background-color: #f7f7f7;
	padding: 4.375rem 0rem;
}

.newslist {
	width: 93.75rem;
	margin: 0 auto;
}

.xiangqing {
	width: 93.75rem;
	margin: 4.375rem auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.xiangqingleft {
	width: 75%;
}

.xiangqingleftdv {
	padding: 40px;
	background-color: #f7f7f7;
	width: calc(100% - 80px);
	border-radius: 15px;
}

.xqbt {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 15px;
}

.xqbt h1 {
	color: #333333;
	font-size: 26px;
	margin-bottom: 5px;
}

.xqbt p {
	color: #808080;
	font-size: 14px;
	margin-top: 10px;
}

.xiangqingtext img {
	max-width: 100%;
}

.xiangqingtext table {
	width: 100% !important;
	text-indent: 2em;
}

.yyxqdvfy {
	display: block;
	justify-content: space-between;
	margin-top: 30px;
}

.yyxqdvfy p{
	margin-bottom: 10px;
}
.yyxqdvfy p a {
	color: #333333;
	transition: all 1s;
	font-size: 14px;
}

.yyxqdvfy p a:hover {
	color: #e60012;
}

.xiangqingright {
	width: calc(23% - 60px);
	background-color: #f7f7f7;
	padding: 30px;
	border-radius: 15px;
}

.yyxqdvrightbt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}

.yyxqdvrightbt i {
	display: block;
	width: 4px;
	height: 20px;
	background-color: #e60012;
	margin-right: 15px;
	margin-top: -2px;
}

.yyxqdvrightbt span {
	color: #333333;
	font-size: 17px;
	text-transform: uppercase;
	font-family: "Poppins_Medium";
}

.yyxqdvrightbt {
	margin-bottom: 10px;
}

.xiangqingright form {
	border: 1px solid #e6e6e6;
	overflow: hidden;
	border-radius: 50px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.xiangqingright form input {
	width: 80%;
	padding: 0 5%;
	text-indent: 10px;
	border: none;
	line-height: 38px;
	height: 38px;
	font-size: 14px;
	outline: none;
}

.xiangqingright form button {
	width: 20%;
	display: block;
	border: none;
	background-color: #fff;
	color: #5d5d5d;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.xiangqingright ul li {
	margin: 5px 0;
}

.xiangqingright ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	font-size: 14px;
	overflow: hidden;
	color: #4d4d4d;
	text-overflow: ellipsis;
}

.xiangqingright ul li a:hover {
	color: #e60012;
}

.yanfazhongxin {
	width: 93.75rem;
	margin: 0 auto;
}

.yanfazhongxin ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.yanfazhongxin ul li {
	width: 31.33%;
	margin: 1%;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0px 0px 15px #efefef;
}

.yanfazhongxin ul li div {
	overflow: hidden;
	width: 100%;
}

.yanfazhongxin ul li div img {
	display: block;
	width: 100%;
	transition: all 1s;
}

.yanfazhongxin ul li:hover div img {
	transform: scale(1.05);
}

.yanfazhongxin ul li section {
	padding: 40px;
	background-color: #fff;
}

.yanfazhongxin ul li section h1 {
	color: #333333;
	font-size: 14px;
	margin-bottom: 15px;
}

.yanfazhongxin ul li section i {
	width: 45px;
	height: 2px;
	display: block;
	margin-bottom: 15px;
	background-color: #e60012;
}

.yanfazhongxin ul li section p {
	color: #808080;
	font-size: 15px;
	line-height: 30px;

}

.shengchanxianlist ul li {
	padding: 6.25rem 0px;
}

.shengchanxianlist ul li:nth-child(2n) {
	background-color: #f7f7f7;
}

.shengchanxianlist ul li .shengchanxianlistdv {
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.shengchanxianlist ul li:nth-child(2n) .shengchanxianlistdv {
	flex-direction: row-reverse;
}

.shengchanxianlist ul li .shengchanxianlistdv .shengchanxianlistleft {
	width: 46%;
}

.shengchanxianlist ul li .shengchanxianlistdv .shengchanxianlistleft h1 {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}

.shengchanxianlist ul li .shengchanxianlistdv .shengchanxianlistleft h1 span {
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}

.shengchanxianlist ul li .shengchanxianlistdv .shengchanxianlistleft h1 i {
	color: #333333;
	font-size: 46px;
	font-family: "Impact";
	margin-right: 5px;
}

.shengchanxianlist ul li .shengchanxianlistdv .shengchanxianlistleft h2 {
	color: #e60012;
	font-size: 18px;
	font-family: "Poppins";
	margin: 10px 0px;
}

.shengchanxianlist ul li .shengchanxianlistdv .shengchanxianlistleft p {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.shengchanxianlist ul li .shengchanxianlistdv .shengchanxianlistleft p i {
	display: block;
	width: 7px;
	height: 7px;
	background-color: #e60012;
	border-radius: 50px;
	margin-right: 7px;
	margin-top: 15px;
}

.shengchanxianlist ul li .shengchanxianlistdv .shengchanxianlistleft p span {
	width: 95%;
	line-height: 40px;
	font-size: 18px;
	color: #666666;

}

.shengchanxianlist ul li .shengchanxianlistdv .shengchanxianlistleft a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 130px;
	padding-left: 35px;
	padding-right: 30px;
	background-color: #e60012;
	height: 45px;
	border-radius: 50px;
	transition: all 1s;
	margin-top: 2.5rem;
}

.shengchanxianlist ul li .shengchanxianlistdv .shengchanxianlistleft a span {
	color: #fff;
	transition: all 1s;
	font-size: 14px
}

.shengchanxianlist ul li .shengchanxianlistdv .shengchanxianlistleft a iconpark-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 1s;
	color: #fff;
	font-size: 22px;
}

.shengchanxianlistright {
	width: 50%;
	overflow: hidden;
	border-radius: 15px;
}

.shengchanxianlistright img {
	width: 100%;
	display: block;
	transition: all 1s;
}

.shengchanxianlist ul li:hover .shengchanxianlistright img {
	transform: scale(1.05);
}

.scxianright {
	width: 73%;
}

.scxianrightlist {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.scxian {
	display: flex;
	justify-content: space-between;
	width: 93.75rem;
	margin: 0 auto;
	align-items: flex-start;
}

.scxianrightlist .nongsuozhi {
	width: calc(31.33% - 40px);
	margin: 0 1%;
	margin-bottom: 2%;
}

.scxianleft {
	width: 25%;
	background-color: #e60012;
	border-radius: 25px;
	padding-bottom: 20px;
}

.scxianleft>h1 {
	color: #ffffff;
	line-height: 100px;
	font-weight: bold;
	padding-left: 2.5rem;
	font-size: 26px;
}


.scxianleft ul li:last-child {
	border: none;
}

.scxianleft ul li.active dl {
	display: block;
}

.scxianleft ul {
	background-color: #fff;
	padding: 0 25px;
	border-radius: 25px;
	overflow: hidden;
}

.scxianleft ul li {
	width: 100%;
	border-bottom: 1px solid #ececec;
	background-color: #fff;
	padding-bottom: 15px;
}

.scxianleft ul li h1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	padding-top: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

.scxianleft ul li h1 a {
	color: #585858;
	font-size: 17px;
}

.scxianleft ul li:hover h1 a {
	color: #e60012;
	;
}

.scxianleft ul li.active h1 a {
	color: #e60012;
	;
}

.scxianleft ul li dl dd.active a {
	color: #e60012;
	;
}

.scxianleft ul li h1 iconpark-icon {
	font-size: 18px;
	color: #e60d1e;
}

.scxianleft ul li dl {
	display: none;
}

.scxianleft ul li dl dd {
	line-height: 35px;
}

.scxianleft ul li dl dd a {
	color: #585858;
	font-size: 14px;
	text-transform: capitalize;
}

.scxianleft ul li dl dd a:hover {
	color: #e60012;
}

.lxwm {
	width: 93.75rem;
	margin: 4.375rem auto;
}

.lxwmbt {
	margin-bottom: 3.125rem;
}

.sjnav {
	display: none;
}

.lxwmbt h1 {
	text-align: center;
	color: #333333;
	font-size: 38px;
	font-weight: bold;
	text-transform: uppercase;
}

.lxwmbt p {
	color: #666666;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}

.lxwmlist ul {
	display: flex;
	justify-content: space-between;
}

.lxwmlist ul li {
	width: calc(32% - 70px);
	padding: 50px 35px;
	background-color: #fcfaf8;
	border-radius: 15px;
	transition: 1s all;
}

.lxwmlist ul li div {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.lxwmlist ul li div section h1 {
	color: #515151;
	font-size: 18px;
	transition: 1s all;
}

.lxwmlist ul li div section i {
	display: block;
	width: 35px;
	height: 2px;
	background-color: #e60012;
	margin: 20px 0px;
	transition: 1s all;
}

.lxwmlist ul li div iconpark-icon {
	color: #333333;
	font-size: 32px;
	transition: 1s all;
}

.lxwmlist ul li p {
	color: #333333;
	font-size: 14px;
	line-height: 30px;
	transition: 1s all;
}

.lxwmlist ul li:hover {
	background: url(../images/lxm_03.jpg) center no-repeat;
	background-size: cover;
}

.lxwmlist ul li:nth-child(2):hover {
	background: url(../images/lxm_032.jpg) center no-repeat;
	background-size: cover;
}

.lxwmlist ul li:nth-child(3):hover {
	background: url(../images/lxm_033.jpg) center no-repeat;
	background-size: cover;
}

.lxwmlist ul li:hover p,
.lxwmlist ul li:hover div section h1,
.lxwmlist ul li:hover div iconpark-icon {
	color: #fff;
}

.lxwmlist ul li:hover div section i {
	background-color: #fff;
}

.ly {
	padding: 5.625rem 0px;
	background: url(../images/liuyan_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.ly form {
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 3.75rem;
}

.ly form div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ly form div input {
	width: 47.5%;
	padding: 0 1%;
	height: 48px;
	border: none;
	line-height: 48px;
	color: #808080;
	margin: 0.5% 0;
	border-radius: 10px;
	font-size: 14px;
	outline: none;
	background-color: transparent;
	border: 1px solid #dddcdb;
}

.ly form div input::placeholder,
.ly form textarea::placeholder {
	color: #808080;
	font-size: 14px;
}

.ly form textarea {
	width: 98%;
	padding: 1% 1%;
	font-size: 14px;
	border: none;
	margin-top: 0.5%;
	color: #808080;
	line-height: 30px;
	outline: none;
	font-family: '微软雅黑';
	border-radius: 10px;
	background-color: transparent;
	border: 1px solid #dddcdb;
}

.ly form button {
	width: 180px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	color: #fff;
	font-size: 14px;
	border: none;
	text-transform: uppercase;
	border-radius: 50px;
	background-color: transparent;
	border: 1px solid #fff;
	transition: all 1s;
	background-color: transparent;
	border: 1px solid #fff;
	border-color: #e60012;
	background-color: #e60012;
}

.dengjibiao {
	padding: 6.25rem 0;
	background: url(../images/biaodan_02.jpg) center no-repeat;
	background-size: cover;
}

.dengjibiao form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 93.75rem;
	margin: 0 auto;
}

.dengjibiao form div {
	width: calc(49% - 30px);
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	background-color: #fff;
	padding: 0 15px;
	border-radius: 5px;
	margin: 1% 0;
}

.dengjibiao form div span {
	color: #777777;
	font-size: 14px;
	line-height: 50px;
}

.dengjibiao form div span i {
	color: #e60012;
}

.dengjibiao form div input:::placeholder {
	color: #c7c7c7;
	font-size: 14px;
}

.dengjibiao form div input {
	color: #333;
	border: none;
	font-size: 14px;
	line-height: 50px;
	width: 70%;
	outline: none;
}

.dengjibiao form div select {
	color: #333;
	outline: none;
	border: none;
	width: 86%;
	height: 50px;
}

.dengjibiao form div select option {
	line-height: 30px;
}

.dengjibiao form div:nth-child(9),
.dengjibiao form div:nth-child(10) {
	width: 100%;
}

.dengjibiao form div:nth-child(9) {
	display: block;
}

.dengjibiao form div:nth-child(9) span {
	display: block;
}

.dengjibiao form div:nth-child(9) section {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-bottom: 15px;
	width: 100%;
}

.dengjibiao form div:nth-child(9) section label {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: 15px;
	color: #777777;
	margin-bottom: 10px;
}

.dengjibiao form div:nth-child(9) section input {
	margin: 0 5px;
	width: auto;
}

.dengjibiao form div textarea {
	color: #333;
	border: none;
	font-size: 14px;
	line-height: 30px;
	width: 80%;
	outline: none;
	margin-top: 10px;
	font-family: "微软雅黑";
}

.dengjibiao form button {
	width: 180px;
	height: 45px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	color: #fff;
	font-size: 14px;
	border: none;
	text-transform: uppercase;
	border-radius: 50px;
	background-color: transparent;
	border: 1px solid #fff;
	transition: all 1s;
	background-color: transparent;
	border: 1px solid #fff;
	border-color: #e60012;
	background-color: #e60012;
}

.xqin {
	padding: 4.375rem 0px;
	background-color: #f7f7f7;
}

.mbx {
	margin: 0 auto;
	width: 93.75rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mbxleft {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.mbxleft iconpark-icon {
	color: #838383;
	font-size: 16px;
}

.mbxleft a {
	color: #838383;
	font-size: 14px;
	margin: 0 0.625rem;
}

.mbxleft {
	color: #838383;
	font-size: 14px;
}

.mbxleft a:last-child {
	color: #e60012;
}

.mbxright a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.mbxright a iconpark-icon {
	color: #e60012;
	font-size: 20px;
	margin-right: 10px;
}

.mbxright a span {
	font-size: 14px;
	color: #e60012;
}

.xqinall {
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 3.75rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.xqinallleft {
	width: 36%;
	border-radius: 15px;
	overflow: hidden;
}

.xqinallleft img {
	display: block;
	width: 100%;
}

.xqinallright {
	width: 61%;
}

.xqinallbt {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 2rem;
	border-bottom: 1px solid #e6e6e6;
}

.xqinallbtleft h1 {
	color: #808080;
	font-size: 14px;
	margin-bottom: 10px;
}

.xqinallbtleft h2 {
	color: #e60012;
	font-size: 30px;
}

.xqinallbtright a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	background-color: #e60012;
	height: 45px;
	border-radius: 50px;
	transition: all 1s;
	color: #fff;
	transition: all 1s;
	text-align: center;
	font-size: 14px
}

.xqinallright h3 {
	margin: 30px 0px;
	color: #606060;
	font-size: 16px;
	line-height: 35px;
}

.xqinallright h4 {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 1.25rem;
}

.xqinallright h4 i {
	display: block;
	width: 90px;
	height: 20px;
	border-left: 4px solid #e60012;
	color: #4c4c4c;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
}
.xqinallright h4 ul{
	width: 90%;
}
.xqinallright h4 ul p{
	 	color: #606060 !important;
    font-size: 15px !important;;
    line-height: 30px !important;;
}
.fenwei ul p{
	 	color: #606060 !important;
    font-size: 15px !important;;
    line-height: 30px !important;;
}
.xqinallright h4 span {
	color: #606060;
	font-size: 14px;
	line-height: 30px;
}

.xgchanp {
	margin: 4.375rem auto;
	width: 93.75rem;
}

.xgchanpbt {
	margin-bottom: 3.75rem;
}

.xgchanpbt h1 {
	color: #333333;
	padding-left: 8px;
	border-left: 4px solid #e60012;
	font-size: 26px;
	font-weight: bold;
	margin-top: -2px;
	text-transform: uppercase;
}

.xgchanp .scxianrightlist .nongsuozhi {
	width: calc(23% - 40px);
	margin: 0 1%;
}

.fenwei {
	margin-top: 1.875rem;
}

.fengweibt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1.25rem;
}

.fengweibt i {
	width: 2px;
	display: block;
	height: 20px;
	background-color: #e60012;
	margin-right: 7px;
}

.fengweibt span {
	color: #4c4c4c;
	font-size: 18px;
	font-weight: bold;
}

.fenwei ul {
	display: block;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.fenwei ul li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 5px 0;
	margin-right: 20px;
}

.fenwei ul li i {
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #e60012;
	margin-right: 5px;
}

.fenwei ul li span {
	color: #606060;
	font-size: 16px;
}

.fenwei dl {
	display: flex;
	justify-content: flex-start;
}

.fenwei dl dd {
	margin: 0 1%;
	width: 23%;
	border-radius: 10px;
	overflow: hidden;
}

.fenwei dl dd div {
	width: 100%;
	display: block;
	overflow: hidden;
}

.fenwei dl dd div img {
	display: block;
	width: 100%;
	transition: all 1s;
}

.fenwei dl dd h1 {
	color: #585858;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	height: 40px;
	background-color: #fff;
	transition: all 1s;
	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;
}

.fenwei dl dd:hover div img {
	transform: scale(1.05);
}

.fenwei dl dd:hover h1 {
	color: #fff;
	background-color: #e60012;
}

.yanfan {
	padding: 6.25rem 0rem;
	background-color: #f7f7f7;
}

.yanfandv {
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.yanfandvleft {
	width: 36%;
	overflow: hidden;
	border-top-left-radius: 15px;
}

.yanfandvleft img {
	display: block;
	height: 100%;
	width: 100%;
}

.yanfandvright {
	width: calc(64% - 80px);
	padding: 40px;
	background-color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	border-top-right-radius: 15px;
	overflow: hidden;
}

.yafabenbubt div {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.yafabenbubt div section h1 {
	color: #333333;
	font-size: 20px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.yafabenbubt div section h2 {
	color: #e60012;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.yafabenbubt div ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;

}

.yafabenbubt div ul li {
	width: 5.625rem;
	height: 5.625rem;
	border: 1px solid #c0c0c0;
	border-radius: 50%;
	margin-right: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.yafabenbubt div ul li i {
	color: #333;
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;

	width: 100%;
}

.yafabenbubt div ul li h1 {
    color: #606060;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
}

.yafabenbubt>p {
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	margin-top: 30px;
}

.yfasdright {
	width: 64%;
	border-bottom-right-radius: 15px;
	overflow: hidden;
}

.yfasdright img {
	display: block;
	width: 100%;
	height: 100%;
}

.yfasdleft {
	background-color: #e60012;
	width: 36%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom-left-radius: 15px;
	overflow: hidden;
}

.yfasdleft ul {
	display: block;
	justify-content: space-between;
	padding: 2.5rem;
}

.yfasdleft ul li h1 {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	border-bottom: 1px solid #eb3341;
}

.yfasdleft ul li h1 span {
	color: #ffffff;
	font-size: 28px;
	font-family: "Poppins";
}

.yfasdleft ul li h1 i {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-top: 5px;
}

.yfasdleft ul li p {
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
	margin-top: 5px;
	width: 100%;
}

.yfasdleft ul li>span {
	width: 30px;
	height: 3px;
	background-color: #fff;
	display: block;
	margin-top: -2px;
}

.scyjs {
	padding: 6.25rem 0;
	background: url(../images/sjaw_02.jpg) center no-repeat;
	background-size: cover;
}

.scyjsdv {
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.scyjsdvleft {
	width: 42%;
}

.scyjsdvleft>h1 {
	color: #333333;
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 2rem;
	border-bottom: 1px solid #e9e9e9;
}

.scyjsdvright {
	width: 55%;
}

.scyjsdvright img {
	display: block;
	width: 100%;
}

.scyjsdvleft>i {
	display: block;
	width: 50px;
	height: 2px;
	margin-top: -1px;
	background-color: #e60012;
}

.scyjsdvleft>p {
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    margin-top: 2rem;
}
.yafsmingbt{
	width: 95%;
	margin: 0 auto;
} 
.scyjsdvleft ul {
	display: block;
	justify-content: space-between;
	margin-top: 3.75rem;
}

.scyjsdvleft ul li {
	width: 100%;
}

.scyjsdvleft ul li h1 {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	color: #e60012;
	font-size: 32px;
	font-family: "Poppins_Medium";
}

.scyjsdvleft ul li h1 i {
	font-size: 20px;
	margin-top: 10px;
}

.scyjsdvleft ul li p {
	color: #606060;
	font-size: 14px;
	line-height: 30px;
}

.yafsming {
	width: 100%;
	padding: 6.25rem 0;
	background-color: #fcfcfc;
}

.yafsmingbt h1 {
	text-align: center;
	color: #333333;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.yafsmingbt p {
	text-align: center;
	color: #666666;
	font-size: 14px;
	line-height: 30px;
}

.yafsmingdv {
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 3.75rem;
	display: flex;
	justify-content: space-between;
}

.yafsmingdvleft {
	border-radius: 15px;
	overflow: hidden;
	width: 48.5%;
	box-shadow: 0px 0rem 15px #ececec;
}

.yafsmingdvleft img {
	display: block;
	width: 100%;
}

.yafsmingdvleft {
	position: relative;
}

.yafsmingdvleft div {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 100%;
}

.yafsmingdvleft div section {
	padding: 0 60px;
}

.yafsmingdvleft div section i {
	color: #e60012;
	font-size: 36px;
	display: block;
}

.yafsmingdvleft div section h1 {
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
}

.yafsmingdvleft div section p {
	color: #606060;
	font-size: 14px;
	line-height: 30px;
	width: 80%;
}

.buju {
	width: 93.75rem;
	margin: 5.625rem auto;
}

.bujulist {
	margin-top: 3.75rem;
}

.bujulist ul {
	display: flex;
	justify-content: space-between;
}

.bujulist ul li {
	width: calc(31.33% - 7.5rem);
	background: url(../images/dingweisha_06.jpg) center no-repeat;
	background-size: cover;
	padding: 50px 3.75rem;
	box-shadow: 0px 0px 15px #efefef;
	border-radius: 15px;
	overflow: hidden;
	transition: all 1s;
}

.bujulist ul li h1 {
	color: #4c4c4c;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	transition: all 1s;
	background: url(../images/ddd_03.png) center no-repeat;
	height: 70px;
	line-height: 85px;
}

.bujulist ul li h2 {
	color: #333333;
	font-size: 18px;
	text-align: center;
	margin-top: 1.875rem;
	margin-bottom: 0.9375rem;
	font-weight: bold;
	transition: all 1s;
	text-transform: uppercase;
}

.bujulist ul li i {
	display: block;
	width: 20px;
	height: 3px;
	margin: 0 auto;
	background-color: #e60012;
	transition: all 1s;
}

.bujulist ul li p {
    text-align: center;
    color: #606060;
    margin-top: 20px;
    line-height: 30px;
    transition: all 1s;
    font-size: 14px;
}

.bujulist ul li:hover {
	background: url(../images/dingweisha_03.jpg) center no-repeat;
	background-size: cover;
}

.bujulist ul li:nth-child(1) {
	background: url(../images/dingweisha_061.png) center no-repeat;
	background-size: cover;
}

.bujulist ul li:nth-child(2) {
	background: url(../images/dingweisha_062.png) center no-repeat;
	background-size: cover;
}

.bujulist ul li:nth-child(3) {
	background: url(../images/dingweisha_063.png) center no-repeat;
	background-size: cover;
}

.bujulist ul li:hover:nth-child(1) {
	background: url(../images/dingweisha_0611.png) center no-repeat;
	background-size: cover;
}

.bujulist ul li:hover:nth-child(2) {
	background: url(../images/dingweisha_0612.png) center no-repeat;
	background-size: cover;
}

.bujulist ul li:hover:nth-child(3) {
	background: url(../images/dingweisha_0613.png) center no-repeat;
	background-size: cover;
}

.bujulist ul li:hover h2 {
	color: #fff;
}

.bujulist ul li:hover p {
	color: #fff;
}

.bujulist ul li:hover h1 {
	color: #fff;
	background: url(../images/bbb_03.png) center no-repeat;
}

.bujulist ul li:hover i {
	background-color: #fff;
}

.gsjj {
	padding-top: 6.25rem;
	padding-bottom: 4.6875rem;
	background: url(../images/gsjj_02.jpg) center no-repeat;
	background-size: cover;
}

.gsjjdv {
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.gsjjdvleft {
	width: 45%;
}

.gsjjdvleft h1 {
	color: #333333;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.gsjjdvleft h2 {
	color: #e60012;
	font-size: 18px;
	
	text-transform: uppercase;
	margin-bottom: 35px;
}

.gsjjdvleft p {
	color: #808080;
	    font-size: 14px;
    line-height: 30px;
}

.gsjjdvright {
	position: relative;
	width: 50%;
}

.gsjjdvright img {
	display: block;
	width: 100%;
}

.gsjjdvright div {
	position: absolute;
	box-shadow: 0px 0px 15px #dcdcdc;
	padding: 30px 25px;
	background-color: rgba(255, 255, 255, 0.9);
	width: 70%;
	border-radius: 15px;
	left: 0;
	bottom: 7.8125rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.gsjjdvright div iconpark-icon {
	display: block;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: #e60012;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	color: #fff;
	font-size: 24px;
}

.gsjjdvright div p {
	width: 80%;
	color: #4d4d4d;
	font-size: 14px;
	line-height: 30px;
}

.sze {
	width: 100%;
	padding: 60px 0px;

	background: url(../images/sz_02.jpg) center no-repeat;
	background-size: cover;
}

.sze ul {
	margin: 0 auto;
	width: 93.75rem;
	display: flex;
	justify-content: space-between;
}

.sze ul li{
	width: 23%;
}

.sze h1 {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.sze h1 span {
	color: #fff;
	font-size: 42px;
	font-family: "Poppins_Medium";
}

.sze h1 i {
	color: #fff;
	font-size: 18px;
	font-family: "Poppins";
	margin-top: 10px;
	margin-left: 5px;
}

.sze p {
	color: #ffffff;
	text-align: center;
	margin-top: -10px;
	font-size: 14px;
}

.qywh {
	width: 93.75rem;
	margin: 5.625rem auto;
}

.qywhbt {
	margin-bottom: 3.75rem;
}

.qywhbt h1 {
	text-align: center;
	color: #333333;
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.qywhbt h1 i {
	color: #e60012;
}

.qywhbt p {
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}

.qywh #thumbs .swiper-slide h1 {
	border-bottom: 1px solid #e0e0e0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 90px;
}

.qywh #thumbs .swiper-slide h1 i {
	color: #666666;
	font-size: 26px;
	margin-right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.qywh #thumbs .swiper-slide h1 span {
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
}

.qywh #thumbs .swiper-slide-thumb-active h1 {
	border-bottom: 1px solid #e60012;
}

.qywh #thumbs .swiper-slide-thumb-active h1 i,
.qywh #thumbs .swiper-slide-thumb-active h1 span {
	color: #e60012;
}

.weghtrht {
	margin-top: 50px;
	border-radius: 15px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	box-shadow: 0px 0px 15px #ececec;
}

.weghtrhtleft {
	width: 50%;
	overflow: hidden;
	border-radius: 15px;
}

.weghtrhtleft img {
	display: block;
}

.weghtrhtright {
	width: calc(50% - 80px);
	padding: 0 40px;
	padding-top: 6.6rem;
}

.weghtbt {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.weghtbtleft i {
	display: block;
	font-size: 48px;
	color: #e60012;
}

.weghtbtleft h1 {
	color: #333333;
	font-size: 20px;
	margin-top: 1.25rem;
	text-transform: uppercase;
}

.weghtbtleft h2 {
	color: #808080;
	font-size: 14px;
	margin-top: 10px;
}

.weghtrhtright>i {
	display: block;
	width: 100px;
	height: 1px;
	background-color: #e60012;
	margin-top: -21px;
}

.weghtrhtright p {
    color: #666666;
    font-size: 14px;
    line-height: 28px;
    margin-top: 20px;
}

.weghtbt>span {
	color: #e6e6e6;
	font-size: 68px;
	font-family: "Poppins";
}

.gehr {
	position: absolute;
	width: 120px;
	bottom: 4rem;
	z-index: 3;
	left: 52%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.gehr .swiper-button-prev,
.gehr .swiper-button-next {
	position: initial;
	margin: 0;
	width: 48px;
	height: 48px;
	border: 1px solid #e60012;
	border-radius: 50%;
	opacity: 1;
}

.gehr .swiper-button-next:after,
.gehr .swiper-button-prev:after {
	color: #e60012;
	font-size: 18px;
}

.gehr .swiper-button-prev:hover,
.gehr .swiper-button-next:hover {
	background-color: #e60012;
}

.gehr .swiper-button-next:hover:after,
.gehr .swiper-button-prev:hover:after {
	color: #fff;
}

.rongyu {
	padding-top: 5.625rem;
	padding-bottom: 3.75rem;
	background: url(../images/ryzz_02.jpg) center no-repeat;
	background-size: cover;
}

.rongyulist {
	width: 93.75rem;
	margin: 0 auto;
}

.rongyulist .swiper-slide img {
	display: block;
	width: 100%;
}

.rongyulist .swiper-pagination {
	position: relative;
	margin-top: 6.25rem;
}

.rongyulist .swiper-pagination-bullet-active {
	background-color: #df0111;
}

.fazlc {
	padding: 5.9375rem 0px;
	background: url(../images/lishi_02.jpg) center no-repeat;
	background-size: cover;
}

.fazlcdv {
	width: 93.75rem;
	margin: 0 auto;
}



.hisdv {
	width: 93.75rem;
	margin: 0 auto;
	position: relative;
}

#sjxx h1 {

	/* 超大字号，撑满画面 */
	font-size: 280px;
	/* 紧凑数字间距 */
	letter-spacing: -20px;
	text-align: center;
	line-height: 1;
	/* 层级放最底层 */
	z-index: -1;
	user-select: none;
	/* 核心：垂直渐变 上深粉 → 下透明 */
	background: linear-gradient(to bottom, #f8b8bd, rgba(255, 255, 255, 0));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	/* 整体半透 */
	opacity: 0.7;
	font-family: "Poppins_SemiBold";
	letter-spacing: 15px;
}

#sjtime {
	width: 84.375rem;
}

#sjtime h2 {
	color: #808080;
	font-size: 24px;
	text-align: center;
	padding-top: 30px;
	top: 145px;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

#sjtime .swiper-slide:nth-child(2n) h2 {
	padding-top: -20px;
	margin-top: -18px;
}

#sjxx .swiper-slide div {
	width: 460px;
	margin: 0 auto;
	color: #808080;
	font-size: 14PX;
	line-height: 30px;
}

.hisdvs {
	position: absolute;
	width: 100%;
	top: 200px;
	z-index: 9;
}

.hisdvs::after {
	content: "";
	width: 100%;
	display: block;
	background: url(../images/heng_03.png) center no-repeat;
	background-size: cover;
	height: 6px;
	top: 47%;
	position: absolute;
	left: 0;
}

#sjtime h2::after {
	width: 20px;
	height: 20px;
	position: absolute;
	content: "";
	display: block;
	background-color: #e60012;
	border-radius: 50px;
	left: 50%;
	margin-left: -10px;
	top: 47px;
}

#sjtime .swiper-slide:nth-child(2n) h2::after {
	top: 112%;
}

#sjtime .swiper-slide-thumb-active .sjtimedv h2 {
	padding: 0;
	margin: 0;
	height: 116px;
	background: url(../images/ewgr_03.png) center no-repeat;
	background-size: contain;
	line-height: 116px;
	color: #ffffff;
	font-size: 32px;
}

#sjtime .swiper-slide-thumb-active .sjtimedv h2::after {
	display: none;
}

#sjtime .swiper-slide-active .sjtimedv h2 {
	padding: 0;
	margin: 0;
	height: 116px;
	background: url(../images/ewgr_03.png) center no-repeat;
	background-size: contain;
	line-height: 116px;
	color: #ffffff;
	font-size: 32px;
}

#sjtime .swiper-slide-active .sjtimedv h2::after {
	display: none;
}



#sjxx .swiper-slide div {
	margin-top: 60px;
	text-align: center;
}

#yfen {
	margin-top: 65px;
	height: 60px;
	width: 87.25rem;
	padding: 0 2.75rem;
}

#yfen span {
	text-align: center;
	color: #808080;
	font-size: 18px;
	padding-bottom: 2px;
	border-bottom: 2px solid transparent;
	margin-top: 15px;
}

#yfen .ck {
	border-bottom: 2px solid #e60012;
	color: #e60012;
}

#yfen .swiper-slide-thumb-active span {
	border-bottom: 2px solid #e60012;
	color: #e60012;
}

#yfen .swiper-slide {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

#yfen .swiper-button-next,
#yfen .swiper-button-prev {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #fff;
	color: #e60012;
	transition: all 1s;
}

#yfen .swiper-button-next::after,
#yfen .swiper-button-prev::after {
	font-size: 18px;
}

#yfen .swiper-button-next:hover,
#yfen .swiper-button-prev:hover {
	background-color: #e60012;
}

#yfen .swiper-button-next:hover::after,
#yfen .swiper-button-prev:hover::after {
	color: #fff;
}





.sygsjjdvleft h1 {
	color: #e60012;
}

.sygsjj {
	background: url(../images/abbg_06.jpg) center no-repeat;
	background-size: cover;
}

.sygsjjdvright p {
	color: #333333;
}



.yce {
	position: fixed;
	top: 50%;
	right: 15px;
	z-index: 999;
	margin-top: -112.5px;
}

.yce ul li {
	width: 45px;
	height: 45px;
	display: block;
	background-color: rgba(1, 12, 22, 0.60);
	border-radius: 5px;
	margin-bottom: 15px;
	transition: all 1s;
	position: relative;
}

.yce ul li:hover {
	background-color: #f9b931;
}

.yce ul li i {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 16px;
}

.yce ul li iconpark-icon {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 22px;
}

.yce ul li div {
	position: absolute;
	right: 20px;
	top: 0;
	border-radius: 5px;
	width: 0px;
	overflow: hidden;
	transition: all 1s;
	width: 0px;
	opacity: 0;
	z-index: -99;
}

.yce ul li div h1 {
	line-height: 45px;
	color: #fff;
	text-align: center;
	font-size: 15px;
	width: 190px;

	background-color: #f9b931;
}

.yce ul li:hover div {
	width: 190px;
	z-index: 99;
	opacity: 1;
	transform: translateX(-40px);
}

.yce ul li div img {
	display: block;
	width: 120px;
	margin: 0 auto;
}

.yce ul li:nth-child(3) div {
	width: 130px;
}

.yce ul li:nth-child(1) {
	display: none;
}

.wdl {
	margin-top: 4.6875rem;
	border-top: 1px solid #494949;
	height: 80px;
}

.wdldv {
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
}

.wdldv p {
	color: #fff;
	font-size: 14px;
}

.wdldv p a {
	color: #fff;
	font-size: 14px;
}

.mfoot {
	height: 45px;
	display: none;
}

.mfootdv {
	display: none;
}

.ssdv {
	width: 100%;
	background-color: #fff;
	top: 0px;
	left: 0;
	position: relative;
	z-index: 10;
	z-index: 999;
	padding: 15px 0px;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .5s;
}

.ssdv form {
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.ssdv form input {
	height: 35px;
	line-height: 35px;
	border: none;
	border: 1px solid #dcdcdc;
	outline: none;
	width: 76%;
	padding: 0 1%;
}

.ssdv form button {
	border: none;
	background-color: #333333;
	color: #fff;
	width: 20%;
	font-size: 14px;
}

.nrbanner img {
	display: block;
	width: 100%;
}

.nrbanner {
	position: relative;
	z-index: 2;
}

.nrbanner .btext {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0%;
	height: 100%;
	display: flex;
	align-items: center;
}

.nrbanner .btext section {
	margin: 0 auto;
	width: 100%;
}

.sjnav {
	display: none;
}

.nrbanner .btext section h2 {
	font-size: 40px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

.nrbanner .btext section p {
	color: #ffffff;
	font-size: 17px;
	text-align: center;
	margin-top: 10px;
	text-transform: uppercase;
	font-family: "Poppins_Medium";
}

.nrbanner .btext section i {
	display: block;
	width: 40px;
	height: 4px;
	margin: 0 auto;
	margin-top: 10px;
	background-color: #ffffff;
}


.bannersasg .swiper-slide img {
	display: block;
	width: 100%;
}

.bannersasg .swiper-slide {
	position: relative;
}

.bannersasg .swiper-slide img {
	display: block;
	width: 100%;
}

.bannersasg .swiper-slide div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 00%;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sgahhrj section {
	width: 100rem;
}

.bannersasg .swiper-slide section h4 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 25px;
}

.bannersasg .swiper-slide section h4 i {
	display: block;
	width: 120px;
	height: 3px;
	margin-top: 5px;
	border-top: 1px solid #fff;
}

.bannersasg .swiper-slide section h4 span {
	color: #ffffff;
	font-size: 30px;
	margin: 0 30px;
	font-weight: bold;
}

.bannersasg .swiper-slide section h1 {
	color: #fefefe;
	font-size: 48px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

.bannersasg .swiper-slide section p {
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	margin-top: 15px;
}

.bannersasg .swiper-slide section a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 0 30px;
	width: 140px;
	height: 50px;
	margin-top: 5rem;
	transition: all 1s;
	background-color: #e60012;
	background-size: cover;
	border-radius: 50px;
	padding-right: 20px;
}

.bannersasg .swiper-slide section a iconpark-icon {
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;

}

.bannersasg .swiper-slide section a span {
	color: #fff;
	font-size: 14px;
}

.bannersasg .swiper-slide section a:hover {
	background-color: #e60012;
}

.bannersasg .swiper-slide section a:hover iconpark-icon {
	color: #fff;
}

.bannersasg .swiper-slide section a:hover span {
	color: #fff;
}

.bannersasg .swiper-slide .ghej {
	position: absolute;
	bottom: 25px;
	height: 70px;
	top: auto;
	width: 100%;
	left: 0;
	margin: 0 auto;
}

.bannersasg .swiper-slide .ghej {
	display: block;
	height: auto;
	animation-name: beat;
	/*动画名称*/
	animation-duration: .5s;
	/*设置秒数*/
	animation-timing-function: linear;
	/*速度曲线*/
	animation-iteration-count: infinite;
	/*播放次数*/
	animation-direction: alternate;
	/*逆向播放*/
	animation-play-state: running;
	/*正在运行*/
}

.bannersasg .swiper-slide .ghej img {
	display: block;
	width: auto;
	margin: 0 auto;
	margin-bottom: 10px;
}

.bannersasg .swiper-slide .ghej span {
	text-align: center;
	display: block;
	width: 100%;
	color: #fff;

}

.bannersasg .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
}

.bannersasg .swiper-pagination-bullet-active {
	width: 35px;
	height: 8px;
	border-radius: 15px;
}

.iwqjg {
	position: absolute;
	bottom: 4%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	z-index: 6;
}

.iwqjg h4 {
	color: #fff;
	font-size: 16px;
}

.iwqjg div {
	margin: 0 30px;
}

.iwqjg div iconpark-icon {
	font-size: 32px;
	color: #fff;
	position: relative;
	animation-name: beat;
	/*动画名称*/
	animation-duration: 1s;
	/*设置秒数*/
	animation-timing-function: linear;
	/*速度曲线*/
	animation-iteration-count: infinite;
	/*播放次数*/
	animation-direction: alternate;
	/*逆向播放*/
	animation-play-state: running;
	/*正在运行*/
}

@keyframes beat {
	0% {
		bottom: 20px;
	}

	100% {
		bottom: 0px;
	}
}


.syabdv #videobox1 {
	position: fixed;
	padding: 10px;
	background-color: #fff;
	width: 980px;
	margin-left: -490px;
	left: 50%;
	display: none;
	top: 10%;
	box-shadow: 0px 0px 15px #aaa7a7;
	z-index: 66;
}

#closex1 {
	text-align: right;
	width: 100%;
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {

	.headtopdv,
	.headdv {
		width: 95%;
	}

	.sycp,
	.nxcpdv,
	.sagrt,
	.zhiye,
	.xwbt,
	.xuqdv,
	.footdv,
	.wdldv,
	.mbx,
	.xqinall,
	.xgchanp,
	.scxian,
	.dengjibiao form,
	.lxwm,
	.ly form,
	.gsjjdv,
	.sze ul,
	.qywh {
		width: 95%;
	}

	.sz {
		width: 90%;
	}

	.zhiyerightright img {
		display: block;
		max-width: 100%;
	}

	.syxinwen {
		width: 97%;
	}

	.fazlcdv {
		width: 95%;
	}

	.hisdv {
		width: 100%;
	}

	#yfen {
		width: 95%;
	}

	#yfen .swiper-button-next {
		right: 0px;
	}

	#yfen .swiper-button-prev {
		left: 0;
	}

	.rongyulist {
		width: 95%;
	}

	.shengchanxianlist ul li .shengchanxianlistdv {
		width: 95%;
	}

	.xiangqing,
	.newslist,
	.yanfandv,
	.buju,
	.scyjsdv,
	.yafsmingdv,
	.yanfazhongxin {
		width: 95%;
	}

	.sgahhrj section {
		width: 95%;
	}
	.syabdvright h1{
		font-size: 24px;
	}
	.syabdvright h2 {
	    color: #e60012;
	    font-size: 18px;
	    font-weight: bold;
	    margin-bottom: 20px;
	    text-transform: uppercase;
	}
	.nxcpbt h1,.qywhbt h1,.xwbtleft h1{
		font-size: 32px;
	}
	.nszdown div h1{
		margin-top: 0;
	}
	.nszdown em{
		display: none;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1299px) {

	.headtopdv,
	.headdv {
		width: 95%;
	}

	.sycp,
	.nxcpdv,
	.sagrt,
	.zhiye,
	.xwbt,
	.xuqdv,
	.footdv,
	.wdldv,
	.mbx,
	.xqinall,
	.xgchanp,
	.scxian,
	.dengjibiao form,
	.lxwm,
	.ly form,
	.gsjjdv,
	.sze ul,
	.qywh {
		width: 95%;
	}

	.sz {
		width: 90%;
	}

	.zhiyerightright img {
		display: block;
		max-width: 100%;
	}

	.syxinwen {
		width: 97%;
	}

	.fazlcdv {
		width: 95%;
	}

	.hisdv {
		width: 100%;
	}

	#yfen {
		width: 95%;
	}

	#yfen .swiper-button-next {
		right: 0px;
	}

	#yfen .swiper-button-prev {
		left: 0;
	}

	.rongyulist {
		width: 95%;
	}

	.shengchanxianlist ul li .shengchanxianlistdv {
		width: 95%;
	}

	.xiangqing,
	.newslist,
	.yanfandv,
	.buju,
	.scyjsdv,
	.yafsmingdv,
	.yanfazhongxin {
		width: 95%;
	}

	.dengjibiao form div select {
		width: 83%;
	}

	.yafabenbubt div ul li {
		width: 7.625rem;
		height: 7.625rem;
	}

	.yafabenbubt div ul {
		top: 10%;
		right: 10px;
	}

	.sgahhrj section {
		width: 95%;
	}
	.bannersasg .swiper-slide section h4 span{
		font-size: 18px;
		text-transform: uppercase;
	}
	.bannersasg .swiper-slide section h1{
		font-size: 24px;
		text-transform: uppercase;
	}
	.nxcpbt{
		width: 95%;
	}
	.zhiyerightright p {
	    color: #808080;
	    font-size: 14px;
	    line-height: 30px;
	}
	.headdvright {
    width: 73%;
  }
}

@media only screen and (max-width: 999px) {
	.heads {
		display: none;
	}

	.htmleaf-container {
		display: block;
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 9;
	}

	.htmleaf-containers {
		display: block;
		height: 50px;
	}

	.makesdv {
		width: 95%;
	}

	.sycp {
		width: 95%;
		display: block;
	}

	.sycpdv {
		width: 90%;
		padding: 5%;
	}

	.sycpdv>h1 {
		font-size: 18px;
	}

	.sycpdv>p {
		font-size: 12px;
	}

	.sycpdv ul {
		width: 85%;
	}

	.sycpdv ul li a span {
		font-size: 14px;
	}

	.sycpdv>a {
		width: 100px;
		padding-left: 20px;
		padding-right: 15px;
		height: 40px;
		margin-top: 10px;
	}

	.sycpdv:nth-child(2) {
		width: 90%;
		padding: 5%;
		margin-top: 15px;
	}

	.nxcpbt h1 {
		font-size: 20px;
	}

	.nxcpbt p {
		font-size: 14px;
	}

	.nxcpdv {
		width: 95%;
	}

	.nxcpdvlist {
		padding: 5px;
	}

	.nszdown em {
		width: 54px;
		height: 25px;
		background-size: cover;
	}

	.nszup span {
		width: 54px;
		height: 25px;
		background-size: cover;
	}

	.nongsuozhi {
		padding: 5%;
	}

	.nszup section {
		margin-top: 10px;
	}

	.nszup section h1 {
		margin-bottom: 5px;
	}

	.nszup section h1 {
		font-size: 16px;
	}

	.nongsuozhi:hover .nszdown {
		opacity: 0;
	}

	.sagrt {
		width: 95%;
	}

	.sagrt {
		margin-top: 40px;
	}

	.syabdv {
		width: 95%;
		flex-direction: column-reverse;
	}

	.syabdvright {
		width: 100%;
	}

	.syabdvright h1 {
		font-size: 20px;
	}

	.syabdvright h2 {
		font-size: 17px;
		margin-bottom: 20px;
	}

	.syabdvright p {
		font-size: 14px;
		line-height: 30px;
	}

	.syabdvright a {
		width: 100px;
		padding-left: 20px;
		padding-right: 15px;
		height: 40px;
		margin-top: 10px;
	}

	.syabdvleft {
		width: 100%;
		height: 150px;
	}

	.sz {
		width: 90%;
		padding: 5%;
	}

	.sz ul {
		display: flex;
		flex-wrap: wrap;
	}

	.sz ul li span {
		font-size: 32px;
	}

	.sz ul li i {
		font-size: 14px;
	}

	.sz ul li p {
		color: #ffffff;
		font-size: 14px;
		margin-top: -5px;
	}

	.zhiye {
		width: 95%;
		display: block;
	}

	.zhiyeleft {
		width: 100%;
	}

	.zhiyeleft #thumbs67 {
		height: auto;
	}

	.zhiyeleft #thumbs67 h1 {
		height: 45px;
		width: 100%;
	}

	.zhiyeleft #thumbs67 .swiper-slide-thumb-active h1 span {
		font-size: 15px;
	}

	.zhiyeleft #thumbs67 h1 iconpark-icon {
		font-size: 20px;
	}

	.zhiyeleft #thumbs67 .swiper-slide-thumb-active h1 span {
		font-size: 12px;
		font-weight: normal;
	}

	.zhiyeleft #thumbs67 h1 span {
		font-size: 12px;
	}

	.zhiyeleft>a {
		display: none;
	}

	.zhiyeright {
		width: 100%;
	}

	.zhiyerightdv {
		display: block;
		margin-top: 15px;
	}

	.zhiyerightleft {
		width: 100%;
	}

	.zhiyerightright {
		width: 100%;
	}

	.zhiyerightright img {
		width: 45px;
	}

	.zhiyerightright h1 {
		font-size: 16px;
	}

	.zhiyerightright h2 {
		font-size: 12px;
	}

	.zhiyerightright i {
		margin: 15px 0px;
		height: 2px;
	}

	.zhiyerightright p {
		color: #808080;
		font-size: 14px;
		line-height: 27px;
	}

	.xwbt {
		width: 95%;
	}

	.xwbtright {
		display: none;
	}

	.xwbtleft {
		width: 100%;
	}

	.xwbtleft h1 {
		text-align: center;
		font-size: 20px;
	}

	.xwbtnav {
		width: 100%;
	}

	.xwbtnav .swiper-slide-thumb-active span,
	.xwbtnav .swiper-slide span {
		text-align: center;
	}

	.xwbtnav .swiper-slide span::after {
		display: none;
	}

	.syxinwen {
		width: 95%;
	}

	.syxinwenlist li {
		width: 40%;
		padding: 4%;
	}

	.syxinwenlist li h2 {
		margin-bottom: 10px;
	}

	.syxinwenlist li h2 span {
		width: 60px;
		border-radius: 5px;
		height: 25px;
		line-height: 25px;
	}

	.syxinwenlist li h2 i {
		font-size: 12px;
	}

	.syxinwenlist li h1 {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.syxinwenlist li h3 {
		margin-top: 10px;
	}

	.xuq {
		padding: 30px 0px;
	}

	.xuqdv {
		width: 95%;
	}

	.xuqdv h1 {
		font-size: 20px;
		text-align: center;
		font-weight: bold;
		margin-bottom: 15px;
	}

	.xuqdv form {
		display: block;
	}

	.xuqdv form input {
		width: calc(100% - 40px);
		padding: 0 20px;
		margin-bottom: 10px;
	}

	.xuqdv form input:nth-child(3) {
		width: calc(100% - 40px);
	}

	.xuqdv form button {
		width: 120px;
		font-size: 14px;
	}

	.foot {
		display: none;
	}

	.mbx {
		display: none;
	}

	.xqinall {
		display: block;
		width: 95%;
	}

	.xqinallleft {
		width: 100%;
	}

	.xqinallright {
		width: 100%;
		margin-top: 15px;
	}

	.xqinallbtleft h2 {
		font-size: 16px;
	}

	.xqinallbtright a {
		width: 120px;
		height: 35px;
	}

	.xqinallbt {
		padding-bottom: 20px;
	}

	.xqinallright h3 {
		margin: 15px 0px;
		font-size: 14px;
		line-height: 30px;
	}

	.xqinallright h4 i {
		font-size: 15px;
	}

	.xqinallright h4 span {
		font-size: 14px;
	}

	.xgchanp {
		width: 95%;
	}

	.xgchanpbt h1 {
		font-size: 18px;
	}

	.xgchanp .scxianrightlist .nongsuozhi {
		width: 40%;
		padding: 4%;
		margin: 1%;
	}

	.nszup section h1 {
		font-size: 15px;
	}

	.fenwei {
		margin-top: 15px;
	}

	.fengweibt span {
		font-size: 17px;
	}

	.fenwei ul li span {
		color: #606060;
		font-size: 14px;
	}

	.fenwei dl {
		margin-top: 15px;
		flex-wrap: wrap;
	}

	.fenwei dl dd {
		width: 48%;
		margin: 1%;
	}

	.scxian {
		width: 95%;
	}

	.scxianleft {
		display: none;
	}

	.scxianright {
		width: 100%;
	}

	.scxianrightlist .nongsuozhi {
		width: 40%;
		padding: 4%;
	}

	.lxwmbt h1 {
		font-size: 20px;
	}

	.lxwmbt p {
		font-size: 14px;
	}

	.dengjibiao form {
		width: 95%;
	}

	.dengjibiao form div {
		width: 100%;
	}

	.dengjibiao form div span {
		line-height: 45px;
	}

	.dengjibiao form div input {
		line-height: 45px;
	}

	.dengjibiao form div select {
		width: 78%;
	}

	.dengjibiao form div select {
		height: 45px;
	}

	.dengjibiao form div textarea {
		width: 68%;
	}

	.dengjibiao form button {
		width: 140px;
		height: 40px;
		line-height: 40px;
		margin-top: 20px;
	}

	.lxwm {
		width: 95%;
	}

	.lxwmlist ul {
		display: block;
	}

	.lxwmlist ul li {
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
	}

	.lxwmlist ul li div section h1 {
		font-size: 17px;
	}

	.lxwmlist ul li p {
		font-size: 14px;
	}

	.lxwmlist ul li div iconpark-icon {
		color: #333333;
		font-size: 24px;
		transition: 1s all;
	}

	.ly form {
		width: 95%;
	}

	.ly form div input {
		width: 94%;
		padding: 0 3%;
		height: 40px;
		line-height: 40px;
		margin-bottom: 10px;
		font-size: 14px;
	}

	.ly form textarea {
		width: 94%;
		padding: 3%;
	}

	.ly form button {
		width: 140px;
		height: 40px;
		line-height: 40px;
		margin-top: 20px;
	}

	.newslist {
		width: 95%;
	}

	.shownav ul li {
		width: 100%;
		overflow: hidden;
	}

	.shownav ul li a {
		height: 45px;
		line-height: 45px;
	}

	.shownav {
		height: auto;
	}

	.yanfazhongxin {
		width: 95%;
	}

	.yanfazhongxin ul li {
		width: 48%;
	}

	.yanfazhongxin ul li section {
		padding: 5%;
	}

	.yanfazhongxin ul li section h1 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.yanfazhongxin ul li section i {
		margin-bottom: 10px;
	}

	.yanfazhongxin ul li section p {
		font-size: 14px;
	}

	.shengchanxianlist ul li .shengchanxianlistdv {
		width: 95%;
		display: block;
	}

	.shengchanxianlist ul li .shengchanxianlistdv .shengchanxianlistleft {
		width: 100%;
	}

	.shengchanxianlist ul li .shengchanxianlistdv .shengchanxianlistleft h1 span {
		font-size: 18px;
	}

	.shengchanxianlist ul li .shengchanxianlistdv .shengchanxianlistleft h1 i {
		font-size: 32px;
	}

	.shengchanxianlist ul li .shengchanxianlistdv .shengchanxianlistleft h2 {
		font-size: 12px;
	}

	.shengchanxianlist ul li .shengchanxianlistdv .shengchanxianlistleft p span {
		width: 95%;
		line-height: 30px;
		font-size: 14px;
		color: #666666;
	}

	.shengchanxianlist ul li .shengchanxianlistdv .shengchanxianlistleft p i {
		margin-top: 10px;
	}

	.shengchanxianlist ul li .shengchanxianlistdv .shengchanxianlistleft a {
		width: 100px;
		padding-left: 20px;
		padding-right: 15px;
		height: 40px;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.shengchanxianlistright {
		width: 100%;
	}

	.xiangqing {
		display: block;
		width: 95%;
	}

	.xiangqingleft {
		width: 100%;
	}

	.xiangqingleftdv {
		width: 90%;
		padding: 5%;
	}

	.xqbt h1 {
		font-size: 17px;
		font-weight: bold;
	}

	.yyxqdvfy {
		margin-top: 15px;
		margin-bottom: 15px;
		display: block;
	}

	.yyxqdvfy p {
		margin: 10px 0;
	}

	.xiangqingright {
		width: 90%;
		padding: 5%;
	}

	.xiangqingright form {
		margin-bottom: 15px;
	}

	.yyxqdvrightbt span {
		font-size: 17px;
	}

	.yanfandv {
		display: block;
		width: 95%;
	}

	.yanfandvleft {
		width: 100%;
	}

	.yanfandvright {
		width: 90%;
		padding: 5%;
	}

	.yafabenbubt div section h1 {
		font-size: 16px;
	}

	.yafabenbubt div section h2 {
		font-size: 17px;
	}

	.yafabenbubt div {
		display: block;
	}

	.yafabenbubt div ul {
		position: initial;
		justify-content: flex-start;
	}

	.yafabenbubt div ul li {
		width: 70px;
		margin-top: 15px;
		height: 70px;
	}

	.yafabenbubt>p {
		margin-top: 10px;
	}

	.yfasdleft {
		width: 100%;
		border-bottom-left-radius: 0px;
	}

	.yfasdleft ul li h1 span {
		font-size: 32px;
	}

	.yfasdleft ul li h1 i {
		margin-top: 20px;
	}

	.yfasdleft ul li p {
		line-height: 25px;
	}

	.yfasdright {
		width: 100%;
	}

	.buju {
		width: 95%;
	}

	.yafsmingbt h1 {
		font-size: 20px;
	}

	.yafsmingbt p {
		font-size: 14px;
		line-height: 25px;
	}

	.bujulist ul {
		display: block;
	}

	.bujulist ul li {
		padding: 30px 5%;
		width: 90%;
		margin-top: 10px;
	}

	.bujulist ul li p {
		text-align: center;
		color: #606060;
		margin-top: 15px;
		line-height: 25px;
		transition: all 1s;
		font-size: 14px;
	}

	.bujulist ul li h2 {
		margin-bottom: 15px;
	}

	.bujulist ul li h2 {
		font-size: 17px;
		font-weight: bold;
	}

	.bujulist ul li h1 {
		font-size: 18px;
	}

	.scyjsdv {
		width: 95%;
		display: block;
	}

	.scyjsdvleft {
		width: 100%;
	}

	.scyjsdvleft>h1 {
		font-size: 20px;
		padding-bottom: 10px;
	}

	.scyjsdvleft>p {
		color: #666666;
		font-size: 14px;
		line-height: 28px;
		margin-top: 2rem;
	}

	.scyjsdvleft ul li h1 {
		font-size: 28px;
	}

	.scyjsdvright {
		margin-top: 15px;
		width: 100%;
	}

	.yafsmingdv {
		width: 95%;
	}

	.yafsmingdvleft {
		width: 100%;
		margin-bottom: 10px;
	}

	.yafsmingdv {
		display: block;
	}

	.yafsmingdvleft div section {
		padding: 5%;
	}

	.yafsmingdvleft div section i {
		font-size: 24px;
	}

	.yafsmingdvleft div section h1 {
		font-size: 17px;
	}

	.yafsmingdvleft div section h1 {
		margin-bottom: 10px;
	}

	.yafsmingdvleft div section p {
		color: #606060;
		font-size: 14px;
		line-height: 25px;
		width: 100%;
	}

	.gsjjdv {
		display: block;
		width: 95%;
	}

	.gsjjdvleft {
		width: 100%;
	}

	.gsjjdvleft h1 {
		font-size: 17px;
	}

	.gsjjdvleft h2 {
		color: #e60012;
		font-size: 17px;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.gsjjdvleft p {
		color: #808080;
		font-size: 14px;
		line-height: 30px;
	}

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

	.gsjjdvright div {
		width: 90%;
		padding: 5%;
	}

	.qywhbt h1 {
		font-size: 20px;
	}

	.qywhbt p {
		font-size: 14px;
		line-height: 25px;
	}

	.qywh {
		width: 95%;
	}

	.qywh #thumbs .swiper-slide h1 i {
		font-size: 18px;
	}

	.qywh #thumbs .swiper-slide h1 span {
		font-size: 13px;
	}

	.qywh #thumbs .swiper-slide h1 {
		height: 45px;
	}

	.weghtrht {
		display: block;
		margin-top: 20px;
	}

	.weghtrhtleft {
		width: 100%;
	}

	.weghtrhtleft img {
		display: block;
		width: 100%;
	}

	.weghtrhtright {
		width: 90%;
		padding: 5%;
	}

	.weghtbtleft i {
		font-size: 28px;
	}

	.weghtbtleft h1 {
		font-size: 16px;
		margin-top: 10px;
	}

	.weghtbt>span {
		font-size: 50px;
	}

	.weghtrhtright p {
		font-size: 14px;
		line-height: 30px;
	}

	.gehr {
		width: 94%;
		bottom: auto;
		top: 22%;
		left: 3%;
	}

	.gehr .swiper-button-prev,
	.gehr .swiper-button-next {
		width: 40px;
		height: 40px;
		background-color: #fff;
		border: none;
	}

	.gehr .swiper-button-next:after,
	.gehr .swiper-button-prev:after {
		font-size: 14px;
	}

	.rongyulist {
		width: 95%;
	}

	.rongyulist .swiper-pagination {
		margin-top: 40px;
	}

	.fazlcdv {
		width: 95%;
	}

	.hisdv {
		width: 100%;
	}

	.historybt h1 {
		font-size: 18px;
	}

	.hisdv {
		width: 95%;
	}

	#sjtime {
		width: 95%;
	}

	#yfen {
		width: 90%;
		padding: 0 5%;
	}

	#yfen .swiper-button-next,
	#yfen .swiper-button-prev {
		width: 40px;
		height: 40px;
	}

	#yfen span {
		margin-top: 0px;
	}

	#yfen .swiper-button-next,
	#yfen .swiper-rtl .swiper-button-prev {
		right: 0px;
	}

	#yfen .swiper-button-prev,
	#yfen .swiper-rtl .swiper-button-next {
		left: 0;
	}

	#sjxx h1 {

		font-size: 22px;

	}

	.hisdvs {
		display: none;
	}

	#sjxx {
		margin-top: 20px;
	}

	#sjxx .swiper-slide div {
		margin-top: 10px;
	}

	#sjxx .swiper-slide div {
		font-size: 14px;
		width: 100%;
		line-height: 25px;
	}

	#yfen {
		margin-top: 15px;
	}

	#yfen {
		width: 100%;
		padding: 0;
	}

	#yfen span {
		font-size: 14px;
	}

	#yfen .swiper-button-next::after,
	#yfen .swiper-button-prev::after {
		font-size: 12px;
	}

	#yfen .swiper-button-next,
	#yfen .swiper-button-prev {
		display: none;
	}

	#yfen {
		height: auto;
	}

	.sze ul {
		width: 95%;
		flex-wrap: wrap;
	}

	.sze ul li {
		width: 50%;
	}

	.sze h1 span {
		font-size: 32px;
	}

	.sze p {
		font-size: 14px;
		margin-top: 0;
	}

	.sze h1 i {
		font-size: 14px;
	}

	.sze {
		padding: 30px 0px;
	}

	.sjnav {
		position: relative;
		display: block;
	}

	.msgNum {
		display: none;
	}

	.slider {
		margin-top: 44px;
	}

	.head {
		display: none
	}

	.m_img {
		display: block;
		height: 44px;
		background: #fff;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 9999;
		overflow: hidden;
	}

	.m_img .headlf {
		padding-top: 2px;
		padding-left: 10px;
		float: left;
		line-height: 40px;
		font-size: 17px;
		font-weight: bold;
	}

	.m_img .headlf .m_logo {
		height: 40px;
		display: block
	}

	.m_img .headrg {
		padding-right: 5%;
		padding-top: 14px;
		float: right;
	}

	.m_img .headrg a .m_menuimg {
		height: 16px;
		vertical-align: top;
		display: block
	}

	.m_nav {
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 0px;
		height: 0px;
		overflow: hidden;
		z-index: 10000
	}

	.m_nav .closecover {
		position: absolute;
		width: 100%;
		height: 100%;
		background: #0b0d19;
		filter: alpha(opacity=0);
		opacity: 0;
		left: 0px;
		top: 0px;
		z-index: 1
	}

	.m_nav .closeicon {
		position: absolute;
		width: 20%;
		left: 0px;
		top: 5%;
		z-index: 100;
		text-align: center;
		filter: alpha(opacity=0);
		opacity: 0
	}

	.m_nav .m_navList {
		position: absolute;
		width: 80%;
		right: 0px;
		top: 0px;
		background: #0b0d19;
		height: 100%;
		z-index: 100;
		right: -80%;
		overflow-y: scroll;
	}

	.m_nav .m_navList ul {
		padding-left: 5%;
		padding-right: 5%
	}

	.m_nav .m_navList ul li {
		border-bottom: 1px solid #232530
	}

	.m_nav .m_navList ul li a {
		display: block;
		height: 45px;
		color: #fff;
		line-height: 45px;
		padding-left: 5%;
		font-size: 13px
	}

	.m_nav .m_navList ul li .m_f_a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%
	}

	.m_nav .m_navList ul li .m_f_a a {
		flex: 1;
	}

	.m_nav .m_navList ul li .m_f_a i {
		width: 40px;
		height: 35px;
		box-sizing: border-box;
		padding: 0 5px;
		display: block;
	}

	.icon {
		background: url(../images/plus.png) 100% no-repeat;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.icon_on {
		background: url(../images/reduce.jpg) 50% no-repeat !important;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.m_nav .m_navList ul li .m_s_nav {
		display: none;
		width: 100%;
	}

	.m_nav .m_navList ul li .m_s_nav a {
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding-left: 10%;
		overflow: hidden;
		white-space: nowrap;
		width: 90%;
		text-overflow: ellipsis;
	}

	.mobile-inner {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		position: relative;
		height: 50px;
	}

	.mfoot {
		height: 45px;
		display: block;
	}

	.mfootdv {
		display: flex;
		width: 100%;
		height: 45px;
		line-height: 45px;
		justify-content: space-between;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		background-color: #e60012;
	}

	.mfootdv li {
		width: 100%;
		border-right: 1px solid #af1521;
	}

	.mfootdv li a {
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}

	.nrbanner .btext {
		width: 95%;
		margin-left: 0;
		left: 2.5%;

	}

	.nrbanner .btext section {
		width: 90%;
	}

	.nrbanner .btext section h2 {
		text-align: center;
		font-size: 20px;
	}

	.nrbanner .btext section p {
		text-align: center;
		font-size: 14px;
	}

	.nrbanner img {
		display: block;
		width: 150%;
		margin-left: -25%;
	}

	.nrbanner {
		overflow: hidden;
	}

	.nrbanner .btext section i {
		width: 30px;
		height: 3px;
		margin-top: 5px;
	}

	.nrbanner .btext section p {
		margin-top: 5px;
	}

	.bannersasg .swiper-slide section h4 {
		margin-bottom: 10px;
	}

	.bannersasg .swiper-slide section h4 span {
		font-size: 14px;
		margin: 0px 10px;
		        text-align: center;
	}

	.bannersasg .swiper-slide section h4 i {
		width: 40px;
	}

	.bannersasg .swiper-slide section h1 {
		font-size: 18px;
	}

	.bannersasg .swiper-slide section p {
		font-size: 12px;
		margin-top: 10px;
	}

	.bannersasg .swiper-slide section a {
		display: none;
	}

	.iwqjg {
		display: none;
	}

	.bannersasg .swiper-slide div {
		width: 95%;
		left: 2.5%;
	}

	.sgahhrj section {
		width: 95%;
	}
	.sycpdv ul li a span {
	    color: #808080;
	    font-size: 14px;
	    transition: all 1s;
	    width: 95%;
	}
	.sz ul{
		display: block;
	}
	.sz ul li{
		width: 100%;
	}
	.xwbtnav .swiper-slide span{
		font-size: 13px;
	}
	.shownav ul li a{
		font-size: 14px;
	}
}