.banner img {
	width: 100%;
}

.banner .in {
	position: absolute;
	height: 100%;
	margin: 0 auto;
	top: 0;
	left: 50%;
	margin-left: -600px
}

.banner .swiper-pagination-bullet {
	border: 1px solid #fff;
	width: 8px;
	height: 8px;
	background: transparent;
	opacity: 1;
}

.banner .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}

.banner .swiper-button-prev {
	background: url(../img/icon6.png);
	width: 60px;
	height: 60px;
	background-size: 60px 60px;
}

.banner .swiper-button-next {
	background: url(../img/icon7.png);
	width: 60px;
	height: 60px;
	background-size: 60px 60px;
}


/* 首页工程案例轮播 */
.banner-case .swiper-button-prev {
	background: url(../img/icon3.png);
	width: 60px;
	height: 60px;
	background-size: 60px 60px;
}

.banner-case .swiper-button-prev:hover {
	background: url(../img/icon8.png);
	width: 60px;
	height: 60px;
	background-size: 60px 60px;
}

.banner-case .swiper-button-next {
	background: url(../img/icon4.png);
	width: 60px;
	height: 60px;
	background-size: 60px 60px;
}

.banner-case .swiper-button-next:hover {
	background: url(../img/icon9.png);
	width: 60px;
	height: 60px;
	background-size: 60px 60px;
}

.main-case .swiper-slide:hover .msg {
	background: #246cb5;
	color: #fff;
}

.tit img {
	display: block;
	margin: 45px auto 10px;
}

.tit p {
	text-align: center;
	color: #999999;
	font-size: 28px;
	line-height: 42px;
}

.main1 .msg {
	width: 100%;
	height: 1270px;
	padding-top: 50px;
	position: relative;
	overflow: hidden;
}

.main1 .msg .flxed1 {
	position: absolute;
	left: 0;
	top: 80px;
	z-index: 2;
	-webkit-animation-name: scaleDraw;
	/*关键帧名称*/
	-webkit-animation-timing-function: ease-in-out;
	/*动画的速度曲线*/
	-webkit-animation-iteration-count: infinite;
	/*动画播放的次数*/
	-webkit-animation-duration: 3s;
	/*动画所花费的时间*/
}

.main1 .msg .flxed2 {
	position: absolute;
	right: 0;
	bottom: 80px;
	z-index: 2;
	-webkit-animation-name: scaleDraw;
	/*关键帧名称*/
	-webkit-animation-timing-function: ease-in-out;
	/*动画的速度曲线*/
	-webkit-animation-iteration-count: infinite;
	/*动画播放的次数*/
	-webkit-animation-duration: 3s;
	/*动画所花费的时间*/
}

.main1 .msg .in {
	height: 100%;
	background: url(../img/icon10.png) center center no-repeat;
}

.main1 .msg li {
	width: 100%;
	display: flex;
}

.main1 .msg li .left,
.main1 .msg li .right {
	width: 50%;
	height: 420px;
	position: relative;
}

.main1 .msg li .img img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.main1 .msg li .h3 {
	font-size: 40px;
	width: 100%;
	font-weight: 600;
}

.main1 .msg li .h3 span {
	color: #246cb5;
}

.main1 .msg li .h4 {
	font-size: 18px;
	color: #999999;
	line-height: 28px;
	padding-top: 10px;
	margin-bottom: 30px;
}

.main1 .msg li .h5 {
	margin-top: 10px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
}

.main1 .msg li .h5 img {
	margin-right: 10px;
}

.main1 .msg li a {
	width: 136px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 2px solid #246cb5;
	border-radius: 20px;
	color: #246cb5;
	display: block;
	margin-top: 50px;
	position: relative;
}

.main1 .msg li a b {
	position: absolute;
	right: 10px;
}

.main1 .msg li:hover a {
	background: #246cb5;
	color: #fff;
}

.main1 .msg li:hover .img img {
	transform: scale(1.1);
	transition: all .4s ease-out;
}


@keyframes scaleDraw {

	/*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
	0% {
		transform: scale(1);
		/*开始为原始大小*/
	}

	25% {
		transform: scale(1.1);
		/*放大1.1倍*/
	}

	50% {
		transform: scale(1);
	}

	75% {
		transform: scale(1.1);
	}
}

.main2 .msg {
	width: 100%;
	height: 800px;
	background: url(../img/icon22.png) top center no-repeat;
	background-size: 100% 100%;
	margin-top: 20px;
}

.main2 .msg .in {
	height: 800px;
	overflow: hidden;
}

.main2 .msg .in .left {
	width: 255px;
	padding-right: 15px;
	overflow: hidden;
}

.main2 .msg .in .right {
	width: 255px;
	padding-left: 15px;
	overflow: hidden;
}

.main2 .msg .in .li {
	height: 158px;
	width: 215px;
	padding: 20px;
	border-radius: 20px;
	background: #fff;
	margin-top: 100px;
}

