@charset "utf-8";* {
    font-family: Arial, Helvetica, "Microsoft Yahei", sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch
}

body {
    padding: 0;
    margin: 0;
    font-family: Arial, "Microsoft Yahei", Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    line-height: 1;
    font-size: 14px;
    overflow-x: hidden
}

html,body {
    min-height: 100vh;
    width: 100vw
}

html {
    overflow: -moz-scrollbars-vertical
}

html::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: #F5F5F5
}

html::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2
}

html::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #333
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    *zoom: 1}

a {
    text-decoration: none;
    bblr: expression(this.onFocus=this.blur());
    outline-style: none;
    outline: none
}

a,input,img,:focus {
    mayfish: expression(this.onfocus=this.blur);
    cursor: handbblr:expression(this.onFocus=this.blur());
    outline-style: none
}

#nav ul {
    list-style: none
}
.n_left .con ul{ list-style: none}
.fixed ul{ list-style: none}
.miso_hd ul{ list-style: none}
.footerBOX ul{ list-style: none}
.part2 ul{ list-style: none}
.part5 ul{ list-style: none}
.n_sz ul{ list-style: none}
.n_tw  ul{ list-style: none}
img {
    border: 0px;
    vertical-align: middle
}

ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p {
    padding: 0;
    margin: 0;
    font-weight: normal
}

h3,h4,h5 {
    font-weight: normal
}

h4 a:hover,h5 a:hover {
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out
}

hr {
    display: block;
    height: 1px;
    border: 0;
    background: #d8d8d8;
    padding: 0;
    margin-bottom: 3.25rem;
    margin-top: 2.5rem
}

abbr,article,aside,audio,canvas,datalist,details,dialog,eventsource,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,time,video {
    display: block
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px
}

.container01,.container02,.container03,.container04,.container05,.container06,.container07,.container08,.n-container01,.n-container03,.n-container04 {
    margin: 0 auto
}

.slow {
    overflow: hidden
}

.slow img:hover {
    transform: scale(1.05)
}

.slow img {
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

h5 a,.more a {
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out
}

.slow01 {
    -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
}

.slow02 {
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}

.shadow {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999');
    -moz-box-shadow: 1px 1px 10px #999999;
    -webkit-box-shadow: 1px 1px 10px #999999;
    box-shadow: 1px 1px 10px #999999
}

.radius {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.opacity {
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1
}

.overfloat-dot {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.overfloat-dot-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.overfloat-dot-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.overfloat-dot-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.overfloat-dot-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

.overfloat-dot-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical
}

.overfloat-dot-7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical
}

.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6
}

.a_body {
    position: relative
}

ul li,dl dd {
    vertical-align: top
}

img {
    vertical-align: middle
}

a {
    color: inherit
}

input,button,textarea {
    background: none;
    outline: none;
    border: none;
    -webkit-appearance: none;
    border-radius: 0
}

input:focus {
    border: none
}

input::-webkit-input-placeholder {
    color: #999
}

input::-moz-placeholder {
    color: #999
}

input:-moz-placeholder {
    color: #999
}

input:-ms-input-placeholder {
    color: #999
}

textarea::-webkit-input-placeholder {
    color: #999
}

textarea::-moz-placeholder {
    color: #999
}

textarea:-moz-placeholder {
    color: #999
}

textarea:-ms-input-placeholder {
    color: #999
}

.w100 {
    width: 100%
}

.w1400 {
    max-width: 1400px;
    margin: 0 auto
}

.w1600 {
    max-width: 1600px;
    margin: 0 auto
}

.w1800 {
    max-width: 1800px;
    margin: 0 auto
}

.layui-img-responsive {
    max-width: 100%
}

.img_zd {
    position: relative;
    width: 100%
}

.img_zd .img_hezi {
    padding-bottom: 60% !important
}

h5 a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

ul li:hover h5 a {
    color: #ff0000
}

.more a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out
}

.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
}

.ar_article td,.ar_article th {
    padding: 15px 10px;
    border: 1px solid #ededed;
    vertical-align: middle
}

.ar_article td p,.ar_article th p {
    padding-bottom: 0;
    margin-bottom: 0
}

.ar_article table {
    border-collapse: collapse;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    width: 100%
}

.ar_article table td {
    border-left: 1px solid #ededed;
    border-top: 1px solid #ededed
}

.ar_article {
    font-size: 14px;
    color: #7d7c7c;
    line-height: 30px
}

.ar_article p {
    font-size: 1rem;
    color: #323232;
    line-height: 1.875rem;
    margin-bottom: 1.875rem;
    text-indent: 2rem
}

.ar_article p:last-child {
    margin-bottom: 0
}

.ar_article strong {
    font-weight: bold
}

.ar_article img {
    max-width: 100%
}

.ar_article a {
    color: #717173
}

.ar_article h1,.ar_article h2,.ar_article h3,.ar_article h4,.ar_article h5 {
    font-weight: bold
}

.ar_article h1 {
    font-size: 2.25rem;
    margin-bottom: 1.25rem
}

.ar_article h2 {
    font-size: 1.875rem;
    margin-bottom: 0.875rem
}

.ar_article h3 {
    font-size: 1.5rem;
    margin-bottom: 0.9375rem
}

.ar_article h4 {
    font-size: 1.125rem;
    margin-bottom: 0.875rem
}

.ar_article h5 {
    font-size: 0.875rem;
    margin-bottom: 0.75rem
}

.ar_article h6 {
    font-size: 0.75rem;
    margin-bottom: 0.75rem
}

.ar_article ul li,.ar_article ol li {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 2rem;
    list-style: inherit !important
}

.ar_article ul li p,.ar_article ol li p {
    padding-bottom: 0;
    margin-bottom: 3px !important
}

.ar_article ul,.ar_article ol {
    margin-bottom: 0.9375rem
}

.ar_article sub {
    vertical-align: sub;
    font-size: smaller
}

.ar_article sup {
    vertical-align: super;
    font-size: smaller
}

.ar_article img {
    display: inline-block;
    margin-left: -2rem
}

#playercontainer_display_button,#video1_display_button,#video2_display_button {
    background: none !important;
    height: 40px;
    width: 40px !important;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 0 !important
}

#playercontainer_display_button #playercontainer_display_button_play,#video1_display_button #video1_display_button_play,#video2_display_button #video2_display_button_play {
    background-size: 25px
}

#playercontainer_display_button,#video1_display_button,#video2_display_button {
    height: 40px !important;
    margin-top: -20px !important
}

#playercontainer_display .cbpreview,#video1_display .cbpreview,#video2_display .cbpreview {
    opacity: .75 !important
}

.miso_qh {
    opacity: 0;
    visibility: hidden;
    transition: 0.6s
}

.miso_qh.miso-initialized {
    opacity: 1;
    visibility: visible
}

.miso-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    z-index: 0
}

.miso-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    z-index: 0
}

.miso-list:focus {
    outline: none
}

.miso-list.dragging {
    cursor: pointer;
    cursor: hand
}

.miso-slider .miso-track,.miso-slider .miso-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.miso-track {
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    zoom: 1;margin-left: auto;
    margin-right: auto;
    vertical-align: top
}

.miso-track:before,.miso-track:after {
    display: table;
    content: ''
}

.miso-track:after {
    clear: both
}

.miso-loading .miso-track {
    visibility: hidden
}

.miso-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
    -moz-user-select: text;
    -khtml-user-select: text;
    user-select: text
}

[dir='rtl'] .miso-slide {
    float: right
}

.miso-slide img {
    display: block
}

.miso-slide.miso-loading img {
    display: none
}

.miso-slide.dragging img {
    pointer-events: none
}

.miso-initialized .miso-slide {
    display: block
}

.miso-loading .miso-slide {
    visibility: hidden
}

.miso-vertical .miso-slide {
    display: block;
    height: auto
}

.miso-arrow.miso-hidden {
    display: none
}

.miso-loading .miso-list {
    background: #fff
}

.miso-arrow {
    z-index: 1
}

.miso-prev,.miso-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.miso-prev:hover,.miso-prev:focus,.miso-next:hover,.miso-next:focus {
    color: transparent;
    outline: none;
    background: transparent
}

.miso-prev:hover:before,.miso-prev:focus:before,.miso-next:hover:before,.miso-next:focus:before {
    opacity: 1
}

.miso-prev.miso-disabled:before,.miso-next.miso-disabled:before {
    opacity: .25
}

.miso-prev:before,.miso-next:before {
    font-size: 2rem;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    cursor: pointer
}

.miso-prev {
    left: 0px
}

[dir='rtl'] .miso-prev {
    right: 0px;
    left: auto
}

.miso-prev:before {
    content: '';
    font-family: simsun
}

[dir='rtl'] .miso-prev:before {
    content: '';
    font-family: simsun
}

.miso-next {
    right: 0px
}

[dir='rtl'] .miso-next {
    right: auto;
    left: 0px
}

.miso-next:before {
    content: '';
    font-family: simsun
}

[dir='rtl'] .miso-next:before {
    content: '';
    font-family: simsun
}

.miso-dots {
    position: absolute;
    bottom: 0;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0px;
    width: 100%
}

.miso-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px 5px;
    padding: 0px;
    cursor: pointer
}

.miso-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.miso-dots li button:focus {
    outline: none
}

.miso-dots li.miso-active a {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg)
}

.miso-prev,.miso-next {
    position: absolute;
    display: block;
    height: 56px;
    width: 56px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
    outline: none;
    bottom: 0;
    right: 0;
    z-index: 1
}

.miso-lightbox .miso-prev:before {
    content: '';
    background: url(../images/bannerL.png) center no-repeat
}

.miso-lightbox .miso-next:before {
    content: '';
    background: url(../images/bannerR.png) center no-repeat
}

