@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    background-color: #fff;
}



li {
    list-style: none;
}

a {
    text-decoration: none;
}

img,
input {
    border: 0;
    outline: none;
}
.fl {
    float: left
}

.fr {
    float: right
}
/* .icon img {
    transition: all 0.3s;
}

.icon:hover img {
    animation: icon-yh 0.6s linear;
}

@keyframes icon-yh {
    0% {
        transform: rotateZ(0);
    }

    10% {
        transform: rotateZ(10deg);
    }

    20% {
        transform: rotateZ(0);
    }

    30% {
        transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(0);
    }

    50% {
        transform: rotateZ(10deg);
    }

    60% {
        transform: rotateZ(0);
    }

    70% {
        transform: rotateZ(-10deg);
    }

    80% {
        transform: rotateZ(0);
    }

    90% {
        transform: rotateZ(10deg);
    }

    100% {
        transform: rotateZ(0);
    }
} */

.wap {
    display: none;
}

.top>img.wap {
    display: none;
}

.clear {
    clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
}
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.px1320 {
    max-width: 1320px;
    margin: 0 auto;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}


.b-top-c {
    margin-top: 10px;
    line-height: 30px;
    float: right;
}

.ser-box{
    position: relative;
}
.ser1{
    width: 360px;
    height: 45px;
    padding: 16px 54px 16px 28px;
    border-radius: 22px;
}
.ser2{
    position: absolute;
    right: 23px;
    top: 8px;
}

/*新增样式-开始*/
.search-dialog-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    transition: .6s
}

.search-dialog-box:before {
    content: "";
    position: absolute;
    top: 0;
    height: 0;
    background: rgba(193,171,5,.1);
    transition: .6s;
    left: 0;
    right: 0;
    z-index: 1
}

.search-dialog-box.on:before {
    height: 100%
}

.search-dialog-box .bubbles-bg {
    opacity: 0;
    visibility: hidden;
    display: none
}

.search-dialog-box .search-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    margin: 0;
    background: rgba(0, 0, 0, .7);
    background-size: cover;
    background-repeat: no-repeat;
    transform-origin: center center;
    transition: height .8s cubic-bezier(.77, 0, .175, 1)
}

.search-dialog-box .wrap-inner {
    transform: translateY(100%);
    transition: .6s
}

.header-right .bubbles-bg {
    opacity: 0;
    visibility: hidden;
    transition: all .5s .8s
}

.search-dialog-box .bubbles-bg .bubble {
    position: absolute
}

.search-dialog-box .bubbles-bg .bubble .circle {
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.search-dialog-box .bubbles-bg .bubble1 {
    width: 6%;
    padding-top: 6%;
    left: 26.875%;
    top: -6.67%
}

.search-dialog-box .bubbles-bg .bubble1 .circle {
    border: 1px solid #fff
}

.search-dialog-box .bubbles-bg .bubble2 {
    width: 12px;
    padding-top: 12px;
    left: 13.54%;
    top: 18%
}

.search-dialog-box .bubbles-bg .bubble2 .circle {
    background-color: #ff495f
}

.search-dialog-box .bubbles-bg .bubble3 {
    width: 36px;
    padding-top: 36px;
    left: 8.854%;
    top: 30.55%
}

.search-dialog-box .bubbles-bg .bubble3 .circle {
    background-color: #fff
}

.search-dialog-box .bubbles-bg .bubble4 {
    width: 56.875%;
    padding-top: 56.875%;
    left: -28.6458%;
    top: 51.85%
}

.search-dialog-box .bubbles-bg .bubble4 .circle {
    background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .05) 100%);
    background: -ms-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .05) 100%);
    background: linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .05) 100%)
}

.search-dialog-box .bubbles-bg .bubble5 {
    width: 54px;
    padding-top: 54px;
    left: 26.3%;
    top: 70.83%
}

.search-dialog-box .bubbles-bg .bubble5 .circle {
    background-color: #fff;
    opacity: .1
}

.search-dialog-box .bubbles-bg .bubble6 {
    width: 56.875%;
    padding-top: 56.875%;
    left: 73.4375%;
    top: -52.77%
}

.search-dialog-box .bubbles-bg .bubble6 .circle {
    background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .1) 100%);
    background: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .1) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .1) 100%)
}

