* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	outline: none;
}

input[type="submit"] {
	/* 清除边框 */
	border: none;
	/* 清除背景颜色 */
	background-color: transparent;
	/* 清除轮廓线 */
	outline: none;
	/* 设置自定义的字体颜色、大小等 */
	color: #fff;
	font-size: 16px;
	/* 其他需要重置或自定义的样式 */
	padding: 0;
	cursor: pointer;
}

.flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.header {
	width: 100%;
	height: 42px;
}

.header_span {
	width: 1920px;
	height: 42px;
	background-color: #024ca1;
}

.header_spann {
	width: 1200px;
	height: 40px;
	display: flex;
	justify-content: space-between;
}

.header_spann span:nth-of-type(1) {
	width: auto;
	height: auto;
	font-family: MicrosoftYaHei;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
}

.header_spann span:nth-of-type(2) {
	width: auto;
	height: auto;
	font-family: MicrosoftYaHei;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 49px;
	letter-spacing: 0px;
	color: #ffffff;
}

.header_logo {
	width: 100%;
	height: 113px;
}

.header_logo_div {
	width: 1920px;
	height: 113px;
}


.header_logo_text_us {
	width: auto;
	height: 113px;
	display: flex;
	align-items: center;
}

.header_logo_text {
	display: flex;
	flex-direction: column;


}

#header_logo-text {
	width: auto;
	height: auto;
	font-family: SourceHanSansSC-Bold;
	font-size: 35px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #333333;
}

#header_logo_text {
	width: auto;
	height: auto;
	font-family: SourceHanSansSC-Regular;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #666666;
	margin-top: 14px;

}

.header_logo_div_line {
	width: 2px;
	height: 68px;
	background-color: #eeeeee;
	margin: 0 10px;
}

.header_logo_text1 {
	height: 39px;
	width: 324px;
	margin-right: 112px;
}

#header_logo-text1 {
	width: 324px;
	height: 18px;
	font-family: KaiTi;
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: -2px;
	color: #024ca1;
}

#header_logo_text1 {
	width: auto;
	height: 17px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #000000;
}

.header_logo_div_right {
	height: 50px;
	width: auto;
}

.header_logo_div_right_img {
	width: 50px;
	height: 50px;
	border-radius: 3px;
}

.header_logo_div .header_logo_div_right_img img {
	width: 35px;
	height: 35px;
}

.header_logo_div_right_content {
	width: auto;
	height: 50px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-left: 10px;
}

.header_logo_div .header_logo_div_right_content span:nth-of-type(1) {
	width: auto;
	height: 16px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #727272;
	margin: 0;
}

.header_logo_div .header_logo_div_right_content span:nth-of-type(2) {
	display: inline-block;
	width: auto;
	height: 30px;
	font-family: Impact;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #024ca1;
}

/* 导航栏 */
.header_bottom {
	width: 100%;
	height: 73px;
	/* background-color: #0271C0; */
}

.common_card {
	width: 1167px;
	height: 73px;
	display: flex;
	/* justify-content: space-between; */
}

.header_bottom ul {
	width: 100%;
	height: 73px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.header_bottom ul li a {
	display: flex;
	align-items: center;
	height: 73px;
	/* padding: 0 25px; */
	transition: all 0.3s;
	font-size: 20px;
	color: #333333;
}

.header_bottom ul li:nth-of-type(2n+1) a {
	display: flex;
	align-items: center;
	width: 80px;
	height: 73px;
	/* padding: 0 25px; */
	transition: all 0.3s;
	font-size: 20px;
	color: #333333;
}



.header_bottom ul li:hover::after {
	width: auto;
}

.header_bottom ul li:nth-of-type(2n+1):hover a {
	width: 80px;
	height: 73px;
	border-bottom: solid 3px #024ca1;
	display: flex;
	justify-content: center;
	align-content: center;
	transition: all 0.5s ease;
	/* 所有属性变化时，持续0.5秒，缓动效果 */
}



/* 轮播 */
.headerSwiper {
	position: relative;
	width: 100%;
	height: auto;
}

.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;
}


