
/*-----------------------------------------------------------*/
/*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;
  top: -110px;
}

.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: 63px;
  height: 63px;
  background: url(../images/bannerR.png) no-repeat  center;
  right: 4%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}

.banner .swiper-button-prev1{
  position: absolute;
  width: 63px;
  height: 63px;
  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: #33487d;
}




/* title */

.title{
  margin: 0 auto;
  text-align: center;

}

.title h3{
  font-size: 36px;
  color: #333;
  font-weight: bold;
  line-height: 35px;
  height: 50px;
  background: url(../images/title.png) no-repeat bottom  center;

}

.title h3 a{
  font-size: 36px;
  color: #333;
  font-weight: bold;
  display: block;
}

.title i{
  display: block;
  font-size: 18px;
  color: #777777;
  margin-top: 10px;
  letter-spacing: 9px;
}


/* product */

.product{
  width: 1300px;
  margin: -50px auto 0 auto;
}

.product .pro_box{
  width: 1300px;
  height: 491px;
  margin: 0px auto 0 auto;
  background: url(../images/pro_bg.png) no-repeat  center;
}

.product .pro_box ul{
  padding-top: 55px;
  margin-left: 40px;
}

.product .pro_box ul li{
  float: left;
  width: 287px;
  margin-left: -80px;
}


.product .pro_box ul li .pic{
  width: 287px;
  height: 287px;
  border-radius: 50%;
  position: relative;
}

.product .pro_box ul li .pic a{
  display: block;
  width: 287px;
  height: 287px;
  position: relative;
}

.product .pro_box ul li .pic .p_ico1{
  width: 287px;
  height: 287px;
  border-radius: 50%;
  position: relative;
}

.product .pro_box ul li:nth-child(2n) .pic a::after{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/ico3.png) repeat  center;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 50%;
}

.product .pro_box ul li .pic .p_ico2{
  width: 107px;
  height: 107px;
  margin: 0 auto;
  position: absolute;
  top: 90px;
  left: 90px;
  background:  #fff;
  border-radius: 50%;
  z-index: 9;
}

.product .pro_box ul li .txt{
  text-align: center;
  margin-bottom: 15px;

}

.product .pro_box ul li .txt a{
  display: block;
}

.product .pro_box ul li .txt a span{
  font-size: 24px;
  color: #33487d;
  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;
}

.product .pro_box ul li .txt a em{
  font-size: 14px;
  color: #444444;
  display: block;
  line-height: 10px;
}

.product .pro_box ul li .txt a i{
  font-size: 14px;
  color: #bbbbbb;
  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-transform: uppercase;
}

