@charset "utf-8";
/*公共样式*/
.home-main{margin: 60px auto;padding: 0 2%;box-sizing: border-box;}
.title{font-size: 28px;line-height: 1.2;font-weight: bold;background: linear-gradient(to right,#5c9aff,#1760d7);-webkit-background-clip: text;-webkit-text-fill-color: transparent;margin-bottom: 20px;text-align: center;}

/*产品*/
.home-pro ul{margin: 30px auto;}
.home-pro ul li{float: left;width: 18.4%;margin-right: 2%;border: 1px solid #e3e3e3;border-radius: 5px;transition: all 1s ease;padding-top: 40px;padding-bottom: 30px;background-color: #f6f6f6;box-sizing: border-box;text-align: center;}
.home-pro ul li:last-child{margin-right: 0;}
.home-pro ul li .img{width: 100px;height: 100px;overflow: hidden;margin: 0 auto;border-radius: 50%;}
.home-pro ul li .img img{display: block;width: 100%;height: 100%;}
.home-pro ul li p{font-size: 16px;font-weight: bold;margin: 14px 0 20px 0;}
.home-pro ul li i{display: block;height: 2px;width: 20px;margin: 0 auto;background-color: #e3e3e3;}
.home-pro ul li span{display: block;width: 70%;margin: 0 auto;color: #666;margin-top: 20px;height: 50px;}
.home-pro ul li span a{color: #666;margin: 0 5px;display: inline-block;}
.home-pro ul li:hover{background-color: #dd4b3e;color: #fff;}
.home-pro ul li:hover a{color: #fff;}

/*流程*/
.home-flow ul{padding: 30px 0 20px 0;}
.home-flow ul li{width: 20%;float: left;text-align: center;}
.home-flow ul li .img{width: 134px;height: 134px;margin: 0 auto;background: linear-gradient(to right,#5c9aff,#1760d7);border-radius: 100%;overflow: hidden;transition: all 0.1s ease;}
.home-flow ul li .img img{width: 100%;height: 100%;-webkit-transition: -webkit-transform 1s ease-out;}
.home-flow ul li .img:hover img{transform: rotateZ(360deg);}
.home-flow ul li p{height: 40px;line-height: 40px;font-size: 18px;font-weight: bold;margin-top: 20px;}
.home-flow dl{height: 36px;line-height: 36px;margin: 0 auto 0 auto;background: url(../images/icon_aq_two.png) no-repeat;background-size: 100% 100%;padding-bottom: 20px;box-sizing: border-box;}
.home-flow dl dt{width: 20%;float: left;text-align: center;}
.home-flow dl dt span{font-size: 25px;color: #999;background-color: #fff;}
.home-flow a{display: block;width: 180px;height: 40px;line-height: 40px;text-align: center;margin: 0 auto;margin-top: 40px;font-size: 16px;background-color: #dd4b3e;color: #fff;border-radius: 5px;}

/*公司*/
.home-about{width: 100%;background: url(../images/bg_dl2.jpg) no-repeat;background-size: 100% 100%;padding: 60px 0;}
.home-about .title p{background: linear-gradient(to right,#fff,#fff);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.home-about .title span{color: #fff;}
.home-about h3{width: 100%;margin: 0 auto;font-size: 14px;color: #f7f7f7;text-align: center;padding: 0 2%;box-sizing: border-box;}
.home-about ul{width: 100%;margin-top: 40px;padding: 0 50px;box-sizing: border-box;}
.home-about ul li{position: relative;float: left;width: 31.33%;margin: 0 1%;}
.home-about ul li span{display: block;width: 80px;height: 80px;border-radius: 100px;position: absolute;left: calc(50% - 40px);top: 0;color: #fff;line-height: 120px;text-align: center;font-size: 80px;background: linear-gradient(to right,#5c9aff,#1760d7);font-family: Arial,Helvetica,"Microsoft Yahei",sans-serif;}
@keyframes jumpUp{
	0%{margin-top: 0;}
	50%{margin-top: -10px;}
	100%{margin-top: 0;}
}
.home-about ul li:hover span{animation: jumpUp 0.5s linear infinite alternate;}
.home-about ul li a{display: block;overflow: hidden;border-top-left-radius: 100px;border-bottom-right-radius: 100px;background-color: #fff;padding: 50px;margin-top: 40px;box-sizing: border-box;}
.home-about ul li a p{text-align: center;font-size: 20px;font-weight: bold;margin: 10px 0;}
.home-about ul li a em{display: block;height: 100px;color: #666;}

/*优势*/
.home-adva{width: 100%;}
.home-adva ul li{width: 33.33%;padding: 48px 0;box-sizing: border-box;float: left;border-left: 1px solid #e3e3e3;;text-align: center;}
.home-adva ul li:nth-child(1){border-left: none;}
.home-adva ul li:nth-child(4){border-left: none;border-bottom: none;}
.home-adva ul li:nth-child(5){border-bottom: none;}
.home-adva ul li:nth-child(6){border-bottom: none;}
.home-adva ul li img{display: block;width: 44px;height: 44px;margin: 0 auto;}
.home-adva ul li p{color: #666;font-size: 18px;margin-top: 18px;margin-bottom: 8px;}
.home-adva ul li span{color: #666;font-size: 16px;}








