<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wp {width: 1200px;margin: 0 auto;}
*{font-family: "微软雅黑";box-sizing: border-box;}

/* 头部 */
#web_head{border-bottom: 1px solid rgba(0,0,0,0.1);box-shadow: 0 3px 3px rgba(0, 0, 0,0.1);}
#web_head .top{height: 82px;line-height: 82px;}
#web_head .top .logo{float: left;}
#web_head .top .logo img{vertical-align: middle;}
#web_head .top .right{float: right;}
#web_head  .top .seach{position: relative;height: 40px;line-height: 40px;margin-top: 20px;float: left;}
#web_head  .top .seach input{width: 250px;height: 40px;border-radius: 50px;border: 1px solid #d6d6d6;padding: 0 18px;font-size: 12px;
	outline: none;
}
#web_head  .top .seach span{display: block;position: absolute;height: 40px;width: 40px;background-image: url(../images/top_icon1.png);
	background-position: center center;background-repeat: no-repeat;right: 0;top:0;cursor: pointer;
}
#web_head  .top .login_con{font-size: 0;float: left;margin-left: 60px;line-height: 32px;margin-top: 24px;}
#web_head  .top .login_con a{font-size: 12px;color: #fff;display: inline-block;width: 76px;height: 32px;text-align: center;line-height: 32px;}
#web_head  .top .login_con a:hover{text-decoration: underline;}
#web_head  .top .login_con a.login_btn{background-color: #f79900;}
#web_head  .top .login_con a.register_btn{background-color: #555555;}
#web_head  .top .cnanden{float: left;margin-left: 28px;}
#web_head  .top .cnanden a{font-size: 14px;color: #333;}
#web_head  .top .cnanden a.on{color: #f79900;}
#web_head  .top .cnanden em{font-size: 14px;color: #333;margin: 0 5px;}
#web_head .head_nav{height: 60px;border-top: 1px solid #efefef;position: relative;z-index: 99;}
#web_head .head_nav .item{width: 11.1111111%;float: left;}
#web_head .head_nav .item .nav_one{line-height: 60px;text-align: center;}
#web_head .head_nav .item .nav_one a{font-size: 14px;color: #000;vertical-align: middle;}
#web_head .head_nav .item.on .nav_one a,#web_head .head_nav .item:hover .nav_one a{color: #f79900;}
#web_head .head_nav .item .nav_one i{display: inline-block;width: 10px;height: 6px;background-image: url(../images/top_icon4.png);vertical-align: middle;
	margin-left: 8px;display: none;
}
#web_head .head_nav .item.item_down .nav_one i{display: inline-block;}
#web_head .head_nav .item.item_down:hover .nav_one i{background-image: url(../images/top_icon5.png);}

#web_head .head_nav .item .nav_two{position: absolute;width: 100%;left: 0;top: 100%;text-align: center;background-color: #fff;line-height: 68px;
	border-top: 1px solid #efefef;display: none;z-index: 90;
}
#web_head .head_nav .item .nav_two a{font-size: 14px;color: #000;margin: 0 25px;}
#web_head .head_nav .item .nav_two a:hover{text-decoration: underline;}
#web_head .head_nav .item.item_down:hover .nav_two{display: block;box-shadow: 0 3px 3px rgba(0, 0, 0,0.1);}

#web_head .top .login_con2{float: left;width: 140px;background-color: #f3f3f3;margin-left: 28px;padding: 0 15px;position: relative;
	background-image: url(../images/icon7.png);background-repeat: no-repeat;background-position: right 15px center;
}
#web_head .top .login_con2 img{vertical-align: middle;}
#web_head .top .login_con2 span{font-size: 14px;color: #333;vertical-align: middle;margin-left: 5px;display: inline-block;width: 3em;
	text-overflow: ellipsis;white-space: nowrap;cursor: pointer;overflow: hidden;
}
#web_head .top .login_con2 .login_con_down{position: absolute;width: 100%;top:100%;left: 0;background-color: #fff;box-shadow: 0 3px 5px rgba(0,0,0,0.2);
	z-index: 100;padding: 12px 0;display: none;
}
#web_head .top .login_con2 .login_con_down a{display: block;width: 100%;padding: 0 20px;line-height: 40px;font-size: 12px;color: #333;}
#web_head .top .login_con2 .login_con_down a:hover{background-color: #e9e9e9;}
#web_head .top .login_con2:hover .login_con_down{display: block;}
#web_head_mm{display: none;}
#web_head_mm .right_nav .nav span{font-size: 16px;color: #333;cursor: pointer;}
#web_head_mm .right_nav .nav em{font-size: 16px;color: #999;margin: 0 5px;}

/* 登录弹窗 */
.oh{overflow: hidden;}
#login_pop{position: fixed;width: 100%;height: 100%;left: 0;top:0;z-index: 999;display: none;}
#login_pop .bg{position: absolute;width: 100%;height: 100%;left: 0;top:0;background-color: rgba(0,0,0,0.4);}
#login_pop .pop_con{position: absolute;background-color: #fff;padding-top: 38px;padding-bottom: 50px;padding-left: 60px;padding-right: 60px;border-radius: 5px;
	top:50%;left: 50%;transform: translate(-50%, -50%);
}
#login_pop .pop_con h4{font-size: 24px;color:#000;font-weight: normal;}
#login_pop .pop_con .item{margin-top: 20px;}
#login_pop .pop_con .item span{color: #e22001;font-size: 16px;margin-right: 10px;display: inline-block;width: 8px;}
#login_pop .pop_con .item input.txt{width: 350px;height: 48px;border: 1px solid #dbdbdb;padding: 0 10px;outline: none;border-radius: 5px;font-size: 14px;}
#login_pop .pop_con .item.item_btn{margin-top: 30px;}
#login_pop .pop_con .item input.btn{width: 350px;height: 50px;background-color: #f79900;color: #fff;border-radius: 5px;border: none;outline: none;cursor: pointer;
	font-size: 16px;
}
#login_pop .pop_con .item input.btn:hover{opacity: 0.8;}
#login_pop .pop_con .item p{font-size: 12px;color: #999;}
#login_pop .pop_con .item a{font-size: 12px;color: #f79900;}
#login_pop .pop_con .item a:hover{text-decoration: underline;}
#login_pop .pop_con .close{position: absolute;top:20px;right:20px;cursor: pointer;}
#login_pop .pop_con .item label{display: inline-block;width: 350px;font-size: 12px;color: #999;}
#login_pop .pop_con .item label input{vertical-align: middle;margin-right: 3px;}




