@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

li {
    list-style: none
}

a {
    text-decoration: none
}

h2,
h3,
i,
em {
    font-style: normal
}

html,
body {
    font-family: "微软雅黑"
}

input,
img,
a,
button {
    outline: none;
    border: 0
}

.clear {
    clear: both
}

.pic {
    position: relative;
    overflow: hidden;
    padding-top: 75%
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    transition: all .3s
}

.pic:hover img {
    transform: scale(1.2)
}

.wp {
    max-width: 1400px;
    margin: 0 auto
}

.main-top {
    position: relative;
    background: url(https://www.gxzyxysy.com/images/xhead-top.jpg.pagespeed.ic.WDySRZcPl6.jpg) no-repeat center center;
    background-size: cover
}

.main-top::after {
    content: "";
    position: absolute;
    width: 112px;
    height: 178px;
    bottom: 0;
    right: 80px;
    background: url(../images/head-r-bg.png) no-repeat center center
}

.header {
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.head {
    position: relative;
    padding: 25px 0
}

.head::after {
    content: "";
    position: absolute;
    width: 362px;
    height: 60px;
    left: 52%;
    top: 35%;
    background: url(../images/head-wz.png) no-repeat center center
}

.head-l {
    float: left
}

.head-l a {
    display: block
}

.head-l a img {
    display: block
}

.head-r {
    position: relative;
    float: right;
    text-align: right;
    z-index: 9
}

.head-r a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    vertical-align: middle
}

.head-r a img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px
}

.head-r span {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    opacity: .2;
    padding: 0 20px;
    vertical-align: middle
}

.head-r a:hover {
    text-decoration: underline
}

.head-r .search {
    position: relative;
    margin-top: 20px;
    width: 245px;
    height: 40px;
    border-bottom: 1px solid #fff;
}

.head-r .search input[type="text"] {
    width: 88%;
    height: 40px;
    line-height: 40px;
    background: transparent;
    text-align: left;
    color: #fff;
    float: left;
}

.head-r .search input[type="text"]::placeholder {
    font-size: 14px;
    color: #fff
}

.head-r .search input[type="image"] {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#nav {
    position: relative;
    z-index: 9
}

.nav>ul {
    font-size: 0;
    text-align: center
}

.nav>ul>li {
    position: relative;
    display: inline-block;
    line-height: 60px;
    text-align: center
}

.nav>ul>li>a {
    display: block;
    padding: 0 47.5px;
    font-size: 16px;
    color: #fff;
}

.nav>ul>li:hover>a {
    background: rgb(213, 170, 113);
    background-image: -moz-linear-gradient( 90deg, rgb(213, 170, 113) 0%, rgb(178, 136, 80) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(213, 170, 113) 0%, rgb(178, 136, 80) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(213, 170, 113) 0%, rgb(178, 136, 80) 100%)
}

.nav>ul>li ul {
    position: absolute;
    top: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    left: 50%;
    width: 160px;
    margin-left: -80px;
    background: #f2f3f4;
    display: none;
    z-index: 999;
}

.nav>ul>li ul li {
    line-height: 30px;
    margin-top: 5px
}

.nav>ul>li ul li a {
    color: #333;
    font-size: 15px
}

.nav>ul>li ul li:hover {
    background-color: #a4272b
}

.nav>ul>li ul li:hover>a {
    color: #fff
}

.banner a {
    display: block
}

.banner a img {
    display: block;
    width: 100%
}

.banner .slick-dots {
    width: auto;
    left: auto;
    bottom: 20px;
    right: 260px
}

