﻿@charset "utf-8";

div.indexmaindiv{margin:0px auto;width:100%;}
div.indexmaindiv1{overflow:hidden;}
div.indexmaindiv1 div.stylesgoleft{float:left;width:21px;height:28px;background:url('/images/arrowhead.png') no-repeat left top;margin:50px 18px 0px 0px;cursor:pointer;}
div.indexmaindiv1 div.stylesgoleft:hover{background:url('/images/arrowhead.png') no-repeat left -28px;}
div.indexmaindiv1 div.stylesgoright{float:right;width:21px;height:28px;background:url('/images/arrowhead.png') no-repeat left -56px;margin:50px 0px 0px 15px;cursor:pointer;}
div.indexmaindiv1 div.stylesgoright:hover{background:url('/images/arrowhead.png') no-repeat left -84px;}
/*滚动*/
div.maindiv1{float:left; width:1120px; height:150px; overflow:hidden; position:relative;}
div.maindiv1 ul{position:absolute; left:0; top:0;}
div.maindiv1 ul li {
    float: left;
    width: 230px;
    height: 120px;
    text-align: left;
}
div.maindiv1 ul li a{
    width: 200px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    background-color: #F7F7F7;
    border: solid 1px #D5D5D5;
    display:block;
}
div.maindiv1 ul li a img {
    vertical-align: middle;
    margin:0 auto;
    max-width: 160px;
    max-height:100px;
}
