body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
form,
button,
input,
textarea,
th,
td {
    font-weight: normal;
    margin: 0;
    padding: 0
}

body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
i {
    font: normal 12px BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

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

a {
    text-decoration: none;
    color: #333
}

a:hover {
    text-decoration: none
}

img {
    vertical-align: top;
    border: 0
}

button,
input,
textarea {
    font-size: 100%;
    vertical-align: middle;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    border: none;
    background: none
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

div,
a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

html {
    font-size: 100px
}

@media screen and (min-width: 320px) {
    html {
        font-size: 85.33333px
    }
}

@media screen and (min-width: 360px) {
    html {
        font-size: 96px
    }
}

@media screen and (min-width: 375px) {
    html {
        font-size: 100px
    }
}

@media screen and (min-width: 480px) {
    html {
        font-size: 128px
    }
}

@media screen and (min-width: 640px) {
    html {
        font-size: 170.66667px
    }
}

@media screen and (min-width: 750px) {
    html {
        font-size: 200px
    }
}

.clearfloat:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ' '
}

.clearfloat {
    *zoom: 1
}

.clearboth {
    clear: both
}

.wp1600 {
    width: 1600px;
    margin: 0 auto
}

@media screen and (max-width: 1700px) {
    .wp1600 {
        width: 1440px
    }
}

@media screen and (max-width: 1540px) {
    .wp1600 {
        width: 1366px
    }
}

@media screen and (max-width: 1400px) {
    .wp1600 {
        width: 1200px
    }
}

@media screen and (max-width: 1250px) {
    .wp1600 {
        width: 1024px
    }
}

@media screen and (max-width: 1024px) {
    .wp1600 {
        width: auto;
        margin: 0 .15rem
    }
}

.wp1390 {
    width: 1390px;
    margin: 0 auto
}

@media screen and (max-width: 1490px) {
    .wp1390 {
        width: 1250px
    }
}

@media screen and (max-width: 1400px) {
    .wp1390 {
        width: 1100px
    }
}

@media screen and (max-width: 1024px) {
    .wp1390 {
        width: auto;
        margin: 0 .15rem
    }
}

.wp1200 {
    width: 1200px;
    margin: 0 auto;
    max-width: 100%
}

.wp1140 {
    width: 1140px;
    margin: 0 auto;
    max-width: 100%
}

.checkBrowser {
    font-size: 14px;
    line-height: 40px;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 50%;
    width: 700px;
    height: 40px;
    margin-left: -360px;
    padding: 0 10px;
    color: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #e6212a
}

.checkBrowser a {
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 10px;
    right: 5px;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    text-align: center;
    color: #333;
    border-radius: 50%;
    background-color: #fff
}

@font-face {
    font-family: 'Nexa Bold';
    src: url("../font/Nexa Bold.eot");
    src: local("☺"), url("../font/Nexa Bold.woff") format("woff"), url("../font/Nexa Bold.ttf") format("truetype"), url("../font/Nexa Bold.svg") format("svg")
}

.paged {
    padding-top: 30px;
    text-align: center
}

.paged a,
.paged .p_info,
.paged .current {
    display: inline-block;
    margin: 0 3px 2px;
    padding: 0 15px;
    font-size: 13px;
    text-align: center;
    border: 1px solid #dedede;
    background: #fff;
    color: #8b8b8b;
    border-radius: 4px;
    height: 40px;
    line-height: 40px
}

.paged .current,
.paged a:hover {
    border: 1px solid #0ba29a;
    background: #0ba29a;
    color: #fff
}

.header {
    position: fixed;
    z-index: 50;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%
}

.header>.wp1600 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: .5rem;
    position: relative
}

.header .logo a {
    display: block
}

@media screen and (max-width: 1024px) {
    .header {
        display: none
    }
}

.header-sub {
    position: absolute;
    top: .5rem;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    font-size: 0
}

.header-sub .wp1600 {
    position: relative
}

.header-sub .sub-list {
    font-size: 0;
    display: none;
    vertical-align: top;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.header-sub .sub-list.show {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.header-sub .sub-list li {
    display: inline-block;
    vertical-align: top
}

.header-sub .sub-list li a {
    width: 150px;
    height: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    color: #666;
    text-align: center;
    position: relative
}

.header-sub .sub-list li a:hover {
    color: #0ba29a
}

.header-sub .sub-list li a:hover .front {
    display: none
}

.header-sub .sub-list li a:hover .back {
    display: block
}

.header-sub .sub-list li .img {
    width: 64px;
    height: 64px;
    margin-bottom: 10px
}

.header-sub .sub-list li .img img {
    width: 100%;
    height: 100%
}

.header-sub .sub-list li .front {
    display: block
}

.header-sub .sub-list li .back {
    display: none
}

.header-mobile {
    display: none;
    height: .55rem;
    background-color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 .15rem;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    z-index: 110
}

.header-mobile .logo a {
    display: block
}

.header-mobile .logo a img {
    height: .3rem
}

.header-mobile .btn-icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: .55rem;
    margin-left: .15rem;
    font-size: .2rem;
    color: #000
}

.header-mobile .btn-icon .lang {
    width: .2rem;
    height: .2rem;
    border-radius: 100%;
    text-align: center;
    line-height: .2rem;
    background-color: #0ba29a;
    color: #fff;
    font-size: .1rem
}

@media screen and (max-width: 1024px) {
    .header-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
}

.header-other {
    font-size: 0;
    text-align: right
}

.nav {
    display: inline-block;
    vertical-align: top
}

.nav>li {
    display: inline-block;
    vertical-align: top
}

.nav>li>a {
    display: block;
    padding: 0 24px;
    height: .5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px
}

.nav>li>a span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: .5rem;
    border-bottom: 2px solid transparent;
    color: #000
}

.nav>li.on>a span,
.nav>li.hover>a span,
.nav>li:hover>a span {
    border-bottom-color: #0ba29a;
    color: #0ba29a
}

.header-tool {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    margin-left: 30px
}

.header-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: .5rem;
    cursor: pointer;
    z-index: 10
}

.header-search .icon {
    font-size: 22px;
    color: #000
}

.header-search:hover .header-search-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.header-search-box {
    position: absolute;
    top: 70px;
    right: 0;
    display: none;
    width: 240px;
    background-color: #fff;
    z-index: 5;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

.header-search-box .input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

.header-search-box .input input {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 42px;
    padding: 0 10px;
    font-size: 14px;
    color: #333
}

.header-search-box button {
    font-size: 16px;
    width: 40px;
    height: 42px;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 42px;
    text-align: center;
    color: #000;
    cursor: pointer
}

.header-lang {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: .5rem;
    margin-left: 15px
}

.header-lang a {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    text-align: center;
    line-height: 24px;
    background-color: #0ba29a;
    color: #fff;
    font-size: 11px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}

.header-lang a:hover {
    background-color: #0dbab1
}

.inside-banner {
    width: 100%;
    margin-top: .5rem
}

.inside-banner img {
    display: block;
    width: 100%
}

@media screen and (max-width: 1024px) {
    .inside-banner {
        margin-top: .55rem
    }
}

@media screen and (max-width: 800px) {
    .inside-banner {
        display: none
    }
}

.inside-banner-mobile {
    position: relative;
    width: 100%;
    padding-top: 53.33333%;
    overflow: hidden;
    display: none;
    margin-top: .55rem
}

.inside-banner-mobile img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width: 800px) {
    .inside-banner-mobile {
        display: block
    }
}

