
.pure:before,
.pure:after {
  content: " ";
  display: table;
}

.pure:after {
  clear: both;
}
/*资质荣誉*/
.hon_con{
  background:url("../images/hon-bg.jpg") no-repeat center bottom, #e4e9ed;
}
.hon_con .tea_case{
    width: 100vw;
    padding-top: 4vw;
    padding-bottom: 1vw;
}
.hon_tab_nav_box{
    float: left;
    width: 15%;
}
.hon_tab_nav_box> div{
  max-width: 130px;
  color: #d5dae0;
  transition: all .5s ease-out;
  padding-bottom: .5rem;
  cursor: pointer;
}
.hon_tab_nav_box> div:last-child{
  padding-bottom: 0;
}
.hon_tab_num{
  font-size: 40px;
  line-height: 1;
}
.hon_tab_name{
  line-height: 56px;
  font-size: 16px;
  font-weight: 700;
  color: #72787f;
  transition: all .5s ease-out;
  position: relative;
}
.hon_tab_name::after{
  content: '';
  position: absolute;
  width: 0;
  height: 5px;
  background-color: #00653b;
  left: 0;
  bottom: 0;
  transition: all .5s ease-out;
}
.hon_tab_nav_box> div.on,.hon_tab_nav_box> div:hover{
  color:#00653b;
}
.hon_tab_nav_box> div.on .hon_tab_name,.hon_tab_nav_box> div:hover .hon_tab_name{
  color: #00653b;
}
.hon_tab_nav_box> div:hover .hon_tab_name::after,.hon_tab_nav_box> div.on .hon_tab_name::after{
  width: 100%;
}
.hon_con_case{
    float: right;
    width: 100%;
    position: relative;
}
.hon_con_case > div{
  display: none;
  position: relative;
}
.hon_con_case > div:first-child{
  display: block;
}
.hon_con_box{
    float: left;
    width: 50%;
    padding-right:10%;
    padding-left: 10%;
    overflow: hidden;
    position: relative;
    margin-top: 8px;
}
.hon_con_box .swiper-container{
    overflow: initial;
    padding-bottom: 110px;
}
.hon_con_box .swiper-container-3d{
	padding-left: 10%;
	padding-right:10%;
}
.sha_tra{
   /* position: absolute;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(228, 233, 237, 1) 0%, rgba(228, 233, 237, 0) 25%, rgba(228, 233, 237, 0) 75%, rgba(228, 233, 237, 1) 100%);
    background: -o-linear-gradient(left, rgba(228, 233, 237, 1) 0%, rgba(228, 233, 237, 0) 25%, rgba(228, 233, 237, 0) 75%, rgba(228, 233, 237, 1) 100%);
    background: -webkit-gradient(linear, right top, right bottom, color-stop(0,rgba(228, 233, 237, 1)),color-stop(0.25,rgba(228, 233, 237, 0)),color-stop(0.75,rgba(228, 233, 237, 0)), color-stop(1, rgba(228, 233, 237, 1)));
    background: -webkit-linear-gradient(left, rgba(228, 233, 237, 1) 0%, rgba(228, 233, 237, 0) 25%, rgba(228, 233, 237, 0) 75%, rgba(228, 233, 237, 1) 100%);
    z-index: 3;
    top: 0;
    left: 0;
    pointer-events: none; */
}
.hon_con_box .swiper-slide{
    opacity: 0.9;
    transition: all .5s ease-in;
}
.hon_con_box .swiper-slide.active{
    opacity: 1;
}
.hon_con_box .swiper-slide> div{
    width: 100%;
    position: relative;
}
.hon_con_box .swiper-slide> div > img{
    display: block;
  max-width: 435px;
  max-height: 405px;
  margin: 0 auto;
 }
