/* 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;
}

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

body {
	font-family: "Poppins";
}

@font-face {
	font-family: "Poppins_Medium";
	src: url('../font/POPPINS-MEDIUM_0.TTF');
}

@font-face {
	font-family: "Anton";
	src: url('../font/ANTON-REGULAR.TTF');
}

@font-face {
	font-family: "Poppins";
	src: url('../font/POPPINS-REGULAR_0.TTF');
}

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: 6.25rem;
	width: 115rem;
	transition: all .5s;
	top: 20px;
	left: 2.5rem;
	background-color: rgba(255, 255, 255, 0.9);
}

.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;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 1);
}

.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: 6.25rem;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
	margin-left: 2.5rem;
}

.headdvleft {
	height: 100%;
}

.headdvleft img {
	display: block;
	height: 100%;
}

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

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

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

.headdvright ul li a {
	display: block;
	font-size: 17px;
	position: relative;
	padding: 0 10px;
	text-transform: uppercase;
}

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

.headdvright ul li a::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 3px;
	bottom: -1px;
	left: 0;
	transition: all 1s;
}

.headdvright ul li:hover a::after {
	background-color: #0058a7;
}

.headdvright ul li.active a::after {
	background-color: #0058a7;
}

.dh {
	background-color: #0058a7;
	width: 10rem;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.dh iconpark-icon {
	color: #fff;
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dh i {
	margin: 0 20px;
	font-size: 16px;
}

.dh div span {
	font-size: 16px;
	color: #fff;
}

.banners {
	position: relative;
	z-index: 3;
}

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

.rmcp {
	background-color: #f0f2f5;
}

.rmcpdv {
	width: 100%;
	position: relative;
}

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

.rmcptop {
	width: 93.75rem;
	position: absolute;
	top: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 15rem;
	left: 13.125rem;
}

.rmcptopleft h1 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 0.625rem;
}

.rmcptopleft h1 img {
	width: 1.25rem;
	display: block;
	margin-right: 0.625rem;
}

.rmcptopleft h1 span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.rmcptopleft h2 {
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
}

.rmcptopright form {
	display: flex;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.3);
	justify-content: space-between;
	align-items: center;
	padding-left: 1.5625rem;
	border-radius: 0.625rem;
	overflow: hidden;
	margin-bottom: 1.25rem;
}

.rmcptopright form input {
	height: 2.8125rem;
	width: 14.375rem;
	font-size: 14px;
	background-color: transparent;
	outline: none;
	border: none;
	color: #fff;
}

.rmcptopright form input::placeholder {
	color: rgba(255, 255, 255, 0.7);
}

.rmcptopright form button {
	display: block;
	width: 120px;
	height: 3.125rem;
	text-align: center;
	font-size: 14px;
	background-color: #de0011;
	border: none;
	color: #fff;
	font-size: 14px;
}

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

.rmcptopright div a {
	font-size: 14px;
	color: #fff;
	margin-left: 0.9375rem;
}

.rmcplist {
	width: 95rem;
	margin: 0 auto;
	padding-top: 2.5rem;
	padding-bottom: 5rem;
}

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

.rmcplist ul li {
	width: 22.5rem;
	margin: 0.625rem;
	position: relative;
}

.rmcplist ul li div {
	overflow: hidden;
	width: 100%;
	position: relative;
}

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

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

.rmcplist ul li h1 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	line-height: 2.1875rem;
	text-align: center;
	padding-bottom: 1.25rem;
	position: relative;
	z-index: 3;
	margin-top: 1.5625rem;
	transition: all 1s;
}

.rmcplist ul li:hover h1 {
	color: #333;
}

.rmcplist ul li span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/cha_03.png) center no-repeat;
	background-size: cover;
	opacity: 0;
}

.rmcplist ul li span img {
	display: block;
	width: 100%;
	opacity: 0;
	display: none;
	transition: all 1s;
	opacity: 0;
}

.rmcplist ul li:hover span {
	opacity: 1;
}

.yyly {
	margin: 7.5rem auto;
	margin-top: 6.25rem;
	width: 93.75rem;
}

.yylybt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3.125rem;
}

.yylybtleft h1 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}

.yylybtleft h1 img {
	width: 1.25rem;
	display: block;
}

.yylybtleft h1 span {
	margin-left: 0.3125rem;
	color: #155bae;
	font-size: 18px;
	font-weight: bold;
}

.yylybtleft h2 {
	color: #333333;
	font-size: 1.6rem;
	font-weight: bold;
}

.yylybtright a {
	display: flex;
	width: 16rem;
	height: 3.125rem;
	border-radius: 50px;
	background-color: #de0011;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.yylybtright a i {
	font-size: 1.5rem;
	color: #fff;
	margin-right: 0.325rem;
	color: #ffffff;
}

.yylybtright a span {
	color: #ffffff;
	font-size: 14px;
}

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

.yylist ul li {
	width: 14.75rem;
	overflow: hidden;
	height: 31.25rem;
	position: relative;
	transition: all 1s;
}

.yylist ul li img {
	display: block;
	width: 36.25rem;
}

.yylist ul li.active {
	width: 36.25rem;
}

.yylist ul li section {
	position: absolute;
	bottom: 2.75rem;
	left: 2.5rem;
	width: 25rem;
	z-index: 3;
}

.yylist ul li section h1 {
	color: #fefefe;
	font-size: 18px;
	margin-bottom: 10px;
}

.yylist ul li section h2 {
	color: #fefefe;
	font-size: 22px;
	transition: all 1s;
	display: none;
}

.yylist ul li.active section h2 {
	color: #fefefe;
	font-size: 30px;
	margin-bottom: 1.25rem;
}

.yylist ul li section p {
	font-size: 14px;
	color: #fefefe;
	line-height: 30px;
	margin-bottom: 5rem;
	opacity: 0;
	transition: all 1s;
}

.yylist ul li.active section p {
	opacity: 1;
	margin-bottom: 5rem;
}

.yylist ul li section i {
	color: #fefefe;
	font-size: 54px;
}

.yylist ul li.active span {
	height: 18.75rem;
}

.yylist ul li span {
	height: 0rem;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	background-image: linear-gradient(transparent, #de0011);
	transition: all 1s;
}

.about {
	background: url(../images/gywmbg_02.jpg) center no-repeat;
	background-size: cover;
	padding-top: 8.4375rem;
	padding-bottom: 4.6875rem;
}

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

.aboutdvleft {
	width: 50%;
}

.aboutdvleft h1 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 0.625rem;
}

.aboutdvleft h1 img {
	display: block;
	width: 1.25rem;
}

.aboutdvleft h1 span {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-left: 0.625rem;
}

.aboutdvleft h2 {
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
}

.aboutdvleft p {
	margin-top: 2.1875rem;
	color: #ffffff;
	font-size: 16px;
	line-height: 35px;
}

.aboutdvleft section {
	margin-top: 2.8125rem;
	display: flex;
	justify-content: flex-start;
}

.aboutdvleft section a {
	display: flex;
	width: 15rem;
	height: 3.125rem;
	border: 1px solid #95b9da;
	transition: all 1s;
	margin-right: 0.625rem;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
}

.aboutdvleft section a iconpark-icon {
	font-size: 24px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 0.625rem;
}

.aboutdvleft section a span {
	font-size: 14px;
	display: block;
	color: #fff;
}

.aboutdvleft section a:hover {
	background-color: #de0011;
	border-color: #de0011;
}

.aboutsz {
	width: 93.75rem;
	margin: 0% auto;
	margin-top: 6.25rem;
}

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

.aboutsz ul li h1 {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.aboutsz ul li h1 span {
	color: #ffffff;
	font-size: 3.875rem;
	font-family: "Poppins_Medium";
}

.aboutsz ul li h1 i {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-top: 18px;
	margin-left: 0.625rem;
}

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

.xinwen {
	padding-top: 5.625rem;
	padding-bottom: 8.4375rem;
	background: url(../images/xue_02.jpg) center no-repeat;
	background-size: cover;
}

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

.xinwenlist {
	margin-top: 3.125rem;
}


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

.innewlist {
	margin-top: 3.125rem;
}

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

.innewlistleft {
	width: 30rem;
	box-shadow: 0px 0px 20px #dddbdb;
}

.innewlistleft div {
	display: block;
	overflow: hidden;
	width: 100%;
}

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

.innewlistleft section {
	padding: 2.1875rem 3.125rem;
	background-color: #ffffff;
}

.innewlistleft section h1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

.innewlistleft section h1 i {
	color: #808080;
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.innewlistleft section h1 i iconpark-icon {
	margin-right: 5px;
	font-size: 20px;
}

.innewlistleft section h2 {
	margin-top: 1.25rem;
	margin-bottom: 0.625rem;
	height: 30px;
	line-height: 30px;
	color: #404040;
	font-size: 22px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 1s;
}

.innewlistleft section p {
	color: #666666;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 14px;
}

.innewlistleft:hover div img {
	transform: scale(1.05);
}

.innewlistleft:hover section h2 {
	color: #de0011;
}

.innewlistcenter {
	width: 23.75rem;
	background: url(../images/newsbg_05.jpg) center no-repeat;
	padding: 5rem 3.125rem;
	background-size: cover;
}

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

.innewlistcenter h1 span {
	color: #fff;
	font-size: 14px;
}

.innewlistcenter h1 i {
	color: #fff;
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.innewlistcenter h1 i iconpark-icon {
	margin-right: 5px;
	font-size: 20px;
}

.innewlistcenter h2 {
	margin-top: 2.5rem;
	margin-bottom: 15px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.innewlistcenter p {
	color: #dde6df;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 14px;
}

.innewlistcenter h4 {
	display: block;
	width: 8.75rem;
	height: 40px;
	border-radius: 50px;
	text-align: center;
	line-height: 40px;
	margin-top: 6.25rem;
	color: #fff;
	font-size: 14px;
	border: 1px solid #fff;
	transition: all 1s;
}

.innewlistcenter:hover h4 {
	border-color: #fff;
	background-color: #fff;
	color: #0058a7;
}

.innewlistright {
	width: 30rem;
}

.innewlistright ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.innewlistright ul li a .inwleft {
	width: 11.25rem;
	overflow: hidden;
}

.innewlistright ul li a .inwleft img {
	display: block;
	width: 100%;
	transition: all .5s;
}

.innewlistright ul li a section {
	width: 15.625rem;
	padding: 0 1.25rem;
}

.innewlistright ul li a section h1 {
	color: #333333;
	font-size: 17px;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 1s;
}

.innewlistright ul li a section p {
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #666666;
	font-size: 14px;
}

.innewlistright ul {
	display: flex;
	height: 100%;
	justify-content: space-between;
	flex-direction: column;
}

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

.innewlistright ul li:hover h1 {
	color: #0058a7;
}

.innewlistright ul li {}

.innewlistright ul i {
	display: block;
	height: 2px;
	border-bottom: 1px solid #e6e6e6;
}

.innewlistright ul i:last-child {
	display: none;
}

.hzhb {
	padding-top: 5.625rem;
	padding-bottom: 8.75rem;
	background-color: #f0f2f5;
	position: relative;
}

.picScroll {
	margin: 0px auto;
	position: relative;
	width: 108%;
	overflow: hidden;
	margin-left: -6.9%;
}

.picScroll ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll ul li {
	width: 12%;
	float: left;
	margin: 0 10px;
	overflow: hidden;
}

.picScroll ul li img {
	width: 100%;
	display: block;
}

.picScroll1 {
	margin: 0px auto;
	position: relative;
	width: 108%;
	overflow: hidden;
	margin: 15px 0px;
}

.picScroll1 ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll1 ul li {
	width: 12%;
	float: left;
	margin: 0 10px;
	overflow: hidden;
}

.picScroll1 ul li img {
	width: 100%;
	display: block;
}

.picScroll2 {
	margin: 0px auto;
	position: relative;
	width: 108%;
	overflow: hidden;
	margin-left: -6.9%;
}

.picScroll2 ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll2 ul li {
	width: 12%;
	float: left;
	margin: 0 10px;
	overflow: hidden;
}

.picScroll2 ul li img {
	width: 100%;
	display: block;
}

.hzhb {

	overflow: hidden;
}

.hzhb .xieshouzyleft {
	display: block;
	top: 0;
	left: 0;
	width: 25%;
	height: 100%;
	background-image: linear-gradient(to right, #fff, transparent);
	position: absolute;
	z-index: 99;
}

.hzhb .xieshouzyright {
	display: block;
	top: 0;
	right: 0;
	width: 25%;
	height: 100%;
	background-image: linear-gradient(to right, transparent, #fff);
	position: absolute;
	z-index: 99;
}

.foot {
	position: relative;
	background: url(../images/fot_02.png) center top no-repeat;
	z-index: 100;
	background-size: cover;
}

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

.footdvleft {
	width: 21.875rem;
}

.footdvleft img {
	display: block;
	max-width: 100%;
	margin-bottom: 3.125rem;
}

.footdvleft h1 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 0.9375rem;
}

.footdvleft h1 img {
	display: block;
	margin-bottom: 0;
	margin-right: 5px;
}

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

.footdvleft ul li img {
	display: block;
	margin-bottom: 10px;
	width: 90px;
}

.footdvleft ul li {
	margin-right: 10px;
	margin-top: 20px;
}

.footdvleft ul li {
	color: #ffffff;
	font-size: 14px;
	text-align: center;
}

.footdvright {
	width: 68.375rem;
}

.footdvright .footsag {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.footdvright .footsag form {
	display: block;
	width: 32.5rem;
	height: 50px;
	background-color: #313131;
	padding: 0 20px;
}

.footdvright .footsag form input {
	height: 50px;
	border: none;
	background-color: transparent;
	color: #fff;
	font-size: 14px;
	outline: none;
	width: 70%;
}

.footdvright .footsag form button {
	background-color: transparent;
	border: none;
}

.footdvright .footsag form input::placeholder {
	color: #999999;
}

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

.footdvright .footsag form iconpark-icon {
	font-size: 24px;
	color: #fff;
}

.footdvright .footdvlist {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.footdvright .footdvlist dl dt a {
	color: #ffffff;
	font-size: 16px;
}

.footdvright .footdvlist dl dt {
	margin-bottom: 30px;
}

.footdvright .footdvlist dl dd {
	margin-bottom: 20px;
}

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

.footdvright .footdvlist dl dd a:hover {
	color: #0058a7;
}

@keyframes beat {
	0% {
		top: -35px;
	}

	100% {
		top: -55px;
	}
}

.footxs {
	height: 70px;
	width: 100%;
	position: absolute;
	top: -30px;
	left: 0%;
	z-index: 55555;
}

.footxs iconpark-icon {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 24px;
	text-align: center;
}

.footxs h1 {
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin-top: -5px;
}

.foot {
	padding-top: 80px;
	margin-top: -50px;
}

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

.wdl {
	width: 100%;
	height: 70px;
	border-top: 1px solid #313131;
	background-color: #1a1a1a;
}

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

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

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

.footdv {
	margin-bottom: 65px;
}

.cpzx {
	padding-top: 5rem;
	padding-bottom: 6.5625rem;
	background-color: #f0f2f5;
}

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

.yylybt #thumbs2 {
	width: 61rem;
	margin: 0;
}

.yylybt #thumbs2 .swiper-slide {
	width: auto !important;
}

.yylybt #thumbs2 .swiper-wrapper {
	justify-content: space-between;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.yylybt #thumbs2 .swiper-slide h1 {
	position: relative;
	color: #000000;
	font-size: 15px;
	transition: all 1s;
	font-weight: bold;
}

.fadeInLeft{
	width: 48%;
}

.yylybt #thumbs2 .swiper-slide h1::after {
	display: block;
	content: "";
	width: 0;
	height: 0.625rem;
	border-top: 2px solid #de0011;
	margin-top: 0.9375rem;
	transition: all 1s;
}

.yylybt #thumbs2 .swiper-slide-thumb-active h1 {
	color: #de0011;
}

.yylybt #thumbs2 .swiper-slide-thumb-active h1::after {
	width: 2.5rem;
}

.cpzxdv {
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 3.5rem;
}

.zhouchen {
	width: 75rem;
	height: 36.25rem;
	display: flex;
	margin-left: 7.5rem;
	padding: 0 5.625rem;
	justify-content: space-between;
	align-items: center;
	background: url(../images/cpbg_03.jpg) center no-repeat;
	background-size: cover;
	position: relative;
}

.zhouchenleft {
	width: 33.5rem;
}

.zhouchenright {
	width: 50%;
}

.zhouchenright section {
	top: 10px;
	position: absolute;
	right: 15px;
}

.zhouchenleft h1 {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;

	margin-bottom: 3.125rem;
}

.zhouchenleft h1 i {
	color: #333333;
	font-family: "Impact";
	font-size: 48px;
	margin-right: 10px;
}

.zhouchenleft h1 span {
	color: #333333;
	font-size: 24px;
}

.zhouchenleft div {
	height: 105px;
	overflow: hidden;
	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 3;
}

.zhouchenleft p {
	font-size: 14px;
	line-height: 35px;
	color: #333333;
}

.zhouchenleft section {
	margin-top: 7.5rem;
	display: flex;
	justify-content: flex-start;
}

.zhouchenleft section a {
	width: 160px;
	height: 50px;
	border: 1px solid #0058a7;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	color: #333333;
	transition: all 1s;
	font-size: 14px;
}

.zhouchenleft section a:hover {
	background-color: #de0011;
	border-color: #de0011;
	color: #fff;
}

.zhouchenright {
	width: 50%;
}

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

.xasf {
	position: absolute;
	top: 0;
	left: 0;
	width: 7.5rem;
	height: calc(100% - 6.25rem);
	padding: 3.125rem 0%;
	z-index: 999;
	background-color: #0058a7;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.xasf section {
	width: 100%;
	height: 22.8125rem;
}

.xasf section span {
	display: block;
	width: 100%;
	text-align: center;
	color: #ffffff;
	transform: rotateZ(270deg);
	font-size: 16px;
}

.xasf .swiper-pagination {
	width: 2px !important;
	margin: 10px auto;
	height: 17.5rem !important;
	position: inherit;
	background-color: rgba(255, 255, 255, 0.2);
}

.xasf iconpark-icon {
	color: #fff;
	font-size: 32px;
}

.yylist {
	margin-top: 45px;
}

.xinwendv {
	margin-bottom: 45px;
	position: relative;
	z-index: 358;
}

.shownav {
	width: 100%;
	box-shadow: 0px 5px 20px #d3d3d3c4;
	position: relative;
}

.shownav ul {
	display: flex;
	justify-content: center;
}

.shownav ul li {
	width: 15rem;
	height: 70px;
}

.shownav ul li a {
	display: block;
	width: 100%;
	text-align: center;
	color: #4c4c4c;
	font-size: 16px;
	line-height: 70px;
	transition: all 1s;
}

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

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

.zjsdli {
	padding-top: 5.9375rem;
	padding-bottom: 5.9375rem;
	background: url(../images/abtbg_02.jpg) center bottom no-repeat;
	background-size: cover;
}

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

.zjsdlidv h1 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}

.zjsdlidv h1 img {
	width: 1.25rem;
	display: block;
}

.zjsdlidv h1 span {
	margin-left: 0.3125rem;
	color: #155bae;
	font-size: 18px;
	font-weight: bold;
}

.zjsdlidv h2 {
	color: #333333;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3.4375rem;
}

.zjsdlidv p {
	margin-bottom: 30px;
	line-height: 35px;
	text-indent: 2em;
	color: #4c4c4c;
	font-size: 14px;
}

.zjsdlidv ul {
	display: flex;
	justify-content: space-between;
	margin-top: 4.6875rem;
}

.zjsdlidv ul li h3 {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.zjsdlidv ul li h3 span {
	font-size: 48px;
	font-family: "Anton";
	color: #0058a7;
}

.zjsdlidv ul li h3 i {
	color: #0058a7;
	font-size: 16px;
	margin-top: 10px;
	margin-left: 7px;
}

.zjsdlidv ul li h4 {
	text-align: center;
	color: #4c4c4c;
	font-size: 14px;
	text-align: center;
}

.fazhayj {
	padding-top: 1.875rem;
	padding-bottom: 3.125rem;
	background: url(../images/fazhan_02.jpg) center no-repeat;
	background-size: cover;
}

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

.fazhayjdvleft {
	width: 46%;
}

.fazhayjdvleft h2 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 2.5rem;
	line-height: 30px;
	color: #fff;
}

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

.fazhayjdvright {
	width: 49%;
}

.fazhayjdvright {
	position: relative;
}

.fazhayjdvright img:nth-child(1) {
	width: 100%;
	position: inherit;
}

.fazhayjdvright img {
	position: absolute;
	top: 0;
	width: 0;
	display: block;
	width: 100%;

}

.fazhayjdvright img:nth-child(1) {
	animation-name: beat2121;
	/*动画名称*/
	animation-duration: 10s;
	/*设置秒数*/
	animation-timing-function: linear;
	/*速度曲线*/
	animation-iteration-count: infinite;
	/*播放次数*/
	animation-direction: normal;
	/*逆向播放*/
	animation-play-state: running;
	/*正在运行*/
}

