* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	outline: none;
}

.flex-wp {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-c {
	display: flex;
	justify-content: space-between;
}

.flex_c {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


.header {
	width: 100%;
	height: 90px;
}

.header_texts {
	width: 1920px;
	height: 100%;
}

.header_text {
	width: 1202px;
	height: 72px;
}

.header_texts_left {
	/* width: 552px; */
	height: 75px;
	display: flex;
	justify-content: space-between;
}

.header_text_left {
	width: auto;
	height: 50px;
	margin-top: 2px;
}

.header_text_left-us {
	width: auto;
	height: auto;
	font-family: MicrosoftYaHei-Bold;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	/* line-height: 45px; */
	letter-spacing: 0px;
	color: #000000;
	font-weight: 700;
}

#header_text_left_us {
	font-family: MicrosoftYaHei-Bold;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0px;
	color: #135e98;
}

.header_text_left_us {
	/* width: 293px; */
	height: auto;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/* line-height: 45px; */
	letter-spacing: 0px;
	color: #666666;
}

.header_text_left_line {
	width: 1px;
	height: 48px;
	background-color: #e5e5e5;
	margin: 10px 10px 0;
}

.header_text_right {
	/* width: 228px; */
	height: 40px;
	margin-top: 14px;
	align-items: center;
}

.header_text_right_card {
	/* width: 131px; */
	/* height: 21px; */
	background-color: #135e98;
	border-radius: 5px;
	display: block;
	padding: 0 0.5em 2px;
}

#header_text_right_card {
	width: auto;
	/* height: 12px; */
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #ffffff;
}

#header_text_right {
	/* width: 228px; */
	/* height: 12px; */
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #000000;
}

.header_texts_right {
	width: 211px;
	height: 72px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header_texts_right img {
	width: 42px;
	height: 40px;
}

.header_text_rights {
	width: 168px;
	/* height: 42px; */
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: 0px;
	color: #135e98;
	margin-left: 11px;
}

.header_text_right-us {
	font-family: MicrosoftYaHei-Bold;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #135e98;
}

.header_text_right_us {
	font-family: MicrosoftYaHei-Bold;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0px;
}

.header_bottom {
	width: 100%;
	height: 54px;
	background-color: #135e98;
}

.common_card {
	width: 1300px;
	height: 54px;
}

.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: 16px;
	color: #ffffff;
}

.header_bottom ul li:hover:nth-of-type(2n+1) {
	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: 800px;
}

.headerSwiper .swiper-pagination-bullet {

	width: 19px;
	height: 19px;
	background-color: #00a8ff;
}

.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;
}



.header_logo {
	width: 100%;
	height: 105px;
	background-color: #F3F3F3;
}

.header_logo_text {
	width: 1200px;
	height: 105px;
	display: flex;
	justify-content: space-between;

}

.header_logo_text_left {
	width: auto;
	height: 26px;
	display: flex;
	flex-direction: column;
}

.header_logo_text_left_us {
	width: auto;
	height: 27px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 27px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 1px;
	color: #000000;
	margin-top: -20px;
}

.header_logo_text_left-us {
	width: auto;
	height: auto;
	background-color: #135e98;
	margin-top: 11px;
}

#header_text_left-us {
	width: auto;
	height: auto;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #ffffff;
}

.header_logo_text_line {
	width: 1px;
	height: 63px;
	background-color: #e9e9e9;
}

.header_logo_div_middle {
	width: 622px;
	height: 61px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	position: relative;
}

.form {
	position: relative;
	width: 324px;
	height: 29px;
	background-color: #ffffff;
	border-radius: 14px;
	margin-left: 199px;
	display: flex;
}

.form input[type=text] {
	position: absolute;
	top: 0;
	left: 10px;
	transform: translateX(-45%);
	width: 570px;
	height: 100%;
	font-size: 12px;
	padding: 0 10px;
	background-color: #F3F3F3;
	border: solid 0px #0162af;
	border-top: solid 1px #dfdfdf;
	border-bottom: solid 1px #dfdfdf;
	z-index: 1;
}

input::placeholder {
	width: 132px;
	height: 31px;
	font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #555555;
}


