@charset "utf-8";

html,
body {
    height: 100%;
}

body {
    background-color: #fff;
    font-family: 'Microsoft YaHei', '微软雅黑', Verdana, Geneva, sans-serif !important;
}

#top {
    /*top: 0;*/
    /*left: 0;*/
    /*position: fixed;*/
    z-index: 9999;
    width: 100%;
}

    #top l-width {
        min-width: 1400px;
    }

#header {
    /* position: absolute; */
    /* position: relative; */
    /* top: 36px; */
    /* left: 0; */
    /* width: 100%; */
    z-index: 99;
}

#top-nav .hs-sub > a {
    padding:  0;
    padding-right: 0px;
}


#searcher {
    position: absolute;
   
    left: 0;
  
    top: 36%;
    width: 100%;
    height: 186px;
    background-position: center top;
    background: transparent;
    z-index: 1;
}


.search-input {
    margin-bottom: 10px;
}

.top-pic {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 0;
    max-height: 550px;
    background-position: center bottom;
    /* background-size: cover; */
    background-color: #fdfeff;
    /*display: none;*/
    height: calc(100vh - 330px);
    min-height: 434px;
}

    .top-pic .pic-move {
        overflow: hidden;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 550px;
    }

        .top-pic .pic-move ul {
            position: relative;
            width: 300%;
        }

        .top-pic .pic-move li {
            overflow: hidden;
            float: left;
            width: 33.333%;
            position: relative;
            height: 550px;
        }

            .top-pic .pic-move li img {
                position: absolute;
                top: 0;
                left: 50%;
                width: 1920px;
                height: 550px;
                margin-left: -960px;
            }

    .top-pic .pic-sel {
        position: absolute;
        bottom: 140px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 12;
    }

        .top-pic .pic-sel span {
            display: inline-block;
            width: 36px;
            height: 8px;
            margin: 0 5px;
            background: #eee;
            cursor: pointer;
            border-radius: 70px;
            opacity: 0.5;
        }

            .top-pic .pic-sel span.current {
                background: #e58cff;
                opacity: 0.7;
            }

.index-top {
    position: relative;
    clear: both;
    height: 120px;
    /* margin-bottom: 200px; */
    margin-top: -120px;
    background: rgba(0, 0, 0, 0.2);
    z-index: 8;
}

.fast-link ul:before,
.fast-link ul:after {
    display: table;
    content: "";
    clear: both;
}

.fast-link li {
    /* float: left; */
    width: 140px;
    height: 100%;
    text-align: center;
    display: inline-block;
    padding-top: 20px;
}

    .fast-link li a {
        display: inline-block;
        height: 100%;
        /* padding-top: 45px; */
        vertical-align: bottom;
        position: relative;
        top: 0;
        transition: all 0.3s;
    }

    .fast-link li img {
        width: 64px;
        height: 64px;
        /* margin-bottom: 15px; */
        border: 1px #fff solid;
        border-radius: 100%;
        padding: 4px;
    }

    .fast-link li .name {
        display: block;
        font-size: 14px;
        line-height: 24px;
        color: #fff;
    }

    .fast-link li a:hover {
        /* -webkit-filter: hue-rotate(90deg); */
        /* filter: hue-rotate(180deg); */
    }

    .fast-link li a:hover {
        opacity: 1;
        top: -6px;
    }

        .fast-link li a:hover span {
            text-decoration: none;
        }


.pic-show {
    float: right;
    position: relative;
    width: 545px;
    background: #dedede;
}

    .pic-show .pic-move {
        overflow: hidden;
        position: relative;
        width: 545px;
        height: 290px;
    }

        .pic-show .pic-move ul {
            position: relative;
            width: 1000%;
        }

        .pic-show .pic-move li {
            float: left;
            width: 545px;
        }

            .pic-show .pic-move li a {
                position: relative;
                float: left;
            }

            .pic-show .pic-move li img {
                width: 545px;
                height: 290px;
            }

            .pic-show .pic-move li a span {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 48px;
                padding: 0 10px;
                font-size: 16px;
                color: #fff;
                text-align: left;
                line-height: 48px;
                background: rgba(0, 0, 0, .6);
            }

    .pic-show .pic-sel {
        position: absolute;
        bottom: 0px;
        right: 0;
        height: 48px;
        padding: 21px 15px;
    }

        .pic-show .pic-sel > span {
            /* position: relative; */
            float: left;
            width: 10px;
            height: 10px;
            margin-left: 7px;
            text-align: center;
            cursor: pointer;
            background: #fff;
            border-radius: 100%;
        }

            .pic-show .pic-sel > span.current {
                position: relative;
                background-color: #cd3327;
            }


