.to-big .img {
	overflow: hidden;
}
.fileUrlModel{
	word-break: break-all;
	overflow: hidden;
	width: 100%!important;
	height: 40px!important;
	line-height: 40px!important;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	}
	
.to-big .img img {
	display: block;
	transform: scale(1.0);
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in
}

.to-big .img:hover img {
	transform: scale(1.15);
}

.r-bottom .swiper-slide a:hover {
	color: #119466;
}

#mobile_form {
	display: none;
}

body * {
	font-family: "Arial" !important;
}

body .fa {
	font-family: "FontAwesome"
		!important;
}



/*banner*/
#form_banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	background-color: #333;
}

#form_banner .l {
	width: 440px;
	float: left;
	background-color: #fff;
	border-radius: 15px;
	padding: 18px;
}

#form_banner .banner_img img {
	display: block;
	height: 470px;
	min-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
#form_banner .banner_img video {
	display: block;
	height: 470px;
	min-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
@supports (-webkit-mask:none) or (mask: none) {
	#form_banner .banner_img img {
		display: block;
		height: 470px;
		min-width: 500px;
		margin-left: auto;
		margin-right: auto;
		object-fit: cover;
		width: calc(100%);
		max-width: 1920px;
	}
	#form_banner .banner_img video {
		display: block;
		height: 470px;
		min-width: 500px;
		margin-left: auto;
		margin-right: auto;
		object-fit: cover;
		width: calc(100%);
		max-width: 1920px;
	}
}



.banner_img{
	background-color: #333;
}

#form_banner .r {
	width: 100%;
	float: left;
}

#form_banner .l h1 {
	font-size: 27px;
	line-height: 35px;
}

#form_banner .l label {
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}

#form_banner .l input[type=text] {
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	border-radius: 5px;
	outline: 0;
	border: 0;
	border: 1px solid #ccc;
	padding-left: 15px;
	font-size: 16px;
	width: 100%;
	margin-bottom: 15px;
}

#form_banner .l textarea {
	line-height: 30px;
	height: 90px;
	background-color: #fff;
	border-radius: 5px;
	outline: 0;
	border: 0;
	border: 1px solid #ccc;
	padding-left: 15px;
	padding-top: 10px;
	font-size: 16px;
	width: 100%;
}

#form_banner .l button {
	display: block;
	width: 100%;
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	background-color: #006F2B;
	padding: 10px 0;
	text-align: center;
	margin: 15px auto 0;
	outline: 0;
	border: 0;
	border-radius: 5px;
	letter-spacing: 0;
}


#form_banner .r .item_h2_title {
	margin-bottom: 30px;
	line-height: 50px;
	letter-spacing: 1px;
	padding-top: 20px;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-transform: none;
	text-align: left;
	width: 576px;
	text-transform: uppercase;
}

#form_banner .r .item_h2_title font {
	color: #038e5d;
}

#form_banner .r .item_h4_title {
	font-size: 35px;
	line-height: 40px;
	color: #fff;
	width: 576px;
	font-weight: normal;
}

#form_banner .r .item_h5_title {
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	color: #fff;
	width: 576px;
}

#form_banner .r hr {
	display: block;
	width: 80px;
	height: 3px;
	background-color: #fff;
	margin: 25px 0 20px;
}

#form_banner .r .item_h4_title font {
	font-size: 35px;
	color: #FFA200 !important;
}

#form_banner .r .item_h4_title p {
	color: rgba(255, 255, 255, 0.8);
	position: relative;
	z-index: 1;
}

#form_banner .r .banner-con>img {
	position: absolute;
	width: auto;
	bottom: 0;
	right: 0;
	left: 0;
	display: block;
	margin: 0 auto;
	padding-left: 200px;
}

#form_banner .left {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
}
#orderFiletextpcba:hover{
	/* outline: 1px dashed #119466; */
	background: rgba(35, 149,100,0.3);
}
#orderFiletext:hover{
	/* outline: 1px dashed #119466; */
	background: rgba(35, 149,100,0.3);
}
#orderFiletext img, #orderFiletextpcba img {
    display: inline-block;
    margin-right: 2px;
    width: 18px;
    position: relative;
    left: -11px;
    top: 4px;
}



/*work_new*/
#work_list {
	background-color: #f2f3f7;
	padding: 20px 0 0px;
}

#work_list .top {
	background-color: #fff;
	top: 0;
	position: relative;
	z-index: 333;
	margin-bottom: 20px;
}

#work_list .top .l {
	display: flex;
	float: left;
	width: 69%;
	padding: 25px;
	border-right: 1px solid #eee;
}

#work_list .top .r {
    display: flex;
	float: right;
	width: 31%;
	padding: 25px 25px 0;
}

#work_list .top .l .img_list {
	flex: 1;
	padding-left: 80px;
	background-repeat: no-repeat;
	background-size: auto 40px;
}

#work_list .top .l .img_list:nth-child(1) {
	background-image: url(../images/icon_list1.svg);
	/* background-image: url(../images/icon_list1.png); */
	background-position: 15px center;
}

#work_list .top .l .img_list:nth-child(2) {
	/* background-image: url(../images/icon_list2.png); */
	background-image: url(../images/icon_list2.svg);
	background-position: 24px center;
}

#work_list .top .l .img_list:nth-child(3) {
	background-image: url(../images/icon_list3.svg);
	/* background-image: url(../images/icon_list3.png); */
	background-position: 13px center;
}

#work_list .top .l .img_list ul {
	padding-left: 17px;
}

#work_list .top .l .img_list ul,
#work_list .top .l .img_list li {
	list-style-type: disc;
}

#work_list .top .l .img_list .tit {
	font-size: 18px;
	font-weight: bold;
}

#work_list .top .r a {
	display: block;
	width: 100%;
	white-space: inherit;
	text-overflow: ellipsis;
	overflow: hidden;
}

#work_list .top .r a.top-news {
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}

#work_list .top .r a.top-news b {
	color: #008961;
	font-weight: bold;
	margin-right: 3px;
	display: inline-block;
}

#work_list .top .r a.news-list {
	font-size: 12px;
	color: #bbb;
}

#work_list .top .r a.news-list font {
	display: inline-block;
	margin-right: 5px;
}

#work_list .bottom .left {
	width: 25.5%;
	height: 655px;
	background-color: #fff;
	float: left;
	background-image: url(../images/bt_list.webp);
	background-position: center;
	background-size: cover;
	padding: 60px 18px;
	color: #fff;
}

#work_list .bottom .right {
	width: 74%;
	height: 655px;
	float: right;
}

#work_list .bottom .left .tit {
	font-size: 36px;
	line-height: 43px;
	margin-bottom: 25px;
	font-weight: bold;
}

#work_list .bottom .left .tit font {
	color: #ffc600;
}

#work_list .bottom .left li {
	font-size: 16px;
	line-height: 30px;
	padding-left: 25px;
	background-image: url(../images/hg.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#work_list .bottom .right .top_box {
	margin-bottom: 1%;
	height: 49%;
}

#work_list .bottom .right .top_box a {
	float: left;
	width: 49.5%;
	height: 100%;
	margin-right: 1%;
	background-color: #fff;
	padding: 25px 27px;
	position: relative;
	background-repeat: no-repeat;
	box-shadow: 3px 3px 9px 3px transparent;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

#work_list .bottom .right .top_box a:hover {
	box-shadow: 3px 3px 9px 3px #aaa;
}

#work_list .bottom .right .top_box a:nth-child(1) {
	background-image: url(../images/bt_list_1.webp);
	background-position: 95% 92%;
	background-size: 50% auto;
}

