@charset "UTF-8";

/* ========== 外层框架 start ========== */
/* ————— 头部 start ————— */
.top {
	background-color: transparent;
	height: 100px;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 50;
}

.logo {
	float: left;
	display: inline;
	margin-top: 15px;
}

.logo img {
	height: 75px;
	display: block;
}

.logo img.logo2 {
	visibility: hidden;
	opacity: 0;
}

.indexMenu {
	float: left;
	display: inline;
	margin-left: 100px;
}

.indexMenu:after {
	display: block;
	content: ””;
	clear: both;
	visibility: hidden;
}

.indexMenu dd {
	float: left;
	display: inline;
	margin-right: 40px;
	opacity: 0;
	visibility: hidden;
	position: relative;
}

.indexMenu dd .yiji {
	font-size: 16px;
	color: #ffffff;
	height: 100px;
	line-height: 100px;
	display: block;
}

.indexMenu dd .erji {
	width: 150px;
	background-color: #ffffff;
	border-radius: 10px;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -75px;
	box-shadow: 0px 2px 12px rgb(51 51 51 / 29%);
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s linear;
	-wekit-transition: all 0.3s linear;
	transform: translateY(10px);
	-wekit-transform: translateY(10px);
}

.indexMenu dd .erji span {
	width: 30px;
	height: 15px;
	background: url(../images/triangle.png) no-repeat center center;
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -15px;
}

.indexMenu dd .erji .erjiList a {
	font-size: 14px;
	line-height: 38px;
	height: 38px;
	color: #666666;
	display: block;
	text-align: center;
}

.topRight {
	float: right;
	display: inline;
	margin-top: 7px;
}

.topRight .button1 {
	float: left;
	display: inline;
	margin-left: 40px;
}

.topRight .button2 {
	float: left;
	display: inline;
}

.topRight .button2 a {
	height: 88px;
	width: 24px;
	background: url(../images/menu.png) no-repeat center;
	display: inline-block;
	float: left;
	display: inline;
}

/*搜索*/
.topRight .button1 a {
	height: 88px;
	width: 24px;
	background: url(../images/search.png) no-repeat center;
	display: inline-block;
	float: left;
	display: inline;
}

.model.show::before {
	animation: menu-animation .8s ease-out forwards;
	transform: scale(2) translateY(0);
}

.model.show {
	display: block;
}

.model {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10600;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.model span {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
	font-size: 72px;
	text-align: center;
	overflow: hidden;
	color: #fff;
	z-index: 10;
}

.model::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, .87);
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border-radius: 100%;
	transform: scale(.04) translateY(9999px);
	overflow: hidden;
	z-index: 9;
}

.searchPWBox {
	width: 600px;
	height: 60px;
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	margin: -30px 0 0 -300px;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	;
}

.model.show .animHide {
	opacity: 0;
}

.searchPWBox input {
	display: block;
	float: left;
	width: 530px;
	height: 60px;
	background: none;
	border: none;
	line-height: 60px;
	color: #333;
	font-size: 16px;
	margin-left: 10px;
}

.searchPWBox input::placeholder {
	color: #999;
	font-size: 16px;
}

.searchPWBox input::-webkit-placeholder {
	color: #999;
	font-size: 16px;
}

.searchPWBox a {
	float: left;
	display: inline;
	width: 60px;
	height: 60px;
	background: #004b93 url(../images/search.png) no-repeat center center;
	background-size: 18px 18px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 60px;
}

.searchPWBox a:hover {
	opacity: 0.9;
}

@keyframes menu-animation {
	0% {
		opacity: 0;
		transform: scale(.04) translateY(300%)
	}

	40% {
		transform: scale(.04) translateY(0);
		transition: ease-out
	}

	40% {
		transform: scale(.04) translateY(0)
	}

	60% {
		opacity: 1;
		transform: scale(.02) translateY(0)
	}

	61% {
		opacity: 1;
		transform: scale(.04) translateY(0)
	}

	99.9% {
		opacity: 1;
		height: 0;
		padding-bottom: 100%;
		border-radius: 100%
	}

	100% {
		opacity: 1;
		transform: scale(2) translateY(0);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0
	}
}

/* 搜索end */
/* ————— 导航 start ————— */
.indexMenu dd.show {
	opacity: 1;
	visibility: visible;
}

.indexMenu dd:hover .erji {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
	-wekit-transform: translateY(0px);
}

.indexMenu dd .erji .erjiList a:hover {
	color: rgba(10, 80, 162, 0.88);
}

