@charset "utf-8";

@font-face {
	font-family: "beb";
	src: url("../fonts/BEBASNEUE.OTF");
}

@font-face {
	font-family: "qtf";
	src: url("../fonts/Quantify Bold.ttf");
}

@font-face {
	font-family: "ali";
	src: url("../fonts/Alibaba-PuHuiTi-Light.otf");
}

@font-face {
	font-family: "acc";
	src: url("../fonts/ACCIDENTALPRESIDENCY.TTF");
}

/* body {
	margin: 0 auto;
	overflow-x: hidden;
} */

/* input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
} */

/* input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
} */

input[type="number"] {
	-moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-button-next,
.swiper-button-prev {
	outline: 0;
}

/*sidebar*/
.sidebar-wrapper {
	position: relative;
	height: 100%;
	overflow: auto;
	display: none;
}

#dowebok {
	background-color: rgba(0, 0, 0, 0.6);
}

#dowebok .nav {
	margin-top: 80px;
	list-style-type: none;
	color: #fff;
	border-bottom: none;
}

#dowebok .nav li {
	display: block;
	line-height: 55px;
	font-size: 18px;
	position: relative;
}

#dowebok .nav li a {
	display: block;
	padding: 0 20px;
	height: 100%;
	border-bottom: 1px solid #666;
}

#dowebok .nav a:hover {
	background-color: #000;
}

[data-simplersidebar="active"] {
	box-shadow: 3px 0px 3px 0px rgba(0, 0, 0, 0.5);
}

/*  header  */
.header {
	/* position: absolute;
	top: 0;
	left: 0;
	width: 100%; */
	position: relative;
}

.header1 {
	background-color: #f0f0f0;
	padding: 13px 0;
}

.header1 p {
	float: left;
	font-size: 15px;
	color: #666;
}

.header1 .header1_right {
	float: right;
}

.header1 .header1_right ul li {
	float: left;
	font-size: 15px;
	color: #666;
	padding-right: 20px;
	margin-right: 23px;
	border-right: 1px solid #bfbfbf;
}

.header1 .header1_right ul li:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}

.header2 {
	padding: 24px 0;
}

.header2 h1 {
	width: 171px;
	height: 80px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/logo.png);
	float: left;
}

.header2 h1 a {
	width: 100%;
	height: 100%;
	display: inline-block;
	text-indent: -99999px;
}

.header2 .header2_text {
	float: left;
	padding-left: 32px;
	margin-left: 38px;
	margin-top: 5px;
	position: relative;
}

.header2 .header2_text::after {
	content: "";
	width: 1px;
	height: 110%;
	background-color: #dcdcdc;
	position: absolute;
	left: 0;
	top: -5%;
}

.header2 .header2_text p:first-child {
	font-size: 32px;
	color: #222222;
	font-weight: bold;
	margin-bottom: 8px;
}

.header2 .header2_text p:last-child {
	font-size: 18px;
	color: #666666;
}

.header2 .header2_tel {
	float: right;
}

.header2 .header2_tel p:first-child {
	font-size: 15px;
	color: #666;
	margin-bottom: 12px;
}

.header2 .header2_tel p:last-child {
	font-size: 37px;
	color: #222;
	font-family: "beb";
	letter-spacing: 1px;
}

.header2 .header2_search {
	float: right;
	margin-left: 55px;
}

.header2 .header2_search p {
	margin-bottom: 8px;
	font-size: 15px;
	color: #666666;
}

.header2 .header2_search form input.text {
	width: 235px;
	height: 42px;
	line-height: 42px;
	background-color: #e6e6e6;
	box-sizing: border-box;
	padding-left: 18px;
	font-size: 15px;
	color: #666666;
	border-radius: 4px;
}

.header2 .header2_search form input.submit {
	width: 58px;
	height: 42px;
	line-height: 42px;
	background-color: #1d2088;
	border-radius: 0 4px 4px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 19px 20px;
	background-image: url(../images/search.png);
}

.header_nav {
	background-color: #1d2088;
}

.header_nav ul li {
	font-size: 17px;
	color: #ffffff;
	height: 70px;
	line-height: 70px;
	width: 228px;
	text-align: center;
	position: relative;
}

.header_nav ul li::after {
	content: "";
	width: 1px;
	height: 18px;
	background-color: #4f52c1;
	position: absolute;
	right: 0;
	top: 38%;
}

.header_nav ul li:last-child::after {
	display: none;
}

.header_nav ul li a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.header_nav ul li:hover::after {
	display: none;
}

.header_nav ul li:hover,
.header_nav ul li.on {
	background-color: #06b8f2;
	color: #fff!important;
}

.header_nav ul li a:hover{
	color: #fff!important;
}

@media (max-width: 1600px) {
	.header2 {
		padding: 20px 0;
	}

	.header_nav ul li {
		width: 180px;
		font-size: 16px;
		height: 60px;
		line-height: 60px;
	}

	.header2 .header2_text p:first-child {
		font-size: 24px;
	}

	.header2 .header2_text p:last-child {
		font-size: 17px;
	}

	.header2 .header2_tel p:last-child {
		font-size: 32px;
	}

	.header2 .header2_search form input.text,
	.header2 .header2_search form input.submit {
		height: 38px;
		line-height: 38px;
	}

	.header2 h1 {
		width: 150px;
		height: 65px;
	}
}

@media (max-width: 1300px) {
	.header_nav ul li {
		width: 136px;
		font-size: 15px;
		height: 55px;
		line-height: 55px;
	}

	.header2 {
		padding: 17px 0;
	}
}

@media (max-width: 1200px) {
	.header2 h1 {
		width: 125px;
		height: 55px;
	}

	.header2 .header2_text p:first-child {
		font-size: 20px;
		margin-bottom: 4px;
	}

	.header2 .header2_text p:last-child {
		font-size: 15px;
	}

	.header2 .header2_text {
		padding-left: 17px;
		margin-left: 20px;
	}

	.header2 .header2_tel p:first-child {
		margin-bottom: 9px;
	}

	.header2 .header2_tel p:last-child {
		font-size: 28px;
	}

	.header2 .header2_search {
		margin-left: 25px;
	}

	.header2 .header2_search form input.text {
		width: 175px;
	}

	.header2 .header2_search form input.submit {
		width: 50px;
	}

	.header2 .header2_search form input.text,
	.header2 .header2_search form input.submit {
		height: 32px;
		line-height: 32px;
	}
}

@media (max-width: 480px) {
	.header2 {
		padding: 13px 0;
	}
}

.header2_mb {
	float: right;
	margin-top: 13px;
}

