/* 轮播图 */
.swiper-container {
    width: 100%;
    min-width:1200px;
}  
/*轮播图的小点点*/
.swiper-pagination-bullet{
	width:6px;
	height:6px;
	border-radius:0px;
}
/*小点点颜色*/
.swiper-pagination-bullet-active{
    background:#fff;
}

.w{
	width:1200px;
	margin:0px auto;
}
/* 一级标题 */
.fh-title-one{
	padding:40px 0px 40px;
	text-align:center;
	font-size:36px;
	color:#222;
}
.fh-title-one .fh-title-border {
	text-align:center;
	margin-top:15px;
}
.fh-title-one .fh-title-border span{
	display:inline-block;
	width:60px;
	height:6px;
	border-radius:10px;
	background:#3D99FE;
}

.proservice-nav{
	height:500px;
	background:pink;
}
.proservice-one{
	text-align:center;
}
.proservice-one p{
	text-align:center;
	line-height:36px;
	color:#222;
	font-size:18px;
	padding:20px 0px 40px;
}
.proservice-one img{
	padding-bottom:50px;
	animation:myfirst1 2s;
	-webkit-animation:myfirst1 2s; /* Safari and Chrome */
}
@keyframes myfirst1
{
	from {opacity:0;}
	to {opacity:1;}
}
@-webkit-keyframes myfirst1 /* Safari and Chrome */
{
	from {opacity:0;}
	to {opacity:1;}
}



.proservice-two{
	background:#f6f6f6;
	padding-bottom:40px;
}
.proservice-two .dl-row{
	overflow:hidden;
	padding-bottom:40px;
}
.proservice-two .dl-row dl{
	float:left;
	width:280px;
	height:310px;
	margin:0px 10px;
	text-align:center;
	background:#fff;
}
.proservice-two .dl-row dl dt{
	width:280px;
	height:190px;
	overflow:hidden;
}
.proservice-two .dl-row dl dt img{
  transition: all 0.6s;
}
.proservice-two .dl-row dl dt img:hover{
	transform: scale(1.4);
}
.proservice-two .dl-row dl .fh-title-two{
	font-size:22px;
	padding-top:15px;
}
.proservice-two .dl-row dl dd{
	font-size:14px;
	line-height:24px;
	padding:0px 14px 15px;
	color:#333;
}

.proservice-three{
	padding-bottom:70px;
}
.proservice-three .three-content{
	text-align:center;
	position:relative;
}
.proservice-three .three-content .left{
	width:320px;
	position:absolute;
	left:50px;
	top:0px;
}
.proservice-three .three-content .left.left1{
	position:absolute;
	top:330px;
	left:50px;
}
.proservice-three .three-content .left dt{
	display:inline-block;
	width:230px;
	vertical-align:middle;
	color:#222;
	text-align:right;
}
.proservice-three .three-content .left dt .three-title{
	font-size:17px;
	font-weight:700;
	margin-bottom:10px;
}
.proservice-three .three-content .left dt  p{
	font-size:14px;
	line-height:24px;
	color:#666;
	
}
.proservice-three .three-content .left dd{
	display:inline-block;
	vertical-align:middle;
	width:66px;
	margin-left:18px;
}
.proservice-three .three-content .right{
	width:320px;
	position:absolute;
	right:50px;
	top:0px;
}
.proservice-three .three-content .right.right1{
	position:absolute;
	top:330px;
	right:50px;
}
.proservice-three .three-content .right dt{
	display:inline-block;
	width:230px;
	vertical-align:middle;
	color:#222;
	text-align:left;
}
.proservice-three .three-content .right dt .three-title{
	font-size:17px;
	font-weight:700;
	margin-bottom:10px;
}
.proservice-three .three-content .right dt  p{
	font-size:14px;
	line-height:24px;
	color:#666;
	
}
.proservice-three .three-content .right dd{
	display:inline-block;
	vertical-align:middle;
	width:66px;
	margin-right:18px;
}
.three-content dd img{
	 transition: transform 1s ;
}
.three-content dd img:hover{
	 transform: rotate(360deg);
}

.proservice-four{
	background:#f6f6f6;
}
.four-table{
	width:100%;
}
.four-table td{
	padding:40px 10px;
	color:#222;
}
.four-table td:nth-child(even){
	padding-right:100px;
}
.four-table td p{
	font-size:14px;
	line-height:24px;
}
.four-table .four-title{
	font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
}
.four-table td:nth-child(odd){
	overflow:hidden;
}
.four-table td:nth-child(odd) img{
	
	 transition: all 0.6s;
}
.four-table td:nth-child(odd):hover img{
	transform: scale(1.2);
}


.introduce-six{
 	background:url(../../../../page/front/homePage/img/introduce-six.jpg) no-repeat;
	height:397px;
	padding-top:25px;
	color:#fff;
/* 	background:#000; */
 }
 .introduce-six .six-left{
 	float:left;
 	padding-left:80px;
 }
 .introduce-six .six-right{
 	float:right;
 	padding-right:80px;
 }
 .introduce-six .six-left-title{
 	font-weight: 100;
    font-size: 36px;
    letter-spacing: 6px;
    font-family: "方正书宋";
    padding:30px 0px 50px;
 }
  .introduce-six .six-left p{
  	line-height:36px;
  	font-size:18px;
  	
  }
  .introduce-six .six-right table tr td:nth-child(odd){
  	width:80px;
  	text-align: right;
  	padding-right:10px;
  }
  .introduce-six .six-right table tr td:nth-child(even){
  	width:340px;
  	padding:10px 0px;
  }
   .introduce-six .six-right td input{
   	 width:100%;
   	 height:34px;
   	 border:1px solid #ccc;
   	 border-radius:5px;
   	 background:rgba(255,255,255,0.05);
   	 padding:0px 15px;
   	 outline:none;
   	 color:#fff;
   }
    input::-webkit-outer-spin-button, input::-webkit-inner-spin-button{
     -webkit-appearance: none !important;            
   }
    
    .introduce-six .six-right td textarea{
   	 width:100%;
   	 height:100px;
   	 border:1px solid #ccc;
   	 border-radius:5px;
   	 background:rgba(255,255,255,0.05);
   	 padding:10px 15px;
   	 outline:none;
   	 line-height:18px;
   	 color:#fff;
   }
   .six-right-sub{
   	display:inline-block;
   	background:#F89B22;
   	width:98px;
   	heihgt:38px;
   	line-height:38px;
   	text-align:center;
   	border-radius:6px;
   	margin:10px -30px;
   }
  