﻿body {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑", "Arial";
    font-size: 12px;
    color: #333333;
}
ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
a {
    color: #666666;
    text-decoration: none;
}
a:hover {
    color: #ff0000;
}
.container {
    width: 100%;
}
.navbar {
    position: relative;
    width: 1200px;
    height: 90px;
    margin: 0 auto;
    padding: 0;
    font-size: 14px;
}
    .navbar .container {
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }
    .navbar .logo {
        margin-right: 30px;
    }
    .navbar .navbar-nav {
        display: -ms-flexbox;
        display: flex;
        height: 90px;
    }
        .navbar .navbar-nav a {
            color: #666666;
            text-decoration: none;
        }
        .navbar .navbar-nav a:hover {
            color: #a88334;
        }
        .navbar .navbar-nav .nav-item {
            width: 191px;
            line-height: 90px;
            text-align: center;
            border-left: solid 1px #fff;
            border-right: solid 1px #fff;
        }
        .navbar .navbar-nav .nav-item.over {
            border-left: solid 1px #ddd;
            border-right: solid 1px #ddd;
        }
        .navbar .navbar-nav .nav-item.over .nav-link {
            border-bottom: solid 1px #a88334;
            padding-bottom: 10px;
        }
        .navbar .navbar-nav .dropdown-menu {
            display: none;
            position: relative;
            z-index: 999;
            background: #fff;
            line-height: 40px;
            border-top: solid 1px #dddddd;
        }
        .navbar .navbar-nav .dropdown-menu .dropdown-item {
            display: block;
            height: 40px;
            border-bottom: solid 1px #dddddd;
        }
    .navbar .navbar-tools {
        display: -ms-flexbox;
        display: flex;
        height: 90px;
        padding: 0;
        margin: 0;
    }
        .navbar .navbar-tools .btnB {
            display: none;
        }
    .navbar .tools-item {
        display: block;
        width: 47px;
        height: 90px;
        text-align: center;
        line-height: 90px;
        border-left: solid 1px #f4f4f4;
    }
        .navbar .tools-item:last-child {
            border-right: solid 1px #f4f4f4;
        }
    .navbar .weixinCode {
        display: none;
        position: relative;
        z-index: 999;
        margin-left: 1045px;
    }


.flexslider {
    position: relative;
    height: 770px;
    margin: 0;
    border: none;
    overflow: hidden;
}
    .flexslider .slides {
        position: relative;
        z-index: 1;
    }
        .flexslider .slides li {
            height: 770px;
            background-position: center center;
        }
.flex-control-nav {
    position: absolute;
    bottom: 40px;
    z-index: 2;
    width: 100%;
    height: 24px;
    text-align: center;
    background: url(../img/sliderBg.png) center no-repeat;
}
    .flex-control-nav li {
        margin: 6px;
    }
.flex-control-paging li a:hover {
    background: #fff;
    background: rgba(255, 255, 255, 1);
}
.flex-control-paging li a.flex-active {
    background: #fff;
    background: rgba(255, 255, 255, 1);
}
.flex-control-paging li a {
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3);
}