.inside-menu {
    background-color: #fefefe;
    border-bottom: 2px solid #f0efed;
    overflow: hidden
}

.inside-menu-sub {
    border-bottom: 1px solid #d9d9d9;
    background-color: #fff;
    overflow: hidden
}

.inside-swiper {
    overflow: hidden
}

.inside-swiper .swiper-wrapper {
    font-size: 0;
    padding: 12px 0
}

@media screen and (max-width: 750px) {
    .inside-swiper .swiper-wrapper {
        padding: 10px 0
    }
}

.inside-swiper .swiper-slide {
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 0 5px
}

.inside-swiper .swiper-slide a {
    padding: 0 20px;
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 34px;
    height: 34px;
    border-radius: 16px;
    color: #666;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}

@media screen and (max-width: 750px) {
    .inside-swiper .swiper-slide a {
        font-size: 14px;
        line-height: 32px
    }
}

.inside-swiper .swiper-slide.on a,
.inside-swiper .swiper-slide:hover a {
    color: #fff;
    background-color: #0ba29a
}

.inside-swiper .swiper-button-next,
.inside-swiper .swiper-button-prev {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    outline: none
}

.inside-swiper .swiper-button-next.swiper-button-disabled,
.inside-swiper .swiper-button-prev.swiper-button-disabled {
    pointer-events: auto
}

.inside-swiper:hover .swiper-button-next.can-show,
.inside-swiper:hover .swiper-button-prev.can-show {
    opacity: 1;
    visibility: visible
}

.inside-swiper-sub {
    background-color: #fff;
    border-bottom: 1px solid #f0efed
}

.inside-swiper-sub .swiper-slide {
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 0 10px
}

.inside-swiper-sub .swiper-slide a {
    padding: 0 20px;
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 54px;
    height: 54px;
    color: #666;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    border-bottom: 2px solid transparent
}

@media screen and (max-width: 750px) {
    .inside-swiper-sub .swiper-slide a {
        font-size: 14px;
        line-height: 36px;
        height: 36px
    }
}

.inside-swiper-sub .swiper-slide.on a,
.inside-swiper-sub .swiper-slide:hover a {
    color: #0ba29a;
    border-bottom-color: #0ba29a
}

.nav-mobile {
    position: absolute;
    width: 2.65rem;
    top: .98rem;
    left: 0;
    bottom: 0;
    z-index: 103;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    -moz-transition: transform .4s ease, -moz-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease
}

.nav-mobile.anim {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.nav-mobile-con {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9902;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.nav-mobile-con .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 102
}

.nav-mobile-top {
    width: 100%;
    height: .55rem;
    line-height: .55rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .25rem;
    background-color: #393939;
    font-size: .15rem;
    color: #fff;
    z-index: 103;
    position: absolute;
    top: 0;
    left: 0
}

.nav-mobile-search {
    position: absolute;
    left: 0;
    top: .55rem;
    background-color: #f5f5f5;
    padding: .09rem .2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 104;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.nav-mobile-search input[type="text"] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: .25rem;
    line-height: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    font-size: .13rem;
    background: none
}

.nav-mobile-search button {
    width: .4rem;
    height: .25rem;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    background: none;
    font-size: .2rem;
    color: #555
}

.nav-mobile-wp {
    position: relative
}

.nav-mobile-title {
    position: relative;
    margin: 0 .25rem;
    border-bottom: 1px solid #ededed
}

.nav-mobile-title>a {
    position: relative;
    display: block;
    line-height: .42rem;
    font-size: .14rem;
    color: #333;
    z-index: 2;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%
}

.nav-mobile-child-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: right;
    line-height: .42rem;
    font-size: .15rem;
    font-weight: bold;
    z-index: 1;
    color: #848484
}

.nav-mobile-child-btn span {
    display: inline-block;
    margin-right: .2rem
}

.nav-mobile-child-btn i {
    position: absolute;
    display: block;
    width: .2rem;
    height: 100%;
    top: 0;
    right: 0;
    color: #888;
    line-height: .42rem;
    text-align: center;
    font-size: .15rem;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    -moz-transition: transform .2s ease, -moz-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease, -moz-transform .2s ease
}

.nav-mobile-child-btn i:before {
    content: '>'
}

.nav-mobile-child-btn.open i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.nav-mobile-child-btn+a {
    display: inline-block;
    width: auto
}

.nav-mobile .sub {
    padding: 0 .2rem;
    display: none
}

.nav-mobile .sub li {
    border-bottom: 1px solid #ededed;
    padding-left: .15rem;
    position: relative;
    height: .42rem;
    overflow: hidden
}

.nav-mobile .sub li a {
    display: block;
    line-height: .42rem;
    font-size: .14rem;
    height: .42rem;
    color: #333;
    overflow: hidden
}

.inside-paged {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f6f6f6
}

.inside-paged li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    border-right: 1px solid #ddd
}

.inside-paged li:last-child {
    border-right: none
}

.inside-paged li:last-child a i {
    margin-left: 10px;
    margin-right: 0
}

.inside-paged li:first-child a i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.inside-paged li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 54px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    color: #000
}

.inside-paged li a i {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    color: #969696;
    margin-right: 10px
}

.inside-paged li a span {
    display: inline-block;
    vertical-align: top
}

.inside-paged li a:hover {
    color: #0ba29a
}

.inside-paged li a:hover i {
    color: #0ba29a
}

.article-swiper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    -ms-touch-action: none;
    touch-action: none;
    z-index: 8888
}

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

.article-swiper .swiper-pagination {
    bottom: 1em;
    color: #fff
}

.article-swiper .swiper-slide img {
    max-width: 95%;
    max-height: -moz-calc(100% - 6em);
    max-height: calc(100% - 6em);
    vertical-align: middle
}

.article-swiper .swiper-slide p {
    position: absolute;
    top: 1em;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    z-index: 22
}

.uweb-search {
    width: 1200px;
    max-width: 100%;
    margin: .42rem auto .5rem
}

.uweb-search-input-con {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 25px
}

.uweb-search-select-con {
    float: left;
    width: 37%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 25px
}

@media screen and (max-width: 750px) {
    .uweb-search-input-con,
    .uweb-search-select-con {
        float: none;
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px
    }
}

.uweb-search-top {
    position: relative;
    margin-bottom: 40px;
    height: 44px;
    width: 100%
}

.uweb-search-top-s .uweb-search-input-con {
    float: left;
    width: 87%
}

@media screen and (max-width: 750px) {
    .uweb-search-top {
        height: auto
    }
    .uweb-search-top-s .uweb-search-input-con {
        width: 100%
    }
}

.uweb-search-top-text {
    float: left;
    width: 80px;
    font-size: 14px;
    color: #666;
    line-height: 44px
}

.uweb-search-top-input {
    margin: 0 0 0 80px;
    height: 44px;
    border: 1px solid #e9e9e9
}

.uweb-search-top-input input {
    width: 100%;
    height: 100%;
    border: 0;
    font-size: 14px;
    padding: 0 20px
}

.uweb-search-top-button {
    float: left;
    width: 13%;
    height: 46px;
    background: #0ba29a;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    line-height: 46px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 0
}

.uweb-search-top-button:hover {
    opacity: .7
}

@media screen and (max-width: 750px) {
    .uweb-search-top-button {
        float: none;
        width: 100%
    }
}

.uweb-search-top-input2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 80px;
    height: 44px;
    border: 1px solid #e9e9e9
}

