@charset "UTF-8";

/*------------------------------------------------

   index

------------------------------------------------*/

.index_img{
	background:url(../img/index/index_img.jpg) center top no-repeat;
	background-size:auto 100%;
	height:560px;
	position:relative;
}
.ii_txt{
	width:45%;
	padding:40px 0;
	border-radius:50%;
	color:#fff;
	background:rgba(239,67,110,0.3);
	margin:auto;
	position:absolute;
	bottom:10%;
	left:0;
	right:0;
	text-align:center;
	font-size:30px;
	line-height:200%;
}
.ii_txt span{
	font-size:200%;
	margin:0px;
}
.dotted{
	margin:40px 0;
	width:100%;
	height:2px;
    background: -webkit-repeating-linear-gradient(90deg, rgba(229,217,72,1.0), rgba(229,217,72,1.0) 5px,rgba(229,217,72,1.0) 20px,rgba(229,217,72,0) 20px,rgba(229,217,72,0) 25px);
    background: repeating-linear-gradient(90deg, rgba(229,217,72,1.0), rgba(229,217,72,1.0) 5px,rgba(229,217,72,1.0) 15px,rgba(229,217,72,0) 15px,rgba(229,217,72,0) 25px);
}
/*------------------------------------------------
   index_overview
------------------------------------------------*/
.index_overview{
	padding:40px 0;
}
.overview_tit{
	text-align:center;
	color:#333;
	padding:40px 0;
	position:relative;
	background:url(../img/index/overview_tit_bg.svg) center bottom 45% no-repeat;
}
.overview_tit:before{
	content:"";
	width:30px;
	height:30px;
	border-radius:15px;
	position:absolute;
	top:-10%;
	left:0;
	right:0;
	margin:auto;
	background:#E09932;
}
.overview_tit:after{
    content:'';
    display:block;
    position:absolute;
	margin:auto;
    top:9%;
    left:0;
	right:0;
    height:0;
    width:0;
    border-top: 15px solid #E09932;
    border-right: 6px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 6px solid transparent;
}
.overview_tit span{
	font-size:30px;
	display:block;
	text-align:center;
	margin-bottom:10px;
}
.overview_content{
	width:100%;
	height:600px;
	background:url(../img/index/overview_content_bg.jpg) top center no-repeat;
	background-size:auto 100%;
	text-align:center;
	font-size:140%;
	line-height:200%;
	color:#333;
	text-shadow:0 0 5px rgba(255,255,255,0.8);
	font-weight:700;
	position:relative;
}
.overview_content span{
	display:block;
	text-align:center;
	padding:130px 0 20px;
	color:#17878C;
	font-size:150%;
	font-weight:600;
}
.overview_content:before{
	content:"";
	position:absolute;
	width:450px;
	height:420px;
	background:url(../img/index/overview_content_before_bg.png) center center no-repeat;
	right:-35px;
	bottom:-80px;
}
.overview_content:after{
	content:"";
	position:absolute;
	width:190px;
	height:190px;
	background:url(../img/index/overview_content_after_bg.svg) center center no-repeat;
	left:70px;
	bottom:-50px;
}
.overview_bnr{
	padding:0;
	margin:100px 0 0 0;
	list-style:none;
}
.overview_bnr li{
	width:50%;
	float:left;
}
.overview_bnr li a{
	display:block;
	width:450px;
	height:300px;
	margin:0 auto;
	position:relative;
}
.overview_bnr li a span{
	position:absolute;
	display:block;
	width:100%;
	bottom:0;
	text-align:center;
	font-size:140%;
	color:#fff !important;
	padding:20px 0;
}
.overview_bnr .bnr01 a{
	background:url(../img/index/overview_bnr01_bg.jpg) center center no-repeat;
}
.overview_bnr .bnr02 a{
	background:url(../img/index/overview_bnr02_bg.jpg) center center no-repeat;
}

