@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}

ul {
    list-style-type: none;
}

.slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide .content {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.slide .content ul {
    width: 100%;
    height: 100%
}

.slide .content ul li {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide .content ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    background-size: cover
}

.slide .content ul li .text {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    font-family: Verdana;
    text-indent: 6px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; /**width:100%;*filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F08355C', endColorstr='#7F08355C');*/
}

.slide .tag {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    font-size: 0;
    letter-spacing: -8px;
    text-align: center;
}

:root .slide .tag {
    filter: none;
}

.slide .tag ul {
    *zoom: 1;
    padding: 4px 10px;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.slide .tag li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 8px;
    font-size: 0px;
    line-height: 18px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    background-color: #ffffff;
    cursor: pointer;
}

.slide .tag li.current {
    border-color: #1188C0;
    color: #fff;
    background-color: #ffffff;
    width: 30px;
    border-radius: 0%;
    position: relative;
}

.slide .tag li.current:after {
    content: "";
    display: block;
    position: absolute;
    background: #ffffff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    bottom: 0;
    left: -5px;
}

.slide .tag li.current:before {
    content: "";
    display: block;
    position: absolute;
    background: #ffffff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    bottom: 0;
    right: -5px;
}

.slide .pos {
    display: none;
}

#marquee2 {
    position: relative;
    width: 1200px;
}

#marquee2 .content {
    overflow: hidden;
    width: 100%;
    height: 100px;
}

#marquee2 .content ul {
    zoom: 1;
    margin-left: -10px;
}

#marquee2 .content li {
    float: left;
    display: inline;
    width: 230px;
    height: 100px;
    margin: 0 6px;
}

#marquee2 .content li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

#marquee2 .content li a img {
    display: block;
    height: 100px;
    width: 100%;
    height: 100%;
    vertical-align: baseline;
}

/*.slide .btn a{position:absolute; top:50%; width:30px;height:51px;margin-top:-30px;filter:alpha(opacity=30);-webkit-transition:all .3s linear;transition:all .3s linear;cursor:pointer;outline:none;}*/
/*.slide .btn a:hover{opacity:0.5;filter:alpha(opacity=50);}*/
/*.slide .btn .btnPrev{left:70px;background:url(../img/left.png) no-repeat  center; display: none}*/
/*.slide .btn .btnNext{right:70px; display: none;background:url(../img/right.png) no-repeat  center;}*/


.slide_1{position:relative;width:1200px;}
.slide_1 .content{position:relative;overflow:hidden;width:100%;height:386px;}
.slide_1 .content ul{zoom:1;}
.slide_1 .content li{position:relative;float:left;width:288px;height:386px;overflow:hidden;margin:0 6px;}
.slide_1 .content li a{text-decoration:none;}
.slide_1 .content li a img{display:block;width:288px;height:386px;vertical-align:baseline;}
.slide_1 .content li a div{position:relative;top:0;display:block;text-align: center; width:100%;height:386px;font:14px/30px "Microsoft YaHei";text-align:center;color:#fff;filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#80000000,endColorstr=#80000000);-webkit-transition:all .2s linear;transition:all .2s linear;}
.slide_1 .content li a div>h2{color:#ffffff;font-size: 30px;padding-top: 130px; }
.slide_1 .content li a div>span{
    display: block;
    width: 150px;
    height: 50px;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    background-color: #e72d44;
    border-bottom: 3px solid #c1041b;
    line-height: 47px;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 70px;
 }
:root .slide_1 .content li a div{filter:none;background:rgba(0,0,0,0.5);}
.slide_1 .content li a:hover{position:static;}/*兼容IE6*/
.slide_1 .content li a:hover div{top:-386px;}
.slide_1 .tag{width:100%;font-size:0;letter-spacing:-8px;text-align:center;}
.slide_1 .tag ul{height:22px;padding:11px 10px;}
.slide_1 .tag li{display:inline-block;*zoom:1;*display:inline;overflow:hidden;width:22px;height:22px;padding:0 3px;font-size:0;line-height:0; cursor:pointer;}
.slide_1 .tag li.current{background-position:center top;}
