@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}

html {
    font-size: 5.2083333333333vw;
}

@media (max-width:1199px) {
    html {
        font-size: 6.6vw !important;
    }
}

@media (max-width:767px) {
    html {
        font-size: 13.3vw !important;
    }
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}

@font-face {
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
    src: url('../fonts/AlibabaPuHuiTi-2-55-Regular.eot');
    src: url('../fonts/AlibabaPuHuiTi-2-55-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AlibabaPuHuiTi-2-55-Regular.woff2') format('woff2'), url('../fonts/AlibabaPuHuiTi-2-55-Regular.woff') format('woff');
}

@font-face {
    font-family: 'AlibabaPuHuiTi-2-45-Light';
    src: url('../fonts/AlibabaPuHuiTi-2-45-Light.eot');
    src: url('../fonts/AlibabaPuHuiTi-2-45-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/AlibabaPuHuiTi-2-45-Light.woff2') format('woff2'), url('../fonts/AlibabaPuHuiTi-2-45-Light.woff') format('woff');
}

@font-face {
    font-family: 'AlibabaPuHuiTi-2-95-ExtraBold';
    src: url('../fonts/AlibabaPuHuiTi-2-95-ExtraBold.eot');
    src: url('../fonts/AlibabaPuHuiTi-2-95-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/AlibabaPuHuiTi-2-95-ExtraBold.woff2') format('woff2'), url('../fonts/AlibabaPuHuiTi-2-95-ExtraBold.woff') format('woff');
}

@font-face {
    font-family: 'AlibabaPuHuiTi-2-85-Bold';
    src: url('../fonts/AlibabaPuHuiTi-2-85-Bold.eot');
    src: url('../fonts/AlibabaPuHuiTi-2-85-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AlibabaPuHuiTi-2-85-Bold.woff2') format('woff2'), url('../fonts/AlibabaPuHuiTi-2-85-Bold.woff') format('woff');
}

@font-face {
    font-family: 'AlibabaPuHuiTi-2-65-Medium';
    src: url('../fonts/AlibabaPuHuiTi-2-65-Medium.eot');
    src: url('../fonts/AlibabaPuHuiTi-2-65-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/AlibabaPuHuiTi-2-65-Medium.woff2') format('woff2'), url('../fonts/AlibabaPuHuiTi-2-65-Medium.woff') format('woff');
}


/*原文件配置*/

body {
    color: #333;
    background: #ffffff;
    font: .2rem 'AlibabaPuHuiTi-2-55-Regular', 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #00968a;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    max-width: 19.2rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.1rem;
    padding-right: 2.1rem;
}

@media (max-width:1199px) {
    .container {
        width: 100%;
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 1.2rem;
    z-index: 100;
    background-color: #FFF;
    padding-left: .2rem;
    padding-right: .3rem;
}

.header .logo {
    margin-right: .6rem;
    position: relative;
    background: unset;
    width: auto;
}

.header .logo img {
    height: .86rem;
}

.header .lang {
    color: #00968a;
    font-size: .3rem;
    text-transform: uppercase;
    line-height: 1.2rem;
    padding-right: .2rem;
    margin-right: .2rem;
}

.header .lang::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: .2rem;
    background-color: #d7d7d7;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.header .search-btn {
    width: .3rem;
    height: .3rem;
    background: url(../images/search.png)no-repeat center;
    background-size: 100%;
}

.menu-btn {
    display: none;
    background: url(../images/menu.svg)no-repeat center;
    width: 26px;
    height: 26px;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: .2rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.menu-btn.close {
    background-image: url(../images/close.svg);
}

.nav {
    margin-right: .45rem;
}

.nav li>a {
    line-height: 1.2rem;
}

.nav .drop {
    width: 1.4rem;
    left: 50%;
    top: 1.2rem;
    margin-left: -.7rem;
    position: absolute;
    transition: transform 0.2s linear, opacity 0.2s linear;
    -webkit-transition: transform 0.2s linear, opacity 0.2s linear;
    -moz-transition: transform 0.2s linear, opacity 0.2s linear;
    -ms-transition: transform 0.2s linear, opacity 0.2s linear;
    -o-transition: transform 0.2s linear, opacity 0.2s linear;
    transform-origin: top;
    z-index: 9;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    background-color: #FFF;
    padding: .1rem;
    line-height: 2.4;
}

.nav .drop a {
    font-size: .16rem;
}

.search-content {
    background: #18857b;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100001;
    display: none;
    width: 100%;
    height: 100%;
}

.search-content .close {
    position: absolute;
    right: .6rem;
    top: .6rem;
    width: .6rem;
    height: .6rem;
    background: url(../images/close1.svg)no-repeat center;
    background-size: .4rem;
    cursor: pointer;
    z-index: 10;
}

.search-content .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 7rem;
    height: .7rem;
    border-bottom: 1px #FFF solid;
}

.search-content .content input[type='text'] {
    color: #FFF;
    font-size: .18rem;
    background: none;
    padding-left: .15rem;
}

.search-content .content input[type='text']::placeholder {
    color: #FFF;
}

.search-content .content input[type='submit'] {
    width: .6rem;
    background: url(../images/search.svg)no-repeat center;
    background-size: .3rem;
}