.overview_bnr .bnr01 a span{
    background: -webkit-repeating-linear-gradient(-45deg, rgba(224,153,50,0.9), rgba(224,153,50,0.8) 3px,rgba(224,153,50,0.8) 3px, rgba(224,153,50,0.9) 7px);
    background: repeating-linear-gradient(-45deg, rgba(224,153,50,0.9), rgba(224,153,50,0.8) 3px,rgba(224,153,50,0.8) 3px, rgba(224,153,50,0.9) 7px);
}
.overview_bnr .bnr02 a span{
    background: -webkit-repeating-linear-gradient(-45deg, rgba(23,135,140,0.9), rgba(23,135,140,0.8) 3px,rgba(23,135,140,0.8) 3px, rgba(23,135,140,0.9) 7px);
    background: repeating-linear-gradient(-45deg, rgba(23,135,140,0.9), rgba(23,135,140,0.8) 3px,rgba(23,135,140,0.8) 3px, rgba(23,135,140,0.9) 7px);
}

/*------------------------------------------------
   index_education
------------------------------------------------*/
.index_education{
	padding:40px 0 20px;
}
.education_tit{
	text-align:center;
	color:#333;
	padding:40px 0;
	position:relative;
	background:url(../img/index/education_tit_bg.svg) center bottom 45% no-repeat;
}
.education_tit:before{
	content:"";
	width:30px;
	height:30px;
	border-radius:15px;
	position:absolute;
	top:-10%;
	left:0;
	right:0;
	margin:auto;
	background:#52B7EF;
}
.education_tit:after{
    content:'';
    display:block;
    position:absolute;
	margin:auto;
    top:10%;
    left:0;
	right:0;
    height:0;
    width:0;
    border-top: 15px solid #52B7EF;
    border-right: 6px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 6px solid transparent;
}
.education_tit span{
	font-size:30px;
	display:block;
	text-align:center;
	margin-bottom:10px;
}
.education_content{
	width:100%;
	height:400px;
	background:#EDEFEB url(../img/index/education_content_bg.jpg) center center no-repeat;
	background-size:auto 100%;
	position:relative;
}
.education_content:before{
	content:"";
	width:50%;
	height:30%;
	background:rgba(255,255,255,0.8);
	position:absolute;
	left:0;
	bottom:10%;
}
.ec_txt{
	position:absolute;
	bottom:17%;
	right:55%;
	transform: rotate(0.05deg);
	color:#333;
	font-size:140%;
	line-height:140%;
}
.ec_txt span{
	font-weight:600;
	position:relative;
}
.ec_txt span:after{
	content:"";
	width:160px;
	height:150px;
	background:url(../img/index/education_content_before_bg.svg) center center no-repeat;
	position:absolute;
	left:-200px;
	top:-45px;
}
.ec_img{
	width:50%;
	float:right;
	height:400px;
	background:url(../img/index/ec_img_bg.png) center center no-repeat;
	background-size:85% auto;
	text-indent:-9999px;
}
.education_bnr{
	padding:0;
	margin:40px auto;
	list-style:none;
	width:80%;
}
.education_bnr li{
	width:50%;
	float:left;
}
.education_bnr a{
	display:block;
	width:85%;
	margin:0 auto;
	background:#ccc;
	padding:15px 0;
	text-align:center;
	color:#fff !important;
	font-size:140%;
	position:relative;
}
.education_bnr a:before{
	content:"";
	width:40px;
	height:40px;
	position:absolute;
	right:5%;
	top:0;
	bottom:0;
	margin:auto;
	background:url(../img/index/arrow_r.svg) center center no-repeat;
}
.education_bnr a:after{
	content:"";
	width:70px;
	height:70px;
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
}
.education_bnr .bnr01 a{
	background: -webkit-repeating-linear-gradient(-45deg, rgba(82,183,239,1.0), rgba(82,183,239,0.8) 3px,rgba(82,183,239,0.8) 3px, rgba(82,183,239,1.0) 7px);
    background: repeating-linear-gradient(-45deg, rgba(82,183,239,1.0), rgba(82,183,239,0.8) 3px,rgba(82,183,239,0.8) 3px, rgba(82,183,239,1.0) 7px);

}
.education_bnr .bnr01 a:after{
	left:15%;
	background:url(../img/index/education_bnr01_bg.svg) center center no-repeat;
}
.education_bnr .bnr02 a{
	background: -webkit-repeating-linear-gradient(-45deg, rgba(239,67,110,1.0), rgba(239,67,110,0.8) 3px,rgba(239,67,110,0.8) 3px, rgba(239,67,110,1.0) 7px);
    background: repeating-linear-gradient(-45deg, rgba(239,67,110,1.0), rgba(239,67,110,0.8) 3px,rgba(239,67,110,0.8) 3px, rgba(239,67,110,1.0) 7px);
}
.education_bnr .bnr02 a:after{
	left:10%;
	background:url(../img/index/education_bnr02_bg.svg) center center no-repeat;
}