#work_list .bottom .right .top_box a:nth-child(2) {
	margin-right: 0;
	background-image: url(../images/bt_list_2_n.webp);
	background-position: right bottom;
	background-size: 55% auto;
}

#work_list .bottom .right .top_box a .tit {
	font-size: 26px;
	font-weight: bold;
	color: #008961;
	margin-bottom: 12px;
}

#work_list .bottom .right .top_box a p {
	font-size: 14px;
	color: #666;
}

#work_list .bottom .right .top_box a ul,
#work_list .bottom .right .top_box a li {
	list-style-type: disc;
	color: #666;
	font-size: 14px;
}


#work_list .bottom .right .top_box a span {
	position: absolute;
	bottom: 15px;
	left: 30px;
	color: #5f5f5f;
	font-size: 16px;
	font-weight: bold;
	width: 150px;
}

#work_list .bottom .right .top_box a span font {
	color: #008961;
}

#work_list .bottom .right .top_box a ul {
	padding-left: 18px;
}

#work_list .bottom .right .bottom_box {
	height: 49%;
}

#work_list .bottom .right .bottom_box a {
	display: block;
	background-color: #fff;
	float: left;
	width: 32.66%;
	height: 100%;
	margin-right: 1%;
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #fff;
	position: relative;
	box-shadow: 3px 3px 9px 3px transparent;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

#work_list .bottom .right .bottom_box a:hover {
	box-shadow: 3px 3px 9px 3px #aaa;
}

#work_list .bottom .right .bottom_box a:nth-child(1) {
	background-image: url(../images/bt_list_3.webp);
}

#work_list .bottom .right .bottom_box a:nth-child(2) {
	background-image: url(../images/bt_list_4.webp);
}

#work_list .bottom .right .bottom_box a:nth-child(3) {
	margin-right: 0;
	background-image: url(../images/bt_list_5.webp);
}

#work_list .bottom .right .bottom_box a .con {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	padding: 10px 0;
}

#work_list .bottom .right .bottom_box a .con .tit {
	font-size: 24px;
	font-weight: bold;
	line-height: 29px;
	color: #008961;
}

#work_list .bottom .right .bottom_box a .con p {
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	color: #666;
}

#work_list .bottom .right .bottom_box a .con p font {
	color: #008961;
}








/*adv*/
.item_adv_new {
	padding: 80px 0 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #f2f3f7;
}

.item_p_des {
	font-size: 16px;
	width: 60%;
}

.item_adv_new .l {
	width: 79%;
	float: right;
	height: 587px;
	margin-top: 25px;
	padding: 36px 20px;
	background-color: #fff;
}

.item_adv_new .lt {
	width: 28%;
	margin-left: 0.75%;
	margin-top: 25px;
	float: right;
	height: 587px;
	background-image: url(../images/adv-back-new.webp);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 30px 20px;
	overflow-y: auto;
}

.item_adv_new .lt ul li {
	display: block;
	padding-left: 30px;
	background-image: url(../images/lvg.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 10px;
}

.item_adv_new .r {
	width: 20%;
	float: left;
	position: relative;
	height: 587px;
	margin-top: 25px;
}

.item_adv_new .r>img {
	width: 100%;
	background-color: #fff;
	display: block;
	padding: 5px 10px;
}

.item_adv_new .l .des_list {
	height: auto;
}

.item_adv_new .l .des_list ul {
	float: left;
	width: 49%;
	margin-right: 1%;
	padding: 10px 40px;
	background-color: #fff;
	margin-bottom: 2.3vw;
	overflow: hidden;
	padding-left: 100px;
	background-position: 25px 10px;
	background-repeat: no-repeat;
    border-radius: 10px;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    max-height: 98px;
}

.item_adv_new .l .des_list ul:hover{
    background-color: #eee;
}


.item_adv_new .l .des_list ul:hover *{
    color: #119466;
}

.item_adv_new .l .des_list ul:nth-child(1) {
	background-image: url(../images/cs_list1.png);
	background-size: 46px;
}

.item_adv_new .l .des_list ul:nth-child(2) {
	background-image: url(../images/cs_list2.png);
	background-size: 46px;
}

.item_adv_new .l .des_list ul:nth-child(3) {
	background-image: url(../images/cs_list3.png);
	background-size: 46px;
}

.item_adv_new .l .des_list ul:nth-child(4) {
	background-image: url(../images/cs_list4.png);
	background-size: 46px;
}

.item_adv_new .l .des_list ul:nth-child(5) {
	background-image: url(../images/cs_list5.webp);
	background-size: 46px;
}

.item_adv_new .l .des_list ul:nth-child(6) {
	background-image: url(../images/cs_list6.webp);
	background-size: 46px;
}

.item_adv_new .l .des_list ul:nth-child(7) {
	background-image: url(../images/cs_list7.webp);
	background-size: 46px;
}

.item_adv_new .l .des_list ul:nth-child(8) {
	background-image: url(../images/cs_list8.webp);
	background-size: 46px;
}

.item_adv_new .l .des_list ul:nth-child(2) {
	margin-right: 0;
}

.item_adv_new .l .des_list ul li {
	font-size: 13px;
	line-height: 19px;
	color: #3b3b3b;
	margin-top: 8px;
	min-height: 30px;
}

.item_adv_new .l .des_list ul li:nth-child(1) {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
}

.item_adv_new .l .des_list ul li:nth-child(2) {
	height: 40px;
}

.item_adv_new .l .des_list>img {
	margin-bottom: 15px;
	display: block;
	height: 50px;
}

.item_adv_new .r .video {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../images/video-back-new.webp);
	background-position: center;
	background-size: cover;
}

.item_adv_new .r .video img {
	width: 100%;
	display: block;
	display: none;
}

.item_adv_new .r>img {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.item_adv_new .r .video::after {
	content: "";
	position: absolute;
	display: block;
	background-image: url(../images/playnew.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60px 60px;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(100, 100, 100, 0.3);
}

#form_banner .swiper-pagination {
	max-width: 1540px;
	bottom: 20px;
	margin: 0 auto;
	left: 0;
	right: 0;
	padding: 0 20px;
}

#form_banner .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	opacity: 1;
}

#form_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #119466;
}



/*item_easy_new*/
.item_easy_new .making_lt {
	background-color: unset;
	padding: 0;
	background-color: #f2f3f7;
}

.making_lt .wrap_flex {
	display: flex;
	background-color: #119466;
	border-radius: 5px;
	padding: 20px 0;
}

.making_lt .wrap_flex>li {
	flex: 1;
	float: unset;
	width: auto;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	padding-top: 0;
	padding-bottom: 0;
}

.making_lt .wrap_flex>li:nth-child(1) {
	border-left: 0;
}

/*#equi_new*/
#equi_new {
	padding: 80px 0;
}

#equi_new .item_h2_title {
	text-align: left;
}

#equi_new .item_p_des {
	margin: 30px 0 50px;
}

.equi_bottom {
	margin-top: 30px;
}

.equi_bottom img {
	display: block;
	width: 100%;
}

/*item_product_new*/
#item_product_new {
	padding: 100px 0;
	background-color: #f2f4f5;
}

#item_product_new .list {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	height: 505px;
	overflow: hidden;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	position: relative;
	top: 0;
	background-color: #fff;
	border-top: 5px solid #008961;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 26px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 26px 0 rgba(0, 0, 0, .1);
}

#item_product_new .list:hover {
	border-top: 5px solid #fff;
	top: -10px;
	-webkit-box-shadow: 0 1px 26px 0 rgba(0, 137, 97, 0.4);
	box-shadow: 0 1px 26px 0 rgba(0, 137, 97, 0.4);
}

#item_product_new .list:nth-child(4) {
	margin-right: 0;
}