.fazhayjdvright img:nth-child(2) {
	animation-name: beat2122;
	/*动画名称*/
	animation-duration: 15s;
	/*设置秒数*/
	animation-timing-function: linear;
	/*速度曲线*/
	animation-iteration-count: infinite;
	/*播放次数*/
	animation-direction: normal;
	/*逆向播放*/
	animation-play-state: running;
	/*正在运行*/
}

@keyframes beat2121 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes beat2122 {
	0% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

.qiywh {
	width: 100%;
	padding-top: 4.6875rem;
	padding-bottom: 6.25rem;
	background: url(../images/lanjian_02.jpg) center no-repeat;
	background-size: cover;
}

.qiywhbt .yylybtleft h1 {
	text-align: center;
	justify-content: center;
}

.qiywhbt h2 {
	margin-bottom: 3.125rem;
	margin-bottom: 3.125rem;
	color: #333333;
	font-size: 28px;
	font-weight: bold;
}
.qiywhbt h2{
	text-align: center;
}
.ryzizhi .qiywhbt h2{
	text-align: left;
}
.qiywhlist {
	width: 93.75rem;
	margin: 0 auto;
}

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

.qiywhlist ul li {
	width: 32%;
	position: relative;
	overflow: hidden;
}

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

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

.qiywhlist ul li section {
	width: 85%;
	left: 7.5%;
	bottom: 30px;
	position: absolute;
}

.qiywhlist ul li section h1 {
	color: #0058a7;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.qiywhlist ul li section p {
	line-height: 30px;
	height: 60px;
	text-align: center;
	color: #4c4c4c;
	overflow: hidden;
	font-size: 14px;
}

.zxingk {
	margin: 0 auto;
	margin-top: 5.9375rem;
	width: 93.75rem;
	margin-bottom: 5.9375rem;
}

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

.zxingkdvleft {
	width: 62.5rem;
	overflow: hidden;
}

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

.zxingkdvright {
	width: 31.25rem;
	background: url(../images/zxin_06.jpg) center no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
}

.zxingkdvright div {
	width: 80%;
}

.zxingkdvright div p {
	color: #ffffff;
	font-size: 14px;
	line-height: 25px;
}

.zxingkdvright div ul {
	display: flex;
	justify-content: space-between;
	margin-top: 2rem;
}

.zxingkdvright div ul li h1 {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.zxingkdvright div ul li h1 span {
	color: #ffffff;
	font-size: 36px;
	font-family: "Poppins_Medium";
}

.zxingkdvright div ul li i {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin-top: 17px;
}

.zxingkdvright div ul li h2 {
	margin-top: 0.625rem;
	color: #ffffff;
	font-size: 14px;
	margin-top: -10px;
	text-align: left;
}

.zxingkdvright div ul li{
	width: 50%;
}
.zxingkdvright div ul li i{
	font-size: 14px;
	margin-top: 10px;
	margin-left: 5px;
}
.hezuohub {
	padding-top: 5.9375rem;
	padding-bottom: 8.4375rem;
	background-color: #f0f2f5;
}

.qiywhbt p {
	width: 62.5rem;
	line-height: 35px;
	color: #4c4c4c;
	font-size: 16px;
	margin: 0 auto;
	text-align: center;
}

.hzhb .qiywhbt {
	margin-bottom: 4.375rem;
}

.changcu {
	background-color: #f0f2f5;
	padding-top: 5.625rem;
	padding-bottom: 9.375rem;
}

.wuliulist {
	width: 95rem;
	margin: 0 auto;
}

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

.wuliulist ul li {
	width: 31.1%;
	overflow: hidden;
	margin: 1%;
}

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

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

.wuliulist ul li h1 {
	height: 5rem;
	text-align: center;
	color: #404040;
	font-size: 16px;
	background-color: #fff;
	line-height: 5rem;
}

.yysasa {
	padding: 7.5rem 0;
	padding-top: 6.25rem;
	background-color: #f0f2f5;
	margin: 0 auto;
}

.yysasa .yyly {
	margin: 0 auto;
}

.zxkefu {
	padding-top: 4.375rem;
	padding-bottom: 5rem;
	background: url(../images/idsa_02.jpg) center no-repeat;
	background-size: cover;
}

.zxkefu h1 {
	color: #ffffff;
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0.625rem;
}

.zxkefu p {
	text-align: center;
	color: #ffffff;
	font-size: 18px;
}

.zxkefu section {
	display: flex;
	justify-content: center;
	margin-top: 2.5rem;
}

.zxkefu section a {
	display: flex;
	width: 180px;
	height: 40px;
	justify-content: center;
	background-color: #de0011;
	align-items: center;
	margin: 0 15px;
	border-radius: 50px;
}

.zxkefu section a iconpark-icon {
	color: #ffffff;
	font-size: 20px;
	margin-right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.zxkefu section a span {
	color: #fff;
	font-size: 14px;
	display: block;
}

.zxkefu section a:last-child {
	background-color: #fff;
}

.zxkefu section a:last-child span {
	color: #4c4c4c;
	font-size: 14px;
}

.zxkefu section a:last-child iconpark-icon {
	color: #de0011;
}

.xinwenall {
	padding-top: 5.9375rem;
	padding-bottom: 10rem;
	background-color: #f0f2f5;
}

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

.xwfslist ul li {
	width: 32.33%;
}

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

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

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

.xwfslist ul li section {
	background-color: #f7f7f7;
	padding: 35px 45px;
}

.xwfslist ul li section h1 {
	display: flex;
	justify-content: space-between;
}

.xwfslist ul li section h1 span {
	color: #4c4c4c;
	font-size: 14px;
}

.xwfslist ul li section i {
	display: flex;
	justify-content: flex-start;
	color: #808080;
	font-size: 14px;
}

.xwfslist ul li section i iconpark-icon {
	font-size: 16px;
	margin-right: 5px;
}

.xwfslist ul li section h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #404040;
	font-size: 1.375rem;
	font-weight: bold;
	transition: all .5s;
}

.xwfslist ul li section p {
	line-height: 30px;
	font-size: 14px;
	color: #666666;
}

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

.xwfslist ul li:hover h2 {
	color: #0058a7;
}

.newsdvlist {
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 20px;
}

.newsdvlist ul li {
	margin-top: 20px;
	background-color: #ffffff;
	overflow: hidden;
	transition: all 1s;
}

.newsdvlist ul li a {
	display: flex;
	justify-content: space-between;
	background-color: #f7f7f7;
	align-items: center;
	transition: all 0.5s;
}

.newsdvlist ul li a .newsdvlistime {
	width: 10rem;
	text-align: center;
	padding: 30px 0px;
	position: relative;
	transition: all 0.5s;
}

.newsdvlist ul li a .newsdvlistime::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100px;
	border-right: 1px solid #e6e6e6;
	top: 24px;
	left: 0;
	opacity: 1;
	transition: all 1s;
}

.newsdvlistime span {
	color: #333333;
	font-size: 52px;
	transition: all 0.5s;
	display: block;
}

.newsdvlistime i {
	color: #333333;
	font-size: 14px;
	display: block;
	transition: all 0.5s;
}

.newsdvlistext {
	width: 83.75rem;
	padding: 0 3rem;
}

.newsdvlistext h1 {
	color: #333333;
	font-size: 18px;
	margin-bottom: 10px;
	transition: all 0.5s;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newsdvlistext p {
	line-height: 30px;
	font-size: 15px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 60px;
	transition: all 0.5s;
}

.newsdvlist ul li {
	transition: all 1s;
}

.newsdvlist ul li:hover a {
	background-color: #0058a7;
}

.newsdvlist ul li:hover a .newsdvlistime {
	background-color: #de0011;
}

.newsdvlist ul li:hover a .newsdvlistime::after {
	opacity: 0;
}

.newsdvlist ul li:hover .newsdvlistime span {
	color: #fff;
}

.newsdvlist ul li:hover .newsdvlistime i {
	color: #fff;
}

.newsdvlist ul li:hover .newsdvlistext h1 {
	color: #fff;
}

.newsdvlist ul li:hover .newsdvlistext p {
	color: #e9eef6;
}

.newsdvlist ul li iconpark-icon {
	border: 1px solid #0058a7;
	color: #0058a7;
	background-color: #fff;
	opacity: 1;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	font-size: 22px;
}


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

.shonewadvleft {
	width: 68.5rem;
}

.shwdg {
	background-color: #fff;
	width: calc(100% - 90px);
	padding: 45px;
}

.shnwabt {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

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

.shnwabt p {
	color: #808080;
	font-size: 14px;
}

.shonewadvright {
	background-color: #fff;
}

.shewtext {
	margin: 20px auto;
}

.fanye {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.fanye p a {
	font-size: 14px;
	color: #808080;
}

.fanye p a:hover {
	color: #162045;
}

.shonewadvright {
	padding: 1.875rem;
	width: 19.375rem;
}

.shonewadvright form {
	border: 1px solid #e6e6e6;
	display: flex;
	padding: 0 15px;
	justify-content: space-between;
	margin-bottom: 25px;
}

.shonewadvright form input {
	border: none;
	line-height: 40px;
	outline: none;
}

.shonewadvright form button {
	border: none;
	background-color: #fff;
}

.shonewadvright form button iconpark-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #5d5d5d;
	font-size: 18px;
}

.bsua {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}

.bsua i {
	display: block;
	width: 3px;
	height: 20px;
	background-color: #0058a7;
	margin-right: 10px;
}

.bsua span {
	color: #4c4c4c;
	font-size: 20px;
}

.rmlist ul li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	line-height: 25px;
	overflow: hidden;
	height: 25px;
	text-overflow: ellipsis;
	color: #4c4c4c;
	font-size: 14px;
	margin-bottom: 10px;
}

.rmlist ul li a:hover {
	color: #0058a7;
}

.shfuwu {
	padding-top: 5.3125rem;
	padding-bottom: 6.25rem;
	background-color: #f0f2f5;
}

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

.shfuwudcnleft {
	width: 46.875rem;
}

.shfuwudcnleft img {
	display: block;
}

.shfuwudcnright {
	width: 36.875rem;
	display: flex;
	padding: 5rem;
	justify-content: flex-start;
	align-items: center;
	background-color: #ffffff;
}

.cennuo h1 {
	color: #333333;
	font-size: 24px;
	margin-bottom: 1.25rem;
}

.cennuo i {
	display: block;
	width: 3.125rem;
	height: 1.875rem;
	border-top: 2px solid #333333;
}

.cennuo p {
	line-height: 25px;
	font-size: 14px;
	color: #333333;
}

.cennuo div {
	margin-top: 3.125rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.cennuo div a {
	display: block;
	width: 12.5rem;
	height: 50px;
	background-color: #de0011;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	line-height: 50px;
	border-radius: 5px;
	margin-right: 2.5rem;
}

.cennuodv div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 0;
}

.cennuodv div iconpark-icon {
	display: flex;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background-color: #0058a7;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #fff;
	margin-right: 10px;
}

.cennuodv div section span {
	color: #333333;
	font-size: 14px;
}

.cennuodv div section h1 {
	color: #333333;
	font-size: 1.625rem;
	font-weight: bold;
	margin-bottom: 0;
}

.jshuzhc {
	padding-top: 5rem;
	padding-bottom: 7.8125rem;
	background: url(../images/hwug_02.jpg) center no-repeat;
	background-size: cover;
}

.jshuzhcdv {
	margin: 0 auto;
	width: 93.75rem;

}

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

.jshuzhcdv ul li {
	width: 22.875rem;
	padding: 5.625rem 3.125rem;
	background: url(../images/jsbg_03.jpg) center no-repeat;
	background-size: cover;
	border-radius: 10px;
	overflow: hidden;
	transition: all 1s;
}

.jshuzhcdv ul li i {
	display: block;
	font-size: 56px;
	transition: all 1s;
	margin-bottom: 3.125rem;
}

.jshuzhcdv ul li:hover i {
	color: #fff;
}

.jshuzhcdv ul li h1 {
	font-size: 20px;
	color: #333333;
	transition: all 1s;
	margin-bottom: 1.5625rem;
}

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

.jshuzhcdv ul li a {
	display: block;
	margin-top: 2.8125rem;
	width: 120px;
	height: 40px;
	border-radius: 3.125rem;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	transition: all 1s;
	color: #fff;
	background-color: #de0011;
}

.jshuzhcdv ul li:hover {
	background: #0058a7;
}

.jshuzhcdv ul li:hover h1 {
	color: #fff;
}

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

.jshuzhcdv ul li:hover a {
	background-color: #fff;
	color: #287dc5;
}

.jsjliu {
	padding-top: 5.625rem;
	padding-bottom: 10.625rem;
	background-color: #f0f2f5;
}

.ryzizhi {
	padding-top: 5.625rem;
	padding-bottom: 10rem;
	background: url(../images/rongyu_02.jpg) top center no-repeat;
	background-size: cover;
}

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

.ryzizhibtright {
	width: 300px;
	position: relative;
}


.ryzizhibtright #thumbs21::after {
	content: "";
	position: absolute;
	top: 45px;
	left: 110px;
	height: 2px;
	border-top: 1px solid #c3c4c5;
	width: 20px;
}

.ryzizhibtright #thumbs21 .swiper-slide h1 {
	width: 8rem;
	height: 8rem;
	background-color: #fff;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333333;
	font-size: 14px;
	transition: all 1s;
}

