﻿body {
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	background: #fff url('bg.jpg') repeat-x left top;
	font-family: 微软雅黑;
}
div {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
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;
}
/******************************************************************************/
.Top {
	width: 1140px;
	margin: auto;
	overflow: visible;
	position: relative;
}
.bb {
	position: absolute;
	top: 0;
	right: 0;
}
.Version {
	width: 1140px;
	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: 1140px;

	margin: auto;
	overflow: hidden;
}
.Nav {
	width: 1140px;
	overflow: visible;
}
.menu, .menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu {
	height: 52px;
}
.menu li {
	min-width: 112px;
}
.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: 54px;
	padding: 0 25px;
	text-decoration: none;
	text-transform: uppercase;
}
.menu li:hover > a {
	color: #007BB6;
	background: white;
}
.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;
	background: white;
}
.submenu a {
	color: #666;
	display: block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
	width: 112px;
	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;
}
.Banner {
	width: 100%;
	height: 500px;
	margin: auto;
	overflow: visible;
}
.NBanner {
	width: 100%;
	margin: auto;
	text-align: center;
}
.Container {
	width: 1140px;
	margin: auto;
}
.IndexCont {
	width: 1140px;
}
.IndexCont1 {
	width: 1140px;
	height: 57px;
	background: url('xw.jpg') no-repeat left top;
	margin: 10px 0px;
}
.marquee1 {
	width: 800px;
	height: 300px;
	overflow: hidden;
}
.marquee1 ul {
	list-style: none;
	margin: 0 auto;
	padding: 0px;
}
.marquee1 li {
	padding: 5px;
}
.marquee1 li img {
	width: 200px;
	height: 200px;
}
.IndexCont1_1 {
	float: left;
	width: 940px;
	padding-left: 100px;
}
.IndexCont1 ul {
}
.IndexCont1 ul li {
	height: 57px;
	line-height: 57px;
}
.IndexCont1 ul li a {
	font-size: 14px;
}
.IndexCont1 ul li a:hover {
	color: #277FC2;
}
.IndexCont1 .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: 1140px;
}
.IndexCont2_1 {
	float: left;
	width: 202px;
}
.IndexCont2_2 {
	float: left;
	width: 920px;
	margin-left: 18px;
}
.IndexCont2_2 ul {
	padding: 5px 0px 0px 20px;
	width: 920px;
	float: left;
}
.IndexCont2_2 ul li {
	float: left;
	width: 227px;
	height: 230px;
	overflow: hidden;
	text-align: center;
}
.IndexCont2_2 ul li a {
}
.IndexCont2_2 .Image {
	position: relative;
	float: left;
	width: 230px;
}
.IndexCont2_2 .Image img {
	width: 190px;
	height: 180px;
	padding: 4px;
	border: 1px solid #CCCCCC;
}
.IndexCont2_2 .Name {
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	width: 230px;
	margin-top: 5px;
	text-align: center;
}
.IndexCont2_2 .Cont {
	float: left;
	width: 230px;
	height: 25px;
	margin: 5px 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.IndexCont2_2 pre {
	float: left;
	line-height: 170%;
	margin: 0px;
	font-family: 微软雅黑;
	width: 200px;
	overflow: hidden;
	color: #333;
}
.IndexCont2_2 .Brief {
	position: absolute;
	top: 0px;
	left: 15px;
	width: 200px;
	height: 190px;
	background: url('../../style/cn_style/ty.png') no-repeat left top;
}
.IndexCont2_2 .BriefAlpha {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	color: white;
	cursor: pointer;
}
.IndexCont2_2 .BriefAlpha {
}
.IndexCont3 {
	width: 1140px;
	height: 1030px;
	background: white url('i1.jpg') no-repeat center top;
	margin: 20px 0px;
}
.IndexCont4 {
	width: 100%;
	margin: auto;
	background: url('i2.jpg') no-repeat center top;
	height: 120px;
}
.IndexCont5 {
	width: 1140px;
	margin: 20px auto;
}
.IndexCont5_1 {
	float: left;
	width: 360px;
}
.IndexCont5_1 p {
	color: #333333;
	line-height: 200%;
}
.IndexCont5_1 p span {
	font-size: 16px;
	font-weight: bold;
}
.IndexCont5_2 {
	float: left;
	width: 360px;
	padding: 0px 30px;
}
.IndexCont5_2 p {
	color: #333333;
	line-height: 200%;
}
.IndexCont5_2 p span {
	font-size: 16px;
	font-weight: bold;
}
.IndexCont5_3 {
	float: left;
	width: 360px;
}
.IndexCont5_3 p {
	color: #333333;
	line-height: 200%;
}
.IndexCont5_3 p span {
	font-size: 16px;
	font-weight: bold;
}
/*neiye**/
.NIndexCont2 {
	width: 1140px;
	margin: 20px auto;
}
.NIndexCont2_1 {
	float: left;
	width: 202px;
}
.NIndexCont2_2 {
	float: left;
	width: 918px;
	padding-left: 18px;
}
.NIndexCont2_2_1 {
	width: 918px;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	color: #087BB4;
	font-weight: bold;
	border-bottom: 1px #CCC solid;
}
.NIndexCont2_2_2 {
	width: 878px;
	padding: 20px 0px 20px 20px;
}
.Footer {
	width: 100%;
	height: 450px;
	margin: auto;
	background: #000 url('footer.jpg') repeat-x left top;
	overflow: visible;
}
.Footer1 {
	width: 1140px;
	margin: auto;
	height: 269px;
}
.Footer1_2 .IcoList li {
	width: 360px;
}
.Footer1_2 .Name {
	width: 360px;
	font-size: 14px;
	height: 30px;
}
.Footer1_2 .Bottom {
	width: 360px;
}
.Footer1_2 .Image {
	float: left;
	width: 130px;
}
.Footer1_2 .Image img {
	width: 113px;
	height: 113px;
	border: none;
}
.Footer1_2 .Right {
	float: left;
	width: 190px;
	text-align: left;
}
.Footer1_2 .Time {
	width: 190px;
	height: 20px;
	text-align: left;
}
.Footer1_2 .Cont {
	width: 190px;
	height: 120px;
	line-height: 200%;
}
.Footer2 {
	width: 1140px;
	margin: auto;
	overflow: visible;
	background: url('f.jpg') no-repeat right center;
	height: 180px;
}
.Footer2 {
	color: white;
}
.Footer2 p {
	padding-top: 30px;
	line-height: 250%;
}
