@charset "UTF-8";
@import "../css/public.css";
@import "../css/canvi.css";
@import "../css/swiper.min.css";
@import "../css/font/iconfont.css";
/*banner*/
.header-swiper {
	width: 100%;
	height: 700px;
}

.header-swiper img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*banner end*/
/*公司概况*/
.survey-wrapper {
	width: 100%;
	height: auto;
	padding: 110px 0 125px;
}

.survey-layout {
	display: flex;
	justify-content: space-between;
}

.survey-left {
	width: 638px;
	height: 676px;
	background: #0A48A5;
	position: relative;
}

.survey-left img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	position: absolute;
	left: 35px;
	bottom: 30px;
}

.survey-right {
	box-sizing: border-box;
	width: calc(100% - 638px - 35px);
	padding-left: 67px;
}

.survey-right h4 {
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	box-sizing: border-box;
	padding-bottom: 13px;
	position: relative;
	margin-top: 17px;
}

.survey-right h4:after {
	width: 60px;
	height: 2px;
	display: inline-block;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: #399D33;
}

.survey-right p {
	font-size: 16px;
	line-height: 35px;
	color: #333333;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 11;
	margin: 56px 0 76px;
}

.survey-right a {
	width: 249px;
	height: 65px;
	display: inline-block;
	background: #0A48A5;
	box-shadow: 0px 4px 10px 0px rgba(10, 72, 165, 0.38);
	border-radius: 10px;
	text-align: center;
	line-height: 65px;
	font-size: 16px;
	color: #FFFFFF;
}

/*公司概况 end*/
/*板块头部公共样式*/
.plate-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.plate-left h4 {
	font-size: 48px;
	font-weight: bold;
	color: #FFFFFF;
}

.plate-left h4 span {
	color: #399D33;
}

