/*
@font-face {
    font-family: "SourceHanSansSC-Regular";
    src: url("../fonts/SourceHanSansSC-Regular.woff2") format("woff2"),
    url("../fonts/SourceHanSansSC-Regular.woff") format("woff"),
    url("../fonts/SourceHanSansSC-Regular.ttf") format("truetype"),
    url("../fonts/SourceHanSansSC-Regular.eot") format("embedded-opentype"),
    url("../fonts/SourceHanSansSC-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

body, html, * {
    font-family: "SourceHanSansSC-Regular" !important;
}
*/
body, html, * {
    font-family: "Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,sans-serif !important;
}

.mode-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    min-width: 1200px;
    z-index: 9998;
}

.banner-cnt {
    float: left;
    position: relative;
    right: 50%;
}

.mode-inner {
    float: left;
    position: relative;
    left: 50%;
}

.mode-banner img {
    display: block;
    max-width: none;
    width: 1920px;
    height: 340px;
}

.layer-box {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.jt-tits {
    margin-top: -8px;
    position: relative;
}

.roll {
    position: absolute;
    top: -45px;
    height: 36px;
    left: 160px;
}

.roll li {
    height: 36px;
    line-height: 36px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: block;
}

.infos {
    height: 0;
    overflow: hidden;
    width: 510px;
    float: left;
}

.roll-pic5 {
    width: 510px;
    float: left;
    overflow: hidden;
    position: relative;
}

.roll-pic5 img {
    display: block;
    width: 510px !important;
    height: 360px !important;

}

.roll-pic5 .swiper-pagination {
    text-align: right;
    right: 10px;
    left: auto;
    width: auto;
}

.right-news {
    float: left;
    width: 550px;
}

.tit {
    padding: 0 10px;
    box-sizing: border-box;
    color: #fff;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #083588
}

.tabs {
    position: absolute;
    right: 0;
    top: 17px;
}

.tabs span {
    cursor: pointer;
    width: 96px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    background: #efefef;
    color: #000;
}

.tabs span.cr {
    background: #083588;
    color: #fff;
}

.hide {
    height: auto;
    overflow: hidden;
}

.H25 {
    height: 25px;
}

.bg {
    background: #f7f7f7;
    padding-top: 25px;
    height: 100%;
    overflow: hidden;
}

/*星星闪烁动画*/

@keyframes move-twink-back {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -10000px 5000px;
    }
}

@-webkit-keyframes move-twink-back {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -10000px 5000px;
    }
}

@-moz-keyframes move-twink-back {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -10000px 5000px;
    }
}

@-ms-keyframes move-twink-back {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -10000px 5000px;
    }
}

@keyframes move-clouds-back {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 10000px 0;
    }
}

@-webkit-keyframes move-clouds-back {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 10000px 0;
    }
}

@-moz-keyframes move-clouds-back {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 10000px 0;
    }
}

@-ms-keyframes move-clouds-back {
    from {
        background-position: 0;
    }

    to {
        background-position: 10000px 0;
    }
}

.stars,
.twinkling,
.clouds {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.stars {
    /*  background:url(../img/stars.png) repeat top center;*/
    z-index: 0;
}

.twinkling {
    background: transparent url(../img/twinkling.png) repeat top center;
    /* */
    z-index: 1;

    -moz-animation: move-twink-back 200s linear infinite;
    -ms-animation: move-twink-back 200s linear infinite;
    -o-animation: move-twink-back 200s linear infinite;
    -webkit-animation: move-twink-back 200s linear infinite;
    animation: move-twink-back 200s linear infinite;
}

.clouds {
    background: transparent url(../img/clouds4.png) repeat top center;
    z-index: 3;
    -moz-animation: move-clouds-back 200s linear infinite;
    -ms-animation: move-clouds-back 200s linear infinite;
    -o-animation: move-clouds-back 200s linear infinite;
    -webkit-animation: move-clouds-back 200s linear infinite;
    animation: move-clouds-back 200s linear infinite;
    display: none;
}

.earth {
    position: absolute;
    width: 180px;
    margin-left: -120px;
    top: 20px;
    left: 50%;
    z-index: 88;
    display: none;
}

.earth2 {
    position: absolute;
    left: 64%;
    z-index: 198;
    top: 48px;
    display: none;
}

.earth {
    -webkit-animation: ball 1000ms cubic-bezier(0.165, 0.840, 0.440, 1.000) infinite alternate;
    animation: ball 1000ms cubic-bezier(0.165, 0.840, 0.440, 1.000) infinite alternate;
    height: 50px;
    width: 50px;
}

.earth2 {
    -webkit-animation: ball 1500ms cubic-bezier(0.165, 0.840, 0.440, 1.000) infinite alternate;
    animation: ball 1500ms cubic-bezier(0.165, 0.840, 0.440, 1.000) infinite alternate;
    height: 50px;
    width: 50px;
    ananimation-delay: 300ms;
    -webkit-ananimation-delay: 300ms;
}

@-webkit-keyframes ball {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes ball {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.timgs {
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 188;
    text-align: center;
    line-height: 134px;
}

.timgs img {
    -webkit-animation: tis 5500ms linear infinite;
    animation: tis 5500ms linear infinite;
}

.timgs2 {
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 188;
    text-align: center;
    line-height: 134px;
}

.timgs2 img {
    -webkit-animation: tis2 5500ms linear infinite;
    animation: tis2 5500ms linear infinite;
}

@keyframes tis {
    0% {
        transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        opacity: 0;
    }

    20%,
    50% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }

    80%,
    100% {
        transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        opacity: 0;
    }

}

@-webkit-keyframes tis {
    0% {
        transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        opacity: 0;
    }

    20%,
    50% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }

    80%,
    100% {
        transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        opacity: 0;
    }

}

@keyframes tis2 {
    0%,
    50%,
    80% {
        transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        opacity: 0;
    }

    80%,
    100% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }
}