.ryzizhibtright #thumbs21 .swiper-slide-thumb-active h1 {
	background-color: #de0011;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}

.ryzizhi #gallery21 {
	margin-top: 3.125rem;
}

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

.dsaglist ul li {
	width: 21.4rem;
	margin: 1rem;
}

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

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

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

.dsaglist ul li h1 {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333333;
	font-size: 16px;
	height: 5.9375rem;
}

.wuliulist ul li div {
	overflow: hidden;
}

.lxwm {
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 5rem;
	margin-bottom: 6.875rem;
}

.lxwm h1 {
	text-align: center;
	color: #333333;
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 0.9375rem;
}

.lxwm p {
	color: #666666;
	font-size: 16px;
	text-align: center;
}

.lxwmdv {
	display: flex;
	margin-top: 3.125rem;
	justify-content: space-between;
}

.lxwmdv ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.lxwmdv li {
	width: 24.75rem;
	padding: 3rem 2.6125rem;
	background: #f0f2f5;
	transition: all 1s;
}

.lxwmdv li iconpark-icon {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: #0058a7;
	margin-bottom: 0.25rem;
	transition: all 1s;
}

.lxwmdv li h2 {
	color: #333333;
	font-size: 18px;
	text-align: center;
	margin-bottom: 0.625rem;
	transition: all 1s;
}

.lxwmdv li p {
	color: #666666;
	font-size: 16px;
	text-align: center;
	transition: all 1s;
}

.lxwmdv li:hover {
	background: url(../images/lxbj_03.jpg) center no-repeat;
	background-size: cover;
}
.lxwmdv li:nth-child(2):hover{
	background: url(../images/lxbj_032.jpg) center no-repeat;
	background-size: cover;
}
.lxwmdv li:nth-child(3):hover{
	background: url(../images/lxbj_031.jpg) center no-repeat;
	background-size: cover;
}
.lxwmdv li:hover iconpark-icon {
	color: #fff;
}

.lxwmdv li:hover h2 {
	color: #fff;
}

.lxwmdv li:hover p {
	color: #fff;
}

.lxfshi {
	padding-top: 6.25rem;
	padding-bottom: 6.25rem;
	background: #f0f2f5;
	transition: all 1s;
}

.lxfshibt {
	color: #333333;
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 2.8125rem;
}

.lxfshilist {
	width: 93.75rem;
	margin: 0% auto;
}

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

.lxfshilist ul li {
	width: 16.875rem;
	padding: 2.5rem;
	background: #fff;
	border-top: 4px solid #0058a7;
	transition: all 1s;
	position: relative;
}

.lxfshilist ul li span{
	background: url(../images/lxwmbags_03.jpg) center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: all 1s;
	background-size: cover;
}
.lxfshilist ul li:hover span{
	opacity: 1;
}
.lxfshilist ul li h1 {
	color: #333333;
	font-size: 26px;
	transition: all 1s;
	margin-bottom: 3.4375rem;
	position: relative;
	z-index: 3;
}

.lxfshilist ul li h2 {
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 1.25rem;
	transition: all 1s;
	position: relative;
	z-index: 3;
}

.lxfshilist ul li p {
	line-height: 30px;
	height: 300px;
	color: #666666;
	font-size: 14px;
	transition: all 1s;
	position: relative;
	z-index: 3;
}

.lxfshilist ul li p:last-child {
	height: auto;
}



.lxfshilist ul li:hover h1,
.lxfshilist ul li:hover h2,
.lxfshilist ul li:hover p {
	color: #fff;
}

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

.zxlydv {
	width: 93.75rem;
	margin: 0 auto;
	overflow: hidden;
}

.zxlydv h1 {
	text-align: center;
	color: #ffffff;
	margin-bottom: 15px;
	font-size: 28px;
	font-weight: bold;
}

.zxlydv i {
	display: block;
	width: 28px;
	height: 20px;
	border-top: 4px solid #fff;
	margin: 0 auto;
}

.zxlydv p {
	color: #ffffff;
	font-size: 16px;
	text-align: center;
}

.zxlydv form {
	margin-top: 40px;
}

.zxlydv form input {
	width: calc(49% - 30px);
	margin: 0.5% 0px;
	height: 45px;
	border: none;
	padding: 0 20px;
	line-height: 45px;
	border-radius: 5px;
	outline: none;
	background-color: rgba(255, 255, 255, 0.3);
	font-size: 14px;
	color: #fff;
}

.zxlydv form input::placeholder {
	color: #fff;
}

.zxlydv form textarea {
	padding: 10px 20px;
	width: calc(100% - 40px);
	border: none;
	line-height: 30px;
	font-size: 14px;
	margin: 0.5% 0px;
	border-radius: 5px;
	outline: none;
	background-color: rgba(255, 255, 255, 0.3);
	font-family: "微软雅黑";
	color: #fff;
}

.zxlydv form textarea::placeholder {
	color: #fff;
}

.zxlydv form button {
	width: 160px;
	height: 48px;
	color: #4c4c4c;
	font-size: 14px;
	text-align: center;
	line-height: 45px;
	border-radius: 50px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
	border: none;
}

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

.zxlydv form button iconpark-icon {
	color: #0058a7;
	font-size: 24px;
	margin-right: 10px;
}

.rczplist {
	width: 1500px;
	margin: 0 auto;
	margin-top: 2.8125rem;
}

.rczplist dl dt {
	display: flex;
	justify-content: space-between;
	padding: 0 55px;
	padding-right: 40px;
	line-height: 60px;
	background-color: #f0f1f2;
	align-items: center;
	margin-bottom: 10px;
}

.rczplist dl dt i {
	display: block;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 10px solid #f0f1f2;
}

.rczplist dl dd i {
	display: block;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 10px solid #0058a7;
	margin-top: 0px;
}

.rczplist dl dd.active i {
	border-top: 10px solid #fff;
	transform: rotateX(180deg);
}

.rczplist dl dt h1 {
	width: 250px;
	color: #092238;
	font-size: 17px;
	font-weight: bold;
}

.rczplist dl dt h2 {
	width: 230px;
	color: #092238;
	font-size: 17px;
	font-weight: bold;
}

.rczplist dl dt h3 {
	width: 305px;
	color: #092238;
	font-size: 17px;
	font-weight: bold;
}

.rczplist dl dt h4 {
	width: 450px;
	color: #092238;
	font-size: 17px;
	font-weight: bold;
}

.rczplist dl dt h5 {
	width: 160px;
	color: #092238;
	font-size: 17px;
	font-weight: bold;
}

