@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑","sans-serif","Source Sans Pro",-apple-system,BlinkMacSystemFont;
	background: #fff;
	font-size: 16px;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input,
select,
textarea {
	outline: 0;
	margin: 0;
	padding: 0;
	font-family: "微软雅黑","sans-serif","Source Sans Pro",-apple-system,BlinkMacSystemFont;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
table {
  border-collapse: collapse;
}
img {
	border: 0;
	display: inline-block;
	max-width: 100%;
	width: auto;
	vertical-align: top;
}
ul,
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: both;
}
.clear:after {
	content:"";
	display: block;
	clear:both;
}
.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bigimg img {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.bigimg:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.to1{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.to2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.content {
	width: 1200px;
	margin: 0 auto;
}
.phone {
	display: none;
}


/*首页*/
.header{
	width: 100%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	overflow: visible;
	transition: 0.3s ease;
}
.head_con{
	height: 140px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo{
	width: 118px;
}
.logo img{
	width: 100%;
}
.menu,.nav02,.nav03,#menu{
	display: none;
}
.nav li{
	float: left;
	padding: 0 25px;
	line-height: 135px;
	color: #0a0204;
	font-weight: bold;
}
.nav li.active{
	color: #7fa04b;
}
.nav li:hover{
	color: #7fa04b;
}
.subnav_bg{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 138px;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: all 1s ease;
}
.subnav_box{
	width: 100%;
	background: #fff;
	box-shadow: inset 0 30px 30px -30px rgba(0,0,0,0.1);
	position: fixed;
	top: 138px;
	left: 0;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
.nav li:hover .subnav_bg{
	opacity: 1;
	visibility:visible;
}
.nav li:hover .subnav_box{
	opacity: 1;
	visibility: visible;
}
.nav li:hover .subnav_con{
	display: block;
}
.subnav_con{
	width: 1200px;
	padding: 37px 100px 22px 280px;
	margin: 0 auto;
	display: none;
}
.subnav_tit{
	color: #0a0204;
	font-size: 48px;
	font-weight: bold;
	line-height: 56px;
	margin-bottom: 45px;
}
.subnav_tit img{
	width: 60px;
	height: 30px;
	vertical-align: middle;
	margin: 0 0 10px 20px;
}
.subnav_tit:hover{
	color: #7fa04b;
}
.subnav{
	width: 100%;
}
.subnav ul{
	margin-right: -1%;
}
.subnav li{
	float: left;
	width: 24%;
	padding: 0;
	color: #555;
	font-size: 18px;
	line-height: 32px;
	font-weight: normal;
	margin: 0 1% 18px 0;
}
.subnav li:hover{
	color: #7fa04b;
}

.search_img{
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: relative;
	margin-left: 40px;
}
.search_img img{
	width: 100%;
	height: 100%;
}
.search_box{
	width: 990px;
	height: 134px;
	position: absolute;
	top: -54px;
	right: 0;
	display: none;
	overflow: hidden;
}
.search_con{
	width: 100%;
	height: 100%;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.search{
	width: 900px;
	height: 52px;
	line-height: 48px;
	border: solid 2px #3C3C3C;
	padding-left: 20px;
	color: #333;
	font-size: 18px;
}
.search::placeholder{
	color: #333;
}
.search_btn{
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: relative;
}
.search_close{
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.banner{
	width: 100%;
	height: 790px;
	margin-top: 134px;
	position: relative;
}
.banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bn_txt{
	width: 100%;
	color: #fff;
	font-size: 36px;
	line-height: 48px;
	font-weight: bold;
	text-shadow: 0 3px 3px rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 5;
}
.bn_txt h1{
	font-size: 72px;
	font-weight: bold;
	line-height: 88px;
	text-shadow: 0 3px 3px rgba(0, 0, 0, 0.8);
	margin-bottom: 62px;
}
.banner .swiper-pagination{
	bottom: 30px;
}
.banner .swiper-pagination-bullet{
	width: 40px;
	height: 10px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 10px;
	margin: 0 5px !important;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active{
	background: #fff;
}

.gy_box{
	width: 100%;
	padding-top: 68px;
	overflow: hidden;
}
.title{
	color: #0a0204;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 42px;
}
.title h1{
	font-size: 48px;
	line-height: 54px;
	display: flex;
	align-items: center;
	margin-bottom: 17px;
}
.title h1 img{
	width: 60px;
	height: 30px;
	margin-left: 20px;
}
.gy_grey{
	background: #f5f5f5;
}
.gy{
	width: 100%;
}
.gy li{
	float: left;
	width: 25%;
	height: 440px;
	position: relative;
}
.gy li:hover .gy_bg{
	top: 0;
}
.gy li:hover .img01{
	opacity: 0;
	visibility: hidden;
}
.gy li:hover .img02{
	opacity: 1;
	visibility: visible;
}
.gy li:hover .gy_txt{
	color: #fff;
}
.gy_bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 500px;
	left: 0;
	transition: all 0.4s;
	background-repeat: no-repeat;
	background-size: cover;
}
.gy_con{
	width: 100%;
	position: absolute;
	top: 152px;
	left: 0;
	z-index: 2;
}
.gy_icon{
	width: 80px;
	height: 80px;
	position: relative;
	margin: 0 auto 130px;
}
.gy_icon img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.img01{
	transition: all 0.6s;
}
.img02{
	opacity: 0;
	visibility: hidden;
	transition: all 0.6s;
}
.gy_txt{
	width: 100%;
	color: #555;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hy_box{
	padding: 108px 0 40px;
	overflow: hidden;
}
.hy_list{
	width: 100%;
}
.hy_list ul{
	margin-right: -25px;
}
.hy_list li{
	float: left;
	width: 220px;
	height: 80px;
	border: solid 1px #ccc;
	border-radius: 10px;
	color: #0a0204;
	font-size: 18px;
	line-height: 30px;
	margin: 0 25px 30px 0;
}
.hy_list a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hy_list li:hover{
	background: #7fa04b;
	border: solid 1px #7fa04b;
}
.hy_list i{
	width: 20px;
	height: 10px;
	display: block;
	background: url(../images/ind_14.png) no-repeat;
	background-size: 100% 100%;
	margin-left: 10px;
	display: none;
}
.hy_list li:hover i{
	display: inline-block;
}
.hy_list li:hover{
	color: #fff;
}

.zh_bg{
	width: 100%;
	background: url(../images/ind_15.jpg) no-repeat center top;
	background-size: cover;
	padding: 58px 0 50px;
	overflow: hidden;
}
.zh_bg .title{
	color: #fff;
	margin-bottom: 61px;
}
.zh{
	position: relative;
	padding-bottom: 60px;
}
.zh .swiper-pagination{
	bottom: 0;
}
.zh .swiper-pagination-bullet{
	width: 40px;
	height: 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.3);
	opacity: 1;
	margin: 0 5px !important;
}
.zh .swiper-pagination-bullet-active{
	background: #fff;
}
.zh_pic{
	width: 100%;
	height: 208px;
	overflow: hidden;
}
.zh_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.zh_line{
	width: 100%;
	height: 140px;
	border-top: solid 1px #ccc;
	background: #fff;
	padding: 18px 22px;
}
.zh_time{
	color: #888;
	font-size: 18px;
	line-height: 34px;
	height: 34px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.zh_txt{
	color: #222;
	font-size: 18px;
	line-height: 34px;
	height: 34px;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.zh_add{
	color: #888;
	font-size: 18px;
	line-height: 36px;
	height: 36px;
	padding-left: 24px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.zh_add img{
	width: 13px;
	height: 20px;
	position: absolute;
	top: 8px;
	left: 0;
}

.contact_box{
	padding: 70px 0 74px;
	background: #f5f5f5;
	overflow: hidden;
}
.contact_box .title{
	margin-bottom: 44px;
}
.con_left{
	float: left;
	width: calc(100% - 560px);
	padding-right: 30px;
}
.con_right{
	float: right;
	width: 560px;
	padding-top: 9px;
}
.contact{
	color: #222;
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 35px;
}
.code{
	width: 100%;
}
.code li{
	float: left;
	width: 209px;
	margin-right: 30px;
}
.code h1{
	font-size: 17px;
	color: #222;
	line-height: 38px;
	text-align: center;
}
.code_pic{
	width: 209px;
	height: 209px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.code img{
	width: 190px;
	height: 190px;
}
.m12{
	margin-bottom: 12px;
}
.m30{
	margin-bottom: 30px;
}
.con{
	width: 270px;
}
.con_txt{
	color: #0a0204;
	font-size: 18px;
	line-height: 48px;
}
.con_txt span{
	color: #d40000;
	padding-left: 6px;
}
.conname{
	width: 100%;
	height: 50px;
	line-height: 48px;
	border-radius: 10px;
	border: solid 1px #ccc;
	background: none;
	color: #666;
	font-size: 18px;
	padding-left: 12px;
}
.conname::placeholder{
	color: #666;
}
.conmes{
	width: 100%;
	height: 140px;
	line-height: 28px;
	border-radius: 10px;
	border: solid 1px #ccc;
	background: none;
	color: #666;
	font-size: 18px;
	padding: 12px 0 0 12px;
}
.conname::placeholder{
	color: #666;
}
.btn_submit{
	width: 150px;
	height: 40px;
	background: #7fa04b;
	border: none;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}

.foot{
	width: 100%;
	background: #222;
	padding: 32px 0;
	color: #999;
	font-size: 18px;
	line-height: 36px;
}
.foot a:hover{
	color: #fff;
}
.foot_left{
	float: left;
	width: 780px;
}
.foot_right{
	float: right;
	width: 400px;
	text-align: right;
}
.foot_right a{
	padding-left: 20px;
}


/* 工艺 */
.gongyi_box{
	padding: 178px 0 20px;
	overflow: hidden;
}
.path{
	width: 100%;
	padding-left: 40px;
	line-height: 36px;
	background: url(../images/gy_01.png) no-repeat left center;
	background-size: 23px 20px;
	color: #888;
	font-size: 18px;
	margin-bottom: 24px;
}
.path span{
	color: #7fa04b;
}
.gongyi{
	width: 100%;
}
.gongyi ul{
	margin-right: -60px;
}
.gongyi li{
	float: left;
	width: 360px;
	margin: 0 60px 34px 0;
}
.gongyi h1{
	color: #222;
	font-size: 24px;
	line-height: 42px;
	height: 42px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 16px 0 7px;
}
.gongyi_bg{
	width: 100%;
	height: 360px;
	background: #f8f8f8;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gongyi_icon{
	width: 80px;
	height: 80px;
	position: relative;
}
.gongyi_icon img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.gongyi_more{
	color: #888;
	font-size: 16px;
	display: inline-block;
	line-height: 30px;
	border-bottom: solid 1px #c9c9c9;
}
.tu02{
	display: none;
}
.gongyi li:hover .tu01{
	display: none;
}
.gongyi li:hover .tu02{
	display: block;
}
.gongyi li:hover .gongyi_bg{
	background: #7fa04b;
}
.gongyi li:hover .gongyi_more{
	color: #7fa04b;
	border-bottom: solid 1px #7fa04b;
}


/* 行业 */
.hang .title{
	margin-bottom: 15px;
}
.hy_txt{
	color: #222;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	padding-bottom: 30px;
}
.hy_pic{
	width: 100%;
	height: 360px;
	overflow: hidden;
}
.hy_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.hy_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}


/* 行业-干砂浆, 灰泥 */
.hy_area{
	padding-bottom: 36px;
}
.hy_con{
	width: 100%;
	margin-bottom: 20px;
}
.hy_text{
	float: left;
	width: 600px;
	padding: 12px 0;
	line-height: 30px;
	color: #222;
	font-size: 14px;
}
.hy_img{
	float: right;
	width: 500px;
	height: 280px;
	overflow: hidden;
}
.hy_img img{
	width: 100%;
	height: 100%;
}
.hy_con:nth-child(even) .hy_img{
	float: left;
}
.hy_con:nth-child(even) .hy_text{
	float: right;
}
.zhanhui{
	width: 100%;
}
.zhanhui ul{
	margin-right: -30px;
}
.zhanhui li{
	float: left;
	width: 380px;
	height: 355px;
	border: solid 1px #ccc;
	margin: 0 30px 30px 0;
}
.zhanhui_pic{
	width: 100%;
	height: 208px;
}
.zhanhui_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.zhanhui_line{
	border-top: solid 1px #ccc;
	background: #fff;
	padding: 18px 22px;
}
.download_box{
	background: #f8f8f8;
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 20px;
	position: relative;
}
.download_img{
	float: left;
	width: 80px;
	height: 80px;
	border-radius: 20px;
	overflow: hidden;
}
.download_img img{
	width: 100%;
	height: 100%;
}
.download_left{
	float: left;
	width: 297px;
	color: #888;
	font-size: 12px;
	line-height: 26px;
	padding: 10px 28px;
}
.download_left h1{
	color: #0a0204;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
}
.download_txt{
	float: left;
	width: 630px;
	color: #888;
	font-size: 12px;
	line-height: 26px;
	height: 52px;
	margin-top: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.download_icon{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 40px;
	right: 20px;
}
.download_icon img{
	width: 100%;
	height: 100%;
}


/* 公司简介 */
.about_box{
	padding: 178px 0 46px;
}
.about{
	color: #222;
	font-size: 14px;
	line-height: 30px;
	text-align: justify;
}


/* 客户服务 */
.service_box{
	width: 100%;
}
.service_pic{
	float: left;
	width: 360px;
	height: 270px;
	overflow: hidden;
}
.service_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service_r{
	float: left;
	width: calc(100% - 360px);
	padding-left: 30px;
}
.service_r h1{
	color: #0a0204;
	font-size: 30px;
	font-weight: bold;
	line-height: 52px;
	margin-bottom: 20px;
}
.service_txt{
	color: #555;
	font-size: 18px;
	line-height: 38px;
	text-align: justify;
}
.ser_tit{
	color: #0a0204;
	font-size: 36px;
	font-weight: bold;
	line-height: 50px;
	padding-top: 70px;
}
.ser_list{
	width: 100%;
}
.ser_top{
	color: #222;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	padding: 24px 40px 24px 0;
	border-bottom: solid 1px #ccc;
	position: relative;
	cursor: pointer;
}
.ser_top em{
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/ser_03.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 8px;
}
.ser_list li.on .ser_top{
	color: #7fa04b;
}
.ser_list li.on em{
	background: url(../images/ser_04.png) no-repeat;
	background-size: 100% 100%;
}
.ser_con{
	padding: 39px 0 12px;
	display: none;
}
.ser_pic{
	float: left;
	width: 320px;
	height: 240px;
	overflow: hidden;
}
.ser_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ser_right{
	float: left;
	width: calc(100% - 320px);
	padding: 5px 0 0 28px;
	color: #555;
	font-size: 18px;
	line-height: 32px;
	text-align: justify;
}
.ser_right h1{
	font-size: 24px;
	line-height: 46px;
}


/* 工艺-混合技术 */
.youshi_tit{
	font-size: 24px;
	color: #0a0204;
	line-height: 62px;
}


/* 工艺-查找产品-1体积 */
.p01{
	padding: 178px 0 30px;
}
.p02{
	padding: 43px 0 50px;
}
.p03{
	padding: 65px 0 22px;
}
.find_box .title{
	margin: 0;
}
.grey{
	padding: 70px 0;
	background: #f5f5f5;
}
.typelist{
	width: 100%;
}
.typelist li{
	float: left;
	height: 60px;
	margin-right: 20px;
	position: relative;
	transition: all .6s ease;
	overflow: hidden;
}
.typelist a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	display: none;
}
.typelist .line{
	margin-top: 55px;
    background: #ccc;
    width: 50px;
    height: 5px;
    display: block;
}
.typelist .text{
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #7fa04b;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	left: -100%;
	top: 0;
	transition: all .6s ease;
}
.typelist li.active{
	width: 200px;
}
.typelist li.active .line{
	display: none;
}
.typelist li.active .text{
	left: 0;
}
.typelist li:hover:not(.active, .active ~ li){
	width: 200px;
}
.typelist li:hover:not(.active, .active ~ li) .line{
	display: none;
}
.typelist li:hover:not(.active, .active ~ li) .text{
	left: 0;
}
.typelist li:hover:not(.active, .active ~ li) a{
	display: block;
}
.volume_tit{
	color: #222;
	font-size: 18px;
	line-height: 32px;
	font-weight: bold;
	margin-bottom: 25px;
}
.volume{
    width: 100%;
	padding-bottom: 20px;
}
.volume ul{
    margin-right: -11px;
    padding: 0;
}
.volume li{
    float: left;
    width: 140px;
    height: 210px;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
    margin: 0 11px 10px 0;
    list-style: none;
}
.volume_top{
    width: 100%;
    height: 106px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}
.volume_icon{
    width: 14px;
    height: 20px;
    position: relative;
}
.volume_icon img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}
.volume li:nth-child(2) .volume_icon{
    width: 16px;
    height: 22px;
}
.volume li:nth-child(3) .volume_icon{
    width: 17px;
    height: 24px;
}
.volume li:nth-child(4) .volume_icon{
    width: 18px;
    height: 26px;
}
.volume li:nth-child(5) .volume_icon{
    width: 20px;
    height: 28px;
}
.volume li:nth-child(6) .volume_icon{
    width: 22px;
    height: 30px;
}
.volume li:nth-child(7) .volume_icon{
    width: 24px;
    height: 32px;
}
.volume li:nth-child(8) .volume_icon{
    width: 26px;
    height: 34px;
}
.volume_icon .img02{
    opacity: 0;
    visibility: hidden;
}
.volume_dot{
    width: 20px;
    height: 20px;
    border: solid 1px #cdcdcd;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    z-index: 2;
}
.volume_dot::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #7fa04b;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s;
}
.volume_txt{
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    color: #222;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    bottom: 48px;
    z-index: 2;
}
.volume_bg{
    width: 100%;
    height: 100%;
    background: #7fa04b;
    position: absolute;
    top: 100%;
    left: 0;
    transition: all 0.6s;
    z-index: 1;
}
.volume_radio {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.volume_label {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative;
}
.volume_label:hover .volume_dot{
	border: solid 1px #fff;
}
.volume_label:hover .volume_bg {
    top: 0;
}
.volume_label:hover .volume_txt{
	color: #fff;
}
.volume_label:hover .img01 {
    opacity: 0;
    visibility: hidden;
}
.volume_label:hover .img02 {
    opacity: 1;
    visibility: visible;
}
/* .volume_radio:checked ~ .volume_label .volume_dot{
	border: solid 1px #fff;
}
.volume_radio:checked ~ .volume_label .volume_bg {
    top: 0;
}
.volume_radio:checked ~ .volume_label .volume_txt{
	color: #fff;
}
.volume_radio:checked ~ .volume_label .img01 {
    opacity: 0;
    visibility: hidden;
}
.volume_radio:checked ~ .volume_label .img02 {
    opacity: 1;
    visibility: visible;
}
.volume_radio:checked ~ .volume_label .volume_dot::after {
    opacity: 1;
} */
.volume li.on .volume_dot{
	border: solid 1px #fff;
}
.volume li.on .volume_bg{
    top: 0;
}
.volume li.on .volume_txt{
	color: #fff;
}
.volume li.on .img01{
    opacity: 0;
    visibility: hidden;
}
.volume li.on .img02{
    opacity: 1;
    visibility: visible;
}
.volume li.on .volume_dot::after{
    opacity: 1;
}
.volume li.unselected{
    border: solid 1px #ff0000;
}
.volume li.on{
	border: transparent;
}
.page_box{
	width: 100%;
	padding-top: 20px;
}
.page_up{
	float: left;
	width: 200px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #222;
	font-size: 18px;
	font-weight: bold;
	border: solid 1px #ccc;
	background: #fff;
	z-index:5;
	position:relative;
	overflow:hidden;
}
.page_up a{
	display: block;
	position: relative;
	z-index: 2;
}
.page_up::before {
	position: absolute;
	display: block;
	content: '';
	background: #ccc;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 0;
	z-index: 1;
	overflow: hidden;
	transition: all 0.6s;
}
.page_up:hover::before {
	height: 100%;
}
.page_next{
	float: right;
	width: 200px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background: #7fa04b;
	transition: all 0.6s;
}
.page_next:hover{
	background: #6b9031;
}
.page_next a{
	display: block;
}
.page_txt{
	float: right;
	width: 40%;
	text-align: right;
	line-height: 60px;
	color: #222;
	font-size: 18px;
	font-weight: bold;
	padding: 0 24px;
}


/* 工艺-查找产品-2处理 */
.machine{
	width: 100%;
}
.machine ul{
	margin-right: -30px;
}
.machine li{
	float: left;
	width: 380px;
	margin: 0 30px 20px 0;
}
.machine_pic{
	width: 100%;
	height: 208px;
	border: solid 1px #ccc;
	overflow: hidden;
}
.machine_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.machine_titbg{
	width: 100%;
	height: 60px;
	padding: 0 10px 0 55px;
	background: #f5f5f5;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.machine_tit{
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #222;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	z-index: 2;
}
.machine_tit a{
	display: block;
}
.machine_titbg:hover .machine_tit{
	color: #fff;
}
.machine_titbg::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #7fa04b;
    transition: height 0.3s ease;
    z-index: 1;
}
.machine_titbg:hover::before {
    height: 100%;
}
.machine li .volume_dot{
    left: 25px;
    transform: translateX(0);
    top: 50%;
	transform: translateY(-50%);
}
.machine_txt{
	padding-left: 20px;
}
.machine_txt ul{
	margin: 0;
}
.machine_txt li{
	float: none;
	color: #555;
	font-size: 16px;
	line-height: 28px;
	margin: 0;
	list-style-type:disc;
}
.machine_radio {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.machine_label {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative;
}
.machine_label:hover .volume_dot{
	border: solid 1px #fff;
}
/* .machine_radio:checked ~ .machine_label .volume_dot{
	border: solid 1px #fff;
}
.machine_radio:checked ~ .machine_label .machine_tit{
	color: #fff;
}
.machine_radio:checked ~ .machine_label .machine_titbg{
    background: #7fa04b;
}
.machine_radio:checked ~ .machine_label .volume_dot::after {
    opacity: 1;
} */
.machine li.on .volume_dot{
	border: solid 1px #fff;
}
.machine li.on .machine_tit{
	color: #fff;
}
.machine li.on .machine_titbg{
    background: #7fa04b;
}
.machine li.on .volume_dot::after{
    opacity: 1;
}
.machine li.unselected .machine_titbg{
    border: solid 1px #ff0000;
}


/* 工艺-查找产品-3机器应用 */
.app_box{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.app_con{
	float: left;
	width: 350px;
}
.app_con:last-child .app_arrow{
	display: none;
}
.app_top{
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 28px;
}
.app_top img{
	width: 90px;
	height: 90px;
	margin: 0 auto 18px;
}
.app_top h1{
	color: #222;
	font-size: 36px;
	line-height: 56px;
}
.app_arrow{
	width: 39px;
	height: 20px;
	position: absolute;
	top: 24px;
	right: -65px;
}
.app_arrow img{
	width: 100%;
	height: 100%;
	margin: 0;
}
.app_cl{
	width: 100%;
	margin-bottom: 28px;
}
.app_cl h1{
	color: #222;
	font-size: 18px;
	line-height: 42px;
}
.app_ms01{
	width: 100%;
	height: 120px;
	border: solid 1px #ccc;
	padding: 5px 10px;
	color: #222;
	font-size: 16px;
	line-height: 28px;
}
.app_ms02{
	width: 100%;
	height: 80px;
	border: solid 1px #ccc;
	padding: 5px 10px;
	color: #222;
	font-size: 16px;
	line-height: 28px;
}
.app_group{
	width: 100%;
	padding: 14px 0 22px;
}
.app_group li{
	color: #222;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 28px;
}
.app_group li:last-child{
	margin: 0;
}
.app_group input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.app_group label {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.app_group label::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-right: 15px;
    transition: all 0.3s;
}
.app_group input[type="checkbox"]:checked + label::before {
    background: url(../images/gy_12.png) no-repeat;
	background-size: 100% 100%;
	border: 1px solid #7fa04b;
}


/* 工艺-查找产品-4过程 */
.p04{
	padding: 40px 0 50px;
}
.process_con{
    padding: 30px 0;
    border-bottom: solid 1px #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.process_con:last-child{
    border-bottom: none;
}
.process_txt{
    width: 570px;
    color: #222;
    font-size: 18px;
    line-height: 32px;
}
.process_right{
    width: 600px;
}
.process_btn{
    float: left;
    width: 30%;
    height: 60px;
    position: relative;
    display: block;
    border: none;
    margin-right: 5%;
    cursor: pointer;
}
.process_btn:nth-child(3){
    margin-right: 0;
}
.process_choose{
	width: 100%;
	height: 60px;
    line-height: 60px;
    background: #f5f5f5;
    position: relative;
}
.process_choose .text{
    color: #222;
    font-size: 18px;
    padding-left: 62px;
    position: relative;
    z-index: 3;
}
.process_choose::before {
    position: absolute;
    display: block;
    content: '';
    background: #7fa04b;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 0;
    z-index: 1;
    overflow: hidden;
    transition: all 0.6s;
}
.process_choose:hover::before,
.process_btn input[type="radio"]:checked + .process_choose::before {
    height: 100%;
}
.process_choose:hover .text,
.process_btn input[type="radio"]:checked + .process_choose .text {
    color: #fff;
}
.process_btn input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
/* .process_btn input[type="radio"]:checked + .process_choose .control_dot::after {
    opacity: 1;
} */
.process_btn.on .process_choose::before {
    height: 100%;
}
.process_btn.on .process_choose .text {
    color: #fff;
}
.process_btn.on .control_dot::after {
    opacity: 1;
}
.process_con.unselected .process_btn .process_choose {
    border: 1px solid #ff0000;
}


.temperature_box {
	width: 100%;
	height: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.temperature_left {
	width: 10%;
	line-height: 30px;
	color: #222;
	font-size: 18px;
}
.temperature_right {
	width: 10%;
	line-height: 30px;
	text-align: right;
	color: #222;
	font-size: 18px;
}
.temperature_line {
	width: 80%;
	height: 5px;
	background: #f5f5f5;
	position: relative;
}
.temperature_range {
	position: absolute;
	height: 100%;
	background: #7fa04b;
}
.temperature_handle {
	position: absolute;
	width: 10px;
	height: 30px;
	background: #7fa04b;
	top: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	z-index: 2;
}
.temperature_handle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 2px;
    height: 22px;
    background-color: #fff
}
.temperature_value {
	position: absolute;
	top: -25px;
	left: 50%;
	font-size: 14px;
	color: #222;
	transform: translateX(-50%);
	white-space: nowrap;
}


/* 工艺-查找产品-5装备 */
.p05{
	padding: 74px 0 50px;
}
.shebie_box{
	margin-bottom: 30px;
}
.shebie_pic{
	float: left;
	width: 588px;
	height: 408px;
	border: solid 1px #ccc;
	overflow: hidden;
	margin-top: 7px;
}
.shebie_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.shebie_right{
	float: left;
	width: calc(100% - 588px);
	padding-left: 20px;
}
.shebie_tit{
	color: #222;
	font-size: 36px;
	line-height: 48px;
	font-weight: bold;
	padding-left: 24px;
	margin-bottom: 10px;
}
.shebie_line{
	padding: 30px 0 30px 28px;
	border-bottom: solid 1px #f5f5f5;
	display: flex;
	align-items: center;
}
.shebie_txt{
	width: 150px;
	line-height: 36px;
	color: #222;
	font-size: 24px;
}
.shebie_r{
	float: right;
	width: 390px;
}
.shebie_radio{
	width: 180px;
	height: 60px;
	padding-left: 62px;
	background: #f5f5f5;
	position: relative;
}
.shebei_label{
	width: 100%;
    height: 60px;
}
.shebei_label::before {
    position: absolute;
    display: block;
    content: '';
    background: #7fa04b;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 0;
    z-index: 1;
    overflow: hidden;
    transition: all 0.6s;
}
.shebei_label:hover::before {
    height: 100%;
}
.shebei_label .text{
    width: 100%;
    line-height: 60px;
    color: #222;
    font-size: 18px;
    position: relative;
    z-index: 3;
    transition: color 0.3s;
}
.shebei_label:hover .text{
	color: #fff;
}
.shebei_input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
/* .shebei_input:checked + .shebei_label::before {
    height: 100%;
}
.shebei_input:checked + .shebei_label .text {
    color: #fff;
}
.shebei_input:checked + .shebei_label .control_dot::after {
    opacity: 1;
} */
.shebie_radio.on .shebei_label::before {
    height: 100%;
}
.shebie_radio.on .shebei_label .text {
    color: #fff;
}
.shebie_radio.on .shebei_label .control_dot::after {
    opacity: 1;
}
.shebie_line.unselected .shebie_radio{
    border: 1px solid #ff0000;
}

.peijian_tit{
	color: #222;
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
}
.peijian_grou {
    width: 100%;
}
.peijian_grou ul {
    margin-right: -20px;
}
.peijian_grou li {
    float: left;
    width: 590px;
    height: 60px;
    color: #222;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    background: #f5f5f5;
    padding-left: 20px;
    margin: 0 20px 20px 0;
    position: relative;
    transition: all 0.6s;
}
.peijian_grou li:last-child {
    margin: 0;
}
.peijian_bg {
    width: 100%;
    height: 0;
    background: #7fa04b;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.6s;
}
.peijian_grou li:hover .peijian_bg {
    height: 100%;
}
.peijian_grou li:hover {
    color: #fff;
}
.peijian_grou li input[type="checkbox"]:checked ~ .peijian_bg {
    height: 100%;
}
.peijian_grou li input[type="checkbox"]:checked ~ label {
    color: #fff;
}
.peijian_grou li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.peijian_grou li label {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.peijian_grou li label::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-right: 15px;
    transition: all 0.3s;
}
.peijian_grou li input[type="checkbox"]:checked + label::before {
    background: url(../images/gy_14.jpg) no-repeat;
    background-size: 100% 100%;
    border: 1px solid #fff;
}


/* 工艺-查找产品-6控制 */
.p06{
	padding: 74px 0 60px;
}
.control_box{
	width: 100%;
	padding-bottom: 40px;
}
.control_header{
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    background: #7fa04b;
    font-weight: bold;
	padding-right: 60px;
}
.control_basic{
	width: 234px;
	text-align: center;
}
.control_price{
	width: 286px;
	text-align: center;
}
.control_table{
	width: 100%;
}
.control_table li{
	padding: 14px 60px 14px 0;
	line-height: 32px;
	color: #222;
	font-size: 18px;
	font-weight: bold;
	border-bottom: solid 1px #f5f5f5;
	display: flex;
	align-items: center;
}
.control_txt{
	width: 620px;
}
.control_bot{
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.control_bot .volume_tit{
	float: left;
	width: 700px;
	margin: 0;
}
.control_group{
	float: right;
	width: 390px;
}
.control_con{
	width: 180px;
    height: 60px;
    padding-left: 62px;
    background: #f5f5f5;
    position: relative;
    cursor: pointer;
}
.control_radio{
    width: 100%;
    height: 60px;
}
.control_radio::before {
    position: absolute;
    display: block;
    content: '';
    background: #7fa04b;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 0;
    z-index: 1;
    overflow: hidden;
    transition: all 0.6s;
}
.control_radio:hover::before {
    height: 100%;
}
.control_radio .text{
    width: 100%;
    line-height: 60px;
    color: #222;
    font-size: 18px;
    position: relative;
    z-index: 3;
    transition: color 0.3s;
}
.control_radio:hover .text{
	color: #fff;
}
.control_dot{
    width: 20px;
    height: 20px;
    border: solid 1px #cdcdcd;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    z-index: 2;
}
.control_dot::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #7fa04b;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s;
}
.radio-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
/* .radio-input:checked + .control_radio::before {
    height: 100%;
}
.radio-input:checked + .control_radio .text {
    color: #fff;
}
.radio-input:checked + .control_radio .control_dot::after {
    opacity: 1;
} */
.control_con.on .control_radio::before {
    height: 100%;
}
.control_con.on .control_radio .text {
    color: #fff;
}
.control_con.on .control_radio .control_dot::after {
    opacity: 1;
}
.control_bot.unselected .control_con{
    border: 1px solid #ff0000;
}


/* 工艺-查找产品-7您的信息 */
.p07{
	padding: 50px 0;
}
.m20{
	width: 100%;
	margin-bottom: 20px;
}
.inf_flx{
	display: flex;
	justify-content: space-between;
}
.int_w590{
	width: 590px;
}
.int_w280{
	width: 280px;
}
.int_w290{
	width: 290px;
}
.int_tit{
	color: #222;
	font-size: 18px;
	line-height: 50px;
	font-weight: bold;
}
.int_tit span{
	color: #ce0000;
}
.int_inp{
	width: 100%;
	height: 60px;
	line-height: 58px;
	color: #222;
	font-size: 16px;
	border: solid 1px #ccc;
	padding-left: 20px;
}
.int_other{
	width: 100%;
	height: 180px;
	line-height: 30px;
	border: solid 1px #ccc;
	padding: 10px 20px;
	color: #222;
	font-size: 16px;
}
.int_inp.unselected{
    border: 1px solid #ff0000;
}


/* 工艺-查找产品-8提交完成 */
.submit_box{
	width: 100%;
	text-align: center;
	padding: 60px 0 25px;
}
.submit_box img{
	width: 490px;
	margin: 0 auto 40px;
}
.submit_box h1{
	color: #222;
	font-size: 30px;
	line-height: 44px;
}


/* 详情 */
.show_picbox{
	width: 100%;
	display: flex;
    flex-wrap: wrap;
	margin-bottom: 18px;
}
.show_pic{
	width: 31.33%;
	margin: 0 3% 20px 0;
}
.show_pic img{
	width: 100%;
}
.show_pic:nth-child(3){
	margin: 0 0 20px 0;
}
.show{
	color: #0a0204;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 27px;
}
.show span{
	font-size: 16px;
	line-height: 30px;
}
.show_tt{
	color: #0a0204;
	font-size: 16px;
	line-height: 30px;
}