/* 搜索 */

.plates {
	width: 100%;
	height: 80px;
}

.plate {
	width: 1920px;
	height: 80px;
	background-color: #f6f6f6;
}

.plate_line {
	width: 3px;
	height: 22px;
	background-color: #024ca1;
}

.plate_line1 {
	width: 1px;
	height: 22px;
	background-color: #024ca1;
	margin: 0 9px 0 2px;
}

.plate_text {
	width: auto;
	height: 16px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 16px;
	letter-spacing: 1px;
	color: #333333;
}

.plate_text1 {
	width: auto;
	height: 14px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 14px;
	letter-spacing: 1px;
	color: #333333;
}

.form {
	position: relative;
	/* width: 256px; */
	width: 385px;
	height: 29px;
	background-color: #ffffff;
	margin-left: 61px;
	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%);
	background: url(../img/ic13.png) no-repeat;
	background-position: center;
	background-size: 20px;
	width: 87px;
	height: 30px;
	background-color: #0162af;
	border-radius: 0 16px 16px 0;
	border: solid 1px #0162af;
	z-index: 99;
}

/* product */

.product {
	width: 100%;
	height: 1013px;
	overflow: hidden;
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.product_text {
	width: 144px;
	height: 36px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #024ca1;
	margin: 16px 0 20px;
}

.product_lines {
	width: 50px;
	height: 1px;
	background-color: #024ca1;
}

.product_line {
	width: 1200px;
	height: 1px;
	background-color: #dcdcdc;
}
.product_text1 {
	width: 342px;
	height: 18px;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0px;
	color: #333333;
	margin: 20px 0;
}
.products {
	width: 1300px;
	/* margin: auto; */

}


.left_pro {
	float: left;
	width: 248px;
	/* border: 1px solid #e5e5e5; */
}

.lpro_top {
	width: 248px;
	height: 610px;
	background: url(../img/ic1.png) no-repeat;
	background-size: contain;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.lpro_top_title {
	width: 113px;
	height: 28px;
	font-family: MicrosoftYaHei;
	font-size: 28px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 19px;
}

.lpro_top_titles {
	text-transform: uppercase;
	font-family: MicrosoftYaHei;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
}


.lpro_list {
	width: 229px;
	height: 495px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-content: space-between;
	align-items: center;
	background: url(../img/ic1-3.png) no-repeat;
}

.lpro_list a {
	display: inline-block;
	width: 187px;
	height: 46px;
	background-color: #ffffff;
	box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.16);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* border: solid 1px #eae9e9; */
}

.lpro_list a:nth-of-type(1) {
	width: 187px;
	height: 46px;
	background-color: #0664d0;
	box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.16);
	border-radius: 5px;
	margin-top: 0px;
	color: #FFFFFF;
}

.lpro_list a:nth-of-type(8) {
	margin-bottom: 24px;
}

.lpro_list a:nth-of-type(2n+1) {
	margin: 10px 0;
}

.lpro_list a:hover {
	color: #fff;
	background: #0664d0;
}

.lpro_link {
	margin-top: 10px;
}

.lpro_link a {
	display: block;
	text-align: center;
	height: 57px;
	line-height: 57px;
	width: 100%;
	background: #0162af;
	font-size: 20px;
	color: #fff;
}

.lpro_link a:hover {
	background: #e87816;
}

.lpro_pic {
	margin-top: 13px;
}

.lpro_pic img {
	width: 100%;
}

.lpro_contact {
	width: 248px;
	height: 218px;
	font-size: 15px;
	color: #000;
	/* padding: 25px 13px; */
	line-height: 28px;
	background: url(../img/ic1-2.png) no-repeat;
	/* margin-top: 11px; */
	color: #ffffff;
}

.right_pro {
	float: left;
	overflow: hidden;
	width: 930px;
	margin-left: 6px;
}

.homeproduct {
	display: flex;
	flex-wrap: wrap;
}

