
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}



/* banner */

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 ;

}

.banner .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.banner .swiper-slide {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}


.banner .swiper-button-next1{
  position: absolute;
  width: 65px;
  height: 65px;
  background: url(../images/bannerR.png) no-repeat  center;
  right: 4%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}

.banner .swiper-button-prev1{
  position: absolute;
  width: 65px;
  height: 65px;
  background: url(../images/bannerL.png) no-repeat  center;
  left: 4%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}

.banner .swiper-pagination {
  width: 100%;
  bottom: 40px;
  right: 0px;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px ;
  background-color: #fff;
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 50%;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #1ab289;
}



/*title*/

.title{

}

.title span{
  display: block;


}

.title h3{
font-size: 36px;
letter-spacing: 5px;
line-height: 40px;
color: #333333;
font-weight: bold;
margin-top: -25px;
}

.title h3 a{
  font-size: 36px;
  letter-spacing: 5px;
  line-height: 40px;
  color: #333333;
  font-weight: bold;
  display: block;
}

.title p{
  font-size: 16px;
  letter-spacing: 13px;
  color: #666666;
  margin-top: 15px;
}



/*product*/


.pro_bg{
  width: 100%;
  margin: 0 auto;
  height: 1370px;
  background: url(../images/pro_bg.jpg) no-repeat bottom center;
}


.pro_bg .trait{
  width: 1300px;
  margin: 0px auto 0 auto;
  padding: 0 50px;
  height: 89px;
  line-height: 89px;
  border-bottom: 1px solid #d1e4e3;

}

.pro_bg .trait .triat_l{
  float: left;
  margin-left: -20px;
  padding-left: 20px;
  background: url(../images/buttom1.png) no-repeat left center;
  font-size: 16px;
  letter-spacing: 3px;
  color: #333333;
}


.pro_bg .trait .tel{
  float: right;
  background: url(../images/tel.png) no-repeat left center;
  padding-left: 37px;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
} 



.product{
  width: 1300px;
  margin: 65px auto 0 auto;
  position: relative;
}


.product .pro_t{
  position: absolute;
  left: 0;
  top: 0;
  width: 1300px;
  z-index: 5;
}

.product .pro_t .title{
  float: left;
}


.product .pro_t .pro_list{
  float: right;
  margin-top: 5px;
} 


.product .pro_t .pro_list ul li{
  float: left;
  margin-left: 35px;
  position: relative;
  width: 202px;
  height: 287px;
  border-radius: 10px;
  filter: drop-shadow(0 0 23px rgba(0,0,0,0.06));
  background: #ffffff;
}


.product .pro_t .pro_list ul li a{
  display: block;
  text-align: center;
}

.product .pro_t .pro_list ul li a em{
  display: block;
  font-size: 50px;
  line-height: 40px;
  color: #eff7f7;
  font-family: "Impact";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 40px auto 30px auto;
}


.product .pro_t .pro_list ul li a img{
  display: block;
  margin:  0 auto;
  width: 13px;
  height: 13px;
}

.product .pro_t .pro_list ul li a span{
  font-size: 18px;
  color: #2f2d3f;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 27px auto 7px auto;
}

