/* 导航样式 */
#nav {
  display: none;
  width: 160px;
  background: #da251d;
  position: fixed;
  z-index: 1111;
  top: 0;
  height: 100%;
  right: 0;
}

#nav li {font: 15px/50px '微软雅黑';border-bottom: 1px solid #fff;}

#nav li a {
  display: block;
  color: #fff;
  width: 100%;
  text-align: left;
  padding-left: 20px;
}

#nav li a:after {
  content: '>';
  position: absolute;
  right: 15px;
  color: #fff;
  font-size: 20px;
  font-weight:300;
  font-family: "宋体";
}

#nav li:hover{background: #f6a70f;}

.jj {
  left: -160px;
}


.bantels{
    background-color: #eee8e1;
    padding:10px 10px;
}
.bantel{
    padding-left:8%;
    font:bold 16px/30px MicrosoftYaHei;
    color: #da251d;
    background:url(../images/btel.png)left center no-repeat;
    width: 40%;
    float: left;
    line-height: 30px;
    background-size:15% 100%;
}



/* 搜索框样式 */
.search {
  float: right;
  width: 51%;
}

.search form {
  width: 100%;
  border: 1px solid #da251d;
  border-radius: 5px;
  background: none;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.search input[type="text"] {
  width: 70%;
  padding-left: 15px;
  font-size: 13px;
  color: #c0b0b0;
  height: 34px;
  line-height: 34px;
  border: none;
  outline: none;
  background: none;
}

.search input[type='submit'] {
  width: 25%;
  border: none;
  text-align: center;
  height: 36px;
  font-size: 0;
  color: #b7bcc7;
  outline: none;
  border-radius: 0;
  background: url(../images/ss.png) center no-repeat;
}
.fl{float: left;}
.fr{float: right;}
.henpics{
    width: 25%;
}
.henpics img{
    width: 100%;
    min-height: 146px;
}
.henbgs{
    width: 72%;
    background: #da251d;
    padding:20px 5px 10px;
}
.henbgs h3{
    font:bold 16px/16px MicrosoftYaHei;
    color: #fff;
}
.henbgs h4{
    font:normal 12px/20px MicrosoftYaHei;
    color: #ffffff;
    margin-top: 5px;
}
.henbgs h6{
    background: url(../images/hentel.png) left center no-repeat;
    background-size: 10% 60%;
    padding-left: 30px;
    font:normal 14px/30px MicrosoftYaHei;
    color: #fd9c14;
    margin-top: 5px;
}




.w2{
    background:url(../images/w2.png) top center no-repeat;
    background-size: 100% 100%;
    margin-top: 20px;
    padding:5% 0;
}
.m3-con{
    width: 80%;
    margin:0 auto;
    text-align: center;
    margin-top: 20px;
    position: relative;
}
.m3-con .img{
    text-align: center;
}
.m3-con img{
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
}
.m3-con h3{
    font:normal 16px/20px MicrosoftYaHei;
    color: #333333;
}
.m3-con p{
    font:normal 14px/18px MicrosoftYaHei;
    color: #333333;
    margin-top: 5px;
}
.m3-con .slick-prev{
    background: url(../images/y1.png) top center no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    top: 45%;
    left: -20px;
    outline: none;
    border: none;
    font-size:0;
}
.m3-con .slick-next{
    background: url(../images/y1.png) top center no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    top: 45%;
    right: -20px;
    outline: none;
    border: none;
    font-size:0;
    transform:rotate(180deg);
}
.m3-con .slick-prev:hover{
    background: url(../images/y2.png) top center no-repeat;
    background-size: 100% 100%;
    transform: rotateX(180deg);
}
.m3-con .slick-next:hover{
    background: url(../images/y2.png) top center no-repeat;
    background-size: 100% 100%;
    transform: rotateX(-180deg);
}



























