@charset "utf-8";
@import "fonts.css";
/* 初始化 */

html {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-text-size-adjust: none;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    font-size: 625%;
    /*10 ÷ 16 × 1000% = 625% = 100px*/
    /* 1rem = 100px */
    max-width: 750px;
    margin: 0 auto;
    background: #FFFFFF;
}

body {
    font-family: '微软雅黑', sans-serif;
    text-align: center;
    background: none;
    overflow-x: hidden;
    overflow-y: visible;
    /* color: #FFFFFF; */
    font-size: 12px;
    font-size: .12rem;
    padding: 0;
    margin: 0;
}

div {
    /* -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; */
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

li {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

img {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
    color: #666666;
    font-family: '微软雅黑', sans-serif;
    /* transition: all .4s; */
}

a:hover {
    color: #000;
}

input {
    vertical-align: middle;
    outline: none;
    font-family: '微软雅黑', sans-serif;
}

input[type="radio"] {
    vertical-align: -1px;
    vertical-align: middle\9;
}

.input_txt {
    height: 18px;
    height: 22px\9;
    padding-left: 1px;
    padding-top: 4px;
    padding-top: 0\9;
    border: 1px solid #B3D0DF;
    *line-height: 22px;
}

textarea {
    outline: none;
    font-family: '微软雅黑', sans-serif;
    resize: none
}

p {
    margin: 5px 0;
    font-size: 16px;
    font-family: sans-serif;
}

form {
    padding: 0;
    margin: 0;
}

/* 常用类 */

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.inlineBlock {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}

.opacity {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.clearBoth {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.breakAll {
    word-wrap: break-word;
    word-break: break-all;
}

/* 页码 */

.pagination {
    text-align: center;
    display: flex;
}

.pagination li {
    width: 33px;
    height: 33px;
    margin-right: 1px;
    display: block;
    transition: all .4s;
}

.pagination li.hover {
    background-image: url(../images/page_active.png);
}

.pagination li.active {
    background-image: url(../images/page_active.png);
}

.pagination li a {
    width: 33px;
    height: 33px;
    display: block;
    cursor: pointer;
    line-height: 33px;
    text-align: center;
    color: #fefefe;
}

.pagination li span {
    line-height: 33px;
}

.pagination li.active a {
    color: #252e4f;
}

.pagination li.active span {
    color: #252e4f;
}

.pagination li.hover a {
    color: #252e4f;
}

.pagination .disabled {
    /* color: red; */
}

.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

/* 主框架 */

#all {
    width: 100%;
    position: relative;
    box-sizing: content-box;
    padding-top: .9rem;
}

.top {
    display: none;
}

.footer {
    display: none;
}

.top-wap {
    position: fixed;
    z-index: 99;
    background-color: #FFFFFF;
    width: 100%;
    top: 0;
    left: 0;
    height: .9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-wap .logo {
    width: .55rem;
    height: .61rem;
    background-image: url(../images/logo-m.png);
    background-size: 100% 100%;
    margin-left: .2rem;
}

.top-wap .expand-btn {
    background-image: url(../images/expand-btn.png);
    background-size: 100% 100%;
    width: .34rem;
    height: .29rem;
    margin-right: .3rem;
}

#expand-menu-wap {
    position: fixed;
    top: .9rem;
    width: 100%;
    left: 0;
    background-color: #FFFFFF;
    transition: all .4s;
    z-index: 99;
    padding: .25rem .4rem;
    box-sizing: border-box;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

#expand-menu-wap.expand {
    height: auto;
    opacity: 1;
}

#expand-menu-wap .top-menu {
    position: relative;
}

#expand-menu-wap .top-menu .item {
    transition: all .4s;
    box-sizing: border-box;
    width: 100%;
    height: .8rem;
    line-height: .8rem;
    border: .03rem solid transparent;
    color: #666666;
    font-size: .26rem;
    letter-spacing: .1em;
    display: block;
    margin-bottom: .3rem;
}

#expand-menu-wap .top-menu .item.active {
    color: #009261;
    border-color: #009261;
}

.chat-icon {
    display: none;
}

.homeSwiper {
    width: 100%;
    height: 7.5rem;
    position: relative;
    z-index: 1;
}

.swiper-slide {
    position: relative;
}

.homeSwiper .swiper-pagination {
    position: relative;
    text-align: center;
    bottom: 50px !important;
    width: auto !important;
    height: 12px !important;
    display: inline-block;
    z-index: 99;
}

.homeSwiper .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 8px !important;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    height: 12px !important;
    width: 12px;
    background: #e5e5e5;
    border-radius: 50%;
}

.homeSwiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #ed0928;
}

.homeSwiper a {
    width: 100%;
    height: 100%;
    display: block;
}

.homeSwiper .prev-btn {
    width: 30px;
    height: 102px;
    background: url(../images/prev-btn.png) center no-repeat;
    margin-top: -51px;
    left: 25px;
}

