*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pull-hidden {
    display: none;
}
html {
    font-size: 62.5%;
}
em {
    font-style: normal;
}
.swiper-wrapper,.swiper-slide {
    height:auto;
}
body {
    /*font-size: 0.25rem;*/
    /*font-family: sans-serif;*/
    font-family: Helvetica, "Microsoft Yahei", sans-serif;
    color: #2e3233;
    background-color: #ffffff;
    margin:0;
    padding:0;
    max-width:640px;
    image-rendering:auto;
}
ul,li {
    margin: 0;
    padding:0;
    list-style: none;
}
h2,h3,h4,h5,h6,p {
    margin:0;
    padding:0;
}
a {
    color: #69aa6f;
    text-decoration: none;
}
img {
    max-width: 100%;
}
.text-font-xs {
    font-size:1.6rem;
}
.text-blue {
    color: #0395E3;
}
.text-danger {
    color: #0260D2;
}
.text-warning {
    color: #F60;
}
.text-write {
    color: #FFF !important;
}
.text-eee {
    color: #eee !important;
}
.text-black {
    color: #333 !important;
}
.text-gray {
    color: #999;
}
.text-c666 {
    color: #666;
}
.wgm-main-content, .wgm-main-header {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}

.wgm-main-content, .wgm-main-header {
    position: relative;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
@media only screen and (max-width: 1169px) {
    .wgm-main-content.nav-is-visible, .wgm-main-header.nav-is-visible {
        -webkit-transform: translateX(-260px);
        -moz-transform: translateX(-260px);
        -ms-transform: translateX(-260px);
        -o-transform: translateX(-260px);
        transform: translateX(-260px);
    }
    .nav-on-left .wgm-main-content.nav-is-visible, .nav-on-left .wgm-main-header.nav-is-visible {
        -webkit-transform: translateX(260px);
        -moz-transform: translateX(260px);
        -ms-transform: translateX(260px);
        -o-transform: translateX(260px);
        transform: translateX(260px);
    }
}

.wgm-main-content {
    background: #f6f6f6;
    min-height: 100vh;
    z-index: 2;
    margin-bottom:5rem;
}

.wgm-main-header {
    height: 50px;
    background: #FFF;
    z-index: 3;
    /*box-shadow: 1px 1px 1px #333;*/
    width:100%;
    overflow-x: hidden;
}
.nav-is-fixed .wgm-main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
@media only screen and (min-width: 1170px) {
    .wgm-main-header {
        height: 80px;
    }
    .wgm-main-header:after {
        content: "";
        display: table;
        clear: both;
    }
}

.wgm-logo {
    position: absolute;
    top: 11px;
    left: 10px;
    background: url('../image/logo.png') center no-repeat;
    width:104px;
    height:27px;
}
.wgm-logo img {
    display: block;
}
@media only screen and (max-width: 1169px) {
    .nav-on-left .wgm-logo {
        left: auto;
        right: 10px;
    }
}
@media only screen and (min-width: 1170px) {
    .wgm-logo {
        top: 18px;
        left: 4em;
    }
}

.wgm-header-buttons {
    position: absolute;
    display: inline-block;
    top: 5px;
    right: 10px;
}
.wgm-header-buttons li {
    display: inline-block;
}
@media only screen and (max-width: 1169px) {
    .nav-on-left .wgm-header-buttons {
        right: auto;
        left: 5%;
    }
    .nav-on-left .wgm-header-buttons li {
        float: right;
    }
}
@media only screen and (min-width: 1170px) {
    .wgm-header-buttons {
        top: 18px;
        right: 4em;
    }
}

.wgm-nav-trigger {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    z-index: 3;
}

.wgm-nav-trigger span, .wgm-nav-trigger span::before, .wgm-nav-trigger span::after {
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 24px;
    background: #0260D2;
}
.wgm-nav-trigger span {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
    -webkit-transition: background 0.3s 0.3s;
    -moz-transition: background 0.3s 0.3s;
    transition: background 0.3s 0.3s;
}
.wgm-nav-trigger span::before, .wgm-nav-trigger span::after {
    content: '';
    right: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    -moz-transition: -moz-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
}
.wgm-nav-trigger span::before {
    top: -6px;
}
.wgm-nav-trigger span::after {
    top: 6px;
}
.wgm-nav-trigger.nav-is-visible span {
    background: rgba(46, 50, 51, 0);
}
.wgm-nav-trigger.nav-is-visible span::before, .wgm-nav-trigger.nav-is-visible span::after {
    background: #0260D2;
}
.wgm-nav-trigger.nav-is-visible span::before {
    -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
    transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.wgm-nav-trigger.nav-is-visible span::after {
    -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
    transform: translateX(4px) translateY(2px) rotate(-45deg);
}
@media only screen and (min-width: 1170px) {
    .wgm-nav-trigger {
        display: none;
    }
}

.wgm-primary-nav, .wgm-primary-nav ul {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 260px;
    background: #2e3233;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.wgm-primary-nav a, .wgm-primary-nav ul a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #ffffff;
    font-size:1.4rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #3a3f40;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}
.wgm-primary-nav.is-hidden, .wgm-primary-nav ul.is-hidden {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.wgm-primary-nav.moves-out > li > a, .wgm-primary-nav ul.moves-out > li > a {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}

@media only screen and (max-width: 1169px) {
    .nav-on-left .wgm-primary-nav, .nav-on-left .wgm-primary-nav ul {
        right: auto;
        left: 0;
    }
}
.wgm-primary-nav .see-all a {
    color: #FFF;
    text-indent: 1.5rem;
}
@media only screen and (max-width: 1169px) {
    .wgm-primary-nav {
        visibility: hidden;
        -webkit-transition: visibility 0s 0.3s;
        -moz-transition: visibility 0s 0.3s;
        transition: visibility 0s 0.3s;
    }
    .wgm-primary-nav.nav-is-visible {
        visibility: visible;
        -webkit-transition: visibility 0s 0s;
        -moz-transition: visibility 0s 0s;
        transition: visibility 0s 0s;
    }
}

@media only screen and (min-width: 1170px) {
    .wgm-primary-nav {
        position: static;
        padding: 0 150px 0 0;
        height: auto;
        width: auto;
        float: right;
        overflow: visible;
        background: transparent;
    }
    .wgm-primary-nav:after {
        content: "";
        display: table;
        clear: both;
    }
    .wgm-primary-nav.moves-out > li > a {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    .wgm-primary-nav ul {
        position: static;
        height: auto;
        width: auto;
        background: transparent;
        overflow: visible;
        z-index: 3;
    }
    .wgm-primary-nav ul.is-hidden {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    .wgm-primary-nav ul.moves-out > li > a {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    .wgm-primary-nav > li {
        float: left;
        margin-left: 3em;
    }
    .wgm-primary-nav > li > a {
        position: relative;
        display: inline-block;
        height: 80px;
        line-height: 80px;
        padding: 0 10px;
        color: #2e3233;
        overflow: visible;
        border-bottom: none;
        -webkit-transition: color 0.3s, box-shadow 0.3s;
        -moz-transition: color 0.3s, box-shadow 0.3s;
        transition: color 0.3s, box-shadow 0.3s;
    }
    .wgm-primary-nav > li > a:hover {
        color: #69aa6f;
    }
    .wgm-primary-nav > li > a.selected {
        color: #69aa6f;
        box-shadow: inset 0 -2px 0 #69aa6f;
    }
    .wgm-primary-nav .go-back, .wgm-primary-nav .see-all {
        display: none;
    }
    .wgm-primary-nav .wgm-secondary-nav{
        position: absolute;
        top: 80px;
        width: 100vw;
        background: #ffffff;
        padding: 48px 64px 130px;
        box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }
    .wgm-primary-nav .wgm-secondary-nav:after{
        content: "";
        display: table;
        clear: both;
    }
    .wgm-primary-nav .wgm-secondary-nav.is-hidden {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .3s 0s, visibility 0s .3s;
        -moz-transition: opacity .3s 0s, visibility 0s .3s;
        transition: opacity .3s 0s, visibility 0s .3s;
    }
    .wgm-primary-nav .wgm-secondary-nav > .see-all{
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 80px;
        width: 100%;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
    .wgm-primary-nav .wgm-secondary-nav > .see-all a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        font-size: 2.2rem;
        font-weight: bold;
        text-align: center;
        line-height: 80px;
        border-top: 1px solid #e2e3df;
        border-bottom: none;
        margin: 0;
        padding: 0;
        -webkit-transition: color 0.2s, background 0.2s, border 0.2s;
        -moz-transition: color 0.2s, background 0.2s, border 0.2s;
        transition: color 0.2s, background 0.2s, border 0.2s;
    }
    .wgm-primary-nav .wgm-secondary-nav > .see-all a:hover {
        background: #2e3233;
        border-color: #2e3233;
        color: #ffffff;
    }
    .wgm-primary-nav .wgm-secondary-nav > li {
        height: 340px;
        width: 23%;
        float: left;
        margin-right: 2.66%;
        border-right: 1px solid #e2e3df;
        overflow: hidden;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .wgm-primary-nav .wgm-secondary-nav > li:nth-child(4n+2) {
        margin-right: 0;
        border-right: none;
    }
    .wgm-primary-nav .wgm-secondary-nav > li > a {
        color: #69aa6f;
        font-weight: bold;
        font-size: 1.6rem;
        margin-bottom: .6em;
    }
    .wgm-primary-nav .wgm-secondary-nav a {
        height: 30px;
        line-height: 30px;
        padding: 0 18% 0 0;
        color: #2e3233;
        border-bottom: none;
        font-size: 1.4rem;
    }
    .wgm-primary-nav .wgm-secondary-nav a:hover {
        color: #69aa6f;
    }
    .wgm-primary-nav .wgm-secondary-nav ul {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }
    .wgm-primary-nav .wgm-secondary-nav ul ul {
        /* tertiary navigation */
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
    .wgm-primary-nav .wgm-secondary-nav ul ul.is-hidden {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    .wgm-primary-nav .wgm-secondary-nav ul ul .go-back {
        display: block;
    }
    .wgm-primary-nav .wgm-secondary-nav ul ul .go-back a {
        color: transparent;
    }
    .wgm-primary-nav .wgm-secondary-nav ul ul .see-all {
        display: block;
    }
    .wgm-primary-nav .wgm-secondary-nav .moves-out > li > a {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
.has-children > a, .go-back a {
    position: relative;
}
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #464c4e;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.has-children > a::before, .go-back a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.has-children > a::after, .go-back a::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media only screen and (min-width: 1170px) {
    .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
        background: #c9cbc4;
    }
    .has-children > a:hover::before, .has-children > a:hover::after, .go-back a:hover::before, .go-back a:hover::after {
        background: #69aa6f;
    }
}

.has-children > a {
    padding-right: 40px;
}
.has-children > a::before, .has-children > a::after {
    /* arrow goes on the right side - children navigation */
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%;
}

.wgm-primary-nav .go-back a {
    padding-left: 40px;
}
.wgm-primary-nav .go-back a::before, .wgm-primary-nav .go-back a::after {
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
}

@media only screen and (min-width: 1170px) {
    .has-children > a::before, .has-children > a::after {
        right: 15%;
    }

    .wgm-primary-nav > .has-children > a {
        padding-right: 30px !important;
    }
    .wgm-primary-nav > .has-children > a::before, .wgm-primary-nav > .has-children > a::after {
        width: 9px;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        background: #c9cbc4;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: width 0.3s, -webkit-transform 0.3s;
        -moz-transition: width 0.3s, -moz-transform 0.3s;
        transition: width 0.3s, transform 0.3s;
    }
    .wgm-primary-nav > .has-children > a::before {
        right: 12px;
    }
    .wgm-primary-nav > .has-children > a::after {
        right: 7px;
    }
    .wgm-primary-nav > .has-children > a.selected::before, .wgm-primary-nav > .has-children > a.selected::after {
        width: 14px;
    }
    .wgm-primary-nav > .has-children > a.selected::before {
        -webkit-transform: translateX(5px) rotate(-45deg);
        -moz-transform: translateX(5px) rotate(-45deg);
        -ms-transform: translateX(5px) rotate(-45deg);
        -o-transform: translateX(5px) rotate(-45deg);
        transform: translateX(5px) rotate(-45deg);
    }
    .wgm-primary-nav > .has-children > a.selected::after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .wgm-secondary-nav > .has-children > a::before, .wgm-secondary-nav > .has-children > a::after {
        /* remove arrows on secondary nav titles */
        display: none;
    }

    .wgm-primary-nav .go-back a {
        padding-left: 20px;
    }
    .wgm-primary-nav .go-back a::before, .wgm-primary-nav .go-back a::after {
        left: 1px;
    }
}

.wgm-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: rgba(0,0,0, 0.7);
    visibility: hidden;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.wgm-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.main-banner {
    width:100%;
    height:auto;
}
.main-banner img {
    width:100%;
}
.container-index {
    width:100%;
    height:auto;
    padding:0 0 1rem;
    background-color: #FFF;
}
.container {
    width:100%;
    height:auto;
    padding:3rem 0;
    background-color: #FFF;
}
.article-ads {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFF;
    margin-bottom: 1rem;
}
.article-ads a {
    width: calc(100% - 0.5rem);
}
.article-ads a:first-of-type {
    margin-right: 1rem;
}
.article-ads a img {
    width: 100%;
}
.titles {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 2rem;
}
.titles .hr {
    height: 0.1rem;
    background: #DDD;
    width: 50%;
    position: relative;
}
.titles .hr em {
    position: absolute;
    top: -0.1rem;
    width: 3rem;
    height: 0.3rem;
    background:#0260D2 ;
}
.titles .hr.left-hr em {
    right: 0;
}
.titles .hr.right-hr em {
    left: 0;
}
.titles .global-title-box {
    padding: 0 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.titles .global-title-box .en {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 300;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #333;
}
.titles .global-title-box .cn {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
}


.article-case {
    background: #FFF;
}
.article-case .case {
    padding: 2rem 1rem;
}
.article-case .case .swiper-box {
    margin-top:1rem ;
}

.article-case .case .swiper-box .swiper-slides {
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.article-case .case .swiper-box .swiper-slides .list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    border: 0.1rem solid #EEE;
    width: 100%;
}
.article-case .case .swiper-box .swiper-slides .list .images {
    border-bottom: 0.1rem solid #EEE;
}
.article-case .case .swiper-box .swiper-slides .list .images img {
    width: 100%;
    height: 11.5rem;
}
.article-case .case .swiper-box .swiper-slides .list .info {
    padding: 1rem 1rem;
    width: 100%;
    color: #555;
    font-size: 0;
}
.article-case .case .swiper-box .swiper-slides .list .info .info-en {
    font-size: 1.4rem;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}
.article-case .case .swiper-box .swiper-slides .list .info .info-cn {
    font-size: 1.4rem;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 1rem;
    text-align: center;
}
.article-case .case .swiper-box .swiper-slides .list .info .info-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    border-top: 0.1rem solid #EEE;
    color: #999;
}
.article-case .case .swiper-box .swiper-slides .list .info .info-more .text {
    font-size: 1.2rem;
}
.article-case .case .swiper-box .swiper-slides .list .info .info-more .icon
{
    width: 2.4rem;
    height: 0.6rem;
    background: url('../image/more.png') right center no-repeat;
}
.article-about-i {
    margin-top: 1rem;
}
.article-about-i .abouts .about-img {
    width: 100%;
}
.article-about-i .abouts .text {
    font-family: SimSun;
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding: 1rem 1rem 0;
    color: #666;
}

.article-news {
    padding: 2rem 1rem;
    background: #FFF;
    margin-top: 1rem;
}
.article-news .news-list {
    margin-top: 2rem;
}
.article-news  .news-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.article-news  .news-nav ul li {
    margin: 0 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 1.3rem;
    color: #333;
    border-radius: 0.5rem;
}
.article-news  .news-nav ul li.on {
    background: #0260D2;
    color: #FFF;
}
.article-news .news-list .news-list-li .li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1rem;
}
.article-news .news-list .news-list-li .li .time {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background: #E2E7EB;
    width: 8rem;
    height: 8rem;
}
.article-news .news-list .news-list-li .li .time span {
    font-weight: bold;
    font-size: 2.4rem;
    color: #000;
}
.article-news .news-list .news-list-li .li .time em {
    font-size: 1.4rem;
    color: #666;
}
.article-news .news-list .news-list-li .li .info {
    width: calc(100% - 8rem);
    padding-left: 1rem;
    background: #EEEEEE;
    height: 8rem;
}
.article-news .news-list .news-list-li .li .info .title {
    font-size: 1.4rem;
    color: #333;
    width: 100%;
    padding: 0.8rem 0 0.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.article-news .news-list .news-list-li .li .info .text {
    font-size: 1.2rem;
    line-height: 2rem;
    height: 4rem;
    color:#999 ;
    overflow: hidden;
    padding-right: 0.5rem;
}

.article-down {
    padding: 2rem 1rem;
    background: #FFF;
    margin-top: 1rem;
}
.article-down .down .down-list {
    display: inline-block;
    font-size: 0;
}
.article-down .down .down-list a {
    display: inline-block;
    width: calc(50% - 0.5rem);
    margin-right: 1rem;
    margin-bottom: 1rem;
}
.article-down .down .down-list a:nth-child(2n){
    margin-right: 0;
}
.article-down .down .down-list a img {
    width: 100%;
}
.article-down .down .message a img {
    width: 100%;
}

.index-more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    font-size: 1.4rem;
    color: #0260D2;
}

.footer {
    width:100%;
}
.footer .footer-info {
    width:100%;
    height:auto;
    background-color: #333;
    font-size: 0;
    padding:2rem 1rem;

}
.footer .footer-info .h6 {
    line-height:2.4rem;
    border-bottom: 1px solid #000;
    margin-bottom: 0.5rem;
    font-size:1.4rem;
    color: #FFF;
}
.footer .footer-info .h6 span {
    border-bottom: 2px solid #CCC;
    line-height:2.4rem;
    display: inline-block;
}
.footer .footer-info .footer-img {
    display: inline-block;
    width:9rem;
    height:9rem;
    background-image: url('../image/erweima.png');
    background-size: 100% 100%;
    border:0.3rem solid #5D5D5D;
    vertical-align: top;
    margin-right:1rem;
    /*margin-top:2.8rem;*/
    vertical-align: bottom;
}
.footer .footer-info .footer-content {
    display: inline-block;
    width:calc(100% - 10rem);
    font-size:1.4rem;
    color: #FFF;
    vertical-align: bottom;
}
.footer .footer-info .footer-content p {
    line-height:1.8rem;
    width:100%;
    display: inline-block;
    min-height:2rem;
    vertical-align: bottom;
    margin-top: 0.5rem;
    font-size:1.2rem;
}
.footer .footer-info .footer-content p a {
    color: #FFF;
}
.footer .footer-info .footer-content p i {
    display: inline-block;
    width:1.8rem;
    height:1.8rem;
    vertical-align: middle;
    margin-right: 0.5rem;
}
.footer .footer-info .footer-content p i.footer-icon-1 {
    background: url('../image/fo_ico1.jpg') center no-repeat;
}
.footer .footer-info .footer-content p i.footer-icon-2 {
    background: url('../image/fo_ico2.jpg') center no-repeat;
}
.footer .footer-info .footer-content p i.footer-icon-3 {
    background: url('../image/fo_ico3.jpg') center no-repeat;
}
.footer .footer-info .footer-content p i.footer-icon-4 {
    background: url('../image/fo_ico4.jpg') center no-repeat;
}
.footer .footer-info .footer-content p span {
    display: inline-block;
    width:calc(100% - 1.8rem - 1rem);
    vertical-align: top;
}
.footer .footer-bottom {
    width:100%;
    height:auto;
    background: #333;
    color: #FFF;
    font-size:1.2rem;
    text-align: center;
    /*height: 5rem;*/
    line-height:2.2rem;
    display: inline-block;
    border-top:0.1rem solid #000;
    padding-bottom: 1rem;
}
.footer .footer-bottom p {
    margin-top:1rem;
}
.bottom-nav {
    font-size: 0;
    position: fixed;
    left:0;
    bottom:0;
    background: #0260D2;
    z-index:99999;
    width:100%;
    border-top:0.2rem solid #043D82;
}
.bottom-nav ul li {
    width:100%;
    display: inline-block;
    font-size:1.4rem;
    width:calc(100% / 3);
    height:5rem;
    line-height:5rem;
    text-align: center;
    background: url('../image/line.png') right center no-repeat;
}
.bottom-nav ul li:last-of-type{
    background: none;
}
.bottom-nav ul li a {
    color: #FFF;
    font-size:1.2rem;
    display: inline-block;
    font-weight: 700;
}
.bottom-nav ul li a i {
    width:1.6rem;
    height:1.6rem;
    float: left;
    margin-top:1.6rem;
    margin-right:0.1rem;
}
.bottom-nav ul li a i.phone {
    background: url('../image/phone.png') center no-repeat;
}
.bottom-nav ul li a i.home {
    background: url('../image/home.png') center no-repeat;
}
.bottom-nav ul li a i.renzheng {
    background: url('../image/renzheng.png') center no-repeat;
}
#banner {
    width: 100%;
    height: auto;
}
#banner .index-banner-class {
    position: relative;
}
#banner .index-banner-class a {
    display: inline-block;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
}


/**** 待用 ****/
.page {
    display: inline-block;
    width:100%;
    padding:.5rem 0;
    text-align: center;
}
.page ul li {
    display: inline-block;
    font-size:1.4rem;
    width:2.4rem;
    height:2.4rem;
    line-height:2.4rem;
    background: #ddd;
    margin-right:.5rem;
    padding:0;
}
.small-banner {
    display: inline-block;
    width: 100%;
}
.small-banner img {
    width: 100%;
}

.categorylist {
    display: inline-block;
    width:100%;
}
.categorylist .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
    padding:0.8rem 1rem;
    background: #0260D2;
    border-radius: 0.2rem;
}
.categorylist .title em {
    color: #FFF;
    font-size:1.4rem;
}
.categorylist .title img {
    width:1.4rem;
    height:0.6rem;
}
.categorylist .nav-sides {
    display: none;
    overflow: hidden;
    width: 100%;
}
.categorylist .nav-sides .nav-side {
    display: block;
    height: 3.6rem;
    line-height: 3.6rem;
    cursor: pointer;
    background: #eee;
    color: #707070;
    font-size: 1.4rem;
    text-align: center;
    border-bottom: 0.1rem solid #F6F6F6;
}
.categorylist .nav-sides .nav-side a {
    display: block;
    color: #707070;
    text-decoration: none;
}
.categorylist .nav-sides .nav-side:hover a,.categorylist .nav-sides .nav-side a.on {
    color: #0260D2;
}

.article-newslist {
    background: #FFF;
    padding: 2rem 1rem;
}
.article-newslist .newslist {
    margin-top: 2rem;
    padding: 0 0.2rem;
}
.article-newslist .newslist .list {
    display: inline-block;
    font-size:0;
    margin-bottom: 1rem;
    border-bottom: 0.1rem dashed #EEE;
    padding-bottom: 1rem;
    width: 100%;
}
.article-newslist .newslist .list .tit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 1.4rem;
    color: #000;
    display: inline-block;
}
.article-newslist .newslist .list .text {
    display: inline-block;
    font-size: 1.2rem;
    color: #999;
    width: 100%;
    line-height: 2rem;
    height: 4rem;
    overflow: hidden;
    margin-top: 0.5rem;
}
.article-newslist .newslist .list .down-text {
    display: inline-block;
    font-size: 1.2rem;
    color: #666;
    width: 100%;
    line-height: 2rem;
    height: 2rem;
    overflow: hidden;
    margin-top: 0.5rem;
}
.article-newslist .news-detail {
    margin-top: 2rem;
}
.article-newslist .news-detail .tits {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #000;
}
.article-newslist .news-detail .time {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #999;
    padding: 0.5rem 0 1.6rem;
    border-bottom: 0.1rem solid #EEE;
}
.article-newslist .news-detail .content {
    padding: 1.5rem 0 2rem;
    line-height: 2.4rem;
}
.article-newslist .news-detail .content img {
    width: 100%;
}
.article-newslist .news-detail .more {
    padding: 2rem 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 0.1rem solid #EEE;
}
.article-newslist .news-detail .more a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.4rem;
    color: #666;
}
.article-newslist .news-detail .more a img {
    width: 1.2rem;
    height: 1.2rem;
}
.article-newslist .news-detail .more a.left img {
    margin-right: 0.5rem;
}
.article-newslist .news-detail .more a.right img {
    margin-left: 0.5rem;
}
.article-newslist .news-detail .return {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}
.article-newslist .news-detail .return span {
    padding: 0.4rem 4rem;
    border: 0.1rem solid #999;
    color: #999;
    border-radius: 2.5rem;
}


.searchbox .yy-title {
    font-size: 1.8rem;
    color: #0260D2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0 1rem 0;
}
.searchbox .forms-line {
    display: inline-block;
    width: 100%;
    padding: 0 1rem;
}
.searchbox .forms-line .label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 0.5rem;
}
.searchbox .forms-line .input {
    width: 100%;
    margin-bottom: 1.5rem;
}
.searchbox .forms-line .input input{
    width: 100%;
    padding: 0.5rem 1rem;
    border: 0.1rem solid #DDD;
    -webkit-appearance: none;
    border-radius: 0.5rem;
    font-size: 1.4rem;
    color: #333;
    height: 3.2rem;
    outline: none;
}
.searchbox .forms-line .input textarea{
    width: 100%;
    padding: 0.5rem 1rem;
    border: 0.1rem solid #DDD;
    -webkit-appearance: none;
    border-radius: 0.5rem;
    font-size: 1.4rem;
    color: #333;
    height: 9.6rem;
    outline: none;
}
.searchbox .forms-line .btns {
    width: 100%;
}
.searchbox .forms-line .btns button
{
    width: 100%;
    -webkit-appearance: none;
    border-radius: 0.3rem;
    background: #0260D2;
    color: #FFF;
    border:none;
    padding: 1rem 0;
}
.searchbox .tips {
    padding: 0.5rem 1rem 0;
    color: #999;
}
.searchbox .red {
    color:#C3110D;
    padding: 0 0.5rem;
}

.search-detail {
    padding-top:2rem;
}
.search-detail .search-title {
    display: inline-block;
    font-size: 1.6rem;
    color: #000;
    text-align: center;
    width: 100%;
}
.search-detail .search-time {
    font-size: 1.2rem;
    color: #999;
    padding: 0.5rem 0rem 1.5rem;
    border-bottom: 0.1rem solid #EEE;
    margin-bottom: 1.5rem;
    text-align: center;
    width: 100%;
}
.search-detail .table .line {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 0.1rem solid #DDD;
    border-top: none;
}
.search-detail .table .line:first-of-type{
    border-top: 0.1rem solid #DDD;
}
.search-detail .table .line .label {
    width:8rem;
    padding: 0.5rem 1rem;
    color: #0260D2;
    font-size: 1.4rem;
}
.search-detail .table .line .value {
    width:calc(100% - 8rem);
    border-left: 0.1rem solid #DDD;
    padding: 0.5rem 1rem;
    color: #0260D2;
    font-size: 1.4rem;
}
.search-detail .contents {
    padding: 1rem 0 0;
    line-height: 2.4rem;
    font-size: 1.4rem;
}

.article-about {
    padding: 2rem 1rem;
    background: #FFF;
}
.article-about .about .info {
    padding-top: 2rem;
}
.article-about .about .info .name {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #000;
    font-weight: bold;
    width: 100%;
    border-bottom: 0.1rem dashed #EEE;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
.article-about .about .info .content {
    line-height: 2.4rem;
}
.article-about .about .info .content img {
    width: 100%;
}
.article-about .about .info .contact {
    padding-bottom: 2rem;
}
.article-about .about .info .contact .lines {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    font-size: 1.4rem;
    margin-bottom: 2rem;
}
.article-about .about .info .contact .lines .label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #999;
    margin-bottom: 0.5rem;
}
.article-about .about .info .contact .lines .label img {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.5rem;
}
.article-about .about .info .contact .lines .text {
    color: #333;
    padding-left: 0.5rem;
    font-size: 1.6rem;
}

@media only screen and (max-width: 1169px) {
    /* 小于 1169 */

}
@media only screen and (min-width: 1170px) {
    /** 大于 1170 **/

}