﻿@charset "utf-8";
@font-face {
    font-family: "impact";
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/impact-webfont.eot');
    src: url('../fonts/impact-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/impact-webfont.woff') format('woff'), url('../fonts/impact-webfont.ttf') format('truetype'), url('../fonts/impact-webfont.svg#Futura') format('svg');
}

html,
body {
    height: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

body {
    padding: 0;
    margin: 0px auto;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    width: 100%;
    min-width: 1300px;
    zoom: 1;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, Arial, "宋体";
    background: #fff;
    -webkit-tap-highlight-color: transparent;
}

ul,
li,
form,
dl,
dt,
dd,
div,
ul,
li,
p,
em,
i,
address {
    font-style: normal;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
}

select,
input,
textarea,
button {
    font-size: 16px;
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #545454;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, Arial, "宋体";
}

input:focus {
    outline: none;
}

input,
button,
select,
textarea {
    border: 0px;
    outline: none;
    /*-webkit-appearance:none;*/
    /*强制去除表单自带的样式*/
}

button {
    cursor: pointer;
}

textarea {
    resize: none;
    /*-webkit-appearance:none;*/
    /*强制去除textarea自带的样式*/
}

textarea,
input,
select {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
fxigcaption,
address {
    display: block;
}


/*html5设置*/

figure,
figcaption {
    margin: 0px;
    padding: 0px;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

img {
    max-width: 100%;
    border: none;
    border: 0;
    vertical-align: top;
}

a {
    color: #333333;
    text-decoration: none;
    noline: -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: all ease 0.3s;
}

a:focus,
p:focus,
div:focus {
    outline: none;
    -moz-outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
    text-decoration: none;
    color: #0D5DBF;
}


/**:hover{transition: all ease 0.3s;}*/


/*input字体*/

:-moz-placeholder {
    color: #999999;
}

::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
}

select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: 0;
    text-indent: 1.3em;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    color: #999999;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: #f0f0f0 url(../images/selectarr.png) no-repeat scroll 92% center;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

select::-ms-expand {
    display: none;
}


/*网页滚动条*/

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    -webkit-overflow-scrolling: touch;
    background-color: #e6e6e6;
}

::-webkit-scrollbar-track {
    background-color: #e6e6e6;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #333;
}

::-webkit-scrollbar-button {
    height: 0px;
    background-color: #e6e6e6;
}


/*公用样式*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.tl {
    text-align: left !important;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center !important;
}

.hide {
    display: none;
}

.block {
    display: block;
}

.clear {
    clear: both;
}

.clearfix {
    overflow: hidden;
    _zoom: 1;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.relative {
    position: relative;
}

.bodyon {
    overflow: hidden;
}

.Contain {
    position: relative;
    clear: both;
    width: 1280px;
    margin: 0px auto;
}

.imgbox {
    overflow: hidden;
    position: relative;
}

.imgbox span {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.Scale-img {
    overflow: hidden;
    cursor: pointer;
    zoom: 1;
    overflow: hidden;
}

.Scale-img img,
.Scale-img span {
    opacity: 1;
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: opacity 0.6s, transform 0.6s;
}

.Scale-img:hover img,
.Scale-img:hover span {
    opacity: 1;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    top: 0px;
    left: 0px;
}

.effict {
    transition: all ease 0.3s;
}

@media ( max-width:1280px) {
    .Contain {
        width: 1260px;
    }
    body {
        min-width: 1260px;
    }
}

@media ( max-width:1024px) {
    .iconfont {
        font-size: 20px;
    }
    body {
        font-size: 14px;
        line-height: 24px;
        min-width: 300px;
        overflow-x: scroll;
    }
    .Contain {
        width: auto;
        margin: 0 15px;
    }
    select,
    input,
    textarea,
    button {
        font-size: 14px;
        *-webkit-appearance: none;
    }
}


/*页面框架结构*/

.SildeBar {}

.MainContent {}

.Content {}

.SinglePage {
    /*单片*/
    text-justify: inter-ideograph;
    text-align: justify;
    word-wrap: break-word;
    clear: both;
    overflow: hidden;
}

.Current {
    /*当前位置*/
}


/*分页*/

.Pages {
    zoom: 1;
    text-align: center;
    clear: both;
    line-height: 34px;
    margin: 20px auto 80px
}

.Pages span {
    padding: 0px 0px;
    display: inline-block;
    vertical-align: middle;
}

.Pages a {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 3px;
    text-align: center;
    width: 34px;
    border: 1px solid #DCDCDC;
    color: #666666;
}

.Pages .p_page a {
    display: inline-block;
    vertical-align: middle;
}

.Pages .p_page .a_prev,
.Pages .p_page .a_next,
.Pages .p_page .a_first,
.Pages .p_page .a_end {
    padding: 0 10px;
    width: auto;
}

.Pages .p_page .a_prev:hover,
.Pages .p_page .a_next:hover,
.Pages .p_page .a_first:hover,
.Pages .p_page .a_end:hover {
    color: #fff;
    background: #0C55B8;
    border: 1px solid #0C55B8;
}

.Pages .p_page .num a {}

.Pages .p_page .num a:hover,
.Pages .p_page .num a.a_cur {
    color: #fff;
    background: #0C55B8;
    border: 1px solid #0C55B8;
}

@media ( max-width:1024px) {
    .Pages {
        line-height: 26px;
    }
    .Pages a {
        margin: 0px 1px;
        width: 24px;
    }
    .Pages .p_page .a_prev,
    .Pages .p_page .a_next,
    .Pages .p_page .a_first,
    .Pages .p_page .a_end {
        padding: 0 4px;
    }
}


/*分页*/


/*Top s*/

.Header {
    height: 140px;
    line-height: 140px;
    background: url(../images/tbg.png) no-repeat top center;
    width: 100%;
}

.Logo {
    float: left;
}

.Logo img {
    margin-top: 26px;
    height: 89px;
}

.searchico {
    cursor: pointer;
    float: right;
    padding-top: 38px;
}

.searchico .c2 {
    display: none;
}

.searchico.on .c1 {
    display: none;
}

.searchico.on .c2 {
    display: block;
}

.searchbox {
    display: block;
    float: right;
    width: 300px;
    position: absolute;
    top: 44px;
    right: 0;
    z-index: 100;
    /*box-shadow:0 0 10px rgba(0,0,0,0.4);*/
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #E6E6E6
}

.searchbox input {
    width: 80%;
    height: 50px;
    line-height: 50px;
    background: none;
    font-size: 14px;
    text-indent: 0.8em;
    float: left;
}

.searchbox .btn {
    color: #fff;
    font-size: 14px;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
}


/*.searchbox .btn:hover { background:#0062AD;}*/

.MainNav {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: url(../images/nbg.png) no-repeat center;
}

.MainNav li {
    float: left;
    position: relative;
    width: 20%;
    background: url(../images/shu.png) no-repeat right center;
}

.MainNav li img {
    vertical-align: middle;
    margin-right: 10px;
}

.MainNav li span a {
    display: block;
    text-align: center;
    position: relative;
    transition: all ease 0.3s;
    line-height: 60px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.MainNav li em {
    position: relative;
    z-index: 1;
}

.MainNav .bg {
    position: absolute;
    left: 50%;
    bottom: 0px;
    height: 2px;
    background: #0b419c;
    width: 0;
    transition: all ease 0.3s;
}

.MainNav .arr {
    display: none;
}

.MainNav li.onnav {
    background: #DB0000
}

.MainNav li:hover span a,
.MainNav li.onnav span a,
.MainNav li span a.sele {
    color: #fff;
}

.MainNav li:hover span .bg,
.MainNav li.onnav span .bg,
.MainNav li span a.sele .bg {
    left: 0;
    width: 100%;
}

.NavPull {
    z-index: 99;
    display: none;
    position: absolute;
    text-align: center;
    top: 60px;
    left: -0;
    width: 100%;
    padding: 10px 0;
    line-height: 33px;
    background: rgba(11, 65, 156, 0.8);
}

.NavPull.null {
    background: none;
    padding: 0;
}

.NavPull dd {
    margin: 0 10px;
}

.NavPull a {
    color: #fff;
    display: block;
}

.NavPull a:hover {
    background: #0b419c;
}

.openbtn {
    cursor: pointer;
    display: none;
    width: 32px;
    height: 25px;
    padding-top: 1px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 8px;
    z-index: 999;
}

.closebtn {
    position: fixed;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
    background: rgba(0, 0, 0, 0.5);
}

.openbtn span {
    display: block;
    height: 3px;
    background: #1b49a5;
    margin: 4px;
    transition: all ease 0.3s;
}

.openbtn.on .sp1 {
    -webkit-transform: translate(0, 7px) rotate(45deg) !important;
    -moz-transform: translate(0, 7px) rotate(45deg) !important;
    -ms-transform: translate(0, 7px) rotate(45deg) !important;
    -o-transform: translate(0, 7px) rotate(45deg) !important;
    transform: translate(0, 7px) rotate(45deg) !important;
}

.openbtn.on .sp2 {
    -webkit-transform: translate(0, 0) rotate(-45deg) !important;
    -moz-transform: translate(0, 0) rotate(-45deg) !important;
    -ms-transform: translate(0, 0) rotate(-45deg) !important;
    -o-transform: translate(0, 0) rotate(-45deg) !important;
    transform: translate(0, 0) rotate(-45deg) !important;
}

.openbtn.on .sp3 {
    display: none;
}

@media ( max-width:1024px) {
    .Header {
        height: 45px;
    }
    .Header .Logo {
        padding-top: 4px;
    }
    .Header .Logo img {
        height: 38px;
    }
    .Header .openbtn {
        display: block;
    }
    .searchico {
        display: block;
        margin-right: 45px;
        padding-top: 11px;
        width: 20px;
    }
    .searchbox {
        position: absolute;
        top: 45px;
        right: 0;
        z-index: 100;
        width: 100%;
    }
    .MainNav {
        height: 40px;
    }
    .MainNav ul {
        position: fixed;
        height: 100%;
        overflow-y: auto;
        z-index: 999;
        width: 200px;
        padding: 0;
        right: -200px;
        background: #fff;
        top: 45px;
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        transition: all ease 0.3s;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
    .MainNav li {
        display: block;
        position: relative;
        cursor: pointer;
        float: none;
        border-bottom: 1px solid #e9e9e9;
        border-top: 1px solid #f9f8f6;
        width: auto;
        margin: 0 10px;
        background: none;
    }
    .MainNav li span a {
        font-size: 16px;
        text-align: left;
        display: block;
        line-height: 40px;
        height: 40px;
        padding: 0 0 0 5px;
        border: 0;
        color: #1a1a1a;
    }
    .MainNav li span a em {
        height: auto;
        line-height: 40px;
    }
    .MainNav .bg {
        display: none
    }
    .MainNav li:hover span a,
    .MainNav li.onnav span a,
    .MainNav li span a.sele {
        color: #db0000;
    }
    .MainNav .arr {
        display: inline-block;
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 46px;
        left: 0px;
        top: 0px;
    }
    .MainNav .arr i {
        position: absolute;
        background: url(../images/arrb.png);
        width: 17px;
        height: 10px;
        right: 0px;
        top: 15px;
        transition: all ease 0.3s;
    }
    .MainNav li.onnav .arr i {
        dis-moz-transform: translate(0, -3px) rotate(-180deg) !important;
        -ms-transform: translate(0, -3px) rotate(-180deg) !important;
        -o-transform: translate(0, -3px) rotate(-180deg) !important;
        transform: translate(0, -3px) rotate(-180deg) !important;
    }
    .MainNav.on ul {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        right: 0;
    }
    .NavPull {
        position: static;
        line-height: 30px;
        padding: 8px;
        text-align: left;
        background: none;
    }
    .NavPull dd {
        position: relative;
    }
    .NavPull dd a {
        padding: 0;
        color: #666;
    }
    .NavPull dd a:hover {
        background: none;
        color: #0278d0;
    }
}

.Header2 .Header_r {width: 530px;margin-top: 30px;}
.Header2 .Header_r .login{height: 20px;line-height: 20px;}
.Header2 .Header_r .login a{float: left;margin: auto 5px; }
.Header2 .Header_r .login a img{height: 20px;margin-right: 10px;}
.Header2 .searchbox{position: static;width: 240px;height: 45px;border: solid 1px #e6e6e6;border-radius: 5px;background-color: #ffffff;line-height: 45px; float: left;margin-top: 15px;}
.Header2 .searchbox input{height: 45px;line-height: 45px;}
.Header2 .searchbox .btn{position: static;width: 40px;height: 45px;}
.Header2 .yqlinks{float: right;width: 280px;    height: 45px;line-height: 45px;margin-top: 15px;text-indent: 10px;position: relative;color: #999999; cursor: pointer;   background: #ffffff url(../images/xiala.png) no-repeat 260px center;    border-radius: 5px;    border: solid 1px #e6e6e6;}
.Header2 .yqlinks .yqlinkspull{position: absolute;top: 45px;width: 100%;height: auto;left: 0;border: solid 1px #e6e6e6;background-color: #ffffff;z-index: 999;display: none;padding: 5px 0}
.Header2 .yqlinks .yqlinkspull a{display: block;font-size: 14px;line-height: 30px;line-height: 30px;}
.Header2 .yqlinks:hover .yqlinkspull{display: block;}
#nav5,#nav3,#nav2{position: static;}
#nav5 .NavPull,#nav3 .NavPull,#nav2 .NavPull{padding: 25px 45px 45px;width: 1190px;height: auto;background: #fff;box-shadow: 7px 7px 60px 0px 
        rgba(4, 4, 4, 0.2);}
#nav5 .NavPull .ztnav{float: left;margin-right: 25px;margin-top: 25px;width: 380px;height: 115px;}
#nav5 .NavPull .ztnav img{width: 380px;height: 115px;}
#nav5 .NavPull .ztnav:nth-child(3n){margin-right: 0;}
#nav3 .NavPull .hasMoreTab{ width:690px; }
#nav3 .NavPull  .hasMoreTab .hd{ line-height:24px; height:24px;margin-bottom: 20px;}
#nav3 .NavPull  .hasMoreTab .hd .more{ float:right;font-weight: normal; }
#nav3 .NavPull  .hasMoreTab .hd ul{ z-index:5; }
#nav3 .NavPull  .hasMoreTab .hd li{ float:left;  padding:0 25px; cursor:pointer; margin-left:-1px; font-size: 16px;color: #333;width: auto; font-weight:bold;background: #D1D1D1;margin-right: 2px;}
#nav3 .NavPull  .hasMoreTab .hd li.on{   background:#054DAE; color:#fff;  }
#nav3 .NavPull  .hasMoreTab .bd{  padding:10px 0; clear:both; position:relative;  }
#nav3 .NavPull  .hasMoreTab .bd ul a{ font-size: 16px;color: #333  }
#nav3 .NavPull  .hasMoreTab .bd ul li{width: 670px;height: 40px;line-height: 40px;background: url(../images/dian1.png) no-repeat left center;padding-left: 20px;text-align: left;}
#nav3 .NavPull  .conWrap,#nav3 .NavPull  .conWrap .con{width: 100% !important;height: 280px !important;}
#nav3 .NavPull .hasMoreTab .bd ul a:hover{background: none;}
.MainNav #nav3 .NavPull  .hasMoreTab .hd  .more a{font-size: 16px;color: #666;line-height: 24px;height: 24px;font-weight: normal;}
.MainNav #nav3 .NavPull  .hasMoreTab .hd  .more a:hover{background: none}
#nav3 .NavPull  .hasMoreTab .bd ul li span{color: #999}
#nav3 .NavPull .hasMoreTab .bd ul li:hover a{color: #054DAE}
#nav3 .NavPull  .hasMoreTab .bd ul li a{display: inline-block;}

#nav3 .NavPull  .navnews_r{width: 410px;}
#nav3 .NavPull  .navnews_r a{float: left;width: 200px;height: 80px;line-height: 80px;text-align: center;background: #F7F7F7;color: #333;margin-bottom: 10px;font-size: 20px;font-weight: bold;}
#nav3 .NavPull  .navnews_r a:nth-child(2n){float: right;}
#nav3 .NavPull  .navnews_r a:hover{color: #fff;background: #D90000}
#nav2 .aboutnav_l{width: 650px;}
#nav2 .aboutnav_l h3{font-size: 20px;color: #010101;height: 54px;line-height: 54px;border-bottom: 1px solid #EDEDED;text-align: left;margin-bottom: 25px;}
#nav2 .aboutnav_l p{font-size: 16px;line-height: 30px;color: #333;text-align: left;margin-bottom: 50px;}
#nav2 .aboutnav_l  a{font-size: 16px;color: #d90000;text-align: left;}
#nav2 .aboutnav_l  a:hover{background: none;}
#nav2 .aboutnav_r{width: 410px;}
#nav2 .aboutnav_r a{float: left;width: 200px;height: 80px;line-height: 80px;text-align: center;background: #F7F7F7;color: #333;margin-bottom: 10px;font-size: 20px;font-weight: bold;}
#nav2 .aboutnav_r a:nth-child(2n){float: right;}
#nav2 .aboutnav_r a:hover{color: #fff;background: #D90000}

/*Top end*/


/*首页 s*/


/*底部*/

.Bottom {
    padding: 30px 0;
    float: left;
    ;
    width: 100%;
    text-align: left;
    background: #0C55B8;
}

.Bottom .footer_l {
    width: 740px;
}

.Bottom .footer_l h3 {
    font-size: 16px;
    color: #fefefe;
    line-height: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin-bottom: 10px;
}

.Bottom .footer_l .fnav {
    font-size: 14px;
    color: #fefefe;
    line-height: 24px;
}

.Bottom .footer_l .fnav a {
    color: #fefefe;
    font-size: 14px;
    display: inline-block;
    float: left;
    width: 33.3%;
    line-height: 35px;
    opacity: 0.5;
}

.Bottom .footer_l .fnav i {
    width: 14px;
    height: 24px;
    line-height: 24px;
    background: url(../images/dian.png) no-repeat center;
    display: inline-block;
    float: left;
}

.Bottom .Copyright {
    font-size: 14px;
    color: #b1c0d3;
    line-height: 24px;
    text-align: center;
    margin-top: 40px;
    padding: 20px 0 0;
    border-top: 1px solid #2566BF;
}

.Bottom .Copyright a {
    color: #fff
}

.Bottom .footer_l .footer_tel {
    margin-top: 15px
}

.Bottom .footer_l .footer_tel p {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #777;
    display: inline-block;
    float: left;
}

.Bottom .footer_l .footer_tel span {
    font-family: Bebas;
    font-size: 24px;
    color: #5394ff;
    line-height: 25px;
    display: inline-block;
}

.totop {
    position: fixed;
    right: 10%;
    bottom: 5%;
    width: 50px;
    height: 50px;
    text-align: center;
    z-index: 10000;
    cursor: pointer;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #0C55B8 url(../images/totop.png) center center no-repeat;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.totop.cd-is-visible {
    visibility: visible;
    opacity: 1;
    cursor: pointer;
}

.totop .iconfont {
    font-size: 14px;
}

.Bottom .ewm {
    margin-top: 45px;
}

.Bottom .ewm img {
    width: 150px;
    height: 150px;
}

.Bottom .ewm div {
    color: #fff;
    text-align: right;
    margin-right: 20px;
    margin-top: 40px;
    line-height: 40px;
}

.Bottom .ewm div h3 {
    font-size: 18px;
}

@media ( max-width:1024px) {
    .Bottom .footer_l {
        width: 100%;
        text-align: center;
    }
    .Bottom .footer_l .footer_tel p {
        float: none;
        display: block;
    }
    .Bottom .ewm {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .Bottom .footer_l .fnav a {
        float: none;
        padding: 0 10px;
    }
    .Bottom .footer_l .fnav i {
        display: none
    }
    .Bottom .footer_l .fnav {
        height: 30px;
        line-height: 30px;
    }
    .Bottom .footer_l .Copyright {
        line-height: 30px;
    }
    .totop {
        width: 35px;
        height: 35px;
        line-height: 35px;
        color: #fff;
        margin-right: 0;
        right: 10px;
    }
}

.LeftMenu {
    width: 320px;
    background: #F6F6F6;
    margin-top: 50px;
    float: left
}


/* 
.sideMenu {
    padding: 25px;
}

.sideMenu h3 {
    padding-left: 10px;
    border-bottom: 1px solid #E8E8E8;
    background: #F6F6F6;
    cursor: pointer;
    font-size: 20px;
    line-height: 60px;
    height: 60px;
    font-weight: normal;
}

.sideMenu h3 em {
    float: right;
    display: block;
    width: 40px;
    height: 60px;
    background: url(../images/jia.png) no-repeat center;
    cursor: pointer;
}

.sideMenu h3.on em {
    background: url(../images/jian.png) no-repeat center;
}

.sideMenu ul {
    padding: 8px 25px;
    color: #999;
    display: none;

}
.LeftMenu h1 {
    width: 320px;
    height: 80px;
    background-color: #0c55b8;
    font-size: 26px;
    color: #ffffff;
    text-align: center;
    line-height: 80px;
}
.sideMenu ul li.active {
    color: #0c55b8;
}
.sideMenu ul li {
    font-size: 16px;
    color: #666;
    line-height: 40px;
}
.sideMenu h3.on,
.sideMenu h3:hover {
    color: #0c55b8
}
.sideMenu h3:last-of-type {
    border-bottom: none;
}
*/


/* 
.MenuList {
    width: 25%;
    background: #F6F6F6;
    float: left;
} */

.LeftMenu h1 {
    height: 80px;
    background-color: #0c55b8;
    font-size: 26px;
    color: #ffffff;
    text-align: center;
    line-height: 80px;
}

.LeftMenu ul {
    padding: 3%;
}

.LeftMenu li {}

.LeftMenu .menu_level1 li a {
    padding-left: 10px;
    border-bottom: 1px solid #E8E8E8;
    background: #F6F6F6;
    cursor: pointer;
    font-size: 20px;
    line-height: 60px;
    height: 60px;
    font-weight: normal;
    display: block;
}

.LeftMenu li a em {
    float: right;
    display: block;
    width: 40px;
    height: 60px;
    background: url(../images/jia.png) no-repeat center;
    cursor: pointer;
}

.LeftMenu li a:hover {
    color: #0c55b8;
}

.LeftMenu .menu_level1 li .menu_level2 a {
    font-size: 16px;
    color: #666;
    line-height: 40px;
    height: 40px;
}

.LeftMenu .menu_level1 li .menu_level2 a em {
    height: 40px;
}

.LeftMenu li a.ona em {
    background: url(../images/jian.png) no-repeat center;
}

.LeftMenu li a.ona {
    color: #0c55b8;
}

.LeftMenu li a.onred {
    color: #0c55b8;
}

.LeftMenu .menu_level1 li .menu_level2 a.ona {
    color: #0c55b8 !important;
}

.LeftMenu .menu_level1 li .menu_level2 a.onred {
    color: #0c55b8 !important;
}

.LeftMenu li span a:hover,
.LeftMenu li.onli span a {
    background: url(../images/jian.png) 0px center no-repeat;
    color: #0c55b8;
}

.LeftMenu ul ul {
    display: none;
}

.LeftMenu ul ul .inactive {
    background: none;
    padding: 0;
}

.LeftMenu ul ul {
    margin: 5px 10px 5px 28px;
}

.LeftMenu ul ul ul {
    margin-left: 10px;
}

.LeftMenu ul ul ul ul {
    margin-left: 35px;
}

.LeftMenu ul ul li {
    border-bottom: 0;
    padding: 0;
}

.LeftMenu ul ul li a {
    line-height: 30px;
    color: #333333 !important;
}

.LeftMenu ul ul ul li a {
    color: #666666 !important;
    font-size: 14px !important;
}

.MenuList ul ul ul ul li a {
    color: #999999 !important;
    line-height: 28px;
}

.Rightlist {
    width: 910px;
    margin-top: 50px;
}

.Rightlist .location {
    border-bottom: 1px solid #ebebeb;
    ;
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
}

.Rightlist .location h3 {
    font-size: 22px;
    color: #0c55b8;
}

.Rightlist .location .location_r img {
    vertical-align: middle;
    margin-right: 5px;
}

.Rightlist .location .location_r {
    color: #999;
    font-size: 14px;
}

.Rightlist .location .location_r a {
    color: #999
}

.Rightlist .location .location_r span {
    color: #db0000;
}

.Rightlist_b li {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #EDEDED;
    padding-left: 15px;
    background: url(../images/dian1.png) no-repeat left center;
    font-size: 16px;
}

.Rightlist_b li span {
    color: #999;
    margin-right: 30px;
}

.Rightlist_b li time {
    color: #999;
}

.Rightlist_b {
    padding-bottom: 90px;
}

.Content_info {
    border: 1px solid #EBEBEB;
    padding: 20px 90px;
    display: inline-block;
    font-size: 14px;
}

.Content_info p {
    width: 50%;
    float: left;
    line-height: 40px;
}

.Content_info p strong {
    color: #333;
    display: inline-block;
    width: 80px;
    text-align: justify;
}

.Content_b {
    margin-top: 40px;
}

.Content_b .title {
    font-size: 28px;
    line-height: 40px;
    color: #333333;
    font-weight: normal;
}

.Content_b .info {
    font-size: 16px;
    color: #999999;
    margin-top: 15px;
    padding-bottom: 40px;
    border-bottom: 1px solid #030303;
}

.Contents p {
    font-size: 16px;
    line-height: 30px;
    color: #888888;
}

.Contents h3 {
    font-size: 16px;
    color: #333333;
    height: 40px;
    line-height: 40px;
}

.Contents {
    padding: 40px 0 100px;
}

.Contents p.pl20 {
    padding-left: 30px;
}


/*网站地图*/

.ul_sitemap li {
    border-bottom: dotted 1px #ddd;
    padding: 5px 0px;
}

.ul_sitemap li strong {
    width: 90px;
    display: inline-block;
}

/*首页s*/
/*banner*/
.slideBox{ width:100%; height:260px; overflow:hidden; position:relative;   }
.slideBox .hd{ height:20px; overflow:hidden; position:absolute; right:0px; bottom:15px; z-index:1; width: 100%;}
.slideBox .hd ul{ overflow:hidden; zoom:1;display: inline-block;width: 100%;text-align: center;  }
.slideBox .hd ul li{ display: inline-block; margin:0 2px;  width:15px; height:15px; line-height:15px; text-align:center; background:url(../images/dian2.png) no-repeat center; cursor:pointer; }
.slideBox .hd ul li.on{ background:url(../images/dian3.png) no-repeat center; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%; height:260px; display:block;  }
.slideBox .bd li a{padding-top: 290px;display: inline-block;width: 100%;}


.HomeNews1{padding: 50px 0;width: 100%;}
.HomeNews1 h1{text-align: center;font-size: 34px;color: #ca0000;line-height: 34px;margin-bottom: 25px;}
.HomeNews1 p{font-size: 16px;line-height: 30px;color: #666666;text-align: center;}
.HomeNews1 p a{color: #ca0000;}
.HomeNews1b{margin-top: 40px;}
.HomeNews1b .focusBox { position: relative; width: 820px; height: 470px; overflow: hidden; text-align: left; background: white;margin-bottom: 30px; }
.HomeNews1b .focusBox .pic img { width: 820px; height:470px; display: block; }
.HomeNews1b .focusBox .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 60px; width:100%;  background: #333; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden; }
.HomeNews1b .focusBox .txt { position: absolute; bottom: 0; z-index: 2; height: 60px; width:100%; overflow: hidden; }
.HomeNews1b .focusBox .txt li{ height:60px; line-height:60px; position:absolute; bottom:-60px;}
.HomeNews1b .focusBox .txt li a{ display: block; color: white; padding: 0 0 0 20px; font-size: 20px;  text-decoration: none; }
.HomeNews1b .focusBox .num { position: absolute; z-index: 3; bottom: 23px; right: 20px; }
.HomeNews1b .focusBox .num li{ float: left; position: relative; width: 15px; height: 15px; line-height: 15px; overflow: hidden; text-align: center; margin-left: 5px; cursor: pointer; }
.HomeNews1b .focusBox .num li a,.HomeNews1b .focusBox .num li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }
.HomeNews1b .focusBox .num li span { z-index: 1; background: url(../images/dian4.png) no-repeat center;}
.HomeNews1b .focusBox .num li.on a,.HomeNews1b .focusBox .num a:hover{ background:url(../images/dian3.png) no-repeat center;;  }



.HomeNews1br .hasMoreTab{ width:445px; }
.HomeNews1br  .hasMoreTab .hd{ line-height:55px; height:55px;margin-bottom: 10px;background: #f3f3f3}
.HomeNews1br  .hasMoreTab .hd .more{ float:right;font-weight: normal;margin-right: 20px; }
.HomeNews1br  .hasMoreTab .hd ul{ z-index:5; }
.HomeNews1br  .hasMoreTab .hd li{ float:left;  padding:0 35px; cursor:pointer; font-size: 20px;color: #333;width: auto; font-weight:bold;}
.HomeNews1br  .hasMoreTab .hd li.on{   background:#054DAE; color:#fff;  }
.HomeNews1br  .hasMoreTab .bd{  padding:0; clear:both; position:relative;  }
.HomeNews1br  .hasMoreTab .bd ul a{ font-size: 18px;color: #333 ;display: inline-block; }
.HomeNews1br  .hasMoreTab .bd ul li{width: 425px;line-height: 30px;background: url(../images/dian1.png) no-repeat 5px 28px;padding: 15px 0;padding-left: 20px;text-align: left;font-size: 18px;border-bottom: 1px dashed #999999;}
.HomeNews1br  .conWrap,.HomeNews1br  .conWrap .con{width: 100% !important;height: 280px !important;}
.HomeNews1br .hasMoreTab .bd ul a:hover{background: none;}
.HomeNews1br  .hasMoreTab .hd  .more a{font-size: 16px;color: #666;line-height: 24px;height: 24px;font-weight: normal;}
.HomeNews1br  .hasMoreTab .hd  .more a:hover{background: none}
.HomeNews1br  .hasMoreTab .bd ul li span{color: #c4c4c4;display: inline-block;font-size: 16px;margin-left: 5px;}
.HomeNews1br .hasMoreTab .bd ul li:hover a{color: #054DAE}
.HomeNews1br  .hasMoreTab .bd ul li a{display: inline-block;}

.HomeSubject{width: 100%;padding-bottom: 50px;display: inline-block;width: 100%;}
.HomeSubject_l{width: 150px;height: 200px;background: url(../images/ztbg.jpg) no-repeat center;position: relative;}
.HomeSubject_l a{position: absolute;height: 66px;line-height: 66px;margin: auto 25px;font-size: 16px;color: #fff;border-top: 1px solid rgba(255,255,255,.3);bottom:0;width: 100px;}
.HomeSubject_r .picScroll-left{ width:1128px;  overflow:hidden; position:relative;  border:1px solid #F2F2F2;   }
.HomeSubject_r .picScroll-left .bd{ margin:20px; overflow: hidden;  }
.HomeSubject_r .picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.HomeSubject_r .picScroll-left .bd ul li{ margin-right: 10px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.HomeSubject_r .picScroll-left .bd ul li .pic{ text-align:center; }
.HomeSubject_r .picScroll-left .bd ul li .pic img{ width:540px; height:158px; display:block;  }
.HomeSubject_r .picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.HomeSubject_r .picScroll-left .bd ul li .title{ line-height:24px;   }
.HomeNews2 .HomeNews2l{width: 940px;margin-bottom: 40px;}
.HomeNews2 .HomeNews2l .HomeNews2box{width: 450px;margin-bottom: 20px;}
.HomeTitle{font-size: 20px;line-height: 50px;font-weight: bold;color: #333333;border-bottom: 1px solid #f0f0f0;height: 50px;margin-bottom: 10px;}
.HomeTitle span{height: 47px;line-height: 47px;border-bottom: 3px solid #0D5DBF;float: left;}
.HomeTitle a{font-size: 16px;color: #666666;font-weight: normal;}
.HomeNews2 .HomeNews2l .HomeNews2box li{font-size: 16px;line-height: 40px;color: #333333;text-indent: 20px;background: url(../images/dian1.png) no-repeat left center;}
.HomeNews2 .HomeNews2l .HomeNews2box li span{color: #c4c4c4;}

.HomeNews2r{width: 300px;}
.HomeNews2r .HomeTitle span{border-color: #fff}
.videobox{}
.videobox .imgbox{width: 300px;height: 170px;position: relative;margin-bottom: 5px;}
.videobox .imgbox img{width: 300px;height: 170px;}
.videobox .imgbox .play{width: 37px;height: 37px;position: absolute;left: 50%;margin-left: -18px;top: 50%;margin-top: -18px;cursor: pointer;}
.videobox p{font-size: 16px;line-height: 25px;color: #333333;}
.qywh{width: 300px;height: 100px;margin: 15px auto}
.qywh img{width: 300px;height: 100px;}

.myzx{width: 270px;height: 250px;background: #F3F3F3;border-top: 2px solid #054DAE;padding: 15px}
.HomeNews2r .myzx .HomeTitle span{border-color: #F3F3F3}
.HomeNews2r .myzx li{font-size: 16px;line-height: 25px;color: #333333;padding-left: 10px;background: url(../images/dian1.png) no-repeat left 10px;margin-bottom: 10px;}
.HomeNews2r .myzx li span{color: #c4c4c4;}



/*集团领导*/
.Mlbox{height: 65px;line-height: 65px;border-bottom: 1px solid #ebebeb}
.Mlbox .MenuNav{float: left;}
.Mlbox .MenuNav li{font-size: 20px;color: #333333;height: 64px;line-height: 64px;float: left;margin-right: 35px;}
.Mlbox .MenuNav li.active,.Mlbox .MenuNav li:hover{border-bottom: 3px solid #DB0000;font-weight: bold;color: #DB0000}
.Mlbox .location img{vertical-align: middle;margin-right: 5px;}
.Mlbox .location span{color: #DB0000}
.Mlbox .location,.Mlbox .location a {color: #999}
.Ldbox{margin-top: 60px;margin-bottom: 90px;}
.Ldbox2{height: 100px;margin-bottom: 40px;cursor: pointer;}
.Ldbox2 .imgbox{width: 100px;   height: 100px;margin-left: 50px;position: relative;overflow: visible;    background-color: #0c55b8;    box-shadow: 0px 10px 30px 0px  rgba(12, 85, 184, 0.2);border-radius: 100px;text-align: center;}
.Ldbox2 .imgbox img{vertical-align: middle;height: 36px;margin: 32px auto;transition: all 0.3s;}
.Ldbox2 .Ldboxr{height: 50px;padding: 25px 0;margin-left: 35px;max-width: 1070px;}
.Ldbox2 .Ldboxr h3{font-size: 22px;line-height: 20px;color: #333333;margin-bottom: 15px;}
.Ldbox2 .Ldboxr h3 span{font-weight: normal;color: #0c55b8;}
.Ldbox2 .Ldboxr p{font-size: 16px;line-height: 20px;color: #666666;}
.Ldbox2 .imgbox:after{content: "";height: 40px;width: 1px;border-left: 1px dashed #797A7B;position: absolute;left: 50%;top: 100%;}
.Ldbox2:last-child .imgbox:after{display: none}
.Ldbox2:hover .imgbox img{transform: scale(1.1);}

.Zslist{margin-top: 50px;margin-bottom: 80px;display: inline-block;width: 100%;}
.ZsBox{width: 338px;height:140px;background-color: #fbfbfb;border: solid 1px #f2f2f2;float: left;margin-right: 40px;margin-bottom: 30px;padding: 30px;transition: all 0.3s;}
.ZsBox h3{font-size: 18px;line-height: 20px;color: #333333;margin-bottom: 15px;transition: all 0.3s;}
.ZsBox p{font-size: 14px;line-height: 25px;color: #999999;margin-bottom: 35px;transition: all 0.3s;}
.ZsBox  a{font-size: 14px;color: #d90000;transition: all 0.3s;}
.ZsBox  a span{font-family: 宋体;font-weight: bold;}
.ZsBox:hover{background: #0C55B8;width: 334px;border-color:#0C55B8;  border-left: 4px solid #C81119;}
.ZsBox:hover h3,.ZsBox:hover p,.ZsBox:hover a{color: #fff}
.ZsBox:nth-child(3n){margin-right: 0;}

.fzlc{margin-top: 90px;margin-bottom: 90px;display: inline-block;width: 100%;}
.fzlc .fzlc_l{width: 560px;height: 710px;position: relative;}
.fzlc .fzlc_l img{width: 100%;height: 100% }
.fzlc .fzlc_l:after{content: "";position: absolute;top: 10px;left: 10px;width: 100%;height: 100%;background: #E6EEF8;z-index: -1;}
.txtMarquee-top{ width:640px;  overflow:hidden; position:relative;   }
.txtMarquee-top .bd{ padding:15px 0;background: url(../images/shu2.png) repeat-y 3px center;  }
.txtMarquee-top .infoList li{ min-height:110px;margin-left: 0px;   }
.txtMarquee-top .infoList li h3{ font-size: 22px;color: #333333;line-height: 22px;background: url(../images/heng.png) no-repeat left center;text-indent: 60px; }
.txtMarquee-top .infoList li p{font-size: 16px;line-height: 25px;color: #999999;text-indent: 60px;}

.newslistbox{height: 210px;padding-bottom: 40px;margin-top: 40px;border-bottom: 1px solid #F1F1F1}
.newslistbox .imgbox{width: 340px;height: 210px;}
.newslistbox .imgbox img{width: 100%;height: 100%;transition: all 0.3s;}
.newslistbox .newslistbox_r{margin-left: 30px;max-width: 910px;}
.newslistbox .newslistbox_r h3{font-size: 20px;color: #333333;line-height: 20px;font-weight: normal;margin-bottom: 15px;transition: all 0.3s;}
.newslistbox .newslistbox_r p{font-size: 14px;line-height: 25px;color: #999999;margin-bottom: 45px;}
.newslistbox .newslistbox_r span{color: #0c55b8;font-weight: bold;}
.newslistbox:hover .imgbox img{transform: scale(1.1);}
.newslistbox:hover .newslistbox_r h3{color:#0c55b8 }
.newslistbox2 .newslistbox_r{max-width: 100%;margin-left: 0;}
.newslistbox2 {height: 150px;}
.Tzlist{margin-top: 50px;display: inline-block;width: 100%;margin-bottom: 60px;}
.Tzlist li{height: 70px;line-height: 70px;text-indent: 54px;background: url(../images/dian1.png) no-repeat 22px center;border-bottom: 1px solid #EDEDED}
.Tzlist li:hover{background: url(../images/dian5.png) no-repeat 22px center #0C55B8 }
.Tzlist li a{font-size: 16px;color: #333}
.Tzlist li span{color: #999;margin-right: 35px;}
.Tzlist li:hover a,.Tzlist li:hover span{color: #fff}

.newscon{display: inline-block;width: 100%;margin-top: 60px;margin-bottom: 80px;}
.newscon_l{width: 860px;}
.newscon .newstitle{font-size: 26px;line-height: 28px;color: #333333;margin-bottom: 20px;}
.newscon .date{font-size: 18px;color: #0c55b8;;font-weight: bold;}
.newscon .info{font-size: 14px;color: #999999;line-height: 28px;height: 28px;}
.newscon .info img{vertical-align: middle;}
.newscon .info .bshare-custom{display: inline-block;}
.newscon .info .bshare-custom a{width: 24px;height: 28px;padding: 0}
.newscon .info .bshare-custom .bshare-weixin{background: url(../images/bicon1.png) no-repeat center;}
.newscon .info .bshare-custom .bshare-qqim{background: url(../images/bicon2.png) no-repeat center;}
.newscon .info .bshare-custom .bshare-sinaminiblog{background: url(../images/bicon3.png) no-repeat center;}
.newscon .info span{ color: #daffff;}
.newscon_lt{padding-bottom: 20px;border-bottom: 3px solid #0C55B8;margin-bottom: 50px;}
.newscon_lb p{text-indent: 2em;font-size: 16px;color: #666666;line-height: 30px;}

.prevnext{margin-top: 60px;}
.prevnext div{height: 70px;line-height: 70px;background:#F4F4F4;margin-bottom: 10px;}
.prevnext div span{float: left;width: 140px;height: 70px;background-color: #eaeaea;color: #333333;opacity: 0.6;text-align: center;}
.prevnext div  a{text-indent: 30px;display: inline-block;font-weight: bold;font-size: 16px;}
.prevnext div:hover{background: #0C55B8}
.prevnext div:hover span{background-color: rgba(255,255,255,0.1);opacity: 0.6;color: #fff}
.prevnext div:hover a{color: #fff;}

.xgnews{width: 320px;height: auto;background-color: #ffffff;box-shadow: 0px 10px 60px 0px   rgba(0, 0, 0, 0.08);border: solid 1px #ededed;padding: 15px;padding-bottom: 40px;}
.xgnews .xgnewsbox{border-bottom: 1px dashed #D9D9D9;padding-bottom: 5px;margin-top: 15px;}
.xgnews .xgnewsbox h4{font-size: 16px;font-weight: normal;line-height: 20px;color: #666666;margin-bottom: 10px;background: url(../images/dian1.png) no-repeat left 9px;padding-left: 10px;}
.xgnews h3{font-size: 24px;line-height: 30px;color: #0c55b8;height: 24px;margin-bottom: 25px;}
.xgnews .xgnewsbox p{font-size: 14px;color: #999999;padding-left: 10px;}
.xgnews .xgnewsbox:hover h4{color:#0C55B8 }


.Zscon{margin-top: 90px;display: inline-block;width: 100%;}
.Zscon h1{font-size: 34px;color: #000000;line-height: 34px;margin-bottom: 30px;}
.Zscon .info{height: 22px;line-height: 22px;font-size: 16px;color: #333333;}
.Zscon .info p{float: left;width: 33.333%;}
.Zscon .info p img{margin-right: 10px;}
.Zscon .Zscon_t{padding-bottom: 30px;border-bottom: 1px solid #E5E5E5}
.Zscon .Zscon_b p{font-size: 16px;line-height: 30px;color: #000000;text-indent: 2em;}


.picScroll-left2{ width:1420px;  overflow:hidden; position:relative;height: 330px;margin: 0 auto;padding-bottom: 40px;border-bottom: 1px solid #E5E5E5;margin-bottom: 90px;   }
.picScroll-left2 .hd{ overflow:hidden;  height:330px; position: absolute;width: 100%;left: 0;top: 0 }
.picScroll-left2 .hd .prev{ display:block;  width:50px; height:50px; float:left;   overflow:hidden;cursor:pointer; background:url("../images/left2.png") no-repeat center;margin-top: 120px}
.picScroll-left2 .hd .next{ display:block;  width:50px; height:50px; float:right;   overflow:hidden;cursor:pointer; background:url("../images/right2.png") no-repeat center;margin-top: 120px}
.picScroll-left2 .hd .prev:hover{background:url("../images/left2-2.png") no-repeat center;}
.picScroll-left2 .hd .next:hover{ background:url("../images/right2-2.png") no-repeat center}
.picScroll-left2 .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.picScroll-left2 .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("images/icoCircle.gif") 0 -9px no-repeat; }
.picScroll-left2 .hd ul li.on{ background-position:0 0; }
.picScroll-left2 .bd{ margin:0 70px; width: 1280px; overflow: hidden; }
.picScroll-left2 .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left2 .bd ul li{ margin-right: 40px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll-left2 .bd ul li .pic{ text-align:center; }
.picScroll-left2 .bd ul li .pic img{ width:400px; height:270px; display:block; }
.picScroll-left2 .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left2 .bd ul li .title{ line-height:60px; color: #000000;font-size: 16px;  }

.xxgk{display: inline-block;width: 400px;height: 100px;background-color: #db0000;margin: 0 auto;margin-bottom: 140px;    box-shadow: 0px 30px 60px 0px  rgba(219, 0, 0, 0.1);text-align: center;color: #fff;font-size: 24px;line-height: 100px;}
.xxgk img{vertical-align: middle;margin-right: 10px;}
.xxgk:hover{color: #fff}

.Ztlist{margin-top: 50px;}
.Ztlist li{width: 48%;float: left;border: 1px solid #e6e6e6;margin-bottom: 40px;;}
.Ztlist li:nth-child(2n){float: right;}
.Ztlist li .imgbox{width: 100%;padding-bottom: 29.36%;position: relative;}
.Ztlist li .imgbox img{width: 100%;height: 100%;position: absolute;top: 0;left: 0;transition: all 0.3s}
.Ztlist li p{height: 40px;line-height: 40px;font-size: 18px;text-align: center;}
.Ztlist li:hover .imgbox img{transform: scale(1.1);}


.Header3{height: 264px;padding-top: 36px;}
.Header3 .back p{height: 20px;line-height: 20px;color: #fff;font-size: 18px;}
.Header3 .back p img{vertical-align: middle;margin-right: 10px;}
.Header3 .back{margin-bottom: 70px;height: 20px;line-height: 20px;display: inline-block;width: 100%;}
.Header3 .searchbox,.Header3 .searchbox .btn{position: static;}
.Header3 .searchbox .btn{width: 40px;height: 50px;float: right;}
.Header3 .Logo img{margin: 0 auto;float: left;}
.Header3 .Logo span{float: left;;padding-left: 35px;border-left: 1px solid #fff;color: #fff;height: 50px;line-height: 50px;margin: 20px auto;margin-left: 30px;font-size: 40px;font-weight: normal;}
.Header3 .searchbox{background: #fff;margin-top: 20px;}
.Header4 .Logo span{color: #000000;border-color: #000;margin: 15px auto;margin-left: 30px;}
.Header4 .Logo img{height: 80px;}
.Header4 .searchbox{margin-top: 15px}

.VideoListbox{width: 398px;height: 300px;border: 1px solid #f1f1f1;float: left;margin-right: 40px;margin-bottom: 40px;}
.VideoListbox:nth-child(3n){margin-right: 0;}
.VideoListbox .imgbox{position: relative;width: 398px;height: 260px;}
.VideoListbox .imgbox img{width: 100%;height: 100%;transition: all 0.3s}
.VideoListbox .imgbox .play{width: 37px;height: 37px;position: absolute;top: 50%;margin-top: -18px;left: 50%;margin-left: -18px;}
.VideoListbox p{font-size: 14px;line-height: 20px;margin: 10px auto;padding: 0 10px;}
.VideoList{width: 1280px;}
.VideoListbox:hover .imgbox img{transform: scale(1.1);}

.newscon_lb .vidoes{width: 100%;height: 480px;}
.newscon_lb .vidoes video{object-fit: fill;width: 100%;height: 100%}

/*PicList002149 */
.PicList002149 { padding-bottom:1%; margin-bottom:5px;margin-top: 5%}

.PicList002149 h3{ margin:0; font-size:18px;}
.PicList002149 p{ line-height:26px; overflow:hidden;-webkit-line-clamp: 2; color:#999; height:52px; margin:2% 0 0 0;}

.PicList002149 li{transition: all ease 0.3s; overflow:hidden; padding-left:160px; padding-right:58px; position:relative; margin-bottom:2%; background-color:#fafafa;}
.PicList002149 li:after{ position:absolute; content:''; right:0; top:0;width:58px; height:100%; background:url(../images/PicList002149-more.png) no-repeat center center; border-left:2px solid #fff;}
.PicList002149 li div{border-left:1px solid #ededed; padding:2% 3%;}
.PicList002149 li time{ position:absolute; left:0; top:0; width:160px; height:100%;}
.PicList002149 li time span{ position:absolute; width:100%; text-align:center; top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); transform:translateY(-50%); color:#b2b2b2; font-size:16px;}
.PicList002149 li time i{ font-style:normal; font-size:50px; color:#999; display:block; font-family:"Courier New", Courier, monospace; line-height:40px;}
.PicList002149 li time i:after{ display:block; content:''; margin:5px auto; height:1px; width:50%; max-width:66px; background:#dfdfdf;}
@media(max-width:1000px){
.PicList002149 li{padding-left:100px;padding-right:30px;}
.PicList002149 li:after{width:30px; background-size:35% auto;}
.PicList002149 li time{width:100px;}
.PicList002149 li time span{font-size:14px;}
.PicList002149 li time i{font-size:40px;line-height:30px;}
}
@media(max-width:768px){
.PicList002149 h3{ font-size:16px;}
}
@media(max-width:480px){
.PicList002149 li{padding-left:80px;padding-right:0;}
.PicList002149 li:after{ display:none;}
.PicList002149 li time{width:80px;}
.PicList002149 li time span{font-size:12px;}
.PicList002149 li time i{font-size:30px;}
.PicList002149 h3{ font-size:14px;}
.PicList002149 p{ font-size:12px; line-height:20px; overflow:hidden; height:40px;}
}





