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

*:focus {
	outline: none !important;
}

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

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

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

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

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

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

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

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

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

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

@font-face {
	font-family: "MyriadPro";
	src: url('../font/MyriadPro-SemiboldSemiExtIt-6.otf');
}

body {
	font-family: "微软雅黑";
}

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: 0;
	width: 100%;
	text-align: center;
	z-index: 9999;
}

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

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

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

}

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

.headdvleft {
	height: 100%;
}

.headdvleft img {
	display: block;
}

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

.slideUp .headdvleft img {
	display: none;
}

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

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

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

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

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

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

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

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

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

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

.slideUp .ss iconpark-icon,
.slideUp .yyan iconpark-icon {
	color: #0035ab;
}

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

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

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

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

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

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

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

.yyan iconpark-icon {
	color: #fff;
	font-size: 20px;
}

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

.headtop {
	background-color: #098335;
	height: 40px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3;
}

.headtopdv {
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
}

.headtopdvleft p,
.headtopdvright p {
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
}

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

.sycpdv {
	background-color: #f7f8fa;

	padding: 3.125rem;
	width: calc(49% - 6.25rem);
}

.sycpdv a {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.sycpdvleft {
	width: 17.8125rem;
}

.sycpdvleft h3 {
	color: #bcbdbf;
	font-size: 46px;
	font-family: "MyriadPro";
	margin-bottom: 9.625rem;
	transition: all 1s;
}

.sycpdvleft section h4 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 18px;
}

.sycpdvleft section i {
	display: block;
	width: 35px;
	height: 1px;
	background-color: #ff5400;
	margin-bottom: 15px;
}

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

.sycpdvcenter {
	width: 17.5rem;
}

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

.sycpdvright iconpark-icon {
	display: block;
	width: 45px;
	height: 45px;
	border: 1px solid #0035ab;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #0035ab;
	font-size: 24px;
	transition: all 1s;
}

.sycpdv:hover .sycpdvright iconpark-icon {
	background-color: #0035ab;
	color: #fff;
}

.sycpdv:hover .sycpdvcenter img {
	transform: scale(1.05);
}

.sycpdv:hover .sycpdvleft h3 {
	color: #0035ab;
}

.sypro {
	padding: 6.25rem 0;
	background-color: #f7f8fa;
}

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

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

.syprobtleft h2 {
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 10px;
}

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

.syprobtright a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 25px;
	border-radius: 50px;
	height: 47px;
	border: 1px solid #0044ab;
	transition: all 1s;
}

.syprobtright a span {
	color: #0044ab;
	font-size: 14px;
	margin-right: 3.125rem;
	transition: all 1s;
}

.syprobtright a iconpark-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #0044ab;
	transition: all 1s;
	font-size: 20px;
}

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

.syprobtright a:hover {
	background-color: #0035ab;
}

.syprobtrights{
	margin-top: 40px;
	width: 180px;
}
.nxcpdv {
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 3.75rem;
}

.nxcpdvlist .swiper-slide div {
	padding: 30px;
	width: calc(100% - 60px);
	background-color: #fff;
}

.nxcpdvlist .swiper-slide div section {
	overflow: hidden;
}

.nxcpdvlist .swiper-slide div section img {
	display: block;
	width: 100%;
	transition: all 1s;
}

.nxcpdvlist .swiper-slide div h3 {
	height: 50px;
	line-height: 25px;
	font-size: 16px;
	color: #4c4c4c;
	text-align: center;
	border-bottom: 1px solid #e9e9e9;
}

.nxcpdvlist .swiper-slide:hover div section img {
	transform: scale(1.05);
}

.nxcpdvlist .swiper-slide div h4 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}

.nxcpdvlist .swiper-slide div h4 span {
	color: #4c4c4c;
	font-size: 14px;
}

.nxcpdvlist .swiper-slide div h4 iconpark-icon {
	font-size: 20px;
}

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

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

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

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

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

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

.gywm {
	position: relative;
}

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

.gywmdv {
	width: 93.75rem;
	left: 50%;
	margin-left: -46.875rem;
	position: absolute;
	top: 6.25rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.gywmdvleft {
	width: 50%;
}

.gywmdvleft h2 {
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 15px;
}

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

.gywmdvright {
	width: 40%;
}

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

.gywmdvright ul li {
	width: 49%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 15px;
}

.gywmdvright ul li section {
	width: 75%;
}

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

.gywmdvright ul li h3 span {
	color: #333333;
	font-size: 58px;
	font-family: "Poppins_SemiBold";
}

.gywmdvright ul li h3 i {
	color: #333333;
	font-size: 20px;
	margin-top: 45px;
	margin-left: 7px;
}

.gywmdvright ul li p {
	text-align: right;
	color: #808080;
	font-size: 16px;
	margin-top: -15px;
	line-height: 30px;
}

.gywmdvright ul li i {
	color: #0035ab;
	font-size: 48px;
	margin-bottom: 10px;
}

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

.xwzx {
	padding: 6.25rem 0px;
	background-color: #f7f8fa;
}


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

.innewsdvleft {
	width: 32%;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0px 0px 20px #f0f0f0;
}

.innewsdvleft div {
	overflow: hidden;
	display: block;
}

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

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

.innewsdvleft section {
	padding: 2.1875rem 3.125rem;
	background-color: #fff;
}

.innewsdvleft section h3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.9375rem;
}

.innewsdvleft section span {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	color: #0044ab;
}

.innewsdvleft section i {
	color: #808080;
	font-size: 14px;
}