.hon_name{
    text-align: center;
    margin-top: 25px;
    color: #fff;
    font-size: 23px;
    line-height: 1.5;
    opacity: 0;
    transition: all .5s ease-in;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
}
.hon_con_box .swiper-slide.active .hon_name{
    opacity: 1;
}
.hon_name_box{
  width: 50%;
  float: right;
  padding: 25px 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.hon_name_text{
	width: 70%;
	margin: auto;
    font-size: 16px;
    line-height: 60px;
  height: 60px;
  padding: 0 10px;
    text-align: center;
    opacity: 0.6;
    color: #000;
    transition: all .5s ease-in;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.hon_name_box .active-nav .hon_name_text{
    font-size: 18px;
    font-weight: 700;
    background-color: rgba(255,255,255,1);
    box-shadow: 0 0 46px rgba(29,56,75,.17);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.hon_name_box .swiper-container{
    height: 400px;
    padding: 25px 25px 15px 25px;
    overflow: hidden;
}
.hon_name_box .swiper-slide{
    cursor: pointer;
}
.hon_name_box .swiper-button-prev,.hon_name_box .swiper-button-next{
  background-image: none;
  font-size: 18px;
  width: 100%;
  text-align: center;
  margin: 0;
  color: #000;
}
.hon_name_box .swiper-button-prev{
  top: 0;
  left: 0;
}
.hon_name_box .swiper-button-next{
  top: auto;
  right: 0;
  bottom: 0;
}
/*资质荣誉*/
.inv_con{
    background-image: url("../images/inv_bg.png");
    background-color: #f6f9fb;
    background-position: left top;
    background-repeat: no-repeat;
}
.inv_left_box{
    float: left;
    width: 23.077%;
}
.inv_title{
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    line-height: 78px;
    position: relative;
}
.inv_code{
    line-height: 42px;
    font-size: 16px;
    margin-top: 20px;
    color: #000000;
}
.inv_stock_box{
    border: 1px solid #d6dadd;
    border-left: none;
    border-right: none;
    padding: 35px 0;
}
.sto_at_time i{
    display: none;
}
.sto_val{
    position: relative;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 15px;
}
.sto_val i{
    font-size: 36px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
}
.sto_contrast{
    font-size: 14px;
    line-height: 1;
    margin-bottom: 40px;
}
.sto_contrast > span{
    margin-right: 20px;
}
.sto_record > div{
    width: 50%;
    float: left;
}
.sto_record > div > div:first-child{
    font-size: 14px;
    line-height: 31px;
    color: #000;
}
.sto_record > div > div:nth-child(2){
    font-size: 18px;
    line-height: 1.2;
    color: #999fa7;
}
.sot_time_box{
    font-size: 14px;
    line-height: 3.28;
    color: #000;
}
.sto_at_time_up{
    color: #fe0000;
}
.sto_at_time_down{
    color: #00653b;
}
.sto_contrast > span:last-child{
    margin-right: 0;
}
.sto_at_time i{
    display: none;
}
.sto_at_time_down .down{
    display: block;
}
.sto_at_time_up .up{
    display: block;
}
.inv_right_box{
    width: 70%;
    float: right;
    padding-left: 6.15%;
    position: relative;
}
.inv_right_box::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 26px;
    width: 1px;
    height: 100%;
    background-color: #d6dadd;
}

.inv_title > a{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #000;
}
.inv_title > a i{
    color: #a1a3a4;
    font-size: 20px;
    vertical-align: middle;
    margin-left: 10px;
    text-align: right;
}
.sty_bottom_sty{
    border-bottom: 1px solid #d6dadd;
    margin-bottom: .3rem;
}
.sty_bottom_sty::after{
    content: '';
    display: block;
    position: relative;
    left: 0;
    bottom: -3px;
    height: 5px;
    width: 2em;
    background-color: #00653b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.ann_box > a{
    display: block;
    border-bottom: 1px solid #d6dadd;
    padding: 30px 0;
    padding-right: 32px;
    position: relative;
}
.ann_title{
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    font-weight: 500;
    transition: all .5s ease;
}
.ann_time{
    font-size: 12px;
    line-height: 1.8;
    color: #9fa2a5;
    transition: all .5s ease;
}
.ann_box > a > i{
    font-size: 22px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px;
    color: #b3b8bc;
    transition: all .5s ease;
}
.ann_box > a:hover .ann_title,.ann_box > a:hover >i,.ann_box > a:hover .ann_time{
    color: #00653b;
}
/*公告及通函*/
.not_con{
    background:url("../images/not_bg.png") no-repeat center bottom, #f6f9fb;
}
 .showreel_box {
  width: 100%;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   background-color: #fff;
  overflow: hidden;
  position: relative;
  height: 90px;
   line-height: 90px;
   padding: 0 90px;
   box-shadow: 0 0 90px rgba(29,56,75,.17);
   margin-bottom: 50px;
 }
 .showreel_box .btn_img_prev,  .showreel_box .btn_img_next {
   display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  width: 90px;
  height: 100%;
   text-align: center;
  /*background-color: rgba(0, 0, 0, 0.4);*/
  color: #bebdc2;
  cursor: pointer; }
.showreel_box .btn_img_prev:hover, .showreel_box .btn_img_next:hover{
  color: #00653b;
}
 .showreel_box .btn_img_prev i,  .showreel_box .btn_img_next i {
   font-size: 18px;
 }
 .showreel_box .btn_img_prev {
  left: 0; }
 .showreel_box .btn_img_next {
  right: 0; }
 .view_box{
   overflow: hidden;
   width: 100%;
   height: 100%;
   position: relative;
 }
 .showreel_box .list_u_img_box {
  font-size: 0;
  width: 99999999px;
  position: absolute;
  left: 0;
  top: 0;
  transition: left .5s ease;
 }
 .showreel_box .list_u_img_box > a {
  position: relative;
  width: 125px;
  display: inline-block;
  vertical-align: middle;
   font-size: 20px;
   text-align: center;
   color: #979ba0;
   cursor: pointer;
   transition: all .5s ease;
 }
  .showreel_box .list_u_img_box > a.on{
    font-size: 24px;
    color: #00653b;
    position: relative;
    cursor: auto;
  }
.showreel_box .list_u_img_box > a::after{
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 76.666%;
  margin-left: -.5em;
  width: 0;
  height: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #00653b;
  transition: all .5s ease;
}
.showreel_box .list_u_img_box >a:hover{
  color: #00653b;
}
.showreel_box .list_u_img_box > a.on::after,.showreel_box .list_u_img_box >a:hover::after{
  width: 1em;
}
 .showreel_box .list_u_img_box > img:last-child {
  margin-right: 0; }
.disab{
  pointer-events:none;
  opacity: 0;
}
.not_con .ann_box > a{
  border-top: 1px solid #d6dadd;
  border-bottom: none;
  transition: all .5s ease;
  padding: 50px 72px 40px 0;
}
.not_con .ann_box > a:hover{
  -webkit-box-shadow: 0 0 46px rgba(29,56,75,.17);
  -moz-box-shadow: 0 0 46px rgba(29,56,75,.17);
  box-shadow: 0 0 46px rgba(29,56,75,.17);
  background-color: #fff;
  border-top-color: transparent;
  margin: 0 -10px;
  padding-right: 82px;
  padding-left: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.not_con .ann_box > a:hover+a {
  border-top-color: transparent;
}
.not_con .ann_box > a:first-child{
  border-top-color: transparent;
}
.not_con .ann_box > a > div{
  float: left;
}
.not_time_box{
  width: 10%;
  color: #010101;
  line-height: 1.1;
}
.not_time_box > div{
  padding-left: 30.7%;
}
.time_year{
  font-size: 20px;
}
.not_time{
  font-size: 12px;
}
.not_con .ann_title{
  width: 90%;
  padding-left: 39px;
}
.not_con .ann_box > a > i{
  right: 40px;
}
/*产品中心*/
.pro_con{
  background:url("../images/pro_bg1.png") no-repeat center bottom, #f6f9fb;
}
.pro_list_box > a{
  float: left;
  margin-right: 4.23%;
  width: 30.5133%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  padding: 30px;
  position: relative;
  color: #000;
  transition: all .5s ease;
  -webkit-box-shadow: 0 0 70px rgba(29,56,75,.17);
  -moz-box-shadow: 0 0 70px rgba(29,56,75,.17);
  box-shadow: 0 0 70px rgba(29,56,75,.17);
  margin-bottom: 1.22rem;
  top: 0;
}
.pro_list_box > a:nth-child(3n){
  margin-right: 0;
}
.pro_intersperse{
  display: block;
  margin-bottom: 30px;
  line-height: 1;
  font-size: 14px;
}
.img_box img{
  width: 70%;
  display: block;
  margin: 0 auto;
}
.pro_title{
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  height: 46px;
  text-align: center;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: .5rem 0 .8rem;
}
.btn_pro_det{
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: -30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  line-height: 60px;
  width: 60px;
  color: #656b6f;
  text-align: center;
  cursor: pointer;
  background-color: #c0c6ca;
  font-size: 14px;
  transition: all .5s ease;
}
.btn_pro_det i{
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  transition: all .5s ease;
}
.btn_pro_det .det_more{
  display: block;
  width: 300%;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  transition: all .5s ease;
}
.btn_pro_det .hover_more{
  width: 0;
  height: 0;
  overflow: hidden;
  color: #fff;
  bottom: 0;
  font-weight: 700;
  transform: translateX(-50%);
  display: inline-block;
  white-space:nowrap;
  text-overflow:ellipsis;
  left: 50%;
}
.pro_box:hover{
  top: -10px;
  /*transform: translateY(-10px);*/
  /*animation-fill-mode: none;*/
  -webkit-box-shadow: 0 0 46px rgba(29,56,75,.4);
  -moz-box-shadow: 0 0 46px rgba(29,56,75,.4);
  box-shadow: 0 0 46px rgba(29,56,75,.4);

}
.pro_box:hover .btn_pro_det{
  background: linear-gradient(45deg, #79bd28 0%, #00653b 100%)!important;
  box-shadow: 0 2px 10px -2px rgba(0, 101, 59, 0.6);
  color: #fff !important;
  width: 200px;
  margin-left: -100px;
}



.pro_box:hover .det_more{
  opacity: 0;
  width: 100%;
}
.pro_box:hover .hover_more{
  width: auto;
  height: auto;
  margin-right: 10px;
  padding-right: 30px;
  position: absolute;
}
.pro_box:hover .btn_pro_det i{
  margin-left: 3.5em;
}
/*公告及通函*/
.lit_con{
  background:url("../images/lit_bg.png") no-repeat center bottom, #f6f9fb;
}
.lit_list_box > a{
  border-top: 1px solid #c6ced3;
  display: block;
  position: relative;
  transition: all .5s ease;
  padding: 50px 0;
  padding-right: 120px;
}
.icon_bg{
  width: 120px;
  position: absolute;
  right: 0;
  top: -1px;
  height: calc(100% + 1px);
  color: #b3b8bc;
  transition: all .5s ease;
}
.icon_bg i{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 30px;
}
.lit_list_case> img{
  float: left;
  width: 82px;
  margin-left: 10px;
}
.lit_tex_box{
  float: left;
  width: calc(100% - 92px);
  padding: 0 10px;
  line-height: 1.5;
  color: #000;
}
.lit_title{
  font-size: 24px;
  font-weight: 700;
}
.lit_member{
  font-size: 20px;
}
.lit_info{
  margin-top: 30px;
  font-size: 14px;
}
.lit_provenance{
  font-size: 14px;
  color: #8a9891;
  margin-top: 15px;
}
.lit_list_box > a:first-child{
  border-top-color: transparent;
}
.lit_list_box > a:hover{
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 0 70px rgba(29,56,75,.17);
  border-top-color: transparent;
}
.lit_list_box > a:hover+a{
  border-top-color: transparent;
}
.lit_list_box > a:hover .icon_bg{
  background: -moz-linear-gradient(left, rgba(240, 244, 247, 1) 0%, rgba(240, 244, 247, 0) 49%, rgba(240, 244, 247, 0) 51%, rgba(240, 244, 247, 0) 100%);
  background: -o-linear-gradient(left, rgba(240, 244, 247, 1) 0%, rgba(240, 244, 247, 0) 49%, rgba(240, 244, 247, 0) 51%, rgba(240, 244, 247, 0) 100%);
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0,rgba(240, 244, 247, 1)),color-stop(0.49,rgba(240, 244, 247, 0)),color-stop(0.51,rgba(240, 244, 247, 0)), color-stop(1, rgba(240, 244, 247, 0)));
  background: -webkit-linear-gradient(left, rgba(240, 244, 247, 1) 0%, rgba(240, 244, 247, 0) 49%, rgba(240, 244, 247, 0) 51%, rgba(240, 244, 247, 0) 100%);
  color: #00653b;
}
/*媒体*/
.med_con{
  background:url("../images/med_bg.png") no-repeat center bottom,url("../images/med_bg1.png") no-repeat center top, #f6f9fb;
}
.med_list_box > a{
  border-top: 1px solid #c6ced3;
  display: block;
  position: relative;
  transition: all .5s ease;
  padding: 70px 130px 80px 130px;
}
.med_time{
  position: absolute;
  text-align: left;
  right: 0;
  line-height: 30px;
  font-size: 30px;
  top: 71px;
  color:rgba(0,0,0,.5);
  transition: all .5s ease;
  width: 64px;
}
.med_time span{
  font-size: 18px;
}
.med_list_case> span{
  position: absolute;
  left: 0;
  top: 53px;
  transition: all .5s ease;
  font-size: 20px;
  font-weight: 700;
  line-height: 52px;
  display: block;
  text-align: center;
  color: #00653b;
}
.med_tex_box{
  width: calc(100% - 90px);
  padding-right: 10px;
  line-height: 1.5;
  color: #84898c;
  transition: margin-left .5s ease;
}
.med_title{
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.med_info{
  margin-top: 30px;
  font-size: 14px;
}
.med_list_box > a:first-child{
  border-top-color: transparent;
}
.med_list_box > a:hover{
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 0 70px rgba(29,56,75,.17);
  border-top-color: transparent;
}
.med_list_box > a:hover+a{
  border-top-color: transparent;
}
.med_list_box > a:hover .med_title{
  color: #00653b;
}
.med_list_box > a:hover>span{
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  -webkit-box-shadow: 0 0 59px rgba(11, 109, 57, .36);
  -moz-box-shadow: 0 0 59px rgba(11, 109, 57, .36);
  box-shadow: 0 0 59px rgba(11, 109, 57, .36);
  background: linear-gradient(90deg, #79bd28 0%, #00653b 100%)!important;
  padding: 0 60px;
  color: #fff;

}
.med_list_box > a:hover .med_tex_box{
  margin-left: 90px;
}
.med_list_box > a:hover .med_time{
  width: 130px;
}
/*公司新闻*/
.new_list_box > a{
  display: block;
  margin-bottom: 20px;
}
.new_time{
  float: left;
  width: 10%;
  margin-top: 53px;
  font-size: 30px;
  line-height: 30px;
}
.new_time > span{
  font-size: 18px;
}
.new_tex_box{
  float: right;
  padding: 35px 0;
  width: 79.6%;
  margin-right: -4.615%;
  transition: all .5s ease;
  padding-right: 4.615%;
}
.new_tex_box> img{
  float: left;
  width: 40%;
  margin-left: -20.376%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  transition: all .5s ease;
}
.new_tex_box >  div{
  float: right;
  width: 66.6666%;
}
.new_title{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 40px;
  transition: all .5s ease;
}
.new_info{
  font-size: 14px;
  line-height: 2;
  color: rgba(0,0,0,.5);
  margin-top: 40px;
  transition: all .5s ease;
  text-align: justify;
}
.new_list_box > a:hover .new_tex_box{
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 54px rgba(29, 56, 75, .26);
  -moz-box-shadow: 0 0 54px rgba(29, 56, 75, .26);
  box-shadow: 0 0 54px rgba(29, 56, 75, .26);
}
.new_list_box > a:hover .new_tex_box > img{
  margin-left: -23.376%;
}
.new_list_box > a:hover .new_title{
  color: #00653b;
}
.new_list_box > a:hover .new_info{
  color: rgba(0,0,0,1);
}
/*市场概况*/
.mar_con{
  background:url("../images/mar_bg.png") no-repeat center bottom, #f6f9fb;
}
.mar_con .tea_case{
  padding-top: 0;
  padding-bottom: 0;
}
.scr_box{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}
.scr_box.scr2_box{
  padding-top: 1px;
}
.scr0_box::after{
  content: '';
  height: 100%;
  width: 200%;
  position: absolute;
  left: -50%;
  top: 0;
  background-color: #fff;
}
.scr0_box> div{
  position: relative;
  z-index: 1;
}
.mar_title{
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-top: 80px;
}
.mar_data_box{
  margin-top: 2.4rem;
}
.mar_data_box > div{
  float: left;
  vertical-align: bottom;
  line-height: 1;
  margin-right: 90px;
  font-size: 60px;
}
.mar_data_box > div:last-child{
  margin-right: 0;
}
.mar_data_box > div > span{
  margin-left: 10px;
  font-size: 16px;
}
.mar_info{
  font-size: 14px;
  line-height: 32px;
  color: #84898c;
  margin-top: 75px;
  text-align: justify;
}
.scr0_box .mar_map_box_in{
  position: absolute;
  width: 57%;
  top: 1.6rem;
  right: 0;
}
.mar_map_box_in > img{
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.mar_map_box_in > img.map_di{
  position: relative;
}
.scr2_box .mar_info{
  margin-top: 50px;
}
.scr2_box .mar_map_box_in{
  position: relative;
  width: 80%;
  float: right;
  top: 0;
  margin-top: 1.25rem;
}
.scr2_box .mar_data_box{
  margin-top:1.6rem;
  width: 20%;
  float: left;
}
.dat_num{
  position: relative;
}
.dat_num::after{
  content: ' + ';
  font-size: 40px;
  line-height: 1;
  position: absolute;
  left: 100%;
  bottom: 80%;
}
.scr2_box .mar_data_box .dat_name{
  font-size: 16px;
  line-height: 2;
}
/*新闻详情*/
.det_left_box {
  width: 70%;
  float: left;
}
.new_d_body .det_left_box{
  width: 100%;
}
.new_d_title{
  line-height: 1.5;
  font-size: 26px;
  text-align: center;
  color: #000;
  font-weight: 700;
}
.new_d_info{
  color: #84898c;
  text-align: center;
  font-size: 14px;
  margin-top: 18px;
  line-height: 1.5;
}
.new_d_info > span{
  margin: 0 13px;
}
.new_d_info > span:first-child{
  margin-left: 0;
}
.new_d_info > span:last-child{
  margin-right: 0;
}
.new_d_text_box{
  -webkit-box-shadow: 0 0 54px rgba(29,56,75,.26);
  -moz-box-shadow: 0 0 54px rgba(29,56,75,.26);
  box-shadow: 0 0 54px rgba(29,56,75,.26);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: 68px;
  padding:11.538% 14.285% ;
}
.new_d_text_box  p{
  font-size: 14px;
  line-height: 2;
  color: #84898c;
  padding-bottom: .15rem;
}
/*.new_d_text_box > img{*/
  /*width: 100%;*/
  /*display: block;*/
  /*margin-bottom: .5rem;*/
/*}*/
 .new_d_text_box .new_con_text_box> img{
  width: 100%!important;
  height: auto!important;
  display: block;
  margin-bottom: .5rem;
}
.new_d_text_box p img{
 margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto !important;
}
.det_text_at h2{
  font-size: 26px;
  color: #000;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: .5rem;
}
.text_line{
  height: 1px;
  width: 100%;
  background-color: #dfe4e7;
  margin-bottom: .5rem;
}
.det_text_at h4{
  font-size: 18px;
  color: #00653b;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: .3rem;
}
.com_info_stock p{
  color: #00653b;
}
.con_box{
  padding-bottom: .5rem;
  font-size: 14px;
  line-height: 1.8;
  color: #00653b;
  font-weight: 700;
 }
.con_box > div:first-child{
  float: left;
}
.con_box > div:last-child{
  float: right;
}
.text_tab_box{
  line-height: 50px;
}
.text_tab_box > a{
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  transition: all .5s ease;
}
.text_tab_box > a:hover{
  padding:  0 20px;
}
.btn_prev{
  float: left;
  color: #858d90;
}
.btn_prev i{
  vertical-align: middle;
  margin-right: 20px;
}
.btn_next{
  float: right;
  color: #858d90;
}
.btn_next i{
  vertical-align: middle;
  margin-left: 20px;
}
.go_back{
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-top: 80px;
  line-height: 1;
  display: block;
}
.go_back i{
  vertical-align: middle;
  margin-right: 10px;
}
.go_back::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 12.637%;
  height: 1px;
  background-color: #000;
  margin-right: 30px;
}
.go_back::after{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 12.637%;
  height: 1px;
  background-color: #000;
  margin-left: 30px;
}
.det_right_box{
  float: right;
  width: 26.15%;
  margin-top: 2.4rem;
}
.new_d_body .det_right_box{
  display: none;
}
.det_hot_box{
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  padding-bottom: .4rem;
  border-bottom: 1px solid #a4a8b0;
  margin-bottom: 15px;
}
.det_hot_box> div{
  color: rgba(0,0,0,.4);
  font-size: 15px;
  line-height: 1.5;
  text-transform: capitalize;
  font-weight: 400;
}
.det_recommend > a{
  display: block;
  padding: 38px 0 ;
  position: relative;
  transition: all .5s ease;
}
.det_recommend > a::after{
  content: '';
  display: block;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: #ced1d7;
  transition: all .5s ease;
  width: 48px;
  height: 1px;
}
.rec_title{
  width: calc(100% - 18px);
  font-size: 16px;
  line-height: 1.7;
  color: #000000;
  margin-left: 0;
  transition: all .5s ease;
}
.rec_time{
  width: calc(100% - 18px);
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin-left: 0;
  transition: all .5s ease;
}
.rec_time span{
  color: #bfc3c6;
}
.rec_time i{
  position: absolute;
  right: 0;
  transition: all .5s ease;
  color: #00653b;
  top: 0;
  font-size: 20px;
  vertical-align: middle;
  opacity: 0;
}
.det_recommend > a:hover{
  /*padding-left: 18px;*/
}
.det_recommend > a:hover::after{
  width: 100%;
  background-color: #00653b;
}
.det_recommend > a:hover .rec_title{
  color: #00653b;
}
.det_recommend > a:hover .rec_time i{
  opacity: 1;
  right: -10px;
}
.det_recommend > a:hover .rec_title,.det_recommend > a:hover .rec_time{
  margin-left: 18px;
}
.go_top{
  display: none;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 27px rgba(29, 56, 75, .17);
  -moz-box-shadow: 0 0 27px rgba(29, 56, 75, .17);
  box-shadow: 0 0 27px rgba(29, 56, 75, .17);
  text-align: center;
  color: #8f999f;
  width: 130px;
  height: 60px;
  line-height: 60px;
  position: fixed;
  bottom: 70px;
  right: 20px;
  transform: rotate(90deg);
  font-weight: 700;
  z-index: 10;
}
.go_top i{
  margin-right: 10px;
  vertical-align: middle;
}
/*品牌文化*/
.cul_con{
  background:url("../images/cul_bg.png") no-repeat center bottom, #f6f9fb;
  overflow: hidden;

}
.con_case_b{
  width: 81.25vw;
  margin: 0 auto;
  padding-top: 1.5rem;
  padding-bottom: 1.6rem;
  position: relative;
}
.scr1_img_box{
  position: relative;
  float: left;
  width: 44.23%;
  margin-top: -42px;
  margin-left: -42px;
}
.scr1_img_case{
  display: block;
  width: 100%;
}
.scr1_img_face{
  position: absolute;
  left:0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 39%;
}
.scr1_text_box{
  margin-top: -42px;
  float: right;
  width: 50%;
}
.cul_title{
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5rem;
  color: #000;
}
.cul_info{
  font-size: 14px;
  color: #72787f;
  line-height: 2.57;
}
.case_bg{
  position: relative;
  padding-top: 1.2rem;
  padding-bottom: 1.5rem;
}.case_bg::after{
   content: '';
  display: block;
  background-color: #fff;
  width: 150%;
  height: 100%;
   position: absolute;
  left: -50%;
  top: 0;
   -webkit-border-radius: 0 10px 10px 0;
   -moz-border-radius: 0 10px 10px 0;
   border-radius: 0 10px 10px 0;
   -webkit-box-shadow: 0 0 90px rgba(29, 56, 75, .17);
   -moz-box-shadow: 0 0 90px rgba(29, 56, 75, .17);
   box-shadow: 0 0 90px rgba(29, 56, 75, .17);
 }
.case_bg> div{
     position: relative;
     z-index: 1;
   }
.case_bg >.src2_img_box{
  position: absolute;
  bottom: -64px;
  right: 16.666%;
  width: 25%;
  -webkit-box-shadow: 0 0 68px rgba(29, 56, 75, .36);
  -moz-box-shadow: 0 0 68px rgba(29, 56, 75, .36);
  box-shadow: 0 0 68px rgba(29, 56, 75, .36);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  z-index: 2;
}
.src2_img_box > img{
  width: 100%;
  display: block;
}
.sr2_con_box{
  width: 50.769%;
  float: left;

}
.sr2_con_box > img{
  width: 100%;
  display: block;
}
.cul_src2_line{
  padding-top: 1.05rem;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
}
.case_bg >.scr2_title_box{
  position: absolute;
  width: 16.666%;
  top: -40px;
  right: 0;
  text-align: center;
  z-index: 2;
  font-size: 40px;
  color: #d5dae0;
  line-height: 1;
}
.scr2_title_box> img{
  position: relative;
  left: 50%;
  top: -43px;
  transform: translateX(-50%);
}

.scr2_title {
  width: 350px;
  text-transform: uppercase;
  position: relative;
  left: 50%;
  margin-left: -175px;
  margin-top: 80px;
  transform: rotate(90deg);
}
.cul_info_case{
  float: left;
  width: 50%;
  height: 435px;
  padding-left: 260px;
  position: relative;
  overflow: hidden;
}
.img_center_box{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 230px;
  height: 230px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
}
.cen_img_0{
  width: 100%;
  display: block;
}
.cen_img_1{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 178px;
  margin-left: -89px;
  margin-top: -20px;
}
.cul_src3_con_box > .cul_info_case:nth-child(odd){
  text-align: right;
  padding-right: 260px;
  padding-left: 0;
}
.scr3_title{
  margin-top: 160px;
  font-size: 20px;
  color: #000;
  font-weight: 700;
  padding-bottom: 38px;
  line-height: 1;
  border-bottom: 1px solid #d2d6d9;
  transition: all .5s ease;
  margin-bottom: 35px;
  position: relative;
}
.scr3_title::after{
  content: '';
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  background-color: #00653b;
  position: absolute;
  bottom: -5px;
}
.loop1 .scr3_title::after{
  right: -20px;
}
.loop2 .scr3_title::after{
  left: -20px;
}
.loop3 .scr3_title::after{
  right: -20px;
}
.loop4 .scr3_title::after{
  left: -20px;
}
.scr3_title::before{
  content: '';
  display: block;
  height: 1px;
  width: 200px;
  border-bottom: 1px #d2d6d9 dashed;
  position: absolute;
  top: calc(100% + 0px);
  transition: color .5s ease;
}
.loop1 .scr3_title::before{
  right: -20px;
  transform: rotate(225deg);
  transform-origin: 100% 100%;
}
.loop2 .scr3_title::before{
  left: -20px;
  transform: rotate(135deg);
  transform-origin: 0 0;
}
.loop3 .scr3_title::before{
  right: -20px;
  transform: rotate(135deg);
  transform-origin: 100% 100%;

}
.loop4 .scr3_title::before{
  left: -20px;
  transform: rotate(225deg);
  transform-origin: 0 0;

}
.cul_info_case:hover .scr3_title::before{
  border-color: #00653b;
}



.cul_info_case:hover .scr3_title{
  color: #00653b;
  border-color: #00653b;
}
.scr3_info{
  font-size: 14px;
  line-height: 36px;
  color: #72787f;
  transition: all .5s ease;
}
.cul_info_case:hover .scr3_info{
  color: #000;
}
.loop_box{
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 380px;
  height: 380px;
  position: absolute;
  overflow: hidden;
  transition: all .5s ease;
  transform: translate3d(0,0,0);
}
/*.cul_info_case:hover .loop_box{*/
  /*width: 480px;*/
  /*height: 480px;*/
/*}*/
.loop1 .loop_box{
  right: 0;
  bottom: 0;
  transform: translate3d(50%,50%,0);
  background-color:#79bd28 ;
}
.loop2 .loop_box{
  left: 0;
  bottom: 0;
  transform: translate3d(-50%,50%,0);

  background-color:#5aa62d ;
}
.loop3 .loop_box{
  right: 0;
  top: 0;
  transform: translate3d(50%,-50%,0);
  background-color:#00653b ;
}
.loop4 .loop_box{
  left:0;
  top: 0;
  background-color:#1a7937 ;
  transform: translate3d(-50%,-50%,0);
}
.loop1:hover .loop_box{
  transform: translate3d(50%,50%,0) scale(1.2);
}
.loop2:hover .loop_box{
  transform: translate3d(-50%,50%,0) scale(1.2);
}
.loop3:hover .loop_box{
  transform: translate3d(50%,-50%,0) scale(1.2);
}
.loop4:hover .loop_box{
  transform: translate3d(-50%,-50%,0) scale(1.2);
}


.loop_box> span{
  display: block;
  width: 22px;
  height: 22px;
  background-color:rgba(255,255,255,.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  transition: opacity .5s ease;
}
.cul_info_case:hover .loop_box> span{
  opacity: 0;
}
.loop_box> span::after{
  content: '';
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: -5px;
  background-color: #f6f9fb;

}
.loop1 .loop_box> span{
  left: 25%;
  margin-left: -22px;
  bottom: 75%;
  margin-bottom: 0;
}
.loop2 .loop_box> span{
  right: 25%;
  margin-right: -22px;
  bottom: 75%;
  margin-bottom: 0;
}
.loop3 .loop_box> span{
  left: 25%;
  margin-left: -22px;
  top: 75%;
  margin-top: 0;
}
.loop4 .loop_box> span{
  right: 25%;
  margin-right: -22px;
  top: 75%;
  margin-top: -0;
}
.loop_box::after{
  content: '';
  display: block;
  height: 100%;
  left: 50%;
  width: 2px;
  top: 0;
  background-color: #fff;
  position: absolute;
  z-index: 1;
}
.loop_box::before{
  content: '';
  display: block;
  height: 2px;
  top: 50%;
  width: 100%;
  left:  0;
  background-color: #fff;
  position: absolute;
  z-index: 1;
}
.loop_box img{
  width: 50%;
  position: absolute;
  opacity: 0;
  transition: all .5s ease;
  transform: translate3d(0,0,0);
}
.cul_info_case:hover .loop_box img {
  opacity: 1;
  transform: translate3d(0,0,0);
}
.loop1 .loop_box img{
  left: 0;
  top: 0;
}
.loop2 .loop_box img{
  right: 0;
  top: 0;
}
.loop3 .loop_box img{
  left: 0;
  bottom: 0;
}
.loop4 .loop_box img{
  right: 0;
  bottom: 0;
}
.padT0{
  padding-top: 0 !important;
}
.src3_case{
  position: relative;
}
.go1{
  animation-name: go1;
}
@keyframes go1 {
  0%{
    opacity: 0;

  }
  100%{
    opacity: 1;

  }
}
/*发展历程*/
.dev_con{
  background-color: #f6f9fb;
  position: relative;
}
.dev_con .tea_case{
  position: relative;
  z-index: 1;
  padding-bottom: .9rem;
}
.tab_time_bottom .showreel_box {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
   background-color: transparent;
  overflow: hidden;
  position: relative;
  height: 90px;
  line-height: 90px;
  padding: 0 90px;
  box-shadow: none;
  margin-bottom: 0;
}
.tab_time_bottom .showreel_box .list_u_img_box > a{
  width: 100px;
  font-size: 16px;
  color: #979ba0;
  transition: all .5s ease;
}
.tab_time_bottom .showreel_box .list_u_img_box > a.on,.tab_time_bottom .showreel_box .list_u_img_box > a:hover {
  font-size: 16px;
  color: #00653b;
}
.tab_time_bottom .showreel_box .list_u_img_box > a::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 70%;
  margin-left: -1em;
  width: 0;
  height: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #00653b;
  transition: all .5s ease;
}
.tab_time_bottom .showreel_box .list_u_img_box > a:hover::after,.tab_time_bottom .showreel_box .list_u_img_box > a.on::after {
  width: 2em;
}
.tab_time_bottom .showreel_box .btn_img_prev,.tab_time_bottom .showreel_box .btn_img_next{
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #7a858a;
  text-align: center;
  -webkit-box-shadow: 0 0 27px rgba(29, 56, 75, .17);
  -moz-box-shadow: 0 0 27px rgba(29, 56, 75, .17);
  box-shadow: 0 0 27px rgba(29, 56, 75, .17);
  top: 50%;
  left: 25px;
  margin-top: -20px;
}
.tab_time_bottom .showreel_box .btn_img_next{
  right: 25px;
  left: auto;
}
.dev_tex_box > div{
  display: none;
  width: 57%;
  float: right;
  line-height: 45px;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: .5rem;
  min-height: 2.6rem;
}
.time_title_case{
  position: relative;
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
  overflow: hidden;
}
.at_time{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #e9eff2;
  font-size: 300px;
  line-height: 0.8;
  background: -ms-linear-gradient(180deg, rgba(233, 239, 242, 0), rgba(233, 239, 242, 0), rgba(233, 239, 242, 0));
  background: -moz-linear-gradient(180deg, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));
  background: -o-linear-gradient(180deg, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0,rgba(246, 249, 251, 1)),color-stop(0.10,rgba(233, 239, 242, 1)),color-stop(0.7,rgba(233, 239, 242, 0.7)), color-stop(1, rgba(233, 239, 242, 0)));
  background:  -webkit-linear-gradient(top, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.time_sha{
  position: absolute;
  pointer-events: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: -ms-linear-gradient(left, rgba(246, 249, 251, 1) 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, rgba(246, 249, 251, 1) 100%);
  background: -moz-linear-gradient(left, rgba(246, 249, 251, 1) 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, rgba(246, 249, 251, 1) 100%);
  background: -o-linear-gradient(left, rgba(246, 249, 251, 1) 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, rgba(246, 249, 251, 1) 100%);
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0,rgba(246, 249, 251, 1)),color-stop(0.10,rgba(246, 249, 251, 0)),color-stop(0.9,rgba(246, 249, 251, 0)), color-stop(1, rgba(246, 249, 251, 1)));
  background: -webkit-linear-gradient(left, rgba(246, 249, 251, 1) 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, rgba(246, 249, 251, 1) 100%);
}
.time_line_case{
  margin: 0 auto;
  width: 83.33333%;
  margin-top: .5rem;
}
.time_line_box{
  width: 99999px;
  position: relative;
  top: 0;
  left: 0;
  transition: all .5s ease;
}
.time_line_box > div{
  float: left;
  position: relative;
  width: 330px;
  height: 6px;
  background: -ms-linear-gradient(right, rgba(50, 131, 97, 1) 0%, rgba(204, 229, 180, 1) 100%);
  background: -moz-linear-gradient(right, rgba(50, 131, 97, 1) 0%, rgba(204, 229, 180, 1) 100%);
  background: -o-linear-gradient(right, rgba(50, 131, 97, 1) 0%, rgba(204, 229, 180, 1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0,rgba(50, 131, 97, 1)), color-stop(1, rgba(204, 229, 180, 1)));
  background: -webkit-linear-gradient(right, rgba(50, 131, 97, 1) 0%, rgba(204, 229, 180, 1) 100%);
  font-size: 20px;
  line-height: 1;
}
.btn_time{
  position: absolute;
  right: -10px;
  top: -7px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #00653b;
  z-index: 1;
  cursor: pointer;

}
.btn_time > span{
  position: absolute;
  left: 50%;
  margin-left: -23px;
  top: -50px;
  z-index: 2;
  transition: all .5s ease;
}
.time_line_box > div:nth-child(odd) .btn_time > span{
  bottom: -50px;
  top:auto;
}
.btn_time::after{
  content: '';
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 36px;
  height: 36px;
  background-color: rgba(14,111,57,.15);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  animation:dot1 2s infinite ease;
  -webkit-animation:dot1 2s infinite ease; /* Safari 和 Chrome */}
@keyframes dot1 {
  0%{
    width: 20px;
    height: 20px;
  }
  50%{
    width: 36px;
    height: 36px;
  }
  100%{
    width: 20px;
    height: 20px;
  }

}
.btn_time:hover::after{
  display: block;
}
.time_line_box > div.bodes{
  pointer-events: none;
  background: -ms-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
  background: -moz-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
  background: -o-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0,rgba(145, 147, 149, 1)), color-stop(1, rgba(220, 224, 225, 1)));
  background: -webkit-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
}
.bodes .btn_time{
  background-color: #959798;
}
.bodes .btn_time span{
  color: #979ba0;
}
/*波浪背景*/
.wave_box{
  width: 100%;
  height: 350px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.wave {
  overflow: hidden;
  position: absolute;
  top: 129%;
  width: 140%;
  transform: translateY(-50%);
  color: #fff;
  margin-left: -20%;
  animation: 3s ease-in-out infinite alternate waveAnimateA;
}
@keyframes waveAnimateA {
  0% {
    transform: translate(-80px,-52%);
  }

  100% {
    transform: translate(80px,-50%);
  }
}
.wave svg {
  fill: rgba(233,239,242,1);
  width: 102%;
  margin-left: -1%;
  height: auto;
}
.st0{fill:#E9EFF2;opacity:0.5}
.st1{opacity:0.5;fill:#E9EFF2;}
.st3{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_1_);}

.titie_box_bg{
  width: 130px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -65px 0 0 -65px;
  z-index: 1;
  transform: scale(0);
transition: all .5s ease;
}
.titie_box_bg svg{
  width: 100%;
  position: relative;
  z-index: 1;
}
.titie_box_bg #title_bg_down{
  opacity: .3;
  transform: rotate(37deg) scale(1.02);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
}

.time_line_box .on .btn_time > span{
  font-size: 40px;
  color: #fff;
  top: 50% !important;
  transform: translate(-50%,-50%);
  bottom: auto !important;
  margin-left: 0;
}
.time_line_box .on .btn_time .titie_box_bg{
  transform: scale(1);
}
.time_line_box .on .btn_time .titie_box_bg > #title_bg_down{
  animation: alpha 2.25s linear infinite forwards;

}
@keyframes alpha {
  0% {
    transform: rotate(0);
  }
  25% {
  }
  50% {
    border-radius: 50%;
  }
  75% {
  }
  100% {
    transform: rotate(360deg);
  }
}
.hon_con_case .swiper-button-prev::after{
	content: '';
}
.hon_con_case .swiper-button-next img{
	width: 15px!important;
}
.hon_con_case .swiper-button-next::after{
	content: '';
}
.hon_con_case .swiper-button-prev img{
	width: 15px!important;
}