.rczplist dl dd {
	border-bottom: 1px solid #e6e6e6;
}

.rczplist dl dd .rczpxx {
	display: flex;
	justify-content: space-between;
	padding: 0 55px;
	padding-right: 40px;
	height: 60px;
	align-items: center;
}

.rczplist dl dd .rczpxx h1 {
	width: 250px;
	color: #4c4c4c;
	font-size: 16px;
}

.rczplist dl dd .rczpxx h2 {
	width: 230px;
	color: #4c4c4c;
	font-size: 16px;
}

.rczplist dl dd .rczpxx h3 {
	width: 305px;
	color: #4c4c4c;
	font-size: 16px;
}

.rczplist dl dd .rczpxx h4 {
	width: 450px;
	color: #4c4c4c;
	font-size: 16px;
}

.rczplist dl dd .rczpxx h5 {
	width: 160px;
	color: #4c4c4c;
	font-size: 16px;
}

.rczplist dl dd:hover .rczpxx {
	background-color: #0058a7;
}

.rczplist dl dd.active .rczpxx {
	background-color: #0058a7;
}

.rczplist dl dd:hover .rczpxx h1,
.rczplist dl dd:hover .rczpxx h2,
.rczplist dl dd:hover .rczpxx h3,
.rczplist dl dd:hover .rczpxx h4,
.rczplist dl dd:hover .rczpxx h5 {
	color: #fff;
}

.rczplist dl dd.active .rczpxx h1,
.rczplist dl dd.active .rczpxx h2,
.rczplist dl dd.active .rczpxx h3,
.rczplist dl dd.active .rczpxx h4,
.rczplist dl dd.active .rczpxx h5 {
	color: #fff;
}

.rczplist dl dd:hover .rczpxx i {
	border-top: 10px solid #fff;
}

.rctext {
	padding: 0px 55px;
	background-color: #f5f6f7;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	height: 0;
	overflow: hidden;
	transition: all 1s;
}

.rctextleft {
	width: 50%;
}

.rctextleft h1 {
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}

.rctextleft div {
	line-height: 30px;
	margin-bottom: 10px;
	color: #4c4c4c;
	font-size: 15px;
}

.rctextright {
	width: 560px;
	display: flex;
	justify-content: center;
	border-left: 1px solid #e6e6e6;
	height: 200px;
	align-items: center;
}

.rctextright p {
	color: #4c4c4c;
	font-size: 16px;
	margin-top: 15px;
}

.rctextright a {
	display: block;
	width: 220px;
	height: 45px;
	background-color: #155bae;
	line-height: 45px;
	text-align: center;
	margin-top: 35px;
	border-radius: 5px;
	color: #ffffff;
	font-size: 14px;
}

.zhaopin {
	width: 93.75rem;
	margin: 0 auto;
	padding-top: 5.625rem;
	padding-bottom: 10.3125rem;
}

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

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

.rczplist {
	width: 93.75rem;
}

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

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

.shengtaidvleft {
	width: 43rem;
}

.shengtaidvleft h1 {
	color: #155bae;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.shengtaidvleft h2 {
	color: #333333;
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 1rem;
}

.shengtaidvleft p {
	line-height: 27px;
	color: #4c4c4c;
	font-size: 14px;
	margin-top: 25px;
}

.shengtaidvright {
	width: 46.25rem;
}

.shengtaidvright video {
	display: block;
	width: 100%;
}

.wmsshui {
	padding-top: 6.875rem;
	padding-bottom: 10.9375rem;
	background: url(../images/shan_02.jpg) center no-repeat;
	background-size: cover;
}

.wmsshuibt h1 {
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
}

.wmsshuibt h2 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.wmsshuibt {
	margin-bottom: 5rem;
}

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

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

.wmsshuilist ul li {
	width: 16.875rem;
	padding: 3.4375rem 2.5rem;
	background-color: rgba(255, 255, 2555, 0.8);
	border-radius: 5px;
	transition: all 1s;
}

.wmsshuilist ul li h1 {
	color: #0058a7;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1.5625rem;
	transition: all 1s;
}

.wmsshuilist ul li p {
	line-height: 25px;
	font-size: 14px;
	color: #4c4c4c;
	height: 75px;
	transition: all 1s;
}

.wmsshuilist ul li i {
	font-size: 3.375rem;
	margin-top: 4.375rem;
	color: #0058a7;
	transition: all 1s;
	display: block;
}

.wmsshuilist ul li:hover {
	background-color: rgba(212, 16, 36, 0.8);
}

.wmsshuilist ul li:hover h1 {
	color: #fff;
}

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

.wmsshuilist ul li:hover i {
	color: #fff;
}

.shengtdv {
	padding-top: 5.3125rem;
	padding-bottom: 7.5rem;
}

.shengtdv .wmsshuibt h1 {
	color: #155bae;
}

.shengtdv .wmsshuibt h2 {
	color: #333333;
}

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

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

.shengtaidvlist ul li {
	border-radius: 10px;
	overflow: hidden;
}

.shengtaidvlist ul li {
	width: 24%;
	margin: 0.5%;
}

.shengtaidvlist ul li:nth-child(1) {
	width: 49%;
}

.shengtaidvlist ul li:nth-child(2) {
	width: 49%;
}

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

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

.zhouall {
	padding-top: 6.875rem;
	padding-bottom: 7.5rem;
	background-color: #f0f2f5;
}

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

.zhoualldvleft {
	width: 20rem;
	background-color: #fff;
}

.zhoualldvright {
	width: 70rem;
}

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

.zhoualldvright .zhoulist ul li {
	width: 31.33%;
	margin-right: 1.5%;
	background-color: #fff;
	margin-bottom: 1.5%;
	padding-bottom: 1.875rem;
}

.zhoualldvright .zhoulist ul li div {
	width: 100%;
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #f0f2f5;
}

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

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

.zhoualldvright .zhoulist ul li h1 {
	color: #333333;
	font-size: 18px;
	text-align: center;
	margin-top: 1.875rem;
	font-weight: bold;
	margin-bottom: 1.5625rem;
}

.zhoualldvright .zhoulist ul li section {
	display: flex;
	align-items: center;
	justify-content: center;
}

.zhoualldvright .zhoulist ul li section a {
	display: block;
	border: none;
	width: 8.75rem;
	height: 40px;
	text-align: center;
	font-size: 14px;
	color: #666666;
	background-color: #f0f2f5;
	margin: 0 5px;
	line-height: 40px;
	transition: all 1s;
}

.zhoualldvright .zhoulist ul li section a:hover {
	background-color: #de0011;
	color: #fff;
}

.zhoualldvright .zhoulist ul li section a:last-child:hover {
	background-color: #0058a7;
	color: #fff;
}

.zhallbt {
	width: 20rem;
	height: 6.25rem;
	background: url(../images/cpzxbg_03.jpg) center no-repeat;
	background-size: cover;
	color: #ffffff;
	font-size: 26px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-indent: 2.1875rem;
}

.zhoualldvpleft {
	padding: 1.25rem 2.5rem;
	background-color: #fff;
}

.zhoualldvpleft ul li {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #dfe1e6;
}

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

.zhoualldvpleft ul li div h2 a {
	color: #333333;
	font-size: 17px;
}

.zhoualldvpleft ul li div span {
	color: #de0011;
	font-size: 24px;
}

.zhoualldvpleft ul li dl {
	display: none;
}

.zhoualldvpleft ul li dl dd {
	margin-top: 1rem;
}

.zhoualldvpleft ul li dl dd a {
	color: #666666;
	font-size: 14px;
}

.zhoualldvpleft ul li dl dd a:hover {
	color: #0058a7;
}

.zhoualldvpleft ul li dl dd.active a {
	color: #0058a7;
}

.xiagqeg {
	width: 93.75rem;
	padding: 2.5rem 0rem;
	margin: 0 auto;
}

.xiagqegleft {
	color: #808080;
	font-size: 14px;
}

.houallsadsa {
	background-color: #f0f2f5;
	padding-bottom: 7.5rem;
}

.xiagqegleft a {
	color: #808080;
	font-size: 14px;
}

.xiagqegleft a:last-child {
	color: #333333;
}

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

.xiagqegright a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #de0011;
	font-size: 16px;
}

.xiagqegright iconpark-icon {
	font-size: 18px;
	color: #de0011;
	margin-right: 7px;
}

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

.chanpinimgleft {
	width: 40.625rem;
}

.chanpinimgright {
	width: 43.75rem;
}

.chanpinimgright h1 {
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 1.25rem;
}

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

.chanpinimgright ul {
	margin-top: 2.1875rem;
}

.chanpinimgright ul li {
	display: flex;
	justify-content: flex-start;
	color: #333333;
	font-size: 16px;
	margin-bottom: 0.9375rem;
}


.cennuodv {
	margin-top: 3.125rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.cennuodv a {
	display: block;
	width: 12.5rem;
	height: 50px;
	background-color: #de0011;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	border-radius: 5px;
	margin-right: 2.5rem;
}

.cennuodv div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 0;
}

.cennuodv div iconpark-icon {
	display: flex;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background-color: #0058a7;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #fff;
	margin-right: 10px;
}

.cennuodv div section span {
	color: #333333;
	font-size: 14px;
}

.cennuodv div section h1 {
	color: #333333;
	font-size: 1.625rem;
	font-weight: bold;
	margin-bottom: 0;
}

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

.cpxqingleft {
	width: 73.75rem;
}

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

.cpxqingleftbt i {
	display: block;
	width: 4px;
	height: 25px;
	background-color: #0058a7;
	margin-right: 8px;
}

.cpxqingleftbt span {
	color: #333333;
	font-size: 26px;
	font-weight: bold;
}

.cpxqinglefttext {
	background-color: #fff;
	padding: 30px;
	margin-bottom: 30px;
}

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

.fhui p a {
	color: #333333;
	font-size: 14px;
}

.fhui p a:hover {
	color: #0058a7;
}

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

.fhui div a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.fhui div iconpark-icon {
	font-size: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
}

.fhui div span {
	display: block;
	color: #333333;
	font-size: 14px;
}

.cpxqingright {
	width: 17.5rem;
}

.cpxqingrightlist ul li {
	background-color: #fff;
	margin-bottom: 10px;
	padding: 0.9375rem 1.25rem;
}

.cpxqingrightlist ul li div {
	width: 120px;
	overflow: hidden;
}

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

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

.cpxqingrightlist ul li a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.cpxqingrightlist ul li h1 {
	color: #333333;
	font-size: 16px;
	margin-left: 10px;
}

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

.maoyileft #thumbs2 {
	width: 7.5rem;
	height: 31.875rem;
}

.maoyileft #thumbs2 .swiper-slide div {
	width: 7.25rem;
	border: 2px solid #fff;
}

.maoyileft #thumbs2 .swiper-slide-thumb-active div {
	border: 2px solid #0058a7;
	background-color: #f7f7f7;
}

.maoyileft #thumbs2 .swiper-slide img {
	width: 100%;
	display: block;
}

.maoyileft #gallery2 {
	width: 31.875rem;
	height: 31.875rem;
	background-color: #f7f7f7;
}

.maoyileft #gallery2 .swiper-slide img {
	display: block;
	width: 100%;
}

.shzren {
	padding-top: 5rem;
	padding-bottom: 4.0625rem;
	background-color: #f0f2f5;
}

.shzren .wmsshuibt h1 {
	color: #155bae;
}

.shzren .wmsshuibt h2 {
	color: #333333;
}

.fzlcheng {
	padding-top: 5.3125rem;
	background-color: #f0f2f5;
}

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

.fzlchengdv:after {
	content: "";
	display: block;
	background: url(../images/fz.png) center top no-repeat;
	width: 24px;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -12px;
	top: 0;
}

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

.fzlchengdv ul li {
	width: 43.125rem;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 3;
}

.fzlchengdvleft {
	width: 50%;
}

.fzlchengdv ul li:nth-child(2n) {
	margin-bottom: 4rem;
}

.fzlchengdv ul li:nth-child(2n) .fzlchengdvleft h1 {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	color: #0058a7;
	font-size: 35px;
	font-family: "Anton";
	margin-bottom: 1.875rem;
	margin-top: 40px;
}

.fzlchengdv ul li:nth-child(2n) .fzlchengdvleft i {
	color: #333333;
	font-size: 17px;
	margin-left: 5px;
}

.fzlchengdv ul li:nth-child(2n) .fzlchengdvleft p {
	color: #434343;
	font-size: 14px;
	line-height: 28px;
}

.fzlchengdv ul li:nth-child(2n) .fzlchengdvright {
	width: 18.75rem;
	position: relative;
}

.fzlchengdv ul li:nth-child(2n) .fzlchengdvright img {
	display: block;
	width: 100%;
}

.fzlchengdv ul li:nth-child(2n) .fzlchengdvright div {
	position: absolute;
	width: 30rem;
	border-top: 1px dashed #cccccc;
	top: 6.5rem;
	left: -28.125rem;
}

.fzlchengdv ul li:nth-child(2n) .fzlchengdvright div::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 3.125rem;
	position: absolute;
	top: -5px;
	left: -4px;
	background-color: #0058a7;
}

.fzlchengdv ul li:nth-child(2n) .fzlchengdvright div::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 3.125rem;
	position: absolute;
	top: -5px;
	right: 0;
	background-color: #0058a7;
}

.fzlchengdv ul li:nth-child(2n+1) {
	flex-direction: row-reverse;
	transform: translateY(-8rem);
	margin-bottom: 4rem;

}

.fzlchengdv ul li:nth-child(2n+1) .fzlchengdvleft h1 {
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
	color: #0058a7;
	font-size: 32px;
	font-family: "Anton";
	margin-bottom: 1.875rem;
	margin-top: 40px;
}

