﻿/* eyoucms.com 易优CMS -- 好用,免费,安全 */
*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	font-family: "微软雅黑";
	}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	}
.clearfix{
	clear: both;
	}
body{
	width: 7.5rem;
	margin: 0 auto;
	padding-bottom: 1.16rem;
	}
	
.head_box{
	background-color: #24a5e6;
	position: relative;
	height: 1rem;
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.15);
}
.head_logo img{
	width: 3.68rem;
	height: 1rem;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: .22rem;
	font-size: .26rem;
}
.fh img{
	width: .54rem;
	height: .54rem;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	cursor: pointer;
	font-size: .26rem;
	color: #fff;
	left: .2rem;
}
.head_bt{
	padding: 0 .6rem;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.head_bt h2{
	font-size: .28rem;
	color: #fff;
	text-align: center;
}
.head_nva img{
	width: .59rem;
	display: block;
	position: absolute;
	top:50%;
	right: 0;
	margin-right: .3rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	font-size: .26rem;
	cursor: pointer;
}
.box{
	position: relative;
	overflow: hidden;
}
.nva_list{
	position: absolute;
	top: 0;
	left: -4.7rem;
	width: 4.5rem;
	height: 100%;
	background:rgba(255,255,255,1);
	z-index: 100;
	padding: .2rem .1rem;
}
.nva_list h2{
	color: #666;
	font-size: .32rem;
	text-align: center;
	padding-bottom: .05rem;
	border-bottom: 1px solid #eee;
}
.nva_list form{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: center;
	-ms-flex-pack: center;
	margin-top: .2rem;
}
.nva_list form input{
	font-size: .24rem;
}
.nva_list form input[type=text]{
	width: 3.36rem;
	height: 0.45rem;
	color: #999;
	padding-left: .1rem;
	border: 1px solid #24A5E6;
	border-radius: .06rem 0 0 .06rem;
	-webkit-border-radius: .06rem 0 0 .06rem;
	-moz-border-radius: .06rem 0 0 .06rem;
	-ms-border-radius: .06rem 0 0 .06rem;
}
.nva_list form input[type=submit]{
	width: .8rem;
	height: 0.48rem;
	background-color: #24A5E6;
	border: 1px solid #24A5E6;
	color: #fff;
	border-radius: 0 .06rem .06rem 0;
	-webkit-border-radius: 0 .06rem .06rem 0;
	-moz-border-radius: 0 .06rem .06rem 0;
	-ms-border-radius: 0 .06rem .06rem 0;
}
.dh_list{
	width: 4.3rem;
	margin: 0 auto;
	
}

.nva:first-child h3{
	font-size: .28rem;
	color: #fff;
	background-color: #24A5E6;
}
.nva:first-child h3 a{
	color: #fff;
}
.nva{
	margin: .2rem 0;
}
.nva h3{
	font-size: .28rem;
	color: #0ca7f6;
	background-color: #d9f2ff;
	padding: .1rem .53rem .1rem .2rem;
	position: relative;
	border-radius: .06rem;
	-webkit-border-radius: .06rem;
	-moz-border-radius: .06rem;
	-ms-border-radius: .06rem;
	cursor: pointer;
}
.nva h3 a{
	color: #333;
	padding: .1rem 0;
}
.nva h3 img{
	display: block;
	width: .28rem;
	height: .28rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: 0;
	margin-right: .3rem;
}
.nva ul{
	background-color: #F5F5F5;
	padding: .2rem .1rem;
}
.nva ul li a{
	font-size: .26rem;
	display: block;
	background-color: #fff;
	color: #666;
	margin: .2rem auto;
	padding: .1rem;
	border-radius: .06rem;
	-webkit-border-radius: .06rem;
	-moz-border-radius: .06rem;
	-ms-border-radius: .06rem;
}
.swiper-container {
      width: 7.5rem;
      height: 3.78rem;
    }
.swiper-slide img{
	display: block;
	width: 7.5rem;
	height: 3.78rem;
	}
.swiper-slide {
	 width: 7.5rem;
	 height: 3.78rem;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    

.course_box{
	background-color: #f7f7f7;
	padding: .35rem 0;
}
.bt h2{
	font-size: .3rem;
	color: #24a5e6;
	text-align: center;
}
.bt h3{
	font-size: .22rem;
	color: #ccc;
	font-family: arial;
	text-align: center;
}
.course_list li{
	width: 50%;
	float: left;
}
.course_tu{
	width: 3.15rem;
	height: 2.17rem;
	overflow: hidden;
	border-radius: .04rem;
	-webkit-border-radius: .04rem;
	-moz-border-radius: .04rem;
	-ms-border-radius: .04rem;
}
.course_tu img{
	display: block;
	width: 3.15rem;
}
.course_list li a p{
	font-size: .28rem;
	color: #333;
	text-align: center;
	margin-top: .09rem;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}
.course_list li a{
	display: block;
	margin: .3rem .3rem 0;
}
.course_list li a:hover p{
	color: #24A5E6;
}
.course_gd{
	background-color: #24A5E6;
	position: relative;
}
.course_gd::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/wap_13.png) no-repeat;
	background-position: 50%;
	background-size: 1.24rem;
	
}

