body,h1,h2,h3,h4,p,dl,dd,ul,ol,form,input,textarea,th,td,select{margin: 0;padding: 0;}
em{font-style: normal;}
li{list-style: none;}
a{text-decoration: none;}
img{border: none;vertical-align: middle;}
table{border-collapse: collapse;}
input,textarea{outline: none;}
textarea{resize:none;overflow: auto;}
body{font-size:12px;font-family: "Hiragino Sans GB","Microsoft YaHei","PingHei","Lucida Grande", "Lucida Sans Unicode","Helvetica","Arial","Verdana","sans-serif";color: #332419; }
.wrap{
	width: 1180px;
	margin: 0 auto;
	background: #eaeaea;
	overflow: hidden;
	height: 100%;
}
.nav_wrap{
	width: 260px;
	height: 1px;
	float: left;
	position: relative;
}
.nav{
	position: fixed;
	padding: 0 32.5px;
	background: #eaeaea url(../img/nav_bg.png) 0 0 repeat-y;
    background-size: 100%;	
	height: 100%;
	padding-top: 127px;
    box-shadow: 9px 0 23px #ccc;
    width: 195px;
}
.nav_btn{
	margin-top: 110px;
	text-align: center;
	font-size: 21px;
	color: #332419;
}
.nav_btn li{
	margin-bottom: 30px;
	cursor: pointer;
	position: relative;	
}
.nav_btn li:hover{
	color: #ff6a00;
}
.nav_btn li:hover:after{
	content: "";
	display: block;
	position: absolute;
	width: 61%;
    height: 1px;
    background: #ff6a00;
    left: 20%;
    bottom: -4px;
}
.content{
	width: 920px;
	float: left;
	background: #ededed;
}
.com{
}

.title {
    font-size: 18px;
    color: #ff6a00;
    height: 31px;
    line-height: 31px;
    margin-bottom: 15px;
}
.title span {
    border: 1px solid #ff6a00;
    padding: 0 10px;
    border-radius: 15px;
}
.main_body{
	margin-top: 40px;
}
.block_a{
	overflow: hidden;
}
.route{
	float: left;
	width: 40%;
}
.route_com {
    max-height: 300px;
    overflow-y: auto;
}
.information{
	float: left;
	width: 59%;
	position: relative;
	/*margin-left: 1%;*/
}
.information img {
    width: 100%;
}
.information .swiper-button-prev {
    background: url(../img/left.png);
    width: 27px;
    height: 48px;
}
.information .swiper-button-next {
    background: url(../img/right.png);
    width: 27px;
    height: 48px;
}
.information .swiper-slide p {
    position: absolute;
    height: 22%;
    width: 90%;
    padding: 4px 5%;
    text-align: justify;
    left: 0;
    bottom: 0px;
    z-index: 1;
    letter-spacing: 1px;
    line-height: 29px;
    font-size: 22px;
    color: #fff;
}
.information .swiper-slide:after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 150px;
    background: -webkit-linear-gradient(bottom, black, transparent);
    background: -moz-linear-gradient(bottom, black, transparent);
    background: -ms-linear-gradient(bottom, black, transparent);
    background: gradient(bottom, black, transparent);
    opacity: 0.8;
    left: 0;
    bottom: 0;
    z-index: 0;
}
.main .block_a_r {
    display: inline-block;
    max-width: 347px;
    min-width: 200px;
    vertical-align: top;
    margin-left: 1%;
}
.main .report {
    max-height: 295px;
    overflow-y: auto;
}
.main .report li {
    background: -webkit-linear-gradient(bottom, #ffffff, transparent);
    background: linear-gradient(bottom, #ffffff, transparent);
    padding: 8px 6px;
    text-align: justify;
    margin-bottom: 6px;
    cursor: pointer;
    margin-right: 5px;
}
.main .report a {
    text-decoration: none;
    color: #ff6000;
}
.main .report h3 {
    font-size: 14px;
    margin: 2px 0;
}
.main .report p {
    font-size: 12px;
    color: #333333;
    margin: 5px 0;
}
.bright{
	margin-top: 35px;
}
.bright p{
	line-height: 20px;
	padding-left: 20px;
	float: left;
}
.bright ul{
	text-align: center;
}
.bright li{
	padding: 8px;
	background: #e3e2e2;
	display: inline-block;
	width: 45%;
	margin-top: 10px;
}
.bright h1{
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
}
.bright li img{
	display: inline-block;
	float: left;
}
.bright li span{
	display: inline-block;
	float: left;
	padding-left: 12px;
	font-size: 14px;
	width: 74%;
	text-align: left;
}
.main .main_block_title {
    border-bottom: 1px solid #e65834;
    text-align: center;
    margin-bottom: 10px;
}
.main .main_block_title span {
    position: relative;
    background: #ededed;
    display: inline-block;
    font-size: 24px;
    color: #332419;
    padding: 0 10px;
    letter-spacing: 1px;
    top: 13px;
}
.swiper-tutor{
	padding: 0 6%;
}
.tutor{
	position: relative;
	margin-top: 20px;
}
.swiper-tutor:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 6%;
	height: 100%;
	background: #eaeaea url(../img/tleftbg.png) 0 0 repeat-y;
	background-size: 100%;
	z-index: 2;
}
.swiper-tutor:after{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 6%;
	height: 100%;
	background: #eaeaea url(../img/trightbg.png) 0 0 repeat-y;
	background-size: 100%;
	z-index: 2;
}
.tutor img{
	width: 100%;
	margin-bottom: 6px;
}
.tutor li {
    margin: 0 13px;
    background: #dedede;
    text-align: center;
}
.tutor li h4{
    font-size: 18px;
    font-weight: normal;
}
.tutor li p{
    font-size: 14px;
    padding-bottom: 5px;
    height: 57px;
}
.tutor .swiper-button-prev {
    background: url(../img/tleft.png);
    width: 27px;
    height: 81px;
    margin-top: -40px;
}
.tutor .swiper-button-next {
    background: url(../img/tright.png);
    width: 27px;
    height: 81px;
    margin-top: -40px;
}
.apply{
    position: relative;	
    margin-top: 30px;
    overflow: hidden;
}
.applybg{
    width: 100%;
}
.apply_table {
    position: absolute;
    left: 50%;
    top: 51%;
    width: 360px;
    height: 347px;
    float: right;
    background: #fff;
    text-align: center;
    padding: 13px;
    border-radius: 5px;
    margin-left: -193px;
    margin-top: -190px;
    box-shadow: 0px 0px 9px #5a5a5a;
}
.apply_table img {
    display: block;
    margin: 0 auto;
    margin-bottom: 4px;
}
.apply_abs {
    font-size: 14px;
    color: #332419;
}
.apply_table ul {
    display: inline-block;
    margin: 0 auto;
    margin-top: 10px;
    padding: 0 30px;
}
.apply_table li {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 21px;
}
.apply_table input {
    width: 182px;
    border: none;
    outline: none;
    padding: 3px;
    border-radius: 3px;
    background: #f3f3f3;
    border: 1px solid #dfdfdf;
    font-size: 13px;
}
.apply_btns {
    width: 190px !important;
    background: #ff6600 !important;
    border: 1px solid #e59d6e !important;
    color: #fff;
    cursor: pointer;
    margin-top: 4px;
}
.apply_tips {
    margin: 0 !important;
    padding: 0 20px !important;
    text-align: left;
    color: #777777;
    transform: scale(0.9);
}
.footer {
    width: 100%;
    color: #2a2a2a;
    margin: 0 auto;
    overflow: hidden;
    background: #dedede;
    position: relative;
    z-index: 1;
}
.footer_l {
    float: left;
    width: 14%;
    text-align: right;
}
.footer_l img {
    max-width: 150px;
    padding: 40px 0 0;
}
.footer_r {
    float: right;
    width: 81%;
    border-left: 1px solid #929292;
    margin: 20px 0;
    margin-right: 2%;
    margin-bottom: 10px;
}
.footer_r h1 {
    padding: 0 0px 0 26px;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0px;
    text-align: justify;
    line-height: 19px;
}
.footer_down {
    clear: both;
    color: #2a2a2a;
    font-size: 13px;
    text-indent: 1em;
    letter-spacing: 2px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    background: #FF9A54;
}



.minor_header img{
	width: 100%;
}
.minor .block_a {
    margin-top: 40px;
}
.minor .block_a_l {
    display: inline-block;
    width: 490px;
    margin-right: 20px;
}
.minor .block_a_l img{
    width: 100%;
}
.minor .block_a_l .swiper-slide p {
    position: absolute;
    height: 22%;
    width: 90%;
    padding: 4px 5%;
    text-align: justify;
    left: 0;
    bottom: 0px;
    z-index: 1;
    letter-spacing: 1px;
    line-height: 29px;
    font-size: 22px;
    color: #fff;
}
.minor .swiper-slide:after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 150px;
    background: -webkit-linear-gradient(bottom, black, transparent);
    background: -moz-linear-gradient(bottom, black, transparent);
    background: -ms-linear-gradient(bottom, black, transparent);
    background: gradient(bottom, black, transparent);
    opacity: 0.8;
    left: 0;
    bottom: 0;
    z-index: 0;
}
.minor .swiper-button-prev {
    background: url(../img/left.png);
    width: 27px;
    height: 48px;
}
.minor .swiper-button-next {
    background: url(../img/right.png);
    width: 27px;
    height: 48px;
}
.minor .block_a_r {
    display: inline-block;
    max-width: 354px;
    min-width: 200px;
    vertical-align: top;
}
.minor .report {
    max-height: 342px;
    overflow-y: auto;
}
.minor .report li {
    background: -webkit-linear-gradient(bottom, #ffffff, transparent);
    background: linear-gradient(bottom, #ffffff, transparent);
    padding: 8px 6px;
    text-align: justify;
    margin-bottom: 6px;
    cursor: pointer;
    margin-right: 5px;
}
.minor .report a {
    text-decoration: none;
    color: #ff6000;
}
.minor .report h3 {
    font-size: 14px;
    margin: 2px 0;
}
.minor .report p {
    font-size: 12px;
    color: #333333;
    margin: 5px 0;
}
.minor .main_block {
    margin-top: 50px;
    color: #332419;
}
.minor .main_block_title {
    border-bottom: 1px solid #e65834;
    text-align: center;
    margin-bottom: 10px;
}
.minor .main_block_title span {
    position: relative;
    background: #ededed;
    display: inline-block;
    font-size: 24px;
    color: #332419;
    padding: 0 10px;
    letter-spacing: 1px;
    top: 13px;
}
.minor_route{
	margin-top: 20px;
}
.minor .route_video {
    display: inline-block;
    margin-left: 6%;
    vertical-align: top;
    overflow: hidden;
    margin-top: 27px;
}
.minor .route_video ul {
    position: relative;
    width: 800px;
}
.minor .route_video_img {
    width: 520px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.minor .video {
    width: 520px;
    height: 292px;
    overflow: hidden;
    display: inline-block;
    float: left;
    text-align: right;
}
.minor .video_close {
    display: inline-block;
    cursor: pointer;
    display: none;
}
.minor .video_title {
    width: 280px;
    height: 165px;
    display: inline-block;
    text-align: center;
}
.minor .video_title h2 {
    font-size: 23.78px;
    font-weight: normal;
    margin-top: 110px;
    margin-bottom: 10px;
}
.minor .video_title h1 {
    font-size: 24.5px;
}
.video_intro {
    float: left;
    margin-top: 30px;
}
.minor_tutor{
	margin-top: 20px;
}
.minor .tutor_up {
    overflow: hidden;
    padding-bottom: 15px;
    padding-left: 30px;    
}
.minor .tutor_up li {
    float: left;
    margin: 17px;
    height: 218px;
    width: 167px;
}
.minor .tutor_up img {
    width: 100%;
}
.minor .tutor_up h4 {
    text-align: center;
    margin: 6px 0;
    margin-bottom: 2px;
    font-weight: normal;
    color: #423535;
    font-size: 16px;
}
.minor .tutor_up p {
    text-align: center;
    margin: 1px 0;
    color: #423535;
    font-size: 12px;
}
.review{
    margin-top: 30px;
}
.review img{
	width: 100%;
}
.review .swiper-slide{
	position: relative;
	cursor: pointer;
}
.review .swiper-slide p{
	display: block;
	position: absolute;
	bottom: 5%;
	left: 50%;
	margin-left: -55px;
	z-index: 11;
	color: #fff;
	border: 2px solid #fff;
	font-size: 24px;
	width: 98px;
	height: 95px;
	font-family: "宋体";
	font-family: "wendingdabiaosong";
	text-align: right;
	padding-right: 12px;
	padding-top: 15px;
}
.review .swiper-slide span{
	display: inline-block;
	width: 100%;
	font-size: 30px;
	font-weight: normal;
	text-align: right;
	margin-top: 8px;
}
.review .swiper-slide:after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	left: 0;
	top: 0;
	z-index: 10;
}
.review .swiper-button-prev {
    background: url(../img/tleft.png);
    width: 27px;
    height: 81px;
    margin-top: -40px;
}
.review .swiper-button-next {
    background: url(../img/tright.png);
    width: 27px;
    height: 81px;
    margin-top: -40px;
}
.route_video_tes {
    cursor: pointer;
    float: left;
    padding: 1px 12px;
}
.route_video_tes_ac {
    background: #ff6000;
    color: #fff;
}
.review .swiper-slide:hover:after{
	display: none;
}
.minor{
	display: none;
}
.minor_block{
    display: none;
}
.main,.minor{
    padding: 26px;
}
.footer_r_t{
    width: 113%;
    margin-left: -8.2%;
    transform: scale(0.85);
}
@media screen and (min-width: 600px) and (max-width: 1048px) {
    .wrap{
        width: 1024px;
    }
    .nav{
        width: 139px;
        padding: 0 20.5px;
        padding-top: 127px;
        background-size: 100% 100%;
        box-shadow: 3px 0 6px #ccc;
    }
    .nav img{
        width: 100%;
    }
    .nav_wrap {
        width: 180px;
    }
    .content{
        width: 830px;
    }
    .main, .minor {
        padding: 8px;
    }
    .main_header img{
        width: 100%
    }
    .main .block_a_r {
        max-width: 40%;
    }
    .main .report li {
         margin-right: 0px; 
    }
    .bright li span {
        width: 72%;
    }
    .apply {
        height: 390px;
    }
    .applybg {
        width: 108%;
    }
    .minor .block_a_l {
        width: 59%;
        margin-right: 1%;
    }
    .minor .block_a_r {
        max-width: 39.5%;
    }
    .minor .report {
        max-height: 322px;
    }
    .minor .tutor_up {
        padding-left: 9px;
    }
}
@media screen and (max-width: 768px) {
    .backbtn{
        width: 34px;
        height: 34px;
        border-radius: 25px;
        background: #585858;
        position: fixed;
        left: 10px;
        top: 10px;
        opacity: 0.5;
    }
    .backbtn:after{
        content: "";
        display: block;
        position: absolute;
        width: 14px;
        height: 2.4px;
        left: 9px;
        top: 11px;
        background: #fff;
        border-radius: 27px;
        transform: rotate(-45deg);
    }
    .backbtn:before{
        content: "";
        display: block;
        position: absolute;
        width: 14px;
        height: 2.4px;
        left: 9px;
        top: 20px;
        background: #fff;
        border-radius: 27px;
        transform: rotate(45deg);
    }
    .nav_wrap{
        width: 100%;
        height: initial;
    }
    .nav{
        width: 100%;
        box-sizing: border-box;
        padding: 20px;
        position: initial;
        text-align: center;
    }
    .nav img{
        transform: scale(.7);
    }
    .nav_btn{
        margin-top: 20px;
    }
    .nav_btn li{
        margin: 0;
    }
    .nav_btn a{
        margin: 12px auto;
        display: block;
        font-size: 16px;
    }
    .wrap {
        width: 100%;
    }
    .content {
        width: 100%;
    }
    .main,.minor{
        padding: 0;
    }
    .main_header img{
        width: 100%;
    }
    .main_body {
        margin-top: 10px;
        padding: 0 3px;
    }
    .information{
        width: 100%;
    }
    .title {
        font-size: 14px;
        margin-bottom: 0;
    }
    .information .swiper-button-prev {
        background-size: 100%;
        width: 20px;
        height: 34px;
        margin-top: -17px;
    }
    .information .swiper-button-next {
        background-size: 100%;
        width: 20px;
        height: 34px;
        margin-top: -17px;
    }
    .main .block_a_r {
        max-width: 100%;
        margin-top: 10px;
    }
    .bright {
        margin-top: 10px;
    }
    .bright p {
        padding-left: 10px;
    }
    .bright li {
        padding: 2%;
        width: 96%;
        margin-top: 3px;
    }
    .bright li img{
        width: 20%;
    }
    .bright li span {
        padding-left: 2%;
        width: 78%;
        font-size: 12px;
        line-height: 16px;
    }
    .bright h1 {
        font-size: 16px;
    }
    .main_block{
        margin-top: 0px !important;
    }
    .main_schedule div{
        padding: 3px !important;
    }
    .main_schedule table{
        margin: 0 !important;
        width: 97%;
    }
    .review .swiper-slide p {
        margin-left: -25px;
        border: 1px solid #fff;
        font-size: 12px;
        width: 47px;
        height: 48px;
        padding-right: 3px;
        padding-top: 2px;
    }
    .review .swiper-slide span {
        font-size: 15px;
        margin-top: 2px;
    }
    .review .swiper-button-prev {
        background-size: 100%;
        width: 23px;
        height: 70px;
        margin-top: -35px;
    }
    .review .swiper-button-next {
        background-size: 100%;
        width: 23px;
        height: 70px;
        margin-top: -35px;
    }
    .apply {
        margin-top: 10px; 
        overflow: hidden;
        padding-bottom: 5px;
    }
    .applybg {
        display: none;
    }
    .apply_table{
        position: inherit;
        margin: 0 auto;
        left: auto;
        top: auto;
        float: inherit;
        max-width: 414px;
        border-radius: 0px;  
    }
    .footer_l {
        width: 100%;
    }
    .footer_l img {
        padding: 16px 0 0;
        margin: 0 auto;
        display: block;
    }
    .footer_r {
        width: 98%;
        border: none;
        margin: 10px 1%;
        margin-bottom: 10px;
    }
    .footer_r h1 {
        padding: 0;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 16px;
    }
    .footer_r_t {
        width: 117%;
    }
    .footer_down{
        height: auto;
        overflow: hidden;
        font-size: 12px;
        text-indent: 0;
        line-height: 20px;
        letter-spacing: 0px;
    }
    .footer_down p{
        text-align: center;
    }
    .footer_down p span{
        float: inherit !important;
    }
    .minor .block_a {
        margin-top: 10px;
        padding: 0 3px;
    }
    .minor .block_a_l {
        width: 100%;
        margin: 0;
    }
    .minor .swiper-button-prev {
        background-size: 100%;
        width: 20px;
        height: 34px;
        margin-top: -17px;
    }
    .minor .swiper-button-next {
        background-size: 100%;
        width: 20px;
        height: 34px;
        margin-top: -17px;
    }
    .minor .block_a_l .swiper-slide p {
        font-size: 18px;
        height: 24%;
        line-height: 26px;
    }
    .minor .block_a_r {
        max-width: 100%;
        margin-top: 10px;
    }
    .minor .report li {
        margin-bottom: 6px;
        smargin-right: 0px; 
    }
    .minor_schedule div{
        padding: 0 !important;
    }
    .minor_schedule table{
        margin: 0 !important;

    }
    .minor .tutor_up {
         padding-left: 0px; 
    }
    .minor .tutor_up li {
        margin: 2%;
        height: 184px;
        width: 29%;
    }
    .tutor_con_part{
        margin-top: 10px;
    }
    .minor .swiper-container{
        margin-top: 3px;
    }
    .minor .route_video {
        margin-left: 1%; 
        width: 98%;
        margin-top: 15px;
    }
    .minor .route_video ul {
        width: 100%;
        overflow: hidden;
    }
    .minor .route_video_img {
        width: 100%;
    }
    .minor .video {
        width: 100%;
        height: auto;
        float: inherit;
    }
    .minor .video_title {
        width: 171px;
        height: 56px;
        display: block; 
        margin: 0 auto;
        float: inherit; 
    }
    .minor .video_title h2 {
        font-size: 16.78px;
        margin-top: 0px; 
        margin-bottom: 0px; 
    }
    .minor .video_title h1 {
        font-size: 17.5px;
    }
    .video_intro {
        margin-top: 0px;
    }
    .minor_tutor {
        margin-top: 10px;
    }
}