.footer {
    background-image: linear-gradient(30deg, #18857b, #00645a);
    padding-top: 1.2rem;
    color: #FFF;
    font-size: .16rem;
    font-family: 'AlibabaPuHuiTi-2-45-Light';
}

.footer .logo-con {
    width: 3.72rem;
    margin-right: .8rem;
}

.footer .logo img {
    width: 100%;
}

.footer .address {
    line-height: 1.9;
    margin-top: .2rem;
}

.footer .link {
    margin-right: 1rem;
}

.footer .link .tit {
    font-size: .32rem;
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
}

.footer .link a {
    border-bottom: 1px rgba(255, 255, 255, .3) solid;
    padding-top: .1rem;
    padding-bottom: .1rem;
    width: 48%;
    color: #FFF;
}

.footer .link a::after {
    content: '';
    display: inline-block;
    width: .19rem;
    height: .2rem;
    background: url(../images/url.png)no-repeat center;
    background-size: 100%;
    margin-left: .1rem;
    vertical-align: middle;
}

.footer .share {
    width: 3rem;
    margin-top: .4rem;
}

.footer .share .item {
    margin-right: .15rem;
    cursor: pointer;
}

.footer .share .item:last-child {
    margin-right: 0;
}

.footer .share .item span {
    width: .35rem;
}

.footer .share .item span img {
    width: 100%;
}

.footer .share .erwma {
    position: absolute;
    left: 50%;
    top: .4rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 1.2rem;
    height: 1.2rem;
    overflow: hidden;
    background-color: #FFF;
    padding: .05rem;
    display: none;
}

.footer .share .erwma img {
    width: 100%;
}

.copyright {
    color: rgba(255, 255, 255, .8);
    font-size: .14rem;
    background-color: #0c6961;
    line-height: .5rem;
    margin-top: .9rem;
}

@media (min-width:1025px) {
    .nav li:hover .drop {
        opacity: 1;
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
    }
    .footer .share .item:hover .erwma {
        display: block;
    }
    .footer .link a:hover {
        text-decoration: underline;
    }
}

@media (max-width:1199px) {
    body {
        font-size: 16px;
    }
    .menu-btn {
        display: block;
    }
    .header {
        position: sticky;
    }
    .header .lang {
        display: none;
    }
    .header .search-btn {
        position: absolute;
        right: 50px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        width: 20px;
        height: 20px;
    }
    .nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1.2rem;
        overflow-y: scroll!important;
        display: none;
        background-color: #FFF;
        z-index: 999;
        height: calc(100vh - 1.2rem);
        padding: .2rem .3rem;
    }
    .nav li>a {
        line-height: 60px;
    }
    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 60px;
        width: 30px;
    }
    .nav .arrow::after {
        content: '';
        background: url(../images/arrow.svg)no-repeat center;
        background-size: 100%;
        width: .32rem;
        height: .32rem;
        position: absolute;
        left: .1rem;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .nav .cur .arrow::after {
        transform: translateY(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
    }
    .nav .drop {
        position: static;
        left: auto;
        margin-left: 0;
        transform: translate(0, 0);
        opacity: 1;
        width: 100%;
        display: none;
        text-align: left;
        padding: 0;
        background: none;
    }
    .nav .drop a {
        font-size: 14px;
        padding-left: 20px;
    }
    .search-content .content {
        width: 90%;
    }
    .search-content .content input[type='text'] {
        font-size: 14px;
    }
    .footer {
        font-size: 14px;
    }
    .footer .logo-con {
        margin-right: .4rem;
        width: 35%;
    }
    .footer .link {
        margin-right: 0;
    }
    .footer .link .tit {
        font-size: 18px;
    }
    .copyright {
        font-size: 12px;
        line-height: 34px;
        margin-top: .4rem;
    }
    .footer .share {
        display: none;
    }
}

@media (max-width:950px) {
    .footer .logo-con {
        margin-right: 0;
        width: 100%;
    }
    .footer .logo {
        width: 100%;
        justify-content: center;
    }
    .footer .logo img {
        width: auto;
        height: 60px;
    }
    .footer .address,
    .footer .link {
        margin-top: .3rem;
    }
}

@media (max-width:767px) {
    .header {
        height: 65px;
    }
    .header .logo img {
        height: 40px;
    }
    .nav {
        top: 65px;
        height: calc(100% - 65px);
    }
}

@media (max-width:540px) {
    .footer .link a {
        width: 100%;
    }
}

.banner {
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.banner .swiper-pagination {
    text-align: left;
    bottom: 1.4rem;
    padding-left: 1.2rem;
}

.banner .swiper-pagination-bullet {
    width: .29rem;
    height: .23rem;
    background: url(../images/banner-icon.png)no-repeat center;
    background-size: 100% 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background-image: url(../images/banner-icon1.png);
    width: .69rem;
}

.pic:before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .6;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.home-bg1 {
    background: url(../images/bg1.png) no-repeat center top;
    background-size: 100%;
    overflow: hidden;
}

.home-title {
    font-size: .56rem;
    line-height: 1.1;
    font-family: 'AlibabaPuHuiTi-2-95-ExtraBold';
}

.home-news {
    padding-top: .6rem;
}

.home-news .content {
    margin-top: .55rem;
}

.home-news .big-picture {
    overflow: hidden;
    width: 9.1rem;
    border-radius: .15rem;
    -webkit-border-radius: .15rem;
    -moz-border-radius: .15rem;
    -ms-border-radius: .15rem;
    -o-border-radius: .15rem;
    margin-right: .6rem;
    padding-top: 36.28%;
}

.home-news .big-picture img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-news .big-picture::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background-image: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
}

.home-news .big-picture .text-con {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    color: #FFF;
    padding: .35rem .3rem;
}

.home-news .big-picture .date {
    font-family: 'AlibabaPuHuiTi-2-85-Bold';
}

.home-news .big-picture .date span {
    font-size: .24rem;
}

.home-news .big-picture .tit {
    line-height: 1.5;
    margin-top: .2rem;
}

.home-news .con {
    padding-top: .15rem;
}

.home-news .con .des {
    border-top: 1px rgba(0, 139, 191, .5) solid;
    padding-top: .35rem;
    line-height: 1.5;
    font-family: 'AlibabaPuHuiTi-2-65-Medium';
    color: #181a2a;
    height: 1.26rem;
}

.home-news .con .date {
    font-size: .18rem;
    font-family: 'AlibabaPuHuiTi-2-85-Bold';
    line-height: 1.1;
    color: #158c81;
    margin-top: .15rem;
}

.home-news .con .pic {
    overflow: hidden;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    padding-top: 61.21%;
    margin-top: .45rem;
}

.home-news .con .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-news .item {
    width: 23.5%;
    margin-right: 2%;
    height: 2.05rem;
    overflow: hidden;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    color: #FFF;
    padding: .3rem;
    margin-top: .4rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-news .item.last {
    margin-right: 0;
}

.home-news .item:nth-child(1) {
    background-image: linear-gradient(135deg, #67c283, #158c81);
}

.home-news .item:nth-child(2) {
    background-image: linear-gradient(135deg, #5ec2a2, #008bbe);
}

.home-news .item:nth-child(3) {
    background-image: linear-gradient(135deg, #d3bc61, #df8041);
}

.home-news .item:nth-child(4) {
    background-image: linear-gradient(135deg, #a5da69, #88b950);
}

.home-news .item .tit {
    line-height: 1.6;
    height: .96rem;
}

.home-news .item .date {
    font-size: .18rem;
    margin-top: .15rem;
}

.more a {
    width: 1.8rem;
    line-height: .48rem;
    border-radius: .24rem;
    -webkit-border-radius: .24rem;
    -moz-border-radius: .24rem;
    -ms-border-radius: .24rem;
    -o-border-radius: .24rem;
    background-color: #dceeec;
    font-size: .16rem;
    color: #158c81;
    font-family: 'AlibabaPuHuiTi-2-65-Medium';
    padding-left: .2rem;
}

.more a::before {
    content: '';
    position: absolute;
    left: .3rem;
    top: 0;
    width: .2rem;
    height: 100%;
    background: url(../images/more1.png)no-repeat center;
    background-size: 100%;
}

.home-news .more {
    margin-top: .5rem;
}

.home-notice {
    padding-top: .8rem;
    background: url(../images/bg2.png)no-repeat center top;
    background-size: 100%;
    margin-top: .2rem;
}

.home-notice .home-title {
    align-items: flex-end;
}

.home-notice .home-title span {
    font-size: .4rem;
    margin-right: .9rem;
    line-height: 1.2;
    cursor: pointer;
}

.home-notice .home-title span:last-child {
    margin-right: 0;
}

.home-notice .home-title span.on {
    font-size: .56rem;
    line-height: 1;
}

.home-notice .home-title span.on::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -.1rem;
    width: 100%;
    height: 4px;
    background-color: #158c81;
}

.home-notice .content {
    margin-top: .4rem;
    margin-left: -.3rem;
    margin-right: -.3rem;
}

.home-notice .swiper-container {
    padding-top: .4rem;
}

.home-notice .content .swiper-slide {
    height: 2.3rem;
}

.home-notice .content .swiper-slide>a {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    border-radius: .15rem .15rem 0 0;
    -webkit-border-radius: .15rem .15rem 0 0;
    -moz-border-radius: .15rem .15rem 0 0;
    -ms-border-radius: .15rem .15rem 0 0;
    -o-border-radius: .15rem .15rem 0 0;
    overflow: hidden;
    padding: .3rem;
}

.home-notice .content .tit {
    font-size: .2rem;
    line-height: 1.5;
    height: .9rem;
    font-family: 'AlibabaPuHuiTi-2-65-Medium';
}

.home-notice .content .info {
    border-top: 1px #dedede solid;
    margin-top: .2rem;
    padding-top: .15rem;
    font-size: .18rem;
}

.home-notice .content .date {
    color: #158c81;
}

.home-notice .content .more {
    background: url(../images/jia1.png)no-repeat left center;
    background-size: .24rem;
    padding-left: .35rem;
    color: #858585;
}

.home-notice .swiper-button-next,
.home-notice .swiper-button-prev {
    background: url(../images/prev.png)no-repeat center;
    width: .75rem;
    height: .62rem;
    margin-top: -.31rem;
    background-size: 100%;
}

.home-notice .swiper-button-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    right: -.8rem
}

.home-notice .swiper-button-prev {
    left: -.8rem;
}

.home-team {
    width: 100%;
    background: url(../images/bg3.jpg)no-repeat center top;
    background-size: cover;
    margin-top: .65rem;
    height: 9.56rem;
    padding-top: .7rem;
}

.home-team .home-title {
    color: #FFF;
}

.home-team .title-con {
    width: 4.15rem;
    margin-right: .3rem;
}

.home-team .title-head .title-con .txt {
    font-size: .16rem;
    font-family: 'AlibabaPuHuiTi-2-45-Light';
    line-height: 1.8;
    color: #FFF;
    margin-top: .1rem;
}

.home-team .num-box {
    min-width: 0;
    color: #daffaf;
}

.home-team .num-box .num {
    font-size: .86rem;
    margin-right: .2rem;
    font-family: 'AlibabaPuHuiTi-2-95-ExtraBold';
    line-height: 1;
}

.home-team .num-box .text {
    font-size: .16rem;
    line-height: 1.7;
}

.home-team .num-box .swiper-slide {
    margin-right: .3rem;
    padding-right: .2rem;
    width: 2.7rem;
}

.home-team .num-box .swiper-slide::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background-color: rgba(255, 255, 255, .5);
}

.home-team .num-box .swiper-slide:nth-child(1) {
    width: 4.4rem;
}

.home-team .num-box .swiper-container {
    padding-bottom: .6rem;
}

.home-team .num-box .swiper-pagination {
    text-align: right;
    bottom: 0;
}

.home-team .num-box .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border: 1px #c6ff85 solid;
    background: none;
    opacity: 1;
}

.home-team .num-box .swiper-pagination-bullet-active {
    background-color: #c6ff85;
}

.home-team .view {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    padding-right: 2.1rem;
}

.home-team .view .con {
    width: 9.05rem;
    height: 6.6rem;
    border-radius: 0 .2rem 0 0;
    -webkit-border-radius: 0 .2rem 0 0;
    -moz-border-radius: 0 .2rem 0 0;
    -ms-border-radius: 0 .2rem 0 0;
    -o-border-radius: 0 .2rem 0 0;
    padding-left: 2.1rem;
    background-color: rgba(0, 0, 0, .2);
    margin-right: .5rem;
    padding-top: .6rem;
}

.home-team .view .pic-con {
    width: 3.6rem;
    margin-left: 2rem;
}

.home-team .view .pic {
    width: 100%;
    height: 4.8rem;
    overflow: hidden;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
}

.home-team .view .name {
    color: #FFF;
    font-size: .32rem;
    line-height: 1.1;
    margin-top: .1rem;
}

.home-team .view .more {
    position: absolute;
    left: 1.8rem;
    bottom: 1.3rem;
}

.home-team .view .more a {
    border: 1px #FFF solid;
    background: none;
    color: #FFF;
}

.home-team .view .more a::before {
    background-image: url(../images/more2.png);
}

.home-team .view .item {
    color: #FFF;
    border-bottom: 1px rgba(255, 255, 255, .3) solid;
    padding-bottom: .2rem;
    margin-top: .2rem;
}

.home-team .view .item:last-child {
    border-bottom: 0;
}

.home-team .view .item .date {
    font-size: .18rem;
}

.home-team .view .item .tit {
    line-height: 1.8;
    margin-top: .05rem;
}

.home-team .preview {
    position: absolute;
    right: 0;
    padding-right: 2.1rem;
    width: 10.53rem;
    height: 3.6rem;
    background: url(../images/tbg1.jpg)no-repeat right center;
    background-size: cover;
    border-radius: .2rem 0 0 0;
    -webkit-border-radius: .2rem 0 0 0;
    -moz-border-radius: .2rem 0 0 0;
    -ms-border-radius: .2rem 0 0 0;
    -o-border-radius: .2rem 0 0 0;
    z-index: 10;
    bottom: 0;
    padding-left: .95rem;
    padding-top: .45rem;
}

.home-team .preview .swiper-container {
    overflow: hidden;
}

.home-team .preview .swiper-slide {
    width: 1.9rem;
    margin-right: .6rem;
    cursor: pointer;
}

.home-team .preview .pic {
    overflow: hidden;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    height: 2.5rem;
}

.home-team .preview .name {
    line-height: 1.1;
    margin-top: .1rem;
}

.home-team .preview .arrow-left,
.home-team .preview .arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: .83rem;
    height: .78rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 9;
}

.home-team .preview .arrow-left {
    background-image: url(../images/prev1.png);
    left: -.4rem;
}

.home-team .preview .arrow-right {
    background-image: url(../images/next1.png);
    right: 1.3rem;
}

.home-Research {
    background: url(../images/bg4.png)no-repeat center top;
    background-size: 100%;
    padding-top: 1.05rem;
}

.home-Research .title-head .title-con {
    width: 3.7rem;
    margin-right: 1.2rem;
}

.home-Research .title-head .title-con .text {
    font-family: 'AlibabaPuHuiTi-2-45-Light';
    line-height: 1.7;
    margin-top: .15rem;
    font-size: .16rem;
}

.home-Research .title-head .txt {
    color: #00968a;
    font-size: .32rem;
    font-family: 'AlibabaPuHuiTi-2-65-Medium';
    line-height: 1.3;
}

.home-Research .more {
    margin-top: .2rem;
}

.home-Research .more a {
    font-size: .18rem;
    padding-left: .2rem;
}

.home-Research .more a::before {
    background-image: url(../images/jia2.png);
}

.home-Research .content {
    margin-top: .85rem;
    margin-left: -.2rem;
    margin-right: -.2rem;
}

.home-Research .swiper-container {
    padding-top: .3rem;
    padding-left: .2rem;
    padding-right: .2rem;
}

.home-Research .swiper-slide>a {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    overflow: hidden;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
}

.home-Research .pic {
    overflow: hidden;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
    padding-top: 62.7%;
}

.home-Research .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-Research .text-con {
    padding: .3rem;
}

.home-Research .text-con .tit {
    height: .9rem;
    line-height: 1.4;
    font-size: .2rem;
}

.home-Research .content .info {
    border-top: 1px #dedede solid;
    margin-top: .45rem;
    padding-top: .2rem;
    font-size: .18rem;
    color: #158c81;
}

.home-Research .content .more {
    background: url(../images/jia1.png)no-repeat left center;
    background-size: .24rem;
    padding-left: .35rem;
    margin-top: 0;
}

.home-Research .swiper-button-next,
.home-Research .swiper-button-prev {
    background: url(../images/prev.png)no-repeat center;
    width: .75rem;
    height: .62rem;
    margin-top: -.31rem;
    background-size: 100%;
}

.home-Research .swiper-button-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    right: -1rem
}