.indexNews {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    height: 170px;
    margin: 0 auto;
    padding: 38px 0;
    justify-content: space-between;
}
    .indexNews a {
        text-decoration: none;
    }
    .indexNews .bigNews {
        display: -ms-flexbox;
        display: flex;
        width: 581px;
        height: 167px;
        border: solid 1px #dddddd;
        justify-content: space-between;
        background: #fefaf3;
    }
        .indexNews .bigNews > img {
            width: 167px;
            height: 167px;
        }
        .indexNews .bigNews .bigDate {
            width: 102px;
            height: 154px;
            margin: 5px;
            text-align: center;
            border: solid 1px #dec498;
        }
            .indexNews .bigNews .bigDate .bigDay {
                display: block;
                margin-top: 16px;
                font-size: 54px;
                color: #e73331;
            }
            .indexNews .bigNews .bigDate .bigMonth {
                display: block;
                margin-top: 4px;
                font-size: 18px;
                color: #897b63;
            }
        .indexNews .bigNews .bigContent {
            width: 300px;
            padding: 20px 16px;
            background: #ffffff;
        }
            .indexNews .bigNews .bigContent .bigTitle {
                display: block;
                font-size: 18px;
                font-weight: bold;
                color: #333333;
                line-height: 26px;
            }
            .indexNews .bigNews .bigContent .bigText {
                display: block;
                margin-top: 10px;
                font-size: 14px;
                color: #999999;
                line-height: 22px;
            }
    .indexNews .listNews div {
        display: -ms-flexbox;
        display: flex;
        width: 584px;
        height: 32px;
        justify-content: space-between;
        border-bottom: solid 2px #dddddd;
    }
        .indexNews .listNews div .newsType {
            display: block;
            height: 32px;
            font-size: 18px;
            font-weight: bold;
            color: #e73331;
            border-bottom: solid 2px #e73331;
        }
        .indexNews .listNews div .newsMore a {
            color: #999999;
            text-decoration: none;
        }
        .indexNews ul li {
            height: 44px;
            line-height: 44px;
            border-bottom: solid 1px #f4f4f4;
        }
            .indexNews ul li a {
                display: -ms-flexbox;
                display: flex;
                justify-content: space-between;
                color: #333333;
                font-size: 14px;
            }
                .indexNews ul li a:hover {
                    color: #e73331;
                }
            .indexNews ul li .newsDate {
                font-size: 12px;
                color: #999999;
            }


.indexBuz {
    position: relative;
    width: 100%;
    height: 386px;
    background: #f5ebd9;
}
    .indexBuz .container {
        display: -ms-flexbox;
        display: flex;
        width: 1200px;
        height: 300px;
        margin: 0 auto;
        padding: 45px 0 10px 0;
        justify-content: space-between;
    }
.indexOther {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    height: 244px;
    margin: 0 auto;
    padding: 48px 0;
    justify-content: space-between;
}
.leftWidth {
    background: url(../img/pageBg1_1.png) center no-repeat;
}
.rightWidth {
    background: url(../img/pageBg2_1.png) center no-repeat;
}
.orangeBg {
    height: 530px;
    background-color: #f5ebd9;
}
.leftGreyBg {
    background: url(../img/pageBg1_2.png);
    background-position: 0px 1000px;
}
.rightGreyBg {
    background: url(../img/pageBg2_2.png);
    background-position: 0px 1000px;
}
.greyBg {
    text-align: center;
    background-color: #f4f4f4;
}
.contactHead {
    position: relative;
    width: 100%;
    height: 527px;
    margin: -460px auto 0 auto;
    background: url(../img/p6_1.jpg) center no-repeat #ffffff;
    border-bottom: solid 1px #f2f2f2;
}
    .contactHead > div {
        width: 1000px;
        margin: 0 auto;
    }
    .contactHead .bigTitle {
        display: block;
        height: 154px;
        margin-left: 487px;
        padding-left: 100px;
        background: #f5ebd9;
        font-size: 36px;
        line-height: 154px;
        color: #a88334;
    }
        .contactHead .bigTitle > span {
            border-bottom: solid 2px #a88334;
            padding-bottom: 10px;
        }
    .contactHead .blackTitle {
        display: block;
        margin-left: 487px;
        padding: 55px 0 30px 100px;
        font-size: 30px;
        font-weight: bold;
        line-height: 38px;
        color: #333333;
    }
    .contactHead .address {
        display: block;
        margin-left: 487px;
        padding: 0 0 30px 100px;
        font-size: 22px;
        line-height: 30px;
        color: #666666;
    }
        .contactHead .address a {
            text-decoration: underline;
        }
