﻿* {
    padding: 0;
    margin: 0;
}

body {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #fff;
    background: url(../image/gywm_bg.png) repeat 0 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul,
ol {
    list-style-type: none;
}

img {
    display: block;
    border: none;
}

header#header {
    width: 100%;
    height: 81px;
    float: left;
    border-bottom: 1px solid #57687D;
    background-image: url(../image/header_top_bg.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}

header#header .header-container {
    
    width: 1333px;
    height: 81px;
    margin: 0 auto;
}

header#header .header-container h1 {
    width: 242px;
    height: 100%;
    float: left;
}

header#header .header-container h1 a {
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    text-indent: -9999px;
    background-image: url(../image/header_top_logo.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
}

header#header .header-container .header-container-en-zh {
    width: 130px;
    height: 100%;
    line-height: 82px;
    float: left;
    text-align: center;
}

header#header .header-container .header-container-en-zh a {
    color: #E1E1E1;
    font-size: 16px;
    width: auto;
}

header#header .header-container nav {
    width: 960px;
    height: 100%;
    float: right;
}

header#header .header-container nav ul {
    width: 100%;
    height: 100%;
    float: left;
}

header#header .header-container nav ul li {
    width: 120px;
    height: 81px;
    z-index: 10;
    float: left;
    position: relative;
}

header#header .header-container nav ul li.on {
    background: #000;
}

header#header .header-container nav ul li a {
    width: 100%;
    height: 100%;
    float: left;
    color: #fff;
    z-index: 11;
    text-align: center;
    display: block;
    overflow: hidden;
    position: relative;
    background-image: url(../image/header_topNav_bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
}

header#header .header-container nav ul li a img {
    width: 0;
    height: 0;
    position: absolute;
    left: 72.5px;
    bottom: 1px;
    z-index: 11;
    -moz-box-shadow: 0px 0px 4px #000;
    -webkit-box-shadow: 0px 0px 4px #000;
    box-shadow: 0px 0px 4px #000;
}

header#header .header-container nav ul li a span {
    width: 100%;
    line-height: 80px;
    float: left;
    font-size: 20px;
}

header#header .header-container nav ul li a span.navEn {
    
    
}

header#header .header-container nav ul li a span.navZh {
    
    
}

header#header .header-container nav ul li .navSubNav {
    width: 120px;
    height: 0;
    z-index: 9;
    position: absolute;
    top: 81px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .93);
    filter: alpha(opacity=93);
}

header#header .header-container nav ul li .navSubNav .navSubNav-about {
    width: 100%;
    height: 100%;
    display: none;
    z-index: 10;
    position: absolute;
    top: -100%;
}

header#header .header-container nav ul li .navSubNav .navSubNav-about span {
    width: 100%;
    line-height: 80px;
    text-align: center;
    float: left;
    font-size: 20px;
}

header#header .header-container nav ul li .navSubNav .navSubNav-about span.navEn {
    
}

header#header .header-container nav ul li .navSubNav .navSubNav-about span.navZh {
    
    
}

header#header .header-container nav ul li .navSubNav ul {
    width: auto;
    display: none;
    z-index: 9;
    opacity: 0;
    position: absolute;
    padding: 0 5px;
    background-color: #000;
}

header#header .header-container nav ul li .navSubNav ul li {
    width: 100%;
    height: 20px;
    

    float: left;
    margin: 12px 0 0 0;
}

header#header .header-container nav ul li .navSubNav ul li a {
    width: 100%;
    height: auto;
    color: #fff;
    display: block;
    float: left;
    

    background-image: none;
}


section#container {
    width: 100%;
    height: 875px;
    float: left;
    position: relative;
    top: 82px;
}


section#container .bannerVideoSlide {
    width: 1140px;
    height: 150px;
    

    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -570px;
}

section#container .bannerVideoSlide .bannerVideoSlideWrap {
    width: 1040px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

section#container .bannerVideoSlide ul {
    height: 100%;
    position: absolute;
}

section#container .bannerVideoSlide li {
    width: 200px;
    height: 100%;
    float: left;
    margin: 0 10px 0 0;
    position: relative;
}

section#container .bannerVideoSlide li.noMarginRight {
    margin: 0;
}

