@charset "utf-8";

@font-face {
    font-family: 'SourceHanSerifCN-Bold-2';
    src: url('/template/fonts/SourceHanSerifCN-Bold-2.otf');
}

/* 集约化02 */

/* 链接 */
a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #033999;
    text-decoration: none;
}

a:focus {
    /* 去除默认焦点边框（通常是浏览器自带的虚线框） */
    outline: none;
    /* 去除下划线 */
    text-decoration: none;
}

a:active {
    outline: none;
}

/* 头部、底部、公用 */

body {
    overflow-x: hidden;
    font-size: 16px;
    font-family: "Source Han Sans se":
}

.header {
    background: #f7f7f7 url(/template/images/head.png) 50% 0px no-repeat;
    border-bottom: 2px solid #033999;
}

.header h1 {
    width: 600px;
    height: 130px;
    background: url(/template/images/logo.png) 0 50% no-repeat;
    background-size: contain;
}

.header h1 a {
    display: block;
    height: 130px;
}

.nav {
    width: 780px;
}

.nav li {
    float: left;
    position: relative;
    width: 14.28%;
}

.nav li a {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.inner,
.links,
.copyright {
    position: relative;
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

/* 搜索 */

.header .search {
    margin-top: 30px;
    width: 250px;
}

.search input,
.search button {
    float: left;
    display: block;
}

.search input {
    box-sizing: border-box;
    width: 250px;
    height: 36px;
    line-height: 20px;
    font-size: 16px;
    margin-right: 4px;
    padding: 20px;
    border: none;
    background: #fff;
    border: 1px solid #033999;
    border-radius: 50px;
    outline: none;
}

.search button {
    box-sizing: border-box;
    border: none;
    cursor: pointer;
    text-align: center;
    margin-left: -50px;
    width: 36px;
    height: 36px;
    background: transparent;
}

.banner {
    width: 100%;
    height: 260px;
    background: url(/template/images/banner.jpg) 50% no-repeat;
}

/* 底部 */

.footer {
    padding: 20px 0;
    color: #fff;
    background: url(/template/images/l_bg.jpg) repeat;
}

.links>ul {
    margin-left: -10px;
    margin-right: -10px;
}

.links>ul>li {
    position: relative;
    width: 18.5%;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}

.links>ul>li>a {
    display: block;
    margin: 0 -5px;
    padding: 0 20px;
    color: #fff;
    border: 1px solid #fff;
}

.links li ul {
    display: none\9;
    z-index: -1;
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: 40px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #ddd;
    background-color: #fff;
    opacity: 0;
    transform: translate(0, 3px);
    transition: opacity, transform .3s;
}

.links li:hover ul {
    display: block\9;
    z-index: 999;
    opacity: 1;
    transform: translate(0, 0);
}

.links li li {
    border-top: 1px solid #ddd;
    line-height: 39px;
    text-align: center;
    transition: all .3s;
}

.links li li:hover {
    background-color: #f8f8f8;
}

.links li li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    font-size: 14px;
}

.copyright {
    line-height: 32px;
}

.copyright p a,
.copyright p span {
    margin: 0 10px;
    color: #fff;
}

.footer-map {
    margin-left: 430px;
}

.wzdt {
    position: absolute;
    top: 0;
    left: -10px;
}

.wzdt li {
    padding: 10px 30px;
    margin: 10px;
    background: #012d7a;
}

.wzdt li a {
    display: block;
    color: #fff;
    line-height: 30px;
}

.wzdt li a i {
    width: 40px;
    height: 40px;
    display: block;
    margin: 20px auto 10px;
}

.wzdt li a i.s1 {
    background: url(/template/images/wzdt.png) 50% no-repeat;
}

.wzdt li a i.s2 {
    background: url(/template/images/sm.png) 50% no-repeat;
}

.sydw {
    position: absolute;
    top: 50%;
    right: 0;
    width: 76px;
    height: 92px;
    margin-top: -46px;
}

@media (max-width: 1200px) {
    body {
        background-position: 50% 140px;
    }

    .banner {
        background-size: 100%;
        height: 70px;
    }

    .header {
        background-position: 50% 10px;
    }

    .nav ul {
        overflow-x: scroll;
        width: 100%;
        display: flex;
    }

    .nav ul::-webkit-scrollbar {
        display: none;
    }

    .header h1 {
        height: 100px;
        background-position: 16px 50%;
        background-size: auto 64%;
    }

    .m-lst-pg li a {
        padding: 5px 5px !important;
    }

    .header h1 a {
        display: block;
        height: 100px;
    }

    .header h1,
    .inner,
    .content,
    .links,
    .copyright {
        width: 100%;
    }

    .header .search {
        width: auto;
        margin: 20px;
        position: absolute;
        right: 0px;
    }

    .header .search input {
        width: 100%;
        height: 50px;
        padding: 15px 65px 15px 15px;
        margin: 0;
    }

    .header .search button {
        width: 50px;
        height: 50px;
        margin-left: -50px;
        background-position: center;
        line-height: 0;
        font-size: 0;
        color: transparent;
    }

    .nav {
        width: 100%;
        float: both;
    }

    .nav li {
        width: 22%;
        padding: 0px 0px;
        flex-shrink: 0;
    }

    .nav li a {
        font-size: 16px;
        line-height: 45px;
        height: 45px;
    }

    .footer {
        padding: 20px 0px;
    }

    .links {
        padding: 0 0px;
    }

    .copyright {
        line-height: 22px;
        font-size: 14px;
    }

    .footer-map {
        margin-left: 310px;
    }

    .links>ul {
        margin: 0px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .links>ul>li {
        width: 48% !important;
        margin: 5px 0px;
        flex-shrink: 0;
    }

    .links>ul>li:last-child {
        width: 100% !important;
    }

    .links>ul>li>a {
        padding: 0px;
        font-size: 12px;
        overflow: hidden;
        margin: 0px !important;
    }

    .wzdt li a i {
        width: 25px;
        height: 25px;
        margin: 0px auto 0px;
        background-size: contain !important;
    }

    .wzdt li {
        padding: 10px 15px;
    }

}

@media (max-width: 480px) {
    .header .search {
        display: none;
    }

    .footer {
        padding: 20px;
    }

    .nav li a .copyright p span {
        display: block;
    }

    .links>ul>li {
        width: 100%;
    }

    .copyright>.p20 {
        margin: 0;
        width: 100%;
        text-align: center;
        padding: 5px !important;
    }

    .footer .wzdt,
    .footer .sydw {
        position: relative;
        display: inline-block;
        top: 0;
        margin-top: 5px;
        vertical-align: middle;
    }

    .sydw {
        position: absolute !important;
        top: 64% !important;
        right: 68px;
        width: 52px;
        height: 35px;
    }

    .sydw img {
        object-fit: contain;
        width: 100%;
    }
}

/* 公用 */
.list-a li i {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(/template/images/icons_02.png);
    background-image: url(/template/images/icons_02_ie8.png)\9;
    background-size: 240px auto;
    background-repeat: no-repeat;
}

.grid h2 {
    font-weight: 900;
    padding-bottom: 10px;
    line-height: 24px;
    font-size: 24px;
    font-family: "Source Han Serif", "思源宋体", serif;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.pt30 {
    padding-top: 30px;
}

.md-blue {
    background-color: #2d8fff;
}

.md-orange {
    background-color: #ff9d08;
}

.t3 b {
    font-weight: normal;
    font-size: 18px;
    color: #333;
    border-left: 8px solid #2d8fff;
}

.pages .current {
    background-color: #2d8fff;
}

.table-bordered {
    margin-bottom: 0px;
}

.table-bordered>tbody>tr>th {
    background-color: #f9f9f9;
    text-align: center;
    color: #048;
}

.main,
.side {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.content .row {
    margin-right: -10px;
    margin-left: -10px;
}

.content .row>.col,
.content .row>[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.tab-pane {
    position: relative;
    overflow: hidden;
}

.tab-pane .pane>ul,
.tab-pane .pane>div {
    animation-duration: .3s;
}

.tab a {
    display: inline-block;
    min-width: 100px;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 3px;
    transition: all .3s;
}

.tab a.current {
    background-color: #2d8fff;
    color: #fff;
}

.tab a+a {
    margin-left: 4px;
}

@media (max-width: 1200px) {
    .tab {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-left: -2px;
        margin-right: -2px;
    }

    .tab a {
        width: 0%;
        min-width: inherit;
        position: relative;
        overflow: hidden;
        display: block;
        margin: 0 2px;
        padding: 0;
        font-size: 16px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
    }

    .grid {
        padding: 20px;
    }

    .grid h2 {
        font-size: 18px;
    }
}


/* 首页 开始*/

/* part1开始 */
.p1,
.p2 {
    background: #f7f7f7;
}

.p1,
.p3 {
    padding: 40px 0px;
}

.p2 {
    padding-bottom: 35px;
}

.focus,
.focus .pic {
    position: relative;
    width: 850px;
    height: 565px;
}

.focus .pic>div {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.focus .pic img {
    width: 100%;
    height: 100%;
}

.focus .pic span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 10px 80px 10px 10px;
    line-height: 26px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #333;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}

.focus .focus-prev,
.focus .focus-next {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: block;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
    background-size: 24px auto;
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.focus .focus-prev .iconfont,
.focus .focus-next .iconfont {
    font-size: 28px;
    font-weight: normal;
}

.focus .focus-prev {
    transform: translate(-50px, 0);
    left: 0;
    background-image: none;
}

.focus .focus-next {
    transform: translate(50px, 0);
    right: 0;
    background-image: none;
}

.focus:hover .focus-prev,
.focus:hover .focus-next {
    opacity: 1;
    transform: translate(0, 0);
}

.focus .navi {
    position: absolute;
    bottom: 14px;
    left: auto;
    right: 0;
    z-index: 9;
    width: auto;
    margin-bottom: 4px\9;
    padding: 0 10px;
    text-align: right;
}

.focus .navi li {
    float: left;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    font: 0/0 lx;
    border: 1px solid #fff;
    color: transparent;
    border-radius: 100px;
    transition: all .3s;
}

.focus .navi li.on {
    background-color: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}

.focus .swiper-pagination-bullet {
    border: 1px solid #fff;
    background: none;
    opacity: 1;
}

.focus .swiper-pagination-bullet-active {
    background-color: #fff;
}

.work {
    width: 510px;
    float: right;
    margin-top: -100px;
    background-color: #fff;
    box-shadow: 0 0 20px rgb(170 170 170 / 20%);
}

.work h2 {
    padding: 20px 0px;
    margin: 0px 20px 0px 20px;
    border-bottom: 1px solid #ddd;
}

.list-b.b4 li {
    min-height: 90px;
    padding: 15px 20px 15px 115px;
}

.list-b.b4 li:hover {
    color: #fff;
}

.list-b.b4 li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 0;
    border-bottom: 1px solid #ddd;
}

.list-b.b4 .calendar {
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 10px;
    display: block;
    width: 90px;
    border-right: 1px solid #ddd;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
}

.list-b.b4 .calendar em {
    display: block;
    line-height: 30px;
    font-size: 24px;
}

.work .hd {
    width: 100%;
    height: 61px;
    background: url(/template/images/work.jpg) 50% no-repeat;
}

.work .hd li {
    width: 50%;
    float: left;
    height: 61px;
}

.work .hd li.s1 {
    background: url(/template/images/t.jpg) 50% no-repeat;
}

.work .hd li.s2 {
    background: url(/template/images/d.jpg) 50% no-repeat;
}

@media (max-width: 1200px) {
    .focus {
        margin-bottom: 20px;
    }

    .focus,
    .focus .pic {
        position: relative;
        width: 100%;
        height: auto;
    }

    .focus .pic>div {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding: 60% 0 0;
    }

    .focus .pic img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }

    .focus {
        margin-bottom: 20px;
    }

    .work {
        float: left;
        width: 100%;
        margin-top: 0px;
    }

}

.news .list-t li a {
    width: 70%;
}

@media (max-width: 1024px) {
    .news .list-t li a {
        width: 100%;
    }
}

/* part1结束 */

/* part2开始 */

.notice {
    position: relative;
    z-index: 999;
}

.notice .scroll {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
}

.notice li {
    width: 335px\9;
}

.notice li a {
    position: relative;
    display: block;
    width: 335px\9;
    padding: 15px;
    margin: 10px;
    background-color: #fff;
    transition: all .3s;
    border: 1px solid #fff;
    box-shadow: 0 0 10px rgba(2, 77, 147, .1);
}

.notice li a p {
    line-height: 26px;
    margin-bottom: 20px;
}

.notice li a .time {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: block;
    padding: 3px 10px;
}

.notice li a:hover {
    border: 1px solid #033999;
}

.notice li a:hover .time {
    color: #fff;
    background: #033999;
}


.notice .notice-prev,
.notice .notice-next {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: block;
    width: 20px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
    background-size: 24px auto;
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.notice .notice-prev .iconfont,
.notice .notice-next .iconfont {
    font-size: 16px;
    font-weight: normal;
}

.notice .notice-prev {
    transform: translate(-50px, 0);
    left: 0;
    background-image: none;
}

.notice .notice-next {
    transform: translate(50px, 0);
    right: 0;
    background-image: none;
}

@media (max-width: 1200px) {

    .notice {
        margin-top: -20px;
        z-index: 1;
    }

    .notice li a p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.5;
        max-height: 3em;
        font-size: 14px;
        min-height: auto !important;
        margin-bottom: 0px;
    }

    .notice li a .time {
        position: relative;
        display: block;
        font-size: 12px;
        width: 100%;
        display: block;
        text-align: right;
    }

    .notice li a:hover .time {
        font-size: 12px;
    }
}

/* part2结束 */

/* part3开始 */

.topic {
    margin-left: -10px;
    margin-right: -10px;
}

.topic li {
    margin: 0px 10px;
}

.topic li img {
    width: 100%;
}

/* part3结束 */

/* part4开始 */
.p4 {
    padding: 40px 0px;
    background: url(/template/images/p4_bg.jpg) 50% 0 no-repeat;
}

.p4 h2 {
    text-align: center;
    margin-bottom: 40px;
}

.p4 h2 a {
    color: #fff;
}

.nlzz_con {
    width: 100%;
    height: auto;
    padding-top: 20px;
    background: url(/template/images/nl_bg.png) 50% 0 no-repeat;
}

.nlzz_con p {
    margin: 15px 70px 0px 20px;
    padding: 30px;
    background: #fff;
    text-indent: 2em;
    text-align: justify;
    line-height: 31px;
    font-size: 18px;
}

.text-blue {
    color: #033999;
}

.nl_data {
    width: 100%;
    padding: 40px;
    margin: 50px 0px;
    background: url(/template/images/l_bg.jpg) 0 0 repeat;
}

.nl_data li {
    width: 25%;
    text-align: center;
}

.zs li {
    width: 50%;
    text-align: center;
}

#device {
    position: relative;
    margin: 0 auto
}

#device .swiper-container {
    padding-bottom: 20px;
}

#device .swiper-slide {
    width: 500px;
    background: #fff;
    box-shadow: 0 0 20px rgb(170 170 170 / 50%);
}

#device .swiper-slide img {
    display: block;
    width: 100%;
    height: 290px;
}

#device .swiper-slide h3 {
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}

