article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
    outline: none;
}

body {
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body a {
    outline: none;
    /* blr: expression(this.onFocus=this.blur()); */
}

a:focus {
    outline: thin dotted;
    text-decoration: none;
}

a:link {
    text-decoration: none;
    outline: none;
    color: #333;
}

a:visited {
    text-decoration: none;
    outline: none;
    color: #828487;
}

a:hover {
    text-decoration: none;
    outline: none;
    color: #FF7600;
}

a:active {
    text-decoration: none;
    outline: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

p,
pre {
    margin: 1em 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl,
menu,
ol,
ul {
    margin: 0 0;
}

dd {
    margin: 0 0 0 0;
}

menu,
ol,
ul {
    padding: 0 0 0 0;
    list-style: none;
    list-style-image: none;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}

button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}


button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}


input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    display: block !important;
    float: none !important;
    clear: both;
    overflow: hidden;
    width: auto !important;
    height: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0
}

::-webkit-input-placeholder {
    color: #b4b4b4;
}

::-ms-input-placeholder {
    color: #b4b4b4;
}

.clearfix:after {
    content: "";
    overflow: hidden;
    display: block;
    height: 0px;
    clear: both;
}

.dn {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

html,
body {
    font-family: Arial, Helvetica, sans-serif, 'Microsoft YaHei', PingFangSC-Regular, 'Hiragino Sans GB', 'Droid Sans Fallback', 'WenQuanYi Micro Hei';
}

body {
    font-size: .16rem !important;
    line-height: 1.50;
    color: #333;
    position: relative;
    overflow-x: hidden;
}

a:hover {
    text-decoration: none;
}

em {
    font-style: normal;
}

section {
    background-color: #ffffff;
    padding: 40px 0 60px;
    margin: 0;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.container {
    width: 1400px;
    margin: 0 auto;
}

.m-t-10 {
    margin-top: .1rem;
}

.m-t-20 {
    margin-top: .2rem;
}

.m-t-30 {
    margin-top: .3rem;
}

.m-t-40 {
    margin-top: .4rem;
}

.m-t-50 {
    margin-top: .5rem;
}

.m-t-60 {
    margin-top: .6rem;
}

.m-t-90 {
    margin-top: .9rem;
}

.m-b-10 {
    margin-bottom: .1rem;
}

.m-b-20 {
    margin-bottom: .2rem;
}

.m-b-30 {
    margin-bottom: .3rem;
}

.m-b-40 {
    margin-bottom: .4rem;
}

.m-b-50 {
    margin-bottom: .5rem;
}

.m-b-90 {
    margin-bottom: .9rem;
}

.p-t-10 {
    padding-top: .1rem;
}

.p-t-20 {
    padding-top: .2rem;
}

.p-t-30 {
    padding-top: .3rem;
}

.p-t-40 {
    padding-top: .4rem;
}

.p-t-50 {
    padding-top: .5rem;
}

.p-t-90 {
    padding-top: .9rem;
}

.p-b-10 {
    padding-bottom: .1rem;
}

.p-b-20 {
    padding-bottom: .2rem;
}

.p-b-30 {
    padding-bottom: .3rem;
}

.p-b-40 {
    padding-bottom: .4rem;
}

.p-b-50 {
    padding-bottom: .5rem;
}

.p-b-90 {
    padding-bottom: .9rem;
}

.text-nowrap-ellipsis,
.text-nowrap-ellipsis-2,
.text-nowrap-ellipsis-3,
.text-nowrap-ellipsis-4,
.text-nowrap-ellipsis-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.text-nowrap-ellipsis {
    -webkit-line-clamp: 1;
}

.text-nowrap-ellipsis-2 {
    -webkit-line-clamp: 2;
}

.text-nowrap-ellipsis-3 {
    -webkit-line-clamp: 3;
}

.text-nowrap-ellipsis-4 {
    -webkit-line-clamp: 4;
}

.text-nowrap-ellipsis-5 {
    -webkit-line-clamp: 5;
}

.order-md-2 {
    order: 2 !important;
}

.flex {
    /* #ifndef APP-PLUS-NVUE */
    display: flex;
    /* #endif */
    flex-direction: row;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.justify-center {
    justify-content: center;
}

.align-center {
    align-items: center;
}

.align-stretch {
    align-items: stretch;
}

.align-start {
    align-items: flex-start;
}

.align-end {
    align-items: flex-end;
}

.text-content {
    font-size: .16rem;
    text-align: justify;
    line-height: 2em;
}

.text-content p {
    text-indent: 2em;
}

/*头部样式*/
.header {
    z-index: 1000;
    height: .94rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .5s;
    background-color: rgb(255 255 255 / 10%);
    border-bottom: 1px solid transparent;
    border-color: rgb(255 255 255 / 15%);
}

.header_info {
    padding: 0 3.125%;
    height: 100%;
}

.header.on {
    background: rgba(255, 255, 255, .9);
    box-shadow: 0px 7px 10px rgb(0 0 0 / 6%);
}


.header .logoImg.mb-hide {
    display: flex !important;
}

.header .logoImg .company-name {
    margin-left: .2rem;
    padding-left: .2rem;
    color: #fff;
    position: relative;
}

.header .logoImg .company-name::before {
    content: '';
    position: absolute;
    height: .3rem;
    width: 1px;
    background-color: #fff;
    top: 50%;
    margin-top: -.15rem;
    left: .0rem;
}

.header .logoImg .company-name h2 {
    font-size: .19rem;
    margin: 0px;
}

.header .logoImg .company-name p {
    font-size: .10rem;
    margin: 0px;
}

.header .logoImg a img:nth-child(1) {
    display: block;
}

.header .logoImg a img:nth-child(2) {
    display: none;
}

.header .navMenu {
    opacity: 1.0;
    filter: Alpha(opacity=100);
    transition: all 0.3s;
    -webkit-transition: all .3s;
    transform-origin: left center;
    -webkit-transform-origin: left center;
    display: flex;
    align-items: center;
}

.header .showOpen {
    opacity: 0;
    filter: Alpha(opacity=0);
    transform: scale3d(0, 0, 0);
    -webkit-transform: scale3d(0, 0, 0);
}

.header .navMenu li {
    float: left;
    position: relative;
    /* margin-right: 50px; */
    width: 1.2rem;
    flex: 1;
}

.header .navMenu .logoImg {
    flex: 2;
    padding-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .navMenu .logoImg img {
    height: 56px;
}

.header .navMenu li:first-of-type {
    width: auto;
}

.header .navMenu li .subMenu {
    position: absolute;
    width: 1.4rem;
    top: .94rem;
    display: none;
    padding-top: 0.3rem;
    margin-left: .25rem;
    -webkit-animation: anBox .3s;
    animation: anBox .3s;
}

.header .navMenu li .subMenu::before {
    position: absolute;
    content: '';
    width: .1rem;
    height: .1rem;
    background-color: #fff;
    top: .25rem;
    left: .25rem;
    transform: rotate(45deg);
    box-shadow: 0px 7px 10px rgb(0 0 0 / 15%);
}

.header .navMenu li .subMenu li {
    float: none;
    margin: 0;
    width: auto;
    background: rgba(255, 255, 255, 1);
    padding: .05rem 0;
    box-sizing: border-box;
    box-shadow: 0px 7px 10px rgb(0 0 0 / 15%);
}

.header .navMenu li .subMenu li:first-child {
    border-top-left-radius: .08rem;
    border-top-right-radius: .08rem;
}

.header .navMenu li .subMenu li:last-child {
    border-bottom-left-radius: .08rem;
    border-bottom-right-radius: .08rem;
}

.header .navMenu li .subMenu li a {
    font-size: .14rem;
    line-height: .36rem;
    font-weight: normal;
    color: #000;
    text-align: center;
}

.header .navMenu li .subMenu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 .1rem;
    padding: 0 .1rem;
}

.header .navMenu li>a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: .94rem;
    font-size: .16rem;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

.header .navMenu li>a i {
    font-weight: 400;
    /* display: none; */
}

.header .navMenu li.cur a {
    font-weight: bold;
}

.header .navMenu li .line {
    position: absolute;
    width: 0;
    height: .05rem;
    background: #fff;
    border-radius: .03rem;
    bottom: -.03rem;
    left: 50%;
    margin-left: -0.15rem;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.header .navMenu li:hover .line,
.header .navMenu li.cur .line {
    width: .3rem;
}

.more {
    padding: .03rem .03rem .03rem .2rem;
    color: #10335D;
    font-size: .14rem;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    -webkit-transition: all .3s;
}

.more i {
    width: .4rem;
    height: .4rem;
    background-color: #E67817;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    margin-left: .15rem;
    justify-content: center;
    transition: all 0.3s;
    -webkit-transition: all .3s;
}

.more:hover i {
    background-color: #10335D;
}

.video-pop {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1010;
}

.video-pop .video-con {
    position: absolute;
    width: 12rem;
    height: 6.5rem;
    top: 50%;
    margin-top: -3.5rem;
    left: 50%;
    margin-left: -6rem;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: .15rem;
    padding: .35rem;
}
.video-pop .video-con.Detail {
    height: 7.5rem;
    width: 11.5rem;
    padding: .35rem .55rem;
}
.video-pop .video-con video {
    border-radius: .15rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-pop .close {
    cursor: pointer;
    position: absolute;
    left: 50%;
    bottom: .3rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: .15rem;
}

.video-pop .close img {
    margin-bottom: .06rem;
}
.video-pop .close2 {
    cursor: pointer;
    position: absolute;
    right: .2rem;
    top: .2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-pop .close2 i{
    font-size: .25rem;
}
.footer {
    margin-top: 1rem;
    border-top: 1px solid #DCE5F1;
}

.footer .links {
    line-height: .3rem;
    font-size: .14rem;
    color: #7187A2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: .2rem 0;
}

.footer .links a {
    color: #7187A2;
    margin: 0 .1rem;
}

.footer .body {
    background-color: #F4F9FF;
    padding: .5rem 0;

}

.footer .body .container {
    display: flex;
}

.footer .body .left {
    margin-right: .5rem;
}

.footer .body .left p {
    font-size: .14rem;
    color: #4F6B8D;
    margin: .1rem 0px;
}

.footer .body .center {
    flex: 1;
    margin-right: .5rem;
    display: flex;
}

.footer .body .center dl {
    flex: 1;
}

.footer .body .center dl dt {
    font-size: .16rem;
    color: #10335D;
    margin-bottom: .15rem;
}

.footer .body .center dl dd {
    margin-bottom: .05rem;
}

.footer .body .center dl dd a {
    color: #A6B5C7;
    font-size: .14rem;
}

.footer .body .right {
    text-align: center;
}

.footer .body .right .wx {
    width: .88rem;
    height: .88rem;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: .05rem;
    margin-bottom: .1rem;
}

.footer .body .right .wx img {
    width: 100%;
    height: 100%;
}

.footer .body .right p {
    margin: 0;
    color: #10335D;
    font-size: .14rem;
}

.footer .bottom {
    background-color: #10335D;
    color: #7187A2;
    font-size: .14rem;
}

.footer .bottom .container {
    display: flex;
    justify-content:center;
    align-items: center;
    height: .65rem;
}

.footer .bottom a {
    color: #7187A2;
    margin-left: .1rem;
}

.sub-banner {
    width: 100%;
    height: 4.8rem;
    overflow: hidden;
    position: relative;
}

.sub-banner.banner-jj {
    background-image: url(../images/sub-banner-jj.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.sub-banner.banner-wh {
    background-image: url(../images/sub-banner-wh.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.sub-banner.banner-xw {
    background-image: url(../images/sub-banner-xw.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.sub-banner.banner-zr {
    background-image: url(../images/sub-banner-zr.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.sub-banner.banner-lx {
    background-image: url(../images/sub-banner-lx.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.sub-banner.banner-zp {
    background-image: url(../images/sub-banner-zp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.sub-banner .container {
    position: absolute;
    height: 100%;
    left: 50%;
    margin-left: -700px;
}

.sub-banner .title {
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sub-banner .title h2 {
    margin: 0;
    font-size: .38rem;
    font-weight: 500;
}

.sub-banner .title p {
    margin: 0;
    font-size: .26rem;
    font-weight: lighter;
    color: rgb(255 255 255 / 50%);
    text-transform: uppercase;
}

.nav-list {
    display: flex;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.nav-list a {
    flex: 1;
    height: .7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(16, 51, 93, 50%);
    color: #fff;
    border-top-left-radius: .15rem;
    border-top-right-radius: .15rem;
    font-size: .16rem;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.nav-list a:hover,
.nav-list a.active {
    background: linear-gradient(to right, #FFBC81, #E67817);
}

/* .header .navMenu li:hover .line{width:16px;margin-left:-8px;} */
@media screen and (min-width:768px) {
    .header .navMenu li:hover .subMenu {
        display: block;
        -webkit-animation: anBox .3s;
        animation: anBox .3s;
    }

    .header .navMenu li:hover .subMenu li {
        float: none;
        margin: 0;

    }

    .header .navMenu li:hover .subMenu li a {
        font-size: 14px;
        line-height: 36px;
        font-weight: normal;
        color: #000;
        text-align: center;
    }

    .header .navMenu li:hover .subMenu li a:hover {
        color: #fff;
        background-color: #10335D;
        border-radius: .2rem;
    }

}

.header.on .navMenu li>a {
    color: #464646;
}

.header.on .navMenu li.cur a {
    color: #10335D;
    font-weight: 600;
}

.header.on .navMenu li.cur a:after {
    background: #10335D;
}

.header.on .navMenu li .line {
    background: #10335D;
}

.header.on .search .iconfont {
    color: #333;
}

.header.on .search .icons {
    border-color: #333;
}

.header.on .logoImg .company-name {
    color: #10335D;
}

.header.on .logoImg a img:nth-child(1) {
    display: none;
}

.header.on .logoImg a img:nth-child(2) {
    display: block;
}

.header.on .logoImg .company-name::before {
    background-color: #10335D;
}

/* 底部样式 */


/* 分页 */
.page {
    text-align: center;
}

.page a {
    display: inline-block;
    line-height: 30px;
    margin: 0 5px;
    padding: 0 12px;
    border: 1px solid #e5e5e5;
    color: #666;
}

.pages .tcdPageCode a:hover {
    border-color: #c49c63;
}



/* 右侧悬浮 */
.slide {
    position: fixed;
    width: .44rem;
    box-shadow: 0 3px 27px rgba(24, 76, 208, .09);
    z-index: 100;
    right: 0;
    bottom: .3rem;
    display: none;
}

.slide ul li {
    position: relative;
}

/* .slide ul li .poa {
    right: -500%;
    top: 0;
    overflow: hidden;
} */

.slide ul li a {
    height: .44rem;
    display: block;
    background: #10335D;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    transition: all .5s;
    border-radius: .05rem;
}

.slide ul li:last-child a {
    border: 0;
}

.slide ul li a .iconfont {
    font-size: .24rem;
    color: #fff;
    line-height: 30px;
}

/*.slide ul li a p {
    margin: 0;
    font-size: 12px;
    color: #3b3e44;
}

/* .slide ul li .poa {
    width: 170px;
    border: 1px solid #e8eaf1;
    background: #fff;
    text-align: center;
    padding: 15px 0;
    transition: right .5s;
}

.slide ul li .poa img {
    width: 115px;
    margin: 0 auto
}

.slide ul li .poa p {
    font-size: 14px;
    color: #3b3e44;
    margin: 6px 0 0;
} */

.slide ul li:hover a {
    background: #fff;
    color: #10335D;
}

.slide ul li:hover a .iconfont {
    color: #10335D
}

/* .slide ul li:hover a p {
    color: #fff
}

.slide ul li:hover .poa {
    right: 83px;
}

.slide ul li.s4 .poa {
    padding: 8px 0;
}

.slide ul li.s4 .poa p {
    font-size: 18px;
    color: #215ffe;
} */


.pc-hide {
    display: none;
}

.mb-hide {
    display: block;
}


@keyframes anBox {
    from {
        top: 1.2rem;
        opacity: 0;
    }

    to {
        top: .94rem opacity: 1;
    }
}

@-webkit-keyframes anBox {
    from {
        top: 90px;
        opacity: 0;
    }

    to {
        top: 80px;
        opacity: 1;
    }
}

/* toast轻提示样式 */
@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.toast_box {
    position: fixed;
    bottom: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
    display: none;
}

.toast_box p {
    box-sizing: border-box;
    padding: .1rem .2rem;
    width: max-content;
    /* 提示框的背景色 */
    background: #707070;
    color: #fff;
    font-size: .16rem;
    text-align: center;
    border-radius: .06rem;
    opacity: 0.8;
}

.toliet {
    margin: 0 auto;
}
.pic-list {
    margin: .5rem 0;
    display: flex;
    flex-wrap: wrap;
}
.pic-list .item {
    width: calc(100%/4 - .3rem);
    margin-right: .3rem;
    background-color: #fff;
    padding: .2rem;
    box-sizing: border-box;
    border-radius: .08rem;
    clear: both;
    margin-bottom: .3rem;
}
.pic-list .item img {
    width: 100%;
    height: 1.9rem;
}
.pic-list .item:nth-child(4n) {
    margin-right: 0;
}
.pic-list .item p {
    font-size: .15rem;
    text-align: center;
}
.pageList {
    clear: both;
    margin-top: .2rem;
}
.pageList .loadmore {
    width: 2.35rem;
    height: .6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #10335D;
    color: #fff;
    font-size: .15rem;
    border-radius: .3rem;
    cursor: pointer;
}
.pageList .loadmore i {
    margin-left: .1rem;
    width: .4rem;
    height: .4rem;
    background-color: #E67817;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: .2rem;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}
.wrapper-bg {
    min-height: 7rem;
    background-image: url(../images/wrapper-bg.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    display: flow-root;
}

.bread-crumb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: .8rem;
    border-bottom: 1px solid transparent;
    border-color: rgba(16, 51, 93, 10%);
}
.bread-crumb .crumb-list {
    display: flex;
    align-items: center;
    font-size: .15rem;
    color: #666;
}
.bread-crumb .crumb-list i{
    margin: 0 .05rem;
}
.bread-crumb .crumb-list .title {
    color: #10335D;
}
.bread-crumb .loadmore {
    height: .25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #8496AB;
    font-size: .14rem;
    border-radius: .3rem;
    cursor: pointer;
    padding: .05rem .05rem .05rem .1rem;
}
.bread-crumb .loadmore i {
    margin-left: .07rem;
    width: .3rem;
    height: .3rem;
    background-color: #E67817;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: .18rem;
}
.news-content {
    margin: .5rem auto;
}
.news-content .title {
    text-align: center;
}
.news-content .title h2 {
    margin: 0;
    font-size: .26rem;
    font-weight: normal;
}
.news-content .title p {
    font-size: .14rem;
    color: #999;
}
.news-content .content {
    background-color: #fff;
    border-radius: .1rem;
    padding: .5rem;
    box-sizing: border-box;
    font-size: .16rem;
    line-height: 2.4em;
    text-align: justify;
    margin-top: .5rem;
}
.news-content .content img {
    /* max-width: 95%; */
    border-radius: .1rem;
    margin: .2rem auto;
    width: 8.5rem;
}
.pre-next {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: .05rem;
    padding: .25rem;
    font-size: .15rem;
}
.pre-next .pre {
    flex: 1
}
.pre-next .next {
    flex: 1;
    text-align: right;
}
.pre-next .return {
    margin: 0px .2rem;
}
.pre-next .return .loadmore {
    height: .25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #10335D;
    color: #8496AB;
    font-size: .14rem;
    border-radius: .3rem;
    cursor: pointer;
    padding: .05rem;
}
.pre-next .return .loadmore i {
    margin-left: .07rem;
    width: .3rem;
    height: .3rem;
    background-color: #E67817;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: .18rem;
}
.line2 {
    width: 100%;
    height: 1px;
    margin: .5rem auto;
    background-color: rgba(16, 51, 93, 20%);
}
@font-face {
    font-family: engFontB;
    src: url(fonts/GOTHICB_0.TTF)
}

@font-face {
    font-family: engFont;
    src: url(fonts/GOTHIC_0.TTF)
}


@media screen and (max-width:1200px) {
    .header .navMenu li {
        margin-right: 30px;
    }
}

@media screen and (max-width:1030px) {
    .header .navMenu li {
        margin-right: 10px;
        width: 120px;
    }
}

@media screen and (max-width:768px) {
	body {
		font-size: .3rem !important;
	}
    .header {
        height: 1.2rem;
        align-items: center;
    }

    .header_info {
        padding: 0 .15rem;
    }

    .header .logoImg {
        display: flex;
        align-items: center;
    }

    .header .logoImg img {
        height: .6rem;
    }

    .header .navMenu {
        position: absolute;
        height: 100vh;
        top: 0;
        right: -100%;
        margin-top: 0;
        width: 60%;
        background: #fff;
        float: none;
        overflow-y: scroll;
        padding-top: .5rem;
        box-sizing: border-box;
        z-index: 10;
        flex-direction: column;
    }

    .header .navMenu li {
        float: none;
        width: 100%;
        margin-right: 0;
        flex: inherit;
    }

    .header .navMenu li>a {
        line-height: 1rem;
        font-size: .28rem;
        padding-bottom: 0;
        color: #000;
        font-weight: bold;
    }

    .header .navMenu li.cur a:after {
        display: none;
    }

    .header .navMenu li .subMenu {
        position: relative;
        top: 0;
        border: 0;
        padding: 0;
        width: 100% !important;
        margin: 0;
    }

    .header .navMenu li .subMenu li a {
        font-size: .26rem;
        line-height: .64rem;
        justify-content: center;
        color: #888;
    }

    .header .navMenu li .subMenu li a i {
        display: none;
    }

    .header .navMenu .close_btn {
        display: block;
        position: absolute;
        right: .2rem;
        top: .2rem;
        font-size: .58rem;
        color: #393939;
        z-index: 2;
    }

    .pc-hide {
        display: block;
    }

    .mb-hide,
    .header .logoImg.mb-hide {
        display: none !important;
    }

    .header .search {
        top: .24rem;
        display: flex;
        align-items: center;
        right: .2rem;
    }

    .header .search .icons {
        width: .6rem;
        height: .6rem;
        line-height: .6rem;
        border: 0;
    }

    .header .search .iconfont {
        font-size: .46rem;
    }

    .header .search .menu_icon {
        display: block;
        margin-left: .06rem;
        color: #fff;
    }

    .header .navMenu li .subMenu li {
        box-shadow: none;
    }

    .header .navMenu li:hover .line {
        width: 0;
    }

    .container {
        width: 100%;
    }

    .video-pop .video-con {
        width: 100%;
        margin-left: -50%;
        padding: .15rem;
    }
    .video-pop .video-con.Detail {
        width: 100%;
        margin-left: -50%;
        padding: .3rem;
    }
    .video-pop .close {
        bottom: .5rem;
    }
    .video-pop .close2 i{
        font-size: .35rem;
    }
    .footer {
        margin-top: .5rem;
    }
    .footer .body .container {
        flex-direction: column;
    }

    .footer .body .center {
        display: none;
    }

    .footer .body .left {
        text-align: center;
        margin-right: 0;
        margin-bottom: .2rem;
    }

    .footer .body .left img {
        margin: 0px auto;
    }

    .footer .body .right .wx {
        margin: .2rem auto;
        width: 2rem;
        height: 2rem;
    }

    .footer .bottom .container {
        flex-direction: column;
        height: auto;
        align-items: center;
        justify-content: center;
        padding: .2rem;
        box-sizing: border-box;
    }

    .footer .links {
        padding: .2rem
    }

    .footer .bottom .left {
        text-align: center;
        margin-bottom: .1rem;
    }

    .sub-banner .container {
        position: unset;
        height: 100%;
        left: auto;
        margin-left: auto;
    }
    .pic-list{
        margin: .2rem;
    }
    .pic-list .item {
        width: calc(100%/2 - .2rem);
        margin-right: .2rem;
        margin-bottom: .2rem;
    }
    .pic-list .item:nth-child(2n) {
        margin-right: 0;
    }
    
    .pageList {
        margin-top: .5rem;
    }
    .bread-crumb {
        padding: 0 .2rem;
    }
    .bread-crumb .crumb-list .title,.bread-crumb .right ,.pre-next .return {
        display: none;
    }
    .news-content {
        margin: .2rem;
    }
    .news-content .content {
        padding: .25rem;
        margin-top: .25rem;
        line-height: 1.8em;
		font-size: .26rem;
    }
    .pre-next {
        flex-direction: column;
        margin: .2rem;
    }
    .pre-next .next {
        text-align: left;
        margin-top: .2rem;
    }
    .pre-next .pre, .pre-next .next  {
        display: flex;
        width: 100%;
    }
    .pre-next .pre a, .pre-next .next a {
        flex: 1;
        margin-left: .1rem;
    }
	.more,.footer .links, .text-content, .footer .body .left p{
		font-size: .28rem;
	}
	.sub-banner .title h2 {
		font-size: .5rem;
	}
	.sub-banner .title p {
		font-size: .36rem;
	}
	.nav-list a {
		font-size: .28rem;
	}
	.pic-list .item p {
		font-size: .28rem;
	}
	.news-content .title h2 {
		font-size: .4rem;
	}
	.bread-crumb .crumb-list { 
		font-size: .26rem;
	}
	.pre-next {
		font-size: .26rem;
	}
}