.top{
    background: #000;
    color: #fff;
}
.top-search{
   height: 57px;
   padding-left: 20px;
   display: flex;
   justify-content: flex-start;
   align-items: center;
}
.top-search .menus,
.top-search .fenge{
  padding: 0 18px;
}

.top-search .snimay-search{
  display: flex;
  justify-content: space-around;
  align-items: center;
 }
.top-search .input{
 width: 177px;
 margin-right: 10px;
  margin-top: 10px;
 height: 40px;
 position: relative;
}
.top-search input{
  margin-left: 10px;
  height: 30px;
  border-radius: 16px;
  width: 0;
  padding: 0 10px;
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  transition: width 0.5s;
  border: none;
}
.top-search a{
  color: #fff;
}
.top-search  img{
  width: 19px;
}
.top-search .menus{
  position: relative;
  height: 57px;
  line-height: 57px;
}
.top-search .mes-list{
  position: absolute;
  top: 57px;
  left: 0;
  z-index: 9;
  display: none;
}
.snimay-nav .nav-content .layui-nav li .layui-nav-child a:visited{
  background-color: #fff !important;
}
.snimay-nav .nav-content .layui-nav li .layui-nav-child a:hover{
  background-color: #eee;
}
.top-search .mes-list dd a{
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: block;
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}
.top-search .mes-list dd a:hover{
  color: #a31f30;
}

.nav-logo{
  position: relative;
  left: 0;
  top: -57px;
}
.snimay-nav{
  height: 83px;
  display: flex;
}
.snimay-nav .nav-content{
  width: 922px;
}
.snimay-nav .nav-content,.snimay-nav .nav-content .layui-nav,.snimay-nav .nav-content .layui-nav li a{
  height: 83px;
}
.snimay-nav .nav-content .layui-nav li a{
  line-height: 83px;
  color: #000;
  padding:0 25px;
  font-size: 16px;
}
.layui-nav{
 background-color: #fff;
 padding: 0 0 0 55px;
}
.layui-nav-child{
  top: 83px;
  background-color: rgba(255, 255, 255, .8);
}
.snimay-nav .nav-content .layui-nav li .layui-nav-child a{
  color: #808080;
  height: 50px;
  line-height: 50px;
  padding:0 22px;
}
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after{
  background: #a31f30;
  height: 3px;
}
.line{
  display: inline-block;
}
.top-button-next, .top-button-prev{
  width: auto;
}
.top-button-next:after, .top-button-prev:after{
  width: 70px !important;
  height: 70px;
  content: '';
  font-family: inherit;
  background: url(../images/index/home_btn_right_sel.png) no-repeat center;
  outline: none;
  border: none;
}
.top-button-next:hover:after{
  background: url(../images/index/home_btn_right_nor.png) no-repeat center;
}
.top-button-prev:after{
  background: url(../images/index/home_btn_left_sel.png) no-repeat center;
}
.top-button-prev:hover:after{
  background: url(../images/index/home_btn_left_nor.png) no-repeat center;
}
/* 头部导航加轮播图 */



.footer .links{
  padding: 27px 0;
  display: flex;
  background: #212121;
  justify-content: center;
}
.footer .links a{ 
  padding: 27px 0;
  color: #636262;
  font-size: 16px;
  position: relative;
  margin: 0 19px;
}
.footer .links a:after{ 
  position: absolute;
  content: '';
	clear: both;
  width: 1px;
  height: 15px;
  top: 50%;
  right: -28px;
  transform: translateY(-50%);
  margin: 0 10px;
  margin-top: 2px;
  background-color: #636262;
}
.footer .links a:last-child::after{ 
  content: '';
  clear: both;
  width: 0px;
}
.footer .copy{ 
  background-color: #282828;
  text-align: center;
  color: #636262;
  padding: 23px 0;
}
.footer .footer-top{
 display: flex;
}
.footer .top{
  background-color: #1a1919;
  height: 415px;
  padding: 41px 0 28px 0;
}
.footer .top .left{
  width: 266px;
  padding-right: 63px;
  padding-top: 24px;
  border-right: 1px solid #333232;
}
.footer .top .left .phone{
  color: #646363;
  font-size: 14px;
  }
