/* css reset start */
body, dd, dl, form, h1, h2, h3, h4, h5, h6, input, ol, p, ul {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

.banner{
	background: white;
	
	
}
.index1 {
    box-shadow: 0px 0px 5px #888888;
    display: block;
    height: 500px;
    max-width: 100% !important;
    background: url(/assets/tmpl23/images/4.png) no-repeat 100% 100%;
    top: 0;
    left: 0;
    min-width: 1000px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}
	
@media (min-width: 1600px){
    .index1 {
        box-shadow: 0px 0px 5px #888888;
        display: block;
        height: 630px;
        max-width: 100% !important;
        background: url(/assets/tmpl23/images/4.png) no-repeat 100% 100%;
        top: 0;
        left: 0;
        min-width: 1000px;
        background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-position: center 0;
    }
}