
/*-----------------------------------------------------------*/
/*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;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
}
.banner .swiper-slide-active img,
.banner .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}
.banner .swiper-button-next1 {
  position: absolute;
  width: 65px;
  height: 65px;
  background: url(../images/bannerR.png) no-repeat center;
  right: 5%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
  background-size: contain;
}
.banner .swiper-button-prev1 {
  position: absolute;
  width: 65px;
  height: 65px;
  background: url(../images/bannerL.png) no-repeat center;
  float: left;
  z-index: 5;
  cursor: pointer;
  left: 5%;
  top: 50%;
  background-size: contain;
}
.banner .swiper-pagination {
  width: 100%;
  bottom: 50px;
  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: #1747bf;
}




/* title */

.title{

}

.title span{
  display: block;
  font-size: 46px;
  color: #333;
  font-family: "Impact";
  line-height: 45px;
  text-transform: capitalize;
}

.title span i{
  font-size: 46px;
  color: #3f74e4;
  font-family: "Impact";
  text-transform: capitalize;
}

.title h3{
  font-size: 26px;
  color: #333;
  font-weight: bold;
  line-height: 24px;
  margin-top: 8px;
  background: url(../images/title.png) no-repeat left center;
  padding-left: 85px;
  margin-left: -85px;
}

.title h3 a{
  display: block;
  font-size: 26px;
  color: #333;
  font-weight: bold;
}


/* product */

.pro_bg{
  margin: 0 auto;
  width: 100%;
  background: url(../images/pro_bg.jpg) no-repeat top center;
  height: 1359px;
  overflow: hidden;
}

.pro_bg .product{
  margin: 0 auto;

}

.pro_bg .product .pro_t{
  margin: 0 auto;
  height: 195px;
  width: 1300px;
}

.pro_bg .product .pro_t .title{
  float: left;
  padding-top: 76px;
}

.product .pro_t .sou{
  float: right;
  margin-top: 90px;
  width: 456px;
  height: 68px;
  background: #3f74e4;
  border-radius: 8px;
}

.product .pro_t .sou .sou_t{
  float: left;
  width: 95px;
  height: 26px;
  border-right: 1px solid #e0e0e0;
  margin-top: 21px;
  margin-left: 30px;
  font-size: 18px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: capitalize;
}

.product .pro_t .sou input {
  margin-left: 25px;
  width: 215px;
  height: 68px;
  background: none;
  font-size: 16px;
  color: #fff;
}

::placeholder{
  color: #fff;
}

