
/*-----------------------------------------------------------*/
/*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%;
  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 .banner_button{
  position: absolute;
  bottom: -150px;
  left: 16%;
  z-index: 5;
  width: 160px;
  
}


.banner .swiper-button-next1{
  position: relative;
  width: 72px;
  height: 76px;
  background: url(../images/bannerR.png) no-repeat  center;
  float: right;
  z-index: 5;
  cursor: pointer;
}

.banner .swiper-button-prev1{
  position: relative;
  width: 72px;
  height: 72px;
  background: url(../images/bannerL.png) no-repeat  center;
  float: left;
  z-index: 5;
  cursor: pointer;
}

.banner .swiper-pagination {
  width: 100%;
  bottom: 40px;
  left: 0%;
}


.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
  background-color: #fff;
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 50%;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #1a4297;
}





/* title */

.title{
  margin: 0 auto;
  text-align: center;
}

.title span{
  display: block;
  font-size: 60px;
  color: #333;
  font-family: "Impact";
  text-transform: uppercase;
  line-height: 50px;
}

.title h3{
  font-size: 36px;
  color: #333;
  margin: 15px auto 0 auto;
}

.title h3 i{
  font-size: 36px;
  color: #333;
  display: inline-block;
  padding: 0 22px;
}

.title h3 em{
  display: inline-block;
  width: 1px;
  height: 32px;
  background: #000000;
  margin: 0 15px;
  position: relative;
  top: 5px;

}

.title h3 a{
  font-size: 36px;
  color: #333;
  display: block;
}


/* product */

.pro_bg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/pro_bg.jpg) no-repeat top center;
  height: 1093px;
}

.pro_bg .product{
  margin: 0 auto;
  width: 1280px;
  position: relative;
  padding-top: 190px;
}

.pro_bg .product .topxunpan{
  position: absolute;
  right: 0px;
  top: 60px;
  z-index: 5;
}

/* 询盘*/
i {
  font-weight: normal;
  font-style: normal;
}

.topxunpan {
  position: relative;
  display: block;
  z-index: 9999;
  text-align: right;
}


.topxunpan .xp {
  position: relative;
  line-height: 36px;
  font-size: 16px;
  color:  #333333;
  cursor: pointer;
  letter-spacing: 2px;

}

.topxunpan .xp img {
  position: relative;
  margin: 0px 0px 5px 0px;
  display: inline-block;
  text-align: right;
}


.topxunpan .xp i {
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
  box-sizing: border-box;
  font-size: 16px;
  color:  #333333;
}


.topxunpan .xp #xunpantip {
  z-index: 999;
  position: absolute;
  top: 36px !important;
  left: 50%;
  width: 180px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: transform .4s, opacity .4s;
  -moz-transition: transform .4s, opacity .4s;
  -o-transition: transform .4s, opacity .4s;
  -ms-transition: transform .4s, opacity .4s;
  transition: transform .4s, opacity .4s;
  background-color: #1a4297 ;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 5px 5px 2px #dfdfdf;
}

.topxunpan .xp #xunpantip::after {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #1a4297 ;

}

.topxunpan .xp #xunpantip.xunpantextactive {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}


.pro_bg .product .pro_list{
  margin: 50px auto 0 auto;
  width: 1360px;

}