.about_box{
	margin: .36rem .22rem;
	padding-left: 2.97rem;
	position: relative;
}
.about_tu{
	width: 2.75rem;
	height: 2.82rem;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.32);
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.32);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.32);
	-ms-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.32);
}
.about_tu img{
	width: 100%;
  	height: 2.82rem;
	display: block;
}
.about_js p{
	font-size: .26rem;
	color: #666;
	line-height: .38rem;
	 display: inline-block;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    margin-top: .03rem;
}
.about_js .bt h2,.about_js .bt h3{
	text-align: left;
}
.about_box a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fc_box{
	padding: .36rem 0;
	
	background-size: 100%;
	position: relative;
	background: rgba(36,165,230,.79);
}
.fc_box::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/style_bg.png) no-repeat;
	z-index: -1;
}
.fc_box .bt h2,.fc_box .bt h3{
	color: #fff;
}
.fc_list li{
	width: 50%;
	float: left;
}
.fc_tu{
	width: 3.15rem;
	height: 2.71rem;
	margin: .3rem .3rem 0;
	position: relative;
}
.fc_tu::after{
	content: "";
	position: absolute;
	background: rgba(0,0,0,.79);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}
.fc_tu img{
	width: 3.15rem;
	display: block;
	font-size: .26rem;
	height: 2.71rem;
}
.fc_tu span{
	font-size: .26rem;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-flex;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	justify-content: center;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	z-index: 1;
	opacity: 0;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}
