.container{ width: 1200px; margin: 0 auto; padding: 0px;}
body,h1,h2,h3,h4,h5,h6,p,pre,blockquote,dl,dt,dd,ul,ol,li,form,fieldset,legend,input,textarea,button,th,td { margin:0; padding:0
 ; font-family: '微软雅黑'}
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
a { text-decoration:none;
}
a:hover {text-decoration:none;
}
.left{ float: left; }
.right{ float: right; }

/*导航*/
.nav{ height: 100px;/* position: fixed; top:0px; z-index: 999; background: #fff; width: 100%; box-shadow:0px 4px 10px #ddd; */}
.nav .logo{ line-height: 100px; }
.nav ul{ overflow: hidden;}
.nav ul li{ display: inline-block; float: left; width:100px; height: 100px; line-height: 100px; text-align: center; padding-left: 5px;padding-right:5px;}
.nav ul li a{ display: block; font-size: 18px; color: #333; }
.nav ul li a:hover{ background-color: #6095dc; color: #fff; }
.nav ul li .active{ background-color: #6095dc; color: #fff; }

	/* 本例子css */
.banner { position: relative; width:100%; height:600px; overflow: hidden; margin: 0px; padding: 0px;/*  padding-top: 101px; */ }
.banner .pic{ position:relative; z-index:0; height: 600px; }
.banner .pic li{ height: 600px; margin-top: -19px;}
.banner .pic img { height:600px; display: block; margin: 0px; padding:0px; /* width:100%; max-width: 100%; min-width: 100%;  */}
.banner .hd { width:100%; position: absolute; bottom: 40px; text-align: center; font-size:0; z-index:1; }
.banner .hd li{margin: 0 5px; background: url(../images/dot8.png) no-repeat 0 0px; height: 20px; overflow: hidden; width: 20px; cursor: pointer;
		display:inline-block;zoom:1;}
.banner .hd .on{ background-position:0 0;height: 20px; overflow: hidden; width: 20px; background: url(../images/dot.png) no-repeat 0 0px;}

.banner .prev,
.banner .next { width: 60px; height: 90px; margin: -60px 0 0; display: none; background: url(../images/ad_ctr.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; filter:alpha(opacity=10);opacity:0.1;  }
.banner .prev { left: 0; }
.banner .next { background-position: 0 -90px; right: 0; }
.banner .prev:hover,
.banner .next:hover { filter:alpha(opacity=50) !important;opacity:0.5 !important;  }
 
/*描述*/
.des{ height: 230px; width: 1200px; background-color: #fff;  bottom: 65px; padding-left:300px; padding-right: 300px;}
.des span{ font-size: 14px; color: #999; line-height: 50px; }
.des  p{ font-size: 14px; color: #666; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; line-height: 22px; }
.more{ border:1px solid #6897d6; color: #6897d6; width: 120px; height: 40px; border-radius: initial; text-align: center; padding: 0px; line-height: 40px; margin-top: 25px; }
.des  .tu{ position: absolute; bottom: 65px; margin-left: 70px; }

/*底部*/
.footer{ background-color: #333639; height: 60px;}
.footer p{ font-size: 18px; color: #fff; text-align: center; line-height: 60px;  } 
/*广告*/
.guanggao{ height: 300px;/*  margin-top: 101px;  */margin-bottom: 60px;}
.guanggao img{ width:100%;}