section#container .bannerVideoSlide li img {
    width: 100%;
    height: 100%;
}

section#container .bannerVideoSlide li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    margin: 0;
    opacity: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
    filter: alpha(opacity=50);
    background-image: url(../image/videoButton.png);
    background-repeat: no-repeat;
    background-position: center center;
}

section#container .bannerVideoSlide span {
    width: 39px;
    height: 80px;
    display: block;
    overflow: hidden;
    text-indent: -999px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin: -40px 0 0 0;
    background-image: url(../image/banner_video_btn.png);
    background-repeat: no-repeat;
}

section#container .bannerVideoSlide span.videoLeft {
    left: 0;
}

section#container .bannerVideoSlide span.videoRight {
    right: 0;
    background-position: -39px 0;
}


section#otherContainer {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    top: 82px;
}

section#otherContainer .otherContainer-content {
    width: 1000px;
    

    min-height: 710px;
    float: left;
    

    background: url(../image/other_section_bg.jpg) no-repeat 0 0;
    
    
}

section#otherContainer .otherContainer-content .otherContent {
    width: 100%;
    

    float: left;
    margin: 190px 0 0 0;
    background: url(../image/otherContent_bg.png) no-repeat 0 0;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-sidebar {
    width: 195px;
    height: 100%;
    float: left;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-sidebar h2 {
    color: #fff;
    font-family: "Arial";
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    opacity: 0.7;
    margin: 20px 0 24px 0;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-sidebar ul {
    width: 100%;
    float: left;
    margin: 0 0 158px 0;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-sidebar ul li {
    width: 100%;
    height: auto;
    float: left;
    background: url(../image/otherSidebarLi_bg.png) no-repeat 0 0;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-sidebar ul li a {
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 15px;
    display: block;
    float: left;
    text-align: center;
    background: url(../image/otherSidebarLiA_bg.png) no-repeat 30px center;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-sidebar ul li a.en {
    text-align: left;
    text-indent: 56px;
    font-size: 13px;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-sidebar ul li a.active {
    background: url(../image/otherSidebarLiAActive_bg.png) no-repeat 29px center;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-sidebar ul li > .sidebarSubMenu {
    width: 100%;
    height: auto;
    float: right;
    display: none;
    opacity: 0;
    background-image: url(../image/otherSidebarLi_subMenu_bg.png);
    background-repeat: repeat-y;
    background-position: 0 0;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-sidebar ul li.current > .sidebarSubMenu {
    display: block;
    opacity: 1;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-sidebar ul li > .sidebarSubMenu ul {
    width: 100%;
    height: auto;
    margin: 0;
    background-image: url(../image/otherSidebarLi_subMenu_ul_bg.png);
    background-repeat: no-repeat;
    background-position: 0 bottom;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-sidebar ul li > .sidebarSubMenu ul li {
    background: none;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-sidebar ul li > .sidebarSubMenu ul li a {
    width: 65%;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    text-align: left;
    padding: 0 0 0 70px;
    background: url(../image/otherSidebarLi_ul_AActive_bg.jpg) no-repeat 49px center;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-sidebar ul li > .sidebarSubMenu ul li a.active {
    color: #5B9BD5;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-sidebar .sidebar-lxfs {
    width: 175px;
    height: 43px;
    margin: 0 0 0 10px;
    float: left;
    text-align: center;
    color: #00c6ff;
    font-size: 16px;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-sidebar .sidebar-lxfs a {
    width: 100%;
    height: 64px;
    display: block;
    float: left;
    text-indent: -9999px;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-sidebar .sidebar-lxfs a.sidebar-lxfs-lxfs-en {
    margin: 0 0 -10px 0;
    background: url(../image/otherSidebar_lxwm_en.png) no-repeat 0 0;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-sidebar .sidebar-lxfs a.sidebar-lxfs-lxfs-zh {
    margin: 0 0 -10px 0;
    background: url(../image/otherSidebar_lxwm.png) no-repeat 0 0;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-sidebar .sidebar-lxfs a.sidebar-lxfs-sc {
    background: url(../image/otherSidebar_borchre.png) no-repeat 0 0;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content {
    width: 805px;
    height: 100%;
    float: right;
    
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-breadcrumb {
    width: 777px;
    height: 24px;
    margin: 34px auto 0 auto;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-breadcrumb .breadcrumb-title {
    width: 50%;
    height: 100%;
    float: left;
    padding: 0 0 0 15px;
    background: url(../image/breadcrumb-title_bg.png) no-repeat left center;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-breadcrumb .breadcrumb-title h3 {
    font-size: 16px;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-breadcrumb .breadcrumb-nav {
    width: 47%;
    height: 100%;
    float: right;
    
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-breadcrumb .breadcrumb-nav p {
    width: auto;
    float: right;
    text-align: right;
    color: #8D8D8D;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-breadcrumb .breadcrumb-nav p a {
    display: block;
    float: left;
    color: #8D8D8D;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-breadcrumb .breadcrumb-nav p a.icon {
    width: 83px;
    height: 13px;
    display: block;
    text-indent: -9999px;
    text-align: left;
    margin: 5px 5px 0 0;
    background: url(../image/breadcrumb-icon-bg.png) no-repeat 0 0;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content {
    width: 776px;
    min-height: 460px;
    margin: 0 auto;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .gongsizhuchuang {
    width: 100%;
    height: 150px;
    float: left;
    margin: 10px 0px;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .gongsizhuchuang img {
    width: 150px;
    height: 100%;
    float: left;
    margin: 0 10px 0 0;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .gongsizhuchuang .right {
    width: 616px;
    float: left;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .gongsizhuchuang .right h3 {
    text-align: center;
    font-size: 18px;
    padding: 5px 0;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .gongsizhuchuang .right p {
    text-indent: 2em;
    line-height: 180%;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .gongsizhuchuang .right a {
    float: right;
    padding-right: 3px;
    font-size: 16px;
    color: #fff;
    padding-top: 10px;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content.qtyw {
    width: 530px;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content h3 {
    text-align: center;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content p {
    text-indent: 2em;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content img {
	max-width: 100% !important; 
	height: auto !important;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .content-yewufanwei {
    width: 550px;
    

    margin: 20px auto 0 auto;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .content-yewufanwei ul {
    width: 100%;
    height: 100%;
    float: left;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .content-yewufanwei ul li {
    width: 104px;
    

    float: left;
    

    margin: 0 69px 20px 10px;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .content-yewufanwei ul li a {
    width: 100%;
    height: 180px;
    color: #fff;
    float: left;
    display: block;
    overflow: hidden;
    position: relative;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .content-yewufanwei ul li a img {
    width: 100%;
    margin: 0 0 10px 0;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .content-yewufanwei ul li a span {
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .content-yewufanwei ul li a span.en {}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .content-yewufanwei ul li a span.zh {
    bottom: -20px;
    opacity: 0;
    filter: alpha(opacity=0);
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .content-yewufanwei-list {
    width: 100%;
    margin: 20px auto 0 auto;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .content-yewufanwei-list ul {
    width: 100%;
    float: left;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .content-yewufanwei-list ul li {
    width: 248px;
    height: 260px;
    padding: 0 5px;
    float: left;
    margin: 0 0 10px 0;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .content-yewufanwei-list ul li a {
    width: 100%;
    height: 100%;
    color: #fff;
    display: block;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .content-yewufanwei-list ul li a {
    width: 100%;
    float: left;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .content-yewufanwei-list ul li a span {
    width: 100%;
    height: 25px;
    line-height: 25px;
    display: block;
    float: left;
    text-align: center;
}


section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content ul.zpzs {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px 0 0 0;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content ul.zpzs li {
    width: 168px;
    float: left;
    margin: 0 26px 26px 0;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content ul.zpzs li a {
    width: 100%;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content ul.zpzs li a:hover {
    color: #fff;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content ul.zpzs li a img {
    width: 95%;
    height: 115px;
    padding: 2px;
    border: 2px solid #0054B6;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content ul.zpzs li a p {
    width: 100%;
    height: 20px;
    overflow: hidden;
    color: #fff;
    text-align: left;
    text-indent: inherit;
    margin: 0 0 3px 0;
    background: #001C34;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content ul.zpzs li a p span {
    color: #0064BA;
}


section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content ul.zpzs li a p.name {
    text-align: center;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content ul.zpzs li a p.actor {
    text-align: left;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content.show h4 {
    height: 33px;
    text-indent: -9999px;
    margin: 20px 0;
    background: url(../image/ypjs.png) no-repeat 0 0;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content.show .ypjs-info {
    width: 100%;
    min-height: 400px;
    float: left;
    border-bottom: 2px solid #0061AE;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content.show .ypjs-info .info-img {
    width: 180px;
    height: 260px;
    float: left;
    border: 2px solid #003A7A;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content.show .ypjs-info .info-img img {
    width: 100%;
    height: 100%;
    float: left;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content.show .ypjs-info .info-ypjs {
    width: 570px;
    height: 100%;
    float: right;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content.show .ypjs-info .info-ypjs h3 {
    text-align: left;
    font-size: 22px;
    margin: 0 0 30px 0;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content.show .ypjs-info .info-ypjs ul {
    width: 100%;
    float: left;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content.show .ypjs-info .info-ypjs ul li {
    width: 100%;
    line-height: 180%;
    float: left;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content.show .ypjs-info .info-ypjs ul li span {
    color: #0061AE;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content.show .ypjs-info .info-ypjs ul li a {
    color: rgb(13, 97, 117);
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content.show .info-jqjj {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 2px solid #0061AE;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content.show .info-jqjj h3 {
    width: 100%;
    height: 33px;
    float: left;
    text-indent: -9999px;
    margin: 10px 0 10px 0;
    background: url(../image/jqjj.png) no-repeat 0 0;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content.show .info-jqjj p {
    line-height: 180%;
    float: left;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content.show .info-jzxs {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content.show .info-ygp {
    width: 100%;
    float: left;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content.show .info-ygp h3 {
    width: 100%;
    height: 33px;
    float: left;
    text-indent: -9999px;
    margin: 10px 0 10px 0;
    background: url(../image/ygp.png) no-repeat 0 0;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content.show .info-ygp video {
    margin: 0 auto;
    display: block;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content.show .info-jzxs h3 {
    width: 100%;
    height: 33px;
    float: left;
    text-indent: -9999px;
    margin: 10px 0 10px 0;
    background: url(../image/jzxs.png) no-repeat 0 0;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content.show .info-jzxs ul {
    width: 100%;
    float: left;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content.show .info-jzxs ul li {
    float: left;
    border: 2px solid #003A7A;
    padding: 3px;
    margin-bottom: 10px;
    margin-right: 4px;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content.show .info-jzxs ul li img {
    width: 180px;
    height: 120px;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content.show .info-nav {
    width: 100%;
    height: 20px;
    float: left;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content.show .info-nav .prev-page {
    width: 50%;
    float: left;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content.show .info-nav .next-page {
    width: 50%;
    float: right;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content.show .info-nav span {
    border: 1px solid #0076DD;
    border-radius: 4px;
    margin: 0 10px 0 0;
    background: #0076DD;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content.show .info-nav a {
    color: #fff;
}


section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .qtyw-top {
    

    width: 530px;
    float: left;
    margin: 40px 0 20px 0;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .qtyw-top ul {
    width: 100%;
    height: 100%;
    float: left;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .qtyw-top ul li {
    
    
    

    margin: 0 10px 0 0;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .qtyw-top ul li a {
    width: 100%;
    height: 100%;
    float: left;
    color: #fff;
    display: block;
    text-align: center;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .qtyw-top ul li a img {
    width: 100%;
    height: 278px;
    float: left;
    margin: 20px 0 30px 0;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .qtyw-bottom {
    width: 100%;
    height: 170px;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .qtyw-bottom ul {
    width: 100%;
    height: 100%;
    float: left;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .qtyw-bottom ul li {
    width: 248px;
    height: 100%;
    float: left;
    margin: 0 10px 0 0;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .qtyw-bottom ul li a {
    width: 100%;
    height: 100%;
    float: left;
    color: #fff;
    display: block;
    text-align: center;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .qtyw-bottom ul li a img {
    width: 100%;
    height: 132px;
    float: left;
    margin: 0 0 10px 0;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .info-nav {
    width: 100%;
    height: 20px;
    float: left;
    margin: 20px 0 20px 0;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .info-nav .prev-page {
    width: 50%;
    float: left;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .info-nav .next-page {
    width: 50%;
    float: right;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .info-nav span {
    border: 1px solid #0076DD;
    border-radius: 4px;
    margin: 0 10px 0 0;
    background: #0076DD;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .info-nav a {
    color: #fff;
}


section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .shareZone-position {
    

    width: 100%;
    margin: 20px auto;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .shareZone-position img {
    width: 280px;
    height: 166px;
    padding: 1px;
    float: left;
    border: 2px solid #003A7A;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .shareZone-position .shareZongRight {
    width: 62%;
    float: right;
    
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .shareZone-position .shareZongRight h3 {
    font-size: 14px;
    text-align: left;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .shareZone-position .shareZongRight h3 a {
    color: #1176ea;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .shareZone-position .shareZongRight p {
    color: #1176ea;
    font-size: 12px;
    margin: 0 0 10px 0;
    text-align: left;
    text-indent: inherit;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .shareZone-position .shareZongRight .shareZongRight-info {
    width: 100%;
    float: left;
    font-size: 12px;
    line-height: 180%;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .sharZoneList {
    width: 100%;
    

    float: left;
    margin: 30px 0 0 0;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .sharZoneList ul {
    width: 100%;
    float: left;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .sharZoneList ul li {
    width: 100%;
    height: 25px;
    line-height: 25px;
    float: left;
    border-bottom: 1px dotted #003A7A;
    margin: 0 0 10px 0;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .sharZoneList ul li a {
    width: 100%;
    height: 100%;
    display: block;
    float: left;
    color: #fff;
    text-indent: 1em;
    background: url(../image/list-arrow.gif) no-repeat left center;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .sharZoneList ul li a span {
    color: #338aff;
    float: right;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content h3.jsfxTitle {
    margin: 20px 0;
}


section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content h3.zpxx {
    

    text-indent: -9999px;
    
    
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .zpxx-list {
    width: 100%;
    float: left;
    color: #999;
    margin: 0 0 20px 0;
    border-bottom: 1px dotted #0061ae;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .zpxx-list p {
    width: 100%;
    text-indent: inherit;
    margin: 0 0 10px 0;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .zpxx-list .zpxx-list-zwyq {
    width: 100%;
    float: left;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .zpxx-list .zpxx-list-zwyq .zwyq {
    width: 100px;
    float: left;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .zpxx-list .zpxx-list-zwyq .zwyq span {
    color: #0074B7;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .zpxx-list .zpxx-list-zwyq .zwyq-more {
    width: 658px;
    float: left;
    margin: 0 0 0 10px;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .zpxx-list p.more {
    float: left;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .zpxx-list p.more a {
    color: #0074B7;
    float: right;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .zpxx-post {
    width: 100%;
    float: left;
    color: #999;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #0061ae;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .zpxx-post p {
    text-indent: inherit;
    margin: 5px 0;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .zpxx-post p span {
    color: #0074B7;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .zpxx-post .zwyq {
    width: 100%;
    color: #0074B7;
    float: left;
    margin: 5px 0;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .zpxx-post .zwyq span {
    width: 110px;
    float: left;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .zpxx-post .zwyq .more {
    width: 85%;
    float: left;
    color: #999;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .lxfs {
    width: 100%;
    color: #0074B7;
    float: left;
    margin: 15px 0;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .lxfs span {
    width: 110px;
    float: left;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .lxfs .more {
    width: 85%;
    float: left;
    color: #999;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .lxfs .more p {
    text-indent: inherit;
}


section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content form#lxwm {
    width: 100%;
    float: left;
    color: #999;
    margin: 0 0 20px 0;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content form#lxwm .input {
    width: 50%;
    

    float: left;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content form#lxwm .input p {
    width: 100%;
    float: left;
    height: 25px;
    line-height: 25px;
    text-indent: 1em;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content form#lxwm .input input {
    width: 80%;
    height: 20px;
    line-height: 20px;
    border-radius: 4px;
    border: none;
    color: #fff;
    text-indent: 1em;
    background: #002333;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content form#lxwm .input textarea {
    border-radius: 4px;
    border: none;
    color: #fff;
    text-indent: 1em;
    padding: 5px;
    background: #002333;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content form#lxwm .input input.submit {
    float: left;
    cursor: pointer;
    height: 35px;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .map {
    width: 100%;
    float: left;
}

section#otherContainer .otherContainer-content .otherContent .otherContent-content .otherContent-content-content .map img {
    width: 100%;
    float: left;
}


#pages {
    padding: 14px 0 10px;
    font-family: 宋体
}

#pages a {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333;
    padding: 0 10px
}

#pages a.a1 {
    

    width: 56px;
    padding: 0
}

#pages a:hover {
    background: #f1f1f1;
    color: #000;
    text-decoration: none
}

#pages span {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    background: #5a85b2;
    border: 1px solid #5a85b2;
    color: #fff;
    text-align: center;
    padding: 0 10px
}

.page .noPage {
    display: inline-block;
    width: 56px;
    height: 22px;
    line-height: 22px;
    

    border: 1px solid #e3e3e3;
    text-align: center;
    color: #a4a4a4;
}

.footer-blank {
    width: 100%;
    height: 65px;
    float: left;
}

footer#footer {
    width: 100%;
    

    height: 65px;
    float: left;
    background-color: #000;
    background-image: url(../image/index_video_footer_bg.jpg);
    background-repeat: repeat-x;
    background-position: 0 0;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
}

footer#footer .footer-content {
    width: 700px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

footer#footer .footer-content ul {
    width: 49%;
    

    height: 40px;
    
    
    

    margin: 0 auto;
}

footer#footer .footer-content ul li {
    float: left;
    

    margin: 5px 0 0 20px;
}

footer#footer .footer-content ul li a {
    

    width: 65px;
    height: 35px;
    color: #bbb;
    font-size: 16px;
    display: block;
    line-height: 35px;
    
}

footer#footer .footer-content ul li a img {
    height: 100%;
    float: left;
    margin: 0 19px 0 0;
}

footer#footer .footer-content ul li a span {
    float: left;
}

footer#footer .footer-content p {
    width: 100%;
    float: left;
    text-align: center;
    background: #000;
}

.footerWeixin-Erwei {
    display: none;
    opacity: 0;
    position: absolute;
    left: 7px;
    bottom: 65px;
}

footer#footer .footer-content ul li .footerWeiBo-Erwei {
    display: none;
    opacity: 0;
    position: absolute;
    left: 202px;
    bottom: 65px;
}

footer#footer .footer-content ul li .footerWeiBo-Erwei a {
    width: 200px;
    height: 200px;
    display: block;
    float: left;
}

footer#footer .footer-content ul li .footerWeiBo-Erwei a img {
    width: 100%;
    height: 100%;
}


footer#otherFooter {
    width: 100%;
    height: 30px;
    float: left;
    background: #000;
}

footer#otherFooter .otherFooter-content {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
}

footer#otherFooter .otherFooter-content p {
    width: 100%;
    height: 100%;
    line-height: 30px;
    color: #fff;
    text-align: center;
}

.footer-gotop {
    width: 25px;
    height: 27px;
    position: fixed;
    right: 17.5%;
    top: 44%;
}

.footer-gotop a {
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
    background: url(../image/footer-gotop.png) no-repeat 0 0;
}


.baidu_map {
    width: 99.8%;
    height: 450px;
    clear: both;
}

A.white:link {
    FONT-SIZE: 12px;
    COLOR: #ffffff;
    FONT-FAMILY: "宋体";
    TEXT-DECORATION: none
}

A.white:visited {
    FONT-SIZE: 12px;
    COLOR: #ffffff;
    FONT-FAMILY: "宋体";
    TEXT-DECORATION: none
}

A.white:active {
    FONT-SIZE: 12px;
    COLOR: #ffffff;
    FONT-FAMILY: "宋体";
    TEXT-DECORATION: none
}

A.white:hover {
    FONT-SIZE: 12px;
    COLOR: #cccccc;
    FONT-FAMILY: "宋体";
    TEXT-DECORATION: none
}