.search-dialog-box .bubbles-bg .bubble7 {
    width: 2rem;
    padding-top: 2rem;
    left: 60.9375%;
    top: 18.5%
}

.search-dialog-box .bubbles-bg .bubble7 .circle {
    background-color: #ff495f
}

.search-dialog-box .bubbles-bg .bubble8 {
    width: 1.35rem;
    padding-top: 1.35rem;
    left: 95.83%;
    top: 70.83%
}

.search-dialog-box .bubbles-bg .bubble8 .circle {
    border: 1px solid #fff
}

.search-dialog-box .bubbles-bg .bubble9 {
    width: 16px;
    padding-top: 16px;
    left: 76.5625%;
    top: 96.296%
}

.search-dialog-box .bubbles-bg .bubble9 .circle {
    background-color: #fff
}

.search-dialog-box .bubbles-bg .bubble10 {
    width: 56.875%;
    padding-top: 56.875%;
    left: 71.354%;
    top: 87%
}

.search-dialog-box .bubbles-bg .bubble10 .circle {
    background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .3) 100%);
    background: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .3) 100%)
}

.search-dialog-box .bubbles-bg .bubble {
    animation: spin 8s infinite linear;
    transform-origin: 50% 45%
}

.search-dialog-box .bubbles-bg .bubble:nth-child(2n) {
    animation: spin2 8s infinite linear
}

.search-dialog-box .bubbles-bg .bubble .circle {
    animation: spin-reverse 8s infinite linear
}

.search-dialog-box .bubbles-bg .bubble:nth-child(2n) .circle {
    animation: spin-reverse2 8s infinite linear
}

.search-dialog-box .bubbles-bg .sm-bubble {
    transform-origin: 30% 30px
}

.search-dialog {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2
}

.search-dialog .search-tit {
    font-size: 2.75rem;
    line-height: 3.5rem;
    color: #fff;
    text-align: center;
    overflow: hidden;
    display: none
}

.search-dialog .search-inner {
    overflow: hidden;
    margin-top: 0
}

.search-dialog .search-input {
    width: 50rem;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, .1);
    box-sizing: border-box;
    transition: all .3s;
    max-width: 94%
}

.search-dialog .search-input input[type=text] {
    float: left;
    height: 4.5rem;
    width: calc(100% - 4.5rem);
    background-color: transparent;
    font-size: 1.25rem;
    line-height: .5rem;
    background: #fff;
    text-indent: 1rem;
    color: #333;
    transition: all .3s
}

.search-dialog .search-input input[type=text]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.search-dialog .search-input input[type=text]:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.search-dialog .search-input input[type=text]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.search-dialog .search-input input[type=text]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.search-dialog .search-input input[type=submit],
.search-dialog .search-input .clear-btn {
    float: right;
    height: 4.5rem;
    width: 4.5rem
}

.search-dialog .search-input input[type=submit] {
    background: #1f78bf url('../images25/search_btn.png') no-repeat center;
    background-size: 1.5rem;
    font-size: 0;
}

.search-dialog .search-input .clear-btn {
    background-color: rgba(0, 0, 0, .2);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images25/close-btn.png');
    background-size: 4.5rem;
    border-radius: 100%;
    margin-right: 1rem;
    display: none
}

.search-dialog .search-input.on {
    background-color: #fff
}

.search-dialog .search-input.on input[type=submit] {
    background-image: url('../images25/search-btn2.svg')
}

.search-dialog .hot-search {
    font-size: 0;
    width: 19.5rem;
    margin: .6rem auto 0;
    box-sizing: border-box;
    padding: 0 .6rem;
    overflow: hidden
}

.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top
}

.search-dialog .hot-search .hot-tit {
    font-size: .375rem;
    line-height: .5rem;
    color: #fff;
    font-weight: bold;
    padding-left: .6rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .5rem;
    background-image: url(../images25/hot-icon.png)
}

.search-dialog .hot-link {
    margin-left: 1rem
}

.search-dialog .hot-link a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .375rem;
    line-height: .5rem;
    margin-right: .75rem;
    color: #fff;
    padding-bottom: 5px;
    position: relative
}

.search-dialog .hot-link a:before {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .3s
}

