
/*-----------------------------------------------------------*/
/*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;
  background: #000;
}

.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: 100%;
  bottom: 30px;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
  background-color: #fff;
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 0;
  border-radius: 50%;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #185395;
}

.banner .banner_ico{
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  bottom: 35px;
}

.banner .banner_ico i{
  display: block;
  width: 121px;
  height: 121px;
  margin: 0 auto;
  background: url(../images/banner_ico.png) no-repeat  center;
  position: relative;
  z-index: 9;
  display: none;
}

video{
  width: 100%;
  height: 100%;
}

.banner .trait_bg{
  width: 100%;
  height: 151px;
  margin: 0 auto;
  position: absolute;
  z-index:5 ;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
}

.banner .trait_bg .trait{
  width: 1300px;
  margin: 0 auto;
  padding-top: 55px;
}

.banner .trait_bg .trait .trait_l{
  float: left;
  height: 55px;
  padding-left: 75px;
  background: url(../images/buttom1.png) no-repeat left  center;
  width: 785px;
}

.banner .trait_bg .trait .trait_l span{
  display: block;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  line-height: 25px;
}

.banner .trait_bg .trait .trait_l i{
  display: block;
  font-size: 16px;
  color: #333333;
  margin-top: 6px;
}


.banner .trait_bg .trait .tel{
  float: left;
  height: 55px;
  padding-left: 75px;
  background: url(../images/tel.png) no-repeat left  center;
}

.banner .trait_bg .trait .tel span{
  display: block;
  font-size: 16px;
  color: #333333;
  line-height: 23px;
}

.banner .trait_bg .trait .tel i{
  display: block;
  font-size: 30px;
  color: #333333;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  line-height: 32px;
}

/* 询盘*/

.xpBox{
  background: url(../images/xunpan.png) center center no-repeat;
  width: 55px;
  height: 55px;
  z-index: 5;
  position: relative;
  float: right;
}

.xpBox:hover .topxunpan {
  width: 220px;
  height: 38px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  opacity: 1;
}

i {
  font-weight: normal;
  font-style: normal;
}

.topxunpan {
  cursor: pointer;
  display: block;
  margin-left: 30px;
  position: absolute;
  z-index: 5;
  width: 0px;
  height: 38px;
  border-radius: 30px 0px 0px 30px;
  line-height: 36px;
  background: #fff;
  right: 60px;
  top: 7px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}


.topxunpan .xp {
  position: relative;
  line-height: 38px;
  color: #666;
  font-size: 16px;
  cursor: pointer;
  padding-left: 20px;
}

.topxunpan .xp>span{
  width: 100%;
  height: 38px;
  overflow: hidden;
  display: block;
}

.topxunpan .xp img {
  position: relative;
  top: 8px;
  margin: 0 7px 0 0px;

}

.topxunpan .xp i {
  padding: 0 0px;
  margin-left: 0px;
  margin-right: 0px;
  box-sizing: border-box;
  color: #666;
  font-size: 16px;
  font-weight: bold;
}

.topxunpan .xp #xunpantip {
  z-index: 999;
  position: absolute;
  top: 35px;
  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: #32417e;
  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: #32417e;
}

.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;
}




/* title */

.title{

}

.title span{
  display: block;
  font-size: 110px;
  color: #f5f6f8;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 80px;
}

.title h3{
  font-size: 36px;
  color: #333;
  font-weight: bold;
  line-height: 36px;
  margin-top: -55px;
}

.title h3 a{
  display: block;
  font-size: 36px;
  color: #333;
  font-weight: bold;
}

.title h3 em{
  font-size: 36px;
  color: #333;
  font-weight: bold;
  margin: 0 25px;
}

.title h3 i{
  display: inline-block;
  width: 27px;
  height: 1px;
  background: #082d61;
  position: relative;
  top: -10px;

}

.title p{
  font-size: 16px;
  color: #333333;
  letter-spacing: 16px;
  margin-top: 25px;
}