.uweb-search-top-input2 input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 0;
    font-size: 14px;
    padding: 0 20px
}

.uweb-search-top-text1 {
    float: left;
    width: 70px;
    font-size: 14px;
    color: #666;
    line-height: 44px
}

.uweb-search-top-select {
    position: relative;
    margin-left: 70px;
    height: 44px;
    border: 1px solid #e9e9e9;
    font-size: 14px;
    color: #999
}

.uweb-search-top-select:after {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #999
}

.uweb-search-top-select select {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100% !important;
    border: 0;
    padding: 0 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.uweb-search-top-select .customSelect {
    width: 100%;
    height: 100%;
    line-height: 42px;
    padding: 0 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width: 1200px) {
    .uweb-search-top-select {
        float: none;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: auto
    }
}

.uweb-search-content {
    margin: 40px -12px;
    font-size: 0
}

.uweb-search-content li {
    display: inline-block;
    vertical-align: top;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    height: 156px;
    margin-bottom: 30px
}

.uweb-search-content li a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #e9e9e9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 40px 30px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.uweb-search-content li a:hover {
    background: #f1f1f1
}

.uweb-search-content li a:hover .text {
    color: #0ba29a
}

.uweb-search-content li a:hover .btn {
    background: #0ba29a
}

.uweb-search-content li a .text {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden
}

.uweb-search-content li a .time {
    margin-top: 5px;
    font-size: 14px;
    font-family: "Arial";
    color: #999
}

