.syabout { width:100%; background:#fff !important; padding:5% 0px;}
.syabout_con { width:1200px; margin:0px auto;}

.biaoti {width:100%; margin:0px auto; text-align:center; padding: 0px;}
.biaoti h2 { font-size:33px; font-weight:400; line-height:60px; padding-bottom:0px;}
.biaoti p { font-size:16px; color:#999; line-height:30px;}
.biaoti img {  margin:0px auto 20px; height:100px;}
.biaoti  b { margin:1% 0px ; display: block; font-size:40px; font-weight:400;}
.biaoti  b i {display:inline-block; font-style:normal;}
.biaoti .line {
    width: 60px;
    height: 1px;
    background: #333;
    margin:10px 10px; display:inline-block;
}


.learn-more{opacity:1;transform:translate3d(0,0,0);transition-delay: 1s; margin:2em auto 5em; text-align:center;   margin-top:3%;
    margin-bottom:3%; }
.learn-more a {
    width: auto;
    color: #fff;
    /*border-radius:50px;*/
    padding:12px 50px;
    background-color:#333; font-size:16px;
    text-align: center;
    height: 45px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    animation: jump 2s linear infinite;

 
}



.syabout .syabout_con .list {
    width: 100%;
    display: -webkit-box;  margin-top:0%;
    display: -ms-flexbox;
    display: flex
}

.syabout .syabout_con .list .item {
	
    width: 25%;
    height: 2.2rem; /*background:#333;*/ opacity:1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    transition: all .5s; /*border:1px solid #d6d6d6;*/  padding:6% 0px;color:#333;
}

/*.syabout .syabout_con .list .item:nth-child(2) {background:#f1a502;}
.syabout .syabout_con .list .item:nth-child(4) {background:#f1a502;}*/
.syabout .syabout_con .list .item .item-num { font-size:45px; font-weight:900; font-family:Arial, Helvetica, sans-serif;  display:block; }
.syabout .syabout_con .list .item .item-num i { font-size:16px; color:#fff; width:25px; text-align:center; line-height:25px; height:25px; border-radius:50%; overflow:hidden; background:#eaa620; display:inline-block;  font-weight:400; font-style:normal;}
.syabout .syabout_con .list .item .item-text { font-size:16px; display:block; color:#666;}







.cpjj { line-height:30px; font-size:16px; color:#666; text-align:center; width:100%; margin:2% auto 2%;  /* border-bottom:1px solid #c7c7c7; padding:2% ;*/ }


.cpxl { width:100%; margin:0px auto; text-align:center;  margin:0% 0px 2%;} 
.cpxl ul li { display:inline-block; padding:0px 25px; border-right:1px solid #cccccc; line-height:17px; font-size:22px;}
.cpxl ul li i { font-style:normal; font-weight:700; font-family:Arial, Helvetica, sans-serif;}


.cpxl ul a:last-child li { border:none;}





.bode{
  width:100%;
}
.banner{
  width:100%;
  position: relative; height:556px;  overflow:hidden;
}
.banner .item{
  position: relative;
}
.banner .owl-carousel .owl-item .img{
  overflow: hidden;
}
.banner .owl-carousel .owl-item .img img{
  display: block;
  width:100%;
}
.banner .owl-carousel video{  width:100%; display:block; object-fit: fill}
/* 分页器 */
.owl-theme .owl-controls {
  bottom:15px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 0 10px;
  position: relative;
  background: #000;
  opacity: .4;
}
@media only screen and (max-width:480px){
  .owl-theme .owl-controls {
    bottom:5px;
  }
}
/* .owl-theme .owl-dots .owl-dot span:after {
content: '';
display: block;
width: 4px;
height: 4px;
border-radius: 100%;
background: #fff;
content: '';
position: absolute;
top: 50%;
margin-top: -2px;
left: 50%;
margin-left: -2px;
} */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background:#f1a502;
  opacity: 1;
}
/* .details .owl-theme .owl-dots .owl-dot span:after {
background: #be9a78
} */
.details .owl-theme .owl-dots .owl-dot.active span, .details .owl-theme .owl-dots .owl-dot:hover span {
  
}
.owl-theme .owl-dots .owl-dot.active span{
  background:#f1a502;
  width:20px;
  border-radius: 33px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin: 0 10px;
  position: relative;
  background: #fff;
  opacity: 1;
}
/* 左右 */
.banner_cur {

}
@media only screen and (max-width: 750px){
  .banner_cur {
      display:none;
  }
}
.banner_cur .prev{
  cursor: pointer;
  display: block;
  width: 70px;
  height:70px;
  background-image: url(../images/prev.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  opacity: 0;
  position: absolute;
  left:0;
  top:50%;
  margin-top:-35px;
  z-index:100;
  /* background-color:#f75b5b; */
  transition: all ease .25s;
  background-color:rgba(0,0,0,.5);
  border-radius: 100%;
}
.banner_cur span.next{
  cursor: pointer;
  display: block;
  width: 70px;
  height:70px;
  background-image: url(../images/next.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  opacity: 0;
  position: absolute;
  right:0;
  top:50%;
  margin-top:-35px;
  z-index:100;
  background-color:rgba(0,0,0,.5);
  border-radius: 100%;
}
.banner:hover .banner_cur .prev{
  left:30px;
  opacity: 1;
}
.banner:hover .banner_cur span.next{
  right:30px;
  opacity: 1;
}
.banner .banner_cur .prev:hover{
  background-color:rgba(0,0,0,.8);
}
.banner .banner_cur span.next:hover{
  background-color:rgba(0,0,0,.8);
}

.bode1{
  width:100%;
  padding:30px 0;
  background:#fff;
}
.bode1 .wrap{
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.bode1 .wrap .left{
  width:33%;
  position: relative;
  overflow: hidden;
}
.bode1 .wrap .left img{
  width:100%;
  transition: all ease .25s;
  height:100%;
}
.bode1 .wrap .left img:hover{
  transform: scale(1.1,1.1)
}
.bode1 .wrap .left .img{
  position: absolute;
  left:0;
  top:0;
  width:140px;
  height:140px;
  background: url("../images/icon1.png")no-repeat center center;
  background-size: 100% 100%;
}
.bode1 .wrap .left .img p{
  position: absolute;
  left:20px;
  top:20px;
  color:#fff;
  font-size: 16px;
}
.bode1 .wrap .right{
  width:66%;
  height:100%;
}
.bode1 .wrap .right li{
  border:2px solid rgba(0,0,0,0);
  overflow: hidden;
  padding:1px 2px;
  position: relative;
  height:100%;
}
.bode1 .wrap .right li p{
  width:100%;
  color:#333;
  font-size: 14px;
  text-align: center;
  padding:20px;
}
.bode1 .wrap .right li:hover p{
  color:#f1a502;
}
.bode1 .wrap .right li:hover{
  border:2px solid #f1a502;
}
.bode1 .wrap .right img{
  width:100%;
}
@media only screen and (max-width: 600px){
  .bode1 .wrap .left{
    width:100%;
  }
  .bode1 .wrap .left .img{
    position: absolute;
    left:0;
    top:0;
    width:140px;
    height:140px;
    background: url("../images/icon1.png")no-repeat center center;
    background-size: 100% 100%;
  }
  .bode1 .wrap .left .img p{
    position: absolute;
    left:20px;
    top:20px;
    color:#fff;
    font-size: 16px;
  }
  .bode1 .wrap .right{
    width:100%;
    margin-top:15px;
  }
  
}
@media only screen and (max-width: 480px){
  .bode1 .wrap .right li p{
    padding:5px;
    font-size: 12px;
  }
}
.bode2{
  width:100%;
 /* background:#fff;*/
}
.bode2 .top{
  width:100%;
  background: url("../images/bode3.png")no-repeat center center;
  background-size: cover;
  padding:70px 0;
}
.bode2 .top .tit{
  width:100%;
}
.bode2 .top .tit h1{
  font-size: 40px;  font-weight:400;
  line-height: 45px;
  text-align: center;
  color:#fff;
}
.bode2 .top .tit span{
  display:block;
  width:100%;
  text-align: center;
  line-height: 25px;
  margin-top:10px;
  color:#fff;
  font-size: 16px;
}
.bode2 .top .nav{
  width:100%;
  display:flex;
  justify-content: center;
  flex-wrap:wrap;
  margin-top:20px;
}
.bode2 .top .nav li{
  margin:0 5px;
}
.bode2 .top .nav li a{
  display:block;
  padding:8px 35px;
  border:1px solid rgba(0,0,0,0);
  color:#fff;
  text-align: center;
  font-size: 16px;
}
.bode2 .top .nav .on_bode2 a{
  border:1px solid #fff;
}
.bode2 .bot{
  width:100%;
  padding:50px 0 50px;
}
.bode2 .bot .bot_item:nth-child(n+2){
  display: none;
}
.bode2 .bot .bot_flex{
  width:100%;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
  align-items: center;
} 
.bode2 .bot .list{
  width:50%;
    height: 380px;
}
.bode2 .bot .list ul{
  width:100%;
}
.bode2 .bot .list ul li{
  width:100%;
  padding:15px 5%;
  border-bottom: 1px solid #ddd;
}
.bode2 .bot .list ul li .tit{
  width:100%;
  display:flex;
  justify-content: space-between;
  align-items: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.bode2 .bot .list ul li .tit h4{
  color:#333;
  font-size: 15px;
  line-height: 25px; height:25px;
  
   transition: all linear .25s;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  
}
.bode2 .bot .list ul .on_list1 .tit h4{
  font-size: 20px;
}
.bode2 .bot .list ul li:hover .tit h4{
  color:#f1a502;
}
.bode2 .bot .list ul li .tit span{
  display:block;
  color:#333;
  font-size: 13px; 
}
.bode2 .bot .list ul li p{
  color:#333;
  font-size: 12px;
  line-height: 25px;
  margin-top:10px;
  height:0;
  margin-top:0px;
  transition: all linear .25s;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.bode2 .bot .list ul .on_list1 p{
  height:50px;
  margin-top:10px;
  transition: all linear .25s;
}

.bode2 .bot .img{
  width:47%;
}
.bode2 .bot .img .img_list{
  width:100%;
  overflow: hidden;
}
.bode2 .bot .img .img_list img{
  width:100%;
  transition: all ease .25s;
}
.bode2 .bot .img :hover img{
  transform: scale(1.1,1.1);
}
.bode2 .bot .img .img_list:nth-child(n+2){
  margin-top:20px;
}
@media only screen and (max-width: 960px){
  .bode2 .bot .list{
    width:48%;
  }
  .bode2 .bot .img{
    width:48%;
  }
}
@media only screen and (max-width: 750px){
  .bode2 .top{
    padding:35px 0
  }
  .bode2 .top .tit h1{
    font-size: 24px;
  }
  .bode2 .top .nav li a{
    padding:5px 10px;
  }
  .bode2 .bot{
    padding:25px 0;
  }
  .bode2 .bot .list{
    width:100%;
  }
  .bode2 .bot .img{
    width:100%;
    margin-top:20px;
  }
  .bode2 .bot .list ul li{
    padding:10px;
  }
  .bode2 .bot .list ul li .tit h4{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width:60%;
  }
  .bode2 .bot .list ul .on_list1 .tit h4{
    font-size: 18px;
  }
}

.bode3{
  width:100%;
  padding: 40px 0; 
}
.bode3 .wrap>.tit{
  width:100%;
  display:flex;
  justify-content: center;
  align-items: center;
  padding:60px 0;
  color:#333;
  font-size: 37px;
}
.bode3 .wrap>.tit .line{
  width:60px;
  height:1px;
  background:#333;
  margin:0 10px;
}
.bode3 .wrap>.tit a{
  display:block;
  color:#333;
  font-size: 37px;
  padding:0 10px;
}
.bode3 .wrap>.tit a:hover{
  font-weight: bold;
  color:#f1a502;
}
.bode3 .nav{
  width:100%;
  display:flex;
  justify-content: center;
  align-items: center;
}
.bode3 .nav ul{
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
  color:#333;
  font-size: 13px;
}
.bode3 .nav ul li{
  margin:0 10px;
}
.bode3 .nav ul li a{
  color:#333;
  font-size: 13px;
}
.bode3 .nav ul li a:hover{
  color:#f1a502;
}
.bode3 .nav img{
  width:13px;
  margin:0 10px;
  height:100%;
  padding-top:2px;
}
.bode3 .product_search{
  width:100%;
  display:flex; margin:0px auto;
  justify-content: space-between;
  padding:19px 50px;
  margin-top:30px;
  background:#f1a502;
  align-items: center;
}
.bode3 .product_search .left{
  color:#fff;
  font-size: 17px;
}
.bode3 .product_search .right{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.bode3 .product_search .right .gjc{
  color:#fff;
  font-size: 15px;
}
.bode3 .product_search .right .gjc a{
  color:#fff;
  font-size: 15px;
  margin:0 2px;
}
.bode3 .product_search .right form{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.bode3 .product_search .right form .input1{
  display:block;
  margin-left:10px;
  padding:0px 15px;
  color:#999;
  font-size: 15px;
  outline: none;
  border:none;
  width:210px;
  line-height: 33px;
}
.bode3 .product_search .right form .input2{
  outline: none;
  border:none;
  display:block;
  width:100px;
  color:#fff;
  font-size: 15px;
  background:url("../images/search.png")no-repeat 25px center;
  background-color:#333;
  background-size: 15px 15px;
  margin-left:10px;
  height:100%;
  line-height: 33px;
  text-align: center;
  padding-left:20px;
  cursor: pointer;
}
.bode3 .top_pic{
  width:100%;
  height:240px;
  background:url("../images/bode8.png")no-repeat center center;
  background-size:cover;
}

.cpzx { width:100%;  font-size:22px;  line-height:22px; margin:3% auto; font-family:Arial, Helvetica, sans-serif; }
.cpzx p {display:flex; margin:0px auto;justify-content: center;
    align-items: center;}
.cpzx b {font-weight:900;}
.cpzx img { margin-right:10px; height:26px; width:auto; }
.cpzx span { }

.top_pic{ text-align:center; color:#fff;}
.top_pic h4 { font-size:40px; font-weight:900; line-height:60px; padding-top:5%; }
.top_pic p { font-size:30px; line-height:50px;}


#pro_exh{
  width:100%;
  padding:40px 0;
}

#pro_exh .tit{
  width:100%;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
  align-items: center;
}
#pro_exh .tit h4{
  color:#333;
  font-size: 24px;
  line-height: 30px;
  font-weight: 900;
}
#pro_exh .tit h4 i{
  color:#333;
  /*font-size: 30px;*/
  line-height: 30px; font-style:normal; padding-right:10px; /*color:#f1a403; */
  font-weight: 900;
}
#pro_exh .tit a{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
#pro_exh .tit a span{
  display:block;
  color:#333;
  font-size: 14px;
}
#pro_exh .tit a:hover span{
  color:#f1a502;
}
#pro_exh .tit a em{
  display:block;
  width:20px;
  height:20px;
  text-align: center;
  line-height: 20px;
  font-style: normal;
  color:#fff;
  font-size:12px;
  background:#969696;
  border-radius: 100%;
  font-family: "黑体";
  margin-left:10px;
}
#pro_exh .content{
  width:100%;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#pro_exh .content .left{
  width:19%;
  margin-top:10px;
}
#pro_exh .content .left img{
  width:100%;
}
#pro_exh .content .right{
  width:80%;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
}
#pro_exh .content .right li{
  width:24%;
  height: 48.5%;
  margin-top:10px;
  background:#fff;
  padding:15px 0;
  border:2px solid rgba(0,0,0,0);
  margin-left:7px;
}
#pro_exh .content .right li:hover{
  border:2px solid #f1a502;
}
#pro_exh .content .right li .img{
  width:80%;
  margin:0 auto; height:184px; text-align:center;
}
#pro_exh .content .right li .img img{
  max-width:100%; max-height:90%; padding:5% 0px;
}
#pro_exh .content .right li .text{
  width:100%;
  padding:0px 10px;
}
#pro_exh .content .right li .text p{
  text-align: center;
  color:#333;
  font-size: 14px;
  margin-top:15px;
}
#pro_exh .content .right li .text span{
  display:block;
  color:#333;
  font-size: 13px;
  text-align: center;
  color:#f1a502;
  margin-top:20px;
}
#pro_exh .content .right li:hover .text span{
  color:#f1a502; font-weight:700;
}
@media only screen and (max-width: 1000px){
  .bode3 .wrap>.tit{
    font-size: 24px;
  }
  .bode3 .wrap>.tit a{
    font-size: 24px;
  }
  .bode3 .product_search .right .gjc{
    display:none;
  }
  #pro_exh .content .left{
    display:none;
  }
  #pro_exh .content .right{
    width:100%;
  }
}
@media only screen and (max-width: 750px){
  .bode3 .wrap>.tit{
    padding:30px 0;
    font-size: 16px;
  }
  .bode3 .wrap>.tit .line{
    width:20px;
  }
  .bode3 .wrap>.tit a{
    font-size: 16px;
  }
  .bode3 .product_search .right form .input1{
    width:200px;
    margin-left:0;
  }
  .bode3 .product_search .right form .input2{
    width:80px;
    background: url(../images/search.png)no-repeat 15px center;
    background-color: #333;
    background-size: 15px 15px;
  }
  #pro_exh .content .right{
    justify-content: space-between;
  }
  #pro_exh .content .right li{
    padding:10px 0;
    width:49%;
    height: auto;
    margin-left:0;
  }
  #pro_exh .tit h4{
    font-size: 16px;
  }
  #pro_exh .tit a span{
    font-size: 12px;
  }
  #pro_exh .tit a em{
    width:15px;
    height:15px;
    line-height: 15px;
  }
  #pro_exh{
    padding:20px 0;
  }
  .bode3 .product_search{
    margin-top:15px;
  }
}
@media only screen and (max-width: 480px){
  .bode3 .wrap>.tit a{
    font-size: 14px;
    padding:0 2px;
  }
  .bode3 .nav ul{
    justify-content: flex-start;
  }
  .bode3 .product_search{
    justify-content: center;
    flex-wrap:wrap;
  }
  .bode3 .product_search .left{
    width:100%;
    text-align: center;
  }
  .bode3 .product_search .right{
    margin-top:10px;
  }
}

