﻿@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:#000;}
a:visited{color:#f75a53;}
a:hover,a:active,a:focus{color:#f75a53;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: 30px;
	color:#fff;
}
.top a {
	color:#fff;
}
.top_bg {
	background:#999;
    padding: 0 10px;
    border-radius: 3px;
}
.pull-left{
	float: left;
}
.pull-left h1 a{
	line-height: 30px;
}
.pull-right {
	float: right;
	line-height: 30px;
}
/*导航*/
.navbar-default {
    border-color: transparent;
	background-color: transparent;	
}
.navbar {
    margin: 0;   
}
.navbar-brand {
    height:auto;
}
.navbar-static-top {
	border-width: 0 0 0px; 
}
.navbar-nav {
	padding: 20px 0;
}
.navbar-nav>li {
	margin-left:2px;
}
.navbar-nav>li a{
    padding: 15px;
	font-size:16px;
}
.navbar-nav>li:hover{
    border-radius: 6px;
    background: #f75a53;
	color:#fff;
}
.navbar-nav>li:hover a {
	color:#fff!important;
} 
.navbar-nav>li a.active {
    border-radius: 6px;
    background: #f75a53;
	color:#fff;
}
.navbar-toggle.collapsed {
	margin-top: 15px;
}
@media (min-width:768px) and (max-width:1200px){
    .navbar-nav>li a{
		padding: 15px 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:15px 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;
    }	
}

/*产品*/
.jianju {
	padding: 45px 0;
}
.ipro {
	background: url(../images/ipro_bg.png) no-repeat;
    background-color: #F7F7F7;
	background-position: center top;
	background-attachment: fixed;   
}
.tit {
	font-size: 24px;
    padding: 0;
    margin: 0 0 25px 0;
    color: #000;
}
.tit small {
	font-size: 14px;
    color: #999;
    display: block;
    margin-top: 10px;
}
.white {
	color:#fff;
}
.white small {
	color:#fff;
}
.pro_item li{
	margin-bottom:15px;
}
.lar .img{
  position: relative;
  overflow: hidden;
  width: 100%;
  height:100%;
  display: block;
  text-align: center;
}
.lar img{
  max-width: 100%;
  height:auto;
  display: inline;
  -webkit-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.lar .hides{
  position: absolute;
  width: 100%;
  height: 100%;
  left:0;
  top:0;
  background-color: #f75a53;
  opacity:0.8;
  text-align: center;
  display: none;
}
.lar .hides div{
  display: table;
  height: 100%;
  width: 100%;
}
.lar .hides p{
  display: table-cell;
  vertical-align:middle;
  color:#fff;
  font-size:16px;
  font-weight:700;
}
.lar:hover .hides{display: block;}
.lar:hover img{
  -webkit-transform:scale(1.1,1.1);
  -moz-transform:scale(1.1,1.1);
  transform:scale(1.1,1.1);
  -webkit-transition:all 0.6s ease-out;-
  -moz-transition:all 0.6s ease-out;
  transition:all 0.6s ease-out;
}
.more {
	margin-top: 30px;
}
.more a {
	color: #fff;
    background: #f75a53;
    border-radius: 5px;
    padding: 8px 25px;
}
.more a:hover{
	background:#589ED7;
}
/*优势*/
.iadv {
	background: url(../images/adv.jpg) no-repeat;
	background-position: center top;
    background-size: cover;
	background-attachment: fixed;
}
.iadv figure {
	margin:10px 0;
}
.iadv figure .pic{
  border-radius: 50%; 
  display: inline-block; 
  margin-bottom: -82px; 
  position: relative; 
  z-index: 99; 
  overflow: hidden;
}
.iadv figure figcaption{
  background: #fff; 
  opacity: 0.8;
  padding:82px 40px 40px;
  display: inline-block; 
  position: relative;
}
.iadv figure figcaption h3{
  color: #f75a53;
  font-size: 16px; 
  font-weight: 700; 
  padding: 20px 0;
}
.iadv figure figcaption p{
  color: #000;
  line-height: 34px;
  text-align: left;
  text-indent: 2em;
}
/*案例*/
.case_item li {
	margin-bottom:15px;
}
.case_in .case_img{
  position: relative;
  overflow: hidden;
  width: 100%;
  height:100%;
  display: block;
  text-align: center;
}
.case_in img{
  max-width: 100%;
  height:auto;
  display: inline; 
}
.case_in .hides{
  position: absolute;
  width: 100%;
  height: 100%;
  left:0;
  top:0;
  background-color: #f75a53;
  opacity:0.9;
  display: none;
  text-align: left;
  padding: 30px 20px;
}
.case_in .hides h3 a {
	color:#fff;
	font-size: 18px;
	font-weight: 700;
}
.case_in .hides p{
  color:#fff;
  padding: 10px 0;
  text-indent: 2em;
  text-align: left;
  line-height: 34px;
}
.case_in .hides p a {
	padding: 5px 20px;
    background-color: #fff;
    border-radius: 5px;	
    color: #f75a53!important;
    text-decoration: none!important;
}
.case_in .hides p a:hover {
	background:#589ED7!important;
	color:#fff!important;
}
.case_in:hover .hides{display: block;}

/*关于我们*/
.iabout {
	background: url(../images/about_bg.jpg) no-repeat;
	background-position: center top;
    background-size: cover;
	background-attachment: fixed;
}
.iabout p {
	color:#fff;
	line-height: 34px;
	text-align: left;
	text-indent: 2em;
}
/*首页新闻*/
.inews_item {
	border: 1px solid #d7d7d7;
    margin-bottom: 30px;
    position: relative;
	padding: 0;
}
.inews_l {
	background: #ececec;
    border-right: 1px solid #d7d7d7;
    float: left;
    height: 100%;
    position: absolute;
    width: 50px;
}
.inews_icon {
	float: left;   
    position: relative;
	margin: 25px 20px 0;
    width: 60px;
    height: 60px;
    background: #f75a53;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
}
.inews_icon i{
	font-size: 24px;
    color: #fff;
    line-height: 58px;
}
.inews_r {
	overflow: hidden;
	padding:20px 10px 15px 0;
    position: relative;
}
.inews_r h3 {
	color: #37474f;
    font-weight: 700;
    margin-bottom: 5px;
}
.inews_r p {
	color: #777;
	line-height: 34px;
}
/*商盟*/
.shangmeng {
	padding-bottom:45px;
}
.ibuss li {
  display: inline-block;
  margin: 5px;
}
/*内页*/
.imain {
	padding: 30px 0;
}
/*左侧*/
.cates {
	background: #fff5f0;
	margin-bottom: 15px;
}
.cates h4{
	background: #f75a53;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 45px;
    color: #fff;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.cates ul li {
	background:url(../images/nose.jpg) 15px 16px no-repeat;
	padding:8px 0px 8px 35px;
    border-top: 1px solid #fff;
}
.cates ul li a {
	color: #f75a53;
}
.cates ul li a:hover {
	color:#000;
}
.lianxi {
	padding:10px;
}
.cates p{
	line-height: 40px;
}
/*右侧*/
.crumb {
	border-bottom: 1px solid #ddd;
    background: #f8f8f8;
	height:45px;
    line-height: 45px;
    position: relative;
}
.crumb span {
	position: absolute;
    left: 0px;
    top: -1px;
    font-size: 14px;
    border-bottom: 2px solid #ff6633;
    padding:0px 15px;
}
.position {
	float: right;



    position: relative;
    top: 3px;
    right: 15px;
}
.content {
    padding:10px 0;	
    line-height: 30px;
}
.content p{
    line-height: 34px;
}
.content img {
	display:block;
	max-width:100%;
	height:auto;
}
.com_tit {
	font-size:22px;
	color: #f75a53;
}
.sort {
	padding:20px 0;
	margin:0 auto;
}
.sort ul li {
	display:inline-block;
	margin:10px;
	font-size:16px;
	background: #f75a53;
    padding: 5px 10px;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.sort ul li a {
	color:#fff;
}
.protext {
	line-height:30px;
	padding: 0px 10px 20px 0;
}
.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: #f75a53;
	color: #fff;
	text-decoration: none;
}
.pages li.pages_solid {
	padding: 3px 8px;
	background: #f75a53;
	color: #fff;
}
.news_col {
	border-bottom: 1px solid #d7d7d7;
	padding: 15px 0;
	overflow: hidden;
}
.news_text a {
	display:block;
	font-size:16px;
	color:#f75a53;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news_text span {
	display:block;
}
/*新闻详细*/
.pro_detail h1{
    line-height: 30px;
    font-weight: 700;	
}
.para {
	margin-top:15px;
}
.para p {
	line-height:30px;
    border-bottom: 1px dashed #e0e1dc;	
}
.p_detail {
	padding:15px 0;
}
.p_detail span.title {
	line-height: 30px;
    display: block;
	color: #f75a53;
    font-weight: 700;
    border-bottom: 1px solid #f75a53;
}
.p_detail p {
	line-height: 34px;
}
.tag {
    border-top: 1px dashed #e0e1dc;
    color: #999;
}
/*相关新闻*/
.related_list h4{
	line-height: 30px;
    border-bottom: 1px solid #d7d7d7;
	color:#f75a53;
	font-size:16px;
}
.related_news li a {
	width: 75%;
	float: left;
	color:#000;
	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_img {
	overflow:hidden;
}
.related_img img {
	width: 100%;
    height: 100%;
	display: inline;	
	cursor: pointer;
    transition: all 0.6s;	
}
.related_img img:hover{
	transform: scale(1.1);
}
.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;
}
/*底部*/
.foot_top {
  background: #333;
  color:#ccc;  
  border-top: 5px solid #f75a53;
}
.foot_top a {
	color:#ccc;
}
.foot_in {
  padding:15px 0;
}
.foot_in h4 {
  width:80px;
  color: #f75a53;
  font-size: 18px;
  line-height: 30px;
}
.foot_type li{
  line-height:35px; 
}
.foot_type li i {
  display: inline;
  color: #ccc;
  padding-right: 10px;
  font-size: 1rem;
}
.wx {
	padding: 1% 2%;
}

.footer {
   color:#ccc;
   background:#14171a;
}
.footer a {
   color: #ccc;
}
.footnav {
	padding-top:10px;
}
.copyright {
	padding:15px 0;
	line-height: 34px;
}
.copyright p {
  line-height: 34px;
}

@media (max-width:767px){
	body {
		padding-bottom:70px;
	}
}
/*移动端底部导航*/
.phonefooternav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999;
}
.phonefooternav ul li {
  width: 25%;
  background: #13a0b2;
  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;
}