.pageContainzer {
    position: relative;
    width: 1200px;
    margin: -460px auto 0 auto;
    background: #ffffff;
}
    .pageContainzer .pageNav {
        display: -ms-flexbox;
        display: flex;
        font-size: 14px;
        height: 70px;
        line-height: 70px;
        border-bottom: solid 1px #f4f4f4;
        justify-content: space-between;
    }
        .pageContainzer .pageNav .path {
            margin-left: 26px;
            color: #999999;
        }
            .pageContainzer .pageNav .path .current {
                color: #666666;
            }
        .pageContainzer .pageNav div {
            display: -ms-flexbox;
            display: flex;
            margin: 21px 26px 0 0;
            line-height: 28px;
        }
            .pageContainzer .pageNav div a {
                display: block;
                height: 28px;
                margin-left: 10px;
				padding: 0 16px;
                color: #666666;
                text-align: center;
                text-decoration: none;
            }
                .pageContainzer .pageNav div a:hover {
                    background-color: #a88334;
                    background-position: center center;
                    border-radius: 15px;
                    -webkit-border-radius: 15px;
                    -moz-border-radius: 15px;
                    color: #ffffff;
                }
                .pageContainzer .pageNav div a.menuCurrent {
                    background-color: #a88334;
                    background-position: center center;
                    border-radius: 15px;
                    -webkit-border-radius: 15px;
                    -moz-border-radius: 15px;
                    color: #ffffff;
                }
            .pageContainzer .pageNav div .purpleColor:hover {
                background-color: #720ed8;
             }
            .pageContainzer .pageNav div .purpleColor.menuCurrent {
                background-color: #720ed8;
            }
            .pageContainzer .pageNav div .blueColor:hover {
                background-color: #394ace;
            }
            .pageContainzer .pageNav div .blueColor.menuCurrent {
                background-color: #394ace;
            }
            .pageContainzer .pageNav div .redColor:hover {
                background-color: #e73331;
            }
            .pageContainzer .pageNav div .redColor.menuCurrent {
                background-color: #e73331;
            }
            .pageContainzer .pageNav div .yellowColor:hover {
                background-color: #fd8e16;
            }
            .pageContainzer .pageNav div .yellowColor.menuCurrent {
                background-color: #fd8e16;
            }
            .pageContainzer .pageNav div .greenColor:hover {
                background-color: #189869;
            }
            .pageContainzer .pageNav div .greenColor.menuCurrent {
                background-color: #189869;
            }
    .pageContainzer .pageContent {
        width: 1148px;
        margin: 0 auto;
        padding: 50px 0;
        text-align: justify;
        text-justify: inter-ideograph;
    }
        .pageContainzer .pageContent .pageContentBlock {
            font-size: 16px;
            line-height: 32px;
        }
        .pageContainzer .pageContent .bigTitle {
            display: block;
            font-size: 36px;
            color: #a88334;
        }
        .pageContainzer .pageContent .blackTitle {
            display: block;
            margin-bottom: 15px;
            font-size: 24px;
            font-weight: bold;
            color: #333333;
        }
        .pageContainzer .pageContent .colorTitle {
            display: block;
            font-size: 24px;
            font-weight: bold;
        }
        .pageContainzer .pageContent .hrTitle {
            margin-bottom: 15px;
            font-size: 18px;
            font-weight: bold;
            color: #333333;
        }
        .pageContainzer .pageContent .companyItem {
            width: 990px;
            margin: 40px 0 25px 0;
            font-size: 16px;
            line-height: 32px;
            text-align: center;
            color: #999999;
        }
            .pageContainzer .pageContent .companyItem a {
                color: #999999;
                text-decoration: none;
            }
                .pageContainzer .pageContent .companyItem .item1:hover {
                    color: #720ed8;
                }
                .pageContainzer .pageContent .companyItem .item2:hover {
                    color: #394ace;
                }
                .pageContainzer .pageContent .companyItem .item3:hover {
                    color: #e73331;
                }
                .pageContainzer .pageContent .companyItem .item4:hover {
                    color: #fd8e16;
                }
                .pageContainzer .pageContent .companyItem .item5:hover {
                    color: #189869;
                }
            .pageContainzer .pageContent .companyItem .item1.currentItem {
                color: #720ed8;
            }
            .pageContainzer .pageContent .companyItem .item2.currentItem {
                color: #394ace;
            }
            .pageContainzer .pageContent .companyItem .item3.currentItem {
                color: #e73331;
            }
            .pageContainzer .pageContent .companyItem .item4.currentItem {
                color: #fd8e16;
            }
            .pageContainzer .pageContent .companyItem .item5.currentItem {
                color: #189869;
            }
        .pageContainzer .pageContent .companyIntro {
            width: 1021px;
            height: 152px;
            padding: 46px 32px 37px 32px;
            color: #333333;
        }
            .pageContainzer .pageContent .companyIntro > span {
                width: 640px;
                font-size: 14px;
                line-height: 30px;
            }
        .pageContainzer .pageContent .hr {
            width: 1060px;
        }
            .pageContainzer .pageContent .hr li {
                height: 88px;
                font-size: 20px;
                line-height: 88px;
                border-bottom: solid 1px #eeeeee;
            }
                .pageContainzer .pageContent .hr li a {
                    display: -ms-flexbox;
                    display: flex;
                    color: #333333;
                    text-decoration: none;
                }
                    .pageContainzer .pageContent .hr li a span {
                        display: block;
                    }
                .pageContainzer .pageContent .hr li .hrNum {
                    width: 40px;
                    margin-top: 4px;
                    font-size: 14px;
                    font-weight: bold;
                }
                .pageContainzer .pageContent .hr li .hrTitle {
                    width: 550px;
                    font-weight: bold;
                } 
                .pageContainzer .pageContent .hr li .hrEdu {
                    width: 200px;
                    color: #bbbbbb;
                }
                .pageContainzer .pageContent .hr li .hrLink {
                    width: 86px;
                    margin-top: 4px;
                    font-size: 14px;
                    color: #ff0000;
                    text-align: right;
                }
        .pageContainzer .pageContent .greenPhone {
            width: 130px;
            margin: 40px auto 0 auto;
            color: #189869;
            font-weight: bold;
            line-height: 22px;
        }
            .pageContainzer .pageContent .greenPhone > img {
                margin: 0;
            }
            .pageContainzer .pageContent .greenPhone > span {
                display: block;
                margin-bottom: 20px;
            }

    .pageContainzer .pageNews {
        width: 1124px;
        margin: 0 30px 0 46px;
    }
        .pageContainzer .pageNews li {
            height: 150px;
            padding: 25px 0;
            border-bottom: solid 1px #dddddd;
        }
            .pageContainzer .pageNews li > a {
                text-decoration: none;
                color: #333333;
            }
                .pageContainzer .pageNews li > a:hover {
                    color: #ff0000;
                }
                .pageContainzer .pageNews li > a img {
                    width: 224px;
                    height: 149px;
                }
                .pageContainzer .pageNews li > a .pageDate {
                    width: 130px;
                    border-right: solid 1px #dddddd;
                    font-family: Arial;
                }
                .pageContainzer .pageNews li > a .pageDate .pageDataDay {
                    display: block;
                    margin: 20px 0 10px 0;
                    font-size: 44px;
                    color: #a88334;
                    font-weight: bold;
                }
                .pageContainzer .pageNews li > a .pageDate .pageDataYear {
                    display: block;
                    margin: 0 0 0 12px;
                    font-size: 18px;
                    color: #808080;
                }
            .pageContainzer .pageNews li > a .pageNewsInfo {
                width: 706px;
            }
                .pageContainzer .pageNews li > a .pageNewsInfo .newsTitle {
                    display: block;
                    font-size: 24px;
                    font-weight: bold;
                }
                .pageContainzer .pageNews li > a .pageNewsInfo .newsDesc {
                    display: block;
                    margin-top: 16px;
                    font-size: 14px;
                    line-height: 24px;
                    color: #999999;
                    text-align: justify;
                    text-justify: inter-ideograph;
                }
            .pageContainzer .pageNews li > a .cultureNews {
                width: 688px;
            }
            .pageContainzer .pageNews li > a .cultureDate {
                width: 168px;
                border-right: none;
            }
                .pageContainzer .pageNews li > a .cultureDate .pageDataFullDay {
                    font-family: Arial;
                    font-size: 30px;
                    color: #a88334;
                    line-height: 149px;
                    font-weight: bold;
                }
    .pageContainzer .pageNewsContent {
        padding-bottom: 50px;
        font-size: 16px;
    }
        .pageContainzer .pageNewsContent .newsTitle {
            display: block;
            margin-top: 40px;
            font-size: 28px;
            color: #333333;
            font-weight: bold;
            text-align: center;
        }
        .pageContainzer .pageNewsContent .newsDate {
            display: block;
            margin: 15px auto;
            padding-bottom: 30px;
            font-size: 16px;
            color: #999999;
            text-align: center;
            border-bottom: solid 1px #dddddd;
        }
        .pageContainzer .pageNewsContent .newsContent {
            width: 980px;
            margin: 45px auto;
            line-height: 30px;
            text-align: justify;
            text-justify: inter-ideograph;
        }
            .pageContainzer .pageNewsContent .newsContent img {
                max-width: 980px;
                margin: 25px auto 18px auto;
            }
        .pageContainzer .newsBack {
            display: block;
            width: 175px;
            height: 38px;
            margin: 0 auto;
            text-align: center;
            line-height: 38px;
            color: #333333;
            text-decoration: none;
            background-color: #dddddd;
        }
            .pageContainzer .newsBack:hover {
                color: #ff0000;
                background-color: #eeeeee;
            }
    .pageContainzer .contactList {
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        width: 1080px;
        padding: 0 0 50px 0;
    }
        .pageContainzer .contactList li {
            width: 360px;
            padding-top: 100px;
            font-size: 16px;
            color: #666666;
            line-height: 30px;
        }
            .pageContainzer .contactList li span {
                display: block;
                width: 300px;
                margin-bottom: 30px;
            }
            .pageContainzer .contactList li .blackTitle {
                font-size: 24px;
                font-weight: bold;
                color: #333333;
            }
            .pageContainzer .contactList li .address {
                font-size: 16px;
            }


