* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	outline: none;
}
html, body {
	overflow-x: hidden;
}
.flex-c {
	display: flex;
	align-items: center;
}

.flex-wp {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.flex-j {
	display: flex;
	flex-direction: column;
	justify-content: space-around;

}

.flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

input[type="submit"] {
	/* 清除边框 */
	border: none;
	/* 清除背景颜色 */
	background-color: transparent;
	/* 清除轮廓线 */
	outline: none;
	/* 设置自定义的字体颜色、大小等 */
	color: #fff;
	font-size: 16px;
	/* 其他需要重置或自定义的样式 */
	padding: 0;
	cursor: pointer;
}

.header {
	width: 100%;
	height: 48px;
	background-color: #F6F6F6;
}

.header_span {
	width: 1920px;
	height: 49px;
}

.header_spann {
	width: 1200px;
	height: 49px;
	display: flex;
	justify-content: space-between;
}

.header_spann span:nth-of-type(1) {
	width: auto;
	height: 49px;
	/* font-family: MicrosoftYaHei; */
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 49px;
	letter-spacing: 0px;
	color: #000000;
}

.header_spann span:nth-of-type(2) {
	width: auto;
	height: 49px;
	/* font-family: MicrosoftYaHei; */
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 49px;
	letter-spacing: 0px;
	color: #000000;
}

.line {
	width: 100%;
	height: 1px;
	background-color: #bfbfbf;
}

.linee {
	width: 1920px;
	height: 1px;
	background-color: #bfbfbf;
	max-width: 100%;
}

.header_logo {
	width: 100%;
	height: 105px;
	background-color: #F6F6F6;
}

.header_logo_div {
	width: 1200px;
	height: 105px;
}

.form {
	position: relative;
	/* width: 256px; */
	width: 612px;
	height: 29px;
	background-color: #ffffff;
	margin-left: 269px;
	display: flex;
}

.form input[type=text] {
	position: absolute;
	top: -0.5%;
	right: 10px;
	width: 100%;
	height: 104%;
	border-radius: 14px 16px 16px 14px;
	font-size: 12px;
	border: solid 1px #0162af;
	padding: 0 15px;
	color: #999999;
	z-index: 1;
}

.form input[type=submit] {
	/* width: 18px; */
	flex: 1;
	position: absolute;
	right: -10px;
	top: 51.5%;
	transform: translateY(-50%);
	height: 18px;
	background: url(../img/ic13.png) no-repeat;
	background-position: center;
	background-size: 20px;
	width: 40px;
	height: 30px;
	background-color: #0162af;
	border-radius: 0 16px 16px 0;
	border: solid 1px #0162af;
	z-index: 99;
}

.header_logo_div_right {
	width: 257px;
	height: 50px;
	display: flex;
	justify-content: space-between;
	margin-left: 55px;
}

.header_logo_div_right_content {
	width: 194px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 13px;
}

.header_logo_div_right_content span:nth-child(1) {
	width: 56px;
	height: 15px;
	/* font-family: MicrosoftYaHei; */
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 19px;
	letter-spacing: 0px;
	color: #000000;
}

.header_logo_div_right_content span:nth-child(2) {
	width: 194px;
	height: 21px;
	/* font-family: MicrosoftYaHei-Bold; */
	font-weight: 700;
	font-size: 25px;
	font-weight: 450;
	font-stretch: normal;
	line-height: 19px;
	letter-spacing: 0px;
	color: #0162af;
}



.header_bottom {
	width: 100%;
	height: 73px;
	background-color: #0f6aaa;
}

.common_card {
	width: 1200px;
	height: 73px;
	background-color: #0f6aaa;
	display: flex;
	/* justify-content: space-between; */
}

.header_bottom ul {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.header_bottom ul li {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 25px;
	transition: all 0.3s;
}

.header_bottom ul li a {
	font-size: 20px;
	color: #ffffff;
}

.header_bottom ul li:hover {
	background-color: #1c9f3c;
}

.header_bottom li img {
	width: 22px;
	height: 22px;
	margin-right: 5px;
	object-fit: cover;

}

.header_bottom ul li:hover::after {
	width: auto;
}

.header_bottom ul li:hover a {
	color: #fff;
}

/* 轮播 */


.headerSwiper {
	position: relative;
	width: 100%;
	height: auto;
}

.headerSwiper .swiper-pagination-bullet {
	width: 51px;
	height: 12px;
	border-radius: 6px;
	background-color: #0162af;
	opacity: 1;
}

.banner-pagination {
	position: absolute;
	bottom: 5%;
	z-index: 999;
}

.headerSwiper .swiper-pagination-bullet-active {
	background-color: #0162af;
}

.headerSwiper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: bottom;
	z-index: 1;
}

.banner_wrap {
	width: 1920px;
	height: 800px;
}


/* 产品展示 */
.product {
	width: 100%;
	height: 1136px;
}

.product_content {
	
	width: 1920px;
	height: 1136px;
	flex-direction: column;
}

.product_top {
	width: 1451px;
	height: 88px;

}

.product_top span {
	width: auto;
	height: 34px;
	/* font-family: MicrosoftYaHei-Bold; */
	font-weight: 700;
	font-size: 36px;
	font-weight: 350;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 2px;
	color: #000000;
}

.product_middle {
	width: 1451px;
	height: 10px;
	position: relative;
}

.product_middle_div {
	width: 193px;
	height: 10px;
	background-color: #0162af;
	z-index: 99;
}

.product_middle_div_line {
	position: absolute;
	top: 50%;
	left: 0;
	width: 1404px;
	height: 1px;
	background-color: #d2d2d2;
	z-index: 1;
}

.product_span {
	width: 1451px;
	height: 53px;
}

.product_span span {
	width: auto;
	height: auto;
	/* font-family: MicrosoftYaHei; */
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 1px;
	color: #797979;
}

.product_text {
	width: 1451px;
	height: 44px;
	margin-top: 19px;
}

.input_text {
	width: 621px;
	height: 44px;
	display: flex;
	justify-content: space-between;
}

.text {
	width: 143px;
	height: 44px;
	background-color: #0f6aaa;
	border-radius: 22px;

}

.text span {
	width: auto;
	height: auto;
	/* font-family: MicrosoftYaHei; */
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 1px;
	color: #ffffff;
}

.productswiper {
	width: 1510px;
	height: auto;

}

.common-card1 {
	width: 1490px;
	height: 820px;
	position: relative;
}

.productsitem {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.productsitem li {
	width: 340px;
	height: 340px;
	border-radius: 50%;
	margin-top: 32px;
	margin-left: 16px;
	background: url(img/ic1-9.png) no-repeat;
	/* border: solid 1px red; */
	position: relative;
}

.productsitem_img1 {
	width: 329px;
	height: 329px;
	border-radius: 50%;
}

.productsitem_img2 {
	width: 330px;
	height: 330px;
	position: absolute;
	top: 0;
	left: 5px;
}

.productsitem_img span {
	position: absolute;
	bottom: 26px;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	height: 25px;
	/* font-family: MicrosoftYaHei; */
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #ffffff;
}

.productswiper .swiper-pagination-bullet {
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background-color: #0162af;
	opacity: 1;
}

.productswiper .banner-pagination {
	position: absolute;
	bottom: 0;
}

.product_banner_radius:hover {
	background-color: #1C9F3C;
}

.productwiper.swiper-pagination {
	width: 100%;
	position: static;
	margin-top: 55px;
}

.productwiper .swiper-pagination-bullet {
	width: 25px;
	height: 25px;
	border-radius: 100%;
	background: #0162af;
	margin: 0 10px;
	opacity: 1;
}

.productwiper .swiper-pagination-bullet:hover {
	background: #1C9F3C;
	opacity: 1;
}

.productwiper .swiper-pagination-bullet-active {
	background: #0162af;
	opacity: 1;
}




.product_bottom_content span {
	position: absolute;
	left: 50%;
	bottom: 2px;
	transform: translateX(-50%);
	width: 230px;
	height: 50px;
	/* font-family: MicrosoftYaHei; */
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	text-align: center;
	letter-spacing: 0px;
	color: #ffffff;
	z-index: 10;
}



.product_banner_radius {
	width: 25px;
	height: 25px;
	background-color: #0f6aaa;
	border-radius: 50%;
	margin-left: 15px;
}

.product_banner_radius:hover {
	background-color: #1C9F3C;
}




.product_bottom {
	width: 1451px;
	height: 863px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	transform: translate3d(0px, 0px, 0px);
	transition-duration: 0ms; 
}

.product_bottom_div {
	width: 332px;
	height: 332px;
	border-radius: 50%;
	background-color: #FFFFFF;
	box-shadow: 0 4px 23px 1px rgba(0, 0, 0, 0.1);
	
	
}

.product_bottom_content {
	position: relative;
	width: 329px;
	height: 329px;
	border-radius: 50%;
	background: url(../img/ic1.png) no-repeat;
	background-position: -287px -112px;
}


.productwiper img {
	width: 100%;
	position: absolute;
	top: 3px;
	left: 0;
	z-index: 1;
	/* border: 1px solid #e0e0e0; */
}

/* .productwiper span{
	text-align: center;
	margin-top: 4px;
	background: #fff;
	line-height: 45px;
	font-size: 18px;
	color: #000;
} */

.productwiper.swiper-pagination {
	width: 100%;
	position: static;
	margin-top: 55px;
}

.productwiper .swiper-pagination-bullet {
	width: 25px;
	height: 25px;
	border-radius: 100%;
	background: #0162af;
	margin: 0 10px;
	opacity: 1;
}
.productwiper .swiper-pagination-bullet:hover{
	background: #1C9F3C;
	opacity: 1;
}

.productwiper .swiper-pagination-bullet-active {
	background: #0162af;
	opacity: 1;
}




.product_bottom_content span {
	position: absolute;
	left: 50%;
	bottom: 2px;
	transform: translateX(-50%);
	width: 230px;
	height: 50px;
	/* font-family: MicrosoftYaHei; */
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	text-align: center;
	letter-spacing: 0px;
	color: #ffffff;
	z-index: 10;
}

.product_bottom_content1 {
	position: relative;
	width: 326px;
	height: 326px;
	border-radius: 50%;
	background: url(../img/ic1-1.png) no-repeat;
	background-position: -233px -82px;
}

.product_bottom_content2 {
	position: relative;
	width: 326px;
	height: 326px;
	border-radius: 50%;
	background: url(../img/ic1-2.png) no-repeat;
	background-position: -161px -43px;
}

.product_bottom_content3 {
	position: relative;
	width: 326px;
	height: 326px;
	border-radius: 50%;
	background: url(../img/ic1-3.png) no-repeat;
	background-position: -174px -112px;
}

.product_bottom_content4 {
	position: relative;
	width: 326px;
	height: 326px;
	border-radius: 50%;
	background: url(../img/ic1-4.png) no-repeat;
	background-position: -229px -114px;
}

.product_bottom_content5 {
	position: relative;
	width: 326px;
	height: 326px;
	border-radius: 50%;
	background: url(../img/ic1-5.png) no-repeat;
	background-position: -316px -72px;
}

.product_bottom_content6 {
	position: relative;
	width: 326px;
	height: 326px;
	border-radius: 50%;
	background: url(../img/ic1-6.png) no-repeat;
	background-position: -237px -51px;
}

.product_bottom_content7 {
	position: relative;
	width: 326px;
	height: 326px;
	border-radius: 50%;
	background: url(../img/ic1-7.png) no-repeat;
	background-position: -219px -65px;
}

.product_banner {
	width: 1451px;
	height: 110px;
}

.product_banner_radius {
	width: 25px;
	height: 25px;
	background-color: #0f6aaa;
	border-radius: 50%;
	margin-left: 15px;
}

.product_banner_radius:hover {
	background-color: #1C9F3C;
}


/* 关于我们 */
.about {
	width: 100%;
	height: 1000px;
}

.about_card {
	position: relative;
	width: 1920px;
	height: 1000px;
}

.card_top {
	width: 1920px;
	height: 464px;
	background: url(../img/ic2-1.png) no-repeat;
}

.card_bottom {
	width: 1920px;
	height: 536px;
	background-color: #F1F1F1;
}

.about_card_text {
	width: 1413px;
	height: 865px;
	position: absolute;
	bottom: 37px;
	left: 50%;
	transform: translate(-50%);
	background-color: #ffffff;
	box-shadow: 0px 4px 23px 1px rgba(0, 0, 0, 0.1);
	border-radius: 40px;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.about_card_text span:nth-of-type(1) {
	width: auto;
	height: auto;
	/* font-family: MicrosoftYaHei-Bold; */
	font-weight: 700;
	font-size: 38px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #000000;
	margin: 41px 0 18px 0;
}

.about_card_text span:nth-of-type(2) {
	width: auto;
	height: auto;
	/* font-family: MicrosoftYaHei; */
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 1px;
	color: #797979;
}

.card_text {
	width: 1202px;
	height: 492px;
	margin-top: 34px;
}

.card_text_left {
	width: 594px;
	height: 497px;
	/* font-family: MicrosoftYaHei; */
	font-weight: normal;
	font-stretch: normal;
	color: #000000;
}

.about_card_text .card_text_left span {
	display: inline-block;
	/* font-family: MicrosoftYaHei; */
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 39px;
	color: #000000;
	text-indent: 2em;
	margin: 0;
}

.card_text_right {
	width: 593px;
	height: 497px;
	background: url(../img/ic2.png);
	background-position: -94px -4px;
	margin-left: 15px;
	margin-top: 20px;
}

.card_texts {
	width: 1202px;
	height: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 48px;
}

.card_texts_div {
	width: auto;
	height: 108px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/* align-items: flex-start; */

}

.card_texts_div span:nth-of-type(1) {
	width: auto;
	height: auto;
	/* font-family: MicrosoftYaHei; */
	font-size: 20px;
	font-weight: 100;
	font-stretch: normal;
	/* line-height: 64px; */
	letter-spacing: 0px;
	color: #000000;
	margin: 0;
}

.card_texts_div span:nth-of-type(2) {
	width: auto;
	height: 48px;
	font-family: SourceHanSansSC-Bold;
	font-size: 38px;
	font-weight: bold;
	font-stretch: normal;
	/* line-height: 64px; */
	letter-spacing: 0px;
	color: #0f6aaa;
}

#card_text1 {
	font-family: SourceHanSansSC-Bold;
	font-size: 48px;
	font-weight: bold;
	font-stretch: normal;
	/* line-height: 64px; */
	letter-spacing: 0px;
	color: #0f6aaa;
}

#card_text2 {
	font-family: SourceHanSansSC-Bold;
	font-size: 48px;
	font-weight: bold;
	font-stretch: normal;
	/* line-height: 64px; */
	letter-spacing: 0px;
	color: #0f6aaa;
}

#card_text3 {
	font-family: SourceHanSansSC-Bold;
	font-size: 48px;
	font-weight: bold;
	font-stretch: normal;
	/* line-height: 64px; */
	letter-spacing: 0px;
	color: #0f6aaa;
}