.search-dialog-box .bottom-box {
    position: absolute;
    left: 0;
    bottom: 5.1%;
    width: 100%
}

.search-dialog-box .bottom-box .share-box {
    overflow: hidden
}

.search-dialog-box .bottom-box .copy {
    font-size: .35rem;
    line-height: .5rem;
    color: #fff;
    font-family: "gilroy-regular";
    margin-top: .5rem;
    overflow: hidden
}

.header-right.is-open .bubbles-bg {
    visibility: visible;
    opacity: 1
}

.header-right.is-open .search-btn .con-box {
    display: none
}

.header-right.is-open .close-btn {
    display: block
}

.header-right.is-open .item .search-bg {
    transform: scale(1)
}

.search-dialog-box.on {
    opacity: 1;
    visibility: visible
}

.search-dialog-box.on .search-bg {
    height: 100vh
}

.search-dialog-box.on .bubbles-bg {
    opacity: 1;
    visibility: visible
}

.search-dialog-box.on .wrap-inner {
    transform: translateY(0)
}

.pub-close {
    position: absolute;
    width: 3rem;
    height: 3rem;
    z-index: 10;
    right: 1.5rem;
    top: 1.35rem;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 100%
}

.pub-close .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1c5ab7;
    transform: scale(0);
    border-radius: 100%;
    transition: transform .3s
}

.pub-close i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images25/close_btn.png");
    transition: .6s
}

.pub-close i:hover {
    transform: rotate(180deg)
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spin2 {
    to {
        transform: rotate(-1turn)
    }
}

@keyframes spin-reverse {
    from {
        transform: rotate(1turn)
    }
}

@keyframes spin-reverse2 {
    from {
        transform: rotate(-1turn)
    }
}

.search_btn {
    cursor: pointer
}

.search_btn svg {
    display: inline-block;
    fill: #fff;
    width: 16px;
    height: 16px;
    vertical-align: middle
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spin2 {
    to {
        transform: rotate(-1turn)
    }
}

@keyframes spin-reverse {
    from {
        transform: rotate(1turn)
    }
}

@keyframes spin-reverse2 {
    from {
        transform: rotate(-1turn)
    }
}

.tc_search {
    margin: 0 1.3rem;
    width: calc(100% - 2.6rem);
    position: absolute;
    bottom: 1rem
}

.tc_search .header-search {
    height: 40px;
    border-radius: 0;
    background: rgba(255, 255, 255, .1);
    position: relative;
    width: 100%;
    margin-bottom: 1rem
}

.tc_search input[type="text"]{
    font-size: .875rem;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 1rem;
    box-shadow: none;
    -webkit-appearance: none;
    border-right: 0;
    background: none;
    width: 90%
}

.tc_search input[type="submit"]{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 38px;
    line-height: 38px;
    border: 0;
    font-size: 0;
    background: url(../images25/search_white.svg) center center no-repeat;
    background-size: 1.2rem;
}
.tc_search input::-webkit-input-placeholder {
    color: #fff;
    color: rgba(255, 255, 255, .7)
}

.tc_search input::-moz-placeholder {
    color: #fff;
    color: rgba(255, 255, 255, .7)
}

.tc_search input:-moz-placeholder {
    c color: #fff;
    color: rgba(255, 255, 255, .7)
}

.tc_search input:-ms-input-placeholder {
    color: #fff;
    color: rgba(255, 255, 255, .7)
}

.tc_search input:focus::-webkit-input-placeholder {
    color: transparent
}

.tc_search input:focus:-moz-placeholder {
    color: transparent
}

.tc_search input:focus::-moz-placeholder {
    color: transparent
}

.tc_search input:focus:-ms-input-placeholder {
    color: transparent
}

.box_table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%
}

.box_table_cell {
    display: table-cell;
    vertical-align: middle
}

.box_table_cell * {
    white-space: normal;
    word-wrap: break-word
}

#header {
    height: auto;
    width: 100%;
    transition: 0.36s;
}

.header_top {
    position: relative;
    padding: 0;
    text-align: right;
    z-index: 10000;
    overflow: hidden
}

.header_top .tianqi {
    display: inline-block;
    height: 4rem
}

.header_top .search_btn {
    display: inline-block;
    float: none;
    font-size: 14px;
    color: #fff
}

