/*@charset "utf-8";*/
/*html, body, div, span, applet, object, iframe,*/
/*h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,*/
/*acronym, address, big, cite, code, del, dfn, em, font,*/
/*img, ins, kbd, q, s, samp, small, strike, strong, sub,*/
/*sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form,*/
/*label, legend, table, caption, tbody, tfoot, thead, tr, th, td {*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*border: 0;*/
    /*outline: 0;*/
    /*font-weight: inherit;*/
    /*font-style: inherit;*/
    /*font-size: 100%;*/
    /*font-family: 微软雅黑;*/
/*}*/




/* tour */

.wrap>.switcher-wrap>ul>li{
    list-style: none;
}

#tour{
    /*border:1px solid red;*/
    margin-top: 30px;
    overflow: hidden;
}

#img-slider .slide {
    width: 100%;
    background: #fff;
    position: absolute;
}

#img-slider .slide .img {
    margin: 0 auto;
    border: none;
}

#img-slider .img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 rgba(204, 205, 206, 5);
    -moz-box-shadow: 0 1px 0 rgba(204, 205, 206, 5);
    -ms-box-shadow: 0 1px 0 rgba(204, 205, 206, 5);
    box-shadow: 0 1px 0 rgba(204, 205, 206, 5);
    border: 1px solid #edeeee;
    background-color: #fff;
    width: 810px;
    height: 420px;
    position: relative;
}

#img-slider .img img {
    display: block;
    width: 100%;
}

#img-slider .img:first-child {
    display: block;
}

.switcher-wrap {
    position: relative;
    padding-bottom: 60px;
    padding-left: 80px;
    padding-right: 80px;
}

.switcher-wrap.slider {
    padding-left: 220px;
    padding-right: 220px;
    padding-top: 35px;
}

.switcher-wrap.slider #img-slider .img {
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    border-color: #fff;
}

.switcher-wrap ul.switcher {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom:0;
}

.switcher-wrap ul.switcher li {
    display: inline-block;
    /*padding: 2px;*/
    /*border: 1px solid #10af8b;*/
    /*border-radius: 100%;*/
    width: 100px;
    height: 8px;
    background: #9097A7;
    margin: 0 5px;
}

.switcher-wrap ul.switcher li a {
    display: block;
    width: 100px;
    height: 8px;
    -o-transition: background 0.20s ease-in-out;
    -webkit-transition: background 0.20s ease-in-out;
    -moz-transition: background 0.20s ease-in-out;
    transition: background 0.20s ease-in-out;
}

.switcher-wrap ul.switcher li a:hover, .switcher-wrap ul.switcher li.active a {
    background: #FE9F2E;
}

.switcher-wrap ul.switcher li:last-child {
    margin-right: 0;
}