.homeproduct a {
	display: block;
	margin-bottom: 8px;
	margin-left: 12px;
	width: 309px;
	height: 261px;
	background-color: #EEEEEE;
	position: relative;
}

.homeproduct a img {
	width: 309px;
	height: 220px;
	border: 1px solid #e0e0e0;
	/* margin: 6px 0 0 10px; */
}

.homeproduct a:hover {
	background-color: #024ca1;
}

.homeproduct a p span:hover {
	color: #FFFFFF;
}

.homeproduct a p span {
	width: auto;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #333333;
	/* margin-left: 10px; */
	margin-top: 5px;
}

#homeproduct_img {
	width: 26px;
	height: 26px;
	border: 0;
}

.homeproduct_text {
	position: absolute;
	right: 2px;
	bottom: 0;
	width: 26px;
	height: 27px;
	background-color: #024ca1;
	font-family: MicrosoftYaHei;
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #e6f0ef;
}

.homeproduct a .homeproduct_text:hover {
	background-color: #ffffff;
	color: #024ca1;
}




.product {
	width: 100%;
	/* height: 896px; */
}

.product_card {
	width: 1920px;
	height: 896px;
}

.product_card_left {
	width: 252px;
	height: 853px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.product_card_left_top {
	width: 252px;
	height: 102px;
	background-color: #0162af;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.product_card_left_top span:nth-of-type(1) {
	width: 124px;
	height: 32px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 31px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
}

.product_card_left_top span:nth-of-type(2) {
	width: 203px;
	height: auto;
	font-family: MicrosoftYaHei;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}

.product_card_left_middle1 {
	width: 246px;
	height: 37px;
	background-color: #0162af;
}

.product_card_left_middle1 span {
	font-family: MicrosoftYaHei;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	display: flex;
	align-items: center;
	margin-left: 11px;
}

.product_card_left_middle {
	width: 246px;
	height: 37px;
	background-color: #eeeeee;
}

.product_card_left_middle span {
	font-family: MicrosoftYaHei;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #333333;
	display: flex;
	align-items: center;
	margin-left: 11px;
}


.product_card_left_bottom {
	width: 252px;
	height: 241px;
	background-color: #0162af;

}

.product_card_left_bottom_span {
	width: auto;
	height: 203px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.product_card_left_bottom_span span {
	font-family: MicrosoftYaHei;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	/* line-height: 33px; */
	letter-spacing: 0px;
	color: #ffffff;
}

.product_card_right {
	width: 938px;
	height: 853px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;

}

.product_card_right_text {
	width: 309px;
	height: 261px;
	background-color: #eeeeee;
	flex-direction: column;
}

.product_card_right_text img {
	width: 287px;
	height: 220px;
}

.product_card_right_texts {
	width: 287px;
	height: 26px;
	display: flex;
	justify-content: space-between;
	margin-top: 6px;
}

.product_card_right .product_card_right_text .product_card_right_texts img {
	width: 26px;
	height: 26px;
}

.plate1 {
	width: 1920px;
	height: 204px;
}

.goods {
	width: 100%;
	height: 1316px;
}

.good {
	width: 1920px;
	height: 1316px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: url(../img/ic2-3.png) no-repeat;
	background-position: center;
}

.good img {
	width: 1920px;
	height: 1316px;
}

.abouts {
	width: 100%;
	height: 762px;
}

.about {
	width: 1920px;
	height: 762px;
	position: relative;
}

.about_top {
	width: 1920px;
	height: 427px;
	background: url(../img/ic3.png);
	background-position: left;
	display:flex;
	flex-direction: column;
	align-items:center;
	z-indent:9;
}
.about_top_text{
	width: 152px;
	height: 35px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #024ca1;
	margin:61px 0 20px;
}
.about_top_line{
	background:url(../img/ic7.png);
	width: 1200px;
	height: 1px;
	z-indent:999;
}
.about_top_text1{
	width: 342px;
	height: 18px;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0px;
	color: #333333;
	margin-top:24px;
}
.about_bottom {
	width: 1920px;
	height: 335px;
}

.about_text {
	position: absolute;
	top: 205px;
	left: 360px;
	width: 1200px;
	height: 535px;
	background-color: #ffffff;
	box-shadow: 0px 0px 13px 0px rgba(85, 86, 84, 0.23);
}

.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: 1200px;
	height: 535px;
	background-color: #ffffff;
	box-shadow: 0px 8px 25px 0px rgba(9, 1, 4, 0.07);
	border: solid 1px #e9e9e9;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	position: relative;
}

.about_texts_left {
	width: 577px;
	height: 419px;
	margin-top: 30px;
}

.about_texts_left img {
	width: 577px;
	height: 419px;
}

.about_texts_line {
	width: 1px;
	height: 460px;
	background-color: #e9e9e9;
}

.about_texts_right {
	width: 519px;
	height: 419px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	
}

.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;
}

