body {
	background: #EEE;	
	font-family: Microsoft YaHei;
	font-size: 14px;
	line-height: 1.6;
}






.header {
	width:1200px; 
	height:100px; 
	margin:0 auto; 
}
#content p img{
 width: expression(this.width > 285 ? 285: true);  //图片最大款图不超过285px；请根据广告代码所占宽度自己修改，消除ie6 ie5.5 ie5 不能解析max-width属性的bug。
 max-width: 280px;//图片最大款图不超过285px；请根据广告代码所占宽度自己修改 。
 float:left;//图片有浮动,请根据广告代码浮动方向修改
 margin-right:5px;
}
.blank{
 float:right;
 height:30px;
 width:1px;
 clear:both;
}
.zhan{
float: left;             /让块靠左
clear: left;             /让块的左边不能有其它块
height: 200px;   /用这个来控制广告在内容里的位置
width: 1px;         /
}
.ad{
height: 250px;
width: 250px;
float: left;           /让块靠左
clear: left;         /让块的左边不能有其它块
margin: 15px 15px 15px 0px;
}
.new img,#new table{
clear: left;       /让内容里的图片和表格不会遮挡广告
}

.new{
float: left;
} 

 
#bordey {

    width:980px;
	margin: 10px auto;

}

#left {
    width:180px;
}




#content {    overflow: hidden;
	width: 1160px;
	margin: 10px auto;
	padding: 20px;
	background: #FFF;	
	border: 1px solid #CCC;
}
#content p img:nth-of-type(1){margin: 0 30px 30px 0;}
#content .info{
	height:24px;
	line-height:17px;
	text-align:left;
	margin-left:20px;
	overflow:hidden;
	color:#666;
}
#content .intro{
	width:90%;
	padding:8px 16px;
	line-height:24px;
	background:#f5fcee;
	border:1px solid #DCDDDD;
	font-size:14px;
	color:#706A6A;
	margin:8px auto 0 auto;
}
#content .neirong{
	font-size:14px;
	padding:12px 16px;
	line-height:25px;
	min-height:500px; _height:500px;
	color:#333;
}


.listbox{
	width:720px;
	overflow:hidden;
	float:left;
	clear:both;
	overflow:hidden;
}



/*----------图文混排列表 ---------*/

#product-list {
	width: 1200px;
	margin: 10px auto;
	padding: 0px;
	background: #FFF;	
	border: 1px solid #CCC;
}
#news-list {
	width: 1180px;
	margin: 10px auto;
	padding: 10px;
	background: #FFF;	
	border: 1px solid #CCC;
}

#product{
    width:100%;
	overflow:hidden;
	clear:both;
	margin:0 auto;
	
}
	
#product li{	
	width:210px;
	height:160px;
	margin-left:15px;
	margin-bottom:40px;
	padding:5px;
	background: #FFF;	
	border: 1px solid #e2e2e2;
	float:left; 
}

#product li span{
	line-height:20px;
	padding-top:6px;
	display:block;
	color:#333333;
	
	}
#product li span a{
	display:block;
	color:#6C6D61;
	}
	
#product li span a:hover {
	color: #333333;
	text-decoration: underline;
}



#neirong{
    width:100%;
	overflow:hidden;
	clear:both;
	margin: 10px;
	padding: 5px;
	}




/*----------图文混排列表 ---------*/

h1 {
	margin: 0;
	padding:10px;
}
h2 {
	margin: 0;
	padding:10px;
}
h4 {
    font-size:14px;
}
h4 a:link {
	color: #ffffff;
	text-decoration: none;
}
h4 a:visited {
	text-decoration: none;
	color: #ffffff;
}
h4 a:hover {
	text-decoration: underline;
	color: #ffffff;
}
h4 a:active {
	text-decoration: none;
	color: #ffffff;
}
hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #CCC;	
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;	
	padding: 7px 0;
}

