﻿@charset "UTF-8";
/* CSS Document */
body {
    font: 14px/1.5 AppleGothic,Arial,'Microsoft Yahei','Simsun';
    line-height: 160%;
    color: #666;
    background: #fff;
}

body, html, p, h1, h2, h3, h4, h5, h6, dl, dd, dt, ul, li {
    padding: 0;
    margin: 0;
}

dl, dd, dt, ul, li {
    list-style: none;
}

a {
    color: #666;
    text-decoration: none;
}

    a:hover {
        color: #333;
    }

.clearfix {
    *zoom: 1;
}

    .clearfix:before,
    .clearfix:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .clearfix:after {
        clear: both;
    }

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.underline {
    text-decoration: underline;
}

.ct_1 {
    color: #000;
}

.ct_2 {
    color: #333;
}

.ct_3 {
    color: #666;
}

.ct_4 {
    color: #999;
}

.ct_5 {
    color: #ccc;
}

.ct_6 {
    color: #fff;
}

.ct_7 {
    color: #c11e2b;
}
/* */

.k1120 {
    max-width: 1120px;
    margin: 0 auto;
}


#header {
    width: 100%;
    height: 100px;
    position: fixed;
    z-index: 1100;
    background: #9934b7;
    top: 0;
    box-shadow: 0 1px 0 rgba(0,0,0,0.05);
    -webkit-transition: 0.2s ease-in 0s;
    -moz-transition: 0.2s ease-in 0s;
    -ms-transition: 0.1s ease-in 0s;
    -o-transition: 0.2s ease-in 0s;
}

    #header .k1120 {
        position: relative;
        padding: 0 10px;
    }
    #header .usernav {
        position: absolute;
        float: right;
        right: 0px;
        top: 10px;
        color: #ddd;
        height: 22px;
        line-height: 22px;
    }

    #header .usernav a {
        color: #ddd;
    }

        #header .usernav a:hover, #header .usernav .current {
            text-decoration: underline;
            color: #fff;
        }

    #header .usernav span {
        padding: 0 8px;
    }
/* ------- Menu ------- */
.wrapper {
    overflow: hidden;
}

.pageMain {
    margin-right: 0;
    margin-left: 0;
    -webkit-transition: 0.2s ease-in 0s;
    -moz-transition: 0.2s ease-in 0s;
    -ms-transition: 0.1s ease-in 0s;
    -o-transition: 0.2s ease-in 0s;
}

.sidebar {
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    z-index: 9999;
}

    .sidebar .k1120 {
        position: relative;
    }


#logo {
    width: 180px;
    height: 48px;
    display: inline-block;
    background: url(../images/logo.png) no-repeat;
    overflow: hidden;
    margin: 25px 0 0 0;
    text-indent: -20em;
    -webkit-transition: 0.2s ease-in 0s;
    -moz-transition: 0.2s ease-in 0s;
    -ms-transition: 0.1s ease-in 0s;
    -o-transition: 0.2s ease-in 0s;
}

#menu {
    position: absolute;
    float: left;
    margin-left: 200px;
}

    #menu li {
        display: inline-block;
    }

    #menu a {
        color: #fff;
        float: left;
        font-size: 16px;
        line-height: 100px;
        cursor: pointer;
        width: 50px;
        text-align: center;
        display: inline-block;
        padding: 0 23px;
        -webkit-transition: 0.2s ease-in 0s;
        -moz-transition: 0.2s ease-in 0s;
        -ms-transition: 0.1s ease-in 0s;
        -o-transition: 0.2s ease-in 0s;
    }

        #menu a span {
            text-align: left;
            display: inline-block;
        }

        #menu a b {
            font-size: 12px;
            color: #8d8d8d;
            font-weight: normal;
            -webkit-transition: 0.2s ease-in 0s;
            -moz-transition: 0.2s ease-in 0s;
            -ms-transition: 0.1s ease-in 0s;
            -o-transition: 0.2s ease-in 0s;
        }

        #menu a:hover,
        #menu a:hover b,
        #menu a.current,
        #menu a.current b {
            color: #fff;
            -webkit-transition: 0.2s ease-in 0s;
            -moz-transition: 0.2s ease-in 0s;
            -ms-transition: 0.1s ease-in 0s;
            -o-transition: 0.2s ease-in 0s;
        }

        #menu a:hover,
        #menu a.current {
            background: #c20f36;
            -webkit-transition: 0.2s ease-in 0s;
            -moz-transition: 0.2s ease-in 0s;
            -ms-transition: 0.1s ease-in 0s;
            -o-transition: 0.2s ease-in 0s;
        }
/*search*/
.gh-main {
    width: 100%;
    padding: 99px 0 0 0;
}

    .gh-main .containertop {
        width: 1030px;
        height: 50px;
        margin: 0 auto;
        padding: 20px 0;
    }
    .gh-main .g-clear {
        zoom: 1;
    }

    .gh-main .gh-logo {
        float: left;
    }

    .gh-main .wy-logo {
        width: 500px;
        height: 70px;
    }

    .gh-main .gh-search-left {
        /*float: left;*/
        margin-top: 10px;
        margin-left: 16px;
    }

    .gh-main .gh-search {
        float: left;
    }

    .gh-main .gh-search-input {
        border: 2px solid #73b52d;
        border-right: none;
        height: 36px;
        background: url(/img/1px-bg.png) 0 -28px repeat-x;
        display: inline-block;
        float: left;
        position: relative;
        width: 395px;
        -webkit-border-top-left-radius: 3px;
        -moz-border-radius-topleft: 3px;
        border-top-left-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-radius-bottomleft: 3px;
        border-bottom-left-radius: 3px;
    }

        .gh-main .gh-search-input .search-icon {
            display: inline-block;
            width: 17px;
            height: 17px;
            position: absolute;
            margin: 10px 0 0 10px;
            background: url(/img/bg_png24.png) -314px -664px no-repeat;
        }

        .gh-main .gh-search-input input {
            height: 18px;
            line-height: 18px;
            padding: 9px 0;
            border: 0;
            font-size: 14px;
            width: 359px;
            margin: 0 0 0 30px;
            background: 0 0;
            outline: none;
        }

    .gh-main input, input.text, select, textarea {
        font-family: "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, 宋体, Arial, Verdana, sans-serif;
    }



    .gh-main .gh-search .big-search-bt {
        width: 100px;
        font-size: 16px;
    }