.product .pro_t .pro_list ul li i{
  font-size: 12px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_t .pro_list ul li b{
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f7f7f7 url(../images/more.png) no-repeat center;
  margin: 65px auto 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



.product .pro_t .pro_list ul li.on a em{
  color: #00a298;

}

.product .pro_t .pro_list ul li.on a b{
  background: #00a298 url(../images/more1.png) no-repeat center;
}


.product .pro_box{
  width: 1300px;
  margin: 0 auto;
  position: relative;
  padding-top: 225px;
  height: 404px;
  overflow: hidden;
} 


.product .pro_box .bd{
  width: 1300px;
  margin: 0 auto;
}



.product .pro_box .bd ul li{
  float: left;
  width: 1300px;
  margin: 0 auto;
}



.product .pro_box .bd ul li .pic{
  float: left;
  width: 556px;
  height: 404px;
  filter: drop-shadow(0px 3px 31px rgba(233,228,228,0.4));
  background: #ffffff;
}


.product .pro_box .bd ul li .pic img{
  width: 556px;
  height: 404px;
}


.product .pro_box .bd ul li .txt{
  float: left;
  width: 620px;
  margin: 135px 0 0 65px;
  position: relative;
} 

.product .pro_box .bd ul li .txt span{
  display: block;
  font-size: 66px;
  line-height: 53px;
  color: #333333;
  font-weight: 800;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  opacity: 0.06;
}


.product .pro_box .bd ul li .txt h5 a{
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  line-height: 30px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: -27px;
}

.product .pro_box .bd ul li:hover .txt h5 a{
  color: #1ab289;
}

.product .pro_box .bd ul li .txt i{
  display: block;
  position: absolute;
  right: 0;
  top: 35px;
  background: url(../images/buttom2.png) no-repeat center;
  width: 38px;
  height: 5px;
}


.product .pro_box .bd ul li .txt em{
  display: block;
  width: 133px;
  height: 1px;
  background: #1ab289;
  position: relative;
  margin-left: -90px;
  margin-top: 17px;
}

.product .pro_box .bd ul li .txt p{
  font-size: 16px;
  line-height: 40px;
  color: #666666;
  height: 80px;
  overflow: hidden;
  margin-top: 5px;
}

.product .pro_box .bd ul li .txt .more{
  display: block;
  width: 148px;
  height: 44px;
  border-radius: 45px;
  background: #1ab289;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 60px;
}



.product .pro_box .hd{
  position: absolute;
  right: 66px;
  top: 585px;
}

.product .pro_box .hd .next{
  float: left;
  cursor: pointer;
  background: url(../images/left.png) no-repeat center;
  width: 31px;
  height: 31px;

}

.product .pro_box .hd .prev{
  float: left;
  cursor: pointer;
  background: url(../images/right.png) no-repeat center;
  margin-left: 34px;
  width: 31px;
  height: 31px;
}




.product .pro_show{
  width: 1360px;
  margin: 40px auto 0 auto;
}


.product .pro_show ul li{
  float: left;
  width: 404px;
  height: 404px;
  filter: drop-shadow(0px 3px 31px rgba(233,228,228,0.4));
  background: #ffffff;
  margin-right: 40px;
}


.product .pro_show ul li .pic{
  width: 350px;
  height: 254px;
  background: #f1f1f1;
  margin: 27px auto 0 auto;
  overflow: hidden;
}


.product .pro_show ul li .pic img{
  width: 350px;
  height: 254px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
} 


.product .pro_show ul li .txt{
  width: 350px;
  margin: 25px auto 0 auto;
}


.product .pro_show ul li .txt a{
  display: block;
  text-align: center;
}


.product .pro_show ul li .txt a i{
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.product .pro_show ul li .txt a span{
  font-size: 12px;
  color: #cccccc;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 2px;
}

.product .pro_show ul li .txt a em{
  display: block;
  margin: 3px auto 0  auto;
  background: url(../images/pro_ico1.png) no-repeat center;
  width: 130px;
  height: 17px;
}


.product .pro_show ul li:hover .txt a i{
  color: #1ab289;
}


.product .pro_show ul li:hover .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}


/*ys*/


.ys_bg{
  width: 100%;
  margin: 0px auto 0 auto;
  background: url(../images/ys_bg.jpg) no-repeat center;
  height: 1093px;
  position: relative;
}


.ys_bg .ys{
  width: 1300px;
  margin: 0 auto;
  position: relative;
  padding-top: 280px;
}

.ys_bg .ys .ys_t{
  position: absolute;
  left: -30px;
  top: 165px;
  padding-left: 30px;
  background: url(../images/ys_title.png) no-repeat top left;
  height: 250px;
  z-index: 5;
}

.ys_bg .ys .ys_t h3{
  font-size: 42px;
  color: #ffffff;
}

.ys_bg .ys .ys_t span{
  display: block;
  margin-top: 40px;
}

.ys_bg .ys .ys_t p{
  font-size: 24px;
  color: #ffffff;
  margin-top: 18px;
}

.ys_bg .ys .ys_box{
  margin: 0 auto;
  position: relative;
}


.ys_bg .ys .ys_box .bd{
  margin: 280px auto 0 auto;
  float: left;
  width: 490px;

}



.ys_bg .ys .ys_box .bd ul li{
  float: left;
  width: 490px;
}

.ys_bg .ys .ys_box .bd ul li .txt{
  width: 490px;

}

.ys_bg .ys .ys_box .bd ul li .txt h5{
  width: 237px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 45px;
  background: #1ab289;
  font-size: 24px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: bold;
}


.ys_bg .ys .ys_box .bd ul li .txt em{
  display: block;
  margin: 35px 0 18px 0;
  background: url(../images/buttom4.png) no-repeat  center;
  width: 33px;
  height: 5px;
}


.ys_bg .ys .ys_box .bd ul li .txt p{
  font-size: 15px;
  line-height: 36px;
  color: #c6dad9;
}

.ys_bg .ys .ys_box .ys_img{
  width: 373px;
  height: 743px;
  position: absolute;
  top: 0;
  right: 150px;
}

.ys_bg .ys .ys_box .ys_img img{
  width: 373px;
  height: 743px;
  
}

.ys_bg .ys .ys_box .hd{
  position: absolute;
  z-index: 5;
  top: 570px;
  left: 0;
  width: 323px;
  height: 36px;
  background: url(../images/buttom5.png) no-repeat center;
}

.ys_bg .ys .ys_box .hd .next{
  float: left;
  padding-left: 52px;
  font-size: 12px;
  line-height: 36px;
  color: #ffffff;
  font-family: "Arial";
  text-transform: uppercase;
  height: 36px;
  background: url(../images/ys_left.png) no-repeat left center;
  cursor: pointer;
}


.ys_bg .ys .ys_box .hd .prev{
  float: right;
  padding-right: 52px;
  font-size: 12px;
  line-height: 36px;
  color: #ffffff;
  font-family: "Arial";
  text-transform: uppercase;
  height: 36px;
  background: url(../images/ys_right.png) no-repeat right center;
  cursor: pointer;
}


.ys_bg .ys_ico{
  position: absolute;
  right: 0;
  top: -125px;
  width: 462px;
  height: 606px;

}

/*case*/

.case_bg{
  width: 100%;
  margin: 0px auto 0 auto;
  background: url(../images/case_bg.jpg) no-repeat center;
  height: 1012px;
  overflow: hidden;
  position: relative;
}

.case_bg .case_t{
  width: 1300px;
  margin: 0 auto;
  height: 122px;
  padding-top: 80px;
}

.case_bg .case_t .title{
  float: left;
}

.case_bg .case_t .t_tel{
  float: right;
  text-align: right;
  background: url(../images/tel1.png) no-repeat right top;
  margin: 35px 120px 0 0;
  padding-right: 25px;
  min-width: 328px;
} 

.case_bg .case_t .t_tel span{
  display: block;
  font-size: 16px;
  color: #666666;
}

.case_bg .case_t .t_tel i{
  display: block;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 3px;
}

.case_bg .case_box{
  width: 100%;
  margin: 0 auto;
  position: relative;
} 

.case_bg .case_box #certify{
  width: 100%;
  margin: 0 auto;
  position: relative;

}

#certify .swiper-container {
  padding: 20px 0;
}