.form input[type=submit] {
	/* width: 18px; */
	flex: 1;
	position: absolute;
	right: -5px;
	top: 53.5%;
	transform: translateY(-50%);
	height: 18px;
	background: url(../img/ic.png) no-repeat;
	background-position: center;
	background-size: 16px;
	width: 40px;
	height: 31px;
	border: solid 0px #0162af;
	z-index: 99;
}

.header_logo_div_middle_us {
	width: 637px;
	height: auto;
	font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #222222;
	margin-top: 13px;
	margin-left: 15px;
}

.header_logo_div_middle_line {
	position: absolute;
	top: 0;
	right: 3px;
	width: 1px;
	height: 63px;
	background-color: #e9e9e9;
	z-index: 100;
}

.header_logo_div_right {
	width: 152px;
	height: 48px;
	margin-left: 20px;
}

.header_logo_div_right-us {
	width: 76px;
	height: 11px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #525252;
}

.header_logo_div_right_us {
	width: 152px;
	height: 19px;
	font-family: Arial-BoldMT;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #135e98;
}








/* 产品展示 */
.products {
	width: 100%;
	height: 880px;
}

.product {
	width: 1920px;
	height: 880px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.product_top {
	width: 454px;
	height: 28px;
	background: url(../img/ic1.png) no-repeat;
	margin-top: 26px;
}

.product_top_us {
	font-family: MicrosoftYaHei-Bold;
	font-size: 29px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 29px;
	letter-spacing: 0px;
	color: #000000;
}

.product_top1 {
	width: 204px;
	height: 16px;
	margin: 14px 0 33px;
}

.product_top-us {
	font-family: SourceHanSerifCN-SemiBold;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 1px;
	color: #777777;
}

.product_wrap {
	width: 1203px;
	height: 33px;
	margin-bottom: 38px;
}

.product_wrap_text {
	width: 121px;
	height: 33px;
	background-color: #ffffff;
	border-radius: 16px;
	border: solid 1px #135e98;
}
.product_wrap_text:hover{
	background-color: #1C9F3C;
}
.product_wrap_text_us {
	width: auto;
	height: auto;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 16px;
	letter-spacing: 0px;
	color: #135e98;
}

.common-card {
	width: 1300px;
	height: 612px;
}


.productsItem li {
	width: 314px;
	height: 285px;
	margin-top: 32px;
	margin-left: 16px;
}

.productsItem li .productsItem_img img {
	width: 312px;
	height: 235px;
	border: solid 1px #c9c9c9;
}


.productsItem li .name {
	width: 314px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	color: #444444;
	margin-top: 3px;
	background-color: #f3f3f3;
}



/*  */
.abouts {
	width: 100%;
	height: 712px;
}

.about {
	width: 1920px;
	height: 712px;
	background: url(../img/ic2.png) no-repeat;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.about_top {
	width: 454px;
	height: 28px;
	background: url(../img/ic1.png) no-repeat;
	margin: 76px 0 12px;
}

.about_top_us {
	font-family: MicrosoftYaHei-Bold;
	font-size: 29px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 29px;
	letter-spacing: 0px;
	color: #000000;
}

.about_top1 {
	width: 157px;
	height: 11px;
}

.about_top-us {
	font-family: Aparajita;
	font-size: 11px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 11px;
	letter-spacing: 1px;
	color: #777777;
}

.about_texts {
	width: 1280px;
	height: 460px;
	background-color: #ffffff;
	box-shadow: 0px 8px 25px 0px rgba(9, 1, 4, 0.07);
	border: solid 1px #e9e9e9;
	margin-top: 50px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.about_texts_left {
	width: 595px;
	height: 370px;
}

.about_texts_line {
	width: 1px;
	height: 460px;
	background-color: #e9e9e9;
}

.about_texts_right {
	width: 519px;
	height: 383px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.about_texts_right_us {
	width: auto;
	height: 29px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 29px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 29px;
	letter-spacing: 0px;
	color: #000000;
margin-top:-20px;
}

.about_texts_right-us {
	width: auto;
	height: 13px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 14px;
	letter-spacing: 1px;
	color: #888888;
margin-top:-20px;
}

.about_texts_right_line {
	width: 22px;
	height: 3px;
	background-color: #135e98;
margin-top:-20px;
}

.about_texts_right_text {
	width: 519px;
	height: 231px;

}
.about_texts_right_text div{
display: inline-block;
	text-indent: 2em;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
}
.about_texts_right_text span {
	display: inline-block;
	text-indent: 2em;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 31px;
	letter-spacing: 0px;
	color: #252525;
}

.about_texts_right_texts {
	width: 140px;
	height: 40px;
	background-color: #135e98;
	margin-top: 19px;
}

.about_texts_right_texts_content {
	width: 73px;
	height: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about_texts_right_texts_us {
	width: 57px;
	height: 15px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 12px;
	letter-spacing: 0px;
	color: #ffffff;
}

.about_texts_right_texts-us {
	width: 5px;
	height: 10px;
	font-family: SimSun;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 12px;
	letter-spacing: 0px;
	color: #ffffff;
}

.plates {
	width: 100%;
	height: 225px;
}

.plate {
	width: 1920px;
	height: 225px;
	background: url(../img/ic4.png) no-repeat;
}

.plate_left {
	width: auto;
	height: 174px;
	background-color: #1B5D8F;
	margin-right: 26px;
}

.plate_middle {
	width: 531px;
	height: 165px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;

}

.plate_middle_us {
	width: auto;
	height: 32px;
	font-family: MicrosoftYaHeiLight;
	font-size: 23px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #ffffff;
}

.plate_middle-us {
	width: auto;
	height: 32px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 2px;
	color: #ffffff;
}

.plate_middle_line {
	width: 531px;
	height: 1px;
	background-color: #ffffff;
	opacity: 0.15;
}

.plate_middle_text {
	width: 462px;
	height: 36px;
}

#plate_middle_text1 {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/* line-height: 36px; */
	letter-spacing: 0px;
	color: #ffffff;
	opacity: 0.3;
	text-align: center;
}

.plate_right {
	width: 259px;
	height: 109px;
	margin-left: 23px;
}

.plate_right_top {
	width: 259px;
	height: 48px;
	display: flex;
}

#plate_right_top_img {
	width: 28px;
	height: 27px;
}

#plate_right_top_us {
	width: 65px;
	height: 15px;
	font-family: MicrosoftYaHei;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 15px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-left: 12px;
}

#plate_right_top-us {
	width: 193px;
	height: 25px;
	font-family: Arial-BoldMT;
	font-size: 25px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-left: 12px;
}

.plate_right_bottom {
	width: 259px;
	height: 46px;
	background-color: #135e98;
	margin-top: 15px;
}

#plate_right_bottom_us {
	width: auto;
	height: 16px;
	font-family: MicrosoftYaHei;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 16px;
	letter-spacing: 0px;
	color: #ffffff;
}



