.page-content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear-fix::after {
    content: "";
    display: block;
    clear: both;
}
.banner-section {
    height: 500px;
    background: url(../images/banner.jpg) no-repeat center top;
}
.banner-section .consult-button {
    position: absolute;
    width: 284px;
    height: 80px;
    /* left: 50%; */
    left: 0;
    bottom: -398px;
    /* margin-left:-142px; */
    cursor: pointer;
    text-align: center;
    color: transparent;
}
header {	width:350px;	margin:0 auto 30px;border-bottom:1px solid #046fcd;
}
header h3 {
    font-size: 36px;
    font-weight: bold;
    color: #046fcd;
    text-align: center;	
}header h3:after{	border-bottom:2px solid #046fcd;	content: "";    width: 100px;    display: block;    margin: 0 auto;}
.line1 {
    color: #2a66de;
}
.major-introduce {
    padding-top: 30px;
    padding-bottom: 20px;
    height: 430px;
}
.major-introduce .page-content .intro {
    width: 292px;
}
.major-introduce .intro .title {
    width: 181px;
    line-height: 50px;
    font-size: 22px;
    margin: 0 auto;
    border-radius: 3em;
    border: 1px solid #2e52a0;
    text-align: center;
    color: #2e52a0;
    cursor: pointer;
}

.major-introduce .intro .title:hover {
    background: #2e52a0;
    color: #fff;
}

.major-introduce .intro .intro-pic {
    text-align: center;
    margin: 20px 0 10px;
}
.major-introduce .intro .intro-text {
    font-size: 18px;
    color: #333;	width:240px;	margin:0 auto;
}
.mrg-5 {
    margin-right: 10px;
}
.consult-bar button{
      width: 440px;
    text-align: center;
    background: #0d3f98;
    color: #fff;
    margin: 0 auto;
    font-size: 28px;
    border-radius: 1em;
    padding: 5px 0;
    cursor: pointer;
    border: none;
}
.consult-bar{
    text-align: center;
    clear: both;
    margin-top: 90px;
}
/*.consult-bar {
    width: 440px;
    text-align: center;
    background: #0d3f98;
    color: #fff;
    margin: 0 auto;
    font-size: 28px;
    border-radius: 1em;
    padding: 5px 0;
    cursor: pointer;
}*/
.major-course {
    margin-top: 50px;
    padding-bottom: 30px;
}
.major-bac{	background:url(../images/gd_bac.jpg)  no-repeat top center  #2462b9;}
.major-course .page-content .course-list {
    margin-bottom: 20px;
}
.major-course .guide-read {
    font-size: 20px;
    color: #333;
    background: #fee898;
    padding: 20px 15px;
}
.major-course .course-pic {
    width: 900px;
    margin: 0 auto;
    margin-bottom: 60px;
}
.margin2 {
    margin: 0 25px;
}
.school-enviroment {
    margin-top: 50px;
    padding-bottom: 50px;
}

.school-enviroment .enviroment-pic {
    margin-bottom: 30px;
}
.margin3 {
    margin: 0 60px;
}
.job-support {
    margin-top: 80px;
    padding-bottom: 40px;
}
.job-support .support-list .mr-104{
    margin-right: 103px;
}
.job-support .support-list img:hover {
    transform:translateY(-20px);
}
.form-section {
    background: #0d3f98;
    padding: 50px 0;
}
.form-section header {
    text-align: center;	border:none;
}
.form-section header h3 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;	
}.form-section header h3:after{border:none;}
.form-section header p {
    font-size: 25px;
    color: #fff;
}
.form-section .name-input {
    width: 580px;
    margin: 0 auto;
    background-color: #fff;
    font-size: 22px;
    box-sizing: border-box;
    padding-left: 20px;
    margin-bottom: 20px;
    border-radius: 2em;
}
.form-section .name-input label {
    font-size: 22px;
}
.form-section .name-input input{
    width: 80%;
    line-height: 55px;
    font-size: 22px;
    border: none;
}
.form-section .submit-button {
    display:block;
    width: 580px;
    margin: 0 auto;
    background-color: #dc3131;
    border: none;
    font-size: 24px;
    padding: 10px 0;
    border-radius: 2em;
    color: #fff;
    cursor: pointer;
}

#k_s_ol_floatWin {
    left: 1262px!important;
}

.tabs-section {
    width: 1200px;	 margin: 0 auto;	 padding:40px 0;
}
.tabs-section .tab-container {
    width: 550px;
    margin: 0 auto 40px;

}

.tab-container .tab-select {
    background: #fff;
    color: #424141;
    width: 250px;
    box-sizing: border-box;
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
    border: 2px solid #d51c20;
    cursor: pointer;

}
.content-container .content {
    width: 1200px;
    /* position: absolute; */
    display: none;
    background: #fff;
}
.content-container .content img {
    background:none;
}
.content-container .current {
    display: block;
}.current{cursor: pointer;}
.tab-container .active {
    background: #d51c20;
    color: #fff;
}
.margin-1 {
    margin-right: 50px;
}