
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}



/* banner */

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.banner .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.banner .swiper-slide {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}


.banner .swiper-button-next1{
  position: absolute;
  width: 65px;
  height: 65px;
  background: url(../images/bannerR.png) no-repeat  center;
  right: 4%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}

.banner .swiper-button-prev1{
  position: absolute;
  width: 65px;
  height: 65px;
  background: url(../images/bannerL.png) no-repeat  center;
  left: 4%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}

.banner .swiper-pagination {
  width: 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: #1f47ad;
}




/* trait */

.trait{
  width: 1300px;
  margin: 30px auto 0 auto;
  height: 40px;
}


.trait .trait_l{
  float: left;
  font-size: 18px;
  color: #444444;
  padding-left: 60px;
  line-height: 40px;
  background: url(../images/buttom1.png) no-repeat left center;
}


.trait .tel{
  float: right;
  font-size: 16px;
  color: #666666;
  padding-left: 55px;
  line-height: 40px;
  background: url(../images/tel.png) no-repeat left center;
} 


.trait .tel i{
  font-size: 30px;
  color: #383838;
  font-weight: bold;
}



/* title */

.title{


}



.title span{
  display: block;
  font-size: 72px;
  letter-spacing: 4px;
  line-height: 50px;
  color: #333;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
  opacity: 0.1;

}

.title h3{
  font-size: 36px;
  line-height: 40px;
  color: #333333;
  font-weight: bold;
  margin-top: -40px;
}


.title h3 a{
  display: block;
  font-size: 36px;
  line-height: 40px;
  color: #333333;
  font-weight: bold;
}



.title p{
  font-size: 16px;
  letter-spacing: 8px;
  color: #777777;
  margin-top: 10px;
}




/* about */

.ab_bg{
  width: 100%;
  margin: 60px auto 0 auto;
  height: 600px;
  overflow: hidden;
}

.ab_bg .about{
  width: 1300px;
  margin: 0 auto;
}


.ab_bg .about .ab_l{
  float: left;
  width: 605px;
}


.ab_bg .about .ab_l .ab_nr{
  margin-top: 60px;
}


.ab_bg .about .ab_l .ab_nr h5{
  font-size: 18px;
  color: #383838;
  font-weight: bold;
}

.ab_bg .about .ab_l .ab_nr p{
  height: 90px;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  overflow: hidden;
  margin: 15px 0 45px 0;
}


.ab_bg .about .ab_l .ab_nr .more{
  display: block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 45px;
  background: #fabc00;
  font-size: 16px;
  color: #222222;
}



.ab_bg .about .ab_l .ab_list{
  margin-top: 100px;
  width: 700px;

}


.ab_bg .about .ab_l .ab_list ul li{
  float: left;
  position: relative;
  width: 254px;
  height: 88px;
  margin-right: 135px;
}

.ab_bg .about .ab_l .ab_list ul li:last-child{
  margin-right: 0;
}