@-webkit-keyframes tis2 {
    0%,
    50%,
    80% {
        transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        opacity: 0;
    }

    80%,
    100% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }
}

.ad-lefts2 {
    float: left;
}

/*右侧外链*/
.ad-links {
    width: 185px;
    float: right;
}

.ad-links a {
    display: block;
    background: #083588;
    overflow: hidden;
    margin-bottom: 15px;
    height: 72px;
    line-height: 72px;
    width: 185px;
}

.ad-links a img {
    vertical-align: middle;
}

.ad-links a span {
    width: 72px;
    display: inline-block;
    text-align: center;
}

.ad-links a em {
    color: #fff;
    font-size: 16px;
}

.ad-links a.linkbg1 img {
    /*-webkit-animation: ball_1 3000ms cubic-bezier(0.165, 0.840, 0.440, 1.000) infinite;
    animation: ball_1 3000ms cubic-bezier(0.165, 0.840, 0.440, 1.000) infinite;*/
}

.ad-links a.linkbg2 img {
    /*-webkit-animation: ball_2 5000ms cubic-bezier(0.165, 0.840, 0.440, 1.000) infinite;
    animation: ball_2 3000ms cubic-bezier(0.165, 0.840, 0.440, 1.000) infinite;*/
}

.ad-links a.linkbg3 img {
    /*-webkit-animation: ball_3 3000ms cubic-bezier(0.165, 0.840, 0.440, 1.000) infinite;
    animation: ball_3 3000ms cubic-bezier(0.165, 0.840, 0.440, 1.000) infinite;*/
}

.ad-links a.linkbg4 img {
    /*-webkit-animation: ball_4 3000ms cubic-bezier(0.165, 0.840, 0.440, 1.000) infinite;
    animation: ball_4 3000ms cubic-bezier(0.165, 0.840, 0.440, 1.000) infinite;*/
}

.ad-links a.linkbg2,
.ad-links a.linkbg4 {
    background: #083588;
}