/* about */

.ab_bg{
  width: 100%;
  margin: 0 auto;
  height: 950px;
  background: url(../images/ab_bg.jpg) no-repeat bottom center;
  overflow: hidden;
}


.ab_bg .about{
  margin: 0 auto;
  width: 1300px;
  padding-top: 90px;
  height: 563px;
}

.ab_bg .about .ab_l{
  float: left;
  width: 515px;
}

.ab_bg .about .ab_l .ab_t{
  text-align: right;
  margin-top: 15px;

}

.ab_bg .about .ab_l .ab_t span{
  display: block;
  font-size: 110px;
  color: #333333;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  line-height: 72px;
}

.ab_bg .about .ab_l .ab_t span i{
  font-size: 110px;
  color: #082d61;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
}

.ab_bg .about .ab_l .ab_t em{
  display: block;
  font-size: 16px;
  color: #333333;
  margin-top: 25px;
}

.ab_bg .about .ab_l .txt{
  margin-top: 55px;

}

.ab_bg .about .ab_l .txt h5 a{
  font-size: 36px;
  color: #333333;
  font-weight: bold;
  display: block;
}

.ab_bg .about .ab_l .txt p{
  font-size: 15px;
  color: #888888;
  line-height: 30px;
  height: 180px;
  overflow: hidden;
  margin-top: 20px;
}


.ab_bg .about .ab_img{
  float: right;
  width: 722px;
  height: 563px;
} 

.ab_bg .about .ab_img img{
  width: 722px;
  height: 563px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}

.ab_bg .ab_num{
  width: 1300px;
  margin: 75px auto 0 auto;
} 

.ab_bg .ab_num ul{
  float: left;
  margin-top: 30px;
  margin-left: 40px;
}

.ab_bg .ab_num ul li{
  float: left;
  width: 200px;
  height: 106px;
  border-right: 1px solid #214271;
  margin: 0 70px 0 0px;
}

.ab_bg .ab_num ul li:last-child{
  margin-right: 0;
  border-right: navajowhite;
}

.ab_bg .ab_num ul li h5{
  font-size: 14px;
  color: #fff;
  height: 124px;
  position: relative;
  top: -20px;

}

.ab_bg .ab_num ul li h5 span{
  font-size: 32px;
  color: #082d61;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  display: inline-block;
  line-height: 104px;
  width: 82px;
  padding-right: 44px;
  background: url(../images/ab_list.png) no-repeat left top;
  text-align: center;
}

.ab_bg .ab_num ul li h5 i{
  position: relative;
  left: -30px;
}

.ab_bg .ab_num ul li p{
  font-size: 16px;
  color: #fff;
  position: relative;
  top: -40px;
  text-align: center;
  width: 82px;
}