.fc_tu:hover span,.fc_tu:hover::after{
	opacity: 1;
}
.fc_tu a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.news_box{
	padding: .36rem .22rem;
}
.news_list h2{
	font-size: .26rem;
	color: #333;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	white-space:nowrap;
	overflow:hidden; 
	text-overflow:ellipsis;
}
.news_list span{
	font-size: .22rem;
	color: #ccc;
	display: block;
}
.news_list p{
	font-size: .24rem;
	color: #666;
	line-height: .34rem;
	display: inline-block;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news_list li{
	padding-left: 2.12rem;
	position: relative;
	padding-bottom: .3rem;
	border-bottom: 1px dashed   #ccc;
	margin-top: .2rem;
}
.news_list li a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.news_t{
	width: 1.82rem;
	height: 1.67rem;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.news_t img{
	width: 100%;
	display: block;
}
.news_list li:hover h2{
	color: #24A5E6;
}

.db{
	font-size: .24rem;
	color: #ccc;
	text-align: center;
	margin: .3rem .1rem;
}
.db a{
	color: #ccc;
}
.dib{
	width: 7.5rem;
	background-color: #24A5E6;
	position: fixed;
	bottom: 0;
	display: block;
	z-index: 100;
	}
.dib li{
	width: 25%;
	float: left;
	}
.dib li p{
	font-size: 0.26rem;
	color: #fff;
	text-align: center;
	margin-top: .05rem;
	}
.dib li img{
	width: 0.5rem;
	height: 0.5rem;
	margin: 0 auto;
	display: block;
	}
.dib li a{
	padding: 0.13rem 0;
	display: block;
	}
.dib li:last-child a{
	border: none;
	}
	
	
.bt_list li{
	width: 50%;
	float: left;
	margin-top: .2rem;
}
.bt_list li a{
	font-size: .28rem;
	color: #666;
	display: block;
	margin: 0 .22rem;
	text-align: center;
	padding: .1rem;
	border: 1px solid #999;
}
.bt_list li .bj{
	color: #fff;
	background-color: #24A5E6;
	border: 1px solid #24A5E6;
}
.nr_box{
	margin-top:.4rem;
}
.about_nr{
	font-size: .26rem;
	color: #666666;
	padding: 0 .22rem;
	overflow: hidden;
}
.about_nr p{
	line-height: .45rem;
}
.about_nr img{
	display: block;
	margin: .1rem auto;
	width: 100%;
}
.an input{
	width: 1rem;
	padding: 0.05rem;
	font-size: 0.24rem;
	text-align: center;
	border: 1px solid #ccc;
	color: #666;
	background-color: #f3f3f3;
	display: block;
	}
.an dt a{
	margin: 0.05rem;
	font-size: 0.24rem;
	color: #666;
	padding: 0.05rem;
	border: 1px solid #ccc;
	width: 0.5rem;
	display: block;
	text-align: center;
	}
.an dd{
	margin: 0.05rem;
	}
.an dt .an_bj{
	color: #fff;
	background-color: #24A5E6;
	border: 1px solid #24A5E6;
	}
.an{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: baseline;
	margin: .3rem;
	}
.an dt a:hover,.an input:hover{
	color: #fff;
	background-color: #24A5E6;
	border: 1px solid #24A5E6;
	}
	
.about_nr h1{
	font-size: .32rem;
	color: #333;
	text-align: center;
}
.about_nr .sj{
	display: flex;
	justify-content: center;
}
.about_nr .sj b{
	font-weight: normal;
	color: #999;
	font-size: .22rem;
	margin: .08rem;
}
.about_nr .prenext{margin: 10px 5px;}
.about_nr .prenext a{color: #333;}
.imore,.back
{display:block;width:36%;margin:2% auto;overflow:hidden;border-radius:0.3rem;background: #24a5e6;text-align:center;color:#fff;font:0.18rem/2 "microsoft yahei";clear:both;}
.job_box{
	padding: 0 .22rem;
	font-size: .26rem;
	}
.job_box h2{
	font-size: .28rem;
	color: #0CA7F6;
	margin-top: .1rem;
	}
.job_box h3{
	font-size: .26rem;
	color: #333;
	margin-top: .1rem;
	}
.job_box h4{
	font-size: .26rem;
	color: #333;
	margin-bottom: .1rem;
	position: relative;
	padding-left: .15rem;
	}
.job_box h4 span{
	width: .1rem;
	height: .1rem;
	border-radius: 50%;
	background-color: #555;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -.05rem;
	}
.job_box ol{
	margin-top: .2rem;
	}
.job_box ol li{
	font-size: .24rem;
	color: #666;
	margin-top: .05rem;
	}
	
.contact{
	padding: .22rem;
	overflow: hidden;
	}
.contact dd{
	font-size: .26rem;
	color: #0CA7F6;
	}
.contact dt{
	font-size: .26rem;
	color: #555;
	margin-top: .1rem;
	}
	
.message{
	padding: .22rem;
	}
.message h2{
	font-size: .28rem;
	color: #0CA7F6;
	text-align: center;
	}
.message input,.message textarea{
	display: block;
	width: 5rem;
	margin: 0.2rem auto;
	}
.message input[type=text]{
	padding: 0.05rem;
	border: 1px solid #ccc;
	font-size: .26rem;
	color: #666;
	}
.message input[type=text]:focus,.message textarea:focus,.message input[type=submit]{
	border-color: #0CA7F6;
	outline-color: #24A5E6;
	}
.message textarea{
	padding: 0.05rem;
	border: 1px solid #ccc;
	font-size: .26rem;
	color: #666;
	height: 2rem;
	}
.message input[type=submit]{
	padding: 0.1rem;
	border: none;
	width: 5.1rem;
	font-size: .28rem;
	background-color: #0CA7F6;
	color: #fff;
	cursor: pointer;
	}

.yz{
	width: 5.1rem;
	margin: 0.2rem auto;
	}
.yz input{
	width: 3rem;
	float: left;
	padding: 0;
	margin: 0;
	height: 0.28rem;
	}
.yz img{
	display: block;
	float: left;
	width: 0.95rem;
	height: 0.4rem;
	margin-left: 0.3rem;
	}