﻿/* eyoucms.com 易优CMS -- 好用,免费,安全 */
*{
	text-decoration: none;
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
.clearfix{
	clear: both;
}
.head_box{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.head_logo{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.head_nva{
	margin-left: 428px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
}
.head_nva li{
	float: left;
}
.head_nva li a{
	padding: 39px 18px;
	display: block;
	font-size: 15px;
	color: #666;
	transition: 0.2s all linear;
	-webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	-ms-transition: 0.2s all linear;
}
.head_nva li{
	position: relative;
	line-height: 1;
	transition: 0.2s all linear;
	-webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	-ms-transition: 0.2s all linear;
	cursor: pointer;
}
.head_nva li:before{
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 0;
	height: 100%;
	background-color: #2ba8e7;
	transition: 0.2s all linear;
	-webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	-ms-transition: 0.2s all linear;
	z-index: -1;
}
.head_nva li:hover a{
	color: #fff;
}
.head_nva li:hover:before{
	width: 100%;
	top: 0;
	left: 0;
	transition-delay: 0.1s;
	background-color: #2ba8e7;
}
.head_nva li:hover ~ li:before {
	left: 0;
}
.head_nva .head_bj{
	background-color: #2ba8e7;
}
.head_nva .head_bj a{
	color: #fff;
}
.head_nva li:hover dl{
	opacity: 1;
	top: 93px;
	display:block;
}
.head_nva li dl{
	position: absolute;
	z-index: 10;
	background-color: #2ba8e7;
	width: 150px;
	padding: 5px 0;
	display:none;
	top: 110px;
	opacity: 0;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
}
.head_nva li dl a{
	color: #fff;
	padding: 10px 5px;
	
}
.head_nva li dl dd:hover a{
	color: #666;
	background-color: #fff;
}

.head_ss{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%); 
	margin-right: 88px;
	cursor: pointer;
}
.sous_box{
	position: absolute;
	top: 93px;
	right: 0;
	z-index: 100;
	background-color: #fff;
	padding: 11px 17px;

}
.sous_box form input{
	display: block;
	float: left;
}
.sous_box form input:nth-child(4){
	background-color: #2BA8E7;
	border: 1px solid #2BA8E7;
	font-size: 14px;
	color: #fff;
	padding: 5px 15px;
}
.sous_box form input:nth-child(3){
	border: 1px solid #2BA8E7;
	font-size: 14px;
	color: #999;
	padding: 5px 0;
	padding-left: 36px;
	background: url(../img/sous_2.png) no-repeat;
	background-position: 8px 50%;
}

/*——————————banner————————————*/
/*banner*/
.banner{
	height: 500px;
	overflow:hidden;
}
.banner ul li a{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: center;
	-ms-flex-pack:center;
}
/*——————————————精品课程————————————————*/
.course_bg{
	background-color: #f7f7f7;
	padding: 40px 0;
}
.course_box{
	width: 1200px;
	margin: 0 auto;
}
.bt h2{
	font-size: 24px;
	color: #333;
}
.bt h3{
	font-size: 18px;
	color: #999;
	font-family: arial;
	margin-top: 2px;
}
.bt{
	text-align: center;
}
.course_{
	overflow: hidden;
	display:block;
	width:380px;
	height:332px;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
	position:relative;
	box-sizing:border-box;
	-webkit-perspective:1700px;
	-moz-perspective:1700px;
	perspective:1700px;
	-webkit-perspective-origin:50% 50%;
	-moz-perspective-origin:50% 50%;
	perspective-origin:50% 50%;
}
.course_1{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	position:relative;
	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	transform-style:preserve-3d;
}
.course_img{
	backface-visibility:hidden;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
}
.course_1:hover .course_img{
	-webkit-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	transform:rotateY(180deg);
}
.course_img img{
	width: 380px;
	display:block;
	position:relative;
}
.course_jj{
	position:absolute;
	top:0;
	left:0;
	color:#fff;
	height:100%;
	width:100%;
	padding:0;
	margin:0;
	opacity:0;
	background-color:#24a5e6;
	text-align:center;
	backface-visibility:hidden;
	-webkit-transform:rotateY(-180deg);
	-moz-transform:rotateY(-180deg);
	transform:rotateY(-180deg);
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
}
.course_1:hover .course_jj{
	opacity:1;
	-webkit-transform:rotateY(0);
	-moz-transform:rotateY(0);
	transform:rotateY(0);
	
}
.course_jj h4{
	font-size:16px;
	text-align:center;
	width:100%;
	position:absolute;
	top:35%;
	left:5px;
	color:#fff;
}
.course_jj p{
	font-size:13px;
	line-height: 18px;
	text-align:center;
	width:100%;
	position:absolute;
	top:45%;
	margin: 0;
	padding: 0;
	color:#fff;
}
.course_jj a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}
.course_list ul li{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	width: 380px;
	float: left;
	overflow: hidden;
}
.course_list ul li:nth-child(2){
	margin: 0 30px;
}
.course_list ul li span{
	font-size: 14px;
	color: #333;
	display: block;
	margin-top: 15px;
	text-align: center;
	transition: 0.2s all linear;
	-webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	-ms-transition: 0.2s all linear;
}
.course_list{
	margin-top: 25px;
}
.course_list ul li:hover span{
	color: #24A5E6;
}
.gd{
	margin-top: 25px;
	margin-bottom: 60px;
	
}
.gd a:hover{
	color: #fff;
}
.gd a{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	font-size: 14px;
	color: #24A5E6;
	border: 1px solid #24A5E6;
	padding: 8px 20px;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;

}
.gd a::before{
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #24A5E6;
    transition: transform .5s;
	-webkit-transition: transform .5s;
	-moz-transition: transform .5s;
	-ms-transition: transform .5s;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform-origin: 100% 0;
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
    z-index: -1;
}
.gd a:hover::before,.fc_box .gd a:hover::before{
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
}
/*——————————关于我们——————————*/
.about_box{
	width: 1200px;
	margin: 40px auto 0;
	border: #24A5E6;
}
.about_tu{
	margin-top: 22px;
	margin-left: 22px;
	width: 323px;
	height: 331px;
	position: relative;
	float: left;
}
.about_tu img{
	display: block;
	width: 323px;
	height: 331px;
	position: absolute;
	left: 17px;
	top: 17px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.32);
}
.about_tu::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #24A5E6;
}
.about_bt h2{
	font-size: 24px;
	color: #333;
}
.about_bt h3{
	font-size: 18px;
	color: #999;
	font-family: arial;
	margin-top: 2px;
}
.about{
	width: 756px;
	float: left;
	margin-left: 60px;
	margin-top: 22px;
}
.about p{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	display: inline-block;
    text-align: left;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    margin-top: 22px;
}
.about_gd{
	font-size: 14px;
	color: #24A5E6;
	border: 1px solid #24A5E6;
	width: 106px;
	height: 35px;
	margin-top: 40px;
	display: inline-flex;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	align-items: center;
	-ms-flex-align: center;
	justify-content: center;
	-ms-flex-pack: center;
	position: relative;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
}
.about_gd::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #24A5E6;
	transition: transform .5s;
	-webkit-transition: transform .5s;
	-moz-transition: transform .5s;
	-ms-transition: transform .5s;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform-origin: 100% 0;
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	z-index: -1;
}
.about_gd:hover::before{
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
}
.about_gd:hover{
	color: #fff;
}
/*————————————学员风采——————————*/
.fc_bg{
	margin-top: 62px;
	padding: 26px 0;
	background: rgba(36,165,230,.79);
	position: relative;
}
.fc_bg::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/fc_bg.png) no-repeat;
	z-index: -1;
}
.fc_box .bt{
	z-index: 10;
}
.fc_box .bt h2,.fc_box .bt h3{
	color: #fff;
}
.fc_box{
	width: 1200px;
	margin: 0 auto;
}
.fc_list{
	margin-top: 24px;
}
.fc_list li{
	background-color: #000;
	position: relative;
	width: 282px;
	height: 250px;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
	overflow:hidden;
	margin: 9px;
	float: left;
}
.fc_list li img{
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	opacity: 1;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
}
.fc_list li:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	opacity: .21;
	position: absolute;
}
.fc_list_js{
	color: #fff;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	overflow: hidden;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
}
.fc_list_js h2{
	font-size: 15px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	top: 0;
	text-align: center;
	opacity: 0;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
	display: inline-block;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.fc_list_js p{
	font-size: 13px;
	position: absolute;
	line-height: 20px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 200px;
	left: 50%;
	top: 80%;
	text-align: center;
	opacity: 0;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
	display: inline-block;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.fc_list li:hover p{
	top: 35%;
	opacity: 1;
}
.fc_list li:hover h2{
	top: 20%;
	opacity: 1;
}
.fc_list_js::before,.fc_list_js::after{
	position:absolute;
	content:'';
	opacity: 0;
	-webkit-transition:opacity 0.4s,-webkit-transform .4s;
	-moz-transition:opacity 0.4s,-moz-transform .4s;
	-o-transition:opacity 0.4s,-o-transform .4s;
	transition:opacity 0.4s,transform .4s;
}
.fc_list_js::before{
	top: 20px;
	bottom: 20px;
	left: 20px;
	right: 20px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	-webkit-transform:scale(0,1);
	-moz-transform:scale(0,1);
	-o-transform:scale(0,1);
	transform:scale(0,1);
	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	-o-transform-origin:0 0;
	transform-origin:0 0;
}
.fc_list_js::after{
	top: 12px;
	bottom: 12px;
	left: 28px;
	right: 28px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform:scale(1,0);
	-moz-transform:scale(1,0);
	-o-transform:scale(1,0);
	transform:scale(1,0);
	-webkit-transform-origin:100% 0;
	-moz-transform-origin:100% 0;
	-o-transform-origin:100% 0;
	transform-origin:100% 0;
}
.fc_list li:hover .fc_list_js::before,.fc_list li:hover .fc_list_js::after{
	opacity:1;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.fc_list_js a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
    z-index: 1000;
}
.fc_box .gd a{
	color: #fff;
	border: 1px solid #fff;
}
.fc_box .gd a::before{
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: transform .5s;
	-webkit-transition: transform .5s;
	-moz-transition: transform .5s;
	-ms-transition: transform .5s;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform-origin: 100% 0;
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
    z-index: -1;
}
.fc_box .gd a:hover{
	color: #24A5E6;
}

/*——————————新闻中心——————————*/
.news_box{
	width: 1200px;
	margin: 40px auto;
}
.news_list{
	margin: 25px 0;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-ms-flex-pack: justify;
}
.news_list li{
	width: 380px;
	background-color: #f9f9f9;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
	padding-bottom: 15px;
	float: left;
}
.news_tu{
	width: 380px;
	height: 194px;
	overflow: hidden;
}
.news_tu img{
	display: block;
	width: 380px;
	height: 194px;
}
.news_list li h2{
	font-size: 16px;
	color: #333;
	margin-top: 10px;
	margin-left: 7px;
	transition: 0.2s all linear;
	-webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	-ms-transition: 0.2s all linear;
}
.news_list li h3{
	font-size: 12px;
	color: #999;
	margin: 4px 0;
	margin-left: 7px;
}
.news_list li p{
	font-size: 14px;
	color: #666;
	line-height: 20px;
	margin-left: 7px;
}
.news_list li b{
	font-size: 13px;
	color: #999;
	font-weight: normal;
	font-family: arial;
	margin-left: 7px;
	margin-top: 10px;
	display: block;
}
.news_list li:hover h2{
	color: #24A5E6;
}
/*底部*/
.dib_bg{
	background-color: #333;
	margin-top: 30px;
	}
.dib_box{
	width: 1200px;
	margin: 0 auto;
	padding: 34px 0;
	}
.dib_box ul li a{
	font-size: 13px;
	color: #ccc;
	display: block;
	float: left;
	margin-right: 22px;
	}
.dib_box dl{
	width: 699px;
	}
.dib_box dl dd,.dib_box dl dt{
	font-size: 13px;
	color: #ccc;
	float: left;
	margin-right: 42px;
	margin-top: 20px;
	}
.dib_box dl dd,.dib_box dl dt a{
	color: #ccc;
	}
.dib_box span{
	font-size: 13px;
	color: #ccc;
	margin-top: 20px;
	display: block;
	}
.dib_box span a{
	font-size: 13px;
	color: #ccc;
	margin-top: 20px;
	}
.dib_box span a:hover,.dib_box ul li a:hover{
	color: #24A5E6;
	}
.db{
	padding-right: 500px;
	position: relative;
	}
.ewm{
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 60px;
	}
.ewm div{
	width: 100px;
	margin: 0 21px;
	float: left;
	}
.ewm div img{
	width: 100px;
	height: 100px;
	display: block;
	}
.ewm div p{
	font-size: 13px;
	color: #ccc;
	text-align: center;
	margin-top: 8px;
	}
.db_{
	font-size: 13px;
	color: #ccc;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #000;
	}
.db_ a{
	color: #ccc;
	}
	
/*——————————————————————在线客服——————————————————*/
.zaix_box{
	position: fixed;
	right: 20px;
	bottom: 50px;
	cursor: pointer;
	}
.zaix_box ul{
	width: 60px;
	}
.zaix_box ul li{
	width: 60px;
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	background-color: #fff;
	padding-top: 16px;
	padding-bottom: 9px;
	}
.zaix_box ul li img{
	margin: 0 auto;
	display: block;
	}
.zaix_box ul li p{
	font-size: 13px;
	color: #b2b2b2;
	text-align: center;
	margin-bottom: 7px;
	}
.zaix_box ul li:hover{
	background-color: #24a5e6;
	}
.zaix_box ul li:hover p{
	color: #fff;
	}
.zaix_box ul li img:nth-child(2){
	display: none;
	}
.zaix_box ul li:hover img:nth-child(2){
	display: block;
	}
.zaix_box ul li:hover img:nth-child(1){
	display: none;
	}
.zaix_box ul li:hover .ziji b img{
	display: block;
	}
.zaix_box ul li{
	position: relative;
	}
.ziji{
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	}
.ziji{
	position: absolute;
	width: 300%;
	bottom: 0;
	left: -300%;
	}
.xf{
	background:#24a5e6;
	padding-bottom: 10px;
	margin-right: 12px;
	padding-top: 4px;
	}
.ziji span{
	font-size: 13px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
	display: block;
	}
.ziji a{
	font-size: 13px;
	display: block;
	background-color: #fff;
	color: #333;
	text-align: center;
	padding: 5px;
	margin: 20px 5px 0;
	}
.ziji b{
	width: 120px;
	height: 120px;
	margin: 0 auto;
	margin-top: 10px;
	border: 1px solid #fff;
	display: block;
	}
.ziji b img{
	width: 120px;
	height: 120px;
	}
.ziji{
	display: none;
	}
.zaix_box ul li:hover .ziji{
	display: block;
	}
.csj{
	width: 8px;
	height: 17px;
	position: absolute;
	right: 4px;
	bottom: 10px;
	}
	

/*——————————————内容区——————————*/
.xq_box{
	width: 1200px;
	margin: 40px auto;
}
.left_box{
	width: 250px;
	float: left;
}
.left_list{
	border: 1px solid #24A5E6;
}
.left_list dd{
	background-color: #24A5E6;
	padding: 10px;
}
.left_list dd h2{
	font-size: 20px;
	color: #fff;
}
.left_list dd h3{
	font-size: 16px;
	color: #fff;
	font-family: arial;
	margin-top: 5px;
}
.left_list dt{
	margin: 2px 0;
}
.left_list dt a{
	font-size: 15px;
	color: #666;
	display: block;
	padding: 10px;
	background-color: #F7F7F7;
	transition: 0.2s all linear;
	-webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	-ms-transition: 0.2s all linear;
}
.left_list dt:hover a{
	background-color: #24A5E6;
	color: #fff;
}
.left_list dt .dtbj{
	background-color: #24A5E6;
	color: #fff;
}
.contact_list{
	border: 1px solid #DEDEDE;
	margin-top: 20px;
}
.contact_list dt{
	font-size: 14px;
	color: #666;
	padding: 10px;
}
.contact_list dd{
	border-bottom: 1px solid #dedede;
	padding: 10px;
	background-color: #DEDEDE;
}
.contact_list dd h2{
	font-size: 20px;
	color: #555;
}
.contact_list dd h3{
	font-size: 16px;
	color: #777;
	font-family: arial;
	margin-top: 5px;
}
.right_box{
	width: 920px;
	margin-left: 30px;
	float: left;
}
.dq_box,.dq_box li a{
	font-size: 14px;
	color: #666;
}
.dq_box li{
	float: left;
	margin: 0 2px;
}
.dq_box li a:hover{
	color: #24A5E6;
}
.nr_xq,.course-box{
	margin: 10px 0;
	padding: 20px 0;
	border: 1px solid #24A5E6;
	border-right: none;
	border-left: none;
}
.nr_xq{
	font-size: 14px;
	color: #666;
	line-height: 28px;
	overflow: hidden;
}
.nr_xq h1{
	font-size: 20px;
	color: #333;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.nr_xq p{
	font-size: 14px;
	color: #666;
	line-height: 28px;
	margin-top: 10px;
}
.nr_xq img{
	margin: 5px auto;
	display: block;
}

.course-list li{
	width: 280px;
	overflow: hidden;
	background-color: #ccc;
	float: left;
	margin: 13px;
}
.course_tu {
	position: relative;
	overflow: hidden;
}
.course_tu::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background: rgba(0,0,0,.6);
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.course_tu img{
	width: 280px;
	display: block;
	transition: 0.2s all linear;
	-webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	-ms-transition: 0.2s all linear;
}
.course-list li p{
	font-size: 14px;
	text-align: center;
	padding: 10px;
	color: #333;
	transition: 0.2s all linear;
	-webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	-ms-transition: 0.2s all linear;
}
.course-list li :hover .course_tu::before{
	height: 100%;
}
.course-list li:hover p{
	color: #fff;
	background-color: #24A5E6;
}

.an{
	margin-top: 30px;
	}
.an input{
	width: 55px;
	padding: 3px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #ccc;
	color: #3e3a39;
	background-color: #f4f4f4;
	cursor: pointer;
	transition: 0.2s all linear;
	-webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	-ms-transition: 0.2s all linear;
	}
.an dt a{
	border: 1px solid #ccc;
	justify-content: center;
	margin: 5px;
	font-size: 14px;
	display: inline-flex;
	display: -ms-inline-flexbox;
	align-items: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	width: 20px;
	padding: 3px;
	color: #3e3a39;
	transition: 0.2s all linear;
	-webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	-ms-transition: 0.2s all linear;
	}
.an dd{
	margin: 5px;
	}
.an dt .an_bj{
	color: #fff;
	background-color: #24A5E6;
	border: 1px solid #24A5E6;
	}
.an{
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-flex-pack: center;
	-ms-flex-item-align: center;
	align-items: baseline;
	margin-bottom: 10px;
	}
.an dt a:hover,.an input:hover{
	color: #fff;
	background-color: #24A5E6;
	border: 1px solid #24A5E6;
	}
.nr_{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: center;
	-ms-flex-pack: center;
}
.nr_ b{
	font-size: 12px;
	color: #999;
	font-weight: normal;
	margin: 0 5px;
}
.next li a{
	color: #999;
	transition: 0.2s all linear;
	-webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	-ms-transition: 0.2s all linear;
}
.next li:hover a{
	color: #24A5E6;
	border-bottom: 1px solid #24A5E6;
}
.next{
	margin-top: 10px;
}
.next li{
	float: left;
	margin: 0 5px;
	color: #333333;
}
.style_list li{
	width: 280px;
	overflow: hidden;
	float: left;
	margin: 13px;
}
.style_tu img{
	width: 280px;
	display: block;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.style_list li span{
	font-size: 14px;
	color: #666;
	margin: 8px;
	display: block;
	text-align: center;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.style_list li:hover .style_tu img{
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
	opacity: .75;
}
.style_list li:hover span{
	color: #24A5E6;
}
.xw_tu{
	width: 210px;
	height: 107px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
.xw_tu img{
	width: 100%;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block;
}
.xw_list li{
	height: 107px;
	padding-left: 240px;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
	overflow: hidden;
	margin-top: 10px;
}
.xw_list li:first-child{
	margin-top: 0;
}
.xw_list li h2{
	font-size: 16px;
	color: #333;
	margin-top: 5px;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.xw_list li span{
	font-size: 12px;
	color: #999;
	display: block;
	margin: 5px;
}
.xw_list li p{
	font-size: 14px;
	color: #666;
	line-height: 28px;
	display: inline-block;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xw_list li:hover h2{
	color:#24A5E6;
}
.xw_list li:hover .xw_tu img{
	opacity: .8;
}
.job_box{
	padding: 20px;
	padding-top: 0;
	}
.job_box h2{
	font-size: 18px;
	color: #24A5E6;
	}
.job_box h3{
	font-size: 15px;
	color: #333;
	margin-top: 8px;
	}
.job_box h4{
	font-size: 14px;
	color: #333;
	position: relative;
	padding-left: 8px;
	margin-top: 8px;
	}
.job_box h4 span{
	width: 6px;
	height: 6px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	background-color: #555;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	}
.job_box ol{
	margin-top: 15px;
	font-size: 15px;
	}
.job_box ol li{
	font-size: 14px;
	color: #666;
	margin-top: 5px;
	}
	
.contact_box{
	
	overflow: hidden;
	}
.contact_box dl dd{
	font-size: 18px;
	color: #24A5E6;
	}
.contact_box dl dt{
	font-size: 15px;
	color: #555;
	margin-top: 5px;
	}
	
.contact_box img{
	width: 100%;
	margin: 20px 0;
	display: block;
	opacity: .85;
}

.contact_box h2{
	font-size: 18px;
	color: #24A5E6;
	text-align: center;
	margin: 15px;
	}
.contact_box input[type=text]{
	width: 426px;
	display: block;
	padding: 5px;
	margin: 10px;
	font-size: 14px;
	color: #666;
	float: left;
	}
.contact_box textarea{
	width: 900px;
	height: 100px;
	font-size: 14px;
	margin: 10px;
	color: #666;
	}
.contact_box input[type=submit]{
	width: 900px;
	margin: 10px;
	border: none;
	padding: 10px;
	background-color: #24A5E6;
	font-size: 15px;
	color:white;
	cursor: pointer;
	}
.contact_box input:focus,.contact_box textarea:focus{
	border: 1px solid #5baed8;
	box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.2);
}