.uweb-search-content li a .btn {
    margin-top: 20px;
    width: 95px;
    height: 28px;
    background: #999;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

@media screen and (max-width: 1200px) {
    .uweb-search-content {
        margin-right: 0;
        margin-left: 0
    }
    .uweb-search-content li:nth-child(2n+1) {
        padding: 0 12px 0 0
    }
    .uweb-search-content li:nth-child(2n) {
        padding: 0 0 0 12px
    }
}

@media screen and (max-width: 480px) {
    .uweb-search-content li {
        float: none;
        width: 100%;
        height: auto
    }
    .uweb-search-content li:nth-child(2n+1),
    .uweb-search-content li:nth-child(2n) {
        padding: 0
    }
    .uweb-search-content li a .text {
        max-height: none
    }
}

.uweb-search-tip-con {
    margin: 40px auto;
    width: 1200px;
    max-width: 100%;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .5rem;
    text-align: center
}

.uweb-search-tip-con .title {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px
}

.uweb-search-tip-con .tips {
    font-size: 14px;
    color: orange;
    font-weight: bold;
    line-height: 28px;
    width: 900px;
    margin: 0 auto 10px;
    max-width: 100%
}

.uweb-search-tip-con .p {
    font-size: 14px;
    color: #333;
    line-height: 28px;
    margin-bottom: 10px
}

.uweb-search-tip-con .num {
    color: red;
    padding: 0 3px;
    text-decoration: underline
}

.uweb-search-tip-con .tip-btn {
    display: block;
    width: 140px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    background: red;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0 auto;
    cursor: pointer
}

.uweb-search-tip-con .tip-btn:hover {
    background: #f33
}

.tips-popup {
    display: none
}

.tips-popup.show .tips-popup-mask {
    opacity: 1
}

.tips-popup.show .tips-popup-box {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.tips-popup-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.tips-popup-box {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: table;
    margin: auto;
    table-layout: fixed;
    padding: 18px 24px 8px;
    width: 320px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    z-index: 9001;
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

@media screen and (max-width: 414px) {
    .tips-popup-box {
        max-width: -moz-calc(100% - .4rem);
        max-width: calc(100% - .4rem);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
}

.tips-popup-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px
}

.tips-popup-head .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    padding-top: 1px;
    line-height: 22px;
    font-size: 16px;
    color: #000
}

.tips-popup-close {
    margin: 5px 0 0 10px;
    width: 14px;
    height: 14px;
    background: url(../images/tips_icon.png) top -130px left no-repeat;
    opacity: .7;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.tips-popup-close:hover {
    opacity: 1
}

.tips-popup-content {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #666
}

.tips-popup-footer {
    padding: 4px 0;
    text-align: right;
    font-size: 0
}

.tips-popup-footer li {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    padding: 8px 15px;
    line-height: 1;
    font-size: 12px;
    white-space: nowrap;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.tips-popup-footer li:hover {
    opacity: .8
}

.tips-popup-footer .cancle-btn {
    color: #666;
    background-color: #fff;
    border-color: #dcdfe6
}

.tips-popup-footer .submit-btn {
    color: #fff
}

.tips-popup .tips-icon {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    background-image: url(../images/tips_icon.png);
    background-repeat: no-repeat
}

.tips-popup .tips-icon-success {
    background-position: 0 -104px
}

.tips-popup .tips-icon-question {
    background-position: 0 -78px
}

.tips-popup .tips-icon-info {
    background-position: 0 -52px
}

.tips-popup .tips-icon-error {
    background-position: 0 -26px
}

.tips-popup .tips-icon-alert {
    background-position: 0 0
}

.tips-popup-icon {
    padding-left: 20px;
    padding-right: 20px
}

.tips-popup-icon .tips-popup-content {
    padding-left: 34px
}

.captcha-title {
    height: 42px;
    width: 100%;
    text-align: center;
    border-radius: 2px;
    background-color: #f3f3f3;
    color: #bbb;
    font-size: 14px;
    letter-spacing: .1px;
    line-height: 42px
}

.captcha-show {
    display: none;
    height: 42px;
    width: 100%;
    text-align: center;
    border-radius: 2px;
    background-color: #f3f3f3
}

.captcha-loading {
    margin: auto;
    width: 70px;
    height: 20px
}

.captcha-loading-dot {
    float: left;
    width: 8px;
    height: 8px;
    margin: 18px 4px;
    background: #ccc;
    border-radius: 50%;
    opacity: 0;
    -webkit-box-shadow: 0 0 2px black;
    box-shadow: 0 0 2px black;
    -webkit-animation: loadingFade 1s infinite;
    -moz-animation: loadingFade 1s infinite;
    animation: loadingFade 1s infinite
}

.captcha-loading-dot:nth-child(2) {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    animation-delay: .1s
}

.captcha-loading-dot:nth-child(3) {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    animation-delay: .2s
}

.captcha-loading-dot:nth-child(4) {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    animation-delay: .3s
}

@-webkit-keyframes loadingFade {
    0% {
        opacity: 0
    }
    50% {
        opacity: .8
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes loadingFade {
    0% {
        opacity: 0
    }
    50% {
        opacity: .8
    }
    100% {
        opacity: 0
    }
}

@keyframes loadingFade {
    0% {
        opacity: 0
    }
    50% {
        opacity: .8
    }
    100% {
        opacity: 0
    }
}

.about-con {
    background-color: #fff;
    padding: .5rem 0
}

.about-article {
    line-height: 36px;
    color: #666;
    font-size: 18px
}

.about-article p {
    margin-bottom: 18px
}

.about-article img {
    max-width: 100%;
    height: auto !important
}

.about-article ul {
    list-style: disc
}

.about-article ul li {
    list-style: disc
}

.about-article ol {
    list-style: decimal
}

.about-article ol li {
    list-style: decimal
}

@media screen and (max-width: 750px) {
    .about-article {
        font-size: 16px;
        line-height: 32px
    }
}

.about-article-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

@media screen and (max-width: 1024px) {
    .about-article-flex {
        display: block
    }
}

.about-article-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    margin-right: .3rem
}

@media screen and (max-width: 1024px) {
    .about-article-info {
        margin-right: 0;
        margin-bottom: .2rem
    }
}

.about-article-top {
    padding-top: .25rem;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: .15rem
}

@media screen and (max-width: 800px) {
    .about-article-top {
        padding-top: 0
    }
}

.about-article-top:after {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    background-color: #0ba29a;
    width: 23px;
    height: 4px;
    content: ''
}

.about-article-top .en {
    display: inline-block;
    vertical-align: top;
    font-size: 46px;
    line-height: 60px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold
}

.about-article-top .en:first-letter {
    color: #0ba29a
}

.about-article-top .cn {
    display: inline-block;
    vertical-align: top;
    font-size: 36px;
    line-height: 60px;
    color: #000
}

@media screen and (max-width: 750px) {
    .about-article-top .en {
        font-size: 36px;
        line-height: 50px
    }
    .about-article-top .cn {
        font-size: 30px;
        line-height: 50px
    }
}

.about-company {
    position: relative;
    z-index: 2;
    padding: .55rem 0 .35rem
}

.about-company .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px
}

.about-company .bg img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about-company .title {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: .35rem
}

.about-company .title .t {
    color: #fff;
    font-size: 34px;
    margin-bottom: 10px
}

.about-company .title .b {
    font-size: 40px;
    color: #0ba29a
}

@media screen and (max-width: 750px) {
    .about-company .title .t {
        font-size: 28px
    }
    .about-company .title .b {
        font-size: 32px
    }
}

.about-company-list {
    width: 1390px;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 1490px) {
    .about-company-list {
        width: 1250px
    }
}

@media screen and (max-width: 1400px) {
    .about-company-list {
        width: 1100px
    }
}

.about-company-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-bottom: .2rem;
    background-color: #ededed
}

.about-company-list li:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.about-company-list .img {
    width: 650px
}

.about-company-list .img img {
    display: block;
    width: 100%
}

.about-company-list .box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-company-list .info {
    padding: 0 .35rem
}

.about-company-list .info .t {
    font-size: 24px;
    color: #333;
    margin-bottom: .1rem
}

.about-company-list .info .p {
    font-size: 18px;
    line-height: 36px;
    color: #727272
}

@media screen and (max-width: 750px) {
    .about-company-list .info .t {
        font-size: 20px
    }
    .about-company-list .info .p {
        font-size: 16px;
        line-height: 32px
    }
}

@media screen and (max-width: 1024px) {
    .about-company-list {
        width: auto;
        margin: 0 .15rem
    }
    .about-company-list li {
        display: block
    }
    .about-company-list li .img {
        width: 100%
    }
    .about-company-list li .info {
        padding: .2rem
    }
}

.footer {
    text-align: center;
    padding: 30px .15rem;
    background-color: #444;
    font-size: 14px;
    color: #999;
    line-height: 24px
}

.footer a {
    color: #999
}

.footer a:hover {
    color: #0ba29a;
    text-decoration: underline
}

@media screen and (max-width: 800px) {
    .footer span {
        display: block
    }
}

.footer-box {
    padding: .3rem 0;
    background-color: #ededed
}

@media screen and (max-width: 800px) {
    .footer-box {
        display: none
    }
}

.footer-box .wp1600 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-box .left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

.footer-box .footer-ewm {
    text-align: center;
    width: 178px
}

.footer-box .footer-ewm img {
    display: block;
    width: 100%
}

.footer-box .footer-ewm p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-top: 8px
}

.fast-link {
    display: inline-block;
    vertical-align: top
}

.fast-link dl {
    display: inline-block;
    vertical-align: top;
    min-width: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px
}

.fast-link dt {
    margin-bottom: 22px
}

.fast-link dt a {
    font-size: 16px;
    color: #333
}

.fast-link dt a:hover {
    color: #0ba29a
}

.fast-link dd {
    margin-bottom: 10px
}

.fast-link dd a {
    font-size: 14px;
    line-height: 24px;
    color: #666
}

.fast-link dd a:hover {
    color: #0ba29a
}

.footer-contact {
    display: inline-block;
    vertical-align: top;
    max-width: 230px
}

.footer-contact .dt {
    margin-bottom: 16px
}

.footer-contact .dt a {
    font-size: 16px;
    color: #333
}

.footer-contact .dt a:hover {
    color: #0ba29a
}

.footer-contact .p {
    font-size: 14px;
    color: #666;
    line-height: 35px
}

.culture-con {
    padding: .4rem .15rem;
    background-color: #fff
}

.culture-list {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%
}

.culture-list li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 500px;
    background-color: #f6f6f6
}

.culture-list li:nth-child(2n+1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.culture-list .img {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.culture-list .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.culture-list .info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.culture-list .t {
    font-weight: bold;
    font-size: 30px;
    color: #0ba29a;
    margin-bottom: 15px
}

.culture-list .p {
    font-size: 20px;
    line-height: 36px;
    color: #727272
}

@media screen and (max-width: 800px) {
    .culture-list {
        display: block
    }
    .culture-list li {
        display: block;
        height: auto
    }
    .culture-list .img {
        display: block
    }
    .culture-list .img img {
        position: static
    }
    .culture-list .info {
        padding: .2rem
    }
}

.map-text-con {
    position: relative;
    border: 1px solid #dedede;
    margin-bottom: 15px;
    background-color: #fff
}

.map-text-con .map-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    height: 192px;
    padding-left: 70px;
    padding-top: 45px;
    border-right: 1px solid #ededed
}

.map-text-con .map-box:hover {
    background-color: #fbfbfb
}

.map-text-con .map-box.active {
    background-color: #fbfbfb
}

.map-text-con .num {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 8px;
    border-radius: 50%;
    background-color: #0ba29a;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    font-family: 'Arial';
    color: #fff
}

.map-text-con .right {
    overflow: hidden
}

.map-text-con .right h4 {
    font-size: 18px;
    color: #444;
    padding-top: 2px;
    padding-bottom: 10px
}

.map-text-con .right p {
    line-height: 24px;
    font-size: 14px;
    color: #777
}

.map-text-con .right em {
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    margin-right: 5px
}

.map-text-con .prev-btn {
    z-index: 10;
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    left: -60px;
    background: url("../images/icon20.png") no-repeat;
    background-size: 100%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    outline: none
}

.map-text-con .next-btn {
    z-index: 10;
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    right: -60px;
    background: url("../images/icon20.png") no-repeat;
    background-size: 100%;
    outline: none
}

.map-main-con {
    padding: 15px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    -webkit-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.2)
}

.map-main-con .map {
    height: 480px
}

.map-main-con .BMap_bubble_title {
    font-size: 16px;
    font-weight: bold
}

@media (max-width: 1320px) {
    .map-text-con .map-box {
        padding-left: 40px;
        padding-top: 45px
    }
    .map-text-con .prev-btn {
        left: 10px
    }
    .map-text-con .next-btn {
        right: 10px
    }
}

@media (max-width: 1000px) {
    .map-text-con .swiper-container {
        height: 3.6rem
    }
    .map-text-con .map-box {
        height: 100%;
        padding-top: .2rem;
        padding-left: .2rem;
        border-right: 0;
        border-bottom: 1px solid #ededed
    }
    .map-text-con .prev-btn {
        display: none
    }
    .map-text-con .next-btn {
        display: none
    }
}

.product-list-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.product-list-wrap .list {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width: 1024px) {
    .product-list-wrap .list {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 20px
    }
}

.product-list-wrap .item {
    position: relative;
    display: block;
    width: 100%
}

.product-list-wrap .item:hover .img-box::before {
    visibility: visible;
    opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100)
}