.case_bg .case_box #certify .swiper-slide{
  position: relative;
  width: 1300px;
  height: 623px;

}

.case_bg .case_box #certify .swiper-slide .nr{

}

.case_bg .case_box #certify .swiper-slide .pic{
  width: 772px;
  height: 518px;
  border: 1px solid #eeeeee;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 35px auto 0 auto;

}

.case_bg .case_box #certify .swiper-slide-next .pic{
  margin: 35px 0 0 175px;
}

.case_bg .case_box #certify .swiper-slide .pic img{
  width: 750px;
  height: 494px;
  margin: 12px 11px;

}

.case_bg .case_box #certify .swiper-slide .nr_on{
  position: absolute;
  left: 0px;
  top: 0;
  width: 1178px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}

.case_bg .case_box #certify .swiper-slide .nr_on .case_img{
  width: 750px;
  height: 494px;
  border: 1px solid #f3f3f3;
  margin-top: 50px;
}

.case_bg .case_box #certify .swiper-slide .nr_on .case_img img{
  width: 710px;
  height: 454px;
  margin: 20px;

}

.case_bg .case_box #certify .swiper-slide .nr_on .txt{
  position: absolute;
  right: 0;
  top: 0;
  width: 334px;
  height: 623px;
  background: #fff url(../images/buttom7.png) no-repeat 380px 105px ;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
  padding: 0 80px;
  text-align: right;
  overflow: hidden;
}