.footer .top .left .phone-style{
  color: #c7ab83;
  font-size: 34px;
  margin: 16px 0 26px 0;
}
.footer .top .left .dingdan{
  display: block;
  margin: 34px 0 15px 0;
}
.footer .top .left .liuyan{
  display: block;

 margin-bottom: 20px;
 
}
.footer .top .left .weixin{
   width: 203px;
   display: flex;
   justify-content: space-around;
   padding:0 30px;
   box-sizing: border-box;
  }
  .footer .top .right{
    padding: 63px 0px 0 64px;
    display: flex;
    justify-content: space-between;
    width: 839px;
  }
  .footer .top .right li{
    font-size: 16px;
    margin-bottom: 13px;
   }
   .footer .top .right li a{
    color: #9e9d9d;
   }
  .footer .top .right li:first-child{
   color: #fff;
   font-size: 20px;
   margin-bottom: 33px;
  }
  .footer a:hover{
    color: #a31f30 !important;
  }
/* 底部footer样式 */
.fast-nav{
  position: fixed;
  top: 100px;
  right: 20px;
  display: none;
  z-index: 999;
}
.fast-nav .fast-list{
  width: 102px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 0px 0px 51px 51px;
  box-shadow:10px 0px 50px 20px rgba(177, 177, 177, 0.2);
}
.fast-nav .online{
  height: 110px;
  background: url("../images/index/bar_zixun_btn_sel.png") no-repeat;
  background-position: center 30px;
  text-align: center;
  line-height: 150px;
}
.fast-nav .online:hover{
  background: url("../images/index/bar_zixun_btn_nor.png") no-repeat;
  color: #fff;
  background-color: #a51f31;
  background-position: center 30px;
}
.fast-nav .order{
  height: 101px;
  border: 1px solid #e6e6e6;
  border-left: none;
  border-right: none;
  background: url("../images/index/bar_liangchi_btn_sel.png") no-repeat;
  background-position: center 30px;
  text-align: center;
  line-height: 150px;
}
.fast-nav .order:hover{
  background: url("../images/index/bar_liangchi_btn_nor.png") no-repeat;
  color: #fff;
  background-color: #a51f31;
  background-position: center 30px;
}
.fast-nav .focus{
  height: 104px;
  border-bottom: 1px solid #e6e6e6;

  background: url("../images/index/bar_guanzhu_btn_sel.png") no-repeat;
  background-position: center 30px;
  text-align: center;
  line-height: 150px;
}
.fast-nav .focus:hover{
  background: url("../images/index/bar_guanzhu_btn_nor.png") no-repeat;
  color: #fff;
  background-position: center 30px;
  background-color: #a51f31;
}
.fast-nav .up{
  height: 60px;
  display: block;
  background: url("../images/index/bar_top_btn.png") no-repeat;
  background-position: center 30px;
}
.fast-nav .erweima{
  visibility:hidden;
  width: 123px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 31px 10px 20px 10px;
  border: 1px solid #e6e6e6;
  align-items: center;
  position: absolute;
  top: 10px;
  left: -138px;
  box-sizing: border-box;
}
.fast-nav .erweima .name{
 text-align: center;
 border-bottom: 1px solid #e6e6e6;
 padding-bottom: 20px;
 padding-top: 10px;
 margin-bottom: 10px;
}
.fast-nav .erweima .last{
  border-bottom: none;
 }
 /* 右边定位的快速导航 */

 .current-tag{
     color: #a42031 !important;
 }
html body{
    min-width: 1200px !important;
  }
.footer .copy a,
.footer .copy a:hover{
  color: #9e9d9d !important;
}

.layui-nav .layui-nav-child dd.layui-this a,
.layui-nav-child dd.layui-this {
     background-color:#fff;
     color:#fff;
}