/* 公司介绍 s */
.w16 {
	width: 1600px;
	max-width: 92%;
	margin: 0 auto;
}

.pd-60 {
	padding: 60px 0;
}

.pd-80 {
	padding: 80px 0;
}

.ab_profile {}

.profile_view {}

.profile_text {
	position: relative;
	width: 50%;
	padding: 0 5% 20px 0;
}

.profile_text img {
	width: 100%;
	margin: 2% 0;
}

.profile_text .info p:nth-child(2) {
	text-indent: 0 !important;
}

.ab_tit h3 {
	font-size: 42px;
	color: #004ea2;
	font-weight: 600;
	line-height: 1.6;
	margin-top: 0;
}

.ab_tit p {
	color: #333;
	font-weight: bold;
	font-size: 26px;
	line-height: 1.4;
	text-transform: uppercase;
}

.profile_text .ab_tit {
	margin-bottom: 10px;
}

.profile_text .info {
	font-size: 18px;
	line-height: 1.8;
	height: 480px;
	padding-right: 20px;
	overflow-y: auto;
	margin-top: 25px;
	text-align: justify;
}


.profile_text .info::-webkit-scrollbar {
	width: 6px;
	height: 16px;
	background-color: #004ea2;
}

/*定义滚动条轨道 内阴影+圆角*/
.profile_text .info::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
.profile_text .info::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #004ea2;
}

.profile_pic {
	position: relative;
	width: 50%;
}

.profile_pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	-moz-transition: all .8s;
	transition: all .8s;
	-o-object-fit: cover;
	object-fit: cover;
}

.profile_ul {
	background: #004ea2;
	width: 100%;
	margin-top: 40px;
	margin-left: 0;
}

.profile_ul li {
	position: relative;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
	padding: 45px 0;
	width: 25%;
}

.profile_ul li .ico {
	position: relative;
	filter: drop-shadow(100vw 0px 0 white);
	-webkit-filter: drop-shadow(100vw 0px 0 white);
	right: 100vw;
}

.profile_ul li .ico img {
	display: inline-block;
}

.profile_ul li p {
	color: #fff;
	margin-top: 10px;
	font-size: 0;
}

.profile_ul li p span {
	display: block;
	font-size: 16px;
	line-height: 1.5;
}

.profile_ul li:after {
	position: absolute;
	content: '';
	width: 1px;
	height: 56px;
	top: 50%;
	right: 0;
	margin-top: -28px;
	background: rgba(0, 0, 0, 0.1);
	background: rgba(255, 255, 255, 0.38);
}

/* 公司介绍 e */

/* 荣誉资质列表 */

.honor-main {
	width: 1440px;
	max-width: 95%;
	margin: 0 auto;
	padding-top: 5%;
	padding-bottom: 2%
}

.honor_flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.honor_fl {
	width: 20%;
}

.honor_fl .module {
	width: 100%;
	overflow: hidden;
}

.honor_fl .module .title {
	display: inline-block;
	width: 100%;
	padding-left: 5%;
	height: 60px;
	line-height: 60px;
	background: rgba(35, 69, 132, 1);
	color: rgba(255, 255, 255, 1);
	font-weight: bolder;
	text-align: left;
	font-size: 20px;
}

.honor_fl .module ul {
	margin: 0;
}

.honor_fl .module ul li {}

.honor_fl .module ul li a {
	display: block;
	width: 100%;
	line-height: 40px;
	height: 40px;
	color: #fff;
	font-weight: bolder;
	font-size: 16px;
	padding-left: 5%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: rgba(248, 248, 248, 1);
}

.honor_fl .module ul li a.selectCatelog {
	background: rgba(239, 27, 36, 1);
}

.honor_fl .module .contact-title {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 5%;
	height: 60px;
	line-height: 60px;
	background: rgba(35, 69, 132, 1);
	color: rgba(255, 255, 255, 1);
	font-weight: bolder;
	text-align: left;
	font-size: 20px;
	display: block;
}

.honor_fl .module .honor-border {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid rgba(204, 204, 204, 1);
	border-top: 0px solid #000;
	background-color: rgba(255, 255, 255, 0);
	padding: 10px;
	padding-left: 5%;
	opacity: 1;
	background-repeat: repeat;
	background-position: center center;
}

.honor-list {
	width: 75%;
}

.honor-list ul {
	margin: 0;
}