.home-Research .swiper-button-prev {
    left: -1rem;
}

.home-ach {
    margin-top: .9rem;
}

.home-ach .title-con .more {
    position: absolute;
    right: 0;
    top: .15rem;
}

.home-ach .title-con .more a {
    background-color: #FFF;
}

.home-ach .content {
    height: 7.55rem;
    margin-top: .25rem;
    padding-left: 2.1rem;
    padding-top: .85rem;
    color: #FFF;
    padding-right: .95rem;
}

.home-ach .content .box {
    margin-top: .6rem;
}

.home-ach .content .item {
    padding-top: .3rem;
    padding-bottom: .3rem;
    font-size: .2rem;
    border-bottom: 1px rgba(255, 255, 255, .3) solid;
    line-height: 1.6;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    cursor: pointer;
}

.home-ach .content .item:last-child {
    border-bottom: 0;
}

.home-ach .content .item .line {
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    background-color: rgba(255, 255, 255, .3);
}

.home-ach .content .item.on {
    font-size: .32rem;
    border-bottom: 0;
}

.home-ach .content .item.on .tit {
    -webkit-line-clamp: 3;
    line-height: 1.3;
}

.home-ach .content .item.on .line {
    width: 100%;
}

.home-ach .content .item.on .line span {
    width: 1.06rem;
    height: 1.06rem;
    position: absolute;
    right: -1.1rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: url(../images/icon1.png)no-repeat center;
    background-size: 100%;
}

