/*公共样式*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; }
body, button, input, select, textarea { font:12px/1.5 tahoma, arial, \5b8b\4f53; }
h1, h2, h3, h4, h5, h6{ font-size:100%; }
address, cite, dfn, em, var { font-style:normal; }
code, kbd, pre, samp { font-family:couriernew, courier, monospace; }
small{ font-size:12px; }
ul, ol { list-style:none; }
a { text-decoration:none;color: #165a1a; }
/*a:hover { text-decoration:underline; }*/
sup { vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
legend { color:#000; }
fieldset, img { border:0; }
button, input, select, textarea { font-size:100%;font-family: "微软雅黑"; }
table { border-collapse:collapse; border-spacing:0; } 

body{
	font-family: "微软雅黑";
	/*padding-bottom: 200px;*/
}
/*公共样式*/



/*头部*/
.headerwrap{
	width: 100%;
	overflow: hidden;
}

.header{
	width: 1200px;
	margin: auto;	
}
.headertop{
	overflow: hidden;
	margin-top: 8px;
}

.header ul{	
	float: right;
	overflow: hidden;
}


.header ul li{
	float: left;
}

.header ul li span{
	margin: 0 5px;
}

.header ul li a{
	font-size: 12px;
	color: #165a1a;
}

.header ul li a:hover{
	color: #165a1a;
}

.headcenter{
	overflow: hidden;
	margin-bottom: 40px;
	margin-top: 40px;
}

.hcleft{
	float: left;
	overflow: hidden;
	margin-top: 10px;
}
.hcleft h1{
	float: left;
}
.logo{
	float: left;
	
	
}

.guanggaoyu{
	float: left;
	padding-left: 12px;
	margin-left: 10px;
	border-left: 2px solid #165a1a;
}

.guanggaoyu p{
	font-size: 30px;
	color: #165a1a;
	line-height: 30px;
	margin-bottom:10px;
}

.guanggaoyu h2{
	font-size: 20px;
	color: #3f2c12;
	font-weight: normal;
	line-height: 20px;
}

.hcright{
	float: right;
	overflow: hidden;
	/*margin-top:20px;*/
	
}


.hcright dl{
	overflow: hidden;
	float: left;
	margin-top: 12px;
}

.hcright dl dt{
	float: left;
	margin-top: 3px;
}

.hcright dl dd{
	float: left;
	margin-left: 5px;
}

.hcright dl p{
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	color: #b9b9b9;
	margin-bottom:8px;
}

.hcright dl h2{
	font-size: 28px;
	line-height:28px;
	color: #165a1a;
}

.alibaba{
	float: left;
	margin-left: 15px;
}

.alibaba img{
	display: block;
	width: 47px;
	height:47px;
}

.alibaba p{
	color:#646464;
	font-size: 14px;
}

.navwrap{
	width: 1920px;
	height: 75px;
	background: url(/uploads/image/tdsimg/daohangtiao.png) no-repeat;
	position: relative;
	left: 50%;
	margin-left: -960px;
	border: none;
	z-index: 100;
}

.nav{
	width: 1140px;
	overflow: hidden;
	margin: auto;
	line-height:65px;
}

.nav ul{
	overflow: hidden;
	width: 1200px;
}

.nav ul li{
	float: left;
}

.nav ul li i{
	color: #357039;
	font-size: 18px;
	margin:0 28px;
}

.nav ul li:hover a{
	color: #d16512 !important;
}

.nav ul li a{
	font-size: 18px;
	color:white;
	
}

.liactive a{
	color: #d16512 !important;
}

/*头部*/

.bannerwrap{
	width: 100%;
	overflow: hidden;
	position: relative;
	top: -15px;
	z-index: -1;
}

.bannerbox{
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
}

.banner{
	width: 1920px;
	height: 400px;
}

.banner img{
	display: block;
	width:1920px;
	height: 400px;
}
/*bnner*/



/*搜索栏*/
.searchwrap{
	width: 100%;
	margin-bottom: 15px;
}

.search{
	width: 1200px;
	margin: auto;
	overflow: hidden;
}

.search ul{
	float: left;
	overflow: hidden;
    margin-top: 4px;
}

.search ul li{
	float: left;
	margin-right: 25px;
	font-size: 14px;
	color: #8e8e8e;
}

.search ul li span{
	color: #313131 !important;
	font-weight: bold;
}

.keyfirst{
	margin-right:10px !important;
}

.seachbox{
	float: right;
	position: relative;
}

.seachbox input{ 
	width:460px;
	height: 30px;
	border: 1px solid #d2d2d2;
	border-radius: 20px;
	outline: none;
	text-indent: 30px;
	font-size: 14px;
	color: #8e8e8e;
}

.seachbox button{
	position: absolute;
	top:6px;
	right: 10px;
	width: 20px;
	height: 18px;
	background: url(/uploads/image/tdsimg/sousuo.png) no-repeat;
	background-color: #ffffff;
	border: none;
	outline: none;
	cursor: pointer;
}

.seachbox button:active{
	transform: scale(1.1);
}

/*搜索栏*/

.locationwrap{
	width: 100%;
}

.location{
	width: 1200px;
	margin: auto;
}

.location p{
	width: 100%;
	font-size:14px;
	line-height: 14px;
	color: #414141;
	background: url(/uploads/image/tdsinormal/shouye.png) no-repeat 75px bottom;
}

.location p span{
	color: #185b1c;
}


/*关于兴国*/
.aboutuswrap{
	width: 100%;
	margin-top: 60px;
}

.aboutus{
	width: 1200px;
	margin: auto;
}

.aboutustop{
	
}

.aboutustop p{
	overflow: hidden;
	background: url(/uploads/image/tdsinormal/biaoti_xiushi2.png) no-repeat 160px center;
}

.aboutustop p span{
	float: left;
	display: block;
	font-size: 26px;
	color: #165a1a;
	line-height: 36px;
	margin-left: 8px;
}

.aboutustop p i{
	float: left;
	display: block;
	width: 45px;
	height: 33px;
	background: url(/uploads/image/tdsinormal/biaoti_xiushi1.png) no-repeat;
	margin-top: 2px;
}

.aboutcont{
	margin-top:23px;
	overflow: hidden;
}

.aboutchoose{
	overflow:hidden;
}

.aboutchoose ul{
	width: 1300px;
	overflow: hidden;
}

.aboutchoose ul li{
	float: left;
	font-size: 20px;
	padding: 3px 26px;
	border: 1px solid #dcdcdc;
	margin-right:14px;
	color: #165a1a;
	cursor: pointer;
}

.aboutchoose ul li a{
	color: #165a1a;
}

.abchoac{
	background: #165a1a !important;	
}

.abchoac a{
	color: #ffffff !important;
}

.aboutchoose ul li:hover{
	background: #165a1a !important;	
}

.aboutchoose ul li:hover a{
	color: #ffffff !important;
}


/*关于兴国*/

/*联系我们*/
.contactuswrap{
	width: 100%;
	margin-top: 50px;
	margin-bottom: 80px;
}

.contactus{
	width: 1200px;
	margin: auto;
	overflow: hidden;
}

.contactcont{
	overflow: hidden;
}

.conttactword{
	width: 1126px;
	height: 210px;
	margin: auto;
	background: url(/uploads/image/tdsinormal/lianxi_xingzhuang.jpg) no-repeat;
}

.message{
	float: left;
	margin-left: 100px;
	margin-top: 20px;
}

.message p{
	font-size: 18px;
	color: #3c3c3c;
	line-height: 30px;
	width: 688px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.gzh{
	float: left;
	margin-top: 30px;
}

.gzh dl {
	width: 142px;
}

.gzh dl img{
	display: block;
	width: 100%;
}

.gzh dl dd{
	text-align: center;
	font-size: 18px;
	color:#0c0c0c;
}

.map {
	width: 1200px;
	height: 600px;
}

.map{
	width: 100%;
}


/*联系我们*/

/*产品分类*/
.prosortwrap{
   width: 100%;
   margin-top: 45px;
}

.prosort{
	width: 1200px;
	margin: auto;
	border:1px solid #e5e5e5;
	background: #f9f9f9;
	height: 300px;
	position: relative;
}

.sorttop{
	margin-left: 42px;
	margin-bottom:15px;
	margin-top: 35px;
}

.sorttop p{
	font-size: 24px;
	color: #165a1a;
}

.sorttop p span{
	font-size:18px;
	color: #989898;
	font-family: "times new roman";
	font-weight: normal;
	margin-left:10px;
}

.prosortlunbo{
	width: 1116px;
	margin: auto;
	overflow: hidden;
}

.prosortlunbo ul{
	width: 9999px;
	overflow: hidden;
}

.prosortlunbo ul li{
	float: left;
	width: 219px;
	margin-right: 5px;
}

.prosortlunbo ul li img{
	width:219px;
	height: 165px;
	display: block;
}

.prosortlunbo ul li p{
	color: #474747;
	font-size: 18px;
	text-align: center;
	margin-top: 5px;
}


.probt button{
	display: block;
	width: 30px;
	height: 30px;
	border: none;
	outline: none;
	background-color:transparent;	
	cursor: pointer;
}

.probt button:active{
	transform: scale(1.1);
}

.prole{
	background: url(/uploads/image/tdsinormal/end_fenlei_zuo.png);
	position: absolute;
	top: 150px;
	left: 5px;
}

.prori{
	background: url(/uploads/image/tdsinormal/end_fenlei_you.png);
	position: absolute;
	top: 150px;
	right: 5px;
}
/*产品分类*/

/*兴国快讯*/
.flashwrap{
   width: 100%;
   margin-top: 45px;
}

.flash{
	width: 1200px;
	margin: auto;
	overflow: hidden;
}

.flashtop{
	/*margin-left: 42px;
	margin-bottom:15px;
	margin-top: 35px;*/	
}

.flashtop p{
	font-size: 24px;
	color: #165a1a;
	position: relative;
}

.flashtop p span{
	font-size:18px;
	color: #989898;
	font-family: "times new roman";
	font-weight: normal;
	margin-left:10px;
}

.flashtop p .more{
	position: absolute;
	top: 15px;
	right: 0px;
}



.flashleft{
	float: left;
    border:1px solid #e5e5e5;
    padding: 20px 8px 0px 8px;
    width: 690px;
    height: 414px;
}

.flashright{
	float: right;
	border:1px solid #e5e5e5;
	padding: 20px 12px 0px 12px;
	width:446px;
	height: 414px;
	position: relative;
}

.flashcont{
	margin-top: 25px;
}

.flashpic{
	float: left;
}

.flashpic img{
	display: block;
	width: 116px;
	height: 87px;
}

.flashword{
	float: right;
	width: 550px;
}

.flashline{
	overflow: hidden;
	position: relative;
	padding-bottom: 12px;
	border-bottom: 1px solid #f0f0f0;
	margin-top: 22px;
}



.flashline h2{
	width: 420px;
	font-size: 18px;
	font-weight: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.flashline h2 a{
	color: #414141;
}

.flashline h2 a:hover{
	color: #165a1a;
}


.flashline p{
	font-size: 16px;
	color: #5f5f5f;
	height: 48px;
	overflow: hidden;
}


.date{
	display: block;
	font-size: 16px;
	color: #616161;
	position: absolute;
	top: 0px;
	right: 0px;
}

.flashlunbo{
	margin-top: 23px;
	width: 446px;
	
	overflow: hidden;
}


.flashlunbo ul{
	width: 9999px;
	overflow: hidden;
}

.flashlunbo ul li{
	float: left;
	width:446px;
}

.flashlunbo ul li img{
	display: block;
	width: 446px;
	height: 334px;
}


.flashbt button{
	display: block;
	width: 30px;
	height: 30px;
	border: none;
	outline: none;
	background-color:transparent;	
	cursor: pointer;
}

.flashbt button:active{
	transform: scale(1.1);
}

.fbtle{
	background: url(/uploads/image/tdsinormal/end_fenlei_zuo.png);
	position: absolute;
	top: 230px;
	left: 7px;
}

.fbtri{
	background: url(/uploads/image/tdsinormal/end_fenlei_you.png);
	position: absolute;
	top: 230px;
	right: 7px;
}



/*兴国快讯*/

/*快速导航*/
.quickwrap{
	width: 100%;
	margin-top: 55px;
	margin-bottom: 80px;
}

.quick{
	width: 1200px;
	margin: auto;	
}

.quicktop p{
	font-size: 24px;
	color: #165a1a;
}

.quicktop p span{
	font-size:18px;
	color: #989898;
	font-family: "times new roman";
	font-weight: normal;
	margin-left:10px;
}

.fast{
	width: 1200px;
	overflow: hidden;
	margin-top: 20px;
}

.fast ol{
	width: 1500px;
	overflow: hidden;	
	margin-bottom: 15px;
}

.fast ol li{
	float: left;
	font-size: 20px;
	color: #505050;
	margin-right: 40px;
}

.fast ol li a{
	color: #505050;
}

.fast ol li a:hover{
	color: #165a1a !important;
}

.fastname{
	padding:2px 55px;
	background: #165a1a;
	margin-right: 20px !important;	
}

.fastname span{
	color: #ffffff !important;
	cursor: default;
}


/*快速导航*/


/*尾部*/
.footerwrap{
	width: 100%;
	overflow: hidden;
}

.footerbox{
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
	background: #d5d5d5;
}

.footer{
	width: 1200px;
	margin: auto;
	overflow: hidden;
}

.footertop{
	padding: 25px 0px 30px 0px;
	overflow: hidden;
	border-bottom: 1px solid #353535;
}


.footerle{
	float: left;
}

.footercenter{
	float: left;
	overflow: hidden;
	margin-left: 140px;
}


.footercenter ul{
	float: left;
	overflow: hidden;
	margin-right: 40px;
	margin-top: 10px;
}

.footercenter ul li{
	font-size: 14px;
	color: #313131;
	overflow: hidden;
	margin-bottom:5px;
}

.footercenter ul li a{
	color: #313131;
}

.footercenter ul li a:hover{
	color: #165a1a !important;
}

.footerri{
	float: right;
	overflow: hidden;
}

.call{
	float: left;
	margin-right: 20px;
	margin-top: 40px;
}

.call p{
	font-size: 22px;
	color: #313131;
	text-align: right;
	font-weight: normal;
}

.call h2{
	width: 194px;
	height: 24px;
	background: url(/uploads/image/tdsimg/phonenumber.png) no-repeat;
	margin-top: 8px;
}


.wechatcode{
	float: right;
	text-align: center;
}

.wechatcode dl dt img{
	width:104px;
}

.wechatcode dl dd{
	font-size: 14px;
	color: #313131;
}

.friend{
	width: 1200px;
	margin-top: 32px;
	margin-bottom: 40px;
}

.friend ol{
	width: 1400px;
	overflow: hidden;
	margin-bottom:13px;
}



.friend ol li{
	float: left;
	font-size: 14px;
	color: #313131;
	margin-right: 30px;
	line-height: 18px;
	margin-top: 3px;
}

.friend ol li a{
	color: #313131;
}

.friend ol li a span{
	font-size: 18px;
	color: #165a1a !important;
	margin-right: 32px;
	font-weight: bold;
}

.friend ol li a:hover{
	color: #165a1a;
}

.footfirst{
	margin-right:0px !important;
	margin-top: 0px !important;
}

.footfirst a{
	cursor: default !important;
}


.footerbottom{
	width:1920px;
	background: #165a1a;
	padding: 5px 0px;
}

.bottomcen{
	width: 1200px;
	margin: auto;
}

.bottomcen p{
	float: left;
	font-size: 14px;
	color: #ffffff;
}

.copyright{
	width: 750px;
	margin: auto;
	overflow: hidden;
}
/*尾部*/