#about_texts_right_us {
	width: 385px;
	height: 16px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 31px;
	letter-spacing: 0px;
	color: #024ca1;
}

.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;
}

.about_texts_right_line {
	width: 34px;
	height: 3px;
	background-color: #088537;
}

.about_texts_right_text {
	width: 519px;
	height: 231px;
	font-size:14px;
	line-height:26px;
}

.about_texts_right_text span {
	display: inline-block;
	text-indent: 2em;
	font-family: MicrosoftYaHei;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #252525;
}

.about_texts_right_texts {
	position: absolute;
	bottom: 21px;
	left: 508px;
	width: 140px;
	height: 48px;
	background-color: #135e98;
	margin-top: 19px;
}

.about_texts_right_texts_content {
	width: 187px;
	height: 46px;
	background-color: #0664d0;
	box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.16);
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about_texts_right_texts_us {
	width: 72px;
	height: 18px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 16px;
	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;
}


/* 生产设备 */
.product_cards {
	width: 100%;
	height: 533px;

}

.product_card {
	width: 1920px;
	height: 533px;
	background: url(../img/ic5.png) no-repeat;
	background-position: bottom;
	position: relative;
}

.product_card_img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

#product_card_us {
	position: absolute;
	top: 16px;
	left: 487px;
	width: 72px;
	height: 18px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0px;
	color: #ffffff;
}

#product_card-us {
	position: absolute;
	top: 20px;
	right: 361px;
	width: 57px;
	height: 16px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 16px;
	letter-spacing: 0px;
	color: #bebbbb;
}

.product_card_texts {
	position: absolute;
	top: 108px;
	left: 152px;
	width: 1605px;
	height: 294px;
	display: flex;
	justify-content: space-between;
}

.product_card_text {
	width: 363px;
	height: 294px;
	position: relative;
}

.product_card_text_img {
	width: 363px;
	height: 282px;
	z-index: 1;
}

#product_card_text_us {
	display: inline-block;
	width: 360px;
	height: 51px;
	background-color: #7f7f7f;
	z-index: 99;
	position: absolute;
	bottom: 10px;
	left: 0;
	text-align: center;
	font-family: MicrosoftYaHei;
	font-size: 25px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 51px;
	letter-spacing: 0px;
	color: #ffffff;
}

/* 新闻 */
.news {
	width: 100%;
	height: 878px;
}

.new {
	width: 1920px;
	height: 878px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-bottom:solid 1px #dddddd;
}

#new_us {
	display: inline-block;
	width: 144px;
	height: 35px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #024ca1;
	margin-top: 29px;
}

.new_line {
	width: 1200px;
	height: 1px;
	background: url(../img/ic5-4.png) no-repeat;
	margin: 20px 0 28px;
}

#new-us {
	display: inline-block;
	width: 342px;
	height: 18px;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0px;
	color: #333333;
}

.new_texts {
	width: 1200px;
	height: 600px;
	margin-top: 51px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}

.new_text {
	width: 592px;
	height: 183px;
	display: flex;
	flex-wrap: wrap;
}

