@charset "utf-8";

.banner{margin-top: -30px}
.banner>ul{
    width: 1280px;
    height: 496px;
    position: relative;
}
.banner li {
    position: absolute;
    width: 749px;
    height: 496px;

    background: #fff;
}
.banner li a{
    display: block;

    overflow: hidden;
}
.banner li img{
    display: block;
    width: 100%;
}
.banner li .pic {
    position: relative;
}

.tit {
    position: relative;
    line-height: 42px;
}
.tit>h4 {
    display: inline-block;
    font-size: 26px;
    color: #333333;

}
.tit a{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #999;
}
.s1-list1>ul{
    font-size: 0;
}
.s1-list1>ul>li{
    display: inline-block;
    width: 400px;
    position: relative;
    margin-left: 40px;
}
.s1-list1>ul>li:first-child{
    margin-left: 0;
}
.s1-list1>ul>li>a{
    display: block;
}
.s1-list1>ul>li .pic{
    width: 400px;
    height: 265px;
    overflow: hidden;
}
.s1-list1>ul>li img{
    display: block;
    width: 400px;
height:280px;
    transition: all .3s;
}
.s1-list1>ul>li .s1-info h4{
    font-size: 16px;
    line-height: 32px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}
.s1-list1>ul>li .s1-info p{
    font-size: 14px;
    color: #999;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 52px;
    margin-top: 5px;
}
.s1-list1>ul>li .s1-info{
    background: #fff;
    padding: 35px 25px 53px 20px;
    box-shadow: 0 1px 5px #9c9a9c;
    transition: all .3s;
}

.s1-list1>ul>li:hover img{
    transform: scale(1.1);
}
.s1-list1>ul>li:hover .s1-info {
    box-shadow: 0 1px 10px #9c9a9c;
}
.s1-list1>ul>li:hover .s1-info h4 {
    color: #713a78;
    font-weight: 600;
}
.tm {
    position: absolute;
    top: 50%;
    left: 33px;
    width: 64px;
    background: #713a78;
    text-align: center;
    padding: 9px 0;
}
.tm span{
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
}
.tm span:first-child{
    font-size: 25px;
    line-height: 32px;
}

.s1-list2>ul{
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 5px;
    padding-right: 5px;
}
.s1-list2>ul>li {
    float: left;
    width: 399px;
height:364px;
    margin-top: 40px;
    box-shadow: 0 1px 5px #9c9a9c;
    transition: all .3s;
}
.s1-list2>ul>li:hover{
    box-shadow: 0 1px 15px #9c9a9c;
}
.s1-list2>ul>li h4{
    font-size: 22px;
    line-height: 68px;
    color: #fff;
    font-weight: normal;
    text-align: center;
}
.bg-blue h4{
    background: #4172af;
}
.s1-list2>ul ul {
    padding: 7px 18px 7px 20px;
}

.s1-list2>ul ul>li{
    line-height: 47px;
    border-bottom: 1px dashed #dcdcdc;
    transition: all .3s;
}
.s1-list2>ul ul>li span{
    display: block;
    float: left;
    width: 80px;
    height: 24px;
    background: #a975a4;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    margin-top: 12px;
    transition: all .3s;
}
.s1-list2>ul ul>li a{
    display: block;
    font-size: 14px;
    color: #403e3e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 20px;
    transition: all .3s;
}
.s1-list2>ul .mores {
    font-size: 14px;
    line-height: 36px;
    color: #923d70;
    text-align: center;
    margin-top: 6px;
}
.s1-list2>ul ul>li:hover {
    background: #a975a4;
    margin-left: -20px;
    margin-right: -18px;
    padding-left: -20px;
    padding-right: -18px;
}
.s1-list2>ul ul>li:hover a{
   color: #fff;
}
.s1-list2>ul ul>li:hover span {
    margin-left: 18px;
}
.mores a {
    display: block;
}
.bg-yellow h4 {
    background: #d1a059;
}
.bg-green h4 {
    background: #3e878a;
}
.s1-list2>ul>li:first-child ul {
    background:#fff url("../images/li-1.png");
    background-repeat: no-repeat;
    background-position: center center;height:296px;
}
.s1-list2>ul>li:nth-child(2) ul {
    background:#fff url("../images/li-2.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.s1-list2>ul>li:nth-child(3) ul {
    background:#fff url("../images/li-3.png");
    background-repeat: no-repeat;
    background-position: center center;
height:296px;
}
.s1-list2>ul>li:nth-child(4) ul {
    background:#fff url("../images/li-4.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.s1-list2>ul>li:nth-child(5) ul {
    background:#fff url("../images/li-5.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.s1-list2>ul>li:nth-child(6) ul {
    background:#fff url("../images/li-6.png");
    background-repeat: no-repeat;
    background-position: center center;height:296px;
}
.s1-list2>ul>li:nth-child(3n+2) {
    margin-left: 41px;
    margin-right: 41px;
}

/*新增*/
.roundabout_box {
    position: relative;
    width: 800px;
    height: 440px;
    margin: 0 auto;
}
.roundabout-holder {
    height: 425px;
    margin: 0 auto;
}
.roundabout_box .roundabout-moveable-item {
    height: 416px;
    width: 748px;
    position: relative;

    cursor: pointer;
    background: transparent;    min-height: 416px !important;    overflow: hidden;
}

.roundabout_box .roundabout-moveable-item .pic {
    transition: all ease .2s;
}
.roundabout_box .roundabout-in-focus .pic img {
    height: 100%;
    width: 100%;
    max-height: 416px !important;
}
.roundabout_box .roundabout-moveable-item .pic img {
    height: 100%;
    width: 100%;
}

.roundabout_box .roundabout-in-focus {
    cursor: auto;
}

.roundabout_box .roundabout li {
    margin: 0;
}