.bode4{
  width:100%;
}
.bode4 .top_pic{
  width:100%;
  height:240px;
  background:url("../images/bode9.png")no-repeat center center;
  background-size:cover;
}
@media only screen and (max-width: 850px){
  .bode4 .top_pic{
    width:100%;
    height:150px;
    background:url("../images/bode9.png")no-repeat center center;
    background-size:cover;
  }
}
@media only screen and (max-width: 480px){
  .bode4 .top_pic{
    width:100%;
    height:70px;
    background:url("../images/bode9.png")no-repeat center center;
    background-size:cover;
  }
}
.bode5{
  width:100%;
}
.bode5 .top_pic{
  width:100%;
  height:240px;
  background:url("../images/bode10.png")no-repeat 90% center;
  background-size:cover;
}
@media only screen and (max-width: 850px){
  .bode5 .top_pic{
    width:100%;
    height:150px;
    background:url("../images/bode10.png")no-repeat  100% center;
    background-size:cover;
  }
}
@media only screen and (max-width: 480px){
  .bode5 .top_pic{
    width:100%;
    height:70px;
    background:url("../images/bode10.png")no-repeat 95% center;
    background-size:cover;
  }
}
.bode6{
  width:100%;
}
.bode6 .top_pic{
  width:100%;
  height:240px;
  background:url("../images/bode11.png")no-repeat center center;
  background-size:cover;
}
@media only screen and (max-width: 850px){
  .bode6 .top_pic{
    width:100%;
    height:150px;
    background:url("../images/bode11.png")no-repeat  center center;
    background-size:cover;
  }
}
@media only screen and (max-width: 480px){
  .bode6 .top_pic{
    width:100%;
    height:70px;
    background:url("../images/bode11.png")no-repeat center center;
    background-size:cover;
  }
}
.bode7{
  width:100%;
}
.bode7 .top_pic{
  width:100%;
  height:240px;
  background:url("../images/bode13.png")no-repeat 30% center;
  background-size:cover;
}
@media only screen and (max-width: 850px){
  .bode7 .top_pic{
    width:100%;
    height:150px;
    background:url("../images/bode13.png")no-repeat  20% center;
    background-size:cover;
  }
}
@media only screen and (max-width: 480px){
  .bode7 .top_pic{
    width:100%;
    height:70px;
    background:url("../images/bode13.png")no-repeat 9% center;
    background-size:cover;
  }
}
.bode8{
  width:100%;
}
.bode8 .top_pic{
  width:100%;
  height:240px;
  background:url("../images/bode17.jpg")no-repeat center center;
  background-size:cover;
}
@media only screen and (max-width: 850px){
  .bode8 .top_pic{
    width:100%;
    height:150px;
    background:url("../images/bode17.jpg")no-repeat  center center;
    background-size:cover;
  }
}
@media only screen and (max-width: 480px){
  .bode8 .top_pic{
    width:100%;
    height:70px;
    background:url("../images/bode17.jpg")no-repeat center center;
    background-size:cover;
  }
}
.bode8 .tit{
  width:100%;
  display:flex;
  justify-content: center;
  align-items: center;
  margin-top:0px;
}
.bode8 .tit .line{
  width:30px;
  height:1px;
  background:#333;
}
.bode8 .tit h1{
  font-size: 40px;  font-weight:400;
  color:#333;
  padding:0 15px;
}
.bode8 .content{
  padding:0px 0;
}
.bode8 .content .hc_owla{
  width:100%;
  position: relative;
}
.bode8 .content .hc_owla .owl{
  width:100%;
  margin:0 auto
}
.bode8 .content .hc_owla .owl li{
  display:table-cell; width:5%;
  padding:10px;
}
.bode8 .content .hc_owla .owl li .img{
  width:100%;
  overflow: hidden;
  position: relative; height:400px;
}
.bode8 .content .hc_owla .owl li .img .picture{
  width:100%;
}
.bode8 .content .hc_owla .owl li .img .picture img{
  width:100%; transition:all .4s; 
}
.bode8 .content .hc_owla .owl li:hover .img .picture img{
  width:110%;
}
.bode8 .content .hc_owla .owl li .img .img_text{
  position: absolute;
  left: 0;
  top:50%;
  z-index:10;
  width:100%;
  margin-top:-20px;
}
.bode8 .content .hc_owla .owl li .img .img_text h3{
  color:#fff;
  font-size:24px;
  line-height: 25px;
  text-align: center;
}
.bode8 .content .hc_owla .owl li .img .img_text p{
  color:#fff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  margin-top:10px;
}
.bode8 .content .hc_owla .owl li .img .img_box{
  width:100%;
  position: absolute;
  left:0;
  bottom:100%;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.8);
  z-index: 20;
  transition: all ease .25s;
}
.bode8 .content .hc_owla .owl li:hover .img .img_box{
  width:100%;
  position: absolute;
  left:0;
  bottom:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.8);
  z-index: 20;
  transition: all ease .25s;
}
.bode8 .content .hc_owla .owl li .img .img_box img{
  position: absolute;
  width:150px;
  height:150px;
  left:50%;
  top:50%;
  margin-left:-75px;
  margin-top:-75px;
  z-index:30;
}


