@charset "utf-8";

/* CSS Document public*/

.sybody {
    font-family: futura, Microsoft YaHei, -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, "Helvetica Neue", Arial, "Open Sans", "Hiragino Sans GB", sans-serif;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
}

body {
    pad ding: 0;
    margin: 0;
    font-family: Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    line-height: 1;
    font-size: 16px;
    overflow-x: hidden;
    transition: all 0.4s ease-in;
}

html,
body {
    min-height: 100%;
    overflow-x: hidden;
}

html {
    overflow: -moz-scrollbars-vertical;
}

::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #333;
}

.clear:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

@font-face {
    font-family: BELLB;
    src: url("../fonts/BELLB.TTF");
}

@font-face {
    font-family: futura;
    src: url("../fonts/futura.woff");
}

@font-face {
    font-family: FUTURAROUND;
    src: url("../fonts/FUTURAROUND.TTF");
}

@font-face {
    font-family: FUTURAROUNDB;
    src: url("../fonts/FUTURAROUNDB.ttf");
}

input,
button,
textarea {
    background: none;
    outline: none;
    border: none;
    -webkit-appearance: none;
    border-radius: 0
}

input:focus {
    border: none;
}

.img_zd {
    position: relative;
    width: 100%
}

.img_zd .img_hezi {
    padding-bottom: 67.80% !important;
}

.img_zd>img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

a {
    text-decoration: none;
    bblr: expression(this.onFocus=this.blur());
    /*IE使用*/
    outline-style: none;
    /*FF使用*/
    ;
    outline: none;
}

a,
input,
img,
:focus {
    mayfish: expression(this.onfocus=this.blur);
    cursor: handbblr: expression(this.onFocus=this.blur());
    /*IE使用*/
    outline-style: none;
    /*FF使用*/
}


/*去除a标签带来的虚框*/

ul {
    list-style: none;
}

img {
    border: 0px
}

ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

ul li {
    list-style: none;
}

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
}

video {
    object-fit: cover
}

.fl {
    float: left
}

.fr {
    float: right
}

.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')";
    /* For IE 8 */
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999');
    /* For IE 5.5 - 7 */
    -moz-box-shadow: 1px 1px 10px #999999;
    /* for firefox */
    -webkit-box-shadow: 1px 1px 10px #999999;
    /* for safari or chrome */
    box-shadow: 1px 1px 10px #999999;
    /* for opera or ie9 */
}

.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
}


/*透明代码*/

.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;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: #f1f1f1
}

::-webkit-scrollbar-track {
    border-radius: 0;
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #333333
}

.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;
}

input::-webkit-input-placeholder {
    color: #999;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}

textarea::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}

.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;
}

.pic img {
    transition: 0.4s;
}

.pic {
    overflow: hidden;
}

.w100 {
    width: 100%;
}

.w1000 {
    max-width: 1000px;
    margin: 0 auto;
}

.w14 {
    max-width: 1100px;
    margin: 0 auto;
}

.w13 {
    max-width: 1100px;
    margin: 0 auto;
}

.w12 {
    max-width: 1100px;
    margin: 0 auto;
}

.w174 {
    max-width: 1740px;
    margin: 0 auto;
}

.w3 {
    padding: 0 3.125%;
    margin: 0 auto;
}

@media (max-width:1740px) {
    .w174 {
        width: calc(100% - 30px);
        margin: 0 15px;
    }
}

@media (max-width:1280px) {
    .w14 {
        width: calc(100% - 30px);
        margin: 0 15px;
    }
}

@media (max-width:1280px) {
    .w13 {
        width: calc(100% - 30px);
        margin: 0 15px;
    }
}

ul li:hover h5 a {
    color: #003d98
}

.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;
}

img {
    vertical-align: middle
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flex-start {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}


/* Slider */

#gotop {
    position: fixed;
    z-index: 90;
    bottom: 80px;
    right: 30px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    width: 44px;
    height: 44px;
}

#gotop.hide {
    height: 0;
    opacity: 0;
    visibility: hidden
}

#gotop {
    cursor: pointer;
}

#gotop img {
    width: 100%;
    height: 100%;
    fill: #0d71e6;
}

.fixed {
    border-radius: 5px;
    background: #0d3a7d;
    box-shadow: 0px 2px 7px 0px rgba(26, 30, 36, 0.32);
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 5;
}

.fixed a {
    display: block;
    padding: 0.5rem 0.75rem;
}

.fixed a p {
    font-size: 0.875rem;
    color: #fff;
    line-height: 1.625rem;
    padding-right: 2.5rem;
    background: url(../images/fixed.png) no-repeat right center;
    transition: 0.6s all;
}

.fixed:hover a p {
    padding-right: 2.75rem;
    transition: 0.6s all;
}

@font-face {
    font-family: 'FZJuZXFJW';
    src: url('');
}

@media (max-width:1920px) {
    html {
        font-size: 16px;
    }
}

@media (min-width:1400px) and (max-width:1600px) {
    html {
        font-size: 15px;
    }
}

@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: 12px;
    }
}

@media (max-width:328px) {
    html {
        font-size: 12px;
    }
}


/*==========================================公共 开始=============================================*/

.header_box {
    z-index: 100;
    height: 6.625rem;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    padding-top: 0.25rem;
}

.header_box2 {
    background: #fff;
    height: 9rem;
    position: inherit;
}

.header_box001 {
    position: absolute;
}

.header_box::before {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 8;
}

.header_box2::before {
    background-image: none;
}

.header_box .w14 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 112px;
}

#header {
    z-index: 999;
    width: 100%;
    transition: 0.6s;
    margin-top: 1.2rem;
}

.header_box2>#header {
    margin-top: 2.25rem;
}

#header .headerflex {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 10;
}

#header .headerflex .rightBox {
    width: 100%;
}

#header .flex {
    align-items: center;
}


/* #header:before{content:"";position:absolute;background:#fff;height:90px;top: 0;left: 0;right: 0;transition: 0.2s;opacity: 1;visibility: visible;} */

.topLink {}

.topLink p {
    margin-right: 1rem;
}

.topLink p a {
    font-size: 0.875rem;
    color: #FFFEFE;
    font-family: "microsoft yahei";
    display: inline-block;
    line-height: 2rem;
    position: relative;
}

.topLink p a+a {
    margin-left: 1rem;
}

.topLink p a:hover {
    color: #c8212d;
}

.topLink .search_btn {
    cursor: pointer;
    text-align: center;
    transition: .6s;
}

.topLink .search_btn img {
    display: block;
    width: 16px;
}

.header_top {
    height: 30px;
    line-height: 30px;
    background: #6f1fae;
    overflow: hidden;
    text-align: right;
    z-index: 10;
    position: relative;
}

.header_top ul {
    display: inline-block;
    vertical-align: top
}

.header_top ul li {
    font-size: 1rem;
    color: #fff;
}

.header_box .w1750 {
    height: 100%;
    position: relative;
    max-width: 100%;
    margin: 0 10rem;
}


/*.line_bot{ display:block; width:100%; height:1px; position:absolute; left:0; bottom:0; background:rgba(255,255,255,.2);}*/

#logo {
    max-height: 50px;
    position: relative;
    z-index: 9;
}

#logo a {
    display: block;
}

#logo a img {
    display: block;
    max-width: 80%;
}

#nav {
    position: relative;
}

#nav .navBox {
    width: 100%;
}

#nav ul {
    position: relative;
}

#nav ul li {
    position: relative;
    z-index: 9;
    margin-right: 1.5rem;
}

#nav ul li a {
    display: block;
    padding: 0;
}

#nav ul li h3 {
    font-size: 1.125rem;
    font-family: BELLB;
    color: #FFFEFE;
    line-height: 40px;
    position: relative;
    transition: .6s;
}

.header_box2 #header #nav ul li h3 {
    color: #323232;
}

#nav ul li h3::after {
    content: "";
    width: 0;
    height: 4px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.6s all;
}

.header_box2 #header #nav ul li h3::after {
    background: #0d3a7d;
}

#nav ul li:hover a h3::after {
    width: 100%;
    transition: 0.6s all;
}

#nav ul li:hover a {}

#nav ul li.on h3::after {
    width: 100%;
}

#nav ul li:hover a h3 span,
#nav ul li.on h3 span {
    background: url() no-repeat left center;
}

#nav ul li a i {
    display: inline-block;
    background: url() center no-repeat;
    width: 9px;
    height: 6px;
    background-size: contain;
    vertical-align: middle;
    margin-left: 8px;
}

#nav ul li .sub {
    position: absolute;
    top: 100%;
    background: #fff;
    background: rgba(255, 255, 255, .95);
    width: 200px;
    left: 50%;
    margin-left: -100px;
    z-index: 10000;
    /* transform:translateY(-20px); */
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .5s;
}

#nav ul li:last-child .sub {
    margin-left: 0;
    left: auto;
    right: 0;
}

#nav ul li .sub .box {
    padding: 10px 0px;
    text-align: center;
}

#nav ul li .sub a {
    padding: 0;
    line-height: 2.5;
    transition: .3s;
    font-size: 1rem;
    color: #666;
    position: relative;
    transition: 0.6s all;
}

#nav ul li .sub a::after {
    content: "";
    width: 0;
    height: 1px;
    background: #0d3a7d;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.6s all;
}

#nav ul li .sub a:hover::after {
    content: "";
    width: 100%;
    transition: 0.6s all;
}

#nav ul li .sub a:hover {
    color: #0d3a7d;
    transition: 0.6s all;
}

#nav ul li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

#nav ul>li.on h3,
#nav ul li:hover h3,
#header.xg #nav ul li.on a h3,
#header.xg #nav ul li:hover a h3 {}

#nav .navBox>ul>li:hover h3.ej:after,
#nav ul li.on h3.ej:after {
    transform: scale(1);
}

#nav .navBox>ul>li:hover h3.er:before,
#nav>ul>li.on h3.ej:before {
    opacity: 1;
    visibility: visible
}

#header.xg {
    background: #0d3a7d;
    height: auto;
    transition: 0.4s;
    box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
    margin-top: 0;
    position: relative;
    z-index: 9;
}

#header .w17>.flex {
    padding: 0.5rem 0 1rem 0;
}

#header.xg .topLink {
    display: none;
}

#header.xg .headerflex {
    margin-top: 0;
}

#header.xg #logo a img {
    width: 62%;
}

#header.xg.header_box::before {
    display: none;
}

#nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


/**/

#logo .logo_black {
    display: none;
}

.top_search_black {
    display: none;
}

#header.xg {
    top: -0.25rem;
    padding: 0.5rem 0;
}

#header.xg #logo .logo_black,
#header.xg .top_search_black {
    display: inline-block;
}

#header.xg .top_search_white {
    display: none;
}

#header.xg #nav ul li a h3 {
    color: #FFFEFE;
}

