.footer{
  /*  height:386px ;*/
    width:100%;
    background:#343434;
    margin-top:80px;
    padding-bottom:30px;
}
.footer .footer-left{
    float:left;
    margin-top:26px;
    color:#fff;
    font-size:12px;
}
.footer .footer-left h2{
   font-size: 20px;
    color: #fff;
    line-height: 1.3;
    font-style: normal;
    font-weight: 400;
    margin-bottom:15px;
}
.footer h2 span{
    color:#fe3a3c;
}
.footer .spans span,.footer .spans{color:#fff;}
.footer-left .detailTitle{
    width:310px;
    height:24px;
    background:#fe3a3c;
    border-radius:10px;
    color:#fff;
    margin-top:10px;
    margin-bottom:10px;
    line-height:24px;
    text-align:center;
}
.footer-left .spans span{
    display:block;
    height:22px;
    line-height:22px;
}

/*轮播图部分*/
.footer-right{
    width:666px;
    height:370px;
    float:right;
}


        .all {
            width: 100%;
            height: 100%;
            padding: 7px;
           
            position: relative;
        }

        .screen {
            width: 100%;
            height: 100%;
            overflow: hidden;
            position: relative;
			/* margin-top:25px; */
        }

        .screen li {
            width: 222px;
            height: 370px;
            overflow: hidden;
            float: left;
            line-height:370px;
        			position:relative; 
            text-align:center;
        }
		
        .screen li img{
            width:80%;
            border:none;
            /*height:100%;*/
            height:auto;
			/* position:absolute; */
			top:50%;
			/* transform:translateY(-50%); */ 
			/* -ms-transform:translateY(-50%); */ 
        }

        .screen ul {
            position: absolute;
            left: 0;
            top: 0px;
            width: 3000px;
        }

        
        #arr {
            display: none;
        }

        #arr span {
            width: 40px;
            height: 40px;
            position: absolute;
            left: 5px;
            top: 50%;
            margin-top: -20px;
            background: #000;
            cursor: pointer;
            line-height: 40px;
            text-align: center;
            font-weight: bold;
            font-family: '黑体';
            font-size: 30px;
            color: #fff;
            filter:alpha(opacity=30);-moz-opacity:0.3;-khtml-opacity: 0.3;opacity: 0.3;
            border: 1px solid #fff;
        }

        #arr #right {
            right: 5px;
            left: auto;
        }

    