.pager {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 1124px;
    padding: 35px 30px 35px 46px;
}
    .pager div {
        display: -ms-flexbox;
        display: flex;
    }
    .pager a {
        display: block;
        width: 46px;
        height: 46px;
        margin-right: 10px;
        text-align: center;
        line-height: 46px;
        font-size: 18px;
        color: #ffffff;
        text-decoration: none;
        background-color: #b6b6b6;
        border-radius: 23px;
        -webkit-border-radius: 23px;
        -moz-border-radius: 23px;
    }
        .pager a:hover {
            background-color: #a88334;
        }
    .pager .currentPage {
        background-color: #a88334;
    }

footer {
    position: relative;
    width: 100%;
    height: 108px;
    font-size: 14px;
    color: #dddddd;
    background: #333333;
}
    footer .container {
        display: -ms-flexbox;
        display: flex;
        width: 1200px;
        height: 108px;
        margin: 0 auto;
        line-height: 108px;
        justify-content: space-between;
    }

.displayFlex {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
	align-items: flex-start;
    flex-wrap: wrap;
}
.purple {
    color: #720ed8;
}
.purpleUnderLine {
    border-bottom: solid 2px #720ed8;
    padding-bottom: 10px;
}
.blue {
    color: #394ace;
}

.blueUnderLine {
    border-bottom: solid 2px #394ace;
    padding-bottom: 10px;
}
.red {
    color: #e73331;
}
.redUnderLine {
    border-bottom: solid 2px #e73331;
    padding-bottom: 10px;
}
.yellow {
    color: #fd8e16;
}
.yellowUnderLine {
    border-bottom: solid 2px #fd8e16;
    padding-bottom: 10px;
}
.green {
    color: #189869;
}
.greenUnderLine {
    border-bottom: solid 2px #189869;
    padding-bottom: 10px;
}
.left {
    float: left;
}
.right {
    float: right;
}
.hide {
    display: none;
}
.GMlist {
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    width: 1130px;
    height: 50px;
    margin: 50px 0 20px 0;
    line-height: 50px;
    font-weight: bold;
}
    .GMlist li {
        width: 388px;
        text-align: center;
    }
        .GMlist li a {
            display: block;
            width: 374px;
            height: 50px;
            font-size: 20px;
            color: #ffffff;
            background-color: #5765d5;
        }
            .GMlist li a:hover {
                color: #ffffff;
                background-color: #394ace;
            }
            .GMlist li a.menuCurrent {
                color: #ffffff;
                background-color: #394ace;
            }
    .GMpicSlider a {
        display: block;
        width: 62px;
        height: 109px;
        margin: 4px 0 0 0;
    }
