/*组件样式*/
#flashBoxu_u5_ {
    width: 100% !important;
    height: 495px;
    border: 0px solid #EEE;
    position: relative;
    margin-left: auto;
    margin-right: auto;}
#flashBoxu_u5_ img {
    display: none;
    width: 100% !important;
    border: 0px solid #FFF;}

.erji{    background: #1b3f66;
    z-index: 9999;
    top: 51px;
    width: 100%;
    left: 0;
    text-align: center;}

.erji li:hover{width: 100%;
    font-size: 15px;}
    .erji li a {font-size:16px;}





/* 以下样式不用修改 开始*/
    /* 默认ul 无需修改 */
    .nav_menustyle_1_1 ul
    {
        list-style-type:none;
        padding:0px; 
        margin:0px;}
    /* 默认li 无需修改 */
    .nav_menustyle_1_1 li
    {
        float:left;
        text-align:center;
        position:relative;}
    /* 2级以上 li 无需修改 */
    .nav_menustyle_1_1 ul li ul li
    {
        float: none;
    z-index: 100;
    height: 41px;
    text-align: left;
    padding-top: 1px;}
    /* 3级以上默认ul 无需修改 */
    .nav_menustyle_1_1 ul li ul li ul
    {
        left:100%;
        top:0px;}
    /* IE6下的table样式 无需修改 */
    .nav_menustyle_1_1 table 
    {
        position:absolute; 
        left:0px;
        border-collapse:collapse; 
        border-spacing:0; 
        z-index:100;}   
    .nav_menustyle_1_1 table table
    {
        top:0px;}
    .nav_menustyle_1_1 td 
    {
        padding: 0;}   
    /* 共6级导航子菜单打开关闭控制 无需修改 */
    .nav_menustyle_1_1 li ul,
    .nav_menustyle_1_1 li:hover ul li ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li:hover ul li ul
    {
        display:none;}
    .nav_menustyle_1_1 li a:hover ul li ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li a:hover ul li ul
    {
        visibility:hidden;}
    .nav_menustyle_1_1 li a:hover ul,
    .nav_menustyle_1_1 li:hover ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li:hover ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul    
    {
        display:block;
        position:absolute;}
    .nav_menustyle_1_1 li a:hover ul li a:hover ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li a:hover ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li a:hover ul li a:hover ul
    {
        visibility:visible;}
    /* 默认a属性 无需修改 */
    .nav_menustyle_1_1 a
    {
        display:block;
        text-decoration:none;
        white-space:nowrap;}
/* 以上样式不用修改 结束*/
/* 默认链接样式 可以修改默认的 字体、颜色、宽度、高度、背景色、边框等*/
.nav_menustyle_1_1 a
{
    width:90px;         /*菜单宽度*/
    height:25px;        /*菜单高度*/
    line-height:25px;   /*字体高度, 可设为菜单高度*/
    font-size:14px;     /*字体大小*/
    color:#000;}
/* 默认hover链接样式 可以设置默认的鼠标移上样式 */
.nav_menustyle_1_1 a:hover
{
    color:#fff;}
/* IE6兼容性代码，在IE6下起效， 必须根据菜单高宽进行设定 */
.nav_menustyle_1_1 table 
{
    top:26px;}   
.nav_menustyle_1_1 table table
{
    left:91px;}   
/* 2级以上链接样式 可以修改2级以上菜单的 字体、颜色、宽度、高度、背景色、边框等*/
.nav_menustyle_1_1 ul li ul li a
{}
/* 2级以上hover链接样式 可以修改2级以上菜单的鼠标移上样式*/
.nav_menustyle_1_1 ul li ul li a:hover
{}
/* 3级以上链接样式 可以修改3级以上菜单的 字体、颜色、宽度、高度、背景色、边框等*/
.nav_menustyle_1_1 ul li ul li ul li a
{}
/* 3级以上hover链接样式 可以修改3级以上菜单的鼠标移上样式*/
.nav_menustyle_1_1 ul li ul li ul li a:hover
{}

 html, body {
        position: relative;
        height: 100%;}
    body {
        background: #eee;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 14px;
        color:#000;
        margin: 0;
        padding: 0;}
    .swiper-container {
        width: 100%;
        height: 100%;}
    .swiper-slide img{    width: 100%;
    height: 495px;}
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;}
    
    .we{height:495px;}
.news-left {
    float: left;
    width: 690px;
    margin-right: 40px;
    margin-top: 20px;}
.news-left li a {
    display: block;
    float: left;
    height: 100%;
    width: 100%;
    padding: 0;
    background-color: #eeeeee;}
.news-left li:hover{  background: url(images/hovers.png);    background-repeat: no-repeat;
    background-position: left;}
.news-left li{  background: url(images/hover.png)left center no-repeat;}
.news-left li:hover a {
    background-color: #eeeeee;}
.news-left li {
    height: auto;
    padding-left: 30px;}
.news-left li {
    height: 38px;
    padding-left: 30px;
    margin-top: 0;}
.news-left li a {
    display: block;
    height: 100%;}
.news-left li h3 {
    float: left;
    font-size: 16px;
    color: #333;
    line-height: 38px;
    font-weight: 300;}
.news-left li span {
    float: right;
    font-size: 12px;
    color: #999;
    font-weight: 300;
    line-height: 38px;}


.news-lefts li {
    height: 110px;
    width: 100%;
       margin-top: 17px;}
.news-times {
    height: 100%;
    width: 110px;
    padding-top: 20px;
    float: left;
    text-align: center;
    background-color: #dbdbdb;}
.news-times span {
    display: block;
    height: 2px;
    width: 38px;
    background-color: #333;
    margin:auto;}
.news-times h3 {
   font-size: 18px;
    font-weight: 300;
    margin-bottom: 14px;}
.news-times p {
    font-size: 16px;
    margin-top: 14px;
    line-height: 1;
    color: #333;}
.news-lefts li:hover .news-times {
    background-color: #245daa;}
.news-lefts li:hover a {
    background-color: #2c71ce;}
.news-lefts li:hover a h2,
.news-lefts li:hover a p,
.news-lefts li:hover .news-times h3,
.news-lefts li:hover .news-times p {
    color: #fff;}
.news-lefts li:hover .news-times span {
    background-color: #fff;}
.news-lefts li a {
    display: block;
    float: left;
    height: 100%;
    width: 470px;
    padding:20px 26px;
    background-color: #f2f2f2;}
.news-lefts li a h2 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
    color: #333;}
.news-lefts li a p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 14px;
    color: #999;}
