@charset "UTF-8";

/* 椤堕儴 */
.public-top {
	background-color: #173887;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 82px;
	padding-right: 50px;
	height: 38px;
	color: #fff;
	font-size: 14px;
	position: relative;
	z-index: 999;
}

.top-right {
	display: flex;
	align-items: center;
	color: #fff;
}

.top-lan {
	margin-left: 40px;
	height: 38px;
	display: flex;
	align-items: center;
}

.top-lan img {
	margin-right: 14px;
}

.top-right .top-lan a {
	color: #fff;
}

/* header */
header {
	width: 100%;
	position: relative;
	z-index: 10;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
}

.header-left {
	width: calc(20% - 10px);
	height: 100px;
}

.header-right {
	width: 12%;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-sosuo {
	padding: 0 10% 0 0;
}

.logo {
	margin: 0px auto;
	display: block;
	position: relative;
}

.logo img {
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.header-phone {
	height: 48px;
	width: 48px;
	border: 1px solid #173887;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.header-phone i {
	font-size: 24px;
	font-weight: 600;
}

.header-phonetxt {}

.header-phonetxt p {
	font-size: 16px;
	line-height: 24px;
}

.header-phonetxt span {
	font-size: 16px;
	line-height: 16px;
	/* font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; */
}




/* 鎼滅储寮瑰嚭 */
.Search .texts {
	width: 73%;
	height: 56px;
	padding-left: 15px;
	line-height: 56px;
}

.Search .submit {
	width: 27%;
	height: 56px;
	text-align: center;
	line-height: 56px;
	font-size: 16px;
	border: none;
}

.pop {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0 0 0 / 0.8);
	display: none;
}

.searchPop .Search {
	width: 50%;
}

.searchClose {
	position: absolute;
	top: 150px;
	right: 10vw;
	cursor: pointer;
	opacity: 0.8;
	transition: all .36s;
}

.searchClose:hover {
	opacity: 1;
	transform: rotate(180deg);
}


.wmax {
	width: 100% !important;
}

.hmax {
	height: 100% !important;
}

.position-relative {
	position: relative;
}

.dis-flex-center-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.dis-flex {
	display: flex;
}

.bg-blue {
	background-color: #0168b5;
}

.color-white {
	color: white;
}

/* 鎼滅储寮瑰嚭 */


.language_bj {
	display: none;

	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	z-index: 999;
}

.language {
	display: none;

	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0 0 0 / 0.5);
	z-index: 9999999;
}

.language_box {
	position: fixed;
	width: 1000px;
	max-width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .75);
	z-index: 1021;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	color: #000;
	transform: translateY(-50%);
	padding: 50px 50px;
}

.language_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 30px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 50px;
}

.language_txt {
	font-size: 38px;
	font-family: Helvetica, Arial;
}


.language_box_img {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 50px;
}

.language_list {
	text-align: center;
}

.language_list span {
	display: block;
	line-height: 45px;
	font-size: 15px;
}



@media(max-width: 991px) {


	.language_bj {
		display: none;

		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .4);
		z-index: 999;
	}

	.language {
		display: none;

		position: absolute;
		width: 100%;
		height: 100%;
		overflow: hidden;
		background: rgba(0 0 0 / 0.5);
		z-index: 9999999;
	}

	.language_box {
		position: fixed;
		width: 1000px;
		max-width: 98%;
		height: auto;
		overflow: hidden;
		background: #fff;
		border-radius: 15px;
		box-shadow: 0 0 25px 0 rgba(0, 0, 0, .75);
		z-index: 1021;
		left: 0;
		right: 0;
		margin: auto;
		top: 50%;
		color: #000;
		transform: translateY(-50%);
		padding: 20px 20px;
	}

	.language_title {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-bottom: 20px;
		border-bottom: 1px solid #e4e4e4;
		margin-bottom: 30px;
	}

	.language_txt {
		font-size: 20px;
		font-family: Helvetica, Arial;
	}


	.language_box_img {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}

	.language_list {
		text-align: center;
	}

	.language_list span {
		display: block;
		line-height: 45px;
		font-size: 15px;
	}


}



.nav {
	width: 63%;
	margin: 0 1%;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	box-sizing: border-box;
}

.nav-ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	padding-left: 0;
}

.nav-ul li {
	margin: 0 1.5vw;
	position: relative;
}

.nav-ul li:last-child {
	/* margin-right: 0px; */
}

.nav-ul li>a {
	line-height: 96px;
	font-size: 18px;
	color: #333;
	display: block;
	position: relative;
	transition: all 0.5s;
	border-bottom: 4px solid transparent;
}

.nav-ul li:hover>a,
.nav-ul li.nav-active>a {
	color: #173887;
	font-weight: bold;
	border-bottom-color: #173887;
}




.sub-dl {
	position: absolute;
	width: 140px;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 50px;
	display: none;
}