.ab_bg .ab_num .more{
  float: right;
  width: 162px;
  height: 94px;
  line-height: 94px;
  background: #fbb100;
  margin-top: 38px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .ab_num .more a{
  display: block;
  font-size: 16px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding-left: 45px;
  background: url(../images/more.png) no-repeat 105px center;
}

.ab_bg .ab_num .more:hover{
  border-radius: 45px;
}





.btn a{

}



:root {

--bg: #3C465C;

--primary: #fbb100;

--solid: #fff;

--btn-w: 162px;

--dot-w: calc(var(--btn-w)*.2);

--tr-X: calc(var(--btn-w) - var(--dot-w))

}



.dot {

content: '';

position: absolute;

top: 0;

width: var(--dot-w);

height: 100%;

border-radius: 0%;

-webkit-transition: all 1000ms ease;

transition: all 1000ms ease;

display: none;

}



.dot:after {

content: '';

position: absolute;

left: calc(50% - .4em);

top: -.4em;

height: .8em;

width: .8em;

background: var(--primary);

border-radius: 1em;

border: .25em solid var(--solid);

box-shadow: 0 0 .7em var(--solid), 0 0 2em var(--primary)

}



.btn:hover .dot,

.btn:focus .dot {

-webkit-animation: atom 2s infinite linear;

animation: atom 2s infinite linear;

display: block

}


@-webkit-keyframes atom {
0% {
  -webkit-transform: translateX(0) rotate(0);
  transform: translateX(0) rotate(0)
}

30% {
  -webkit-transform: translateX(var(--tr-X)) rotate(0);
  transform: translateX(var(--tr-X)) rotate(0)
}

50% {
  -webkit-transform: translateX(var(--tr-X)) rotate(180deg);
  transform: translateX(var(--tr-X)) rotate(180deg)
}

80% {
  -webkit-transform: translateX(0) rotate(180deg);
  transform: translateX(0) rotate(180deg)
}

100% {
  -webkit-transform: translateX(0) rotate(360deg);
  transform: translateX(0) rotate(360deg)
}
}

@keyframes atom {
0% {
  -webkit-transform: translateX(0) rotate(0);
  transform: translateX(0) rotate(0)
}

30% {
  -webkit-transform: translateX(var(--tr-X)) rotate(0);
  transform: translateX(var(--tr-X)) rotate(0)
}

50% {
  -webkit-transform: translateX(var(--tr-X)) rotate(180deg);
  transform: translateX(var(--tr-X)) rotate(180deg)
}

80% {
  -webkit-transform: translateX(0) rotate(180deg);
  transform: translateX(0) rotate(180deg)
}

100% {
  -webkit-transform: translateX(0) rotate(360deg);
  transform: translateX(0) rotate(360deg)
}
}




/* product */

.product{
  width: 1300px;
  margin: 90px auto 0 auto;
}

.product .pro_t{
  height: 140px;
}

.product .pro_t .title{
  float: left;
  margin-top: 8px;
}

.product .pro_t .pro_list{
  float: right;
  position: relative;
  z-index: 5;
}

.product .pro_t .pro_list ul li{
  float: left;
  position: relative;
  z-index: 4;
  width: 120px;
  height: 84px;
  padding-top: 30px;
  text-align: center;
  margin-left: 75px;
}

.product .pro_t .pro_list ul li a{
  font-size: 18px;
  color: #1e1e1e;
  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 a i{
  display: block;
  margin: 17px auto 0 auto;
  background: url(../images/buttom3.png) no-repeat  center;
  width: 17px;
  height: 17px;
  -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::after{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0%;
  background: #082d61;
  border-radius: 25px;
  z-index: -2;
  content: "";
  -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::after{
  height: 100%;
}

.product .pro_t .pro_list ul li.on a{
  color: #fff;
}

.product .pro_t .pro_list ul li.on a i{
  background: url(../images/buttom2.png) no-repeat  center;
}

.product .pro_t .pro_list::after{
  position: absolute;
  right: 0px;
  top: 83px;
  width: 780px;
  height: 1px;
  background: #dcdee3;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.product .pro_box{
  margin: 0 auto;
  width: 1360px;
} 

.product .pro_box ul li{
  float: left;
  margin-right: 33px;
}

.product .pro_box ul li .pic{
  width: 300px;
  height: 260px;
  border: 1px solid #dbdbdb;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_box ul li .pic a{
  display: inline-block;
  width: 280px;
  height: 240px;
  margin: 10px;
  overflow: hidden;
}

.product .pro_box ul li .pic img{
  width: 280px;
  height: 240px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_box ul li .txt{
  height: 75px;
  width: 280px;
  margin: 25px auto 0 auto;
}

.product .pro_box ul li .txt h5{
  float: left;
  width: 220px;

}

.product .pro_box ul li .txt h5 a{
  display: block;
}

.product .pro_box ul li .txt h5 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;
}

.product .pro_box ul li .txt h5 a i{
  font-size: 12px;
  color:  #a9a9a9;
  text-transform: capitalize;
  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_box ul li .txt .more{
  float: right;
  background: url(../images/more1.png) no-repeat  center;
  width: 12px;
  height: 14px;
  margin-top: 7px;
} 

.product .pro_box ul li:hover .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.product .pro_box ul li:hover .pic{
  border: 1px solid #082d61;
}


.product .pro_box ul li:hover .txt h5 a span{
  color: #082d61;
}


/* ys */

.ys_bg{
  width: 100%;
  margin: 40px auto 0 auto;
  height: 894px;
  background: #f0f3f6;
  overflow: hidden;
}

.ys_bg .ys{
  width: 100%;
  margin: 0 auto;
  padding-top: 65px;
}

.ys_bg .ys .ys_t{
  height: 125px;
  width: 1300px;
  margin: 0 auto;
}

.ys_bg .ys .ys_t .title{
  float: left;
}

.ys_bg .ys .ys_t .title span{
  color: #e7ebef;
}

.ys_bg .ys .ys_t .ys_tel{
  float: right;
  margin: 20px 40px 0 0;
  background: url(../images/tel1.png) no-repeat left center;
  height: 55px;
  padding-left: 75px;
} 

.ys_bg .ys .ys_t .ys_tel span{
  display: block;
  font-size: 16px;
  color: #333333;
}

.ys_bg .ys .ys_t .ys_tel i{
  display: block;
  font-size: 30px;
  color: #333;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  line-height: 33px;
}

.ys_bg .ys .ys_box{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.ys_bg .ys .ys_box #certify{
  overflow: hidden;
}

.ys_bg .ys .ys_box #certify .swiper-slide{
  position: relative;
  width: 1209px;
  padding-top: 30px;
}

.ys_bg .ys .ys_box #certify .swiper-slide .ys_img{
  width: 1209px;
  height: 577px;
  background: #fff;
  position: relative;

}

.ys_bg .ys .ys_box #certify .swiper-slide .ys_img img{
  width: 1209px;
  height: 577px;
}

.ys_bg .ys .ys_box #certify .swiper-slide .ys_img::before, 
.ys_bg .ys .ys_box #certify .swiper-slide .ys_img::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0);
  transition: all 0.7s ease-in-out;
}

.ys_bg .ys .ys_box #certify .swiper-slide .ys_img:hover::before {
  right: 50%;
  left: 50%;
  width: 0;
  background: rgba(255, 255, 255, .2);
}

