@CHARSET "UTF-8";

/*头部样式*/
#header{
	background-color: #ebebeb;
}
.head{
	width: 1200px;
	margin: 0 auto;
	height: 30px;
}
.head .k1{
	padding-top:5px;
}
.top{
	width: 1200px;
	margin: 0 auto;
    height: 106px;
}
.logo{
	float:left;
	padding-top: 22px;
}
.kk2{
    line-height:26px;
    height:26px;
    float:right;
}
.k2{
	padding-left: 60px;
	background:url(../images/top-phone.png) no-repeat center left; 
	color: #404040;
	font-family:"微软雅黑";
	padding-top: 20px;
}
.topLink{
	width:300px;
	float:right;
	position: relative;
	z-index: 9999;
}
.translate{
	width:100px;
	position: absolute;
	left: 0;
	top:10px;
	z-index: 9999;
}
.tran-in{
	left:120px;
}
.translate li{
	border: 1px dashed #cccccc;
	line-height: 26px;
	text-align: left;
	background: #fff;
}
.translate li a{
	display: block;
	padding-left: 10px;
	background: url(../images/dot4.png) no-repeat 88% 11px;
}
.translate li a:hover{
	text-decoration: none;
	color:#275cea;
	cursor: pointer;
}
.translate-en{
	display: none;
	padding: 6px;
	padding-top:0px;
}
.translate li .translate-en a{
	padding-left: 0px;
	text-align: center;
	background: #fff;
	border-bottom: 1px solid #cccccc;
}
.translate li .translate-en a:hover{
	font-weight: bold;
}
.topLink .f_count{
	color:#ff0000;
	font-size:13px;
	font-weight:bold;
}

#menu{
    z-index: 99;
	background-color: rgba(17,145,61,0.6);
	position: absolute;
    margin-left: -960px;
    left: 50%;
    width: 1920px;
}

/*首页产品*/
#container{
	width:1200px;
	margin:0 auto;
	margin-top: 15px;
}	
.index11{
	padding-top: 30px;
}
.index11 h2{
	font:400 22px/28px "微软雅黑";
	color: #000;
	margin-bottom: 10px;
}
.index11 h2 span {
	font:400 12px/28px "微软雅黑";
	padding-left: 10px;
	text-transform:uppercase;
}
.all-pro-title{
	display: block;
	background: url(../images/index-pro-titlebg.png) no-repeat center 15px;
	background-color: #11913d;
	width: 200px;
	height: 35px;
	padding-top: 45px;
	text-align: center;
}
.pro-content h3{
	color: #fff;
	font:400 14px/22px "微软雅黑";
}


/*热门搜索*/
.search{
	background: url(../images/searchbg.png) no-repeat center right;
	text-align:left;
	height:24px;
	background-color:#f8f8f8;
	height: 80px;
}
#formsearch{
	width:300px;
	float:left;
	background-color: #fff;
	margin-top: 30px;
	margin-left: 30px;
}
.hotSearch{
	width:400px;
	height:50px;
	line-height:80px;
	font-weight:normal;
	float: left;
	margin-left: 33px;

}
.search-contact{
	float: right;
	color: #424242;
	padding-right: 140px;
	padding-top: 18px;
}

/*优势*/
.index22{
	width: 1920px;
    margin: 0 auto;
    position: relative;
    left: 50%;
    margin-left: -960px;
    padding-top: 40px;
    padding-bottom: 40px;
}

