.about-banner{
	width:100%;
	background:#2589ff;
	min-width:1200px;
}
.abanner-container{
	width:1200px;
	margin:auto;
}
.abanner-text
{
	width:100%;
	padding:20px 126px;
	height:350px;
}
.abanner-text img{
	width:406px;
	float:right;
}
.abanner-left {
    width: calc(100% - 406px);
    float: left;
    margin-top: 20%;
    opacity:0;
    transition: .5s linear;
}
.abanner-left.cur
{
	margin-top:20px;
	  opacity:1;
}
.abanner-left p {
    color: #fff;
    margin-bottom: 25px;
}
.abanner-left p:nth-child(1) {
    font-size: 48px;
    letter-spacing: 4px;
}
.abanner-left  p:nth-child(2)
{
	font-size:26px;
	margin-bottom: 48px;
}
.abanner-left a {
    width: 208px;
    display: block;
    border: 1px solid #fff;
    font-size: 22px;
    line-height: 52px;
    color:#fff;
    text-align:center;
    position:relative;
    
}
.abanner-left a span
{
	z-index:2;
	position:relative;
}
.abanner-left a:hover span

{
	color:#2589ff;
}
.abanner-left a:hover:after
{
	width:100%;
}
.abanner-left a:after{
	width:0%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:#fff;
	transition:.3s linear;
	z-index:1;
	content:'';
}
.about-list{
	width:100%;
	min-width:1200px;
}
.alist-top {
    padding: 50px;
    width: 100%;
    padding-bottom: 10px;
}
.alist-top .altop-p {
    font-size: 36px;
    color: #222;
    position: relative;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    text-indent: 0em;
}

.alist-top  .altop-p:after
{
content:"";
width:140px;
position:absolute;
left:0;
right:0;
bottom:0;
margin:auto;
background:#ff8e4a;
height:6px;
	
}
.alist-top p {
    font-size: 24px;
    color: #4e4e4e;
    text-indent: 2em;
    line-height: 50px;
}
.alist-text{
	width:100%;
	
}
.alist-text li{
width:50%;
float:left;
padding:15px;

}
.alist-text li:hover .alist-li 
{
 transform: translate3d(0,-10px,0);
 -webkit-transform: translate3d(0,-10px,0);  		
}
.alist-text li:nth-child(2) .alist-li 
{
	background:#ebfcfd;
}
.alist-text li:nth-child(3) .alist-li 
{
	background:#f6f6f6;
}
.alist-text li:nth-child(4) .alist-li 
{
	background:#fff6f6
}
.alist-text li:nth-child(4) .alist-img {
    width: 380px;
    margin: auto;
    margin-top: 10px;
}
.alist-text li:nth-child(4):hover .alist-img
{
    margin-top: 30px;
}
.alist-li {
    background: #f4f9ff;
    padding: 58px 50px;
    padding-top: 70px;
    height: 700px;
    transition: transform 218ms ease-in-out;
}
.alist-li .alist-title {
    font-size: 28px;
    color: #000;
    text-align: center;
    text-indent: 0em;
    margin-bottom: 30px;
}
.alist-li p {
    font-size: 16px;
    color: #333;
    text-indent: 2em;
    line-height: 36px;
}
.alist-text li:hover .alist-img
{
	margin-top:70px;
}
.alist-img {
    width: 400px;
    height: auto;
    margin: auto;
    margin-top: 50px;
    display: block;
    transition: .3s linear;
}
.about-product {
    width: 100%;
    margin-bottom: 60px;
}
.aproduct-list{
	width:100%;
}
.aproduct-list li{
	width:100%;
	position:relative;
/*	overflow: hidden;*/
}
.aproduct-list ul{
	width:100%;
	padding-top:10px;
	box-sizing: border-box;
}
.aproduct-list ul:after{
	content:"";
	position:absolute;
	width:1px;
	height:100%;
	background:#ddd;
	top:0;
	left:0;
	right:0;
	margin:auto;
	   z-index:1;
}

.aproduct-list li:hover .apli-left 
{
 transform: translate3d(0,-10px,0);
 -webkit-transform: translate3d(0,-10px,0);  		
}

.aproduct-list li:nth-child(even) .aproduct-li{
float:right;
width:55.5%;	
}
.aproduct-list li:nth-child(even) .apli-left {
float:right;
}
.aproduct-list li:nth-child(even) .apli-right  {
float:left;	

color:#bacff9;
}
.aproduct-list li:nth-child(even)  .apli-img 
{
	 left: -8px;
	 right:auto;
}
.aproduct-li {
    width: 55.5%;
    float: left;
    position: relative;
 /*   overflow: hidden;*/
}
.apli-left {
    width: 534px;
    float: left;
    background: #f5f5f5;
    border-radius: 50px;
    position: relative;
    padding: 10px 30px;
    min-height: 70px;
        transition: transform 218ms ease-in-out;
 
}
.apli-left p {
    font-size: 16px;
    line-height: 25px;
}
.apli-img {
    position: absolute;
    width: 20px;
    right: -8px;

    top: 25px;
    margin: auto;
    height: 20px;
    display: block;
    z-index:3;
}
.apli-right {
    
    display: block;
    float: right;
    text-align: center;
    width: calc(100% - 534px);
    color: #196fff;
    font-size: 20px;
    line-height: 70px;
    font-family: 'hb';
    
  
}
.aproduct-list li:hover .apli-right span{
	transform: scale(0.8);
	display:block;
	
}
.apli-right span{
	  z-index:2;
 position:relative;
 background: #fff;	 
   transition: .3s linear; 
}
/*.about-product .alist-top {
    padding-bottom: 15px;
}*/
/*底部*/
.footer{
	width:100%;
	background:#41475f;
}
.footer-container{
	width:1200px;
	margin:auto;
}
.footer-txt 
{
	width:100%;
	padding:30px 0px;
}
.footer-left{
	width:542px;
	float:left;
}
.footer-left li{
	width:50%;
	float:left;
	position:relative;
	overflow: hidden;
}
.footer-left li p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}
.footer-left li a {
    color: #a199aa;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
}
.footer-left li a:last-child{
	margin-bottom:0;
}
.footer-center {
    width: 104px;
    float: left;
}
.footer-center .fcenter-p,.footer-right .fcenter-p {
    text-align: left;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}
.footer-center img {
    width: 100%;
    display: block;
    margin-bottom:10px;
}
 .footer-center  p{
 	color:#a199aa;
 	font-size:14px;
 	text-align:center;
 }
 .footer-right
 {
 	width:390px;
 	float:left;
 	margin-left:128px;
 }
.footer-right p {
    color: #a199aa;
    font-size: 14px;
    margin-bottom: 10px;
}
.fright-img
{
	width:30px;
	display:inline-block;
	margin-right:20px;
	vertical-align: middle;
}
  .footer-right p:nth-child(3) {
  	
  	color:#fff;
  	font-size:30px;
  		display:inline-block;
  	    font-family: 'hb';	
  }

   .footer-right p.fc-p span:nth-child(1)
   {
   	width:42px;
   	
   }
      .footer-right p.fc-p span:nth-child(2)
   {
   	width:calc(100% - 42px)
   	
   }
  .footer-right p.fc-p span{
display:block;

  	float:left;
  }
.footer-bottom {
    width: 100%;
    border-top: 1px solid #595d6e;
    padding: 20px 0px;
}
.footer-bottom p{
	font-size:12px;
	color:#a199aa;
	text-align:center;
	line-height:25px;
}
