/*webfont*/
@font-face {
    font-family: 'PingFangSCRegular';
    src: url('/font/PingFangSCRegular.eot');
    src: url('/font/PingFangSCRegular.eot?#iefix') format('embedded-opentype'), url('/font/PingFangSCRegular.woff') format('woff'), url('/font/PingFangSCRegular.ttf') format('truetype'), url('/font/PingFangSCRegular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "微软 Yahei";
}

.wrapper {
    width: 1080px;
    margin: 0 auto;
}

.header {
    /*background: rgba(20,50,98,.5);*/
    width: 100%;
    background: url("/images/barbg.png") left center repeat-x;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    height: 78px;
}

    .header .logo {
        float: left;
        /*filter: alpha(opacity=60);*/
        /*-moz-opacity: 0.6;*/
        /*-khtml-opacity:0.6;*/
        /*opacity:0.6;*/
    }

    .header .nav {
        float: left;
    }

        .header .nav .outUl {
            height: 78px;
        }

            .header .nav .outUl > li {
                height: inherit;
                float: left;
                margin-left: 36px;
                box-sizing: border-box;
            }

        .header .nav .outLi {
            color: #fff;
            font-size: 16px;
            height: inherit;
            padding-top: 38px;
            display: block;
            box-sizing: border-box;
        }

        .header .nav .outUl > li:first-child a {
            padding-left: 12px;
            padding-right: 12px;
        }
        /*.header .nav .outUl >  li:hover,*/
        .header .nav .outUl > li.on {
            border-bottom: 3px solid #ff0000;
        }

/*  .nav .m{  position:relative; float:left; width:86px; margin:0 10px; display:inline; text-align:center;   }*/
.nav .outUl .m {
    position: relative;
}

.nav .outLi {
    zoom: 1;
    height: 16px;
    line-height: 16px;
    padding: 12px 0;
    display: block;
    color: #fff;
}
/*.nav .on .outLi{padding:11px 0;  border-bottom:2px solid #c00;   }*/
.nav .sub {
    display: none; /*默认隐藏*/
    width: 108px;
    padding: 10px 0;
    position: absolute;
    left: -23px;
    top: 78px;
    background: #143262;
    float: left;
    line-height: 30px;
}

    .nav .sub li {
        text-align: center;
    }

        .nav .sub li a {
            color: #fff;
            display: block;
            zoom: 1;
        }

            .nav .sub li a:hover {
                background: #ddd;
                color: #000;
            }

    .nav .sub dl {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: top;
        padding: 15px 29px;
        line-height: 26px;
    }

        .nav .sub dl a:hover {
            color: #000;
        }

        .nav .sub dl dt a {
            color: #000;
        }

        .nav .sub dl dd a {
            color: #999;
            padding-left: 7px;
            background: url(/css/images//css/icon.png) 0 -332px no-repeat;
        }

.header .wrapper {
    position: relative;
}

    .header .wrapper .searchBox {
        position: absolute;
        right: -70px;
        width: 87px;
        height: 29px;
        top: 50%;
        background: url(/images/search.png) center center no-repeat;
        margin-top: -8px;
        overflow: hidden;
    }

        .header .wrapper .searchBox .inp {
            width: 124px;
            border: none;
            font-size: 12px;
            padding-top: 6px;
            padding-bottom: 6px;
            background: transparent;
            padding-left: 10px;
            float: left;
        }

        .header .wrapper .searchBox .btn {
            height: 26px;
            width: 26px;
            border: none;
            background: none;
            cursor: pointer;
        }



/*banner*/
.banner {
    width: 100%;
    height: 426px;
    position: relative;
}

    .banner .bd {
        width: 100%;
        height: inherit;
        overflow: hidden;
    }

        .banner .bd ul {
            overflow: hidden;
            height: inherit;
        }

            .banner .bd ul li { /*修改*/
                float: left;
                height: inherit;
                width: 100%;
                min-width: 1080px;
                position: relative;
                overflow: hidden;
            }

                .banner .bd ul li .img { /*修改*/
                    /*width: 100%;*/
                    height: 100%;
                    position: absolute;
                    left: 50%;
                    margin-left: -960px;
                    /*height: 500px;*/
                    width: 1920px;
                    overflow: hidden;
                }

                    .banner .bd ul li .img img {
                        width: 100%;
                    }
    /*.banner .bd ul li.img1{*/
    /*background: url(/images/banner1.jpg) center center no-repeat;*/
    /*background-size: cover;*/
    /*}*/
    /*.banner .bd ul li.img2{*/
    /*background: url(/images/banner1.jpg) center center no-repeat;*/
    /*background-size: cover;*/
    /*}*/
    /*.banner .bd ul li.img3{*/
    /*background: url(/images/banner1.jpg) center center no-repeat;*/
    /*background-size: cover;*/
    /*}*/
    /*.banner .bd ul li.img4{*/
    /*background: url(/images/banner1.jpg) center center no-repeat;*/
    /*background-size: cover;*/
    /*}*/
    /*.banner .bd ul li.img5{*/
    /*background: url(/images/banner1.jpg) center center no-repeat;*/
    /*background-size: cover;*/
    /*}*/
    .banner .point {
        text-align: center;
        position: absolute;
        bottom: 20px;
        width: 100%;
    }

        .banner .point ul {
            width: 100%;
        }

            .banner .point ul li {
                display: inline-block;
                width: 12px;
                height: 12px;
                background: #fff;
                border-radius: 50%;
                margin: 0 4px;
                cursor: pointer;
                font-size: 0px;
            }

                .banner .point ul li:hover,
                .banner .point ul li.on {
                    background: #0b71f7;
                }

/*资讯模块*/

.newsMod {
}

.news_top {
    background: #f4f7fa;
    padding-top: 40px;
    padding-bottom: 28px;
}

    .news_top .slide {
        float: left;
        width: 342px;
        height: 268px;
        position: relative;
        margin-right: 22px;
    }

        .news_top .slide .bd {
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

            .news_top .slide .bd > div {
                height: inherit;
            }

            .news_top .slide .bd ul {
                width: 100%;
                height: inherit;
            }

            .news_top .slide .bd li {
                position: relative;
                height: inherit;
            }

                .news_top .slide .bd li a {
                    display: block;
                    width: 100%;
                    height: inherit;
                }

                .news_top .slide .bd li img {
                    width: 100%;
                    height: 100%;
                }
            /*.news_top .slide .bd li.img1{*/
            /*background-image: url(/images/pic1.jpg);*/
            /*width: 100%;*/
            /*height: 100%;*/
            /*}*/
            .news_top .slide .bd p {
                position: absolute;
                height: 32px;
                line-height: 32px;
                background: rgba(27,27,27,.6);
                color: #fff;
                width: 100%;
                bottom: 0;
                left: 0;
                padding-left: 10px;
                padding-right: 110px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                box-sizing: border-box;
                z-index: 100;
            }

        .news_top .slide .point {
            position: absolute;
            right: 0;
            bottom: 0;
            height: 18px;
            padding: 8px 6px;
            line-height: 16px;
            z-index: 100;
        }

            .news_top .slide .point ul {
                float: right;
                height: 100%;
            }

            .news_top .slide .point li {
                display: inline-block;
                width: 18px;
                margin: 0 2px;
                height: 18px;
                text-align: center;
                border: 1px solid #fff;
                color: #fff;
                box-sizing: border-box;
                cursor: pointer;
            }

                .news_top .slide .point li.on {
                    color: #0b71f7;
                    border: 1px solid #0b71f7;
                    background: #fff;
                }

.com_mod {
    float: left;
    background: #fff;
}

    .com_mod .head {
        border-bottom: 1px solid #dcdcdc;
        line-height: 40px;
        margin-bottom: 10px;
    }

        .com_mod .head span {
            color: #396ab7;
            font-size: 18px;
            float: left;
            font-weight: bold;
            border-bottom: 2px solid #fa063c;
        }

        .com_mod .head a {
            float: right;
            color: #999;
            font-size: 12px;
        }

    .com_mod .content {
        height: 216px;
        overflow: hidden;
        margin-bottom: 6px;
    }

    .com_mod ul li {
        height: 30px;
        line-height: 30px;
        border-bottom: 1px dashed #dfe6ed;
        background: url(/images/right.png) left center no-repeat;
    }

        .com_mod ul li a {
            font-size: 14px;
            color: #333;
            display: block;
            width: 100%;
            height: inherit;
            overflow: hidden;
            padding-left: 16px;
            box-sizing: border-box;
        }

            .com_mod ul li a span:first-child {
                float: left;
                float: left;
                width: 224px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

                .com_mod ul li a span:first-child ~ span {
                    float: right;
                    font-size: 12px;
                }

.group_news ul li a span:first-child {
    width: 306px;
}

.news_top .group_news {
    width: 390px;
    background: #f4f7fa;
}

    .news_top .group_news .news_show {
        padding-top: 6px;
        position: relative;
        margin-bottom: 6px;
    }

        .news_top .group_news .news_show h3 {
            font-size: 16px;
            color: #333;
            margin-bottom: 8px;
            width: 308px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .news_top .group_news .news_show .time {
            position: absolute;
            top: 6px;
            right: 0;
        }

        .news_top .group_news .news_show .innerText {
            background: #fff;
            position: relative;
            padding: 12px;
            color: #666;
        }

            .news_top .group_news .news_show .innerText a {
                display: inline-block;
                width: 29px;
                height: 14px;
                background-image: url(/images/icon_06.png);
                position: absolute;
                right: 0;
                bottom: 0;
            }

.news_top .news_note {
    width: 280px;
    float: right;
    padding: 0 10px;
}

    .news_top .news_note ul li {
        background: none;
    }

        .news_top .news_note ul li a {
            padding: 0;
        }

.news_middle {
    padding: 40px 0;
    background: #fff;
}

    .news_middle .com_mod {
        border: 1px solid #eaeaea;
        margin-right: 27px;
        width: 342px;
        padding-left: 20px;
        padding-right: 10px;
        box-sizing: border-box;
    }

        .news_middle .com_mod .content {
            height: 166px;
        }

        .news_middle .com_mod.clearMR {
            margin-right: 0;
            float: right;
        }


/*大图*/
.bigImg {
    width: 100%;
    position: relative;
    height: 188px; /*修改*/
    /*background: url(/images/img_09.jpg);
    background-size: cover;*/
}

    .bigImg .img {
        position: absolute;
        min-width: 1080px;
        width: 1920px;
        left: 50%;
        margin-left: -960px;
        height: 100%;
    }

/*在线预订*/
.online_mod {
    padding: 20px 50px;
}

    .online_mod .online_order {
        width: 788px;
        float: left;
    }

        .online_mod .online_order .head {
            line-height: 40px;
            margin-bottom: 10px;
        }

            .online_mod .online_order .head span {
                color: #396ab7;
                font-size: 18px;
                float: left;
                font-weight: bold;
            }

            .online_mod .online_order .head a {
                float: right;
                color: #999;
                font-size: 12px;
            }

        .online_mod .online_order .hd {
            border-top: 1px solid #396ab7;
            border-bottom: 1px solid #396ab7;
            color: #fff;
            font-size: 16px;
            float: left;
            width: 118px;
            background: #396ab7;
        }

            .online_mod .online_order .hd ul li {
                height: 80px;
                line-height: 80px;
                border-left: 3px solid #396ab7;
            }

                .online_mod .online_order .hd ul li span {
                    display: block;
                    padding-left: 44px;
                    cursor: pointer;
                }

            .online_mod .online_order .hd ul .i1 span {
                background: url(/images/icon2-2.png) 14px center no-repeat;
            }

            .online_mod .online_order .hd ul .i2 span {
                background: url(/images//css/icon8.png) 14px center no-repeat;
            }

            .online_mod .online_order .hd ul .i3 span {
                background: url(/images/icon-14.png) 14px center no-repeat;
            }

            .online_mod .online_order .hd ul .i4 span {
                background: url(/images/icon-17.png) 14px center no-repeat;
            }

            .online_mod .online_order .hd ul .i1.on span {
                background: url(/images/icon2.png) 14px center no-repeat;
            }

            .online_mod .online_order .hd ul .i2.on span {
                background: url(/images/icon8-8.png) 14px center no-repeat;
            }

            .online_mod .online_order .hd ul .i3.on span {
                background: url(/images/icon-41.png) 14px center no-repeat;
            }

            .online_mod .online_order .hd ul .i4.on span {
                background: url(/images/icon-71.png) 14px center no-repeat;
            }

            .online_mod .online_order .hd ul li.active {
                color: #396ab7;
                background: #fff;
                border-left: 3px solid #fa063c;
            }

            .online_mod .online_order .hd ul li.on {
                color: #396ab7;
                background: #e3ebf4;
                border-left: 3px solid #fa063c;
            }

        .online_mod .online_order .bd {
            border: 1px solid #dcdcdc;
            margin-left: 118px;
            background: #e3ebf4;
            padding-left: 20px;
            padding-top: 15px;
            box-sizing: border-box;
            overflow: hidden;
            padding-bottom: 16px;
            padding-right: 20px;
        }

            .online_mod .online_order .bd ul {
                width: 648px;
            }

                .online_mod .online_order .bd ul li {
                    float: left;
                    margin-right: 20px;
                    margin-bottom: 10px;
                }

                    .online_mod .online_order .bd ul li .img {
                        width: 196px;
                        height: 245px;
                        position: relative;
                    }

                        .online_mod .online_order .bd ul li .img img {
                            width: 100%;
                            height: 100%;
                        }

                    .online_mod .online_order .bd ul li p {
                        line-height: 35px;
                        width: 100%;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        background: rgba(0,0,0,.6);
                        text-align: center;
                    }

                        .online_mod .online_order .bd ul li p a {
                            color: #fff;
                            font-size: 14px;
                            display: block;
                        }

                    .online_mod .online_order .bd ul li .nowShopBtn {
                        background: #fa063c;
                        color: #fff;
                        margin: 16px auto;
                        padding: 4px 12px;
                        display: block;
                        width: 70px;
                        font-size: 16px;
                        text-align: center;
                        border-radius: 4px;
                    }

    .online_mod .online_news {
        float: right;
        width: 270px;
    }

.online_news ul li {
    background: none;
}

    .online_news ul li a {
        padding-left: 6px;
    }

        .online_news ul li a span:first-child {
            width: 210px;
        }

.online_news .content {
    background: #fafcfd;
    padding: 0 5px;
    box-sizing: border-box;
    margin-bottom: 0;
}

    .online_news .content p {
        width: 100%;
        height: 23%;
        margin-bottom: 2%;
        position: relative;
    }

        .online_news .content p img {
            width: 100%;
            height: 100%;
        }

        .online_news .content p a {
            position: relative;
            display: block;
            height: 70px;
        }

/*分类导航*/
.navClass {
    background: url(/images/footbg_10.jpg) left center repeat;
    width: 100%;
    padding-top: 22px;
    padding-bottom: 32px;
}

    .navClass .headPro {
        padding-top: 22px;
        padding-bottom: 15px;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
    }

    .navClass .navclass_bar {
        background: #4ec3ff;
        height: 100px;
    }

        .navClass .navclass_bar ul {
            text-align: center;
            height: inherit;
        }

            .navClass .navclass_bar ul li {
                display: inline-block;
                width: 16%;
                text-align: center;
                height: inherit;
            }

                .navClass .navclass_bar ul li.on,
                .navClass .navclass_bar ul li:hover {
                    background: #4EC3A8;
                }

                .navClass .navclass_bar ul li a {
                    color: #fff;
                    font-size: 16px;
                    padding-top: 64px;
                    display: inline-block;
                    height: inherit;
                    box-sizing: border-box;
                    width: 100%;
                }

            .navClass .navclass_bar ul .i1 a {
                background: url(..//css/images//css/icon.png) center 18px no-repeat;
            }

            .navClass .navclass_bar ul .i2 a {
                background: url(/images//css/icon3.png) center 19px no-repeat;
            }

            .navClass .navclass_bar ul .i3 a {
                background: url(/images//css/icon4.png) center 22px no-repeat;
            }

            .navClass .navclass_bar ul .i4 a {
                background: url(/images//css/icon5.png) center 18px no-repeat;
            }

            .navClass .navclass_bar ul .i5 a {
                background: url(/images//css/icon6.png) center 18px no-repeat;
            }

            .navClass .navclass_bar ul .i6 a {
                background: url(/images//css/icon7.png) center 19px no-repeat;
            }


    .navClass .mapImg {
        width: 100%;
        height: 370px;
        overflow: hidden;
    }

        .navClass .mapImg li {
            width: 100%;
            height: 370px;
            position: relative;
        }

            .navClass .mapImg li img {
                width: 100%;
                height: inherit;
            }

.selectCol {
    font-size: 0;
    padding-top: 48px;
    margin-bottom: 32px;
}

    .selectCol select {
        width: 32%;
        margin-right: 1%;
        height: 24px;
        border-color: #c0c0c0;
        color: #c0c0c0;
    }

        .selectCol select:last-child {
            margin-right: 0;
        }


/*.new_pro .navclass_bar {
    background-color: #e3ebf4;
    border-bottom: 2px solid #396ab7;
}

    .new_pro .navclass_bar ul li.on, .new_pro .navclass_bar ul li:hover {
        color: #2a2a2a !important;
        background-color: #e3ebf4;
    }

    .new_pro .navclass_bar ul li a {
        height: 92px;
        color: #001d66 !important;
        margin-top: 10px;
        padding-top: 57px;
    }

    .new_pro .navclass_bar ul li.on > a {
        background-color: #fff;
        border-top: 2px solid #fa063c;
        color: #2a2a2a !important;
    }

    .new_pro .navclass_bar ul .i1 > a {
        background: url(/css/icon.png) center 10px no-repeat;
    }

    .new_pro .navclass_bar ul .i2 > a {
        background: url(/css/icon3.png) center 10px no-repeat;
    }

    .new_pro .navclass_bar ul .i3 > a {
        background: url(/css/icon4.png) center 10px no-repeat;
    }

    .new_pro .navclass_bar ul .i4 > a {
        background: url(/css/icon5.png) center 10px no-repeat;
    }

    .new_pro .navclass_bar ul .i5 > a {
        background: url(/css/icon6.png) center 10px no-repeat;
    }

    .new_pro .navclass_bar ul .i6 > a {
        background: url(/css/icon7.png) center 10px no-repeat;
    }

    .new_pro .navclass_bar ul .i7 > a {
        background: url(/css/icon8.png) center 10px no-repeat;
    }

    .new_pro .navclass_bar ul .i8 > a {
        background: url(/css/icon9.png) center 10px no-repeat;
    }

    .new_pro .navclass_bar ul li {
        width: 12%;
    }

.navClass1 {
    padding-top: 23px;
    background: #e3ebf4;
}

.navClass {
    padding-bottom: 23px;
}

.navClass1 .new_pro {
    position: relative;
}

    .navClass1 .new_pro a {
        position: absolute;
        display: inline-block;
        z-index: 9;
    }

.navClass1 a.link1 {
    top: 0px;
    left: 0;
    width: 539px;
    height: 128px;
}

.navClass1 a.link2 {
    top: 0px;
    left: 539px;
    width: 539px;
    height: 128px;
}

.navClass1 a.link3 {
    top: 163px;
    left: 137px;
    width: 290px;
    height: 76px;
}

.navClass1 a.link4 {
    top: 163px;
    left: 448px;
    width: 290px;
    height: 76px;
}

.navClass1 a.link5 {
    top: 163px;
    left: 758px;
    width: 290px;
    height: 76px;
}*/







/*集团概况页*/
.topimg {
    position: relative;
    /*height: 322px;*/
    height: 427px;
}

    .topimg img {
        width: 1920px;
        /*height: 322px;*/
        position: absolute;
        height: 427px;
        top: 0;
        left: 50%;
        margin-left: -960px;
    }

.content_com {
    padding-top: 15px;
    overflow: hidden;
}

.mapPage {
    margin-bottom: 70px;
}

    .mapPage .postList {
        padding-top: 30px;
    }

.leftmenu_com {
    width: 300px;
    float: left;
}

    .leftmenu_com .head_com {
        color: #fff;
        background: #021349;
        padding: 20px 28px;
        box-sizing: border-box;
        width: 100%;
        margin-bottom: 14px;
        font-family: "Constantia";
    }

        .leftmenu_com .head_com p span:first-child {
            font-size: 24px;
            margin-right: 22px;
        }

            .leftmenu_com .head_com p span:first-child ~ span {
                font-size: 18px;
                font-weight: bold;
                font-family: "MicroSoft雅黑";
            }

        .leftmenu_com .head_com p:last-child {
            font-size: 14px;
            line-height: 16px;
        }

    .leftmenu_com .leftmenu_list li {
        background: #ededed;
        color: #000;
        font-size: 14px;
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding-left: 15px;
        padding-right: 18px;
        box-sizing: border-box;
        margin-bottom: 1px;
    }

        .leftmenu_com .leftmenu_list li a {
            display: inline-block;
            width: 100%;
            height: 100%;
        }

        .leftmenu_com .leftmenu_list li span:first-child {
            float: left;
        }

            .leftmenu_com .leftmenu_list li span:first-child ~ span {
                float: right;
            }

        .leftmenu_com .leftmenu_list li:hover,
        .leftmenu_com .leftmenu_list li.on {
            background: #fa063c;
        }

            .leftmenu_com .leftmenu_list li:hover a,
            .leftmenu_com .leftmenu_list li.on a {
                color: #fff;
            }

    .leftmenu_com .leftmenu_list .chover li:hover a {
        color: #000;
    }

.right_content {
    padding-left: 280px;
}

.path {
    padding-top: 20px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
    font-size: 12px;
    color: #666;
    text-align: right;
    margin-bottom: 20px;
}

    .path .in {
        color: #fa063c;
    }

.intro_main h3 {
    text-align: center;
    padding-bottom: 36px;
}

    .intro_main h3 p {
        font-size: 20px;
        padding-bottom: 8px;
    }

    .intro_main h3 span {
        font-size: 12px;
        color: #858585;
    }

.right_content .body {
    padding-left: 32px;
    padding-bottom: 20px;
}

    .right_content .body section {
        overflow: hidden;
    }

    .right_content .body p {
        font-size: 16px;
    }

    .right_content .body table td {
        border: 1px solid #666;
    }

/*现任领导*/
.leader_main {
    position: relative;
}

    .leader_main .body {
        overflow: hidden;
    }

        .leader_main .body ul {
            margin: 0;
            padding: 0 !important
        }

            .leader_main .body ul li {
                width: 100% !important;
                margin: 0;
                padding: 10px 0;
                height: auto !important;
            }

                .leader_main .body ul li {
                    border-bottom: 1px dashed #dedede;
                }

                .leader_main .body ul li h3 {
                    font-size: 16px;
                    font-weight: 700;
                    color: #000;
                }

                    .leader_main .body ul li h3 small {
                        color: #3590b1;
                        margin-left: 10px;
                    }

                .leader_main .body ul li p {
                    padding-left: 80px;
                    position: relative;
                    margin: 10px 0;
                    min-height: 20px;
                }

                    .leader_main .body ul li p span.label {
                        width: 80px;
                        position: absolute;
                        top: 0;
                        left: 0;
                        text-align: justify;
                    }
    /*.leader_main .body ul li img{
    width: 100%;
    height: 188px;
}
.leader_main .body ul li p:first-child{
    font-size: 16px;
    line-height: 34px;
}
.leader_main .body ul li p:last-child{
    font-size: 12px;
    line-height: 22px;
    color: #4a4a4a;
    height: 45px;
    overflow: hidden;
}*/
    .leader_main .alertLeaderImg {
        position: absolute;
        padding: 20px;
        background: #ffffff;
        border-radius: 4px;
        top: 50%;
        margin-top: -135px;
        left: 50%;
        margin-left: -110px;
        box-shadow: 0px 0px 1px #666;
        display: none;
    }

        .leader_main .alertLeaderImg img {
            width: 220px;
            height: 270px;
        }

    .leader_main .body table {
        width: 100%;
        font-size: 16px;
    }

        .leader_main .body table .t1 {
            width: 30%;
        }

        .leader_main .body table .t2 {
            width: 70%;
        }

        .leader_main .body table th {
            background: rgb(242, 245, 246);
            border: 1px solid #ddd;
        }

        .leader_main .body table tr {
            height: 56px;
            border: 1px solid #ddd;
        }

        .leader_main .body table td {
            text-align: center;
            border: 1px solid #ddd;
        }

.page_num {
    text-align: center;
    font-size: 0;
}

    .page_num a {
        display: inline-block;
        border: 1px solid #ddd;
        padding: 6px 12px;
        font-size: 12px;
        border-right: none;
        color: #428bcd;
    }

        .page_num a:hover {
            background: #428bca;
            color: #fff;
        }

        .page_num a:last-child {
            border-right: 1px solid #ddd;
        }

    .page_num .firstPage {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .page_num .lastPage {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-right: 1px solid #ddd;
    }

    .page_num .this {
        color: #777;
    }

    .page_num .next {
        border-right: 1px solid #ddd;
    }

.leader_main .body ul {
    padding: 0 80px;
}

    .leader_main .body ul li {
        overflow: hidden;
        height: 332px;
        display: table;
        font-size: 14px;
    }

.leader_main .body .leftpic {
    /*float: left;*/
    width: 50%;
    text-align: center;
    padding: 0 10px;
    display: table-cell;
    box-sizing: border-box;
    vertical-align: middle;
}

    .leader_main .body .leftpic p {
        line-height: 22px;
    }

    .leader_main .body .leftpic img {
        /*width: 100%;*/
        width: 220px;
        height: 270px;
        box-shadow: 3px 3px 5px 2px;
    }

.leader_main .body .rtext {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    line-height: 26px;
}

.mainlist0 .body ul {
    margin-bottom: 22px;
}

.mainlist0 .body li {
    border-bottom: 1px solid #dcdcdc;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}
/*.mainlist0 .body li img{
    float: left;
    width: 150px;
    height: 110px;
}*/
.mainlist0 .body .addImgList img {
    float: left;
    width: 150px;
    height: 110px;
}

.mainlist0 .body .addImgList .txt {
    padding-left: 180px;
}

.mainlist0 .body li .txt h3 {
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: bold;
}

    .mainlist0 .body li .txt h3 a {
        color: #333;
        float: left;
    }

        .mainlist0 .body li .txt h3 a:hover {
            text-decoration: underline;
        }

    .mainlist0 .body li .txt h3 .date {
        float: right;
        color: #666;
    }

.mainlist0 .body li .txt .bd {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    text-indent: 22px;
    height: 64px;
    overflow: hidden;
}


.piclist ul {
    width: 804px;
    margin-bottom: 37px;
}

    .piclist ul li {
        float: left;
        margin-right: 24px;
        width: 240px;
    }

        .piclist ul li img {
            width: 100%;
            height: 73px;
        }

        .piclist ul li p {
            height: 40px;
            line-height: 40px;
            font-size: 14px;
            box-sizing: border-box;
            /*background: url(/images/sita.png) left center no-repeat;*/
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

            .piclist ul li p a {
                padding-left: 24px;
            }

.piclist0 .marginAuto {
    width: 750px;
    margin: 0 auto;
    overflow: hidden;
}

.piclist0 ul {
    width: 780px;
}

    .piclist0 ul li {
        margin-right: 30px;
        margin-bottom: 20px;
        height: 196px;
        width: 360px;
        position: relative;
        float: left;
        overflow: hidden;
    }

        .piclist0 ul li img {
            width: 100%;
            height: 100%;
        }

        .piclist0 ul li > p {
            position: absolute;
            width: 100%;
            height: 28px;
            line-height: 28px;
            bottom: 0;
            left: 0;
            font-size: 14px;
            color: #fff;
            text-align: center;
            background: rgba(49,49,49,.6);
        }

        .piclist0 ul li .imgMessage {
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            top: 196px;
            left: 0;
            color: #000;
            padding: 20px;
            box-sizing: border-box;
            background: url(/images/1pxbg.png) left center repeat;
            transition: all 0.3s;
            -moz-transition: all 0.3s; /* Firefox 4 */
            -webkit-transition: all 0.3s; /* Safari and Chrome */
            -o-transition: all 0.3s; /* Opera */
        }

        .piclist0 ul li:hover .imgMessage {
            top: 0;
        }
/*下降*/
@keyframes changeLow {
    from {
        bottom: 0px;
    }

    to {
        bottom: -28px;
    }
}

@-moz-keyframes changeLow /* Firefox */
{
    from {
        bottom: 0px;
    }

    to {
        bottom: -28px;
    }
}

@-webkit-keyframes changeLow /* Safari 和 Chrome */
{
    from {
        bottom: 0px;
    }

    to {
        bottom: -28px;
    }
}

@-o-keyframes changeLow /* Opera */
{
    from {
        bottom: 0px;
    }

    to {
        bottom: -28px;
    }
}

.piclist0 ul li:hover p {
    animation: changeLow 1s forwards;
    -moz-animation: changeLow 1s forwards; /* Firefox */
    -webkit-animation: changeLow 1s forwards; /* Safari 和 Chrome */
    -o-animation: changeLow 1s forwards; /* Opera */
}


.industryHotel .pHead {
    font-size: 14px;
    margin-bottom: 14px;
    color: #242424;
}

.industryHotel .pBd {
    font-size: 12px;
    line-height: 22px;
    color: #5e5e5e;
    margin-bottom: 22px;
}

.industryHotel .hotList {
    padding-top: 16px;
}

    .industryHotel .hotList .brand {
        float: left;
    }

        .industryHotel .hotList .brand img {
            width: 120px;
            height: 60px;
            border: 1px solid #ccc;
        }

    .industryHotel .hotList .list {
        padding-left: 144px;
    }

        .industryHotel .hotList .list dl dt {
            font-size: 14px;
        }

        .industryHotel .hotList .list dl dd {
            font-size: 12px;
        }

        .industryHotel .hotList .list dl dd,
        .industryHotel .hotList .list dl dt {
            line-height: 30px;
        }

            .industryHotel .hotList .list dl dd a {
                color: #000;
                text-decoration: underline;
            }

.postList {
    width: 100%;
    overflow: hidden;
}

    .postList ul {
        width: 1095px;
        margin-bottom: 23px;
    }

        .postList ul li {
            float: left;
            width: 345px;
            border: 1px solid #898989;
            margin-right: 20px;
            margin-bottom: 20px;
            padding: 22px 20px 16px;
            box-sizing: border-box;
        }

            .postList ul li h3 {
                overflow: hidden;
                margin-bottom: 18px;
            }

                .postList ul li h3 a {
                    float: left;
                    font-size: 16px;
                    font-weight: bold;
                    color: #4d4d4d;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                .postList ul li h3 span {
                    float: right;
                    font-size: 13px;
                }

            .postList ul li .txt {
                font-size: 12px;
                color: #4d4d4d;
                line-height: 24px;
                height: 50px;
                overflow: hidden;
                text-overflow: ellipsis;
                margin-bottom: 22px;
            }

            .postList ul li .intro {
                overflow: hidden;
                font-size: 12px;
            }

                .postList ul li .intro span {
                    float: left;
                    color: #fa063c;
                }

                .postList ul li .intro a {
                    float: right;
                }

    .postList > p {
        line-height: 44px;
        color: #525252;
    }

.loadBtn {
    /*height: 24px;*/
    margin-top: 10px;
    padding-bottom: 32px;
    /*padding-left: 16px;*/
}

    .loadBtn a {
        /*background: #fa063c;*/
        /*color: #fff;*/
        font-size: 14px;
        padding: 4px 0;
        display: block;
    }

.postList .map {
    float: left;
    width: 698px;
    height: 358px;
    padding-top: 15px;
}

    .postList .map img {
        width: 100%;
        height: 100%;
    }

.postList .addre {
    padding-left: 734px;
}

    .postList .addre h3 {
        font-size: 16px;
        line-height: 44px;
    }

    .postList .addre p {
        line-height: 26px;
        color: 404040px;
    }

.hrList ul {
    width: 770px;
    padding: 0 15px;
}

.hrDetail {
    padding: 0 15px;
}

    .hrDetail img {
        width: 100%;
        height: inherit;
    }
























/*底部*/
.footer {
    padding-bottom: 36px;
}
    /*.footer .selectCol{*/
    /*font-size: 0;*/
    /*margin-bottom: 32px;*/
    /*}*/
    /*.footer .selectCol select{*/
    /*width: 32%;*/
    /*margin-right: 2%;*/
    /*height: 24px;*/
    /*border-color:#c0c0c0;*/
    /*color: #c0c0c0;*/
    /*}*/
    /*.footer .selectCol select:last-child{*/
    /*margin-right: 0;*/
    /*}*/
    .footer .proList {
        padding-bottom: 20px;
        border-bottom: 1px solid #dcdcdc;
    }

        .footer .proList ul li {
            float: left;
            width: 9%;
        }

            .footer .proList ul li:last-child {
                width: 16%;
            }

            .footer .proList ul li dt,
            .footer .proList ul li .head {
                font-size: 16px;
                color: #333;
                margin-bottom: 14px;
                font-weight: bold;
                display: block;
            }

            .footer .proList ul li dd {
                font-size: 14px;
                line-height: 22px;
            }

                .footer .proList ul li dd a {
                    color: #333;
                }

            .footer .proList ul li p {
                font-size: 14px;
                color: #666;
                line-height: 26px;
            }

.copyright {
    padding-top: 28px;
    padding-bottom: 36px;
}

    .copyright .copy {
        float: left;
        margin-right: 106px;
    }

        .copyright .copy img {
            float: left;
        }

        .copyright .copy p {
            padding-left: 128px;
            margin-bottom: 10px;
            color: #333;
        }

    .copyright .wecode {
        float: left;
        margin-right: 24px;
    }

        .copyright .wecode img {
            float: left;
            padding: 4px;
            /*border:1px solid #999;*/
            background: #fff;
            width: 83px;
            height: 83px;
        }

        .copyright .wecode .text {
            width: 84px;
            padding-left: 100px;
        }

        .copyright .wecode p {
            font-size: 14px;
            line-height: 18px;
            margin-bottom: 16px;
            height: 36px;
            padding-top: 5px;
        }

        .copyright .wecode span {
            display: block;
            font-size: 12px;
            width: 100%;
            height: 28px;
            line-height: 28px;
            color: #fff;
            text-align: center;
            background: #396ab7;
            border-radius: 3px;
        }



#fullscreenSlideshowContainer .ui {
    position: absolute;
    font-family: sans-serif;
    z-index: 10;
    font-size: 2em;
}

#fs-loader, #fs-prev, #fs-next, #fs-close {
    background-color: black;
    color: white;
    font-weight: bold;
    cursor: pointer;
    line-height: 1em;
}

#fs-close {
    top: 1em;
    right: 1em;
}

#fs-loader {
    top: 50%;
    left: 50%;
    height: 1em;
    margin-top: -1em;
    margin-left: -75px;
    display: none;
}

#fs-prev {
    left: 1em;
}

#fs-next {
    right: 1em;
}

#fs-caption {
    bottom: 20px;
    text-align: center;
    width: 100%;
    left: 0;
    line-height: 1em;
    display: none;
}

    #fs-caption span {
        background-color: white;
    }

    #fs-loader, #fs-prev, #fs-next, #fs-close, #fs-caption span {
        padding: 5px 15px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
        -khtml-border-radius: 3px;
        border-radius: 3px;
    }

.ui {
    position: absolute;
    font-family: sans-serif;
    z-index: 10;
    font-size: 2em;
}