.case_bg .case_box #certify .swiper-slide .nr_on .txt h5 a{
  font-size: 20px;
  color: #333;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 127px;
}

.case_bg .case_box #certify .swiper-slide .nr_on .txt em{
  display: inline-block;
  width: 34px;
  height: 1px;
  background: #434343;
  margin-top: 23px;

}

.case_bg .case_box #certify .swiper-slide .nr_on .txt p{
  font-size: 15px;
  color: #666666;
  line-height: 36px;
  height: 144px;
  overflow: hidden;
  margin-top: 15px;

}

.case_bg .case_box #certify .swiper-slide .nr_on .txt .more{
  display: block;
  float: right;
  margin-top: 60px;
  width: 148px;
  height: 44px;
  border-radius: 45px;
  background: #1ab289;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 60px;
}

.case_bg .case_box #certify .swiper-slide .nr_on .txt i{
  position: absolute;
  right: -30px;
  bottom: 0px;
  font-size: 210px;
  color: #fff;
  font-family: Arial Black;
  text-stroke:1px #f3f3f3;
  -webkit-text-stroke:1px #f3f3f3;
  line-height: 100px;
}

.case_bg .case_box #certify .swiper-slide-active .pic{
  opacity: 0;
}

.case_bg .case_box #certify .swiper-slide-active .nr_on{
  opacity: 1;
}


.case_bg .case_box #certify .case_button{
  position: absolute;
  left: 17%;
  top: 610px;
  width: 323px;
  height: 36px;
  background: url(../images/buttom6.png) no-repeat center;
  z-index: 5;
}

.case_bg .case_box #certify .case_button .swiper-button-prev{
  float: right;
  position: relative;
  padding-right: 27px;
  font-size: 12px;
  line-height: 36px;
  color: #333333;
  font-family: "Arial";
  text-transform: uppercase;
  height: 36px;
  background: url(../images/right1.png) no-repeat right center;
  cursor: pointer;
  width: 100px;
  right: 0;
}

.case_bg .case_box #certify .case_button .swiper-button-next{
  float: left;
  position: relative;
  padding-left: 27px;
  font-size: 12px;
  line-height: 36px;
  color: #333333;
  font-family: "Arial";
  text-transform: uppercase;
  height: 36px;
  background: url(../images/left1.png) no-repeat left center;
  cursor: pointer;
  width: 100px;
  left: 0;
}


.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {

  content: 'prev';
  display: none;

}



.swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after {
  display: none;
  content: 'next';

}



/*about*/


.ab_bg{
  width: 100%;
  margin: 0px auto 0 auto;
  background: url(../images/ab_bg.jpg) no-repeat center;
  height: 1005px;
  overflow: hidden;
  position: relative;
}


.ab_bg .about{
  width: 1300px;
  margin: 0 auto;
  position: relative;
  padding-top: 105px;
}


.ab_bg .about .ab_l{
  float: left;
  width: 470px;
  margin-top: 15px;
}

.ab_bg .about .ab_l .title h3{
  color: #fff;

}

.ab_bg .about .ab_l .title p{
  color: #b2cccc;
}


.ab_bg .about .ab_l .ry{
  margin-top: 170px;
}


.ab_bg .about .ab_l .ry .txt{
  background: url(../images/buttom3.png) no-repeat top left;
  padding-top: 40px;

}

