@media screen and (min-width: 1024px) {
  .three-nav {
    width: 100%;
    min-width: 1200px;
    background-image: url(../img/group-three-bg.jpg);
    background-size: 100% 100%;
  }
  .three-nav .three-box {
    width: 1200px;
    margin: 0 auto;
    height: 184px;
    padding: 1px 30px;
    overflow: hidden;
  }
  .three-nav .three-box div {
    float: left;
  }
  .three-nav .three-box div .word1 {
    font-size: 33px;
    color: #fff;
    margin-top: 60px;
    margin-bottom: 14px;
  }
  .three-nav .three-box div .word2 {
    font-size: 15px;
    color: #fff;
  }
  .three-nav .three-box img {
    height: 184px;
    float: right;
  }
  .four-nav {
    width: 100%;
    min-width: 1200px;
    margin-bottom: 16px;
  }
  .four-nav .four-box {
    width: 1200px;
    margin: 0 auto;
    height: 73px;
    border-bottom: 1px solid #dedede;
  }
  .four-nav .four-box .left-four {
    float: left;
  }
  .four-nav .four-box .left-four img {
    float: left;
    margin-top: 29px;
    margin-right: 15px;
  }
  .four-nav .four-box .left-four p {
    font-size: 16px;
    color: #8a8a8a;
    float: left;
    line-height: 72px;
  }
  .four-nav .four-box .left-four span {
    font-size: 16px;
    color: #8a8a8a;
    float: left;
    margin: 0 6px;
    line-height: 72px;
  }
  .four-nav .four-box .right-four {
    float: right;
  }
  .four-nav .four-box .right-four a {
    line-height: 71px;
    font-size: 16px;
    color: #444;
    display: block;
    width: 94px;
    float: left;
    border-bottom: 2px solid transparent;
    text-align: center;
  }
  .four-nav .four-box .right-four a:hover {
    color: #0D306C;
    border-color: #0D306C;
  }
  .four-nav .four-box .right-four .act {
    color: #0D306C;
    border-bottom: 2px solid #0D306C;
  }
  .five-nav {
    width: 100%;
    min-width: 1200px;
  }
  .five-nav .five-box {
    width: 1200px;
    margin: 0 auto;
    padding: 0 26px;
    padding-bottom: 50px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 50px;
  }
  .five-nav .five-box .five-word {
    font-size: 16px;
    color: #8A8A8A;
    text-indent: 32px;
    line-height: 32px;
    margin-bottom: 50px;
  }
  .five-nav .five-box .five-body {
    width: 1066px;
    margin: 0 auto;
  }
  .five-nav .five-box .five-body .detail {
    padding: 20px 0;
    padding-left: 100px;
    position: relative;
  }
  .five-nav .five-box .five-body .detail .p-left {
    height: 32px;
    position: absolute;
    top: -16px;
    left: 4px;
    cursor: pointer;
  }
  .five-nav .five-box .five-body .detail .p-left p {
    width: 80px;
    height: 32px;
    background-image: url(../img/one-group2-img1.jpg);
    background-size: 100% 100%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    float: left;
  }
  .five-nav .five-box .five-body .detail .p-left span {
    width: 14px;
    height: 14px;
    display: block;
    float: left;
    margin-left: 10px;
    background-color: #888;
    border-radius: 50%;
    margin-top: 9px;
  }
  .five-nav .five-box .five-body .detail .word-box {
    border-left: 2px solid #dedede;
    padding: 20px 0;
  }
  .five-nav .five-box .five-body .detail .word-box div {
    margin-bottom: 22px;
    position: relative;
  }
  .five-nav .five-box .five-body .detail .word-box div span {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    float: left;
    background-color: #00A19C;
    margin-left: -20px;
  }
  .five-nav .five-box .five-body .detail .word-box div p {
    float: left;
    font-size: 16px;
    color: #525252;
    line-height: 40px;
    width: 910px;
    margin-left: 20px;
  }
  .five-nav .five-box .five-body .detail .word-box div:nth-last-child(1) {
    margin-bottom: 0;
  }
  .top-btn {
    border-radius: 50%;
    position: fixed;
    right: 20px;
    bottom: 200px;
    cursor: pointer;
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .three-nav {
    width: 100%;
    background-image: url(../img/group-three-bg.jpg);
    background-size: 100% 100%;
  }
  .three-nav .three-box {
    height: 1.9rem;
    padding: 1px .2rem;
    overflow: hidden;
  }
  .three-nav .three-box div {
    float: left;
  }
  .three-nav .three-box div .word1 {
    font-size: .38rem;
    color: #fff;
    margin-top: .5rem;
    margin-bottom: .1rem;
  }
  .three-nav .three-box div .word2 {
    font-size: .24rem;
    color: #fff;
  }
  .three-nav .three-box img {
    height: 1.9rem;
    float: right;
  }
  .four-nav {
    width: 100%;
    margin-bottom: .24rem;
  }
  .four-nav .four-box {
    width: 100%;
  }
  .four-nav .four-box .left-four {
    height: .56rem;
    background-color: #eee;
  }
  .four-nav .four-box .left-four img {
    float: left;
    height: .24rem;
    margin-top: .16rem;
    margin-left: .1rem;
    margin-right: .1rem;
  }
  .four-nav .four-box .left-four p {
    font-size: .24rem;
    color: #8a8a8a;
    float: left;
    line-height: .56rem;
  }
  .four-nav .four-box .left-four span {
    font-size: .24rem;
    color: #8a8a8a;
    float: left;
    margin: 0 .1rem;
    line-height: .56rem;
  }
  .four-nav .four-box .right-four {
    height: .69rem;
  }
  .four-nav .four-box .right-four a {
    line-height: .67rem;
    font-size: .24rem;
    color: #444;
    display: block;
    width: 25%;
    float: left;
    border-bottom: 2px solid #dedede;
    text-align: center;
  }
  .four-nav .four-box .right-four a:hover {
    color: #0D306C;
    border-color: #0D306C;
  }
  .four-nav .four-box .right-four .act {
    color: #0D306C;
    border-bottom: 2px solid #0D306C;
  }
  .five-nav {
    width: 100%;
  }
  .five-nav .five-box {
    padding: 0 .16rem;
    border-bottom: 1px solid #dedede;
    margin-bottom: .5rem;
  }
  .five-nav .five-box .five-word {
    font-size: .24rem;
    color: #8A8A8A;
    text-indent: .32rem;
    line-height: .4rem;
    margin-bottom: .6rem;
  }
  .five-nav .five-box .five-body .detail {
    padding-left: 1.84rem;
    position: relative;
  }
  .five-nav .five-box .five-body .detail .p-left {
    height: .4rem;
    position: absolute;
    top: -0.2rem;
    left: .38rem;
  }
  .five-nav .five-box .five-body .detail .p-left p {
    width: 1.2rem;
    height: .4rem;
    background-image: url(../img/one-group2-img1.jpg);
    background-size: 100% 100%;
    font-size: .26rem;
    color: #fff;
    text-align: center;
    line-height: .4rem;
    float: left;
  }
  .five-nav .five-box .five-body .detail .p-left span {
    width: .2rem;
    height: .2rem;
    display: block;
    float: left;
    margin-left: .2rem;
    background-color: #888;
    border-radius: 50%;
    margin-top: .1rem;
  }
  .five-nav .five-box .five-body .detail .word-box {
    border-left: 2px solid #dedede;
    padding: 30px 0;
  }
  .five-nav .five-box .five-body .detail .word-box div {
    margin-bottom: 22px;
  }
  .five-nav .five-box .five-body .detail .word-box div span {
    display: block;
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    text-align: center;
    line-height: .6rem;
    font-size: .24rem;
    font-weight: bold;
    color: #fff;
    float: left;
    background-color: #00A19C;
    margin-left: -0.3rem;
  }
  .five-nav .five-box .five-body .detail .word-box div p {
    float: left;
    font-size: .24rem;
    color: #525252;
    line-height: .4rem;
    margin-left: 20px;
    width: 82%;
  }
  .five-nav .five-box .five-body .detail .word-box div:nth-last-child(1) {
    margin-bottom: 0;
  }
  .top-btn {
    border-radius: 50%;
    position: fixed;
    right: .2rem;
    bottom: 1rem;
    display: none;
  }
}