.fzlchengdv ul li:nth-child(2n+1) .fzlchengdvleft i {
	color: #333333;
	font-size: 17px;
	margin-left: 5px;
}

.fzlchengdv ul li:nth-child(2n+1) .fzlchengdvleft p {
	color: #434343;
	font-size: 14px;
	line-height: 28px;
}

.fzlchengdv ul li:nth-child(2n+1) .fzlchengdvright {
	width: 18.75rem;
	position: relative;
}

.fzlchengdv ul li:nth-child(2n+1) .fzlchengdvright img {
	display: block;
	width: 100%;
}

.fzlchengdv ul li:nth-child(2n+1) .fzlchengdvright div {
	position: absolute;
	width: 30.3rem;
	border-top: 1px dashed #cccccc;
	top: 6.5rem;
	left: 16.875rem;
}

.fzlchengdv ul li:nth-child(2n+1) .fzlchengdvright div::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 3.125rem;
	position: absolute;
	top: -5px;
	display: none;
	left: 0;
	background-color: #0058a7;
}

.fzlchengdv ul li:nth-child(2n+1) .fzlchengdvright div::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 3.125rem;
	position: absolute;
	top: -5px;
	right: 0;
	background-color: #0058a7;
}

.fzlchengdv ul li:nth-child(2n+1) .fzlchengdvleft p {
	text-align: right;
}

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


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

.shezer {
	width: 87.5rem;
	margin: 0;
	height: 42.5rem;
}

#contrast {
	width: 7.5rem;
	height: 37.5rem;
	margin-left: 13.125rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}

#contrast a {
	display: flex;
	width: 7.5rem;
	height: 7.5rem;
	border-radius: 120px;
	background-color: #ffffff;
	justify-content: center;
	align-items: center;
	transition: all 1s;
	text-align: center;
}

#contrast i {
	display: block;
	width: 1px;
	height: 2.5rem;
	border-right: 1px solid #cccccc;
}

#contrast a div span {
	font-size: 3rem;
	color: #666666;
	transition: all 1s;
}

#contrast a div h1 {
	color: #4c4c4c;
	font-size: 14px;
	transition: all 1s;
	text-align: center;
}

.gy {
	position: relative;
}

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

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

.gy section h1 {
	color: #333333;
	font-size: 28px;
	margin-bottom: 2.1875rem;
}

.gy section i {
	display: block;
	height: 2.8125rem;
	width: 5rem;
	border-top: 1px solid #de0011;
}

.gy section h2 {
	color: #333333;
	font-size: 20px;
	margin-bottom: 1.875rem;
}

.gy section p {
	line-height: 35px;
	color: #333333;
	font-size: 16px;
}

.gy section a {
	display: block;
	width: 160px;
	height: 45px;
	border-radius: 50px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-size: 14px;
	background-color: #de0011;
	margin-top: 2.1875rem;
}

.xxia {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -7px;
	animation-name: beat1;
	/*动画名称*/
	animation-duration: 1s;
	/*设置秒数*/
	animation-timing-function: linear;
	/*速度曲线*/
	animation-iteration-count: infinite;
	/*播放次数*/
	animation-direction: alternate;
	/*逆向播放*/
	animation-play-state: running;
	/*正在运行*/
}

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

	100% {
		bottom: 0px;
	}
}

#contrast a.default {
	background-color: #0058a7;
}

#contrast a.default h1 {
	color: #fff;
}

#contrast a.default span {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sg {
	width: 93.75rem;
	margin: 0 auto;
	height: 28.125rem;
}

.sg div img {
	display: block;
	width: 100%;
}

.sg .swiper-slide {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: scale(1);
}

.sg .swiper-slide-prev,
.sg .swiper-slide-next {
	transform: scale(2);
	position: relative;
	z-index: 3;

}

.sg .swiper-slide-active {
	transform: scale(3);
	position: relative;
	z-index: 5;

}

.sg .swiper-slide .sjpieji {
	position: relative;
}

.sg .swiper-slide .sjpieji section {
	position: absolute;
	bottom: 0;
	left: 00;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}

.sg .swiper-slide .sjpieji section h1 {
	opacity: 0;
}

.sg .swiper-wrapper {
	display: flex;
	align-items: center;
}

.sg .swiper-slide-active .sjpieji section {
	height: 35%;
	background-image: linear-gradient(transparent, rgba(0, 88, 167, 1));
}

.sg .swiper-slide-active .sjpieji section h1 {
	color: #ffffff;
	font-size: 8px;
	text-align: center;
	display: block;
	opacity: 1;
	line-height: 45px;
}

.sg .swiper-button-next,
.sg .swiper-button-prev {
	width: 50px;
}

.sg .swiper-button-next:after,
.sg .swiper-button-prev:after {
	width: 40px;
	height: 40px;
	font-size: 15px;
	border-radius: 50px;
	background-color: #0058a7;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mfoot,
.mfootdv {
	display: none;
}

.sjnav {
	display: none;
}

.text-center ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.banners video {
	width: 100%;
}

.nrbanner img {
	width: 100%;
}

.sg .swiper-slide-active .sjpieji section {
	display: flex;
	justify-content: center;
	align-items: center;
}

.sg .swiper-slide-active .sjpieji section h1 {
	font-size: 8px;
	line-height: normal;
}

.zhiding {
	width: 50px;
	height: 50px;
	background-color: #0058a7;
	position: fixed;
	bottom: 55px;
	right: 10px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 6666;
}

.zhiding iconpark-icon {
	font-size: 22px;
	color: #fff;
}

.youce {
	position: fixed;
	top: 32%;
	right: 10px;
	z-index: 9999;
}

.youce ul {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: end;
}

.youce ul li {
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	transition: all .5s;
	width: 50px;
	border-radius: 5px;
	height: 50px;
}

.youce ul li h1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background-color: rgba(1, 12, 33, 0.6);
	float: right;
	border-radius: 5px;
	position: relative;
	transition: all .5s;
}

.youce ul li h1 a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;

}

.youce ul li h1 i {
	font-size: 22px;
	color: #fff;
}

.youce ul li h1 a:first-child {
	opacity: 1;
}

.youce ul li h1 a:nth-child(3),.youce ul li h1 a:nth-child(4),.youce ul li h1 a:nth-child(5),{
	position: absolute;
	top: 0%;
	opacity: 1;
	left: 0%;
}

.youce ul li h1 a:first-child {
	opacity: 1;
}

.youce ul li h1 a:nth-child(3),.youce ul li h1 a:nth-child(4),.youce ul li h1 a:nth-child(5) {
	position: absolute;
	top: 0;
	opacity: 1;
	left: 0;
}

.youce ul li:hover h1 a:first-child {
	opacity: 1;
}

.youce ul li:hover h1 a:nth-child(3),.youce ul li:hover h1 a:nth-child(4),.youce ul li:hover h1 a:nth-child(5) {
	opacity: 1;
}

.youce ul li div {
	position: absolute;
	width: 105px;
	top: 0;
	left: 0px;
	padding: 0 20px;
	height: 50px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	opacity: 0;
	transition: all .5s;
	font-size: 14px;
	color: #fff;
}

.youce ul li div a {
	color: #fff;
}

.youce ul li:hover {
	width: 210px;
	border-radius: 10px;
	background-color: #0c4890;
}



.youce ul li:hover div {
	opacity: 1;
}

.youce ul li:hover h1 {
	background-color: #0c4890;
}

.youce ul li:nth-child(3):hover,.youce ul li:nth-child(4):hover,.youce ul li:nth-child(5):hover{
	height: 150px;
}

.youce ul li:nth-child(3) div,.youce ul li:nth-child(4) div,.youce ul li:nth-child(5) div {
	height: auto;
	display: block;
	margin-top: 15px;
	text-align: center;
}

.youce ul li div{
	width: 120px;
}
.youce ul li div img{
	display: block;
	width: 100%;
}

.youce ul li:nth-child(3) div h2，.youce ul li:nth-child(4) div h2，.youce ul li:nth-child(5) div h2 {
	text-align: center;
	margin-top: 5px;
}

.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: 95%;
	margin: 0 auto;
}

.ssdv form {
	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;

}

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

.yylylist ul li {
	width: 19%;
	margin: .5%;
	height: auto;
}

.yylylist ul li.active {
	width: 19%;
}

.yylylist ul li section p {
	min-height: 90px;
	margin-bottom: 0;
	height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;

}

.yylylist ul li.active section p {
	margin-bottom: 0;
}

.yylylist ul li img {
	width: 100%;
}

.yylylist ul li section i {
	display: none;
}

.yylylist ul li section {
	width: 90%;
	left: 5%;
}

.yylylist ul li.active section h2 {
	font-size: 22px;
}

.zhoualldvright{
	width: 100%;
}
.zhoulistyiji{
	width: 100%;
}
.zhoualldvright .zhoulistyiji ul li{
	padding-top: 50px;
	width: 23%;
	margin: 1%;
}
.zhoulistyiji ul li h3{
	text-align: center;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
}
.zhoualldvright .zhoulistyiji ul li div{
	border: none;
	margin-top: 15px;
}
.zhoulistyiji ul li section{
	margin-top: 15px;
}
.zhoulistyiji ul li section a{
	width: 42%;
	transition: all 1s;
}
.zhoulistyiji ul li section a:hover{
	background-color: #de0011;
	color: #fff;
}
.zhoulistyiji ul li section a:hover:last-child{
	background-color: #0058a7;
	color: #fff;
}
.zhoualldv2{
	display: block;
}
.hprobt{
	text-align: center;
	margin-bottom: 40px;
}
.hprobt h1{
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
}
.hprobt p{
	line-height: 30px;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	color: #333333;
	font-size: 14px;
}

.zhouall{
	padding-top: 5.625rem;
}
.zhoualldvright .zhoulist ul li{
	width: 23%;
	margin-right: 0;
	margin: 1%;
}

		.headfwxm{
			width: 90%;
			padding:0px 5%;
			display: flex;
			justify-content: space-between;
			background-color: #0058a7;
			position: absolute;
			left: 0;
			overflow: hidden;
			height: 0;
			transition: all 0.5s;
		}
		.headdvright ul li:hover .headfwxm{
			height: 300px;
			padding: 65px 5%;
			overflow: inherit;
		}
		.headdvright ul li:hover .headfwxmleft{
			height: 300px;
		}
		.headdvright ul li:hover .headfwxmleft{
			height: 300px;
		}
		.headfwxmleft{
			width: 25%;
			padding-right: 5%;
			height: 0;
			transition: all 1s;
			border-right: 1px solid #678dc0;
		}
		.headfwxmleft h1{
			color: #ffffff;
			font-size: 24px;
			margin-bottom: 15px;
			line-height: 35px;
			text-align: left;
		}
		.headdvright .headfwxmleft  i{
			display: block;
			width: 45px;
			height: 3px;
			background-color: #fff;
			margin-bottom: 30px;
			border-radius: 0%;
		}
		.headfwxmleft p{
			color: #ffffff;
			line-height: 30px;
			font-size: 15px;
			text-align: left;
		}
		.headfwxmright{
			width: 60%;
			height: 0;
			display: flex;
			transition: all 1s;
			justify-content: space-between;
			align-items: flex-start;
		}
		.headfwxmright dl{
			
			width: 50%;
			position: relative;
		}
		.headfwxmright dl dd{
			width: 50%;
			height: 40px;
		}
		.headfwxmright dl dd a{
			display: flex;
			justify-content: flex-start;
			align-items: center;
			color: #dde2ec;
			line-height: 40px;
			font-size: 15px;
		}
		.headfwxmright dl dd a iconpark-icon{
			font-size: 16px;
			color: #fff;
			margin-right: 5px;
		}
		.headfwxmright img{
			width: 100%;
			display: block;
		}
		.headdvright ul li:hover dl dd a{
			color: #b4d6f5;
		}
		.headdvright ul li dl dd a:hover{
			color: #fff;
		}
		.headdvright ul li .headfwxmright dl dd a{
			transition: all 1s;
		}
		.headdvright ul li .headfwxmright dl dd:hover a{
			transform: translateX(0px);
		}

		.headdvright ul li .headfwxmright dl dd.on a{
			transform: translateX(0px);
		}
		.headdvright ul li:hover .headfwxm{
			
		}

.headfwxmright dl dd ol{
	position: absolute;
    right: 0;
    top: 38px;
    width: 100%;
    height: 320px;
    z-index: 5;
    right: -10px;
    transition: all 0.7s;
}
.headfwxmright dl dd:hover ol{
	display: block;
}

.headdvright ul li .headfwxmright dl dd ol li a{
	font-size: 14px;
}
.headdvright ul li:nth-child(4) .headfwxmright dl dd{
	display: none;
}
.dhimg1{
	width: 40%;
	overflow: hidden;
	border-radius: 10px;
}
#video{
	background: url(../images/videoframe_10982.png) center no-repeat;
	background-size: 100% 100%;
}
.headdvright ul li .headfwxmright dl dd ol li{
	margin-right: 0;
}
.headdvright ul li .headfwxmright dl dd ol li a{
	transform: translateX(0px);
}

.headdvright ul li dl dd ol li a::after{
	height: 0;
}

.headfwxmright dl dd ol li a{
	color: #333;
}
.headdvright ul li dl dd ol{
	overflow: hidden;
}
.headdvright ul li dl dd ol li:hover{
	background-color:#4598e3;
}
.headdvright ul li:hover dl dd ol li a:hover{
	
	color: #fff;
	transform: translateX(10px);
}

