* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}

/* 焦点图 水平滚动
------------------------------ */
.slide_x {
    overflow: hidden;
    position: relative;
    margin: 0px auto;
    width: 370px;
    height: 265px;
    background: #FFF;
}

.slide_x a {
    color: #FFF;
    text-decoration: none;
}

.slide_x .box {
    overflow: hidden;
    position: relative;
    width: 370px;
    height: 265px;
}

.slide_x .list {
    overflow: hidden;
    width: 9999px;
}

.slide_x .list li {
    float: left;
    position: relative;
    width: 370px;
}

.slide_x .list img {
    vertical-align: top;
}

.slide_x .list p {
    line-height: 32px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 32px;
    color: #FFF;
    font-size: 12px;
    text-indent: 12px;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#99000000', endColorstr='#99000000');
    background: rgba(0, 0, 0, 0.6);
}

.slide_x .btn {
    overflow: hidden;
    position: absolute;
    bottom: 8px;
    right: 6px;
}

.slide_x .btn li {
    float: left;
    width: 16px;
    height: 16px;
    margin: 0 0 0 5px;
    border-radius: 2px;
    background: #eee;
    color: #333;
    font: 11px/16px Tahoma;
    text-align: center;
    cursor: pointer;
}

.slide_x .btn .selected {
    background: #f30;
    color: #fff;
}

.slide_x .minus,
.slide_x .plus {
    position: absolute;
    top: 110px;
    width: 40px;
    height: 50px;
    background-image: url(images/control.png);
    background-repeat: no-repeat;
    text-align: center;
    cursor: pointer;
}

.slide_x .minus {
    left: 0;
    background-position: 0 0;
}

.slide_x .plus {
    right: 0;
    background-position: -40px 0;
}

.slide_x .minus:hover {
    background-position: 0 -50px;
}

.slide_x .plus:hover {
    background-position: -40px -50px;
}

#banner {
    width: 470px;
    height: 300px;
    margin: 0 auto
}

.pro-switch {
    height: 300px;
    overflow: hidden;
    position: relative;
    width: 470px;
}

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    width: 464px;
    height: 280px;
    display: block;
}

.img span {
    display: block;
    position: absolute;
    width: 464px;
    height: 40px;
    background-color: #333;
    opacity: 0.7;
    bottom: 0;
    line-height: 40px;
    text-indent: 1em;
    z-index: 1000;
    color: #fff;
    font-size: 16px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;

}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

.slides {
    height: 300px;
}

.no-js .slides > li:first-child {
    display: block;
}

/*首页幻灯片*/
#i_nav_pad1 .flexslider{
    width: 464px;
    height: 250px;
}
#i_nav_pad1 .flexslider .slides img {
    width: 464px;
    height: 250px;
    display: block;
}

#i_nav_pad1 .img span {
    display: block;
    position: absolute;
    width: 464px;
    height: 30px;
    background-color: #333;
    opacity: 0.7;
    bottom: 40px;
    line-height: 30px;
    text-indent: 1em;
    z-index: 1000;
    color: #fff;
    font-size: 16px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;

}
#i_nav_pad1 .img label {
    display: block;
    position: absolute;
    width: 464px;
    height: 27px;
    background-color: #ececec;
    opacity: 0.7;
    margin-bottom: -40px;
    z-index: 1000;
    text-align: center;
    font-family: "Microsoft Yahei", sans-serif;
    line-height: 27px;
    color: #000;
    font-size: 14px;

}

#i_nav_pad1 .slides {
    height: 290px;
}

#i_nav_pad1 .flex-control-paging li a {
    background: url(../img/dot.jpg) no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99em;
    padding-top: 5px;
    width: 20px;
    height: 1px;
    cursor: pointer;
}
#i_nav_pad1 .flex-control-paging li a.flex-active {
    background: url(../img/dot1.jpg) no-repeat;
}

.flexslider {
    margin: 0 auto;
    position: relative;
    width: 464px;
    height: 300px;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.flexslider .slides {
    zoom: 1;
}

.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    width: 40px;
    height: 90px;
    margin: -60px 0 0;
    display: block;
    background: url(../img/ad_ctr.png) no-repeat -10px 0;
    position: absolute;
    top: 55%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
    background-position: -10px -90px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 50%;
    position: absolute;
    bottom: 15px;
    right: 127px;
    text-align: right;
    margin: 0;
    padding: 0
}

.flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline-block;
}

.flex-control-paging li a {
    background: url(../img/dot.jpg) no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99em;
    padding-top: 5px;
     width: 28px;
    height: 1px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active {
    background: url(../img/dot1.jpg) no-repeat;
}

.lw-xw-slide {

}

.gointo_nj_right .flexslider {
    margin: 0 auto;
    position: relative;
    width: 464px;
    height: 240px;
    zoom: 1;
}

.gointo_nj_right .slides {
    height: 240px;
}
.gointo_nj_right .flexslider .slides img {
    width: 464px;
    height: 240px;
    display: block;
}
.gointo_nj_right .img span {
    display: block;
    position: absolute;
    width: 464px;
    height: 40px;
    background-color: #333;
    opacity: 0.7;
    bottom: 0;
    line-height: 40px;
    text-indent: 1em;
    z-index: 1000;
    color: #fff;
    font-size: 16px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;

}

.gointo_nj_right .flex-control-paging li a {
    background: url(../img/mlgcdot.png) no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99em;
    padding-top: 10px;
    width: 10px;
    height: 1px;
    cursor: pointer;
}

.gointo_nj_right .flex-control-paging li a.flex-active {
    background: url(../img/mlgcdot2.png) no-repeat;
}
