<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
html, body, a, p, span, ul, img {
    padding: 0;
    margin: 0;
    list-style: none;
    border: none;
    font-size: 14px;
    font-family: "Microsoft YaHei", "Arial";
    color: #666;
}

p {
    line-height: 25px;
}

img {
    border: none;
    vertical-align: middle;
}

td {
    vertical-align: center;
    font-size: 14px;
}


* {
    margin: 0;
    padding: 0;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img {
    border: medium none;
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    outline: none;
}

.body {
    background: #fff;
}

.nbody {
    background: #efefef;
}

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


img {
    border: 0px;
}

table, table tr, table td {
    border: solid 1px #777777;
}

html, body {
    height: auto;
    margin: 0 auto;
}

.hide {
    display: none;
}

.clear {
    clear: both;
}

input, textarea {

    font-family: "Microsoft YaHei", "Arial";

}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}


h1 {
    font-size: 3em;
    line-height: 1;
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 2em;
    margin: 0;
    padding: 0;
}

h3 {
    font-size: 1.5em;
    line-height: 1;
    margin: 0;
    padding: 0;
}

h4 {
    font-size: 1.2em;
    line-height: 1.25;
    margin: 0;
    padding: 0;
}

h5 {
    font-size: 1em;
    margin: 0;
    padding: 0;
}

h6 {
    font-size: 1em;
}

body {
    background: #fff;
}

/* 页面基本元素

-------------------------------------------------------------- */


/* 链接样式 */

a {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


/* 常用元素 */

.clear {
    clear: both;
    font-size: 1px;
    line-height: 0px;
    height: 0px;
}


/* 层浮动 */

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    margin: 0 auto;
}


/* 文字对齐 */

.tleft {
    text-align: left;
}

.tright {
    text-align: right;
}

.tcenter {
    text-align: center;
}


img {
    webkit-transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

}

/* top

-------------------------------------------------------------- */

.header {
    width: 100%;
    height: 100px;
    position: fixed;
    background: #fff;
    z-index: 998;
    top: 0;
    padding: 0 2%;
}

.logo {
    overflow: hidden;
    padding: 18.5px 0;
}

.logo img {
    max-height: 60px;
}

.topewm {
    text-align: center;
    padding: 27.5px 0;
    position: relative;
    cursor: pointer;
}

.topewm .ewmimg {
    opacity: 0;
    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    position: absolute;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    top: 100px;
    right: 0;
}

.topewm .ewmimg img {
    width: 100px;
}

.topewm:hover .ewmimg {
    opacity: 1;
}

.small {
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}

/* nav
-------------------------------------------------------------- */
.menu, .menu ul {

    list-style: none;

    padding: 0;

}


.menu &gt; li {

    position: relative;

    display: inline-block;

    outline: 0;

}


.submenu {

    position: absolute;

    left: 0;

    top: 100%;

    z-index: 0;

    overflow: hidden;

    /* IE8 needs this */

    overflow: hidden \0/ !important;

    max-height: 0;

    /* A .submenu should be only revealed when hovering the .menu */

    pointer-events: none;

}


.menu &gt; li:hover .submenu, .menu &gt; li:focus .submenu {

    pointer-events: auto;

    z-index: 10;

    max-height: 2000px;

    -webkit-transition: none;

    -moz-transition: none;

}


/* Default

 ================================================================= */

.submenu li {

    opacity: 0;


    -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;

    -moz-transition: opacity .4s, -moz-transform .6s, max-height .6s;

    -ms-transition: opacity .4s, -ms-transform .6s, max-height .6s;

    -o-transition: opacity .4s, -o-transform .6s, max-height .6s;

    transition: opacity .4s, transform .6s, max-height .6s;

}


.menu &gt; li:hover .submenu li, .menu &gt; li:focus .submenu li {

    opacity: 1;


    -webkit-transform: none;

    -moz-transform: none;

    -ms-transform: none;

    -o-transform: none;

    transform: none;

}

/* Shield

 ================================================================= */

.shield {

    overflow: visible;


    -webkit-perspective: 400px;

    -moz-perspective: 400px;

    -ms-perspective: 400px;

    -o-perspective: 400px;

    perspective: 400px;

}


.shield li {

    -webkit-transform: rotateX(90deg);

    -moz-transform: rotateX(90deg);

    -ms-transform: rotateX(90deg);

    -o-transform: rotateX(90deg);

    transform: rotateX(90deg);


    -webkit-transform-origin: 0 0;

    -moz-transform-origin: 0 0;

    -ms-transform-origin: 0 0;

    -o-transform-origin: 0 0;

    transform-origin: 0 0;


    -webkit-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

    -moz-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

    -ms-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

    -o-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

    transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

}

.nav {
    text-align: right;
    margin-right: 44px;
}

.nav &gt; ul {

    display: inline-block;
    margin: 0;
}

.nav span {

    display: block !important;

    width: 100%;

    line-height: 20px;
    font-size: 13px;
    font-family: Arial;
    color: #b8b8b8;
    text-transform: uppercase;
}


.nav .menu &gt; li {
    float: left;
    text-align: center;
    line-height: 102px;
    position: relative;
    margin: 0 40px;
}


.nav .menu &gt; li a {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    display: block;
    line-height: 100px;
}

.nav .menu &gt; li:hover a, .nav .menu &gt; li.current a {
}


.nav .menu &gt; li .submenu {

    width: 160px;
    left: 50%;
    margin-left: -80px;
}

.nav .menu &gt; li .submenu li {

    width: 100%;
    line-height: 30px;
    padding: 5px 0;
    background: #fff;
    text-align: center;
    margin-top: 1px;

}

.nav .menu &gt; li .submenu li a {

    display: block;
    color: #000;
    background: none;
    font-size: 16px;
    padding: 0;
    line-height: 30px;
    font-weight: normal;
}

.nav .menu &gt; li .submenu li:hover {
    background: #013ea4;
}

.nav .menu &gt; li .submenu li:hover a {
    color: #fff;
}

.nav .menu &gt; li.current:after {
    width: 100%;
}

.cont {
    width: 1436px;
    overflow: hidden;
    margin: auto;
}

.cont1 {
    width: 1436px;
    height: auto;
    margin: auto;
}

/* banner

-------------------------------------------------------------- */
.banner {
    width: 100%;
    overflow: hidden;
    margin-top: 100px;
    position: relative;
}

.banner .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.banner .swiper-container-no-flexbox .swiper-slide {
    float: left
}

.banner .swiper-container-vertical &gt; .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.banner .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.banner .swiper-container-android .swiper-slide, .banner .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.banner .swiper-container-multirow &gt; .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.banner .swiper-container-free-mode &gt; .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.banner .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.banner .swiper-slide .img img {
    width: 100%;
    height: auto;
}

.banner .swiper-slide-invisible-blank {
    visibility: hidden
}

.banner .swiper-container-autoheight, .banner .swiper-container-autoheight .swiper-slide {
    height: auto
}

.banner .swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.banner .swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal &gt; .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.banner .swiper-container-wp8-vertical, .banner .swiper-container-wp8-vertical &gt; .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.banner .swiper-button {

}

.banner .swiper-button-next, .banner .swiper-button-prev {
    width: 116px;
    height: 60px;
    border-right: solid 1px #e9e9e9;
    float: left;
    margin: 0;
    position: absolute;
    left: 0;
}

.banner .swiper-button-prev {
    top: 0;
}

.banner .swiper-button-next {
    top: 60px;
}

.banner .swiper-button-next.swiper-button-disabled, .banner .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}


.banner .swiper-button-prev.swiper-button-black, .banner .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background: url("../images/prev.png") no-repeat center;
    opacity: 0.5;
}

.banner .swiper-button-prev:hover {
    opacity: 1;
}

.banner .swiper-button-next.swiper-button-black, .banner .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background: url("../images/next.png") no-repeat center;
    opacity: 0.5;
}

.banner .swiper-button-next:hover {
    opacity: 1;
}

.banner .swiper-button-lock {
    display: none
}

.banner .swiper-pagination {
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 55px;
    left: 0;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 99;
}

.banner .swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal &gt; .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
    right: 88px;
    height: 40px;
    line-height: 40px;
    color: #b1b1b1;
    font-size: 16px;
    top: 40px;
}

.swiper-pagination-fraction span {
    color: #b1b1b1;
    line-height: 40px;
    font-size: 16px;
}

.swiper-pagination-fraction .swiper-pagination-current {
    color: #cf1423;
    font-size: 26px;
    font-weight: bold;
}

.swiper-pagination-fraction span:before {
    content: "0";
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #000;
    margin: 0 10px;
}

.banner .swiper-pagination-bullet {
    width: 40px;
    height: 5px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    margin: 0 7px;
}

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

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    outline: none;
}

.swiper-pagination-bullet-active {
}

.swiper-container-vertical &gt; .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl &gt; .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal &gt; .swiper-pagination-progressbar, .swiper-container-vertical &gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal &gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical &gt; .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal &gt; .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical &gt; .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container &gt; canvas, .swiper-zoom-container &gt; img, .swiper-zoom-container &gt; svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

/*shubiao*/
.shubiao-index {
    position: absolute;
    bottom: 45px;
    right: 30px;
    width: 30px;
    z-index: 99;
}

.shubiao {
    position: relative;
}

.shubiao-ncon {
    margin-top: 70px;
}

.shubiao_line {
    width: 1px;
    height: 60px;
    background: #fff;
    margin: 10px auto;
}

.shubiao_pinyin {
    font-size: 14px;
    text-align: center;
    color: #282828;
    margin-top: 5px;
}

.shubiao {
    margin: 0 auto;
}

.shubiao hr {
    width: 1px;
    height: 142px;
    border: none;
    border-left: solid 1px #fff;
    margin: 0 auto 32px;
}

.mouse {
    position: relative;
    width: 30px;
    height: 52px;
    border-radius: 30px;
    border: 3px solid #fff;
    margin: auto;
}

.mouse:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 5px;
    height: 10px;
    border-radius: 20px;
    background-color: #fff;
    -webkit-animation: scroll 1s infinite alternate;
    animation: scroll 1s infinite alternate;
}

.shubiao p {
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
}

@-webkit-keyframes scroll {
    100% {
        -webkit-transform: translate(-50%, 8px);
        transform: translate(-50%, 8px);
    }
}

@keyframes scroll {
    100% {
        -webkit-transform: translate(-50%, 8px);
        transform: translate(-50%, 8px);
    }
}

.lxwm {
    overflow: hidden;
    line-height: 80px;
    padding-right: 42px;
}

.lxwm a {
    font-size: 16px;
    color: #343434;
}

