@charset "UTF-8";
html{margin:0;padding:0;border:0;overflow-x:hidden;}
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{position:relative;font:14px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;background: #fbfbfb;}
a{text-decoration:none;outline:none;transition: 0.5s;-webkit-transition: 0.5s;-moz-transition: 0.5s;color: #333;}
a:link{color:#000;}
a:visited{color:#000;}
a:hover,a:active,a:focus{color:#000;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;}
i,em{
	font-style: normal;
	text-decoration:none;
}
.top{
	background: #323232;
}
.top_h{
	color: #fff;
}
.top_h a{
	color: #fff;
}
.navbar-brand{
	height: 0px;
	padding:0!important;
}
.navbar-default{
	border-color:#323232;
    background-color:#323232; 
}
.jianju{
	padding-top: 10px;
}
.xdd{
	float: right;
}
.xdd ul li a{
	display: block;
    position: relative;
    font-size: 16px;
    color: #fff!important;
}
.navbar .nav>li>a:hover{
	color: #fff!important;
}
.sr-line{
	position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    bottom: 0px;
    left: 50%;
    margin-left: -17%;
}
.show{
	display: block!important;
}
.navbar .nav>li>a .sr-line{
	width: 22px;
	display: none;
}
.navbar .nav > .b-active > a .sr-line{
	display: block!important;
}
@media(max-width: 768px){
	.xdd{
		float: none;
	}
	.xdd ul li a{
		display: block;
	    position: relative;
	    font-size: 16px;
	    color: #fff!important;
	    text-align: center;
	}
	.sr-line{
		position: absolute;
	    width: 100%;
	    height: 2px;
	    background: #fff;
	    bottom: 0px;
	    left: 50%;
	    margin-left: -3%;
	}
}
.carousel-indicators li{
	background: #000!important;
	transition: width .4s ease-in;
	opacity: 0.2!important;
	width: 8px!important;
	height: 8px!important;
}
.carousel-indicators .active{
	width: 40px!important;
	height: 8px;
	margin:0;
	opacity: 1!important;
	background: #fff!important;
}
.carousel-indicators li{
	border-color: #fff;
}
#header{
	opacity: 0.9;
	transition: 600ms;
}
#header.mini{
	padding: 5px 0;
}
.fixed1{
	position: fixed;
	z-index: 9999;
	width: 100%;
}
.navbar1{
	margin-bottom:0!important;
}
.banner{
	margin-top: 92px;
}
@media(max-width: 768px){
	.banner{
	margin-top: 72px;
}
}
.section1{
	padding:60px 0;
}
.title10{
	text-align:center;
	margin-bottom: 30px;
}
.title10 h4{
	font-size: 20px;
	margin-bottom: 5px;
}
.title10 h4 a{
	color: #555;
}
.title10 h4:before{
	content: "";
    display: block;
    width: 60px;
    height: 1px;
    margin: 0 auto;
    background: #eaeaea;
    margin-bottom: 20px;
}
.title10 p{
	color: #7f7f7f;
    font-size: 12px;
}
.title10 ul{
	margin: 20px 0 0;
	padding: 0;
}
.title10 ul li{
	display: inline-block;
	line-height: 30px;
}
.title10 ul li a{
	padding: 0 15px;
	display: block;
}
.title10 ul li a.on{
	color: #444;
}
.title10 ul li a:hover{
	background: #757575;
	color: #fff;
}
.pro-item{
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
}
@media(max-width: 768px){
	.pro-item{
		margin-bottom: 10px;
	}
}
.pro-img{
	display: block;
	overflow: hidden;
}
.pro-img img{
	width: 100%;
    height: auto;
    margin: 0 auto;
    transition: .6s;
}
.pro-item:hover .pro-img img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.pro-text{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
}
.pro-text h4{
	margin: 0;
    font-size: 16px;
    color: #fff;
}
.pro-text p{
	margin: 0;
    font-size: 13px;
    margin-top: 5px;
    color: #fff;
}
.pro-item:hover .pro-text{
	background-color: rgba(0,0,0,.8);
}
.pro-text div{
    position: absolute;
    left: 35%;
    top: 50%;
    margin-top: 0;
    transition: all .2s ease-in-out 0s;
    opacity: 0;
}
.pro-item:hover .pro-text div{
	opacity: 1;
    margin-top: -24px;
}
.pro-text span{
	position: absolute;
	top: -30px;
	right: 30px;
	transition: all .2s ease-in-out 0s;
	opacity: 0;
	font-size: 30px;
	color: #fff;

}
.pro-item:hover .pro-text span{
	top: 30px;
	opacity: 1;
}
.section2{
	border-top: 1px solid #eee;
	padding: 60px 0;
}
.about-img{
	width: 100%;
	height: auto;
	position: relative;
}
.about-img a{
	display: block;
	overflow:hidden;
}
.about-img span{
	position:absolute;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 36px;
	top: -40px;
	left: 50%;
	font-size: 26px;
	color: #fff;
	opacity: 0;
	margin-top: -20px;
	margin-left: -20px;
	border-radius: 50%;
	border: 2px solid #fff;
	text-align: center;
	transition: all 300ms ease-in-out 0s;
/*	transition: all .2s ease-in-out 0s;*/
}
.about-img:hover.about-img span{
	top: 50%;
	opacity: 1;
}
.about-text{
	text-align: center;
}
@media(max-width: 768px){
	.about-text{
	margin-top:40px;
}
}
.about-text h4{
	font-size: 20px;
	color: #555;
}
.about-text span{
	font-size: 12px;
	color: #7f7f7f;
	margin: 5px 0 25px;
	display: block;
}
.about-text p{
	line-height: 22px;
	overflow:hidden;
	color: #7f7f7f;
}
.about-text a{
	display: inline-block;
	padding: 10px 50px;
	border: 1px solid #eee;
	color: #7f7f7f;
	margin-top: 30px;
}
.about-text a:hover{
	background:#3B3B3B;
	color: #fff; 
}
.section3{
	border-top: 1px solid #eee;
    padding: 60px 0;
}
.case-text{
	background: #f8f8f8;
	padding: 20px 15px 15px;
	text-align: center;
	transition: all 300ms ease-in-out 0s;
}
.case-text h4{
	margin: 0;
	font-size: 16px;
	color: #444;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.case-text p{
	font-size: 13px;
	color: #9e9e9e;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
}
.case-img{
	position: relative;
}
.axb a{
	transition: all 300ms ease-in-out 0s;
}
.axb a:hover .case-text{
	background: #4E4E4E;
}
.axb a:hover .case-text h3{
	color: #fff;
}
.axb a:hover .case-text p{
	color: #fff;
}
.axb span{
	position:absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	top: 50%;
	left: 50%;
	font-size: 26px;
	color: #fff;
	opacity: 0;
	margin-left: -25px;
	margin-top: 5px;
	border-radius: 50%;
	border: 2px solid #fff;
	text-align: center;
	transition: all 300ms ease-in-out 0s;
}
.axb:hover.axb span{
	margin-top: -25px;
	opacity: 1;
}
.case-img div{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity: 0;
	z-index: 2;
	transition: all 300ms ease-in-out 0s;
	display: block;
	border: 1px solid rgba(255,255,255,.4);
}
.axb:hover .case-img div{
	opacity: 1;
	top:15px;
	left:15px;
	right:15px;
	bottom:15px;
}
.news span{
	position:absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	top: 50%;
	left: 50%;
	font-size: 26px;
	color: #fff;
	opacity: 0;
	margin-left: -25px;
	margin-top: 5px;
	border-radius: 50%;
	border: 2px solid #fff;
	text-align: center;
	transition: all 300ms ease-in-out 0s;
}
.news-img{
	position: relative;
}
.news-img div{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity: 0;
	z-index: 2;
	transition: all 300ms ease-in-out 0s;
	display: block;
	border: 1px solid rgba(255,255,255,.4);
}
.news:hover .news-img div{
	top:15px;
	left:15px;
	right:15px;
	bottom:15px;
	opacity: 1;
}
.news:hover.news span{
	margin-top: -25px;
	opacity: 1;
}
.news-text{
	padding: 20px 15px 15px;
    transition: all 300ms ease-in-out 0s;
}
.news h4{
	margin: 0;
    font-size: 16px;
    color: #444;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news p{
	margin: 0;
    color: #9e9e9e;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.section5{
	padding: 60px 0;
}
.contact h5{
	margin-top: 0;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px;
	color: #515151;
	font-weight: bold;
}
.contact p{
	line-height: 24px;
    font-size: 13px;
    color: #898989;
    margin-bottom: 5px;
    transition: all 500ms ease-in-out 0s;
    cursor: pointer;
    display: block;
    width: 48%;
    float: left;
}
.contact p:hover{
	padding-left: 20px;
}
.sm h5{
	margin-top: 0;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px;
	color: #515151;
	font-weight: bold;
}
.sm ul li{
	line-height: 24px;
    font-size: 13px;
    margin-bottom: 5px;
    float: left;
    padding:0 10px;	
}
.sm ul li a{
	color: #898989;
}
.footer{
	width: 100%;
	background:#323232;
	padding: 20px; 
}
.mbx{
	float: right;
}
.all-width{
	border-bottom: 1px solid #eee;
    line-height: 20px;
    padding: 10px 0;
    text-align: right;
    color: #666;
    margin-bottom: 60px;
}
.title{
	line-height: 24px;
}
.title h3{
	text-align: center;
	font-size: 30px;
}
.title span{
	display: block;
    clear: both;
    margin: 10px 0px 10px 0px;
    color: #a1a1a1;
    font-size: 10px;
    text-align: center;
}
.miaoshu{
	text-indent: 24px;
	margin-bottom: 10px;
	margin-left:15px;
}
.about_text{
	margin-bottom: 30px;
}
.pages{
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}
.pages li{
	display: inline-block;
}
.pages li a{
	display: block;
    padding: 0 10px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    height: 36px;
    line-height: 36px;
    min-width: 36px;
}
.pages_solid{
	display: block;
    padding: 0 10px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    height: 36px;
    line-height: 36px;
    min-width: 36px;
    background: #323232;
    color: #fff;
}
.pages li a:hover{
	background: #323232;
    color: #fff;
}
.news-img1 img{
	max-height: 176px;
}
.news-img1{
	position: relative;
}
.news-img1 div{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity: 0;
	z-index: 2;
	transition: all 300ms ease-in-out 0s;
	display: block;
	border: 1px solid rgba(255,255,255,.4);
}
.news:hover .news-img1 div{
	left: 15px;
	right: 15px;
	top: 15px;
	bottom: 15px;
	opacity: 1;
}
.news_con a{
	font-size: 16px;
    color: #444;
    margin: 0 0 15px;
    display: block;
}
.news_con span{
	display: block;
    color: #9e9e9e;
    font-size: 12px;
    margin-bottom: 10px;
}
.news_con p{
	color: #666;
    line-height: 24px;
    overflow: hidden;
}
.newslist{
	padding: 20px 0;
    border-bottom: 1px solid #eee;
}
.cont p{
	line-height: 30px;
}
.cont{
	margin-bottom:20px;
}
.news_title{
	text-align: center;
	line-height: 30px;
}
.news_title h1{
	font-size: 30px;
}
.line{
	line-height: 30px;
}
.related_list h4{
	border-bottom: 1px solid #e0e1dc;
    line-height: 30px;
    font-size: 16px;
}
.related_list li{
	float: left;
	width: 48%;
	margin-left: 2%;
}
.related_list span{
	float: right;
}
.related_cp h4{
	border-bottom: 1px solid #e0e1dc;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 10px;
}
.aaa{
	color: #fff;
	line-height: 30px;
}
.aaa a{
	color: #fff;
}
.lx li{
	float: left;
	padding-left: 2%;
}
.lx li:first-child{
	padding-left: 0px;
}

.phonefooternav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999;
}
.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;
}


.kk{
	margin-left: 0px!important;
}


#con_1{
	display: none;
}
#con_2{
	display: none;
}
#con_3{
	display: none;
}

.ab_xdd{
	width: 100%;
	margin-top:40px;
	padding-bottom: 20px;
}
.dh_xdd{
	line-height: 30px;
}
.dh_xdd a{
	margin-left: 10px;
}
