﻿@charset "utf-8";
/*当页面小于992px的时执行下面的CSS*/
@media screen and (max-width: 992px){
/*分类菜单*/
.fl_menu{width:100%; height:60px; border-bottom: 1px solid #eee;}
.menu_fl {width:99%; height:60px; margin:0 auto; display: -webkit-box;/*启用横列布局*/ overflow-x: scroll;/*裁剪内容提供滚动条*/}
.menu_fl::-webkit-scrollbar{width:0; height:0; display: none;}/*去掉滚动条*/
.menu_fl li { line-height:60px; margin-right:23px; text-transform:Uppercase}
.menu_fl li a{display:block; font-size:0.14rem; color:#8b8a8a; font-weight:400; position:relative}
.menu_fl li a:after{content: ""; width:0px; height:3px; background-color:#dc7f04; position:absolute; left:0; bottom:10px; transition:all 0.5s;}
.menu_fl li:hover a,.menu_fl li.active a,.menu_fl li:hover a:after,.menu_fl li.active a:after{text-decoration:none; color:#dc7f04; width:100%;}

/*关于我们菜单*/
.about_menu {width:100%; height:55px; margin:0 auto; margin-top:20px; display:flex; display: -webkit-flex; /*启用弹性布局*/ flex-direction:row;/*从左到右排*/}
.about_menu li {width:100%; height:55px; line-height: 55px; font-size: 18px; text-align: center; background: #f4f4f4; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.about_menu li a {display: block; color: #a8a8a8;}
.about_menu li:hover {background: url(../images/p16-icon6.png) no-repeat bottom center #0059b5;}
.about_menu li:hover a{color:#fff; }
.about_menu li.active a{color:#fff; background: url(../images/p16-icon6.png) no-repeat bottom center #0059b5;}

/*标题*/
.title_202110{width:100%; height:0.4rem; line-height:0.4rem; margin:0 auto; margin-top:10px; text-indent:26px; color:#FFF; background: #f1f4f8; border-radius:4px; position:relative}
.title_202110:before{content: ""; width:10px; height:0.36rem; background-color:#E8340C; position:absolute; left:0; top:0; border-radius:4px 0 0 4px; }
.title_202110 a{ color:#666; margin-right:10px;}
.title_202110 a:hover{ color:#dd0000}
.title_202110 a+a:before{ padding-right:10px; color:#999999; content: "/";}

/*以下是主体部分*/
.left_right{margin-top:20px;}
.left_right .l_left{width:100%; height:auto;
	border-style: solid;
	border-width: 3px 0 0;
	border-color: #f38c04;
	box-shadow: 0px 0px 11px -5px rgba(0,0,0,.5);
	border-radius:5px;
	padding:20px;
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
}
.left_right .l_right{width:100%; height:auto; margin-top:30px}

/*产品大小类*/
.ul_pro{ width:100%; height:auto}
.ul_pro li{ width:100%; height:auto;}
.ul_pro li h4{ font-size:0.16rem; font-weight:600; color:#666666; line-height:0.45rem; text-indent:0.2rem; border-bottom:1px solid #F0F0F0; position:relative}
.ul_pro li h4:before{content: ""; width:5px; height:23px; background-color:#dd0000; position:absolute; left:0px; top:11px;}
.ul_pro li h4 a{ display:block}
.ul_pro li+li{ margin-top:10px}
.ul_pro li.active h4{ background-color:#F6F6F6}

.pro_dl{ width:100%; height:auto}
.pro_dl dd{width:100%; height:auto; line-height:0.45rem; display:block; text-indent:0.4rem; background:url(../img/jt.jpg) no-repeat 26px center;}
.pro_dl dd a{display:block; font-size:0.14rem}
.pro_dl dd+dd{ border-top:1px solid #F5F5F5}
.pro_dl dd.active { background-color:#F6F6F6}
/*产品大小类end*/

/*产品详情*/
.box_pro{
	height:auto;
    padding:10px;
    overflow: hidden;
	border-radius:10px;
    border:1px solid #eee;
}
.box_pro .title_202110{ margin-top:0!important}

/*产品view*/
.proview{ width:100%; height:auto; overflow:hidden; margin-top:15px; }
.proview .l{width:100%; height:auto}
.proview .r{width100%; height:auto;}
.proview .r p{line-height:0.4rem; font-size:0.18rem; text-align:center; margin-top:10px}
.proview .r span{ display:none}

/*会员注册找回密码*/
.regpaw{width:100%; height:auto; margin:0 auto; overflow:hidden; margin-top:20px}
.regpaw li{width:100%; height:0.4rem; line-height:0.4rem; text-align:center; background-color:#F3F3F3; border-radius:5px;}
.regpaw li+li{ margin-top:10px}
.regpaw li a{ display:block; color:#333; font-size:0.12rem}
.regpaw li em{margin-right:10px}

/*新闻图片分类*/
.fenlei_box{width:100%; height:auto; background: #f1f4f8;}
.fl_menu_u1{overflow:hidden}
.fl_menu_u1 li{float:left; height:0.5rem; line-height:0.5rem;  text-align:center; }
.fl_menu_u1 li a{display: block; font-weight:400; font-size:0.15rem; color:#333333; padding:0 15px;}
.fl_menu_u1 li:hover a,.fl_menu_u1 li.active a{color:#000000; font-weight:bold; background-color:#FFFFFF}

/*产品详情标题*/
.product_list{height:0.45rem; line-height:0.45rem; background-color:#f3f3f3; margin-top:30px; font-size:0.16rem; font-weight:bold; text-indent:30px; position:relative;}
.product_list:before{content: ""; width:5px; height:0.25rem; background-color:#E8340C; position:absolute; left:10px; top:10px}

.Message{height:0.45rem; line-height:0.45rem; background-color:#E8340C; margin-top:30px; font-size:0.16rem; font-weight:bold; text-indent:30px; position:relative; color:#FFF}
.Message:before{content: ""; width:5px; height:25px; background-color:#fff; position:absolute; left:10px; top:10px}

.inquiry{width:100%; height:auto; margin-top:10px}
.inquiry i{ color:#F00}

/*弹性布局产品*/
.prolist{
	width:100%;
	height:auto;
	margin-top:20px;
	display:flex;/*启用弹性布局*/
	display: -webkit-flex; /*启用弹性布局,Webkit内核的浏览器*/
	flex-direction:row;/*项目的排列方向,从左到右排*/
	-webkit-flex-direction:row;/*项目的排列方向,从左到右排*/
	flex-wrap:wrap;/*一行排不下则换行，第一行在上方*/
	-webkit-flex-wrap:wrap;/*一行排不下则换行，第一行在上方*/
	justify-content:space-between;/*在主轴上的对齐方式,两端对齐，项目之间的间隔都相等*/
	-webkit-flex-justify-content:space-between;/*在主轴上的对齐方式,两端对齐，项目之间的间隔都相等*/
}
.prolist li{width:49%; height:auto; margin-bottom:0.15rem;}
.prolist li span{display:block; width:100%; height:auto; overflow:hidden;}
.prolist li span img{width:100%; height:auto;}
.prolist li p{ width:95%; height:auto; margin:0 auto; margin-top:6px; text-align: center; font-size:0.12rem; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.prolist li a{ display:block}
/*产品框_end*/

/*相关图片*/
.pic_xg{width:100%; height:auto; margin-top:20px;
	display:flex;/*启用弹性布局*/
	display: -webkit-flex; /*启用弹性布局,Webkit内核的浏览器*/
	flex-direction:row;/*项目的排列方向,从左到右排*/
	-webkit-flex-direction:row;/*项目的排列方向,从左到右排*/
	flex-wrap:wrap;/*一行排不下则换行，第一行在上方*/
	-webkit-flex-wrap:wrap;/*一行排不下则换行，第一行在上方*/
	justify-content:space-between;/*在主轴上的对齐方式,两端对齐，项目之间的间隔都相等*/
	-webkit-flex-justify-content:space-between;/*在主轴上的对齐方式,两端对齐，项目之间的间隔都相等*/
}
.pic_xg li{width:49%; height:auto; margin-bottom:15px; position:relative; border:1px solid #EBEBEB}
.pic_xg li img{display:block; width:100%; height:auto;}
.pic_xg li span{display:block; position:absolute; left:0; bottom:0; color:#FFF; width:100%; height:0.35rem; line-height:0.35rem; background:rgba(0,0,0,0.4); z-index:1; font-size:0.12rem; text-align:center; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
/*相关图片_end*/

/*相关产品前6个*/
.pro_tj{width:100%; height:auto; overflow:hidden; margin-top:30px; }
.pro_tj li{float:left; width:48%; height:auto; margin-right:4%; margin-bottom:15px; position: relative; border:1px solid #EBEBEB; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.pro_tj li img{display:block; width:100%; height:100%; max-width:100%;}
.pro_tj li h2{ position:absolute; left:0; bottom:0; right:0; height:0.35rem; line-height:0.35rem; color:#FFF; text-align:center; font-size:0.12rem; font-weight:100; background-color:#333; opacity: 0.7; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis; padding:0 10px}
.pro_tj li:hover h2{ background-color:#000}
.pro_tj li:nth-of-type(2n+0){margin-right:0px;}
/*产品前6个end*/

/*标题专用*/
.view_title{ width:100%; height:0.5rem; line-height:0.5rem; background: #f1f4f8;}
.view_title a{ color:#666; margin-right:10px;}
.view_title a:hover{ color:#dd0000}
.view_title a+a:before{ padding-right:10px; color:#999999; content: "/";}

/*产品框*/
.box_product{
	width:100%;
	height:auto;
	margin-top:10px;
	display:flex;/*启用弹性布局*/
	display: -webkit-flex; /*启用弹性布局,Webkit内核的浏览器*/
	flex-direction:row;/*项目的排列方向,从左到右排*/
	-webkit-flex-direction:row;/*项目的排列方向,从左到右排*/
	flex-wrap:wrap;/*一行排不下则换行，第一行在上方*/
	-webkit-flex-wrap:wrap;/*一行排不下则换行，第一行在上方*/
	justify-content:space-between;/*在主轴上的对齐方式,两端对齐，项目之间的间隔都相等*/
	-webkit-flex-justify-content:space-between;/*在主轴上的对齐方式,两端对齐，项目之间的间隔都相等*/
}
.box_product li{width:48.5%; height:auto; margin-bottom:0px;}
.box_product li span{display:block; width:100%; height:auto; overflow:hidden;}
.box_product li span img{width:100%; height:auto;}
.box_product li p{color:#002469; padding:0.15rem; text-align:center; font-size:0.14rem; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.box_product li:hover p{color:#ff6a00}
/*产品框_end*/

/*联系我们*/
.l_r{width: 100%; height:auto; margin-top:20px; overflow:hidden;}
.l_r .l{width:100%; height:auto; background: #71b543; padding:35px; color:#FFF}
.l_r .l h3{ font-size:0.3rem; font-weight:bold}

.l_r .r{width:100%; height:auto; margin-top:30px}
.l_r .r h4{font-size:24px; font-weight:bold; margin-bottom:15px}
.l_r .r i{ color:#FF0000}

}

/*当页面大于992px时候*/
@media screen and (min-width:992px){
/*分类菜单*/
.fl_menu{width:100%; height:80px; border-bottom: 1px solid #eee;}
.menu_fl {width:100%; height:80px; text-align:left; overflow:hidden;}
.menu_fl li {display:inline-block; line-height:80px; margin-right:30px; text-transform:Uppercase}
.menu_fl li a{display:block; font-size:16px; color:#8b8a8a; font-weight:400; position:relative}
.menu_fl li a:after{content: ""; width:0px; height:3px; background-color:#dc7f04; position:absolute; left:0; bottom:17px; transition:all 0.5s;}
.menu_fl li:hover a,.menu_fl li.active a,.menu_fl li:hover a:after,.menu_fl li.active a:after{text-decoration:none; color:#dc7f04; width:100%;}

/*标题*/
.title_202110{width:100%; height:40px; margin:0 auto; line-height:40px; margin-top:20px; text-indent:26px; color:#FFF; background: #f1f4f8; border-radius:4px; position:relative}
.title_202110:before{content: ""; width:10px; height:40px; background-color:#E8340C; position:absolute; left:0; top:0; border-radius:4px 0 0 4px; }
.title_202110 a{ color:#666; margin-right:10px;}
.title_202110 a:hover{ color:#dd0000}
.title_202110 a+a:before{ padding-right:10px; color:#999999; content: "/";}

/*关于我们菜单*/
.about_menu {width:100%; height: 55px; margin:0 auto; margin-top:20px; display:flex; display: -webkit-flex; /*启用弹性布局*/ flex-direction:row;/*从左到右排*/}
.about_menu li {width:100%; height:55px; line-height: 55px; font-size: 18px; text-align: center; background: #f4f4f4; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.about_menu li a {display: block; color: #a8a8a8;}
.about_menu li:hover {background: url(../images/p16-icon6.png) no-repeat bottom center #0059b5;}
.about_menu li:hover a{color:#fff; }
.about_menu li.active a{color:#fff; background: url(../images/p16-icon6.png) no-repeat bottom center #0059b5;}

/*用于左右分开，左侧用于分类*/
.left_right{margin-top:10px; overflow:hidden; padding:4px}
.left_right .l_left{
	float:left;
	width:23%;
	height:auto;
	border-style: solid;
	border-width: 3px 0 0;
	border-color: #f38c04;
	box-shadow: 0px 0px 11px -5px rgba(0,0,0,.5);
	border-radius:5px;
	padding:20px;
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
	margin-top:40px;
}
.left_right .l_right{float:right; width:75%; height:auto;}

/*产品大小类*/
.ul_pro{ width:100%; height:auto}
.ul_pro li{ width:100%; height:auto;}
.ul_pro li h4{ font-size:16px; font-weight:600; color:#666666; line-height:45px; text-indent:20px; border-bottom:1px solid #F0F0F0; position:relative}
.ul_pro li h4:before{content: ""; width:5px; height:23px; background-color:#dd0000; position:absolute; left:0px; top:11px;}
.ul_pro li h4 a{ display:block}
.ul_pro li+li{ margin-top:10px}
.ul_pro li.active h4{ background-color:#F6F6F6}

.pro_dl{ width:100%; height:auto}
.pro_dl dd{width:100%; height:auto; line-height:45px; display:block; text-indent:40px; background:url(../img/jt.jpg) no-repeat 26px center;}
.pro_dl dd a{display:block}
.pro_dl dd+dd{ border-top:1px solid #F5F5F5}
.pro_dl dd.active { background-color:#F6F6F6}
/*产品大小类end*/

/*产品view*/
.proview{ width:100%; height:auto; overflow:hidden; margin-top:15px; }
.proview .l{ float:left; width:55%; height:auto}
.proview .r{ float:right; width:41%; height:300px; position:relative}
.proview .r p{line-height:40px; font-size:18px;}
.proview .r span{ display:block; font-size:14px; margin-top:15px}

/*会员注册找回密码*/
.regpaw{position:absolute; left:0; bottom:0; width:100%; height:auto; margin:0 auto; overflow:hidden; }
.regpaw li{float:left; width:50%; height:40px; line-height:40px; text-align:center;  color:#FFFFFF}
.regpaw li:nth-of-type(odd) {border-bottom-left-radius:20px; border-top-left-radius:20px; background:#F7F7F7}
.regpaw li:nth-of-type(even) {border-top-right-radius:20px; border-bottom-right-radius:20px; background:#EBEBEB}
.regpaw li a{ display:block; color:#333; font-size:12px}
.regpaw li em{margin-right:10px}

/*图片新闻分类*/
.fenlei_box{width:100%; height:auto; background: #f1f4f8;}
.fl_menu_u1{overflow:hidden}
.fl_menu_u1 li{float:left; height:60px; line-height:60px; text-align:center;}
.fl_menu_u1 li a{display: block; font-size:16px; color:#333333; padding:0 45px;}
.fl_menu_u1 li:hover a,.fl_menu_u1 li.active a{color:#000000; font-weight:bold; background-color:#FFFFFF}

/*产品详情标题*/
.product_list{height:45px; line-height:45px; background-color:#f3f3f3; margin-top:30px; font-size:18px; font-weight:bold; text-indent:30px; position:relative;}
.product_list:before{content: ""; width:5px; height:25px; background-color:#E8340C; position:absolute; left:10px; top:10px}

.Message{height:45px; line-height:45px; background-color:#E8340C; margin-top:30px; font-size:18px; font-weight:bold; text-indent:30px; position:relative; color:#FFF}
.Message:before{content: ""; width:5px; height:25px; background-color:#fff; position:absolute; left:10px; top:10px}

.inquiry{width:100%; height:auto; margin-top:15px}
.inquiry i{ color:#F00}

/*弹性布局产品*/
.prolist{
	width:100%;
	height:auto;
	margin-top:40px;
	display:flex;/*启用弹性布局*/
	display: -webkit-flex; /*启用弹性布局,Webkit内核的浏览器*/
	flex-direction:row;/*项目的排列方向,从左到右排*/
	-webkit-flex-direction:row;/*项目的排列方向,从左到右排*/
	flex-wrap:wrap;/*一行排不下则换行，第一行在上方*/
	-webkit-flex-wrap:wrap;/*一行排不下则换行，第一行在上方*/
}
.prolist li{width:31%; height:auto; margin-bottom:40px; background-color:#FFF; box-shadow: 0 0 15px #eee; margin-right:3.5%}
.prolist li:nth-of-type(3n+0){margin-right:0px;}
.prolist li span{display:block; width:100%; height:auto; overflow:hidden; position:relative; display: flex; justify-content: center;}
.prolist li span img{width:100%; height:auto;}
.prolist li p{ width:95%; height:auto; margin:0 auto; line-height:40px; text-align: center; font-size:14px; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.prolist li a{ display:block}
.prolist li span:after{
	  content:"";
	  width:0px;
	  height:100%;
	  position:absolute;
	  transform:skew(45deg);
	  background:rgba(255,255,255,0.2);
	  z-index:9999;
	  transition: all 1s;
}
.prolist li:hover span:after{width:700px;}
/*产品框_end*/

/*相关图片,图片详情下面*/
.pic_xg{
	width:100%;
	height:auto;
	margin-top:20px;
	display:flex;/*启用弹性布局*/
	display: -webkit-flex; /*启用弹性布局,Webkit内核的浏览器*/
	flex-direction:row;/*项目的排列方向,从左到右排*/
	-webkit-flex-direction:row;/*项目的排列方向,从左到右排*/
	flex-wrap:wrap;/*一行排不下则换行，第一行在上方*/
	-webkit-flex-wrap:wrap;/*一行排不下则换行，第一行在上方*/
	justify-content:space-between;/*在主轴上的对齐方式,两端对齐，项目之间的间隔都相等*/
	-webkit-flex-justify-content:space-between;/*在主轴上的对齐方式,两端对齐，项目之间的间隔都相等*/
}
.pic_xg li{width:23.5%; height:auto; margin-bottom:20px; text-align:center; position:relative; border:1px solid #EBEBEB}
.pic_xg li img{display:block; width:100%; height:auto;}
.pic_xg li p{ position:absolute; left:0; top:100%; width:100%; height:100%; background:rgba(0,0,0,0.4); transition: 0.5s all ease}
.pic_xg li:hover p{top:0; }
.pic_xg li span{ display:block; position:absolute; left:0; bottom:0; color:#FFF; width:100%; height:50px; line-height:50px; background:rgba(0,0,0,0.4); z-index:1; font-size:12px; transition: 0.5s all ease; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.pic_xg li:hover span{bottom:43%; background:none;}
/*相关图片_end*/

/*相关产品前5个*/
.pro_tj{width:100%; height:auto; margin-top:26px; display:flex; display: -webkit-flex; /*启用弹性布局*/ flex-direction:row;/*从左到右排*/}
.pro_tj li{width:100%; height:auto; position: relative; margin-right:10px; border:1px solid #EBEBEB; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.pro_tj li img{display:block; width:100%; height:auto}
.pro_tj li h2{ position:absolute; left:0; bottom:0; right:0; height:35px; line-height:35px; color:#FFF; text-align:center; font-size:12px; font-weight:100; background-color:#333; opacity: 0.7; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis; padding:0 10px}
.pro_tj li:hover h2{ background-color:#000}
.pro_tj li:last-child{ margin-right:0}
/*产品前5个end*/

/*标题专用*/
.view_title{ width:100%; height:60px; line-height:60px; background: #f1f4f8;}
.view_title a{ color:#666; margin-right:10px;}
.view_title a:hover{ color:#dd0000}
.view_title a+a:before{ padding-right:10px; color:#999999; content: "/";}

/*产品框*/
.box_product{
	padding:10px;
	margin-top:7px;
	display:flex;/*启用弹性布局*/
	display: -webkit-flex; /*启用弹性布局,Webkit内核的浏览器*/
	flex-direction:row;/*项目的排列方向,从左到右排*/
	-webkit-flex-direction:row;/*项目的排列方向,从左到右排*/
	flex-wrap:wrap;/*一行排不下则换行，第一行在上方*/
	-webkit-flex-wrap:wrap;/*一行排不下则换行，第一行在上方*/
}
.box_product li{width:31%; height:auto; margin-bottom:40px; box-shadow: 0 0 10px 5px #d8d8d8; position:relative; margin-right:3.5%}
.box_product li:nth-of-type(3n+0){margin-right:0px;}
.box_product li span{display:block; width:100%; height:auto; overflow:hidden;}
.box_product li span img{width:100%; height:auto;}
.box_product li p{padding:20px; text-align:center; font-size:14px; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.box_product li:hover p{color:#ff6a00}
.box_product li:before{content: ""; position:absolute; bottom:-12px; width:100%; height:5px; background-color:#71b543; transition: 0.4s all ease}
.box_product li:hover:before{bottom:0px;}
/*产品框_end*/

/*联系我们*/
.l_r{width: 100%; height:auto; margin-top:40px; overflow:hidden;}
.l_r .l{float:left; width:36%; height:auto; background: #71b543; padding:35px; color:#FFF}
.l_r .l h3{ font-size:26px; font-weight:bold}

.l_r .r{float:right; width:50%; height:auto;}
.l_r .r h4{font-size:24px; font-weight:bold; margin-bottom:15px}
.l_r .r i{ color:#FF0000}

}