@media(max-width: 1200px) {
    .header_box {
        display: none;
    }
}

@media(max-width: 850px) {
    .topLink {
        display: none;
    }
    #header {
        display: none;
    }
}


/* 右侧 开始*/

.asideRight {
    position: fixed;
    top: 0;
    right: 0;
    background: #141414;
    height: 100vh;
    width: 40px;
    z-index: 7;
}

.asideRight ul {
    flex-direction: column;
    width: 100%;
}

.asideRight ul li {
    margin: 10px 0;
    width: 100%;
}

.asideRight ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 2.125rem;
    display: flex;
    align-items: center;
}

.asideRight ul li a img {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 8;
}

.asideRight ul li a p {
    font-size: 0.75rem;
    color: white;
    position: absolute;
    right: -7.5rem;
    top: 0;
    height: 2.125rem;
    width: 7.5rem;
    background: #4eaf4b;
    line-height: 2.125rem;
    padding-left: 1rem;
    z-index: 4;
    transition: 0.4s ease-out;
    overflow: hidden;
    border-radius: 6px;
}

.asideRight ul li a:hover p {
    ;
    transition: 0.4s ease-out;
    right: 0;
}

.asideRight ul li:last-child {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    background: url() no-repeat top center;
}


/* 右侧 结束 */

.tc2 .tc-box form {
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    height: 60px;
    width: 100%;
}

.tc2 .tc-box input[type="text"] {
    border: none;
    width: 94%;
    display: block;
    height: 60px;
    text-align: left;
    color: #434343;
    font-size: 14px;
    background: none;
    line-height: 60px;
    padding: 0 20px;
}

.tc2 .tc-box input[type="text"]:focus {
    text-align: left;
}

.tc2 .tc-box input[type="submit"] {
    position: absolute;
    right: 0;
    top: 50%;
    padding: 0;
    z-index: 2;
    background: url(../images/icon_search.png) center no-repeat;
    height: 60px;
    width: 70px;
    cursor: pointer;
    border: none;
    background-size: 20px 20px;
    margin-top: -30px;
}

.tc2 h5 {
    font-family: BELLB;
    font-size: 2.5rem;
    line-height: 1.875rem;
    text-align: center;
    position: absolute;
    z-index: 6;
    color: white;
    top: 50%;
    margin-top: -7.5rem;
    text-align: center;
    width: 100%;
}

.tc2 .tc {
    transition: all ease 300ms;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

.tc2 .tc {
    pointer-events: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: scale(1.1);
    visibility: hidden;
}

.tc2 .tc.act {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
    visibility: visible;
}

.tc2 .close:hover {
    transform: rotate(180deg);
}

.tc2 .close,
.tc {
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}

.tc2 .tc-box {
    position: absolute;
    border-radius: 4px;
    overflow: hidden;
    top: 50%;
    z-index: 9999;
    background: #fff;
    height: 60px;
    width: 50%;
    left: 50%;
    margin-left: -25%;
    margin-top: -40px;
}

.tc2 .tc.act {
    display: block;
}

.tc2 .close {
    position: absolute;
    cursor: pointer;
    font-size: 20px;
    right: 30px;
    top: 30px;
}

.tc2 .tc-bg {
    height: 100%;
    background: linear-gradient(90deg, rgba(13, 58, 125, 0.9) 0%, rgba(13, 58, 125, 0.9) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}


/***********************/

.n_content_con video {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    width: 80%;
    height: auto;
}

.n_content_con img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    width: 80%;
    height: auto;
}

.content_list_con img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    width: 80%;
    height: auto;
}

.part2B ul li a h5 {
    color: #000;
}

.shuzi {
    color: #000;
}


/*手机头部开始*/


/*顶部搜索*/

.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 {
    /* Mozilla Firefox 19+ */
    color: #fff;
    color: rgba(255, 255, 255, .7);
}

.tc_search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    c color: #fff;
    color: rgba(255, 255, 255, .7);
}

.tc_search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    color: rgba(255, 255, 255, .7);
}


/* WebKit browsers */

.tc_search input:focus::-webkit-input-placeholder {
    color: transparent;
    /* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}


/* Mozilla Firefox 4 to 18 */

.tc_search input:focus:-moz-placeholder {
    color: transparent;
}


/* Mozilla Firefox 19+ */

.tc_search input:focus::-moz-placeholder {
    color: transparent;
}


/* Internet Explorer 10+ */

.tc_search input:focus:-ms-input-placeholder {
    color: transparent;
}


/* 点击搜索框获取焦点 placeholder消失-结束 */


/*导航按钮开始*/

#nav_btn_box {
    height: 100%;
    z-index: 999999999;
    float: right;
    margin-left: 20px;
}

#nav_btn_box.on {
    background: none;
}

#nav_btn {}

#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: #0d3a7d;
}

#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-family: BELLB;
}

#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(../images/arrow_down_on.svg) 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: #fff;
    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 {
    align-items: center;
    padding: 0 15px;
    top: 0;
    height: 80px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #0d3a7d;
    background-size: cover;
}

#m_header #logo {
    /*height: 60px;*/
}

#m_header #logo img {
    /*max-height:60px;*/
    max-width: 100%;
}

#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);
}

@media(max-width: 1680px) {
    #nav ul li {
        margin-right: 1.25rem;
    }
}

@media(max-width: 1500px) {
    #nav ul li {
        margin-right: 1.25rem;
    }
    #logo {
        width: 28%;
    }
    #logo img {
        width: 100%;
    }
}

@media(max-width: 1400px) {
    #logo {
        width: 28%;
    }
    #nav ul li h3 {
        font-size: 1.25rem;
    }
}

@media(max-width: 1280px) {
    #logo {
        width: 25%;
    }
}

@media(max-width: 1200px) {
    #logo {
        width: 32%;
    }
    #m_header .search_btn {
        display: block;
    }
    #nav {
        right: 15px
    }
    .headerflex {
        height: 0;
        width: 0;
        opacity: 0;
    }
    #m_header {
        display: flex;
        align-items: center;
    }
    .m_header_box {
        display: block
    }
    #m_nav {
        top: 0;
    }
    #nav_slide {
        display: block
    }
    .tc2 .tc-box {
        width: 80%;
        margin-left: -40%;
    }
    .topLink .search_btn img {
        width: 80%;
    }
    .m_header_box {
        top: 0;
        background: #fafafa;
        height: auto;
    }
    .asideRight {
        display: none;
    }
}

@media(max-width: 850px) {
    #m_header {
        height: 4.375rem;
    }
    .m_header_box .logo2 img {
        width: 100%;
    }
    .header_box {
        height: 9.5rem;
    }
}

@media(max-width: 768px) {
    .n_content_con video {
        width: 100%;
    }
}

@media(max-width: 650px) {
    .m_header_box .logo2 img {
        width: 94%;
    }
}

@media(max-width: 414px) {
    #m_header {
        height: 60px;
    }
    .m_header_box .logo2 {
        width: 75%;
    }
    .m_header_box .logo2 img {
        width: 100%;
    }
    .header_box {
        height: 7.5rem;
    }
}


/* banner开始*/

.bannerBox {
    position: relative;
    z-index: 5;
    width: 100%;
}

.bannerBox .slider img,
.bannerBox .slider video {
    display: block;
    width: 100%;
    position: relative;
    position: relative;
}

.bannerBox .slider .text {
    position: absolute;
    max-width: 1400px;
    width: 100%;
    left: 50%;
    margin-left: -700px;
    bottom: 15.38%;
    z-index: 99;
}

.bannerBox .slider .text h5 {
    font-size: 4.75rem;
    font-family: BELLB;
    text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.4);
    color: #fff;
    margin-bottom: 1.25rem;
}

.bannerBox .slider .text p {
    font-size: 2.5rem;
    font-family: BELLB;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.58);
    color: #fff;
    margin-bottom: 2.5rem;
}

.bannerBox .slider .text i {
    display: inline-block;
    font-style: normal;
    padding: 0 1.5625rem;
    line-height: 2.75rem;
    height: 2.75rem;
    border-radius: 1.375rem;
    background: #0d3a7d;
    font-size: 1.375rem;
    color: #fff;
}

.bannerBox .slider .text i:hover {
    background: #b0a756;
}

.bannerBox .slider span {
    display: block;
    position: relative;
}

.bannerBox .slider span::before {
    width: 100%;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 9.375rem;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    z-index: 2;
}

.bannerBox .slider video {
    display: block;
    width: 100%;
    position: relative;
}

.bannerBox .slick-dots {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 3.75rem;
    left: 0;
    width: auto;
    right: 3.125%;
}

.bannerBox .slick-dots li {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 0;
    margin-left: 1.25rem;
    border: 1px solid #fff;
}

.bannerBox .slick-dots li.slick-active {
    background: #fff;
}

.bannerBox .slick-dots li button {
    font-size: 0;
}

.bannerBox button {
    font-size: 0;
    display: none!important;
}

@media(max-width: 1400px) {
    .bannerBox .slider .text {
        left: 0;
        padding: 0 1.25rem;
        margin-left: 0;
    }
}

@media(max-width: 1200px) {
    .bannerBox {
        margin-top: 5.625rem;
    }
    .bannerBox .slider img,
    .bannerBox .slider video {
        display: block;
        width: 100%;
        position: relative;
    }
    .bannerBox .slick-dots {
        bottom: 0.9375rem;
        justify-content: center;
        width: 100%;
    }
}

@media(max-width: 850px) {
    .bannerBox {
        margin-top: 4.375rem;
    }
    .bannerBox .slider .text h5 {
        font-size: 2.5rem;
        margin-bottom: 0.625rem;
    }
    .bannerBox .slider .text p,
    .bannerBox .slider .text i {
        font-size: 1rem;
    }
    .bannerBox .slider .text p {
        margin-bottom: 0.625rem;
    }
}

@media(max-width: 768px) {}

@media(max-width: 414px) {
    .bannerBox {
        margin-top: 60px;
    }
}


/* banner结束 */

@media(max-width: 992px) {
    #gotop {
        right: 0;
        transform: scale(0.6);
        bottom: 6rem;
    }
}

.sametitle {
    position: relative;
    margin-bottom: 2rem;
    position: relative;
}

.sametitle .con {
    display: block;
    text-align: center;
}

.sametitle .con h5 {}

.sametitle .con h5 p {
    font-size: 2.5rem;
    color: #323232;
    line-height: 2.5rem;
    background-size: auto;
    text-align: center;
    position: relative;
    font-weight: bold;
    display: block;
}

.sametitle .con h5 span {
    font-size: 0.75rem;
    font-family: "times new roman";
    color: #a58d6d;
    position: relative;
    display: inline-block;
    text-align: center;
    margin-top: 0.5rem;
}