/**	style used for both examples **/
        .topmenu {
            width:100%;
			background: #000;
			margin:0 auto;
			}

		.menu { 
			height: 45px;
			display: block;
			width:100%;
			margin:auto 0;
		}

		.menu ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}

		.menu ul li {
			/* width and height of the menu items */  
			/*float: left;*/
			overflow: hidden;
			position: relative;
			text-align: center;
			line-height: 45px;
			display: inline-block;
		}

		.menu ul li a {
			/* must be postioned relative  */ 
			position: relative;
			display: block;
			width: 110px;
			height: 45px;
			font-family: Microsoft YaHei;
			font-size:14px;
			font-weight: bold;
			letter-spacing: 1px;
			text-transform: uppercase;
			text-decoration: none;
			cursor: pointer;
		}

		.menu ul li a span {
			/* all layers will be absolute positioned */
			position: absolute;
			left: 0;
			width: 110px;
		}

		.menu ul li a span.out {
			top: 0px;
		}

		.menu ul li a span.over,
		.menu ul li a span.bg {
			/* hide */  
			top: -45px;
		}

		
		/** 2nd example **/

		#menu2 {
			background: #000;
			width:1200px;
			margin:0 auto;
					}
		#menu2 ul {
		    margin:0 auto;text-align: center; }
		#menu2 ul li a {
			color: #FFF;
		}

		#menu2 ul li a span.over {
			background: #FFF;
			color: #000;
		}

		/** footer **/
		
#footer{
       width:1200px;
	   margin:auto;
	   font-size:12px;
	   line-height:180%;
	   color:#333;
 }
#footer a {
       color:#333;
	   }
#footer a:hover {
	color: #333333;
	text-decoration: underline;
}

#share{width:40px;height:110px;background:#fff; z-index:99;position:fixed;right:15%;top:20%;border:1px solid #e5e5e5}
#share a{width:40px;height:36px;display:block;text-indent:-999em;overflow:hidden;cursor:pointer;overflow:hidden}
#share a#totop{background:url(../images/connect-us.png) no-repeat 0px 0px;border-bottom:1px solid #e5e5e5}
#share a#totop:hover{background:#30A7E0 url(../images/connect-us.png) no-repeat -40px 0px;}
#share a#qq{background:url(../images/connect-us.png) no-repeat 0px -36px;border-bottom:1px solid #e5e5e5}
#share a#qq:hover{background:#30A7E0 url(../images/connect-us.png) no-repeat -40px -36px;}
#share a#connect{background:url(../images/connect-us.png) no-repeat 0px -72px;border-bottom:1px solid #e5e5e5}
#share a#connect:hover{background:#30A7E0 url(../images/connect-us.png) no-repeat -40px -72px;}
.pages{ 
	width: 1200px;
	margin: 10px auto;
	padding: 0px;
	background: #FFF;	
	border: 1px solid #CCC;
}
.pages ul{ 
	margin:0 auto;
	padding:12px 0px 12px 16px; 
	height: 20px;
} 
.pages ul span{ 
float:left; 
font-family:Tahoma; 
line-height:17px; 
margin-right:6px; 
border:1px solid #E9E9E9; 
} 
.pages ul span a{ 
float:left; 
padding:2px 4px 2px; 
color:#555; 
display:block; 
} 
.pages ul span a:hover{ 
color:#690; 
text-decoration:none; 
padding:2px 4px 2px; 
} 
.pages ul span a.page-num-current, 
.pages ul span a.page-num-current,.pagebox ul span a.page-num-current:hover{ 
background-color:#F8F8F8; 
padding:2px 4px 2px; 
font-weight:bold; 
} 





.typelist {
	padding: 10px 0px;
}

.button {
	border: solid 1px #ddd;
	background: transparent;
	border-radius: 4px;
	font-size: 14px;
	padding: 6px 15px;
	margin: 0;
	display: inline-block;
	line-height: 20px;
	transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s
}
.button[disabled] {
	pointer-events: none;
	cursor: not-allowed;
	webkit-box-shadow: none;
	box-shadow: none;
	filter: alpha(opacity=50);
	opacity: .5
}
.button:active {
	background-image: none;
	outline: 0;
	transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1) 0s
}
.button:hover {
	transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1) 0s
}
.button.bg-main {
	background-color: #f90;
	border-color: #f70
}
.button.border-main {
	border-color: #0ae;
	color: #0ae
}

