{
}


html,body{
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
	font-size: 100%;
    -webkit-font-smoothing: antialiased;

     -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;

}
a{
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
	text-decoration: none;
	cursor: pointer;
}
a, a:link {
	cursor:pointer;
	text-decoration: none;
}
a:visited {
}
a:active, a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
}
img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
	border: 0 none;
    vertical-align: top;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"]{
  -moz-appearance: textfield;
}
/*---------------------------nav样式-------------------------*/
.nav_wrapper{
	width: 165px;
	height: 540px;
	background: rgba(255,96,15,0.7);
	position: fixed;
	left: 0px;
	top: 50%;
	margin-top: -270px;
	border: 1px solid rgba(255,96,15,1);
	border-radius: 165px;
	overflow: hidden;
	text-align: center;
}
.nav_wrapper li{
	font-size: 20px;
	color: #fff;
	border-bottom: 1px dashed #fff;
	line-height: 60px;
	cursor: pointer;
}
.nav_wrapper li p{
	display: inline-block;
}
.nav_wrapper li:hover{
	background: rgba(255,96,15,1);
}
.nav_wrapper li span{
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	top: 8px;
	margin-right: 10px;
}
.nav_wrapper li span.icon1{
	background: url(../image/nav_icon1.png) 0 0 no-repeat;
	background-size: contain;
}
.nav_wrapper li span.icon2{
	background: url(../image/nav_icon2.png) 0 0 no-repeat;
	background-size: contain;
}
.nav_wrapper li span.icon3{
	background: url(../image/nav_icon3.png) 0 0 no-repeat;
	background-size: contain;
}
.nav_wrapper li span.icon4{
	background: url(../image/nav_icon4.png) 0 0 no-repeat;
	background-size: contain;
}
.nav_wrapper li span.icon5{
	background: url(../image/nav_icon5.png) 0 0 no-repeat;
	background-size: contain;
}
.nav_wrapper li span.icon6{
	background: url(../image/nav_icon6.png) 0 0 no-repeat;
	background-size: contain;
}
.nav_wrapper a{
	display: inline-block;
	width: 100%;
	height: 90px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	padding-top: 20px;
}
.nav_wrapper a:hover{
	background: rgba(255,96,15,1);
}
.nav_wrapper a span{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../image/nav_icon_top.png) 0 0 no-repeat;
	background-size: contain;
}
.nav_wrapper div{
	display: inline-block;
	width: 100%;
	height: 85px;
	color: #fff;
	cursor:pointer;
}
.nav_wrapper div:hover{
	background: rgba(255,96,15,1);
}
.nav_wrapper em{
	display: inline-block;
	width: 35px;
	height: 35px;
	background:url(../image/close.png) 0 0 no-repeat;
	background-size: contain;
	margin: 30px 0 15px 0;
	-webkit-transition: -webkit-transform .4s ease-out;  
	-moz-transition: -moz-transform .4s ease-out;  
	-o-transition: -o-transform .4s ease-out;  
	-ms-transition: -ms-transform .4s ease-out;  
}
.nav_wrapper div:hover em{
	-webkit-transform: rotateZ(90deg);  
	-moz-transform: rotateZ(90deg);  
	-o-transform: rotateZ(90deg);  
	-ms-transform: rotateZ(90deg);  
	transform: rotateZ(90deg);  
}
.nav_wrappers{
	width: 80px;
	height: 650px;
	background: rgba(255,96,15,0.7);
	position: fixed;
	left: 0px;
	top: 50%;
	margin-top: -325px;
	border: 1px solid rgba(255,96,15,1);
	border-radius: 165px;
	overflow: hidden;
	text-align: center;
}
.nav_wrappers ul span{
	display: none;
}
.nav_wrappers ul li{
	width: 100%;
	height: 80px;
	word-wrap:break-word;
	display: inline-block;
}
.nav_wrappers ul li p{
	width: 50%;
	margin: 0 auto;
	line-height: 20px;
	margin-top: 20px;
}
/*----------------------------nav2样式-------------------------*/
.nav{
	width: 100%;
	height: 41px;
	background: #f65c0d;
}
.nav .nav_box{
	width: 1024px;
	min-width: 1024px;
	margin: 0 auto;
	font-size: 20px;
	color: #fff;
	height: 41px;
}
.nav li{
	display: inline-block;
	width: 16.6%;
	float: left;
	line-height: 40px;
	box-sizing: border-box;
	border-right: 1px solid #E14D03;
	text-align: center;
	padding: 0 2px;
	cursor: pointer;
}
.fixed {  
    position: fixed;  
    top: 0;  
    width: 100%;  
    margin: 0 auto;  
    left: 0;  
    z-index: 10;  
}  
.nav .nav_box li:hover{
	background: #ff6f37;
}



