html {
    width: 100%;
}

body {
    width: 100%;
    position: relative;
    min-width: 1200px;
}

img {
    border: none;
}

a, input, span, label, li, button, dl, div, table {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
}

textarea, button, input {
    outline: none;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}


/*gw logo*/
.header_box {
    width: 100%;
    float: left;
    height: 130px;
    background: url("../img/background_short.png") no-repeat center center;
}

.header_logo {
    width: 1200px;
    margin: 0 auto;
}

.logo {
    float: left;
    margin-top: 34px;
    width: 672px;
}

.search {
    float: right;
    width: 340px;
    border: 1px solid #004986;
    height: 38px;
    margin-top: 50px;
    overflow: hidden;
    background-color:#fff;
    margin-right:10px;
}

.txt {
    width: 240px;
    height: 16px;
    float: left;
    color: #333;
    outline: none;
    border: none;
    background: none;
    font-size: 14px;
    padding: 11px 0;
    margin-left: 20px;
}

    .txt::-webkit-input-placeholder { /*WebKit 对placeholder起作用*/
        color: #b3b3b3;
    }

.search span {
    float: right;
    padding: 0 10px;
    color: #fff;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    background: #015293;
    cursor: pointer;
}

.search img {
    margin-top: 10px;
    margin-right: 8px;
    float: left;
    cursor: pointer;
}

/*gw 导航*/
.nav_box {
    float: left;
    width: 100%;
    background: #015293;
}

.nav_action {
    width: 1200px;
    margin: 0 auto;
}

.nav_action_one {
    width: 100%;
    float: left;
}

    .nav_action_one ul {
        float: left;
        position: relative;
    }

        .nav_action_one ul li {
            float: left;
            height: 50px;
            line-height: 50px;
            color: #fff;
        }

            .nav_action_one ul li a {
                color: #333;
                font-size: 16px;
                padding: 0 14px;
                color: #fff;
                float: left;
            }

    /*			.nav_action_one ul li a:hover {
					background: #1176c2;
					color: #fff;
				}
*/
    .nav_action_one .current_nav {
        background: #1176c2;
        color: #fff;
    }

/*gw 轮播图*/
.box_main {
    float: left;
    width: 100%;
    background: #eff3f6;
}

.banner {
    width: 1200px;
    margin: 0 auto;
}

.section {
    float: left;
    width: 100%;
    margin: 20px 0;
}

.example {
    position: relative;
    width: 790px;
    height: 386px;
    float: left;
}

.slideBox {
    float: left;
    width: 100%;
    height: 386px;
    overflow: hidden;
}

    .slideBox ul {
        float: left;
        width: 100%;
    }

        .slideBox ul li {
            float: left;
            width: 100%;
            height: 386px;
            position: relative;
        }

            .slideBox ul li img {
                float: left;
                width: 100%;
                height: 386px;
            }