@-webkit-keyframes scroll {
    100% {
        -webkit-transform: translate(-50%, 8px);
        transform: translate(-50%, 8px);
    }
}

@keyframes scroll {
    100% {
        -webkit-transform: translate(-50%, 8px);
        transform: translate(-50%, 8px);
    }
}

.banner .bannermore {
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 28px;
    z-index: 99;
    text-align: center;
    right: 2%;
}

.banly {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
}

.banner .bannermore a {
    color: #fff;
    font-size: 16px;
    display: block;
}

.banner .bannermore a span {
    color: #fff;
    font-size: 50px;
    display: block;
    float: right;
}

/*banner*/

/* tit

-------------------------------------------------------------- */
.tit {
    overflow: hidden;
}

.tit h3 {
    width: 100%;
    overflow: hidden;
    font-size: 30px;
    color: #00248d;
    line-height: 40px;
    font-weight: normal;
    margin-top: 4px;
}

.tit h3 a {
    font-size: 30px;
    color: #00248d;
}

.tit p {
    width: 100%;
    overflow: hidden;
    font-size: 45px;
    color: #000;
    font-family: Arial;
    text-transform: uppercase;
    line-height: 45px;
    font-weight: bold;
}

.tit p span {
    font-size: 45px;
    color: #00248d;
    font-family: Arial;
}

.more {
    overflow: hidden;
}

.more a {
    width: 166px;
    height: 48px;
    display: block;
    font-size: 15px;
    color: #fff;
    line-height: 48px;
    text-align: center;
    background: #004b94;
}

/* top
-------------------------------------------------------------- */
.top {
    width: 100%;
    overflow: hidden;
    background: #f3f3f3;
}

.top .topnews, .top .toptel {
    overflow: hidden;
    padding: 0;
}

.top .topnews {
    height: 32px;
    margin: 29px 0;
    background: url(../images/icon2.png) no-repeat left center;
    padding-left: 62px;
}

.top .topnews ul, .top .topnews ul li {
    width: 100%;
    overflow: hidden;
}

.top .topnews ul li {
    line-height: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.top .topnews ul li span {
    font-size: 16px;
    color: #868686;
    margin-right: 25px;
}

.top .topnews ul li a {
    font-size: 16px;
    color: #000;
}

.top .toptel .toptelnr {
    width: 262px;
    height: 42px;
    line-height: 42px;
    border-radius: 25px;
    float: right;
    margin: 24px 0;
    padding-left: 24px;
    font-size: 16px;
    color: #737373;
    background: #fff url(../images/icon3.png) no-repeat 91% center;
}

/* hyyy
-------------------------------------------------------------- */
.hyyy {
    width: 100%;
    overflow: hidden;
    background: url(../images/hyyybg.jpg) no-repeat top center;
    background-size: cover;
    padding-left: 12.6%;
    padding-top: 116px;
}

.hyyy .hyyyen {
    width: 100%;
    overflow: hidden;
    font-size: 72px;
    line-height: 72px;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: bold;
    color: #fff;
}

.hyyy h3 {
    width: 100%;
    overflow: hidden;
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    margin-top: 10px;
}

.hyyy .hyyynr {
    margin-top: 66px;
    padding-bottom: 230px;
    position: relative;
}

.hyyy .hyyynr, .hyyy .hyyylist {
    width: 100%;
}

.hyyy .hyyylist {
    position: relative;
}

.hyyy .hyyylist img {
    width: 100%;
    height: auto;
}

.hyyy .hyyylist .hyyytit {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 28px;
    padding: 0 32px;
}

.hyyy .hyyylist .hyyytit h4 {
    width: 75%;
    overflow: hidden;
    float: left;
    font-size: 32px;
    color: #fff;
    line-height: 42px;
}

.hyyy .hyyylist .hyyytit .hyyymore {
    width: 25%;
    height: 60px;
    float: left;
    background: url(../images/icon6.png) no-repeat right center;
    position: relative;
}

.hyyy .hyyylist .hyyytit .hyyymore a {
    display: block;
    width: 100%;
    height: 100%;
}

.hyyy .hyyylist .hyyyno {
    overflow: hidden;
    font-family: Arial;
    color: #fff;
    font-size: 77px;
    font-weight: bold;
    line-height: 77px;
    font-style: italic;
    position: absolute;
    left: 0;
    top: -34px;
}

#plusDiv {
    position: absolute;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    right: 78px;
    top: 0;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite; /*无穷反复*/
    animation-delay: 1.1s;
}

.hyyynr .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 34px 0 0 0;
    z-index: 1;
}

.hyyynr .swiper-container-no-flexbox .swiper-slide {
    float: left
}

.hyyynr .swiper-container-vertical &gt; .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.hyyynr .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.hyyynr .swiper-container-android .swiper-slide, .hyyynr .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.hyyynr .swiper-container-multirow &gt; .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.hyyynr .swiper-container-free-mode &gt; .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.hyyynr .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 23px;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.hyyynr .swiper-slide .img img {
    width: 100%;
    height: auto;
}

.hyyynr .swiper-slide-invisible-blank {
    visibility: hidden
}

.hyyynr .swiper-container-autoheight, .hyyynr .swiper-container-autoheight .swiper-slide {
    height: auto
}

.hyyynr .swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.hyyynr .swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

@keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        filter: none;
    }
    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

.hyyynr .swiper-button {
    width: 100%;
    overflow: hidden;
    padding-left: 77px;
    position: absolute;
    z-index: 9;
    left: 0;
    bottom: 132px;
}

.hyyynr .swiper-pagination-bullet {
    width: 39px;
    height: 39px;
    background: url(../images/dot2.png) no-repeat center;
    opacity: 1;
    margin: 0 35px;
    outline: none;
}

.hyyynr .swiper-pagination-bullet-active {
    background: url(../images/doth2.png) no-repeat center;
}

/* pro
-------------------------------------------------------------- */
.pro {
    padding-top: 90px;
    padding-bottom: 120px;
}

.protit {
    width: 100%;
    overflow: hidden;
}

.protit .tit {
    overflow: hidden;
    padding: 0;
}

.protit .promenu {
    overflow: hidden;
    padding: 0;
    text-align: right;
    margin-top: 50px;
}

.protit .promenu ul {
    overflow: hidden;
    display: inline-block;
}

.protit .promenu ul li {
    overflow: hidden;
    float: left;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    margin-left: 70px;
}

.protit .promenu ul li a {
    font-size: 16px;
    color: #000;
}

.protit .promenu ul li:hover a {
    color: #00248d;
}

.pro .pronr {
    margin-top: 40px;
}

.pronr, .pronr ul {
    width: 100%;
    overflow: hidden;
}

.pronr ul li {
    width: 31.33333333%;
    overflow: hidden;
    float: left;
    margin: 20px 1%;
    height: 330px;
    position: relative;
}

.pronr ul li img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.pronr ul li:hover img {
    transform: translate(-50%, -50%) scale(1.2);
}

.pronr ul li .probg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/probg.png) repeat-x left bottom;
    opacity: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.pronr ul li .probg .probgnr {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 32px;
    padding: 0 35px;
}

.pronr ul li .probg .probgnr h4 {
    width: 100%;
    overflow: hidden;
    font-size: 25px;
    color: #fff;
    line-height: 35px;
    font-weight: normal;
}

.pronr ul li .probg .probgnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    font-family: Arial;
}

.pronr ul li .probg .probgnr .promore {
    width: 142px;
    height: 40px;
    border: solid 2px #fff;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin-top: 25px;
}

.pronr ul li:hover .probg {
    opacity: 1;
}


#app {
    width: 100%;
    padding-bottom: 105px;
    position: relative;
}

.pro:before, .pro:after {
    box-sizing: border-box;
    position: relative;
    transition-property: opacity, -webkit-transform, -webkit-filter;
    transition-property: transform, opacity, filter;
    transition-property: transform, opacity, filter, -webkit-transform, -webkit-filter;
    transition-duration: 0.7s, 0.7s, 0.7s;
    transition-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
}

.ui-big-images {
    height: 100%;
    width: 100%;
    display: flex;
}

.ui-big-image {
    width: 100%;
    margin-right: -100%;
}

.ui-big-image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center 20%;
    object-position: center 20%;
    width: 100%;
    height: 100%;
    display: block;
}

.ui-big-image .prolf {
    width: 41%;
    overflow: hidden;
    padding-top: 384px;
}

.ui-big-image .prolf h4 {
    width: 100%;
    overflow: hidden;
    font-family: Arial;
    font-size: 77px;
    line-height: 77px;
    background-image: -webkit-linear-gradient(left, #66a1cc, #094e8c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ui-big-image .prolf h5 {
    width: 100%;
    overflow: hidden;
    font-family: Arial;
    font-size: 40px;
    line-height: 50px;
    background-image: -webkit-linear-gradient(left, #66a1cc, #094e8c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 4px;
}

.ui-big-image .prolf p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #6c777f;
    line-height: 28px;
    margin-top: 40px;
}

.ui-big-image .prolf .promore {
    width: 178px;
    height: 54px;
    border-radius: 30px;
    margin-top: 82px;
    background: -webkit-linear-gradient(left, #619dc9, #0c518e); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #619dc9, #0c518e); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #619dc9, #0c518e); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #619dc9, #0c518e); /* 标准的语法 */
}

.ui-big-image .prolf .promore span {
    display: block;
    padding-left: 38px;
    font-size: 16px;
    color: #fff;
    line-height: 54px;
    margin: auto;
    background: url(../images/icon4.png) no-repeat 79% center;
    text-transform: uppercase;
}

.ui-big-image .proimg {
    width: 59%;
    overflow: hidden;
}

.ui-big-image .proimg img {
    max-width: 100%;
    height: auto;
}

@media (max-height: 600px) {
    .ui-big-image img {
        -o-object-position: center center;
        object-position: center center;
    }
}

.ui-thumbnails {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.uitwo {
    top: 124px;
}

.ui-thumbnails ul {
    overflow: hidden;
    display: inline-block;
}

.ui-thumbnails ul li {
    overflow: hidden;
    float: left;
    position: relative;
}

.ui-thumbnails ul li:after {
    content: "";
    width: 75%;
    height: 1px;
    background: #e7e7e7;
    position: absolute;
    right: 0;
    bottom: 9px;
}

.ui-thumbnails ul li:last-child:after {
    display: none;
}

.ui-thumbnail {
    display: block;
    margin-right: 160px;
    cursor: pointer;
    font-size: 18px;
    color: #737373;
    padding-bottom: 38px;
    position: relative;
}

.ui-thumbnail:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    bottom: 5px;
    background: #dddddd;
    border-radius: 50%;
    margin-left: -5px;
}

.ui-thumbnail:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #b2c5e4;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
    opacity: 0;
}

.ui-thumbnail .pro_no, .ui-thumbnail .pro_tit {
    width: 100%;
    overflow: hidden;
}

.ui-thumbnail .pro_no {
    font-size: 22px;
    color: #8696a0;
    line-height: 32px;
    font-family: Arial;
    text-align: right;
    font-weight: bold;
    margin-top: 4px;
}

.ui-thumbnail .pro_tit {
    font-family: Arial;
    font-size: 20px;
    color: #8b9ca5;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}

.ui-cuticle {
    background-color: #D4A12D;
    position: absolute;
    bottom: 0;
    height: .25rem;
    width: 100%;
}

.ui-thumbnail &gt; img {
    width: auto;
}

.ui-content {
    position: absolute;
    width: 58%;
    left: 0;
    bottom: 0;
}

.ui-articles {
    background: #493e56;
    color: white;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}

.ui-article {
    padding: 1.5rem;
    width: 100%;
    margin-right: -100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ui-paragraph {
    margin: 0;
    font-size: .7rem;
    line-height: 1.7;
}

.ui-nav {
    position: absolute;
    right: 0;
    bottom: 100%;
    background: inherit;
}

.ui-nav button {
    background: #02378f;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 85px;
    height: 136px;
    transition: inherit;
    transition-duration: 300ms;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    position: absolute;
    right: 0;
}

.ui-nav button span {
    display: block;
    width: 100%;
    height: 100%;
}

.ui-nav #prev span {
    background: url(../images/prev2.png) no-repeat center;
}

.ui-nav #next span {
    background: url(../images/next2.png) no-repeat center;
}

.ui-nav button:hover, .ui-nav button:focus {
    outline: none;
}

.ui-nav button:active {
    outline: none;
}

.ui-nav #next {
    bottom: 0;
    right: 0;
}