@media(max-width: 768px) {
    .miso-prev,.miso-next {
        width: 20px;
        height: 20px
    }

    .miso-lightbox .miso-prev:before,.miso-lightbox .miso-next:before {
        width: 20px;
        height: 20px;
        background-size: 20px 20px
    }
}

.ie_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.9;
    filter: alpha(opacity=90);
    z-index: 99998
}

.ie9tips {
    width: 600px;
    height: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -300px;
    line-height: 1.8;
    color: #fff;
    z-index: 99999;
    text-align: center
}

.ie9tips a {
    color: red
}

.ie9tips img {
    display: block;
    margin: 0 auto;
    opactiy: 0.9;
    filter: alpha(opacity=90);
    max-width: 100%
}

.ie9tips p {
    padding-top: 10px;
    color: #fff;
    width: 420px;
    margin: 10px auto;
    line-height: 1.8
}

.piaofu {
    width: 65px;
    position: fixed;
    right: 15px;
    z-index: 100000;
    bottom: 30%
}

.piaofu .anniu {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    border-radius: 100%;
    margin-bottom: 5px
}

.piaofu .anniu a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.piaofu .anniu a h4 {
    line-height: 60px
}

.piaofu .anniu:hover a h4 {
    -webkit-animation: jello 1s;
    -moz-animation: jello 1s;
    animation: jello 1s
}

.piaofu .anniu a h6 {
    font-size: 12px;
    color: #6a6c6d
}

.piaofu .anniu.anniu01,.piaofu .anniu.anniu02 {
    cursor: pointer;
    position: relative
}

.piaofu .anniu.anniu01 .piao_ewm {
    border-radius: 2px;
    position: absolute;
    left: -109px;
    bottom: -1px;
    border: #e5e5e5 1px solid;
    display: none
}

.piaofu .anniu.anniu01 .piao_tel {
    border-radius: 30px;
    position: absolute;
    width: 230px;
    height: 60px;
    right: 0;
    top: 0;
    background: #3b73cb;
    display: none;
    padding: 0 35px;
    font-size: 20px;
    color: #fff
}

.piaofu .anniu.anniu02 {
    display: none
}

.piaofu .anniu.anniu02 a h4 {
    margin-top: -3px
}

.anniu_close img {
    position: absolute;
    top: -15px;
    right: -10px;
    width: 18px;
    height: 18px;
    cursor: pointer
}

.Statistical {
    display: inline-block;
    margin-left: 12px
}

.Statistical span,.Statistical span img {
    vertical-align: top
}

.bd_weixin_popup {
    box-sizing: content-box
}

.bd_weixin_popup .bd_weixin_popup_foot {
    text-align: center !important
}

