﻿body{font-family: "\5FAE\8F6F\96C5\9ED1";}
a,a:hover{
	text-decoration: none;
}
ul,ol{
	list-style:none;
	padding: 0;
}
a{
	color: #666;
}
a:hover{
	color: #F6AB4A;
}
h1,h2,h3,h4,h5,h6{ margin: 0;}
.icon{
	background: #40D2B1;
	color: #FFFF;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin-right: 10px;
}
h3{
	line-height: 50px;
	font-size:28px;
}
.clear {
    clear: both;
}
/*头部*/
.header{
	height:100px;
	background: #362526;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, .3);
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index:9999;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.header .topbar{
	line-height: 30px;
	color: #fff;
	font-size:12px;
}
.header .topbar a{
	color: #fff;
	font-size:12px;
}
.header .logo {
	float: left;
	margin-right: 30px;
	margin-top: 5px;
	
}
.header .logo img {
	display: inline-block;
	vertical-align: middle;
/* 	height:40px; */
}
#nav ul li{
	float: left;
	line-height: 48px;
	padding: 0 15px;
}
#nav ul li a{
	font-size: 16px;
	color: #fff;
}
#nav ul li a:hover{
	color: #F6AB4A;
}
.wp .tel{
	background: url(../images/tel_bg.png) left center no-repeat;
	line-height: 50px;
	float: right;
	padding-left: 37px;
	color: #e4392a;
	font-size: 18px;
}
/*手机头部*/
#m-hd{
	display: none;
}
#m-hd{
	height: 50px;
	line-height: 50px;
	background: #362526;
	padding: 0;
    position: fixed;
    width: 100%;
    z-index: 999999;
}
#m-hd img{
	height: 40px;
	padding: 4px 0 5px 12px;
}
.m-trigger {
	position: absolute;
	top: 0;
	right: 10px;
	width: 50px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	line-height: 45px;
	cursor: pointer;
	background: url(../images/menu_add.png) center center no-repeat;
	-webkit-background-size: 50px;
	background-size: 25px;
	height: 50px;
}
.m-nav {
	z-index: 60;
	position: absolute;
	top: 50px;
	width: 100%;
	left: 0;
	background: url(../images/alpha_black_70.png) repeat;
	text-align: center;
	display: none;
	padding: 0;
}
.m-nav li {
	border-bottom: 1px solid #565656;
}
.m-nav a {
	display: block;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	text-align:center;
	color: #fff;
	font-size: 14px;
}
.m-nav a:hover, .m-nav a:active {
	color: #e4392a;
}
.m-sub {
	text-align: left;
	display: none;
	width:100%;
}
.m-sub a {
	border-bottom: none;
	font-size: 13px;
}
/*banner*/
.carousel-inner{
	padding-top:100px;
}
.banner{
	margin-top: 100px;
	text-align: center;
	width: 100%;
	color: #fff;
}
/*about*/
.about{
	padding: 80px 0;
}
.about h3{
	font-size: 28px;
	color: #333;
	margin-bottom: 50px;
}
.about p{
	line-height: 35px;
	color: #5a5a5a;
}
.about .btn{
	border:none;
	border-radius: 10px;
	background: #F6AB4A;
	padding: 10px 60px;
	transition: all 0.3s;
}
.about .btn a{
	color: #fff;
}
.about .btn:hover{
	background: #ff8622;
}
.youshi{
	background: url(../images/bg1.jpg);
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 80px 0;
}
.youshi img{
	margin: 0 auto;
}
.youshi .y1{
	background: url(../images/icon1.png) no-repeat;
	height: 100px;
}
.youshi .y2{
	background: url(../images/icon2.png) no-repeat;
	height: 100px;
}
.youshi .y3{
	background: url(../images/icon3.png) no-repeat;
	height: 100px;
}
.youshi h3{
	padding-left: 120px;
	font-size: 18px;
	text-align: left;
	line-height: 50px;
}
.youshi small{
	display: block;
	line-height: 20px;
	color: #fff;
	font-size: 13px;
}
/*service/*/
.service{
	padding:80px 0 ;
	text-align: center;
}
.service h3{
	font-size: 28px;
	color: #333;
	margin-bottom: 20px;
}
.service img{
	margin: 0 auto;
	margin-bottom: 50px;
}
.service .ser-left,.service .ser-right{
	margin: 40px 0;
}
.service .ser-left h4{
	font-size: 24px;
	color: #333333;
	line-height: 46px;
	float: right;
}
.service .ser-left img{
	float: right;
	padding-left: 20px;
}
.service .ser-right h4{
	font-size: 24px;
	color: #333333;
	line-height: 46px;
	float: left;
}
.service .ser-l{
	line-height: 35px;
	color: #5a5a5a;
	text-align: right;
	float: right;
}
.service .col-md-4 img{
	display: inline;
}
.service .ser-right img{
	float: left;
	padding-right: 20px;
}
.service .ser-r{
	line-height: 35px;
	color: #5a5a5a;
	text-align: left;
	float: left;
}
/*case*/
.case{
	background: url(../images/bg1_03.jpg);
	width: 100%;
}
.lvjing{
	width:100%;
	background: rgba(0,0,0,0.7);
	padding:30px 0;
}
.col-md-4{
	margin: 20px 0;
}