.homeSwiper .next-btn {
    width: 30px;
    height: 102px;
    background: url(../images/next-btn.png) center no-repeat;
    margin-top: -51px;
    right: 25px;
}

.carousel-element {
    position: relative;
}

.home-element {
    position: relative;
    z-index: 1;
}

.thumb-element {
    position: absolute;
    z-index: 2;
    bottom: .45rem;
    left: 50%;
    transform: translateX(-50%);
}

.thumbSwiper {
    height: 1.2rem;
    display: flex;
}

.thumbSwiper .thumb-slide {
    width: 1.95rem;
    height: 1.2rem;
    margin: 0 .1rem;
    cursor: pointer;
}

.idx-search-element {
    display: none;
}

.idx-product-element {
    width: 100%;
    height: 13rem;
    background: url(../images/idx-product-bg.png) center no-repeat;
    background-size: cover;
}

.idx-product-element .topic-en {
    /* line-height: 1em; */
    padding-top: 1.2rem;
    text-align: center;
    color: #ffffff;
    font-size: .4rem;
    font-weight: bold;
}

.idx-product-element .topic-cn {
    color: #ffffff;
    text-align: center;
    font-size: .26rem;
}

.idx-product-element .product-label {
    color: #ffffff;
    font-size: .22rem;
    padding-top: .7rem;
}

.idx-product-element .product-label .label {
    color: #ffffff;
    font-size: .22rem;
    padding: 0 .25rem;
}

.idx-product-list {
    padding-top: 1.1rem;
    margin: 0 auto;
    position: relative;
    width: 6.8rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.idx-product-list.product {
    padding-top: .45rem;
    flex-wrap: wrap;
    /* width: 750px; */
}

.idx-product-list .product-item {
    width: 3.3rem;
    display: block;
    cursor: pointer;
    margin-right: .2rem;
    margin-bottom: .45rem;
}

.idx-product-list .product-item:nth-child(2n+2) {
    margin-right: 0;
}

.idx-product-list .product-item .image {
    height: 2.5rem;
    width: 3.3rem;
    overflow: hidden;
}

.idx-product-list .product-item .image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    vertical-align: middle;
    transition: all .4s;
}

.idx-product-list .product-item:hover .image img {
    transform: scale(1.1);
}

.idx-product-list .product-item .info {
    height: .64rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #9ed5c2;
    text-align: left;
    color: #ffffff;
}

.idx-product-list .product-item .info .title {
    width: 2.8rem;
    font-size: .24rem;
}

.idx-product-list .product-item .info .icon {
    font-size: .24rem;
}

.idx-product-list.product .product-item .info {
    color: #666666;
    border-color: #707070;
}

.idx-product-element .more-btn {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    color: #ffffff;
    font-size: 13px;
    width: 135px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ffffff;
    transition: all .4s;
    opacity: .75;
    margin-top: .05rem;
}

.idx-product-element .more-btn:hover {
    opacity: 1;
}

.idx-about-element {
    width: 100%;
    background-color: #FFFFFF;
}

.idx-about-element .topic-en {
    /* line-height: 1em; */
    padding-top: 1.1rem;
    text-align: center;
    color: #666666;
    font-size: .4rem;
    font-weight: bold;
}

.idx-about-element .topic-cn {
    color: #666666;
    text-align: center;
    font-size: .26rem;
}