.te1 {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    background-color: #000;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 100%;
}

    .te1 p {
        opacity: 1;
        float: left;
        width: 70%;
        margin-left: 4%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.section_box {
    float: left;
    width: 376px;
    padding: 0 20px;
    margin-left: 22px;
    background: #fff;
}

.tit {
    float: left;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #d6d6d6;
}

    .tit h1 {
        float: left;
        color: #333;
    }

    .tit a {
        float: right;
        color: #999;
        font-size: 14px;
    }

.section_box ul {
    float: left;
    width: 100%;
    padding: 18px 0 2px 0;
}

    .section_box ul li {
        float: left;
        width: 100%;
        background: url(../img/dian.png) no-repeat left center;
        margin-bottom: 19px;
        font-size: 16px;
    }

        .section_box ul li a {
            float: left;
            width: 260px;
            margin-left: 10px;
            color: #4c4c4c;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .section_box ul li a:hover {
                color: #004986;
            }

        .section_box ul li span {
            color: #999;
            float: right;
        }

/*登录前后*/
.login {
    background: #f3f3f3;
    width: 254px;
    height: 272px;
    position: relative;
    float: right;
    padding: 16px;
}

    .login h1 {
        float: left;
        font-size: 16px;
        color: #333;
    }

.sylc {
    float: right;
    color: #004986;
    font-size: 14px;
}

.login_box {
    padding-top: 20px;
    width: 100%;
    float: left;
}

.login_fir {
    float: left;
    width: 99%;
    height: 40px;
    border: 1px solid #e5e3e4;
    border-radius: 20px;
    background: #fff;
    margin-bottom: 14px;
    overflow: hidden;
}

    .login_fir input {
        float: left;
        padding: 11px 0 11px 12px;
        width: 90%;
        outline: none;
        border: none;
        color: #333;
        background: none;
    }

        .login_fir input.yanz {
            width: 50%;
        }

        .login_fir input::-webkit-input-placeholder { /*WebKit 对placeholder起作用*/
            color: #999;
        }

    .login_fir span {
        float: right;
        width: 110px;
        height: 40px;
    }

        .login_fir span img {
            float: right;
            width: 110px;
            height: 40px;
            cursor: pointer;
        }

.dl {
    float: left;
    width: 100%;
}

    .dl button {
        width: 100%;
        float: left;
        height: 40px;
        line-height: 40px;
        border: none;
        outline: none;
        background: #004986;
        color: #fff;
        font-size: 16px;
        border-radius: 20px;
        cursor: pointer;
    }

    .dl a {
        float: left;
        padding: 5px 0 5px 10px;
        font-size: 14px;
        color: #676767;
    }

        .dl a[zc] {
            float: right;
            padding-right: 10px;
        }

        .dl a:hover {
            text-decoration: underline;
            color: #004986;
        }

/*登陆后*/
.login_after {
    padding-top: 10px;
    width: 100%;
    float: left;
    display: none;
}

.tx {
    padding: 0 92px;
    float: left;
}

    .tx img {
        border-radius: 68px;
        height: 68px;
        width: 68px;
    }

.login_after p {
    float: left;
    width: 100%;
    text-align: center;
    color: #444444;
    font-size: 16px;
    padding: 5px 0;
}

    .login_after p[stu] {
        color: #999999;
        font-size: 14px;
    }

.login_after button {
    width: 90%;
    margin: 13px 5% 0 5%;
    float: left;
    height: 40px;
    line-height: 40px;
    border: none;
    outline: none;
    background: #004986;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 20px;
}

    .login_after button[tc] {
        background: #fff;
        color: #004986;
    }



.activity {
    width: 100%;
    float: left;
}

    .activity dl {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

        .activity dl dd {
            float: left;
            width: 386px;
            height: 90px;
            margin-right: 20px;
            margin-bottom: 20px;
        }

            .activity dl dd:nth-of-type(3n) {
                margin-right: 0;
            }

.clm {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.Course {
    float: left;
    width: 360px;
    padding: 0 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    background: #fff;
}

    .Course ul {
        float: left;
        width: 100%;
        padding-top: 15px;
    }

        .Course ul li {
            float: left;
            width: 100%;
            background: url(../img/dian.png) no-repeat left center;
            margin-bottom: 14px;
            font-size: 16px;
        }

            .Course ul li a {
                float: left;
                width: 240px;
                margin-left: 10px;
                color: #4c4c4c;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

                .Course ul li a:hover {
                    color: #004986;
                }

            .Course ul li span {
                color: #999;
                float: right;
            }

    .Course:nth-of-type(3n) {
        margin-right: 0;
    }

.Coursebig {
    float: left;
    width: 766px;
    padding: 0 20px;
    margin-right: 24px;
    margin-bottom: 20px;
    background: #fff;
}

    .Coursebig ul {
        float: left;
        width: 100%;
        padding-top: 15px;
    }

        .Coursebig ul li {
            float: left;
            width: 100%;
            background: url(../img/dian.png) no-repeat left center;
            margin-bottom: 14px;
            font-size: 16px;
        }

            .Coursebig ul li a {
                float: left;
                width: 600px;
                margin-left: 10px;
                color: #4c4c4c;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

                .Coursebig ul li a:hover {
                    color: #004986;
                }

            .Coursebig ul li span {
                color: #999;
                float: right;
            }

    .Coursebig:nth-of-type(3n) {
        margin-right: 0;
    }

.list_dd {
    float: left;
}

    .list_dd dd {
        float: left;
        cursor: pointer;
        color: #333;
        margin-right: 20px;
        font-size: 16px;
    }

        .list_dd dd.wu {
            color: #004986;
            border-bottom: 2px solid #004986;
        }



/*列表页*/
.clme {
    float: left;
    width: 100%;
}

.cont {
    float: left;
    width: 100%;
    background: #f5f5f5;
}

.dizhi {
    float: left;
    width: 100%;
    padding: 10px 0;
    color: #666;
    font-size: 14px;
}

    .dizhi img {
        margin-right: 7px;
        vertical-align: middle;
        margin-left: 20px;
    }

    .dizhi span {
        color: #333;
    }

.listbox {
    width: 1120px;
    padding: 20px 40px;
    float: left;
    background: #fff;
}

.tite {
    float: left;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #d6d6d6;
}

    .tite h1 {
        float: left;
        color: #333;
        border-bottom: 2px solid #004986;
    }

.listitem {
    float: left;
    width: 100%;
}

    .listitem ul {
        float: left;
        width: 100%;
        padding-top: 15px;
    }

        .listitem ul li {
            float: left;
            width: 100%;
            background: url(../img/list_b.png) no-repeat left center;
            padding: 15px 0;
            font-size: 16px;
            border-bottom: 1px solid #d9d9d9;
        }

            .listitem ul li a {
                float: left;
                width: 990px;
                margin-left: 15px;
                color: #4c4c4c;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

                .listitem ul li a:hover {
                    color: #004986;
                }

            .listitem ul li span {
                color: #999;
                float: right;
            }



/*详情页*/
.cont_left_next {
    float: left;
    width: 1000px;
    background: #fff;
    padding: 40px 100px;
}

    .cont_left_next h1 {
        width: 100%;
        font-size: 26px;
        color: #333333;
        text-align: center;
        font-weight: bold;
        float: left;
    }

    .cont_left_next dl {
        float: left;
        width: 100%;
        padding: 15px 0;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }

        .cont_left_next dl span {
            padding-right: 14px;
            text-align: center;
            font-size: 14px;
            color: #999999;
        }

.session {
    color: #555555;
    line-height: 36px;
    font-size: 14px;
    width: 100%;
    float: left;
    margin-top: 16px;
}

/*	.session span {
		width: 100%;
		display: inline-block;
		color: #333333;
		font-weight: bold;
	}*/






.fileclass li {
    font-size: 14px;
    margin-right: 40px;
    margin: 6px;
}

    .fileclass li a {
        color: #1d6cd8;
        text-decoration: underline;
    }



































/*gw 尾部*/
.footer {
    width: 100%;
    float: left;
    background: #015293;
}

.footer-drugs {
    width: 1200px;
    margin: 0 auto;
}

.footer_box {
    float: left;
    width: 100%;
    padding: 21px 0;
}

    .footer_box p {
        float: left;
        line-height: 30px;
        width: 100%;
        text-align: center;
        font-size: 14px;
        color: #fff;
    }

.lianjie span {
    float: left;
    width: 1200px;
    border-bottom: 4px solid #015293;
    font-size: 16px;
    padding-left: 10px;
    line-height: 30px;
    color: #015293;
    font-family: "微软雅黑";
    margin-top: 10px;
}

.lianjie .img_box {
    padding-top: 20px;
    clear: left;
}


.login_alent {
    width: 400px;
    border: 1px #026498 solid;
    background-color: #FFF;
}

.login_alent_top {
    height: 30px;
    background: url(../img/login_alent01.gif) repeat-x;
}

.login_alent_bot {
    padding: 10px 10px;
    background: url(../img/login_alent_bot.gif) repeat-x;
}

.login_alent_top p {
    float: right;
    padding-right: 10px;
    width: 16px;
    margin-top: 5px;
}