@-webkit-keyframes anim-open-2 {
    0% {
        opacity: 0;
        -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    2.083333% {
        -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    4.166667% {
        -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    6.25% {
        -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    8.333333% {
        -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    10.416667% {
        -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    12.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    14.583333% {
        -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    16.666667% {
        -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    18.75% {
        -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    20.833333% {
        -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    22.916667% {
        -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    25% {
        -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    27.083333% {
        -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    29.166667% {
        -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    31.25% {
        -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    33.333333% {
        -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    35.416667% {
        -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    37.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    39.583333% {
        -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    41.666667% {
        -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    43.75% {
        -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    45.833333% {
        -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    47.916667% {
        -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    50% {
        opacity: 1;
        -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    52.083333% {
        -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    54.166667% {
        -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    56.25% {
        -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    58.333333% {
        -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    60.416667% {
        -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    62.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    64.583333% {
        -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    66.666667% {
        -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    68.75% {
        -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    70.833333% {
        -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    72.916667% {
        -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    75% {
        -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    77.083333% {
        -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    79.166667% {
        -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    81.25% {
        -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    83.333333% {
        -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    85.416667% {
        -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    87.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    89.583333% {
        -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    91.666667% {
        -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    93.75% {
        -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    95.833333% {
        -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    97.916667% {
        -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    100% {
        opacity: 1;
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
}

@keyframes anim-open-2 {
    0% {
        opacity: 0;
        -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    2.083333% {
        -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    4.166667% {
        -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    6.25% {
        -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    8.333333% {
        -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    10.416667% {
        -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    12.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    14.583333% {
        -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    16.666667% {
        -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    18.75% {
        -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    20.833333% {
        -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    22.916667% {
        -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    25% {
        -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    27.083333% {
        -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    29.166667% {
        -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    31.25% {
        -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    33.333333% {
        -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    35.416667% {
        -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    37.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    39.583333% {
        -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    41.666667% {
        -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    43.75% {
        -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    45.833333% {
        -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    47.916667% {
        -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    50% {
        opacity: 1;
        -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    52.083333% {
        -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    54.166667% {
        -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    56.25% {
        -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    58.333333% {
        -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    60.416667% {
        -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    62.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    64.583333% {
        -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    66.666667% {
        -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    68.75% {
        -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    70.833333% {
        -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    72.916667% {
        -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    75% {
        -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    77.083333% {
        -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    79.166667% {
        -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    81.25% {
        -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    83.333333% {
        -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    85.416667% {
        -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    87.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    89.583333% {
        -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    91.666667% {
        -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    93.75% {
        -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    95.833333% {
        -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    97.916667% {
        -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    100% {
        opacity: 1;
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
}

@-webkit-keyframes anim-close-2 {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.8, 0.8, 1)
    }
}

@keyframes anim-close-2 {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1)
    }
}

#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: 2.875rem;
    height: 2.875rem;
    line-height: 2.875rem;
    background: #009ee0;
    opacity: 1;
    visibility: visible;
    overflow: hidden
}

#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
}

#gotop:hover {
    border-radius: 50%
}

@font-face {
    font-family: Impact;
    src: url()
}

@font-face {
    font-family: PingFang;
    src: url()
}

@media (max-width: 4000px) {
    html {
        font-size: 16px
    }
}

@media (min-width: 1600px) and (max-width:1940px) {
    html {
        font-size: 16px
    }
}

@media (min-width: 1400px) and (max-width:1600px) {
    html {
        font-size: 14px
    }
}

@media (min-width: 640px) and (max-width:1399px) {
    html {
        font-size: 14px
    }
}

@media (min-width: 471px) and (max-width:639px) {
    html {
        font-size: 13px
    }
}

@media (min-width: 329px) and (max-width:470px) {
    html {
        font-size: 13px
    }
}

@media (max-width: 328px) {
    html {
        font-size: 12px
    }
}

.ar_wap {
    display: none
}

.a_body {
    position: relative;
    z-index: 0
}

.section {
    overflow: hidden
}

body {
    background: #f7f7f7
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.wrap {
    margin: 0 auto;
    max-width: 1680px;
    width: 100%
}

.top-bg {
    background: url(../images/top-bg.jpg) no-repeat top center;
    background-size: contain
}

.header_box_li {
    position: relative;
    z-index: 1;
    height: 6.875rem
}

.header_box {
    position: relative;
    z-index: 10000;
    height: 0
}

#header {
    z-index: 999;
    width: 100%;
    transition: 0.36s;
    background-size: cover
}

.header_box_li #header:before {
    content: "";
    position: absolute;
    height: 11.125rem;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
    opacity: 1;
    visibility: visible;
    background-size: 100% 100%;
    pointer-events: none
}

.header_box_li:after {
    content: "";
    position: absolute;
    height: 8px;
    left: 0;
    right: 0;
    transition: 0.2s;
    opacity: 1;
    visibility: visible;
    background-size: auto 100%;
    pointer-events: none
}

.header_top {
    position: relative;
    height: 3.125rem;
    padding: 0;
    text-align: right;
    z-index: 10000;
    overflow: hidden;
    float: right
}

.header_top .tianqi {
    display: inline-block;
    height: 4rem
}

.header_top .search_btn {
    display: inline-block;
    float: none;
    font-size: 14px;
    color: #fff
}

.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
}

.list_box0 {
    display: inline-block;
    vertical-align: top
}

.list_box0 .li {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    transition: .6s;
    position: relative;
    line-height: 3.125rem;
    opacity: .8
}

.list_box0 .li>a {
    display: block;
    font-family: "Microsoft Yahei"
}

.list_box0 .li a>img {
    margin: -2px .625rem 0 0
}

.list_box0 .li a .ewm_box {
    display: inline-block;
    border: #d3d3d3 1px solid;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1);
    top: 3.5rem;
    opacity: 1;
    visibility: visible;
    transform-origin: top;
    display: none
}

.list_box0 .li a .ewm_box:before {
    content: "";
    position: absolute;
    border-left: transparent 6px solid;
    border-right: transparent 6px solid;
    border-bottom: #fff 6px solid;
    top: -6px;
    left: 50%;
    margin-left: -6px
}

#m_header .list_box0 {
    float: right
}

#m_header .list_box0 .li {
    line-height: 60px
}

#m_header .list_box0 .li a .ewm_box {
    top: 60px
}

#m_header .list_box0 .li a>img {
    height: 12px
}

.list_box_01 {
    font-size: 0;
    white-space: nowrap;
    padding: .625rem
}

.list_box_01 li {
    display: block !important;
    margin: 0 15px !important;
    text-align: center
}

.list_box_01 li h3 img {
    border: #ededed 1px solid;
    width: 85px;
    height: 85px
}

.list_box_01 li h5 {
    font-size: .75rem;
    color: #666666;
    line-height: 20px;
    margin: 0
}

.list_box0 .li:after {
    content: "";
    position: absolute;
    left: -1.25rem;
    width: 1px;
    height: 8px;
    background: #fff;
    top: 50%;
    margin-top: -4px;
    opacity: .8
}

.list_box0 .li:first-child:after {
    display: none
}

.header_box .w1200 {
    height: 100%;
    position: relative;
    max-width: 100%;
    padding: 0 3%
}

#header #logo {
    margin-right: 2.125rem
}

#header #logo .box_table {
    width: auto
}

#logo {
    float: left;
    height: 6.875rem;
    position: relative
}

#logo img {
    display: block
}

#logo img.img2 {
    display: none
}

#header .right {
    align-items: center;
    float: right
}

#header .top-link {
    padding: 0 0.9375rem;
    background: #d01919;
    position: relative;
    float: right;
    margin-top: 0.9375rem;
    margin-right: 13px
}

#header .top-link::after {
    content: "";
    width: 13px;
    height: 35px;
    background: url(../images/top-01.png) no-repeat center;
    position: absolute;
    left: -13px;
    top: 0
}

#header .top-link::before {
    content: "";
    width: 13px;
    height: 35px;
    background: url(../images/top-02.png) no-repeat center;
    position: absolute;
    right: -13px;
    top: 0
}

#header .top-link a {
    display: block;
    font-size: 0.875rem;
    line-height: 35px;
    height: 35px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0.616px 0.788px 2px rgba(0, 0, 0, 0.9);
    padding-right: 25px;
    background: url(../images/top-04.png) no-repeat right center
}

#nav {
    float: left;
    margin-left: 1.25rem
}

#nav ul {
    justify-content: space-between
}

#nav ul li {
    z-index: 0;
    height: 3.125rem;
    position: relative
}

#nav ul li a {
    display: block;
    padding: 0;
    position: relative;
    z-index: 2;
    font-size: 1rem;
    color: #323232;
    line-height: 1.5rem;
    transition: 0.6s all
}

#nav ul li h3 {
    font-size: 1.25rem;
    color: #fff;
    line-height: 3.125rem;
    padding: 0 0.875rem;
    position: relative;
    transition: .36s;
    display: inline-block;
    font-weight: bold
}

#nav ul li h3:after {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(100% - 14px);
    transition: .6s;
    border-left: transparent .75rem solid;
    border-right: transparent .75rem solid;
    border-bottom: #fff 1rem solid;
    margin-left: -.75rem;
    opacity: 0;
    visibility: hidden
}

#nav ul li.on1 h3:after {
    opacity: 1;
    visibility: visible
}

#nav ul li a i {
    margin: -3px 0 0 .625rem;
    display: inline-block;
    width: 10px;
    height: 5px;
    background: url() center no-repeat;
    transition: .5s
}

#nav ul li.on a i,#nav ul li:hover a i {
    background: url() center no-repeat
}

#nav ul li a i {
    display: inline-block;
    width: 9px;
    height: 6px;
    background-size: contain;
    vertical-align: middle;
    margin-left: 8px
}

#nav ul li .sub {
    position: absolute;
    top: 100%;
    background: rgba(255, 255, 255, .96);
    width: 200px;
    padding: 0.75rem 0;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    border-top: #dadada 1px solid;
    text-align: center;
    padding: 0.625rem 0;
    display: none;
    box-shadow: 0 10px 20px -12px #000
}

#nav ul li .sub a {
    padding: 0.625rem 0
}

#nav ul li .sub a:hover {
    background: #00288b;
    color: #fff;
    transition: 0.6s all
}

#nav ul li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1)
}

#nav>ul>li:hover h3:after,#nav ul li.on h3:after {
    transform: scale(1)
}

#nav>ul>li.noSubMenu h3:before {
    display: none
}

.search_btn {
    cursor: pointer;
    text-align: center;
    float: left;
    transition: .6s;
    margin: 0;
    position: relative
}

.search_btn img {
    margin: 0
}

#header {
    width: calc(100% - 12.5%);
    margin: 0 auto
}

#header .dw2 {
    float: left;
    height: 90px;
    width: 53px;
    cursor: pointer;
    position: relative;
    margin-right: 1.5rem;
    transition: .6s;
    margin-left: 1rem
}

#header .dw2:after {
    content: "";
    width: 1px;
    height: 16px;
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, .75);
    right: -1.5rem;
    top: 50%;
    margin-top: -8px
}

#header .dw2.yuyan:before {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    display: none
}

#header .dw2 .dh {
    height: 23px;
    line-height: 23px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    transition: .6s
}

#header .dw2 .dh span {
    padding-right: 14px;
    width: 53px;
    height: 23px;
    display: inline-block;
    font-style: italic
}

#header .dw2 .dd {
    padding-bottom: 10px;
    padding-top: 10px;
    position: absolute;
    top: 100%;
    width: 100%;
    text-align: center;
    background: #acce22;
    left: 0;
    border: 1px solid #acce22;
    opacity: 0;
    visibility: hidden;
    transition: 400ms;
    transform: translateY(15px)
}

#header .dw2 .dd:before {
    content: "";
    display: inline-block;
    border: 8px solid transparent;
    border-bottom: 8px solid #acce22;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -8px
}

#header .dw2 .dd a {
    display: block;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 13px;
    padding: 0 10px
}

#header .dw2 .dd a:hover {
    font-weight: bold
}

#header .dw2.on .dd {
    opacity: 1;
    visibility: visible;
    transform: translate(0)
}

#header.xg {
    position: fixed;
    width: 100%;
    height: 6.875rem;
    top: 0;
    left: 0;
    background: rgb(17, 64, 182);
    padding: 0 6.25%
}

.search_btn {
    cursor: pointer
}

.search_btn svg {
    display: inline-block;
    fill: #fff;
    width: 16px;
    height: 16px;
    vertical-align: middle
}

.search-dialog-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 18rem;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    transition: .6s
}

.search-dialog-box:before {
    content: "";
    position: absolute;
    top: 0;
    height: 0;
    background: url(../images/top-bg.jpg) no-repeat top center;
    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
}

.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;
    padding: 0 0.5rem 0 1.5rem;
    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% - 3.5rem);
    background-color: transparent;
    font-size: 1.25rem;
    line-height: .5rem;
    color: #fff;
    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: 3.5rem
}

.search-dialog .search-input input[type=submit] {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.5rem;
    background-image: url('../images/search-btn.svg')
}

.search-dialog .search-input .clear-btn {
    background-color: rgba(0, 0, 0, .2);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/close-btn.svg');
    background-size: 3.5rem;
    border-radius: 100%;
    margin-right: 1rem;
    display: none
}

.search-dialog .search-input.on {
    background-color: #fff
}

.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
}

.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-size: 0.75rem;
    background-repeat: no-repeat;
    background-image: url(../images/close-btn.svg);
    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)
    }
}

.tc_search {
    margin: 0 1.3rem;
    width: calc(100% - 2.6rem);
    position: absolute;
    bottom: 1rem
}

.tc_search form {
    height: 40px;
    border-radius: 0;
    background: rgba(255, 255, 255, .1);
    position: relative;
    width: 100%;
    margin-bottom: 1rem
}

.tc_search #keyword {
    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: 100%
}

.tc_search .btn_blue {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 38px;
    line-height: 38px;
    border: 0;
    background: url(../images/search_white.svg) center center no-repeat;
    background-size: 1.2rem
}

.tc_search .btn_blue.fr {
    background: #e9edef;
    color: #4e4f53
}

.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
}

#nav_btn_box {
    height: 100%;
    z-index: 999999999;
    float: right;
    margin-left: 20px
}

#nav_btn_box.on {
    background: none
}

#nav_btn .point.on .navbtn::after,#nav_btn .point.on .navbtn::before {
    background: #fff
}

#nav_btn {
    cursor: pointer;
    text-align: center;
    z-index: 99999;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    outline: none;
    box-shadow: none
}

#nav_btn .point {
    display: inline-block;
    width: 1.875rem;
    height: 22px;
    position: relative;
    outline: none
}

#nav_btn .point:hover .navbtn,#nav_btn .point:hover .navbtn::after,#nav_btn .point:hover .navbtn::before {
    width: 1.75rem
}

#nav_btn .navbtn {
    position: absolute;
    top: 12px;
    left: 0;
    display: inline-block;
    width: 14px;
    height: 1px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #fff
}

#nav_btn .navbtn::after,#nav_btn .navbtn::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 1.75rem;
    height: 1px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #fff
}

#nav_btn .navbtn::after {
    top: -8px
}

#nav_btn .navbtn::before {
    top: 8px
}

#nav_btn .point.on .navbtn {
    background: transparent
}

#nav_btn .point.on .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px
}

#nav_btn .point.on .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px
}

.m_nav_list {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    overflow: auto;
    margin: 40px 0 0
}

.m_nav_list::-webkit-scrollbar {
    display: none
}

#m_nav {
    z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -105%;
    top: 0;
    display: none;
    padding: 1.5rem 0 7rem;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: #00288b
}

#m_nav .close {
    position: absolute;
    top: 6px;
    right: 15px;
    font-size: 28px;
    color: #fff;
    z-index: 10000
}

#m_nav.act {
    pointer-events: auto;
    right: 0
}

#m_nav>ul>li {
    width: 100%;
    overflow: hidden;
    padding: 0 0 0 2.3rem;
    position: relative
}

#m_nav>ul>li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

#m_nav li .a {
    display: inline-block;
    width: calc(100% - 30px)
}

#m_nav li .a {
    line-height: 4rem;
    height: 4rem;
    color: #fff;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    float: left
}

#m_nav li .a h3 {
    font-weight: bold
}

#m_nav li .a span {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    width: 20px;
    height: 50px;
    text-align: center
}

#m_nav li .a span i {
    font-size: 0
}

#m_nav li i {
    opacity: 1;
    filter: alpha(opacity=100);
    display: inline-block;
    width: 100%;
    height: 4rem;
    display: inline-block;
    background: url(../images/arrow_down.svg) calc(100% - 2rem) center no-repeat;
    background-size: 13px 13px !important;
    position: absolute;
    display: block;
    right: 0
}

#m_nav li.on i {
    background: url() calc(100% - 2rem) center no-repeat
}

#m_nav .on.title .a i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg)
}

#m_nav li {
    display: block;
    width: 100%
}

.slide_nav {
    position: absolute;
    left: 0;
    height: 70px;
    z-index: 998;
    padding: 15px;
    top: 0;
    width: 100%
}

#m_nav .title .list {
    display: none;
    position: relative;
    width: 100%;
    z-index: 9;
    left: 0;
    margin-left: 0;
    background: none;
    border: 0;
    clear: both;
    padding-bottom: 10px
}

#m_nav .title .list span {
    background: none
}

#m_nav .title .list span a:hover {
    color: #c21d1b
}