.idx-about-flex-block {
    display: flex;
    padding: 0 .5rem;
    padding-top: .75rem;
    padding-bottom: 1.05rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.idx-about-flex-block .left-info {
    width: 6.5rem;
    text-align: left;
    padding-top: .65rem;
}

.idx-about-flex-block .left-info .title {
    line-height: 1em;
    color: #666666;
    font-size: .3rem;
    font-weight: bold;
}

.idx-about-flex-block .left-info .info {
    font-size: .24rem;
    line-height: .4rem;
    color: #999999;
    margin-top: .35rem;
}


.idx-about-flex-block .left-info .more-btn {
    display: block;
    cursor: pointer;
    transition: all .4s;
    text-align: center;
    width: 130px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    opacity: .75;
    color: #FFFFFF;
    font-size: 13px;
    background-color: #009261;
    border: 1px solid #009261;
    margin-top: .9rem;
    margin-left: auto;
    margin-right: auto;
}

.idx-about-flex-block .left-info .more-btn:hover {
    opacity: 1;
}

.idx-about-flex-block .right-info {
    width: 6.5rem;
}

.idx-about-flex-block .right-info video {
    width: 6.5rem;
    height: 4rem;
}

.idx-about-label {
    display: flex;
    justify-content: center;
    border-top: 2px solid #edebed;
    padding-top: .8rem;
    flex-wrap: wrap;
    justify-content: center;
}

.idx-about-label .label {
    margin: 0 .3rem;
    margin-bottom: .6rem;
}

.idx-about-label .label .title {
    color: #666666;
    font-size: 25px;
}

.idx-about-label .label .title .big {
    font-size: 37px;
}

.idx-about-label .label .line {
    width: 24px;
    height: 2px;
    background: #009261;
    margin: 15px auto;
}

.idx-about-label .label .preview {
    color: #999999;
    font-size: 12px;
}

.idx-case-block {
    margin-top: .55rem;
    background-color: #009261;
    padding: .8rem .45rem;
}

.idx-case-info {
    display: flex;
    flex-wrap: wrap;
}

.idx-case-info .image {
    width: 6.6rem;
}

.idx-case-info .image img {
    width: 100%;
    /* height: 100%; */
    display: block;
    object-fit: cover;
    vertical-align: middle;
}

.idx-case-info .info {
    width: 6.6rem;
    color: #FFFFFF;
    position: relative;
}

.idx-case-info .info .title {
    padding-top: .6rem;
    font-size: .3rem;
    text-align: left;
}

.idx-case-info .info .preview {
    padding-top: .55rem;
    font-size: .24rem;
    line-height: 1.6em;
    text-align: left;
}

.idx-case-info .more-btn {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    font-size: 13px;
    width: 135px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ffffff;
    transition: all .4s;
    opacity: .75;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
}

.idx-case-info .more-btn:hover {
    opacity: 1;
}

.idx-news-block {
    padding-top: 1.35rem;
    display: flex;
    padding-bottom: 155px;
    padding-left: .45rem;
    padding-right: .45rem;
    flex-wrap: wrap;
}

.news-left {
    width: 6.6rem;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: .7rem;
}

.news-left .news-item {
    width: 6.6rem;
    display: block;
    text-align: left;
}

.news-left .image {
    width: 6.6rem;
}

.news-left .image img {
    width: 100%;
    display: block;
}

.news-left .info {
    padding: .45rem 0;
}

.news-left .info .title {
    color: #333333;
    font-size: .3rem;
    font-weight: bold;
}

.news-left .info .preview {
    color: #999999;
    font-size: .24rem;
    line-height: .4rem;
    margin-top: .25rem;
}

.news-left .more-btn {
    display: block;
    cursor: pointer;
    transition: all .4s;
    text-align: center;
    width: 130px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    opacity: .75;
    color: #FFFFFF;
    font-size: 13px;
    background-color: #009261;
    border: 1px solid #009261;
    margin-top: .3rem;
}

.news-left .more-btn:hover {
    opacity: 1;
}

.news-right {
    width: 6.6rem;
}

.news-right .news-item {
    text-align: left;
    padding-bottom: .6rem;
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    cursor: pointer;
    padding-top: .6rem;
}

.news-right .date {
    display: inline-block;
    color: #999;
    line-height: 1em;
    text-align: center;
}

.news-right .date .d {
    font-weight: bold;
    font-size: .8rem;
}

.news-right .date .m {
    font-size: .22rem;
    padding-top: .4rem;
}

.news-right .info {
    padding-left: .35rem;
    width: 5.3rem;
    margin-top: -.3rem;
}

.news-right .info .title {
    color: #333333;
    font-size: .3rem;
    font-weight: bold;
}

.news-right .info .preview {
    color: #999999;
    font-size: .24rem;
    line-height: .4rem;
    margin-top: .15rem;
}

.flex-element {
    position: relative;
}

.left-menu-element {
    display: none;
}

.banner-element {
    position: relative;
}

.banner-element img {
    width: 100%;
    display: block;
    position: relative;
}

.right-container-element {
    /* padding-top: 20px;
    width: 780px; */
    text-align: left;
}

.right-container-element.full {
    width: 100%;
}

.right-container-element .nav-bar {
    display: none;
}

.right-container-element .text-container {
    padding: .35rem;
}

.right-container-element .text-container img {
    max-width: 100%;
}

.mb-nav-bar {
    display: flex;
    height: .8rem;
    border-bottom: 1px solid #edebed;
    justify-content: space-between;
    align-items: center;
    color: #c5c5c5;
    font-size: .2rem;
}

.mb-nav-bar a {
    color: #c5c5c5;
    font-size: .2rem;
}

.mb-nav-bar .nav-label {
    padding-right: .3rem;
}

.mb-nav-bar .selector-label {
    padding-left: .3rem;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    position: relative;
}

.mb-nav-bar .selector-label::after {
    content: "";
    width: 1px;
    height: .26rem;
    background-color: #e5e5e5;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.mb-nav-bar .selector-label .icon {
    background-image: url(../images/green-hover.png);
    background-size: .16rem .09rem;
    width: .16rem;
    height: .09rem;
    margin: 0 .35rem;
}

.mb-nav-bar .selector-label .selector-item {
    color: #666666;
    font-size: .24rem;
}

.honor-list {
    display: flex;
    width: 6.8rem;
    padding: .45rem .35rem;
    flex-wrap: wrap;
}

.honor-list .honor-item {
    width: 3.4rem;
    /* margin-right: 30px; */
    margin-bottom: .25rem;
    display: block;
    cursor: pointer;
}

.honor-list .honor-item:nth-child(3n+3) {
    margin-right: 0;
}

.honor-list .honor-item .image {
    overflow: hidden;
    width: 3.4rem;
    height: 2.55rem;
}

.honor-list .honor-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
    display: block;
    transition: all .4s;
}