.sub-dl dl {
	width: 100%;
	background-color: #fff;
	border-radius: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.sub-dl dl dd a {
	display: block;
	text-align: center;
	font-size: 15px;
	line-height: 40px;
	color: #555;
}

.sub-dl dl dd a:hover {
	color: #173887;
}


.public-img {
	width: 100%;
	overflow: hidden;
}

.public-img img {
	display: block;
	width: auto;
	transition: all .6s;
	max-width: 100%;
	margin: 0px auto;
}

.tec-imglist li:hover .public-img img {
	transform: scale(1.05);
}

@media(max-width: 1600px) {
	.nav-ul li {
		margin-right: 0px;
	}

	.header-phonetxt span {
		font-size: 24px;
		line-height: 26px;
	}
}

@media(max-width: 1400px) {
	.nav-ul li {
		margin-right: 0px;
	}

	.header-phone {
		height: 52px;
		width: 52px;
	}
}

@media(max-width:1200px) {
	.logo {
		width: 186px;
	}

	.nav-ul li {
		margin-right: 0px;
	}

	.nav-ul li>a {
		font-size: 14px;
	}

	.header-phonetxt {
		width: calc(100% - 58px);
	}

	.header-phonetxt span {
		font-size: 20px;
		line-height: 20px;
	}

	.header-phone {
		height: 48px;
		width: 48px;
	}

	.nav {
		width: 48%;
		margin: 0 1%;
	}

	.header-right {
		width: 21%;
	}

	.header-left {
		width: 21%;
	}
}

@media(max-width: 991px) {
	.header-right {
		display: none;
	}

	.header-left {
		width: 100%;
		border-right: none;
		height: 70px;
	}

	.logo {
		margin-top: 0px;
	}

	.logo img {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(-0%, -50%);
		height: 25px;
	}


	.nav {
		display: none;
	}

	header {
		height: 70px;
		padding: 0 15px;
	}

	.public-top {
		padding-left: 20px;
		padding-right: 20px;
	}

	.top-lan {
		margin-left: 10px;
	}
}

@media(max-width: 767px) {
	.public-top {
		font-size: 12px;
	}

	.public-top {
		padding-left: 15px;
		padding-right: 15px;
	}

	.top-lan img {
		margin-right: 5px;
	}
}

@media(max-width: 599px) {
	.public-top {
		font-size: 12px;
	}

	.public-top {
		padding-left: 15px;
		padding-right: 15px;
		height: 50px;
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.top-lan img {
		margin-right: 5px;
	}

	.public-top p {
		line-height: 20px;
		width: 100%;
	}

	.top-right {
		width: 100%;
		height: 24px;
	}

	.top-right .ali img {
		width: 88px;
		height: 21px;
	}
}

/* 搴曢儴 */
.footer {
	background-color: #313131;
}

.footer-main {
	padding-top: 52px;
	padding-bottom: 30px;
	display: flex;
	justify-content: space-between;
}

.footer-list {
	display: flex;
	justify-content: space-between;
	width: 55%;
}

.footer-list li {
	margin-right: 80px;
}

.footer-list li:last-child {
	margin-right: 0px;
	display: none;
}

.footer-list li h3 {
	margin-bottom: 18px;
}

.footer-list li h3>a {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #fff;
}

.footer-list li dl dd {
	font-size: 14px;
	line-height: 30px;
	color: #898989;
	font-family: "pRegular";
}

.footer-right {
	width: 20%;
	display: flex;
	justify-content: flex-end;
}

.code-img {
	width: 18%;
	display: flex;
	justify-content: space-between;
}

.code-img p {
	margin-top: 10px;
	color: #fff;
	line-height: 24px;
	text-align: center;
	font-size: 15px;
}

.code-img img {
	max-width: 130px;
	display: block;
	margin: 0px auto;
}

.footer-hotline {
	width: 100%;
	color: #fff;
	text-align: right;
}

.footer-hotline h3 {
	margin-bottom: 18px;
	line-height: auto;
	font-size: 26px;
	font-weight: 600;
}

.footer-hotline span {
	font-size: 36px;
	line-height: 36px;
	display: block;
	margin-bottom: 15px;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	letter-spacing: 1px;
}

.footer-add {
	line-height: 22px;
}

.copy {
	height: auto;
	border-top: 1px solid #676767;
}

.copy-main {
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	color: #888;
	padding: 20px 0;
}

.copy-main p {
	margin-bottom: 0;
}

.copy-main a {
	color: #888;
}

.links {
	font-size: 14px;
	color: #888;
}

.links a {
	font-size: 14px;
	color: #888;
}

@media(max-width: 1700px) {
	.footer-list li {
		margin-right: 64px;
	}

	.code-img {
		margin-right: 75px;
	}
}

@media(max-width: 1600px) {
	.footer-list li {
		margin-right: 40px;
	}

	.footer-hotline span {
		font-size: 32px;
	}

	.footer-hotline {
		width: 58%;
	}

	.code-img {
		margin-right: 50px;
		width: 27%;
	}
}

@media(max-width: 1200px) {
	.footer-list li {
		margin-right: 20px;
	}

	.footer-hotline span {
		font-size: 28px;
	}

	.footer-hotline {
		width: 60%;
	}

	.code-img {
		margin-right: 10px;
		width: 27%;
	}

	.footer-add {
		width: 100%;
	}

	.footer-add p {
		font-size: 14px;
	}

	.copy {
		height: 85px;
	}

	.copy-main {
		height: 84px;
	}
}

@media(max-width: 991px) {
	.footer-main {
		flex-wrap: wrap;
		padding-top: 40px;
	}

	.footer-list {
		flex-wrap: wrap;
		width: 100%;
	}

	.footer-right {
		width: 100%;
		justify-content: center;
		flex-wrap: wrap;
	}

	.footer-list li {
		width: 100%;
		margin-right: 0px;
		text-align: center;
		margin-bottom: 8px;
	}

	.footer-list li h3 {
		margin-bottom: 4px;
	}

	.footer-list li h3>a {
		font-size: 16px;
	}

	.footer-list li dl {
		text-align: center;
	}

	.footer-list li dl dd {
		display: inline-block;
		margin: 0 5px;
		line-height: 24px;
	}

	.code-img {
		margin-right: 0px;
		width: 100%;
		max-width: 270px;
		margin: 0px auto;
	}

	.code-img p {
		margin-top: 10px;
	}

	.footer-hotline {
		width: 100%;
		text-align: center;
		margin-top: 6px;
	}

	.footer-add {
		width: 100%;
	}

	.footer-add p {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.footer-hotline h3 {
		margin-bottom: 8px;
	}

	.footer-hotline span {
		line-height: 28px;
		margin-bottom: 10px;
	}

	.copy {
		height: auto;
		padding: 15px 0px;
	}

	.copy-main {
		height: auto;
		flex-direction: column;
		align-items: center;
	}

	.copy-main p {
		line-height: 24px;
		text-align: center;
	}
}

/* 棣栭〉鍏充簬鎴戜滑 */
.home-about {
	background: url(../images/habout-bg.jpg) no-repeat center;
	background-size: 100% 100%;
}

.habout-main {
	display: flex;
	position: relative;
	justify-content: space-between;
	padding-top: 90px;
	padding-bottom: 90px;
}

.habout-left {
	width: 35%;
}

.habout-left h2 {
	font-size: 42px;
	line-height: 42px;
	margin-bottom: 22px;
	color: #333;
}

.habout-left h3 {
	font-size: 26px;
	line-height: 36px;
	color: #666;
	margin-bottom: 60px;
}

.public-more {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 215px;
	height: 50px;
	border: 1px solid #173887;
	border-radius: 2px;
	padding-left: 22px;
	padding-right: 18px;
	color: #173887;
	transition: all .5s;
}

.public-more span {
	font-size: 16px;
	line-height: 50px;
}

.public-more i {
	display: block;
	width: 8px;
	height: 9px;
	background: url(../images/public-icon1.png) no-repeat center;
	margin-bottom: 13px;
	transition: all .5s;
}

.public-more:hover {
	background-color: #173887;
	color: #fff;
}

.public-more:hover i {
	background-image: url(../images/public-icon.png);
}

.habout-right {
	width: 55%;
}

.habout-rightop {
	color: #333;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 30px;
}

.habout-des {
	color: #666;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px;
}

.habout-list {
	display: flex;
	justify-content: space-between;
}

.habout-list li {
	position: relative;
}

.habout-list li:first-child {}

.habout-list li:last-child {}

.habout-list li:nth-child(2) {}

.habout-list li::after {
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
	background-color: #e6e6e6;
	width: 1px;
	height: 30px;
}

.habout-list li:last-child::after {
	display: none;
}

.habout-list li span {
	display: block;
	font-family: "fMedium";
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 4px;
	color: #173887;
	text-align: center;
}

.habout-list li p {
	color: #969696;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.habout-vedio {
	width: 50%;
	position: absolute;
	top: -134px;
	z-index: 20;
	right: 0px;
}

.vedio-info {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.vedio-info p {
	font-size: 18px;
	line-height: 24px;
	opacity: .8;
	color: #fff;
	margin-top: 6px;
	font-family: "pRegular";
}

.habout-vedio:hover .public-img img {
	transform: scale(1.05);
}

@media(max-width: 1600px) {
	.habout-list li:nth-child(2) {
		padding: 0 100px;
	}
}

@media(max-width: 1400px) {
	.habout-list li:nth-child(2) {
		padding: 0 90px;
	}

	.habout-list li:first-child {
		padding-right: 90px;
	}

	.habout-list li:last-child {
		padding-left: 90px;
	}

	.habout-main {
		padding-top: 260px;
	}
}

@media(max-width: 1200px) {
	.habout-left {
		width: 35%;
	}

	.habout-list li:nth-child(2) {
		padding: 0 50px;
	}

	.habout-list li:first-child {
		padding-right: 50px;
	}

	.habout-list li:last-child {
		padding-left: 50px;
	}

	.habout-main {
		padding-top: 200px;
	}
}

@media(max-width: 991px) {
	.habout-main {
		flex-wrap: wrap;
	}

	.habout-left {
		width: 100%;
		margin-top: 30px;
		margin-bottom: 25px;
	}

	.habout-right {
		width: 100%;
	}

	.habout-vedio {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
	}

	.habout-left h2 {
		font-size: 36px;
		line-height: 36px;
		margin-bottom: 15px;
	}

	.habout-left h3 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.habout-rightop {
		margin-bottom: 15px;
	}

	.habout-des {
		margin-bottom: 25px;
	}

	.habout-list li:nth-child(2) {
		padding: 0px;
	}

	.habout-list li:first-child {
		padding-right: 0px;
	}

	.habout-list li:last-child {
		padding-left: 0px;
	}

	.habout-list li {
		flex: 1;
		text-align: center;
	}

	.habout-main {
		padding-top: 50px;
		padding-bottom: 45px;
	}

	.public-more {
		width: 200px;
		height: 56px;
		padding-left: 18px;
	}

	.public-more span {
		line-height: 54px;
	}

	.habout-more {
		background-color: #173887;
		color: #fff;
	}

	.habout-more i {
		background-image: url(../images/public-icon.png);
	}
}

/* 棣栭〉浜у搧 */
.home-product {
	width: 100%;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
}

.public-title {
	text-align: center;
}

.public-title h3 {
	position: relative;
	font-size: 36px;
	line-height: 46px;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 16px;
}


.public-title h3::after {
	position: absolute;
	content: "";
	width: 50px;
	height: 3px;
	background-color: #333;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}



.public-title p {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
}

.public-title p span {
	display: block;
	padding: 0 30px;
	font-size: 18px;
	color: #666;
	line-height: 36px;
	position: relative;
}

.public-title p span::after {
	content: "/";
	font-size: 18px;
	color: #666;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	line-height: 24px;
}

.public-title p span:last-child::after {
	display: none;
}

.hpro-main {
	margin-top: 30px;
}

.hpro-item .public-img {
	border: 1px solid #f1f1f1;
	transition: all .5s;
	border-bottom: none;
}

.hpro-info {
	border: 1px solid #f1f1f1;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-top: 15px;
	transition: all .5s;
}

.hpro-des span {
	font-size: 14px;
	line-height: 22px;
	color: #666;
	display: block;
}

.hpro-des h3 {
	color: #333;
	line-height: 24px;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 14px;
}

@media(max-width:1800px) {
	.hpro-des h3 {
		font-size: 16px;
		height: 36px;
	}
}

.hpro-des p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: auto;
	margin-bottom: 10px;
}

.hpro-more {
	height: 14px;
	font-size: 14px;
	display: flex;
	align-items: flex-end;
	color: #666;
	justify-content: flex-end;
}

.hpro-more span {
	line-height: 14px;
}

.hpro-more img {
	margin-left: 15px;
	margin-top: 1px;
}

.hpro-item:hover .public-img {
	border-color: #173887;
	border-bottom-color: #f6f6f6;
}

.hpro-item:hover .public-img img {
	transform: scale(1.05);
}

.hpro-item:hover .hpro-info {
	border-color: #173887;
	border-top-color: #f1f1f1;
}

.hpro-item:hover .hpro-des h3 {
	color: #173887;
}

.hpro-item:hover .hpro-more span {
	color: #173887;
	font-weight: bold;
}

.hpro-swiper {
	padding-bottom: 50px;
}

.hpro-swiper .swiper-pagination-fraction {
	bottom: 0px;
}

.hpro-swiper .swiper-pagination {
	font-size: 16px;
	color: #666;
}

.hpro-swiper .swiper-pagination-current {
	color: #173887;
}

.hpro-next,
.hpro-prev {
	width: 11px;
	height: 19px;
	position: relative;
	top: auto;
	transform: translateY(0px);
	bottom: 0px;
	background-size: 11px 19px;
}

.hpro-swiperbtn {
	width: 100%;
	text-align: center;
	position: absolute;
	height: 19px;
	bottom: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.hpro-next {
	right: auto;
	background-image: url(../images/hpro-next.png);
	margin-left: 40px;
}

.hpro-prev {
	left: auto;
	background-image: url(../images/hpro-prev.png);
	margin-right: 40px;
}

.hpro-next:hover {
	background-image: url(../images/hpro-next-on.png);
}

.hpro-prev:hover {
	background-image: url(../images/hpro-prev-on.png);
}

@media(max-width: 1200px) {
	.hpro-info {
		padding-left: 20px;
	}

	.hpro-swiper {
		padding-bottom: 75px;
	}
}

@media(max-width: 991px) {
	.home-product {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.public-title h3 {
		font-size: 26px;
		line-height: 26px;
	}

	.hpro-main {
		margin-top: 30px;
	}
}

@media(max-width: 767px) {
	.hpro-des p {
		margin-bottom: 15px;
		height: auto;
	}

	.hpro-des h3 {
		margin-top: 10px;
		margin-bottom: 12px;
	}

	.hpro-swiper {
		padding-bottom: 55px;
	}

	.home-product {
		padding-bottom: 40px;
	}
}

@media(max-width: 599px) {
	.public-title p {
		flex-wrap: wrap;
	}

	.public-title p span {
		padding: 0 10px;
		line-height: 30px;
	}

	.hpro-main {
		margin-top: 18px;
	}
}

/* 棣栭〉鎶€鏈疄鍔 */
.home-strength {
	background: url(../images/jishu-bg.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 60px;
}

.strength-title h3 {
	color: #fff;
	padding-bottom: 16px;
	position: relative;
	margin-bottom: 0px;
}

.strength-title h3::after {
	position: absolute;
	content: "";
	width: 50px;
	height: 3px;
	background-color: #fff;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}

.hstrength-des {
	color: #fff;
	font-size: 16px;
	font-family: "pBold";
	line-height: 30px;
	text-align: center;
	width: 61.25%;
	margin: 34px auto 38px;
}

.hstrength-list {
	align-items: center;
	display: flex;
}

.hstrength-list li {
	border-radius: 50%;
	display: flex;
}

.hstrength-list li>a {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.hstrength-list li:nth-child(odd) {
	width: 258px;
	height: 258px;
	border: 2px dashed #6e6e6e;
}

.hstrength-list li:nth-child(even) {
	width: 254px;
	height: 254px;
	border: 4px solid #959595;
}

.hstrength-list li {
	margin-left: -32px;
}

.hstrength-list li:first-child {
	margin-left: 0px;
}

.hstrength-icon {
	position: relative;
}

.hstrength-icon img {
	transition: all .5s;
}

.hstrength-on {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
}

.hstrength-list li span {
	font-family: "pBold";
	display: block;
	margin-top: 18px;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
}

.hstrength-list li:hover,
.hstrength-list li.on {
	border-color: #173887;
}

.hstrength-list li:hover .hstrength-on,
.hstrength-list li.on .hstrength-on {
	opacity: 1;
}

.hstrength-list li:hover .hstrength-un,
.hstrength-list li.on .hstrength-un {
	opacity: 0;
}

.hstrength-list li:hover span,
.hstrength-list li.on span {
	color: #173887;
}

@media(max-width: 1700px) {
	.hstrength-list li:nth-child(odd) {
		width: 228px;
		height: 228px;
	}

	.hstrength-list li:nth-child(even) {
		width: 224px;
		height: 224px;
	}
}

@media(max-width: 1600px) {
	.hstrength-list li:nth-child(odd) {
		width: 212px;
		height: 212px;
	}

	.hstrength-list li:nth-child(even) {
		width: 208px;
		height: 208px;
	}
}

@media(max-width: 1400px) {
	.hstrength-list li:nth-child(odd) {
		width: 192px;
		height: 192px;
	}

	.hstrength-list li:nth-child(even) {
		width: 198px;
		height: 198px;
	}
}

@media(max-width: 1200px) {
	.hstrength-list li:nth-child(odd) {
		width: 164px;
		height: 164px;
	}

	.hstrength-list li:nth-child(even) {
		width: 160px;
		height: 160px;
	}

	.hstrength-des {
		width: 100%;
	}

	.home-strength {
		padding-bottom: 100px;
	}

	.hstrength-list li {
		margin-left: -22px;
	}
}

@media(max-width: 991px) {
	.hstrength-list {
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.hstrength-list li {
		margin-bottom: 25px;
	}

	.hstrength-list li:nth-child(odd) {
		width: 200px;
		height: 200px;
	}

	.hstrength-list li:nth-child(even) {
		width: 200px;
		height: 200px;
	}

	.home-strength {
		padding-bottom: 20px;
		padding-top: 50px;
	}

	.hstrength-list li {
		margin-left: 0px;
	}

	.hstrength-des {
		margin-top: 25px;
		margin-bottom: 25px;
	}
}

@media(max-width: 599px) {
	.hstrength-list li:nth-child(odd) {
		width: 180px;
		height: 180px;
	}

	.hstrength-list li:nth-child(even) {
		width: 180px;
		height: 180px;
	}
}

/* 棣栭〉鏂伴椈 */
.home-news {
	width: 100%;
	overflow: hidden;
	background: #f9f9f9;
	background-size: 100% 100%;
	padding-bottom: 50px;
	padding-top: 50px;
}

.hnews-main {
	margin-top: 30px;
}

.hnews-list {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 40px;
}

.hnews-list li {
	padding: 0 10px;
	width: 25%;
	float: left;
}

.hnews-item {
	background-color: #fff;
	padding: 10px;
	transition: all .5s;
}

.hnews-item .public-img {
	position: relative;
	width: 100%;
	padding-bottom: 80%;
}

.hnews-item .public-img img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hnews-info {
	padding-top: 20px;
	padding-bottom: 3px;
	height: 190px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.hnews-detail span {
	font-size: 14px;
	color: #666;
	line-height: 16px;
	display: block;
	margin-bottom: 15px;
}

.hnews-detail h3 {
	line-height: 24px;
	color: #333;
	font-size: 18px;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.hnews-detail p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.hnews-more i {
	width: 8px;
	height: 9px;
	background: url(../images/public-icon1.png) no-repeat center;
	transition: all .5s;
	margin-left: 15px;
	margin-bottom: 1px;
	display: block;
}

.hnews-item:hover .public-img img {
	transform: scale(1.05);
}

.hnews-item:hover {
	background-color: #173887;
}

.hnews-item:hover .hnews-detail span {
	color: #fff;
}

.hnews-item:hover .hnews-detail h3 {
	color: #fff;
}

.hnews-item:hover .hnews-detail p {
	color: #fff;
}

.hnews-item:hover .hnews-more span {
	color: #fff;
}

.hnews-item:hover .hnews-more i {
	background-image: url(../images/public-icon.png);
}

.hnews-bommore {
	margin: auto;
}

@media(max-width: 1700px) {
	.hnews-detail h3 {
		height: 48px;
	}

	.hnews-detail p {
		height: 72px;
	}
}

@media(max-width: 1400px) {
	.hnews-list {
		margin-left: -20px;
		margin-right: -20px;
	}

	.hnews-list li {
		padding: 0 20px;
	}
}

@media(max-width: 1200px) {
	.hnews-item {
		padding: 15px;
	}

	.hnews-list {
		margin-left: -13px;
		margin-right: -13px;
	}

	.hnews-list li {
		padding: 0 13px;
	}
}

@media(max-width: 991px) {
	.hnews-item {
		padding: 15px;
	}

	.hnews-list {
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 40px;
	}

	.hnews-list li {
		padding: 0px;
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	.hnews-list li:last-child {
		margin-bottom: 0px;
	}

	.home-news {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.hnews-main {
		margin-top: 30px;
	}

	.hnews-detail h3 {
		height: auto;
	}

	.hnews-detail p {
		height: auto;
		margin-bottom: 12px;
	}

	.hnews-info {
		height: auto;
	}
}


/* 棣栭〉鏂伴椈2 */

.inews_mian {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	display: grid;
	grid-template-columns: 1fr 1.3fr;
	grid-column-gap: 30px;
	grid-row-gap: 0px;
}

.inews_left {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;

	border: 5px solid #fff;
	box-sizing: border-box;
}

.inews_left img {
	max-width: 100%;
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.inews_right {
	width: 100%;
	height: auto;
	overflow: hidden;

	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.inews_list {
	display: flex;
	align-items: center;

	padding: 20px 10px;
	background: #fff;
}

.inews_list_riqi {
	width: 80px;
	border-right: 1px solid #ddd;
	margin-right: 10px;
	text-align: center;
}

.inews_list_riqi_d {
	text-align: center;
	font-size: 30px;
	color: #173887;
	font-weight: 600;
	margin-bottom: 10px;
}

.inews_list_riqi_ge {
	width: 30%;
	height: 2px;
	background: #122b73;
	margin: 5px auto;
}

.inews_list_riqi_ym {
	text-align: center;
	font-size: 16px;
	color: #666;
	margin-bottom: 0px;
}

.inews_list_box {
	width: calc(100% - 90px);
}

.inews_list_title {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #ddd solid;
}

.inews_list_title a {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.inews_list_des {
	font-size: 14px;
	line-height: 20px;
	color: #999;
}

.inews_list_des a {
	font-size: 14px;
	color: #999;
}


@media(max-width: 991px) {


	.inews_mian {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 30px;
		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 30px;
		grid-row-gap: 20px;
	}

	.inews_left {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;

		border: 5px solid #fff;
		box-sizing: border-box;
	}

	.inews_left img {
		max-width: 100%;
		z-index: 1;
		position: relative;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.inews_right {
		width: 100%;
		height: auto;
		overflow: hidden;

		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}

	.inews_list {
		display: flex;
		align-items: center;

		padding: 20px 10px;
		background: #fff;
	}

	.inews_list_riqi {
		width: 60px;
		border-right: 1px solid #ddd;
		margin-right: 10px;
		text-align: center;
	}

	.inews_list_riqi_d {
		text-align: center;
		font-size: 20px;
		color: #173887;
		font-weight: 600;
		margin-bottom: 10px;
	}

	.inews_list_riqi_ge {
		width: 30%;
		height: 2px;
		background: #122b73;
		margin: 5px auto;
	}

	.inews_list_riqi_ym {
		text-align: center;
		font-size: 13px;
		color: #666;
		margin-bottom: 0px;
	}

	.inews_list_box {
		width: calc(100% - 70px);
	}

	.inews_list_title {
		width: 100%;
		height: auto;

		font-size: 16px;
		font-weight: 600;
		margin-bottom: 5px;
		padding-bottom: 5px;
		border-bottom: 1px #ddd solid;
	}

	.inews_list_title a {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.inews_list_des {
		font-size: 12px;
		line-height: 20px;
		color: #999;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.inews_list_des a {
		font-size: 12px;
		color: #999;
	}

}


/* 鏈嶅姟涓庢敮鎸 */
.ifuwu {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 50px;
	padding-top: 50px;

	background: url(../images/hnews-bg.jpg) no-repeat center;
}

.ifuwu_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 0px;
}

.ifuwu_list {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.ifuwu_list_img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.ifuwu_list_img a {
	display: block;
}

.ifuwu_list_img img {
	max-width: 100%;
}

.ifuwu_list_title {
	text-align: center;
	background: #173887;
	line-height: 60px;
}

.ifuwu_list_title a {
	display: block;
	color: #fff;
}




@media(max-width: 991px) {

	.ifuwu {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding-bottom: 30px;
		padding-top: 30px;
	}

	.ifuwu_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 30px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}

	.ifuwu_list {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.ifuwu_list_img {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.ifuwu_list_img a {
		display: block;
	}

	.ifuwu_list_img img {
		max-width: 100%;
	}

	.ifuwu_list_title {
		text-align: center;
		background: #173887;
		line-height: 30px;
	}

	.ifuwu_list_title a {
		display: block;
		color: #fff;
		font-size: 14px;
	}

}



/* 棣栭〉鍚堜綔瀹㈡埛 */
.home-partner {
	width: 100%;
	overflow: hidden;
	background: url(../images/hpartner-bg.jpg) no-repeat center;
	background-size: 100% 100%;
	padding-bottom: 50px;
	padding-top: 50px;
}

.hpartner-top {
	margin-top: 50px;
	margin-bottom: 20px;
}

.hpartner-item {
	width: 100%;
}

.hpartner-img {
	border: 1px solid #f1f1f1;
}

.hpartner-item .hpartner-img:first-child {
	margin-bottom: 12px;
}

.hpartner-swiper {
	padding-bottom: 45px;
}

.hpartner-swiper>.swiper-pagination-bullets {
	bottom: 0px;
}

.hpartner-swiper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border: 1px solid #dbdbdb;
	background: #fff;
	opacity: 1;
	border-radius: 0px;
}

.hpartner-swiper>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
}

.hpartner-swiper .swiper-pagination-bullet-active {
	border-color: #173887;
	background-color: #173887;
}

.hpartner-img:hover img {
	transform: scale(1.05);
}

.hpartner-bom {
	display: flex;
}

.hpartner-honor {
	width: 50%;
	position: relative;
}

.hpartner-info {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.hpartner-info h3 {
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 22px;
}

.hpartner-info p {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 36px;
}

.hpartner-honor:hover .public-img img {
	transform: scale(1.05);
}

@media(max-width: 1200px) {
	.hpartner-info p {
		margin-bottom: 25px;
	}
}

@media(max-width: 991px) {
	.home-partner {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.hpartner-top {
		margin-top: 35px;
		margin-bottom: 35px;
	}

	.hpartner-bom {
		flex-wrap: wrap;
	}

	.hpartner-honor {
		width: 100%;
	}

	.hpartner-talent {
		margin-top: 20px;
	}

	.hpartner-info {
		padding: 0 15px;
	}
}

@media(max-width: 599px) {
	.hpartner-info h3 {
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 8px;
	}

	.hpartner-info p {
		font-size: 16px;
		text-align: center;
		margin-bottom: 12px;
	}
}

/* 鍐呴〉瀵艰埅 */
.inside-nav {
	height: 90px;
	width: 100%;
	overflow: hidden;
}

.inav-ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.inav-ul li {
	padding: 0 20px;
	position: relative;
	display: flex;
	height: 90px;
	align-items: center;
}

.inav-ul li::after {
	position: absolute;
	content: "";
	width: 2px;
	height: 16px;
	background: #333;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}

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

.inav-ul li a {
	display: block;
	line-height: 48px;
	font-size: 18px;
	color: #333;
	border-bottom: 4px solid transparent;
	font-weight: bold;
}

.inav-ul li a:hover,
.inav-ul li.on a {
	color: #173887;
	border-bottom-color: #173887;
}

.company-file {
	background-color: #f5f5f5;
	padding-top: 80px;
	padding-bottom: 50px;
	border-top: 1px solid #e4e4e4;
}

.cprofile-main {
	display: flex;
	justify-content: space-between;
}

.cprofile-left {
	width: 70.4%;
}

.cprofile-title {
	color: #333;
}

.cprofile-title h3 {
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 15px;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.cprofile-title span {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}

.cprofile-des {
	font-size: 16px;
	text-indent: 32px;
	line-height: 36px;
	color: #666;
	margin-top: 36px;
}

.cprofile-right {
	width: 25.1%;
	display: flex;
}

.cprofile-right img {
	max-width: 100%;
}

.cprofile-list {
	display: flex;
	width: 100%;
	margin-bottom: 35px;
	flex-direction: column;
	justify-content: flex-end;
}

.cprofile-list li {
	height: 126px;
	width: 100%;
	border-bottom: 1px solid #ccc;
	display: flex;
	padding-top: 26px;
	justify-content: space-between;
	padding-right: 18px;
}

.cprofile-numleft {
	width: 102px;
	border-bottom: 1px solid #173887;
}

.cprofile-numleft span {
	color: #173887;
	font-family: "fMedium";
	font-size: 48px;
	line-height: 48px;
	margin-bottom: 10px;
	display: block;
}

.cprofile-numleft p {
	font-size: 16px;
	color: #333;
	line-height: 24px;
}

.about-vedio {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.about-vedio img {
	display: block;
	width: 100%;
}

.play-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/vedio-play.png) no-repeat center;
	top: 0px;
	left: 0px;
}

@media(max-width: 1200px) {
	.cprofile-list li {
		align-items: center;
		padding-top: 0px;
	}

	.cprofile-numleft {
		height: 126px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

@media(max-width: 991px) {
	.company-file {
		padding-top: 50px;
	}

	.cprofile-des {
		margin-top: 20px;
	}

	.cprofile-main {
		flex-wrap: wrap;
	}

	.cprofile-left {
		width: 100%;
	}

	.cprofile-right {
		width: 100%;
		display: none;
	}

	.cprofile-list {
		margin-bottom: 0px;
	}

	.iabout-ul li {
		padding: 0 30px;
		height: 70px;
	}

	.inside-nav {
		height: auto;
	}

	.iabout-ul {
		height: auto;
	}

}

@media(max-width: 599px) {
	.cprofile-title h3 {
		font-size: 28px;
		line-height: 28px;
	}

	.cprofile-list li {
		height: auto;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.cprofile-numleft {
		height: auto;
		border-bottom: none;
	}

	.iabout-ul {
		flex-wrap: wrap;
	}

	.iabout-ul li {
		padding: 0px;
		width: 33.33%;
		justify-content: center;
		height: auto;
	}

	.inav-ul li a {
		display: block;
		line-height: 48px;
		font-size: 14px;
		color: #333;
		border-bottom: 2px solid transparent;
		border-bottom-color: transparent;
		font-weight: 500;
	}


	.iabout-ul li:nth-child(2)::after {
		display: none;
	}

	.cprofile-des {
		font-size: 15px;
		text-indent: 32px;
		line-height: 26px;
		color: #666;
	}
}

/* 鍝佺墝鏂囧寲 */
.brand-culture {
	width: 100%;
	overflow: hidden;
	background: url(../images/about-bg.jpg) no-repeat center;
	background-size: 100% 100%;
	padding-top: 150px;
	padding-bottom: 150px;
	border-top: 1px solid #e4e4e4;
}

.brand-title {
	text-align: center;
	margin-bottom: 100px;
}

.brand-list {
	display: flex;
	justify-content: center;
}

.brand-list li {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
}

.brand-icon {
	width: 110px;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: relative;
	transition: all .5s;
	background-color: #f5f5f5;
	margin-bottom: 20px;
}

.brand-icon img {
	transition: all .5s;
}

.bicon-on {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
}

.brand-info {
	text-align: center;
}

.brand-info h3 {
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
}

.brand-info p {
	font-size: 16px;
	line-height: 24px;
	color: #666;
}

.brand-list li:hover .brand-icon {
	background-color: #122b73;
}

.brand-list li:hover .bicon-un {
	opacity: 0;
}

.brand-list li:hover .bicon-on {
	opacity: 1;
}

/* 鍙戝睍鍘嗙▼ */
.history-wrap {
	width: 100%;
	overflow: hidden;
	background: url(../images/history-bg.png) no-repeat center;
	background-size: 100% 100%;
	padding-top: 80px;
	padding-bottom: 118px;
}

.history-title {
	text-align: center;
	color: #fff;
	margin-bottom: 60px;
}

.history-item {
	width: 100%;
	border-radius: 15px;
	background-color: #fff;
}

.history-item .public-img {
	border-radius: 15px;
}

.history-info {
	padding-top: 36px;
	padding-left: 30px;
	padding-right: 26px;
	padding-bottom: 22px;
	color: #333;
}

.history-des {
	height: 175px;
}

.history-des h3 {
	font-size: 36px;
	margin-bottom: 22px;
	line-height: 36px;
	font-weight: bold;
}

.history-des span {
	font-size: 16px;
	line-height: 28px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.history-add {
	display: flex;
	height: 26px;
	justify-content: flex-end;
	align-items: center;
}

.history-item:hover .public-img img {
	transform: scale(1.05);
}

.history-main {
	position: relative;
}

.history-next,
.history-prev {
	width: 58px;
	height: 58px;
	border: 2px solid #fff;
	background-size: 12px 22px;
	margin-top: -29px;
}

.history-next {
	right: -158px;
	background-image: url(../images/history-next.png);
}

.history-prev {
	left: -158px;
	background-image: url(../images/history-prev.png);
}

.history-next:hover,
.history-prev:hover {
	background-color: #122b73;
	border-color: #122b73;
}

/* 鍚堜綔瀹㈡埛 */
.partner-customer {
	width: 100%;
	overflow: hidden;
	background: url(../images/partner-bg.png) no-repeat center;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 50px;
}

.partner-title {
	text-align: center;
	color: #333;
	margin-bottom: 45px;
}

.partner-list {
	margin-left: -13px;
	margin-right: -13px;
}

.partner-list li {
	float: left;
	padding: 0 13px;
	width: 20%;
	margin-bottom: 12px;
}

.partner-img {
	border: 1px solid #f1f1f1;
	margin-bottom: 12px;
}

.partner-img:hover img {
	transform: scale(1.05);
}

@media(max-width: 1700px) {
	.history-next {
		right: -100px;
	}

	.history-prev {
		left: -100px;
	}
}

@media(max-width: 1400px) {
	.history-next {
		right: -60px;
	}

	.history-prev {
		left: -60px;
	}
}

@media(max-width: 1200px) {
	.brand-title {
		margin-bottom: 70px;
	}

	.history-info {
		padding-left: 22px;
		padding-right: 22px;
	}

}

@media(max-width: 991px) {
	.brand-culture {
		padding-top: 50px;
		padding-bottom: 30px;
	}

	.brand-title {
		margin-bottom: 30px;
	}

	.brand-list {
		flex-wrap: wrap;
	}

	.brand-list li {
		width: 100%;
		flex: none;
		margin-bottom: 18px;
	}

	.brand-icon {
		width: 88px;
		height: 88px;
		margin-bottom: 12px;
	}

	.brand-info h3 {
		margin-bottom: 10px;
	}

	.history-wrap {
		padding-top: 45px;
		padding-bottom: 50px;
	}

	.history-title {
		margin-bottom: 25px;
	}

	.partner-customer {
		padding-top: 45px;
		padding-bottom: 38px;
	}

	.partner-title {
		margin-bottom: 25px;
	}

	.partner-list li {
		width: 33.3333%;
	}

	.history-main {
		padding: 0 48px;
	}

	.history-next,
	.history-prev {
		width: 48px;
		height: 48px;
		margin-top: -24px;
	}

	.history-next {
		right: -5px;
	}

	.history-prev {
		left: -5px;
	}

	.history-info {
		padding-top: 22px;
	}
}

@media(max-width: 599px) {
	.brand-culture {
		padding-top: 40px;
	}

	.brand-title {
		margin-bottom: 22px;
	}

	.brand-list li {
		margin-bottom: 10px;
	}

	.history-des h3 {
		font-size: 30px;
		margin-bottom: 10px;
		line-height: 30px;
	}

	.history-info {
		padding: 20px 15px;
	}

	.partner-list {
		margin-left: 0px;
		margin-right: 0px;
	}

	.partner-list li {
		width: 100%;
		float: none;
		padding: 0px;
	}
}

/* 鏂伴椈涓績 */
.news-wrap {
	background: linear-gradient(360deg, rgba(248, 248, 248) 60%, rgba(248, 248, 248, 0));
	width: 100%;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #e4e4e4;
}

.news-list {
	margin-bottom: 0px;
}

.news-list li {
	margin-bottom: 42px;
}

.news-click {
	margin: 10px auto 0px;
}

@media(max-width: 1400px) {
	.news-list {
		margin-left: -15px;
		margin-left: -15px;
	}

	.news-list li {
		padding: 0 15px;
	}
}

@media(max-width: 991px) {
	.news-list li {
		margin-bottom: 25px;
	}

	.news-wrap {
		padding-top: 45px;
	}

	.news-click {
		margin-top: 40px;
	}
}

/* 鏂伴椈璇︽儏 */
.newsdetail-wrap {
	padding-top: 30px;
	padding-bottom: 0px;
	border-top: 1px solid #e4e4e4;
}

.newsdetail-title {
	text-align: center;
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 20px;
}

.newsdetail-title h3 {
	font-size: 36px;
	line-height: 36px;
	color: #333;
	margin-bottom: 30px;
}

.newsdetail-title span {
	font-size: 16px;
	line-height: 24px;
	color: #969696;
}

.newsdetail-main {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 36px;
}

.newsdetail-main p {
	line-height: 28px;
	font-size: 16px;
	color: #666;
	margin-bottom: 20px;
	text-align: left;
}

.newsdetail-main img {
	max-width: 100%;
}

.newsdetail-img {
	margin: 42px auto 32px;
	text-align: center;
}

.newsd-page {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 56px;
	padding-bottom: 60px;
	border-top: 1px solid #d1d1d1;
}

.npage-left {
	width: calc(100% - 180px);
}

.npage-left a {
	line-height: 22px;
	font-size: 16px;
	color: #666;
	display: block;
	margin: 10px auto;
}

.npage-back {
	display: block;
	width: 168px;
	height: 52px;
	border-radius: 5px;
	line-height: 52px;
	background-color: #173887;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.npage-left a:hover {
	color: #173887;
}

@media(max-width: 1400px) {
	.newsdetail-main {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media(max-width: 1200px) {
	.newsdetail-img {
		width: 100%;
		overflow: hidden;
	}

	.newsdetail-img img {
		display: block;
		width: 100%;
	}
}

@media(max-width: 991px) {
	.newsdetail-wrap {
		padding-top: 45px;
	}

	.newsdetail-title h3 {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.newsdetail-title {
		padding-bottom: 25px;
	}

	.newsdetail-main {
		padding-top: 30px;
		padding-bottom: 22px;
	}

	.newsdetail-main p {
		margin-bottom: 12px;
	}

	.newsdetail-main {
		padding-left: 0px;
		padding-right: 0px;
	}

	.newsd-page {
		flex-wrap: wrap;
		padding-top: 20px;
		padding-bottom: 45px;
	}

	.npage-left {
		width: 100%;
		margin-bottom: 20px;
	}

	.newsdetail-img {
		margin-top: 30px;
		margin-bottom: 25px;
	}
}

@media(max-width: 599px) {
	.newsdetail-title h3 {
		font-size: 24px;
		line-height: 32px;
	}

	.newsdetail-title {
		padding-bottom: 15px;
	}
}

/* 鑱旂郴鎴戜滑 */
.contact-wrap {
	padding-top: 60px;
	padding-bottom: 74px;
	width: 100%;
	overflow: hidden;
}

.inside-title {
	text-align: center;
}

.inside-title h3 {
	font-size: 32px;
	color: #333;
	line-height: 32px;
	margin-bottom: 52px;
}

.contact-list {
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact-list li {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.contact-icon {
	width: 110px;
	height: 110px;
	border: 2px solid #cbcbcb;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 20px;
	transition: all .5s;
}

.contact-icon img {
	transition: all .5s;
}

.cicon-on {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
}

.contact-info {
	text-align: center;
	color: #666;
	max-width: 168px;
}

.contact-info h3 {
	line-height: 24px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}

.contact-info p {
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	height: 60px;
}

.contact-list li:hover .contact-icon,
.contact-list li.on .contact-icon {
	background-color: #173887;
	border-color: #173887;
}

.contact-list li:hover .cicon-on,
.contact-list li.on .cicon-on {
	opacity: 1;
}

.contact-list li:hover .cicon-un,
.contact-list li.on .cicon-un {
	opacity: 0;
}

.contact-list li:hover .contact-info,
.contact-list li.on .contact-info {
	color: #173887;
}

.contact-list li:hover .contact-info h3,
.contact-list li.on .contact-info h3 {
	color: #173887;
}

@media(max-width: 991px) {
	.contact-list {
		flex-wrap: wrap;
	}

	.contact-list li {
		width: 33.3333%;
		flex: none;
		padding: 0 12px;
	}

	.inside-title h3 {
		margin-bottom: 30px;
	}

	.contact-wrap {
		padding-top: 50px;
		padding-bottom: 45px;
	}

	.contact-icon {
		margin-bottom: 10px;
	}

	.contact-info p {
		height: auto;
	}

	.contact-info h3 {
		margin-bottom: 8px;
	}

	.contact-info {
		max-width: auto;
	}
}

@media(max-width: 599px) {
	.contact-list li {
		width: 100%;
		margin-bottom: 10px;
	}

	.contact-list li:last-child {
		margin-bottom: 0px;
	}

	.inside-title h3 {
		margin-bottom: 24px;
	}
}

/* 璧勮川鑽ｈ獕 */
.honor-wrap {
	padding-top: 30px;
	padding-bottom: 50px;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #e4e4e4;
}

.honor-list {
	/* margin-left: -46px;
	margin-right: -46px; */
}

.honor-list li {
	padding: 0 20px;
	width: 20%;
	float: left;
	margin-bottom: 26px;
}

.honor-img {
	padding: 10px;
	border: 1px solid #e3e3e3;
}

.honor-list li p {
	text-align: center;
	font-weight: bold;
	color: #666;
	font-size: 16px;
	line-height: 24px;
	margin-top: 24px;
}

.honor-list li:hover .public-img img {
	transform: scale(1.05);
}

.honor-list li:hover p {
	color: #173887;
}

.honor-click {
	margin: 40px auto 0px;
}

@media(max-width: 1700px) {
	.honor-list {
		margin-left: -27px;
		margin-right: -27px;
	}

	.honor-list li {
		padding: 0 27px;
	}
}

@media(max-width: 1200px) {
	.honor-list {
		margin-left: -13px;
		margin-right: -13px;
	}

	.honor-list li {
		padding: 0 13px;
	}
}

@media(max-width: 991px) {
	.honor-list li {
		width: 50%;
	}

	.honor-wrap {
		padding-top: 50px;
	}
}

@media(max-width: 599px) {
	.honor-list li {
		width: 100%;
	}

	.honor-click {
		margin-top: 10px;
	}

	.honor-wrap {
		padding-bottom: 45px;
	}
}






/* 璧勮川鑽ｈ獕 */
.rencai-wrap {
	padding-top: 30px;
	padding-bottom: 50px;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #e4e4e4;
}

.rencai-list {
	/* margin-left: -46px;
	margin-right: -46px; */
}

.rencai-list li {
	padding: 0 20px;
	width: 25%;
	float: left;
	margin-bottom: 26px;
}

.rencai-img {
	padding: 10px;
	border: 1px solid #e3e3e3;
}

.rencai-list li p {
	text-align: center;
	font-weight: bold;
	color: #666;
	font-size: 16px;
	line-height: 24px;
	margin-top: 24px;
}

.rencai-list li:hover .public-img img {
	transform: scale(1.05);
}

.rencai-list li:hover p {
	color: #173887;
}

.rencai-click {
	margin: 40px auto 0px;
}

@media(max-width: 1700px) {
	.rencai-list {
		margin-left: -27px;
		margin-right: -27px;
	}

	.rencai-list li {
		padding: 0 27px;
	}
}

@media(max-width: 1200px) {
	.rencai-list {
		margin-left: -13px;
		margin-right: -13px;
	}

	.rencai-list li {
		padding: 0 13px;
	}
}

@media(max-width: 991px) {
	.rencai-list li {
		width: 50%;
	}

	.rencai-wrap {
		padding-top: 50px;
	}
}

@media(max-width: 599px) {
	.rencai-list li {
		width: 100%;
	}

	.rencai-click {
		margin-top: 10px;
	}

	.rencai-wrap {
		padding-bottom: 45px;
	}
}




/* 浜烘墠鎷涜仒 */
.talent-wrap {
	padding-top: 30px;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #e4e4e4;
}

.talent-top {
	display: flex;
	margin-bottom: 65px;
}

.talent-left {
	width: 50%;
}

.talent-right {
	width: 50%;
	padding-left: 75px;
	padding-right: 40px;
	padding-top: 24px;
}

.talent-title {
	margin-top: 38px;
	font-size: 32px;
	color: #333;
	line-height: 32px;
	padding-bottom: 36px;
	position: relative;
}

.talent-title::after {
	position: absolute;
	width: 48px;
	height: 8px;
	background-color: #173887;
	bottom: 0px;
	left: 0px;
	content: "";
}

.talent-info {
	margin-top: 44px;
	line-height: 36px;
	color: #333;
	font-size: 16px;
}

.recruit-title {
	text-align: center;
	font-size: 32px;
	color: #333;
	line-height: 32px;
	margin-bottom: 34px;
}

.recruit-list li {
	border-bottom: 1px dashed #bcbcbc;
	padding-bottom: 14px;
	transition: all .5s;
}

.recruit-list li:first-child {
	border-top: 1px dashed #bcbcbc;
}

.recruit-top {
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
	padding-top: 16px;
	padding-left: 30px;
	padding-right: 30px;
	transition: all .5s;
}

.recruit-name {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 34px;
}

.recruit-icon {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 2px solid #bcbcbc;
	background: url(../images/answer-icon1.png) no-repeat center;
	transition: all .5s;
}

.recruit-bom {
	padding: 30px;
	display: none;
}

.recruit-bom p {
	line-height: 24px;
	font-size: 16px;
	color: #666;
	margin-bottom: 24px;
}

.recruit-bom p>span {
	display: block;
}

.recruit-list li.on .recruit-top {
	background-color: #173887;
}

/* .recruit-list li.on{
    border-bottom: 1px solid #173887;
} */
.recruit-list li:first-child.on {
	border-top: 1px solid #173887;
}

.recruit-list li.on .recruit-name {
	color: #fff;
}

.recruit-list li.on .recruit-icon {
	background-image: url(../images/answer-icon2.png);
	border-color: #fff;
}

.recruit-remark {
	padding-top: 36px;
	padding-bottom: 58px;
	color: #666;
	font-size: 16px;
	line-height: 28px;
	padding-left: 30px;
}

@media(max-width: 1600px) {
	.talent-right {
		padding-left: 50px;
	}

	.talent-title {
		margin-top: 28px;
	}

	.talent-info {
		margin-top: 24px;
	}
}

@media(max-width: 1400px) {
	.talent-info {
		line-height: 30px;
	}

	.recruit-top {
		padding-right: 66px;
		padding-left: 50px;
	}

	.recruit-bom {
		padding-left: 50px;
		padding-right: 50px;
	}

	.recruit-remark {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media(max-width: 991px) {
	.talent-top {
		flex-wrap: wrap;
		margin-bottom: 35px;
	}

	.talent-left {
		width: 100%;
	}

	.talent-right {
		width: 100%;
		padding-right: 0px;
		padding-left: 0px;
	}

	.talent-title {
		margin-top: 12px;
		padding-bottom: 24px;
	}

	.talent-info {
		margin-top: 16px;
	}

	.recruit-bom {
		padding-left: 10px;
		padding-right: 10px;
	}

	.recruit-remark {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 28px;
		padding-bottom: 35px;
	}

	.recruit-top {
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 12px;
		padding-top: 12px;
	}

	.recruit-list li {
		padding-bottom: 0px;
	}
}

@media(max-width: 599px) {
	.recruit-title {
		font-size: 30px;
		line-height: 30px;
	}

	.talent-title {
		font-size: 30px;
		line-height: 30px;
	}
}

/*浜у搧*/
.probox {
	width: 100%;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #e4e4e4;
}

.proboxul li a {
	display: block;
	border: 1px solid #f1f1f1;
}

.proboxul li img {
	width: auto;
	max-width: 100%;
	display: block;
	margin: 0px auto;
}

.proboxul li {
	margin-bottom: 30px;
}

.probox-txt {
	padding: 20px;

	border-top: 1px solid #f1f1f1;
}

.probox-txt h3 {
	font-size: 14px;
}

.probox-txt h4 {
	margin-top: 0px;
	margin-bottom: 0;
	font-size: 16px;
	color: #333333;
}

@media(max-width:1800px) {
	.probox-txt h4 {
		font-size: 14px;
		height: 36px;
	}
}

.probox-txt p {
	margin-top: 10px;
	font-size: 14px;
	color: #666666;
}

.probox-txt span {
	display: block;
	background: url("../images/public-icon1.png") no-repeat center right;
	width: 54px;
	font-size: 14px;
	float: right;
	margin-top: 10px;
}

.proboxul li {
	float: left;
	margin-right: 1%;
	width: calc(100% / 5 - 1%);
}

.proboxul li:hover a {
	border: 1px solid #173887;
}

.proboxul li:hover h4 {
	color: #173887;
	/* font-weight: bold; */
}

.probox-img {
	overflow: hidden;
}

.probox-img img {
	transition: all 0.4s;
}

.proboxul li:hover img {
	transform: scale(1.05);
}

.proboxul li:hover span {
	color: #173887;
}

.probox-txt p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 24px;
	height: 48px;
}

@media(max-width:1200px) {
	.probox-txt {
		padding: 20px;
	}

	.probox-txt p {
		margin-top: 10px;
	}

	.probox-txt span {
		margin-top: 10px;
	}

	.proboxul li {
		margin-bottom: 20px;
		width: 49%;
	}

	.ipros-ul li {
		padding: 0 40px;
	}
}

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

	.ipros-ul li {
		padding: 0 20px;
	}
}

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

	.ipros-ul li {
		padding: 0 20px;
	}

	.ipros-ul li:nth-child(even)::after {
		display: none;
	}

	.ipros-ul {
		justify-content: flex-start;
	}

	.ipros-ul li a {
		line-height: 38px;
	}
}

/* 浜у搧璇︽儏 */
.pdetail-top {
	display: flex;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.pdetail-left {
	position: relative;
	width: 40%;
	height: auto;
	border: 1px solid #eaebee;
	overflow: hidden;
}

.pdetail-left .public-img {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pdetail-left .public-img img {
	width: auto;
	max-width: 60%;
}

.pdetail-right {
	width: 60%;
	background: #f7f7f7;
	padding: 50px 80px 50px 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.pdetail-right h2 {
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
	color: #173887;
	margin-bottom: 45px;
}

.pdetail-info h3 {
	font-size: 20px;
	line-height: 20px;
	color: #333;
	font-weight: bold;
	margin-bottom: 25px;
}


.pdetail-info p {
	color: #666;
	line-height: 30px;
	font-size: 16px;
}

.pdetail-contact {
	width: 360px;
	height: auto;
	background-color: #173887;
	display: flex;
	align-items: center;
	border-radius: 5px;
	margin-top: 50px;
	padding: 20px;
}

.pdetail-contact i {
	color: #fff;
	font-size: 26px;
}

.pdetail-contactinfo {
	margin-left: 25px;

	color: #fff;
}

.pdetail-contactinfo span {
	display: block;
	font-size: 16px;
	line-height: 24px;
}

.pdetail-contactinfo p {
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 0;
}

.pros-argus {
	padding-top: 42px;
}

.argus-title {
	font-size: 32px;
	color: #333;
	line-height: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 52px;
}

.argus-table {
	display: flex;
}

.argus-left {
	width: 372px;
}

.argus-list li {
	height: 72px;
	border-bottom: 1px solid #dcdcdc;
	display: flex;
	align-items: center;
}

.argus-leftlist li {
	width: 100%;
	background-color: #173887;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding-left: 100px;
}

.argus-leftlist li:last-child {
	border-bottom-color: #173887;
}

.argus-right {
	width: calc(100% - 372px);
}

.argus-rightlist {
	border: 1px solid #dcdcdc;
	border-bottom: none;
	border-top: none;
}

.argus-rightlist li {
	padding-left: 85px;
	background: #f7f7f7;
	font-size: 16px;
	color: #333;
}

.argus-rightlist li:first-child {
	border-top: 1px solid #dcdcdc;
}

.pdetail-wrap {
	padding-bottom: 85px;
}

@media(max-width: 1700px) {
	.pdetail-contact {
		margin-top: 35px;
	}

	.pdetail-info h3 {
		margin-bottom: 15px;
	}

	.pdetail-right h2 {
		margin-bottom: 25px;
	}
}

@media(max-width: 1400px) {
	.pdetail-right {
		padding-left: 80px;
		padding-left: 80px;
	}

	.argus-rightlist li {
		padding-left: 70px;
		padding-right: 30px;
	}

	.argus-leftlist li {
		padding-left: 80px;
	}
}

@media(max-width: 1200px) {
	.pdetail-right {
		padding-left: 40px;
		padding-left: 40px;
	}

	.pdetail-contact {
		height: 60px;
		margin-top: 15px;
		width: 360px;
	}

	.pdetail-contactinfo p {
		font-size: 32px;
		line-height: 32px;
	}
}

@media(max-width: 991px) {
	.pdetail-top {
		flex-wrap: wrap;
	}

	.pdetail-left {
		width: 100%;
	}


	.pdetail-left .public-img {
		position: relative;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.pdetail-left .public-img img {
		width: auto;
		max-width: 100%;
	}


	.pdetail-right {
		padding: 30px;
		width: 100%;
	}

	.pdetail-right h2 {
		margin-bottom: 25px;
		font-size: 22px;
	}


	.argus-title {
		margin-bottom: 30px;
	}

	.argus-left {
		width: 200px;
	}

	.argus-leftlist li {
		padding-left: 20px;
		font-size: 16px;
	}

	.argus-right {
		width: calc(100% - 200px);
	}

	.argus-rightlist li {
		padding-left: 15px;
		padding-right: 15px;
	}

	.pdetail-wrap {
		padding-bottom: 50px;
	}
}

@media(max-width: 599px) {
	.pdetail-contact {
		width: 100%;
		padding-left: 15px;
	}

	.pdetail-right {
		padding-left: 20px;
		padding-right: 20px;
	}

	.pdetail-contactinfo p {
		font-size: 24px;
		line-height: 24px;
	}

	.pdetail-contactinfo {
		margin-left: 12px;
	}

	.argus-table {
		flex-wrap: wrap;
	}

	.argus-left {
		width: 100%;
	}

	.argus-list li {
		height: auto;
	}

	.argus-leftlist li {
		height: 52px;
		text-align: center;
	}

	.argus-right {
		width: 100%;
	}

	.argus-rightlist li {
		padding: 15px;
	}
}

/* 鎶€鏈疄鍔 */
.inav-name {
	/* padding: 0 70px; */
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.inav-name a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 48px;
	border-bottom: 4px solid transparent;
}

.inav-name::before {
	position: absolute;
	width: 2px;
	height: 16px;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #333;
	content: "";
}

.inav-swiper .swiper-slide:first-child .inav-name::before {
	display: none;
}

.inav-name a:hover {
	color: #173887;
	border-bottom-color: #173887;
}

/* .inav-swiper .swiper-slide-active .inav-name a{
    color: #173887;
    border-bottom-color: #173887;
} */
.inav-swiper .inav-nameAct .inav-name a {
	color: #173887;
	border-bottom-color: #173887;
}

.tec-wrap {
	width: 100%;
	padding-top: 66px;
	border-top: 1px solid #e4e4e4;
	overflow: hidden;
}

.tec-list li {
	display: flex;
	margin-bottom: 46px;
}

.tec-list li:nth-child(even) {
	flex-direction: row-reverse;
}

.tec-img {
	width: 50%;
	position: relative;
	z-index: 22;
	padding-bottom: 0px;
}

.tec-info {
	width: calc(50% + 148px);
	margin-top: 0;
	position: relative;
	z-index: 21;
	background-color: #f5f5f5;
}

.tec-list li:nth-child(odd) .tec-info {
	padding-left: 200px;
	padding-right: 80px;
	margin-left: -148px;
}

.tec-list li:nth-child(even) .tec-info {
	padding-right: 200px;
	padding-left: 80px;
	margin-right: -148px;
}

.tec-infotop {
	margin-top: 40px;
	margin-bottom: 65px;
}

.tec-infotop span {
	display: block;
	margin-top: 28px;
	font-size: 30px;
	font-weight: bold;
	color: #333;
}

.tec-des {
	font-size: 16px;
	line-height: 32px;
	color: #333;
	height: 192px;
}

.tec-more {
	display: flex;
	height: 14px;
	align-items: flex-end;
	margin-top: 10px;
}

.tec-more span {
	font-size: 14px;
	font-weight: bold;
	color: #173887;
	margin-right: 15px;
	line-height: 14px;
}

.tec-more i {
	width: 8px;
	height: 9px;
	margin-bottom: 2px;
	background: url(../images/public-icon1.png) no-repeat center;
}

.tec-img:hover .public-img img {
	transform: scale(1.05);
}

@media(max-width:1700px) {
	.tec-list li:nth-child(2n+1) .tec-info {
		padding-left: 230px;
		padding-right: 80px;
	}

	.tec-des {
		height: auto;
		margin-bottom: 40px;
	}

	.tec-list li:nth-child(2n) .tec-info {
		padding-right: 200px;
	}
}

@media(max-width:1600px) {
	.tec-infotop {
		margin-bottom: 40px;
	}
}

@media(max-width:1400px) {
	.tec-infotop {
		margin-bottom: 20px;
	}

	.tec-info {
		width: calc(50% + 80px);
	}

	.tec-list li:nth-child(even) .tec-info {
		padding-right: 140px;
		padding-left: 50px;
		margin-right: -80px;
	}

	.tec-list li:nth-child(odd) .tec-info {
		padding-left: 140px;
		margin-left: -80px;
		padding-right: 50px;
	}

	.tec-des {
		line-height: 30px;
		margin-bottom: 25px;
	}
}

@media(max-width:1200px) {
	.tec-des {
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 15px;
	}

	.tec-info {
		width: calc(50% + 50px);
	}

	.tec-list li:nth-child(even) .tec-info {
		padding-right: 80px;
		padding-left: 30px;
		margin-right: -50px;
	}

	.tec-list li:nth-child(odd) .tec-info {
		padding-left: 80px;
		margin-left: -50px;
		padding-right: 30px;
	}

	.tec-infotop {
		margin-top: 20px;
	}
}

@media(max-width: 991px) {
	.tec-list li {
		flex-wrap: wrap;
		margin-bottom: 30px;
	}

	.tec-img {
		width: 100%;
		padding-bottom: 0px;
	}

	.tec-wrap {
		padding-top: 45px;
	}

	.tec-info {
		width: 100%;
		margin-top: 0px;
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.tec-list li:nth-child(even) .tec-info {
		padding-left: 40px;
		padding-right: 40px;
		margin-right: 0px;
	}

	.tec-list li:nth-child(odd) .tec-info {
		padding-left: 40px;
		padding-right: 40px;
		margin-left: 0px;
	}

	.tec-des {
		margin-bottom: 20px;
	}

	.tec-infotop span {
		font-size: 26px;
		line-height: 26px;
		margin-top: 20px;
	}

	.tec-infotop {
		margin-top: 0px;
	}
}

@media(max-width: 599px) {
	.tec-list li:nth-child(even) .tec-info {
		padding-left: 20px;
		padding-right: 20px;
	}

	.tec-list li:nth-child(odd) .tec-info {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* 鎶€鏈疄鍔涜鎯 */
.tec-intitle {
	margin-top: 4px;
	text-align: center;
	margin-bottom: 60px;
}

.tec-intitle h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 22px;
}

.tec-intitle p {
	font-size: 16px;
	line-height: 32px;
}

.tec-imglist li {
	margin-bottom: 35px;
}

.tec-detailwrap {
	padding-bottom: 98px;
}

.tec-click {
	margin: 20px auto 0px;
}

@media(max-width: 991px) {
	.inav-name {
		height: auto;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.tec-detailwrap {
		padding-bottom: 50px;
	}

	.tec-intitle h3 {
		margin-bottom: 20px;
	}

	.tec-intitle {
		margin-top: 0px;
		margin-bottom: 35px;
	}
}

.top-lan {
	position: relative;
}

.top-lansub {
	position: absolute;
	top: 38px;
	color: #333333;
	width: 158px;
	text-align: center;
	padding-top: 20px;
	display: none;
}

.top-lansub ul {
	background: #fff;
	width: 158px;
	border: 1px solid #173887;
	position: absolute;
}

.top-lansub ul::after {
	position: absolute;
	content: "";
	top: -11px;
	width: 12px;
	height: 12px;
	border-top: 1px solid #173887;
	border-right: 1px solid #173887;
	transform: rotate(-45deg) translateX(-50%);
	left: 50%;
	/*background: #fff;*/

}

.top-right .top-lan .top-lansub a {
	color: #333333;
	height: 35px;
	line-height: 35px;
}

.top-right .top-lan .top-lansub li:hover {
	background: #173887;
}

.top-right .top-lan .top-lansub li:hover a {
	color: #fff;
}

.top-right .top-lan .top-lansub .on {
	background: #173887;
}

.top-right .top-lan .top-lansub .on a {
	color: #fff;
}

.footer-sou {
	margin-top: 25px;
	position: relative;
}

.footer-sou input {
	color: #8d8d8d;
	font-size: 14px;
	font-style: italic;
	background: #4d4d4d;
	height: 44px;
	border: none;
	padding-left: 20px;
	width: calc(100% - 53px);
}

.footer-soubtn {
	width: 53px;
	height: 44px;
	background: #173887 url('../images/sou.png') no-repeat center;
	border: none;
	position: absolute;
	right: 0;
}

.footer-share {
	margin-top: 19px;
	float: right;
	position: relative;
	width: 100%;
}

.footer-share .bshare-custom a {
	width: 42px;
	height: 42px;
	padding-left: 0px;
	margin-left: 0px;
	border-radius: 50%;
	margin-right: 20px;
}

.footer-share .bshare-custom .bshare-weixin {
	background: #737373 url(../images/footer-wchat.png) no-repeat center;
}

.footer-share .bshare-custom .bshare-sinaminiblog {
	background: #737373 url(../images/footer-wb.png) no-repeat center;
}

.footer-share .bshare-custom .bshare-qqim {
	background: #737373 url(../images/footer-qq.png) no-repeat center;
	margin-right: 0px;
}

.footer-share .bshare-custom .more-style-addthis {
	display: none;
}

.footer-share .bshare-custom .bshare-share-count {
	display: none;
}

.footer-share .bshare-custom a {
	display: block;
	width: 40px;
	height: 40px;
	background: #737373;
}

.footer-share .bshare-custom {
	display: flex;
}

.right-item-right {
	display: none;
}

.right-wechat {
	position: relative;
}









.cont-map {
	position: relative;
	margin-top: -15rem;
}

.contact-bk {
	position: relative;
}


.contact-wrap {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: linear-gradient(360deg, rgba(248, 248, 248) 60%, rgba(248, 248, 248, 0));
}



.contact-bk_box {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;

	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 50px;
	grid-row-gap: 50px;

	padding-top: 100px;
}



.contact-bk .cont-tit {
	color: #c6004e;
	font-size: 3rem;
	font-weight: bold;
}

.contact-bk .cont-box {
	position: relative;
	background-color: #fff;
	height: 235px;
	padding: 60px 2rem 5rem;
	text-align: center;
}

.contact-bk .cont-box p {
	color: #6f7a87;
	line-height: 26px;
	margin-bottom: 0;
}


.contact-bk .cont-box i {
	display: block;
	font-size: 4rem;
	color: #fff;
	line-height: 85px;
	width: 85px;
	height: 85px;
	border-radius: 100%;
	border: 1px dashed #173887;
	position: absolute;
	margin: auto auto;
	top: -45px;
	left: 0;
	right: 0;
}

.contact-bk .cont-box i::after {
	content: "";
	position: absolute;
	width: 80%;
	height: 80%;
	border-radius: 100%;
	background-color: #173887;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto auto;
}

.contact-bk .cont-box i::before {
	position: relative;
	z-index: 3;
}

.contact-bk .cont-box span {
	display: block;
	color: #222;
	font-size: 22px;
	line-height: 36px;
	font-weight: bold;
	padding: 15px 0;
}

.contact-bk .cont-box:hover i {
	transform: rotate(360deg);
	transition: all 2s;
}

.contact-bk .cont-box .ewm {
	margin: 0 20px;
	text-align: center;
}

.contact-bk .cont-box .ewm img {
	max-width: 120px;
}

.contact-bk .cont-box .ewm span {
	font-size: 16px;
	padding: 0;
	font-weight: normal;
}

.sect_cont {
	padding: 8rem 0;
	background: linear-gradient(360deg, rgba(248, 248, 248) 60%, rgba(248, 248, 248, 0));
	position: relative;
}

.cont-tit {
	text-align: center;
}

.cont-tit_bt {
	font-weight: bold;
	font-size: 3.6rem;
	margin-top: 2rem;
	line-height: 4rem;
	height: auto;
	overflow: hidden;
}

.ge {
	width: 80px;
	height: 4px;
	overflow: hidden;

	background-color: #173887;
	margin: 30px auto 0;
	display: block;
}


.jobs-bk {
	background-color: #f5f5f5;
	padding: 6rem 0;
}

.msg-bk {
	background-color: #fff;
	padding: 1rem 6rem 6rem;
	position: relative;
	z-index: 3;
	margin-top: 0rem;
	margin-bottom: 1rem;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.m-form {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.m-form label {
	font-size: 18px;
	margin-bottom: 1rem;
	display: block;
}

.m-form label i {
	color: #f00;
}

.m-form .btn {
	background-color: #173887;
	border-color: #173887;
	font-size: 18px;
	line-height: 60px;
	width: 170px;
	color: #fff;
	padding: 0;
	margin: 0 auto;
	display: block;
	border-radius: 60px;
}

.m-form .btn i {
	margin-left: 5px;
}

.m-form .form-control {
	border: 1px solid #ddd;
	color: #666;
	height: 56px;
	font-size: 16px;
	background-color: #fff;
	position: relative;
	border-radius: 5px;
}

.m-form .btn:hover {
	background-color: #2c3783;
	border-color: #2c3783;
}

.m-form textarea.form-control {
	border: 1px solid #e5e5e5;
	height: auto;
}

.m-form .form-group {
	margin-bottom: 2rem;
	float: left;
	margin-right: 2%;
	width: 48%;
	transition: .2s width ease;
}

.span-12 {
	float: left;
	margin-right: 2%;
	width: 98% !important;
	transition: .2s width ease;
}

.m-form textarea {}

.msg-btn {
	margin-top: 3rem;
}





@media(max-width:1400px) {




	.cont-map {
		position: relative;
		margin-top: -15rem;
	}

	.contact-bk {
		position: relative;
	}


	.contact-wrap {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		background: linear-gradient(360deg, rgba(248, 248, 248) 60%, rgba(248, 248, 248, 0));
	}



	.contact-bk_box {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;

		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 20px;

		padding-top: 100px;
	}



	.contact-bk .cont-tit {
		color: #c6004e;
		font-size: 3rem;
		font-weight: bold;
	}

	.contact-bk .cont-box {
		position: relative;
		background-color: #fff;
		height: 235px;
		padding: 60px 2rem 5rem;
		text-align: center;
	}

	.contact-bk .cont-box p {
		color: #6f7a87;
		line-height: 36px;
	}

	.contact-bk .cont-box i {
		display: block;
		font-size: 4rem;
		color: #fff;
		line-height: 85px;
		width: 85px;
		height: 85px;
		border-radius: 100%;
		border: 1px dashed #173887;
		position: absolute;
		margin: auto auto;
		top: -45px;
		left: 0;
		right: 0;
	}

	.contact-bk .cont-box i::after {
		content: "";
		position: absolute;
		width: 80%;
		height: 80%;
		border-radius: 100%;
		background-color: #173887;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto auto;
	}

	.contact-bk .cont-box i::before {
		position: relative;
		z-index: 3;
	}

	.contact-bk .cont-box span {
		display: block;
		color: #222;
		font-size: 22px;
		line-height: 36px;
		font-weight: bold;
		padding: 15px 0;
	}

	.contact-bk .cont-box:hover i {
		transform: rotate(360deg);
		transition: all 2s;
	}



	.contact-bk .cont-box .ewm {
		margin: 0 10px;
		text-align: center;
	}

	.contact-bk .cont-box .ewm img {
		max-width: 120px;
	}

	.sect_cont {
		padding: 8rem 0;
		background: linear-gradient(360deg, rgba(248, 248, 248) 60%, rgba(248, 248, 248, 0));
		position: relative;
	}

	.cont-tit {
		text-align: center;
	}

	.cont-tit_bt {
		font-weight: bold;
		font-size: 3.6rem;
		margin-top: 1rem;
		line-height: 4rem;
		height: auto;
		overflow: hidden;
	}

	.ge {
		width: 80px;
		height: 4px;
		overflow: hidden;

		background-color: #173887;
		margin: 30px auto 0;
		display: block;
	}


	.jobs-bk {
		background-color: #f5f5f5;
		padding: 6rem 0;
	}

	.msg-bk {
		background-color: #fff;
		padding: 8rem 2rem;
		position: relative;
		z-index: 3;
		margin-top: 6rem;
		margin-bottom: 6rem;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.m-form {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}

	.m-form label {
		font-size: 18px;
		margin-bottom: 1rem;
		display: block;
	}

	.m-form label i {
		color: #f00;
	}

	.m-form .btn {
		background-color: #173887;
		border-color: #173887;
		font-size: 18px;
		line-height: 60px;
		width: 170px;
		color: #fff;
		padding: 0;
		margin: 0 auto;
		display: block;
		border-radius: 60px;
	}

	.m-form .btn i {
		margin-left: 5px;
	}

	.m-form .form-control {
		border: 1px solid #ddd;
		color: #666;
		height: 56px;
		font-size: 16px;
		background-color: #fff;
		position: relative;
		border-radius: 5px;
	}

	.m-form .btn:hover {
		background-color: #2c3783;
		border-color: #2c3783;
	}

	.m-form textarea.form-control {
		border: 1px solid #e5e5e5;
		height: auto;
	}

	.m-form .form-group {
		margin-bottom: 1rem;
		float: left;
		margin-right: 2%;
		width: 48%;
		transition: .2s width ease;
	}

	.span-12 {
		float: left;
		margin-right: 2%;
		width: 98% !important;
		transition: .2s width ease;
	}

	.m-form textarea {}

	.msg-btn {
		margin-top: 3rem;
	}




}





@media(max-width:760px) {


	.cont-map {
		position: relative;
		margin-top: -15rem;
	}

	.contact-bk {
		position: relative;
	}


	.contact-wrap {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		background: linear-gradient(360deg, rgba(248, 248, 248) 60%, rgba(248, 248, 248, 0));
	}



	.contact-bk_box {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;

		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 20px;

		padding-top: 100px;
	}



	.contact-bk .cont-tit {
		color: #c6004e;
		font-size: 2rem;
		font-weight: bold;
	}

	.contact-bk .cont-box {
		position: relative;
		background-color: #fff;
		height: 235px;
		padding: 60px 2rem 5rem;
		text-align: center;
	}

	.contact-bk .cont-box p {
		color: #6f7a87;
		line-height: 36px;
	}

	.contact-bk .cont-box i {
		display: block;
		font-size: 4rem;
		color: #fff;
		line-height: 85px;
		width: 85px;
		height: 85px;
		border-radius: 100%;
		border: 1px dashed #173887;
		position: absolute;
		margin: auto auto;
		top: -45px;
		left: 0;
		right: 0;
	}

	.contact-bk .cont-box i::after {
		content: "";
		position: absolute;
		width: 80%;
		height: 80%;
		border-radius: 100%;
		background-color: #173887;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto auto;
	}

	.contact-bk .cont-box i::before {
		position: relative;
		z-index: 3;
	}

	.contact-bk .cont-box span {
		display: block;
		color: #222;
		font-size: 22px;
		line-height: 36px;
		font-weight: bold;
		padding: 15px 0;
	}

	.contact-bk .cont-box:hover i {
		transform: rotate(360deg);
		transition: all 2s;
	}

	.contact-bk .cont-box img {
		max-width: 130px;
	}


	.sect_cont {
		padding: 8rem 0;
		background: linear-gradient(360deg, rgba(248, 248, 248) 60%, rgba(248, 248, 248, 0));
		position: relative;
	}

	.cont-tit {
		text-align: center;
	}

	.cont-tit_bt {
		font-weight: bold;
		font-size: 2rem;
		margin-top: 1rem;
		line-height: 2rem;
		height: auto;
		overflow: hidden;
	}

	.ge {
		width: 80px;
		height: 4px;
		overflow: hidden;

		background-color: #173887;
		margin: 30px auto 0;
		display: block;
	}


	.jobs-bk {
		background-color: #f5f5f5;
		padding: 6rem 0;
	}

	.msg-bk {
		background-color: #fff;
		padding: 4rem 2rem;
		position: relative;
		z-index: 3;
		margin-top: 6rem;
		margin-bottom: 6rem;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.m-form {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}

	.m-form label {
		font-size: 18px;
		margin-bottom: 1rem;
		display: block;
	}

	.m-form label i {
		color: #f00;
	}

	.m-form .btn {
		background-color: #173887;
		border-color: #173887;
		font-size: 18px;
		line-height: 60px;
		width: 170px;
		color: #fff;
		padding: 0;
		margin: 0 auto;
		display: block;
		border-radius: 60px;
	}

	.m-form .btn i {
		margin-left: 5px;
	}

	.m-form .form-control {
		border: 1px solid #ddd;
		color: #666;
		height: 56px;
		font-size: 16px;
		background-color: #fff;
		position: relative;
		border-radius: 5px;
	}

	.m-form .btn:hover {
		background-color: #2c3783;
		border-color: #2c3783;
	}

	.m-form textarea.form-control {
		border: 1px solid #e5e5e5;
		height: auto;
	}

	.m-form .form-group {
		margin-bottom: 1rem;
		float: left;
		margin-right: 0%;
		width: 100%;
		transition: .2s width ease;
	}

	.span-12 {
		float: left;
		margin-right: 0%;
		width: 100% !important;
		transition: .2s width ease;
	}

	.m-form textarea {}

	.msg-btn {
		margin-top: 3rem;
	}


}




.head-soubox {
	position: absolute;
	right: 5px;
	top: 5px;
	background-size: cover;
	width: 400px;
}

.head-souflex {
	display: flex;
	background: #fff;
	position: relative;
}

.head-soubox input {
	border: 1px solid #ddd;
	border-right: none;
	width: 100%;
	padding-left: 10px;
	height: 45px;
	line-height: 45px;
	outline: none;
}

.head-soubox button {
	background: url('../images/head-soubt.png') no-repeat center;
	border: 1px solid #ddd;
	border-left: none;
	width: 45px;
	height: 45px;
	line-height: 45px;
	display: block;
	position: relative;
}

.head-soubox button::after {
	position: absolute;
	content: " ";
	width: 1px;
	height: 100%;
	background: #ddd;
	left: 0;
	top: 0;
}



/* 浜у搧璇︽儏娣诲姞 */
.pro_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
	position: relative;
}


.pro_left {
	position: relative;
	top: 0;
	z-index: 999;
	float: left;
	width: 250px;
	height: auto;
	overflow: hidden;
}


.pro_left.fixed {
	top: 10px;
}

.pro_left_bt {
	background-color: #9c9c9c;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	height: 65px;
	line-height: 65px;
	margin-bottom: 2px;
	text-align: center;
}

.pro_left_bt a {
	color: #fff;
}

.pro_left ul li {
	float: left;
}

.pro_left li {
	width: 100%;
	background: #f4f4f4;
	line-height: 65px;
	padding: 0 20px;
	border-bottom: 1px solid #fff;
}

.pro_left li:last-child {
	border-bottom: none;
}

.pro_left li i {
	margin-right: 10px;
	font-size: 22px;
}

.pro_left li:hover {
	background: #173887;
	color: #fff;
}

.pro_left li:hover a {
	color: #fff;
	display: block;
}

.pro_left li.on {
	background: #173887;
	color: #fff;
}

.pro_left li.on a {
	color: #fff;
	display: block;
}


.pro_right {
	position: relative;
	float: right;
	width: calc(100% - 300px);
	border: 1px solid #dcdcdc;
}

.pro_right_title {
	background-color: #f8f8f8;
	height: 55px;
	line-height: 55px;
	border-bottom: 1px solid #dcdcdc;
}

.pro_right_title span {
	display: inline-block;
	background-color: #FFF;
	width: auto;
	height: 55px;
	line-height: 55px;
	padding: 0 50px 0 30px;
	border-top: 3px solid #173887;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #dcdcdc;
	text-align: center;
	color: #173887;
}

.pro_right_title span i {
	margin-right: 10px;
}

.pro_neirong {
	padding: 30px;
	height: auto;
	overflow: hidden;
}


.pro_right img {
	max-width: 100%;
}




@media(max-width: 991px) {



	.head-soubox {
		position: absolute;
		right: 5px;
		top: 5px;
		background-size: cover;
		width: calc(100% - 150px);
	}

	.head-souflex {
		display: flex;
		background: #fff;
		position: relative;
	}

	.head-soubox input {
		border: 1px solid #ddd;
		border-right: none;
		width: 100%;
		padding-left: 33px;
		height: 45px;
		line-height: 45px;
	}

	.head-soubox button {
		background: url('../images/head-soubt.png') no-repeat center;
		border: 1px solid #ddd;
		border-left: none;
		width: 45px;
		height: 45px;
		line-height: 45px;
		display: block;
		position: relative;
	}

	.head-soubox button::after {
		position: absolute;
		content: " ";
		width: 1px;
		height: 100%;
		background: #ddd;
		left: 0;
		top: 0;
	}



	/* 浜у搧璇︽儏娣诲姞 */
	.pro_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 30px;
		position: relative;
	}


	.pro_left {
		position: relative;
		top: 0;
		z-index: 999;
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;

		margin-bottom: 30px;

		display: none;
	}


	.pro_left.fixed {
		top: 10px;
	}

	.pro_left_bt {
		background-color: #9c9c9c;
		color: #fff;
		font-size: 24px;
		font-weight: 600;
		height: 65px;
		line-height: 65px;
		margin-bottom: 2px;
		text-align: center;
	}

	.pro_left_bt a {
		color: #fff;
	}

	.pro_left ul li {
		float: left;
	}

	.pro_left li {
		width: 100%;
		background: #f4f4f4;
		line-height: 65px;
		padding: 0 20px;
		border-bottom: 1px solid #fff;
	}

	.pro_left li:last-child {
		border-bottom: none;
	}

	.pro_left li i {
		margin-right: 10px;
		font-size: 22px;
	}

	.pro_left li:hover {
		background: #173887;
		color: #fff;
	}

	.pro_left li:hover a {
		color: #fff;
		display: block;
	}

	.pro_left li.on {
		background: #173887;
		color: #fff;
	}

	.pro_left li.on a {
		color: #fff;
		display: block;
	}


	.pro_right {
		position: relative;
		float: right;
		width: 100%;
		border: 1px solid #dcdcdc;
	}

	.pro_right_title {
		background-color: #f8f8f8;
		height: 55px;
		line-height: 55px;
		border-bottom: 1px solid #dcdcdc;
	}

	.pro_right_title span {
		display: inline-block;
		background-color: #FFF;
		width: auto;
		height: 55px;
		line-height: 55px;
		padding: 0 30px 0 20px;
		border-top: 3px solid #173887;
		border-bottom: 1px solid #FFF;
		border-right: 1px solid #dcdcdc;
		text-align: center;
		color: #173887;
	}

	.pdetail-info p {
	  color: #666;
	  line-height: 1.4;
	  font-size: 14px;
	}
	
	.pro_right_title span i {
		margin-right: 10px;
	}

	.pro_neirong {
		padding: 10px;
		line-height: 1.4 !important;
		font-size: 14px;
	}

	.pro_neirong p{
		margin-bottom: 5px;
	}

	.pro_right img {
		max-width: 100%;
	}



}




/* 浜у搧涓讳綋 */

.pro_main {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;

	margin-bottom: 30px;
}

.pro_main_lanmu {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 50px;
	padding: 5px 20px;
	background: linear-gradient(to bottom, #f1f1f1, #fff);
	border-top: 2px solid #173887;
	border-bottom: 1px solid #f4f4f4;
	border-left: 1px solid #f4f4f4;
	border-right: 1px solid #f4f4f4;
	box-sizing: border-box;
}

.pro_main_lanmu_fl {
	float: left;
	color: #173887;
	font-size: 20px;
}

.pro_main_lanmu_fl a {
	color: #173887;
	font-size: 20px;
}

.pro_main_lanmu_fl i {
	font-size: 20px;
	margin-right: 10px;
}

.pro_main_lanmu_fr {
	float: right;
	font-size: 14px;
	color: #666;
}

.pro_main_box {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px auto 0;

	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;

}

.pro_main_list {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
}

.pro_main_list_title {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	/* border: 1px solid #dcdcdc; */
	box-sizing: border-box;

	color: #333;
	font-size: 16px;
	background-color: #eee;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
}

.pro_main_list_img {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.pro_main_list_img img {
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
	margin: 0px auto;
}

.pro_main_list_li {
	position: relative;
	width: 100%;
	height: 200px;
	overflow: hidden;
	overflow-y: scroll;

	padding: 15px 10px;
	border-top: 1px solid #dcdcdc;
}

.pro_main_list_li ul li {
	float: left;
}

.pro_main_list_li li {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 28px;
	padding: 3px 0;

	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.pro_main_list_li li a {
	font-size: 14px;
}

.pro_main_list_li li a i {
	font-size: 14px;
	margin-right: 3px;
}


::-webkit-scrollbar {
	width: 2px;
}

::-webkit-scrollbar-track {
	background-color: #fff;
}

::-webkit-scrollbar-thumb {
	background-color: #173887;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #f1f1f1
}

::-webkit-scrollbar-thumb:active {
	background-color: #173887
}





@media(max-width: 991px) {




	/* 浜у搧涓讳綋 */

	.pro_main {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;

		margin-bottom: 10px;
	}

	.pro_main_lanmu {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		line-height: 40px;
		padding: 5px 20px;
		background: linear-gradient(to bottom, #f1f1f1, #fff);
		border-top: 2px solid #173887;
		border-bottom: 1px solid #f4f4f4;
		border-left: 1px solid #f4f4f4;
		border-right: 1px solid #f4f4f4;
		box-sizing: border-box;
	}

	.pro_main_lanmu_fl {
		float: left;
		color: #173887;
		font-size: 20px;
	}

	.pro_main_lanmu_fl a {
		color: #173887;
		font-size: 20px;
	}

	.pro_main_lanmu_fl i {
		font-size: 20px;
		margin-right: 10px;
	}

	.pro_main_lanmu_fr {
		display: none;
		float: right;
		font-size: 14px;
		color: #666;
	}

	.pro_main_box {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 10px auto 0;

		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;

	}

	.pro_main_list {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		border: 1px solid #dcdcdc;
		box-sizing: border-box;
	}

	.pro_main_list_title {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		/* border: 1px solid #dcdcdc; */
		box-sizing: border-box;

		color: #333;
		font-size: 16px;
		background-color: #eee;
		line-height: 40px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		text-align: center;
		border-bottom: 1px solid #dcdcdc;
	}

	.pro_main_list_img {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.pro_main_list_img img {
		max-width: 100%;
		width: auto;
		height: auto;
		display: block;
		margin: 0px auto;
	}

	.pro_main_list_li {
		position: relative;
		width: 100%;
		height: 100px;
		overflow: hidden;
		overflow-y: scroll;

		padding: 15px 10px;
		border-top: 1px solid #dcdcdc;
	}

	.pro_main_list_li ul li {
		float: left;
	}

	.pro_main_list_li li {
		width: 100%;
		height: auto;
		overflow: hidden;
		line-height: 28px;
		padding: 3px 0;

		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}

	.pro_main_list_li li a {
		font-size: 14px;
	}

	.pro_main_list_li li a i {
		font-size: 14px;
		margin-right: 3px;
	}


}



.pos {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f9f9f9;
	padding: 10px 0;
	font-size: 15px;
	border-bottom: 1px solid #e4e4e4;
}

.pos i {
	font-size: 20px;
	margin-right: 5px;
}

/* .pos-flex{
	display: flex;
	align-items: center;
} */

.pos a {
	display: inline-block;
}