.gh-search .gbn {
    height: 40px;
    border: 2px solid;
    border-radius: 5px;
    padding: 0 12px;
    float: left;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: all .3s ease-out 0s;
}

.gbt-green2 {
    background: #73b52d;
    color: #fff;
}
.scrol-page {
    margin: 0 auto;
    padding: 99px 0 0 0;
}
.gcon .gcon_topic 
{
    width: 680px;
    float: left
}

@media (max-width: 960px) {
    .cmt-ctnt img {
        max-width: 500px;
    }
    .boxform .finput input {
        width: 500px;
    }
    .eduimy{
        width:500px;
    }
    .gcon {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
        .gcon .gcon_newtopic {
            width: 500px;
        }
        .gcon .gcon_topic {
            width: 500px;
        }
    .groupbox {
        width: 716px;
    }
   /* .gcon .tube_b {
        float:none;
    }*/
    .gh-main {
        padding: 40px 0 0 0;
    }
        .gh-main .wy-logo {
            width: 400px;
            height: 60px;
        }
        .gh-main .gh-search-input {
            width: 285px;
        }
            .gh-main .gh-search-input input {
                width: 285px;
            }

        .gh-main .gh-search-left {
            /*float: left;*/
            margin-top: 50px;
            margin-left: -390px;
        }
    #header .usernav {
        right: 0px;
    }
    #menu a {
        color: #fff;
        float: left;
        font-size: 14px;
        line-height: 70px;
        cursor: pointer;
        width: 50px;
        text-align: center;
        display: inline-block;
        padding: 0 23px;
    }

    #logo {
        width: 120px;
        height: 33px;
        background: url(../images/logo.png) no-repeat;
        background-size: 120px 33px;
        margin: 20px 0 0 0;
    }

    #header {
        height: 70px;
    }

    .scrol-page {
        padding: 69px 0 0 0;
    }
}

@media (max-width: 767px) {
    .cmt-ctnt img {
        max-width: 300px;
    }
    .boxform .finput input{
        width: 340px;
    }
    .eduimy {
        width: 360px;
    }
    .gcon {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
        .gcon .gcon_newtopic {
            width: 400px;
        }
        .gcon .gcon_topic {
            width: 400px;
        }
    
    .groupbox {
        width: 506px;
    }
    .gh-main {
        padding: 20px 0 0 0;
    }
        .gh-main .gh-search-input {
            width: 285px;
        }
            .gh-main .gh-search-input input {
                width: 285px;
            }
        .gh-main .gh-search-left {
            /*float: left;*/
            margin-top: 50px;
            margin-left: -390px;
        }
    #header .usernav {
        left: 100px;
    }
    .openNav .sidebar {
        right: 0;
        border-left: 1px solid rgba(153,52,183,0.05);
    }

    .sidebar {
        background-color:mediumpurple;
        height: 100%;
        width: 70px;
        position: fixed;
        left: auto;
        right: -70px;
        top: 0;
        -webkit-transition: 0.2s ease-in 0s;
        -moz-transition: 0.2s ease-in 0s;
        -ms-transition: 0.1s ease-in 0s;
        -o-transition: 0.2s ease-in 0s;
        z-index: 9999;
    }

    .openNav .sidebar {
        right: 0;
    }

    .openNav .pageMain {
        margin-right: 70px;
        margin-left: -70px;
    }

    #menu {
        margin-left: 0px;
    }

        #menu li {
            display: block;
        }

        #menu a {
            height: 35px;
            width: 70px;
            display: block;
            padding: 5px 0 0 0;
            border-bottom: 1px solid rgba(0,0,0,0.05);
            line-height: 35px;
            text-align: center;
        }

           /* #menu a {
                display: none;
            }*/

    #logo {
        width: 80px;
        height: 24px;
        background: url(../images/logo.png) no-repeat;
        background-size: 80px 24px;
        margin: 10px 0 11px 0;
        position: fixed;
        left: 10px;
    }

    #header {
        height: 45px;
    }

    .navBox {
        width: 45px;
        padding: 15px 0 0 0;
        height: 30px;
        position: absolute;
        left: -45px;
        top: 0;
    }

    .navOpen {
        height: 12px;
        width: 22px;
        display: block;
        margin: 0 auto;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        position: relative;
        z-index: 1;
    }

        .navOpen:after {
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            height: 2px;
            overflow: hidden;
            content: '';
            background: #fff;
            top: 50%;
            margin-top: -1px;
            z-index: 1;
        }

    .navBox:before {
        width: 2px;
        height: 18px;
        display: block;
        content: '';
        background: #9934b7;
        left: 14px;
        top: 15px;
        position: absolute;
        z-index: 333;
    }
}

