/** reset **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img{border:medium none;margin: 0;padding: 0;}
body,button, input, select, textarea{font: 12px/1.5 "Microsoft Yahei",tahoma,Srial,helvetica,sans-serif;}
h1, h2, h3, h4, h5, h6{font-size: 100%;font-weight: normal;}
em{font-style:normal;}
ul, ol{list-style: none;}
a{
	text-decoration: none;color:#333;
	text-decoration: none;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
a:hover{
	text-decoration: none;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
/*火狐去掉按钮、连接的虚线*/
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {border: 0;outline : 0;} 
input,button,select,textarea{outline:none;-webkit-appearance:none;}
textarea{resize:none;}
a { text-decoration: none; color: #333; }

a:focus{outline:none;}
a.hidefocus{outline:none}
.button{ border-radius: 0; }
input{font-family: "微软雅黑";}
textarea{font-family: "微软雅黑";}
img{border:0px;  outline-width:0px;  vertical-align:top;}
.cleafix:after{clear:both;content:"\200B";display:block;height:0;}
.cleafix{*zoom:1;}
.fl { float:left;}
.fr { float:right;}
.w1200{ width:1200px; margin:0 auto;}
.w1080{ width:1080px; margin:0 auto;}



.carousel-box{
   height: 420px!important;
   /* padding-top: 80px;*/
   width: 100%;
   position: relative;

   /** height:420px;**/
   transition: all .2s;
   margin-bottom:20px;
   /*position: relative;*/
}

.carousel-next{
    right:40px;
}
.carousel{
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;

}
.carousel-prev span:before,
.carousel-prev span:after{
    content: '';
    position: absolute;
    top: 11px;
    width: 25px;
    height: 3px;
    right: 10px;
    background: #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}
.carousel-prev span:after{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 27px;
}
.carousel-next span:before,
.carousel-next span:after{
    content: '';
    position: absolute;
    top: 11px;
    width: 25px;
    height: 3px;
    right: 10px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}
.carousel-next span:after{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 27px;
}


/*=----*/
.slideDot{
    position: absolute;
    bottom: 30px;
    /*width: 160px;*/
    margin: 0 auto;
    z-index: 1;
    left: 0;
    right: 0;
    /*height: 11px;*/
}
.slideDot ul{
    text-align: center;
}
.item li{
    display: inline-block;
    width: 11px;
    height: 11px;
    background: #fff;
    margin: 1px 1px 1px 15px;
/* opacity: 0.25; */
    filter: alpha(opacity=25);
    border-radius: 10px;
    cursor: pointer;
}
.item .activeDot{
    background: #016c38;
    color: #fff;
}
.rslides {
    /*position: fixed;*/
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 1300px;
	
    padding: 0;
    margin: 0 auto;
}
        @media screen and (max-width:1000px){
            .rslides {
                width: 95%;
				text-align:center;
            }
			.slideDot{
				bottom:10px;
			}
        }

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}