#item_product_new .list .tit {
	padding: 25px;
    max-height: 136px;
	border-bottom: 2px solid #e3e3e3;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

#item_product_new .list:hover .tit {
	border-bottom: 2px solid #008961;
}

#item_product_new .list .tit p {
	font-size: 24px;
}

#item_product_new .list:nth-child(1) .tit p::after {
	content: "HOT";
	background-color: #f15c05;
	padding: 3px;
	display: inline-block;
	margin-left: 15px;
	position: relative;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	top: -3px;
	letter-spacing: 1px;
}

#item_product_new .list .tit span {
	font-size: 14px;
	height: 45px;
	display: block;
	margin-top: 10px;
	color: #666;
}

#item_product_new .list .tit span a {
	font-size: 16px;
	color: #008961;
	position: relative;
	top: -2px;
}

#item_product_new .list .des {
	padding: 25px;
	height: 275px;
}

#item_product_new .list .des li {
	padding-left: 25px;
	font-size: 14px;
	line-height: 17px;
	display: block;
	margin-top: 20px;
	background-image: url(../images/g.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#item_product_new .list .des li:nth-child(1) {
	margin-top: 0;
}

#item_product_new .list .url {
	padding: 0 25px;
}

#item_product_new .list .url a {
	width: 100%;
	text-align: center;
	padding: 10px 0;
	font-size: 16px;
	border: 2px solid #008961;
	background-color: #008961;
	color: #fff;
	display: block;
	border-radius: 5px;
	font-weight: bold;
}

.tempWrap {
	height: 98% !important;
}

.word_table .hour img {
	display: block;
	margin: 0 auto;
}

#item_product_new .list:nth-child(4) .tit span font {
	color: #f15c05;
}

#item_product_new .list:nth-child(4) .tit span font img {
	position: relative;
	top: 3px;
	left: -5px;
	display: inline-block;
}

.word_table {
	border: 0;
}

/*item_business_new*/
.item_business_new {
	padding: 100px 0;
}

.item_business_new .item_p_des {
	margin: 45px auto;
	text-align: left;
	width: 65%;
}

.scope_url {
	margin-bottom: 42px;
	text-align: center;
}

.scope_url a {
	display: inline-block;
	font-size: 20px;
	line-height: 27px;
	margin: 0 20px;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #3b3b3b;
	border-bottom: 2px solid #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.scope_url a.active,
.scope_url a:hover {
	color: #fff;
	background-color: #119466;
}

.scope_box {
	position: relative;
}

.scope_box .scope_list {
	background-image: url(../images/scopeback.webp);
	background-position: center left;
	background-size: auto 100%;
	position: relative;
	overflow: hidden;
	display: none;
}

.scope_box .scope_list.active {
	display: block;
}

.scope_box .l {
	position: absolute;
	width: 50%;
	height: 100%;
	justify-content: center;
	align-items: center;
	text-align: center;
	display: flex;
	overflow: hidden;
}

.scope_box .l img {
    display: block;
    margin: 0 auto;
    height: auto;
    width: 100%;
}

.scope_box .r {
	width: 50%;
	float: right;
	padding: 65px 85px;
}

.scope_box .r .tit p {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	color: #006f2b;
}

.scope_box .r .tit h2 {
	margin: 35px 0;
	color: #3a3a3a;
	margin-top: 5px;
	font-size: 45px;
}

.scope_box .r ul li {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
    color: #3b3b3b;
}

.scope_box .r ul li::before {
    content: "";
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: #3b3b3b;
    position: absolute;
    left: 0;
    top: 5px;
}

.scope_box .r .url {
	font-size: 24px;
	font-weight: bold;
	background-color: #119466;
	color: #fff;
	padding: 0 15px;
	border-radius: 5px;
	display: inline-block;
}

/*process_new*/
.item_process_new {
	position: relative;
	background-color: #f2f4f5;
	padding: 80px 0 10px;
}

.item_process_new .item_h2_title {
	text-align: left;
}

.item_process_new .item_p_des {
	text-align: left;
	margin: 30px 0 50px;
	color: #3a3a3a;
	width: 100%;
}

.process_box_new {
	overflow: hidden;
}

.process_box_new .list {
	width: 24.5%;
	margin-right: 0.66%;
	float: left;
	margin-bottom: 45px;
}

.process_box_new .list:nth-child(4n) {
	margin-right: 0;
}

.process_box_new .list .thumb {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.process_box_new .list .thumb img {
	transform: scale(1);
	width: 100%;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	position: relative;
}

.process_box_new .list .thumb img.fill{display: none;}

.process_box_new .list:hover .thumb img {
	transform: scale(1.05);
}

.process_box_new .list .thumb.video {
	position: relative;
}

.process_box_new .list .thumb.video::before {
	cursor: pointer;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.2);
	background-image: url(../images/play-about.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80px 80px;
}

.process_box_new .list .tit {
	font-size: 20px;
	line-height: 27px;
	position: relative;
	text-align: center;
	padding-top: 10px;
	color: #333;
	font-weight: bold;
}

.process_box_new .list .tit i {
	position: relative;
	font-weight: bold;
	display: inline-block;
	font-style: normal;
	text-align: center;
	margin-right: 8px;
	z-index: 5;
}

.process_box_new .list .tit font {
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	transform: scale(0.95, 1.1);
	margin: 12px 0;
}

.process_box_new .list>p {
	font-size: 14px;
	line-height: 21px;
	color: #3a3a3a;
	height: 100px;
	overflow: hidden;
	padding-left: 12px;
	margin-top: 10px;
}

.item_process_new .swiper-button-next,
.item_process_new .swiper-container-rtl .swiper-button-prev {
	background-image: url(../images/right_new.png);
	background-size: 40px 40px;
	height: 40px;
	width: 40px;
	right: 5px;
	background-color: #FFFFFF;
	border-radius: 50%;
}

.item_process_new .swiper-button-prev,
.item_process_new .swiper-container-rtl .swiper-button-next {
	background-image: url(../images/left_new.png);
	background-size: 40px 40px;
	height: 40px;
	width: 40px;
	left: 5px;
	background-color: #FFFFFF;
	border-radius: 50%;
}

.mobile_process {
	display: none;
}


/*item_product_new*/
.item_product {
	background-color: #fff;
}

.item_product .item_p_des {
	text-align: left;
	margin: 30px auto !important;
}

#product-slider .swiper-slide {
	background-color: #fff;
}

.item_product .url_box {
	margin: 0 auto;
	text-align: left;
	margin-bottom: 30px;
	display: flex;
	background-color: #fff;
}

.item_product .url_box a {
	display: block;
	font-size: 13px;
	padding: 20px 15px;
	width: 170px;
	font-weight: bold;
	color: #454545;
	margin-bottom: -1px;
	-webkit-transition: all 0.5s;
	flex: 1;
}

.item_product .url_box a.active,
.item_product .url_box a:hover {
	color: #fff;
	background-color: #119466;
}

#product-slider .swiper-slide {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}

#product-slider .swiper-slide:nth-child(4n) {
	margin-right: 0%;
}

#product-slider .swiper-slide:nth-child(4),
#product-slider .swiper-slide:nth-child(5),
#product-slider .swiper-slide:nth-child(6) {
	margin-bottom: 0;
}

#product-slider .slider-box {
	display: none;
}

#product-slider .slider-box.active {
	display: block;
	overflow: hidden;
	position: relative;
}

#product-slider .slider-box .pro-box {
	position: relative;
}

#product-slider .slider-box .l {
	position: absolute;
	height: 100%;
	width: 22%;
	justify-content: center;
	align-items: center;
	text-align: center;
	display: flex;
	left: 0;
	top: 0;
	overflow: hidden;
	display: none;
}

