/*-----------------------------------------------------------*/
/*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*/
.fullSlide {
  width: 100%;
  position: relative;
  height: 920px;
  background: #fff;
  overflow: hidden;
}

.fullSlide .bd {
  width: 100%;
  height: 920px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}


.fullSlide .bd ul {
  width: 100%;
}

.fullSlide .bd li {
  width: 100%;
  height: 920px;
  overflow: hidden;
  text-align: center;
}

.fullSlide .bd li a {
  display: block;
  height: 920px;
}

.fullSlide .hd {
  position: absolute;
  z-index: 2;
  bottom: 220px;
  left: 16%;
  height: 30px;
  text-align: center;
}

.fullSlide .hd ul {}

.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  width: 12px;
  height: 12px;
  margin: 0 10px 0 0;
  overflow: hidden;
  line-height: 99px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background: url(../images/buttom2.png) no-repeat center;
}

.fullSlide .hd ul .on {
  background: url(../images/buttom1.png) no-repeat center;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}


.fullSlide .next {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 50%;
  z-index: 2;
  background: url(../images/bannerR.png) no-repeat center;
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  opacity: .8;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  right: 4%;
}

.fullSlide .prev {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 50%;
  z-index: 2;
  background: url(../images/bannerL.png) no-repeat center;
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  opacity: .8;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  left: 4%;
}

.banner_box {
  width: 100%;
  position: relative;
  height: 920px;
  background: #fff;
  overflow: hidden;
  top: 0px;
}

.banner_box .tel_box {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 45px;
  z-index: 9;
}

.banner_box .tel_box .tel {
  width: 1280px;
  margin: 0 auto;
  padding-left: 60px;
  background: url(../images/tel.png) no-repeat left center;
  font-size: 18px;
  color: #333333;
  height: 32px;
  line-height: 32px;

}

.banner_box .tel_box .tel i {
  font-size: 32px;
  color: #0059ab;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}



/*title*/

.title {
  height: 50px;
}

.title .t_l {
  float: left;
}

.title .t_l h3 {
  font-size: 20px;
  color: #333333;
  letter-spacing: 3px;

}

.title .title_more {
  float: right;
  text-align: right;
  margin-top: 5px;
  width: 126px;
  background: url(../images/more.png) no-repeat left top;
  padding-top: 18px;
}

.title .title_more a {
  display: block;
  font-size: 16px;
  color: #666666;
  letter-spacing: 2px;
}


/*product*/

.pro_bg {
  width: 100%;
  margin: 0px auto 0 auto;
  height: 1210px;
  background: url(../images/pro_bg.jpg) no-repeat center;
}

.pro_bg .product {
  width: 1280px;
  margin: 0 auto;
  padding-top: 80px;
}

.pro_bg .product .title {
  margin: 0 auto;
  height: 50px;
}

.pro_bg .product .title .t_l {
  height: 48px;
  background: url(../images/pro_t.png) no-repeat left top;
}

.pro_bg .product .title .t_l h3 {
  padding: 20px 0 0 257px;
}

.pro_bg .product .pro_list {
  margin: 60px auto 0 auto;
  height: 100px;
  width: 1280px;
  background: #fff;
  border-radius: 95px;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 89, 171, .05);
  box-shadow: 0 0 8px 6px rgba(0, 89, 171, .05);
}

.pro_bg .product .pro_list ul li {
  float: left;
  width: 255px;
  height: 100px;
  line-height: 100px;
  background: url(../images/pro_xt.png) no-repeat right center;
}

.pro_bg .product .pro_list ul li:last-child {
  background: none;
}

.pro_bg .product .pro_list ul li a {
  font-size: 16px;
  color: #333333;
  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;
  text-align: center;
}