#card_text4 {
	font-family: SourceHanSansSC-Bold;
	font-size: 48px;
	font-weight: bold;
	font-stretch: normal;
	/* line-height: 64px; */
	letter-spacing: 0px;
	color: #0f6aaa;
}

.apply {
	width: 100%;
	height: 1076px;
}

.apply_content {
	width: 1920px;
	height: 1076px;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.apply_content span:nth-of-type(1) {
	width: auto;
	height: auto;
	/* font-family: MicrosoftYaHei-Bold; */
	font-weight: 700;
	font-size: 38px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #000000;
	margin-top: 65px;
}

.apply_content span:nth-of-type(2) {
	width: auto;
	height: auto;
	/* font-family: MicrosoftYaHei; */
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 1px;
	color: #797979;
	margin-top: 18px;
}

.apply_content_top {
	width: 1105px;
	height: 44px;
	display: flex;
	justify-content: space-between;
	margin: 32px 0 37px;
}

.apply_content_top_text {
	width: 143px;
	height: 44px;
	background-color: #0f6aaa;
	border-radius: 22px;
}

.apply_content_top_text:hover {
	background-color: #21a23c;
}

.apply_content .apply_content_top_text span {
	width: auto;
	height: auto;
	/* font-family: MicrosoftYaHei; */
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 1px;
	color: #ffffff;
	margin: 0;
}

.apply_content .common-card {
	width: 1533px;
}

.products-con {
	width: 100%;
	height: auto;
}

.productsItem li {
	width: 366px;
	height: 326px;
	background-color: #f3f3f3;
	padding: 10px 10px 0 10px;
	margin: 0 8px 20px 0;

}

.productsItem li .productsItem_img {
	width: 344px;
	height: 215px;
}

.productsItem li .productsItem_img img {
	width: 344px;
	height: 215px;
}

.productsItem li .productsItem_line {
	width: 344px;
	height: 1px;
	background-color: #d2d2d2;
	margin: 7px 0 18px;
}

.productsItem li .name {
	width: 100%;
	height: 20px;
	/* line-height: 60px; */
	text-align: center;
	font-size: 16px;
	color: #444444;
	margin: 10px 0;
}


.apply_content_middle {
	width: 1533px;
	height: 678px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;

}

.apply_content_middle_text {
	width: 366px;
	height: 326px;
	background-color: #f3f3f3;
	flex-direction: column;
	margin-top: 10px;
}

.apply_content_middle_text_top {
	width: 366px;
	height: 234px;

}

.apply_content_middle_text .apply_content_middle_text_top img {
	margin-bottom: 10px;
}

.apply_content_middle_text_line {
	width: 366px;
	height: 1px;
	background-color: #d2d2d2;
	margin-bottom: 18px;
}

.apply_content_middle_text_bottom {
	height: 42px;
	width: 229px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}

.apply_content_middle_text_bottom span:nth-child(1) {
	display: inline-block;
	/* font-family: MicrosoftYaHei; */
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	margin: 0;
}

.apply_content_middle_text_bottom span:nth-child(2) {
	display: inline-block;
	/* font-family: MicrosoftYaHei; */
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #828282;
	margin: 0;
}

.apply_content_bottom {
	height: 145px;
	width: 1533px;
	display: flex;
	justify-content: center;
	margin-top: 47px;
}

.goods {
	width: 100%;
	height: 1107px;
}

.goods_content {
	position: relative;
	width: 1920px;
	height: 1107px;
	flex-direction: column;
}

.goods_top {
	width: 1920px;
	height: 769px;
}

.goods_top_left {
	width: 969px;
	height: 769px;
	background: url(../img/ic4.png) no-repeat;
}

.goods_top_right {
	width: 951px;
	height: 769px;
	background: url(../img/ic4-1.png) no-repeat;
}

.goods_top_right_text1 {
	width: 365px;
	height: 119px;
	margin: 112px 0 0 96px;
}

.goods_top_right_text1 span {
	/* font-family: MicrosoftYaHei-Bold; */
	font-weight: 700;
	font-size: 45px;
	font-weight: bold;
	font-stretch: normal;
	/* line-height: 71px; */
	letter-spacing: 0px;
	color: #ffffff;
	transition: font-size .3s ease;
}

.goods_top_right_text1 span:hover {
	/* font-size: 2.4em; */
}

.goods_top_right_line {
	width: 485px;
	height: 3px;
	background-color: #0d962a;
	margin: 59px 0 0 96px;
}

.goods_top_right_text2 {
	width: 475px;
	height: 97px;
	margin: 60px 0 0 96px;
}

.goods_top_right_text2 span {
	/* font-family: MicrosoftYaHei; */
	font-size: 25px;
	font-weight: 200;
	font-stretch: normal;
	line-height: 61px;
	letter-spacing: 0px;
	color: #ffffff;
	transition: font-size 2s ease;
}

.goods_top_right_text2 span:hover {
	/* font-size: 2em; */
}


.goods_bottom {
	width: 1920px;
	height: 338px;
}

.goods_text {
	position: absolute;
	top: 668px;
	left: 360px;
	width: 1200px;
	height: 400px;
	display: flex;
	justify-content: space-between;
}

.goods_text_content {
	width: 287px;
	height: 400px;
	flex-direction: column;
	background-color: #ffffff;
	box-shadow: 0px 3px 2px 0px rgba(37, 37, 37, 0.3);
}

.goods_text_content img {
	width: 49px;
	height: 52px;
}


.goods_text_content span:nth-of-type(1) {
	display: inline-block;
	width: auto;
	height: auto;
	/* font-family: MicrosoftYaHei-Bold; */
	font-weight: 700;
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	/* line-height: 71px; */
	letter-spacing: 0px;
	color: #333333;
	margin: 10px 0 16px;
}

.goods_text_content span:nth-of-type(2) {
	display: inline-block;
	width: auto;
	height: auto;
	/* font-family: MicrosoftYaHei; */
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/* line-height: 71px; */
	letter-spacing: 0px;
	color: #828282;
	margin: 16px 0 34px;
}

.goods_text_content span:nth-of-type(3) {
	display: inline-block;
	width: 243px;
	height: 159px;
	/* font-family: MicrosoftYaHei; */
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #828282;
}

.carousel {
	width: 100%;
	height: 835px;
	background-color: #f1f1f1;
}

.carousel-inner {
	position: relative;
	width: 1920px;
	height: 835px;
	background-color: #f1f1f1;
}

.honor_div_us {
	position: absolute;
	top: 25px;
	/* left: 888px; */
	display: inline-block;
	width: auto;
	height: 38px;
	/* font-family: MicrosoftYaHei-Bold; */
	font-weight: 700;
	font-size: 38px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #000000;
}

.honor_div-us {
	position: absolute;
	top: 81px;
	/* left: 842px; */
	display: inline-block;
	width: auto;
	height: auto;
	/* font-family: MicrosoftYaHei; */
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 1px;
	color: #797979;
}

.carousel {
	width: 100%;
	height: 835px;
	background-color: #f1f1f1;
}

.carousel-inner {
	position: relative;
	width: 1920px;
	height: 835px;
	background-color: #f1f1f1;
}


.honors {
	width: 1300px;
	margin: 45px auto 0;
}

#certify {
	position: relative;
	width: 100%;
	margin: 0 auto
}

