.swiper-button-next{
	right: 5%;
}
.swiper-button-prev{
	left: 5%;
}
.swiper-pagination-bullet-active {
	background:#3986FF;
}
.tadpole-products {
	background-color: #F8F8F9;
	padding: 84px 0 111px
}
.tadpole-products h3 {
	font-size: 30px;
	color: #444;
	text-align: center;
	margin-bottom: 24px
}
.tadpole-products h4 {
	font-size: 18px;
	color: #444;
	margin-bottom: 60px;
	text-align: center;
}
.products-list {
	display: block;
}
.products-tit {
	padding: 20px;
	background: linear-gradient(45deg, #1889FF, #18EDF8);
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
	color: #fff;
}
.products-tit h5 {
	font-size: 18px;
	font-weight: bold;
}
.products-tit p {
	position: relative;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: #fff;
	opacity: 0.3;
	line-height: 2;
}
.products-tit p:after {
	position: absolute;
	left: 0;
	bottom: -5px;
	content: '';
	width: 40px;
	height: 1px;
	background: #fff;
}
.products-list li {
	float: left;
	width: 22%;
	margin-right: 3%;
	box-shadow: 0px 6px 14px 1px rgba(7, 0, 2, 0.25);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	  -moz-border-radius: 6px;
	  -ms-border-radius: 6px;
	  -o-border-radius: 6px;
	transition: all .2s;
}
.products-list li:hover {
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
  	box-shadow: 0px 12px 28px 2px rgba(7, 0, 2, 0.25);
}
.products-list li:last-child {
	margin-right: 0
}
.products-list li a {
	display: block;
}
.products-list li a:hover {
	text-decoration: none;
}
.products-con {
	position: relative;
	height: 340px;
	padding: 0 5%;
	overflow: hidden;
	background-color: #fff;
}
.products-con img {
	display: block;
	position: absolute;
	top: 15%;
	left:50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	width: 100%;
	margin-left: -8px;
}
.products-list li:last-child .products-con img{
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
.tadpole-shili {
	padding: 50px 0;
	height: 336px;
	background:url(../images/homeimg/system_bg.png) no-repeat center;
}
.tadpole-shili h3 {
	text-align: center;
	color: #FEFEFE;
	font-size:30px; 
	margin-bottom: 20px;
}
.tadpole-shili h4 {
	text-align: center;
	color: #FEFEFE;
	font-size:18px; 
	margin-bottom: 70px;
}
.shili-list {
	display: block;
}
.shili-list li {
	float: left;
	padding-left: 30%;
}
.shili-list li h5 {
	position: relative;
	font-size: 48px;
	font-family: Arial;
	font-weight: bold;
	color: #FEFEFE;
	margin-bottom: 18px;
}
.shili-list li h5:before {
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	bottom: 5px;
	content: '';
	width: 6px;
	height: 30px;
	background: #3986FF;
}
.shili-list li h5 span {
	font-size: 30px;
	font-weight: normal;
}
.shili-list li .shilitxt {
	font-size: 18px;
	color: #FEFEFE;
	opacity: 0.5;
}
.shili-list li:first-child {
	padding-left: 0
}
.tadpole-service {
	padding:60px 0 40px;
	height: 900px;
	background-color: #F1F1F5;
}
.tadpole-service .container {
	position: relative;
	height: 100%;
	background:url(../images/homeimg/service_bg.png) no-repeat right center;
	background-size: contain;
}
.service-tit {
	text-align: center;
	color: #444;
	padding-top: 60px;
}
.service-tit h3 {
	font-size: 30px;
}
.service-tit h4 {
	margin-top: 24px;
	font-size: 18px;
}
.service-info {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
}
.service-info h3 {
	font-size: 54px;
	font-family: Arial;
	font-weight: 400;
	color: #2589FF;
}
.service-info p {
	font-size: 18px;
	font-family: Source Han Sans CN;
	color: #727591;
	margin-top: 23px;
}
.service-txt {
	position: relative;
	margin-bottom: 124px;
}
.service-txt:before {
	content: '';
	position: absolute;
	top: -40px;
	left: 0;
	width: 160px;
	height: 1px;
	background: #D6D6E5;
}
.service-txt:last-child {
	margin-bottom: 0;
}
.tadpole-type {
	padding: 84px 0;
	background-color: #3986FF;
}
.type-list {
	display: block;
}
.type-list li {
	position: relative;
	float: left;
	width: 25%;
	text-align: center;
}
.type-list li i.icon-type {
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	display: inline-block;
	width: 103px;
	height: 94px;
}
.type-list li i.icon-type-1 {
	background: url(../images/homeimg/iconimg-1.png) no-repeat center;
	background-size: contain;
}
.type-list li i.icon-type-2 {
	background: url(../images/homeimg/iconimg-2.png) no-repeat center;
	background-size: contain;
}
.type-list li i.icon-type-3 {
	background: url(../images/homeimg/iconimg-3.png) no-repeat center;
	background-size: contain;
}
.type-list li i.icon-type-4 {
	background: url(../images/homeimg/iconimg-4.png) no-repeat center;
	background-size: contain;
}
.type-list li p {
	padding-top: 124px;
	font-size: 36px;
	color: #FEFEFE;
}

.tadpole-youshi {
	padding: 80px 0 76px;
	background: #F8F8F9;
}
.youshi-tit {
	text-align: center;
	color: #444;
}
.youshi-tit h3 {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 24px;
}
.youshi-tit h4 {
	font-size: 18px;
	margin-bottom: 42px;
}
.youshi-con {
	display: block;
	width: 100%
}
.youshi-con li {
	position: relative;
	float: left;
	width: 31.3%;
	margin-right: 2%;
	margin-bottom: 24px;
}
.youshi-con li:nth-child(3n){
	margin-right: 0;
}
.youshi-con li img {
	display: block;
	width: 100%
}
.youshi-con li .youshitxt {
	position: absolute;
	top: 50%;
	left: 5%;
	right: 5%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	color: #fff;
}
.youshitxt h3 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 35px;
	text-align: center;
}
.youshitxt p {
	font-size: 14px;
	line-height: 1.8;
}
.tadpole-form {
	padding: 58px 0;
	background: #DCE3EF;
}
.tadpole-form .form-tit {
	text-align: center;
	color: #444;
}
.form-tit h3 {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 24px;
}
.form-tit p {
	font-size: 18px;
	margin-bottom: 42px;
}
.tadpole-form input {
	width: 33%;
	height: 60px;
	line-height: 60px;
	background: #FFFFFF;
	font-size: 18px;
	margin-right: 2%;
	border: none;
	text-indent: 20px;
}
.tadpole-form input::placeholder {
	color: #ddd;
}
.tadpole-form button {
	background: #3986FF;
	color: #fff;
	width: 28%;
	height: 60px;
	line-height: 60px;
	outline: none;
	border: none;
	float: right;
}

@media (max-width: 1200px) {
  .shili-list li {
	    float: left;
	    padding-left: 28%;
	}
	.products-con {
	    height: 285px;
	}
	.tadpole-service {
	    padding: 28px 0 30px;
	}
	.shili-list li {
	    float: left;
	    padding-left: 20%;
	}
}
@media (max-width: 1000px) {
  	.products-list li {
	    float: left;
	    width: 45%;
	    margin-right: 5%;
	    margin-bottom: 20px;
	}
	.products-list li:nth-child(2n) {
	    margin-right: 0;
	}
	.shili-list li h5 {
	    font-size: 32px;
	}
	.service-tit {
	    padding-top: 0;
	}
	.tadpole-service {
	    padding: 30px 0 20px;
	    height: 450px;
	}
	.service-txt {
	    margin-bottom: 62px;
	}
	.service-txt:before {
	    content: '';
	    top: -20px;
	    width: 80px;
	}
	.service-info h3 {
	    font-size: 27px;
	}
	.tadpole-type {
	    padding: 42px 0;
	}
	.type-list li i.icon-type-1,
	.type-list li i.icon-type-2,
	.type-list li i.icon-type-3,
	.type-list li i.icon-type-4 {
		background-size: 60%;
	}
	.type-list li p {
	    font-size: 24px;
	    padding-top: 95px;
	}
	.tadpole-youshi {
	    padding: 40px 0 38px;
	}
	.youshi-con li,.youshi-con li:nth-child(3n) {
	    width: 48%;
	    margin-right: 2%;
	}
	.youshi-con li:nth-child(2n){
		margin-right: 0;
	}
	.shili-list li {
		width: 33.3%;
	    padding-left: 0;
	}
}
@media (max-width: 768px) {
	.swiper-button-next, .swiper-button-prev{
	    width: 14px;
	    height: 22px;
	    margin-top: -22px;
	    -moz-background-size: 14px 22px;
	    -webkit-background-size: 14px 22px;
	    background-size: 14px 22px;
	}
	.tadpole-products {
	    padding: 30px 0 40px;
	}
	.tadpole-products h3 {
	    font-size: 18px;
	    margin-bottom: 12px;
	}
	.tadpole-products h4 {
	    font-size: 14px;
	    margin-bottom: 30px;
	}
	.products-list li {
	    float: none;
	    width: 100%;
	    margin-right: 0;
	    margin-bottom: 20px;
	}
	.tadpole-shili {
	    padding: 25px 0;
	    height: auto;
	    background-size: cover;
	}
	.tadpole-shili h3 {
		font-size: 18px;
	}
	.tadpole-shili h4 {
	    font-size: 14px;
	    margin-bottom: 20px;
	}
	.shili-list li {
	    width: 80%;
	    padding-left: 10% !important;
	    margin-bottom: 20px;
	}
	.shili-list li h5 {
		margin-bottom: 10px;
	}
	.service-tit h3 {
	    font-size: 18px;
	}
	.service-tit h4 {
	    margin-top: 12px;
	    font-size: 14px;
	}
	.service-info {
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    transform: translate(-50%,-50%);
	    -webkit-transform: translate(-50%,-50%);
	    -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	    -o-transform: translate(-50%,-50%);
	}
	.type-list li i.icon-type-1, .type-list li i.icon-type-2, .type-list li i.icon-type-3, .type-list li i.icon-type-4 {
	    background-size: 30%;
	}
	.type-list li p {
		padding-top: 54px;
	    font-size: 14px;
	}
	.tadpole-type {
	    padding: 21px 0;
	}
	.type-list li i.icon-type {
		height: 47px;
	}
	.tadpole-youshi {
	    padding: 20px 0 19px;
	}
	.youshi-tit h3 {
	    font-size: 18px;
	    margin-bottom: 12px;
	}
	.youshi-tit h4 {
	    font-size: 14px;
	    margin-bottom: 21px;
	}
	.youshi-con li, .youshi-con li:nth-child(3n){
		float: none !important;
	    width: 100%;
	    margin-right: 0 !important;
	}
	.tadpole-form {
	    padding: 20px 0;
	}
	.form-tit h3 {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.form-tit p {
		font-size: 14px;
		margin-bottom: 21px;
	}
	.tadpole-form input {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		height: 45px;
		line-height: 45px;
	}
	.tadpole-form button {
	    width: 100%;
	    height: 45px;
	    line-height: 45px;
	    float: none;
	}
	
}