.product-list-wrap .item:hover .img-box img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.product-list-wrap .item:hover .msg-box {
    visibility: hidden;
    opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0)
}

@media screen and (max-width: 1024px) {
    .product-list-wrap .item:hover .msg-box {
        visibility: visible;
        opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100)
    }
}

.product-list-wrap .item:hover .hover-box {
    visibility: visible;
    opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.product-list-wrap .img-box {
    position: relative;
    width: 100%;
    padding-top: 88.54167%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e8e8e8
}

.product-list-wrap .img-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    -o-transition: .4s ease all;
    transition: .4s ease all
}

.product-list-wrap .img-box img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    -o-transition: .4s ease all;
    transition: .4s ease all
}

.product-list-wrap .msg-box {
    padding: 20px 20px 0;
    visibility: visible;
    opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    -o-transition: .4s ease all;
    transition: .4s ease all
}

@media screen and (max-width: 1024px) {
    .product-list-wrap .msg-box {
        padding: 10px 10px 0
    }
}

.product-list-wrap .msg-box .h2 {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 18px;
    color: #333
}

@media screen and (max-width: 1024px) {
    .product-list-wrap .msg-box .h2 {
        margin-bottom: .05rem;
        font-size: .12rem
    }
}

.product-list-wrap .msg-box .p {
    font-size: 16px;
    color: #999
}

@media screen and (max-width: 1024px) {
    .product-list-wrap .msg-box .p {
        font-size: .09rem
    }
}

.product-list-wrap .hover-box {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 90%;
    padding: 30px 25px;
    -webkit-transform: translate(-50%, 10%);
    -moz-transform: translate(-50%, 10%);
    -ms-transform: translate(-50%, 10%);
    transform: translate(-50%, 10%);
    background-color: #0ba29a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    -o-transition: .4s ease all;
    transition: .4s ease all
}

@media screen and (max-width: 1024px) {
    .product-list-wrap .hover-box {
        display: none
    }
}

