.mobile_Video {
	display: none;
}


/* about_list--start */

.about_list {
	width: 100%;
	overflow: hidden;
	margin: 80px 0;
}

.about_list ul {
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}

.about_list ul li {
	width: 20%;
	text-align: center;
}

.about_list ul li img {
	width: 75px;
	height: 77px;
	transform: rotateY(0deg);
	transition: all 0.6s;
}

.about_list ul li img:hover {
	transform: rotateY(180deg);
	transition: all 0.6s;
}

.about_list ul li h3 {
	color: #000;
}

.about_list ul li h3:hover {
	color: #17479e;
}


/* about_list--end */


/* about--start */

.about {
	width: 100%;
	overflow: hidden;
	padding: 90px 0;
	background: #f3f3f3;
}

.about .w .about_left {
	width: 100%;
	text-align: center;
}

.about .w .about_left h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px;
	line-height: inherit;
}

.about .w .about_left h3 {
	font-size: 40px;
	margin: 0 0 25px;
	line-height: inherit;
}

.about .w .about_left p {
	font-size: 18px;
	line-height: 34px;
	color: #666;
	width: 68%;
	margin: 0 auto;
	font-weight: 300;
}

.about .w .about_right {
	width: 100%;
	padding: 50px 0px;
}

.about .w .about_right ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.about .w .about_right ul li {
	width: 19.3%;
	padding: 12px;
	background-color: #fff;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	box-shadow: 0 1px 19px 4px rgb(191 191 191 / 18%);
	transition: all 0.5s;
}

.about .w .about_right ul li:hover {
	margin-top: -6px;
	transition: all 0.5s;
}

.about .w .about_right ul li .left {
	width: 68px;
}

.about .w .about_right ul li .left img {
	width: 100%;
	transform: rotateY(0deg);
	transition: all 0.6s;
}

.about .w .about_right ul li .left img:hover {
	transform: rotateY(180deg);
	transition: all 0.6s;
}

.about .w .about_right ul li .right {
	width: 70%;
	float: right;
}

.about .w .about_right ul li .right h2 {
	font-size: 20px;
	font-weight: bold;
	color: #17479e;
}

.about .w .about_right ul li .right p {
	font-size: 17px;
	line-height: 30px;
	color: #666;
	font-weight: 300;
}

.about_a {
	width: 300px;
	text-align: center;
	margin: 0 auto;
}

.about_a a {
	display: inline-block;
	width: 100%;
	border: 1px solid #17479e;
	color: #17479e;
	line-height: 50px;
	transition: all 0.5s;
	font-weight: 300;
}

.about_a a:hover {
	display: inline-block;
	width: 100%;
	border: 1px solid #17479e;
	background-color: #17479e;
	color: #fff;
	line-height: 50px;
	transition: all 0.5s;
}


/* about--end */


/* product */


.product {
	width: 100%;
	overflow: hidden;
}

.product .w {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 100%;
	padding: 0;
}

.product .w .product_left {
	width: 49.5%;
	float: left;
}

.product .w .product_text {
	width: 100%;
	background: url(/assets/image/prodimg.png) no-repeat;
	padding: 30px 40px 30px 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 15px;
}

.product .w .product_text .text_wz {
	margin: 60px 0px 25px;
}

.product .w .product_text .text_wz h3 {
	font-size: 40px;
	line-height: 70px;
	margin: 0;
	color: #fff;
}

.product .w .product_text .text_wz p {
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	font-weight: 300;
}