/* 优势 */
.goods {
	width: 100%;
	height: 1063px;
}

.good {
	width: 1920px;
	height: 1063px;
	display: flex;
	align-items: center;
	flex-direction: column;
	background: url(../img/ic5-1.png) no-repeat;
}

.good_top {
	width: 542px;
	height: 90px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 41px;
}

.good_top_left {
	width: 195px;
	height: 47px;

}

#good_top_left_us {
	font-family: MicrosoftYaHei;
	font-size: 47px;
	font-weight: normal;
	font-style: italic;
	font-stretch: normal;
	line-height: 47px;
	letter-spacing: 1px;
	color: #000000;
}

.good_top_middle {
	width: 68px;
	height: 90px;
}

#good_top_middle_us {
	width: 68px;
	height: 90px;
	font-family: Arial-BoldMT;
	font-size: 90px;
	font-weight: normal;
	font-style: italic;
	font-stretch: normal;
	line-height: 90px;
	letter-spacing: 2px;
	color: #135e98;

}

.good_top_middle-us {
	width: 96px;
	height: 38px;
	opacity: 0.07;
}

.good_top_right {
	width: 244px;
	height: 48px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-content: space-between;
}

#good_top_right_us {
	width: 244px;
	height: 9px;
	font-family: ArialMT;
	font-size: 9px;
	font-weight: normal;
	font-style: italic;
	font-stretch: normal;
	line-height: 9px;
	letter-spacing: 0px;
	color: #888888;
}