.headfwxmleft{
	display: none;
}
.dhimg1{
	display: none;
}
.headfwxm{
	width: 300px;
}
.headfwxmright dl{
	width: 100%;
}
.headfwxmright{
	height: auto;
}
.headfwxmright{
	width: 100%;
}
.headfwxm{
	padding: 0 15px;
}
.headdvright ul li:hover .headfwxm{
	height: auto;
}
.headdvright ul li:hover .headfwxm{
	padding: 15px;
}
.headfwxm{
	width: 255px;
	left: 50%;
    margin-left: -100px;
}
.headdvright ul li:nth-child(6) .headfwxm {
	width: 460px;
	margin-left: -85px;
}
.headdvright ul li:nth-child(5) .headfwxm {

	display:none;
}
.headfwxmright dl dd{
	width: 100%;
}
.headdvright ul li ol li{
	padding-left: 8px;
}
.headdvright ul li:nth-child(3) .headfwxm {
    width: 800px;
}
.headdvright ul li:nth-child(2) dl dd ol{
	display: none;
}
.headdvright ul li:nth-child(3) .headfwxmright dl dd{
	width: 50%;
}
.headdvright ul li:nth-child(4):hover .headfwxm{
	display: none;
}
.headfwxmright dl dd ol {
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 5;
}
.headdvright ul li dl dd ol{
	    top: 0;
    width: 50%;
}
.headdvright ul li dl dd:hover ol{
	right: 0;
}
.headdvright ul li:nth-child(3) .headfwxmright dl dd{
	width: 50%;
}