.header2_mb .search_mb {
	width: 28px;
	height: 28px;
	background: url(../images/search_mb.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	cursor: pointer;
	display: inline-block;
	float: left;
	margin-top: 4px;
	margin-right: 30px;
}

.header2_mb .menu {
	width: 32px;
	height: 35px;
	display: inline-block;
	float: right;
	cursor: pointer;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.mb_form {
	position: absolute;
	left: 0;
	bottom: -65px;
	background: rgba(255, 255, 255, 0.8);
	z-index: 666;
	padding: 10px 0;
	text-align: center;
	width: 100%;
	height: 45px;
	overflow: hidden;
	display: none;
}

.mb_form form {
	height: 45px;
	line-height: 45px;
	display: inline-block;
	max-width: 700px;
	width: 100%;
	position: relative;
}

.mb_form form input.text {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	text-indent: 10px;
	border-bottom: 1px solid #ccc;
}

.mb_form form input.submit {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 45px;
	background-image: url(../images/search_mb.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(0, 0, 0, 0);
	background-size: 45%;
	border: none;
	cursor: pointer;
}

@media (max-width: 768px) {
	.header2 h1 {
		width: 100px;
		height: 45px;
	}

	.header2_mb {
		margin-top: 6px;
	}

	.header2_mb .search_mb {
		width: 24px;
		height: 24px;
		margin-right: 20px;
	}

	.header2_mb .menu {
		width: 25px;
		height: 32px;
	}
}

@media (max-width: 480px) {
	.header2 h1 {
		width: 90px;
		height: 40px;
	}
}

/*  banner  */

.ibanner {
	font-size: 0;
	width: 100%;
}

.ibanner img {
	width: 100%;
}

.ibanner .swiper-container {
	cursor: pointer !important;
}

.ibanner .swiper-pagination {
	bottom: 43px;
	top: auto;
}

.ibanner .swiper-pagination-bullet {
	width: 52px;
	height: 4px;
	border-radius: 0;
	background-color: rgba(255, 255, 255, 0.37);
	opacity: 1;
	margin: 0 10px !important;
}

.ibanner .swiper-pagination-bullet-active {
	background-color: #fff;
}

@media (max-width: 992px) {
	.ibanner .swiper-pagination {
		bottom: 30px;
	}
}

@media (max-width: 768px) {
	.ibanner .swiper-pagination {
		bottom: 20px;
	}

	.ibanner .swiper-pagination-bullet {
		width: 40px;
	}
}

@media (max-width: 480px) {
	.ibanner .swiper-pagination {
		bottom: 15px;
	}

	.ibanner .swiper-pagination-bullet {
		width: 30px;
	}
}

/*  findpro  */
.tit1 {
	text-align: center;
}

.tit1 h2 {
	font-size: 42px;
	color: #222;
	position: relative;
	margin-bottom: 13px;
}

.tit1 h2 strong {
	color: #1d2088;
	font-weight: bold;
	margin-right: 10px;
}

.tit1 h2::after {
	content: "";
	width: 6%;
	height: 2px;
	background-color: #d2d2d2;
	position: absolute;
	left: 34%;
	top: 52%;
}

.tit1 h2::before {
	content: "";
	width: 6%;
	height: 2px;
	background-color: #d2d2d2;
	position: absolute;
	right: 34%;
	top: 52%;
}

.tit1 p {
	font-size: 15px;
	color: #666666;
	line-height: 26px;
}

@media (max-width: 1600px) {
	.tit1 h2 {
		font-size: 36px;
	}

	.tit1 h2::after {
		left: 32%;
	}

	.tit1 h2::before {
		right: 32%;
	}
}

@media (max-width: 1200px) {
	.tit1 h2 {
		font-size: 28px;
	}
}

@media (max-width: 992px) {
	.tit1 h2 {
		font-size: 26px;
	}

	.tit1 h2::after {
		left: 30%;
	}

	.tit1 h2::before {
		right: 30%;
	}
}

@media (max-width: 768px) {
	.tit1 h2 {
		font-size: 21px;
		margin-bottom: 16px;
	}

	.tit1 h2::after {
		left: 29%;
	}

	.tit1 h2::before {
		right: 29%;
	}

	.tit1 p {
		font-size: 14px;
	}
}

@media (max-width: 580px) {
	.tit1 h2 {
		font-size: 20px;
	}

	.tit1 h2::after {
		left: 27%;
	}

	.tit1 h2::before {
		right: 27%;
	}
}

@media (max-width: 480px) {
	.tit1 h2::after {
		left: 24%;
	}

	.tit1 h2::before {
		right: 24%;
	}
}

@media (max-width: 400px) {
	.tit1 h2::after {
		left: 20%;
	}

	.tit1 h2::before {
		right: 20%;
	}
}

.index1 {
	padding-top: 90px;
	background-color: #f3f3f3;
}

.findpro {
	padding-bottom: 45px;
}

.findpro .tit1 {
	margin-bottom: 45px;
}

.findpro .findpro_box {
	box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
}

.findpro .findpro_box .item {
	float: left;
	width: 50%;
	text-align: center;
	padding: 18px 22px;
	border-right: 1px solid #eee;
	box-sizing: border-box;
	cursor: pointer;
	transition: 0.3s;
	background-color: #fff;
}

.findpro .findpro_box .item:last-child {
	border-right: 0;
}

.findpro .findpro_box .item i {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 10px;
	margin-bottom: 25px;
}

.findpro .findpro_box .item:nth-child(1) i {
	background-image: url(../images/findpro1.png);
}

.findpro .findpro_box .item:nth-child(2) i {
	background-image: url(../images/findpro2.png);
}

.findpro .findpro_box .item:nth-child(3) i {
	background-image: url(../images/findpro3.png);
}

.findpro .findpro_box .item:nth-child(4) i {
	background-image: url(../images/findpro4.png);
}

.findpro .findpro_box .item h4 {
	font-size: 16px;
	color: #666;
	margin-bottom: 10px;
}

.findpro .findpro_box .item p {
	font-size: 14px;
	color: #999;
}

.findpro .findpro_box .item .item1 {
	display: inline-block;
	/* width: 280px; */
	height: 183px;
	width: 100%;
	padding: 31px 0;
	box-sizing: border-box;
	cursor: pointer;
}

.findpro .findpro_box .item .item2 {
	display: none;
	padding-top: 1%;
	height: 170px;
	overflow: hidden;
}

.findpro .findpro_box .item .item2 ul {
	height: 160px;
	overflow: hidden;
}

.findpro .findpro_box .item .item2 ul li {
	float: left;
	font-size: 16px;
	color: #666;
	line-height: 43px;
	padding-right: 8px;
	width: 23%;
	text-align: left;
}

.findpro .findpro_box .item .item2 ul li a{
	width: 100%;
	height: 100%;
	display: inline-block;
}

.findpro .findpro_box .item .item2 ul li:nth-child(4n) {
	padding-right: 0;
}

.findpro .findpro_box .item .item2 ul li:hover {
	color: #1d2088;
	font-weight: bold;
}

.findpro .findpro_box .item .item2 ul li a:hover{
	color: #1d2088;
	font-weight: bold;
} 

/* 鼠标触碰 */
.findpro .findpro_box .show .item1 {
	float: left;
	background: #1d2088;
	width: 36%;
	position: relative;
	/* overflow: hidden; */
}

.findpro .findpro_box .show .item1::after {
	content: "";
	border: solid 12px transparent;
	position: absolute;
	right: -24px;
	top: 20%;
	border-left-color: #1d2088;
}

.findpro .findpro_box .show .item1 h4,
.findpro .findpro_box .show .item1 p {
	color: #fff;
}

.findpro .findpro_box .show {
	/* width: 48%; */
	width: 62%;
}

.findpro .findpro_box .remove {
	/* width: 17%; */
	width: 38%;
}

.findpro .findpro_box .show:nth-child(1) .item1 i {
	background-image: url(../images/findpro11.png);
}

.findpro .findpro_box .show:nth-child(2) .item1 i {
	background-image: url(../images/findpro22.png);
}

.findpro .findpro_box .show:nth-child(3) .item1 i {
	background-image: url(../images/findpro33.png);
}

.findpro .findpro_box .show:nth-child(4) .item1 i {
	background-image: url(../images/findpro44.png);
}

.findpro .findpro_box .show .item2 {
	display: block;
	float: right;
	width: 56%;
}

@media (max-width: 1600px) {
	.findpro .findpro_box .show .item1 {
		width: 36%;
	}

	.findpro .findpro_box .show .item2 {
		width: 59%;
	}

	.findpro .findpro_box .item .item2 ul li {
		font-size: 15px;
	}
}

@media (max-width: 1400px) {
	.findpro .findpro_box .item .item2 ul li {
		/* padding-right: 20px; */
		line-height: 32px;
		width: 28%;
		padding-right: 25px;
	}

	.findpro .findpro_box .item .item2 ul li:nth-child(4n) {
		padding-right: 25px;
	}

	.findpro .findpro_box .item .item2 ul li:nth-child(3n) {
		padding-right: 0;
	}
}

@media (max-width: 1200px) {
	.findpro .findpro_box .item .item2 ul li {
		font-size: 14px;
	}
}

@media (max-width: 1100px) {
	.findpro .findpro_box .item .item2 ul li {
		padding-right: 10px;
		width: 31%;
	}

	.findpro .findpro_box .item .item2 ul li:nth-child(4n) {
		padding-right: 10px;
	}

	.findpro .findpro_box .item .item2 ul li:nth-child(3n) {
		padding-right: 0;
	}
}

@media (max-width: 992px) {
	.findpro .tit1 {
		/* margin-bottom: 35px; */
	}

	.findpro .findpro_box .show .item2 {
		width: 55%;
	}

	.findpro .findpro_box .item:nth-child(1) {
		border-bottom: 1px solid #eee;
	}

	.findpro .findpro_box .item:nth-child(2) {
		border-right: none;
		border-bottom: 1px solid #eee;
	}

	.findpro .findpro_box .item {
		padding: 5px 20px;
	}

	.findpro .findpro_box .item .item2 ul li {
		padding-right: 10px;
		width: 46%;
		line-height: 28px;
	}

	.findpro .findpro_box .item .item2 ul li:nth-child(4n),
	.findpro .findpro_box .item .item2 ul li:nth-child(3n) {
		padding-right: 10px;
	}

	.findpro .findpro_box .item .item2 ul li:nth-child(2n) {
		padding-right: 0;
	}

	.findpro .findpro_box .item i {
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 791px) {
	.findpro .findpro_box .item .item2 ul li {
		line-height: 28px;
	}
}

@media (max-width: 580px) {
	.findpro .tit1 {
		margin-bottom: 35px;
	}
}

/* findpro_mb */
.findpro .findpro_box2 .item_box {
	border-bottom: 1px solid #e7e7e7;
}

.findpro .findpro_box2 .item_box .item1 {
	padding: 5px 10px;
	position: relative;
	overflow: auto;
	z-index: 111;
	background-color: #fff;
}

.findpro .findpro_box2 .item_box:hover .item1 {
	background-color: #1d2088;
}

.findpro .findpro_box2 .item_box i {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60%;
	float: left;
}

.findpro .findpro_box2 .item_box:nth-child(1) i {
	background-image: url(../images/findpro1.png);
}

.findpro .findpro_box2 .item_box:nth-child(2) i {
	background-image: url(../images/findpro2.png);
}

.findpro .findpro_box2 .item_box:nth-child(3) i {
	background-image: url(../images/findpro3.png);
}

.findpro .findpro_box2 .item_box:nth-child(4) i {
	background-image: url(../images/findpro4.png);
}

.findpro .findpro_box2 .item_box:nth-child(1):hover i {
	background-image: url(../images/findpro11.png);
}

.findpro .findpro_box2 .item_box:nth-child(2):hover i {
	background-image: url(../images/findpro22.png);
}

.findpro .findpro_box2 .item_box:nth-child(3):hover i {
	background-image: url(../images/findpro33.png);
}

.findpro .findpro_box2 .item_box:nth-child(4):hover i {
	background-image: url(../images/findpro44.png);
}

.findpro .findpro_box2 .item_box h4 {
	font-size: 16px;
	color: #666;
	display: inline-block;
	float: left;
	padding-top: 8px;
	padding-left: 20px;
}

.findpro .findpro_box2 .item_box p {
	font-size: 14px;
	color: #999;
	float: right;
	padding-top: 10px;
}

.findpro .findpro_box2 .item_box:hover h4,
.findpro .findpro_box2 .item_box:hover p {
	color: #fff;
}

.findpro .findpro_box2 .item_box .item2 {
	padding: 3% 0;
	display: none;
	background-color: #fff;
}

.findpro .findpro_box2 .item_box .item2 ul {
	padding-left: 7%;
}

.findpro .findpro_box2 .item_box .item2 ul li {
	float: left;
	line-height: 32px;
	padding-right: 18px;
	width: 20%;
	font-size: 14px;
	color: #333;
}

.findpro .findpro_box2 .item_box .item2 ul li:hover {
	color: #1d2088;
	font-weight: bold;
}

@media (max-width: 560px) {
	.findpro .findpro_box2 .item_box .item2 ul li {
		width: 30%;
		padding-right: 10px;
	}
}

@media (max-width: 420px) {
	.findpro .findpro_box2 .item_box h4 {
		font-size: 15px;
	}

	.findpro .findpro_box2 .item_box .item2 ul {
		padding-left: 7%;
	}
}

@media (max-width: 400px) {
	.findpro .findpro_box2 .item_box .item2 ul li {
		width: 46%;
	}
}

@media (max-width: 350px) {
	.findpro .findpro_box2 .item_box .item2 ul {
		padding-left: 2%;
	}
}

.ipro .item {
	width: 513px;
	margin: 0 auto;
	margin-bottom: 30px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.ipro .item:hover {
	transform: translate(0, -10px);
}

.ipro .item .pic_box {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ipro .item .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ipro .item .text {
	position: relative;
}

.ipro .item .text h4 {
	font-size: 16px;
	color: #333333;
	line-height: 76px;
	background-color: #fff;
	box-sizing: border-box;
	padding-left: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ipro .item .text span {
	display: inline-block;
	width: 38px;
	height: 38px;
	border: 1px solid #dcdcdc;
	position: absolute;
	right: 25px;
	top: 22%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 7px 13px;
	background-image: url(../images/ipro_right1.png);
}

.ipro .item .text span:hover {
	border: 1px solid #1d2088;
	background-color: #1d2088;
	background-image: url(../images/ipro_right11.png);
}

.ipro .swiper-container {
	padding-top: 10px;
	padding-bottom: 70px;
}

.ipro .swiper-container .swiper-button-next,
.ipro .swiper-container .swiper-button-prev {
	bottom: 0;
	top: auto;
	opacity: 1;
	cursor: pointer;
	width: 170px;
	height: 60px;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px 17px;
	/* pointer-events: initial; */
}

.ipro .swiper-container .swiper-button-next {
	right: auto;
	left: 200px;
	background-image: url(../images/ipro_right2.png);
}

.ipro .swiper-container .swiper-button-prev {
	background-image: url(../images/ipro_left2.png);
}

.ipro .swiper-container .swiper-button-next:hover {
	background-image: url(../images/ipro_right22.png);
	background-color: #1d2088;
}

.ipro .swiper-container .swiper-button-prev:hover {
	background-color: #1d2088;
	background-image: url(../images/ipro_left22.png);
}

.index1 {
	padding-bottom: 75px;
}

@media (max-width: 1600px) {
	.index1 {
		padding-bottom: 60px;
	}

	.ipro .item {
		width: 450px;
	}

	.ipro .item .pic_box {
		height: 320px;
	}
}

@media (max-width: 1400px) {
	.ipro .item {
		width: 380px;
	}

	.ipro .item .pic_box {
		height: 300px;
	}

	.ipro .item .text h4 {
		line-height: 68px;
	}

	.ipro .item .text span {
		top: 20%;
	}

	.ipro .swiper-container .swiper-button-next,
	.ipro .swiper-container .swiper-button-prev {
		width: 150px;
		height: 50px;
	}

	.index1 {
		padding-top: 65px;
	}
}

@media (max-width: 1200px) {
	.index1 {
		padding-bottom: 50px;
	}

	.ipro .item {
		width: 310px;
	}

	.ipro .item .pic_box {
		height: 280px;
	}

	.ipro .item .text h4 {
		line-height: 60px;
	}

	.ipro .item .text span {
		width: 30px;
		height: 30px;
	}

	.index1 {
		padding-top: 60px;
	}
}

@media (max-width: 992px) {
	.index1 {
		padding-bottom: 0;
	}

	.ipro .item {
		width: 360px;
	}

	.ipro .item .text h4 {
		font-size: 15px;
	}

	.ipro .swiper-container .swiper-button-next,
	.ipro .swiper-container .swiper-button-prev {
		width: 130px;
		height: 40px;
		background-size: 20px 13px;
	}

	.ipro .swiper-container .swiper-button-next {
		left: 170px;
	}

	.ipro .swiper-container {
		padding-bottom: 50px;
	}
}

@media (max-width: 768px) {
	.index1 {
		padding-top: 45px;
	}

	.ipro .item {
		width: 270px;
		margin-bottom: 25px;
	}

	.ipro .item .pic_box {
		height: 240px;
	}

	.ipro .item .text h4 {
		font-size: 14px;
		line-height: 50px;
	}

	.ipro .swiper-container .swiper-button-next,
	.ipro .swiper-container .swiper-button-prev {
		width: 100px;
	}

	.ipro .swiper-container .swiper-button-next {
		left: 130px;
	}

	.ipro .swiper-container {
		padding-bottom: 40px;
	}

	.findpro {
		padding-bottom: 35px;
	}
}

@media (max-width: 600px) {
	.ipro .item {
		width: 210px;
	}

	.ipro .item .pic_box {
		height: 200px;
	}

	.ipro .item .text h4 {
		line-height: 45px;
		padding-left: 15px;
	}

	.ipro .item .text span {
		width: 20px;
		height: 20px;
		background-size: 5px 10px;
		right: 15px;
		top: 24%;
	}

	.ipro .swiper-container .swiper-button-next,
	.ipro .swiper-container .swiper-button-prev {
		width: 80px;
		height: 35px;
		background-size: 16px 11px;
	}

	.ipro .swiper-container .swiper-button-next {
		left: 105px;
	}
}

@media (max-width: 480px) {
	.index1 {
		padding-top: 35px;
	}

	.findpro {
		padding-bottom: 20px;
	}

	/* .ipro .item {
		width: 93%;
	}

	.ipro .item .pic_box {
		height: 280px;
	} */

	.ipro .item {
		width: 94%;
	}

	.ipro .item .pic_box {
		height: 170px;
	}

	.ipro .item .text span {
		display: none;
	}

	.ipro .swiper-container {
		padding-bottom: 30px;
	}
}

@media (max-width: 420px) {
	.ipro .item {
		width: 95%;
	}

	.ipro .swiper-container .swiper-button-next,
	.ipro .swiper-container .swiper-button-prev {
		width: 60px;
		height: 30px;
	}

	.ipro .swiper-container .swiper-button-next {
		left: 80px;
	}
}

@media (max-width: 400px) {
	.ipro .item .pic_box {
		height: 150px;
	}
}

.index2 {
	background-color: #f3f3f3;
	padding-top: 45px;
	position: relative;
	overflow: hidden;
	padding-bottom: 90px;
}

.index2 .index2_tit {
	margin-bottom: 45px;
}

.index2 .index2_tit i {
	display: inline-block;
	font-size: 46px;
	color: #1d2088;
	margin-bottom: 12px;
	font-weight: bold;
}

.index2 .index2_tit h2 {
	font-size: 34px;
	color: #333333;
}

.index2 .index2_text {
	position: relative;
}

.index2 .index2_text .text_box {
	width: 39%;
	font-size: 16px;
	line-height: 32px;
	color: #444444;
	padding-bottom: 305px;
}

.index2 .pic_box {
	width: 960px;
	height: 770px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.index2 .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index2 .num_group {
	width: 955px;
	z-index: 999;
	position: absolute;
	left: 0;
	bottom: 0;
}

.index2 .num_group .item {
	width: 25%;
	height: 240px;
	position: relative;
	box-sizing: border-box;
	padding: 45px 30px;
	background-color: #fff;
	position: relative;
	cursor: pointer;
}

.index2 .num_group .item::after {
	content: "";
	width: 1px;
	height: 80%;
	background-color: #dcdcdc;
	position: absolute;
	right: 0;
	top: 12%;
}

.index2 .num_group .item:last-child::after {
	display: none;
}

.index2 .num_group .item em {
	position: absolute;
	top: 45px;
	right: 30px;
	width: 42px;
	height: 42px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.index2 .num_group .item .num {
	margin-top: 58px;
	font-size: 60px;
	color: #333333;
	font-family: "acc";
}

.index2 .num_group .item p {
	font-size: 15px;
	color: #333333;
	margin-top: 6px;
}

.index2 .num_group .item i {
	font-size: 18px;
	color: #333;
	letter-spacing: 4px;
}

.index2 .num_group .item:hover::after {
	display: none;
}

.index2 .num_group .item:hover {
	background-color: #1d2088;
}

.index2 .num_group .item:hover .num,
.index2 .num_group .item:hover p,
.index2 .num_group .item:hover i {
	color: #fff;
}

.index2 .num_group .item:nth-child(1):hover em {
	background-image: url(../images/index2_11.png) !important;
}

.index2 .num_group .item:nth-child(2):hover em {
	background-image: url(../images/index2_22.png) !important;
}

.index2 .num_group .item:nth-child(3):hover em {
	background-image: url(../images/index2_33.png) !important;
}

.index2 .num_group .item:nth-child(4):hover em {
	background-image: url(../images/index2_44.png) !important;
}

@media (max-width: 1600px) {
	.index2 .index2_tit i {
		font-size: 36px;
		margin-bottom: 10px;
	}

	.index2 .index2_tit h2 {
		font-size: 30px;
	}

	.index2 .pic_box {
		width: 800px;
		height: 740px;
	}

	.index2 .index2_text .text_box {
		padding-bottom: 255px;
	}

	.index2 .num_group .item em {
		width: 35px;
		height: 35px;
	}

	.index2 .num_group {
		width: 880px;
	}

	.index2 .num_group .item {
		height: 200px;
		padding: 20px 30px;
	}

	.index2 .num_group .item .num {
		margin-top: 50px;
		font-size: 50px;
	}
}

@media (max-width: 1400px) {
	.index2 {
		padding-bottom: 75px;
	}

	.index2 .pic_box {
		width: 680px;
		height: 700px;
	}

	.index2 .index2_tit {
		margin-bottom: 30px;
	}

	.index2 .num_group .item em {
		width: 30px;
		height: 30px;
	}
}

@media (max-width: 1200px) {
	.index2 .index2_tit i {
		font-size: 28px;
		margin-bottom: 8px;
	}

	.index2 .index2_tit h2 {
		font-size: 24px;
	}

	.index2 .pic_box {
		width: 580px;
	}

	.index2 {
		padding-bottom: 40px;
	}

	.index2 .index2_text .text_box {
		font-size: 15px;
	}
}

@media (max-width: 992px) {
	.index2 {
		padding-bottom: 0;
	}

	.index2 .index2_tit i {
		font-size: 26px;
		margin-bottom: 6px;
	}

	.index2 .index2_tit h2 {
		font-size: 22px;
	}

	.index2 .index2_tit {
		margin-bottom: 20px;
	}

	.index2 .pic_box {
		position: initial;
		width: 100%;
		height: 600px;
	}

	.index2 .index2_text {
		margin-bottom: 50px;
	}

	.index2 .num_group {
		position: initial;
		width: 100%;
	}

	.index2 .index2_text .text_box {
		width: 100%;
		padding-bottom: 40px;
	}

	.index2 .num_group .item em {
		width: 25px;
		height: 25px;
		top: 30px;
		right: 20px;
	}

	.index2 .num_group .item {
		padding: 20px 20px;
		height: 180px;
	}

	.index2 .num_group .item .num {
		margin-top: 30px;
	}
}

@media (max-width: 768px) {
	.index2 .index2_tit i {
		font-size: 21px;
		margin-bottom: 5px;
	}

	.index2 .index2_tit h2 {
		font-size: 18px;
	}

	.index2 .num_group .item {
		padding: 20px 12px;
	}

	.index2 .num_group .item .num {
		font-size: 45px;
	}

	.index2 .num_group .item i {
		font-size: 16px;
	}

	.index2 .num_group .item p {
		font-size: 14px;
	}

	.index2 .pic_box {
		height: 550px;
	}
}

@media (max-width: 680px) {
	.index2 .index2_text .text_box {
		padding-bottom: 30px;
	}

	.index2 .index2_text {
		margin-bottom: 40px;
	}

	.index2 .num_group .item {
		width: 50%;
		text-align: center;
		height: 150px;
	}

	.index2 .num_group .item .num {
		margin-top: 15px;
		font-size: 40px;
	}

	.index2 .num_group .item em {
		top: 15px;
	}

	.index2 .num_group .item::after {
		display: none;
	}

	.index2 .index2_text .text_box {
		font-size: 14px;
	}

	.index2 .num_group .item:nth-child(1) {
		border-right: 1px solid #dcdcdc;
		border-bottom: 1px solid #dcdcdc;
	}

	.index2 .num_group .item:nth-child(2) {
		border-bottom: 1px solid #dcdcdc;
	}

	.index2 .num_group .item:nth-child(3) {
		border-right: 1px solid #dcdcdc;
	}

	.index2 .pic_box {
		height: 480px;
	}
}

@media (max-width: 480px) {
	.index2 .index2_text .text_box {
		padding-bottom: 25px;
	}

	.index2 .index2_text {
		margin-bottom: 35px;
	}

	.index2 .pic_box {
		height: 400px;
	}
}

@media (max-width: 420px) {
	.index2 .pic_box {
		height: 300px;
	}
}

.index3 {
	padding: 100px 0;
}

.index3 .tit1 {
	margin-bottom: 50px;
}

.index3 .hd {
	width: 1170px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.index3 .hd ul li {
	width: 156px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 16px;
	color: #666666;
	border-radius: 8px;
	border: 1px solid #dcdcdc;
	cursor: pointer;
}

.index3 .hd ul li a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.index3 .hd ul li:hover,
.index3 .hd ul li.on {
	background-color: #1d2088;
	border: 1px solid #1d2088;
	color: #fff;
}

.index3 .bd .pic_box {
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.index3 .bd .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease-in-out;
}

.index3 .bd .pic_box img:hover{
	transform: scale(1.1);
}

.index3 .bd .swiper-slide {
	position: relative;
}

.index3 .bd .swiper-slide h4 {
	position: absolute;
	font-size: 16px;
	color: #fff;
	bottom: 33px;
	left: 36px;
}

@media (max-width: 1600px) {
	.index3 {
		padding: 80px 0;
	}
}

@media (max-width: 1200px) {
	.index3 {
		padding: 60px 0;
	}

	.index3 .hd {
		width: 100%;
	}

	.index3 .hd ul li {
		width: 125px;
		height: 50px;
		line-height: 50px;
	}
}

@media (max-width: 992px) {
	.index3 {
		padding: 50px 0;
	}

	.index3 .tit1 {
		margin-bottom: 40px;
	}

	.index3 .hd ul li {
		width: 100px;
		font-size: 15px;
		height: 45px;
		line-height: 45px;
	}

	.index3 .bd .pic_box {
		height: 360px;
	}
}

@media (max-width: 768px) {
	.index3 {
		padding: 40px 0;
	}

	.index3 .tit1 {
		margin-bottom: 35px;
	}

	.index3 .hd {
		width: 90%;
		margin-bottom: 20px;
	}

	.index3 .hd ul li {
		width: 140px;
		margin-bottom: 20px;
		font-size: 14px;
	}

	.index3 .hd ul::after {
		width: 140px;
		content: "";
	}
}

@media (max-width: 680px) {

	.index3 .hd ul li,
	.index3 .hd ul::after {
		width: 120px;
	}

	.index3 .hd ul li {
		height: 40px;
		line-height: 40px;
	}
}

@media (max-width: 580px) {
	.index3 .hd {
		/* width: 100%; */
		width: 96%;
		margin-bottom: 10px;
	}

	.index3 .hd ul li {
		width: 105px;
		margin-bottom: 20px;
	}

	.index3 .hd ul::after {
		width: 105px;
		content: "";
	}

	.index3 .bd .pic_box {
		height: 320px;
	}
}

@media (max-width: 480px) {
	.index3 .bd .pic_box {
		height: 350px;
	}
	.index3 .hd ul li,
	.index3 .hd ul::after{
		width: 85px;
		height: 38px;
		line-height: 38px;
	}
}

@media(max-width:420px){
	.index3 .hd ul li,
	.index3 .hd ul::after {
		width: 80px;
		height: 35px;
		line-height: 35px;
	}
}

/* @media (max-width: 350px) {

	.index3 .hd ul li,
	.index3 .hd ul::after {
		width: 80px;
	}
} */

.index4 {
	background-color: #f3f3f3;
	padding: 80px 0 95px;
}

.index4 .tit1 {
	margin-bottom: 70px;
}

.index4 .swiper-container {
	margin-bottom: 50px;
}

.index4 .swiper-slide .pic_box {
	float: left;
	width: 50%;
	height: 500px;
	overflow: hidden;
}

.index4 .swiper-slide .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}

.index4 .swiper-slide .pic_box img:hover {
	transform: scale(1.1);
}

.index4 .swiper-slide .text {
	width: 50%;
	height: 500px;
	float: right;
	background-color: #fff;
	box-sizing: border-box;
	padding: 90px 80px 0;
}

.index4 .swiper-slide .text .text_tit {
	margin-bottom: 30px;
}

.index4 .swiper-slide .text .text_tit em {
	font-size: 88px;
	color: #1d2088;
	font-family: "acc";
	float: left;
	display: inline-block;
	margin-right: 22px;
}

.index4 .swiper-slide .text .text_tit h4 {
	font-size: 32px;
	font-weight: bold;
	color: #000000;
	float: left;
	margin-top: 18px;
	margin-bottom: 5px;
}

.index4 .swiper-slide .text .text_tit i {
	font-size: 16px;
	color: #c0c0c0;
	line-height: 32px;
	font-family: "Arial";
	float: left;
}

.index4 .swiper-slide .text .text_box {
	font-size: 16px;
	line-height: 32px;
	color: #666666;
}

.index4 .swiper-button-next,
.index4 .swiper-button-prev {
	top: auto;
	bottom: 0;
	width: 68px;
	height: 68px;
	background-color: #cbcbcb;
	opacity: 1;
	pointer-events: initial;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 13px 25px;
}

.index4 .swiper-button-next {
	background-image: url(../images/index4_right.png);
	right: 0;
}

.index4 .swiper-button-prev {
	background-image: url(../images/index4_left.png);
	left: auto;
	right: 80px;
}

.index4 .swiper-button-next:hover,
.index4 .swiper-button-prev:hover {
	background-color: #1d2088;
}

.index4_list .item {
	width: 33.3%;
	height: 126px;
}

.index4_list .item .text {
	background-color: #fff;
	height: 126px;
	width: 74%;
	box-sizing: border-box;
	padding-top: 30px;
	padding-left: 25px;
}

.index4_list .item em {
	display: inline-block;
	width: 26%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 55px 55px;
	background-color: #1d2088;
}

.index4_list .item .text h4 {
	font-size: 24px;
	color: #000;
	margin-bottom: 12px;
}

.index4_list .item .text p {
	font-size: 15px;
	color: #666;
}

@media (max-width: 1500px) {
	.index4 {
		padding: 80px 0 80px;
	}

	.index4 .tit1 {
		margin-bottom: 50px;
	}

	.index4 .swiper-slide .text {
		padding: 90px 37px;
	}

	.index4 .swiper-slide .text .text_tit h4 {
		font-size: 28px;
		margin-top: 15px;
		margin-bottom: 0;
	}

	.index4 .swiper-slide .text .text_tit em {
		font-size: 75px;
		margin-right: 15px;
	}

	.index4_list .item .text h4 {
		font-size: 22px;
	}

	.index4_list .item em {
		background-size: 50px 50px;
		width: 24%;
	}

	.index4_list .item {
		height: 110px;
	}

	.index4_list .item .text {
		width: 76%;
		height: 110px;
		padding-top: 22px;
		padding-left: 15px;
	}

	.index4 .swiper-button-next,
	.index4 .swiper-button-prev {
		width: 60px;
		height: 60px;
	}
}

@media (max-width: 1200px) {
	.index4 {
		padding: 60px 0;
	}

	.index4 .tit1 {
		margin-bottom: 40px;
	}

	.index4 .swiper-slide .pic_box {
		width: 40%;
		height: 450px;
	}

	.index4 .swiper-slide .text {
		width: 60%;
		height: 450px;
	}

	.index4 .swiper-slide .text .text_tit h4 {
		font-size: 24px;
	}

	.index4 .swiper-slide .text .text_tit em {
		font-size: 65px;
		margin-right: 15px;
	}

	.index4_list .item .text h4 {
		font-size: 20px;
	}

	.index4_list .item .text p {
		font-size: 14px;
	}

	.index4_list .item em {
		background-size: 40px 40px;
		width: 20%;
	}

	.index4_list .item .text {
		width: 80%;
		padding-top: 17px;
		padding-right: 10px;
	}

	.index4 .swiper-button-next,
	.index4 .swiper-button-prev {
		width: 50px;
		height: 50px;
		background-size: 10px 20px;
	}

	.index4 .swiper-button-prev {
		right: 70px;
	}
}

@media (max-width: 992px) {
	.index4 {
		padding: 50px 0;
	}

	.index4 .tit1 {
		margin-bottom: 30px;
	}

	.index4 .swiper-container {
		margin-bottom: 40px;
	}

	.index4 .swiper-slide .pic_box,
	.index4 .swiper-slide .text {
		width: 100%;
		float: none;
	}

	.index4 .swiper-slide .text .text_tit h4,
	.index4 .swiper-slide .text .text_tit em {
		float: none;
	}

	.index4 .swiper-slide .text .text_tit em {
		line-height: 60px;
		font-size: 60px;
	}

	.index4 .swiper-slide .text .text_tit h4 {
		margin-top: 10px;
		font-size: 22px;
	}

	.index4 .swiper-slide .text .text_tit i {
		font-size: 15px;
	}

	.index4 .swiper-slide .text .text_tit {
		margin-bottom: 20px;
	}

	.index4 .swiper-slide .text {
		height: auto;
		padding: 40px 15px 80px;
	}

	.index4_list .item .text h4 {
		font-size: 18px;
	}

	.index4_list .item em {
		background-size: 30px 30px;
	}

	/* .index4_list .item .text {
		padding-left: 10px;
	} */
	.index4_list .item {
		width: 50%;
		margin-bottom: 20px;
	}

	.index4_list .item:last-child {
		margin-bottom: 0;
	}

	.index4_list .item .text {
		padding-left: 20px;
	}

	.index4 .swiper-button-next,
	.index4 .swiper-button-prev {
		width: 40px;
		height: 40px;
	}

	.index4 .swiper-button-prev {
		right: 60px;
	}
}

@media (max-width: 768px) {
	.index4 {
		padding: 40px 0;
	}

	.index4 .swiper-container {
		margin-bottom: 30px;
	}

	.index4 .swiper-slide .pic_box {
		height: 400px;
	}

	.index4 .swiper-slide .text .text_tit {
		margin-bottom: 15px;
	}

	.index4 .swiper-slide .text {
		padding: 35px 15px 65px;
	}

	.index4 .swiper-slide .text .text_tit em {
		line-height: 40px;
		font-size: 45px;
	}

	.index4 .swiper-slide .text .text_tit h4 {
		margin-top: 10px;
		font-size: 19px;
	}

	.index4 .swiper-slide .text .text_tit i {
		font-size: 14px;
	}

	.index4 .swiper-slide .text .text_box {
		font-size: 15px;
	}

	/* .index4_list .item {
		width: 50%;
		margin-bottom: 20px;
	} */
}

@media (max-width: 580px) {
	.index4_list .item {
		width: 100%;
	}

	.index4_list .item .text {
		padding-left: 20px;
		padding-top: 24px;
	}

	.index4 .swiper-button-next,
	.index4 .swiper-button-prev {
		width: 30px;
		height: 30px;
		background-size: 8px 13px;
	}

	.index4 .swiper-button-prev {
		right: 45px;
	}
}

@media (max-width: 480px) {
	.index4 .swiper-slide .text .text_box {
		font-size: 14px;
		line-height: 27px;
	}
	.index4 .swiper-slide .pic_box {
		height: 300px;
	}

	.index4 .swiper-slide .text .text_tit em {
		line-height: 35px;
		font-size: 40px;
	}

	.index4 .swiper-slide .text .text_tit h4 {
		margin-top: 5px;
		font-size: 18px;
		margin-bottom: 5px;
	}

	.index4 .swiper-slide .text .text_tit i {
		line-height: 20px;
	}

	.index4 .swiper-slide .text {
		padding: 30px 15px 50px;
	}
}

@media (max-width: 420px) {
	.index4_list .item .text {
		padding-left: 15px;
	}
}

@media (max-width: 375px) {
	.index4_list .item .text {
		padding-top: 18px;
	}
}

.index5 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 110px 0 130px;
}

.index5 .tit1 {
	margin-bottom: 110px;
}

.index5 .tit1 h2,
.index5 .tit1 h2 strong {
	color: #fff;
}

.index5 .tit1 p {
	color: #b6b7e7;
}

.index5 .bd {
	margin-bottom: 150px;
}

.index5 .text {
	width: 61%;
	margin: 0 auto;
	text-align: center;
	font-size: 15px;
	line-height: 32px;
	color: #fff;
	min-height: 96px;
}

.index5 .hd {
	width: 540px;
	margin: 0 auto;
}

.index5 .hd ul li {
	width: 168px;
	height: 53px;
	line-height: 53px;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
}

.index5 .hd ul li a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.index5 .hd ul li:hover,
.index5 .hd ul li.on {
	background-color: #06b8f2;
	border: 1px solid #06b8f2;
}

@media (max-width: 1600px) {
	.index5 .tit1 {
		margin-bottom: 90px;
	}

	.index5 .text {
		width: 70%;
	}

	.index5 .bd {
		margin-bottom: 100px;
	}
}

@media (max-width: 1200px) {
	.index5 {
		padding: 80px 0 90px;
	}

	.index5 .tit1 {
		margin-bottom: 70px;
	}

	.index5 .bd {
		margin-bottom: 70px;
	}

	.index5 .text {
		width: 90%;
	}

	.index5 .hd ul li {
		width: 140px;
		height: 45px;
		line-height: 45px;
	}
}

@media (max-width: 992px) {
	.index5 .tit1 {
		margin-bottom: 50px;
	}
	.index5 .text {
		width: 95%;
	}

	.index5 .hd ul li {
		width: 120px;
		height: 40px;
		line-height: 40px;
	}
}

@media (max-width: 768px) {
	/* .index5 .tit1,
	.index5 .bd {
		margin-bottom: 50px;
	} */

	.index5 .text {
		width: 100%;
	}

	.index5 .hd ul li {
		width: 100px;
		font-size: 15px;
	}
}

@media (max-width: 600px) {
	.index5 {
		padding: 50px 0 60px;
	}
	.index5 .hd {
		width: 80%;
	}
	.index5 .text {
		min-height: 130px;
	}
}

@media (max-width: 480px) {
	.index5 .hd {
		width: 90%;
	}
	.index5 .bd {
		margin-bottom: 35px;
	}
	/* .index5 .hd {
		width: 100%;
	} */

	.index5 .hd ul li {
		width: 90px;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	.index5 .text {
		min-height: 180px;
		font-size: 14px;
		line-height: 30px;
	}
}

@media (max-width: 370px) {
	.index5 .text {
		min-height: 200px;
	}
}

@media (max-width: 320px) {
	.index5 .hd {
		width: 100%;
	}
}

.index6 {
	padding-top: 75px;
}

.index6 .tit1 {
	margin-bottom: 70px;
}

.index6 .swiper-container {
	width: 100%;
}

.index6 .index6_box {
	border-top: 1px solid #dcdcdc;
}

.index6 .item {
	width: 466px;
	padding: 65px 0 110px;
}

.index6 .swiper-slide:nth-child(1) .item {
	border-right: 1px solid #dcdcdc;
	padding-right: 50px;
}

.index6 .swiper-slide:nth-child(2) .item {
	margin: 0 auto;
}

.index6 .swiper-slide:nth-child(3) .item {
	padding-left: 50px;
	border-left: 1px solid #dcdcdc;
	float: right;
}

.index6 .item .pic_box {
	width: 100%;
	height: 292px;
	overflow: hidden;
}

.index6 .item .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}

.index6 .item .pic_box img:hover {
	transform: scale(1.1);
}

.index6 .item .text {
	padding-top: 45px;
}

.index6 .item .text span.date {
	display: inline-block;
	font-size: 16px;
	font-family: "Arial";
	color: #666666;
	margin-bottom: 8px;
}

.index6 .item .text h4 {
	font-size: 20px;
	color: #333333;
	margin-bottom: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index6 .item .text .text_box {
	font-size: 15px;
	line-height: 24px;
	color: #888;
	margin-bottom: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index6 .item .text span.more {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	font-family: "Arial";
	text-transform: uppercase;
	padding-right: 45px;
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.index6 .item .text span.more::after {
	width: 21px;
	height: 15px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/index6_right.png);
	content: "";
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
}

.index6 .item:hover .text span.more::after {
	background-image: url(../images/index6_right2.png);
}

.index6 .item:hover .text h4 {
	font-weight: bold;
	color: #1d2088;
}

.index6 .item:hover .text span.more {
	color: #1d2088;
}

@media (max-width: 1600px) {
	.index6 .item {
		width: 400px;
		padding: 50px 0 80px;
	}

	.index6 .swiper-slide:nth-child(1) .item {
		padding-right: 0;
		margin: 0 auto;
		border: none;
	}

	.index6 .swiper-slide:nth-child(3) .item {
		padding-left: 0;
		margin: 0 auto;
		border: none;
		float: none;
	}

	.index6 .swiper-slide:nth-child(1),
	.index6 .swiper-slide:nth-child(2) {
		border-right: 1px solid #dcdcdc;
	}
}

@media (max-width: 1400px) {
	.index6 .item .pic_box {
		height: 250px;
	}

	.index6 .item {
		width: 350px;
	}
}

@media (max-width: 1200px) {
	.index6 .item .text span.more::after {
		width: 18px;
		height: 13px;
		top: 1px;
	}

	.index6 {
		padding-top: 60px;
	}

	.index6 .item {
		width: 290px;
		padding: 50px 0;
	}

	.index6 .item .pic_box {
		height: 200px;
	}

	.index6 .item .text {
		padding-top: 30px;
	}

	.index6 .item .text h4 {
		font-size: 18px;
		margin-bottom: 15px;
	}
}

@media (max-width: 992px) {
	.index6 {
		padding-top: 50px;
	}

	.index6 .tit1 {
		margin-bottom: 50px;
	}

	.index6 .item {
		width: 85%;
	}

	.index6 .item .pic_box {
		height: 240px;
	}

	/* .index6 .swiper-slide:nth-child(1) {
		border-right: none;
	}

	.index6 .swiper-slide:nth-child(2) {
		border: none;
	} */
	.index6 .swiper-slide-prev {
		border-right: none !important;
	}

	.index6 .item .text span.more,
	.index6 .item .text span.date {
		font-size: 15px;
	}
}

@media (max-width: 768px) {
	.index6 {
		padding-top: 40px;
	}

	.index6 .tit1 {
		margin-bottom: 40px;
	}

	.index6 .item {
		width: 90%;
	}

	.index6 .item .pic_box {
		height: 210px;
	}

	.index6 .item .text span.more {
		padding-right: 35px;
	}
}

@media (max-width: 600px) {
	/* .index6 .swiper-slide:nth-child(2) {
		border: none;
	} */
	.index6 .item {
		width: 95%;
		padding: 40px 0;
	}

	.index6 .item .pic_box {
		height: 260px;
	}

	.index6 .item .text h4 {
		font-size: 16px;
	}

	.index6 .item .text .text_box {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.index6 .tit1 {
		margin-bottom: 30px;
	}

	.index6 .item {
		width: 100%;
	}

	.index6 .swiper-slide::after {
		display: none;
	}

	.index6 .swiper-slide:nth-child(1)::before {
		display: none;
	}

	.index6 .item .text {
		padding-top: 20px;
	}
}

@media (max-width: 400px) {
	.index6 .item .pic_box {
		height: 220px;
	}
}

/*footer*/
.footer {
	background-color: #f3f3f3;
	padding: 90px 0 80px;
}

.footer_left {
	float: left;
}

.footer_logo {
	width: 171px;
	height: 80px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/logo.png);
	margin-bottom: 30px;
}

.footer_left .text p {
	font-size: 15px;
	color: #666666;
}

.footer_left .text p:nth-child(1) {
	margin-bottom: 8px;
}

.footer_left .text p:nth-child(2) {
	font-size: 32px;
	font-weight: bold;
	font-family: "Arial";
	color: #333;
	margin-bottom: 20px;
}

.footer_nav {
	float: right;
}

.footer_nav dl {
	float: left;
	padding: 0 55px;
	height: 302px;
	border-right: 1px solid #d6d6d6;
	position: relative;
}

.footer_nav dl::after {
	content: "";
	width: 1px;
	height: 35px;
	background-color: #333;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.5s ease-in-out;
}

.footer_nav dl:first-child {
	padding-left: 0;
}

.footer_nav dl:last-child::after {
	display: none;
}

.footer_nav dl:last-child {
	padding-right: 0;
	border-right: none;
}

.footer_nav dl dt {
	margin-bottom: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.footer_nav dl dd {
	font-size: 15px;
	line-height: 32px;
	color: #666666;
}

.footer_nav dl:hover::after {
	height: 100%;
}

.footer_nav dl dt a:hover {
	color: #000;
}

.footer_nav dl dd a:hover {
	color: #000;
}

@media (max-width: 1400px) {
	.footer_nav dl {
		padding: 0 40px;
	}
}

@media (max-width: 1200px) {
	.footer_left .text p:nth-child(2) {
		font-size: 28px;
	}

	.footer_logo {
		width: 150px;
		height: 60px;
	}

	.footer_nav dl dt {
		font-size: 15px;
	}

	.footer_nav dl dd {
		font-size: 14px;
	}

	.footer_nav dl {
		padding: 0 32px;
	}
}

@media (max-width: 992px) {
	.footer {
		padding: 40px 0;
	}

	.footer_left {
		float: none;
		text-align: center;
	}

	.footer_logo {
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.footer_left .text p:nth-child(2) {
		margin-bottom: 8px;
		font-size: 24px;
	}
}

@media (max-width: 768px) {
	.footer {
		padding: 30px 0;
	}

	.footer_logo {
		height: 50px;
		margin-bottom: 20px;
	}
}

@media (max-width: 420px) {
	.footer_left .text p:nth-child(2) {
		font-size: 22px;
	}
}

.copyright {
	font-size: 15px;
	color: #6d6d6d;
	background-color: #e2e2e2;
	padding: 20px 0;
	text-align: center;
	line-height: 24px;
}

@media (max-width: 768px) {
	.copyright {
		padding: 12px 0;
		font-size: 14px;
	}
}

/*technology*/
.nav {
	border-bottom: 1px solid #dcdcdc;
}

.nav ul li {
	float: left;
	font-size: 16px;
	color: #666666;
	margin-right: 38px;
	position: relative;
	padding: 35px 0;
}

.nav ul li a{
	width: 100%;
	height: 100%;
	display: inline-block;
}

.nav ul li::after {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #1d2088;
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
}

.nav ul li:hover,
.nav ul li.on {
	color: #1d2088;
	font-weight: bold;
}

.nav ul li a:hover{
	color: #1d2088;
	font-weight: bold;
}

.nav ul li:hover::after,
.nav ul li.on::after {
	display: block;
}

@media (max-width: 992px) {
	.nav ul li {
		padding: 25px 0;
	}
}

@media (max-width: 768px) {
	.nav ul li {
		padding: 22px 0;
		font-size: 15px;
	}
}

@media (max-width: 580px) {
	.nav ul li {
		padding: 15px 0;
		font-size: 14px;
		margin-right: 25px;
	}
}

.tech1 {
	background-color: #f0f0f0;
	padding: 85px 0;
}

.tech1 .pic_box {
	width: 50%;
	height: 785px;
	overflow: hidden;
	float: left;
}

.tech1 .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}

.tech1 .pic_box img:hover {
	transform: scale(1.1);
}

.tech1_text {
	width: 50%;
	height: 785px;
	float: right;
	box-sizing: border-box;
	background-color: #fff;
	padding: 60px 70px;
}

.tech1_text .tech1_tit h2 {
	color: #222222;
	font-size: 36px;
	margin-bottom: 12px;
}

.tech1_text .tech1_tit i {
	font-size: 16px;
	color: #a8a8a8;
	text-transform: uppercase;
}

.tech1_text .tech1_tit {
	padding-bottom: 30px;
	margin-bottom: 40px;
	border-bottom: 1px solid #dcdcdc;
}

.tech1_text .item {
	margin-bottom: 40px;
}

.tech1_text .item:last-child {
	margin-bottom: 0;
}

.tech1_text .item em {
	width: 78px;
	height: 78px;
	display: inline-block;
	border-radius: 50%;
	background-color: #e9e9e9;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 42px 42px;
}

.tech1_text .item .item_text {
	width: 80%;
}

.tech1_text .item .item_text h4 {
	font-size: 22px;
	color: #333333;
	margin-bottom: 10px;
}

.tech1_text .item .item_text p {
	font-size: 15px;
	line-height: 26px;
	color: #888888;
}

.tech1_text .item:hover em {
	background-color: #1d2088;
}
.tech1_text .item:nth-child(1) em {
	background-image: url(../images/tech1_1.png) !important;
}

.tech1_text .item:nth-child(2) em {
	background-image: url(../images/tech1_2.png) !important;
}

.tech1_text .item:nth-child(3) em {
	background-image: url(../images/tech1_3.png) !important;
}

.tech1_text .item:nth-child(4) em {
	background-image: url(../images/tech1_4.png) !important;
}
.tech1_text .item:nth-child(1):hover em {
	background-image: url(../images/tech1_11.png) !important;
}

.tech1_text .item:nth-child(2):hover em {
	background-image: url(../images/tech1_22.png) !important;
}

.tech1_text .item:nth-child(3):hover em {
	background-image: url(../images/tech1_33.png) !important;
}

.tech1_text .item:nth-child(4):hover em {
	background-image: url(../images/tech1_44.png) !important;
}

@media (max-width: 1600px) {
	.tech1_text .tech1_tit h2 {
		font-size: 32px;
	}
}

@media (max-width: 1400px) {
	.tech1_text {
		padding: 50px;
	}

	.tech1 .pic_box {
		height: 720px;
	}

	.tech1_text {
		height: 720px;
	}

	.tech1_text .tech1_tit h2 {
		font-size: 28px;
	}

	.tech1_text .tech1_tit {
		padding-bottom: 20px;
		margin-bottom: 30px;
	}

	.tech1_text .item {
		margin-bottom: 30px;
	}

	.tech1_text .item em {
		width: 70px;
		height: 70px;
		background-size: 38px 38px;
	}
}

@media (max-width: 1200px) {
	.tech1 {
		padding: 70px 0;
	}

	.tech1_text {
		padding: 45px 25px;
	}

	.tech1_text .tech1_tit h2 {
		font-size: 24px;
		margin-bottom: 8px;
	}

	.tech1_text .tech1_tit i {
		font-size: 15px;
	}

	.tech1_text .item .item_text h4 {
		font-size: 19px;
	}

	.tech1_text .item .item_text p {
		line-height: 24px;
	}
}

@media (max-width: 992px) {
	.tech1 {
		padding: 55px 0;
	}

	.tech1 .pic_box {
		float: none;
		width: 100%;
		margin: 0 auto;
		height: 600px;
		margin-bottom: 40px;
	}

	.tech1_text {
		float: none;
		width: 100%;
		height: auto;
	}

	.tech1_text .item .item_text {
		width: 87%;
	}
}

@media (max-width: 768px) {
	.tech1 {
		padding: 40px 0;
	}

	.tech1 .pic_box {
		height: 500px;
	}

	.tech1_text .tech1_tit h2 {
		font-size: 20px;
	}

	.tech1_text .tech1_tit i {
		font-size: 14px;
	}

	.tech1_text .item .item_text h4 {
		font-size: 18px;
	}

	.tech1_text .item .item_text p {
		font-size: 14px;
		line-height: 22px;
	}

	.tech1_text .item .item_text {
		width: 84%;
	}
}

@media (max-width: 680px) {
	.tech1_text .item em {
		width: 60px;
		height: 60px;
		background-size: 30px 30px;
	}
}

@media (max-width: 540px) {
	.tech1 .pic_box {
		height: 450px;
		margin-bottom: 30px;
	}

	.tech1_text .item .item_text {
		width: 80%;
	}
}

@media (max-width: 480px) {
	.tech1 {
		padding: 30px 0;
	}
	.tech1 .pic_box {
		height: 350px;
	}

	.tech1_text {
		padding: 35px 15px;
	}

	.tech1_text .item .item_text h4 {
		margin-bottom: 5px;
	}

	.tech1_text .item .item_text {
		width: 75%;
	}
}

@media (max-width: 400px) {
	.tech1_text .item .item_text {
		width: 70%;
	}
}

@media (max-width: 340px) {
	.tech1_text .item .item_text {
		width: 67%;
	}
}

.tit2 {
	text-align: center;
	margin-bottom: 68px;
}

.tit2 i {
	display: inline-block;
	font-size: 46px;
	color: #1d2088;
	font-weight: bold;
	margin-bottom: 12px;
}

.tit2 h2 {
	font-size: 36px;
	color: #333333;
}

.tech2 {
	background-color: #f0f0f0;
	font-size: 0;
	padding-bottom: 80px;
}

.tech2 .swiper-container {
	padding-bottom: 100px;
}

.tech2 .swiper-pagination {
	bottom: 0;
}

.tech2 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 8px !important;
	background-color: #cacaca;
	opacity: 1;
}

.tech2 .swiper-pagination-bullet-active {
	background-color: #1d2088;
}

.tech2 .swiper-container .pic_box {
	width: 100%;
	height: 490px;
	overflow: hidden;
}

.tech2 .swiper-container .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}

.tech2 .swiper-container .pic_box img:hover {
	transform: scale(1.1);
}

.tech2 .text_box {
	background-color: #fff;
	box-sizing: border-box;
	/* height: 142px; */
	padding: 30px 35px;
}

.tech2 .text_box em {
	font-size: 76px;
	color: #e9e9e9;
	font-family: "beb";
}

.tech2 .text_box .text {
	width: 88%;
}

.tech2 .text_box .text h4 {
	font-size: 24px;
	color: #333333;
	margin-bottom: 8px;
}

.tech2 .text_box .text p {
	font-size: 15px;
	line-height: 24px;
	color: #666666;
}

.tech2 .swiper-slide:hover .text_box {
	background-color: #1d2088;
}

.tech2 .swiper-slide:hover .text_box em {
	color: #393db4;
}

.tech2 .swiper-slide:hover .text_box .text h4,
.tech2 .swiper-slide:hover .text_box .text p {
	color: #fff;
}

@media (max-width: 1600px) {
	.tit2 h2 {
		font-size: 34px;
	}

	.tit2 i {
		font-size: 40px;
	}
}

@media (max-width: 1400px) {
	.tit2 {
		margin-bottom: 50px;
	}

	.tit2 h2 {
		font-size: 30px;
	}

	.tit2 i {
		font-size: 36px;
		margin-bottom: 10px;
	}

	.tech2 {
		padding-bottom: 70px;
	}

	.tech2 .swiper-container {
		padding-bottom: 80px;
	}

	.tech2 .swiper-container .pic_box {
		height: 420px;
	}

	.tech2 .text_box em {
		font-size: 70px;
	}

	.tech2 .text_box .text h4 {
		font-size: 22px;
	}

	.tech2 .text_box .text {
		width: 84%;
	}
}

@media (max-width: 1200px) {
	.tit2 {
		margin-bottom: 45px;
	}

	.tit2 h2 {
		font-size: 24px;
	}

	.tit2 i {
		font-size: 28px;
		margin-bottom: 8px;
	}

	.tech2 {
		padding-bottom: 60px;
	}

	.tech2 .swiper-container {
		padding-bottom: 70px;
	}

	.tech2 .swiper-container .pic_box {
		height: 380px;
	}

	.tech2 .text_box {
		padding: 20px;
		height: 150px;
	}

	.tech2 .text_box em {
		font-size: 65px;
	}

	.tech2 .text_box .text h4 {
		font-size: 20px;
		margin-bottom: 5px;
	}
}

@media (max-width: 992px) {
	.tit2 {
		margin-bottom: 35px;
	}

	.tit2 i {
		font-size: 26px;
		margin-bottom: 6px;
	}

	.tit2 h2 {
		font-size: 22px;
	}

	.tech2 {
		padding-bottom: 50px;
	}

	.tech2 .swiper-container {
		padding-bottom: 55px;
	}

	.tech2 .swiper-container .pic_box {
		height: 340px;
	}

	.tech2 .text_box {
		padding: 20px 15px;
	}

	.tech2 .text_box .text {
		width: 81%;
	}

	.tech2 .text_box .text h4 {
		font-size: 18px;
	}

	.tech2 .text_box .text p {
		line-height: 22px;
	}
}

@media (max-width: 768px) {
	.tit2 {
		margin-bottom: 30px;
	}

	.tit2 i {
		font-size: 21px;
		margin-bottom: 5px;
	}

	.tit2 h2 {
		font-size: 18px;
	}

	.tech2 {
		padding-bottom: 40px;
	}

	.tech2 .swiper-container {
		padding-bottom: 45px;
	}

	.tech2 .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}

	.tech2 .swiper-container .pic_box {
		height: 400px;
	}

	.tech2 .text_box .text {
		width: 85%;
	}

	.tech2 .text_box .text h4 {
		margin-bottom: 15px;
	}

	.tech2 .text_box {
		height: auto;
		padding: 25px 15px;
	}
}

@media (max-width: 540px) {
	.tech2 {
		padding-bottom: 30px;
	}

	.tech2 .swiper-container .pic_box {
		height: 360px;
	}

	.tech2 .text_box .text {
		width: 83%;
	}

	.tech2 .text_box em {
		font-size: 60px;
	}

	.tech2 .text_box .text h4 {
		margin-bottom: 8px;
	}

	.tech2 .text_box {
		padding: 20px 15px;
		height: 140px;
	}
}

@media (max-width: 480px) {
	.tech2 .swiper-container .pic_box{
		height: 300px;
	}
	.tech2 .text_box .text p {
		font-size: 14px;
	}

	.tech2 .text_box em {
		font-size: 54px;
	}
}

@media (max-width: 420px) {
	.tech2 .text_box .text {
		width: 80%;
	}

	.tech2 .text_box em {
		font-size: 50px;
	}
}

@media (max-width: 360px) {
	.tech2 .text_box {
		height: 160px;
	}
}

@media (max-width: 340px) {
	.tech2 .text_box .text {
		width: 76%;
	}
}

.tech3 {
	padding: 80px 0 90px;
}

.tech3 .item {
	text-align: center;
	width: 25%;
	height: 340px;
	box-sizing: border-box;
	padding: 45px;
	border-right: 1px solid #dcdcdc;
}

.tech3 .item em {
	display: inline-block;
	width: 93px;
	height: 93px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 18px;
	transition: all 0.3s ease-in-out;
}

.tech3 .item:nth-child(1) em{
	background-image: url(../images/tech3_1.png);
}
.tech3 .item:nth-child(2) em{
	background-image: url(../images/tech3_2.png);
}
.tech3 .item:nth-child(3) em{
	background-image: url(../images/tech3_3.png);
}
.tech3 .item:nth-child(4) em{
	background-image: url(../images/tech3_4.png);
}
.tech3 .item:nth-child(5) em{
	background-image: url(../images/tech3_5.png);
}
.tech3 .item:nth-child(6) em{
	background-image: url(../images/tech3_6.png);
}
.tech3 .item:nth-child(7) em{
	background-image: url(../images/tech3_7.png);
}
.tech3 .item:nth-child(8) em{
	background-image: url(../images/tech3_8.png);
}

.tech3 .item:hover em {
	transform: translate(0, -12px);
}

.tech3 .item h4 {
	font-size: 22px;
	color: #333333;
	margin-bottom: 10px;
}

.tech3 .item p {
	font-size: 15px;
	line-height: 24px;
	color: #666666;
}

.tech3 .item:nth-child(-n + 4) {
	border-bottom: 1px solid #dcdcdc;
}

.tech3 .item:nth-child(4n) {
	border-right: none;
}

@media (max-width: 1600px) {
	.tech3 {
		padding: 70px 0;
	}

	.tech3 .item em {
		width: 80px;
		height: 80px;
	}

	.tech3 .item {
		height: 355px;
	}
}

@media (max-width: 1400px) {
	.tech3 .item em {
		width: 70px;
		height: 70px;
	}

	.tech3 .item h4 {
		font-size: 20px;
	}

	.tech3 .item {
		padding: 35px 25px;
		height: 330px;
	}
}

@media (max-width: 1200px) {
	.tech3 {
		padding: 60px 0;
	}

	.tech3 .item {
		padding: 25px 15px;
		height: 310px;
	}

	.tech3 .item em {
		width: 60px;
		height: 60px;
		margin-bottom: 15px;
	}

	.tech3 .item h4 {
		font-size: 18px;
	}
}

@media (max-width: 992px) {
	.tech3 {
		padding: 50px 0;
	}

	.tech3 .item {
		width: 33.3%;
		height: 290px;
	}

	.tech3 .item:nth-child(4n) {
		border-right: 1px solid #dcdcdc;
	}

	.tech3 .item:nth-child(-n + 6) {
		border-bottom: 1px solid #dcdcdc;
	}

	.tech3 .item:nth-child(3n) {
		border-right: none;
	}

	.tech3 .tech3_box::after {
		content: "";
		width: 33.3%;
	}

	.tech3 .item em {
		width: 50px;
		height: 50px;
	}

	.tech3 .item h4 {
		font-size: 17px;
	}
}

@media (max-width: 768px) {
	.tech3 {
		padding: 40px 0;
	}

	.tech3 .item {
		width: 50%;
		height: 250px;
	}

	.tech3 .item:nth-child(3n) {
		border-right: 1px solid #dcdcdc;
	}

	.tech3 .item:nth-child(2n) {
		border-right: none;
	}

	.tech3 .item p {
		font-size: 14px;
	}
}

@media (max-width: 600px) {
	.tech3 .item {
		padding: 25px 10px;
		height: 275px;
	}
}

@media (max-width: 480px) {
	.tech3 .item h4 {
		font-size: 16px;
	}

	.tech3 .item p {
		font-size: 13px;
	}

	.tech3 .item {
		padding: 20px 10px;
	}

	.tech3 .item em {
		width: 45px;
		height: 45px;
	}

	.tech3 .item:hover em {
		transform: translate(0, -8px);
	}
}

@media (max-width: 400px) {
	.tech3 .item p {
		font-size: 12px;
		line-height: 22px;
	}

	.tech3 .item {
		height: 270px;
	}

	.tech3 .item h4 {
		font-size: 15px;
	}
}

/* about */

.tit3 {
	text-align: left;
}

.tit3 h2 {
	font-size: 32px;
	color: #333333;
}

.tit3 i {
	font-size: 42px;
	display: inline-block;
	color: #1d2088;
	font-weight: bold;
	margin-bottom: 10px;
}

.about1 {
	background-color: #f3f3f3;
	padding: 140px 0 80px;
}

.about1 .tit3 {
	margin-bottom: 45px;
}

.about1 .text {
	float: left;
	width: 42%;
}

.about1 .text .text_box {
	font-size: 16px;
	line-height: 32px;
	color: #444444;
}

.about1 .pic_boxbg {
	width: 50%;
	height: 525px;
	float: right;
	background: linear-gradient(
		to right,
		rgba(29, 32, 136, 1) 50%,
		rgba(255, 255, 255, 0)
	);
	position: relative;
}

.about1 .pic_box {
	width: 98%;
	height: 545px;
	overflow: hidden;
	position: absolute;
	bottom: 15px;
	left: 15px;
}

.about1 .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}

.about1 .pic_box img:hover {
	transform: scale(1.1);
}

@media (max-width: 1600px) {
	.tit3 i {
		font-size: 40px;
	}

	.about1 {
		padding: 100px 0 70px;
	}
}

@media (max-width: 1400px) {
	.about1 {
		padding: 70px 0;
	}

	.tit3 i {
		font-size: 36px;
		margin-bottom: 10px;
	}

	.tit3 h2 {
		font-size: 30px;
	}

	.about1 .tit3 {
		margin-bottom: 30px;
	}

	.about1 .text .text_box {
		line-height: 30px;
	}

	.about1 .text {
		width: 45%;
	}

	.about1 {
		padding: 80px 0 70px;
	}
}

@media (max-width: 1200px) {
	.about1 {
		padding: 65px 0;
	}

	.tit3 i {
		font-size: 28px;
		margin-bottom: 8px;
	}

	.tit3 h2 {
		font-size: 24px;
	}

	.about1 .pic_boxbg {
		width: 47%;
	}

	.about1 .text {
		width: 48%;
	}
}

@media (max-width: 992px) {
	.about1 {
		padding: 50px 0;
	}

	.tit3 i {
		font-size: 26px;
		margin-bottom: 6px;
	}

	.tit3 h2 {
		font-size: 22px;
	}

	.about1 .text {
		width: 100%;
		float: none;
	}

	.about1 .pic_boxbg {
		width: 100%;
		float: none;
		margin-top: 70px;
		height: 480px;
	}

	.about1 .pic_box {
		height: 500px;
	}

	.about1 .tit3 {
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) {
	.about1 {
		padding: 40px 0;
	}

	.tit3 i {
		font-size: 21px;
		margin-bottom: 5px;
	}

	.tit3 h2 {
		font-size: 18px;
	}

	.about1 .text .text_box {
		font-size: 15px;
		line-height: 28px;
	}

	.about1 .pic_boxbg {
		height: 430px;
	}

	.about1 .pic_box {
		height: 450px;
	}
}

@media (max-width: 580px) {
	.about1 {
		padding: 35px 0;
	}
}

@media (max-width: 480px) {
	.about1 .text .text_box {
		font-size: 14px;
		line-height: 24px;
	}

	.about1 .pic_boxbg {
		height: 390px;
	}

	.about1 .pic_box {
		height: 410px;
	}
}

@media (max-width: 400px) {
	.about1 .pic_boxbg {
		height: 350px;
		margin-top: 60px;
	}

	.about1 .pic_box {
		height: 370px;
	}
}

.about2 {
	background-color: #f3f3f3;
}

.about2 .num_group .item {
	width: 20%;
	position: relative;
	height: 284px;
	box-sizing: border-box;
	padding: 0 50px;
	background-color: #fff;
	cursor: pointer;
}

.about2 .num_group .item::after {
	content: "";
	width: 1px;
	height: 80%;
	background-color: #dcdcdc;
	position: absolute;
	right: 0;
	top: 12%;
}

.about2 .num_group .item:last-child::after {
	display: none;
}

.about2 .num_group .item em {
	position: absolute;
	top: 40px;
	right: 35px;
	width: 42px;
	height: 42px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.about2 .num_group .item .num {
	margin-top: 100px;
	font-size: 80px;
	color: #333333;
	font-family: "acc";
}

.about2 .num_group .item i {
	font-size: 18px;
	color: #333;
	letter-spacing: 4px;
}

.about2 .num_group .item p {
	font-size: 18px;
	color: #333333;
	margin-top: 6px;
}

.about2 .num_group .item:hover::after {
	display: none;
}

.about2 .num_group .item:hover {
	background-color: #1d2088;
}

.about2 .num_group .item:hover .num,
.about2 .num_group .item:hover p,
.about2 .num_group .item:hover i {
	color: #fff;
}

.about2 .num_group .item:nth-child(1):hover em {
	background-image: url(../images/index2_11.png) !important;
}

.about2 .num_group .item:nth-child(2):hover em {
	background-image: url(../images/index2_22.png) !important;
}

.about2 .num_group .item:nth-child(3):hover em {
	background-image: url(../images/index2_33.png) !important;
}

.about2 .num_group .item:nth-child(4):hover em {
	background-image: url(../images/index2_44.png) !important;
}

.about2 .num_group .item:nth-child(5):hover em {
	background-image: url(../images/index2_55.png) !important;
}

@media (max-width: 1600px) {
	.about2 .num_group .item .num {
		font-size: 70px;
	}

	.about2 .num_group .item {
		height: 270px;
		padding: 0 35px;
	}

	.about2 .num_group .item p {
		font-size: 17px;
	}

	.about2 .num_group .item em {
		width: 38px;
		height: 38px;
	}
}

@media (max-width: 1200px) {
	.about2 .num_group .item .num {
		font-size: 60px;
	}

	.about2 .num_group .item {
		padding: 0 20px;
	}

	.about2 .num_group .item p,
	.about2 .num_group .item i {
		font-size: 16px;
	}

	.about2 .num_group .item em {
		width: 32px;
		height: 32px;
	}
}

@media (max-width: 992px) {
	.about2 .num_group .item {
		width: 30%;
		margin-bottom: 30px;
		padding: 0 40px;
		height: 250px;
	}

	.about2 .num_group::after {
		content: "";
		width: 30%;
	}

	.about2 .num_group .item::after {
		display: none;
	}

	.about2 .num_group .item .num {
		margin-top: 90px;
	}

	.about2 .num_group .item p {
		line-height: 24px;
	}
}

@media (max-width: 768px) {
	.about2 .num_group .item .num {
		font-size: 45px;
		margin-top: 75px;
	}

	.about2 .num_group .item p,
	.about2 .num_group .item i {
		font-size: 15px;
	}

	.about2 .num_group .item em {
		width: 28px;
		height: 28px;
		top: 30px;
		right: 25px;
	}

	.about2 .num_group .item {
		height: 220px;
		padding: 0 30px;
		width: 31%;
	}
}

@media (max-width: 600px) {
	.about2 .num_group .item {
		width: 46%;
		height: 200px;
		margin-bottom: 20px;
	}

	.about2 .num_group .item .num {
		margin-top: 65px;
	}
}

@media (max-width: 480px) {
	.about2 .num_group .item {
		width: 48%;
		padding: 0 20px;
		height: 180px;
	}

	.about2 .num_group .item .num {
		font-size: 40px;
		margin-top: 52px;
	}

	.about2 .num_group .item em {
		top: 20px;
		right: 20px;
	}

	.about2 .num_group .item p {
		font-size: 14px;
	}
}

.about3 {
	padding-top: 190px;
	background: linear-gradient(#f3f3f3, #f3f3f3 75%, #fff 25%, #fff);
}

.about3_boxbg {
	position: relative;
	width: 100%;
	height: 480px;
	background: linear-gradient(
		to left,
		rgba(29, 32, 136, 1) 20%,
		rgba(255, 255, 255, 0) 70%
	);
}

.about3_box {
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 100%;
	height: 580px;
}

.about3 .pic_box {
	float: left;
	width: 60%;
	height: 100%;
	overflow: hidden;
}

.about3 .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}

.about3 .pic_box img:hover {
	transform: scale(1.1);
}

.about3 .text {
	background-color: #fff;
	width: 40%;
	height: 100%;
	float: right;
	box-sizing: border-box;
	padding: 100px 65px 0;
}

.about3 .text .tit3 {
	margin-bottom: 45px;
}

.about3 .text .text_box {
	font-size: 18px;
	line-height: 36px;
	color: #444444;
}

@media (max-width: 1600px) {
	.about3 .main {
		padding: 0;
	}
}

@media (max-width: 1200px) {
	.about3_box {
		height: 540px;
	}

	.about3_boxbg {
		height: 440px;
	}
}

@media (max-width: 992px) {
	.about3 {
		padding-top: 150px;
	}

	.about3 .text {
		padding: 75px 40px 0;
	}

	.about3_box {
		height: 500px;
	}

	.about3_boxbg {
		height: 400px;
	}
}

@media (max-width: 768px) {
	.about3 {
		padding-top: 80px;
	}

	.about3 .text {
		padding: 60px 20px 0;
	}

	.about3_box {
		height: 440px;
	}
}

@media (max-width: 600px) {
	.about3 {
		padding-top: 20px;
	}

	.about3 .pic_box,
	.about3 .text {
		float: none;
		width: 100%;
	}

	.about3_box,
	.about3_boxbg {
		position: initial;
		height: auto;
	}

	.about3 .pic_box {
		height: 400px;
	}

	.about3 .text {
		padding: 40px 20px;
		background-color: #f3f3f3;
	}

	.about3 .text .tit3 {
		margin-bottom: 25px;
	}
}

@media (max-width: 480px) {
	.about3 .pic_box {
		height: 300px;
	}

	.about3 .text {
		padding: 25px 15px;
	}

	.about3 .text .tit3 {
		margin-bottom: 15px;
	}
}

.about4 {
	padding: 90px 0;
}

.about4 .hd {
	width: 670px;
	margin: 0 auto;
	margin-bottom: 54px;
}

.about4 .hd ul li {
	font-size: 16px;
	color: #666666;
	width: 156px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	cursor: pointer;
}

.about4 .hd ul li:hover,
.about4 .hd ul li.on {
	background-color: #1d2088;
	border: 1px solid #1d2088;
	color: #fff;
}

.about4 .hd ul li a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.about4 .swiper-container {
	padding-bottom: 90px;
}

.about4 .swiper-container .pic_box {
	width: 100%;
	height: 510px;
	overflow: hidden;
}

.about4 .swiper-container .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}

.about4 .swiper-container .pic_box img:hover {
	transform: scale(1.1);
}

.about4 .swiper-container .swiper-pagination {
	bottom: 0;
}

.about4 .swiper-container .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #cacaca;
	opacity: 1;
	margin: 0 8px !important;
}

.about4 .swiper-container .swiper-pagination-bullet-active {
	background-color: #1d2088;
}

@media (max-width: 1400px) {
	.about4 {
		padding: 70px 0;
	}

	.about4 .swiper-container .pic_box {
		height: 450px;
	}
}

@media (max-width: 1200px) {
	.about4 {
		padding: 60px 0;
	}

	.about4 .swiper-container .pic_box {
		height: 400px;
	}

	.about4 .hd ul li {
		width: 125px;
		height: 50px;
		line-height: 50px;
	}

	.about4 .hd {
		margin-bottom: 45px;
	}
}

@media (max-width: 992px) {
	.about4 {
		padding: 50px 0;
	}

	.about4 .hd {
		margin-bottom: 40px;
	}

	.about4 .swiper-container .pic_box {
		height: 350px;
	}

	.about4 .hd {
		width: 60%;
	}

	.about4 .hd ul li {
		width: 100px;
		font-size: 15px;
		height: 45px;
		line-height: 45px;
	}

	.about4 .swiper-container {
		padding-bottom: 60px;
	}
}

@media (max-width: 768px) {
	.about4 {
		padding: 40px 0;
	}

	.about4 .hd {
		margin-bottom: 35px;
	}

	.about4 .swiper-container .pic_box {
		height: 400px;
	}

	.about4 .hd {
		width: 100%;
	}

	.about4 .hd ul li {
		width: 140px;
	}

	.about4 .swiper-container .swiper-pagination-bullet {
		width: 9px;
		height: 9px;
		margin: 0 6px !important;
	}

	.about4 .swiper-container {
		padding-bottom: 50px;
	}
}

@media (max-width: 620px) {
	.about4 .hd ul li {
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
}

@media (max-width: 580px) {
	.about4 .swiper-container .pic_box {
		height: 350px;
	}

	.about4 .hd ul li {
		width: 100px;
	}
}

@media (max-width: 480px) {
	.about4 .hd ul li {
		width: 80px;
		height: 35px;
		line-height: 35px;
	}
}

@media (max-width: 420px) {
	.about4 .swiper-container .pic_box {
		height: 300px;
	}
}

@media (max-width: 370px) {
	.about4 .hd ul li {
		width: 70px;
		font-size: 13px;
		height: 35px;
		line-height: 35px;
	}
}

@media (max-width: 320px) {
	.about4 .hd ul li {
		width: 65px;
		font-size: 12px;
	}
}

.about5 .swiper-container .swiper-slide {
	border-right: 1px solid #dcdcdc;
	padding: 60px 0 160px;
}

.about5 .swiper-container .swiper-slide-prev {
	border-right: none;
}

.about5 .swiper-container .pic_box {
	width: 450px;
	height: 450px;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #f3f3f3;
	padding: 25px 85px;
	margin: 0 auto;
}

.about5 .swiper-container .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.3s ease-in-out;
}

/* .about5 .swiper-container .pic_box img:hover{
	transform: scale(1.1);
} */

.about5 .swiper-container h4 {
	width: 450px;
	text-align: center;
	font-size: 16px;
	color: #333;
	margin: 0 auto;
	margin-top: 25px;
}

.about5 .swiper-container .swiper-pagination {
	bottom: 80px;
}

.about5 .swiper-container .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	opacity: 1;
	background-color: #cacaca;
	margin: 0 10px;
}

.about5 .swiper-container .swiper-pagination-bullet-active {
	background-color: #1d2088;
}

@media (max-width: 1500px) {
	.about5 .swiper-container .pic_box {
		width: 360px;
		height: 400px;
		padding: 25px 60px;
	}

	.about5 .swiper-container h4 {
		width: 100%;
	}
}

@media (max-width: 1200px) {
	.about5 .swiper-container .pic_box {
		width: 280px;
		height: 350px;
		padding: 25px 30px;
	}
}

@media (max-width: 992px) {
	/* .about5 .swiper-container .swiper-pagination{
		bottom: 40px;
	} */
	.about5 .swiper-container .swiper-slide {
		padding: 40px 0 100px;
	}
}

@media (max-width: 768px) {
	.about5 .swiper-container .pic_box {
		width: 235px;
		height: 300px;
		padding: 20px 25px;
	}

	.about5 .swiper-container .swiper-slide {
		padding: 40px 0 80px;
	}
}

@media (max-width: 580px) {
	.about5 .swiper-container .swiper-slide {
		border: none;
	}

	.about5 .swiper-container .pic_box {
		width: 100%;
	}

	.about5 .swiper-container .swiper-slide {
		padding: 10px 0 60px;
	}
	.about5 .swiper-container .swiper-pagination {
		bottom: 20px;
	}
	.about5 .swiper-container .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		margin: 0 6px;
	}
}

@media (max-width: 480px) {
	.about5 .swiper-container .swiper-slide {
		padding-top: 0;
	}
	.about5 .swiper-container .pic_box {
		height: 260px;
	}
}

@media (max-width: 420px) {
	.about5 .swiper-container .pic_box {
		height: 220px;
	}
}

/*news*/
.news {
	padding: 55px 0 85px;
}

.news_box {
	padding-bottom: 100px;
}

.news .item {
	width: 31.75%;
	cursor: pointer;
	margin-bottom: 42px;
	transition: all 0.3s ease-in-out;
}

.news .item:hover {
	transform: translate(0, -12px);
}

.news .item .pic_box {
	width: 100%;
	height: 318px;
	overflow: hidden;
}

.news .item .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}

/* .news .item .pic_box img:hover{
	transform: scale(1.1);
} */

.news .item .text {
	width: 100%;
	box-sizing: border-box;
	padding: 35px 30px 50px;
	background-color: #f0f0f0;
}

.news .item .text span.date {
	font-size: 16px;
	color: #666666;
	font-family: "Arial";
	margin-bottom: 8px;
	display: inline-block;
}

.news .item h4 {
	font-size: 22px;
	color: #333333;
	margin-bottom: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news .item .text_box {
	font-size: 15px;
	line-height: 30px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 25px;
}

.news .item span.more {
	font-size: 16px;
	color: #333;
	width: 168px;
	height: 53px;
	line-height: 53px;
	text-align: center;
	background-color: #fff;
	border-radius: 26.5px;
	display: inline-block;
	font-family: "Arial";
}

.news .item span.more:hover {
	color: #fff;
	background-color: #1d2088;
}

@media (max-width: 1600px) {
	.news {
		padding: 55px 0 75px;
	}
	.news_box {
		padding-bottom: 80px;
	}

	.news .item span.more {
		width: 150px;
		height: 48px;
		line-height: 48px;
	}

	.news .item h4 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.news .item .pic_box {
		height: 300px;
	}
}

@media (max-width: 1200px) {
	.news_box {
		padding-bottom: 70px;
	}
	.news {
		padding: 55px 0 65px;
	}

	.news .item .pic_box {
		height: 250px;
	}

	.news .item .text {
		padding: 35px 20px 40px;
	}

	.news .item h4 {
		font-size: 18px;
	}

	.news .item span.more {
		width: 140px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}
}

@media (max-width: 992px) {
	.news_box {
		padding-bottom: 55px;
	}
	.news {
		padding: 45px 0 55px;
	}

	.news .item {
		width: 48%;
	}

	.news .item .text {
		padding: 30px 20px 35px;
	}

	.news .item span.more {
		width: 130px;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}

	.news .item .text_box {
		margin-bottom: 15px;
	}
}

@media (max-width: 768px) {
	.news_box {
		padding-bottom: 40px;
	}
	.news {
		padding: 35px 0 45px;
	}

	.news .item {
		margin-bottom: 30px;
	}

	.news .item .pic_box {
		height: 200px;
	}

	.news .item .text {
		padding: 30px 15px 35px;
	}

	.news .item .text span.date {
		font-size: 14px;
	}

	.news .item h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.news .item .text_box {
		font-size: 14px;
		line-height: 24px;
	}

	.news .item span.more {
		width: 115px;
		height: 30px;
		line-height: 30px;
		font-size: 13px;
	}
}

@media (max-width: 600px) {
	.news .item {
		width: 49%;
	}
}

@media (max-width: 500px) {
	.news_box {
		padding-bottom: 30px;
	}
	.news .item {
		width: 100%;
	}

	.news .item .pic_box {
		height: 230px;
	}

	.news .item .text {
		padding: 25px 15px 30px;
	}
}

@media (max-width: 400px) {
	.news .item h4 {
		font-size: 15px;
	}
}

/*case*/
.case {
	padding: 65px 0 80px;
}
.case_box {
	padding-bottom: 20px;
}
.case .item {
	width: 31.75%;
	margin-bottom: 60px;
}

.case .item .pic_box {
	width: 100%;
	height: 388px;
	overflow: hidden;
}

.case .item .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}

.case .item .pic_box img:hover {
	transform: scale(1.1);
}

.case .item h4 {
	height: 68px;
	line-height: 68px;
	font-size: 16px;
	color: #333333;
	box-sizing: border-box;
	padding-left: 20px;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
}

.case .item:hover h4 {
	color: #1d2088;
}

.case .item h4::after {
	content: "";
	width: 0;
	height: 1px;
	background-color: #333;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.4s ease-in-out;
}

.case .item:hover h4::after {
	width: 100%;
}

@media (max-width: 1600px) {
	.case .item .pic_box {
		height: 350px;
	}
}

@media (max-width: 1400px) {
	.case {
		padding: 65px 0 70px;
	}

	.case .item .pic_box {
		height: 320px;
	}

	.case .item h4 {
		height: 60px;
		line-height: 60px;
	}
}

@media (max-width: 1200px) {
	.case {
		padding: 55px 0 60px;
	}

	.case .item .pic_box {
		height: 280px;
	}

	.case .item h4 {
		height: 55px;
		line-height: 55px;
	}
}

@media (max-width: 992px) {
	.case {
		padding: 45px 0;
	}

	.case .item {
		margin-bottom: 45px;
	}

	.case .item h4 {
		height: 50px;
		line-height: 50px;
		font-size: 15px;
	}

	.case .item .pic_box {
		height: 240px;
	}
}

@media (max-width: 768px) {
	.case {
		padding: 40px 0;
	}

	.case .item {
		width: 48.5%;
		margin-bottom: 35px;
	}

	.case .item h4 {
		font-size: 14px;
		height: 45px;
		line-height: 45px;
	}
}

@media (max-width: 640px) {
	.case .item .pic_box {
		height: 200px;
	}
}

@media (max-width: 480px) {
	.case .item {
		margin-bottom: 30px;
	}

	.case .item .pic_box {
		height: 150px;
	}

	.case .item h4 {
		font-size: 13px;
		height: 40px;
		line-height: 40px;
	}
}

/*contact*/

.contact {
	margin: 96px 0 52px;
}

.contact_box {
	background-color: #f4f4f4;
	padding: 80px 40px;
}

.contact .contact_text {
	float: left;
}

.contact .contact_text .contact_tit h2 {
	font-size: 40px;
	font-weight: bold;
	font-family: "Arial";
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 48px;
}

.contact .contact_text .pic_box {
	width: 133px;
	height: 133px;
	overflow: hidden;
}

.contact .contact_text .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.contact .text_list {
	margin-bottom: 10px;
}

.contact .text_list .item {
	margin-bottom: 35px;
}

.contact .text_list .item em {
	display: inline-block;
	width: 42px;
	height: 42px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
}

.contact .text_list .item .text_box {
	float: left;
}

.contact .text_list .item .text_box {
	font-size: 16px;
	line-height: 26px;
	color: #333;
	padding-left: 25px;
	border-left: 1px solid #c2c2c2;
	margin-left: 25px;
}

.contact .contact_form {
	float: right;
	background-color: #fff;
	width: 47.5%;
	height: 464px;
	box-sizing: border-box;
	padding: 55px 45px;
}

.contact .contact_form form .form1 {
	margin-bottom: 50px;
}

.contact .contact_form form input.text {
	width: 40%;
	font-size: 15px;
	color: #666666;
	line-height: 26px;
	padding-bottom: 18px;
	border-bottom: 1px solid #dcdcdc;
}

.contact .contact_form form textarea {
	/* width: 87.2%; */
	width: 100%;
	height: 125px;
	border-bottom: 1px solid #dcdcdc;
	font-size: 15px;
	color: #666666;
	line-height: 26px;
	box-sizing: border-box;
	padding: 15px;
	padding-left: 0;
	padding-top: 0;
}

.contact .contact_form form .form2 {
	margin-top: 64px;
}

.contact .contact_form form .form2 .form_verify {
	width: 40%;
	position: relative;
}

.contact .contact_form form .form2 .form_verify input {
	width: 100%;
	font-size: 15px;
	color: #666666;
	line-height: 26px;
	padding-bottom: 18px;
	border-bottom: 1px solid #dcdcdc;
}

.contact .contact_form form .form2 .form_verify img {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 30px;
	cursor: pointer;
}

.contact .contact_form form .form2 input.submit {
	width: 192px;
	height: 54px;
	background-color: #1d2088;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.contact .contact_form form .form2 input.submit:hover {
	background-color: #06b8f2;
}

.map {
	width: 100%;
	height: 600px;

}

.map img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 1600px) {
	.contact {
		margin: 70px 0 50px;
	}

	.map {
		height: 550px;
		margin-bottom: 80px;
	}
}

@media (max-width: 1400px) {
	.contact .contact_text .contact_tit h2 {
		font-size: 36px;
	}

	.contact .contact_text .pic_box {
		width: 110px;
		height: 110px;
	}

	.contact .contact_form form .form2 input.submit {
		width: 170px;
		height: 50px;
	}
}

@media (max-width: 1200px) {
	.map {
		height: 500px;
		margin-bottom: 60px;
	}

	.contact {
		margin: 60px 0 50px;
	}

	.contact .contact_text .contact_tit h2 {
		font-size: 28px;
	}

	.contact .text_list .item em {
		width: 38px;
		height: 38px;
	}

	.contact .text_list .item .text_box {
		padding-left: 20px;
		margin-left: 20px;
	}

	.contact .contact_form {
		padding: 55px 35px;
	}

	.contact .contact_form form .form2 input.submit {
		width: 140px;
		height: 45px;
	}

	.contact .contact_form form .form2 .form_verify {
		width: 50%;
	}

	.contact .contact_form form .form2 .form_verify img {
		width: 40%;
	}
}

@media (max-width: 992px) {
	.contact {
		margin: 50px 0;
	}

	.contact .contact_text .contact_tit h2 {
		font-size: 26px;
	}

	.contact .contact_text,
	.contact .contact_form {
		float: none;
		width: 100%;
	}

	.contact .contact_text {
		margin-bottom: 45px;
	}

	.contact .text_list {
		float: left;
	}

	.contact .contact_text .pic_box {
		float: right;
	}
}

@media (max-width: 768px) {
	.map {
		height: 450px;
		margin-bottom: 40px;
	}

	.contact {
		/* margin: 40px 0; */
		margin: 0;
	}

	.contact .main {
		padding: 0;
	}

	.contact .contact_text .contact_tit h2 {
		font-size: 21px;
		margin-bottom: 30px;
	}
}

@media (max-width: 680px) {
	.contact .text_list .item .text_box {
		font-size: 15px;
		line-height: 24px;
	}

	.contact .contact_text .pic_box,
	.contact .text_list {
		float: none;
	}

	.contact_box {
		padding: 40px 25px;
	}

	.contact .contact_form form input.text {
		width: 43%;
	}

	.contact .contact_form form .form1 {
		margin-bottom: 25px;
	}

	.contact .contact_form form .form2 {
		margin-top: 30px;
	}

	.contact .contact_form {
		height: auto;
		padding: 30px 20px;
	}
}

@media (max-width: 500px) {
	.contact .text_list .item em {
		width: 32px;
		height: 32px;
	}

	.contact .text_list .item .text_box {
		padding-left: 12px;
		margin-left: 12px;
	}
}

@media (max-width: 480px) {
	.contact_box {
		padding: 35px 15px;
	}

	.contact .contact_text {
		margin-bottom: 30px;
	}
	.contact .text_list .item .text_box {
		float: none;
	}

	.contact .text_list .item em {
		margin-bottom: 15px;
		width: 28px;
		height: 28px;
	}

	.contact .text_list .item {
		margin-bottom: 20px;
	}

	.contact .text_list .item .text_box {
		border-left: none;
		margin: 0;
		padding: 0;
		margin-left: 40px;
	}

	.contact .contact_form form input.text {
		width: 100%;
		padding-bottom: 10px;
	}

	.contact .contact_form form input.text:first-child {
		margin-bottom: 25px;
	}

	.contact .contact_form form .form2 .form_verify {
		width: 100%;
		margin-bottom: 25px;
	}

	.contact .contact_form form .form2 input.submit {
		width: 100%;
		height: 40px;
		font-size: 15px;
	}

	.contact .contact_form form .form2 .form_verify input {
		padding-bottom: 10px;
	}

	.contact .contact_form form .form2 .form_verify img {
		width: 30%;
	}
}

/*pro*/

/* pc端pronav */
.pronav {
	margin: 50px 0;
	padding: 0 15px;
	box-sizing: border-box;
}

.pronav .list {
	display: flex;
	padding: 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}

.pronav .list span {
	flex: 0 0 60px;
	line-height: 30px;
	font-weight: bold;
	white-space: nowrap;
	font-size: 18px;
	color: #1d2088;
	font-weight: bold;
}

.pronav .list ul {
}

.pronav .list li {
	position: relative;
	float: left;
	padding: 0 20px;
	line-height: 36px;
	font-size: 16px;
}

.pronav .list li a{
	width: 100%;
	height: 100%;
	display: inline-block;
}

/* .pronav .list li:first-child::after {
	content: ">";
	position: absolute;
	top: 0px;
	right: -3px;
	color: #666;
} */

.pronav .list li.on,
.pronav .list li:hover {
	color: #1d2088;
	font-weight: bold;
}

.pronav .list li a:hover{
	color: #1d2088;
	font-weight: bold;
}

@media (max-width: 1200px) {
	.pronav {
		margin-top: 30px;
	}

	.pronav .list li {
		font-size: 15px;
		line-height: 32px;
	}
}

@media (max-width: 768px) {
	.pronav {
		display: none;
	}
}

/*mb*/
.pullbtn {
	text-align: right;
	font-size: 18px;
	color: #333;
	margin-bottom: 15px;
}

.pullbtn em {
	display: inline-block;
	text-align: center;
	width: 13px;
}

.pronav_mb {
	padding: 30px 0;
}

.pronav_mb .list {
	padding-bottom: 15px;
}

.pronav_mb .list h4 {
	height: 40px;
	line-height: 40px;
	background: #1d2088;
	color: #fff;
	font-size: 15px;
	padding: 0 15px;
}

.pronav_mb .list ul {
	padding: 10px 0 10px 10px;
	border: 1px solid #dcdcdc;
	display: block;
}

.pronav_mb .list ul li {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #666;
	/* padding: 0 15px; */
	width: 120px;
	text-align: center;
	float: left;
	/* margin: 4px 10px 4px 0; */
	margin: 5px 0;
	border-radius: 4px;
}

.pronav_mb .list.color ul li {
	width: 80px;
}

.pronav_mb .size ul li {
	/* padding: 0;
	margin: 0; */
}

.pronav_mb .list ul li:active,
.pronav_mb .list ul li.on {
	background: #1d2088;
	color: #fff;
}

.pronav_mb .list ul li a {
	display: block;
}

@media (max-width: 768px) {
	.pronav_mb {
		padding: 20px 0 10px;
		display: block !important;
	}
}

@media (max-width: 480px) {
	.pullbtn {
		font-size: 16px;
	}

	.pronav_mb .list ul li {
		height: 30px;
		line-height: 30px;
		/* padding: 0 10px; */
	}

	.pronav_mb .list h4 {
		height: 35px;
		line-height: 35px;
	}
}

@media (max-width: 400px) {
	.pronav_mb .list ul li {
		margin-right: 15%;
	}

	.pronav_mb .list ul li:nth-child(2n) {
		margin-right: 0;
	}

	.pronav_mb .list.color ul li {
		margin-right: 0;
	}
}

@media (max-width: 350px) {
	.pronav_mb .list ul li {
		margin-right: 10%;
	}
}

@media (max-width: 320px) {
	.pronav_mb .list ul li {
		margin-right: 0;
	}
}

.pro {
	background-color: #f3f3f3;
	padding: 65px 0 90px;
}

.pro_box {
	padding-bottom: 65px;
}

.pro .item {
	width: 32%;
	margin-bottom: 30px;
	transition: all 0.3s ease-in-out;
}

.pro .item:hover {
	transform: translate(0, -12px);
}

.pro .item .img {
	width: 100%;
	height: 100%px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
}

.pro .item .text {
	position: relative;
}

.pro .item .text h4 {
	font-size: 16px;
	color: #333333;
	line-height: 75px;
	box-sizing: border-box;
	padding-left: 25px;
	background-color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pro .item .text span {
	display: inline-block;
	width: 38px;
	height: 38px;
	border: 1px solid #dcdcdc;
	position: absolute;
	right: 25px;
	top: 22%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 7px 13px;
	background-image: url(../images/ipro_right1.png);
}

.pro .item .text span:hover {
	border: 1px solid #1d2088;
	background-color: #1d2088;
	background-image: url(../images/ipro_right11.png);
}

@media (max-width: 1400px) {
	.pro_box {
		padding-bottom: 60px;
	}

	.pro .item .img {
		height: 330px;
	}

	.pro .item .text h4 {
		line-height: 68px;
	}

	.pro .item .text span {
		top: 20%;
	}
}

@media (max-width: 1200px) {
	.pro_box {
		padding-bottom: 50px;
	}

	.pro {
		padding: 55px 0 80px;
	}

	.pro .item .img {
		height: 300px;
	}

	.pro .item .text h4 {
		line-height: 60px;
	}

	.pro .item .text span {
		width: 30px;
		height: 30px;
	}
}

@media (max-width: 992px) {
	.pro_box {
		padding-bottom: 35px;
	}

	.pro {
		padding: 45px 0 60px;
	}

	.pro .item .img {
		height: 250px;
	}

	.pro .item .text h4 {
		font-size: 15px;
	}
}

@media (max-width: 768px) {
	.pro_box {
		padding-bottom: 20px;
	}

	.pro {
		padding: 40px 0 40px;
	}

	.pro .item .img {
		height: 230px;
	}

	.pro .item {
		width: 48%;
	}

	.pro .item .text h4 {
		font-size: 14px;
		line-height: 50px;
	}
}

@media (max-width: 600px) {
	.pro .item .img {
		height: 200px;
	}

	.pro .item .text h4 {
		line-height: 45px;
		padding-left: 15px;
	}

	.pro .item .text span {
		width: 20px;
		height: 20px;
		background-size: 5px 10px;
		right: 15px;
		top: 24%;
	}
}

@media (max-width: 480px) {
	.pro .item .img {
		height: 170px;
	}

	.pro .item .text span {
		display: none;
	}

	.pro .item {
		margin-bottom: 25px;
	}
}

@media (max-width: 400px) {
	.pro .item .img {
		height: 150px;
	}
}

.pro_foot {
	padding: 75px 0;
}

.pro_foot .item {
	width: 25%;
	box-sizing: border-box;
	text-align: center;
	padding: 25px;
	border-right: 1px solid #dcdcdc;
}

.pro_foot .item:last-child {
	border-right: none;
}

.pro_foot .item em {
	width: 102px;
	height: 102px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 25px;
	transition: all 0.3s ease-in-out;
}

.pro_foot .item:hover em {
	transform: translate(0, -12px);
}

.pro_foot .item h4 {
	font-size: 18px;
	color: #333333;
	margin-bottom: 12px;
}

.pro_foot .item i {
	font-size: 14px;
	color: #a5a5a5;
}

@media (max-width: 1400px) {
	.pro_foot {
		padding: 70px 0;
	}

	.pro_foot .item em {
		width: 95px;
		height: 95px;
	}

	.pro_foot .item {
		padding: 25px 15px;
	}
}

@media (max-width: 1200px) {
	.pro_foot {
		padding: 60px 0;
	}

	.pro_foot .item em {
		width: 80px;
		height: 80px;
	}
}

@media (max-width: 992px) {
	.pro_foot {
		padding: 50px 0;
	}

	.pro_foot .item em {
		width: 70px;
		height: 70px;
		margin-bottom: 18px;
	}

	.pro_foot .item h4 {
		font-size: 17px;
	}

	.pro_foot .item {
		padding: 20px 15px;
		height: 230px;
	}
}

@media (max-width: 768px) {
	.pro_foot {
		padding: 30px 0;
	}

	.pro_foot .item {
		width: 50%;
		height: 190px;
	}

	.pro_foot .item:nth-child(2n) {
		border-right: none;
	}

	.pro_foot .item:nth-child(1),
	.pro_foot .item:nth-child(2) {
		border-bottom: 1px solid #dcdcdc;
	}

	.pro_foot .item em {
		width: 60px;
		height: 60px;
	}

	.pro_foot .item h4 {
		font-size: 16px;
		margin-bottom: 8px;
	}
}

@media (max-width: 480px) {
	.pro_foot .item em {
		width: 50px;
		height: 50px;
		margin-bottom: 12px;
	}
}

@media (max-width: 360px) {
	.pro_foot .item {
		height: 210px;
	}
}

/*pro2*/
.breadcrumb {
	font-size: 15px;
	color: #666;
	padding: 34px 0 26px;
	box-sizing: border-box;
}

.breadcrumb li {
	display: inline-block;
	float: left;
	height: 30px;
	line-height: 30px;
	position: relative;
	padding: 0 5px 0 20px;
}

.breadcrumb li::after {
	display: inline-block;
	content: ">";
	height: 30px;
	width: 20px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 30px;
	color: #666;
}

/* .breadcrumb li:first-child::after{
	display: none;
} */

.breadcrumb li:nth-child(1),
.breadcrumb li:nth-child(2) {
	padding-left: 0;
}

.breadcrumb li:nth-child(1)::after,
.breadcrumb li:nth-child(2)::after {
	display: none;
}

.breadcrumb li a {
	display: block;
	color: inherit;
}

.breadcrumb li a:hover {
	color: #183884;
}

@media (max-width: 1600px) {
	.breadcrumb {
		padding: 32px 15px 24px;
	}
}

@media (max-width: 1200px) {
	.breadcrumb {
		padding: 26px 15px;
	}
}

@media (max-width: 991px) {
	.breadcrumb {
		padding: 24px 15px;
	}
}

@media (max-width: 768px) {
	.breadcrumb {
		padding: 15px 15px;
	}
}

@media (max-width: 480px) {
	.breadcrumb {
		padding: 12px 15px;
	}

	.breadcrumb li {
		padding: 0 0px 0 18px;
		font-size: 14px;
	}
}

.pro2_box{
	padding: 40px 0;
	background-color: #fff;
}

.pro2 {
	background-color: #f5f5f5;
	padding: 30px 0 95px;
}

.pro2 .pro2_box .mainSlide {
	float: left;
	width: 50%;
	height: 560px;
}

.pro2 .pro2_box .mainSlide .img {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}

.pro2 .pro2_box .text {
	float: right;
	width: 50%;
	height: 560px;
	box-sizing: border-box;
	background-color: #fff;
	padding: 42px 75px;
}

.pro2 .pro2_box .text .slide_btn {
	/* width: 72.5%; */
	width: 580px;
}

.pro2 .pro2_box .text .slide_btn .img {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	cursor: pointer;
}

.pro2 .pro2_box .text .slide_btn .swiper-slide {
	padding-bottom: 10px;
}

.pro2 .pro2_box .text .slide_btn .swiper-slide-thumb-active {
	border-bottom: 3px solid #1d2088;
}

.pro2 .pro2_box .text h2 {
	font-size: 26px;
	color: #333;
	padding-bottom: 22px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 22px;
}

.pro2 .pro2_box .text .text_box {
	font-size: 16px;
	line-height: 32px;
	color: #333333;
	margin-bottom: 75px;
}

.pro2 .pro2_box .text .text_box span {
	color: #888888;
}

.pro2 .pro2_box .text .text_btn {
	margin-bottom: 58px;
}

.pro2 .pro2_box .text .text_btn a {
	display: inline-block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #f0f0f0;
	border-radius: 25px;
	font-size: 16px;
	color: #888888;
	margin-right: 20px;
}

.pro2 .pro2_box .text .text_btn a:last-child {
	margin-right: 0;
}

.pro2 .pro2_box .text .text_btn a:hover {
	color: #fff;
	background-color: #1d2088;
}

.pro2 .pro2_box .mainSlide .swiper-scrollbar {
	display: none;
	height: 1px;
}

.pro2 .pro2_box .mainSlide .swiper-scrollbar-drag {
	margin-top: -1px;
	height: 3px;
	background-color: #1d2088;
}

@media (max-width: 1600px) {
	.pro2 {
		padding-bottom: 85px;
	}

	.pro2 .pro2_box .text .slide_btn {
		width: 100%;
	}
}

@media (max-width: 1400px) {
	.pro2 {
		padding-bottom: 70px;
	}

	.pro2 .pro2_box .text h2 {
		font-size: 22px;
	}

	.pro2 .pro2_box .text .text_box {
		margin-bottom: 50px;
	}

	.pro2 .pro2_box .text .text_btn a {
		width: 125px;
		height: 45px;
		line-height: 45px;
	}
}

@media (max-width: 1200px) {
	.pro2 {
		padding-bottom: 60px;
	}

	.pro2 .pro2_box .text {
		padding: 30px 35px;
	}

	.pro2 .pro2_box .text .text_btn a {
		width: 110px;
		height: 40px;
		line-height: 40px;
		margin-right: 12px;
	}

	.pro2 .pro2_box .text,
	.pro2 .pro2_box .mainSlide {
		height: 500px;
	}
	.pro2 .pro2_box .text .text_btn{
		margin-bottom: 45px;
	}
	.pro2 .pro2_box .text .text_box{
		margin-bottom: 40px;
	}
}

@media (max-width: 992px) {
	.pro2_box{
		padding-bottom: 100px;
		padding-top: 20px;
	}
	.pro2 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.pro2 .pro2_box .text h2 {
		font-size: 20px;
	}

	.pro2 .pro2_box .mainSlide {
		width: 45%;
	}

	.pro2 .pro2_box .text {
		padding: 30px 10px 30px 30px;
		width: 55%;
	}

	.pro2 .pro2_box .text .text_box {
		margin-bottom: 30px;
	}

	.pro2 .pro2_box .text .text_btn {
		margin-bottom: 30px;
	}

	.pro2 .pro2_box .text,
	.pro2 .pro2_box .mainSlide {
		height: 420px;
	}
}

@media (max-width: 768px) {
	.pro2_box{
		padding: 0;
		padding-top: 35px;
	}
	.pro2 {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.pro2 .pro2_box .text,
	.pro2 .pro2_box .mainSlide {
		float: none;
		width: 100%;
	}

	.pro2 .pro2_box .text .slide_btn {
		display: none;
	}

	.pro2 .pro2_box .mainSlide {
		padding-bottom: 25px;
		margin-bottom: 30px;
	}

	.pro2 .pro2_box .text {
		height: auto;
		padding: 30px 20px;
	}

	.pro2 .pro2_box .mainSlide .swiper-scrollbar {
		display: block;
	}

	.pro2 .pro2_box .text h2 {
		/* font-size: 18px; */
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
}

@media (max-width: 530px) {
	.pro2 .pro2_box .text .text_btn {
		margin-bottom: 0;
	}

	.pro2 .pro2_box .text h2 {
		font-size: 18px;
	}
}

@media (max-width: 480px) {
	.pro2 .pro2_box .mainSlide {
		height: 360px;
	}

	.pro2 .pro2_box .text .text_btn a {
		font-size: 14px;
		width: 90px;
		height: 35px;
		line-height: 35px;
	}

	.pro2 .pro2_box .text .text_box {
		font-size: 14px;
	}
}

@media (max-width: 400px) {
	.pro2 .pro2_box .mainSlide {
		height: 360px;
	}

	.pro2 .pro2_box .text .text_box {
		margin-bottom: 20px;
	}

	.pro2 .pro2_box .text .text_btn a:first-child {
		display: block;
		margin-bottom: 15px;
	}
}

.tit4 {
	padding: 65px 0 35px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 38px;
}

.tit4 h2 {
	font-size: 32px;
	color: #444;
	display: inline-block;
	margin-right: 20px;
}

.tit4 i {
	font-size: 26px;
	text-transform: uppercase;
	color: #bfbfbf;
}

.pro_detail {
	margin-bottom: 25px;
}

.pro_detail .text_box {
	font-size: 16px;
	line-height: 32px;
	color: #666666;
}

@media (max-width: 1400px) {
	.tit4 h2 {
		font-size: 28px;
	}

	.tit4 i {
		font-size: 24px;
	}
}

@media (max-width: 1200px) {
	.tit4 h2 {
		font-size: 26px;
	}

	.tit4 i {
		font-size: 22px;
	}

	.tit4 {
		padding: 55px 0 35px;
	}
}

@media (max-width: 992px) {
	.tit4 {
		padding: 40px 0 35px;
	}

	.tit4 h2 {
		font-size: 24px;
	}

	.tit4 i {
		font-size: 20px;
	}
}

@media (max-width: 768px) {
	.tit4 {
		padding: 30px 0 30px;
		margin-bottom: 30px;
	}

	.tit4 h2 {
		font-size: 21px;
		margin-right: 8px;
	}

	.tit4 i {
		font-size: 18px;
	}

	.pro_detail {
		margin-bottom: 10px;
	}
}

@media (max-width: 480px) {
	.pro_detail .text_box {
		font-size: 14px;
		line-height: 28px;
	}
}

.other_pro {
	padding: 0;
	background-color: #fff;
}

.other_pro .item .text h4 {
	background-color: #f3f3f3;
}

/* newsv */
.newsv {
	padding-bottom: 60px;
}

.newsv_box {
	box-sizing: border-box;
}

.newsv_box .htit {
	padding: 50px 0;
	text-align: center;
}

.newsv_box .htit h4 {
	font-size: 24px;
	color: #333;
	padding: 6px 0;
}

.newsv_box .htit .date {
	background-color: #f5f5f5;
	margin-top: 20px;
}

.newsv_box .htit .date span {
	font-size: 15px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
}

.newsv_box .htit span.day {
	background-image: url(../images/date.png);
	margin-left: 20px;
	margin-right: 20px;
}

.newsv_box .htit span.count {
	background-image: url(../images/view.png);
}

.newsv_box .text_box {
	font-size: 14px;
	color: #333;
	line-height: 26px;
	padding-bottom: 40px;
}

.newsv_box .next_group {
	/* height: 65px; */
	padding: 20px 55px;
	box-sizing: border-box;
	font-size: 15px;
	color: #444;
	background-color: #f5f5f5;
}

.newsv_box .next_group a {
	display: inline-block;
	padding: 0 20px;
	position: relative;
}

.newsv_box .next_group a.newsv_left {
	float: left;
}

.newsv_box .next_group a.newsv_left::before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: "";
	width: 10px;
	height: 20px;
	background-size: auto 10px;
	background: url(../images/newsleft.png) center center no-repeat;
}

.newsv_box .next_group a.newsv_right {
	float: right;
}

.newsv_box .next_group a.newsv_right::before {
	position: absolute;
	right: 0px;
	top: 0px;
	content: "";
	width: 10px;
	height: 20px;
	background-size: auto 10px;
	background: url(../images/newsright.png) center center no-repeat;
}

.newsv_box .next_group a:hover {
	text-decoration: underline;
}

@media (max-width: 1500px) {
	/* .newsv_box {
		padding: 0 15px;
	} */
}

@media (max-width: 1200px) {
	.newsv_box .next_group a.newsv_left,
	.newsv_box .next_group a.newsv_right {
		float: none;
		margin: 10px 0;
	}
}

@media (max-width: 768px) {
	.newsv_box .htit {
		padding: 40px 0;
	}

	.newsv_box .htit h2 {
		font-size: 18px;
	}

	.newsv_box .next_group {
		font-size: 14px;
		/* height: 45px; */
		padding: 10px 30px;
	}
}

@media (max-width: 500px) {
	.newsv {
		padding-bottom: 40px;
	}

	.newsv_box .htit h2 {
		font-size: 16px;
	}

	.newsv_box .htit p {
		font-size: 14px;
	}

	.newsv_box .next_group {
		/* height: 75px; */
	}

	.newsv_box .next_group a {
		width: 100%;
		padding: 0 0px 0 20px;
	}

	.newsv_box .next_group a.newsv_right {
		/* float: left; */
		margin-top: 10px;
	}

	.newsv_box .next_group a.newsv_right::before {
		left: 0px;
	}
}

.newsv .newsv_box .text_box video,
.newsv .newsv_box .text_box iframe {
	display: block;
	width: 90% !important;
	margin: 0 auto;
}

.newsv .newsv_box .text_box iframe {
	height: 750px;
}

@media (max-width: 1200px) {
	.newsv .newsv_box .text_box iframe {
		height: 650px;
	}
}

@media (max-width: 992px) {
	.newsv .newsv_box .text_box iframe {
		height: 550px;
	}
}

@media (max-width: 768px) {
	.newsv .newsv_box .text_box iframe {
		height: 450px;
	}
}

@media (max-width: 680px) {
	.newsv .newsv_box .text_box iframe {
		height: 400px;
	}
}

/* page */
.page {
	text-align: center;
	color: #666;
}

.page .pagination {
	display: inline-block;
}

.page .pagination li {
	float: left;
	height: 36px;
	line-height: 36px;
	width: 36px;
	margin: 0 3px 10px;
	font-size: 15px;
	color: #666;
	background: #fff;
	border: 1px solid #d2d2d2;
}

.page .pagination li a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.page .pagination li.active,
.page .pagination li:hover {
	background-color: #183884;
	color: #fff;
}

.page .pagination li.prev,
.page .pagination li.next {
	padding: 0;
	width: 36px;
	font-family: "宋体";
}

.page .pagination li.first,
.page .pagination li.last {
	width: 70px;
}

/* .page a {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	width: 36px;
	margin: 0 3px 10px;
	font-size: 15px;
	color: #666;
	background: #fff;
	border: 1px solid #d2d2d2;
} */

/* .page a:active,
.page a.on {
	background-color: #183884;
	color: #fff;
} */

/* .page a.prev,
.page a.next {
	padding: 0;
	width: 36px;
	font-family: "宋体";
} */

/* .page a.first,
.page a.last {
	width: 70px;
} */

/* .page a.prev{
	background: #fff url(../images/l_bg2.png) center center no-repeat;
	background-size: 20%;
}
.page a.next{
	background: #fff url(../images/r_bg2.png) center center no-repeat;
	background-size: 20%;
} */

.pages_num {
	display: inline-block;
	height: 38px;
	margin-bottom: 10px;
}

.pages_num span.total {
	padding: 0 8px;
}

.pages_num input.numpage {
	width: 30px;
	padding: 0 3px;
	height: 36px;
	border: 1px solid #d2d2d2;
	text-align: center;
}

.pages_num input.btnpage {
	margin-left: 15px;
	width: 70px;
	height: 38px;
	border: 1px solid #d2d2d2;
	cursor: pointer;
	font-size: 15px;
	color: #666;
}

.pages_num input.btnpage:hover {
	background-color: #1d2088;
	color: #fff;
}

@media (max-width: 992px) {
	.pages_num {
		height: 32px;
		display: none;
	}
}

@media (max-width: 768px) {
	.page .pagination li {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		/* padding: 0 11px; */
		width: 30px;
	}

	.page .pagination li.prev,
	.page .pagination li.next {
		width: 30px;
	}

	/* .pages_num input.numpage {
		width: 30px;
		padding: 0 3px;
		height: 30px;
		border: 1px solid #d2d2d2;
		text-align: center;
	}

	.pages_num input.btnpage {
		height: 32px;
	} */

	.page ul li.first,
	.page ul li.last {
		width: 50px;
	}
}