#good_top_right-us {
	width: 244px;
	height: 26px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 26px;
	font-weight: normal;
	font-style: italic;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 1px;
	color: #135e98;
}

.good_top_right-us {
	font-family: MicrosoftYaHei-Bold;
	font-style: italic;
	font-size: 26px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #000000;
}


.good_middle {
	width: 415px;
	height: 26px;
	background-color: #135e98;
	border-radius: 3px;
	margin-top: 18px;
}

#good_middle_us {
	width: 389px;
	height: 17px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 14px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
}

.good_body {
	width: 1213px;
	height: 741px;
	margin-top: 51px;
	position: relative;

}

.good_body1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 651px;
	height: 452px;
	position: relative;
}

.good_body1 img:nth-of-type(1) {
	position: absolute;
	top: 0;
	left: 0;
}

.good_body1 img:nth-of-type(2) {
	position: absolute;
	top: 107px;
	left: 190px;
}

.good_body1 img:nth-of-type(3) {
	position: absolute;
	top: 36px;
	left: 305px;
}

.good_body1 img:nth-of-type(4) {
	position: absolute;
	top: 200px;
	left: 52px;
}

.good_body1 img:nth-of-type(5) {
	position: absolute;
	top: 333px;
	left: 265px;
}

.good_body2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 562px;
	height: 260px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.good_body2_us {
	width: 562px;
	height: 110px;
}

.good_body2_top {
	width: auto;
	height: 50px;
	display: flex;

}

.good_body2_top_us {
	width: 50px;
	height: 50px;
	background-color: #135e98;
}

#good_body2_top_us {
	width: 28px;
	height: 28px;
	font-family: Impact;
	font-size: 28px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #ffffff;
}

.good_body2_top-us {
	height: 42px;
	width: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 20px;
}

#good_body2_top-us {
	width: auto;
	height: 28px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 28px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #135e98;
}

#good_body2_top-us1 {
	width: auto;
	height: 10px;
	font-family: ArialMT;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 12px;
	letter-spacing: 0px;
	color: #000000;
}

.good_body2_footer {
	width: 562px;
	height: 40px;
	display: flex;
	margin-top: 20px;
}

.good_body2_radius {
	height: 40px;
	width: 4px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	margin-right: 10px;
	margin-top: 5px;
}

.good_body2_radius1 {
	width: 4px;
	height: 4px;
	background-color: #000000;
}

.good_body2_text {
	width: 515px;
	height: 40px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 6px;
	letter-spacing: 0px;
	color: #353535;
}

#good_body2_text {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #353535;

}

.good_body3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 562px;
	height: 260px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.good_body4 {
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translate(86.5%, -36%);
	width: 651px;
	height: 452px;
	position: relative;
}

.good_body4 img:nth-of-type(1) {
	position: absolute;
	top: 36px;
	left: 0;
}

.good_body4 img:nth-of-type(2) {
	position: absolute;
	top: 200px;
	right: 50px;

}

.good_body4 img:nth-of-type(3) {
	position: absolute;
	top: 0;
	left: 428px;
	z-index: 99;
}

.good_body4 img:nth-of-type(4) {
	position: absolute;
	left: 251px;
	top: 97px;
	z-index: 5;
}

/* 应用领域 */

.uses {
	width: 100%;
	height: 718px;
	/* overflow: hidden; */
}

.use {
	height: 718px;
	width: 1920px;
	flex-direction: column;
}

.use-us {
	width: 332px;
	height: 25px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 33px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #aaaaaa;
	margin: 50px 0 13px;
}

.use_us {
	width: 120px;
	height: 29px;
	font-family: MicrosoftYaHei;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #000000;
	margin-bottom: 31px;
}



.newswiper {
	width: 1545px;
	height: 523px;
}

