﻿@charset "utf-8";
.logo{width:100%; height:auto; overflow:hidden}
.logo img{max-width:100%; height:auto;}

/*首页菜单*/
.menu{width:100%; height:auto; overflow:hidden;}
.menu li{
	float: left;
	width:25%;
	text-align: center;
	color: #fff;
	overflow: hidden;
	font-size: 0.16rem;
	height:0.43rem;
	line-height: 0.43rem;
	border-right: 1px solid #fa7d6d;
	border-bottom: 1px solid #fa7d6d;
	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,#ed270e,#d71f1f);
}
.menu li a{display: block; color: #fff;}
.menu li:nth-of-type(4n+0){border-right:0;}
.menu li:nth-of-type(n+5){border-bottom:0;}
.menu li:hover a,.menu li.active a{text-decoration:none; color:#fff; background:linear-gradient(to bottom,#6e90be,#546fa6);}

/*通栏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;}

/*新闻图片分类*/
.fl_menu_u1{ width:100%; height:auto; display:flex; display: -webkit-flex; /* Safari */ flex-direction:row;/*从左到右排*/ }
.fl_menu_u1 li{width:100%; height:0.5rem; line-height:0.5rem;  text-align:center; border-right:1px solid #e7e7e7; border-bottom:1px solid #e7e7e7}
.fl_menu_u1 li a{display: block; font-weight:400; font-size:0.15rem; color:#333333;}
.fl_menu_u1 li:hover a,.fl_menu_u1 li.active a{color:#c82821; border-bottom:1px solid #c82821}
.fl_menu_u1 li:last-child{border-right:none}

/*产品分类*/
.pro_fl_u1{ width:100%; height:auto; display:flex; display: -webkit-flex; /* Safari */ flex-direction:row;/*从左到右排*/ flex-wrap: wrap;/*换行，第一行在上方*/}
.pro_fl_u1 li{width:50%;  height:0.45rem; line-height:0.45rem; text-align:center; border-right:1px solid #fff; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; background:linear-gradient(to bottom,#6e90be,#546fa6);}
.pro_fl_u1 li a{display: block; font-weight:400; font-size:0.14rem; color:#fff;}
.pro_fl_u1 li:hover a,.pro_fl_u1 li.active a{color:#fff; background:linear-gradient(to bottom,#d71f1f,#f03827);}
.pro_fl_u1 li:nth-child(2n){border-right:none}

/*通用内容盒子*/
.content_box{width:100%; height:auto; overflow:hidden; margin-top:10px;}
.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:10px;}
.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; margin-top:10px; 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 #d81e06; 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*/

/*相关图片*/
.pic_xg{width:100%; height:auto; margin-top:20px; overflow:hidden;}
.pic_xg li{float:left; text-align:center; width:48%; height:auto; 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:80%; 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:82%; 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}

/*新闻*/
.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; }

/*********footer*********/
.foot_2021{margin-top:30px; padding:20px 0; background:url(../images/foot.jpg) no-repeat top center; color:#FFFFFF; text-align:center}
.foot_2021 p{ padding-top:10px;}
.foot_foot{width:100%; height:auto; padding:20px 0}
.foot_foot li{line-height:30px; text-align:center}



/* 移动端底部专用 */
.zhanwei{height:0.65rem; background: #fff;}
.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 */