.home-ach .pic-con {
    width: 8.14rem;
    height: 7.8rem;
    overflow: hidden;
    border-radius: .2rem 0 0 0;
    -webkit-border-radius: .2rem 0 0 0;
    -moz-border-radius: .2rem 0 0 0;
    -ms-border-radius: .2rem 0 0 0;
    -o-border-radius: .2rem 0 0 0;
}

.home-ach .pic-con>div {
    height: 100%;
}

.home-our {
    background: url(../images/bg6.png)no-repeat center top;
    background-size: cover;
    padding-top: .65rem;
}

.home-our .content {
    margin-top: .8rem;
}

.home-our .first {
    width: 5.75rem;
    margin-right: .6rem;
}

.home-our .first .pic {
    overflow: hidden;
    padding-top: 59.14%;
    border-radius: .15rem;
    -webkit-border-radius: .15rem;
    -moz-border-radius: .15rem;
    -ms-border-radius: .15rem;
    -o-border-radius: .15rem;
}

.home-our .first .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-our .first .text-con {
    padding: .3rem;
}

.home-our .first .text-con .tit {
    font-size: .2rem;
    color: #158c81;
    line-height: 1.1;
}

.home-our .first .text-con .des {
    line-height: 1.6;
    font-size: .16rem;
    margin-top: .15rem;
    color: #5b5f66;
}