/*------------------------------------------------
   index_department
------------------------------------------------*/
.index_department{
	padding:40px 0;
	position:relative;
}
.index_department:after{
	content:"";
	position:absolute;
	left:0;
	bottom:10%;
	width:100%;
	height:2px;
    background: -webkit-repeating-linear-gradient(90deg, rgba(255,255,255,1.0), rgba(255,255,255,1.0) 5px,rgba(255,255,255,1.0) 20px,rgba(255,255,255,0) 20px,rgba(255,255,255,0) 25px);
    background: repeating-linear-gradient(90deg, rgba(255,255,255,1.0), rgba(255,255,255,1.0) 5px,rgba(255,255,255,1.0) 20px,rgba(255,255,255,0) 20px,rgba(255,255,255,0) 25px);
	z-index:100;
}

.department_tit{
	width:150px;
	height:150px;
	margin:0 auto -80px;
	color:#fff;
	border-radius:75px;
	background:#EF436E;
	text-align:center;
	position:relative;
	z-index:100;
}
.department_tit:before{
	content:"";
	width:30px;
	height:30px;
	border-radius:15px;
	position:absolute;
	top:12%;
	left:0;
	right:0;
	margin:auto;
	background:#fff;
}
.department_tit:after{
    content:'';
    display:block;
    position:absolute;
	margin:auto;
    top:30%;
    left:0;
	right:0;
    height:0;
    width:0;
    border-top: 15px solid #fff;
    border-right: 6px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 6px solid transparent;
}
.department_tit span{
	padding-top:75px;
	font-size:30px;
	display:block;
	text-align:center;
}
.department_content{
	width:100%;
	height:540px;
	background:#EDEFEB url(../img/index/department_content_bg.jpg) center center no-repeat;
	background-size:auto 100%;
	position:relative;
}
.department_content:before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(232,124,148,0.8);
	top:0;
}
.dc_txt{
	text-align:center;
	color:#fff;
	padding:120px 0 80px;
	font-size:160%;
	text-shadow:0 0 10px #000;
}
.dc_txt span{
	position:relative;
}
.dc_txt span:before{
	content:"";
	position:absolute;
	bottom:20px;
	right:-80px;
	width:60px;
	height:60px;
	background:url(../img/index/dc_txt_before_bg.svg) center center no-repeat;
}
.department_content .content_width{
}
.autoplay{
	display:block;
	width:60%;
	margin:0 auto;
	position:relative;
	list-style:none;
}
.autoplay li a{
	display:block;
	width:80%;
	margin:0 auto;
	text-align:center;
	color:#fff;
}
.autoplay li a img{
	margin:0 auto;
	width:90%;
	border-radius:50%;
}
.slick-next {
	width:100px;
	height:100px;
	bottom:40%;
    right:-20%;
	background:url(../img/index/arrow_r.svg) center center no-repeat !important;
	background-size:100% auto !important;
	transform: scale(1, -1);
}
.slick-prev {
	width:100px;
	height:100px;
	bottom:40%;
    left:-20%;
	background:url(../img/index/arrow_r.svg) center center no-repeat !important;
	background-size:100% auto !important;
	transform: scale(-1, 1);
}


.slick-next::before {
    content:none;
}