.product .pro_t .sou .bth{
  float: right;
  width: 90px;
  height: 68px;
  background:  #edb743;
  cursor: pointer;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.product .pro_t .sou .bth img{
  display: block;
  margin: 23px auto 0 auto;
}





.pro_bg .product .pro_list_bg{
  margin: 0 auto;
  height: 169px;
  background: url(../images/pro_list.png) no-repeat top center;
} 

.pro_bg .product .pro_list{
  margin: 0 auto;
  height: 169px;
  width: 1300px;
} 

.pro_bg .product .pro_list ul li{
  float: left;
  width: 154px;
  height: 154px;
  margin-right: 15px;
  position: relative;
  z-index: 5;

}

.pro_bg .product .pro_list ul li a{
  display: block;
  text-align: center;
}

.pro_bg .product .pro_list ul li a em{
  display: block;
  width: 17px;
  height: 17px;
  margin: 53px auto 20px auto;
  background: url(../images/pro_ico1.png) no-repeat  center;
}

.pro_bg .product .pro_list ul li a i{
  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;


}

.pro_bg .product .pro_list .more{
  float: right;
  width: 100px;
}

.pro_bg .product .pro_list .more a{
  display: block;
  text-align: center;
}

.pro_bg .product .pro_list .more a em{
  display: block;
  width: 34px;
  height: 8px;
  margin: 59px auto 23px auto;
  background: url(../images/pro_ico3.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 .more i{
  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;
}

.pro_bg .product .pro_list ul li::after{
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  width: 0px;
  height: 0px;
  background: url(../images/pro_hover.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.on::after{
  top: 7px;
  left: 0;
  width: 100%;
  height: 100%;

}

.pro_bg .product .pro_list ul li.on a em{
  background: url(../images/pro_ico2.png) no-repeat  center;
}

.pro_bg .product .pro_list ul li.on a i{
  font-weight: bold;
  color: #0531a6;
}

.pro_bg .product .pro_box{
  margin: 40px auto 0 auto;
  width: 1360px;
}

.pro_bg .product .pro_box ul li{
  float: left;
  width: 400px;
  margin: 0 50px 40px 0;
}

.pro_bg .product .pro_box ul li .pic{
  width: 400px;
  height: 300px;
  background: #ffffff;

}

.pro_bg .product .pro_box ul li .pic img{
  width: 344px;
  height: 244px;
  margin: 28px;
}

.pro_bg .product .pro_box ul li .txt{
  margin: 13px auto 0 auto;
  width: 400px;
  height: 98px;
  background: #ffffff;
  position: relative;
  z-index: 5;
}

.pro_bg .product .pro_box ul li .txt h5 a{
  float: left;
  width: 200px;
  margin-left: 28px;
  margin-top: 25px;
  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;
  background: url(../images/buttom1.png) no-repeat bottom left;
  padding-bottom: 22px;

}

.pro_bg .product .pro_box ul li .txt .more{
  display: block;
  float: right;
  line-height: 98px;
  margin-right: 20px;
  padding-right: 35px;
  font-size: 16px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../images/more1.png) no-repeat center right;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box ul li .txt::after{
  position: absolute;
  right: 53px;
  bottom: 0px;
  content: "";
  width: 183px;
  height: 1px;
  background: #cccccc;
}

.pro_bg .product .pro_box ul li .txt::before{
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 0px;
  content: "";
  width: 0px;
  height: 100%;
  background: #3f74e4;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box ul li:hover .txt::before{
  width: 100%;
}

.pro_bg .product .pro_box ul li:hover .txt h5 a{
  color: #fff;
  background: url(../images/buttom2.png) no-repeat bottom left;
}

.pro_bg .product .pro_box ul li:hover .txt .more{
  color: #fff;
  background: url(../images/more2.png) no-repeat center right;
}



/* ys */

.ys_bg{
  margin: 0 auto;
  width: 100%;
  height: 933px;
  background: url(../images/ys_bg.jpg) no-repeat center top;
  overflow: hidden;
}

.ys_bg .ys{
  width: 1300px;
  margin: 0 auto;
  padding-top: 95px;
}

.ys_bg .ys .ys_t{
  height: 110px;
}

.ys_bg .ys .ys_t span{
  display: block;
  font-size: 78px;
  color: #1747bf;
  font-family: "Impact";
  line-height: 70px;
  float: left;
}

.ys_bg .ys .ys_t h3{
  float: right;
  text-align: right;
}

.ys_bg .ys .ys_t h3 i{
  display: block;
  font-size: 12px;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 40px;
  margin-right: -35px;

}

.ys_bg .ys .ys_t h3  em{
  display: block;
  font-size: 24px;
  color: #333;
  position: relative;
  z-index: 5;
  margin: 7px 0 3px 0;
}

.ys_bg .ys .ys_t h3  em::after{
  position: absolute;
  right: -5px;
  bottom: 0px;
  content: "";
  z-index: -1;
  width: 180px;
  height: 13px;
  background: #edb743;
  -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{
  margin: 0 auto;
  position: relative;

}

.ys_bg .ys .ys_box .bd{
  float: left;
  width: 820px;
}

.ys_bg .ys .ys_box .bd ul li{
  float: left;
}

.ys_bg .ys .ys_box .bd ul li .txt{
  position: relative;
}

.ys_bg .ys .ys_box .bd ul li .txt::after{
  position: absolute;
  left: 0px;
  top: 38px;
  content: "";
  width: 1px;
  height: 129px;
  background: #edb743;
}

.ys_bg .ys .ys_box .bd ul li em{
  display: block;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 24px;

}

.ys_bg .ys .ys_box .bd ul li h5{
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin: 7px 0 0 35px;

}

.ys_bg .ys .ys_box .bd ul li i{
  display: block;
  font-size: 16px;
  color: #999;
  font-family: 'Times New Roman', Times, serif;
  margin: 0 0 0 35px;
}

.ys_bg .ys .ys_box .bd ul li p{
  font-size: 15px;
  color: #333;
  line-height: 36px;
  margin: 10px 0 0 35px;
}


.ys_bg .ys .ys_box .hd{
  position: absolute;
  right: 0px;
  top: 32px;
  z-index: 5;

}

.ys_bg .ys .ys_box .hd .next{
  cursor: pointer;
  width: 57px;
  height: 57px;
  float: left;
  background: url(../images/ys_left.png) no-repeat center;
}


.ys_bg .ys .ys_box .hd .prev{
  cursor: pointer;
  width: 57px;
  height: 57px;
  float: left;
  margin-left: 38px;
  background: url(../images/ys_right.png) no-repeat center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 8px 6px rgba(242, 193, 89, .05);
  box-shadow: 0 0 8px 6px rgba(242, 193, 89, .05);
}



/* case */

.case_bg{
  width: 100%;
  height: 964px;
  margin: 0 auto;
  background: url(../images/case_bg.jpg) no-repeat top center;
  overflow: hidden;
}

.case_bg .case{
  width: 1300px;
  margin: 0 auto;
}


.case_bg .case .case_t{
  height: 185px;

}

.case_bg .case .case_t .title{
  float: left;
  padding-top: 78px;
}

.case_bg .case .case_t .more{
  float: right;
  margin-top: 100px;
  border-radius: 45px;
  text-align: center;
  width: 131px;
  height: 43px;
  line-height: 43px;
  background: #1678e8;
}

.case_bg .case .case_t .more a{
  display: block;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
}

.case_bg .case .case_box{
  margin: 0 auto;
  width: 1360px;
} 

.case_bg .case .case_box ul li{
  float: left;
  width: 382px;
  margin: 0 75px 45px 0;
}

.case_bg .case .case_box ul li:nth-child(3n){
  margin-right: 0;
}

.case_bg .case .case_box ul li .pic{
  width: 382px;
  height: 265px;
  background: #fff;

}

.case_bg .case .case_box ul li .pic img{
  width: 372px;
  height: 255px;
  margin: 5px;
}

.case_bg .case .case_box ul li .txt{
  margin: 13px auto 0 auto;

}

.case_bg .case .case_box ul li .txt h5{
  float: left;
  width: 310px;
  height: 48px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;

}

.case_bg .case .case_box 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;
  background: url(../images/buttom3.png) no-repeat left center;
  padding-left: 17px;
  line-height: 38px;

}

.case_bg .case .case_box ul li .txt .more{
  float: right;
  width: 55px;
  height: 55px;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  background: url(../images/more3.png) no-repeat center;

}

.case_bg .case .case_box ul li .txt h5::after{
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  width: 0px;
  height: 1px;
  background: #1678e8;
  -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:hover .txt h5 a{
  color: #1678e8;
}

.case_bg .case .case_box ul li:hover .txt h5::after{
  width: 100%;
}


/* team */

.team_bg{
  width: 100%;
  height: 821px;
  margin: 0 auto;
  background: url(../images/team_bg.jpg) no-repeat top center;
  overflow: hidden;
}

.team_bg .team{
  margin: 0 auto;
  width: 1300px;
  padding-top: 85px;
}

.team_bg .team .team_t{
  height: 75px;

}

.team_bg .team .team_t .title{
  float: left;
}

.team_bg .team .team_t .more{
  float: right;
  border-radius: 45px;
  text-align: center;
  width: 131px;
  height: 43px;
  line-height: 43px;
  background: #1678e8;
  margin-top: 10px;
} 

.team_bg .team .team_t .more a {
  display: block;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
}

.team_bg .team .team_box{
  margin: 0 auto;
  position: relative;
}

#certify {
	position: relative;
	width: 1310px;
	margin: 0 auto;
  overflow: hidden;
}


#certify  .swiper-slide {
  position: relative;
  width: 480px ;
}

#certify  .swiper-slide .nr{
  width: 155px;
  margin: 160px auto 0 auto;
  position: relative;
}


#certify  .swiper-slide-next .nr{
  left: 34px;

}

#certify  .swiper-slide-prev .nr{
  left: -34px;
  
}

#certify  .swiper-slide .pic{
  width: 155px;
  height: 155px;
  border-radius: 50%;
  margin: 0 auto;
}

