body {
    font: 14px/1.571429 "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial, sans-serif;
    color: #333;
}

li,
ol,
ul {
    list-style-type: none
}

* {
    margin: 0;
    padding: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

img {
    border: none;
    vertical-align: middle;
    transition: all 0.5s;
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: #4990e2;
}

em,
i {
    font-style: normal;
}

p {
    text-align: justify;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

input,
textarea,
select {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
p {
    line-height: 1.1;
}

.w {
    width: 1520px;
    margin: 0 auto;
}

.ellipsis-1 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.main {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.header {
    height: 175px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    background: url(/lib/template/static/css/../images/hbj.png) top no-repeat;
    background-size: 100% 100%;
}

.header-top {
    padding: 25px 0 0;
    height: 46px;
    transition: all 0.5s;
}

.header-top .ixsearch {
    height: 46px;
}

.header-top .ixsearch .text {
    margin-right: 20px;
    height: 44px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.ss {
    position: absolute;
    top: 23%;
    left: 8%;
    width: 16px;
    height: 16px;
}

.ss img {
    width: 100%;
}

.header-top .ixsearch .text input {
    height: 44px;
    text-indent: 20%;
    border: #fff solid 1px;
    background: none;
    border-radius: 44px;
    font-size: 18px;
    color: #fff;
}

.header-top .ixsearch .text input:-moz-placeholder {
    color: #fff;
}

.header-top .ixsearch .text input:-ms-input-placeholder {
    color: #fff;
}

.header-top .ixsearch .text input::-webkit-input-placeholder {
    color: #fff;
}

.header-top .ixsearch .sel {
    margin-right: 20px;
    height: 44px;
    border: #fff solid 1px;
    z-index: 2;
    position: relative;
    background: none;
    border-radius: 44px;
    width: 94px;
    display: inline-block;
    vertical-align: middle;
}

.header-top .ixsearch .sel::after {
    content: "";
    width: 18px;
    height: 18px;
    background: url(/lib/template/static/css/../images/ixico2.png) no-repeat;
    position: absolute;
    right: 10px;
    top: 10px;
}

.header-top .ixsearch .sel .selcon {
    line-height: 44px;
    padding-left: 20px;
    color: #fff;
    font-size: 18px;
}

.header-top .ixsearch .sel ul {
    width: 90px;
    display: none;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -45px;
    top: 45px;
    box-shadow: 0 0 5px #ddd;
}

.header-top .ixsearch .sel ul li {
    line-height: 36px;
    padding-left: 20px;
    font-size: 18px;
    cursor: pointer;
}

.header-top .ixsearch .sel ul li:hover {
    color: #4990e2;
}

.header-top .ixsearch .sel:hover ul {
    display: block;
}

.header-top .ixsearch .sbtn {
    height: 44px;
    padding: 1px;
    display: inline-block;
    vertical-align: middle;
}

.header-top .ixsearch .sbtn input {
    height: 44px;
    width: 96px;
    text-align: center;
    border: none;
    background: #4990e2;
    border-radius: 44px;
    font-size: 18px;
    color: #fff;
}

.header-con {
    height: 103px;
}

.logo {
    width: 300px;
    float: left;
    margin-top: 11px;
}

.logo img {
    width: 300px;
}

.navico {
    display: none;
}

.navwrap {
    height: 103px;
    text-align: center;
}

.nav ul {
    font-size: 0
}

.nav li {
    display: inline-block;
    position: relative;
    height: 103px;
}

.nav li a {
    height: 103px;
    line-height: 103px;
    text-align: center;
    padding: 0 15px;
    font-size: 24px;
    color: #fff;
    display: block;
}

.nav li.active {
    border-bottom: #fff 3px solid;
}


/*.nav li.active a {color: #4990e2;}*/

.nav li .navitem {
    display: none;
    position: absolute;
    left: auto;
    right: -250%;
    top: 103px;
    width: 1000px;
    height: 300px;
    box-shadow: 0 0 8px #aaa;
    background: url(/lib/template/static/css/../images/navbg.png) right bottom no-repeat #fff;
}

.nav li a i {
    content: "";
    width: 0;
    height: 0;
    border: transparent solid 12px;
    display: none;
    z-index: 2;
    border-bottom: #fff solid 12px;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: 79px;
}

.nav li .navitem img {
    width: 300px;
    height: 220px;
    position: absolute;
    left: 40px;
    top: 40px;
}

.nav li .navitem p {
    padding: 40px 0 0 350px;
}

.nav li .navitem p a {
    width: 25%;
    line-height: 20px;
    float: left;
    padding: 0;
    height: 50px;
    font-size: 21px;
    color: #666;
    display: block;
}

.nav li .navitem p a:hover {
    color: #4990e2;
}

.nav li:hover .navitem {
    display: block;
}

.nav li:hover a i {
    display: block;
}

.header.on .header-top {
    background: #fff;
    padding: 10px 0;
}

.header.on .header-top .ixsearch .text input {
    border: #dedede solid 1px;
    color: #666;
}

.header.on .header-top .ixsearch .sel {
    border: #dedede solid 1px;
}

.header.on .header-top .ixsearch .sel .selcon {
    color: #666;
}

.header.on .header-top .ixsearch .text input:-moz-placeholder {
    color: #666;
}

.header.on .header-top .ixsearch .text input:-ms-input-placeholder {
    color: #666;
}

.header.on .header-top .ixsearch .text input::-webkit-input-placeholder {
    color: #666;
}

.header.on .header-con {
    background: #407ec5;
}

.header.on .nav li a {
    color: #fff;
}

.header .nav li:hover a {
    color: #e3f0ff;
}

.header .nav li .navitem p a {
    color: #666;
}

.header .nav li .navitem p a:hover {
    color: #4990e2;
}

.banner img {
    width: 100%;
    display: block;
}

.banner img.mbanner {
    display: none;
}

.banner .swiper-pagination-bullet {
    background: #fff;
    width: 40px;
    height: 4px;
    border-radius: 4px;
}

.banner .swiper-pagination-bullet-active {
    background: #4990e2;
}

.banner .swiper-slide {
    position: relative;
}

.banner .txt {
    position: absolute;
    left: 50%;
    margin-left: -500px;
    top: 490px;
    width: 1000px;
}

.banner .txt img {
    width: auto;
}

.banner .txt h1 {
    font-size: 57px;
    color: #fff;
    text-align: center;
}

.banner .txt p {
    padding-top: 45px;
    font-size: 34px;
    color: #fff;
    text-align: center;
}

.banner .swiper-button-prev {
    width: 60px;
    height: 72px;
    background: url(/lib/template/static/css/../images/b-left.png) no-repeat;
    position: absolute;
    left: 140px;
    top: 520px;
}

.banner .swiper-button-next {
    width: 60px;
    height: 72px;
    background: url(/lib/template/static/css/../images/b-right.png) no-repeat;
    position: absolute;
    right: 140px;
    top: 520px;
}

.footer {
    background: #25252f;
}

.footer-top {
    padding: 65px 0;
}

.footer-top .footlink {
    position: absolute;
    right: 0;
    top: 0;
}

.footer-top .footlink dl {
    float: left;
    padding: 0 40px;
    position: relative;
    max-width: 180px;
}

.footer-top .footlink dl::after {
    content: "";
    width: 2px;
    height: 20px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 7px;
}

.footer-top .footlink dl:last-child::after {
    display: none;
}

.footer-top .footlink dl dt {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}

.footer-top .footlink dl dt a {
    color: #fff;
    font-size: 20px;
    display: block;
    text-align: center;
}

.footer-top .footlink dl dd a {
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    display: block;
    text-align: center;
}

.footer-top .footlink dl dd a:hover {
    color: #4990e2;
}

.footer-top .footlink dl.pserv dd a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}

.foot-txt h1 {
    margin-bottom: 26px;
}

.foot-txt h1 img {
    width: 300px;
}

.foot-txt p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

.foot-txt p a {
    color: #fff;
}

.foot-txt p a:hover {
    text-decoration: underline;
}

.c01 {
    position: relative;
}

.c02 {
    position: absolute;
    top: -180%;
    right: 120%;
    width: 150px;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
}

.c02 img {
    width: 100%;
}

.c02 i {
    content: "";
    width: 0;
    height: 0;
    border: transparent solid 12px;
    z-index: 2;
    border-left: #fff solid 12px;
    position: absolute;
    left: 100%;
    margin-left: 0;
    top: 40%;
}

.ewmwx {
    display: none;
}

.ewmwb {
    display: none;
}

.ewmdy {
    display: none;
}

.wx:hover .ewmwx {
    display: block;
}

.wb:hover .ewmwb {
    display: block;
}

.dy:hover .ewmdy {
    display: block;
}

.logo {
    position: absolute;
    top: -65px;
}

.sublogo {
    position: absolute;
    top: -30px;
    left: 20%;
}

@media screen and (max-width: 1000px) {
    .w {
        width: 100%;
    }
    .header {
        height: 3.125rem;
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9;
    }
    .header-top {
        padding: 25px 0 0;
        display: none;
        height: 46px;
        transition: all 0.5s;
    }
    .header-top .ixsearch {
        height: 46px;
    }
    .header-top .ixsearch .text {
        margin-right: 20px;
        height: 44px;
        display: inline-block;
        vertical-align: middle;
    }
    .header-top .ixsearch .text input {
        height: 44px;
        text-indent: 20px;
        border: #fff solid 1px;
        background: none;
        border-radius: 44px;
        font-size: 18px;
        color: #fff;
    }
    .header-top .ixsearch .sel {
        margin-right: 20px;
        height: 44px;
        border: #fff solid 1px;
        z-index: 2;
        position: relative;
        background: none;
        border-radius: 44px;
        width: 94px;
        display: inline-block;
        vertical-align: middle;
    }
    .header-top .ixsearch .sel::after {
        content: "";
        width: 18px;
        height: 18px;
        background: url(/lib/template/static/css/../images/ixico2.png) no-repeat;
        position: absolute;
        right: 10px;
        top: 10px;
    }
    .header-top .ixsearch .sel .selcon {
        line-height: 44px;
        padding-left: 20px;
        color: #fff;
        font-size: 18px;
    }
    .header-top .ixsearch .sel ul {
        width: 90px;
        display: none;
        background: #fff;
        position: absolute;
        left: 50%;
        margin-left: -45px;
        top: 45px;
        box-shadow: 0 0 5px #ddd;
    }
    .header-top .ixsearch .sel ul li {
        line-height: 36px;
        padding-left: 20px;
        font-size: 18px;
        cursor: pointer;
    }
    .header-top .ixsearch .sel ul li:hover {
        color: #4990e2;
    }
    .header-top .ixsearch .sel:hover ul {
        display: block;
    }
    .header-top .ixsearch .sbtn {
        height: 44px;
        padding: 1px;
        display: inline-block;
        vertical-align: middle;
    }
    .header-top .ixsearch .sbtn input {
        height: 44px;
        width: 96px;
        text-align: center;
        border: none;
        background: #4990e2;
        border-radius: 44px;
        font-size: 18px;
        color: #fff;
    }
    .header-con {
        height: 3.125rem;
        padding: 0;
    }
    .logo {
        width: 9.375rem;
        float: left;
        margin-top: 0.35rem;
        padding-left: 0.3125rem;
        top: 0;
    }
    .logo img {
        width: 9.375rem;
    }
    .sublogo {
        display: none;
    }
    .navico {
        width: 3.125rem;
        display: block;
        height: 3.125rem;
        z-index: 2;
        right: 0;
        top: 0;
        background: url(/lib/template/static/css/../images/menu.png) center center no-repeat;
        background-size: 50%;
        position: absolute;
    }
    .navclose {
        width: 3.125rem;
        display: none;
        height: 3.125rem;
        z-index: 2;
        right: 0;
        top: 0;
        background: url(/lib/template/static/css/../images/menu2.png) center center no-repeat;
        background-size: 50%;
        position: absolute;
    }
    .navwrap {
        right: 0px;
        top: 0;
        height: auto;
        position: absolute;
        display: none;
        width: 100%;
        background: #fff;
        padding-top: 3.125rem;
    }
    .nav ul {
        font-size: 0
    }
    .nav li {
        display: block;
        position: relative;
        height: auto;
        border-bottom: #dedede solid 0.03125rem;
        width: 100%;
        padding: 0.3125rem 0;
    }
    .nav li a {
        height: 1.5625rem;
        line-height: 1.5625rem;
        text-align: center;
        padding: 0 0.46875rem;
        font-size: 0.875rem;
        color: #666;
        display: block;
    }
    .nav li.active a {
        color: #4990e2;
    }
    .nav li .navitem {
        display: none;
        position: inherit;
        left: auto;
        right: auto;
        top: auto;
        width: 100%;
        height: auto;
        box-shadow: 0 0 0 #fff;
        background: none;
    }
    .nav li a i {
        content: "";
        display: none;
        width: 0;
        height: 0;
        border: transparent solid 12px;
        border-bottom: #fff solid 12px;
        position: absolute;
        left: 50%;
        margin-left: -6px;
        top: -24px;
    }
    .nav li .navitem img {
        width: 300px;
        height: 220px;
        display: none;
        position: absolute;
        left: 40px;
        top: 40px;
    }
    .nav li .navitem p {
        padding: 0.9375rem 0.625rem;
    }
    .nav li .navitem p a {
        width: 48%;
        line-height: 1.5625rem;
        float: left;
        margin-right: 4%;
        margin-bottom: 0.5rem;
        background: #eee;
        border-radius: 0.15625rem;
        padding: 0;
        height: 1.5625rem;
        font-size: 0.75rem;
        color: #666;
        display: block;
    }
    .nav li .navitem p a:hover {
        color: #4990e2;
    }
    .nav li .navitem p a:nth-child(2n) {
        margin-right: 0;
    }
    .nav li:hover .navitem {
        display: block;
    }
    .nav li:hover a i {
        display: none;
    }
    .header.on .header-top {
        background: #fff;
        padding: 10px 0;
    }
    .header.on .header-top .ixsearch .text input {
        border: #dedede solid 1px;
        color: #666;
    }
    .header.on .header-top .ixsearch .sel {
        border: #dedede solid 1px;
    }
    .header.on .header-top .ixsearch .sel .selcon {
        color: #666;
    }
    .header.on .header-con {
        background: #407ec5;
    }
    .header.on .nav li a {
        color: #fff;
    }
    .header .nav li:hover a {
        color: #4990e2;
    }
    .header .nav li .navitem p a {
        color: #666;
    }
    .header .nav li .navitem p a:hover {
        color: #4990e2;
    }
    .header.curr .navico {
        display: none !important;
    }
    .header.curr .navclose {
        display: block !important;
    }
    .header.curr .nav li a {
        color: #333 !important;
    }
    .banner img {
        width: 100%;
        display: block;
    }
    .banner img.mbanner {
        display: none;
    }
    .banner .swiper-pagination-bullet {
        background: #fff;
        width: 40px;
        height: 4px;
        border-radius: 4px;
    }
    .banner .swiper-pagination-bullet-active {
        background: #4990e2;
    }
    .banner .swiper-slide {
        position: relative;
    }
    .banner .txt {
        position: absolute;
        left: 0.625rem;
        margin-left: 0;
        top: 5rem;
        width: 100%;
    }
    .banner .txt img {
        width: auto;
    }
    .banner .txt h1 {
        font-size: 1.25rem;
        color: #fff;
        text-align: center;
    }
    .banner .txt p {
        padding-top: 0.625rem;
        font-size: 0.75rem;
        color: #fff;
        text-align: center;
    }
    .banner .swiper-button-prev {
        width: 60px;
        height: 72px;
        background: url(/lib/template/static/css/../images/b-left.png) no-repeat;
        position: absolute;
        left: 140px;
        top: 520px;
    }
    .banner .swiper-button-next {
        width: 60px;
        height: 72px;
        background: url(/lib/template/static/css/../images/b-right.png) no-repeat;
        position: absolute;
        right: 140px;
        top: 520px;
    }
    .footer {
        background: #25252f;
    }
    .footer-top {
        padding: 2.03125rem 0.3125rem;
    }
    .footer-top .footlink {
        position: inherit;
        right: auto;
        top: auto;
    }
    /*.footer-top .footlink dl {float: left; padding: 0; position: relative; width: 33.333%; max-width: 100%; margin-bottom: 1rem;}*/
    .footer-top .footlink dl {
        float: left;
        padding: 0;
        position: relative;
        width: 100%;
        max-width: 100%;
        margin-bottom: 1rem;
        text-align: center;
    }
    .footer-top .footlink dd {
        width: 32%;
        display: inline-block;
    }
    .footer-top .footlink dl::after {
        content: "";
        width: 0.0625rem;
        display: none;
        height: 0.625rem;
        background: #fff;
        position: absolute;
        right: 0;
        top: 0.21875rem;
    }
    .footer-top .footlink dl:last-child::after {
        display: none;
    }
    /*.footer-top .footlink dl:nth-child(4) {width: 68%}
.footer-top .footlink dl:nth-child(5) {width: 32%}*/
    .footer-top .footlink dl:nth-child(4) {
        width: 100%
    }
    .footer-top .footlink dl:nth-child(5) {
        width: 100%
    }
    .footer-top .footlink dd.clearfix {
        width: 100%;
    }
    #pb dd {
        width: 100%;
    }
    .footer-top .footlink dl dt {
        font-size: 0.75rem;
        color: #fff;
        margin-bottom: 0.625rem;
    }
    .footer-top .footlink dl dt a {
        color: #fff;
        font-size: 0.75rem;
        display: block;
        text-align: center;
    }
    .footer-top .footlink dl dd a {
        color: #fff;
        font-size: 0.625rem;
        line-height: 1.5;
        display: block;
        text-align: center;
    }
    .footer-top .footlink dl dd a:hover {
        color: #4990e2;
    }
    /*.footer-top .footlink dl.pserv dd a {display: inline-block; vertical-align: middle; padding: 0 5px;}*/
    .footer-top .footlink dl.pserv dd a {
        display: inline-block;
        vertical-align: middle;
        padding: 0 5px;
        width: 27%;
    }
    .foot-txt h1 {
        margin-bottom: 0.8125rem;
        text-align: center;
    }
    .foot-txt h1 img {
        width: 9.375rem;
        display: inline-block;
    }
    .foot-txt p {
        color: #fff;
        font-size: 0.75rem;
        line-height: 1.5;
        text-align: center;
    }
    .foot-txt p a {
        color: #fff;
    }
    .foot-txt p a:hover {
        text-decoration: underline;
    }
    .c02 {
        position: absolute;
        top: auto;
        bottom: 200%;
        right: 0;
        width: auto;
        padding: 5px;
        background: #fff;
        border-radius: 5px;
    }
    .c02 i {
        content: "";
        width: 0;
        height: 0;
        border: transparent solid 12px;
        z-index: 2;
        border-top: #fff solid 12px;
        position: absolute;
        left: 40%;
        margin-left: 0;
        top: 100%;
    }
    .qtymz {
        background: none;
        position: relative;
    }
    .qtym {
        background: url("/lib/template/static/css/../images/bj01.png") no-repeat;
        background-size: 100% 100%;
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
    }
    .header.on .qtym {
        background: url("/lib/template/static/css/../images/bj01.png") no-repeat;
        background-size: 100% 100%;
    }
    .newslm {
        padding: 0 0 8%;
    }
    .newslmlb {
        width: 100%;
        background: #F0F2F3;
        text-align: center;
    }
    .newslmlb ul li {
        padding: 3%;
        display: inline-block;
    }
    .newslmlb ul .active a {
        color: #4A90E2;
    }
    .newslmlb ul li:hover a {
        color: #4A90E2;
    }
    .newslmlb ul li a {
        font-size: 0.875rem;
        font-family: SourceHanSansCN-Normal, SourceHanSansCN;
        font-weight: 400;
        color: #666666;
        line-height: 51px;
    }
    .newsnrlb {
        width: 95%;
        margin: 0 auto;
        background: #fff;
    }
    .newslmnrlb {
        background: #FFFFFF;
        text-align: center;
        height: auto;
        overflow: hidden;
        padding: 5%;
        border-bottom: 2px solid #00000020;
    }
    .newslmnrlbrq {
        width: 100%;
    }
    .newslmnrlbrq h2 {
        font-size: 3.5em;
        font-family: Arial-BoldMT, Arial;
        font-weight: normal;
        color: #999999;
        line-height: 74px;
    }
    .newslmnrlbrq p {
        font-size: 1.5em;
        font-family: DINAlternate-Bold, DINAlternate;
        font-weight: bold;
        color: #999999;
        line-height: 28px;
        text-align: center;
    }
    .newslmnrlbtp {
        width: 100%;
        margin: 4% 0;
    }
    .newslmnrlbtp img {
        width: 80%;
    }
    .newslmnrlbwz {
        width: 100%;
    }
    .newslmnrlbwz h3 {
        font-size: 22px;
        font-family: SourceHanSansCN-Medium, SourceHanSansCN;
        font-weight: 500;
        color: #666666;
        line-height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .newslmnrlbwz p {
        font-size: 16px;
        font-family: SourceHanSansCN-Normal, SourceHanSansCN;
        font-weight: 400;
        color: #999999;
        line-height: 32px;
        margin: 6px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .newslmnrlb:hover {
        background: #4A90E2;
        border: 1px solid #979797;
    }
    .newslmnrlb:hover .newslmnrlbtp {
        display: none;
    }
    .newslmnrlb:hover h2 {
        color: #FFFFFF;
    }
    .newslmnrlb:hover p {
        color: #FFFFFF;
    }
    .newslmnrlb:hover h3 {
        color: #FFFFFF;
    }
    .newslmnrlb:hover .newslmnrlbrq {
        margin-bottom: 4%;
    }
    .fy {
        font-size: 16px;
        font-family: SourceHanSansCN-Normal, SourceHanSansCN;
        font-weight: 400;
        color: #666666;
        line-height: 24px;
        margin: 8% 0 2% 0;
        position: relative;
        text-align: center;
        line-height: 30px;
    }
    .fytj,
    .fytj>div {
        display: inline-block;
    }
    .fylb {
        margin: 10px 20px;
    }
    .fyan {
        background: #FFFFFF;
        color: #666666;
        width: 30px;
        height: 30px;
        margin: 0 5px;
        border: 1px solid #99999950;
    }
    .fyym {
        background: #FFFFFF;
        color: #666666;
        width: 30px;
        height: 30px;
        margin: 0 5px;
        border: 1px solid #99999950;
    }
    .fysl {
        border: none;
        background: none;
        color: #666666;
        margin: 0 5px;
    }
    .fytz input {
        width: 30px;
        height: 30px;
        border: 1px solid #99999950;
        color: #666666;
        text-align: center;
        margin: 0 5px;
    }
    .fytzan {
        width: 60px;
        height: 30px;
        background: #4A90E2;
        margin: 0 15px;
    }
    .fytzan a {
        color: #FFFFFF;
    }
    .fyym:hover {
        background: #4A90E2;
        color: #FFFFFF;
    }
    .fyym:hover a {
        color: #FFFFFF;
    }
    .newsxq {
        font-family: SourceHanSansCN-Normal, SourceHanSansCN;
        font-weight: 400;
        width: 90%;
        margin: 5% auto;
    }
    .newsxqlj {
        font-size: 18px;
        color: #999999;
        line-height: 27px;
    }
    .newsxq h2 {
        font-size: 32px;
        font-weight: 500;
        color: #000001;
        line-height: 42px;
        -webkit-background-clip: text;
        text-align: center;
        margin: 3% 0;
    }
    .newsxqljxx {
        text-align: center;
        margin-bottom: 5%;
    }
    .newsxqljxx p {
        font-size: 14px;
        color: #999999;
        line-height: 21px;
        -webkit-background-clip: text;
        display: inline-block;
    }
    .newsxqnr {
        text-align: center;
    }
    .newsxqnr div {
        font-size: 16px;
        color: #666666;
        line-height: 28px;
        text-align: left;
        margin: 5% 0;
    }
    .newsxqnr img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    .newsxqnr div span {
        font-size: 14px;
        font-weight: 500;
        color: #666666;
        line-height: 28px;
    }
    .newsxqxx {
        width: 90%;
        margin: 0 auto;
        background: #F0F2F3;
        padding: 2%;
        font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    }
    .newsxqxx h1 {
        font-size: 32px;
        font-weight: 500;
        color: #000001;
        line-height: 42px;
        -webkit-background-clip: text;
        text-align: center;
        margin: 4% 0;
    }
    .newsxqxxlb {
        height: auto;
        overflow: hidden;
        margin: 5% 0;
    }
    .newsxqxxlbrq {
        background: #4A90E2;
        width: 15%;
        text-align: center;
        float: left;
        height: 80px;
        padding: 20px 0;
        vertical-align: middle;
    }
    .newsxqxxlbrq h2 {
        font-size: 40px;
        font-family: Arial-BoldMT, Arial;
        font-weight: normal;
        color: #FFFFFF;
        line-height: 45px;
    }
    .newsxqxxlbrq p {
        font-size: 16px;
        font-family: DINAlternate-Bold, DINAlternate;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 19px;
        text-align: center;
    }
    .newsxqxxlbwz {
        width: 80%;
        float: right;
        height: 120px;
        padding-left: 3%;
    }
    .newsxqxxlbwz h3 {
        font-size: 22px;
        font-family: SourceHanSansCN-Medium, SourceHanSansCN;
        font-weight: 500;
        color: #4A90E2;
        line-height: 33px;
        margin: 2% 0;
    }
    .newsxqxxlbwz p {
        font-size: 16px;
        font-family: SourceHanSansCN-Normal, SourceHanSansCN;
        font-weight: 400;
        color: #666666;
        line-height: 30px;
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin: 2% 0;
    }
    .fdtc {
        position: fixed;
        top: 25%;
        left: 0;
    }
    .fdtclb {
        width: 40%;
        height: 40%;
    }
    .fdtclb img {
        width: 100%;
    }
}

@media screen and (max-width: 420px) {
    .newsxq h2 {
        font-size: 24px;
    }
    .newsxqxx h1 {
        font-size: 26px;
    }
}

@media screen and (max-width: 360px) {
    .newsxqxxlbwz h3 {
        font-size: 18px;
    }
    .newsxqxxlbwz p {
        line-height: 25px;
    }
}

.screen-reader-text {
    display: none;
}

.page-numbers {
    padding: 5px 10px;
    border: 1px solid #ddd;
    margin-right: 10px;
}

.current {
    background-color: #4A90E2;
    color: #fff;
}

.newsxqnr p {
    line-height: 2;
}

.nav li .navitem.dw00 {
    left: -110px;
}

.nav li .navitem.dw01 {
    left: -110px;
}

.nav li .navitem.dw02 {
    left: -110px;
}

.nav li .navitem.dw010 {
    left: -590px;
}

.wp-video video {
    /*margin-left: calc(50% - 100px);*/
}

.newsxqnr img {
    /*width: auto;*/
    max-width: 100%;
}

@media screen and (max-width: 1000px) {
    .wp-video {
        width: 100% !important;
    }
    .wp-video video {
        width: 100%;
        margin-left: 0;
    }
    .newsxqnr img {
        width: 100%;
        max-width: 100%;
        margin: 2% 0;
    }
    .newsxqnr .p {
        text-indent: initial !important;
    }
}

@media (min-width: 600px) {
    .blocks-gallery-grid.columns-3 .blocks-gallery-image,
    .blocks-gallery-grid.columns-3 .blocks-gallery-item,
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc(33% - .66667em) !important;
    }
}



/*2022-3-28*/

@media print {
    .newsxq,.newsxqnr{width:100%;display:block}
    .w{width:90%}
    .newsxqxx,.newsxqljxx,.newsxqlj{display: none}
  
   img{text-align: center}
   .footer,.fdtc,.header{display: none;}
   .newsxq h2{text-align: center;line-height:4}

   /*.newsxqnr{width: 500px;margin: 0 auto}*/

}

/*2023-3-15*/
.change0315.footer-top{min-height: 275px}