.main2 .msg .in .cenT {
	width: 660px;
	height: 660px;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
}

.main2 .msg .in .cenT .img1,
.main2 .msg .in .cenT .img2,
.main2 .msg .in .cenT .img3 {
	position: absolute;
	/* width: 100%; */
	/* height: 100%; */
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.main2 .msg .in .cenT .img3 {
	width: 450px;
	height: 450px;
	-webkit-animation-name: scaleDraw;
	/*关键帧名称*/
	-webkit-animation-timing-function: ease-in-out;
	/*动画的速度曲线*/
	-webkit-animation-iteration-count: infinite;
	/*动画播放的次数*/
	-webkit-animation-duration: 5s;
	/*动画所花费的时间*/
}

.main2 .msg .in .cenT .img1 {
	animation: rotate 3s linear infinite;
}

.main2 .msg .in .cenT .img2 {
	animation: rotate1 5s linear infinite;
}

@keyframes rotate {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(360deg)
	}
}

@keyframes rotate1 {
	from {
		transform: rotate(360deg)
	}

	to {
		transform: rotate(0deg)
	}
}

.main2 .msg .in .li .h3 {
	font-size: 21px;
	font-weight: 600;
}

.main2 .msg .in .li div {
	width: 30px;
	height: 8px;
	border-radius: 4px;
	background: #b5d0fd;
	margin-top: 12px;
	margin-bottom: 22px;
}

.main2 .msg .in .li p {
	font-size: 18px;
	line-height: 28px;
}

.main3 .swiper-container1 {
	width: 100%;
	overflow: hidden;
	padding-top: 50px;
}

.main3 .swiper-slide img {
	width: 100%;
}

.main3 .swiper-slide .msg {
	width: 86%;
	height: 70px;
	padding: 15px 7%;
	background: #ededed;
}