.innewsdvleft section h1 {
	color: #4c4c4c;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0.625rem;
	max-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 1s;
	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 1;
}

.innewsdvleft:hover section h1 {
	color: #0044ab;
}

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

.innewsdvcenter {
	width: calc(32% - 6.25rem);
	padding: 3.125rem;
	border-radius: 15px;
	overflow: hidden;
	padding-top: 4.6875rem;
	background: url(../images/innewsbg_03.jpg) center no-repeat;
	background-size: cover;
}

.innewsdvcenter h3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2.5rem;
}

.innewsdvcenter h3 span {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	color: #0044ab;
}

.innewsdvcenter h3 i {
	color: #808080;
	font-size: 14px;
}

.innewsdvcenter h1 {
	color: #333333;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 1rem;
	white-space: nowrap;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
}

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

.innewsdvcenter h4 {
	width: 140px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	border: 1px solid #0044ab;
	color: #0044ab;
	font-size: 14px;
	margin-top: 7.1875rem;
	transition: all 1s;
	border-radius: 50px;
	text-transform: uppercase;
}

.innewsdvcenter:hover h4 {
	border-color: #0044ab;
	color: #fff;
	background-color: #0044ab;
}

.innewsdvright {
	width: 32%;
}

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

.innewsdvright ul li {
	background-color: #fff;
	border-radius: 10px;
}

.innewsdvright ul li:last-child {
	padding-bottom: 0;
	border: none;
}

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

.innewsdvright ul li a div {
	width: 37%;
	overflow: hidden;
	border-radius: 10px;
	overflow: hidden;
}

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

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

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

