@charset "utf-8";

/* 全局 */
html {
	webkit-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-justify: inter-ideograph;
}

a {
	text-decoration: none;
	outline: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

/* 基础 */
* {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-touch-callout: none;
	margin: 0
}

input,
textarea {
	-webkit-user-select: text
}

.u-flex-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.u-flex-y-center {
	display: flex;
	align-items: center;
}

.bigimg-modal {
	display: none;
	position: fixed;
	top: 120px;
	bottom: 0;
	left: 0;
	right: 0;
	overflow-y: scroll;
	background: rgba(0, 0, 0, 0.9);
	text-align: center;
	padding-top: 100px;
	z-index: 9999 !important;
}

.bigimg-modal img {
	max-width: 90%;
	max-height: 90%;
}

.bigimg-modal .close {
	position: absolute;
	top: 20px;
	right: 30px;
	color: white;
	font-size: 35px;
	cursor: pointer;
}


/* 分页样式 */
.pagination-box {
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-box {
	display: flex;
	align-items: center;
	padding: 30px 0;
}

.page-box .box {
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-right: 5px;
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	cursor: pointer;
	font-size: 14px;
}

.page-box .active {
	background-color: #0755AC;
	color: #fff;
	border: none;
}

.page-box .disable {
	background-color: #c8c8c8;
	color: #fff;
	border: none;
	cursor: not-allowed;
}

.page-box .box:not(.disable):hover {
	background-color: #0755AC;
	color: #fff;
}
/* 荣誉资质图片 */

.ryzz-box {
	aspect-ratio: auto;
	position: static
}
.ryzz-box .img {
	height: 287px;
}
.ryzz-box .img img {
	object-fit: contain;
}
.ryzz-box .desc {
	position: static;
	background-color: #F5F5F5;
	color: #333;
}
.ryzz-box:hover .desc {
	color: #fff;
}

/* 通用bannar图 */
.bannar-common {
	width: 100%;
	height: auto;
	position: relative;
}

.bannar-common img {
	width: 100%;
	height: 100%;
}

.bannar-common .title-box {
	position: absolute;
	top: 35%;
	left: 20%;
	color: #fff;
}

.bannar-common .title-box .title {
	font-size: 40px;
	font-weight: bold;
}

.bannar-common .title-box .en-title {
	font-size: 22px;
}

/* 通用导航 */
.nav-common {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 20% 32px;
	border-bottom: 1px solid #DDDBDB;
}

.nav-common a {
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #222;
	padding: 0 10px;
}

.nav-common a:hover {
	color: #0755AC;
	font-weight: bold;
}

.nav-common .active {
	color: #0755AC;
	font-weight: bold;
	border-bottom: 3px solid #0755AC;
}

.nav-common .fuhao {
	font-size: 14px;
}


/* 公司概括 */
.comp-name {
	font-size: 30px;
	color: #0755AC;
	margin-bottom: 40px;
}

.comp-gk-box {
	margin-bottom: 20px;
	box-sizing: border-box !important;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url(../images/upload/gysd/gu-01.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 15px;
	line-height: 28px;
	padding: 10%;
	position: relative;
	z-index: 99;
}
.left-img {
	background-image: url(../images/upload/gysd/gy-02.png);
}
.right-img {
	background-image: url(../images/upload/gysd/gy-03.png);
}
.min-height {
	min-height: 580px;
	box-sizing: border-box !important;
}

.comp-gk-box .mask-box {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: -1;
}



/* 产品中心 */
.cpzx a {
	display: block;
}

.cpzx a:hover .desc {
	color: #fff;
}

.cpzx .desc {
	background-color: #F5F5F5;
	color: #333;
}

.pro-type-box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-left: 20%;
}

.pro-type-box .item {
	background-color: #DCDCDC;
	color: #222222;
	font-size: 14px;
	padding: 14px 20px;
	border-radius: 50px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.pro-type-box .activite {
	background-color: #0755AC;
	color: #fff;
}

.pro-type-box .item:hover {
	color: #fff;
	background-color: #0755AC;
}

/* 产品中心-详情 */
.cpzx-detail-content {
	margin: 0 20%;
	padding-bottom: 58px;
}

.cpzx-detail-content .pro-info {
	display: flex;
}

.cpzx-detail-content .pro-info .img {
	width: 500px;
	margin-right: 30px;
	border: 1px solid #E8E8E8;
	box-sizing: border-box;
	#E8E8E8
}

.cpzx-detail-content .pro-info .img img {
	width: 100%;
	height: auto;
}

.cpzx-detail-content .pro-info .title {
	font-size: 30px;
	font-weight: bold;
	margin: 5px 0 15px;
}

.cpzx-detail-content .pro-info .line {
	width: 100%;
	height: 2px;
	background-color: #222222;
	margin-bottom: 15px;
}

.cpzx-detail-content .pro-info .desc {
	font-size: 14px;
	color: #666666;
	line-height: 32px;
}

.cpzx-detail-content .pro-info .type-name {
	color: #0755AC;
	font-size: 14px;
	line-height: 32px;
}

.pro-detail-box {
	padding-top: 30px;
}

.pro-detail-box .head-btn {
	border-bottom: 1px solid #E8E8E8;
	margin-bottom:30px;
}

.pro-detail-box .head-btn .btn-box {
	width: 200px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	background: #0755AC;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.pro-detail-box .detail {
	font-size: 16px;
	line-height: 32px;
	margin-top: 30px;
}

.pro-tuijian {
	margin-top: 60px;
}

.pro-tuijian .title {
	color: #666666;
	font-size: 30px;
	margin-bottom: 24px;
}

/* 技术研发 */
.jsyf-content-type .item {
	text-align: center;
	padding: 50px 20px 10px;
	background-color: #FAFAFF;
	min-height: 524px;
	box-sizing: border-box;
	margin-bottom: 40px;
}

.jsyf-content-type .item .img {
	width: 100px;
	height: 100px;
	margin-bottom: 20px;
}

.jsyf-content-type .item .title {
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
}

.jsyf-content-type .item .line {
	width: 100%;
	height: 1px;
	background-color: #CFE2F3;
	margin-bottom: 20px;
}

.jsyf-content-type .item .desc {
	text-align: left;
	font-size: 12px;
	color: #666666;
	line-height: 24px;
	margin-bottom: 10px;
}

.jsyf-content-option {
	padding: 70px 0;
}

.jsyf-content-option .title {
	color: #333333;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}

.jsyf-content-option .img {
	width: 100%;
	height: 280px;
	background-color: #fff;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.jsyf-content-option .img img {
	display: block;
	width: 100%;
	transition: all .5s;
}

.jsyf-content-option .img img:hover {
	transform: scale(1.1);
}

.jsyf-content-option .desc {
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	margin-top: 10px;
}

.jsyf-content-option .zhengshu-img {
	overflow: hidden;
	height: auto;
	width: 100%;
}

.jsyf-content-option .zhengshu-img img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all .5s;
}

.jsyf-content-option .zhengshu-img img:hover {
	transform: scale(1.1);
}

.common-content {
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 40px;
}

/* 新闻详情 */
.xw-detail-box {
	padding: 0 20% 60px;
}

.xw-detail-box .title {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}

.xw-detail-box .qiehuan-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
	font-size: 16px;
	color: #666;
}

.xw-detail-box .qiehuan-box .item {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 300px;
}

.xw-detail-box .qiehuan-box .item a {
	color: #666;
}

.xw-detail-box .qiehuan-box .item a:hover {
	color: #0755AC;
	font-weight: bold;
}

.xw-content {
	padding: 20px 0;
	border-top: 2px solid #f5f5f5;
	border-bottom: 2px solid #f5f5f5;
}

.xw-content .head {
	font-size: 14px;
	margin-bottom: 50px;
	color: #666;
}

.xw-content .m-r-10 {
	margin-right: 10px;
}

.xw-content .img {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-bottom: 30px;
}

.xw-content .img img {
	width: 50%;
	height: auto;
}

.xw-content .desc {
	font-size: 15px;
	color: #666;
}

.xw-tuijian {
	padding: 20px 0;
	font-size: 25px;
	color: #666;
}

/* 联系我们 */
.lxwm-content-box {
	padding-bottom: 40px;
}

.lxwm-content-box .comp-title {
	font-size: 32px;
	font-weight: bold;
	color: #222;
	margin-bottom: 40px;
}

.lxwm-content-box .item {
	margin-bottom: 26px;
	font-size: 15px;
	color: #222;
}

.liuyan-box {
	padding: 40px 80px !important;
	border-radius: 20px;
	background-color: #0755AC;
}

.liuyan-box .title {
	color: #fff;
	font-size: 20px;
	margin-bottom: 15px;
}

.liuyan-box textarea,
.liuyan-box input {
	display: block;
	margin-bottom: 24px;
	border-radius: 6px;
	width: 100%;
	padding: 12px 12px;
	border: none;
	font-size: 15px;
}

.liuyan-box button {
	border: none;
	background-color: lightskyblue;
	font-size: 14px;
	color: #fff;
	padding: 10px 20px;
	border-radius: 4px;
}



@media screen and (max-width: 1620px) {
	.nav-common {
		margin: 0 10% 32px;
	}

	.bannar-common .title-box {
		left: 10%;
	}

	.pro-type-box {
		padding-left: 10%;
	}

	.cpzx-detail-content {
		margin: 0 10%;
	}

	.xw-detail-box {
		padding: 0 10% 60px;
	}
}


@media screen and (max-width: 1200px) {
	.bannar-common .title-box .title {
		font-size: 30px;
		font-weight: bold;
	}

	.bannar-common .title-box .en-title {
		font-size: 18px;
	}

	.comp-gk-box .gk-info {
		padding: 0 10%;
	}
}

@media screen and (max-width: 992px) {
	.cpzx-detail-content .pro-info {
		flex-wrap: wrap;
	}

}

@media screen and (max-width: 765px) {
	.pro-type-box .item {
		font-size: 12px;
		padding: 6px 10px;
		margin-right: 6px;
	}
	.liuyan-box  {
		padding: 20px !important;
	}
	.lxwm-content-box .comp-title {
		font-size: 20px;
	}
	.lxwm-content-box .item img {
		width: 20px;
	}
	.common-content img {
		width: 100%;
	}
	.jsyf-content-option .title {
		font-size: 30px;
	}
	.bannar-common {
		height: 160px;
	}
	.bannar-common img {
		object-fit: cover;
	}
	.xw-content .head {
		flex-wrap: wrap;
	}

	.bannar-common .title-box .title {
		font-size: 24px;
		font-weight: bold;
	}

	.bannar-common .title-box .en-title {
		font-size: 14px;
	}

	.nav-common {
		flex-direction: column;	
		align-items: flex-start;
		margin: 0 20px 32px;
	}
	.bannar-common .title-box {
		left: 20px;
	}

	.pro-type-box {
		padding-left: 20px;
	}

	.cpzx-detail-content {
		margin: 0 20px;
	}

	.xw-detail-box {
		padding: 0 20px 60px;
	}
}

.page-box .box:not(.disable):hover a {
	color: #fff;
}

.pro-type-box .item a {
	color: #222222;
}

.pro-type-box .item:hover a {
	color: #fff;
}