.container {
	width: 95%;
	margin: auto;
}

.topDiv {
	background-color: #fff;
	height: 75px;
	line-height: 75px;
	min-width: 1300px;
}

.banner {
	background: url(../img/g1.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 280px;
	position: relative;
	min-width: 1300px;
}

.banner img {
	position: absolute;
	left: 20%;
	top: 50%;
	transform: translateY(-50%);
}

.companyContainer {
	width: 100%;
	height: 885px;
	background: url(../img/g4.png) no-repeat;
	background-size: 100% 100%;
	padding: 80px 0;
	box-sizing: border-box;
	min-width: 1300px;
}

.marinBox {
	width: 85%;
	margin: auto;
	min-width: 1280px;
}

@font-face {
	font-family: alregular;
	src: url("../fonts/Alibaba-PuHuiTi-Regular.ttf");
}

@font-face {
	font-family: almedium;
	src: url("../fonts/Alibaba-PuHuiTi-Medium.ttf");
}

@font-face {
	font-family: albold;
	src: url("../fonts/Alibaba-PuHuiTi-Bold.ttf");
}

.cardTitleQY {
	color: #0A65A7;
	font-size: 43px;
	margin-bottom: 75px;
	font-family: 'albold';
}

.cardOne {
	width: 23.7%;
	height: 580px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 10px #ddd;
	transition: all 0.25s linear;
}
#zhuanlanBox .swiper-slide{
	padding-left: 3px;
}
#zhuanlanBox .swiper-slide .cardOne:not(:last-child) {
	margin-right: 1.5%;
}

.companyImg {
	width: 100%;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	height: 368px;
	margin-bottom: 22px;
}

.viewImg {
	width: 100%;
	height: 100%;
}

.companyName {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 24px;
	font-family: 'almedium';
	padding: 0 28px;
	margin-bottom: 15px;
}

.companyJS {
	padding: 0 28px;
	font-size: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	color: #999;
	line-height: 29px;
}

.cardOne:hover .companyName {
	color: #0065B6;
}

.cardOne:hover {
	border-bottom: 7px solid #0065B6;
	transform: translateY(-30px);
	transition: all 0.25s linear;
}

.cardOne:hover .companyJS {
	color: #000;
}

#zhuanlanBox .swiper-slide {
	display: flex;
}

.zhuanlanSwiper {
	overflow-x: hidden !important;
	overflow-y: initial !important;
	padding-top: 30px !important;
	margin-top: -30px;
	padding-bottom: 20px !important;
	position: initial !important;
}

.outBox {
	position: relative;
}

.outBox .swiper-button-next,
.outBox .swiper-button-prev {
	top: -68px;
	background: #fff;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	font-size: 14px;
	color: #fff;
	background-color: #0168B7;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 20px !important;

}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	right: 101px !important;
	left: auto !important;
}

.customSwiper {
	width: 100%;
	height: 100px;
}

.productBox {
	display: flex;
	flex-wrap: wrap;
}

.productOne {
	width: 23.7%;
	margin-bottom: 50px;
	transition: all 0.25s linear;
	background: #fff;
}

.productOne:not(:nth-child(4n)) {
	margin-right: 1.5%;
}

.productCol {
	width: 100%;
	min-height: 600px;
	background: url(../img/g3.png) no-repeat;
	padding: 80px 0;
	min-width: 1300px;
}

.productImg {
	width: 100%;
	height: 230px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}

.productImg img {
	width: 100%;
	height: 100%;
}

.productName {
	text-align: center;
	font-family: 'alregular';
	padding: 0 28px;
	margin-bottom: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 24px;
}

.productGS {
	text-align: center;
	font-family: 'alregular';
	padding: 0 28px;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	color: #999;

}

.productOne:hover {
	transform: scale(1.05);
}

.productOne:hover .productName {
	color: #0065B6;
}

.productOne:hover .productGS {
	color: #000;
}

#footerDiv {
	width: 100%;
	height: 180px;
	background: url(../img/footerbg.png) no-repeat center;
	background-size: 100% 180px;
	min-width: 1300px;
}

.fl_open {
	position: fixed;
	width: 100px;
	height: 54px;
	z-index: 999;
	left: 0;
	bottom: 20px;
	background: url(../img/fl_open.png) no-repeat 0 0;
}

.fl_pop {
	position: fixed;
	background: #317AC9;
	/*background: #cbb486;*/
	z-index: 9999;
	left: -4000px;
	/*left: 0;*/
	bottom: 0;
	width: 100%;
	height: 110px;
	color: #FFFFFF;
}

.fl_pop_left {
	margin: 0 auto;
	position: relative;
	padding-top: 6px;
}

.fl_pop_left>p {
	line-height: 18px;
	font-size: 12px;
	display: inine-block;
}

.fl_pop_left .fl_pop_p1 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 35px;
	margin-bottom: 0;
}

.fl_pop_left .fl_pop_p2 {
	font-size: 14px;
	font-weight: bold;
	display: none;
	margin-bottom: 0;
}

.fl_pop .fl_wrap_close {
	position: absolute;
	top: 10px;
	right: 10%;
	font-size: 20px;
	line-height: 1.2;
	font-family: Simsun;
	color: #fff;
	outline: 0 none;
}

@media (min-width: 340px) {
	.fl_pop_left {
		padding-top: 12px;
	}
}

@media (min-width: 646px) {
	.fl_pop_left {
		padding-top: 22px;
	}
}

@media (min-width: 1196px) {
	.fl_pop_left {
		padding-top: 15px;
	}

	.fl_pop_left>p {
		font-size: 16px;
		line-height: 28px;
	}

	.fl_pop_left .fl_pop_p1,
	.fl_pop_left .fl_pop_p2 {
		font-size: 18px;
	}

	.fl_pop .fl_wrap_close {
		font-size: 28px;
	}
}
