@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap");
@import url("../font/font.css");

/*@font-face {*/
/*    font-family: 'iconfont';*/
    /* project id 1851292 */
/*    src: url('http://at.alicdn.com/t/font_1851292_h1z2hg40w0s.eot');*/
/*    src: url('http://at.alicdn.com/t/font_1851292_h1z2hg40w0s.eot?#iefix') format('embedded-opentype'),*/
/*        url('http://at.alicdn.com/t/font_1851292_h1z2hg40w0s.woff2') format('woff2'),*/
/*        url('http://at.alicdn.com/t/font_1851292_h1z2hg40w0s.woff') format('woff'),*/
/*        url('http://at.alicdn.com/t/font_1851292_h1z2hg40w0s.ttf') format('truetype'),*/
/*        url('http://at.alicdn.com/t/font_1851292_h1z2hg40w0s.svg#iconfont') format('svg');*/
/*}*/
@font-face {
  font-family: 'iconfont';  /* Project id 1851292 */
  src: url('//at.alicdn.com/t/font_1851292_6g12lp8twi.woff2?t=1652481335806') format('woff2'),
       url('//at.alicdn.com/t/font_1851292_6g12lp8twi.woff?t=1652481335806') format('woff'),
       url('//at.alicdn.com/t/font_1851292_6g12lp8twi.ttf?t=1652481335806') format('truetype');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 12px;

    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}

/* .web_share_iconfont a .iconfont{
    transform: scale(0.9);
  } */
.footer-box .web_share_iconfont a {
    margin-right: 14px;
    position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
		background:#ffffff;
	border:1px solid #FFFFFF;
}
.hc-pd-bt{padding-bottom:40px;}
.footer-box .web_share_iconfont a:hover{
	background:#cccccc;
	border:1px solid #CCCCCC;
}
.footer-box .web_share_iconfont a .iconfont {
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
	color:#005955;
}.footer-box .web_share_iconfont a:nth-child(4) .iconfont{font-weight:bold;} 

.web_share_iconfont a {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
    margin-right: 14px;
    border: 1px solid #999;
    color: #fff;
    text-align: center;
    font-weight: normal;
    line-height: 22px;
    transition: all 0.3s;
    background-color: #999;
}

.web_share_iconfont a:nth-child(4) .iconfont {
    font-size: 14px;
}

.web_share_iconfont a:hover {
    color: #FFF;
    font-weight: normal !important;
}

.web_share_iconfont a:nth-child(1):hover {
    border-color: #147ab3;
    background-color: #147ab3;
}

.web_share_iconfont a:nth-child(2):hover {
    border-color: #e62c13;
    background-color: #e62c13;
}

.web_share_iconfont a:nth-child(3):hover {
    border-color: #30aef5;
    background-color: #30aef5;
}

.web_share_iconfont a:nth-child(4):hover {
    border-color: #34599d;
    background-color: #34599d;
}

.web_share_iconfont a:nth-child(5):hover {
    border-color: #005955;
    background-color: #005955;
}

.web_share_iconfont a:nth-last-of-type(1) {
    margin-right: 0;
}

.web_share_iconfont {
    display: flex;
}

.header-box .web_share_iconfont {
    margin-right: 40px;
}

.lan-box .iconfont {
    font-size: 24px;
    color: #999;
}

.footer-copy .web_share_iconfont a {
    background-color: #FFF;
    color: #005955;
    line-height: 19px;
    border-color: #FFF;
}

.footer-copy .web_share_iconfont a:hover {
    background-color: #009944;
    border-color: #009944;
}

.footer-copy .web_share_iconfont a:hover .iconfont {
    color: #FFF;
}

html,
body {
    font-family: 'Nexa Regular', sans-serif;
    line-height: 1;
    box-sizing: border-box;
}

a {
    transition: all 0.3s;
}

* {
    box-sizing: border-box;
    line-height: 1;
}

.textleft {
    text-align: left !important;
}

.cfff {
    color: #FFF !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.disflex {
    display: flex;
}

.bgfff {
    background-color: #fff;
}

.bgccc {
    background-color: #F8F8F8;
}

.bgccc2 {
    background-color: #fbfbfb;
}

.textcenter {
    text-align: center !important;
}

h1,
h2,
h3,
h4 {
    font-family: 'Nexa Bold', sans-serif;
}

.themec {
    color: #30716D !important;
}

.cf {
    color: #FFF !important;
}

.theme.swiper-button-next,
.theme.swiper-button-prev {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #111;
    background-position: 50% 50%;
    background-size: auto;
    transition: all 0.3s;
}

.theme.swiper-button-next:hover,
.theme.swiper-button-prev:hover {
    background-color: #30716D;
}

.theme.swiper-button-prev {
    background-image: url("../images/index_left.png");
}

.theme.swiper-button-next {
    background-image: url("../images/index_right.png");
}


/*header start*/

.header-box {
    padding: 0 80px;
	background: rgba(255,255,255,0.8);
	transition: all 0.6s;
}

.nav-box {
    display: none;
}

.header_top {
    color: #979AA1;
    background: #EFEFF1;
}

.header_top>.m-width-1280 {
    justify-content: space-between;
    height: 45px;
    align-items: center;
}

.header_top .web_share {
    padding-bottom: 0;
}

.header_top .top_con a {
    margin-left: 30px;
}

.header_top a {
    color: #979AA1;
}

.header_top a:hover {
    color: #30716D;
}

.header-box .logo {
    width: 120px;
    padding: 14px 0;
    display: flex;
    align-items: center;
}

.header-box .logo a img {
    width: 100%;
    height: auto;
}

.header-box .m-width-1280 {
    position: relative;
}

.header-box .icon-ny {
    display: none;
}

.header-box.header_ny {
    position: relative;
    border-bottom: none;
    background: #581264;
}

.header-box.header_ny .icon-index {
    display: none;
}

.header-box.header_ny .icon-ny {
    display: inline-block;
}

.pc-nav li.active:after,
.pc-nav li:hover:after {
    height: 100%;
}

.pc-nav li.active>a,
.pc-nav li:hover>a {
    color: #30716D;
}

.pc-nav li.active>a:after,
.pc-nav li:hover>a:after {
    transform: scale(1);
}

.pc-nav li {
    float: left;
    font-size: 18px;
    position: relative;
}

.pc-nav li>a {
    color: #32373D;
    padding: 0 20px;
    transition: all .5s;
    -webkit-transition: all .5s;
    position: relative;
    font-weight: 500;
    z-index: 2;
    height: 110px;
    line-height: 110px;
    display: block;
    text-transform: capitalize;
}

.pc-nav li>a:after {
    content: '';
    position: absolute;
    background: url("../images/nabh.png") no-repeat 50% 50%;
    width: 50px;
    height: 5px;
    left: 50%;
    bottom: 30px;
    margin-left: -25px;
    transition: all 0.3s;
    transform: scale(0);
}

.logo-box {
    display: flex;
    align-items: center;
    height: 100px;
}

.wap-logo {
    display: none;
}

.lan-box {
    height: 70px;
    align-items: center;
    z-index: 1992;
    margin-left: 0;
}

.lan-box dt {
    display: flex;
}

.lan-box dd {
    position: absolute;
    left: 50%;
    margin-left: -45px;
    top: 110%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    transform-origin: top left;
    background: rgba(0, 0, 0, 0.8);
    padding: 0 20px;
    min-width: 90px;
    line-height: 30px;
    font-size: 14px;
}

.lan-box dd a {
    display: block;
    text-align: center;
    color: #FFF;
    padding: 10px 0;
    white-space: nowrap;
}

.lan-box dd a:hover {
    color: #30716D;
}