#product-slider .slider-box .l img {
	height: 100%;
	display: block;
}

#product-slider .slider-box .r {
	width: 100%;
	float: right;
}

.product_boxs_display .title {
	line-height: 1.3;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.product_boxs_display {
	padding-bottom: 20px;
}

/*.prduct_money*/
.product_money {
	overflow: hidden;
	margin-top: 40px;
}

.product_money .mon_list {
	float: left;
	width: 49%;
	margin-right: 2%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	position: relative;
	padding: 20px;
}

.product_money .mon_list:nth-child(1) {
	background-image: url(../images/mon1.webp);
}

.product_money .mon_list:nth-child(2) {
	background-image: url(../images/mon2.webp);
	margin-right: 0;
}

.product_money .mon_list .top {
	font-size: 16px;
	font-weight: bold;
	color: #555;
	margin-bottom: 15px;
}

.product_money .mon_list .bottom {
	overflow: hidden;
}

.product_money .mon_list .bottom .b-l {
	font-size: 80px;
	line-height: 80px;
	font-weight: bold;
	float: left;
	width: 25%;
	padding-right: 15px;
	border-right: 1px dashed #666;
	color: #e4983c;
}

.product_money .mon_list .bottom .b-l sup {
	font-size: 24px;
	position: relative;
	top: -10px;
}

.product_money .mon_list .bottom .b-r {
	float: right;
	width: 75%;
	padding-left: 15px;
	overflow: hidden;
}

.product_money .mon_list .bottom .b-r p {
	float: left;
	width: 70%;
	font-size: 16px;
	line-height: 30px;
}

.product_money .mon_list .bottom .b-r a {
	float: right;
	width: 25%;
	display: block;
	background-color: #119466;
	color: #fff;
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
}

/*blog_new*/
#blog_new {
	padding: 60px 0 80px;
	background-color: #ebeef2;
}

#blog_new .blog-box .l {
	float: left;
	width: 72%;
}

#blog_new .blog-box .l .item_h2_title {
	text-align: left;
	margin-bottom: 7px;
}

#blog_new .blog-box .r .item_h5_title {
	font-size: 18px;
	margin-bottom: 14px;
	margin-top: 11px;
}

#blog_new .blog-box .l .blog-list-box {
	height: 735px;
}

#blog_new .blog-box .l .blog-list-box a {
	display: block;
	background-color: #fff;
	height: 32.1%;
	margin-top: 1.3%;
}

#blog_new .blog-box .l .blog-list-box a:nth-child(1) {
	margin-top: 0;
}

#blog_new .blog-box .l .blog-list-box a .img {
	width: 32%;
	height: 100%;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

#blog_new .blog-box .l .blog-list-box a .img img {
	display: block;
	height: auto;
	width: 100%;
}

#blog_new .blog-box .l .blog-list-box a .list-con {
	float: left;
	padding: 30px 43px;
	width: 68%;
}

#blog_new .blog-box .l .blog-list-box a .list-con .tit {
	font-size: 18px;
	height: 50px;
	line-height: 23px;
	overflow: hidden;
	font-weight: bold;
}

#blog_new .blog-box .l .blog-list-box a .list-con p {
	font-size: 14px;
	line-height: 18px;
	height: 55px;
	overflow: hidden;
	margin: 10px 0 20px;
}

#blog_new .blog-box .l .blog-list-box a .list-con .date {
	font-size: 16px;
	color: #949494;
}

#blog_new .blog-box .l .blog-list-box a .list-con .date font {
	font-size: 14px;
	display: inline-block;
	padding: 10px 0;
	width: 130px;
	margin-right: 15px;
	text-align: center;
	background-color: #f3f3f3;
	color: #000;
}

#blog_new .blog-box .r {
	float: right;
	width: 27%;
}

#blog_new .blog-box .r .know-box {
	height: 735px;
	background-color: #fff;
	padding: 15px 15px;
	width: 100%;
	overflow: hidden;
}

#blog_new .blog-box .r .know-box .tit {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

#blog_new .blog-box .r .know-box .tit .item_h2_title {
	float: left;
	width: 60%;
	font-size: 24px;
	text-align: left;
	height: 70px;
	overflow: hidden;
}

#blog_new .blog-box .r .know-box .tit a {
    float: right;
    width: 49.5px;
    height: 49.5px;
    position: relative;
    overflow: hidden;
}

#blog_new .blog-box .r .know-box .tit a::before{
    content: "";
    background-image: url(../images/news-jt-l.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    display: block;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}

#blog_new .blog-box .r .know-box .tit a:hover::before{
    transform: translateX(0);
}

#blog_new .blog-box .r .know-box .tit a img {
	width: 100%;
	height: auto;
	display: block;
	margin-right: 0;
	margin-left: auto;
}

#blog_new .blog-box .r .know-box .know-list {
	height: 610px;
	overflow-y: auto;
}

#blog_new .blog-box .r .know-box .know-list ul {
	padding-left: 18px;
	list-style-type: disc;
}

#blog_new .blog-box .r .know-box .know-list li {
	list-style-type: disc;
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 5px;
	color: #555;
}

#blog_new .blog-box .r .know-box .know-list li a {
	color: #555;
}

#blog_new .blog-box .r .know-box .know-list li a:hover{
    color: #119466;
}

/*faq-box-new*/
.faq-box-new {
	margin-top: 1%;
}

.faq-box-new .left {
	float: left;
	width: 72%;
	background-color: #fff;
	padding: 15px;
}