/*内容框		*/

.m-box {
    padding: 15px 10px 15px 10px;
    background: transparent;
}

.m-box-title {
    position: relative;
    height: 44px;
    line-height: 44px;
    border: 0px solid #e8e8e8;
    /* margin-bottom: 26px; */
    background: #fae7ab;
    padding: 0 10px;
}

    .m-box-title h2,
    .m-box-title .h-sel {
        position: relative;
        font-size: 24px;
        font-weight: bold;
        line-height: 65px;
    }

        .m-box-title h2:before {
            display: inline-block;
            position: relative;
            top: -2px;
            width: 6px;
            height: 30px;
            margin-left: 10px;
            margin-right: 17px;
            /* background: #2aa6eb; */
            vertical-align: middle;
            content: "";
        }

        .m-box-title h2:after {
            /* position: absolute; */
            /* left: 15px; */
            /* top: 50%; */
            /* margin-top: -5px; */
            /* transform: rotate(-45deg); */
            /* border-width: 5px; */
            /* border-color: #e15630 transparent transparent #e15630; */
            /* border-style: solid; */
            /* box-shadow: 0 0 0 1px #fff; */
            /* content: ""; */
        }

        .m-box-title h2 a {
            color: #aaa;
            font-size: 20px;
            padding: 0 20px;
        }

            .m-box-title h2 a.current {
                color: #333;
                font-weight: bold;
            }

        .m-box-title .h-sel a {
            display: inline-block;
            position: relative;
            padding: 0 12px;
            color: inherit;
        }

    .m-box-title .m-sel + .more a {
        display: none;
            z-index:9999;
    }

        .m-box-title .m-sel + .more a.current {
            display: block;
            z-index:9999;
        }

    .m-box-title .m-sel a {
        margin-right: 15px;
        color: #555;
        font-size: 18px;
        font-weight: normal;
    }

        .m-box-title .m-sel a.current {
            font-weight: bold;
        }


    /*.m-box-title .h-sel .current:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 4px solid #a21e1e;
	content: "";
}*/

    .m-box-title .h-intro {
        margin-left: 20px;
        color: #999;
        font-size: 12px;
    }

        .m-box-title .h-intro a {
            margin-left: 7px;
            font-size: 16px;
            text-decoration: none;
            font-weight: lighter;
            color: #006aad;
            margin-right: 5px;
        }

            .m-box-title .h-intro a i {
                margin-right: 3px;
                text-decoration: none;
            }

    .m-box-title .more {
        position: absolute;
        right: 1px;
        top: 0;
        font-size: 16px;
        line-height: 65px;
z-index:9999;
    }

        .m-box-title .more a {
            color: #000;
            font-size: 12px !important;
            font-weight: lighter;
z-index:9999;
        }

            .m-box-title .more a:hover {
                color: #333;
z-index:9999;
            }

            .m-box-title .more a i {
                border: 1px solid #000000;
                display: inline-block;
                width: 14px;
                height: 14px;
                font-size: 12px;
                margin-right: 4px;
                line-height: 12px;
                text-align: center;
                color: #fff;
                /* border: 1px solid #ccc; */
                border-radius: 100%;
                background: #000;
z-index:9999;
            }

.m-box-content {
    /* padding: 15px 10px; */
    border: 1px solid #e8e8e8;
    border-top: none;
}

    .m-box-content:before,
    .m-box-content:after {
        display: table;
        content: "";
        clear: both;
    }

.fast-link ul {
    text-align: center;
}

.bay-window {
    position: absolute;
    top: 58%;
    left: 3%;
    z-index: 9999;
}

    .bay-window a {
        display: block;
        width: 220px;
        height: 150px;
        background: url("../../images/site/bay.png") center no-repeat #9b84c0;
        font-size: 26px;
        line-height: 44px;
        text-align: center;
        color: #fff;
        padding: 30px 20px;
    }

    .bay-window .btn-close {
        display: block;
        width: 20px;
        height: 20px;
        background: url("../../images/site/btn-close.png") center no-repeat;
        position: absolute;
        right: 0;
        top: -21px;
        cursor: pointer;
    }

