/*@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.woff2?t=1625532141317') format('woff2'),
       url('../font/iconfont.woff?t=1625532141317') format('woff'),
       url('../font/iconfont.ttf?t=1625532141317') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/


body{
	max-width: 750px;
	margin: 0 auto;
	background-color: #fff;
	visibility: hidden;
}
.header{
	padding:5px 3%;
	/*position: relative;*/
	position:fixed;
	left:50%;
	top:0;
	margin-left:-3.75rem;
	width:7.5rem;
	max-width:100%;
    box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);
	z-index: 9999;
	background:#ea5404;
	box-sizing:border-box;
}
.header .logo{
	/*max-width:40%;*/
	display: block;
	height:50px;
	/*margin:0 auto;*/
	float:left;

}
.header .logo_txt{
	display: block;
	height:50px;
	float:left;
	margin-left:10px;
	font-size:20px; color:#fff;
	line-height:50px;

}
.header.fixed
{
	background:rgba(0,0,0,0.6);
}
/*
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}*/

/*banner*/
/*
.banner	.slideBox{ position:relative; overflow:hidden; margin:0 auto;  max-width:100%; }
.banner	.slideBox .hd{ position:absolute; height:28px; line-height:28px; bottom:0px; right:0; z-index:1;  width:100%; text-align:center;}
.banner	.slideBox .hd li{ display:inline-block; width:8px; height:8px;  background:none; text-indent:-9999px; overflow:hidden; margin:0 6px; border-radius: 4px; background:#fff; }
.banner	.slideBox .hd li.on{ background:#721d36;  }
.banner	.slideBox .bd{ position:relative; z-index:0; }
.banner	.slideBox .bd li{ position:relative; text-align:center;  }
.banner	.slideBox .bd li img{ vertical-align:top; width:100%;}
.banner	.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  } 
.banner	.slideBox .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; background:url(../images/tm.png) repeat; color:#fff;  text-align:left;  }*/

.banner-container{ position:relative;}

