
._wrap img{
	max-width: 100% !important;
}
/*a{
	  outline: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
    font-size: 100%;
    word-wrap: break-word;
}*/
.banner {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
    margin-top: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	.banner {
   		 height: 350px;
  
	}
}
@media only screen and (min-width: 1400px) and (max-width: 1500px) {
	.banner {
   		 height: 400px;
  
	}
}
@media only screen and (min-width: 1500px) and (max-width: 1600px) {
	.banner {
   		 height: 450px;
  
	}
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
	.banner {
   		 height: 500px;
  
	}
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
	.banner {
   		 height: 550px;
  
	}
}

.banner > ul {
    display: none;
    position: absolute;
    /*margin-top:120px;*/
    top:0;
    left: 0;
}
.banner >ul>li{
	width: 100%;
}
.banner > ul > li  {
    float: left;
}

.banner > ul > li > a {
    display: block;
    font-size: 200px;
    text-align: center;
    font-weight: bold;
}

.left-btn,.right-btn {
    width: 61px;
    height: 61px;
    position: absolute;
    top: 45%;
    right: 30px;
    background: url("../image/right-1.png");
    cursor: pointer;
   display: none;
}

.left-btn {
    left: 30px;
    background: url("../image/left-1.png");
}

.img-btn-list {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
    background:transparent;
}

.img-btn-list > span {
    display: inline-block;
    width:12px;
    height: 12px;
    border-radius: 12px;
    margin: 0 5px;
    background: rgba(0,0,0,0.4);
    cursor: pointer;
}

.img-btn-list > span.current {
    background: rgb(160,0,8);
}





