#certify .swiper-container {
	margin-top: 30px;
}

#certify .swiper-slide {
	width: 404px;
}

#certify .swiper-slide img {
	display: block;
	width: 100%;
}

.honor_arrow {
	font-size: 0;
	text-align: center;
	margin-top: 20px;
}

.honor_arrow .swiper-button-prev {
	position: static;
	margin: 0 20px;
	display: inline-block;
	width: 42px;
	height: 42px;
	background: url(http://www.sz-vanco.com/images/image_30.jpg) center no-repeat;
}

.honor_arrow .swiper-button-prev:hover {
	filter: invert(41%) sepia(99%) saturate(514%) hue-rotate(350deg) brightness(108%) contrast(91%);
}

.honor_arrow .swiper-button-next {
	position: static;
	margin: 0 20px;
	display: inline-block;
	width: 42px;
	height: 42px;
	background: url(http://www.sz-vanco.com/images/image_28.jpg) center no-repeat;
}

.honor_arrow .swiper-button-next:hover {
	filter: invert(41%) sepia(99%) saturate(514%) hue-rotate(350deg) brightness(108%) contrast(91%);
}

.swiper-button-prev ::after {
	display: none;
}
.swiper-button-next ::after{
	display: none;
}
.carousel-item {
	transition: opacity 0.5s ease-in-out;
}

.carousel-item img {
	position: absolute;
	top: 168px;
	left: 348px;
	width: 771px;
	height: 530px;
	z-index: 1;
	object-fit: cover;
}

.carousel-item1 img {
	position: absolute;
	top: 168px;
	left: 511px;
	width: 369px;
	height: 522px;
	z-index: 2;
	object-fit: cover;
}

.carousel-item2 img {
	position: absolute;
	top: 115px;
	left: 708px;
	width: 467px;
	height: 623px;
	z-index: 5;
	object-fit: cover;
}

.carousel-item3 img {
	position: absolute;
	top: 163px;
	left: 979px;
	width: 392px;
	height: 526px;
	z-index: 4;
	object-fit: cover;
}

.carousel-item4 img {
	position: absolute;
	top: 205px;
	left: 1190px;
	width: 364px;
	height: 465px;
	z-index: 3;
	object-fit: cover;
}



.carousel-control {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: #0f6aaa;
	color: white;
	padding: 10px;
	cursor: pointer;
}

/* .carousel-control1 {
	position: absolute;
	left: 972px;
	bottom: 15px;
	transform: translateY(-50%);
	background-color: #0f6aaa;
	color: white;
	padding: 10px;
	cursor: pointer;
} */

.carousel-control.prev {
	left: 10px;
}

.carousel-control1 .next {
	right: 10px;
}























.honor_div_left {
	position: absolute;
	left: 916px;
	bottom: 45px;
	width: 31px;
	height: 31px;
	background-color: #0f6aaa;
	color: #FFFFFF;
}

.honor_div_right {
	position: absolute;
	left: 972px;
	bottom: 45px;
	width: 31px;
	height: 31px;
	background-color: #0f6aaa;
	color: #FFFFFF;
}

.workshop {
	width: 100%;
	height: 549px;
	background-color: #ffffff;
}

.workshop_content {
	width: 1920px;
	height: 549px;
	flex-direction: column;
}

.workshop_content span:nth-of-type(1) {
	width: auto;
	height: 38px;
	/* font-family: MicrosoftYaHei-Bold; */
	font-weight: 700;
	font-size: 38px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #000000;
}

.workshop_content span:nth-of-type(2) {
	width: auto;
	height: 19px;
	/* font-family: MicrosoftYaHei; */
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 1px;
	color: #797979;
	margin: 18px 0 39px;
}

.caseSwiper {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 28px;
}

.caseSwiper img {
	width: 100%;
	height: 339px;
	object-fit: cover;
	vertical-align: bottom;
}

.caseSwiper .name {
	width: 100%;
	height: 48px;
	background-color: #ffffff;
	font-size: 20px;
	line-height: 48px;
	text-align: center;
	color: #000000;
}

.workshop_content_text {
	width: 1530px;
	height: 366px;
	display: flex;
	justify-content: space-between;
}

.workshop_content_texts img {
	width: 500px;
	height: 322px;
}


.workshop_content_texts {
	flex-direction: column;
	width: 500px;
	height: 366px;
	background-color: #e8e9e9;
}

.workshop_content .workshop_content_text .workshop_content_texts span {
	width: 500px;
	height: 44px;
	/* font-family: MicrosoftYaHei; */
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 14px;
	letter-spacing: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000000;
}

.plate {
	width: 100%;
	height: 376px;
}

.plate_text {
	width: 1920px;
	height: 376px;
	flex-direction: column;
	background: url(../img/ic8.png) no-repeat;
}

.plate_text span:nth-of-type(1) {
	display: inline-block;
	text-align: center;
	width: auto;
	height: auto;
	font-family: MicrosoftYaHeiLight;
	font-size: 27px;
	font-weight: normal;
	font-stretch: normal;
	/* line-height: 33px; */
	letter-spacing: 12px;
	color: #ffffff;
}

.plate_text span:nth-of-type(2) {
	display: inline-block;
	text-align: center;
	width: auto;
	height: auto;
	/* font-family: MicrosoftYaHei-Bold; */
	font-weight: 700;
	font-size: 48px;
	font-weight: bolder;
	font-stretch: normal;
	/* line-height: 33px; */
	letter-spacing: 0px;
	color: #ffffff;
	margin: 44px 0 41px;
}

.plate_text span:nth-of-type(3) {
	display: inline-block;
	text-align: center;
	width: auto;
	height: auto;
	/* font-family: MicrosoftYaHei; */
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	/* line-height: 33px; */
	letter-spacing: 0px;
	color: #ffffff;
}

.plate_texts {
	width: 363px;
	height: 45px;
	background-color: #1c9f3c;
	border-radius: 22px;
	border: solid 2px #ffffff;
	margin-top: 32px;
}

.plate_text .plate_texts span {
	width: auto;
	height: auto;
	/* font-family: MicrosoftYaHei-Bold; */
	font-weight: 700;
	font-size: 23px;
	font-weight: normal;
	font-stretch: normal;
	/* line-height: 39px; */
	letter-spacing: 0px;
	color: #ffffff;
}

.news {
	width: 100%;
	height: 773px;
}

.news_content {
	width: 1920px;
	height: 773px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.news_content span:nth-of-type(1) {
	width: auto;
	height: auto;
	/* font-family: MicrosoftYaHei-Bold; */
	font-weight: 700;
	font-size: 38px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #000000;
	margin-top: 48px;
}

.news_content span:nth-of-type(2) {
	width: auto;
	height: auto;
	/* font-family: MicrosoftYaHei; */
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	/* line-height: 32px; */
	letter-spacing: 1px;
	color: #797979;
	margin: 19px 0 34px;
}

.news_content_text {
	width: 1200px;
	height: 478px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.news_content_text img {
	width: 592px;
	height: 328px;
	background-color: #0162af;
}

.news_content_texts {
	width: 592px;
	height: 150px;
	background-color: #ffffff;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.news_content_texts:nth-of-type(3) {
	margin: 14px 0;
}

.news_content .news_content_text .news_content_texts .news_content_texts_left span {
	display: inline-block;
	width: 70px;
	height: auto;
	font-family: MicrosoftYaHeiLight;
	font-size: 29px;
	font-weight: 200;
	font-stretch: normal;
	line-height: 37px;
	letter-spacing: 0px;
	color: #666666;
	margin: 0;
}

#texts-style {
	/* font-family: MicrosoftYaHei-Bold; */
	font-weight: 700;
	font-weight: bold;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #666666;
	margin: 0;
}

.news_content_texts_right {
	width: 463px;
	height: 92px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.news_content .news_content_text .news_content_texts .news_content_texts_right span:nth-of-type(1) {
	/* font-family: MicrosoftYaHei; */
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	/* line-height: 20px; */
	letter-spacing: 0px;
	color: #666666;
	margin: 0;
}

.news_content .news_content_text .news_content_texts .news_content_texts_right span:nth-of-type(2) {
	width: 463px;
	height: 52px;
	/* font-family: MicrosoftYaHei; */
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #666666;
	margin: 0;
}

.news_content_plate {
	width: 143px;
	height: 44px;
	background-color: #0f6aaa;
	border-radius: 22px;
	margin-top: 40px;
}

.news_content .news_content_plate span {
	width: auto;
	height: auto;
	/* font-family: MicrosoftYaHei; */
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	/* line-height: 32px; */
	letter-spacing: 1px;
	color: #ffffff;
	margin: 0;
}

.footer_warp {
	width: 100%;
	height: 73px;
	background-color: #0f6aaa;
}

.footer_warp_texts {
	width: 1920px;
	height: 73px;
}

.footer_warp_text {
	width: 1159px;
	height: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.footer_warp_text span {
	/* font-family: MicrosoftYaHei; */
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 19px;
	letter-spacing: 0px;
	color: #ffffff;
}

.footer_warp_text img {
	position: absolute;
	top: 1px;
	right: 50px;
	width: 20px;
	height: 20px;
}

.footer {
	width: 100%;
	height: 429px;
	background-color: #1F2024;
}

.footer_body {
	width: 1920px;
	height: 429px;
	position: relative;
	max-width: 100%;
}

#footer_body_img {
	position: absolute;
	top: 170px;
	left: 13.645833%;
	width: 18.90625vw;
	height: 110px;
	max-width: 363px;
	height: auto;
}

.footer_body_line1 {
	position: absolute;
	top: 39px;
	left: 37.7604167%;
	width: 1px;
	height: 315px;
	border: solid 1px #757575;
	opacity: 0.36;
}



.footer_body_line2 {
	position: absolute;
	top: 39px;
	left: 68.28125%;
	width: 1px;
	height: 315px;
	border: solid 1px #757575;
	opacity: 0.36;
}

.footer_body_text1 {
	position: absolute;
	top: 47px;
	left: 40.9375%;
	width: 65px;
	height: 152px;
	/* font-family: MicrosoftYaHei-Bold; */
	font-weight: 700;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/* line-height: 30px; */
	letter-spacing: 0px;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.footer_body .footer_body_text1 span {
	/* font-family: MicrosoftYaHei; */
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #ffffff;
}

.footer_body_text2 {
	position: absolute;
	top: 47px;
	left: 48.3854167%;
	width: 256px;
	height: 189px;
	/* font-family: MicrosoftYaHei-Bold; */
	font-weight: 700;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/* line-height: 30px; */
	letter-spacing: 0px;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.footer_body .footer_body_text2 span {
	/* font-family: MicrosoftYaHei; */
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #ffffff;
}

.footer_body img:nth-of-type(2) {
	position: absolute;
	top: 46px;
	right: 23.4375%;
	width: 36px;
	height: 36px;
}

.footer_body_text3 {
	position: absolute;
	top: 46px;
	right: 13.2291667%;
	width: 215px;
	height: 139px;
	display: flex;
	flex-direction: column;
}

.footer_body .footer_body_text3 img {
	width: 36px;
	height: 36px;
	margin-right: 10px;
}

.footer_body_text3 span:nth-of-type(1) {
	width: auto;
	height: 36px;
	/* font-family: MicrosoftYaHei; */
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
	/* margin-right: 90px; */
	display: flex;
	justify-content: flex-start;
}

.footer_body_text3 span:nth-of-type(2) {
	/* width: 215px; */
	height: auto;
	font-family: Bahnschrift;
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
}

.footer_body img:nth-of-type(2) {
	position: absolute;
	top: 139px;
	right: 13.2291667%;
	width: 192px;
	height: 192px;
}

.footer_body_text4 {
	width: auto;
	height: 15px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	/* font-family: MicrosoftYaHei; */
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/* line-height: 28px; */
	letter-spacing: 0px;
	color: #d3d3d3;
}
.footer_body_text4 a:hover{
	color:#d3d3d3;
}

.footer_body_text5 {
	position: absolute;
	right: 16.6145833%;
	bottom: 75px;
	width: auto;
	height: 13px;
	/* font-family: MicrosoftYaHei; */
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #9a9a9a;
}