.home-our .item {
    width: 48%;
    margin-bottom: .5rem;
}

.home-our .item .tit {
    font-size: .2rem;
    line-height: 1.4;
    height: .6rem;
}

.home-our .item .des {
    font-size: .16rem;
    line-height: 1.6;
    margin-top: .1rem;
    color: #5b5f66;
    height: .52rem;
}

.home-our .item .mores {
    border-top: 1px #dedede solid;
    margin-top: .2rem;
    background: url(../images/jia1.png)no-repeat left .32rem;
    background-size: .24rem;
    padding-left: .35rem;
    font-size: .18rem;
    line-height: .3rem;
    padding-top: .3rem;
    color: #858585;
}

.home-video {
    background: url(../images/bg7.jpg)no-repeat center bottom;
    background-size: 100%;
    margin-top: 1.3rem;
    padding-bottom: 3.6rem;
}

.home-video .play-pic {
    z-index: 10;
    width: 9rem;
}

.home-video .play-pic::after {
    content: '';
    position: absolute;
    left: -.2rem;
    top: .2rem;
    bottom: .2rem;
    right: 0;
    z-index: -1;
    background: url(../images/tbg2.png)no-repeat center center;
    background-size: 100%;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
}

.home-video .pic {
    overflow: hidden;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
    z-index: 10;
    height: 4.8rem;
}

