/*
* @Author: Sun Jijing
* @Date:   2025-04-28 16:25:51
* @Last Modified by:   Sun Jijing
* @Last Modified time: 2025-04-28 17:25:08
*/

/* 头部样式 */
.header { background: linear-gradient(to bottom, rgba(255,255,255,.8) 35%, rgba(255,255,255,0)); position: absolute; width: 100%; left: 0; -top: 0; z-index: 100; }

/* 底部样式 */
.footer { background: url(/cctyinhe/template/common/footer/footer_bg.png) no-repeat center bottom; background-size: 100%; border-top: 0; }
.foot_bg { background: none; }
.foot_bot { padding-bottom: 0.4rem; }
.foot_bot .ewm { margin-bottom: 0; }
.foot_bot .ewm p { color: #fff; margin-top: 0.2rem; }
.foot_copyright, .foot_copyright * { background: none; text-align: left; }

/* 模块样式 */
.mk_tit { text-align: center; margin-bottom: 0.75rem; }
.mk_tit p { line-height: 1em; }
.mk_tit .CN { font-size: 0.47rem; font-weight: bold; color: #080808;  position: relative; z-index: 1; }
.mk_tit .EN { font-size: 0.62rem; font-weight: bold; color: #006e6b; opacity: 0.2; position: relative; z-index: 0; margin-top: -0.32rem; text-transform: uppercase; }

/* banner区域 */
.banner_con { position: relative; }
.banner_list li { width: 100vw; height: 100vh; max-height: 13.5rem; position: relative; overflow: hidden; }
.banner_list li img, .banner_list li video { display: block; width: 100%; height: 100%; object-fit: cover; }
.banner_list li .ban_txt { position: absolute; width: 100%; top: 50%; left: 0%; transform: translateY(-50%); z-index: 10; text-align: center; }
.banner_list li .ban_txt p { color: #fff; }
.banner_list li .ban_txt .tit { font-size: 1.05rem; font-weight: bold; text-shadow: 0 0 0.2rem #666; }
.banner_list li .ban_txt .sub { font-size: 0.5rem; line-height: 2.4em; }
.banner_list li .ban_txt .EN { font-size: 0.28rem; text-transform: uppercase; line-height: 2em; }
.banner_list li.swiper-slide-active img { animation: bannerFlash linear infinite 30s; }
.banner_but { display: flex; position: absolute; z-index: 5; width: 100%; justify-content: center; bottom: 0.57rem !important; }
.banner_but li { width: 0.62rem; height: 0.03rem; background: #fff; margin: 0 0.03rem; transition: width .5s; }
.banner_but li.on { width: 2.5rem; }
@keyframes bannerFlash {
	from { transform: scale(1, 1); }
	to { transform: scale(1.5, 1.5); }
}

/* 新闻资讯 */
.xwzx_box { padding-top: 1.45rem; padding-bottom: 0.8rem; }
.xwzx_con { display: flex; justify-content: space-between; }
.xwzx_left { width: 14rem; }
.xwzx_left_top { display: flex; justify-content: space-between; }
.xwzx_top_left { width: 9.25rem; }
.xwzx_top_right, .xwzx_right { width: 4.5rem; }
.news_title { height: 0.57rem; line-height: 0.57rem; margin-bottom: 0.12rem; display: flex; justify-content: space-between; position: relative; }
.news_title::after { content: ''; display: block; width: 100%; height: 0.03rem; background: linear-gradient(to right, #008a40, #096337); position: absolute; bottom: 0; left: 0; }
.news_title span { font-size: 0.25rem; color: #1b1b1b; font-weight: bold; }
.news_title a { font-size: 0.17rem; color: #222; }

.xwzx_pic_news { position: relative; width: 100%; height: 5.94rem; overflow: hidden; margin-bottom: 0.25rem; }
.xwzx_pic_news_list li img { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1,1); transition: all 1s; }
.xwzx_pic_news_list li p { width: 100%; height: 0.7rem; line-height: 0.7rem; background: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0)); position: absolute; bottom: 0; left: 0; }
.xwzx_pic_news_list li p span { display: block; font-size: 0.2rem; color: #fff; padding: 0 0.4rem; width: 75%; line-height: 0.7rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.xwzx_pic_but { position: absolute; width: auto !important; z-index: 5; left: inherit !important; right: 0.4rem; display: flex; bottom: 0.3rem !important; }
.xwzx_pic_but li { display: inline-block; width: 0.1rem; height: 0.1rem; border-radius: 0.1rem; background: #dedede; margin-left: 0.1rem; transition: all .5s; }
.xwzx_pic_but li.on { width: 0.38rem; background: #f4b81d; }
.xwzx_pic_news_list li:hover img { transform: scale(1.1, 1.1); }

.xwzx_item { background: #fff; box-shadow: 0 0 0.25rem rgba(179, 179, 179, 0.3); padding: 0.12rem 0.25rem; }
.news_list li { height: 1.0rem; display: flex; align-items: center; border-bottom: 0.03rem dashed #26d8d3; }
.news_list li a { display: block; width: 100%; }
.news_list li:last-child { border-bottom: 0; }
.news_list li .date { font-size: 0.17rem; color: #096337; }
.news_list li .tit { font-size: 0.2rem; color: #222; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 2em; }
.news_list li:hover .tit { color: #096337; font-weight: bold; }

.xwzx_left_bot .xwzx_item .news_list { display: flex; flex-wrap: wrap; justify-content: space-between; }
.xwzx_left_bot .xwzx_item .news_list li { width: 31%; border-bottom: 0; }
.xwzx_center .xwzx_item:nth-child(1) { margin-bottom: 0.25rem; }

.ztzl_list { margin-top: 0.3rem; }
.ztzl_list li { margin-bottom: 0.5rem; overflow: hidden; height: 2.16rem; }
.ztzl_list li img { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1,1); transition: all .8s; }
.ztzl_list li:hover img { transform: scale(1.1, 1.1); }

/* 品牌与产品 */
.ppycp_bg { background: url(ppycp_bg.png) no-repeat center top; background-size: 100% 10.62rem; padding-top: 1.0rem; }
.ppycp_box .mk_tit { margin-bottom: 0.2rem; }
.ppycp_con { position: relative; }
.ppycp_con .txt { font-size: 0.25rem; color: #080808; text-align: center; }
.pplogo_list { margin-top: 0.8rem; margin-bottom: 1rem; display: flex; justify-content: space-between; }
.pplogo_list li img { display: block; height: 1.55rem; transform: scale(1); transition: all .5s; }
.pplogo_list li:hover img { transform: scale(1.2); }
.cplist { padding: 1.25rem 0 !important; }
.cpUl li { position: relative; height: 3.72rem; overflow: hidden; box-shadow: 0 0 0.25rem rgba(179, 179, 179, 0.3); }
.cpUl li img { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1,1); transition: all 1s; }
.cpUl li:hover img { transform: scale(1.1, 1.1); }
.cpUl li .txt { position: absolute; bottom: 0; left: 0; padding: 0.45rem 0 0.45rem 0.45rem; width: 50%; text-align: left; }
.cpUl li .txt .tit { font-size: 0.25rem; color: #fff; font-weight: bold; }
.cpUl li .txt .smy { margin-top: 0.1rem; margin-bottom: 0.15rem; font-size: 0.12rem; display: block; line-height: 1.8em; color: #fff; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; height: 3.6em; overflow: hidden; display: none; }
.cpUl li .txt .more { width: 1rem; height: 0.28rem; background: #096337; line-height: 0.25rem; text-align: center; font-size: 0.12rem; color: #fff; display: none; }
.cpUl li.swiper-slide-active { transform: scale(1.5); position: relative; z-index: 2; }
.cpUl li.swiper-slide-active .txt .smy { display: -webkit-box; }
.cpUl li.swiper-slide-active .txt .more { display: block; }
.cpPage { position: absolute; display: flex; align-items: center; right: 0; bottom: 0.6rem; z-index: 5; }
.cpPage .ppycp_but { display: inline-block; width: 0.33rem; height: 0.17rem; cursor: pointer; margin: 0 0.03rem; transition: all .6s; }
.cpPage .ppycp_but:hover { width: 0.9rem; }
.cpPage .ppycp_but.prev { background: url(ppycp_prev_hide.png) no-repeat left center; }
.cpPage .ppycp_but.next { background: url(ppycp_next_hide.png) no-repeat right center; }
.cpPage .ppycp_but.prev:hover { background-image: url(ppycp_prev.png); }
.cpPage .ppycp_but.next:hover { background-image: url(ppycp_next.png); }
.cpPage .ppycp_point { display: inline-flex; }
.cpPage .ppycp_point li { display: block; width: 0.69rem; height: 0.03rem; background: #00b9f2; margin: 0 0.03rem; transition: all .6s; }
.cpPage .ppycp_point li.on { width: 1.27rem; }

/* 关于我们 */
.gywm_bg { padding-top: 1.62rem; padding-bottom: 1.5rem; background: url(gywm_bg.png) no-repeat center; background-size: 100%; }
.gywm_con { display: flex; justify-content: space-between; }
.gywm_left { width: 9.82rem; }
.gywm_left .EN { text-align: right; font-size: 0.88rem; color: #414141; text-transform: uppercase; font-family: '思源宋体','宋体'; line-height: 1em; margin-bottom: 0.42rem; }
.gywm_left .img { width: 100%; overflow: hidden; }
.gywm_left .img img { display: block; width: 100%; transform: scale(1,1); transition: all .8s; }
.gywm_left .img:hover img { transform: scale(1.1,1.1); }
.gywm_right { width: 13.3rem; padding-right: 2.62rem; display: flex; flex-direction: column; justify-content: space-between; }
.gywm_right > p { font-size: 0.25rem; line-height: 2.5em; color: #292929; text-align: justify; }
.gywm_right .info { display: flex; }
.gywm_right .info .item { margin-right: 2rem; }
.gywm_right .info .item p { font-size: 0.23rem; color: #333; }
.gywm_right .info .item strong { font-size: 0.6rem; font-weight: bold; color: #096337; -background-image: linear-gradient(to right, #008a40, #096337); -background-clip: text; line-height: 1em; }
.campany_list { height: 2.25rem; display: flex; }
.campany_list li { height: 2.25rem; overflow: hidden; margin-right: 0.4rem; }
.campany_list li img { width: 100%; height: 100%; display: block; object-fit: cover; transform: scale(1,1); transition: all 0.8s; }
.campany_list li:hover img { transform: scale(1.1,1.1); }

/* 我们的优势 */
.wmdys_bg { padding-top: 1.4rem; padding-bottom: 1.0rem; background: #096337 url(wmdys_bg.png) no-repeat center bottom; background-size: 100% 100%; }
.wmdys_con { display: flex; justify-content: space-between; }
.wmdys_con .mk_tit { margin-bottom: 0.4rem; }
.wmdys_con .mk_tit p { text-align: left; color: #fff; }
.wmdys_left { width: 8.25rem; }
.wmdys_txt_list li { padding: 0.3rem 0; cursor: pointer; }
.wmdys_txt_list li .tit { display: flex; justify-content: space-between; align-items: center; }
.wmdys_txt_list li .tit p { font-size: 0.25rem; color: #fff; }
.wmdys_txt_list li .tit p span { font-size: 0.28rem; color: #fff; margin-right: 0.12rem; display: inline-block; }
.wmdys_txt_list li .more { display: none; }
.wmdys_txt_list li .smy { display: none; }
.wmdys_txt_list li.on { border-bottom: 1px solid rgba(255,255,255,.5); }
.wmdys_txt_list li.on .tit { margin-bottom: 0.1rem; }
.wmdys_txt_list li.on .tit p { font-size: 0.33rem; font-weight: bold; }
.wmdys_txt_list li.on .tit p span { font-size: 0.35rem; }
.wmdys_txt_list li.on .more { display: block; font-size: 0.55rem; color: #fff; }
.wmdys_txt_list li.on .smy { font-size: 0.23rem; line-height: 2.4em; color: #fff; display: block; }
.wmdys_txt_list li:last-child { border-bottom: 0; }
.wmdys_but { display: flex; justify-content: center; margin-top: 0.35rem; }
.wmdys_but li { width: 0.62rem; height: 1px; background: #fff; opacity: 0.7; margin: 0 0.04rem; }
.wmdys_but li.on { opacity: 1; }

.wmdys_right { width: 9.88rem; }
.wmdys_pic { position: relative; }
.wmdys_pic::before { content: ''; display: block; width: 100%; height: 100%; border: 0.07rem solid rgba(255,255,255,.4); left: 0; top: 0; box-sizing: border-box; position: absolute; z-index: 2; }
.wmdys_list li { height: 6.1rem; overflow: hidden; }
.wmdys_list li img { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1,1); transition: all 1s; }
.wmdys_pic:hover img { transform: scale(1.1, 1.1); }

/* 适配代码 */
@media screen and (max-width: 1200px){
	.footer { padding-bottom: 0.6rem; }

	/* 模块样式 */
	.mk_tit .CN { font-size: 0.6rem; }
	.mk_tit .EN { font-size: 0.6rem; margin-top: -0.3rem; }

	/* banner区域 */

	/* 新闻资讯 */
	.xwzx_box { padding-top: 1.5rem; padding-bottom: 1.5rem; }
	.xwzx_left { width: 15.8rem; }
	.xwzx_top_left { width: 10rem; }
	.xwzx_top_right, .xwzx_right { width: 5.4rem; }
	.xwzx_pic_news { height: 7.5rem; }
	.xwzx_item { padding: 0.1rem 0.2rem; }
	.news_title { height: 0.7rem; line-height: 0.7rem; }
	.news_title span { font-size: 0.36rem; }
	.news_title a { font-size: 0.28rem; }
	.news_list li { height: 1.3rem; }
	.news_list li .date { font-size: 0.3rem; }
	.news_list li .tit { font-size: 0.34rem; }
	.ztzl_list li { height: 2.9rem; }

	/* 品牌与产品 */
	.ppycp_bg { padding-top: 1.5rem; background-size: 100% 11.8rem; }
	.ppycp_con .txt { font-size: 0.34rem; }
	.pplogo_list li img { height: 2rem; }
	.cpUl li .txt { width: 60%; }
	.cpUl li .txt .tit { font-size: 0.34rem }
	.cpUl li.swiper-slide-active .txt .smy { font-size: 0.2rem; }
	.cpPage { bottom: 0.4rem; }
	.cpPage .ppycp_point li { height: 0.05rem; }

	/* 关于我们 */
	.gywm_bg { padding-top: 1.5rem; }
	.gywm_left .img img { height: 7rem; }
	.gywm_right { padding-right: 5vw; }
	.gywm_right > p { font-size: 0.34rem; line-height: 1.8em; }
	.gywm_right .info .item { margin-right: 1rem; }
	.gywm_right .info .item p { font-size: 0.34rem; }
	.campany_list { height: auto; }
	.campany_list li { height: 2.5rem; }

	/* 我们的优势 */
	.wmdys_bg { padding-top: 1.5rem; padding-bottom: 1.5rem; background-size: cover; }
	.wmdys_left { width: 50%; }
	.wmdys_txt_list li .tit p { font-size: 0.38rem; }
	.wmdys_txt_list li .tit p span { font-size: 0.42rem; }
	.wmdys_txt_list li.on .tit p { font-size: 0.4rem; }
	.wmdys_txt_list li.on .tit p span { font-size: 0.46rem; }
	.wmdys_txt_list li.on .smy { font-size: 0.34rem; line-height: 2em; text-align: justify; }

	.wmdys_right { width: 46%; }
	.wmdys_list li { height: 7rem; }
	.wmdys_but { margin-top: 0.6rem; }
}
@media screen and (max-width: 1024px){
	/* 模块样式 */

	/* banner区域 */

	/* 新闻资讯 */

	/* 品牌与产品 */

	/* 关于我们 */

	/* 我们的优势 */
}
@media screen and (max-width: 768px){
	
	/* 头部样式 */
	.header { position: relative; }
	.foot_copyright, .foot_copyright * { color: #333; }

	/* 模块样式 */
	.mk_tit { margin-bottom: 0.5rem; }

	/* banner区域 */
	.banner_con { height: 60vw; overflow: hidden; }
	.banner_list li { height: 60vw; max-height: inherit; }
	.banner_list li img, .banner_list li video { height: 60vw; }
	.banner_but li { height: 0.05rem; margin: 0 0.05rem; }
	.banner_list li .ban_txt { padding: 0 5vw; }
	.banner_list li .ban_txt .tit { font-size: 0.6rem; }
	.banner_list li .ban_txt .sub { display: none; }

	/* 新闻资讯 */
	.xwzx_box { padding-top: 1rem; padding-bottom: 1rem; }
	.xwzx_con { display: block; }
	.xwzx_left { width: 100%; }
	.xwzx_left_top { display: block; }
	.xwzx_top_left, .xwzx_top_right, .xwzx_right { width: 100%; }
	.xwzx_pic_news { height: 60vw; margin-bottom: 0.5rem; }
	.xwzx_pic_news_list li p { height: 1rem; line-height: 1rem; }
	.xwzx_pic_news_list li p span { font-size: 0.4rem; line-height: 1rem; width: 70%; }
	.xwzx_pic_but { bottom: 0.36rem !important; }
	.xwzx_pic_but li { width: 0.2rem; height: 0.2rem; }

	.xwzx_left_bot { display: block; }
	.xwzx_item { width: 100%; margin-bottom: 0.5rem; background: none; box-shadow: none; }
	.xwzx_center .xwzx_item:nth-child(1) { margin-bottom: 0.5rem; }
	.xwzx_right .xwzx_item { margin-bottom: 0; }
	.news_title { height: 1rem; line-height: 1rem; background: linear-gradient(to left, #008a40, #096337); padding: 0 0.2rem; margin-bottom: 0; }
	.news_title::after { display: none; }
	.news_title span { font-size: 0.42rem; color: #fff; }
	.news_title a { font-size: 0.34rem; color: #eee; }
	.news_list li { height: auto; padding: 0.2rem 0; }
	.news_list li .date { font-size: 0.36rem; margin-bottom: 0.2rem; }
	.news_list li .tit { font-size: 0.4rem; line-height: 1em; }
	.ztzl_list li { height: auto; margin-bottom: 0.2rem; }
	.ztzl_list li:last-child { margin-bottom: 0; }
	.xwzx_left_bot .xwzx_item .news_list { display: block; }
	.xwzx_left_bot .xwzx_item .news_list li { width: 100%; }

	/* 品牌与产品 */
	.ppycp_bg { padding-top: 1rem; padding-bottom: 1rem; background-size: cover; }
	.ppycp_box .mk_tit { margin-bottom: 0.5rem; }
	.ppycp_con .txt { font-size: 0.4rem; }
	.pplogo_list { margin: 0.5rem 0; flex-wrap: wrap; justify-content: flex-start; }
	.pplogo_list li { padding: 0.2rem 0; width: 25%; }
	.pplogo_list li img { height: 1.2rem; margin: 0 auto; }
	.cplist { padding: 0 !important; }
	.cpUl li { height: 6rem; }
	.cpUl li.swiper-slide-active { transform: scale(1); position: relative; z-index: 2; }
	.cpUl li .txt { padding: 0.3rem; width: 100%; }
	.cpUl li .txt .tit { font-size: 0.42rem; }
	.cpUl li .txt .smy, .cpUl li.swiper-slide-active .txt .smy { display: -webkit-box; font-size: 0.36rem; }
	.cpUl li .txt .more { display: block; width: 1.5rem; height: 0.5rem; font-size: 0.26rem; line-height: 0.5rem; }
	.cpPage { position: static; margin-top: 0.5rem; justify-content: center; }

	/* 关于我们 */
	.gywm_bg { padding-top: 1rem; padding-bottom: 1rem; }
	.gywm_con { width: 90vw; margin: 0 auto; display: block; }
	.gywm_left { width: 100%; margin-bottom: 0.5rem; }
	.gywm_left .img img { height: auto; }
	.gywm_right { width: 100%; padding-right: 0; display: block; }
	.gywm_right > p { font-size: 0.4rem; }
	.gywm_right .info { margin: 0.5rem 0; justify-content: space-around; }
	.gywm_right .info .item { margin-right: 0; }
	.gywm_right .info .item p { font-size: 0.4rem; }
	.gywm_right .info .item strong { font-size: 0.7rem; }
	.campany_list { justify-content: space-between; }
	.campany_list li { margin-right: 0; }

	/* 我们的优势 */
	.wmdys_bg { padding-top: 1rem; padding-bottom: 1rem; }
	.wmdys_con { display: block; }
	.wmdys_left { width: 100%; margin-bottom: 0.5rem; }
	.wmdys_txt_list li.on .tit { margin-bottom: 0.3rem; }
	.wmdys_txt_list li .tit p, .wmdys_txt_list li.on .tit p { font-size: 0.45rem; }
	.wmdys_txt_list li .tit p span, .wmdys_txt_list li.on .tit p span { font-size: 0.6rem; }
	.wmdys_txt_list li .more, .wmdys_txt_list li.on .more { font-size: 0.6rem; }
	.wmdys_txt_list li.on .smy { font-size: 0.4rem; }
	.wmdys_right { width: 100%; }
	.wmdys_list li { height: auto; }
	.wmdys_but li { height: 0.05rem; margin: 0 0.05rem; }
}