.honor-list ul li.three_list {
	display: inline-block;
	width: 33%;
	margin-bottom: 3%;
}

.honor-list ul li.eight_list {
	display: inline-block;
	width: 24.7%;
}

.honor-list ul li.one_list {
	display: inline-block;
	width: 100%;
	margin-bottom: 3%;
	margin-top: 3%;
}

.honor-list ul li.one_list .item-img {}

.honor-list ul li>a {
	display: block;
	width: 100%;
}

.honor-list ul li .item-img {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.honor-list ul li .item-img>div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.honor-list ul li .item-img img {
	display: block;
	width: auto;
	max-width: 95%;
	max-height: 95%;
	margin: 0 auto;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}

.honor-list ul li:hover .item-img img {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
}

.honor-list ul li .item-txt {
	text-align: center;
	padding: 15px 15px;
}

.honor-list ul li .item-txt h2 {
	margin: 0 0 5px;
	font-size: 18px;
	font-weight: 700;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.honor-list ul li .item-txt,
.honor-list ul li .item-txt * {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.honor-list ul li:hover .item-txt h2 {
	color: #005ca1;
}

@media(max-width:1400px) {
	.honor-list ul li .item-txt h2 {
		font-size: 16px;
		line-height: 16px;
	}

	.honor-list ul li.eight_list {
		width: 23.7%;
	}

}

@media(max-width:1200px) {
	.honor-list ul li {}

	.honor-list ul li .item-txt h2 {
		font-size: 15px;
		line-height: 15px;
	}

	.honor_fl {
		display: none;
	}

	.honor-list {
		width: 100%;
	}

	.footer-right>ul li .ewm_img img {
		width: 100px;
		height: 100px;
	}

	.footer-right>ul li .ewm_img img {
		width: 70px;
		height: 70px;
	}

	.footer-right>ul li span {
		font-size: 14px;
	}
}

@media(max-width:1050px) {
	.headtxt {
		display: none
	}
}

@media(max-width:970px) {
	.honor-list ul li .item-txt h2 {
		font-size: 13px;
		line-height: 13px;
	}

	.honor-list ul li.three_list {
		width: 32%;
	}
}

@media(max-width:760px) {
	.honor-list ul li .item-txt h2 {
		font-size: 12px;
		line-height: 12px;
	}

	.honor-list ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.honor-list ul li {
		width: 48%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.honor-list ul li .item-txt {
		text-align: center;
		padding: 10px 8px;
	}

}

/* 公司简介 */
.part_about {}

.part_about .index-title {
	padding-top: 3%;
	padding-bottom: 3%;
	margin: 0;
}

.index-title h1 {
	font-size: 40px;
}

.index-title h2 {
	font-size: 22px;
}

@media(max-width:1200px) {
	.index-title h1 {
		font-size: 36px;
	}

	.index-title h2 {
		font-size: 20px;
	}
}

@media(max-width:960px) {
	.index-title h1 {
		font-size: 30px;
		font-weight: normal;
	}

	.index-title h2 {
		font-size: 18px;
	}
}

@media(max-width:768px) {
	.profile_view {
		flex-direction: column;
	}

	.profile_text {
		width: 100%;
	}
}

@media(max-width:580px) {
	.index-title {
		margin-bottom: 3.5%;
	}

	.index-title h1 {
		font-size: 24px;
	}

	.index-title h2 {
		font-size: 16px;
	}

	.ab_profile {
		padding: 40px 0;
	}

	.profile_ul {
		flex-wrap: wrap;
	}

	.profile_ul li {
		width: 50%;
	}

	.ab_culture ul li {
		width: 100%;
		height: auto;
		padding: 0.4rem;
	}
}


.about-one {
	max-width: 1280px;
	margin: 5% auto;
	padding: 0 3%;
}

.about-top {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 2%;
}

.about-top .index-title {
	text-align: left;
}

.about-top .about-top-left {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

.about-top .about-top-right {
	display: inline-block;
	width: 50%;
}

.about-top .about-top-right p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.about-top-txt img {
	display: inline-block;
	width: 100%;
	margin-bottom: 3.5%;
}

.about-top-txt p {
	font-size: 16px;
	line-height: 30px;
	color: #666;
}

@media(max-width:1200px) {
	.about-top .about-top-right p {
		font-size: 14px;
		color: #666;
		line-height: 26px;
	}

	.about-top-txt p {
		font-size: 14px;
		line-height: 26px;
	}
}

@media(max-width:960px) {
	.about-top .about-top-right p {
		font-size: 12px;
		color: #666;
		line-height: 22px;
	}

	.about-top-txt p {
		font-size: 12px;
		line-height: 22px;
	}
}

@media(max-width:760px) {
	.about-top .about-top-left {
		width: 100%;
	}

	.about-top .index-title {
		text-align: center;
	}

	.about-top .about-top-right {
		width: 100%;
	}
}


/* 企业文化 */
.about-two {
	background: url(../images/about-bg1.png) no-repeat;
	background-size: 100% 100%;
	padding: 5% 0;
	margin-bottom: 5%;
}

.about-two-lbt {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 3%;
}

.about-two-lbt .row .owl-carousel .owl-item:nth-child(1) {
	margin-left: -10px;
}

.about-two-lbt .row .item .item-img {
	width: 100%;
	padding-bottom: 133.3%;
	position: relative;
	overflow: hidden;
}

.about-two-lbt .row .item .item-img img {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}

.about-two-lbt .row .item:hover .item-img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.about-two-lbt .row .item .item-title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, .5);
	text-align: center;
}

.about-two-lbt .row .item .item-title h1 {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	padding: 5% 3%;
}

.about-two-lbt .row .item p {
	font-size: 16px;
	line-height: 26px;
	color: #666;
	text-align: center;
	padding: 3% 0;
}

@media(max-width:1600px) {
	.about-two-lbt .row .item .item-title h1 {
		font-size: 16px;
	}

	.about-two-lbt .row .item p {
		font-size: 14px;
		line-height: 24px;
	}
}

@media(max-width:1400px) {
	.about-two-lbt .row .item .item-title h1 {
		font-size: 14px;
	}

	.about-two-lbt .row .item p {
		font-size: 12px;
		line-height: 22px;
	}

	.about-two {
		background-size: auto 100%;
		background-position: 50%;
	}
}

@media(max-width:760px) {
	.about-two-lbt .row .item p {
		font-size: 12px;
		line-height: 18px;
	}
}


/* 团队精神 */
.three-icon {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 3%;
}

.three-icon ul {}

.three-icon ul li {
	display: inline-block;
	width: 29%;
	padding-right: 4%;
	margin-bottom: 5%;
	vertical-align: top;
}

.three-icon ul li .list-top {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.three-icon ul li .list-top img {
	display: inline-block;
	transition: 0.6s;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-ms-transition: 0.6s;
	-o-transition: 0.6s;
}

.three-icon ul li .list-top p {
	display: inline-block;
	vertical-align: top;
	margin-left: 12px;
	font-size: 20px;
	color: #005ca1;
}

.three-icon ul li .list-txt p {
	font-size: 15px;
	line-height: 30px;
	color: #666;
}

.three-icon ul li:hover .list-top img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}

@media(max-width:1200px) {
	.three-icon ul li .list-top p {
		font-size: 18px;
	}

	.three-icon ul li .list-txt p {
		font-size: 14px;
		line-height: 28px;
	}

	.three-icon ul li .list-top img {
		width: 35px;
	}
}

@media(max-width:960px) {
	.three-icon ul li {
		width: 28.9%;
	}

}

@media(max-width:760px) {
	.three-icon ul li {
		width: 45%;
		margin-bottom: 40px;
		padding-right: 0;
		margin-right: 8%;
	}

	.three-icon ul li .list-top {
		margin-bottom: 10px;
	}

	.three-icon ul li:nth-child(even) {
		margin-right: 0;
	}

	.three-icon ul li .list-top p {
		font-size: 16px;
	}

	.three-icon ul li .list-txt p {
		font-size: 12px;
		line-height: 26px;
	}

	.three-icon ul li .list-top img {
		width: 28px;
	}
}


/* 员工风采 */
.about-three-lbt {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 5%;
	margin-bottom: 6%;
}

.about-three-lbt .row {
	width: 100%;
	position: relative;
}

.about-three-lbt .row .owl-carousel .owl-item:nth-child(1) {
	margin-left: -10px;
}

.about-three-lbt .row .item p {
	width: 100%;
	padding-bottom: 67.5%;
	position: relative;
	overflow: hidden;
}

.about-three-lbt .row .item p img {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	transition: ease-in-out .5s all;
	-webkit-transition: ease-in-out .5s all;
	-moz-transition: ease-in-out .5s all;
	-ms-transition: ease-in-out .5s all;
	-o-transition: ease-in-out .5s all;
}

.about-three-lbt .row .item:hover p img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.about-three-lbt .row .owl-carousel .owl-controls .owl-nav .owl-prev,
.about-three-lbt .row .owl-carousel .owl-controls .owl-nav .owl-next {
	width: 1.5%;
	height: 13.4%;
}

.about-three-lbt .row .owl-carousel .owl-controls .owl-nav .owl-prev {
	background: url(../images/about-prev.png) no-repeat;
	background-size: 100% 100%;
	background-position: center;
	position: absolute;
	top: 43.5%;
	left: -4%;
	z-index: 1000000;
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
}

.about-three-lbt .row .owl-carousel .owl-controls .owl-nav .owl-next {
	background: url(../images/about-prev.png) no-repeat;
	background-size: 100% 100%;
	background-position: center;
	position: absolute;
	top: 43.5%;
	right: -4%;
	z-index: 1000000;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.about-three-lbt .row .owl-carousel .owl-controls .owl-nav .owl-prev:hover {
	background: url(../images/about-next.png) no-repeat;
	background-size: 100% 100%;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.about-three-lbt .row .owl-carousel .owl-controls .owl-nav .owl-next:hover {
	background: url(../images/about-next.png) no-repeat;
	background-size: 100% 100%;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}


@media(max-width:760px) {

	.about-three-lbt .row .owl-carousel .owl-controls .owl-nav .owl-prev,
	.about-three-lbt .row .owl-carousel .owl-controls .owl-nav .owl-next {
		width: 2%;
		height: 15.4%;
	}
}

@media(max-width:580px) {
	.about-three-lbt {
		padding: 0 8%;
	}

	.about-three-lbt .row .owl-carousel .owl-controls .owl-nav .owl-prev,
	.about-three-lbt .row .owl-carousel .owl-controls .owl-nav .owl-next {
		width: 3%;
		height: 10.4%;
	}

	.about-three-lbt .row .owl-carousel .owl-controls .owl-nav .owl-prev {
		left: -6%;
	}

	.about-three-lbt .row .owl-carousel .owl-controls .owl-nav .owl-next {
		right: -6%;
	}
}


/* 合作品牌 */
.about-four-lbt {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 3%;
	margin-bottom: 5%;
}

.about-four-lbt .row {
	width: 100%;
	position: relative;
}

.about-four-lbt .row .owl-carousel .owl-item:nth-child(1) {
	margin-left: -10px;
}

.about-four-lbt .row .item p {
	width: 100%;
	padding-bottom: 30.4%;
	position: relative;
	margin-bottom: 8%;
}

.about-four-lbt .row .item p img {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	transition: ease-in-out .5s all;
	-webkit-transition: ease-in-out .5s all;
	-moz-transition: ease-in-out .5s all;
	-ms-transition: ease-in-out .5s all;
	-o-transition: ease-in-out .5s all;
}

.about-four-lbt .row .item p:hover img {}


/* flex布局 */
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*默认 主轴为水平方向，起点在左端*/
.f-dr {
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

/*主轴为水平方向，起点在右端*/
.f-dr-r {
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

/*主轴为垂直方向，起点在上沿*/
.f-dc {
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

/*主轴为垂直方向，起点在下沿*/
.f-dc-r {
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

/* 交叉轴的起点对齐 */
.f-as {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

/* 交叉轴的中点对齐 */
.f-ac {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

/* 交叉轴的终点对齐 */
.f-ae {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

/* 项目的第一行文字的基线对齐 */
.f-ab {
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

/* 交叉轴拉伸对齐 */
.f-ast {
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

/* 左对齐 */
.f-js {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

/* 居中 */
.f-jc {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* 右对齐 */
.f-je {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

/* 两端对齐，项目之间的间隔都相等 */
.f-jsb {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/* 每个项目两侧的间隔相等。所以，项目之间的间隔比项目与边框的间隔大一倍 */
.f-jsa {
	-webkit-box-pack: distribute;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

/* 换行，第一行在上方 */
.f-warp {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* 换行，在第一行的下方 */
.f-warp-r {
	-webkit-flex-wrap: wrap-reverse;
	-moz-flex-wrap: wrap-reverse;
	-ms-flex-wrap: wrap-reverse;
	-o-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
}