ul,
li {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
}

.content1440 {
	width: 75vw;
	margin: 0 auto;
}

.content1200 {
	width: 62.5vw;
	margin: 0 auto;
}

/* å†…é¡µbanner */
.detailBanner {
	position: relative;
}

.detailBanner .image {
	position: relative;

	padding-top: 35%;
	overflow: hidden;
}
.detailBanner .image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-animation: scale 7s ease;
	-moz-animation: scale 7s ease;
	animation: scale 7s ease;
}
.detailBanner .content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.detailBanner .content .title {
	font-size: 2.39583vw;
	font-weight: bold;

	margin-bottom: .88542vw;

	color: #fff;
	text-align: center;
}
.detailBanner .content .position {
	font-size: .83333vw;
	line-height: 1.25vw;
	/* width: 26.45833vw; */
	color: #FFFFFF;
	text-align: center;
}
.detailBanner .content .position a {
	color: #FFFFFF;
}
/* å†…é¡µåˆ†ç±» */
.detailList {
	position: relative;
	z-index: 98;
	height: 3.38542vw;
	margin-bottom: -3.38542vw;
	padding: 0 4.6875vw;
	-webkit-transition: .8s ease;
	-moz-transition: .8s ease;
	transition: .8s ease;
	border-bottom: 1px solid rgba(180, 194, 204, .2);
}
.detailList.fixed {
	position: fixed;
	top: 5.2083vw;
	left: 0;
	width: 100%;
	border-top: 1px solid rgba(180, 194, 204, .2);
	background-color: rgba(255, 255, 255, .8);
	-webkit-backdrop-filter: blur(.41667vw);
	backdrop-filter: blur(.41667vw);
}
.detailList.fixed .detailListMain ul li::after {
	background-color: rgba(180, 194, 204, .2);
}
.detailList.up {
	top: 0;
}
.detailList .detailListMain ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.detailList .detailListMain ul li {
	position: relative;
	text-align: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.detailList .detailListMain ul li::after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 1px;
	height: 1.04167vw;
	content: '';
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #f0f3f5;
}
.detailList .detailListMain ul li:last-child::after {
	display: none;
}
.detailList .detailListMain ul li a {
	font-size: .72917vw;
	line-height: 3.38542vw;
	position: relative;
	display: inline-block;
	height: 3.38542vw;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	color: #3b3b3b;
}
.detailList .detailListMain ul li a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	visibility: hidden;
	width: -webkit-calc(100% + .52083vw);
	width: -moz-calc(100% + .52083vw);
	width: calc(100% + .52083vw);
	height: .10417vw;
	content: '';
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(#0071b8), to(transparent));
	background: -webkit-linear-gradient(right, transparent, #0071b8, transparent);
	background: -moz-linear-gradient(right, transparent, #0071b8, transparent);
	background: linear-gradient(to left, transparent, #0071b8, transparent);
}
.detailList .detailListMain ul li a.active,
.detailList .detailListMain ul li a:hover {
	font-weight: bold;
}
.detailList .detailListMain ul li a.active::after,
.detailList .detailListMain ul li a:hover::after {
	visibility: visible;
	opacity: 1;
}
.detailTitle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
}
.detailTitle.detailTitleSmall .title {
	font-size: 2.28125vw;
	margin-bottom: 1.09375vw;
}
.detailTitle .title {
	font-size: 2vw;
	font-weight: bold;
	line-height: 3.5vw;
	color: #333;
}
.detailTitle .subtitle {
	font-size: 1.2vw;
	/* font-weight: bold; */
	line-height: 2vw;
	color: #333;
}
.detailTitle .line {
	width: 4.375vw;
	height: .3125vw;
	margin-top: 0.6vw;
	background: #0071b8;
}
.aboutusBg {
	min-height: 83.95833vw;
	padding-top: 6.25vw;
	padding-bottom: 2.25vw;
}
.aboutusBg .aboutus .content {
	margin-top: 40px;
}
.aboutusBg .aboutus .aboutusNumber {
	margin-top: .46875vw;
	padding: 1.5625vw 0 0;
	background: url('../images/mapBg.png') no-repeat center;
}
.aboutusBg .aboutus .aboutusNumber ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.aboutusBg .aboutus .aboutusNumber ul li {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	width: 25%;
	height: 7.29167vw;
	margin: .78125vw 0;
	text-align: center;
	border-right: 1px solid #e3e8ec;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
}
.aboutusBg .aboutus .aboutusNumber ul li::after {
	position: absolute;
	bottom: -.78125vw;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	content: '';
	background-color: #e3e8ec;
}
.aboutusBg .aboutus .aboutusNumber ul li:nth-child(4n+4) {
	border-right: 0;
}
.aboutusBg .aboutus .aboutusNumber ul li:nth-last-child(-n+4)::after {
	display: none;
}
.aboutusBg .aboutus .aboutusNumber ul li b {
	font-size: 2.60417vw;
	font-weight: bold;
	color: #333;
}
.aboutusBg .aboutus .aboutusNumber ul li p {
	font-size: .72917vw;
	margin-top: .10417vw;
	margin-bottom: .78125vw;
	color: #898989;
}
.aboutusBg .aboutus .aboutusVideo {
	position: relative;

	margin-bottom: 5.20833vw;
}

.aboutusBg .aboutus .aboutusVideo .image video {
	width: 100%;
	height: auto;
}

.aboutusBg .aboutus .aboutusVideo .play {
	position: absolute;
	top: 50%;
	left: 50%;

	width: 3.22917vw;
	height: 3.22917vw;

	cursor: pointer;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	background: url('../images/icon-play.png') no-repeat;
	background-size: 3.22917vw;
}

.aboutusBg .aboutus .aboutusContent {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.aboutusBg .aboutus .aboutusContent .title {
	font-size: 2.39583vw;
	font-weight: bold;
	line-height: 2.91667vw;

	margin-right: 7.29167vw;

	color: #333;

	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.aboutusBg .aboutus .aboutusContent .content {
	font-size: .83333vw;
	line-height: 1.35417vw;

	width: 49.47917vw;

	color: #898989;

	text-align: justify;
}

/* åˆ†å…¬å¸ */
.branchOffice {
	overflow: hidden;

	margin-top: 4.42708vw;
	margin-bottom: 3.48958vw;
}

.branchOffice .detailTitle {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.branchOffice .branchOfficeSwiper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.branchOffice .branchOfficeMain {
	width: 36.45833vw;
	margin-top: 5.20833vw;
}

.branchOffice .branchOfficeMain .swiper-slide {
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	transition: all .6s ease;
}

.branchOffice .branchOfficeMain .swiper-slide:hover .image .pic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.branchOffice .branchOfficeMain .swiper-slide .image {
	position: relative;
}

.branchOffice .branchOfficeMain .swiper-slide .image .pic {
	overflow: hidden;
}

.branchOffice .branchOfficeMain .swiper-slide .image .pic img {
	width: 100%;
	height: auto;

	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	transition: all .6s ease;
}


.branchOffice .branchOfficeMain .swiper-slide .content {
	visibility: hidden;

	margin-top: 1.66667vw;

	opacity: 0;

	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	transition: all .6s ease;
}

.branchOffice .branchOfficeMain .swiper-slide .content .title {
	font-size: 1.14583vw;
	font-weight: bold;

	margin-bottom: .3125vw;
	padding-left: 1.77083vw;

	color: #000;
	background: url('../images/title2-icon.png') no-repeat .20833vw;
	background-size: 1.30208vw;
}

.branchOffice .branchOfficeMain .swiper-slide .content .more {
	font-size: .72917vw;

	margin-left: 1.77083vw;

	color: #0071b8;
}

.branchOffice .branchOfficeMain .swiper-slide .content .more i {
	font-size: .72917vw;

	margin-left: 2.13542vw;
}

.branchOffice .branchOfficeMain .swiper-slide:hover {
	margin-top: -3.125vw;
}

.branchOffice .branchOfficeMain .swiper-slide:hover .content {
	visibility: visible;

	-webkit-transition: all .6s ease .2s;
	-moz-transition: all .6s ease .2s;
	transition: all .6s ease .2s;

	opacity: 1;
}

.branchOffice .branchOfficeMain .swiper-pagination {
	display: none;
}

/* 企业文化 */
.cultureBg {
	min-height: 48vw;
	padding-top: 6.25vw;
	padding-bottom: 13.54167vw;
}

.cultureBg .culture .cultureMain {
	position: relative;

	width: 100%;
	height: 16.66667vw;
	margin: 0 auto;
	border: 1px dashed #fff;
	border-radius: 16.66667vw;
}

.cultureBg .culture .cultureMain::after {
	position: absolute;
	top: -8.33333vw;
	left: 0;

	display: block;

	width: 9.47917vw;
	height: 9.47917vw;

	content: '';
	-webkit-animation: move 40s linear infinite;
	-moz-animation: move 40s linear infinite;
	animation: move 40s linear infinite;

	background: url('../images/cultureIcon.png') no-repeat;
	background-size: 9.47917vw;
}

.cultureBg .culture .cultureMain ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;

	margin-top: 2.5vw;

	-webkit-box-pack: space-evenly;
	-webkit-justify-content: space-evenly;
	-moz-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}

.cultureBg .culture .cultureMain ul li.titleBox {
	margin: 0 auto;
}

.cultureBg .culture .cultureMain ul li:nth-child(1) .titleBox {
	background-color: rgba(26, 113, 171, .9);
}

.cultureBg .culture .cultureMain ul li:nth-child(2) .titleBox {
	background-color: rgba(58, 69, 75, .9);
}

.cultureBg .culture .cultureMain ul li:nth-child(3) .titleBox {
	background-color: rgba(132, 154, 166, .9);
}

.cultureBg .culture .cultureMain ul li:nth-child(4) .titleBox {
	background-color: rgba(41, 162, 78, .9);
}

.cultureBg .culture .cultureMain ul li:hover .titleBox {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.cultureBg .culture .cultureMain ul li .titleBox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;

	width: 13.02083vw;
	height: 13.02083vw;

	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	transition: all .6s ease;

	border-radius: 50%;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	margin: 0 auto;
}

.cultureBg .culture .cultureMain ul li .titleBox .title {
	font-size: 1.5625vw;
	font-weight: bold;

	color: #fff;
}

.cultureBg .culture .cultureMain ul li .titleBox .desc {
	font-size: .9375vw;

	color: #fcfcfc;
}

.cultureBg .culture .cultureMain ul li .line {
	position: relative;
	z-index: 2;

	width: 1px;
	height: 6.82292vw;
	margin: -1.61458vw auto 0;

	background: #333;
}

.cultureBg .culture .cultureMain ul li .text {
	width: 80%;
	margin: 0 auto;
	font-size: .83333vw;
	line-height: 1.25vw;

	margin-top: .98958vw;

	text-align: center;

	color: #333;
}

.cultureBg .culture .cultureMain ul li:hover .text {
	color: #0071b8;
}



/* å‘å±•åŽ†ç¨‹ */
.historyBg {
	padding: 7.29167vw 0;
}

.historyBg .history ul {
	position: relative;
}

.historyBg .history ul::after {
	position: absolute;
	top: -.13021vw;
	left: -webkit-calc(50% - .23438vw);
	left: -moz-calc(50% - .23438vw);
	left: calc(50% - .23438vw);

	display: block;

	width: .57292vw;
	height: .57292vw;

	content: '';

	border: 1px solid rgba(0, 113, 184, .3);
	border-radius: 50%;
}

.historyBg .history ul li {
	position: relative;

	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;

	padding: 4.16667vw 0;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.historyBg .history ul li:nth-child(odd) {
	flex-direction: row-reverse;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	-ms-flex-direction: row-reverse;
}

.historyBg .history ul li:last-child {
	padding-bottom: 0;
}

.historyBg .history ul li:last-child::after {
	height: -webkit-calc(100% - 4.16667vw);
	height: -moz-calc(100% - 4.16667vw);
	height: calc(100% - 4.16667vw);
}

.historyBg .history ul li::after {
	position: absolute;
	top: 0;
	left: 50%;

	display: block;

	width: 1px;
	height: 100%;

	content: '';

	background-color: #eee;
}

.historyBg .history ul li::before {
	position: absolute;
	z-index: 2;
	top: 0;
	left: -webkit-calc(50% - .07813vw);
	left: -moz-calc(50% - .07813vw);
	left: calc(50% - .07813vw);

	display: block;

	width: .26042vw;
	height: .26042vw;

	content: '';

	border-radius: 50%;
	background-color: #0071b8;
}

.historyBg .history ul li:hover .content .more {
	visibility: visible;

	opacity: 1;
}

.historyBg .history ul li .image {
	position: relative;

	width: 50%;
}

.historyBg .history ul li .image:hover img {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-ms-transform: scale(1.06);
	transform: scale(1.06);
}

.historyBg .history ul li .image div {
	overflow: hidden;
}

.historyBg .history ul li .image img {
	position: relative;
	z-index: 2;

	width: 100%;
	height: auto;

	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	transition: all .6s ease;
}

.historyBg .history ul li .image .year {
	font-size: 5.20833vw;
	font-weight: lighter;

	position: absolute;
	top: 2.23958vw;
	left: 4.42708vw;

	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);

	color: #e3e8ec;
}

.historyBg .history ul li .content {
	width: 37.43%;
}

.historyBg .history ul li .content .title {
	font-size: 1.45833vw;
	font-weight: bold;

	margin-bottom: .9375vw;

	color: #000;
}

.historyBg .history ul li .content .desc {
	font-size: .9375vw;
	line-height: 1.5625vw;

	margin-bottom: 1.77083vw;

	color: rgba(0, 0, 0, .6);

	text-align: justify;
}

.historyBg .history ul li .content .more {
	font-size: .72917vw;

	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	visibility: hidden;

	width: 8.28125vw;
	height: 2.76042vw;

	cursor: pointer;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;

	opacity: 0;
	color: #0071b8;
	border: .10417vw solid #0071b8;
	border-radius: 1.35417vw;

	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.historyBg .history ul li .content .more:hover {
	color: #fff;
	background-color: #0071b8;
}

.historyBg .history ul li .content .more i {
	margin-left: 2.39583vw;
}

/* å‘å±•åŽ†ç¨‹å¼¹çª— */
.historyPopupContainer {
	width: 75vw;
	height: 42.70833vw;
}

.historyPopup {
	position: relative;

	width: 100%;
	height: 56.9444vw;
	padding: 6.9444vw 4.9306vw 0;

	cursor: pointer;
}

.historyPopup .historyPopupClose {
	font-size: 1.1111vw;
	font-weight: bold;

	position: absolute;
	top: 2.0833vw;
	right: 2.0833vw;

	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;

	width: 2.5694vw;
	height: 2.5694vw;

	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;

	color: #9a9a9a;
	border: .1389vw solid #9a9a9a;
	border-radius: 50%;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.historyPopup .historyPopupClose:hover {
	color: #fff;
	border-color: #0071b8;
	background-color: #0071b8;
}

.historyPopup .historyPopupYear {
	font-size: 6.9444vw;
	font-weight: lighter;

	margin-bottom: -2.2222vw;

	color: #e3e8ec;
}

.historyPopup .historyPopupMain {
	position: relative;

	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;

	background: #f0f3f6 url('../images/hpBg.jpg') no-repeat top right;
	background-size: auto 100%;

	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.historyPopup .historyPopupMain .images {
	overflow: hidden;

	width: 44.0972vw;

	-webkit-box-shadow: 0 1.1111vw 1.4583vw .2083vw rgba(128, 160, 183, .3);
	box-shadow: 0 1.1111vw 1.4583vw .2083vw rgba(128, 160, 183, .3);
}

.historyPopup .historyPopupMain .images .swiper-slide {
	opacity: 0 !important;
}

.historyPopup .historyPopupMain .images .swiper-slide-active {
	opacity: 1 !important;
}

.historyPopup .historyPopupMain .images .swiper-slide img {
	width: 100%;
	height: auto;
}

.historyPopup .historyPopupMain .contents {
	position: relative;

	overflow: hidden;

	height: 22.5685vw;
	margin-top: 6.3889vw;

	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.historyPopup .historyPopupMain .contents .swiper-slide {
	/* opacity: 0 !important; */
	height: auto !important;
	margin-bottom: 1.3806vw;
	padding-right: 2.4306vw;
	padding-left: 4.5139vw;
}

.historyPopup .historyPopupMain .contents .swiper-slide:last-child {
	margin-bottom: 0;
}

.historyPopup .historyPopupMain .contents .swiper-slide-active {
	/* opacity: 1 !important; */
}

.historyPopup .historyPopupMain .contents .swiper-slide .title {
	font-size: 1.9444vw;
	font-weight: bold;

	margin-bottom: 1.1806vw;

	color: #000;
}

.historyPopup .historyPopupMain .contents .swiper-slide .desc {
	font-size: 1.1806vw;
	line-height: 2.0833vw;

	overflow-y: auto;

	max-height: 14.5833vw;
	padding-right: 1.0417vw;

	color: rgba(0, 0, 0, .6);

	text-align: justify;
}

.historyPopup .historyPopupMain .contents .swiper-slide .desc::-webkit-scrollbar {
	width: .2083vw;
	height: .2083vw;

	background-color: #d5d5d5;
}

.historyPopup .historyPopupMain .contents .swiper-slide .desc::-webkit-scrollbar-track {
	border-radius: .2083vw;
	background-color: #d5d5d5;
	-webkit-box-shadow: inset 0 0 .10417vw r gba(0, 0, 0, .1);
}

.historyPopup .historyPopupMain .contents .swiper-slide .desc::-webkit-scrollbar-thumb {
	border-radius: .2083vw;
	background-color: #0071b8;
	-webkit-box-shadow: inset 0 0 .10417vw rgba(0, 0, 0, .1);
}

.historyPopup .historyPopupMain .contents .swiper-slide .desc p {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.historyPopup .historyPopupMain .contents .swiper-slide .desc p::before {
	font-size: 1.3889vw;
	font-weight: bold;

	display: block;

	margin-right: .3472vw;

	content: 'Â·';
}

.historyPopup .historyPopupMain .swiper-button-prev,
.historyPopup .historyPopupMain .swiper-button-next {
	font-size: 1.1111vw;

	top: auto;
	bottom: 3.8889vw;

	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;

	width: 3.3333vw;
	height: 3.3333vw;
	margin-top: 0;

	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;

	color: #aeb0b2;
	border: 1px solid #aeb0b2;
	border-radius: 50%;
	background: none;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.historyPopup .historyPopupMain .swiper-button-prev:hover,
.historyPopup .historyPopupMain .swiper-button-next:hover {
	color: #fff;
	border-color: #0071b8;
	background-color: #0071b8;
}

.historyPopup .historyPopupMain .swiper-button-prev {
	left: 48.6111vw;
}

.historyPopup .historyPopupMain .swiper-button-next {
	left: 52.6389vw;
}

.historyPopup .historyPopupMain .swiper-pagination {
	display: none;
}


/* åŠ å…¥æˆ‘ä»¬ */
.join {
	margin-bottom: 5.15625vw;
	padding-top: 4.58333vw;
}

.join .joinList {
	margin-top: 1.71875vw;
	margin-bottom: 2.60417vw;
}

.join .joinList ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.join .joinList ul li {
	margin: 0 .28646vw;
}

.join .joinList ul li a {
	font-size: .9375vw;

	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;

	min-width: 7.76042vw;
	height: 2.60417vw;

	color: #999;
	border: 1px solid #e5e5e5;
	border-radius: 1.30208vw;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.join .joinList ul li a.active {
	color: #fff;
	border-color: #0071b8;
	background-color: #0071b8;
}

.join .joinMain {
	margin-bottom: 5.20833vw;
}

.join .joinMain ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.join .joinMain ul li {
	width: 31.45%;
	min-height: 14.0625vw;
	margin-right: 2.825%;
	margin-bottom: 2.825%;
	padding: 2.34375vw;

	cursor: pointer;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;

	border: 1px solid #e5e5e5;
}

.join .joinMain ul li:nth-child(3n+3) {
	margin-right: 0;
}

.join .joinMain ul li:nth-last-child(-n+3) {
	margin-bottom: 0;
}

.join .joinMain ul li:hover {
	border-color: #0071b8;
	-webkit-box-shadow: 0 .3125vw 1.09375vw 0 rgba(0, 157, 255, .3);
	box-shadow: 0 .3125vw 1.09375vw 0 rgba(0, 157, 255, .3);
}

.join .joinMain ul li:hover .more {
	color: #0071b8;
}

.join .joinMain ul li .titleBox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;

	margin-bottom: 1.19792vw;
}

.join .joinMain ul li .titleBox .icon {
	font-size: 1.77083vw;

	margin-right: .9375vw;

	color: #171a20;
}

.join .joinMain ul li .titleBox .title .name {
	font-size: 1.14583vw;
	font-weight: bold;

	margin-bottom: .3125vw;

	color: #171a20;
}

.join .joinMain ul li .titleBox .title .department {
	font-size: .78125vw;

	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;

	color: #535353;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.join .joinMain ul li .titleBox .title .department i {
	font-style: normal;

	margin-right: .3125vw;
}

.join .joinMain ul li .titleBox .title .department i::before {
	font-size: .98958vw;

	margin-right: .20833vw;
}

.join .joinMain ul li .titleBox .title .department span {
	margin-left: .3125vw;
}

.join .joinMain ul li .desc {
	font-size: .83333vw;
	line-height: 1.45833vw;

	display: -webkit-box;
	overflow: hidden;

	margin-bottom: .9375vw;

	text-overflow: ellipsis;

	color: #5e647a;

	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.join .joinMain ul li .more {
	font-size: 1.14583vw;
	font-weight: bold;

	color: #2b3951;
}

/* åŠ å…¥æˆ‘ä»¬å¼¹çª— */
.joinPopupContainer {
	width: 55.36458vw;
	height: 34.21875vw;
}

.joinPopup {
	position: relative;

	padding: 7.5259vw 5.7385vw 0 9.1251vw;
}

.joinPopup .joinPopupClose {
	font-size: 1.317vw;
	font-weight: bold;

	position: absolute;
	top: 2.8222vw;
	right: 2.8222vw;

	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;

	width: 3.4807vw;
	height: 3.4807vw;

	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;

	color: #9a9a9a;
	border: .2822vw solid #9a9a9a;
	border-radius: 50%;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.joinPopup .joinPopupClose:hover {
	color: #fff;
	border-color: #0071b8;
	background-color: #0071b8;
}

.joinPopup .joinPopupTitle {
	width: 73.3772vw;
	margin-bottom: 2.1637vw;
	padding-bottom: 2.54vw;

	border-bottom: 1px solid #e1e1e1;
}

.joinPopup .joinPopupTitle .title {
	font-size: 3.1985vw;
	font-weight: bold;

	margin-bottom: 1.0348vw;

	color: #000;
}

.joinPopup .joinPopupTitle .department {
	font-size: 1.4111vw;

	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;

	color: #535353;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.joinPopup .joinPopupTitle .department i {
	font-size: 1.4111vw;

	margin-right: .5644vw;
}

.joinPopup .joinPopupTitle .department i::before {
	font-size: 1.6933vw;

	margin-right: .5644vw;
}

.joinPopup .joinPopupTitle .department span {
	margin-left: .5644vw;
}

.joinPopup .joinPopupMain {
	font-size: 1.5052vw;
	line-height: 3.0103vw;

	overflow-y: auto;

	height: 23.048vw;
	padding-right: 11.5711vw;

	color: #474b51;
}

.joinPopup .joinPopupMain::-webkit-scrollbar {
	width: .2822vw;
	height: .2822vw;

	background-color: #d5d5d5;
}

.joinPopup .joinPopupMain::-webkit-scrollbar-track {
	border-radius: .2822vw;
	background-color: #d5d5d5;
	-webkit-box-shadow: inset 0 0 .1881vw rgba(0, 0, 0, .1);
}

.joinPopup .joinPopupMain::-webkit-scrollbar-thumb {
	border-radius: .2822vw;
	background-color: #0067ac;
	-webkit-box-shadow: inset 0 0 .1881vw rgba(0, 0, 0, .1);
}

.joinPopup .joinPopupMain h3 {
	font-size: 1.6933vw;
	font-weight: bold;

	margin-bottom: 1.4111vw;

	color: #000;
}

.joinPopup .more {
	font-size: 1.317vw;

	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;

	width: 14.3932vw;
	height: 4.7037vw;
	margin-top: 1.6933vw;

	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;

	color: #fff;
	border: .2822vw solid #0071b8;
	border-radius: 2.3518vw;
	background-color: #0071b8;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.joinPopup .more:hover {
	color: #0071b8;
	background-color: transparent;
}

.joinPopup .more i {
	font-size: 1.317vw;

	margin-left: 3.1985vw;
}

/* è”ç³»æˆ‘ä»¬ */
.contactusBg {
	padding-top: 11.30208vw;
	padding-bottom: 15.10417vw;
}

.contactusBg .contactus .contactusTitle {
	margin-bottom: 5.05208vw;

	text-align: center;
}

.contactusBg .contactus .contactusTitle .title {
	font-size: .9375vw;

	margin-bottom: .67708vw;

	color: rgba(255, 255, 255, .5);
}

.contactusBg .contactus .contactusTitle .desc {
	font-size: 2.39583vw;
	line-height: 2.86458vw;

	color: #fff;
}

.contactusBg .contactus .contactusMain {
	padding: 0 4.16667vw;
}

.contactusBg .contactus .contactusMain ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contactusBg .contactus .contactusMain ul li {
	position: relative;

	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;

	padding: 0 1.04167vw;

	text-align: center;

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.contactusBg .contactus .contactusMain ul li::after {
	position: absolute;
	top: 50%;
	right: 0;

	display: block;

	width: 1px;
	height: 5.72917vw;

	content: '';
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

	background-color: rgba(255, 255, 255, .2);
}

.contactusBg .contactus .contactusMain ul li:last-child::after {
	display: none;
}

.contactusBg .contactus .contactusMain ul li .icon {
	margin-bottom: 1.25vw;
}

.contactusBg .contactus .contactusMain ul li .icon img {
	width: auto;
	height: 3.125vw;
}

.contactusBg .contactus .contactusMain ul li .desc {
	font-size: 1.04167vw;
	font-weight: bold;

	margin-bottom: .88542vw;

	color: #fff;
}

.contactusBg .contactus .contactusMain ul li .title {
	font-size: .83333vw;

	color: rgba(255, 255, 255, .5);
}

.message {
	position: relative;
	z-index: 2;

	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;

	height: 33.38542vw;
	margin-top: -5.20833vw;
	margin-bottom: 5.41667vw;

	background-color: #fff;
}

.message .left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;

	width: 30.83%;
	height: 100%;
	padding: 1.875vw 8.33333vw 1.30208vw 1.97917vw;

	background: url('../images/msgLeftBg.jpg') no-repeat center/cover;

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.message .left .title {
	font-size: 1.5625vw;
	font-weight: bold;
	line-height: 2.08333vw;

	color: #fff;
}

.message .left .postalCode {
	margin-bottom: 1.04167vw;
}

.message .left .postalCode p {
	font-size: 1.45833vw;
	font-weight: bold;

	color: #fff;
}

.message .left .postalCode span {
	font-size: .67708vw;

	color: rgba(245, 247, 250, .5);
}

.message .left .qrCode img {
	width: auto;
	height: 4.94792vw;
}

.message .left .qrCode p {
	font-size: .67708vw;

	margin-top: .625vw;

	color: rgba(245, 247, 250, .5);
}

.message .right {
	width: 69.17%;
	padding: 4.21875vw 7.34375vw;
}

.message .right .layui-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.message .right .messageInput {
	width: 18.17708vw;
	margin-bottom: .9375vw;
}
.message .right .messageInput p {
	font-size: .72917vw;
	font-weight: bold;

	margin-bottom: .26042vw;

	color: #000;
}

.message .right .messageInput p span {
	color: #0071b8;
}

.message .right .messageInput input {
	font-size: .72917vw !important;

	display: block;

	width: 100%;
	height: 3.02083vw;
	padding: 0 1.19792vw;

	color: rgba(0, 0, 0, .5);
	border: 1px solid #cedae0;
}

.message .right .code input {
	width: 70%;
	display: inline-block;
	margin-right: 3%;
}

.message .right .code img {
	width: 25%;
	display: inline-block;
	height: 3.02083vw;
}




.message .right .messageInput.textarea {
	width: 100%;
	margin-bottom: 2.60417vw;
}

.message .right .messageInput.textarea textarea {
	font-size: .72917vw !important;

	display: block;

	width: 100%;
	height: 4.63542vw;
	padding: 1.19792vw;

	color: rgba(0, 0, 0, .5);
	border: 1px solid #cedae0;
}

.message .right .messageSubmit {
	width: 100%;
}

.message .right .messageSubmit button {
	font-size: .72917vw !important;

	width: 8.28125vw;
	height: 2.76042vw;

	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;

	color: #fff;
	border: .10417vw solid #0071b8;
	border-radius: 1.35417vw;
	background: #0071b8;
}

.message .right .messageSubmit button:hover {
	color: #0071b8;
	background-color: transparent;
}

.message .right .messageSubmit button i {
	font-size: .625vw;

	margin-left: 2.1875vw;
}

/* 资质 */
.zizhiBg {
	padding-top: 6.25vw;
	padding-bottom: 6.25vw;
}

.gallery {
	width: 100%;
	margin-top: 2vw;
	/* overflow: hidden; */
}

.gallery:after {
	content: '';
	display: block;
	height: 2px;
	margin: .5em 0 1.4em;
}

.gallery ul li {
	width: 23%;
	overflow: hidden;
	margin-right: 2.66%;
	box-shadow: 0 0 8px 4px #e8e8e8;
	float: left;
	margin-bottom: 35px;
	overflow: hidden;
}

.gallery ul li:nth-child(4n) {
	margin-right: 0;
}

.gallery ul li a {
	display: block;
	overflow: hidden;
}

.gallery ul li img {
	width: 100%;
	height: 21.875vw;
	display: block;
	transition: 0.5s;
	transform: scale(1);
}

.gallery ul li:hover img {
	transition: 0.5s;
	transform: scale(1.2);
}


.gallery ul li p {
	width: 100%;
	height: 50px;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	color: #333333;
}

.gallery ul li:hover p {
	background-color: #0071b8;
	color: #ffffff;
}

/* 企业环境 */
.qiyeBg {
	padding-top: 6.25vw;
	padding-bottom: 6.25vw;
}

.qiyeBg .gallery ul li img,
.caseBg .gallery ul li img {
	width: 100%;
	height: 12vw;
}

/* 发货案例 */
.caseBg {
	padding-top: 3.25vw;
	padding-bottom: 6.25vw;
}

/* 产品列表 */
/* .productsdetailBg{
	padding-top: 6.25vw;
	padding-bottom: 6.25vw;
} */
.productsdetailBg {
	padding-top: 6.25vw;
	padding-bottom: 6.25vw;
}

.productsdetailBg ul li {
	margin-bottom: 2vw;
	/* width: 49%;
	float: left; */

}

.productsdetailBg ul li:last-child {
	margin-bottom: 0;

}

.productsdetailBg ul li a {
	display: block;
	width: 100%;
	height: 26vw;
	background-color: #f4f4f4;
	overflow: hidden;
}

.productsdetailBg .pro_left {
	float: left;
	width: 65%;
	overflow: hidden;
	position: relative;
	height: 100%;
}

.productsdetailBg .pro_left img {
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	transform: scale(1);
	transition: 0.5s;
}

.productsdetailBg ul li:hover img {
	transform: scale(1.2);
	transition: 0.5s;
}

.productsdetailBg .pro_right {
	float: right;
	width: 35%;
	padding: 1.5vw;
	position: relative;
	height: 100%;
}

.productsdetailBg .pro_right .data {
	font-size: 14px;
	line-height: 30px;
	margin-right: 10px;
}

.productsdetailBg .pro_right .lei {
	font-size: 16px;
	line-height: 30px;
	color: #c70003;
	/* font-weight: 700; */
	margin-left: 10px;
}

.productsdetailBg .pro_right h2 {
	font-size: 24px;
	line-height: 40px;
	color: #333;
	margin-top: 1.52vw;
	/* font-weight: 700; */
	/* margin-left: 10px; */
}

.productsdetailBg .pro_right p {
	font-size: 15px;
	line-height: 25px;
	color: #333;
	margin-top: 1vw;
	/* font-weight: 700; */
	/* margin-left: 10px; */
}

.productsdetailBg .pro_right .more {
	font-size: 13px;

	color: #333;
	position: absolute;
	bottom: 1.5vw;
	left: 1.5vw;
	transition: 0.5s;
	/* font-weight: 700; */
	/* margin-left: 10px; */
}

.productsdetailBg ul li:hover .pro_right .more {
	color: #c70003;
	margin-left: 0.5vw;
	transition: 0.5s;
}




/* 产品详情页 */
.productcontentBg {
	background: #f9f9f9;
}

.productsdetailBg .productcontent {
	padding-top: 2vw;
	overflow: hidden;
}

.productcontent .swiper-button-prev,
.productcontent .swiper-button-next {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: none;
	width: 2.8333vw;
	height: 2.8333vw;
	border: 2px solid #333;
	border-radius: 50%;
	font-size: 1.1667vw;
	color: #333;
	transition: all .5s ease;
}

.productcontent .swiper-button-prev:hover,
.productcontent .swiper-button-next:hover {
	border-color: #0071b8;
	background-color: #0071b8;
	text-align: center;
	color: #ffffff;
}

.productcontent .swiper-wrapper .swiper-slide {
	text-align: center;
}

.productcontent .swiper-wrapper img {
	width: 80%;
}

/* 内容tab选项卡 */
.tab {
	width: 100%;
	position: relative;
}

.pc-tab {
	margin: 40px auto;
}

.tab .tab_menu {
	width: 100%;
	float: left;
	position: absolute;
	z-index: 1;
	background-color: #dfdfdf;
	overflow: hidden;
}

.tab .tab_menu li {
	float: left;
	width: 15%;
	height: 60px;
	line-height: 60px;
	border-bottom: 0px;
	cursor: pointer;
	text-align: center;
	margin: 0;
	background: #dfdfdf;
	font-size: 18px;
	color: #333;
}

.tab .tab_box {
	width: 100%;
	clear: both;
	top: 60px;
	position: relative;
	background-color: #ffffff;
	padding: 50px;
}

.tab .tab_menu .selected {
	background-color: #ffffff;
	cursor: pointer;
}

.hide1 {
	display: none;
}

.tab_box div {
	padding: 10px;
}

.con_box {
	width: 100%;
	background-color: #ffffff;
}

.con_box .tab_menu {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #dfdfdf;
}

.con_box .tab_menu li {
	width: 15%;
	height: 60px;
	line-height: 60px;
	border-bottom: 0px;
	text-align: center;
	margin: 0;
	font-size: 18px;
	color: #333;
}

.con_box_one {
	margin-top: 60px;
}

.con_box img {
	width: 100%;
}

.tab_box img {
	width: 100% !important;
}


/* 文章列表 */
.newsdetailBg {
	padding-top: 6.25vw;
	padding-bottom: 6.25vw;
	background: #f9f9f9;
}

.newListBox {
	padding: 30px;
	width: 100%;
	background: #ffffff;
	/* margin: 15px 0 0; */

}

.newListBox .p_news {
	width: 100%;
}

.newListBox .p_news .newList {
	width: 100%;
	overflow: hidden;
	padding: 40px 30px;
	border-bottom: 1px #EfEfEf solid;
	height: 220px;
}

.newListBox .p_news .newList .content {
	width: 75%;
	float: left;
	height: 100%;
	position: relative;
}

.newListBox .p_news .newList .content .leftTime {
	width: 10%;
	float: left;
}

.newListBox .p_news .newList .content .leftTime span {
	font-size: 22px;
	font-weight: 500;
	color: #5d5d5d;
	line-height: 36px;
	display: block;
}

.newListBox .p_news .newList .content .leftTime .newIcon {
	display: block;
	width: 60px;
	height: 35px;
	background-color: #fafafa;
	font-size: 28px;
	color: #5d5d5d;
	text-align: center;
	line-height: 28px;
	vertical-align: middle;
	margin-top: 30px;
	font-weight: 200;
}

.newListBox .p_news .newList .content .leftTime .newIcon a {
	width: 100%;
	height: 100%;
	color: #5d5d5d;
}

.newListBox .p_news .newList .content:hover .leftTime .newIcon {
	background-color: #0071b8;
	color: #ffffff;
	transition: 1s;
}

.newListBox .p_news .newList .content:hover .leftTime .newIcon a {
	color: #ffffff;
	transition: 1s;
}

.newListBox .p_news .newList .content:hover .rightC .newTitleLink {
	color: #0071b8;
}



.newListBox .p_news .newList .content .rightC {
	width: 80%;
	float: right;
	position: relative;
	transition: 1s;
}

.newListBox .p_news .newList .content .rightC .newMs {
	font-size: 16px;
	line-height: 28px;
	margin-top: 10px;
}

.newListBox .p_news .newList .content:hover .rightC {
	width: 79%;
	transition: 1s;
}

.newListBox .p_news .newList .content .rightC:before {
	content: '';
	position: absolute;
	left: -70px;
	top: 18px;
	display: block;
	width: 40px;
	height: 1px;
	background: #aaa;
	transition: all .5s ease;
}

.newListBox .p_news .newList .content:hover .rightC:before {
	width: 50px;
}

.newListBox .p_news .newList .newPicBox {
	width: 20%;
	float: right;
	overflow: hidden;
	height: 100%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	text-align: center;
	position: relative;
}

.newListBox .p_news .newList .newPicBox img {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: auto;
	vertical-align: middle;
	transform: scale(1);
	transition: 1s;
}

.newListBox .p_news .newList .newPicBox:hover img {
	transform: scale(1.3);
	transition: 1s;
}

/* 新闻详情页 */
.newscontent {
	width: 100%;
	padding: 1vw;
	margin: 0 auto;
	background-color: #ffffff;
}

.newscontent .title {
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	margin: 20px auto 8px;
}

.newscontent .info-list {
	width: 80%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
}

.newscontent .info-list li {
	font-size: 13px;
	margin: 0 5px;
}

.newscontent .content {
	width: 100%;
	margin: 2vw auto;
	padding-bottom: 2vw;
	border-bottom: 1px solid #f9f9f9;
}

.newscontent .content p span {
	text-indent: 20px;
}

.newscontent .content img {
	display: block;
	margin: 0.5vw auto;
}

.newscontent .db {
	width: 100%;
	margin: 0.4vw auto;

}

.newscontent .db ul {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: space-between‌;
	-webkit-justify-content: space-between‌;
	-moz-box-pack: space-between‌;
	-ms-flex-pack: space-between‌;
	justify-content: space-between‌;
	padding-bottom: 1vw;
}

.newscontent .db ul li {
	width: 42%;
	font-size: 14px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
}

.newscontent .db ul li.menu {
	width: 12%;
	text-align: center;
}

.newscontent .db ul li.pre {
	text-align: left;
}

.newscontent .db ul li.next {
	text-align: right;
}

/* è§†é¢‘å¼¹çª— */
@media (min-width: 0) {
	.PopupVideoBox {
		position: fixed;
		z-index: 99999;
		top: 0;
		left: 0;

		display: none;

		width: 100%;
		height: 100%;

		background: rgba(0, 0, 0, .5);
	}

	.PopupVideo {
		position: absolute;
		top: 50%;
		left: 50%;

		width: 100%;
		max-width: 960px;
		padding: 0 20px;

		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.PopupVideo video {
		width: 100%;
	}

	.PopupVideo iframe {
		width: 100%;
		min-height: 500px;
	}

	.PopupVideo .videoPlayer {
		overflow: hidden;

		border-radius: 10px;
	}

	.closeVideo {
		position: absolute;
		top: -25px;
		right: 25px;

		width: 22px;
		height: 22px;

		cursor: pointer;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.closeVideo::after {
		position: absolute;
		left: 50%;

		display: block;

		width: 2px;
		height: 100%;

		content: '';
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);

		background: #fff;
	}

	.closeVideo::before {
		position: absolute;
		top: 50%;

		display: block;

		width: 100%;
		height: 2px;

		content: '';
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);

		background: #fff;
	}
}

@media (min-width: 768px) {




	.PopupVideo .videoPlayer {
		border-radius: .625vw;
	}

	.PopupVideo {
		max-width: 60vw;
		padding: 0vw 1.5625vw;
	}

	.PopupVideo iframe {
		min-height: 31.25vw;
	}

	.closeVideo {
		top: -1.5625vw;
		right: 1.5625vw;

		width: 1.375vw;
		height: 1.375vw;
	}

	.closeVideo::after {
		width: .125vw;
	}

	.closeVideo::before {
		height: .125vw;
	}
}

@media (min-width: 1200px) {



	.PopupVideo .videoPlayer {
		border-radius: .5208vw;
	}

	.PopupVideo {
		max-width: 50vw;
		padding: 0vw 1.3021vw;
	}

	.PopupVideo iframe {
		min-height: 26.0417vw;
	}

	.closeVideo {
		top: -1.3021vw;
		right: 1.3021vw;

		width: 1.1458vw;
		height: 1.1458vw;
	}

	.closeVideo::after {
		width: .1042vw;
	}

	.closeVideo::before {
		height: .1042vw;
	}

}

/* ç§»åŠ¨ç«¯ */
@media (max-width: 992px) {
	.content1440 {
		/* width: -webkit-calc(100% - 40px);
		width: -moz-calc(100% - 40px);
		width: calc(100% - 40px); */
	}


	/* å†…é¡µbanner */
	.detailBanner .content .title {
		font-size: 27px;

		margin-bottom: 0;
	}

	.detailBanner .content .desc {
		font-size: 13px;
		line-height: 21px;

		/* display: none; */

		width: 40%;
	}

	/* å†…é¡µåˆ†ç±» */
	.detailList.fixed {
		top: 60px;
	}

	.detailList {
		height: 50px;
		margin-bottom: -50px;
		padding: 0 0;
	}

	.detailList .detailListMain ul li::after {
		height: 18px;
	}

	.detailList .detailListMain ul li a {
		font-size: 15px;
		line-height: 50px;

		height: 50px;
	}

	/* å†…é¡µæ ‡é¢˜ */
	.detailTitle .title {
		font-size: 25px;
	}

	.detailTitle.detailTitleSmall .title {
		font-size: 23px;

		margin-bottom: 15px;
	}

	.detailTitle .line {
		width: 44px;
		height: 3px;
	}

	.detailTitle .line::after {
		width: 12px;
	}

	/* å…³äºŽæˆ‘ä»¬ */
	.aboutusBg {
		padding-top: 80px;
	}

	.aboutusBg .aboutus .aboutusNumber {
		margin-top: 15px;
		padding: 15px 0 35px;
	}

	.aboutusBg .aboutus .aboutusNumber ul li::after {
		bottom: -17.5px;
	}

	.aboutusBg .aboutus .aboutusNumber ul li {
		height: 75px;
		margin: 17px 0;
	}

	.aboutusBg .aboutus .aboutusNumber ul li b {
		font-size: 26px;
	}

	.aboutusBg .aboutus .aboutusNumber ul li p {
		font-size: 12px;

		margin-top: 4px;
	}

	.aboutusBg .aboutus .aboutusVideo .play {
		width: 40px;
		height: 40px;

		background-size: 40px;
	}

	.aboutusBg .aboutus .aboutusContent .title {
		font-size: 23px;
	}

	.aboutusBg .aboutus .aboutusContent .content {
		font-size: 13px;
		line-height: 23px;
	}

	/* åˆ†å…¬å¸ */
	.branchOffice .branchOfficeMain {
		width: 48%;
		padding-bottom: 40px;
	}

	.branchOffice .branchOfficeMain .swiper-slide .content .title {
		font-size: 15px;

		padding-left: 27px;

		background-size: 19px;
	}

	.branchOffice .branchOfficeMain .swiper-slide .content .more {
		font-size: 12px;
	}

	.branchOffice .branchOfficeMain .swiper-slide .content .more i {
		font-size: 12px;

		margin-left: 20px;
	}

	.branchOffice .branchOfficeMain .swiper-pagination {
		display: block;
	}

	.branchOffice .branchOfficeMain .swiper-pagination-bullet {
		width: 8px;
		height: 8px;

		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		transition: all .4s ease;

		opacity: 1 !important;
		border: 1px solid rgba(220, 220, 220, .5);
		background: none;
	}

	.branchOffice .branchOfficeMain .swiper-pagination-bullet-active {
		border-color: #0071b8;
		background: #0071b8;
	}

	.cultureBg {
		padding-top: 50px;
		padding-bottom: 130px;
	}

	.cultureBg .culture .cultureMain ul li .titleBox .title {
		font-size: 16px;
	}

	.cultureBg .culture .cultureMain ul li .titleBox .desc {
		font-size: 14px;
	}

	.cultureBg .culture .cultureMain ul li .text {
		font-size: 13px;
		line-height: 22px;
	}

	/* å‘å±•åŽ†ç¨‹ */
	.historyBg {
		padding: 90px 0;
	}

	.historyBg .history ul li {
		padding: 50px 0;
	}

	.historyBg .history ul li .content {
		width: 42%;
	}

	.historyBg .history ul li .content .title {
		font-size: 16px;

		margin-bottom: 11px;
	}

	.historyBg .history ul li .content .desc {
		font-size: 13px;
		line-height: 25px;

		margin-bottom: 18px;
	}

	.historyBg .history ul li .content .more {
		font-size: 12px;

		width: 100px;
		height: 33px;

		border-radius: 30px;
	}

	.historyBg .history ul li .content .more i {
		font-size: 12px;

		margin-left: 13px;
	}


	/* åŠ å…¥æˆ‘ä»¬ */
	.join {
		margin-bottom: 60px;
		padding-top: 60px;
	}

	.join .joinList {
		margin: 25px auto 35px;
	}

	.join .joinList ul li {
		margin: 0 4px;
	}

	.join .joinList ul li a {
		font-size: 13px;

		min-width: 87px;
		height: 34px;
		padding: 0 12px;

		border-radius: 30px;
	}

	.join .joinMain ul li {
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 3%;
		padding: 24px;
	}

	.join .joinMain ul li:nth-child(3n+3) {
		margin-right: 3%;
	}

	.join .joinMain ul li:nth-child(2n+2) {
		margin-right: 0;
	}

	.join .joinMain ul li:nth-last-child(-n+3) {
		margin-bottom: 3%;
	}

	.join .joinMain ul li:nth-last-child(-n+2) {
		margin-bottom: 0;
	}

	.join .joinMain ul li .titleBox {
		margin-bottom: 11px;

		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.join .joinMain ul li .titleBox .title .department i::before {
		font-size: 15px;

		margin-right: 4px;
	}

	.join .joinMain ul li .titleBox .icon {
		font-size: 34px;

		margin-right: 15px;
	}

	.join .joinMain ul li .titleBox .title .name {
		font-size: 16px;

		margin-bottom: 4px;
	}

	.join .joinMain ul li .titleBox .title .department {
		font-size: 13px;
	}

	.join .joinMain ul li .desc {
		font-size: 13px;
		line-height: 21px;

		height: 42px;
		margin-bottom: 17px;
	}

	.join .joinMain ul li .more {
		font-size: 16px;
	}

	/* åŠ å…¥æˆ‘ä»¬å¼¹çª— */
	.joinPopupContainer {
		width: 70vw;
		height: 60vw;
	}

	.joinPopup .joinPopupClose {
		font-size: 12px;

		top: 30px;
		right: 26px;

		width: 30px;
		height: 30px;

		border-width: 2px;
	}

	.joinPopup .joinPopupTitle {
		margin-bottom: 35px;
		padding-bottom: 20px;
	}

	.joinPopup .joinPopupTitle .title {
		font-size: 22px;
	}

	.joinPopup .joinPopupTitle .department {
		font-size: 13px;
	}

	.joinPopup .joinPopupTitle .department i {
		font-size: 13px;
	}

	.joinPopup .joinPopupTitle .department i::before {
		font-size: 17px;
	}

	.joinPopup .joinPopupMain h3 {
		font-size: 15px;
	}

	.joinPopup .joinPopupMain {
		font-size: 13px;
		line-height: 25px;

		height: 215px;
	}

	.joinPopup .joinPopupMain::-webkit-scrollbar {
		width: 2px;
		height: 2px;
	}

	.joinPopup .more {
		font-size: 12px !important;

		width: 110px;
		height: 36px;
		margin-top: 30px;

		border-radius: 30px;
	}

	.joinPopup .more i {
		font-size: 11px;

		margin-left: 20px;
	}

	/* å‘å±•åŽ†ç¨‹å¼¹çª— */
	.historyPopupContainer {
		width: 80vw;
		height: 46.371vw;
	}

	.historyPopup {
		padding: 40px 30px 0;
	}

	.historyPopup .historyPopupClose {
		font-size: 12px;

		top: 20px;
		right: 15px;

		width: 30px;
		height: 30px;

		border-width: 2px;
	}

	.historyPopup .historyPopupYear {
		font-size: 54px;
	}

	.historyPopup .historyPopupMain .contents {
		margin-top: 34px;
	}

	.historyPopup .historyPopupMain .contents .swiper-slide .title {
		font-size: 16px;

		margin: 0 0 15px;
	}

	.historyPopup .historyPopupMain .contents .swiper-slide .desc {
		font-size: 12px;
		line-height: 22px;

		max-height: 110px;
		padding-right: 20px;
	}

	.historyPopup .historyPopupMain .contents .swiper-slide .desc::-webkit-scrollbar {
		width: 2px;
		height: 2px;
	}

	.historyPopup .historyPopupMain .contents .swiper-slide .desc p::before {
		font-size: 13px;
	}

	.historyPopup .historyPopupMain .swiper-button-next {
		left: 53.6389vw;
	}

	.historyPopup .historyPopupMain .swiper-button-prev,
	.historyPopup .historyPopupMain .swiper-button-next {
		font-size: 12px;

		width: 30px;
		height: 30px;
	}

	/* è”ç³»æˆ‘ä»¬ */
	.contactusBg {
		padding: 112px 0 150px;
	}

	.contactusBg .contactus .contactusTitle .title {
		font-size: 12px;

		margin-bottom: 7px;
	}

	.contactusBg .contactus .contactusTitle .desc {
		font-size: 24px;
		line-height: 32px;
	}

	.contactusBg .contactus .contactusMain ul li {
		padding: 0 10px;
	}

	.contactusBg .contactus .contactusMain ul li .icon img {
		height: 42px;
	}

	.contactusBg .contactus .contactusMain ul li .desc {
		font-size: 15px;
	}

	.contactusBg .contactus .contactusMain ul li .title {
		font-size: 14px;
	}

	.message {
		height: 400px;
		margin-top: -60px;
		margin-bottom: 60px;
	}

	.message .left {
		padding: 30px 110px 30px 30px;
	}

	.message .left .title {
		font-size: 16px;
		line-height: 26px;
	}

	.message .left .postalCode {
		margin-bottom: 15px;
	}

	.message .left .postalCode p {
		font-size: 15px;
	}

	.message .left .postalCode span {
		font-size: 12px;
	}

	.message .left .qrCode img {
		height: 60px;
	}

	.message .left .qrCode p {
		font-size: 12px;
	}

	.message .right {
		padding: 30px 40px;
	}

	.message .right .messageInput {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 3%;
	}
	.message .right .messageInput:nth-child(2n+2) {
		margin-right: 0;
	}

	.message .right .messageInput p {
		font-size: 13px;

		margin-bottom: 9px;
	}

	.message .right .messageInput input {
		font-size: 12px !important;

		height: 40px;
	}

	.message .right .code {
		width: 24%;
		margin-right: 4%;
	}

	.message .right .code img {
		width: 20%;
	}
	.message .right .messageInput.textarea {
		margin-right: 0;
		margin-bottom: 5%;
	}

	.message .right .messageInput.textarea textarea {
		font-size: 12px !important;

		height: 85px;
	}

	.message .right .messageSubmit button {
		font-size: 12px !important;

		width: 96px;
		height: 36px;

		border-radius: 30px;
	}

	.message .right .messageSubmit button i {
		font-size: 11px;

		margin-left: 20px;
	}
}
@media (max-width: 768px) {

	/* å†…é¡µæ ‡é¢˜ */
	.detailTitle {
		width: 100%;
		margin: 10px auto 0;
		text-align: center;
	}

	.detailTitle .title {
		font-size: 24px;

		margin-bottom: 14px;
	}

	.detailTitle .line {
		width: 51px;
		height: 3px;
	}

	.detailTitle .line::after {
		width: 12px;
	}

	/* å†…é¡µbanner */
	.detailBanner .image {
		padding-top: 60.2%;
	}

	.detailBanner .content .title {
		font-size: 26px;
	}

	.detailBanner .content .desc {
		font-size: 14px;
		width: 80%;
		margin: 0;
		padding: 0;
	}

	/* å…³äºŽæˆ‘ä»¬ */
	.aboutusBg {
		padding: 40px 0;
	}

	.aboutusBg .aboutus .aboutusNumber ul li {
		width: 50%;
	}

	.aboutusBg .aboutus .aboutusNumber ul li:nth-child(2n+2) {
		border-right: 0;
	}

	.aboutusBg .aboutus .aboutusNumber ul li:nth-last-child(-n+4)::after {
		display: block;
	}

	.aboutusBg .aboutus .aboutusNumber ul li:nth-last-child(-n+2)::after {
		display: none;
	}

	.aboutusBg .aboutus .aboutusNumber ul li p {
		font-size: 13px;

		margin-top: 2px;
	}

	.aboutusBg .aboutus .aboutusVideo {
		margin-bottom: 40px;
	}

	.aboutusBg .aboutus .aboutusVideo .image video {
		min-height: 230px;

		-o-object-fit: cover;
		object-fit: cover;
	}

	.aboutusBg .aboutus .aboutusVideo .play {
		width: 52px;
		height: 52px;

		background-size: 52px;
	}

	.aboutusBg .aboutus .aboutusContent {
		flex-direction: column;

		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
	}

	.aboutusBg .aboutus .aboutusContent .title {
		font-size: 24px;
		line-height: 35px;

		margin-right: 0;
		margin-bottom: 25px;

		text-align: center;
	}

	.aboutusBg .aboutus .aboutusContent .content {
		font-size: 15px;
		line-height: 25px;

		width: 100%;
	}

	/* åˆ†å…¬å¸ */
	.branchOffice {
		margin: 40px 0;
	}

	.branchOffice .detailTitle {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.branchOffice .branchOfficeMain {
		width: 100%;
		margin-top: 25px;
	}

	.branchOffice .branchOfficeMain .swiper-slide-active {
		margin: 0;
	}
	.branchOffice .branchOfficeMain .swiper-slide:hover {
		margin-top: 0px;
	}

	.branchOffice .branchOfficeMain .swiper-slide .content {
		opacity: 1;
		visibility: visible;
		margin-top: 20px;
	}

	.branchOffice .branchOfficeMain .swiper-slide .content .title {
		font-size: 18px;

		margin-bottom: 6px;
	}

	.branchOffice .branchOfficeMain .swiper-slide .content .more {
		font-size: 14px;

		margin-left: 27px;
	}

	.cultureBg {
		padding: 40px 0 80px;
	}

	.cultureBg .culture .cultureMain::after {
		display: none;
	}

	.cultureBg .culture .cultureMain {
		width: 100%;
		height: auto;
		margin-top: 25px;

		border: 0;
		border-radius: 0;
	}

	.cultureBg .culture .cultureMain ul {
		flex-direction: column;

		margin-top: 0;

		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.cultureBg .culture .cultureMain ul li {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;

		margin-bottom: 18px;

		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.cultureBg .culture .cultureMain ul li:last-child {
		margin-bottom: 0;
	}

	.cultureBg .culture .cultureMain ul li:nth-child(1) .text {
		color: #666;
	}

	.cultureBg .culture .cultureMain ul li:nth-child(2) .text {
		color: #666;
	}

	.cultureBg .culture .cultureMain ul li .titleBox {
		width: 105px;
		height: 105px;
		margin: 0 auto;
		margin-right: 20px;
	}

	.cultureBg .culture .cultureMain ul li .titleBox .title {
		font-size: 18px;
	}

	.cultureBg .culture .cultureMain ul li .titleBox .desc {
		font-size: 14px;
	}

	.cultureBg .culture .cultureMain ul li .line {
		display: none;
	}

	.cultureBg .culture .cultureMain ul li .text {
		font-size: 14px;
		line-height: 24px;

		text-align: left;
	}

	/* å‘å±•åŽ†ç¨‹ */
	.historyBg {
		padding: 40px 0;
	}

	.historyBg .history ul::after {
		display: none;
	}

	.historyBg .history ul li {
		flex-direction: column !important;

		margin-bottom: 30px;
		padding: 40px 0 0;

		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		-moz-box-orient: vertical !important;
		-moz-box-direction: normal !important;
		-ms-flex-direction: column !important;
	}

	.historyBg .history ul li::before {
		display: none;
	}

	.historyBg .history ul li::after {
		display: none;
	}

	.historyBg .history ul li .content {
		width: 100%;
		margin-top: 25px;
	}

	.historyBg .history ul li .content .title {
		font-size: 18px;

		margin-bottom: 10px;
	}

	.historyBg .history ul li .content .desc {
		font-size: 14px;
		line-height: 24px;

		margin-bottom: 13px;
	}

	.historyBg .history ul li .content .more {
		font-size: 13px;

		visibility: visible;

		width: 115px;
		height: 44px;

		opacity: 1;
		border-width: 2px;
		border-radius: 30px;
	}

	.historyBg .history ul li .content .more i {
		font-size: 12px;
	}

	.historyBg .history ul li .image {
		width: 100%;
	}

	.historyBg .history ul li .image .year {
		font-size: 32px;
		font-weight: bold;

		top: -5px;
		left: 0;
	}

	.historyPopupContainer {
		width: 100vw;
		height: auto;
		min-height: 50%;
	}

	.historyPopup {
		height: auto;
		padding: 20px 0 0;
	}

	.historyPopup .historyPopupClose {
		font-size: 12px;

		top: 20px;
		right: 15px;

		width: 30px;
		height: 30px;

		border-width: 2px;
	}

	.historyPopup .historyPopupYear {
		font-size: 32px;
		font-weight: bold;

		margin-bottom: 5px;
		margin-left: 20px;
	}

	.historyPopup .historyPopupMain {
		flex-direction: column;

		padding-bottom: 10px;

		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
	}

	.historyPopup .historyPopupMain .images {
		width: 100%;
	}

	.historyPopup .historyPopupMain .contents {
		width: 100%;
		height: 230px;
		padding-bottom: 30px;

		-webkit-box-flex: 0;
		-webkit-flex: none;
		-moz-box-flex: 0;
		-ms-flex: none;
		flex: none;
	}

	.historyPopup .historyPopupMain .contents .swiper-slide {
		padding: 0 20px;
	}

	.historyPopup .historyPopupMain .contents .swiper-slide .desc p::before {
		font-size: 15px;
	}

	.historyPopup .historyPopupMain .contents {
		margin-top: 25px;
	}

	.historyPopup .historyPopupMain .contents .swiper-slide .title {
		font-size: 18px;

		margin: 0 0 8px;
	}

	.historyPopup .historyPopupMain .contents .swiper-slide .desc {
		font-size: 14px;
		line-height: 25px;

		max-height: 125px;
	}

	.historyPopup .historyPopupMain .swiper-button-prev,
	.historyPopup .historyPopupMain .swiper-button-next {
		display: none;
	}

	.historyPopup .historyPopupMain .swiper-pagination {
		display: block;
	}

	.historyPopup .historyPopupMain .swiper-pagination-bullet {
		width: 8px;
		height: 8px;

		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		transition: all .4s ease;

		opacity: 1 !important;
		border: 1px solid #999;
		background: none;
	}

	.historyPopup .historyPopupMain .swiper-pagination-bullet-active {
		border-color: #0071b8;
		background: #0071b8;
	}

	/* åŠ å…¥æˆ‘ä»¬ */
	.join {
		margin-bottom: 40px;
		padding-top: 40px;
	}

	.join .joinList {
		margin: 25px auto 20px;
	}

	.join .joinList ul {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.join .joinList ul li {
		margin-bottom: 8px;
	}

	.join .joinList ul li a {
		font-size: 14px;

		min-width: 95px;
		height: 40px;
		padding: 0 12px;

		border-radius: 30px;
	}

	.join .joinMain {
		margin-bottom: 35px;
	}

	.join .joinMain ul li {
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 15px !important;
	}

	.join .joinMain ul li:last-child {
		margin-bottom: 0 !important;
	}

	.join .joinMain ul li .titleBox .title .name {
		font-size: 18px;

		margin-bottom: 5px;
	}

	.join .joinMain ul li .titleBox .title .department {
		font-size: 14px;
	}

	.join .joinMain ul li .titleBox .title .department i {
		margin-right: 5px;
	}

	.join .joinMain ul li .titleBox .title .department i::before {
		font-size: 18px;
	}

	.join .joinMain ul li .titleBox .title .department span {
		margin-left: 5px;
	}

	.join .joinMain ul li .desc {
		font-size: 14px;
		line-height: 24px;

		height: auto;
		margin-bottom: 23px;

		text-align: justify;
	}

	.join .joinMain ul li .more {
		font-size: 20px;
	}

	/* åŠ å…¥æˆ‘ä»¬å¼¹çª— */
	.joinPopupContainer {
		width: 100%;
		height: 500px;
	}

	.joinPopup {
		padding: 30px 20px;
	}

	.joinPopup .joinPopupClose {
		top: 20px;
		right: 10px;
	}

	.joinPopup .joinPopupTitle {
		width: 90%;
	}

	.joinPopup .joinPopupTitle .title {
		margin-bottom: 6px;
	}

	.joinPopup .joinPopupTitle .department i {
		font-size: 14px;

		margin-right: 4px;
	}

	.joinPopup .joinPopupTitle .department i::before {
		font-size: 18px;
	}

	.joinPopup .joinPopupTitle .department span {
		font-size: 14px;

		margin-left: 4px;
	}

	.joinPopup .joinPopupMain {
		height: 255px;
		padding-right: 10%;
	}

	.joinPopup .more {
		font-size: 13px !important;

		height: 40px;
	}

	/* è”ç³»æˆ‘ä»¬ */
	.contactusBg {
		padding: 60px 0 40px;
		/* margin-top: 60px; */
		overflow: hidden;
	}

	.contactusBg .contactus .contactusTitle {
		margin-bottom: 30px;
	}

	.contactusBg .contactus .contactusTitle .title {
		font-size: 15px;

		margin-bottom: 6px;
	}

	.contactusBg .contactus .contactusMain {
		padding: 0;
	}

	.contactusBg .contactus .contactusMain ul {
		flex-direction: column;

		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
	}

	.contactusBg .contactus .contactusMain ul li {
		width: 100%;
		padding: 18px 0;

		border-bottom: 1px solid rgba(255, 255, 255, .2);
	}

	.contactusBg .contactus .contactusMain ul li::after {
		display: none;
	}

	.contactusBg .contactus .contactusMain ul li:first-child {
		padding-top: 0;
	}

	.contactusBg .contactus .contactusMain ul li:last-child {
		padding-bottom: 0;

		border-bottom: 0;
	}

	.contactusBg .contactus .contactusMain ul li .icon {
		margin-bottom: 10px;
	}

	.contactusBg .contactus .contactusMain ul li .icon img {
		height: 46px;
	}

	.contactusBg .contactus .contactusMain ul li .desc {
		font-size: 16px;

		margin-bottom: 5px;
	}

	.messageBg {
		padding: 40px 0;

		background-color: #f9fafe;
	}

	.message {
		overflow: hidden;
		flex-direction: column;

		height: auto;
		margin-top: 0;
		margin-bottom: 0;

		border-radius: 20px;

		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
	}

	.message .left {
		width: 100%;
	}

	.message .left .title {
		font-size: 18px;

		margin-bottom: 8px;
	}

	.message .left .postalCode {
		margin-bottom: 20px;
	}

	.message .left .postalCode span {
		font-size: 13px;
	}

	.message .left .qrCode p {
		font-size: 13px;

		margin-top: 5px;
	}

	.message .right {
		width: 100%;
		padding: 30px 18px 40px;
	}

	.message .right .messageInput {
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 18px;
	}

	.message .right .messageInput p {
		font-size: 14px;
	}

	.message .right .messageInput input {
		font-size: 14px !important;

		height: 50px;
		padding: 0 14px;
	}
    .message .right .code img {
        height: 50px;
        width: 25%;
    }
	.message .right .messageInput input::-webkit-input-placeholder {
		font-size: 14px !important;
	}

	.message .right .messageInput input:-moz-placeholder {
		font-size: 14px !important;
	}

	.message .right .messageInput input::-moz-placeholder {
		font-size: 14px !important;
	}

	.message .right .messageInput input:-ms-input-placeholder {
		font-size: 14px !important;
	}

	.message .right .messageInput input::placeholder {
		font-size: 14px !important;
	}

	.message .right .messageInput.textarea {
		margin-bottom: 25px;
	}

	.message .right .messageInput.textarea textarea {
		font-size: 14px !important;

		padding: 9px 14px;
	}

	.message .right .messageInput.textarea textarea::-webkit-input-placeholder {
		font-size: 14px !important;
	}

	.message .right .messageInput.textarea textarea:-moz-placeholder {
		font-size: 14px !important;
	}

	.message .right .messageInput.textarea textarea::-moz-placeholder {
		font-size: 14px !important;
	}

	.message .right .messageInput.textarea textarea:-ms-input-placeholder {
		font-size: 14px !important;
	}

	.message .right .messageInput.textarea textarea::placeholder {
		font-size: 14px !important;
	}

	.message .right .messageSubmit button {
		font-size: 16px !important;

		display: block;

		width: 113px;
		height: 45px;
		margin: 0 auto;
	}

	.message .right .messageSubmit button i {
		font-size: 14px;

		margin-left: 28px;
	}


	.detailBanner .content {
		top: 50%;
	}

	.detailBanner .content .position {
		font-size: 14px;
		line-height: 30px;
		/* width: 26.45833vw; */
		color: #FFFFFF;
		text-align: center;
	}
	.detailTitle .title {
		font-size: 20px;
		line-height: 40px;
		margin-bottom: 0;
	}

	.detailTitle .subtitle {
		font-size: 16px;
		line-height: 30px;
	}

	.aboutusBg .aboutus .content {
		margin-top: 20px;
	}

	.zizhiBg {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.gallery {
		width: 100%;
		margin-top: 20px;
		overflow: hidden;
	}

	.gallery ul li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 15px;
	}

	.gallery ul li:nth-child(2n) {
		margin-right: 0;
	}

	.gallery ul li img {
		width: 100%;
		height: 50vw;
		display: block;
		transition: 0.5s;
		transform: scale(1);
	}

	.qiyeBg {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.qiyeBg .gallery ul li img,
	.caseBg .gallery ul li img {
		width: 100%;
		height: 30vw;
	}

    .detailList .detailListMain ul {
    background: #ffffff;
}

.caseBg {
    padding-top: 0;
    padding-bottom: 6.25vw;
}
	.newsdetailBg {
		margin-top: 30px;
		/*padding-top: 6.25vw;*/
		padding-bottom: 6.25vw;
		background: #f9f9f9;
	}

	.newListBox {
		padding: 5px;
	}

	.newListBox .p_news .newList {
		width: 100%;
		overflow: hidden;
		padding: 0;
		border-bottom: 1px #EfEfEf solid;
		height: 400px;
		position: relative;
		margin-bottom: 10px;
	}

	.newListBox .p_news .newList .newPicBox {
		width: 100%;
		float: none;
		overflow: hidden;
		position: absolute;
		top: 10px;
		left: 0;
		height: 50vw;
	}

	.newListBox .p_news .newList .newPicBox img {
		width: 100%;
		height: 100%;
	}

	.newListBox .p_news .newList .content {
		width: 100%;
		float: none;
		position: absolute;
		top: 55vw;
		left: 0;
		height: 150px;
	}

	.newListBox .p_news .newList .content .rightC .newTitle {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		/* 限制显示的行数为2 */
		overflow: hidden;

	}

	.newListBox .p_news .newList .content .rightC .newMs {
		font-size: 16px;
		line-height: 28px;
		margin-top: 10px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		/* 限制显示的行数为3 */
		overflow: hidden;
	}

	.newListBox .p_news .newList .content .rightC:before {
		display: none;
	}

	.newListBox .p_news .newList .content .leftTime .newIcon {
		width: 50px;
		height: 30px;
		line-height: 30px;
	}

	.content1440 {
		width: 100%;
		padding: 10px;
	}

	.content1200 {
		width: 100%;
		margin: 0 auto;
		padding: 10px;
	}

	.newscontent .db ul {
		display: block;
	}

	.newscontent .db ul li {
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
		float: none;
	}

	.newscontent .db ul li.next {
		text-align: left;
	}

	.newscontent .db ul li.menu {
		display: none;
	}

	.newscontent .info-list {
		width: 100%;
	}

	.productcontent .swiper-wrapper img {
		width: 100%;
	}

	.productcontent .swiper-button-prev,
	.productcontent .swiper-button-next {
		width: 30px;
		height: 30px;
		border: 2px solid #ffffff;
		border-radius: 50%;
		font-size: 15px;
		color: #fff;
		transition: all .5s ease;
	}

	.productcontent .commonweb {
		padding: 0;
	}

	.productsdetailBg {
		margin-top: 60px;
		/*padding-top: 6.25vw;*/
		padding-bottom: 6.25vw;
		background-color: #f4f4f4;
	}

	.productcontentBg .content1440 {
		/* margin-top: 20px; */
	}

	.productsdetailBg ul li {
	    padding-top: 2vw;
		margin-bottom: 10px;
	}

	.productsdetailBg ul li a {
		height: 560px;
	}

	.productsdetailBg .pro_left {
		float: none;
		width: 100%;
		overflow: hidden;
		height: 250px;
	}

    .productsdetailBg .pro_left img {
        display: block;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        transform: scale(1);
        transition: 0.5s;
        height:100%;
    }


	.productsdetailBg .pro_right {
		float: none;
		width: 100%;
		/* padding: 1.5vw; */
		position: relative;
		height: 300px;
		background-color: #ffffff;
	}

	.productsdetailBg .pro_right .more {

		bottom: 3vw;
	}

	.pc-tab {
		margin: 10px auto;
		/* height: 1000px; */
		overflow: hidden;
		padding-bottom: 60px;
	}

	.tab .tab_menu li {
		width: 25%;
		font-weight: bold;
	}

	.tab .tab_box {
		padding: 10px;
		overflow: hidden;
	}

	.tab .tab_box div {
		padding: 0;
	}

	.tab .tab_box p {
		font-size: 14px;
		line-height: 25px;
	}

	.detailList .detailListMain {
		padding: 0;
	}

	.detailList .detailListMain ul.pro_cont_nav {
		display: block;
		overflow: hidden;
		background-color: #ffffff;
		padding: 10px;
	}

	.detailList .detailListMain ul.pro_cont_nav li {
		width: 25%;
		float: left;
	}

	.detailList .detailListMain ul.pro_cont_nav li a {
		height: 30px;
		line-height: 30px;
	}
}
/* 分页样式 */
.pagebar {
	padding: 20px;
	overflow: hidden;
	clear: both
}
.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 12px;
	padding: 8px 10px;
	margin: 0 2px;
	border-radius: 3px;
	line-height: 100%
}

.pagination span {
	color: #333;
	font-size: 12px;
	padding: 7px 2px;
	margin: 0 2px;
	border-radius: 3px;
}

.pagination a:hover {
	color: #333;
	border: 1px solid #333;
}

.pagination a.page-num-current {
	color: #fff;
	background: #333;
	border: 1px solid #333;
}

.pagination .st {
	font-family: 宋体
}

.text-secondary {
	text-align: center;
	padding: 20px 0
}