.slick-prev::before {
    content:none !important;
}
/*------------------------------------------------
   index_messege
------------------------------------------------*/
.index_messege{
	padding:40px 0 20px;
}
.messege_tit{
	text-align:center;
	color:#333;
	padding:40px 0;
	position:relative;
	background:url(../img/index/messege_tit_bg.svg) center bottom 45% no-repeat;
}
.messege_tit:before{
	content:"";
	width:30px;
	height:30px;
	border-radius:15px;
	position:absolute;
	top:-10%;
	left:0;
	right:0;
	margin:auto;
	background:#C23AC2;
}
.messege_tit:after{
    content:'';
    display:block;
    position:absolute;
	margin:auto;
    top:10%;
    left:0;
	right:0;
    height:0;
    width:0;
    border-top: 15px solid #C23AC2;
    border-right: 6px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 6px solid transparent;
}
.messege_tit span{
	font-size:30px;
	display:block;
	text-align:center;
	margin-bottom:10px;
}
.messege_img{
	float:left;
}

.messege_content{
	width:45%;
	float:right;
}
.mc_txt{
	padding-top:40%;
	text-align:center;
	color:#E87C94;
	font-size:140%;
	line-height:160%;
	background:url(../img/index/mc_txt_bg.svg) center center no-repeat;
}
.mc_txt span{
	position:relative;
}
.mc_txt span:after{
	content:"";
	position:absolute;
	width:90px;
	height:90px;
	background:url(../img/index/mc_txt_after_bg.svg) center center no-repeat;
	right:-100px;
	bottom:50px;
}
.mc_txt span:before{
	content:"";
	position:absolute;
	width:160px;
	height:160px;
	background:url(../img/index/mc_txt_before_bg.svg) center center no-repeat;
	right:-20px;
	bottom:120px;
}

.messege_bnr{
	padding:0;
	margin:40px auto;
	list-style:none;
	width:100%;
}
.messege_bnr li{
}
.messege_bnr a{
	display:block;
	width:100%;
	margin:0 auto;
	background:#ccc;
	padding:15px 0;
	text-align:center;
	color:#fff !important;
	font-size:140%;
	position:relative;
}
.messege_bnr a:before{
	content:"";
	width:40px;
	height:40px;
	position:absolute;
	right:5%;
	top:0;
	bottom:0;
	margin:auto;
	background:url(../img/index/arrow_r.svg) center center no-repeat;
}
.messege_bnr a:after{
	content:"";
	width:70px;
	height:70px;
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
}
.messege_bnr .bnr01 a{
	background: -webkit-repeating-linear-gradient(-45deg, rgba(239,67,110,1.0), rgba(239,67,110,0.8) 3px,rgba(239,67,110,0.8) 3px, rgba(239,67,110,1.0) 7px);
    background: repeating-linear-gradient(-45deg, rgba(239,67,110,1.0), rgba(239,67,110,0.8) 3px,rgba(239,67,110,0.8) 3px, rgba(239,67,110,1.0) 7px);
}