.banner .slick-dots li {
    background: url(https://www.gxzyxysy.com/images/xslick.png.pagespeed.ic.f-rD3GOi-w.png) no-repeat center center;
    transition: all .3s
}

.banner .slick-dots li.slick-active {
    background: url(https://www.gxzyxysy.com/images/xslick-active.png.pagespeed.ic.YZkGjlFG-3.png) no-repeat center center
}

.footer {
    background: url(https://www.gxzyxysy.com/images/xfooter-bg.jpg.pagespeed.ic.UxOiox75DJ.jpg) no-repeat center center;
    background-size: cover
}

.foot {
    position: relative
}

.foot .return {
    position: absolute;
    top: -10px;
    right: -60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff url(../images/return.png) no-repeat center center;
    box-shadow: 0px 0px 28px 0px rgba(126, 90, 90, 0.2);
    cursor: pointer
}

.ft-top {
    padding-top: 55px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.ft-l {
    float: left
}

.ft-l-top a {
    display: block
}

.ft-l-top a img {
    display: block
}

.ft-l-down {
    margin-top: 20px;
    margin-left: 50px;
}

.ft-l-down a {
    display: block;
    background: url(../images/ft-d-bg.png) no-repeat center center;
    width: 290px;
    height: 103px;
    text-align: center;
    line-height: 103px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.ft-l-down ul li {
    display: inline-block;
    margin: 0 17px;
    text-align: center
}

.ft-l-down ul li .ewm {
    border-radius: 10px;
    overflow: hidden
}

.ft-l-down ul li .ewm img {
    display: block
}

.ft-l-down ul li p {
    margin-top: 10px;
    font-size: 14px;
    color: #fff
}

.ft-m {
    float: left;
    padding: 0 65px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-top: none;
    border-bottom: none;
    margin-left: 75px
}

.ft-m h2 {
    font-size: 18px;
    color: #fff
}

.ft-m ul li {
    margin-top: 15px
}

.ft-m ul li a {
    display: block;
    font-size: 16px;
    color: #fff;
    opacity: .8
}

.ft-m ul li:hover a {
    opacity: 1;
    text-decoration: underline
}

.ft-r {
    float: right
}

.ft-r h2 {
    font-size: 18px;
    color: #fff;
    margin-top: 10px
}

.ft-r p {
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    opacity: .8
}

.ft-down {
    padding: 15px 0;
    text-align: center
}

.ft-down p {
    font-size: 16px;
    color: rgba(255, 255, 255, .6)
}

.ft-down p img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px
}

.ft-down p span {
    display: inline-block;
    margin: 0 10px
}

.wap {
    display: none
}

.top {
    position: fixed;
    max-width: 1920px;
    margin: 0 auto;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999
}

.top>img {
    display: block;
    width: 100%
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0
}

.wap-menu img {
    height: 25px
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0
}

@media screen and (max-width: 1540px) {
    .foot .return {
        right: 15px
    }
}

@media screen and (max-width: 1400px) {
    .wp {
        padding-left: 15px;
        padding-right: 15px
    }
    .nav>ul>li>a {
        padding: 0 34px
    }
    .main-top::after {
        right: 0
    }
    .head-l a img {
        height: 60px
    }
    .head::after {
        left: 46%
    }
}

@media screen and (max-width: 1300px) {
    .ft-m {
        margin-left: 20px;
        padding: 0 15px
    }
}

@media screen and (max-width: 1200px) {
    .nav>ul>li>a {
        padding: 0 25px
    }
    .head::after {
        width: 200px;
        background-size: 100% auto;
        left: 50%
    }
    .head-l a img {
        height: 55px;
        margin-top: 15px
    }
    .banner .slick-dots {
        right: 20px
    }
    .ft-l-down a {
        margin-left: auto;
        margin-right: auto;
    }
    .ft-l-down {
        margin-left: 0;
    }
}

@media screen and (max-width: 1150px) {
    .ft-l {
        float: none;
        text-align: center
    }
    .ft-m {
        margin-top: 15px
    }
    .ft-l-top a img {
        margin-left: auto;
        margin-right: auto;
        max-width: 446px;
        width: 100%
    }
}

@media screen and (max-width: 1024px) {
    .main-top {
        display: none
    }
    body {
        padding-top: 60px
    }
    .wap {
        display: block !important
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #a4272b;
        z-index: 999;
        padding: 10px
    }
    .m-logo {
        font-size: 0
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: block
    }
    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle
    }
    .m-logo a i {
        position: relative;
        padding: 0 10px;
        vertical-align: middle
    }
    .m-logo a i:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 30px;
        background-color: #025bbf
    }
    .m-logo a span {
        display: inline-block;
        font-size: 16px;
        color: #025bbf;
        vertical-align: middle;
        font-family: 'sySong'
    }
    .m-tlink {
        padding: 10px 15px 0 15px
    }
    .m-tlink a {
        font-size: 12px;
        margin-right: 5px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #304174;
        line-height: 24px;
        padding: 0 15px;
        border-radius: 5px
    }
    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        margin-top: 15px;
        border: 1px solid #fff
    }
    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff
    }
    .m-search input[type="text"]::placeholder {
        color: #fff
    }
    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px
    }
    .m-nav {
        position: fixed;
        top: 60px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #a4272b;
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
        border-top: 1px solid rgba(255, 255, 255, 0.2)
    }
    .m-nav ul {
        padding: 0 15px
    }
    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative
    }
    .m-nav ul li>span.on {
        transform: rotateZ(90deg)
    }
    .m-nav ul li ul {
        display: none
    }
    .m-nav ul li ul li {
        border: none
    }
    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff
    }
    .m-nav>ul>li ul li a {
        padding: 10px 0
    }
    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(https://www.gxzyxysy.com/images/xm-nav_down.png.pagespeed.ic.Uabw3OpV3e.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s
    }
}