/* 首页 */
.index_banner{width: 100%;overflow: hidden;position: relative;}
.index_banner img{vertical-align: middle;max-width: 100%;}
.index_banner .banner_pagination{text-align: center;bottom:10px !important;position: absolute;z-index: 9;}
.index_banner .banner_pagination span{outline: none;background-color: #fff;opacity: 0.6;}
.index_banner .banner_pagination span.swiper-pagination-bullet-active{background-color: #f79900;opacity: 1;}

.index_one{overflow: hidden;margin-top: 45px;}
.index_one .index_product{width: 48%;float: left;}

.index_title{font-size: 24px;color: #000;padding-bottom:15px;border-bottom: 1px solid #000;position: relative;}
.index_title a{font-size: 12px;color: #777;float: right;margin-top: 10px;font-weight: normal;}
.index_title a:hover{text-decoration: underline;}
.index_title .type_tit{position: absolute;right: 0;top:40%;transform: translateY(-50%);}
.index_title .type_tit a{float: left;width: 90px;height: 33px;display: inline-block;text-align: center;line-height: 33px;}
.index_title .type_tit a.on{background-color: #f79900;color: #fff;}
.index_title .type_tit a.on:hover{text-decoration: none;}

.index_one .index_product .list_con .item:nth-child(n+7){display: none;}



.index_one .index_product .item{margin-top: 12px;}
.index_one .index_product .index_title{margin-bottom: 28px;}
.index_one .index_product .item .tit{line-height: 45px;height: 45px;background-color: #ebebeb;padding-left: 40px;position: relative;cursor: pointer;}
.index_one .index_product .item .tit span{font-size: 16px;color: #000;}
.index_one .index_product .item .tit i{position: absolute;width: 45px;height: 45px;background-image: url(../images/index_i1.png);background-repeat: no-repeat;
	background-position: center center;top:0;right: 20px;
}
.index_one .index_product .item .text{padding-left: 185px;display: none;overflow: hidden;margin-top: 25px;margin-bottom: 28px;} 
.index_one .index_product .item .text .pic{width: 185px;height: 138px;margin-left: -185px;float: left;background-size:cover;}
.index_one .index_product .item .text .txt{padding-left: 27px;font-size: 0;}
.index_one .index_product .item .text .txt p{font-size: 14px;color: #000;line-height: 1.8;height: 50px;overflow: hidden;}
.index_one .index_product .item .text .txt a{display: inline-block;width: 33.3333%;color: #f79900;font-size: 12px;margin: 3px 0;}
.index_one .index_product .item .text .txt a:hover{text-decoration: underline;}
.index_one .index_product .item .text .txt a.more{color: #666;margin-top: 6px;margin-bottom: 0;}
.index_one .index_product .item.on .tit{background-color: #f79900;}
.index_one .index_product .item.on .tit span{color: #fff;}
.index_one .index_product .item.on .tit i{background-image: url(../images/index_i2.png);}

.index_one .index_product .item2{margin-top: 12px;}
.index_one .index_product .item2 a{line-height: 45px;height: 45px;background-color: #ebebeb;padding-left: 40px;position: relative;cursor: pointer;display: block;
	text-align: center;font-size: 16px;color: #000;
}
.index_one .index_product .item2 a:hover{text-decoration: underline;}
.index_one .index_service{width: 48%;float: right;}
.index_one .index_service .item{margin-top: 28px;padding-left: 255px;overflow: hidden;}
.index_one .index_service .item .pic{width: 255px;height: 170px;float: left;margin-left: -255px;position: relative;overflow: hidden;}
.index_one .index_service .item .pic .img{position: absolute;width: 100%;height: 100%;background-size: cover;background-repeat: no-repeat;background-position: center center;
	transition: .3s;left: 0;top:0;
}
.index_one .index_service .item:hover .pic .img{transform: scale(1.1);transition: .3s;}

.index_one .index_service .item .text{padding-left: 30px;padding-top: 22px;}
.index_one .index_service .item .text h5{font-size: 18px;color: #000;font-weight: normal;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;cursor: pointer;}
.index_one .index_service .item .text h5:hover{text-decoration: underline;}
.index_one .index_service .item .text p{font-size: 14px;color: #999;line-height: 1.8;margin-top: 15px;height: 75px;overflow: hidden;}
.index_one .index_service .index_service_list .item:nth-child(2){padding-left: 0;padding-right: 255px;}
.index_one .index_service .index_service_list .item:nth-child(2) .pic{float: right;margin-left: 0;margin-right: -255px;}
.index_one .index_service .index_service_list .item:nth-child(2) .text{float: left;padding-left: 0;padding-right: 30px;}

.index_case{margin-top: 60px;}
.index_case .index_case_list{margin-top: 30px;overflow: hidden;margin-left: -16px;font-size: 0;}
.index_case .index_case_list .item{width: 25%;float: left;padding-left: 16px;}
.index_case .index_case_list .item a{display: block;overflow: hidden;}
.index_case .index_case_list .item .pic{padding-top: 66.66666%;overflow: hidden;position: relative;}
.index_case .index_case_list .item .pic .img{position: absolute;width: 100%;height: 100%;background-size: cover;background-repeat: no-repeat;background-position: center center;
	transition: .3s;left: 0;top:0;
}
.index_case .index_case_list .item:hover .pic .img{transform: scale(1.1);transition: .3s;}

.index_case .index_case_list .item .text{text-align: center;padding: 20px 40px;}
.index_case .index_case_list .item .text h5{font-size: 18px;color: #000;font-weight: normal;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.index_case .index_case_list .item .text p{font-size: 14px;color: #666;margin-top: 5px;line-height: 1.7;height: 46px;overflow: hidden;}
.index_case .index_case_list .item:hover .text{background-color: #f79900;}
.index_case .index_case_list .item:hover .text h5{color: #fff;}
.index_case .index_case_list .item:hover .text p{color: #fff;}
.index_case .index_case_more{padding: 70px 0;text-align: center;}
.index_case .index_case_more a{display: inline-block;width: 190px;height: 47px;line-height: 47px;font-size: 14px;color: #999;border: 1px solid #dbdbdb;
	transition: .3s;
}
.index_case .index_case_more a:hover{background-color: #f79900;color: #fff;border: 1px solid #f79900;transition: .3s;}

.index_num{background-color: #eee;padding: 90px 0;text-align: center;}
.index_num h4{font-size: 22px;color: #000;}
.index_num p{font-size: 14px;color: #666;margin-top: 25px;line-height: 1.8;}
.index_num .num{background-color: #fff;padding: 40px 0;overflow: hidden;margin-top: 50px;}
.index_num .num .item{width: 25%;float: left;border-right: 1px solid #dbdbdb;}
.index_num .num .item span{display: block;color: #999;}
.index_num .num .item span b{font-size: 40px;color: #000;margin-right: 5px;}
.index_num .num .item em{color: #999;font-size: 12px;}
.index_num .num .item:last-child{border-right: none;}










/* 底部 */
#web_food{background-color: #444444;padding-top: 60px;padding-bottom: 60px;overflow: hidden;}
#web_food .left{float: left;padding-right: 80px;border-right: 1px solid #6b6b6b;}
#web_food .left dl{margin-right: 60px;float: left;}
#web_food .left dt{font-size: 16px;color: #fff;margin-bottom: 13px;}
#web_food .left dd{margin: 8px 0;}
#web_food .left dd a{font-size: 14px;color: #fff;}
#web_food .left dd a:hover{text-decoration: underline;}

#web_food .right{float: right;}

#web_food .right p{font-size: 16px;color: #fff;margin-bottom: 12px;}
#web_food .right p span{font-size: 12px;}
#web_food .right p em{font-size: 12px;margin: 0 10px;}
#web_food .right .code{margin-top: 60px;}
#web_food .right .item{float: left;margin-right: 60px;}
#web_food .right .item span{display: block;text-align: center;font-size: 12px;color: #e0e0e0;margin-top: 10px;}
#web_food_copy{line-height: 65px;background-color: #393939;text-align: center;}
#web_food_copy p{font-size: 12px;color: #888;}
#web_food_copy a{font-size: 12px;color: #888;margin-left: 8px;}
#web_food_copy a:hover{text-decoration: underline;}
/* 关于我们 */
.n_banner{text-align: center;display: none;}
.n_banner img{vertical-align: middle;max-width: 100%;}

.about_num{background-color: #fff;border-bottom: 1px solid #dbdbdb;}
.about_num .num{padding-bottom: 0;}
.about_num p{margin-top: 0;}

.er_nav{border-bottom: 1px solid #dbdbdb;height: 64px;line-height: 64px;}

.er_nav .left{float: left;}
.er_nav .left a{margin-right: 50px;font-size: 14px;color: #000;height: 64px;display: inline-block;}
.er_nav .left a:hover{color: #f79900;}
.er_nav .left a.on{color: #f79900;border-bottom: 2px solid #f79900;}
.er_nav .right{float: right;} 
.er_nav .right img{vertical-align: middle;margin-right: 5px;}
.er_nav .right a{font-size: 12px;color: #999;vertical-align: middle;}
.er_nav .right a:hover{text-decoration: underline;}
.er_nav .right em{font-size: 12px;color: #999;margin: 0 5px;vertical-align: middle;}
.er_nav .right span{font-size: 12px;color: #999;vertical-align: middle;}

.about_us{padding-bottom: 65px;}
.about_us .item{margin-top: 65px;display: flex;justify-content : space-between;align-items : center;}
.about_us .item .text{width: 47%;}
.about_us .item .text h5{font-size: 20px;font-weight: normal;color: #000;margin-bottom: 25px;}
.about_us .item .text p{font-size: 14px;color: #000;line-height: 1.8;}
.about_us .item .pic{width: 47%;}
.about_us .item .pic img{max-width: 100%;}

.about_culture{padding: 65px 0;background-color: #f8f8f8;}

.nei_title{text-align: center;}
.nei_title h4{font-size: 20px;color: #000;font-weight: normal;}
.about_culture .culture_top{margin-top: 40px;overflow: hidden;margin-left: -20px;}
.about_culture .culture_top .item{width: 33.33333%;float: left;padding-left: 20px;}
.about_culture .culture_top .item img{max-width: 100%;}
.about_culture .culture_top .item p{font-size: 16px;color: #333;margin-top: 10px;}
.about_culture .culture_bottom{margin-top: 40px;}
.about_culture .culture_bottom img{max-width: 100%;}
.about_culture .culture_bottom p{font-size: 16px;color: #333;margin-top: 10px;}


/* 发展历程 */
.about_course{margin-top: 30px;}
.about_course .item{background-color: #f8f8f8;padding: 16px;margin-bottom: 20px;padding-left: 271px;overflow: hidden;} 
.about_course .item .pic{width: 255px;height: 190px;background-size: cover;background-position: center center;background-repeat: no-repeat;
	margin-left: -255px;float: left;
}
.about_course .item .text{padding-left: 40px;padding-right: 30px;}
.about_course .item .text h5{font-size: 20px;color: #333;font-weight: normal;margin-top: 25px;}
.about_course .item .text p{font-size: 14px;color: #333;margin-top: 15px;line-height: 1.8;}
.list_more{text-align: center;padding: 60px;padding-bottom: 90px;}
.list_more a {display: inline-block;width: 190px;height: 47px;line-height: 47px;font-size: 14px;color: #999;border: 1px solid #dbdbdb;}
.list_more a:hover{text-decoration: underline;}

/* 主营项目 */
.about_work{padding-top: 50px;padding-bottom: 80px;}
.nei_title p{font-size: 14px;color: #666;margin-top: 15px;max-width: 670px;display: inline-block;line-height: 1.8;}
.about_work .work_pic{margin-top: 30px;}
.about_work .work_pic img{vertical-align: middle;max-width: 100%;}

.about_work_list{margin-top: 50px;}
.about_work_list .list{overflow: hidden; margin-left: -20px;}
.about_work_list .list .item{width: 25%;float: left;margin-top: 30px;}
.about_work_list .list .item .con{margin-left: 20px;}
.about_work_list .list .item .text{text-align: center;padding: 20px;}
.about_work_list .list .item .text h6{font-size: 18px;font-weight: normal;color: #333;}
.about_work_list .list .item .text p{font-size: 14px;color: #666;line-height: 1.8;margin-top: 5px;}


/* 合护之家 */
.about_active{overflow: hidden;margin-left: -25px;} 
.about_active .item{width: 25%;float: left;margin-top: 30px;}
.about_active .item .con{margin-left: 25px;}
// .about_active .item .con:hover{opacity: 0.8;}
.about_active .item .con .pic{padding-top: 75%;overflow: hidden;position: relative;}
.about_active .item .con .pic .img{position: absolute;width: 100%;height: 100%;background-size: cover;background-repeat: no-repeat;background-position: center center;
	transition: .3s;left: 0;top:0;
}
.about_active .item .con:hover .pic .img{transform: scale(1.1);transition: .3s;}


.about_active .item .con .text{padding-right: 65px;margin-top: 18px;position: relative;}
.about_active .item .con .text h5{font-size: 16px;color: #000;font-weight: normal;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.about_active .item .con .text p{font-size: 14px;color: #999;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-top: 5px;}
.about_active .item .con .text .icon{position: absolute;top:0;right: 0;width: 45px;height: 50px;text-align: center;background-image: url(../images/more.png);
	background-repeat: no-repeat;background-position: center center;border-left: 1px solid #f0f0f0;
}
#page{margin-top: 70px;margin-bottom: 90px;text-align: center;}
#page span{cursor: pointer;padding: 9px 14px;font-size: 13px;color: #000;border: 1px solid #f2f2f2;margin: 0 6px;background-color: #fff;}
#page span.cur,#page span:hover{background-color: #f79900;border: 1px solid #f79900;color: #fff;}

.case_data{padding: 80px 125px;background-color: #fff;position: relative;z-index: 9;}
.case_data .title h4{text-align: center;font-size: 26px;color: #000;font-weight: normal;}
.case_data .title p{font-size: 14px;color: #000;margin-top: 25px;line-height: 1.7;}
.case_data .case_data_pic{padding: 0 95px;margin-top: 45px;position: relative;}
.case_data .case_data_swiper{width: 100%;overflow: hidden;}
.case_data .case_data_swiper .swiper-wrapper{}
.case_data .case_data_pic .about-button-left{left:0px;width: 47px;height: 47px;background-image: url(../images/ll3.png);top:42%;display: block;color: #fff;position: absolute;
  margin-top: -23px;cursor: pointer;outline: none;
}
.case_data .case_data_pic .about-button-right {right:0px;width: 47px;height: 47px;background-image: url(../images/rr3.png);top:42%;display: block;color: #fff;position: absolute;
    margin-top: -23px;cursor: pointer;outline: none;
}
.case_data .case_data_pic .about-pagination{text-align: center;margin-top: 20px;}
.case_data .case_data_pic .about-pagination span{margin: 0 3px;outline: none;background-color: #d8d8d8;opacity: 1;}
.case_data .case_data_pic .about-pagination span.swiper-pagination-bullet-active{background-color: #3a3a3a;}
.back_btn{text-align: center;margin-top: 60px;}
.back_btn a{display: inline-block;width: 160px;height: 48px;line-height: 48px;font-size: 12px;color: #fff;background-color: #939393;}
.back_btn a:hover{opacity: 0.8;}

/* 产品与服务 */
.er_nav2{height: 64px;line-height: 64px;position: relative;}
.er_nav2 .right{float: right;} 
.er_nav2 .right img{vertical-align: middle;margin-right: 5px;}
.er_nav2 .right a{font-size: 12px;color: #999;vertical-align: middle;}
.er_nav2 .right a:hover{text-decoration: underline;}
.er_nav2 .right em{font-size: 12px;color: #999;margin: 0 5px;vertical-align: middle;}
.er_nav2 .right span{font-size: 12px;color: #999;vertical-align: middle;}



.n_seach{max-width: 770px;margin: 0 auto;padding: 50px 0;padding-right: 145px;}
.n_seach .fill{}
.n_seach a.btn{display: block;width: 127px;height: 56px;text-align: center;line-height: 55px;background-color: #f79900;
	border-radius: 5px;font-size: 16px;color: #fff;float: right;margin-right: -145px;
}
.n_seach a.btn:hover{opacity: 0.8;}
.n_seach .fill .left{float: left;padding: 7px;border-radius: 5px;border: 1px solid #d8d8d8;width: 100%;
	padding-left: 142px;font-size: 0;
}
.n_seach .fill .left select{height: 40px;width: 135px;border: none;background-color: #f3f3f3;border-radius: 5px;padding-left: 8px;outline: none;
	font-size: 14px;color: #808080;margin-left: -135px; 
}
.n_seach .fill .left input{width: 100%;height: 40px;border: none;outline: none;font-size: 14px;color: #808080;padding: 0 20px;}
.n_seach .mass{margin-top: 20px;}
.n_seach .mass span{font-size: 14px;color: #999;}
.n_seach .mass a{font-size: 14px;color: #666;margin-right: 15px;}
.n_seach .mass a:hover{text-decoration: underline;}

.product_nav{text-align: center;}
.product_nav a{font-size: 16px;color: #000;margin: 0 60px;padding: 0 12px;padding-bottom: 18px;display: inline-block;}
.product_nav a:hover{color: #f79900;}
.product_nav a.on{color: #f79900;border-bottom: 2px solid #f79900;}

.product_type_one{background-color: #f4f4f4;padding-top: 30px;padding-bottom: 75px;}
.product_type_one .list{overflow: hidden;margin-left: -20px;}
.product_type_one .list .item{width: 33.33333%;float: left;margin-bottom: 30px;}
.product_type_one .list .item .con{background-color: #fff;margin-left: 25px;padding: 20px;}
.product_type_one .list .item .pic{padding-top: 75%;background-repeat: no-repeat;background-position: center center;background-size: cover;}
.product_type_one .list .item .text{padding-top: 20px;}
.product_type_one .list .item .text h5{text-align: center;font-size: 16px;color: #333;font-weight: normal;overflow: hidden;text-overflow: ellipsis;white-space: nowrap}
.product_type_one .list .item .text p{font-size: 14px;color: #666666;line-height: 1.7;text-align: center;height: 46px;overflow: hidden;}
.product_type_one .list .item .text .type{font-size: 0;height: 72px;overflow: hidden;margin-top: 6px;}
.product_type_one .list .item .text .type a{display: inline-block;width: 33.3333%;font-size: 12px;color: #f79900;margin: 3px 0;}
.product_type_one .list .item .text .type a:hover{text-decoration: underline;}
.product_type_one .list .item .text span{display: block;text-align: center;margin-top: 8px;}
.product_type_one .list .item .text span a{display: inline-block;font-size: 14px;color: #666;}
.product_type_one .list .item .text span a:hover{text-decoration: underline;}
.product_type_one .list .item .text span em{display: inline-block;font-size: 14px;color: #666;}
.product_type_one .list .item .text span em:hover{text-decoration: underline;}

.product_type_200422 .list .item{width: 20%;}

.product_type_brand .list .item{width: 20%;}
.product_type_brand .list .item .pic{padding-top: 33.33333%;}



.er_nav2 .left{float: left;}
.er_nav2 .left .item{float: left;padding: 0 20px;margin-right: 15px;}
.er_nav2 .left .item .tit{cursor: pointer;}
.er_nav2 .left .item .tit span{font-size: 16px;color: #333;vertical-align: middle;}
.er_nav2 .left .item .tit i{width: 10px;height: 6px;background-image: url(../images/top_icon4.png);vertical-align: middle;margin-left: 8px;display: inline-block;}
.er_nav2 .left .item:hover:hover{background-color: #f3f3f3;}
.er_nav2 .left .item:hover:hover span{color: #f79900;}
.er_nav2 .left .item:hover:hover i{background-image: url(../images/top_icon5.png);}
.er_nav2 .left .item:hover .product_down_nav{display: block;}
.er_nav2 .product_down_nav{position: absolute;width: 100%;background-color: #f3f3f3;left: 0;top:100%;padding-top: 15px;padding-bottom: 15px;display: none;
	box-shadow: 0 10px 10px rgba(0,0,0,0.2);z-index: 999;padding-bottom:40px;
}
.er_nav2 .product_down_nav .title{font-size: 0;border-bottom: 1px solid #dbdbdb;line-height: 1;height: 58px;}
.er_nav2 .product_down_nav .title span{padding: 0px 20px;display: inline-block;}
.er_nav2 .product_down_nav .title a{font-size: 16px;color: #333;display: inline-block;padding: 20px 0;}
.er_nav2 .product_down_nav .title a:hover{color: #f79900;border-bottom: 2px solid #f79900;}
.er_nav2 .product_down_nav .title a.on{color: #f79900;border-bottom: 2px solid #f79900;}
.er_nav2 .product_down_nav .type_con{overflow: hidden;line-height: 1;margin-left: -50px;display: none;}
.er_nav2 .product_down_nav .item2{width: 25%;float: left;padding-left: 50px;margin-top: 35px;}
.er_nav2 .product_down_nav .item2 dl{overflow: hidden;height:160px;}
.er_nav2 .product_down_nav .item2.item4 dl{overflow: hidden;height:auto;}
.er_nav2 .product_down_nav .item2 dt{font-size: 14px;color: #f79900;margin-bottom: 15px;}
.er_nav2 .product_down_nav .item2 dt a{color: #f79900;}
.er_nav2 .product_down_nav .item2 dt a:hover{text-decoration: underline;}
.er_nav2 .product_down_nav .item2 dd{width: 50%;float: left;margin: 7px 0;}
.er_nav2 .product_down_nav .item2 dd a{font-size: 12px;color: #333;}
.er_nav2 .product_down_nav .item2 dd a:hover{text-decoration: underline;}


.er_nav2_mm{height: 64px;line-height: 64px;display: none;}
.er_nav2_mm .left{}
.er_nav2_mm .left .item{float: left;padding: 0 20px;margin-right: 15px;}
.er_nav2_mm .left .item .tit{cursor: pointer;}
.er_nav2_mm .left .item .tit span{font-size: 16px;color: #333;vertical-align: middle;}
.er_nav2_mm .left .item .tit i{width: 10px;height: 6px;background-image: url(../images/top_icon4.png);vertical-align: middle;margin-left: 8px;display: inline-block;}

.product_type_two{padding-bottom: 20px;}
.product_type_two .list .item .text p{height: 23px;margin-top: 6px;}
.product_type_two .list .item:hover{opacity: .8;}
.product_type_two .list .item .text h5:hover{text-decoration: underline;}

.er_nav2 .product_down_nav .type_con2 .item2{margin-top: 15px;}

.product_type_one .list2 .item .con:hover{opacity: 0.7;} 


#chose_pop{position: fixed;width: 100%;height: 100%;left: 0;top:0;z-index: 99999;display: none;}
#chose_pop .bg{position: absolute;width: 100%;height: 100%;left: 0;top:0;background-color: rgba(0,0,0,0.6);}
#chose_pop .con{width: 80%;height: 100%;right: 0;top:0;background-color: #fff;position: absolute;}
#chose_pop .con .tit{height: 45px;background-color: #f2f2f2;width: 100%;font-size: 16px;line-height: 45px;padding: 0 12px;}

#chose_pop .con .butt{width: 100%;left: 0;bottom: 0;position: absolute;height:70px;padding: 0 12px;border-top: 1px solid #f2f2f2;
  padding-top: 14px;
}
#chose_pop .con .butt span{height: 40px;width: 45%;text-align: center;line-height:40px;border-radius: 3px;
  display: inline-block;font-size: 14px;float: right;
}
#chose_pop .con .butt span.none{background-color: #ddd;color: #333;}
#chose_pop .con .butt span.ok{background-color: #e22001;color: #fff;float: right;}
#chose_pop .con .cond{position: absolute;width: 100%;left: 0;top:0px;bottom: 75px;
  overflow-y: auto;padding-bottom:0px;
}
#chose_pop .con .cond a{display: inline-block;padding:5px 0px;background-color: #fff;color: #333;border-radius: 3px;
  font-size: 13px;margin:5px 0;width: 120px;text-align: center;border: 1px solid #bbb;cursor: pointer;
}
#chose_pop .con .cond a.on{background-color: #e22001;color: #fff;border: 1px solid #e22001;}
#chose_pop .con .cond .item{margin-top:10px;
  padding: 5px 18px;border-bottom: 1px solid #f2f2f2;padding-bottom: 10px;
}
#chose_pop .con .cond .item:last-child{border-bottom: none;}
#chose_pop .con .cond .item h5{font-size: 15px;color: #333;line-height: 25px;font-weight: normal;padding-left: 5px;}
#chose_pop .con .cond .item em{display: inline-block;margin:8px;padding:4px 12px;width: auto}








/* 产品详情 */
.product_data{padding-top: 40px;padding-bottom: 60px;border-top: 1px solid #e6e6e6;}
.product_data .product_data_top{overflow: hidden;}
.product_data .product_data_top .pic{float: left;width: 40%;position: relative;}
.product_data .product_data_top .pic .pic_data_swiper{width: 100%;overflow: hidden;}
.product_data .product_data_top .pic .pic_data_swiper img{width: 100%;}
.product_data .product_data_top .pic .about-button-left,
.product_data .product_data_top .pic .about-button-right{position: absolute;width: 35px;height: 35px;top:50%;transform: translateY(-50%);z-index: 9;
	background-position: center center;background-repeat: no-repeat;outline: none;cursor: pointer;
}
.product_data .product_data_top .pic .about-button-left{left: 15px;background-image: url(../images/ll1.png);}
.product_data .product_data_top .pic .about-button-left:hover{background-color: #f79900;background-image: url(../images/rr2.png);}
.product_data .product_data_top .pic .about-button-right{right: 15px;background-image: url(../images/ll2.png);}
.product_data .product_data_top .pic .about-button-right:hover{background-color: #f79900;background-image: url(../images/rr1.png);}
.product_data .product_data_top .text{width: 57%;float: right;padding-top: 20px;}
.product_data .product_data_top .text h1{font-size: 22px;color: #000;font-weight: normal;padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;margin-bottom: 25px;
}
.product_data .product_data_top .text p{margin-top: 10px;font-size: 14px;color: #666;}
.product_data .product_data_top .text .butt{margin-top: 50px;}
.product_data .product_data_top .text .butt a{display: inline-block;width: 160px;height: 50px;border-radius: 3px;text-align: center;
	line-height: 50px;font-size: 16px;margin-right: 15px;
}
.product_data .product_data_top .text .butt a img{vertical-align: middle;margin-right: 5px;}
.product_data .product_data_top .text .butt a em{vertical-align: middle;}
.product_data .product_data_top .text .butt a:hover{opacity: 0.6;}
.product_data .product_data_top .text .butt a.addcar{background-color: #f79900;color: #ffffff;}
.product_data .product_data_top .text .butt a.addmass{background-color: #ededed;color: #333;}
.product_data .product_data_mass{margin-top: 50px;}
.product_data .product_data_mass .tit{height: 52px;line-height: 52px;background-color: #f8f8f8;padding-left: 30px;}
.product_data .product_data_mass .tit p{font-size: 14px;color: #000;}
.product_data .product_data_mass .text{margin-top: 20px;}
.product_data .product_data_mass .text img{max-width: 100%;}

/* 解决方案 */
.product_type_solution{background-color: #fff;}
.product_type_solution .list{margin-left: -20px;}
.product_type_solution .list .item .con{padding: 0;margin-left: 20px;}
.product_type_solution .list .item .con:hover{opacity: 0.6;}
.product_type_solution .list .item .pic{padding-top: 67%;}
.product_type_one .list .item .text{padding-left: 20px;padding-right: 20px;} 
.product_type_one .list .item .text h5:hover{text-decoration: underline;}




 /* 新闻中心 */
.news_list{padding-bottom: 0px;}
.news_list .item{padding: 40px 0;overflow: hidden;padding-left: 360px;border-bottom: 1px solid #e6e6e6;}
.news_list .item:last-child{border-bottom: none;}
.news_list .item:hover{opacity: 0.8;}
.news_list .item .pic{width: 360px;height: 240px;background-size: cover;background-position: center center;float: left;margin-left: -360px;}
.news_list .item .text{padding-left:30px;padding-top: 25px;}
.news_list .item .text span{font-size: 14px;color: #000;margin-right: 35px;}
.news_list .item .text h4{font-size: 20px;color: #000;font-weight: normal;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-top: 12px;}
.news_list .item .text h4:hover{text-decoration: underline;}
.news_list .item .text p{font-size: 14px;color: #666;line-height: 24px;height:48px;overflow: hidden;margin-top: 22px;}
.news_list .item .text em{font-size: 14px;color: #f79900;margin-top: 8px;cursor: pointer;display: inline-block;}

.news_list200512 .item{padding: 20px 0;padding-left: 130px;}
.news_list200512 .item .pic{width: 130px;height: 98px;margin-left: -130px;}
.news_list200512 .item .text{padding-top: 0;padding-left: 18px;}
.news_list200512 .item .text em{display: none;}


.news_data{background-color: #fff;position: relative;z-index: 9;padding: 70px 95px;}
.news_data .title{text-align: center;border-bottom:1px solid #dbdbdb;padding-bottom: 32px;}
.news_data .title h4{font-size: 26px;color: #000;font-weight: normal;margin-bottom: 18px;}
.news_data .title span{font-size: 14px;color: #999;margin: 0 35px;}
.news_data .data{padding-top: 25px;}
.news_data .data p{font-size: 14px;color: #000;line-height: 1.8;margin-bottom: 15px;}
.news_data .data img{max-width: 100%;margin-bottom: 20px;}


/* 会员中心 */
.center_bg{background-color: #f3f3f3;padding-bottom: 100px;}
.er_nav .left p{font-size: 12px;color: #999;}
.er_nav .left p em{color: #f79900;}

.center_bg .er_nav{border-bottom: none;}
.center_con{padding-left: 240px;overflow: hidden;}
.center_con .left{width: 240px;margin-left: -240px;background-color: #fff;padding: 15px 20px;float: left;}
.center_con .left dt{width: 100%;padding-left: 30px;font-size: 16px;color: #666;line-height: 50px;}
.center_con .left dt img{vertical-align: middle;margin-right: 5px;}

.center_con .left dd a{width: 100%;padding-left: 30px;display: inline-block;height: 40px;line-height: 40px;font-size: 14px;color: #666;
	border-radius: 5px;
}
.center_con .left dd a:hover{text-decoration: underline;}
.center_con .left dd.on a{background-color: #f79900;color: #fff;}
.center_con .right{margin-left: 10px;background-color: #fff;padding: 0 30px;padding-bottom: 70px;}
.center_con .right h4{font-size: 14px;color: #333;font-weight: normal;line-height: 50px;padding-top: 5px;}
.center_con .right .center_table{width: 100%;text-align: center;}
.center_con .right .center_table th{font-size: 14px;color: #999;font-weight: normal;text-align: center;line-height: 48px;
	background-color: #ebebeb;border-top: 1px solid #dbdbdb;
}
.center_con .right .center_table td{line-height: 48px;font-size: 12px;color: #333;}
.center_con .right .center_table td a{color: #000;}
.center_con .right .center_table td a:hover{text-decoration: underline;}
.center_con .right .center_table tr:nth-child(2n-1){background-color: #fafafa;}
.center_con .right .center_table input.selectedId{width: 14px;height: 14px;}
.center_con .right .center_table .btn td{text-align: left;padding-left: 33px;}

.center_con .right .center_table input#selectall{vertical-align: middle;width: 14px;height: 14px;margin-right: 8px;}
.center_con .right .center_table span{font-size: 12px;color: #999;}
.center_con .btn_sbumit_center{text-align: right;margin-top: 40px;}
.center_con .btn_sbumit_center a{display: inline-block;width: 145px;height: 45px;text-align: center;line-height: 45px;background-color: #f79900;
	font-size: 14px;color: #fff;
}
.center_con .btn_sbumit_center a:hover{opacity: 0.8;text-decoration: underline;}
.center_con .center_mass{padding-left: 250px;padding-top: 45px;border-top: 1px solid #dbdbdb;}
.center_con .center_mass .item{margin-bottom: 5px;}
.center_con .center_mass em{display: block;font-size: 12px;color:#333;height: 35px;line-height: 35px;padding-left: 20px;}
.center_con .center_mass em img{vertical-align: middle;margin-right: 5px;}
.center_con .center_mass em b{vertical-align: middle;font-weight: normal;}
.center_con .center_mass span{display: inline-block;width: 18px;text-align: center;font-size: 16px;color: #cc0000;font-family: '宋体';}
.center_con .center_mass input{width: 335px;height: 50px;border-radius: 5px;padding: 0 8px;border: 1px solid #dbdbdb;outline: none;}
.center_con .center_mass .item_btn{margin-top: 25px;}
.center_con .center_mass .item_btn .ok_btn{width: 145px;height: 42px;line-height: 42px;background-color: #f79900;font-size: 14px;color: #fff;
	border: none;margin-left: 95px;cursor: pointer;
}
.center_con .center_mass .item_btn .ok_btn:hover{text-decoration: underline;opacity: 0.8;}
.center_con .center_list_data{overflow: hidden;border-top: 1px solid #dbdbdb;}
.center_con .center_list_data .item{width: 50%;float: left;margin-top: 30px;}
.center_con .center_list_data .item span{display: inline-block;width: 120px;text-align: right;font-size: 14px;color: #999;}
.center_con .center_list_data .item em{font-size: 14px;color: #333;}
.center_con .back_btn{margin-top: 50px;}
.center_con .back_btn a{background-color: #f79900;font-size: 14px;}

.center_con2{padding-left: 0;}
.center_con2 .right{margin-left: 0;padding-left: 0;padding-right: 0;}

.fill_shop_order{padding:0 160px;}
.title_order{margin-bottom: 35px;}
.title_order h3{font-size: 18px;color: #333;text-align: center;font-weight: normal;height: 75px;line-height: 80px;border-bottom: 1px solid #dbdbdb;}

.center_list_data2{overflow: hidden;border-top: 1px solid #dbdbdb;padding-top: 35px;}
.center_list_data2 .item{width: 50%;float: left;}
.center_list_data2 em{display: block;font-size: 12px;color:#333;height: 35px;line-height: 35px;padding-left: 20px;}
.center_list_data2 em img{vertical-align: middle;margin-right: 5px;}
.center_list_data2 em b{vertical-align: middle;font-weight: normal;}

.center_list_data2 span{display: inline-block;width: 18px;text-align: center;font-size: 16px;color: #cc0000;font-family: '宋体';}
.center_list_data2 input{width: 335px;height: 50px;border-radius: 5px;padding: 0 8px;border: 1px solid #dbdbdb;outline: none;}
.center_con .back_btn input{background-color: #f79900;font-size: 14px;display: inline-block;width: 160px;height: 48px;line-height: 48px;color: #fff;
	border: none;cursor: pointer;outline: none;
}
.center_con .back_btn input:hover{text-decoration: underline;opacity: 0.8;}

#success_pop{position: fixed;width: 100%;height: 100%;left: 0;top:0;z-index: 9999999;display: none;}
#success_pop .bg{position: absolute;width: 100%;height: 100%;left: 0;top:0;background-color: rgba(0,0,0,0.3);}
#success_pop .con{background-color: #fff;padding: 115px 290px;position: absolute;top:50%;left:50%;transform: translate(-50%, -50%);border-radius: 5px;
	text-align: center;
}
#success_pop .con h4{font-size: 16px;color: #333;font-weight: normal;margin: 20px 0;}
#success_pop .con p{font-size: 12px;color: #999;line-height: 25px;}
#success_pop .con a{width: 140px;height: 42px;display: inline-block;background-color: #f79900;line-height: 42px;margin-top: 45px;color: #fff;}
#success_pop .con a:hover{text-decoration: underline;opacity: 0.8;}

.product_type_yc .list .item .text p{height: 23px;margin-top: 8px;text-align: left;}
.product_type_yc .list .item .text h5{text-align: left;text-align: left;}
.product_type_yc .list .item .text h5:hover{text-decoration: none;}
.product_type_yc .list .item .text {text-align: left;padding-left: 0;position: relative;padding-right: 55px;}
.product_type_yc .list .item .text .down_btn{display: block;position: absolute;right: 0;top:38px;width: 25px;height: 25px;
	background-image: url(../images/icon_13.png);background-repeat: no-repeat;background-position: center center;background-size: contain;
}
.product_type_yc .list .item .text .down_btn:hover{background-image: url(../images/icon_14.png);}
.product_type_yc .list .item .text .down_btn img{max-width: 100%;}
.product_type_one .list .item .pic{position: relative;overflow: hidden;}
.product_type_yc .list .item .pic .img{position: absolute;width: 100%;height: 100%;left: 0;top:0}

.product_type_yc .list .item .pic .img{position: absolute;width: 100%;height: 100%;background-size: cover;background-repeat: no-repeat;background-position: center center;
	transition: .3s;left: 0;top:0;
}
.product_type_yc .list .item:hover .pic .img{transform: scale(1.1);transition: .3s;}


.product_type_sample .list .item{width: 33.33333%;}
.product_type_sample .list .item .con{padding-left: 200px;overflow: hidden;}
.product_type_sample .list .item .pic{width: 180px;height: 135px;float: left;margin-left: -180px;padding-top: 0;}
.product_type_sample .list .item .pic .img{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-size: cover;background-position: center;background-repeat: no-repeat;
	
}
.product_type_sample .list .item .text h5{height: 54px;overflow: hidden;white-space:normal;}
.product_type_sample .list .item .text p{display: none;}
.product_type_sample .list .item .text{padding-left: 20px;}
.product_type_sample .list .item .text{text-align: center;}
.product_type_sample .list .item .text .down_btn{display: inline-block;height: 25px;margin-top: 20px;padding-left: 30px;font-size:14px;color:#333;
	background-image: url(../images/icon_13.png);background-repeat: no-repeat;background-position: left center;background-size: contain;
}


.about_us2{padding: 50px 0;}
.about_us2 .item{margin-top: 0;}
.about_us3{background-color: #f8f8f8;}
.about_us3 .pic{float: left;}
.about_us3 .text{float: right;}
.about_us2 .item .text p.p1{color: #999;margin-bottom: 8px;}
.about_us2 .item .text p b{font-weight: normal;color: #000;}

.er_nav_center_mm{display: none;}
.index_case_nei{overflow: hidden;padding-bottom: 40px;margin-top: 0;}
.index_case_nei .item{margin-bottom: 25px;}






















</pre></body></html>