@charset "gb2312";
/* CSS Document */
body{
    font-size: 16px;
    line-height: 24px;
    font-family: 'Microsoft YaHei', '\5FAE \8F6F \96C5\91';
    color:#444;
}

/*header begin*/
.header{
    width: 100%;
    position: relative;
}
.banner{
    width: 100%;
    height: 580px;
    background: url("../images/banner_bg.jpg") no-repeat top center;
}
.banner_cnt{
    width: 1200px;
    margin: 0 auto;
}
.banner_btn{
    width: 55.5%;
    margin-left: 30%;
}
.banner_cnt .img2{
    margin-bottom: 30px;
}
.banner_btn>a,.banner_btn span{
    width: 30%;
    height: 46px;
    font-size: 24px;
    line-height: 46px;
    color: #000;
    margin: 0 5%;
    display: block;
    float: left;
    background-color: #ffff00;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.banner_btn span{
    font-size: 20px;
}
.banner_btn span a{
    color: #000;
}
.banner_btn span i{
    padding: 2px 15px;
    margin-right: 10px;
    background: url("../images/banner_btn_tel.png") no-repeat center center;
}
.nav{
    width: 100%;
    position: absolute;
    top:0;
    background:rgba(0,0,0,0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#b2000000,endcolorstr=#b2000000)
}
.nav_cnt{
    width: 1200px;
    height: 60px;
    margin: 0 auto;
}
.nav_l{
    width: 28.75%;
    padding-top:12px;
}
.nav_l h1{
    font-size: 18px;
    line-height: 36px;
    color: #FFF;
    margin-left: 15px;
}
.nav_l h1 a{
    color: #FFF;
}
.nav_r{
    width: 71.25%;
    line-height: 60px;
}
.nav_r a{
    display: block;
    width: 10%;
    padding: 0 2%;
    float: left;
    color: #FFF;
    text-align: center;
}
.nav_r a:hover{
    color: #000;
    background-color:#ffff00;
}
/*lead begin*/
.lead{
    width: 1200px;
    margin: 0 auto 2.5%;
    background-color: #f5f5f5;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.lead .lead_img{
    width:14.3333333% ;
    background-color: #d33f20;
}
.lead p{
    width: 80.666666%;
    padding: 15px 2.5%;
    font-size: 16px;
    line-height: 30px;
    display: block;

}
/*lead end*/
/*header end*/
.breadcrumbs{
    width: 1200px;
    margin: 0 auto 10px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main{
    width: 100%;
    padding: 50px 0;
    margin-bottom: 50px;
}
.main .main_title h2,.main .main_title span{
    width: 86%;
}
.main .main_title h2{
    padding-top: 20px;
    line-height: 50px;
    padding-left: 14%;
    color: #444444;
}
.main .main_title span{
    width: 18%;
    font-size: 24px;
    font-weight: normal;
    line-height: 50px;
    padding-left: 3%;
    color: #e3d067;
    background: url("../images/tit_phone.png") no-repeat left center ;
}
.main .main_title span a{
    color: #e3d067;
}
/*main01 begin*/
.main01{
    width:1200px;
    margin: 0 auto 50px;
    padding: 0;
    background: url("../images/main01_r.png") no-repeat right bottom;
}
.main_title{
    margin-bottom:3%;
}
.main01 .main_title h2{
    background:url("../images/main_tit01.png") no-repeat left bottom;
}
.main01 .main_cnt{
    padding: 0 15%;
    background:url("../images/main01_l.png") no-repeat left bottom;
}
.main01 .main_cnt .main_cnt_l,.main01 .main_cnt .main_cnt_r{
    width: 48%;
    float: left;
    margin-left:2%;
}
.main01 .main_cnt .main_cnt_l{
    margin-right: 2%;
    margin-left: 0%;
}
.main01 .main_cnt h3{
    font-size: 24px;
    font-weight: normal;
    background-color: #d33f20;
    color: #FFF;
    text-align: center;
    line-height: 56px;
    height: 56px;
    position: relative;
}
.main_cnt .main_list{
    background-color: #f5f5f5;
    padding: 4%;
}
.main_cnt .main_list dl{
    margin-bottom: 4%;
}
.main_cnt .main_list dt{
    font-size: 16px;
    background: url("../images/dt_bg.jpg") no-repeat left center;
    padding-left: 15px;
    margin-bottom: 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main_cnt .main_list dd a{
    display: block;
    text-align: right;
    color: #ee4f49;
}
.main01 .main_cnt_l h3:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 25px solid #d33f20;
    border-bottom:0px solid transparent;
    position: absolute;
    left: -25px;
    top: 32%;
}
.main01 .main_cnt_r h3:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 25px solid #d33f20;
    border-bottom:0px solid transparent;
    position: absolute;
    right: -25px;
    top: 32%;
}
/*main01 end*/
.main .main_box{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
/*main02 begin*/
.main02{
    background: url("../images/main02_bg.jpg") no-repeat center center;
    background-size: cover;
}
.main02 .main_title h2{
    background:url("../images/main_tit02.png") no-repeat left bottom;
}
.main02 .main_title span,.main04 .main_title span,.main06 .main_title span{
    width: 18%;
    font-size: 24px;
    font-weight: normal;
    line-height: 50px;
    padding-left: 3%;
    color: #FFF;
    background: url("../images/tit_phone_FFF.png") no-repeat left center ;
}
.main02 .main_title span a, .main04 .main_title span a, .main06 .main_title span a{
    color: #FFF;
}
.main02 .main_cnt{
    padding-left: 25%;
    padding-top:5%;
}
.main02 .main_cnt ul{
    width: 43.888888%;
    float: left;
    padding:0% 4% 0% 0;
    margin-bottom:2.5%;
}
.main02 .main_cnt .main_cnt_l{
    margin-right: 4%;
    border-right: 1px dashed #FFF;
}
.main02 .main_cnt ul li{
    color: #FFF;
    margin-bottom: 8%;
}
.main02 .main_cnt ul li.li_last{
    margin-bottom: 0;
}
.main02 .main_cnt ul li span{
    font-size: 20px;
    line-height: 24px;
    display: block;
    margin-bottom: 4%;
}
.main02 .main_cnt ul li{
    padding-left: 23px;
    background: url("../images/main02_icon.png") no-repeat left top 5px;
}
.main02 .main_cnt ul li p{
    font-size: 14px;
    line-height:24px;

}
.main02 .main_cnt ul li p b{
    color: #ffaf00;
}
.main02 .main_btn{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom:2.5%;
}
.main02 .main_btn a{
    width: 20%;
    height: 44px;
    line-height: 44px;
    color: #FFF;
    display: block;
    background-color:#ffaf00 ;
    -moz-border-radius: 3px;
    -webkit-border-radius:3px ;
    border-radius:3px;
    margin-left: 30%;
}
/*main02 end*/
/*main03 begin*/
.main03{
    width:1200px;
    margin: 0 auto 50px;
    padding: 0;
}

.main03 .main_title h2{
    background:url("../images/main_tit03.png") no-repeat left bottom;
}
.main03 .main_cnt{
    padding-top: 50px;
}
.main03 .main_cnt dl{
    width: 16%;
    padding:3.5% 2% 4%;
    float: left;
    position: relative;
    background-color: #f5f5f5;
    color: #333333;
    margin-bottom: 3%;
}
.main03 .main_cnt dl dt{
    width: 34%;
    position: absolute;
    top: -15%;
    left: 33%;
    text-align: center;
}
.main03 .main_cnt dl dd span{
    font-size: 20px;
    margin-bottom: 8%;
    display: block;
    text-align: center;
    position: relative;
}
.main03 .main_cnt dl dd span:after{
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: #d33f20;
    position: absolute;
    bottom: -6px;
    left:25%;
}
.main03 .main_cnt dl dd p{
    color: #999;
    font-size: 12px;
    line-height: 24px;
    height: 120px;
}
.main03 .main_cnt .dl2,.main03 .main_cnt .dl4{
    background-color: #d33f20;
    color: #FFF;
}
.main03 .main_cnt .dl2 dd p,.main03 .main_cnt .dl4 dd p{
    color: #FFF;
}
.main03 .main_cnt .dl2 dd span:after,.main03 .main_cnt .dl4 dd span:after{
    background-color: #ffaf00;
}
.main03 .main_btn{
    width: 40%;
    margin: 0 30%;
    float: left;
    height: auto;
}
.main03 .main_btn a{
    width: 40%;
    height: 44px;
    line-height: 44px;
    color: #000;
    margin: 0 5%;
    display: block;
    float: left;
    background-color: #ffff00;
    text-align: center;
    -moz-border-radius:3px ;
    -webkit-border-radius:3px ;
    border-radius:3px;
}
.main03 .main_btn a.a1{
    background-color: #ffff00;
}
.main03 .main_cnt dl dt  img{
    transition:all 1s ease-in-out;
    -webkit-transition:all 1s ease-in-out;
    -moz-transition:all 1s ease-in-auto;
    -ms-transition:all 1s ease-in-out;
    -o-transition:all 1s ease-in-out;
}
.main03 .main_cnt dl:hover dt  img{
    transform: rotate(360deg);
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}
/*main03 end*/

/*main04 begin*/
.main04{
    background: url("../images/main04_bg.jpg") no-repeat center center;
    background-size: cover;
}
.main04 .main_title h2{
    color: #FFF;
    background:url("../images/main_tit04.png") no-repeat left bottom;
}
.recommended_cnt{
    float: left;
    width: 18%;
    margin: 0 1% 3%;
}
.recommended_tit{
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    padding:15% 0;
    background: url("../images/main04_01_bg.jpg") no-repeat center center;
    background-size: 100% 100%;
}
.main04 .recommended_cnt .tit2{
    background: url("../images/main04_02_bg.jpg") no-repeat center center;
    background-size: 100% 100%;
}
.main04 .recommended_cnt .tit3{
    background: url("../images/main04_03_bg.jpg") no-repeat center center;
    background-size: 100% 100%;
}
.main04 .recommended_cnt .tit4{
    background: url("../images/main04_04_bg.jpg") no-repeat center center;
    background-size: 100% 100%;
}
.main04 .recommended_cnt .tit5{
    background: url("../images/main04_05_bg.jpg") no-repeat center center;
    background-size: 100% 100%;
}
.main04 .recommended_cnt:hover .recommended_tit{
    background-size:120% 120%;
    animation: myFirst  1s linear 1 ;
}
@keyframes myFirst {
    0%{background-size: 100% 100%;
    }
    100%{background-size: 120% 120%;
    }
}
.recommended_cnt ul{
    padding: 8%;
    background-color: #FFF;
}
.recommended_cnt ul li{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5%;
}
.recommended_cnt ul li span{
    font-size: 12px;
    float: right;
    color: #cccccc;
}
.recommended_cnt ul li em{
    font-size: 12px;
    font-style:normal;
    background-color: #bbbbbb;
    -moz-border-radius:50px ;
    -webkit-border-radius:50px ;
    border-radius:50px;
    padding: 0 5px;
    color: #FFF;
    text-align: center;
    margin-right: 10px;
}
.main04 .main_btn,.main05 .main_btn,.main07 .main_btn{
    width: 40%;
    margin: 0 30%;
    float: left;
    height: auto;
}
.main04 .main_btn a,.main05 .main_btn a,.main07 .main_btn a{
    width: 40%;
    height: 44px;
    line-height: 44px;
    color: #000;
    margin: 0 5%;
    display: block;
    float: left;
    background-color: #ffff00;
    text-align: center;
    -moz-border-radius:3px ;
    -webkit-border-radius:3px ;
    border-radius:3px;
}
.main04 .main_btn a.a1,.main05 .main_btn a.a1,.main07 .main_btn a.a1{
    background-color: #ee4f49;
	color: #fff;
}

/*main04 end*/
/*main05 begin*/
.main05{
    width:1200px;
    margin: 0 auto 50px;
    padding: 0;
}

.main05 .main_title h2{
    background:url("../images/main_tit05.png") no-repeat left bottom;
}

.main05 .main_cnt .curriculum-cnt .curriculum-cnt-tit li{
    width: 17.8%;
    margin: 0 1%;
    padding:1% 0;
    line-height: 30px;
    border:1px solid #cccccc;
    color: #d33f20;
    text-align: center;
    float: left;
    cursor: pointer;
}
.curriculum-cnt-tit{
    margin-bottom: 3%;
}
.main05 .main_cnt .curriculum-cnt .curriculum-cnt-tit li.hover{
    background-color: #d33f20;
    border-color: #d33f20;
    color: #FFF;
}
.main05 .main_cnt .curriculum-cnt{
    margin-bottom: 3%;
}
.curriculum-cnt-box{
    padding: 5% 4%;
    background: url("../images/dd-bg.png") no-repeat center center;
    background-size: contain;
    margin-bottom: 3%;
}
.curriculum-cnt-box dl dt,.curriculum-cnt-box dl dd{
    width: 36%;
    float: left;
}
.curriculum-cnt-box dl dd{
    width: 55%;
    margin-left: 4%;
    padding-top: 1%;
    color: #333;
}
.curriculum-cnt-box dl dd a {
    color: #FFF;
    padding: 1% 0% 1% 2%;
    font-size: 20px;
    background: url("../images/dd-title-bg.png") no-repeat left center;
    background-size: contain;
    line-height: 30px;
    display: block;
    margin-bottom: 2%;
}
.curriculum-cnt-box dl dd p{
    font-size: 16px;
    line-height: 30px;
}
.curriculum-cnt-box dl dd .p04{
    font-size: 16px;
    line-height: 30px;
    position: relative;
}


.main05 .curriculum-cnt .school_list .school_title {
    color: #FFF;
    padding: 1% 0 1% 2%;
    font-size: 20px;
    background: url("../images/dd-title-bg.png") no-repeat left center;
    background-size: contain;
    line-height: 30px;
    display: block;
    margin-bottom: 2%;
}
.school_list_cnt dl {
    float: left;
    width: 23%;
    margin: 0 1%;
    -webkit-box-shadow: 2px 4px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 4px 10px rgba(0,0,0,0.2);
    box-shadow: 2px 4px 10px rgba(0,0,0,0.2)
}
.school_list_cnt{
margin-bottom:20px;
}
.school_list_cnt dl dt img{
    width: 100%;
}
.school_list_cnt dl dd{
    padding: 4%;
}
.school_list_cnt dl dd span{
    font-size: 18px;
    color: #333;
    margin-bottom: 4%;
    display: block;
	text-align: center;
}
.school_list_cnt dl dd p a{
    font-size: 14px;
    line-height: 24px;
    height: 24px;
}
.school_list_cnt dl dd p a.a01{
    color: #666666;
    float: left;
}
.school_list_cnt dl dd p a.a01:hover{
    color: #fb9b00;
}
.school_list_cnt dl dd p a.a01 i{
    padding: 0 12px;
    background: url("../images/a01_icon.png") no-repeat center center;
    margin-right: 5px;
}
.school_list_cnt dl dd p a.a02{
    color: #fff;
    background-color: #d33f20;
    padding: 0 2%;
    float: right;
    -moz-border-radius:3px ;
    -webkit-border-radius:3px  ;
    border-radius:3px;
}
/*main05 end*/
/*main06 begin*/
.main06{
   background-color: #fd8f74;
}
.main06 .main_title h2{
    background:url("../images/main_tit06.png") no-repeat left bottom;
    color: #FFF;
}
.main06 .main_cnt{
  background: url("../images/xian.jpg") no-repeat top 10px right ;
}

.main06 .main_cnt dl{
    width: 16%;
    padding: 0 1% 2% 3%;
    float: left;
    position: relative;
}
.main06 .main_cnt dl dt{
    margin-bottom: 25%;
    height: 20px;
}
.main06 .main_cnt dl dt img{
    position: absolute;
    left: 0;
    top: 3px;;
}
.main06 .main_cnt dl dd span{
    font-size: 20px;
}
.main06 .main_cnt dl dd p{
    font-size: 14px;
    color: #fff;
    margin-bottom:10%;
}
.main06 .main_cnt dl dd p.tit{
    margin-bottom: 5%;
}
.main06 .main_cnt dl dd a{
    display: block;
    width: 70%;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    background-color: #FFF;
    color: #555555;
    -moz-border-radius: 3px;
    -webkit-border-radius:3px ;
    border-radius:3px;
}
.main06 .main_cnt dl:hover dd a{
    background-color: #ffff00;
    color: #000;
}
.main06 .main_cnt .dl1{
    background: url("../images/dl01_bg1.png") no-repeat left center;
}
.main06 .main_cnt .dl2{
    background: url("../images/dl02_bg1.png") no-repeat left center;
}
.main06 .main_cnt .dl3{
    background: url("../images/dl03_bg1.png") no-repeat left center;
}
.main06 .main_cnt .dl4{
    background: url("../images/dl04_bg1.png") no-repeat left center;
}
.main06 .main_cnt .dl5{
    background: url("../images/dl05_bg1.png") no-repeat left center;
}
.main06 .main_cnt .dl1:hover{
    background: url("../images/dl01_bg.png") no-repeat left center;
}
.main06 .main_cnt .dl2:hover{
    background: url("../images/dl02_bg.png") no-repeat left center;
}
.main06 .main_cnt .dl3:hover{
    background: url("../images/dl03_bg.png") no-repeat left center;
}
.main06 .main_cnt .dl4:hover{
    background: url("../images/dl04_bg.png") no-repeat left center;
}
.main06 .main_cnt .dl5:hover{
    background: url("../images/dl05_bg.png") no-repeat left center;
}
/*main06 end*/
/*main07 begin*/
.main07{
    width:1200px;
    margin: 0 auto 50px;
    padding: 0;
}
.main07 .main_title h2{
    background:url("../images/main_tit07.png") no-repeat left bottom;
}
.main07 .main_cnt .faq_cnt{
    border:6px solid #f5f5f5;
    padding: 1%;
    margin-bottom: 3%;
}
.main07 .main_cnt .faq_cnt .faq_list{
    float: left;
    width: 48%;
    margin: 0 1%;
}
.main07 .main_cnt .faq_cnt .faq_list dl a{
    font-size: 20px;
    line-height:40px;
}
.main07 .main_cnt .faq_cnt .faq_list dl dt{
    font-size: 20px;
    background:url("../images/ask.png") no-repeat left 2% center ;
    padding: 2% 9%;
}
.main07 .main_cnt .faq_cnt .faq_list dl dd{
    font-size: 14px;
    line-height: 24px;
    color: #999;
    background:url("../images/hd.png") no-repeat left 2% top 20% #f5f5f5;
    padding: 2% 9%;
}
.main07 .main_cnt .faq_cnt .faq_list dl dd p{
    line-height: 20px;
}
/*main07 end*/

.scrotop{
    width: 30px;
    height: 30px;
    line-height: 15px;
    padding:9px;
    background-color:#d33f20 ;
    font-size: 12px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    position: fixed;
    bottom:50px;
    display: none;
}

/*assess_form begin*/
.assess_form{
	position: fixed;
	width: 110px;
	padding: 10px;
	background-color: #FFF;
	-moz-border-radius:5px ;
	-webkit-border-radius: 5px ;
	border-radius:5px;
	z-index: 100;
	border: 1px solid #dedede;
}
.assess_form span{
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	color: #cc121e;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.assess_form li{
	text-align: center;
	margin-bottom: 10px;
}
.assess_form li span{
	display: block;
	width: 100%;
	font-size: 14px;
	color: #777777;
}
.assess_form> span i{
	padding: 11px;
	background: url(../images/assess_form.png) no-repeat center center;
	margin-right: 7px;
}
.assess_form>i{
	padding: 4px;
	background: url("../images/gb.png") no-repeat center center;
	position: absolute;
	top:5px;
	right: 5px;
	cursor: pointer;
}
.assess_form li input,.assess_form li select{
	width: 96%;
	padding-left: 2%;
	border:1px solid #cccccc;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	color: #777777;
}
.assess_form li select{
	width: 100%;
	padding-left: 0%;
}
.assess_form li.btn input{
	background-color: #cc121e;
	color: #FFF;
	font-size: 14px;
	border:1px solid #cc121e;
}
/*assess_form end*/

/*footer开始*/
#footer{ width:1200px; margin:30px auto; text-align:center; }
#footer table{ width:100% !important; font-size:14px;}

.copyright{ display:none; padding:1em 0em 1em; text-align:center;border-top:2px solid #d33f20; margin:1.5em 0 2em;}
.copyright p{ margin:0 0.3em 0.3em; font-size:12px;}
.copyright p a{ margin-right:5px;}

.last{ display:none;width:100%; height:40px; line-height:40px; background:#d33f20; position:fixed; z-index:99999; bottom:0px;}
.last ul li{color:#FFF; float:left; width:33%; height:40px; border-right:1px #d33f20 solid; background:#d33f20; text-align:center; display:block; overflow:hidden;}
.last ul li a { display:inline-block; height:40px; width:99.8%; color:#FFF; border-right:1px #d33f20 solid; text-align:center; }
.last ul li a span { font-size:14px; font-weight:600;color:#FFF}
/*footer end*/


/*快速通道 begin*/
.bg-box8 {
    width: 100%;
    background:#404141;
    background: url("../images/box8.jpg") no-repeat center center;
}
.td {
    padding: 30px 10px 0px 10px;
    width: 20px;
    line-height: 20px;
    color: #FFF;

    background: url(../images/bm2.png) no-repeat center top 5px rgba(35,178,161,0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ccd33f20,endcolorstr=#ccd33f20);
    height: 130px;
    z-index: 1;
    cursor: pointer;
    display: none;
    position: absolute;

}
.bg-last {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 2% 0;
}
.bmbd_cnt{
    width:70%;
    padding-top: 1%;
    padding-right: 4%;
    float: left;
}
.bmbd_cnt-tit{
    margin-bottom: 20px;
}
.bmbd_cnt h3 {
    font-size: 36px;
    width: 70%;
    line-height: 40px;
    color: #FFF;
    font-weight: normal;
}
.bg-box8 h3 span {
    color: #ffff00;
}
.bmbd_cnt ul {
    position: relative;
}
.bmbd_cnt li {
    width: 20%;
    color: #fff;
    height: 34px;
    margin-right: 1%;
    line-height: 34px;
    margin-bottom: 15px;
    float: left;
}
.bmbd_cnt li div {
    width: 90%;
    float: left;
    height: 34px;
    line-height: 34px;
    background:rgba(0,0,0,0); filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00000000,endcolorstr=#00000000)
}

.bmbd_cnt input {
    width: 98%;
    height: 32px;
    line-height: 32px;
    color: #FFF;
    padding-left: 10px;
    border:1px solid #ffffff;
    background: transparent;
}
.bmbd_cnt select {
    width: 98%;
    line-height: 37px;
    height: 37px;
    float: left;
    color: #FFF;
    padding-left: 10px;
    border:1px solid #ffffff;
    background: transparent;
}
.bmbd_cnt select option{
    color: #000;
}
.bmbd_cnt ul {
    position: relative;
}
.bmbd_cnt li.yuyue{
    width: 15%;
}
.yuyue input {
    width: 100%;
    height: 34px;
    line-height: 34px;
    color:#000;
    background-color: #ffff00;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    border:none;
}
.wx-box {
    float: right;
    width: 26%;
    padding-top: 1%;
}
.wx-box dl {
    float: left;
    width: 44%;
    margin: 0 3%;
}
.wx-box dt,.wx-box dd{
 	width: 70%;
    float: left;
}
.wx-box dd{
    text-align: center;
}
.wx-box dt{
    text-align: center;
    margin-bottom: 5%;
    -webkit-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.1);
}

.wx-titl{
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
.wx-box dd p{
    font-size: 12px;
    line-height: 24px;
    color: #FFF;
}
.close-btn {
    width: 21px;
    height: 21px;
    background: url(../images/gb.png) no-repeat center;
    top: -10px;
    right: 0px;
    z-index: 999;
    position: absolute;
    cursor: pointer;
}
/*快速通道 end*/

@media only screen and (max-width:1200px){
    .banner{
        height: auto;
        padding-bottom: 5%;
    }
    .nav_cnt,.lead,.breadcrumbs,.main01,.main03,.main05,.main07, .main .main_box,.bg-last{
        width: 1024px;
    }

    #footer{ width:100%; margin:30px auto;}

    .nav_r {
        width: 76.25%;
    }
    .nav_l {
        width: 23.75%;
    }
    .nav_r a {
        width: 14%;
        padding: 0px;
    }

    .banner_cnt{
        width: 100%;
    }
    .main .main_title span,.main02 .main_title span, .main04 .main_title span, .main06 .main_title span{
        width: 20%;
    }
    .main02 .main_cnt {
        padding-left: 15%;
    }
    .main02 .main_box img{
        left: -120px;
    }

    .main06 .main_cnt dl {
        width: 14%;
        padding: 0 2% 2% 4%;
        float: left;
    }
    .main07 .main_cnt .faq_cnt .faq_list dl dd,.main07 .main_cnt .faq_cnt .faq_list dl dt{
        padding: 2% 10%;
    }
    .bmbd_cnt h3{
        width: 100%;
    }
}

@media only screen and (max-width:1024px){

    .header{
        margin-bottom: 3%;
    }
    .main{
        padding: 5% 0;
        margin-bottom: 5%;
    }
    .main05,.main03,.main01,.main07{
        padding: 0;
    }

    .nav_cnt,.lead,.breadcrumbs,.main01,.main03,.main05,.main07, .main .main_box,.bg-last{
        width: 95%;
    }
    #r-service,.main .main_title span, .main02 .main_title span, .main04 .main_title span, .main06 .main_title span{
        display: none;
    }
    .main .main_title h2{
        width: auto;
        padding-left: 20%;
    }

}

@media only screen and (max-width:970px){
    .lead_cnt dt{
        width: 100%;
        border-right:none;
        margin-bottom: 2%;
        height: auto;
    }
    .lead_cnt dd{
        width: 96%;
        padding: 0 2%;
    }
   .banner{
       padding: 2% 0 5%;
       background: url("../images/banner_bg.jpg") no-repeat center center;
   }
    .banner_cnt,.main01,.main01 .main_cnt{
        background: none;
    }

    .banner_btn{
        width: 80%;
        margin: 0 10%;
    }

    .banner_btn a, .banner_btn span{
        font-size: 16px;
    }
    .banner_btn a{
        margin: 0 2% 0 18%;
    }
    .banner_btn span{
        margin: 0 18% 0 2%;
    }
    .banner_btn span i{
        background-size: contain;
    }
    .nav_l{
        display: none;
    }
    .nav_r{
        width: 100%;
    }
    .main04 .main_btn, .main05 .main_btn, .main07 .main_btn,.main03 .main_btn{
        width: 50%;
        margin: 0 25%;
    }

    .main01 .main_cnt {
        padding: 0 5%;
    }

    .main02 .main_cnt{
        padding-left:0%;
        background-color:#d33f20;
    }
    .main02 .main_cnt ul{
        width: 44.888888%;
        padding: 4% 2% 0% 2%;
    }
    .main02 .main_cnt .main_cnt_l {
        margin-right: 2%;
    }

    .main02 .main_box img{
        display: none;
    }
    .main02 .main_btn a{
        margin: 0 40%;
    }
    .main03 .main_cnt{
        padding-top: 0;
    }
    .main03 .main_cnt dl{
        width: 43%;
        margin: 0 1.5% 3%;
    }
    .main03 .main_cnt dl dt,.main06 .main_cnt dl dt{
        display: none;
    }
    .main03 .main_cnt dl dd span::after {
        left: 35%;
    }
    .recommended_cnt,.school_list_cnt dl{
        width: 47%;
        margin: 0 1.5% 3%;
    }
    .curriculum-cnt-box {
        padding: 5%;
        background: #f5f5f5;
    }
    .curriculum-cnt-box dl dd a {
        font-size: 18px;
    }
    .curriculum-cnt-box dl dd p,.curriculum-cnt-box dl dd .p04{
        font-size: 14px;
    }
    .main05 .curriculum-cnt .school_list .school_title{
        margin-bottom: 3%;
    }
    .main05 .main_cnt .curriculum-cnt .curriculum-cnt-tit li{
        width: 44.5%;
        margin: 0 2.5%;
    }
    .main06 .main_cnt dl {
        width: 40%;
        padding: 5% 4% 8% 6%;
        border-bottom: 1px dashed #FFF;
    }
    .main06 .main_cnt dl.dl5{
        border:none;
    }
    .main06 .main_cnt{
        background: none;
    }
    .main06 .main_cnt dl dd a{
        margin: 0 auto;
    }
    .main07 .main_cnt .faq_cnt .faq_list{
        width: 98%;
    }

    .bmbd_cnt{
        padding-right: 2%;
    }
    .wx-box{
        width: 28%;
    }
    .wx-box dl{
        width: 46%;
        margin: 0 2%;
    }
    .bmbd_cnt h3{
        font-size: 32px;
    }
    .bmbd_cnt li{
        width: 40%;
    }
    .bmbd_cnt .li4 div{
        width: 100%;
    }
    .bmbd_cnt select{
        width: 95%;
    }
    .bmbd_cnt li.yuyue {
        width: 18%;
        margin: 0;
        top: 14px;
        right: 0%;
        height: 40px;
        line-height: 40px;
        position: absolute;
    }
    .main07 .main_cnt .faq_cnt .faq_list dl dd, .main07 .main_cnt .faq_cnt .faq_list dl dt {
        padding: 2% 7%;
    }
    .main07 .main_cnt .faq_cnt .faq_list dl dd {
        background: url("../images/hd.png") no-repeat left 2% top 40% #f5f5f5;
    }
}
@media only screen and (max-width:767px){
    .lead {
        padding: 2% 0 4%;
        border: 1px dashed #dedede;
    }

    .lead .lead_img {
        width: 100%;
        text-align: center;
        background-color: #f5f5f5;
    }
    .lead_img span {
        font-size: 50px;
        line-height: 50px;
    }
    .lead p {
        height: auto;
        width: 96%;
        padding: 2% 2% 0 2%;
    }
    .main .main_title h2{
        width: 100%;
        font-size: 36px;
        padding: 0;
        text-align: center;
        background: none;
    }
    .main01 .main_cnt_l h3::after ,.main01 .main_cnt_r h3::after,.bg-box8 {
        display: none;
    }
    .main_cnt .main_list dt{
        font-size: 14px;
    }
    .main01 .main_cnt .main_cnt_l{
        margin-right: 0;
        margin-bottom: 5%;
    }
    .main01 .main_cnt .main_cnt_l, .main01 .main_cnt .main_cnt_r{
        width: 100%;
        margin-left: 0;

    }


    .main02 .main_cnt ul{
        width: 46%;
        padding: 0% 2% 0 2%;
        margin-bottom: 5%;
    }
    .main02 .main_cnt .main_cnt_l{
        margin-right: 0;
        border: none;
    }
    .main02 .main_cnt ul li {
        margin-bottom: 15%;
    }
    .main07 .main_cnt .faq_cnt .faq_list dl dd, .main07 .main_cnt .faq_cnt .faq_list dl dt {
        padding: 2% 9%;
    }
    #footer,#qiao-wrap,#QIAO_INVITE_CONTAINER,#QIAO_ICON_CONTAINER .qiao-icon-sector-inner{ display:none !important;}
    #QIAO_INVITE_CONTAINER{ width:0 !important; height:0 !important;}
    .copyright,.last{ display:block;}
}

   #qiao-wrap #qiao-icon-wrap {
   display:block!important;
   }
@media only screen and (max-width:680px){
    .lead p {
        font-size: 14px;
    }
    .nav_cnt{
        width: 100%;
    }
    .nav_r {
        padding: 5px 0;
        height: 60px;
    }
    .nav_r a {
        width: 25%;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        padding: 0;
    }
    .nav_r a:hover{
        background-color: #ffff00;
        color: #000;
    }
    .banner_cnt{
        padding-top: 5%;
    }
    .banner_btn{
        width: 80%;
        margin: 0 10%;
    }

    .banner_btn a, .banner_btn span{
        width: 45%;
        margin: 0 2%;
    }
    .lead_cnt dd p{
        font-size: 14px;
    }
    .main .main_title h2 {
        font-size: 34px;
        line-height: 40px;
    }
    .main04 .main_btn, .main05 .main_btn, .main07 .main_btn, .main03 .main_btn{
        width: 80%;
        margin: 0 10%;
    }
    .main04 .main_btn,.main03 .main_btn,.main07 .main_btn{
        margin-top: 3%;
    }
    .main_title {
        margin-bottom: 5%;
    }

    .main02 .main_btn a{
        width: 38%;
        margin: 0 30%;
    }
    .main02 .main_btn{
        margin-bottom: 5%;
        margin-top: 3%;
    }
    .curriculum-cnt-box dl dt {
        width: 100%;
        text-align: center;
        margin-bottom: 5%;
        padding: 0;
    }
    .curriculum-cnt-box dl dd {
        width: 96%;
        margin: 0;
    }




    .main07 .main_cnt .faq_cnt .faq_list dl dd, .main07 .main_cnt .faq_cnt .faq_list dl dt {
        padding: 4% 2% 4% 12%;
    }
}
@media only screen and (max-width:600px){
    .main02 .main_cnt ul {
        width: 96%;
    }
    .main02 .main_cnt ul li {
        margin-bottom: 5%;
        border-bottom: 1px dashed #FFF;
        padding-bottom: 5%;
    }
    .main06 .main_cnt dl{
        width: 84%;
        padding: 5% 4% 8% 12%;
    }
    .main06 .main_cnt dl dd p{
        margin-bottom: 5%;
    }
}

@media only screen and (max-width:540px){
    .lead {
        margin-bottom: 5%;
    }
    .banner_btn,.banner_img{
        width: 100%;
        margin: 0;
    }
    .banner_btn a, .banner_btn span{
        font-size: 14px;
        height: 38px;
        line-height: 38px;
    }
    .banner_btn span i{
        margin-right: 0px;
    }
    .main03 .main_cnt dl dd p{
        height: 150px;
    }
    .main05 .main_cnt .curriculum-cnt .curriculum-cnt-tit li {
        width: 43.5%;
        margin: 0 2.5%;
    }
    .main07 .main_cnt .faq_cnt .faq_list dl dd {
        background: url("../images/hd.png") no-repeat left 2% top 30% #f5f5f5;
    }

    .main04 .main_btn, .main05 .main_btn, .main07 .main_btn, .main03 .main_btn{
        width: 100%;
        margin: 0;
    }
    .main03 .main_btn a,.main04 .main_btn a,.main05 .main_btn a,.main07 .main_btn a{
        width:45%;
        margin: 0 2%;
    }
}
@media only screen and (max-width:480px){

    .banner_cnt {

        padding-top: 12%;

    }
    .main05 .curriculum-cnt .school_list .school_title,.curriculum-cnt-box{
        margin-bottom: 6%;
    }
    .recommended_cnt, .school_list_cnt dl {
        width: 88%;
        margin: 0 6% 6%;
    }
}
@media only screen and (max-width:400px){
    .lead p {
        font-size: 14px;
    }
    .main {
        margin-bottom: 8%;
    }
    .main04 .main_btn a.a1, .main05 .main_btn a.a1, .main07 .main_btn a.a1{
        font-size: 14px;
    }
    .main03 .main_btn a, .main04 .main_btn a, .main05 .main_btn a, .main07 .main_btn a{
        font-size: 14px;
    }
    .main .main_title h2{
        font-size: 30px;
    }

    .main02 .main_cnt ul{
        width: 96%;
    }
    .main02 .main_cnt ul li{
        margin-bottom: 8%;
    }
    .main02 .main_btn a {
        font-size: 14px;
        width: 50%;
        margin: 0 25%;
    }
    .main03 .main_cnt dl{
        width: 89%;
        padding: 3.5% 4% 4%;
        margin-bottom: 5%;
    }
    .main03 .main_cnt dl dd span{
        margin-bottom: 6%;
    }
    .main03 .main_cnt dl dd span::after {
        left: 38%;
    }
    .main03 .main_cnt dl dd p{
        height: auto;
        font-size: 14px;
        line-height: 28px;
    }
    .recommended_cnt{
        width:90%;
        margin: 0 5% 5%;
    }
    .recommended_cnt ul{
        padding: 5%;
    }
    .recommended_cnt ul li{
        margin-bottom: 2.5%;
    }
    .school_list_cnt dl{
        width: 97%;
        margin: 0 1.5% 5%;
    }
    .curriculum-cnt-box dl dd a {
        font-size: 16px;
    }
    .main05 .curriculum-cnt .school_list .school_title{
        margin-bottom: 5%;
    }
    .main06 .main_cnt dl {
        width: 80%;
        padding: 5% 7% 2% 13%;
    }
    .main07 .main_cnt .faq_cnt .faq_list dl{
        margin-bottom: 5%;
    }
    .main07 .main_cnt .faq_cnt .faq_list dl dd, .main07 .main_cnt .faq_cnt .faq_list dl dt{
        padding: 4% 2% 4% 15%;
    }
    .main07 .main_cnt .faq_cnt .faq_list dl a{
        font-size: 16px;
        line-height: 30px;
    }
    .main07 .main_cnt .faq_cnt .faq_list dl dd {
        background: url("../images/hd.png") no-repeat left 2% top 20% #f5f5f5;
    }
    .main04 .main_btn, .main03 .main_btn, .main07 .main_btn {
        margin-top: 2%;
    }
}