﻿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;
}

/*通用*/
.clear{
	clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.con_box{
	margin-top: 60px;
}
.con_box .tit h3{
	font-size: 36px;
	color: #222;
	font-weight:700;
}
.con_box .tit p{
	font-size: 14px;
	color: #d5d5d5;
	padding-top:5px;
}
.con_box2{
	margin-top: 80px;
	background:#f3f3f3;
	padding-bottom:60px;
}
.con_box2 .tit h3{
	font-size: 36px;
	color: #222;
	font-weight:700;
	padding-top:40px;
}
.con_box2 .tit p{
	font-size: 14px;
	color: #d5d5d5;
	padding-top:5px;
}
.con_box3{
	background: url(../img/newsbg.jpg);
	padding-bottom:50px;
	padding-top:45px;
}
.con_box4{
	padding-top:30px;
}
.con_box3 .tit h3{
	font-size: 36px;
	color: #222;
	font-weight:700;
	padding-bottom:20px;
	padding-top:20px;
}
.con_box3 .tit p{
	font-size: 14px;
	color: #707070;
	padding-top:5px;
}
.link{
	margin-top: 40px;
}
.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;
}

/*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: 20px;
}

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

.do_box{
	margin-top: 60px;
	padding: 0;
}
.do_box li{
	padding: 130px 30px 130px 30px;
}
.do_box .do1{
	background: url(../img/pic1.jpg) no-repeat center;
}
.do_box .do2{
	background: url(../img/pic2.jpg) no-repeat center;
}
.do_box .do3{
	background: url(../img/pic3.jpg) no-repeat center;
}
.do_box .do4{
	background: url(../img/pic4.jpg) no-repeat center;
}
.do_box .do_txt{
	text-align: left;
	font-size: 12px;
	color: #fff;
	margin-top: 70%;
}

/*产品*/
.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, .pro_box .over strong{
	display:block;
	padding-top: 50%;
	color: #fff;
}
.pro_box .over h4.aa, .pro_box .over strong.aa{
	padding-top: 27%;
	color: #fff;
}
.pro_box .over .pro4 h4.aa2, .pro_box .over .pro4 strong.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{
	color: #666;
	padding: 100px 0;
	
	background-position: center top;
    background-size: cover;
    background-attachment: fixed;
}
.abouta{
    float:left;
    text-align:center;
}
.aboutb{
    padding-left:4%;
    width:45%;
    float:left;
    text-align:center;
}
.abo_tit h3{
	font-size: 50px;
	text-align:left;
	padding-left:15px;
	padding-right:15px;
}
.abo_tit h3 img{
	max-width:100%;
}
.abo_tit p{
	font-size: 22px;
}
.abo_xq{
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	margin-top: 40px;
	padding-left:15px;
	padding-right:15px;
}

/*新闻资讯*/
.news_box{
	margin-top: 20px;
}
.news_box .news1{
    float:left;
	border:#dddddd 1px solid;
	background:#fff;
	padding-top:15px;
	padding-bottom:15px;
}
.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;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
}

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

/*other*/
.other{
	background: url(../img/footbg.jpg);
}
.other img{
	display: inline-block;
	text-align: center;
	max-width:100%;
}
.other .lxwm_kk{
	width: 100%;
	margin: 0 auto;
	text-align:center;
}
.other .lxwm_foota{
	width: 60%;
	float:left;
	text-align:center;
}
.other .lxwm_foota li{
 width:33.333333%;
 float:left;
 text-align:left;
}
.other .lxwm_foota .lxwm-text{
 padding-top:25px;
 width:100%;
 line-height:30px;
 font-size:18px;
 color:#fff;
 padding-bottom:10px;
}
.other .lxwm_foota .lxwm-texts{
 width:100%;
 line-height:30px;
 font-size:14px;
 color:#666;
}
.other .lxwm_footb{
	width: 20%;
	float:left;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
}
.other .lxwm_footc{
	width: 20%;
	float:left;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
}
.other .lxwm_footc .lxwm-text{
 padding-top:10px;
 width:100%;
 line-height:30px;
 font-size:18px;
 color:#fff;
 padding-bottom:10px;
 text-align:left;
}
.other .lxwm_footc .lxwm-textb{
 width:80%;
 line-height:30px;
 font-size:14px;
 color:#666;
 text-align:left;
}
.smcy{
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #38332e;
	display: inline-block;
	color: #888;
}
.smcy b{
	float: left;
	color: #888;
}
.smcy li{
	float: left;
}
.smcy li a{
	padding: 0 6px;
	color: #888;
}

/*底部*/
.footer{
	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 .titlesy{
width:100%;
text-align:center;
padding-bottom:40px;
}
.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{
	color: #d4242f;
}
.tabcon{
	margin-top: 20px;
	line-height: 2;
}
.tabcon img{
   max-width:100%;
}
.tabcon p{
	line-height: 30px;
	font-size: 16px;
}

/*联系我们页面*/
.lx_txt{
	
}
.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{
	padding: 9px 0;
}
.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;
}
.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;
}
.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 img{
	max-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;
}

.article_con img {
	display:block;
	max-width:100%;
	height:auto;
}

.strength{padding-top:0px; padding-bottom:10px;}
.strength .tit { text-align:center; color:#1e1e1e; margin-bottom:30px; font-size:30px;}
.tit p { font-size:15px; color:#7e7e7e; padding:0 30%; line-height:28px; margin-top:10px;}
.strengthMain{height:auto; width:100%; margin:0px auto; margin-top:40px; overflow:hidden;text-align:center;}
.strengthMain li{float:left;height:435px;overflow:hidden;background:#000;position:relative;text-align:center;}
.strengthMain li img{width:100%;height:435px;transition:all .5s;opacity:0.4;filter:alpha(opacity=40);}
.strengthMain li .font{width:100%;height:435px;top:0;left:0;position:absolute;color:#fff;text-align:center;font-size:16px;padding-top:150px;}
.strengthMain li .font h3, .strengthMain li .font strong{font-size:36px;color:#fff; font-weight:bold; margin-bottom:10px;line-height:36px;}
.strengthMain li .font h3 img, .strengthMain li .font strong img { opacity:1; width:77px; height:77px;}
.strengthMain li:hover img{transform: scale(1.05, 1.05);}
.strengthMain li .font::before,.strengthMain li .font::after{position:absolute;content:'';opacity:0;transition:all 0.5s;}
.strengthMain li .font::before{top:25px;right:15px;bottom:25px;left:15px;border-top:1px solid #fff;border-bottom:1px solid #fff;transform:scale(0,1);-webkit-transform-origin:0 0;transform-origin:0 0}
.strengthMain li .font::after{top:15px;right:25px;bottom:15px;left:25px;border-right:1px solid #fff;border-left:1px solid #fff;transform:scale(1,0);transform-origin:100% 0;}
.strengthMain li:hover .font::before,.strengthMain li:hover .font::after{opacity:1;transform:scale(1);transition: all 0.5s;}