.new_text_left {
	width: 224px;
	height: 167px;
	background-color: #f8f8f8;
}

.new_text_left img {
	width: 224px;
	height: 167px;
}

.new_text_right {
	width: 350px;
	height: 167px;
	margin-left: 18px;
	display: flex;
	flex-direction: column;
}

#new_text_right_us {
	width: 259px;
	height: 16px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 16px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 16px;
}

.new_text_right_line {
	width: 30px;
	height: 1px;
	background-color: #254693;
	margin: 18px 0;
}

#new_text_right-us {
	width: 350px;
	height: 63px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #888888;
}











.new_text_line {
	width: 592px;
	height: 1px;
	margin-top: 16px;
	background-color: #e5e5e5;
}

/* 底部 */
.footers {
	width: 100%;
	height: 552px;
}

.footer {
	width: 1920px;
	height: 552px;
	
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* 导航栏 */
.footer_top {
	width: 1200px;
	height: 51px;
	/* background-color: #0271C0; */
}

.footer_card {
	width: 1200px;
	height: 51px;
	display: flex;
	margin-left: 50px;

	/* justify-content: space-between; */
}

.footer_top ul {
	width: 1200px;
	height: 57px;
	display: flex;
	justify-content: space-between;
	align-items: center;
z-indent:1;
}

.header_bottom ul li a {
	display: flex;
	align-items: center;
	height: 57px;
	/* padding: 0 25px; */
	transition: all 0.3s;
	font-size: 20px;
	color: #333333;
}

.header_bottom ul li:nth-of-type(2n+1) a {
	display: flex;
	align-items: center;
	height: 57px;
	/* padding: 0 25px; */
	transition: all 0.3s;
	font-size: 20px;
	color: #333333;
}

.footer_middle {
	width: 1920px;
	height: 500px;
	background: url(../img/ic6.png) no-repeat;
	background-position: 0px  -20px;
	background-color: #eaeaea;
z-indent:99;
}

.footer_middle_text {
	width: 442px;
	height: 120px;

}

#footer_middle_text_us {
	display: inline-block;
	width: auto;
	height: 35px;
	font-family: SourceHanSansSC-Bold;
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
}

#footer_middle_text-us {
	display: inline-block;
	width: auto;
	height: 21px;
	font-family: SourceHanSansSC-Regular;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0px;
	color: #666666;
	margin-top: 14px;
}

#footer_middle_texts {
	width: 100px;
	height: 380px;
	font-family: MicrosoftYaHei;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 1px;
	color: #111111;
	margin-left: 62px;
	margin-top:90px

}

#footer_middle_text {
	width: 100px;
	font-family: MicrosoftYaHei;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #333333;
}

.footer_middle_img {
	width: 174px;
	height: 265px;
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-left: 20px;
}

.footer_middle_img img {
	width: 174px;
	height: 174px;
}

.footer_middle_img span {
	width: 136px;
	height: 18px;
	font-family: MicrosoftYaHei;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #333333;
}

.footer_middle_texts {
	width: 184px;
	height: 265px;
	display: flex;
	flex-direction: column;
	margin-left: 39px;
}

#footer_middle_texts_us {
	width: 70px;
	height: 16px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 16px;
	letter-spacing: 1px;
	color: #111111;
}

#footer_middle_texts-us {
	width: auto;
	height: auto;
	font-family: MicrosoftYaHei;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 1px;
	color: #333333;
	margin-top: 18px;
}

.footer_bottom {
	width: 100%;
	height: 49px;
}

.footer_bottom_texts {
	width: 1920px;
	height: 49px;
	background-color: #024ca1;
}

.footer_bottom_text {
	width: 1200px;
	height: 49px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer_bottom_text span:nth-of-type(1) {
	width: 582px;
	height: 15px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 15px;
	letter-spacing: 0px;
	color: #e2dfdf;
}

.footer_bottom_text span:nth-of-type(2) {
	width: 141px;
	height: 15px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 15px;
	letter-spacing: 0px;
	color: #e2dfdf;
}