.bode8 .content .hc_owla .owl li .text{
  background: rgba(31,31,31,.8);
  line-height: 80px;
  padding:0 50px;
  display:flex;
  justify-content: space-between;
  align-items: center; margin-top:-80px; position:absolute; z-index:1; width:20%;
  
}
.bode8 .content .hc_owla .owl li:hover .text{
  background:#f1a502;
}
.bode8 .content .hc_owla .owl li .text p{
  color:#fff;
  font-size: 18px;
}
.bode8 .content .hc_owla .owl li .text img{
  width:10px;
  height:10px;
}
.bode8 .content .hc_owla .owl_cur .prev{
  width:50px;
  height:50px;
  position: absolute;
  left:0;
  top:50%;
  margin-top:-25px;
  background:url("../images/prev_1.png")no-repeat center center;
  background-size: 100% 100%;
  z-index:100%;
  cursor: pointer;
}
.bode8 .content .hc_owla .owl_cur .next{
  width:50px;
  height:50px;
  position: absolute;
  right:0;
  top:50%;
  margin-top:-25px;
  background:url("../images/next_1.png")no-repeat center center;
  background-size: 100% 100%;
  z-index:100%;
  cursor: pointer;
}
@media only screen and (max-width: 480px){
  .bode8 .content .hc_owla .owl{
    width:70%;
    margin:0 auto
  }
  .bode8 .content .hc_owla .owl_cur .prev{
    width:30px;
    height:30px;
    position: absolute;
    left:0;
    top:50%;
    margin-top:-15px;
    background:url("../images/prev_1.png")no-repeat center center;
    background-size: 100% 100%;
    z-index:100%;
    cursor: pointer;
  }
  .bode8 .content .hc_owla .owl_cur .next{
    width:30px;
    height:30px;
    position: absolute;
    right:0;
    top:50%;
    margin-top:-15px;
    background:url("../images/next_1.png")no-repeat center center;
    background-size: 100% 100%;
    z-index:100%;
    cursor: pointer;
  }
  .bode8 .content .hc_owla .owl li .img .img_box img{
    position: absolute;
    width:120px;
    height:120px;
    left:50%;
    top:50%;
    margin-left:-60px;
    margin-top:-60px;
    z-index:30;
  }
}