#m_nav .title .list a {
    display: block;
    font-size: 1rem;
    color: rgba(255, 255, 255, .6);
    text-align: left;
    line-height: 40px;
    height: 40px;
    border: 0;
    font-weight: 300
}

#m_nav .title .list .void>a {
    background-size: 10px;
    position: relative
}

#m_nav .title .list .void>a:before {
    content: "·";
    position: absolute;
    left: -1em;
    font-size: 12px;
    font-weight: bold
}

#m_nav .title .list span {
    position: relative;
    display: block
}

#m_nav .title .list span .sub {
    position: static;
    width: 100%;
    display: block !important;
    overflow: hidden
}

#m_nav .title .sub a {
    background: none;
    font-size: .875rem;
    opacity: .8;
    min-width: 50%;
    float: left;
    display: inline-block;
    color: #999
}

.nav_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 888;
    background-color: rgba(0, 0, 0, 0.4);
    display: none
}

.m_header_box {
    transition: .6s;
    display: none;
    height: 60px
}

#m_header #logo .box_table,#nav_btn_box .box_table {
    width: auto;
    float: left
}

.m_header_box header {
    padding: 0 15px;
    top: 0;
    height: 60px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #113fb5;
    background-size: cover
}

#m_header #logo {
    height: 60px;
    float: left
}

#m_header #logo img {
    max-height: 60%;
    max-height: 31px
}

#m_header .yuyan {
    height: 4.5rem;
    float: right;
    margin-right: 4rem
}

#m_header .yuyan span {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-size: .9rem;
    text-align: center;
    margin-left: 17px;
    background: rgba(255, 255, 255, .3)
}

.list_box0 .top-link {
    padding: 0 0.9375rem;
    background: #d01919;
    position: relative;
    margin-top: 0.9375rem
}

.list_box0 .top-link::after {
    content: "";
    width: 13px;
    height: 35px;
    background: url(../images/top-01.png) no-repeat center;
    position: absolute;
    left: -13px;
    top: 0
}

.list_box0 .top-link::before {
    content: "";
    width: 13px;
    height: 35px;
    background: url(../images/top-02.png) no-repeat center;
    position: absolute;
    right: -13px;
    top: 0
}

.list_box0 .top-link a {
    display: block;
    font-size: 0.875rem;
    line-height: 35px;
    height: 35px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0.616px 0.788px 2px rgba(0, 0, 0, 0.9);
    padding-right: 25px;
    background: url(../images/top-04.png) no-repeat right center
}

#m_nav .top-link {
    padding: 0 0.9375rem;
    background: #d01919;
    position: relative;
    display: table;
    margin: 0 auto
}

#m_nav .top-link::after {
    content: "";
    width: 13px;
    height: 35px;
    background: url(../images/top-01.png) no-repeat center;
    position: absolute;
    left: -13px;
    top: 0
}

#m_nav .top-link::before {
    content: "";
    width: 13px;
    height: 35px;
    background: url(../images/top-02.png) no-repeat center;
    position: absolute;
    right: -13px;
    top: 0
}

#m_nav .top-link a {
    display: block;
    font-size: 0.875rem;
    line-height: 35px;
    height: 35px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0.616px 0.788px 2px rgba(0, 0, 0, 0.9);
    padding-right: 25px;
    background: url(../images/top-04.png) no-repeat right center
}

.banner {
    width: calc(100% - 12.5%) !important;
    position: relative;
    margin: 0 auto
}

.banner .swiper-container {
    overflow: hidden;
    position: relative;
    width: 100%
}

.banner .swiper-slide a {
    display: block;
    position: relative
}

.banner .swiper-slide a::after {
    content: ""
}

.banner .swiper-slide .pic {
    overflow: hidden
}

.banner .swiper-slide .pic img {
    display: block;
    width: 100%;
    object-fit: cover;
    transition: 0.6s all
}

.banner .swiper-slide .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner_yy1.png) bottom center no-repeat;
    background-size: 100%
}

.banner .swiper-slide .text p {
    position: absolute;
    z-index: 9;
    bottom: 3.125rem;
    width: calc(100% - 40px);
    margin: 0 20px;
    font-size: 1.875rem;
    font-weight: bold;
    color: #fff
}

.banner .swiper-slide:hover .pic img {
    transform: scale(1.1);
    transition: 0.6s all
}

.banner .swiper-button-next,.banner .swiper-button-prev {
    width: 56px;
    height: 56px;
    position: absolute;
    right: -56px;
    bottom: 0;
    margin-top: 0;
    top: auto
}

.banner .swiper-button-next {
    left: auto;
    bottom: 56px;
    background: url(../images/bannerL.png) no-repeat center
}

.banner .swiper-button-prev {
    left: auto;
    background: url(../images/bannerR.png) no-repeat center
}

.fixed {
    position: fixed;
    bottom: 2.5rem;
    left: 2.5rem;
    z-index: 999
}

.fixed li {
    position: relative;
    margin-top: 30px
}

.fixed .icon {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    background: #9f9f9f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s all
}

.fixed .icon a {
    display: block
}

.fixed .icon img {
    max-width: 2.5rem;
    max-height: 2.5rem
}

.fixed .ewm {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    left: 50px;
    display: none
}

.fixed .ewm img {
    display: block;
    width: 100%
}

.fixed li:hover .ewm {
    display: block
}

.fixed li:hover .icon {
    background: #fe800c;
    transition: 0.6s all
}

@media(max-width: 1920px) {
    #nav ul li h3 {
        padding: 0 0.5rem
    }
}

@media(max-width: 1850px) {
    #nav ul li h3 {
        padding: 0 0.375rem
    }
}

@media(max-width: 1800px) {
    #nav ul li h3 {
        padding: 0 0.4375rem
    }
}

@media(max-width: 1680px) {
    .wrap {
        width: calc(100% - 30px);
        margin: 0 auto
    }

    #nav ul li h3 {
        font-size: 1.125rem;
        padding: 0 0.325rem
    }
}

@media(max-width: 1420px) {
    #logo img {
        max-height: 2.1875rem
    }
}

@media(max-width: 1400px) {
    #nav ul li h3 {
        font-size: 1.125rem
    }
}

@media(max-width: 1330px) {
    #nav ul li h3 {
        font-size: 1rem
    }
}

@media(max-width: 1200px) {
    #logo img {
        max-height: 3rem;
        max-width: 18rem
    }

    #header .top-link {
        display: none
    }

    .navBox {
        display: none
    }

    #nav {
        display: none
    }

    .m_header_box {
        display: block
    }

    .w1200 {
        padding: 0 15px
    }

    .mianbao {
        display: none
    }

    #nav_slide {
        display: block
    }

    .banner .swiper-button-next,.banner .swiper-button-prev {
        display: none
    }

    .fixed {
        left: 0.625rem;
        bottom: 0.625rem
    }

    .fixed li {
        margin-top: 0.9375rem
    }
}

@media(max-width: 992px) {
    .banner ul li a h5 {
        line-height: 3rem;
        bottom: 6rem;
        padding: 0 15px
    }
}

@media(max-width: 768px) {
    #gotop {
        right: 0;
        transform: scale(0.7)
    }

    .banner .miso-dots li {
        width: 20px;
        height: 15px
    }

    .banner .miso-dots {
        bottom: 1.25rem
    }

    .banner ul li a h5 {
        bottom: 4rem;
        font-size: 15px;
        width: auto
    }
}

@media(max-width: 540px) {
    .list_box0 .top-link {
        display: none
    }
}

@media(max-width: 350px) {
    #m_header #logo img {
        max-height: 25px
    }
}

.part1 {
    padding: 5rem 0 3.125rem 0;
    background: url(../images/part1-bg.png) no-repeat left bottom
}

.part1 .BMore {
    float: right
}

.Btitle {
    margin-bottom: 2.5rem
}

.Btitle a {
    display: table;
    font-size: 3rem;
    color: #143ca1;
    font-weight: bold;
    padding-bottom: 1.5625rem;
    position: relative
}

.Btitle a::after {
    content: "";
    width: 80px;
    height: 4px;
    background: #143ca1;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.6s all
}

.Btitle a:hover {
    color: #fe800c
}

.Btitle a:hover::after {
    content: "";
    width: 100%;
    transition: 0.6s all;
    background: #fe800c
}

.BMore {
    margin-top: 1.875rem
}

.BMore a {
    display: block;
    width: 170px;
    font-size: 1.25rem;
    color: #113fb5;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #c6c6c6;
    background: url(../images/more.png) no-repeat right 4px
}

.BMore a:hover {
    color: #fe800c
}

.part1BOX {
    align-items: stretch;
    position: relative
}

.part1BOX::after {
    content: "";
    width: 72.5%;
    height: calc(100% + 80px);
    background: #fff;
    position: absolute;
    top: -80px;
    right: 12px;
    box-shadow: 1.414px 1.414px 1.96px 0.04px rgba(0, 0, 0, 0.1)
}

.part1BOX::before {
    content: "";
    width: 72.5%;
    height: calc(100% + 80px);
    background: #143ca1;
    position: absolute;
    top: -92px;
    right: 0
}

.part1L {
    width: 45.71%;
    position: relative;
    z-index: 1
}

.part1L a {
    display: block;
    position: relative;
    overflow: hidden
}

