﻿body {
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	background: #fff url('bg.jpg') repeat-x left top;
	font-family: 微软雅黑;
}
img {
	border: 0px;
}
ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
a {
	text-decoration: none;
	color: black;
}
a:hover {
	color: #007BB6;
}
.BodyWidth {
	width: 1000px;
}
.OverFlowVisible {
	overflow: visible;
}
.Left {
	float: left;
}
.Right {
	float: right;
}
.bodyWidth {
	width: 1200px;
	margin: auto;
}
/******************************************************************************/
.Top {
	width: 1200px;
	margin: auto;
	overflow: visible;
	position: relative;
}
.bb {
	position: absolute;
	top: 0;
	right: 0;
}
.Version {
	width: 1200px;
	height: 47px;
	text-align: right;

}
.ribbon {
	display: inline-block;
}
.ribbon:after, .ribbon:before {
	margin-top: 0.5em;
	content: "";
	float: left;
	border: 1.5em solid #fff;
}
.ribbon:after {
	border-right-color: transparent;
}
.ribbon:before {
	border-left-color: transparent;
}
.ribbon a:link, .ribbon a:visited {
	color: #666;
	text-decoration: none;
	float: left;
	height: 3.5em;
	overflow: hidden;
}
.ribbon span {
	background: #fff;
	display: inline-block;
	line-height: 3em;
	padding: 0 1em;
	margin-top: 0.5em;
	position: relative;
	-webkit-transition: background-color 0.2s, margin-top 0.2s; /* Saf3.2+, Chrome */;
	-moz-transition: background-color 0.2s, margin-top 0.2s; /* FF4+ */;
	-ms-transition: background-color 0.2s, margin-top 0.2s; /* IE10 */;
	-o-transition: background-color 0.2s, margin-top 0.2s; /* Opera 10.5+ */;
	transition: background-color 0.2s, margin-top 0.2s;
}
.ribbon a:hover span {
	background: #007BB6;
	margin-top: 0;
	color: white;
}
.ribbon span:before {
	content: "";
	position: absolute;
	top: 3em;
	left: 0;
	border-right: 0.5em solid #9B8651;
	border-bottom: 0.5em solid #fff;
}
.ribbon span:after {
	content: "";
	position: absolute;
	top: 3em;
	right: 0;
	border-left: 0.5em solid #9B8651;
	border-bottom: 0.5em solid #fff;
}
.Header {
	width: 1200px;
	height: 79px;
	margin: auto;
	overflow: hidden;
}
.Nav {
	width: 1200px;
	margin: auto;
	height: 43px;
	overflow: visible;
	background: #EEEEEE;
}
.menu, .menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu {
	height: 43px;
}
.menu li {
	background: -moz-linear-gradient(#EEEEEE, #EEEEEE);
	background: -ms-linear-gradient(#EEEEEE, #EEEEEE);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EEEEEE), color-stop(100%, #EEEEEE));
	background: -webkit-linear-gradient(#EEEEEE, #EEEEEE);
	background: -o-linear-gradient(#EEEEEE, #EEEEEE);
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#EEEEEE')";
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#EEEEEE')";
	background: linear-gradient(#EEEEEE, #EEEEEE);
	width:200px;
}
.menu > li {
	display: block;
	float: left;
	position: relative;
}
.menu > li:first-child {
}
.menu a {
	border-left: 3px solid rgba(0, 0, 0, 0);
	color: #000;
	display: block;
	font-size: 14px;
	line-height: 43px;
	text-align:center;
	text-decoration: none;
	text-transform: uppercase;
}
.menu li:hover {
	background-color: #FFF;
	background: -moz-linear-gradient(#FFF, #FFF);
	background: -ms-linear-gradient(#FFF, #FFF);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(#FFF, #FFF), color-stop(#FFF, #FFF));
	background: -webkit-linear-gradient(#FFF, #FFF);
	background: -o-linear-gradient(#FFF, #FFF);
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#FFF')"; /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#FFF')";*/;
	background: linear-gradient(#FFF, #FFF);
}
.menu li:hover > a {
	border-radius: 5px 0 0 0;
	color: #007BB6;
}
.submenu {
	left: 0;
	max-height: 0;
	position: absolute;
	top: 100%;
	z-index: 0;
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-ms-perspective: 400px;
	-o-perspective: 400px;
	perspective: 400px;
}
.submenu li {
	opacity: 0;
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transition: opacity .4s, -webkit-transform .5s;
	-moz-transition: opacity .4s, -moz-transform .5s;
	-ms-transition: opacity .4s, -ms-transform .5s;
	-o-transition: opacity .4s, -o-transform .5s;
	transition: opacity .4s, transform .5s;
	border-bottom: 1px solid #EEE;
	height: 30px;
	line-height: 30px;
}
.submenu a {
	color: #666;
	display: block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
	width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.submenu li:hover {
	border-bottom: 1px solid #EEE;
	border-top: none;
}
.menu > li:hover .submenu, .menu > li:focus .submenu {
	max-height: 2000px;
	z-index: 10;
}
.menu > li:hover .submenu li, .menu > li:focus .submenu li {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.menu li:hover .submenu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.menu li:hover .submenu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.menu li:hover .submenu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.menu li:hover .submenu li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.menu li:hover .submenu li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.menu li:hover .submenu li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.menu li:hover .submenu li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.menu li:hover .submenu li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.submenu li:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.submenu li:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.submenu li:nth-child(3) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.submenu li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.submenu li:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.submenu li:nth-child(6) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.submenu li:nth-child(7) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.submenu li:nth-child(8) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.submenu ul {
	display: none;
	position: absolute;
	top: -10000px;
	left: -10000px;
}
.Banner {
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
	margin: auto;
	background-color: #F4F4F2;
}
.NBanner {
	width: 100%;
	height: 260px;
	background:url('../../Upload/Column/nb8.jpg') no-repeat center top;
}
.Container {
	width: 1200px;
	margin: auto;
}
.IndexCont {
	width: 1200px;
	padding-top: 20px;
}
.IndexCont1 {
	height: 36px;
	background: black url('newbg.jpg') repeat-x left top;
}
.IndexCont1_1 {
	width: 1200px;
	height: 36px;
	background: url('xw.jpg') no-repeat left center;
}
.IndexCont1 ul {
	padding-left: 120px;
}
.IndexCont1_1 ul li {
	height: 36px;
	line-height: 36px;
}
.IndexCont1_1 ul li a {
	font-size: 14px;
}
.IndexCont1_1 ul li a:hover {
	color: #277FC2;
}
.IndexCont1_1 .Name {
	width: 70%;
}
.IndexCont1 .Time {
	width: 30%;
}
.IndexCont1_2 {
	float: left;
	width: 100px;
}
.btnT {
	float: left;
	width: 100px;
	height: 28px;
	line-height: 28px;
	text-align: right;
}
.btnB {
	float: left;
	width: 100px;
	height: 28px;
	line-height: 28px;
	text-align: right;
}
.IndexCont2 {
	width: 1200px;
}
.clearfix::after {
	clear: both;
	display: block;
	height: 0;
	content: '';
}
#container {
	margin: 0 auto;
}
#container li {
	width: 210px;
	height: 160px;
	text-align: center;
	float: left;
	cursor: pointer;
	overflow: hidden;
	margin: 0px 30px 10px 0px;
	position: relative;
}
#container li p {
	height: 160px;
	width: 100%;
	position: absolute;
	left: 0;
	top: -200px;
	color: #ffffff;
	z-index: 2;
}
#container li .img {
	display: block;
	-moz-transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
	transition: .5s ease-in;
	width:210px;
	height:160px;
}
#container li .img img {
	width: 208px;
	height: 158px;
	border:1px #CCC solid;	
}
#container li:hover .img {
	transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
}
#container li p i {
	width: 100%;
	height: 170px;
	display: block;
	position: absolute;
	left: 0;
	top: -10px;
	z-index: -1;
	background: #000000;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	font-size: 12px;
}
#container li p span {
	display: block;
	width: 80%;
	margin: 0 auto;
	line-height: 24px;
	font-size: 12px;
	padding-top: 20px;
}
#container li p span a {
	color: white;
}
#container .name {
	margin-top: 5px;
}
#container .name a {
	color: #000;
	width: 220px;
	height: 40px;
	line-height: 30px;
	z-index: 1000;
}
.Clear {
	width: 100%;
	height: 20px;
	clear: both;
}
.IndexCont3 {
	width: 100%;
	margin: auto;
	background: url('i5.jpg') no-repeat center top;
	height: 170px;
}
.IndexCont4 {
	background: url('bg1.jpg') no-repeat center top;
	height: 300px;
}
.IndexCont5 {
	clear: both;
	margin-top: 20px;
	padding-top: 20px;
}
.IndexCont7_1 {
	float: left;
	width: 760px;
}
.BigImage {
	padding-top: 10px;
}
.BigImage img {
	width: 220px;
	height: 170px;
	padding: 4px;
	border: 1px #CCC solid;
	border-radius: 5px;
}
.IndexCont7_2 {
	float: right;
	width: 400px;
}
.IndexCont7_2_1 {
	width: 365px;
	padding: 10px 0;
}
.IndexCont7_2 .TextList .Cont {
	display: block;
	height: 50px;
	overflow: hidden;
	width: 360px;
	background: url('a.jpg') no-repeat left 8px;
	text-indent: 30px;
}
.IndexCont7_2 .TextList .Name {
	background: url('q.jpg') no-repeat left center;
	text-indent: 30px;
}
.IndexCont7_2 .TextList .Name {
	background: url('q.jpg') no-repeat left center;
}
.IndexCont7_2 .TextList li {
	height: 90px;
}
.NIndexCont2_2 {
}
.NIndexCont2_2_1 {
	font-size: 16px;
	color: #006CC5;
	border-bottom: 1px #CCC solid;
	height: 40px;
	line-height: 40px;
}
.NIndexCont2_2_2 {
	padding: 20px 0;
}
.Footer {
}
.Footer1 {
	background: url('f1.jpg') no-repeat left top;
	height: 101px;
}
.Footer2 {
	height: 299px;
	background: url('footerbg.jpg') repeat-x left top;
}
.dibu1 {
	height: 264px;
}
.dibu2 {
	height: 35px;
	line-height: 35px;
	color: #B8B8B8;
}
.dibu2 a {
	color: #B8B8B8;
}
.dibu2 a:hover {
	color: #17A5F8;
}
.alzs {
}
.alzs ul li {
	float: left;
	width: 320px;
	height: 260px;
}
.alzs ul li img {
	width: 290px;
	height: 220px;
	padding: 4px;
	border: 1px #CCC solid;
}
.biaoge {
	margin-top: 20px;
}
.biaoge table {
	width: 95%;
	border-top: 1px #CCC solid;
	border-left: 1px #CCC solid;
}
.biaoge table tr td {
	text-align: center;
	border-right: 1px #CCc solid;
	border-bottom: 1px #CCC solid;
}
.scsb{
}
.scsb ul li{
 float:left;
 width:300px;
 height:250px; 
 text-align:center;
}
.scsb ul li img{
 width:250px;
 height:187.5px;
 padding:4px;
 border:1px #CCC solid;
}
