@charset "UTF-8";
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,nav,section
{margin:0;padding:0;border:0;}
body{background:#fff;position:relative;font:14px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;}
a:link{color:#666;}
a:visited{color:#666;}

a:hover,a:active,a:focus{color:#0593e4;text-decoration:none;outline:none;}
input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}
h1,h2,h3,h4{font-size:14px;}
hr {border: 0;border-top:1px solid #ccc;height:0;}

.top {
    line-height: 35px;
	background: #007d7d;
	color:#fff;
	border-bottom: 1px solid #fff;
}
.top a {
	color:#fff;
}
.top a:hover {
    color: #fff !important;
}



/*导航*/
.navbar-default {
	background: #fff;
    border-color: transparent;	
}
.navbar {
    margin: 0;   
}
.navbar-brand {
    height:auto;
}
.navbar-nav>li a{
    color: #000 !important;
    padding: 35px 15px;
	font-size:16px;
}
.navbar-nav>li:hover a {
    color:#007d7d!important;
} 
.navbar-nav>li a.active {
    color: #000!important;
}
.navbar-toggle.collapsed {
	margin-top: 15px;
}
@media (min-width:768px) and (max-width:1200px){
    .navbar-nav>li a{
		padding: 35px 10px;
	}
}
@media (min-width:992px) and (max-width:1200px){
    .navbar-header{
        width:35%;
    }
}
@media (min-width:768px) and (max-width:991px){
	.navbar-header{
        width:36%;
    }
	.navbar-nav>li a {
        padding:25px 5px;
    }
	.navbar-brand {
		padding:15px 0!important;
	}
}
@media (max-width:768px){
    .navbar-brand{
        width: 80%;
    }
    .navbar-nav>li a {
        padding:10px;
		font-size:14px;
    }
    .navbar-nav {
      margin:0 -15px!important;
    }	
}

.carousel-inner>.item {
	text-align:center;
}
.carousel-inner>.item>img {
	display:inline;
}
.n_banner {
	text-align:center;
}
.n_banner img {
	display:inline;
}

/*产品展示*/
.jianju {
	padding: 50px 0 20px 0;
}

.oihsdf {
    background: #f3f3f3;
}

/*.ipro {
    background: #f5f5f5;
}*/
.tit h3{
	display: inline-block;
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-bottom: 40px;
    padding-bottom: 20px;
	border-bottom:2px solid #007d7d;
}
@media (max-width:768px){
	.jianju {
		padding: 20px 0 0px 0;
	}
	.tit h3{
		margin-bottom: 20px;
	}
}
.iprolist li {
	margin:1% 0;
}
.iprolist li .img {
	position: relative;
	margin-bottom: 10px; 
}
.iprolist li h3 {
	font-weight: bold;
	transition: all .3s ease; 
}
.iprolist li h3 a {
	font-size: 16px;
	color: #000;
}
.iprolist li p {
	color: #8E8D8D;
	margin-top: 10px;
	line-height: 30px;
	overflow: hidden; 
}
.proimg {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 100%; 
	    border: 1px solid #e0e1dc;
}
.proimg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: transform 0.3s ease-out; 
}
.proimg img {
	width: 100%;
	transition: all .5s ease;
	opacity: 1; 
}
.proimg:hover:before {
	transform: scale(1); 
}
.proimg:hover img {
	opacity: 0.7;
	transform: scale(1.1); 
}
/*关于我们*/

.hyoojiji{ text-align:center !important;}

.iabout {
    padding: 50px 0;
}
.abotext h3 {
	font-size: 28px;
    color: #102132;
    font-weight: 500;
    margin-bottom: 20px;
	text-align: center;
	Font-weight:bold;
}
.abotext span {
	font-weight: bold;
}
@media (max-width:768px){
	.abotext h3 {
		margin:10px 0;
	}
}
.abotext p {
	line-height:30px;
	text-align: center;
	font-size:18px;
}
.abotext a.more {
    color: #3B3B3B;
    font-weight: 700;
    line-height: 30px;
    border: 1px solid #3B3B3B;
    margin: 20px 0;
    padding: 0 22px;
    display: inline-block;
}
.abotext a.more:hover {
    color: #fff; 
	background: #007d7d;
	    border: 1px solid #3B3B3B;
	border:none;
}
/*新闻中心*/
.inews {	
    background: #f5f5f5;
}
.inews_col .img {
	border: 5px solid #fff;
	text-align:center;
}
.inews_col .img img {
	display:inline;
}
.inews_col .img:hover {
    background: #009af2;
}
.inews_col .img:hover img {
    opacity: 0.6;
}
.inews_col h3 {
	color: #000;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    margin: 10px 0;
}
.inews_col h3 a{
	color: #2a333c;
}
.inews_col hr {
	width:50px;
	height:2px;
	background:#007d7d;
	border-top:none;
	margin: 10px 0;
}
.inews_col p {
	line-height: 25px;
    color: #818080;
}
.inews_item li {
    line-height: 35px;
}
.inews_item li a {
    font-size: 15px;
    color: #37474f;
    float: left;
    width: 70%;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.inews_item li a:hover {
	color:#8b4914;
}
.inews_item li span {
    float:right;
    width:30%;
    color: #37474f;
    text-align: right;
}
.news_more a{
    line-height: 30px;
    border: 1px solid #007d7d;
    color: #007d7d;
    margin-top: 25px;
    padding: 0 22px;
    display: inline-block;
}
.news_more a:hover {
	color:#fff;
	background:#007d7d;
	border: 1px solid #007d7d;
}
/*推荐产品*/
.tuijian {
	text-align: center;

	background: url(../images/78545.jpg) no-repeat center top;
	padding-bottom: 60px;
}
.tj_tit {
	padding:50px 0;
	overflow:hidden;
}
.tj_tit h3{
	display: inline-block;
    font-size: 24px;
    color: #fff;
    font-weight: bold;	
    padding-bottom: 20px;
	border-bottom:2px solid #fff;
}
@media (max-width:768px) {
	.tj_tit h3 {
		margin-bottom:10px;
	}
}
.iprotype li {
    display: inline-block;
    background-color: #ee9200;
    margin:2px 1px;
	padding: 8px 20px;
    color: #fff;
	cursor:pointer;	
}
.iprohov{background:#0e71af!important;color:#fff!important;}
.ipro_con{display:none;}
.ipro_con0{display:block;}

.ipro_con li {
  padding:0px;
}
@media (max-width:768px){
	.ipro_con li {
	  margin-top:10px;
	}
}
.ipro_con li .cpro .cpro_img{
  position: relative; 
  overflow: hidden;
  border: 2px solid #e0e1dc;
}
.cpro_img img{
  width: 100%;
  transition:all 0.3s;
}
.overlay{
  position: absolute; 
  top: 0; left: 0; right: 0; bottom: 0; 
  background: rgba(0, 0, 0, 0.7); 
  opacity: 0; 
}
.cpro_img a{
  color: #fff;
}
.cpro:hover .cpro_img .overlay{
  opacity: 1;
}
.inner{
  display: table; 
  width: 100%; 
  height: 100%; 
  position: relative;
}
.inner:before{
  content: ''; 
  position: absolute; 
  top: 0px; left: 0px; right: 0px; bottom: 0px; 
}
.social{
  display: table-cell; 
  vertical-align: middle; 
  position: relative; 
  padding: 30px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.tuijian a.more {
	color: #fff;
    font-weight: 700;
    line-height: 30px;
    border: 1px solid #fff;
    margin: 30px 0;
    padding: 0 22px;
		/*background: #009af2;*/
    display: inline-block;
}
.tuijian a.more:hover { 
	color:#fff;
	background: #ff9600;
	border: 1px solid #009af2;
}
/*商盟*/
.ibuss li {
  display: inline-block;
  margin: 5px;
}
/*内页*/
.crumb {
	line-height: 50px;
    color: #000;
	font-size:16px;
	border-bottom: 1px solid #e1e1e1;
}
.crumb a {
	color:#000;
}
.crumb i {
	display:inline;
	padding-right:10px;
	color: #000;
    font-size: 2rem;
}
.imain {
	padding: 30px 0;
}
.com_tit {
	font-size:22px;
	color:#000;
}
.sort {
	padding:20px 0;
	margin:0 auto;
}
.sort ul li {
	display:inline-block;
	margin:10px;
	font-size:16px;
	background: #007d7d;
    padding: 5px 10px;
}
.sort ul li a{ color:#fff;}
.aboutcon p {
	line-height:35px;
	/*text-indent:2em;*/
}
.protext {
	line-height:30px;
	padding:10px;
	border: 1px solid #ccc;
}
.pages {
	padding: 20px 0;
	text-align:center;
}
.pages li {
	display: inline;
	margin:0 5px;
}
.pages li a {
	padding: 5px 8px;
	border: 1px solid #CCC;
	background: #fff;
	color: #a4a4a4;
	font-size:12px;
}
.pages li a:hover {
	background: #e8a20d;
	color: #fff;
	text-decoration: none;
}
.pages li.pages_solid {
	padding: 3px 8px;
	background: #007d7d;
	color: #fff;
}
/*新闻列表*/
.leftcon {
	border: 1px solid #f2f2f2;
    padding: 10px;
}
.cates h4{
	background: #007d7d;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 20px;
    color: #fff;
	border-radius: 4px;
}
.cates ul li {
	margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f2f2f2;
}
.cates ul li i {
	display:inline;
	font-size: 0.5rem;
	color:#777;
	padding-right: 5px;
}
.cates ul li a {
	color:#777;
}
.cates ul li a:hover {
	color:#007d7d;
}
.cates p{
	line-height:30px;
}
/*新闻列表*/
.newslist {
	border: 1px solid #f2f2f2;
    padding: 10px;
}
.newslist ul li {
	border-bottom: 1px solid #f0f2f5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.newslist ul li h3{
	font-size: 16px;
    margin-bottom: 10px;
}
.newslist ul li h3 a{
	display:block;
	color:#007d7d;
}
.newslist ul li h3 a:hover {
	color:#000;
}
.newslist ul li p.des {
	line-height: 30px;
}
.newslist ul li p.info {
	color: #aaa;
}
.newslist ul li p.info span {
	margin-right:10px;
}
.content {
	border: 1px solid #f2f2f2;
    padding: 10px;	
    line-height: 30px;
}
.pro_detail h1{
	text-align: center;
    line-height: 30px;
    font-weight: 700;
	
	    font-size: 22px;	
}
.para {
	margin-top:15px;
}
.para p {
	line-height:30px;
    border-bottom: 1px dashed #e0e1dc;	
}
.p_detail {
	padding:15px 0;
	font-size:16px;
}
.p_detail span.title {
	line-height: 30px;
    display: block;
	color: #009af2;
    font-weight: 700;
    border-bottom: 1px solid #009af2;
}
.p_detail p {
	line-height:30px;
}
.tag {
    border-top: 1px dashed #e0e1dc;
    color: #999;
}
/*相关新闻*/
.related_list h4{
	line-height: 30px;
    border-bottom: 1px solid #007d7d;
    padding-left: 5px;
	color:#007d7d;
}
.related_news li a {
	width: 75%;
	float: left;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.related_news li span {
	width: 25%;
	float: right;
	text-align: right;
} 
/*相关产品*/
.related_pro li {
	margin:20px 0;
}
.related_pro li img {
    border: 1px solid #e0e1dc;
}
.related_pro li img:hover{
	border:1px solid #0d5c54; 
}
.related_pro li span {
	display:block;
	line-height:30px;
}
.n_para {
	border-bottom: 1px solid #e0e1dc;
}
@media(max-width:768px){
	.n_para span{
		display:block;
	}
}
.map img {
	max-width:none;
}
/*网站地图*/
.sitemap {
	margin:10px 0;
}
.sitemap h3 {
	margin:20px 0;
	font-size:16px;
}
.sitemap dl a {
	margin-right:10px;
}
/*底部*/
.footer {
   color:#fff;
}
.footer a {
   color: #fff;
}

.footer a:hover {
   color: #fff;
}



.foot_top {
  background: #007d7d; 
}
.foot_in {
  padding:15px 0;
}
.ftlogo {
	padding:2% 0;
}
.foot_in h4 {
  width:80px;
  color: #fff;
  font-size: 18px;
  line-height: 45px;
}
.foot_type li{
  line-height:35px; 
}
.foot_type li i {
  display: inline;
  color: #ccc;
  padding-right: 10px;
  font-size: 1rem;
}
.foot_bottom {
	background:#262626;
}
.footnav {
	padding-top:10px;
}
.copyright {
	padding:15px 0;
}
.copyright p {
  line-height:25px;
}

@media (max-width:767px){
	body {
		padding-bottom:70px;
	}
}
/*移动端底部导航*/
.phonefooternav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999;
}
.phonefooternav ul li {
  width: 25%;
  background: #494949;
  float: left;
  padding: 3px 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;
}


.aboutcon{ font-size:16px;}