.search a:hover {
    color: #15d9ab
}

.header_top .search {
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 20
}

.header_top .search .input {
    position: absolute;
    z-index: 1;
    left: auto;
    right: -.5rem;
    top: -12px;
    bottom: auto;
    height: 40px;
    width: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

.header_top .search .input input {
    width: 100%;
    height: 100%;
    font-size: 13px;
    padding: 0 2rem 0 1rem;
    color: #333
}

.header_top .search .btn {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5
}

.header_top .search .btn input {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%
}

.header_top .search .btn svg {
    width: 18px;
    height: 18px;
    fill: #fff
}

.header_top .search:hover .btn svg {
    fill: #6510AD
}

.header_top .search:hover .input {
    width: 16.25rem;
    opacity: 1;
    visibility: visible
}

#header .headerTop {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
    background: #1f78bf;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    opacity: 0;
    transform: translateY(-100%);
    padding: 0 3% 0
}

#header .headerTop .logo2 {
    width: 34% !important
}

#header.xg .headerTop {
    transition: all 0.7s ease-in-out 0.5s;
    transform: none;
    opacity: 1
}

#header .headerTop #logo {
    height: 5rem
}
#header .headerTop #logo a{
    display: block;
}
#header .headerTop #logo img {
    max-width: 100%;
    margin-top: 2px;
}

#header .headerTop .nav {
    height: 5rem
}

#header .headerTop .nav ul.navItem li {
    height: 5rem;
    line-height: 5rem
}

#header .headerTop .nav ul.navItem li ul.subnav {
    top: 5rem
}

#header .headerTop .nav ul.navItem li a {
    color: #fff
}

#header .headerTop .nav ul.navItem li ul p a {
    color: #333
}

#header .headerTop .nav ul.navItem li ul p:hover a {
    color: #fff
}

.header_right {
    padding-top: 1.75rem
}

.header_right.nav_top {
    height: 1.25rem;
    line-height: 1.25rem
}

.header_right .nav_top .top_link {
    color: #fff;
}
.header_right .nav_top .top_link a{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    margin-left: 24px;
}
.header_right .nav_top .top_link a:hover{
    color: #ffd000;
}

.nav {
    text-align: right;
    width: 62%;
}

.nav ul {
    font-size: 0
}

.nav li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 1rem;
    height: 52px;
    line-height: 52px;
    position: relative;
}

.nav ul li>a {
    display: block;
    color: #fff;
    position: relative;
    font-size: 18px;
    font-weight: bold
}

.nav ul>li:hover>a {
    color: #ffd000
}

.nav>ul>li>a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 24px;
    width: 0;
    height: 6px;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    border-radius: 3px
}

.nav>ul>li.on>a:before {
    width: 6px
}

.nav .subnav {
    position: absolute;
    z-index: 10;
    left: -43%;
    top: 52px;
    width: 180%;
    padding: 15px 4px;
    margin-top: 0px;
    background: rgba(255, 255, 255, 0.85);
    border-top: 4px solid #c93533;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    display: none
}

.nav .subnav .arrow {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    display: block;
    margin: 0px auto;
    height: 0;
    width: 0;
    border-bottom: 4px solid #c93533;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    top: -8px
}

.nav ul li .subnav>li {
    padding: 0;
    width: 100%
}

.nav .subnav a {
    display: block;
    padding: 8px 0px;
    line-height: 1.4;
    text-align: center;
    position: relative;
    z-index: 1;
    perspective: 674px;
    transform-style: preserve-3d;
    color: #333;
    font-size: 1rem
}

.nav ul li .subnav>li:hover a {
    color: #fff
}

.nav .subnav a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    width: 100%;
    display: block;
    height: 100%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: rotateX(-70deg);
    transform: rotateX(-70deg);
    z-index: -1;
    transform-origin: center top 0;
    -webkit-transform-origin: center top 0;
    left: 0;
    opacity: 0;
    bottom: 0;
    visibility: hidden;
    background: #c93533
}

.nav .subnav a:hover {
    color: #fff
}

.nav .subnav a:hover:before {
    transform: none;
    opacity: 1;
    visibility: visible
}

#banner {
    position: relative
}