.bode9{
  width:100%;
}
.bode9 .top_pic{
  width:100%;
  height:240px;
  background:url("../images/bode15.jpg")no-repeat center center;
  background-size:cover;
}

.bode03{
  width:100%;
}
.bode03 .top_pic{
  width:100%;
  height:240px;
  background:url("../images/bode8.png")no-repeat center center;
  background-size:cover;
}






@media only screen and (max-width: 850px){
  .bode9 .top_pic{
    width:100%;
    height:150px;
    background:url("../images/bode16.jpg")no-repeat  center center;
    background-size:cover;
  }
}
@media only screen and (max-width: 480px){
  .bode9 .top_pic{
    width:100%;
    height:70px;
    background:url("../images/bode16.jpg")no-repeat center center;
    background-size:cover;
  }
  
  .bode03 .top_pic{
  width:100%;
  height:70px;
  background:url("../images/bode8.png")no-repeat center center;
  background-size:cover;
}
}


.bode10{
  width:100%;
}
.bode10 .top_pic{
  width:100%;
  height:240px;
  background:url("../images/bode17.jpg")no-repeat center center;
  background-size:cover;
}
@media only screen and (max-width: 850px){
  .bode10 .top_pic{
    width:100%;
    height:150px;
    background:url("../images/bode17.jpg")no-repeat  center center;
    background-size:cover;
  }
}
@media only screen and (max-width: 480px){
  .bode10 .top_pic{
    width:100%;
    height:70px;
    background:url("../images/bode17.jpg")no-repeat center center;
    background-size:cover;
  }
}

