body {
    background: #ffffff;
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
    "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
}
.hand {
    cursor: pointer;
}
.main_container {
    width: 1150px;
    height: 400px;
    margin: 0 auto;
}
.header_top .top_section {
    display: flex;
    height: 68px;
    align-items: center;
}
.header_top .logo {
    width: 145px;
    height: 40px;
}
.top_section .nav_link {
    display: flex;
    font-size: 16px;
    margin-left: 50px;
    color: #333;

}
.top_section .nav_link li {
    margin-right: 18px;
    font-weight: 600;
}
.nav_link li.active {
    color: #f74a11;
}
.nav_link li.active::after {
    background: linear-gradient(270deg, #ff8e72 0%, #f7490f 100%);
    border-radius: 2px;
    content: " ";
    width: 100%;
    height: 4px;
    display: block;
    margin-top: 5px;
}
.top_section .right-logo {
    width: 282px;
    font-size: 14px;
    background-color: #fff4f0;
    margin-left: auto;
    display: flex;
    padding: 8px 15px;
    box-sizing: border-box;
}
.right-logo .right_tip {
    margin-right: 15px;
    font-weight: 600;
}
.right-logo .get_btn {
    width: 74px;
    height: 32px;
    background: linear-gradient(270deg, #f83008 0%, #ff6c2a 100%);
    border-radius: 18px;
    color: #fff;
    flex-shrink: 0;
    text-align: center;
    line-height: 32px;
}
.bannar_container {
    width: 100%;
    height: 444px;
    background: url("../image/banner-bg@2x.png") no-repeat center center;
    background-size: 100% 100%;
    color: #fff;
}
/**
* bannar
*/
.bannar_container .main_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.bannar_container .title {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bannar_container .title h2 {
    font-size: 64px;
    font-weight: bold;

}
.bannar_container .title h3 {
    font-size: 56px;
    font-weight: bold;
}
.bannar_container .title .content_box {
    width: 448px;
    box-sizing: border-box;
    height: 78px;
    border: 1px solid #ffffff;
    text-align: center;
    padding: 6px 54px;
    font-size: 23px;
    line-height: 32px;
    margin-top: 10px;
}
.bannar_container .title_btn {
    width: 420px;
    margin-top: 34px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    background: linear-gradient(270deg, #436aef 0%, #7abbff 100%);
    box-shadow: 0px 0px 15px 0px #30212e;
    border-radius: 6px;
    font-size: 28px;
    text-align: center;
}
.bannar_container .bannar_course {
    background-color: #fff;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #464646;
}
.bannar_course h2 {
    font-weight: bold;
    font-size: 32px;
}
.bannar_course h2 em {
    color: #f74a11;
}
.bannar_course > span {
    margin-top: 14px;
    font-size: 15px;
}
.bannar_course .time_box {
    display: flex;
    font-size: 30px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 22px;
}
.bannar_course .time_box .time_item {
    background-color: #fff2ed;
    padding: 2px 4px;
    border-radius: 4px;
}
.bannar_course .time_box em {
    padding: 0 6px;
    color: #666666;
}
.bannar_course .get_phone_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.get_phone_box .mobile_num {
    width: 250px;
    height: 44px;
    background: #f0f0f0;
    border-radius: 8px;
    border: none;
    box-sizing: border-box;
    padding: 0 20px;
    outline: none;
    color: #666666;
}
.get_phone_box .submitBtn {
    width: 250px;
    line-height: 44px;
    background: linear-gradient(270deg, #f82d07 0%, #ff6e2b 100%);
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-top: 8px;
}

/**
报考入口
*/
.section_entry {
    width: 100%;
    background: #f0f0f0;
    padding-top: 100px;
    padding-bottom: 0px;
}
.section_entry .entry_list {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
}
.section_entry .entry_list .col-entry {
    display: flex;
    align-items: center;
    width: 272px;
    height: 120px;
    padding-left: 26px;
    box-sizing: border-box;
    background: url("../image/pic01_kapian@2x.png") no-repeat center center;
    background-size: 100% 100%;
}
.entry_list .col-entry img {
    width: 60px;
    height: 60px;
    flex-shrink: 1;
    margin-right: 18px;
}
.entry_list .col-entry div {
    font-size: 14px;
    color: #555;
    text-transform: uppercase;
}
.entry_list .col-entry div > h4 {
    font-size: 30px;
    color: #333;
    font-weight: bold;
}

/**
 查询
*/
.section_search {
    width: 100%;
    padding-bottom: 60px;
}
.section_search h3 {
    text-align: center;
    font-size: 36px;
    margin-top: 60px;
    margin-bottom: 50px;
    font-weight: bold;
}
.section_search h3 em {
    color: #f9380d;
}
.section_search .content_box {
    display: flex;
    /* align-items: flex-end; */
}
.section_search .left_content .info_guide {
    width: 350px;
    background-color: #ffe9e5;
    padding: 20px 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.section_search .content_box .title {
    color: #322c2c;
    font-size: 26px;
    font-weight: bold;
}
.section_search .content_box .title.active {
    color: #f9380d;
}
.section_search .info_guide ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: 20px;
}
.section_search .info_guide li {
    width: 98px;
    color: #666666;
    background-color: #ffffff;
    text-align: center;
    line-height: 36px;
    margin-bottom: 10px;
    border-radius: 4px;
}
.section_search .info_guide li:nth-child(3n + 1):nth-last-child(-n + 3),
.section_search .info_guide li:nth-child(3n + 1):nth-last-child(-n + 3) ~ li {
    margin-bottom: 5px;
}
.section_search .area_address {
    display: flex;
    flex-wrap: wrap;
    width: 350px;
    margin-top: 20px;
}
.section_search .area_address li {
    width: 80px;
    height: 40px;
    line-height: 40px;
    background-color: #f4f4f4;
    text-align: center;
    margin-right: 10px;
    justify-content: space-between;
    margin-bottom: 8px;
}
.section_search .area_address li:nth-child(4n) {
    margin-right: 0;
}
.section_search .address_more {
    background-color: #f4f4f4;
    width: 350px;
    line-height: 40px;
    text-align: center;
}
.section_search .center_content {
    padding: 0 20px;
    flex-grow: 1;
}
.section_search .center_content .title {
    margin-bottom: 20px;
    line-height: 26px;
    height: 26px;
}
.section_search .center_content ul {
    margin-bottom: 28px;
}
.section_search .center_content ul:last-child {
    margin-bottom: 0;
}
.section_search .center_content li {
    color: #666666;
    font-size: 16px;
    line-height: 36px;
    border-bottom: 1px dashed #eee;
    display: flex;
    justify-content: space-between;
}
.section_search .center_content li:last-child {
    border: none;
}
.section_search .center_content .detail {
    color: #f8340b;
    font-size: 16px;
    flex-shrink: 0;
}
.section_search .center_content .link_title {
    vertical-align: middle;
}
.section_search .center_content .link_title:before {
    content: " ";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("../image/title_icon.png") no-repeat center center;
    background-size: 100% 100%;
    margin-right: 8px;
    vertical-align: middle;
}
.section_search .center_content .time {
    font-size: 14px;
    color: #999999;
}
.section_search .right_content {
    width: 332px;
    background-color: #f1593b;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-left: auto;
}
.section_search .right_content .form_title {
    font-size: 26px;
    padding: 20px 68px 10px 68px;
    font-weight: bold;
    text-align: center;
}
.section_search .form_content {
    padding: 10px 20px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}
.section_search .form_content::before {
    width: 100%;
    height: 40px;
    content: " ";
    position: absolute;
    left: 0;
    top: 0px;
    background: linear-gradient(180deg, #eb3a17 0%, #f1593b 100%);
    z-index: 0;
}
.section_search .form_content ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
    margin-bottom: 22px;
}
.section_search .form_content .item_label {
    font-size: 20px;
    position: relative;
    z-index: 2;
}
.section_search .item_label em {
    font-size: 16px;
}
.section_search .form_content ul li {
    font-size: 15px;
    min-width: 46%;
    vertical-align: middle;
    margin-bottom: 8px;
}
.section_search .form_content ul li input {
    width: 16px;
    height: 16px;
    border: none;
    margin-right: 2px;
    vertical-align: middle;
}
.section_search .form_content ul li input[type="radio"]:checked {
    padding: 2px;
    background-color: red;
    background-clip: content-box;
}
.section_search .form_content .submit_phone_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section_search .submit_phone_box input {
    width: 100%;
    height: 42px;
    line-height: 42px;
    border-radius: 6px;
    border: none;
    outline: none;
    padding-left: 20px;
    box-sizing: border-box;
    color: #999;
}
.section_search .submitBtn {
    width: 100%;
    background-color: #fac00b;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 8px;
    margin-top: 10px;
    font-size: 22px;
}

/**证书**/
.section_certificate {
    width: 100%;
    height: 750px;
    background: url("../image/pic03_bg@2x.png") no-repeat center center;
    background-size: 100% 100%;
    padding: 60px 0;
    box-sizing: border-box;
}
.section_certificate .diff_cert {

}

.section_certificate .diff_cert > div {
    width:1180px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(218, 218, 218, 0.74);
    border-radius: 20px;
    padding: 50px 0 50px 101px;
    box-sizing: border-box;
    padding-bottom: 45px;       
}
.section_certificate .diff_cert p {
    color: #333;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom:30px;
    height: 28px;
    font-weight: 600;
}
.section_certificate .diff_cert>span {
    color: #3d3d3d;
    font-size: 14px;
    margin-bottom: 10px;
}
.section_certificate .diff_cert .unit {
    margin-bottom: 20px;
    font-size: 18px;
}
.section_certificate .diff_cert img {
    width: 507px;
    height: 359px;
}
.basic_title{
    text-align: center;
    margin-bottom: 40px;
}
.basic_title span{
    font-size: 32px;    
    font-weight: bold;
    color:#424242;
}
.basic_title span.active{
    color: #ED5932;

}
.basic_img{
    float: left;
    margin-right: 49px;
    
}
.bacic_desc{
    float:left;
}
.bacic_desc>span{
    display: block;
}
.basic_class:after{
      content:"";			
    height:0;				
    line-height:0;		
    display:block;		
    visibility:hidden;		
    clear:both;		
}
.section_certificate .diff_cert h4 {
    color: #ed5932;
    font-size: 32px;
    padding: 40px 7px 16px 9px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 500;
}
.section_certificate .diff_cert .refine_class h4 {
    color: #446cf0;
}
.section_certificate .diff_cert .learn_btn {
    width: 350px;
    height: 60px;
    background: #ed5932;
    box-shadow: 0px 0px 10px 0px rgba(237, 89, 50, 0.38);
    border-radius: 6px;
    border: none;
    color: #fff;
    font-size: 26px;
    
    line-height: 60px;
    margin-top: 68px;
    outline: none;
}
.section_certificate .diff_cert .refine_class .learn_btn {
    background: #446cf0;
    box-shadow: 0px 0px 10px 0px rgba(68, 108, 240, 0.3);
}

/** ------------*/
.section_reason {
    width: 100%;
    height: 804px;
    background: url(../image/pic03_bg@2x.png) no-repeat center center;
    background-size: 100% 100%;
    padding-top: 60px;
    box-sizing: border-box;
}
.section_reason h4 {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 40px;
}
.section_reason h4 em {
    color: #ed5932;
}
.section_reason .reason_panel {
    display: flex;
    justify-content: space-between;
}
.section_reason .reason_panel .reason_item {
    background-color: #fff;
    padding: 30px 20px;
    box-sizing: border-box;
    color: #ed5932;
    font-size: 17px;
    box-shadow: 0px 0px 20px 0px rgba(204, 204, 204, 0.8);
    border-radius: 16px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.section_reason .reason_panel .reason_item:last-child {
    margin-right: 0px;
}
.section_reason .reason_item .item_title {
    color: #fff;
    width: 330px;
    height: 100px;
    background: url(../image/pic03_bg@2x.png) no-repeat center center;
    background-size: 100% 100%;
    font-size: 30px;
    line-height: 100px;
    text-align: center;
    margin-bottom: 30px;
}
.section_reason .reason_item >p{
    margin-bottom: 10px;
}
.section_reason .reason_item ul {
    display: flex;
    flex-wrap: wrap;
}
.section_reason .reason_item li {
    height: 40px;
    line-height: 40px;
    background-color: #ffe7e0;
    text-align: center;
    border-radius: 40px;
    padding: 0 17px;
    margin-bottom: 10px;
    margin-right: 8px;
    min-width: 102px;
    box-sizing: border-box;
}
.section_reason .reason_item li:nth-child(3n) {
    margin-right: 0px;
}
.section_reason .reason_tip {
    font-size: 16px;
    color: #767676;
    padding: 40px 50px;
    box-sizing: border-box;
}
.section_reason .reason_tip > span {
    display: flex;
    margin-bottom: 20px;
    vertical-align: middle;
}
.section_reason .reason_tip span em {
    display: inline-block;
    color: #3b62e3;
    font-size: 10px;
    transform: scale(0.7);
    vertical-align: middle;
    margin-right: 8px;
}
.section_reason .service_btn {
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    line-height: 70px;
    background: #ed5932;
    box-shadow: 0px 0px 14px 0px rgba(237, 89, 50, 0.52);
    border-radius: 12px;
    width: 377px;
    height: 70px;
    text-align: center;
    margin: 0 auto;
}

/**--------------*/
.section_course {
    width: 100%;
    height: 974px;
    background: url(../image/pic05_bg@2x.png) no-repeat center center;
    background-size: 100% 100%;
    padding-top: 197px;
    box-sizing: border-box;
}
.section_course .main_container {
    position: relative;
}
.section_course h4 {
    font-size: 36px;
    color: #333;
    font-weight: bold;
    text-align: center;
}
.section_course h4.orange {
    color: #ed5932;
    margin-bottom: 40px;
    
}
.section_course ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section_course .course_item {
    width: 270px;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(237, 89, 50, 0.2);
    border-radius: 0px 0px 10px 10px;
    color: #84736e;
    font-size: 18px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section_course .course_item .course_title {
    height: 68px;
    width: 100%;
    background: #ed5932;
    box-shadow: 0px 0px 10px 0px rgba(237, 89, 50, 0.2);
    border-radius: 10px 10px 0px 0px;
    color: #fff;
    font-size: 26px;
    text-align: center;
    line-height: 68px;
}
.section_course .course_item p {
    padding: 20px;
    box-sizing: border-box;
    line-height: 30px;
}
.check_btn {
    text-align: center;
    line-height: 54px;
    width: 162px;
    height: 54px;
    background: #ffe4df;
    box-shadow: 0px 0px 10px 0px rgba(237, 89, 50, 0.2);
    border-radius: 27px;
    color: #fd6123;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-weight: bold;
    margin-top: auto;
}
.section_course .course_item .check_btn {
    text-align: center;
    line-height: 54px;
    width: 162px;
    height: 54px;
    background: #ffe4df;
    box-shadow: 0px 0px 10px 0px rgba(237, 89, 50, 0.2);
    border-radius: 27px;
    color: #fd6123;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-weight: bold;
    margin-top: auto;
}
.section_course .course_join {
    width: 100%;
    background: #ffffff;
    border-radius: 20px;
    padding-top: 40px;
    box-sizing: border-box;
    position: absolute;
    bottom: -110px;
}
.section_course .course_join .course_form {
    display: flex;
    padding: 30px 50px 40px 50px;
    box-sizing: border-box;
}
.section_course .province,
.section_course .city {
    position: relative;
}
.section_course .course_form select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 242px;
    background: #f5f5f5;
    border: none;
    height: 62px;
    line-height: 62px;
    font-size: 20px;
    color: #666666;
    padding-left: 20px;
    margin-right: 20px;
    border-radius: 6px;
    outline: none;
    box-sizing: border-box;
}
.section_course .course_form select option {
    line-height: 30px;
    padding: 10px 0;
    height: 40px;
}
.Triangle {
    position: absolute;
    right: 40px;
    top: 28px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top: 10px solid #cccccc;
    border-radius: 0px 0px 0px 30px;
}
.section_course .mobile input {
    background: #f5f5f5;
    border: none;
    height: 62px;
    line-height: 62px;
    font-size: 20px;
    color: #666666;
    padding-left: 20px;
    border-radius: 6px;
    width: 322px;
    outline: none;
}
.section_course .mobile_submit {
    background-color: #ed5932;
    text-align: center;
    line-height: 62px;
    margin-left: 15px;
    color: #fff;
    border-radius: 12px;
    font-size: 22px;
    font-weight: bold;
    padding: 0px 38px;
    box-sizing: border-box;
}
.footer_section {
    width: 100%;
    height: 464px;
    background: url(../image/bg@2x.png) no-repeat center center;
    background-size: 100% 100%;
    color: #fff;
    padding-top: 50px;
    box-sizing: border-box;
}
.footer_section .main_container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer_section .footer_title {
    font-size: 34px;
    color: #fffbf9;
    font-weight: bold;
    margin-bottom: 30px;
}
.footer_section .tip {
    font-weight: bold;
    font-size: 24px;
    color: #ffe4db;
    margin-bottom: 26px;
}
.footer_section .tip .tip_icon {
    display: inline-block;
    text-align: center;
    width: 175px;
    height: 65px;
    color: #fff;
    padding-top: 8px;
    box-sizing: border-box;
    background: url(../image/pic06_title_bg@2x.png) no-repeat center center;
    background-size: 100% 100%;
}
.footer_section .open_join {
    width: 420px;
    height: 60px;
    background: linear-gradient(270deg, #436aef 0%, #7abbff 100%);
    box-shadow: 0px 0px 15px 0px rgba(48, 33, 46, 0.16);
    border-radius: 6px;
    text-align: center;
    line-height: 60px;
    font-size: 28px;
    font-weight: bold;
}

footer {
    background-color: #252527;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 58px;
}
.nav_L-box{
	width: 127px;
	height: 441px;
	background-image: url(../image/nav_l@2x.png);
	background-size: 100% 100%;
	position: fixed;
	top: 15%;
	left: 0.6771vw;
	
	
}
.nav_L-box .title{
	text-align: center;
	margin-top: 4.6875vw;
	color: #fff;
}
.nav_L-box ul{
	margin-top: 93px;
}
.nav_L-box ul li{
	width: 140px;
	margin-left: -6%;
	text-align: center;
	padding-bottom: 5px;
	color: #333;
	font-size: 14px;
}
.nav_L-box ul li:nth-child(1){
	color: #2E7FE0;
	font-weight: bold;
}
.nav_L-box ul li p{
	border: 2px solid #2E7FE0;
	border-radius: 10px;
	background-color: #fff;
	padding: 10px 13px;
	line-height: 14px;
	white-space: nowrap;
	transition: all 0.4s;
	cursor: pointer;
}
.nav_L-box ul li p:hover{
	transition: all 0.4s;
	transform: scale(1.1);
}


.nav_R-box{
	/* width: 8.3333vw; */
	width: 160px;
	height: 356px;
	/* height: 18.5417vw; */
	background-image: url(../image/nav_r@2x.png);
	background-size: 100% 100%;
	position: fixed;
	top: 22%;
	right: 0;
	
}
.nav_R-box #form1{
	margin-top: 133px;
	text-align: center;
}
.nav_R-box #form1 #info_edu,.nav_R-box #form1 #info_major{
	outline: none;
	appearance:none;
   -moz-appearance:none;
   -webkit-appearance:none;
   background: url(../image/pic03_bg@2x.png) no-repeat scroll right center #fff;
}
.nav_R-box #form1 dl{
	text-align: center;
	margin-bottom: 22px;

}
.nav_R-box #form1 dd{
	margin-bottom: 13px;
}
.nav_R-box #form1 dd input,.nav_R-box #form1 dd select{
	width: 93px;
	height: 24px;
	border: 1px solid #FA7C78;
}
.nav_R-box #form1 dd span{
	font-size: 14px;
	color: #0351B6;
	font-weight: bold;
}
.nav_R-box #form1 #submit01{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 7px 23px;
	background: linear-gradient(270deg, #2E7FE0 0%, #2E7FE0 100%);
	border-radius: 4px;
	cursor: pointer;
}