#banner .mask,
.n_banner .mask {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 16.5625rem;
    background: url("../images25/header_mask.png") repeat-x center top;
    z-index: 98;
    background-size: contain
}
.n_banner{
    height: 520px;
}
#banner .nav,.n_banner .nav{
    width: 100%;
}
.banner_top {
    position: absolute;
    top: 0px;
    height: 6.875rem;
    width: 100%;
    z-index: 9999;
    padding: 0 4.25rem
}
.banner_top1{
    padding-top: 18px;
}

.banner_top .logo2 {
    width: 40%
}

#banner .banner_con .swiper-button-prev {
    left: 5.5rem;
    width: 3.125rem;
    height: 3.125rem;
    background: url("../images25/banner_l.png") no-repeat center center;
    background-size: 100% 100%;
    margin-top: -1.5625rem
}

#banner .banner_con .swiper-button-next {
    right: 5.5rem;
    width: 3.125rem;
    height: 3.125rem;
    background: url("../images25/banner_r.png") no-repeat center center;
    background-size: 100% 100%;
    margin-top: -1.5625rem
}

#banner .banner_con .swiper-pagination {
    bottom: 2rem;
    text-align: center;
}

#banner .banner_con .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    text-align: center;
    background: #8fadd4;
    margin: 0 8px;
    opacity: 1;
}

#banner .banner_con .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

#banner .banner_con .swiper-slide img {
    display: block;
    width: 100%;
}

#gotop {
    position: fixed;
    z-index: 90;
    bottom: 2rem;
    right: 1rem;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    width: 3.125rem;
    height: 3.125rem;
    background: url("../images25/back_icon.png") no-repeat;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    background-size: 100% 100%
}

#gotop.hide {
    height: 0;
    opacity: 0;
    visibility: hidden
}

#gotop svg {
    width: 1.375rem;
    height: 1.375rem;
    display: inline-block;
    fill: #fff;
    vertical-align: middle;
    margin: -3px 0 0;
    transition: .6s
}
/*结束-新增样式*/

.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;
}


/* nav */