.ab_bg .about .ab_l .ab_list ul li::after{
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.ab_bg .about .ab_l .ab_list ul li a{
  display: block;
}


.ab_bg .about .ab_l .ab_list ul li a span{
  display: block;
  float: left;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}


.ab_bg .about .ab_l .ab_list ul li a span i{
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  font-family: "Arial";
  font-weight: normal;
  margin-bottom: 5px;
}


.ab_bg .about .ab_l .ab_list ul li a em{
  display: block;
  float: right;
  width: 23px;
  height: 25px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 18px;
  margin-right: 12px;
}


.ab_bg .about .ab_l .ab_list ul li.ab1 a em{
  background: url(../images/ab1.png) no-repeat  center;
}


.ab_bg .about .ab_l .ab_list ul li.ab2 a em{
  background: url(../images/ab2.png) no-repeat  center;
}


.ab_bg .about .ab_l .ab_list ul li.on::after{
  width: 100%;
}

.ab_bg .about .ab_l .ab_list ul li.ab1.on a em{
  background: url(../images/ab11.png) no-repeat  center;
}


.ab_bg .about .ab_l .ab_list ul li.ab2.on a em{
  background: url(../images/ab22.png) no-repeat  center;
}



.ab_bg .about .ab_r{
  float: right;
  position: relative;
  width: 592px;
}

.ab_bg .about .ab_r .ab_img{
  width: 902px;
  height: 600px;
  margin-right: -310px;

}

.ab_bg .about .ab_r .ab_img img{
  width: 902px;
  height: 600px;
}

.ab_bg .about .ab_r .ry{
  width: 300px;
  height: 198px;
  position: absolute;
  left: 0;
  bottom: 0;

}

.ab_bg .about .ab_r .ry img{
  width: 300px;
  height: 198px;
}


/* product */


.pro_bg{
  width: 100%;
  height: 1030px;
  margin: 80px auto 0 auto;
  overflow: hidden;
  background: url(../images/pro_bg.jpg) no-repeat  center;
}

.product{
  width: 1300px;
  margin: 0 auto;
  padding-top: 50px;
}


.product .pro_t{
  height: 110px;

}


.product .pro_t .title{
  float: left;
}


.product .pro_list{
  width: 775px;
  height: 65px;
  border-bottom: 1px solid #dbdbdb;
  float: right;
}

.product .pro_list ul{
  float: left;
  width: 730px;

}

.product .pro_list ul li{
  float: left;
  position: relative;
  z-index: 5;
  width: 120px;
  line-height: 40px;
  height: 65px;
  margin-right: 25px;
  text-align: center;
}


.product .pro_list ul li::after{
  width: 0px;
  height: 2px;
  background: #1f47ad;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.product .pro_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;

}


.product .pro_list ul li.on a{
  font-weight: bold;
}


.product .pro_list ul li.on::after{
  width: 100%;
}

.product .pro_list .more a{
  display: block;
  float: right;
  font-size: 18px;
  color: #333333;
  line-height: 40px;
}



.product  .pro_box{
  width: 1300px;
  height: 500px;
  margin: 0 auto;
  position: relative;
}


.product  .pro_box .bd{
  width: 1300px;
  height: 500px;
}

.product  .pro_box .bd ul li{
  float: left;
  width: 1300px;
  height: 500px;
  position: relative;
}

.product  .pro_box .pic{
  width: 760px;
  height: 500px;
  background: #fafafa;
  float: left;
} 


.product  .pro_box .pic img{
  width: 752px;
  height: 492px;
  margin: 4px;

}

.product  .pro_box .txt{
  float: right;
  width: 485px;
  position: relative;
  z-index: 5;
  margin-top: 35px;
} 

.product  .pro_box .txt h5{
  margin: 0 auto;
  height: 30px;
  line-height: 30px;
}


.product  .pro_box .txt h5 a{
  display: block;

}

.product  .pro_box .txt span{
  font-size: 20px;
  color: #333333;
  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;
  float: left;
  width: 340px;
}

.product  .pro_box .txt i{
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/buttom2.png) no-repeat  center;
}

.product  .pro_box .txt em{
  font-size: 107px;
  letter-spacing: 5px;
  line-height: 75px;
  color: #efefef;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
  display: block;
}

.product  .pro_box .txt p{
  height: 108px;
  font-size: 16px;
  line-height: 36px;
  color: #666666;
  overflow: hidden;
  margin: 13px 0 60px 0;
}


.product .pro_box:hover .txt h5 a span{
  color: #1f47ad;
  
}


.product .pro_box .hd{
  width: 485px;
  height: 50px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  position: absolute;
  right: 0;
  top: 400px;
}

.product .pro_box .hd ul{
  float: left;
}

.product .pro_box .hd ul li{
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #d2d2d2;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-right: 28px;
  margin-top: 20px;
  overflow: hidden;
  line-height: 99px;
}

.product .pro_box .hd ul li.on{
  background: #d2d2d2;
}


.product  .pro_box .prev{
  position: absolute;
  right: 0px;
  top: 15px;
  background: url(../images/prev.png) no-repeat  center;
  width: 10px;
  height: 20px;
  z-index: 9;
}