.sametitle .con h5 span::before {
    content: "";
    position: absolute;
    left: -7rem;
    width: 6.25rem;
    height: 1px;
    background-image: linear-gradient(to right, rgba(165, 141, 108, 0), rgba(165, 141, 108, 1));
    top: 50%;
}

.sametitle .con h5 span::after {
    content: "";
    position: absolute;
    right: -7rem;
    width: 6.25rem;
    height: 1px;
    background-image: linear-gradient(to right, rgba(165, 141, 108, 1), rgba(165, 141, 108, 0));
    top: 50%;
}

.sametitle a {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0.5rem;
    background: url() no-repeat center;
    width: 4.1875rem;
    height: 3.4375rem;
    background-size: 100%;
}

.sametitle a span {
    font-size: 0.75rem;
    line-height: 3.4375rem;
    color: #000;
    display: block;
    text-align: center;
    color: #323232;
    position: relative;
}

.sametitle a:hover span {
    color: #4eaf4b;
}

@media(max-width: 850px) {
    .sametitle h4 {
        display: block;
        text-align: left;
    }
    .sametitle h4 p::before {
        content: "";
        position: absolute;
        left: 0;
        margin-left: 0;
    }
}

@media(max-width: 580px) {}

.bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    background: #0d3a7d;
}

.bgx {
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: block;
    top: 0;
    right: 0;
    z-index: 3;
}

.bgx img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
}


/* part1 start */

.part1 {
    background: #f7f7f7;
    padding: 4rem 0;
    position: relative;
    z-index: 5;
}

.part1 .w14 {
    /*padding: 0 4.25rem;*/
}

.part1 h5 {
    font-size: 2.725rem;
    color: #377b8d;
    line-height: 3rem;
    font-family: BELLB;
    margin-bottom: 1.9rem;
}

.part1 p {
    font-size: 1.125rem;
    color: #323232;
    line-height: 1.925rem;
    margin-bottom: 3.75rem;
}

.part1 .more {
    display: table;
    padding: 0.5rem 1.25rem;
    border: 1px solid #0d3a7d;
    border-radius: 1.125rem;
}

.part1 .more a {
    padding-right: 1.125rem;
    background: url(../images/jtL.png) no-repeat right center;
    font-size: 1.125rem;
    color: #0d3a7d;
    transition: 0.6s all;
}

.part1 .more:hover {
    border: 1px solid #0d3a7d;
    background: #0d3a7d;
}

.part1 .more:hover a {
    color: #fff;
    background: url(../images/jtB.png) no-repeat right center;
    padding-right: 1.5rem;
    transition: 0.6s all;
}

@media(max-width: 850px) {
    .part1 .w14 {
        padding: 0;
    }
}


/* part1 end */

.BTitle {
    margin-bottom: 2.5rem;
}

.BTitle h5 {
    font-size: 3rem;
    color: #323232;
}

.BTitle h5 a {
    color: #323232;
    font-family: BELLB;
}


/* part2 start */

.part2 {
    position: relative;
    z-index: 5;
    background: #ffffff;
    padding: 6.25rem 0 7.5rem 0;
}

.part2 .w14 {
    position: relative;
}

.part2 ul {
    align-items: stretch;
}

.part2T li {
    width: 33.333333%;
    position: relative;
    cursor: default;
}

.part2T li .pic {
    overflow: hidden;
    position: relative;
}

.part2T li .pic .img {
    overflow: hidden;
}

.part2T li .pic .img img {
    display: block;
    width: 100%;
    transition: 0.6s all;
}

.part2T li .pic .BTitle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/part2-bg.png) repeat-x bottom;
}

.part2T li .pic .BTitle h5 {
    position: absolute;
    bottom: 2rem;
    padding: 0 1.875rem;
    width: 100%;
    left: 0;
    font-size: 1.875rem;
    line-height: 2.125rem;
    font-family: BELLB;
    color: #fff;
}

.part2T li .text {
    align-items: center;
    opacity: 0;
    position: absolute;
    top: -10px;
    left: -10px;
    padding: 2.25rem;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background: #fff;
    box-shadow: 0px 2px 49px 0px rgba(0, 0, 0, 0.13);
    z-index: 2;
    transition: 0.6s all;
    align-items: center;
}

.part2T li .text p {
    font-size: 1.125rem;
    color: #323232;
    line-height: 2rem;
}

.part2Title {
    background: #0d3a7d;
    padding: 3.75rem 3.125rem 0.625rem 3.125rem;
    cursor: pointer;
}

.part2Title p {
    font-size: 1.125rem;
    color: #fff;
    line-height: 2.25rem;
}

.part2Title h5 {
    font-size: 2.625rem;
    line-height: 4rem;
    font-family: BELLB;
    color: #fff;
}

.part2Title h5 i {
    font-style: normal;
    position: relative;
    display: table;
    font-family: BELLB;
}

.part2Title h5 i::before {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    transition: 0.6s all;
}

.part2T li:hover .text {
    opacity: 1;
    transition: 0.6s all;
}

.part2B {
    margin-top: 7.5rem;
    position: relative;
    z-index: 5;
}

.part2B .BTitle {
    margin-bottom: 5rem;
}

.part2B .BTitle h5 {
    font-size: 3rem;
    color: #323232;
    font-family: BELLB;
}

.part2B li h5 {
    font-size: 4rem;
    text-align: center;
}

.part2B li h5 span {
    font-family: futura, Microsoft YaHei, -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, "Helvetica Neue", Arial, "Open Sans", "Hiragino Sans GB", sans-serif;
    ;
}

.part2B li p {
    font-size: 1.125rem;
    color: #3c3c3c;
    text-align: center;
    margin-top: 0.9375rem;
}

.Line {
    position: absolute;
    top: 0;
    max-width: 1280px;
    width: 100%;
    height: 100%;
    left: 50%;
    margin-left: -640px;
    display: none;
}

.Line li {
    width: 1px;
    height: 100%;
    background: #ebebeb;
}

@media(max-width: 1280px) {
    .part2Title p {
        margin-bottom: 1.875rem;
    }
}

@media(max-width: 1200px) {
    .part2Title {
        padding: 1.25rem;
    }
}

@media(max-width: 1000px) {
    .part2T li {
        width: 50%;
    }
    .part2Title {
        padding: 3.75rem 3.125rem 0.625rem 3.125rem;
    }
    .part2B li {
        padding: 0 1.25rem;
        margin-bottom: 40px;
    }
    .part2B ul {
        margin-bottom: -40px;
    }
}

@media(max-width: 850px) {
    .part2T li .pic .BTitle {
        margin-bottom: 0;
    }
    .part2Title {
        padding: 1.875rem;
    }
    .part2Title p {
        margin-bottom: 0;
    }
}

@media(max-width: 700px) {
    .part2T li {
        width: 100%;
    }
}


/* part2 end */


/* part3 start */

.part3 {
    position: relative;
    padding-top: 6.25rem;
}

.part3T,
.part3B {
    position: relative;
    z-index: 5;
}

.part3::after {
    content: "";
    width: 100%;
    height: 50.86%;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.part3T .BTitle h5 a {
    color: #fff;
    font-family: BELLB;
}

.part3T li {
    width: 21.42%;
    margin-bottom: 2.5rem;
}

.part3T li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.part3T li .pic {
    overflow: hidden;
    position: relative;
}

.part3T li .pic::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: 0.6s all;
}

.part3T li .pic img {
    display: block;
    width: 100%;
    transition: 0.6s all;
}

.part3T li .text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/part2-bg.png) repeat-x bottom;
    z-index: 3;
}

.part3T li .text h5 {
    position: absolute;
    bottom: -40px;
    padding: 0 0.9375rem;
    width: calc(100% - 30px);
    left: 0.9375rem;
    font-size: 1.325rem;
    line-height: 1.875rem;
    font-family: BELLB;
    color: #fff;
    transition: 0.6s all;
    padding-bottom: 56px;
    background: url(../images/part3-09.png) no-repeat bottom left;
}

.part3T li:hover .text h5 {
    bottom: 20px;
    transition: 0.6s all;
}

.part3T li:hover .pic::after {
    opacity: 1;
    transition: 0.6s all;
}

.part3T li:hover .pic img {
    transform: scale(1.1);
    transition: 0.6s all;
}

.part3B a {
    flex-wrap: nowrap;
    align-items: flex-end;
}

.part3B .pic {
    width: 60.71%;
}

.part3B .pic img {
    display: block;
    width: 100%;
    transition: 0.6s all;
}

.part3B .text {
    width: 42%;
    position: relative;
    margin-left: -80px;
    background: #b0a755;
    border: 4px solid #b0a755;
    padding: 1.75rem 3rem;
    transition: 0.6s all;
}

.part3B .text h5 {
    font-size: 2rem;
    color: #fff;
    font-family: BELLB;
    margin-bottom: 2rem;
}

.part3B .text p {
    font-size: 1.125rem;
    color: #fff;
    line-height: 1.875rem;
}

.part3B .text p i {
    display: inline-block;
    width: 8px;
    height: 14px;
    background: url(../images/jtB.png) no-repeat center;
    margin-left: 0.625rem;
    transition: 0.6s all;
}

.part3B:hover .pic img {
    transform: scale(1.1);
    transition: 0.6s all;
}

.part3B:hover .text {
    background: #fff;
    transition: 0.6s all;
}

.part3B:hover h5 {
    color: #000;
}

.part3B:hover p {
    color: #323232;
}

.part3B:hover p i {
    background: url(../images/jtH.png) no-repeat center;
    margin-left: 0.3125rem;
    transition: 0.6s all;
}

@media(max-width: 1000px) {
    .part3T li {
        width: 30%;
        margin-right: 3.33%;
    }
    .part3T ul {
        justify-content: flex-start;
    }
}

@media(max-width: 640px) {
    .part3T li {
        width: 47%;
        margin-right: 0;
    }
    .part3T ul {
        justify-content: space-between;
    }
}


/* part3 end */


/* part4 start */

.part4 {
    position: relative;
    background: #fff;
    z-index: 5;
}

.part4 .w14 {
    position: relative;
    padding: 7.5rem 0;
}

.part4T,
.part4B {
    position: relative;
    z-index: 2;
}

.part4T p {
    font-size: 1.125rem;
    color: #323232;
    line-height: 1.875rem;
    margin-bottom: 2.5rem;
}

.part4T .more {
    display: table;
    padding: 0.5rem 1.25rem;
    border: 1px solid #0d3a7d;
    border-radius: 1.125rem;
    margin-bottom: 3.75rem;
}

.part4T .more a {
    padding-right: 1.875rem;
    background: url(../images/jtL.png) no-repeat right center;
    font-size: 1.125rem;
    color: #0d3a7d;
    transition: 0.6s all;
}

.part4T .more:hover {
    border: 1px solid #0d3a7d;
    background: #0d3a7d;
}

.part4T .more:hover a {
    color: #fff;
    background: url(../images/jtB.png) no-repeat right center;
    padding-right: 1.5rem;
    transition: 0.6s all;
}