.ab_bg .about .ab_l .ry .txt a{
  display: block;
  font-size: 58px;
  color: #ffffff;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  line-height: 48px;
  height: 96px;
  overflow: hidden;
  width: 365px;

}


.ab_bg .about .ab_l .ry .pic{
  width: 366px;
  height: 228px;
  background: #ffffff;
  margin: 40px 0 0 0;
}


.ab_bg .about .ab_l .ry .pic img{
  width: 346px;
  height: 208px;
  margin: 10px;
}

.ab_bg .about .ab_r{
  float: right;
  margin-right: -165px;
  width: 905px;
}


.ab_bg .about .ab_r .txt{
  height: 205px;
}

.ab_bg .about .ab_r .txt .txt_l{
  float: left;
  width: 740px;
}


.ab_bg .about .ab_r .txt .txt_l h5{
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
  font-weight: bold;
}

.ab_bg .about .ab_r .txt .txt_l p{
  font-size: 15px;
  line-height: 36px;
  color: #d3e1e1;
  height: 108px;
  overflow: hidden;
  margin-top: 10px;
}

.ab_bg .about .ab_r .txt .more{
  float: right;
  margin-top: 28px;
   width: 89px;
  height: 89px;
  border-radius: 50%;
  filter: drop-shadow(0px 7px 25.5px rgba(6,28,87,0.3));
  background: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
} 


.ab_bg .about .ab_r .txt .more a{
  display: block;
  text-align: center;
   font-size: 14px;
   color: #267472;
   text-transform: uppercase;
   font-weight: bold;
   font-family: 'Times New Roman', Times, serif;
   background: url(../images/more2.png) no-repeat center 22px;
   padding-top: 53px;
}

.ab_bg .about .ab_r .txt .more:hover{
  transform: translateY(-15px);
}

.ab_bg .about .ab_r .ab_img{
  width: 875px;
  height: 450px;
  margin-left: 15px;
  margin-top: 26px;

}


.ab_bg .about .ab_r .ab_img img{
  width: 875px;
  height: 450px;
} 





/*news*/


.news_bg{
  width: 100%;
  margin: 0px auto 0 auto;
  background: url(../images/news_bg.jpg) no-repeat center;
  height: 1024px;
  overflow: hidden;
  position: relative;
}


.news_bg .news{
  width: 1300px;
  margin: 0 auto;
  position: relative;
  padding-top: 85px;
}



.news_bg .news .news_t{
  height: 160px;
}

.news_bg .news .news_t .title{
  float: left;
}


.news_bg .news .news_t .news_list{
  float: right;
  margin-top: 40px;
}

.news_bg .news .news_t .news_list ul li{
  float: left;
  margin-left: 100px;
  line-height: 24px;
}

.news_bg .news .news_t .news_list ul li a{
  display: block;
  font-size: 18px;
  color: #333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_t .news_list ul li a img{
  vertical-align: middle;
  margin-right: 10px;
}

.news_bg .news .news_t .news_list ul li.casehover a{

  font-weight: bold;
}


.news_bg .news .news_box{
  margin: 0 auto;
} 



.news_bg .news .news_box .news_top{
  height: 500px;
  overflow: hidden;

}


.news_bg .news .news_box .news_top .news_l{
  float: left;
  width: 537px;
  height: 500px;
  position: relative;
}


.news_bg .news .news_box .news_top .news_l .bd{
  width: 537px;
}


.news_bg .news .news_box .news_top .news_l .bd ul li{
  float: left;
  width: 537px;
  height: 500px;
}

.news_bg .news .news_box .news_top .news_l .bd ul li .news_img{
  width: 537px;
  height: 262px;
  background: #bfbfbf;
}


.news_bg .news .news_box .news_top .news_l .bd ul li .news_img img{
  width: 537px;
  height: 262px;
}


.news_bg .news .news_box .news_top .news_l .bd ul li .txt{
  margin-top: 30px;

}