.product  .pro_show{
  margin: 35px auto 0 auto;
  width: 1360px;
}

.product  .pro_show ul li{
  float: left;
  width: 300px;
  height: 260px;
  background: #ffffff;
  margin-right: 30px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product  .pro_show ul li .pic{
  width: 290px;
  height: 200px;
  background: #efefef;
  margin: 5px 5px 0 5px;
}

.product  .pro_show ul li .pic img{
  width: 290px;
  height: 200px;
}

.product  .pro_show ul li .txt{
  width: 290px;
  margin: 0 auto;
  text-align: center;
}

.product  .pro_show ul li .txt a{
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 55px;
  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;
}

.product  .pro_show ul li:hover{
  background: #1f47ad;
}

.product  .pro_show ul li:hover .txt a{
  color: #fff;
}







/* ys */


 .te_bg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/te_bg.jpg) no-repeat  center;
  height: 720px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

 .te_bg .te{
  width: 1300px;
  margin: 0 auto;
  height: 720px;
}

 .te_bg .te .te_img{
  float: left;
  width: 960px;
  height: 720px;
  background: #efefef;
  margin-left: -310px;
  position: relative;
}

 .te_bg .te .te_img img{
  width: 960px;
  height: 720px;
}


.te_bg .te .te_img::before, .te_bg .te .te_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;
}

.te_bg .te .te_img:hover::before {
  right: 50%;
  left: 50%;
  width: 0;
  background: rgba(255, 255, 255, .2);
}