.part4B li {
    width: 16.6666666%;
}

.part4B li .pic {
    overflow: hidden;
}

.part4B li .pic img {
    display: block;
    width: 101%;
    transition: 0.6s all;
}

.part4B li:hover .pic img {
    transform: scale(1.1);
    transition: 0.6s all;
    cursor: default;
}

@media(max-width: 850px) {
    .part3B .pic {
        width: 100%;
    }
    .part3B .text {
        width: 90%;
        margin-left: 0;
        margin-top: -2.5rem;
    }
    .part3B a {
        flex-wrap: wrap;
    }
    .part4B li {
        width: 33.33333%;
    }
}


/* part4 end */


/* part5 start */

.part5 {
    background: #fff url(../images/part6-bg.png) no-repeat top center;
    position: relative;
    z-index: 5;
    padding: 6.25rem 0;
}

.part5T {
    position: relative;
    z-index: 3;
}

.part5T p {
    font-size: 1.125rem;
    color: #323232;
    line-height: 1.875rem;
}

.part5T ul {
    margin-top: 3.75rem;
}

.part5T li {
    width: 33.333333%;
    background: #0d3a7d;
    position: relative;
}

.part5T li::after {
    content: "";
    width: 13px;
    height: 22px;
    background: url(../images/part6-04.png) no-repeat center;
    position: absolute;
    right: 1.125rem;
    top: 50%;
    margin-top: -11px;
    cursor: pointer;
}

.part5T li:hover::after {
    background: url(../images/part6-04-hover.png) no-repeat center;
}

.part5T li+li {
    background: #144da2;
}

.part5T li+li+li {
    background: #0d3a7d;
}

.part5T li a {
    display: block;
    padding: 6.25rem 0.9375rem 6.25rem 1.125rem;
    position: relative;
}

.part5T li a::after {
    content: "";
    width: 1px;
    height: calc(100% - 40px);
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 20px;
    right: 0;
    right: 3.125rem;
}

.part5T li .pic img {
    display: table;
    margin: 0 auto;
}

.part5T li p {
    font-size: 1.325rem;
    font-family: BELLB;
    color: #fff;
    text-align: center;
    display: table;
    margin: 1.25rem auto 0 auto;
    margin-top: 1.25rem;
    padding-bottom: 0.625rem;
    position: relative;
}

.part5T li:hover p::after {
    width: 100%;
    transition: 0.6s all;
}

.part5B {
    margin-top: 6.25rem;
    position: relative;
    z-index: 3;
}

.part5B .BTitle h5 {
    text-align: center;
}

.part5BNr {
    width: 100%;
}

.part5BNr .swiper-container {
    width: 100%;
    padding: 80px 0;
}

.part5BNr .swiper-slide {
    transform-origin: center;
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.part5BNr .swiper-slide-prev,
.part5BNr .swiper-slide-next {
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    position: relative;
    z-index: 4;
}

.part5BNr .swiper-slide-active,
.part5BNr .swiper-slide-duplicate-active {
    -webkit-transform: scale(1.57);
    transform: scale(1.57);
    position: relative;
    z-index: 5;
}

.part5BNr .none-effect {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.part5BNr .swiper-slide a {
    display: block;
    position: relative;
}

.part5BNr .swiper-slide .pic {
    overflow: hidden;
    position: relative;
}

.part5BNr .swiper-slide .pic::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
}

.part5BNr .swiper-slide .pic img {
    width: 280px;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: 0.6s all;
}

.part5BNr .swiper-slide .text {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/part2-bg.png) repeat-x bottom;
}

.part5BNr .swiper-slide .text .textNr {
    position: absolute;
    bottom: 1.875rem;
    padding: 0 1.875rem;
    width: calc(100% - 60px);
}

.part5BNr .swiper-slide .text .textNr h5 {
    font-size: 1rem;
    color: #fff;
    font-family: BELLB;
    margin-bottom: 0.5rem;
}

.part5BNr .swiper-slide .text .textNr p {
    font-size: 0.75rem;
    color: #fff;
    opacity: 0.6;
}

.part5BNr .swiper-slide-active .text {
    display: block;
}

.part5BNr .swiper-slide-active .pic::after {
    content: "";
    display: none;
}

.part5BNr .swiper-pagination {
    display: none;
}

.part5BNr .swiper-button-next,
.part5BNr .swiper-button-prev {
    width: 25px;
    height: 45px;
    margin-top: 10px;
}

.part5BNr .swiper-button-next {
    background: url(../images/part7R.png) no-repeat center;
    right: calc(34.2% + 34px);
}

.part5BNr .swiper-button-prev {
    background: url(../images/part7L.png) no-repeat center;
    left: calc(34.2% + 34px);
}

.part5BNr .swiper-slide:hover .pic img {
    transform: scale(1.1);
    transition: 0.6s all;
}

.part5B {
    position: relative;
    margin-top: 5.625rem;
    z-index: 3;
}

.part5B>ul>li {
    width: 49%;
}

.part5B>ul>li a {
    position: relative;
}

.part5B>ul>li a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 4.8125rem;
    bottom: -1.5625rem;
    background: #f8f8f8;
}

.part5B>ul>li a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    height: 5px;
    bottom: -1.5625rem;
    background: #b0a755;
    transition: all .3s;
    z-index: 2;
}

.part5B>ul>li:hover a::before {
    right: 0;
}

.part5B ul li a .tpp {
    position: relative;
    width: 14.8125rem;
    z-index: 6;
}

.part5B ul li a .tpp img {
    display: block;
    width: 100%;
}

.part5B ul li:hover a .tpp img {
    transform: scale(1.1);
    transition: all 0.6s ease 0s;
    cursor: pointer;
}

.part5B ul li a .text {
    position: relative;
    width: calc(100% - 14.8125rem);
    z-index: 6;
}

.part5B ul li a .text .bt {
    padding-top: 1rem;
    height: 9.4375rem;
    margin-bottom: 1.25rem;
}

.part5B ul li a .text .bt span {
    display: inline-block;
    padding: 0 1.25rem;
    line-height: 2.5rem;
    background: #0d3a7d;
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    font-family: BELLB;
    transition: all .3s;
}

.part5B>ul>li:hover a .text .bt span {
    background: #b0a755;
}

.part5B ul li a .text .bt ul li {
    margin-top: 5px;
}

.part5B ul li a .text .bt ul li:nth-child(1) span {
    margin-left: -1.5rem;
}

.part5B ul li a .text .bt ul li:nth-child(3) span {
    margin-left: -0.375rem;
}

.part5B ul li a .text p {
    line-height: 1.375rem;
    font-size: 1rem;
    color: #5f5f5f;
    padding: 0 1.25rem;
}

.part5B ul li a .text .name,
.part5B ul li a .text .country {
    padding: 0 1.25rem;
}

.part5B ul li a .text .name {
    margin-top: 1.25rem;
    font-size: 1rem;
    color: #0d3a7d;
}

.part5B ul li a .text .country {
    font-size: 1rem;
    color: #5f779b;
}

.part5B .more {
    margin-top: 4.125rem;
    text-align: right;
    transition: all .3s;
}

.part5B .more a {
    display: inline-block;
    padding-right: 2.8125rem;
    font-size: 1.25rem;
    background: url(../images/d5-more.png) no-repeat right center;
    text-transform: uppercase;
    color: #0d3a7d;
}

.part5B .more:hover a {
    color: #b0a755;
    background: url(../images/d-more-other.png) no-repeat right center;
}

.part5BNr {
    width: 100%;
}

.part5BNr .swiper-container {
    width: 100%;
    padding: 80px 0;
}

.part5BNr .swiper-slide {
    transform-origin: center;
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.part5BNr .swiper-slide-prev,
.part5BNr .swiper-slide-next {
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    position: relative;
    z-index: 4;
}

.part5BNr .swiper-slide-active,
.part5BNr .swiper-slide-duplicate-active {
    -webkit-transform: scale(1.57);
    transform: scale(1.57);
    position: relative;
    z-index: 5;
}

.part5BNr .none-effect {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.part5BNr .swiper-slide a {
    display: block;
    position: relative;
}

.part5BNr .swiper-slide .pic {
    overflow: hidden;
    position: relative;
}

.part5BNr .swiper-slide .pic::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
}

.part5BNr .swiper-slide .pic img {
    width: 100%;
    display: block;
    transition: 0.6s all;
}

.part5BNr .swiper-slide .text {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/part2-bg.png) repeat-x bottom;
}

.part5BNr .swiper-slide .text .textNr {
    position: absolute;
    bottom: 1.875rem;
    padding: 0 1.875rem;
    width: calc(100% - 60px);
}

.part5BNr .swiper-slide .text .textNr h5 {
    font-size: 1rem;
    color: #fff;
    font-family: BELLB;
    margin-bottom: 0.5rem;
}

.part5BNr .swiper-slide .text .textNr p {
    font-size: 0.75rem;
    font-family: FUTURAROUND;
    color: #fff;
    opacity: 0.6;
}

.part5BNr .swiper-slide-active .text {
    display: block;
}

.part5BNr .swiper-slide-active .pic::after {
    content: "";
    display: none;
}

.part5BNr .swiper-pagination {
    display: none;
}

.part5BNr .swiper-button-next,
.part5BNr .swiper-button-prev {
    width: 25px;
    height: 45px;
    margin-top: 10px;
}

.part5BNr .swiper-button-next {
    background: url(../images/part7R.png) no-repeat center;
    right: calc(34.2% + 34px);
}

.part5BNr .swiper-button-prev {
    background: url(../images/part7L.png) no-repeat center;
    left: calc(34.2% + 34px);
}

.part5BNr .swiper-slide:hover .pic img {
    transform: scale(1.1);
    transition: 0.6s all;
}

@media(max-width: 1400px) {
    .Line {
        width: calc(100% - 30px);
        left: 15px;
        margin-left: 0;
    }
}

@media(max-width: 850px) {
    .part5T li {
        width: 100%;
    }
    .part5BNr .swiper-button-prev {
        left: calc(20.2% + 34px);
    }
    .part5BNr .swiper-button-next {
        right: calc(20.2% + 34px);
    }
}

