html,
body{
/*    width:100%;
    height:100%;
    font-size: 14px;*/
    -webkit-font-smoothing: antialiased; /*chrome、safari*/
    -moz-osx-font-smoothing: grayscale;/*firefox*/
    font-size: 50%;
    height: 100%;
}
button{
    border:none;
    outline: none;
    cursor:pointer;
}
.left {
    float: left;
}
.right {
    float: right;
}
.red {
    color: #ed1b23;
}
.red a {
    color: #ed1b23;
}
@-webkit-keyframes nextAnchor {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.next-anchor {
    display: inline-block;
    width: 70px;
    height: 35px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
    background: url(../../images/img/next-anchor.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 15px;

    animation: nextAnchor 2s linear 0s infinite normal;
}
.section-2 .next-anchor { background-image: url(../../images/img/next-anchor-r.png); }
.section-3 .next-anchor { background-image: url(../../images/img/next-anchor-r.png); }
.section-5 .next-anchor { background-image: url(../../images/img/next-anchor-r.png); }
.section-6 .next-anchor { background-image: url(../../images/img/next-anchor-r.png); }
/*.section-1 .next-anchor { background-image: url(../../images/img/next-anchor.png); }*/

/*------------------------------主要内容------------------------------*/
/*.main-content {
    width: 100%;
    height: 100%;
}*/
.menu-right {
    position: fixed;
    right: 10px;
    top: 50%;
    margin-top: -200px;
    z-index: 2017;
    width: 120px;
    height: 400px;
}
.menu-right li { 
    float: left;
    margin-bottom: 7px;
    height: 32px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 3px;
    color: white;
    background: #f9a718;
    border: 2px solid #f9a718;
 }
.menu-right li a { 
    width: 100%;
    float: left; 
    text-decoration: none;
}
.menu-right li.on {
    background-color: white;
    color: #f9a718;
    border-color: #f9a718;
    font-weight: bold;
}
.banner {
    width: 100%;
    position: relative;
}
.banner img {
    width: 100%;
}
.banner .text {
    /*width: 1200px;*/
    width: 35%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
}
.banner .text h1 {
    font-size: 72px;
    font-weight: bold;
    color: #d3362d;
    margin-top: 90px;
}
.banner .text span {
    font-size: 60px;
    color: #b4814f;
    margin-top: 30px;
    display: inline-block;
}
.banner .text span em {
    font-size: 87px;
    color: #febb1b;
    font-style: normal;
}
.banner .text p {
    font-size: 30px;
    color: white;
    line-height: 50px;
    margin-top: 50px;
    background: rgba(0,0,0,.3);
}
.banner .text a {
    padding: 15px 80px;
    margin-top: 50px;
}
.advantage {
    width: 1200px;
    margin: 0 auto;
}
.advantage ul {
    margin-top: 25px;
    margin-bottom: 25px;
}
.advantage li {
    width: 239px;
    height: 42px;
    padding: 7px 0;
    float: left;
    font-size: 16px;
    border-right: 1px solid #c6c6c6;
    cursor: default;
}
.advantage li:last-child {
    border-right: none;
}
.advantage .img {
    width: 36px;
    height: 42px;
    overflow: hidden;
    float: left;
    margin-left: 37px;
}
.advantage .img-box {
    width: 36px;
    height: 84px;
    transition: all ease 0.3s;
}
.advantage li:hover {
    color: #d3362d;
}
.advantage li:hover .img-box {
    margin-top: -42px;
}
.advantage .img-box img {
    float: left;
    width: 36px;
    height: 42px;
}
.advantage .text {
    width: 166px;
    height: 42px;
    float: left;
    text-indent: 10px;
}
.advantage .text p {
    line-height: 21px;
}
.advantage .text p:first-child {
    font-size: 22px;
}
/* ====================公共==================== */
.anchor-red {
    display: inline-block;
    line-height: 30px;
    padding: 12px 27px;
    color: white;
    font-size: 30px;
    background-color: #d3362d;
    border: 3px solid #d3362d;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.anchor-red:hover {
    background-color: white;
    color: #d3362d;
}
.anchor-red-a {
    display: inline-block;
    line-height: 30px;
    padding: 15px 30px;
    color: white;
    font-size: 30px;
    background-color: #d3362d;
}
.section {
    width: 100%;
    height: 100%;
    position: relative;
    /*min-width: 1600px;*/
    /*height: 1100px;*/
    /*background: url(../../images/img/n-section-bg1.jpg) no-repeat;
    background-size: cover;*/
}
.section .container-com {
    width: 80%;
    margin: 0 auto;
    height: 80%;
    position: relative;
    top: 10%;
    box-sizing: border-box;
    border: 3px solid #949494;
}
.section .title-com {
    width: 100%;
    height: 60px;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -50%;
    text-align: center;
}
.section .title-com .title-con {
    display: inline-block;
    position: relative;
}
.section .title-com .title-con:before {
    content: '';
    width: 100%;
    padding: 0 30px;
    height: 5px;
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -4px;
    background-color: #f7f7f7;
}
.section .title-com h2 {
    font-weight: normal;
    display: inline-block;
    font-size: 60px;
    position: relative;
    z-index: 999;
}
.section .content {
    margin-top: 100px;
    height: -moz-calc(100% - 100px);
    height: -webkit-calc(100% - 100px);
    height: calc(100% - 100px);
}
/* ====================section样式==================== */
.section-1 {
    background: url(../../images/img/n-section-bg1.jpg) no-repeat;
    /*background-size: cover;*/
    background-size: 100% 100%;
    color: white;
}
.section-1 h2 {
    font-size: 60px;
    text-align: center;
    padding-top: 50px;
}
.section-1 .container {
    width: 100%;
    height: 100%;
}
.section-1 .container>p {
    font-size: 100px;
    padding-top: 40px;
    text-align: center;
}
.section-1 .content>p {
    font-size: 30px;
    position: absolute;
    left: 3%;
    bottom: 0;
    line-height: 60px;
}
.section-1 a.turn-button {
    width: 130px;
    height: 130px;
    padding: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -115px;
    margin-left: -115px;
    background: url(../../images/img/turn-button.png) no-repeat;
    background-size: cover;
    font-size: 60px;
    color: #d3362d;
    letter-spacing: 5px;
}

.section-2 {
    background: url(../../images/img/n-section-bg2.jpg) no-repeat;
    background-size: cover;
}
.section-2 .title-com .title-con:before {
    background-color: #f6f6f6;
}
.section-2 ul {
    width: 94%;
    margin: 0 auto;
}
.section-2 ul li {
    background-color: white;
    width: 30.333333%;
    float: left;
    box-sizing: border-box;
    margin: 1.5%;
    padding: 1%;
    box-shadow: -3px 3px 5px 2px #e6e6e6;
    -webkit-box-shadow: -3px -3px 3px 5px 2px #e6e6e6;
    -o-box-shadow: -3px 3px 5px 2px #e6e6e6;
    -ms-box-shadow: -3px 3px 5px 2px #e6e6e6;
    -moz-box-shadow: -3px 3px 5px 2px #e6e6e6;
    text-align: center;
}
.section-2 ul li img {
    width: 100%;
    display: block;
}
.section-2 ul li p {
    font-size: 20px;
    line-height: 40px;
    text-align: left;
}
.section-2 ul li p a {
    color: #d3362d;
    text-decoration: underline;
}
.section-2 ul li>a {
    margin-top: 10px;
}

.section-3 {
    background: url(../../images/img/n-section-bg3.jpg) no-repeat;
    background-size: cover;
}
.section-3 .title-com .title-con:before {
    background-color: white;
}
.section-3 ul {
    width: 94%;
    margin: 0 auto;
}
.section-3 ul li {
    background-color: #f1f1f1;
    width: 30.333333%;
    float: left;
    box-sizing: border-box;
    margin: 1.5%;
    /*padding: 1%;*/
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
    color: white;
}
.section-3 ul li:nth-child(1) .text{
    background: url(../../images/img/n-fa-1.jpg) no-repeat;
    background-size: cover;
}
.section-3 ul li:nth-child(2) .text{
    background: url(../../images/img/n-fa-2.jpg) no-repeat;
    background-size: cover;
}
.section-3 ul li:nth-child(3) .text{
    background: url(../../images/img/n-fa-3.jpg) no-repeat;
    background-size: cover;
}
.section-3 ul li .text{
    padding: 3%;
    height: 280px;
}
.section-3 ul li .text h3 {
    font-size: 48px;
    font-weight: normal;
    padding: 20px 0 20px 0;
}
.section-3 ul li .text p {
    font-size: 24px;
    line-height: 45px;
    text-align: left;
}
.section-3 ul li a {
    margin-top: 10%;
    margin-bottom: 10%;
    border-radius: 10px;
}

.section-4 {
    background: url(../../images/img/n-section-bg4.jpg) no-repeat;
    background-size: cover;
}
.section-4 .title-com h2 {
    color: white;
}
.section-4 .title-com .title-con:before {
    background-color: #181D23;
}
.section-4 ul {
    width: 94%;
    margin: 0 auto;
    padding-top: 10%;
}
.section-4 ul li {
    background-color: #f1f1f1;
    width: 25%;
    float: left;
    box-sizing: border-box;
    text-align: center;
    color: black;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.section-4 ul li:hover {
    padding-bottom: 30px;
    transform: translate(0,-30px);
    -ms-transform: translate(0,-30px);
    -webkit-transform: translate(0,-30px);
    -o-transform: translate(0,-30px);
    -moz-transform: translate(0,-30px);
}
.section-4 ul li:hover h3 {
    color: #d3362d;
}
.section-4 ul li:nth-child(1) {background: url(../../images/img/n-bk-1.jpg) no-repeat bottom;background-size: cover;}
.section-4 ul li:nth-child(2) {background: url(../../images/img/n-bk-2.jpg) no-repeat bottom;background-size: cover;}
.section-4 ul li:nth-child(3) {background: url(../../images/img/n-bk-3.jpg) no-repeat bottom;background-size: cover;}
.section-4 ul li:nth-child(4) {background: url(../../images/img/n-bk-4.jpg) no-repeat bottom;background-size: cover;}
.section-4 ul li h3 {
    font-size: 36px;
    font-weight: normal;
    background-color: #e1e8ed;
    padding: 15px 0;
}
.section-4 ul li .text {
    padding: 0 1%;
    line-height: 45px;
    font-size: 24px;
    height: 250px;
}
.section-4 ul li .text a {
    color: #d3362d;
    text-decoration: underline;
}
.section-4 ul li>a {
    margin-top: 10px;
    margin-bottom: 10px;
}

.section-5 {
    background: url(../../images/img/n-section-bg5.jpg) no-repeat;
    background-size: cover;
}
.section-5 .title-com .title-con:before {
    background-color: #d9dcdf;
}
.section-5 ul {
    width: 60%;
    margin: 0 auto;
    /*margin-top: 10%;*/
}
.section-5 ul li {
    background-color: #f1f1f1;
    width: 48%;
    float: left;
    box-sizing: border-box;
    text-align: right;
    color: black;
    padding: 3%;
    margin: 1%;
    background-color: #c2cbd7;
    border-radius: 15px;
}
.section-5 ul li:hover {
    transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    z-index: 5;
    background-color: #0f345e;
    color: white;
    transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
}
.section-5 ul li:hover>a {
    visibility: visible;
}
.section-5 ul li .text {
    font-size: 30px;
    line-height: 40px;
    text-align: left;
    overflow: hidden;
    height: 120px;
}
.section-5 ul li .text em{
    color: #d3362d;
    font-style: normal;
}
.section-5 ul li>a {
    visibility: hidden;
    border-radius: 10px;
    margin: 10px 0 0 0;
}

.section-6 {
    background: #e0e0e0;
}
.section-6 .title-com .title-con:before {
    background-color: #e0e0e0;
}
.section-6 .content {
    height: -moz-calc(100% - 110px);
    height: -webkit-calc(100% - 110px);
    height: calc(100% - 110px);
}
.section-6 .content h3 {
    font-size: 40px;
    text-align: center;
    font-weight: normal;
}
.section-6 .content h3 em {
    color: #d3362d;
    font-size: 50px;
    font-style: normal;
}
.section-6 .text {
    /*width: 70%;*/
    width: 80%;
    margin: 0 auto;
    color: white;
    height: 100%;

    position: relative;
}
.section-6 .text .text-item {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 3% 65px 0 65px;
    height: 300px;
    text-align: center;
    height: 90%;
}
.section-6 .text .text-item span {
    display: inline-block;
    font-size: 40px;
    width: 250px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    margin: 0 auto;
    border: 3px solid white;
    border-radius: 15px;
    margin-bottom: 10px;
}
.section-6 .text .text-item ul {}
.section-6 .text .text-item ul li {
    text-align: left;
    font-size: 20px;
    line-height: 40px;
}
.section-6 .text .text-l {
    background: #323232 url(../../images/img/n-ziliao.jpg) no-repeat left bottom;
}
.section-6 .text .text-r {
    background: #d3362d;
}
.section-6 .zixun-button {
    width: 90px;
    height: 90px;
    padding: 20px 10px 20px 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -65px;
    margin-left: -65px;
    background: url(../../images/img/zixun-button.png) no-repeat;
    background-size: cover;
    font-size: 30px;
    line-height: 45px;
    color: #d3362d;
    letter-spacing: 10px;
    font-weight: bold;
}

.section-7 {
    background: #d3362d;
}
.section-7 .container-com {
    border-color: #e99b96;
}
.section-7 .title-com h2 {
    color: white;
}
.section-7 .title-com .title-con:before {
    background-color: #d3362d;
}
.section-7 .content {
    text-align: center;
}
.section-7 .content h3 {
    font-size: 40px;
    color: #0f345e;
    font-weight: normal;
    text-align: center;
}
.section-7 .content h3 em {
    color: white;
    font-style: normal;
}
.section-7 img {
    width: 70%;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
}
.section-7 .content a {
    font-size: 40px;
    width: 300px;
    height: 60px;
    line-height: 60px;
    background-color: #0f345e;
    border-radius: 30px;
    display: inline-block;
    color: white;
    text-align: center;
    margin-top: 15px;
}
.section-8 {
    background: url(../../images/img/n-section-bg8.jpg) no-repeat;
    background-size: cover;
}
.section-8 .title-com .title-con:before {
    background-color: #363b41;
}
.section-8 .title-com h2 {
    color: white;
}
.section-8 .container-com {
    border-left: none;
    border-right: none;
    border-bottom: none;
}
.section-8 .content {
    color: white;
    text-align: center;
}
.section-8 .content h3 {
    font-size: 40px;
    color: #c18a53;
    font-weight: normal;
    text-align: center;
}
.section-8 .center-box {
    position: relative;
}
.section-8 .center-box img {
    width: 70%;
    margin: 0 auto;
    display: block;
    margin-top: 10%;
}
.section-8 .center-box  a {
    font-size: 22px;
    width: 10%;
    height: 40px;
    line-height: 40px;
    background-color: #c18a53;
    border-radius: 20px;
    display: inline-block;
    color: white;
    text-align: center;
    margin-top: 15px;
    position: absolute;
    top: 60%;
    left: 50%;
    margin-left: -5%;
}
.section-8 .content>a {
    display: inline-block;
    margin-top: 20px;
}
.section-8 .content>a img {
    width: 65%;
    display: inline-block;
}
.section-8 .content>a img

.section-9 {
    height: 55%;
}
.section-9 .container-com {
    border-color: #f29d9d;
}
.section-9 .title-com h2 {
    color: #d3362d;
}
.section-9 .title-com .title-con:before {
    background-color: white;
}
.section-9 .content {}
.section-9 .content ul {
    width: 90%;
    margin: 0 auto;
    margin-top: 8%;
}
.section-9 .content ul li {
    font-size: 30px;
    background-color: white;
    text-align: center;
    float: left;
    color: #d3362d;
    width: 21%;
    margin: 2%;
    padding: 1.5% 0;
    border: 2px solid #d3362d;
    box-sizing: border-box;
    border-radius: 15px;
}
.section-9 .content ul li:hover {
    background-color: #d3362d;
    color: white;
}





/*用min-width时，小的放上面大的在下面，同理如果是用max-width那么就是大的在上面，小的在下面*/
/* 1920×1080——1440×900——1024×768  1024px  1366px  1680px  1920px     */

/* 分辨率大于1024 小于1366 */
/*@media screen and (min-width: 1024px) and (max-width: 1366px) {

} */


/* 分辨率大于1024px */
@media screen and (max-width: 1366px) {
    /* ========== 右侧导航 ========== */
    .menu-right {
        right: 10px;
        top: 50%;
        margin-top: -200px;
        width: 120px;
        height: 400px;
    }
    .menu-right li { 
        margin-bottom: 7px;
        height: 30px;
        line-height: 28px;
        font-size: 18px;
        width: 100%;
        letter-spacing: 3px;
        border: 2px solid #f9a718;
     }
    /* ========== Public ========== */
    .anchor-red {
        line-height: 24px;
        padding: 8px 25px;
        font-size: 20px;
        border: 2px solid #d3362d;
    }
    .anchor-red-a {
        line-height: 24px;
        padding: 15px 20px;
        font-size: 24px;
    }
    /* ========== banner ========== */
    .banner .text {
        width: 80%;
        top: 0;
        left: 50%;
        margin-left: -45%;
    }
    .banner .text h1 {
        font-size: 45px;
        margin-top: 90px;
    }
    .banner .text span {
        font-size: 40px;
        margin-top: 15px;
    }
    .banner .text span em {
        font-size: 55px;
    }
    .banner .text p {
        font-size: 24px;
        line-height: 35px;
        margin-top: 30px;
    }
    .banner .text a {
        padding: 15px 60px;
        margin-top: 25px;
    }
    /* ========== section Public ========== */
    .section .container-com {
        width: 80%;
        height: 80%;
        top: 10%;
    }
    .section .title-com {
        width: 100%;
        height: 60px;
        top: -30px;
        left: 50%;
        margin-left: -50%;
    }
    .section .title-com h2 {
        font-size: 50px;
    }
    .section .title-com .title-con:before {
        width: 100%;
        padding: 0 30px;
        height: 5px;
        left: -30px;
        top: 50%;
        margin-top: 1px;
    }
    .section .content {
        margin-top: 50px;
        height: -moz-calc(100% - 50px);
        height: -webkit-calc(100% - 50px);
        height: calc(100% - 50px);
    }
    /* ========== section ========== */
    .section-1 h2 {
        font-size: 50px;
        padding-top: 50px;
    }
    .section-1 .container {
        width: 100%;
        height: 100%;
    }
    .section-1 .container>p {
        font-size: 60px;
        padding-top: 40px;
    }
    .section-1 .content>p {
        font-size: 26px;
        left: 3%;
        bottom: 4%;
        line-height: 50px;
    }
    .section-1 a.turn-button {
        width: 100px;
        height: 100px;
        padding: 20px 5px 20px 35px;
        line-height: 50px;
        top: 50%;
        left: 50%;
        margin-top: -60px;
        margin-left: -60px;
        font-size: 26px;
        letter-spacing: 10px;
    }
    .section-2 ul {
        width: 80%;
    }
    .section-2 ul li {
        width: 29.333333%;
        margin: 2%;
        padding: 2%;
        box-shadow: -3px 3px 5px 2px #e6e6e6;
        -webkit-box-shadow: -3px -3px 3px 5px 2px #e6e6e6;
        -o-box-shadow: -3px 3px 5px 2px #e6e6e6;
        -ms-box-shadow: -3px 3px 5px 2px #e6e6e6;
        -moz-box-shadow: -3px 3px 5px 2px #e6e6e6;
    }
    .section-2 ul li p {
        font-size: 18px;
        line-height: 26px;
        margin-top: 20px;
        height: 100px;
        overflow: hidden;
    }
    .section-2 ul li>a {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .section-3 ul {
        width: 80%;
        margin: 0 auto;
    }
    .section-3 ul li {
        width: 30.333333%;
        margin: 1.5% 1.5%;
        /*padding: 1%;*/
        border-radius: 15px;
    }
    .section-3 ul li .text{
        padding: 5%;
        height: 230px;
    }
    .section-3 ul li .text h3 {
        font-size: 36px;
        font-weight: normal;
        padding: 15px 0 15px 0;
    }
    .section-3 ul li .text p {
        font-size: 18px;
        line-height: 30px;
    }
    .section-3 ul li a {
        margin-top: 20px;
        margin-bottom: 20px;
        border-radius: 10px;
    }

    .section-4 ul {
        width: 85%;
        margin: 0 auto;
        padding-top: 5%;
    }
    .section-4 ul li {
        width: 25%;
    }
    .section-4 ul li:hover {
        padding-bottom: 60px;
        transform: translate(0,-60px);
        -ms-transform: translate(0,-60px);
        -webkit-transform: translate(0,-60px);
        -o-transform: translate(0,-60px);
        -moz-transform: translate(0,-60px);
    }
    .section-4 ul li h3 {
        font-size: 24px;
        padding: 15px 0;
    }
    .section-4 ul li .text {
        padding: 0 10%;
        line-height: 30px;
        font-size: 16px;
        height: 180px;
        margin-top: 20px;
    }
    .section-4 ul li>a {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .section-5 ul {
        width: 70%;
        margin: 0 auto;
    }
    .section-5 ul li {
        width: 47%;
        padding: 3%;
        margin: 1.5%;
        border-radius: 15px;
    }
    .section-5 ul li:hover {
        transform: scale(1.2,1.2);
        -ms-transform: scale(1.2,1.2);
        -webkit-transform: scale(1.2,1.2);
        -o-transform: scale(1.2,1.2);
        -moz-transform: scale(1.2,1.2);
    }
    .section-5 ul li .text {
        font-size: 24px;
        line-height: 30px;
        height: 90px;
    }
    .section-5 ul li>a {
        border-radius: 10px;
        margin: 10px 0 0 0;
    }
    
    .section-6 .content {
        height: -moz-calc(100% - 50px);
        height: -webkit-calc(100% - 50px);
        height: calc(100% - 50px);
        margin-top: 50px;
    }
    .section-6 .content h3 {
        font-size: 28px;
    }
    .section-6 .content h3 em {
        font-size: 40px;
    }
    .section-6 .text {
        width: 80%;
        margin: 0 auto;
        height: -moz-calc(100% - 50px);
        height: -webkit-calc(100% - 50px);
        height: calc(100% - 50px);
        margin-top: 15px;
    }
    .section-6 .text .text-item {
        width: 50%;
        padding: 15px 5px 0 50px;
        height: 300px;
        height: 90%;
    }
    .section-6 .text .text-item span {
        font-size: 24px;
        width: 180px;
        height: 38px;
        line-height: 38px;
        margin: 0 auto;
        border: 2px solid white;
        border-radius: 15px;
        margin-bottom: 10px;
    }
    .section-6 .text .text-item ul {}
    .section-6 .text .text-item ul li {
        font-size: 20px;
        line-height: 30px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .section-6 .zixun-button {
        width: 60px;
        height: 60px;
        padding: 20px 15px 20px 25px;
        top: 50%;
        left: 50%;
        margin-top: -55px;
        margin-left: -55px;
        background: url(../../images/img/zixun-button.png) no-repeat;
        background-size: cover;
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 5px;
    }

    .section-7 .content h3 {
        font-size: 30px;
    }
    .section-7 img {
        width: 70%;
        margin-top: 10px;
    }
    .section-7 .content a {
        font-size: 32px;
        width: 220px;
        height: 50px;
        line-height: 50px;
        border-radius: 30px;
        margin-top: 20px;
    }
    .section-8 .content h3 {
        font-size: 30px;
    }
    .section-8 .center-box img {
        width: 80%;
        margin: 0 auto;
        margin-top: 20px;
    }
    .section-8 .center-box  a {
        font-size: 26px;
        width: 160px;
        height: 50px;
        line-height: 50px;
        border-radius: 25px;
        margin-top: 15px;
        top: 60%;
        left: 50%;
        margin-left: -80px;
    }
    .section-8 .content>a {
        margin-top: 10px;
    }

    .section-9 {
        height: 55%;
    }
    .section-9 .content {}
    .section-9 .content ul {
        width: 90%;
        margin: 0 auto;
        margin-top: 8%;
    }
    .section-9 .content ul li {
        font-size: 20px;
        width: 21%;
        margin: 2%;
        padding: 1.5% 0;
        border: 2px solid #d3362d;
        border-radius: 15px;
    }
} 
/* 分辨率大于1280 小于1680 */
@media screen and (min-width: 1367px) and (max-width: 1680px) {
    /* ========== 右侧导航 ========== */
    .menu-right {
        right: 10px;
        top: 50%;
        margin-top: -200px;
        width: 120px;
        height: 400px;
    }
    .menu-right li { 
        margin-bottom: 7px;
        height: 30px;
        line-height: 28px;
        font-size: 18px;
        width: 100%;
        letter-spacing: 3px;
        border: 2px solid #f9a718;
     }
    /* ========== Public ========== */
    .anchor-red {
        line-height: 24px;
        padding: 8px 25px;
        font-size: 20px;
        border: 2px solid #d3362d;
    }
    .anchor-red-a {
        line-height: 24px;
        padding: 15px 20px;
        font-size: 24px;
    }
    /* ========== banner ========== */
    .banner .text {
        width: 35%;
        top: 0;
        left: 50%;
        margin-left: -45%;
    }
    .banner .text h1 {
        font-size: 45px;
        margin-top: 80px;
    }
    .banner .text span {
        font-size: 40px;
        margin-top: 25px;
    }
    .banner .text span em {
        font-size: 55px;
    }
    .banner .text p {
        font-size: 24px;
        line-height: 40px;
        margin-top: 30px;
    }
    .banner .text a {
        padding: 15px 60px;
        margin-top: 40px;
    }
    /* ========== section Public ========== */
    .section .container-com {
        width: 80%;
        height: 80%;
        top: 10%;
    }
    .section .title-com {
        width: 100%;
        height: 60px;
        top: -30px;
        left: 50%;
        margin-left: -50%;
    }
    .section .title-com h2 {
        font-size: 50px;
    }
    .section .title-com .title-con:before {
        width: 100%;
        padding: 0 30px;
        height: 5px;
        left: -30px;
        top: 50%;
        margin-top: 1px;
    }
    .section .content {
        margin-top: 50px;
        height: -moz-calc(100% - 80px);
        height: -webkit-calc(100% - 80px);
        height: calc(100% - 80px);
    }
    /* ========== section ========== */
    .section-1 h2 {
        font-size: 50px;
        padding-top: 50px;
    }
    .section-1 .container {
        width: 100%;
        height: 100%;
    }
    .section-1 .container>p {
        font-size: 70px;
        padding-top: 50px;
    }
    .section-1 .content>p {
        font-size: 30px;
        left: 3%;
        bottom: 2%;
        line-height: 60px;
    }
    .section-1 a.turn-button {
        width: 100px;
        height: 100px;
        padding: 50px;
        line-height: 50px;
        top: 50%;
        left: 50%;
        margin-top: -100px;
        margin-left: -100px;
        font-size: 40px;
        letter-spacing: 10px;
    }
    .section-2 ul {
        width: 90%;
    }
    .section-2 ul li {
        width: 29.333333%;
        margin: 2%;
        padding: 2%;
        box-shadow: -3px 3px 5px 2px #e6e6e6;
        -webkit-box-shadow: -3px -3px 3px 5px 2px #e6e6e6;
        -o-box-shadow: -3px 3px 5px 2px #e6e6e6;
        -ms-box-shadow: -3px 3px 5px 2px #e6e6e6;
        -moz-box-shadow: -3px 3px 5px 2px #e6e6e6;
    }
    .section-2 ul li p {
        font-size: 20px;
        line-height: 40px;
        margin-top: 20px;
        height: 120px;
        overflow: hidden;
    }
    .section-2 ul li>a {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .section-3 ul {
        width: 80%;
        margin: 0 auto;
    }
    .section-3 ul li {
        width: 30.333333%;
        margin: 8% 1.5%;
        /*padding: 1%;*/
        border-radius: 15px;
    }
    .section-3 ul li .text{
        padding: 5%;
        height: 250px;
    }
    .section-3 ul li .text h3 {
        font-size: 40px;
        font-weight: normal;
        padding: 20px 0 25px 0;
    }
    .section-3 ul li .text p {
        font-size: 18px;
        line-height: 30px;
    }
    .section-3 ul li a {
        margin-top: 15%;
        margin-bottom: 15%;
        border-radius: 10px;
    }

    .section-4 ul {
        width: 94%;
        margin: 0 auto;
        padding-top: 3%;
    }
    .section-4 ul li {
        width: 25%;
    }
    .section-4 ul li:hover {
        padding-bottom: 60px;
        transform: translate(0,-60px);
        -ms-transform: translate(0,-60px);
        -webkit-transform: translate(0,-60px);
        -o-transform: translate(0,-60px);
        -moz-transform: translate(0,-60px);
    }
    .section-4 ul li h3 {
        font-size: 26px;
        padding: 15px 0;
    }
    .section-4 ul li .text {
        padding: 0 10%;
        line-height: 40px;
        font-size: 20px;
        height: 230px;
        margin-top: 40px;
    }
    .section-4 ul li>a {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .section-5 ul {
        width: 70%;
        margin: 0 auto;
    }
    .section-5 ul li {
        width: 47%;
        padding: 3%;
        margin: 1.5%;
        border-radius: 15px;
    }
    .section-5 ul li:hover {
        transform: scale(1.2,1.2);
        -ms-transform: scale(1.2,1.2);
        -webkit-transform: scale(1.2,1.2);
        -o-transform: scale(1.2,1.2);
        -moz-transform: scale(1.2,1.2);
    }
    .section-5 ul li .text {
        font-size: 26px;
        line-height: 40px;
        height: 120px;
    }
    .section-5 ul li>a {
        border-radius: 10px;
        margin: 10px 0 0 0;
    }
    
    .section-6 .content {
        height: -moz-calc(100% - 110px);
        height: -webkit-calc(100% - 110px);
        height: calc(100% - 110px);
        margin-top: 80px;
    }
    .section-6 .content h3 {
        font-size: 32px;
    }
    .section-6 .content h3 em {
        font-size: 45px;
    }
    .section-6 .text {
        width: 80%;
        margin: 0 auto;
        height: -moz-calc(100% - 50px);
        height: -webkit-calc(100% - 50px);
        height: calc(100% - 50px);
        margin-top: 20px;
    }
    .section-6 .text .text-item {
        width: 50%;
        padding: 4% 40px 0 65px;
        height: 300px;
        height: 90%;
    }
    .section-6 .text .text-item span {
        font-size: 26px;
        width: 180px;
        height: 40px;
        line-height: 40px;
        margin: 0 auto;
        border: 2px solid white;
        border-radius: 15px;
        margin-bottom: 20px;
    }
    .section-6 .text .text-item ul {}
    .section-6 .text .text-item ul li {
        font-size: 18px;
        line-height: 30px;
    }
    .section-6 .zixun-button {
        width: 60px;
        height: 60px;
        padding: 20px 15px 20px 25px;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -50px;
        background: url(../../images/img/zixun-button.png) no-repeat;
        background-size: cover;
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 5px;
    }

    .section-7 .content h3 {
        font-size: 34px;
    }
    .section-7 img {
        width: 85%;
        margin-top: 20px;
    }
    .section-7 .content a {
        font-size: 32px;
        width: 250px;
        height: 55px;
        line-height: 55px;
        border-radius: 28px;
        margin-top: 20px;
    }
    .section-8 .content h3 {
        font-size: 40px;
    }
    .section-8 .center-box img {
        width: 100%;
        margin: 0 auto;
        margin-top: 5%;
    }
    .section-8 .center-box  a {
        font-size: 26px;
        width: 180px;
        height: 50px;
        line-height: 50px;
        border-radius: 25px;
        margin-top: 25px;
        top: 60%;
        left: 50%;
        margin-left: -90px;
    }
    .section-8 .content>a {
        margin-top: 10px;
    }

    .section-9 {
        height: 55%;
    }
    .section-9 .content {}
    .section-9 .content ul {
        width: 90%;
        margin: 0 auto;
        margin-top: 8%;
    }
    .section-9 .content ul li {
        font-size: 20px;
        width: 19%;
        margin: 2% 3%;
        padding: 1.5% 0;
        border: 2px solid #d3362d;
        border-radius: 15px;
    }
} 



/* 分辨率大于1680 */
@media screen and (min-width: 1680px) {
    /* ========== 右侧导航 ========== */
    .menu-right {
        right: 10px;
        top: 50%;
        margin-top: -200px;
        width: 120px;
        height: 400px;
    }
    .menu-right li { 
        margin-bottom: 7px;
        height: 32px;
        line-height: 30px;
        font-size: 18px;
        width: 100%;
        letter-spacing: 3px;
        border: 2px solid #f9a718;
     }
    /* ========== Public ========== */
    .anchor-red {
        line-height: 24px;
        padding: 12px 30px;
        font-size: 22px;
        border: 2px solid #d3362d;
    }
    .anchor-red-a {
        line-height: 30px;
        padding: 15px 30px;
        font-size: 28px;
    }
    /* ========== banner ========== */
    .banner .text {
        width: 1200px;
        top: 0;
        left: 50%;
        margin-left: -600px;
    }
    .banner .text h1 {
        font-size: 67px;
        margin-top: 90px;
    }
    .banner .text span {
        font-size: 55px;
        margin-top: 30px;
    }
    .banner .text span em {
        font-size: 82px;
    }
    .banner .text p {
        font-size: 28px;
        line-height: 50px;
        margin-top: 50px;
    }
    .banner .text a {
        padding: 15px 80px;
        margin-top: 50px;
    }
    /* ========== section Public ========== */
    .section .container-com {
        width: 80%;
        height: 80%;
        top: 10%;
    }
    .section .title-com {
        width: 100%;
        height: 60px;
        top: -30px;
        left: 50%;
        margin-left: -50%;
    }
    .section .title-com h2 {
        font-size: 50px;
    }
    .section .title-com .title-con:before {
        width: 100%;
        padding: 0 30px;
        height: 5px;
        left: -30px;
        top: 50%;
        margin-top: 1px;
    }
    .section .content {
        margin-top: 100px;
        height: -moz-calc(100% - 100px);
        height: -webkit-calc(100% - 100px);
        height: calc(100% - 100px);
    }
    /* ========== section ========== */
    .section-1 h2 {
        font-size: 50px;
        padding-top: 50px;
    }
    .section-1 .container {
        width: 100%;
        height: 100%;
    }
    .section-1 .container>p {
        font-size: 80px;
        padding-top: 50px;
    }
    .section-1 .content>p {
        font-size: 30px;
        left: 3%;
        bottom: 2%;
        line-height: 60px;
    }
    .section-1 a.turn-button {
        width: 100px;
        height: 100px;
        padding: 50px;
        line-height: 50px;
        top: 50%;
        left: 50%;
        margin-top: -100px;
        margin-left: -100px;
        font-size: 40px;
        letter-spacing: 10px;
    }
    .section-2 ul {
        width: 90%;
    }
    .section-2 ul li {
        width: 29.333333%;
        margin: 2%;
        padding: 2%;
        box-shadow: -3px 3px 5px 2px #e6e6e6;
        -webkit-box-shadow: -3px -3px 3px 5px 2px #e6e6e6;
        -o-box-shadow: -3px 3px 5px 2px #e6e6e6;
        -ms-box-shadow: -3px 3px 5px 2px #e6e6e6;
        -moz-box-shadow: -3px 3px 5px 2px #e6e6e6;
    }
    .section-2 ul li p {
        font-size: 20px;
        line-height: 40px;
        margin-top: 20px;
        height: 120px;
        overflow: hidden;
    }
    .section-2 ul li>a {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .section-3 ul {
        width: 80%;
        margin: 0 auto;
    }
    .section-3 ul li {
        width: 30.333333%;
        margin: 8% 1.5%;
        /*padding: 1%;*/
        border-radius: 15px;
    }
    .section-3 ul li .text{
        padding: 5%;
        height: 250px;
    }
    .section-3 ul li .text h3 {
        font-size: 40px;
        font-weight: normal;
        padding: 25px 0 30px 0;
    }
    .section-3 ul li .text p {
        font-size: 18px;
        line-height: 36px;
    }
    .section-3 ul li a {
        margin-top: 12%;
        margin-bottom: 12%;
        border-radius: 10px;
    }

    .section-4 ul {
        width: 94%;
        margin: 0 auto;
        padding-top: 10%;
    }
    .section-4 ul li {
        width: 25%;
    }
    .section-4 ul li:hover {
        padding-bottom: 60px;
        transform: translate(0,-60px);
        -ms-transform: translate(0,-60px);
        -webkit-transform: translate(0,-60px);
        -o-transform: translate(0,-60px);
        -moz-transform: translate(0,-60px);
    }
    .section-4 ul li h3 {
        font-size: 30px;
        padding: 15px 0;
    }
    .section-4 ul li .text {
        padding: 0 15%;
        line-height: 40px;
        font-size: 20px;
        height: 280px;
        margin-top: 40px;
    }
    .section-4 ul li>a {
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .section-5 ul {
        width: 70%;
        margin: 0 auto;
    }
    .section-5 ul li {
        width: 47%;
        padding: 3%;
        margin: 1.5%;
        border-radius: 15px;
    }
    .section-5 ul li:hover {
        transform: scale(1.2,1.2);
        -ms-transform: scale(1.2,1.2);
        -webkit-transform: scale(1.2,1.2);
        -o-transform: scale(1.2,1.2);
        -moz-transform: scale(1.2,1.2);
    }
    .section-5 ul li .text {
        font-size: 28px;
        line-height: 40px;
        height: 120px;
    }
    .section-5 ul li>a {
        border-radius: 10px;
        margin: 10px 0 0 0;
    }
    
    .section-6 .content {
        height: -moz-calc(100% - 110px);
        height: -webkit-calc(100% - 110px);
        height: calc(100% - 110px);
        margin-top: 80px;
    }
    .section-6 .content h3 {
        font-size: 36px;
    }
    .section-6 .content h3 em {
        font-size: 50px;
    }
    .section-6 .text {
        width: 80%;
        margin: 0 auto;
        height: -moz-calc(100% - 50px);
        height: -webkit-calc(100% - 50px);
        height: calc(100% - 50px);
        margin-top: 30px;
    }
    .section-6 .text .text-item {
        width: 50%;
        padding: 4% 65px 0 65px;
        height: 300px;
        height: 90%;
    }
    .section-6 .text .text-item span {
        font-size: 36px;
        width: 250px;
        height: 60px;
        line-height: 60px;
        margin: 0 auto;
        border: 2px solid white;
        border-radius: 15px;
        margin-bottom: 20px;
    }
    .section-6 .text .text-item ul {}
    .section-6 .text .text-item ul li {
        font-size: 22px;
        line-height: 42px;
    }
    .section-6 .zixun-button {
        width: 90px;
        height: 90px;
        padding: 20px 10px 20px 30px;
        top: 50%;
        left: 50%;
        margin-top: -65px;
        margin-left: -65px;
        background: url(../../images/img/zixun-button.png) no-repeat;
        background-size: cover;
        font-size: 30px;
        line-height: 45px;
        letter-spacing: 10px;
    }

    .section-7 .content h3 {
        font-size: 36px;
    }
    .section-7 img {
        width: 85%;
        margin-top: 30px;
    }
    .section-7 .content a {
        font-size: 40px;
        width: 300px;
        height: 70px;
        line-height: 70px;
        border-radius: 35px;
        margin-top: 20px;
    }
    .section-8 .content h3 {
        font-size: 40px;
    }
    .section-8 .center-box img {
        width: 100%;
        margin: 0 auto;
        margin-top: 3%;
    }
    .section-8 .center-box  a {
        font-size: 28px;
        width: 200px;
        height: 60px;
        line-height: 60px;
        border-radius: 30px;
        margin-top: 45px;
        top: 60%;
        left: 50%;
        margin-left: -100px;
    }
    .section-8 .content>a {
        margin-top: 20px;
    }

    .section-9 {
        height: 55%;
    }
    .section-9 .content {}
    .section-9 .content ul {
        width: 90%;
        margin: 0 auto;
        margin-top: 8%;
    }
    .section-9 .content ul li {
        font-size: 24px;
        width: 19%;
        margin: 2% 3%;
        padding: 1.5% 0;
        border: 2px solid #d3362d;
        border-radius: 15px;
    }
} 



/* 分辨率大于1920 */
@media screen and (min-width: 1920px) {
    /* ========== 右侧导航 ========== */
    .menu-right {
        right: 20px;
        top: 50%;
        margin-top: -275px;
        width: 150px;
        height: 550px;
    }
    .menu-right li { 
        margin-bottom: 10px;
        height: 40px;
        line-height: 38px;
        font-size: 20px;
        width: 100%;
        letter-spacing: 3px;
        border: 2px solid #f9a718;
    }
    /* ========== Public ========== */
    .anchor-red {
        line-height: 30px;
        padding: 12px 27px;
        font-size: 30px;
        border: 3px solid #d3362d;
    }
    .anchor-red-a {
        line-height: 30px;
        padding: 15px 30px;
        font-size: 30px;
    }
    /* ========== banner ========== */
    .banner .text {
        width: 1200px;
        top: 0;
        left: 50%;
        margin-left: -600px;
    }
    .banner .text h1 {
        font-size: 72px;
        margin-top: 90px;
    }
    .banner .text span {
        font-size: 60px;
        margin-top: 30px;
    }
    .banner .text span em {
        font-size: 87px;
    }
    .banner .text p {
        font-size: 30px;
        line-height: 50px;
        margin-top: 50px;
    }
    .banner .text a {
        padding: 15px 80px;
        margin-top: 50px;
    }
    /* ========== section Public ========== */
    .section .container-com {
        width: 80%;
        height: 80%;
        top: 10%;
    }
    .section .title-com {
        width: 100%;
        height: 60px;
        top: -30px;
        left: 50%;
        margin-left: -50%;
    }
    .section .title-com h2 {
        font-size: 60px;
    }
    .section .title-com .title-con:before {
        width: 100%;
        padding: 0 30px;
        height: 5px;
        left: -30px;
        top: 50%;
        margin-top: -4px;
    }
    .section .content {
        margin-top: 100px;
        height: -moz-calc(100% - 100px);
        height: -webkit-calc(100% - 100px);
        height: calc(100% - 100px);
    }
    /* ========== section ========== */
    .section-1 h2 {
        font-size: 60px;
        padding-top: 50px;
    }
    .section-1 .container {
        width: 100%;
        height: 100%;
    }
    .section-1 .container>p {
        font-size: 100px;
        padding-top: 50px;
    }
    .section-1 .content>p {
        font-size: 30px;
        left: 2%;
        bottom: 6%;
        line-height: 70px;
    }
    .section-1 a.turn-button {
        width: 130px;
        height: 130px;
        padding: 50px;
        top: 50%;
        left: 50%;
        margin-top: -115px;
        margin-left: -115px;
        font-size: 60px;
        letter-spacing: 5px;
    }

    .section-2 ul {
        width: 94%;
    }
    .section-2 ul li {
        width: 29.333333%;
        margin: 2%;
        padding: 2%;
        box-shadow: -3px 3px 5px 2px #e6e6e6;
        -webkit-box-shadow: -3px -3px 3px 5px 2px #e6e6e6;
        -o-box-shadow: -3px 3px 5px 2px #e6e6e6;
        -ms-box-shadow: -3px 3px 5px 2px #e6e6e6;
        -moz-box-shadow: -3px 3px 5px 2px #e6e6e6;
    }
    .section-2 ul li p {
        font-size: 24px;
        line-height: 48px;
        margin-top: 20px;
        height: 144px;
        overflow: hidden;
    }
    .section-2 ul li>a {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .section-3 ul {
        width: 94%;
        margin: 0 auto;
    }
    .section-3 ul li {
        width: 30.333333%;
        margin: 4% 1.5% 0;
        /*padding: 1%;*/
        border-radius: 15px;
    }
    .section-3 ul li .text{
        padding: 5%;
        height: 310px;
    }
    .section-3 ul li .text h3 {
        font-size: 48px;
        font-weight: normal;
        padding: 25px 0 30px 0;
    }
    .section-3 ul li .text p {
        font-size: 24px;
        line-height: 48px;
    }
    .section-3 ul li a {
        margin-top: 12%;
        margin-bottom: 12%;
        border-radius: 10px;
    }

    .section-4 ul {
        width: 94%;
        margin: 0 auto;
        padding-top: 8%;
    }
    .section-4 ul li {
        width: 25%;
    }
    .section-4 ul li:hover {
        padding-bottom: 60px;
        transform: translate(0,-60px);
        -ms-transform: translate(0,-60px);
        -webkit-transform: translate(0,-60px);
        -o-transform: translate(0,-60px);
        -moz-transform: translate(0,-60px);
    }
    .section-4 ul li h3 {
        font-size: 36px;
        padding: 25px 0;
    }
    .section-4 ul li .text {
        padding: 0 7%;
        line-height: 48px;
        font-size: 24px;
        height: 280px;
        margin-top: 40px;
    }
    .section-4 ul li>a {
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .section-5 ul {
        width: 70%;
        margin: 0 auto;
    }
    .section-5 ul li {
        width: 47%;
        padding: 3% 3% 2% 3%;
        margin: 1.5%;
        border-radius: 15px;
    }
    .section-5 ul li:hover {
        transform: scale(1.2,1.2);
        -ms-transform: scale(1.2,1.2);
        -webkit-transform: scale(1.2,1.2);
        -o-transform: scale(1.2,1.2);
        -moz-transform: scale(1.2,1.2);
    }
    .section-5 ul li .text {
        font-size: 38px;
        line-height: 70px;
        height: 200px;
    }
    .section-5 ul li>a {
        border-radius: 10px;
        margin: 10px 0 0 0;
    }
    
    .section-6 .content {
        height: -moz-calc(100% - 110px);
        height: -webkit-calc(100% - 110px);
        height: calc(100% - 110px);
        margin-top: 80px;
    }
    .section-6 .content h3 {
        font-size: 40px;
    }
    .section-6 .content h3 em {
        font-size: 50px;
    }
    .section-6 .text {
        width: 80%;
        margin: 0 auto;
        height: -moz-calc(100% - 50px);
        height: -webkit-calc(100% - 50px);
        height: calc(100% - 50px);
        margin-top: 30px;
    }
    .section-6 .text .text-item {
        width: 50%;
        padding: 4% 65px 0 65px;
        height: 300px;
        height: 90%;
    }
    .section-6 .text .text-item span {
        font-size: 40px;
        width: 250px;
        height: 70px;
        line-height: 70px;
        margin: 0 auto;
        border: 3px solid white;
        border-radius: 15px;
        margin-bottom: 30px;
    }
    .section-6 .text .text-item ul {}
    .section-6 .text .text-item ul li {
        font-size: 26px;
        line-height: 50px;
    }
    .section-6 .zixun-button {
        width: 90px;
        height: 90px;
        padding: 20px 10px 20px 30px;
        top: 50%;
        left: 50%;
        margin-top: -65px;
        margin-left: -65px;
        background: url(../../images/img/zixun-button.png) no-repeat;
        background-size: cover;
        font-size: 30px;
        line-height: 45px;
        letter-spacing: 10px;
    }

    .section-7 .content h3 {
        font-size: 40px;
    }
    .section-7 img {
        width: 85%;
        margin-top: 40px;
    }
    .section-7 .content a {
        font-size: 40px;
        width: 300px;
        height: 80px;
        line-height: 80px;
        border-radius: 40px;
        margin-top: 40px;
    }
    .section-8 .content h3 {
        font-size: 40px;
    }
    .section-8 .center-box img {
        width: 100%;
        margin: 0 auto;
        margin-top: 5%;
    }
    .section-8 .center-box  a {
        font-size: 38px;
        width: 260px;
        height: 70px;
        line-height: 70px;
        border-radius: 35px;
        margin-top: 45px;
        top: 60%;
        left: 50%;
        margin-left: -130px;
    }
    .section-8 .content>a {
        margin-top: 40px;
    }

    .section-9 {
        height: 55%;
    }
    .section-9 .content {}
    .section-9 .content ul {
        width: 90%;
        margin: 0 auto;
        margin-top: 8%;
    }
    .section-9 .content ul li {
        font-size: 30px;
        width: 21%;
        margin: 2%;
        padding: 1.5% 0;
        border: 2px solid #d3362d;
        border-radius: 15px;
    }
}













