@charset "utf-8";

.about {
	background: url(../images/abbg.jpg) bottom center no-repeat;
}

.about.container-fluid {
	position: relative;
	padding-top: 50px !important;
	padding-bottom: 150px !important;
}

.aboutImg.pull-left {
	border-radius: 20px 20px 20px 30px;
	position: absolute;
	left: 0;
	width: 45%;
}

.aboutImg img {
	width: 100%;
}

.abInfo {
	float: right;
	width: 53%;
}

.abCenter p {
	line-height: 1.8;
	font_radio: 2;
	display-radio: 1;
	font-size: 16px;
	color: rgba(102, 102, 102, 1);
	margin-top: 20px;
}

.title {
	position: relative;
	line-height: normal;
	font-size: 25px;
	margin-bottom: 10px;
	font-weight: normal;
}

.title span {
	margin-bottom: 10px;
	display: block;
	color: coral;
}

.title p {
	color: rgba(68, 68, 68, 1);
	font-size: 48px;
}

.abMore {
	margin-top: 30px;
}


.abMore a {
	display: block;
	padding: 5px 0px;
	border: 1px solid rgba(92, 92, 92, 1);
	width: 181px;
	text-align: center;
	color: rgba(92, 92, 92, 1);
	border-radius: 66px;
}

.abMore a i {
	transition: .5s;
	color: rgba(92, 92, 92, 1);
}

.numberList ul li {
	position: relative;
	text-align: center;
	/* margin: 20px 0; */
}

p.p_num {
	font-weight: bold;
	color: rgba(235, 92, 32, 1);
	font-size: 54px;
}

p.numText {
	font-size: 14px;
	color: rgba(119, 119, 119, 1);
}

span.p_plus {
	right: 30px;
	top: 0;
	color: rgba(235, 92, 32, 1);
	font-size: 24px;
	position: absolute;
}

.numberList {
	margin: 30px 0;
}

.abMore a:hover i {
	margin-left: 15px;
}

.abMore a:hover {
	color: #fff;
	transition: .5s;
	background: #4e6885;
}

.abMore a:hover i {
	color: #fff;
	transition: .5s;
}


.productBox {
	background: url(../images/product.png) top no-repeat;
	padding: 120px 0 !important;
}

.proList .swiper-slide {
	border-radius: 10px;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
}

.proList .swiper-slide a {
	position: relative;
	background: #fff;
	display: block;
	padding: 30px 15px !important;
	border-radius: 10px;
	overflow: hidden;

}

.proList .swiper-slide a p {
	text-align: center;
	padding-top: 20px;
	color: rgba(137, 137, 137, 1);
}

.productBox .title {
	text-align: right;
	float: right;
	padding-bottom: 50px;
}

.productBox .title p,
.productBox .title span {
	color: #fff;
}

.proNavList {
	float: left;
}

.proNavList ul li a {
	background: #fff;
	display: block;
	color: #676767;
}

.proList {
	padding-bottom: 57px;
}

.productBox .swiper-slide a {
	transition: .5s;
}

.productBox .swiper-slide img {
	transition: .5s;
}

.productBox .swiper-slide a:hover {
	background: #304f71;
}

.productBox .swiper-slide a:hover p {
	color: #fff;
}

.productBox .swiper-slide a:hover img {

	transform: scale(0.95, 0.95)
}

.productBox .abMore a {
	border: 1px solid rgb(47 78 111);
	color: rgb(47 79 112);
}

.productBox .abMore a i {
	color: rgb(48 79 113);
}

.news {
	background: url(../images/newbg.jpg) center no-repeat;
}

.newLeft {
	box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
	transition: .5s;
	background: #fff;
	float: left;
	width: 49%;
}

.newRight {
	float: right;
	width: 49%;
}

.newInfo {
	padding: 20px 15px;
}

.newInfo p {
	margin-bottom: 10px;
	font-size: 24px;
	white-space: nowrap;
	/* 禁止文本自动换行 */
	overflow: hidden;
	/* 溢出部分隐藏 */
	text-overflow: ellipsis;
	/* 溢出部分以省略号显示 */
}