.part1L .pic {
    overflow: hidden
}

.part1L .pic img {
    display: block;
    width: 100%;
    object-fit: cover;
    transition: 0.6s all
}

.part1L .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/part1-05.png);
    padding: 8.75rem 6.25rem;
    box-sizing: border-box;
    transition: 0.6s all
}

.part1L .text h5 {
    font-size: 1.5rem;
    color: #fff;
    line-height: 1.875rem;
    height: 1.875rem;
    overflow: hidden;
    margin-bottom: 2.5rem
}

.part1L .text p {
    font-size: 1rem;
    color: #fff;
    line-height: 1.5rem;
    height: 4.5rem;
    overflow: hidden;
    margin-bottom: 3.75rem
}

.part1L .text .time {
    font-size: 1rem;
    color: #fff;
    line-height: 24px;
    padding-left: 44px;
    background: url(../images/part1-03.png) no-repeat left center
}

.part1L .text i {
    float: right;
    margin-top: 3.75rem;
    font-style: normal;
    display: table;
    width: 13.125rem;
    height: 3.5rem;
    line-height: 3.5rem;
    background: #113fb5;
    border-radius: 0.5rem;
    text-align: center;
    font-size: 1.5rem;
    color: #fff
}

.part1L:hover .pic img {
    transform: scale(1.1);
    transition: 0.6s all
}

.part1L:hover .text {
    top: -100%;
    transition: 0.6s all
}

.part1R {
    position: relative;
    width: 54.29%;
    padding: 0 3.4375rem;
    box-sizing: border-box;
    z-index: 1
}

.part1R .swiper-container {
    position: initial !important;
    z-index: 3
}

.part1R .swiper-slide a {
    display: block;
    overflow: hidden
}

.part1R .swiper-slide .pic {
    overflow: hidden;
    margin-bottom: 1.25rem;
    max-height: 268px
}

.part1R .swiper-slide .pic img {
    display: block;
    width: 100%;
    transition: 0.6s all;
    object-fit: cover
}

.part1R .swiper-slide .text h5 {
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.5rem;
    height: 3rem;
    overflow: hidden;
    margin-bottom: 1.25rem;
    transition: 0.6s all
}

.part1R .swiper-slide .text p {
    font-size: 0.875rem;
    color: #666666;
    line-height: 1.125rem;
    height: 3.375rem;
    margin-bottom: 1.875rem;
    overflow: hidden
}

.part1R .swiper-slide .text h3 {
    font-weight: normal;
    line-height: 1.25rem
}

.part1R .swiper-slide .text h3 i {
    line-height: 20px;
    display: inline-block;
    font-style: normal;
    font-size: 0.875rem;
    color: #666666;
    padding-left: 28px;
    background: url(../images/part1-04.png) no-repeat left center
}

.part1R .swiper-slide .text h3 span {
    float: right;
    font-size: 0.875rem;
    color: #666666;
    transition: 0.6s all
}

.part1R .swiper-slide:hover .pic img {
    transform: scale(1.1);
    transition: 0.6s all
}

.part1R .swiper-slide:hover .text h5 {
    color: #004796;
    transition: 0.6s all
}

.part1R .swiper-slide:hover .text h3 span {
    color: #004796;
    transition: 0.6s all
}

.part1R .swiper-pagination {
    position: relative;
    padding-top: 2.5rem;
    margin-top: 3.125rem;
    position: relative
}

.part1R .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #dcdcdc;
    opacity: 1
}

.part1R .swiper-pagination-bullet-active {
    background: #004796
}

.part1R .swiper-pagination::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #f1f1f1;
    position: absolute;
    top: 0;
    left: 0
}

.part2 .Btitle a,.part3 .Btitle a {
    margin: 0 auto
}

.part2 {
    padding: 3.75rem 0;
    background: #fff url(../images/part2-bg.png) no-repeat center;
    background-size: cover
}

.part2 li {
    width: 31%;
    background: #fff;
    border: 1px solid #dcdcdc;
    position: relative;
    transition: 0.6s all
}

.part2 li::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #113fb5;
    position: absolute;
    bottom: 0;
    left: 0
}

.part2 li a {
    display: block;
    padding: 1.875rem
}

.part2 li p {
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.75rem;
    height: 3.5rem;
    overflow: hidden;
    margin-bottom: 1.625rem;
    transition: 0.6s all
}

.part2 li .time {
    height: 1.875rem;
    line-height: 1.875rem;
    border-left: 2px solid #113fb5;
    padding-left: 1.875rem;
    background: url(../images/part2-02.png) no-repeat right center
}

.part2 li .time i {
    font-style: normal;
    display: block;
    line-height: 1.875rem;
    font-size: 1rem;
    color: #666666;
    padding-left: 32px;
    background: url(../images/part2-01.png) no-repeat left center
}

.part2 li:hover {
    box-shadow: 0px 8px 27px 0px rgba(0, 0, 0, 0.17);
    transition: 0.6s all
}

.part2 li:hover p {
    color: #004796;
    transition: 0.6s all
}

.part2 .BMore {
    margin: 3.125rem auto 0 auto;
    display: table
}

.part3 .Btitle {
    position: relative;
    z-index: 1
}

.part3 .Btitle a {
    color: #fff;
    text-align: center
}

.part3 .Btitle a::after {
    background: #fff;
    left: 50%;
    margin-left: -40px
}

.part3 .Btitle a:hover::after {
    left: 0;
    margin-left: 0
}

.part3 {
    position: relative;
    padding: 2.5rem 0 3.125rem 0
}

.part3::after {
    content: "";
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/part3-bg.jpg) no-repeat top center;
    background-size: cover
}

.part3 .swiper-container {
    position: relative;
    z-index: 1;
    margin-left: 6.25%;
    right: 0;
    top: auto;
    background: #fff;
    box-shadow: 0px 1px 4.85px 0.15px rgba(0, 0, 0, 0.15)
}

.part3 .swiper-slide {
    padding: 5.5rem 1.875rem 2.5rem 1.875rem;
    border-right: 1px solid #f0f0f0
}

.part3 .swiper-slide a {
    display: block;
    padding-bottom: 3.625rem;
    background: url(../images/part3-04.png) no-repeat bottom right;
    transition: 0.6s all
}

.part3 .swiper-slide h5 {
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.5rem;
    height: 3rem;
    overflow: hidden
}

.part3 .swiper-slide ul {
    margin-top: 1.875rem;
    padding-top: 1.25rem;
    position: relative
}

.part3 .swiper-slide ul::after {
    content: "";
    width: 40px;
    height: 0.125rem;
    background: #fe800c;
    position: absolute;
    top: 0;
    left: 0
}

.part3 .swiper-slide li {
    margin-bottom: 0.625rem;
    padding-left: 1.5rem;
    background: url(../images/part3-01.png) no-repeat left center;
    font-size: 0.875rem;
    color: #666666;
    line-height: 1.25rem;
    height: 1.25rem;
    overflow: hidden
}

.part3 .swiper-slide li+li {
    background: url(../images/part3-02.png) no-repeat left center
}

.part3 .swiper-slide li+li+li {
    background: url(../images/part3-03.png) no-repeat left center
}

.part3 .swiper-slide:hover h5 {
    color: #fe800c;
    transition: 0.6s all
}

.part3 .swiper-slide:hover a {
    background: url(../images/part3-04on.png) no-repeat bottom right;
    transition: 0.6s all
}

.part3 .swiper-pagination {
    margin-top: 2.5rem;
    position: relative
}

.part3 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 5px;
    background: #d9d9d9;
    opacity: 1
}

.part3 .swiper-pagination-bullet-active {
    background: #004796
}

.part4 {
    background: #fff;
    position: relative
}

.part4 #tabs-container {
    width: 65.1%;
    margin-left: 0;
    position: relative;
    padding-bottom: 40px
}

.part4 #tabs-container::after {
    content: "";
    width: 100%;
    height: 40px;
    background: url(../images/part4-bg.png) no-repeat top;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: contain
}

.part4 #tabs-container .pic a {
    overflow: hidden;
    display: block
}

.part4 #tabs-container .pic img {
    display: block;
    width: 100%;
    object-fit: cover;
    transition: 0.6s all
}

.part4 #tabs-container .pic:hover img {
    transform: scale(1.1);
    transition: 0.6s all
}

.part4R {
    width: 55.2%;
    position: absolute;
    right: 6.25%;
    top: 50%;
    margin-top: -17.9375rem;
    z-index: 2;
    background: url(../images/part4-text.jpg) no-repeat center;
    padding: 3.75rem 3.75rem 6.875rem 3.75rem;
    background-size: cover
}

.part4 .swiper-text {
    width: 90px;
    border-right: 2px solid #f0f0f0;
    cursor: pointer
}

.part4 .swiper-text .text {
    display: none
}

.part4 .swiper-text.active {
    width: calc(100% - 180px);
    border-left: 4px solid #113fb5
}

.part4 .swiper-text.active .text {
    display: block
}

.part4 .swiper-text .time {
    width: 90px;
    text-align: center
}

.part4 .swiper-text .time .day {
    font-size: 2.625rem;
    color: #000;
    font-weight: bold
}

.part4 .swiper-text .time .month,.part4 .swiper-text .time .year {
    font-size: 1.125rem;
    color: #000;
    font-weight: 600
}

.part4 .swiper-text.active .time .day {
    font-weight: normal;
    font-size: 2.25rem;
    color: #113fb5;
    font-family: "times new roman"
}

.part4 .swiper-text.active .time .month,.part4 .swiper-text.active .time .year {
    font-weight: normal
}

.part4 .swiper-text .text {
    width: calc(100% - 120px)
}

.part4 .swiper-text .text a {
    display: block;
    padding-right: 4.375rem
}