.plate-left p {
	position: relative;
	font-size: 24px;
	color: #FFFFFF;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}

.plate-left p:after {
	content: "";
	width: 52px;
	height: 1px;
	display: inline-block;
	background: #FFFFFF;
	margin-left: 14px;
}

.plate_more {
	display: flex;
	align-items: center;
}

.plate_more span {
	font-size: 16px;
	color: #399D33;
	box-sizing: border-box;
	padding-bottom: 7px;
	border-bottom: 1px solid #399D33;
	display: inline-block;
	margin-left: 11px;
}

/*板块头部公共样式 end*/
/*业务信息*/
.business {
	width: 100%;
	height: auto;
	padding: 32px 0 0;
	background: url("../images/business-bg.png") repeat-x center top;
}

.business-cont {
	margin-top: 65px;
	position: relative;
}

.business-swiper {
	box-sizing: border-box;
	padding: 5px;
}

.business-swiper .swiper-slide {
	background: #FFFFFF;
	border-radius: 10px;
}

.business-swiper a {
	width: 100%;
	height: 397px;
	box-shadow: 0px 4px 10px 0px rgba(10, 72, 165, 0.17);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.business-swiper a:before {
	content: "";
	width: 58px;
	height: 58px;
	display: inline-block;
	position: absolute;
	background: rgba(57, 157, 51, 0.16);
	border-radius: 50%;
	top: 15%;
	left: 38%;
	display: none;
}

.business-swiper a:hover:before {
	display: inline-block;
}

.business-swiper a:hover button {
	background: #0A48A5;
	box-shadow: 0px 4px 10px 0px rgba(10, 72, 165, 0.38);
}

.business-swiper i {
	font-size: 60px;
	color: #333333;
	position: relative;
	z-index: 1;
}

.business-swiper p {
	font-size: 26px;
	color: #333333;
	margin: 34px 0 54px;
}

.business-swiper button {
	border: none;
	width: 204px;
	height: 65px;
	background: #999999;
	color: #FFFFFF;
	font-size: 18px;
	border-radius: 10px;
	transition: all 0.3s ease-in-out 0s;
}

.business-btn {
	width: 200.55px;
	height: 58.71px;
	margin: 58px auto 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.business-btn .business-button-next,
.business-btn .business-button-prev {
	position: relative;
	width: 95.77px;
	height: 58.71px;
	margin-top: 0;
	top: 0;
}

.business-btn .business-button-prev {
	background: url("../images/business-btn-img.png") no-repeat left center;
	left: auto;
}

.business-btn .business-button-next {
	background: url("../images/business-btn-img.png") no-repeat right center;
	right: auto;
}

/*业务信息 end*/
/*新闻中心*/
.news-center {
	padding: 118px 0 0;
	box-sizing: border-box;
}

.news-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news-top .plate-left h4 {
	color: #0A48A5;
}

.news-top .plate-left p {
	color: #999999;
}

.news-top .plate-left p:after {
	background: #999999;
}

.news-tabs {
	display: flex;
	align-items: center;
	border-radius: 30px;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #D0D0D0;
}

.news-tabs li {
	height: 59px;
	line-height: 59px;
	width: 133px;
	text-align: center;
	border-radius: 30px;
	margin-right: 14px;
}

.news-tabs li:last-child {
	margin-right: 0;
}

.news-tabs li.active {
	background: #0A48A5;
}

.news-tabs li.active a {
	color: #FFFFFF;
}

.news-tabs a {
	font-size: 16px;
	color: #666666;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.news-layout {
	justify-content: space-between;
	margin-top: 53px;
	display: none;
}

.news-layout.active {
	display: flex;
}

.news-left {
	width: 525px;
	height: auto;
}

.news-left img {
	width: 100%;
	height: 282px;
	object-fit: cover;
	display: block;
}

.news-left:hover h4 {
	color: #0A48A5;
}

.news-left:hover i {
	transform: translateX(10px);
}

.news_fr_cont {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 65px 46px 42px 28px;
	border: 1px solid rgba(170, 170, 170, 0.19);
}

.news_fr_cont h4 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: all 0.3s ease-in-out 0s;
}

.news_fr_cont p {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	margin: 26px 0 33px;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-indent: 2em;
	height: 72px;
}

.news_fr_cont span {
	font-size: 14px;
	line-height: 24px;
	color: #999999;
}

.news_fr_cont i {
	display: inline-block;
	font-size: 20px;
	margin-left: 17px;
	transition: all 0.3s ease-in-out 0s;
}

.news-right {
	width: calc(100% - 525px - 36px);
	display: flex;
	flex-direction: column;
	/*justify-content: space-between;*/
}

.news-right li {
	height: 160px;
	background: #F7F7F7;
	position: relative;
	margin-bottom: 43px;
}

.news-right li:last-child {
	margin-bottom: 0;
}

.news-right li:after {
	content: "";
	width: 0;
	height: 2px;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #0A48A5;
	transition: all 0.3s ease-in-out 0s;
}

.news-right li:hover:after {
	width: 100%;
}

.news-right li:hover div, .news-right li:hover h4 {
	color: #0A48A5;
}

.news-right a {
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 25px 30px 9px 58px;
}

.news-right div {
	display: inline-block;
	float: right;
	text-transform: uppercase;
	font-size: 14px;
	color: #999999;
}

.news-right h4 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.news-right p {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 48px;
	margin: 24px 0 12px;
}

.news-right span {
	font-size: 14px;
	color: #999999;
}

/*新闻中心 end*/
/*通知公告*/
.notice {
	box-sizing: border-box;
	padding: 122px 0 0;
}

.notice-layout {
	display: flex;
	justify-content: space-between;
}

.notice-left {
	flex-direction: column;
	align-items: flex-start;
}

.notice-left h4 {
	color: #0A48A5;
}

.notice-left p {
	color: #999999;
}

.notice-left p:after {
	background: #999999;
}

.notice-left .plate_more {
	margin-top: 70px;
}

.notice-right {
	width: calc(100% - 192px - 180px);
}

.notice-swiper {
	box-sizing: border-box;
	padding: 5px;
}

.notice-swiper a {
	width: 100%;
	height: 283px;
	background: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0px 4px 10px 0px rgba(10, 72, 165, 0.08);
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding: 0 30px;
}

.notice-swiper a:hover p, .notice-swiper a:hover span {
	color: #0A48A5;
}

.notice-swiper p {
	color: #999999;
	font-size: 14px;
	transition: all 0.3s ease-in-out 0s;
}

.notice-swiper h4 {
	font-size: 18px;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #333333;
	height: 46px;
	margin: 29px 0 27px;
}

.notice-swiper span {
	color: #999999;
	font-size: 14px;
	display: flex;
	align-items: center;
	transition: all 0.3s ease-in-out 0s;
}

.notice-swiper span i {
	display: inline-block;
	font-size: 16px;
	margin-left: 5px;
}

/*通知公告 end*/
/*公司地址*/
.company-address {
	box-sizing: border-box;
	padding-top: 158px;
}

.address-wrapper {
	display: block;
	height: 334px;
	background: #F6F6F6;
}

.address-list {
	box-sizing: border-box;
	padding: 59px 0;
	display: flex;
	justify-content: center;
}

.address-list div {
	width: 88px;
	height: 88px;
	border-radius: 50%;
	background: #FFFFFF;
	text-align: center;
	line-height: 88px;
	display: inline-block;
	transition: all 0.3s ease-in-out 0s;
}

.address-list div i {
	font-size: 40px;
	background: linear-gradient(90deg, #0A48A5 0%, #399D33 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.address-list div .icon-lianxidianhua {
	font-size: 44px;
}

.address-list h4 {
	font-size: 26px;
	color: #333333;
	font-weight: 400;
	margin: 12px 0 30px;
}

.address-list p {
	font-size: 20px;
	color: #666666;
	text-align: center;
}

.address-list li {
	text-align: center;
	width: 242px;
}

.address-list li:hover div {
	background: #0A48A5;
}

.address-list li:hover div i {
	color: #FFFFFF;
	background: transparent;
	-webkit-background-clip: initial;
	-webkit-text-fill-color: #FFFFFF;
}

/*公司地址 end*/
@media screen and (max-width: 1400px) {
	.header-swiper {
		height: 487px;
	}
}

@media screen and (max-width: 1280px) {
	.survey-left, .survey-right {
		width: 49%;
	}

	.notice-right {
		width: calc(100% - 292px);
	}
}

@media screen and (max-width: 1152px) {
	.business-swiper a {
		padding: 30px 0;
		height: auto;
	}

	.business-swiper button {
		width: 150px;
		height: 50px;
	}

	.survey-left {
		height: 515px;
	}
}

@media screen and (max-width: 1024px) {
	.header-swiper {
		height: 352px;
	}

	.survey-layout {
		flex-direction: column-reverse;
	}

	.survey-right {
		width: 100%;
		padding-left: 0;
	}

	.survey-right p {
		margin: 25px;
	}

	.survey-wrapper {
		padding: 60px 0;
	}

	.survey-left {
		width: 95%;
		margin-top: 90px;
	}

	.company-address, .notice {
		padding-top: 60px;
	}

	.news-layout {
		flex-direction: column;
	}

	.news-left {
		width: 100%;
	}

	.news-right {
		width: 100%;
	}

	.news-right li {
		margin-top: 20px;
		margin-bottom: 0;
	}

	.notice-layout {
		flex-direction: column;
	}

	.notice-left {
		flex-direction: row;
		align-items: center;
	}

	.notice-left .plate_more {
		margin-top: 0;
	}

	.notice-right {
		width: 100%;
		margin-top: 20px;
	}

	.notice-swiper a {
		padding: 20px;
		height: auto;
	}

	.address-wrapper {
		height: auto;
	}

	.address-list {
		flex-wrap: wrap;
		padding: 20px 20px 40px;
	}

	.address-list li {
		width: calc(50% - 20px);
		margin-top: 20px;
	}

	.survey-right a {
		width: 160px;
		height: 50px;
		line-height: 50px;
	}
}

@media screen and (max-width: 750px) {
	.survey-left {
		height: 440px;
	}

	.news-top {
		flex-direction: column;
		align-items: flex-start;
	}

	.news-tabs {
		align-self: flex-end;
		margin-top: 20px;
	}
}

@media screen and (max-width: 515px) {
	.header-swiper {
		height: 270px;
	}

	.survey-left {
		height: 300px;
	}

	.news-tabs {
		width: 100%;
	}

	.news-tabs li {
		width: 33.3333333333%;
		margin-right: 0;
	}

	.address-list li {
		width: 100%;
	}

	.plate-left h4 {
		font-size: 32px;
	}
}

@media screen and (max-width: 450px) {
	.survey-left {
		margin-top: 50px;
	}

	.survey-left img {
		left: 0;
		top: 0;
	}

	.news-left img {
		height: 202px;
	}

	.news_fr_cont {
		padding: 20px;
	}
}
