.warpper {
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

.enroll-tips {
    position: fixed;
    left: 0;
    top: 60px;
    width: 110px;
    height: 110px;
    background-image: url(../images/tips.jpg);
}

    .enroll-tips a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.quick-menu {
    overflow: hidden;
    font-size: 0;
    padding-top: 20px;
    width: 1405px;
    margin-left: -25px;
}

    .quick-menu .quick-btn {
        display: inline-block;
        width: 1335px;
        margin: 0 26px;
        font-size: 14px;
        padding: 0 20px;
        padding-top: 75px;
        padding-bottom: 20px;
        border: 1px solid #F0F0F0;
        border-bottom: 3px solid #F0F0F0;
        vertical-align: text-top;
        background-repeat: no-repeat;
        background-position: center 20px;
        text-align: center;
        transition: all .3s ease-out;
    }

        .quick-menu .quick-btn:hover {
            background-color: #F0F0F0;
            border-color: #035899;
        }

        .quick-menu .quick-btn a {
            color: #333;
        }

        .quick-menu .quick-btn h2 {
            font-size: 35px;
        }

        .quick-menu .quick-btn p {
            font-size: 14px;
            margin-top: 15px;
            line-height: 20px;
            color: #676767;
        }

    .quick-menu .quick-btn-01 {
        background-image: url(../images/info.png);
    }

    .quick-menu .quick-btn-02, .quick-btn-02 {
        background-image: url(../images/icon01.png);
    }

    .quick-menu .quick-btn-03, .quick-btn-03 {
        background-image: url(../images/icon02.png);
    }

    .quick-menu .quick-btn h2 {
        font-size: 35px;
    }

.containerr {
	background: #f7f8fa;
	height: auto;
	overflow: hidden;
	padding-top: 36px;
	padding-bottom: 80px;
}

.price {
	width: 1400px;
	margin: 0 auto;
}

.price h2 {
	font-size: 22px;
	color: #333;
	line-height: 1;
	font-weight: 400;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
}

.price .category {
	width: 1380px;
	overflow: hidden;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	margin-left: 10px;
}

.price .category:after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 1px;
	background-color: #EDEDED;
	z-index: 2;
}

.price .category:before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color: #EDEDED;
	z-index: 2;
}

.price .category a:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.price .category .prev {
	display: none;
	position: absolute;
	top: 0;
	width: 59px;
	height: 100%;
	box-shadow: 0 0 3px #c6c6c7;
	background: #fff;
	text-align: center;
	font-size: 0;
	left: 0;
	border-right: 1px solid #e1e3e6;
}

.price .category .prev span {
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 14px;
	background-repeat: no-repeat;
	background-image: url(../images/arrow.svg);
	background-position: 96.77% 25%;
	background-size: initial;
}

.price .category .next span {
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 14px;
	background-repeat: no-repeat;
	background-image: url(../images/arrow.svg);
	background-position: 61.29% 25%;
	background-size: initial;
}

.price .category .next {
	position: absolute;
	top: 0;
	width: 59px;
	height: 100%;
	box-shadow: 0 0 3px #c6c6c7;
	background: #fff;
	text-align: center;
	font-size: 0;
	right: 0;
	border-left: 1px solid #e1e3e6;
}

.price .category ul li {
	display: table-cell;
	white-space: nowrap;
	font-size: 16px;
	text-align: center;
	border-bottom: 3px solid transparent;
	cursor: pointer;
	position: relative;
	padding: 18px 25px;
	font-weight: bold;
}

.price .category ul li.active {
	border-bottom-color: #1976D5;
	color: #1976D5;
}

.price .cont {
	display: none;
}

.price .cont.active {
	display: block;
}

.price .cont ul dl {
    display: inline-block;
    width: 332px;
    background-color: #fff;
    margin: 5px 4px;
    cursor: pointer;
    border: 1px solid #ddd;
    overflow: hidden;
    transition: all .2s;
}

