body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", sans-serif;
}
a {
	text-decoration: none;color:#333
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul,li {
	list-style: none;
}
i {
    font-style: normal;
}
img{
    display: block;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
/*通用父子盒子嵌套浮动问题解决，开始*/
.clear {
	margin: 0px auto;
	width: 100%;
	height: 1px;
	font-size: 1px;
	clear: both;
	background: none;
	overflow: hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*通用父子盒子嵌套浮动问题解决，结束*/
/*间隙层开始*/
.space_hx { /*横向间隙*/
	clear: both;
	width: 100%;
	height: 10px;
	font-size: 1px;
	overflow: hidden;
}

/*间隙层结束*/

.main{
	width:100%;
	float:left;
}
.orange{
	width:100%;
	background:rgb(239 87 41);
	float:left;
}
.white{
	width:100%;
	float:left;
}
.headBox{
	width:980px;
	float:left;
}
.w980{
	width:980px;
	margin:0px auto;
	color:#fff;
}
.headTop{
	width:980px;
	float:left;
	padding:10px 0px;
}
.iconBox{
	width:11px;
	height:15px;
	float:left;
}
.iconBox svg [data-color="1"] {
    fill: #FFFFFF;
}
.headTop .wz{
	float:left;
	font-size:12px;
	line-height:16px;
	padding-left:6px;
}
.logo{
	float:left;
	margin:15px 16px 15px 0;
}
.fr{
    float: left;
    width: 650px;
}
.header {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 0px;
}
.header .left {
    width: 12%;
}
.header .left a img {
    height: 40px;
    margin-top: 6px;
}
.header .left .img2 {
    display: none;
}
.header .nav {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: 100%;
    line-height: 50px;
    display: block;
}
.container {
    width: 100%;
    padding: 0 0px;
    float:left;
}
.header .navbar_nav li {
    float: left;
    position: relative;
    display: block;
    text-align: center;
}
.header .navbar_nav li:after {
    content: "";
    width: 0;
    height: 2px;
    background: #ed1a33;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.header .navbar_nav li:hover:after {
    width: 100%;
}
.header .navbar_nav li a {
    text-decoration: none;
    height: 100%;
    padding: 0px;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
.header .navbar_nav li:hover a {
    color: #ed1a33;
}
.header .navbar_nav li.dropdown {
    display: inherit;
    position: relative;
    height: 60px;
    width: calc((100% - 0px) / 5);
}
.header .navbar_nav li.dropdown .jt {
    width: 20px;
    height: 20px;
    background: url(i/top.png?tenantId=216562&viewType=1) no-repeat;
    background-size: 100% 100%;
    display: block;
}
.header .navbar_nav li.dropdown .dropdown_menu {
    display: none;
    position: absolute;
    top: 50px;
    width: 120%;
    background: #fff;
    box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
    left: -10%;
}
.header .navbar_nav li.dropdown > .dropdown_menu {
    position: fixed;
    top: auto;
    width: 130px;
    left: auto;
    z-index: 10;
}
.header .navbar_nav li.dropdown .dropdown_menu li {
    font-size: 14px;
    color: #666;
    line-height: 50px;
    text-align: center;
    background: #fff;
    margin-bottom: 2px;
	width:100%;
	height:50px;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu {
    display: block;
    background: #f3f3f3;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu li a{
    color: #666;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu li a:hover {
    color: #fff;
    background: #e60619;
}
.header.on {
    background: #fff;
    border-bottom: 1px solid #ccc;
}
.header.on .left .img1 {
    display: none;
}
.header.on .left .img2 {
    display: block;
}
.header.on .navbar_nav li a {
    color: #333;
}
.header.on .navbar_nav li:hover a {
    color: orangered;
}
.headBox .rBox{
	width:108px;
	float:right;
}
.headBox .rBox p{
	width:100%;
	height:43.5px;
	float:left;
	text-align:center;
	font-size:14px;
	padding-top:10px;
}
.mainBox{
    width:960px;
    margin:0px auto;
}
.mainBox .about{
    width:960px;
    float:left;
}
.mainBox .about{
    width:960px;
    float:left;
    margin-top:30px;
}
.mainBox .about .about_content{
    width:370px;
    float:left;
}
.mainBox .about .about_content h3{
    font-size:40px;
    font-family: Arial,Helvetica,sans-serif;
}
.mainBox .about .about_content h3 span{
    width:100%;
    float:left;
    color:rgb(239 87 41)
}
.mainBox .about .about_content p{
    width:345px;
    float:left;
    padding-right:25px;
    line-height:26px;
    padding-top:30px;
}
.mainBox .about .shipin{
    width:584px;
    float:left;
    border:rgba(223, 97, 58, 1) 3px solid;
}
.school{
    background:url(../images/school.png) no-repeat top center;
    height:556px;
    margin-top:30px;
}
.school .school_box{
    width:1100px;
    margin:0px auto;
    height:556px;
    position:relative;
}
.school .school_box .theSchool{
    width:520px;
    height:556px;
    position:absolute;
    right:0px;
    top:0px;
    color:#fff;
}
.school .school_box .theSchool h2{
    font-size:46px;
    padding-top:40px;
}
.school .school_box .theSchool p{
    font-size:16px;
    padding-top:20px;
    line-height:1.5
}
.school .school_box .theSchool .box{
    width:100%;
    display:flex;
    margin-top:30px;
}
.school .school_box .theSchool .box li{
    width:48%;
    margin-right:4%;
}
.school .school_box .theSchool .box li:nth-child(2){
    margin-right:0;
}
.school .school_box .theSchool .box li h3{
    font-size:22px;
    width:100%;
}
.school .school_box .theSchool .box li p{
    font-size:14px;
    width:100%;
}
.school .school_box .theSchool .btn{
    background:#000;
    display:table;
    margin-top:20px;
    font-size:14px;
    font-weight:bold;
}
.school .school_box .theSchool .btn a{
    color:#fff;
    padding:8px 20px;
    display:block;
}
.school .school_box .theSchool .btn a:hover{
    background:#333;
}
.courses{
    width:980px;
    margin:0px auto;
    height:650px;
    padding-top:30px;
}
.courses h2{
    color:#ef5729;
    width:100%;
    text-align: center;
    font-size:46px;
    padding-top:20px;
}
.courses h2 span{
    color:#000;
    font-weight:normal;
}
.courses .info{
    text-align:center;
    display: inline-block;
    font-size:16px;
    margin-top:10px;
    padding-left:20px;
    background:url(../images/dian.png) no-repeat left 50%;
    margin-left:350px;
    line-height:32px;
}
.courses .info a{
    padding:8px 15px;
    background:#ef5729;
    margin-left:5px;
    color:#fff;
    font-size:14px;
    font-weight:bold;
}
.courses .info a:hover{
    background:#333;
}
.courses .box{
    width:980px;
    display:flex;
    margin-top:30px;
}
.courses .box li{
    width:32.66%;
    margin-right:1%;
    height:500px;
    display:flex;
}
.courses .box li:nth-child(3){
    margin-right:0;
}
.courses .box li.a1 a{
    display:block;
    border:#fff 8px solid;
    background:#ef5729
}
.courses .box li.a1 a:hover{
    border:#ef5729 8px solid;
}
.courses .box li.a2 a{
    display:block;
    border:#fff 8px solid;
    background:#B5B9BC
}
.courses .box li.a2 a:hover{
    border:#B5B9BC 8px solid;
}
.courses .box li.a3 a{
    display:block;
    border:#fff 8px solid;
    background:#414141
}
.courses .box li.a3 a:hover{
    border:#414141 8px solid;
}
.courses .box li img{
    width:100%;
}
.courses .box li h4{
    font-size:18px;
    color:#fff;
    padding:15px 20px;
}
.courses .box li p{
    font-size:14px;
    color:#fff;
    padding:0 20px 15px 20px;
    line-height:22px;
}
.courses .box li p.more{
    font-size:16px;
    font-weight:bold;
    padding:10px 20px 25px 20px;
}
.map{
    background:url(../images/map.png) no-repeat top center;
    height:577px;
    margin-top:30px;
}
.testimonials{
    width:980px;
    margin:0px auto;
    height:620px;
    padding-top:30px;
}
.testimonials h2{
    font-size:46px;
    text-align:center;
    width:100%;
    font-weight:normal;
    line-height:80px;
}
.testimonials .info{
    font-size:16px;
    text-align:center;
    width:100%;
}
.testimonials .slideBox{
    width:860px;
    margin-left:60px;
    margin-right:60px;
}

.accommodation{
    background:url(../images/accommodation.png) no-repeat top center;
    height:500px;
    margin-top:30px;
}
.accommodation .accommodation_box{
    width:1100px;
    margin:0px auto;
    height:500px;
    position:relative;
}
.accommodation .accommodation_box .theAccommodation{
    width:390px;
    height:500px;
    position:absolute;
    left:0px;
    top:0px;
    color:#fff;
}
.accommodation .accommodation_box .theAccommodation h2{
    font-size:46px;
    padding-top:40px;
}
.accommodation .accommodation_box .theAccommodation p{
    font-size:16px;
    padding-top:20px;
    line-height:1.5
}
.accommodation .accommodation_box .theAccommodation .box{
    width:100%;
    display:flex;
    margin-top:30px;
}
.accommodation .accommodation_box .theAccommodation .box li{
    margin-right:2%;
}
.accommodation .accommodation_box .theAccommodation .box li:nth-child(3){
    margin-right:0;
}
.accommodation .accommodation_box .theAccommodation .btn{
    background:#ef5729;
    display:table;
    margin-top:30px;
    font-size:14px;
    font-weight:bold;
}
.accommodation .accommodation_box .theAccommodation .btn a{
    color:#fff;
    padding:8px 20px;
    display:block;
}
.accommodation .accommodation_box .theAccommodation .btn a:hover{
    background:#ef5729;
}

.accreditations{
    width:980px;
    margin:0px auto;
    height:205px;
    padding-top:30px;
}
.accreditations h2{
    color:#000;
    width:100%;
    text-align: center;
    font-size:46px;
    padding-top:20px;
}
.accreditations h2 span{
    color:#000;
    font-weight:normal;
}
.accreditations .box{
    width:980px;
    display:flex;
    margin-top:30px;
}
.accreditations .box li{
    width:19%;
    margin-right:1.25%;
    height:60px;
    display:flex;
    text-align:center
}
.accreditations .box li:nth-child(5){
    margin-right:0;
}
.footer{
    background:#000;
}
.footer .footerBox{
    width:980px;
    margin:0px auto;
    height:180px;
    padding-top:50px;
    padding-bottom:20px;
}
.footer .footerBox .contact{
    width:30%;
    float:left;
}
.footer .footerBox .contact h2{
    width:100%;
    float:left;
    text-align:left;
    font-size:14px;
    color:#fff;
}
.footer .footerBox .contact .box{
    width:100%;
    float:left;
    padding-top:10px;
}
.footer .footerBox .contact .iconBox{
	width:11px;
	height:15px;
	float:left;
}
.footer .footerBox .contact .iconBox svg [data-color="1"] {
    fill: #FFFFFF;
}
.footer .footerBox .contact .wz{
	float:left;
	font-size:12px;
	line-height:16px;
    color:#fff;
    padding-left:6px;
}
.footer .footerBox .column{
    width:65%;
    float:left;
    margin-left:5%;
}
.footer .footerBox .column h2{
    width:100%;
    float:left;
    text-align:left;
    font-size:36px;
    color:#fff;
}
.footer .footerBox .column ul{
    width:100%;
    float:left;
}
.footer .footerBox .column ul li{
    float:left;
    color:#fff;
    line-height:36px;
    padding-right:25px;
}
.footer .footerBox .column ul li a{
    color:#fff;
}
.footer .footerBox .copyright{
    width:100%;
    float:left;
    text-align: center;
    font-size:14px;
    color:#242424;
    margin-top:40px;
}
.footer .footerBox .copyright a{
    color:#242424;
}
.cbox{
    width:980px;
    margin:0px auto;
}
.contentbox{
    width:980px;
    float:left;
    box-sizing: content-box;
}
.contentbox ul{
    box-sizing: content-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    width:100%;
    float:left;
    padding:10px;
}
.contentbox ul li{
    width:33.33%;
    float:left;
    box-sizing: content-box;
    padding:10px;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
.contentbox ul li img{
    width:100%;
    height:180px;
}
.contentbox ul li span{
    color:#ef5729;
}

.activitybox{
    width:980px;
    float:left;
    box-sizing: content-box;
}
.activitybox ul{
    box-sizing: content-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    width:100%;
    float:left;
    padding:10px;
}
.activitybox ul li{
    width:50%;
    float:left;
    box-sizing: content-box;
    padding:10px;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
.activitybox ul li img{
    width:100%;
    height:250px;
}
.activitybox ul li span{
    color:#ef5729;
}

.contentbox h2{
    width:100%;
    float:left;
    text-align:center;
    line-height:80px;
    font-size:30px;
}
.contentbox .content{
    padding:15px;
    box-sizing: content-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    width:100%;
    float:left;
}

.pagination{float:right;padding-right:25%;padding-bottom:40px;}
.pagination ul{float:left;width:100%;}
.pagination ul li{float:left;margin:0px 3px;}
.pagination ul li a{padding:4px 8px;display:block;border:#999 1px solid;}
.pagination ul li .current{border:#f00 1px solid;color:#f00;display:block;padding:4px 8px 0 8px;}