#certify  .swiper-slide .pic img{
  width: 155px;
  height: 155px;
  border-radius: 50%;

}

#certify  .swiper-slide-active{
  width: 480px ;
}

#certify  .swiper-slide-active .nr{
  width: 480px ;
  margin: 0px auto 0 auto;
}

#certify  .swiper-slide-active .pic{
  width: 480px;
  height: 480px;
  background: rgba(255, 255, 255, 1);
  border-radius: 50%;
}

#certify  .swiper-slide-active .pic img{
  width: 368px;
  height: 368px;
  border-radius: 50%;
  margin: 56px;

}

#certify  .swiper-slide .txt{
  margin: 17px auto 0 auto;
  text-align: center;
  opacity: 0;
} 

#certify  .swiper-slide .txt h5{
  font-size: 22px;
  color: #333;
  font-weight: bold;

}

#certify  .swiper-slide .txt span{
  display: block;
  font-size: 14px;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 0px;
}

#certify  .swiper-slide .txt p{
  font-size: 16px;
  color: #333;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 10px;
}

#certify  .swiper-slide-active .txt{
 opacity: 1;
}

.team_box .team_button{
  position: absolute;
  left: 0;
  top: 465px;
  z-index: 5;

}

.team_box .team_button .swiper-team-next{
  float: left;
  cursor: pointer;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background: #efbb4d url(../images/fc_right.png) no-repeat center;

}