.price .cont ul dl:hover {
        transform: translateY(-1px);
    }

       .price .cont ul dl:hover p {
            opacity: 1;
        }

    .price .cont ul dl dt {
        height: 120px;
        overflow: hidden;
        position: relative;
    }

        .price .cont ul dl dt img {
            display: block;
            width: 100%;
            height: 100%;
        }

        .price .cont ul dl dt p {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            text-align: center;
            opacity: 0;
            color: #fff;
            font-size: 30px;
        }

            .price .cont ul dl dt p span {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                background-color: #000;
                opacity: .5;
            }

            .price .cont ul dl dt p em {
                text-align: center;
                display: block;
                color: #fff;
                position: relative;
                z-index: 1;
                line-height: 120px;
            }

    .price .cont ul dl dd {
        padding: 5px 0;
        line-height: 25px;
        font-size: 15px;
        overflow: hidden;
        display: block;
		padding-left: 6px;
		height: 95px;
    }




.warpper {
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
	padding-bottom: 30px;
}

.exam, .notice {
    width: 644px;
}

    .notice ul, .exam table {
        margin-top: 30px;
    }

        .notice ul li {
            line-height: 35px;
            overflow: hidden;
        }

            .notice ul li a {
                color: #6d6d6d;
            }

            .notice ul li span {
                float: right;
            }

    .exam table {
        width: 100%;
    }

        .exam table thead th {
            background-color: #FAFAFA;
            border: 1px solid #eee;
            padding: 8px 0;
            text-align: center;
        }

        .exam table tbody td {
            background-color: #fff;
            border: 1px solid #eee;
            padding: 8px 0;
            text-align: center;
            color: #808080;
            font-size: 15px;
        }


   .notice ul, .notice table {
        margin-top: 30px;
    }

        .notice ul li {
            line-height: 35px;
            overflow: hidden;
        }

            .notice ul li a {
                color: #6d6d6d;
            }

            .notice ul li span {
                float: right;
            }

    .notice table {
        width: 100%;
    }

        .notice table thead th {
            background-color: #FAFAFA;
            border: 1px solid #eee;
            padding: 8px 0;
            text-align: center;
        }

        .notice table tbody td {
            background-color: #fff;
            border: 1px solid #eee;
            padding: 8px 0;
            text-align: center;
            color: #808080;
            font-size: 15px;
        }