.ui-nav #prev {
    bottom: 0;
    right: 85px;
}

.ui-heading {
    margin: 0;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: normal;
}

.ui-heading:before {
    content: '图片';
    font-size: .5rem;
    text-transform: uppercase;
    display: block;
    margin-bottom: .5rem;
    letter-spacing: 1px;
}

/* ---------------------------------- */
.ui-big-image {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.ui-big-image img {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
}

.ui-big-image[data-active] ~ .ui-big-image {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.ui-big-image[data-active] {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.ui-big-image[data-active] img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* ---------------------------------- */
.ui-article {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.ui-article:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #D4A12D;
    opacity: 1;
    transition-duration: 0.35s;
    z-index: 1;
}

.ui-article[data-active] ~ .ui-article {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.ui-article[data-active] {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.ui-article[data-active]:before {
    opacity: 0;
}

/* ---------------------------------- */
.ui-thumbnail &gt; img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition-duration: 0.35s;
}

.ui-thumbnail:active &gt; img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    transition-duration: 100ms;
}

.ui-thumbnail:focus {
    outline: none;
}

.ui-cuticle {
    display: none;
}

.ui-thumbnail[data-active] &gt; img, .ui-thumbnail:hover &gt; img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.ui-thumbnail[data-active], .ui-thumbnail:hover {
    color: #000;
    font-weight: bold;
}

.ui-thumbnail[data-active]:after, .ui-thumbnail:hover:after {
    background: #013ea4;
}

.ui-thumbnail[data-active]:before, .ui-thumbnail:hover:before {
    opacity: 1;
}

.ui-thumbnail[data-active] .pro_no, .ui-thumbnail[data-active] .pro_tit {
    color: #fff;
}

.ui-thumbnail[data-active] .ui-cuticle {
    display: block;
}

/* about
-------------------------------------------------------------- */
.about {
    width: 100%;
    overflow: hidden;
    background: #013ea4;
    position: relative;
    padding-top: 146px;
    padding-bottom: 124px;
}

.about:before {
    content: "";
    width: 85%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/aboutbg.png) no-repeat top right;
    background-size: cover;
    z-index: 2;
}

.about .aboutnr {
    position: relative;
    z-index: 3;
}

.aboutnr .aboutlf {
    overflow: hidden;
    padding: 0;
}

.aboutlf .aboutjs {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #6d6d6d;
    margin-top: 50px;
    padding: 0 100px 0 0;
}

.aboutlf .aboutmore {
    width: 100%;
    overflow: hidden;
    margin-top: 102px;
}

.aboutlf .aboutmore a {
    display: block;
    width: 188px;
    height: 58px;
    background: #013ea4;
    color: #fff;
    line-height: 58px;
    font-size: 16px;
    text-align: center;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.aboutlf .aboutmore a:hover {
    border-radius: 10px;
}

.aboutnr .aboutrt {
    overflow: hidden;
    padding: 0 0 0 10px;
    text-align: right;
}

.aboutnr .aboutrt img {
    max-width: 100%;
    height: auto;
}

.aboutnr .aboutrt:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#wave1 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.ab_fl {
    width: 100%;
    overflow: hidden;
    margin-top: 67px;
}

.ab_fl dl {
    overflow: hidden;
    padding: 0;
}

.ab_fl dl dt {
    width: 100%;
    overflow: hidden;
    color: #000;
    font-size: 16px;
    font-weight: normal;
}

.ab_fl dl dd {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    margin-top: 4px;
}

.ab_fl dl dt .counter {
    font-size: 55px;
    color: #013ea4;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 55px;
}

/* qywh
-------------------------------------------------------------- */
.qywh {
    width: 100%;
    overflow: hidden;
    background: url(../images/qywhbg1.jpg) no-repeat right top;
    padding-top: 124px;
}

.qywhnr {
    width: 87.4%;
    overflow: hidden;
    background: url(../images/qywhbg2.jpg) no-repeat center top;
    background-size: cover;
    margin-top: 50px;
    float: right;
}

.qywhnr {
    padding-top: 230px;
    padding-bottom: 45px;
    position: relative;
}

.qywhnr .qywhlist, .qywhnr .qywhlist h4, .qywhnr .qywhlist p {
    width: 100%;
    overflow: hidden;
}

.qywhnr .qywhlist {
    padding-left: 27%;
}

.qywhnr .qywhlist h4 {
    font-size: 35px;
    color: #fff;
    line-height: 45px;
    font-weight: normal;
    margin-bottom: 8px;
}

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

.qywhnr .swiper-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.qywhnr .swiper-container-no-flexbox .swiper-slide {
    float: left
}

.qywhnr .swiper-container-vertical &gt; .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.qywhnr .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.qywhnr .swiper-container-android .swiper-slide, .banner .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.qywhnr .swiper-container-multirow &gt; .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.qywhnr .swiper-container-free-mode &gt; .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.qywhnr .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.qywhnr .swiper-slide .img img {
    width: 100%;
    height: auto;
}

.qywhnr .swiper-slide-invisible-blank {
    visibility: hidden
}

.qywhnr .swiper-container-autoheight, .qywhnr .swiper-container-autoheight .swiper-slide {
    height: auto
}

.qywhnr .swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.qywhnr .swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.qywhnr .swiper-button-next, .qywhnr .swiper-button-prev {
    width: 45px;
    height: 44px;
    overflow: hidden;
    position: absolute;
    bottom: 54px;
    z-index: 99;
    outline: none;
}

.qywhnr .swiper-button-prev {
    background: url(../images/prev.png) no-repeat center;
    right: 42%;
}

.qywhnr .swiper-button-next {
    background: url(../images/next.png) no-repeat center;
    right: 38%;
}

/* ys
-------------------------------------------------------------- */
.ys {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 164px;
    padding-bottom: 276px;
}

.ys:before {
    content: "";
    width: 100%;
    height: 620px;
    background: #f9f9f9;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -2;
}

.ys:after {
    content: "";
    width: 88%;
    height: 620px;
    overflow: hidden;
    background: url(../images/ysbg1.jpg) no-repeat bottom right;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.ys .tit h3, .ys .tit p {
    text-align: right;
}

.ys .ysnr {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -718px;
}

.yslist {
    width: 100%;
    overflow: hidden;
    padding-top: 38px;
    position: relative;
}

.yslist:before {
    content: "";
    width: 56%;
    height: 534px;
    background: #013ea4;
    position: absolute;
    left: 0;
    top: 152px;
}

.yslist:after {
    content: "";
    width: 21.5%;
    height: 1px;
    background: #e7e7e7;
    position: absolute;
    left: 0;
    top: 91px;
    z-index: -1;
}

.yslist .yslf {
    width: 58%;
    overflow: hidden;
    padding-top: 152px;
}

.yslist .yslf h4 {
    width: 100%;
    overflow: hidden;
    font-size: 40px;
    color: #fff;
    line-height: 50px;
    font-weight: normal;
    margin-top: 60px;
}

.yslist .yslf .ysen {
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    font-family: Arial;
    color: rgba(255, 255, 255, 0.3);
    line-height: 30px;
    margin-bottom: 37px;
}

.yslist .yslf p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    padding-right: 31%;
}

.yslist .yslf .ysmore {
    width: 100%;
    overflow: hidden;
    margin-top: 95px;
}

.yslist .yslf .ysmore a {
    display: block;
    width: 185px;
    height: 55px;
    border: solid 2px #fff;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.yslist .yslf .ysmore a:hover {
    border-radius: 10px;
}

.yslist .ysrt {
    width: 42%;
    padding-top: 263px;
    text-align: right;
    font-family: Arial;
    font-size: 77px;
    color: #013ea4;
    line-height: 77px;
    font-weight: bold;
    font-style: italic;
    padding-right: 2px;
    position: relative;
}

.yslist .ysrt:before {
    content: "";
    width: 513px;
    height: 244px;
    background: url(../images/ysbg2.png) no-repeat right top;
    position: absolute;
    right: -213.5px;
    bottom: 38px;
}

/* news
-------------------------------------------------------------- */
.news {
    width: 100%;
    overflow: hidden;
    background: #f9f9f9;
    padding-bottom: 152px;
}

.news .newstit {
    width: 100%;
    overflow: hidden;
    margin-bottom: 65px;
}

.newstit .tit {
    overflow: hidden;
    padding: 0;
}

.newstit .newsmenu {
    overflow: hidden;
    padding: 0;
    text-align: right;
    margin-top: 38px;
}

.newstit .newsmenu ul {
    overflow: hidden;
    display: inline-block;
}

.newstit .newsmenu ul li {
    overflow: hidden;
    float: left;
    line-height: 30px;
    margin-left: 74px;
    padding-left: 46px;
    margin-bottom: 10px;
}

.newstit .newsmenu ul li a {
    font-size: 16px;
    color: #010101;
}

.newstit .newsmenu ul li:hover a {
    color: #013ea4;
}

.newstit .newsmenu ul li:first-child {
    background: url(../images/icon4.png) no-repeat left center;
}

.newstit .newsmenu ul li:nth-child(2) {
    background: url(../images/icon5.png) no-repeat left center;
}

.newstit .newsmenu ul li:nth-child(3) {
    background: url(../images/icon6.png) no-repeat left center;
}

.newsnr {
    overflow: hidden;
    margin-top: 102px;
}

.newsnr .newslf {
    padding: 0;
    overflow: hidden;
}

.newsnr .newslf dl {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 25px;
    margin-bottom: 25px;
}

.newsnr .newslf dl dt {
    width: 43%;
    overflow: hidden;
    float: left;
    position: relative;
    height: 200px;
}

.newslf dl dt img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.newsnr .newslf dl dd {
    width: 57%;
    overflow: hidden;
    padding: 0 0 0 40px;
    float: left;
}

.newsnr .newslf dl dd h4 {
    width: 100%;
    overflow: hidden;
    font-size: 20px;
    line-height: 30px;
    color: #010101;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newsnr .newslf dl dd p {
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    color: #8d8d8d;
    margin-top: 20px;
}

.newsnr .newslf dl dd .newsdate {
    width: 100%;
    overflow: hidden;
    margin-top: 39px;
}

.newsnr .newslf dl dd .newsdatelf {
    width: 30%;
    overflow: hidden;
}

.newsnr .newslf dl dd .newsdatert {
    width: 70%;
    overflow: hidden;
    text-align: right;
    line-height: 38px;
}

.newslf dl:hover dt img {
    transform: translate(-50%, -50%) scale(1.2);
}

.newsnr .newslf dl:hover dd h4 {
    color: #013ea4;
}

.newsnr .newsrt {
    padding: 0 0 0 40px;
}

.newsnr .newsrt dl {
    width: 100%;
    overflow: hidden;
    background: #f4f4f4;
    padding: 30px 16px;
    margin-bottom: 38px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.newsnr .newsrt dl dt {
    width: 21%;
    overflow: hidden;
    float: left;
    border-right: solid 1px #d5d5d5;
    padding-top: 10px;
}

.newsrt dl dt .newsday {
    width: 100%;
    overflow: hidden;
    font-size: 50px;
    line-height: 50px;
    color: #013ea4;
    font-family: Arial;
    text-align: center;
}

.newsrt dl dt .newsyear {
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    font-family: Arial;
    color: #013ea4;
    line-height: 30px;
    text-align: center;
    font-weight: normal;
}

.newsnr .newsrt dl dd {
    width: 79%;
    overflow: hidden;
    float: left;
    padding-left: 30px;
}

.newsnr .newsrt dl dd h4 {
    width: 100%;
    overflow: hidden;
    font-size: 20px;
    color: #000;
    line-height: 30px;
    font-weight: normal;
    margin-top: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newsnr .newsrt dl dd p {
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    color: #868686;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newslist, .newslist ul {
    width: 100%;
    overflow: hidden;
    margin-top: 6px;
}

.newslist ul li {
    overflow: hidden;
    padding: 0;
    border-bottom: solid 1px #d5d5d5;
    line-height: 30px;
    padding-bottom: 20px;
    margin-top: 28px;
}

.newslist ul li:nth-child(2n+1) {
    padding-right: 24px;
}

.newslist ul li:nth-child(2n) {
    padding-left: 24px;
}

.newslist ul li a {
    display: block;
    width: 70%;
    overflow: hidden;
    float: left;
    font-size: 17px;
    color: #010101;
    padding-left: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.newslist ul li a:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #a0a0a0;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 11px;
}

.newslist ul li span {
    display: block;
    width: 30%;
    overflow: hidden;
    text-align: right;
    font-size: 17px;
    color: #9f9f9f;
    float: right;
}

.newsnr .newsrt dl:hover {
    background: #013ea4;
}

.newsrt dl:hover dt .newsday, .newsrt dl:hover dt .newsyear, .newsnr .newsrt dl:hover dd h4, .newsnr .newsrt dl:hover dd p {
    color: #fff;
}

.newslist ul li:hover a {
    color: #013ea4;
}

/* link
-------------------------------------------------------------- */
.link {
    width: 100%;
    overflow: hidden;
    background: #2c2c2c;
    color: #fff;
    font-size: 16px;
    padding: 59px 0;
    border-bottom: solid 1px #464646;
}

.linknr {
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    background: url(../images/link.png) no-repeat left center;
    padding-left: 50px;
}

.link a {
    font-size: 16px;
    margin-right: 10px;
    color: #fff;
}

/* footer
-------------------------------------------------------------- */
.footer {
    width: 100%;
    overflow: hidden;
    background: #2c2c2c;
    padding-top: 82px;
}

.footernr .footerlf {
    width: 40%;
    overflow: hidden;
}

.footernr .footerlf dl, .footernr .footerlf dl dt, .footernr .footerlf dl dd {
    width: 100%;
    overflow: hidden;
}

.footernr .footerlf dl {
    padding-left: 50px;
    margin-bottom: 22px;
}

.footernr .footerlf dl:first-child {
    background: url(../images/icon7.png) no-repeat left top;
}

.footernr .footerlf dl:nth-child(2) {
    background: url(../images/icon8.png) no-repeat left top;
}

.footernr .footerlf dl:nth-child(3) {
    background: url(../images/icon9.png) no-repeat left top;
}

.footernr .footerlf dl dt {
    font-size: 12px;
    color: #fff;
}

.footernr .footerlf dl dd {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
}

.footernr .footerlf dl dd a {
    font-size: 18px;
    color: #fff;
}

.bnav {
    width: 45%;
    overflow: hidden;
}

.bnav ul, .bnav ul li h4, .bnav ul li p {
    width: 100%;
    overflow: hidden;
}

.bnav ul li {
    float: left;
    overflow: hidden;
    padding: 0;
}

.bnav ul li h4 {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 13px;
}

.bnav ul li h4 a {
    font-size: 18px;
    color: #fff;
}

.bnav ul li p {
    line-height: 30px;
    margin-top: 6px;
}

.bnav ul li p, .bnav ul li p a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4);
}

.bnav ul li p a:hover {
    color: #fff;
}

.footernr .bewm {
    width: 15%;
    overflow: hidden;
}

.footernr .bewm dl {
    overflow: hidden;
    float: right;
}

.footernr .bewm dl dt, .footernr .bewm dl dd {
    overflow: hidden;
    text-align: center;
}

.footernr .bewm dl dt img {
    max-width: 100%;
    height: auto;
}

.footernr .bewm dl dd {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin-top: 14px;
}

.bot {
    width: 100%;
    overflow: hidden;
    padding: 28px 0;
    border-top: solid 1px rgba(255, 255, 255, 0.15);
    margin-top: 132px;
}

.bot .botlf, .bot .botrt {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.8);
    padding: 0;
    line-height: 30px;
}

.bot .botrt {
    text-align: right;
}

.bot a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}

