
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

/*banner*/
.banner_box {
    width: 100%;
    position: relative;
    height: 865px;
    background: #fff;
    overflow: hidden;
    top: -95px;
  }

  .fullSlide {
    width: 100%;
    position: relative;
    height: 865px;
    background: #fff;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    width: 100%;
    height: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  
  .fullSlide .bd ul {
    width: 100%;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 800px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 800px;
  }
  
  .fullSlide .hd {
    position: absolute;
    z-index: 9;
    bottom: 65px;
    right: 38%;
    height: 30px;
    text-align: center;
    width: 7%;
  }

    .fullSlide .hd h5{
      text-align: center;
      font-size: 16px;
      color: #f0f0f0;
      font-family: Arial, Helvetica, sans-serif;
      text-transform: uppercase;
    }
  
  .fullSlide .hd ul {
    text-align: center;
  }
  
  .fullSlide .hd ul li {
    position: absolute;
    font-size: 22px;
    left: 35px;
    top: 25px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
    z-index: 9;
  }

  .fullSlide .hd ul li.on{
    opacity: 1;
  }
  
  .fullSlide .num {
    position: absolute;
    font-size: 16px;
    right: 40%;
    bottom: 40px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 9;
  }


  .fullSlide .next {
    width: 27px;
    height: 20px;
    position: absolute;
    bottom: 40px;
    z-index: 9;
    background: url(../images/bannerR.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 36.5%;
  }
  
  .fullSlide .prev {
    width: 27px;
    height: 20px;
    position: absolute;
    bottom: 40px;
    z-index: 9;
    background: url(../images/bannerL.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 45%;
  }

/*trait*/

.trait{
  width: 1320px;
  height: 120px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
  margin: -215px auto 0 auto;
  position: relative;
  z-index: 5;
}

.trait .trait_l{
  float: left;
  width: 330px;
  height: 120px;
  text-align: center;
  background: url(../images/xt.png) no-repeat right center;
}

.trait .trait_l span{
  display: block;
  font-size: 16px;
  color: #666666;
  margin: 35px 0 2px auto;
}

.trait .trait_l i{
  display: block;
  font-size: 18px;
  color: #333;
}

.trait .trait_c{
  float: left;
  width: 330px;
  height: 120px;
  text-align: center;
  background: url(../images/xt.png) no-repeat right center;
}

.trait .trait_c .xunpan_t{
  display: inline-block;
  font-size: 14px;
  color: #333333;
  background: url(../images/xunpan.png) no-repeat left center;
  padding-left: 35px;
  margin-top: 35px;
}


/* 询盘*/
i {
  font-weight: normal;
  font-style: normal;
}

.topxunpan {
  position: relative;
  margin-top: 3px;

}


.topxunpan .xp {
  position: relative;
  height: 33px;
  line-height: 33px;
  font-size: 16px;
  color: #666666;
  cursor: pointer;

}

.topxunpan .xp img {
  position: relative;
  top: 0px;
  margin: 0 10px 0 0px;
  vertical-align: middle;
}

.topxunpan .xp i {
  padding: 0 0px;
  margin-left: 0px;
  margin-right: 0px;
  box-sizing: border-box;
  font-size: 16px;
  color: #666666;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.topxunpan .xp #xunpantip {
  z-index: 999;
  position: absolute;
  top: 35px;
  left: 50%;
  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: #ef271e;
  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: #ef271e;
}

.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;
}

.trait .tel{
  float: right;
  width: 330px;
  height: 120px;
  text-align: center;
  background: url(../images/tel_bg.png) no-repeat center;
}

.trait .tel span{
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: url(../images/tel.png) no-repeat left center;
  padding-left: 35px;
  margin-top: 35px;
}

.trait .tel i{
  display: block;
  font-size: 24px;
  color: #fff;
  margin-top: 3px;
}


/*title*/

.title{
  margin: 0 auto;
  background: url(../images/title.png) no-repeat  center;
  text-align: center;

}

.title h3{
  font-size: 40px;
  color: #333333;
  padding-top: 5px;

}

.title span{
  display: block;
  font-size: 20px;
  color: #999999;
  text-transform: uppercase;
}



/*business*/

.business{
  width: 1320px;
  margin: 65px auto 0 auto; 
}

.business .business_box{
  margin: 55px auto 0 auto;
  width: 1360px;
}

.business .business_box ul li{
  float: left;
  background: url(../images/pro_list.jpg) no-repeat  center;
  width: 439px;
  height: 240px;
  margin: 0 2px 2px 0;
  position: relative;
  z-index: 5;
}

.business .business_box ul li .txt{
  float: left;
  margin-top: 80px;
  margin-left: 40px;
  width: 170px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.business .business_box ul li .txt a{
  font-size: 26px;
  color: #fefefe;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.business .business_box ul li .txt a em{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.business .business_box ul li .txt a span{
  font-size: 14px;
  color: #666666;
  display: block;
  margin-top: 5px;
}

.business .business_box ul li .txt i{
  display: block;
  background: url(../images/more.png) no-repeat  center;
  width: 29px;
  height: 29px;
  margin-top: 30px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}
 
.business .business_box ul li .pic{
  float: right;
  width: 212px;
  height: 168px;
  margin: 36px 10px 0 0;
} 

.business .business_box ul li .pic img{
  width: 212px;
  height: 168px;
}

.business .business_box ul li.on .txt{
  margin-top: 60px;
}

.business .business_box ul li.on .txt i{
  opacity: 1;
}

.business .business_box ul li::after{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  content: "";
  background: url(../images/pro_list1.jpg) no-repeat  center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.business .business_box ul li.on::after{
  width: 100%;
}


/*product*/

.product{
  width: 1320px;
  margin: 65px auto 0 auto;
}

.product .pro_box{
  width: 1320px;
  margin: 50px auto 0 auto;
}

.product .pro_box .pro_l{
  float: left;
  width: 300px;
  background: #333333;
}

.product .pro_box .pro_l .pro_t{
  height: 165px;
  text-align: center;

}

.product .pro_box .pro_l .pro_t a{
  display: block;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;

  
}

.product .pro_box .pro_l .pro_t a span{
  display: block;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  opacity: 0.1;
  padding-top: 30px;
}

.product .pro_box .pro_l .pro_t a i{
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  opacity: 0.5;
}

.product .pro_box .pro_l .pro_con{
  width: 296px;
  background: #fff;
  margin: 2px;
  padding-top: 30px;
  height: 470px;
  overflow-y: auto;
}

.product .pro_box .pro_l .pro_con dl{
  overflow: hidden;
  margin-bottom: 15px;


}

.product .pro_box .pro_l .pro_con dl dt{
  width: 255px;
  height: 45px;
  line-height: 45px;
  background: url(../images/buttom3.png) no-repeat  center;
  margin: 0 auto;
}

.product .pro_box .pro_l .pro_con dl dt a{
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url(../images/buttom5.png) no-repeat 17px center;
  padding-left: 58px;
}

.product .pro_box .pro_l .pro_con dl dd a{
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 45px;
  float: left;
  margin-left: 20px;
  min-width: 90px;
  padding-left: 22px;
  background: url(../images/buttom6.png) no-repeat 5px center;
  position: relative;
}

.product .pro_box .pro_l .pro_con dl dt:hover a{
  background: url(../images/buttom4.png) no-repeat 17px center;
}

.product .pro_box .pro_l .pro_con dl dd a:hover{
  color: #ef271e;
  background: url(../images/buttom7.png) no-repeat 5px center;
}

.product .pro_box .pro_l .pro_con dl dd a::after{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #ef271e;
  content: "";
  -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 dl dd a:hover::after{
  width: 100%;
}

.product .pro_box .pro_r{
  float: right;
  width: 990px;
}

.product .pro_box .pro_r .pro_tab{
  height: 30px;
  border-bottom: 1px solid #dddddd;

}

.product .pro_box .pro_r .pro_tab h5{
  float: left;
  width: 100px;
  border-bottom: 3px solid #333333;
  height: 27px;
  text-align: center;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  line-height: 15px;
}

.product .pro_box .pro_r .pro_tab .more{
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  float: right;
  line-height: 25px;
  margin-right: 25px;
}

.product .pro_box .pro_r .pro_nr{
  margin-top: 24px;
  width: 1050px;

}

.product .pro_box .pro_r .pro_nr ul li{
  float: left;
  width: 310px;
  height: 290px;
  background: #fff;
  border: 1px solid #f0f0f0;
  margin: 0 30px 30px 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_nr ul li .pic{
  width: 310px;
  height: 220px;
  overflow: hidden;
}

.product .pro_box .pro_r .pro_nr ul li .pic img{
  width: 310px;
  height: 220px;
  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_nr ul li:hover .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
 
.product .pro_box .pro_r .pro_nr ul li .txt{
  width: 260px;
  margin: 0 auto;

} 

.product .pro_box .pro_r .pro_nr ul li .txt h5{
  float: left;
  width: 200px;
  margin-top: 16px;
}

.product .pro_box .pro_r .pro_nr ul li .txt h5 a{
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_box .pro_r .pro_nr ul li .txt h5 i{
  font-size: 12px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.product .pro_box .pro_r .pro_nr ul li .txt .more{
  display: block;
  float: right;
  background: url(../images/more1.png) no-repeat center;
  width: 18px;
  height: 10px;
  margin-top: 30px;
  -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_nr ul li.on{
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
}

.product .pro_box .pro_r .pro_nr ul li.on .txt .more{
  background: url(../images/more2.png) no-repeat center;
}


/*case*/

.case{
  width: 1320px;
  margin: 60px auto 0 auto;
}

.case .case_t{
  height: 110px;
  width: 1320px;
  background: url(../images/case_t.png) no-repeat center 32px;
  overflow: hidden;
}

.case .case_t .title{
  float: left;
  background: none;
}

.case .case_t .t_r{
  float: right;
  font-size: 14px;
  color: #666666;
  margin-top: 30px;
} 

.case .case_box{
  margin: 0 auto;
  position: relative;
} 

.case .case_box .case_box2{
  float: left;
  overflow: hidden;
  width: 402px;
  position: relative;
}

.case .case_box .case_box2 .bd{
  width: 402px;
  margin-left: -402px;
}

.case .case_box .case_box2 .bd ul li{
  float: left;
  width: 402px;
  position: relative;
}

.case .case_box .case_box2 .bd ul li .pic{
  width: 400px;
  height: 300px;
  border: 1px solid #dedede;
  position: relative;

}

.case .case_box .case_box2 .bd ul li .pic img{
  width: 380px;
  height: 280px;
  margin: 10px;
}

.case .case_box .case_box2 .bd ul li .txt{
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: url(../images/case_list.png) no-repeat center;
  width: 380px;
  height: 50px;
  line-height: 50px;

} 

.case .case_box .case_box2 .bd ul li .txt a{
    font-size: 16px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .case_box1{
  float: right;
  width: 870px;
}

.case .case_box .case_box1 .bd{
  float: left;
  width: 870px;
}

.case .case_box .case_box1 .bd ul li{
  float: left;
  width: 870px;
}

.case .case_box .case_box1 .bd ul li .pic{
  float: left;
  width: 450px;
  height: 350px;
  border: 1px solid #dedede;
}

.case .case_box .case_box1 .bd ul li .pic img{
  width: 430px;
  height: 330px;
  margin: 10px;
}

.case .case_box .case_box1 .bd ul li .txt{
  float: right;
  width: 360px;
  margin-top: 20px;

}

.case .case_box .case_box1 .bd ul li .txt h5 a{
  font-size: 18px;
  color: #333;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: right;
  background: url(../images/buttom9.png) no-repeat right bottom;
  height: 55px;
}

.case .case_box .case_box1 .bd ul li .txt p{
  margin-top: 20px;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  text-align: right;
}

.case .case_box .case_box1 .bd ul li .txt .more{
  display: block;
  margin-top: 25px;
  height: 55px;
  line-height: 55px;
  border-bottom: 1px solid #dedede;
  font-size: 14px;
  color: #999999;
  background: url(../images/more5.png) no-repeat right center;
}

.case .case_box .case_box1 .bd ul li .txt span{
  display: block;
  margin-top: 50px;
  font-size: 80px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 65px;
  margin-left: 210px;

}

.case .case_box  .case_botton{
  position: absolute;
  right: 210px;
  top: 305px;
  background: url(../images/case_botton.jpg) no-repeat center;
  width: 150px;
  height: 45px;
}

.case .case_box  .case_botton .next{
  float: left;
  background: url(../images/left.png) no-repeat center;
  width: 15px;
  height: 23px;
  margin: 11px 0 0 25px;
  cursor: pointer;
}

.case .case_box  .case_botton .prev{
  float: right;
  background: url(../images/right.png) no-repeat center;
  width: 15px;
  height: 23px;
  margin: 11px  25px 0 0;
  cursor: pointer;
}

.case .case_box  .num{
  position: absolute;
  right: 0px;
  top: 307px;
  background: url(../images/xt1.png) no-repeat left center;
  padding-left: 35px;
  font-size: 20px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}


/*ys*/

.ys_bg{
  width: 100%;
  height: 935px;
  margin: 55px auto 0 auto;
  background: url(../images/ys_bg.jpg) no-repeat center;
  overflow: hidden;
}

.ys_bg .ys{
  width: 1320px;
  margin: 0 auto;
  padding-top: 90px;
}

.ys_bg .ys .ys_box{
  float: left;
  width: 1420px;
  position: relative;
  margin-left: -200px;

}

.ys_bg .ys .ys_box .bd{
  width: 1420px;
  height: 755px;
}

.ys_bg .ys .ys_box .bd ul li{
  float: left;
  width: 1420px;
}

.ys_bg .ys .ys_box .bd ul li .ys_img{
  float: left;
  width: 1070px;
  height: 755px;
}

.ys_bg .ys .ys_box .bd ul li .ys_img img{
  width: 1070px;
  height: 755px;
}

.ys_bg .ys .ys_box .bd ul li .txt{
  float: left;
  width: 350px;
  height: 755px;
  text-align: center;
  background: #fff;
} 

.ys_bg .ys .ys_box .bd ul li .txt h5{
  margin-top: 210px;
  font-size: 32px;
  color: #333;
  font-weight: bold;

}

.ys_bg .ys .ys_box .bd ul li .txt i{
  display: block;
  font-size: 14px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-top: 15px;
}

.ys_bg .ys .ys_box .bd ul li .txt p{
  font-size: 14px;
  color: #666666;
  line-height: 36px;
  margin: 25px 35px 0 35px;
  height: 216px;
}

.ys_bg .ys .ys_box .bd ul li .txt em{
  display: block;
  margin: 25px auto 0 auto;
  width: 35px;
  height: 2px;
  background: #afafaf;

}


.ys_bg .ys .ys_box .hd{
  position: absolute;
  top: 70px;
  right: 165px;
}

.ys_bg .ys .ys_box .hd ul li{
  width: 9px;
  height: 9px;
  border: 1px solid #6a6a6a;
  border-radius: 50%;
  margin-bottom: 20px;
  -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{
  border: 1px solid #ef271e;
  background: #ef271e;
  height: 20px;
  border-radius: 65px;
}

.ys_bg .ys .ys_box .ys_button{
  position: absolute;
  right: 95px;
  top: 610px;
  background: url(../images/case_botton.jpg) no-repeat center;
  width: 150px;
  height: 45px;
}

.ys_bg .ys .ys_box .ys_button .next{
  float: left;
  background: url(../images/left.png) no-repeat center;
  width: 15px;
  height: 23px;
  margin: 11px 0 0 25px;
  cursor: pointer;
}

.ys_bg .ys .ys_box .ys_button .prev{
  float: right;
  background: url(../images/right.png) no-repeat center;
  width: 15px;
  height: 23px;
  margin: 11px 25px 0 0;
  cursor: pointer;
}

.ys_bg .ys .ys_box .ys_ico{
  position: absolute;
  right: 95px;
  top: 675px;
  text-align: center;
  font-size: 12px;
  color: #cccccc;
  text-transform: uppercase;
} 

.ys_bg .ys .ys_r{
  float: right;
  width: 285px;
  margin-right: -205px;
}

.ys_bg .ys .ys_r .ys_t{
  background: url(../images/ys_xt.png) no-repeat left top;
  text-align: right;
}

.ys_bg .ys .ys_r .ys_t span{
  display: block;
  font-size: 20px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 1px 0 15px 0;
}

.ys_bg .ys .ys_r .ys_t h3{
  font-size: 50px;
  color: #fff;
  font-weight: bold;
}

.ys_bg .ys .ys_r .ys_t i{
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 36px;
  padding-bottom: 30px;
  background: url(../images/ys_xt1.png) no-repeat bottom right;
  letter-spacing: 3px;
  margin-top: 15px;
}

.ys_bg .ys .ys_r .ys_nr{
  margin-top: 65px;
  text-align: right;
  overflow: hidden;

} 

.ys_bg .ys .ys_r .ys_nr span{
  font-size: 16px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  display: block;
  line-height: 36px;
  opacity: 0.7;
  letter-spacing: 3px;
}

.ys_bg .ys .ys_r .ys_nr i{
  display: block;
  font-size: 12px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  opacity: 0.5;
  margin: 10px 0 35px 0;
}

.ys_bg .ys .ys_r .ys_nr p{
  width: 255px;
  height: 1px;
  border-top: 1px solid #8a8a8a;
  padding-top: 30px;
  font-size: 16px;
  color: #fff;
  line-height: 36px;
  opacity: 0.7;
  letter-spacing: 3px;
  display: inline-block;
}

.ys_bg .ys .ys_r .tel{
  margin-top: 55px;
  line-height: 37px;
  font-size: 21px;
  color: #fff;
  padding-right: 57px;
  background: url(../images/ys_tel.png) no-repeat right center;
  text-align: right;
}

.ys_bg .ys .ys_r em{
  display: block;
  background: url(../images/ys_ico.png) no-repeat  center;
  width: 46px;
  height: 4px;
  margin-top: 60px;
  float: right;
}



/*message*/

.message_bg{
  width: 100%;
  height: 260px;
  margin: 80px auto 0 auto;
  background: url(../images/banner_1.jpg) no-repeat center;
}

.message_bg .message{
  width: 1320px;
  margin: 0 auto;
}

.message_bg .message .m_l{
  float: left;
  width: 435px;
}

.message_bg .message .m_l .m_nr{
  height: 46px;
  margin-top: 10px;
  margin-bottom: 28px;
}

.message_bg .message .m_l .m_nr .form-group1{
  width: 200px;
  height: 45px;
  border-bottom: 1px solid #dddddd;
  float: left;
}

.message_bg .message .m_l .m_nr .form-group1  input{
  width: 200px;
  height: 45px;
  text-indent: 45px;
  font-size: 14px;
  color: #333333;
  background: url(../images/m1.png) no-repeat 15px center;
}

.message_bg .message .m_l .m_nr .form-group2{
  width: 200px;
  height: 45px;
  border-bottom: 1px solid #dddddd;
  float: right;
}

.message_bg .message .m_l .m_nr .form-group2  input{
  width: 200px;
  height: 45px;
  text-indent: 45px;
  font-size: 14px;
  color: #333333;
  background: url(../images/m2.png) no-repeat 15px center;
}

.message_bg .message .m_l .form-group3{
  width: 435px;
  height: 45px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 45px;
}

.message_bg .message .m_l .form-group3  textarea{
  width: 390px;
  height: 35px;
  font-size: 14px;
  color: #333333;
  background: url(../images/m3.png) no-repeat 15px center;
  padding: 10px 0 0 45px;
}

.message_bg .message .m_l .form-group4{
  width: 200px;
  height: 45px;
  border-bottom: 1px solid #dddddd;
  float: left;
}

.message_bg .message .m_l .form-group4  input{
  width: 100px;
  height: 45px;
  text-indent: 45px;
  font-size: 14px;
  color: #333333;
  background: url(../images/m4.png) no-repeat 15px center;
  float: left;
}

.message_bg .message .m_l .form-group4 .imgcode{
  float: right;
  width: 90px;
  height: 30px;
  margin-top: 7px;
}

.message_bg .message .m_l .anniu{
  float: right;
}

.message_bg .message .m_l .anniu button{
  cursor: pointer;
  border: none;
  width: 200px;
  height: 45px;
  font-size: 16px;
  color: #fff;
  background: url(../images/anniu.jpg) no-repeat center;
}

.message_bg .message .m_r{
  float: right;
  width: 765px;
} 

.message_bg .message .m_r .zx{
  width: 585px;
  margin-top: 40px;
  margin-left: 180px;
  height: 65px;
  line-height: 65px;
}

.message_bg .message .m_r .zx .tel{
  margin-left: 15px;
  padding-left: 50px;
  font-size: 20px;
  color: #fff;
  background: url(../images/tel1.png) no-repeat left center;
  float: left;
}

.message_bg .message .m_r .zx .tel i{
  font-size: 28px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.message_bg .message .m_r .zx .zixun{
  float: right;
  width: 181px;
  height: 65px;
  line-height: 65px;
  background: #fff;
}

.message_bg .message .m_r .zx .zixun a{
  display: block;
  padding-left: 70px;
  font-size: 20px;
  color: #ef271e;
  background: url(../images/zx.png) no-repeat 25px center;
}

.message_bg .message .m_r .txt{
  margin-top: 47px;
  font-size: 40px;
  color: #fff;
  letter-spacing: 11px;
}



/*about*/

.ab_bg{
  width: 100%;
  height: 995px;
  margin: 0 auto;
  background: url(../images/ab_bg.jpg) no-repeat top center;
}

.ab_bg .about{
  width: 1320px;
  margin: 0 auto;
  padding-top: 80px;
  height: 610px;
}

.ab_bg .about .ab_l{
  float: left;
  width: 780px;
}

.ab_bg .about .ab_l .ab_t{
  background: url(../images/ab_t.png) no-repeat left 15px;
}

.ab_bg .about .ab_l .ab_t h3{
  font-size: 40px;
  color: #333333;
  line-height: 35px;

}

.ab_bg .about .ab_l .ab_t span{
  font-size: 20px;
  color: #999;
  display: block;
  text-transform: uppercase;
  margin-top: 10px;
}

.ab_bg .about .ab_l .txt{
  margin-top: 55px;

} 

.ab_bg .about .ab_l .txt h5{
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.ab_bg .about .ab_l .txt i{
  display: block;
  width: 35px;
  height: 2px;
  background: #ef271e;
  margin: 20px 0 20px 0;

}

.ab_bg .about .ab_l .txt p{
  font-size: 14px;
  color: #666666;
  line-height: 36px;
  height: 144px;
  overflow: hidden;
  width: 620px;

}

.ab_bg .about .ab_l .txt .more{
  display: block;
  text-align: center;
  margin-top: 48px;
  border: 1px solid #d4d4d4;
  font-size: 12px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  width: 120px;
  height: 35px;
  line-height: 35px;

}

.ab_bg .about .ab_r{
  float: right;
  background: url(../images/ry_bg.png) no-repeat center;
  width: 235px;
  height: 332px;
  margin-top: 278px;
  position: relative;
  z-index: 5;
}

.ab_bg .about .ab_r img{
  width: 190px;
  height: 280px;
  margin: 26px 23px;
}

.fc{
  width: 1320px;
  margin: 0 auto;
  position: relative;

}

.fc .fc_list{
  width: 780px;
  height: 120px;
  position: relative;
  margin-top: -120px;
}

.fc .fc_list ul li{
  float: left;
  width: 260px;
  height: 120px;
  position: relative;
  z-index: 5;

}

.fc .fc_list ul li a{
  display: block;
  margin-top: 30px;
}

.fc .fc_list ul li a img{
  float: left;
  margin: 0 10px 0 35px;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
}

.fc .fc_list ul li a span{
  display: block;
  font-size: 16px;
  color: #fff;
  float: left;
  margin-top: 5px;

}

.fc .fc_list ul li a span i{
  display: block;
  font-size: 12px;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-top: 5px;
}

.fc .fc_list ul li::after{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  background: url(../images/ab_list.png) no-repeat center;
  width: 0;
  height: 100%;
  -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 img{
  background: url(../images/ab_list1.png) no-repeat center;
}

.fc .fc_box{
  padding-top: 58px;
  width: 1360px;
}

.fc .fc_box ul li{
  float: left;
  position: relative;
  width: 320px;
  height: 240px;
  border: 1px solid #eeeeee;
  margin-right: 13px;
  overflow: hidden;
}

.fc .fc_box ul li .pic{
  width: 320px;
  height: 240px;
  position: relative;
}

.fc .fc_box ul li .pic img{
  width: 300px;
  height: 220px;
  margin: 10px;

}

.fc .fc_box ul li .txt{
  position: absolute;
  left: 10px;
  bottom: -45px;
  width: 300px;
  height: 45px;
  line-height: 45px;
  background: url(../images/fc_list.png) no-repeat center;
  -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 a{
  font-size: 15px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
 
.fc .fc_box ul li:hover .txt{
  bottom: 10px;
}


/*news*/


.news{
  width: 1320px;
  margin: 65px auto 0 auto;
  height: 715px;
}

.news .news_list{
  margin: 50px auto 0 auto;
  height: 30px;
}

.news .news_list ul{
  text-align: center;
}

.news .news_list ul li{
  display: inline-block;
  margin: 0 55px;
  height: 30px;
  line-height: 30px;
}

.news .news_list ul li a{
  padding-left: 75px;
  font-size: 18px;
  color: #333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_list ul li.n1 a{
  background: url(../images/news1.png) no-repeat left center;
}

.news .news_list ul li.n2 a{
  background: url(../images/news2.png) no-repeat left center;
}

.news .news_list ul li.n3 a{
  background: url(../images/news3.png) no-repeat left center;
}

.news .news_list ul li.casehover a{
  color: #ef271e;

}
.news .news_list ul li.n1.casehover a{
  background: url(../images/news11.png) no-repeat left center;
}

.news .news_list ul li.n2.casehover a{
  background: url(../images/news22.png) no-repeat left center;
}

.news .news_list ul li.n3.casehover a{
  background: url(../images/news33.png) no-repeat left center;
}

.news .news_box{
  margin: 50px auto 0 auto;
}

.news .news_box .news_top{
  height: 227px;
  width: 1380px;
}

.news .news_box .news_top ul li{
  float: left;
  width: 635px;
  height: 225px;
  border: 1px solid #eeeeee;
  margin-right: 45px;
  
}

.news .news_box .news_top ul li .pic{
  float: left;
  width: 308px;
  height: 205px;
  margin: 10px;
  overflow: hidden;
}

.news .news_box .news_top ul li .pic img{
  width: 308px;
  height: 205px;
  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_top ul li:hover .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.news .news_box .news_top ul li .txt{
  float: left;
  width: 260px;
  margin: 10px 0 0 20px;

} 

.news .news_box .news_top ul li .txt span{
  display: block;
  font-size: 16px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  height: 50px;
  line-height: 50px;
  -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 span i{
  font-size: 24px;
  color: #333;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  -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 h5 a{
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .news_top ul li .txt p{
  font-size: 14px;
  color: #666;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin: 10px 0 10px 0;
}

.news .news_box .news_top ul li .txt .more{
  display: block;
  background: url(../images/more3.png) no-repeat  center;
  width: 30px;
  height: 8px;
  float: right;
  -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:hover .txt span{
  color: #ef271e;

}

.news .news_box .news_top ul li:hover .txt span i{
  color: #ef271e;

}

.news .news_box .news_top ul li:hover .txt .more{
  background: url(../images/more4.png) no-repeat  center;
}

.news .news_box .list{
  margin: 40px auto 0 auto;
  width: 1400px;
} 

.news .news_box .list ul li{
  float: left;
  width: 620px;
  height: 60px;
  border-bottom: 1px solid #dedede;
  margin: 0 75px 18px 0;
  
}

.news .news_box .list ul li .time{
  float: left;
  width: 91px;
  height: 44px;
  line-height: 44px;
  border: 1px solid #e8e8e8;
  text-align: center;
  font-size: 14px;
  color: #666;
  position: relative;
  z-index: 5;
  -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{
  float: right;
  width: 500px;
  line-height: 44px;
}

.news .news_box .list ul li .txt a{
  float: left;
  width: 360px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .news_box .list ul li .txt span{
  font-size: 12px;
  color: #666666;
  text-transform: uppercase;
  float: right;
}

.news .news_box .list ul li.on .time{
  color: #fff;
}

.news .news_box .list ul li .time::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  background: url(../images/buttom8.png) no-repeat center;
  width: 0;
  height: 100%;
  -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.on .time::after{
  width: 100%;
}