.MYGpicSlider {
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 40px;
}
    .MYGpicSlider > div {
        width: 320px;
        padding-top: 30px;
        font-size: 18px;
        text-align: center;
        border-top: solid 1px #dddddd;
        border-right: solid 1px #dddddd;
        border-bottom: solid 1px #dddddd;
        background-color: #f2f2f2;
    }
.MYGpage {
    width: 1130px;
}
.MYGlist {
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
}
    .MYGlist li {
        margin-right: 50px;
    }
        .MYGlist li a:hover {
            color: #720ed8;
        }
        .MYGlist li a.menuCurrent {
            color: #720ed8;
        }
.WLpicSlider {
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    width: 1308px;
    height: 439px;
    margin: 30px -35px 0 -143px;
}

    .WLpicSlider .WLinfoContainer {
        width: 222px;
        height: 377px;
        background-color: #189869;
    }

    .WLpicSlider .WLinfo {
        width: 200px;
        height: 381px;
        margin: 0 auto;
        font-size: 14px;
        color: #ffffff;
        line-height: 24px;
		text-align: left;
    }

        .WLpicSlider .WLinfo .WLname {
            display: block;
            padding: 30px 0 18px 0;
            font-size: 18px;
            font-weight: bold;
        }

        .WLpicSlider .WLinfo .WLlocation {
            display: block;
            padding: 0 0 18px 0;
            font-size: 14px;
            line-height: 14px;
            font-weight: unset;
            text-indent: 20px;
            color: #b8d2c9;
            background: url(../img/p3_5_3.png) no-repeat;
        }