.top.active {
	background-color: rgba(10, 80, 162, 0.88);
}

/* ————— 导航 end ————— */
/* 内页顶部start */
.subTop .top {
	background-color: #ffffff;
	box-shadow: 0 0 12px rgb(51 51 51 / 29%);
}

.subTop .top .logo img.logo1 {
	display: none
}

.subTop .top .logo img.logo2 {
	visibility: visible;
	opacity: 1;
}

.subTop .indexMenu {
	margin-left: 205px;
}

.subTop .indexMenu dd {
	visibility: visible;
	opacity: 1;
}

.subTop .indexMenu dd .yiji {
	color: #333333;
	position: relative;
}

.subTop .indexMenu dd:hover .yiji {
	color: #3a73b6;
}

.subTop .indexMenu dd.hover .yiji {
	color: #3a73b6;
}

.subTop .indexMenu dd.hover .yiji::before {
	width: 100%;
	height: 3px;
	background-color: #3a73b6;
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
}

.subTop .topRight .button1 {
	margin-left: 0;
}

.subTop .topRight .button1 a {
	background-image: url(../images/search2.png);
}

.subTop .topRight .button2 {
	display: none;
}

/* 内页顶部end */
/* ————— 头部 end ————— */
/* ————— 底部 start ————— */
.footer {
	background: url(../images/footerBg.png) no-repeat center / cover;
}

.footerUp {
	padding-bottom: 35px;
	border-bottom: 1px solid #464646;
	position: relative;
}

.footerMenu {
	float: left;
	display: inline;
	overflow: hidden;
	margin-top: 60px;
}

.footerMenu .item {
	float: left;
	display: inline;
	margin-right: 50px;

}

.footerMenu .item .yiJi a {
	font-size: 18px;
	line-height: 65px;
	height: 65px;
	color: #ffffff;
	display: block;
}

.footerMenu .item .erJi a {
	font-size: 14px;
	line-height: 38px;
	height: 38px;
	color: #666666;
	display: block;
	overflow: hidden;
}

.ewm {
	float: right;
	display: inline;
	overflow: hidden;
	margin-top: 77px;
}

.ewm .item {
	float: left;
	display: inline;
	margin-left: 30px;
}

.ewm .item .picBox {
	border: 1px solid #222222;
	padding: 9px;
}

.ewm .item .pic {
	width: 110px;
}

.ewm .item .pic::before {
	padding-top: 100%;
}

.ewm .item span {
	line-height: 35px;
	height: 35px;
	display: block;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}

.backTop {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #0950a2 url(../images/backTop.png) no-repeat center;
	position: absolute;
	right: 0;
	bottom: 67px;
}

.footerDown {
	line-height: 73px;
	height: 73px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
}

.footerDown a {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	margin: 0 4px;
}

.footerDown span {
	margin: 0 4px;
}

.footerDown img {
	margin: 0 4px;
	vertical-align: text-bottom;
}

.footerDown .footerDown1 {
	float: left;
	display: inline;
}

.footerDown .footerDown2 {
	float: right;
	display: inline;
}

.footerMenu .item .yiJi a:hover,
.footerMenu .item .erJi a:hover,
.footerDown a:hover {
	color: #0c52a3;
}

/* ————— 底部 end ————— */
/* ========== 外层框架 end ========== */
/* ========== 内层框架 start ========== */
/* ————— subBanner start ————— */
.subBanner {
	width: 100%;
}

.subBanner::after {
	display: block;
	content: "";
	padding-top: 26.0416%
}

/* ————— subBanner end ————— */
/* ————— 当前位置 start ————— */
.locationBox {
	clear: both;
	width: 100%;
	height: 60px;
	background: #fff;
	box-shadow: 0 3px 5px #dcdcdc;
}

.location {
	height: 60px;
	overflow: hidden;
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/common/home.png);
}

.location span {
	display: inline;
	float: left;
	height: 60px;
	line-height: 60px;
	margin-right: 10px;
	color: #999999;
	font-size: 14px;
}

.location a {
	display: inline;
	float: left;
	height: 60px;
	line-height: 60px;
	margin-right: 5px;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(../images/common/icon8.png);
	color: #999999;
	font-size: 14px;
	padding-right: 13px;
}

.location a:last-child {
	background: none;
}

.location a:hover {
	color: #3a73b6
}

.location a.hover {
	color: #3a73b6
}

.subNav {
	margin-left: 560px;
	overflow: hidden;
	position: relative;
	/* width: 100%; */
}