.product .pro_box ul li.p1 .pic,
.product .pro_box ul li.p3 .pic,
.product .pro_box ul li.p5 .pic{
  width: 187px;
  height: 187px;
  border-radius: 50%;
  background: #fff;
  border: 10px solid #f7f7f7;
  position: relative;
  margin: 105px auto 24px auto;
  -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.p1 .pic a,
.product .pro_box ul li.p3 .pic a,
.product .pro_box ul li.p5 .pic a{
  width: 107px;
  height: 107px;
  margin: 40px auto 0 auto;
  display: block;
  position: relative;
  overflow: hidden;
}


.product .pro_box ul li.p1 .pic .p_ico1,
.product .pro_box ul li.p3 .pic .p_ico1,
.product .pro_box ul li.p5 .pic .p_ico1{
  width: 107px;
  height: 107px;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  top: 0;
}


.product .pro_box ul li.p1 .pic .p_ico2,
.product .pro_box ul li.p3 .pic .p_ico2,
.product .pro_box ul li.p5 .pic .p_ico2{
  width: 107px;
  height: 107px;
  margin: 0 auto;
  position: absolute;
  top: 107px;
  left: 0px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: none;
}

.product .pro_box ul li.p1{
  position: relative;
  z-index: 9;

}


.product .pro_box ul li.p3{
  position: relative;
  z-index: 9;
}


.product .pro_box ul li.p5{
  position: relative;
  z-index: 9;
}


.product .pro_box ul li.p1.on .pic,
.product .pro_box ul li.p3.on .pic,
.product .pro_box ul li.p5.on .pic{
  background: #33487d;

}


.product .pro_box ul li.p1.on .pic .p_ico1,
.product .pro_box ul li.p3.on .pic .p_ico1,
.product .pro_box ul li.p5.on .pic .p_ico1{
  top: -130px;
}


.product .pro_box ul li.p1.on .pic .p_ico2,
.product .pro_box ul li.p3.on .pic .p_ico2,
.product .pro_box ul li.p5.on .pic .p_ico2{
  top: 0px;
  left: 0;

}



/* case */

.case_bg{
  width: 100%;
  margin: 57px auto 0 auto;
  height: 750px;
  background: #f9f9f9;
}

.case_bg .case{
  width: 1300px;
  margin: 0 auto;
  padding-top: 45px;
}

.case_bg .case .case_list{
  margin: 30px auto 0 auto;
}

.case_bg .case .case_list ul{
  text-align: center;
}

.case_bg .case .case_list ul li{
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  background: url(../images/buttom1.png) no-repeat  center;
  margin: 0 14px;
  position: relative;
  z-index: 5;
}

.case_bg .case .case_list ul li a{
  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;
  text-align: center;
}

.case_bg .case .case_list ul li::after{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 100%;
  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;
}

.case_bg .case .case_list ul li.on::after{
  width: 100%;

}

.case_bg .case .case_list ul li.on a{
  color: #fff;
}

.case_bg .case .case_box{
  margin: 30px auto 0 auto;
  width: 1360px;
}

.case_bg .case .case_box ul li{
  float: left;
  width: 630px;
  height: 224px;
  background: #fff;
  border-radius: 8px;
  margin: 0 35px 22px 0;
}

.case_bg .case .case_box ul li .pic{
  width: 260px;
  height: 200px;
  float: left;
  margin: 10px;
  border-radius: 6px;
  overflow: hidden;
}

.case_bg .case .case_box ul li .pic img{
  width: 260px;
  height: 200px;
  border-radius: 6px;
  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 ul li .txt{
  float: right;
  width: 305px;
  margin-right: 25px;
  margin-top: 27px;

} 

.case_bg .case .case_box ul li .txt h5{
  font-size: 20px;
  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_bg .case .case_box ul li .txt p{
  font-size: 18px;
  color: #777;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  margin-top: 4px;
}

.case_bg .case .case_box ul li .txt .more{
  display: inline-block;
  margin-top: 24px;
  font-size: 18px;
  color: #33487d;
  background:  url(../images/more.png) no-repeat right bottom ;
  padding-right: 5px;
  height: 23px;
}

.case_bg .case .case_box ul li:hover .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.case_bg .case .case_box ul li:hover .txt h5{
  color: #33487d;
}


/* fw */

.fw{
  width: 1300px;
  margin: 55px auto 0 auto;
}

.fw .fw_box{
  width: 1300px;
  margin: 25px auto 0 auto;
}

.fw .fw_box .hd{
  width: 1300px;
}

.fw .fw_box .hd ul li{
  float: left;
  width: 325px;
  height: 410px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}

.fw .fw_box .hd ul li .pic{
  background: #eeeeee;
  width: 325px;
  height: 410px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fw .fw_box .hd ul li .pic img{
  width: 315px;
  height: 400px;
  margin: 5px;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fw .fw_box .hd ul li .txt{
  position: absolute;
  width: 315px;
  height: 400px;
  left: 5px;
  top: 5px;
  background: url(../images/ico1.png) repeat  center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
} 

.fw .fw_box .hd ul li .txt a{
  display: block;
  text-align: center;
}

.fw .fw_box .hd ul li .txt a span{
  display: block;
  margin: 85px auto 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}

.fw .fw_box .hd ul li .txt a span img{
  display: block;
  width: 100px;
  height: 100px;
}

.fw .fw_box .hd ul li .txt a i{
  font-size: 24px;
  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;
  margin: 55px auto 0 auto;
}

.fw .fw_box .hd ul li .txt a em{
  font-size: 14px;
  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;
  opacity: 0.5;
  text-transform: uppercase;
  margin-top: 3px;
}

.fw .fw_box .hd ul li .txt_on{
  position: absolute;
  width: 0px;
  height: 100px;
  left: 5px;
  bottom: 5px;
  background: url(../images/ico2.png) repeat  center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  overflow: hidden;
} 

.fw .fw_box .hd ul li .txt_on a{
  display: block;
}

.fw .fw_box .hd ul li .txt_on a img{
  display: block;
  float: left;
  width: 100px;
  height: 100px;

}

.fw .fw_box .hd ul li .txt_on a span{
  font-size: 24px;
  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;
  margin: 18px auto 0 auto;
  float: right;
  width: 180px;

}

.fw .fw_box .hd ul li .txt_on a span i{
  font-size: 14px;
  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;
  opacity: 0.5;
  margin-top: 1px;
}

.fw .fw_box .hd ul li.on{
  width: 650px;
  height: 410px;
}

.fw .fw_box .hd ul li.on .pic{
  width: 650px;
  height: 410px;
}

.fw .fw_box .hd ul li.on .pic img{
  width: 640px;
  height: 400px;
}

.fw .fw_box .hd ul li.on .txt{
  opacity: 0;
}

.fw .fw_box .hd ul li.on .txt_on{
  opacity: 1;
  width: 300px;
}



/* news */

.news_bg{
  width: 100%;
  margin: 60px auto 0 auto;
  height: 800px;
  background: #f9f9f9;

}

.news_bg .news{
  width: 1300px;
  margin: 0 auto;
  padding-top: 40px;
}

.news_bg .news .title{
  margin-bottom: 30px;
}

.news_bg .news .news_list{
  float: left;
  width: 230px;
  height: 396px;
  background: #fff;
  border-radius: 8px;
} 

.news_bg .news .news_list ul{
  margin-top: 65px;
}

.news_bg .news .news_list ul li{
  width: 230px;
  height: 56px;
  line-height: 56px;
  position: relative;
  z-index: 5;
  margin-bottom: 35px;

}

.news_bg .news .news_list ul li a{
  display: block;
  padding-left: 85px;
  font-size: 18px;
  color: #33487d;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_list ul li.n1 a{
  background: url(../images/news1.png) no-repeat 45px center;
}

.news_bg .news .news_list ul li.n2 a{
  background: url(../images/news2.png) no-repeat 45px center;
}

.news_bg .news .news_list ul li.n3 a{
  background: url(../images/news3.png) no-repeat 45px center;
}

.news_bg .news .news_list ul li::after{
  position: absolute;
  left: -12px;
  top: 0px;
  width: 0;
  height: 56px;
  background: #33487d;
  content: "";
  z-index: -1;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_list ul li.casehover a{
  color: #fff;

}

.news_bg .news .news_list ul li.casehover::after{
  width: 214px;
}

.news_bg .news .news_list ul li.n1.casehover a{
  background: url(../images/news11.png) no-repeat 45px center;
}

.news_bg .news .news_list ul li.n2.casehover a{
  background: url(../images/news22.png) no-repeat 45px center;
}

.news_bg .news .news_list ul li.n3.casehover a{
  background: url(../images/news33.png) no-repeat 45px center;
}


.news_bg .news .news_box{
  float: right;
  width: 1008px;
} 

.news_bg .news .news_box .news_top{
  height: 396px;
  height: 396px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .01);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .01);
}

.news_bg .news .news_box .news_top ul li{
  float: left;
  width: 335px;
  height: 396px;
  border-right: 1px solid #f9f9f9;
}

.news_bg .news .news_box .news_top ul li .txt{
  width: 283px;
  height: 145px;
  margin: 0 auto;

}

.news_bg .news .news_box .news_top ul li .txt span{
  display: block;
  font-size: 18px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 25px;
}

.news_bg .news .news_box .news_top ul li .txt span i{
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.news_bg .news .news_box .news_top ul li .txt a{
  font-size: 18px;
  color: #333;
  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: 12px;
}

.news_bg .news .news_box .news_top ul li .txt em{
  display: block;
  width: 18px;
  height: 2px;
  background: #e0e0e0;
  margin-top: 17px;
}

.news_bg .news .news_box .news_top ul li .news_img{
  width: 283px;
  height: 174px;
  margin: 0 auto;
  overflow: hidden;
}

.news_bg .news .news_box .news_top ul li .news_img img{
  width: 283px;
  height: 174px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news_bg .news .news_box .news_top ul li p{
  width: 283px;
  margin: 24px auto 0 auto;
  font-size: 15px;
  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;
}

.news_bg .news .news_box .news_top ul li:hover .txt a{
  color: #33487d;

}

.news_bg .news .news_box .news_top ul li:hover .news_img img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.news_bg .news .news_box .list{
  margin: 50px auto 0 auto;
  width: 1050px;
} 

.news_bg .news .news_box .list ul li{
  float: left;
  width: 299px;
  margin: 0 48px 24px 0;
}

.news_bg .news .news_box .list ul li h5{
  height: 40px;
  width: 299px;
  background: url(../images/buttom3.png) no-repeat  bottom center;
}

.news_bg .news .news_box .list ul li h5 a{
  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;
}

.news_bg .news .news_box .list ul li span{
  display: block;
  font-size: 15px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 3px;
}

.news_bg .news .news_box .list ul li:hover h5 a{
  color: #33487d;
}

