﻿@charset "utf-8";

/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

/*body {color:#595959;font-size:12px;font-family: Roboto, -apple-system, BlinkMacSystemFont, "Microsoft YaHei","Helvetica Neue", "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", sans-serif;position: relative; background: #fff;}*/

/*@font-face {

	font-family: 'DIN Condensed Bold';

	src: url('../font/DIN Condensed Bold.eot');

	src: url('../font/DIN Condensed Bold.eot?#iefix') format('embedded-opentype');

	src:url('../font/DIN Condensed Bold.woff') format('woff'), url('../font/DIN Condensed Bold.ttf') format('truetype'), url('../font/DIN Condensed Bold.svg#DIN Condensed Bold') format('svg'),local('DIN Condensed Bold');

	font-weight: normal;

	font-style: normal;

}*/

body {
    color: #595959;
    font-size: 12px;
    /*font-family: "微软雅黑";*/
    position: relative;
    background: #fff;
}

td, th, caption {
    font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #000;
    text-decoration: none;
}

    a:hover {
        cursor: pointer;
        text-decoration: none;
    }

a {
    blr: expression(this.onFocus=this.blur())
}

*:focus {
    outline: 0;
}

fieldset, img {
    border: none;
}

ol, ul, li {
    list-style: none;
}

span, i {
    display: inline-block;
    font-style: normal;
}

input, textarea, select, button {
    font-size: 0.8vw;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea {
    resize: none;
}




/*关于我们start*/

.about_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/about_bg.jpg) no-repeat;
    background-size: cover;
}

.about_content {
    width: 60%;
    margin: 0 auto;
}

    .about_content h2, .about_content h3 {
        text-align: center;
        font-weight: bold;
        color: #000;
    }

    .about_content h2 {
        font-size: 40px;
        margin-bottom: 50px;
    }

    .about_content h3 {
        font-size: 26px;
        margin-bottom: 60px;
    }

    .about_content p {
        font-size: 16px;
        color: #000;
        line-height: 180%;
        margin-bottom: 20px;
        text-align: center;
    }

    .about_content.history {
        text-align: center;
        position: relative;
    }

/*大事记start*/

.event_box {
    width: 60%;
    margin: 3% auto 0;
    position: relative;
}

    .event_box .parHd {
        width: 100%;
        display: inline-block;
        height: 12vh;
        overflow: hidden;
    }

.parHd ul {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-top: 0 !important;
}

.parHd .tempWrap {
    margin: 0 auto;
}

    .parHd .tempWrap:after {
        content: '';
        width: 85%;
        height: 1px;
        background: #580000;
        position: absolute;
        /* top: 33%; */
        /* right: -140%; */
        right: 8%;
        /* 轴心线 */
        /* top: 35%; */
        /* margin-top: -0.5px; */
        z-index: 10;
    }

/*.parHd li:before{ content: ''; width: 180%; height: 1px; background: #580000; position: absolute;top: 0; right:-140%;right: 0;}*/

.parHd li.no_line:before {
    display: none;
}

.parHd li {
    display: inline-block;
    cursor: pointer;
    padding-top: 3vh;
    font-size: 16px;
    color: #000;
    margin: 0 2vh;
    position: relative;
}

    .parHd li:after {
        content: '';
        background: url(/images/logo_white.png) no-repeat;
        background-size: 99% 100%;
        width: 2vw;
        height: 3vh;
        position: absolute;
        z-index: 20;
        top: 0vh;
        left: 47%;
        margin-left: -1.3vw;
    }


.parBd {
    text-align: center;
    margin-top: 60px;
}

    .parBd h4 {
        position: relative;
        font-size: 40px;
        margin-bottom: 3%; /*width: 200px;*/
        padding: 0 60px;
        display: inline-block;
        text-align: center;
    }

        .parBd h4:after {
            content: '';
            background: #000;
            width: 100px;
            height: 1px;
            position: absolute;
            left: -100px;
            bottom: 12px;
        }

        .parBd h4:before {
            content: '';
            background: #000;
            width: 100px;
            height: 1px;
            position: absolute;
            right: -100px;
            bottom: 12px;
        }

    .parBd p {
        line-height: 180%;
        font-size: 16px;
        width: 80%;
        margin: 0 auto;
    }

div#listBox {
    width: 100%;
}

.sPrev, .sNext {
    width: 2vw;
    height: 2vw;
    display: block;
    position: absolute;
    top: 3vh;
}