/* banner_n
-------------------------------------------------------------- */
.banner_n {
    width: 100%;
    height: 450px;
    /*background: url(../images/banner1.jpg) no-repeat top center;*/
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 26px;
    margin-top: 100px;
}
.banner_n p{
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
}

@media only screen and (min-width: 1921px) and (max-width: 2560px) {
    .banner_n {
        height: 600px;
    }
}

@media (max-width: 1680px) {
    .banner_n {
        height: 394px;
    }
}

@media (max-width: 1440px) {
    .banner_n {
        height: 338px;
    }
}

@media (max-width: 1360px) {
    .banner_n {
        height: 319px;
    }
}

@media (max-width: 1280px) {
    .banner_n {
        height: 300px;
    }
}

@media (max-width: 1152px) {
    .banner_n {
        height: 270px;
    }
}

@media (max-width: 1024px) {
    .banner_n {
        height: 240px;
    }
}

@media (max-width: 991px) {
    .banner_n {
        height: 232px;
    }
}

@media (max-width: 768px) {
    .banner_n {
        height: 180px;
    }
}

@media (max-width: 640px) {
    .banner_n {
        height: 150px;
    }
}

/* position
-------------------------------------------------------------- */
.position {
    width: 100%;
    overflow: hidden;
    border-bottom: solid 1px #d3d3d3;
}

.positionnr {
    line-height: 30px;
    font-size: 16px;
    color: #000;
    padding: 24px 0;
}

.position a:nth-child(1) {
    color: #000;
    transition: all 0.8s ease;
}

.position a {
    transition: all 0.8s ease;
    font-size: 16px;
    color: #000;
}

.position a:hover {
    color: #013ea4;
}

/* nmenu
-------------------------------------------------------------- */
.nmenu {
    overflow: hidden;
}

.nmenu ul {
    overflow: hidden;
    margin: 0;
}

.nmenu ul li {
    overflow: hidden;
    float: left;
    line-height: 50px;
    margin-right: 50px;
    text-align: center;
}

.nmenu ul li a {
    font-size: 16px;
    color: #000;
    display: block;
    position: relative;
}

.nmenu ul li a:after {
    content: "";
    width: 0;
    height: 2px;
    background: #013ea4;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.nmenu ul li a:hover, .nmenu ul li.active a {
    color: #013ea4;
}

.nmenu ul li:hover a:after, .nmenu ul li.active a:after {
    width: 100%;
}

/* ntit
-------------------------------------------------------------- */
.ntit {
    width: 100%;
    overflow: hidden;
}

.ntit h3 {
    width: 100%;
    overflow: hidden;
    font-size: 32px;
    color: #112010;
    line-height: 42px;
    text-align: center;
    font-weight: normal;
}

.ntit hr {
    width: 56px;
    border: none;
    border-bottom: solid 2px #013ea4;
    margin: 18px auto 0;
}

/* nabout
-------------------------------------------------------------- */
.nabout {
    margin-top: 60px;
    margin-bottom: 60px;
}

.nabout .naboutimg, .nabout .naboutnr {
    overflow: hidden;
    padding: 0;
}

.nabout .naboutnr {
    padding-left: 50px;
}

.naboutnr h3 {
    width: 100%;
    overflow: hidden;
    color: #111111;
    font-size: 30px;
    line-height: 40px;
    font-weight: normal;
}

.naboutnr hr {
    width: 76px;
    border: none;
    border-bottom: solid 2px #111111;
    margin-top: 24px;
}

.naboutimg img {
    max-width: 100%;
    height: auto;
}

.naboutnr .naboutjs {
    width: 100%;
    overflow: hidden;
    color: #454545;
    line-height: 30px;
    font-size: 16px;
    margin-top: 12px;
}

.naboutnr .naboutjs p {
    overflow: hidden;
    color: #454545;
    line-height: 30px;
    font-size: 16px;
}

