﻿body {
    /*ie浏览器去掉滚动条并保持滚动效果*/
    -ms-overflow-style: none;
    background-color: #f4ede7;
    font-family: "Hiragino Sans GB";
    color: #000000;
}

/*谷歌浏览器去掉滚动条并保持滚动效果*/
::-webkit-scrollbar {
    display: none;
}

.menu {
    margin: 0px auto;
    height: 35px;
    width: 1200px;
}

    .menu ul {
        padding-left: 10px;
        list-style-type: none;
        text-align: center;
    }

        .menu ul li {
            height: 35px;
            line-height: 35px;
            text-align: center;
            display: inline-block;
            list-style: none;
        }

            .menu ul li a {
                padding-left: 40px;
                padding-right: 40px;
                line-height: 35px;
                height: 35px;
                font-size: 20px;
                font-family: "Microsoft YaHei";
                display: block;
                color: white;
                font-weight: bold;
                text-decoration: none;
            }

                .menu ul li.bar a, .menu ul li a:hover {
                    text-decoration: none;
                    background-color: #FF861B;
                }

            .menu ul li.last {
                background: none;
            }

.search {
    width: 613px;
    height: 56px;
    padding: 0 1px;
    margin-top: 20px;
}

    .search input {
        float: left;
        width: 387px;
        height: 50px;
        margin-top: 2px;
        margin-left: 16px;
        padding-top: 2px;
        line-height: 30px;
        font-size: 13px;
        color: #999;
        outline: none;
        border-left: 1px solid red;
        border-top: 1px solid red;
        border-bottom: 1px solid red;
        background-color: #f4ede7;
        z-index:99999;
        font-size:20px;
    }

        .search input::-webkit-input-placeholder {
            color: #929292;
            font-size: 20px;
        }

        .search input::-moz-placeholder { /* Mozilla Firefox 19+ */
            color: #929292;
            font-size: 20px;
        }

        .search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
            color: #929292;
            font-size: 20px;
        }

        .search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #929292;
            font-size: 20px;
        }

    .search img {
        margin-right: 18px;
        margin-top: 2px;
        height: 50px;
        border-right: 1px solid red;
        border-top: 1px solid red;
        border-bottom: 1px solid red;
    }

.title_wrapper {
    width: 495px;
    margin: 0 auto;
}

.title_text {
    color: #757575;
    font-size: 20px;
    margin: 0 0 13px 36px;
    font-weight: bold;
}

    .title_text a {
        color: #757575;
        font-size: 20px;
        font-weight: bold;
        text-decoration: none;
    }

.title_line {
    display: flex;
    align-items: baseline;
    margin-top: -10px;
    margin-left: -30px;
    list-style: none;
}

.title_short {
    width: 210px;
    height: 3px;
    background-color: #006acc;
}

.title_length {
    width: 467px;
    height: 2px;
    background-color: #b7b7b7;
}

.fitting {
    width: 380px;
}

    .fitting .tab_main {
        color: #757575;
        font-size: 20px;
        margin: 0 0 13px 36px;
        font-weight: bold;
    }
