@charset "utf-8";
/* CSS Document */
html {overflow-y:scroll;}
body {font-size:14px;color:#303030;font-family:"微软雅黑";margin: 0px;padding: 0px;background-color: #ffffff;}
ul,li,img,dl,dt,dd,form{margin: 0px;padding: 0px;}
td {font-size:14px;}
textarea{ margin:0px;padding:0px;}
input{margin:0;padding:0;}
section{width: 100%;z-index: 100;}
a{text-decoration:none;color: #000000;}
p {display: block;-webkit-margin-before: 0em;-webkit-margin-after: 0em;-webkit-margin-start: 0px;-webkit-margin-end: 0px;}
li{ list-style-type:none;}
img{border:0px;}
span{text-indent: 0px;}
.red{color: #FF0000;}
.font12{font-size: 12px;color: #FFFFFF;}
.font14{font-size: 14px;color: #000000;}
.font14bold{font-size: 14px;color: #000000;font-weight: bold;}
.line{border: solid 1px #abc3a9;}
.clear{clear: both;height:0px;width:100%;}
.clear2{clear: both;height: 2px;width: 100%;margin: 0px;padding: 0px;}
.clear3{clear: both;height: 3px;width: 100%;margin: 0px;padding: 0px;}
.clear4{clear: both;height: 4px;width: 100%;margin: 0px;padding: 0px;}
.clear5{clear: both;height: 5px;width: 100%;margin: 0px;padding: 0px;}
.clear6{clear: both;height: 6px;width: 100%;margin: 0px;padding: 0px;}
.clear7{clear: both;height: 7px;width: 100%;margin: 0px;padding: 0px;}
.clear8{clear: both;height: 8px;width: 100%;margin: 0px;padding: 0px;}
.clear15{clear: both;height: 15px;width: 100%;margin: 0px;padding: 0px;}
.clear20{margin: 0px;padding: 0px;clear: both;height: 20px;width: 100%;}
.clear51{margin: 0px;padding: 0px;clear: both;height: 51px;width: 100%;}
.clear50{margin: 0px;padding: 0px;clear: both;height: 50px;width: 100%;}
.clear70{margin: 0px;padding: 0px;clear: both;height: 70px;width: 100%;}
.clear150{margin: 0px;padding: 0px;clear: both;height: 150px;width: 100%;}
.topclearbg5{clear: both;height: 3px;width: 100%;margin: 0px;padding: 0px;background-color:#ebebeb;border-top: 1px solid #d7d7d7;}
.botclearbg5{clear: both;height: 3px;width: 100%;margin: 0px;padding: 0px;background-color:#ebebeb;border-bottom: 1px solid #d7d7d7;}
.topclearbg2{clear: both;height: 3px;width: 100%;margin: 0px;padding: 0px;background-color:#ebebeb;}
.clear10-f0{margin: 0px;padding: 0px;clear: both;height: 10px;width: 100%;background-color:#fafafa}
.clear100{margin: 0px;padding: 0px;clear: both;height: 100px;width: 100%;background-color: #ffffff;}
/*网站首页开始*/
.index-header{width: 100%; height:auto; position:absolute; top:0px; z-index:9999;}
.index-top{width: 1112px;margin: 10px auto;z-index:9999; }
.index-logo{width: 500px;float: left;padding: 12px 0px 14px;}
.index-search{float: right;padding-top: 24px; text-align:right;}
.index-nav{width: 100%; height:auto; position:absolute; top:140px; z-index:9999;}
.index-nav-main{ width:1110px; margin:auto;height: 56px; background-color:#ffffff; padding-left:2px;}
.index-nav-main ul{width:100%;height: 56px;}
.index-nav-main ul li{float:left;text-align:center;font-size:16px;background-color:#149f1e; margin:2px 2px 0px 0px; height:52px; line-height:52px; width:107px;}
.index-nav-main ul li.on{ background-color:#FFFFFF !important; color:#303030 !important; width:120px !important;}
.index-nav-main ul li.on a{color:#303030 !important;}
.index-nav-main ul li a{color:#FFFFFF;}
.index-nav-main ul li a.on{background-color:#fff;color:#1cb06c; padding:2px 10px; border-radius:3px;}
.index-nav-main ul li .list{ position:absolute; bottom:-130px; height:130px; background-color:#35b44b;width:118px; z-index:99999; left:0px;}
.index-nav-main ul li .list ul{width:90%; margin:auto;}
.index-nav-main ul li .list ul li{ width:100%; height:30px; line-height:30px; text-align: center; font-size:14px;color:#FFFFFF;background-image: none; border-bottom:1px dashed #ccc;}
.index-nav-main ul li .list ul li:hover{ background-color:#FF8000; border:none;}
.index-flash{ width:100%; padding:0px; margin:0px; height:auto; position:relative;}
.index-time{ width:100%; margin:auto; height:26px;}
/* flashcss */
		.slideBox{ width:100%; height: 680px;  position:relative;  }
		.slideBox .hd{ height:25px; overflow:hidden; position:absolute; right:50%; bottom:10px; z-index:1; }
		.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
		.slideBox .hd ul li{ float:left; margin-right:5px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; border-radius:50%; border:2px solid #FFF; background-color:#ababab;}
		.slideBox .hd ul li.on{ background:#1ba423; color:#fff; }
		.slideBox .bd{ position:relative; height:100%; z-index:0;   }
		.slideBox .bd li{ zoom:1; vertical-align:middle; }
		.slideBox .bd img{ width:100%; height:680px; display:block;  }

		.slideBox .prev,
		.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
		.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
		.slideBox .prev:hover,
		.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
		.slideBox .prevStop{ display:none;  }
		.slideBox .nextStop{ display:none;  }



.index-warp{width: 1112px; margin:auto; background-color:#FFFFFF;}

.index-a{ width:100%; margin:0px; padding:0px;}
.index-company{width: 660px;height: 400px; float:left;overflow:hidden; background-color:#f8f8f8;}
.index-company-content{ width:640px; padding:0px 10px;}
.index-company-content img{ width:240px; height:180px; float:left; margin-right:10px;}
.index-company-content p{ padding:0px; margin:0px; font-size:16px; line-height:30px;}
.index-company-content p a{ color:#ea8a60;font-size:14px;}
.index-news{ width: 420px;height: 400px; float:right;overflow:hidden;background-color:#f8f8f8;}
.indext-title{ width:100%; height:66px;}
.indext-title .title{ float:left; width:140px; color:#e6510f; border-top:2px solid #4e4e4e; font-size:28px;  height:64px; line-height:64px; text-align:center;}
.indext-title span{color:#ea8a60; float:right; font-size:14px; font-weight:normal;}
.indext-title span a{color:#ea8a60;}
.index-news dl{ width:400px; padding:0px 10px; margin:0px;}
.index-news dl dt{width:100%; color:#404040;font-size:16px; height:34px; line-height:34px; font-weight:bold;}
.index-news dl dt a{color:#404040;}
.index-news dl dd{width:100%; height:50px; font-size:14px; color:#606060;}
.index-news dl dd a{color:#606060;}
.index-product,.index-chejian{ width:100%; padding:0px; margin:0px;}
.index-product-c{width:100%; padding-top:20px;}
.index-product-c ul{ width:100%; padding:0px; margin:0px; }
.index-product-c ul li{ width: 25%; height:260px; float:left; text-align:center;}
.index-product-c li img{width: 254px; height:254px;}
.index-hengfu{width:100%;text-align:center;background-image: url(hengfu1.png);background-repeat: no-repeat;height: 240px;background-position: center center;}
.index-hengfu2{width:100%;text-align:center;background-image: url(hengfu2.jpg);background-repeat: no-repeat;height: 240px;background-position: center center;}
.index-chejian-c{ width:100%;}
.index-chejian-c ul{width:348px; height:275px; float:left; margin-right:32px;}
.index-chejian-c ul li{ width:100%; text-align:center;}
.index-chejian-c ul li.img{ width:100%; height:232px;}
.index-chejian-c ul li.img img{width:100%; height:232px;}
.index-chejian-c ul li.text{ width:100%; height:40px; line-height:40px; font-size:18px;}
.index-news-flash img{ width:100%;height: 330px;}
.index-news-list{width: 484px;float: right;height: 330px;}
.index-news-list-nav {width: 100%;height: 50px;background: #f4f4f4;}
.index-news-list-nav ul{ width:100%; padding:0px; margin:0px;}
.index-news-list-nav li{ width: 116px;height: 50px;line-height: 50px; display: inline-block;cursor: pointer;display: inline-block;color: #333; text-align: center;font-size:18px; float:left;}
.index-news-list-nav li.on {background: #1e851a;text-align: center;color: #fff;}
.index-news-list-content{width: 484px; height: 282px;margin: 0 auto; padding-top:12px;}
.index-news-list-content ul p{ font-size:16px; line-height:30px; }
.index-news-list-content ul{ width:100%; margin:0px; padding:0px;}
.index-news-list-content ul li{font-size: 16px;color: #303030;text-decoration: none;cursor: pointer;line-height: 44px;background-image: url(dot.png);background-repeat: no-repeat;background-position: 5px center;height: 44px;width: 100%;border-bottom: 1px dotted #b6b4b4;text-indent:15px;}
.index-news-list-content ul li:hover{ background-color:#FAFAFA;}
.index-news-list-content ul li a{color: #303030;}
.index-news-list-content ul li a:hover{ color:#FF0000;}
.index-news-list-content ul li span {font-size: 14px;color: #ccc;float: right;padding-right:10px;}
.index-product-title {width: 1000px;font-size: 20px;text-align: center;margin:0px; padding:0px;}
.index-product-title-a { width: 345px;margin: 0 auto;line-height: 40px;color: #7c7c7c;border-bottom: 1px solid #ddd;padding: 0 0 8px 0;}
.index-product-title-a p {width: 142px;height: 1px;background: #0f7b03; padding: 0;margin: 0 auto -9px;}
.index-product-title-b {width: 345px;margin: 0 auto;line-height: 28px;font-size: 15px;color: #dadada;font-family: Century Gothic;}
.index-product-content{ width:100%; margin:0px; padding:0px;}
.index-product-content ul{width: 314px;height: 184px;margin-right:29px;margin-top: 29px;float: left; position: relative;overflow: hidden;}
.foot {
	width: 100%;
	padding: 0px;
	color: #FFFFFF;
	line-height: 22px;
	text-align: center;
	font-size: 12px;
	background-image: url(footbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height:172px;
}
.foot  a{	color: #FFFFFF;}
a.index-more{color: #0066FF; margin-left:20px;}

/*nei*/
.nei-nav{font-size: 12px;line-height: 68px;color: #444;background-image: url(second-bcnav-ico.jpg);background-repeat: no-repeat;background-position: left center;text-indent: 30px;height: 68px;width: 100%;border-bottom:1px solid #f4f4f4;}
.nei-main{ width:960px; margin:20px auto;}
.nei-main h1{font-size: 24px; font-weight: normal; color: #626262; margin: 0;padding: 0;line-height: 60px;font-family: Microsoft YaHei !important; text-align:center;}
.nei-info{font-size:12px; padding:20px 0px; border-bottom:1px solid #E7E7E7; text-align:center; color:#CCCCCC;}
.nei-content{ width:900px; margin:20px auto; line-height:30px;}
.nei-content p{ margin:1em 0px 0px 0px; padding:0px;}
.nei-content img{ max-width:100%; height:auto;}
.nei-list{width:900px; margin:20px auto;border-bottom:1px solid #E7E7E7; height:100px; overflow:hidden; padding:20px 0px;}
.nei-list img{ float:left; width:100px; height:100px; margin-right:20px; margin-left:20px; border-radius:5px;}
.nei-list .title{font-size: 16px; font-weight: normal; color: #626262;}
.nei-list .text{ font-size:12px; color:#999999;}
.nei-pages{width:900px; margin:20px auto; padding:10px 0px; text-align:center;}
.nei-pages a{font-size: 12px;color: #FFFFFF;background-color: #FF8000;margin-right:10px;padding:1px 10px;}
/*产品列表*/
.cp-main{ width:1112px; margin:30px auto;}
.cp-main-left{ width:260px; float:left;}
.cp-main-left-title{background: #444;border-left: 6px solid #149f1e; height:62px; line-height:62px; font-size:16px; color:#FFFFFF; text-indent:20px;}
.cp-main-left-nav{ width:228px; padding:15px; border:1px solid #DDDDDD;}
.cp-main-left-nav ul{ width:100%; margin:0px; padding:0px;}
.cp-main-left-nav ul li{height:50px;line-height:50px;border-bottom:1px dashed #DDDDDD;background-image: url(dott.png);background-repeat: no-repeat;background-position: left center;text-indent: 30px;background-size:15px 15px;}
.cp-main-left-nav ul li:hover{height:50px;line-height:50px;border-bottom:1px dashed #DDDDDD;background-image: url(dotton.png);background-repeat: no-repeat;background-position: left center;text-indent: 30px;background-size:15px 15px; color:#FF6600;}
.cp-main-left-nav ul li a:hover{color:#FF6600;}
.cp-main-right{ width:810px; float:right; }
.cp-main-right-nav{ width:100%; border-top:1px solid #f4f4f4;}
.cp-main-right-main{ width:100%; margin:0px; padding:0px;}
.cp-main-right-main ul{ width:250px; height:250px; float:left; margin:20px 10px 0px 10px;}
.cp-main-right-main ul li{ text-align: center; margin:0px; padding:0px;}
.cp-main-right-main ul li.pic img{ width:100%;  height:220px;}
.cp-main-right-main ul li.text{ height:30px; line-height:30px;}
.cp-main-right-news{ width:96%; margin:auto; padding:10px 0px;}
.cp-main-right-news ul{ width:100%;}
.cp-main-right-news ul li{ width:100%; height:32px; line-height:32px; border-bottom:1px dashed #ccc; font-size:16px;}
.cp-main-right-news ul li span{ float:right; color:#CCCCCC; font-size:14px;}