.sPrev-zd, .sNext-zd {
    width: 2vw;
    height: 2vw;
    display: block;
    position: absolute;
    top: 5vh;
    right: 0px;
}

.sPrev, .sPrev-zd {
    left: 0.5vw;
}

.sNext, .sNext-zd {
    right: 0vw;
}

    .sPrev img, .sNext img, .sPrev-zd img, .sNext-zd img {
        transition: all .6s cubic-bezier(.51,1.1,.9,.95);
        -moz-transition: all .6s cubic-bezier(.51,1.1,.9,.95);
        -webkit-transition: all .6s cubic-bezier(.51,1.1,.9,.95);
        -o-transition: all .6s cubic-bezier(.51,1.1,.9,.95);
    }


.event_box-zd {
    width: 90%;
    margin: 0% auto 0;
    position: relative;
}

    .event_box-zd .parHd-zd {
        width: 100%;
        display: inline-block;
        height: 25vh;
        overflow: hidden;
    }

.parHd-zd ul {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-top: 0vh !important;
}

.parHd-zd .tempWrap {
    margin: 0 0;
}

    .parHd-zd .tempWrap:after {
        content: '';
        width: 85%;
        height: 1px;
        background: #580000;
        position: absolute;
        /* top: 33%; */
        /* right: -140%; */
        right: 8%;
        /* 轴心线 */
        /* top: 35%; */
        /* margin-top: -0.5px; */
        z-index: 10;
    }

/*.parHd-zd li:before{ content: ''; width: 180%; height: 1px; background: #580000; position: absolute;top: 0; right:-140%;right: 0;}*/

.parHd-zd li.no_line:before {
    display: none;
}

.parHd-zd li {
    display: inline-block;
    cursor: pointer;
    padding-top: 3vh;
    font-size: 1vw;
    color: #000;
    margin: 0 1.01vw;
    position: relative;
    z-index: 2;
    width: 0.95vw;
}

    .parHd-zd li:after {
        content: '';
        width: 1vw;
        height: 1vh;
        position: absolute;
        z-index: 20;
        top: -1vh;
        left: 50%;
        margin-left: -1vw;
    }


.select {
    display: inline-block;
    width: 9vw;
    height: 3.7vh;
    position: relative;
    vertical-align: middle;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    color: #555;
    border: 1px solid #DCDCDC;
    text-shadow: none;
    border-radius: 4px;
    transition: box-shadow 0.25s ease;
    z-index: 2;
    margin: 0 0.5vw 0 0.5vw;
}

    .select:hover {
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    }

    .select:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-top-color: #ccc;
        top: 14px;
        right: 10px;
        cursor: pointer;
        z-index: -2;
    }

    .select select {
        cursor: pointer;
        padding: 8px 0px 10px 10px;
        width: 100%;
        border: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .select option {
        color: #333;
    }

    .select select:focus {
        outline: none;
    }

.ant-btn {
    line-height: 3.5vh;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.015);
    box-shadow: 0 2px 0 rgba(0,0,0,0.015);
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    height: 3.5vh;
    width: 5vw;
    padding: 0 1vw;
    font-size: 0.5vw;
    border-radius: 4px;
    color: rgba(0,0,0,0.65);
    background-color: #fff;
    border-color: #363D77;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ant-btn-red {
    color: #333;
    background-color: #FFFFFD;
    border-color: #333;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.045);
    box-shadow: 0 2px 0 rgba(0,0,0,0.045);
}

.title-cczn {
    width: 100%;
    height: 8vh;
    padding-top: 0vh;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    /*align-items: center;
    justify-content: center;*/
}

.human-logo {
    background-image: url('/images/human_cczn.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    width: 4vw;
    height: 100%;
}

/*站点搜索轴心线*/
.zdss-line {
    width: 2vw;
    height: 100%;
    margin: 0 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid rgba(255, 255, 255, 0.3)
}

.LineUL {
    width: 4.2vw;
    height: 4.2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: none;
    border-radius: 4px;
    margin-left: 1.2vw;
    margin-right: 1.2vw;
    background-color: #bfbfbf;
    border: 0px solid #000;
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #bfbfbf;
}

    .LineUL font {
        margin-top: 1vh;
        font-size: 0.7vw;
    }

.serch-cczn-img {
    background-image: url(/images/serch_cczn.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 100% 100%;
    width: 1vw;
    height: 1vw;
}
