﻿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;
}

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;
    height: 104px;
    margin: auto;
    overflow: hidden;
}

.Nav {
    width: 1140px;
    overflow: visible;
    height: 40px;
    line-height: 40px;
}

.Nav {
    width: 1140px;
    overflow: visible;
    background: #F7F7F7;
}

.menu,
.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu {
    height: 55px;
}

.menu li {
    background: -moz-linear-gradient(#F7F7F7, #F7F7F7);
    background: -ms-linear-gradient(#F7F7F7, #F7F7F7);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F7F7F7), color-stop(100%, #F7F7F7));
    background: -webkit-linear-gradient(#F7F7F7, #F7F7F7);
    background: -o-linear-gradient(#F7F7F7, #F7F7F7);
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7F7F7', endColorstr='#F7F7F7')";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7F7F7', endColorstr='#F7F7F7')";
    background: linear-gradient(#F7F7F7, #F7F7F7);
    min-width: 120px;
}

.menu>li {
    display: block;
    float: left;
    position: relative;
}

.menu>li:first-child {
    border-radius: 5px 0 0;
}

.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 {
    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;
}

.Banner {
    width: 100%;
    height: 500px;
    margin: auto;
    overflow: visible;
}

.NBanner {
    width: 100%;
    margin: auto;
    text-align: center;
    overflow: hidden;
}

.Container {
    width: 1140px;
    margin: auto;
}

.IndexCont {
    width: 1140px;
}

.IndexCont1 {
    width: 1140px;
    height: 57px;
    background: url('xw.jpg') no-repeat left top;
    margin: 10px 0px;
    overflow: hidden;
}

.IndexCont1 .Name {
    text-indent: 30px;
}

.IndexCont1 .Time {
    display: none;
}

.IndexCont1 .Cont {
    display: none;
}

.marquee1 {
    width: 800px;
    height: 300px;
    overflow: hidden;
}

.marquee1 ul {
    list-style: none;
    margin: 0 auto;
    padding: 0px;
}

.marquee1 li {
    float: left;
    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: 225px;
    height: 200px;
    overflow: hidden;
    text-align: center;
}

.IndexCont2_2 ul li a {}

.IndexCont2_2 .Image {
    position: relative;
    float: left;
    width: 225px;
}

.IndexCont2_2 .Image img {
    width: 190px;
    height: 160px;
    padding: 4px;
    border: 1px solid #CCCCCC;
}

.IndexCont2_2 .Name {
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    width: 225px;
    margin-top: 5px;
    text-align: center;
}

.IndexCont2_2 .Cont {
    float: left;
    width: 225px;
    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: 12px;
    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: 1140px;
    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%;
    font-size: 14px;
}

.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%;
    font-size: 14px;
}

.IndexCont5_2 p span {
    font-size: 16px;
    font-weight: bold;
}

.IndexCont5_3 {
    float: left;
    width: 360px;
}

.IndexCont5_3 p {
    color: #333333;
    font-size: 14px;
    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%;
    margin: auto;
}

.Footer1 {
    width: 1140px;
    margin: auto;
}

.Footer1_1 {}

.Clear {
    height: 20px;
    width: 100%;
    clear: both;
}

.Footer1_1 ul li {
    float: left;
    width: 380px;
}

.Footer1_2 {
    float: left;
}

.Footer1_2 ul li {
    float: left;
    width: 380px;
    height: 110px;
}

.Footer1_2 .Time {
    color: #999;
    height: 30px;
    line-height: 30px;
}

.Footer1_2 .Name {
    width: 340px;
    font-weight: bold;
    font-size: 14px;
}

.Footer1_2 .Cont {
    display: block;
    border-bottom: 1px #CCC dotted;
    width: 340px;
    line-height: 200%;
    height: 45px;
    padding: 8px 0;
    overflow: hidden;
}

.Footer2 {
    width: 100%;
    padding:30px 0;
    text-align:center;
    background-color:#000000;
    clear: both;
    margin-top:20px;
}
.Footer2 p{
	width:1200px;
	line-height:20px;
	margin:0 auto;
	color:#FFFFFF;
}
.Footer2 a{
	color:#FFFFFF;
}
.Footer2 a:hover{
	text-decoration:underline;
}
