$color:#0095f0;
.container{
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative
}
.header-top{
  height: 30px;
  background-color: #292c30;
  position: relative;
  z-index: 10;
  .left{
    a{
      background-size: 14px 14px;
      background-repeat: no-repeat;
      background-position: left center;
      display: inline-block;
      padding-left:20px;
      color: #dddddd;
      font-size: 12px;
      line-height: 30px;
      position: relative;
      .code-box{
        width: 140px;
        height: 140px;
        background-color: #fff;
        padding: 10px;
        position: absolute;
        top: 30px;
        left: -35px;
        display: none;
        &:after{
          content: '';
          position: absolute;
          border-width:0 8px 8px;
          border-style:solid;
          border-color:transparent transparent #fff;
          top: -5px;
          left: calc(50% - 8px);
        }
        img{
          width: 100%;
          height: 100%;
        }
      }
      &:hover{
        .code-box{
          display: block;
        }
      }
    }
    .item01{
      background-image: url("../images/01.png");
      padding-right: 20px;
      &:after{
        content: '';
        position: absolute;
        width: 1px;
        height:20px;
        background-color: #fdfdfd;
        opacity: 0.5;
        right: 0;
        top: 5px;
      }
    }
    .item02{
      background-image: url("../images/02.png");
    }
    .item04{
      background-image: url("../images/100.png");
    }
  }
  .right{
    line-height: 30px;
    .t1{
      color: #ddd;
      font-size: 12px;
    }
    .tel{
      color: $color;
      font-size: 20px;
      font-weight: bold;
      margin-left: 10px;
    }
  }
}
.header{
  height: 80px;
  position: relative;
  box-shadow: 0px 5px 6px 0px
  rgba(0, 46, 77, 0.03);
  z-index: 9;
  .logo{
    width: 240px;
    margin-top: 14px;
    img{
      width: 100%;
    }
  }
  .nav{
    height: 77px;
    >li{
      height: 100%;
      float: left;
      position: relative;
      z-index: 11;
      >a{
        display: inline-block;
        height: 100%;
        line-height: 76px;
        font-size: 14px;
        color: #333;
        padding: 0 30px;
      }
      .nav-box{
        position: absolute;
        width: 100%;
        display: none;
        >a{
          display: block;
          width: 100%;
          height: 35px;
          line-height: 35px;
          color: #333;
          font-size: 14px;
          text-align: center;
          border-bottom: 1px solid #eee;
          background-color: #fff;
          &:hover{
            color: $color;
          }
          &:last-of-type{
            border: 0;
          }
        }
      }
      &.search{
        margin-left: 20px;
        position: relative;
        z-index: 10;
        >i{
          width: 20px;
          height: 80px;
          background-image: url("../images/05.png");
          background-repeat: no-repeat;
          background-size: 20px 20px;
          background-position: center;
          display: inline-block;
        }
      }
      &:hover{
        >a{
          color: $color;
          font-weight: bold;
          border-bottom: 2px solid $color;
        }
        .nav-box{
          display: block;
        }
      }
      &.active{
        >a{
          color: $color;
          font-weight: bold;
          border-bottom: 2px solid $color;
        }
      }
      &.pro-li:hover{
        .product-box{
          display: block!important;
        }
      }
    }

  }
  .search-box{
    position: absolute;
    top: 81px;
    width: 100%;
    left: 0;
    height: 260px;
    background-color: rgba(255,255,255,.98);
    padding-top: 45px;
    display: none;
    .serch-container{
      width: 790px;
      margin: 0 auto;
      .input-box{
        width: 100%;
        height: 60px;
        line-height: 60px;
        background-color: #f1f1f1;
        border-radius: 30px;
        position: relative;
        input{
          width: 90%;
          height: 58px;
          border: 0;
          background-color: transparent;
          padding-left:30px;
          font-size: 16px;
        }
        .s-icon{
          display: inline-block;
          top: 0;
          right: 10px;
          position: absolute;
          width: 60px;
          height: 60px;
          border:0;
          background-color: transparent;
          background-size: 20px 20px;
          background-position: center;
          background-repeat: no-repeat;
          background-image: url(../images/05.png);
        }
      }
      .key-words{
        margin-top: 20px;
        padding-left:30px;
        .label{
          display: inline-block;
        }
        .item-box{
          width:670px;
          a{
            color: #999;
            font-size:14px;
            margin-right: 20px;
            margin-bottom: 10px;
          }
        }
      }
    }
    .s-close{
      width: 40px;
      height: 40px;
      background-repeat: no-repeat;
      background-image: url("../images/06.png");
      background-position: center;
      background-size: 24px 24px;
      position: absolute;
      bottom: 20px;
      cursor: pointer;
      left: calc(50% - 20px);
    }
  }
  .product-box{
    position: fixed;
    top: 110px;
    width: 100%;
    left: 0;
    display: none;
    .product-nav-box{
      //height: 465px;
      background-color: rgba(255,255,255,.98);
      padding-top: 40px;
      .pro-nav-list{
        >li{
          float: left;
          margin-right: 45px;
          &:last-of-type{
            margin-right: 0;
          }
          .tt{
            padding-left:10px;
            position: relative;
            color: #333;
            font-size: 14px;
            margin-bottom: 20px;
            &:after{
              content: '';
              position: absolute;
              width:2px;
              height: 14px;
              background-color: $color;
              left: 0;
              top: 3px;
            }
          }
          .link-box{
            li{
              margin-bottom: 10px;
              a{
                color:#666;
                font-size: 12px;
                padding-bottom: 3px;
                &:hover{
                  box-shadow: 0 1px $color;
                  color: $color;
                  font-weight: bold;
                }
              }
            }
          }
        }
      }
    }
  }
  .product-fix{
    top: 80px;
  }
}
.header-fix{
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  transition: all .6s;
}
.com-title{
  .t1{
    color: #333;
    font-size: 34px;
  }
  .t2{
    font-size: 14px;
    color: #999;
  }
}
.com-title-white{
  .t1{
    color: #fff;
    font-size: 34px;
  }
  .t2{
    font-size: 14px;
    color: #fff;
  }
}
.inner-banner{
  width: 100%;
  height:490px;
  background-image: url("../images/30.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.inner-banner-pro{
  width: 100%;
  height:710px;
  background-image: url("../images/31.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  .pro-banner{
    position: absolute;
    bottom: 0;
    width: 100%;
    .container{
      ul{
        width: 100%;
        height: 50px;
        background-color: rgba(255,255,255,.9);
        li{
          width: 150px;
          height: 100%;
          text-align: center;
          border-right: 1px solid #fff;
          float: left;
          &.active{
            a{
              color: #fff;
              background-color:$color;
            }
          }
          a{
            font-size: 14px;
            color: #666;
            display: inline-block;
            width: 100%;
            height: 100%;
            line-height: 50px;
          }
        }
      }
    }
  }
}
.big-content{
  padding: 20px 0 30px;
  .left-block-box{
    width: 200px;
    .left-nav{
      border: 1px solid #eeeeee;
      .top{
        width: 100%;
        height: 78px;
        background-image: linear-gradient(149deg,
                #007fcf 0%,
                #009eff 100%),
        linear-gradient(
                        #004b9f,
                        #004b9f);
        padding: 10px 0 0 20px;
        color: #fff;
        border-bottom: 1px solid #eee;
        .t1{
          font-size: 24px;
        }
        .t2{
          font-size: 14px;
        }
      }
      ul{
        width:100%;
        border-top: 0;
        li{
          transition: all .6s;
          height: 50px;
          border-bottom: 1px solid #eee;
          &:last-of-type{
            border-bottom: 0;
          }
          &.active,&:hover{
            background-image: linear-gradient(149deg,
                    #007fcf 0%,
                    #009eff 100%),
            linear-gradient(
                            #004b9f,
                            #004b9f);
            a{
              color: #fff;
            }
          }
          a{
            color: #666;
            font-size: 14px;
            display: block;
            height: 100%;
            line-height: 50px;
            padding-left: 20px;
          }
        }
      }
    }
    .contact-box{
      border: 1px solid #eee;
      border-top:1px solid $color;
      margin-top: 20px;
      .title{
        color: #333;
        padding: 20px 0 20px 15px;
        border-bottom: 1px solid #eee;
        .t1{
          font-size: 18px;
        }
        .t2{
          font-size: 14px;
        }
      }
      .contact-cont{
        padding:20px 25px 15px 20px;
        .item{
          margin-bottom: 15px;
          .tt{
            margin-bottom: 5px;
            img{
              width: 17px;
            }
            span{
              font-size: 14px;
              line-height: 14px;
              color: #666;
              display: inline-block;
              vertical-align: middle;
              margin-left: 5px;
              font-weight: bold;
            }
          }
          p{
            color: #666;
            font-size: 14px;
            line-height: 1.8em;
          }
        }
      }
    }
  }
  .right-block-box{
    width: 970px;
  }
}
//面包导航
.bread-box{
  .home{
    display: inline-block;
    padding-left: 25px;
    background-size: 13px 13px;
    background-repeat: no-repeat;
    background-position: left 2px;
    background-image: url("../images/29.png");
    font-size: 13px;
  }
  span{
    display: inline-block;
    width: 6px;
    height: 9px;
    background-image: url("../images/13.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    margin: 0 3px;
  }
  .active{
    color: $color;
    font-size:14px;
  }
  .active01{
    color: $color;
    font-size:18px;
  }
  &.b-border{
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
  }
}
//分页
.pages-box{
  height: 50px;
  line-height: 50px;
  background-color: #f5f5f5;
  text-align: center;
  a{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    background-color: #fff;
    border-radius: 3px;
    margin-right: 10px;
    &:hover,&.active{
      color: #fff;
      background-color:$color;
    }
  }
  .first,.last{
    width: 50px;
  }
  .preNext{
    background-size: 7px 11px;
    background-repeat: no-repeat;
    background-position: center;
    &:hover{
      background-color: #fff;
      color: #666;
    }
  }
  .prev{
    background-image: url("../images/53.png");
  }
  .next{
    background-image: url("../images/52.png");
  }
}
.footer{
  .footer-top{
    width: 100%;
    padding: 35px 0 50px;
    background-color: #292c30;
    .footer-list{
      >li{
        float: left;
        margin-right: 100px;
        .tt{
          font-size: 20px;
          color: #fff;
          margin-bottom: 25px;
        }
        .link-box{
          li{
            margin-bottom: 10px;
            a{
              font-size: 14px;
              color: #999;
            }
          }
        }
      }
    }
    .right{
      .title{
        color: #fff;
        font-size: 20px;
      }
      .phone{
        font-size: 36px;
        font-weight: bold;
        color: $color;
        margin-top: 20px;
      }
      .item-box{
        margin-top: 50px;
        a{
          display: inline-block;
          width: 40px;
          height: 40px;
          background-size: 100% 100%;
          background-repeat: no-repeat;
          position: relative;
          .code-box{
            width: 140px;
            height: 140px;
            background-color: #fff;
            padding: 10px;
            position: absolute;
            bottom: 50px;
            left: -50px;
            display: none;
            &:after{
              content: '';
              position: absolute;
              border-width:8px 8px 0px;
              border-style:solid;
              border-color:#fff transparent transparent;
              bottom: -5px;
              left: calc(50% - 8px);
            }
            img{
              width: 100%;
              height: 100%;
            }
          }
          &:hover{
            .code-box{
              display: block;
            }
          }
        }
        .item01{
          background-image: url("../images/07.png");
        }
        .item02{
          background-image: url("../images/08.png");
        }
        .item03{
          background-image: url("../images/09.png");
          .mail-box{
            background-color: $color;
            color: #fff;
            border-radius: 5px;
            padding:5px 10px;
            position: absolute;
            top:-45px;
            display: none;
          }
          &:hover{
            .mail-box{
              display: block;
            }
          }
        }
      }
    }
  }
  .footer-bottom{
    height: 50px;
    line-height: 50px;
    background-color: #232528;
    text-align: center;
    font-size: 12px;
    color: #52555b;
    a{
      color: #52555b;
    }
  }
}
//招聘
.join-form{
  width: 600px;
  height: 354px;
  background-color: #fff;
  padding: 40px;
  .line{
    width: 100%;
    height: 36px;
    display: inline-block;
    .label{
      // width: 90px;
      height: 36px;
      display: inline-block;
      float: left;
      font-size: 16px;
      line-height: 36px;
      // text-align: right;
    }
    .desc{
      margin-left: 20px;
    }
    input[type="text"]{
      display: inline-block;
      float: left;
      width: 438px;
      height: 36px;
      background-color: #fff;
      border: none;
      border-bottom: 1px solid #f1f5fd;
      padding: 0 10px;
    }
    .upload{
      width: 95px;
      height: 36px;
      line-height: 36px;
      position: relative;
      margin-left: 0px;
      text-align: center;
      background-color: $color;
      border-radius: 5px;
      color: #fff;
      display: inline-block;
      input[type="file"]{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
      }
    }
    textarea{
      display: inline-block;
      float: left;
      width: 100%;
      height: 100px;
      background-color: #fff;
      border: 1px solid #f1f5fd;
      padding: 10px;
      resize: none;
    }
    .load{
      width: 438px;
      height: 25px;
      background-color: #fff;
      border: none;
      margin-top: 6px;
      display: inline-block;
      float: left;
    }
    img{
      display: inline-block;
      margin-left: 10px;
      width: 80px;
      height: 34px;
    }
    button{
      width: 120px;
      height: 38px;
      border-radius: 4px;
      background-color:$color;
      line-height: 38px;
      text-align: center;
      font-size: 16px;
      color: #fff;
      border: none;
      float: right;
    }
    &.heightauto{
      height: auto;
    }
  }
}

#map{
  .BMapLabel{
    border: 0!important;
    background-color: transparent!important;
    .info-div{
      width: 190px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      color: #fff;
      font-size: 14px;
      background-color: rgba(0,149,240,.8);
      position: relative;
      border-radius: 5px;
      .arrow{
        position: absolute;
        display: inline-block;
        border-width:5px 5px 0;
        border-style:solid;
        bottom: -5px;
        left: calc(50% - 2px);
        border-color:rgba(0,149,240,.8) transparent transparent;/*灰 透明 透明 */
      }
    }
  }
}
.right-nav-box{
  position: fixed;
  right: 0;
  top: calc(50% - 100px);
  display: flex;
  align-items: center;
  z-index: 100000;
  .online-box{
    font-size: 16px;
    width: 30px;
    padding: 10px 0 25px;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: bottom 5px center;
    background-image: url(../images/arr-r.png);
    background-color: #0095f0;
    margin-right: 5px;
    cursor: pointer;
  }
  .online-items{
    display: none;
    .item{
      font-size: 20px;
      color: #fff;
      font-weight: bold;
      width: 180px;
      height: 68px;
      line-height: 68px;
      background-color: #0095f0;
      padding-left: 10px;
      display: block;
      margin-top: 5px;
      .qq-link{
        width: 48px;
        height: 48px;
        display: inline-block;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("../images/qq.png");
        margin-right: 10px;
        vertical-align: middle;
      }
      .phone{
        width: 48px;
        height: 48px;
        background-image: url("../images/tel.png");
        background-repeat: no-repeat;
        background-size: 32px 32px;
        background-position: center;
        background-color: #fff;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
      }
      .info{
        color: #fff;
        font-size: 16px;
        margin-left: 0px;
        line-height: 24px;
        display: inline-block;
        vertical-align: middle;
        .t1{
          font-size: 12px;
        }
      }
    }
  }
}