@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

@media screen and (min-width: 996px) {
    a.abtn {
        height: 35px;
        width: 35px;
        display: block;
        background-size: 35px;
        position: absolute;
        top: 50%;
        margin-top: -17px;
    }
    a.aleft {
        height: 35px;
        width: 35px;
        overflow: hidden;
        background: url(../images/left-btn.png) no-repeat 0 0;
        background-size: 35px;
        left: 0;
    }
    a.aright {
        background: url(../images/right-btn.png) no-repeat 0 0;
        background-size: 35px;
        right: 0;
    }
    .scrolllist {
        width: 870px;
        height: 310px;
        margin: 0 auto;
        padding-top: 10px;
        position: relative;
    }
    .scrolllist .imglist_w {
        width: 780px;
        height: 300px;
        overflow: hidden;
        position: relative;
        /*必要元素*/
        border: 1px solid #5bc8f5;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .scrolllist .imglist_w ul {
        width: 20000px;
        position: absolute;
        left: 0px;
        top: 0px;
    }
    .scrolllist .imglist_w li {
        width: 200px;
        float: left;
    }
    .scrolllist .imglist_w li img {
        /*padding:2px;border:solid 1px #ddd;*/width: 100%;height: auto;
    }
    .scrolllist .imglist_w li .aImg {
        color: #3366cc;
        text-decoration: none;
        float: left;
		display:block;width: 100%;
    }
    .scrolllist .imglist_w li a:hover img {
        filter: alpha(opacity=86);
        -moz-opacity: 0.86;
        opacity: 0.86;
    }
    .scrolllist .imglist_w li .p {
        width: 100%;
        height: 120px;
        border-right: 1px dashed #5bc8f5;
        border-left: 1px dashed #5bc8f5;
        /*line-height:24px;*/
        overflow: hidden;
        float: left;
        box-sizing: border-box;
        padding-top: 5px;
    }
    .imglist_w li .p p {
        text-align: center;
        width: 100%;
        line-height: 30px;
        font-size: 20px;
    }
    .imglist_w li .p a {
        text-align: center;
        width: 100%;
        line-height: 42px;
        display: block;
        margin: 10px auto;
        border-top: 1px solid #eee;
        font-size: 14px;
        color: #878787;
        text-decoration: none;
    }
    .hsms-tt {
        color: #680c0c;
    }
    .blr-tt {
        color: #335697;
    }
    .bmt-tt {
        color: #58b3ae;
    }
    .xl-tt {
        color: #0492cd;
    }
    .lz-tt {
        color: #0d023b;
    }
    .imglist_w li .p:hover a {
        color: #ff9417;
    }
}

@media screen and (max-width: 996px) {
    a.abtn {
        height: 35px;
        width: 35px;
        display: block;
        background-size: 35px;
        position: absolute;
        top: 50%;
        margin-top: -17px;
    }
    a.aleft {
        height: 35px;
        width: 35px;
        overflow: hidden;
        background: url(../images/left-btn.png) no-repeat 0 0;
        background-size: 35px;
        left: 0;
    }
    a.aright {
        background: url(../images/right-btn.png) no-repeat 0 0;
        background-size: 35px;
        right: 0;
    }
    .scrolllist {
        width: 100%;
        height: 310px;
        margin: 0 auto;
        padding-top: 10px;
        position: relative;
        padding: 10px;
    }
    .scrolllist .imglist_w {
        width: 100%;
        height: 300px;
        overflow: hidden;
        position: relative;
        /*必要元素*/
        border: 1px solid #5bc8f5;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .scrolllist .imglist_w ul {
        width: 20000px;
        position: absolute;
        left: 0px;
        top: 0px;
    }
    .scrolllist .imglist_w li {
        width: 200px;
        float: left;
        /*padding:0 5px;*/
        padding: 0 10px 0 0;
    }
    .scrolllist .imglist_w li img {
        /*padding:2px;border:solid 1px #ddd;*/width: 100%;height: auto;
    }
    .scrolllist .imglist_w li .aImg {
        color: #3366cc;
        text-decoration: none;
        float: left;display: block;width: 100%;
    }
    .scrolllist .imglist_w li a:hover img {
        filter: alpha(opacity=86);
        -moz-opacity: 0.86;
        opacity: 0.86;
    }
    .scrolllist .imglist_w li .p {
        width: 100%;
        height: 120px;
        border-right: 1px dashed #5bc8f5;
        border-left: 1px dashed #5bc8f5;
        /*line-height:24px;*/
        overflow: hidden;
        float: left;
        box-sizing: border-box;
        padding-top: 5px;
    }
    .imglist_w li .p p {
        text-align: center;
        width: 100%;
        line-height: 30px;
        font-size: 20px;
    }
    .imglist_w li .p a {
        text-align: center;
        width: 100%;
        line-height: 42px;
        display: block;
        margin: 10px auto;
        border-top: 1px solid #eee;
        font-size: 14px;
        color: #878787;
        text-decoration: none;
    }
    .hsms-tt {
        color: #680c0c;
    }
    .blr-tt {
        color: #335697;
    }
    .bmt-tt {
        color: #58b3ae;
    }
    .xl-tt {
        color: #0492cd;
    }
    .lz-tt {
        color: #0d023b;
    }
    .imglist_w li .p:hover a {
        color: #ff9417;
    }
}

.mblogo img{max-width:100%;max-height: 50px;}