.faq-box-new .left .tit {
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.faq-box-new .left .tit .l {
	float: left;
}

.faq-box-new .left .tit .l .item_h2_title,
.faq-box-new .left .tit .l p {
	display: inline-block;
}

.faq-box-new .left .tit .l p {
	position: relative;
	top: -5px;
	left: 35px;
	color: #555;
}

.faq-box-new .left .tit .r {
	float: right;
}

.faq-box-new .left .tit .r img,
.faq-box-new .left .tit .r font,
.faq-box-new .left .tit .r a {
	display: inline-block;
	position: relative;
	margin-right: 10px;
}

.faq-box-new .left .tit .r img {
	top: 5px;
}

.faq-box-new .left .tit .r font {
	top: 7px;
	font-size: 16px;
	font-weight: bold;
	color: #119466;
}

.faq-box-new .left .tit .r a {
	top: 5px;
	background-image: url(../images/all-url.webp);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	color: #555;
	margin-right: 0;
}

.faq-box-new .left .faq-list-box {
	height: 520px;
}

.faq-box-new .left .faq-box .faqimg {
	float: left;
	width: 33%;
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.faq-box-new .left .faq-box .faqimg img {
	display: block;
	width: 100%;
	height: auto;
}

.faq-box-new .left .faq-box .faq-box-list {
	float: right;
	width: 65%;
}

.faq-box-new .right {
	float: right;
	width: 27%;
	background-color: #fff;
	padding: 15px;
}

.faq-box-new .right>.tit {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.faq-box-new .right .tit .item_h5_title {
	float: left;
	font-size: 18px;
	padding-left: 35px;
	background-image: url(../images/xp.webp);
	background-position: left 6px;
	background-repeat: no-repeat;
	font-weight: bold;
}

.faq-box-new .right .tit .item_h5_title font {
	font-size: 14px;
	display: block;
	color: #555;
	font-weight: normal;
}

.faq-box-new .right .tit a {
	float: right;
	position: relative;
	top: 5px;
	background-image: url(../images/all-url.webp);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	color: #555;
	margin-right: 0;
}

.faq-box-new .right .case-box a {
	display: block;
	margin-bottom: 15px;
}

.faq-box-new .right .case-box a .tit {
	font-size: 18px;
	width: 100%;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.faq-box-new .right .case-box a p {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	height: 40px;
	margin-top: 5px;
	margin-bottom: 25px;
	overflow: hidden;
}

.faq-box-new .right .case-box a .datehit {
	position: relative;
	height: 26.5px;
	width: 100%;
}

.faq-box-new .right .case-box a span {
	font-size: 17px;
	color: #555;
	position: absolute;
	left: 0;
	top: 0;
}

.faq-box-new .right .case-box a .datehit span:nth-child(2) {
	right: 0;
	left: unset;
	background: url(../images/icon_its.jpg) no-repeat;
	background-position: -164px center;
	padding-left: 34px;
}

.news-quote {
	margin-top: 1%;
	background-image: url(../images/news-quote.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 32px 65px;
}

.news-quote .left {
	float: left;
	font-size: 30px;
	line-height: 34px;
	width: 400px;
	font-weight: bold;
	color: #fff;
}

.news-quote .right {
	float: right;
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	background-color: #119466;
	width: 220px;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
}

/*item_faq_new*/
.item_faq_new {
	padding: 100px 0;
	background-color: #f2f4f5;
}

.faq-box {}

.faq-box .faq-box-list .list {
	margin-bottom: 20px;
}

.faq-box .faq-box-list .list .tit {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	padding: 5px 0;
	margin-bottom: 5px;
}

.faq-box .faq-box-list .list.active {
	background-color: #fff;
}

.faq-box .faq-box-list .list .tit font {
	position: absolute;
	height: 15px;
	width: 15px;
	font-size: 15px;
	line-height: 13px;
	text-align: center;
	color: #006f2b;
	outline: #006f2b 2px solid;
	right: 10px;
	top: 5px;
	border-radius: 50%;
	font-weight: bold;
}

.faq-box .faq-box-list .list .con {
	display: none;
	padding: 15px;
	font-size: 13px;
	line-height: 21px;
	height: 110px;
	overflow: auto !important;
}

/*part-new*/
#part-new {
	padding: 30px 0;
	background-color: #f2f4f5;
}

#part-new .left {
	float: left;
}

#part-new .right {
	float: right;
	width: 65%;
}

#part-new .left .tit {
	display: inline-block;
	margin-right: 20px;
	font-weight: bold;
	color: #119466;
	margin-bottom: 0;
}

#part-new .left .pos-button {
	position: relative;
	width: 60px;
	height: 35px;
	display: inline-block;
	top: 3px;
}

#part-new .left .pos-button .swiper-button-next {
	top: 0;
	right: 0;
	padding-left: 10px;
	border-left: 1px solid #eee;
	background-size: 15px;
	height: 35px;
	margin-top: 0;
}

#part-new .left .pos-button .swiper-button-prev {
	top: 0;
	left: 0;
	background-size: 15px;
	height: 35px;
	margin-top: 0;
}

#part-new .right .img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
}

#part-new .right .img img {
	max-height: 95%;
	max-width: 90%;
}

.footer_left_bottom {
	padding-top: 25px;
	overflow: hidden;
}

.footer_left_top dl,
.footer_left_bottom dl {
	width: 25%;
	float: left;
}

.footer_left_bottom dt {
	padding-bottom: 10px;
	font-size: 14px;
}

.footer_left_bottom dd.p-icon {
	text-indent: -9999px;
	display: block;
	margin-left: 0;
}

.footer_left_bottom dd.pay-methods {
	background-color: transparent;
	background-image: url(../images/iconspirit-orderonline.png?v=20230322);
	background-repeat: no-repeat;
	background-position: 0 -180px;
	width: 214px;
	height: 40px;
}

.p-icon {
	background-color: transparent;
	background-image: url(../images/iconspirit.png?v=20230322);
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
}

.footer_left_bottom dd.delivery-service {
	width: 212px;
	background-position: 0px -347px;
	height: 40px;
}

.footer_left_bottom dd {
	margin-left: 0;
}

.footer_left_bottom dd a.iso9001 {
	display: inline-block;
	width: 252px;
	background-position: 0 -182px;
	height: 40px;
	text-indent: -9999px;
}

.footer_left_bottom dd a.facebook {
	display: block;
	float: left;
	width: 24px;
	background-position: -95px -52px;
	height: 24px;
	text-indent: -9999px;
	margin-right: 5px;
}

.footer_left_bottom dd a.twitter {
	display: block;
	float: left;
	width: 24px;
	background-position: -155px -52px;
	height: 24px;
	text-indent: -9999px;
	margin-right: 5px;
}

.footer_left_bottom dd a.youtube {
	display: block;
	float: left;
	width: 24px;
	background-position: -125px -52px;
	height: 24px;
	text-indent: -9999px;
	margin-right: 5px;
}

.footer_left_bottom dd a.linkedin {
	display: block;
	float: left;
	width: 24px;
	background-position: -185px -52px;
	height: 24px;
	text-indent: -9999px;
	margin-right: 5px;
}

.footer_left_bottom dd a.instagram {
	display: block;
	float: left;
	width: 24px;
	background-position: -125px -81px;
	height: 24px;
	text-indent: -9999px;
	margin-right: 5px;
}

.footer_left_bottom dd a.tiktok {
	display: block;
	float: left;
	width: 24px;
	background-position: -155px -81px;
	height: 24px;
	text-indent: -9999px;
}

.site-footer-section * {
	line-height: 23px;
}
/*new_product*/
.product_new_top .left {
	width: 18%;
	float: left;
	background-color: #f2f3f7;
}

.product_new_top .right {
	width: 81.7%;
	float: right;
	background-color: #f2f3f7;
}

.l-top,
.r-top {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 162px;
}

.l-top {
	text-align: center;
}

.l-top a {
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	width: 82%;
}

.l-top a img {
	width: 100%;
	height: auto;
}

.l-bottom,
.r-bottom {
	height: 327px;
}

.l-bottom {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 30px;
}

.l-bottom a {
	font-size: 13px;
	color: #119466;
}

.product_new_top .left .black-tit {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.product_new_top .left p {
	font-size: 14px;
	color: #888;
}

.r-top {
	padding: 0 35px;
	border-bottom: 2px solid #fff;
}

.r-top img {
	display: block;
	width: 100%;
	height: auto;
}

.r-bottom {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 35px;
}

.r-bottom .swiper-slide .img {
	display: flex;
	height: 110px;
	background-color: #fff;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-bottom: 10px;
}

.r-bottom .swiper-slide img {
	display: block;
	width: 90%;
	height: auto;
}

.r-bottom .swiper-slide p {
	font-size: 15px;
	text-align: center;
}

.r-bottom .button-box {
	position: relative;
	height: 30px;
	margin-top: 25px;
}

.button-box .swiper-button-prev {
	background-size: 15px;
	left: 47%;
}

.button-box .swiper-button-next {
	background-size: 15px;
	right: 47%;
}

.l-top {
	height: 340px;
}

.l-bottom {
	height: 149px;
}

.l-top a {
	position: relative;
}

.l-top a::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../images/youtubu_play.webp);
	background-size: 100% 100%;
	background-position: center;
	width: 40px;
	height: 40px;
	z-index: 3;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.l-top a:hover::before {
	width: 50px;
	height: 50px;
}

.product_new_top .left .l-bottom .black-tit {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
}

.l-bottom a {
	font-size: 16px;
	line-height: 22px;
}

.l-bottom>div>a {
	margin: 0 auto;
	display: block;
	text-align: center;
	margin-top: 15px;
}


.mobile_process{position: relative;}