.newsitem .news-date {
	text-align: center;
	display: inline-block;
	float: left;
	width: 5rem;
	height: 5rem;
	background: #f2f2f2;
}
.newsitem li {
	border-bottom: dashed 1px #ddd;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.newsitem li a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
.newsitem .news-date1 {
	text-align: center;
	color: #666666;
	font-size: 1.5625rem;
	margin-top: 0.6rem;
}
.newsitem .news-date2 {
	text-align: center;
	color: #999999;
	font-size: 0.8rem;
}
.newsitem .news-bodys {
	padding: 0 0.875rem;
	overflow: hidden;
	zoom: 1;
}
.newsitem .news-bodys h3 {
	word-wrap: break-word;
	overflow: hidden;
	font-weight: normal;
}
.newsitem .news-bodys p {
	word-wrap: break-word;
	overflow: hidden;
	line-height: 1.15rem;
	font-size: 0.75rem;
	color: #999;
	margin-top: 10px;
}
.indexTit {
	text-align: center;
	width: 100%;
	position: relative;
	margin: 60px 0 45px;
}
.indexTit .en {
	font-size: 50px;
	line-height: 65px;
	margin-bottom: 5px;
	display: block;
	text-transform: uppercase;
	color: #000;
}
.indexTit .en strong {
	color: #3f9f4e;
}
.indexTit h3 {
	font-size: 24px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	display: inline-block;
*display: inline;
*zoom: 1;
	text-align: center;
	background: #26439c;
	padding: 0 26px;
	position: relative;
	z-index: 3;
}
.icooper {
	height: auto;
	padding-top: 45px;
	padding-bottom: 45px;
	border: 1px solid #e0e6e9;
}
.icooper .indexTit {
	margin-top: 0;
	margin-bottom: 65px;
	background: url(../images/ititbg1.png) no-repeat center 30px;
}
.icooper .w1200 {
	position: relative;
	overflow: hidden;
}
.icooper .prev, .icooper .next {
	width: 16px;
	height: 38px;
	position: absolute;
	z-index: 10;
	top: 50%;
	margin-top: -19px;
	cursor: pointer;
}
.icooper .prev {
	left: 0;
	background-position: -78px -42px;
}
.icooper .next {
	right: 0;
	background-position: -120px -42px;
}
.icooper .list {
	width: 100%;
}
.icooper .list li {
	width: 158px;
	height: 80px;
	float: left;
	margin: 0 15px 15px 0;
}
.icooper .list li:nth-child(7n) {
	margin: 0 0px 15px 0;
}
.icooper .list li a {
	display: block;
}
.icooper .list li img {
	width: 150px;
	height: 80px;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.icooper .list li:hover img {
	margin-top: -5px;
	-webkit-filter: brightness(105%);
	filters: brightness(105%);
}

.footer {
	width: 100%;
	background: #1e3784;
	color: #fff;
	font-size: 14px;
	line-height: 32px;
	padding: 45px 0 40px;
	float: left;
}
.footer a {
	color: #fff;
	margin-right: 15px;
}
.footer a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.footer .ewm {
	width: 208px;
}
.footer .ewm .img {
	text-align: center;
	line-height: 24px;
}
.footer .ewm img {
	width: 170px;
	height: 170px;
	padding: 6px;
	border: 1px solid #2e458d;
	display: block;
}
.footer .ewm span {
	display: block;
	font-size: 14px;
	color: #fff;
}
.footer .tit {
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	padding-bottom: 4px;
	border-bottom: 1px solid #354b91;
	margin-bottom: 12px;
}
.footer .txt {
	width: 360px;
	height: 230px;
    background: none;
    text-align: left;
}
.footer .txt ul {
	width: 100%;
	padding: 0px 0px;
}
.footer .txt li {
	line-height: 50px;
	width: 100%;
	font-size: 12px;
	color: #fff;
}
.footer .txt li s {
	width: 20px;
	height: 21px;
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
	background: url(../images/add-f-ico.png) no-repeat center 0;
}
.footer .txt li.a2 s {
	background-position: center -43px;
}
.footer .txt li.a3 s {
	background-position: center -89px;
}
.copyright {
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-size: 12px;
	background: #0d246a;
	color: #9095af;
}
.copyright a {
	color: #9095af;
}
.copyright a:hover {
	color: #fff;
}
.w980{
    width: 980px;
    margin: 0px auto;
}
.w1200{
    width: 1200px;
    margin: 0px auto;
}
.fl {
    float: left;
}
.fr {
    float: right;
}

.bmsg {
	width: 490px;
	padding: 0 30px;
	margin: 0 30px;
	border-right: 1px solid #354b91;
	border-left: 1px solid #354b91;
}
.bmsg .tit {
	margin-bottom: 15px;
}
.bmsg .item {
	float: left;
	width: 247px;
	height: 40px;
	line-height: 40px;
	background: none;
	position: relative;
	border: 1px solid #354b91;
	margin-bottom: 12px;
}
.bmsg .item .txt {
	padding: 0;
}
.bmsg .item label {
	width: 42px;
	height: 40px;
	font-size: 12px;
	color: #848db2;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}
.bmsg .item input {
	width: 100%;
	height: 40px;
	color: #fff;
	line-height: 40px;
	text-indent: 42px;
	outline: none;
	background: none;
	border: 0px;
}
.bmsg .item.mr11 {
	margin-right: 11px;
}
.bmsg .item.itemx {
	width: 508px;
	height: 70px;
	position: relative;
	margin-bottom: 18px;
}
.bmsg .item.itemx textarea {
	width: 100%;
	height: 51px;
	line-height: 40px;
	text-indent: 42px;
	color: #fff;
	outline: none;
	background: none;
	border: 0px;
	font-family: "microsoft yahei";
	resize: none;
	overflow: hidden;
}
.bmsg .btn {
	width: 170px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #30a25d;
	border-radius: 3px;
	cursor: pointer;
	color: #fff;
}

.tel{ float:left; padding-left:42px; margin-top:24px; background:url(../images/tel.png) no-repeat 0 3px; 
/*font-size:27px;*/ font-size:23px; color:#20201e; font-weight:bold; line-height:23px;margin-right:16px; }
.tel span{ display:block; font-size:14px; font-weight:normal;}
.aboutus {
	margin-top:10px;
	margin-bottom:10px;
}
.aboutus p {
	margin: 0;
	padding: 0px 0px;
	text-indent: 2em;
}
.bg-main {
	background-color: #0ae;
}
.youshi .youshiico {
	font-size: 66px;
	display: block;
	color: #f90
}
.bg-black2 {
	background-color: #09c;
}
.bg-gray {
	background-color: #f5f5f5;
}
.container1 {
	width:100%;
	padding:0px 0px;
}
.padding-big1 {
	padding: 20px
}
@media (max-width: 1000px) and (min-width: 761px) {
.container1 {
	width: 100%;
	margin: 0 auto;
	padding: 0 0px;
}
.w980{
    width: 100%;
    margin: 0px auto;
}
.w1200{
    width: 100%;
    margin: 0px auto;
}
.header {
	width: 100%;
	height:100px; 
	margin:0 auto; 
}
.header .logo {
	padding-left:16px;
}
.header .lxwm {
	padding-right:16px;
}
#menu2 {
    background: #000;
    width: 100%;
    margin: 0 auto;
}
#news-list {
	width: 96%;
	margin: 10px auto;
	padding: 2%;
	background: #FFF;	
	border: 1px solid #CCC;
}

#product-list {
    width: 100%;
    margin: 10px auto;
    padding: 0px;
    background: #FFF;
    border: 1px solid #CCC;
}
#product li {
    width: 210px;
    height: 160px;
    margin-left: 18px;
    margin-bottom: 40px;
    padding: 5px;
    background: #FFF;
    border: 1px solid #e2e2e2;
    float: left;
}
.icooper .list li {
    width: 15%;
    height: 80px;
    float: left;
    margin: 0 15px 15px 0;
}
.icooper .list li img {
    width: 100%;
    height: 80px;
    display: block;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}
.icooper .list li:nth-child(6n) {
    margin: 0 0px 15px 0;
}
.icooper .list li:nth-child(7n) {
    margin: 0 15px 15px 0;
}
.footer .txt {
    padding-left: 16px;
}
.footer .ewm{
    padding-right: 16px;
}
#content {
    width: 100%;
    margin: 10px auto;
    padding: 0px;
    background: #FFF;
    border: 1px solid #CCC;
}
.pages{ 
	width: 100%;
	margin: 10px auto;
	padding: 0px;
	background: #FFF;	
	border: 1px solid #CCC;
}
}


#menu2 ul li a:hover{    background-color: #fff;
    color: #000;}


.menu .subnav{background:#fff;position:absolute;display:none;border: 1px solid #ccc;    z-index: 9;}
.menu .subcate:hover .subnav{display:block;}
#menu2 .subcate .subnav a{font-size:16px;color:#000;display:block; text-align:left;
white-space: nowrap;margin: 5px 0; height:auto;width: auto;padding: 0 7px;}
#menu2 .subcate .subnav a:hover {background-color: rgba(0,153,255,1);color:#fff;}
.menu .subnav li{ line-height:30px; display:block;}
.menu ul li { overflow:visible;}/*革新*/