@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;
  }
  .five-nav .five-box .five-one {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #dedede;
  }
  .five-nav .five-box .five-one .box1 {
    width: 1146px;
    height: 80px;
    background-color: #f6f6f6;
    position: relative;
  }
  .five-nav .five-box .five-one .box1 .img1 {
    position: absolute;
    top: 0;
    left: 0;
  }
  .five-nav .five-box .five-one .box1 .img2 {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .five-nav .five-box .five-one .box1 div {
    display: table;
    margin: 0 auto;
  }
  .five-nav .five-box .five-one .box1 .word1 {
    font-size: 18px;
    color: #14356E;
    font-weight: bold;
    float: left;
    line-height: 80px;
  }
  .five-nav .five-box .five-one .box1 .word2 {
    font-size: 20px;
    color: #14356E;
    font-weight: bold;
    float: left;
    line-height: 80px;
  }
  .five-nav .five-box .five-one .box2 {
    display: none;
  }
  .five-nav .five-box .five-word {
    padding: 0 10px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #dedede;
  }
  .five-nav .five-box .five-word .word1 {
    font-size: 18px;
    font-weight: bold;
    color: #0D306B;
    margin-bottom: 20px;
  }
  .five-nav .five-box .five-word .word2 {
    font-size: 16px;
    color: #525252;
    text-indent: 32px;
    line-height: 32px;
  }
  .five-nav .five-box .five-word div {
    margin-bottom: 20px;
  }
  .five-nav .five-box .five-word div span {
    width: 90px;
    display: block;
    text-align: center;
    line-height: 28px;
    border-radius: 3px;
    background-color: #00A19C;
    color: #fff;
    font-size: 16px;
    margin-right: 14px;
    float: left;
  }
  .five-nav .five-box .five-word div p {
    width: 1020px;
    float: left;
    font-size: 16px;
    color: #525252;
    line-height: 28px;
  }
  .five-nav .five-box .five-imgbox {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #dedede;
  }
  .five-nav .five-box .five-imgbox .box1 {
    display: table;
    margin: 0 auto;
  }
  .five-nav .five-box .five-imgbox .box1 img {
    float: left;
    margin-right: 40px;
  }
  .five-nav .five-box .five-imgbox .box1 img:nth-last-child(1) {
    margin-right: 0;
  }
  .five-nav .five-box .five-imgbox .box2 {
    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: .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 {
    padding: 0 .16rem;
  }
  .five-nav .five-box .five-one {
    padding-bottom: .2rem;
    margin-bottom: .3rem;
    border-bottom: 1px dashed #dedede;
  }
  .five-nav .five-box .five-one .box1 {
    width: 100%;
    background-color: #f6f6f6;
    position: relative;
    padding: .25rem .14rem;
  }
  .five-nav .five-box .five-one .box1 .img1 {
    position: absolute;
    width: 2.1rem;
    top: 0;
    left: 0;
  }
  .five-nav .five-box .five-one .box1 .img2 {
    position: absolute;
    width: 2.1rem;
    bottom: 0;
    right: 0;
  }
  .five-nav .five-box .five-one .box1 div {
    display: table;
    margin: 0 auto;
  }
  .five-nav .five-box .five-one .box1 .word1 {
    font-size: .26rem;
    color: #14356E;
    font-weight: bold;
    float: left;
    margin-bottom: .2rem;
  }
  .five-nav .five-box .five-one .box1 .word2 {
    font-size: .3rem;
    color: #14356E;
    font-weight: bold;
    float: left;
  }
  .five-nav .five-box .five-word {
    padding: 0 10px;
    padding-bottom: .2rem;
    margin-bottom: .3rem;
    border-bottom: 1px dashed #dedede;
  }
  .five-nav .five-box .five-word .word1 {
    font-size: .26rem;
    font-weight: bold;
    color: #0D306B;
    margin-bottom: .2rem;
  }
  .five-nav .five-box .five-word .word2 {
    font-size: .24rem;
    color: #525252;
    text-indent: .32rem;
    line-height: .4rem;
  }
  .five-nav .five-box .five-word div {
    margin-bottom: .2rem;
  }
  .five-nav .five-box .five-word div span {
    width: 1.4rem;
    display: block;
    text-align: center;
    line-height: .4rem;
    border-radius: 3px;
    background-color: #00A19C;
    color: #fff;
    font-size: .24rem;
    margin-right: .2rem;
    float: left;
  }
  .five-nav .five-box .five-word div p {
    width: 5rem;
    float: left;
    font-size: .24rem;
    color: #525252;
    line-height: .4rem;
  }
  .five-nav .five-box .five-imgbox {
    padding-bottom: .2rem;
    margin-bottom: .3rem;
    border-bottom: 1px dashed #dedede;
  }
  .five-nav .five-box .five-imgbox .box2 {
    display: table;
    margin: 0 auto;
  }
  .five-nav .five-box .five-imgbox .box2 img {
    width: 2.8rem;
    float: left;
    margin-right: .64rem;
  }
  .five-nav .five-box .five-imgbox .box2 img:nth-last-child(1) {
    margin-right: 0;
  }
  .five-nav .five-box .five-imgbox .box1 {
    display: none;
  }
}