@media screen and (max-width:1600px) {

	.process_box_new .list>p {
		height: 150px;
	}
	.scope_url a {
		font-size: 16px;
		margin-right: 40px;
		padding-bottom: 10px;
	}

	.scope_box .r .tit p {
		font-size: 20px;
		line-height: 27px;
	}

	.scope_box .r .tit h2 {
		margin: 25px 0;
		margin-top: 8px;
		font-size: 34px;
	}


	.scope_box .r .url {
		font-size: 18px;
		padding: 0 10px;
	}

	#item_product_new .list .tit p {
		font-size: 20px;
	}

	#item_product_new .list .tit span {
		font-size: 14px;
		margin-top: 10px;
	}

	#item_product_new .list .des li {
		padding-left: 20px;
		font-size: 14px;
		margin-top: 20px;
		background-size: 11px;
	}

	#item_product_new .list .url a {
		padding: 12px 0;
		font-size: 16px;
		border-radius: 5px;
	}

	#form_banner .l {
		width: 31.5%;
	}

	#form_banner .l h1 {
		font-size: 22px;
		line-height: 30px;
	}

	#form_banner .l label {
		font-size: 16px;
	}

	#form_banner .l input[type=text] {
		height: 40px;
		line-height: 40px;
		padding-left: 15px;
		font-size: 15px;
	}

	#form_banner .l textarea {
		line-height: 30px;
		height: 100px;
		font-size: 15px;
	}

	#form_banner .l button {
		font-size: 24px;
		padding: 15px 0;
		margin: 15px auto 0;
		letter-spacing: -0.5px;
	}

	#form_banner .r .item_h2_title {
		margin-bottom: 30px;
		font-size: 36px;
		line-height: 40px;
	}

	#form_banner .r .item_h4_title {
		font-size: 26px;
		line-height: 30px;
	}

	#form_banner .r .item_h4_title font {
		font-size: 26px;
	}

	#form_banner .r {
		width: 65%;
	}

	.item_p_des {
		font-size: 14px;
		width: 60%;
	}

	.item_adv_new .lt ul li {
		font-size: 16px;
		line-height: 21px;
	}

	.item_adv_new .l .des_list ul li:nth-child(1) {
		font-size: 18px;
	}
}

@media screen and (max-width:1440px) {


	#blog_new .blog-box .l .blog-list-box a {
		height: 32.5%;
	}

	#blog_new .blog-box .r .know-box .tit .item_h2_title {
		width: 65%;
		font-size: 20px;
	}

	#blog_new .blog-box .r .know-box .tit a {
		width: 33%;
	}
	.item_adv_new {
		padding: 60px 0 60px;
	}

	.item_p_des {
		font-size: 13px;
		width: 100%;
	}

	.item_adv_new .lt ul li {
		font-size: 13px;
		line-height: 19px;
	}

	.item_adv_new .l .des_list ul li:nth-child(1) {
		font-size: 16px;
	}

	#equi_new {
		padding: 50px 0;
	}

}
@media screen and (max-width:1400px) {

	.item_faq_new {
		padding: 60px 0;
	}

	.news-quote .left {
		float: left;
		font-size: 24px;
		line-height: 30px;
		width: 350px;
	}

	.news-quote .right {
		font-size: 26px;
		width: 200px;
		height: 50px;
		line-height: 50px;
	}

	#blog_new {
		padding-bottom: 50px;
	}
	.process_box_new .list>p {
		height: 165px;
	}
    
	.item_business_new .item_p_des {
		margin: 25px auto;
		width: 100%;
	}

	.scope_box .r {
		padding: 40px 45px;
		padding-right: 100px;
	}

	.item_business_new {
		padding: 60px 0;
	}

	#item_product_new {
		padding: 60px 0;
	}

	.word_table {
		width: 100%;
	}

	.making_lt ul {
		width: 100%;
	}
	
	.making_lt {
		margin-bottom: 0;
		padding-top: 0;
	}

}


@media screen and (max-width:1280px) {
	.action_quote>a {
		display: none;
	}

	.menu li a {
		font-size: 12px;
	}

	.fix-table-box {
		width: 100%;
		position: relative;
	}

	#work_list .top {
		top: 0;
		box-shadow: unset;
		margin-bottom: 1%;
		z-index: 0;
	}

	.item_adv_new .l .des_list ul li {
		font-size: 12px;
		line-height: 22px;
	}

	#form_banner .swiper-pagination {
		bottom: 15px;
	}


	
}

@media screen and (max-width:1250px) {
	#blog_new .blog-box .r .item_h5_title {
		font-size: 16px;
		margin-bottom: 11px;
		margin-top: 5px;
	}

	#blog_new .blog-box .r .know-box .tit .item_h2_title {
		font-size: 15px;
	}
}

@media(max-width:1200px){

	.item_faq_new {
		padding: 30px 0;
	}

	.faq-box {
		margin-top: 0px;
	}

	.faq-box .faq-box-list .list .tit {
		font-size: 16px;
		line-height: 18px;
	}

	.faq-box .faq-box-list {
		width: 100%;
	}

	.faq-box .faq-box-list .list {
		margin-bottom: 10px;
	}

	.faq-box-new .right .case-box a .tit {
		font-size: 16px;
	}

	.faq-box-new .right .case-box a p {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
		margin-top: 5px;
		margin-bottom: 21px;
	}

	.faq-box-new .right .case-box a .datehit {
		height: 25.5px;
	}

	.faq-box-new .right .case-box a span {
		font-size: 14px;
		left: 0;
		top: 0;
	}

	.equi_bottom {
		margin-top: 10px;
	}

	.faq-box-new .right .tit .item_h5_title {
		width: 100%;
	}

	.faq-box-new .right .tit a {
		float: left;
	}

	.item_product {
		display: none;
	}

	.process_box_new .list {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}

	.process_box_new .list:nth-child(2n) {
		margin-right: 0;
	}

	.item_process_new {
		padding: 30px 0 35px;
	}

	.scope_box .scope_list {
		background-position: center;
		background-size: cover;
		position: relative;
		overflow: hidden;
		background-repeat: no-repeat;
	}

	.scope_url {
		margin-bottom: 20px;
	}

	.scope_url a {
		font-size: 14px;
		margin-right: 20px;
		padding-bottom: 10px;
	}

	.item_business_new {
		padding: 30px 0;
	}

	.scope_box .r .tit h2 {
		margin: 15px 0;
		margin-top: 15px;
		font-size: 24px;
	}

	.scope_box .l {
		display: none;
	}

	.scope_box .r {
		width: 100%;
		padding: 25px;
		padding-right: 25px;
	}


	.scope_box .r .url {
		font-size: 14px;
		padding: 0 10px;
	}

	#item_product_new {
		padding: 30px 0;
	}

	#item_product_new .list .tit {
		padding: 10px;
	}

	#item_product_new .list .des {
		padding: 10px;
		height: auto;
	}

	#item_product_new .list .url {
		padding: 0 15px;
	}

	#item_product_new .list {
		width: 100%;
		height: auto;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	#item_product_new .list .tit span {
		height: auto;
	}

	#item_product_new .list .des li {
		padding-left: 20px;
		font-size: 13px;
		margin-top: 10px;
		background-size: 11px;
	}

	.tempWrap {
		height: 140px !important;
	}
.mobile_process::before{width: 225px;}
.mobile_process::after{width: 225px;}
#form_banner .l {
	width: 31.5%;
}

#form_banner .l h1 {
	font-size: 16px;
	line-height: 25px;
}

#form_banner .l label {
	font-size: 13px;
}

#form_banner .l input[type=text] {
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	font-size: 13px;
}

#form_banner .l textarea {
	line-height: 30px;
	height: 50px;
	font-size: 13px;
}

