* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style: none;
}

.anchor {
    width: 1px;
    height: 1px;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0;
}
a {
    text-decoration: none !important;
}
.fl {
    float: left;
}
.fr {
    float: right;
}

ul,
li,
h2,
.conatiner {
    margin: 0;
    padding: 0;
}
h2 {
    text-align: center;
}


/* .container .title {
    margin-bottom: 27px;
} */
/* .sentence {
    font-size: 16px !important;
} */




/* 贝尔优势 */
.beier-advantage {
    min-height: 883px;
    width: 100%;
}
.beier-advantage-main {
    /* border: 1px solid red; */
    max-width: 1260px;
    margin: 0 auto;
    min-height: 883px;
    position: relative;
}
.beier-advantage .pic {
    width: 729px;
    height: 729px;
    margin: 0 auto;
}

.beier-advantage h2 {
    padding-top: 72px;
}
.beier-advantage img {
    margin-top: 97px;
    width: 729px;
    height: 729px;
}

/* 左右的字 */
.advan-box:nth-of-type(1) {
    padding: 27px 200px 0 35px;
    position: absolute;
    top: 167px;
    left: 2px;
    width: 619px;
    height: 290px;
    background: url("../images/left-01.png") no-repeat center;
    background-size: 100%;
    z-index: 1;
}
.advan-box:nth-of-type(2) {
    padding: 64px 260px 0 35px;
    position: absolute;
    top: 473px;
    left: 0;
    width: 625px;
    height: 205px;
    background: url("../images/left-02.png") no-repeat center;
    background-size: 100%;
}
.advan-box P {
    font-size: 18px;
    color: #333333;
}
.advan-box span {
    font-size: 14px!important;
    color: #8a8a8a;
    line-height: 22px;
}

/* 右边的字 */
.right .advan-box {
    padding: 43px 75px 0 220px;;
    position: absolute;
    top: 184px;
    left: 635px;
    width: 630px;
    height: 280px;
    background: url("../images/right-01.png") no-repeat center;
    background-size: 100%;
}
.right .advan-box:nth-of-type(2) {
    padding: 95px 40px 0 251px;
    position: absolute;
    top: 471px;
    left: 636px;
    width: 620px;
    height: 210px;
    background: url("../images/right-02.png") no-repeat center;
    background-size: 100%;
}
/* 申请 */
.applyfooter {
    width: 100%;
    height: 183px;
    background-color: pink;
}
.advan-box:hover p {
    color: #ED6827;
}
.advan-box:nth-of-type(1):hover {
    background: url("../images/left-11.png") no-repeat
        center;
    background-size: 100%;
    z-index: 1;
}

.left .advan-box:nth-of-type(2):hover {
    background: url("../images/left-22.png") no-repeat
        center;
    background-size: 100%;
    z-index: 1;
}

.right .advan-box:nth-of-type(1):hover {
    background: url("../images/right-11.png") no-repeat
        center;
    background-size: 100%;
}
.right .advan-box:nth-of-type(2):hover {
    background: url("../images/right-22.png") no-repeat
        center;
    background-size: 100%;
}
/*特色优势*/
.tsys {
    padding: 50px 0 70px 0;
    background-color: #F7F7F7;
    position: relative;
  }
  .tsys .nr {
    margin-top: 30px;
  }
  .tsys .list {
    clear: both;
    margin-left: -7px;
    margin-right: -7px;
  }
  .tsys li {
    float: left;
    padding: 0 18px;
    width: 33.333333%;
    position: relative;
  }
  .tsys li .box {
    position: relative;
    width: 386px;
    height: 328px;
    background: #FFFFFF;
    transition: all 334ms ease;
    padding: 50px 36px 10px 36px;
    border: 2px solid #fff;
    text-align: center;
  }
  .tsys li .box img {
    height: 90px;
    position: relative;
  }
  .tsys li .tit {
    padding: 20px 0;
    position: relative;
    font-size: 18px;
    border-bottom: solid 2px  #ed6827;
  }
  .tsys li .txt {
    margin-top: 20px;
    color: #333333;
  }
  .tsys li .box:hover {
    background: #FFFFFF;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.05);
  }
  .tsys li .box:hover .default {
    display: none;
  }
  .tsys li .box:hover .hover {
    display: block;
  }

  @media screen and (min-width: 768px) {
    .container {
        width: 1260px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px) {
    .brbr {
        display: none;
    }
    .tsys li .box {
        height: 320px;
        width: auto;
      }
      .tsys ul {
        margin-right: -8px;
        margin-left: -8px;
        margin-top: 15px;
      }
      .tsys li {
        width: 50%;
        padding: 0 8px;
        margin-top: 15px;
      }
      
}
@media screen and (max-width: 767px) {
    .beier-advantage .pic {
        display: none;
    }
    .advan-box {
        position: static !important;
        padding: 50px 33px!important;
        height: auto !important;
        width: 450px!important;
        background: url("../images/kuang.png") no-repeat center!important;
        background-size: 100%;
        margin: 0 auto;
    }
    .advan-box:hover {
        background: url("../images/kuangh.png") no-repeat center!important;
    }
    .beier-advantage {
        min-height: 450px;
        height: auto;
    }
    .beier-advantage-main {
        min-height: 450px;
        height: auto;
    }
    /* .advan-box:nth-of-type(5) {
        padding-top: 27px !important;
        height: auto !important;
    }

    .right .advan-box {
        padding: 27px 0 0 35px !important;
    } */
}

@media (max-width: 480px) {
    .tsys {
      padding-top: 30px;
      padding-bottom: 15px;
    }
    .tsys ul {
      margin-right: 0px;
      margin-left: 0px;
      margin-top: 15px;
    }
    .tsys li {
      width: 100%;
      padding: 0;
      float: none;
      margin-top: 15px;
    }
    .tsys li .box {
      height: auto;
      padding: 15px 30px;
      text-align: center;
      min-height: 285px;
      width: auto;
    }
    .tsys li .box span img {
      max-height: 60px;
    }
    .tsys li .tit {
      border-width: 1px;
    }
    .tsys li .txt {
      text-align: center;
    }
    .advan-box {
        position: static !important;
        padding: 20px 23px!important;
        background: url("../images/kuang.png") no-repeat center!important;
        height: 165px !important;
        width: 300px!important;
        background-size: 300px 165px!important;
        margin: 0 auto;
    }
    .advan-box:hover {
        position: static !important;
        padding: 20px 23px!important;
        background: url("../images/kuangh.png") no-repeat center!important;
        height: 165px !important;
        width: 300px!important;
        background-size: 300px 165px!important;
        margin: 0 auto;
    }
}