@media screen and (max-width: 750px) {
    .ft-m {
        float: none;
        width: calc(100% - 30px);
        border: none;
        padding: 0;
        margin: 0;
        margin-top: 15px
    }
    .ft-r {
        margin-top: 15px;
        float: left
    }
    .ft-m ul {
        font-size: 0
    }
    .ft-m ul li {
        display: inline-block;
        width: 50%
    }
    .ft-r p {
        line-height: 26px;
        font-size: 14px;
        margin-top: 5px
    }
    .ft-l-down ul li {
        margin: 0 1px
    }
} display: block;
    background: url(../images/ft-d-bg.png) no-repeat center center;
    width: 290px;
    height: 103px;
    text-align: center;
    line-height: 103px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.ft-l-down ul li {
    display: inline-block;
    margin: 0 17px;
    text-align: center
}

.ft-l-down ul li .ewm {
    border-radius: 10px;
    overflow: hidden
}

.ft-l-down ul li .ewm img {
    display: block
}

.ft-l-down ul li p {
    margin-top: 10px;
    font-size: 14px;
    color: #fff
}

.ft-m {
    float: left;
    padding: 0 65px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-top: none;
    border-bottom: none;
    margin-left: 75px
}

.ft-m h2 {
    font-size: 18px;
    color: #fff
}

.ft-m ul li {
    margin-top: 15px
}

.ft-m ul li a {
    display: block;
    font-size: 16px;
    color: #fff;
    opacity: .8
}

.ft-m ul li:hover a {
    opacity: 1;
    text-decoration: underline
}

.ft-r {
    float: right
}

.ft-r h2 {
    font-size: 18px;
    color: #fff;
    margin-top: 10px
}

.ft-r p {
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    opacity: .8
}

.ft-down {
    padding: 15px 0;
    text-align: center
}

.ft-down p {
    font-size: 16px;
    color: rgba(255, 255, 255, .6)
}

.ft-down p img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px
}

.ft-down p span {
    display: inline-block;
    margin: 0 10px
}

.wap {
    display: none
}

.top {
    position: fixed;
    max-width: 1920px;
    margin: 0 auto;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999
}

.top>img {
    display: block;
    width: 100%
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0
}

.wap-menu img {
    height: 25px
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0
}

@media screen and (max-width: 1540px) {
    .foot .return {
        right: 15px
    }
}

@media screen and (max-width: 1400px) {
    .wp {
        padding-left: 15px;
        padding-right: 15px
    }
    .nav>ul>li>a {
        padding: 0 34px
    }
    .main-top::after {
        right: 0
    }
    .head-l a img {
        height: 60px
    }
    .head::after {
        left: 46%
    }
}

@media screen and (max-width: 1300px) {
    .ft-m {
        margin-left: 20px;
        padding: 0 15px
    }
}

@media screen and (max-width: 1200px) {
    .nav>ul>li>a {
        padding: 0 25px
    }
    .head::after {
        width: 200px;
        background-size: 100% auto;
        left: 50%
    }
    .head-l a img {
        height: 55px;
        margin-top: 15px
    }
    .banner .slick-dots {
        right: 20px
    }
    .ft-l-down a {
        margin-left: auto;
        margin-right: auto;
    }
    .ft-l-down {
        margin-left: 0;
    }
}

@media screen and (max-width: 1150px) {
    .ft-l {
        float: none;
        text-align: center
    }
    .ft-m {
        margin-top: 15px
    }
    .ft-l-top a img {
        margin-left: auto;
        margin-right: auto;
        max-width: 446px;
        width: 100%
    }
}

@media screen and (max-width: 1024px) {
    .main-top {
        display: none
    }
    body {
        padding-top: 60px
    }
    .wap {
        display: block !important
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #a4272b;
        z-index: 999;
        padding: 10px
    }
    .m-logo {
        font-size: 0
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: block
    }
    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle
    }
    .m-logo a i {
        position: relative;
        padding: 0 10px;
        vertical-align: middle
    }
    .m-logo a i:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 30px;
        background-color: #025bbf
    }
    