.newswiper a {
	display: block;
	background: #fff;
	height: 673px;
	width: 1920px;

}


.newpic {
	margin-top: 25px;
	width: 373px;
	height: 523px;
	background: url(../img/ic7.png) no-repeat;
	background-position: 70%;
	position: relative;
}
.newpic img{
width: 373px;
	height: 523px;
}
.newpic1 {
	margin-top: 25px;
	width: 373px;
	height: 523px;
	background: url(../img/ic7-1.png) no-repeat;
	background-position: 15%;
}

.newpic2 {
	margin-top: 25px;
	width: 373px;
	height: 523px;
	background: url(../img/ic7-2.png) no-repeat;
	background-position: 85%;
}

.newpic3 {
	margin-top: 25px;
	width: 373px;
	height: 523px;
	background: url(../img/ic7-3.png) no-repeat;
	background-position: 50%;
}

#newpic_us {
	width: 373px;
	height: 44px;
	font-family: MicrosoftYaHei;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 1px;
	color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	background: url(../img/ic7-4.png) no-repeat;
}









/* 车间展示 */
.cars {
	width: 100%;
	height: 800px;

}

.car {
	width: 1920px;
	height: 800px;
	display: flex;
	flex-direction: column;
	align-items: center;
}


.car_top {
	width: 454px;
	height: 28px;
	background: url(../img/ic1.png) no-repeat;
	margin-top: 26px;
}

.car_top_us {
	font-family: MicrosoftYaHei-Bold;
	font-size: 29px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 29px;
	letter-spacing: 0px;
	color: #000000;
}

.car_top1 {
	margin: 14px 0 33px;
	width: 267px;
	height: 21px;

}

.car_top-us {
	font-family: SourceHanSerifCN-SemiBold;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 1px;
	color: #777777;
}

.common-card {
	width: 1610px;
	height: 636px;
}


.carsItem li {
	width: 393px;
	height: 310px;
	margin-top: 32px;
	margin-left: 16px;
}

.carsItem li .carsItem_img img {
	width: 393px;
	height: 263px;
}


.carsItem li .carsname {
	width: 393px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	font-size: 16px;
	color: #444444;
	margin-top: 5px;
	background-color: #f3f3f3;
}


.product_banner_radius {
	width: 13px;
	height: 13px;
	background-color: #135e98;
	border-radius: 50%;
	margin-left: 10px;
	margin-top: 19px;
}

.product_banner_radius:hover {
	background-color: #1C9F3C;
}

.applys {
	width: 100%;
	height: 580px;
}

.apply {
	width: 1920px;
	height: 580px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.apply_top {
	width: 454px;
	height: 28px;
	background: url(../img/ic1.png) no-repeat;
	margin-top: 48px;
}

.apply_top-us {
	font-family: MicrosoftYaHei-Bold;
	font-size: 29px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 29px;
	letter-spacing: 0px;
	color: #000000;
}

.apply_top1 {
	margin: 12px 0 28px;
	width: 48px;
	height: 11px;

}

.apply_top_us {
	font-family: Aparajita;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 11px;
	letter-spacing: 1px;
	color: #777777;

}

.apply_texts {
	width: 1246px;
	height: 400px;
	display: flex;
}

.apply_text {
	width: 491px;
	height: 400px;
	z-index: 999;
}

.apply_line {
	width: 491px;
	height: 1px;
	background-color: #e7e7e7;
}

.apply_text_us a {
	width: 491px;
	height: 100px;
	display: flex;
	justify-content: space-around;
	align-items: center;
border-bottom: solid 1px #e7e7e7;
}

.apply_text_us a:hover{
          width: 500px;
          height: 97px;
          background-color: #135e98;
         color:#fff;
         border-bottom: solid 3px #84CE13;
} 

.apply_text_us1 a {
	width: 500px;
	height: 97px;
	background-color: #135e98;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

#apply_us {
	width: 39px;
	height: 40px;
	font-family: Arial-BoldMT;
	font-size: 40px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #979797;
}

#apply_us:hover{
         color:#fff;
} 

.apply_text_line {
	width: 1px;
	height: 70px;
	background-color: #bdbdbd;
}