#device .swiper-slide p {
    line-height: 20px;
    color: #636363;
    margin: 0;
    padding: 20px;
}

#device .swiper-slide p a {
    padding-right: 35px;
    background: url(/template/images/more.jpg) right center no-repeat;
}

#device .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#device .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#device .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#device .swiper-button-prev,
#device .swiper-button-next {
    position: absolute;
    top: 40%;
    width: 36px;
    height: 110px;
    color: #fff;
    text-align: center;
    background-color: rgba(255, 255, 255, .3);
    background-image: none;
}

#device .swiper-button-prev .iconfont,
#device .swiper-button-next .iconfont {
    display: block;
    line-height: 110px;
    font-size: 28px;
    font-weight: normal;
}

#device .swiper-button-prev {
    left: 0px;
}

#device .swiper-button-next {
    right: 0px;
}

@media (max-width: 1200px) {
    .nlzz_con p {
        font-size: 12px;
        line-height: 24px;
        padding: 15px;
        margin: 4px;
        min-height: 330px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .nl_data {
        margin: 20px 0px;
    }

    .topic li:nth-child(1) {
        margin-bottom: 20px;
    }

    .nl_data li {
        width: 50%;
    }

    .nl_data li:nth-child(1) {
        margin-bottom: 10px;
    }

    .nl_data li:nth-child(2) {
        margin-bottom: 10px;
    }

    .nl_data li img {
        width: 90%;
        height: 110px;
    }

    #device .swiper-slide img {
        height: 200px;
        object-fit: cover;
    }

    .zs li img {
        margin-top: 20px;
        width: 95%;
    }

    #device .swiper-slide {
        width: 100%;
    }

    #device .swiper-slide p a {
        padding-right: 0px;
        background: no-repeat;
    }

}

