/*-----------------------------------------------------------*/
/*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 auto;

}

.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: auto;
  width: 100%;
  bottom: 40px;
  left: 0;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 50%;
  display: block;
  background: #eee;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  display: inline-block;
}


.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #184299;
}



/* t_title */

.t_title {
  margin: 0 auto;
  text-align: center;
}

.t_title h3 {
  margin: 0 auto;
}

.t_title h3 img {
  display: block;
  margin: 0 auto;
}

.t_title h3 a {
  display: block;
}


.t_title span {
  display: block;
  font-size: 18px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  background: url(../images/title.png) center no-repeat;
  margin: 8px auto 0 auto;
}




/* pro_hot */

.pro_hot {
  width: 100%;
  margin: 20px auto 0 auto;
}

.pro_hot ul {
  width: 98%;
  margin: 0 auto;
}

.pro_hot ul li {
  float: left;
}

.pro_hot ul li .txt h5 a {
  font-size: 36px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_hot ul li:hover .txt h5 a {
  color: #184299;
}

.pro_hot ul li .txt p {
  font-size: 15px;
  color: #666666;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  margin-top: 5px;

}

.pro_hot ul li .txt .more {
  display: block;
  font-size: 18px;
  color: #666666;
}


.pro_hot ul li .pic {
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_hot ul li:hover .pic {
  transform: translateY(-10px);
}

.pro_hot ul li:nth-child(1) {
  width: 49%;
  height: 855px;
  background: url(../images/pro_list1.jpg) center no-repeat;

}

.pro_hot ul li:nth-child(1) .txt {
  margin: 0 0 0 30%;
  padding-top: 120px;
  width: 52%;
  text-align: center;
}

.pro_hot ul li:nth-child(1) .txt .more {
  margin: 20px auto 0 auto;
  text-align: center;
}

.pro_hot ul li:nth-child(1) .pic {
  width: 377px;
  height: 335px;
  margin: 80px 0 0 30%;
}

.pro_hot ul li:nth-child(1) .pic img {
  width: 377px;
  height: 335px;
}


.pro_hot ul li:nth-child(2) {
  width: 50%;
  height: 420px;
  background: url(../images/pro_list1.jpg) center no-repeat;
  margin-bottom: 15px;
  float: right;
}


.pro_hot ul li:nth-child(3) {
  width: 50%;
  height: 420px;
  background: url(../images/pro_list1.jpg) center no-repeat;
  float: right;
}


.pro_hot ul li:nth-child(2) .txt,
.pro_hot ul li:nth-child(3) .txt {
  float: left;
  margin-top: 110px;
  margin-left: 10%;
  width: 44%;
}

.pro_hot ul li:nth-child(2) .txt .more,
.pro_hot ul li:nth-child(3) .txt .more {
  margin-top: 30px;
}


.pro_hot ul li:nth-child(2) .pic,
.pro_hot ul li:nth-child(3) .pic {
  float: left;
  width: 283px;
  height: 316px;
  margin: 50px 0 0 8%;
}

.pro_hot ul li:nth-child(2) .pic img,
.pro_hot ul li:nth-child(3) .pic img {
  width: 283px;
  height: 316px;
  object-fit: contain;
}

/* product */

.pro_bg {
  width: 100%;
  margin: 20px auto 0 auto;
  background: url(../images/pro_bg.jpg) center no-repeat;
  height: 1010px;
}

.pro_bg .product {
  margin: 0 auto;
  width: 1300px;
  padding-top: 70px;
}


.pro_bg .product .t_title {
  height: 115px;

}

.pro_bg .product .pro_list {
  width: 1360px;
  height: 120px;
}

.pro_bg .product .pro_list ul li {
  float: left;
  width: 150px;
  height: 120px;
  background: #fff;
  margin-right: 14px;
  position: relative;
  z-index: 5;
}

.pro_bg .product .pro_list ul li a {
  display: block;
  text-align: center;
  padding-top: 20px;
}

.pro_bg .product .pro_list ul li a span {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 38px;
  background: url(../images/pro_ico2.png) center no-repeat;
  -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 a i {
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 10px auto 0 auto;
}

.pro_bg .product .pro_list ul li::after {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0%;
  content: "";
  z-index: -1;
  background: #184299;
  -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::after {
  height: 100%;
}

.pro_bg .product .pro_list ul li.on a span {
  background: url(../images/pro_ico1.png) center no-repeat;
}

.pro_bg .product .pro_list ul li.on a i {
  color: #fff;
  font-weight: bold;

}

.pro_bg .product .pro_box {
  margin: 40px auto 0 auto;
  width: 1360px;
}


.pro_bg .product .pro_box ul li {
  float: left;
  margin: 0 33px 10px 0;
  width: 300px;
}

.pro_bg .product .pro_box ul li .pic {
  width: 300px;
  height: 240px;
  background: #dde7ee;
  position: relative;
  z-index: 5;

}

.pro_bg .product .pro_box ul li .pic img {
  width: 280px;
  height: 220px;
  margin: 10px;
}

.pro_bg .product .pro_box ul li .txt {
  margin: 0 auto;
  height: 52px;
  line-height: 52px;
  text-align: center;

}

.pro_bg .product .pro_box ul li .txt a {
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -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 .pic::after {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0%;
  content: "";
  z-index: -1;
  background: #184299;
  -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 .pic::after {
  height: 100%;
}


/* ys */

.ys_bg {
  margin: 0 auto;
  background: url(../images/ys_bg.jpg) no-repeat center;
  height: 938px;
  overflow: hidden;
}

.ys_bg .ys {
  margin: 0 auto;
  width: 1300px;
  padding-top: 80px;

}

.ys_bg .ys .t_title span {
  color: #fff;
  background: url(../images/ys_title.png) no-repeat center;
}


.ys_bg .ys .ys_box {
  position: relative;
  margin: 85px auto 0 auto;
  background: url(../images/ys_xt.png) no-repeat center 160px;
}


.ys_bg .ys .ys_box .ys_img {
  width: 469px;
  height: 469px;
  position: relative;
  margin: 0 auto;

}

.ys_bg .ys .ys_box .ys_img img {
  width: 469px;
  height: 469px;
  display: block;
  margin: 0 auto;
}

.ys_bg .ys .ys_box span {
  display: block;
  width: 469px;
  height: 469px;
  position: absolute;
  left: 0;
  top: 0px;
  background: url(../images/ys_list.png) no-repeat center;
  z-index: 5;
  animation: msClock1 30s linear infinite;
  animation: msClock1 30s linear infinite;
}


.ys_bg .ys .ys_box .hd {
  position: absolute;
  left: 0;
  top: 25px;
  width: 1300px;
}

.ys_bg .ys .ys_box .hd ul li {
  width: 350px;
  height: 180px;

}

.ys_bg .ys .ys_box .hd ul li h5 {
  width: 122px;
  height: 42px;
  line-height: 42px;
  border: 1px dashed #535b72;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  color: #fff;

}

.ys_bg .ys .ys_box .hd ul li p {
  font-size: 15px;
  color: #fff;
  line-height: 28px;
  margin-top: 15px;
}


.ys_bg .ys .ys_box .hd ul li:nth-child(1) {
  position: absolute;
  left: 0;
  top: 0px;

}

.ys_bg .ys .ys_box .hd ul li:nth-child(2) {
  position: absolute;
  right: 0;
  top: 0px;
}

.ys_bg .ys .ys_box .hd ul li:nth-child(3) {
  position: absolute;
  left: 0;
  top: 245px;
}

.ys_bg .ys .ys_box .hd ul li:nth-child(4) {
  position: absolute;
  right: 0;
  top: 245px;
}

.ys_bg .ys .ys_box .ys_trait {
  margin: 105px auto 0 auto;
  text-align: center;
}

.ys_bg .ys .ys_box .ys_trait ul li {
  width: 155px;
  margin: 0 auto;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  line-height: 32px;
  background: url(../images/buttom3.png) no-repeat right center;
}


@keyframes msClock1 {
  0% {
    transform: rotate(0) scale(1);
  }

  100% {
    transform: rotate(360deg) scale(1);
  }
}



/* case */

.case {
  width: 1300px;
  margin: 80px auto auto;

}

.case .t_title {
  height: 120px;
}


.case .case_box {
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.case .case_box::after {
  position: absolute;
  top: 478px;
  left: 0%;
  content: "";
  width: 100%;
  height: 1px;
  background: #dddddd;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .mySwiper {
  overflow: hidden;
}

.case .case_box .mySwiper .swiper-slide {
  position: relative;
  padding: 0px 0 0 0;

}

.case .case_box .mySwiper .swiper-slide .nr {
  border: 1px solid #dddddd;
  height: 420px;
  width: 99.5%;

}

.case .case_box .mySwiper .swiper-slide .nr .pic {
  width: 95%;
  height: 280px;
  margin: 10px auto 0 auto;
  position: relative;

}

.case .case_box .mySwiper .swiper-slide .nr .pic img {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;

}

.case .case_box .mySwiper .swiper-slide .nr .txt {
  width: 95%;
  margin: 0 auto;
}



.case .case_box .mySwiper .swiper-slide .nr .txt h5 a {
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 15px;
}

.case .case_box .mySwiper .swiper-slide .nr .txt span {
  display: block;
  font-size: 14px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 3px;
}

.case .case_box .mySwiper .swiper-slide .nr .txt .more {
  border-top: 1px solid #dddddd;
  position: relative;
  z-index: 5;
  height: 52px;
  margin-top: 15px;
}

.case .case_box .mySwiper .swiper-slide .nr .txt .more::after {
  position: absolute;
  top: -1px;
  left: 0%;
  content: "";
  width: 0%;
  height: 1px;
  background: #184299;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .mySwiper .swiper-slide .nr .txt .more a {
  display: block;
  font-size: 14px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 50px;
  background: url(../images/more.png) no-repeat right center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .mySwiper .swiper-slide .case_name {
  margin: 23px auto 0 auto;
  text-align: center;

}

.case .case_box .mySwiper .swiper-slide .case_name span {
  display: block;
  width: 23px;
  height: 45px;
  background: url(../images/buttom1.png) no-repeat center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0 auto 10px auto;
}

.case .case_box .mySwiper .swiper-slide .case_name a {
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0 auto;
  width: 80%;
  text-align: center;
}


.case .case_box .mySwiper .swiper-slide-next .nr .txt h5::after {
  width: 100%;
}

.case .case_box .mySwiper .swiper-slide-next .nr .txt .more a {
  color: #184299;
}

.case .case_box .mySwiper .swiper-slide-next .case_name a {
  color: #184299;
  font-weight: bold;

}

.case .case_box .mySwiper .swiper-slide:hover .nr .more::after {
  width: 100%;
}

.case .case_box .mySwiper .swiper-slide:hover .nr .txt h5 a {
  color: #184299;
}


.case .case_box .swiper-button-next {
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: url(../images/right.png) no-repeat center;
  top: 447px;
  right: 0;
  margin-top: 0;
}


.case .case_box .swiper-button-prev {
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: url(../images/left.png) no-repeat center;
  top: 447px;
  left: 0;
  margin-top: 0;
}

.swiper-button-next::after,
.swiper-container-rtl .swiper-button-prev::after {
  content: 'next';
  display: none;
}

.swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after {
  content: 'prev';
  display: none;
}





/* about */

.ab_bg {
  width: 100%;
  height: 800px;
  margin: 78px auto 0 auto;
  background: url(../images/ab_bg.jpg) no-repeat center;
  overflow: hidden;
}

.ab_bg .about {
  width: 1300px;
  margin: 0 auto;
  padding-top: 80px;
}

.ab_bg .about .t_title {
  height: 105px;

}

.ab_bg .about .ab_box {
  margin: 0 auto;
  position: relative;
}

.ab_bg .about .ab_box .ab_nr {
  margin: 0 auto;
  width: 1190px;
  text-align: center;
  position: relative;
}


.ab_bg .about .ab_box .ab_nr h5 {
  background: #184299;
  font-size: 18px;
  color: #fff;
  width: 350px;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;

}

.ab_bg .about .ab_box .ab_nr p {

  font-size: 15px;
  color: #666666;
  line-height: 40px;
  height: 80px;
  overflow: hidden;
  margin-top: 35px;
}

.ab_bg .about .ab_box .ab_nr .more {
  margin: 120px auto 0 auto;
  width: 132px;
  height: 132px;
  position: relative;
  z-index: 5;
}


.ab_bg .about .ab_box .ab_nr .more a {
  display: block;
}

.ab_bg .about .ab_box .ab_nr .more a img {
  display: block;
  width: 132px;
  height: 132px;
  border-radius: 50%;
}

.ab_bg .about .ab_box .ab_nr .more a span {
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  width: 132px;
  height: 132px;
  line-height: 132px;
  text-align: center;
  font-size: 72px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.ab_bg .about .ab_box .ab_nr .more .pulse {
  background: rgba(0, 0, 0, 0.09);
  width: 132px;
  height: 132px;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ring {
  position: absolute;
  background-color: inherit;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  opacity: 0.7;
  -webkit-animation: pulsing 2s ease-out infinite;
  animation: pulsing 2s ease-out infinite;
}

.ring:nth-of-type(1) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.ring:nth-of-type(2) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.ring:nth-of-type(3) {
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}

@-webkit-keyframes pulsing {
  100% {
    transform: scale(2.25);
    opacity: 0;
  }
}

@keyframes pulsing {
  100% {
    transform: scale(2.25);
    opacity: 0;
  }
}

.ab_bg .about .ab_num {
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 250px;
  width: 1280px;
}

.ab_bg .about .ab_num ul li {
  width: 385px;
  text-align: center;
}

.ab_bg .about .ab_num ul li:nth-child(1) {
  position: absolute;
  left: 75px;
  top: 0px;

}

.ab_bg .about .ab_num ul li:nth-child(2) {
  position: absolute;
  right: 75px;
  top: 0px;
}



.ab_bg .about .ab_num ul li h5 {
  font-size: 16px;
  color: #424549;

}

.ab_bg .about .ab_num ul li h5 span {
  font-size: 240px;
  color: #424549;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  display: inline-block;
  line-height: 185px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .about .ab_num ul li p {
  font-size: 15px;
  color: #666666;
  line-height: 24px;
  margin-top: 8px;
}

.ab_bg .about .ab_num ul li:hover h5 span {
  color: #184299;
}


/* ry */

.ry_bg {
  width: 100%;
  margin: 0 auto;
  background: url(../images/ry_bg.jpg) no-repeat center;
  height: 907px;
  overflow: hidden;
}


.ry_bg .ry {
  width: 1300px;
  margin: 0 auto;
  position: relative;
  padding-top: 165px;
}

.ry_bg .ry .ry_t {
  position: absolute;
  top: 240px;
  left: 0;
  z-index: 5;
}

.ry_bg .ry .ry_t span {
  display: block;
  font-size: 48px;
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 40px;
  line-height: 40px;
}

.ry_bg .ry .ry_t h3 {
  font-size: 24px;
  color: #fff;
  margin-top: 8px;
}

.ry_bg .ry .ry_t h3 i {
  display: block;
  float: left;
  width: 26px;
  height: 4px;
  background: #184299;
  border-radius: 45px;
  margin-top: 16px;
  margin-right: 20px;
  margin-left: -8px;
}

.ry_bg .ry .ry_box {
  margin: 0 auto;
  position: relative;
}


.ry_bg .ry .ry_box ul li {
  float: left;
  background: url(../images/ry_list1.png) no-repeat center;
  width: 206px;
  height: 283px;
  margin-right: 20px;
  margin-bottom: 75px;
}


.ry_bg .ry .ry_box ul li:nth-child(1),
.ry_bg .ry .ry_box ul li:nth-child(2) {
  margin-top: -84px;
}


.ry_bg .ry .ry_box ul li .pic {
  width: 153px;
  height: 230px;
  margin: 31px 0 0 31px;

}

.ry_bg .ry .ry_box ul li .pic img {
  width: 153px;
  height: 230px;
}


.ry_bg .ry .ry_box ul li:nth-child(1) {
  margin-left: 442px;
}

.ry_bg .ry .ry_box ul li:nth-child(3) {
  float: left;
  background: url(../images/ry_list.png) no-repeat center;
  width: 283px;
  height: 206px;
  margin-right: 3px;
}

.ry_bg .ry .ry_box ul li:nth-child(3) .pic {
  width: 230px;
  height: 154px;
  margin: 22px 0 0 31px;

}

.ry_bg .ry .ry_box ul li:nth-child(3) .pic img {
  width: 230px;
  height: 154px;
}


.ry_bg .ry .ry_box .more {
  position: absolute;
  right: 0px;
  top: 530px;
  z-index: 5;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #184299;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ry_bg .ry .ry_box .more a {
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/more1.png) no-repeat center;
}

.ry_bg .ry .ry_box .more:hover {
  transform: translateY(-10px);
}


/* news */

.news {
  width: 1300px;
  margin: 78px auto 0 auto;
}

.news .news_box {
  margin: 50px auto 0 auto;

}


.news .news_box .news_l {
  float: left;
  width: 404px;
  height: 482px;
  background: #f8f8f8;
}

.news .news_box .news_l .news_img {
  width: 384px;
  height: 272px;
  margin: 10px auto 0 auto;
  overflow: hidden;

}

.news .news_box .news_l .news_img img {
  width: 384px;
  height: 272px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .news_l .txt {
  width: 336px;
  margin: 38px auto 0 auto;

}

.news .news_box .news_l .txt span {
  display: block;
  height: 24px;
  line-height: 24px;
}

.news .news_box .news_l .txt span i {
  display: block;
  float: left;
  font-size: 14px;
  color: #184299;
}

.news .news_box .news_l .txt span em {
  display: block;
  float: right;
  font-size: 12px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../images/buttom2.png) no-repeat left center;
  padding-left: 20px;
}

.news .news_box .news_l .txt a {
  font-size: 18px;
  color: #333;
  line-height: 36px;
  height: 72px;
  overflow: hidden;
  display: block;
  margin-top: 15px;


}


.news .news_box .news_l:hover .news_img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}


.news .news_box .news_r {
  float: right;
  width: 854px;
}

.news .news_box .news_r ul li {
  width: 854px;
  height: 150px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 29px;
  position: relative;

}

.news .news_box .news_r ul li:last-child {
  border-bottom: none;
}

.news .news_box .news_r ul li .txt {
  float: left;
}

.news .news_box .news_r ul li .txt .news_img {
  float: left;
  width: 200px;
  height: 122px;
}

.news .news_box .news_r ul li .txt .news_img img {
  width: 200px;
  height: 122px;
}

.news .news_box .news_r ul li .txt .nr {
  float: left;
  margin-left: 28px;
  margin-top: 10px;
  width: 395px;
}

.news .news_box .news_r ul li .txt .nr h5 a {
  font-size: 16px;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .news_r ul li .txt .nr p {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-top: 7px;
}

.news .news_box .news_r ul li .txt .nr .more {
  display: block;
  width: 20px;
  height: 6px;
  background: url(../images/more2.png) no-repeat center;
  margin-top: 18px;
}

.news .news_box .news_r ul li .time {
  float: right;
  height: 90px;
  width: 135px;
  margin-top: 15px;
  text-align: center;
  border-left: 1px solid #dddddd;
}

.news .news_box .news_r ul li .time span {
  display: block;
  font-size: 50px;
  color: #222222;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 40px;
  padding: 10px 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .news_r ul li .time i {
  display: block;
  font-size: 14px;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
}


.news .news_box .news_r ul li::after {
  position: absolute;
  left: 0px;
  bottom: -1px;
  content: "";
  width: 0%;
  height: 1px;
  background: #184299;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .news_r ul li:hover::after {
  width: 100%;
}

.news .news_box .news_r ul li:hover .txt .nr h5 a {
  color: #184299;
}

.news .news_box .news_r ul li:hover .time span {
  color: #184299;
}