.pro_bg .product .pro_list ul li{
  float: left;
  width: 290px;
  height: 150px;
  background:  #fff;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  margin: 0 40px 40px 0 ;
  -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 .txt{
  margin: 0 auto;
  text-align: center;
  -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 .txt a{
  display: block;
  padding-top: 25px;

}

.pro_bg .product .pro_list ul li .txt a span{
  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;
  font-size: 16px;
  color:  #333333;
}

.pro_bg .product .pro_list ul li .txt a i{
  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;
  font-size: 12px;
  color:  #999999;
  font-family: Arial, Helvetica, sans-serif;
  margin: 5px auto 20px auto;
}

.pro_bg .product .pro_list ul li .txt a em{
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #e3e3e3;
  margin: 0 auto;
  background: url(../images/more.png) no-repeat  center;
  -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 .pic{
  position: absolute;
  right: -50px;
  top: 50px;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  overflow: hidden;
} 

.pro_bg .product .pro_list ul li .pic img{
  display: block;
  width: 156px;
  height: 156px;
  border-radius: 50%;
}

.pro_bg .product .pro_list ul li.on{
  -webkit-box-shadow: 0 0 8px 6px rgba(26, 66, 151, .15);
  box-shadow: 0 0 8px 6px rgba(26, 66, 151, .15);
}

.pro_bg .product .pro_list ul li.on .txt{
  margin: 0 0 0 30px;
  width: 140px;
  text-align: left;
}

.pro_bg .product .pro_list ul li.on .txt em{
  margin: 0;
  border: 1px solid #1a4297;
  background: #1a4297 url(../images/more1.png) no-repeat  center;
}

.pro_bg .product .pro_list ul li.on .pic{
  width: 156px;
  height: 156px;
  opacity: 1;
}


.pro_bg .product .pro_box{
  margin: 0 auto;
}

.pro_bg .product .pro_box .swiper-slide{
  position: relative;
}

.pro_bg .product .pro_box .swiper-slide .nr{
  background: #fff;
  width: 100%;
  border-radius: 8px;
  padding-top: 10px;
  overflow: hidden;
  position: relative;

}

.pro_bg .product .pro_box .swiper-slide .nr .pic{
  width: 93%;
  height: 200px;
  border-radius: 8px;
  margin: 0 auto;


}

.pro_bg .product .pro_box .swiper-slide .nr .pic img{
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
  margin: 0 auto;
}

.pro_bg .product .pro_box .swiper-slide .nr .txt{
  width: 93%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
  z-index: 5;
} 

.pro_bg .product .pro_box .swiper-slide .nr .txt h5 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: 23px auto 15px auto;
}

.pro_bg .product .pro_box .swiper-slide .nr .txt h5 a i{
  width: 5px;
  height: 5px;
  background: #999999;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -3px;
  -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 .swiper-slide .nr .txt p{
  font-size: 12px;
  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;
}


.pro_bg .product .pro_box .swiper-slide .nr::after{
  position: absolute;
  left:0px;
  bottom: 0px;
  width: 0%;
  height: 3px;
  background: #1a4297;
  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 .swiper-slide:hover .nr::after{
  width: 100%;
}


.pro_bg .product .pro_box .swiper-slide:hover .nr .txt h5 a{
  color: #1a4297;
  font-weight: bold;
}

.pro_bg .product .pro_box .swiper-slide:hover .nr .txt h5 a i{
  background: #1a4297;
}




/* ys */

.ys_bg{
  width: 100%;
  height: 1190px;
  margin: 0 auto;
  background: url(../images/ys_bg.jpg) no-repeat  center;
  overflow: hidden;
}

.ys_bg .ys{
  margin: 0 auto;
  width: 1280px;
  position: relative;
  padding-top: 210px;
}

.ys_bg .ys .zx{
  position: absolute;
  right: -63px;
  top: 15px;
  width: 122px;
  height: 122px;

}

.ys_bg .ys .ys_t{
  margin: 0 auto;
  height: 168px;
}

.ys_bg .ys .ys_t .title{
  float: left;
  text-align: left;
}

.ys_bg .ys .ys_t .t_r{
  float: right;
  text-align: right;
  background: url(../images/ab_ico.png) no-repeat top right;
  font-size: 16px;
  color: #999999;
  padding-top: 40px;
  letter-spacing: 20px;
  margin-top: 20px;
}

.ys_bg .ys .ys_box{
  margin: 0 auto;
} 

.ys_bg .ys .ys_box .bd{
  background: #fff;
  width: 1280px;
  height: 400px;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
}

.ys_bg .ys .ys_box .bd ul li{
  float: left;
  width: 1280px;
}

.ys_bg .ys .ys_box .bd ul li .ys_img{
  float: left;
  width: 600px;
  height: 360px;
  margin: 20px 0 0 20px;

}

.ys_bg .ys .ys_box .bd ul li .ys_img img{
  width: 600px;
  height: 360px;
}

.ys_bg .ys .ys_box .bd ul li .txt{
  float: right;
  width: 520px;
  margin-right: 55px;
  margin-top: 20px;
}

.ys_bg .ys .ys_box .bd ul li .txt h5{
  height: 100px;
  line-height: 100px;
  border-bottom: 1px solid #eaeaea;
  width: 446px;
  position: relative;

}

.ys_bg .ys .ys_box .bd ul li .txt h5 em{
  display: block;
  float: left;
  font-size: 80px;
  color: #1a4297;
  font-weight: bold;
  position: absolute;
  top: 22px;
  left: -40px;


}

.ys_bg .ys .ys_box .bd ul li .txt h5 span{
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  float: left;
  display: block;
  margin: 0 15px 0 45px;
}

.ys_bg .ys .ys_box .bd ul li .txt h5 i{
  font-size: 12px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  float: left;
  display: block;
}

.ys_bg .ys .ys_box .bd ul li .txt h6{
  width: 125px;
  height: 2px;
  background: #333333;
  top: -1px;
  position: relative;
  z-index: 5;

}

.ys_bg .ys .ys_box .bd ul li .txt p{
  font-size: 16px;
  color: #666666;
  line-height: 42px;
  margin-top: 30px;
}

.ys_bg .ys .ys_box .hd{
  margin: 64px auto 0 auto;
  width: 1200px;
}

.ys_bg .ys .ys_box .hd ul li{
  float: left;
  position: relative;
  z-index: 5;
  width: 300px;
  height: 248px;
  text-align: center;
}

.ys_bg .ys .ys_box .hd ul li span{
  display: block;
  margin: 55px auto 0 auto;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  background: rgba(255, 255, 255, 0.2);
  -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 .hd ul li span img{
  width: 85px;
  height: 85px;
  display: block;
}

.ys_bg .ys .ys_box .hd ul li h5{
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin: 20px 0 5px 0;
  -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 .hd ul li i{
  display: block;
  font-size: 12px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0.3;
  -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 .hd ul li::after{
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0%;
  background: #fff;
  z-index: -1;
  -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 .hd ul li.on::after{
  height: 100%;
}

.ys_bg .ys .ys_box .hd ul li.on span{
  background: #1a4297;

}

.ys_bg .ys .ys_box .hd ul li.on h5{
  color: #1a4297;
}

.ys_bg .ys .ys_box .hd ul li.on i{
  color: #1a4297;
  opacity: 0.6;
}


/* case */

.case{
  width: 100%;
  margin: 70px auto 0 auto;
}


.case .case_box{
  width: 72%;
  margin: 70px auto 0 auto;
  position: relative;
}

.case .case_box .swiper-slide{
  position: relative;
  height: 470px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .swiper-slide .pic{
  position: relative;
  padding-top: 56%;
  background: #f8f8f8;
  margin: 40px auto 0 auto;
  width: 75%;


}

.case .case_box .swiper-slide .pic img{
  position: absolute;
  left: 3%;
  top: 3.5%;
  width: 94%;
  height: 93%;
}

.case .case_box .swiper-slide .txt{
  width: 75%;
  margin: 32px auto 0 auto;
}

.case .case_box .swiper-slide .txt a{
  display: block;
  line-height: 32px;
  height: 32px;

}

.case .case_box .swiper-slide .txt a i{
  display: block;
  font-size: 24px;
  color: #333;
  font-family: "Impact";
  float: left;
}

.case .case_box .swiper-slide .txt a em{
  display: block;
  float: left;
  width: 70px;
  height: 2px;
  background: #333333;
  margin: 15px 0 0 5px;

}

.case .case_box .swiper-slide .txt a span{
  font-size: 18px;
  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;
  float: right;
  width: 50%;
  text-align: right;
}

.case .case_box .swiper-slide .txt p{
  font-size: 14px;
  color: #999999;
  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 0  40px;
  opacity: 0;
}


.case .case_box .swiper-slide-next{
  background: #f8f8f8;
}

.case .case_box .swiper-slide-next .pic{
  position: relative;
  padding-top: 63%;
  width: 84%;


}

.case .case_box .swiper-slide-next .pic img{
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
}

.case .case_box .swiper-slide-next .txt{
  width: 84%;
}

.case .case_box .swiper-slide-next .txt h5 a span{
  font-weight: bold;
  color: #1a4297;
  
}

.case .case_box .swiper-slide-next .txt p{
  opacity: 1;
}

.case .case_box  .swiper-button-next{
  cursor: pointer;
  width: 82px;
  height: 82px;
  background: url(../images/right.png) no-repeat top center;
  margin: 0;
  right: 24%;
  top: auto;
  bottom: 0;
  z-index: 5;
}

.case .case_box  .swiper-button-prev{
  cursor: pointer;
  width: 82px;
  height: 82px;
  background: url(../images/left.png) no-repeat top center;
  margin: 0;
  left: 24%;
  top: auto;
  bottom: 0;
  z-index: 5;
}

.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 {
  content: 'next';
  display: none;
}

/* about */

.ab_bg{
  width: 100%;
  height: 913px;
  margin: 0 auto;
  background: url(../images/ab_bg.jpg) no-repeat top center;
  overflow: hidden;
}

.ab_bg .about{
  margin: 0 auto;
  width: 1280px;
  padding-top: 260px;
}

.ab_bg .about .a_l{
  float: left;
  width: 635px;
}

.ab_bg .about .a_l .title{
  margin: 0;
  text-align: left;
}

.ab_bg .about .a_l .ab_txt{
  margin-top: 70px;
}

.ab_bg .about .a_l .ab_txt h5 a{
  font-size: 18px;
  color: #333333;
  font-weight: bold;

}

.ab_bg .about .a_l .ab_txt i{
  display: block;
  font-size: 12px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  margin-top: 5px;
}

.ab_bg .about .a_l .ab_txt p{
  font-size: 16px;
  color: #666666;
  line-height: 42px;
  overflow: hidden;
  height: 168px;
  margin-top: 27px;
}

.ab_bg .about .a_l .ab_list{
  margin-top: 70px;
  width: 700px;

} 

.ab_bg .about .a_l .ab_list ul li{
  float: left;
  width: 350px;
  height: 60px;
  position: relative;
  z-index: 5;
}

.ab_bg .about .a_l .ab_list ul li a{
  display: block;
}   

.ab_bg .about .a_l .ab_list ul li a span{
  float: left;
  display: block;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;

}

.ab_bg .about .a_l .ab_list ul li a span .ab1{
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .about .a_l .ab_list ul li a span .ab2{
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .about .a_l .ab_list ul li a i{
  float: left;
  display: block;
  margin-left: 15px;
  font-size: 20px;
  color: #333333;
}

.ab_bg .about .a_l .ab_list ul li a i em{
  display: block;
  font-size: 14px;
  color: #aaaaaa;
}

.ab_bg .about .a_l .ab_list ul li.on a span{
  background: #1a4297;
}

.ab_bg .about .a_l .ab_list ul li.on a span .ab1{
  transform: translateY(-60px);
}

.ab_bg .about .a_l .ab_list ul li.on a span .ab2{
  transform: translateY(-60px);
}

.ab_bg .about .a_l .ab_list ul li::after{
  position: absolute;
  left: -6px;
  top: 57px;
  width: 72px;
  height: 0px;
  background: url(../images/buttom2.png) no-repeat center;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .about .a_l .ab_list ul li.on::after{
  width: 72px;
  height: 44px;
}


.ab_bg .about .ab_r{
  float: right;
  width: 520px;
  margin-top: 20px;
}

.ab_bg .about .ab_r .ab_t{
  text-align: right;
  background: url(../images/ab_ico.png) no-repeat top right;
  font-size: 16px;
  color: #999999;
  padding-top: 45px;
  letter-spacing: 20px;
}

.ab_img img{
	max-width: 520px;
	max-height: 420px;
  cursor: pointer;
}



.ab_img {
	max-width: 520px;
	max-height: 420px;
  margin-top: 75px;
	display: grid;
	place-items: center;
	overflow: hidden;
}

.ab_img svg {
	position: absolute;

}


.ab_img img.distort {
	filter: url(#distort);
}



/* ry */

.ry_bg{
  width: 100%;
  height: 200px;
  margin: 0 auto;
  background: url(../images/ry_bg.jpg) no-repeat top center;
}

.ry_bg .ry{
  margin: 0 auto;
  width: 1280px;
}

.ry_bg .ry .tel{
  float: left;
  margin-top: 60px;
  width: 500px;
  background: url(../images/tel1.png) no-repeat top left;
  padding-left: 55px;

}

.ry_bg .ry .tel i{
  display: block;
  line-height: 32px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.ry_bg .ry .zx{
  float: left;
  margin-top: 95px;
  width: 140px;
  height: 40px;
  line-height: 40px;
  border-radius: 45px;
  background: #fff;

}

.ry_bg .ry .zx a{
  display: block;
  text-align: center;
  font-size: 16px;
  color: #1a4297;

}

.ry_bg .ry .ry_box{
  float: right;
  width: 385px;
  margin-top: 20px;
}

.ry_bg .ry .ry_box .txt{
  text-align: right;
  float: left;
  width: 135px;
  margin-top: 65px;
}

.ry_bg .ry .ry_box .txt a{
  display: block;
}

.ry_bg .ry .ry_box .txt a span{
  font-size: 18px;
  color: #fff;
  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;
}

.ry_bg .ry .ry_box .txt a i{
  font-size: 14px;
  color: #fff;
  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;
  margin-top: 10px;
}

.ry_bg .ry .ry_box .pic{
  float: right;
  width: 209px;
  height: 158px;
  background: url(../images/ry_list.png) no-repeat center;
} 

.ry_bg .ry .ry_box .pic img{
  width: 175px;
  height: 124px;
  margin: 17px 0 0 17px;

}


/* news */

.news{
  margin: 70px auto 70px auto;
  width: 1280px;
}


.news .news_list{
  margin: 35px auto  0 auto;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e9e9e9;
}

.news .news_list ul li{
  float: left;
  width: 295px;
  margin-right: 195px;
}

.news .news_list ul li:last-child{
  margin-right: 0;
}

.news .news_list ul li a{
  display: block;
}

.news .news_list ul li a span{
  display: block;
  float: left;
  font-size: 18px;
  color: #333333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_list ul li a i{
  display: block;
  float: right;
  background: url(../images/more3.png) no-repeat center;
  width: 7px;
  height: 14px;
  margin-top: 17px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_list ul li.on a span{
  color: #1a4297;

}

.news .news_list ul li.on a i{
  background: url(../images/more2.png) no-repeat center;
}

.news .news_box{
  margin: 50px  auto 0 auto;
}

.news .news_box .news_top{
  margin: 0 auto;
  height: 210px;
}

.news .news_box .news_top ul li{
  float: left;
  width: 620px;
  height: 210px;
  background: #f8f8f8;
  margin-right: 40px;
}

.news .news_box .news_top ul li:last-child{
  margin-right: 0;
}

.news .news_box .news_top ul li .news_img{
  float: left;
  width: 240px;
  height: 180px;
  margin: 15px 0 0 15px;

}

.news .news_box .news_top ul li .news_img img{
  width: 240px;
  height: 180px;
}

.news .news_box .news_top ul li .txt{
  float: right;
  width: 300px;
  margin: 15px 20px 0 0;
} 

.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 span{
  display: block;
  font-size: 14px;
  color:  #999999;
  font-family: Arial, Helvetica, sans-serif;
}

.news .news_box .news_top ul li .txt p{
  font-size: 14px;
  color: #999999;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  margin-top: 30px;
}

.news .news_box .news_top ul li:hover .txt a{
  color: #1a4297;

}


.news .news_box .list{
  margin: 40px auto 0 auto;
  height: 440px;
}

.news .news_box .list ul li{
  float: left;
  width: 319px;
  height: 440px;
  border: 1px solid #dedede;
  margin-left: -1px;
  position: relative;
}

.news .news_box .list ul li .txt{
  margin: 0 40px;
  position: relative;
  z-index: 5;

}

.news .news_box .list ul li .txt span{
  display: block;
  padding-top: 45px;
  font-size: 26px;
  color: #333;
  font-family: "Impact";
  line-height: 30px;
  -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 .txt h5 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: 50px 0 5px 0;
}

.news .news_box .list ul li .txt i{
  display: block;
  font-size: 14px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
}

.news .news_box .list ul li .txt p{
  font-size: 14px;
  color: #999999;
  line-height: 28px;
  height: 84px;
  overflow: hidden;
  margin-top: 30px;
  -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 .txt .more{
  display: block;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  background: #fbfbfb url(../images/more4.png) no-repeat  center;
  margin-top: 40px;
  float: right;
  -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 .news_img{
  height: 0px;
  width: 319px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  bottom: 0;
  left: 0;
} 

.news .news_box .list ul li .news_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.news .news_box .list ul li:hover .txt span{
  color: #1a4297;

}

.news .news_box .list ul li:hover .txt h5 a{
  color: #1a4297;
  font-weight: bold;

}

.news .news_box .list ul li:hover .txt p{
  height: 0;
  opacity: 0;
  margin: 0 auto;
}

.news .news_box .list ul li:hover .txt .more{
  background: #1a4297 url(../images/more5.png) no-repeat  center;
  margin-top: 15px;
}

.news .news_box .list ul li:hover .news_img{
  height: 219px;
}