@media(max-width: 668px) {
    .part5BNr .swiper-slide-active,
    .part5BNr .swiper-slide-duplicate-active {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .part5BNr .swiper-container {
        padding: 0;
    }
    .part5BNr .swiper-button-prev {
        left: 2%;
    }
    .part5BNr .swiper-button-next {
        right: 2%;
    }
    .part5BNr .swiper-slide .text .textNr h5 {
        font-size: 1.625rem;
    }
    .part5BNr .swiper-slide .text .textNr p {
        font-size: 1.125rem;
    }
}


/* part5 end */


/* footer start*/

.footer {
    background: #0d3a7d;
    position: relative;
    z-index: 5;
    padding: 2.15rem 0 1.75rem;
}

.footer .flex {
    /*align-items: center;*/
}

.footerL .footer-logo {
    overflow: hidden;
    margin-bottom: 1.875rem;
}

.footerL .footer-logo img {
    display: block;
    max-height: 50px;
    max-width: 100%;
}

.footerL p {
    font-size: 1rem;
    line-height: 1.625rem;
    color: #fff;
}

.footer dt {
    font-size: 1.55rem;
    font-family: BELLB;
    color: #fff;
    margin-bottom: 1rem;
}

.footer dd {
    font-size: 1rem;
    color: #fff;
    line-height: 1.75rem;
}


/* footer end */


/*==========================================内页 开始=============================================*/

.n_banner {
    display: block;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    height: 31.25rem;
    z-index: 2;
}

.n_banner img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

@media(max-width: 1200px) {
    .n_banner {
        margin-top: 5.625rem;
    }
    .n_banner::before {
        display: none;
    }
}

@media(max-width: 850px) {
    .n_banner {
        height: 20rem;
    }
    .n_banner {
        margin-top: 4.375rem;
    }
}

@media(max-width: 414px) {
    .n_banner {
        margin-top: 60px;
    }
    .n_banner {
        height: 15rem;
    }
}

.ar_wap {
    display: none
}

#nav_slide {
    background: #0d3a7d;
    line-height: 50px;
    position: relative;
    z-index: 2;
}

#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: 1.75rem;
    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 {}

#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: 1.25rem;
    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: 40px;
    padding-left: 10px;
}

#sub_nav_content ul li ul li a {
    font-size: 1.125rem;
    color: #666;
}

#sub_nav_content ul li.on>a {
    color: #0d3a7d;
}

#sub_nav_content ul li ul {
    display: none
}

#nav_slide {
    display: none
}

.n_container .n_container_con {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.n_container .n_left {
    width: 25%;
    position: relative;
    z-index: 8;
    margin-top: -6.25rem;
    background: #d5e7ec;
    padding-bottom: 3rem;
    font-family: Times New Roman;
}

.n_container .n_left h1 {
    font-size: 3rem;
    color: #377b8d;
    font-family: "BELLB";
    padding: 26px 60px;
}

.n_container .n_left ul {
    padding: 0;
    padding: 0 40px 20px 60px;
}

.n_container .n_left .con ul li {
    position: relative;
    padding: 1.125rem 0;
}

.n_container .n_left .con ul li::before {
    /*content: "";width: 0;height: 4px;background: #0d3a7d;position: absolute;top: 0;left: 0;transition: 0.6s all;*/
}

.n_container .n_left .con ul li.on::before,
.n_container .n_left .con ul li:hover::before {
    /*width: 100%;*/
}

.n_container .n_left .con ul li.on>a,
.n_container .n_left .con ul li:hover>a {
    font-weight: bold;
    color: #0d3a7d;
}

.n_container .n_left .con ul li>a {
    font-size: 1.25rem;
    color: #323232;
}

.n_container .n_left .con ul li .sj_nav {
    padding: 0.75rem 1.25rem 0;
}

.n_container .n_left .con ul li .sj_nav p {
    display: block;
    padding: 0.75rem 0;
    position: relative;
}

.n_container .n_left .con ul li .sj_nav p::before {
    /*content: "";width: 0;height: 4px;background: #0d3a7d;position: absolute;top: 0;left: 0;transition: 0.6s all;*/
}

.n_container .n_left .con ul li .sj_nav p.active::before,
.n_container .n_left .con ul li.on .sj_nav p:hover::before {
    /*width: 100%;*/
}

.n_container .n_left .con ul li .sj_nav p a {
    color: #3e4648;
    font-size: 1.25rem;
}

.n_container .n_left .con ul li .sj_nav p.active a,
.n_container .n_left .con ul li.on .sj_nav p:hover a {
    font-weight: bold;
    color: #0d3a7d;
}

.n_container .n_left .con ul li dl {
    display: none;
    position: relative;
    margin: 20px 10px;
    background: #fff;
}

.n_container .n_left .con ul li dl:before {
    content: "";
    position: absolute;
    right: 0;
    left: 20px;
    top: 0;
    height: 1px;
}

.n_container .n_left .con ul li dl dd {
    height: auto;
}

.n_container .n_left .con ul li dl dd a {
    font-size: 14px;
    color: #444444 !important;
    padding: 0 10px;
    position: relative;
    line-height: 32px;
    transition: .6s;
    display: block;
    z-index: 1
}

.n_container .n_left .con ul li dl dd a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: .6s;
    background: linear-gradient(90deg, #4eaf4b 0%, #75c9e3 100%);
    opacity: 0;
    visibility: hidden;
    z-index: -1
}

.n_container .n_left .con ul li dl dd.on a:before,
.n_container .n_left .con ul li dl dd:hover a:before {
    opacity: 1;
    visibility: visible
}

.n_container .n_left .con ul li i {
    width: 20px;
    height: 60px;
    position: absolute;
    right: 20px;
    top: 0;
    transition: 0.36s;
    cursor: pointer;
}

.n_container .n_left .con ul li dl dd a:hover,
.n_container .n_left .con ul li dl dd.on a {
    color: #fff !important;
}

.n_container .n_right {
    width: calc(100% - 28%);
        padding: 0 0 5rem 1.875rem;
}

@media(max-width: 1680px) {
    .n_container .n_left h1 {
        font-size: 2.5rem;
    }
}

@media(max-width: 1440px) {
    .n_container .n_left h1 {
        padding: 26px 40px;
    }
    .n_container .n_left ul {
        padding: 0 40px 20px 40px;
    }
    .n_container .n_right {
        padding: 2.5rem 4rem 4rem;
    }
}

.list_box16 li {
    border-bottom: #e3e3e3 1px solid;
    line-height: 2rem;
    height: auto;
    padding: 1rem 0;
}

.list_box16 li:last-child {
    border: none
}

.list_box16 li .left {
    width: 7.25rem;
    position: relative;
    font-size: 1.1252rem;
    color: #323232
}

.list_box16 li .left:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -.5rem;
    right: 0;
    width: 1px;
    height: 1rem;
    background: #d5d5d5
}

.list_box16 li .right {
    width: calc(100% - 7.25rem);
    padding: 0 0 0 1rem
}

.list_box17 dd {
    font-size: 1rem;
    color: #666666;
    margin-right: 1.25rem;
    float: left;
}

.list_box17 dd a {
    font-size: 1rem;
    color: #666666;
}

.list_box17 dd a:hover {
    color: #4eaf4b;
}

.n_lrld .content {
    margin: 0 -1.25rem;
    margin-bottom: 1.235rem;
}

.n_lrld .content .box {
    float: left;
    width: 50%;
    padding: 0 1.25rem
}

.h31 {
    background: #f2f2f2;
    line-height: 3.125rem;
    padding: 0 1.25rem;
    font-size: 1.5rem;
    color: #323232;
    border-left: #2055b2 4px solid
}

.n_lrld .content .box table tr:nth-child(2n) {
    background: #f7f9fd
}

.n_lrld .content .box table th {
    font-size: 1.25rem;
    color: #323232;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    padding: 1rem 0
}

.n_lrld .content .box table td {
    font-size: 1rem;
    color: #323232;
    line-height: 1.5;
    text-align: center;
    padding: .5rem 0
}

.list_box18 {
    margin: 0 -.625rem;
    padding: 0 0px;
}

.list_box18 li {
    float: left;
    width: 50%;
    padding: 0 .625rem;
    margin-bottom: 1.25rem;
}

.list_box18 li a {
    display: block;
    min-height: 3.125rem;
    position: relative;
    border: #d3d3d3 1px solid;
}

.list_box18 li a .box_table {
    background: #fff;
    position: relative
}

.list_box18 li a:before {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 10px;
    height: 10px;
    background: url() center no-repeat;
    z-index: 1;
}

.list_box18 li a:after {
    content: "";
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 10px;
    height: 10px;
    background: url() center no-repeat;
    z-index: 1;
}

.list_box18 li a h5 {
    font-size: 1.125rem;
    color: #323232;
    line-height: 1.5rem;
    margin: 1rem 1.25rem 1rem 1.25rem;
    text-align: left;
    transition: .5s;
    position: relative;
    padding: 0 0 0 1.5rem;
}

.list_box18 li a h5:hover {
    color: #4eaf4b;
    font-weight: bold;
}

.list_box18 li a h5:before {
    content: "";
    position: absolute;
    background: url() center no-repeat;
    width: 13px;
    height: 13px;
    top: 50%;
    margin-top: -6.5px;
    left: 0;
}

.zzjg_bm table tr:nth-child(2n-1) {
    background: #f7f9fd
}

.zzjg_bm table th {
    font-size: 1.25rem;
    color: #323232;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    padding: 1rem 0;
    background: #eaf1fb;
    border-top: #2055b2 2px solid;
}

.zzjg_bm table td {
    font-size: 1rem;
    color: #323232;
    line-height: 1.5;
    min-width: 12.5rem;
    padding: 1.5rem 1.875rem;
    text-align: left;
}

.zzjg_bm table td a {
    font-size: 1rem;
    color: #323232;
    line-height: 1.5;
    min-width: 12.5rem;
    padding: 1.5rem 1.875rem;
    text-align: left;
}

.zzjg_bm table td:nth-child(1) {
    width: 16.5rem
}

.n_list_text ul {
    position: relative
}

.n_list_text ul li {
    width: 100%;
    border-bottom: 1px dashed #dedede;
}

.n_list_text ul li:nth-child(1) {
    border-top: 1px dashed #dedede;
}

.n_list_text ul li a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 1rem;
    position: relative;
}

.n_list_text ul li a:hover p {
    color: #4eaf4b;
}

.n_list_text ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: #4eaf4b;
    border-radius: 50%;
}

.n_list_text ul li a i {
    font-style: normal;
    font-size: 0.875rem;
    color: #666666;
    background: url() no-repeat left center;
    padding-left: 16px;
    line-height: 1.25rem;
}

.n_list_text ul li a:hover i {
    color: #4eaf4b;
}

.n_list_text ul li a p {
    font-size: 1.125rem;
    color: #323232;
    line-height: 1.625rem;
    max-height: 1.625rem;
    overflow: hidden;
    width: calc(100% - 100px);
}

@media(max-width:850px) {
    .n_list_text ul li a p {
        font-size: 1.125rem;
        color: #323232;
        line-height: 1.5rem;
        max-height: 100%;
        overflow: hidden;
        width: 100%;
        overflow: visible;
        height: auto;
    }
    .n_list_text ul li a i {
        margin-top: 0.375rem;
    }
    .n_list_text ul li a::after {
        top: 1.3rem;
        margin-top: 0;
    }
}

.fy {
    display: block;
    text-align: center;
    margin-top: 1.625rem;
}

