
/*-----------------------------------------------------------*/
/*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;
}

.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;
}

.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;
}

.banner .swiper-pagination {
  width: 100%;
  bottom: 0.3rem;
}

.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: #001d87;
}



/* about */

.ab_bg{
  width: 100%;
  margin: 80px auto 0 auto;
  overflow: hidden;
}

.ab_bg .about{
  width: 1300px;
  margin: 0 auto;
  height: 600px;
  position: relative;
  z-index: 5;
}

.ab_bg .about .ab_l{
  float: left;
  margin-top: 45px;
  width: 670px;
}

.ab_bg .about .ab_l .txt{
  overflow: hidden;

}

.ab_bg .about .ab_l .txt h5 a{
  display: block;
  font-size: 22px;
  color: #001d87;
  font-weight: bold;

}

.ab_bg .about .ab_l .txt span{
  display: block;
  font-size: 12px;
  color: #b2b2b2;
  text-transform: capitalize;
  margin: 10px 0 30px 0;
}

.ab_bg .about .ab_l .txt p{
  font-size: 15px;
  color: #808080;
  line-height: 36px;
  height: 108px;
  overflow: hidden;
}

.ab_bg .about .ab_l .ab_list{
  margin-top: 55px;

} 

.ab_bg .about .ab_l .ab_list ul li{
  float: left;
  line-height: 26px;
  width: 250px;
  margin-bottom: 40px;
}

.ab_bg .about .ab_l .ab_list ul li:nth-child(2){
  width: 310px;
}

.ab_bg .about .ab_l .ab_list ul li:last-child{
  width: 670px;
}

.ab_bg .about .ab_l .ab_list ul li img{
  display: block;
  float: left;
  width: 26px;
  height: 26px;
  margin-right: 14px;
}

.ab_bg .about .ab_l .ab_list ul li p{
  float: left;

}

.ab_bg .about .ab_l .ab_list ul li p span{
  font-size: 15px;
  color: #9a9a9a;

}

.ab_bg .about .ab_l .ab_list ul li p i{
  font-size: 18px;
  color: #333;
}

.ab_bg .about .ab_l .ab_list ul li p em{
  font-size: 24px;
  color: #333;
  font-weight: bold;
}

.ab_bg .about .ab_r{
  float: right;
  width: 540px;
  position: relative;
}

.ab_bg .about .ab_r .ab_img{
  width: 850px;
  height: 600px;
  margin-right: -310px;

}

.ab_bg .about .ab_r .ab_img img{
  width: 850px;
  height: 600px;
}

.ab_bg .about .ab_r .ry{
  position: absolute;
  left: -110px;
  bottom: 0px;
  background: url(../images/ry_bg.png) no-repeat  center;
  width: 340px;
  height: 233px;

} 

.ab_bg .about .ab_r .ry img{
  width: 287px;
  height: 180px;
  margin: 26px 0 0 26px;

}