.team_box .team_button .swiper-team-prev{
  float: left;
  cursor: pointer;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background: #1678e8 url(../images/fc_left.png) no-repeat center;
  margin-right: 40px;

}


.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;
}

.team_box .tel{
  position: absolute;
  right: 0;
  top: 485px;
  text-align: right;
  z-index: 5;
}

.team_box .tel span{
  display: block;
  font-size: 40px;
  color: #333;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  line-height: 20px;
  padding-right: 24px;
  background: url(../images/team_ico.png) no-repeat right 0px;
  height: 29px;
  margin-right: -24px;
  margin-bottom: 5px;
}

.team_box .tel i{
  display: block;
  font-size: 12px;
  color: #333;
  line-height: 35px;
  border-bottom: 1px solid #282d38;

}

.team_box .tel em{
  display: block;
  font-size: 22px;
  color: #333;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 10px;
}









/* about */

.ab_bg{
  width: 100%;
  height: 1328px;
  margin: 0 auto;
  background: url(../images/ab_bg.jpg) no-repeat top center;
}

.ab_bg .about{
  margin: 0 auto;
  width: 1300px;
  padding-top: 125px;
}

.ab_bg .about .ab_box{
  margin-left: 460px;
}

.ab_bg .about .ab_box .title{
  text-align: right;
}

.ab_bg .about .ab_box .title h3 {
  background: url(../images/ab_xt.png) no-repeat right center;
  padding-right: 85px;
  margin-right: -85px;
}

.ab_bg .about .ab_box .txt{
  margin-top: 83px;
  text-align: right;
  height: 393px;

}

.ab_bg .about .ab_box .txt h5 a{
  display: block;
  font-size: 30px;
  color: #333;
  font-weight: bold;
  line-height: 36px;
}

.ab_bg .about .ab_box .txt i{
  display: block;
  font-size: 16px;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
}

.ab_bg .about .ab_box .txt em{
  display: inline-block;
  text-align: right;
  background: url(../images/buttom4.png) no-repeat center;
  width: 19px;
  height: 12px;
  margin: 15px 0 10px 0;
}