#form_banner .l button {
	font-size: 20px;
	padding: 10px 0;
	margin: 10px auto 0;
}

#form_banner .r .item_h2_title {
	margin-bottom: 20px;
	font-size: 26px;
	line-height: 32px;
}

#form_banner .r .item_h4_title {
	font-size: 22px;
	line-height: 30px;
}

#form_banner .r .item_h4_title font {
	font-size: 22px;
}

#form_banner .r .item_h4_title {
	font-size: 22px;
	line-height: 30px;
}

#form_banner .l {
	width: 100%;
	margin-bottom: 20px;
}

#form_banner .r {
	width: 100%;
}

#form_banner .r .banner-con>img {
	display: none;
}

.blist-bottom {
	display: none;
}

#fixed_height {
	height: 116px;
}

#form_banner .r {
	width: 53%;
}

#form_banner .r .item_h2_title {
	width: 100%;
}

#form_banner .r .item_h4_title {
	width: 100%;
}

#form_banner .r .item_h5_title {
	width: 100%;
}

.item_adv_new {
	padding: 30px 0 30px;
}

.item_adv_new .lt {
	width: 100%;
	margin-bottom: 20px;
	height: auto;
}

.item_adv_new .l {
	width: 100%;
	margin-bottom: 20px;
	height: auto;
}

.item_adv_new .r {
	width: 100%;
}

.item_adv_new .l .des_list>img {
	margin-top: 15px;
}

.item_adv_new .r .video {
	position: relative;
	margin-top: 0px;
}
.making_lt .wrap_flex>li span {
	font-size: 20px;
}

.making_lt .wrap_flex>li p {
	font-size: 13px;
	line-height: 22px;
}

.making_lt .wrap_flex>li {
	flex: unset;
	float: unset;
	width: 100%;
	padding: 8px;
}
}
@media (max-width:1100px) {
	#form_banner .banner_img img {
		display: block;
		height: auto !important;
		width: 100%;
		min-width:auto;
		margin-left: auto;
		margin-right: auto;
	}
	#form_banner .banner_img video {
		display: block;
		height: auto !important;
		width: 100%;
		min-width:auto;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width:1024px) {

	.footer_left_top dl,
	.footer_left_bottom dl {
		width: 100%;
		float: left;
		margin-bottom: 15px;
	}
	#form_banner .r {
		width: 100%;
		margin-bottom: 25px;
	}

	.action_quote {
		width: 100%;
	}
	#fixed_height {
		height: 70px;
	}

	#form_banner .left {
		position: relative;
		overflow: hidden;
	}
    
	.fix-table-box {
		position: relative;
	}

	.action_quote .bottom form input[type="submit"] {
		padding-left: 0;
		background-image: unset;
	}
}

@media screen and (max-width: 1000px) {

	#part-new .left {
		width: 100%;
		margin-bottom: 15px;
	}

	#part-new .right {
		width: 100%;
	}

	#part-new .left .pos-button {
		height: 25px;
	}

	#part-new .left .pos-button .swiper-button-prev {
		background-size: 10px;
		height: 25px;
	}

	#part-new .left .pos-button .swiper-button-next {
		background-size: 10px;
		height: 25px;
	}

	#blog_new {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.faq-box-new .left {
		width: 100%;
		margin-bottom: 20px;
	}

	.faq-box-new .right {
		width: 100%;
	}

	.faq-box-new .left .tit .l .item_h2_title {
		margin-bottom: 15px;
	}

	.faq-box-new .left .tit .l p {
		top: 0;
		left: 0;
	}

	.faq-box-new .left .tit .r {
		width: 100%;
	}

	.faq-box-new .left .faq-box .faqimg {
		display: none;
	}

	.faq-box-new .left .faq-box .faq-box-list {
		width: 100%;
	}

	.faq-box .faq-box-list .list .con {
		padding: 5px;
		font-size: 12px;
		line-height: 18px;
		height: auto;
	}

	.faq-box .faq-box-list .list .tit {
		font-size: 13px;
		line-height: 17px;
		padding-right: 30px;
	}

	.faq-box-new .right .case-box a .tit {
		font-size: 13px;
	}

	.faq-box-new .right .case-box a p {
		font-size: 12px;
		line-height: 14px;
		height: auto;
		margin-top: 5px;
		margin-bottom: 10px;
	}

	.faq-box-new .right .case-box a .datehit {
		display: none;
	}

	.news-quote {
		padding: 20px 25px;
	}

	.news-quote .left {
		font-size: 18px;
		line-height: 27px;
		width: 300px;
	}

	.news-quote .right {
		font-size: 20px;
		width: 150px;
		height: 40px;
		line-height: 40px;
	}

	#blog_new .blog-box .l {
		width: 100%;
		margin-bottom: 25px;
		height: auto;
	}

	#blog_new .blog-box .l .blog-list-box {
		height: auto;
	}

	#blog_new .blog-box .r {
		width: 100%;
	}

	#blog_new .blog-box .r .know-box {
		height: auto;
	}

	#blog_new .blog-box .r .know-box .tit .item_h2_title {
		height: auto;
		margin-bottom: 15px;
	}

	#blog_new .blog-box .r .know-box .know-list {
		height: auto;
	}

	#blog_new .blog-box .l .blog-list-box a {
		height: auto;
	}

	#blog_new .blog-box .l .blog-list-box a .img {
		height: auto;
	}

	#blog_new .blog-box .l .blog-list-box a .img img {
		height: auto;
	}

	#blog_new .blog-box .l .blog-list-box a .list-con .tit {
		font-size: 15px;
		line-height: 22px;
		-webkit-line-clamp: 2;
		width: 100%;
		display: -webkit-box;
		overflow: hidden;
		word-break: break-all;
		height: 38px;
		-webkit-box-orient: vertical;
	}

	#blog_new .blog-box .l .blog-list-box a .list-con p {
		font-size: 13px;
		line-height: 15px;
		height: auto;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	#work_list .top {
		top: 0;
		box-shadow: unset;
		margin-bottom: 1%;
	}

	#work_list .top .l {
		width: 100%;
		overflow: hidden;
		border-right: 0;
		border-bottom: 1px solid #eee;
	}

	#work_list .top .l .img_list {
		float: left;
		width: 33.3%;
		background-position: 5px top !important;
	}

	#work_list .top .r {
		width: 100%;
	}

	#work_list .top .l .img_list .tit {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 5px;
	}

	#work_list .bottom .left {
		width: 100%;
		height: 100%;
		padding: 20px 15px;
	}

	#work_list .bottom .left .tit {
		font-size: 24px;
		line-height: 35px;
		margin-bottom: 25px;
	}

	#work_list .bottom .left li {
		font-size: 14px;
		line-height: 25px;
		padding-left: 25px;
	}

	#work_list .bottom .right {
		width: 100%;
		margin-top: 20px;
	}

	#work_list .bottom .right .top_box a .tit {
		font-size: 22px;
		margin-bottom: 8px;
	}

	#work_list .bottom .right .top_box a ul,
	#work_list .bottom .right .top_box a li {
		font-size: 12px;
	}

	#work_list .bottom .right .top_box a span {
		font-size: 14px;
		width: 150px;
	}

	#work_list .bottom .right .bottom_box a .con .tit {
		font-size: 20px;
		margin-bottom: 25px;
		line-height: 25px;
	}

	#work_list .bottom .right .bottom_box a .con p {
		font-size: 14px;
		line-height: 24px;
	}

	.item_adv_new .l .des_list ul {
		height: 100%;
		margin-bottom: 20px;
	}

	.item_adv_new .l .des_list img {
		height: 43px;
	}

	.item_adv_new .l .des_list ul li:nth-child(1) {
		font-size: 16px;
		height: 40px;
	}

	.item_adv_new .l .des_list ul li:nth-child(2) {
		height: 125px;
	}

	.item_adv_new .lt ul li {
		font-size: 12px;
		line-height: 18px;
	}

	.item_adv_new .l .des_list ul li {
		font-size: 12px;
		line-height: 20px;
	}

	.item_adv_new .r {
		height: 100vw;
		margin-top: 0;
	}

	#equi_new {
		padding: 30px 0;
	}

	#equi_new .item_p_des {
		margin: 20px 0 20px;
	}


}
@media screen and (max-width: 800px) {

	.item_product .url_box a {
		display: inline-block;
		font-size: 12px;
		border: #ccc solid 1px;
		padding: 6px 6px;
		margin: 0 2px;
		width: 140px;
	}

	#product-slider .swiper-slide {
		width: 49%;
		margin-bottom: 2%;
	}

	#product-slider .swiper-slide:nth-child(3n) {
		margin-right: 2%;
	}

	#product-slider .swiper-slide:nth-child(2n) {
		margin-right: 0%;
	}

	.product_boxs_display .title {
		color: #119466;
		font-size: 13px;
	}
	#work_list .top .l {
		display: block;
	}

	#work_list .top .l .img_list {
		float: left;
		width: 100%;
		padding-left: 45px;
		background-size: 25px;
		margin-bottom: 15px;
	}

	#work_list .bottom .right {
		width: 100%;
		/* height: auto; */
		float: right;
	}

	#work_list .bottom .right .bottom_box a {
		margin-top: 5px;
	}

}
@media(max-width:762px){
.mobile_process::before{display: none;}
.mobile_process::after{display: none;}
}
@media screen and (max-width:750px) {
	#blog_new .blog-box .l .blog-list-box a .list-con {
		padding: 20px 20px;
		width: 68%;
	}

	#blog_new .blog-box .l .blog-list-box a .list-con .date font {
		font-size: 12px;
		padding: 5px 0;
		width: 120px;
		margin-right: 10px;
	}

	#blog_new .blog-box .l .blog-list-box a .list-con .date {
		font-size: 13px;
		margin-top: 6vw;
	}
}
@media screen and (max-width: 700px) {
	#work_list .bottom .right {
		height: auto;
	}

	#work_list .bottom .right .top_box {
		height: auto;
	}

	#work_list .bottom .right .top_box a {
		width: 100%;
	}

	#work_list .bottom .right .bottom_box a {
		width: 100%;
		height: 68vw;
		background-size: 50%;
		background-position: center 15%;
	}

	#work_list .bottom .right .top_box a span {
		position: relative;
		left: 0;
		bottom: 0;
	}

	#work_list .bottom .right .bottom_box {
		height: auto;
		overflow: hidden;
	}

	#work_list .bottom .right .top_box a:nth-child(1) {
		padding-bottom: 120px;
		margin-bottom: 10px;
	}

	#work_list .bottom .right .top_box a:nth-child(2) {
		padding-bottom: 70px;
	}
}

