.banner{
	height:600px!important;
	background: #e9e9e9;
	background: url(../images/banner8.png) no-repeat;
	background-size:cover;
}
.banner .mask{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color: rgba(27,27,27,0.4);
	z-index: 0;
}	
.banner i{
		position:absolute;
		top:216px;
		left:492px;
		width:13px;
		height:13px;
		border-radius: 50%;
		box-sizing: border-box;
		border:2px solid #007cc2;
		z-index: 1;
	}
	.banner i:nth-of-type(2){
		left:542px;
	} 
	.banner h2{
		font-size: 50px;
		position:absolute;
		left:470px;
		top:246px;
		color:#fff;
		z-index: 1;
		font-family: "苹方","常规";
	}
	.banner span{
		font-size: 26px;
		position:absolute;
		left:440px;
		top:326px;
		color: #f8f8f8;
		z-index: 1;
		font-family: "苹方","细体";
	}
	.epoch-box{
		padding-top:100px;
		margin-bottom: 90px;
	}
	.epoch{	
	}
	.epoch h3{
		font-size: 28px;
		color:#343434;
		text-align: center;
	}
	.epoch span{
		display: inline-block;
		width:100%;
		margin-top:20px;
		font-size: 16px;
		color:#343434;
		text-align: center;
	}
	.epoch ul{
		margin-top:60px;
	}
	.epoch ul:after{
		content: "";
		display:block;
		clear:both;
	}
	.epoch ul li{
		position:relative;
		float:left;
		width:288px;
		height:310px;
		background-color: #fff;
		margin-right:16px;
		border-radius: 10px;
		box-shadow:0px 0px 21px rgba(242,108,42,0.13);
	}
	.epoch ul li:nth-of-type(4){
		margin-right:0;
	}
	.epoch ul li i{
		position:absolute;
		top:29px;
		left:50%;
		margin-left:-50px;
		text-align:center;
		width:101px;
		height:101px;
		border-radius: 50%;
		background-color: #f7f7ff;
	}
	.epoch ul li i img{
		margin-top:30px;
	}
	.epoch ul li h4{
		position:absolute;
		top:154px;
		text-align: center;
		font-size: 20px;
		color:#343434;
		left:0;
		right:0;
	}
	.epoch ul li p{
		position:absolute;
		left:0;
		right:0;
		margin:0 auto;
		top:196px;
		height:84px;
		font-size: 16px;
		color:#666;
		width:80%;
		overflow:hidden;
       	text-overflow: ellipsis;
       -webkit-line-clamp: 3;
	}
	.reason-box{
		background: url(../images/banner9.png) no-repeat;
		background-size:100% 100%;
		height:696px;
		position:relative;
	}
	.reason-box .mask{
		height:100%;
		width:100%;
		background-color: rgba(27,27,27,0.4);
		position:absolute;
		top:0;
		left:0;
	}
	.reason{
		padding-top:67px;
	}
	.reason h3{
		box-sizing: border-box;
		position: relative;
		font-size: 28px;
		width:100%;
		text-align: center;
		color:#fff;
	}
	.reason span{
		position: relative;
		margin-top:20px;
		font-size: 16px;
		display: inline-block;
		width:100%;
		text-align: center;
		color:#fff;
	}
	.reason ul{
			width:100%;
			margin-top:52px;
		}
	.reason ul:after{
			display: block;
			content: "";
			clear:both;
		}
	.reason ul li{
		position:relative;
		width:590px;
		height:200px;
		margin-right:20px;
		margin-bottom:20px;
		float:left;	
		border-radius: 5px;
		background-color: #fff;
	}
	.reason ul li:hover{
		background-color: #007cc2;
		color:#fff;
		}
	.reason ul li:nth-of-type(2n){
		margin-right:0;
	}
	.reason ul li img{
		position:absolute;
		top:63px;
		left:37px;
	}
	.reason ul li h4{
		position:absolute;
		top:35px;
		left:151px;
		font-size: 24px;
	}
	.reason ul li p{
		position:absolute;
		width:390px;
		top:83px;
		left:151px;
		font-size: 16px;
	}
	.flow-box{
		height:430px;
	}
	.flow{
		height:100%;
	}
	.flow h3{
		font-size: 28px;
		width:100%;
		color:#000;
		text-align: center;
		padding-top:100px;
		box-sizing: border-box;
	}
	.flow ul{
		position:relative;
		margin-top:50px;
		height:242px;
	}
	.flow ul:before{
		content: "";
		width:100%;
		display: block;
		position: absolute;
		top:160px;
		border:2px dashed #dadada;
	}
	.flow ul li{
		float:left;
		width:120px;
		margin-right:140px;
		position:relative;
		height:100%;
	}
	.flow ul li:before{
		position:absolute;
		content: "";
		display: block;
		top:158px;
		left:50%;
		z-index: 2;
		border-radius: 50%;
		margin-left:-4px;
		width:8px;
		height:8px;
		background-color: #fff;
	}
		.flow ul li:after{
		position:absolute;
		content: "";
		display: block;
		top:155px;
		left:50%;
		border-radius: 50%;
		margin-left:-7px;
		width:14px;
		height:14px;
		background-color: #6699ff;
	}
	.flow ul li:last-child{
		margin-right:0;
	}
	.flow ul li i{
		position:absolute;
		display: inline-block;
		width:120px;
		height:120px;
		border-radius: 50%;
		text-align: center;
		background-color: #eeeff1;
	}
	.flow ul li i:hover{
		background-color: #007cc2;
	}
	.flow ul li i img{
		margin-top:35px;
	}
	.flow ul li span{
		position:absolute;
		display: inline-block;
		bottom:0;
		width:100%;
		height:48px;
		font-size: 20px;
	}
	.matter-box{
		height:612px;
	}
	.matter{
		height:100%;
	}
	.matter h3{
		font-size: 28px;
		padding-top:70px;
		box-sizing: border-box;
		width:100%;
		text-align: center;
	}
	.matter ul {
		display: inline-block;
		width:100%;
		height:auto;
		margin-top:53px;
	}
	.matter ul li {
		width:30%;
		height:212px;
		float:left;
		border-radius: 5px;
		margin-right:26px;
		margin-bottom:23px;
		box-shadow: 0 0 5px 5px #f6f6f6;
		position:relative;
		box-sizing: border-box;
	}
	.matter ul li:before{
		content: "";
		display: block;
		position:absolute;
		top:96px;
		background-color: #f0f0f0;
		height:2px;
		width:80%;
	}
	.matter ul li:nth-of-type(3n){
		margin-right:0;
	}
	.matter ul li:nth-of-type(4){
		margin-bottom:0;
	}
	.matter ul li:nth-of-type(5){
		margin-bottom:0;
	}
	.matter ul li:nth-of-type(6){
		margin-bottom:0;
	}
	.matter ul li h4{
		font-size: 20px;
		color:#343434;
		position:absolute;
		left:20px;
		top:35px;
	}
	.matter ul li i{
		display: inline-block;
		font-size: 60px;
		color:rgba(219,219,219,0.2);
		line-height: 60px;
		position:absolute;
		right:14px;
		top:26px;
	}
	.matter ul li p{
		font-size: 16px;
		width:90%;
		left:5%;
		right:5%;
		color:#666;
		position:absolute;
		top:124px;
	}
	.problem-box{
		height:433px;
		margin-top:246px;
		background-color: #eeeff1;
		margin-bottom:115px;
	}
	.problem{
		height:100%;
	}
	.location{
		width:43%;
		height:435px;
		float:left;
		display: inline-block;
		border-radius: 10px;
		box-sizing: border-box;
		background-color: #7fbde0;
		margin-top:-115px;
		padding-top:38px;
		padding-left:44px;
		padding-right:48px;
		position: relative;
	}
	.location h3{
		font-size: 50px;
		line-height: 66px;
		color:#fff;
	}
	.location h4{
		font-size: 50px;
		line-height:79px;
		color:#fff;
	}
	.location h5{
		font-size: 30px;
		color:#fff;
		position:relative;
		z-index: 1;
	}
	.location h5:after{
		content: "";
		display: block;
		width:107px;
		height:14px;
		background-color: #e4630c;
		position:absolute;
		bottom:5px;
		z-index: -1;	
	}
	
	.location img:nth-of-type(1){
	display:block;
	margin-top:36px;
	}
	.location img:nth-of-type(2){
	display:block;
	margin-top:40px;
	}
	.location span:nth-of-type(1){
		position: absolute;
		top:262px;
		left:90px;
		color: #007cc2;
		font-size: 24px;
	}
	.location span:nth-of-type(2){
		position: absolute;
		top:330px;
		left:90px;
		color: #007cc2;
		font-size: 24px;
	}
	.tick{
		float:right;
		width:53%;
		padding-top:16px;
		position: relative;
	}
	.tick input{
		display: inline-block;
		padding-left:24px;
	}
	.name{
		width:48%;
		height:60px;
		border:1px solid #fff;
		box-sizing: border-box;
		margin-right:13px;
		border-radius:5px;
	}
	.phone1{
		width:49%;
		height:60px;
		border:1px solid #fff;
		box-sizing: border-box;
		border-radius:5px;
	}
	input::-webkit-input-placeholder{
		font-size: 18px;
	}
	.ts{
		width:100%;
		height:213px;
		border: 1px solid #fff;
		border-radius: 10px;
		box-sizing: border-box;
		padding-top:24px;
		padding-left:22px;
		margin-top:31px;
	}
	.ts::-webkit-input-placeholder{
		font-size: 18px;
		color:#666;
	}
	.sub {
		width:340px;
		height:67px;
		border:1px solid #007cc2;
		border-radius: 10px;
		background-color: #007cc2;
		color:#fff;
		font-size: 24px;
		position: absolute;
		left:50%;
		margin-left:-160px;
		margin-top:27px;
		bottom:-80px;
		outline: none;
}
	@media screen and (max-width: 780px) {
			.banner{
			height:300px!important;
		}
		.banner img{
			width:40%;
			height:60%;
			right:50px;
		}
		.banner i{
			top:110px;
			left:18%;
		}
		.banner i:nth-of-type(2){
			top:110px;
			left:13%;
		}
		.banner h2{
			font-size: 36px;
			top:130px;
			left:12%;
		}
		.banner span{
			font-size: 20px;
			top:180px;
			left:12%;
		}
		.epoch,.reason,.flow,.matter,.problem{
			width:100%;
		}
		.epoch span{
			width:80%;
			display: block;
			margin:20px auto 0;
		}
		.epoch ul{
			padding:0 10px;
			box-sizing: border-box;
		}
		.epoch ul li{
			width:47%;
			margin-right:20px;
			margin-bottom: 20px;
		}
		.reason ul{
			padding:0 5px;
			box-sizing: border-box;
		}
		.reason ul li{
			width:48%!important;
		}
		.reason ul li img{
			width:40px;
			height:38px;
		}
		.reason ul li h4 {
    		top: 35px;
    		left: 100px;
    		font-size: 20px;
		}
		.reason ul li p {
			width:70%;
    		top: 70px;
    		left: 100px;
    		display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
		}
		.flow ul li {
    	margin-right: 40px;
		}
		.location{
			height:335px;
		}
		.location h3 {
    	font-size: 30px;
    	line-height: 46px;
		}
		.location h4 {
    font-size: 30px;
    line-height: 59px;
    color: #fff;
}
.location h5 {
    font-size: 20px;
    color: #fff;
}
.location img {
    display: block;
    width:30px;
    height:30px;
}
.location img:nth-of-type(1){
    margin-top:20px;
    }
   .location span{
    	font-size: 20px!important;
    }
   .location span:nth-of-type(1) {
    top: 188px;
    left: 80px;
}
   .location span:nth-of-type(2) {
    top: 256px;
    left: 80px;
}
.tick input{
	display: block;
	float:left;
	width:60%;
	height:50px;
}
.tick textarea{
	height:200px;
}
.tick input:first-child{
	margin-bottom:20px;
}
.location h5:after{
		display: none;
	}
}
@media  screen and (max-width:640px) {
	.epoch ul li {
    width: 46%;
}
.reason ul li p {
		width:60%;
    	top: 70px;
    	left: 100px;
    	display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
	}
	.flow ul li {
		width:90px;
	}
			.location h4 {
    font-size: 30px;
    line-height: 39px;
    color: #fff;
}
   .location span:nth-of-type(1) {
    top: 210px;
    left: 80px;
}
   .location span:nth-of-type(2) {
    top: 266px;
    left: 80px;
    font-size: 18px!important;
}
.sub{
	left:0;
}
.location h5:after{
		display: none;
	}
}
@media  screen and (max-width: 480px) {
	.banner{
			height:200px!important;
			}
	.banner i{
			width:10px;
			height:10px;
			top:80px;
			left:18%;
		}
		.banner i:nth-of-type(2){
			top:80px;
			left:13%;
		}
		.banner h2{
			font-size: 20px;
			top:100px;
			left:12%;
		}
		.banner span{
			font-size: 16px;
			top:130px;
			left:12%;
			max-width:100%;
		}
		.epoch ul li{
			width:100%;
		}
		.reason-box{
		/*background: none;*/
		height:1080px;
	}
		.reason ul li{
			width:100%!important;
		}
		.flow ul li{
			width:20%;
			margin-right:0;
		}
		.flow ul li i{
			width:100%;
			height:75px;
			line-height:75px;
		}
		.flow ul li i img{
			width:50%;
			height:50%;
			margin-top:25%;	
		}
		.flow ul:before {
    	top: 100px;
		}
		.flow ul li:before {
    	top: 98px;
		}
		.flow ul li:after {
    	top: 95px;
		}
		.flow ul li span{
			bottom:70px;
			font-size: 14px;
			max-height:70px;
			padding:0 5px;
			box-sizing: border-box;
		}
		.matter-box{
			height: auto;
		}
	.matter h3 {
    padding-top: 10px;
	}
	.matter ul li{
		width:100%;
	}
	.location{
		width:100%;
		height:250px;
		padding-top:30px;
	}
	.location h3{
		font-size: 24px;
	}
	.location h4{
		font-size: 24px;
	}
	.location h5{
		font-size: 14px;
	}
	.location span{
		font-size: 16px!important;
	}
	.location img{
		width:25px;
		height:25px;
	}
	.location img:nth-of-type(2){
		margin-top:20px;
	}
.location span:nth-of-type(1) {
    top: 155px;
}
.location span:nth-of-type(2) {
    top: 197px;
}
.tick{
	width:100%;
}
.tick input{
	display: inline-block;
	float:left;
	width:40%;
	margin-right:10%;
	height:40px;
}
.tick textarea{
	height:150px;
}
input::-webkit-input-placeholder{
		font-size: 14px;
	}
	.ts::-webkit-input-placeholder{
		font-size: 14px;
		color:#666;
	}
	.sub{
		width:150px;
		height:50px;
		line-height: 50px;
		left:50%;
		margin-left:-75px;
		font-size: 20px;
		margin-top:20px;
	}
	.location h5:after{
		display: none;
	}
}
