@charset "utf-8";

/* CSS Document */
html {
	-webkit-text-size-adjust: none;
}

body {
	font-size: 14px;
	color: #333;
	line-height: 26px;
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", "MicrosoftYaHei", "Microsoft YaHei", "Arial";
	-webkit-text-size-adjust: none;
	min-width: 1200px;
}

img {
	border: 0;
}

div,
form,
ul,
ol,
li,
span,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none
}

font,
h2,
h1 {
	font-size: 12px
}

h3,
h4,
h5 {
	font-weight: normal;
	font-size: 14px
}

input,
textarea,
button,
select {
	outline: none;
	border: 0;
}

input:focus,
textarea:focus,
button:focus {
	outline: none;
	border: 0;
}

.clear {
	clear: both;
}

@media all and (max-width:1440px) {
	body {
		min-width: inherit;
	}
}

a {
	outline: none;
	-moz-outline: none;
	color: #343434;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	text-decoration: none;
}

a:hover {
	color: #002b80;
	text-decoration: none
}

p {
	padding: 0;
	margin: 0;
}

header {
	position: relative;
	z-index: 1;
}

header .head_f {
	width: 1440px;
	height: 80px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;

}

header .nav ul {
	display: flex;
}

header .nav ul li a {
	display: block;
	font-size: 16px;
	margin-right: 50px;
	color: #fff;
	text-transform: uppercase;
}

header .logo img {
	height: 80px;
}

header .search {
	display: flex;
	align-items: center
}

header .search form {
	display: block;
	float: left;
	background: #fff;
	position: relative;
	width: 192px;
	height: 34px;
	border-radius: 5px;
	/* overflow: hidden; */
}

header .search h3 {
	color: #888;
}

header .search h3 a {
	margin: 0 15px;
	color: #888;
}

header .search h3 a:hover {
	color: #002b80;
}

header .search h3 a.active {
	color: #fff;
}

header .col .search h3 a.active {
	color: #002b80;
}

header .search .inp1 {
	display: block;
	padding: 0 10px;
	line-height: 34px;
	width: 170px;
	border: 1px solid #ccc;
}

header .search .inp2 {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 40px;
	z-index: 444;
	cursor: pointer;
	opacity: 0;
}

header .search form i {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 40px;
	z-index: 33;
	color: #888;
	text-align: center;
	line-height: 32px;
}

.caidan {
	display: none;
	font-size: 22px;
	color: #002b80;
	float: left;
	margin-right: 30px;
}

.fixed {
	width: 100%;
	position: fixed !important;
	z-index: 1000;
	top: 0;
	background-color: #fff;
	box-shadow: 0 0 6px 2px #e3e3e3;
}

header .col ul li a {
	color: #333;
}

header .lan {
	display: none;
}

header .col .lan {
	display: block;
}

header .col .bai {
	display: none;
}

header .nav ul li a i {
	padding-left: 5px;
}

header .nav ul li {
	position: relative;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	height: 80px;
	line-height: 80px;
}