.main3 .swiper-slide .msg .name {
	font-size: 16px;
	line-height: 40px;
	/* padding-bottom: 15px; */
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.main3 .swiper-slide .msg .time {
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	/* padding-bottom: 15px; */
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: url(../img/icon25.png) right center no-repeat;
}

.main3 .swiper-container1 {
	position: relative;
}

.main3 .swiper-container1 .swiper-button-prev {
	background: url(../img/icon26.png);
	width: 60px;
	height: 60px;
	background-size: 60px 60px;
}

.main3 .swiper-container1 .swiper-button-next {
	background: url(../img/icon27.png);
	width: 60px;
	height: 60px;
	background-size: 60px 60px;
}

.main3 .swiper-slide:hover .msg {
	background: #246cb5;
	color: #fff;
}

.main3 .swiper-slide:hover .msg .name {
	color: #fff;
}

.main3 .swiper-slide:hover .msg .time {
	color: #fff;
}

.main3 .call {
	/* width: 1300px; */
	padding-top: 40px;
}

.main3 .call img {
	width: 320px;
	height: 9px;
	margin-top: 28px;
}

.main3 .call a {
	width: 250px;
	height: 65px;
	text-align: center;
	border-radius: 32px;
	line-height: 65px;
	display: inline-block;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
}

.main3 .call a:first-of-type {
	background: url(../img/icon31.png) top center no-repeat;
}

.main3 .call a:last-of-type {
	background: url(../img/icon32.png) top center no-repeat;
}

.main4 {
	padding-bottom: 100px;
}

.main4 .in {
	position: relative;
}

.main4 .swiper-container2 {
	overflow: hidden;
	height: 275px;
	margin-top: 70px;
}

.main4 .swiper-slide {
	box-sizing: border-box;
	padding: 60px 30px;
	border: 2px solid #e6e6e6;
	position: relative;
}

.main4 .swiper-slide h4 {
	font-size: 20px;
	line-height: 50px;
	color: #333333;
	font-weight: 600;
}

.main4 .swiper-slide p {
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}

.main4 .swiper-slide .top {
	font-size: 60px;
	height: 60px;
	line-height: 60px;
	font-weight: 600;
	color: #246cb5;
	position: absolute;
	left: 20px;
	top: 20px;
}

.main4 .swiper-slide .bottom {
	font-size: 60px;
	height: 60px;
	line-height: 60px;
	font-weight: 600;
	color: #246cb5;
	position: absolute;
	right: 20px;
	bottom: -20px;
}

.main4 .swiper-slide:hover {
	color: #fff !important;
	background: #246cb5 !important;
}

.main4 .swiper-slide:hover h4 {
	color: #fff;
}

.main4 .swiper-slide:hover p {
	color: #fff;
}

.main4 .swiper-slide:hover .top {
	color: #fff;
}

.main4 .swiper-slide:hover .bottom {
	color: #fff;
}



.index-e .swiper-button-prev {
	background: url(../img/icon_left_lan.png);
	width: 60px;
	height: 60px;
	background-size: 60px 60px;
	right: 12px;
	outline: none;
	/* right: 0; */
}


.index-e .swiper-button-next {
	background: url(../img/icon_right_lan.png);
	width: 60px;
	height: 60px;
	background-size: 60px 60px;
	right: 12px;
	outline: none;
	/* left: 0; */
}

.newInfo .swiper-button-prev {
	background: url(../img/icon1.png);
	width: 30px;
	height: 40px;
	background-size: 30px 40px;
	left: 0px;
	outline: none;
	/* right: 0; */
}


.newInfo .swiper-button-next {
	background: url(../img/icon2.png);
	width: 30px;
	height: 40px;
	background-size: 30px 40px;
	right: 0px;
	outline: none;
	/* left: 0; */
}



.main5 {
	width: 100%;
	height: 750px;
	background: url(../img/icon38.png) top center no-repeat;
	background-size: 100% 100%;
}

.main5 .in {
	overflow: hidden;
}

.main5 .left,
.main5 .right {
	width: 600px;
}

.main5 .right img {
	padding-top: 95px;
}

.main5 .left .h4 {
	border-left: 9px solid #246cb5;
	height: 104px
}

.main5 .left .h4 .eng {
	font-size: 22px;
	padding-left: 10px;
	color: #3467b9;
	height: 30px;
	font-weight: 600;
	padding-top: 44px;
}

.main5 .left .h4 .china {
	font-size: 24px;
	height: 30px;
	font-weight: 600;
	color: #fff;
	padding-left: 10px;
}

.main5 .left .desc {
	padding-top: 60px;
}

.main5 .left ul {
	padding-top: 50px;
}

.main5 .left ul li {
	margin-right: 50px;
}

.main5 .left ul li h4 {
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	color: #3467b9;
}

.main5 .left ul li h4 span {
	font-size: 50px;
	text-align: center;
}

.main5 .left ul li P {
	color: #999999;
	line-height: 28px;
	padding-top: 10px;
}

.main6 .in {
	overflow: hidden;
	position: relative;
	padding-bottom: 60px;
}

.main6 .swiper-container3 {
	margin-top: 55px;
}

.main6 .swiper-container3 .swiper-slide {
	display: flex;
	flex-wrap: wrap;
}

.main6 .swiper-container3 .swiper-slide li {
	width: 200px;
	height: 150px;
	box-sizing: border-box;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	position: relative;
	background: #fff;
}

.main6 .swiper-container3 .swiper-slide li:nth-of-type(6n) {
	border-right: 1px solid #eeeeee;
}

.main6 .swiper-container3 .swiper-slide li:nth-of-type(n+12) {
	border-bottom: 1px solid #eeeeee;
}

.main6 .swiper-container3 .swiper-slide li img {
	max-width: 80%;
	max-height: 80%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.main6 .swiper-pagination-bullet {
	background: #3467b9;
	width: 10px;
	height: 10px;
	opacity: 1;
	border-radius: 5px;
}

.main6 .swiper-pagination-bullet-active {
	background: #3467b9;
	opacity: 1;
	width: 20px;
}

/* 资质荣誉 */
.banner-zizhi .msg .swiper-wrapper .swiper-slide:hover .c33 {
	background: #246cb5;
	color: #fff;
}

.banner-zizhi .swiper-button-prev {
	background: url(../img/icon3.png);
	width: 60px;
	height: 60px;
	background-size: 60px 60px;
	left: 12px;
	outline: none;
	/* right: 0; */
}

.banner-zizhi .swiper-button-prev:hover {
	background: url(../img/icon8.png);
	width: 60px;
	height: 60px;
	background-size: 60px 60px;
	left: 12px;
	outline: none;
	/* right: 0; */
}

.banner-zizhi .swiper-button-next {
	background: url(../img/icon4.png);
	width: 60px;
	height: 60px;
	background-size: 60px 60px;
	right: 12px;
	outline: none;
	/* left: 0; */
}

.banner-zizhi .swiper-button-next:hover {
	background: url(../img/icon9.png);
	outline: none;
}
/* 热门产品 */
.banner-hot .msg .swiper-wrapper .swiper-slide:hover .c33 {
	background: #246cb5;
	color: #fff;
}

.banner-hot .swiper-button-prev {
	background: url(../img/icon8.png);
	width: 60px;
	height: 60px;
	background-size: 60px 60px;
	left: 12px;
	outline: none;
	/* right: 0; */
}

.banner-hot .swiper-button-prev:hover {
	background: url(../img/icon3.png);
	width: 60px;
	height: 60px;
	background-size: 60px 60px;
	left: 12px;
	outline: none;
	/* right: 0; */
}

.banner-hot .swiper-button-next {
	background: url(../img/icon9.png);
	width: 60px;
	height: 60px;
	background-size: 60px 60px;
	right: 12px;
	outline: none;
	/* left: 0; */
}

.banner-hot .swiper-button-next:hover {
	background: url(../img/icon4.png);
	outline: none;
}