.innewsdvright ul li a section h1 {
	color: #4c4c4c;
	font-size: 17px;
	line-height: 25px;
	height: 25px;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.innewsdvright ul li a section p {
	color: #808080;
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;
}

.innewsdvright ul li:hover a section h1 {
	color: #0044ab;
}

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

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

.xuqdv h1 {
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 30px;
}

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

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

.xuqdv form input::placeholder {
	font-size: 14px;
	color: #b3b3b3;
}

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

.xuqdv form button {
	width: 15%;
	outline: none;
	border: none;
	background-color: #498dff;
	padding: 0 10px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
}

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



.foot {
	padding-top: 5.625rem;
}

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

.footdv {
	width: 93.75rem;
	margin: 0 auto;
	margin-bottom: 90px;
}

.footdvleft {
	width: 280px;
}

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

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

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

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

.footdvleft ul li a {
	display: block;
	border-radius: 50%;
	overflow: hidden;
}

.footdvleft ul li a img {
	display: block;
	width: 100%;
	margin: 0;
}

.footdvright {
	width: 74%;
	display: flex;
	justify-content: space-between;
}

.footdvright dl dd a {
	color: #ffffff;
	font-size: 14px;
}

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

.footdvright dl dt {
	border-bottom: 1px solid #515151;
	line-height: 40px;
	margin-bottom: 15px;
}

.footdvright dl section {
	display: flex;
	justify-content: space-between;
}

.footdvright dl:nth-child(2) {
	width: 50%;
}

.footdvright dl:nth-child(2) section {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.footdvright dl:nth-child(2) section section {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.footdvright dl:nth-child(2) section>h1 {
	margin-top: 20px;
}

.footdvright dl:nth-child(2) section h1 i {
	color: #ffffff;
	font-family: "Poppins_Light";
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 40px;
}

.footdvright dl:nth-child(2) section h1 {
	color: #ffffff;
	font-size: 14px;
	font-family: "Poppins_Light";
}

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

.ewm div {
	margin-left: 25px;
}

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

.ewm h1 {
	text-align: center;
	color: #4c4c4c;
	font-size: 14px;
	font-family: "Poppins_Light";
}

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

.footdvright dl dt a {
	text-transform: uppercase;

}

.footdvright dl dd a {
	text-transform: uppercase;
	line-height: 40px;
	display: block;
	transition: all 1s;
}

.footdvright dl:nth-child(2) section h1:last-child {
	line-height: 30px;
}

.ewm h1 {
	margin-top: 15px;
	color: #d6d6d6;
	font-family: "Poppins_Light";
}

.footdvright dl dd a:hover {
	transform: translateX(10px);
}

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

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

}

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

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

.aball {
	padding-top: 7.5rem;
	padding-bottom: 80px;
	background: url(../images/abtop_02.jpg) center no-repeat;
	background-size: cover;
}

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

.aballdvleft {
	width: 48%;
}

.aballdvleft h2 {
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	height: 85px;
	border-bottom: 1px solid #cbcacf;
}

.aballdvleft i {
	display: block;
	height: 3px;
	width: 105px;
	background-color: #ff5400;
	margin-top: -2px;
	margin-bottom: 40px;
}

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

.aballdvright {
	width: 48%;
}

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

.sz {
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 70px;
}

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

.sz ul li {
	width: 260px;
}

.sz ul li h3 {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	border-bottom: 2px solid #f4f4f4;
}

.sz ul li h3 span {
	color: #0044ab;
	font-size: 70px;
	font-family: "Poppins_SemiBold";
}

.sz ul li h3 i {
	color: #0044ab;
	font-size: 18px;
	margin-top: 55px;
	margin-left: 10px;
}

.sz ul li p {
	color: #808080;
	font-size: 18px;
	margin-top: 20px;
	text-align: center;
}

.lxbanner img {
	display: block;
	width: 100%;
	position: relative;
	z-index:5;
}

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

.xuqu {
	padding-top: 75px;
	padding-bottom: 6.25rem;
}

.xuqubt h2 {
	color: #333333;
	font-size: 36px;
	text-align: center;
}

.xuqubt p {
	text-align: center;
	color: #808080;
	margin-top: 20px;
	font-size: 16px;
}


.xuqudv form {
	width: 87.5rem;
	padding: 3.125rem;
	margin-top: 4.375rem;
	background-color: #f6faff;
	margin: 0 auto;
	margin-top: 3.75rem;
}

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

.xuqudv form div input {
	width: 46.5%;
	padding: 0 1.5%;
	height: 48px;
	border: none;
	line-height: 48px;
	color: #808080;
	margin: 0.5% 0;
	border-radius: 5px;
	font-size: 14px;
	outline: none;
	border: 1px solid #e5e8ec;
	background-color: transparent;
}

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

.xuqudv form textarea {
	width: 97%;
	padding: 1% 1.5%;
	font-size: 14px;
	border: none;
	margin-top: 0.5%;
	color: #808080;
	line-height: 30px;
	outline: none;
	border-radius: 5px;
	background-color: transparent;
	border: 1px solid #e5e8ec;
}

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

.lxbanner {
	position: relative;
	width: 100%;
    overflow: hidden;
}

.lxfs {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 8;
}

.lxfsdv {
	width: 93.75rem;
}

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

.lxfsdv ul li iconpark-icon {
	color: #fff;
	display: flex;
	justify-content: center;
	font-size: 36px;
}

.lxfsdv ul li span {
	display: block;
	margin: 20px auto;
	width: 50px;
	height: 1px;
	background-color: #fff;
}

.lxfsdv ul li h3 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.lxfsdv ul li p {
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	margin-top: 15px;
}

.shownav {
	box-shadow: 0px 0px 15px #d7d7d7;
	position: relative;
}

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

.shownav ul li {
	width: 12%;
	position: relative;
	text-align: center;
	transition: all 1s;
}

.shownav ul li a {
	line-height: 75px;
	color: #4d4d4d;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	transition: all 1s;
	position: relative;
}

.shownav ul li:hover {
	background-color: #0044ab;
}

.shownav ul li:hover a {
	color: #fff;
}
.shownav ul li.active {
	background-color: #0044ab;
}

.shownav ul li.active a {
	color: #fff;
}
.xwall {
	width: 100%;
	padding: 4.375rem 0rem;
	background-color: #f7f7f7;
}

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

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

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

.newsdvlist ul li {
	margin-top: 30px;
	overflow: hidden;
	border-radius: 10px;
}

.newsdvlist ul li a {
	display: flex;
	justify-content: space-between;
	padding: 30px 0px;
	padding-right: 5%;
	background-color: #ffffff;
	align-items: center;
}

.newsdvlist ul li a .newsdvlistime {
	width: 15%;
	text-align: center;
	border-right: 1px solid #e6e6e6;
}

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

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

.newsdvlistext {
	width: 80%;
}

.newsdvlistext h1 {
	color: #4c4c4c;
	font-size: 18px;
	margin-bottom: 15px;
	transition: all .5s;
}

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

.newsdvlist ul li iconpark-icon {
	width: 45px;
	height: 45px;
	display: block;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #dedede;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	transition: all .5s;
	color: #5ead1c;
	display: none;
}

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

.newsdvlist ul li:hover .newsdvlistime span,
.newsdvlist ul li:hover .newsdvlistime i {
	color: #0044ab;
}

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

.cpall {
	padding: 70px 0px;
	background-color: #f6f6f7;
}

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

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

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

.cpalllist ul li div {
	padding: 30px;
	width: calc(100% - 60px);
	background-color: #fff;
}

.cpalllist ul li div section {
	overflow: hidden;
}

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

.cpalllist ul li div h3 {
	height: 50px;
	line-height: 25px;
	font-size: 16px;
	color: #4c4c4c;
	text-align: center;
	border-bottom: 1px solid #e9e9e9;
}

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

.cpalllist ul li div h4 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}

.cpalllist ul li div h4 span {
	color: #4c4c4c;
	font-size: 14px;
}

.cpalllist ul li div h4 iconpark-icon {
	font-size: 20px;
}

.cpadv {
	padding-top: 60px;
}


.chanpinimgleft {
	width: 45.0625rem;
}

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

.maoyileft #thumbs2 {
	width: 8.5rem;
	height: 35.875rem;
	margin: 0;
}

.maoyileft #thumbs2 .swiper-slide div {
	width: 8rem;
	border: 1px solid #cccccc;
}

.maoyileft #thumbs2 .swiper-slide-thumb-active div {
	border: 1px solid #0044ab;
	background-color: #f7f7f7;
}

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

.maoyileft #gallery2 {
	width: 35.875rem;
	margin: 0;
	height: 35.875rem;
	background-color: #f7f7f7;
}

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

.cennuodv {
	display: flex;
	justify-content: flex-start;
}

.cennuodv a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 45px;
	padding: 0 1.5625rem;
	text-align: center;
	font-size: 14px;
	line-height: 45px;
	transition: all 1s;
	margin-top: 10px;
	margin-right: 1.25rem;
	background-color: #fff;
	text-transform: uppercase;
	border-radius: 50px;
	border: 1px solid #0044ab;
}

.cennuodv a span {
	color: #0044ab;
	transition: all 1s;
}

.cennuodv a iconpark-icon {
	color: #0044ab;
	font-size: 20px;
}

.cennuodv a:hover {
	color: #fff;
	background-color: #0044ab;
	background-size: cover;
	border-color: #fff;
}

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

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

.chanpinimgright {
	width: 50%;
}