.pic {
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 1px;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

.pic img:hover {
    transform: scale(1.05);
}



.footer {
    padding: 32px 0 24px;
    background: #1f78bf;
}

.foot-c {
    display: table;
    width: 100%;
}

.foot-l {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
}
.foot-l .footer_logo{
    padding-bottom: 34px;
}
.foot-l .footer_logo img{
    display: block;
    max-width: 100%;
}

.foot-l p:first-child {
    
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #ffffff;
    position: relative;
}
/* .foot-l p:first-child::before{
    content:'';
    position: absolute;
    top: 6px;
    left: 0;
    width: 6px;
    height: 24px;
    background-color: #ffffff;
} */
.c-line{
    display: inline-block;
    width: 6px;
    height: 24px;
    background-color: #ffffff;
    vertical-align:-3px;
    margin-right: 10px;
}
.foot-l p {
    font-size: 14px;
    line-height: 36px;
    color: #ffffff;
}
.foot-l p span{
    font-size: 18px;
    font-weight: bold;
}
.foot-l p.p1{
    padding-left: 22px;
    background:url("../images25/lxwm_icon1.png") no-repeat left center;
}
.foot-l p.p2{
    padding-left: 22px;
    background:url("../images25/lxwm_icon2.png") no-repeat left center;
}
.foot-l p.p3{
    padding-left: 22px;
    background:url("../images25/lxwm_icon3.png") no-repeat left center;
}
.foot-m{
    float: left;
    width: 80%;
}
.foot-m ul li{
    float: left;
    width: 20%;
    height: 36px;
    line-height: 36px;
}
.foot-m ul li a{
    color: #fff;
    font-size: 14px;
}
.foot-m ul li:hover a{
    font-size: 15px;
}
.foot-r {
   float: right;
}
.foot-r ul li{
    float: left;
    
}

.ewm img{
    width: 100%;
    height: 100%;
    display: block;
}
.foot-r ul li p{
    font-size: 14px;
    line-height: 36px;
    color: #ffffff;
    text-align: center;
}
.copyright{
    background-color: #17529e;
    padding: 20px 0;
}
.copyright p{
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.copyright p a{
    color: #fff;
}
@media screen and (max-width:1680px) {
    #banner .banner_con .swiper-button-prev{
        left: 10px;
        width: 2.5rem;
        height: 2.5rem;
    }
    #banner .banner_con .swiper-button-next{
        right: 10px;
        width: 2.5rem;
        height: 2.5rem;
    }
    .n_banner{height: 500px}
    #header .headerTop .logo2{
        width: 30% !important;
    }
    .nav{width: 64%;}
    .nav ul li>a{font-size: 16px;}
}
@media screen and (max-width:1420px) {
    .px1400 {
        padding-left: 12px;
        padding-right: 12px;
    }
    .n_banner{height: 480px}
    #header .headerTop{padding: 0 20px 0;}
    .nav{width: 66%;}
    .nav>ul>li>a {
        font-size: 15px;
    }
    .news-box{
        padding: 32px 0 30px 0;
    }
    .foot-m{
        margin-left: 4%;
    }
}
@media screen and (max-width:1360px) {
     .n_banner{height: 440px}
}
@media screen and (max-width:1200px) {

    html,
    body {
        font-size: 14px;
    }

    body {
        padding-top: 60px;
    }
    #header{
        display: none;
    }
    #banner .mask, .n_banner .mask{
        display: none;
    }
    #banner .banner_con .swiper-pagination{
        bottom: 1rem;
    }
    #banner .banner_con .swiper-pagination .swiper-pagination-bullet{
        width: 12px;
        height: 12px;
    }
    .banner_top{
        display: none;
    }
     .n_banner{height: 360px}
    .pc {
        display: none;
    }

    .wap {
        display: block;
    }

    .top {
        max-width: 1920px;
        margin: 0 auto;
        position: fixed;
        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;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #1f78bf;
        padding: 10px;
        z-index: 999;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    }

    .m-logo {
        font-size: 0;
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }

    .m-logo img {
        max-height: 40px;
        max-width: 85%;
        line-height: 40px;
        vertical-align: middle;
    }

    .m-tlink {
        padding: 10px 15px 0 15px;
    }

    .m-tlink a {
        font-size: 12px;
        margin-right: 10px;
        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;
        border: 1px solid #fff;
        border: 1px solid rgba(255, 255, 255, 0.5);
        margin-top: 15px;
    }

    .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;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #1f78bf;
        overflow-y: scroll;
        border-top: 1px solid #fff;
    }

    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }

    .m-nav ul li {
        border-bottom: 1px solid #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        position: relative;
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }

    .m-nav ul li ul {
        display: none;
        overflow: hidden;
    }

    .m-nav ul li ul li {
        border: none;
        float: left;
        width: 33%;
    }

    .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(../images25/m-nav_down.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;
    }
    .footer{
        padding: 0;
    }
    .foot-l .footer_logo{
        padding-bottom: 24px;
    }
    .foot-l .footer_logo img{
        margin: 0 auto;
    }
    .foot-l p.p1{
        padding-left: 0;
        background: none;
    }
    .foot-l p.p2{
        padding-left: 0;
        background: none;
    }
    .foot-l p.p3{
        padding-left: 0;
        background: none;
    }
    .foot-l p.p3 span{
        font-size: 14px;
        font-weight: normal;
    }
    .foot-c{
        padding: 15px 0;
    }

    .foot-c {
        display: block;
    }

    .foot-l {
        display: block;
        text-align: center;
        width: auto;
        margin-bottom: 8px;
    }

    
    .foot-r{
        float: none;
        width: 100%;
    }
    .foot-r ul{
        display: block;
        width: 100%;
        text-align: center;
    }
    .foot-r ul li{
        float: none;
        display: inline-block;
        margin: 0 8px;
    }
    .copyright p{
        font-size: 13px;
    }
    .c-line{display: none;}

}
@media screen and (max-width:1024px) {
     .n_banner{height: 320px}
     .foot-m{
        margin-bottom: 12px;
        margin-left: 0;
        width: 100%;
     }
     .foot-m ul li{
        width: 25%;
        text-align: center;
     }
}
@media screen and (max-width:992px) {
     .n_banner{height: 300px}
}
@media screen and (max-width:768px) {
     .n_banner{height: 240px}
}
@media screen and (max-width:600px) {
     .n_banner{height: 180px}
     .foot-m ul li{width: 33.3333%;}
}
@media screen and (max-width:465px) {
     .n_banner{height: 140px}
}