body{
  font-size: 14px;
}
p{
  text-indent: 2rem;
}
a{
  color: #535353;
  text-decoration: none;
}
a:hover{
  color: #cb070e;
}
.top-line{
  height: 13px;
  line-height: 13px;
  overflow: hidden;
  background-image: url(/images/top_line.jpg);
  background-position: center;
}
.lcc{ width: 100%; max-width: 1000px;}

.up{
  opacity: 0;
  animation: anup 1s forwards;
}
@keyframes anup{
  0%{
    transform: translateY(50px);
    opacity: 0;
  }
  100%{
    transform: translateY(0px);
    opacity: 1;
  }
}
.dl1{
  animation-delay: 0.5s;
}
.dl2{
  animation-delay: 1s;
}
.dl3{
  animation-delay: 1.5s;
}
.color1{
  color:#cb070e;
}
.bg-color1{
  background-color: #cb070e;
}
.color2{
  color: #252525;
}
.titbg{
  background-image: url(/images/biaoti1.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 40px;
  line-height:40px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-top: 50px;
}
.ys{
  background-color:#515151;
  padding: 20px !important;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  padding-top: 35px !important;
  transition: all 0.5s;
  cursor: pointer;
}
.ys:hover{
  background-color: #cb070e;
  padding: 20px !important;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  padding-top: 35px !important;
  cursor: pointer;
}

.btm-head a{
  color: #f3f7fd;
  text-decoration: none;
}
.btm-head a:hover{
  color: #fff;
  text-decoration: none;
}
.cpyimg{
  background-image:url(/images/company.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
.bgc{
  background-color:#f1f5ff;
  background-image: url(../images/about.jpg);
  background-position: center;
  display: block;
  min-height: 660px;
  padding-bottom: 40px;
}
.top3{
  position: relative;
}
.top3 div{
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height:0%;
  background-color:rgba(37,37,37,0.8);
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  cursor: pointer;
  z-index: 20;
  padding-top: 50px !important;
  overflow: hidden;
  transition: all 0.5s;
}
.top3:hover div{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color:rgba(168,4,0,0.8);
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  cursor: pointer;
  z-index: 20;
  overflow: hidden;
  padding-top: 50px !important;
}

.top3 img{
  width: 100%;
}

.banner-line{
  background-image: url("../images/banner-line.png");
  background-position: center;
  height: 197px;
  background-color: #cb070e;
}

/*PC端*/
@media (min-width: 992px) {
  .nav-item{
    width: 16.66%;
  }
  .carousel-caption-icon{
    position: absolute;
    bottom: 35%;
    left: 17%;
  }
  .topline{
    height: 40px;
    line-height: 40px;
    border-bottom: #e5e5e5 solid 1px;
  }
  .hot{
    height: 70px;
    line-height: 70px;
    border-bottom: #e5e5e5 solid 1px;
  }
  .hot span{
    padding: 0px 6px;
    color: #c1c1c1;
  }
  .header{
    height: 140px;
  }
  .dh{
    line-height: 60px;
    background-color: #cb070e;
  }
  .dh a{
    color: #fff;
    display: block;
    text-align: center;
    font-size: 18px;
  }
  .dh a:hover,.dh .active{
    background-color: #252525;
  }
  .tit{
    color: #dddddd;
    font-size: 72px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    position: relative;
  }
  .tit .tit1{
    position: absolute;
    left: 0;
    bottom: 15px;
    font-size:42px;
    font-weight: bold;
    color: #000;
  
  }
  .tit .tit2{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    border-bottom: #cb070e solid 2px;
  }
  .tit3{
    color: #939393;
  }
  .xm{
    position: relative;
  }
  .xm div{
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height:0%;
    background-color:rgba(37,37,37,0.8);
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    cursor: pointer;
    z-index: 20;
    padding-top: 70px !important;
    overflow: hidden;
    transition: all 0.5s;
  }
  .xm:hover div{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(168,4,0,0.8);
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    cursor: pointer;
    z-index: 20;
    overflow: hidden;
    padding-top: 70px !important;
  }
  
  .xm img{
    width: 100%;
  }
  
  .fontsize{
    font-size: 42px;
    padding-top: 30px;
  }
  .fontsize span{
    font-size: 28px;
  }
  .bttnn{
    line-height: 50px;
  }
  .bttnn a{
    padding: 5px 10px;
    margin: 20px 5px;
    border: #a80400 solid 1px;
    border-radius: 4px;
    word-break:keep-all;  
  }
  .bttnn a:hover{
    padding: 5px 10px;
    margin: 20px 5px;
    border: #a80400 solid 1px;
    background-color: #a80400;
    color: #fff;
    border-radius: 4px;
  }
  .bottom{
    background-image: url(../images/footer_bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
  }
  .btm-txt a{
    color: #f3f7fd;
    text-decoration: none;
  }
  .btm-txt a:hover{
    color: #fff;
    text-decoration: none;
  }
  .btm-txt{
    background-color:#a80400;
    text-align: center;
    line-height: 20px;
    padding: 20px;
    color: #fff;
    font-size: 12px;
  }
  
  
  
}
/*移动端*/
@media (max-width: 992px) {
  .nav-item{
    width:100%;
  }
  .header{
    height: 90px;
  }
  .dh{
    line-height: 40px;
    background-color: #cb070e;
  }
  .dh a{
    color: #fff;
    display: block;
    text-align: center;
    font-size: 14px;
  }
  .dh a:hover,.dh .active{
    background-color: #252525;
  }
  .tit{
    color: #dddddd;
    font-size: 42px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    position: relative;
  }
  .tit .tit1{
    position: absolute;
    left: 0;
    bottom: 15px;
    font-size:22px;
    font-weight: bold;
    color: #000;
  
  }
  .tit .tit2{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    border-bottom: #cb070e solid 2px;
  }
  .tit3{
    color: #939393;
  }
  .xm{
    position: relative;
  }
  .xm div{
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height:0%;
    background-color:rgba(37,37,37,0.8);
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    cursor: pointer;
    z-index: 20;
    padding-top: 30px !important;
    overflow: hidden;
    transition: all 0.5s;
  }
  .xm:hover div{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(168,4,0,0.8);
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    cursor: pointer;
    z-index: 20;
    overflow: hidden;
    padding-top: 30px !important;
  }
  
  .xm img{
    width: 100%;
  }
  .fontsize{
    font-size: 24px;
    padding-top: 50px;
  }
  .fontsize span{
    font-size: 15px;
  }
  .bttnn{
    line-height: 40px;
  }
  .bttnn a{
    padding: 5px;
    margin: 0px 0px;
    border: #a80400 solid 1px;
    border-radius: 4px;
    word-break:keep-all;  
  }
  .bttnn a:hover{
    padding: 5px;
    margin: 0px 0px;
    border: #a80400 solid 1px;
    background-color: #a80400;
    color: #fff;
    border-radius: 4px;
  }
  .bottom{
    background-color: #f8f8f8;
  }
  .btm-txt a{
    color: #f3f7fd;
    text-decoration: none;
  }
  .btm-txt a:hover{
    color: #fff;
    text-decoration: none;
  }
  .btm-txt{
    background-color:#252525;
    text-align: center;
    line-height: 20px;
    padding: 20px;
    color: #fff;
    font-size: 12px;
  }
  .btm-f{
    background-color: #b9090c;
    color: #fff;
  }
  .btm-f a{
    color: #fff;
  }
  .bend{
    height: 56px;
  }
  #copy,#copy:hover{
    background-color: #bb080c;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
  }
  .dakai,.dakai:hover{
    background-color: #bb080c;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
  }

  
  
}