body {
    margin: 0;
    padding: 0
}



a {
    text-decoration: none;
}

.clear{
	clear: both;
}

.wrap-header-top {
	margin-bottom: 0px;
	width: 100%;
	background: #fff;
	position: relative;
	overflow: hidden;
	height:60px;
  }
  
  .header-top-center {
	/* margin: 10px auto; */
	/* max-width: 1200px; */
	text-align: center;
	
  }
  
  .top-center-title {
	color: #66bf3a;
	width: 480px;
	margin: 0 auto;
   line-height:60px;
	
  }
  .top-center-bottomtext{
	color:#666;
	margin-top:3px;
  
  }
  
  .top-iso {
	background: url("/Shared/images/homev1/indexv1/iso.png") no-repeat;
	width: 28px;
	height: 30px;
	background-size: cover;
	float: left;
  }
  .headerlogo{
	position: absolute;
	left:20px;
	top:5px;
  }
  .headerlogo .logo-img{
	/* width:50px;
	height:50px; */
	/* width:150px; */
	height:50px;
  }
  .blue {
	background: #69b5ea;
	text-align: left;
	padding-bottom: 30px;
	position: relative;
	padding-left:80px;
  }
  .blue .bgline{
	position: absolute;
	bottom:0;
	left:0;
  }
  .blue .layout{
	padding: 40px 80px 0 80px;
  }
  .blue h3 {
   
	font-size: 72px;
	line-height: 78px;
	color: #fff;
	
  }
  
  .blue p {
	font-size: 18px;
	color: #fff;
	width:640px;
	line-height:30px;
   
  }
  .blue p:nth-of-type(2){
	position: absolute;
	top:0px;
	right:0px;
  }
  .blue p:nth-of-type(2) img{
	height:255px;
	border-radius: 5px;
	/* transform: rotate(-4deg) */
  }
  .bgline img{
	  display:block;
  }
/* 内容部分头部分类  */
.wrap-support-item {
    width: 100%;
	width: 100%;
	min-height: 550px;
	
}

.support-item{
	width:100%;
	text-align:center;
	max-width: 1200px;
    margin: 20px auto;
}
.support-item .classify{
	text-align: left;
}
.classify span{
	height: 30px;
	line-height: 30px;
	margin-right: -5px;
}
.classify a{
	height: 40px;
	line-height: 40px;
	color:#333;
	font-size:24px;
	margin-right:25px;
	margin-left:25px;
	position: relative;
}

.classify a:hover{
	/* color: #66bf3a; */
	/* color:#fff;	 */
}


.classify  span.active{
	color:#000;
	font-weight: bold;
}
.classify i.line{
	position: absolute;
	height:5px;
	background:#66bf3a;
	width:100%;
	left:0px;
	bottom:5px;
	left:0px;
	z-index:-1;
}


 /* 内容部分 */
 .teamul{
	 display:flex;
	 justify-content: flex-start;
	 flex-wrap: wrap;
 }
 .teamul a:nth-of-type(5n) li{
	 margin-right:0px;
 }
 .teamul li{
	 width:220px;
	 border-radius: 6px 6px 5px 5px;
	 padding-bottom:20px;
	 box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
	 margin-right:25px;
	 margin-bottom:20px;
 }
 .teamul li:nth-of-type(5n+1){
	background:#ff2045;
}
.teamul li:nth-of-type(5n+2) {
	background:#ffa602;
}
.teamul li:nth-of-type(5n+3) {
	background:#753df4;
}
.teamul li:nth-of-type(5n+4) {
	background:#66bf3a;
}
.teamul li:nth-of-type(5n+5) {
	background:#44a2e5;
	margin-right:0;
}
  
  .teamul div{
	color:#fff;
  }
  .teamul .imgbox{
	width:100%;
	height:165px;
	border-radius: 5px 5px 0 0;
	position: relative;
  }
  .teamul .imgbox .num{
	width:16px;
	height:16px;
	background:#199ed8;
	border:1px solid #a6ddf2;
	text-align:center;
	line-height:16px;
	position: absolute;
	right:-8px;
	top:-8px;
	font-size:12px;
  }
  
  .teamul .imgbox img{
	width:100%;
	object-fit: cover;
	border-radius:5px 5px 0 0;
    display:block;
  }
  .teamul .imgbox .bgline{
	  position: absolute;
	  bottom:0;
	  height:10px;
	  width:100%;
  }
  .teamul li:nth-of-type(5n+1) .imgbox .bgline{
	  background:url('/Shared/images/crm/bg1.png') no-repeat center;
  }
  .teamul li:nth-of-type(5n+2) .imgbox .bgline{
	background:url('/Shared/images/crm/bg2.png') no-repeat center;
}
.teamul li:nth-of-type(5n+3)  .imgbox .bgline{
	background:url('/Shared/images/crm/bg3.png') no-repeat center;
}
.teamul li:nth-of-type(5n+4) .imgbox .bgline{
	background:url('/Shared/images/crm/bg4.png') no-repeat center;
}
.teamul li:nth-of-type(5n+5) .imgbox .bgline{
	background:url('/Shared/images/crm/bg5.png') no-repeat center;
}
  .teamul .contentbox{
	margin:0 10px 0 10px;
	padding-bottom:10px;
	position: relative;
	text-align:left;
  }
  .teamul .contentbox .title{
	  font-size:20px;
	  font-weight: bold;
	  line-height:24px;
  }
  .teamul .contentbox .blod{
	font-size:18px;
}
  .teamul .imgbox .transline{
	position: absolute;
	height:20px;
	width:100%;

  }
  .teamul .imgbox .transline img{
	width:100%;
	height:20px;
	position: absolute;
	left:0;
	top:-4px;
  }
  .teamul li:hover .transline{
  display:none;
  }

 


.footer{
	background: #3e3e3e url(/Shared/images/homev1/indexv1/rightbottom.png) no-repeat left top;
    height: 190px;
    width: 100%;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

/* 照片展示页 */
.images-item{
	 display:flex;
	 justify-content: flex-start;
	 flex-wrap: wrap;
	 text-align: center;
	 max-width: 1200px;
	 margin: 20px auto;
 }

 .images-item img:nth-of-type(5n){
	 margin-right:0px;
 }
 .images-item img{
	 width:220px;
	 height:190px;
	 object-fit: cover;
	 border-radius:5px;
	 margin-right:25px;
	 margin-bottom:20px;
 }