.product-list-wrap .hover-box .h2 {
    width: 100%;
    margin-bottom: 5px;
    line-height: 20px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.product-list-wrap .hover-box .p {
    height: 60px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    overflow: hidden
}

.product-con {
    background-color: #fff;
    padding: 0 .15rem .4rem
}

.product-box {
    position: relative;
    z-index: 5;
    width: 1200px;
    max-width: 100%;
    margin: -64px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.product-top {
    background-color: #f6f6f6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom-right-radius: 24px;
    padding: .25rem .2rem;
    margin-bottom: .15rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media screen and (max-width: 1200px) {
    .product-top {
        display: block
    }
}

.product-swiper-box {
    width: 810px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 498px
}

@media screen and (max-width: 1200px) {
    .product-swiper-box {
        margin: 0 auto
    }
}

@media screen and (max-width: 1024px) {
    .product-swiper-box {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: .15rem
    }
}

.product-top-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    margin-right: 50px
}

.product-top-info .article {
    line-height: 36px;
    color: #666;
    font-size: 16px
}

.product-top-info .article .top {
    padding-top: .2rem;
    font-size: 28px;
    color: #282828;
    padding-bottom: .12rem;
    border-bottom: 1px dashed #ddd;
    margin-bottom: .1rem
}

.product-top-info .article .top .t {
    font-size: 28px;
    color: #282828
}

.product-top-info .article .p {
    max-height: 350px;
    overflow-y: auto
}

@media screen and (max-width: 750px) {
    .product-top-info {
        margin-right: 0
    }
    .product-top-info .article .p {
        max-height: none
    }
}

.product-big-swiper {
    width: 698px;
    max-width: 100%
}

.product-big-swiper .swiper-slide {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 71.3467%;
    overflow: hidden
}

.product-big-swiper .swiper-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.product-thumb-swiper {
    width: 96px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.product-thumb-swiper .prev-btn,
.product-thumb-swiper .next-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    height: 30px;
    background-color: #303030;
    font-size: 20px;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.product-thumb-swiper .prev-btn:hover,
.product-thumb-swiper .next-btn:hover {
    background-color: #0ba29a
}

.product-thumb-swiper .prev-btn i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.product-thumb-swiper .swiper-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    margin: 10px auto;
    width: 100%
}

.product-thumb-swiper .swiper-slide .img {
    position: relative;
    border: 1px solid #ededed;
    background-color: #fff;
    cursor: pointer
}

.product-thumb-swiper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.product-thumb-swiper .swiper-slide.swiper-slide-thumb-active .img:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
    border: 3px solid #0ba29a;
    content: ''
}

@media screen and (max-width: 1024px) {
    .product-thumb-swiper {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-top: .1rem
    }
    .product-thumb-swiper .prev-btn,
    .product-thumb-swiper .next-btn {
        width: 30px;
        height: 68px
    }
    .product-thumb-swiper .prev-btn i {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    .product-thumb-swiper .next-btn i {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
    .product-thumb-swiper .swiper-container {
        margin: 0 10px
    }
    .product-thumb-swiper .swiper-slide {
        width: 94px;
        height: 68px
    }
}

.tech-con {
    padding: .35rem .15rem;
    background-color: #fff
}

.tech-con:nth-child(2n) {
    background-color: #f6f6f6
}

.tech-con>div {
    width: 1200px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto
}

.tech-title {
    text-align: center;
    margin-bottom: .2rem
}

.tech-title .en {
    text-transform: uppercase;
    color: #0ba29a;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px
}

.tech-title .cn {
    font-size: 36px;
    color: #000
}

@media screen and (max-width: 750px) {
    .tech-title .en {
        font-size: 24px
    }
    .tech-title .cn {
        font-size: 24px
    }
}

.tech-article {
    line-height: 36px;
    color: #666;
    font-size: 16px
}

.tech-article p {
    margin-bottom: 18px
}

.tech-article img {
    max-width: 100%;
    height: auto !important
}

.tech-article ul {
    list-style: disc
}

.tech-article ul li {
    list-style: disc
}

.tech-article ol {
    list-style: decimal
}

.tech-article ol li {
    list-style: decimal
}

@media screen and (max-width: 750px) {
    .tech-article {
        font-size: 14px;
        line-height: 30px
    }
}

.news-list {
    padding-bottom: .15rem
}

.news-list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f5f5f5;
    padding: 20px;
    overflow: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news-list li a:hover .img {
    opacity: .8
}

.news-list li a:hover .time {
    background-color: #0ba29a
}

.news-list li a:hover h3 {
    text-indent: .5em;
    color: #0ba29a
}

.news-list li .img {
    width: 290px
}

.news-list li .img span {
    display: block;
    width: 100%;
    height: 204px;
    position: relative
}

.news-list li .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.news-list li .time {
    width: 100px;
    height: 100px;
    color: #fff;
    background-color: #555;
    text-align: center;
    font-family: "Arial";
    -webkit-transition: .2s ease all;
    -moz-transition: .2s ease all;
    -o-transition: .2s ease all;
    transition: .2s ease all
}

.news-list li .date {
    font-size: 24px;
    padding-top: 25px
}

.news-list li .year {
    font-size: 14px
}

.news-list li .info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 .2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.news-list li h3 {
    font-size: 20px;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    color: #333;
    margin-bottom: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all
}

.news-list li .p {
    font-size: 13px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    color: #777
}

.news-list li+li {
    margin-top: 20px
}

@media screen and (max-width: 800px) {
    .news-list li .img {
        width: 200px
    }
    .news-list li .img span {
        height: 0;
        padding-bottom: 70.34483%
    }
}

@media screen and (max-width: 750px) {
    .news-list li .img {
        width: 120px
    }
    .news-list li .time {
        display: none
    }
    .news-list li .info h3 {
        font-size: 14px;
        height: 20px;
        line-height: 20px;
        margin-bottom: 5px
    }
    .news-list li .p {
        font-size: 12px
    }
    .news-list li+li {
        margin-top: .1rem
    }
}

.news-detail-top {
    text-align: center;
    padding-bottom: .15rem;
    border-bottom: 1px dashed #e6e6e6;
    margin-bottom: .15rem;
    color: #333
}

.news-detail-top .title {
    font-size: 30px;
    margin-bottom: 15px
}

.news-detail-top .time {
    font-size: 14px
}

@media screen and (max-width: 750px) {
    .news-detail-top .title {
        font-size: 20px
    }
}

.news-detail-article {
    line-height: 36px;
    color: #666;
    padding-bottom: .15rem;
    font-size: 16px
}

.news-detail-article p {
    margin-bottom: 18px
}

.news-detail-article img {
    max-width: 100%;
    height: auto !important
}

.news-detail-article ul {
    list-style: disc
}

.news-detail-article ul li {
    list-style: disc
}

.news-detail-article ol {
    list-style: decimal
}

.news-detail-article ol li {
    list-style: decimal
}

@media screen and (max-width: 750px) {
    .news-detail-article {
        font-size: 14px;
        line-height: 30px
    }
}

.talent-recruitment {
    position: relative;
    z-index: 22
}

.talent-recruitment .talent-recruitment-title {
    width: 100%;
    background: #0ba29a;
    height: 53px;
    line-height: 53px;
    font-size: 0;
    margin-bottom: 18px
}

.talent-recruitment .talent-recruitment-title li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    color: #fafafa;
    width: 155px
}

.talent-recruitment .talent-recruitment-title .name {
    width: 286px
}

@media screen and (max-width: 1150px) {
    .talent-recruitment .talent-recruitment-title .dn1150 {
        display: none
    }
    .talent-recruitment .talent-recruitment-title li,
    .talent-recruitment .talent-recruitment-title .name {
        width: 23%
    }
}

@media screen and (max-width: 800px) {
    .talent-recruitment .talent-recruitment-title {
        padding-right: .3rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .talent-recruitment .talent-recruitment-title .department,
    .talent-recruitment .talent-recruitment-title .number,
    .talent-recruitment .talent-recruitment-title .add {
        display: none
    }
    .talent-recruitment .talent-recruitment-title .name {
        width: 100%;
        font-size: 14px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 .1rem
    }
}

.talent-recruitment .talent-recruitment-list {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.talent-recruitment .talent-recruitment-list .active .talent-title .icon-rotate span {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.talent-recruitment .talent-recruitment-list>li:first-child {
    margin-top: 0
}

.talent-recruitment .talent-recruitment-list>li:first-child .nr {
    display: block
}

.talent-recruitment .talent-recruitment-list>li {
    border: 1px solid #d7d7d7;
    background: #fff;
    margin-top: 16px
}

.talent-recruitment .talent-recruitment-list>li .talent-title {
    position: relative;
    width: 100%;
    height: 53px;
    line-height: 16px;
    font-size: 0;
    cursor: pointer
}

.talent-recruitment .talent-recruitment-list>li .talent-title li {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 14px;
    max-height: 48px;
    color: #333;
    overflow: hidden;
    width: 155px;
    padding: 0 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.talent-recruitment .talent-recruitment-list>li .talent-title .name {
    width: 286px
}

@media screen and (max-width: 1150px) {
    .talent-recruitment .talent-recruitment-list>li .talent-title .dn1150 {
        display: none
    }
    .talent-recruitment .talent-recruitment-list>li .talent-title li,
    .talent-recruitment .talent-recruitment-list>li .talent-title .name {
        width: 23%
    }
}

.talent-recruitment .talent-recruitment-list>li .talent-title .icon-rotate {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 72px;
    -webkit-transform: translate(0, 0%);
    -moz-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
    line-height: 53px
}

.talent-recruitment .talent-recruitment-list>li .talent-title .icon-rotate span {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    background-image: url(../images/icon-21.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media screen and (max-width: 800px) {
    .talent-recruitment .talent-recruitment-list>li .talent-title {
        padding-right: .3rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .talent-recruitment .talent-recruitment-list>li .talent-title .dn1150,
    .talent-recruitment .talent-recruitment-list>li .talent-title .department,
    .talent-recruitment .talent-recruitment-list>li .talent-title .number,
    .talent-recruitment .talent-recruitment-list>li .talent-title .add {
        display: none
    }
    .talent-recruitment .talent-recruitment-list>li .talent-title .name {
        width: 100%;
        font-size: 14px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left;
        padding: 0 .1rem
    }
    .talent-recruitment .talent-recruitment-list>li .talent-title .icon-rotate {
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: .3rem;
        height: 100%;
        max-height: none
    }
    .talent-recruitment .talent-recruitment-list>li .talent-title .icon-rotate span {
        width: .2rem;
        height: .2rem
    }
}

.talent-recruitment .talent-recruitment-list>li .nr {
    display: none;
    border-top: 1px solid #d7d7d7;
    background: #fbfbfb;
    padding: 80px 0 84px
}

.talent-recruitment .talent-recruitment-list>li .nr>div {
    font-size: 0;
    position: relative;
    padding: 0 100px
}

.talent-recruitment .talent-recruitment-list>li .nr>div:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: #dfdfdf
}

.talent-recruitment .talent-recruitment-list>li .nr>div .mailbox {
    position: absolute;
    left: 100px;
    bottom: -60px
}

.talent-recruitment .talent-recruitment-list>li .nr>div .mailbox a {
    font-size: 13px;
    color: #333;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
    padding: 0 35px;
    border: 1px solid #020202;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.talent-recruitment .talent-recruitment-list>li .nr>div .mailbox a:hover {
    background: #0ba29a;
    border-color: #0ba29a;
    color: #fff
}

.talent-recruitment .talent-recruitment-list>li .nr>div h1 {
    font-size: 24px;
    color: #444;
    line-height: 28px;
    margin-bottom: 18px
}

.talent-recruitment .talent-recruitment-list>li .nr>div .p {
    font-size: 14px;
    color: #555;
    line-height: 30px
}

.talent-recruitment .talent-recruitment-list>li .nr .left {
    display: inline-block;
    vertical-align: top;
    width: 47.08333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 52px
}

.talent-recruitment .talent-recruitment-list>li .nr .right {
    display: inline-block;
    vertical-align: top;
    width: 52%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 100px
}

@media screen and (max-width: 800px) {
    .talent-recruitment .talent-recruitment-list>li .nr {
        padding: .2rem .1rem
    }
    .talent-recruitment .talent-recruitment-list>li .nr>div {
        padding: 0
    }
    .talent-recruitment .talent-recruitment-list>li .nr>div:after {
        display: none
    }
    .talent-recruitment .talent-recruitment-list>li .nr>div h1 {
        margin-bottom: .1rem;
        font-size: 18px
    }
    .talent-recruitment .talent-recruitment-list>li .nr>div .mailbox {
        margin-top: .1rem;
        position: static
    }
    .talent-recruitment .talent-recruitment-list>li .nr .left {
        padding: 0;
        width: 100%
    }
    .talent-recruitment .talent-recruitment-list>li .nr .right {
        margin-top: .2rem;
        padding: 0;
        width: 100%
    }
}

.talent-recruitment .talent-recruitment-list .talent-mobile-title {
    display: none;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    margin-bottom: .1rem;
    border-bottom: 1px dashed #ddd;
    padding-bottom: .1rem
}

@media screen and (max-width: 800px) {
    .talent-recruitment .talent-recruitment-list .talent-mobile-title {
        display: block
    }
}

.index-banner {
    margin-top: .5rem
}

@media screen and (max-width: 1024px) {
    .index-banner {
        margin-top: .55rem
    }
}

.index-banner .swiper-slide a {
    display: block
}

.index-banner .swiper-slide a img {
    display: block;
    width: 100%
}

.index-banner .swiper-pagination {
    bottom: 40px
}

.index-banner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 0 0 5px;
    background-color: #0ba29a;
    cursor: pointer;
    outline: none;
    opacity: 1;
    margin: 0 10px !important
}

.index-banner .swiper-pagination-bullet-active {
    background-color: #f39800
}

@media screen and (max-width: 800px) {
    .index-banner {
        display: none
    }
}

.index-banner-mobile {
    display: none;
    margin-top: .55rem
}

.index-banner-mobile .swiper-slide a {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 60%
}

.index-banner-mobile .swiper-slide a img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.index-banner-mobile .swiper-pagination {
    bottom: .2rem
}

.index-banner-mobile .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 0 0 3px;
    background-color: #0ba29a;
    cursor: pointer;
    outline: none;
    opacity: 1;
    margin: 0 5px !important
}

.index-banner-mobile .swiper-pagination-bullet-active {
    background-color: #f39800
}

@media screen and (max-width: 800px) {
    .index-banner-mobile {
        display: block
    }
}

.index-product {
    padding: .65rem 0;
    background-color: #fff
}

.index-product .wp1600 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 1024px) {
    .index-product {
        padding: .3rem 0
    }
    .index-product .wp1600 {
        display: block
    }
}

.index-product-info {
    max-width: 450px;
    margin-right: 152px
}

.index-product-info .top {
    position: relative;
    padding-bottom: .2rem;
    margin-bottom: .1rem
}

.index-product-info .top:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    display: block;
    width: 24px;
    height: 4px;
    background: #0ba29a
}

.index-product-info .top .en {
    display: inline-block;
    vertical-align: top;
    font-family: "Nexa Bold";
    font-size: .25rem;
    color: #000;
    line-height: .3rem;
    text-transform: uppercase;
    margin-right: 10px
}

.index-product-info .top .en:first-letter {
    color: #0ba29a
}

.index-product-info .top .cn {
    display: inline-block;
    vertical-align: top;
    line-height: .3rem;
    font-size: .2rem;
    color: #000
}

.index-product-info .p {
    font-size: 22px;
    line-height: 48px;
    color: #666
}

@media screen and (max-width: 1500px) {
    .index-product-info {
        margin-right: 100px
    }
}

@media screen and (max-width: 1400px) {
    .index-product-info {
        margin-right: 50px
    }
}

@media screen and (max-width: 1024px) {
    .index-product-info {
        margin-bottom: .15rem
    }
}

@media screen and (max-width: 750px) {
    .index-product-info .p {
        display: none
    }
}

.index-product-list {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    text-align: right;
    font-size: 0
}

.index-product-list .swiper-slide {
    max-width: 500px
}

.index-product-list .swiper-slide a {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 120%;
    overflow: hidden;
    border-radius: 10px
}

.index-product-list .swiper-slide a:hover .img img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.index-product-list .img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
}

.index-product-list .img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease
}

.index-product-list .info {
    padding: .25rem .2rem 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    text-align: left
}

.index-product-list .cn {
    font-size: 30px;
    color: #000;
    margin-bottom: 10px
}

.index-product-list .en {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px
}

.index-product-list .arrow {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #fff;
    background: #0ba29a;
    font-size: 14px;
    line-height: 30px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.index-product-list .swiper-pagination {
    position: static;
    padding-top: .15rem
}

.index-product-list .swiper-pagination-bullet {
    opacity: 1;
    outline: none;
    border-radius: 0 0 5px;
    width: 10px;
    height: 10px;
    background-color: #0ba29a
}

.index-product-list .swiper-pagination-bullet-active {
    background-color: #f39800
}

@media screen and (max-width: 750px) {
    .index-product-list .cn {
        font-size: 18px;
        margin-bottom: 5px
    }
    .index-product-list .en {
        font-size: 12px
    }
}

.index-about {
    position: relative;
    overflow: hidden
}

.index-about-video {
    position: relative;
    z-index: 2;
    margin-bottom: 90px;
    overflow: hidden;
    border-top-right-radius: 15px;
    width: 56.25%;
    cursor: pointer
}

@media screen and (max-width: 1540px) {
    .index-about-video {
        margin-bottom: 180px
    }
}

@media screen and (max-width: 1400px) {
    .index-about-video {
        margin-bottom: 230px
    }
}

.index-about-video:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    content: '';
    display: block;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.index-about-video>img {
    display: block;
    width: 100%;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease
}

.index-about-video .video-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: .6rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    color: #fff;
    background-color: #0ba29a;
    font-size: .15rem;
    z-index: 5;
    overflow: hidden;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px
}

.index-about-video .video-btn i {
    display: inline-block;
    vertical-align: top;
    font-size: .225rem;
    margin-right: 10px
}

.index-about-video:hover:after {
    opacity: 1
}

.index-about-video:hover>img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

@media screen and (max-width: 1024px) {
    .index-about-video {
        width: 100%;
        margin-bottom: 0
    }
}

.index-about-info {
    position: absolute;
    width: 52.08333%;
    top: 60px;
    bottom: 0;
    right: 0;
    background-color: #f6f6f6;
    border-bottom-left-radius: 15px;
    overflow: hidden;
    background-image: url(../images/index_bg.png);
    background-position: right bottom;
    background-repeat: no-repeat
}

.index-about-info .article {
    padding-top: .4rem;
    width: 595px;
    max-width: 100%;
    padding-left: 240px
}

.index-about-info .article .top {
    position: relative;
    padding-bottom: .2rem;
    margin-bottom: .1rem
}

.index-about-info .article .top:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    display: block;
    width: 24px;
    height: 4px;
    background: #0ba29a
}

.index-about-info .article .top .en {
    display: inline-block;
    vertical-align: top;
    font-family: "Nexa Bold";
    font-size: .25rem;
    color: #000;
    line-height: .3rem;
    text-transform: uppercase;
    margin-right: 10px
}

.index-about-info .article .top .en:first-letter {
    color: #0ba29a
}

.index-about-info .article .top .cn {
    display: inline-block;
    vertical-align: top;
    line-height: .3rem;
    font-size: .2rem;
    color: #000
}

.index-about-info .article .p {
    font-size: 15px;
    line-height: 36px;
    color: #777;
    margin-bottom: .15rem;
    text-align: justify
}

.index-about-info .article .more {
    display: block;
    width: 160px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-bottom-right-radius: 16px;
    overflow: hidden;
    background-color: #0ba29a;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}

.index-about-info .article .more:hover {
    background-color: #098a83
}

@media screen and (max-width: 1700px) {
    .index-about-info .article {
        padding-left: 200px;
        padding-top: .25rem
    }
}

@media screen and (max-width: 1400px) {
    .index-about-info .article {
        padding-left: 150px
    }
}

@media screen and (max-width: 1540px) {
    .index-about-info .article {
        width: 520px
    }
}

@media screen and (max-width: 1024px) {
    .index-about-info {
        position: static;
        width: 100%
    }
    .index-about-info .article {
        height: auto;
        padding: .4rem .15rem;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
}

.index-news {
    padding: .35rem 0 .55rem
}

.index-news .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: .2rem
}

.index-news .top .title {
    position: relative;
    padding-bottom: .12rem
}

.index-news .top .title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    display: block;
    width: 24px;
    height: 4px;
    background-color: #0ba29a
}

.index-news .top .title .en {
    display: inline-block;
    vertical-align: top;
    font-family: 'Nexa Bold';
    font-size: .23rem;
    color: #000;
    line-height: .3rem;
    margin-right: 10px;
    text-transform: uppercase
}

.index-news .top .title .en:first-letter {
    color: #0ba29a
}

.index-news .top .title .cn {
    display: inline-block;
    vertical-align: top;
    font-size: .18rem;
    line-height: .3rem;
    color: #000
}

.index-news .top .right {
    font-size: 0
}

.index-news .top .more {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #666;
    margin-left: .2rem;
    line-height: 36px
}

.index-news .top .more:hover {
    color: #0ba29a
}

@media screen and (max-width: 750px) {
    .index-news .top .more {
        margin-left: .1rem
    }
}

.index-news-hd {
    display: inline-block;
    vertical-align: top
}

.index-news-hd li {
    font-size: 14px;
    line-height: 36px;
    color: #666;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: .2rem;
    cursor: pointer
}

.index-news-hd li.on {
    color: #0ba29a
}

.index-news-hd li.on:after {
    position: absolute;
    bottom: 0;
    width: 18px;
    height: 2px;
    background-color: #0ba29a;
    left: 50%;
    margin-left: -9px;
    content: '';
    display: block
}

@media screen and (max-width: 750px) {
    .index-news-hd li {
        margin-left: .1rem
    }
}

.index-news-bd .box {
    display: none
}

.index-news-bd .box:first-child {
    display: block
}

.index-news-bd .box-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

@media screen and (max-width: 1024px) {
    .index-news-bd .box-wrapper {
        display: block
    }
}

.index-news-topic {
    -webkit-box-flex: 1020;
    -webkit-flex: 1020;
    -moz-box-flex: 1020;
    -ms-flex: 1020;
    flex: 1020;
    overflow: hidden
}

.index-news-topic a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f6f6f6
}