.ys_bg .ys .ys_box #certify .swiper-slide .ys_img:hover::after {
  height: 0;
  top: 50%;
  bottom: 50%;
  background: rgba(255, 255, 255, .2);
}



.ys_bg .ys .ys_box #certify .swiper-slide-active .ys_img{
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
}

.ys_bg .ys .ys_box #certify .swiper-slide-active .ys_img img{
  width: 1199px;
  height: 567px;
  margin: 5px;
}

.ys_bg .ys .ys_box #certify .swiper-slide .txt{
  position: absolute;
  width: 474px;
  height: 308px;
  background: #ffffff;
  right: 0;
  top: 30px;
  padding: 0 40px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;

} 

.ys_bg .ys .ys_box #certify .swiper-slide .txt h5{
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin-top: 47px;

}

.ys_bg .ys .ys_box #certify .swiper-slide .txt span{
  display: block;
  font-size: 14px;
  color: #d3d3d3;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 2px;
}

.ys_bg .ys .ys_box #certify .swiper-slide .txt em{
  display: block;
  width: 31px;
  height: 17px;
  background: url(../images/buttom7.png) no-repeat center;
  margin: 5px 0 25px 0;
}

.ys_bg .ys .ys_box #certify .swiper-slide .txt p{
  font-size: 15px;
  color: #999999;
  line-height: 26px;
}