.honor-list .honor-item:hover .image img {
    transform: scale(1.1);
}

.honor-list .honor-item .title {
    color: #666666;
    font-size: .24rem;
    line-height: .6rem;
    text-align: center;
}

.page-bar {
    display: none;
}

.mb-back-bar {
    line-height: .8rem;
    background-color: #f8f8f8;
    display: flex;
    justify-content: space-between;
    padding: 0 .3rem;
    color: #999999;
    font-size: .2rem;
    align-items: center;
}

.mb-back-bar a {
    color: #999999;
    font-size: .2rem;
}

.mb-back-bar .back-btn {
    color: #999999;
    font-size: .22rem;
}

.case-list {
    width: 6.8rem;
    padding-top: .4rem;
    padding-left: .35rem;
    padding-right: .35rem;
}

.case-list .case-item {
    margin-bottom: .4rem;
    display: flex;
}

.case-list .case-item .image {
    width: 2.8rem;
    height: 1.9rem;
}

.case-list .case-item .image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    vertical-align: middle;
}

.case-list .case-item .info {
    padding-left: .2rem;
    width: 3.6rem;
    /* height: 160px; */
    text-align: left;
}

.case-list .case-item .info .title {
    color: #333333;
    font-size: .26rem;
    font-weight: bold;
}

.case-list .case-item .info .preview {
    color: #5f5f5f;
    font-size: .24rem;
    margin-top: .15rem;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.case-list .case-item .info .more-btn {
    display: block;
    cursor: pointer;
    transition: all .4s;
    width: 2rem;
    height: .65rem;
    line-height: .65rem;
    opacity: .75;
    background-color: #009261;
    color: #FFFFFF;
    font-size: .18rem;
    text-align: center;
    margin-top: .4rem;
}

.case-list .case-item .info .more-btn:hover {
    opacity: 1;
}

.join-element {
    padding: 90px 20px;
    padding-top: 0;
}

.join-element .join-title {
    color: #333333;
    font-size: .3rem;
    font-weight: bold;
    padding-top: .9rem;
}

.join-form {
    position: relative;
}

.join-table {
    position: relative;
    padding-top: .4rem;
}

.join-table td {
    padding-bottom: .2rem;
    color: #8c8c8c;
    font-size: .24rem;
    line-height: .7rem;
    padding-right: 35px;
    vertical-align: top;
    min-width: 1.2rem;
}

.join-table .input {
    width: 4rem;
    height: .7rem;
    border: 1px solid #b6b6b6;
    padding: 0 .1rem;
}

.join-table .text-area {
    resize: none;
    width: 4rem;
    height: 110px;
    border: 1px solid #b6b6b6;
    padding: 5px;
}

.join-table .btn {
    border: 0;
    background-color: #009261;
    width: 80px;
    height: 28px;
    color: #FFFFFF;
    cursor: pointer;
}

.news-list {
    padding-top: .5rem;
    padding-left: .4rem;
    padding-right: .4rem;
}

.news-list .news-item {
    margin-bottom: .5rem;
    display: flex;
    align-items: center;
}

.news-list .news-item .date {
    text-align: center;
    width: 1.1rem;
}

.news-list .news-item .date .d {
    height: .7rem;
    line-height: .7rem;
    background-color: #009261;
    color: #FFFFFF;
    font-size: .64rem;
    font-weight: bold;
}

.news-list .news-item .date .ym {
    margin-top: 1px;
    background-color: #a3a3a3;
    height: .28rem;
    line-height: .28rem;
    color: #FFFFFF;
    font-size: .2rem;
    font-weight: bold;
}

.news-list .news-item .info {
    /* width: 620px; */
    padding-left: .2rem;
    text-align: left;
    width: 5.4rem;
}

.news-list .news-item .info .title-bar {
    display: flex;
    justify-content: space-between;
    color: #000000;
    font-size: .3rem;
}

.news-list .news-item .info .title {
    /* width: 2rem; */
    font-weight: bold;
}

.news-list .news-item .info .more-btn {
    color: #000000;
    font-size: .3rem;
    display: none;
}

.news-list .news-item .info .preview {
    color: #666666;
    font-size: 14px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}