@media (max-width: 480px) {
    .nl_data li img {
        height: 50px;
    }
}

/* part4结束 */

/* part5开始 */
.p5 {
    padding: 40px;
    background: url(/template/images/p5_bg.jpg) center 0px no-repeat;
}

.zcfg span {
    display: block;
    width: 295px;
    height: 25px;
    float: right;
    background: url(/template/images/dh.jpg) center 0px no-repeat;
}

.p5 .list-t {
    padding: 8px 20px;
    border-top: 6px solid #033999;
    background: #fff url(/template/images/zcfg_bg.jpg) 90% bottom no-repeat;
    box-shadow: 0 0 30px rgb(170 170 170 /.1);
}

.p5 .list-t li {
    line-height: 38px;
}

.p5 .list-t li:before {
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background-color: #c7aa67;
}

.p5 .list-t li:hover:before {
    background-color: #033999;
}

.p5 .list-t li .date {
    color: #999;
}


.xfcs {
    position: relative;
    z-index: 999;
    margin-top: 30px;
    padding-bottom: 47px;
}

.xfcs .scroll {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
}

.xfcs li {
    width: 335px\9;
}

.xfcs li a {
    position: relative;
    display: block;
    width: 335px\9;
    padding: 15px;
    margin: 10px;
    background-color: #fff;
    transition: all .3s;
    box-shadow: 0 0 10px rgba(2, 77, 147, .1);
}