.news_bg .news .news_box .news_top .news_l .bd ul li .txt h5 a{
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_box .news_top .news_l .bd ul li:hover .txt h5 a{
  color: #1ab289;
}

.news_bg .news .news_box .news_top .news_l .bd ul li .txt p{
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  height: 60px;
  overflow: hidden;
  margin-top: 5px;
}

.news_bg .news .news_box .news_top .news_l .bd ul li .txt .more{
  display: block;
  float: right;
  margin-top: 30px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  position: relative;
  z-index: 5;
  padding-left: 20px;
  padding-top: 15px;
}

.news_bg .news .news_box .news_top .news_l .bd ul li .txt .more::after{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 46px;
  height: 46px;
  content: "";
  border-radius: 50%;
  z-index: -1;
  background: #e5f6f1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.news_bg .news .news_box .news_top .news_l .hd{
  position: absolute;
  left: 0;
  top: 450px;
  z-index: 5;

}


.news_bg .news .news_box .news_top .news_l .hd ul li{
  float: left;
  margin-right: 5px;
  width: 6px;
  height: 6px;
  background: #d2d2d2;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
  line-height: 99px;
}

.news_bg .news .news_box .news_top .news_l .hd ul li.on{
  background: #000000;
}



.news_bg .news .news_box .news_top .news_r{
  float: right;
  width: 660px;
}

.news_bg .news .news_box .news_top .news_r ul li{
  width: 660px;
  height: 200px;
  margin-bottom: 60px;
}


.news_bg .news .news_box .news_top .news_r ul li .time{
  float: left;
  width: 116px;
  border-top: 1px solid #000000;
}


.news_bg .news .news_box .news_top .news_r ul li .time span{
  display: block;
  font-size: 30px;
  color: #333333;
  font-family: "Arial";
  line-height: 26px;
  padding-top: 30px;
}


.news_bg .news .news_box .news_top .news_r ul li .txt{
  float: right;
  width: 520px;
  border-top: 1px solid #000000;
  padding-top: 30px;

}

.news_bg .news .news_box .news_top .news_r ul li .txt h5 a{
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_box .news_top .news_r ul li .txt p{
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  height: 60px;
  overflow: hidden;
  margin-top: 5px;
}

.news_bg .news .news_box .news_top .news_r ul li .txt .more{
  display: block;
  float: right;
  margin-top: 30px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  position: relative;
  z-index: 5;
  padding-left: 20px;
  padding-top: 15px;
}

.news_bg .news .news_box .news_top .news_r ul li .txt .more::after{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 46px;
  height: 46px;
  content: "";
  border-radius: 50%;
  z-index: -1;
  background: #e5f6f1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_box .news_top .news_r ul li:hover .txt h5 a{
  color: #1ab289;
}



.news_bg .news .news_box .list{
  margin: 0 auto;
  width: 1300px;
  height: 135px;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

.news_bg .news .news_box .list ul li{
  float: left;
  width: 433px;
  height: 135px;
}


.news_bg .news .news_box .list ul li .time{
  float: left;
  width: 160px;
  height: 135px;
  background: url(../images/news_xt.png) no-repeat  right center;
  position: relative;
}

.news_bg .news .news_box .list ul li .time span{
  display: block;
  font-size: 20px;
  color: #999999;
  font-family: Arial Black;
  line-height: 135px;
}

.news_bg .news .news_box .list ul li .time .news_img{
  position: absolute;
  left: 0;
  top: 22px;
  width: 0px;
  height: 90px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}

.news_bg .news .news_box .list ul li .time .news_img img{
  width: 130px;
  height: 90px;
}

.news_bg .news .news_box .list ul li .txt{
  float: left;
  width: 200px;
  margin: 22px 0 0 30px;
} 

.news_bg .news .news_box .list ul li .txt a{
  font-size: 16px;
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 18px 0 12px 0;
}

.news_bg .news .news_box .list ul li .txt em{
  display: block;
  font-size: 14px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
}


.news_bg .news .news_box .list ul li:hover .time .news_img{
  width: 130px;
  opacity: 1;
}

.news_bg .news .news_box .list ul li:hover .txt a{
  color: #1ab289;
}