.YYpage {
    width: 1300px;
    margin: -50px 0 0 -135px;
    background-color: #f9f9f9;
}
    .YYpage .YYcontainer {
        width: 1010px;
        height: 83px;
        margin: 0 0 0 100px;
        overflow: hidden;
    }
.YYboard {
    display: none;
    width: 1160px;
    margin-top: 42px;
}
.YYcontent {
    width: 460px;
    margin-top: 0px;
	font-size: 14px;
	line-height: 26px;
}
    .YYcontent div {
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
    }
    .YYcontent span {
        display: block;
    }
    .YYcontent .address {
        width: 160px;
        line-height: 22px;
		text-align: left;
    }
    .YYcontent .location {
        width: 260px;
        line-height: 22px;
		text-align: left;
    }
#YYlist {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
}
    #YYlist a {
        display: block;
        padding: 0 30px;
        font-size: 18px;
        font-weight: bold;
        color: #666666;
        line-height: 76px;
		text-align: left;
		text-wrap: none;
    }
        #YYlist a:hover {
            color: #fd8e16;
            border-bottom: solid 2px #fd8e16;
            padding-bottom: 4px;
        }
        #YYlist a.menuCurrent {
            color: #fd8e16;
            border-bottom: solid 2px #fd8e16;
            padding-bottom: 4px;
        }