/*supply*/
.products{
	margin: 80px 0;
	text-align: center;
}
.products h3{
	font-size: 28px;
	color: #333;
	margin: 20px 0;
}
.products img{
	margin: 0 auto;
	margin-bottom: 40px;
}
.products .col-md-3{
	margin-bottom: 20px;
}
.products .pro{
	border: 1px solid #eee;
}
.products .pro img{
	margin-bottom: 1px;
}
.products .pro:hover{
	border: 1px solid #F6AB4A;
}
.pro h4{
	margin-top: 10px;
    margin-bottom: 10px;

}
    
/*experts*/
.experts{
	margin: 80px 0;
	text-align: center;
	background: url(../images/bg2.jpg);
	color: #fff;
	padding: 80px 0;
}
.experts img{
	margin: 0 auto;
}
.experts a{
	color: #fff;
}
.experts a:hover{
	color: #F6AB4A;
}
.experts .btn{
	border:none;
	border-radius: 10px;
	background: #F6AB4A;
	padding: 10px 60px;
	transition: all 0.3s;
	margin-top: 30px;
}
.experts .btn a{
	color: #fff;
}
.experts .btn:hover{
	background: #ff8622;
}
.experts small{
	font-size:14px;
}
/*news*/
.news{
	margin: 40px 0;
	text-align: center;
}
.news .news_img,.smcy .news_img{
	margin: 0 auto;
	margin-bottom: 40px;
}
.news a{
	color: #333;
}
.news a:hover{
	color: #F6AB4A;
}
.news time{
	color: #999;
}
.news p{
	color: #666;
	text-align: left;
}
/*商盟成员*/
.smcy ul li{
	float:left;
    padding: 0 10px;
    line-height: 30px;
}
.smcy ul li a{
	color: #666;
}
/*contact*/
.contact{
	margin-top: 40px;
	text-align: center;
	background: #362526;
	color: #fff;
}
.contact .foot{
	padding: 30px 0;	
}
.contact .footer_logo{
	text-align: center;
}
.contact .cont,.contact .abo{
	text-align: left;
}
.contact .con_tit,.contact .abo_tit{
	font-size: 16px;
    font-weight: bold;
    color: #F6AB4A;
    line-height: 48px;
}
.contact .con_xq{
	padding-left: 0;
}
.contact .con_xq li{
	line-height: 28px;
}
.contact .ewm{
	padding-left: 30%;
	width: 100%;
}
.contact .ewm img{
	margin-bottom: 5px;
}
.contact .s_s{
	text-align: center;
}
.copy{
	background: #291c1d;
    padding: 12px 0;
}

