/*必备样式*/
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0;padding:0;}
ul,ol,dl{list-style-type:none;}
html,body{*position:static;}
html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
address,caption,cite,code,dfn,em,th,var,i{font-style:normal;font-weight:normal;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button{overflow: visible;vertical-align:middle;outline:none;}
h1,h2,h3,h4,h5,h6{font-size:14px; font-weight:normal;}
a,area{outline:none;blr:expression(this.onFocus=this.blur());}
a:focus,a:hover,a:active{outline:none;blr:expression(this.onFocus=this.blur());}
a{outline:none;text-decoration: none!important;color: #666;-o-transition: .2s ease;-moz-transition: .2s ease;-webkit-transition: .2s ease;transition: .2s ease;}
sub,sup{vertical-align:baseline}
table{border-collapse:collapse;border-spacing:0}
textarea { resize:none;outline: none;} 
input[type="submit"],input[type="button"]{ cursor:pointer;}
/*img*/
img{border:0;vertical-align:middle;}
a img,img{-ms-interpolation-mode:bicubic;}
.img-responsive{max-width: 100%;height: auto;}
/*HTML5 reset*/
header,footer,section,aside,details,menu,article,section,nav,address,hgroup,figure,figcaption,legend{display:block;margin:0;padding:0}time{display:inline;}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1;}
audio:not([controls]){display:none;}
legend{width:100%;margin-bottom:20px;font-size:21px;line-height:40px;border:0;border-bottom:1px solid #e5e5e5;}
legend small{font-size:15px;color:#999}
svg:not(:root) {overflow: hidden;}
fieldset {border-width:0;padding: 0.35em 0.625em 0.75em;margin: 0 2px;border: 1px solid #c0c0c0;}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto;}
input[type="search"] {-webkit-appearance: textfield; /* 1 */-moz-box-sizing: content-box;-webkit-box-sizing: content-box; /* 2 */box-sizing: content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
a{text-decoration:none; color:#666}
a:hover{text-decoration:none;}
body,th,td,button,input,select,textarea{ font-family: "微软雅黑";-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;border: none;}
body{line-height:1.6;font-family: "微软雅黑";font-size: 14px;width: 100%;margin: 0 auto;color: #666666;}
.fl{ float:left;}
.fr{ float:right;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height: 0;font-size: 0;}
.clearfix{*zoom:1;}
.ib{display:inline-block;*display:inline;*zoom:1; vertical-align:middle;}
img{display: inline-block;max-width: 100%;}
::-webkit-input-placeholder { /* WebKit browsers */ 
	color: #b9b8b8; 
} 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
	color: #b9b8b8; 
} 
::-moz-placeholder { /* Mozilla Firefox 19+ */ 
	color: #b9b8b8; 
} 
:-ms-input-placeholder { /* Internet Explorer 10+ */ 
	color: #b9b8b8; 
} 

.content{
	width: 1200px;
	margin: 0 auto;
}
/*/*--------------header----------------*/
.header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);

	z-index: 1001;
}
.header .content{
	height: 80px;

	position: relative;
}
.header a.qh {
	position: absolute;
	right: 8.5%;
	top: 10px;
	color: #333;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	padding: 6px 10px;
	border-radius: 10px;
	z-index:1000;
}
.header a.qh.active ,
.header a.qh:hover {
	background: #49c2ff;
}
.hdl{
	float: left;
	margin-top: 8px;
}
.hdl a{
	display: block;
	width: 100%;
}
.hdr{
	position: absolute;
	width: 80%;
	right: -15%;
	
}
/*/*.naver ul{
	text-align: right;
}
.naver ul li{
	display: inline-block;
	margin: 0 10px;
}
.naver ul li a{
	display: inline-block;
	position: relative;
	height: 54px;
	width: 80px;
	background-color: transparent;
	border-color: #FFFFFF;
}

.naver ul li a span:nth-child(1) {
	color: #333;
}
.naver ul li a span:nth-child(2) {
	color: #49c2ff;
}
.naver ul li a.active span:nth-child(1) {
	color: #49c2ff;
}
.naver ul li a span {
	position: absolute;
	box-sizing: border-box;
	display: block;
}
.naver ul li a > span > span:nth-child(3),
.naver ul li a:before, 
.naver ul li a:after, 
.naver ul li a>:first-child, 
.naver ul li a>:first-child:before, 
.naver ul li a>:first-child:after {
	border-color: inherit;
	display: block;
	-moz-transition: border-color 0.3s ease;
	-webkit-transition: border-color 0.3s ease;
	transition: border-color 0.3s ease;
}
.naver ul li a:before, 
.naver ul li a:after, 
.naver ul li a>:first-child:before, 
.naver ul li a>:first-child:after {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	position: absolute;
	box-sizing: border-box;
	content: '';
}
.naver ul li a > span > span:nth-child(3), 
.naver ul li a:before, 
.naver ul li a:after, 
.naver ul li a>:first-child:before, 
.naver ul li a>:first-child:after {
	border-width: 3px;
}
.naver ul li a > span > span:nth-child(3) {
	border-radius: 3px;
}
.naver ul li a:before {
	border-radius: 3px 0 0 3px;
}
.naver ul li a:after {
	border-radius: 0 3px 3px 0;
}
.naver ul li a >:first-child:before {
	border-radius: 3px 3px 0 0;
}
.naver ul li a >:first-child:after {
	border-radius: 0 0 3px 3px;
}
.naver ul li a >:first-child {
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
}
.naver ul li a > span span {
	width: inherit;
	text-align: center;
	-moz-transition: opacity 0.6s ease, top 0.5s ease;
	-webkit-transition: opacity 0.6s ease, top 0.5s ease;
	transition: opacity 0.6s ease, top 0.5s ease;
}
.naver ul li a > span > span:nth-child(1) {
	opacity: 1;
	top: 17px;
}
.naver ul li a > span > span:nth-child(2) {
	top: 40px;
	opacity: 0;
}

.naver ul li a>span>span:nth-child(3) {
	top: 36%;
	height: 36%;
	width: inherit;
	border-style: none solid none solid;
}

.naver ul li a:before, 
.naver ul li a:after {
	top: 0;
	width: 0;
	height: inherit;
	border-style: solid none solid none;
}
.naver ul li a>:first-child:before, 
.naver ul li a>:first-child:after {
	left: 0;
	height: 0;
	width: inherit;
	border-style: none solid none solid;
}
.naver ul li a:before {
	-webkit-animation-name: left-center;
	animation-name: left-center;
}
.naver ul li a:after {
	-webkit-animation-name: right-center;
	animation-name: right-center;
}
.naver ul li a>:first-child:before {
	-webkit-animation-name: center-top;
	animation-name: center-top;
}
.naver ul li a>:first-child:after {
	-webkit-animation-name: center-bottom;
	animation-name: center-bottom;
}
.naver ul li a:hover:before {
	-webkit-animation-name: center-left;
	animation-name: center-left;
}
.naver ul li a:hover:after {
	-webkit-animation-name: center-right;
	animation-name: center-right;
}
.naver ul li a:hover>:first-child:before {
	-webkit-animation-name: top-center;
	animation-name: top-center;
}
.naver ul li a:hover>:first-child:after {
	-webkit-animation-name: bottom-center;
	animation-name: bottom-center;
}
@-webkit-keyframes center-left {
	0%		{left: 40%; width: 8%; opacity: 0.2;}
	25%		{left: 25%; width: 15%;}
	50%		{left: 0%; width: 30%;}
	80%		{left: 0%; width: 0%;}
	100%	{left: 0%; width: 0%; opacity: 1;}
}
@-webkit-keyframes left-center {
	0%		{left: 0%; width: 0%; opacity: 1;}
	20%		{left: 0%; width: 0%;}
	50%		{left: 0%; width: 30%;}
	55%		{left: 40%; width: 11%;}
	100%	{left: 43%; width: 8%; opacity: 0.2;}
}
@-webkit-keyframes center-right {
	0%		{left: 52%; width: 8%; opacity: 0.2;}
	25%		{left: 60%; width: 15%;}
	50%		{left: 70%; width: 30%;}
	80%		{left: 100%; width: 0%;}
	100%	{left: 100%; width: 0%; opacity: 1;}
}
@-webkit-keyframes right-center {
	0%		{left: 100%; width: 0%; opacity: 1;}
	20%		{left: 100%; width: 0%;}
	50%		{left: 70%; width: 30%;}
	55%		{left: 49%; width: 11%;}
	100%	{left: 49%; width: 8%; opacity: 0.2;}
}
@-webkit-keyframes top-center {
	0%		{top: 0%; height: 0%; opacity: 0.2;}
	50%		{top: 0%; height: 0%;}
	60%		{top: 0%; height: 20%;}
	--w3layouts--
	--agileits--
	80%		{top: 0%; height: 50%;}
	90%		{top: 25%; height: 25%;}
	100%	{top: 50%; height: 0%; opacity: 1;}
}
@-webkit-keyframes center-top {
	0%		{top: 50%; height: 0%; opacity: 1;}
	10%		{top: 25%; height: 25%;}
	20%		{top: 0%; height: 50%;}
	40%		{top: 0%; height: 20%;}
	50%		{top: 0%; height: 0%;}
	100%	{top: 0%; height: 0%; opacity: 0.2;}
}
@-webkit-keyframes bottom-center {
	0%		{top: 100%; height: 0%; opacity: 0.2;}
	50%		{top: 100%; height: 0%;}
	60%		{top: 80%; height: 20%;}
	80%		{top: 50%; height: 50%;}
	90%		{top: 50%; height: 25%;}
	100%	{top: 50%; height: 0%; opacity: 1;}
}
@-webkit-keyframes center-bottom {
	0%		{top: 50%; height: 0%; opacity: 1;}
	10%		{top: 50%; height: 25%;}
	20%		{top: 50%; height: 50%;}
	40%		{top: 80%; height: 20%;}
	50%		{top: 100%; height: 0%;}
	100%	{top: 100%; height: 0%; opacity: 0.2;}
}
@keyframes center-left {
	0%		{left: 40%; width: 8%; opacity: 0.2;}
	25%		{left: 25%; width: 15%;}
	50%		{left: 0%; width: 30%;}
	80%		{left: 0%; width: 0%;}
	100%	{left: 0%; width: 0%; opacity: 1;}
}
@keyframes left-center {
	0%		{left: 0%; width: 0%; opacity: 1;}
	20%		{left: 0%; width: 0%;}
	50%		{left: 0%; width: 30%;}
	55%		{left: 40%; width: 11%;}
	100%	{left: 43%; width: 8%; opacity: 0.2;}
}
@keyframes center-right {
	0%		{left: 52%; width: 8%; opacity: 0.2;}
	25%		{left: 60%; width: 15%;}
	50%		{left: 70%; width: 30%;}
	80%		{left: 100%; width: 0%;}
	100%	{left: 100%; width: 0%; opacity: 1;}
}
@keyframes right-center {
	0%		{left: 100%; width: 0%; opacity: 1;}
	20%		{left: 100%; width: 0%;}
	50%		{left: 70%; width: 30%;}
	55%		{left: 49%; width: 11%;}
	100%	{left: 49%; width: 8%; opacity: 0.2;}
}
@keyframes top-center {
	0%		{top: 0%; height: 0%; opacity: 0.2;}
	50%		{top: 0%; height: 0%;}
	60%		{top: 0%; height: 20%;}
	80%		{top: 0%; height: 50%;}
	90%		{top: 25%; height: 25%;}
	100%	{top: 50%; height: 0%; opacity: 1;}
}
@keyframes center-top {
	0%		{top: 50%; height: 0%; opacity: 1;}
	10%		{top: 25%; height: 25%;}
	20%		{top: 0%; height: 50%;}
	40%		{top: 0%; height: 20%;}
	50%		{top: 0%; height: 0%;}
	100%	{top: 0%; height: 0%; opacity: 0.2;}
}
@keyframes bottom-center {
	0%{		top: 100%; height: 0%; opacity: 0.2;}
	50%		{top: 100%; height: 0%;}
	60%		{top: 80%; height: 20%;}
	80%		{top: 50%; height: 50%;}
	90%		{top: 50%; height: 25%;}
	100%	{top: 50%; height: 0%; opacity: 1;}
}
@keyframes center-bottom {
	0%		{top: 50%; height: 0%; opacity: 1;}
	10%		{top: 50%; height: 25%;}
	20%		{top: 50%; height: 50%;}
	40%		{top: 80%; height: 20%;}
	50%		{top: 100%; height: 0%;}
	100%	{top: 100%; height: 0%; opacity: 0.2;}*/
*/*/
/*导航栏样式*/


.nav1{height:80px;position: relative;}
.nav2{height:60px;position: relative;}
.nav1 li,.nav2 li{ line-height:80px;height:80px;text-align:center;width: 100px;float:left;position:relative;z-index:999;}
.nav1 li img{vertical-align: middle;}
.nav1 li a{display:block;line-height:80px;color:#333;height:80px; font-size:16px;font-family:"Microsoft YaHei";width: 110px;overflow: hidden;}
.nav2 li a{display:block;line-height:80px;color:#fff;height:80px; font-size:16px;font-family:"Microsoft YaHei";width: 110px;overflow: hidden;}
.nav1 li a:hover{background:rgba(0,147,221,1);text-decoration:none;color: #fff;}
.nav1 li.lxff a{background:none}
.nav1 .sec{height:0;background:  rgba(0,147,221,1);color:#333;overflow:hidden;z-index:999;position:absolute;top:80px;left:0px;}
.nav1 .sec a{background: #fff; color: #333;height:50px;line-height:50px;width:110px;background-image: none;overflow: hidden;}
.nav1 .sec a:hover{color:#fff;}
/*-----手机导航---------*/
.nav_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 54px;
	background: rgba(0,0,0,0.6);
	left: 0;
	z-index: 100;
	display: none;
}
.icon_nav{
	position: absolute;
	right: 10px;
	top: 8px;
	display: none;
}
.icon_nav i{
	display: block;
	font-size: 26px;
	color: #FFFFFF;
	line-height: 40px;
}
.s_naver{
	position: fixed;
	width: 35%;
	right: 0;
	padding: 5px 10px;
	top: 54px;
	z-index: 110;
	background: #FFFFFF;
	text-align: center;
	font-size: 15px;
	display: none;
}
.s_naver ul li a{
	display: block;
	border-bottom: 1px solid #f2f2f2;
	padding: 8px 0;
}
.s_naver ul li:last-child a{
	border-bottom: none;
}
/*----------banner-----------*/
.banner .swiper-pagination{
	display: block;
}
.banner .swiper-pagination span{
	width: 20px;
	height: 20px;
	opacity: 1;
	background: #fff;
	border: 1px solid #8c8c8c;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active{
	background: #ff4f14;
}
.banner .swiper-button-next ,
.banner .swiper-button-prev {
	width: 46px;
	height: 46px;
	margin-top: -23px;
	background: url(../images/btn2.png) no-repeat center;
}
/*.banner .swiper-button-prev{
	background: url(../images/btn1.png) no-repeat center;
	left: 20%;
}
.banner .swiper-button-next{
	right: 20%;
}*/

.aboutUs{
	position: relative;
	overflow: hidden;
	margin: 100px 0 120px 0;
}
.aboutUs .left{
	float: left;
	position: relative;
	width: 65.4%;
	height: 633px;
	overflow: hidden;
}
.aboutUs .left > img{
	position: absolute;
	top: 0;
	left: 10px;
	height: 100%;
}
.about_info1{
	margin-top: 32%;
}
.about_info1 h1{
	width: 100%;
	background: #fff;
	font-size: 46px;
	font-weight: bold;
	line-height: 83px;
	color: #333;
	letter-spacing: 2px;
	margin-bottom: 25px;
	padding-left: 15px;
	position: relative;
	z-index: 10;
  box-shadow: -5.196px 3px 8px 0px rgba(0, 0, 0, 0.14);

}
.about_info1 .txt{
	position: relative;
	width: 68%;
	text-align: justify;
	color: #005a6a;
	line-height: 28px;
	margin-left: 12%;
	max-height: 140px;
	overflow: hidden;
}
.about_info1 .more{
	position: absolute;
	right: 18%;
	bottom: 55px;
}
.about_info1 .more a{
	display: block;
	width: 100%;
	height: 100%;
}
.aboutUs .right{
	position: absolute;
	right: 0;
	top: 20px;
	width: 45%;
}
.aboutUs .right a{
	display: block;
	width: 100%;
}
.aboutUs .right a img{
	height: 100%;
}

.index_course{
	/*background: url(../images/index_bg2.png) no-repeat center;*/
	background-size: cover !important;
}
.course{
	padding: 30px 0 30px 0;
}
.comm_title{
	position: relative;
}
.comm_title .title .line{
	width: 26px;
	height: 4px;
	background: #0193de;
}
.comm_title .title h2{
	font-size: 25px;
	color: #0193de;
	padding: 15px 0;
}
.comm_title .title h1{
	font-size: 30px;
	color: #333;
}
.comm_title a.more{
	position: absolute;
	display: block;
	right: 0;
	bottom: 0;
	text-align: right;
}
.comm_title a.more span{
	font-size: 18px;
	display: block;
	color: #000;
}

.comm_title a.more .line{
	width: 26px;
	height: 1px;
	background: #0193de;
	margin-top: 13px;
	display: inline-block;
}

.course_list1{
	margin-top: 100px;
}
.course_list1 a.item{
	display: block;
	margin-right: 13%;
	text-align: center;
}
.course_list1 .owl-item:nth-child(4n) a.item{
	margin-right: 0;
}
.course_img1{
	display: inline-block;
	width: 260px;
	height: 260px;
	background-size: cover !important;
	background-position: top center;
	
	-webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    -o-transition: -o-transform 0.5s ease-out;
    -ms-transition: -ms-transform 0.5s ease-out;
}
.course_info1{
	padding-top: 26px;
	text-align: center;
}
.course_info1 h3{
	font-size: 18px;
	color: #333;
}
.course_info1 .line{
	width: 26px;
	height: 1px;
	background: #fff;
	display: inline-block;
	margin: 3px 0;
}
.course_info1 .txt{
	color: #333;
	max-height: 40px;
	overflow: hidden;
	text-align: justify;
	font-size: 13px;
}
.course_list1 .owl-theme .owl-controls{
	text-align: left;
	margin-top: 70px;
}
.cadet_list1 .owl-theme .owl-controls{
	margin-top: 40px;
}
.course_list1 .owl-theme .owl-controls span ,
.cadet_list1 .owl-theme .owl-controls span {
	width: 10px;
	height: 10px;
	margin: 0 7px;
	background: #999999;
	opacity: 1;
}
.course_list1 .owl-theme .owl-controls .active span ,
.cadet_list1 .owl-theme .owl-controls .active span {
	width: 32px;
	background: #49c2ff;
}
.course_list1 a.item:hover .course_img1{
	/*border-color: #aacf30;*/
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.course_list1 a.item:hover .course_info1 h3{
	/*color: #aacf30;*/
}
.cadet{
	margin: 30px 0 30px 0;
}
.cadet_list1{
	margin-top: 35px;
}
.cadet_list1 .item {
	padding: 0 2.5%;
}
.cadet_list1 .item a{
	display: block;
	position: relative;
	background-size: cover !important;
	background-position: top center;
	height: 415px;
	overflow: hidden;
	width: 100%;
	float: left;
	box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.35)
}
.cadet_list1 .item a .label1{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 15px;
	background: url(../images/R1.png) no-repeat left;
	padding: 6px 10px;
	color: #FFFFFF;
	font-size: 20px;
}
.cadet_list1 .item a .label2{
	background: url(../images/R2.png) no-repeat left;
}
.cadet_info1{
	position: absolute;
	bottom: 0;
	width: 100%;
	background: url(../images/index_bg3.png) no-repeat top right;
	padding: 20px 0 0;
	display: none;
}
.cadet_info1 .info1{
	padding: 10px 8% 20px 8%;
	background: rgba(1,147,222,0.8);
}
.cadet_info1 .info1 h3{
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cadet_info1 .info1 h4{
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cadet_info1 .info1 .txt{
	color: #FFFFFF;
	font-size: 13px;
	text-align: justify;
	max-height: 60px;
	overflow: hidden;
}
.cadet_info1 .info1 > img {
	position: absolute;
	right: 10%;
	top: 24%;
}
.comm_title1 .title h1{
	color: #000000;
}
.comm_title1 .title h2{
	color: #666666;
}


.index_star{
	background: #f1faff;
	position: relative;
}
.index_star .bg{
	position: absolute;
	width: 100%;
	height: 38%;
	background: #0193de;
	left: 0;
	top: 33%;
}
.starMentor{
	padding: 30px 0 100px 0;
}
.star_tabs{
	overflow: hidden;
	margin-top: 40px;
	position: relative;
}
.star_cc{
	overflow: hidden;
}
.star_cl{
	width: 40%;
	float: left;
	height: 510px;
	overflow: hidden;
}
.star_cl a{
	display: block;
	width: 100%;
	height: 100%;
}
.star_cl a img{
	width: 480px;
	height: 100%;
}
.star_cr{
	width: 54%;
	float: right;
	padding-top: 12%;
}
.star_cr h3{
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 22px;
}
.star_cr h3 a{
	color: #333;
}
.star_cr .line{
	width: 27px;
	height: 1px;
	background: #FFFFFF;
	margin: 10px 0;
}
.star_cr .txt{
	color: #333;
	text-align: justify;
	line-height: 38px;
	height: 114px;
	font-size: 20px;
	overflow: hidden;
}
.star_cr a.more{
	float: right;
	color: #333;
	opacity: 0.6;
	margin-top: 30px;
}
.star_cr a.more > * {
	display: inline-block;
	vertical-align: middle;
}
.star_cr a.more img{
	padding-left: 5px;
}
.star_tabs ul.star_ul{
	position: absolute;
	width: 43%;
	right: 7%;
	bottom: 25px;
}
.star_tabs ul.star_ul li{
	width: 16%;
	height: 86px;
	float: left;
	margin: 0 2%;
}
.star_tabs ul.star_ul li a{
	display: block;
}
.star_tabs ul.star_ul li.active{
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
}
.star_tabs a.t_prev ,
.star_tabs a.t_next {
	position: absolute;
	display: block;
	width: 27px;
	height: 27px;
	bottom: 50px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.star_tabs a.t_next{
	right: 4.5%;
	background: url(../images/btn4.png) no-repeat center;
}
.star_tabs a.t_prev{
	right: 50%;
	background: url(../images/btn3.png) no-repeat center;
}
.star_tabs a.t_prev:hover{
	background: url(../images/btn3-1.png) no-repeat center;
}
.star_tabs a.t_next:hover{
	background: url(../images/btn4-1.png) no-repeat center;
}
.index_qual{
	background: url(../images/index_bg4.png) no-repeat center;
	background-size: cover !important;
}
.qualification{
	padding: 80px 0 240px 0;
}
.qual_list1{
	margin-top: 115px;
}
.qual_list1 a.item{
	display: block;
	margin: 0 5px;
	text-align: center;
}
.environment{
	padding: 30px 0;
}
.enviornment_list1{
	overflow: hidden;
	margin-top: 30px;
}
.enviornment_list1 > *{
	width: 30%;
	float: left;
}
.enviornment_list1 .center{
	width: 34.4%;
	margin: 0 2.8%;
}
.enviornment_list1 .left ul li{
	margin-bottom: 20px;
}
.enviornment_list1 .left ul li a ,
.enviornment_list1 .center a {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.enviornment_list1 .left ul li a > img {
	width: 100%;
	height: 280px;
	transition: all .6s;
}
.enviornment_list1 .center a img {
	height: 580px;
	width: 100%;
	transition: all .6s;
}
.envir_info1{
	position: absolute;
	bottom: -87px;
	width: 100%;
	background: rgba(1,147,222,0.8);
	color: #FFFFFF;
	padding: 10px 4%;
	transition: all ease-in-out 0.4s;
	background-size: cover;
}
.envir_info1 h3{
	font-size: 18px;
	color: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 8px;
	transition: all ease-in-out 0.4s;
}
.envir_info1 .txt {
	color: #ffffff;
	text-align: justify;
	line-height: 26px;
	max-height: 78px;
	overflow: hidden;
}
.envir_info1 h4{
	color: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.enviornment_list1 .left ul li a > img:hover ,
.enviornment_list1 .center a img:hover {
	/*transform: scale(1.2);*/
}
.enviornment_list1 .left ul li a:hover .envir_info1 , .enviornment_list1 .center a:hover .envir_info1 {
	bottom: 0;
	padding-top: 50px;
	background: url(../images/R7.png) no-repeat top left;
	background-size: cover !important;
}
.enviornment_list1 .left ul li a:hover .envir_info1 h3 ,
 .enviornment_list1 .center a:hover .envir_info1 h3 {
	font-weight: bold;
}
.cooperative{
	padding-bottom: 130px;
}
.co_title{
	text-align: center;
	background: url(../images/index_bg1.png) no-repeat center;
}
.co_title .title h2{
	font-size: 20px;
	color: #000000;
	padding-bottom: 8px;
}
.co_title .title h1{
	text-align: center;
}
.co_title .title h1 > *{
	display: inline-block;
	vertical-align: middle;
}
.co_title .title h1 em{
	width: 26px;
	height: 2px;
	background: #0193de;
}
.co_title .title h1 span{
	font-size: 30px;
	color: #000000;
	padding: 0 16px;
}
.co_list1 ul{
	overflow: hidden;
	margin-top: 50px;
}
.co_list1 ul li{
	width: 18%;
	height: 160px;
	float: left;
	margin-right: 2.5%;
	margin-bottom: 25px;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.20);
	overflow: hidden;
}
.co_list1 ul li:nth-child(5n){
	margin-right: 0;
}
.co_list1 ul li a{
	display: block;
	width: 100%;
	/*border: 1px solid #eaeaea;*/
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.co_list1 ul li a img{
	height: 120px;
	
	
}
.co_list1 ul li a p{
	width: 100%;height: 40px;background: #fff; font-size: 14px;color: #0193de;line-height: 40px;text-align: center;font-weight: bold;-webkit-transition:transform 0.5s;border-top:#ccc 1px dashed;
	
	
}

.co_list1 ul li a p:hover{
	border: none;
	background: #0193de;
	color: #fff;
	transform: scale(1.2)
	
	
}
.co_list1 ul li a:hover{
	border-color: #aacf30;
}

/*--------footer-------------------*/

.footer{
	background: url(../images/index_bg5.png) no-repeat top center;
	background-size: cover !important;
}
.footer_con{
	padding: 10px 0 45px 0;
}
.f_nav .naver{
	padding-right: 0;
}
.f_nav .naver ul{
	text-align: center;
}
.f_nav .naver ul li{
	margin: 0 75px 0 0;
}
.f_nav .naver ul li:last-child{
	margin: 0;
}
.f_nav .naver ul li a span:nth-child(1){
	color: #fff;
}
.f_nav .naver ul li a.active span:nth-child(1){
	color: #a3e7f0;
}
.f_item1{
	overflow: hidden;
	margin-top: 50px;
}
.f_ewm{
	float: left;
	text-align: left;
}
.f_ewm{
	width: 18%;
}
.f_ewm p{
	font-size: 16px;
	color: #fff;
	padding-top: 5px;
}
.f_sc{
	float: right;
	width: 80%;
}
.f_sc ul{
	text-align: right;
	padding-top: 16px;
}
.f_sc ul li{
	display: inline-block;
	vertical-align: top;
	width: 32%;
	text-align: left;
	cursor: pointer;
	position: relative;
	padding-left: 60px;
}
.f_sc ul li:last-child{
	margin-right: 0;
}
.f_sc ul li .tit h2{
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.f_sc ul li .tit h2 span{
	font-size: 18px;
	display: inline-block;
	padding-bottom: 5px;
}
.f_sc ul li h3{
	color: #fff;
	padding: 35px 0;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.f_sc ul li .tit i{
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	line-height: 40px;
	font-size: 22px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.f_sc ul li .line{
	width: 26px;
	height: 2px;
	background: #fff;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.f_sc ul li:hover .tit i{
	color: #343434;
	background: #49c2ff;
	border-color: #49c2ff;
}
.f_sc ul li:hover .tit h2 ,
.f_sc ul li:hover h3{
	color: #49c2ff;
}
.f_sc ul li:hover .line{
	width: 80%;
	background: #49c2ff;
}
.f_copy{
	border-top: 1px solid #fff;
}
.f_copy .content{
	text-align: center;
	padding: 25px 0;
	color: #fff;
}

.footerFloat{
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 85px;
	/*background: url(../images/footer_bg.png) no-repeat center;*/
	background-size: cover !important;
	z-index: 10000;
}
.fFloat_con{
	padding-top: 35px;
	overflow: hidden;
}
.f_tel{
	float: left;
	margin-top: 4px;
}
.f_item2{
	float: right;
	width: 70%;
}
.f_item2 ul{
	text-align: right;
}
.f_item2 ul li{
	display: inline-block;
	text-align: center;
	color: #a3a3a3;
	font-size: 18px;
	margin-right: 2%;
}
.f_item2 ul li > * {
	display: inline-block;
}
.f_item2 ul li img {
	margin-right: 7px;
}
.f_item2 ul li:last-child{
	margin-right: 0;
}
.kosCtrl{
	padding-bottom: 85px;
}

/*-----------------内页-------------------*/
.banner1 a{
	display: block;
	width: 100%;
}
.s_menu{
	border-bottom: 1px solid #edebeb;
}
.s_menu ul{
	padding: 20px 0;
	text-align: center;
}
.s_menu ul li{
	display: inline-block;
	margin: 0 3%;
}
.s_menu ul li a{
	display: block;
	color: #545454;
	padding: 0 13px;
	line-height: 30px;
	font-size: 16px;
}
.s_menu ul li a.active ,
.s_menu ul li a:hover {
	background: #0193de;
	color: #fff;
}
.ppln{
	padding: 60px 0 90px 0;
}
.co_title1 .title h2 {
	font-size: 18px;
	color: #676767;
}
.co_title1 .title h1 span{
	color: #0193de;
}
.ppln_info{
	color: #545454;
	text-align: justify;
	margin-top: 25px;
	line-height: 30px;
	font-size: 16px;
}

/*---------新闻中心----------*/
.news_list ul{
	margin-top: 25px;
	margin-bottom: 50px;
}
.news_list ul li a{
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
	border-bottom: 1px dashed #e5e5e5;
}
.news_left{
	width: 35.4%;
	float: left;
	position: relative;
	height: 330px;
}
.news_left .news_img1{
	background-size: cover !important;
	height: 100%;
	background-position: center;
}
.news_left .time{
	position: absolute;
	top: 0;
	left: 4%;
	padding: 3px 7px;
	background: rgba(0,0,0,0.4);
	color: #FFFFFF;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.news_left .time span{
	display: block;
	font-size: 40px;
	line-height: 50px;
}
.news_left .time small{
	display: block;
	text-align: right;
	font-size: 16px;
}
.news_right{
	width: 61%;
	padding-right: 5%;
	float: right;
}
.news_right h2{
	font-size: 20px;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	margin: 15px 0 35px 0;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.news_right .txt{
	text-align: justify;
	line-height: 38px;
	max-height: 152px;
	height: 152px;
	overflow: hidden;
	color: #545454;
	font-size: 16px;
}
.news_right h3{
	margin-top: 40px;
	display: inline-block;
	padding: 0 10px;
	line-height: 28px;
	background: #a3a3a3;
	color: #ffffff;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.news_right h3 > *{
	display: inline-block;
	vertical-align: middle;
}
.news_list ul li a:hover h2 {
	color: #007b8e;
}
.news_list ul li a:hover .news_left .time{
	background: #aacf30;
}
.news_list ul li a:hover .news_right h3{
	background: #49c2ff;
}

/*--------页码------------*/
.page{
	text-align: center;
}
.page a{
	display: inline-block;
	width: 36px;
	height: 36px;
	background: #666666;
	color: #FFFFFF;
	text-align: center;
	line-height: 36px;
	font-size: 18px;
	font-family: arial;
	margin: 0 5px;
}
.page a.active ,
.page a:hover {
	background: #49c2ff;
}

.to_title{
	position: relative;
}
.to_title .title{
	background: url(../images/R3.png) no-repeat center left;
	padding: 10px 15px;
}
.to_title .title h2{
	font-size: 18px;
	color: #333333;
	padding-bottom: 7px;
}
.to_title .title h1{
	font-size: 26px;
	color: #333333;
	font-weight: bold;
}
.to_title a.back{
	position: absolute;
	display: inline-block;
	right: 0;
	bottom: 0;
	padding: 5px 12px;
	border-radius: 15px;
	background: #aacf30;
	color: #FFFFFF;
}
.to_title a.back i{
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #669900;
	text-align: center;
	line-height: 22px;
	color: #FFFFFF;
	margin-left: 5px;
}
.detail1 .title{
	text-align: center;
	padding: 18px 0;
	margin-bottom: 40px;
	margin-top: 20px;
	border-bottom: 1px dashed #a3a3a3;
}
.detail1{
	margin-bottom: 160px;
}
.detail1 .title h3{
	font-size: 24px;
	color: #000000;
	line-height: 30px;
	padding-bottom: 18px;
}
.detail1 .title h4 {
	font-size: 16px;
	color: #737373;
}
.pian a{
	display: block;
	padding: 10px 0;
	color: #545454;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pian a > * {
	display: inline-block;
	vertical-align: middle;
}
.pian a:hover{
	color: #38c7e1;
}

.kcjs_list1 ul{
	overflow: hidden;
	margin: 60px 0;
}
.kcjs_list1 ul li{
	width: 30%;
	float: left;
	margin-bottom: 10px;
	margin-right: 5%;
}
.kcjs_list1 ul li:nth-child(3n){
	margin-right: 0;
}
.kcjs_list1 ul li a{
	display: block;
	width: 100%;
	height: 360px;
	background-size: cover !important;
	position: relative;
	overflow: hidden;
}
.kcjs_list1 ul li a .label1{
	position: absolute;
	width: 100%;
    left: 0;
    bottom: 10px;
    background: url(../images/R4.png) no-repeat left;
    padding: 6px 10px;
    color: #FFFFFF;
    font-size: 18px;
}
.kcjs_sh{
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	background: rgba(170,207,48,0.9);
	padding: 17% 10%;
	display: none;
}
.kcjs_info1{
	text-align: center;
}
.kcjs_info1 h3{
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	letter-spacing: 2px;
}
.kcjs_info1 .line{
	width: 20%;
	height: 1px;
	background: #fff;
	margin: 20px auto;
}
.kcjs_info1 .txt{
	text-align: justify;
	color: #FFFFFF;
	line-height: 32px;
	max-height: 96px;
	overflow: hidden;
}
.kcjs_info1 h4{
	display: inline-block;
	padding: 8px 10px;
	-webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
    background: #FFFFFF;
    color: #aacf30;
    font-weight: bold;
    margin-top: 30px;
}
.kcjs_info1 h4 > * {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: skew(25deg);
    -moz-transform: skew(25deg);
    -o-transform: skew(25deg);
    -ms-transform: skew(25deg);
    transform: skew(25deg);
}
.kcjs_info1 h4 i{
	font-size: 18px;
	padding-left: 2px;
}

.to_title1 .title{
	background: url(../images/R5.png) no-repeat center left;
}
.kcxq{
	margin-top: 40px;
}
.course_list2 .course_img1{
	border-color: #ececec;
}
.course_list2 .course_info1 h3{
	color: #333333;
}
.course_list2{
	margin-top: 40px;
}
.kc_m{
	margin-bottom: 170px;
}
.to_title2 .title{
	background: url(../images/R6.png) no-repeat center left;
}

.mxds_list1 ul{
	margin-top: 60px;
}
.mxds_list1 ul li{
	margin-bottom: 40px;
}
.mxds_list1 ul li a{
	display: block;
	width: 100%;
	height: 380px;
}
.mxds_img1{
	width: 29%;
	background-size: cover !important;
	background-position: top center;
	height: 100%;
}
.mxds_right{
	width: 71%;
	height: 100%;
	background: #393939 url(../images/ds1.png) no-repeat right center;
	padding: 6% 17% 4% 5%;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.mxds_info1{
	position: relative;
	height: 100%;
}
.mxds_info1 h2{
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 3%;
}
.mxds_info1 h3{
	font-size: 16px;
	color: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mxds_info1 .line{
	width: 27px;
	height: 1px;
	background: #9c9c9c;
	margin: 24px 0;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.mxds_info1 .txt{
	text-align: justify;
	color: #cccccc;
	line-height: 32px;
	max-height: 96px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.mxds_info1 h4{
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0 12px;
	line-height: 28px;
	background: #676767;
	
}
.mxds_info1 h4 > * {
	display: inline-block;
	vertical-align: middle;
}
.mxds_list1 ul li:nth-child(2n) a .mxds_right{
	background: #393939 url(../images/ds1.png) no-repeat right center;
	-moz-transform:rotate(-180deg);   
 	-webkit-transform:rotate(-180deg);
	transform:rotate(-180deg);
}
.mxds_list1 ul li:nth-child(2n) a .mxds_right .mxds_info1{
	-moz-transform:rotate(180deg);   
 	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
}
.mxds_list1 ul li a:hover .mxds_right{
	background: #49c2ff url(../images/ds2.png) no-repeat right center;
}
.mxds_list1 ul li:nth-child(2n) a:hover .mxds_right{
	background: #49c2ff url(../images/ds2.png) no-repeat right center;
	-moz-transform:rotate(-180deg);   
 	-webkit-transform:rotate(-180deg);
	transform:rotate(-180deg);  
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.mxds_list1 ul li a:hover .mxds_info1 .txt{
	color: #FFFFFF;
}
.mxds_list1 ul li a:hover .mxds_info1 .line{
	background: #FFFFFF;
}

.zgzs_list1{
	margin-top: 40px;
	margin-bottom: 80px;
}
.zgzs_tabs{
	overflow: hidden;
	position: relative;
}
.zgzs_tabs a.t_prev ,
.zgzs_tabs a.t_next {
	position: absolute;
	top: 20%;
	display: inline-block;
	width: 27px;
	height: 27px;
}
.zgzs_tabs a.t_prev{
	left: 10%;
	background: url(../images/btn3.png) no-repeat center;
}
.zgzs_tabs a.t_next{
	right: 10%;
	background: url(../images/btn4.png) no-repeat center;
}
.zgzs_tabs a.t_prev:hover {
	background: url(../images/btn3-1.png) no-repeat center;
}
.zgzs_tabs a.t_next:hover {
	background: url(../images/btn4-1.png) no-repeat center;
}
.zgzs_cc a{
	display: block;
	width: 68%;
	height: 100%;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.zgzs_cc a .zgzs_info{
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.6);
	text-align: center;
	padding: 5px;
	color: #FFFFFF;
}
.zgzs_tabs ul{
	overflow: hidden;
	background: #646464;
	padding: 10px 0.5%;
	margin-top: 20px;
}
.zgzs_tabs ul li {
	width: 12.28%;
	margin: 0 1%;
	float: left;
}
.zgzs_tabs ul li.active{
	border: 2px solid #047a8c;
}

.envir_list1 ul {
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 20px;
}
.envir_list1 ul li{
	float: left;
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 40px;
}
.envir_list1 ul li:nth-child(3n){
	margin-right: 0;
}
.envir_list1 ul li a{
	display: block;
	width: 100%;
	height: 376px;
	position: relative;
	background-size: cover !important;
	background-position: center;
}
.envir_info{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 12px 6%;
	background: #01458e;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.envir_info h3{
	font-size: 20px;
	color: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 8px;
}
.envir_info p{
	color: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.envir_list1 ul li a:hover .envir_info{
	background: #49c2ff;
}

/*---------------联系我们-----------------*/
.map{
	margin: 40px 0;
}
.contact_list ul{
	overflow: hidden;
}
.contact_list ul li{
	width: 47.5%;
	float: left;
	margin-right: 5%;
	margin-bottom: 30px;
}
.contact_list ul li:nth-child(2n){
	margin-right: 0;
}
.contact_list ul li a{
	display: block;
	width: 100%;
	padding: 14px 4%;
	background: #f6f6f6;
	border-radius: 4px;
	color: #666666;
}
.contact_c{
	position: relative;
	overflow: hidden;
	min-height: 140px;
}
.contact_img{
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background-size: cover !important;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
}
.contact_info{
	margin-left: 140px;
	padding: 0 4%;
	height: 100%;
}
.contact_info h3{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	padding: 15px 0;
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 15px;
}
.contact_info p{
	line-height: 26px;
}
.contact_list ul li a:hover{
	background: #aacf30;
	color: #FFFFFF;
}
.contact_list ul li a:hover .contact_img{
	border: 2px solid #FFFFFF;
}
.contact_list ul li a:hover .contact_info h3{
	color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

/*---------------学员风采--------------------*/
.xyfc_list1{
	margin-top: 45px;
	margin-bottom: 100px;
}
.xyfc_tabs{
	position: relative;
}
.xyfc_tabs > a.t_prev ,
.xyfc_tabs > a.t_next {
	position: absolute;
	bottom: 56px;
	display: inline-block;
	width: 26px;
	height: 52px;
}
.xyfc_tabs > a.t_prev{
	background: url(../images/btn5.png) no-repeat center;
	left: 0;
}
.xyfc_tabs > a.t_next{
	background: url(../images/btn6.png) no-repeat center;
	right: 0;
}
.xyfc_cc a{
	display: block;
	width: 100%;
	overflow: hidden;
}
.xyfc_cc a .left{
	width: 50%;
	float: left;
}
.xyfc1{
	width: 49.83%;
	margin-right: 1px;
	float: left;
	height: 415px;
	background-size: cover !important;
	background-position: top center;
	position: relative;
}
.xyfc1 .label1{
	position: absolute;
    width: 100%;
    left: 0;
    bottom: 15px;
    background: url(../images/R1.png) no-repeat left;
    padding: 6px 10px;
    color: #FFFFFF;
    font-size: 20px;
}
.xyfc1 .label2{
	background: url(../images/R2.png) no-repeat left;
}
.xyfc_cc a .right{
	width: 50%;
	float: right;
	height: 415px;
	background: url(../images/img52.jpg) no-repeat center;
	background-size: cover !important;
	padding: 6% 4%;
}
.xyfc_info{
	position: relative;
	height: 100%;
}
.xyfc_info h3{
	font-size: 26px;
	color: #FFFFFF;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}
.xyfc_info h4{
	color: #FFFFFF;
}
.xyfc_info .line{
	width: 12%;
	height: 1px;
	background: rgba(255,255,255,0.5);
	margin: 3% 0;
}
.xyfc_info .txt{
	color: #ffffff;
	text-align: justify;
	line-height: 30px;
	max-height: 120px;
	overflow: hidden;
}
.xyfc_info h5{
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	padding: 6px 10px;
	border-radius: 18px;
	background: #FFFFFF;
	color: #aacf30;
	font-weight: bold;
}
.xyfc_info h5 > * {
	display: inline-block;
	vertical-align: middle;
}
.xyfc_info h5 i{
	color: #aacf30;
}
.xyfc_tabs ul.xyfc_ul{
	overflow: hidden;
	padding: 10px 5%;
	background: #242525;
	margin-top: 30px;
	text-align: center;
}
.xyfc_tabs ul.xyfc_ul li{
	display: inline-block;
	width: 140px;
	margin: 0 1.5%;
}
.xyfc_tabs ul.xyfc_ul li a{
	display: block;
	width: 100%;
	height: 140px;
	border-radius: 50%;
	background-size: cover !important;
	background-position: top center;
	border: 4px solid #4f4f4f;
}
.xyfc_tabs ul.xyfc_ul li.active a{
	border-color: #aacf30;
}
.cadet_list2 .cadets{
	overflow: hidden;
}
.cadet_list2 .cadets .item{
	width: 49.2%;
	float: left;
	margin-right: 1.6%;
	margin-bottom: 50px;
}
.cadet_list2 .cadets .item:nth-child(2n){
	margin-right: 0;
}
.cadet_list2 .cadets .item a{
	width: 49.5%;
}
.xueyuan{
	margin-bottom: 80px;
}

.s_footer{
	display: none;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	background: #49c2ff;
}
.s_fn ul{
	overflow: hidden;
}
.s_fn ul li{
	width: 33.333%;
	float: left;
}
.s_fn ul li a{
	display: block;
	width: 100%;
	line-height: 50px;
	color: #FFFFFF;
	text-align: center;
	font-size: 15px;
	border-right: 1px solid #FFFFFF;
}
.s_fn ul li:last-child a{
	border-right: none;
}

/*--------首页----------*/
.comm_title2 .title h1 {
	color: #0193de;
	font-size: 30px;
}
.comm_title2 .title h2{
	font-size: 25px;
	color: #000;
}
.comm_title3 a.more span {
	color: #333;
}
.comm_title3 a.more .line {
	background: #0193de;
}
.course_list3 .course_info1 h3 {
	color: #333;
}
.course_list3 .course_info1 .line {
	background: #0193de;
}
/*.course_list3 .owl-item:nth-child(1) .course_img1{
	border-color: #49c2ff;
}
.course_list3 .owl-item:nth-child(2) .course_img1{
	border-color: #ffcd55;
}
.course_list3 .owl-item:nth-child(3) .course_img1{
	border-color: #ff7955;
}
.course_list3 .owl-item:nth-child(4) .course_img1{
	border-color: #c155ff;
}
.course_list3 .owl-item:nth-child(1):hover .course_info1 h3 {
	color: #49c2ff;
}
.course_list3 .owl-item:nth-child(1):hover .course_info1 .line {
	background: #009cb8;
}
.course_list3 .owl-item:nth-child(2):hover .course_info1 h3 {
	color: #ffcd55;
}
.course_list3 .owl-item:nth-child(2):hover .course_info1 .line {
	background: #ffcd55;
}
.course_list3 .owl-item:nth-child(3):hover .course_info1 h3 {
	color: #ff7955;
}
.course_list3 .owl-item:nth-child(3):hover .course_info1 .line {
	background: #ff7955;
}
.course_list3 .owl-item:nth-child(4):hover .course_info1 h3 {
	color: #c155ff;
}
.course_list3 .owl-item:nth-child(4):hover .course_info1 .line {
	background: #c155ff;
}*/
.comm_title4 .title h2 {
	color: #000000;
}
.comm_title4 .title h1 {
	color: #01a3c1;
}
.comm_title5 .title h2 {
	color: #666666;
}
.comm_title5 .title h1 {
	color: #fff;
}
.comm_title5 a.more span {
	color: #fff;
}

/*---------产品详情-----------*/
.pro_det1 {
	padding-top: 55px;
	padding-bottom: 20px;
}
.pro_det1 h1 {
	text-align: center;
	font-size: 30px;
	color: #000000;
	margin-bottom: 45px;
}
.cbx1 > div {
	width: 49.5%;
}
.ny_title1 {
	position: relative;
}
.ny_title1 h1 {
	line-height: 77px;
	background: url(../images/R2.png) no-repeat left center;
	font-size: 28px;
	color: #FFFFFF;
	padding-left: 18px;
}
.ny_title1 h1 span {
	display: inline-block;
	font-size: 24px;
}
.more1 a{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
}
.more1 a {
	display: inline-block;
	padding: 0 20px;
	color: #FFFFFF;
	line-height: 30px;
	background: #49c2ff;

}
.pro_det2{
	padding: 20px 0;
}

.ny_jy{
	background: none;
}
.ny_jy .bg {
	height: 70%;
	top: 10%;
}
.ny_jy .starMentor {
	padding-top: 0;
}
.ny_jy .star_cr {
	padding-top: 10%;
}
.ny_jy .star_cr .txt {
	height: auto;
	overflow: inherit;
}

/*-------企业文化------*/
.culture_list ul {
	padding-top: 40px;
}
.culture_list ul li{
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 30px;
	text-align: center;
}
.culture_list ul li:nth-child(3n){
	margin-right: 0;
}

/*-------工厂环境--------*/
.fact_list1 ul {
	text-align: center;
	padding: 35px 0 24px 0;
}
.fact_list1 ul li {
	display: inline-block;
	margin: 0 25px;
}
.fact_list1 ul li a {
	display: inline-block;
	text-align: center;
	position: relative;
	padding-top: 50px;
	font-size: 16px;
	color: #007b8e;
	min-width: 45px;
}
.fact_list1 ul li a p{
	opacity: 0;
	transition: all ease-in-out 0.4s;
}
.fact_icons{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	width: 45px;
	height: 45px;
	text-align: center;
}
.fact_icons img {
	position: absolute;
	top: 0;
	left: 0;
}
.fact_icons img + img {
	display: none;
}
.fact_list1 ul li.active a p ,
.fact_list1 ul li:hover a p {
	opacity: 1;
}
.fact_list1 ul li.active a .fact_icons img ,
.fact_list1 ul li:hover a .fact_icons img{
	display: none;
}
.fact_list1 ul li.active a .fact_icons img + img ,
.fact_list1 ul li:hover a .fact_icons img + img {
	display: block;
}
.fact_list2 ul li{
	width: 24%;
	float: left;
	margin-right: 1.333%;
}
.fact_list2 ul li:nth-child(3n) {
	margin-right: 1.333%;
}
.fact_list2 ul li:nth-child(4n) {
	margin-right: 0;
}
.fact_list2 ul li a {
	height: 415px;
	overflow: hidden;
}
.fact_list2 ul li a img {
	height: 100%;
	width: 100%;
}
.fact_info{
	bottom: 18px;
	position: absolute;
	left: 0;
	width: 100%;
}
.fact_info h2 {
	background: url(../images/R1.png) no-repeat left center;
	line-height: 42px;
	color: #FFFFFF;
	padding-left: 5%;
	font-size: 22px;
}
.fact_list2 .label1 {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 15px;
    background: url(../images/R1.png) no-repeat left;
    padding: 6px 10px;
    color: #FFFFFF;
    font-size: 20px;
}

/*----------招商加盟------------*/
.merchants_area{
	padding-top: 40px;
	padding-bottom: 90px;
}
.merchants_c1 {
	padding-top: 48px;
}
.merchants_c1 .left {
	width: 40%;
}
.merchants_c1 .right {
	width: 55%;
}
.merchants_t1{
	padding: 18px 0 25px 0;
	margin-bottom: 15px;
	position: relative;
}
.merchants_t1:before {
	position: absolute;
	content: "";
	width: 32px;
	height: 2px;
	background: #545454;
	left: 0;
	bottom: 0;
}
.merchants_t1 h1 {
	font-size: 24px;
	color: #c7c7c7;
}
.merchants_t1 h2 {
	font-size: 18px;
	padding: 14px 0;
	color: #010101;
}
.merchants_t1 p {
	font-size: 16px;
	color: #545454;
}
.merchants_t2:before {
	display: none;
}
.merchants_t2 {
	margin-bottom: 0;
}
.merchants_t2 p {
	line-height: 34px;
}
.merchants_b a {
	display: inline-block;
	line-height: 36px;
	background: #49c2ff;
	padding: 0 36px;
	color: #FFFFFF;
	font-size: 16px;
	letter-spacing: 2px;
}

/*---------联系我们-------------*/
.contactUs1 {
	padding-top: 65px;
}
.contact_info1{
	padding-bottom: 35px;
}
.contact_info1 h1 {
	font-size: 30px;
	color: #000000;
	text-align: center;
	padding-bottom: 30px;
}
.contact_t{
	width: 80%;
	margin: 0 auto;
	color: #545454;
	font-size: 16px;
	line-height: 30px;
}

/*--------在线留言------------*/
.online {
	padding-top: 60px;
}
.online .left {
	width: 37%;
	float: left;
	text-align: center;
	padding-top: 40px;
}
.online .left p {
	color: #545454;
	font-size: 18px;
	padding-top: 20px;
}
.online .left p i {
	color: #ff0000;
}
.online .right {
	width: 56%;
	float: left;
}
.form1 .form_group {
	margin-bottom: 24px;
}
.form1 h3{
	font-size: 18px;
	color: #545454;
	padding-bottom: 12px;
}
.form1 h3 i {
	color: #ff0000;
}
.form1 .s_form {
	width: 45%;
	float: left;
}
.form1 .s_form + .s_form {
	float: right;
}
.form1 .form_group input,
.form1 .form_group textarea {
	width: 100%;
	height: 40px;
	line-height: 38px;
	border: 1px solid #a3a3a3;
	padding: 0 10px;
}
.form1 .form_group1 > * {
	display: inline-block;
	vertical-align: middle;
}
.form1 .form_group1 h3 {
	padding-bottom: 0;
}
.form1 .form_group1 input {
	width: 28%;
	margin-right: 2%;
}
.form1 .form_group textarea {
	height: 120px;
	line-height: 24px;
	padding: 5px 10px;
}
.form1 .form_group3 {
	text-align: center;
}
.form1 .form_group3 button {
	display: inline-block;
	width: 45%;
	height: 40px;
	line-height: 40px;
	background: #f08200;
	color: #FFFFFF;
	border-radius: 5px;
	font-size: 20px;
}

/*----------在线招聘------------*/
.apply_area{
	width: 900px;
	margin: 50px auto;
}
.apply_c1 {
	margin-bottom: 22px;
}
.apply_c1 .apply1 {
	width: 33.333%;
	float: left;
}
.apply_c1 .apply1 ul li {
	margin-bottom: 18px;
	text-align: right;
}
.apply_c1 .apply1 ul li > * {
	display: inline-block;
	vertical-align: middle;
}
.apply_c1 .apply1 ul li span {
	font-size: 16px;
	color: #000000;
	margin-right: 10px;
	line-height: 30px;
}
.apply_c1 .apply1 ul li input[type='text']{
	width: 62%;
	height: 30px;
	line-height: 28px;
	border: 1px solid #545454;
	padding: 0 10px;
}
.apply_c1 .apply1 ul li label {
	font-weight: normal;
	margin: 0 8px 0 0;
}
.apply_c1 .apply1 ul li label input[type='radio']{
	margin: 0;
}
.apply_c2 .apply2 {
	margin-bottom: 22px;
}
.apply_c2 .apply2 span {
	width: 24px;
	text-align: center;
	font-size: 16px;
	color: #000000;
	float: left;
	padding-top: 15px;
	margin-right: 2%;
}
.apply_c2 .apply2 textarea {
	width: 91%;
	float: left;
	border: 1px solid #545454;
	height: 140px;
	padding: 5px 10px;
}
.apply_c3 {
	text-align: center;
	margin-top: 35px;
}
.apply_c3 button {
	display: inline-block;
	padding: 0 30px;
	line-height: 42px;
	border: 1px solid #545454;
	font-size: 16px;
	color: #000000;
	margin: 0 2%;
	background: none;
}
.job_area table {
	width: 100%;
	border: 1px solid #a3a3a3;
	text-align: center;
	margin-top: 50px;
}
.job_area table tr {
	border-bottom: 1px solid #a3a3a3;
	color: #545454;
}
.job_area table tr th{
	width: 20%;
	text-align: center;
	line-height: 78px;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}
.job_area table tr th.th1 {
	width: 40%;
}
.job_area table tr td {
	padding: 20px 0;
}
.job_area table tr td:nth-child(3){
	text-align: left;
}
.job_area table tr td a {
	color: #545454;
	position: relative;
	display: inline-block;
	padding: 0 18px;
	line-height: 22px;
}
.job_area table tbody tr a:before ,
.job_area table tbody tr a:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	left: 0;
	top: 0;
	background: #FFFFFF;
	transition: all ease-in-out 0.4s;
}
.job_area table tbody tr a:after{
	left: auto;
	right: 0;
}
.job_area table tbody tr:hover a:before ,
.job_area table tbody tr:hover a:after {
	
	background: #007b8e;
}
.job_area table tbody tr{
	cursor: pointer;
}
.job_area table tbody tr:hover,
.job_area table tbody tr:hover a  {
	color: #007b8e;
}
