@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;color:#333;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:#333;}
a:visited{color:#333;}
a:hover,a:active,a:focus{color:#f6a702;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;height:0;}

.top {
    line-height: 35px;
	color: #fff;
	background: #f6a702;
}
.top a {
	color:#fff;
}
/*导航*/
.navbar-default {
    border-color: transparent;
	background-color: transparent;	
}
.navbar {
    margin: 0;   
}
.navbar-brand {
    padding:20px 0!important;
    height:auto;
}
.navbar-static-top {
	border-width: 0 0 0px; 
}
.navbar-nav {
	padding: 0px 15px;
}
.navbar-nav>li {
	margin-left:2px;
}
.navbar-nav>li a{
	display: block;
    padding: 35px 15px;
	font-size: 16px;
	color:#000;
	position: relative;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.navbar-nav>li>a:hover,.navbar-nav>li>a.active{
	color: #f6a702!important;
	-webkit-box-shadow: 0 -2px 6px rgba(0,0,0,.12);
	box-shadow: 0 -2px 6px rgba(0,0,0,.12);
}
.navbar-nav>li>a:after {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 2px;
	background:#f6a702;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	content: '';
}
.navbar-nav>li>a:hover:after,.navbar-nav>li>a.active:after {
	left: 0;
	width: 100%;
}
.navbar-toggle.collapsed {
	margin-top: 20px;
}
@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:35px 4px;
    }
	.navbar-brand {
		padding:15px 0!important;
	}
}
@media (max-width:768px){
    .navbar-brand{
        width: 80%;
		padding: 10px 0!important;
    }
	.navbar-nav {
      margin:0 -15px!important;
	  padding:0px;
    }
    .navbar-nav>li a {
        padding:10px;
		font-size:14px;
    }   	
}

.jianju {
	padding: 45px 0px;
}

.title {
    font-size: 24px;
    font-weight: bold;
    color: #666;
}
.title span {
    color: #f6a702;   
}
.title p {
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.product-cate {
    text-align: right;
}
.product-cate li {
    display: inline-block;
    margin: 10px 5px;   
}
.product-cate li a {
    display: block;
    padding:5px 10px;
    font-size: 16px;
    color: #fff;
    background: #f6a702;
}
.product-cate li a:hover {
    background: #f8b72f;
}
@media (max-width: 991px){
    .product-cate {
        text-align: left;
    }
}

.product-box {
    margin-top: 45px;
}
.product-box li {
    margin-bottom: 1%;
    text-align: center;
}
.product-box li a {
       
}
.product-box li .img-center {
    overflow: hidden;
}
.product-box li .img-center img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: inline-block;
}
.product-box li .text {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 5% 0 5%;
    text-align: center;
}
.product-box li .text{
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
}
.product-box li:hover .img-center img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.product-box li:hover .text{
    background-color: #f6a702;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.product-box li:hover .text a {
    color: #fff;
}
.more {
    margin-top: 15px;  
}
.more a {
    display: inline-block;
    border: 1px solid #f6a702;
    font-weight: bold;
    font-size: 16px;
    color: #f6a702;
    padding: 6px 60px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.more a:hover{
    color: #fff;
    background: #f6a702;
}
@media (max-width:768px) {
	.product-box {
		margin-top: 20px;
	}
	.product-cate {
		text-align: center;
	}
}

.about-bg {
    background: url(../images/about-bg.jpg) no-repeat;
    background-size: cover;
}
.about-box {
    background: #f6a702;
    padding: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}
.about-box h3 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}
.about-more {
    display: inline-block;
    border: 1px solid #fff;
    font-weight: bold;
    font-size: 16px;
    color: #fff!important;
    padding: 6px 60px;
    margin-top: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.news-box {
    margin-top: 45px;
}
.news-box li a {
    display: block;
    border-top: 1px solid #e5e5e5;
    padding: 40px 20px 36px 0px;
    overflow: hidden;
}
.news-box li .text {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
	padding: 0px;
}
.news-box li .text h4 {
    color: #666;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news-box li .text p {
    line-height: 28px;
    height: 52px;
    overflow: hidden;
    margin: 10px 0 0;
    color: #999;
}
.news-box li .date {
    text-align: right;
    font-family: Impact;
    color: #ccc;
}
.news-box li .date span {
    display: block;
    font-size: 18px;    
}
.news-box li .date em {
    display: block;
    font-style: normal;
    margin-bottom: 10px;
}
.news-box li .date i {
    width: 40px;
    color: #999;
    font-size: 1.8rem;
    border-left: 1px solid #e5e5e5;
    line-height: 20px;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.news-box li a:hover {
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,.08);
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}
.news-box li a:hover .text {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}
.news-box li a:hover .text h4 {
    color: #f6a702;
}
.news-box li a:hover .date i{
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}
@media (max-width: 768px){
    .news-box li a {
        padding: 20px 0px 18px 0px;
    }
}

.case-bg {
    background: #f8f8f8;   
}
.case-box{
    padding: 0 60px;
    position: relative;
    margin-top: 45px;
}
.case-box .slick-con {
    padding: 0 10px;
}
.case-box .slick-con a{
    display: block;   
}
.case-box .slick-con img{
    width: 100%;
    height: auto;
}
.case-box .slick-arrow{
    width: 36px;
    height: 36px;
    border: none;
    outline: none;
    text-indent: 100px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -18px;
}
.case-box .slick-prev{
    background: url(../images/left.png) no-repeat center;
    left: 0;
}
.case-box .slick-next{
    background: url(../images/right.png) no-repeat center;
    right: 0;
}
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.buss-box {
	padding: 20px 0;	
}
.buss-box span {
	font-weight: bold;
}
.buss-box a {
	display: inline-block;
    padding-right: 15px;
}
/*底部*/
.footer {
	background: #f6a702;
	color: #fff;	
}
.footnav {
    border-bottom: 1px solid #7f7f7f;
    padding: 10px 0;
    text-align: center;
}
.footnav li {
    display: inline-block;
}
.footnav a{
	color: #fff;
    font-size: 16px;
    line-height: 40px;
    padding: 0 15px;
}
.copyright {
	background: #2d2d2d;
	padding: 15px 0;
	color: #fff;
}
.copyright p {
    line-height:25px;
}
.copyright a {
	color: #fff;
}

.imain {
	padding: 20px 0;
	overflow:hidden;
}
.left_con h3 {
    font-size: 22px;
    line-height: 50px;
    color: #fff;
    background: #f6a702;
    padding-left: 30px;
    border-bottom: 1px solid #fff;
}
.box {
	
}
.sort {
	border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}
.sort li {
    line-height: 50px;
    text-indent: 50px;
}
.sort li a {
    display: block;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
}
.sort li a:hover {
    color: #fff;
    background: #f6a702;
}
.n_contact {
	padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
	border-top: none;
}
.n_contact p {
	line-height:35px;
}
.right_con {
	
}
.crumb {
	color: #fff;
    line-height: 50px;
    background: #f6a702;
}
.crumb .site {
    font-size: 14px;   
    margin-right: 20px;
    float: right;
}
.site a {
    font-size: 14px;
    color: #fff;
}
.crumb h3 {
    font-size: 20px;
    float: left;
    padding-left:20px;
    line-height: 50px;
}
.pt15 {
	padding-top:15px;
}
.content {
	padding:5px 15px;
	margin:15px 0;
	border:1px solid #dcdcdc;
	overflow: hidden;
}
.content p {
	line-height:30px;
}
.content img {
	display:block;
	max-width:100%;
	height:auto;
}

.home {
	line-height: 50px;
	font-size:16px;
	border-bottom: 1px solid #e1e1e1;
}
.home img {
	display:inline;
	padding-right:10px;
}
.category .product-cate {
    text-align: center;
}
.content .news-box {
	margin-top: 0px;
}
.content .news-box li a {
	border-top: none;
	border-bottom: 1px solid #e5e5e5;	
}
/*分页*/
.pages {
	padding: 30px 0 30px;
	text-align: center;
}
.pages li {
	display: inline;
	margin:0 5px;
}
.pages li.pages_solid {
	color: #f6a702;
}
.pages li a {
	padding: 4px 8px;
	border: 1px solid #ccc;
	background: #fff;
	font-size:12px;
}
.pages li a:hover {
	padding: 3px 8px;
	border: 1px solid #f6a702;
	background: #f6a702;
	color: #fff;
	text-decoration: none;
}
.imain .product-box {
	overflow: hidden;
	margin-top: 30px;
}

.news_detail h1 {
    text-align: center;
    font-size: 16px;
    border-bottom: 1px dashed #e0e1dc;
    padding: 10px 0;
}
.info_title {
	line-height: 30px;
    text-align: center;
    font-weight: normal;
    color: #808080;
    overflow: hidden;
}
.info_title span {
	padding-left:10px;
}
.news_con{
	margin:10px 0;
}
.tagbg {
	padding: 10px;
    background: #f0f0f0;
}
.tag {
    line-height: 30px;
}
.tag a {
    color: #666;
}
/*相关产品和新闻*/
.relate_list {
    margin-top: 10px;
}
.relate_list h4 {
    line-height: 30px;
    border-bottom: 2px solid #f6a702;
    padding-left: 5px;
	font-size: 16px;
}
.xg_news li {
	line-height:30px;
	height: 30px;
    border-bottom: 1px dotted #ccc;
}
.xg_news li a {
	width: 70%;
	float: left;
	color:#000;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.xg_news li span {
	width: 30%;
	float: right;
	text-align: right;
}
.relatepro ul{
	margin:15px -15px;
}
.xg_pro li {
	text-align:center;
}
.xg_pro li img {
	display:inline;
}
.xg_pro li h3{
	line-height:30px;	
}
.protext {
	padding:30px 15px 0 15px;
}
/*产品详细*/
.para {
	text-align:center;
}
.para h1{	
	font-size:16px;
	padding:20px 0;
}
.para img {
	display: inline-block;
}

@media (max-width:768px) {
	.para h1{
		padding-top:20px;
	}
	.info_title span {
		display:block;
	}
	.info_title a {
		display:block;
	}
	.tag a {
		display: block;
	}
}
.p_detail {
	padding:15px 0;
}
.p_detail span.title {
	line-height: 40px;
	font-size: 20px;
    display: block;
	color: #f6a702;
    border-bottom: 1px solid #f6a702;
}


/*网站地图*/
.map img {
	max-width:none!important;
}
.sitemap {
	margin:10px 0;
}
.sitemap h3 {
	margin:20px 0;
	font-size:16px;
}
.sitemap dl a {
	margin-right:10px;
}


@media (max-width:767px){
	body {
		padding-bottom:70px;
	}
	.jianju {
        padding: 20px 15px;
    }
	.n_para span{
		display:block;
	}
}

.carousel-inner>.item {
    text-align: center;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: inline-block;
}
/*移动端底部导航*/
.phonefooternav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999;
}
.phonefooternav ul li {
  width: 25%;
  background: #f6a702;
  float: left;
  padding: 3px 0;
  border-right: 1px solid #fff;
  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;
}

