/* 全局样式 */

* {margin: 0px;padding: 0px;}

a {text-decoration: none;margin: 0px;padding: 0px;color: #333;}

img {border: 0px;margin: 0px;padding: 0px;}

ul,dl { list-style: none;}

html,
input,
textarea {
	font-family: "microsoft yahei", "arial, helvetica, sans-serif";
	font-size: 14px;
	color: #333;
	line-height: 24px;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}

.container {
	margin: auto;
	width: 1200px;
}

html,body { margin: auto; min-width: 1300px;}
/* header */
.header { height: 110px;  width: 100%;  background-color:#fff;}
.logo { width: 424px; float: left; margin-top: 20px;}
.logo img { width: 424px; height: 74px; }

.nav1 { float: right; }
.nav ul li { float: left; margin-left:46px; margin-top: 60px; font-size: 16px;  }
.nav ul li a {padding-bottom: 10px; }
.nav ul li a:hover { color: #3ca239; background: url(../images/hx_03.jpg) center bottom no-repeat;}
.nav ul li .on{ color: #3ca239; background: url(../images/hx_03.jpg) center bottom no-repeat;}

.header .container { position: relative;}
.header .phone { position: absolute; top:20px; right: 0; color: #565656; font-size: 12px; }
.header .phone span { font-size: 22px; color: #3ca239;}

/* fooder */
.fooder { background-color: #212930;}
.fooder .container { padding: 40px 0;}
.ewm { float: left; width: 123px; text-align: center; color: rgba(250,250,250,.5);}
.part2 { float: left; margin-left: 50px; width: 300px;}
.part2 p { line-height: 30px; color: rgba(250,250,250,.5);}
.part2 p img { margin-right: 10px; vertical-align: middle;}

.fooder .list { float: left; width: 680px; margin-left: 47px;}
.fooder .list li { width: 16.666666%; float: left;}
.fooder .list li > a { color: rgba(250,250,250,.7); }
.fooder .list .text { margin-top: 10px;}
.fooder .list .text a { display: block; color: rgba(250,250,250,.5); font-size: 12px;}
.fooder .list a:hover { color: rgba(250,250,250,.9);}

.food { height: 56px; line-height: 56px; text-align: center; background-color: #1b232a; color: rgba(250,250,250,.5);}

.postion { text-align: right; font-size: 12px; color: #666; line-height: 40px; height: 40px;}
.postion span{ margin-left: 10px;}
.postion a  { margin: 0 8px; color: #666;}
.postion a:hover { color: #3CA239;}

.imgt{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	display: block;
	max-width: 100%;
	max-height: 100%;
}


		

/*==分页==*/
.page2 { padding-top: 20px; height: 60px; text-align: center; }
.digg a { margin:2px; border: 1px solid #ccc; color:#367fd9; padding: 5px 13px; text-decoration: none;}
.digg a:hover { border: 1px solid #367fd9;}
.digg a:active { border: 1px solid #367fd9; color:#367fd9;}
.digg span.current { margin:2px; padding: 5px 13px; border: 1px solid #367fd9; color:#fff ; background-color: #367fd9 ;}
.digg span.disabled { margin:2px; padding: 5px 13px; border: 1px solid #ddd; color:#ddd ; }

.caption { padding:10px 0 30px; text-align: center; line-height: 30px;}
.caption h3 { color: #666; line-height: 50px; border-bottom: 1px solid #F3F3F3; color: #367FD9;}
.caption p { font-size: 12px; }
.caption p span { margin: 0 10px; color: #999; }