.nqywh {
    padding-bottom: 50px;
}

.nqywh h3, .nhonornr h3, .nsb h3 {
    width: 100%;
    overflow: hidden;
    font-size: 38px;
    line-height: 48px;
    text-align: center;
    color: #111111;
    font-weight: normal;
}

.nqywh hr, .nhonornr hr, .nsb hr {
    width: 60px;
    border: none;
    border-bottom: solid 2px #111111;
    margin: 24px auto 0;
}

.nqywh .nqywhnr, .nqywh .nqywhnr ul {
    width: 100%;
    overflow: hidden;
}

.nqywhnr {
    margin-top: 25px;
}

.nqywhnr ul li {
    width: 32.333333333%;
    overflow: hidden;
    margin: 10px 0.5%;
    float: left;
    position: relative;
}

.nqywhnr ul li .text {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 20px;
    padding: 0 20px;
    z-index: 10;
}

.nqywhnr ul li h4 {
    width: 100%;
    overflow: hidden;
    font-size: 28px;
    line-height: 38px;
    color: #fff;
    font-weight: normal;
}

.nqywhnr ul li p {
    width: 100%;
    overflow: hidden;
    color: #fff;
    margin-top: 15px;
}

.nqywhnr ul li img {
    width: 100%;
    height: auto;
}

.nqywhnr ul li:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.nqywhnr ul li:hover:after {
    display: none;
}

.nhonor {
    width: 100%;
    overflow: hidden;
    background: url(../images/honorbg.jpg) no-repeat top center;
    background-size: cover;
    padding: 60px 0;
}

.nhonornr .nhonorlist {
    margin-top: 30px;
}

.nhonornr .nhonorlist, .nhonornr .nhonorlist ul {
    width: 100%;
    overflow: hidden;
}

.nhonornr .nhonorlist ul li {
    width: 31.33333333%;
    overflow: hidden;
    float: left;
    margin: 15px 1%;
    text-align: center;
    position: relative;
}

.nhonornr .nhonorlist ul li img {
    max-width: 100%;
    height: auto;
}

.nhonornr .nhonorlist ul li p {
    width: 100%;
    overflow: hidden;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    margin-top: 10px;
}

.nsbnr {
    margin-top: 30px;
}

.nsbnr, .nsbnr ul {
    width: 100%;
    overflow: hidden;
}

.nsbnr ul li {
    width: 31.333333333%;
    overflow: hidden;
    margin: 15px 1%;
    float: left;
    height: 299px;
    position: relative;
}

.nsbnr ul li img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.nsbnr ul li:hover img {
    transform: translate(-50%, -50%) scale(1.2);
}

/* npro
-------------------------------------------------------------- */
.npro {
    margin-top: 60px;
    margin-bottom: 100px;
}

.npronr {
    width: 100%;
    overflow: hidden;
    margin-top: 34px;
}

.npronr ul {
    width: 100%;
    overflow: hidden;
}

.npronr ul li {
    width: 31.3333333%;
    height: 674px;
    overflow: hidden;
    margin: 20px 1%;
    float: left;
    position: relative;
}

