body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, header, hgroup, nav, section, article, aside, footer, figure, figcaption, menu, button {
    margin: 0;
    padding: 0
}

body {
    overflow-x: hidden;
    color: #000;
    -webkit-user-select: none;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    font: 14px "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif
}

body, html {
    height: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption, th {
    text-align: left
}

fieldset, img {
    border: 0
}

li {
    list-style: none
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

input, button, textarea, select, optgroup, option {
    outline: 0
}

button {
    -webkit-appearance: none;
    border: 0;
    background: none
}

a {
    -webkit-touch-callout: none;
    text-decoration: none
}

a:link {
    color: inherit
}

a:visited {
    color: inherit
}

:focus {
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

em, i {
    font-style: normal
}

body {
    -webkit-overflow-scrolling: touch
}

.slide-open .slide-content {
    -webkit-transform: translate3d(67%, 0, 0);
    transform: translate3d(67%, 0, 0);
    height: 100%;
    width: 100%;
    overflow: hidden
}

.container {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.container:after {
    content: " ";
    display: block;
    clear: both
}

.smaa-txt {
    font-size: 12px
}

.swiper-container {
    height: 820px
}

@media (max-width: 1921px) {
    .swiper-container {
        width: 100%;
        height: 820px
    }
}

@media (max-width: 1440px) {
    .swiper-container {
        width: 100%;
        height: 610px
    }
}

@media (max-width: 767px) {
    .swiper-container {
        width: 100%;
        height: 520px
    }

    .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 25px !important
    }
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    height: 100%;
    margin: 0
}

.swiper-slide img {
    max-width: 100%
}

.swiper-pagination-white .swiper-pagination-bullet {
    width: 50px;
    height: 3px;
    display: inline-block;
    border-radius: 0;
    background-color: rgba(244, 244, 244, 0.5);
    opacity: 1
}

@media screen and (max-width: 767px) {
    .swiper-pagination-white .swiper-pagination-bullet {
        width: 30px;
        height: 3px
    }
}

.swiper-pagination-white .swiper-pagination-bullet:hover {
    height: 5px
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background-color: rgba(244, 244, 244, 0.5);
    height: 5px;
    position: relative
}

.swiper-pagination-white .swiper-pagination-bullet-active:after {
    position: absolute;
    content: " ";
    width: 0;
    height: 5px;
    background-color: #f4f4f4;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    -webkit-animation: mprogress 3.2s;
    animation: mprogress 3.2s
}

@-webkit-keyframes mprogress {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}

@keyframes mprogress {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}

.pagination-a {
    display: inline-block;
    padding: 10px 0
}

.pagination-a:hover {
    cursor: pointer
}

.pagination-a:hover li {
    height: 5px
}

.swiper-container .swiper-wrapper .swiper-slide img {
    height: 100%;
    width: auto
}

.stop-even {
    pointer-events: none
}

.tranform-layout {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: transparent;
    display: none;
    z-index: 9999
}

[v-cloak] {
    display: none
}

.head-box {
    height: 44px
}

.head_ {
    z-index: 99;
    height: 100%;
    background-color: #000
}

.head_ > a {
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 220px;
    color: #fff
}

.head_ > a img:hover {
    opacity: .85;
    z-index: 9999
}

.my-icon-search-head {
    display: none
}

@media screen and (max-width: 767px) {
    .my-icon-search-head {
        display: block;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -10px
    }

    .my-icon-search-head i {
        color: #fff;
        font-size: 20px;
        height: 28px;
        width: 40px;
        -webkit-text-stroke: 1px #000
    }
}

@media screen and (max-width: 1921px) {
    .head_ > a {
        left: 280px
    }
}

@media screen and (max-width: 1440px) {
    .head_ > a {
        left: 150px
    }
}

@media screen and (max-width: 767px) {
    .head-box {
        height: 50px;
        overflow: hidden;
        -webkit-transition: height 500ms;
        transition: height 500ms
    }

    .head_ {
        z-index: 999999;
        height: 50px;
        position: relative;
        border: 1px solid transparent;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .head_ .head-menu {
        z-index: 999999;
        position: absolute;
        left: 15px;
        top: 50%;
        margin-top: -8.5px;
        display: inline-block;
        height: 17px;
        color: #fff
    }

    .head_ .head-menu p {
        height: 1px;
        background: #fff;
        width: 20px
    }

    .head_ .head-menu p:nth-child(2) {
        margin: 7px 0
    }

    .head_ > a {
        left: 50%;
        margin-left: -41.5px;
        top: 50%;
        margin-top: -8.5px
    }

    .head_ > a img {
        height: 17px
    }
}

.nav-menu-bar {
    text-align: right;
    position: relative;
    height: 100%;
    width: 1200px;
    background-color: #000;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.nav-menu-bar ul {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav-menu-bar ul li {
    cursor: pointer;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 30px;
    vertical-align: middle;
    height: 100%;
    padding-right: 85px;
    line-height: 44px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav-menu-bar ul li a {
    color: #fff
}

.nav-menu-bar ul li a:hover {
    color: rgba(255, 255, 255, 0.8)
}

.nav-menu-bar ul .logo-small {
    display: none
}

.nav-menu-bar .search-li {
    padding-top: 0;
    width: 200px;
    padding-right: 0;
    position: relative
}

.nav-menu-bar .search {
    border: none;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    width: 200px;
    height: 35px;
    line-height: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    background-image: url(../img/search.png);
    background-position: right 0 bottom 4px;
    background-repeat: no-repeat;
    margin: auto 0;
    display: block;
    position: absolute;
    top: 0
}

.nav-menu-bar .earth:hover {
    opacity: .85
}

.head-box.menuShow {
    z-index: 99999;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transition: height 500ms;
    transition: height 500ms;
    background-color: rgba(0, 0, 0, 0.5)
}

.head-box.menuShow .nav-menu-bar ul li {
    opacity: 1;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms
}

.menu_animation_top {
    -webkit-animation: menu_animation_top 500ms;
    animation: menu_animation_top 500ms;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.menu_animation_bottom {
    -webkit-animation: menuAnimation_bottom 500ms;
    animation: menuAnimation_bottom 500ms;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.nav-menu-bar .search-status {
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    background-color: #000;
    margin-top: -5px
}

.nav-menu-bar .search-status .msearch-li .noback-img-767px {
    background-image: none
}

.nav-menu-bar .search-status .msearch-li {
    background-color: transparent;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    line-height: 40px;
    width: 100%
}

.nav-menu-bar .search-status .msearch-li .search {
    display: block;
    position: relative;
    background-position: right 15px bottom 6px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    padding-right: 45px
}

.m-search {
    display: none
}

@media screen and (max-width: 767px) {
    .m-search {
        display: block;
        padding: 5px;
        margin-top: 50px;
        background-color: #fff
    }

    .m-search input {
        height: 30px;
        width: 100%;
        border: 1px solid #adaaaa;
        background-color: transparent;
        border-radius: 3px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 15px
    }
}

@media screen and (max-width: 1025px) {
    .nav-menu-bar {
        width: 100%
    }

    .nav-menu-bar ul {
        width: 100%
    }

    .nav-menu-bar ul li {
        padding-right: 25px
    }
}

@media screen and (max-width: 767px) {
    .nav-menu-bar {
        display: none
    }
}

input::-ms-clear {
    display: none
}

::-webkit-input-placeholder {
    color: #aaa8a6;
    font-size: 14px
}

:-moz-placeholder {
    color: #aaa8a6;
    font-size: 14px
}

::-moz-placeholder {
    color: #aaa8a6;
    font-size: 14px
}

:-ms-input-placeholder {
    color: #aaa8a6;
    font-size: 14px
}

#clear-text {
    background-image: url(../img/clear_txt.png);
    background-position: center;
    background-size: cover;
    height: 12px;
    width: 12px;
    position: absolute;
    right: 305px;
    top: 15px;
    z-index: 9999;
    display: none
}

#clear-text.clear-txt-767px {
    top: 15px;
    right: 20px;
    z-index: 9999993;
    display: block
}

.nav-menu-bar .search-focus {
    height: 100%;
    -webkit-transition: width .5s;
    transition: width .5s;
    width: 930px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    padding-right: 325px;
    margin-left: 270px;
    padding-left: 25px;
    top: 0;
    background-color: #000;
    z-index: 998;
    background-position: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0)
}

@media screen and (max-width: 1025px) {
    .nav-menu-bar .search-focus {
        width: 700px;
        position: absolute;
        right: 0;
        padding-right: 125px;
        margin-left: 70px;
        padding-left: 25px
    }
}

.opacity-zore {
    opacity: 0
}

.keyword-list {
    -webkit-box-shadow: 0 3px 8px 3px rgba(0, 0, 0, 0.03);
    box-shadow: 0 3px 8px 3px rgba(0, 0, 0, 0.03);
    position: absolute;
    background-color: #fbfbfb;
    display: none;
    right: 600px;
    width: 580px;
    min-height: 50px;
    top: 44px;
    z-index: 998;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.keyword-list ul {
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px
}

.keyword-list ul li {
    height: 25px;
    line-height: 25px;
    padding: 0 10px
}

.keyword-list ul li:hover {
    background-color: #fff;
    cursor: pointer
}

.keyword-list-767px {
    top: 44px;
    left: 0;
    display: block;
    z-index: 9999992;
    background-color: transparent;
    border-radius: 0;
    color: #fff;
    width: 100%;
    padding: 0
}

.keyword-list-767px ul {
    padding: 0 0;
    padding-right: 20px;
    padding-left: 50px
}

.keyword-list-767px ul li {
    padding: 0;
    height: 50px;
    line-height: 50px;
    text-align: left;
    position: relative;
    font-size: 14px
}

.keyword-list-767px ul li:after {
    left: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    border-top: 1px solid rgba(121, 121, 121, 0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
}

.keyword-list-767px ul li:active {
    color: #eee
}

.keyword-list-767px ul li:hover {
    background-color: transparent
}

.country {
    -webkit-box-shadow: 0 3px 8px 3px rgba(0, 0, 0, 0.03);
    box-shadow: 0 3px 8px 3px rgba(0, 0, 0, 0.03);
    position: absolute;
    background-color: #fbfbfb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px;
    overflow: hidden;
    padding-top: 18px;
    padding-bottom: 3px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    top: 44px;
    left: 0;
    z-index: 9;
    display: none
}

.country > div {
    margin-bottom: 15px;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    text-align: left;
    vertical-align: middle;
    position: relative
}

.country > div a {
    display: block;
    height: 100%;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px
}

.country > div a:hover {
    cursor: pointer;
    color: rgba(0, 0, 0, 0.6)
}

.country > div:nth-child(odd) a {
    padding-right: 5px
}

.country > div:nth-child(even) a {
    padding-left: 5px
}

.country-767px .country {
    margin: 0;
    margin-top: -2px;
    padding: 15px 0;
    position: inherit;
    display: block;
    background-color: #fff;
    border-radius: 0;
    width: 100%
}

.country-767px .country > div {
    position: relative;
    float: none;
    padding: 0;
    margin: 0;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    line-height: 50px
}

.country-767px .country > div a {
    color: #000;
    text-align: left;
    padding: 0
}

.country-767px .country > div:after {
    left: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    border-top: 1px solid rgba(121, 121, 121, 0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
}

.country-767px .country > div:last-child:after {
    border-top: none
}

.country-767px:after {
    left: 0;
    top: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    border-top: 1px solid rgba(121, 121, 121, 0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
}

.nav-menu-bar ul .li-width {
    width: 100%
}

.clearanimation {
    -webkit-animation: clearTxt .5s;
    animation: clearTxt .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.mobile-menu {
    display: none
}

.slide-open .mobile-menu-show {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mobile-menu-show {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

@media (max-width: 767px) {
    .mobile-menu {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        z-index: 9999995;
        height: 100%;
        width: 70%;
        top: 0;
        padding-top: 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        position: fixed;
        left: -70%;
        background-color: #000;
        overflow-y: auto
    }

    .mobile-menu ul {
        color: #fff
    }

    .mobile-menu ul li {
        height: 60px;
        padding-left: 15px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .mobile-menu ul li a {
        display: block;
        width: 100%;
        height: 100%;
        line-height: 60px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .mobile-menu ul li:after {
        left: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 100%;
        height: 1px;
        border-top: 1px solid rgba(255, 255, 255, 0.8);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5)
    }

    .mobile-menu ul .earth {
        position: relative
    }

    .mobile-menu ul .earth .show-flag {
        position: absolute;
        display: block;
        height: 30px;
        width: 30px;
        right: 10px;
        top: 50%;
        margin-top: -15px
    }

    .mobile-menu ul .earth .show-flag:after {
        left: 4px;
        bottom: 14px;
        position: absolute;
        content: " ";
        width: 20px;
        height: 1px;
        border-top: 1px solid #fff;
        -webkit-transform-origin: 0 0
    }

    .mobile-menu ul .earth .show-flag:before {
        left: 15px;
        top: 5px;
        position: absolute;
        content: " ";
        width: 20px;
        height: 1px;
        border-top: 1px solid #fff;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .mobile-menu ul .earth .hide-flag:before {
        border-top: none
    }
}

.slide-open #menuOverly {
    display: block
}

.slide-open {
    overflow: hidden
}

#menuOverly {
    z-index: 999999;
    left: 0;
    top: 50px;
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    display: none
}

@-webkit-keyframes clearTxt {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg)
    }
}

@keyframes clearTxt {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg)
    }
}

.all-screen {
    height: 100%
}

.noscroll {
    overflow: hidden
}

.m-head-search-box {
    display: none
}

@media screen and (max-width: 767px) {
    .m-head-search-box {
        display: none;
        z-index: 9999998;
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        background: #f6f6f6
    }

    .m-head-search-box .search-rs {
        overflow: auto;
        position: fixed;
        top: 50px;
        bottom: 0;
        left: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        width: 100%
    }

    .m-head-search-box .search-rs li {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        line-height: 55px;
        height: 55px;
        position: relative
    }

    .m-head-search-box .search-rs li:after {
        content: " ";
        height: 1px;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -1px;
        border-top: 1px solid #aaa8a6;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5)
    }

    .m-head-search-box .search-rs li:active {
        background: #fff
    }

    .m-head-search-box .search-head {
        height: 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 5px;
        background: #333;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .m-head-search-box .search-head .icon-arrow-left {
        color: #fff;
        font-size: 24px;
        -webkit-text-stroke: 2px #333;
        margin-left: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        -ms-flex-item-align: center;
        align-self: center;
        margin-top: 5px
    }

    .m-head-search-box .search-head > p {
        -ms-flex-item-align: end;
        align-self: flex-end;
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: 10px;
        height: 40px
    }

    .m-head-search-box .search-head > p:after {
        content: " ";
        height: 1px;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 3px;
        border-top: 1px solid #aaa8a6;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5)
    }

    .m-head-search-box .search-head > p input {
        border: none;
        background: transparent;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 30px;
        height: 33px;
        color: #fff;
        font-size: 16px;
        position: relative;
        padding-top: 7px
    }

    .m-head-search-box .search-head > p .icon-search {
        position: absolute;
        left: 5px;
        top: 10px;
        font-size: 18px;
        -webkit-text-stroke: 1px #333;
        color: #fff
    }
}

.body-no-scroll {
    overflow: hidden
}

.footer-con {
    margin: 0 auto;
    margin-top: 80px;
    overflow: hidden;
    padding-bottom: 90px;
    width: 1200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.about {
    border-right: 1px solid #e9e9e9;
    position: relative;
    width: 900px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 30px
}

.about ul li {
    height: 30px;
    color: #666;
    font-size: 12px
}

.about ul li:hover {
    color: #000;
    cursor: pointer
}

.about ul li:hover .no-pointer {
    cursor: default;
    height: 100%;
    width: 100%;
    display: inline-block;
    color: #666
}

.about ul .smaa-txt {
    font-size: 12px
}

.about > div {
    float: left;
    width: 25%
}

.footer-title {
    font-weight: 900;
    padding-bottom: 20px
}

.follow-title {
    font-size: 16px
}

.follow-me {
    width: 300px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 60px
}

.follow-me ul {
    position: relative
}

.follow-me ul li {
    margin-top: 10px;
    float: left
}

.follow-me ul li:hover {
    cursor: pointer
}

.follow-me ul li:nth-child(1) {
    float: left;
    margin-left: 15px;
    margin-right: 80px
}

.company-info {
    padding: 15px 0;
    background-color: #f5f5f5
}

.company-info .icp-towline {
    display: block
}

.company-info .icp-oneline {
    display: none
}

.company-info p {
    text-align: center;
    color: #333
}

.company-info p small {
    font-size: 10px
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 50px
}

.swiper-slide, .swiper-wrapper, .swiper-container {
    overflow: initial
}

.wx-over, .sina-over {
    display: block;
    position: absolute;
    top: 10px;
    opacity: 0
}

.wx-over:hover, .sina-over:hover {
    opacity: 1
}

.scan-code-wx {
    display: none;
    position: absolute;
    left: -12%
}

.scan-code-sina {
    display: none;
    position: absolute;
    left: 35%
}

.wx-over:hover + .scan-code-wx {
    display: block
}

.sina-over:hover + .scan-code-sina {
    display: block
}

@media (max-width: 767px) {
    .footer-con {
        width: 100%;
        margin-top: 20px;
        padding: 0
    }

    .about {
        width: 100%;
        padding: 0;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden
    }

    .about > div {
        padding-top: 3px;
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 10px
    }

    .about > div .show-ico {
        top: -5px;
        right: 10px;
        position: absolute;
        display: block;
        width: 25px;
        height: 25px
    }

    .about > div .show-ico:before {
        content: " ";
        height: 1px;
        border-top: 1px solid #555;
        position: absolute;
        left: 4px;
        width: 15px;
        top: 11px
    }

    .about > div .show-ico:after {
        content: " ";
        height: 1px;
        border-top: 1px solid #555;
        position: absolute;
        left: 4px;
        width: 15px;
        top: 11px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .about > div > p {
        padding-bottom: 15px
    }

    .about > div ul {
        display: none;
        overflow: hidden
    }

    .about > div ul li {
        float: left;
        width: 100%;
        height: 30px;
        font-size: 14px
    }

    .about > div ul .smaa-txt {
        font-size: 14px
    }

    .about > div .f-show-content {
        display: block
    }

    .about > div .call-me li {
        width: 100%
    }

    .about > div:after {
        left: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 100%;
        height: 1px;
        border-top: 1px solid rgba(121, 121, 121, 0.5);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5)
    }

    .follow-me {
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 0
    }

    .follow-me > p {
        padding: 10px
    }

    .follow-me ul {
        display: block;
        overflow: hidden;
        position: relative
    }

    .follow-me ul li:nth-child(1n) {
        padding: 0;
        margin: 0;
        float: left;
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 150px;
        position: relative
    }

    .follow-me ul li:nth-child(1n) .wx-gray, .follow-me ul li:nth-child(1n) .sina-gray {
        display: none
    }

    .follow-me ul li:nth-child(1n) .wx-over, .follow-me ul li:nth-child(1n) .sina-over {
        display: block;
        opacity: 1;
        position: relative
    }

    .follow-me ul li:nth-child(1n) .scan-code-wx, .follow-me ul li:nth-child(1n) .scan-code-sina {
        display: block;
        left: 50%;
        position: absolute;
        top: 50px;
        margin-left: -40px;
        width: 80px
    }

    .follow-me ul li:hover {
        cursor: pointer
    }

    .company-info .icp-towline {
        display: none
    }

    .company-info .icp-oneline {
        display: block
    }

    .company-info .icp-oneline > p {
        padding: 0 15px;
        text-align: left
    }

    .about > div .show-ico-reduce:after {
        content: " ";
        height: 1px;
        border-top: 0 solid #555;
        position: absolute;
        left: 4px;
        width: 15px;
        top: 11px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

.position-title-choose-bg {
    position: relative;
    margin-bottom: 10px
}

.position-title-choose-bg:after {
    left: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    border-top: 1px dashed rgba(200, 200, 200, 0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
}

.about-container {
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .about-container {
        width: 100%;
        margin-top: 0
    }
}

.about-banner img {
    display: block;
    width: 100%;
    height: auto
}

@media screen and (max-width: 767px) {
    .about-banner img {
        display: block;
        width: auto;
        height: 200px
    }
}

.options {
    float: left;
    width: 190px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.options ul {
    overflow: hidden;
    width: 188px
}

.options ul li {
    height: 35px;
    line-height: 35px;
    padding-left: 20px;
    cursor: pointer;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.options ul li:hover {
    color: #555
}

@media screen and (max-width: 767px) {
    .options {
        display: none
    }
}

.option-checked:after {
    top: 7px;
    left: 0;
    position: absolute;
    content: " ";
    width: 2px;
    height: 20px;
    background-color: #000
}

.content-container {
    float: left;
    width: 1010px
}

@media screen and (max-width: 767px) {
    .content-container {
        width: 100%;
        float: none
    }
}

.company-introduce {
    line-height: 2.2
}

@media screen and (max-width: 767px) {
    .company-introduce {
        padding: 0 15px
    }
}

.company-band, .company-success, .company-history {
    margin-top: 50px
}

.company-band p, .company-success p, .company-history p {
    line-height: 25px
}

@media screen and (max-width: 767px) {
    .company-band, .company-success, .company-history {
        margin-top: 25px
    }

    .company-band p, .company-success p, .company-history p {
        padding: 0 15px;
        line-height: 25px
    }
}

.title-common {
    font-size: 18px;
    margin-bottom: 15px
}

.hide_ {
    display: none
}

.coolpad-news {
    overflow: hidden
}

.news-content {
    float: left;
    width: 700px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100px
}

.news-list {
    width: 310px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 40px
}

@media screen and (max-width: 767px) {
    .news-list {
        display: none
    }
}

.news-content .news-banner a {
    width: 100%
}

.news-content .news-banner a img {
    width: 100%;
    height: auto
}

.news-content .news-banner p {
    color: #4baef0;
    font-size: 16px;
    padding-top: 10px
}

.news-content .news-banner > div {
    margin-top: 15px
}

@media screen and (max-width: 767px) {
    .news-content {
        width: 100%
    }

    .news-content .news-banner {
        padding: 0;
        margin: 0;
        margin-bottom: 30px
    }

    .news-content .news-banner a {
        display: block
    }

    .news-content .news-banner > p {
        padding-top: 10px;
        padding-left: 5px;
        padding-right: 5px
    }

    .news-content .news-banner > div {
        padding: 0 5px;
        margin-top: 10px
    }
}

.news-date {
    background-color: #f6f6f6;
    border-radius: 5px;
    padding: 3px 5px;
    font-size: 12px;
    margin-right: 10px
}

.news-flag {
    background-color: #6b6e6a;
    border-radius: 5px;
    padding: 1px 5px;
    color: #fff;
    font-size: 12px
}

.news-picturs {
    margin-top: 70px;
    overflow: hidden
}

.news-picturs > div {
    width: 50%;
    float: left;
    height: 265px;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .news-picturs {
        margin-top: 0;
        padding: 0 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden
    }

    .news-picturs > div {
        width: 50%;
        float: left;
        height: 190px;
        overflow: hidden
    }
}

.news-picturs > div:nth-child(odd) {
    text-align: left
}

.news-picturs > div:nth-child(odd) > a {
    margin-right: 10px
}

.news-picturs > div:nth-child(even) {
    text-align: right
}

.news-picturs > div:nth-child(even) > a {
    margin-left: 10px
}

.news-picturs > div:nth-child(even) div label {
    margin-left: 10px
}

.news-pictures-node {
    margin-bottom: 45px
}

.news-pictures-node a {
    display: block
}

.news-pictures-node a img {
    height: 160px;
    width: auto
}

.news-pictures-node p {
    color: #4baef0;
    padding-top: 10px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left
}

.news-pictures-node > div {
    margin-top: 15px;
    text-align: left
}

@media screen and (max-width: 767px) {
    .news-pictures-node {
        margin-bottom: 15px
    }

    .news-pictures-node a img {
        height: 120px;
        width: auto
    }

    .news-pictures-node p {
        font-size: 14px
    }

    .news-pictures-node > div {
        margin-top: 10px;
        text-align: left
    }
}

@media screen and (max-width: 767px) {
    .join-us {
        padding: 0 10px;
        padding-top: 20px
    }

    .join-us > div:nth-child(1) {
        display: none
    }

    .join-us > div:nth-child(2) {
        display: none
    }
}

.news-center > p {
    font-weight: 700
}

.news-center .news-center-nodes {
    margin-top: 30px;
    overflow: hidden
}

.news-center .news-center-nodes > div {
    width: 90px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 12px
}

.news-center .news-center-nodes > div span {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 25px;
    border: 1px solid #4baef0;
    border-radius: 5px;
    color: #4baef0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    line-height: 25px
}

.news-center .news-center-nodes > div span:hover {
    border: 1px solid #007dbc
}

.news-center .news-center-nodes > div .choose_border {
    border: solid 1px #007dbc
}

.news-center-nodes > div:nth-child(3n+1) {
    padding-right: 6px;
    width: 88px
}

.news-center-nodes > div:nth-child(3n+2) {
    padding: 0 6px;
    width: 94px
}

.news-center-nodes > div:nth-child(3n+3) {
    padding-left: 6px;
    width: 88px
}

.news-media {
    margin-top: 15px
}

.news-media > p {
    font-weight: 900
}

.news-media ul {
    margin-top: 10px
}

.news-media ul li {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.news-media ul li label {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #6b6e6a;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    line-height: 16px;
    margin-right: 10px;
    color: #fff
}

.news-media ul li a:hover {
    color: #ddd
}

.news-media ul li a {
    color: initial
}

.news-media ul li:nth-child(1) a, .news-media ul li:nth-child(2) a, .news-media ul li:nth-child(3) a {
    color: #4baef0
}

.news-media ul li:nth-child(1) a label, .news-media ul li:nth-child(2) a label, .news-media ul li:nth-child(3) a label {
    background-color: #4baef0
}

.jop-city-common {
    font-weight: 500
}

.jop-city-common label {
    margin-right: 5px;
    font-size: 16px
}

.jop-city-common span {
    margin-right: 20px;
    cursor: pointer
}

.jop-city-common span:hover {
    color: #6b6e6a
}

@media screen and (max-width: 767px) {
    .jop-city-common {
        display: none
    }

    .jop-city-common label, .jop-city-common span {
        height: 30px;
        line-height: 30px;
        font-size: 16px
    }

    .jop-city-common span:active {
        color: #4baef0
    }

    .jop-city-common span:hover {
        color: #4baef0
    }
}

.checkedStyle {
    color: #4baef0
}

.common-top {
    margin-top: 20px
}

.join-serach {
    position: relative
}

.join-serach .join-keyword {
    border: 1px solid #4baef0;
    height: 30px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 250px;
    padding-left: 10px;
    padding-right: 85px;
    line-height: 30px
}

.join-serach .join-btn-search {
    background-color: #4baef0;
    width: 80px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 170px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    text-align: center;
    cursor: pointer
}

.join-serach .join-btn-search:active {
    background-color: rgba(71, 165, 225, 0.7)
}

@media screen and (max-width: 767px) {
    .join-serach .join-keyword {
        width: 100%
    }

    .join-serach .join-btn-search {
        width: 80px;
        top: 0;
        bottom: 0;
        right: 0;
        left: auto
    }
}

.descript-bg {
    background-color: #fbfbfb
}

.join-page {
    margin-top: 30px
}

.join-page ul {
    width: 350px;
    margin: 0 auto;
    height: 30px
}

.join-page ul li {
    font-size: 16px;
    float: left;
    width: 50px;
    height: 100%;
    line-height: 30px;
    text-align: center;
    color: #656565
}

.join-page ul li:first-child, .join-page ul li:last-child {
    font-size: 20px;
    line-height: 27px
}

.join-page ul li:hover {
    cursor: pointer;
    text-decoration: underline
}

@media screen and (max-width: 767px) {
    .join-page ul {
        width: 280px;
        margin: 0 auto;
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .join-page ul li {
        font-size: 16px;
        float: none;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 50px;
        height: 100%;
        line-height: 30px;
        text-align: center;
        color: #656565
    }

    .join-page ul li:first-child, .join-page ul li:last-child {
        position: relative;
        margin-top: 4px;
        font-size: 20px;
        line-height: none;
        display: inline-block;
        height: 100%
    }

    .join-page ul li:first-child:before, .join-page ul li:last-child:before {
        height: auto;
        width: auto;
        vertical-align: top
    }

    .join-page ul li:hover {
        cursor: pointer;
        text-decoration: underline
    }
}

.join-page .current-color {
    color: #4baef0
}

.jop-desctri-title {
    margin-top: 10px;
    line-height: 50px;
    padding-left: 20px
}

.jop-ability {
    margin-top: 20px;
    line-height: 50px;
    padding-left: 20px
}

.mytextarea {
    line-height: 30px;
    padding-left: 35px
}

.jop-join {
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing:3px;
}

@media screen and (max-width: 767px) {
    .jop-join {
        padding-left: 0
    }
}

.send-email {
    margin-left: 35px;
    margin-top: 20px;
    background-color: #4baef0;
    padding: 5px 15px;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    margin-bottom: 40px;
    font-size: 14px
}

.send-email:hover {
    background-color: rgba(71, 165, 225, 0.7)
}

.jop-join-common {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto
}

.jop-join-common li {
    float: left;
    line-break: 40px;
    height: 40px;
    font-weight: 500;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap
}

.jop-join-common li:nth-child(1) {
    width: 25%;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.jop-join-common li:nth-child(2) {
    width: 25%
}

.jop-join-common li:nth-child(3) {
    width: 25%
}

.jop-join-common li:nth-child(4) {
    width: 20%
}

.jop-join-common li:nth-child(5) {
    width: 5%
}

@media screen and (max-width: 767px) {
    .jop-join-common li:nth-child(1) {
        width: 25%;
        padding-left: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .jop-join-common li:nth-child(2) {
        width: 25%
    }

    .jop-join-common li:nth-child(3) {
        width: 25%
    }

    .jop-join-common li:nth-child(4) {
        width: 20%
    }

    .jop-join-common li:nth-child(5) {
        width: 5%
    }
}

.jop-join-content {
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.jop-join-content li {
    border-bottom: 2px solid #f5f5f5;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.jop-join-content li div:nth-child(1) {
    height: 60px;
    overflow: hidden;
    width: 100%
}

.jop-join-content li div:nth-child(1):hover {
    background-color: #fbfbfb
}

.jop-join-content li div:nth-child(2) {
    color: #656565
}

.jop-join-content li span {
    display: inline-block;
    float: left;
    line-height: 60px;
    height: 60px;
    font-size: 14px;
    color: #656565
}

.jop-join-content li span:nth-child(1) {
    width: 25%;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.jop-join-content li span:nth-child(2) {
    width: 25%
}

.jop-join-content li span:nth-child(3) {
    width: 25%
}

.jop-join-content li span:nth-child(4) {
    width: 20%
}

.jop-join-content li span:nth-child(5) {
    width: 5%
}

.jop-join-content li span:nth-child(5) i {
    font-size: 12px;
    line-height: 60px
}

.jop-join-content li span:nth-child(5) i:hover {
    cursor: pointer
}

@media screen and (max-width: 767px) {
    .jop-join-content li span:nth-child(1) {
        padding-left: 10px
    }
}

.jop-join-title {
    border-bottom: 2px solid #f5f5f5;
    height: 60px;
    line-height: 60px;
    margin-top: 30px
}

.news-info {
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .news-info {
        margin: 10px
    }
}

.select-btn-box {
    display: none
}

@media screen and (max-width: 767px) {
    .select-btn-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .select-btn-box .select-btn {
        margin-top: 13px;
        margin-right: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 14px;
        font-weight: 100;
        border-radius: 5px;
        border: solid 1px #e8e8e8;
        height: 35px;
        line-height: 35px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left;
        padding-left: 15px
    }

    .select-btn-box .select-btn .caret-ico {
        float: right;
        margin-right: 10px;
        line-height: 33px
    }

    .select-btn-box .select-btn:nth-child(1) {
        margin-right: 5px
    }

    .select-btn-box .select-btn:nth-child(2) {
        margin-left: 5px
    }
}

.select-items {
    display: none
}

@media screen and (max-width: 767px) {
    .select-items {
        z-index: 999999;
        border: 1px solid #e8e8e8;
        width: 250px;
        position: fixed;
        height: 250px;
        overflow: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        top: 54px;
        border-radius: 5px;
        background-color: #fcfcfc;
        -webkit-box-shadow: 0 0 0 1px #fff inset;
        box-shadow: 0 0 0 1px #fff inset;
        left: 50%;
        top: 50%;
        margin-left: -125px;
        margin-top: -125px;
        -webkit-box-shadow: 0 3px 8px 3px rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 8px 3px rgba(0, 0, 0, 0.1)
    }

    .select-items li {
        height: 50px;
        line-height: 50px;
        padding-left: 25px;
        position: relative;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .select-items li:after {
        left: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 100%;
        height: 1px;
        border-top: 1px solid rgba(121, 121, 121, 0.2);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5)
    }

    .select-items li i {
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -8px;
        font-size: 14px;
        color: #4baef0
    }

    .select-items li:hover {
        background-color: #f4f4f4
    }

    .select-items .server-key-contain {
        margin: 5px
    }

    .select-items .server-key-contain input {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 30px;
        width: 100%;
        border-radius: 3px;
        border: #eee 1px solid;
        padding: 0 5px;
        line-height: 30px
    }
}
.about-container .our-company-text {
    padding: 4px 45px 0 0
}

.about-container .our-company-text h3 {
    font-size: 20px;
    margin: 0 0 13px
}

.about-container .our-company-text p {
    font-size: 17px;
    /*color: #969696;*/
    line-height: 23px;
    margin: 15px 0 0;
    letter-spacing:3px;
}