#apply_texts_us {
	width: auto;
	height: 15px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 15px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 15px;
	letter-spacing: 0px;
	color: #000000;
}
#apply_texts_us:hover{
         color:#fff;
} 
.apply_texts_us {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#apply_texts-us {
	width: 373px;
	height: 31px;
	font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0px;
	color: #555555;
	margin-top: 11px;
}
#apply_texts-us:hover{
         color:#fff;
} 

#apply_us1 {
	width: 39px;
	height: 40px;
	font-family: Arial-BoldMT;
	font-size: 40px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
}

.apply_text_line1 {
	width: 1px;
	height: 70px;
	background-color: #FFFFFF;
}

#apply_texts_us1 {
	width: auto;
	height: 15px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 15px;
	letter-spacing: 0px;
	color: #ffffff;
}

.apply_texts_us1 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#apply_texts-us1 {
	width: 373px;
	height: 31px;
	font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 11px;
}


.apply_text_us2 {
	width: 500px;
	height: 3px;
	background-color: #84ce13;
}

.apply_img {
	width: 755px;
	height: 400px;
	background-color: #000000;
	z-index: 1;
}

.apply_img img {
	width: 755px;
	height: 400px;
}

.footers {
	width: 100%;
	height: 401px;

}

.footer {
	width: 1920px;
	height: 401px;
	background: url(../img/ic9.png) no-repeat;
}

.footer_texts {
	width: 1197px;
	height: 265px;

}

.footer_text {
	width: 1197px;
	height: 20px;
}


.footer_text span:nth-of-type(1) {
	width: auto;
	height: 20px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #ffffff;
}

.footer_text span:nth-of-type(2) {
	width: auto;
	height: 20px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #ffffff;
	margin: 0 78px 0 347px;
}

.footer_text span:nth-of-type(3) {
	width: 253px;
	height: 20px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-right: 166px;
}

.footer_text span:nth-of-type(4) {
	width: auto;
	height: 20px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #ffffff;
}

.footer_content {
	width: 1197px;
	height: 197px;
	margin-top: 47px;
	display: flex;
}

.footer_content_left {
	width: 371px;
	height: 97px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.footer_content_left span {
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #ffffff;
}

.footer_content_middle {
	width: 141px;
	height: 166px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 41px;
}

.footer_content_middle img {
	width: 140px;
	height: 140px;
}

.footer_content_middle span {

	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0px;
	color: #ffffff;
}

.footer_content_middle1 {
	width: 84px;
	height: 178px;
	margin-left: 60px;
}

.footer_content_middle1 span {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 41px;
	letter-spacing: 0px;
	color: #ffffff;
}

.footer_content_middle2 {
	width: 84px;
	height: 137px;
	margin-left: 36px;
}

.footer_content_middle2 span {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 41px;
	letter-spacing: 0px;
	color: #ffffff;
}


.footer_content_right {
	width: 301px;
	height: 197px;
	margin-left: 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/* background-color: #156DA5; */
}

.footer_content_right_us {
	width: 301px;
	height: 42px;
	background-color: #000000;
	opacity: 0.4;
}

#footer_content_right_us {
	width: 301px;
	height: 42px;
	opacity: 0.6;
	background-color: #0C3D5F;
	caret-color: transparent;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 0px;
	color: #ffffff;
	padding-left: 16px;
margin-bottom:10px;
}

#footer_content_right_us::placeholder {
	width: 301px;
	height: 42px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 0px;
	color: #ffffff;
	padding-left: 16px;
	/* background-color: #0C3D5F; */
}

#footer_content_right_us1 {
	width: 301px;
	height: 42px;
	background-color: #135e98;
	border: none;
	caret-color: transparent;
	font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0px;
	color: #ffffff;
}


.cards {
	width: 100%;
	height: 55px;

}

.cards_text {
	width: 1920px;
	height: 55px;
	background-color: #135E98;
}

.cards_text span {
	width: auto;
	height: 16px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 16px;
	letter-spacing: 0px;
	color: #ffffff;
}
.nr div{
          display: inline-block;
	text-indent: 2em;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
}