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

*:focus {
	outline: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

ul,
li {
	list-style: none;
}

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

img {
	border: none;
}

i,
em {
	font-style: normal;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}

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

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

.clearfloat {
	zoom: 1
}

.htmleaf-container {
	display: none;
}

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

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

.slideUp {
	/* -webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	*/
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: all .5s;
	background-color: #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: 65%;
	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: #fff;
}

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

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

.slideUp .ss iconpark-icon,
.slideUp .yyan iconpark-icon {
	color: #1f67bf;
}

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

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

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

.slideUp .headdvright ul li.active::after {
	background-color: #1f67bf;
}
.slideUp .headdvright .dianhua section p{
	color: #1f67bf;
}
.slideUp .headdvright .dianhua section h1{
	color: #1f67bf;
}
.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 span {
	color: #fff;
	font-size: 16px;
}

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

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

.dianhua iconpark-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: #1f67bf;
	color: #fff;
	border-radius: 50%;
	font-size: 22px;
	margin-right: 15px;
}

.dianhua section h1 {
	color: #ffffff;
	font-size: 12px;
	transition: all 1s;
}

.dianhua section p {
	color: #ffffff;
	font-size: 20px;
	font-family: "Montserrat_Light";
	transition: all 1s;
}

.dianhua section {
	text-align: left;
}

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

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

.inaboutdvleft {
	width: 50%;
}

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

.inaboutdvleft h2 {
	color: #808080;
	font-size: 16px;
	margin: 10px 0px;
}

.inaboutdvleft i {
	display: block;
	width: 70px;
	height: 1px;
	background-color: #1f67bf;
	margin: 20px 0px;
}

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

.inaboutdvleft a {
	display: flex;
	width: 175px;
	height: 50px;
	justify-content: center;
	align-items: center;
	border: 1px solid #1f67bf;
	margin-top: 20px;
}

.inaboutdvleft a span {
	color: #1f67bf;
	font-size: 14px;
	margin-right: 30px;
}

.inaboutdvleft a iconpark-icon {
	color: #1f67bf;
	font-size: 20px;
}

.play-button {
	position: relative;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #1f67bf;
	/* 主绿色 */
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	/* 按钮阴影增加立体感 */
	box-shadow: 0 4px 12px  rgb(33 119 178 / 30%);
	/* 防止扩散动画超出容器 */
	overflow: visible;
	margin: 0 auto;
}

/* 播放三角标 */
.play-button::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 25px;
	border-color: transparent transparent transparent #ffffff;
	/* 微调三角标位置 */
	margin-left: 5px;
	z-index: 2;
	/* 确保在圆环上层 */
}

/* 第一层扩散圆环 */
.play-button::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color:  rgb(33 119 178 / 30%);
	z-index: 1;
	/* 扩散动画 */
	animation: pulse 2s infinite ease-out;
}

/* 第二层扩散圆环（更淡更大） */
.play-button .pulse-2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color:  rgb(33 119 178 / 10%);
	z-index: 0;
	/* 延迟动画开始，营造层次感 */
	animation: pulse 2s 0.5s infinite ease-out;
}