#YYtoLeft, #YYtoRight {
    cursor: pointer;
}
.LSpage {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
}
    .LSpage > div {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-end;
		flex-wrap: wrap;
		width: 1134px;
    }
    .LSpage .LSmodeBtn {
        width: 570px;
        height: 50px;
        font-size: 18px;
        color: #666666;
        font-weight: bold;
        text-align: center;
        line-height: 50px;
        background-color: #dddddd;
    }
    .LSpage .LSmodeBtn:first-child {
        margin-right: 4px;
    }
    .LSpage .LSmodeBtn:hover {
        color: #ffffff;
        background-color: #e73331;
    }
	.LSpage .LSmodeBtn.menuCurrent {
		color: #ffffff;
		background-color: #e73331;
	}
    .LSpage .LSlist {
        width: 170px;
        margin: 0;
        padding: 30px 0 0 0;
        font-size: 16px;
        background: url(../img/p3_3_4.png) 9px top no-repeat;
    }
        .LSpage .LSlist li {
            width: 160px;
            height: 46px;
            line-height: 46px;
        }
            .LSpage .LSlist li a {
                color: #b3b3b3;
                background: url(../img/p3_3_6.png) left center no-repeat;
            }
                .LSpage .LSlist li a:hover {
                    color: #e73331;
                    background: url(../img/p3_3_5.png) left center no-repeat;
                }
                .LSpage .LSlist li a.menuCurrent {
                    color: #e73331;
                    background: url(../img/p3_3_5.png) left center no-repeat;
                }
    .LSpage .LScontent {
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 960px;
        margin-top: 18px;
        font-size: 14px;
        color: #999999;
        line-height: 24px;
    }
        .LSpage .LScontent .shopList {
            width: 420px;
            margin: 30px 30px 0 30px;
            padding: 0 0 30px 0;
            border-bottom: solid 1px #F4F4F4;
            background: url(../img/p3_3_3.png)  no-repeat;
        }
            .LSpage .LScontent .shopList span {
                display: block;
                margin-left: 30px;
            }
                .LSpage .LScontent .shopList span.shopTitle {
                    margin-bottom: 6px;
                    font-size: 16px;
                    color: #333333;
                    font-weight: bold;
                }
	.LSpage .LS2 {
		width: 1130px;
	}
        .LSpage .LS2 .shopList {
            width: 530px;
            margin: 0 15px;
            border-bottom: none;
        }
    .LSpage .pager {
        justify-content: center;
        width: inherit;
        padding: 35px 0 0 0;
    }
        .LSpage .pager a {
            width: 34px;
            height: 34px;
            line-height: 34px;
            font-size: 16px;
            color: #ffffff;
            border-radius: 17px;
            -webkit-border-radius: 17px;
            -moz-border-radius: 17px;
        }

            .LSpage .pager a:hover {
                background-color: #e73331;
            }

        .LSpage .pager .currentID {
            background-color: #e73331;
        }
	.LSpage .LSpicList {
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		width: 1130px;
		margin-top: 40px;
	}
	.LSpage .LSpicList li a img {
		border: solid 1px #dddddd;
	}
		.LSpage .LSpicList li a:hover img {
			border: solid 1px #e73331;
		}
		.LSpage .LSpicList li a.menuCurrent img {
			border: solid 1px #e73331;
		}
.searchBlock {
	width: 1124px;
	height: 200px;
	margin: 0 auto;
	line-height: 200px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 1px #dddddd;
}
	.searchBlock .searchText {
	    width: 500px;
		height: 30px;
	    font-size: 16px;
	}
	.searchBlock input[type="submit"] {
		width: 60px;
		height: 36px;
		font-size: 16px;
		line-height: 30px;
		background: #ffffff;
		border: solid 1px #999999;
	}

#floorSlider {
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 56px;
}
#floorSlider ul {
    width: 80px;
    margin: 140px 0 0 0;
    font-size: 16px;
}
    #floorSlider li {
        margin-bottom: 10px;
    }
    #floorSlider ul li a {
        display: block;
        height: 36px;
        text-align: center;
        line-height: 36px;
        color: #ffffff;
        background-color: #dddddd;
    }
        #floorSlider ul li a:hover {
            background-color: #720ed8;
        }
        #floorSlider ul li a.menuCurrent {
            background-color: #720ed8;
        }
#floorSlider .floorContent {
    width: 1050px;
    background: url(../img/p3_1_8.png) right no-repeat;
}
    #floorSlider .floorContent > div {
        margin: 70px auto 0 auto;
    }

    #floorSlider .floorContent span {
        display: block;
        width: 360px;
        text-align: left;
		font-size: 14px;
		line-height: 24px;
    }