/*------------------------------------------------
   index_recruit
------------------------------------------------*/
.index_recruit{
	padding:40px 0 40px;
}
.recruit_tit{
	text-align:center;
	color:#333;
	padding:40px 0;
	position:relative;
	background:url(../img/index/recruit_tit_bg.svg) center bottom 45% no-repeat;
}
.recruit_tit:before{
	content:"";
	width:30px;
	height:30px;
	border-radius:15px;
	position:absolute;
	top:-10%;
	left:0;
	right:0;
	margin:auto;
	background:#2179AA;
}
.recruit_tit:after{
    content:'';
    display:block;
    position:absolute;
	margin:auto;
    top:10%;
    left:0;
	right:0;
    height:0;
    width:0;
    border-top: 15px solid #2179AA;
    border-right: 6px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 6px solid transparent;
}
.recruit_tit span{
	font-size:30px;
	display:block;
	text-align:center;
	margin-bottom:10px;
}
.recruit_content{
	width:100%;
	background:#CFF4FF url(../img/index/recruit_content_bg.png) center center repeat;
	padding:50px 0;
	position:relative;
}
.rc_txt{
	text-align:center;
	color:#E87C94;
	font-size:140%;
	margin-bottom:40px;
}
.rc_txt span{
	position:relative;
}
.rc_txt span:after{
	content:"";
	position:absolute;
	width:90px;
	height:90px;
	background:url(../img/index/rc_txt_before_bg.svg) center center no-repeat;
	bottom:10px;
	right:-100px;
	transform: scale(1, 1);
}
.rc_txt span:before{
	content:"";
	position:absolute;
	width:90px;
	height:90px;
	background:url(../img/index/rc_txt_before_bg.svg) center center no-repeat;
	bottom:10px;
	left:-100px;
	transform: scale(-1, 1);
}
.recruit_content{
}
.recruit_bnr{
	width:80%;
	padding:0;
	margin:0 auto;
	list-style:none;
	display: flex;
	justify-content: center;
}
.recruit_bnr li{
	width:200px;
	height:200px;
	float:left;
	margin-right:50px;
	background:url(../img/index/recruit_bnr02.jpg) center center no-repeat;
	border-radius:50%;
}
.recruit_bnr li:first-child{
	background:url(../img/index/recruit_bnr01.jpg) center center no-repeat;
}
.recruit_bnr li:last-child{
	background:url(../img/index/recruit_bnr03.jpg) center center no-repeat;
	margin-right:0px;
}
.recruit_bnr li a{
	display:block;
	width:100%;
	height:100%;
	margin:0 auto;
	color:#fff !important;
	position:relative;
}
.recruit_bnr li a:hover{
	opacity:1.0 !important;
	filter: alpha(opacity=100) !important;        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)" !important;  /* ie 8 */
}
.recruit_bnr li a{
	width:100%;
	vertical-align:bottom;
}
.recruit_bnr li a:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius:50%;
	background:rgba(43,145,181,0.7);
	transition: all 0.3s ease 0s !important;
}
.recruit_bnr li a:hover:after{
	background:none;
}
.recruit_bnr li a:before{
	content:"";
	position:absolute;
	bottom:10%;
	left:0;
	right:0;
	margin:auto;
	width:10%;
	height:10%;
	z-index:10;
	border-radius:50%;
	background:url(../img/index/arrow_r.svg) center center no-repeat;
	background-size:100%;
	transform:rotate(90deg);
}
.recruit_bnr li a span{
	position:absolute;
	top:50%;
	left:0;
	right:0;
	margin:auto;
	z-index:10;
	text-align:center;
	font-size:140%;
}
.recruit_tour{
	text-align:center;
	margin:40px 0;
}