.npronr .probot {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 16px 32px 22px 32px;
    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.npronr .probot h4 {
    width: 100%;
    overflow: hidden;
    font-size: 30px;
    color: #343434;
    font-weight: bold;
    line-height: 40px;
    margin: 0 0 5px 0;
}

.npronr .probot p {
    width: 100%;
    overflow: hidden;
    color: #343434;
    font-family: Arial;
    text-transform: uppercase;
}

.npronr .probot hr {
    width: 40px;
    border: none;
    border-bottom: solid 2px #343434;
    margin-top: 35px;
    margin-bottom: 0;
}

.npronr ul li .proicon {
    width: 100%;
    overflow: hidden;
    padding: 0 32px;
    position: absolute;
    left: 0;
    bottom: 247px;
}

.npronr ul li:hover .probot {
    background: #ededed;
    bottom: 0;
}

.npronr ul li:hover .probot h4 {
    color: #343434;
}

.npronr ul li:hover .probot p {
    color: #a3a3a3;
    font-size: 16px;
}

.npronr ul li:hover .probot .promore2 {
    opacity: 1;
}

.npronr ul li:hover .proicon {
    opacity: 0;
}

.npronr ul li:hover .probot hr {
    opacity: 0;
}

.npronr dl {
    overflow: hidden;
    float: left;
    margin: 30px 0;
    padding: 0 10px;
}

.npronr dl:nth-child(4n) {
    margin-right: 0;
}

.npronr dl dt, .npronr dl dd {
    width: 100%;
    overflow: hidden;
}

.npronr dl dt {
    border: solid 1px #e1e1e1;
    padding: 9px;
}

.npronr dl dt .proimg {
    width: 100%;
    overflow: hidden;
    height: 233px;
    position: relative;
}

.npronr dl dd {
    font-size: 18px;
    color: #343434;
    line-height: 30px;
    border-bottom: solid 1px #b9b9b9;
    padding-bottom: 10px;
    margin-top: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.npronr dl dt .probg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 78, 162, 0.8) url(../images/icon11.png) no-repeat center;
    top: 0;
    left: 0;
    padding-top: 62px;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.npronr dl:hover dt .probg {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.npronr dl dt img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.npronr dl:hover dt img {
    transform: translate(-50%, -50%) scale(1.2);
}

.npronr dl:hover dt {
    border: solid 1px #588bc2;
}

.npronr dl:hover dd {
    color: #3467ac;
}

.npro .ntit p {
    font-size: 20px;
    color: #e4e4e4;
}

.npro .nprojs h1 {
    width: 100%;
    overflow: hidden;
    font-size: 26px;
    color: #1f1f1f;
    line-height: 36px;
    font-weight: normal;
    border-bottom: solid 1px #eaeaea;
    padding-bottom: 24px;
}

.npro .nproimg {
    overflow: hidden;
    text-align: center;
    padding: 0;
}

.npro .nproimg img {
    max-width: 100%;
    height: auto;
}

.npro .nprojs {
    overflow: hidden;
    padding: 0 0 0 40px;
}

.nlxfs {
    width: 100%;
    overflow: hidden;
    margin-top: 96px;
}

.nlxfs a {
    display: block;
    width: 160px;
    height: 50px;
    text-align: center;
    font-size: 16px;
    color: #013ea4;
    line-height: 50px;
    border: solid 2px #013ea4;
    border-radius: 25px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.nlxfs a:hover {
    background: #013ea4;
    color: #fff;
}

.npro .nprojs .nprossfl {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #343434;
    margin-top: 20px;
}

.nprofbtit {
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 40px;
    background: #f0f0f0;
    margin-top: 40px;
    padding: 0 20px;
    color: #000;
}

.nprofbnr {
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
}

.nprofbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #343434;
}

.nprofbnr img {
    max-width: 100%;
    height: auto;
}

.nprofbnr table {
    width: 100%;
}

.nprofbnr table tr, .nprofbnr table td {
    line-height: 30px !important;
    padding: 0 5px;
    font-size: 16px !important;
}

.nprofbnr table td span {
    font-size: 16px !important;
}

.mar {
    margin-bottom: 60px;
}

/* nsb
-------------------------------------------------------------- */
.nsb {
    margin-top: 60px;
    margin-bottom: 60px;
}

.nsb .nsbnr {
    width: 100%;
    overflow: hidden;
}

.nsb .ntit h3, .nsb .ntit p {
    text-align: left;
}

.nsb .ntit p {
    font-size: 28px;
    color: #e1e1e1;
}

.nsblist {
    width: 100%;
    overflow: hidden;
    margin-bottom: 45px;
}

.nsblist dl {
    width: 23.5%;
    overflow: hidden;
    float: left;
    margin: 15px 2% 15px 0;
}

.nsblist dl:nth-child(4n) {
    margin-right: 0;
}

.nsblist dl dt, .nsblist dl dd {
    width: 100%;
    overflow: hidden;
}

.nsblist dl dt {
    width: 100%;
    overflow: hidden;
    height: 316px;
    position: relative;
}

.nsblist dl dd {
    font-size: 18px;
    color: #343434;
    line-height: 30px;
    padding-bottom: 10px;
    margin-top: 23px;
    text-align: center;
}

.nsblist dl dt .nsbbg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 78, 162, 0.8) url(../images/icon4.png) no-repeat center;
    top: 0;
    left: 0;
    padding-top: 62px;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.nsblist dl:hover dt .nsbbg {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.nsblist dl dt img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.nsblist dl:hover dt img {
    transform: translate(-50%, -50%) scale(1.2);
}

.nsblist dl:hover dd {
    color: #3467ac;
}

/* nxmgl
-------------------------------------------------------------- */
.nxmgl {
    margin-top: 60px;
    margin-bottom: 60px;
}

.nxmgl .ntit h3 {
    text-align: left;
}

.nxmgl .ntit p {
    text-align: left;
    font-size: 20px;
    color: #e4e4e4;
}

.nxmglnr {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #343434;
    margin-top: 65px;
}

.nxmglnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #343434;
}

.nxmglnr img {
    max-width: 100%;
    height: auto;
}

/* njbzxfa
-------------------------------------------------------------- */
.njbzxfa {
    margin-top: 60px;
    margin-bottom: 60px;
}

.njbzxfanr {
    width: 100%;
    overflow: hidden;
    margin-top: 94px;
}

.njbzxfanr dl {
    width: 100%;
    overflow: hidden;
    background: #fff;
    margin: 0;
}

.njbzxfanr dl dt, .njbzxfanr dl dd {
    padding: 0;
}

.njbzxfa .ntit h3 {
    text-align: left;
}

.njbzxfa .ntit p {
    text-align: left;
    color: #e0e0e0;
    font-size: 28px;
}

.njbzxfanr dl dt {
    padding: 80px 52px 0 52px;
}

.njbzxfanr dl dt h4 {
    width: 100%;
    overflow: hidden;
    margin: 0;
    font-size: 22px;
    color: #000;
    line-height: 30px;
    font-weight: bold;
}

.njbzxfanr dl dt p {
    width: 100%;
    overflow: hidden;
    margin: 0;
    font-size: 18px;
    color: #343434;
    line-height: 30px;
    font-weight: normal;
    margin-top: 28px;
}

.njssl {
    margin-top: 60px;
    margin-bottom: 60px;
}

.njssl .njsslnr {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #737373;
    line-height: 30px;
}

.njssl .njsslnr h4 {
    width: 100%;
    overflow: hidden;
    margin: 0;
    font-size: 26px;
    color: #343434;
    line-height: 35px;
}

.njssl .njsslnr p {
    width: 100%;
    overflow: hidden;
    margin: 0;
    font-size: 16px;
    color: #737373;
    line-height: 30px;
}

.kycg {
    width: 100%;
    overflow: hidden;
    background: url(../images/honorbg.jpg) no-repeat top center;
    background-size: cover;
    padding-top: 76px;
    padding-bottom: 70px;
}

.kycg h3 {
    width: 100%;
    overflow: hidden;
    font-size: 36px;
    color: #fff;
    text-align: center;
    line-height: 45px;
}

.kycg dl, .kycg dl dt, .kycg dl dd {
    width: 100%;
    overflow: hidden;
}

.kycg dl dt {
    text-align: center;
}

.kycg dl dd {
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-top: 20px;
}

.kycgnr {
    margin-top: 60px;
}

.kycgnr .owl-carousel .owl-item {
    padding: 0 15px;
}

.kycg dl dt img {
    max-width: 100%;
    height: auto;
}

/* nnews
-------------------------------------------------------------- */
.nnews {
    margin-top: 60px;
    margin-bottom: 60px;
}

.nnewsnr {
    width: 100%;
    margin-top: 10px;
}

.marg {
    margin-top: 40px;
}

.nnews dl {
    width: 100%;
    overflow: hidden;
    margin: 35px 0;
    padding: 25px 0;
    border-bottom: solid 1px #e0e2e6;
}

.nnews dl dt {
    width: 18%;
    overflow: hidden;
    float: left;
    position: relative;
    height: 182px;
}

.nnews dl dt img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.nnews dl:hover dt img {
    transform: translate(-50%, -50%) scale(1.2);
}

.nnews dl dd {
    width: 82%;
    overflow: hidden;
    float: right;
    padding-left: 56px;
    padding-top: 20px;
}

.nnews dl dd .nnewslf {
    width: 82%;
    overflow: hidden;
}

.nnews dl dd .nnewsrt {
    width: 16%;
    overflow: hidden;
    border-left: solid 1px #d2d2d2;
    padding-left: 52px;
}

.nnews dl dd .nnewstit {
    width: 100%;
    overflow: hidden;
    font-size: 20px;
    color: #1e1e1e;
    line-height: 35px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nnews dl dd .nnewsms {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #939393;
    margin-top: 20px;
}

.nnews dl dd hr {
    width: 30px;
    overflow: hidden;
    border-bottom: solid 2px #084590;
    margin: 48px 0 0 0;
}

.nnews dl dd .nnewsdate {
    width: 100%;
    overflow: hidden;
    font-size: 30px;
    line-height: 35px;
    color: #b1b1b1;
}

.nnews dl dd .nnewsyear {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #b1b1b1;
    line-height: 25px;
}

.nnews dl dd .nnewstb {
    margin-top: 20px;
}

.nnews dl:hover dd .nnewstit {
    color: #013ea4;
}

.nnews h1 {
    width: 100%;
    overflow: hidden;
    font-size: 24px;
    line-height: 34px;
    color: #333;
    text-align: center;
    margin: 0 0 16px 0;
}

.nnewsnr {
}

.nnews .fbtime {
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    line-height: 30px;
    color: #666;
    text-align: center;
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 23px;
}

.nnews .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.nnews .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.nnews .fbnr span, .nnews .fbnr a, .nnews .fbnr strong {
    font-size: 16px;
    line-height: 30px;
}

.nnews .fbnr img {
    max-width: 100%;
    height: auto !important;
}

/* nxsfw
-------------------------------------------------------------- */
.nxsfw {
    width: 100%;
    overflow: hidden;
    background: url(../images/xsfwbg.jpg) no-repeat top center;
    background-size: cover;
    padding-top: 230px;
    padding-bottom: 1175px;
}

.nxsfwnr {
    padding: 0;
}

.nxsfwnr h3 {
    width: 100%;
    overflow: hidden;
    font-size: 80px;
    color: #232323;
    line-height: 90px;
}

.nxsfwjs {
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    line-height: 26px;
    color: #232323;
    margin-top: 48px;
}

/* ncase
-------------------------------------------------------------- */
.ncase {
    margin-top: 60px;
    margin-bottom: 60px;
}

.ncase dl {
    padding: 0 10px;
    margin: 20px 0;
}

.ncase dl dt, .ncase dl dd {
    width: 100%;
    overflow: hidden;
}

.ncase dl dt {
    position: relative;
    height: 263px;
    border: solid 1px #e1e0e0;
}

.ncase dl dd {
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ncase dl dt img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.ncase dl:hover dt img {
    transform: translate(-50%, -50%) scale(1.2);
}

.ncase dl:hover dd {
    color: #1b3885;
}

#gallery {
    margin-top: 20px;
}

.poptrox-popup {
    overflow: visible !important;
}

.poptrox-overlay {
    z-index: 1000 !important;
}

/* ncontact
-------------------------------------------------------------- */
.ncontact {
    margin-top: 60px;
    margin-bottom: 60px;
}

.ncontact .ncontactnr {
    width: 100%;
    overflow: hidden;
    border-top: solid 1px #d1d1d1;
    font-size: 18px;
    color: #333;
    line-height: 35px;
    padding: 40px 0 0 0;
    margin-top: 28px;
}

.ncontact .ncontactnr .ncontactlf {
    width: 80%;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    line-height: 35px;
}

.newm {
    width: 20%;
    overflow: hidden;
}

.newm dl {
    overflow: hidden;
    float: right;
}

.newm dl dt, .newm dl dd {
    overflow: hidden;
    text-align: center;
}

.newm dl dt img {
    max-width: 100%;
    height: auto;
    border: solid 1px #ccc;
}

.newm dl dd {
    font-size: 16px;
    color: #333;
    line-height: 32px;
}

.ncontact .ncontactnr p, .ncontact .ncontactnr .ncontactlf p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    line-height: 35px;
}

.ncontact .ncontactnr p a {
    font-size: 16px;
    color: #333;
}

/* nmessage
-------------------------------------------------------------- */
.nmessage {
    margin-top: 80px;
    margin-bottom: 80px;
}

.nmessagenr {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.nmessagenr dl {
    width: 49%;
    overflow: hidden;
    float: left;
    margin-top: 21px;
}

.nmessagenr dl dt {
    width: 100%;
    overflow: hidden;
    color: #323232;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 10px;
}

.nmessagenr dl dd {
    width: 100%;
    overflow: hidden;
}

.nmessagenr dl dd input {
    width: 100%;
    overflow: hidden;
    border: solid 1px #e4e4e4;
    line-height: 60px;
    padding-left: 56px;
    color: #323232;
}

.nmessagenr dl dd textarea {
    width: 100%;
    height: 360px;
    overflow: hidden;
    border: solid 1px #e4e4e4;
    line-height: 30px;
    padding-left: 56px;
    padding-top: 18px;
}

.nmessagenr dl:last-child {
    width: 100%;
}

.nmessagenr dl:nth-child(2n+1) {
    margin-right: 1%;
}

.nmessagenr dl:nth-child(2n) {
    margin-left: 1%;
}

.nmessagenr dl:nth-child(1) dd input {
    background: #fff url(../images/icon13.png) no-repeat 24px center;
}

.nmessagenr dl:nth-child(2) dd input {
    background: #fff url(../images/icon14.png) no-repeat 24px center;
}

.nmessagenr dl:nth-child(3) {
    width: 100%;
}

.nmessagenr dl:nth-child(3) dd textarea {
    background: #fff url(../images/icon15.png) no-repeat 24px 21.5px;
}

.nmessagenr .tjbtn {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}

.nmessagenr .tjbtn button {
    width: 100%;
    height: 60px;
    background: #013ea4;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.btn1 {
    width: 100%;
    overflow: hidden;
    margin-top: 6px;
    color: #343434;
}

.btn1 .intxt {
    width: 60px;
    height: 32px;
    overflow: hidden;
    font-size: 15px;
    color: #333;
    padding-left: 5px;
    border: solid 1px #e4e4e4;
}

.btn1 a {
    color: #343434;
}


/* dede_pages

-------------------------------------------------------------- */
.pages {
    clear: both;
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
    overflow: hidden
}

.pages ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0
}

.pages ul a {
    color: #555;
    display: block;
    padding: 5px 11px;
    border: 1px solid #ddd;
    float: left;
    margin: 5px;
    font-size: 12px
}

.pages ul a.page-num-current {
    background: #ddd;
}

.pages ul a:hover {
    background: #ddd
}

.news-exp2 {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #343434;
}

.news-exp2 a {
    display: block;
    width: 50%;
    overflow: hidden;
    float: left;
    line-height: 30px;
    font-size: 16px;
    color: #343434;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-exp2 a:last-child {
    text-align: right;
}

.news-exp2 a:hover {
    color: #013ea4;
}

.a_txt, .rg {
    display: none;
}

/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px) {
    .nav, .topewm {
        display: none
    }

    .headernr {
        width: 98%;
    }

    .rg {
        display: block;
        padding-top: 14px;
        float: right;
    }

    .rg a img {
        vertical-align: top
    }

    .a_txt {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 0px;
        height: 0px;
        overflow: hidden;
        z-index: 10000
    }

    .a_txt .div1 {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #0b0d19;
        filter: alpha(opacity=0);
        opacity: 0;
        left: 0px;
        top: 0px;
        z-index: 1
    }

    .a_txt .div2 {
        position: absolute;
        width: 20%;
        left: 0px;
        top: 5%;
        z-index: 100;
        text-align: center;
        filter: alpha(opacity=0);
        opacity: 0
    }

    .a_txt .div3 {
        position: absolute;
        width: 80%;
        right: 0px;
        top: 0px;
        background: #0b0d19;
        height: 100%;
        z-index: 100;
        right: -80%
    }

    .a_txt .div3 ul {
        padding-left: 5%;
        padding-right: 5%
    }

    .a_txt .div3 ul li {
        border-bottom: 1px solid #232530
    }

    .a_txt .div3 ul li a {
        display: block;
        height: 45px;
        color: #fff;
        line-height: 45px;
        padding-left: 5%;
        font-size: 16px
    }

    .a_txt .div3 ul li .a_js2 {
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }

    .a_txt .div3 ul li .a_js2_on {
        background: url(../images/reduce.jpg) 95% center no-repeat;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }

    .a_txt .div3 ul li .a_txt2 {
        display: none
    }

    .a_txt .div3 ul li .a_txt2 a {
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1599px) {
    .pronr ul li {
        height: 290px;
    }

    .npronr dl dt .proimg {
        height: 208px;
    }

    .ncase dl dt {
        height: 230px;
    }

    .nsbnr ul li {
        height: 264px;
    }
}

@media only screen and (min-width: 1360px) and (max-width: 1439px) {
    .pronr ul li {
        height: 273px;
    }

    .npronr dl dt .proimg {
        height: 195px;
    }

    .ncase dl dt {
        height: 216px;
    }

    .nsbnr ul li {
        height: 249px;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1359px) {
    .pronr ul li {
        height: 257px;
    }

    .npronr dl dt .proimg {
        height: 182px;
    }

    .ncase dl dt {
        height: 202px;
    }

    .nsbnr ul li {
        height: 234px;
    }
}

@media only screen and (min-width: 1152px) and (max-width: 1279px) {
    .pronr ul li {
        height: 230px;
    }

    .npronr dl dt .proimg {
        height: 160px;
    }

    .ncase dl dt {
        height: 180px;
    }

    .nsbnr ul li {
        height: 211px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1151px) {
    .pronr ul li {
        height: 203px;
    }

    .npronr dl dt .proimg {
        height: 139px;
    }

    .ncase dl dt {
        height: 158px;
    }

    .nsbnr ul li {
        height: 187px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
    .pronr ul li {
        height: 197px;
    }

    .npronr dl dt .proimg {
        height: 134px;
    }

    .ncase dl dt {
        height: 153px;
    }

    .nsbnr ul li {
        height: 182px;
    }
}

@media only screen and (min-width: 860px) and (max-width: 991px) {
    .newsnr .newslf dl dt {
        height: 229px;
    }

    .pronr ul li {
        height: 273px;
    }

    .npronr dl dt .proimg {
        height: 160px;
    }

    .ncase dl dt {
        height: 179px;
    }

    .nsbnr ul li {
        height: 157px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 859px) {
    .newsnr .newslf dl dt {
        height: 203px;
    }

    .pronr ul li {
        height: 244px;
    }

    .npronr dl dt .proimg {
        height: 139px;
    }

    .ncase dl dt {
        height: 158px;
    }

    .nsbnr ul li {
        height: 140px;
    }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
    .banner .swiper-slide .img {
        height: 300px;
    }

    .newsnr .newslf dl dt {
        height: 260px;
    }

    .pronr ul li {
        height: 203px;
    }

    .npronr dl dt .proimg {
        height: 182px;
    }

    .ncase dl dt {
        height: 202px;
    }

    .nsbnr ul li {
        height: 179px;
    }
}

@media only screen and (min-width: 540px) and (max-width: 639px) {
    .banner .swiper-slide .img {
        height: 260px;
    }

    .newsnr .newslf dl dt {
        height: 240px;
    }

    .pronr ul li {
        height: 170px;
    }

    .npronr dl dt .proimg {
        height: 148px;
    }

    .ncase dl dt {
        height: 168px;
    }

    .nsbnr ul li {
        height: 151px;
    }
}

@media only screen and (min-width: 425px) and (max-width: 539px) {
    .banner .swiper-slide .img {
        height: 204px;
    }

    .newsnr .newslf dl dt {
        height: 220px;
    }

    .pronr ul li {
        height: 135px;
    }

    .npronr dl dt .proimg {
        height: 110px;
    }

    .ncase dl dt {
        height: 128px;
    }

    .nsbnr ul li {
        height: 119px;
    }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
    .banner .swiper-slide .img {
        height: 180px;
    }

    .newsnr .newslf dl dt {
        height: 200px;
    }

    .pronr ul li {
        height: 119px;
    }

    .npronr dl dt .proimg {
        height: 94px;
    }

    .ncase dl dt {
        height: 111px;
    }

    .nsbnr ul li {
        height: 105px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
    .banner .swiper-slide .img {
        height: 154px;
    }

    .newsnr .newslf dl dt {
        height: 160px;
    }

    .pronr ul li {
        height: 100px;
    }

    .npronr dl dt .proimg {
        height: 76px;
    }

    .ncase dl dt {
        height: 92px;
    }

    .nsbnr ul li {
        height: 89px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 319px) {
    .banner .swiper-slide .img {
        height: 150px;
    }

    .newsnr .newslf dl dt {
        height: 150px;
    }

    .pronr ul li {
        height: 90px;
    }

    .npronr dl dt .proimg {
        height: 72px;
    }

    .ncase dl dt {
        height: 90px;
    }

    .nsbnr ul li {
        height: 85px;
    }
}

@media (max-width: 1920px) {
    .yslist:after {
        width: 12.5%;
    }
}

@media (max-width: 1768px) {
    .yslist .yslf, .ui-content {
        width: 57.4%;
    }

    .yslist:after {
        width: 9.5%;
    }
}

@media (max-width: 1680px) {
    .yslist .yslf, .ui-content {
        width: 57%;
    }

    .yslist:after {
        width: 7%;
    }
}

@media (max-width: 1600px) {
    .cont, .cont1 {
        width: 88%;
    }

    .nav .menu &gt; li {
        margin: 0 35px;
    }

    .tit p, .tit p span {
        font-size: 40px;
        line-height: 40px;
    }

    .ys .ysnr {
        margin-left: -44%;
    }

    .yslist:after {
        width: 6%;
    }

    .ui-thumbnails ul li:after {
        width: 72%;
    }

    .ui-thumbnail {
        margin-right: 140px;
    }

    .ab_fl dl dt .counter {
        font-size: 50px;
        line-height: 50px;
    }

    .pronr ul li .probg .probgnr h4 {
        font-size: 22px;
        line-height: 32px;
    }

    .pronr ul li .probg .probgnr {
        padding: 0 30px;
    }

    .qywhnr {
        width: 94%;
    }

    .yslist .yslf, .ui-content {
        width: 56.8%;
    }

    .yslist .yslf h4 {
        font-size: 36px;
        line-height: 46px;
    }

    .nqywhnr ul li h4 {
        font-size: 26px;
        line-height: 36px;
    }
}

@media (max-width: 1440px) {
    .nav {
        margin-right: 30px;
    }

    .nav .menu &gt; li {
        margin: 0 30px;
    }

    .ui-thumbnail {
        margin-right: 120px;
    }

    .ab_fl dl dt .counter {
        font-size: 45px;
        line-height: 45px;
    }

    .protit .promenu ul li {
        margin-left: 50px;
    }

    .newstit .newsmenu ul li {
        margin-left: 60px;
    }

    .qywhnr .qywhlist h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .yslist .yslf h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .nqywh h3, .nhonornr h3, .nsb h3 {
        font-size: 34px;
        line-height: 44px;
    }

    .naboutnr h3 {
        font-size: 26px;
        line-height: 36px;
    }

    .nnews dl dd .nnewsrt {
        padding-left: 30px;
    }

    .nmenu ul li {
        margin-right: 40px;
    }

    .npro .nprojs h1 {
        font-size: 22px;
        line-height: 32px;
    }

    .nqywhnr ul li h4 {
        font-size: 24px;
        line-height: 34px;
    }
}

@media (max-width: 1360px) {
    .nav .menu &gt; li {
        margin: 0 25px;
    }

    .ui-thumbnail {
        margin-right: 100px;
    }

    .ab_fl dl dt .counter {
        font-size: 40px;
        line-height: 40px;
    }

    .aboutlf .aboutjs {
        padding: 0 60px 0 0;
    }

    .tit p, .tit p span {
        font-size: 36px;
        line-height: 36px;
    }

    .tit h3, .tit h3 a {
        font-size: 26px;
        line-height: 36px;
    }

    .qywhnr .swiper-button-next {
        right: 37%;
    }

    .ui-thumbnails ul li:after {
        width: 68%;
    }

    .newsnr .newslf dl dd .newsdate {
        margin-top: 20px;
    }

    .newsnr .newslf dl dd {
        padding: 0 0 0 30px;
    }

    .nnews dl dd {
        padding-left: 40px;
    }

    .nqywh h3, .nhonornr h3, .nsb h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .nqywhnr ul li h4 {
        font-size: 22px;
        line-height: 32px;
    }
}

@media (max-width: 1280px) {
    .nav {
        margin-right: 20px;
    }

    .nav .menu &gt; li {
        margin: 0 20px;
    }

    .ui-thumbnail {
        margin-right: 80px;
    }

    .ui-thumbnails ul li:after {
        width: 65%;
    }

    .tit h3, .tit h3 a {
        font-size: 28px;
        line-height: 38px;
    }

    .newsnr .newslf dl dd {
        padding: 0 0 0 20px;
    }

    .newsnr .newslf dl dd p, .newsnr .newslf dl dd .newsdate {
        margin-top: 10px;
    }

    .newstit .newsmenu ul li {
        margin-left: 40px;
    }

    .ab_fl dl dt .counter {
        font-size: 36px;
        line-height: 36px;
    }

    .about {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .pronr ul li .probg .probgnr h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .pronr ul li .probg .probgnr .promore {
        margin-top: 15px;
    }

    .qywhnr .qywhlist h4 {
        font-size: 30px;
        line-height: 40px;
    }

    .yslist .yslf p {
        padding-right: 20%;
    }

    .yslist .yslf h4 {
        font-size: 28px;
        line-height: 38px;
    }

    .nnews dl dd .nnewsdate {
        font-size: 26px;
    }

    .nmenu ul li {
        margin-right: 30px;
    }

    .nqywhnr ul li h4 {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 1152px) {
    .nav {
        margin-right: 10px;
    }

    .nav .menu &gt; li {
        margin: 0 15px;
    }

    .ui-thumbnail {
        margin-right: 60px;
    }

    .ui-thumbnails ul li:after {
        width: 60%;
    }

    .newstit .newsmenu ul li {
        margin-left: 30px;
    }

    .ab_fl dl dt .counter {
        font-size: 32px;
        line-height: 32px;
    }

    .ab_fl dl dt, .ab_fl dl dd {
        font-size: 15px;
    }

    .ab_fl {
        margin-top: 40px;
    }

    .tit p, .tit p span {
        font-size: 32px;
        line-height: 32px;
    }

    .tit h3, .tit h3 a {
        font-size: 24px;
        line-height: 34px;
    }

    .aboutlf .aboutmore {
        margin-top: 60px;
    }

    .aboutlf .aboutjs {
        padding: 0 40px 0 0;
    }

    .protit .promenu ul li {
        margin-left: 40px;
    }

    .yslist .yslf p {
        padding-right: 12%;
    }

    .nmenu ul li {
        margin-right: 20px;
    }

}

@media (max-width: 1080px) {
    .nav {
        margin-right: 0;
    }

    .nav .menu &gt; li {
        margin: 0 12px;
    }

}

@media (max-width: 1024px) {
    .qywhnr .swiper-button-next {
        right: 36%;
    }

    .nnews dl dd .nnewsrt {
        padding-left: 20px;
    }

    .nnews dl dd {
        padding-left: 30px;
    }
}

@media (max-width: 991px) {
    .header {
        height: 60px;
    }

    .logo {
        padding: 13px 0;
    }

    .logo img {
        height: 34px;
    }

    .banner, .banner_n {
        margin-top: 60px;
    }

    .shubiao-index {
        display: none;
    }

    .banner .swiper-pagination {
        bottom: 10px;
    }

    .yslist:after {
        display: none;
    }

    .newstit .newsmenu {
        text-align: left;
    }

    .newstit .newsmenu ul li {
        margin-left: 0;
        margin-right: 20px;
    }

    .newslist ul li:nth-child(2n) {
        padding-left: 0;
    }

    .newslist ul li:nth-child(2n+1) {
        padding-right: 0;
    }

    .news {
        padding-bottom: 60px;
    }

    .newsnr {
        margin-top: 60px;
    }

    .newsnr .newsrt {
        padding: 0;
    }

    .newslist, .newslist ul {
        margin-top: 0;
    }

    .about {
        background: #f6f6f6;
    }

    .aboutnr .aboutrt {
        padding: 0;
        margin-top: 30px;
        text-align: center;
    }

    #wave1 {
        display: none;
    }

    .aboutlf .aboutjs {
        padding: 0;
    }

    .aboutlf .aboutmore, .aboutlf .aboutjs {
        margin-top: 40px;
    }

    .ab_fl dl dd {
        margin-top: 0;
    }

    .qywhnr .qywhlist {
        padding-left: 6%;
    }

    .qywhnr .qywhlist h4 {
        font-size: 26px;
        line-height: 36px;
    }

    .qywhnr .qywhlist p {
        font-size: 16px;
    }

    .qywhnr .swiper-button-next {
        right: 20%;
    }

    .qywhnr .swiper-button-prev {
        right: 27%;
    }

    .protit .promenu {
        text-align: left;
        margin-top: 30px;
    }

    .protit .promenu ul li {
        margin-left: 0;
        margin-right: 20px;
    }

    .pro {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pronr ul li .probg .probgnr .promore {
        width: 100px;
    }

    .pronr ul li .probg .probgnr h4 {
        font-size: 18px;
    }

    .pronr ul li .probg .probgnr {
        padding: 0 20px;
    }

    .about {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .top .topnews, .top .toptel .toptelnr {
        margin: 20px 0;
    }

    .top .toptel .toptelnr {
        float: left;
    }

    .pronr ul li {
        width: 48%;
    }

    .ys {
        margin-top: 80px;
    }

    .yslist .ysrt {
        display: none;
    }

    .yslist:before {
        width: 100%;
    }

    .yslist .yslf, .ui-content {
        width: 100%;
    }

    .ui-nav button {
        width: 40px;
        height: 50px;
    }

    .ui-nav #prev {
        right: 40px;
    }

    .ui-thumbnail {
        padding-bottom: 28px;
    }

    .yslist {
        padding-top: 80px;
    }

    .ys .tit h3, .ys .tit p {
        text-align: left;
    }

    .yslist .yslf h4 {
        margin-top: 0;
    }

    .yslist .yslf {
        padding-top: 110px;
    }

    .yslist .yslf p {
        padding-right: 0;
    }

    .yslist .yslf .ysmore {
        margin-top: 40px;
    }

    .ys {
        padding-bottom: 0;
    }

    .ys:before, .ys:after {
        display: none;
    }

    .naboutnr h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .nabout .naboutnr {
        padding-left: 0;
        margin-top: 30px;
    }

    .nqywh h3, .nhonornr h3, .nsb h3 {
        font-size: 26px;
        line-height: 36px;
    }

    .npronr dl dd {
        font-size: 16px;
        margin-top: 10px;
    }

    .nnews dl {
        margin: 20px 0;
    }

    .nnews dl dd .nnewsrt {
        padding-left: 10px;
    }

    .ncontact .ncontactnr .ncontactlf, .newm {
        width: 100%;
    }

    .npro .nprojs {
        padding: 0;
        margin-top: 20px;
    }

    .npro .nprojs h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .nlxfs {
        margin-top: 30px;
    }

    .npro {
        margin-bottom: 60px;
    }

    .npronr dl {
        margin: 20px 0;
    }

    .npronr dl dt .probg {
        background-size: 45px;
    }

    .newm dl {
        float: left;
        margin-top: 20px;
    }

    .ntit h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .news-exp2 a {
        width: 100%;
    }

    .news-exp2 a:last-child {
        text-align: left;
    }

    .nnews h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .nqywhnr ul li p {
        margin-top: 10px;
    }

    .nqywhnr ul li .text {
        bottom: 10px;
    }

    .link {
        padding: 30px 0;
    }

    .footernr .footerlf, .bnav, .footernr .bewm {
        width: 100%;
    }

    .bnav ul li p {
        display: none;
    }

    .footernr .bewm dl {
        float: left;
        margin-top: 20px;
    }

    .bot .botlf, .bot .botrt {
        text-align: center;
    }

    .footer {
        padding-top: 60px;
    }

    .bot {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .banner .swiper-slide .img {
        position: relative;
        overflow: hidden;
    }

    .banner .swiper-slide .img img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 130%;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
    }

    .newsrt dl dt .newsday {
        font-size: 40px;
        line-height: 40px;
    }

    .pronr ul li {
        width: 48%;
    }

    .aboutlf .aboutmore a {
        width: 140px;
        height: 50px;
        line-height: 50px;
    }

    .ui-thumbnails ul li:after {
        width: 50%;
    }

    .qywhnr .swiper-button-next {
        right: 10%;
    }

    .qywhnr .swiper-button-prev {
        right: 18%;
    }

    .ui-thumbnail {
        margin-right: 40px;
    }

    .top .topnews {
        padding-left: 40px;
    }

    .top .topnews ul li span {
        margin-right: 10px;
    }

    .pronr ul li .probg {
        background-position: center;
    }

    .nqywh h3, .nhonornr h3, .nsb h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .nhonornr .nhonorlist ul li, .nsbnr ul li {
        width: 48%;
    }

    .nqywhnr ul li {
        width: 98%;
    }

    .nmessagenr dl {
        width: 100%;
    }

    .nmessagenr dl:nth-child(2n+1) {
        margin-right: 0;
    }

    .nmessagenr dl:nth-child(2n) {
        margin-left: 0;
    }

    .ntit h3 {
        font-size: 26px;
        line-height: 36px;
    }

    .nhonornr .nhonorlist ul li:last-child {
        clear: both;
    }

    .nsb {
        margin-top: 0;
    }

    .nmessagenr dl dd textarea {
        height: 240px;
    }

    .nnews dl dd .nnewsrt {
        display: none;
    }

    .nnews dl dd .nnewslf {
        width: 100%;
    }

    .nnews dl dt {
        width: 30%;
    }

    .nnews dl dd {
        width: 70%;
    }
}

@media (max-width: 640px) {
    .banner .swiper-pagination-bullet {
        width: 20px;
    }

    .newsnr .newslf dl dt, .newsnr .newslf dl dd {
        width: 100%;
    }

    .newsnr .newslf dl dd {
        padding: 0;
        margin-top: 20px;
    }

    .newsrt dl dt .newsday {
        font-size: 30px;
        line-height: 30px;
    }

    .newsrt dl dt .newsyear {
        font-size: 14px;
    }

    .newsnr .newsrt dl dd h4 {
        margin-top: 0;
    }

    .newsnr .newslf dl dd .newsdate {
        margin-top: 20px;
    }

    .newslist ul li span {
        font-size: 15px;
    }

    .newslist ul li a {
        font-size: 16px;
    }

    .newstit .newsmenu ul li {
        padding-left: 36px;
    }

    .yslist .yslf h4 {
        font-size: 24px;
        line-height: 34px;
    }

    .yslist .yslf .ysen {
        font-size: 14px;
    }

    .tit p, .tit p span {
        font-size: 28px;
        line-height: 28px;
    }

    .pronr ul li .probg .probgnr .promore {
        display: none;
    }

    .pronr ul li .probg .probgnr h4 {
        font-size: 16px;
    }

    .pronr ul li .probg .probgnr {
        padding: 0 10px;
        bottom: 10px;
    }

    .qywhnr {
        width: 88%;
        padding-top: 190px;
        float: none;
        margin: 40px auto 0;
    }

    .qywhnr .swiper-button-next {
        right: 2%;
    }

    .qywhnr .swiper-button-prev {
        right: 12%;
    }

    .qywhnr .swiper-button-prev, .qywhnr .swiper-button-next {
        background-size: 40px;
        bottom: 20px;
    }

    .npronr dl dt .probg {
        background-size: 35px;
    }

    .npronr dl {
        padding: 0 5px;
    }

    .npronr dl dd {
        font-size: 15px;
    }

    .bnav ul li h4 a {
        font-size: 16px;
    }

    .nlxfs a {
        width: 130px;
    }

    .footernr .footerlf dl dd, .footernr .footerlf dl dd a {
        font-size: 16px;
    }
}

@media (max-width: 540px) {
    .newsnr .newsrt dl dd {
        padding-left: 20px;
    }

    .ab_fl dl dt .counter {
        font-size: 28px;
        line-height: 28px;
    }

    .ui-thumbnail {
        margin-right: 30px;
    }

    .ui-thumbnails ul li:after {
        width: 40%;
    }

    .nnews dl dt, .nnews dl dd {
        width: 100%;
    }

    .nnews dl dd {
        padding-left: 0;
    }

    .nnews dl dd .nnewsms {
        margin-top: 10px;
    }

    .nnews dl dd .nnewstit {
        font-size: 18px;
        line-height: 30px;
    }
}

@media (max-width: 500px) {
    .newsnr .newsrt dl {
        padding: 20px 10px;
    }

    .newsnr .newsrt dl dd h4 {
        font-size: 18px;
    }

    .newslist ul li span {
        font-size: 14px;
    }

    .qywhnr .swiper-button-prev {
        right: 15%;
    }
}

@media (max-width: 425px) {
    .qywhnr .swiper-button-prev, .qywhnr .swiper-button-next {
        background-size: 35px;
        bottom: 10px;
    }

    .ab_fl dl dt .counter {
        font-size: 26px;
        line-height: 26px;
    }

    .ui-thumbnail {
        margin-right: 20px;
    }

    .ui-thumbnails ul li:after {
        width: 35%;
    }

    .newsrt dl dt .newsday {
        font-size: 26px;
    }

    .naboutnr h3 {
        font-size: 22px;
        line-height: 32px;
    }
}

@media (max-width: 375px) {
    .ui-thumbnail {
        margin-right: 10px;
    }

    .ui-thumbnails ul li:after {
        width: 30%;
    }

    .ab_fl dl dt .counter {
        font-size: 24px;
        line-height: 24px;
    }
}

@media (max-width: 340px) {


}</pre></body></html>