 .head .right li:nth-of-type(7) a {
    color: #007cc2;
    font-weight: bold;
	}
.banner{
	height:600px;
	background: url(../images/banner4.png) no-repeat;
	background-size:100% 100%;
	position:relative;
}
.banner .mask{
	height:100%;
	width:100%;
	background-color: rgba(27,27,27,0.3);
	position: absolute;
	z-index: 0;
}
	.banner h2{
		position:absolute;
		left:0;
		right:0;
		margin:0 auto;
		top:240px;
		text-align: center;
		font-size: 50px;
		color:#fff;
		z-index: 1;
		font-family: "苹方","常规";
	}
	.banner span{
		position:absolute;
		left:0;
		right:0;
		margin:0 auto;
		top:310px;
		text-align: center;
		font-size: 26px;
		color:#ebeaf0;
		z-index: 1;
		font-family: "苹方","细体";
	}
	.center{
		/* background-color: #f8f8f8; */
	}
		.action{
			/* height:1050px; */
			position:relative;
		}
			.action h3{
			/* 	position: absolute;
				left:0;
				right:0;
				top:0;
				margin:0 auto;
				top:102px; */
				text-align: center;
				font-size: 28px;
				color:#343434;
			}
			.action ul{
				/* position:absolute;
				top:190px; */
				width:100%;
				height:768px;
			}
				.action ul li{
					width:30%;
					height:343px;
					float:left;
					margin-bottom:45px;
					/* margin-right:5%; */
					border-radius: 20px;
					background: #fff;
					position:relative;
					box-shadow:  0 0 29px rgba(27,27,27,0.09);
				}
				.action ul li:nth-child(3n+2){
					margin: 0 45px;
				}
				.action ul li:nth-of-type(3n){
					margin-right:0;
				}
					.action ul li img {
						position:absolute;
						top:64px;
						left:0;
						right:0;
						margin:0 auto;
					}
					.action ul li span {
						position:absolute;
						text-align:center;
						color:#343434;
						top:124px;
						left:0;
						right:0;
						margin:0 auto;
						
					}
					.action ul li p {
						position:absolute;
						word-wrap: break-word;
						word-break: break-all;
						text-align: left;
						color:#737373;
						font-size: 18px;
						width:65%;
						top:188px;
						line-height: 34px;
						left:0;
						right:0;
						margin:0 auto;
					}
		.advantage-box{
			
		}
		.advantage-box .mask{
			position:absolute;
			top:88px;
			width:100%;
			height:100%;
			left:0;
			background-color: rgba(27,27,27,0.3);
		}
			.advantage h3{
				text-align: center;
				font-size: 28px;
				color:#343434;
				padding-top: 55px;
				padding-bottom: 61px;
			}
			.advantage-list {
				position: relative;
				height: auto;
			}
			.advantage ul{
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%,-50%);
				width: 1200px;
			}
				.advantage ul li{
					width:25%;
					float:left;
					height:100%;
					text-align: center;	
				}
				.advantage ul li img{
					margin:0 auto;
					/* margin-top:142px; */
				}
				.advantage ul li span{
					padding:0 10px;
					box-sizing: border-box;
					display: block;
					text-align: center;
					color:#fff;
					font-size: 22px;
					margin:0 auto;
					margin-top:36px;
				}
				.advantage ul li:nth-of-type(4) span{
					margin-top:44px;
				}
				.advantage ul li p{
					line-height: 34px;
					word-wrap: break-word;
					word-break: break-all;
					color:#fff;
					width:75%;
					text-align: left;
					margin:0 auto;
					margin-top:24px;
				}
		.custom{
			/* height:474px; */
			position:relative;
		}
		.custom h3{
				text-align:center;
				margin-top:100px;
				font-size: 28px;
				color:#343434;
				margin-bottom: 5px!important;
			}
		.custom img{
				width:100%;
				margin-top:65px;
			}
		.news .content{
	width: 1200px;
	margin: 60px auto 115px;
}
.news .content ul:after{
	content: "";
	width: 0;
	clear: both;
	display: block;
}
.news .content li{
	width: 380px;
	height: 211px;
	display: inline-block;
	float: left;
	padding: 33px 29px 0;
	box-sizing: border-box;
	margin-bottom: 30px;
	border-radius: 5px;
}
.news .content li:hover{
	box-shadow: 0px 0px 35px rgba(37,37,37,0.07);
}
.news .content li:nth-child(3n+2){
	margin: 0 30px;
}
.news .content li .article-title{
	font-size: 20px;
	color: #333333;
	margin-bottom: 22px;
} 
.news .content li .description{
	font-size: 16px;
	color: #a7a7a7;
	line-height: 24px;
}
.news .content li .go{
	display: block;
	margin-top: 18px;
	text-align: left;
	font-size: 14px;
	color: #a7a7a7;
}
.news .content li .go a{
	float: right;
}
.news .content li:hover .go img{
	display: inline-block;
}
.news .content li img{
	display: none;
}
.container{
	margin-top: 102px;
}
.container h3{
	text-align: center;
	font-size: 28px;
	color: #1d1d1d;
	font-weight: normal;
	margin-bottom: 61px;
}

		@media  screen and (max-width:780px ) {
			.banner{
				height:280px!important;
			}
			.banner h2{
				top:60px;
				font-size: 40px;
			}
			.banner span{
				top:120px;
				font-size:20px ;
			}
			.action,.advantage,.custom,.news{
				width:100%;
			}
			.action{
				height:800px;
			}
			.action:after{
				content:"";
				display: block;
				clear:both;
			}
			.action ul{
				height:auto;
			}
			.action ul li {
   			height: 250px;
			}
			.action ul li img {
    			top: 34px;
    			width:30px;
    			height:30px;
			}
			.action ul li span{
				top:84px;
				font-size: 16px;
			}
			.action ul li p{
				top:128px;
				font-size: 14px;
			}
			.news{
				margin-top:0px;
				height:1100px;
			}
			.news ul li {
    		width: 48%;
    		margin-right:20px;
			}
			.news ul li:nth-of-type(2n){
			/* float:right; */
    		margin-right:0;
			}
		}
	@media screen and (max-width: 640px) {
		.container h3{
			font-size: 22px;
			margin-bottom: 30px;
			margin-top: 0px;
		}
		.news ul li p {
    		left: 15px;
		}
		.advantage h3{
			padding: 30px 0;
			font-size: 22px;
		}
	}
	.advantage-list{
		overflow: hidden;
		/* width: 100%; */
	}
	.advantage ul{
		width: 100%;
	}
	@media only screen and (max-width:480px ) {
		.advantage ul li:nth-of-type(4) span{
			margin-top: 26px;
		}
		.news .content{
			width: 100%;
			margin-bottom: 40px;
		}
		.news .content li:nth-child(3n+2){
			margin: 0;
		}
		.news .content ul{
			overflow: hidden;
		}
		.action{
			/* height:1100px; */
		}
		.advantage{
			overflow: hidden;
		}
		.action{
			margin-top: 40px;
		}
		.action ul li{
			width:48%;
			margin-right:2%;	
			margin-bottom: 20px;
		}
		.action ul li:nth-child(3n+2){
			margin: 0 ;
			/* margin: 0 0 20px; */
		}
		.action ul li:nth-child(2n){
			margin-bottom: 20px;
		}
		.action ul li:nth-child(2n+1){
			margin-right: 2%;
		}
		.action ul li:nth-of-type(3){
			margin-right:2%;	
		}
		.advantage ul li{
				width:50%;
				height:50%;
			}
			.advantage ul li img{
					margin-top:22px;
					width:15%;
				}
				.advantage ul li span{
					margin-top:16px;
					font-size: 14px;
				}
				.advantage ul li p{
					line-height: 34px;
					font-size: 14px
					color:#fff;
					width:80%;
					text-align: left;
					margin:0 auto;
					margin-top:12px;
				}
			.news{
				height:auto;
			}
			.news ul li{
				width:100%;
			}
			.news ul li p{
				width:auto;
			}
	.banner{
			height:auto!important;
			}
			.banner h2{
				font-size: 30px;
			}
			.custom{
				height:210px;
				margin-top: 40px;
			}
			.custom img{
				top:85px;
				margin-top: 35px;
			}
			.news ul li h4{
				font-size: 18px;
			}	
}
