
h2{
    font-size: 30px;
    color: #333333;
    text-align: center;
	padding-bottom:50px;
}
h2 span{font-size:16px; color:#999999;margin-bottom:50px;}
#products{float:left;width:100%; background:#ffffff;padding:50px 0;}
#products ul{float:left;width:1209px;clear:both;}
#products ul li{float:left;width:394px;margin:0 0 10px 9px;}
#solutions{width: 100%; background: url(../images/bj.png) center top no-repeat;padding:50px 0 0;clear:both;}
.news{float: left;width:100%;padding:80px 0 50px;}
.news_list{float:left;margin-left:-45px;}
.news_list dl{float: left;width:370px;margin-left:45px;margin-bottom:30px;}
.news_list dl dt img{max-height:210px; overflow:hidden;}
.news_list dl dd{float: left;width:100%; min-height:120px;_height:120px;box-sizing:border-box;color:#666666; background: #f2f2f2;padding:15px;}
.news_list dl dd h3:hover{color:#df4a1b;}

.slider{
    width:auto;
    max-width: 1440px;
    height:420px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.slidewrap{
    background: url(../images/zsfa01.png)
}
.wrapin{
    width: 100%;
    height: 420px;
    background: rgba(51, 170, 255,0 );
    transition: all 0.8s;
}
.links{
    max-width: 288px;
}
.linksl:hover>.wrapin{
    background: rgba(21, 141, 226, 0.7);
}
.floatlogo{
    width: 82px;
    height: 82px;
    margin:0 auto;
}
.logotitle{
    margin-top:25px;
    font-size: 24px;
    color: #fff;
    text-align: center;
}
.logobutton:hover{
    background: #fff;
    color: #3af;
}
.nospace{
    width:auto;
    height:100px;
    transition: all 0.8s;
}
.wrapin:hover>.nospace{
    height: 50px;
}
.logodetails{
    display: -webkit-box;
    padding: 0 24px;
    margin: 0 auto;
    margin-top: 26px;
    height:68px ;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 24px;
    font-size: 12px;
    color:#fff;
}
.logobutton{
    opacity: 0;
    width:120px;
    height:40px;
    margin: 0 auto;
    margin-top: 40px;
    border:1px solid #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    color:#fff;
    transition: all 0.8s;
}
.wrapin:hover>.logobutton{
    opacity: 1;
}
.sliding{
    position:absolute;
    left: 0px;
    width:2304px;
    height: 420px;
    transition: all 0.5s;
}
.backarrow{
    position: absolute;
    opacity: 0;
    width: 13px;
    height: 24px;
    left:15px;
    top:198px;
    background: url(../images/Arrow_left.png);
    z-index: 31;
    transition: all 0.8s;
	cursor: pointer;
}
.prevarrow{
    position: absolute;
    opacity: 0;
    width: 13px;
    height: 24px;
    right:15px;
    top:198px;
    background: url(../images/Arrow_right.png);
    z-index:31;
    transition: all 0.8s;
	cursor: pointer;
}
.slider:hover>.backarrow{
    opacity: 1;
}
.slider:hover>.prevarrow{
    opacity: 1;
}