.lan-box:hover dd {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.lan-box:hover .arrow {
    transform: rotate(-180deg);
}

/*.lang-text {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #FFFFFF;
    border: 1px solid #6e6e6e;
    box-sizing: border-box;
    flex-shrink: 0;
    color: #6e6e6e;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    margin-left: 25px;
    position: relative;
}*/
.lang-text {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #999;
    border: 1px solid #999;
    box-sizing: border-box;
    flex-shrink: 0;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    margin-left: 40px;
    position: relative;
}

.lang-text:hover {
    border-color: #01736d;
    background-color: #01736d;
}

.lang-text em {
    line-height: 20px;
    display: inline-block;
    justify-content: center;
}

.lang-text:hover .lang-txt-sele {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
    top: 105%;
}

.lang-txt-sele {
    position: absolute;
    top: 115%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    padding: 5px 10px 10px;
}

.lang-txt-sele a {
    color: #666;
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 1px solid #6e6e6e;
    border-radius: 50%;
    margin: 5px;
    text-align: center;
    line-height: 20px;
    background-color: #FFF;
}

.lang-txt-sele a:hover {
    color: rgba(0, 112, 99, 1);
}

.right-icon {
    margin-left: 20px;
    font-size: 12px;
    align-items: center;
    /* line-height: 75px; */
    position: relative;
    cursor: pointer;
    font-weight: 600;
}

.right-icon .arrow {
    display: flex;
    align-items: center;
    transition: all 0.3s;
}

.right-icon .arrow img {
    /* width:10px;height:auto; */
    margin-top: 3px;
}

.right-icon .web_share {
    margin-right: 20px;
}

.right-icon dl {
    position: relative;
}

.right-icon em,
.right-icon>a {
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
}

.right-icon>a {
    margin: 0 10px;
}


/* .right-icon em img{width:23px;height:auto;} */


/* .right-icon em:nth-of-type(1) {
    margin-left: 3px;
    margin-right: 5px;
} */


/* .right-icon img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
} */

.pc-nav li .erji {
    position: absolute;
    background: #fff;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.04);
    left: 0;
    top: 110%;
    width: 100%;
    z-index: 1991;
    transition: all 0.3s;
}

.pc-nav li .erji .btn {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 200px;
}

.pc-nav li.hover .erji {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

.lay_fade {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 160px;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    z-index: 1990;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.lay_fade.act {
    visibility: visible;
    opacity: 1;
}

.erji h3 {
    font-size: 22px;
    text-transform: uppercase;
    color: #30716D;
    margin: 30px 0;
}

.erji .fl {
    width: 32%;
    text-align: center;
    overflow: hidden;
}

.erji .fr {
    width: 65%;
}

.erji .fr p {
    line-height: 1.8;
    font-size: 16px;
}

.erji dl {
    overflow: hidden;
    padding: 15px 0;
}

.erji dl dd {
    position: relative;
    white-space: nowrap;
}

.erji dd a:hover {
    color: #30716D;
}

.erji dd a {
    padding: 6px 24px;
    color: #666;
    display: block;
    white-space: nowrap;
    line-height: 1.5;
    font-size: 16px;
}


/*header end*/

.border0 {
    border: none !important;
}

.marbot-40 {
    margin-bottom: 40px;
}

.inner-big-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.index_pro_grid {
    padding: 80px 0 50px;
}

.index_pro_grid .product_list li {
    width: 32%;
    margin: 0 2% 2% 0;
}

.index_pro_grid .product_list li.clear-after {
    display: none;
}

.index_pro_grid .product_list li:nth-of-type(5),
.index_pro_grid .product_list li:nth-of-type(8),
.index_pro_grid .product_list li:nth-of-type(2) {
    margin-right: 0;
}

.index_pro_grid .product_list li:nth-of-type(1) {
    width: 66%;
}

.btn {
    display: inline-block;
    padding: 18px 0px;
    text-align: center;
    background: #FFF;
    border: 1px solid #30716D;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #30716D;
    width: 175px;
    text-transform: uppercase;
    transition: all 0.3s;
}

.btn.gery {
    border-color: #ddd;
    color: #888;
}

.btn.gery .icon {
    background: url("../images/l_icon3.png") no-repeat 50% 50%;
}

.btn.gery:hover {
    border-color: #30716D;
    background-color: #30716D;
    color: #FFF;
}

.btn.gery:hover .icon {
    background: url("../images/l_icon2.png") no-repeat 50% 50%;
}

.btn.type2 .icon {
    margin-left: 15px;
    width: 5px;
    height: 9px;
    display: inline-block;
    background: url("../images/cf_arrow.png") no-repeat 50% 50%;
}

.btn.hover {
    background-color: #30716D;
    color: #FFF;
}

.btn.hover .icon {
    background: url("../images/l_icon2.png") no-repeat 50% 50%;
}

.btn .icon {
    margin-left: 15px;
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url("../images/l_icon.png") no-repeat 50% 50%;
}

.product_list {
   /* display: flex;
    flex-wrap: wrap; */
}

.product_list li {
    /* border-radius: 80px 0px 80px 0px; */
    overflow: hidden;
    float: left;
    background-color: #FFF;
    text-align: center;
}

/* .product_list li:hover .hover_text {
    opacity: 1;
    transform: scale(1);
}
 */
/* .product_list li:hover .text-p {
    transform: translateY(103%);
} */

.product_list li .imgshow {
    position: relative;
	overflow: hidden;
}

.product_list li .imgshow img {
    transition: all 0.6s;
	transform: scale(1);
    width: 100%;
}
.product_list li:hover .imgshow img{
	transform: scale(1.05);
}
.product_list li a {
    color: #fff;
    display: block;
    position: relative;
	transition: all 0.6s;
}
.product_list li a:hover{
	color:#7ab352;
}
.product_list li h3 {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product_list li p {
    line-height: 1.8;
}

.product_list li p.text {
    margin: 10px 0 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product_list li .hover_text {
    transform: scale(0);
    opacity: 0;
    transition: all 0.3s;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(2, 90, 85, 0.5);
    color: #FFF;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}

.product_list li .hover_text h3 {
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.product_list em.more {
    display: inline-block;
    width: 60px;
    height: 30px;
    background: url("../images/viewbg.png") no-repeat;
    color: #009944;
    font-size: 14px;
    line-height: 30px;
    background-size: cover;
    text-align: center;
}

.product_list .text-p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: rgba(2, 90, 85, 0.8);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

/* .product_list .text-p img {
    width: 100%;
} */


/* 
.product_list .text-p h3 {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 50%;
} */

.title {
    text-align: center;
    margin: 80px auto 50px;
    text-transform: uppercase;
}

.title.cfff span {
    color: #FFF;
}

.title.cfff h2 {
    color: #FFF;
}

.title span {
    display: inline-block;
    color: #999;
}

.title .line {
    width: 52px;
    height: 4px;
    background-color: #FFB92A;
}

.title h2 {
    color: #30716D;
    margin-top: 20px;
    margin-bottom: 25px;
}

.related_gird {
    padding: 1px 0;
    background-color: #FAFAFA;
}

.related_tit {
    margin: 60px 0 30px;
    position: relative;
}

.related_tit h2 {
    font-size: 30px;
    color: #333;
}

.related_tit h2 em {
    color: #30716D;
    padding-left: 10px;
}

.related_page {
    width: 70px;
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
}

.related_page a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: all 0.3s;
    background-color: #007063;
}

.related_page a.prev {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../images/news-page-prev.png");
}

.related_page a.next {
    position: absolute;
    right: 0;
    top: 0;
    background-image: url("../images/news-page-next.png");
}

.related_page a:hover {
    background-color: #62A846;
}

.related_news ul {
    height: 420px;
}

.faq .tit {
    padding: 20px 0;
    color: #444;
    font-size: 18px;
}

.faq_icon {
    display: inline-block;
    width: 36px;
    height: 42px;
    background: url("../images/dbx.png") no-repeat;
    line-height: 42px;
    text-align: center;
    color: #9E9E9E;
    margin-right: 35px;
    flex-shrink: 0;
    transition: all 0.3s;
}

.faq .tit .icon {
    width: 35px;
    height: 35px;
    cursor: pointer;
    font-size: 34px;
    color: #ADADAD;
    position: absolute;
    top: 25px;
    right: 40px;
    height: 42px;
    line-height: 42px;
    text-align: center;
}

.faq .tit .icon:hover {
    color: #30716D;
}

.faq .text {
    display: none;
    margin-bottom: 45px;
    margin-top: 10px;
    color: #888;
}

.faq .text p {
    line-height: 1.8;
}

.faq .act .text {
    display: flex;
}

.faq li {
    border-top: 1px solid #EDF1F3;
    position: relative;
    padding-right: 240px;
    cursor: pointer;
}

.faq li:nth-last-of-type(1) {
    border-bottom: 1px solid #EDF1F3;
}

.faq li.act .icon {
    transform: rotate(0deg);
}

.faq li.act .tit strong,
.faq li:hover .tit strong {
    background: url("../images/dbx2.png") no-repeat;
    color: #FFF;
}

.news_list li {
	width:100%;
	box-sizing: border-box;
    padding: 20px 20px 20px 100px;
    position: relative;
    transition: all 0.3s;
    margin-bottom: 20px;
    border: 1px solid #EEEEEE;
    background-color: #FFF;
}

.news_list li:hover {
    background-color: #F9FCF8;
}

.news_list li:hover h3 a {
    color: #30716D;
}

.news_list h3 {
    margin-bottom: 5px;
}

.news_list h3 a {
	line-height:1.2;
	font-size: 18px;
	font-weight: 500;
    color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.news_list .text {
    height: 150px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.news_list .date {
    position: absolute;
    left: 0;
    width: 100px;
    top: 50%;
    transform: translateY(-50%);
    color: #007063;
    text-align: center;
    font-weight: bold;
}

.news_list .date em {
    font-size: 22px;
    display: block;
   /* margin-bottom: 10px; */
}

.news_list .date span {
    font-size: 16px;
}

.news_list p {

}
.news_list p a{
	display: block;overflow: hidden;text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.5;
	color: #999;
	font-size: 16px;
}
.news_detail_grid h3 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 40px;
}

.news_detail_grid .sub_tit {
    height: 48px;
    justify-content: center;
    align-items: center;
    background: rgba(24, 168, 177, 0.05);
    color: #888;
}

.news_detail_grid .sub_tit .web_share {
    margin-left: 65px;
    padding-bottom: 0;
    height: 48px;
    align-items: center;
}

.news_detail_grid .sub_tit .web_share a {
    margin-right: 5px;
}

.news_detail_grid .text h4 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}

.news_detail_grid .text p {
    line-height: 2;
    margin-bottom: 40px;
}

.news_detail_grid .text p img {
    margin: auto;
    display: block;
}

.case_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.case_list li {
    width: 30%;
    margin: 0 5% 4% 0;
    max-width: 345px;
    position: relative;
}

.case_list li:nth-of-type(3n) {
    margin: 0 0% 4% 0;
}

.case_list li:nth-last-of-type(1),
.case_list li:nth-last-of-type(2),
.case_list li:nth-last-of-type(3) {
    margin-bottom: 0;
}

.case_list li:hover h3 {
    color: #30716D;
}

.case_list li:hover .line {
    background: #30716D;
}

.case_list li .date {
    position: absolute;
    width: 72px;
    height: 68px;
    background: white;
    box-shadow: 0px 6px 13px 3px rgba(14, 72, 121, 0.14);
    font-size: 40px;
    color: #30716D;
    line-height: 68px;
    text-align: right;
    right: -20px;
    top: -20px;
}

.case_list li .date:after {
    content: '.';
    position: absolute;
}

.case_list .line {
    display: block;
    margin: 15px 0;
    width: 40px;
    height: 2px;
    transition: all 0.3s;
    background: silver;
}

.case_list h3 {
    font-size: 18px;
    color: #333;
    margin-top: 32px;
}

.case_list p {
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.8;
}

.banner_error {
    background-color: #f0f0f0;
    padding: 90px 0 80px;
    text-align: center;
}

.error_text h2 {
    color: #30716D;
    margin-bottom: 18px;
    font-size: 34px;
}

.error_text img {
    width: 100%;
    max-width: max-content;
}

.error_text p {
    line-height: 1.8;
    font-size: 16px;
    color: #888;
    margin-bottom: 30px;
}

.error_text .btn {
    text-transform: initial;
    margin: 40px auto 0;
}

.about_pics {
    position: relative;
}

.about_pics ul {
    flex-wrap: wrap;
    justify-content: space-between;
}

.about_pics li {
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
}

.about_pics li img {
    width: 100%;
}

.about_pics li:nth-of-type(1) {
    width: 25%;
}

.about_pics li:nth-of-type(2) {
    width: 33%;
}

.about_pics li:nth-of-type(3) {
    width: 20%;
}

.about_pics li:nth-of-type(4) {
    width: 19%;
}

.about_pics li:nth-of-type(5) {
    width: 33%;
}

.about_pics li:nth-of-type(6) {
    width: 20%;
}

.about_pics li:nth-of-type(7) {
    width: 25%;
}

.about_pics li:nth-of-type(8) {
    width: 19%;
}

.about_pics:hover .text {
    background: rgba(24, 168, 177, 0.9);
}

.about_pics .text {
    transition: all 0.3s;
    position: absolute;
    background: rgba(24, 168, 177, 0.64);
    height: 192px;
    width: 65%;
    margin: -86px 0 0 -32.5%;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 80px;
    box-sizing: border-box;
}

.about_pics .text p {
    font-size: 32px;
    color: #FFF;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.about_pics .text:after {
    content: '';
    position: absolute;
    border: 1px solid rgba(169, 222, 225, 0.54);
    height: 172px;
    width: calc(100% - 20px);
    top: 10px;
    left: 10px;
}

.about_honor_list {
    background: url("../images/world.png") no-repeat 50% 50%;
}

.about_honor_list img {
    width: 100%;
    transition: all 0.3s;
}

.about_honor_list ul {
    padding-top: 30px;
}

.about_honor_list li:hover img {
    transform: scale(1.05);
}

.about_honor_list li:nth-of-type(2),
.about_honor_list li:nth-of-type(4) {
    margin-top: 50px;
}

.about_honor_list li:nth-of-type(3) {
    margin-top: 80px;
}

.about_honor_list li img {
    width: 100%;
    transition: all 0.3s;
}

.solu_list li {
    border: 1px solid #efefef;
    transition: all 0.3s;
    margin-bottom: 90px;
    position: relative;
}

.solu_list li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.solu_list li a {
    display: flex;
}

.solu_list li:hover {
    box-shadow: 0px 2px 27px 1px rgba(0, 0, 0, 0.09);
}

.solu_list li:hover h3 {
    color: #30716D;
}

.solu_list li:hover:after {
    background-color: #30716D;
    color: #FFF;
}

.solu_list li:after {
    content: '+';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: whitesmoke;
    color: #BEBEBE;
    font-size: 26px;
    transition: all 0.3s;
}

.solu_list h3 {
    font-size: 26px;
    color: #333;
    margin-bottom: 55px;
    position: relative;
}

.solu_list h3 span {
    position: relative;
    z-index: 2;
}

.solu_list h3:after {
    content: '';
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 67px;
    height: 56px;
    background: url("../images/titbg.png") no-repeat;
    z-index: 1;
}

.solu_list .leftimg {
    width: 36%;
    text-align: center;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
    top: -30px;
    left: 30px;
}

.solu_list .leftimg img {
    width: 100%;
}

.solu_list .text {
    height: 300px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    padding: 0 60px 0 110px;
}

.solu_list .text p {
    color: #888;
    line-height: 1.8;
}

.ser_form {
    width: 500px;
    height: 60px;
    margin: 0 auto 55px;
    position: relative;
}

.ser_form .icon {
    position: absolute;
    height: 100%;
    width: 40px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    cursor: pointer;
}

.ser_form input {
    height: 60px;
    width: 100%;
    background: #FFF;
    border: 1px solid #e5e5e5;
    border-radius: 32px;
    padding: 0 40px 0;
}

.pro_tab_item {
	background: #5CB347;
}

.pro_tab_item.w3 a {
    width: 33.33%;
}

.pro_tab_item.w4 a {
    width: 25%;
}
.pro_tab_item.w2 a{
	width:50%;
}
.pro_tab_item a {
    float: left;
    color: #FFF;
    font-size: 20px;
    padding: 15px 0;
    position: relative;
    text-align: center;
    transition: all 0.3s;
    text-transform: capitalize;
    font-family: 'Nexa Bold', sans-serif;
}

.pro_tab_item a.act,
.pro_tab_item a:hover {
    background-color: #006E63;
}

.pro_tab_item a:after {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #FFFFFF;
}
.pro_tab_item a:first-child::before {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #FFFFFF;
}
.pro_tab_item{margin-bottom:40px;}
.tit_ny {
    /* margin-top: 40px; */
    /* font-size: 48px; */
    font-size: 18px;
    color: #007063;
    /* background: url("../images/titrig.png") no-repeat 100% 50%; */
    /* padding-right: 40px; */
    display: inline-block;
    /* margin-bottom: 40px; */
    text-transform: capitalize;
    font-family: 'Nexa Bold', sans-serif;
    background-size: auto 100%;
	display: block; /* 20200624 */
	display: none;
	padding:40px 0 20px;
}
.pro-world-left .tit_ny{display: block;padding:0 0 20px;}
.pro_type_filter {
    position: relative;
}

.pro_type_filter.paddbot-30 {
    padding-bottom: 30px;
}

.pro_type_filter.type2 li {
    line-height: 40px;
    padding-left: 50px;
}

.pro_type_filter.type2 li .icon {
    width: 42px;
}

.pro_type_filter.type2 li .icon img {
    width: 100%;
}

.pro_type_filter .pro_file {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pro_type_filter .pro_file a {
    margin-left: 14px;
}

.pro_type_filter li {
    position: relative;
    font-size: 18px;
    text-transform: capitalize;
    float: left;
	width:20%;
	background:#F0F0F0;
	padding:15px 0;
	text-align: center;
	transition:all 0.6s;
	cursor: pointer;
	border-left:1px solid #CCCCCC;
}
.pro_type_filter li:hover ,.pro_type_filter li.act{
	background:#006e63;
}

.pro_tab_table .pro_menu_table table tr:nth-child(even){
	background:rgba(235,244,244,1);
}
/* .pro_tab_table .pro_menu_table:nth-child(2) table tr:nth-child(even){
	background:#e5f7fb;
}
.pro_tab_table .pro_menu_table:nth-child(3) table tr:nth-child(even){
	background:#fdf3e9;
}
.pro_tab_table .pro_menu_table:nth-child(4) table tr:nth-child(even){
	background:#f5e9f4;
}


.pro_tab_block .hc-con-box .pro_menu_list:nth-child(1) table tr:nth-child(even){
	background:#f1f7ed;
}
.pro_tab_block .hc-con-box .pro_menu_list:nth-child(2) table tr:nth-child(even){
	background:#e5f7fb;
}
.pro_tab_block .hc-con-box .pro_menu_list:nth-child(3) table tr:nth-child(even){
	background:#fdf3e9;
}
.pro_tab_block .hc-con-box .pro_menu_list:nth-child(4) table tr:nth-child(even){
	background:#f5e9f4;
} */


.hc-pd-50{padding-bottom:50px;}
.pro_type_filter li .icon{
	display: block;
	margin-bottom:10px;
	position: relative;
}
.pro_type_filter li .icon .caise{
	position: relative;
}
.pro_type_filter li .icon .baise{
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	z-index:2;
	opacity:0;
	transition:all 0.6s;
}
.pro_type_filter li.act .icon .baise{
	opacity:1;
}
.pro_type_filter li a {
    font-family: 'Nexa Bold', sans-serif;
    color: #333;
}

.pro_type_filter li:hover a,
.pro_type_filter li.act a{
    color: #ffffff;
}

.pro_zimu_filter {
    border-top: 1px solid #62A846;
    border-bottom: 1px solid #62A846;
    padding: 15px 0;
}

.pro_zimu_filter li {
    padding: 10px 15px;
    float: left;
    font-size: 18px;
    margin-right: 10px;
}

.pro_zimu_filter li a {
    color: #666666;
    font-family: 'Nexa Bold', sans-serif;
}

.pro_zimu_filter li.act,
.pro_zimu_filter li:hover {
    background-color: #62A846;
}

.pro_zimu_filter li.act a,
.pro_zimu_filter li:hover a {
    color: #FFF;
}

.pro_menu_list h3 {
	display: none;
    padding: 40px 0 20px;
    color: #333;
    font-size: 24px;
    font-family: 'Nexa Bold', sans-serif;
}

.pro_menu_table {
    border: 1px solid #F5F5F5;
}
.pro_tab_block .hc-con-box .pro_menu_list{display:none;}
.pro_tab_block .hc-con-box .pro_menu_list.act{display: block;}
.pro_menu_table table {
    width: 100%;
}

.pro_menu_table table td,
.pro_menu_table table th {
    border: 1px solid #F5F5F5 !important;
    padding: 15px 20px !important;
    font-size: 18px;
	width: auto !important;
}
.pro_menu_table table td p{text-indent: inherit !important;line-height:1.4;}
.pro_menu_table table th {
    background-color: #62A846;
    color: #FFF;
}

.pro_menu_table table tr:nth-child(odd) td {
    /* background-color: #F9FCF8; */
}

.pro_menu_table .pro_menu_dl dd {
    border-right: 1px solid #F5F5F5;
}

.pro_menu_table .pro_menu_dl:nth-of-type(odd) {
    background-color: #F9FCF8;
}

.pro_menu_dl {
    display: flex;
}

.pro_menu_dl dd {
    float: left;
    padding: 15px 20px 15px 30px;
    width: 25%;
    font-size: 18px;
}

.pro_menu_dl dd a {
    color: #666;
}

.pro_menu_dl.tit {
    background-color: #62A846 !important;
}

.pro_menu_dl.tit a {
    color: #FFF !important;
}

.pro_share {
    position: fixed;
    background-color: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(110, 108, 108, 0.21);
    border-radius: 8px;
    right: 12.5%;
    top: 40%;
    padding: 25px 20px 10px;
    z-index: 109;
}

.pro_share .tit {
    margin-bottom: 30px;
}

.pro_share .web_share {
    padding-right: 0;
    width: 30px;
    text-align: center;
    margin: 0 auto;
}

.pro_share .web_share a {
    margin-right: 0;
    margin-bottom: 15px;
}

.pro_share .web_share.colors a {
    width: 30px;
    height: 30px;
    background-size: 100%;
}

.content-product-solution .subtit {
    color: #000;
    font-size: 20px;
}

.pro-solu-top .subtit {
    line-height: 1.8;
}

.pro-solu-top .imgshow {
    margin: 35px 0;
}

.pro-solu-top .imgshow img {
    width: 100%;
}

.pro-solu-bot p {
    line-height: 1.5;
    font-size: 18px;
    color: #666;
}

.pro-solu-bot h3 {
    color: #62A846;
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 500;
}

.pro-solu-bot .imgshow {
    width: 40%;
}

.pro-solu-bot .imgshow img {
    width: 100%;
}

.pro-solu-bot .imgshow h3 {
    margin-bottom: 75px;
}

.pro-solu-bot .text-p {
    width: 60%;
    padding-left: 5%;
}

.pro-solu-bot .p-block {
    margin-bottom: 200px;
}

.pro-solu-bot .p-block:nth-last-of-type(1) {
    margin-bottom: 0;
}

.nytit-green {
    color: #62A846;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Nexa Bold', sans-serif;
}

.pro-world-left .nytit-green {
    margin-bottom: 20px;
}

.pro-world-left dl {
    margin-bottom: 40px;
}

.pro-world-left dd {
    line-height: 2;
    font-size: 18px;
    color: #666;
    display: flex;
}

.pro-world-left dd strong {
    color: #333;
    line-height: 2;
}

.pro-world-left dd span {
    line-height: 2;
}

.pro-world-left dd a {
    line-height: 2;
}

.pro-world-left dd a:hover {
    color: #30716D;
}

.pro-world-left dd.blue a {
    color: #4680A8;
    text-decoration: underline;
}

.pro-world-left .imgshow {
    position: relative;
    border-radius: 80px 0 80px 0;
    overflow: hidden;
}

.pro-world-left .imgshow .icon {
    display: inline-block;
    width: 44px;
    height: 44px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -22px 0 0 -22px;
    background: url("../images/play.png") no-repeat 50% 50%;
    z-index: 2;
    cursor: pointer;
}

.pro-world-left .imgshow:hover img {
    transform: scale(1.05);
}

.pro-world-left .imgshow img {
    width: 100%;
    transition: all 0.3s;
}

.pro-world-left .swiper-container {
    padding-bottom: 50px;
}

.pro-world-left .swiper-pagination {
    text-align: left;
}

.pro-world-left .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #c8c8c8;
    border-radius: 4px 0px 4px 0px;
    opacity: 1;
    bottom: 0;
}

.pro-world-left .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #30716D;
}

.pro-world-map {
    width: 62%;
    /* padding-top: 60px; */
}
.pro-world-map#han-cloud-map{
	width:100%;
	margin:0 auto;
	padding-top:0;
}
.pro-world-map .imgshow-word {
    position: relative;
}

.pro-world-map .imgshow img {
    width: 100%;
    display: none;
}

.pro-world-map .imgshow img.mr {
    display: block;
}

.pro-world-map .map-dot a {
    cursor: pointer;
    position: absolute;
    /* background-color: #FFB92A; */
}

.pro-world-map .map-dot a.p2 {
    width: 26%;
    height: 43%;
    right: 14%;
    top: 20%;
    border-radius: 50%;
}

.pro-world-map .map-dot a.p1 {
    width: 17%;
    height: 20%;
    border-radius: 50%;
    right: 5%;
    bottom: 40px;
}

.pro-world-map .map-dot a.p4 {
    width: 47%;
    height: 60px;
    right: 5%;
    top: 6%;
}

.pro-world-map .map-dot a.p5 {
    width: 12%;
    height: 49%;
    right: 43%;
    top: 36%;
    border-radius: 50%;
}

.pro-world-map .map-dot a.p6 {
    width: 14%;
    height: 40%;
    border-radius: 40%;
    left: 23%;
    bottom: 0px;
}

.pro-world-map .map-dot a.p8 {
    width: 44%;
    height: 35%;
    left: 0%;
    top: 5px;
    border-radius: 50%;
}

.pro-world-map .map-dot a.p7 {
    width: 14%;
    height: 60px;
    left: 17%;
    bottom: 40%;
}

.pro-world-map .map-dot a.p3 {
    width: 30px;
    height: 20px;
    right: 18%;
    top: 31%;
    border-radius: 50%;
    z-index: 99;
}
.pro-world-map.han-cloud-rw .map-dot a.p3{display:none;}
/* .pro-world-map#han-cloud-global .map-dot a.p3{display:none;} */
.pro-world-map .text-hover {
    position: absolute;
    /* background: white url("../images/yz.png") no-repeat 50% 50%; */
	background:#f1f1f1;
    border: 2px solid #71aca6;
    /* box-shadow: 0px 5px 9px 0px rgba(195, 191, 191, 0.35); */
    width: 200px;
    height: auto;
    transition: all 0.3s;
    z-index: 99;
    padding:15px 20px 20px;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
}
.pro-world-map#han-cloud-map .text-hover{
	opacity:1;
	visibility: visible;
	background:rgba(255,255,255,0.5);
	border-radius: 20px 0px 20px 0px;
	top:60%;
}

.pro-world-map#han-cloud-map  .text-hover li{
	font-size:14px;
	line-height:1.5;
}
.pro-world-map#han-cloud-map .text-hover.act{
	top:60%;
	
}


/* 0624针对地图修改 */
.pro-world-map#han-cloud-global .p4 .text-hover{top:-150%;}
.pro-world-map#han-cloud-global .p8 .text-hover{top:-50%;}



/* 0623针对地图修改 */
.pro-world-map#han-cloud-map .p7 .text-hover{left:10%;top:0;}
.pro-world-map#han-cloud-map .p5 .text-hover{left:90%;}
.pro-world-map#han-cloud-map .p4 .text-hover{left:10%;top:0;}
.pro-world-map#han-cloud-map .p3 .text-hover{display:none;}
.pro-world-map#han-cloud-map .p2 .text-hover{left:100%;top:40%;}










.pro-world-map .text-hover.act {
    opacity: 1;
    visibility: visible;
    top: 80%;
}

.pro-world-map .text-hover h3 {
    color: #00706a;
    font-size: 16px;
	font-family: 'Nexa Bold', sans-serif;
	padding-bottom:15px;
	border-bottom: 1px solid #006e63;
}

.pro-world-map .text-hover ul {
    padding-top: 5px;
    overflow: hidden;
}
.pro-world-map .text-hover ul::after{
	content: '';
	clear: both;
}
.pro-world-map .text-hover li {
    font-size: 12px;
    line-height: 2;
    color: #333;
    width: 50%;
    float: left;
	transition:all 0.6s;
}
.pro-world-map .text-hover li:hover{
	color:#50a536;
}
.pro-world-map .text-hover li:nth-child(even){
	float:right;
}
.word-num-list {
    padding-top: 70px;
    display: flex;
    justify-content: center;
}

.word-num-list p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    text-align: left;
}