.notice .title, .exam .title {
    background-image: url(../images/disc-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-top: 30px;
    font-size: 20px;
    color: #000;
}

    .notice .title a, .exam .title a {
        float: right;
        color: #0A6245;
    }

.left {
    float: left;
}

.right {
    float: right;
}


.box-info {
    margin: 30px 20px;
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
    border-radius: 3px;
    padding: 30px;
    position: relative;
	width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 30px;
}

    .box-info h5.title {
        border-left: 3px solid #0a6245;
        padding-left: 10px;
        font-size: 20px;
    }
    

        .content-text h5.title .btn {
            float: right;
            cursor: pointer;
        }

.box-info h5.title {
    color: #1976D5;
}

.table {
    margin: 70px 60px;
    position: relative;
}

.file-upload {
    margin: 15px;
    position: relative;
    font-size: 14px;
}


.file-upload .item-line {
    margin: 50px 0;
    overflow: hidden;
}

.user-info-box {
    width: 80%;
    margin: 40px 0;
    margin-left: 50px;
}

    .user-info-box label {
        width: 112px;
        font-size: 16px;
    }

        .user-info-box label span {
            font-size: 18px;
            font-weight: bolder;
        }

    .user-info-box input {
        width: 280px;
        margin-left: 0;
    }

    .user-info-box select {
        width: 292px;
    }



.table {
    margin: 70px 60px;
    position: relative;
}

.file-upload {
    margin: 15px;
    position: relative;
    margin-top: 20px;
}


input.btn {
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    border: 0 none;
	padding: 6px 12px;
}

.green-btn {
    background-color: #1976D5;
}

input.gray-btn {
    background-color: #F0F0F0;
    color: #333;
}

.btn-list {
    text-align: center;
    margin: 50px 0;
}


#MMiddle{ float: left; width: 800px;padding:10px 200px;line-height:26px;}


.tdleft {width:34%;text-align:center;line-height:30px;padding:2px;line-height:2rem;padding:0.2rem;color:#222222;font-size:1rem;}
.tdright {width:64%;line-height:30px;padding:2px;line-height:2.5rem;padding:0.2rem;color:#222222}
.tdright span {color:red;}
.input1 {width:80%;line-height:30px;height:30px;line-height:2.5rem;height:2.5rem;border:#a9a9a9 1px solid;}
.input2 {width:80%;line-height:30px;border: 1px solid #a9a9a9;height:30px;line-height:2.5rem;height:2.5rem;cursor: pointer;background:#fff;}
.submittd {padding:15px;text-align:center;}
.inputsubmit {
	border: 0px;
 /*   background: #34a150; */
	background: #3790e2;
    color: #FFF;
    width: 37%;
    height: 36px;
    line-height: 36px;
    margin: 0 0.123rem;
	-webkit-appearance: button;
    cursor: pointer;
	    align-items: flex-start;
    text-align: center;
	font: 400 13.3333px Arial;
	border-collapse: collapse;
}


.content-text {
    padding: 20px;
    font-size: 14px;
    line-height: 2.2;
    min-height: 582px;
    position: relative;
    overflow-x: auto;
}

    .content-text h5.title,
    .box-info h5.title {
        border-left: 3px solid #0a6245;
        padding-left: 10px;
        font-size: 20px;
    }

.content-text table {
    width: 100%;
    margin: 30px 0;
    position: relative;
}

    .content-text table th {
        border-bottom: 1px solid #EAEAEA;
        border-top: 1px solid #EAEAEA;
        background-color: #F7F7F7;
        padding: 2px 0;
        text-align: center;
    }

    .content-text table tr {
        border: 1px solid #EAEAEA;
    }

.table-content {
    overflow-x: auto;
    white-space: nowrap;
}

.content-text table td {
    text-align: center;
    padding: 5px 4px;
    white-space: nowrap;
    border-bottom: 1px solid #EAEAEA;
}

    .content-text table td input {
        vertical-align: top;
    }

.content-text table tr:hover td {
    background-color: #FCFCFC;
    transition: all .5s;
}

.content-text table td a {
    line-height: 30px;
    padding: 0 10px;
}

.content-text p {
    margin: 20px 0;
}

.file-upload .img {
	float: left;
	widtH: 486px
}
.file-upload img {
	width: 486px;
	height: 265px
}
.file-upload .info {
	float: right;
	width: 622px;
}
.file-upload h1 {
	color: #303030;
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
	padding-bottom: 10px;
}
.file-upload li {
    line-height: 30px;
    height: 30px;
    font-size: 15px;
    letter-spacing: 2px;
}
.file-upload li span, .file-upload li em {
	float: left
}
.file-upload li em {
	margin-top: 6px
}
.file-upload li i {
	font-style: normal
}
.file-upload .price {
	height: 22px;
	line-height: 22px;
	padding: 16px 0;
	font-size: 14px;
	color: #F29061;
}
.file-upload .price s {
	color: #707070;
	font-size: 12px
}
.file-upload .price b {
	font-size: 20px;
	color: #EB6204;
	vertical-align: middle;
	padding-left: 10px
}
.file-upload .price i {
	display: inline-block;
	widtH: 19px;
	height: 19px;
	vertical-align: middle;
	margin: 0px 0 0 10px
}

.course-bar {
	height: 37px;
}
.course-bar a, .course-bar a:visited, .bmfrom .bmbtn {
	float: left;
	widtH: 106px;
	line-height: 37px;
	height: 37px;
	background: url(../images/m.png) no-repeat 0 -146px;
	text-indent: 40px;
	font-size: 12px;
	color: #fff;
	margin-right: 10px
}
.course-bar a.zx, .course-bar a.zx:visited {
	background-position: 0 -184px;
}
.course-bar a.qqzx, .course-bar a.qqzx:visited {
	background-position: 0 -222px
}
.course-bar .free-tel {
	float: left;
	background: url(../images/kctel.gif) no-repeat;
	padding-left: 43px;
	width: 230px;
	height: 37px;
	line-height: 37px;
	font-size: 14px;
	color: #1976D5;
}
.course-bar .free-tel span {
	float: left;
	display: block;
	widtH: 134px;
	font-weight: bold
}
.course-bar .free-tel a, .course-info .free-tel a:visited {
	widtH: 96px;
	background: none;
	margin: 0;
	text-indent: 0;
	text-align: center
}