.bode11{
  width:100%;
}
.bode11 .top_pic{
  width:100%;
  height:240px;
  background:url("../images/bode81.jpg")no-repeat center center;
  background-size:cover;
}
@media only screen and (max-width: 850px){
  .bode11 .top_pic{
    width:100%;
    height:150px;
    background:url("../images/bode81.jpg")no-repeat  center center;
    background-size:cover;
  }
}
@media only screen and (max-width: 480px){
  .bode11 .top_pic{
    width:100%;
    height:70px;
    background:url("../images/bode81.jpg")no-repeat center center;
    background-size:cover;
  }
}

.bode12{
  width:100%;
}
.bode12 .top_pic{
  width:100%;
  height:240px;
  background:url("../images/bode91.jpg")no-repeat center center;
  background-size:cover;
}
@media only screen and (max-width: 850px){
  .bode12 .top_pic{
    width:100%;
    height:150px;
    background:url("../images/bode91.jpg")no-repeat  center center;
    background-size:cover;
  }
}
@media only screen and (max-width: 480px){
  .bode12 .top_pic{
    width:100%;
    height:70px;
    background:url("../images/bode91.jpg")no-repeat center center;
    background-size:cover;
  }
}















.index-news-center {
    width: 100%;
    padding-top: .8rem;
    padding-bottom: .6rem;
   /* background-color: #fff;*/
    overflow: hidden
}