.word-num-list dd {
    text-align: center;
    padding: 0 50px;
}

.word-num-list em {
    font-size: 48px;
    color: #62A846;
    display: inline-block;
    padding-bottom: 10px;
    font-weight: 600;
    font-family: 'Nexa Bold', sans-serif;
}

.pro_tab_box .content-product-woild {
	padding:0 0 50px;
}
/*2020.8.7*/
.hc-last-none ul li:last-child{display: block;}
/**/
.content-product-woild .pro-world-left {
    width: 33%;
}

.news-ny-grid {
    position: relative;
    padding-left: 225px;
    min-height: 650px;
}

.news-year {
    position: absolute;
    left: 0;
    top: 0;
}

.news-year .swiper-slide {
    font-size: 24px;
    color: #666;
}

.news-year .year-line {
    padding: 40px 40px 40px 0;
    position: relative;
}

.news-year .year-line li {
    cursor: pointer;
    font-size: 24px;
    line-height: 75px;
    color: #666;
    height: 75px;
    text-align: right;
    transition: all 0.3s;
    width: 85px;
    position: relative;
    z-index: 3;
}

.news-year .year-line li.act {
    color: #007063;
    font-size: 26px;
}

.news-year .year-line li.act:after {
    opacity: 1;
}

.news-year .year-line li:after {
    content: '';
    position: absolute;
    right: -29px;
    width: 10px;
    height: 10px;
    background: #007063;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s;
}

.news-year .year-line:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    right: 15px;
    border-left: 1px dashed #AAAAAA;
    z-index: 1;
}

.news-year .button-next,
.news-year .button-prev {
    width: 32px;
    height: 32px;
    border: 1px solid #aaa;
    background-color: #FFF;
    border-radius: 50%;
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    right: 0;
    position: absolute;
    z-index: 2;
    transition: all 0.3s;
}

.news-year .button-next:hover,
.news-year .button-prev:hover {
    border-color: #007063;
}

.news-year .button-next {
    background-image: url("../images/news-next.png");
    top: auto;
    bottom: 0;
}

.news-year .button-next:hover {
    background-image: url("../images/news-next-h.png");
}

.news-year .button-prev {
    background-image: url("../images/news-prev.png");
    top: 0;
}

.news-year .button-prev:hover {
    background-image: url("../images/news-prev-h.png");
}

.news-tit {
    position: relative;
}

.news-tit .web_share {
	display: none;
    position: absolute;
    right: 0;
    top: 40px;
}