.fy img {
    display: block;
    margin: 0 auto;
}


/*内容样式*/

.n_news_detail {
    margin-top: 2rem;
}

.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 tr:not(:first-child) td {}

.ar_article table td {
    border-left: 1px solid #ededed;
    border-top: 1px solid #ededed;
}

.ar_article {
    font-size: 1.125rem;
    color: #666666;
    line-height: 1.875rem;
}

.ar_article p {
    font-size: 1rem;
    color: #666666;
    line-height: 1.875rem;
    margin-bottom: 1.875rem;
}

.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: 1rem
}

.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;
}

.n_right .ar_article_box h5 {
    font-size: 1.8rem;
    color: #323232;
    text-align: center;
    font-weight: bold;
    line-height: 2rem;
}

.n_right .ar_article_box h6 {
    font-size: 1.8rem;
    color: #323232;
    text-align: center;
    font-weight: bold;
    line-height: 2rem;
    margin-bottom: 1.25rem;
}

.n_right .ar_article_box .bbt {
    font-size: 0.75rem;
    line-height: 1.625rem;
    color: #999999;
    text-align: center;
    margin: 1.25rem auto;
}

.n_right .ar_article_box .artic3 {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid #ccc;
}

.n_right .ar_article_box .artic3 p {
    margin-bottom: 0.625rem;
}

.n_right .ar_article_box .artic3 p span {
    font-size: 1rem;
    color: #323232;
    line-height: 1.5rem;
}

.n_right .ar_article_box .artic3 p a {
    display: block;
    font-size: 1rem;
    color: #323232;
    line-height: 1.5rem;
}

.n_right .ar_article_box .artic3 p a:hover {
    color: #4eaf4b;
}

.n_list_pic ul {}

.n_list_pic li {
    border-bottom: 1px dashed #7096c3;
    transition: 0.4s;
    position: relative;
    padding: 1.25rem;
}

.n_list_pic li:first-child {
    border-top: 1px dashed #7096c3
}

.n_list_pic li:hover {
    box-shadow: 0px 2px 29px 0px rgba(36, 43, 48, 0.3);
    transition: 0.4s;
    background: #FFFFFF;
}

.n_list_pic li a {
    display: block;
}

.n_list_pic li a b {
    font-size: 0.75rem;
    color: #323232;
    line-height: 1.5rem;
    display: inline-block;
    font-weight: normal;
    background: url() no-repeat left center;
    padding-left: 20px;
    background-size: 14px;
}

.n_list_pic li .pic {
    width: 300px;
    height: 190px;
    overflow: hidden;
    position: relative;
    float: left;
    position: relative;
    margin-right: 20px;
    left: 0;
    top: 0;
}

.n_list_pic li .pic img {
    display: block;
    width: 100%;
    transition: 0.6s all;
    height: 100%;
}

.n_list_pic li .text {
    /* padding: 2rem 0 1rem 0; */
    box-sizing: border-box;
    padding-top: 1.125rem;
}

.n_list_pic li .text h5 {
    transition: 0.6s all;
    font-size: 1.125rem;
    color: #333;
    line-height: 1.125rem;
    height: 1.125rem;
    overflow: hidden;
    margin-bottom: 0.75rem;
    margin-top: 1.5rem;
}

.n_list_pic li .text p {
    font-size: 0.75rem;
    line-height: 1.5rem;
    color: #999;
    height: 4.5rem;
    overflow-y: hidden;
    display: block;
    margin: 5px 0 8px 0;
}

.n_list_pic li:hover .pic img {
    transform: scale(1.1);
    transition: 0.6s all;
}

.n_list_pic li:hover h5 {
    color: #4eaf4b;
    transition: 0.6s all;
    font-weight: bold;
}

@media(max-width:850px) {
    .n_list_pic li {
        padding: 1rem 0;
    }
    .n_list_pic li a {
        flex-wrap: wrap;
    }
    .n_list_pic li .pic {
        width: 100%;
        margin-right: 0;
        height: 100%;
        float: none;
    }
    .n_list_pic li .text {
        width: 100%;
        margin-left: 0;
        padding: 1rem 0;
    }
    .n_list_pic li .text h5 {
        height: auto;
        line-height: 1.5rem;
        overflow: visible;
        margin-top: 1rem;
    }
    .n_list_pic li .pic {
        top: 0;
    }
    .n_list_pic li .pic {
        width: 100%;
        max-height: 100%;
    }
}

.n_list_pic2 ul {
    flex-wrap: wrap;
}

.n_list_pic2 li {
    margin-bottom: 1.2rem;
    transition: 0.4s;
    width: 31%;
    border: 1px solid #ededed;
}

.n_list_pic2 li a {
    display: block;
}

.n_list_pic2 li .pic {
    width: 100%;
    position: relative;
    overflow: hidden;
    position: relative;
    height: 12.5rem;
}

.n_list_pic2 li .pic img {
    display: block;
    width: 100%;
    transition: 0.6s all;
    height: 100%;
}

.n_list_pic2 li h5 {
    transition: 0.6s all;
    font-size: 1rem;
    color: #333;
    line-height: 1rem;
    max-height: 1rem;
    overflow: hidden;
    margin: 1rem 0;
    text-align: center;
}

.n_list_pic2 li:hover .pic img {
    transform: scale(1.1);
    transition: 0.6s all;
}

.n_list_pic2 li:hover h5 {
    color: #4eaf4b;
    transition: 0.6s all;
}

@media(max-width:850px) {
    .n_list_pic2 li {
        width: 48%;
    }
    .n_list_pic2 li .pic {
        width: 100%;
        height: auto;
    }
}

@media(max-width:414px) {
    .n_list_pic2 li {
        width: 100%;
    }
}

.n_list_teacher {}

.n_list_teacher .xbTitle {
    margin-top: 2rem;
    border-bottom: 1px solid #4eaf4b;
}

.n_list_teacher .xbTitle h6 {
    font-size: 1.25rem;
    line-height: 2.5rem;
    color: white;
    padding: 0 1rem;
    display: inline-block;
    background: linear-gradient(90deg, #4eaf4b 0%, #75c9e3 100%);
    border-radius: 1.25rem;
}

.n_list_teacher .zmflBox {
    margin-top: 2rem;
}

.n_list_teacher .zmflBox ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -8px;
}

.n_list_teacher .zmflBox ul li {
    width: 7.14%;
    padding-left: 8px;
    margin-bottom: 8px;
}

.n_list_teacher .zmflBox ul li a {
    font-size: 1.125rem;
    color: #323232;
    display: block;
    text-align: center;
    background: #FAFAFA;
    line-height: 2.5rem;
}

.n_list_teacher .zmflBox ul li:hover a,
.n_list_teacher .zmflBox ul li.on a {
    background: linear-gradient(90deg, #4eaf4b 0%, #75c9e3 100%);
    color: white;
}

.n_list_teacher .teachlist {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2rem;
}

.n_list_teacher .teachlist li {
    width: 16.6666%;
    padding-left: 2rem;
    margin-bottom: 1rem;
}

.n_list_teacher .teachlist li a {
    display: block;
}

.n_list_teacher .teachlist li a .pic {
    width: 100%;
    height: 11.875rem;
    overflow: hidden;
}

.n_list_teacher .teachlist li a .pic img {
    width: 100%;
    display: block;
    height: 100%;
}

.n_list_teacher .teachlist li a .text {
    margin-top: 8px;
}

.n_list_teacher .teachlist li a .text h5 {
    font-size: 1rem;
    color: #323232;
    line-height: 1.625rem;
    height: 1.625rem;
    overflow: hidden;
    text-align: center;
}

@media(max-width: 850px) {
    .n_list_teacher .teachlist li a .pic {
        height: 9.5rem;
    }
    .n_list_teacher .zmflBox ul {}
    .n_list_teacher .teachlist {}
    .n_list_teacher .teachlist {
        margin-left: -2rem;
    }
    .n_list_teacher .teachlist li {
        width: 20%;
        padding-left: 2rem;
    }
}

@media(max-width: 580px) {
    .n_list_teacher .zmflBox ul {
        margin-left: -10px;
    }
    .n_list_teacher .zmflBox ul li {
        width: 10%;
        padding-left: 10px;
    }
    .n_list_teacher .teachlist li a .pic {
        height: 13rem;
    }
    .n_list_teacher .teachlist {
        margin-left: -1rem;
    }
    .n_list_teacher .teachlist li {
        width: 25%;
        padding-left: 1rem;
    }
}

@media(max-width: 480px) {
    .n_list_teacher .zmflBox ul {
        margin-left: -10px;
    }
    .n_list_teacher .zmflBox ul li {
        width: 10%;
        padding-left: 10px;
    }
    .n_list_teacher .teachlist li a .pic {
        height: 10rem;
    }
}

@media(max-width: 414px) {
    .n_list_teacher .zmflBox ul li {
        width: 12.5%;
    }
    .n_list_teacher .teachlist {
        margin-left: -15px;
    }
    .n_list_teacher .teachlist li a .pic {
        height: 18rem;
    }
    .n_list_teacher .teachlist li {
        width: 50%;
        padding-left: 15px;
    }
}

@media(max-width: 375px) {
    .n_list_teacher .teachlist li a .pic {
        height: 17rem;
    }
}

.n_list_teacher_con {
    margin-top: 2rem;
}

.n_list_teacher_con .peopleinfo {
    background: #FAFAFA;
    padding: 2rem 2.5rem;
}

.n_list_teacher_con .peopleinfo .pic {
    width: 20%;
    position: relative;
    z-index: 5;
    overflow: visible;
}

.n_list_teacher_con .peopleinfo .pic::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    right: -5px;
    top: -5px;
    background: linear-gradient(90deg, #4eaf4b 0%, #75c9e3 100%);
    z-index: -1;
}

.n_list_teacher_con .peopleinfo .pic img {
    display: block;
    width: 100%;
}

.n_list_teacher_con .peopleinfo .text {
    width: 75%;
    margin-left: 5%;
}

.n_list_teacher_con .peopleinfo .text p {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-top: 0.625rem;
    color: #555;
}

.n_list_teacher_con .peopleinfo .text p span {
    display: inline-block;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #323232;
}

.n_list_teacher_con .infoBox {
    margin-top: 1.5rem;
}

.n_list_teacher_con .infoBox h6 {
    border-bottom: 1px solid #4eaf4b;
    margin-top: 1.5rem;
}

.n_list_teacher_con .infoBox h6 p {
    font-size: 1.125rem;
    font-weight: bold;
    color: white;
    background: linear-gradient(90deg, #4eaf4b 0%, #75c9e3 100%);
    line-height: 2.5rem;
    padding: 0 1rem;
    display: inline-block;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.n_list_teacher_con .infoBox .text {
    margin-top: 1.5rem;
}

.n_list_teacher_con .infoBox .text p {
    font-size: 1rem;
    line-height: 1.75rem;
}

.n_list_teacher_con .infoBox .text ul {
    margin-top: 0;
}

.n_list_teacher_con .infoBox .text ul li {
    background: url() no-repeat left 10px;
    padding-left: 1rem;
}

.n_list_teacher_con .infoBox .text ul li a {
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #323232;
    margin-top: 0.625rem;
}

@media(max-width: 850px) {
    .n_list_teacher_con .peopleinfo .pic {
        width: 40%;
    }
    .n_list_teacher_con .peopleinfo .text {
        width: 55%;
        margin-left: 5%;
    }
}

@media(max-width: 768px) {
    .n_list_teacher_con .peopleinfo {
        background: #FAFAFA;
        padding: 2rem 0.5rem;
    }
    .n_list_teacher_con .peopleinfo .text p {
        font-size: 1rem;
    }
}


/*==========================================内页 结束=============================================*/

@media(min-width: 768px) {
    .list_box2 li a:hover .con h5,
    .list_box3 li a:hover .con h5,
    .list_box4 li a:hover h5,
    .titile001 h3 font:hover,
    .list_box6 li a:hover .con h5,
    .list_box7 li a:hover h5,
    .list_box8 .item .con h5:hover,
    .list_box9 .item .con h5:hover,
    .list_box12 li a:hover h5,
    .list_box11 li a:hover h5 {
        color: #4eaf4b
    }
    .list_box7 li a:hover {
        box-shadow: 0px 1px 30px 0px rgba(39, 45, 48, 0.15);
    }
    .list_box13 li a:hover .img img {
        transform: scale(1.05)
    }
    .list_box14 li:hover {
        opacity: 1
    }
    .list_box18 li a:hover h5:after {
        transform: translateX(.5rem)
    }
}

@media(max-width: 850px) {
    .n_xrld .content .box .list_box16 {
        margin-bottom: 1.5rem;
    }
    .n_xrld .content .box {
        width: 100%;
    }
}

@media(max-width: 1630px) {
    .list_box7 .miso-arrow {
        top: auto;
        transform: translateY(0);
        bottom: -2rem;
        width: 26px;
        height: 26px;
        background-size: 100% 100% !important;
    }
    .list_box7 .miso-prev {
        left: 50%;
        margin-left: -35px;
    }
    .list_box7 .miso-next {
        right: 50%;
        margin-right: -35px;
    }
}

@media(max-width: 1400px) {
    .MainMenu #links>li {
        margin-right: 1.5rem
    }
    .MainMenu #links>li a h3 {
        font-size: 1.125rem
    }
}

@media(max-width: 1330px) {}

@media(max-width: 1200px) {
    .header_box_wai {
        display: none
    }
    .m_header_box {
        display: block;
    }
    .n_banner {
        height: 248px;
        background-size: cover !important;
    }
    .container01 .left {
        width: 100%;
        padding: 0 0
    }
    .container01 .center {
        width: 100%;
        padding: 1.5rem 0;
    }
    .container01 .right {
        width: 100%
    }
    .list_box2 li a .img_zd .img_hezi {
        padding-bottom: 76.72% !important
    }
    .list_box3 li a .img_zd .img_hezi {
        padding-bottom: 56.45% !important
    }
    .list_box15 {
        width: 100%;
        margin: 0;
    }
    .list_box15 li {
        display: inline-block;
        margin: 0 5px;
    }
    .n_container .n_left {
        display: none
    }
    .n_container .n_right {
        width: 100%;
        padding: 2rem 30px 3rem;
    }
    .mianbaoxie {
        display: none
    }
    #nav_slide {
        display: block
    }
}

