.fullSlide {
    width: 100%;
    position: relative;
    height: 800px;
    background: #FFF;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    height: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 800px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 800px;
  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 40px;
    left: 0;
    height: 30px;
    text-align: center;
  }
  
  .fullSlide .hd ul {
    text-align: center;
  }
  
  .fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 10px;
    height: 10px;
    margin: 7px;
    border: 2px solid #fff;
    overflow: hidden;
    line-height: 99px;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  
  .fullSlide .hd ul .on {
    width: 10px;
    background: #006cbe;
    border: 2px solid #006cbe;
    border-radius: 50%;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  
  .fullSlide .next {
    width: 74px;
    height: 74px;
    position: absolute;
    bottom: 37px;
    z-index: 9;
    background: url(../image/bannerR.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 16%;
    border: 1px solid #fff;
    border-radius: 8px;
  }
  
  .fullSlide .prev {
    width: 74px;
    height: 74px;
    position: absolute;
    bottom: 37px;
    z-index: 9;
    background: url(../image/bannerL.png) no-repeat center;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 22%;
    border: 1px solid #fff;
    border-radius: 8px;
  }

  .fullSlide .next:hover{
    background: #fff url(../image/bannerR1.png) no-repeat center;
  }

  .fullSlide .prev:hover{
    background: #fff url(../image/bannerL1.png) no-repeat center;
  }

  


.trait_bg{
    width: 100%;
    height: 152px;
    margin: 0 auto;
    background: url(../image/trait_bg.png) no-repeat center;
    position: relative;
    top: -139px;
    z-index: 5;
    overflow: hidden;
}

.trait_bg .trait{
    width: 1310px;
    margin: 0 auto;
    line-height: 152px;
}

.trait_bg .trait .trait_l{
    float: left;
    background: url(../image/buttom1.png) no-repeat left center;
    padding-left: 70px;
    font-size: 18px;
    color: #333;
}

.trait_bg .trait .trait_l i{
    font-size: 16px;
    color: #666;
}

.trait_bg .trait .tel{
    float: left;
    margin-left: 130px;
    background: url(../image/tel.png) no-repeat left center;
    padding-left: 70px;
    font-size: 26px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
} 





.title{
  background: url(../image/title.png) no-repeat   right 20px;
  height: 100px;

}

.title span{
  display: block;
  font-size: 120px;
  color: #ffc718;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  float: left;
  line-height: 100px;
}


.title h3{
  float: left;
  font-size: 36px;
  color: #333;
  font-weight: bold;
  margin-left: 10px;

}


.title h3 a{
  font-size: 36px;
  color: #333;
  font-weight: bold;
}


.title h3 i{
  font-size: 16px;
  color: #999999;
  font-weight: normal;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
}





.pro_bg{
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: url(../image/pro_bg.jpg) no-repeat  top center;

}

.pro_bg .product{
  width: 1310px;
  margin: 0 auto;

}

.pro_bg .product .pro_l{
  float: left;
  width: 320px;
}


.pro_bg .product .pro_l .pro_con{
  margin: 25px 0 0 0;
  width: 260px;
  background: #fff;
  padding-top: 35px;
  padding-bottom: 25px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
}

.pro_bg .product .pro_l .pro_con ul li{
  width: 184px;
  height: 40px;
  line-height: 40px;
  border: 1px dashed #dfdfdf;
  border-radius: 5px;
  border-top-left-radius: 20px;
  margin: 0 auto 20px auto;
  position: relative;
  z-index: 5;

}

.pro_bg .product .pro_l .pro_con ul li a{
  font-size: 16px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-left: 37px;
  width: 100px;
  background: url(../image/buttom2.png) no-repeat  20px center;
}

.pro_bg .product .pro_l .pro_con ul li::after{
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: url(../image/pro_list.png) no-repeat  center;
  width: 0px;
  height: 48px;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_l .pro_con ul li:hover::after{
  width: 188px;
}

.pro_bg .product .pro_l .pro_con ul li:hover a{
  background: none;
  color: #fff;
}

.pro_bg .product .pro_r{
  float: right;
  width: 985px;
  position: relative;
}

.pro_bg .product .pro_r .search{
  position: absolute;
  z-index: 5;
  right: 0;
  top: -8px;
  width: 475px;
  height: 35px;
  border-bottom: 1px solid #dfdfdf;
}

.pro_bg .product .pro_r .search .search2{
  float: left;
  width: 300px;
  height: 35px;
  font-size: 14px;
  color: #999999;
  padding-left: 5px;
}

.pro_bg .product .pro_r .search .search_s{
  float: right;
  width: 26px;
  height: 26px;
  margin-right: 20px;
}

.pro_bg .product .pro_r  .pro_box{
  position: relative;
  width: 985px;
  height: 387px;
}

.pro_bg .product .pro_r  .pro_box .bd{
  width: 985px;
  height: 387px;
  overflow: hidden;
  position: relative;
}

.pro_bg .product .pro_r  .pro_box .bd ul li{
  float: left;
  width: 985px;
}

.pro_bg .product .pro_r  .pro_box .bd ul li .pic{
  float: left;
  width: 440px;
  height: 385px;
  border: 1px solid #dfdfdf;
  border-radius: 25px;
  border-top-left-radius: 45px;
}

.pro_bg .product .pro_r  .pro_box .bd ul li .pic img{
  width: 426px;
  height: 371px;
  border-radius: 25px;
  border-top-left-radius: 45px;
  margin: 7px;
}

.pro_bg .product .pro_r  .pro_box .bd ul li .txt{
  float: right;
  width: 475px;
  margin-top: 70px;
}

.pro_bg .product .pro_r  .pro_box .bd ul li .txt a{
  font-size: 22px;
  color: #333;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url(../image/buttom3.png) no-repeat top  left;
  padding-top: 40px;
}

.pro_bg .product .pro_r  .pro_box .bd ul li .txt span{
  font-size: 16px;
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 20px 0 10px 0;
}

.pro_bg .product .pro_r  .pro_box .bd ul li .txt p{
  font-size: 14px;
  color: #666;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}

.pro_bg .product .pro_r  .pro_box .hd{
  position: absolute;
  left: 515px;
  bottom: 0px;
} 

.pro_bg .product .pro_r  .pro_box .hd .next{
  float: left;
  cursor: pointer;
  width: 83px;
  height: 40px;
  border: 1px solid #e1e1e1;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background: url(../image/left.png) no-repeat center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_r  .pro_box .hd .prev{
  float: left;
  cursor: pointer;
  width: 83px;
  height: 40px;
  border: 1px solid #e1e1e1;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  background: url(../image/right.png) no-repeat center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_r  .pro_box .hd .next:hover{
  border: 1px solid #006cbe;
  background: #006cbe url(../image/left1.png) no-repeat center;

}

.pro_bg .product .pro_r  .pro_box .hd .prev:hover{
  border: 1px solid #006cbe;
  background: #006cbe url(../image/right1.png) no-repeat center;

}

.pro_bg .product .pro_r  .list{
  margin: 50px auto 0 auto;
  width: 995px;
}

.pro_bg .product .pro_r  .list ul li{
  float: left;
  width: 302px;
  position: relative;
  margin: 0 29px 43px 0;
}

.pro_bg .product .pro_r  .list ul li .pic{
  width: 300px;
  height: 250px;
  border: 1px solid #dfdfdf;
  border-radius: 25px;
  border-top-left-radius: 45px;
}


.pro_bg .product .pro_r  .list ul li .pic img{
  width: 286px;
  height: 236px;
  border-radius: 25px;
  border-top-left-radius: 45px;
  margin: 7px;
}

.pro_bg .product .pro_r  .list ul li .txt{
  position: relative;
  width: 180px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
  margin: -25px auto 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 5;
} 

.pro_bg .product .pro_r  .list ul li .txt a{
  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;
  background: url(../image/buttom4.png) no-repeat 35px center;
  padding-left: 60px;
  padding-right: 10px;
}

.pro_bg .product .pro_r  .list ul li .txt::after{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 50px;
  background: #006cbe;
  border-radius: 25px;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .pro_r  .list ul li:hover .txt::after{
  width: 100%;

}

.pro_bg .product .pro_r  .list ul li:hover .txt a{
  color: #fff;
  background: url(../image/buttom5.png) no-repeat 35px center;
}

.pro_bg .hot_pro{
  margin: 30px auto 0 auto;
  width: 1310px;
}


.pro_bg .hot_pro .hot_t{
  height: 54px;
}

.pro_bg .hot_pro .hot_t .hd{
  float: left;
  margin-left: 85px;
  margin-top: 8px;
}

.pro_bg .hot_pro .hot_t .hd .next{
  float: left;
  width: 38px;
  height: 38px;
  background: #006cbe url(../image/left3.png) no-repeat center;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .hot_pro .hot_t .hd .prev{
  float: left;
  width: 38px;
  height: 38px;
  background: #006cbe url(../image/right3.png) no-repeat center;
  border-radius: 50%;
  margin-left: 15px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .hot_pro .hot_t .hd .next:hover{
  background: #fcc43e url(../image/left2.png) no-repeat center;
}

.pro_bg .hot_pro .hot_t .hd .prev:hover{
  background: #fcc43e url(../image/right2.png) no-repeat center;
}

.pro_bg .hot_pro .hot_t .hot_title{
  float: right;
  width: 972px;
  height: 54px;
  line-height: 54px;
  background: #006cbe;
  border-radius: 5px;
}

.pro_bg .hot_pro .hot_t .hot_title h5{
  font-size: 20px;
  color: #f7f7f7;
  margin-left: 30px;

}

.pro_bg .hot_pro .hot_t .hot_title h5 span{
  font-size: 14px;
  color: #f7f7f7;
}


.pro_bg .hot_pro .bd{
  margin: 30px auto 0 auto;
}

.pro_bg .hot_pro .bd ul  li{
  float: left;
  width: 272px;
  height: 258px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  margin: 0 26px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .hot_pro .bd ul  li:hover{
  border: 1px solid #006cbe;
}

.pro_bg .hot_pro .bd ul  li .pic{
  width: 264px;
  height: 200px;
  margin: 4px 4px 0 4px;

}

.pro_bg .hot_pro .bd ul  li .pic img{
  width: 264px;
  height: 200px;
  border-radius: 5px;
}

.pro_bg .hot_pro .bd ul  li .txt{
  width: 264px;
  height: 53px;
  line-height: 53px;
  margin: 0 auto;
}

.pro_bg .hot_pro .bd ul  li .txt h5 a{
  width: 200px;
  margin-left: 20px;
  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;
  float: left;

}

.pro_bg .hot_pro .bd ul  li .txt .more{
  display: block;
  float: right;
  background: url(../image/more.png) no-repeat  center;
  width: 20px;
  height: 20px;
  margin-top: 17px;
  margin-right: 12px;
}


.pro_bg .hot_pro .bd ul  li:hover .txt .more{
  background: url(../image/more1.png) no-repeat  center;
}




.ys_bg{
  margin: 95px auto 0  auto;
  height: 935px;
  background: url(../image/ys_bg.jpg) no-repeat bottom center;
}

.ys_bg .ys{
  width: 1310px;
  margin: 0 auto;
  height: 935px;
  position: relative;
}

.ys_bg .ys .title{
  position: absolute;
  left: 0;
  top: 30px;
  width: 515px;
  z-index: 5;
}

.ys_bg .ys .title span{
  display: block;
  float: left;
  background: url(../image/ys_t.png) no-repeat  center;
  width: 71px;
  height: 63px;
}

.ys_bg .ys .ys_box{
  position: relative;
  width: 1310px;
  margin: 0 auto;
}

.ys_bg .ys .ys_box .bd{
  width: 1310px;
  margin: 0 auto;
  height: 520px;
}

.ys_bg .ys .ys_box .bd ul li{
  float: left;
  width: 1310px;
  margin: 0 auto;
}

.ys_bg .ys .ys_box .bd ul li .txt{
  float: left;
  width: 550px;
  margin-top: 200px;
}

.ys_bg .ys .ys_box .bd ul li .txt span{
  display: block;
  font-size: 100px;
  font-weight: bold;
  color: #333;
  opacity: 0.08;
  line-height: 90px;
}

.ys_bg .ys .ys_box .bd ul li .txt h5{
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-top: -25px;
  margin-left: 10px;
}

.ys_bg .ys .ys_box .bd ul li .txt i{
  display: block;
  width: 25px;
  height: 5px;
  background: #ffc718;
  margin: 20px 0 20px 10px;
}

.ys_bg .ys .ys_box .bd ul li .txt p{
  font-size: 14px;
  color: #666;
  line-height: 36px;
  margin-left: 10px;
}

.ys_bg .ys .ys_box .bd ul li .ys_img{
  float: right;
  width: 691px;
  height: 520px;
} 

.ys_bg .ys .ys_box .bd ul li .ys_img img{
  width: 691px;
  height: 520px;
  border-radius: 25px;
  border-top-left-radius: 65px;
}

.ys_bg .ys .ys_box .hd{
  margin: 145px auto 0 auto;
  position: relative;
}

.ys_bg .ys .ys_box .hd ul li{
  float: left;
  width: 200px;
  height: 200px;
  background: #dfebf4;
  border-radius: 35px;
  border-top-left-radius: 65px;
  margin: 0 155px 0 10px;
  position: relative;
  text-align: center;
  -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 span{
  display: block;
  width: 130px;
  height: 130px;
  background: #fff;
  border-radius: 50%;
  margin: -65px auto 0 auto;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
box-shadow: 0 0 8px 6px rgba(0, 0, 0, .03);
}

.ys_bg .ys .ys_box .hd ul li span i{
  display: block;
  margin: 0 auto;
  width: 130px;
  height: 130px;
}

.ys_bg .ys .ys_box .hd ul li h5{
  font-size: 22px;
  color: #333;
  margin: 22px auto 10px auto;

}

.ys_bg .ys .ys_box .hd ul li em{
  display: block;
  font-size: 14px;
  color: #999;
}


.ys_bg .ys .ys_box .hd ul li.ys4{
  margin-right: 0;
}

.ys_bg .ys .ys_box .hd ul li.ys1 span i{
  background: url(../image/ys_ico1.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li.ys2 span i{
  background: url(../image/ys_ico2.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li.ys3 span i{
  background: url(../image/ys_ico3.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li.ys4 span i{
  background: url(../image/ys_ico4.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li.on{
  background: #f9eeca;
}

.ys_bg .ys .ys_box .hd ul li.ys1.on span i{
  background: url(../image/ys_ico1.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li.ys2.on span i{
  background: url(../image/ys_ico22.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li.ys3.on span i{
  background: url(../image/ys_ico33.png) no-repeat  center;
}

.ys_bg .ys .ys_box .hd ul li.ys4.on span i{
  background: url(../image/ys_ico44.png) no-repeat  center;
}

.ys_bg .ys .ys_box .zx{
  position: absolute;
  left: 10px;
  top: 500px;
  background: url(../image/zx.png) no-repeat  center;
  width: 180px;
  height: 60px;
  line-height: 60px;
}

.ys_bg .ys .ys_box .zx a{
  display: block;
  text-align: center;
  font-size: 16px;
  color: #333;
}




.case{
  width: 1310px;
  margin: 80px auto 0 auto;
}

.case .title{
  width: 325px;
}

.case .case_box{
  margin: 35px auto 0 auto;
  position: relative;
}

.case .case_box ul li{
  width: 420px;
  height: 495px;
  position: relative;
  float: left;
  margin: 0 8px;

}

.case .case_box ul li .pic{
  width: 350px;
  height: 290px;
}

.case .case_box ul li .pic img{
  width: 350px;
  height: 290px;
  border-radius: 25px;
  border-top-left-radius: 45px;
  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;
  margin-top: 20px;
}

.case .case_box ul li .txt{
  width: 340px;
  height: 337px;
  border-radius: 25px;
  border-top-left-radius: 45px;
  background: #fff;
  position: absolute;
  left: 55px;
  top: 80px;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
} 

.case .case_box ul li .txt .txt_t{
  padding: 250px 55px 0 40px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box ul li .txt .txt_t h5 a{
  width: 170px;
  font-size: 18px;
  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;
  float: left;
}

.case .case_box ul li .txt .txt_t h5 a i{
  font-size: 18px;
  color: #999;
  display: block;
}

.case .case_box ul li .txt .txt_t span{
  float: right;
  font-size: 18px;
  color: #999;
  padding-left: 45px;
  background: url(../image/xt2.png) no-repeat  left center;
}

.case .case_box ul li .txt .more{
  display: block;
  position: absolute;
  right: 40px;
  bottom: -20px;
  background: #cadff0 url(../image/more4.png) no-repeat   center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box ul li:hover .pic img{
  width: 370px;
  height: 360px;
  margin-top: 0px;
}

.case .case_box ul li:hover .txt{
  width: 360px;
  height: 389px;
} 

.case .case_box ul li:hover .txt .txt_t{
  padding: 310px 55px 0 40px;
}

.case .case_box ul li:hover .txt .more{

  background: #ffc718 url(../image/more4.png) no-repeat   center;

}

.case .case_box .hd{
  position: absolute;
  right: 20px;
  top: -115px;
} 

.case .case_box .hd .next{
  float: left;
  cursor: pointer;
  width: 105px;
  height: 50px;
  border: 1px solid #e1e1e1;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background: url(../image/left.png) no-repeat center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .prev{
  float: left;
  cursor: pointer;
  width: 105px;
  height: 50px;
  border: 1px solid #e1e1e1;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  background: url(../image/right.png) no-repeat center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box .next:hover{
  border: 1px solid #006cbe;
  background: #006cbe url(../image/left1.png) no-repeat center;

}

.case .case_box .prev:hover{
  border: 1px solid #006cbe;
  background: #006cbe url(../image/right1.png) no-repeat center;

}





.ab_bg{
  width: 100%;
  height: 1050px;
  margin: 50px auto 0 auto;
  background: url(../image/ab_bg.jpg) no-repeat  top center;
}

.ab_bg .about{
  margin: 0 auto;
  width: 1310px;
  padding-top: 145px;
  height: 480px;
  position: relative;
}

.ab_bg .about .ab_l{
  float: left;
  position: relative;
  width: 660px;
}

.ab_bg .about .ab_l .ab_img{
  width: 554px;
  height: 472px;

}

.ab_bg .about .ab_l .ab_img img{
  width: 554px;
  height: 472px;
  border-radius: 20px;
  border-top-left-radius: 80px;
}

.ab_bg .about .ab_l .honor{
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 246px;
  height: 341px;
  background: url(../image/ry_bg.png) no-repeat  center;

}

.ab_bg .about .ab_l .honor img{
  width: 189px;
  height: 282px;
  margin: 30px 29px 29px 28px;
}

.ab_bg .about .ab_r{
  float: right;
  width: 580px;
}

.ab_bg .about .ab_r .title{
  width: 335px;
}

.ab_bg .about .ab_r .txt{
  margin-top: 30px;

}

.ab_bg .about .ab_r .txt h5 a{
  font-size: 22px;
  color: #333333;

}

.ab_bg .about .ab_r .txt i{
  display: block;
  width: 27px;
  height: 3px;
  background: #333333;
  margin: 15px 0 20px 0;
}

.ab_bg .about .ab_r .txt p{
  font-size: 14px;
  color: #666;
  line-height: 30px;
  height: 90px;
  overflow: hidden;

}

.ab_bg .about .ab_r .txt .more{
  display: block;
  font-size: 16px;
  color: #333333;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
  margin-top: 40px;
}




.fc{
  width: 1310px;
  margin: 0 auto;
  position: relative;
}

.fc .fc_list{
  position: absolute;
  right: 50px;
  top: -90px;
  z-index: 5;
}

.fc .fc_list ul li{
  float: left;
  width: 230px;
  height: 80px;
  background: #006cbe;
  border-radius: 8px;
  margin-right: 35px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.fc .fc_list ul li a{
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 80px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.fc .fc_list ul li a i{
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  display: block;
  float: left;
  font-size: 22px;
  color: #333;
  margin: 16px 16px 0 45px;
  -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{
  background: #ffc718;

}

.fc .fc_list ul li.casehover a{
  color: #333;
}


.fc .fc_box{
  width: 1310px;
  margin: 0 auto;
  padding-top: 130px;
}

.fc .fc_box ul li{
  float: left;
  width: 300px;
  position: relative;
  margin: 0 13px;
}

.fc .fc_box ul li .pic{
  width: 300px;
  height: 250px;
  border-radius: 25px;
  border-top-left-radius: 25px;
  border-top-left-radius: 45px;
}

.fc .fc_box ul li .pic img{
  width: 284px;
  height: 234px;
  border-radius: 25px;
  border-top-left-radius: 25px;
  border-top-left-radius: 45px;
  margin: 8px;
}

.fc .fc_box ul li .txt{
  position: relative;
  width: 180px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
  margin: -25px auto 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 5;
}

.fc .fc_box ul li .txt a {
  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;
  text-align: center;
  padding: 0 5px;
}

.fc .fc_box ul li:hover .txt{
  background: #006cbe;
}

.fc .fc_box ul li:hover .txt a{
  color: #fff;
}




.news{
  width: 1310px;
  height: 775px;
  margin: 70px auto 0 auto;
  position: relative;
}

.news .news_t{
  overflow: hidden;
}

.news .news_t .title{
  float: left;
  width: 340px;
}

.news .news_t .news_list{
  float: right;
  width: 445px;
  height: 70px;
  border-bottom: 1px dashed #dfdfdf;
}
 
.news .news_t .news_list ul li{
  float: left;
  height: 70px;
  margin: 0 55px 0 20px;
}

.news .news_t .news_list ul li a{
  font-size: 18px;
  color: #333333;
  text-align: center;

}

.news .news_t .news_list ul li.casehover{
  background: url(../image/news_xt.png) no-repeat  bottom center;
}

.news .news_box{
  margin: 55px auto 0 auto;
}

.news .news_box .news_top{
  height: 360px;
}

.news .news_box .news_top .top_l{
  float: left;
  width: 480px;
  position: relative;

}

.news .news_box .news_top .top_l .news_img{
  width: 478px;
  height: 358px;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  position: relative;
}

.news .news_box .news_top .top_l .news_img img{
  width: 460px;
  height: 340px;
  margin: 9px;
  border-radius: 8px;
}

.news .news_box .news_top .top_l .txt{
  position: absolute;
  left: 9px;
  bottom: 9px;
  width: 405px;
  height: 60px;
  line-height: 60px;
  background: #006cbe;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 0 25px 0 30px;

} 

.news .news_box .news_top .top_l .txt span{
  float: left;
  font-size: 16px;
  color: #fff;
}

.news .news_box .news_top .top_l .txt h5 a{
  float: left;
  width: 240px;
  font-size: 16px;
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-left: 40px;
}

.news .news_box .news_top .top_l .txt .more{
  float: right;
  background: url(../image/more2.png) no-repeat  center;
  width: 31px;
  height: 13px;
  margin-top: 23px;
}

.news .news_box .news_top .top_r{
  float: right;
  width: 815px;
}  

.news .news_box .news_top .top_r ul li{
  float: left;
  margin: 0 0 30px 37px;
  width: 368px;
  height: 98px;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
}

.news .news_box .news_top .top_r ul li .time{
  float: left;
  width: 85px;
  background: url(../image/xt1.png) no-repeat right center;
  height: 48px;
  margin-top: 25px;
  text-align: center;
}

.news .news_box .news_top .top_r ul li .time span{
  display: block;
  font-size: 18px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
}


.news .news_box .news_top .top_r ul li .time span p{
  font-size: 14px;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;

}

.news .news_box .news_top .top_r ul li .txt{
  float: right;
  margin: 0 25px 0 0;
  width: 235px;
}

.news .news_box .news_top .top_r ul li .txt a{
  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;
  margin-top: 23px;
}

.news .news_box .news_top .top_r ul li .txt p{
  font-size: 14px;
  color: #666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
}

.news .news_box .news_top .top_r ul li:hover .txt a{
  color: #006cbe;
}

.news .news_box .list{
  margin: 75px auto 0 auto;
  width: 1360px;
}

.news .news_box .list ul li{
  float: left;
  width: 410px;
  height: 180px;
  background: #f5f5f5;
  border-radius: 8px;
  margin-right: 40px;
  position: relative;
}

.news .news_box .list ul li .time{
  position: absolute;
  left: 35px;
  top: -40px;
  width: 65px;
  height: 86px;
  background: #dfebf4;
  border-radius: 12px;
  text-align: center;
  -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:hover .time{
  background: #ffc718;

}

.news .news_box .list ul li .time span{
  display: block;
  font-size: 26px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 5px;
}

.news .news_box .list ul li .time i{
  display: block;
  width: 34px;
  height: 2px;
  background: #cccccc;
  margin: 0 auto;
  -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:hover .time i{
  background: #333;
}

.news .news_box .list ul li .time p{
  font-size: 12px;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 8px;
}

.news .news_box .list ul li .txt{
  padding: 75px 20px 0 35px;
  position: relative;
} 

.news .news_box .list ul li .txt .more{
  display: block;
  width: 31px;
  height: 13px;
  background: url(../image/more3.png) no-repeat  center;
  position: absolute;
  right: 20px;
  top: 30px;
}

.news .news_box .list ul li .txt h5 a{
  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;
}

.news .news_box .list ul li .txt p{
  font-size: 14px;
  color: #666;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  margin-top: 5px;
}







.links{
    width: 1310px;
    margin: 50px auto 0 auto;
    overflow: hidden;
    line-height: 30px;

}

.links .links_t{
    float: left;
}

.links .links_t h3{
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.links .links_t h3 i{
    font-size: 24px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}


.links .yq{
    float: right;
    width: 1120px;
}

.links .yq a{
    font-size: 14px;
    color: #666;
    margin-right: 20px;

}