.index-news-center .news-center-container {
    width: 100%;
    margin: 0 auto
}

.index-news-center .title-box {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: .6rem
}

.index-news-center .title {
    width: auto;
    font-weight: bold;
    color: #13202c;
    position: relative;
    padding-left: .2rem
}

.index-news-center .title:before {
    content: '';
    display: inline-block;
    background-image: url(../images/10.jpg);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: .08rem;
    height: .16rem;
    position: absolute;
    top: 0;
    left: 0
}

@media (max-width:1920px) {
    .index-news-center .title {
        padding-left: 20px
    }
    .index-news-center .title:before {
        width: 8px;
        height: 16px
    }
}

.index-news-center .title-text {
    width: auto;
    line-height: 1.5;
    color: #65717b;
    margin-left: .2rem
}

.index-news-center .wrap {
    width: 103%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.index-news-center .item {
    width: 31%; 
    margin-right: 2%;
    cursor: pointer;
}

.index-news-center .item:nth-child(2n+1){
    transition-delay: .2s;
}
.index-news-center .item:nth-child(2n){
    transition-delay: .4s;
}
.index-news-center .ul{
    transition-delay: .6s;
}

.index-news-center .item:hover .jiantou { margin-right:20px;
       
    }

@media(min-width: 1201px){
    /*.index-news-center .item:hover .item-content{
        background-color: rgba(241,165,2,0.9)
    }*/

    .index-news-center .item:hover .item-img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .index-news-center .item:hover .content-title {
        font-weight: bold;
        color: #f1a502;
    }

/*    .index-news-center .item:hover .content-text {
        color: #fff
    }

    .index-news-center .item:hover .date-icon .img-1 {
        display: none
    }

    .index-news-center .item:hover .date-icon .img-2 {
        display: inline-block
    }

    .index-news-center .item:hover .date-text {
        color: #fff
    }*/
}


.index-news-center .item-img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

.index-news-center .item-img img {
    width: 100%;
    transition: transform 12s cubic-bezier(.23, 1, .32, 1);
}

.index-news-center .item-content {
    width: 100%;
    padding: 5%;
    transition: all .3s;
    background-color: #fff;
    position: relative;
    z-index: 10;
}
.index-news-center .content-mt { font-family:Arial, "微软雅黑"; font-weight:900; font-size:14px; line-height:40px;}
.index-news-center .content-title {
    width: 100%;
    line-height:28px; font-size:17px;
    color: #000;
    margin-bottom:20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.index-news-center .content-text {
    width: 100%;
    line-height:25px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis; font-size:14px; 
    display: -webkit-box;
    -webkit-line-clamp: 2; margin-top:20px;
    -webkit-box-orient: vertical;
    margin-bottom:20px;
}
.jiantou  { float:right; transition:all 0.4s; }

.index-news-center .content-date {
	 border-top:1px solid #c9c9c9; margin-top:5px; padding-top:22px;
	
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; justify-content: space-between;
  
}

.index-news-center .date-icon {
    width: .14rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.index-news-center .date-icon img {
    width: 100%
}

.index-news-center .date-icon .img-2 {
    display: none
}

@media (max-width:1920px) {
    .index-news-center .date-icon {
        width: 12px
    }
}

.index-news-center .date-text {
    width: auto;
    line-height: 1.2;  float:left;
    color: #666; font-weight:900; font-family:Arial, Helvetica, sans-serif;
   
}

.index-news-center .ul {
    width: 31%;
    margin-right: 2%;
    background-color: #f3f4f8;
    padding: .3rem
}

.index-news-center .li {
    width: 100%;
    padding: .2rem 0;
    border-bottom: 1px solid #ececec;
    cursor: pointer;
    display: block
}

.index-news-center .li:hover {
    border-color: rgba(241,165,2,0.9)
}

.index-news-center .li:hover .li-title {
    font-weight: bold;
    color: rgba(241,165,2,0.9)
}

.index-news-center .li:hover .li-text {
    color: rgba(241,165,2,0.9)
}

.index-news-center .li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.index-news-center .li-title {
    width: 100%;
    line-height: 1.2;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: .1rem
}

.index-news-center .li-text {
    width: 100%;
    line-height: 1.2;
    color: #65717b;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

@media (max-width:900px) {
    .index-news-center .news-center-container {
        width: 100%;
        padding: 0 10px
    }
    .index-news-center .wrap {
        width: 102%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .index-news-center .item {
        width: 48%;
        margin-bottom: 4%
    }
    .index-news-center .content-title {
        font-size: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: inherit
    }
    .index-news-center .ul {
        width: 100%
    }
    .index-news-center .li:last-child {
        padding-bottom: .2rem
    }
}

@media (max-width:500px) {
    .index-news-center .title-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .index-news-center .title {
        width: 100%;
        margin-bottom: 15px
    }
    .index-news-center .title-text {
        width: 100%
    }
}

.yyly { width:100%; padding:5% 0px; background:#fff;}
.yyly .tit { margin-bottom:0px;}
.yyly .xiaobt { font-size:17px; color:#999; line-height:35px; width:100%; padding:1% 0px 5%; text-align:center;}













footer ul li { list-style:none !important ;}

footer {
    width: 100%;
    border-top: 3px solid #f1a405
}

.f-a {
    width: 100%;
    background-color:#1d1d1d;
    padding-top: 40px;
}

.f-a .f-container {
    width: 90%;
    margin: 0 auto
}

.f-a .container-A {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05)
}

.f-a .f-logo {
    width: auto;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.f-a .f-logo img {
    height: 100%
}

.f-a .f-box {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.f-a .f-inf {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.f-a .f-item {
    width: auto;
    line-height: 1.2; font-size:14px;
    color: #e1e1e1;
    padding: 0 20px;
    border-left: 1px solid #8b9095;
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.f-box .f-item:hover { color:#f1a405 !important;

}



.f-a .f-item:first-child {
    border-left: 0
}

.f-a .f-item:hover {
    font-weight: bold;
    color: #ce1116
}

.f-a .f-code {
    width: auto;
    cursor: pointer;
    margin-left: .15rem
}

.f-a .f-code:hover .f-code-icon {
  /* background-image: linear-gradient(to right,#fc2547 0%, #ff5a00 50%, #fc2547 100%);*/
  background:#f1a405;
}

.f-a .f-code:hover .f-code-icon .img-1 {
    display: none
}

.f-a .f-code:hover .f-code-icon .img-2 {
    display: inline-block
}

.f-a .f-code-icon {
    width: .36rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .3s;
}

.f-a .f-code-icon img {
    width: 100%;
    border-radius: 50%
}

.f-a .f-code-icon .img-2 {
    display: none
}

@media (max-width:1920px) {
    .f-a .f-code-icon {
        width: 32px
    }
}

.f-a .f-tel {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: .3rem
}

.f-a .f-tel-icon {
    width: .22rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.f-a .f-tel-icon img {
    width: 100%
}

@media (max-width:1920px) {
    .f-a .f-tel-icon {
        width: 20px
    }
}

.f-a .f-tel-text {
    width: auto;
    margin-left:10px; font-size:18px;
    font-weight: bold;
    color: #f1a405;
}

.f-a .container-B {
    width: 100%;
    padding-top: .2rem;
    padding-bottom: .6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.f-a .f-link {
    width: 100%;

   
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.5)
}
.f-a .f-link a {
    color: rgba(255, 255, 255, 0.5);
}
.f-a .f-link a:hover {
    color: #f1a405
}

.f-a #backTop {
    width: .4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: fixed;
    right: .5rem;
    bottom: 1.6rem;
    z-index: 12345;
}

.f-a #backTop img {
    width: 100%
}

@media (max-width:1920px) {
    .f-a #backTop {
        width: 40px
    }
}

.f-b {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 123;
    transition: all .3s;
}
.f-b.hide{
    transform: translate(0,110%);
}

.f-b .f-container {
    width: 16.6rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.f-b .f-item {
    width: 33.333%;
    padding: .17rem .6rem;
    border-right: 1px solid #333637;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    cursor: pointer;
    position: relative
}

.f-b .f-item:last-child {
    border-right: 0
}

.f-b .f-left {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.f-b .f-item-icon {
    width: auto;
    height: .26rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.f-b .f-item-icon img {
    height: 100%
}

@media (max-width:1920px) {
    .f-b .f-item-icon {
        height: 20px
    }
}

.f-b .f-text {
    line-height: 1.5;
    color: #fefefe;
    margin-left: .22rem
}

.f-b .f-right {
    width: auto;
    line-height: 1.5;
    color: #e1e1e1
}

.f-b .f-tel-num {
    width: 100px;
    height: 3em;
    padding: 5px;
    line-height: 1.5;
    color: #fefefe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: -10000px;
    top: -3em;
    -webkit-box-shadow: 0.03rem 0.08rem 0.21rem 0.03rem rgba(24, 30, 42, 0.08);
    box-shadow: 0.03rem 0.08rem 0.21rem 0.03rem rgba(24, 30, 42, 0.08);
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    background-color: rgba(0, 0, 0, 0.8)
}

.f-b .f-tel-num.show {
    left: calc(100% - 100px)
}

@media (max-width:900px) {
    .f-a .f-container {
        width: 100%;
        padding: 0 10px
    }
    .f-a .f-logo {
        height: 35px
    }
    .f-b .f-container {
        width: 100%;
        padding: 0 10px
    }
}

@media (max-width:700px) {
    .f-a .container-A {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .f-a .f-logo {
        margin-bottom: 20px
    }
    .f-a .f-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .f-a .f-item:first-child {
        padding-left: 0
    }
    .f-a .f-inf {
        width: 100%;
        margin-top: 15px
    }
    .f-a .f-code {
        margin: 0;
        margin-right: 10px
    }
    .f-a .container-B {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .f-a .f-link {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 15px
    }
    .f-b .f-item {
        padding-left: 5px;
        padding-right: 5px
    }
}

.f-a .f-code{position: relative;}
.nwxbox{height: 110px;width: 110px;position: absolute;left: 50%;margin-left: -70px;bottom: 50px;opacity: 0;transform: translate(0, -30px);visibility: hidden;transition: all .5s ease-in-out;padding: 15px;border-radius: 10px;background: #fff;box-sizing: content-box;}
.nwxbox img{width: 100%;}
.nwxbox .triangle-down{width: 0;height: 0;border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: 10px solid #fff;position: absolute;left: 50%;margin-left: -10px;bottom: -10px;}
@media(min-width: 1921px){
    .nwxbox{width: 1.1rem;height: 1.1rem;margin-left: -0.7rem;padding: .2rem;border-radius: .1rem;bottom: .5rem;}
    .nwxbox .triangle-down{border-left-width: .1rem;border-right-width: .1rem;border-top-width: .1rem;margin-left: -0.1rem;bottom: -0.1rem;}
}
@media(min-width: 1201px){
    .f-a .f-code:hover .nwxbox,
    .f-a .f-item:hover .nwxbox{opacity: 1;transform: translate(0, 0px);visibility: inherit;}
}
.container-C { width:100%; border-bottom: 1px solid rgba(255, 255, 255, 0.05); float:left; padding-top:3%; padding-bottom:3%; margin-bottom:2%;}
.container-C ul:first-child {border-left: 1px solid rgba(255, 255, 255, 0.05); }
.container-C ul { width:14.285%; float:left;     color: rgba(255, 255, 255, 0.5);  text-align:center; border-right: 1px solid rgba(255, 255, 255, 0.05);  }
.container-C ul li { line-height:30px; font-size:14px; }
.container-C ul li a { color: rgba(255, 255, 255, 0.5);}

.container-C ul li strong {line-height:30px; font-size:15px; margin-bottom:2%; color:#fff;}

.dizhi { width:45%; float:left;   line-height:28px; font-size:14px;}
.dizhi { background:url(../images/20_1.png) no-repeat  left 4px; padding-left:25px;}
.banquan { width:55%; float:right;  font-size:14px;  }