.home-video .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transform: translate();
    -moz-transform: translate();
    -ms-transform: translate();
    -o-transform: translate();
    width: .82rem;
    height: .82rem;
    background: url(../images/play.png)no-repeat center center;
    background-size: 100%;
    cursor: pointer;
}

.home-video .mores {
    margin-top: .5rem;
    background: url(../images/jia2.png)no-repeat left center;
    background-size: .24rem;
    color: #158c81;
    font-size: .18rem;
    padding-left: .35rem;
}

.home-video .text-con {
    margin-right: .6rem;
    padding-top: 1.9rem;
}

.home-video .home-title {
    position: absolute;
    left: 2.1rem;
    top: 0rem;
    align-items: flex-end;
}

.home-video .home-title span {
    font-size: .4rem;
    margin-right: .5rem;
    cursor: pointer;
}

.home-video .home-title span:last-child {
    margin-right: 0;
}

.home-video .home-title span.on {
    font-size: .56rem;
    line-height: 1;
}

.home-video .home-title span.on::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #158c81;
    bottom: -.1rem;
}

.maskBg {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    opacity: 0
}

.videoShow {
    width: 65%;
    height: 75%;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10000;
    opacity: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.maskBg.active {
    opacity: 1;
}

.videoShow.active {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.videoShow .close {
    color: #FFF;
    position: absolute;
    right: 0;
    top: -30px;
    background: url(../images/close1.svg)no-repeat left center;
    background-size: 20px;
    padding-left: 30px;
    cursor: pointer;
}

.login-content {
    position: absolute;
    left: 2.1rem;
    right: 2.1rem;
    bottom: -.56rem;
    height: 3.1rem;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
    background: #FFF url(../images/tbg3.png)left center no-repeat;
    background-size: auto 100%;
    z-index: 10;
    box-shadow: 0 0 .2rem rgba(0, 159, 149, .2);
    padding-left: 8rem;
    padding-top: .6rem;
}

.login-content .home-title {
    position: initial;
    left: auto;
    color: #00021b;
}

.login-content .con {
    margin-top: .4rem;
}

.login-content .con a {
    width: 2.9rem;
    height: .7rem;
    border-radius: .35rem;
    -webkit-border-radius: .35rem;
    -moz-border-radius: .35rem;
    -ms-border-radius: .35rem;
    -o-border-radius: .35rem;
    background-color: #df8041;
    color: #FFF;
    font-size: .24rem;
    font-family: 'AlibabaPuHuiTi-2-65-Medium';
}

.login-content .con a::before {
    content: '';
    width: .57rem;
    height: .39rem;
    background: url(../images/icon2.png)no-repeat center;
    background-size: 100%;
    margin-right: .1rem;
}

.login-content .con a:last-child {
    margin-left: .25rem;
    background-color: #88b950;
}

.login-content .con a:last-child::before {
    background-image: url(../images/icon3.png);
    width: .43rem;
    height: .49rem;
}

@media (min-width:1025px) {
    .home-news .big-picture:hover:before,
    .home-news .con:hover .pic::before,
    .home-team .view .pic:hover::before,
    .home-team .preview .swiper-slide:hover .pic:before,
    .home-Research .swiper-slide:hover .pic::before,
    .home-our .first:hover .pic::before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }
    .home-news .big-picture:hover img,
    .home-news .con:hover .pic img,
    .home-team .view .pic:hover img,
    .home-team .preview .swiper-slide:hover .pic img,
    .home-Research .swiper-slide:hover .pic img,
    .home-our .first:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .home-news .item:hover,
    .home-Research .swiper-slide:hover>a {
        transform: translateY(-.2rem);
        -webkit-transform: translateY(-.2rem);
        -moz-transform: translateY(-.2rem);
        -ms-transform: translateY(-.2rem);
        -o-transform: translateY(-.2rem);
    }
    .home-notice .content .swiper-slide:hover {
        z-index: 10;
    }
    .home-notice .content .swiper-slide:hover>a {
        box-shadow: 0 -.1rem .1rem rgba(0, 159, 149, .1);
        transform: translateY(-.2rem);
        -webkit-transform: translateY(-.2rem);
        -moz-transform: translateY(-.2rem);
        -ms-transform: translateY(-.2rem);
        -o-transform: translateY(-.2rem);
        background-color: #FFF;
    }
    .home-notice .content .swiper-slide:hover .more,
    .home-our .item:hover .mores {
        background-image: url(../images/jia2.png);
        color: #18857b;
    }
    .more a:hover {
        background-color: #0c6961;
        color: #FFF;
    }
    .more a:hover::before {
        background-image: url(../images/more2.png);
    }
    .home-team .view .more a:hover {
        background-color: #FFF;
        color: #18857b;
    }
    .home-team .view .more a:hover::before,
    .home-ach .title-con .more a:hover::before {
        background-image: url(../images/more1.png);
    }
    .home-Research .more a:hover::before {
        background-image: url(../images/jia1.png);
    }
    .home-Research .swiper-slide:hover>a {
        background-color: #FFF;
        box-shadow: 0 .05rem .1rem rgba(0, 0, 0, .1);
    }
    .home-ach .title-con .more a:hover {
        color: #0c6961;
    }
}

@media (max-width:1199px) {
    .banner .swiper-pagination {
        padding-left: .2rem;
        bottom: .3rem;
    }
    .home-news .big-picture .date span {
        font-size: 18px;
    }
    .home-news .con .date,
    .home-news .item .date,
    .home-notice .content .info,
    .home-team .view .item .date,
    .home-team .title-head .title-con .txt,
    .home-team .num-box .text,
    .home-Research .title-head .title-con .text,
    .home-Research .content .info,
    .home-our .item .des,
    .home-our .first .text-con .des,
    .home-our .item .mores,
    .home-video .mores {
        font-size: 14px;
    }
    .home-news .con .des {
        height: 100px;
    }
    .home-news .con .pic {
        margin-top: .35rem;
    }
    .home-news .item .tit {
        height: 76px;
    }
    .home-news .item {
        height: auto;
    }
    .home-title {
        font-size: 32px;
    }
    .more a {
        font-size: 14px;
        width: 140px;
        line-height: 40px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }
    .more a::before {
        width: 15px;
        left: 15px;
    }
    .home-notice .content .tit {
        font-size: 16px;
        height: 76px;
    }
    .home-notice .swiper-button-prev {
        left: 0rem;
    }
    .home-notice .swiper-button-next {
        right: 0rem;
    }
    .home-notice .content {
        margin-left: 0;
        margin-right: 0;
    }
    .home-notice .swiper-container {
        padding-top: 0;
    }
    .home-notice .home-title span,
    .home-team .view .name,
    .home-Research .title-head .txt,
    .home-ach .content .item.on,
    .home-video .home-title span {
        font-size: 20px;
    }
    .home-notice .home-title span.on,
    .home-video .home-title span.on {
        font-size: 24px;
    }
    .home-notice .content .swiper-slide {
        height: auto;
    }
    .home-team .view {
        padding-right: 0.2rem;
    }
    .home-team .view .con {
        padding-left: .2rem;
        width: 50%;
    }
    .home-team .view .more {
        left: .2rem;
    }
    .home-team .view .pic-con {
        margin-left: 160px;
    }
    .home-team .preview {
        padding-right: .95rem;
        width: 9rem;
        padding-left: .8rem;
    }
    .home-team .preview .arrow-right {
        right: .1rem;
    }
    .home-team .num-box .num {
        font-size: 42px;
    }
    .home-Research .more a,
    .home-Research .text-con .tit,
    .home-our .first .text-con .tit,
    .home-ach .content .item,
    .home-our .item .tit,
    .login-content .con a {
        font-size: 16px;
    }
    .home-Research .text-con .tit {
        height: 68px;
    }
    .home-Research .swiper-button-prev {
        left: .2rem;
    }
    .home-Research .swiper-button-next {
        right: .2rem;
    }
    .home-ach .content {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .home-ach .title-con .more {
        right: 0;
        top: 0;
    }
    .home-ach .content .item.on .line {
        width: 110%;
    }
    .home-our .item .des,
    .home-our .item .tit {
        height: 45px;
    }
    .videoShow {
        width: 90%;
        height: 60%;
    }
    .home-video .home-title {
        left: .2rem;
    }
    .login-content {
        left: .2rem;
        right: .2rem;
    }
}

@media (max-width:950px) {
    .home-news .item {
        width: 48.5%;
        margin-right: 3%;
    }
    .home-news .item:nth-child(even) {
        margin-right: 0;
    }
    .home-news .content {
        display: block;
    }
    .home-news .big-picture {
        width: 100%;
        margin-right: 0;
        display: block;
        padding-top: 65%;
    }
    .home-news .con .des {
        border-top: 0;
    }
    .home-team .title-con,
    .home-our .first {
        width: 100%;
        margin-right: 0;
    }
    .home-team .num-box {
        min-width: 100%;
        margin-top: .3rem;
    }
    .home-team .view {
        position: initial;
    }
    .home-team {
        height: auto;
    }
    .home-Research .content {
        margin-left: 0;
        margin-right: 0;
    }
    .home-Research .swiper-container {
        padding-left: 0;
        padding-right: 0;
    }
    .home-team .num-box .swiper-slide {
        width: 30%;
    }
    .home-team .num-box .swiper-slide:nth-child(1) {
        width: 45%;
    }
    .home-team .preview {
        position: relative;
        width: 100%;
        height: auto;
        padding-bottom: .3rem;
    }
    .home-team .preview .swiper-slide {
        width: 22%;
        margin-right: 4%;
    }
    .home-team .preview .arrow-left {
        left: -.2rem;
    }
    .home-team .preview .arrow-right {
        right: -.4rem;
        right: -.2rem;
    }
    .home-team .preview .pic {
        padding-top: 130%;
    }
    .home-team .preview .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .home-team .view .con {
        position: inherit;
        width: auto;
        padding-right: .2rem;
        width: 40%;
        padding-top: .2rem;
        height: auto;
        padding-bottom: .3rem;
    }
    .home-team .view .more {
        right: 0;
        bottom: .3rem;
        left: auto;
    }
    .home-team .view .pic-con {
        margin-left: 0;
        width: 100%;
    }
    .home-team .view .pic {
        padding-top: 130%;
        height: auto;
    }
    .home-team .view .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .home-ach .pic-con {
        width: 100%;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .home-ach .content {
        height: auto;
        padding-bottom: .4rem;
    }
    .home-ach .content .item.on .line {
        display: none;
    }
    .home-ach .pic-con {
        height: auto;
        padding: 0 .2rem;
        margin-top: .2rem;
    }
    .home-ach .pic-con>div {
        height: auto;
        padding-top: 75%;
        padding-top: 0;
        overflow: hidden;
    }
    .home-ach .pic-con>div img {
        position: absolute;
        position: relative;
        height: auto;
        left: 0;
        top: 0;
    }
    .home-video .text-con {
        padding-top: 1rem;
    }
    .login-content {
        padding-left: 7rem;
    }
}

@media (max-width:767px) {
    .home-title {
        font-size: 24px;
    }
    .home-news .content {
        margin-top: .4rem;
    }
    .home-team .preview .arrow-left,
    .home-team .preview .arrow-right {
        width: 60px;
        height: 55px;
    }
    .home-team .preview .arrow-left {
        left: -10px;
    }
    .home-team .preview .arrow-right {
        right: -10px;
    }
    .home-team .preview {
        padding-left: .4rem;
        padding-right: .4rem;
        padding-top: .3rem;
    }
    .home-team .preview .swiper-slide {
        width: 30%;
    }
    .home-Research .title-head .title-con {
        width: 100%;
        margin-right: 0;
    }
    .home-Research .title-head .txt {
        margin-top: .3rem;
    }
    .home-our .first .text-con {
        padding-left: 0;
        padding-right: 0;
    }
    .home-our .content {
        margin-top: .4rem;
    }
    .home-video .play-pic {
        width: 100%;
        margin-top: .4rem;
    }
    .home-video .pic {
        height: auto;
    }
    .home-video .play-pic::after {
        display: none;
    }
    .home-video .text-con {
        padding-top: .4rem;
    }
    .home-video .home-title {
        position: initial;
    }
    .home-video .mores {
        margin-top: .3rem;
    }
    .login-content {
        padding-left: .5rem;
        background: #FFF;
        height: 2.8rem;
    }
}

@media(max-width:540px) {
    .home-news .item,
    .home-our .item {
        width: 100%;
        margin-right: 0;
    }
    .videoShow {
        height: 4.2rem;
    }
}

@media(max-width:480px) {
    .home-team .content {
        margin-top: .4rem;
    }
    .home-team .preview .swiper-slide {
        width: 48%;
    }
    .home-team .view .con {
        width: 100%;
        margin-right: 0;
        overflow: hidden;
        border-radius: .15rem;
        -webkit-border-radius: .15rem;
        -moz-border-radius: .15rem;
        -ms-border-radius: .15rem;
        -o-border-radius: .15rem;
    }
    .home-team .view .more {
        display: none;
    }
    .home-team .preview .arrow-left,
    .home-team .preview .arrow-right {
        width: 50px;
        height: 45px;
    }
    .home-team .view .name {
        margin-top: .3rem;
    }
}

.page-banner .wal {
    display: flex;
    align-items: flex-end;
}
.page-banner .title{
    padding-top: 0rem;
}

.header.fixed,
.header.on {
    position: fixed;
    top: 0;
}

.login-content .home-title {
    position: relative;
}

.show-mb {
    display: none;
}

@media (max-width: 1199px) {
    .show-mb {
        display: block;
    }
    .page-banner {
        background-position: left center;
    }
    .page-banner .title {
        height: auto;
        padding: 0 0 .5rem 0;
    }
}

@media(max-width: 767px) {
    .page-banner .title{
        height: auto;
        padding-bottom: .5rem;
    }
    .home-notice .swiper-container {
        padding: 0 .2rem;
    }
    .home-notice .swiper-button-prev,
    .home-notice .swiper-button-next {
        width: .6rem;
        height: .6rem;
    }
    .home-notice .swiper-button-prev {
        left: -0.1rem;
    }
    .home-notice .swiper-button-next {
        right: -0.1rem;
    }
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .home-notice .content .tit {
        max-height: .9rem;
        overflow: hidden;
    }
    
    .home-team .view .pic img,
    .home-team .preview .pic img {
        font-family: 'object-fit: cover;';
    }
}

.pb_sys_common{line-height:30px !important;}