﻿@charset "utf-8";
/*当浏览器尺寸小于960px的时执行下面的CSS*/
@media screen and (max-width: 960px){
.top_head{ display:none}

.logo{ overflow:hidden}
.logo .l{height:auto; padding:12px; text-align:center}
.logo .l img{max-width:100%; height:auto;}
.logo .r{width:100%; height:auto; overflow:hidden;}

/*首页菜单*/
.menu{width:100%; height:auto; overflow:hidden;}
.menu li{
	float: left;
	width:33.333333%;
	text-align: center;
	color: #fff;
	overflow: hidden;
	font-size: 0.16rem;
	height:0.43rem;
	line-height: 0.43rem;
	border-right: 1px solid #2cc090;
	border-bottom: 1px solid #2cc090;
	white-space: nowrap;/*规定段落中的文本不进行换行*/
	text-overflow: ellipsis;/*当文本溢出包含元素时显示省略符号来代表被修剪的文本。*/
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
	background:linear-gradient(to bottom,#21b384,#069f6e);
}
.menu li a{display: block; color: #fff;}
.menu li:nth-of-type(3n+0){border-right:0;}
.menu li:nth-of-type(n+4){border-bottom:0;}
.menu li:nth-of-type(n+7){border-bottom:0;}

/*通栏banner*/
.sub_banner{position:relative; }
.sub_banner img{ width:100%; height:auto; object-fit: cover;}
.sub_banner p{ position:absolute; top:0; left:0; width:100%; height:30px; box-shadow:inset 0px 15px 10px -15px #000;}

/*以下是主体部分*/
.boxbj{ background-color:#f6f6f6; padding-bottom:30px;}
.box_2021{ width:100%; height:auto;  }
.box_2021 .l{width:100%; height:auto; }
.box_2021 .r{width:100%; height:auto;}

/*左侧*/
.left_box{ width:100%; height:auto;}
.left_ul{ width:100%; height:auto; margin-top:20px;}
.left_ul li{width:100%; height:45px; line-height:45px; background-color:#fff; text-indent:35px;}
.left_ul li+li{ border-top:1px solid #CCCCCC}
.left_ul li a{display: block; font-size:16px; color:#000}
.left_ul li:hover a,.left_ul li.active a{color:#fff; background:#ff6a00 url(../images/j.png) no-repeat 15px center; }
.left_ul li:last-child{border-right:none}

.left_img{ display:none}

/*右侧*/
.right_title{ background:url(../images/load.png) no-repeat left center; height:50px; line-height:50px; font-size:0.14rem; text-indent:35px;}
.right_box{ width:100%; height:auto; background-color:#FFFFFF; padding-bottom:20px}


/*通用内容盒子*/
.content_box{width:100%; height:auto; overflow:hidden;}
.content_box h1{font-size:0.2rem; line-height:0.4rem; text-align:center; border-bottom:1px dotted #999999; color:#333}
.content_box .date{ font-size:0.12rem; padding-top:10px; text-align:center; color:#999999}
.content_box .date span{ padding-right:15px;}
.content_box .pic{width:100%; height:auto; text-align:center}
.content_box .pic img{max-width:100%; margin:20px 0}
.content_box .view_content{width:100%; height:auto; margin-top:10px;}
.content_box .view_content img{max-width:100%; display: block; margin:20px auto 1px auto !important;}

.product_list{height:0.36rem; border-bottom:1px solid #CCC; margin-top:15px;}
.product_list span{ font-size:0.16rem; font-weight:bold; line-height:0.36rem; position:relative;}
.product_list span:before{content: ""; width:150px; height:4px; background-color:#d13845; position:absolute; left:0; top:0.27rem}
/*通用内容盒子_end*/

/*产品框*/
.ul_product{ width:100%; height:auto; margin:0 auto; overflow:hidden}
.ul_product li{float:left; width:48%; height:auto; margin-right:4%; margin-bottom:10px; }
.ul_product li span{display:block; width:100%; height:100%; overflow:hidden; position:relative; }
.ul_product li span img{width:100%; height:100%; max-width:100%;}
.ul_product li span div{ position:absolute; width:100%; height:100%; border:1px solid #E7E7E7; z-index:1; transition: transform ease-in-out 0.5s; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.ul_product li:hover div{transform:scale(0.9,0.87); border:1px solid #fff;}
.ul_product li:nth-child(2n){margin-right:0;}
.ul_product li p{text-align: center; color: #282828; height:0.4rem; line-height:0.4rem; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
/*产品框_end*/

/*新闻*/
.ul_index_news{width:100%; height:auto;}
.ul_index_news li{width:100%; height:0.45rem; line-height:0.45rem; border-bottom:1px solid #f0f0f0; overflow:hidden; }
.ul_index_news li a{display:block;}
.ul_index_news li p{float:left; width:78%; height:auto; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis; }
.ul_index_news li i{float:right; display:block; width:19%; height:auto; text-align:right; }

/*相关图片*/
.pic_xg{width:100%; height:auto; margin-top:40px; overflow:hidden;}
.pic_xg li{float:left; text-align:center; width:48%; height:1.35rem; margin-right:4%; margin-bottom:15px;  position:relative; overflow:hidden; border:1px solid #EBEBEB}
.pic_xg li img{display:block; width:100%; height:100%; max-width:100%;}
.pic_xg li p{ position:absolute; left:0; top:1rem; 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; top:1rem; color:#FFF; width:100%; height:0.35rem; line-height:0.35rem; z-index:1; font-size:0.12rem; transition: 0.5s all ease; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.pic_xg li:hover span{top:45%; }
.pic_xg li:nth-of-type(2n+0){margin-right:0px;}
/*相关图片_end*/

/*相关产品前6个*/
.pro_tj_5{width:100%; height:auto; overflow:hidden; margin-top:30px; }
.pro_tj_5 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_5 li img{display:block; width:100%; height:100%; max-width:100%;}
.pro_tj_5 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_5 li:hover h2{ background-color:#000}
.pro_tj_5 li:nth-of-type(2n+0){margin-right:0px;}
/*产品前6个end*/

/*详情页标题*/
.view_title{ height:45px; line-height:45px; background-color:#324776; color:#FFFFFF}
.view_title a{ color:#FFFFFF}
.view_title a:hover{ color:#FFCC00}

/*分站列表*/
.citylist{width:100%; height:auto; overflow:hidden; margin-top:15px;}
.citylist a{ padding:8px 15px; background-color:#EEE; display:inline-table; margin-bottom:5px; color:#666; border-radius:5px;}
.citylist a:hover{ background-color:#324776; color:#FFF}
/*分站列表end*/

/*********footer*********/
.foot_2021{padding:30px 0; background:url(../images/foot.jpg) no-repeat top center; color:#FFFFFF}
.foot_2021 a{color:#FFFFFF}
.foot_2021 a:hover{ color:#FFCC00}

.foot_2021_box{ overflow:hidden}
.foot_2021_box .l{ display:none}
.foot_2021_box .r{ width:100%; height:auto; text-align:center}
.foot_2021_box .r img{width:200px; height:auto}
.foot_2021_box .r p{ text-align:center; line-height:0.4rem;}

.foot_foot{ line-height:30px; padding:20px 0}
.foot_foot li{text-align:center}
/*********footer*********/
}

/*当浏览器尺寸大于960px时候*/
@media screen and (min-width:960px){
.top_head{background:#21b384; height:70px;}
.top_head_box{ overflow:hidden; color:#53555a;}
.top_head_box .l{ float:left; margin:15px 0}
.top_head_box .l a{ line-height:40px; padding:0 15px; font-size:20px; color:#FFF;  display: inline-block; transition: 0.5s all ease; border-radius:8px 0 8px 0;}
.top_head_box .l a+a{background:url(../images/top_l.png) no-repeat left center}
.top_head_box .l a:hover{background-color:#FFF; color:#21b384; line-height:40px;}
.top_head_box .r{ float:right; line-height:70px; color:#fff; font-size:16px; padding-right:38px; background:url(../images/toptel.png) no-repeat right center}
.top_head_box .r a{color:#fff}

/*logo菜单*/
.logo{ padding:20px 0; overflow:hidden}
.logo .l{float:left; width:38%; height:auto;}
.logo .l img{max-width:100%; height:auto;}
.logo .r{ float:right; width:60%; height:auto; overflow:hidden;}

/*导航菜单start*/
.menu {float:right; overflow:hidden;}
.menu li {float:left; line-height:60px; }
.menu li a {display:block; font-size:17px; color:#333333; padding:0 20px; font-weight:400; transition: 0.5s all ease; border-radius:8px 0 8px 0;}
.menu li:hover a,.menu li.active a,.menu li:hover a:after,.menu li.active a:after{text-decoration:none; color:#fff; background-color:#21b384; font-weight:bold}

/*通栏banner*/
.sub_banner{position:relative; }
.sub_banner img{ width:100%; height:auto; object-fit: cover;}
.sub_banner p{ position:absolute; top:0; left:0; width:100%; height:30px; box-shadow:inset 0px 15px 10px -15px #000;}

/*以下是主体部分*/
.boxbj{ background-color:#f6f6f6; padding-bottom:40px;}
.box_2021{ width:100%; height:auto;  }
.box_2021 .l{ float:left; width:280px; height:auto; }
.box_2021 .r{ float:right; width:915px; height:auto}

/*左侧*/
.left_box{ width:100%; height:auto;  background:url(../images/bj.jpg) repeat-y;  transform: translateY(-70px); overflow:hidden}
.left_ul{ width:220px; height:auto; margin-left:60px; margin-top:70px}
.left_ul li{width:100%; height:45px; line-height:45px; background-color:#fff; text-indent:35px;}
.left_ul li+li{ border-top:1px solid #CCCCCC}
.left_ul li a{display: block; font-size:16px; color:#000}
.left_ul li:hover a,.left_ul li.active a{color:#fff; background:#ff6a00 url(../images/j.png) no-repeat 15px center; }
.left_ul li:last-child{border-right:none}

.left_img{ width:100%; height:auto}

/*右侧*/
.right_title{ background:url(../images/load.png) no-repeat left center; height:100px; line-height:100px; font-size:20px; text-indent:35px;}
.right_box{ width:100%; height:auto; background-color:#FFFFFF; padding:30px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}










/*通用内容盒子*/
.content_box{width:100%; height:auto; overflow:hidden;}
.content_box h1{font-size:20px; line-height:50px; border-bottom:1px dotted #999999; color:#333; text-align:center}
.content_box .date{ font-size:12px; padding-top:10px; text-align:center; color:#999999}
.content_box .date span{ padding-right:15px;}
.content_box .pic{width:100%; height:auto; text-align:center}
.content_box .pic img{max-width:100%; margin:20px 0}
.content_box .view_content{width:100%; height:auto; margin-top:25px;}
.content_box .view_content img{max-width:100%; margin:20px 0}

.product_list{height:36px; border-bottom:1px solid #CCC; margin-top:30px;}
.product_list span{ font-size:16px; font-weight:bold; line-height:36px; position:relative;}
.product_list span:before{content: ""; width:200px; height:4px; background-color:#d13845; position:absolute; left:0; top:27px}
/*通用内容盒子_end*/

/*产品框*/
.ul_product{ width:100%; height:auto; margin:0 auto; overflow:hidden}
.ul_product li{float:left; width:32%; height:auto; margin-right:2%; margin-bottom:20px; }
.ul_product li span{display:block; width:100%; height:100%; overflow:hidden; position:relative; }
.ul_product li span img{width:100%; height:100%; max-width:100%;}
.ul_product li span div{ position:absolute; width:100%; height:100%; border:1px solid #E7E7E7; z-index:3333; transition: transform ease-in-out 0.5s; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.ul_product li:hover div{transform:scale(0.9,0.87); border:1px solid #fff;}
.ul_product li:nth-child(3n){margin-right:0;}
.ul_product li p{text-align: center; font-size:16px; color: #282828; height:40px; line-height:40px; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
/*产品框_end*/

/*新闻*/
.ul_index_news{width:100%; height:auto; overflow:hidden}
.ul_index_news li{width:100%; height:55px; line-height:55px; margin-right:2%; border-bottom:1px solid #f0f0f0; overflow:hidden; position:relative}
.ul_index_news li a{display:block;}
.ul_index_news li p{float:left; width:83%; height:auto; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis; }
.ul_index_news li i{float:right; display:block; width:16%; height:auto; text-align:right; }
.ul_index_news li span{display:block; position:absolute; width:0%; height:1px; background-color:#c82821; z-index:1; transition: width 0.6s;}
.ul_index_news li:hover span{ width:100%;}

/*相关图片,图片详情下面*/
.pic_xg{width:100%; height:auto; margin-top:30px; overflow:hidden;}
.pic_xg li{float:left; text-align:center; width:23.5%; height:auto; margin-right:2%; margin-bottom:20px; position:relative; overflow:hidden; border:1px solid #EBEBEB}
.pic_xg li img{display:block; width:100%; height:100%; max-width:100%;}
.pic_xg li p{ position:absolute; left:0; top:77%; 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; top:77%; color:#FFF; width:100%; height:35px; line-height:35px; 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{top:45%; }
.pic_xg li:nth-of-type(4n+0){margin-right:0px;}
/*相关图片_end*/

/*相关产品前5个*/
.pro_tj_5{width:100%; height:auto; overflow:hidden; margin-top:30px; }
.pro_tj_5 li{ float:left; width:23.5%; height:auto; margin-right:2%; position: relative; border:1px solid #EBEBEB; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.pro_tj_5 li img{display:block; width:100%; height:100%; max-width:100%;}
.pro_tj_5 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_5 li:hover h2{ background-color:#000}
.pro_tj_5 li:nth-of-type(4n+0){margin-right:0px;}
/*产品前5个end*/

/*详情页标题*/
.view_title{ height:60px; line-height:60px; background-color:#324776; color:#FFFFFF}
.view_title a{ color:#FFFFFF}
.view_title a:hover{ color:#FFCC00}

/*分站列表*/
.citylist{width:100%; height:auto; overflow:hidden; margin-top:15px;}
.citylist a{ padding:8px 15px; background-color:#EEE; display:inline-table; margin-bottom:5px; color:#666; border-radius:5px;}
.citylist a:hover{ background-color:#324776; color:#FFF}
/*分站列表end*/

/*********footer*********/
.foot_2021{padding:60px 0; background:url(../images/foot.jpg) no-repeat top center; color:#FFFFFF}
.foot_2021 a{color:#FFFFFF}
.foot_2021 a:hover{ color:#FFCC00}

.foot_2021_box{ overflow:hidden}
.foot_2021_box .l{ float:left; width:900px; height:auto}
.foot_2021_box .r{ float:right; width:150px; height:auto}
.foot_2021_box .r img{width:100%; height:auto}
.foot_2021_box .r p{ text-align:center; line-height:40px;}

.foot_text{width:100%; height:auto; display:flex; display: -webkit-flex; /*启用弹性布局*/ flex-direction:row;/*从左到右排*/}
.foot_text div{width:100%; height:auto; text-align:left; margin-right:10px;}
.foot_text h6{ color:#FFFFFF; font-size:18px; font-weight:400; position:relative;}
.foot_text h6:before{content: ""; width:40px; height:3px; background-color:#FFCC00; position:absolute; left:0; top:33px}

.foot_ul{width:100%; height:auto; color:#FFFFFF; margin-top:20px}
.foot_ul li{ line-height:27px; color:#FFFFFF}
.foot_ul li a{ display:block; color:#FFFFFF}

.foot_foot{ overflow:hidden; padding:20px 0}
.foot_foot li{ text-align:center; line-height:30px}
/*********footer*********/
}

/* 移动端底部专用 */
.mh{height:0.65rem; background: #235cb2;}
.footer{width:100%; height:0.65rem; position:fixed; bottom:0; right:0; z-index:999; background: rgba(0, 0, 0, 0.8);}
.footer a{display:block; float:left; width:25%; color:#73767a; border-right:#4d5054 solid 1px; height:0.65rem; box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */-webkit-box-sizing:border-box; /* Safari */}
.footer a:nth-child(4){ border:none;}
.footer a span{display:block; width:100%; text-align:center; font-size:0.26rem; line-height:0.4rem;}
.footer a h3{width:100%;text-align:center; font-size:0.14rem; line-height:0.2rem; font-weight:100; color:#CCCCCC}
.footer a:hover{ text-decoration:none}
/* 移动端底部专用_end */