.content-news-detail {
    font-size: 16px;
    padding-bottom: 50px;
}

.content-news-detail h3 {
    font-size: 24px;
    color: #333;
    line-height: 1.4;
    text-align: center;
}

.content-news-detail .time {
    text-align: center;
    color: #999;
    text-align: center;
    padding: 10px 0 20px;
}

.content-news-detail .web_share {
    justify-content: center;
}

.content-news-detail .news-sub {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 20px;
}
.content-news-detail .text-news{
	padding:30px 0;
}
.content-news-detail .text-news img{
	max-width:100%;
	height:auto;
}
.text-news p {
    line-height: 1.5;
    color: #666;
    margin-bottom:1.125rem;
}

.text-news p img {
    max-width: 100%;
	height:auto;
}

.news-page {
    padding-top: 60px;
}

.news-page .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #007063;
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
	transform: scale(0.8);
}

.news-page .pre .icon {
    margin-right: 10px;
    background-image: url("../images/news-page-prev.png");
}

.news-page .next .icon {
    margin-left: 10px;
    background-image: url("../images/news-page-next.png");
}

.news-page a {
    color: #666;
    line-height: 24px;
    display: flex;
    align-items: center;
	width:49%;
}
.news-page a .hc-pre ,.news-page a .hc-next{max-width:400px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;line-height:1.2;}
.news-page a:hover {
    color: #62A846;
}
.news-page a.next{text-align: right;justify-content: flex-end;}
.news-page a:hover .icon {
    background-color: #62A846;
}

.news-page em {
	display: none;
    font-weight: bold;
}

.news-media-list li {
    background-color: #FFF;
    border: 1px solid #eeeeee;
    position: relative;
    padding: 15px 0;
    min-height: 100px;
    transition: all 0.3s;
    margin-bottom: 20px;
}

.news-media-list li:hover {
    background: #f9fcf8;
}

.news-media-list li:hover h3 {
    color: #30716D;
}

.news-media-list li:hover .icon {
    background-image: url("../images/down_icon_h.png");
}

.news-media-list .imgshow {
    position: absolute;
    width: 160px;
    top: 25px;
    left: 0;
    text-align: center;
}
.news-media-list .imgshow img{width:50px;height:auto;}
.news-media-list h3 {
    font-size: 20px;
    color: #333333;
    font-weight: normal;
    position: absolute;
    left: 160px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Source Sans Pro', sans-serif;
}

.news-media-list .icon {
    display: inline-block;
    width: 20px;
    height: 22px;
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../images/down_icon.png");
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}

.content-news .news-video-list li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
}

.content-news .news-video-list li:nth-of-type(2n) {
    margin-right: 0;
}

.news-video-list li {
    position: relative;
    /* border-radius: 80px 0px 80px 0px; */
    overflow: hidden;
    cursor: pointer;
    float: left;
}

.news-video-list li:hover .icon {
    transform: scale(1.05);
}

.news-video-list .imgshow img {
    width: 100%;
}

.news-video-list .icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url("../images/g_play.png") no-repeat 50% 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    transition: all 0.3s;
    border-radius: 50%;
    background-size: 100%;
}
.news-video-list .iframe-box{
	z-index:3;
	width:100%;
	height:100%;
	position: absolute;
	left:0;
	top:0;
}
.news-video-list .iframe-box iframe{
	width:100%;
	height:100%;
}
.news-video-list .text-p {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: rgba(0, 112, 99, 0.5);
    bottom: 0;
    color: #FFF;
    font-size: 14px;
    padding: 25px;
    text-align: center;
	z-index:5;
}

.news-video-list .text-p h3 {
    font-weight: normal;
	height:36px;
	line-height:18px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.guojia-grid {
    background-color: #007063;
    padding-bottom: 30px;
}

.guojia-top-info {
    max-width: 600px;
    margin: 0 auto;
    padding: 80px 0 0;
}

.guojia-top-info p {
    color: #FFF;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
}

.guojia-search {
    margin: 20px 0 50px;
    position: relative;
}

.guojia-search input {
    background-color: #FFF;
    height: 50px;
    border: none;
    box-shadow: none;
    padding: 20px;
    font-size: 18px;
    width: 100%;
}

.guojia-search .icon {
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url("../images/lue_ser.png") no-repeat 50% 50%;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
}

.guojia-list {
    max-width: 990px;
    margin: 0 auto;
    flex-wrap: wrap;
    color: #FFF;
}

.guojia-list dl {
    width: 25%;
    margin: 0 0 30px;
    flex-shrink: 0;
}

.guojia-list dt {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 28px;
}

.guojia-list a {
    color: #FFF;
    font-size: 14px;
}

.guojia-list a:hover {
    text-decoration: underline;
}

.guojia-list dd {
    margin-bottom: 20px;
}

.guojia-list dd .icon {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.guojia-list .text {
    position: relative;
    padding-left: 35px;
}

.guojia-list h3 {
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 16px;
}

.join-text p {
    font-size: 16px;
    line-height:1.5;
}

.join-table-list {
    margin-top: 50px;
}

.join-table-list .tit {
    background-color: #30716C;
    border-radius: 40px 0px 40px 0px;
    color: #FFF;
}

.join-table-list .tit li {
    position: relative;
}

.join-table-list .tit li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    height: 35px;
    width: 1px;
    background: #FFF;
    margin-top: -17px;
}

.join-table-list .tit li:nth-last-of-type(1):after {
    display: none;
}

.join-table-list li {
    font-size: 16px;
}

.join-table-list ul {
    display: flex;
}

.join-table-list ul li {
    width: 17.25%;
    padding: 30px;
    text-align: center;
}

.join-table-list ul li:nth-of-type(3) {
    width: 30%;
}

.table-list-block {
    background: white;
    border: 1px solid whitesmoke;
    box-shadow: 0px 6px 13px 0px rgba(50, 50, 50, 0.06);
    border-radius: 40px 0px 40px 0px;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}

.table-list-block .join-close {
    opacity: 0;
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 34px;
    height: 34px;
    z-index: 3;
    cursor: pointer;
    background: url("../images/join-jian.png") no-repeat;
    transition: all 0.3s;
}

.table-list-block .join-close:hover {
    transform: scale(1.03);
}

.table-list-block.act .text-p {
    display: block;
}

.table-list-block.act .join-close {
    opacity: 1;
}

.table-list-block.act ul {
    background-color: #79B452;
}

.table-list-block.act ul li {
    color: #FFF;
}

.table-list-block ul {
    cursor: pointer;
}

.table-list-block ul li {
    font-size: 16px;
}

.table-list-block .text-p {
    padding: 30px 70px;
    display: none;
    background: url("../images/yz.png") no-repeat 96% 85%;
}

.table-list-block .text-p-line {
    display: flex;
    margin-bottom: 15px;
}

.table-list-block .text-p-line label {
    color: #333;
    font-size: 16px;
    line-height: 2;
    font-weight: 600;
}

.table-list-block .text-p-line p {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
}

.table-list-block .text-p-line.contact em {
    font-weight: bold;
    position: relative;
    padding-left: 10px;
}

.table-list-block .text-p-line.contact em:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #79B452;
    left: 0;
}

.table-list-block .text-p-line.contact p {
    color: #79B452;
}

.table-list-block .text-p-line.contact a {
    color: #79B452;
    margin-right: 15px;
}

.table-list-block .text-p-line.contact a:hover {
    text-decoration: underline;
    color: #2E99F3;
}

.our-commitment-grid {
    position: relative;
}

.our-commitment-grid .imgshow {
    width: 50%;
}

.our-commitment-grid .imgshow img {
    width: 100%;
}

.our-commitment-grid .fl {
    width: 50%;
    padding-right: 8%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -40px;
    transform: translateY(-50%);
}

.our-commitment-grid p {
    line-height: 1.5;
    color: #666;
    font-size: 16px;
}

.our-commitment-grid p.colors {
    color: #30716C;
}

.our-commitment-grid h3 {
    font-size: 30px;
    color: #333;
    margin-bottom: 30px;
    font-family: 'Nexa Bold', sans-serif;
}

.zeren-tabcon li {
    border-radius: 40px 0px 40px 0px;
    background-color: #FFF;
    overflow: hidden;
    box-shadow: 0px 6px 13px 0px rgba(50, 50, 50, 0.06);
    border: 1px solid whitesmoke;
    /* background-image: url("../images/zerenbg.png"); */
    padding: 0 40px;
    margin-bottom: 40px;
}

.zeren-tabcon li.act {
    /* background-color: #30716C; */
}

.zeren-tabcon li.act h3 {
    /* color: #FFF; */
}

.zeren-tabcon li.act .text {
    display: block;
}

.zeren-tabcon li.act .tit .icon:after {
    background-color: #FFF;
}

.zeren-tabcon li.act .tit .icon:before {
    height: 0;
}

.zeren-tabcon li.act .tit:after {
    border-bottom: 1px solid #DCDCDC;
}

.zeren-tabcon li .text {
    padding-bottom: 80px;
    display: none;
}

.zeren-tabcon li .text p {
    color: #333;
    font-size: 16px;
    line-height: 1.8;
}

.zeren-tabcon li h3 {
    color: #333;
    font-size: 30px;
    font-family: 'Nexa Bold', sans-serif;
}

.zeren-tabcon li .tit {
    padding: 40px 0;
    position: relative;
}

.zeren-tabcon li .tit:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    border-bottom: 1px solid transparent;
    bottom: 30px;
}

.zeren-tabcon li .tit .icon {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    width: 26px;
    height: 26px;
    margin-top: -13px;
}

.zeren-tabcon li .tit .icon:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    height: 3px;
    background-color: #333;
}

.zeren-tabcon li .tit .icon:before {
    content: '';
    background-color: #333;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    position: absolute;
    transition: all 0.3s;
}

.company-info {
    color: #000;
    font-size: 16px;
    line-height: 1.8;
    padding-bottom: 50px;
}

.about-youshi-grid li {
    background: white;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 5px 9px 0px rgba(195, 191, 191, 0.35);
    border-radius: 20px 0px 0px 0px;
    padding: 20px;
    text-align: center;
	margin-bottom:20px;
}

.about-youshi-grid li .icon {
	margin-bottom:20px;
}
.about-youshi-grid li .text{
	padding-left:20%;
	position: relative;
}
.about-youshi-grid li .text p {
    line-height: 1.8;
    font-size: 16px;
	text-align: left;
}

.about-youshi-grid li p span {
    color: #007063;
}

.about-youshi-grid li h3 {
	display: flex;
	flex-direction: column-reverse;
    color: #333;
    font-size: 24px;
	position: absolute;
	width:20%;
	left:0;
	top:50%;
	transform: translateY(-50%);
}

.about-youshi-grid li:nth-of-type(3n) {
    margin-right: 0;
}


/*
.about-brand .text {
    width: 50%;
}*/

.about-brand .text p {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 30px;
}

.about-brand .text p:nth-last-of-type(1) {
    margin-bottom: 0;
}

.about-brand .imgshow {
    width: 44.5%;
    position: relative;
    margin-left: 5.5%;
}

.about-brand .imgshow:hover .icon {
    transform: scale(1.05);
}

.about-brand .imgshow img {
    width: 100%;
}

.about-brand .imgshow h3 {
    position: absolute;
    left: -10%;
    color: #fff;
    transform: rotate(90deg);
    font-size: 24px;
    top: 50%;
}

.about-brand .imgshow .icon {
    cursor: pointer;
    position: absolute;
    width: 60px;
    height: 60px;
    background: url("../images/g_play.png") no-repeat;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    transition: all 0.3s;
}

.his_tab_con {
    padding: 80px 5%;
}

.his_tab_con ul {
    display: flex;
    flex-flow: column;
    position: relative;
    overflow: hidden;
}

.his_tab_con ul .line_top {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 3;
    background-color: #FFf;
}

.his_tab_con ul .line_bot {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #B8B8B8;
    font-size: 18px;
    background-color: #FFF;
    z-index: 3;
    font-weight: 600;
    padding-top: 15px;
    text-transform: uppercase;
}

.his_tab_con ul:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    z-index: 1;
    border-left: 1px dashed #C8C8C8;
}

.his_tab_con li {
    display: flex;
    margin-bottom: 55px;
    position: relative;
    width: 100%;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.his_tab_con li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.his_tab_con li:nth-last-of-type(1):after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #FFF;
    left: 50%;
    margin-left: -1px;
}

.his_tab_con li .text,
.his_tab_con li .imgshow {
    width: 38%;
    flex-shrink: 0;
    position: relative;
    z-index: 3;
    padding-left: 50px;
}

.his_tab_con li .imgshow img {
    width: 100%;
}

