@charset "utf-8";
.col-xs-2-half, .col-sm-2-half, .col-md-2-half, .col-lg-2-half{ position: relative; min-height: 1px; padding-right: 10px; padding-left: 10px; }
 
@media ( min-width : 768px) { .col-sm-2-half{ width: 20%; float: left; } }
 
@media ( min-width : 992px) { .col-md-2-half{ width: 20%; float: left; } }
 
@media ( min-width : 1200px) { .col-lg-2-half{ width: 20%; float: left; } }

/* top */
.top {
    width: 100%;
    height: 88px;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 999;
}
.dropdown a{
    width: 100%;
    height: 35px;
    line-height: 35px;
    display: block;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu{
    top:90%;
    left: -70px;
}
.topitem {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #fff;
}
.head {
    width: 100%;
}
.logo {
    width: 240px;
    height: 88px;
    /*background-color: rgba(0, 46, 125, 0.8);*/
}
.logo a {
    width: 100%;
    height: 100%;
    justify-content: center;
}
.head_r {
    /*width: 1050px;*/
    width: calc(100% - 240px);
    max-width: 1050px;
    height: 100%;
}
.nav{
    width: calc(100% - 150px);
    max-width: 900px;
}
.nav>ul>li{
	position: relative;
}
.nav>ul>li>a {
	font-size: 16px;
	color: rgba(42, 42, 42, 1);
    line-height: 88px;
    padding: 0px 0px;
    display: block;
}
/* .nav>ul>li.active {
    background-color: rgba(0, 46, 125, 0.8);
} */
.nav>ul>li.active>a {
    color: rgba(0, 163, 159, 1);
    font-weight: normal;
    position: relative;
}
.nav>ul>li.active>a:after {
    content: "";
    position: absolute;
    left: 50%; margin-left: -40px;
    bottom: 25px;
    width: 80px;
    height: 3px;
    background-color: rgba(0, 163, 159, 1); /* 横线颜色 */
    opacity: 1;
    transition: opacity 0.5s ease;
}
.nav>ul>li:hover .cnav_list{
	display: block;
}
.cnav_list{
	width: 110px;
	position: absolute;
	left: 50%; margin-left: -55px;
	top:88px;
	display: none;
	z-index: 999;
}
.cnav_list ul li{
	width: 100%;
	height: auto;
	background-color: #fff;
	border-bottom: #eee 1px solid;
	font-size: 14px;
	color: #333; text-align: center;
}

.cnav_list ul li a{
	width: 100%;
	height: auto;
	line-height: 22px;
    padding: 7px 0px;
	display: block;
}
.cnav_list ul li:last-child{
	border-bottom: none;
}
.cnav_list ul li:hover{

	color: rgba(0, 163, 159, 1);
}
.cnav_list ul li:hover a{
	color: rgba(0, 163, 159, 1);
}

.ernav {
    position: absolute;
    top: 88px;
    left: 0px;
    width: 100%;
    background-color: rgba(255, 255, 255, .95);
    z-index: 99;
    display: none;
}
.ernavitem {
    width: 100%;
    height: auto;
}


.ernav_list {
    text-align: left; width: 100%;
}
.ernav_list ul {
    width: 100%;
    justify-content: flex-start;
    margin-top: 0px; margin-bottom: 0px;
}
.ernav_list ul li{
    width: 20%; padding: 20px;
}
.ernav_list ul li a {
    padding: 10px 0px;
    display: block;
    color: #333;
}
.ernav_list ul li h3{
    font-size: 16px;
    font-family: Poppins-SemiBold;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.ernav_list ul li img {
    height: 120px;
    width: 100%;
    object-fit: cover;
}
.ernav_list ul li:hover{
    background-color: #fff;
}
.ernav_list ul li a:hover h3{

    color: rgba(0, 163, 159, 1);
}

.ernav_l {
    text-align: left;
}
.ernav_l h3 {
    font-size: 42px;
    font-family: Poppins-SemiBold;
    color: #ffffff;
    text-transform: uppercase;
}
.ernav_l h3 i {
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-family: Poppins-Medium;
    color: #ffffff;
    font-style:normal;
    padding:  0px 15px;
}
.ernav_l h3 span {
    font-size: 18px;
    font-family: Poppins-Medium;
    color: #ffffff;
}
.ernav_l p {
    line-height: 28px;
    font-size: 16px;
    font-family: PingFangSC-Regular;
    color: #ffffff;
    opacity: .7;
}
.ernav_l ul {
    justify-content: flex-start;
    margin-top: 45px;
}
.ernav_l ul li a {
    padding: 10px 28px;
    display: block;
    background-color: #189bf0;
    color: #ffffff;
    margin-right: 10px;
}
.ernav_r {
    width: 400px;
    text-align: center;
}
.ernav_r img {
    height: 228px;
    width: 100%;
    object-fit: cover;
}
.ernav_r p {
    font-size: 16px;
    font-family: PingFangSC-Regular;
    color: #ffffff;
    margin-top: 20px;
}
.ernav a {
    font-size: 14px;
	color: #333333;
    line-height: 30px;
    display: block;
}
.nav>ul>li:hover .ernav {
    display: block;
}
.nav>ul>li .ernav a:hover {
    color: rgba(0, 163, 159, 1);
    background-color: #ffffff;
}

.top_r{
    width: 150px;
    justify-content: right;
}

.top_lang {
    position: relative;
    height: 88px;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}
.top_lang .dropdown-toggle img{
    width: 22px;
}
.dropdown{
    list-style: none;
}
.langitem {
    position: absolute;
    width: 110px;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    left: 50%;
    margin-left: -50px;
    top:88px;
    text-align: center;
    display: none;
    z-index: 9;
}
.langitem a {
    padding: 0px 10px;
}
.langitem a img {
    height: 20px;
}
.langitem a span {
    font-size: 14px;
	color: #333333;
    line-height: 30px;
}
.top_lang:hover .langitem {
    display: block;
}
.top_search {
    margin-right: 25px;
}
.top_searchico {
    cursor: pointer;
}
.searchitem {
    position: fixed;
    width: 100vw;
    background-color: #ffffff;
    left: 0px;
    top: 0px;
    display: none;
}
.searchform {
    justify-content: center;
    height: 88px;
}
.searchform input {
    width: 70%;
    height: 50px;
    border: 1px solid #cccccc;
    padding-left: 20px;
    font-size: 14px;
}
.searchform button {
    width: 10%;
    height: 50px;
    border: 0px;
    background-color: rgba(0, 163, 159, 1);
    color: #ffffff;
    font-size: 14px;
}
.searchclose img {
    width: 22px;
    margin-left: 20px;
    filter: brightness(100%) grayscale(100%) invert(.3);
    cursor: pointer;
}
.fixednav {
    background-color: rgba(0, 46, 125, 0.8);
}
.fixednav .logo {
    background: none;
}

/* banner */
.indexbanner{
	width: 100%;
	height: 900px;
}
.banner_img {
    width: auto;
    height: 100%;
}
.banner_pag .swiper-pagination-bullet {
    width: 40px;
	height: 4px;
    border-radius: 0px;
    opacity: 1;
	background-color: #ffffff;
    margin: 0px 6px !important;
}
.banner_pag .swiper-pagination-bullet-active {
    background-color: rgba(0, 163, 159, 1);
}
.bannerswiper .swiper-slide {
    position: relative;
}
.banner_desc {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}
.banner_desc h2 {
    font-size: 36px;
    line-height: 48px;
    font-weight: normal;
	color: #ffffff;
    max-width: 1080px;
}
.banner_desc p {
	font-size: 20px;
	color: #ffffff;
    padding-top: 15px;
}
.banner_more  button{
    border-radius: 24px;
    width: 156px;
    height: 48px;
    line-height: 48px;
    border: 1px solid rgba(255, 255, 255, 1);
    background: none;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    margin-top: 30px;
}
.banner_more  button:hover{
    border: 1px solid rgba(0, 163, 159, 1);
    background-color: rgba(0, 163, 159, 1);
    color:#fff;
}

.banner_next, .banner_prev{
    width:55px; height: 55px; border: 1px solid rgba(255, 255, 255, 0.8);
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}
.banner_next:after, .banner_prev:after{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}
.banner_next:hover, .banner_prev:hover{
    border: 1px solid rgba(0, 163, 159, 0.7);
    background-color: rgba(0, 163, 159, 0.7);
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 60px;
}

/* 首页产品 */
.index_product{
    width: 100%;
    background: url(../images/index_probg.jpg) no-repeat center center;
}
.idx_item {
    padding: 100px 0px 100px;
}
.idx_titles {
    padding-bottom: 80px;
    text-align: center;
}
.idx_titles h3 {
	font-size: 36px; font-weight:500;
	color: rgba(0, 163, 159, 1); position: relative;
}
.idx_titles h3:after {
    content: "";
    position: absolute;
    left: 50%; margin-left: -30px;
    bottom: -15px;
    width: 60px;
    height: 4px;
    background-color: rgba(0, 163, 159, 1); /* 横线颜色 */
    opacity: 1;
    transition: opacity 0.5s ease;
}

.idx_titles p {
    font-size: 16px;
    color: #333;
    margin-top: 0px;
    line-height: 30px;
}
.idx_titles h5 {
    font-size: 16px;
    color: #333;
    margin-top: 36px;
    line-height: 30px;
}

.idx_titles h3.white {
    color: #fff;
}
.idx_titles h3.white:after {
    background-color: #fff; /* 横线颜色 */
}



.idx_product{
    width: 100%; display: flex;
    flex-direction: row;
    align-items: stretch;
    margin: 0px auto;
}

.idx_product_nav{
    margin-top: 120px;
    margin-bottom: 80px;
}

.idx_pl{
    width: 50%; margin-right: 10px;
}
.idx_pr{
    width: 50%; height:100%;
}
.idx_pr2{
    width:100%;
    display: flex; justify-content: space-between; margin-top: 25px;

}
.idx_product .idx_p{
    position: relative; text-align: center;
    width: 100%;
    font-size: 14px;
    color: #fff;
}
.idx_pr .idx_p{
    width: calc(50% - 5px);
    float: left;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.idx_pr .idx_p:nth-child(2n){
    margin-right: 0px;
}

.idx_product .idx_p img{
    width:100%;
}
.idx_pcon{
     position: absolute; left: 0; top: 0; z-index: 20;
    width: 100%; height: 100%;
    display: flex; flex-direction: column;
    align-items: center; text-align: center;
}
.idx_pcon .idx_p_desc{
    margin: auto;
}
.idx_pcon .idx_p_desc h3{
    color: rgba(0, 163, 159, 1);
    font-size: 24px;
    letter-spacing: 0.4px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    margin-bottom: 0px;
}
.idx_pcon .idx_p_desc span{
    margin-top: 15px;
    border-radius: 19px;
    padding: 7px 15px;
    border: 1px solid rgba(0, 0, 0, 0.36);
    color: rgba(109, 114, 120, 1);
    font-size: 14px;
}
.idx_pcon:hover{
    background-color: rgba(0, 163, 159, 0.1);
}
.idx_pcon:hover span{
    background-color: rgba(0, 163, 159, 0.9);
    border: 1px solid rgba(0, 163, 159, 1);
    color: #fff;
}

.idx_pros ul li {
    height: 300px;
}
.idx_pros ul li a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    transition: all .5s;
}
.idx_pros ul li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.idx_pros ul li:hover a {
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
}
.idx_pros ul li:hover a img {
    transform: scale(1.07);
}
.idx_pros_desc {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 110px;
    background-color: rgba(0, 45, 87, 0.6);
    text-align: center;
    justify-content: center;
    padding: 20px;
    transition: all .5s;
}
.idx_pros_desc h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
}
.idx_pros ul li:hover .idx_pros_desc {
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.idxpros_more {
    width: 280px;
	height: 72px;
    margin: 60px auto 0px;
}
.idxpros_more a {
    font-size: 16px;
    text-align: center;
    display: block;
    line-height: 70px;
	color: #222222;
	background-color: #e5e5e5;
}
.idxpros_more a:hover {
    background-color: rgba(0, 163, 159, 1);
    color: #ffffff;
}

.idx_youshi{
    width: 100%; display: inline-block;
}
.idx_youshi ul li {
    border-radius: 150px;
    width: 48%; margin-right: 4%; margin-bottom: 4%;
    height: 300px;
    border: 1px solid rgba(216, 216, 216, 1);
    float: left;
    display: flex;
}
.idx_youshi ul li:nth-child(2n){
    margin-right: 0px;
}
.idx_youshi ul li .iyoushi_img{
    border-radius: 150px;
    width: 300px;
    height: 300px;
    overflow: hidden;
}
.idx_youshi ul li .iyoushi_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.iyoushi_desc{
    width: calc(100% - 400px);
    margin-left: 50px;
}
.iyoushi_desc h3 {
    font-size: 28px;
    color: #000;
    margin-top: 30px;

    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iyoushi_desc p {
    font-size: 14px;
    line-height: 26px;
    color: rgba(109, 114, 120, 1);
    text-align: justify;
    margin: 20px 0px 20px;

    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iyoushi_desc button {
    font-size: 16px;
    color: rgba(109, 114, 120, 1);
    border: none;
    background: none;
}
.iyoushi_desc button:hover {
    color: rgba(0, 163, 159, 1);
}


/* 解决方案 */
.idx_fa {
    width: 100%;
    height: 550px;
    overflow: hidden;
    position: relative;
}
.idx_fa ul li {
    width: 50vw;
    height: 100%;
    background: url(../images/idxfaimg1.jpg) no-repeat left center;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    transition: all .5s;
}
.idx_fa ul li:nth-child(2) {
    background-image: url(../images/idxfaimg2.jpg);
    left: 50%;
    top: 0px;
    z-index: 2;
}
.idx_fa ul li:nth-child(3) {
    background-image: url(../images/idxfaimg3.jpg);
    left: 75%;
    top: 0px;
    z-index: 3;
}
.idxfa_title {
    padding: 0px 50px 120px;
    height: 100%;
    align-items: flex-end;
}
.idx_fadesc {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    padding: 13% 33% 0px 50px;
}
.idx_fadesc h3,.idxfa_title h3 {
    font-size: 28px;
	color: #ffffff;
}
.idx_fadesc p {
    font-size: 16px;
	line-height: 32px;
	color: #ffffff;
    text-align: justify;
    margin: 50px 0px 110px;
}
.idx_fadesc button {
    font-size: 16px;
	width: 120px;
	height: 34px;
	border: solid 1px #ffffff;
	line-height: 32px;
	color: #ffffff;
    background: none;
}
.idx_fadesc button:hover {
    background-color: rgba(0, 163, 159, 1);
    border-color: rgba(0, 163, 159, 1);
}
.idx_fa ul li.active .idxfa_title {
    display: none;
}
.idx_fa ul li.active .idx_fadesc {
    display: block;
}


/* 关于我们 */
.idx_about {
    /*background: url(../images/idxaboutbg.jpg) no-repeat center center;*/
    /*background-size: cover;*/
    /*background-color: rgba(232, 242, 242, 1);*/
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
}
.idx_about_l {
    /*padding-right: 11%;*/

}
.idx_about_l_desc{
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}
.idx_about_l h3 {
    font-size: 28px;
	font-weight: bold;
	color: #222222;
}
.idx_about_l p {
    font-size: 16px;
	line-height: 30px;
	color: rgba(0, 0, 0, 0.85);
    margin: 0px 0px 15px 0px;
}
.idx_about_l a {
    font-size: 16px;
	color: #666666;
    width: 120px;
	height: 40px;
	border: solid 1px #999999;
    border-radius: 22px;
    display: block;
    line-height: 40px;
    text-align: center;
}
.idx_about_l a:hover {
    background-color: rgba(0, 163, 159, 1);
    color: #ffffff;
    border-color: rgba(0, 163, 159, 1);
}
.idx_about_num {
    margin-top: 50px; width: 100%; display: inline-block;
}
.idx_about_num .numCount ul li {
    text-align: center;
}
.idx_about_num .numCount ul li .numCX {
    font-size: 40px;
	font-weight: bold;
	color: rgba(0, 163, 159, 0.8);
}
.idx_about_num .numCount ul li .unitC {
    font-size: 24px;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.85);
}
.idx_about_num .numCount ul li .indc {
    font-size: 20px;
	color: rgba(0, 0, 0, 0.85);
    margin-top: 5px;
}
.idx_about_r {
    width: 100%;
}
.idx_about_r img {
    width: 100%;
}
/* 合作案例 */
.idx_hzitem {
    padding-bottom: 100px;
    background-color: rgba(243, 243, 243, 1)
}
.idx_hezuo {
    position: relative;
}
.idxhz_swiper ul li a {
    width: 100%;
    height: 300px;
    overflow: hidden;
    display: block;
    position: relative;
}
.idxhz_swiper ul li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.idxhz_title {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 30px;
    left: 0px;
    text-align: center;
}
.idxhz_title h3 {
    font-size: 18px;
	color: #ffffff;
}
.idxhz_swiper ul li:hover img {
    transform: scale(1.05);
}
.idx_hezuo .swiper-button-next, .idx_hezuo .swiper-button-prev {
    width: 50px;
	height: 50px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
}
.idx_hezuo .swiper-button-next {
    right: 10px;
}
.idx_hezuo .swiper-button-prev {
    left: 10px;
}
.idx_hezuo .swiper-button-next:after,.idx_hezuo .swiper-button-prev:after {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.idx_hezuo .swiper-button-next:hover , .idx_hezuo .swiper-button-prev:hover {
    border: 1px solid rgba(0, 163, 159, 1);
    background: rgba(0, 163, 159, 1);
}
.idx_hezuo .swiper-button-next:hover:after , .idx_hezuo .swiper-button-prev:hover:after {
    color: #ffffff;
}

/* 生产管理 */
.idx_shengchan{
    background-color: rgba(243, 243, 243, 1);
}
.idxsc_item {
    width: 100%;
}
.idxsc_item ul li {
    margin-bottom: 40px;

}
.idxsc_liimg {
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.idxsc_liimg img {
    width:100%;
    height: 100%;
    object-fit: cover;
}
.idxsc_lidesc {
    padding: 20px ;
    background-color: #fff;
    border: 1px solid #eee;
    text-align: center;
}
.idxsc_lidesc h3 {
    width: 100%;
    font-size: 22px;
    color: #000;
    font-weight: normal;
    margin-bottom: 15px;
    transition: all .5s;
    text-align: center;
}
.idxsc_lidesc p {
    font-size: 16px;
    line-height: 25px;
    color: #666666;
    text-align: left;
}
.idxsc_lidesc button {
    margin: 20px auto 0px;
    font-size: 14px;
    padding: 0px 25px;
    line-height: 38px;
    border-radius: 30px;
    background:none ;
    border: 1px solid #e5e5e5;
    color: rgba(109, 114, 120, 1)
}
.idxsc_item ul li:hover .idxsc_lidesc {
    border-color:  rgba(0, 163, 159, 1);
}
.idxsc_item ul li:hover .idxsc_liimg img {
    transform: scale(1.05);
}
.idxsc_item ul li:hover .idxsc_lidesc button {
    background-color: rgba(0, 163, 159, 1);
    color: #ffffff;
}
.idxsc_item ul li:hover .idxsc_lidesc h3 {
    color: rgba(0, 163, 159, 1);
    font-weight: normal;
}


/* 新闻动态 */
.idx_news {
    padding-bottom: 100px;
    background-color: #fff;
}
.idxnews_item {
    padding: 15px;
    border: 1px solid rgba(220, 220, 220, 1);
}
.idxnews_img {
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.idxnews_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.idxnews_desc {
    background-color: #ffffff;
    padding: 0px 0px 20px;
    transition: all .5s;
}
.idxnews_desc h4 {
    font-size: 14px;
	color: rgba(0, 163, 159, 1);
}
.idxnews_desc h3 {
    font-size: 20px;
	font-weight: bold;
    height: auto;
	line-height: 32px;
    margin: 20px 0px;
    overflow: hidden;
	color: #222222;
}
.idxnews_desc p {
    font-size: 16px;
	line-height: 26px;
    overflow: hidden;
    height: 78px;
	color: #666666;
}
.idxnews_desc button {
    margin-top: 80px;
    background: none;
    border: 0px;
    font-size: 14px;
	color: #999999;
}
.idxnews_date{
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.idxnews_date span{
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(109, 114, 120, 1);
    font-size: 16px;
    letter-spacing: 0.2971428632736206px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
}
.idxnews_date span.idxnews_r{
    font-size: 28px;
}
.idxnews_item:hover .idxnews_img img {
    transform: scale(1.05);
}
.idxnews_item:hover {
    border-bottom: 5px solid rgba(0, 163, 159, 1); box-sizing: border-box;
    /*box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);*/
}
.idxnews_item:hover span.idxnews_r{
    color: rgba(0, 163, 159, 1);
}
.idxnews_link a {
    border-radius: 22px;
    width: 136px;
    height: 44px;
    line-height: 44px;
    border: 1px solid rgba(109, 114, 120, 1);
    text-align: center;
    font-size: 16px;
    display: block;
    margin: 60px auto 0;
    transition: all .5s;
}
.idxnews_link a:hover {
    border: 1px solid rgba(0, 163, 159, 1);
    background-color: rgba(0, 163, 159, 1);
    color: #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.idxnews_con{
    width: 100%;
    height: auto;
    margin: 20px auto;
}
.idxnews_left{
    width: calc(50% - 20px); margin-right: 20px; float: left;
    border-bottom: 1px solid #eee;
}
.idxnews_left ul li{
    border-top: 1px solid #eee;
}
.idxnews_left ul li a{
    width: 100%;
    height: 66px; line-height: 66px;
    font-size: 16px; color: #666666;
    display: flex;  justify-content: space-between;
    align-items: center;
}
.idxnews_left ul li a:hover .idxnews_title, .idxnews_left ul li a:hover .idxnews_time{
    color: rgba(0, 163, 159, 1);
}
.idxnews_title{
    width: calc(100% - 120px);
    height: 66px; overflow: hidden;
    overflow-y: hidden;
}
.idxnews_right{
    width: calc(50% - 20px); float: left; margin-left: 20px; position: relative;
}
.rnews_item {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}
.rnews_item img {
    width:100%;
    height:100%;
    object-fit: cover;
}
.rnews_info{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff; font-size: 16px; text-align: left; padding-left: 15px;
    background-color: rgba(0,0,0,0.5);
}
.rnews_ppagination{
   position: absolute;
    bottom: 10px;
    right: 10px;
}
.idxnews_right .swiper-pagination-bullet{
    background-color: #fff; margin-left: 10px; opacity: 1;
}
.idxnews_right .swiper-pagination-bullet-active{
    background-color: rgba(0, 163, 159, 1); margin-left: 10px;
}


/* 合作客户 */
.idx_kehu {
    padding-bottom: 130px;
}
.idxkehu_item {
    width: 100%;
    height: 240px;
    position: relative;
}
.idxkehu_item .swiper-slide {
    height: calc((100% - 30px) / 2);
}
.idxkh_simg {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
.idxkh_simg img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}
.idxkh_simg:hover {
    border: 1px solid #dedede;
}
.idxkh_spagination {
    width: 100%;
    text-align: center;
    bottom: -40px;
}
.idxkh_spagination .swiper-pagination-bullet {
    width: 40px;
	height: 4px;
    border-radius: 0px;
    margin: 0 6px !important;
}
.idxkh_spagination .swiper-pagination-bullet-active {
    background-color: rgba(0, 163, 159, 1);
}
.idx_footmess {
    padding: 100px 0px;
    background-color: #1d1d1d;
}
.idx_ftitles {
    text-align: center;
}
.idx_ftitles h3 {
    font-size: 48px;
	color: #ffffff;
}
.idx_ftitles p {
    font-size: 20px;
	color: #999999;
    margin: 40px 0px 80px;
}
.idx_fmess {
    width: 100%;
}
.idx_fform {
    width: 100%;
}
.idx_fform input {
    width: 22%;
    height: 60px;
    padding-left: 25px;
    color: #ffffff;
    font-size: 16px;
    border: solid 1px #666666;
}
.idx_fform input.idx_fform3 {
    width: 30%;
}
.idx_fform button {
    font-size: 16px;
	color: #ffffff;
    width: 18%;
    height: 60px;
	background-color: rgba(0, 163, 159, 1);
    border: 0px;
}
/* 底部 */
.foot {
  width: 100%;
  padding: 20px 0px 30px;
  background-color: rgba(232, 242, 242, 1);
}
.foottop {
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
    border-bottom: 0px solid #e5e5e5;
}
.footlogo a img {
    max-width: 232px;
}
.footlinks ul {
    position: relative;
}
.footlinks ul li {
    margin-left: 15px;
}
.footlinks ul li a img.fewmico {
    height: 36px;
}
.fewmimg {
    position: absolute;
    width: 150px;
    height: auto;
    background-color: #ffffff;
    bottom: 45px;
    left: 17%;
    display: none;
}
.fewmimg p {
    text-align: center;
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 5px;
}
.footlinks ul li:hover .fewmimg {
    display: block;
}

.footmid {
    margin-top: 0px;
    align-items: flex-start;
}
.footmid_l {
    width: 100%;
    align-items: flex-start; display: flex; justify-content: space-between;
}
.footmid_l dl {
    margin-right: 0px;
    width: 15%;
}
.footmid_l dl dt {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.65);
}
.footmid_l dl dt a {
    font-size: 20px;
	color: rgba(0, 0, 0, 0.85);
    font-weight: normal;
}
.footmid_l dl dd a {
    font-size: 14px;
	line-height: 30px;
	color: rgba(0, 0, 0, 0.85);
}
.footmid_l dl dd a:hover {
    color: rgba(0, 0, 0, 0.85);
}
.footmid_r {
    width: 350px;
}
.footmid_r ul li {
    background: url(../images/footrico1.png) no-repeat left center;
    background-size: 16px;
    margin-bottom: 10px;
}
.footmid_rdesc p {
    font-size: 16px;
	color: rgba(0, 0, 0, 0.85);
    padding-left: 30px;
}
.footmid_r ul li:nth-child(2) {
    background-image: url(../images/footrico2.png);
}
.footmid_r ul li:nth-child(3) {
    background-image: url(../images/footrico3.png);
}
.footmid_ewm {
    margin-top: 20px;
}
.footmid_ewm ul li {
    text-align: center;
    width: 45%;
}
.footmid_ewm ul li img {
    width: 100%;
}
.footmid_ewm ul li p {
    font-size: 16px ;
    margin-top: 10px;
    color: #ffffff;
}
.footcopy {
    background-color: rgba(208, 224, 224, 1);
    padding: 20px 0px;
}
.footc_l{
    width: 100%; text-align: center;
}
.footc_l span ,.footc_l span a {
    font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
}
.footc_l span {
    padding: 0px 0px;
    border-left: 1px solid rgba(208, 224, 224, 1);
}
.footc_l span.footc_ldesc {
    padding-left: 0px;
    border-left: 0px;
}
.footc_l span a:hover {
    color: #ffffff;
}
.footc_r {
    width: 120px;
	height: 30px;
	border: solid 1px #1f61aa;
    text-align: center;
    background: url(../images/linksico.png) no-repeat left center;
    background-position-x: 95px;
    cursor: pointer;
    position: relative;
}
.footc_r p {
    font-size: 14px;
	color: #99b4d2;
    line-height: 26px;
}
.footc_rlinks {
    position: absolute;
    bottom: 28px;
    left: 0px;
    width: 100%;
    background-color: #ffffff;
    padding: 10px 0px;
    display: none;
}
.footc_rlinks ul li a {
    color: #175497;
    line-height: 24px;
}
.footc_r:hover {
    background-color: #ffffff;
}
.footc_r:hover p {
    color: #1f61aa;
}
.footc_r:hover .footc_rlinks {
    display: block;
}

.xuanfu {
    position: fixed;
    top: 60%;
    right:0px;
    z-index: 99;
    padding: 0px 20px;
    display: none;
}
.xuanfu ul li {
    width: 56px;
	height: 56px;
	background-color: rgba(0, 163, 159, 1);
    border-radius: 50%;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}
.xfimg {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.xfimg img {
    filter:brightness(1000%) invert(1);
}
.xfwx {
    position: absolute;
    top: 0px;
    width: 150px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    z-index: -1; left: -160px;
    transition: all .5s;
    display: none;
}
.xftel {
    width: 180px;
    background-color: rgba(0, 163, 159, 1);
    top: -20px; left: -190px;
    transition: all .5s;
}
.xuanfu ul li:last-child {
    background-color: #ffffff;
}
.xfimg p {
    font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.xuanfu ul li.xfwxitem:hover .xfwx {
   display: block;
}
.xuanfu ul li.xftelitem:hover .xftel {
    display: block;
}
.xfwx p.xfwxdesc {
    font-size: 16px;
    padding: 5px 0px 10px;
    font-weight: bold;
	color: #333333;
}
.xftel p {
    line-height: 50px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}
.xfwx span.xfteldesc {
    line-height: 50px;
    font-size: 16px;
    color: rgba(0, 163, 159, 1);
    font-weight: bold;
    display: block;
    background-color: #ffffff;
}


.waptop.fixednav {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100%;
}
.waptop_item {
    width: 100%;
    height: 50px;
    /*background-color: rgba(0, 163, 159, 1);*/
    background-color: #fff;
}
.waptop_l {
    width: 30%;
}
.waptop_l a {
    width: 100%;
    height: 50px;
    padding: 0px 10px;
    justify-content: center;
}
.waptop_lang {
    position: relative;
}
.waptop_lang img{
    width: 26px;
}
.waptop_lang p {
    font-size: 18px;
    color: #ffffff;
    display: block;
    margin-left: 10px;
    margin-top: 3px;
}
.waptop_rs {
    margin-left: 20px;
}
.waptop_rs img {
    /*filter: grayscale(1000%) brightness(1000%);*/
    width: 17px;
}
.waptop_rnav {
    margin-left: 20px;
}
.waptop_rnav img {
    width: 20px;
}
.wapsearch {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    z-index: 9;
    background-color: rgba(0,0,0,0.8);
    display: none;
}
.wapsea_item {
    width: 100%;
    height: 100%;
    justify-content: center;
}
.wapsea_item form {
    width: 90%;
    height: 50px;
    background-color: #fff;
    border-radius: 25px;
    padding: 0px 20px;
    position: relative;
}
.wapsea_item form input {
    width: 80%;
    height: 100%;
    color: #222222;
}
.wapsea_item form button {
    background: none;
    border: 0px;
    width:19%;
    text-align: right;
}
.wapsea_close {
    position: absolute;
    top: -30px;
    right: 0px;
}
.wapsea_close img {
    width: 18px;
    filter: grayscale(1000%) brightness(1000%) invert(10);
}
.wapnav {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    /*background-color: rgba(0, 46, 125, 0.8);*/
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
}
.wapnavitem {
    width: 100%;
    height: auto;
    /*background-color: rgba(0, 163, 159, 1);*/
    background-color: rgba(255, 255, 255, 1);
}
.wapnavt_l {
    width: 30%;
}
.wapnavt_l a {
    width: 100%;
    height: 50px;
    padding: 0px 10px;
    justify-content: center;
}
.wapnavt_r img {
    width: 20px;
    /*filter: invert(10);*/
}
.wapnavbot {
    padding: 10px 0px 20px; z-index: 999999;
}
.wapnavbot ul li {
    padding: 15px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wapnavbot>ul>li>a {
    color: #333;
    font-size: 18px;
}
.wapnav_ico {
    filter: brightness(1000%) grayscale(1000%) ;
}
.wapernav {
    padding: 10px 0px 0px 10px;
    width: 100%;
    display: none;
}
.wapernav>a {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 34px;
}
.wapnav_ico.active {
    transform: rotate(90deg);
}
.idx_titles {
    padding-bottom: 50px;
}

.neimain {
    overflow: hidden;
}

/* 关于我们内页 */
.neibanner {
    width: 100%;
    height: 480px;
    position: relative;
}
.neibanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.neibannerdesc {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center; align-items: center;
    z-index: 1;
    background-color: rgba(60, 138, 136, 0.5);
}
.neibannerdesc div{
    width: 100%;
    text-align: center;
}
.neibannerdesc h2 {
    font-size: 36px;
    font-weight: 400;
    color: #ffffff;
}
.neibannerdesc p {
    width: 100%;
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    margin-top: 20px; text-align: center;
}
.neinav {
    width: 100%;
    border-bottom: 1px solid #f8f8f8;
}
.neinav_item {
    height: 59px;
}
.neinav_item ul {
    justify-content: flex-start;
}
.neinav_item ul li {
    margin-right: 60px;
}
.neinav_item ul li a {
    color: #666;
    display: block;
    line-height: 56px;
    font-size: 16px;
    border-bottom: 2px solid #ffffff;
}
.neinav_item ul li.active a,.neinav_item ul li:hover a {
    border-color: rgba(0, 163, 159, 1);
}

.about_jj {
    padding: 70px 0px;
}

.about_list {
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.about_list ul li {
    margin-bottom: 2px;
    transition: all .5s;
}
.about_list_img {
    width: 100%;

    overflow: hidden;
}
.about_list_img img {
    width:100%;
    height: 100%;
    object-fit: cover;
}
.about_list_t {
    padding: 20px 0px;
    justify-content: left;
    transition: all .5s;
}
.about_list_t h3 {
    color: rgba(0, 0, 0, 0.8);
    font-size: 22px;
    line-height: 30px;
    margin-left: 10px;
    font-weight: bold;
}
.about_list_des {
    margin-top: 0px;
    height: auto;
    line-height: 26px;
    transition: all .5s;
}
.about_list_des p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    width: 100%;
    line-height: 26px;
}
.about_list ul li:hover .about_list_img img {
    transform: scale(1.05);
}
.about_list ul li:hover .about_list_des h3,.about_list ul li:hover .about_list_des p  {
    /*color: rgba(0, 163, 159, 1);*/
}
.about_list ul li:hover .about_list_t h3,.about_list ul li:hover .about_list_des {
    /*color: rgba(0, 163, 159, 1);*/
}


.abouttop {
    padding: 70px 0px;
}
.aboutt_l {
    width: 100%;
}
.aboutt_l img {
    width: 100%;
}
.aboutt_r {
    padding-left: 0%;
}
.aboutt_r h3 {
    font-size: 28px;
    margin-bottom:20px;
}
.aboutt_r p {
    font-size: 16px;
    line-height:28px;
    text-align: justify;
}

.about_table{
    width: 100%;
    font-size: 16px;
    color: #333;
    border-left: 1px solid #729B9A;
    border-top: 1px solid #729B9A;
}
.about_table tr{
    display: flex;
}
.about_table th{
    width: 20%;
    border-right: 1px solid #729B9A;
    border-bottom: 1px solid #729B9A;
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
    color: #05706D;
    font-weight: normal;

    display: flex;
    align-items: center; /* 垂直居中 */
    height: 52px;      /* 固定高度 */
    overflow: hidden;   /* 防止内容溢出 */
}
.about_table td{
    width: 80%;
    border-right: 1px solid #729B9A;
    border-bottom: 1px solid #729B9A;
    padding-left: 30px;
    box-sizing: border-box;
    color: #333;

    display: flex;
    align-items: center; /* 垂直居中 */
    height: 52px;      /* 固定高度 */
    overflow: hidden;   /* 防止内容溢出 */
}


.about_tgs {
    width: 100%;
    padding: 70px 0px 80px;
    background-color: #f5f6f8;
}
.abouttgs_l {
    padding-right: 15%;
    position: relative;
}
.abouttgs_l h3 {
    font-size: 28px;
    margin-bottom:30px;
}
.abouttgs_l p {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    text-align: justify;
}
.abouttgs_l img {
    height: 57px;
    position: absolute;
    top: 0px;
    left: -72px;
}
.abouttgs_l img.aboutp_ico2 {
    left: unset;
    top: unset;
    right: 15%;
    bottom: -70px;
}
.abouttgs_r {
    width: 100%;
}
.abouttgs_r video {
    width: 100%;
}
.about_qywh {
    width: 100%;
    height: auto;
    overflow: hidden;
}

	/* 本例子css */
    .slideTxtBox{ width:100%; text-align:left; position:relative; height: 900px;background-color: rgba(0, 0, 0, .8);}
    .slideTxtBox .hd{  position:absolute; left:0px; width:100% ;height: 100%;background-color: rgba(0, 0, 0, 0.2);z-index: 2;}
    .slideTxtBox .hd ul{ height: 100%; }
    .slideTxtBox .hd ul li{ float:left;  cursor:pointer; width: 25%; height: 100%;border-right: 1px solid #9aa7b5;padding: 0px 40px;position: relative;}
    .slideTxtBox .hd ul li:first-child {border-left: 1px solid #9aa7b5;}
    .slideTxtBox .hd ul li .about_qywhd_desc {width: 100%;height:70px;margin-top: 400px;overflow: hidden;transition: all .5s;}
    .slideTxtBox .hd ul li .about_qywhd_desc h3 {    font-size: 28px;  color:#ffffff;  }
    .slideTxtBox .hd ul li .about_qywhd_desc p {    color: #fff; font-size: 18px; margin: 50px 0 25px;line-height: 30px;}
    .slideTxtBox .hd ul li .about_qywhd_line {position: absolute;left: -1px;top: 400px;width: 2px;height:31px;z-index: 1;background-color: rgba(0, 163, 159, 1);opacity: 0;transition: all .5s;}
    .slideTxtBox .hd ul li.on .about_qywhd_desc { height: 200px;margin-top: 320px; }
    .slideTxtBox .hd ul li.on  .about_qywhd_line {opacity: 1;top: 320px;}
    .slideTxtBox .bd {height: 100%;}
    .slideTxtBox .bd ul{ z-index: 1;height: 100%; }
    .slideTxtBox .bd ul li {height: 100%;}
    .slideTxtBox .bd ul li img{ width: 100%;object-fit: cover;height: 100%;  }

.about_wh {

    background: url("../images/wenhuabg.png") no-repeat center;
    padding: 70px 0px 45px;
    background-size: cover;
}
.about_whinfo{
    width: 100%; line-height: 50px; margin-top: 30px; margin-bottom: 30px;
    font-size: 16px;
    color: #333;
    text-align: center;
}
.about_whinfo p{
    font-size: 16px;
    color: #333;
}


.about_hezuo{
    padding: 70px 0px 0px;
}
.about_whlist {
    width: 100%;
    height: auto;
    margin-top: 0px;
}
.about_whlist ul li {
    margin-bottom: 40px;
    transition: all .5s;

}
.about_whlist_img {
    width: 100%;
    height: 190px;
    overflow: hidden;
}
.about_whlist_img img {
    width:100%;
    height: 100%;
    object-fit: cover;
}
.about_whlist ul li:hover .about_whlist_img img {
    transform: scale(1.05);
}
.about_whlist_des {
    margin-top: 0px;
    height: 200px;
    background-color: #efefef;
    line-height: 26px;
    transition: all .5s;
    padding-left: 30px;
    padding-right:30px;
    padding-top: 30px;
}
.about_whlist h3 {
    color: rgba(0, 0, 0, 1);
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 10px;
}
.about_whlist_des p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    width: 100%;
    line-height: 26px;
}


.about_hz {
    background-color: #fff;
    padding: 70px 0px 100px;
}
.about_hz_tit h3 {
    color: #333;
    font-size: 28px;
    margin-bottom: 50px;
    text-align: center;
}
.about_hz_item {
    width: 100%;
    height: 480px;
    position: relative;
}
.about_hz_item .swiper-slide {
    height: calc((100% - 30px) / 2);
    background: none;
}
.about_hz_item .idxkh_simg img{
    max-width: 100%;
    max-height: 100%;
}
.about_hz_item .idxkh_simg:hover {
    border: 0px;
}
.about_hz_item .idxkh_simg:hover img {
    transform: scale(1.05);
}

.about_zs {
    background-color: #f5f6f8;
    padding: 70px 0px 100px;
}
.zs_swiper  .swiper-slide {
    background: none;
}
.zs_title{
    font-size: 16px;
    color: #333;
    line-height: 50px;
}

.about_sc {
    background-color: #fff;
    padding: 70px 0px 100px;
}


.about_his {
    background: url(../images/processbg.jpg) no-repeat center center;
    background-size: cover;
    padding: 70px 0px 100px;
    color: #333333;
    position: relative;
}
.about_hisitem {
    width: 100%;
    height: 700px;
    position: relative;
}
.about_hisitem_t h3 {
    margin-bottom: 50px;
    font-size: 28px;
    color: #333333;
}
.about_hisitem .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .about_hisitem .swiper-slide {
    background: none;
  }
.about_hisitem  .gallery-top {
    height: 80%;
    width: 100%;
  }
.about_histop {
    width: 100%;
    align-items: flex-start;
}
.abouthist_l {
    text-align: left;
}
.abouthist_l h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
}
.abouthist_l p {
    font-size: 16px;
    line-height: 36px;
}
.abouthist_r img {
    width: 600px;
}
.about_hisitem  .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 20px 50px 0px;
  }
.about_hisitem  .gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 1;
    display: block;
    cursor: pointer;
  }
  .about_hisbot_c {
      background-color: #8e8e8e;
      border-radius: 50%;
      height:11px;
      width: 11px;
      margin: 0 auto 20px;
  }
  .about_hisbot_y h4 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
  }
.about_hisitem  .gallery-thumbs .swiper-slide-thumb-active .about_hisbot_c {
    background-color: #fff!important;
    border: 3px solid rgba(0, 163, 159, 1);
    border-radius: 50%;
    color: rgba(0, 163, 159, 1);
    width: 16px;
    height: 16px;
    margin-top: -3px;
    margin-bottom: 18px;
  }
.about_hisitem  .swiper-button-next, .about_hisitem .swiper-button-prev {
    top: 95.5%;
    background-color: #dddddd;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    left: 0px;
}
.about_hisitem  .swiper-button-next {
    right: 0px;
    left: unset;
}
.about_hisitem  .swiper-button-next::after, .about_hisitem .swiper-button-prev::after {
    font-size: 16px;
    color: #a3a3a3;
}
.about_hisitem  .swiper-button-next:hover, .about_hisitem .swiper-button-prev:hover {
    background-color: rgba(0, 163, 159, 1);
}
.about_hisitem  .swiper-button-next:hover::after, .about_hisitem .swiper-button-prev:hover::after {
    color: #ffffff;
}
.about_hisitem  .swiper-button-prev.swiper-button-disabled,.about_hisitem .swiper-button-next.swiper-button-disabled {
    opacity: 1;
}
.about_hisline {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 84.6%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

/* 企业文化页面 */
.culture {
    background: #f7f8fa;
    padding: 70px 0px;
}
.cultop {
    width: 100%;
    height: 300px;
    background-color: #ffffff;
}
.cultop_l {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.cultop_l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cultop_l .cultop_ltitle {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    justify-content: flex-end;
}
.cultop_ltitle i {
    color: #333333;
    font-size:40px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 0px 50px;
}
.cultop_r {
    width: 50%;
    height: 100%;
    padding: 0px 10% 0px 4%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}
.cultop_r h3 {
    color: #333333;
    margin-bottom: 10px;
    font-size: 24px;
}
.cultop_r p {
    color: #666666;
    font-size:14px;
    line-height: 28px;
}
.cultop_rline {
    position: absolute;
    left: 0px;
    top: 65px;
    width: 1px;
    height:170px ;
    background-color: #f1f1f1;
}
.culbot .cultop_rline {
    left: unset;
    right: 0px;
}
.culbot .cultop_ltitle {
    justify-content: flex-start;
}

.cul_qyjs {
    width: 100%;
    padding: 70px 0px;
    background-color: #ffffff;
}
.cul_qyjs .about_hz_tit h3 {
    margin-bottom: 20px;
}
.cul_qyjs .about_hz_tit p {
    color: #666;
    font-size: 14px;
    text-align: center;
}
.cul_items {
    margin-top: 50px;
}
.cul_items ul li {
    width: 33.33%;
    height: 315px;
    overflow: hidden;
    position: relative;
}
.cul_liimg {
    width: 100%;
    height: 100%;
}
.cul_liimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cul_lidesc {
    padding: 0px 80px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.culdesc_item {
    height: 30px;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    transition: all 0.5s ;
}
.culdesc_item h3 {
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 30px;
}
.culdesc_item p {
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
}
.cul_items ul li:hover .culdesc_item {
    height:120px;
}
/* 社会责任 */
.resppage {
    padding: 70px 0px;
}
.resp_item ul li {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    position: relative;
    transition: all .5s;
    border: #eee 1px solid;
}
.resp_item ul li .resp_liimg {
    width: 50%; float: left;
}
.resp_item ul li .resp_liimg img {
    width: 100%;
}
.resp_lidesc {
    width: 50%;
    padding: 0px 50px 0px 50px; float: right;
    z-index: 1;
    flex-direction: column;
    justify-content: flex-end;
}
.resp_lidesc_item {
    height: auto;
    transition: all .5s;
    margin-bottom: 30px;
}
.resp_lidesc_item h3 {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.85);
    margin-bottom: 20px;
    margin-top: 50px;
    font-weight: bold;
}
.resp_lidesc_item p {
    width: 100%;
    font-size: 16px;
    line-height: 38px;
    color: rgba(0, 0, 0, 0.85);
}
.resp_item ul li:nth-child(2n) .resp_liimg{
    float: right;
}
.resp_item ul li:hover {
    /*box-shadow:0px 0px 15px rgba(0, 0, 0, 0.2);*/
}
.resp_item ul li:hover .resp_liimg img {
    /*transform: scale(1.05);*/
}
.resp_item ul li:hover .resp_lidesc_item {
    /*height: 150px;*/
}
.respnews {
    background-color: #f5f6f8;
    padding: 70px 0px;
}
.respnews_t h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333333;
}
.respnews_t p {
    font-size: 14px;
    color: #666666;
}
.respnews_list {
    margin-top: 50px;
}
.respnews_liitem {
    width: 100%;
}
.respnews_lil {
    width: 40%;
    padding: 0px 50px;
}
.respnews_lil h3 {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 32px;
    color: #333333;
    text-align: left;
}
.respnews_lil p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    text-align: justify;
}
.respnews_lil span {
    display: block;
    font-size: 20px;
    color: #333333;
    margin-top: 30px;
    text-align: left;
}
.respnews_lil h3:hover {
    color: rgba(0, 163, 159, 1);
}
.respnews_lir {
    width: 60%;
    height: 320px;
}
.respnews_lir img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.respnews_list .swiper-button-next, .respnews_list .swiper-button-prev {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #8e8e8e;
    top: unset;
    bottom: 20px;
    left: 30%;
}
.respnews_list .swiper-button-next {
    left: 35%;
}
.respnews_list .swiper-button-next:after, .respnews_list .swiper-button-prev:after {
    font-size: 16px;
    color: #ffffff;
}
.respnews_list .swiper-button-next:hover, .respnews_list .swiper-button-prev:hover {
    background-color: rgba(0, 163, 159, 1);
}
/* 人才招聘 */
.joblist_t {
    background: #f5f6f8;
    padding: 70px 0px;
}
.joblist_item ul li {
    width: 100%;
    height:320px ;
    background-color: #ffffff;
}
.joblist_tl {
    width: 50%;
    padding: 50px ;
}
.joblist_tl h3 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #333333;
}
.joblist_tl p {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
}
.joblist_tr {
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.joblist_tr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.joblist_item ul li:hover .joblist_tr img {
    transform: scale(1.05);
}

.joblist_m {
    padding: 70px 0px;
    background-color: #ffffff;
}
.joblist_m_top h2 {
    font-size: 28px;
    color: #333333;
    text-align: center;
}
.joblist_m_bot {
    margin-top: 50px;
}
.joblist_m_bot ul li {
    width: 32%;
    padding: 40px;
    height:260px ;
    background-color: #f5f6f8;
}
.joblist_m_bot ul li h3 {
    font-size: 20px;
    color: #333333;
}
.joblist_line {
    width: 40px;
    height: 1px;
    margin: 30px 0px;
    background-color: #666666;
}
.joblist_m_bot ul li p {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
}
.joblist_m_bot ul li:hover {
    background-color: rgba(0, 163, 159, 1);
}
.joblist_m_bot ul li:hover .joblist_line {
    background-color: #ffffff;
}
.joblist_m_bot ul li:hover h3 {
    color: #ffffff;
}
.joblist_m_bot ul li:hover p {
    color: #ffffff;
}
.joblist_btitle h2 {
    font-size: 28px;
    color: #333333;
    text-align: center;
}
.joblist {
    margin-top: 50px;
}
.joblist ul li {
    width: 100%;
    height: auto;
    margin-bottom: 45px;
    padding: 40px 0px;
    background-color: #ffffff;
}
.joblitop {
    padding: 0px 60px;
}
.joblitop dl {
    border-left: 1px solid #edeff0;
    text-align: center;
    width:30%;
}
.joblitop dl dt {
	font-size: 14px;
	color: #999999;
    padding-bottom: 10px;
}
.joblitop dl dd {
	font-size: 20px;
	color: #232324;
}
.joblitop dl:first-child {
    border-left: 0px;
    text-align: left;
    width: 20%;
}
.joblitop dl:last-child {
    text-align: right;
    width: 20%;
}
.joblibot {
    border-top: 1px solid #edeff0;
    border-bottom: 1px solid #edeff0;
    margin-top: 30px;
    padding: 30px 60px;
}
.joblidate p {
	font-size: 14px;
	color: #999999;
}
.joblimore a {
    padding: 5px 25px;
	border-radius: 15px;
	border: solid 1px rgba(0, 163, 159, 1);
	font-size: 14px;
	color: rgba(0, 163, 159, 1);
}
.joblimore a.joblimail {
    background-color: rgba(0, 163, 159, 1);
    color: #ffffff;
}
.jobcontent {
    padding:50px 60px 0px;
    display: none;
}
.jobcontent p {
	font-size: 14px;
    line-height: 28px;
	color: #555555;
}
.jobcontent.active {
    display: block;
}
/* 联系我们 */
.contact_t {
    background-color: #f7f8fa;
    padding: 70px 0px;
}
.neititle {
    font-size: 28px;
    color: #333333;
    text-align: center;
}
.contact_mapitem {
    margin-top: 50px;
}
.contact_bot {
    padding: 70px 0px;
    background-color: #ffffff;
}
.contact_bl {
    width: 45%;
}
.contact_bl h4 {
    color: #999;
    font-size: 14px;
}
.contact_bl h3 {
    font-size: 28px;
    margin: 20px 0 ;
    color: #1a1a1a;
}
.contact_blline {
    height: 4px;
    width: 80px;
    background-color: rgba(0, 163, 159, 1);
}
.contact_bl h5 {
    color: #999999;
    font-size: 14px;
    margin-top: 20px;
}
.contact_ways {
    border-top: 1px solid #e6e6e7;
    border-bottom: 1px solid #e6e6e7;
    padding: 15px 0;
    width: 100%;
    margin-top: 20px;
}
.contact_ways {
    align-items: flex-start;
}
.contact_ways li {
    width: 50%;
    margin: 15px 0px;
}
.contact_ways li p {
    font-size: 14px;
    color: #999999;
    padding-bottom: 5px;
}
.contact_ways li h6 {
    color: #242424;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    cursor: default;
    transition: all .5s;
    word-break: break-all;
}
.contact_ways li h6:hover {
    padding-left: 5px;
}


.contact_con{
    width: 32%;
    border: 1px solid #eee; padding: 30px;
    margin-bottom: 40px;
}
.contact_con h4 {
    color: rgba(38, 38, 38, 1);
    font-size: 22px;
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 20px; display: inline-block;
}
.contact_con ul li {
    width: 100%; display: flex; align-items: center;
    color: rgba(0, 0, 0, 0.85);
    font-size: 18px;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.contact_con ul li h6{
    color: rgba(0, 0, 0, 0.85);
    font-size: 18px;
    margin-left: 20px;
    line-height: 40px;
}
.contact_con ul li img{
    min-width: 26px;
}

.contact_br {
    width: 100%;
}
.form_titles{
    width: 100%; margin: 30px auto; text-align: center;
}
.form_titles h3{
    font-size: 24px;
    color: rgba(38, 38, 38, 1);
}
.contact_br form {
    width: 100%;
}
.contact_br form input {
    width: 49%;
    border: 1px solid #ededed;
    background: #f5f5f7;
    padding: 10px 20px;
    height: 60px;
    font-size: 16px;
    margin-bottom:15px;
}
.contact_br form textarea {
    width: 100%;
    height: 130px;
    font-size: 16px;
    border: 1px solid #ededed;
    background: #f5f5f7;
    padding: 20px ;
}
.contact_br form button {
    background: rgba(0, 163, 159, 1);
    color: #ffffff;
    font-size: 16px;
    width: 100%;
    max-width: 200px;
    height: 58px;
    border: 0px;
    cursor: pointer;
    text-align: center;
    margin-top: 15px;
    margin:20px auto;
}

/* 新闻列表页面 */
.newslistp {
    width: 100%;
    height: auto;
    padding: 20px 0px;
    background-color: #f7f8fa;
}
.newslistp_item {
    width: 100%;
    height: 400px;
    align-items: flex-start;
}
.newslistp_l {
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.newslistp_l img {
    width:100%;
    height:100%;
    object-fit: cover;
}
.newslistp_r {
    text-align: left;
    padding: 50px ;
    width: 50%;
}
.newslistp_r h3 {
    font-size: 26px;
    color: #000;
    margin-bottom: 40px;
}
.newslistp_r p {
    line-height: 28px;
    font-size: 16px;
    color: #666666;

    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newslistp_rbot {
    margin-top: 100px;
}
.newslistp_rbot span {
    font-size: 16px;
    color: #333333;
}
.newslistp_rbot strong {
    font-weight: normal;
    font-size: 16px;
    color: rgba(109, 114, 120, 1);
    border-radius: 22px;
    width: 136px;
    height: 44px;
    line-height: 44px; text-align: center;
    border: 1px solid rgba(109, 114, 120, 1);
}
.newslistp_rbot strong:hover {
    border: 1px solid rgba(0, 163, 159, 1);
    background-color: rgba(0, 163, 159, 1);
    color:#fff;
}
.newslistp_top {
    width: 100%;
    position:relative;
    margin-top: 40px;
}
.newslistppagination {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}
.newslistppagination .swiper-pagination-bullet {
    background-color: #e0e0e0;
}
.newslistppagination .swiper-pagination-bullet-active {
    background-color: rgba(0, 163, 159, 1);
}
.newslistp_item:hover .newslistp_l img {
    transform: scale(1.05);
}
.newslistp_item:hover .newslistp_r h3 {
    font-weight: bold;
    color: rgba(0, 163, 159, 1);
}
.newslistp_bot {
    width: 100%;
    height: auto;
    margin-top: 100px;
}
.newslistp_bot ul li {
    margin-bottom: 40px;
    transition: all .5s;
}
.newslistp_bot ul li a{
    display: inline-block;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
.newslistp_botimg {
    width: 100%;
    height: 190px;
    overflow: hidden;
}
.newslistp_botimg img {
    width:100%;
    height: 100%;
    object-fit: cover;
}
.newslistp_botdes {
    padding: 25px;
    background-color: #ffffff;
    height: 240px;
    flex-direction: column;
    align-items: flex-start;
    transition: all .5s;
}
.newslistp_botdes h3 {
    color: rgba(0, 0, 0, 0.85);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: #eee 1px solid;
    margin-bottom: 10px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newslistp_botdes p {
    font-size: 14px;
    color: #333333;
    width: 100%;
    line-height: 25px;
    text-align: left;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newslistp_date{
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.newslistp_date span{
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(109, 114, 120, 1);
    font-size: 16px;
    letter-spacing: 0.2971428632736206px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
}
.newslistp_date .idxnews_r{
    font-size: 32px;
}

.newslistp_bot ul li:hover .newslistp_botimg img {
    transform: scale(1.05);
}
.newslistp_bot ul li:hover .newslistp_botdes h3,.newslistp_bot ul li:hover .newslistp_botdes p  {
    color: rgba(0, 163, 159, 1);
}
.newslistp_bot ul li:hover .newslistp_botdes {
   background-color: rgba(0, 163, 159, 1);
   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.newslistp_bot ul li:hover .newslistp_botdes h3,.newslistp_bot ul li:hover .newslistp_botdes p,.newslistp_bot ul li:hover .newslistp_date span {
    color: #ffffff;
 }
.jumpto {
    display: none;
}

 .newspage {
    text-align: center;
    width: 100%;
 }
 .newsdetail {
    padding: 70px 0px;
    align-items: flex-start;
 }
 .newsde_l {
    width: 70%;
    height: auto;
 }
 .newsde_ltime {
    width: 100%;
    padding-bottom: 20px;
 }
 .newsdel_left p {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
 }
 .newsdel_left p a {
    color: rgba(0, 163, 159, 1);
 }
 .newsdel_left p span {
    margin: 0px 5px;
 }
 .newsdel_left p i {
    font-style: normal;
 }
 .newsde_l h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
 }
 .newsdel_right a {
    margin-left: 10px;
 }
 .newsdel_right img {
    height: 22px;
    filter: brightness(200%) grayscale(200%);
 }
 .newsdel_right img:hover {
    filter: unset;
 }
 .qrcode_ewmimg {
    display: none;
 }
 .layui-layer-page .layui-layer-content {
    padding: 10px;
}
 .newsde_lcontent {
    padding: 30px 0px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
 }
 .newsde_lcontent1 {
    padding: 30px 0px;

 }
 .newsde_lcontent p {
    font-size: 16px;
    line-height: 30px;
 }
 .newsde_r {
    width: 23%;
    background-color:#f7f8fc;
    padding: 20px;
 }
 .newsde_r ul li {
    margin-top: 20px;
 }
 .newsde_r ul li:first-child {
    margin-top: 0px;
 }
 .newsde_rimg {
    width: 100%;
    height: 150px;
    overflow: hidden;
 }
 .newsde_rimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
 }
 .newsde_rdesc {
    padding: 20px 0px;
    border-bottom:1px solid #e8e8e8;
 }
 .newsde_rdesc h3 {
    line-height: 1.5;
    font-size: 14px;
 }
 .newsde_rdesc p {
    font-size: 14px;
    margin-top: 20px;
 }
 .newsde_lbot {
    margin-top: 30px;
 }
 .newdelb_l {
    width: 40%;
    height: 20px ;
    overflow: hidden;
 }
 .newdelb_l p, .newdelb_l p a {
    font-size: 14px;
    color: #666666;
 }
 .newdelb_m a {
    display: block;
    border: 1px solid #e8e8e8;
    padding: 10px 20px;
 }
 .newdelb_m a:hover {
    background-color: rgba(0, 163, 159, 1);
    color: #ffffff;
    border-color: rgba(0, 163, 159, 1);
 }
 .newdelb_l p:hover a {
    color: rgba(0, 163, 159, 1);
 }
 .newdelb_r {
    text-align: right;
 }
 .newsde_r ul li:hover .newsde_rimg img {
    transform: scale(1.05);
 }
 .newsde_r ul li:hover .newsde_rdesc h3 {
    font-weight: bold;
    color: rgba(0, 163, 159, 1);
 }

 /* 服务案例 */
 .casetop {
    width: 100%;
    border-bottom:1px solid #E5E5E5 ;
    margin: 40px 0px;
 }

.caselist_page {
    padding-bottom: 50px;
}
 .casetop_l {
    align-items: flex-start;
 }
 .casetop_l h3 {
    font-size: 18px;
    font-weight: bold;
    color: rgba(0, 163, 159, 1);
    padding-bottom: 15px;
    border-bottom: 3px solid rgba(0, 163, 159, 1);
 }
 .casetop_l span {
    font-size: 14px;
    color: #999999;
    margin-left: 10px;
    font-weight: normal;
    text-transform: uppercase;
 }
 .casetop_r {
    background: url(../images/shouye.svg) no-repeat left center;
    background-size: contain;
    padding-left: 30px;
 }
 .casetop_r p, .casetop_r p a {
    font-size: 14px;
    color: #333333;
 }
 .casetop_r p a:hover {
    color:rgba(0, 163, 159, 1);
 }
 .caselistmid {
    margin: 40px 0px ;
    align-items: flex-start;
 }
 .caselistmid ul {
    justify-content: flex-start;
    width: 100%;
    height: auto;
 }
 .caselistmid ul li a {
    padding: 10px 15px;
    font-size: 16px;
    margin-bottom: 10px;
    color: #333333;
    display: block;
 }
 .caselistmid ul li a:hover,.caselistmid ul li.active a {
     background-color: rgba(0, 163, 159, 1);
     color: #ffffff;
 }
 .caselistmid ul li:first-child:hover a {
    background: none;
    color: #333333;
 }
 .caselistmid ul.active {
    height: auto;
 }
 .caselistm_r {
    margin-top: 10px;
    cursor: pointer;
 }
 .caselistm_r img {
    height: 10px;
    transform: rotate(90deg);
 }
 .caselistm_r p {
    font-size: 16px;
    color: rgba(0, 163, 159, 1);
    margin-left: 10px;
 }
.caselistm_r.active img {
    transform: rotate(270deg);
}
.caselist_item {
    width: 100%;
}
.caselist_item ul li {
    margin-bottom: 40px;

}
.caselist_liimg {
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.caselist_liimg img {
    width:100%;
    height: 100%;
    object-fit: cover;
}
.caselist_lidesc {
    padding: 20px ;
    background-color: #fff;
    border: 1px solid #eee;
}
.caselist_lidesc h3 {
    font-size: 22px;
    color: #000;
    font-weight: normal;
    margin-bottom: 15px;
    transition: all .5s;
}
.caselist_lidesc p {
    font-size: 16px;
    line-height: 25px;
    color: #666666;
}
.caselist_lidesc button {
    margin-top: 20px;
    font-size: 14px;
    padding: 0px 25px;
    line-height: 38px;
    border-radius: 30px;
    background:none ;
    border: 1px solid #e5e5e5;
    color: rgba(109, 114, 120, 1)
}
.caselist_item ul li:hover .caselist_lidesc {
    border-color:  rgba(0, 163, 159, 1);
}
.caselist_item ul li:hover .caselist_liimg img {
    transform: scale(1.05);
}
.caselist_item ul li:hover .caselist_lidesc button {
    background-color: rgba(0, 163, 159, 1);
    color: #ffffff;
}
.caselist_item ul li:hover .caselist_lidesc h3 {
    color: rgba(0, 163, 159, 1);
    font-weight: normal;
}

.kehlist{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}
.kehlist li{
    width: 18%; margin-left: 1%; margin-right: 1%;
}

.caselist_item2 {
    width: 100%;
}
.caselist_item2 ul li {
    margin-bottom: 40px;
}
.caselist_liimg2 {
    width: 100%;
    height: 108px;
    display: flex;
    align-items: center;
    text-align: center;
    overflow: hidden;
    border: 1px solid #eee;
    justify-content: center;
}
.caselist_liimg2 img {
    max-height: 100%;
    /*width:100%;*/
    /*object-fit: cover;*/
}



.sbnavlist{
    width: 100%; text-align: center; margin-top: 0px;
}
.sbnavlist_item{
    width: 150px; text-align: center; font-size: 18px; display: inline-block;
}
.sbnavlist .active a{
    color: rgba(0, 163, 159, 1);
}

.shebei_titles{

}
.shebei_titles {
    text-align: center; width: 100%; margin: 30px auto;
}
.shebei_titles h3 {
    font-size: 24px; font-weight:bold;
    color: rgba(0, 0, 0, 0.85); position: relative;
}
.shebei_titles h5 {
    width: 100%; max-width: 800px; margin: 15px auto 0px auto;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.shebeilist {
    width: 100%;
}
.shebeilist ul li {
    margin-bottom: 40px;
}


.downlist {
    width: 100%; margin: 30px auto;
}
.downlist ul li {
    width: 12.4%; text-align: center; display: inline-block; float:left; margin-bottom: 15px;
}



.zhiliang_title{
    width: 100%;
    margin-top: 40px; display: inline-block;
    margin-bottom: 30px;
}
.zhiliang_title h3{
    font-size: 30px;

    color: rgba(0, 163, 159, 1);
}

.zllist {
    width: 100%;
}
.zllist ul li {
    margin-bottom: 40px;
}
.zllist_liimg {
    width: 100%;
    height: auto;
    /*overflow: hidden;*/
}
.zllist_liimg img {
    width:100%;
    height: auto;
    /*object-fit: cover;*/
}
.zllist_lidesc {
    padding: 20px 0;
}
.zllist_lidesc h3 {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
    transition: all .5s;
}
.zllist_lidesc p {
    font-size: 16px;
    line-height: 25px;
    color: #666666;
}


.hjlist {
    width: 100%;
}
.hjlist ul li {
    margin-bottom: 40px;
    display: flex;

}
.hjlist_liimg {
    width: 100%;
    max-width: 410px;
    height: auto;
    /*overflow: hidden;*/
}
.hjlist_liimg img {
    width:100%;
    height: auto;
    /*object-fit: cover;*/
}
.hjlist_lidesc {
    padding: 20px 0 0 30px;
}
.hjlist_lidesc h3 {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
    transition: all .5s;
}
.hjlist_lidesc p {
    font-size: 16px;
    line-height: 25px;
    color: #666666;
}



/* 产品列表页面 */
.prolistpage {
    background-color: #f7f8fc;
    padding: 50px 0px;
}
.prolist_item {
    align-items: flex-start;
}
.prolist_l {
    width:20%;
    background-color: #ffffff;
}
.prolist_ltop {
    width: 100%;
    height: 90px;
    background-color: rgba(0, 163, 159, 1);
    flex-direction: column;
    justify-content: center;
    margin-bottom: 5px;
}
.prolist_ltop h2 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    color: #ffffff;
}
.prolist_lbot>ul {
    width: 100%;
	border-radius: 4px 4px 0px 0px;
}
.prolist_lbot>ul>li {
    width: 100%;
	background-color: rgba(0, 163, 159, 1);
    margin-bottom: 1px;
}
.prolist_lbot>ul>li .pronav1 {
    padding: 20px 0px 20px 24px;
    cursor: pointer;
}
.prolist_lbot>ul>li .pronav1 a {
    font-family: PingFangSC-Semibold;
	font-size: 20px;
	color: #ffffff;
}
.erpronav {
    background-color: #ffffff;
    padding: 20px ;
    /* display: none; */
}
.erpronav>ul>li>a>span {
    display: block;
    width: 90%;
	font-size: 14px;
	line-height: 24px;
    padding: 7px 10px;
	color: #555555;
}
.erpronav>ul>li>a>img {
    height: 8px;
}
.erpronav>ul>li>a:hover span ,.erpronav>ul>li>a>span.active {
    color: #ffffff;
    background-color: #006ee3;
}
.erpronav.active {
    display: block;
}

.pnavlist{
    width: 100%;
    height: auto;
    margin: 30px auto;
}
.pnavlist_item{
    width: 17.6%; height: 110px; overflow: hidden; margin-right: 3%; float: left; position: relative; cursor: pointer;
}
.pnavlist_item:last-child{
    margin-right: 0px;
}
.pnavlist_item_img{
    width: 100%; height: 100%;
}
.pnavlist_item_img img{
    width: 100%; height: 100%; object-fit: cover;
}
.pnavlist .pnav_item_img1{
    display: block;
}
.pnavlist .pnav_item_img2{
    display: none;
}
.pnavlist .active .pnav_item_img1{
    display: none;
}
.pnavlist .active .pnav_item_img2{
    display: block;
}
.pnavlist .active .pnavlist_item_text h3{
    color: #fff;
}

.pnavlist_item_text {
    position: absolute; left: 0px; top: 0px;
    width: 100%; height: 100%;
    display: flex; align-items: center;
}
.pnavlist_item_text h3 {
    width: 100%; text-align: center;
    font-size: 20px;
    color: rgba(124, 129, 134, 1);
}

.pnavlist_item:hover .pnavlist_item_text{
    background-color: rgba(0, 163, 159, 0.3);
    color: #fff;
}
.pnavlist_item:hover .pnavlist_item_text h3{
    color: #fff;
}
.pnavlist_item:hover .pnav_item_img1{
    display: none;
}
.pnavlist_item:hover .pnav_item_img2{
    display: block;
}

.newprolist{
    width: 100%;
    height: auto;
    border: 1px solid #eee;
    margin-bottom: 50px;
}
.newprolist_title{
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 20px;
    color: rgba(0, 163, 159, 1);
}
.newprolist_list{
    width: 100%;
    haeight: auto;

}
.newprolist_list ul li {
    width: 100%;
    line-height: 25px;
    border-top: 1px solid #eee;
    text-align: center;
    font-size: 14px;
}
.newprolist_list ul li h3{
    width: 100%;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #000;
    text-align: center;
}
.newprolist_list ul li a{
    width: 100%;
    display: flex;
    padding: 10px 0px 10px 0px;
}
.newpro_item1{
    width: 10%; text-align: center;
}
.newpro_item2{
    width: 16%;
    word-wrap: break-word; /* 允许长单词或URL换行 */
    word-break: break-all; /* 强制单词内换行 */
}
.newpro_item3{
    width: 16%;
}
.newpro_item4{
    width: 16%;
}
.newpro_item5{
    width: 16%;
}
.newpro_item6{
    width: 16%;
}
.newpro_item6{
    width: 16%;
}
.newpro_item7{
    width: 10%;
}
.newprolist_list ul li:hover div{
    color: rgba(0, 163, 159, 1);
}

.pc_list {
    width: 100%;
}
.pc_list ul li {
    margin-bottom: 30px;
}
.pc_list ul li a {
    width: 100%;
    background-color: #ffffff;
    display: inline-block;
    position: relative;
}

.pc_item_img {
    width: 100%;
}
.pc_item_img img {
    width: 100%;
}
.pc_item_img1{
    display: block;
}
.pc_item_img2{
    display: none;
}

.pc_item_text {
    position: absolute; left: 0px; top: 0px;
    width: 100%; height: 100%;
    display: flex; align-items: center;
}
.pc_item_text h3 {
    width: 100%; text-align: center;
    font-size: 20px;
    color: rgba(124, 129, 134, 1);
}

.pc_list ul li:hover .pc_item_text{
    background-color: rgba(0, 163, 159, 0.3);
    color: #fff;
}
.pc_list ul li:hover .pc_item_text h3{
    color: #fff;
}
.pc_list ul li:hover .pc_item_img1{
    display: none;
}
.pc_list ul li:hover .pc_item_img2{
    display: block;
}



.prolist_r {
    width:77%;
}
.prolist_list {
    width: 100%;
}
.prolist_list ul li {
    margin-bottom: 30px;
}
.prolist_list ul li a {
    background-color: rgba(243, 243, 243, 1);
    display: inline-block;
    padding: 25px;
    transition: all .5s;
}
.prolist_list ul li:hover a {
    background-color: rgba(0, 163, 159, 1);
}
.prolist_item_img {
    width: 100%;
    height: 130px;
    overflow: hidden;
}
.prolist_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.prolist_item_text {
    width: 100%; text-align: center;
    padding: 25px 0px 0px;
}
.prolist_item_text h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}
.prolist_item_text p {
    font-size: 14px;
    color: #666666;
}
.prolist_item_more{
    border-radius: 22px;
    width: 108px;
    height: 36px;
    line-height: 36px;
    border: 1px solid rgba(166, 166, 166, 1);
    color: rgba(109, 114, 120, 1);
    font-size: 14px;
    text-align: center;
    margin: 0px auto 30px auto;
}
.prolist_list ul li:hover a .prolist_item_more{
    color: #fff;
    border: 1px solid #fff;
}
.prolist_list ul li:hover .prolist_item_text p {
    color: #ffffff;
}
.prolist_list ul li:hover .prolist_item_text h3 {
    color: #ffffff;
}
.prolist2_r {
    width: 100%;
}
.prolist2_r .prolist_item_img {
    height: 200px;
}
.prolist2_r .prolist_list ul li {
    transition: all .5s;
}
.prolist2_r .prolist_list ul li a {
    padding: 0px; width: 100%;
}
.prolist2_r .prolist_item_text {
    width: 100%;
    padding: 20px;
    transition: all .5s; text-align: center;
}
.prolist2_r .prolist_item_text h3 {
    text-align: center;
    margin-bottom: 0px;
    font-weight:normal;
    font-size: 18px;
    color: rgba(44, 44, 44, 1);

}
.prolist2_r .prolist_item_text img {
    height: 8px;
}


.prolist2_r .prolist_list ul li:hover a {
    box-shadow: 0px 0px 15px rgba(0, 163, 159, 0.4);
}
.prolist2_r .prolist_list ul li:hover .prolist_item_img img {
    transform: scale(1.05);
}
.prolist2_r .prolist_list ul li:hover .prolist_item_text {
    padding: 20px 15px;
}
.prolist2_r .prolist_list ul li:hover .prolist_item_text img {
    filter: brightness(0) invert(1);
}


.prolist2_top {
    width: 100%;
    padding: 0px 30px;
    background-color: #ffffff;
    margin-bottom: 80px;
}
.prolist2_topsx {
    width: 100%;
    border-top: 1px solid #eeeeee;
    padding: 25px 0px;
    align-items: flex-start;
}
.prolist2_topsx:first-child {
    border-top: 0px;
}
.prolist2_tsx_l {
    width: 7%;
}
.prolist2_tsx_l a {
    display: block;
    width: 100%;
    height: 36px;
    background-color: rgba(0, 163, 159, 1);
	border-radius: 4px;
    font-size: 16px;
    text-align: center;
	line-height: 36px;
	letter-spacing: 1px;
	color: #ffffff;
}
.prolist2_tsx_r {
    width: 90%;
}
.prolist2_tsx_r ul {
    justify-content: flex-start;
}
.prolist2_tsx_r ul li {
    margin-right: 30px;
}
.prolist2_tsx_r ul li a {
    font-size: 16px;
	letter-spacing: 1px;
    height: 36px;
    padding: 0px 15px;
	line-height: 36px;
    display: block;
	color: #666666;
}
.prolist2_tsx_r ul li:hover a,.prolist2_tsx_r ul li.active a {
    background-color: rgba(0, 163, 159, 1);
    color: #ffffff;
}


.prodetail {
    width: 100%;
}
		/* 本例子css */
		.slideTxtBoxpro{ width:100%;   }
		.slideTxtBoxpro .hd{ width: 100%; height: 60px; position:relative; border-bottom: 1px solid #e8e8e8;}
        .prode_topl h3 {font-size:18px ;font-weight: bold;line-height: 60px;}
		.slideTxtBoxpro .hd ul{ height:60px;   }
		.slideTxtBoxpro .hd ul li{ float:left; padding:0 15px; cursor:pointer; line-height: 60px;font-size: 16px;color: #888888;}
        .slideTxtBoxpro .hd ul li:hover {color: rgba(0, 163, 159, 1);}
		.slideTxtBoxpro .hd ul li.on{ color: #000000;  }
		.slideTxtBoxpro .bd ul{ padding:15px;  zoom:1;  }
        .prode_contop {
            width: 100%;
            margin: 50px 0px;
        }
    .prode_contop h3 {
        font-size: 38px;
        font-weight: bold;
        color: #333333;
        text-align: center;
    }
.prode_contop p {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}
.prode_video video {
    width: 100%;
}
.prode_caselist ol {
    list-style: none;
}
.prode_caselist ol li {
    width: 32%;
    transition: all .5s;
}
.prode_caselist ol li a {
    background-color: #f7f8fc;
    padding: 25px;
    display: block;
    width: 100%;
}
.prode_caselist_img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.prode_caselist_img img {
    width:100%;
    height: 100%;
    object-fit: cover;
}
.prode_caselist_text h4 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
}
.prode_caselist ol li:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.prode_caselist ol li:hover .prode_caselist_img img {
    transform: scale(1.05);
}
.prode_caselist ol li:hover .prode_caselist_text h4 {
    color:rgba(0, 163, 159, 1);
}
.prode_casemore {
    width: 120px;
    height: 45px;
    background-color: rgba(0, 163, 159, 1);
    border-radius: 3px;
    margin:50px auto ;
    padding: 0px 20px;
    transition: all .5s;
}
.prode_casemore a {
    width: 100%;
    height: 100%;
}
.prode_casemore a span {
    color: #ffffff;
}
.prode_casemore a i {
    color: #ffffff;
    font-style: normal;
}
.prode_casemore:hover {
    padding: 0px 12px;
}
.pdp-table {
    padding: 0 25px 60px;
    background-color: #f7f8fc;
}
.pdp-table table {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    border-spacing: 2px;
    border-collapse: separate;
}
.pdp-table table thead td {
    position: relative;
    z-index: 1;
    padding: 25px 20px;
}
.pdp-table table thead td:first-of-type {
    padding-left: 0;
}
.pdp-table table thead td::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: -2px;
    bottom: 0;
    left: -27px;
    right: -27px;
    background-color: #fff;
}
.pdp-table table h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    width: 220px;
    color: #000;
}
.pdp-table table  td img {
    display: block;
    max-width: 100px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
.pdp-table table  td {
    padding: 18px 20px;
    color: #474747;
    vertical-align: middle;
}
.pdp-table table  tr:first-of-type td {
    color: #000;
}
.pdp-table table  tr:nth-of-type(2n) {
    background-color: #fff;
}
.prode_gzfw {
    margin: 50px 0px;
}
.prode_gzfw h3 {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 30px;
}
.prode_gzfw_item p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.job_con{
    width:100%;
    padding: 30px 0;
    line-height: 30px;
}

.prode_down {
    width: 100%;
    padding: 0px 0px;
}
.prode_downlist {
    margin-bottom: 25px;
}
.prode_downitem {
    position: relative;
    padding: 20px 30px ;
    background-color: #f7f8fc;
    cursor: pointer;
    transition: all .3s;
}
.prode_downitem h3 {
    font-size: 16px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.85);
}
.prode_downitem img {
    height: 20px;
}
.slideTxtBoxpro .bd ul.prode_downxl {
    padding: 0px 30px;
    background-color:#f7f8fc ;
    display: none;
}
.prode_downxl li a {
    padding:20px 0px;
    width: 100%;
    border-top: 1px solid rgba(71,71,71,.2);
}
.prode_downxl li a p {
    font-size: 14px;
    width: 80%;
    line-height: 30px;
    color: #333333;
}
.prode_downxl li a img {
    height: 18px;
    object-fit: contain;
    filter: brightness(200%) grayscale(200%);
}
.prode_downxl li:first-child a {
    border-top: 0px;
}
.prode_downitem.active {
    background-color: rgba(0, 163, 159, 1);
}
.prode_downitem.active h3 {
    color:#ffffff;

}
.prode_downitem.active img {
    filter: grayscale(1000%) brightness(1000%) ;
    transform: rotate(180deg);
}

.searchpage {
    margin-top: 30px;
}
.searchpage ul li{
    width: 100%; background-color: #fff; padding: 25px; margin-bottom: 15px;
}
.searchpage ul li h3{
    font-size: 18px; color: #333;
}
.searchpage ul li p{
    font-size: 14px; color: #666; margin-top: 10px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    border-color: rgba(0, 163, 159, 1);
    background-color: rgba(0, 163, 159, 1);
}
.pagination>li>a, .pagination>li>span {
    color: rgba(0, 163, 159, 1);
}
.detailpage {
    width: 100%;
}
.detailpage  h2 {
    text-align: center;
}


.procon1_item {
    align-items: flex-start;
}
.procontent_1 {
    width: 100%;
    background-color: #F9FAFC;
    position: relative;
    overflow: hidden;
    padding: 50px 0 ;
}
.procontent1_l {
    width: 48%;
    height: auto;
}
.procontent1_l .gallery-top {
    height: 75%;
    width: 100%;
  }
.procontent1_l   .gallery-thumbs {
    height: 25%;
    box-sizing: border-box;
    padding: 10px 0;
  }
  .procontent1_l  .swiper-slide {
    background: none;
  }
.procontent1_l  .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.procontent1_l   .gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
    /*transition: all .5s;*/
  }
.procontent1_l   .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
  }

.procontent1_r {
    width: 48%;
}
.procont_ltop h2 {
    font-size: 28px;
    color: #333333;
}
.procont_ltop p {
    letter-spacing: 1px;
    margin-top: 10px;
    font-size: 16px;
    color: #333333;
}
.procont_lbot {
    margin-top: 30px;
    background-color: #f2f3f5;
    border-radius: 10px;
    padding: 20px;
}
.procont_lbot p {
    font-size: 15px;
    line-height: 30px;
}

.procontent_zx {
    margin-top: 60px;
}
.procontent_zx a {
    width: 165px;
    height: 50px;
    transition: all .5s;
    justify-content: center;
    background-color: rgba(0, 163, 159, 1);
}
.procontent_zx a img {
    height: 20px;
    margin-right: 10px;
}
.procontent_zx a span {
    font-size: 14px;
    color: #ffffff;
}
.procontent_zx a:hover {
    background-color: #00A39F;
}
.procontent_zx a:hover img {
    margin-right: 15px;
}

.procontent_2 {
    background-color: #ffffff;
    padding-bottom: 100px;
}
.prodecon_item {
    width: 100%;padding: 30px ;
}
.procon2_top {
    border-bottom: 1px solid #DFDEDE;
}
.procon2_top ul {
    justify-content: center;
}
.procon2_top ul li {
    margin: 0px 60px;
    border-bottom: 3px solid rgba(0, 0, 0, 0);
}
.procon2_top ul li a {
    line-height: 90px;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
}
.procon2_top ul li:hover {
    border-bottom: 3px solid rgba(0, 163, 159, 1)
}
.procon2_top ul li:first-child {
    border-bottom: 3px solid rgba(0, 163, 159, 1)
}
.procon2_top ul li:first-child a{
    color: rgba(0, 163, 159, 1);
    font-weight: bold;
}
.prodecon_itemcon {
    margin-top: 30px;
}
.prodecon_itemcon p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}
.prodecon_itemcon img {
    margin: 5px 0px;
}
.prodecon_title h3 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
.proxgtjlist {
    position: relative;
}
.proxgtjswiper {
    margin-top: 30px;
}
.proxgtjswiper .swiper-slide {
    display: block;
    position: relative;
}
.proxgtj_liimg img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.proxgtj_lides {
    position: absolute;
    top: 300px;
    left: 0px;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    transition: all .5s;
    background-color: rgba(0, 163, 159, 1);
}
.proxgtj_lides h3 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 15px;
}
.proxgtj_lides p {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
}
.proxgtj_con{
    width: 100%;
    height: 100px; display:inline-block;
    background-color: #efefef;
}
.proxgtj_con h3 {
    font-size: 16px; font-weight: bold;
    color: #333;
    margin-bottom: 15px; margin-top: 15px;
}
.proxgtj_con span {
    width: 100px;
    height: 35px;
    line-height: 35px; display: inline-block;
    border-radius: 15px;
    border: 1px solid #999;
    color: #666;
}
.proxgtjswiper .swiper-slide:hover .proxgtj_con h3 {
    color: rgba(0, 163, 159, 1);
}
.proxgtjswiper .swiper-slide:hover .proxgtj_con span {
    border: 1px solid rgba(0, 163, 159, 1);
    color: rgba(0, 163, 159, 1);
}

.detags {
    margin: 40px 0px 0px;
}
.detags p {
    font-size: 14px;
}
.detags p a {
    font-size: 14px;
    margin: 0px 5px;
}

.search-empty{
    width: 100%;
    text-align: center;
}