.ys_bg .ys .ys_box #certify .swiper-slide .txt i{
  display: block;
  position: absolute;
  right: -55px;
  top: -30px;
  font-size: 148px;
  color: #dbdee5;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  line-height: 105px;
}

.ys_bg .ys .ys_box #certify .swiper-slide-active .txt{
  opacity: 1;
}

.ys_bg .ys .ys_box .ys-prev{
  position: absolute;
  cursor: pointer;
  background: url(../images/ys_left.png) no-repeat center;
  width: 56px;
  height: 55px;
  z-index: 9;
  top: 284px;
  left: 46.8%;

}

.ys_bg .ys .ys_box .ys-next{
  position: absolute;
  cursor: pointer;
  background: url(../images/ys_right.png) no-repeat center;
  width: 56px;
  height: 55px;
  z-index: 9;
  top: 284px;
  left: 49.7%;
} 



/* ry */

.ry{
  width: 1300px;
  margin: 80px auto 0 auto;
}

.ry .title{
  margin: 0 auto;
  text-align: center;
}

.ry .ry_box{
  width: 1300px;
  height: 485px;
  margin: 45px auto 0 auto;
  overflow: hidden;
  background: url(../images/ry_bg.jpg) no-repeat bottom center;
  position: relative;
}

.ry .ry_box .swiper-slide{
  position: relative;
  margin: 0 0px;
}

.ry .ry_box .swiper-slide .pic{
  width: 221px;
  height: 298px;
  background: url(../images/ry_list.png) no-repeat center;
  margin: 0 auto;

}

.ry .ry_box .swiper-slide .pic img{
  width: 170px;
  height: 245px;
  margin: 27px 0 0 25px;

}

.ry .ry_box .swiper-slide .txt{
  height: 60px;
  line-height: 60px;
  text-align: center;

} 

.ry .ry_box .swiper-slide .txt a{
  font-size: 16px;
  color: #000000;
  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 .ry_box .swiper-slide-next{
  position: relative;
  left: 10px;

}

.ry .ry_box .swiper-slide-prev{
  position: relative;
  left: -10px;
}

.ry .ry_box .swiper-slide-active{
  margin: 0 10px !important;
  
}


.ry .ry_box .swiper-slide-active .pic{
  width: 271px;
  height: 366px;
  background: url(../images/ry_list1.png) no-repeat center;
  position: relative;
  left: -5px;
}

.ry .ry_box .swiper-slide-active .pic img{
  width: 208px;
  height: 300px;
  margin: 33px 0 0 32px;
}

.ry .ry_box .swiper-button-next{
  background: url(../images/right.png) no-repeat center;
  width: 60px;
  height: 60px;
  cursor: pointer;
  outline: none;
  position: absolute;
  right: 0;
  top: 405px;

}

.ry .ry_box .swiper-button-prev{
  background: url(../images/left.png) no-repeat center;
  width: 60px;
  height: 60px;
  cursor: pointer;
  outline: none;
  position: absolute;
  right: 115px;
  top: 405px;
  left: auto;
} 

.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;
}

.ry .ry_box .swiper-pagination{
  position: absolute;
  width: auto;
  left: 0;
  top: 415px;
  font-size: 40px;
  color: #fff;
  height: 32px;
  line-height: 32px;
  background:  url(../images/buttom4.png) no-repeat 50px center;
}

.ry .ry_box .swiper-pagination .swiper-pagination-current{
  font-size: 40px;
  color:  #082d61;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  line-height: 30px;
  position: relative;
  padding-left: 20px;
}

.ry .ry_box .swiper-pagination .swiper-pagination-current::after{
  position: absolute;
  left: 0px;
  top: 7px;
  content: "0";
  font-size: 40px;
  color:  #082d61;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.ry .ry_box .swiper-pagination .swiper-pagination-total{
  font-size: 19px;
  color:  #636363;
  font-family: 'Times New Roman', Times, serif;
  position: relative;

}