.fitting .tab_main li {
    float: left;
    padding: 10px 25px 8px 25px;
}
.tab_main a {
    color: #757575;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}
.fitting .tab_main .first {
    border-bottom: 3px solid #006acc;
}
.select {
    border-bottom: 3px solid #006acc;
}

.title1_wrapper {
    width: 380px;
}

.title1_text {
    color: #757575;
    font-size: 20px;
    margin: 0 0 13px 36px;
    font-weight: bold;
}

    .title1_text a {
        color: #757575;
        font-size: 20px;
        font-weight: bold;
        text-decoration: none;
    }

.title1_line {
    display: flex;
    align-items: baseline;
    margin-top: -10px;
    margin-left: -30px;
    list-style: none;
}

.title1_short {
    width: 210px;
    height: 3px;
    background-color: #006acc;
}

.title1_length {
    width: 380px;
    height: 2px;
    background-color: #b7b7b7;
}

.lunbo {
    position: absolute;
    margin-right: 12px;
    width: 695px;
    height: 440px;
}

    .lunbo .slideBox {
        width: 695px;
        height: 440px;
        overflow: hidden;
        position: relative;
    }

        .lunbo .slideBox .hd {
            height: 15px;
            overflow: hidden;
            position: absolute;
            right: 5px;
            bottom: 15px;
        }

            .lunbo .slideBox .hd ul {
                float: left;
                overflow: hidden;
                zoom: 1;
                list-style: none;
            }

            .lunbo .slideBox .hd li {
                position: relative;
                float: left;
                margin-right: 6px;
                margin-bottom: 17px;
                margin-top: 8px;
                width: 8px;
                height: 8px;
                cursor: pointer;
                background: url("../../Image/GSGGW/dian_ws.png") no-repeat center;
                z-index: 1000;
            }

                .lunbo .slideBox .hd li.on {
                    background: url("../../Image/GSGGW/dian_ys.png") no-repeat center;
                    z-index: 1000;
                }

        .lunbo .slideBox .bd1 {
            position: relative;
            height: 100%;
            z-index: 0;
        }

            .lunbo .slideBox .bd1 li {
                width: 695px;
                height: 440px;
                zoom: 1;
                vertical-align: middle;
                list-style: none;
            }

                .lunbo .slideBox .bd1 li a {
                    position: relative;
                    display: block;
                    width: 505px;
                    height: 440px;
                }

            .lunbo .slideBox .bd1 img {
                width: 100%;
                height: 440px;
                display: block;
                border: 0;
            }

            .lunbo .slideBox .bd1 p.li_con {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 695px;
                height: 35px;
                padding: 0 16px;
                font-size: 15px;
                color: #FFFFFF !important;
                line-height: 34px;
                background-color: rgba(0, 0, 0, 0.72);
                z-index: 100;
                margin: 0;
                overflow: hidden; /*内容超出后隐藏*/
                text-overflow: ellipsis; /* 超出内容显示为省略号*/
                white-space: nowrap; /*文本不进行换行*/
            }

.lun_right {
    position: absolute;
    width: 495px;
    height: 440px;
}

#title1 ul {
    list-style: none;
    margin-left: -40px;
}

    #title1 ul li {
        width: 458px;
        font-size: 22px;
        color: #18191b;
        margin-top: 10px;
        background: url(../../Image/GSGGW/point1.png) no-repeat;
        padding-left: 40px;
        overflow: hidden; /*内容超出后隐藏*/
        text-overflow: ellipsis; /* 超出内容显示为省略号*/
        white-space: nowrap; /*文本不进行换行*/
    }

#title1 div {
    width: 458px;
    height: 95px;
    font-size: 17px;
    color: #666666;
    margin-left: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; /*内容超出后隐藏*/
    text-overflow: ellipsis; /* 超出内容显示为省略号*/
}

#title ul {
    list-style: none;
    margin-left: -40px;
}

    #title ul li {
        width: 488px;
        font-size: 18px;
        color: #797574;
        margin-top: 10px;
        background: url(../../Image/GSGGW/point.png) no-repeat;
        padding-left: 40px;
        overflow: hidden; /*内容超出后隐藏*/
        text-overflow: ellipsis; /* 超出内容显示为省略号*/
        white-space: nowrap; /*文本不进行换行*/
    }


#title2 ul {
    list-style: none;
    margin-left: -40px;
}

    #title2 ul li {
        width: 380px;
        font-size: 18px;
        color: #797574;
        margin-top: 10px;
        background: url(../../Image/GSGGW/point.png) no-repeat;
        padding-left: 40px;
        overflow: hidden; /*内容超出后隐藏*/
        text-overflow: ellipsis; /* 超出内容显示为省略号*/
        white-space: nowrap; /*文本不进行换行*/
    }