.headdvright ul li:nth-child(3) .headfwxmright dl dd ol li a:hover {
    color: #fff;
}
.headdvright ul li:nth-child(3):hover dl dd ol li a::after{
	display: none;
}
.headdvright ul li .headfwxmright dl dd:hover>a{
	transform: translateX(10px);
}
.headfwxmright dl dd ol{
	opacity: 0;
	z-index: 1;
}
.headfwxmright dl dd:hover ol {
    display: block;
    background-color: #ffffff24;
    opacity: 1;
    z-index: 3;
}
.headfwxmright dl dd.on ol {
    display: block;
    background-color: #ffffff24;
    opacity: 1;
    z-index: 3;
}
.headdvright ul li a{
	    color: #b4d6f5;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
	.headdvright ul li a span {
		font-size: 16px;
	}

	.headdvright ul li {
		margin-right: 0;
	}

	.yylybt {
		width: 95%;
	}

	.cpzxdv {
		width: 95%;
	}

	.zhouchen {
		width: 95%;
	}

	.zhouchenleft {
		width: 50%;
	}

	.zhouchenleft section {
		margin-top: 4.5rem;
	}

	.rmcptop {
		width: 95%;
		left: 2.5%;
	}

	.rmcplist {
		width: 97%;
	}

	.rmcplist ul li {
		width: 23%;
		margin: 1%;
	}

	.yyly {
		width: 95%;
	}

	.yylist ul li {
		width: 13%;
		height: auto;
	}

	.yylist ul li.active {
		width: 48%;
	}

	.yylist ul li img {
		width: auto;
	}

	.aboutdv {
		width: 95%;
	}

	.aboutdvleft section a {
		width: 150px;
		height: 40px;
	}

	.aboutsz {
		width: 95%;
	}

	.xinwendv {
		width: 100%;
	}

	.innewlist {
		width: 95%;
	}

	.innewlistleft {
		width: 31%;
	}

	.innewlistcenter {
		width: calc(31% - 100px);
		padding: 50px;
	}

	.innewlistright {
		width: 31%;
	}

	.innewlistright ul li a section {
		width: 60%;
	}

	.yylybtright a {
		width: 120px;
		height: 40px;
	}

	.footdv {
		width: 95%;
	}

	.footdvleft {
		font-size: 32%;
	}

	.footdvright {
		width: 65%;
	}

	.wdldv {
		width: 95%;
	}

	.wuliulist {
		width: 97%;
	}

	.xiagqeg {
		width: 95%;
	}

	.chanpinimg {
		width: 95%;
	}

	.cpxqing {
		width: 95%;
	}

	.cpxqingleft {
		width: 70%;
	}

	.cpxqingright {
		width: 27%;
	}

	.zhoualldv {
		width: 95%;
	}

	.zhoualldvleft {
		width: 24%;
	}

	.zhallbt {
		width: 100%;
	}

	.zhoualldvright {
		width: 74%;
	}

	.fzlchengdv {
		width: 95%;
	}

	.fzlchengdv ul li {
		width: 45%;
	}

	.shengtai {
		width: 95%;
	}

	.shengtaidv {
		width: 100%;
	}

	.shengtaidvleft {
		width: 50%;
	}

	.shengtaidvright {
		width: 46%;
	}

	.wmsshuilist {
		width: 95%;
	}

	.wmsshuilist ul li {
		width: 19%;
	}

	.shengtaidvlist {
		width: 95%;
	}

	.lxwm {
		width: 95%;
	}

	.lxwmdv li {
		width: 27%;
	}

	.lxfshilist {
		width: 95%;
	}

	.lxfshilist ul li {
		width: 19%;
	}

	.zxlydv {
		width: 95%;
	}

	.zxlydv form input {
		width: calc(48.5% - 30px);
	}

	.zhaopin {
		width: 95%;
	}

	.rczplist {
		width: 100%;
	}

	.ryzizhidv {
		width: 95%;
	}

	.ryzizhibtright #thumbs21 .swiper-slide h1 {
		width: 80px;
		height: 80px;
	}

	.ryzizhibtright #thumbs21 .swiper-slide-thumb-active h1 {
		width: 80px;
		height: 80px;
	}

	.dsaglist ul li {
		width: 23%;
		margin: 1%;
	}

	.shfuwudcn {
		width: 95%;
	}

	.shfuwudcnleft {
		width: 50%;
	}

	.shfuwudcnright {
		width: 40%;
		padding: 5%;
	}

	.jshuzhcdv {
		width: 95%;
	}

	.jshuzhcdv ul li {
		width: 25%;
	}

	.xwfslist {
		width: 95%;
	}

	.newsdvlist {
		width: 95%;
	}

	.newsdvlistext {
		width: 87%;
	}

	.shonewadv {
		width: 95%;
	}

	.shonewadvleft {
		width: 72%;
	}

	.shonewadvright {
		width: 21%;
	}

	.zjsdlidv {
		width: 95%;
	}

	.fazhayjdv {
		width: 95%;
	}

	.qiywhlist {
		width: 95%;
	}

	.zxingk {
		width: 95%;
	}

	.zxingkdvleft {
		width: 62.5%;
	}

	.zxingkdvright {
		width: 37.5%;
	}

	.chanpinimgleft {
		width: 50%;
	}

	.maoyileft #gallery2 {
		width: 30rem;
		height: 30rem;
	}

	.maoyileft #gallery2 {
		width: 40rem;
		height: 40rem;
	}

	.maoyileft #thumbs2 {
		height: 40rem;
	}

	.maoyileft #thumbs2 .swiper-slide div {
		width: calc(100% - 4px);
	}

	.maoyileft #thumbs2 {
		width: 9.5rem;
	}

	.chanpinimgright {
		width: 48%;
	}

	.sg {
		width: 95%;
		margin: 0 auto;
		height: 28.125rem;
	}

	.fzlchengdv ul li:nth-child(2n+1) .fzlchengdvleft h1 {
		margin-top: 0;
	}

	.fzlchengdv ul li:nth-child(2n) .fzlchengdvleft h1 {
		margin-top: 0;
	}

	.fzlchengdv ul li:nth-child(2n) .fzlchengdvright div {
		position: absolute;
		width: 41rem;
		border-top: 1px dashed #cccccc;
		top: 7.5rem;
		left: -38.125rem;
	}

	.fzlchengdv ul li:nth-child(2n+1) .fzlchengdvright div {
		width: 41rem;
		left: 16.5rem;
		top: 7.5rem;
	}

	.yylylist ul li.active {
		width: 23%;
	}

	.yylylist ul li {
		width: 23%;
	}

	.yylylist ul li section p {
		height: 75px;
	}

	.yylylist ul li img {
		width: 100%;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
	.dh {
		width: 12rem;
	}

	.headdvright ul li {
		padding-right: 0;
		margin-right: 0;
	}

	.headdvright ul li a {
		font-size: 16px;
		position: relative;
		padding: 0 4px;
	}

	.headdvright ul li a span {
		font-size: 16px;
	}

	.headdvright ul li {
		margin-right: 0;
	}

	.yylybt {
		width: 95%;
	}

	.cpzxdv {
		width: 95%;
	}

	.zhouchen {
		width: 95%;
	}

	.zhouchenleft {
		width: 50%;
	}

	.zhouchenleft section {
		margin-top: 4.5rem;
	}

	.rmcptop {
		width: 95%;
		left: 2.5%;
	}

	.rmcplist {
		width: 97%;
	}

	.rmcplist ul li {
		width: 23%;
		margin: 1%;
	}

	.yyly {
		width: 95%;
	}

	.yylist ul li {
		width: 13%;
		height: auto;
	}

	.yylist ul li.active {
		width: 48%;
	}

	.yylist ul li img {
		width: auto;
	}

	.aboutdv {
		width: 95%;
	}

	.aboutdvleft section a {
		width: 150px;
		height: 40px;
	}

	.aboutsz {
		width: 95%;
	}

	.xinwendv {
		width: 100%;
	}

	.innewlist {
		width: 95%;
	}

	.innewlistleft {
		width: 31%;
	}

	.innewlistcenter {
		width: calc(31% - 100px);
		padding: 50px;
	}

	.innewlistright {
		width: 31%;
	}

	.innewlistright ul li a section {
		width: 60%;
	}

	.yylybtright a {
		width: 120px;
		height: 40px;
	}

	.footdv {
		width: 95%;
	}

	.footdvleft {
		font-size: 32%;
	}

	.footdvright {
		width: 65%;
	}

	.wdldv {
		width: 95%;
	}

	.wuliulist {
		width: 97%;
	}

	.xiagqeg {
		width: 95%;
	}

	.chanpinimg {
		width: 95%;
	}

	.cpxqing {
		width: 95%;
	}

	.cpxqingleft {
		width: 70%;
	}

	.cpxqingright {
		width: 27%;
	}

	.zhoualldv {
		width: 95%;
	}

	.zhoualldvleft {
		width: 24%;
	}

	.zhallbt {
		width: 100%;
	}

	.zhoualldvright {
		width: 72%;
	}

	.fzlchengdv {
		width: 95%;
	}

	.fzlchengdv ul li {
		width: 45%;
	}

	.shengtai {
		width: 95%;
	}

	.shengtaidv {
		width: 100%;
	}

	.shengtaidvleft {
		width: 50%;
	}

	.shengtaidvright {
		width: 46%;
	}

	.wmsshuilist {
		width: 95%;
	}

	.wmsshuilist ul li {
		width: 19%;
	}

	.shengtaidvlist {
		width: 95%;
	}

	.lxwm {
		width: 95%;
	}

	.lxwmdv li {
		width: 27%;
	}

	.lxfshilist {
		width: 95%;
	}

	.lxfshilist ul li {
		width: 19%;
	}

	.zxlydv {
		width: 95%;
	}

	.zxlydv form input {
		width: calc(48.5% - 30px);
	}

	.zhaopin {
		width: 95%;
	}

	.rczplist {
		width: 100%;
	}

	.ryzizhidv {
		width: 95%;
	}

	.ryzizhibtright #thumbs21 .swiper-slide h1 {
		width: 80px;
		height: 80px;
	}

	.ryzizhibtright #thumbs21 .swiper-slide-thumb-active h1 {
		width: 80px;
		height: 80px;
	}

	.dsaglist ul li {
		width: 23%;
		margin: 1%;
	}

	.shfuwudcn {
		width: 95%;
	}

	.shfuwudcnleft {
		width: 50%;
	}

	.shfuwudcnright {
		width: 40%;
		padding: 5%;
	}

	.jshuzhcdv {
		width: 95%;
	}

	.jshuzhcdv ul li {
		width: 25%;
	}

	.xwfslist {
		width: 95%;
	}

	.newsdvlist {
		width: 95%;
	}

	.newsdvlistext {
		width: 87%;
	}

	.shonewadv {
		width: 95%;
	}

	.shonewadvleft {
		width: 72%;
	}

	.shonewadvright {
		width: 21%;
	}

	.zjsdlidv {
		width: 95%;
	}

	.fazhayjdv {
		width: 95%;
	}

	.qiywhlist {
		width: 95%;
	}

	.zxingk {
		width: 95%;
	}

	.zxingkdvleft {
		width: 62.5%;
	}

	.zxingkdvright {
		width: 37.5%;
	}

	.chanpinimgleft {
		width: 50%;
	}

	.maoyileft #gallery2 {
		width: 30rem;
		height: 30rem;
	}

	.maoyileft #gallery2 {
		width: 40rem;
		height: 40rem;
	}

	.maoyileft #thumbs2 {
		height: 40rem;
	}

	.maoyileft #thumbs2 .swiper-slide div {
		width: calc(100% - 4px);
	}

	.maoyileft #thumbs2 {
		width: 9.5rem;
	}

	.chanpinimgright {
		width: 48%;
	}

	.yylybt #thumbs2 {
		width: 80%;
	}

	.yylybtleft h1 img {
		width: auto;
	}

	.rmcptopleft h1 img {
		width: auto;
	}

	.rmcptopright form input {
		height: 4.5rem;
	}

	.rmcptopright form button {
		height: 4.5rem;
	}

	.yylybtright a iconpark-icon {
		font-size: 24px;
	}

	.aboutsz ul li h1 i {
		font-size: 15px;
	}

	.innewlistcenter {
		width: calc(31% - 60px);
		padding: 30px;
	}

	.innewlistcenter h4 {
		width: 11.75rem;
	}

	.innewlistleft section h2 {
		font-size: 18px;
	}

	.innewlistcenter h2 {
		font-size: 18px;
	}

	.footdvleft {
		width: 32%;
	}

	.cennuodv a {
		height: 40px;
		line-height: 40px;
	}

	.shengtaidvleft h2 {
		font-size: 28px;
	}

	.lxfshilist ul li p {
		width: 180px;
	}

	.rczplist dl dd .rczpxx h4,
	.rczplist dl dd .rczpxx h3,
	.rczplist dl dd .rczpxx h2,
	.rczplist dl dd .rczpxx h1 {
		font-size: 14px;
	}

	.xwfslist ul li section h2 {
		font-size: 17px;
	}

	.shnwabt h1 {
		font-size: 22px;
	}

	.shonewadvright form input {
		width: 80%;
	}

	.qiywhbt p {
		width: 90%;
	}

	.zxingkdvright div ul li h1 span {
		font-size: 42px;
	}

	.zxingkdvright div ul li i {
		margin-top: 11px;
	}

	.qiywhlist ul li section p {
		font-size: 15px;
		line-height: 30px;
	}

	.qiywhlist ul li section h1 {
		font-size: 22px;
	}

	.fazhayjdvleft h2 {
		font-size: 32px;
	}

	.zjsdlidv h1 img {
		width: auto;
	}

	.zjsdlidv ul li h3 span {
		font-size: 42px;
	}

	.zjsdlidv ul li h3 i {
		font-size: 15px;
	}

	.dh i {
		margin: 0 10px;
	}

	.sg {
		width: 95%;
		margin: 0 auto;
		height: 28.125rem;
	}

	.fzlchengdv ul li:nth-child(2n) .fzlchengdvleft h1 {
		margin-top: 0;
		font-size: 32px;
	}

	.fzlchengdv ul li:nth-child(2n+1) .fzlchengdvleft h1 {
		margin-top: 0;
		font-size: 32px;
	}

	.fzlchengdv ul li:nth-child(2n) .fzlchengdvright div {
		position: absolute;
		width: 41rem;
		border-top: 1px dashed #cccccc;
		top: 6.5rem;
		left: -38.25rem;
	}

	.fzlchengdv ul li:nth-child(2n+1) .fzlchengdvright div {
		position: absolute;
		width: 41.3rem;
		border-top: 1px dashed #cccccc;
		top: 6.5rem;
		left: 16.2rem;
	}

	.yylylist ul li.active {
		width: 23%;
	}

	.yylylist ul li {
		width: 23%;
	}

	.yylylist ul li section p {
		height: 75px;
	}

	.yylylist ul li img {
		width: 100%;
	}

	.yylylist ul li section {
		bottom: 1.75rem;
	}
}

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

	.htmleaf-container {
		display: block;
		width: 100%;
		height: 50px;
	}

	.cpzx {
		padding-top: 5rem;
	}

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

	.yylybtleft h1 {
		justify-content: center;
		margin-bottom: 5px;
	}

	.yylybtleft h1 span {
		font-size: 22px;
	}

	.yylybtleft h1 img {
		width: auto;
	}

	.yylybtleft h2 {
		text-align: center;
		font-size: 17px;
	}

	.cpzxdv {
		width: 95%;
	}

	.zhouchen {
		width: 90%;
		display: block;
		margin-left: 0;
		padding: 5%;
	}

	.zhouchenleft {
		width: 100%;
	}

	.zhouchen {
		height: auto;
	}

	.xasf {
		display: none;
	}

	.zhouchenleft h1 i {
		font-size: 26px;
	}

	.zhouchenleft h1 span {
		font-size: 18px;
		font-weight: bold;
	}

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

	.zhouchenleft section {
		margin-top: 15px;
	}

	.zhouchenleft section a {
		height: 35px;
		line-height: 35px;
	}

	.zhouchenright {
		width: 100%;
	}

	.yylybt #thumbs2 {
		width: 100%;
		margin-top: 15px;
	}

	.yylybt #thumbs2 .swiper-slide {
		width: 50% !important;
	}

	.yylybt #thumbs2 .swiper-slide h1 {
		text-align: center;
	}

	.yylybt #thumbs2 .swiper-slide-thumb-active h1::after {
		width: 100%;
	}

	.yylybt #thumbs2 .swiper-slide h1 {
		font-size: 17px;
	}

	.rmcptop {
		width: 95%;
		margin: 0 auto;
		display: block;
		left: 0%;
		position: inherit;
	}

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

	.rmcp img {
		display: none;
	}

	.rmcpdv {
		background: url(../images/rmcp_02.png) center bottom no-repeat;
		background-color: #f0f2f5;
		padding-top: 15px;
		padding-bottom: 50px;
	}

	.rmcptopright form input {
		height: 35px;
	}

	.rmcptopleft h2 {
		font-size: 17px;
		text-align: center;
	}

	.rmcptopleft h1 span {
		font-size: 22px;
	}

	.rmcptopleft h1 img {
		width: auto;
		margin-right: 5px;
	}

	.rmcptopleft {
		margin-bottom: 15px;
	}

	.rmcptop {
		height: auto;
	}

	.rmcptopright form input {
		width: 80%;
	}

	.rmcptopright form button {
		width: 20%;
		height: 35px;
	}

	.rmcptopright form {
		margin-bottom: 10px;
	}

	.rmcplist {
		width: 97%;
	}

	.rmcplist ul li {
		width: 48%;
		margin: 1%;
	}

	.rmcplist ul li h1 {
		line-height: 30px;
		height: 30px;
		font-size: 17px;
	}

	.yyly {
		width: 95%;
	}

	.yylybtright a {
		width: 120px;
		height: 35px;
		margin: 0 auto;
		margin-top: 15px;
	}

	.yylybtright a iconpark-icon {
		font-size: 20px;
	}

	.yylist {
		margin-top: 15px;
	}

	.yylist ul li {
		height: 350px;
	}

	.yylist ul li img {
		height: 350px;
		width: auto;
	}

	.yylist ul li {
		width: 15%;
	}

	.yylist ul li.active {
		width: 40%;
	}

	.yylist ul li section {
		width: 90%;
		left: 5%;
	}

	.yylist ul li.active section h2 {
		font-size: 18px;
		font-weight: bold;
	}

	.yylist ul li section i {
		font-size: 20px;
		margin-left: 8px;
	}

	.yylist ul li.active section i {
		margin-left: auto;
	}

	.yylist ul li section p {
		margin-bottom: 10px;
	}

	.aboutdv {
		width: 95%;
		margin: 0 auto;
	}

	.aboutdvleft {
		width: 100%;
	}

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

	.aboutdvleft h1 img {
		width: auto;
	}

	.aboutdvleft h1 span {
		font-size: 22px;
	}

	.aboutdvleft h2 {
		font-size: 17px;
		font-weight: bold;
		text-align: center;
	}

	.aboutdvleft p {
		line-height: 30px;
		font-size: 14px;
		margin-top: 15px;
	}

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

	.aboutdvleft section a {
		display: flex;
		width: 48%;
		height: 35px;
	}

	.aboutdvleft section a iconpark-icon {
		margin-right: 7px;
	}

	.aboutsz {
		width: 95%;
		margin: 0 auto;
		margin-top: 15px;
	}

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

	.aboutsz ul li {
		width: 40%;
		margin: 2% 5%;
	}

	.aboutsz ul li:nth-child(3),
	.aboutsz ul li:nth-child(4),
	.aboutsz ul li:nth-child(5) {
		width: 23%;
	}

	.aboutsz ul li h1 {
		justify-content: center;
	}

	.aboutsz ul li h1 span {
		font-size: 24px;
	}

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

	.aboutsz ul li h1 i {
		margin-top: 5px;
	}

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

	.xinwendv {
		margin-bottom: 15px;
	}

	.innewlist {
		width: 95%;
	}

	.innewlistleft,
	.innewlistcenter {
		display: none;
	}

	.innewlistright {
		width: 100%;
	}

	.innewlistright ul li a .inwleft {
		width: 33%;
	}

	.innewlistright ul li a section {
		width: 63%;
	}

	.innewlistright ul i {
		margin: 10px auto;
		width: 100%;
	}

	.foot {
		display: none;
	}

	.picScroll ul li,
	.picScroll1 ul li,
	.picScroll2 ul li {
		width: 120px !important;
		margin: 0 5px;
	}

	.shownav ul li {
		height: 50px;
		line-height: 50px;
		width: 100%;
	}

	.shownav ul li a {
		line-height: 50px;
		font-size: 14px;
	}

	.qiywhbt h2 {
		font-size: 17px;
	}

	.wuliulist {
		width: 95%;
	}

	.wuliulist ul li {
		width: 48%;
		margin: 1%;
	}

	.wuliulist ul li h1 {
		line-height: 45px;
		height: 45px;
		font-size: 14px;
	}

	.changcu {
		padding-top: 30px;
	}

	.xiagqeg {
		display: none;
		width: 95%;
	}

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

	.chanpinimgleft {
		width: 100%;
		flex-direction: column;
	}

	.maoyileft #thumbs2 {
		display: block;
		width: 100%;
	}

	.maoyileft #gallery2 {
		width: 100%;
	}

	.maoyileft {
		flex-direction: column-reverse;
	}

	.maoyileft #gallery2 {
		height: auto;
	}

	.houallsadsa {
		padding-top: 20px;
	}

	.maoyileft #thumbs2 {
		margin-top: 15px;
	}

	.maoyileft #thumbs2 .swiper-slide div {
		width: calc(100% - 4px);
	}

	.chanpinimgright {
		width: 100%;
	}

	.chanpinimgright h1 {
		font-size: 18px;
		margin-bottom: 10px;
	}

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

	.chanpinimgright ul {
		margin-top: 10px;
	}

	.chanpinimgright ul li {
		margin-bottom: 10px;
	}

	.cennuodv {
		width: 100%;
		margin-top: 20px;
	}

	.cennuodv a {
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}

	.cennuodv div iconpark-icon {
		width: 40px;
		height: 40px;
	}

	.cennuodv div section span {
		font-size: 16px;
	}

	.cennuodv div section h1 {
		font-size: 14px;
	}

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

	.cpxqingleft {
		width: 100%;
	}

	.cpxqingleftbt span {
		font-size: 18px;
	}

	.cpxqingleftbt i {
		height: 20px;
	}

	.cpxqingleftbt {
		margin-bottom: 10px;
	}

	.cpxqinglefttext {
		padding: 5%;
		margin-bottom: 15px;
	}

	.fhui {
		display: block;
	}

	.fhui p a {
		line-height: 30px;
	}

	.fhui div {
		display: none;
	}

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

	.cpxqingrightlist ul li h1 {
		font-size: 16px;
		margin-right: 15px;
	}

	.zhoualldv {
		width: 95%;
		margin: 0 auto;
	}

	.zhoualldvleft {
		display: none;
	}

	.zhoualldvright {
		width: 100%;
	}

	.zhoualldvright .zhoulist ul li {
		width: 48%;
		margin: 1%;
	}

	.zhoualldvright .zhoulist ul li h1 section a {
		width: 48%;
	}

	.fzlchengdv {
		width: 95%;
		margin: 0 auto;
	}

	.fzlchengdv ul {
		display: block;
	}

	.fzlchengdv ul li:nth-child(2n+1) {
		margin-top: 0;
	}

	.fzlchengdv ul li {
		width: 100%;
	}

	.fzlchengdv ul li {
		display: block;
	}

	.fzlchengdv ul li:nth-child(2n) .fzlchengdvleft h1 {
		font-size: 24px;
	}

	.fzlchengdv ul li:nth-child(2n) .fzlchengdvleft i {
		display: block;
		margin-bottom: -5px;
	}

	.fzlchengdv ul li:nth-child(2n) .fzlchengdvleft p {
		font-size: 14px;
	}

	.fzlchengdv ul li:nth-child(2n) .fzlchengdvright {
		width: 100%;
	}

	.fzlchengdv ul li:nth-child(2n) .fzlchengdvright div::before {
		display: none;
	}

	.fzlchengdv ul li:nth-child(2n) .fzlchengdvright div {
		display: none;
	}

	.fzlchengdv ul li:nth-child(2n+1) .fzlchengdvleft h1 {
		display: flex;
		justify-content: flex-start;
	}

	.fzlchengdv ul li:nth-child(2n+1) .fzlchengdvleft h1 {
		font-size: 24px;
	}

	.fzlchengdv ul li:nth-child(2n+1) .fzlchengdvleft p {
		font-size: 14px;
		float: none;
		text-align: left;
	}

	.fzlchengdv ul li:nth-child(2n+1) .fzlchengdvright {
		width: 100%;
		margin-top: 10px;
	}

	.fzlchengdv ul li:nth-child(2n+1) .fzlchengdvright div {
		display: none;
	}

	.fzlchengdv ul li:nth-child(2n+1) {
		margin-bottom: 20px;
	}

	.shengtai {
		width: 95%;
		margin: 0 auto;
	}

	.shengtaidv {
		display: block;
		width: 100%;
	}

	.shengtaidvleft {
		width: 100%;
	}

	.shengtaidvleft h1 {
		font-size: 17px;
		text-align: center;
	}

	.shengtaidvleft h2 {
		font-size: 22px;
		text-align: center;
	}

	.shengtaidvleft p {
		font-size: 14px;
		margin-top: 20px;
		line-height: 30px;
	}

	.shengtaidvright {
		width: 100%;
	}

	.shengtaidvright img {
		display: block;
		width: 100%;
		margin-top: 20px;
	}

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

	.wmsshuibt h2 {
		font-size: 22px;
		text-align: center;
	}

	.wmsshuilist {
		width: 95%;
		margin: 0% auto;
	}

	.wmsshuilist ul {
		flex-wrap: wrap;
	}

	.wmsshuilist ul li {
		width: 40%;
		margin: 1%;
		padding: 4%;
	}

	.wmsshuilist ul li h1 {
		font-size: 17px;
	}

	.wmsshuilist ul li p {
		font-size: 14px;
		line-height: 28px;
		height: 94px;
	}

	.wmsshuilist ul li i {
		font-size: 32px;
		margin-top: 0;
	}

	.shzren {
		padding-top: 30px;
	}

	.shengtaidvlist {
		width: 95%;
		margin: 0 auto;
	}

	.shengtaidvlist ul li:nth-child(1),
	.shengtaidvlist ul li:nth-child(2) {
		width: 98%;
		margin: 1%;
	}

	.shengtaidvlist ul li {
		width: 48%;
		margin: 1%;
	}

	.lxwm {
		width: 95%;
		margin: 0 auto;
		margin: 30px auto;
	}

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

	.lxwmbt p {
		font-size: 14px;
		line-height: 27px;
		margin-top: 10px;
	}

	.lxwmdv ul {
		display: block;
	}

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

	.lxwmdv li iconpark-icon {
		font-size: 32px;
	}

	.lxwmdv li h2 {
		font-size: 17px;
		font-weight: bold;
		margin-bottom: 5px;
	}

	.lxwmdv li p {
		text-align: center;
		line-height: 25px;
		font-size: 14px;
	}

	.lxfshibt {
		font-size: 22px;
		margin-bottom: 15px;
	}

	.lxfshilist {
		width: 95%;
		margin: 0 auto;
	}

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

	.lxfshilist ul li {
		width: 40%;
		padding: 4%;
		margin: 1%;
	}

	.lxfshilist ul li h1 {
		font-size: 20px;
	}

	.lxfshilist ul li p {
		height: 196px;
		line-height: 28px;
	}

	.lxfshilist ul li p i {
		display: block;
		height: 0;
		overflow: hidden;
	}

	.lxfshilist ul li h2 {
		margin-top: 15px;
	}

	.zxlydv {
		width: 95%;
		margin: 0 auto;
	}

	.zxlydv h1 {
		font-size: 22px;
	}

	.zxlydv i {
		height: 10px;
		border-top: 3px solid #fff;
	}

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

	.zxlydv form {
		margin-top: 20px;
	}

	.zxlydv form input {
		width: calc(46% - 30px);
		margin: 1% 0px;
	}

	.zxlydv form textarea {
		margin-top: 1%;
		padding: 10px 20px;
		width: calc(100% - 40px)
	}

	.zhaopin {
		width: 95%;
	}

	.rczplist {
		width: 100%;
	}

	.rczplist dl dt {
		padding: 0 2.5%;
	}

	.rczplist dl dt h4,
	.rczplist dl dd .rczpxx h4 {
		display: none;
	}

	.rczplist dl dd .rczpxx {
		padding: 0 2.5%;
	}

	.rczplist dl dd .rczpxx h2,
	.rczplist dl dt h2 {
		display: none;
	}

	.rczplist dl dd .rczpxx h3,
	.rczplist dl dt h3 {
		display: none;
	}

	.rczplist dl dd .rczpxx h5,
	.rczplist dl dd .rczpxx h1 {
		font-size: 14px;
	}

	.rczplist dl dd i {
		margin-top: 5px;
	}

	.rctext {
		display: block;
		width: 94%;
	}

	.rctextleft {
		width: 100%;
	}

	.rczplist dl dd .rczpxx {
		height: 40px;
	}

	.ryzizhidv {
		width: 95%;
	}

	.dsaglist ul li {
		width: 48%;
		margin: 1%;
	}

	.dsaglist ul li h1 {
		height: 40px;
		font-size: 14px;
	}

	.ryzizhibtright {
		margin: 15px auto;
	}

	.ryzizhibtright #thumbs21 .swiper-slide h1 {
		width: 80%;
		margin: 0 auto;
		height: 40px;
	}

	.ryzizhibtright #thumbs21 .swiper-slide-thumb-active h1 {
		width: 80%;
		height: 40px;
	}

	.ryzizhibtright {
		width: 100%;
	}

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

	.shfuwudcnleft {
		width: 100%;
	}

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

	.qiywhbt h2 {
		margin-bottom: 15px;
	}

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

	.cennuo h1 {
		font-size: 18px;
		font-weight: bold;
	}

	.cennuo i {
		width: 50px;
		margin-top: 15px;
	}

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

	.cennuo div a {
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}

	.jshuzhcdv {
		width: 95%;
		margin: 0 auto;
	}

	.jshuzhcdv ul {
		display: block;
	}

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

	.jshuzhcdv ul li i {
		font-size: 32px;
	}

	.jshuzhcdv ul li h1 {
		font-size: 18px;
		font-weight: bold;
	}

	.jshuzhcdv ul li p {
		line-height: 30px;
		font-size: 14px;
	}

	.xwfslist {
		width: 95%;
		margin: 0 auto;
		display: none;
	}

	.newsdvlist {
		width: 95%;
		margin: 0 auto;
	}

	.newsdvlist ul li {
		margin-top: 10px;
	}

	.newsdvlist ul li a .newsdvlistime {
		display: none;
	}

	.newsdvlistext {
		width: 90%;
		padding: 15px 5%;
	}

	.newsdvlistext h1 {
		font-size: 17px;
		margin-bottom: 5px;
	}

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

	.shonewadvleft {
		width: 100%;
	}

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

	.shnwabt h1 {
		font-size: 17px;
		font-weight: bold;
		line-height: 25px;
	}

	.shnwabt {
		margin-bottom: 15px;
		padding-bottom: 10px;
	}

	.shewtext {
		font-size: 14px;
	}

	.fanye {
		display: block;
		margin: 20px auto;
	}

	.fanye p {
		line-height: 30px;
	}

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

	.bsua {
		margin-bottom: 10px;
	}

	.bsua span {
		font-size: 18px;
		font-weight: bold;
	}

	.rmlist ul li a {
		margin-bottom: 5px;
	}

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

	.zxkefu h1 {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.zxkefu {
		padding: 30px 0px;
	}

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

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

	.zxkefu section a {
		width: 140px;
	}

	.zjsdlidv {
		width: 95%;
	}

	.zjsdlidv h2 {
		font-size: 19px;
	}

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

	.zjsdlidv p {
		margin-bottom: 15px;
	}

	.zjsdlidv ul {
		flex-wrap: wrap;
		margin-top: 0;
	}

	.zjsdlidv ul li {
		width: 44%;
		margin: 2% 3%;
	}

	.zjsdlidv ul li h3 span {
		font-size: 28px;
	}

	.zjsdlidv ul li h4 {
		font-size: 14px;
	}

	.zjsdlidv ul li h3 i {
		font-size: 13px;
		margin-top: 17px;
	}

	.zjsdlidv ul li:nth-child(3),
	.zjsdlidv ul li:nth-child(4),
	.zjsdlidv ul li:nth-child(5) {
		width: 27%;
	}

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

	.fazhayj {
		padding: 20px 0px;
	}

	.fazhayjdvleft {
		width: 100%;
	}

	.fazhayjdvleft h2 {
		font-size: 17px;
		text-align: center;
	}

	.fazhayjdvleft p {
		line-height: 28px;
		font-size: 14px;
	}

	.fazhayjdvright {
		width: 60%;
		margin: 0 auto;
	}

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

	.qiywhlist {
		width: 95%;
		margin: 0 auto;
	}

	.qiywhlist ul {
		display: block;
	}

	.qiywhlist ul li {
		width: 100%;
	}

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

	.qiywhlist ul li section p {
		font-size: 14px;
		line-height: 30px;
		height: auto;
	}

	.zxingk {
		width: 95%;
	}

	.zxingkdv {
		display: block;
	}

	.zxingkdvleft {
		width: 100%;
	}

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

	.zxingkdvright {
		width: 100%;
	}

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

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

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

	.zxingkdvright div ul li i {
		font-size: 17px;
	}

	.qiywhbt p {
		width: 80%;
		line-height: 30px;
		font-size: 14px;
	}

	.hzhb .xieshouzyleft,
	.hzhb .xieshouzyright {
		display: none;
	}

	.shehuizeren {
		display: block;
		margin-top: 30px;
	}

	#contrast {
		width: 95%;
		margin: 0 auto;
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
	}

	#contrast a {
		width: 70px;
		height: 70px;
	}

	#contrast i {
		width: 25px;
		height: 1px;
		border-right: none;
		border-bottom: 1px solid #cccccc;
	}

	#contrast a div span {
		font-size: 22px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#contrast a.default span {
		font-size: 22px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#contrast a div h1 {
		font-size: 14px;
		margin-top: 5px;
	}

	.shezer {
		width: 100%;
		margin-top: 30px;
	}

	.gy div {
		position: inherit;
		width: 95%;
		margin: 0 auto;
	}

	.shezer {
		height: auto;
	}

	.gy div section {
		width: 100%;
		margin-top: 15px;
	}

	.gy div h1 {
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}

	.gy div h2 {
		font-size: 18px;
	}

	.gy section i {
		margin: 0 auto;
	}

	.gy div h2 {
		text-align: center;
	}

	.gy section p {
		font-size: 14px;
		line-height: 30px;
		text-align: center;
	}

	.gy section a {
		margin: 0 auto;
		margin-top: 10px;
		height: 40px;
		line-height: 40px;
	}

	.sg .swiper-slide-active {
		transform: scale(1.0);
	}

	.sg .swiper-slide-prev,
	.sg .swiper-slide-next {
		transform: scale(1.0);
	}

	.sg {
		width: 95%;
		height: auto;
	}

	.sg .swiper-slide .sjpieji section {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.sg .swiper-slide .sjpieji section h1 {
		opacity: 1;
		font-size: 14px;
		line-height: normal;
	}

	.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: 16px
	}

	.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;
	}

	.cjwtdvej {
		display: none;
	}

	.zhoualldvright .text-center ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.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-image: linear-gradient(to right, #0058a7, #0058a7);
	}

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

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

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

	.nrbanner {
		width: 100%;
		overflow: hidden;
	}

	.fzlchengdv ul li:nth-child(2n+1) {
		transform: translateY(0rem);
	}

	.zhoualldvright .zhoulist {
		fons-size: 17px;
	}

	.cennuo div a {
		width: 100px;
		height: 35px;
		line-height: 35px;
	}

	.cennuodv div iconpark-icon {
		width: 35px;
		height: 35px;
	}

	.zhoualldvright .zhoulist ul li section a {
		width: 48%;
		height: 35px;
		line-height: 35px;
	}

	.zhoualldvright .zhoulist ul li h1 {
		margin: 10px;
		font-size: 17px;
	}

	.jshuzhcdv ul li a {
		width: 100px;
		height: 35px;
		line-height: 35px;
	}

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

	.fzlchengdv:after {
		display: none;
	}

	.yylylist ul li.active {
		width: 48%;
	}

	.yylylist ul li {
		width: 48%;
		height: auto;
	}

	.yylylist ul li section p {
		height: 75px;
	}

	.yylylist ul li img {
		width: 100%;
	}

	.yylylist ul li section {
		bottom: 1.75rem;
	}

	.yylylist ul li img {
		height: auto;
	}

	.yylylist ul li section p {
		display: none;
	}

	.yylylist ul li section h2 {
		font-size: 18px;
		font-weight: bold;
	}

	.yylylist ul li section {
		bottom: 2.75rem;
	}

	.pagination li span {
		border-radius: 4px;
		color: #6e6e6e;
		background: #fff;
		padding: 6px 12px;
		display: block;
		border: 1px solid #DCDCDC;
	}

	.pagination li a {
		padding: 6px 12px;
	}
	.zhoualldvright .zhoulistyiji ul li{
		padding-top: 20px;
	}
	.zhoulistyiji ul li h3{
		font-size: 17px;
	}
	.hprobt h1{
		font-size: 18px;
	}
	.zhouchenright section img{
		width: 100px;
	}
	.zhouchenleft div{
		height: auto;
	}
	.fadeInLeft{
		width: 100%;
	}
	.yylybt #thumbs2 .swiper-wrapper{
		justify-content: flex-start;
		flex-wrap:nowrap;
	}
	.yylybt #thumbs2 .swiper-slide {
	    width: auto !important;
	}
	.xinwendv{
		width: 95%;
	}
	.yylybtright a i{
		font-size: 20px;
	}
	.yylybtright a{
		width: 180px;
	}
	.shownav ul{
		flex-wrap: wrap;
	}
	.shownav ul li{
		width: 50%;
	}
	.shownav ul li:nth-child(2){
		background-color: #f1f1f1;
	}
	.shownav ul li:nth-child(3){
		background-color: #f1f1f1;
	}
	.shownav ul li:nth-child(6){
		background-color: #f1f1f1;
	}
	.qiywhbt h2{
		width: 95%;
		margin: 0 auto;
		font-size: 15px;
	}
	.shfuwudcn{
		margin-top: 15px;
	}
	.wmsshuilist ul li p{
		line-height: 25px;
		height: 100px;
		overflow: hidden;
	}
	#contrast i{
		width: 5px;
	}
	#contrast a {
        width: 90px;
        height: 90px;
    }
    .lxfshilist ul{
    	display: block;
    }
    .youce{
    	top: 44%;
    }
    .lxfshilist ul li{
    	width: 100%;
    }
    .lxfshilist ul li p{
    	height:auto;
    }
    .zhoulistyiji ul li h3,.zhoualldvright .zhoulist ul li h1{
    	height: 56px;
    }
    .zhoualldvright .zhoulist ul li h1{
    	font-size: 14px;
    	height: 50px;
    	line-height: 25px;
    }
}