header .nav ul li h3 {
	position: absolute;
	width: 200px;
	left: -57px;
	right: 0px;
	top: 80px;
	/*padding: 15px 0;*/
	background: #fff;
	display: none;
	text-align: center;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

header .nav ul li h3 a {
	margin-right: 0;
	color: #333;
	font-size: 14px;
	line-height: 40px;
	border-bottom: 1px dashed #ddd;
}

header .nav ul li h3 a:hover {
	color: #002b80;
	background: #f3f3f3
}

header .nav ul li:hover h3 {
	display: block;
}

@media all and (max-width:1440px) {
	header .head_f {
		width: 95%;
	}
}

@media (min-width: 1200px) {
	header .nav ul {
		display: flex !important;
	}

}

@media all and (max-width:1200px) {
	header .head_f {
		height: 60px;
	}

	header {
		background-color: #fff;
	}

	header .nav ul {
		display: none;
		position: absolute;
		top: 60px;
		/* padding: 100px 0 0 0; */
		box-sizing: border-box;
		/* bottom: 0; */
		left: 0;
		background-color: #fff;
		width: 100%;
		/* height: 100%; */
		box-shadow: -3px 6px 4px 0px #00000052;
	}

	header .bai {
		display: none;
	}

	header .lan {
		display: block;
	}

	header .nav ul li {
		background-color: #fff;
		height: auto;
		line-height: 32px;
	}

	header .nav ul li a {
		color: #002b80;
		padding: 10px 45px;
		box-sizing: border-box;
	}

	/* .search {
		display: none;
	} */

	.caidan {
		display: block;
		position: relative;
		z-index: 1;
	}

	.caidan .fa-reorder {
		color: #002b80;
	}

	header .nav ul li h3 {
		position: static;
		box-shadow: none;
		text-align: left;
		padding-left: 30px;
	}

	header .nav ul li h3 a {
		padding: 5px 45px;
	}

}

.banner {
	position: relative;
	overflow: hidden;
	margin-top: -100px;
}

.banner .bd {
	position: relative;
	z-index: -1;
}

.banner .bd ul li img {
	display: block;
	width: 100%;
	height: 100%;
}

.banner .hd {
	position: absolute;
	left: 0;
	bottom: 20px;
	right: 0;
	text-align: center;
	z-index: 0
}

.banner .hd ul li {
	display: inline-block;
	padding: 0 10px
}

.banner .hd ul li i {
	display: block;
	color: #333;
	cursor: pointer;
}

.banner .hd ul li.on i {
	color: #7aa9d6
}

.banner .prev {
	position: absolute;
	left: 2.5%;
	width: 50px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
	z-index: 0
}

.banner .next {
	position: absolute;
	right: 2.5%;
	width: 50px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
	z-index: 0
}

.banner .prev i {
	display: block;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	box-shadow: 0 0 2px #ccc;
	color: #fff
}

.banner .next i {
	display: block;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	box-shadow: 0 0 2px #ccc;
	color: #fff
}

.banner .prev i:hover {
	background: rgba(0, 0, 0, 0.7);
	color: #fff
}

.banner .next i:hover {
	background: rgba(0, 0, 0, 0.7);
	color: #fff
}

.index_1 {
	position: relative;
	width: 100%;
	padding: 100px 0;
	box-sizing: border-box;
}

.title:before {
	content: "";
	width: 12%;
	height: 1px;
	background: #D8D8D8;
	position: absolute;
	/* top: 0%; */


}

.index_1 .title:before {
	right: 0%;
	margin-top: 16.5px;
}

.index_1 .title {
	/* float: right; */

}

.title p {
	font-size: 24px;
	color: #999;
	font-weight: 200;
	line-height: 33px;
	margin-bottom: 3px;
	text-transform: uppercase;

}

.index_1 .title p {
	text-align: right;
}

.title h2 {
	font-size: 32px;
	color: #333;
	font-weight: 400;
	line-height: 45px;
	text-transform: uppercase;
}

.index_1 .title h2 {
	text-align: right;
}

.min {
	width: 1440px;
	margin: auto;
}

.index_1 .tab {
	float: left;
}

.index_1 .tab li {
	float: left;
}

.index_1 .tab li a {
	display: block;
	border: 1px solid #ccc;
	padding: 20px;
	cursor: pointer;
	text-transform: uppercase;
}

.index_1 .tab li a.on {
	background: #002b80;
	color: #fff;
	border-bottom: 1px solid #002b80;
}

.product {
	margin-top: 34px;
}

.product ul {
	width: 100%;
	padding: 34px 34px 34px 34px;
	box-sizing: border-box;
	background: #F4F4F4;
	display: flex;
	/*justify-content: space-between;*/
	min-height: 418px;
	gap: 10px;
}

.product ul li {
	/* float: left; */
	width: 19%;
	height: 350px;
	text-align: center;
	position: relative;
	overflow: hidden;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product ul li a {
	padding: 0 20px;
}

.product ul li img {
	width: 100%;
	/*height: 100%;*/
	display: block;
}

.product ul li h4 {
	font-size: 18px;
	color: #002b80;
	font-weight: 400;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	position: absolute;
	bottom: 40px;
	width: 100%;
	left: 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.product ul li p {
	position: absolute;
	bottom: 15px;
	width: 100%;
	left: 0;
	font-size: 12px;
	color: #002b80b3;
	font-weight: 400;
	line-height: 17px;
	overflow: hidden;
	margin-bottom: 3px;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	padding: 0 8px;
	box-sizing: border-box;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.product ul li:hover h4 {
	bottom: -30px;
}

.product ul li:hover p {
	bottom: -20px;
}

.product ul li:hover .op {
	bottom: 0;
}

.product ul li .op {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
	font-size: 16px;
	bottom: -480px;
	z-index: 23;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.product ul li .op h5 {
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 90%;
}

.product ul li .op span {
	border: 1px solid #ccc;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
}

.index_1 .min {
	/* position: relative; */
}

.index_1 .prev {
	position: absolute;
	right: 50%;
	width: 50px;
	height: 50px;
	bottom: 35px;
	margin-top: -25px;
	cursor: pointer;
	z-index: 333
}

.index_1 .next {
	position: absolute;
	right: 46%;
	width: 50px;
	height: 50px;
	bottom: 35px;
	margin-top: -25px;
	cursor: pointer;
	z-index: 334
}

.index_1 .prev i {
	display: block;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	/*background: rgba(0, 0, 0, 0.5);*/
	border: 1px solid #e4391b;
	color: #e4391b;
	border-radius: 5px;
	box-shadow: 0 0 2px #ccc;
}

.index_1 .next i {
	display: block;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	/*background: rgba(0, 0, 0, 0.5);*/
	border: 1px solid #e4391b;
	color: #e4391b;
	border-radius: 5px;
	box-shadow: 0 0 2px #ccc;
}

.index_1 .prev i:hover {
	background: #e4391b;
	color: #fff
}

.index_1 .next i:hover {
	background: #e4391b;
	color: #fff
}

@media all and (max-width:1400px) {
	.product ul {
		padding: 10px;
	}

	.product {
		/*background-color: #F4F4F4;*/
	}

	.index_1 .tempWrap {
		width: 100% !important;
		background: #F4F4F4;
		padding: 10px;
		box-sizing: border-box;
	}
}

@media all and (max-width:1200px) {
	.min {
		width: 95%;
	}


	.product ul {
		display: block;
		padding: 10px;
	}

	.product ul li {
		width: 300px;
		margin-right: 30px;
	}
}

.index_2 {
	/*background-color: #EDEDED;*/
	background-image: url('../img/case.jpg');
	object-fit: cover;
	background-size: cover;
	padding: 88px 0 62px 0;
	box-sizing: border-box;
}

.index_2 .title:before {
	left: 0%;
	margin-top: 16.5px;
}

.index_2 .title h2 {
	/* color: #fff; */
}


.index_2 .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index_2 .row li {
	position: relative;
	box-sizing: border-box;
	height: 280px;
	/*margin: 0 12px;*/
	overflow: hidden;
	margin-top: 30px;
	flex: 0 0 auto;
	width: 32%;
	border-radius: 5px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;

}

.index_2 .row li:nth-child(1),
.index_2 .row li:nth-child(2) {
	flex: 0 0 auto;
	width: 49%;
}

.index_2 .row li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;


}

.index_2 .row li:hover img {
	transform: scale(1.1);
}

.index_2 .row li a {
	/*position: relative;*/
	color: #fff;
}

.index_2 .row li .content {
	padding: 10px 20px;
	position: absolute;
	bottom: 30px;
	/* background: rgba(0, 0, 0, 0.7); */
	background-color: #002b80c4;

}

/*.index_2 .row li:nth-child(2) .content {*/
/*	top: 30px;*/
/*}*/

.index_2 .row li h4 {
	font-size: 18px;
	font-weight: 600;
	line-height: 32px;
	margin-bottom: 10px;
	color: #fff;
}

.index_2 .row li p {
	font-size: 14px;
	line-height: 27px;
}

@media all and (max-width:1320px) {
	.index_2 .bg {
		width: 95%;
	}
}

@media all and (max-width:1100px) {
	.index_2 .row li {
		width: 49%;
	}
}

@media all and (max-width:650px) {
	.index_2 .row li {
		width: 100% !important;
	}
}

.btn {
	display: block;
	border: 1px solid #e4391b;
	color: #e4391b;
	width: 200px;
	height: 40px;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	margin: auto;
	margin-top: 34px;
	border-radius: 5px;
}

.index_2 .btn:hover {
	color: #fff;
	background-color: #e4391b;
}

.index_3 {
	background-color: #f3f3f3;
}

.index_3 .f_l {
	width: 50%;
	float: left;
}

.index_3 .f_l img {
	width: 100%;
	display: block;
}

.index_3 .title:before {
	right: 0%;
	margin-top: 16.5px;
}

.index_3 .title p {
	text-align: right;
}

.index_3 .title h2 {
	text-align: right;
}

.index_3 .f_r {
	width: 38%;
	float: left;
	padding: 88px 0 34px 0;
}

.index_3 .f_r p:nth-child(n+2) {
	margin: auto;
	padding-top: 20px;
	padding-left: 100px;
	padding-bottom: 34px;
	color: #666;
	float: right;
	font-size: 16px;
	line-height: 32px;
}

.index_3 .f_r .icon1 {
	padding-left: 100px;
	padding-bottom: 34px;
}

.index_3 .f_r .icon1 li {
	margin-bottom: 15px;
}

.index_3 .f_r .icon1 img {
	float: left;
	margin-right: 10px;
}

.index_3 .f_r .icon1 h5 {
	font-size: 16px;
}

.index_3 .f_r .icon1 p {
	padding: 0;
	padding-left: 74px;
	float: none;
	font-size: 14px;
	color: #888;
}

.index_3 .f_r .pic1 {
	padding-left: 100px;
	display: flex;
	align-items: center;
	padding-bottom: 34px;
}

.index_3 .f_r .pic1 li {
	width: 25%;
	margin-right: 20px;
	text-align: center;
	line-height: 16px;
}

.index_3 .f_r .pic1 li img {
	width: 100%;
	display: block;
}

.index_4 {
	padding: 88px 0 62px 0;
}

.index_4 .title:before {
	left: 0%;
	margin-top: 16.5px;
}

.index_4 ul {}

.index_4 ul li {
	width: 31.5%;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 34px;
	background-color: #F6F6F6;
	overflow: hidden;
}

.index_4 ul li img {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.index_4 ul li:hover img {
	transform: scale(1.1);
}

.index_4 ul li h3 {
	position: relative;
	height: 54px;
	z-index: 2;
	font-size: 18px;
	padding: 15px 15px;
	display: block;
	background-color: #F6F6F6;
}

.index_4 ul li h4 {
	padding: 20px 15px;
	background-color: #F6F6F6;
}

.index_4 ul li h4 i {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px #ddd solid;
	border-radius: 50%;
}

.index_4 .btn:hover {
	color: #fff;
	background-color: #e4391b;
}

.index_5 {
	padding: 88px 0 62px 0;
	box-sizing: border-box;
	background: linear-gradient(90deg, #105FAC 0%, #229539 100%);
}

.index_5 a {
	color: #fff;
}

.index_5 h4 {
	font-size: 16px;
}

.index_5 p {
	font-size: 26px;
	line-height: 36px;
	width: 90%;
	float: left;
}

.index_5 i {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px #ddd solid;
	border-radius: 50%;
}

footer {
	padding: 88px 0 62px 0;
	background-color: #3C3C3C;
}

footer ul li {
	float: left;
	color: #fff;
	margin-right: 100px;
}

footer ul li h5 {
	font-size: 16px;
}

footer ul li a {
	display: block;
	line-height: 32px;
	color: #fff;
	opacity: 0.8;
}

footer .f_r {
	float: left;
	color: #fff;
}

footer .f_r h5 {
	font-size: 24px;
	line-height: 36px;
}

footer .f_r p {
	line-height: 32px;
}

footer .f_b {
	border-top: 1px solid #6A6A6A;
	color: #fff;
	margin-top: 34px;
	padding-top: 34px;
}

footer .f_b p {
	float: left;
}

footer .f_b a {
	color: #fff;
	float: right;
}


.kefu {
	width: 90px;
	/* height: 40px; */
	position: fixed;
	bottom: 10%;
	right: 60px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
	font-size: 16px;
	text-align: center;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	/* display: none; */
	border-radius: 4px;
	/* display: none; */
	z-index: 1000;
	box-shadow: 0 0 6px 2px #e3e3e3;
}

.kefu:hover {
	color: #002b80;
}

.kefu img {
	width: 100%;
}

.kefu span {
	padding: 5px;
}

@media all and (max-width:1600px) {
	.title:before {
		display: none;
	}

	.index_3 .f_r {
		width: 45%;
	}

}


.index_1 .w-80 {
	display: none;
}

@media all and (max-width:1400px) {
	.min {
		width: 95%;
	}


	.index_4 ul li {
		width: 31.5%;
	}

	.index_1 .prev {
		right: 95px;
	}

	.index_1 .next {
		right: 30px;
	}

	header .nav ul li a {
		margin-right: 20px;
	}

	.index_1 .title {
		position: relative;
		top: -72px;
	}

	.index_1 .title h2 {
		text-align: left;
	}

	.index_1 .title p {
		width: 100%;
		text-align: left;
	}

	.index_1 .m-80 {
		display: none;
	}

	.index_1 .w-80 {
		display: block;
		position: relative;
		top: -25px;
	}

	.product {
		margin-top: 0;
	}

}

@media all and (max-width:1200px) {
	header .logo img {
		height: 60px;
	}

	.index_3 .f_l {
		float: none;
		width: 100%;
		margin: auto;
	}

	.index_3 .f_r {
		float: none;
		width: 95%;
		margin: auto;
		padding: 30px 0 62px 0;
	}

	.index_3 .f_r p:nth-child(n+2) {
		padding-bottom: 62px;
		padding-left: 0;
	}

	.index_3 .f_r .icon1 {
		padding-left: 0;
	}

	.index_3 .f_r .pic1 {
		padding-left: 0;
	}

	.index_3 .f_r .icon1 p {
		padding-left: 74px;
		padding-bottom: 0;
	}

	.index_3 .title p {
		text-align: left;
	}

	.index_3 .title h2 {
		text-align: left;
	}

	.banner {
		margin-top: 0;
	}

	.index_4 ul li {
		width: 47%;
	}

	header .search h3 a.active {
		color: #002b80;
	}

}

@media all and (max-width:1100px) {


	.index_2 ul li {
		width: 47.5%;
	}

}

@media all and (max-width:820px) {
	.caidan {
		margin-right: 0;
	}

	.title p {
		font-size: 16px;
	}

	.index_2 ul li {
		width: 100%;
	}

	.index_4 ul li {
		width: 100%;
	}

	.index_2 ul li h4 {
		bottom: 0;
	}

	.index_5 p {
		float: none;
		width: 100%;
		padding-bottom: 15px;
		font-size: 22px;
	}

	.index_1 .tab {
		float: none;
	}


	.index_5 i {
		float: none;
	}

	.index_4 ul li {
		margin-left: 0;
	}

	header .search form {
		display: none;
	}

	footer ul {
		display: none;
	}
}

@media all and (max-width:650px) {
	.index_1 .tab li {
		float: none;
	}
}

.banner1 {
	height: 300px;
}

.banner1 h2 {
	position: absolute;
	color: #fff;
	box-shadow: 0 0 #ddd;
	line-height: 46px;
	bottom: 30%;
	font-size: 36px;
	left: 15%;
	font-weight: 500;
	text-shadow: 0px 0px 6px rgb(0 0 0 / 98%);
}

.about_1,
.about_2,
.solu {
	padding: 88px 0 62px 0;
}

.about_1 .title:before {
	left: 0%;
	margin-top: 16.5px;
}

.about_2 .title:before {
	left: 0%;
	margin-top: 16.5px;
}

.solu .title:before {
	left: 0%;
	margin-top: 16.5px;
}

.about_1 p:nth-child(n+2) {
	font-size: 16px;
	line-height: 32px;
	padding-top: 20px;
	/* width: 60%; */
	text-align: justify;
	color: #666;
}

.about_1 .cp p {
	font-size: 18px;
	line-height: 32px;
	padding-top: 20px;
	/* width: 60%; */
	text-align: justify;
	color: #333;
}

.about_1 .cp ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-top: 30px;
}

.about_1 .cp ul li {
	border: 1px solid #ccc;
	overflow: hidden;
}

.about_1 .cp ul li h4 {
	background-color: #fff;
	font-size: 18px;
	font-weight: 550;
	line-height: 36px;
	padding: 0 15px;
	position: relative;
	z-index: 2;
}

.about_1 .cp ul li p {
	padding-top: 5px;
	color: #666;
	padding: 0 15px;
	background-color: #fff;
	position: relative;
	z-index: 2;
	font-size: 14px;
}

.about_1 .cp ul li img {
	width: 100%;
	display: block;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	height: 200px;
    background-size: cover;
}

.about_1 .cp ul li:hover img {
	transform: scale(1.2);
}

.about_1 .cp ul li:hover h4 {
	color: #105FAC;
}

@media all and (max-width:1100px) {
	.about_1 .cp ul {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media all and (max-width:650px) {
	.about_1 .cp ul {
		grid-template-columns: repeat(1, 1fr);
	}
}

.about_2 ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	margin-top: 30px;
}

.about_2 ul li img {
	width: 100%;
	background-size: cover;
	background-repeat: repeat;
	/* height: 100%; */
}

.about_2 ul li {
	text-align: center;
	display: grid;
	align-items: center;
	grid-template-rows: 1fr auto;
}

.about_2 ul li {
	font-size: 16px;
	line-height: 36px;
}

.product_1 ul {
	flex-wrap: wrap;
	gap: 10px;
	
}

@media (max-width: 1200px) {
	.product_1 .product ul {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}

	.product_1 .product ul li {
		width: auto;
		margin-right: 0;
	}
}

@media all and (max-width:650px) {
	.product_1 .product ul {
		grid-template-columns: repeat(2, 1fr);
	}
}

.solu {
	background-color: #F6F6F6;
	background-image: none;
}

.solu .title h2 {
	color: #333;
}

.solu .row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-top: 30px;
}

.solu .row li {
	width: auto;
	background-color: #fff;
	overflow: hidden;
}

.solu .row li img {
	width: 100%;
	height: 250px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.solu .row li h4 {
	line-height: 36px;
	font-size: 18px;
	padding: 15px;
	position: relative;
	z-index: 2;
	background-color: #fff;
}

.solu .row li p {
	padding: 0 15px;
	color: gray;
	position: relative;
	z-index: 2;
	background-color: #fff;
}

.solu .row li span {
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: 15px 0;
	margin-left: 15px;
	color: gray;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.solu .row li:hover img {
	transform: scale(1.2);
}

.solu .row li:hover h4 {
	color: #e4391b;
}

.solu .row li:hover span {
	border: 1px solid #e4391b;
	background-color: #e4391b;
	color: #fff;
}

.tech {
	    padding: 88px 0 62px 0;
}

.tech ul li img {
	width: 100%;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	display: block;
}

.tech ul li {
	padding: 15px;
	background-color: #F6F6F6;
	margin-top: 30px;
}

.tech ul li .img {
	width: 40%;
	float: left;
	margin-right: 60px;
	overflow: hidden;
	
}

.tech ul li h4 {
	font-size: 22px;
	padding-top: 30px;
}

.tech ul li hr {
	background-color: #D8D8D8;
	height: 1px;
	border: none;
	margin: 30px 0;
}

.tech ul li p {
	color: gray;
	    overflow: hidden;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    display: -webkit-box;
}

.tech ul li span {
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: 15px 0;
	color: gray;
	margin-top: 60px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.tech ul li::after {
	content: "";
	display: table;
	clear: both;
}
.tech ul li:hover img{
	transform: scale(1.2);
}
.tech ul li:hover h4{
	color: #e4391b;
}
.tech ul li:hover span {
	border: 1px solid #e4391b;
	background-color: #e4391b;
	color: #fff;
}
@media all and (max-width:1100px) {
	.tech ul li .img {
		width: 50%;
		/* margin-right: 0; */
		/* float: none; */
	}
	.solu .row{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media all and (max-width:650px) {
	.tech ul li .img {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	.solu .row{
		grid-template-columns: repeat(1, 1fr);
	}
}

.contact_1{
	padding: 88px 0 62px 0;
}
.a_title{
	text-align: center;
	
	border-bottom: 1px solid #ddd;
	
	box-sizing: border-box;
}
.a_title h2{
	font-size: 20px;
	padding: 20px 10px;
	font-weight: 400;
	/* display: block; */
	display: inline-block;
	border-bottom: 2px solid #e4391b;
}

.contact_1 table{
	width: 100%;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 60px;
}
.contact_1 table th,td{
	padding: 10px 0;
	border-bottom: 1px dashed #ddd;
}

.contact_1 .guoj{
	margin-top: 30px;
	margin-bottom: 60px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}
.contact_1 .guoj li{
	border-right: 1px solid #ddd;
}
.contact_1 .guoj li:nth-child(3n){
	border: none;
}

.contact_1 .zobu p{
	text-align: center;
	padding: 5px 0;
	color: #e4391b;
}
.contact_1 .zobu h3{
	display: grid;
	text-align: center;
	/* grid-template-columns: 1fr 1fr 1fr; */
	gap: 10px;
	margin: 20px 0;
}
.contact_1 .zobu h3 p{
    color: #333;
}
.service{
    padding: 88px 0 62px 0;
}
.service img{
	margin: auto;
	display: block;
}
.service b{
	font-size: 18px;
	margin: 5px 0;
	display: block;
}
.service{
	font-size: 16px;
}
.service_contact{
	margin-top: 30px;
	margin-bottom: 60px;
	font-size: 16px;
}
.service_contact b{
	font-size: 18px;
	margin: 5px 0;
	display: block;
}


.solu .tab::after {
	content: "";
	display: table;
	clear: both;
}
.solu .tab li {
	float: left;
	margin-top: 30px;
}

.solu .tab li a {
	display: block;
	border: 1px solid #ccc;
	padding: 20px;
	cursor: pointer;
	text-transform: uppercase;
}

.solu .tab li a.on {
	background: #002b80;
	color: #fff;
	border-bottom: 1px solid #002b80;
}

.content_id { width:1400px; margin:30px auto; border-radius:10px;}
.content_id .hd { width:95%; margin:0 auto; padding:20px 0; border-bottom:1px #ddd solid}
.content_id .hd h1 { font-size:30px; text-align:center; line-height:40px}
.content_id .hd .auor { text-align:center; color:#888; padding-top:10px}

.content_id .endtext { padding-top:20px; width:95%; margin:0 auto; font-size:16px; line-height:30px}
.content_id .endtext p { padding-bottom:15px}
.content_id .endtext img { max-width:100%;display:block;margin:auto;}
.content_id .endtext table{
    width: 100% !important;
}

@media all and (max-width:1440px) {
.content_id { max-width:1100px; width:95%; border:5px #eee solid}
.content_id .hd h1 { font-size:18px; text-align:center; line-height:30px}
.content_id .hd .auor { font-size:12px}
}


@media all and (max-width:1100px) {
    .contact_1 .guoj{
        grid-template-columns: 1fr;
    }
}



.pages { height:80px; text-align:center; clear:both; padding-top:30px}
.pages ul li { display:inline; margin:0 5px}
.pages ul li a { text-align:center; background:#f5f5f5; border-radius:3px; padding:5px 10px; color:#000; border:1px #666 solid}
.pages ul li a:hover { color:#e4391b; border:1px #e4391b solid}
.pages ul li.active span { background:#e4391b; color:#fff; border:1px #e4391b solid; border-radius:3px; padding:5px 10px}