/*主体新闻*/
.index33 h2{
	font:400 22px/28px "微软雅黑";
	color: #000;
	margin-bottom: 10px;
}
.index33 h2 span {
	font:400 12px/28px "微软雅黑";
	padding-left: 10px;
	text-transform:uppercase;
}
.news-content .img_hover{
    width: 540px;
    height: 285px;
    overflow: hidden;
}
.news-content .img_hover img{
    width: 334px;
    height: 240px;
}
.news-content .img_hover_roll{
    width: 540px;
    height: 340px;
    position: relative;
    margin: 5px;
}
.news-content .img_hover_roll h4{
    position: absolute;
    font: 100 14px/40px "微软雅黑";
    color: #fff;
    bottom: 0px;
    left: 20px;
    z-index: 1000;
}
.news-content .ulli{
    position: absolute;
    left: -50%;
    bottom: 0;
    width: 100%;
    height: 40px;
    opacity: 0.8;
    z-index: 999;
}
.news-content .ulli .numli{
    width: 10px;
    height: 10px;
    background: #fff;
    display: inline-block;
    margin: 0 5px;
    border-radius: 5px;
    float: right;
    margin-top: 14px;
}
.news-content .ulli .numli:hover{
    background: #79ff66;
}
.news-body{

}
.recnews{
	border-bottom: 1px solid #c5d2d8;
	width: 600px;
	padding-bottom: 20px;
}
.recnews .time{
	background-color: #73848c;
	width:66px;
	text-align: center;
	color:#fff;
	font:400 14px/25px "Microsoft Yahei";
	border:1px solid #dcdcdc;
	border-radius: 4px;
	float: left;
}
.recnews .time span{
	display: block;
	color:#fff;
	font:600 30px/50px "Microsoft Yahei";
	background: #11913d;
}
.recnews h3{
	width: 510px;
	margin-left: 85px;
}
.recnews h3 a{
	display: block;
	font:600 16px/36px "Microsoft Yahei";
}
.recnews h3 p{
	color:#666;
	font:400 12px/24px "Microsoft Yahei";
}
.recnews:hover .time{
	border:1px solid #dcdcdc;
}
.recnews:hover .time span{
	background: #41aa02;
}
.recnews:hover h3 a{
}
.news2{margin-top: 20px;}
.news_list1{}
.news_list1 li{line-height:30px;position:relative;padding-left:10px;}
.news_list1 li a{line-height:27px;color:#666;background:url(../images/dot33.png) no-repeat center left;padding-left: 20px;}
.news_list1 li a:hover{text-decoration:none;color:#e87518;}
.news_list1 li span{color:#999;z-index:0;line-height:27px;position:absolute;right:0px;top:0px;}
.news_list1 li h3 {font-size:14px;}

.index55 h2{
	font:400 22px/28px "微软雅黑";
	color: #000;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px; 
}
.index55 h2 span {
	font:400 12px/28px "微软雅黑";
	padding-left: 10px;
	text-transform:uppercase;
}
.index-about{width:1170px;border:1px solid #e9e9e9;float: left;padding: 15px;}
.about-video{float: left;width: 370px;}
.about-content{width:470px;text-indent:20px;float: left;margin-left: 30px;margin-right: 30px;margin-top: 10px;}
.about-content a{color: #418e38;font: 400 14px/40px "微软雅黑";}
.about-content a:hover{color: #e87518;}
.index-phone{padding: 12px;}
.about-img{float: left;}

#focus7 {
	width:238px; 
	height:340px; 
	overflow:hidden; 
	position:relative;
}
#focus7 ul {
	height:188px; 
	position:absolute;
}
#focus7 ul li {
	float:left; 
	width:238px; 
	height:152px; 
	overflow:hidden; 
	position:relative; 
	background:#000;
	margin-top: 12px;
}
#focus7 ul li a img{
	height:152px;
	width:238px;
}
#focus7 ul li div {
	position:absolute; 
	overflow:hidden;
}
#focus7 .btnBg {
	position:absolute; 
	width:238px; 
	height:20px; 
	left:0; 
	bottom:0; 
	background:#000;
}
#focus7 .btn {
	position:absolute; 
	width:238px; 
	height:10px; 
	padding:5px 10px; 
	right:0; 
	bottom:0; 
	text-align:right;
}
#focus7 .btn span {
	display:inline-block; 
	_display:inline; 
	_zoom:1; 
	width:25px; 
	height:10px; 
	_font-size:0; 
	margin-left:5px; 
	cursor:pointer; 
	background:#fff;
	margin-top: 30px;
	margin-left: 30px;
}
#focus7 .btn span.on {background:#fff;}
.staff{border: 1px solid #e3e3e3;padding: 10px;}
.staff h2{
	font:400 22px/28px "微软雅黑";
	color: #000;
	margin-bottom: 5px;
	padding-top: 7px;
	padding-bottom: 7px; 
	text-align: center;
	background:url(../images/middline.png) no-repeat center center; 
}

.index66{background:url(../images/index66bg.png) no-repeat bottom right;}
.index-table td{border:solid #add9c0; border-width:0px 1px 1px 0px; padding:10px 5px;}
.index-table{border:solid #add9c0; border-width:1px 0px 0px 1px;margin-top:10px;}
.technology-news{width: 300px;border:1px solid #e3e3e3;float: left;margin-top:20px;height: 330px;}
.technology-news h2{
	font:400 22px/28px "微软雅黑";
	color: #418e38;
	margin-bottom: 5px;
	padding-top: 20px;
	padding-bottom: 20px; 
	text-align: center;
	background:url(../images/middline.png) no-repeat center center; 
}
.news_list2{margin: 0px 25px 25px 25px;}
.news_list2 li{line-height:30px;position:relative;padding-left:20px;background:url(../images/dot66.png) no-repeat left center;}
.news_list2 li a{line-height:27px;color:#666;}
.news_list2 li a:hover{text-decoration:none;color:#e87518;}
.news_list2 li span{color:#999;z-index:0;line-height:27px;position:absolute;right:0px;top:0px;}
.news_list2 li h3 {font-size:14px;}
.news_list2 li div{line-height:24px;}
.index-message{width: 500px;float: left;background-color: #f2f2f2;margin-top: 20px;margin-left: 30px;}
.index-message h2{
	font:400 22px/28px "微软雅黑";
	color: #418e38;
	padding-top: 10px;
	padding-bottom: 10px; 
	background:url(../images/zxzx.png) no-repeat 35px center; 
	padding-left: 70px;
}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

/*首页新闻*/
.news_company{width:280px;float:right;}
.news1_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.news_company .content{padding:5px;}

/*首页左侧联系我们*/
.contact{width:218px;float:left;padding-bottom:5px;margin-top:10px;}
.contact_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.contact .content{padding:5px;padding-left:8px;}

.news2_company{margin-top:10px;}

/*产品推荐*/
.recommend_case{margin-top:20px;width:1200px;float:left;}
.recommend_case .title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.recommend_case .content{padding-top:30px;padding-bottom:14px;}
.roll_product li{padding-bottom:0px;}
.l_btn1,.r_btn1{
	padding-top: 50px;
}
.l_btn1{
	float: left;
}
.r_btn1{
	float: right;
}
.boxx{
	width:1200px;
	margin:0 auto;
	margin-top:40px;
}
.case_list2 li{
	float:left;
	margin-left:10px;
	margin-right:11px;
	padding-bottom:15px;
	_display:inline;
	background-color: #fff;
}
.case_list2 li a.img{
	padding:3px;
	border:1px solid #d9d9d9;
}
.case_list2 li a.img img{
	width:186px;
	height:144px;
}
.case_list2 li h3{
	text-align:center;
	padding-top:10px;
}
.case_list2 li h3 a{
	font-weight:normal;
	color:#0f4d88;
	font-size:14px;
}
.case_list2 li h3 a:hover{
	color:#b57c4b;
}
.case_list2 li a.img{
	display:block;
}
.case_list2 li a.img:hover{
	border-color:#0f4d88;
}
#mdemo{
	overflow:hidden;
	width:89%;
	margin:0 auto;
}
#mindemo {
	float: left;
	width:800%;
}
#mdemo1 {
	float: left;
}
#mdemo2 {
	float: left;
}




/*友情链接*/
.f_link{width:1000px;margin:0 auto;margin-top:15px;line-height:30px;background-color:#ececec;text-indent:20px;}

/*页面底部*/
#footer{position:relative;text-align:center;margin-bottom:10px;padding-top:8px;background:url(../images/footerbg.png) repeat-x top center;background-color: #2a2a2a;margin-top: 50px;}
#footer a{}
#footer a:hover{color:#e87518;text-decoration:none;}
.nav_foot{text-align:center;line-height:24px;color:#666;}
.copyright{text-align:center;line-height:24px;}
.nav_menu{width:1200px;margin:0 auto;height: 280px;overflow: hidden;}
.hotline{margin-top: 16px;}
.hotline-phone{background: url(../images/phone2bg.png) no-repeat center left;padding-left: 62px;padding-top: 20px;margin-left: 30px;}
.nav1{
	margin: 0 auto;
	height:50px;
	margin-top: 20px;
}
.nav1 li{
	line-height:50px;
	height:200px;
	text-align:center;
	width:180px;
	float:left;
	position:relative;
	z-index:999;
	background: url(../images/footline.png) no-repeat right top;
}
.nav1 li a{
	display:block;
	line-height:50px;
	color:#fff;
	height:50px;
	font-size: 14px;
}
.nav1 li a:hover{
	color:#fff;
	text-decoration:none;
}

.nav1 .sec{
	color:#fff;
	z-index:9999;
	position:absolute;
	top:50px;
	left:0px;
}
.nav1 .sec a{
	color:#fff;
	height:30px;
	line-height:30px;
	width:180px;
	font-size: 12px;
}

.nav1 .sec a:hover{
	text-decoration:none;
}
.nav-message{padding-top: 25px;color: #fff;}
.foot_erweima{margin-top: 20px;}

/*------------内页-------------------*/
.left .box{margin-bottom:10px;}
.left .box h3{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";font-size:14px;color:#fff;background-color: #11913d;}
.left .box .content{padding:5px 0px;}

.prodescription{border:1px solid #e5e5e5;background:#f9f9f9;line-height:24px;padding:10px;margin-bottom:15px;text-indent:20px;}

.n_banner{width: 1920px;position: relative;left: 50%;margin-left: -960px;}
.n_banner img{width:1920px;margin:0 auto}
.left{width:200px;float:left;}
.sort_menu{}
.sort_menu h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.sort_product{margin-top:10px;}
.sort_product h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}

.n_contact{margin-top:10px;}
.n_contact h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.n_contact .content{padding:5px;line-height:24px;}

.right{width:960px;float:right;padding-bottom:10px;}
.sitemp{line-height:31px;height:31px;overflow:hidden;padding-right:10px;border-bottom: 1px solid #666666;}
.sitemp h2{width:340px;float:left;line-height:31px;text-align:center;text-align:left;text-indent:15px;color:#000;font-size:14px;}
.sitemp .site{width:380px;float:right;text-align:right;line-height:30px;}
.right .content{padding:10px;padding-top:15px;overflow:hidden;line-height: 24px;}