.chanpinimgright h2 {
	color: #0044ab;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 10px;
}

.chanpinimgright h1 {
	color: #333333;
	font-size: 28px;
	font-weight: bold;
}

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

.maoyileft #gallery2 {
	border: 1px solid #cccccc;
}

.chanpinimgright section {
	margin: 1.375rem 0px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.chanpinimgright section iconpark-icon {
	color: #0035ab;
	font-size: 35px;
	margin-top: 5px;
	margin-right: 10px;
}

.chanpinimgright section span {
	color: #0044ab;
	font-size: 32px;
	font-weight: bold;
}

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

.cpxqboxbt {
	background-color: #f7f7f7;
}

.cpxqboxbt h2 {
	background-color: #0044ab;
	line-height: 60px;
	color: #ffffff;
	font-size: 18px;
	width: 260px;
	text-align: center;
	margin-bottom: 30px;
}

.agewrgreht {
	border: 1px solid #e7e7e7;
	padding: 30px;
	width: calc(100% - 60px);
}

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

.xgcp {
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 3.625rem;
	margin-bottom: 3.625rem;
}

.xgcp h2 {
	color: #4c4c4c;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

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

.cpalllists {
	margin-top: 2.75rem;
}

.cpalllists ul li {
	border: 1px solid #cccccc;
	border-radius: 10px;
	overflow: hidden;
	width: calc(23% - 2px);
}

.weilai {
	margin: 5.9375rem auto;
}

.xgcpbt h2 {
	color: #4c4c4c;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

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

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

.weilailist ul li {
	margin-top: 20px;
}

.weilailist ul li .rycg {
	background: url(../images/gre_03.jpg) center no-repeat;
	width: calc(100% - 7.5rem);
	background-size: 100% 100%;
	height: 89px;
	padding: 0 3.75rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.weilailist ul li .rycg h3 {
	color: #4c4c4c;
	font-size: 20px;
	font-weight: bold;
}

.weilailist ul li .rycg iconpark-icon {
	font-size: 24px;
}

.weilailist ul li .ryge {
	position: relative;
	margin-top: 10px;
	display: none;
}

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

.weilailist ul li .ryge div {
	position: absolute;
	top: 0;
	width: 90%;
	left: 5%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.weilailist ul li .ryge div h3 {
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}

.weilailist ul li .ryge div p {
	color: #ffffff;
	font-size: 16px;
	line-height: 35px;
	width: 60%;
}

.weilailist ul li.active .rycg {
	background: url(../images/weilai_03.jpg) center no-repeat;
	background-size: 100% 100%;
}

.weilailist ul li.active .rycg h3,
.weilailist ul li.active .rycg iconpark-icon {
	color: #0044ab;
}

.hexys {
	padding: 7.1875rem 0rem;
	background: url(../images/hexing_02.jpg) center no-repeat;
	background-size: cover;
}

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

/* 左侧文本区域 */
.left-box {
	width: 32%;
}

.num-big {
	font-size: 180px;
	font-weight: bold;
	color: #4c4c4c;
	font-family: "MyriadPro";
}

.title {
	font-size: 20px;
	margin: 12px 0;
	color: #4c4c4c;
	position: relative;
	transition: opacity 0.4s ease;
	border-bottom: 1px solid #cbcacf;
	padding-bottom: 15px;
}

.title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 80px;
	height: 3px;
	background: #ff6622;
}

.desc-text {
	margin-top: 24px;
	font-size: 16px;
	line-height: 35px;
	color: #666666;
	transition: opacity 0.4s ease;
}

.btn-more {
	margin-top: 36px;
	border: 1px solid #2554cc;
	color: #2554cc;
	background: #fff;
	padding: 13px 30px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	width: 150px;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
}

/* 中间圆形图片容器，带环形刻度 */
.center-circle-wrap {
	width: 42%;
	position: relative;
}

.ring-decor {
	width: 37.5rem;
	height: 37.5rem;
	margin: 0 auto;
	position: relative;
}

.ring-bg {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: conic-gradient(from 0deg, #2554cc 0deg 90deg, #cbd5f0 90deg 360deg);
	padding: 12px;
	mask: radial-gradient(transparent 78%, black 78%);
	-webkit-mask: radial-gradient(transparent 78%, black 78%);
}

.inner-img-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	height: 90%;
	border-radius: 50%;
	overflow: hidden;
}

.inner-img-box img {
	width: 100%;
	object-fit: cover;
	transition: opacity 0.4s ease;
}

/* 环形数字标记点位 */
.dot-item {
	position: absolute;
	color: #2554cc;
	font-size: 18px;
}

.dot01 {
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.dot02 {
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.dot03 {
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.dot04 {
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

/* 右侧菜单 */
.right-menu {
	width: 20%;
}

.menu-item {
	font-size: 18px;
	color: #666;
	margin: 28px 0;
	cursor: pointer;
	transition: 0.3s;
}

.menu-item.active {
	color: #0044ab;
	position: relative;
}

.menu-item.active::before {
	content: "—";
	position: absolute;
	left: -24px;
	color: #ff5400;
}
.mfoot{
	height: 45px;
	display: none;
}
.mfootdv{
	display: none;
}
.ssdv{
	width: 100%;
	background-color: #fff;
	top: 0px;
	left: 0;
	position: relative;
	z-index: 10;
	z-index: 999;
	padding: 15px 0px;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .5s;
}
.ssdv form{
	    width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.ssdv form input{
	height: 35px;
	line-height: 35px;
	border: none;
	border:1px solid #dcdcdc;
	outline: none;
	width: 76%;
	padding: 0 1%;
}
.ssdv form button{
	border: none;
	background-color: #333333;
	color: #fff;
	width: 20%;
	font-size: 14px;
}


.bannersasg .swiper-slide img{
	display: block;
	width: 100%;
} 
.bannersasg  .swiper-slide{
	position: relative;
}
.bannersasg  .swiper-slide img{
	display: block;
	width: 100%;
}
.bannersasg  .swiper-slide div {
    position: absolute;
   	width: 100%;
    height: 100%;
    left: 00%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sgahhrj section{
	width: 93.75rem;
}
.bannersasg  .swiper-slide section h1{
	color: #333333;
	font-size: 52px;
	font-weight: bold;
	margin-bottom: 35px;
}
.bannersasg  .swiper-slide section p{
	color: #333333;
	font-size: 24px;
	width: 50%;
	line-height: 50px;
}
.bannersasg  .swiper-slide section a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	width: 140px;
	height: 50px;
	margin-top: 10rem;
	transition: all 1s;
   	background-color: #0035ab;
    background-size: cover;
	border-radius: 50px;
	padding-right: 20px;
}

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

.bannersasg .swiper-slide .ghej{
	position: absolute;
	bottom: 25px;
	height: 70px;
	top: auto;
	width: 100%;
	left: 0;
	margin: 0 auto;
}
.bannersasg .swiper-slide .ghej{
	display: block;
	height: auto;
	animation-name: beat;
    /*动画名称*/
    animation-duration: .5s;
    /*设置秒数*/
   	animation-timing-function: linear;
    /*速度曲线*/
    animation-iteration-count: infinite;
    /*播放次数*/
    animation-direction: alternate;
    /*逆向播放*/
    animation-play-state: running;
    /*正在运行*/
}
.bannersasg .swiper-slide .ghej img{
	display: block;
	width: auto;
	margin: 0 auto;
	margin-bottom: 10px;
}
.bannersasg .swiper-slide .ghej span{
	text-align: center;
	display: block;
	width: 100%;
	color: #fff;

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


.nrbanner img{
	display: block;
	width: 100%;
}
.nrbanner{
	position: relative;
	z-index: 2;
}
.nrbanner .btext{
	position: absolute;
	top: 0;
	width: 100%;
	left: 0%;
	height: 100%;
	display: flex;
	align-items: center;
}
.nrbanner .btext section{
	margin: 0 auto;
	width: 93.75rem;
}
.sjnav{
	display: none;
}
.nrbanner .btext section h2{
	font-size: 42px;
	color: #ffffff;
	font-weight:  bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.nrbanner .btext section p{
	color: #ffffff;
	font-size: 16px;
}
.nrbanner .btext section p a{
	color: #ffffff;
	font-size: 16px;
}

.lvyan{
	display: none;
	position: fixed;
	width: 93.75rem;
	left: 50%;
	margin-left: -46.875rem;
	top: 27%;
	background-color: #fff;
	box-shadow: 0px 0px 15px #ececec;
	z-index: 9;
	border-radius: 5px;
	overflow: hidden;
}
#btn{
	display: block;
    position: absolute;
    border: none;
    color: #0044ab;
    font-size: 26px;
    background-color: transparent;
    outline: none;
    top: 10px;
    right: 10px;
}
.lvyan .xuqudv{
	width: calc(100% - 80px);
	margin-bottom: 3.75rem;
}
.lvyan .xuqudv form{
	background-color: #fff;
	padding: 0;
	width: 100%;
}

.gegr{
	display: flex;
	justify-content: flex-start;
	position: relative;
	margin-top: 60px;
}
.gegr .swiper-pagination-progressbar{
	position: initial;
	z-index: 2;
}
.gegr .swiper-button-next,.gegr  .swiper-button-prev{
	position: absolute;
	margin: 0;
	width: 25px;
	height: 50px;
	top: -25px;
	background-color: #0035ab;
	z-index: 5;
}

.gegr .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background-color: #0035ab;
}

.gegr .swiper-pagination-progressbar.swiper-pagination-horizontal{
	height: 2px;
}

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

}

.sagrt div a iconpark-icon {
	color: #fff;
	font-size: 26px;
}
.gegr .swiper-button-next:after,.gegr  .swiper-button-prev:after{
	font-size: 14px;
}

.nxcpdvlist {
	padding-bottom: 25px;
}
.gegr .swiper-button-next, .swiper-rtl .swiper-button-prev{
	right: auto;
	left: 85px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
.gegr .swiper-button-prev,.gegr  .swiper-rtl .swiper-button-next{
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	left: 60px;
}
.bannersasgsf{
    	display: block;
    }
.bannersasgsr{
	display: none;
}
.yyan a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.yyan a span{
	color: #fff;
	margin-left: 8px;
	font-size: 14px;
}

.slideUp .yyan  a span{
	color: #0035ab;
}

/* ========== 移动端适配 ========== */
@media screen and (max-width: 1500px) {
	.wrap {
		width: 95%;
	}


	.left-box {
		order: 1;
	}

	.center-circle-wrap {
		order: 2;
	}

	.right-menu {
		order: 3;
	}

	.ring-decor {
		width: 100%;
		height: auto;
		aspect-ratio: 1/1;
	}

	.inner-img-box {
		width: 72%;
		height: 72%;
	}

	.num-big {
		font-size: 52px;
	}

	.right-menu {
		display: flex;
		flex-wrap: wrap;
		gap: 16px;
		justify-content: center;
	}

	.menu-item {
		margin: 10px 12px;
	}

	.menu-item.active::before {
		left: -18px;
	}

	.xwzxdv {
		width: 95%;
	}

	.xuqdv {
		width: 95%;
	}

	.footdv {
		width: 95%;
	}

	.footdvright dl:nth-child(2) {
		width: 33%;
	}

	.footdvright {
		width: 67%;
		display: flex;
		justify-content: space-between;
	}

	.wdldv {
		width: 95%;
	}

	.aballdv {
		width: 95%;
	}
}

@media screen and (max-width: 1000px) {
	.num-big {
		font-size: 60px;
	}

	.title {
		font-size: 20px;
	}

	.desc-text {
		font-size: 15px;
	}

	.menu-item {
		font-size: 17px;
	}
}











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

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

	.headdvright {
		width: 75%;
	}

	.sycp {
		width: 95%;
	}

	.syprodv {
		width: 95%;
	}

	.nxcpdv {
		width: 100%;
	}

	.sagrt {
		width: 100%;
	}

	.gywmdv {
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}

	.gywmdvright {
		width: 48%;
	}

	.gywmdvright ul li h3 span {
		color: #333333;
		font-size: 48px;
		font-family: "Poppins_SemiBold";
	}

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

	.gywmdvright ul li i {
		color: #0035ab;
		font-size: 42px;
		margin-bottom: 10px;
	}

	.sz {
		width: 95%;
	}

	.sz ul li h3 span {
		color: #0044ab;
		font-size: 56px;
	}

	.sz ul li h3 i {
		color: #0044ab;
		font-size: 18px;
		margin-top: 42px;
		margin-left: 10px;
	}

	.sz ul li p {
		color: #808080;
		font-size: 16px;
		margin-top: 20px;
		text-align: center;
	}

	.weilailist {
		width: 95%;
	}

	.weilailist ul li .ryge div p {
		color: #ffffff;
		font-size: 16px;
		line-height: 35px;
		width: 79%;
	}

	.lxfsdv {
		width: 95%;
	}

	.xuqudv {
		width: 95%;
	}

	.xuqudv form {
		width: 95%;
		padding: 2.5%;
	}

	.shownav ul li {
		width: 20%;
	}

	.chanpinimg {
		width: 95%;
	}

	.chanpinimgright {
		width: 55%;
	}

	.cpxqbox {
		width: 95%;
	}

	.xgcp {
		width: 95%;
	}

	.cpalllist {
		width: 95%;
	}

	.cpalllists {
		width: 100%;
	}

	.xwtjian {
		width: 95%;
	}

	.newsdvlist {
		width: 95%;
	}

}



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

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

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

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

	.sycpdv {
		display: block;
	}

	.sycpdv {
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
	}

	.sycpdv a {
		display: block;
	}

	.sycpdvleft {
		width: 100%;
	}

	.sycpdvleft h3 {
		font-size: 24px;
		margin-bottom: 3.625rem;
	}

	.sycpdvleft section h4 {
		font-size: 17px;
	}

	.sycpdvcenter {
		width: 40%;
	}

	.sycpdvright {
		margin-top: 10px;
	}

	.sycpdvright iconpark-icon {
		margin-top: 10px;
		width: 40px;
		height: 40px;
		right: 5%;
        bottom: 12%;
      	 position: absolute;
	}

	.syprodv {
		width: 95%;
	}

	.syprobtright {
		display: none;
	}

	.syprobtleft h2 {
		text-align: center;
		font-size: 20px;
	}

	.syprobtleft p {
		color: #808080;
		text-align: center;
		font-size: 14px;
		line-height: 28px;
	}

	.nxcpdv {
		width: 100%;
	}

	.nxcpdvlist .swiper-slide div {
		padding: 15px;
		width: calc(100% - 30px);
	}

	.nxcpdvlist .swiper-slide div h3 {
		height: 60px;
	}

	.sagrt {
		width: 95%;
		margin-top: 12.6875rem;
	}

	.sypro {
		padding-bottom: 40px;
	}

	.gywm {
		margin-bottom: 30px;
	}

	.gywmdv {
		display: block;
		width: 95%;
		left: 2.5%;
		margin-left: 0;
		position: inherit;
	}

	.gywmdvleft {
		width: 100%;
	}

	.gywmdvleft h2 {
		font-size: 20px;
	}

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

	.gywmdvright {
		width: 100%;
	}

	.gywmdvright ul li h3 span {
		font-size: 36px;
	}

	.gywmdvright ul li p {
		font-size: 14px;
		margin-top: 0;
	}

	.gywmdvright ul li i {
		color: #0035ab;
		font-size: 32px;
		margin-bottom: 10px;
	}

	.gywmdvright ul li h3 i {
		color: #333333;
		font-size: 20px;
		margin-top: 22px;
		margin-left: 7px;
	}

	.gywmdvright ul li {
		flex-direction: column-reverse;
		align-items: center;
		margin-top: 15px;
		margin-bottom: 0;
	}

	.gywmdvright ul li section {
		width: 100%;
	}

	.gywmdvright ul li h3 {
		justify-content: center;
	}

	.gywmdvright ul li p {
		text-align: center;
	}

	.xgcpbt h2 {
		font-size: 20px;
	}

	.xgcpbt p {
		width: 90%;
		line-height: 30px;
		margin: 0 auto;
		font-size: 14px;
	}

	.wrap {
		width: 95%;
		flex-direction: column;
		gap: 15px;
	}

	.left-box {
		width: 100%;
	}

	.num-big {
		font-size: 32px;
	}

	.title {
		font-size: 16px;
	}

	.btn-more {
		margin-top: 15px;
		padding: 10px 30px;
	}

	.inner-img-box {
		width: 100%;
		height: 100%;
	}

	.center-circle-wrap {
		width: 75%;
		position: relative;
	}

	.right-menu {
		width: 100%;
	}

	.menu-item {
		margin: 10px 8px;
	}

	.menu-item {
		font-size: 16px;
	}

	.menu-item.active::before {
		content: "—";
		position: absolute;
		left: -24px;
		display: none;
		color: #ff5400;
	}

	.desc-text {
		font-size: 14px;
		line-height: 30px;
	}
	.innewsdv .innewsdvleft,.innewsdvcenter{
		display: none;
	}
	.innewsdvright{
		width: 100%;
	}
	.innewsdvright ul li{
		margin-top: 10px;
	}
	.innewsdvright ul li a div {
	    width: 42%;
	}
	.innewsdvright ul li a section {
	    width: 54%;
	}
	.xuq{
		padding: 30px 0px;
	}
	.xuqdv{
		width: 95%;
	}
	.xuqdv h1{
		font-size: 20px;
		text-align: center;
		font-weight: bold;
		margin-bottom: 15px;
	}
	.xuqdv form{
		display: block;
	}
	.xuqdv form input{
		width: calc(100% - 40px);
		padding: 0 20px;
		margin-bottom: 10px;
	}
	.xuqdv form input:nth-child(3){
		width: calc(100% - 40px);
	}
	.xuqdv form button{
		width: 120px;
		font-size: 14px;
	}
	.foot{
		display: none;
	}
	.gywmdvleft h2{
		text-align: center;
	}
	.lxbanner{
		overflow: hidden;
	}
	.lxbanner img{
		width: 260%;
	}
	.lxfsdv{
		width: 95%;
	}
	.lxfsdv ul{
		flex-wrap: wrap;
	}
	.lxfsdv ul LI{
		width: 49%	;
		margin: 15px 0px;
	}
	.lxfsdv ul li iconpark-icon{
		font-size: 24px;
	}
	.lxfsdv ul li span {
	    display: block;
	    margin: 15px auto;
	    width: 35px;
	    height: 1px;
	    background-color: #fff;
	}
	.lxfsdv ul li h3{
		font-size: 17px;
	}
	.lxfsdv ul li p {
	    text-align: center;
	    color: #ffffff;
	    font-size: 14px;
	    margin-top: 15px;
	}
	.xuqu{
		padding-top: 7.5rem;
	}
	.xuqudv{
		width: 95%;
	}
	.xuqubt h2{
		font-size: 20px;
		font-weight: bold;
	}
	.xuqubt p {
	    text-align: center;
	    color: #808080;
	    margin-top: 10px;
	    font-size: 14px;
	}
	.xuqudv form{
		width: 95%;
		padding: 2.5%;
	}
	.xuqudv form div input{
		width: 100%;
		height: 40px;
		margin-bottom: 10px;
	}
	.xuqudv form button{
		margin-top: 15px;
		    width: 150px;
		    height: 40px;
	}
	.aballdv{
		display: block;
	}
	.aballdvleft{
		width: 100%;
	}
	.aballdvleft h2{
		font-size: 20px;
		height: 45px;
	}
	.aballdvleft i{
		margin-bottom: 15px;
	}
	.aballdvleft p {
	    line-height: 30px;
	    color: #808080;
	    font-size: 14px;
	}
	.aballdvright{
		margin-top: 15px;
		width: 100%;
	}
	.aballdvright img{
		display: block;
		width: 100%;
	}
	.sz{
		width: 95%;
		margin-top: 15px;
	}
	.sz ul{
		flex-wrap: wrap;
	}
	.sz ul li{
		width: 49%;
		margin: 10px 0px;
	}
	.sz ul li h3 span {
	    color: #0044ab;
	    font-size: 36px;
	}
	.sz ul li h3 i{
		margin-top: 20px;
	}
	.sz ul li p {
	    color: #808080;
	    font-size: 14px;
	    margin-top: 10px;
	    text-align: center;
	}
	.aball{
		padding-bottom: 30px;
	}
	.weilailist{
		width: 95%;
	}
	.weilailist ul li .rycg{
		height: 50px;
	}
	.weilailist ul li .rycg h3{
		font-size: 17px;
	}
	.weilailist ul li .rycg iconpark-icon {
	    font-size: 20px;
	}
	.weilailist ul li .ryge div{
		position: inherit;
		width: 100%;
		margin-top: 10px;
		left: 0;
	}
	.weilailist ul li .ryge div h3 {
	    color: #333;
	    font-size: 17px;
	    font-weight: bold;
	    margin-bottom: 20px;
	}
	.weilailist ul li .ryge div p {
	    color: #828282;
	    font-size: 14px;
	    line-height: 30px;
	    width: 100%;
	}
	
	.chanpinimg{
		width: 95%;
		display: block;
	}
	.chanpinimgleft{
		width: 100%;
		display: block;
	}
	.maoyileft{
		display: block;
	}
	.maoyileft #gallery2{
		width: 100%;
		height: auto;
	}
	.maoyileft #thumbs2{
		width: 100%;
		height: auto;
		margin-top: 10px;
	}
	.chanpinimgright{
		margin-top: 20px;
		width: 100%;
	}
	.chanpinimgright h2{
		font-size: 14px;
	}
	.chanpinimgright h1{
		font-size: 18px;
		line-height: 30px;
	}
	.chanpinimgright p{
		margin-top: 10px;
	}
	.cennuodv a{
		width: 120px;
		height: 40px;
		margin-top: 20px;
		padding-left:  10px;
	}
	.maoyileft #thumbs2 .swiper-slide div{
		width: calc(100% - 4px);
	}
	.cpxq{
		padding-top: 10px;
	}
	.cpxqnr{
		width: 95%;
		flex-direction: column;
	}
	.cpxqnr .cpxqright{
		width: 100%;
	}
	.cpxqxq{
		width: 90%;
		padding: 5%;
	}
	.fye{
		margin-top: 15px;
		display: block;
	}
	.fye p{
		margin-bottom: 10px;
	}
	.maoyileft #thumbs2 .swiper-slide div{
		width: auto;
	}
	.shownav ul li a{
		height: 45px;
		line-height: 45px;
	}
	.shownav ul li{
		width: 50%;
	}
	.cpadv {
	    padding-top: 20px;
	}
	.chanpinimgright section iconpark-icon {
	    color: #0035ab;
	    font-size: 24px;
	    margin-top: 5px;
	    margin-right: 10px;
	}
	.chanpinimgright section span {
	    color: #0044ab;
	    font-size: 24px;
	    font-weight: bold;
	}
	.cpxqbox{
		width: 95%;
	}
	.cpxqbox {
	    margin: 0 auto;
	    margin-top: 5.75rem;
	}
	.cpxqboxbt h2 {
	    background-color: #0044ab;
	    line-height: 45px;
	    color: #ffffff;
	    font-size: 15px;
	    width: 110px;
	    text-align: center;
	    margin-bottom: 20px;
	}
	.agewrgreht{
		padding: 15px;
		width: calc(100% - 30px);
	}
	.xgcp{
		width: 100%;
		margin-top: 7.625rem;
		margin-bottom: 7.625rem;
	}
	.cpalllist {
	    width: 97%;
	    margin: 0 auto;
	}
	.cpalllists ul li{
		width: calc(48% - 2px);
	}
	.cpalllists{
		margin-top: 5.75rem;
	}
	.cpalllist ul li div {
	    padding: 10px;
	    width: calc(100% - 20px);
	    background-color: #fff;
	}
	.cpalllist ul li div h3{
		height: 60px;
	}
	.cpall{
		padding: 30px 0px;
	}
	.cpalllist ul li {
	    width: 48%;
	    margin: 1%;
	}
	.xwtjian{
		display: none;
	}
	.newsdvlist{
		width: 95%;
		margin-top: 0px;
	}
	.xiangmu .innewlist{
		display: none;
	}
	.newsdvlist ul li{
		margin-top: 10px;
		
	}
	.newsdvlist ul li a{
		padding: 5%;
		width: 90%;
	}
	.newsdvlist ul li a .newsdvlistime{
		display: none;
	}
	.newsdvlist ul li a{
		width: 100%;
	}
	.newsdvlistext{
		padding: 0;
		width: 100%;
	}
	.newsdvlistext h1{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.newsdvlistext p{
		font-size: 14px;
	}
	.xwall {
	    width: 100%;
	    padding: 25px 0rem;
	    background-color: #f7f7f7;
	}
	.mfoot{
		height: 45px;
		display: block;
	}
	.mfootdv{
		display: flex;
		width: 100%;
		height: 45px;
		line-height: 45px;
		justify-content: space-between;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		background-color:#0035ab;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #2d4f9b;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.nrbanner img{
		display: block;
		width: 200%;
		margin-left: -50%;
	}
	.nrbanner{
		position: relative;
		z-index: 2;
		overflow: hidden;
	}
	.nrbanner .btext{
		position: absolute;
		top: 0;
		width: 100%;
		left: 0%;
		height: 100%;
		display: flex;
		align-items: center;
	}
	.nrbanner .btext section{
		margin: 0 auto;
	}
	.nrbanner .btext section h2{
		font-size: 22px;
		color: #fff;
		font-weight:  bold;
		text-align: center;
		text-transform: uppercase;
		margin-bottom: 10px;

	}
	.nrbanner .btext section p{
		text-align: center;
	}
	.nrbanner .btext section p a{
		font-size: 14px;
		text-align: center;
	}
	.bannersasg .swiper-slide section h1{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.sgahhrj section {
	    width: 95%;
	}
	.bannersasg .swiper-slide section p{
		font-size: 14px;
		line-height: 30px;
		text-align: center;
		width: 95%;
	}
	.bannersasg .swiper-slide section a{
		display: none;
	}
	.lvyan {
        margin-left: 0%;
        width: 90%;
        top: 10%;
        left: 5%;
    }
    .lvyan .xuqudv {
        padding: 5%;
        width: 90%;
        margin-top: 5rem;
    }
    .sycpdv{
    	position: relative;
    }
    .bannersasg .swiper-slide section p{
    	display: none;
    }
    .bannersasg .swiper-slide div{
    	
    }
    .bannersasgsf{
    	display: none;
    }
    .bannersasgsr{
    	display: block;
    }
    .article .post h1{
    	font-size: 18px;
    }
    .x2{
    	width: 100%;
    }
    .bg-scroll-inner {
	    display: flex;
	    width: 500%;
	    animation: scrollBg 10s linear infinite;
	    position: absolute;
	    bottom: 0;
	    z-index: 2;
	}
	.yyan {
	    position: absolute;
	    height: 100%;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    right: 17%;
	    top: 0;
	    z-index: 99;
	}
	.yyan iconpark-icon{
		color: #0035ab;
	}
	.yyan a span{
		color: #0035ab;
	}
}