
/*-----------------------------------------------------------*/
/*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*/
.fullSlide {
  width: 100%;
  position: relative;
  height: 920px;
}

.fullSlide .bd {
  width: 100%;
  height: 920px;
  margin: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}


.fullSlide .bd ul {
  width: 100% !important;
}

.fullSlide .bd li {
  width: 100% !important;
  height: 920px;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.fullSlide .bd li a {
  display: block;
  height: 920px;
}


.fullSlide .hd {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 16%;
  background: url(../images/xt1.png) no-repeat  55px center ;
  padding-right: 35px;
}


.fullSlide .hd ul li {
  cursor: pointer;
  display: block;
  zoom: 1;
  height: 45px;
  margin: 0px 150px 0 0;
  line-height: 45px;
  font-size: 24px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  float: left;
  position: relative;
}

.fullSlide .hd ul li::after{
  content: "0";
  font-size: 24px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  position: absolute;
  top: 0px;
  left: -12px;
}


.fullSlide .hd ul li::before{
  content: "";
  position: absolute;
  top: -108px;
  left: 40%;
  width: 2px;
  height: 0px;
  background: #2b5cab;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.fullSlide .hd ul li.on::before {
  height: 108px;

}

.fullSlide .hd ul li.on{
  font-size: 30px;
  color: #2b5cab;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.fullSlide .hd ul li.on::after{
  font-size: 30px;
  color: #2b5cab;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  left: -15px;
}

.fullSlide .next {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 50%;
  z-index: 2;
  background: url(../images/bannerR.png) no-repeat center;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  right: 4%;
}

.fullSlide .prev {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 50%;
  z-index: 2;
  background: url(../images/bannerL.png) no-repeat center;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  left: 4%;
}

.banner_box{
  width: 100%;
  height: 920px;
  margin: 0 auto;
  position: relative;
  top: -220px;
}

.banner_box .banner_ico{
  width: 100%;
  height: 135px;
  position: absolute;
  left: 0px;
  bottom: -6px;
  background: url(../images/banner_box.png) no-repeat center;
  z-index: 1;
}


/*title*/

.title{
  padding-top: 10px;
  margin-left: -7px;
  padding-left: 15px;

}

.title span img{
  display: block;

}

.title h3{
  background: url(../images/title.jpg) no-repeat left center;
  font-size: 30px;
  color: #333333;
  padding-left: 150px;
  margin-top: 10px;
}

.title h3 a{
  display: block;
  font-size: 30px;
  color: #333333;
}


/*product*/



.pro_bg{
  width: 100%;
  margin: -190px auto 0 auto;
  background: url(../images/pro_bg.jpg) no-repeat  center 10px;
}

.product{
  width: 1280px;
  margin: 0 auto;
}

.product .pro_t{
  height: 150px;

}

.product .pro_t .title{
  float: right;
  text-align: right;
}

.product .pro_t .title span img{
  display: inline-block;
}

.product .pro_t .pro_list{
  float: left;
  width: 840px;
  height: 96px;
  margin-top: 10px;
} 


.product .pro_t .pro_list ul li{
  float: left;
  width: 120px;
  height: 96px;
  text-align: center;
  position: relative;
  z-index: 5;
}

.product .pro_t .pro_list ul li a{
  font-size: 16px;
  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;

}

.product .pro_t .pro_list ul li a i{
  display: block;
  background: url(../images/pro1.png) no-repeat center;
  width: 25px;
  height: 25px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 20px auto 12px auto;
}

.product .pro_t .pro_list ul li::after{
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  z-index: -1;
  width: 0px;
  height: 100%;
  background: #2b5cab;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_t .pro_list ul li.on::after{
  width: 100%;
}

.product .pro_t .pro_list ul li.on a i{
  background: url(../images/pro2.png) no-repeat center;
}

.product .pro_t .pro_list ul li.on a{
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}



.product .pro_box{
  width: 1400px;
  margin: 0 auto;
}  

.product .pro_box ul li{
  float: left;
  width: 400px;
  height: 415px;
  border: 1px solid #dedede;
  margin: 0 40px 40px 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_box ul li .pic{
  width: 360px;
  height: 270px;
  margin: 20px 20px 0 20px;
  overflow: hidden;
}

.product .pro_box ul li .pic img{
  width: 360px;
  height: 270px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_box ul li .txt{
  width: 360px;
  height: 120px;
  margin: 0 auto;
} 


.product .pro_box ul li .txt .txt_t{
  float: left;
  width: 280px;
}

.product .pro_box ul li .txt .txt_t h5 a{
  width: 255px;
  height: 58px;
  line-height: 58px;
  font-size: 18px;
  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;
  border-bottom: 1px dashed #dedede;
  padding-left: 15px;
  background: url(../images/buttom1.png) no-repeat left  center;
}


.product .pro_box ul li .txt .txt_t p{
  font-size: 14px;
  color: #999;
  line-height: 55px;
  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 ul li .txt .more{
  display: block;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
  float: right;
  width: 58px;
  height: 58px;
  line-height: 58px;
  background: #fbfbfb;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 28px;
  
}



.product .pro_box ul li:hover .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.product .pro_box ul li:hover{
  border: 1px solid #2b5cab;

}

.product .pro_box ul li:hover  .txt .more{
  color: #fff;
  background: #2b5cab;
}

/*ys*/



.ys_bg{
  width: 100%;
  margin: 0px auto 0 auto;
  background: url(../images/ys_bg.jpg) no-repeat  top center ;
  overflow: hidden;
}

.ys{
  width: 1280px;
  margin: 0 auto;
  position: relative;
  padding-top: 85px;
  height: 875px;
}

.ys .tel{
  text-align: right;
  height: 30px;

}

.ys .tel span{
  display: inline-block;
  text-align: right;
  font-size: 24px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../images/tel1.png) no-repeat  left  center ;
  padding-left: 40px;
  line-height: 30px;
}

.ys .title{
  position: absolute;
  left: 0px;
  top: 195px;
  z-index: 5;
} 

.ys .title span img{
  display: block;
}

.ys .title h3{
  margin-left: -95px;

}

.ys .ys_box{
  margin: 140px auto 0 auto;
  position: relative;
}

.ys .ys_box .bd{
  width: 1280px;
  margin: 0 auto;
}

.ys .ys_box .bd ul li{
  float: left;
  width: 1280px;
}

.ys .ys_box .bd ul li .txt{
  float: left;
  margin: 410px 0 0 250px;
  width: 580px;
}

.ys .ys_box .bd ul li .txt h6{
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}

.ys .ys_box .bd ul li .txt span{
  display: block;
  font-size: 12px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 2px;
}

.ys .ys_box .bd ul li .txt i{
  display: block;
  width: 30px;
  height: 3px;
  background: #2b5cab;
  margin: 25px 0 20px 0;
}

.ys .ys_box .bd ul li .txt p{
  font-size: 16px;
  color: #666666;
  line-height: 36px;
}

.ys .ys_box .bd ul li  .ys_img{
  width: 795px;
  height: 705px;
  right: -320px;
  top: 0;
  position: absolute;
}

.ys .ys_box .bd ul li  .ys_img img{
  width: 795px;
  height: 705px;
}


.ys .ys_box .hd{
  position: absolute;
  left: 0px;
  top: 160px;
  z-index: 5;
  height: 155px;
}

.ys .ys_box .hd ul li{
  float: left;
  text-align: center;
  width: 185px;
  height: 155px;
  background: url(../images/ys_xt.png) no-repeat right center;
  position: relative;
  z-index: 5;
}

.ys .ys_box .hd ul li:last-child{
  background: none;
}

.ys .ys_box .hd ul li span{
  display: block;
  width: 48px;
  height: 48px;
  margin: 30px auto 20px auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ys .ys_box .hd ul li p{
  font-size: 16px;
  color: #000000;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.ys .ys_box .hd ul li::after{
  position: absolute;
  left: 15px;
  top: 0px;
  content: "";
  z-index: -1;
  width: 0px;
  height: 0px;
  background: rgba(43, 92, 171, 0.1);
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.ys .ys_box .hd ul li.ys1 span{
  background: url(../images/ys_ico1.png) no-repeat  center;
}

.ys .ys_box .hd ul li.ys2 span{
  background: url(../images/ys_ico2.png) no-repeat  center;
}

.ys .ys_box .hd ul li.ys3 span{
  background: url(../images/ys_ico3.png) no-repeat  center;
}

.ys .ys_box .hd ul li.ys4 span{
  background: url(../images/ys_ico4.png) no-repeat  center;
}


.ys .ys_box .hd ul li.on::after{
  width: 155px;
  height: 100%;
}

.ys .ys_box .hd ul li.on p{
  color: #2b5cab;

}

.ys .ys_box .hd ul li.ys1.on span{
  background: url(../images/ys_ico11.png) no-repeat  center;
}

.ys .ys_box .hd ul li.ys2.on span{
  background: url(../images/ys_ico22.png) no-repeat  center;
}

.ys .ys_box .hd ul li.ys3.on span{
  background: url(../images/ys_ico33.png) no-repeat  center;
}

.ys .ys_box .hd ul li.ys4.on span{
  background: url(../images/ys_ico44.png) no-repeat  center;
}


.ys .ys_box .qq{
  left: 150px;
  top: 655px;
  position: absolute;
  z-index: 5;
  width: 85px;
  height: 85px;

}

.ys .ys_box .qq .qq_img{
  width: 85px;
  height: 85px;
  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);
  }
}


/*case*/

.case{
  width: 1280px;
  margin: 75px auto 0 auto;
}

.case .case_t{
  height: 140px;
}

.case .case_t .tel{
  float: left;
  margin-left: 100px;
  background: url(../images/case_tel.png) no-repeat left top;
  height: 85px;
}

.case .case_t .tel span{
  display: block;
  padding: 42px 0 0 88px;
  line-height: 50px;
  font-size: 16px;
  color: #333;
}

.case .case_t .tel i{
  font-size: 24px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:bold;
}

.case .case_t .title{
  float: right;
  text-align: right;
}

.case .case_t .title span img{
  display: inline-block;
  text-align: right;
}


.case .case_box{
  width: 1280px;
  margin: 0 auto;
  height: 517px;
  position: relative;
}

.case .case_box .bd{
  float: left;
  width: 1145px;
}

.case .case_box .bd ul li{
  float: left;
  width: 1145px;
  height: 517px;
}

.case .case_box .bd ul li .case_l{
  float: left;
  width: 516px;
}

.case .case_box .bd ul li .case_l .txt{
  float: left;
  width: 76px;
}

.case .case_box .bd ul li .case_l .txt h5 a{
  height: 180px;
  margin: 40px 0 14px 0;
  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;
  padding-top: 20px;
  background: url(../images/buttom1.png) no-repeat top  center;
  writing-mode: tb-rl;
  line-height: 76px;
}

.case .case_box .bd ul li .case_l .txt .more{
  display: block;
  width: 76px;
  height: 76px;
  background: #fbfbfb;
  text-align: center;
  line-height: 76px;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .bd ul li .case_l .pic{
  float: right;
  width: 440px;
  height: 330px;

} 

.case .case_box .bd ul li .case_l .pic img{
  width: 440px;
  height: 330px;
}

.case .case_box .bd ul li .case_l:hover .txt .more{
  background: #2b5cab;
  color:  #fff;

}

.case .case_box .bd ul li .case_r{
  width: 560px;
  height: 420px;
  float: right;

}

.case .case_box .bd ul li .case_r .pic{
  float: right;
  width: 560px;
  height: 420px;
  overflow: hidden;
} 

.case .case_box .bd ul li .case_r .pic img{
  width: 560px;
  height: 420px;
  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 .bd ul li .case_r .txt{
  margin: 0 auto;
  background: #fff;

}

.case .case_box .bd ul li .case_r .txt a{
  padding-left: 25px;
  line-height: 72px;
  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;
  background: url(../images/buttom1.png) no-repeat left  center;
}

.case .case_box .bd ul li .case_r .txt p{
  font-size: 14px;
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.case .case_box .case_img{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 516px;
  height: 146px;
}

.case .case_box .case_img img{
  width: 516px;
  height: 146px;
}

.case .case_box .bd ul li .case_r:hover .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}


.case .case_box .hd{
  float: right;
  width: 95px;
  height: 516px;
  background: #ffffff;
  border-radius: 65px;
  -webkit-box-shadow: 0 0 8px 6px rgba(43, 92, 171, .03);
  box-shadow: 0 0 8px 6px rgba(43, 92, 171, .03);
}

.case .case_box .hd ul {
  padding-top: 60px;
}

.case .case_box .hd ul li{
  width: 50px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #fbfbfb;
  text-align: center;
  margin: 0 auto 0 auto;
  font-size: 16px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  margin-bottom: 55px;
  padding-left: 10px;

}

.case .case_box .hd ul li::after{
  position: absolute;
  left: 20px;
  top: 0px;
  content: "0";
  font-size: 16px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
}

.case .case_box .hd ul li.on{
  width: 60px;
  height: 70px;
  line-height: 70px;
  background: #2b5cab;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

.case .case_box .hd ul li.on::after{
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}



/*about*/

.ab_bg{
  width: 100%;
  margin: 0 auto;
  background: url(../images/ab_bg.jpg) no-repeat top  center;
  overflow: hidden;
}

.ab_bg .about{
  width: 1280px;
  margin: 0 auto;
  height: 850px;
}

.ab_bg .about .ab_l{
  float: left;
  position: relative;
  width: 520px;
  margin-top: 105px;
}

.ab_bg .about .ab_l .qq{
  display: block;
  width: 103px;
  height: 103px;
  margin-left: -15px;
}

.ab_bg .about .ab_l .tel{
  margin: 14px 0 30px 0px;
  position: relative;
  padding-left: 70px;
}

.ab_bg .about .ab_l .tel::after{
  position: absolute;
  left: 35px;
  top: 0;
  content: "";
  width: 2px;
  height: 170px;
  background: #2b5cab;

}

.ab_bg .about .ab_l .tel span{
  display: block;
  font-size: 24px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding-top: 15px;
}

.ab_bg .about .ab_l .tel i{
  display: block;
  font-size: 15px;
  color: #333;
  font-style: italic;
}

.ab_bg .about .ab_l .ab_img{
  width: 842px;
  height: 525px;
  margin-left: -320px;
  position: relative;

} 

.ab_bg .about .ab_l .ab_img img{
  width: 842px;
  height: 525px;
  border-top-right-radius: 200px;
}


.ab_bg .about .ab_r{
  float: right;
  width: 685px;
  margin-top: 180px;
}

.ab_bg .about .ab_r .title{
  text-align: right;

}

.ab_bg .about .ab_r .title span img{
  text-align: right;
  display: inline-block;
}

.ab_bg .about .ab_r .txt{
  margin-top: 50px;
  font-size: 14px;
  color: #999999;
  line-height: 32px;
  height: 160px;
  overflow: hidden;
  text-align: right;
} 

/*fc*/

.fc{
  width: 1280px;
  margin: 0 auto;
  position: relative;
}

.fc .fc_list{
  position: absolute;
  right: 0px;
  top: -270px;
  width: 685px;
  height: 200px;
}

.fc .fc_list .hd{
  width: 685px;
}

.fc .fc_list .hd ul li{
  float: left;
  width: 60px;
  height: 200px;
  border-left: 1px dashed #dfdfdf;
  padding-left: 31px;
  padding-right: 31px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
  position: relative;
}

.fc .fc_list .hd ul li .txt{
  width: 54px;
  float: left;
}

.fc .fc_list .hd ul li .txt a{
  display: block;
}

.fc .fc_list .hd ul li .txt a span{
  display: block;
  width: 54px;
  height: 54px;
  background: #999999;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fc .fc_list .hd ul li .txt a span img{
  display: block;
  width: 54px;
  height: 54px;
}

.fc .fc_list .hd ul li .txt a i{
  display: block;
  line-height: 54px;
  font-size: 18px;
  color: #222222;
  margin-top: 20px;
  writing-mode: tb-rl;
  letter-spacing: 2px;
}

.fc .fc_list .hd ul li .pic{
  width: 282px;
  height: 199px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  position: absolute;
  left: 120px;
  top: 0;

} 

.fc .fc_list .hd ul li .pic img{
  width: 282px;
  height: 199px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
} 

.fc .fc_list .hd ul li.on{
  width: 375px;
}

.fc .fc_list .hd ul li.on .txt a span{
  background:  #2b5cab;

}

.fc .fc_list .hd ul li.on .pic{
  opacity: 1;
}


.fc .bd{
  width: 1280px;
  margin: 0 auto;
  padding-top: 60px;
}

.fc .bd ul li{
  width: 1280px;
}

.fc .bd ul li dl {
  float: left;
  width: 290px;
  margin-right: 40px;
}

.fc .bd ul li dl:last-child{
  margin-right: 0;
}

.fc .bd ul li dl  .pic{
  width: 290px;
  height: 220px;
  background: #f8f8f8;

}

.fc .bd ul li dl  .pic img{
  width: 280px;
  height: 210px;
  margin: 5px;

}

.fc .bd ul li dl  .txt{
  width: 290px;
  height: 50px;
  line-height: 50px;
  text-align: center;
} 

.fc .bd ul li dl  .txt 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;
}

.fc .bd ul li:hover dl  .txt a{
  color: #2b5cab;

}


/*news*/

.news{
  width: 1280px;
  margin: 55px auto 0 auto;
  height: 850px;
}

.news .news_t{
  height: 150px;
}

.news .news_t .title{
  float: left;
}

.news .news_t .news_list{
  float: right;
  margin-top: 30px;
} 

.news .news_t .news_list ul li{
  float: left;
  width: 160px;
  height: 52px;
  line-height: 52px;
  position: relative;
  z-index: 5;
  margin-left: 50px;
}

.news .news_t .news_list ul li a{
  display: block;
  font-size: 16px;
  color: #333333;
  padding-left: 70px;
  -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::after{
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  z-index: -1;
  width: 0%;
  height: 100%;
  background: #2b5cab;
  -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.n1 a{
  background: url(../images/news1.png) no-repeat 25px center;
}
 
.news .news_t .news_list ul li.n2 a{
  background: url(../images/news2.png) no-repeat 25px center;
}

.news .news_t .news_list ul li.n3 a{
  background: url(../images/news3.png) no-repeat 25px center;
}

.news .news_t .news_list ul li.casehover::after{
  width: 100%;
}

.news .news_t .news_list ul li.casehover a{
  color: #fff;
}

.news .news_t .news_list ul li.n1.casehover a{
  background: url(../images/news11.png) no-repeat 25px center;
}
 
.news .news_t .news_list ul li.n2.casehover a{
  background: url(../images/news22.png) no-repeat 25px center;
}

.news .news_t .news_list ul li.n3.casehover a{
  background: url(../images/news33.png) no-repeat 25px center;
}


.news .news_box{
  margin: 0 auto;
} 

.news .news_box .news_top{
  height: 420px;
}

.news .news_box .news_top ul li{
  float: left;
  width: 318px;
  height: 417px;
  border: 1px solid #dedede;
  position: relative;
}

.news .news_box .news_top ul li .txt{
  width: 240px;
  margin: 0 auto;

}

.news .news_box .news_top ul li .txt span{
  display: block;
  font-size: 12px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  margin: 40px auto 50px auto;
}

.news .news_box .news_top ul li .txt span i{
  font-size: 26px;
  color: #333;
  font-family: "Impact";
  margin-right: 5px;
}

.news .news_box .news_top 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;
} 

.news .news_box .news_top ul li .txt em{
  display: block;
  width: 30px;
  height: 2px;
  background: #000000;
  margin: 35px 0 23px 0;
}

.news .news_box .news_top ul li .txt p{
  font-size: 14px;
  color: #999999;
  line-height: 28px;
  height: 84px;
  overflow: hidden;
} 

.news .news_box .news_top ul li .txt .more{
  display: block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  background: #fbfbfb;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
  margin-top: 20px;
  float: right;
}


.news .news_box .news_top ul li .txt_on{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0%;
  background: #fff;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
} 

.news .news_box .news_top ul li .txt_on span{
  display: block;
  font-size: 12px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  width: 240px;
  margin: 40px auto 20px auto;

}

.news .news_box .news_top ul li .txt_on span i{
  font-size: 26px;
  color: #333;
  font-family: "Impact";
  margin-right: 5px;
  margin-right: 5px;

}

.news .news_box .news_top ul li .txt_on 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;
  width: 240px;
  margin: 30px auto 0 auto;
} 

.news .news_box .news_top ul li .txt_on .news_img{
  width: 318px;
  height: 200px;

}

.news .news_box .news_top ul li .txt_on .news_img img{
  width: 318px;
  height: 200px;
}


.news .news_box .news_top ul li .txt_on .more{
  display: block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  background: #2b5cab;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
  margin: 30px 40px 0 0; 
  float: right;
}


.news .news_box .news_top ul li.on .txt_on{
  height: 100%;
  opacity: 1;
}

.news .news_box .list{
  margin: 65px auto 0 auto;
  width: 1400px;
  height: 212px;
}

.news .news_box .list ul li{
  width: 620px;
  height: 210px;
  border: 1px solid #dedede;
  float: left;
  margin-right: 38px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .list ul li .news_img{
  float: left;
  width: 240px;
  height: 180px;
  margin: 15px 0 0 15px;

}

.news .news_box .list ul li .news_img img{
  width: 240px;
  height: 180px;
}

.news .news_box .list ul li .txt{
  float: right;
  width: 300px;
  margin: 15px 20px 0 0;
} 

.news .news_box .list ul li .txt h5 a{
  line-height: 50px;
  height: 50px;
  font-size: 16px;
  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;


}

.news .news_box .list ul li .txt p{
  font-size: 14px;
  color: #999;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}

.news .news_box .list ul li .txt .more{
  display: block;
  width: 65px;
  height: 20px;
  line-height: 20px;
  border-radius: 45px;
  text-align: center;
  background: #fbfbfb;
  font-size: 12px;
  color: #333;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
  margin-top: 25px;
}


.news .news_box .list ul li:hover{
  border: 1px solid #2b5cab;
}

.news .news_box .list ul li:hover .txt h5 a{
  color: #2b5cab;

}





/*message*/

.message_bg{
  width: 100%;
  margin: 0px auto 0 auto;
  height: 539px;
  background: url(../images/message_bg.jpg) no-repeat top center;
}

.message_bg .message{
  width: 1300px;
  margin: 0 auto;
  padding-top: 190px;
  box-sizing: content-box;
}


.message_bg .message .m_l{
  float: left;
  width: 375px;
  margin-top: 10px;
}


/* 询盘*/
i {
  font-weight: normal;
  font-style: normal;
}

.topxunpan {
  position: relative;
  display: block;
  height: 30px;
  z-index: 5;

}


.topxunpan .xp {
  position: relative;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #333333;
  cursor: pointer;


}

.topxunpan .xp img {
  position: relative;
  top: 0px;
  margin: 0 12px 0 0px;
  vertical-align: middle;
}

.topxunpan .xp i {
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333333;
}

.topxunpan .xp #xunpantip {
  z-index: 999;
  position: absolute;
  top: 0px ;
  left: 20%;
  width: 180px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: transform .4s, opacity .4s;
  -moz-transition: transform .4s, opacity .4s;
  -o-transition: transform .4s, opacity .4s;
  -ms-transition: transform .4s, opacity .4s;
  transition: transform .4s, opacity .4s;
  background-color: #2b5cab;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 5px 5px 2px #dfdfdf;
}

.topxunpan .xp #xunpantip::after {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #2b5cab;
}

.topxunpan .xp #xunpantip.xunpantextactive {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}

.message_bg .message .m_l .m_txt{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #999;
}

.message_bg .message .m_l .ry{
  background: url(../images/ry_bg.png) no-repeat center;
  width: 283px;
  height: 214px;
  margin-top: 55px;
}

.message_bg .message .m_l .ry img{
  width: 250px;
  height: 178px;
  margin: 17px 0 0 15px;
}
 

.message_bg .message .m_r{
  float: right;
  width: 905px;
} 

.message_bg .message .m_r .message_box{
  overflow: hidden;
}

.message_bg .message .m_r .message_box .m_nr{
  height: 50px;
  margin-bottom: 27px;

}

.message_bg .message .m_r .message_box .form-group1{
  width: 450px;
  height: 48px;
  border: 1px solid #dedede;
  float: left;

}

.message_bg .message .m_r .message_box .form-group1 input{
  width: 420px;
  height: 48px;
  background: url(../images/m1.png) no-repeat 420px center;
  text-indent: 15px;
  font-size: 14px;
  color: #999999;
  padding-right: 30px;
}
 
 
.message_bg .message .m_r .message_box .form-group2{
  width: 440px;
  height: 48px;
  border: 1px solid #dedede;
  float: right;

}

.message_bg .message .m_r .message_box .form-group2 input{
  width: 410px;
  height: 48px;
  background: url(../images/m2.png) no-repeat 405px center;
  text-indent: 15px;
  font-size: 14px;
  color: #999999;
  padding-right: 30px;
}


.message_bg .message .m_r .message_box .form-group3{
  width: 630px;
  height: 48px;
  border: 1px solid #dedede;
  float: left;

}

.message_bg .message .m_r .message_box .form-group3 textarea{
  width: 600px;
  height: 33px;
  background: url(../images/m3.png) no-repeat 595px center;
  text-indent: 15px;
  font-size: 14px;
  color: #999999;
  padding-right: 30px;
  padding-top: 15px;
}


.message_bg .message .m_r .message_box .form-group4{
  width: 260px;
  height: 48px;
  border: 1px solid #dedede;
  float: right;

}

.message_bg .message .m_r .message_box .form-group4 input{
  width: 150px;
  height: 48px;
  background: none;
  text-indent: 15px;
  font-size: 14px;
  color: #999999;
  float: left;
}

.message_bg .message .m_r .message_box .form-group4 .imgcode{
  float: right;
  width: 68px;
  height: 27px;
  margin: 10px 10px 0 0;
}

.message_bg .message .m_r .message_box .anniu{
  width: 185px;
  height: 50px;
  margin-top: 30px;

}

.message_bg .message .m_r .message_box .anniu button{
  cursor: pointer;
  border: none;
  background: #2b5cab;
  width: 185px;
  height: 50px;
  font-size: 18px;
  color: #fff;
  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 .m_r .message_box .anniu button:hover{
  border-radius: 45px;
}


.message_bg .message .m_r .links{
  background: #fff;
  width: 427px;
  height: 80px;
  position: relative;
  border-radius: 45px;
  float: right;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
}

.message_bg .message .m_r .links .links_t{
  width: 367px;
  height: 80px;
  line-height: 80px;
  padding: 0 30px;
  box-sizing: content-box;
}

.message_bg .message .m_r .links .links_t i{
  display: block;
  font-size: 18px;
  color: #333333;
  background: url(../images/links.png) no-repeat right center;
}

.message_bg .message .m_r .links .yq{
  position: absolute;
  left: 0;
  bottom: 80px;
  background: #fff;
  width: 427px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
  height: 0;
  opacity: 0;
}

.message_bg .message .m_r .links .yq ul li{
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #eee;

}

.message_bg .message .m_r .links .yq ul li a{
  font-size: 14px;
  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;
  padding: 0 5px;
}

.message_bg .message .m_r .links:hover .yq{
  height: auto;
  opacity: 1;
}