/*---------------------------导航样式-------------------------*/
.header_wrapper{
	width: 100%;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	margin-top: 41px;
}
.header{
	width: 1160px;
	min-width: 1160px;
	margin: 0 auto;
	text-align: center;
}
.header .logo1{
	float: left;
	padding-top: 5px;
	display: inline-block;
}
.header .slog{
	width:467px;
	height: 70px;
	line-height: 70px;
	display: inline-block;
	background: url(../image/slog.png) no-repeat 0 0;
	background-size: cover;
	text-align: center;
}
.header .tel{
	float: right;
}
.header .tel span{
	font-size: 20px;
	line-height: 70px;
}
.header .tel strong{
	font-size: 25px;
	line-height: 70px;
	color: #f65c0d;
	font-weight: bold;
}


/*---------------------------banner样式-------------------------*/

.banner_wrapper{
	width: 100%;
	min-width: 1160px;
	height: 720px;
	background: url(../image/banner_bg.png);
	overflow: hidden;
	background-size: cover;
	position: relative;
}
.banner_wrapper .banner_bd{
	width: 650px;
	height: 410px;
	position: absolute;
	top: 175px;
	left: 19%;
}
.banner_bd h1{
	font-size: 60px;
	letter-spacing: 3px;
	color: #f65c0d;
	font-weight: bold;
	text-align: center;
}
.banner_bd h1 span{
	display: inline-block;
	letter-spacing: 10px;
	color: #333;
	font-weight: normal;
	padding-top: 5px;
	font-size: 48px;
}
.banner_bd ul{
	width: 68%;
	height: 120px;
	margin: 0 auto;
	margin-top: 40px;
	position: relative;
	z-index: 2;
}
.banner_bd ul li{
	display: inline-block;
	margin-right: 55px;
}
.banner_bd .wrap_up{
	width: 105px;
	height: 105px;
	border-radius: 100%;
	background: rgba(255,255,255,0.5);
	border: 1px solid #f65c0d;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
}