@media(max-width: 1060px) {}

@media(max-width: 992px) {
    #logo {
        width: 40%;
    }
    .container03 .left {
        width: 100%;
        padding: 0
    }
    .container03 .right {
        width: 100%;
        padding: 2rem 0 0;
    }
    .container03 .con-bg .after:after {
        display: none
    }
    .list_box8 {
        white-space: normal;
        margin: 0 -7px
    }
    .list_box8 .item {
        padding: 0 7px;
        margin-bottom: 1rem
    }
    .container04 {
        padding: 3rem 0 7rem
    }
    .container04 .left {
        width: calc(100% + 2.125rem);
        padding: 0 0;
    }
    .container04 .right {
        width: 100%;
        padding: 3rem 0 0;
    }
    .container04 .right .titile001.ar_web {
        display: none
    }
    .container04 .right .titile001.ar_wap {
        display: block
    }
    .container04:before {
        display: none
    }
    .list_box11 {
        transform: translateX(-2.125rem) translateY(-2.75rem);
    }
    .list_box10 li a {
        padding: 1.5rem 2.5rem 0 10px;
        height: 18rem;
    }
    .container04 .right .box {
        width: 100%
    }
    .container05 .left {
        width: 100%;
        padding: 0;
    }
    .container05 .right {
        width: 100%;
        padding: 0 0 0;
    }
    .n_xrld .content {
        margin-bottom: 0
    }
    .n_lrld .content .box {
        width: 100%;
        margin-bottom: 1.25rem
    }
    .list_box18 li {
        width: 100%;
        margin-bottom: 1rem;
    }
}

@media(max-width: 768px) {
    #gotop {
        right: 0;
        transform: scale(0.7)
    }
    .list_box1s {
        text-align: center;
        font-size: 0;
        width: 100%;
        margin-bottom: 1.25rem;
    }
    .list_box1s li {
        width: 33.333333% !important;
        padding: 0 !important;
        float: none;
        display: inline-block !important;
        margin: 0;
        border: none !important;
        line-height: 2;
    }
    .list_box1s li:after {
        display: none
    }
    .fl .list_box1 {
        display: none
    }
    .n_banner {
        height: 240px;
    }
    .n_container .n_right {
        padding: 2rem 15px;
    }
    .container01 {
        padding: 2rem 0;
    }
    .titile001 h3 big {
        font-size: 1.5rem;
    }
    .container02 {
        padding: 0 0 5rem
    }
    .list_box8 .item .con {
        height: auto;
        padding: 1rem 15px 1rem
    }
    .list_box8 .item .con h5 {
        height: 3.5rem;
        -webkit-line-clamp: 2;
        font-size: 1rem;
    }
    .list_box10 li a h5,
    .list_box11 li a h5 {
        font-size: 1rem;
        height: 7.5rem;
        -webkit-line-clamp: 4;
    }
    .list_box11 li a {
        padding: 1rem 10px 0;
        height: 15rem;
    }
    .list_box10 li a h3 img,
    .list_box11 li a h3 img {
        height: 2.75rem
    }
    .list_box11 .miso-arrow {
        width: 30px;
        height: 30px;
        ;
        background-size: cover !important
    }
    .list_box12 li {
        line-height: 3rem;
        height: 3rem !important
    }
    .container04 .right .box .box_li .box_li1 {
        height: 15rem
    }
    .list_box13 li {
        width: 50%;
        padding: 0 7px;
        margin-bottom: 1.25rem;
    }
    .container05 {
        padding: 2rem 0;
    }
    .list_box13 li a .con {
        padding: 1.5rem 1.25rem 0
    }
    .list_box13 li a .con h4 {
        font-size: 1.25rem;
        width: 1.25rem;
    }
    .list_box13 li:nth-child(2n) {
        margin-top: 0;
    }
    .list_box13 {
        padding: 0 0rem;
        margin: 0 -7px;
    }
    .list_box13 li a .img .img_hezi {
        padding-bottom: 131% !important;
    }
    .list_box4 li a h5 {
        height: auto;
        max-height: 3.75rem
    }
    .titile001 h3 font img {
        height: 16px
    }
    .h31 {
        font-size: 1.25rem
    }
    .list_box18 li a h5 {
        font-size: 1rem
    }
    .zzjg_bm table td {
        padding: 1rem 5px;
        width: auto !important;
        min-width: 7.5rem;
    }
    .zzjg_bm .scoll {
        overflow: hidden;
        overflow-x: scroll
    }
    .list_box12 li a h5 {
        font-size: 1rem
    }
}

@media(max-width: 600px) {
    #logo {
        width: 52%;
    }
    .n_banner {
        height: 154px;
    }
}

@media(max-width: 450px) {
    .part5B ul li a .tpp {
        width: 40%;
        margin-left: auto;
        margin-right: auto;
    }
    .part5B ul li a .text {
        width: 100%;
    }
    .part5B ul li a .text .bt ul li span {
        margin: 0!important;
    }
}

@media(max-width: 400px) {
    #logo {
        width: 70%;
    }
}

@media(max-width: 350px) {
    .n_banner {
        height: 100px;
    }
}


/*==========================================内页 结束=============================================*/


/* 新增 */

.ny-main {
    margin-top: 2.1875rem;
    margin-bottom: 5rem;
}

.n_container .n_left.ny-l {
    background: #f3f4f8;
    padding: 0px 25px 20px;
}

.n_container .n_left.ny-l {
    width: 19.0625rem;
    margin-top: 0;
}

.n_container .n_left.ny-r {
    width: calc(100% -19.0625rem);
}

.n_container .n_left.ny-l h1 {
    font-size: 1.5rem;
    color: #0d3a7d;
    padding-left: 0;
    padding-right: 0;
}

.n_container .n_left.ny-l ul {
    padding: 0;
}

.n_container .n_left.ny-l .con ul li {
    border-top: 1px solid #e0e2eb;
}

.n_container .n_left.ny-l .con ul li>a {
    font-size: 1.25rem;
    color: #0d3a7d;
    font-family: "BELLB";
}

.n_container .n_left.ny-l .con ul li::before {
    display: none;
}

.n_container .n_right.ny-r {
    width: calc(100% - 19.0625rem);
    padding: 0;
    padding-left: 1.875rem;
}

.n_container .n_right.ny-r .content_list_con h2 {
    position: relative;
    border-bottom: 1px solid #cdced0;
    padding-right: 3.75rem;
    font-size: 1.25rem;
    color: #323232;
    font-weight: bold;
    font-family: "BELLB";
    padding: 1.5rem 3.75rem 1.5rem 0;
    line-height: 1.75;
}

.n_container .n_right.ny-r .content_list_con h2 span {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 1rem;
    top: 50%;
    transform: translatey(-50%);
    background: url(../images/ny-add.png) no-repeat center center;
    cursor: pointer;
}

.n_container .n_right.ny-r .content_list_con>ul>li.on h2 span {
    background: url(../images/ny-delete.png) no-repeat center center;
}

.n_container .n_right.ny-r .content_list_con>ul>li>ul {
    background: #f3f4f8;
    padding: 1.5625rem;
    display: none;
    color: #323232;
}

.n_container .n_right.ny-r .content_list_con>ul>li.active>ul {
    display: block;
}