.his_tab_con li .text {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.his_tab_con li:nth-of-type(odd) .imgshow {
    text-align: right;
    padding-left: 0;
    padding-right: 50px;
}

.his_tab_con li:nth-of-type(even) {
    flex-direction: row-reverse;
}

.his_tab_con li:nth-of-type(even) .time {
    text-align: right;
    padding-right: auto;
    padding-left: 15px;
    background: url("../images/line_arrow.png") no-repeat 0% 12px;
}

.his_tab_con li:nth-of-type(even) .time i {
    left: auto;
    right: 0px;
}

.his_tab_con li:nth-of-type(even) .time:after {
    left: auto;
    right: -64px;
}

.his_tab_con li:nth-of-type(even) .imgshow {
    padding-right: 0;
    text-align: left;
}

.his_tab_con li:nth-of-type(even) .text {
    flex-direction: row-reverse;
    padding-left: auto;
    padding-right: 50px;
}

.his_tab_con p {
    font-size: 16px;
    color: #888;
    line-height: 1.5;
}

.his_tab_con .time {
    font-size: 30px;
    width: 100%;
    line-height: 1.2;
    color: #62A846;
    background: url("../images/line_arrow.png") no-repeat 100% 12px;
    padding-right: 15px;
    position: relative;
    margin-bottom: 20px;
}

.his_tab_con .time i {
    position: absolute;
    left: -12px;
    top: 0px;
}

.his_tab_con .time:after {
    content: '';
    position: absolute;
    left: -64px;
    top: 0%;
    width: 30px;
    height: 30px;
    background: url("../images/titrig.png") no-repeat 50% 50%;
    background-size: 100%;
}

.about-mis-grid .fl {
    width: 100%;
    float: none;
}

.about-mis-grid .fr {
    width: 32.5%;
    padding: 0 35px 35px 0;
    display: none;
}

.about-mis-grid .fr img {
    width: 100%;
    position: relative;
    z-index: 2;
}

.about-mis-grid .text {
    font-size: 16px;
}

.about-mis-grid .text p {
    line-height: 1.5;
    margin-bottom: 25px;
}

.about-mis-grid .imgshow {
    position: relative;
}

.about-mis-grid .imgshow:after {
    content: '';
    z-index: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: #62a846;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.08);
    border-radius: 40px 0px 40px 0px;
}

.about-mis-tedian {
    background-color:rgba(48, 113, 108,0.1);
    /* background-image: url("../images/zerenbg.png"); */
    color: #666666;
    font-size: 18px;
    padding: 75px 4%;
    border-radius: 80px 0px 80px 0px;
	display: none;/* 20200624 */
}

.about-mis-tedian h3 {
    font-size: 24px;
    font-weight: bold;
}

.about-mis-tedian p {
    line-height: 1.5;
}

.about-mis-tedian .line {
    margin: 25px 0 15px 0;
    width: 18px;
    height: 1px;
    background: white;
}

.about-mis-tedian li {
    /* float: left; */
    width: 100%;
    padding: 0 3%;
	margin-bottom:20px;
}
.about-mis-tedian li:last-child{margin-bottom:0;}
/* .about-mis-tedian li:nth-of-type(2) {
    width: 44%;
} */

.contact-ny-grid {
    margin-top: 40px;
}

.contact-ny-grid .fl {
    width: 39%;
    /* background-color: #62A846; */
    padding: 36px 100px 36px 40px;
    min-height: 346px;
    position: relative;
    /* box-shadow: 0px 4px 7px 0px rgba(4, 0, 0, 0.15); */
}

.contact-ny-grid .fl:after {
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 14px 0 14px 20px;
	display:none;
    /* border-color: transparent transparent transparent #62A846; */
}

.contact-ny-grid .fr {
    width: 61%;
}

.contact-ny-grid .fr img {
    width: 100%;
}

.contact-ny-grid .fr iframe {
    width: 100% !important;
    max-height: 346px !important;
}

.contact-ny-grid li {
    color: #333;
    padding-left: 50px;
    line-height: 2;
    display: flex;
    font-size: 16px;
}
.contact-ny-grid li:nth-child(3){display: none;}
.contact-ny-grid li label {
    flex-shrink: 0;
    line-height: 2;
    position: relative;
    padding-left: 26px;
}

.contact-ny-grid li span,
.contact-ny-grid li a {
    line-height: 2;
}

.contact-ny-grid li a {
    color: #333;
}

.contact-ny-grid li a:hover {
    text-decoration: underline;
}

.contact-ny-grid li .icon {
    position: absolute;
    left: 0;
    top: 9px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right: 10px;
}

/* .contact-ny-grid li .icon.add {
    background-image: url("../images/con_icon1.png");
}

.contact-ny-grid li .icon.tel {
    background-image: url("../images/con_icon2.png");
}

.contact-ny-grid li .icon.fax {
    background-image: url("../images/con_icon3.png");
}

.contact-ny-grid li .icon.mail {
    background-image: url("../images/con_icon4.png");
} */

.contact-ny-grid li .icon.add {
    background-image: url("../images/con_icon1s.png");
}

.contact-ny-grid li .icon.tel {
    background-image: url("../images/con_icon2s.png");
}

.contact-ny-grid li .icon.fax {
    background-image: url("../images/con_icon3s.png");
}

.contact-ny-grid li .icon.mail {
    background-image: url("../images/con_icon4s.png");
}


.contact-ny-grid h3 {
    color: #333333;
    font-size: 20px;
    margin-bottom: 20px;
    /* background: url("../images/b_yz.png") no-repeat 0 0; */
    padding-left: 10px;
    min-height: 32px;
    line-height: 1.5;
}

.msg_title {
    font-size: 30px;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Nexa Bold', sans-serif;
}

.msg-grid {
    padding: 80px 0 40px;
    background: url("../images/msgbg.jpg") no-repeat 50% 50%;
    background-size: 100% 100%;
}

.msg-grid .text-c {
    padding-right: 60%;
}

.msg-grid h2 {
    color: #30716D;
    font-size: 30px;
    margin-bottom: 15px;
}

.msg-grid .sub-p {
    line-height: 1.4;
    margin-bottom: 20px;
    font-size: 16px;
}

.msg-grid #xhlFormSubmit {
    margin-left: 0;
}

.msg-grid .usedComp:nth-of-type(1),
.msg-grid .usedComp:nth-of-type(4) {
    width: 100%;
}

.msg-grid .usedComp:nth-of-type(5) {
    padding-right: 52%;
    position: relative;
}

.msg-grid .xhl-controls .xhl-textarea,
.msg-grid .xhl-input-xlarge {
    background-color: #FFF;
}

.msg-grid .yzm-grid {
    position: absolute;
    left: 50%;
    bottom: 0;
    white-space: nowrap;
    padding-left: 95px;
    line-height: 40px;
}

.msg-grid .yzm-grid a {
    color: #30716D;
    text-decoration: underline;
    font-size: 18px;
    cursor: pointer;
}

.msg-grid .yzm-grid img {
    position: absolute;
    left: 0;
    top: 0;
}

.msg-grid .yd-grid {
    line-height: 1.5;
    padding-left: 25px;
    position: relative;
    clear: both;
}

.msg-grid .yd-grid a {
    color: #62A846;
}

.msg-grid .yd-grid .choose-f {
    width: 16px;
    height: 16px;
    border: 1px solid #30716D;
    position: absolute;
    left: 0;
    top: 3px;
    cursor: pointer;
}

.msg-grid .yd-grid .choose-f.act {
    background: url("../images/duigou.png") no-repeat 50% 50%;
}

.error-grid {
    padding: 110px 0;
    background: url("../images/error_banner.jpg") no-repeat 50% 50%;
    background-size: cover;
    text-align: center;
}

.error-grid h2 {
    font-size: 40px;
    font-weight: normal;
    color: #333;
    margin-bottom: 75px;
}

.sear-grid .guojia-search {
    max-width: 600px;
    margin: 0 auto;
}

.sear-grid h2 {
    font-size: 40px;
    text-align: center;
    color: #333;
    text-transform: capitalize;
}


/*main--jieshu*/


/*footer start*/

.footer {
/*    padding: 50px 0 0;
    border-top: 1px solid #F0F0F0;
    color: #333;
    background: #005955; */
}

.footer.footer0 {
    margin-top: 0;
}

.footer a {
    font-weight: 400;
    color: #FFFFFF;
}

.footer-box {
    box-sizing: border-box;
    position: relative;
    /* padding-left: 35%; */
    /* min-height: 200px; */
    font-size: 14px;
    padding-bottom: 30px;
}

.footer-box .foot_logo {
    /* box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0; */
    width: 33.33333%;
    line-height: 2;
}
.footer-box .fc{width:33.33333%;float:left;text-align: center;}
.footer-copy-nav .f-cnt{width:100%;}
.footer-copy-nav .f-cnb{width:100%;margin-top:10px;}
.footer-box .fr{width:33.33333%;float:right;text-align: right;}
.footer-box .fr .img-box{display: inline-block;max-width:100px;}
.footer-box .fr .img-box img{width:100%;height:auto;}
.footer-box .foot_logo img {
    margin-bottom: 20px;
    height: 52px;
}

.footer-box .foot_logo dd {
    /*padding-left: 35px;*/
    font-size: 14px;
    line-height: 2;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.footer-box .foot_logo dd .iconfont {
    width: 22px;
    height: 22px;
    background-color: #FFF;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #005955;
    border-radius: 50%;
    margin-right: 10px;
}

.footer-box .foot_logo dd:nth-child(1) .iconfont {
    font-size: 12px;
}

/*.footer-box .foot_logo dd.h-1 {
    background: url(../images/f-h-1.png) no-repeat left center;
}

.footer-box .foot_logo dd.h-2 {
    background: url(../images/f-h-2.png) no-repeat left center;
}*/

.footer-box .foot_logo a {
    transition: all 0.3s;
    color: #FFFFFF;
}

.footer-box .foot_logo a:hover {
    color: #009944;
}

.footer-box a:hover {
    color: #009944;
}

.foot_nav {
    padding-bottom: 30px;
    overflow: hidden;
    width: 100%;
    display: flex;
    font-size: 18px;
    justify-content: space-between;
}

.foot_nav li:nth-of-type(2) {
    width: 40%;
    padding-left: 10%;
    border-right: 1px solid #317875;
    border-left: 1px solid #317875;
}

.foot_nav h3 {
    margin-bottom: 15px;
}

.foot_nav dd {
    font-size: 14px;
    line-height: 2;
}

.foot_nav dd a {
    color: #FFFFFF;
}

.textnowrap {
    white-space: nowrap;
}

.footer-copy {
    margin-top: 22px;
    border-top: 1px solid rgba(181, 181, 181, 0.1);
    font-size: 14px;
    padding: 20px 0 45px;
    color: #666666;
}

.footer-copy .fl {
    line-height: 1.5;
    max-width: 100%;
	text-align: center;
	float:none;
    color: #FFFFFF;
}

.footer-copy .fr {
    font-size: 16px;
    align-items: center;
    width: 70%;
    justify-content: flex-end;
}



.footer-copy .web_share a {
    margin-right: 8px;
}


/*footer end*/


/*轮播图start*/

.index-page.swiper-button-next,
.index-page.swiper-button-prev {
    top: auto;
    margin-top: 0;
    background-size: 100%;
    background-position: 50% 50%;
    width: 15px;
    height: 30px;
    bottom: 12px;
    z-index: 11;
}

.index-page.swiper-button-next {
    background-image: url("../images/index-next.png");
    right: 15px;
}

.index-page.swiper-button-prev {
    background-image: url("../images/index-prev.png");
    left: 15px;
}

.banner {
    position: relative;
    /* max-width: 1920px; */
    margin: 0 auto 0;
    width: 100%;
}

.banner .banner-bot {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    display: none;
}

.banner .banner-bot img {
    width: 100%;
}

.banner.banner_ny {
    position: relative;
}

.banner.banner_ny img {
    width: 100%;
}

.banner .theme.swiper-button-next {
    right: 6%;
}

.banner .theme.swiper-button-prev {
    left: 6%;
}

.banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.banner .bg-box {
    position: relative;
    z-index: 1;
    text-align: center;
}

.banner .bg-box video {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    z-index: 3;
}

.banner .iframe-video-box{
	width:100%;
	height:190%;
    position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
}
.banner .iframe-video-box iframe{
	width:100% !important;
	height:100% !important;
}
.banner .bg-box img {
    width: 100%;
    position: relative;
    z-index: 2;
    height: auto;
    /* max-width: max-content; */
}

.banner .wap-box {
    display: none;
}

.banner .wap-box img {
    width: 100%;
    height: auto;
}

.swiper-slide .banner-content {
    transform: translateY(-200px);
    opacity: 0;
    position: absolute;
    left: 0%;
    width: 100%;
    text-align: center;
    z-index: 99;
    top: 40%;
}

.swiper-slide .banner-content h2 {
    font-size: 100px;
    text-shadow: 0px 5px 9px rgba(0, 0, 0, 0.35);
    color: #FFF;
}

.ani-slide .banner-content {
    transform: translateY(0);
    opacity: 1;
    transition: all .6s;
    pointer-events: none;
}

.banner .swiper-pagination {
    bottom: 20px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}


/* .banner .swiper-pagination-bullet {
    background: transparent;
    font-size: 24px;
    color: #FFF;
    width: 100px;
    opacity: 0.6;
    margin: 0;
    height: auto;
    position: relative;
    padding-bottom: 15px;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active .line {
   
}

.banner .swiper-pagination-bullet:nth-of-type(1):after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2.5px;
    width: 3px;
    height: 5px;
    background: white;
    border-radius: 50%;
}

.banner .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -2.5px;
    width: 3px;
    height: 5px;
    background: white;
    border-radius: 50%;
}

.banner .swiper-pagination-bullet .line {
    display: block;
    height: 1px;
    background: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
} */

.banner .swiper-pagination-bullet {
    background: #FFFFFF;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background: #005955;
}


/*轮播图end*/

.crumbs-box {
    padding: 20px 0;
    font-size: 16px;
    text-transform: capitalize;
    /* display: none; */
}
.crumbs-box.hc-dx{text-transform: inherit;}
.crumbs-box span:nth-child(1) {
    display: none;
}

.crumbs-box a {
    color: #666;
    display: inline-block;
    transition: all 0.4s;
}

.crumbs-box a:hover {
    color: #30716D;
}

.crumbs-box i {
    display: inline-block;
    margin: 0 5px 0 3px;
    width: 5px;
    height: 9px;
}

.crumbs-box span {
    color: #005955;
}
.crumbs-box span:last-child{font-weight:700;}

/*公共样式定义 start*/


/*例如,统一间距,统一字体,统一大小写,统一最大距离*/

.martop-80 {
    margin-top: 80px;
}

.paddtop-80 {
    padding-top: 100px;
}

.paddbot-80 {
    padding-bottom: 80px;
}

.m-width-1440 {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}


/*置顶按钮 start*/

#toTop {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 30px;
    position: fixed;
    z-index: 999;
    background:#006e63;
    display: none;
    border-radius:50%;
}


