@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;
  }
  .four-nav .four-box {
    width: 1200px;
    margin: 0 auto;
    height: 73px;
  }
  .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;
    margin-bottom: 50px;
  }
  .five-nav .five-box {
    width: 1200px;
    margin: 0 auto;
    border: 1px solid #dedede;
    padding: 28px 0;
  }
  .five-nav .five-box .word1 {
    font-size: 16px;
    color: #525252;
    text-indent: 32px;
    margin: 0 28px;
    margin-bottom: 15px;
    line-height: 32px;
  }
  .five-nav .five-box .word-box {
    padding: 0 28px;
    margin-bottom: 20px;
  }
  .five-nav .five-box .word-box .detail {
    width: 20%;
    height: 270px;
    padding: 0 40px;
    float: left;
    border-right: 1px solid #dedede ;
  }
  .five-nav .five-box .word-box .detail div {
    width: 136px;
    height: 136px;
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 10px;
    border: 1px dashed #00A19C;
    border-radius: 50%;
  }
  .five-nav .five-box .word-box .detail div p {
    width: 116px;
    height: 116px;
    background-color: #00A19C;
    text-align: center;
    line-height: 116px;
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    border-radius: 50%;
  }
  .five-nav .five-box .word-box .detail .word2 {
    font-size: 16px;
    color: #525252;
    text-align: center;
    margin-bottom: 10px;
  }
  .five-nav .five-box .word-box .detail .word3 {
    font-size: 14px;
    color: #525252;
    text-align: center;
    line-height: 30px;
  }
  .five-nav .five-box .word-box .detail:nth-last-child(1) {
    border-right: none;
  }
  .five-nav .five-box .nav-tit {
    height: 38px;
    background-color: #f6f6f6;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .five-nav .five-box .nav-tit span {
    display: block;
    float: left;
    height: 18px;
    margin-top: 10px;
    width: 2px;
    background-color: #0D306C;
  }
  .five-nav .five-box .nav-tit p {
    padding-left: 10px;
    color: #0D306C;
    font-size: 18px;
    line-height: 38px;
    float: left;
  }
  .five-nav .five-box .five-body {
    padding: 0 28px;
    margin-bottom: 10px;
  }
  .five-nav .five-box .five-body p {
    width: 564px;
    margin-bottom: 10px;
    height: 34px;
    border: 1px solid #dedede;
    padding: 0 20px;
    font-size: 14px;
    color: #525252;
    line-height: 32px;
    float: left;
  }
  .five-nav .five-box .five-body p:nth-child(even) {
    float: right;
  }
}
@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: .5rem;
    height: 1rem;
    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 {
    margin-bottom: .3rem;
  }
  .five-nav .five-box {
    padding: .16rem 0;
  }
  .five-nav .five-box .word1 {
    font-size: .26rem;
    color: #525252;
    text-indent: .32rem;
    margin: 0 .16rem;
    margin-bottom: .2rem;
    line-height: .4rem;
  }
  .five-nav .five-box .word-box {
    padding: 0 .16rem;
    margin-bottom: .3rem;
  }
  .five-nav .five-box .word-box .detail {
    width: 50%;
    height: 3.6rem;
    padding: 0 .4rem;
    float: left;
    border-right: 1px solid #dedede ;
    margin-bottom: .2rem;
  }
  .five-nav .five-box .word-box .detail div {
    width: 1.4rem;
    height: 1.4rem;
    padding: .1rem;
    margin: 0 auto;
    margin-bottom: .1rem;
    border: 1px dashed #00A19C;
    border-radius: 50%;
  }
  .five-nav .five-box .word-box .detail div p {
    width: 1.2rem;
    height: 1.2rem;
    background-color: #00A19C;
    text-align: center;
    line-height: 1.2rem;
    color: #fff;
    font-size: .4rem;
    font-weight: bold;
    border-radius: 50%;
  }
  .five-nav .five-box .word-box .detail .word2 {
    font-size: .26rem;
    color: #525252;
    text-align: center;
    margin-bottom: .1rem;
    font-weight: bold;
  }
  .five-nav .five-box .word-box .detail .word3 {
    font-size: .24rem;
    color: #525252;
    text-align: center;
    line-height: .4rem;
  }
  .five-nav .five-box .word-box .detail:nth-last-child(odd) {
    border-right: none;
  }
  .five-nav .five-box .nav-tit {
    height: .5rem;
    background-color: #f6f6f6;
    padding-left: .1rem;
    margin-bottom: .2rem;
  }
  .five-nav .five-box .nav-tit span {
    display: block;
    float: left;
    height: .34rem;
    margin-top: .07rem;
    width: 2px;
    background-color: #0F306C;
  }
  .five-nav .five-box .nav-tit p {
    padding-left: .1rem;
    color: #0F306C;
    font-size: .26rem;
    line-height: .5rem;
    float: left;
  }
  .five-nav .five-box .five-body {
    padding: 0 .16rem;
    margin-bottom: .1rem;
  }
  .five-nav .five-box .five-body p {
    margin-bottom: .1rem;
    height: .5rem;
    border: 1px solid #dedede;
    padding: 0 .2rem;
    font-size: .24rem;
    color: #525252;
    line-height: .48rem;
    text-align: center;
  }
}