.ab_bg .about .ab_box .txt p{
  font-size: 16px;
  color: #666666;
  line-height: 42px;
  height: 210px;
  overflow: hidden;
}


/* fc */

.fc{
  margin: 0 auto;
  width: 1300px;
  position: relative;
}

.fc .fc_list{
  margin: 0 auto;
  height: 238px;

}

.fc .fc_list ul{
  float: right;
  margin-right: -35px;
}

.fc .fc_list ul li{
  float: left;
  margin-left: 75px;
  margin-top: 78px;
  width: 120px;
  height: 160px;
  background: url(../images/fc_list.png) no-repeat top center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
}

.fc .fc_list ul li a{
  display: block;
  text-align: center;
}

.fc .fc_list ul li a span{
  display: block;
  margin: 25px auto 25px auto;
  border-radius: 50%;
  overflow: hidden;
  width: 68px;
  height: 68px;
  background: rgba(255, 255, 255, 0.53);
}

.fc .fc_list ul li a span .fc1{
  display: block;
  margin: 0 auto;
  width: 68px;
  height: 68px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fc .fc_list ul li a span .fc2{
  display: block;
  margin: 0 auto;
  width: 68px;
  height: 68px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fc .fc_list ul li a i{
  font-size: 18px;
  color: #333;
  line-height: 120px;
  letter-spacing: 2px;
  writing-mode: tb-rl;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}

.fc .fc_list ul li.on{
  margin-top: 0px;
  height: 238px;
}

.fc .fc_list ul li.on a i{
  opacity: 1;
}

.fc .fc_list ul li.on a span{
  background: #edb743;
}

.fc .fc_list ul li.on a span .fc1{
  transform: translateY(-68px);
}

.fc .fc_list ul li.on a span .fc2{
  transform: translateY(-68px);
}

.fc .parBd{
  margin: 50px auto 0 auto;
  position: relative;
  border-bottom: 1px solid #ececec;
  height: 259px;
} 

.fc .parBd ul li{
  float: left;
  width: 298px;
  margin: 0 13px;
}

.fc .parBd ul li .pic{
  width: 298px;
  height: 201px;
  background: #f1f1f1;
  border-radius: 5px;

}

.fc .parBd ul li .pic img{
  width: 288px;
  height: 191px;
  border-radius: 5px;
  margin: 5px;
}

.fc .parBd ul li .txt{
  margin: 10px auto 0 auto;
  height: 48px;
  line-height: 48px;
  position: relative;
  text-align: center;


}


.fc .parBd 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;
}

.fc .parBd ul li .txt::after{
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  width: 0px;
  height: 1px;
  background: #1822a8;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.fc .parBd ul li:hover .txt::after{
  width: 100%;
}

.fc .parBd .sPrev{
  position: absolute;
  left: -80px;
  top: 85px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background: #1678e8 url(../images/fc_left.png) no-repeat center;
  -webkit-box-shadow: 0 0 8px 6px rgba(37, 70, 106, .05);
  box-shadow: 0 0 8px 6px rgba(37, 70, 106, .05);
  border-radius: 50%;
}

.fc .parBd .sNext{
  position: absolute;
  right: -80px;
  top: 85px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background: #f0be53 url(../images/fc_right.png) no-repeat center;
  -webkit-box-shadow: 0 0 8px 6px rgba(242, 193, 89, .05);
  box-shadow: 0 0 8px 6px rgba(242, 193, 89, .05);
  border-radius: 50%;
}



/* news */


.news{
  width: 1300px;
  margin: 0px auto 0px auto;
  height: 820px;
}

.news .news_t{
  height: 140px;
}

.news .news_t .title{
  float: left;
  margin-top: 25px;
}

.news .news_t .news_list{
  float: right;
  margin-top: 30px;

}

.news .news_t .news_list ul li{
  float: left;
  margin-left: 45px;
  border-radius: 45px;
  width: 140px;
  height: 44px;
  line-height: 44px;
  position: relative;
  z-index: 5;


}

.news .news_t .news_list ul li a{
  display: block;
  font-size: 18px;
  color: #333333;
  padding-left: 50px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_t .news_list ul li:nth-child(1) a{
  background: url(../images/news1.png) no-repeat 15px center;
}

.news .news_t .news_list ul li:nth-child(2) a{
  background: url(../images/news2.png) no-repeat 15px center;
}

.news .news_t .news_list ul li:nth-child(3) a{
  background: url(../images/news3.png) no-repeat 15px center;
}

.news .news_t .news_list ul li::after{
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  z-index: -1;
  width: 0px;
  height: 100%;
  background: #1678e8;
  border-radius: 45px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_t .news_list ul li.on::after{
  width: 100%;
}

.news .news_t .news_list ul li.on a{
  color: #fff;
}


.news .news_t .news_list ul li.on:nth-child(1) a{
  background: url(../images/news11.png) no-repeat 23px center;
}

.news .news_t .news_list ul li.on:nth-child(2) a{
  background: url(../images/news22.png) no-repeat 23px center;
}

.news .news_t .news_list ul li.on:nth-child(3) a{
  background: url(../images/news33.png) no-repeat 23px center;
}


.news .news_box{
  margin: 0 auto;

} 

.news .news_box .news_l{
  float: left;
  width: 514px;
  height: 588px;
  border: 1px solid #e8e8e8;
  padding: 0 38px;
}

.news .news_box .news_l span{
  display: block;
  height: 102px;
  line-height: 102px;
  font-size: 34px;
  color: #666666;
  font-family: "Impact";
}

.news .news_box .news_l .news_img{
  width: 514px;
  height: 294px;
  margin: 0 auto;

}

.news .news_box .news_l .news_img img{
  width: 514px;
  height: 294px;
  object-fit: cover;
}

.news .news_box .news_l h5{
  margin: 10px 0 13px 0;
  border-bottom: 1px solid #ededed;
  position: relative;
}

.news .news_box .news_l h5 a{
  font-size: 18px;
  color: #333;
  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;
  background: url(../images/buttom5.png) no-repeat left center;
  padding-left: 20px;
  line-height: 67px;

}

.news .news_box .news_l h5::after{
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  z-index: -1;
  width: 0px;
  height: 1px;
  background: #1678e8;
  -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 p{
  font-size: 15px;
  color: #666666;
  line-height: 36px;
  height: 72px;
  overflow: hidden;
}


.news .news_box .news_r{
  float: right;
  width: 635px;
}

.news .news_box .news_r ul li{
  width: 635px;
  height: 132px;
  border-bottom: 1px solid #f7f7f7;
  margin: 0 0 29px 0;

}

.news .news_box .news_r ul li:last-child{
  border-bottom: none;
}

.news .news_box .news_r ul li .news_img{
  float: left;
  width: 140px;
  height: 102px;
  border: 1px solid #ededed;
  overflow: hidden;

}

.news .news_box .news_r ul li .news_img img{
  width: 140px;
  height: 102px;
  -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{
  float: right;
  width: 487px;

} 

.news .news_box .news_r ul li .txt .time{
  width: 95px;
  height: 56px;
  border-right: 1px solid #c8c8c8;
  margin-top: 20px;
  text-align: center;
  float: left;

}

.news .news_box .news_r ul li .txt .time span{
  display: block;
  font-size: 40px;
  color: #333;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
}

.news .news_box .news_r ul li .txt .time i{
  display: block;
  font-size: 14px;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 13px;
}

.news .news_box .news_r ul li .txt .nr{
  float: right;
  width: 368px;
  margin-top: 17px;
}

.news .news_box .news_r ul li .txt .nr a{
  font-size: 16px;
  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;
}

.news .news_box .news_r ul li .txt .nr p{
  font-size: 14px;
  color: #666;
  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;
  margin-top: 15px;
}

.news .news_box .news_r ul li:hover .txt .nr a{
  color: #3f74e4;

}


.news .news_box .news_r ul li:hover .news_img img{
  transform: scale(1.1);
}

.news .news_box .news_l:hover h5::after{
  width: 100%;

}

.news .news_box .news_l:hover h5 a{
  color: #3f74e4;
}