.part4 .swiper-text .text h5 {
    font-size: 1.5rem;
    color: #333333;
    line-height: 1.75rem;
    height: 3.5rem;
    overflow: hidden;
    margin-bottom: 2.5rem;
    transition: 0.6s all
}

.part4 .swiper-text .text p {
    font-size: 1rem;
    color: #333333;
    line-height: 1.75rem;
    height: 5.25rem;
    overflow: hidden;
    margin-bottom: 3.5rem
}

.part4 .swiper-text .text i {
    width: 210px;
    height: 3.5rem;
    line-height: 3.5rem;
    background: #113fb5;
    font-style: normal;
    display: block;
    text-align: center;
    border-radius: 0.5rem;
    font-size: 1.5rem;
    color: #fff;
    transition: 0.6s all
}

.part4 .swiper-text .text:hover h5 {
    color: #113fb5;
    transition: 0.6s all
}

.part4 .swiper-text .text:hover i {
    background: #fe800c;
    transition: 0.6s all
}

.part4 .BMore {
    position: absolute;
    bottom: -3.75rem;
    right: 0
}

.part5 {
    background: #fff;
    padding: 3.75rem 0
}

.part5 .tabs {
    display: table;
    margin: 0 auto 2.5rem auto
}

.part5 .tabs a {
    font-size: 3rem;
    color: #999999;
    font-weight: bold;
    margin: 0 4.375rem;
    padding-bottom: 1.5625rem;
    position: relative
}

.part5 .tabs a.active {
    color: #143ca1
}

.part5 .tabs a.active::after {
    content: "";
    width: 80px;
    height: 4px;
    background: #113fb5;
    position: absolute;
    bottom: 0;
    left: 0
}

.part5 #tabs-container .pic {
    width: 44.64%;
    overflow: hidden
}

.part5 #tabs-container .pic img {
    display: block;
    width: 100%
}

.part5 #tabs-container ul {
    width: calc(55.36% - 80px);
    margin-left: 80px;
    padding-left: 80px;
    border-left: 1px solid #e4e4e4
}

.part5 #tabs-container li a {
    display: block;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #e4e4e4;
    position: relative
}

.part5 #tabs-container li a::after {
    content: "";
    width: 0;
    height: 1px;
    background: #143ca1;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: 0.6s all
}

.part5 #tabs-container li:last-child a {
    margin-bottom: 0
}

.part5 #tabs-container li h5 {
    font-size: 1.25rem;
    color: #333;
    line-height: 2rem;
    height: 2rem;
    overflow: hidden;
    margin-bottom: 0.9375rem;
    transition: 0.6s all
}

.part5 #tabs-container li .time {
    font-size: 0.875rem;
    line-height: 20px;
    padding-left: 30px;
    background: url(../images/part5-02.png) no-repeat left center;
    margin-bottom: 1.25rem
}

.part5 #tabs-container li i {
    font-size: 0.875rem;
    color: #999999;
    font-style: normal;
    display: table;
    padding-right: 34px;
    background: url(../images/part5-03.png) no-repeat right center
}

.part5 #tabs-container li:hover h5 {
    color: #143ca1;
    transition: 0.6s all
}

.part5 #tabs-container li:hover a::after {
    content: "";
    width: 100%;
    transition: 0.6s all
}

.part5 .BMore a {
    margin: 0 auto
}

.footerBOX {
    background: url(../images/footer-bg.jpg) no-repeat center;
    background-size: cover
}

.footer {
    padding: 1.875rem 0;
    align-items: stretch
}

.footerL {
    width: 23%;
    align-items: center
}

.footerL a {
    display: block;
    padding-right: 3.125rem
}

.footerL img {
    display: block;
    max-height: 50px;
    width: 100%
}

.footerC {
    width: 30.7%;
    padding: 0 3.125rem;
    border-left: 1px solid #617bc4
}

.footerC li {
    width: 49%;
    margin: 0.9375rem 0
}

.footerC li a {
    font-size: 0.875rem;
    color: #ffffff;
    display: block;
    transition: 0.6s all
}

.footerC li a:hover {
    opacity: 0.5;
    transition: 0.6s all
}

.footerCon {
    width: 28.9%;
    padding: 0 3.125rem;
    border-left: 1px solid #617bc4
}

.footerCon p {
    font-size: 0.875rem;
    color: #fff;
    margin: 0.9375rem 0
}

.footerR {
    width: 17.4%;
    padding-left: 3.125rem;
    border-left: 1px solid #617bc4
}

.footerR li {
    width: 47%
}

.footerR li .pic img {
    display: block;
    width: 100%
}

.footerR li p {
    font-size: 0.875rem;
    color: #fff;
    text-align: center;
    margin-top: 0.625rem
}

.copyright {
    padding: 0.875rem 0
}

.copyright p {
    font-size: 0.875rem;
    color: #fff;
    text-align: center
}

@media(max-width: 1680px) {
    .part1R::after {
        content: "";
        bottom: 130px
    }

    .part1R .swiper-pagination {
        bottom: 10px !important
    }

    .part3 .swiper-container {
        margin-left: 15px
    }

    .part4R {
        right: 15px
    }
}

@media(max-width: 1366px) {
    .part1L .text {
        padding: 1.875rem
    }

    .part1L .text i {
        margin-top: 0.9375rem
    }

    .part4 .swiper-text .text i {
        display: none
    }

    .part4 .swiper-text .text p {
        margin-bottom: 0
    }

    .part4R {
        padding: 3.75rem;
        margin-top: -11.25rem
    }

    .part4 .swiper-text .text h5 {
        font-size: 1.125rem;
        height: 5.25rem;
        margin-bottom: 1.25rem
    }

    .footerL a {
        padding-right: 1.25rem
    }

    .footerC {
        padding: 0 1.25rem
    }

    .footerCon {
        padding: 0 1.25rem
    }

    .footerR {
        padding-left: 1.25rem
    }
}

@media(max-width: 1200px) {
    .part4 #tabs-container {
        width: 100%
    }

    .part4R {
        position: relative;
        right: auto;
        width: calc(100% - 30px);
        margin: -5rem auto 0 auto;
        padding: 1.875rem;
        box-sizing: border-box
    }

    .part4 #tabs-container::after {
        display: none
    }

    .part5 #tabs-container .pic {
        width: 100%
    }

    .part5 .tabs {
        margin: 2.5rem auto 2.5rem auto
    }

    .part5 #tabs-container ul {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        border-left: none;
        margin-top: 1.875rem
    }

    .part4 .swiper-text {
        display: none;
        border-right: none
    }

    .part4 .swiper-text.active {
        display: flex;
        width: 100%
    }

    .part4 .swiper-text .text h5 {
        height: auto
    }

    .part4 .swiper-text .text a {
        padding-right: 0
    }
}

@media(max-width: 1000px) {
    .part1L {
        width: 100%
    }

    .part1R {
        width: 100%;
        margin-top: 1.875rem
    }

    .part1BOX::before,.part1BOX::after {
        width: 100%;
        top: 0;
        height: 100%
    }

    .Btitle a {
        margin: 0 auto
    }

    .part1R .swiper-pagination {
        position: relative !important;
        bottom: auto;
        margin-top: 3.75rem
    }

    .part5 .tabs a {
        margin: 0 0.625rem
    }

    .footerL {
        width: 100%
    }

    .footerL a {
        display: table;
        margin: 0 auto;
        padding-right: 0
    }

    .footerC {
        width: 100%;
        padding: 0.9375rem 0;
        border-top: 1px solid #617bc4;
        border-left: none;
        margin-top: 0.9375rem
    }

    .footerCon {
        width: 100%;
        padding: 0.9375rem 0;
        border-top: 1px solid #617bc4;
        border-left: none
    }

    .footerCon p {
        text-align: center
    }

    .footerR {
        padding-left: 0;
        padding-top: 0.9375rem;
        width: 100%;
        border-top: 1px solid #617bc4;
        border-left: none
    }

    .footerR li .pic img {
        max-width: 100px;
        margin: 0 auto
    }

    .part1L .pic {
        position: relative
    }

    .part1L .pic::after {
        content: "";
        width: 100%;
        height: 100%;
        background: url(../images/part1-05.png);
        position: absolute;
        bottom: 0;
        left: 0
    }

    .part1L .text {
        background: none;
        height: auto;
        bottom: 2.5rem;
        top: auto
    }
}

@media(max-width: 768px) {
    .part4 .swiper-text .text a {
        padding-right: 1.25rem
    }

    .part4 .swiper-text .text {
        width: calc(100% - 90px)
    }

    .part5 .tabs a {
        font-size: 1.625rem
    }

    .part2 li {
        width: 100%;
        margin-bottom: 1.5rem
    }
}

@media(max-width: 540px) {
    .part4 .swiper-text,.part4 .swiper-text .time {
        width: 60px
    }

    .part4 .swiper-text.active {
        width: calc(100% - 120px)
    }

    .part4 .swiper-text .text {
        width: calc(100% - 60px)
    }

    .part4 .swiper-text .text h5 {
        font-size: 1rem;
        height: auto
    }

    .part4 .swiper-text .text p {
        display: none
    }

    .part1L .text {
        bottom: 0
    }
}

@media(max-width: 411px) {
    .part1L .text i {
        display: none
    }

    .part5 .tabs a {
        font-size: 1.25rem
    }
}

.list-bg {
    background: url(../images/top-bg.jpg) no-repeat top center;
    background-size: 100% 200px
}

.list-banner {
    position: relative;
    width: calc(100% - 12.5%);
    margin: 0 auto
}

.list-banner .pic {
    overflow: hidden;
    width: 100%
}

.list-banner .pic img {
    display: block;
    width: 100%
}

.position {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/position.png) no-repeat bottom center
}

.position p {
    position: absolute;
    right: 1.875rem;
    font-size: 0.75rem;
    color: #fff;
    bottom: 1.5625rem;
    line-height: 24px;
    padding-left: 30px;
    background: url(../images/position02.png) no-repeat left center
}

