@charset "UTF-8"; @font-face {
    font-family: "ob";
    src: url("../woff2/font.woff2") format("woff2"), url("../woff/font.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "pb";
    src: url("../woff2/piersans-bold.woff2") format("woff2"), url("../woff/piersans-bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

header, .page_box ul li a, .contact .main_wrap .layout1 .r_box input, .contact .main_wrap .layout1 .r_box textarea {
    transition: .32s;
    -moz-transition: .32s;
    /* Firefox 4 */
    -webkit-transition: .32s;
    /* Safari 和 Chrome */
    -o-transition: .32s;
    /* Opera */
}

.index .wrap_02 .w_list li h6, .index .wrap_02 .w_list li p, .index .wrap_04 .n_list li .pic_box img {
    transition: .6s;
    -moz-transition: .6s;
    /* Firefox 4 */
    -webkit-transition: .6s;
    /* Safari 和 Chrome */
    -o-transition: .6s;
    /* Opera */
}

.page_box ul li a, .index .wrap_02 .w_list li .icon_box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.case_list .pub_r_con .c_list li a .des_box h6, .news_list .pub_r_con .c_list li a .des_box h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list .pub_r_con .c_list li a .time_box span {
    display: flex;
    justify-content: center;
    align-items: center;
}

input {
    font-size: 14px;
}

.mask {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

body {
    padding-top: 90px;
}

header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
}

header .layout {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .layout h1 a img {
    height: 40px;
}

header .layout .r_box {
    display: flex;
    align-items: center;
}

header .layout .r_box .r_b {
    display: flex;
    align-items: center;
}

header .layout .r_box .r_b nav ul {
    display: flex;
    flex-wrap: wrap;
}

header .layout .r_box .r_b nav ul li {
    margin-right: 70px;
    position: relative;
}

header .layout .r_box .r_b nav ul li .first_menu {
    color: #777;
    font-size: calc(12px - 0.12rem + 0.18rem);
    font-family: 'pb';
    line-height: 90px;
}

header .layout .r_box .r_b nav ul li:hover .first_menu {
    color: #1cc8b6;
}

header .layout .r_box .r_b nav ul li:last-child {
    margin-right: 0;
}

header .layout .r_box .r_b nav ul li .second_menu {
    position: absolute;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 999;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
    min-width: 2rem;
    border-radius: 3px;
    background: #fff;
    text-align: center;
    line-height: 35px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

header .layout .r_box .r_b nav ul li .second_menu a {
    color: #333;
    font-size: calc(12px - 0.12rem + 0.14rem);
    display: block;
    text-align: left;
    padding-left: 15px;
    line-height: 50px;
    border-bottom: 1px solid #f1f1f1;
}

header .layout .r_box .r_b nav ul li .second_menu a:hover {
    color: #1cc8b6;
}

header .layout .r_box .r_b nav ul li .iconfont {
    position: absolute;
    display: none;
    right: 20px;
    font-size: calc(12px - 0.12rem + 0.22rem);
}

header .layout .r_box .r_b nav ul .on a {
    color: #1cc8b6;
}

header .layout .r_box .r_b nav .r_t {
    display: none;
}

header .layout .r_box .r_b .nav_btn {
    display: none;
}

header .layout .r_box .lang_switch {
    display: flex;
    margin-left: .64rem;
}

header .layout .r_box .lang_switch a {
    min-width: .36rem;
    height: .36rem;
    background-color: #efefef;
    text-align: center;
    line-height: .36rem;
    color: #777777;
    display: block;
    font-size: calc(12px - 0.12rem + 0.14rem);
    padding: 0 .05rem;
}

header .layout .r_box .lang_switch .on {
    background-color: #1cc8b6;
    color: #fff;
}

footer {
    display: flex;
    background-color: #333333;
    padding-top: .5rem;
    padding-bottom: .7rem;
    justify-content: center;
    flex-wrap: wrap;
}

footer .f_l .share_box {
    margin-top: .5rem;
}

footer .f_l .share_box a {
    color: #ffffff;
    margin-right: .12rem;
    opacity: 0.6;
    font-size: calc(12px - 0.12rem + 0.24rem);
}

footer .f_l .share_box a:hover {
    color: #1cc8b6;
}

footer .f_r {
    display: flex;
    flex-wrap: wrap;
}

footer .f_r dl {
    margin-left: 1.1rem;
}

footer .f_r dl dt {
    margin-bottom: .4rem;
}

footer .f_r dl dt a {
    color: #ffffff;
    opacity: 0.6;
    font-size: calc(12px - 0.12rem + 0.18rem);
}

footer .f_r dl dd {
    margin-bottom: .15rem;
}

footer .f_r dl dd a {
    color: #ffffff;
    opacity: 0.6;
    font-size: calc(12px - 0.12rem + 0.14rem);
}

.banner_wrap {
    position: relative;
}

.banner_wrap img{
    width: 100%;
}

.banner_wrap h6 {
    color: #ffffff;
    font-size: calc(12px - 0.12rem + 0.48rem);
    font-weight: 550;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20%;
}

.cur_box {
    background-color: #ffffff;
    box-shadow: 0px 0px 1px 0px rgba(155, 155, 155, 0.3);
}

.cur_box .layout1 {
    height: .6rem;
    align-items: center;
    display: flex;
    color: #666666;
    font-size: calc(12px - 0.12rem + 0.16rem);
}

.cur_box .layout1 img {
    margin-right: .1rem;
}

.cur_box .layout1 a {
    color: #666666;
    font-size: calc(12px - 0.12rem + 0.16rem);
}

.cur_box .layout1 a:hover {
    color: #1cc8b6;
}

.cur_box .layout1 span {
    margin: 0 .1rem;
}

.pub_main {
    display: flex;
    justify-content: space-between;
    padding: .5rem 0;
}

.pub_main .pub_l_menu {
    width: 20.8333%;
}

.pub_main .pub_l_menu .phone_btn {
    position: fixed;
    display: none;
    top: 30%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    top: 30%;
    left: 0;
    background-color: #1cc8b6;
    color: #fff;
}

.pub_main .pub_l_menu .item .fir {
    display: flex;
    justify-content: space-between;
    height: .5rem;
    border-bottom: 1px solid #eee;
    align-items: center;
}

.pub_main .pub_l_menu .item .fir:hover span {
    color: #1cc8b6;
}

.pub_main .pub_l_menu .item .fir span {
    font-size: calc(12px - 0.12rem + 0.16rem);
    color: #333333;
}

.pub_main .pub_l_menu .item .fir i {
    color: #1cc8b6;
    float: right;
    font-weight: 550;
    font-size: calc(12px - 0.12rem + 0.22rem);
}

.pub_main .pub_l_menu .item .second_menu {
    display: none;
}

.pub_main .pub_l_menu .item .second_menu a {
    font-size: calc(12px - 0.12rem + 0.14rem);
    color: #555555;
    line-height: .5rem;
    display: block;
    border-bottom: 1px solid #eee;
    padding-left: .2rem;
}

.pub_main .pub_l_menu .item .second_menu a:hover {
    color: #1cc8b6;
}

.pub_main .pub_l_menu .on .fir span {
    color: #1cc8b6;
}

.pub_main .pub_r_con {
    width: 75.83333%;
}

.page_box {
    margin: .6rem 0;
}

.page_box ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_box ul li {
    margin: 0 .1rem;
}

.page_box ul li a {
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    border: solid 1px #888;
    color: #888;
    font-size: calc(12px - 0.12rem + 0.14rem);
}

.page_box ul li a:hover {
    border: solid 1px #1cc8b6;
    background-color: #1cc8b6;
    color: #fff;
}

.page_box ul .on a {
    border: solid 1px #1cc8b6;
    background-color: #1cc8b6;
    color: #fff;
}

.index .pub_tit {
    padding: 70px 0;
    text-align: center;
    color: #1cc8b6;
    font-size: calc(12px - 0.12rem + 0.28rem);
    font-family: 'pb';
}

.index .pub_tit em {
    display: inline-block;
    width: 160px;
    height: 1px;
    background-color: #1cc8b6;
    opacity: 0.5;
    vertical-align: middle;
    margin: 0 30px;
}

.index .wrap_01 {
    background-color: #f6f6f6;
}

.index .wrap_01 .p_list {
    display: flex;
    flex-wrap: wrap;
}

.index .wrap_01 .p_list li {
    margin-bottom: 50px;
    width: 32%;
    margin-right: 2%;
    position: relative;
}

.index .wrap_01 .p_list li:nth-child(3n+3) {
    margin-right: 0;
}

.index .wrap_01 .p_list li a {
    display: block;
    text-align: center;
}

.index .wrap_01 .p_list li a:hover .pic_box .pop_box {
    opacity: 1;
}

.index .wrap_01 .p_list li a:hover .pic_box img {
    transform: scale(1.1);
}

.index .wrap_01 .p_list li a:hover p {
    color: #1cc8b6;
}

.index .wrap_01 .p_list li a .pic_box {
    position: relative;
    overflow: hidden;
}

.index .wrap_01 .p_list li a .pic_box img {
    transition: .3s;
}

.index .wrap_01 .p_list li a .pic_box .pop_box {
    transition: .3s;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(28, 200, 182, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.index .wrap_01 .p_list li a .pic_box .pop_box span {
    display: inline-block;
    width: 137px;
    height: 43px;
    background-color: #ffffff;
    text-align: center;
    line-height: 43px;
    color: #1cc8b6;
    font-size: 14px;
}

.index .wrap_01 .p_list li a p {
    margin-top: 20px;
    font-family: 'pb';
    color: #333333;
    font-size: calc(12px - 0.12rem + 0.18rem);
}

.index .wrap_02 {
    padding-bottom: .72rem;
}

.index .wrap_02 .w_list {
    display: flex;
    flex-wrap: wrap;
}

.index .wrap_02 .w_list li {
    width: 23%;
    height: 4.1rem;
    margin-right: 2.66666%;
    /*      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;*/
    padding: .5rem .2rem 0;
    cursor: pointer;
    background-color: #f6f6f6;
}

.index .wrap_02 .w_list li:hover {
    background-color: #1cc8b6;
}

.index .wrap_02 .w_list li:hover .icon_box {
    background: #fff;
}

.index .wrap_02 .w_list li:hover .icon_box .im1 {
    display: none;
}

.index .wrap_02 .w_list li:hover .icon_box .im2 {
    display: inline-block;
}

.index .wrap_02 .w_list li:hover h6 {
    color: #fff;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.index .wrap_02 .w_list li:hover p {
    color: #fff;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.index .wrap_02 .w_list li:last-child {
    margin-right: 0;
}

.index .wrap_02 .w_list li .icon_box {
    width: 1.3rem;
    height: 1.3rem;
    margin: 0 auto;
    background-color: #e6e6e6;
    border-radius: 50%;
}

.index .wrap_02 .w_list li .icon_box .im2 {
    display: none;
}

.index .wrap_02 .w_list li h6 {
    text-align: center;
    color: #333333;
    font-size: calc(12px - 0.12rem + 0.2rem);
    margin: .4rem 0;
    font-family: 'pb';
}

.index .wrap_02 .w_list li p {
    color: #666666;
    font-size: calc(12px - 0.12rem + 0.14rem);
    text-align: left;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 4.8em;
}

.index .wrap_03 {
    background-image: url("../jpg/green.jpg");
    background-size: cover;
    display: flex;
    /* align-items: center; */
}

.index .wrap_03 .w_l {
    width: 50%;
    /* height: 100%; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.index .wrap_03 .w_l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index .wrap_03 .w_2 {
    width: 7rem;
    padding: .5rem;
    background-color: #ffffff;
    -webkit-transform: translateX(-0.8rem);
    -moz-transform: translateX(-0.8rem);
    -ms-transform: translateX(-0.8rem);
    -o-transform: translateX(-0.8rem);
    transform: translateX(-0.8rem);
    margin: .7rem 0;
}

.index .wrap_03 .w_2 h6 {
    color: #25cab9;
    font-size: calc(12px - 0.12rem + 0.36rem);
    margin-bottom: .4rem;
    font-family: 'pb';
}

.index .wrap_03 .w_2 p {
    color: #555555;
    font-size: calc(10px - 0.12rem + 0.16rem);
    line-height: 1.6;
}

.index .wrap_03 .w_2 a {
    margin-top: .4rem;
    width: 1.83rem;
    height: .53rem;
    line-height: .53rem;
    background-color: #25cab9;
    text-align: center;
    font-size: calc(12px - 0.12rem + 0.16rem);
    color: #ffffff;
    display: block;
}

.index .wrap_04 {
    padding-bottom: .7rem;
}

.index .wrap_04 .n_list {
    display: flex;
    flex-wrap: wrap;
}

.index .wrap_04 .n_list li {
    width: 32%;
    margin-right: 2%;
}

.index .wrap_04 .n_list li:nth-child(3n+3) {
    margin-right: 0;
}

.index .wrap_04 .n_list li:hover .tet_box {
    background-color: #1cc8b6;
}

.index .wrap_04 .n_list li:hover .tet_box h6 {
    color: #fff;
}

.index .wrap_04 .n_list li:hover .tet_box p {
    color: #fff;
}

.index .wrap_04 .n_list li:hover .tet_box span {
    color: #fff;
}

.index .wrap_04 .n_list li:hover .pic_box img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.index .wrap_04 .n_list li .pic_box {
    overflow: hidden;
}

.index .wrap_04 .n_list li .tet_box {
    background-color: #f8f8f8;
    padding: 0 .2rem .2rem;
}

.index .wrap_04 .n_list li .tet_box h6 {
    color: #333;
    font-size: calc(12px - 0.12rem + 0.2rem);
    padding: .3rem 0;
    font-family: 'pb';
}

.index .wrap_04 .n_list li .tet_box p {
    color: #666666;
    font-size: calc(12px - 0.12rem + 0.14rem);
    color: #666666;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 4.8em;
}

.index .wrap_04 .n_list li .tet_box span {
    color: #666666;
    font-size: calc(12px - 0.12rem + 0.14rem);
    display: inline-block;
    margin-top: .2rem;
}

.down .main_box {
    padding: .55rem 0;
}

.down .main_box .d_list li {
    display: flex;
    align-items: center;
    height: .5rem;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}

.down .main_box .d_list li span {
    font-size: calc(12px - 0.12rem + 0.16rem);
    color: #666;
}

.down .main_box .d_list li:hover span {
    color: #1cc8b6;
}

.down .main_box .d_list li:hover a .im1 {
    display: none;
}

.down .main_box .d_list li:hover a .im2 {
    display: inline-block;
}

.down .main_box .d_list li a .im2 {
    display: none;
}

.case_list .pub_r_con .c_list li {
    margin-bottom: .3rem;
}

.case_list .pub_r_con .c_list li a {
    padding: .3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #eee;
}

.case_list .pub_r_con .c_list li a:hover {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1), 0px 16px 32px 0px rgba(0, 0, 0, 0.2);
}

.case_list .pub_r_con .c_list li a:hover .time_box h5 {
    color: #1cc8b6;
}

.case_list .pub_r_con .c_list li a:hover .time_box P {
    color: #1cc8b6;
}

.case_list .pub_r_con .c_list li a:hover .des_box h6 {
    color: #1cc8b6;
}

.case_list .pub_r_con .c_list li a .pic_box {
    width: 2.4rem;
}

.case_list .pub_r_con .c_list li a .pic_box img {
    width: 100%;
}

.case_list .pub_r_con .c_list li a .time_box {
    text-align: center;
}

.case_list .pub_r_con .c_list li a .time_box h5 {
    color: #666;
    font-size: calc(12px - 0.12rem + 0.36rem);
}

.case_list .pub_r_con .c_list li a .time_box p {
    color: #666;
    margin-top: .1rem;
    font-size: calc(12px - 0.12rem + 0.18rem);
}

.case_list .pub_r_con .c_list li a .des_box {
    width: 4.63rem;
}

.case_list .pub_r_con .c_list li a .des_box h6 {
    color: #666;
    font-size: calc(12px - 0.12rem + 0.2rem);
    margin-bottom: .2rem;
}

.case_list .pub_r_con .c_list li a .des_box p {
    color: #555555;
    font-size: calc(12px - 0.12rem + 0.14rem);
    line-height: 1.6;
    height: 4.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.product_details .main_wrap {
    padding: .5rem 0;
}

.product_details .main_wrap .pic_show {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.product_details .main_wrap .pic_show .sh_l {
    width: 7rem;
    display: flex;
    justify-content: space-between;
}

.product_details .main_wrap .pic_show .small_swiper {
    height: 3.2rem;
}

.product_details .main_wrap .pic_show .small_swiper .swiper-slide {
    width: 1.05rem;
    border: 1px solid #eee;
}

.product_details .main_wrap .pic_show .small_swiper .small_on {
    border: solid 1px #1cc8b6;
}

.product_details .main_wrap .pic_show .big_swiper {
    width: 5.5rem;
    border: 1px solid #eee;
}

.product_details .main_wrap .pic_show .big_swiper .swiper-slide img {
    width: 100%;
}

.product_details .main_wrap .pic_show .sh_r {
    width: 4rem;
}

.product_details .main_wrap .pic_show .sh_r h6 {
    margin-bottom: .1rem;
    color: #000;
    font-size: calc(12px - 0.12rem + 0.18rem);
}

.product_details .main_wrap .pic_show .sh_r p {
    color: #555555;
    font-size: calc(12px - 0.12rem + 0.16rem);
    line-height: 1.8;
}

.product_details .main_wrap .pic_show .sh_r .dl_box {
    margin-top: .2rem;
    display: flex;
}

.product_details .main_wrap .pic_show .sh_r .share {
    margin-top: .2rem;
}

.product_details .main_wrap .pic_show .sh_r .dl_box a {
    width: 1.5rem;
    height: .4rem;
    background-color: #1cc8b6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: calc(12px - 0.12rem + 0.16rem);
    margin-right: .15rem;
}

.product_details .main_wrap .pic_show .sh_r .dl_box a:hover {
    opacity: 0.3;
}

.product_details .main_wrap .des_box {
    margin-top: .6rem;
}

.product_details .main_wrap .des_box .tit {
    height: .4rem;
    line-height: .4rem;
    background-color: #1cc8b6;
    padding-left: .26rem;
    color: #ffffff;
    font-size: calc(12px - 0.12rem + 0.16rem);
    margin-bottom: .3rem;
}

.product_details .main_wrap .des_box .d_c {
    color: #555555;
    font-size: calc(12px - 0.12rem + 0.16rem);
    line-height: 1.6;
    padding-right: .26rem;
    padding-left: .26rem;
}

.news_details .main_wrap {
    padding-bottom: .7rem;
}

.news_details .main_wrap .tit_box {
    padding: .55rem 0;
}

.news_details .main_wrap .tit_box h6 {
    /* font-size: calc(12px - 0.12rem + 0.18rem); */
    font-size: calc(12px - 0.12rem + 0.2rem);
    text-align: center;
    color: #333333;
    font-family: 'pb';
}

.news_details .main_wrap .tit_box p {
    color: #666666;
    font-size: calc(12px - 0.12rem + 0.16rem);
    text-align: center;
    margin-top: .15rem;
}

.news_list .pub_r_con .c_list li {
    margin-bottom: .3rem;
}

.news_list .pub_r_con .c_list li a {
    padding: .3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #eee;
}

.news_list .pub_r_con .c_list li a:hover {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1), 0px 16px 32px 0px rgba(0, 0, 0, 0.2);
}

.news_list .pub_r_con .c_list li a:hover .time_box h5 {
    color: #1cc8b6;
}

.news_list .pub_r_con .c_list li a:hover .time_box span {
    color: #1cc8b6;
    border: solid 1px #1cc8b6;
}

.news_list .pub_r_con .c_list li a:hover .des_box h6 {
    color: #1cc8b6;
}

.news_list .pub_r_con .c_list li a:hover .des_box p {
    color: #1cc8b6;
}

.news_list .pub_r_con .c_list li a .pic_box {
    width: 30%;
}

.news_list .pub_r_con .c_list li a .pic_box img {
    width: 100%;
}

.news_list .pub_r_con .c_list li a .time_box {
    text-align: center;
}

.news_list .pub_r_con .c_list li a .time_box h5 {
    color: #555;
    font-size: calc(12px - 0.12rem + 0.24rem);
}

.news_list .pub_r_con .c_list li a .time_box span {
    width: .3rem;
    height: .3rem;
    background-color: #ffffff;
    border-radius: .15rem;
    border: solid 1px #bfbfbf;
    margin-top: .5rem;
    color: #bfbfbf;
}

.news_list .pub_r_con .c_list li a .des_box {
    width: 50%;
}

.news_list .pub_r_con .c_list li a .des_box h6 {
    color: #666;
    font-size: calc(12px - 0.12rem + 0.2rem);
    margin-bottom: .2rem;
}

.news_list .pub_r_con .c_list li a .des_box .add_p {
    color: #555555;
    font-size: calc(12px - 0.12rem + 0.14rem);
    line-height: 1.6;
    height: 4.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news_list .pub_r_con .c_list li a .des_box .add_p p {
    line-height: 1.6;
}

.news_details .main_wrap .a2a_kit {
    text-align: center !important;
    margin-top: .3rem !important;
}

.news_details .main_wrap .a2a_default_style a {
    display: inline-block !important;
    float: inherit !important;
}

.news_details .main_wrap .a2a_dd {
    display: inline-block !important;
    float: inherit !important;
}

.news_details .main_wrap .a2a_kit {
    text-align: center !important;
    margin-top: .3rem !important;
}

.news_details .main_wrap .a2a_default_style a {
    display: inline-block !important;
    float: inherit !important;
}

.news_details .main_wrap .a2a_dd {
    display: inline-block !important;
    float: inherit !important;
}

.feedback .main_wrap {
    background-image: url("../png/14.png");
    background-size: cover;
    padding: .8rem 0;
}

.feedback .main_wrap .layout1 {
    padding-bottom: .6rem;
    background: #fff;
}

.feedback .main_wrap .row {
    padding: .4rem .3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.feedback .main_wrap .row .item {
    width: 48%;
    margin-bottom: .4rem;
}

.feedback .main_wrap .row .item span {
    font-size: calc(12px - 0.12rem + 0.16rem);
    color: #333333;
    margin-bottom: .15rem;
    display: block;
}

.feedback .main_wrap .row .item .inp {
    border: solid 1px #eeeeee;
    display: flex;
    align-items: center;
}

.feedback .main_wrap .row .item .inp input {
    width: 80%;
    height: .4rem;
    border: none;
    padding-left: .2rem;
}

.feedback .main_wrap .sub {
    text-align: center;
}

.feedback .main_wrap .sub input {
    display: inline-block;
    width: 2.12rem;
    height: .5rem;
    background-color: #1cc8b6;
    color: #ffffff;
    font-size: calc(12px - 0.12rem + 0.16rem);
    border: none;
}

.contact .main_wrap {
    padding: .8rem 0;
}

.contact .main_wrap .layout1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact .main_wrap .layout1 .l_box {
    width: 35%;
}

.contact .main_wrap .layout1 .l_box .item {
    display: flex;
    align-items: flex-start;
    margin-bottom: .4rem;
}

.contact .main_wrap .layout1 .l_box .item span {
    color: #666666;
    margin-left: .18rem;
    font-size: calc(12px - 0.12rem + 0.14rem);
    line-height: 1.6;
}

.contact .main_wrap .layout1 .r_box {
    width: 60%;
}

.contact .main_wrap .layout1 .r_box input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    color: #777777;
    font-size: calc(12px - 0.12rem + 0.14rem);
    height: .55rem;
}

.contact .main_wrap .layout1 .r_box input:focus {
    border-bottom: 1px solid #1cc8b6;
}

.contact .main_wrap .layout1 .r_box textarea {
    padding-top: .2rem;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    color: #777777;
    font-size: calc(12px - 0.12rem + 0.14rem);
    height: 1rem;
    margin-bottom: .3rem;
}

.contact .main_wrap .layout1 .r_box textarea:focus {
    border-bottom: 1px solid #1cc8b6;
}

.contact .main_wrap .layout1 .r_box .sub input {
    width: 100%;
    background-color: #1cc8b6;
    color: #fff;
}

.about_us .main_wrap {
    padding-bottom: .8rem;
}

.about_us .main_wrap .layout1 .item .tit {
    text-align: center;
    font-family: 'pb';
    padding: .35rem 0;
    /* font-size: calc(12px - 0.12rem + 0.18rem); */
    font-size: calc(12px - 0.12rem + 0.2rem);
}

.about_us .main_wrap .layout1 .item img {
    margin-right: .3rem;
    margin-bottom: .3rem;
}

.product_list .main_wrap .pub_r_con .p_list {
    display: flex;
    flex-wrap: wrap;
}

.product_list .main_wrap .pub_r_con .p_list li {
    margin-bottom: 50px;
    width: 32%;
    margin-right: 2%;
    position: relative;
}

.product_list .main_wrap .pub_r_con .p_list li:nth-child(3n+3) {
    margin-right: 0;
}

.product_list .main_wrap .pub_r_con .p_list li a {
    display: block;
    text-align: center;
}

.product_list .main_wrap .pub_r_con .p_list li a:hover .pic_box .pop_box {
    opacity: 1;
}

.product_list .main_wrap .pub_r_con .p_list li a:hover .pic_box img {
    transform: scale(1.1);
}

.product_list .main_wrap .pub_r_con .p_list li a:hover p {
    color: #1cc8b6;
}

.product_list .main_wrap .pub_r_con .p_list li a .pic_box {
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
}

.product_list .main_wrap .pub_r_con .p_list li a .pic_box img {
    transition: .3s;
}

.product_list .main_wrap .pub_r_con .p_list li a .pic_box .pop_box {
    transition: .3s;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(28, 200, 182, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.product_list .main_wrap .pub_r_con .p_list li a .pic_box .pop_box span {
    display: inline-block;
    width: 137px;
    height: 43px;
    background-color: #ffffff;
    text-align: center;
    line-height: 43px;
    color: #1cc8b6;
    font-size: 14px;
}

.product_list .main_wrap .pub_r_con .p_list li a p {
    margin-top: 20px;
    color: #333333;
    font-size: calc(12px - 0.12rem + 0.16rem);
}

.product_inquiry .main_box {
    display: flex;
    padding-top: .5rem;
    padding-bottom: .5rem;
    flex-wrap: wrap;
}

.product_inquiry .main_box form {
    width: 57.3%;
    overflow: hidden;
    padding-right: .25rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product_inquiry .main_box form .rows {
    padding: .1rem 0;
}

.product_inquiry .main_box form .input_rows {
    width: 48%;
}

.product_inquiry .main_box form .input_rows label {
    font-size: calc(12px - 0.12rem + 0.16rem);
    display: block;
    padding-bottom: .1rem;
}

.product_inquiry .main_box form .input_rows label span {
    color: red;
}

.product_inquiry .main_box form .input_rows input {
    width: 100%;
    border-radius: 5px;
    height: .4rem;
    line-height: .4rem;
    font-size: calc(12px - 0.12rem + 0.16rem);
    color: #888;
    text-indent: 5px;
    border: 1px #cbcecd solid;
}

.product_inquiry .main_box form .textarea_rows {
    width: 100%;
}

.product_inquiry .main_box form .textarea_rows label {
    font-size: calc(12px - 0.12rem + 0.16rem);
    display: block;
    padding-bottom: .1rem;
}

.product_inquiry .main_box form .textarea_rows label span {
    color: red;
}

.product_inquiry .main_box form .textarea_rows textarea {
    width: 100%;
    height: 1.2rem;
    border-radius: 5px;
    padding: 5px;
    font-size: calc(12px - 0.12rem + 0.16rem);
    color: #888;
}

.product_inquiry .main_box form .ewm_rows {
    width: 100%;
    margin-bottom: .2rem;
}

.product_inquiry .main_box form .ewm_rows label {
    font-size: calc(12px - 0.12rem + 0.16rem);
    display: block;
    padding-bottom: .1rem;
}

.product_inquiry .main_box form .ewm_rows label span {
    color: red;
}

.product_inquiry .main_box form .ewm_rows .vcode {
    display: flex;
}

.product_inquiry .main_box form .ewm_rows .vcode input {
    width: 1rem;
    border-radius: 5px;
    height: .35rem;
    line-height: .35rem;
    border: 1px #cbcecd solid;
    text-indent: 5px;
}

.product_inquiry .main_box form .ewm_rows .vcode img {
    height: .35rem;
    margin-left: .15rem;
}

.product_inquiry .main_box form .sub_rows {
    width: 100%;
}

.product_inquiry .main_box form .sub_rows input {
    width: 1.6rem;
    height: .5rem;
    background: #1cc8b6;
    border-radius: 5px;
    color: #fff;
    font-size: calc(12px - 0.12rem + 0.16rem);
    border: none;
}

.product_inquiry .main_box .product_info {
    display: flex;
    border-bottom: 1px solid #eee;
    padding-bottom: .1rem;
    padding-top: .1rem;
}

.product_inquiry .main_box .product_info .pic_box a {
    display: block;
    width: 1.2rem;
    text-align: center;
    vertical-align: middle;
}

.product_inquiry .main_box .product_info .tet_box {
    margin-left: .3rem;
}

.product_inquiry .main_box .product_info .tet_box h6 {
    margin-bottom: .05rem;
}

.product_inquiry .main_box .product_info .tet_box h6 a {
    font-size: calc(12px - 0.12rem + 0.16rem);
    color: #333;
    font-family: 'pb';
}

.product_inquiry .main_box .product_info .tet_box h6 a:hover {
    text-decoration: underline;
}

.product_inquiry .main_box .product_info .tet_box p {
    font-size: calc(12px - 0.12rem + 0.14rem);
    color: #333;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3.2em;
}

.product_inquiry .main_wrap .layout1 .right_product {
    width: 40%;
}

.product_inquiry .main_wrap .layout1 .right_product .product_info .tet_box .remov_box {
    margin-top: .1rem;
    cursor: pointer;
    font-size: calc(12px - 0.12rem + 0.14rem);
}

.product_inquiry .main_wrap .layout1 .right_product .product_info .tet_box .remov_box i {
    display: inline-block;
    margin-right: 5px;
    font-size: calc(12px - 0.12rem + 0.12rem);
}
@media screen and (max-width: 1500px) {
    header .layout .r_box .r_b nav ul li {
        margin-right: 40px;
    }
}

@media screen and (max-width: 1200px) {
    header .layout .r_box .r_b nav ul li .first_menu {
        height: 60px;
        display: flex;
        align-items: center;
        width: 130px;
    }

    header .layout .r_box .r_b nav ul li .second_menu {
        position: relative;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        box-shadow: none;
        left: 0;
        padding: 0;
        top: 0;
        background: none;
    }

    header .layout .r_box .r_b nav ul li .iconfont {
        top: 16px;
        display: block;
        transition: .3s;
        -webkit-transition: .3s;
        color: #666;
    }

    header .layout .r_box .r_b nav ul li .iconfont.on {
        -webkit-transform: rotateZ(-180deg);
        -moz-transform: rotateZ(-180deg);
        -ms-transform: rotateZ(-180deg);
        -o-transform: rotateZ(-180deg);
        transform: rotateZ(-180deg);
    }

    header .layout .r_box .r_b nav ul li .second_menu a {
        text-align: left;
        display: block;
        line-height: 55px;
        color: #666;
        padding-left: 30px;
        border-bottom: 1px solid #333;
    }

    header .layout .r_box .r_b nav ul li .second_menu a:last-child {
        border-bottom: none;
    }

    body {
        padding-top: .8rem;
    }

    header .layout .r_box .r_b .nav_btn {
        margin-left: .3rem;
        display: block;
    }

    header .layout .r_box .r_b .nav_btn i {
        color: #1cc8b6;
        font-size: .32rem;
    }

    header .layout {
        padding-top: 0;
        height: .8rem;
    }

    header .layout h1 a img {
        height: 35px;
    }

    header .layout .r_box .r_b .lang .tit span {
        font-size: .28rem;
    }

    header .layout .r_box .r_b .lang .lan_pop a {
        font-size: .28rem;
    }

    header .layout .r_box .r_t {
        display: none;
    }

    header .layout .r_box .r_b nav .r_t {
        display: flex;
        justify-content: flex-start;
        padding-left: .2rem;
        margin-top: .5rem;
    }

    header .layout .r_box .r_t .search .te {
        background: none;
        color: #fff;
    }

    nav {
        position: fixed;
        width: 300px;
        height: 100%;
        overflow: auto;
        left: 0;
        top: 0;
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 50px;
        z-index: 100;
        transform: translate3d(-100%, 0, 0);
        opacity: 0;
        transition: all .3s;
        background: #000000;
    }

    .nav_on {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    header .layout .r_box .r_b nav ul li {
        width: 100%;
        line-height: 45px;
        margin-right: 0;
    }

    header .layout .r_box .r_b nav ul a {
        margin-right: 0;
        padding-left: .2rem;
    }
}

@media screen and (max-width: 768px) {
    footer {
        padding-bottom: 0;
    }

    .news_list .pub_r_con .c_list li a {
        align-items: flex-start;
    }

    .news_list .pub_r_con .c_list li a .des_box .add_p {
        -webkit-line-clamp: 2;
        height: 3.2em;
    }

    .product_inquiry .main_box .product_info .pic_box a {
        width: 120px;
    }

    .product_inquiry .main_box .product_info .tet_box p {
        -webkit-line-clamp: 2;
        height: 1.6em;
    }

    .product_details .main_wrap .pic_show .big_swiper {
        width: 280px;
    }

    footer .f_l .logo a img {
        max-width: 190px;
    }

    .product_inquiry .main_wrap .layout1 .right_product {
        width: 100%;
    }

    .product_inquiry .main_wrap .layout1 form .ewm_rows .vcode input {
        height: 30px;
        line-height: 30px;
        width: 80px;
    }

    .product_inquiry .main_wrap .layout1 form .input_rows input {
        height: 30px;
        line-height: 30px;
    }

    .product_inquiry .main_wrap .layout1 form .ewm_rows .vcode img {
        height: 30px;
    }

    .product_inquiry .main_wrap .layout1 form {
        width: 100%;
        margin-bottom: .4rem;
    }

    .product_inquiry .main_wrap .layout1 .product_info {
        width: 100%;
    }

    .product_details .main_wrap .des_box .tit {
        height: 40px;
        line-height: 40px;
    }

    .product_details .main_wrap .pic_show .sh_l {
        width: 100%;
    }

    .product_details .main_wrap .pic_show .sh_r {
        width: 100%;
    }

    .product_details .main_wrap .pic_show .sh_l {
        margin-bottom: 45px;
    }

    .product_details .main_wrap .pic_show .sh_r .dl_box a {
        width: 120px;
        height: 30px;
    }

    .index .wrap_03 {
        padding: .3rem 0;
    }

    .index .wrap_03 .w_2 {
        width: 90%;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .index .wrap_03 .w_l {
        display: none;
    }

    .news_list .pub_r_con .c_list li a .time_box span {
        width: 30px;
        height: 30px;
        border-radius: 15px;
    }

    .case_list .pub_r_con .c_list li a .time_box h5 {
        font-size: 18px;
    }

    .case_list .pub_r_con .c_list li a .time_box p {
        font-size: 16px;
    }

    .case_list .pub_r_con .c_list li a .pic_box {
        width: 30%;
    }

    .case_list .pub_r_con .c_list li a .des_box {
        width: 50%;
    }

    .pub_main .pub_l_menu .phone_btn {
        display: block;
    }

    .cur_box .layout1 {
        height: 60px;
    }

    header .layout .r_box .lang_switch a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .product_list .main_wrap .pub_r_con .p_list {
        justify-content: space-between;
    }

    .product_list .main_wrap .pub_r_con .p_list li {
        width: 48%;
    }

    .product_list .main_wrap .pub_r_con .p_list li {
        margin-right: 0;
    }

    .pub_main .pub_r_con {
        width: 100%;
    }

    .pub_main .pub_l_menu {
        transition: .32s;
        -moz-transition: .32s;
        /* Firefox 4 */
        -webkit-transition: .32s;
        /* Safari 和 Chrome */
        -o-transition: .32s;
        /* Opera */
        position: fixed;
        z-index: 5;
        background: #fff;
        width: 50%;
        top: calc(30% + 40px);
        max-height: 400px;
        overflow-y: scroll;
        left: -100%;
    }

    .pub_main .pub_l_menu.show_on {
        left: 0;
    }

    .pub_main .pub_l_menu .item .fir {
        height: 40px;
        padding: 0 10px;
    }

    .pub_main .pub_l_menu .item .second_menu a {
        line-height: 40px;
    }

    .about_us .main_wrap .layout1 .item img {
        margin: 0;
    }

    .banner_wrap h6 {
        width: 100%;
        left: 0;
        text-align: center;
        font-size: 20px;
    }

    .contact .main_wrap .layout1 .l_box {
        width: 100%;
    }

    .contact .main_wrap .layout1 .r_box input {
        height: 50px;
    }

    .contact .main_wrap .layout1 .r_box {
        width: 100%;
    }

    .page_box {
        margin: 20px 0;
    }

    .feedback .main_wrap .row .item {
        width: 100%;
    }

    .feedback .main_wrap .row .item .inp input {
        height: 40px;
    }

    .page_box ul li a {
        width: 35px;
        height: 35px;
    }

    .down .main_box .d_list li {
        height: 40px;
    }

    header .layout {
        height: 50px;
    }

    header .layout h1 a img {
        height: 25px;
    }

    header .layout .r_box .r_b .lang .tit span {
        font-size: 22px;
    }

    header .layout .r_box .r_b .lang .lan_pop a {
        font-size: 22px;
    }

    header .layout .r_box .r_b .nav_btn i {
        font-size: 24px;
    }

    header .layout .r_box .r_b .nav_btn {
        margin-left: .2rem;
    }

    .index .pub_tit {
        padding: 30px 0;
    }

    .index .pub_tit em {
        margin: 0 10px;
        width: 20px;
    }

    .index .wrap_01 .p_list {
        justify-content: space-between;
    }

    .index .wrap_01 .p_list li {
        width: 48%;
        margin-right: 0 !important;
    }

    .index .wrap_01 .p_list li {
        margin-bottom: 20px;
    }

    .index .wrap_02 .w_list li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
        height: 5rem;
    }

    .index .wrap_02 .w_list li:nth-child(2n+2) {
        margin-right: 0;
    }

    .index .wrap_02 .w_list li p {
        max-height: 1rem;
    }

    .index .wrap_02 .w_list li .icon_box img {
        max-width: .6rem;
        max-height: .6rem;
    }

    .index .wrap_04 .n_list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .index .wrap_04 .n_list li:not(:first-child) .pic_box {
        display: none;
    }

    .index .wrap_04 .n_list li .tet_box p {
        max-height: .7rem;
    }

    .index .wrap_04 .n_list li .tet_box {
        height: 2.1rem;
    }

    footer .f_l .share_box {
        display: flex;
        justify-content: center;
        margin-top: .1rem;
    }

    footer .f_l {
        margin-bottom: .3rem;
    }

    footer .f_r dl {
        margin-left: 0;
        padding-left: .3rem;
        width: 100%;
        margin-bottom: .4rem;
    }

    footer .f_r dl dt {
        margin-bottom: .2rem;
    }

    footer .f_r dl dt a {
        color: #1cc8b6;
    }

    footer .f_r dl dd a {
        line-height: 1.5;
    }
}

@media (min-width: 1201px) {
    header .layout .r_box{
        flex: 1;
    }
    header .layout .r_box .r_b{
        flex: 1;
    }
    header .layout .r_box .r_b nav{
        width: 100%;
    }
    header .layout .r_box .r_b nav ul{
        justify-content: space-between;
    }
    header .layout .r_box .r_b nav ul li{
        margin-right: 0!important;
    }
}