.ab_bg .about::after{
  position: absolute;
  left: -310px;
  bottom: 0px;
  width: 900px;
  height: 130px;
  content: "";
  z-index: -1;
  background: #001d87;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


/* fc */

.fc{
  width: 1300px;
  margin: 0 auto;
  position: relative;
}

.fc .fc_list{
  position: absolute;
  left: 0px;
  top: -90px;
  z-index: 5;

}

.fc .fc_list ul li{
  float: left;
  width: 160px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  margin-right: 36px;
  position: relative;
  z-index: 5;
}

.fc .fc_list ul li a{
  display: block;
  text-align: center;
  font-size: 16px;
  color: #333;
  -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::after{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 50px;
  content: "";
  z-index: -1;
  background: #ff9000;
  -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.casehover::after{
  width: 100%;
}

.fc .fc_list ul li.casehover a{
  color: #fff;
}

.fc .fc_box{
  width: 1360px;
  margin: 0 auto;
  padding-top: 50px;
  height: 270px;
}

.fc .fc_box ul li{
  float: left;
  width: 300px;
  margin-right: 33px;
}

.fc .fc_box ul li .pic{
  width: 300px;
  height: 220px;
  background: #f2f2f2;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fc .fc_box ul li .pic img{
  width: 290px;
  height: 210px;
  margin: 5px;
}

.fc .fc_box ul li .txt{
  width: 300px;
  height: 50px;
  line-height: 50px;
  background: #f2f2f2;
} 

.fc .fc_box ul li .txt h5 a{
  float: left;
  width: 220px;
  margin-left: 15px;
  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;
  
}

.fc .fc_box ul li .txt .more{
  display: block;
  float: right;
  background: url(../images/more.png) no-repeat  center;
  width: 18px;
  height: 12px;
  margin: 19px 15px 0 0;
}

.fc .fc_box ul li:hover .pic{
  background: #001d87;

}

.fc .fc_box ul li:hover .txt h5 a{
  color: #001d87;
}


/* title */

.title{
  margin: 0 auto;
  text-align: center;
}

.title span{
  display: block;
  font-size: 40px;
  color:  #f2f2f2;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 40px;
}

.title h3{
  font-size: 30px;
  color:  #333;
  font-weight: bold;
  line-height: 32px;
  margin: -17px auto 0 auto;
}

.title i{
  display: block;
  width: 30px;
  height: 2px;
  background: #001d87;
  margin: 15px auto 0 auto;
}




/* te */

.te{
  margin: 80px auto 0 auto;
  width: 1300px;

}

.te .te_box{
  margin: 50px auto 0 auto;
  width: 1380px;

}

.te .te_box ul li{
  float: left;
  width: 300px;
  height: 220px;
  position: relative;
  z-index: 5;
  margin-right: 80px;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .02);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .02);
  padding: 0 40px;
}

.te .te_box ul li .txt_t{
  height: 55px;
  line-height: 55px;
  padding: 35px 0 22px 0;
  margin: 0 auto;
  text-align: center;

}

.te .te_box ul li .txt_t .te_list {
  display: inline-block;
  overflow: hidden;
  transition-duration: 0.7s;
  margin: 0px 20px 0px 0;
  width: 55px;
  height: 55px;
  background: #ff9000;
  border-radius: 50%;
  vertical-align: middle;
}

.te .te_box ul li .te_list .te_img {
  display: block;
  position: relative;
  transition: 0.7s;
  font-size: 0;
}

.te .te_box ul li .te_list .te_img i{
  display: block;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  margin: 0px auto;
}

.te .te_box ul li .te_list .te_img i img{
  vertical-align: middle;
  display: inline-block;
  width: 55px;
  height: 55px;
}

.te .te_box ul li .te_list .te_img i:before{
  /* 辅助ie8图片居中 */
  content: '';
  height: 55px;
  width: 1px;
  font-size: 0;
}


.te .te_box ul li .te_list .te_img {
  width: 100%;
  height: 200%;
  top:0;
}

.te .te_box ul li.on .te_list{
  background: #fff;

}

.te .te_box ul li.on .te_img {
  top:-55px;
}



.te .te_box ul li .txt_t h5{
  font-size: 20px;
  color: #333;
  font-weight: bold;
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.te .te_box ul li p{
  font-size: 15px;
  color: #808080;
  line-height: 30px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.te .te_box ul li.on .txt_t h5{
  color: #fff;
}

.te .te_box ul li.on p{
  color: #fff;
  opacity: 0.6;
}

.te .te_box ul li::after{
  width: 0px;
  height: 100%;
  background:  url(../images/te_list.jpg) no-repeat center;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.te .te_box ul li.on::after{
  width: 100%;
}


/* ys */

.ys_bg{
  width: 100%;
  height: 1005px;
  margin: 40px auto 0 auto;
  background:  url(../images/ys_bg.jpg) no-repeat center;
}

.ys_bg .ys{
  width: 1300px;
  margin: 0 auto;
  position: relative;
}

.ys_bg .ys .title{
  position: absolute;
  right: 0;
  top: 90px;
}

.ys_bg .ys .title span{
  color: #fff;
  opacity: 0.16;

}

.ys_bg .ys .title h3{
  color: #fff;
}

.ys_bg .ys .title i{
background: #fff;
}

.ys_bg .ys .ys_box{
  padding-top: 85px;
  margin: 0 auto;
  position: relative;
}

.ys_bg .ys .ys_box .hd{
  float: left;
  margin-left: 70px;
  width: 420px;
  margin-top: 60px;
}

.ys_bg .ys .ys_box .hd h5{
  display: block;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}

.ys_bg .ys .ys_box .hd p{
  font-size: 18px;
  color: #666;
  margin-top: 15px;
}

.ys_bg .ys .ys_box .hd p em{
  font-size: 18px;
  color: #001d87;
}

.ys_bg .ys .ys_box .hd ul{
  margin-top: 70px;

}

.ys_bg .ys .ys_box .hd ul li{
  margin-bottom: 46px;
  width: 420px;
  height: 80px;
  line-height: 80px;
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
  background: #001d87;
  line-height: 80px;
  position: relative;
  z-index: 5;
}

.ys_bg .ys .ys_box .hd ul li img{
  display: block;
  margin: 10px 30px 0 40px;
  width: 60px;
  height: 60px;
  float: left;

}

.ys_bg .ys .ys_box .hd ul li span{
  display: block;
  float: left;
  font-size: 20px;
  color: #fff;
}

.ys_bg .ys .ys_box .hd ul li i{
  display: block;
  float: right;
  font-size: 30px;
  color: #fff;
  opacity: 0.3;
  margin-right: 35px;
}

.ys_bg .ys .ys_box .hd ul li::after{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  background: #ff9000;
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .hd ul li.on::after{
  width: 100%;
}


.ys_bg .ys .ys_box .bd{
  float: right;
  width: 685px;
  margin-top: 230px;
} 

.ys_bg .ys .ys_box .bd ul li{
  float: left;
  width: 685px;
  position: relative;
}

.ys_bg .ys .ys_box .bd ul li span{
  display: block;
  font-size: 196px;
  color: #e6e7f1;
  font-weight: bold;
  line-height: 165px;
}

.ys_bg .ys .ys_box .bd ul li h5{
  font-size: 22px;
  color: #001d87;
  font-weight: bold;
  margin-top: -70px;
}

.ys_bg .ys .ys_box .bd ul li i{
  font-size: 14px;
  color: #ccc;
  letter-spacing: 2px;
  margin-top: 3px;
  display: block;
}

.ys_bg .ys .ys_box .bd ul li p{
  font-size: 16px;
  color: #808080;
  line-height: 30px;
  margin-top: 35px;
}

.ys_bg .ys .ys_box .bd ul li em{
  position: absolute;
  right: 0px;
  top: 85px;
  width: 60px;
  height: 60px;
  background: #001d87;
  border-radius: 50%;

}

.ys_bg .ys .ys_box .bd ul li em img{
  display: block;
  width: 40px;
  height: 40px;
  margin: 10px;
}


.ys_bg .ys .ys_box .zx{
  position: absolute;
  left: 615px;
  top: 655px;
  z-index: 5;

}

.ys_bg .ys .ys_box .zx .tel{

}

.ys_bg .ys .ys_box .zx .tel .tel_img{
  display: block;
  width: 34px;
  height: 34px;
  animation: msClock 1.2s linear infinite;
  animation: msClock 1.2s linear infinite;
}

@keyframes msClock {
  0%,70%,100% {
    transform: rotate(0) scale(1);
  }
  10%,30% {
    transform: rotate(-15deg) scale(1.1);
  }
  20%,40% {
  transform: rotate(15deg) scale(1.1);
  }
}

.ys_bg .ys .ys_box .zx .tel span{
  display: block;
  font-size: 26px;
  color: #333333;
  font-weight: bold;
  margin-top: 13px;
}

.ys_bg .ys .ys_box .zx .zixun{
  width: 150px;
  height: 45px;
  line-height: 45px;
  background: #ffffff;
  margin-top: 30px;
  -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 .zx .zixun a{
  display: block;
  text-align: center;
  font-size: 14px;
  color: #333;
  -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 .zx .zixun:hover{
  background: #001d87;
}

.ys_bg .ys .ys_box .zx .zixun:hover a{
  color: #fff;
}


/* product */


.pro_bg{
  overflow: hidden;
  width: 100%;
  margin:  0 auto;
}

.product{
  width: 1300px;
  margin: 80px auto 0 auto;
}

.product .pro_box{
  margin: 50px auto 0 auto;
}

.product .pro_box .pro_l{
  float: left;
  width: 252px;
  background: #f5f5f5;
  padding-bottom: 45px;
}

.product .pro_box .pro_l .pro_t{
  width: 252px;
  height: 75px;
  background: #001d87;
  padding-top: 25px;
}

.product .pro_box .pro_l .pro_t a{
  display: block;
  padding-left: 90px;
  background:  url(../images/buttom1.png) no-repeat 35px center;
  font-size: 20px;
  color: #fff;


}

.product .pro_box .pro_l .pro_t a i{
  display: block;
  font-size: 14px;
  color: #fff;
  opacity: 0.3;
}

.product .pro_box .pro_l .pro_con{
  margin: 0 0 0 30px;
  width: 222px;
  height: 520px;
  border-left: 1px solid #e6e6e6;
  padding-top: 18px;
} 

.product .pro_box .pro_l .pro_con ul{
  overflow: hidden;
}

.product .pro_box .pro_l .pro_con ul li{
  height: 66px;
  line-height: 66px;
  padding-left: 60px;
  background: url(../images/buttom2.png) no-repeat left center;

}

.product .pro_box .pro_l .pro_con ul li 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;
}

.product .pro_box .pro_l .pro_con ul li:hover a{
  color: #001d87;

}

.product .pro_box .pro_l .pro_con .ewm{
  margin: 25px 0 0 45px;

}

.product .pro_box .pro_l .pro_con .ewm img{
  width: 110px;
  height: 110px;

}

.product .pro_box .pro_l .pro_con .tel{
  font-size: 22px;
  color:  #001d87;
  font-weight: bold;
  margin: 18px 0 0 25px;
} 


.product .pro_box .pro_r{
  float: right;
  width: 1005px;
} 

.product .pro_box .pro_r .pro_tab{
  height: 50px;
}

.product .pro_box .pro_r .pro_tab ul{
  float: left;
}

.product .pro_box .pro_r .pro_tab ul li{
  float: left;
  margin-right: 30px;
  width: 160px;
  height: 50px;
  line-height: 50px;
  background: #001d87;
  position: relative;
  z-index: 5;
  text-align: center;
  font-size: 18px;
  color:  #fff;
}

.product .pro_box .pro_r .pro_tab ul li img{
  vertical-align: middle;
  margin-right: 18px;
}


.product .pro_box .pro_r .pro_tab ul li::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 50px;
  content: "";
  z-index: -1;
  background: #ff9000;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_box .pro_r .pro_tab ul li.casehover::after {
  width: 100%;
}

.product .pro_box .pro_r .pro_tab .search{
  float: right;
  width: 320px;
  height: 50px;
  background: #f5f5f5;
}

.product .pro_box .pro_r .pro_tab .search .search2{
  float: left;
  width: 220px;
  height: 50px;
  background: none;
  padding-left: 20px;
  font-size: 14px;
  color:  #999999;
}

.product .pro_box .pro_r .pro_tab .search .search_s{
  float: right;
  width: 50px;
  height: 50px;

} 

.product .pro_box .pro_r .pro_show{
  margin: 50px auto 0 auto;
  width: 1200px;
}

.product .pro_box .pro_r .pro_show ul li{
  float: left;
  margin: 0 37px 39px 0;
  width: 310px;
}

.product .pro_box .pro_r .pro_show ul li .pic{
  width: 310px;
  height: 220px;
  background: #f2f2f2;
}

.product .pro_box .pro_r .pro_show ul li .pic a{
  width: 300px;
  height: 210px;
  margin: 5px;
  overflow: hidden;
  display: inline-block;
}

.product .pro_box .pro_r .pro_show ul li .pic  img{
  width: 300px;
  height: 210px;
  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 .pro_r .pro_show ul li .txt{
  width: 280px;
  height: 50px;
  line-height: 48px;
  background: #f2f2f2;
  padding: 0 15px;

} 

.product .pro_box .pro_r .pro_show ul li .txt h5 a{
  float: left;
  width: 220px;
  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;
}

.product .pro_box .pro_r .pro_show ul li .txt .more{
  display: block;
  float: right;
  background: url(../images/more.png) no-repeat center;
  width: 18px;
  height: 12px;
  margin: 19px 0px 0 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_box .pro_r .pro_show ul li:hover .txt h5 a{
  color: #001d87;
  transform: translateX(10px);
}

.product .pro_box .pro_r .pro_show ul li:hover .txt .more{
  transform: translateX(-10px);
}

.product .pro_box .pro_r .pro_show ul li:hover .pic  img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}


/* case */

.case{
  width: 1300px;
  margin: -10px auto 0 auto;
  height: 1015px;
}

.case .case_list{
  height: 46px;
  margin: 50px auto 0 auto;
}

.case .case_list ul{
  text-align: center;
}

.case .case_list ul li{
  display: inline-block;
  width: 150px;
  height: 46px;
  line-height: 46px;
  margin: 0 14px;
  background:  #001d87;
  position: relative;
  z-index: 5;
}

.case .case_list ul li img{
  vertical-align: middle;
  margin-right: 12px;
}

.case .case_list ul li a{
  font-size: 16px;
  color:  #fff;
  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;
}


.case .case_list ul li::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 100%;
  content: "";
  z-index: -1;
  background: #ff9000;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.case .case_list ul li.casehover::after {
  width: 100%;

}


.case .case_list .more{
  display: inline-block;
  width: 150px;
  height: 46px;
  line-height: 46px;
  margin: 0 14px;
  background:  #001d87;
  position: relative;
  z-index: 5;
}

.case .case_list .more a{
  font-size: 16px;
  color:  #fff;
  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;
}

.case .case_list .more img{
  vertical-align: middle;
  margin-right: 12px;
}

.case .case_box{
  margin: 50px auto 0 auto;
} 

.case .case_box .case_top{
  height: 420px;
  background: url(../images/case_nr.png) no-repeat right 130px;
}

.case .case_box .case_top .pic{
  float: left;
  width: 650px;
  height: 420px;
  background: #f5f5f5;

}

.case .case_box .case_top .pic img{
  width: 640px;
  height: 410px;
  margin: 5px;
}

.case .case_box .case_top .txt{
  float: right;
  margin-right: 60px;
  width: 515px;

} 

.case .case_box .case_top .txt h5 a{
  font-size: 18px;
  color:  #333333;
  font-weight: bold;
  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: 50px;
}

.case .case_box .case_top .txt p{
  margin-top: 90px;
  font-size: 15px;
  color:  #808080;
  line-height: 34px;
  overflow: hidden;
  height: 102px;


}

.case .case_box .case_top .txt .more{
  display: block;
  margin-top: 33px;
  background: url(../images/xt1.png) no-repeat left center;
  font-size: 14px;
  color:  #808080;
  padding-left: 80px;
  text-transform: uppercase;
}

.case .case_box .case_top .txt h5 a:hover{
  color: #001d87;
}

.case .case_box .list{
  margin: 45px auto 0 auto;
  width: 1360px;
} 

.case .case_box .list ul li{
  float: left;
  margin-right: 50px;

}

.case .case_box .list ul li .pic{
  width: 400px;
  height: 280px;
  background: #f2f2f2;
}

.case .case_box .list ul li .pic a{
  width: 390px;
  height: 270px;
  margin: 5px;
  display: inline-block;
  overflow: hidden;
}

.case .case_box .list ul li .pic img{
  width: 390px;
  height: 270px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .list ul li .txt{
  width: 370px;
  height: 50px;
  line-height: 50px;
  background: #f2f2f2;
  padding: 0 15px;

} 

.case .case_box .list ul li .txt h5 a{
  float: left;
  width: 280px;
  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 .case_box .list ul li .txt .more{
  display: block;
  float: right;
  background: url(../images/more.png) no-repeat center;
  width: 18px;
  height: 12px;
  margin: 19px 0px 0 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .list ul li:hover .txt h5 a{
  transform: translateX(10px);
  color: #001d87;
}

.case .case_box .list ul li:hover .txt .more{
  transform: translateX(-10px);
}

.case .case_box .list ul li:hover .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}





/* news */

.news{
  width: 1300px;
  margin: 80px auto 0 auto;
  height: 770px;
  overflow: hidden;
}

.news .news_t{
  height: 70px;
  margin: 0px auto 0 auto;
  overflow: hidden;
}

.news .news_t .title{
  float: left;
  text-align: left;
  margin: 0;
}

.news .news_t .title i{
  margin: 13px 0 0 0;
}

.news .news_t .news_list{
  float: right;
}

.news .news_t .news_list ul li{
  float: left;
  margin-left: 38px;
  position: relative;
  width: 162px;
  height: 50px;
  line-height: 50px;
  background: #001d87;
  z-index: 5;
}


.news .news_t .news_list ul li a{
  text-align: center;
  display: block;
  font-size: 16px;
  color: #fff;

}

.news .news_t .news_list ul li a img{
  vertical-align: middle;
  margin-right: 10px;
}

.news .news_t .news_list ul li::after{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 100%;
  content: "";
  z-index: -1;
  background: #ff9000;
  -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.casehover::after {
  width: 100%;
}

.news .news_box{
  margin: 50px auto 0 auto;
} 


.news .news_box .news_l{
  float: left;
  width: 482px;
  margin-top: 25px;
}

.news .news_box .news_l .news_img{
  width: 482px;
  height: 281px;
  overflow: hidden;
}

.news .news_box .news_l .news_img img{
  width: 482px;
  height: 281px;
  overflow: hidden;
  -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 .news_img img:hover{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.news .news_box .news_l ul{
  margin-top: 50px;
  width: 482px;
}

.news .news_box .news_l ul li{
  height: 120px;
  width: 482px;
  margin-bottom: 49px;
  border-bottom: 1px solid #dedede;

}

.news .news_box .news_l ul li .time{
  float: left;

}

.news .news_box .news_l ul li .time span{
  display: block;
  font-size: 24px;
  color:  #333333;
  font-family: Arial Black;
  line-height: 24px;
  -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 ul li .time i{
  font-size: 14px;
  color:  #666666;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 3px;
}

.news .news_box .news_l ul li .txt{
  float: right;
  width: 378px;

} 
.news .news_box .news_l ul li .txt h5 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;
  line-height: 24px;
}

.news .news_box .news_l ul li:hover .txt h5 a{
  color: #001d87;
}

.news .news_box .news_l ul li .txt p{
  font-size: 14px;
  color:  #808080;
  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: 10px;
}

.news .news_box .news_l ul li .txt .more{
  display: block;
  background: url(../images/more2.png) no-repeat center;
  width: 27px;
  height: 14px;
  margin-top: 20px;
}


.news .news_box .news_r{
  float: right;
  width: 723px;
}

.news .news_box .news_r ul li{
  height: 140px;
  margin-bottom: 27px;
  border-bottom: 1px solid #dedede;
}


.news .news_box .news_r ul li .time{
  float: left;
  width: 72px;
  margin-top: 20px;
}

.news .news_box .news_r ul li .time span{
  display: block;
  font-size: 24px;
  color:  #333333;
  font-family: Arial Black;
  line-height: 24px;
  -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 .time i{
  font-size: 14px;
  color:  #666666;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 3px;
}

.news .news_box .news_r ul li .txt{
  float: left;
  width: 390px;
  margin-top: 20px;

} 
.news .news_box .news_r ul li .txt h5 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;
  line-height: 24px;
}

.news .news_box .news_r ul li .txt p{
  font-size: 14px;
  color:  #808080;
  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: 10px;
}

.news .news_box .news_r ul li .txt .more{
  display: block;
  background: url(../images/more2.png) no-repeat center;
  width: 27px;
  height: 14px;
  margin-top: 20px;
  -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 .news_img{
  float: right;
  width: 170px;
  height: 106px;
  overflow: hidden;
}

.news .news_box .news_r ul li .news_img img{
  width: 170px;
  height: 106px;
  overflow: hidden;
}

.news .news_box .news_r ul li:hover .time span{
  color: #001d87;
}

.news .news_box .news_r ul li:hover .txt h5 a{
  color: #001d87;
}

.news .news_box .news_r ul li:hover .txt .more{
  background: url(../images/more1.png) no-repeat center;
}

/* links */

.links{
  width: 1300px;
  margin: 70px auto 75px auto;
  overflow: hidden;

}


.links .links_t{
  float: left;
  width: 173px;
  height: 50px;
  background: url(../images/links.png) no-repeat center bottom;
}

.links .links_t i{
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 20px;
  text-align: center;
  letter-spacing: 3px;
}

.links .yq{
  float: right;
  width: 1100px;
  margin-top: 12px;
} 

.links .yq a{
  margin-right: 15px;
  font-size: 14px;
  color: #666666;

}


/* message */

.message_bg{
  width: 100%;
  margin: 0 auto;
  height: 185px;
  background: #f9f9f9;
}

.message_bg .message{
  width: 1300px;
  margin: 0 auto;
  padding-top: 45px;
}

.message_bg .message .m_t{
  float: left;
}

.message_bg .message .m_t span{
  display: block;
  font-size: 65px;
  color: #333333;
  font-weight: bold;
  line-height: 75px;
}

.message_bg .message .m_t span i{
  font-size: 65px;
  color: #001d87;
  font-weight: bold;
  text-transform: uppercase;
  
}

.message_bg .message .m_t h3{
  font-size: 30px;
  color: #333;
  padding-left: 60px;
  background: url(../images/m_t.png) no-repeat left center;
}

.message_bg .message .m_nr{
  float: right;
  margin-top: 10px;
}

.message_bg .message .m_nr .nr{
  margin-bottom: 10px;
  height: 44px;
  width: 845px;

}

.message_bg .message .m_nr .form-group1{
  float: left;
  width: 300px;
  height: 44px;
  background: #ffffff;

} 

.message_bg .message .m_nr .form-group1 input{
  width: 300px;
  height: 44px;
  font-size: 14px;
  color: #808080;
  text-indent: 50px;
  background: url(../images/m1.png) no-repeat 15px center;
}

.message_bg .message .m_nr .form-group3{
  float: right;
  width: 504px;
  height: 44px;
  background: #ffffff;

} 

.message_bg .message .m_nr .form-group3 textarea{
  width: 504px;
  height: 32px;
  font-size: 14px;
  color: #808080;
  text-indent: 50px;
  background: url(../images/m1.png) no-repeat 15px center;
  padding-top: 12px;
}

.message_bg .message .m_nr .form-group2{
  float: left;
  width: 300px;
  height: 44px;
  background: #ffffff;

} 

.message_bg .message .m_nr .form-group2 input{
  width: 300px;
  height: 44px;
  font-size: 14px;
  color: #808080;
  text-indent: 50px;
  background: url(../images/m3.png) no-repeat 15px center;
}

.message_bg .message .m_nr .form-group4{
  float: left;
  width: 300px;
  height: 44px;
  background: #ffffff;
  margin-left: 41px;

} 

.message_bg .message .m_nr .form-group4 input{
  width: 190px;
  height: 44px;
  font-size: 14px;
  color: #808080;
  text-indent: 50px;
  background: url(../images/m4.png) no-repeat 15px center;
  float: left;
}

.message_bg .message .m_nr .form-group4 .imgcode{
  float: right;
  width: 90px;
  height: 36px;
  margin: 4px 10px 0 0;
}

.message_bg .message .m_nr .anniu{
  float: right;
  width: 164px;
  height: 44px;

}

.message_bg .message .m_nr .anniu button{
  cursor: pointer;
  border: none;
  width: 164px;
  height: 44px;
  background: #ff9000;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.message_bg .message .m_nr .anniu button:hover{
  border-radius: 45px;
}