.position p a {
    font-size: 0.875rem;
    color: #fff;
    padding: 0 0.875rem;
    transition: 0.6s all
}

.position p a:hover {
    opacity: 0.5;
    transition: 0.6s all
}

.w148 {
    max-width: 1480px;
    margin: 0 auto;
    width: 100%
}

.listBox {
    width: calc(100% - 12.5%);
    margin: 0 auto 3.75rem auto;
    background: #fff
}

.mianbao_box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url() center bottom no-repeat;
    background-size: 100% 100%
}

.mianbao_box .w1200 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

.mianbao_box .rr {
    display: flex;
    align-items: center;
    padding: 0 0 1rem
}

.mianbao_box .ll {
    font-size: 1.875rem;
    color: #fff;
    padding: 1rem 1.5rem 0 0;
    margin-right: 1rem;
    background: url() center no-repeat;
    width: 260px;
    height: 120px;
    font-family: SourceHanSerifSC-Regular;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center
}

#nav_slide {
    background: #113fb5;
    line-height: 50px;
    position: relative;
    z-index: 2;
    display: none
}

#nav_slide #bnt_back {
    position: absolute;
    left: 1rem;
    top: -2px
}

#nav_slide #bnt_back img {
    height: 20px;
    vertical-align: middle
}

#nav_slide .n_title {
    height: 50px
}

#nav_slide h1 {
    font-size: 16px;
    color: #fff;
    text-align: center
}

#bnt_sub_nav {
    position: absolute;
    right: 1rem;
    top: 14.5px;
    cursor: pointer
}

#bnt_sub_nav img {
    display: block;
    height: 20px
}

#bnt_sub_nav.on img {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

#sub_nav_content {
    background: #f2f2f2;
    display: none;
    z-index: 9;
    width: 100%
}

#sub_nav_content ul li {
    background: none;
    box-shadow: none;
    border-bottom: 1px solid #dedede;
    padding: 0 15px
}

#sub_nav_content ul li a {
    display: inline-block;
    font-size: 14px;
    padding: 0;
    color: #333;
    width: 88%
}

#sub_nav_content ul li i {
    float: right;
    font-family: simsun;
    font-style: normal;
    font-weight: bold
}

#sub_nav_content ul li ul li {
    border: 0;
    line-height: 28px;
    padding-left: 10px
}

#sub_nav_content ul li ul li a {
    font-size: 13px;
    color: #666
}

#sub_nav_content ul li.on>a {
    color: #113fb5
}

#sub_nav_content ul li ul {
    display: none
}

.n_container .n_left {
    float: left;
    width: 400px;
    position: relative;
    z-index: 1;
    margin-top: -3.125rem
}

.n_container .n_left h5 {
    background: #113fb5;
    padding: 1.875rem 1.25rem;
    font-size: 3rem;
    color: #fff;
    text-align: center
}

.n_container .n_left ul {
    margin-left: 1.25rem;
    position: relative;
    background: #f5f8ff;
    padding: 2.625rem 1.25rem;
    padding-bottom: 4.625rem;
    box-shadow: 2.351px 3.236px 4px 0px rgba(24, 24, 24, 0.1)
}

.n_container .n_left ul::after {
    content: "";
    width: 1.25rem;
    height: 18.75rem;
    height: 30%;
    position: absolute;
    left: -1.25rem;
    top: 0;
    background: #113fb5
}

.n_container .n_left .con ul li {
    line-height: 1.75rem;
    font-size: 1.25rem;
    color: #333333;
    position: relative;
    margin-bottom: 0
}

.n_container .n_left .con ul li.on dl {
    display: block !important
}

.n_container .n_left .con ul li i {
    position: absolute;
    background: url(../images/i_ico.png) center no-repeat;
    width: 14px;
    height: 14px;
    right: 0;
    top: 1.5rem;
    z-index: 1
}

.n_container .n_left .con ul li.on i {
    background: url(../images/i_ico_on.png) center no-repeat
}

.n_container .n_left .con ul li>a {
    color: #666666;
    width: calc(100% - 30px);
    font-size: 1.25rem;
    line-height: 1.75rem;
    padding: 0.9375rem 0;
    display: block;
    border-bottom: 1px dashed #ecedf0;
    transition: .5s;
    position: relative;
    z-index: 1
}

.n_container .n_left .con ul li.on>a {
    border-bottom: none
}

.n_container .n_left .con ul li.on>a,.n_container .n_left .con ul li:hover>a {
    color: #113fb5
}

.n_container .n_left .con ul li.on>a:before,.n_container .n_left .con ul li:hover>a:before {
    opacity: 1
}

.n_container .n_left .con ul li dl {
    display: none;
    padding: 1.25rem;
    position: relative;
    background: #fff;
    margin-right: -1.25rem
}

.n_container .n_left .con ul li dl:before {
    content: "";
    position: absolute;
    right: 2rem;
    left: 2rem;
    top: 0;
    height: 1px
}

.n_container .n_left .con ul li dl dd {
    height: auto;
    line-height: 1.5rem;
    padding: 0.625rem 0;
    border-bottom: 1px dashed #efeeef
}

.n_container .n_left .con ul li dl dd:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.n_container .n_left .con ul li dl dd a {
    font-size: 16px;
    color: #666666 !important;
    position: relative;
    margin: 0;
    font-weight: normal !important;
    position: relative;
    padding-left: 26px;
    display: block
}

.n_container .n_left .con ul li dl dd.on a::after {
    content: "";
    width: 6px;
    height: 6px;
    background: #113fb5;
    position: absolute;
    left: 0;
    top: 0.5rem;
    border-radius: 50%
}

.n_container .n_left .con ul li dl dd:last-child a {
    border: none
}

.n_container .n_left .con ul li dl dd a:hover,.n_container .n_left .con ul li dl dd.on a {
    color: #113fb5 !important
}

.n_container {
    padding-bottom: 2.5rem
}

.n_container .n_right {
    width: calc(100% - 440px);
    padding-top: 2.5rem;
    min-height: 240px
}

.fanye {
    margin-top: 2.5rem
}

.fanye img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.n_yanji .miso_hd {
    position: relative;
    margin-bottom: 3rem
}

.n_yanji .miso_hd::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #113fb5;
    position: absolute;
    top: 12px;
    left: 0
}

.n_yanji .miso_hd ul {
    padding: 0 2rem;
    position: relative;
    z-index: 2
}

.n_yanji .miso_hd ul li {
    text-align: center
}

.n_yanji .miso_hd ul li * {
    transition: .5s
}

.n_yanji .miso_hd ul li a {
    display: block;
    padding-top: 2.625rem;
    font-size: 1.5rem;
    color: #323232;
    position: relative
}

.n_yanji .miso_hd ul li a::before {
    content: "";
    position: absolute;
    background: url(../images/ky01.png) top center no-repeat;
    width: 25px;
    height: 25px;
    left: 50%;
    margin: 0 0 0 -12.5px;
    top: 0
}

.n_yanji .miso_hd ul li.on a,.n_yanji .miso_hd ul li:hover a {
    color: #113fb5;
    font-weight: bold
}

.n_yanji .miso_hd ul li.on a::before,.n_yanji .miso_hd ul li:hover a::before {
    background: url(../images/ky01On.png) center no-repeat
}

.n_yanji .miso_hd ul .miso-arrow {
    width: 22px;
    height: 22px
}

.n_yanji .miso_hd ul .miso-prev {
    background: url(../images/kyL.png) center no-repeat
}

.n_yanji .miso_hd ul .miso-prev:hover {
    background: url(../images/kyLOn.png) center no-repeat
}

.n_yanji .miso_hd ul .miso-next {
    background: url(../images/kyR.png) center no-repeat
}

.n_yanji .miso_hd ul .miso-next:hover {
    background: url(../images/kyROn.png) center no-repeat
}

.list_box7s1 {
    position: relative;
    z-index: 1
}

.list_box7s1 li {
    margin-bottom: 1.125rem
}

.list_box7s1 li:last-child {
    margin-bottom: 0
}

.list_box7s1 li a {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 1.875rem 3.125rem;
    background: #fff;
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.1);
    transition: 0.6s all
}

.list_box7s1 li p {
    position: relative;
    float: left;
    font-size: 1.125rem;
    color: #333;
    width: calc(100% - 130px);
    height: 1.75rem;
    line-height: 1.75rem;
    overflow: hidden
}

.list_box7s1 li i {
    font-style: normal;
    display: block;
    float: right;
    width: 120px;
    height: 1.75rem;
    line-height: 1.75rem;
    background: #eaf0ff;
    border-radius: 0.875rem;
    font-size: 1rem;
    color: #113fb5;
    text-align: center
}

.list_box7s1 li:hover a {
    background: #113fb5;
    transition: 0.6s all
}

.list_box7s1 li:hover p {
    color: #fff
}

.show01 {
    padding-bottom: 1.875rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #e5e5e5
}

.show01 h5 {
    font-size: 1.875rem;
    color: #333;
    line-height: 2.5rem;
    margin-bottom: 1.25rem
}

.show01 i {
    font-style: normal;
    font-size: 1.125rem;
    color: #666666
}

.show02 p:last-child {
    margin-bottom: 0
}

.show02 p {
    font-size: 1.25rem;
    color: #333333;
    line-height: 2.25rem;
    font-family: "times new roman" !important;
    margin-bottom: 0.35rem
}

.show02 img {
    width: auto;
    max-width: 80%;
    margin: 20px auto;
    display: block
}

.show03 {
    padding-top: 1.875rem;
    margin-top: 2.5rem;
    border-top: 1px solid #e5e5e5
}

.show03 p {
    margin: 0.5rem 0;
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.75rem;
    font-family: "times new roman"
}