/* 扩散动画关键帧 */
@keyframes pulse {
	0% {
		width: 100%;
		height: 100%;
		opacity: 1;
	}

	100% {
		width: 250%;
		height: 250%;
		opacity: 0;
	}
}
.inaboutdvright{
	width: 50%;
}
.sz{
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 3.125rem;
	position: relative;
}
.sz ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sz ul li h1{
	color: #4c4c4c;
	font-size: 18px;
}
.sz ul li h2{
	display: flex;
	justify-content: flex-start;
	margin-top: 40px;
}
.sz ul li h2 span{
	color: #4c4c4c;
	font-size: 60px;
	font-family: "Poppins_SemiBold";
}
.sz ul li h2 i{
	color: #4c4c4c;
	font-size: 20px;
	margin-top: 15px;
	margin-left: 10px;
}
.sz ul::after{
	content: "";
	height: 1px;
	display: block;
	width: 100%;
	position: absolute;
	background-color: #eaeaeb;
	top: 55px;
}
.incpzx{
	padding: 6.25rem 0px;
	background: url(../images/inpro_02.jpg) center no-repeat;
	background-size: cover;
}
.incpzxdv{
	width: 93.75rem;
	margin: 0 auto;
}
.incpzxbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.incpzxbtleft h1{
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 10px;
}
.incpzxbtleft p{
	color:#808080;
	font-family: "Poppins_Medium";
	font-size: 16px;
	line-height: 35px;
}
.incpzxbtright a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 175px;
	height: 50px;
	background-color: #1f67bf;
}
.incpzxbtright a span{
	color: #ffffff;
	font-size: 14px;
}
.incpzxbtright a iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 25px;
	color: #fff;
	font-size: 20px;
}
.incpzxlist{
	margin-top: 2.5rem;
}
.incpzxlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.incpzxlist ul li{
	width: 32.333%;
	position: relative;
	margin: 10px 0px;
}
.incpzxlist ul li .inproimg{
	display: block;
	width: 100%;
	overflow: hidden;
}
.incpzxlist ul li .inproimg img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.incpzxlist ul li:hover .inproimg img{
	transform: scale(1.05);
}
.incpzxlist ul li .inprotext{
	position: absolute;
	bottom: 0;
	left: 0%;
	width: calc(100% - 80px);
	padding: 40px 40px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-image: linear-gradient(rgba(31,103,191,0), rgba(31,103,191,0.8));
}
.incpzxlist ul li .inprotext>i{
	display: flex;
	width: 48px;
	justify-content: center;
	align-items: center;
	height: 48px;
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 26px;
	color: #fff;
	margin-right: 15px;
}
.incpzxlist ul li .inprotext section h1{
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 5px;
}
.incpzxlist ul li .inprotext section p{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.incpzxlist ul li .inprotext section p span{
	color: #ffffff;
	font-size: 14px;
}
.incpzxlist ul li .inprotext section p iconpark-icon{
	color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 18px;
}
.wmdys{
	padding: 6.25rem 0px;
	background-color: #efefef;
}
.wmdysdv{
	width: 93.75rem;
	margin: 0 auto;
}
.wmdysbt h1{
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.wmdysbt p{
	color: #808080;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
}
.wmdyslist{
	margin-top: 3.125rem;
}
.wmdyslist ul{
	display: flex;
	justify-content: space-between;
}
.wmdyslist ul li{
	background: url(../images/wmdys_05.jpg) center no-repeat;
	background-size: cover;
	padding: 0 30px;
	padding-top: 5.3125rem;
	width: calc(23% - 60px);
	transition: all 1s;
}
.wmdyslist ul li div{
	position: relative;
	margin-bottom: 4.6875rem;
}
.wmdyslist ul li div::after{
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background-image: linear-gradient(#c0d2e7, #fff);
	position: absolute;
	border-radius: 50%;
	top: 5px;
	left: 40px;
	transition: all 1s;
}
.wmdyslist ul li img{
	display: block;
	width: 68px;
	transition: all 1s;
	position: relative;
	z-index: 3;
}
.wmdyslist ul li img:last-child{
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.wmdyslist ul li section h1{
	color: #333333;
	transition: all 1s;
	font-size: 20px;
	font-weight: bold;
}
.wmdyslist ul li section p{
	color: #808080;
	font-size: 16px;
	line-height: 30px;
	margin-top: 15px;
	height: 60px;
	transition: all 1s;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.wmdyslist ul li iconpark-icon{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #074d97;
	height: 5.625rem;
	margin-top: 5.9375rem;
	font-size: 24px;
	border-top: 1px solid #e6e6e6;
	transition: all 1s;
}
.wmdyslist ul li:hover{
	background: url(../images/wmdys_03.jpg) center no-repeat;
	background-size: cover;
}
.wmdyslist ul li:nth-child(1):hover{
	background: url(../images/wmdys_031.jpg) center no-repeat;
	background-size: cover;
}
.wmdyslist ul li:nth-child(3):hover{
	background: url(../images/wmdys_033.jpg) center no-repeat;
	background-size: cover;
}
.wmdyslist ul li:nth-child(4):hover{
	background: url(../images/wmdys_034.jpg) center no-repeat;
	background-size: cover;
}

.wmdyslist ul li:hover section h1{
	color: #ffffff;
}
.wmdyslist ul li:hover section p{
	color: #ffffff;
}
.wmdyslist ul li:hover iconpark-icon{
	color: #ffffff;
}
.wmdyslist ul li:hover img:first-child{
	opacity: 0;
}
.wmdyslist ul li:hover img:last-child{
	opacity: 1;
}
.inab{
	padding: 10.9375rem 0px;
	background: url(../images/ab_02.jpg) center no-repeat;
	background-size: cover;
}
.inabdv{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.inabdvright{
	width: 40.9375rem;
}
.inabdvright h1{
	color: #ffffff;
	font-size: 36px;
	margin-bottom: 10px;
	font-weight: bold;
}
.inabdvright h2{
	color: #ffffff;
	font-size: 50px;
	font-weight: bold;
}
.inabdvright>i{
	display: flex;
	width: 100%;
	height: 1px;
	background-color: #6395d2;
	position: relative;
	margin: 3.125rem 0px;
}
.inabdvright>i::after{
	content:"";
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: -6px;
}
.inabdvright p{
	color: #fff;
	font-size: 18px;
	line-height: 35px;
	width: 70%;
}
.inabdvright ul{
	display: flex;
	justify-content: flex-start;
	margin-top: 5.625rem;
}
.inabdvright ul li{
	margin-right: 7.5rem;
}
.inabdvright ul li h3{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.inabdvright ul li h3 span{
	color: #ffffff;
	font-size: 52px;
	font-family: "Montserrat";
	font-weight: bold;
}
.inabdvright ul li h3 i{
	color: #fff;
	font-size: 15px;
	margin-top: 35px;
	margin-left: 5px;
}
.inabdvright ul li h4{
	color: #fff;
	font-size: 20px;
}
.synews{
	padding: 5.9375rem 0px;
	background: url(../images/gew_02.jpg) center no-repeat;
	background-size: cover;
}
.synewsdv{
	display: block;
	width: 93.75rem;
	margin: 0 auto;
}
.synewsdvlist{
	margin-top: 3.125rem;
	display: flex;
	justify-content: space-between;
}
.synewsdvlistleft{
	width: 32%;
}
.synewsdvlistleft div{
	display: block;
	width: 100%;
	overflow: hidden;
}
.synewsdvlistleft div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.synewsdvlistleft:hover div img{
	transform: scale(1.05);
}
.synewsdvlistleft .sew {
	background-color: #fff;
	padding: 40px;
	width: calc(100% - 80px);
}
.synewsdvlistleft .sew h1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
.synewsdvlistleft .sew h1 i{
	color: #1f67bf;
	font-size: 17px;
	font-weight: bold;
}
.synewsdvlistleft .sew h1 span{
	color: #808080;
	font-size: 14px;
}
.synewsdvlistleft .sew h2{
	color: #404040;
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-bottom: 15px;
}
.synewsdvlistleft .sew p{
	color: #808080;
	font-size: 14px;
	line-height: 30px;
	overflow:hidden;
	height: 60px;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.synewsdvlistcenter{
	padding: 40px;
	width: calc(32% - 80px);
	background: url(../images/xw_08.jpg) center no-repeat;
	background-size: cover;
}
.synewsdvlistcenter div{
	margin-top: 3.125rem;
}
.synewsdvlistcenter div h1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 35px;
}
.synewsdvlistcenter div h1 i{
	color: #1f67bf;
	font-size: 17px;
	font-weight: bold;
}
.synewsdvlistcenter div h1 span{
	color: #808080;
	font-size: 14px;
}
.synewsdvlistcenter div h2{
	color: #404040;
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-bottom: 15px;
}
.synewsdvlistcenter div  p{
	color: #808080;
	font-size: 14px;
	line-height: 30px;
	overflow:hidden;
	height: 120px;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.synewsdvlistcenter div h3{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 175px;
	height: 50px;
	background-color: #1f67bf;
	margin-top: 6.5625rem;
}
.synewsdvlistcenter div h3 span{
	color: #ffffff;
	font-size: 14px;
}
.synewsdvlistcenter div h3 iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 25px;
	color: #fff;
	font-size: 20px;
}
.synewsdvlistright{
	width: 32%;
}
.synewsdvlistright ul{
	display: flex;
	justify-content: space-between;
	height: 100%;
	flex-direction: column;
}
.synewsdvlistright ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.synewsdvlistright ul li a div{
	width: 52%;
	overflow: hidden;
}
.synewsdvlistright ul li a div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.synewsdvlistright ul li:hover a div img{
	transform: scale(1.05);
}
.synewsdvlistright ul li a section{
	width: 45%;
}
.synewsdvlistright ul li a section h1{
	color: #404040;
	font-size: 18px;
	margin-bottom: 15px;
	height: 30px;
	line-height: 30px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.synewsdvlistright ul li a 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; 
}
.synewsdvlistright ul li a section iconpark-icon{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 15px;
	color: #808080;
	font-size: 18px;
}
.sylx{
	padding: 3.75rem 0px;
	background: url(../images/geq_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.sylx ul{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.sylx ul li{
	max-width: 180px;
}
.sylx ul li i{
	color: #fff;
	font-size: 36px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sylx ul li h1{
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
}
.sylx ul li p{
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	color: #fff;
}
.foot{
	background-color: #2d2d2d;
}
.footdv{
	width: 93.75rem;
	padding: 3.75rem 0px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footdv dl dt{
	margin-bottom: 25px;
}
.footdv dl dt a{
	color: #ffffff;
	font-size: 18px;
	
}
.footdv dl dd{
	margin-top: 15px;
}
.footdv dl dd a{
	color: #ffffff;
	display: block;
	transition: all 1s;
	font-size: 14px;
}
.footdv dl dd a:hover{
	transform: translateX(10px);
}
.footdv ul{
	display: flex;
	justify-content: space-between;
}
.footdv ul li{
	width: 110px;
	margin-left: 20px;
}
.footdv ul li h1{
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	margin-top: 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: #ffffff;
	font-size: 14px;
}

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

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

.mfootdv {
	display: none;
}

.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: #0251c0;
}
.shownav ul li:hover a {
	color: #fff;
}
.shownav ul li.active{
	background-color: #0251c0;
}
.shownav ul li.active a {
	color: #fff;
}
.syall{
	padding: 3.625rem 0rem;
	background-color: #f5f5f5;
}
.prodv{
	width: 93.75rem;
	margin: 0 auto;
}
.prodv ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.prodv ul li{
	width: 23%;
	margin: 1%;
	position: relative;
}
.prodv ul li div{
	overflow: hidden;
	width: 100%;
}
.prodv ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.prodv ul li:hover div img{
	transform: scale(1.05);
}
.prodv ul li section{
	background-color: #fff;
	transition: all 1s;
	padding: 10px 20px;
	position: absolute;
	width: calc(100% - 40px);
	bottom: 0;
	left: 0;
}
.prodv ul li section h1{
	color: #4c4c4c;
	font-size: 18px;
	line-height: 40px;
	height: 45px;
	border-bottom: 1px solid #e6e6e6;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	transition: all 1s;
}
.prodv ul li section h2{
	display: flex;
	justify-content: space-between;
	height: 50px;
	align-items: center;
}
.prodv ul li section h2 span{
	color: #808080;
	font-size: 14px;
	transition: all 1s;
	
}
.prodv ul li section h2 iconpark-icon {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #808080;
	transition: all 1s;
	font-size: 20px;
}
.prodv ul li:hover section{
	background-color: #1f67bf;
	
}
.prodv ul li:hover section h1{
	color: #ffffff;
	font-size: 18px;
}
.prodv ul li:hover section h2 span,.prodv ul li:hover section h2 iconpark-icon {
	color: #fff;
}
.prodv ul li section p{
	line-height: 30px;
	height: 60px;
	color: #ffffff;
	font-size: 14px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	margin-top: 10px;
	display: none;
}
.prodv ul li:hover section h2{
	display: none;
}
.prodv ul li:hover section p{
	display:-webkit-box;
}
.gewe{
	height: 115px;
}

.chanpinimgleft {
	width: 45.0625rem;
}

.chanpinimgright {
	width: 48%;
}

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

.chanpinimgright h1 {
	color: #333333;
	font-size: 36px;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid #e6e6e6;
	font-weight: bold;
}

.chanpinimgright p {
	color: #666666;
	font-size: 16px;
	line-height: 35px;
	margin-top: 15px;
}

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

.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: 2px solid #f7f7f7;
}

.maoyileft #thumbs2 .swiper-slide-thumb-active div {
	border: 2px solid #1f67bf;
	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: 50px;
	margin-right: 1.25rem;
	background-color: #fff;
	text-transform: uppercase;
}

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

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

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

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

.chanpinimgright section{
	margin-top: 2.125rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.chanpinimgright section img{
	margin-right: 10px;
}
.chanpinimgright section span{
	color: #1f67bf;
	font-size: 32px;
	font-weight: bold;
}
.cpjs{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cpjsdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 4.6875rem;
}
.cpjsdvleft{
	width: 70%;
}
.cpjsdvleftbt{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 25px;
}
.cpjsdvleftbt i{
	display: block;
	width: 4px;
	height: 20px;
	background-color: #1f67bf;
	margin-right: 10px;
}
.cpjsdvleftbt h1{
	color: #4d4d4d;
	font-size: 18px;
}
.cpjsdvleftcenter{
	background-color: #fff;
	padding: 3%;
}
.cpjsdvright{
	width: 27%;
}
.cpjsdvright ul li{
	position: relative;
	margin-bottom: 30px;
}
.cpjsdvright ul li div{
	overflow: hidden;
	width: 100%;
}
.cpjsdvright ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.cpjsdvright ul li:hover div img{
	transform: scale(1.05);
}

.cpjsdvright ul li section{
	background-color: #fff;
	transition: all 1s;
	padding: 10px 20px;
	position: absolute;
	width: calc(100% - 40px);
	bottom: 0;
	left: 0;
}
.cpjsdvright ul li section h1{
	color: #4c4c4c;
	font-size: 18px;
	line-height: 40px;
	height: 45px;
	border-bottom: 1px solid #e6e6e6;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	transition: all 1s;
}
.cpjsdvright ul li section h2{
	display: flex;
	justify-content: space-between;
	height: 50px;
	align-items: center;
}
.cpjsdvright ul li section h2 span{
	color: #808080;
	font-size: 14px;
	transition: all 1s;
	
}
.cpjsdvright ul li section h2 iconpark-icon {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #808080;
	transition: all 1s;
	font-size: 20px;
}
.cpjsdvright ul li:hover section{
	background-color: #1f67bf;
	
}
.cpjsdvright ul li:hover section h1{
	color: #ffffff;
	font-size: 18px;
}
.cpjsdvright ul li:hover section h2 span,.cpjsdvright ul li:hover section h2 iconpark-icon {
	color: #fff;
}
.cpjsdvright ul li section p{
	line-height: 30px;
	height: 60px;
	color: #ffffff;
	font-size: 14px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	margin-top: 10px;
	display: none;
}
.cpjsdvright ul li:hover section h2{
	display: none;
}
.cpjsdvright ul li:hover section p{
	display:-webkit-box;
}
.nwsall{
	width: 93.75rem;
	margin: 0 auto;
}
.nwsall ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.nwsall ul li{
	width: 23%;
	margin: 1%;
}
.nwsall ul li div{
	width: 100%;
	overflow: hidden;
}
.nwsall ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.nwsall ul li:hover div img{
	transform: scale(1.05);
}
.nwsall ul li h1{
	width: calc(100% - 20px);
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #fff;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	transition: all 1s;
	font-size: 14px;
	padding: 0 10px;
}
.nwsall ul li:hover h1{
	background-color: #0251c0;
	color: #fff;
}
.lxwm{
	padding: 4.375rem 0px;
}
.lxwmbt h1{
	text-align: center;
	color: #333333;
	font-size: 36px;
	font-weight: bold;
}
.lxwmbt i{
	display: block;
	width: 50px;
	margin: 0 auto;
	height: 2px;
	background-color: #0251c0;
	margin-top: 30px;
}
.lxwmlist{
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 3.125rem;
}
.lxwmlist ul{
	display: flex;
	justify-content: space-between;
}
.lxwmlist ul li{
	background-color: #f8f8f8;
	width: calc(24% - 80px);
	padding: 40px;
	border-radius: 10px;
	transition: all 1s;
}
.lxwmlist ul li iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 36px;
	color: #4d4d4d;
	transition: all 1s;
}
.lxwmlist ul li i{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 36px;
	color: #4d4d4d;
	transition: all 1s;
}
.lxwmlist ul li h1{
	margin-top: 1.5rem;
	color: #4c4c4d;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	transition: all 1s;
}
.lxwmlist ul li p{
	text-align: center;
	font-size: 14px;
	color: #808080;
	margin-top: 15px;
	transition: all 1s;
	line-height: 30px;
}

.lxwmlist ul li:hover{
	background-color: #1f67bf;
}
.lxwmlist ul li:hover h1,.lxwmlist ul li:hover p,.lxwmlist ul li:hover i{
	color: #fff;
}



.liy{
	padding-top: 5.3125rem;
	padding-bottom: 5.3125rem;
	background: url(../images/contact_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.liy .lxwmbt{
	margin-bottom: 2.5rem;
}

.liy form{
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 2.1875rem;
}
.liy form div{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.liy form div input{
	width: 47%;
	padding: 0 1%;
	margin-bottom: 20px;
	line-height: 48px;
	height: 48px;
	font-size: 14px;
	color: #666666;
	border: none;
	outline: none;
	background-color: #fff;
	border-radius: 5px;
}
.liy form div input::placeholder{
	color: #666666;
}
.liy form textarea{
	width: 98%;
	padding: 0 1%;
	margin-bottom: 20px;
	line-height: 48px;
	color: #666666;
	font-size: 14px;
	border: none;
	height: 120px;
	border-radius: 5px;
	outline: none;
	font-family: '微软雅黑';
	background-color: #fff;
	font-size: 14px;
}
.liy form textarea::placeholder{
	color: #666666;
}
.liy form button{
	width: 180px;
	height: 50px;
	background-color: #1f67bf;
	line-height: 50px;
	text-align: center;
	border: none;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
}
.gys{
	padding: 5rem 0px;
	background: url(../images/artqwe_02.jpg) center no-repeat;
	background-size: cover;
	padding-bottom: 0;
}
.gysdv{
	width: 93.75rem;
	margin: 0 auto;
}
.gysxj{
	display: flex;
	justify-content: space-between;
}
.gysxjleft{
	width: 73%;
}
.gysxjleft img{
	display: block;
	width: 100%;
}
.gysxjright{
	width: 27%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #1f67bf;
}
.gysxjright div iconpark-icon{
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 48px;
	margin-bottom: 2.5rem;
} 
.gysxjright div h1{
	color: #ffffff;
	font-size: 22px;
	text-align: center;
	margin-bottom: 15px;
}
.gysxjright div p{
	line-height: 35px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
}
.gyslist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gyslist ul li{
	width: 33.33%;
	padding:  2.8125rem 0rem;
	border-bottom: 1px solid #f2f2f2;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.gyslist ul li:nth-child(4),.gyslist ul li:nth-child(5),.gyslist ul li:nth-child(6){
	border-bottom: none;
}
.gyslist ul li i{
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 1px solid #0a66c8;
	width: 90px;
	height: 90px;
	color: #0a66c8;
	margin-right: 30px;
	font-size: 48px;
}
.gyslist ul li section{
	width: 60%;
}
.gyslist ul li section h1{
	color: #000000;
	font-size: 22px;
	margin-bottom: 15px;
}
.gyslist ul li section p{
	color: #666666;
	font-size: 16px;
}

.gczshi{
	margin: 0rem auto;
	width: 93.75rem;
}
.gczshibt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3.4375rem;
}
.gczshibtleft h2{
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 10px;
}
.gczshibtright{
	width: 250px;
}
.gczshibtleft p{
	color: #808080;
	line-height: 30px;
	font-size: 16px;
}
.gczshibtleft i{
	display: block;
	width: 50px;
	height: 1px;
	background-color: #004bbb;
	margin-top: 1.875rem;
}
.gczshibtright #thumbs .swiper-slide h2{
	color: #404040;
	font-size: 18px;
	line-height: 60px;
	border-bottom: 1px solid #fff;
	transition: all 1s;
	width: 120px;
	text-align: center;
	margin: 0 auto;
}
.gczshibtright #thumbs .swiper-slide-thumb-active h2{
	border-bottom: 1px solid #004bbb;

}
.madv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}
.madvleft{
	width: 49%;
	position: relative;
	overflow: hidden;
}
.madvleft img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.madvleft:hover img{
	transform: scale(1.05);
}
.madvleft h1{
	bottom: 0;
    left: 0;
    position: absolute;
    height: 45px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-size: 15px;
	font-family: "HarmonyOS_Sans_SC";
    background-color: rgba(0, 0, 0, 0.5);
}
.madvright{
	width: 50%;
}
.madvright ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.madvright ul li{
	width: 49%;
	position: relative;
	overflow: hidden;
}
.madvright ul li:first-child,.madvright ul li:nth-child(2){
	margin-bottom: 15px;
}
.madvright ul li img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.madvright ul li:hover img{
	transform: scale(1.05);
}
.madvright ul li h1{
	bottom: 0;
	left: 0;
	position: absolute;
	height: 45px;
	width: 100%;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	font-size: 15px;
	background-color: rgba(0, 0, 0, 0.5);
}
.gczshiall{
	padding: 5.625rem 0px;
	background: url(../images/gongchangzhanshi_02.jpg) center no-repeat;
	background-size: cover;
}

.rongyu{
	padding-top: 6.5625rem;
	padding-bottom: 3.4375rem;
	background: url(../images/greq_02.jpg) center no-repeat;
	background-size: cover;
}
.rongyubt{
	margin-bottom: 3.4375rem;
}
.rongyubt h1{
	text-align: center;
	color: #4c4c4c;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 10px;
}
.rongyubt i{
	width: 50px;
	display: block;
	margin: 0 auto;
	height: 1px;
	background-color: #004bbb;
	margin-top: 25px;
}
.Certificationsdv{
	width: 93.75rem;
	margin: 0 auto;
}
.yslist{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	margin-top: 60px;
	width: 100%;
}
.yslistdv{
	width: 100%;
}
.sjnav{
	display: none;
}
.yslistdvs .swiper-slide img{
	display: block;
	width: 80%;
}
.yslistdvs .swiper-slide .grl{
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.yslistdvs .swiper-wrapper{
	align-items: flex-end;
}
.yslistdvs .swiper-slide-active img{
	width: 100%;
}
.gehr{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 5rem;
}
.gehr #btn1,.gehr #btn2{
	width: 45px;
	height: 45px;
	display: block;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 1s;
	margin: 0 20px;
}
.gehr #btn1 iconpark-icon ,.gehr #btn2 iconpark-icon {
	color: #1f67bf;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	transition: all 1s;
}
.gehr #btn1:hover,.gehr #btn2:hover{
	background-color: #1f67bf;
}
.gehr #btn1:hover iconpark-icon ,.gehr #btn2:hover iconpark-icon {
	color: #fff;
}


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

.mfootdv {
	display: none;
}

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

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

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

.ssdv form button {
	border: none;
	background-color: #333333;
	color: #fff;
	width: 20%;
	font-size: 14px;
}
.nrbanner img{
	display: block;
	width: 100%;
}
.nrbanner{
	position: relative;
	z-index: 2;
}
.nrbanner .btext{
	position: absolute;
	top: 0;
	width: 100%;
	left: 0%;
	height: 100%;
	display: flex;
	align-items: center;
}
.nrbanner .btext section{
	margin: 0 auto;
	width: 93.75rem;
}
.sjnav{
	display: none;
}
.nrbanner .btext section h2{
	font-size: 40px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}
.nrbanner .btext section i{
	display: block;
	width: 50px;
	height: 1px;
	background-color: #fff;
	margin: 35px 0;
}
.nrbanner .btext section p{
	color: #ffffff;
	font-size: 16px;
}




.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: #ffffff;
	font-size: 60px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.bannersasg  .swiper-slide section h2{
	color: #ffffff;
	font-size: 35px;
}
.bannersasg  .swiper-slide section a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	width: 140px;
	height: 50px;
	margin-top: 6.875rem;
	transition: all 1s;
   	background-color: #fff;
    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: #098335;
	
}
.bannersasg  .swiper-slide section a span{
	color: #098335;
	font-size: 14px;
}
.bannersasg  .swiper-slide section a:hover{
	background-color: #098335;
}
.bannersasg  .swiper-slide section a:hover iconpark-icon{
	color: #fff;
}
.bannersasg  .swiper-slide section a:hover span{
	color: #fff;
}
.bannersasg .swiper-slide .ghej{
	position: absolute;
	bottom: 25px;
	height: 70px;
	top: auto;
	width: 100%;
	left: 0;
	margin: 0 auto;
}
.bannersasg .swiper-slide .ghej{
	display: block;
	height: auto;
	animation-name: beat;
    /*动画名称*/
    animation-duration: .5s;
    /*设置秒数*/
   	animation-timing-function: linear;
    /*速度曲线*/
    animation-iteration-count: infinite;
    /*播放次数*/
    animation-direction: alternate;
    /*逆向播放*/
    animation-play-state: running;
    /*正在运行*/
}
.bannersasg .swiper-slide .ghej img{
	display: block;
	width: auto;
	margin: 0 auto;
	margin-bottom: 10px;
}
.bannersasg .swiper-slide .ghej span{
	text-align: center;
	display: block;
	width: 100%;
	color: #fff;

}
.bannersasg  .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
}
.bannersasg  .swiper-pagination-bullet-active{
	width: 35px;
	height: 8px;
	border-radius: 15px;
}
.sgahhrj iconpark-icon{
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #1f67bf;
	color: #fff;
	font-size: 28px;
	border-radius: 50%;
	position: absolute;
	bottom: 15%;
}



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

	.headtopdv,
	.headdv {
		width: 95%;
	}
	.headdvright{
		width: 75%;
	}
	.inaboutdv{
		width: 95%;
	}
	.inaboutdvleft h1{
		font-size: 32px;
	}
	.sz{
		width: 95%;
		margin-top: 6.125rem;
	}
	.sz ul li h2 span{
		font-size: 52px;
	}
	.incpzxdv{
		width: 95%;
	}
	.incpzxlist ul li .inprotext{
		padding: 5%;
		width: 90%;
	}
	.wmdysdv{
		width: 95%;
	}
	.inabdvright h2{
		font-size: 36px;
	}
	.inabdvright h1{
		font-size: 28px;
	}
	.inabdvright p {
	    color: #fff;
	    font-size: 14px;
	    line-height: 30px;
	    width: 70%;
	}
	.inabdvright ul li h4 {
	    color: #fff;
	    font-size: 14px;
	}
	.inabdvright ul li h3 span{
		font-size: 42px;
	}
	.inabdvright ul li h3 i {
	    color: #fff;
	    font-size: 15px;
	    margin-top: 27px;
	    margin-left: 5px;
	}
	.synewsdv{
		width: 95%;
	}
	.synewsdvlistleft .sew h2{
		font-size: 18px;
	}
	.synewsdvlistright ul li a section h1{
		margin-bottom: 5px;
	}
	.synewsdvlistright ul li a section iconpark-icon{
		margin-top: 5px;
	}
	.synewsdvlistright ul li a section p{
		font-size: 14px;
		line-height: 25px;
		height: 50px;
	}
	.sylx ul{
		width: 95%;
	}
	.footdv{
		width: 95%;
		padding: 5.75rem 0px;
	}
	.wdldv{
		width: 95%;
	}
	.gysdv{
		width: 95%;
	}
	.gysxjright div p {
	    line-height: 30px;
	    text-align: center;
	    color: #ffffff;
	    font-size: 14px;
	}
	.gysxjright div h1 {
	    color: #ffffff;
	    font-size: 20px;
	    text-align: center;
	    margin-bottom: 15px;
	}
	.gczshi{
		width: 95%;
	}
	.madv{
		width: 100%;
	}
	.madvright ul li:first-child, .madvright ul li:nth-child(2) {
	    margin-bottom: 10px;
	}
	.Certificationsdv{
		width: 95%;
	}
	.lxwmlist{
		width: 95%;
	}
	.liy form{
		width: 95%;
	}
	.liy form div input {
	    width: 45%;
	    padding: 0 2%;
	}
	.liy form textarea {
	    width: 96%;
	    padding: 0 2%;
	}
	.liy form button {
	    width: 180px;
	    height: 45px;
		line-height: 45px;
	}
	.nwsall,.prodv{
		width: 95%;
	}
	.prodv ul li section h1{
		font-size: 16px;
	}
	.prodv ul li:hover section h1 {
	    color: #ffffff;
	    font-size: 16px;
	}
	.chanpinimg{
		width: 95%;
	}
	.chanpinimgright {
	    width: 55%;
	}
	.chanpinimgright h1{
		font-size: 24px;
	}
	.chanpinimgright p {
	    color: #666666;
	    font-size: 14px;
	    line-height: 30px;
	    margin-top: 15px;
	}
	.cennuodv a{
		margin-top: 25px;
	}
	.cpjsdv{
		width: 95%;
	}
	.cpjsdvright ul li section h1{
		font-size: 16px;
	}
	.cpjsdvright ul li:hover section h1 {
	    color: #ffffff;
	    font-size: 16px;
	}
	.sgahhrj section{
		width: 95%;
	}
	.bannersasg .swiper-slide section h1{
		font-size: 48px;
	}
	.bannersasg .swiper-slide section h2 {
	    color: #ffffff;
	    font-size: 24px;
	}
}


@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;
	}
	.inaboutdv{
		width: 95%;
		display: block;
	}
	.inaboutdvleft{
		width: 100%;
	}
	.inabout {
		padding: 30px 0px;
	}
	.inaboutdvleft h1{
		font-size: 20px;
	}
	.inaboutdvleft h2{
		font-size: 14px;
	}
	.inaboutdvleft p {
	    color: #808080;
	    font-size: 14px;
	    line-height: 30px;
	}
	.inaboutdvleft a{
		margin-bottom: 20px;
	}
	.inaboutdvleft a span {
	    color: #1f67bf;
	    font-size: 14px;
	    margin-right: 20px;
	}
	.inaboutdvleft a {
	    width: 130px;
	    height: 40px;
	}
	.inaboutdvright{
		width: 100%;
		height: 150px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.sz{
		margin-top: 20px;
		width: 95%;
	}
	.sz ul{
		flex-wrap: wrap;
	}
	.sz ul li{
		width: 50%;
	}
	.sz ul li h1 {
	    color: #4c4c4c;
	    font-size: 14px;
	}
	.sz ul li h2{
		margin-top: 0;
	}
	.sz ul li h2 span{
		font-size: 36px;
	}
	.sz ul::after{
		display: none;
	}
	.sz ul li h2 i {
	    color: #4c4c4c;
	    font-size: 20px;
	    margin-top: 5px;
	    margin-left: 3px;
	}
	.incpzxdv{
		width: 95%;
	}
	.incpzxbt{
		display: block;
	}
	.incpzxbtleft h1{
		margin-bottom: 5px;
		font-size: 20px;
		text-align: center;
	}
	.incpzxbtleft p{
		font-size: 14px;
		line-height: 30px;
		text-align: center;
	}
	.incpzxbtright a{
		width: 130px;
		height: 40px;
		margin: 0 auto;
		margin-top: 10px;
	}
	.incpzxlist ul li{
		width: 48%;
		margin: 1%;
	}
	.incpzxlist ul li .inprotext{
		padding: 5%;
		width: 90%;
	}
	.incpzxlist {
	    margin-top: 5.5rem;
	}
	.incpzxlist ul li .inprotext>iconpark-icon{
		width: 40px;
		height: 40px;
		margin-right: 10px;
	}
	.incpzxlist ul li .inprotext section h1 {
	    color: #ffffff;
	    font-size: 16px;
	    margin-bottom: 5px;
	}
	.wmdysdv{
		width: 95%;
	}
	.wmdysbt h1{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.wmdysbt p {
	    color: #808080;
	    font-size: 14px;
	    line-height: 30px;
	    text-align: center;
	}
	.wmdyslist ul{
		flex-wrap: wrap;
	}
	.wmdyslist ul li{
		width: 40%;
		padding: 4%;
		margin: 1%;
		padding-bottom: 0;
	}
	.wmdyslist ul li img{
		width: 40px;
	}
	.wmdyslist ul li div::after {
	    content: "";
	    display: block;
	    width: 20px;
	    height: 20px;
	    background-image: linear-gradient(#c0d2e7, #fff);
	    position: absolute;
	    border-radius: 50%;
	    top: 5px;
	    left: 30px;
	    transition: all 1s;
	}
	.wmdyslist ul li section h1{
		font-size: 17px;
	}
	.wmdyslist ul li section p{
		margin-top: 10px;
		line-height: 25px;
		font-size: 14px;
		height: 50px;
	}
	.wmdyslist ul li iconpark-icon{
		margin-top: 4rem;
		height: 35px;
		font-size: 18px;
	}
	.inabdv{
		width: 95%;
		margin: 0 auto;
	}
	.inabdvright{
		width: 100%;
	}
	.inabdvright h1{
		font-size: 20px;
	}
	.inabdvright h2{
		font-size: 17px;
	}
	.inabdvright>i{
		margin: 5.125rem 0px;
	}
	.inabdvright p {
	    color: #fff;
	    font-size: 14px;
	    line-height: 30px;
	    width: 100%;
	}
	.inabdvright ul li h3 span{
		font-size: 32px;
	}
	.inabdvright ul li h3 i{
		margin-top: 16px;
	}
	.inabdvright ul li h4 {
	    color: #fff;
	    font-size: 14px;
	}
	.synewsdv{
		width: 95%;
	}
	.synewsdvlist{
		margin-top: 5.125rem;
	}
	.synewsdvlistleft,.synewsdvlistcenter{
		display: none;
	}
	.synewsdvlistright{
		width: 100%;
	}
	.synewsdvlistright ul li{
		margin-bottom: 10px;
	}
	.synewsdvlistright ul li a div{
		width: 37%;
	}
	.synewsdvlistright ul li a section {
	    width: 59%;
	}
	.synewsdvlistright ul li a section iconpark-icon{
		display: none;
	}
	.synewsdvlistright ul li a section h1{
		margin-bottom: 5px;
		font-size: 16px;
	}
	.synewsdvlistright ul li a section p{
		line-height: 25px;
		height: 50px;
	}
	.foot{
		display: none;
	}
	.sylx ul{
		width: 95%;
	}
	.sylx ul li{
		width: 48%;
		margin: 1%;
		text-align: center;
	}
	.shownav ul li{
		width: 100%;
	}
	.shownav ul li a{
		height: 45px;
		line-height: 45px;
	}
	.gysdv{
		width: 95%;
		display: block;
	}
	.gysxj{
		display: block;
	}
	.gysxjleft{
		width: 100%;
	}
	.gysxjright{
		width: 100%;
		padding: 20px 0px;
	}
	.gysxjright div iconpark-icon{
		font-size: 32px;
	}
	.gysxjright div h1{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.gysxjright div p {
	    line-height: 30px;
	    text-align: center;
	    color: #ffffff;
	    font-size: 14px;
	}
	.gyslist ul li{
		width: 48%;
		display: block;
		padding: 15px 0px;
	}
	.gyslist ul li i{
		width: 45px;
		height: 45px;
		font-size: 24px;
		margin: 0 auto;
	}
	.gyslist ul li section{
		width: 100%;
		margin-top: 10px;
	}
	.gyslist ul li section h1{
		text-align: center;
		font-size: 16px;
		margin-bottom: 7px;
	}
	.gyslist ul li section p{
		font-size: 14px;
		text-align: center;
	}
	.gczshi{
		width: 95%;
		margin: 30px auto;
	}
	.gczshibt{
		display: block;
	}
	.gczshibtleft h2{
		text-align: center;
		font-size: 20px;
		font-weight: bold;
	}
	.gczshibtleft p{
		font-size: 14px;
		line-height: 25px;
		text-align: center;
	}
	.gczshibtright{
		width: 100%;
	}
	.gczshibtright #thumbs {
		margin-top: 15px;
	}
	.gczshibtright #thumbs .swiper-slide h2{
		width: auto;
	}
	.gczshibtright #thumbs .swiper-slide h2{
		    font-size: 15px;
		    line-height: 45px;
	}
	.madv{
		width: 100%;
		display: block;
		margin-top: 10px;
	}
	.madvleft{
		width: 100%;
		margin-bottom: 5px;
	}
	.madvright{
		width: 100%;
	}
	.madvright ul li{
		width: 48%;
		margin: 1%;
		margin-bottom: 1%;
	}
	.madvright ul li:first-child, .madvright ul li:nth-child(2){
		margin-bottom: 1%;
	}
	.madvright ul li h1{
		height: 30px;
		font-size: 13px;
		line-height: 30px;
	}
	.madvleft h1{
		height: 30px;
		font-size: 13px;
		line-height: 30px;
	}
	.gczshibtleft i{
		margin: 0 auto;
		margin-top: 15px;
	}
	.rongyubt h1{
		font-size: 20px;
	}
	.yslist{
		margin-top: 30px;
	}
	.Certificationsdv{
		width: 95%;
	}
	.sylx ul{
		flex-wrap: wrap;
	}
	.sylx ul li {
		margin: 15px 1%;
	}
	.sylx ul li h1{
		font-size: 16px;
	}
	.sylx {
	    padding: 6.75rem 0px;
	}
	.sylx ul li p {
	    line-height: 25px;
	    font-size: 14px;
	    text-align: center;
	    color: #fff;
	}
	.sylx ul li i{
		font-size: 24px;
	}
	.lxwm {
	    padding:30px 0px;
	}
	.lxwmbt h1{
		font-size: 20px;
	}
	.lxwmbt i{
		margin-top: 15px;
	}
	.lxwmlist{
		width: 95%;
		margin-top: 25px;
	}
	.lxwmlist ul{
		display: block;
	}
	.lxwmlist ul li{
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
	}
	.lxwmlist ul li iconpark-icon{
		font-size: 24px;
	}
	.lxwmlist ul li i{
		font-size: 24px;
	}
	.lxwmlist ul li h1{
		font-size: 17px;
		margin-top: 15px;
	}
	.lxwmlist ul li p{
		margin-top: 5px;
	}
	.liy form{
		width: 95%;
		margin-top: 15px; 
	}
	.liy form div input {
	    width: 96%;
	    padding: 0px 2%;
		margin-bottom: 10px;
		line-height: 40px;
		height: 40px;
	}
	.liy form textarea{
		width: 96%;
		padding: 0px 2%;
	}
	.liy form button {
	    width: 125px;
	    height: 40px;
	    background-color: #1f67bf;
	    line-height: 40px;
	    text-align: center;
	    border: none;
	    color: #fff;
	    font-size: 15px;
	    border-radius: 5px;
	}
	.shownav ul li a{
		font-size: 15px;
	}
	.shownav ul li a {
        height: 45px;
        line-height: 45px;
        display: block;
    }
	.nwsall{
		width: 97%;
	}
	.nwsall ul li {
	    width: 48%;
	    margin: 1%;
	}
	.syall{
		padding: 30px 0px;
	}
	.nwsall ul li h1{
		height: 40px;
		line-height: 40px;
	}
	.shownavs{
		display: none;
	}
	.prodv{
		width: 97%;
	}
	.prodv ul li{
		width: 48%;
	}
	.prodv ul li section h1 {
	    color: #4c4c4c;
	    font-size: 16px;
	    line-height: 30px;
	    height: 35px;
	}
	.prodv ul li section h2{
		height: 35px;
	}
	.gewe {
	    height: 90px;
	}
	.prodv ul li:hover section h1 {
	    color: #ffffff;
	    font-size: 16px;
	}
	.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;
	}
	.cpxq{
		width: 95%;
		flex-direction: column;
	}
	.cpxq .cpxqright{
		width: 100%;
	}
	.cpxqxq{
		width: 90%;
		padding: 5%;
	}
	.maoyileft #thumbs2 .swiper-slide div{
		width: calc(100% - 4px);
	}
	.chanpinimgright section span {
	    color: #1f67bf;
	    font-size: 24px;
	    font-weight: bold;
	}
	.cennuodv a{
		margin-right: 15px;
	}
	.cpjsdv{
		width: 95%;
		display: block;
	}
	.cpjsdvleft{
		width: 100%;
	}
	.cpjsdvleftbt{
		margin-bottom: 15px;
	}
	.cpjsdvleftcenter{
		width: 90%;
		padding: 5%;
	}
	.cpjsdvright{
		width: 100%;
		margin-top: 15px;
	}
	.cpjsdvright ul li section h1{
		color: #4c4c4c;
		font-size: 16px;
		line-height: 30px;
		height: 35px;
	}
	.cpjsdvright ul li section h2{
		height: 40px;
	}
	.cpjsdvright ul li:hover section h1 {
	    color: #ffffff;
	    font-size: 16px;
	}
	.cpjsdvright ul li{
		margin-bottom: 10px;
	}

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

	.msgNum {
		display: none;
	}

	.slider {
		margin-top: 44px;
	}

	.head {
		display: none
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.m_nav .m_navList ul li .m_s_nav a {
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding-left: 10%;
		overflow: hidden;
		white-space: nowrap;
		width: 90%;
		text-overflow: ellipsis;
	}
	.mobile-inner {
	    width: 100%;
	    margin-right: auto;
	    margin-left: auto;
	    position: relative;
	    height: 50px;
	}
	.mfoot{
		height: 45px;
		display: block;
	}
	.mfootdv{
		display: flex;
		width: 100%;
		height: 45px;
		line-height: 45px;
		justify-content: space-between;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		background-color:#0251c0;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #0f4591;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.nrbanner .btext{
		width: 95%;
		margin-left: 0;
		left:2.5%;

	}
	.nrbanner .btext section{
		width: 90%;
	}
	.nrbanner .btext section h2{
		text-align: center;
		font-size: 20px;
	}
	.nrbanner .btext section p{
		text-align: center;
		font-size: 14px;
	}
	.nrbanner img {
	    display: block;
	    width: 150%;
	    margin-left: -25%;
	}
	.nrbanner{
		overflow: hidden;
	}
	.nrbanner .btext section i{
		width: 30px;
    	height: 3px;

    	margin-top: 5px;
    	margin: 10px auto;
	}
	.nrbanner .btext section p{
		margin-top: 5px;
	}
	.x9,.x3{
		width: 100%;
	}
	.sidebar-l {
	    margin-right: 0px;
	}
	.article .post h1 {
	    font-size: 18px;
	}
	.sgahhrj section{
		width: 95%;
	}
	.bannersasg .swiper-slide section h1{
		font-size: 24px;
		margin-bottom: 10px;
		text-align: center;
	}
	.bannersasg .swiper-slide section h2{
		font-size: 14px;
		text-align: center;
	}
	.sgahhrj iconpark-icon{
		display: none;
	}
}