﻿body{
	font-family: "微软雅黑";
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	color :#333;
}
a:hover{
	text-decoration: none;
	color: #d4242f;
}
ul,ol{
	list-style: none;
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}
.mt20{margin-top: 20px}
/*通用*/
.clear{
	clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.con_box{
	margin-top: 140px;
}
.con_box2{
	margin-top: 70px;
}
.con_box .tit h3{
	font-size: 50px;
	color: #222;
}
.con_box .tit p{
	font-size: 22px;
	color: #222;
}
.link{
	margin-top: 60px;
}
.link a{
	padding: 10px 60px;
	border: 3px solid #d7d7d7;
	border-radius: 30px;
	color: #666;
	transition: .6s;
}
.link a:hover{
	background: #d4242f;
	color: #fff;
	border: 3px solid #d4242f;
}

.link2{
	display:inline-block;
	margin-top:40px;
}
.link2 a{
	padding: 10px 60px;
	border: 3px solid #d7d7d7;
	border-radius: 30px;
	color: #fff;
	transition: .6s;
}
.link2 a:hover{
	background: #d4242f;
	color: #fff;
	border: 3px solid #d4242f;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.public-paging{font-size: 18px;margin-top:25px;text-align: center;}
.public-paging a {display: inline-block;text-align: center;margin-right:15px;
	width:40px; height:40px;line-height: 40px; border-radius:50%; background-color:#f8f8f8; 
}
.public-paging a.pcurr {color:#fff; background-color:#cf000e }
.public-paging a:hover {color:#fff; background-color:#cf000e }
@media (max-width:768px) {
	.public-paging a {width:40px; height:40px;line-height: 40px;font-size: 16px;}
}
.public-paging a:last-child{margin-right: 0;}
/*top*/
.topbar{
	width: 100%;
	background: #000;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
}
.topbar a{
	color: #fff;
}
.navbar{
	min-height: 90px;
	border: none;
	margin-bottom: 0;
}
.navbar-brand{
	height: auto;
}
.navbar-default .navbar-nav > li > a{
	padding-top:36px;
	font-size: 16px;
	color: #333;
	padding-left: 20px;
	padding-right: 20px;
	font-size:18px;
}
.navbar-default .navbar-nav > li > a.on{
	color: #d4242f;
}
.navbar-nav{
	margin-top: 10px;
}

/*banner*/
.ban{
	height: 525px;
	background: url(../images/banner1.jpg) no-repeat center;
}

.do_box{
	margin-top: 60px;
	padding: 0;
}
.do_box li{
	padding: 50px 30px 30px 30px;
}
.do_box .do1{
	background: #160e1b;
}
.do_box .do2{
	background: #d4242f;
}
.do_box .do3{
	background: #160e1b;
}
.do_box .do4{
	background: #836b6d;
}
.do_box .do_tit{
	color: #fff;font-size: 18px;
}
.do_box .do_txt{
	text-align: left;
	font-size: 14px;
	color: #fff;
	margin-top: 15%;
}

/*产品*/
.pro_box{
	margin-top: 60px;
}
.pro_box .pro1{
	margin: 1%;
	width: 31.333%;
}
.pro_box .over{
	position: absolute;
	z-index: 11;
	vertical-align: middle;
	opacity: 0;
	transition: 0.9s;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.8);
	width: 100%;
	height: 100%;
}
.pro_box .over:hover{
	opacity: 1;
}
.pro_box .over h4{
	padding-top: 50%;
	color: #fff;
}
.pro_box .over h4.aa{
	padding-top: 27%;
	color: #fff;
}
.pro_box .over .pro4 h4.aa2{
	padding-top: 31%;
	color: #fff;
}
.pro_box .pro_img{
	overflow: hidden;
}
.pro_box img{
	width: 100%;
	display: inline-block;
	-webkit-transition: all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    -ms-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
}
.pro_box .pro1,.pro_box .pro2,.pro_box .pro22,.pro_box .pro3,.pro_box .pro4{
	padding: 0;
}
.pro_box .pro1:hover img,.pro_box .pro4:hover img{
	transform: scale(1.09);
}
.pro_box .pro2{
	margin-bottom: 4.7%;
}
.pro_box .pro22{
	margin-bottom: 6%;
}
.pro_box .pro4{
	margin: 1%;
	width: 64.666%;
}
.pro_box .pro4 .over h4{
	padding-top: 31%;
}

/*关于我们*/
.abo_box{
	background: url(../images/abo-bj.jpg) no-repeat center;
	margin-top: 140px;
	color: #fff;
	padding: 60px 0;
	
	background-position: center top;
    background-size: cover;
    background-attachment: fixed;
}
.abo_box .abo_tit h3{
	font-size: 50px;
}
.abo_box .abo_tit p{
	font-size: 22px;
}
.abo_box .abo_xq{
	text-indent: 2em;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	margin-top: 20px;
}

/*新闻资讯*/
.news_box{
	margin-top: 60px;
}
.news_box img{
	width: 100%;
	display: inline-block;
	-webkit-transition: all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    -ms-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
}
.news_box .news_tp{
	overflow: hidden;
}
.news_box .ne:hover img{
	transform: scale(1.09);
}
.news_box .ne:hover a{
	color: #d4242f;
}
.news_box .news_tit{
	font-size: 20px;
	margin: 10px 0;
}
.news_box p{
	font-size: 16px;
	margin: 0;
	color: #666;
}

.news_box .ne time{
	font-size: 12px;
	color: #888;
}

/*other*/
.other{
	background: #000;
}
.other img{
	display: inline-block;
	text-align: center;
	padding-top: 50px;
}
.other .lxwm_kk{
	width: 394px;
	height: 86px;
	line-height: 86px;
	background: #cf000e;
	border-radius: 100px;
	margin: 50px auto;
	font-size: 40px;
	color: #fff;
}
.smcy{
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 3px solid #cf000e;
	display: inline-block;
	color: #888;
}
.smcy b{
	float: left;
	color: #888;
}
.smcy li{
	float: left;
}
.smcy li a{
	padding: 0 6px;
	color: #888;
}

/*底部*/
.footer{
	background: #000;
	padding-bottom: 40px;
	color: #888;
}
.footer a{
	color: #888;
}
.footer .db_nav{
	display: inline-block;
	margin: 10px 0;
}
.footer .db_nav li{
	float: left;
}
.footer .db_nav li a{
	padding: 0 10px;
	color: #888;
}

/*关于我们页面*/
.con{
	padding: 40px 0;
}
.con .fenlei{
	text-align: center;
}
.con .fenlei li{
	display: inline-block;
}
.con .fenlei li a{
	padding: 15px 20px;
	color: #222;
	transition: .5s;
	font-size: 20px;
}
.con .fenlei li a:hover,.con .fenlei li a.on{
	color: #d4242f;
}
.tabcon{
	margin-top: 20px;
}
.tabcon p{
	text-indent: 2em;
	line-height: 30px;
	font-size: 16px;
}

/*联系我们页面*/
.lx_txt{
	padding-left: 60px;
}
.lx_txt h3{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
}
.lx_txt p{
	line-height: 20px;
}

/*新闻页面*/
.news_con{
	margin: 60px 0;
}
.news_con .news{
	margin-bottom: 30px;
}
.news_con .xw_tit{
	text-align: left;
}
.news_con .xw_tit .xw_bt{
	text-align: left;
	padding: 0;
	margin-top: 10px;
}
.news_con .xw_tit h4{
	font-size: 20px;
	padding-bottom: 8px;
}
.news_con .xw_tit p{
	font-size: 14px;
	color: #888;
}
.news_con .xw_tit time{
	font-size: 12px;
	color: #999;
}

/*产品中心页面*/
.cp_box{
	margin: 50px 0;
}
.cp_box .cp_img{
	overflow: hidden;
	height: 160px;
}
.cp_box .cp_img img{
	width: 100%;
	display: inline-block;
	transition: all 0.9s ease-out;
}
.cp_box .cp{
	margin: 1%;
    width: 23%;
    padding: 0;
    margin-bottom: 30px;
}
.cp_box .cp_img:hover img{
	transform: scale(1.09);
}
.cp_box .hover{
	position: absolute;
    z-index: 11;
    vertical-align: middle;
    opacity: 0;
    transition: 0.9s;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
}

.cp_box .hover:hover{
	opacity: 1;
}
.cp_box .hover h4{
	padding-top: 46%;
	color: #fff;
	text-align: center;
}

/*新闻详情*/
.tit_tit{
	text-align: center;
	margin-bottom: 10px;
	font-size: 30px;
}
.abo_con > .time{
	line-height: 30px;
    border-bottom: 1px solid #eee;
    text-align: center;
    margin-bottom: 25px;
    color: #666;
}
.abo_con > .time a{
	color: #666;
	font-size: 12px;
}
.abo_con > .time{
	line-height: 30px;
    border-bottom: 1px solid #eee;
    text-align: center;
    margin-bottom: 25px;
    color: #666;
}
.abo_con > .time a{
	color: #666;
	font-size: 12px;
}
.article_con{
	line-height: 30px;
	text-indent: 2em;
}
.bq{
	padding-top: 20px;
}
/*相关新闻*/
h3{
	font-size: 18px;
}
.xgxw{
	padding: 0;
}
.xgxw h3{
	color: #333;
	font-size: 18px;
	line-height: 40px;
	height: 40px !important;
	text-align: left;
	width: 100%;
}
.xgxw_list li{
	float: left;
	width: 100%;
	padding: 0 15px;
}
.xgxw_list li h4{
	float: left;
	font-size: 14px;
	line-height: 30px;
	margin: 0;
	width: 70%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.xgxw_list li time{
	float: right;
	color: #999;
	font-size: 12px;
	line-height: 30px;
	width: 25%;
	text-align:right;
}
/*相关产品*/
.abo_con{
	margin-bottom: 60px;
}
.xgcp{
	padding: 0;
}
.xgcp h3{
	color: #333;
	font-size: 18px;
	line-height: 40px;
	height: 40px !important;
	text-align: left;
	width: 100%;
}
.xgcp_tit{
	text-align: center !important;
	line-height: 30px;
	font-size: 16px;
}
.xgcp_list .ys a .xgcp_tit:hover{
	color: #d4242f;
}
.xgcp_list li{max-height: 200px;overflow: hidden;}
.xgcp_list img{
	max-width: 100%;
	object-fit: cover;
}
.xw_tp > a{height: 160px;}
.xw_tp > a img{height: 100%;object-fit: cover;width: 100%;}

/* 网站地图 */
.sitemap .sti_tit{
	font-size:20px;
	color:#333;
	padding:5px 0;
}
.sitemap .sitemap_con a{

	padding:5px 10px;
}
.abo_tit2{
	text-align: center;
	margin-bottom: 20px;
	font-size: 34px;
}

.protext{
	margin: 50px 0 0 0;
}











/*移动端底部导航*/
.phonefooternav {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	display:none;
}
.phonefooternav ul{
	padding: 0;
}
.phonefooternav ul li {
	width: 25%;
	background: #494949;
	float: left;
	padding: 10px 0;
	border-right: 1px solid #666;
	list-style: none;
}
.phonefooternav ul li a {
	display: block;
	color: #fff;
	text-align: center;
}
.phonefooternav ul li a:hover {
	text-decoration: initial;
}
.phonefooternav ul li a i {
	display: block;
	font-size: 20px;
	padding: 10px 0;
}
@media (max-width: 480px) {
	.phonefooternav ul li {
	padding: 3px 0px;
}
}
@media (max-width: 767px) {
	.hidden-xs {
	display: none !important;
}
}
@media (max-width: 767px) {
	.phonefooternav {
	display: block !important;
}
}

/*页码*/
.pagess ul li {
	display:inline-block;
	border: 1px solid #ccc;
	padding: 2px 9px;
	margin: 20px 0 3px;
	line-height: 20px;
	background: #fff;
	color:#999
}
.pagess ul li:hover {
	background:#d61919;
	color:#fff;
	border: 1px solid #d61919
}
.pagess ul li.thisclass {
	display: inline-block;
	border: 1px solid #d61919;
	padding: 2px 9px;
	margin: 0 3px;
	background: #d61919;
	color: #fff;
}
.pagess ul li.thisclass a {
	color: #fff;
}
.pagess ul li a {
	display:block;
	color:#999
}
.pagess ul li a:hover {
	color: #fff;
}