.pro_bg .product .pro_list ul li a i {
  display: inline-block;
  vertical-align: middle;
  background: url(../images/pro_ico1.png) no-repeat center;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_list ul li.on a {
  color: #0059ab;

}

.pro_bg .product .pro_list ul li.on a i {
  background: url(../images/pro_ico2.png) no-repeat center;
}

.pro_bg .product .pro_box {
  margin: 60px auto 0 auto;
  width: 1360px;

}

.pro_bg .product .pro_box ul li {
  float: left;
  width: 380px;
  margin: 0 70px 40px 0;
}

.pro_bg .product .pro_box ul li .pic {
  width: 380px;
  height: 284px;
  border: 1px solid #dddddd;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 12px;
}

.pro_bg .product .pro_box ul li .pic img {
  width: 360px;
  height: 264px;
  margin: 10px;
  border-radius: 12px;
}

.pro_bg .product .pro_box ul li .txt {
  margin: 27px auto 0 auto;
  height: 60px;
  border-bottom: 1px solid #dddddd;
  padding: 0 10px;
  width: 360px;
  position: relative;
}

.pro_bg .product .pro_box ul li .txt h5 {
  float: left;
  width: 260px;

}

.pro_bg .product .pro_box ul li .txt h5 a {
  display: block;
}

.pro_bg .product .pro_box ul li .txt h5 a span {
  font-size: 16px;
  color: #333333;
  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;
}

.pro_bg .product .pro_box ul li .txt h5 a i {
  font-size: 14px;
  color: #aaaaaa;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pro_bg .product .pro_box ul li .txt .more {
  display: block;
  float: right;
  background: url(../images/more1.png) no-repeat center;
  width: 30px;
  height: 30px;
}

.pro_bg .product .pro_box ul li .txt::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 1px;
  background: #0059ab;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box ul li:hover .txt::after {
  width: 100%;
}

.pro_bg .product .pro_box ul li:hover .txt h5 a span {
  color: #0059ab;
}

.pro_bg .product .pro_box ul li:hover .pic {
  border: 1px solid #0059ab;

}



/*ys*/

.ys_bg {
  width: 100%;
  margin: 0 auto;
  height: 982px;
  background: url(../images/ys_bg.jpg) no-repeat center;
}

.ys_bg .ys {
  width: 1280px;
  margin: 0 auto;
  padding-top: 78px;
}

.ys_bg .ys .title {
  margin: 0 auto;
  text-align: center;
  height: 160px;
}

.ys_bg .ys .title .t_l {
  text-align: center;
  margin: 0 auto;
  float: none;
}

.ys_bg .ys .title .t_l img {
  display: block;
  margin: 0 auto;
}

.ys_bg .ys .ys_box {
  margin: 0px auto 0 auto;
  position: relative;
}

.ys_bg .ys .ys_box ul li {
  width: 290px;

}

.ys_bg .ys .ys_box ul li h5 {
  height: 62px;
}

.ys_bg .ys .ys_box ul li h5 span {
  float: left;
  display: block;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #77bae5;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box ul li h5 span img {
  display: block;
}

.ys_bg .ys .ys_box ul li h5 i {
  float: left;
  margin-left: 20px;
  font-size: 14px;
  color: #999999;
}