/*------------------------------------------------
   index_info
------------------------------------------------*/
.index_info{
	padding:40px 0;
}
.info_tit{
	width:160px;
	height:160px;
	text-align:center;
	color:#333;
	position:relative;
	border-radius:50%;
	margin:-150px auto 50px;
}
.info_tit:before{
	content:"";
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	position:absolute;
	width:100%;
	height:100%;
	border-radius:50%;
    background: -webkit-repeating-linear-gradient(90deg, rgba(229,217,72,1.0), rgba(229,217,72,1.0) 5px,rgba(229,217,72,1.0) 20px,rgba(229,217,72,0) 20px,rgba(229,217,72,0) 25px);
    background: repeating-linear-gradient(90deg, rgba(229,217,72,1.0), rgba(229,217,72,1.0) 5px,rgba(229,217,72,1.0) 15px,rgba(229,217,72,0) 15px,rgba(229,217,72,0) 25px);
}
.info_tit:after{
	content:"";
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	position:absolute;
	width:156px;
	height:156px;
	border-radius:50%;
    background:#fff;

}
.it_line{
	width:100%;
	height:100%;
	position:relative;
	text-align:center;
	border-radius:50%;
	z-index:100;
}
.it_line:before{
	content:"";
	width:30px;
	height:30px;
	border-radius:15px;
	position:absolute;
	top:15%;
	left:0;
	right:0;
	margin:auto;
	background:#EF436E;
}
.it_line:after{
    content:'';
    display:block;
    position:absolute;
	margin:auto;
    top:33%;
    left:0;
	right:0;
    height:0;
    width:0;
    border-top: 15px solid #EF436E;
    border-right: 6px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 6px solid transparent;
}
.info_tit span{
	font-size:30px;
	display:block;
	text-align:center;
	padding-top:80px;
	position:relative;
}
.info_tit span:after{
	content:"";
	position:absolute;
	top:65%;
	left:0;
	right:0;
	margin:0;
	background:#fff url(../img/index/info_tit_bg.svg) center bottom 65% no-repeat;
	width:100%;
	height:100%;
	z-index:-10;
}
.info_content{
	width:75%;
	float:left;
	position:relative;
}
.info{
	margin-bottom:40px;
	position:relative;
}
.info:before{
	content:"";
	position:absolute;
	left:-380px;
	top:-50px;
	width:330px;
	height:405px;
	background:url(../img/index/info_before_bg.png) center center no-repeat;
	background-size:100% auto;
}
.info_box{
	border-bottom:1px dashed #999;
}
.info_box a{
	padding:15px 0;
	display:block;
	color:#333 !important;
}
.info_box a:hover{
	background:#DEF5FF;
}
.info_box .day{
	width:20%;
	float:left;
	text-align:center;
	background:url(../img/index/icon01.svg) 0px 0px no-repeat;
}
.info_box .txt{
	width:75%;
	float:left;
}

.info_btn{
}
.info_btn a{
	display:block;
	width:50%;
	margin:0 auto;
	background:#ccc;
	padding:15px 0;
	text-align:center;
	color:#fff !important;
	font-size:140%;
	position:relative;
	background: -webkit-repeating-linear-gradient(-45deg, rgba(82,183,239,1.0), rgba(82,183,239,0.8) 3px,rgba(82,183,239,0.8) 3px, rgba(82,183,239,1.0) 7px);
    background: repeating-linear-gradient(-45deg, rgba(82,183,239,1.0), rgba(82,183,239,0.8) 3px,rgba(82,183,239,0.8) 3px, rgba(82,183,239,1.0) 7px);
}
.info_btn a:before{
	content:"";
	width:40px;
	height:40px;
	position:absolute;
	right:5%;
	top:0;
	bottom:0;
	margin:auto;
	background:url(../img/index/arrow_r.svg) center center no-repeat;
}
.info_btn a:after{
	content:"";
	width:70px;
	height:70px;
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
}

.info_blog{
	width:20%;
	float:right;
}
.info_blog a{
	display:block;
	width:100%;
	height:195px;
	background:url(../img/index/info_blog_bg.svg) center center no-repeat;
	background-size:auto 100%;
	text-indent:-9999px;
	position:relative;
}
.info_blog a:after{
	content:none;
}