#title3 div {
    list-style: none;
    margin-left: -40px;
    display: none;
}

    #title3 div.now {
        display: block;
    }

    #title3 div ul li {
        width: 380px;
        font-size: 18px;
        color: #797574;
        margin-top: 10px;
        background: url(../../Image/GSGGW/point.png) no-repeat;
        padding-left: 40px;
        overflow: hidden; /*内容超出后隐藏*/
        text-overflow: ellipsis; /* 超出内容显示为省略号*/
        white-space: nowrap; /*文本不进行换行*/
    }

.gl_tit {
    background: url(/Content/Image/Public/gl_tit.png) no-repeat center top;
    padding-top: 10px;
    line-height: 39px;
    padding-left: 35px;
    width: 1200px;
    margin: 0px auto;
    clear: both;
}

.con {
    background: url(/Content/Image/GSGGW/con1.png) repeat-y center;
    width: 1200px;
    margin: 0px auto;
    clear: both;
}

.pad_t15 {
    padding-top: 15px;
}

.gl_con {
    background: url(/Content/Image/GSGGW/gl_con.jpg) repeat-y left;
    border-left: 1px solid #d9d9d9;
    margin-left: 40px;
}

.gl_con_b {
    background: url(/Content/Image/GSGGW/gl_con_l.jpg) no-repeat left bottom;
    padding-right: 24px;
}

.article_tit {
    background: url(/Content/Image/GSGGW/news_title.jpg) no-repeat left top;
    padding-left: 77px;
    line-height: 81px;
    height: 81px;
    font-size: 22px;
    color: #ffffff;
    font-family: "微软雅黑";
    margin-left: -1px;
}

#menu1 {
    /*width: 30%;*/
}

    #menu1 h1 {
        font-size: 14px;
        background: url(/Content/Image/GSGGW/gl_bar.jpg) no-repeat left center;
        height: 40px;
        line-height: 40px;
        padding-left: 28px;
        font-weight: normal;
    }

    #menu1 a {
        display: block;
        text-decoration: none;
    }

    #menu1 h1 a:hover {
        color: #555555;
        background: url(/Content/Image/GSGGW/xxgk_bar.jpg) no-repeat left center;
        margin-left: -28px;
        padding-left: 28px;
        color: #1756ae;
        font-weight: bold;
    }

    #menu1 h1 a {
        color: #555555;
    }

.article_tit1 {
    background: url(/Content/Image/GSGGW/article_title1.jpg) no-repeat top;
}

.article_tit1_bar {
    background: url(/Content/Image/GSGGW/artilce_title1_bar.jpg) no-repeat center bottom;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
}

    .article_tit1_bar a:link, .article_tit1_bar a:visited {
        color: #ffffff;
    }

    .article_tit1_bar a:hover {
        color: #ffffff;
        text-decoration: none;
    }

.article_tit2 {
    background: url(/Content/Image/GSGGW/article_title1.jpg) repeat-x top;
}

.h30 {
    line-height: 30px;
}

.mar_t15 {
    margin-top: 15px;
}

.con_b {
    background: url(/Content/Image/GSGGW/con_b.png) no-repeat center top;
    clear: both;
    margin: 0px auto;
    width: 1200px;
    height: 20px;
}

.t14 {
    font-size: 14px;
}

.tit5 {
    height: 43px;
    line-height: 43px;
    margin: 15px auto 0px;
}

.tit5_r {
    margin-left: -50px;
}

    .tit5_r li {
        float: left;
        display: inline;
        padding-right: 25px;
        font-family: STSong;
        height: 43px;
        font-size: 18px;
        font-weight: bold;
    }

        .tit5_r li.bar {
            color: #a6a5a3;
        }

.list2 {
    padding: 0px 0px 0px 0px;
}

    .list2 a {
        display: inline-block;
        margin: 0px -10px 0px 20px;
        line-height: 30px;
        color: #a6a5a3;
        width: 100px;
    }