.show03 p a {
    color: #333;
    font-family: "times new roman";
    transition: 0.6s all
}

.show03 p a:hover {
    color: #113fb5;
    transition: 0.6s all
}

table {
    width: 100% !important
}

iframe {
    margin: 0 auto;
    display: block;
    width: 100%
}

table {
    line-height: 2;
    width: 100%;
    margin: 20px 0px
}

table td {
    padding: 0 5px
}

.n_sz li {
    width: 30.9%;
    margin-bottom: 1.875rem;
    /* min-height: 20rem; */
    margin-right: 0.5rem;
    margin-left: 1rem;
}

.n_sz li a {
    position: relative
}

.n_sz li a::after {
    content: "";
    width: 100%;
    height: calc(100% - 90px);
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15)
}

.n_sz li .pic {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.n_sz li .pic img {
    display: block;
    width: 110px;
    height: 159px;
    object-fit: cover;
    transition: 0.6s all
}

.n_sz li .text {
    width: calc(100% - 111px);
    padding: 0 1rem;
    position: relative;
    z-index: 1
}

.n_sz li .text::after {
    content: "";
    width: 32px;
    height: 20px;
    background: url(../images/sz02.png) no-repeat center;
    position: absolute;
    bottom: 1.875rem;
    right: 0.875rem;
    transition: 0.6s all
}

.n_sz li .text h5 {
    height: 90px;
    line-height: 90px;
    font-size: 1.3rem;
    color: #333333;
    overflow: hidden;
    transition: 0.6s all
}

.n_sz li .text p {
    /* margin-top: 0.5rem; */
    font-size: 1.125rem;
    color: #333333;
    line-height: 2.25rem;
    height: 6.75rem;
    overflow: hidden
}

.n_sz li:hover .pic img {
    transform: scale(1.1);
    transition: 0.6s all
}

.n_sz li:hover .text::after {
    content: "";
    right: 2.5rem;
    transition: 0.6s all
}

.n_sz li:hover .text h5 {
    color: #113fb5;
    transition: 0.6s all
}

.n_tw li {
    width: 45.27%;
    margin-bottom: 1.875rem
}

.n_tw li a {
    display: block;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1)
}

.n_tw li .pic {
    overflow: hidden
}

.n_tw li .pic img {
    display: block;
    width: 100%;
    height: 284px;
    object-fit: cover;
    transition: 0.6s all
}

.n_tw li .text {
    padding: 1.875rem 3.75rem;
    background: #fff
}

.n_tw li .text p {
    font-size: 1.25rem;
    color: #333333;
    line-height: 2.25rem;
    height: 4.5rem;
    overflow: hidden;
    margin-bottom: 1.5rem;
    transition: 0.6s all
}

.n_tw li .text i {
    font-size: 1rem;
    color: #666666;
    font-style: normal
}

.n_tw li:hover .pic img {
    transform: scale(1.1);
    transition: 0.6s all
}

.n_tw li:hover .text p {
    color: #113fb5;
    transition: 0.6s all
}

.n_shizi_detail .fl01 {
    align-items: flex-start;
    margin-bottom: 5rem
}

.n_shizi_detail .fl01 .left {
    width: 20.7%;
    position: relative
}

.n_shizi_detail .fl01 .left .pic {
    overflow: hidden
}

.n_shizi_detail .fl01 .left .pic img {
    display: block;
    width: 100%
}

.n_shizi_detail .fl01 .left .text {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: url(../images/teacher02.png) no-repeat bottom center;
    background-size: cover
}

.n_shizi_detail .fl01 .left .text h5 {
    position: absolute;
    bottom: 1.25rem;
    left: 0;
    width: calc(100% - 20px);
    font-size: 1.5rem;
    color: #fff;
    text-align: center
}

.n_shizi_detail .fl01 .right {
    width: 76%
}

.n_shizi_detail .fl01 .right p {
   
    color: #333;
  
}


.n_shizi_detail .fl01 .right h5 {
    font-size: 1.5rem;
    line-height: 2.125rem;
    margin-bottom: 0.625rem;
    font-family: 'Times New Roman';
    font-weight: bold
}

.n_shizi_detail .fl01 .right h4 {
   
}

.shizi_detail_box {
    margin-bottom: 3.75rem;
    justify-content: space-around
}

.shizi_detail_box li {
    height: 50px;
    line-height: 50px;
    text-align: center
}

.shizi_detail_box li a {
    display: block;
    padding: 0 1.5rem;
    font-size: 1.5rem;
    color: #666666;
    font-family: "times new roman"
}

.shizi_detail_box li.on a {
    background: #113fb5;
    border-radius: 25px;
    color: #fff
}

.n_shizi_detail .ar_article p {
    font-size: 1.125rem;
    color: #333;
    line-height: 2.25rem;
    margin-bottom: 1.25rem;
    font-family: "times new roman";
    text-indent: 0
}

.n_shizi_detail .list_box21 li {
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
    border-bottom: 2px dashed #dedede
}

.n_shizi_detail .list_box21 li a {
    display: block;
    padding-right: 96px;
    background: url(../images/teacher03.png) no-repeat right center
}

.n_shizi_detail .list_box21 li p {
    font-size: 1.125rem;
    color: #333;
    line-height: 2.1875rem;
    height: 4.375rem;
    overflow: hidden;
    transition: 0.6s all
}

.n_shizi_detail .list_box21 li:hover p {
    color: #113fb5;
    transition: 0.6s all
}

.list_pic li {
    width: 30.4%;
    margin-bottom: 1.875rem
}

.list_pic li a {
    display: block;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1)
}

.list_pic li .pic {
    overflow: hidden
}

.list_pic li .pic img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: 0.6s all
}

.list_pic li .text {
    padding: 1.25rem 0.9375rem;
    background: #fff
}

.list_pic li .text p {
    font-size: 1.125rem;
    line-height: 1.875rem;
    height: 3.75rem;
    overflow: hidden;
    transition: 0.6s all
}

.list_pic li:hover .pic img {
    transform: scale(1.1);
    transition: 0.6s all
}

.list_pic li:hover .text p {
    color: #113fb5;
    transition: 0.6s all
}

.n_shizi_detail .list_box7s1 {
    padding: 10px
}

.n_shizi_detail .list_con li {
    font-size: 1.125rem;
    color: #333;
    line-height: 30px;
    padding-left: 32px;
    background: url(../images/teacher05.png) no-repeat left 4px;
    margin-bottom: 1.875rem
}

.n_shizi_detail .list_con li+li {
    background: url(../images/teacher06.png) no-repeat left 4px
}

.n_shizi_detail .list_con li+li+li {
    background: url(../images/teacher07.png) no-repeat left 4px
}

.n_shizi_detail .list_con li+li+li+li {
    background: url(../images/teacher08.png) no-repeat left 4px
}

@media(max-width: 1680px) {
    .w148 {
        width: calc(100% - 30px);
        margin: 0 auto
    }
}

@media(max-width: 1480px) {
    .n_tw li .pic img {
        height: 218px
    }

    .list_pic li .pic img {
        height: 249px
    }
}

@media(max-width: 1366px) {
    .n_tw li .pic img {
        height: 190px
    }

    .list_pic li .pic img {
        height: 224px
    }
}

@media(max-width: 1200px) {
    .list-nav {
        display: none
    }

    #nav_slide {
        display: block;
        margin-bottom: 1.875rem
    }

    .n_container .n_left {
        display: none
    }

    .n_container .n_right {
        width: 100%
    }

    .n_container .n_right .show img {
        width: auto!important;
        height: auto!important
    }

    .position {
        display: none
    }

    .list-banner {
        width: calc(100% - 30px)
    }

    .n_sz li {
        width: 48%
    }

    .n_sz li .pic img {
        width: 240px;
        height: 280px
    }

    .n_sz li .text {
        width: calc(100% - 240px)
    }

    .n_tw li .pic img {
        height: 285px
    }

    .list_pic li .pic img {
        height: 224px
    }

    .shizi_detail_box li a {
        padding: 0 1.875rem
    }
}

@media(max-width: 1000px) {
    .n_sz li {
        width: 100%
    }

    .n_tw li .pic img {
        height: 224px
    }

    .shizi_detail_box li {
        width: 33.33%
    }
}

@media(max-width: 850px) {
    .list_box7s1 li p {
        width: 100%;
        height: auto;
        line-height: 1.75rem;
        float: none
    }

    .list_box7s1 li i {
        float: none;
        margin-top: 0.625rem
    }

    .list_box7s1 li a {
        padding: 1.25rem
    }

    .n_tw li {
        width: 100%
    }

    .n_tw li .pic img {
        height: auto
    }

    .n_tw li .text p {
        height: auto
    }

    .n_tw li .text {
        padding: 1.25rem
    }

    .list_pic li {
        width: 48%
    }

    .list_pic li .pic img {
        height: 242px
    }

    .shizi_detail_box li {
        width: 50%
    }

    .shizi_detail_box li.on a {
        padding: 0
    }
}

@media(max-width: 768px) {
    .list_pic li {
        width: 100%
    }

    .list_pic li .pic img {
        height: auto
    }
}

@media(max-width: 540px) {
    .n_sz li .pic img {
        width: 129px;
        height: 156px
    }

    .n_sz li .text {
        width: calc(100% - 129px)
    }

    .n_sz li .text h5 {
        height: 50px;
        font-size: 1.1rem;
        line-height: 50px
    }

    .n_sz li a::after {
        height: calc(100% - 50px)
    }

    .n_sz li .text p {
        margin-top: 1.25rem
    }

    .n_shizi_detail .fl01 .left {
        width: 100%;
        margin-bottom: 1.25rem
    }

    .n_shizi_detail .fl01 .right {
        width: 100%
    }

    .shizi_detail_box li a {
        font-size: 1.125rem;
        padding: 0
    }
}