.n_container .n_right.ny-r .content_list_con>ul>li>ul>p {
    line-height: 2rem;
    margin-bottom: 0.625rem;
}

.n_container .n_right.ny-r .content_list_con>ul>li>ul>p>a {
    display: block;
    font-size: 1rem;
    color: #141414;
}

@media (max-width: 1200px) {
    .n_container .n_right.ny-r {
        width: 100%;
        padding-left: 0;
    }
    .ny-main .n_content .n_content_list .n_content_list_hd ul li {
        width: 100%;
        float: none;
    }
    .n_container .n_right.ny-r .content_list_con h2 {
        line-height: 3.5rem;
    }
    .ny-main .n_content .n_content_list .n_content_list_bd .content_list_con {
        padding: 0;
    }
}


/* 新增页面2 */

.life-home1 {
    cursor: pointer;
}

.life-h1-l {
    width: 62.5%;
}

.life-h1-l .tpp .pic img {
    display: block;
    width: 100%;
}

.life-home1:hover .life-h1-l .tpp .pic img {
    transform: scale(1.1);
    transition: 0.6s all;
}

.life-h1-r {
    width: 37.5%;
    background: #0d3a7d;
    padding-left: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all .3s;
}

.life-home1:hover .life-h1-r {
    background: #b0a755;
}

.life-h1-r .txt {
    width: 78.6%;
}

.life-h1-r .txt h2 {
    font-size: 2.625rem;
    color: #fff;
    font-weight: bold;
    font-family: BELLB;
    margin-bottom: 1.5625rem;
}

.life-h1-r .txt p {
    line-height: 1.375rem;
    font-size: 1.125rem;
    color: #fff;
}

.life-home2 {
    position: relative;
    z-index: 9;
    margin-top: -6.25rem;
}

.life-s2 ul {
    padding: 0 0.6875rem;
    background: #fff;
    overflow: hidden;
}

.life-s2 ul .slick-list {
    overflow: visible;
}

.life-s2 ul li a {
    position: relative;
    margin: 0.625rem 0;
    display: block;
    padding: 1.375rem 0.6875rem;
    transition: all .3s;
}

.life-s2 ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    height: 5px;
    background: #b0a755;
    transition: all .3s;
}

.life-s2 ul li:hover a::after {
    right: 0;
}

.life-s2 ul li:hover a {
    box-shadow: 0 0 10px #969696;
}

.life-s2 ul li a .pic img {
    display: block;
    width: 100%;
}

.life-s2 ul li:hover a .pic img {
    transform: scale(1.1);
    transition: 0.6s all;
}

.life-s2 ul li a .text {
    position: relative;
}

.life-s2 ul li a .text .jt {
    position: absolute;
    top: 5rem;
    right: 0;
    width: 15px;
    height: 11px;
    background: url(../images/life-s2-more.png) no-repeat center center;
    transition: all .3s;
}

.life-s2 ul li a .text .jt:hover {
    background: url(../images/life-s2-more-other.png) no-repeat center center;
    background-size: 0.8125rem auto;
}

.life-s2 ul li a .text p {
    margin-top: 0.9375rem;
    margin-bottom: 3.75rem;
    line-height: 1.25rem;
    font-size: 1rem;
    color: #444444;
}

.life-s2 ul li a .text .name {
    font-size: 1.1rem;
    color: #0d3a7d;
    line-height: 20px;
}

.life-s2 ul li a .text .country {
    font-size: 1.1rem;
    color: #5f779b;
    line-height: 20px;
}

.life-s2 ul li a .text .jj {
    width: 100%;
    line-height: 1.25rem;
    font-size: 1.1rem;
    color: #5f5f5f;
    height: 2.5rem;
    overflow: hidden;
}

.life-home3 {
    padding: 4.375rem 0;
    padding-bottom: 0;
}

.life-home3 .hd_title {
    margin-bottom: 4.0625rem;
    text-align: center;
    font-size: 2.125rem;
    color: #0d3a7d;
    font-family: BELLB;
    text-transform: capitalize;
}

.life-s3 {
    overflow: hidden;
}

.life-s3 ul {
    position: relative;
    margin: 0 30%;
}

.life-s3 ul .slick-prev {
    transform: none;
    bottom: 3.75rem;
    top: auto;
    right: -5.3rem;
    left: auto;
    width: 2.6875rem;
    height: 2.6875rem;
    background: #1158c2 url(../images/prev_white.png) no-repeat center center;
}

.life-s3 ul .slick-next {
    transform: none;
    top: auto;
    right: -8rem;
    bottom: 1.125rem;
    left: auto;
    width: 2.6875rem;
    height: 2.6875rem;
    background: #0d3a7d url(../images/next_white.png) no-repeat center center;
}

.life-s3 .slick-list {
    overflow: visible;
}

.life-s3 ul li {
    margin-top: 4.375rem;
    margin-bottom: 3.75rem;
    transform-origin: center bottom!important;
    transform: scale(.87);
}

.life-s3 ul li a {
    display: block;
    position: relative;
    margin: 0 2.5rem;
    transform-origin: center bottom;
}

.life-s3 ul li a .bf {
    position: absolute;
    width: 3.75rem;
    height: 3.75rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/spbf.png) no-repeat center center;
    background-size: 3.75rem auto;
    opacity: 0;
    z-index: -1;
}

.life-s3 ul li.slick-active a .bf {
    opacity: 1;
    z-index: 1;
}

.life-s3 ul li a .pic {
    position: relative;
    padding-top: 61.146%;
}

.life-s3 ul li a .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.life-s3 ul li.slick-active {
    transform: scale(1.24);
}

.life-s3 ul li a .text {
    position: absolute;
    padding: 0.625rem 0.9375rem;
    left: 0;
    width: 70%;
    bottom: -3.125rem;
    background: #0d3a7d;
    opacity: 0;
    transition: all 0.2s ease-out 0s;
    transform: translateY(-10px);
}

.life-s3 ul li.slick-active a .text {
    opacity: 1;
    transform: translateY(0);
}

.life-s3 ul li a .text p {
    line-height: 2.375rem;
    font-size: 1.75rem;
    color: #fff;
    font-family: BELLB;
}

.life-home4 {
    margin-top: 7.1875rem;
    margin-bottom: 3.125rem;
}

.life-home4 .hd_title {
    font-size: 2.875rem;
    color: #0d3a7d;
    font-weight: bold;
    margin-bottom: 1.875rem;
    text-transform: capitalize;
    border-bottom: 1px solid #dedede;
    padding-bottom: 1.875rem;
    font-family: BELLB;
}

.life-home4 .bt p {
    line-height: 1.75rem;
    font-size: 1.125rem;
    color: #323232;
    margin-bottom: 1.875rem;
    text-indent: 0 !important;
}

.life-home4 ul li {
    width: 30%;
}

.life-home4 ul li a {
    display: block;
    text-align: center;
    padding: 1.375rem 0.9375rem;
    transition: all .3s;
}

.life-home4 ul li:hover a {
    box-shadow: rgb(185 181 181) 0px 0px 15px;
}

.life-home4 ul li .icon {
    position: relative;
    height: 3.125rem;
    line-height: 3.125rem;
    font-size: 0;
}

.life-home4 ul li .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 3.125rem;
    z-index: 2;
}

.life-home4 ul li .icon img.l3-icon {
    z-index: 6;
}

.life-home4 ul li:hover .icon img.l3-icon {
    z-index: -1;
}

.life-home4 ul li .icon img.l3-icon-other {
    opacity: 0;
    z-index: -1;
}

.life-home4 ul li:hover .icon img.l3-icon-other {
    opacity: 1;
    z-index: 6;
}

.life-home4 ul li a .text {
    margin-top: 0.9375rem;
}

.life-home4 ul li a .text p {
    font-size: 1.5rem;
    color: #0d3a7d;
}

.life-home4 ul li:hover a .text p {
    color: #b0a756;
}

.lhd-4 {
    margin-top: 3.75rem;
}

.lhd-4 .pic img {
    display: block;
    width: 100%;
    transition: all .6;
}

.lhd-4 .pic:hover img {
    transform: scale(1.1);
}

@media (max-width: 1300px) {
    .life-h1-r .txt {
        width: 100%;
        padding-right: 2.5rem;
    }
    .life-s3 ul {
        margin: 0 12.5rem;
    }
}

@media (max-width: 1200px) {
    .life-home2 {
        margin-top: 0.9375rem;
    }
    .life-home1 {
        margin-top: 5.625rem;
    }
    .life-s3 ul li a .text p {
        font-size: 1.3rem;
    }
}

@media (max-width: 1000px) {
    .life-h1-l {
        width: 50%;
    }
    .life-h1-r {
        width: 50%;
    }
    .life-h1-r .txt h2 {
        font-size: 1.6rem;
        margin-bottom: 0.9375rem;
    }
    .life-h1-r .txt {
        padding: 0.9375rem;
    }
    .life-h1-r {
        padding-left: 0;
    }
    .life-s3 ul li a .text {
        width: 100%;
    }
}

@media (max-width: 850px) {
    .life-home1 {
        margin-top: 4.375rem;
    }
}

@media (max-width: 750px) {
    .life-h1-l {
        width: 100%;
    }
    .life-h1-r {
        width: 100%;
    }
    .life-s3 ul {
        margin: 0 6.25rem;
    }
    .life-s3 ul li a {
        margin: 0 1.875rem;
    }
    .life-s3 ul .slick-prev {
        right: 0;
    }
    .life-s3 ul .slick-next {
        right: -2.3125rem;
    }
    .life-home3 {
        padding: 0.9375rem 0;
    }
}

@media (max-width: 500px) {
    .art-slick {
        display: none!important;
    }
    .life-s2 ul {
        padding: 0;
    }
    .life-s2 ul li a {
        margin: 0;
    }
    .life-s3 ul li {
        margin: 0;
    }
    .life-s3 ul {
        margin: 0;
    }
    .life-s3 ul li.slick-active {
        transform: scale(1);
    }
    .life-s3 ul .slick-prev {
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        bottom: auto;
        background-size: 10px auto;
    }
    .life-s3 ul .slick-next {
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        bottom: auto;
        background-size: 10px auto;
    }
    .life-s3 ul li a .text {
        bottom: 0;
    }
    .life-s3 ul li a .text p {
        line-height: 1.2;
    }
    .life-home4 {
        margin-top: 0.9375rem;
        margin-bottom: 0.9375rem;
    }
    .life-home3 .hd_title {
        margin-bottom: 0.9375rem;
        font-size: 1.875rem;
    }
    .life-home4 .bt p {
        margin-bottom: 0.9375rem;
    }
    .life-home4 .hd_title {
        margin-bottom: 0.9375rem;
        padding-bottom: 0.9375rem;
    }
    .life-home4 .hd_title {
        font-size: 1.875rem;
    }
    .lhd-4 {
        margin-top: 0.9375rem;
    }
}