.width1200{ min-width:1200px;}
.indexcontent1600{ min-width:1200px; padding:0 50px; max-width:1700px; box-sizing:border-box; margin:0 auto; position:relative;}
.indexcontent1400{ min-width:1200px; padding:0 50px; max-width:1500px; box-sizing:border-box; margin:0 auto; position:relative;}
.indexcontent{ margin:0 auto; width:1200px;}
.indexcontent2{ margin:0 auto; max-width:1400px; min-width:1200px;}
.sl{overflow:hidden; text-overflow:ellipsis;white-space: nowrap;}
a.bs:hover{ text-decoration:underline;}
.block{ display:block;}
.fl {
  float: left;
}

.fr {
  float: right;
}
.enlarge8{
  -moz-transition:all 0.8s; /* Firefox 4 */
  -webkit-transition:all 0.8s; /* Safari and Chrome */
  -o-transition:all 0.8s; /* Opera */
  transition:all 0.8s;
  cursor: pointer;
}

.enlarge4{
  -moz-transition:all 0.4s; /* Firefox 4 */
  -webkit-transition:all 0.4s; /* Safari and Chrome */
  -o-transition:all 0.4s; /* Opera */
  transition:all 0.4s;
  cursor: pointer;
}
.ellipsis{
  overflow: hidden; /*自动隐藏文字*/
  text-overflow: ellipsis;/*文字隐藏后添加省略号*/
  white-space: nowrap;/*强制不换行*/
}
.ellipsis2{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ellipsis3{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.clearfix::after {
  content: "";
  clear: both;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
}

.clear {
  clear: both;
  font-size: 1px;
  width: 1px;
  height: 0;
  visibility: hidden;
  zoom: 1;
}

.content{ font-size:16px; color:#666666; line-height:40px;}
.content *{ line-height:40px;}
.content img{ max-width:100%; height:auto !important;}

.pages { margin-top: 15px; font-size: 12px; line-height: 22px; text-align: center; }
.pages a { text-decoration: none; color: #666; background: #fff; border:#cccccc 1px solid; display: inline-block; width: 40px; line-height: 40px; line-height: 40px; margin-right: 8px; font-size: 16px; color: #999999;}
.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: 86px; line-height: 40px; line-height: 40px;}



/*悬浮*/
.fixed-box{
  position: fixed;
  right: 10px;
  top: 50%; margin-top:-177px;
  z-index: 9;
}
.fixed-box a{
  display: block;
  width: 70px;
  height: 70px;
  margin-bottom: 1px;
  background:#019d3c;
}
.fixed-box .ico{ padding-top:5px; height:35px; text-align:center; line-height:35px;}
.fixed-box .ico img{ vertical-align:middle;}
.fixed-box .ico_txt{ font-size:12px; color:#fefefe; line-height:24px; text-align:center;}
.fixed-box a.goTop{
  background:#019d3c url(../images/xf_goto.png) no-repeat center;
}
.fixed-box .phone-box{
  
  position: relative;
}
.fixed-box .phone-box .phone{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 180px;
  height: 70px;
  background-color: #666;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 70px;
  top: 0px;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  opacity: 0;
}
.fixed-box .phone-box .phone span{
  font-weight: 800;
}

.fixed-box .phone-box:hover .phone{
  opacity: 1;
}
.fixed-box .ecode{
  position: relative;
}
.fixed-box .ecode .img{
  position: absolute;
  left: -155px;
  top: -45px;
  width: 150px;
  display: none;
}
.fixed-box .ecode .img img{
  width: 100%;
  object-fit: cover;
}
.fixed-box .ecode:hover .img{
  display: block;
}
/*首页*/
body{ background:#fff;}

.top1{ /*position:fixed; left:0;*/ width:100%; height:100px; background:#fff; min-width:1200px; z-index:999; transition:all 0.63s;}
/*.top1:hover,
.top1.on{ background:#131313;}*/
.top1_c{ position:relative; height:136px; }
.top1 .top_logo{ position:absolute; left:0px; top:2px; height:95px;}
/*.fixed.top1{ background:#131313;}*/

.top1 .top1_r{ position:absolute; right:0px; top:0; width:50px; height:100px;}

.top1 .top1_lang{ position:absolute; right:63px; top:54px; width:30px; line-height:30px; font-size:16px; color:#fff; text-align:center;}
.top1 .top1_lang a{ color:#666666;}
.top1 .top1_hr{ position:absolute; top:61px; right:51px; width:1px; height:13px; background:#666666;}

.top_search_bt{ position:absolute; right:0px; top:36px; width:30px; line-height:30px; z-index:9999; margin:0 10px; text-align:center;}
/*
.top_search_bt .top_search_bg{ display:none; position:absolute; right:-2px; top:45px; background:url(../images/top_search_bg.png) no-repeat; width:300px; height:79px;}
.top_search_bt:hover .top_search_bg{ display:block;}
.top_search_bt .top_search_bg .top_search_txt{ position:absolute; left:25px; top:29px; width:205px; height:30px; border:0; background:#f8f8f8; outline:none;}
.top_search_bt .top_search_bg .top_search_bt{ position:absolute; right:17px; top:23px; width:40px; height:39px; border:0; background-color:transparent; cursor:pointer;}*/
.nsearch {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.nsearch .nceng {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 3;
}
.nsearch form {
  background: #fff;
  position: absolute;
  left: 50%;
  top: 140px;
  transform: translateX(-50%);
  max-width: 1200px;
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  z-index: 9;
}
.nsearch form h2 {
  font-size: 45px;
  font-weight: bold;
  color: #ea5404;
  text-align: center;
  margin: 70px 0;
}
.nsearch form .ctn {
  display: flex;
  width: 480px;
}
.nsearch form .ctn input {
  height: 50px;
}
.nsearch form .ctn .txt {
  width: 85%;
  padding: 0 15px;
  background-color: #f6f6f6;
  font-size: 14px;
  cursor: auto;
  border:0;
  box-sizing:border-box;
}
.nsearch form .ctn .btn {
  width: 15%;
  background: #ea5404 url(../images/search-btn.png) no-repeat center;
  border:0;
  box-sizing:border-box;
}
.nh {
  height: 100px;
}
@media only screen and (max-width:1300px) and (min-width:0) {
	.top1 .top1_r{ right:0px;}
}

/*首页*/
.h120{ height:120px;}
.h100{ height:100px;}
.h80{ height:80px;}
.h70{ height:70px;}
.h60{ height:60px;}
.h50{ height:50px;}
.h40{ height:40px;}
.h30{ height:30px;}
.h20{ height:20px;}

.banner-container img{ display:block; width:100%;/* height:800px; object-fit: cover;*/}
.banner-pagination{ position:absolute; left:0; bottom:20px !important; width:100%; text-align:center; z-index:2;}
.banner-pagination .swiper-pagination-bullet{ width:9px; height:6px; background:#fff; opacity:1; border-radius:0; margin:0 5px !important; transition:all 0.3s;}
.banner-pagination .swiper-pagination-bullet-active{ background:#ea5404; width:42px;}

.i_title1{ text-align:center;}
.i_title1 .i_title_c{ display:inline-block; position:relative;}
.i_title1 .i_title_c .title1{ font-size:44px; color:#ea5404; font-weight:bold; line-height:60px; text-align:center;}
.i_title1 .i_title_c .title2{ font-family:Arial; font-size:22px; color:#999999; line-height:40px; text-align:center; text-transform:uppercase; transition:all 0.3s;}
.i_title1 .i_title_c .i_title_ico1{ position:absolute; left:-98px; top:-5px;}
.i_title1 .i_title_c .i_title_ico2{ position:absolute; right:-90px; top:-5px;}

.i_d1_img{ float:left; width:58%; height:503px; object-fit: cover;}
.i_d1_r{ float:right; width:36.5%;}
.i_d1_txt{ font-size:18px; color:#666666; line-height:40px;}
a.i_d1_more{ float:right; margin-top:40px; 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:20px; padding-bottom:20px; transition:all 0.3s;}
.i_d2_c_list li .txt .txt1{ font-size:36px; color:#ffffff; line-height:40px; font-weight:bold; text-align:center;}
.i_d2_c_list li .txt .txt2{ font-size:14px; color:#ffffff; line-height:30px; 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_d3_txt{ font-size:16px; color:#666666; line-height:30px; width:970px; margin:0 auto;}
.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:40px auto 0 auto;}


.i_d2_c_nav{ position:relative; height:70px;}

.i_d2_c_nav .i_d2_c_prev{ position:absolute; right:80px; 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_d2_c_nav .i_d2_c_prev:hover{ background:url(../images/i_d2_left_on.png) center no-repeat; border:#ea5404 1px solid;}
.i_d2_c_nav .i_d2_c_next{ position:absolute; right:0; 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_d2_c_nav .i_d2_c_next:hover{ background:url(../images/i_d2_right_on.png) center no-repeat; border:#ea5404 1px solid;}


.i_d3_c{ position:relative;}
.i_d3_c_list li{ position:relative;}
.i_d3_c_list li .img1{ display:block; width:49.2%; height:691px;}
.i_d3_c_list li .img1 img{ display:block; width:100%; height:691px; object-fit: cover;}
.i_d3_c_list li .img2{ position:absolute; right:0; top:0; display:block; width:49.2%; height:340px;}
.i_d3_c_list li .img2 img{ display:block; width:100%; height:340px; object-fit: cover;}
.i_d3_c_list li .img3{ position:absolute; right:0; bottom:0; display:block; width:49.2%; height:338px;}
.i_d3_c_list li .img3 img{ display:block; width:100%; height:338px; object-fit: cover;}

.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;}
@media only screen and (max-width:1400px) and (min-width:0) {
	.i_d3_c_prev{ display:none;}
	.i_d3_c_next{ display:none;}
}

.i_d4{ background:url(../images/i_d4_bg.jpg) top center repeat-x;}
.i_d4_c{ position:relative;}
.i_d4_c_list li .img{ width:100%; height:277px;}
.i_d4_c_list li .img img{ width:100%; height:277px; object-fit: contain;}
.i_d4_c_list li .txt{ width:392px; max-width:100%; height:50px; line-height:48px; font-size:24px; color:#666666; text-align:center; border:#cdcdcd 1px solid; box-sizing:border-box; margin:30px 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;}
@media only screen and (max-width:1400px) and (min-width:0) {
	.i_d4_c .i_d4_c_prev{ display:none;}
	.i_d4_c .i_d4_c_next{ display:none;}
}

.i_d5_l{ float:left; width:48%;}
.i_d5_l .img{ width:100%; height:377px;}
.i_d5_l .img img{ display:block; width:100%; height:377px; object-fit: cover;}
.i_d5_l .title{ font-size:16px; color:#181818; line-height:40px; height:40px; margin-top:20px; font-weight:bold; transition:all 0.3s;}
.i_d5_l .txt1{ font-size:14px; color:#999999; line-height:30px; height:30px; margin-top:5px;}
.i_d5_l .txt2{ font-size:14px; color:#999999; line-height:30px; height:30px; margin-top:5px; 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{ float:right; width:48%;}
.i_d5_list li{ padding-left:126px; position:relative; height:106px; margin-top:50px;}
.i_d5_list li img{ position:absolute; left:0; top:0; width:100px; height:106px; object-fit: cover;}
.i_d5_list li .txt1{ font-size:16px; color:#181818; font-weight:bold; line-height:32px; height:32px; transition:all 0.3s;}
.i_d5_list li .txt2{ font-size:14px; color:#999999; line-height:25px; height:50px;}
.i_d5_list li .txt3{ font-size:14px; color:#999999; line-height:25px; height:25px;}
.i_d5_list li:hover .txt1{ color:#ea5404;}
.i_d5_list li:nth-child(1){ margin-top:0;}
a.i_d5_more{ float:right; margin-top:55px; 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;}
.footer1_l{ float:left; width:350px;}
.footer_title{ font-size:18px; color:#ea5404; font-weight:bold; line-height:40px;}
.footer1_l_list{ margin-top:10px;}
.footer1_l_list li{ float:left; width:50%; font-size:14px; color:#666666; height:30px; line-height:30px; margin-top:15px;}
.footer1_z{ float:right; width:400px; margin-right:200px;}
.footer1_inp{ display:block; width:100%; height:46px; background:#fff; border:0; padding:0 15px; box-sizing:border-box; margin-top:15px; outline:none;}
.footer1_sel{ display:block; width:100%; height:46px; background:#fff; border:0; padding:0 15px; box-sizing:border-box; margin-top:15px; outline:none;}
.footer1_bt{ display:block; width:100%; height:46px; background:#ea5404; border:0; box-sizing:border-box; margin-top:15px; outline:none; font-size:14px; color:#fff; cursor:pointer;}

.footer1_r{ float:right; width:113px;}
.footer_ewm{ width:100%; margin-top:20px;}


.footer2{ background:#c9caca; padding:20px 0;}
.footer2 .txt1{ float:left; width:800px; font-size:14px; color:#222222; line-height:30px;}
.footer2 .txt1 *{ color:#222222;}
.footer2 .txt2{ float:right; width:200px; font-size:14px; color:#222222; line-height:30px; text-align:right;}
.footer2 .txt2 *{ color:#222222;}


/*发展历程*/
.n_banner_c{ position:relative;}
.n_banner{ display:block; width:100%; height:500px; object-fit: cover;}

.n_nav_c{ background:#f3f2f2;}
.n_nav_list{ padding-top:20px; padding-bottom:20px; font-size:20px; color:#666666; line-height:40px; text-align:center;}
.n_nav_list a{ color:#666666; margin:0 60px;}
.n_nav_list a.on{ color:#ea5404;}

.dsj-prev{ position:absolute; left:0; top:50%; margin-top:-33px; background:url(../images/dsj_l_ico2.png) #fff center no-repeat; 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;}
.dsj-prev:hover{ background:url(../images/i_d4_left.png) #ea5404 center no-repeat; border:#ea5404 1px solid;}
.dsj-next{ position:absolute; right:0; top:50%; margin-top:-33px; width:64px; height:64px; border:#999999 1px solid; border-radius:50%; background:url(../images/i_d2_right.png) #fff center no-repeat; z-index:99; cursor:pointer; transition:all 0.3s;}
.dsj-next:hover{ background:url(../images/i_d4_right.png) #ea5404 center no-repeat; border:#ea5404 1px solid;}


.dsj_img{ float:left; margin-left:11.5%; width:43%; height:419px; object-fit: cover;}
.dsj_txt{ float:right; width:38.57%; padding-right:110px; box-sizing:border-box;}
.dsj_txt .txt1{ font-size:70px; color:#ea5404; font-weight:bold; line-height:100px; padding-top:30px;}
.dsj_txt .txt2{ font-size:20px; color:#666666; line-height:40px; padding-top:20px;}
.dsj_txt .txt2 *{ line-height:40px;}

.dsj2_txt .txt{ text-align:center; height:70px; line-height:70px; font-size:22px; color:#999999;}
.dsj2_txt .ico{ width:18px; height:18px; background:#fff; border:#999999 1px solid; border-radius:50%; margin:0 auto;}
.swiper-slide-thumb-active .dsj2_txt .txt{ color:#ea5404;}
.swiper-slide-thumb-active .dsj2_txt .ico{ border:#ea5404 1px solid;}

.dsjSwiper_dh:after{content: "";width:100%; height: 20px; position: absolute; left: 0; bottom:0px; background:url(../images/dsj2_bg.png) center no-repeat; background-size:100% auto;}

.fzlc_c{ position:relative;}

/*关于我们*/
.ab_bg{ background:url(../images/ab_bg.jpg) #fff top center no-repeat;}
.ab_c{ position:relative; padding-left:34%; padding-top:130px;}

.ab_box1{ position:absolute; left:0; top:0; width:34%; background:#fff; box-shadow: 0px 10px 10px 0px rgba(10, 2, 5, 0.2); padding:90px 50px 100px 50px; box-sizing:border-box;}
.ab_box1 .title1{ font-size:40px; color:#010101; line-height:60px; margin-top:50px;}
.ab_box1 .title1{ font-size:40px; color:#010101; line-height:60px; margin-top:50px;}
.ab_box1 .title2{ font-size:22px; color:#999999; line-height:40px; text-transform:uppercase;}
.ab_box1 .title3{ width:135px; height:35px; background:#ea5404; font-size:20px; color:#fff; line-height:35px; text-align:center; margin-top:40px;}
.ab_img{ display:block; max-width:100%; margin-top:200px;}

.ab_box2{ background:#fff;}
.ab_box2_txt{ padding:70px 60px 70px 60px; font-size:18px; color:#666666; line-height:40px;}
.ab_box2_txt *{ line-height:40px;}


/*企业荣誉*/
.honor_list li{ float:left; width:31%; margin-left:3.5%; margin-top:60px;}
.honor_list li:nth-child(3n+1){ margin-left:0;}
.honor_list li:nth-child(1),
.honor_list li:nth-child(2),
.honor_list li:nth-child(3){ margin-top:0;}
.honor_list li .img{ width:100%; height:277px;}
.honor_list li .img img{ width:100%; height:277px; object-fit: contain;}
.honor_list li .txt{ width:392px; max-width:100%; height:50px; line-height:48px; font-size:24px; color:#666666; text-align:center; border:#cdcdcd 1px solid; box-sizing:border-box; margin:30px auto 0 auto; transition:all 0.3s;}
.honor_list li:hover .txt{ color:#ea5404;}


/*企业文化*/
.qywh_l_img{ float:left; width:50%; height:590px; object-fit: cover;}
.qywh_r_list{ float:right; width:47%; padding-top:75px;}
.qywh_r_list li{ float:left; width:33.33%; padding:0 20px; box-sizing:border-box;}
.qywh_r_list li .ico{ line-height:80px; text-align:center;}
.qywh_r_list li .title{ font-size:20px; color:#898989; line-height:50px; text-align:center; font-weight:bold;}
.qywh_r_list li .txt{ font-size:16px; color:#898989; line-height:25px; text-align:center; height:140px;}


/*总裁致辞*/
.zczc_c{ background:#f3f2f2; padding:135px 45px 70px 45px; position:relative; box-sizing:border-box;}
.zczc_txt{ float:left; font-size:20px; color:#666666; line-height:45px; width:45%;}
.zczc_txt *{  line-height:45px;}
.czcz_img{ float:right; margin-top:-200px; width:49%;}
.czcz_img .img{ width:100%;}
.czcz_img .txt{ font-size:24px; color:#333333; line-height:40px; margin-top:40px; text-align:right;}


/*各地分园*/
.dgfy_list li{ float:left; width:32%; margin-left:2%; margin-top:20px;}
.dgfy_list li:nth-child(3n+1){ margin-left:0;}
.dgfy_list li:nth-child(1),
.dgfy_list li:nth-child(2),
.dgfy_list li:nth-child(3){ 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:44px; 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:70px; margin-top:20px;}
.gdfy_i_nav .gdfy_i_prev{ position:absolute; right:80px; 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;}
.gdfy_i_nav .gdfy_i_prev:hover{ background:url(../images/i_d2_left_on.png) center no-repeat; border:#ea5404 1px solid;}
.gdfy_i_nav .gdfy_i_next{ position:absolute; right:0; 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;}
.gdfy_i_nav .gdfy_i_next:hover{ background:url(../images/i_d2_right_on.png) center no-repeat; border:#ea5404 1px solid;}

.gdfy_i_content{ font-size:18px; color:#666666; line-height:40px;}
.gdfy_i_content *{ line-height:40px;}


/*课程体系*/
.kctx_l_nav{ float:left; width:17%;}
.kctx_l_nav li{ height:76px; line-height:76px; text-align:center; font-size:25px; color:#898989; background:#f3f2f2; margin-bottom:30px; transition:all 0.3s; cursor:pointer;}
.kctx_l_nav li.on{ background:#ea5404; color:#fff;}

.kctx_l_list{ float:right; width:76%;}
.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:40px 80px; background:rgba(0,0,0,0.5); font-size:22px; color:#ffffff; line-height:40px; width:100%; box-sizing:border-box;}
.kctx_l_list li .txt *{ line-height:40px;}


/*师资力量*/
.szll_list li{ float:left; width:23%; margin-left:2.66%; margin-top:42px; position:relative; top:0; transition:all 0.3s;}
.szll_list li:nth-child(4n+1){ margin-left:0;}
.szll_list li:nth-child(1),
.szll_list li:nth-child(2),
.szll_list li:nth-child(3),
.szll_list li:nth-child(4){ 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:15px;}
.szll_list li .txt .txt1{ font-size:18px; color:#ea5404; line-height:30px;}
.szll_list li .txt .txt1 span{ font-size:14px; color:#898989; margin-left:10px;}
.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{ float:left; width:29%; margin-left:15%;}
.szll_i_title{ font-size:35px; color:#ea5404; font-weight:bold; line-height:80px; position:relative;}
.szll_i_title:after{content: "";width:32px; height: 1px;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:40px;}
.szll_i_txt1 *{ line-height:30px;}
.szll_i_img{ float:right; width:34%; margin-right:15%;}


/*亲子园*/
.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:70px; margin-top:20px;}
.qzy_nav .qzy_prev{ position:absolute; right:80px; 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;}
.qzy_nav .qzy_prev:hover{ background:url(../images/i_d2_left_on.png) center no-repeat; border:#ea5404 1px solid;}
.qzy_nav .qzy_next{ position:absolute; right:0; 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;}
.qzy_nav .qzy_next:hover{ background:url(../images/i_d2_right_on.png) center no-repeat; border:#ea5404 1px solid;}

.qzy_content{ font-size:18px; color:#666666; line-height:40px;}
.qzy_content *{ line-height:40px;}


/*培训基地*/
.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:70px; margin-top:20px;}
.pxjd_nav .pxjd_prev{ position:absolute; right:80px; 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;}
.pxjd_nav .pxjd_prev:hover{ background:url(../images/i_d2_left_on.png) center no-repeat; border:#ea5404 1px solid;}
.pxjd_nav .pxjd_next{ position:absolute; right:0; 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;}
.pxjd_nav .pxjd_next:hover{ background:url(../images/i_d2_right_on.png) center no-repeat; border:#ea5404 1px solid;}

.pxjd_content{ font-size:18px; color:#666666; line-height:40px;}
.pxjd_content *{ line-height:40px;}


/*新闻列表页*/
.news_list li{ float:left; width:32%; margin-left:2%; margin-top:80px; border-bottom:#dcdcdc 1px solid; position:relative;}
.news_list li:nth-child(3n+1){ margin-left:0;}
.news_list li:nth-child(1),
.news_list li:nth-child(2),
.news_list li:nth-child(3){ 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:25px; padding-bottom:20px;}
.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:hover .txt .txt1{ color:#ea5404;}
.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:after{ width:100%; }


/*新闻详情页*/
.news_i_title1{ font-size:20px; color:#222222; line-height:40px; text-align:center; font-weight:bold;}
.news_i_title2{ font-size:14px; color:#999999; line-height:30px; text-align:center; padding-top:20px; padding-bottom:30px; border-bottom:#efefef 1px solid; margin-bottom:30px;}

.news_i_more{ border-top:#efefef 1px solid; margin-top:50px; padding-top:20px; position:relative;}
.news_i_more .li{ position:relative; padding-left:98px; height:33px; line-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{ color:#333333;}
.news_i_more .li a .ico1{ position:absolute; left:0; top:0; width:75px; height:31px; border:#222222 1px solid; background:url(../images/news_i_more_ico1.png) center no-repeat; 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;}
.news_i_more .li a .ico2{ position:absolute; left:0; top:0; width:75px; height:31px; border:#222222 1px solid; background:url(../images/news_i_more_ico2.png) center no-repeat; 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;}
a.news_i_more_back{ position:absolute; right:0; top:40px; display:block; height:33px; line-height:33px; font-size:14px; color:#222222;}


/*联系我们*/
.lx_l{ float:left; width:44%;}
.lx_l_title{ font-size:40px; color:#ea5404; font-weight:bold; line-height:60px; padding-top:20px;}
.lx_l_txt{ font-size:20px; color:#666666; line-height:40px; margin-top:50px;}
.lx_l_txt *{ line-height:40px;}

.lx_r{ float:right; width:55%; box-shadow: 0px 5px 10px 0px rgba(10, 2, 5, 0.2); box-sizing:border-box; padding:90px 50px;}
.lx_r_title{ font-size:60px; color:#010101; line-height:80px;}
.lx_r_txt1{ width:220px; height:58px; background:#ea5404; line-height:58px; text-align:center; font-size:32px; color:#ffffff;}


/*学习社区*/
.scjd_d1_img{ display:block; width:100%; height:685px; object-fit: cover;}
.scjd_d1_Swiper2_c{ position:relative;}
.scjd_d1_Swiper2_c .dsj-next{ right:-80px;}
.scjd_d1_Swiper2_c .dsj-prev{ left:-80px;}
.scjd_d1_Swiper_dh{ width:800px; margin:0 auto; margin-top:-150px;}
.scjd_d1_img_dh{ width:130px; height:130px; border-radius:50%;  border:#fff 4px solid; transition:all 0.3s; object-fit: cover;}
.scjd_d1_Swiper_dh .swiper-slide{ text-align:center; line-height:260px; text-align:center;}
.scjd_d1_Swiper_dh .swiper-slide-thumb-active .scjd_d1_img_dh{ width:200px; height:200px;}
@media only screen and (max-width:1500px) {
	.scjd_d1_Swiper2_c .dsj-next{ display:none;}
	.scjd_d1_Swiper2_c .dsj-prev{ display:none;}
}


/*预约参观*/
.yycg{ background:#f3f1f1;}
.yycg_list li{ float:left; width:30%; margin-left:5%; position:relative;}
.yycg_list li.noml{ margin-left:0;}
.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:18px;}
.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; border-radius:3px; overflow:hidden; outline:none; font-size:18px;}
.yycg_list li .xin{ position:absolute; right:-20px; top:10px; line-height:40px; width:20px; text-align:center; font-size:20px; color:#ff0000;}
.yycg_list li.yycg_box{ width:100%; margin-top:30px;}
.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:18px;}
.jm_bt{ display:block; margin:0 auto; width:270px; height:52px; line-height:52px; text-align:center; background:#ea5404; border-radius:3px; font-size:18px; color:#ffffff; cursor:pointer; outline:none;}