.product .w .product_text .text_code {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.product .w .product_text .text_code img {
	width: 144px;
}

.product .w .product_text .text_code p {
	color: #fff;
	line-height: 40px;
	margin: 0;
	width: 100%;
	text-align: center;
	font-weight: 300;
}

.product .w .product_sear {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.product .w .product_sear .sear_box {
	width: 49.3%;
	background-color: #f3f3f3;
	padding: 35px 40px 30px 80px;
	float: left;
	height: 380px;
}

.product .w .product_sear .sear_tit {
	width: 49.3%;
	background-color: #17479e;
	padding: 30px;
	float: right;
	height: 380px;
}

.product .w .product_sear .sear_tit ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.product .w .product_sear .sear_tit ul li {
	width: 100%;
}

.product .w .product_sear .sear_tit ul li a {
	color: #fff;
	font-size: 16px;
	line-height: 33px;
	transition: all 0.5s;
	float: left;
	font-weight: 300;
}

.product .w .product_sear .sear_tit ul li a:hover {
	float: left;
	margin-left: 1px;
	transition: all 0.5s;
}

.product_a {
	width: 60%;
	float: left;
	text-align: center;
	margin-top: 20px;
}

.product_a a {
	display: inline-block;
	width: 100%;
	border: 1px solid #fff;
	color: #fff;
	line-height: 50px;
	transition: all 0.5s;
	font-weight: 300;
}

.product_a a:hover {
	display: inline-block;
	width: 100%;
	border: 1px solid #fff;
	background-color: #fff;
	color: #17479e;
	line-height: 50px;
	transition: all 0.5s;
}

.product .w .product_sear .sear_box select {
	width: 100%;
	height: 45px;
	border: 1px solid #c4c4c4;
	padding: 0 10px;
	margin-top: 20px;
	outline: none;
	appearance: none;
	color: #707070;
	background: url(/assets/image/xia-la.png) no-repeat right center;
	background-size: 24px;
	cursor: pointer;
	background-position: 98%;
}

.product .w .product_sear .sear_box h3 {
	font-size: 40px;
	color: #17479e;
	margin: 0 0 20px;
}

.product .w .product_sear .sear_box form {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product .w .product_sear .sear_box form .xl {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #b6b6b6;
	padding: 0 10px;
	outline: none;
	margin: 2px 0;
	background: #f3f3f3;
	transition: all 0.5s;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	font-weight: 300;
}

.product .w .product_sear .sear_box form button {
	width: 100%;
	line-height: 50px;
	border: 0;
	background: #17479e;
	border: 1px solid #17479e;
	color: #fff;
	text-align: center;
	outline: none;
	margin-top: 20px;
	transition: all 0.5s;
	font-size: 16px;
	letter-spacing: 3px;
	font-weight: 300;
}

.product .w .product_sear .sear_box form button:hover {
	background-color: #ffffff;
	border: 1px solid #17479e;
	color: #17479e
}

.product .w .product_right {
	width: 49.5%;
	float: left;
}



/* application--start */

.appli {
	width: 100%;
	padding: 90px 0px;
	background: url(/assets/image/appli.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	float: left;
	margin: 60px 0px 0px;
}

.appli h3 {
	font-size: 40px;
	line-height: 90px;
	margin: 0;
	color: #fff;
	width: 100%;
	text-align: center;
}

.appli p {
	text-align: center;
	color: #fff;
	line-height: 46px;
	width: 100%;
	font-size: 20px;
	font-weight: 300;
}

.appli ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px 0px 50px;
	overflow: hidden;
}

.appli ul a {
	width: 16%;
	text-align: center;
}

.appli ul a li {
	width: 100%;
}

.appli ul a li .appli_img {
	width: 100%;
	height: 360px;
	overflow: hidden;
	transition: all 0.5s;
	background-color: #000;
}

.appli ul a li .appli_img img {
	height: 100%;
	width: auto;
	opacity: 0.9;
}

.appli ul a li h4 {
	margin-top: -60px;
	transform: translatey(100px);
	font-size: 24px;
	color: #fff;
}

.animate-text {
	opacity: 0;
	transition: all 0.5s ease-in-out;
}

.appli ul a li:hover .animate-text {
	transform: translatey(0);
	opacity: 1;
}

.appli_a {
	width: 300px;
	text-align: center;
	margin: 0 auto;
}

.appli_a a {
	display: inline-block;
	width: 100%;
	border: 1px solid #fff;
	color: #fff;
	line-height: 50px;
	transition: all 0.5s;
	font-weight: 300;
}

.appli_a a:hover {
	display: inline-block;
	width: 100%;
	border: 1px solid #fff;
	background-color: #fff;
	color: #17479e;
	line-height: 50px;
	transition: all 0.5s;
}


/* application--end */


/* hzbox--starat */

.hzbox {
	width: 100%;
	overflow: hidden;
	padding: 90px 0;
}

.hzbox .w {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hzbox .w .left {
	width: 49.3%;
}

.hzbox .w .left .left_t {
	background-color: #17479e;
	padding: 40px 50px;
	overflow: hidden;
	margin-bottom: 15px;
}

.hzbox .w .left .left_t h3 {
	font-size: 40px;
	line-height: 70px;
	margin: 0;
	color: #fff;
}

.hzbox .w .left .left_t p {
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	font-weight: 300;
}

.hzbox .w .left .left_t_a {
	width: 200px;
	text-align: center;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.hzbox .w .left .left_t_a a {
	display: inline-block;
	width: 100%;
	border: 1px solid #fff;
	color: #fff;
	line-height: 50px;
	transition: all 0.5s;
	font-weight: 300;
}

.hzbox .w .left .left_t_a a:hover {
	display: inline-block;
	width: 100%;
	border: 1px solid #fff;
	background-color: #fff;
	color: #17479e;
	line-height: 50px;
	transition: all 0.5s;
}

.hzbox .w .left .left_b {
	background-color: #f3f3f3;
	padding: 40px 50px;
	overflow: hidden;
}

.hzbox .w .left .left_b h3 {
	font-size: 40px;
	line-height: 70px;
	margin: 0;
	color: #17479e;
}

.hzbox .w .left .left_b p {
	line-height: 40px;
	font-size: 18px;
	color: #666;
	font-weight: 300;
}

.hzbox .w .left .left_b_a {
	width: 200px;
	text-align: center;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.hzbox .w .left .left_b_a a {
	display: inline-block;
	width: 100%;
	border: 1px solid #17479e;
	color: #17479e;
	line-height: 50px;
	transition: all 0.5s;
	font-weight: 300;
}

.hzbox .w .left .left_b_a a:hover {
	display: inline-block;
	width: 100%;
	border: 1px solid #17479e;
	background-color: #17479e;
	color: #fff;
	line-height: 50px;
	transition: all 0.5s;
}

.hzbox .w .right {
	width: 50%;
	background: url(/assets/image/ab03.png) no-repeat 100% 50%;
	position: relative;
}

.hzbox .w .right .text_box {
	position: absolute;
	bottom: 42px;
	right: 50px;
	width: 86%;
}

.hzbox .w .right .text_box h2 {
	font-size: 40px;
	line-height: 70px;
	margin: 0;
	color: #fff;
}

.hzbox .w .right .text_box p {
	line-height: 36px;
	font-size: 18px;
	color: #fff;
	font-weight: 300;
}

.hzbox .w .right .text_box_a {
	width: 200px;
	text-align: center;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.hzbox .w .right .text_box_a a {
	display: inline-block;
	width: 100%;
	border: 1px solid #fff;
	color: #fff;
	line-height: 50px;
	transition: all 0.5s;
	font-weight: 300;
}

.hzbox .w .right .text_box_a a:hover {
	display: inline-block;
	width: 100%;
	border: 1px solid #fff;
	background-color: #fff;
	color: #17479e;
	line-height: 50px;
	transition: all 0.5s;
}


/* hzbox--end */


/* Quick link--start */

.Quicklink {
	width: 100%;
	padding: 0px 0px 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.Quicklink .div1 {
	width: 50%;
	background-color: #f3f3f3;
	padding: 50px 80px;
}

.Quicklink .div1 h3 {
	font-size: 40px;
	line-height: 70px;
	margin: 0;
	color: #17479e;
}

.Quicklink .div1 ul {
	margin: 10px 0px 20px;
	width: 90%;
}

.Quicklink .div1 ul li {
	width: 100%;
	border-bottom: 1px solid #ccc;
	height: 46px;
}

.Quicklink .div1 ul li a {
	line-height: 56px;
	color: #666;
	transition: all 0.5s;
	font-size: 18px;
	font-weight: 300;
}

.Quicklink .div1 ul li a:hover {
	color: #17479e;
	transition: all 0.5s;
	margin-left: 10px;
}

.Quicklink .div2 {
	width: 50%;
	background-color: #17479e;
	padding: 50px;
}

.Quicklink .div2 h3 {
	font-size: 40px;
	line-height: 70px;
	margin: 0;
	color: #fff;
}

.Quicklink .div2 p {
	line-height: 36px;
	font-size: 18px;
	color: #fff;
	font-weight: 300;
}

.Quicklink .div2 .div2_a {
	width: 200px;
	text-align: center;
	float: left;
	margin-top: 30px;
	margin-bottom: 20px;
}

.Quicklink .div2 .div2_a a {
	display: inline-block;
	width: 100%;
	border: 1px solid #fff;
	color: #fff;
	line-height: 50px;
	transition: all 0.5s;
	font-weight: 300;
}

.Quicklink .div2 .div2_a a:hover {
	display: inline-block;
	width: 100%;
	border: 1px solid #fff;
	background-color: #fff;
	color: #17479e;
	line-height: 50px;
	transition: all 0.5s;
}

.Quicklink .div3 {
	width: 33%;
	background: url(/assets/image/ab02.png) no-repeat;
	padding: 50px 80px;
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	align-content: flex-end;
	display: none;
}

.Quicklink .div3 h3 {
	font-size: 40px;
	line-height: 70px;
	margin: 0;
	color: #fff;
	width: 100%;
}

.Quicklink .div3 p {
	line-height: 36px;
	font-size: 18px;
	color: #fff;
	width: 100%;
	font-weight: 300;
}


/* Quick link--end */


/* news--start */

.news {
	display: none;
	width: 100%;
	overflow: hidden;
	background-image: url(/assets/image/new_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0;
}

.news .news_tit {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 20px;
}

.news .news_tit>h1 {
	font-size: 44px;
	font-weight: normal;
	margin: 0;
}

.news .news_tit a {
	font-size: 16px;
	color: #c9010b;
}

.news ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news ul li {
	width: 32.5%;
	overflow: hidden;
	background-color: #fff;
}

.news ul li img {
	width: 100%;
	transition: all 0.5s;
	height: 300px;
	object-fit: cover;
}

.news ul li:hover img {
	transform: scale(1.2);
}

.news ul li .new_text {
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 20px;
	position: relative;
}

.news ul li .new_text i {
	display: block;
	font-size: 13px;
	color: #999;
	font-style: normal;
}

.news ul li .new_text h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #000;
	transition: all 0.3s;
}

.news ul li:hover .new_text h3 {
	color: #c9010b;
}

.news ul li .new_text p {
	font-size: 16px;
	line-height: 28px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	/*控制行数*/
	overflow: hidden;
	color: #666;
}

.news ul li .new_text p:last-child {
	font-size: 16px;
	margin-top: 20px;
	color: #666;
	display: flex;
	align-items: center;
	transition: all 0.3s;
}

.news ul li:hover .new_text p:last-child {
	color: #c9010b;
}

.news ul li .new_text p span {
	margin-left: 10px;
	font-size: 20px;
}


/* news--end */

@media(max-width:980px) {
	.pc_Video {
		display: none;
	}

	.mobile_Video {
		display: block;
	}

	.about_list ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto;
	}

	.about_list {
		width: 100%;
		overflow: hidden;
		margin: 40px 0;
	}

	.about_list ul li a img {
		width: 64%;
	}

	.about_list ul li h3 {
		color: #000;
		font-size: 16px;
	}


	/* 介绍 */
	.about {
		width: 100%;
		overflow: hidden;
		margin: 30px 0;
	}

	.about .w .about_left {
		width: 100%;
	}

	.about .w .about_right {
		width: 100%;
	}

	.about .w .about_left p {
		font-size: 16px;
		line-height: 28px;
		color: #666;
		width: 100%;
		margin: 0 auto;
		font-weight: 300;
	}

	.about .w .about_right ul li {
		width: 49.3%;
		padding: 12px;
		background-color: #fff;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
		box-shadow: 0 1px 19px 4px rgb(191 191 191 / 18%);
		transition: all 0.5s;
		margin-bottom: 20px;
		text-align: center;
	}

	.about .w .about_right ul li .right {
		width: 100%;
		float: right;
	}

	/* 产品 */
	.product .w .product_text {
		width: 100%;
		background: url(/assets/image/prodimg.png) no-repeat;
		padding: 30px 20PX;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-end;
		margin-bottom: 15px;
	}

	.product .w .product_text .text_wz {
		margin: 30px 0px 25px;
	}

	.product .w .product_sear {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.product .w .product_sear .sear_box {
		width: 100%;
		background-color: #f3f3f3;
		padding: 50px 20px;
		float: left;
		height: 407px;
		margin-bottom: 20px;
	}

	.product .w .product_sear .sear_tit {
		width: 100%;
		background-color: #17479e;
		padding: 30px;
		float: right;
		height: 380px;
	}

	.product .w .product_right {
		width: 100%;
		float: left;
	}

	.product .w .product_left {
		width: 100%;
		float: left;
	}

	.appli {
		width: 100%;
		padding: 90px 0px;
		background: url(/assets/image/appli.png) no-repeat;
		background-size: 100% 100%;
		overflow: hidden;
		float: left;
		margin: 30px 0px 0px;
	}

	.appli h3 {
		font-size: 31px;
		line-height: 44px;
		margin: 0;
		color: #fff;
		width: 100%;
		text-align: center;
	}

	.appli p {
		text-align: center;
		color: #fff;
		line-height: 34px;
		width: 100%;
		font-size: 20px;
		font-weight: 300;
	}

	.appli ul a {
		width: 32%;
		text-align: center;
		margin-bottom: 57px;
		float: left;
	}

	.appli ul a li h4 {
		margin-top: -60px;
		transform: translatey(100px);
		font-size: 16px;
		color: #fff;
	}

	.appli ul a li .appli_img {
		width: 100%;
		height: 160px;
		overflow: hidden;
		transition: all 0.5s;
		background-color: #000;
	}

	.appli ul a li .appli_img img {
		height: 100%;
		width: auto;
		opacity: 0.9;
	}

	.hzbox {
		width: 100%;
		overflow: hidden;
		padding: 50px 0;
	}

	.hzbox .w .left {
		width: 100%;
	}

	.hzbox .w .left .left_b {
		background-color: #f3f3f3;
		padding: 40px 20px;
		overflow: hidden;
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}

	.hzbox .w .left .left_t {
		background-color: #17479e;
		padding: 40px 20px;
		overflow: hidden;
		margin-bottom: 15px;
		float: left;
		width: 100%;
	}

	.hzbox .w .right {
		width: 100%;
		background: url(/assets/image/ab03.png) no-repeat;
		position: relative;
		float: left;
		background-position-x: 16%;
		background-position-y: 55%;
		padding: 20px;
		height: 520px;
	}

	.hzbox .w .right .text_box {
		position: relative;
		bottom: 0px;
		right: 0;
		width: 100%;
		top: 50px;
	}

	.Quicklink .div1 {
		width: 100%;
		background-color: #f3f3f3;
		padding: 50px 20px;
	}

	.Quicklink .div2 {
		width: 100%;
		background-color: #17479e;
		padding: 50px 20px;
	}

	.Quicklink .div3 {
		width: 100%;
		background: url(/assets/image/ab02.png) no-repeat;
		padding: 50px 20px;
		display: flex;
		align-items: baseline;
		flex-wrap: wrap;
		align-content: flex-end;
	}

	/* 新闻 */
	.news {
		padding: 30px 0;
	}

	.news .news_tit>h1 {
		font-size: 26px;
		margin: 0;
		font-weight: bold;
	}

	.news ul li {
		width: 100%;
		overflow: hidden;
		background-color: #fff;
		margin-bottom: 20px;
	}
}