.ys_bg .ys .ys_box ul li h5 i em {
  display: block;
  font-size: 20px;
  color: #333333;
  line-height: 26px;
  margin-top: 8px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box ul li p {
  font-size: 14px;
  color: #888888;
  line-height: 24px;
  margin-top: 20px;
}

.ys_bg .ys .ys_box ul li.on h5 span {
  background: #0059ab;
}

.ys_bg .ys .ys_box ul li.on h5 i em {
  font-weight: bold;
}


.ys_bg .ys .ys_box ul li.ys1 {
  position: absolute;
  left: 0px;
  top: 0px;
}


.ys_bg .ys .ys_box ul li.ys2 {
  position: absolute;
  right: 0px;
  top: 0px;
}


.ys_bg .ys .ys_box ul li.ys3 {
  position: absolute;
  left: 0px;
  top: 260px;
}


.ys_bg .ys .ys_box ul li.ys4 {
  position: absolute;
  right: 0px;
  top: 260px;
}


.ys_bg .ys .ys_box .ys_img {
  position: absolute;
  left: 402px;
  top: -10px;
  width: 476px;
  height: 594px;
  animation: ht 2s infinite;
  -moz-animation: ht 2s infinite;
  /* Firefox */



  -webkit-animation: ht 2s infinite;
  /* Safari and Chrome */


  -o-animation: ht 2s infinite;
}

.ys_bg .ys .ys_box .ys_img img {
  width: 476px;
  height: 594px;
}

@keyframes ht {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@-moz-keyframes ht {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@-webkit-keyframes ht {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@-o-keyframes ht {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}


.ys_bg .ys .ys_box .trait {
  position: absolute;
  left: 0px;
  top: 630px;
  line-height: 36px;
  font-size: 18px;
  color: #fff;
}

.ys_bg .ys .ys_box .zx {
  right: 0px;
  top: 630px;
  position: absolute;
}

.ys_bg .ys .ys_box .zx .tel {
  float: left;
  line-height: 36px;
  font-size: 18px;
  color: #fff;
  padding-left: 60px;
  background: url(../images/tel1.png) no-repeat left 7px;
}

.ys_bg .ys .ys_box .zx .tel i {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.ys_bg .ys .ys_box .zx .zixun {
  float: right;
  width: 140px;
  height: 36px;
  line-height: 36px;
  background: #77bae5;
  border-radius: 45px;
  text-align: center;
  margin-left: 40px;
}

.ys_bg .ys .ys_box .zx .zixun a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff;
}



/*case*/

.case {
  width: 1280px;
  margin: 80px auto 0 auto;
  height: 895px;
}

.case .title .t_l {
  height: 49px;
  background: url(../images/case_t.png) no-repeat top left;
}

.case .title .t_l h3 {
  padding: 20px 0 0 210px;
}

.case .case_box {
  margin: 60px auto 0 auto;
  background: url(../images/case_bg.png) no-repeat top left;
  position: relative;
  height: 375px;
}

.case .case_box .bd {
  width: 1210px;
  padding-top: 30px;
  margin-left: 70px;
}

.case .case_box .bd ul li {
  float: left;
  width: 1210px;
  height: 314px;
}

.case .case_box .bd ul li .pic {
  float: left;
  width: 456px;
  height: 314px;
  background: #f6f8fb;
  border-radius: 12px;

}

.case .case_box .bd ul li .pic img {
  width: 436px;
  height: 294px;
  margin: 10px;
  border-radius: 12px;
}

.case .case_box .bd ul li .txt {
  float: right;
  width: 698px;

}

.case .case_box .bd ul li .txt span {
  display: block;
  margin-top: 20px;
  background: url(../images/case_ico.png) no-repeat center;
  width: 410px;
  height: 26px;

}

.case .case_box .bd ul li .txt em {
  display: block;
  width: 698px;
  height: 1px;
  background: #dddddd;
  margin: 23px 0 40px 0;

}

.case .case_box .bd ul li .txt h5 a {
  font-size: 18px;
  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;
}

.case .case_box .bd ul li:hover .txt h5 a {
  color: #0059ab;
}

.case .case_box .bd ul li .txt p {
  margin-top: 17px;
  font-size: 16px;
  color: #666;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  width: 595px;

}

.case .case_box .bd ul li .txt .more {
  display: block;
  margin-top: 38px;
  background: url(../images/more2.png) no-repeat left center;
  font-size: 18px;
  color: #666;
  padding-left: 60px;
  line-height: 46px;
}

.case .case_box .hd {
  position: absolute;
  right: 0px;
  top: 30px;

}

.case .case_box .hd .next {
  float: left;
  border-radius: 50px;
  cursor: pointer;
  background: #0059ab url(../images/left.png) no-repeat center;
  width: 50px;
  height: 50px;

}

.case .case_box .hd .prev {
  float: left;
  border-radius: 50px;
  cursor: pointer;
  background: #77bae5 url(../images/right.png) no-repeat center;
  width: 50px;
  height: 50px;
  margin-left: 10px;
}

.case .case_box .pageState {
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 24px;
  color: #d0d0d0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 20px
}

.case .case_box .pageState::after {
  position: absolute;
  left: 60px;
  top: 26px;
  content: "0";
  font-size: 24px;
  color: #d0d0d0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.case .case_box .pageState span {
  position: relative;
  font-size: 48px;
  color: #0059ab;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  left: 15px;
}

.case .case_box .pageState span::after {
  position: absolute;
  left: -28px;
  top: -8px;
  content: "0";
  font-size: 48px;
  color: #0059ab;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.case .case_show {
  width: 1360px;
  margin: 42px auto 0 auto;
}

.case .case_show ul li {
  float: left;
  width: 300px;
  margin-right: 25px;
}

.case .case_show ul li .pic {
  width: 300px;
  height: 230px;
  border: 1px solid #dddddd;
  border-radius: 8px;

}

.case .case_show ul li .pic img {
  width: 280px;
  height: 210px;
  border-radius: 8px;
  margin: 10px;
}

.case .case_show ul li .txt {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #dddddd;
  position: relative;

}

.case .case_show ul li .txt::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  z-index: -1;
  width: 0%;
  height: 1px;
  background: #0059ab;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_show ul li .txt h5 a {
  float: left;
  width: 240px;
  margin-left: 10px;
  font-size: 18px;
  color: #333333;
  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;
}

.case .case_show ul li .txt .more {
  display: block;
  width: 25px;
  height: 25px;
  background: #dddddd url(../images/more3.png) no-repeat center;
  border-radius: 50%;
  float: right;
  margin-top: 17px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_show ul li:hover .txt h5 a {
  color: #0059ab
}

.case .case_show ul li:hover .txt .more {
  background: #77bae5 url(../images/more4.png) no-repeat center;
}

.case .case_show ul li:hover .txt::after {
  width: 100%;
}


/*about*/


.ab_bg {
  width: 100%;
  margin: 0 auto;
  height: 950px;
  background: url(../images/ab_bg.jpg) no-repeat center;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.ab_bg .about {
  margin: 0 auto;
  padding-top: 80px;
}

.ab_bg .ab_t {
  width: 1280px;
  margin: 0 auto;
  text-align: right;
}

.ab_bg .ab_t .title {
  background: url(../images/ab_t.png) no-repeat top right;
  height: 58px;
  padding-right: 252px;
  display: inline-block;
  text-align: right;
}

.ab_bg .ab_t h3 {
  font-size: 20px;
  color: #333333;
  letter-spacing: 3px;
  padding-top: 30px;
}

.ab_bg .fc {
  margin: 0 auto;
  height: 490px;
  width: 100%;
}

.ab_bg .fc .fc_img {
  margin: 0 auto;
}

.ab_bg .fc .fc_img img {
  display: block;
  margin: 0 auto;
}

.ab_bg .fc ul {
  width: 1280px;
  margin: -310px auto 0 auto;
  position: relative;
  z-index: 5;


}

.ab_bg .fc ul li {
  width: 200px;
  height: 200px;
  float: left;
  border-radius: 50%;
  margin-right: 160px;
}

.ab_bg .fc ul li.fc1 {
  background: url(../images/ab1.jpg) no-repeat center;
}

.ab_bg .fc ul li.fc2 {
  background: url(../images/ab2.jpg) no-repeat center;
  margin-top: 180px;
}

.ab_bg .fc ul li.fc3 {
  background: url(../images/ab3.jpg) no-repeat center;
  margin-top: 55px;
}

.ab_bg .fc ul li.fc4 {
  background: url(../images/ab4.jpg) no-repeat center;
  margin-right: 0;
  margin-top: 130px;
}

.ab_bg .fc ul li a {
  display: block;
  width: 200px;
  height: 200px;
}

.ab_bg .fc ul li a span {
  display: block;
  padding: 40px 0 0 30px;
  font-size: 16px;
  color: #333333;

}

.ab_bg .fc ul li a span i {
  display: block;
  font-size: 12px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  margin-top: 4px;
}

.ab_bg .ab_box {
  margin: 50px auto 0 auto;
  width: 1280px;
}

.ab_bg .ab_box .txt {
  float: left;
  width: 700px;
}

.ab_bg .ab_box .txt h5 {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;

}

.ab_bg .ab_box .txt p {
  margin-top: 20px;
  font-size: 14px;
  color: #b2c7e7;
  line-height: 30px;
  height: 90px;
  overflow: hidden;

}

.ab_bg .ab_box .more {
  float: right;
  margin-top: 30px;
  background: url(../images/more6.png) no-repeat left center;
  width: 149px;
  height: 74px;
  line-height: 74px;
}

.ab_bg .ab_box .more a {
  display: block;
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px;
  padding-left: 25px;
}









/*news*/

.news_bg{
  width: 100%;
  overflow: hidden;
}

.news {
  width: 1280px;
  margin: 80px auto 0 auto;
  height: 738px;
}

.news .news_t {
  height: 70px;
  margin: 0 auto;
}

.news .news_t .title {
  float: left;
}

.news .news_t .title .t_l {
  float: left;
  background: url(../images/news_t.png) no-repeat left top;
  height: 48px;
}

.news .news_t .title .t_l h3 a {
  display: block;
  padding: 20px 0 0 180px;
}

.news .news_t .news_list {
  float: right;
  height: 68px;
}

.news .news_t .news_list ul li {
  float: left;
  position: relative;
  z-index: 5;
  width: 229px;
  height: 68px;
  line-height: 68px;
  border-radius: 5px;
  margin-left: 10px;
}

.news .news_t .news_list ul li a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #333333;
}

.news .news_t .news_list ul li a i {
  vertical-align: middle;
  display: inline-block;
  margin-right: 18px;
  width: 30px;
  height: 30px;
}

.news .news_t .news_list ul li.n1 a i {
  background: url(../images/news1.png) no-repeat center;
}

.news .news_t .news_list ul li.n2 a i {
  background: url(../images/news2.png) no-repeat center;
}

.news .news_t .news_list ul li.n3 a i {
  background: url(../images/news3.png) no-repeat center;
}

.news .news_t .news_list ul li::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  z-index: -1;
  width: 0%;
  height: 100%;
  border-radius: 5px;
  background: #0059ab;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_t .news_list ul li.casehover::after {
  width: 100%;

}

.news .news_t .news_list ul li.casehover a {
  color: #fff;

}

.news .news_t .news_list ul li.n1.casehover a i {
  background: url(../images/news11.png) no-repeat center;
}

.news .news_t .news_list ul li.n2.casehover a i {
  background: url(../images/news22.png) no-repeat center;
}

.news .news_t .news_list ul li.n3.casehover a i {
  background: url(../images/news33.png) no-repeat center;
}

.news .news_box {
  margin: 60px auto 0 auto;
  width: 1280px;
}

.news .news_box .news_top {
  width: 1360px;
  margin: 0 auto;
  height: 370px;
}

.news .news_box .news_top ul li {
  float: left;
  width: 260px;
  height: 370px;
  border: 1px solid #e0e0e0;
  margin-right: 25px;
  padding: 0 20px;
}

.news .news_box .news_top ul li .txt {
  width: 260px;
  height: 175px;
  position: relative;
}

.news .news_box .news_top ul li .txt span {
  display: block;
  font-size: 16px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 23px;
}

.news .news_box .news_top ul li .txt span i {
  font-size: 32px;
  color: #333333;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.news .news_box .news_top ul li .txt a {
  font-size: 16px;
  color: #333333;
  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: 20px 0 12px 0;
}

.news .news_box .news_top ul li .txt p {
  font-size: 15px;
  color: #888888;
  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 .news_box .news_top ul li .news_img {
  width: 260px;
  height: 174px;
  margin: 0 auto;

}

.news .news_box .news_top ul li .news_img img {
  width: 260px;
  height: 174px;
}

.news .news_box .news_top ul li .txt::after {
  position: absolute;
  left: -20px;
  top: 95px;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 3px;
  height: 0px;
  background: #0059ab;
}

.news .news_box .news_top ul li:hover .txt::after {
  height: 53px;
}

.news .news_box .news_top ul li:hover .txt a {
  color: #0059ab;
}

.news .news_box .list {
  width: 1280px;
  margin: 40px auto 0 auto;
  border: 1px solid #f3f3f3;
  height: 74px;
  padding: 23px 0;

}

.news .news_box .list ul li {
  float: left;
  width: 390px;
  height: 74px;
  border-right: 1px solid #eaeaea;
  margin: 0 0 0 35px;

}

.news .news_box .list ul li:last-child {
  border-right: none;
}

.news .news_box .list ul li h5 {
  width: 355px;
  height: 26px;
  margin-top: 5px;

}

.news .news_box .list ul li h5 a {
  display: block;
  line-height: 26px;
}

.news .news_box .list ul li h5 a span {
  font-size: 16px;
  color: #333333;
  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;
  float: left;
  width: 280px;
}

.news .news_box .list ul li h5 a em {
  display: block;
  float: right;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #cccccc url(../images/more5.png) no-repeat center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .list ul li i {
  display: block;
  font-size: 14px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 13px;
}

.news .news_box .list ul li:hover h5 a em {
  background: #0059ab url(../images/more5.png) no-repeat center;
}

.news .news_box .list ul li:hover h5 a span {
  color: #0059ab;
}

.abouts {
  min-height: 290vh;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}