.ry .ry_box .swiper-pagination .swiper-pagination-total::after{
  position: absolute;
  left: -11px;
  top: -6px;
  content: "0";
  font-size: 19px;
  color:  #636363;
  font-family: 'Times New Roman', Times, serif;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



/* case */

.case_bg{
  width: 100%;
  height: 1715px;
  margin: 0 auto;
  background: url(../images/news_bg.jpg) no-repeat bottom center;
  overflow: hidden;
}

.case_bg .case{
  width: 1300px;
  margin: 0 auto;
  padding-top: 65px;
  height: 710px;
  position: relative;
}

.case_bg .case .title{
  position: absolute;
  top: 90px;
  right: 0;
  text-align: right;
}

.case_bg .case .case_box{
  margin: 0 auto;
}

.case_bg .case .case_box .case_l{
  float: left;
  width: 738px;
  margin-left: 2px;
}

.case_bg .case .case_box .case_l ul li{
  float: left;
  width: 334px;
  margin-right: 35px;
}

.case_bg .case .case_box .case_l ul li .pic{
  width: 334px;
  height: 270px;
  background: #f2f2f2;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case_bg .case .case_box .case_l ul li .pic a{
  display: inline-block;
  width: 314px;
  height: 250px;
  margin: 10px;
  overflow: hidden;
}

.case_bg .case .case_box .case_l ul li .pic img{
  width: 314px;
  height: 250px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case_bg .case .case_box .case_l ul li:hover .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.case_bg .case .case_box .case_l ul li .txt{
  height: 87px;
  line-height: 72px;

} 

.case_bg .case .case_box .case_l ul li .txt h5 a{
  float: left;
  padding-left: 10px;
  width: 200px;
  background: url(../images/buttom6.png) no-repeat left center;
  font-size: 16px;
  color: #fff;
  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_bg .case .case_box .case_l ul li .txt .more{
  display: block;
  float: right;
  background: url(../images/more3.png) no-repeat center;
  width: 21px;
  height: 6px;
  margin-top: 33px;
  margin-right: 17px;
}


.case_bg .case .case_box .case_l ul li:nth-child(2n) .txt h5 a{
  background: url(../images/buttom5.png) no-repeat left center;
  font-size: 16px;
  color: #333;

}

.case_bg .case .case_box .case_l ul li:nth-child(2n) .txt .more{
  background: url(../images/more2.png) no-repeat center;

}

.case_bg .case .case_box .case_r{
  float: right;
  width: 560px;
  height: 528px;
  background: #f2f2f2;
  margin-top: 181px;
} 

.case_bg .case .case_box .case_r .pic{
  width: 540px;
  height: 436px;
  margin: 10px 10px 0 10px;
  position: relative;
}

.case_bg .case .case_box .case_r .pic img{
  width: 540px;
  height: 436px;
}


.case_bg .case .case_box .case_r .pic::before, .case_bg .case .case_box .case_r .pic::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0);
  transition: all 0.7s ease-in-out;
}

.case_bg .case .case_box .case_r .pic:hover::before {
  right: 50%;
  left: 50%;
  width: 0;
  background: rgba(255, 255, 255, .2);
}

.case_bg .case .case_box .case_r .pic:hover::after {
  height: 0;
  top: 50%;
  bottom: 50%;
  background: rgba(255, 255, 255, .2);
}



.case_bg .case .case_box .case_r .txt{
  height: 75px;
  line-height: 75px;
  margin: 0 auto;
  width: 540px;
} 

.case_bg .case .case_box .case_r .txt a{
  display: block;

}

.case_bg .case .case_box .case_r .txt a em{
  display: block;
  float: left;
  background: url(../images/buttom5.png) no-repeat center;
  width: 4px;
  height: 4px;
  margin-top: 35px;

}

.case_bg .case .case_box .case_r .txt a span{
  float: left;
  width: 480px;
  margin: 0 10px;
  text-align: center;
  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;

}

.case_bg .case .case_box .case_r .txt a i{
  display: block;
  float: left;
  background: url(../images/more2.png) no-repeat center;
  width: 21px;
  height: 6px;
  margin-top: 35px;
}

.case_bg .case .case_box .case_r:hover .txt a span{
  color: #082d61;
}



/* news */

.news{
  width: 1300px;
  margin: 90px auto 0 auto;
  position: relative;
}

.news .title{
  margin: 0 auto;
  text-align: center;
  height: 140px;
}

.news .news_list{
  position: absolute;
  right: 0;
  top: 150px;
  z-index: 9;
  width: 155px;
}

.news .news_list ul li{
  width: 155px;
  height: 106px;
  line-height: 106px;
  position: relative;
  z-index: 5;
  background: #082d61;
  margin-bottom: 22px;
  border-radius: 25px;
}

.news .news_list ul li a{
  display: block;
  padding-left: 62px;
  font-size: 20px;
  color: #fff;
  -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.n1 a{
  background: url(../images/news1.png) no-repeat 20px center;
}

.news .news_list ul li.n2 a{
  background: url(../images/news2.png) no-repeat 20px center;
}


.news .news_list ul li.n3 a{
  background: url(../images/news3.png) no-repeat 20px center;
}

.news .news_list ul li::after{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 100%;
  background: #fbb100;
  border-radius: 24px;
  z-index: -1;
  content: "";
  -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.casehover::after{
  width: 100%;
}

.news .news_list ul li.casehover a{
  color: #333333;

}

.news .news_list ul li.n1.casehover a{
  background: url(../images/news11.png) no-repeat 20px center;
}

.news .news_list ul li.n2.casehover a{
  background: url(../images/news22.png) no-repeat 20px center;
}


.news .news_list ul li.n3.casehover a{
  background: url(../images/news33.png) no-repeat 20px center;
}


.news .news_box{
  margin: 0 auto;
} 

.news .news_box .news_top{
  height: 382px;
}

.news .news_box .news_top ul li{
  float: left;
  width: 340px;
  height: 380px;
  background: #fff;
  border: 1px solid #dcdcdc;
  margin-right: 35px;
}

.news .news_box .news_top ul li .time{
  height: 110px;
  border-bottom: 1px solid #dcdcdc;
  padding: 0 25px;
  width: 290px;
}

.news .news_box .news_top ul li .time i{
  display: block;
  font-size: 12px;
  color: #bdbdbd;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding-top: 35px;

}

.news .news_box .news_top ul li .time span{
  display: block;
  font-size: 24px;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 2px;
}

.news .news_box .news_top ul li .txt{
  margin: 0 25px;

} 

.news .news_box .news_top ul li .txt h5 a{
  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;
  margin: 45px auto 28px auto;
}

.news .news_box .news_top ul li .txt p{
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}

.news .news_box .news_top ul li .txt .more{
  display: block;
  font-size: 12px;
  color: #676767;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  width: 80px;
  height: 31px;
  line-height: 31px;
  background: #f0f0f0;
  border-radius: 45px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 40px;
}

.news .news_box .news_top ul li:hover .txt h5 a{
  color: #082d61;
}

.news .news_box .news_top ul li:hover .txt .more{
  background: #082d61;
  color: #fff;
}

.news .news_box .list{
  margin: 27px auto 0 auto;
  width: 1300px;
  height: 211px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
}

.news .news_box .list ul li{
  float: left;
  width: 302px;
  height: 78px;
  border-right: 1px dashed #dcdcdc;
  border-bottom: 1px dashed #dcdcdc;
  padding: 27px 65px 0 65px;
}

.news .news_box .list ul li:nth-child(3n){
  border-right: none;
}

.news .news_box .list ul li a{
  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;
}

.news .news_box .list ul li span{
  display: block;
  font-size: 14px;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 8px;
}

.news .news_box .list ul li:hover a{
  color: #082d61;
}