.subNav .subnavList {
	margin: 0 20px;
	overflow: hidden;
}

.subNav .swiper-arrow-box .swiper-button-prev,
.subNav .swiper-arrow-box .swiper-button-next {
	position: absolute;
	top: 50%;
	margin-top: -7.5px;
	cursor: pointer;
}

.subNav .swiper-arrow-box .swiper-button-prev {
	left: 0;
	width: 8px;
	height: 15px;
	background: url(../images/column3Prev.png) no-repeat center;
}

.subNav .swiper-arrow-box .swiper-button-next {
	right: 0;
	width: 8px;
	height: 15px;
	background: url(../images/column3Next.png) no-repeat center;
}

.subNav a {
	/* width: 130px !important; */
	display: inline;
	text-align: center;
	/* float: left; */
	line-height: 60px;
	height: 57px;
	color: #666666;
	font-size: 14px;
	/* padding: 0 14px; */
}

.subNav a.hover {
	color: #3a73b6
}

.subNav a:hover {
	color: #3a73b6
}

/* ————— 当前位置 end ————— */
/* ————— 页码 start ————— */
.page {
	text-align: center;
	clear: both;
	font-size: 14px;
}

.page a {
	display: inline-block;
	overflow: hidden;
	color: #999999;
	border-radius: 25px;
	background: #fff;
	margin: 0 7px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.page span {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
	top: -15px;
}

.page a:hover {
	background: #1e5ab0;
	color: #fff;
}

.page a.hover {
	background: #1e5ab0;
	color: #fff;
}

.page input {
	display: inline-block;
	vertical-align: middle;
	height: 22px;
	border: 1px solid #e6e6e6;
	position: relative;
	top: -2px;
}

.page input.pageDetail {
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 3px;
	color: #999999;
	position: relative;
	top: -13px;
}

.page label {
	color: #999999;
	position: relative;
	top: -11px;
}

.page input.page_bnt {
	border: none;
	width: 30px;
	height: 25px;
	cursor: pointer;
	background: none;
	color: #999999;
	position: relative;
	top: -13px;
}

.page a div {
	width: 11px;
	height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
}

.page a.firstPage div {
	background-image: url(../images/common/page/firstPage.png)
}

.page a.prevPage div {
	background-image: url(../images/common/page/prevPage.png)
}

.page a.nextPage div {
	background-image: url(../images/common/page/nextPage.png)
}

.page a.lastPage div {
	background-image: url(../images/common/page/lastPage.png)
}

.page a.firstPage:hover div {
	background-image: url(../images/common/page/firstPageh.png)
}

.page a.prevPage:hover div {
	background-image: url(../images/common/page/prevPageh.png)
}

.page a.nextPage:hover div {
	background-image: url(../images/common/page/nextPageh.png)
}

.page a.lastPage:hover div {
	background-image: url(../images/common/page/lastPageh.png)
}

.page a.firstPage.disabled {
	background: #e4e4e4;
}

.page a.prevPage.disabled {
	background: #e4e4e4;
}

.page a.nextPage.disabled {
	background: #e4e4e4;
}

.page a.lastPage.disabled {
	background: #e4e4e4;
}

.page a.firstPage.disabled div {
	background-image: url(../images/common/page/firstPage.png)
}

.page a.prevPage.disabled div {
	background-image: url(../images/common/page/prevPage.png)
}

.page a.nextPage.disabled div {
	background-image: url(../images/common/page/nextPage.png)
}

.page a.lastPage.disabled div {
	background-image: url(../images/common/page/lastPage.png)
}

/* ————— 页码 end ————— */
/* ————— indexBanner start ————— */
.indexBanner {
	position: relative;
}

.indexBannerLoad {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 1.3s;
	-webkit-transition: all 1.3s;
}

.indexBannerLoad svg {
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	width: 100px;
	height: 100px;
	fill: rgb(215, 23, 24);
}

.indexBannerLoad.hide {
	visibility: hidden;
	opacity: 0;
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

.indexBanner .bd {
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.indexBanner .bd .slick-list,
.indexBanner .bd .slick-track {
	height: 100%;
}

.indexBanner.delay .bd .slick-track {
	transition-delay: 1.3s !important;
	-webkit-transition-delay: 1.3s !important;
}

.indexBanner .mySlide {
	height: 100%;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.indexBanner .mySlide a {
	display: block;
	height: 100%;
	width: 100%;
}

.indexBanner .slick-dots {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.indexBanner .slick-dots li {
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	margin-right: 15px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	background: #fff;
}

.indexBanner .slick-dots li.slick-active {
	background: #0950a2;
	display: inline-block;
	width: 29px;
	height: 9px;
	border-radius: 5px;
}

.indexBanner .mySlide .text {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1200px;
	transform: translate(-50%, -50%);
	color: #FFF;
	display: none;
}

.indexBanner .mySlide .text .text1 {
	font-size: 25px;
	margin-bottom: 30px;
}

.indexBanner .mySlide .text .text2 {
	font-size: 0px;
}

.indexBanner .mySlide .text .text2 span {
	font-size: 70px;
	font-family: "宋体";
	font-weight: bold;
	letter-spacing: 3px;
	float: left;
}

.indexBanner .mySlide.slick-active .text {
	display: block;
}

.indexBanner .img {
	width: 1200px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 0;
	text-align: center;
}

.indexBanner .img .imgItem img {
	overflow: hidden;
	display: inline-block;
	visibility: hidden;
	margin-bottom: 22px;
}

.indexBanner .img .imgItem img.show {
	visibility: visible;
}

/* ————— indexBanner end ————— */
/* ========== 内层框架 end ========== */
/* ========== 首页 start ========== */
/* ————— 公共部分 start ————— */
/* ————— 公共部分 end ————— */
/* ————— 集团简介 start ————— */
.column1 {
	height: 883px;
}

.column1 .indexTitle {
	text-align: center;
	padding-top: 80px;
	margin-bottom: 83px;
}

.column1 .indexTitle .titleC {
	line-height: 58px;
	height: 58px;
	font-size: 40px;
	color: #333333;
}

.column1 .indexTitle .titleE {
	line-height: 45px;
	height: 45px;
	font-size: 36px;
	color: #f0f0f0;
	font-family: arial;
}

.column1C {
	width: 530px;
	overflow: hidden;
	padding-top: 77px;
}

.column1C .title {
	line-height: 60px;
	height: 60px;
	font-size: 30px;
	color: #333333;
	margin-bottom: 25px;
}

.column1C .info {
	line-height: 35px;
	height: 105px;
	font-size: 15px;
	color: #666666;
	overflow: hidden;
	width: 100%;
	margin-bottom: 63px;
}

.column1C .btn a {
	width: 150px;
	background-color: #0950a2;
	border-radius: 22px;
	display: block;
	line-height: 44px;
	height: 44px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	padding-right: 10px;
	background-image: url(../images/iconRight.png);
	background-repeat: no-repeat;
	background-position: 120px center;
}

.column1C .btn:hover a {
	font-weight: bold;
}

.column1R {
	float: right;
	display: inline;
	position: relative;
}

.column1Pic1 .pic {
	width: 720px;
	border-radius: 7px;
}

.column1Pic1 .pic::before {
	padding-top: 56.25%;
}

.indexVideo {
	position: absolute;
	left: -114px;
	top: 146px;
	z-index: 2;
	cursor: pointer;
}

.indexVideo .pic {
	width: 231px;
	border-radius: 7px;
}

.indexVideo .pic::before {
	padding-top: 132.9004%;
}

.indexVideo .btn {
	position: absolute;
	left: 95px;
	top: 150px;
}

.indexVideo .btn .pic {
	width: 40px;
	border-radius: 7px;
}

.indexVideo .btn .pic::before {
	padding-top: 100%;
}

/* ————— 集团简介 end ————— */
/* ————— 集团业务 start ————— */
.column2 {
	height: 883px;
}

.column2 .indexTitle {
	text-align: center;
	padding-top: 80px;
	margin-bottom: 83px;
}

.column2 .indexTitle .titleC {
	line-height: 58px;
	height: 58px;
	font-size: 40px;
	color: #333333;
}

.column2 .indexTitle .titleE {
	line-height: 45px;
	height: 45px;
	font-size: 36px;
	color: #f5f5f5;
	font-family: arial;
}

.col2swiper {
	width: 53.75%;
	margin: 0 auto;
	position: relative;
}

.col2swiper .pic {
	border-radius: 7px;
}

.col2swiper .pic::before {
	padding-top: 56.4432%;
}

.col2swipertion {
	position: absolute;
	left: -16%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	top: 43%;
	display: inline-block;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

.col2swipertion span {
	position: relative;
	top: 50px;
	font-size: 36px;
	color: #fff;
}

.col2swipertion span::before {
	display: block;
	content: "";
	position: absolute;
	right: 0px;
	top: 20px;
	width: 2px;
	height: 70px;
	background: #ffffff;
	transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
}

.col2swipertion i {
	font-size: 16px;
	color: #ffffff;
	font-style: normal;
	position: absolute;
	top: 125px;
}

.col2swiper1Dot {
	position: absolute;
	left: 880px !important;
	bottom: 100px !important;
}

.col2swiper1Dot .swiper-pagination-bullet {
	display: block;
	margin: 12px 0 !important;
}

.col2swiper1Dot .swiper-pagination-bullet {
	border: 1px solid #ffffff !important;
	background: none !important;

}

.col2swiper1Dot .swiper-pagination-bullet-active {
	background-color: #ffffff !important;
	width: 10px;
	height: 10px;
}

.column2Text {
	width: 685px;
	background-color: #ffffff;
	position: absolute;
	right: 0;
	bottom: -130px;
	border-radius: 7px;
}

.column2TextWrap {
	overflow: hidden;
	margin: 32px 32px 40px 50px;
}

.column2TextTitleR {
	float: right;
	display: inline;
	font-size: 110px;
	color: #f3f3f3;
	line-height: 110px;
	height: 110px;
}

.column2TextTitleL {
	overflow: hidden;
}

.column2TextTitleL .title {
	font-size: 24px;
	color: #0950a2;
	line-height: 50px;
	height: 50px;
	margin-left: 7px;
}

.column2TextTitleL .info {
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}

/* ————— 集团业务 end ————— */
/* ————— 经典工程 start ————— */
.column3 {
	height: 883px;
}

.column3 .indexTitle {
	text-align: center;
	padding-top: 80px;
	margin-bottom: 83px;
}

.column3 .indexTitle .titleC {
	line-height: 58px;
	height: 58px;
	font-size: 40px;
	color: #333333;
}

.column3 .indexTitle .titleE {
	line-height: 45px;
	height: 45px;
	font-size: 36px;
	color: #f5f5f5;
	font-family: arial;
}

.column3Swiper {
	position: relative;
	margin: 0 auto
}

.column3Swiper .swiper-container {
	padding-bottom: 48px;
}

.column3Swiper .swiper-slide {
	width: 57.9861%;
	background: #fff;
}

.column3Swiper .swiper-slide .pic::before {
	padding-top: 56.2874%;
}

.column3Swiper .swiper-slide .pic {
	position: relative;
	z-index: 1;
	border-radius: 7px;
	overflow: hidden;
}

.column3Swiper .swiper-slide .pic .con {
	line-height: 60px;
	height: 60px;
	color: #ffffff;
	font-size: 18px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	text-align: center;
	background: url(../images/column3Bg2.png)no-repeat center /cover;
}

.column3Swiper .swiper-slide-active .pic .con {
	visibility: visible;
	opacity: 1;
}

.column3Swiper .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

.column3Swiper .swiper-pagination-bullets .swiper-pagination-bullet {
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	margin-right: 15px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	background-color: #0950a2;
	opacity: 1 !important;
}

.column3Swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: #0950a2;
	display: inline-block;
	width: 29px;
	height: 9px;
	border-radius: 5px;
}

.column3Swiper-prev {
	border: 1px solid #b7b7b7;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: url(../images/column3Prev.png) no-repeat center;
	position: absolute;
	left: -90px;
	bottom: 250px;
	cursor: pointer;
}

.column3Swiper-prev:hover {
	background: #0950a2 url(../images/column3Prev2.png) no-repeat center;
}

.column3Swiper-next {
	border: 1px solid #b7b7b7;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: url(../images/column3Next.png) no-repeat center;
	position: absolute;
	right: -90px;
	bottom: 250px;
	cursor: pointer;
}

.column3Swiper-next:hover {
	background: #0950a2 url(../images/column3Next2.png) no-repeat center;
}

/* ————— 经典工程 end ————— */
/* ————— 新闻中心 start ————— */
.column4 {
	height: 883px;
}

.column4 .indexTitle {
	text-align: center;
	padding-top: 80px;
	margin-bottom: 83px;
}

.column4 .indexTitle .titleC {
	line-height: 58px;
	height: 58px;
	font-size: 40px;
	color: #ffffff;
}

.column4 .indexTitle .titleE {
	line-height: 45px;
	height: 45px;
	font-size: 36px;
	color: rgba(225, 225, 225, 0.6);
	font-family: arial;
}

.newsImgText {
	margin-bottom: 50px;
	margin-right: -30px;
	overflow: hidden;
}

.column4ConL,
.column4ConR {
	float: left;
	width: 50%;
	display: inline;
}

.column4Con {
	margin-right: 30px;
}

/* 滚动start */

.column4Scroll {
	position: relative;
	border-radius: 7px;
	overflow: hidden;
}

.column4Scroll .bd {
	overflow: hidden;
}

.column4Scroll .slick-list {
	overflow: visible;
	margin-right: -30px;
}

.column4Scroll .myslide {
	width: 33.3333%;
	float: left;
	display: inline;
}

.column4Scroll .pic::before {
	padding-top: 57.2591%;
}

.column4Scroll .pic {
	overflow: hidden;
}

.column4Scroll .column4Text {
	width: 100%;
	height: 60px;
	background-color: rgba(0, 0, 0, 0.78);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}

.column4Scroll .column4Text .column4TextL {
	float: left;
	display: inline;
	line-height: 60px;
	height: 60px;
	margin-left: 20px;

}

.column4Scroll .column4Text .column4TextL a {
	font-size: 20px;
	color: #ffffff;
	transition: 0.3s linear;
}

.column4Scroll .column4Text .column4TextL a:hover {
	opacity: 0.8;
}

.column4Scroll .column4Text .column4Dots {
	float: right;
	display: inline;
	margin: 25px 30px 0 0;
}

.column4Dots .slick-dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #696a70;
	border-radius: 50%;
	margin: 0 3px;
	transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	cursor: pointer;
}

.column4Dots .slick-dots li.slick-active {
	background-color: #ffffff;
}

/* 滚动end */
.newsText {
	background-color: #fff;
	height: 120px;
	border-radius: 7px;
	margin-bottom: 30px;
}

.newsText:last-child {
	margin-bottom: 0px;
}

.newsWrap {
	padding: 25px 30px;
}

.newsTextL {
	float: left;
	display: inline;
	margin-right: 25px;
}

.newsTextL .order {
	line-height: 25px;
	height: 25px;
	font-size: 30px;
	color: #999999;
	margin-bottom: 16px;
	margin-left: 10px;
}

.newsTextL .line {
	width: 22px;
	height: 1px;
	background-color: #e6e6e6;
	margin-bottom: 16px;
	margin-left: 15px;
}

.newsTextL .time {
	line-height: 12px;
	height: 12px;
	font-size: 14px;
	color: #adadad;
}

.newsTextR {
	overflow: hidden;
}

.newsTextR .title {
	line-height: 20px;
	height: 20px;
	font-size: 20px;
	color: #333333;
	margin-bottom: 8px;
}

.newsTextR .info {
	line-height: 24px;
	height: 48px;
	font-size: 14px;
	color: #858585;
	overflow: hidden;
}

.newsText:hover .newsTextR .title {
	color: #0950a2;
}

.column4 .btn a {
	width: 150px;
	background-color: #0950a2;
	border-radius: 22px;
	display: block;
	line-height: 44px;
	height: 44px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	background-image: url(../images/iconRight.png);
	background-repeat: no-repeat;
	background-position: 120px center;
	margin: 0 auto;
}

.column4 .btn:hover a {
	font-weight: bolder;
}

/* ————— 浮窗 start ————— */
.rightScroll {
	width: 400px;
	height: 250px;
	z-index: 999;
}

.rightScroll .logoleft {
	background: url(../images/logoleft.png) left center no-repeat;
	background-size: auto 70px;
	width: 106px;
	height: 70px;
	top: 0px;
	left: 10px;
	position: absolute;
}

.rightScroll .text {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-align: center;
	width: 100%;
}

.rightScroll .text .titl {
	font-size: 30px;
	color: #ffffff;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	margin-bottom: 20px;
}

.rightScroll .text .textC {
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	max-height: 60px;
	overflow: hidden;
}

.closeRight {
	background: url(../images/closeBtn.png) center center no-repeat;
	height: 30px;
	width: 30px;
	top: 5px;
	right: 5px;
	position: absolute;
}

/* ————— 浮窗 end ————— */

/* ————— 新闻中心 end ————— */
/* ————— 第5通栏 start ————— */
/* ————— 第5通栏 end ————— */
/* ————— 第6通栏 start ————— */
/* ————— 第6通栏 end ————— */
/* ————— 第7通栏 start ————— */
/* ————— 第7通栏 end ————— */
/* ————— 第8通栏 start ————— */
/* ————— 第8通栏 end ————— */
/* ========== 首页 end ========== */