.index-news-topic a:hover .img span img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.index-news-topic a:hover .t {
    color: #0ba29a
}

.index-news-topic a .img {
    -webkit-box-flex: 540;
    -webkit-flex: 540;
    -moz-box-flex: 540;
    -ms-flex: 540;
    flex: 540;
    overflow: hidden
}

.index-news-topic a .img span {
    display: block;
    width: 100%;
    padding-bottom: 70.37037%;
    position: relative;
    overflow: hidden
}

.index-news-topic a .img span img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

@media screen and (max-width: 1540px) {
    .index-news-topic a .img span {
        padding-bottom: 0;
        height: 338px
    }
}

.index-news-topic a .info {
    -webkit-box-flex: 480;
    -webkit-flex: 480;
    -moz-box-flex: 480;
    -ms-flex: 480;
    flex: 480;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.index-news-topic a .wp {
    padding: 0 8.33333% 0 14.58333%
}

.index-news-topic a .t {
    font-size: 22px;
    line-height: 36px;
    max-height: 72px;
    overflow: hidden;
    color: #000;
    margin-bottom: 10px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.index-news-topic a .p {
    font-size: 14px;
    line-height: 30px;
    max-height: 90px;
    overflow: hidden;
    color: #888;
    margin-bottom: 10px
}

.index-news-topic a .time {
    font-size: 14px;
    color: #888;
    margin-bottom: .15rem
}

.index-news-topic a .arrow {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #0ba29a;
    color: #fff;
    font-size: 14px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-align: center;
    line-height: 30px
}

@media screen and (max-width: 1024px) {
    .index-news-topic {
        margin-bottom: .15rem
    }
    .index-news-topic a .img span {
        padding-bottom: 70.37037%;
        height: 0
    }
}

@media screen and (max-width: 750px) {
    .index-news-topic a {
        display: block
    }
    .index-news-topic a .wp {
        padding: .15rem
    }
    .index-news-topic a .t {
        font-size: 18px;
        line-height: 30px;
        max-height: none
    }
}

.index-news-list {
    -webkit-box-flex: 580;
    -webkit-flex: 580;
    -moz-box-flex: 580;
    -ms-flex: 580;
    flex: 580;
    overflow: hidden;
    background-color: #f6f6f6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 20px;
    padding: 10px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.index-news-list li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    width: 100%
}

.index-news-list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px
}

.index-news-list li a:hover .img span img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.index-news-list li a:hover .t {
    color: #0ba29a
}

@media screen and (max-width: 1700px) {
    .index-news-list li a {
        padding: 8px 20px
    }
}

.index-news-list li .img {
    width: 130px
}

.index-news-list li .img span {
    display: block;
    width: 100%;
    padding-top: 69.23077%;
    overflow: hidden;
    position: relative
}

.index-news-list li .img span img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.index-news-list li .info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.index-news-list li .wp {
    padding-left: 25px;
    position: relative
}

.index-news-list li .wp:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 100%;
    left: 15px;
    top: 9px;
    background: #575757
}