.newInfo span {
	line-height: 1.5;
	font-size: 15px;
	color: rgba(153, 153, 153, 1);
	text-align: left;
	font-weight: normal;
	margin-bottom: 10px;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.newDate p {
	color: rgba(102, 102, 102, 1);
	font-size: 38px;
	font-weight: bold;
}

.newDate span {
	min-height: 20px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
	color: rgba(102, 102, 102, 1);
	line-height: 1;
	display: block;
}

.newDate {
	width: 20%;
	float: left;
	padding: 10px 15px;
	text-align: center;
}

.newRight .newInfo {
	float: left;
	width: 70%;
}

.newRight li {
	transition: .5s;
	position: relative;
	background: #fff;
	padding: 16px 0;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
}

.newMore {
	transition: .5s;
	right: 5%;
	position: absolute;
	top: 40%;
}

.moreWap {
	display: none;
}

.newMore i {
	color: #c5c5c5;
}

.newMore i {
	color: #c5c5c5;
}

.newRight li:hover {
	background: #304f71;
}

.newRight li:hover p {
	color: #fff;
}

.newRight li:hover span {
	color: #fff;
}

.newRight li:hover .newMore {
	right: 4%;
}

.newRight li:hover .newMore i {
	color: #fff;
	;
}

.newLeft:hover {
	background: #304f70;
}

.newLeft:hover img {
	transform: scale(1.13, 1.13)
}


.newImg img {
	transition: .5s;
}

.newLeft:hover p {
	color: #fff;
}

.newLeft:hover span {
	color: #fff;
}

.news .title {
	padding: 30px 0px;
}

.news .abMore a {
	margin: 0 auto;
	/* padding-top: 30px; */
}

.newBox {
	padding-bottom: 50px;
}

.newImg {
	height: 335px;
	overflow: hidden;
}


.cooper {
	background: url(../images/Cooperationbg.jpg) top left no-repeat;
	padding: 50px 0 !important;
}

.winLeft {
	float: left;
	width: 50%;
}

.winRight {
	float: right;
	width: 40%;
}

.winNumBox {
	float: left;
	width: 20%;
}

.winText {
	float: right;
	width: 64%;
}

.winNum {
	line-height: 1;
	text-align: center;
	position: relative;
	font-size: 74px;
	font-weight: bold;
	color: #32506f;
}

.winNum span {
	color: #32506f;
	position: absolute;
	font-size: 18px;
	top: 0;
	right: 0;
}

.winText p {
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 2;
	font-size: 17px;
	color: rgba(102, 102, 102, 1);
	max-width: 500px;
}

p.winLeftText {
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	color: #32506f;
}

.winLeft .title {
	padding-bottom: 50px;
}

.winList {
	margin-bottom: 50px !important;

}

.winText {
	margin-bottom: 50px;
}

/* 首页响应式 1024px*/
@media screen and (max-width: 1024px) {
	.about.container-fluid {
		padding-bottom: 3.125rem;
	}

	.winNumBox {
		width: 30%;
	}

	.title p {
		font-size: 36px;
	}

	.numberList {
		margin: 0;
	}

	p.p_num {
		font-size: 48px;
	}

	.abCenter p {
		-webkit-line-clamp: 3;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	span.p_plus {
		right: 10px;
		font-size: 14px;
	}
}

/* 首页响应式 768px*/
@media screen and (max-width: 768px) {
	.aboutImg {
		float: none !important;
		width: 100% !important;
		position: unset !important;
	}

	.abInfo {
		padding: 0 15px;
		float: none !important;
		width: 100% !important;
	}

	.abCenter p {
		font-size: 14px;
		color: rgba(102, 102, 102, 1);
	}

	.title p {
		font-size: 2.375rem;
		font-weight: bold;
	}

	.numberList ul li {
		width: 50%;
		padding: 0 !important;
	}

	span.p_plus {
		right: 32px;
		font-size: 1.125rem;
	}

	.about {
		margin: 0 !important;
		padding: 0 !important;
	}

	.about .container {
		margin: 0 !important;
		padding: 0 !important;
	}

	.productBox .abMore a {
		margin: 0 auto;
		padding: 5px;
		border: 1px solid #ddd !important;
		color: #ddd !important;
	}

	.productBox .abMore a i {
		color: #ddd !important;
	}

	.productBox {
		background: url(../images/product.png) right no-repeat;
	}

	.newLeft,
	.newRight {
		border-bottom: 1px solid #ddd;
		float: none;
		width: 100%;
	}

	.newImg {
		height: 100%;
	}

	.newInfo p {
		max-width: none;
		font-size: 18px;
		white-space: nowrap;
		/* 禁止文本自动换行 */
		overflow: hidden;
		/* 溢出部分隐藏 */
		text-overflow: ellipsis;
		/* 溢出部分以省略号显示 */
	}

	.newDate {
		width: 22%;
	}

	.news {
		background: url(../images/newbg.jpg) top repeat;
	}

	.news .abMore {
		display: none;
	}

	.moreWap {
		display: block !important;
		margin-top: 0px !important;
		padding-bottom: 30px !important;
	}

	.newBox {
		padding-bottom: 10px;
	}

	/* win */

	.winLeft,
	.winRight {
		float: none;
		width: 100%;
	}

	.winNumBox,
	.winText {
		float: none;
	}

	.winText {
		width: 100%;
	}

	.winNumBox {
		width: 36%;
	}

	.winNumBox p {
		text-align: left;
	}

	.winLeft .title {
		padding-bottom: 0;
	}

	.cooper {
		background-size: contain;
	}

	.winText p {
		margin-top: 20px;
		font-size: 14px;
		line-height: 1.7;
	}

	.winNum {
		font-size: 50px;
	}

	p.winLeftText {
		font-size: 20px;
	}

	.winNum span {
		right: 15px;
	}
}