@media screen and (max-width: 480px) {
.main_content{
    width: 100%;
    padding: 0;
}


.index_img{
    height: 300px;
    background: url(../img/index/index_img.jpg) 49% top no-repeat;
    background-size: auto 90%;
}
.ii_txt{
	width:90%;
	bottom:0%;
	font-size:20px;
}
.ii_txt span{
	font-size:130%;
}
/*------------------------------------------------
   index_overview
------------------------------------------------*/
	
.overview_bnr {
    margin: 30px 0 0 0;
}
.overview_tit span{
	font-size:140%;
	margin-bottom:3px;
}
.overview_content{
	height:300px;
	font-size:109%;
}
.overview_content span{
	padding:50px 0 20px;
	font-size: 140%;
}
.overview_content:after{
	content:none;
}
.overview_bnr li{
	float:none;
	width:100%;
	margin-bottom: 20px;
}
.overview_content:before{
	content:none;
}
.overview_bnr .bnr01 a{
	background:none;
}
.overview_bnr .bnr02 a{
	background:none;
}

.overview_bnr li a{
	width:100%;
	height:70px;
}
	
	
/*------------------------------------------------
   index_education
------------------------------------------------*/


.education_content:before{
	width:100%;
}
.ec_txt{
	right:0;
	left: 3%;
	font-size: 100%;
	bottom: 13%;
}
.education_tit span{
	font-size:140%;
	margin-bottom:3px;
}
.ec_txt span:after{
	content:none;
}
.ec_img{
	background:none;
	height: 0;
}
.education_bnr li{
	width:100%;
	margin-bottom: 10px;
}
.education_bnr{
	margin:20px auto;
	width:100%;
}
.education_bnr a{
	width:100%;
	font-size: 120%!important;
}
.education_bnr a:before{
	content:"";
	width:40px;
	height:40px;
	position:absolute;
	right:5%;
	top:0;
	bottom:0;
	margin:auto;
	background:url(../img/index/arrow_r.svg) center center no-repeat;
}
.education_bnr .bnr01 a:after{
	left:5%;
	background:url(../img/index/education_bnr01_bg.svg) center center no-repeat;
}
.education_bnr .bnr02 a:after{
	left:5%;
	background:url(../img/index/education_bnr02_bg.svg) center center no-repeat;
}
.education_content {
    height: 205px;
    background: url(../img/index/education_content_bg.jpg) 4% top no-repeat;
    background-size: 180%;
}

/*------------------------------------------------
   index_department
------------------------------------------------*/
.index_department:after{
	bottom:10%;
}

.department_content{
	height:460px;
}
	
.dc_txt{
	padding:120px 0 50px;
}
.dc_txt span{
	position:relative;
}
.dc_txt span:before{
	content:none;
}
.department_tit span{
	font-size:140%;
}
.department_content .content_width{
	width: 100%!important;
}
.slick-next {
	width: 30px;
    height: 30px;
    bottom: 65%;
    right: 0%;
    background-size: 100% auto !important;
}
.slick-prev {
	width: 30px;
    height: 30px;
    bottom: 65%;
    left: 0%;
    background-size: 100% auto !important;
}
.autoplay{
	display:block;
	width:100%;
	margin:0 auto;
	position:relative;
	list-style:none;
}
.autoplay li a{
	display:block;
	width:80%;
	margin:0 auto;
	text-align:center;
	color:#fff;
}
.autoplay li a img{
	margin:0 auto;
	width:90%;
	border-radius:50%;
}

/*------------------------------------------------
   index_messege
------------------------------------------------*/

.messege_tit:before{
	top:-10%;
}
.messege_content{
	width:100%;
}
.messege_bnr{
	margin:20px auto;
}
.messege_bnr a:after{
	width:40px;
	height:40px;
}
.mc_txt span:after{
	content:none;
}
.mc_txt span:before{
	content:none;
}
.messege_tit span{
	font-size:140%;
	margin-bottom:3px;
}

/*------------------------------------------------
   index_recruit
------------------------------------------------*/

.rc_txt {
	margin-bottom: 20px;
    line-height: 160%;
}
.recruit_tit span{
	font-size:140%;
	margin-bottom:3px;
}
.rc_txt span:after{
	content:none;
}
.rc_txt span:before{
	content:none;
}
.recruit_bnr{
	width:50%;
	display: inherit;
}
.recruit_bnr li{
	margin-bottom: 10px;
}
.recruit_bnr li a:hover:after{
	background:none;
}


/*------------------------------------------------
   index_info
------------------------------------------------*/

.info_content{
	width:100%;
	float:left;
	position:relative;
}
.info {
    margin-bottom:0px;
}
.info:before{
	content:none;
}
.info_tit {
    margin: -150px auto 20px;
}
.info_tit span{
	font-size:140%;

}
.info_box .txt{
	width:100%;
	float:left;
}
.info_btn a{
	width:100%;
}

.info_blog{
	width:100%;
}
.info_blog a{
	margin-top: 20px;
	background:url(../img/index/info_blog_bg_02.svg) center center no-repeat;
}

.info_box .day{
	width:24%;
}




}