.index-news-list li .t {
    font-size: 16px;
    color: #2b2b2b;
    list-style: disc;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    line-height: 22px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}

.index-news-list li .p {
    font-size: 14px;
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
    color: #888
}

@media screen and (max-width: 1024px) {
    .index-news-list {
        margin-left: 0
    }
}

@media screen and (max-width: 750px) {
    .index-news-list li .img {
        width: 110px
    }
}

.index-video-con {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background-color: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden
}

.index-video-con.show {
    opacity: 1;
    visibility: visible
}

@media screen and (max-width: 750px) {
    .index-video-con {
        background-color: #000
    }
}

.index-video-box {
    position: absolute;
    width: 1280px;
    max-width: 100%;
    max-height: 90%
}

.index-video-box .box {
    position: relative;
    width: 100%;
    padding-top: 56.25%
}

.index-video-box .box video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    outline: none
}

.index-video-box .box .close-btn {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    background-color: #fff;
    font-size: 14px;
    color: #666;
    right: -20px;
    top: -20px;
    z-index: 5;
    cursor: pointer
}

@media screen and (max-width: 1280px) {
    .index-video-box .box .close-btn {
        right: 0
    }
}

@media screen and (max-height: 780px) {
    .index-video-box {
        width: 90%;
        height: 90%
    }
    .index-video-box .box {
        position: absolute;
        top: 0;
        left: 0;
        padding-top: 0;
        height: 100%
    }
}

@media screen and (max-width: 750px) {
    .index-video-box {
        background-color: #000;
        height: 100%;
        width: 100%;
        max-height: 100%
    }
    .index-video-box .box {
        height: auto;
        top: 40px;
        bottom: 40px
    }
    .index-video-box .box .close-btn {
        top: 10px;
        right: 10px
    }
}

/*# sourceMappingURL=maps/style.css.map */

/*# sourceMappingURL=maps/style.css.map */