/*关于我们详情页*/
.banner_in img{
	padding-top: 100px;
	margin: 0 auto;
}
.con{
	text-align: center;
	margin-top: 40px;
}
.con h4{
	color:#333;
}
.con img{
	margin: 0 auto;
}
.con_bt{
	margin-bottom: 30px;
}
.xq{
	line-height: 30px;
	text-indent: 2em;
	text-align: left;
	color: #666;
}
/*产品页面*/
.pro_in{
	border: 1px solid #eee;
}
.pro_in h4{
	margin-top: 10px;
    margin-bottom: 10px;
}
.pro_in:hover{
	border: 1px solid #F6AB4A;
}
.pro_in a{
	font-size: 14px;
}
.con .col-md-3{
	margin-bottom: 20px;
}
/*新闻页面*/
.con time{
	color: #999;
}
.con p{
	text-align: left;
	color: #666;
}
.article{
	text-align: left;	
	color: #666;
}
.article h1{
	font-size: 20px;
    color: #f6ab4a;
    text-align: center;
    padding-bottom: 10px;
    margin: 0;
}
.article > .time{
	line-height: 30px;
    border-bottom: 1px solid #eee;
    text-align: center;
    margin-bottom: 25px;
    color: #666;
}
.article > .time a{
	color: #666;
}
.article_con{
	line-height: 30px;
	text-indent: 2em;
}
.bq{
	padding-top: 20px;
}
.news_tit h4,.zj_tit h4{
	line-height: 30px;
	padding-top: 10px;
}
.news_tit h4:hover{
	color:#F6AB4A;
}
.news_tit img {
	display:inline;
	max-width: 240px;
}
/*联系我们页面*/
.con_con > p{
	text-align: center;
}
/*相关新闻*/
.xgxw h3,.xgcp h3{
	color: #F6AB4A;
	font-size: 18px;
	line-height: 40px;
}
.xgxw_list li{
	float: left;
	width: 100%;
	padding: 0 15px;
}
.xgxw_list li h4{
	float: left;
	font-size: 14px;
	line-height: 30px;
	margin: 0;
}
.xgxw_list li time{
	float: right;
	color: #999;
	font-size: 12px;
	line-height: 30px;
}
/*相关产品*/
.xgcp_tit{
	text-align: center !important;
	line-height: 30px;
	font-size: 16px;
}
.xgcp_list .ys a .xgcp_tit:hover{
	color: #F6AB4A;
}
 /* 分类 */
.top_a {
  text-align: center;
  margin: 20px auto 10px;
}
.top_a a {
  display: inline-block;
  color: #666;
  font-size: 14px;
  padding: 4px 20px;
  margin-bottom: 10px;
  background: url(../images/dian.png) no-repeat center right;
}
.top_a a:last-child {
  background: none;
}
.top_a a:hover {
  color: #F6AB4A;
}
.top_a .active {
  color: #F6AB4A;
}
.text-left{
	line-height: 30px;
    padding-bottom: 10px;
}






























/*页码*/
.pagess ul li {
	display:inline-block;
	border: 1px solid #ccc;
	padding: 2px 9px;
	margin: 30px 0 3px;
	line-height: 20px;
	background: #fff;
	color:#999
}
.pagess ul li:hover {
	background:#F6AB4A;
	color:#fff;
	border: 1px solid #F6AB4A
}
.pagess ul li.thisclass {
	display: inline-block;
	border: 1px solid #F6AB4A;
	padding: 2px 9px;
	margin: 0 3px;
	background: #F6AB4A;
	color: #fff;
}
.pagess ul li.thisclass a {
	color: #fff;
}
.pagess ul li a {
	display:block;
	color:#999
}
.pagess ul li a:hover {
	color: #fff;
}

/*网站地图*/
.sitemap {
	margin:10px 0;
}
.sitemap h3 {
	margin:20px 0;
	font-size:16px;
}
.sitemap dl a {
	margin-right:10px;
}

/*移动端底部导航*/
.phonefooternav {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	display:none;
}
.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;
}
}

.aa p{ text-align:left;}



.cp_fl{
	text-align: center;
}
.cp_fl li{
	display: inline-block;
	margin-bottom: 15px;
}
.cp_fl li a{
	display: inline-block;
    border: 1px solid #F6AB4A;
    background: #362526;
    border-radius: 4px;
    color: #fff;
    padding: 6px;
}