.xfcs li a h3 {
    height: 50px;
    margin-left: -15px;
    margin-bottom: 10px;
    background: url(/template/images/spkp_bt01.jpg) 0 no-repeat;
}

.xfcs li a p {
    line-height: 36px;
    font-size: 18px;
}

.xfcs li a span {
    display: block;
    color: #999;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

.xfcs li a:hover h3 {
    background: url(/template/images/spkp_bt02.jpg) 0 no-repeat;
}

.xfcs li a:hover p {
    color: #333;
}

.xfcs .navi {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin-bottom: -10px;
    margin-right: -10px;
    margin-left: -10px;
}

.xfcs .navi span:last-child,
.xfcs .navi span:nth-last-of-type(2) {
    display: none;
}

.xfcs .swiper-pagination-bullet {
    width: 335px;
    height: 59px;
    margin: 0px 10px;
    opacity: 1;
    border-radius: 0;
    background: url(/template/images/kp_01.png) 10px 0px no-repeat;
}

.xfcs .swiper-pagination-bullet-active {
    background: url(/template/images/kp_02.png) 10px 0px no-repeat;
}

.xfcs-prev,
.xfcs-next {
    position: absolute;
    top: 55%;
    width: 46px;
    height: 46px;
    line-height: 46px;
    z-index: 999;
    text-align: center;
    margin-top: -23px;
    cursor: pointer;
    font-size: 0px;
    border-radius: 100px;
    box-shadow: 0 0 10px rgba(183, 190, 211, .2);
}

.xfcs-prev {
    left: -50px;
    background: url(/template/images/l_01.png) 0 50% no-repeat;
}

.xfcs-next {
    right: -50px;
    background: url(/template/images/r_01.png) 0 50% no-repeat;
}

@media (max-width: 1200px) {

    .xfcs .navi {
        display: none;
    }

    .zcfg span {
        background-size: contain;
        width: 170px;
    }

    .p1,
    .p3 {
        padding: 20px;
    }

    .p2,
    .p4,
    .xfcs {
        padding-bottom: 0px;
    }

    .p4 {
        padding: 20px;
    }

    .p4 h2 {
        margin-bottom: 10px;
    }

    .p5 {
        padding: 20px;
    }

    .p5 .list-t {
        margin-bottom: 20px;
    }
}


@media (max-width: 480px) {}

.ywzn {
    width: 100%;
    margin-left: -3px;
    margin-right: -3px;
}

.ywzn li a {
    display: block;
    margin: 3px;
    height: 177px;
    text-align: center;
    overflow: hidden;
}

.ywzn li.s1,
.ywzn li.s2,
.ywzn li.s3 {
    width: 33.33%;
}

.ywzn li.s4,
.ywzn li.s5 {
    width: 50%;
}

.ywzn li.s3 a,
.ywzn li.s4 a {
    color: #fff;
    background: #033999;
}

.ywzn li.s3 a i,
.ywzn li.s4 a i {
    display: block;
    width: 56px;
    height: 56px;
    margin: 50px auto 10px;

}

.ywzn li.s3 a i {
    background: url(/template/images/lyzx.png) 0 50% no-repeat;
}

.ywzn li.s4 a i {
    background: url(/template/images/jylc.png) 0 50% no-repeat;
}

.ywzn li.s1 a {
    background: url(/template/images/ywzn_01.jpg) 50% no-repeat;
}

.ywzn li.s2 a {
    background: url(/template/images/ywzn_02.jpg) 50% no-repeat;
}

.ywzn li.s5 a {
    background: url(/template/images/ywzn_03.jpg) 50% no-repeat;
}

/* part5结束 */

/* 二级列表页 开始 */

.main,
.side {
    padding: 20px;
    background-color: #fff;
    box-shadow: none;
}

.side-menu h2 {
    color: #fff;
    height: 76px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 50px;
    border-radius: 20px 0px 20px 0px;
    background: url(/template/images/side-menu.png) 50% no-repeat;
}

.side-menu li a {
    text-align: left;
    font-size: 18px;
    padding-left: 40px;
    line-height: 96px;
    background: #dfedfb;
}

.side li+li {
    margin-top: 4px;
}

.side-menu li a:before {
    display: none;
}

.side-menu li a:hover {
    color: #033999;
    font-weight: bold;
    background: #cbe2f8 url(/template/images/dot.png) 80% 50% no-repeat;
}

.side-menu li.current a {
    color: #033999;
    font-weight: bold;
    background: #cbe2f8 url(/template/images/dot.png) 80% 50% no-repeat;
}

.main .b1,
.article {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(2, 77, 174, .2);
}

.main .b1 li {
    padding: 20px;
    border-bottom: 1px solid #e3e3e3;
}

.main .b1 li h4 {
    font-size: 20px;
    line-height: 36px;
    max-height: 72px;
    font-weight: normal;
}

.main .b1 li p {
    font-size: 18px;
    line-height: 36px;
    color: #666;
}

.main .b1 li p span+span {
    padding-left: 60px;
}

.fwpx {
    height: 178px;
    margin: 20px -20px 0px;
    background: url(/template/images/fwpx.png) 50% no-repeat;
    background-size: cover;
    cursor: pointer;
}

.article h2 {
    font-size: 20px;
    font-weight: bold;
}


@media (max-width: 1200px) {

    .main,
    .side {
        padding: 0px 20px 20px 20px;
    }

    .side-menu h2 {
        display: none;
    }

    .side-menu ul {
        margin: 0 -5px;
    }

    .side-menu li {
        float: left;
        width: 33.33% !important;
    }

    .side-menu li a {
        margin: 5px;
        padding: 0 15px;
        line-height: 40px;
        font-size: 16px;
        background-color: #eee;
        border-radius: 3px;
        text-align: center;
    }

    .right-box {
        display: none;
    }

    .side-menu li.current a {
        background-color: #033999;
        color: #fff;
    }

    .side li+li {
        margin-top: 0px;
    }

    .fwpx {
        margin: 0px;
    }

    .main .b1 {
        padding: 0px;
    }

    .main .b1 li p span+span {
        padding-left: 0px;
    }

    .main .b1 li p span {
        display: block;
    }

    .ywzn li a {
        height: 84px;
        background-size: contain !important;
    }

    .ywzn li.s3 a i,
    .ywzn li.s4 a i {
        width: 35px;
        height: 35px;
        margin: 10px auto 10px;
        background-size: contain !important;
    }

    .main .b1 li h4 {
        font-size: 14px;
    }

    .main .b1 li p {
        font-size: 12px;
        display: flex;
    }

    .where {
        font-size: 12px;
        margin-bottom: 0px;
    }
}

@media (max-width: 678px) {

    .side-menu li {
        width: 50%;
    }

    .side-menu li a {
        font-size: 14px;
    }
}

/* 二级列表页 结束 */



/* 能力资质 开始 */
.nlzz_zh {
    background: url(/template/images/nl_bg.jpg) 50% 0px no-repeat;
}

.nlzz_zh h2 {
    padding-left: 10px;
}

.nlzz_zh .nlzz_con {
    padding-bottom: 30px;
    background: url(/template/images/nl_bg02.png) 50% 0px no-repeat;
}

.nlzz_zh .nlzz_con p {
    background-color: transparent;
}

.byjj {
    width: 100%;
}

.byjj p {
    float: left;
    width: 44%;
    margin: 0px;
    padding: 50px 0px 0px 75px;
}

.nlzz_zh .zs {
    margin-top: -60px;
    width: 50%;
}

.nlzz_zh .nlzz_con p.s1 {
    padding: 0px 0px 0px 75px;
    width: 91%;
    margin: -10px 0px 0px 0px;
    text-indent: 0px;
}

.nlzz_zh .nlzz_con p.s2 {
    padding: 0px 0px 0px 75px;
    width: 91%;
    margin: 15px 70px 0px 0px;
}

.mt0 {
    margin-top: 0px;
}


@media (max-width: 1200px) {
    .nlzz_zh .nlzz_con {
        padding-bottom: 20px;
    }

    .byjj p {
        width: 100%;
        padding: 50px 0px 0px 0px;
    }

    .nlzz_zh .zs {
        margin-top: 0px;
        width: 100%;
    }

    .nlzz_zh .nlzz_con p.s1,
    .nlzz_zh .nlzz_con p.s2 {
        padding: 0px;
        width: 100%;
    }
}

/* 能力资质 结束 */

/* 关于我们 开始 */

.zzjg {
    position: relative;
    z-index: 999;
    height: 230px;
}

.zzjg h2 {
    float: left;
    width: 70px;
    height: 230px;
    background: url(/template/images/zzjg_bt.png) 50% 0px no-repeat;
}

.zzjg h2 a {
    display: block;
    color: #fff;
    line-height: 30px;
    padding: 55px 30px 20px 20px;
    ;
}

.zzjg .scroll {
    margin-left: 40px;
    margin-right: 30px;
    float: left;
    width: 89%;
}

.zzjg li {
    width: 290px\9;
}

.zzjg li a {
    position: relative;
    display: block;
    width: 260px\9;
    height: 228px;
    padding: 20px 18px;
    margin: 10px;
    transition: all .3s;
    border-radius: 5px;
    border: 1px solid #d9dbde;
    background: url(/template/images/zzjg_bg.jpg) 50% 0px no-repeat;
}

.zzjg li h3 {
    color: #033999;
    text-align: center;
    font-family: "阿里妈妈数黑体";
    font-size: 22px;
}

.zzjg li a p {
    color: #1d54ab;
    line-height: 28px;
    font-size: 16px;
    text-align: justify;
}

.zzjg .zzjg-prev,
.zzjg .zzjg-next {
    position: absolute;
    top: 40%;
    z-index: 3;
    display: block;
    width: 18px;
    height: 60px;
    margin-top: -9px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    background-color: rgba(29, 84, 171, .5);
    color: #fff;
}

.zzjg .zzjg-prev .iconfont,
.zzjg .zzjg-next .iconfont {
    font-size: 12px;
    font-weight: normal;
}

.zzjg .zzjg-prev {
    transform: translate(-50px, 0);
    left: 133px;
    background-image: none;
}

.zzjg .zzjg-next {
    transform: translate(50px, 0);
    right: 70px;
    background-image: none;
}

/*page*/
.m-lst-pg {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.m-lst-pg li {
    border: 1px solid #f4f4f4;
    margin: 0 3px;
    display: inline-block;
    line-height: 1em;
    background-color: #f4f4f4;
}

.m-lst-pg li.active {
    border: 1px solid #2466ff;
    background-color: #2466ff;
}

.m-lst-pg li a {
    padding: 8px 12px;
    color: #000000;
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
}

.m-lst-pg li.active a {
    color: #fff;
}

.m-lst-pg li.zsa {
    border: 0px;
}

.m-lst-pg li.zsa,
.m-lst-pg li.zsa input {
    color: #9d9d9d;
}

.m-lst-pg li.zsa input {
    border: 1px solid #f4f4f4;
    margin: 0 10px;
    display: inline-block;
    line-height: 1.5em;
    width: 45px;
    padding: 5px;
    text-align: center;
}

.list-left {
    width: 418px;
}

/*page*/

@media (max-width: 1200px) {
    .zzjg .scroll {
        width: 84%;
    }

}

@media (max-width: 1024px) {
    .zzjg .scroll {
        width: 80%;
    }

    .zzjg li a {
        background-size: auto;
    }
}

@media (max-width: 480px) {
    .zzjg .scroll {
        width: 65%;
        margin-right: 0px;
    }

    .zzjg .zzjg-next {
        right: 50px;
    }

    .zzjg li a p {
        line-height: 22px;
    }

}

.sjfc {
    position: relative;
    z-index: 999;
}














/* 关于我们 结束 */