.banner_bd .wrap_up span{
	display: inline-block;
	width: 45px;
	height: 45px;
	margin-top: 14px;
}
.banner_bd .wrap_up span.icon1{
	background: url(../image/banner_icon1_.png) 0 0 no-repeat;
	background-size: contain;
}
.banner_bd .wrap_up span.icon2{
	background: url(../image/banner_icon2_.png) 0 0 no-repeat;
	background-size: contain;
}
.banner_bd .wrap_up span.icon3{
	background: url(../image/banner_icon3_.png) 0 0 no-repeat;
	background-size: contain;
}
.banner_bd .wrap_up p {
	text-align: center;
	color: #f65c0d;
	font-size: 16px;
	font-weight: bold;
}
.banner_bd .wrap_up:hover{
	background: #f65c0d;
}
.banner_bd .wrap_up:hover span.icon1{
	background: url(../image/banner_icon1.png) 0 0 no-repeat;
	background-size: contain;
}
.banner_bd .wrap_up:hover span.icon2{
	background: url(../image/banner_icon2.png) 0 0 no-repeat;
	background-size: contain;
}
.banner_bd .wrap_up:hover span.icon3{
	background: url(../image/banner_icon3.png) 0 0 no-repeat;
	background-size: contain;
}
.banner_bd .wrap_up:hover p{
	color: #fff;
}
.banner_bd a{
	display: block;
	margin: 0 auto;
	width: 370px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: #f65c0d;
	font-size: 25px;
	border-radius: 70px;
	color: #fff;
	margin-top: 20px;
}
.banner_bd a:hover{
	background: #ff6f37;
}
.banner_bd a.a2{
	margin-top: 5px;
}
/*---------------------------公告样式-------------------------*/
.notice_wrapper {
	width: 100%;
	height: 1080px;
	position: relative;
}
.notice_wrapper .notice_box{
	padding-bottom: 65px;
	text-align: center;
}
.notice_wrapper .title_bd{
	margin: 0 auto;
	font-size: 25px;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 40px;
}
.notice_wrapper .title_bd h2{
	font-size: 52px;
	color: #545557;
	font-weight: bold;
	font-family: "Microsoft YaHei UI", "STXihei", "Microsoft YaHei", sans-serif;
	margin-bottom: 20px;
}
.notice_wrapper .title_bd h2 span{
	color: #f65c0d;
	font-family: "Microsoft YaHei", sans-serif;
	font-weight: bold; 
}
.notice_wrapper .title_bd .s_title{
	font-size: 20px;
}
.notice_wrapper .item_all{
	width: 1160px;
	min-width: 1160px;
	margin: 0 auto;
	margin-top: 55px;
}
.item_all li{
	display: inline-block;
	width: 22%;
	text-align: center;
	margin-right: 30px;
}
.item_all li .item{
	width: 240px;
	height: 290px;
	border: 1px solid #ccc;
	border-radius: 20px;
	text-align: center;
	position: relative;
	cursor: pointer;
	box-shadow: 0 26px 40px -24px rgba(0,36,100,.1);
    -webkit-box-shadow: 0 26px 40px -24px rgba(0,36,100,.1);
    -moz-box-shadow: 0 26px 40px -24px rgba(0,36,100,.1);
}
.item_all li .item:hover{
	box-shadow: 0 26px 40px -24px rgba(246,96,13,.1);
    -webkit-box-shadow: 0 26px 40px -24px rgba(246,96,13,.1);
    -moz-box-shadow: 0 26px 40px -24px rgba(246,96,13,.1);
    border-color: #f65c0d;
}
.item_all li .item .icon{
	width: 75px;
	height: 75px;
	background: #fff;
	display: inline-block;
	margin-top: -37.5px;
}
.item_all li .item1 .icon{
	background-image: url(../image/icon1.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
}
.item_all li .item2 .icon{
	background-image: url(../image/icon2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
}
.item_all li .item3 .icon{
	background-image: url(../image/icon3.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
}
.item_all li .item4 .icon{
	background-image: url(../image/icon4.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
}
.item_all li .item h3{
	font-size: 25px;
	margin-top: 15px;
}
.item_all li .item p{
	font-size: 18px;
	line-height: 30px;
	width: 70%;
	margin: 0 auto;
	margin-top: 25px;
	text-align:justify;
	text-justify:inter-ideograph;/*IE*/
	color: #696969;
}
.item_all li .item:hover h3{
	color: #f65c0d;
}
.notice_box a {
	display: inline-block;
	margin: 0 auto;
	width: 440px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	background: #f65c0d;
	font-size: 25px;
	border-radius: 75px;
	color: #fff;
	margin-top: 70px;
	margin-right: 20px;
}
.notice_box a:hover{
	background: #ff6f37;
}

.notice_wrapper .item_grup{
	width: 1160px;
	margin: 0 auto;
	min-width: 1160px;
}
.notice_wrapper .item_grup .item_bd{
	width: 100%;
	padding-left: 2%;
}
.notice_wrapper .item_grup ul{
	width: 30%;
	display: inline-block;
	margin-right: 3%;
}
.notice_wrapper .item_grup ul li{
	border:1px solid #ccc;
	height: 40px;
	margin: 15px 0;
	line-height: 40px;
	font-size: 20px;
	padding-left: 20px;
	width: 86%;
	cursor: pointer;
	text-align: center;
}
.notice_wrapper .item_grup ul li span{
	width: 120px;
	background: #ccc; 
	color: #fff;
	display: inline-block;
	float: right;
	height: 40px;
	font-size: 18px;
	text-align: center;
}
.notice_wrapper .item_grup ul li:hover{
	border:1px solid #f65c0d;
}
.notice_wrapper .item_grup ul li:hover span{ 
	background: #f65c0d;
}


/*--------------------------------------------------时间倒计时样式------------*/
	.time_wrap{
		width: 100%;
		padding-bottom: 80px;
		background: #fafafa;
	}
	.time_wrap .time_box{
		width: 1160px;
		margin: 0 auto;
	}
	.time_wrap .title_bd{
		margin: 0 auto;
		font-size: 25px;
		text-align: center;
		padding-top: 80px;
		padding-bottom: 20px;
	}
	.time_wrap .title_bd h2{
		font-size: 52px;
		color: #545557;
		font-weight: bold;
		font-family: "Microsoft YaHei UI", "STXihei", "Microsoft YaHei", sans-serif;
		margin-bottom: 20px;
	}
	.time_wrap .title_bd h2 span{
		color: #f65c0d;
		font-family: "Microsoft YaHei", sans-serif;
		font-weight: bold; 
	}
	.time_wrap .title_bd .s_title{
		font-size: 20px;
		line-height: 32px;
	}
	.time_wrap .timehd_box{
		width: 1160px;
		min-width: 1160px;
		margin: 0 auto;
	}
	.time_wrap .timehd_box .time{ 
		width: 430px;
		margin: 30px auto;
	}
	.time_wrap .timehd_box .time div{
		width: 180px;
		height: 180px;
		border: 1px solid #a8a8a8;
		display: inline-block;
		border-radius: 10px;
		text-align: center;
		background: #fff;
		font-size: 70px;
		line-height: 180px;
		font-weight: bold;
		color: #f65c0d;
	}
	.time_wrap .timehd_box p{
		text-align: center;
		font-size: 30px;
	}
	.time_wrap .timehd_box p a{
		padding: 10px 20px;
		background: #f65c0d;
		color: #fff;
		border-radius: 5px;
		margin-left: 20px;
		font-size: 25px;
	}
	.time_wrap .timehd_box p a:hover{
		background: #ff6f37;
	}
	.time_wrap .timebd_box{
		width: 1160px;
		min-width: 1160px;
		margin: 0 auto;
	}
	.time_wrap .timebd_box p{
		text-align: center;
		padding-top: 60px;
		font-size: 18px;
	}
	.time_wrap .timebd_box p a{
		padding: 5px 10px;
		background: #f65c0d;
		color: #fff;
		margin-right: 20px;
		border-radius: 5px;
	}
	.time_wrap .timebd_box p a:hover{
		background: #ff6f37;
	}
	.time_wrap .input_box{
	    width: 1160px;
	    min-width: 1160px;
	    height: 154px;
	    background: #969696;
	    margin: 0 auto;
	    margin-top: 40px;
	    cursor:pointer;
	    border-radius: 154px;
	}
	.time_wrap .input_box:hover{
		background: #5F5F5F;
	}
	.time_wrap .input_box img{
	    float: left;
	    width: 80px;
	    margin: 36px 42px;
	}
	.time_wrap .input_box span{
	    float: left;
	    color: #fff;
	}
	.time_wrap .input_box span h3{
	    margin-top: 30px;
	   font-size: 28px;
	}
	.time_wrap .input_box span p{
		font-size: 16px;
		letter-spacing: 1px;
		margin-top: 10px;
	}
	.time_wrap .input_box form{
	    float: left;
	    display: block;
	    width: 430px;
	    height: 80px;
	    padding-top: 40px;
	    padding-left: 80px;
	}
	.time_wrap .input_box form input{
	    width: 200px;
	    height: 35px;
	    margin: 0 9px 9px 0;
	    text-indent: 10px;
	  	font-size: 20px;
	    border: 1px solid #fff;
	}
	.time_wrap .input_box form button{
	    width: 200px;
	    height: 38px;
	    border: 1px solid #fff;
	 	font-size: 20px;
	    background-color: #f65c0d;
	    color: #fff;
	    cursor: pointer;
	}
	.time_wrap .input_box form button:hover{
	    background-color: #ff6f37;
	}
	.time_wrap .btn_box em{
		display: block;
		text-align: center;
		margin-top: 10px;
		font-size: 20px;
		color: #333;
	}
	.time_wrap a.btn {
		display: block;
		margin: 0 auto;
		width: 440px;
		height: 75px;
		line-height: 75px;
		text-align: center;
		background: #f65c0d;
		font-size: 25px;
		border-radius: 75px;
		color: #fff;
		margin-top: 70px;
	}
	.time_wrap a.btn:hover{
		background: #ff6f37;
	}



/*---------------------------行业前景样式-------------------------*/
.money_wrap{
	width: 100%;
	height:1180px;
}
.money_wrap .money_bd{
	width: 1160px;
	margin: 0 auto;
	min-width: 1160px;
}
.money_wrap .title_bd{
	margin: 0 auto;
	font-size: 25px;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 60px;
}
.money_wrap .title_bd h2{
	font-size: 52px;
	color: #545557;
	font-weight: bold;
	font-family: "Microsoft YaHei UI", "STXihei", "Microsoft YaHei", sans-serif;
	margin-bottom: 20px;
}
.money_wrap .title_bd h2 span{
	color: #f65c0d;
	font-family: "Microsoft YaHei", sans-serif;
	font-weight: bold; 
}
.money_wrap .title_bd .s_title{
	font-size: 20px;
	line-height: 32px;
}
.money_wrap .title_bd span em{
	color: #c61a00;
}
.money_wrap .money_bd p{
	text-align: center;
	margin-top: 29px;
	line-height: 30px;
}
.money_wrap .money_bd ul.item {
	width: 100%;
	margin: 15px auto 0;
}
.money_wrap .money_bd ul.item li{
	display: inline-block;
	width: 23%;
	height: 400px;
	margin-right: 2.2%;
	vertical-align: middle;
	position: relative;
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-radius: 20px;
}
.money_wrap .money_bd ul.item li .imgbox{
	width: 100%;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	overflow: hidden;
}
.money_wrap .money_bd ul.item li .txtbox{
	padding: 0 5%;
	text-align: center;
}
.money_wrap .money_bd ul.item li .txtbox h3{
	font-weight: bold;
	font-size: 20px;
	margin-top: 14px;
}
.money_wrap .money_bd ul.item li .txtbox p{
	margin-top: 20px;
}
.money_wrap .money_bd ul.item li a{
	display: block;
	padding: 10px 20px;
	position: absolute;
	bottom: -20px;
	background: #f65c0d;
	border-radius: 50px;
	color: #fff;
	font-size: 20px;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: center;
	width: 150px;
}
.money_wrap .money_bd ul.item li a:hover{
	background: #ff6f37;
}
.money_wrap .guakao{
	width: 100%;
	background: #f6f6f6;
	height: 275px;
	margin-top: 80px;
	position: relative;
	border-radius: 20px;
}
.money_wrap .guakao h3{
	text-align: center;
	font-size: 25px;
	padding-top: 30px;
}
.money_wrap .guakao h3:after{
	content: '';
	display: inline-block;
	width: 38px;
	height: 29px;
	background: url(../image/hot.png) no-repeat;
	background-size: contain;
}
.money_wrap .guakao .guakao_bd{
	background: #fff;
    width: 1059px;
    margin: 16px auto 0;
    height: 122px;
    text-align: center;
    padding-top: 17px;
}
.money_wrap .guakao .guakao_bd ul li{
    display: inline-block;
    width: 18%;
    height: 40px;
    background: #f1f1f1;
    margin: 8px 5px 0 5px;
    line-height: 40px;
    cursor: pointer;
    color: #333;
    font-size: 18px;
}
.money_wrap .guakao .guakao_bd ul li span{
	margin-left: 10px;
	font-weight: bold;
	color: #f65c0d;
}
.money_wrap .guakao .guakao_bd ul li:hover{
	background: #f65c0d;
	color: #fff;
}
.money_wrap .guakao .guakao_bd ul li:hover span{
	color: #fff;
}
.money_wrap .guakao a{
	display: block;
	padding: 17px 20px;
	position: absolute;
	bottom: -31px;
	background: #f65c0d;
	border-radius: 50px;
	color: #FFF;
	font-size: 20px;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: center;
	width: 240px;
}
.money_wrap .guakao a:hover{
	background:#ff6f37;
}

/*---------------------------科目分值-------------------------*/

.score_wrap{
	width: 100%;
	height: 500px;
	background: #F6F6F6;
}
.score_bd{
	width: 1160px;
	margin: 0 auto;
	min-width: 1160px;
}
.score_bd h3{
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	padding-top: 50px;
	padding-bottom: 30px;
	color: #545557;
}
.score_bd table {
	background: #fff;
	border-collapse: collapse;  
	font-family: Futura, Arial, sans-serif;  
	border:15px solid #e7e7e7;
	width: 1159px;
}  
.score_bd th, .score_bd td {  
     padding: 8px 30px;  
     text-align: center;
}
 .score_bd td.one ,.score_bd td.two {
 	font-weight: bold;
 }
.score_bd th {  
	background: #585858;  
	border: 1px solid #dcdcdc;  
	color: #fff;  
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}  
.score_bd tr{
	cursor: pointer;
}
.score_bd tr:hover{
	background: #F5F5F5;
}
.score_bd tr:hover .one{
	background:#fff;
}
.score_bd tr:hover .two{
	background:#fff;
}
.score_bd td {  
	border: 1px solid #dcdcdc;  
} 
.score_bd td.first a{
	font-size: 16px;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 50px;
	background: #f65c0d;
	color: #fff;
}
.score_bd td.first a:hover{
	background: #ff6f37;
}
.score_bd td.second a{
	font-size: 16px;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 50px;
	background: #c2c2c2;
	color: #333;
}



/*---------------------------我们的课程样式-------------------------*/
.reason_wrap {
	width: 100%;
}
.reason_bd{
	width: 1160px;
	margin: 0 auto;
	min-width: 1160px;
}
.reason_bd .title_bd{
	margin: 0 auto;
	font-size: 25px;
	text-align: center;
	padding-top: 80px;
}
.reason_bd .title_bd h2{
	font-size: 52px;
	color: #545557;
	font-weight: bold;
	font-family: "Microsoft YaHei UI", "STXihei", "Microsoft YaHei", sans-serif;
	margin-bottom: 20px;
}
.reason_bd .title_bd h2 span{
	color: #f65c0d;
	font-family: "Microsoft YaHei", sans-serif;
	font-weight: bold; 
}
.reason_bd .title_bd .s_title{
	font-size: 20px;
	line-height: 32px;
}
.reason_bd .reason .heading{
	width: 1160px;
	height: 70px;
	position: relative;
	margin-top: 80px;
}
.reason_bd .reason .heading h3{
	display: inline-block;
	width: 520px;
	height: 70px;
	border-radius: 10px;
	background: #f65c0d;
	color: #fff;
	font-size: 35px;
	text-align: center;
	line-height: 70px;
	letter-spacing: 3px;
	font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
}
.reason_bd .heading .line1{
	display: inline-block;
	width: 623px;
	height: 3px;
	background: #f65c0d;
	position: absolute;
	top: 18px;
	left: 520px;
}
.reason_bd .heading .line2{
	display: inline-block;
	width: 590px;
	height: 1px;
	background: #f65c0d;
	position: absolute;
	top: 28px;
	left: 520px;
}
.reason_bd .heading .bk{
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #f65c0d;
	position: absolute;
	top: 16px;
	left: 1142px;
	border-radius: 100%;
}
.reason_bd .heading p{
	font-size: 25px;
	position: absolute;
	top: 32px;
	left: 573px;
	color: #838383;
	letter-spacing: 1px;
}
/*--------------------------------------老师师资*/

.reason_bd .teacher li{
	width: 20%;
	margin-right: 6%;
	display: inline-block;
	text-align: center;
	position: relative;
	padding-top: 60px;
} 
.reason_bd .teacher .imgbox{
	width: 120px;
	height: 120px;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.reason_bd .teacher .txtbox {
	height: 270px;
	width: 100%;
	background: #f7f7f7;
	margin-top: -60px;
	padding-top: 80px;
	cursor: pointer;
	border-radius: 10px;
}
.reason_bd .teacher li .txtbox:hover{
	background: #E9E9E9;
}
.reason_bd .teacher .txtbox h4{
	font-size: 22px;
	text-align: center;
}
.reason_bd .teacher .txtbox span{
	font-size: 20px;
	text-align: center;
	color: #989898;
	margin: 14px 0;
	display: inline-block;
}
.reason_bd .teacher .txtbox p{
	font-size: 16px;
	padding:0 20px; 
	line-height: 27px;
}
.reason_bd .teacher ul a{
	display: block;
	padding: 11px 0px;
	position: absolute;
	bottom: -23px;
	background: #f65c0d;
	border-radius: 50px;
	color: #fff;
	font-size: 20px;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: center;
	width: 160px;
}
.reason_bd .teacher ul a:hover{
	background: #ff6f37;
}



/*-----------------------课程样式*/

.reason_wrap .course{
	width: 100%;
	height: 1050px;
	background: #f7f7f7;
	margin-top: 80px;
}
.reason_wrap .course .reason{
	width: 1160px;
	margin: 0 auto;
	padding-top: 100px;
}
.reason_wrap .course .heading{
	width: 1160px;
	height: 70px;
	position: relative;
	margin: 0 auto;
}
.reason_wrap .course .heading h3{
	display: inline-block;
	width: 520px;
	height: 70px;
	background: #f65c0d;
	border-radius: 10px;
	color: #fff;
	font-size: 35px;
	text-align: center;
	line-height: 70px;
	letter-spacing: 3px;
	font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
}
.reason_wrap .course .heading .line1{
	display: inline-block;
	width: 623px;
	height: 3px;
	background: #f65c0d;
	position: absolute;
	top: 18px;
	left: 520px;
}
.reason_wrap .course .heading .line2{
	display: inline-block;
	width: 590px;
	height: 1px;
	background: #f65c0d;
	position: absolute;
	top: 28px;
	left: 520px;
}
.reason_wrap .course .heading .bk{
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #f65c0d;
	border-radius: 100%;
	position: absolute;
	top: 16px;
	left: 1142px;
}
.reason_wrap .course .heading p{
	font-size: 25px;
	position: absolute;
	top: 32px;
	left: 573px;
	color: #838383;
	letter-spacing: 1px;
}
.course .coursebox {
	width: 1160px;
	margin: 0 auto;
	font-size: 20px;
	margin-top: 70px;
	overflow: hidden;
}
.course .coursebox div{
	display: inline-block;
	width: 23%;
	height: 500px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	border: 1px solid #F2F2F2;
	border-radius: 10px;
	float: left;
	margin-right: 30.7px;
	box-sizing: border-box;
}
.course .coursebox h3{
	width: 100%;
	font-size: 25px;
	text-align: center;
	border-bottom: 1px dashed #BFBFBF;
	padding: 20px 0;
	color: #fff;
}
.course .coursebox span{
	display: block;
	text-align: center;
	font-size: 20px;
	border-bottom: 1px dashed #BFBFBF;
	padding: 14px 0;
}
.course .coursebox ul{
	margin-top: 15px;
}
.course .coursebox li {
	text-align: center;
	font-size: 16px;
}
.course .coursebox div span em{
	font-weight: bold;
}
.course .coursebox div a{
	display: inline-block;
	width: 80%;
	height: 50px;
	font-size: 22px;
	position: absolute;
	bottom: 24px;
	left: 50%;
	margin-left: -40%;
	color: #fff;
	line-height: 50px;
	background: #f65c0d;
	border-radius: 50px;
}
.course .coursebox div a:hover{
	background: #ff6f37;
}
.course .coursebox .course1{
	background: #fff;
	border: 20px solid #e3f1e9;
}
.course .coursebox .course1 h3{
	background: #92d2ad;
}
.course .coursebox .course1 li{
	line-height: 25px;
}
.course .coursebox .course2{
	background: #fff;
	border: 20px solid #f9ebec;
}
.course .coursebox .course2 h3{
	background: #f5a4a8;
}
.course .coursebox .course2 .c{
	background: #92d2ad;
}
.course .coursebox .course2 ul{
	margin-top: 20px;
}
.course .coursebox .course2 li{
	line-height: 26px;
}
.course .coursebox .course3{
	background: #fff;
	border: 20px solid #f7efc3;
}
.course .coursebox .course3 h3{
	background: #f3dd6d;
}
.course .coursebox .course3 ul{
	margin-top: 40px;
}
.course .coursebox .course3 li{
	line-height: 30px;
}
.course .coursebox .course3 .c{
	background: #f5a4a8;
}
.course .coursebox .course4{
	background: #fff;
	border: 20px solid #e7f3f9;
	margin: 0;
}
.course .coursebox .course4 h3{
	background: #a3daf5;
}
.course .coursebox .course4 ul{
	margin-top: 30px;
}
.course .coursebox .course4 li{
	line-height: 28px;
}
.course .coursebox .course4 .c{
	background: #f3dd6d;
}
.course .coursebox .c{
	width: 70%;
	margin: 0 auto;
	padding: 5px 0;
}
.course .coursetip{
	width: 1160px;
	margin: 0 auto;
	height: 190px;
	border: 20px solid #eaeaea;
	margin-top: 30px;
	background: #fafafa;
	box-sizing: border-box;
	text-align: center;
	font-size: 22px;
	line-height: 45px;
	padding-top: 30px;
	border-radius: 190px;
}
.course .coursetip p span{
	font-weight: bold;
}

/*-------------------------------------服务样式-*/
.service{
	width: 100%;
}
.service .service_item{
	width: 1160px;
	margin: 60px auto 0;
	min-width: 1160px;
}
.reason_wrap .service .reason{
	width: 1160px;
	margin: 0 auto;
	padding-top: 100px;
}
.reason_wrap .service .heading{
	width: 1160px;
	height: 70px;
	position: relative;
	margin: 0 auto;
}
.reason_wrap .service .heading h3{
	display: inline-block;
	width: 520px;
	height: 70px;
	background: #f65c0d;
	border-radius: 10px;
	color: #fff;
	font-size: 35px;
	text-align: center;
	line-height: 70px;
	letter-spacing: 3px;
	font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
}
.reason_wrap .service .heading .line1{
	display: inline-block;
	width: 623px;
	height: 3px;
	background: #f65c0d;
	position: absolute;
	top: 18px;
	left: 520px;
}
.reason_wrap .service .heading .line2{
	display: inline-block;
	width: 590px;
	height: 1px;
	background: #f65c0d;
	position: absolute;
	top: 28px;
	left: 520px;
}
.reason_wrap .service .heading .bk{
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #f65c0d;
	border-radius: 100%;
	position: absolute;
	top: 16px;
	left: 1142px;
}
.reason_wrap .service .heading p{
	font-size: 25px;
	position: absolute;
	top: 32px;
	left: 573px;
	color: #838383;
	letter-spacing: 1px;
}
.service li{
	width: 100%;
	height: 180px;
	margin: 10px 0;
	cursor: pointer;
	background: #FCFCFC;
	border-radius: 180px;
}
.service li:hover{
	background: #F1F1F1;
}
.service li .imgbox{
	width: 130px;
	height: 130px;
	display: inline-block;
	float: left;
	margin-left: 25px;
	margin-top: 25px;
	border-radius: 100%;
	overflow: hidden;
}
.service li .txtbox {
	width: 70%;
	margin-left: 50px;
	height: auto;
	display: inline-block;
	font-size: 20px;
	float: left;
	padding-bottom: 39px;
    padding-top: 17px;
}
.service li .txtbox p{
	font-size: 20px;
	padding:0px; 
	line-height: 30px;
}
.service li h4{
	font-size: 25px;
	text-align: left;
	margin-top: 10px;
	padding-bottom: 20px;
}
.service li h4:before{
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 20px;
	position: relative;
	top: 3px;
}
.service li h4.s1:before{
	background: url(../image/sicon1.png) no-repeat 0 0;
	background-size: contain;
}
.service li h4.s2:before{
	background: url(../image/sicon2.png) no-repeat 0 0;
	background-size: contain;
}
.service li h4.s3:before{
	background: url(../image/sicon3.png) no-repeat 0 0;
	background-size: contain;
}
.service li h4.s4:before{
	background: url(../image/sicon4.png) no-repeat 0 0;
	background-size: contain;
}
.service li h4.s5:before{
	background: url(../image/sicon5.png) no-repeat 0 0;
	background-size: contain;
}
.service li h4.s6:before{
	background: url(../image/sicon6.png) no-repeat 0 0;
	background-size: contain;
}

/*---------------------------------------------优势样式-------------------------------------*/
.advantage_wrapper{
	width: 100%;
	height: 100px;
	background: #F4F4F4;
	margin-top: 100px;
	border-bottom: 5px solid #f65c0d;
}
.advantage_box{
	width: 1160px;
	margin: 0 auto;
	min-width: 1160px;
	line-height: 120px;
}
.advantage_wrapper li{
	display: inline-block;
	height: 47px;
	width: 30%;
	color: #333;
	 border-right: 2px solid #333;
	 line-height: 50px;
	 text-align: center;
	 cursor: pointer;
}
.advantage_wrapper li:hover{
	color: #FA4125;
}
.advantage_wrapper li strong{
	font-weight: bold;
	font-size: 45px;
	margin: 0 10px;
}
.advantage_wrapper li span{
	line-height: 50px;
	font-size: 20px;
	position: relative;
	top: -8px;
}

/*---------------------------footer样式-------------------------*/
.footer {
	padding: 1% 0;
	background: #333333;
	color: #a8a8a8;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}


/*---------------------------弹窗样式-------------------------*/

.TC {
    display: none;
    width: 100%;
    height: 100%;
  
    position: fixed;
    top: 0;
    z-index: 99999;
    left: 0;
}
.mail_wrap{
    position: fixed;
    top: 50%;
    left: 50%;
    width:700px;
    height: 450px;
    margin-top: -255px;
    margin-left: -350px;
    background: url(../image/tc.png);
    z-index: 10;
}
.mail_wrap em {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 13px;
    right: 13px;
    cursor: pointer;
}
.mail_wrap p {
    width: 510px;
    height: 217px;
    position: absolute;
    bottom: 56px;
    left: 97px;
}
.rightF{
	position:fixed;
	top:200px;
	right:-150px;
	z-index:11;
	cursor:pointer;
}
.leftF{
	position:fixed;
	top:115px;
	left:-100%;
	z-index:11;
	cursor:pointer;
}
.closeR {
    position: absolute;
    top: 32px;
    right: 6px;
    cursor: pointer;
}
.closeL {
    position: absolute;
    top: 13px;
    right: 15px;
    cursor: pointer;
}