.banner-pagination{ position:absolute; left:0; bottom:0; width:100%; text-align:center; z-index:2;}
.banner-pagination .swiper-pagination-bullet{ width:12px; height:6px; background:#fff; opacity:1; border-radius:0; transition:all 0.3s; margin:0 3px !important;}
.banner-pagination .swiper-pagination-bullet-active{ width:25px; background:#ea5404;}



.clearfix::after { content: ""; clear: both; overflow: hidden; display: block; height: 0; visibility: hidden;}
.sl{overflow:hidden; text-overflow:ellipsis;white-space: nowrap;}
.sl2{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.sl3{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 3; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.sl4{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 4; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.sl5{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 5; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.block{ display:block;}
.yy{ box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);}
.fl{ float:left;}
.fr{ float:right;}

.pages { margin-top: 15px; font-size: 12px; line-height: 22px; text-align: center; }
.pages a { text-decoration: none; color: #666; background: #fff; display: inline-block; width: 30px; line-height: 30px; line-height: 30px; margin-right: 8px; font-size: 14px; color: #333333; margin-bottom:10px; border:#cccccc 1px solid;}
.pages a.active { background: #ea5404; border:#ea5404 1px solid; color: #fff }
.pages a:hover {  background: #ea5404; border:#ea5404 1px solid; color: #fff; text-decoration: none;  }
.pages a.wz{ display: inline-block; width: 60px; line-height: 30px; line-height: 30px;}

.download_bg .pages { margin-top: 15px; font-size: 12px; line-height: 22px; text-align: center; }
.download_bg .pages a { text-decoration: none; color: #fff; background: #721d36; border:#cccccc 1px solid; display: inline-block; width: 30px; line-height: 30px; line-height: 30px; margin-right: 8px; font-size: 14px;}
.download_bg .pages a.active { background: #fff; border:#fff 1px solid; color: #721d36 }
.download_bg .pages a:hover {  background: #fff; border:#fff 1px solid; color: #721d36; text-decoration: none;  }
.download_bg .pages a.wz{ display: inline-block; width: 30px; line-height: 30px; line-height: 30px; font-family: "宋体"; font-weight: bold;}



.hamburger {
		display: block;
	width: 28px;
	height: 18px;
	padding: 11px;
	position: absolute;
	top: 50%;margin-top: -17px;
	right: 3%;

  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

.hamburger--slider .hamburger-inner {
  top: 8px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
	width:100%;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	width:100%;
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }


/*首页*/
.h40{ height:40px;}
.h20{ height:20px;}
.h10{ height:10px;}

.i_title1{ text-align:center;}
.i_title1 .i_title_c{ display:inline-block; position:relative;}
.i_title1 .i_title_c .title1{ font-size:24px; color:#ea5404; font-weight:bold; line-height:30px; text-align:center;}
.i_title1 .i_title_c .title2{ font-family:Arial; font-size:14px; color:#999999; line-height:30px; text-align:center; text-transform:uppercase; transition:all 0.3s;}
.i_title1 .i_title_c .i_title_ico1{ position:absolute; left:-60px; top:-5px; height:60px;}
.i_title1 .i_title_c .i_title_ico2{ position:absolute; right:-60px; top:-5px; height:60px;}


.i_d1_img{ width:100%;}
.i_d1_r{}
.i_d1_txt{ font-size:16px; color:#666666; line-height:30px; margin-top:10px;}
a.i_d1_more{ margin:20px auto 0 auto; display:block; width:132px; height:44px; border-radius:22px; background:#ea5404; border-radius:22px; font-size:14px; color:#fff; text-align:center; line-height:44px; text-transform:uppercase;}


.i_d2_c_list li .img {
  position: relative;
  padding: 38% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.i_d2_c_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}
.i_d2_c_list li .txt{ position:absolute; left:0; bottom:0; background:rgba(234,84,4,0.7); width:100%; padding-top:5px; padding-bottom:6px; transition:all 0.3s;}
.i_d2_c_list li .txt .txt1{ font-size:18px; color:#ffffff; line-height:30px; font-weight:bold; text-align:center;}
.i_d2_c_list li .txt .txt2{ font-size:14px; color:#ffffff; line-height:20px; text-align:center;}
.i_d2_c_list li .mb{ position:absolute; left:0; top:100%; width:100%; height:100%; background:rgba(234,84,4,0.7); box-sizing:border-box; padding-top:140px; transition:all 0.3s;}
.i_d2_c_list li .mb .mb_txt1{ font-size:36px; color:#ffffff; line-height:40px; font-weight:bold; text-align:center;}
.i_d2_c_list li .mb .mb_txt2{ font-size:14px; color:#ffffff; line-height:30px; text-align:center;}
.i_d2_c_list li .mb .mb_txt3{ font-size:22px; color:#ffffff; line-height:40px; width:520px; margin:50px auto 0 auto;}
.i_d2_c_list li .mb .mb_txt3 *{ line-height:40px;}
/*.i_d2_c_list li:hover .txt{ bottom:-100%;}
.i_d2_c_list li:hover .mb{ top:0;}*/


.i_d2_c_nav{ position:relative; height:52px;}
.i_d2_c_nav .i_d2_c_prev{ position:absolute; right:50px; top:0; margin-top:0px; width:40px; height:40px; border:#999999 1px solid; border-radius:50%; background:url(../images/i_d2_left.png) center no-repeat; z-index:99; cursor:pointer; transition:all 0.3s; outline:none; background-size:auto 20px;}
.i_d2_c_nav .i_d2_c_prev:hover{ background:url(../images/i_d2_left_on.png) center no-repeat; border:#ea5404 1px solid; background-size:auto 20px;}
.i_d2_c_nav .i_d2_c_next{ position:absolute; right:0; top:0; margin-top:0px; width:40px; height:40px; border:#999999 1px solid; border-radius:50%; background:url(../images/i_d2_right.png) center no-repeat; z-index:99; cursor:pointer; transition:all 0.3s; outline:none; background-size:auto 20px;}
.i_d2_c_nav .i_d2_c_next:hover{ background:url(../images/i_d2_right_on.png) center no-repeat; border:#ea5404 1px solid; background-size:auto 20px;}


.i_d3_txt{ font-size:16px; color:#666666; line-height:30px;}
.i_d3_txt *{ line-height:30px;}

a.i_d3_more{ display:block; width:132px; height:44px; border-radius:22px; background:#ea5404; border-radius:22px; font-size:14px; color:#fff; text-align:center; line-height:44px; text-transform:uppercase; margin:20px auto 0 auto;}


.i_d3_c{ position:relative;}
.i_d3_c_list li{ position:relative;}
.i_d3_c_list li .img1{ display:block; width:100%;}
.i_d3_c_list li .img1 img{ display:block; width:100%;}
.i_d3_c_list li .img2{ display:block; width:100%; margin-top:10px;}
.i_d3_c_list li .img2 img{ display:block; width:100%;}
.i_d3_c_list li .img3{ display:block; width:100%; margin-top:10px;}
.i_d3_c_list li .img3 img{ display:block; width:100%;}

.i_d3_c_prev{ position:absolute; left:-108px; top:50%; margin-top:-33px; width:64px; height:64px; border:#999999 1px solid; border-radius:50%; background:url(../images/i_d2_left.png) center no-repeat; z-index:99; cursor:pointer; transition:all 0.3s; outline:none;}
.i_d3_c_prev:hover{ background:url(../images/i_d2_left_on.png) center no-repeat; border:#ea5404 1px solid;}
.i_d3_c_next{ position:absolute; right:-108px; top:50%; margin-top:-33px; width:64px; height:64px; border:#999999 1px solid; border-radius:50%; background:url(../images/i_d2_right.png) center no-repeat; z-index:99; cursor:pointer; transition:all 0.3s; outline:none;}
.i_d3_c_next:hover{ background:url(../images/i_d2_right_on.png) center no-repeat; border:#ea5404 1px solid;}



.i_d4{ background:url(../images/i_d4_bg.jpg) top center repeat-x; background-size: auto 50%;}
.i_d4_c{ position:relative;}
.i_d4_c_list li .img{}
.i_d4_c_list li .img img{ display:block; width:100%; height:2.2rem; object-fit: contain;}
.i_d4_c_list li .txt{ width:100%; height:40px; line-height:38px; font-size:14px; color:#666666; text-align:center; border:#cdcdcd 1px solid; box-sizing:border-box; margin:10px auto 0 auto; transition:all 0.3s;}
.i_d4_c_list li:hover .txt{ color:#ea5404;}

.i_d4_c .i_d4_c_prev{ position:absolute; left:-108px; top:110px; width:64px; height:64px; border:#fff 1px solid; border-radius:50%; background:url(../images/i_d4_left.png) center no-repeat; z-index:99; cursor:pointer; transition:all 0.3s; outline:none;}
.i_d4_c .i_d4_c_next{ position:absolute; right:-108px; top:110px; width:64px; height:64px; border:#fff 1px solid; border-radius:50%; background:url(../images/i_d4_right.png) center no-repeat; z-index:99; cursor:pointer; transition:all 0.3s; outline:none;}


.i_d4_c_nav{ position:relative; height:52px;}
.i_d4_c_nav .i_d4_c_prev{ position:absolute; right:50px; top:0; margin-top:0px; width:40px; height:40px; border:#999999 1px solid; border-radius:50%; background:url(../images/i_d2_left.png) center no-repeat; z-index:99; cursor:pointer; transition:all 0.3s; outline:none; background-size:auto 20px;}
.i_d4_c_nav .i_d4_c_prev:hover{ background:url(../images/i_d2_left_on.png) center no-repeat; border:#ea5404 1px solid; background-size:auto 20px;}
.i_d4_c_nav .i_d4_c_next{ position:absolute; right:0; top:0; margin-top:0px; width:40px; height:40px; border:#999999 1px solid; border-radius:50%; background:url(../images/i_d2_right.png) center no-repeat; z-index:99; cursor:pointer; transition:all 0.3s; outline:none; background-size:auto 20px;}
.i_d4_c_nav .i_d4_c_next:hover{ background:url(../images/i_d2_right_on.png) center no-repeat; border:#ea5404 1px solid; background-size:auto 20px;}


.i_d5_l{ width:100%;}
.i_d5_l .img{ width:100%;}
.i_d5_l .img img{ display:block; width:100%; height:3.9rem; object-fit: cover;}
.i_d5_l .title{ font-size:16px; color:#181818; line-height:30px; height:30px; margin-top:10px; font-weight:bold; transition:all 0.3s;}
.i_d5_l .txt1{ font-size:14px; color:#999999; line-height:25px; height:25px;}
.i_d5_l .txt2{ font-size:14px; color:#999999; line-height:25px; height:25px; padding-bottom:10px; border-bottom:#f1f1f1 2px solid; position:relative;}
.i_d5_l .txt2:after{content: "";width:0px; height: 2px;background: #ea5404;position: absolute;left: 0; bottom:-2px; transition:all 0.3s;}
.i_d5_l:hover .title{ color:#ea5404;}
.i_d5_l:hover .txt2:after{ width:100%; }

.i_d5_r{}
.i_d5_list li{ padding-left:100px; position:relative; margin-top:20px;}
.i_d5_list li img{ position:absolute; left:0; top:0; width:80px; height:80px; object-fit: cover;}
.i_d5_list li .txt1{ font-size:16px; color:#181818; font-weight:bold; line-height:30px; height:30px; transition:all 0.3s;}
.i_d5_list li .txt2{ font-size:14px; color:#999999; line-height:25px; height:25px;}
.i_d5_list li .txt3{ font-size:14px; color:#999999; line-height:25px; height:25px;}
.i_d5_list li:hover .txt1{ color:#ea5404;}
a.i_d5_more{ float:left; margin-top:20px; display:block; width:118px; height:42px; border:#e9e9e9 1px solid; font-size:16px; color:#181818; text-align:center; line-height:42px; transition:all 0.3s;}
a.i_d5_more:hover{ border:#ea5404 1px solid; background:#ea5404; color:#fff;}




.footer1{ background:#f3f3f3; padding:40px 0;}

.footer1_title1{ font-size:16px; color:#333333; line-height:30px; text-align:center;}
.footer1_ewm{ text-align:center;}
.footer1_ewm .footer_ewm_img{ width:40%; margin-top:10px;}

.footer1_ms{ padding:0 20px; margin-top:20px;}
.footer1_ms_inp{ display:block; width:100%; height:46px; line-height:46px; padding:0 15px; border:0; box-sizing:border-box; outline:none; margin-top:14px; font-size:14px; background:#fff !important;}
.footer1_ms_sel{ display:block; width:100%; height:46px; line-height:46px; padding:0 15px; border:0; box-sizing:border-box; outline:none; margin-top:14px; font-size:14px; background:#fff !important;}
.footer1_ms_bt{ display:block; width:100%; height:46px; line-height:46px; border:0; box-sizing:border-box; outline:none; margin-top:14px; background:#ea5404; font-size:14px; color:#fff; cursor:pointer;}


.footer2{ background:#c9caca; padding:15px 0;}
.footer2 .footer2_txt{ font-size:14px; color:#333333; line-height:25px; position:relative; text-align:center;}
.footer2 .footer2_txt a{ color:#333333;}
.footer2 .footer2_txt2{font-size:14px; color:#333333; line-height:25px; text-align:center;}



.bottom_nav{ position:fixed; left:0; bottom:0; width:100%; height:50px; background:#fff; padding:3px 0; box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15); z-index:9999;}
.bottom_nav li{ float:left; width:33.33%;}
.bottom_nav li a{ display:block; width:100%; text-align:center; font-size:14px; color:#666666; line-height:20px; height:45px; padding-top:5px;}
.bottom_nav li a img{ padding-bottom:0px;}
.bottom_nav li.on a{ color:#ea5404;}

.totop{ position:fixed; right:3%; bottom:80px; width:30px; height:30px; background:url(../images/totop.png) center no-repeat; background-size:30px auto; z-index:10;}



/*发展历程*/
.n_banner_c{ position:relative;}
.n_banner{ display:block; width:100%; object-fit: cover;}

.n_nav_c{ background:#f3f3f3; padding:10px 0;}
.n_nav_list{}
.n_nav_list li{ float:left; width:33.33%; height:40px;}
.n_nav_list li a{ display:block; width:100%; height:40px; line-height:40px; text-align:center; font-size:16px; color:#666666;}
.n_nav_list li.on a{ color:#ea5404; font-weight:bold;}

.fzlc_d2_list{ background:url(../images/fzlc_d2_hr.png) 10px top repeat-y;}
.fzlc_d2_list li{ padding:10px 0 10px 40px;}
.fzlc_d2_list li .txt .txt1{ line-height:40px; font-size:22px; color:#ea5404; font-weight:bold;}
.fzlc_d2_list li .txt .txt1 span{ font-size:14px; margin-left:5px; font-weight:normal;}
.fzlc_d2_list li .txt .txt2{ font-size:14px; color:#666666; line-height:30px;}
.fzlc_d2_list li .fzlc_d2_img{ width:100%; margin-top:10px;}
.fzlc_d2_list li .txt{ position:relative;}
.fzlc_d2_list li .txt:after { content: ""; position: absolute; left: -36px; top:13px; width: 34px; height:14px; background:url(../images/fzlc_d2_ico2.png) left center no-repeat;}


/*关于我们*/
.ab_bg{ background:url(../images/ab_bg.jpg) top center no-repeat; background-size:cover;}

.ab_box1{ width:100%; background:#fff; box-shadow: 0px 10px 10px 0px rgba(10, 2, 5, 0.2); padding:20px 20px 20px 20px; box-sizing:border-box; position:relative;}
.ab_box1 .ab_logo{ display:block; height:60px;}
.ab_box1 .title1{ font-size:20px; color:#010101; line-height:40px; margin-top:10px;}
.ab_box1 .title2{ font-size:14px; color:#999999; line-height:30px; text-transform:uppercase;}
.ab_box1 .title3{ width:135px; height:35px; background:#ea5404; font-size:18px; color:#fff; line-height:35px; text-align:center; margin:20px auto 0 auto;}
.ab_img{ position:absolute; right:20px; top:20px; max-width:46%; max-height:140px;}

.ab_box2{}
.ab_box2_txt{ padding:20px 0 20px 0; font-size:16px !important; color:#666666; line-height:30px;}
.ab_box2_txt *{ line-height:30px; font-size:16px !important;}



/*企业荣誉*/
.honor_list li{ float:left; width:48%; margin-left:4%; margin-top:20px;}
.honor_list li:nth-child(2n+1){ margin-left:0;}
.honor_list li:nth-child(1),
.honor_list li:nth-child(2){ margin-top:0;}
.honor_list li .img{ width:100%;}
.honor_list li .img img{ display:block; width:100%; height:2.2rem; object-fit: contain;}
.honor_list li .txt{ width:100%; height:40px; line-height:38px; font-size:14px; color:#666666; text-align:center; border:#cdcdcd 1px solid; box-sizing:border-box; margin:10px auto 0 auto; transition:all 0.3s;}
.honor_list li:hover .txt{ color:#ea5404;}



/*企业文化*/
.qywh_l_img{ display:block; width:100%;}
.qywh_r_list{ padding-top:20px;}
.qywh_r_list li{ float:left; width:50%; padding:0 10px; box-sizing:border-box;}
.qywh_r_list li .ico{ line-height:60px; text-align:center;}
.qywh_r_list li .ico img{ height:50px; vertical-align:middle;}
.qywh_r_list li .title{ font-size:18px; color:#898989; line-height:40px; text-align:center; font-weight:bold;}
.qywh_r_list li .txt{ font-size:14px; color:#898989; line-height:25px; text-align:center;}



/*总裁致辞*/
.zczc_c{ background:url(../images/zczc_c_bg.jpg) top center repeat-x; background-size:auto 100%;}
.zczc_txt{ font-size:16px; color:#666666; line-height:30px; width:100%;}
.zczc_txt *{  line-height:30px;}
.czcz_img{ width:100%; margin-top:20px;}
.czcz_img .img{ width:100%;}
.czcz_img .txt{ font-size:18px; color:#333333; line-height:30px; margin-top:10px; text-align:center;}


/*各地分园*/
.dgfy_list li{ width:100%; margin-top:20px;}
.dgfy_list li:nth-child(1){ margin-top:0;}
.dgfy_list li .img {
  position: relative;
  padding: 32.2% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.dgfy_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}
.dgfy_list li .txt{ font-size:16px; color:#333333; font-weight:bold; line-height:30px; padding:15px 0; text-align:center; text-transform:uppercase; transition:all 0.3s;}
.dgfy_list li:hover .txt{ color:#ea5404;}


/*各地分园详情*/
.gdfy_i_bg{ background:url(../images/gdfy_i_bg.jpg) center no-repeat; background-size:cover;}
.gdfy_i_title{ font-size:20px; color:#ea5404; line-height:40px; font-weight:bold; text-align:center;}


.gdfy_i_c{ position:relative;}
.gdfy_i_c_box1{ position:relative;}
.gdfy_i_c_list .swiper-slide {
	  /*transition: 300ms;*/
	  overflow:hidden;
	  transform: scale(0.7);
	  z-index:3;
	  background:#fff;
}
.gdfy_i_c_list .swiper-slide-active{ transform: scale(1); z-index:9;}
.gdfy_i_c_list .swiper-slide img{ /*opacity:0.5;*/}
.gdfy_i_c_list .swiper-slide-active img{ opacity:1;}
/*.gdfy_i_c_list li img { width:100%; height:600px; object-fit: cover;}*/
.gdfy_i_c_list li .img {
  position: relative;
  padding: 35% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.gdfy_i_c_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}


.gdfy_i_nav{ position:relative; height:52px;}
.gdfy_i_nav .gdfy_i_prev{ position:absolute; right:50px; top:0; margin-top:0px; width:40px; height:40px; border:#999999 1px solid; border-radius:50%; background:url(../images/i_d2_left.png) center no-repeat; z-index:99; cursor:pointer; transition:all 0.3s; outline:none; background-size:auto 20px;}
.gdfy_i_nav .gdfy_i_prev:hover{ background:url(../images/i_d2_left_on.png) center no-repeat; border:#ea5404 1px solid; background-size:auto 20px;}
.gdfy_i_nav .gdfy_i_next{ position:absolute; right:0; top:0; margin-top:0px; width:40px; height:40px; border:#999999 1px solid; border-radius:50%; background:url(../images/i_d2_right.png) center no-repeat; z-index:99; cursor:pointer; transition:all 0.3s; outline:none; background-size:auto 20px;}
.gdfy_i_nav .gdfy_i_next:hover{ background:url(../images/i_d2_right_on.png) center no-repeat; border:#ea5404 1px solid; background-size:auto 20px;}


.gdfy_i_content{ font-size:16px; color:#666666; line-height:30px;}
.gdfy_i_content *{ line-height:30px;}




/*课程体系*/
.kctx_l_nav{}
.kctx_l_nav li{ float:left; width:32%; margin-left:2%; height:40px; line-height:40px; text-align:center; font-size:16px; color:#898989; background:#f3f2f2; margin-bottom:10px; transition:all 0.3s; cursor:pointer;}
.kctx_l_nav li:nth-child(3n+1){ margin-left:0;}
.kctx_l_nav li.on{ background:#ea5404; color:#fff;}

.kctx_l_list{}
.kctx_l_list li{ position:relative;}
.kctx_l_list li .img {
  position: relative;
  padding: 34.5% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.kctx_l_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}
.kctx_l_list li .txt { position:absolute; left:0; bottom:0; padding:10px 10px; background:rgba(0,0,0,0.5); font-size:14px; color:#ffffff; line-height:25px; width:100%; box-sizing:border-box;}
.kctx_l_list li .txt *{ line-height:25px;}



/*师资力量*/
.szll_list li{ float:left; width:48%; margin-left:4%; margin-top:20px; position:relative; top:0; transition:all 0.3s;}
.szll_list li:nth-child(2n+1){ margin-left:0;}
.szll_list li:nth-child(1),
.szll_list li:nth-child(2){ margin-top:0;}
.szll_list li .img {
  position: relative;
  padding: 55% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.szll_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}
.szll_list li .txt{ background:#f3f3f3; padding:10px;}
.szll_list li .txt .txt1{ font-size:16px; color:#ea5404; line-height:30px; font-weight:bold;}
.szll_list li .txt .txt1 span{ font-size:14px; color:#898989; margin-left:10px; font-weight:normal;}
.szll_list li .txt .txt2{ font-size:12px; color:#898989; line-height:25px; height:50px; overflow:hidden;}
/*.szll_list li:hover{top: -10px; box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);}*/



/*师资力量详情*/
.szll_i_txt{}
.szll_i_title{ font-size:24px; color:#ea5404; font-weight:bold; line-height:50px; position:relative;}
.szll_i_title:after{content: "";width:32px; height: 2px;background: #ea5404; position: absolute;left: 0; bottom:0px; transition:all 0.3s;}
.szll_i_txt1{ font-size:14px; color:#898989; line-height:30px; margin-top:20px;}
.szll_i_txt1 *{ line-height:30px;}
.szll_i_img{ width:100%; margin-top:10px;}


/*亲子园*/
.qzy_bg{ background:url(../images/qzy_bg.jpg) center no-repeat; background-size:cover;}

.qzy_c{ position:relative;}
.qzy_c_box1{ position:relative;}
.qzy_c_list .swiper-slide {
	  /*transition: 300ms;*/
	  overflow:hidden;
	  transform: scale(0.7);
	  z-index:3;
	  background:#fff;
}
.qzy_c_list .swiper-slide-active{ transform: scale(1); z-index:9;}
.qzy_c_list .swiper-slide img{ opacity:0.5;}
.qzy_c_list .swiper-slide-active img{ opacity:1;}
/*.qzy_c_list li img { width:100%; height:600px; object-fit: cover;}*/
.qzy_c_list li .img {
  position: relative;
  padding: 31.2% 0;
  overflow:hidden;
  box-sizing:border-box;
  border-radius:10px;
}
.qzy_c_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}

.qzy_nav{ position:relative; height:52px;}
.qzy_nav .qzy_prev{ position:absolute; right:50px; top:0; margin-top:0px; width:40px; height:40px; border:#999999 1px solid; border-radius:50%; background:url(../images/i_d2_left.png) center no-repeat; z-index:99; cursor:pointer; transition:all 0.3s; outline:none; background-size:auto 20px;}
.qzy_nav .qzy_prev:hover{ background:url(../images/i_d2_left_on.png) center no-repeat; border:#ea5404 1px solid; background-size:auto 20px;}
.qzy_nav .qzy_next{ position:absolute; right:0; top:0; margin-top:0px; width:40px; height:40px; border:#999999 1px solid; border-radius:50%; background:url(../images/i_d2_right.png) center no-repeat; z-index:99; cursor:pointer; transition:all 0.3s; outline:none; background-size:auto 20px;}
.qzy_nav .qzy_next:hover{ background:url(../images/i_d2_right_on.png) center no-repeat; border:#ea5404 1px solid; background-size:auto 20px;}


.qzy_content{ font-size:16px; color:#666666; line-height:30px;}
.qzy_content *{ line-height:30px;}


/*培训基地*/
.pxjd_bg{ background:url(../images/pxjd_bg.jpg) center no-repeat; background-size:cover;}

.pxjd_c{ position:relative;}
.pxjd_c_box1{ position:relative;}
.pxjd_c_list .swiper-slide {
	  /*transition: 300ms;*/
	  overflow:hidden;
	  /*transform: scale(0.7);*/
	  z-index:3;
	  background:#ea5404;
}
.pxjd_c_list .swiper-slide-active{ /*transform: scale(1);*/ z-index:9;}
.pxjd_c_list .swiper-slide img{ opacity:0.6;}
.pxjd_c_list .swiper-slide-active img{ opacity:1;}
/*.pxjd_c_list li img { width:100%; height:600px; object-fit: cover;}*/
.pxjd_c_list li .img {
  position: relative;
  padding: 31.2% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.pxjd_c_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}

.pxjd_nav{ position:relative; height:52px;}
.pxjd_nav .pxjd_prev{ position:absolute; right:50px; top:0; margin-top:0px; width:40px; height:40px; border:#999999 1px solid; border-radius:50%; background:url(../images/i_d2_left.png) center no-repeat; z-index:99; cursor:pointer; transition:all 0.3s; outline:none; background-size:auto 20px;}
.pxjd_nav .pxjd_prev:hover{ background:url(../images/i_d2_left_on.png) center no-repeat; border:#ea5404 1px solid; background-size:auto 20px;}
.pxjd_nav .pxjd_next{ position:absolute; right:0; top:0; margin-top:0px; width:40px; height:40px; border:#999999 1px solid; border-radius:50%; background:url(../images/i_d2_right.png) center no-repeat; z-index:99; cursor:pointer; transition:all 0.3s; outline:none; background-size:auto 20px;}
.pxjd_nav .pxjd_next:hover{ background:url(../images/i_d2_right_on.png) center no-repeat; border:#ea5404 1px solid; background-size:auto 20px;}

.pxjd_content{ font-size:16px; color:#666666; line-height:30px;}
.pxjd_content *{ line-height:30px;}



/*新闻列表页*/
.news_list li{  margin-top:20px; border-bottom:#dcdcdc 1px solid; position:relative;}
.news_list li:nth-child(1){ margin-top:0;}
.news_list li .img {
  position: relative;
  padding: 32.2% 0;
  overflow:hidden;
  box-sizing:border-box;
  box-shadow: 0px 10px 10px 0px rgba(10, 2, 5, 0.2);
}
.news_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}
.news_list li .txt{ padding-top:15px; padding-bottom:10px;}
.news_list li .txt .txt1{ font-size:16px; color:#333333; line-height:30px; transition:all 0.3s;}
.news_list li .txt .txt2{ font-size:12px; color:#999999; line-height:30px; transition:all 0.3s;}
.news_list li:after{content: "";width:0px; height: 1px;background: #ea5404;position: absolute;left: 0; bottom:-1px; transition:all 0.3s;}
/*.news_list li:hover .txt .txt1{ color:#ea5404;}
.news_list li:hover:after{ width:100%; }*/

/*新闻详情页*/
.news_i_title1{ font-size:18px; color:#181818; line-height:40px; text-align:center; font-weight:bold;}
.news_i_title2{ font-size:14px; color:#999999; line-height:30px; text-align:center; padding-bottom:10px; border-bottom:#efefef 1px solid; margin-bottom:20px;}

.news_i_more{ border-top:#efefef 1px solid; margin-top:20px; position:relative;}
.news_i_more .li{ position:relative; padding-left:72px; height:33px; font-size:14px; color:#999999; margin-top:20px;}
.news_i_more .li a{ font-size:14px; color:#999999; transition:all 0.3s;}
.news_i_more .li a:hover,
.news_i_more .li a.on{ color:#333333;}
.news_i_more .li a .ico1{ position:absolute; left:0; top:0; width:60px; height:31px; border:#222222 1px solid; background:url(../images/news_i_more_ico1.png) center no-repeat; background-size:18px auto; transition:all 0.3s;}
/*.news_i_more .li a:hover .ico1{ border:#ea5404 1px solid; background:url(../images/news_i_more_ico1_on.png) #ea5404 center no-repeat; background-size:18px auto;}*/
.news_i_more .li a .ico2{ position:absolute; left:0; top:0; width:60px; height:31px; border:#ea5404 1px solid; background:url(../images/news_i_more_ico2_on.png) #ea5404 center no-repeat; background-size:18px auto; transition:all 0.3s;}
/*.news_i_more .li a:hover .ico2{ border:#ea5404 1px solid; background:url(../images/news_i_more_ico2_on.png) #ea5404 center no-repeat; background-size:18px auto;}*/
a.news_i_more_back{ display:block; height:33px; line-height:33px; font-size:14px; color:#222222; margin-top:20px;}


/*联系我们*/
.lx_l{}
.lx_l_title{ font-size:24px; color:#ea5404; font-weight:bold; line-height:40px;}
.lx_l_txt{ font-size:16px; color:#666666; line-height:30px; margin-top:10px;}
.lx_l_txt *{ line-height:30px;}


/*学习社区*/
.scjd_d1_container{ padding-bottom:50px;}
.scjd_d1_list li img{ display:block; width:100%; height:3.5rem; object-fit: cover;}
.scjd_d1_pagination .swiper-pagination-bullet{ width:8px; height:8px; background:#ea5404; border:#ea5404 1px solid; border-radius:50%; opacity:1;}
.scjd_d1_pagination .swiper-pagination-bullet-active{ background:#fff;}



/*预约参观*/
.yycg{ background:#f3f1f1;}
.yycg_list li{ position:relative; margin-top:20px;}
.yycg_list li .yycg_inp{ display:block; width:100%; height:50px; line-height:50px; box-sizing:border-box; border:0; padding:0 10px; background:#fff; border-radius:3px; overflow:hidden; outline:none; font-size:16px;}
.yycg_list li .yycg_sel{ display:block; width:100%; height:50px; line-height:50px; box-sizing:border-box; border:0; padding:0 10px; background:#fff !important; border-radius:3px; overflow:hidden; outline:none; font-size:16px;}
.yycg_list li .xin{ position:absolute; right:-10px; top:10px; line-height:40px; width:10px; text-align:center; font-size:20px; color:#ff0000;}
.yycg_list li.yycg_box{ width:100%;}
.yycg_list li .yycg_textarea{ display:block; width:100%; height:140px; line-height:30px; box-sizing:border-box; border:0; padding:10px; background:#fff; border-radius:3px; overflow:hidden; outline:none; font-family:"微软雅黑"; font-size:16px;}
.jm_bt{ display:block; width:100%; height:52px; line-height:52px; text-align:center; background:#ea5404; border-radius:3px; font-size:18px; color:#ffffff; border:0; cursor:pointer; outline:none;}