@media screen and (max-width:600px) {
	.left .wcenter {
		padding:0px
	  }

	.news-quote .left {
		font-size: 18px;
		line-height: 27px;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 15px;
	}

	.news-quote .right {
		margin: 0 auto;
		font-size: 20px;
		width: 100%;
		height: 40px;
		line-height: 40px;
	}

	#blog_new .blog-box .l .blog-list-box a .list-con p {
		display: none;
	}

	#blog_new .blog-box .l .blog-list-box {
		height: auto;
	}

	#blog_new .blog-box .l .blog-list-box a .img {
		height: 32vw;
		padding-left: 10px;
	}

	#blog_new .blog-box .l .blog-list-box a .list-con {
		padding: 20px 10px;
		width: 68%;
		height: 28vw;
	}

	#blog_new .blog-box .l .blog-list-box a .list-con .tit {
		font-size: 15px;
		line-height: 19px;
		margin-bottom: 10px;
	}

	#blog_new .blog-box .l .blog-list-box a .list-con .date font {
		font-size: 12px;
		padding: 3px 0;
		width: 100px;
		margin-right: 10px;
		margin-bottom: 5px;
	}
    .pc_process {
		display: none;
	}

	.mobile_process {
		display: block;
	}

	.process_box_new .list {
		width: 100%;
	}

	.process_box_new .list .thumb img {
		width: 100%;
		height: auto;
	}

	.process_box_new .list>p {
		height: auto;
	}

	.item_process_new .swiper-button-prev,
	.item_process_new .swiper-button-next {
		display: none;
		top: unset;
		bottom: 30px;
	}

	#banner_pc {
		display: none;
	}

	#mobile_form {
		display: block;
		background-color: #119466;
		padding: 35px 0;
		border-top: 1px solid rgba(255, 255, 255, 0.3);
	}

	#mobile_form h2 {
		color: #fff;
	}

	#mobile_form input[type=text] {
		height: 35px;
		line-height: 35px;
		background-color: #fff;
		border-radius: 5px;
		outline: 0;
		border: 0;
		padding-left: 15px;
		font-size: 14px;
		width: 100%;
		margin-bottom: 15px;
	}

	#mobile_form textarea {
		line-height: 27px;
		height: 120px;
		background-color: #fff;
		border-radius: 5px;
		outline: 0;
		border: 0;
		padding-left: 15px;
		padding-top: 10px;
		font-size: 14px;
		width: 100%;
	}

	#mobile_form input[type=button] {
		display: block;
		height: 35px;
		line-height: 35px;
		width: 180px;
		color: #fff;
		background-color: #0bad49;
		text-align: center;
		margin: 15px auto 0;
		outline: 0;
		border: 0;
		border-radius: 5px;
	}
	#form_banner .r hr {
		width: 50px;
		height: 3px;
		margin: 15px 0 15px;
	}

	#form_banner .r .item_h4_title {
		font-size: 16px;
		line-height: 25px;
	}

	#form_banner .r .item_h4_title font {
		font-size: 16px;
	}

	#form_banner .r .item_h4_title {
		font-size: 14px;
		line-height: 23px;
	}
	.item_adv_new .l {
		height: auto;
	}

	.item_adv_new .l .des_list ul {
		width: 100%;
		margin-bottom: 15px;
	}

	.item_adv_new .l .des_list img {
		height: 35px;
	}

	.item_adv_new .l .des_list {
		height: auto;
	}

	.item_adv_new .l .des_list ul li:nth-child(1) {
		height: auto
	}

	.item_adv_new .l .des_list ul li:nth-child(2) {
		height: auto
	}

	.item_adv_new .l .des_list ul {
		padding: 0 25px;
		padding-left: 70px;
		background-position: 20px top;
	}

	.item_adv_new .l .des_list ul:nth-child(1) {
		background-size: 30px;
	}

	.item_adv_new .l .des_list ul:nth-child(2) {
		background-size: 30px;
	}

	.item_adv_new .l .des_list ul:nth-child(3) {
		background-size: 30px;
	}

	.item_adv_new .l .des_list ul:nth-child(4) {
		background-size: 30px;
	}

	.item_adv_new .l .des_list ul:nth-child(5) {
		background-size: 30px;
	}

	.item_adv_new .l .des_list ul:nth-child(6) {
		background-size: 30px;
	}

	.item_adv_new .l .des_list ul:nth-child(7) {
		background-size: 30px;
	}

	.item_adv_new .l .des_list ul:nth-child(8) {
		background-size: 30px;
	}
	.scope_url a {
		width: 100%;
		text-align: center;
		margin-top: 15px;
		margin: 0;
		margin-top: 15px;
	}

	.scope_box .r .tit h2 {
		font-size: 20px;
	}
}