/*置顶按钮 end*/


/*分页 start*/

.page-box {
    padding: 80px 0 0px;
    text-align: center;
}

.page-box .page-inner {
    display: flex;
    justify-content: center;
}

.page-box .page-inner a {
    display: inline-flex;
    font-size: 16px;
    color: #666;
    margin: 0;
    width: 46px;
    height: 46px;
    /* line-height: 46px; */
    justify-content: center;
    background: transparent;
    border: 1px solid #D4D4D4;
    border-right:none;
	border-left:none;
	justify-content: center;
	align-items: center;
}
.page-box .page-inner a:last-child{border-right:1px solid#d4d4d4;}
.page-box .page-inner a.next {
   
}

.page-box .page-inner .page-list {
    display: flex;
}
.page-box .page-inner .page-list .pagination{display: flex;}
.page-box .page-inner .page-list .pagination li:last-child a{border-right: 1px solid #D4D4D4;}
.page-box .page-inner .page-list .pagination li:first-child a{border-left: 1px solid #D4D4D4;}
/*新加*/

.page-box .page-inner .page-list span {
    display: inline-flex;
    font-size: 16px;
    color: #666;
    margin: 0;
    width: 46px;
    height: 46px;
    /* line-height: 46px; */
    justify-content: center;
    background: transparent;
    border: 1px solid #D4D4D4;
    border-right: 0;
    color: #FFFFFF;
    background: #79B452;
    border: 1px solid #79B452;
    transition: all 0.4s;
	justify-content: center;
	align-items: center;
}
.page-box .page-inner .page-list .disabled span{
	background:#CCCCCC;
	border:none;
}

/*新加*/

.page-box .page-inner .page-list a.act,
.page-box .page-inner .page-list a:hover {
    color: #FFFFFF;
    background-color: #79B452;
    border: 1px solid #79B452;
    transition: all 0.4s;
	border-left:none;
	border-right:none;
}

.page-box.theme .page-inner .page-list a.act,
.page-box.theme .page-inner .page-list a:hover {
    background: #30716D;
    
}

.page-box .page-inner a.prev {
    background: url(../images/page-left.png) no-repeat 50% 50%;
    font-family: monospace;
    font-weight: bold;
    border:1px solid #d4d4d4;
}

.page-box .page-inner a.next_page {
    width: auto;
    padding: 0 5px;
    background: none;
    border: none;
}

.page-box .page-inner a.next_page:hover {
    color: #30716D;
    background: none;
    border: none;
}

.page-box .page-inner a.next {
    background: url(../images/page-right.png) no-repeat 50% 50%;
    font-family: monospace;
    font-weight: bold;
}

.page-box .page-inner a.prev.all {
    background: url(../images/page-left-01.png) no-repeat 50% 50%;
}

.page-box .page-inner a.next.all {
    background: url(../images/page-right-01.png) no-repeat 50% 50%;
}

.page-box .page-inner a.prev.no-drop,
.page-box .page-inner a.next.no-drop {
    cursor: no-drop;
    opacity: 0.5;
}


/*分页 end*/

.fz_line_grid_wap,
.wap_logo {
    display: none;
}

.f38 {
    font-size: 38px;
}

.web_share.colors a {
    width: 22px;
    height: 22px;
    transition: all 0.4s;
}

.web_share.colors a:nth-child(1) {
    background-image: url("../images/f-h-link-01.png");
}

.web_share.colors a:nth-child(2) {
    background-image: url("../images/f-h-link-02.png");
}

.web_share.colors a:nth-child(3) {
    background-image: url("../images/f-h-link-03.png");
}

.web_share.colors a:nth-child(4) {
    background-image: url("../images/f-h-link-04.png");
}

.web_share.colors a:nth-child(1):hover {
    background-image: url("../images/f-h-link-01-h.png");
}

.web_share.colors a:nth-child(2):hover {
    background-image: url("../images/f-h-link-02-h.png");
}

.web_share.colors a:nth-child(3):hover {
    background-image: url("../images/f-h-link-03-h.png");
}

.web_share.colors a:nth-child(4):hover {
    background-image: url("../images/f-h-link-04-h.png");
}

.web_share.colors.type2 a {
    width: 30px;
    height: 30px;
}

.web_share.colors.type2 a:nth-child(1) {
    background-image: url("../images/link001.png");
}

.web_share.colors.type2 a:nth-child(2) {
    background-image: url("../images/link002.png");
}

.web_share.colors.type2 a:nth-child(3) {
    background-image: url("../images/link003.png");
}

.web_share.colors.type2 a:nth-child(4) {
    background-image: url("../images/link004.png");
}

.web_share.grey a {
    width: 28px;
    height: 28px;
}

/* 分享新增 */
.bshare-custom.web_share.grey a.bshare-linkedin{
    background-image: url("../images/link_g_1.png");
	background-position: inherit;
	margin:0 5px;
}
.bshare-custom.web_share.grey a.bshare-linkedin:hover {
    background-image: url("../images/link_g_01.png");
	background-position: inherit;
}

.bshare-custom.web_share.grey a.bshare-facebook{
    background-image: url("../images/link_g_4.png");
	background-position: inherit;
	margin:0 5px;
}
.bshare-custom.web_share.grey a.bshare-facebook:hover {
    background-image: url("../images/link_g_04.png");
	background-position: inherit;
}

.bshare-custom.web_share.grey a.bshare-twitter{
    background-image: url("../images/link_g_3.png") !important;
	background-position: inherit;
	margin:0 5px;
}
.bshare-custom.web_share.grey a.bshare-twitter:hover {
    background-image: url("../images/link_g_03.png") !important;
	background-position: inherit;
}
/* 分享新增 */

/* .web_share.grey a:nth-child(1) {
    background-image: url("../images/link_g_1.png");
}

.web_share.grey a:nth-child(1):hover {
    background-image: url("../images/link_g_01.png");
	
}

.web_share.grey a:nth-child(2) {
    background-image: url("../images/link_g_2.png");
}

.web_share.grey a:nth-child(2):hover {
    background-image: url("../images/link_g_02.png");
}

.web_share.grey a:nth-child(3) {
    background-image: url("../images/link_g_3.png");
}

.web_share.grey a:nth-child(3):hover {
    background-image: url("../images/link_g_03.png");
}

.web_share.grey a:nth-child(4) {
    background-image: url("../images/link_g_4.png");
}

.web_share.grey a:nth-child(4):hover {
    background-image: url("../images/link_g_04.png");
} */

.web_share a {
    display: inline-block;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    background-position: 50% 50%;
    margin-right: 10px;
    transition: all 0.3s;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    /*background-size:cover;*/
    transition: all 0.4s;
    opacity: 1;
}


/* .web_share a:hover {
    opacity: 0.7;
} */

.web_share a:nth-child(1) {
    background-image: url("../images/h-share-01.png");
}

.web_share a:nth-last-of-type(1) {
    margin-right: 0;
}

.web_share a:nth-child(2) {
    background-image: url("../images/h-share-02.png");
}

.web_share a:nth-child(3) {
    background-image: url("../images/h-share-03.png");
}

.web_share a:nth-child(4) {
    background-image: url("../images/h-share-04.png");
}

.web_share a:nth-child(5) {
    background-image: url("../images/link5.png");
}

.header .web_share a {
    background-size: 22px;
    transition: all 0s;
}

.header .web_share a:hover {
    transition: all 0s;
}

.header .web_share a:nth-child(1):hover {
    background-image: url("../images/link003.png");
}

.header .web_share a:nth-child(2):hover {
    background-image: url("../images/link002.png");
}

.header .web_share a:nth-child(3):hover {
    background-image: url("../images/link001.png");
}

.header .web_share a:nth-child(4):hover {
    background-image: url("../images/link004.png");
}





/* .web_share.hc-hover a:nth-child(1):hover {
	background-color:#147ab3;
}
.web_share.hc-hover a:nth-child(2):hover {
	background-color:#e62c13;
}
.web_share.hc-hover a:nth-child(3):hover {
	background-color:#30aef5;
}
.web_share.hc-hover a:nth-child(4):hover {
	background-color:#147ab3;
}
 */

















.btn-nav.pc-menu .icon-bar {
    margin: 5px 0;
    width: 22px;
    height: 2px;
}

.mm-opening .btn-nav.pc-menu .middle {
    width: 0;
}

.mm-opening .btn-nav.pc-menu .top {
    -webkit-transform: translateY(6px) rotateZ(45deg);
    -moz-transform: translateY(6px) rotateZ(45deg);
    -ms-transform: translateY(6px) rotateZ(45deg);
    -o-transform: translateY(6px) rotateZ(45deg);
    transform: translateY(6px) rotateZ(45deg);
}

.mm-opening .btn-nav.pc-menu .bottom {
    -webkit-transform: translateY(-8px) rotateZ(-45deg);
    -moz-transform: translateY(-8px) rotateZ(-45deg);
    -ms-transform: translateY(-8px) rotateZ(-45deg);
    -o-transform: translateY(-8px) rotateZ(-45deg);
    transform: translateY(-8px) rotateZ(-45deg);
}

.btn-nav {
    background: transparent;
    border: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 99999;
    display: block;
    width: 30px;
    margin-left: 60px;
}

.icon-bar {
    display: block;
    margin: 6px 0;
    width: 30px;
    height: 3px;
    background-color: #30716D;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    z-index: 999999;
}

.icon-bar .bottom {
    margin-bottom: 0;
}

.mm-opening .top {
    -webkit-transform: translateY(8px) rotateZ(45deg);
    -moz-transform: translateY(8px) rotateZ(45deg);
    -ms-transform: translateY(8px) rotateZ(45deg);
    -o-transform: translateY(8px) rotateZ(45deg);
    transform: translateY(8px) rotateZ(45deg);
}

.mm-opening .bottom {
    -webkit-transform: translateY(-10px) rotateZ(-45deg);
    -moz-transform: translateY(-10px) rotateZ(-45deg);
    -ms-transform: translateY(-10px) rotateZ(-45deg);
    -o-transform: translateY(-10px) rotateZ(-45deg);
    transform: translateY(-10px) rotateZ(-45deg);
}

.mm-opening .middle {
    width: 0;
}

#page {
    max-width: 100%;
    margin: 0 auto;
}

body {
    overflow-x: hidden;
}

.mm-opening .pc-menu-grid {
    transform: translateX(0);
}

.header {
    position: relative;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

.banner,
.main,
.crumbs-box,
.pro_tab_item,
.footer {
    transition: all 0.3s;
}


.mm-opening .main,
.mm-opening .pro_tab_item,
.mm-opening .crumbs-box,
.mm-opening .footer {
    transform: translateX(-240px);
}
.mm-opening  .main .pro_tab_item{
	transform: translateX(0);
}
.mm-opening .banner{
	transform: translateX(-80px);
}
.mm-opening .banner.banner_ny{
	transform: translateX(-240px);
}
.pc-menu-grid {
    overflow-y: auto;
    position: fixed;
    padding-top: 70px;
    top: 0px;
    width: 240px;
    background-color: #005955;
    /* background-image: url("../images/menubg.png"); */
    /* background-image: url("../images/menubg2.jpg"); */
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 100%;
    right: 0;
    z-index: 998;
    transition: all 0.3s;
    transform: translateX(100%);
	font-family: 'Nexa Bold', sans-serif;
	font-weight:600;
}

.pc-menu-grid .p-m-logo {
    padding-left: 20%;
    padding-top: 40px;
    margin-bottom: 40px;
	display: none;
}

.pc-menu-grid ul {
	padding-top:40px;
    padding-left: 40px;
}

.pc-menu-grid a {
    transition: all 0.6s;
	transform: scale(1);
}

.pc-menu-grid a:hover {
    transform: scale(1.2);
}

.pc-menu-grid li {
    margin-bottom: 20px;
}

.pc-menu-grid li>a {
    font-size: 14px;
	color:#5CB347;
    font-weight: 600;
	font-family: 'Nexa Bold', sans-serif;
    text-transform: capitalize;
}
.pc-menu-grid li>a:hover{
	color:#FFFFFF;
}
.pc-menu-grid dl {
    padding-top: 15px;
}

.pc-menu-grid dd {
    line-height: 2;
    font-size: 12px;
}
.pc-menu-grid dd a{
	font-size:12px;
	color:#BCBCBC;
}
.pc-menu-grid dd a:hover{
	color:#FFFFFF;
}
.right_wap_memu {
    display: none;
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #FFF;
}

.left-fixed {
    position: fixed;
    left: 40px;
    bottom: 20%;
    width: 40px;
    z-index: 19900210;
}

.left-fixed a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url('../images/gb/telbg.png') no-repeat;
    text-align: center;
    line-height: 40px;
    margin-bottom: 5px;
    position: relative;
}
.left-fixed a.toTop{display:none;}
.left-fixed a:nth-child(2) .iconfont {
    font-size: 22px;

}

.left-fixed a .iconfont {
    color: #FFF;
    font-size: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.footer-copy-btn {
    background: #77B45F;
    color: #FFF;
    padding: 18px;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.footer-copy-btn:hover {
    background: #009944;
    color: #FFF !important;
    opacity: 1;
}

.footer-copy-btn .icon {
    display: inline-block;
    width: 14px;
    height: 13px;
    background: url("../images/footarrow.png") no-repeat;
    margin-right: 8px;
}

.footer-copy-nav {
    padding:25px 0;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

.footer-copy-nav a {
    color: #FFFFFF;
    padding: 0 7px;
    display: inline-block;
    /* border-left: 1px solid #FFFFFF; */
    position: relative;
    line-height: 1;
	font-family: 'Nexa Bold', sans-serif;
	text-transform: capitalize;
}

.footer-copy-nav a:nth-child(1) {
    padding-left: 0;
}

.footer-copy-nav a:nth-last-of-type(1) {
    padding-right: 0;
}

.footer-copy-nav a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 30%;
    height: 60%;
    width: 1px;

    background: #FFF;
}

.footer-copy-nav a:nth-last-of-type(1):after {
    display: none;
}

.footer-copy-nav a:hover {
    color: #009944;
}
.han-cloud-text-wwu{padding:0 0 50px;}

.crumbs-box.wwu{text-transform: inherit;}
.pc-menu-grid a.wwh{text-transform: inherit;}












/*公共样式定义 end*/

@media only screen and (max-width: 1466px) {
	/* 0623地图修改 */
	.pro-world-map#han-cloud-map .text-hover{width:200px;}
	.pro-world-map#han-cloud-map .p6 .text-hover{top:70%;}
	.pro_tab_box.han-cloud-padding-max{padding-bottom:50px;}
	.pro-world-map#han-cloud-map .text-hover h3{font-size:14px;}
	.pro-world-map#han-cloud-map .text-hover ul{padding-top:5px;}
	
	/* .pro-world-map#han-cloud-map .p7 .text-hover{left:-40%;}
	.pro-world-map#han-cloud-map .p5 .text-hover{top:100%}
	.pro-world-map#han-cloud-map .p2 .text-hover{left: 110%;top:20%;}
	.pro-world-map#han-cloud-map .p4 .text-hover{left:50%;top:-140%;} */


	.pro-world-map#han-cloud-map .p8 .text-hover{left:26%;}
	.pro-world-map#han-cloud-map .p7 .text-hover{left:-40%;}
	.pro-world-map#han-cloud-map .p5 .text-hover{top:70%;left:70%;}
	.pro-world-map#han-cloud-map .p2 .text-hover{left:88%;}
















    /* .product_list .text-p {
        background: url(../images/prolibg.png) no-repeat 91% 30%;
    } */
    /* .footer-box {
        padding-left: 32%;
    } */

    .foot_nav li:nth-of-type(2) {
        margin-left: 5%;
        padding-left: 5%;
    }

    .header-box {
        padding: 0 80px;
    }

    .header-box .inner-20 {
        padding: 0 0 !important;
    }

    /* .pc-menu-grid .p-m-logo {
        padding-top: 20px;
        margin-bottom: 20px;
    } */
    .mm-opening .banner,
    .mm-opening .main,
    .mm-opening .footer {
        transform: translateX(-240px);
    }

    .pc-menu-grid {
        background-size: 65%;
        width: 240px;
    }
    .pc-menu-grid dd {
        font-size: 12px;
    }

    .pc-menu-grid li {
        margin-bottom: 15px;
    }
	.pc-menu-grid dl{
		padding-top:5px;
	}
    /* #page {
        padding-top: 90px;
    } */
    .msg-grid {
        padding: 50px 40px;
    }

    .join-table-list {
        margin-top: 30px;
    }

    .about-mis-tedian .line {
        margin: 15px 0 10px;
    }

    .pro-world-left .imgshow {
        border-radius: 60px 0 60px 0;
    }

    .footer-copy .footer-copy-nav {
        font-size: 14px;
    }

    .index_pro_grid {
        padding: 60px 0 30px;
    }

    /* .product_list li {
        border-radius: 60px 0px 60px 0px;
    } */
    .footer-copy .footer-copy-btn {
        padding: 12px;
        margin-left: 0;
    }



    .inner-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .m-width-1440 {
        max-width: 980px;
    }

    .content-product-solution .subtit {
        line-height: 1.4;
    }

    .swiper-slide .banner-content h2 {
        font-size: 62px;
    }

    /* .header-box .logo,
    .lan-box {
        height: 90px;
    }
    .header-box .logo img {
        height: 60px;
    } */
    /* .product_list .text-p h3 {
        font-size: 24px;
    } */
    /* .product_list .text-p {
        height: 90px;
    } */


    /* .footer {
    padding-top: 40px;
} */

    /* .footer-box {
    min-height: 180px;
} */

    .foot_nav li:nth-of-type(3) {
        width: 30%;
        padding-left: 5%;
    }

    .crumbs-box {
       /* padding: 25px 0 35px; */
    }

    .tit_ny {
        /* font-size: 36px; */
        margin-bottom: 30px;
    }
    .about-brand .imgshow h3 {
        font-size: 18px;
    }

    .about-brand .text p {
        margin-bottom: 15px;
    }

    .paddbot-80 {
        padding-bottom: 50px;
    }

    .about-mis-grid .fr {
        width: 40%;
    }

    /* .about-mis-grid .text {
        width: 55%;
    } */
    .about-mis-grid .text p {
        margin-bottom: 15px;
    }

    .about-mis-grid .fr {
        padding: 0 15px 15px 0;
    }

    .about-mis-tedian {
        padding: 50px 3%;
        font-size: 16px;
        border-radius: 60px 0px 60px 0px;
    }

    .about-mis-tedian h3 {
        font-size: 20px;
    }

    .his_tab_con {
        padding: 40px 0;
    }

    .his_tab_con li .text,
    .his_tab_con li .imgshow {
        width: 48%;
    }

    .pro-world-left dd strong {
        flex-shrink: 0;
    }

    .word-num-list em {
        font-size: 36px;
    }

    .word-num-list dd {
        padding: 0 20px;
    }

    .pro_type_filter li {

    }
	.pro_type_filter.type2 li{padding-left:40px;}
	.pro_type_filter li .icon{transform: scale(0.8);}
    /* .news_list h3 {
        font-size: 22px;
    } */

/* 
    .news_list li {
        padding-top: 40px;
    } */

    .related_tit h2 {
        font-size: 18px;
		padding:5px 0;
    }

    .news-video-list .text-p {
        font-size: 14px;
        padding: 15px;
    }

    .news-video-list .icon {
        width: 40px;
        height: 40px;
    }

    .page-box {
        padding-top: 40px;
    }

    .page-box .page-inner a {
        width: 32px;
        height: 32px;
        /* line-height: 32px; */
    }
	.page-box .page-inner .page-list span{
		width: 32px;
		height: 32px;
		/* line-height: 32px; */
	}
    /* .news-media-list h3 {
        font-size: 24px;
    } */
    .news-media-list li {
        padding: 10px 0;
    }



    .news-page {
        padding-top: 40px;
    }

    .footer-copy {
        padding-top: 10px;
    }

    .pro-solu-bot .imgshow h3 {
        margin-bottom: 40px;
    }

    .pro-solu-bot .p-block {
        margin-bottom: 50px;
    }

    .guojia-top-info {
        padding-top: 40px;
    }

    .guojia-search input {
        height: 40px;
    }

    .web_share a {
        /* width: 26px;
        height: 26px;
        background-size: 100%; */
    }

    /* .right-icon em:nth-of-type(1) img {
        height: 26px;
    } */
    /*    .lang-text {
        width: 26px;
        height: 26px;
        font-size: 16px;
        line-height: 26px;
        margin-left: 35px;
    } */
    .btn-nav {
        margin-left: 35px;
    }

    .our-commitment-grid .fl {
        position: initial;
        transform: translateY(0);
        margin-top: 0;
    }

    .zeren-tabcon li .tit {
        padding: 40px 0 20px;
        margin-bottom: 20px;
    }

    .zeren-tabcon li {
        padding: 0 50px;
        margin-bottom: 40px;
    }

    .zeren-tabcon li h3 {
        font-size: 16px;
    }

    .zeren-tabcon li .text {
        padding-bottom: 40px;
    }

    .zeren-tabcon li .tit:after {
        bottom: 0;
    }

    .sear-grid h2 {
        font-size: 30px;
        margin-bottom: 50px;
    }

    .error-grid {
        padding: 70px 0;
    }

    .error-grid h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .error-grid img {
        width: 300px;
    }

    .join-table-list ul li {
        padding: 15px 20px;
    }

    .table-list-block .text-p {
        padding: 20px;
    }

    .pro_share {
        right: 10px !important;
    }

    .contact-ny-grid .fl {
        padding: 15px 10px 15px 10px;
        min-height: 270px;
    }

    .contact-ny-grid h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    /* .contact-ny-grid li label,
    .contact-ny-grid li span a,
    .contact-ny-grid li span {
        line-height: 1.5;
    } */
    .contact-ny-grid li {
        padding-left: 10px;
    }

    /* .product_list li .hover_text h3 {
        font-size: 28px;
    } */
    #toTop {
        width: 60px;
        height: 28px;
    }

    #toTop img {
        width: 100%;
    }

    .nytit-green {
        font-size: 26px;
    }

    .pro-world-left dd {
        font-size: 16px;
    }

    .his_tab_con .time {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .index_pro_grid .product_list {
       /* max-width: 940px; */
        margin: 0 auto;
    }
	.our-commitment-grid h3{font-size:16px;}
	.pro_menu_list h3{font-size:16px;}
}

@media only screen and (max-width: 1000px) {
    .footer-copy-nav a {
        margin-bottom: 5px;
    }

    .left-fixed {
        /* display: none !important; */
		left:20px;
    }
	.pc-menu-grid a{text-transform: capitalize;}
	.pc-menu-grid li>a{font-size:16px;}
/*    .pc-menu-grid li:nth-child(3) {
        display: none;
    }
	.pc-menu-grid li:nth-child(5) {
	    display: none;
	} */
    .web_share_iconfont {
        display: none;
    }

    .lan-box .iconfont {
        font-size: 24px;
    }

    .mm-opening .banner,
    .mm-opening .main,
    .mm-opening .footer {
        transform: translateX(-70vw);
    }

    .pc-menu-grid {
        background-size: 65%;
        width: 70vw;
    }

    .pc-menu-grid dl {
        display: block;
    }

    .crumbs-box {
        /* padding-bottom: 0; */
        /* display: none; */
    }

    .product_list li:nth-child(1) .text-p {
        background-image: none;
    }

    #toTop {
        width: 50px;
        height: 28px;
    }

    #toTop img {
        width: 100%;
    }

    .pro_menu_table {
        overflow-x: auto;
    }

    .mm-listview>li {
        text-transform: capitalize;
    }

    .news-page {
        padding-top: 30px;
    }

    .news-page .icon {
        display: inline-block;
    }

    .news-page a {
        margin-bottom: 10px;
        width: 100%;
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		position: relative;
    }

    .news-page a.fr {
        float: left;
    }

    .product_list .text-p h3 {
        font-size: 14px;
    }

    .index_pro_grid {
        padding: 20px 0 20px;
    }

    .ani-slide .banner-content,
    .banner .swiper-pagination-bullet {
        display: none;
    }

    .banner .banner-bot {
        display: none;
    }

    .error-grid h2 {
        font-size: 30px;
        margin-bottom: 30px;
        line-height: 1.4;
    }

    .error-grid {
        padding: 40px 0;
    }

    .error-grid .imgshow img {
        width: 80%;
    }

    .msg-grid .yzm-grid {
        position: initial;
        padding-left: 0;
        margin-top: 20px;
    }

    .msg-grid .yzm-grid img {
        position: initial;
    }

    .table-list-block.act .join-close {
        bottom: 10px;
        right: 20px;
    }

    .table-list-block .text-p {
        padding: 20px;
    }

    .table-list-block {
        padding-bottom: 20px;
    }

    .table-list-block .text-p-line {
        flex-wrap: wrap;
    }

    .join-table-list .tit li {
        width: 100%;
        padding: 10px;
        text-align: left;
        padding-left: 10%;
    }

    .join-table-list ul {
        flex-wrap: wrap;
    }

    .join-table-list ul li {
        width: 100%;
        padding: 10px;
        text-align: left;
        line-height: 1.4;
        padding-left: 10%;
    }

    .join-table-list .tit li:after {
        display: none;
    }

    .join-table-list ul li:nth-of-type(3) {
        width: 100%;
    }

    .join-table-list .tit {
        flex-wrap: wrap;
    }

    .guojia-list dl {
        width: 100%;
    }

    .guojia-top-info {
        padding-top: 40px;
    }

    .contact-ny-grid .fl {
        padding: 20px;
        margin-bottom: 20px;
    }

    .contact-ny-grid .fl:after {
        display: none;
    }

    .contact-ny-grid li {
        flex-wrap: wrap;
        padding-left: 0;
    }

    .news-tit .web_share {
        position: initial;
        margin-bottom: 30px;
    }

    .news-media-list .icon {
        right: 10px;
        top: auto;
        bottom: 10px;
        transform: translateY(0);
    }

    .news-media-list .imgshow {
        width: 80px;
        top: 20px;
    }

    .news-media-list .imgshow img {
        width: 60px;
    }

    .news-media-list li {
        padding: 10px 0;
        padding-left: 100px;
    }

    .news-media-list h3 {
        position: initial;
        font-size: 22px;
        line-height: 1.3;
        transform: translateY(0);
    }

    .page-box {
        padding-top: 30px;
    }

    .news-video-list .icon {
        width: 40px;
        height: 40px;
    }

    .content-news .news-video-list li {
        width: 100%;
        margin-bottom: 20px;
        border-radius: 0;
    }

    .news-video-list .text-p h3 {
        line-height: 1.4;
        font-size: 16px;
        padding-top: 5px;
		height: auto;
    }

    .news-video-list .text-p {
        position: initial;
        background-color: transparent;
        color: #333;
        padding: 0;
    }

    .news-year .year-line li:after {
        right: auto;
        left: 0;
        display: none;
    }

    .news_list h3 {
        white-space: initial;
        line-height: 1.3;
        font-size: 24px;
    }

    .news-year .year-line ul {
        width: 100%;
    }

    .news-year .year-line li {
        float: left;
        width: 33.33%;
        height: auto;
        height: 50px;
        text-align: center;
    }

    .news-year .year-line {
        overflow: hidden;
        padding: 0;
        margin-bottom: 30px;
    }

    .news-year .year-line:after {
        display: none;
    }

    .news-year {
        position: initial;
    }

    .news-year .button-prev,
    .news-year .button-next {
        display: none;
    }

    .news-ny-grid {
        padding-left: 0;
    }

    .pro-solu-bot .text-p {
        padding-left: 0;
    }

    .pro-solu-bot .imgshow h3 {
        margin-bottom: 30px;
    }

    .pro_type_filter .pro_file {
        position: initial;
        transform: translateY(0);
    }

    .pro-solu-bot .p-block {
        margin-bottom: 40px;
    }

    .our-commitment-grid h3 {
        display: none;
    }

    .zeren-tabcon li h3 {
        font-size: 22px;
    }

    .zeren-tabcon li .text {
        padding-bottom: 30px;
    }

    .zeren-tabcon li .tit:after {
        bottom: 15px;
    }

    .zeren-tabcon li {
        padding: 0 30px;
        margin-bottom: 30px;
    }

    .zeren-tabcon li .tit {
        padding: 30px 0;
    }

    .zeren-tabcon li .tit h3 {
        width: 80%;
        line-height: 1.4;
    }

    .our-commitment-grid .fl {
        position: initial;
        transform: translateY(0);
        margin-top: 0;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .his_tab_con li .text {
        margin-top: 15px;
    }

    .his_tab_con li:nth-of-type(even) .time:after {
        left: -30px;
        right: auto;
    }

    .his_tab_con li:nth-of-type(even) .time i {
        left: -12px;
        right: auto;
    }

    .his_tab_con .time {
        font-size: 22px;
        padding-left: 15px;
    }

    .his_tab_con li:nth-of-type(even) .time {
        background: url(../images/line_arrow.png) no-repeat 100% 12px;
        text-align: left;
    }

    .his_tab_con li:nth-of-type(odd) .imgshow {
        padding-right: 0;
        padding-left: 30px;
    }

    .his_tab_con li:nth-of-type(even) .text {
        padding-right: 0;
    }

    .his_tab_con ul:after {
        left: 10px;
    }

    .his_tab_con li {
        display: block;
    }

    .his_tab_con li .text,
    .his_tab_con li .imgshow {
        padding-left: 30px;
    }

    .his_tab_con li .text,
    .his_tab_con li .imgshow {
        width: 100%;
    }

    .his_tab_con .time:after {
        left: -30px;
    }

    .his_tab_con {
        padding: 10px 0 30px;
    }

    .related_tit {
        margin: 30px 0 20px;
    }

    .related_news ul {
        height: auto;
    }

    .news_list .date em {
        font-size: 16px;
        padding-right: 5px;
		display: inline-block;
		position: relative;
		padding-left:5px;
    }
	.news_list .date em::after{
		content: '.';
		position: absolute;
		left:0;
		top:0;
	}
    .news_list .date span {
        font-size: 16px;
        color: #999;
    }

    .news_list .date {
        font-weight: normal;
        width: 100%;
        position: initial;
        transform: translateY(0);
        display: flex;
		margin-bottom:10px;
		justify-content: flex-end;
		flex-direction: row-reverse;
    }

    .news_list li {
        padding: 20px;
    }

    .pro_menu_dl {
        flex-wrap: wrap;
    }

    .pro_menu_dl dd {
        width: 100%;
    }

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

    .word-num-list {
        flex-wrap: wrap;
    }

    .word-num-list dd {
        margin-bottom: 20px;
        width: 33.33%;
        padding: 0 10px;
        text-align: center;
    }

    .word-num-list p {
        text-align: center;
    }

    .word-num-list em {
        font-size: 26px;
    }

    .pro-world-map .map-dot a {
        position: initial;
        width: 100% !important;
        height: auto !important;
    }

    .pro-world-map .map-dot {
        display: block;
    }

    .pro-world-map .text-hover {
        width: 100%;
        height: auto;
        position: initial;
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
        margin-bottom: 20px;
        /* border-radius: 40px 0px 40px 0px; */
    }

    .content-product-woild .pro-world-left {
        width: 100%;
    }

    .pro-world-map {
        width: 100%;
    }

    .about-mis-tedian li,
    .about-mis-tedian li:nth-of-type(2) {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .about-mis-tedian {
        padding: 30px 20px;
    }

    .about-mis-tedian .line {
        margin: 10px auto;
    }

    .footer-copy .fl {
        padding-top: 0;
        padding-bottom: 20px;
        max-width: 100%;
        text-align: center;
    }

    .paddbot-80 {
        padding-bottom: 30px;
    }

    .about-brand .imgshow .icon {
        top: 60%;
    }

    .about-brand {
        padding-right: 20px;
    }

    .about-brand .imgshow {
        margin-left: 0;
    }

    .about-brand .imgshow h3 {
        transform: rotate(0);
        position: initial;
        color: #333;
        padding: 20px 0;
    }

    .about-youshi-grid li {
        width: 100%;
        margin-bottom: 20px;
        padding: 20px;
        border-radius: 40px 0px 40px 0px;
    }

    .pro_tab_item.w4 {
        flex-wrap: wrap;
    }

    .pro_tab_item.w4 a {
        width: 50%;
    }

    .pro_share {
        display: none;
    }

    .tit_ny {
        line-height: 1.4;
        /* font-size: 30px; */
        margin-bottom: 30px;
    }

    .crumbs-box {
        line-height: 1.5;
        /* padding: 20px 0 25px; */
    }

    .pro_tab_item {
        display: none;
    }

    .pro_tab_item a {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pro_tab_item:after,
    .pro_tab_item:before {
        display: none;
    }

    #toTop {
        bottom: 90px;
        display: none !important;
    }

    .footer-copy .footer-copy-nav {
        justify-content: center;
        margin: 15px 0;
    }

    .footer-copy .fl {
        line-height: 1.5;
        width: 100%;
    }

    .footer-copy .fr {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .foot_nav {
        flex-wrap: wrap;
        padding-bottom: 0;
        display: none;
    }

    .foot_nav li:nth-of-type(2) {
        width: 50%;
        border: none;
        padding-left: 0;
    }

    .foot_nav li {
        padding-right: 2%;
    }

    .footer-box {
        padding-left: 0;
        min-height: auto;
    }

    .footer-box .foot_logo {
        position: initial;
        text-align: center;
        margin-bottom: 20px;
        width: 100%;
		float:none;
    }	.footer-box .foot_logo img{margin-bottom:0;}

    .product_list li {
        border-radius: 0;
    }

    .product_list li .hover_text {
        display: none;
    }

    .product_list .text-p {
        position: initial;
        height: auto;
        background: none;
        color: #333;
        padding-top: 15px;
    }

    .index_pro_grid .product_list li:nth-of-type(1) {
        width: 100%;
        margin-bottom: 15px;
    }

    .index_pro_grid .product_list {
        display: block;
        position: relative;
    }

    .index_pro_grid .product_list li.clear-after {
        width: 48%;
        position: absolute;
        right: 0;
        bottom: 29px;
        background: url(../images/logo.png) no-repeat center;
        height: 177px;
        background-size: 70%;
        display: block;
    }

    .index_pro_grid .product_list li {
        margin: 0 0 15px;
        width: 48%;
    }

    .index_pro_grid .product_list li:nth-child(3),
    .index_pro_grid .product_list li:nth-child(5),
    .index_pro_grid .product_list li:nth-child(7) {
        float: right;
        margin-right: 0;
    }

    #page {
        background-color: #FFF;
        padding-top: 60px;
    }

    .header {
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
        /* position: relative; */
    }

    /* .lan-box dt em {
        display: none;
    } */
    .lang-text {
        margin-left: 20px;
    }

    .right_wap_memu {
        position: absolute;
        right: 20px;
        margin-left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    /* .pc-menu-grid {
        display: none;
    } */
    .right-icon .web_share {
        display: none;
    }

    .btn-nav.pc-menu {
        display: none;
    }

    .header-box .logo {
        float: none;
        height: 60px;
        margin: 0 auto;
        width: 40%;
        justify-content: center;
    }

    .header-box .logo img {
        height: 40px;
    }

    .right-icon {
        position: absolute;
        left: 0;
        top: 0;
    }

    .lan-box {
        height: 60px;
        margin-right: 0;
        left: 0;
        margin-left: 0;
    }

    .right-icon .h-ser {
        display: none;
    }

    .right-icon em:nth-of-type(1) {
        margin-left: 0;
    }

    .header_top,
    .pc-nav {
        display: none;
    }

    .foot_nav li {
        width: 50%;
        margin-bottom: 20px;
    }

    .foot_nav li:nth-of-type(1),
    .foot_nav li:nth-last-of-type(1) {
        width: 50%;
    }

    .page-box .page-inner a.next_page {
        display: none;
    }

    .f38 {
        font-size: 28px;
    }

    .flexwrap {
        flex-wrap: wrap;
    }


    .inner-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .martop-60 {
        margin-top: 15px;
    }

    .sm_100 {
        width: 100% !important;
    }

    .right_wap_memu {
        display: block;
    }

    .banner .bg-box {
        display: none;
    }

    .banner .wap-box {
        display: block;
    }

    .banner.banner_ny {
        display: none;
    }

    .about-youshi-grid li .icon {
        margin-bottom: 20px;
    }

    .about-mis-grid .imgshow:after {
        display: none;
    }

    .about-mis-grid .imgshow.sm_100 {
        padding: 0;
    }

    .pro_type_filter .pro_file a:first-child {
        margin-left: 10px;
    }

    .footer-box .foot_logo dd {
        justify-content: center;
    }	.footer-box .fc{width:100%;float:none;}
	.footer-box .fr{width:100%;float:none;text-align: center;}
	.pro-world-map .text-hover li{height:24px;display: flex;line-height:initial;align-items: center;width:33.33333%;}
	.related_news ul{height:115px;}
	.about-youshi-grid li .text{padding-left:0;}
	.about-youshi-grid li h3{position: relative;width:100%;top:0;transform: translateY(0);margin-bottom:20px;}
	.pc-menu-grid ul{padding-left:20%;}
	.pro-world-map .imgshow-word{display: flex;flex-direction: column-reverse;}
	.pro-world-map .imgshow{padding:40px 0;}
	.news-page a.next{text-align: left;}
	.news-page .icon{position: absolute;left:0;top:2.5px;}
	.news-page a .hc-pre, .news-page a .hc-next{padding:5px 0 5px 30px;}
	.news-page .next .icon{margin-left:0;}
}

@media only screen and (max-width: 370px) {
    .index_pro_grid .product_list .clear-after {
        height: 130px;
    }
}