@keyframes ball_1 {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes ball_2 {

    0%,
    25% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes ball_3 {

    0%,
    25%,
    50% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes ball_4 {

    0%,
    25%,
    50%,
    75% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@-webkit-keyframes ball_1 {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@-webkit-keyframes ball_2 {

    0%,
    25% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@-webkit-keyframes ball_3 {

    0%,
    25%,
    50% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@-webkit-keyframes ball_4 {

    0%,
    25%,
    50%,
    75% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

/*链接二*/
.mod-link2 {
    margin-right: -20px;
    text-align: center;
}

.mod-link2 a {
    width: 284px;
    height: 77px;
    line-height: 77px;
    background: #fff;
    display: block;
    float: left;
    margin-bottom: 20px;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
    box-shadow: -2px 0 2px rgba(0, 0, 0, 0.06), 2px 0 2px rgba(0, 0, 0, 0.06), 0 -2px 2px rgba(255, 255, 255, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06);

}

.mod-link2 a img {
    vertical-align: middle;
    margin-right: 24px;
    position: relative;
    z-index: 7
}

.mod-link2 a em {
    display: inline-block;
    min-width: 95px;
    font-size: 16px;
    text-align: left;
    color: #333333;
    position: relative;
    z-index: 7
}

.mod-link2 a.link-6 em {
    min-width: 140px;
}

.mod-link2 a.link-2,
.mod-link2 a.link-4,
.mod-link2 a.link-5,
.mod-link2 a.link-7 {
}

/*
.mod-link2 a img {*/
/*transition: all 1s;*/
/*-webkit-transition: all 1s;*/
/*}*/

/*.mod-link2 a:hover img {*/
/*transform: rotate(360deg);*/
/*-webkit-transform: rotate(360deg);*/
/*}*/

.mod-link2 a:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200%;
    height: 30px;
    opacity: .6;
    background: repeat-x bottom;
    background-size: auto 100%;
    animation: wave 8s linear infinite;
    animation-direction: alternate;
    -webkit-animation: wave 8s linear infinite;
    -webkit-animation-direction: alternate;
}

.mod-link2 a.link-1 em,
.mod-link2 a.link-5 em {
    min-width: 140px;
}

.mod-link2 a.link-2 em,
.mod-link2 a.link-6 em {
    min-width: 100px;
}

@keyframes wave {
    0% {
        left: 0;
    }
    100% {
        left: -285px;
    }
}

@-webkit-keyframes wave {
    0% {
        left: 0;
    }
    100% {
        left: -285px;
    }
}

@-webkit-keyframes updown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    33.3% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    66.6% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes updown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    33.3% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    66.6% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.porjects-rolls {
    overflow: hidden;
    position: relative;
    background: #ffffff;
    border: 1px solid #f7f7f7;
    padding: 10px;
}

.porjects-tits {
    font-size: 18px;
    text-align: center;
    color: #083588;
    font-weight: bold;
    margin-bottom: 20px;
}

.swiper-container-2 {
    overflow: hidden;
}

.swiper-container-2 .item-cell {
    text-align: center;
}

.pre {
    position: absolute;
    left: 0;
    top: 70px;
    cursor: pointer;
    outline-color: white;
}

.porjects-rolls .next {
    position: absolute;
    right: 0;
    top: 70px;
    cursor: pointer;
    outline-color: white;
}

.pre em,
.porjects-rolls .next em {
    display: none;
}

.pre:hover em,
.porjects-rolls .next:hover em {
    display: block;
}

.pre:hover span,
.porjects-rolls .next:hover span {
    display: none;
}

.logo5 {
    margin-right: 25px;
    vertical-align: middle;
    position: relative;
    /*top: 2px;*/
}

.logo5 img {
    /*	transition: all 500ms;
        -webkit-transition: all 500ms;

        animation: ani 4s linear infinite;
        -webkit-animation: ani 4s linear infinite;*/
}

@keyframes ani {
    0% {
    }

    70% {
        -webkit-transform: rotateX(360deg);
        -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }

    100% {
        -webkit-transform: rotateX(360deg);
        -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }

}

@-webkit-keyframes ani {
    0% {
    }

    70% {
        -webkit-transform: rotateX(360deg);
        -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }

    100% {
        -webkit-transform: rotateX(360deg);
        -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

.ani-cc {
    position: absolute;
    right: 0;
    width: 65%;
    top: 140px;
    opacity: 0;
    animation: ani_1 1s linear 1 forwards;
    -webkit-animation: ani_1 1s linear 1 forwards;
}

.head-bg {
    bottom: -100px;
    opacity: 0;
    animation: ani_2 500ms linear 1 forwards;
    -webkit-animation: ani_2 500ms linear 1 forwards;
    animation-delay: .5s;

}

.ani-3 {
    position: absolute;
    left: 0;
    bottom: -20px;
    opacity: 0;
    animation: ani_2 500ms linear 1 forwards;
    -webkit-animation: ani_2 500ms linear 1 forwards;
    animation-delay: 1.8s;
    width: 28.2%;
}

.ani-4 {
    position: absolute;
    left: 8%;
    bottom: -30px;
    width: 20.83%;
    z-index: 500;
    opacity: 0;
    animation: ani_3 300ms linear 1 forwards;
    -webkit-animation: ani_3 300ms linear 1 forwards;
    animation-delay: 2s;

}

.ani-5 {
    position: absolute;
    right: 23.3%;
    bottom: -20px;
    width: 12.8%;
    z-index: 500;
    opacity: 0;
    animation: ani_2 500ms linear 1 forwards;
    -webkit-animation: ani_2 500ms linear 1 forwards;
    animation-delay: 1.5s;

}

.ani-6 {
    position: absolute;
    right: 45.3%;
    bottom: 2%;
    width: 20.5%;
    z-index: 100;
    opacity: 0;
    animation: ani_2 500ms linear 1 forwards;
    -webkit-animation: ani_2 500ms linear 1 forwards;
    animation-delay: 1s;

}

/*.headers img{ max-width: 100%;}*/

@keyframes ani_1 {
    0% {
        opacity: 0;
        top: 140px;
        right: -120px;
    }

    100% {
        opacity: .7;
        top: 140px;
        right: 3%;
    }

}

@-webkit-keyframes ani_1 {
    0% {
        opacity: .7;
        top: 120px;
        right: -120px;
    }

    100% {
        opacity: 1;
        top: 120px;
        right: 3%;
    }
}

@keyframes ani_2 {
    0% {
        opacity: 0;
        bottom: -100px;
    }

    100% {
        opacity: 1;
        bottom: -10px;
    }

}

@-webkit-keyframes ani_2 {
    0% {
        opacity: 0;
        bottom: -100px;
    }

    100% {
        opacity: 1;
        bottom: -10px;
    }
}

@keyframes ani_3 {
    0% {
        opacity: 0;
        left: 0%;
    }

    100% {
        opacity: 1;
        left: 8%;
    }

}

@-webkit-keyframes ani_3 {
    0% {
        opacity: 0;
        left: 0%;
    }

    100% {
        opacity: 1;
        left: 8%;
    }
}

/*新加*/
.headers {
    height: 390px;
    position: relative;
    animation: wave2 80s linear 0s infinite;
    -webkit-animation: wave2 80s linear 0s infinite;

}

.head-bg {
    z-index: 120;
    position: absolute;
    width: 100%;
    text-align: right;
    right: 0;
}

.head-bg img {
    width: 80.4%;
}

.wraps {
    width: 1200px;
    margin: 0 auto 0 auto;
    padding-top: 45px;
    position: relative;
}

.headers > .wraps img {
    width: auto;
}

.logo5 img {
    max-width: 100px;
}

.text2 {
    width: 498px;
    position: absolute;
    top: 135px;
    right: 25px;
    z-index: 99;
    height: 250px;
}

.text20 {
    width: 0;
    overflow: hidden;
    animation: anitext2 1s linear 0s 1 forwards;
    -webkit-animation: anitext2 1s linear 0s 1 forwards;
}

.text2 {
    overflow: hidden;
}

@keyframes wave2 {
    0% {
        background-position: center -2px;
    }

    100% {
        background-position: 100% -2px;
    }

}

@-webkit-keyframes wave {
    0% {
        background-position: center -2px;
    }

    100% {
        background-position: 100% -2px;
    }
}

@keyframes anitext2 {
    0% {
        width: 0;
        opacity: 0;
    }

    100% {
        width: 498px;
        opacity: 1;
    }

}

@-webkit-keyframes anitext2 {
    0% {
        width: 0;
        opacity: 0;
    }

    100% {
        width: 498px;
        opacity: 1
    }
}

/*.headers:after{ z-index: 9; content: ""; bottom:65px; display: block; opacity: .9;
width:68000px; height: 80px; background: url(../img/cloud2.png) repeat-x bottom;background-size:285px auto;animation: wave 8s linear 0s infinite alternate;-webkit-animation: wave 8s linear 0s infinite alternate; position: absolute;
}*/

.H10 {
    height: 15px;
}

.swpi-cnts {
    position: absolute;
    left: 8px;
    top: 0;
    width: 274px;
    height: 186px;
    background: rgba(193, 161, 112, .8);
    display: none;
}

.swpi-cnts * {
    color: #fff;
}

.swpi-cnts h3 {
    font-size: 18px;
    padding: 45px 0 15px 0;
    display: block;
}

.swpi-cnts .swpi-txt {
    padding: 0 20px 0 20px;
    font-size: 12px;
}

.porjects-rolls .item-cell:hover .swpi-cnts {
    display: block;
}

/*首页*/
.ewm {
    position: fixed;
    top: 500px;
    right: 10px;
    width: 140px;
    text-align: center;
    background-color: #fff;
    z-index: 9999;
    border-radius: 10px;
}

.ewm img {
    display: block;
    width: 100%;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/*导航以及搜索*/
.nav-wrap {
    background: #083588;
    position: relative;
    z-index: 8998;
    height: 85px;
}

.mod-nav {
    width: 1000px;
    float: left;
    padding-top: 7px;
    padding-right: 28px;
    position: relative;
}

.mod-nav:after {
    border-right: 1px solid #083588;
    right: 35px;
    top: 20px;
    position: absolute;
    content: "";
    height: 50px;
    display: block;
}

.mod-nav ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 34px;
}

.mod-nav ul li {
    display: block;
    float: left;
    margin: 0 18px;
}

.mod-nav ul li a {
    color: #fff;
    text-align: center;
    display: inline-block;
    line-height: 34px;
    min-width: 102px;
    margin-bottom: 3px;
}

.mod-nav ul li.cr a, .mod-nav ul li a:hover {
    background: #083588;
}

.search-w {
    float: right;
    padding-top: 15px;
    width: 150px;
}

.search-w .sear-tits {
    color: #ffffff;
}

.search-in {
    margin-top: 6px;
    position: relative;
    padding-right: 28px;
}

.search-in input {
    width: 122px;
    height: 25px;
    background: #fff;
    box-sizing: border-box;
    padding: 0 10px;
    border: none;
}

.search-in a {
    background: #083588;
    text-align: center;
    line-height: 25px;
    width: 28px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 0;
}

.search-in a:after {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e600";
    color: #fff;
}

.roll-pic5 .tit {
    background: rgba(0, 0, 0, .8);
}

/*文件公告*/
.com-tits {
}

.com-tits span {
    font-size: 18px;
    color: #083588;
    font-weight: bold;
}

.com-tits a {
    float: right;
    color: #000;
    padding-top: 5px;
}

.right-news .mod-newlists-1 {
    padding-top: 5px;
}

.right-news {
    background: #fff;
    height: 360px;
    width: 690px;
    padding: 15px 25px 0 45px;
    box-sizing: border-box;
}

.mod-newlists-1 li {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    position: relative;
    padding-right: 100px;
    padding-left: 15px
}

.mod-newlists-1 {
    margin-top: 10px;
}

.mod-newlists-1 li a {
    font-size: 16px;
}

.mod-newlists-1 li a:hover {
    color: #083588;
}

.mod-newlists-1 li a span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #999;
}

.mod-newlists-1 li:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #083588;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 18px;
}

/*协会新闻*/
.wrap-layer1 {
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    width: 590px;
    height: 335px;
    float: left;
    margin-right: 20px;
}

.wrap-layer1 .mod-newlists-1 li {
    line-height: 38px;
    height: 38px;
}

.wrap-layer2 {
    margin-right: 0px
}

/* 改510px*/
.wrap-layer2 .mod-newlists-1 li span {
    display: none;
}

.wrap-layer2 .mod-newlists-1 li {
    padding-right: 0;
}

/*工程展示*/
.swiper-container-2 .item-cell > a {
    position: relative;
    display: inline-block;
}

.swiper-container-2 .item-cell h5 {
    color: #fff;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px 8px;
    box-sizing: border-box;
    font-size: 14px;
}

.swiper-container-2 .item-cell img {
    display: block;
}

.swiper-container-2 .item-cell:hover h5 {
    display: none;
}

.footer {
    background: #083588 center bottom no-repeat;
    padding: 30px 0;
    position: relative;
    z-index: 9;
}

.mtels {
    color: #fff;
    line-height: 30px;
    float: left;
    margin-right: 200px;
}

.copys {
    float: left;
    color: #fff;
    line-height: 30px;
}

.extra-r {
    float: right;
    width: 192px;
    padding-top: 8px;
}

.mod-serch-l {
    position: relative;
}

.mod-serch-l span {
    display: block;
    line-height: 30px;
    padding: 0 50px 0 5px;
    text-align: center;
    color: #fff;
    height: 30px;
    background: rgba(0, 0, 0, .3);
    position: relative;
}

.mod-serch-l span:after {
    content: "";
    display: block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
    position: absolute;
    right: 20px;
    top: 12px;
}

.mod-serch-l {
    margin-bottom: 16px;
}

.mod-serch-l ul {
    max-height: 350px;
    overflow-y: auto;
    padding: 10px;
    box-sizing: border-box;
    position: absolute;
    bottom: 31px;
    background: #fff;
    width: 100%;
    left: 0;
    border: 1px solid #eee;
}

.mod-serch-l ul li {
    border-bottom: 1px solid #f2f2f2;
    line-height: 30px;
}

.mod-serch-l ul li a:hover {
    color: #083588;
}

/*左侧内页*/
.layer-3 {
    width: 240px;
    float: left;
}

.inner-navlefts {
    background: #fff;
    min-height: 300px;
}

.location {
    padding-bottom: 15px;
    margin-top: -10px;
    text-align: left;
    position: relative;
}

.location ul li {
    display: inline-block;
    padding-left: 20px;
    line-height: 30px;
    background: url(../img/ico.gif) no-repeat left 12px;
    font-size: 16px;
}

.location ul li.home {
    background: none;
    padding-left: 0;
}

.location ul li a {
    color: #666;
    font-size: 16px;
}

.location ul li.cr {
    color: #083588;
    line-height: 30px;
    font-weight: bold;
}

.location ul li a:hover {
    color: #083588
}

/*左侧导航*/
.navstit {
    background: #083588;
    height: 50px;
    line-height: 50px;
    color: #fff;
    padding-left: 30px;
    font-size: 20px;
}

.inner-navlefts li {
    padding: 15px 15px 15px 26px;
    border-left: 3px solid transparent;
    font-size: 16px;
    border-bottom: 1px solid #f2f2f2;
}

.inner-navlefts li a {
    color: #333;
}

.inner-navlefts li.cr a, .inner-navlefts li:hover a {
    color: #083588;
    font-weight: bold;
}

.inner-navlefts li.cr, .inner-navlefts li:hover {
    border-left: 3px solid #083588;
}

.inner-navlefts li ul {
    display: none;
}

.inner-navlefts li.cr ul {
    margin-top: 8px;
    display: block;
}

.inner-navlefts li.cr ul li {
    border-bottom: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.inner-navlefts li.cr ul li a {
    color: #666;
    font-weight: normal;
    font-size: 14px;
}

.inner-navlefts li.cr ul li:hover, .inner-navlefts li.cr ul li {
    border-left: 3px solid transparent;
}

.inner-navlefts li.cr ul li a:hover, .inner-navlefts li.cr ul li.cr a {
    color: #083588;
}

.layer-4 {
    width: 940px;
    float: right;
}

.lay-cnt {
    background: #fff;
    padding: 15px 35px 35px 35px;
    min-height: 300px;
}

.cms-tit {
    font-size: 18px;
    color: #083588;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 20px;
}

.mazs-wrap {
    margin-right: -100px;
}

.mazs-wrap .item-cell {
    height: 205px;
    width: 370px;
    margin-right: 100px;
    float: left;
    margin-bottom: 30px;
}

.mazs-wrap .item-cell .item-pic {
    width: 150px;
    float: left;
    margin-right: 25px;
}

.mazs-wrap .item-cell .item-tit {
    padding: 20px 0 5px 0;
}

.mazs-wrap .item-cell .item-tit a {
    color: #222222;
    font-size: 20px;
}

.mazs-wrap .item-cell .item-date {
    padding-bottom: 85px;
    font-size: 14px;
    color: #888888;
}

.mazs-wrap .item-cell a {
    height: 25px;
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
}

.mazs-wrap .item-cell a.view-1 {
    background: url(../img/ico_1.png) 0 center no-repeat;
    padding-left: 24px;
}

.mazs-wrap .item-cell a.down-1 {
    background: url(../img/ico_2.png) 0 center no-repeat;
    padding-left: 24px;
}

/*新闻列表2*/
.mod-new-4 {
    margin-bottom: 35px;
}

.mod-new-4 li {
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #f5f5f5;
}

/*.mod-new-4 li a{ font-size: 14px;}*/
.mod-newlists-1 li::after {
    top: 20px;
}

/*新闻最终页*/
.newsInfo .content h6 {
    color: #000;
    font-size: 22px;
    text-align: center;
    margin-bottom: 25px;
}

.newsInfo {
    padding: 0 20px 20px 20px;
    /*  min-height: 300px;*/
    /*  _heihgt: 300px;*/
}

.newsInfo h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #333;
    padding-bottom: 15px;
    line-height: 160%;
    border-bottom: 1px solid #ededed
}

.newsInfo .source {

    /* border-bottom: 1px solid #ededed;*/
}

.newsInfo .source ul {
    text-align: center;
}

.newsInfo .source li {
    display: inline;
    padding: 0 15px;
    line-height: 50px;
    height: 50px;
    color: #aaa;
    font-size: 14px;
}

.newsInfo .source li span {
    color: #aaa;
}

.newsInfo .content {
    margin: 10px 0 0 0;
    min-height: 100px;
    _height: 100px;
}

.newsInfo .content p, .newsInfo .content *, .newsInfo .content {
    /*line-height:30px;*/
    font-size: 16px;
    line-height: 220%;
    /*font-family: "宋体"!important;*/
    text-align: justify;
    text-justify: distribute; /*color: #333; */
}

.newsInfo .content p {
    padding: 0 0 1em 0;
}

.share-wrap *, .share-wrap {
    display: inline-block !important;
    line-height: 100%;
    height: 22px;
    overflow: hidden;
}

.acticles {
    margin-top: 25px;
}

.acticles .content {
    padding: 0 0 0 0;
}

.acticles .content *, .acticles .content {
    line-height: 35px;
}

.nav-wrap2 {
    background: #083588;
}

.nav-wrap2 .mod-nav {
    left: 48px;
    position: relative;
}

.logo3 {
    float: left;
    padding-top: 8px;
}

.nav-wrap2 .mod-nav {
    padding-right: 0;
    width: 950px;
}

.nav-wrap2 .mod-nav::after {
    display: none;
}

.nav-wrap2 .mod-nav ul li {
    margin: 0 15px;
}

.layer-5, .layer-6 {
    width: 585px;
    height: 330px;
    padding: 15px 20px;
    margin-bottom: 30px;
    box-sizing: border-box;
    float: left;
    background: #fff;
}

.layer-6 {
    float: right;
}

.layer-6 .mod-newlists-1 li, .layer-5 .mod-newlists-1 li {
    line-height: 38px;
    height: 38px;
}

.paty-links {
    margin: 45px 10px 0 10px;
}

.paty-links .item-cell {
    float: left;
    width: 252px;
    height: 90px;
    margin: 0 0 20px 0
}

.paty-links .item-cell a {
    width: 252px;
    height: 90px;
    display: block;
    box-sizing: border-box;
    background: url(../img/party_bg1.jpg) no-repeat;
    text-align: center;
    padding-top: 24px;
    color: #fff;
}

.paty-links .item-2 a, .paty-links .item-4 a {
    background: url(../img/party_bg2.jpg) no-repeat;
}

.paty-links .item-2, .paty-links .item-4 {
    float: right;
}

.paty-links .item-cell a h3 {
    font-size: 16px;
    padding-bottom: 3px;
}

.paty-links .item-cell a span {
    display: inline-block;
    width: 180px;
    text-align: left;
    background: url(../img/mores4.png) 60px center no-repeat;
}

.paty-links .item-1 a span, .paty-links .item-3 a span {
    width: 150px;
}

/*领导简介*/
.leaders-wrap {
}

.leaders-wrap .item-cell {
    text-align: center;
    width: 28%;
    margin: 0 2.5% 30px 2.5%;
    box-sizing: border-box;
    float: left;
}

.leaders-wrap .item-cnt {
}

.leaders-wrap .item-pic {
    height: 190px;
    overflow: hidden;
}

.leaders-wrap .item-pic img {
    display: inline-block;
    height: auto;
    width: auto;
}

.leaders-wrap .item-tit *, .leaders-wrap .item-tit {
    font-size: 18px;
    color: #000;
}

.leaders-wrap .item-tit {
    margin: 10px 0 10px 0;
}

.leaders-wrap .item-desc {
    height: 42px;
    overflow: hidden;
}

.leaders-wrap .item-desc *, .leaders-wrap .item-desc {
    font-size: 14px;
    color: #999
}

.close8 {
    text-align: right;
    display: block;
    padding-right: 10px;
    margin-top: -5px;
    position: relative;
    top: 7px;
    cursor: pointer;
}

.links2 {
    padding-top: 30px;
}

.links2 a {
    margin-right: 50px;
    font-size: 16px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 8px 30px;
    white-space: nowrap;
    display: inline-block;
}

.links2 a:hover {
    background: #083588;
    color: #fff;
}

#dituContent {
    margin: 0 auto;
}

.empty-date {
    text-align: center;
    margin: 60px 0;
    color: #083588;
}

/*.map-cnts img{ max-width:none;}*/
/*.BMap_Marker{  display: none;}*/

.ani-7 {
    position: absolute;
    right: 0;
    width: 25%;
    bottom: 10px;
    z-index: 9;
    animation: ani_8 500ms linear 1 forwards;
    -webkit-animation: ani_8 500ms linear 1 forwards;
    opacity: 0;
    animation-delay: 2s;
}

@keyframes ani_8 {
    0% {
        opacity: 0;
        bottom: -10px;
        right: 20px;
    }

    100% {
        opacity: .8;
        bottom: 10px;
        right: 0;
    }

}

@-webkit-keyframes ani_8 {
    0% {
        opacity: 0;
        bottom: -10px;
        right: 20px;
    }

    100% {
        opacity: .8;
        bottom: 10px;
        right: 0;
    }
}

/*留言表单*/
.frm-wraps {
    margin-top: 60px;
}

.frm-wraps .frm-cells {
    position: relative;
    padding-left: 100px;
    min-height: 30px;
    margin-bottom: 20px;
}

.frm-wraps .frm-cells span {
    position: absolute;
    left: 0;
    top: 0;
}

.frm-wraps .frm-cells input {
    border: 1px solid #ddd;
    width: 240px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

.frm-wraps .frm-cells textarea {
    border: 1px solid #ddd;
    width: 350px;
    min-height: 120px;
    padding: 10px;
}

.f-btns {
    padding-left: 100px;
}

.f-btns a {
    display: block;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    width: 100px;
    background: #083588;
}

/*--------message start------*/
.RNT01_01 .NT01 {
    width: 100%;
    color: #333;
    margin: 0;
    font-size: 12px;
    padding: 0;
}

.RNT01_01 .NT01 .cell {
    width: 100%;
    margin-bottom: 18px;
}

.RNT01_01 .NT01 .cell table {
    border-left: 1px solid #D2D2D2;
    border-top: 1px solid #D2D2D2;
    margin-bottom: 16px;
}

.RNT01_01 .NT01 .cell td {
    line-height: 160%;
    border-bottom: 1px solid #D2D2D2;
    border-right: 1px solid #D2D2D2;
    padding: 2px 0 0 12px;
}

.RNT01_01 .NT01 .cell .Name {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    border: 1px solid #e5e4e4;
    border-top: 2px solid #999;
    border-bottom: none;
    background: #FCFCFC;
    color: #333;
}

.RNT01_01 .NT01 .cell .Name .NameCss {
    padding: 0 10px 0 0px;
    color: #083588;
    font-weight: normal;
    font-weight: bold;
}

.RNT01_01 .NT01 .cell .topContent {
    border: 1px solid #e4e4e4;
}

.RNT01_01 .NT01 .cell .topContent .topic {
    border-bottom: 1px solid #eee;
    padding: 10px 0px 5px 0px;
    margin: 0 10px;
}

.RNT01_01 .NT01 .cell .topContent .topic span {
    color: #000;
    font-weight: bold;
}

.RNT01_01 .NT01 .cell .topContent .message_cnt {
    margin: 10px;
    color: #000;
}

.RNT01_01 .NT01 .cell .topContent .answer {
    margin: 5px;
    padding: 5px;
    background: #f4f4f4;
    border: none;
    color: #000;
}

.RNT01_01 .NT01 .cell .topContent .answer span {
    color: #000;
    font-weight: bold;
}

/*分支机构*/
.sub-logo {
    float: left;
    margin-bottom: 15px;
    min-height: 80px;
    line-height: 80px;
    font-size: 28px;
    font-weight: bold;
}

.sub-menus {
    float: right;
    text-align: right;
    padding-top: 25px;
    margin-right: 25px;
}

.sub-menus * {
    display: inline-block;
    font-size: 16px;
}

.sub-menus li {
    margin-left: 40px;
}

.sub-menus li.cr *, .sub-menus li a:hover {
    color: #083588;
}

.party-text2 {
    position: absolute;
    color: #083588;
    font-size: 32px;
    font-weight: bold;
    right: 21%;
    top: 33%;
    z-index: 99;
    background: url(../img/line_red.png) 0 bottom no-repeat;
    padding-bottom: 45px;
}

.layer-7 {
    background: #fff;
    padding: 15px 20px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

/*文件公告列表*/
.mod-newlists-6 {
    margin-right: -100px;
}

.mod-newlists-6 li {
    width: 415px;
    margin-right: 100px;
    float: left;
}

.mod-pic-2 {
    margin-top: 20px;
    margin-right: -25px;
}

.mod-pic-2 .item-cell {
    width: 270px;
    float: left;
    margin-right: 25px;
    margin-bottom: 15px;
}

.mod-pic-2 .item-cnt {
}

.mod-pic-2 .item-pic {
    width: 270px;
    height: 185px;
    overflow: hidden;
}

.mod-pic-2 .item-pic img {
    height: 185px !important;
    width: 270px !important;
}

.mod-pic-2 .item-tit * {
    font-size: 16px;
}

.mod-pic-2 .item-tit {
    text-align: center;
    margin-top: 10px;
}

/* -----------------------------------------*/

/*导航以及搜索*/
.nav-wrap {
    background: #083588;
    position: relative;
    z-index: 8998;
    height: 85px;
}

.mod-nav {
    width: 900px;
    float: left;
    padding-top: 7px;
    padding-right: 28px;
    position: relative;
}

.mod-nav:after {
    border-right: 1px solid white;
    right: 35px;
    top: 20px;
    position: absolute;
    content: "";
    height: 50px;
    display: block;
}

.mod-nav ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 34px;
}

.mod-nav ul li {
    display: block;
    float: left;
    margin: 0 18px;
}

.mod-nav ul li a {
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: inline-block;
    line-height: 34px;
    min-width: 180px;
    margin-bottom: 3px;
}

.mod-nav ul li.cr a, .mod-nav ul li a:hover {
    background: #6f69cea6;
}

/* 导航栏 hover 颜色 */

.search-w {
    float: right;
    padding-top: 15px;
    width: 220px;
}

.search-w .sear-tits {
    color: #ffffff;
}

.search-in {
    margin-top: 6px;
    position: relative;
    padding-right: 28px;
}

.search-in input {
    width: 192px;
    height: 25px;
    background: #fff;
    box-sizing: border-box;
    padding: 0 10px;
    border: none;
}

.search-in a {
    background: #7f86d9ad;
    text-align: center;
    line-height: 25px;
    width: 28px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 0;
}

.search-in a:after {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e600";
    color: #fff;
}

.roll-pic5 .tit {
    background: rgba(0, 0, 0, .8);
}

.com-tits span {
    font-size: 18px;
    color: #083588;
    font-weight: bold;
}

.mod-newlists-1 li:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #083588;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 18px;
}

.com-tits a {
    float: right;
    color: #090909;
    padding-top: 5px;
}

.right-news {
    background: #fff;
    height: 360px;
    width: 690px;
    padding: 15px 25px 0 45px;
    box-sizing: border-box;
}

/* 更多 */
.mod-newlists-1 li a span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #bbb; /* 模块字体颜色*/
}

.mod-newlists-1 li a:hover {
    color: #083588;
}

.swiper-pagination-bullet-active {
    background: #083588
}

.tabs span.cr {
    background: #083588;
    color: #fff;
}

.ad-links a {
    display: block;
    background: #083588;
    overflow: hidden;
    margin-bottom: 15px;
    height: 72px;
    line-height: 72px;
    width: 185px;
}

.ad-links a.linkbg2,
.ad-links a.linkbg4 {
    background: #083588;
}

.porjects-tits {
    font-size: 18px;
    text-align: center;
    color: #083588;
    font-weight: bold;
    margin-bottom: 20px;
}

/*分支机构*/
.sub-logo {
    float: left;
    margin-bottom: 15px;
    min-height: 80px;
    line-height: 80px;
    font-size: 28px;
    font-weight: bold;
}

.sub-menus {
    float: right;
    text-align: right;
    padding-top: 25px;
    margin-right: 25px;
}

.sub-menus * {
    display: inline-block;
    font-size: 16px;
}

.sub-menus li {
    margin-left: 40px;
}

.sub-menus li.cr *, .sub-menus li a:hover {
    color: #083588;
}

.party-text2 {
    position: absolute;
    color: #083588;
    font-size: 32px;
    font-weight: bold;
    right: 21%;
    top: 33%;
    z-index: 99;
    background: url(../img/line_red.png) 0 bottom no-repeat;
    padding-bottom: 45px;
}

/*  ----  */
/*工程展示*/
.swiper-container-2 .item-cell > a {
    position: relative;
    display: inline-block;
}

.swiper-container-2 .item-cell h5 {
    color: #fff;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px 8px;
    box-sizing: border-box;
    font-size: 14px;
}

.swiper-container-2 .item-cell img {
    display: block;
}

.swiper-container-2 .item-cell:hover h5 {
    display: none;
}

.footer {
    background: #646464 url(../img/clouds.png) center bottom no-repeat;
    padding: 30px 0;
    position: relative;
    z-index: 9;
}

.mtels {
    color: #fff;
    line-height: 30px;
    float: left;
    margin-right: 200px;
}

.copys {
    float: left;
    color: #fff;
    line-height: 30px;
}

.extra-r {
    float: right;
    width: 192px;
    padding-top: 8px;
}

.mod-serch-l {
    position: relative;
}

.mod-serch-l span {
    display: block;
    line-height: 30px;
    padding: 0 50px 0 5px;
    text-align: center;
    color: #fff;
    height: 30px;
    background: rgba(0, 0, 0, .3);
    position: relative;
}

.mod-serch-l span:after {
    content: "";
    display: block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
    position: absolute;
    right: 20px;
    top: 12px;
}

.mod-serch-l {
    margin-bottom: 16px;
}

.mod-serch-l ul {
    max-height: 350px;
    overflow-y: auto;
    padding: 10px;
    box-sizing: border-box;
    position: absolute;
    bottom: 31px;
    background: #fff;
    width: 100%;
    left: 0;
    border: 1px solid #eee;
}

.mod-serch-l ul li {
    border-bottom: 1px solid #f2f2f2;
    line-height: 30px;
}

.mod-serch-l ul li a:hover {
    color: #083588;
}

/*左侧内页*/
.layer-3 {
    width: 240px;
    float: left;
}

.inner-navlefts {
    background: #fff;
    min-height: 300px;
}

.location {
    padding-bottom: 15px;
    margin-top: -10px;
    text-align: left;
    position: relative;
}

.location ul li {
    display: inline-block;
    padding-left: 20px;
    line-height: 30px;
    background: url(../img/ico.gif) no-repeat left 12px;
    font-size: 16px;
}

.location ul li.home {
    background: none;
    padding-left: 0;
}

.location ul li a {
    color: #666;
    font-size: 16px;
}

.location ul li.cr {
    color: #083588;
    line-height: 30px;
    font-weight: bold;
}

.location ul li a:hover {
    color: #083588
}

/*左侧导航*/
.navstit {
    background: #083588;
    height: 50px;
    line-height: 50px;
    color: #fff;
    padding-left: 30px;
    font-size: 20px;
}

.inner-navlefts li {
    padding: 15px 15px 15px 26px;
    border-left: 3px solid transparent;
    font-size: 16px;
    border-bottom: 1px solid #f2f2f2;
}

.inner-navlefts li a {
    color: #333;
}

.inner-navlefts li.cr a, .inner-navlefts li:hover a {
    color: #083588;
    font-weight: bold;
}

.inner-navlefts li.cr, .inner-navlefts li:hover {
    border-left: 3px solid #083588;
}

.inner-navlefts li ul {
    display: none;
}

.inner-navlefts li.cr ul {
    margin-top: 8px;
    display: block;
}

.inner-navlefts li.cr ul li {
    border-bottom: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.inner-navlefts li.cr ul li a {
    color: #666;
    font-weight: normal;
    font-size: 14px;
}

.inner-navlefts li.cr ul li:hover, .inner-navlefts li.cr ul li {
    border-left: 3px solid transparent;
}

.inner-navlefts li.cr ul li a:hover, .inner-navlefts li.cr ul li.cr a {
    color: #083588;
}

.layer-4 {
    width: 940px;
    float: right;
}

.lay-cnt {
    background: #fff;
    padding: 15px 35px 35px 35px;
    min-height: 300px;
}

.cms-tit {
    font-size: 18px;
    color: #083588;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 20px;
}

.mazs-wrap {
    margin-right: -100px;
}

.mazs-wrap .item-cell {
    height: 205px;
    width: 370px;
    margin-right: 100px;
    float: left;
    margin-bottom: 30px;
}

.right-news {
    background: #fff;
    height: 360px;
    width: 600px;
    padding: 15px 25px 0 45px;
    box-sizing: border-box;
}

.infos {
    width: 600px;
    float: left;
}

.roll-pic5 {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}

.roll-pic5 img {
    display: block;
    width: 100% !important;
    height: 360px !important;
}

.left-img {

}
.right-p {
    float: left;
    margin-bottom: 10px;
}

.left-img p {
    line-height: 2;
    font-size: 16px;
}

.p-left {
    padding-left: 5px;
    font-size: 16px;
}

.img-left {
    padding-left: 50px;
    width: 268px;
}