.te_bg .te .te_img:hover::after {
  height: 0;
  top: 50%;
  bottom: 50%;
  background: rgba(255, 255, 255, .2);
}





 .te_bg .te .txt{
  float: right;
  width: 650px;
  margin-top: 68px;
} 

 .te_bg .te .txt ul li{
  margin-bottom: 30px;
  width: 650px;
  height: 120px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #ffffff;

}

 .te_bg .te .txt ul li .txt_l{
  margin-left: 60px;
  width: 450px;
  margin-top: 25px;
  float: left;

}


 .te_bg .te .txt ul li .txt_l h5{
  font-size: 20px;
  line-height: 40px;
  color: #333333;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

 .te_bg .te .txt ul li .txt_l p{
  font-size: 16px;
  color: #777777;
  margin-top: 2px;
}

 .te_bg .te .txt ul li img{
  display: block;
  float: right;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #1f47ad;
  margin: 25px 40px 0 0;
}


.te_bg .te .txt ul li:hover .txt_l h5{
  color: #1f47ad;
  transform: translateX(10px);
}


/* ys */

.ys_bg{
  width: 100%;
  height: 2345px;
  margin: -1px auto 0 auto;
  background: url(../images/ys_bg.jpg) no-repeat top center;
  position: relative;
  z-index: 5;
  overflow: hidden;
}


.ys{
  margin: 0px auto 0 auto;
  position: relative;
  width: 1300px;
  padding-top: 85px;
}


.ys .title{
  position: absolute;
  left: 0;
  top: 75px;
  z-index: 5;
}

.ys .title span{
  color: #2f54b3;
  opacity: 1;

}

.ys .title h3{
  color: #fff;

}

.ys .title p{
  color: #fff;
}


.ys .ys_box{
  margin: 0px auto 0 auto;
  position: relative;
  width: 1300px;
}

.ys .ys_box ul li{
  width: 1300px;
  position: relative;

}




.ys .ys_box ul li .txt span{
  display: block;
  font-size: 50px;
  line-height: 40px;
  color: #333333;
  font-weight: bold;
  position: relative;
  z-index: 5;
}


.ys .ys_box ul li .txt span::after{
  position: absolute;
  left: 0;
  top: 27px;
  content: "";
  z-index: -1;
  width: 68px;
  height: 16px;
  background: #fabc00;
}


.ys .ys_box ul li .txt h5{
  font-size: 36px;
  line-height: 36px;
  color: #111111;
  font-weight: bold;
  margin: 45px 0 17px 0;
}


.ys .ys_box ul li .txt i{
  display: block;
  font-size: 12px;
  letter-spacing: 17px;
  color: #999999;
  text-transform: uppercase;
}


.ys .ys_box ul li .txt p{
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  margin-top: 23px;
}


.ys .ys_box ul li .txt .zx{
  margin-top: 45px;
  width: 382px;
  height: 69px;
  line-height: 69px;
  border-radius: 45px;
  background: #ffffff;
  border: 1px solid #dddddd;

}


.ys .ys_box ul li .txt .zx .zixun{
  display: block;
  float: left;
  text-align: center;
  width: 120px;
  height: 69px;
  background: #fabc00;
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
}


.ys .ys_box ul li .txt .zx .tel{
  float: left;
  margin-left: 25px;
  padding-left: 45px;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  background: url(../images/tel1.png) no-repeat  left center;

}




.ys .ys_box ul li.ys1{
  height: 710px;
  position: absolute;
  left: 0;
  top: 0;
} 

.ys .ys_box ul li.ys1 .txt{
  margin-top: 205px;
  width: 540px;
  float: left;

}


.ys .ys_box ul li.ys1 .ys_img{
  float: right;
  margin-right: -310px;

}



.ys .ys_box ul li.ys2{
  height: 554px;
  position: absolute;
  left: 0;
  top: 680px;
} 

.ys .ys_box ul li.ys2 .txt{
  margin-top: 130px;
  margin-right: 50px;
  width: 520px;
  float: right;
}


.ys .ys_box ul li.ys2 .ys_img{
  float: left;
  margin-left: -310px;

}



.ys .ys_box ul li.ys3{
  height: 607px;
  position: absolute;
  left: 0;
  top: 1170px;
} 


.ys .ys_box ul li.ys3 .txt{
  margin-top: 160px;
  width: 540px;
  float: left;
}


.ys .ys_box ul li.ys3 .ys_img{
  float: right;
  margin-right: -310px;

}


.ys .ys_box ul li.ys4{
  height: 583px;
  position: absolute;
  left: 0;
  top: 1675px;
} 

.ys .ys_box ul li.ys4 .txt{
  margin-top: 155px;
  margin-right: 50px;
  width: 520px;
  float: right;
}

.ys .ys_box ul li.ys4 .txt .zx{
  margin-top: 65px;
}


.ys .ys_box ul li.ys4 .ys_img{
  float: left;
  margin-left: -310px;

}



/* case */

.case_bg{
  width: 100%;
  margin: 0 auto;
  height: 905px;
  overflow: hidden;
  background: url(../images/case_bg.jpg) no-repeat  bottom center;
}

.case_bg .case{
  width: 1300px;
  margin: 0 auto;
  padding-top: 93px;
}


.case_bg .case .case_t{
  height: 115px;
}

.case_bg .case .case_t .title{
  float: left;
}

.case_bg .case .case_t .t_more{
  float: right;
  width: 288px;
  height: 60px;
  line-height: 60px;
  background: url(../images/case_more.png) no-repeat  right center;
}


.case_bg .case .case_t .t_more a{
  font-size: 16px;
  line-height: 60px;
  color: #444444;
  display: block;
  text-transform: uppercase;
  text-align: right;
  padding-right: 13px;
}


.case_bg .case .case_box{
  margin: 0 auto;
  position: relative;
  width: 1360px;
}

.case_bg .case .case_box ul li{
  width: 300px;
  height: 280px;
  background: #f9f9f9;
  padding-top: 10px;
  float: left;
  margin: 0 30px 30px 0;
  position: relative;
  z-index: 5;
}

.case_bg .case .case_box ul li::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  content: "";
  z-index: -1;
  background: #1f47ad;
  -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 .pic{
  width: 280px;
  height: 200px;
  margin: 0px 10px 0 10px;
  overflow: hidden;
}

.case_bg .case .case_box ul li .pic img{
  width: 280px;
  height: 200px;
  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{
  width: 280px;
  margin: 10px auto 0 auto;
}

.case_bg .case .case_box ul li .txt a{
  display: block;
  text-align: center;
}

.case_bg .case .case_box ul li .txt a i{
  font-size: 14px;
  color: #aaaaaa;
}

.case_bg .case .case_box ul li .txt a span{
  font-size: 16px;
  line-height: 30px;
  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.c2{
  width: 636px;
  height: 280px;
  background: #f9f9f9;
} 

.case_bg .case .case_box ul li.c2 .pic{
  width: 370px;
  height: 270px;
  margin: 0px 0 0 10px;
  float: left;
}

.case_bg .case .case_box ul li.c2 .pic img{
  width: 370px;
  height: 270px;
}

.case_bg .case .case_box ul li.c2 .txt{
  float: right;
  width: 195px;
  margin-right: 25px;
  text-align: left;
  margin-top: 37px;
}


.case_bg .case .case_box ul li.c2 .txt h5 a{
  font-size: 16px;
  color: #333333;
  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;
  text-align: left;
}

.case_bg .case .case_box ul li.c2 .txt p{
  height: 104px;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
  overflow: hidden;
  margin-top: 10px;
}

.case_bg .case .case_box ul li.c2 .txt .more{
  display: block;
  font-size: 18px;
  color: #444444;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  text-align: left;
  margin-top: 22px;
  position: relative;
  z-index: 5;
}

.case_bg .case .case_box ul li.c2 .txt .more::after{
  position: absolute;
  left: -7px;
  top: 16px;
  content: "";
  z-index: -1;
  width: 50px;
  height: 6px;
  background: #fabc00;
}


.case_bg .case .case_box ul li:hover::after{
  height: 100%;
}

.case_bg .case .case_box ul li:hover .txt a span{
  color: #fff;
}

.case_bg .case .case_box ul li:hover .txt h5 a{
  color: #fff;
}

.case_bg .case .case_box ul li:hover .txt p{
  color: #fff;
}

.case_bg .case .case_box ul li:hover .txt .more{
  color: #fff;
}


/* news */

.news_bg{
  width: 100%;
  margin: 0 auto;
  height: 745px;
  background: url(../images/news_bg.jpg) no-repeat  center;
  overflow: hidden;
}

.news_bg .news{
  width: 1300px;
  margin: 0 auto;
  padding-top: 80px;
}


.news_bg .news .news_l{
  float: left;
  width: 230px;
}

.news_bg .news .news_l .title{
  overflow: hidden;
}

.news_bg .news .news_l .news_list{
  margin-top: 90px;
  position: relative;
  z-index: 5;
}

.news_bg .news .news_l .news_list ul li{
  margin-bottom: 42px;
  width: 167px;
  height: 53px;
  line-height: 53px;
  border-radius: 45px;
  background: #ffffff;
  position: relative;
  z-index: 5;

}

.news_bg .news .news_l .news_list ul li a{
  padding-left: 65px;
  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_bg .news .news_l .news_list ul li::after{
  width: 0px;
  height: 53px;
  border-radius: 45px;
  background: #1f47ad;
  position: absolute;
  left: 0;
  top: 0;
  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_bg .news .news_l .news_list ul li.casehover a{
  color: #fff;
}

.news_bg .news .news_l .news_list ul li.casehover::after{
  width: 100%;
}


.news_bg .news .news_l .news_list ul li.n1 a{
  background: url(../images/news1.png) no-repeat 30px center;
}

.news_bg .news .news_l .news_list ul li.n2 a{
  background: url(../images/news2.png) no-repeat 30px center;
}

.news_bg .news .news_l .news_list ul li.n3 a{
  background: url(../images/news3.png) no-repeat 30px center;
}


.news_bg .news .news_l .news_list ul li.n1.casehover a{
  background: url(../images/news11.png) no-repeat 30px center;
}

.news_bg .news .news_l .news_list ul li.n2.casehover a{
  background: url(../images/news22.png) no-repeat 30px center;
}

.news_bg .news .news_l .news_list ul li.n3.casehover a{
  background: url(../images/news33.png) no-repeat 30px center;
}


.news_bg .news .news_box{
  float: right;
  width: 1005px;
}


.news_bg .news .news_box .news_top{
  height: 400px;

}

.news_bg .news .news_box .news_top ul li{
  width: 285px;
  height: 396px;
  border: 1px solid #e0e0e0;
  padding: 0 24px;
  float: left;
  margin-left: -1px;
  
}

.news_bg .news .news_box .news_top ul li span{
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 20px;
  padding-top: 30px;
}

.news_bg .news .news_box .news_top ul li span i{
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  -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 h5 a{
  font-size: 16px;
  line-height: 30px;
  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-top: 13px;
}

.news_bg .news .news_box .news_top ul li em{
  display: block;
  width: 18px;
  height: 2px;
  background: #dcdcdc;
  margin: 8px 0 23px 0;
  -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 .news_img{
  width: 285px;
  height: 175px;
  background: #f7f7f7;
  overflow: hidden;
}

.news_bg .news .news_box .news_top ul li .news_img img{
  width: 285px;
  height: 175px;
  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{
  font-size: 15px;
  line-height: 32px;
  color: #666666;
  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: 18px;
}

.news_bg .news .news_box .news_top ul li:hover span i{
  color: #1f47ad;
}

.news_bg .news .news_box .news_top ul li:hover h5 a{
  color: #1f47ad;
}

.news_bg .news .news_box .news_top ul li:hover em{
  background: #1f47ad;
}


.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: 30px auto 0 auto;
  width: 1360px;
} 

.news_bg .news .news_box .list ul li{
  float: left;
  height: 95px;
  width: 300px;
  margin-right: 50px;
  background: url(../images/news_xt.png) no-repeat  center 30px;
}

.news_bg .news .news_box .list ul li a{
  font-size: 15px;
  line-height: 30px;
  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;
  height: 40px;
}

.news_bg .news .news_box .list ul li span{
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #999999;
}


.news_bg .news .news_box .list ul li:hover a{
  color: #1f47ad;
}


/* message */

.message_bg{
  width: 100%;
  height: 170px;
  margin: 0 auto;
  background: #f9f9f9;
}

.message_bg .message{
  width: 1300px;
  margin: 0 auto;
  padding-top: 60px;
}

.message_bg .message .form-group1{
  float: left;
  width: 280px;
  height: 55px;
  border: 1px solid #dddddd;
}


.message_bg .message .form-group1 input{
  width: 280px;
  height: 55px;
  text-indent: 55px;
  background: url(../images/m1.png) no-repeat 20px center ;
  font-size: 14px;
  color: #333333;
}

.message_bg .message .form-group2{
  float: left;
  width: 280px;
  height: 55px;
  border: 1px solid #dddddd;
  margin: 0 13px;
}


.message_bg .message .form-group2 input{
  width: 280px;
  height: 55px;
  text-indent: 55px;
  background: url(../images/m2.png) no-repeat 20px center ;
  font-size: 14px;
  color: #333333;
}


.message_bg .message .form-group3{
  float: left;
  width: 320px;
  height: 55px;
  border: 1px solid #dddddd;
  margin: 0 13px 0 0;
}


.message_bg .message .form-group3 textarea{
  width: 320px;
  height: 38px;
  text-indent: 55px;
  background: url(../images/m3.png) no-repeat 20px center ;
  font-size: 14px;
  color: #333333;
  padding-top: 17px;
}

.message_bg .message .form-group4{
  float: left;
  width: 240px;
  height: 55px;
  border: 1px solid #dddddd;
}


.message_bg .message .form-group4 input{
  width: 140px;
  height: 55px;
  text-indent: 55px;
  background: url(../images/m4.png) no-repeat 20px center ;
  font-size: 14px;
  color: #333333;
  float: left;
}

.message_bg .message .form-group4 .imgcode{
  float: right;
  width: 90px;
  height: 36px;
  margin: 9px 8px 0 0;
}

.message_bg .message .anniu{
  float: right;
  width: 121px;
  height: 55px;
}

.message_bg .message .anniu button{
  cursor: pointer;
  border: none;
  width: 121px;
  height: 55px;
  background: #fabc00;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.message_bg .message .anniu button:hover{
  border-radius: 45px;
}