.containleft {
    width: 835px;
    float: left;
    padding-top: 15px;
}

.containright {
    width: 515px;
    float: right;
    padding-top: 15px;
}

.m-box-title h3 > img {
    vertical-align: middle;
    margin-right: 4px;
    margin-top: -5px;
}

.m-box-title h3 {
    line-height: 42px;
    font-size: 24px;
color: #91621a;
    font-weight: normal;
}

    .m-box-title h3 em {
        font-size: 16px;
        color: #e9c083;
      
        margin-left: 4px;
    }

.m-box-title .title-more {
    font-size: 16px;
    color: #91621a;
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 42px;
z-index:9999;
}


.mod-database {
    background: #fff;
    position: relative;
    height: 226px;
}

    .mod-database .d-tab {
        width: 140px;
        height: 226px;
        background: #efefef;
        position: absolute;
        left: 0;
        top: 0;
        padding-top: 2px;
    }

        .mod-database .d-tab li {
            height: 40px;
            line-height: 40px;
            text-align: right;
            font-size: 16px;
            padding-right: 30px;
            background: #efefef;
            margin-bottom: 1px;
            transition: all 0.3s cubic-bezier(.4, 0, .2, 1);
            cursor: pointer;
        }

            .mod-database .d-tab li.current {
                height: 60px;
                background: #c99d18;
                color: #fff;
                line-height: 60px;
            }

    .mod-database .d-list {
        padding: 16px 0px 20px 0px;
background:url(/m2411/images/bg-sear.jpg) no-repeat center;
    }

        .mod-database .d-list li {
            float: left;
            width: 50%;
            padding: 0 60px;
            border-right: 1px #eeeeee solid;
            height: 32px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .mod-database .d-list li a {
                font-size: 16px;
                color: #555;
                line-height: 32px;
z-index:99999;
            }

                .mod-database .d-list li a:hover {
                    color: #c99d18;
                    opacity: 1;
z-index:99999;
                }

        .mod-database .d-list ul:after {
            content: "";
            display: block;
            clear: both;
        }

        .mod-database .d-list li:nth-of-type(2n) {
            border-right: none;
        }

i.txt-cn:before {
    content: "\4e2d\6587";
    display: inline-block;
    font-style: normal;
    border: 1px #c99d18 solid;
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-right: 4px;
    font-size: 14px;
    color: #c99d18;
    border-radius: 3px;
}

i.txt-en:before {
    content: "\82f1\6587";
    display: inline-block;
    font-style: normal;
    border: 1px #5f7fcb solid;
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-right: 4px;
    font-size: 14px;
    color: #5f7fcb;
    border-radius: 3px;
}

.mod-database .d-list ul {
    height: 192px;
    overflow: hidden;
}

.mod-study {
    /* padding: 15px; */
    background: #fff;
}

    .mod-study ul:after {
        content: "";
        display: block;
        clear: both;
    }

    .mod-study li {
        width: 20%;
        float: left;
        height: 150px;
        /* padding: 30px; */
    }

    .mod-study li:nth-child(2n) a{
        background: rgba(244,209,98,0.1);
    }

        .mod-study li a img {
            width: 80px;
            height: 80px;
            display: block;
        }

        .mod-study li a {
            display: flex;
            border: 1px #fff solid;
            transition: all 0.3s;
            width: 100%;
            height: 100%;
            background: rgba(244,209,98,0.2);
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

            .mod-study li a span {
                display: block;
                font-size: 16px;
                color: #333333;
            }

            .mod-study li a:hover {
                border: 2px #c99d18 solid;
                box-shadow: 0 4px 10px rgba(201, 157, 24, 0.4);
            }

.bay-window a:hover {
    opacity: 1;
}

.containright .m-box {
    padding-left: 0;
    padding-right: 0;
    background: transparent;
}

    .containright .m-box .m-box-content {
        margin-top: 20px;
        border: none;
    }

.picnews-move {
    width: 500px;
    height: 320px;
    overflow: hidden;
    position: relative;
font-size:15px;
}

    .picnews-move ul {
        position: absolute;
        left: 0;
        top: 0;
        width: 3000px;
    }

        .picnews-move ul li {
            width: 435px;
            height: 270px;
            float: left;
            overflow: hidden;
            position: relative;
        }

            .picnews-move ul li img {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                width: 100%;
            }

    .picnews-move .pic-sel {
        position: absolute;
        right: 14px;
        bottom: 16px;
        height: 10px;
    }

        .picnews-move .pic-sel span {
            display: inline-block;
            width: 10px;
            height: 10px;
            background: #fff;
            margin: 0 2px;
            border-radius: 100px;
            cursor: pointer;
        }

            .picnews-move .pic-sel span.current {
                background: #e58cff;
            }

    .picnews-move ul li span {
        width: 100%;
        height: 40px;
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        bottom: 0;
        color: #fff;
        font-size: 14px;
        line-height: 40px;
        padding-left: 10px;
        padding-right: 104px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .picnews-move ul li a:hover span {
        text-decoration: none;
    }


.l-width:after {
    content: "";
    display: block;
    clear: both;
}

.containleft .m-box {
    padding-left: 0;
    padding-right: 0;
}

.mod-txtnews {
    margin-top: 30px;
    position:relative;
}

.news-title {
    height: 36px;
    border-bottom: 1px #c99d18 solid;
    position: relative;
}
.mod-txtnews time.title-more{
    position:absolute;
    right:0;
}
.news-title ul li {
    float: left;
    font-size: 16px;
    color: #555;
    width: 86px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}

    .news-title ul li:last-child{
        width:170px;
    }

    .news-title ul li.current {
        font-size: 18px;
        background: #c99d18;
        color: #fff;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

/*    .news-title ul {
        padding-left: 15px;
    }*/

.news-title .title-more {
    font-size: 16px;
    color: #91621a;
    position: absolute;
    right: 0;
    top: -5px;
    line-height: 42px;
}

.news-content ul li a {
    font-size: 15px;
    color: #555;
    line-height: 30px;
    display: block;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 100px;
    transition: all 0.3s;
}

    .news-content ul li a .time {
        position: absolute;
        right: 0;
        color: #999;
        font-size: 14px;
        line-height: 28px;
    }

    .news-content ul li a i {
        font-size: 16px;
        /* vertical-align: middle; */
    }

    .news-content ul li a:hover {
        opacity: 1;
        color: #c99d18;
    }

.news-content ul li:first-child a .time {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 80px;
    height: 76px;
    border: 1px #e4b520 solid;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    color: #e4b520;
    padding-top: 12px;
    line-height: 30px;
}

.news-content ul li:first-child a {
    padding: 18px 0 18px 94px;
    height: 112px;
    border-bottom: 1px #c99d18 solid;
    margin-bottom: 10px;
}

    .news-content ul li:first-child a .time b {
        font-size: 40px;
        color: #e4b520;
        display: block;
    }

    .news-content ul li:first-child a dt {
        font-size: 18px;
        color: #444;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-bottom: 3px;
        padding-top: 3px;
    }

    .news-content ul li:first-child a:hover dt {
        color: #c99d18;
    }

    .news-content ul li:first-child a dd {
        font-size: 13px;
        color: #888;
        height: 40px;
        overflow: hidden;
        /*white-space: initial;*/
        white-space: normal;
    }

    .news-content ul li:first-child a:hover dd {
        color: #333;
    }

.friendlylink {
    height: 6px;
    background: #c99d18;
}

.links li {
    float: left;
}

    .links li a {
        color: #fff;
        padding: 0 16px;
        line-height: 60px;
        font-size: 15px;
    }

    .links li:first-child {
        font-size: 18px;
        color: #fff;
        line-height: 60px;
    }

    .links li a:hover {
        text-decoration: none;
        opacity: 1;
    }

.contain {
    background: url("../../images/site/body-bg.png") bottom -146px center no-repeat;
    padding-bottom: 30px;
}

#newsMoreLink{
    position:absolute;
    right:0;
    font-size:16px;
}
/* 当屏幕高度小于780px时 */
@media screen and (max-height: 650px) {
    .top-pic {
        height: calc(100vh - 300px);
        min-height: 310px;
    }

    #searcher {
        top: 31%;
    }

        #searcher .l-width {
            height: 150px;
            padding: 16px 0;
        }

    .web-guid {
        top: 114px;
    }

    .top-pic .pic-sel {
        bottom: 124px;
    }
}