@charset"utf-8";

/*自定义分页符样式*/
.container,
.row {
    margin: 0;
    padding: 0;
}

.inner {
    width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .inner {
        width: 1024px;
    }
}

@media screen and (min-width: 1024px) {
    .history:hover .h-lf {
        left: 0;
    }

    .history:hover .h-rt {
        right: 0;
    }
}

@media screen and (max-width: 1024px) {
    .inner {
        width: 100%;
    }

    .history .h-lf {
        left: -50px;
    }

    .history .h-rt {
        right: -50px;
    }
}

.fu-bg {
    width: 100%;
    height: 450px;
    max-width: 100%;
    overflow: hidden;
    /* background-attachment: fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: 0 0;
    background-repeat: repeat-x;
    animation: animatedBackground 20s linear infinite alternate;
    -o-animation: animatedBackground 20s linear infinite alternate;
    -webkit-animation: animatedBackground 20s linear infinite alternate;
    -moz-animation: animatedBackground 20s linear infinite alternate;
}

.gy-bg {
    background-image: url(../images/second/gy-bg.jpg);
}

.kx-bg {
    background-image: url(../images/second/kxjs-bg.jpg);
}

.pro-bg {
    background-image: url(../images/second/pro-bg.png);
}

.tz-bg {
    background-image: url(../images/second/tz-bg.jpg);
}

.xw-bg {
    background-image: url(../images/second/xw-bg.jpg);
}

.cul-bg {
    background-image: url(../images/second/cul-bg.jpg);
}

@media screen and (max-width: 768px) {
    .fu-bg {
        height: 350px;
    }
}

@media screen and (max-width: 500px) {
    .fu-bg {
        height: 300px;
    }
}

/*页码*/
.mypage {
    clear: both;
    width: 100%;
    height: auto;
    border: #f00 0px solid;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
}

.pc_dis {
    display: none;
}

.mypage a {
    color: #4d555d;
    width: auto;
    height: auto;
    padding: 6px 12px;
    font-size: 16px;
    margin-right: 5px;
    border: 1px solid #DBDBDB;
    background: #F5F5F5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.mypage span {
    color: #717171;
    width: auto;
    height: auto;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 5px;
}

.mypage .linking,
.mypage a:hover {
    color: #fff;
    background: #2f91d0;
    border: 1px solid transparent;
    border-radius: 4px;
}

@media screen and (max-width: 768px) {
    .pc_dis {
        display: block;
    }

    .ph_dis {
        display: none;
    }

    .mypage {
        padding: 15px 0;
    }
}

/*关于我们*/
/*动画*/
@keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 70% 0;
    }
}

/*副页导航*/
.fu-tit {
    position: relative;
    background-color: rgba(0, 0, 0, 0.3);
    top: -52px;
    z-index: 50;
}

.fu-tit ul {
    overflow: hidden;
}

.fu-tit ul li {
    float: left;
    text-align: center;

    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.fu-tit ul li.active {
    background: rgba(47, 145, 208, 1);
}

.fu-tit ul li a {
    font-size: 16px;
    color: #ffffff;
    display: block;
    padding: 15px 0;
}

.gy-tit ul li {
    width: 20%;
}

.pro-tit ul li {
    width: 33.3%;
}

.fu-nei {
    width: 100%;
    padding-bottom: 50px;
}

@media screen and (min-width: 1024px) {
    .fu-tit ul li:hover {
        background: rgba(47, 145, 208, 1);
    }
}

/**/
.gy {
    overflow: hidden;
    position: relative;
}

.gy-im {
    position: absolute;
    left: 0;
    top: 0;
    width: 258px;
}

.gy-txt {
    padding-left: 300px;
    width: 100%;
}

.gy-txt h2 {
    font-size: 30px;
    color: #3a3a3a;
    font-family: '黑体';
    padding-bottom: 20px;
}

.gy-txt h2 i {
    display: block;
    width: 520px;
    height: 2px;
    background-image: url(../images/second/gy-xian.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 20px;
}

.gy-txt p {
    font-size: 14px;
    line-height: 24px;
    color: #696969;
    text-indent: 2.7em;
    margin-bottom: 25px;
    text-align: justify;
}

.gy-txt h3 {
    font-size: 20px;
    color: #333333;
    line-height: 28px;
}

/*管理团队*/
.gl {
    display: flex;
    align-items: center;
    overflow: hidden;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    margin-bottom: 10px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.gl-box>div:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.gl-lf {
    float: left;
    width: 38%;
    position: relative;
}

.gl-rt {
    float: left;
    width: 62%;
}

.gl-lf .im {
    position: absolute;
    left: 15px;
    top: 0;
    width: 200px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.gl-lf img {
    max-width: 100%;
}

.gl-lf .txt {
    width: 100%;
    padding: 30px 0 40px 230px;
}

.gl-lf .txt h2 {
    color: #3a3a3a;
    font-size: 24px;
    margin-bottom: 12px;
}

.gl-lf .txt p {
    font-size: 16px;
    color: #3a3a3a;
    line-height: 28px;
    height: 96px;
}

.gl-rt i {
    display: inline-block;
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0;
    top: 8px;
    background-color: #2f91d0;
    border-radius: 50%;
}

.gl-rt p {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #6a6a6a;
    margin-bottom: 15px;
    padding-left: 15px;
}

/*联系我们*/
.lx-tit {
    margin-bottom: 20px;
}

.lx-tit ul {
    overflow: hidden;
    border: 1px solid #5c6670;
}

.lx-tit ul li {
    float: left;
    width: 50%;
}

.lx-tit ul li a {
    display: block;
    text-align: center;
    color: #5c6670;
    font-size: 24px;
    line-height: 48px;
    height: 48px;
}

.lx-tit ul li.active a {
    background-color: #5c6670;
    color: #ffffff;
}

.lx-map .con {
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.lx-map .con-last {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.lx-map .con .map {
    float: left;
    width: 50%;
    min-height: 260px;
}

.lx-map .con .txt {
    float: left;
    width: 50%;
    padding-left: 20px;
}

.lx-map .con .txt h2 {
    color: #3a3a3a;
    font-size: 20px;
    padding: 40px 0 25px;
}

.lx-map .con .txt p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
    color: #3a3a3a;
}

.lx-map>div {
    display: none;
}

.lx-map>div.active {
    display: block;
}

.lx-form h2 {
    color: #444444;
    font-size: 18px;
    margin-bottom: 25px;
    text-align: center;
    padding-top: 25px;
    line-height: 28px;
}

.lx-form form {
    width: 380px;
    margin: 0 auto;
}

.gf-nei {
    margin-bottom: 10px;
}

.gf-nei span {
    font-size: 16px;
    color: #353535;
    display: inline-block;
    width: 95px;
    text-align: right;
}

.gf-nei label {
    font-size: 16px;
    color: #353535;
    font-weight: normal;
}

.gf-nei textarea {
    width: 280px;
    height: 110px !important;
    vertical-align: top;
    padding: 5px 0 0 5px;
    resize: none;
}

.gf-nei input {
    width: 280px;
    height: 30px;
    padding-left: 8px;
}

.gu-btn {
    display: block;
    font-size: 16px;
    color: #ffffff;
    background-color: #2f91d0;
    margin: 0 auto;
    width: 140px;
    line-height: 32px;
    height: 32px;
    text-align: center;
}

.gu-btn:hover {
    color: #ffffff;
}

@media screen and (min-width: 1024px) {
    .gl:hover .gl-lf .im {
        left: 0;
    }

    .gl:hover {
        border-bottom: 1px solid #2f91d0;
    }
}

@media screen and (max-width: 1200px) {
    .gl-lf {
        width: 40%;
    }

    .gl-rt {
        width: 60%;
    }
}

@media screen and (max-width: 1024px) {
    .fu-nei {
        padding: 0 15px 30px 15px;
        /* margin-top: -20px; */
        margin-top: 20px;
    }

    .gl-lf {
        width: 46%;
    }

    .gl-rt {
        width: 54%;
        padding-left: 15px;
    }

    .gl-rt p,
    .gl-lf .txt p {
        font-size: 14px;
        line-height: 24px;
    }

    .gl-lf .im {
        left: 0;
    }
}

@media screen and (max-width: 768px) {
    .fu-nei {
        padding: 0 15px 25px 15px;
        /* margin-top: -25px; */
    }

    .gy-im {
        position: inherit;
        left: inherit;
        top: inherit;
        width: 100%;
    }

    .gy-im img {
        max-width: 100%;
        display: block;
        margin: 0 auto 15px;
    }

    .gy-txt {
        padding-left: 0;
    }

    .gy-txt p {
        margin-bottom: 12px;
    }

    .gl-lf,
    .gl-rt {
        float: none;
        width: 100%;
    }

    .gl-lf {
        margin-bottom: 15px;
    }

    .gl-rt p {
        margin-bottom: 8px;
    }

    .lx-map .con .map {
        float: none;
        width: 100%;
        min-height: 300px;
    }

    .lx-map .con .txt {
        padding-left: 0;
        float: none;
        width: 100%;
    }

    .lx-map .con .txt h2 {
        padding: 15px 0;
    }

    .lx-map .con .txt p {
        margin-bottom: 0px;
    }

    .lx-tit ul li a {
        font-size: 20px;
        height: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width: 500px) {
    .gl-lf .txt {
        padding-left: 210px;
    }

    .lx-form h2 {
        padding-top: 0;
    }
}

@media screen and (max-width: 400px) {
    .lx-form form {
        width: 290px;
    }

    .gf-nei input,
    .gf-nei textarea {
        width: 180px;
    }
}

@media screen and (max-width: 350px) {
    .gl-lf .txt {
        padding-left: 160px;
        padding-bottom: 10px;
        padding-top: 0;
        min-height: 150px;
    }

    .gl-lf .im {
        width: 150px;
    }

}

/****
        科学技术
*/
.yj h2 {
    font-size: 28px;
    color: #6a6a6a;
    margin-bottom: 25px;
}

.yj h3 {
    font-size: 16px;
    color: #666666;
    margin-bottom: 30px;    
    line-height: 26px;
}

.yj-con {
    width: 100%;
    overflow: hidden;
}

.yj-lf {
    float: left;
    width: 50%;
    padding-right: 20px;
}

.yj-rt {
    float: left;
    width: 50%;
    padding-left: 20px;
}

.yj-con h1 {
    width: 100%;
    height: 68px;
    line-height: 68px;
    color: #ffffff;
    font-size: 28px;
}

.yj-lf h1 {
    background-color: #2f91d0;
    border-top-right-radius: 15px;
    padding-right: 40px;
    text-align: right;
}

.yj-rt h1 {
    background-color: #209e85;
    border-top-left-radius: 15px;
    padding-left: 40px;
}

.yj-con .txt {
    background-color: #f7f7f7;
    min-height: 150px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.yj-con .txt p {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    padding: 0 40px 20px;
}

.yj-lf .txt p {
    float: right;
}

.yj-con .txt p {
    width: 490px;
    text-align: justify;
}

.yj-con .txt p img {
    max-width: 100%;
    display: block;
    margin: 10px auto 0;
}

.yj-lf .txt {
    border-bottom-right-radius: 15px;
    overflow: hidden;
        display: flex;
    justify-content: center;
}

.yj-rt .txt {
    border-bottom-left-radius: 15px;

        display: flex;
    justify-content: center;
}

.yj-nei {
    padding-bottom: 0;
}

.yj-con {
    padding-bottom: 30px;
}

/*平台*/
.pt-con {
    width: 100%;
    padding: 25px 80px 40px 80px;
    border-radius: 25px;
    position: relative;
}

.pt-con h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.pt-con p {
    font-size: 16px;
    color: #3a3a3a;
    text-align: justify;
    line-height: 26px;
    padding-bottom: 15px;
}

.pt-con p:last-child {
    padding-bottom: 0;
}

.pt-con span {
    display: block;
    position: absolute;
    top: -10px;
    width: 114px;
    height: 65px;
}

.con1 {
    background-color: #d5e9f6;
    margin-bottom: 60px;
}

.con1 h1 {
    color: #2f91d0;
}

.con1 span {
    left: 80px;
    display: none;
}

.con2 {
    background-color: #d2ece7;
}

.con2 h1 {
    color: #209e85;
}

.con2 span {
    right: 80px;
    display: none;
}

.yj-03 h1 {
    background-color: #fdc556;
    text-align: center;
}

.yj-04 h1 {
    background-color: #c4e86b;
    text-align: center;
}

/*产品中心*/
.pro-im img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.pro-im p {
    text-align: center;
    font-size: 16px;
    padding-top: 15px;
    color: #334049;
}

/*在研产品*/
.zy-list {
    overflow: hidden;
}

.zy-list li {
    float: left;
    width: 50%;
    padding: 0 20px 20px;
}

.zy-list li a {
    display: block;
    height: 160px;
    overflow: hidden;
    border-radius: 5px;
    background-color: #f7f7f7;
    position: relative;
}

.zy-list .txt {
    padding-left: 40%;
    width: 100%;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
}

.zy-list .txt p {
    padding: 0 15px;
    font-size: 16px;
    color: #4d4d4d;
    line-height: 24px;
}

.zy-list .gun {
    position: absolute;
    left: 0;
    width: 40%;
    height: 160px;
}

.zy-list img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.zy-list h4 {
    display: block;
    height: 100%;
    text-align: center;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    font-size: 40px;
    line-height: 160px;
    color: #2f91d0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.zy-list .txt p:hover {
    color: #2f91d0;
}

/**/
.zy-con {
    width: 100%;
}

.zy-im {
    padding-right: 15px;
}

.zy-im img {
    width: 100%;
}

.zy-det {
    padding-left: 15px;
}

.zy-det h1 {
    color: #2f91d0;
    font-size: 30px;
    margin-bottom: 20px;
    padding-top: 10px;
}

.zy-det h2 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #3a3a3a;
    line-height: 26px;
}

.zy-det p {
    font-size: 16px;
    line-height: 32px;
    color: #6a6a6a;
    text-align: justify;
}

.f-return ul li {
    float: left;
    width: 33.33%;
    color: #333;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
}

.f-return ul li:hover a {
    color: #2f91d0;
}

.f-return ul {
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
}

.f-return ul li:nth-child(2) {
    text-align: center;
}

.f-return ul li:nth-child(3) {
    text-align: right;
}

.zy-con .row {
    margin-bottom: 20px;
}

/*********
    投资者关系
*/
.fu-tit ul.wl-tz li:first-child:hover {
    background: none;
}

.fu-tit ul.wl-tz li:last-child:hover {
    background: none;
}

.tz h1 {
    font-size: 28px;
    color: #3a3a3a;
    margin-bottom: 25px;
}

.tz-tit {
    background-position: 0 0;
    background-image: url(../images/second/tzz-b.png);
    background-repeat: no-repeat;
    padding-top: 7px;
    /*padding-left: 50px;*/
    overflow: hidden;
}

.tz-tit>div {
    width: 100px;
    float: left;
    margin-right: 120px;
}

.tz-tit>div a {}

.tz-tit span {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font-size: 24px;
    line-height: 30px;
    padding: 20px 0;
    color: #ffffff;
    text-align: center;
    background-color: #1158a2;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.tz-tit>div.active span {
    background-color: #d21258;
}

.tz-tit>div:hover span {
    background-color: #d21258;
}

.tz-tit strong {
    display: block;
    height: 25px;
    width: 2px;
    margin: 0 auto;
    background-color: #ccc;
}

.tz-tit>div.active strong {
    background-color: #d21258;
}

.tz-tit .yuan {
    width: 24px;
    height: 24px;
    border: 1px solid #ccc;
    padding: 6px;
    border-radius: 50%;
    margin: 0 auto;
}

.tz-tit .yuan i {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ccc;
}

.tz-tit>div.active .yuan {
    border: 1px solid #d21258;
}

.tz-tit>div.active .yuan i {
    background-color: #d21258;
}

.tz-tit h2 {
    padding-top: 15px;
    font-size: 24px;
    text-align: center;
    color: #1158a2;
    display: none;
}

.tz-tit>div.active h2 {
    color: #d21258;
    display: block;
}

.tz-nei ul {
    position: relative;
    margin: 20px 0;
    /* display: none;*/
}

.tz-nei ul:after {
    content: '';
    display: table;
    clear: both;
}

.tz-nei ul li {
    float: left;
    width: 24.5%;
    height: 77px;
    padding: 8px 10px;
}

.tz-nei ul li a {
    display: block;
    width: 100%;
    margin-bottom: 0;
}

.tz-nei ul li a .im {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.tz-nei ul li a img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}

.tz-nei ul li .tz-txt {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    background-color: #ececec;
    padding: 30px 40px;
    margin-top: 25px;
}

.tz-nei ul li.active .tz-txt {
    display: block;

}

.tz-nei ul li .tz-txt:before {
    content: '';
    display: block;
    position: absolute;
    top: -18px;
    border-left: 1.5em solid transparent;
    border-right: 1.5em solid transparent;
    border-bottom: 1.5em solid #ececec;
}

.tz-nei li .tz-txt p {
    font-size: 16px;
    line-height: 28px;
    color: #3a3a3a;
    margin-bottom: 20px;
}

.tz-nei li .tz-txt p:last-child {
    margin-bottom: 0;
}

.tz-nei ul li:first-child .tz-txt:before {
    left: 10%;
}

.tz-nei ul li:nth-child(2) .tz-txt:before {
    left: 34%;
}

.tz-nei ul li:nth-child(3) .tz-txt:before {
    left: 58%;
}

.tz-nei ul li:nth-child(4) .tz-txt:before {
    left: 83%;
}

.tz-nei>div {
    display: none;
}

.tz-nei>div.active {
    display: block;
}

@media screen and (min-width: 1024px) {
    .zy-list li a:hover img {
        top: 0;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }

    .zy-list li a:hover h4 {
        top: -100%;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }
}

@media screen and (max-width: 1200px) {
    .zy-list h4 {
        font-size: 35px;
    }

    .tz-tit {
        /* background-position: 100% 0;*/
    }
}

@media screen and (max-width: 1024px) {
    .yj-con h1 {
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }

    .yj-con .txt p {
        font-size: 16px;
        line-height: 24px;
    }

    .pt-con {
        padding: 20px 50px 30px 50px;
    }

    .yj-con .txt p {
        width: auto;
        padding: 0 20px 20px;
    }

    .zy-list img {
        display: none;
    }

    .zy-list .gun {
        width: 30%;
    }

    .zy-list .txt {
        padding-left: 30%;
    }

    .zy-list h4 {
        font-size: 26px;
    }

    .zy-list .txt p {
        font-size: 14px;
    }

    .tz-tit {
        background-image: none;
        padding-left: 0;
    }

    .tz-tit>div {
        width: 80px;
        margin-right: 30px;
    }

    .tz-tit span {
        width: 80px;
        height: 80px;
        padding: 10px 0;
        font-size: 22px;
    }

    .tz-tit strong,
    .tz-tit .yuan {
        display: none;
    }

    .tz-tit h2 {
        font-size: 18px;
    }

    .tz-nei ul li {
        width: 100%;
    }

    .tz-nei ul {
        position: inherit;
    }

    .tz-nei ul li a .im {
        width: 100%;
        display: block;
    }

    .tz-nei ul li .tz-txt {
        position: relative;
        left: inherit !important;
        right: inherit;
        top: inherit;
         !important;
    }

    .tz-nei ul li .tz-txt:before {
        left: 50% !important;
        margin-left: -9px;
    }

    .fu-tit {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .pt-con span {
        display: none;
    }

    .con1 {
        margin-bottom: 20px;
    }

    .pt-con h1 {
        margin-bottom: 15px;
        font-size: 22px;
    }

    .pt-con {
        padding: 20px 20px 40px 20px;
        border-radius: 15px;
    }

    .yj h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .yj h3 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .zy-list li {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .zy-list li:last-child {
        padding-bottom: 10px;
    }

    .zy-list li a {
        height: auto;
    }

    .zy-list h4 {
        font-size: 24px;
        line-height: 48px;
        height: 48px;
    }

    .zy-list .gun {
        height: auto;
        top: 50%;
        margin-top: -24px;
        left: 5px;
    }

    .f-return ul li {
        height: 40px;
        line-height: 40px;
        width: 100%;
        text-align: left;
    }

    .f-return ul li:nth-child(2) {
        text-align: left;
    }

    .f-return ul li:nth-child(3) {
        text-align: left;
    }

    .tz-nei ul li.active .tz-txt {
        padding: 10px;
    }

    .tz-nei li .tz-txt p {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 24px;
    }

    .tz-nei ul li .tz-txt:before {
        margin-left: -20px;
    }
}

@media screen and (max-width: 500px) {

    .yj-lf,
    .yj-rt {
        float: none;
        width: 100%;
        padding: 0 15px;
    }

    .yj-lf {
        margin-bottom: 15px;
    }

    .yj-con h1 {
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
    }

    .yj-con .txt {
        padding: 25px;
        height: auto;
    }

    .yj-con .txt p {
        padding: 0;
    }
}

/*********
    新闻中心
*/
.xw li {
    width: 100%;
    margin-bottom: 25px;
    border: 1px solid transparent;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.xw li a {
    background-color: #f3f3f3;
    display: block;
    width: 100%;
    position: relative;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.xw li .date {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 110px;
    background-color: #2f91d0;
}

.xw .date h2 {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -28px;
    width: 100%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.xw .date h2 span {
    display: block;
    font-size: 26px;
    margin-bottom: 10px;
}

.xw li .txt {
    padding: 25px 110px 40px 130px;
    width: 100%;
}

.xw li .txt h2 {
    font-size: 20px;
    color: #3f4141;
    margin-bottom: 20px;
}

.xw li .txt h2:after {
    display: block;
    content: '';
    margin-top: 15px;
    width: 300px;
    height: 1px;
    background-color: #d8d8d8;
}

.xw li .txt p {
    font-size: 14px;
    line-height: 24px;
    color: #858686;
}

.xw li .jian {
    position: absolute;
    right: 0;
    width: 110px;
    top: 0;
    height: 100%;
}

.xw li i {
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 50%;
    top: 50%;
    margin-top: -22px;
    margin-right: -22px;
    background: url(../images/second/xw-jt.png) no-repeat;
}

/*新闻详情*/
.xw-det {
    width: 100%;
}

.f-det {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #D7D7D7;
}

.f-det h4 {
    font-size: 20px;
    color: #333333;
    text-align: center;
    line-height: 38px;
}

.f-det span {
    font-size: 12px;
    color: #454141;
    line-height: 24px;
}

/* .f-det:hover h4{
    color: #2f91d0;
}
.f-det:hover span{
    color: #2f91d0;
}
.f-det:hover{
    border-bottom: 1px solid #2f91d0;
} */
.f-cont {
    padding: 20px 0;
}

.f-cont p {
    font-size: 14px;
    color: #5b5b5b;
    line-height: 24px;
    text-indent: 2em;
    margin-bottom: 0px;
    text-align: justify;
    word-break: break-all;
}

.f-cont img {
    display: block;
    max-width: 100%;
    margin: 15px auto;
}

/*
    加入我们
*/
.cul {
    overflow: hidden;
  display: flex;
  align-items: center;
}

.cul-im {
    float: left;
    width: 40%;
}

.cul-im img {
    width: 100%;
}

.cul-txt {
    float: left;
    width: 60%;
    padding-left: 24px;
}

.cul-txt h2 {
    font-size: 28px;
    color: #3a3a3a;
    margin-bottom: 20px;
}

.cul-txt h3 {
    font-size: 28px;
    line-height: 50px;
    color: #6a6a6a;
    margin-bottom: 25px;
}

.cul-txt h3 span {
    font-size: 30px;
    color: #3a3a3a;
        font-weight: bold;
}
@media screen and (max-width: 1024px){

.cul-txt h3{

    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
}
.cul-txt h3 span{
    font-size: 16px;

}
.cul{
    flex-direction: column;
} 

}

/**/
.join {
    margin-bottom: 25px;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

.join-title ul {
    background-color: #f5f5f5;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    overflow: hidden;
    /* margin-bottom: 20px;*/
}

.join-title ul li {
    font-size: 16px;
    color: #000000;
    float: left;
    width: 20%;
    text-align: center;
    padding: 20px 0;
}

.join-con .panel-group .panel {
    border: none;
    box-shadow: none;
}

.join-con .panel-heading {
    border-bottom: 1px dashed #dddddd;
}

.join-con .panel-title {
    overflow: hidden;
    border: none;
}

.join-con .panel-title li {
    float: left;
    width: 20%;
    text-align: center;
    font-size: 16px;
    color: #474646;
    padding: 10px 0;
}

.join-con .panel-title li:last-child a {
    display: block;
    background-color: #018ade;
    color: #fff;
    width: 88px;
    height: 26px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 26px;
}

.join-con .panel-title li:first-child a {
    background-color: #ffffff;
    color: #474646;
    font-size: 16px;
}

.join-con .panel-body {
    border-top: none !important;
    border-bottom: 1px dashed #dddddd;
}

h1.xq-hid {
    display: none;
}

/**/
.zp h1 {
    font-size: 24px;
    color: #3a3a3a;
    margin-bottom: 30px;
}

.zp-con {
    margin-bottom: 30px;
}

.zp-con h2 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #3a3a3a;
}

.zp-con p {
    font-size: 16px;
    line-height: 32px;
    color: #3a3a3a;
}

.zp-con p span {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #3a3a3a;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    top: -2px;
}

.zp-lx {
    margin-bottom: 15px;
}

.zp-lx p {
    font-size: 20px;
    line-height: 32px;
    color: #2f91d0;
}

/**/
.px p {
    font-size: 14px;
    color: #5b5b5b;
    line-height: 24px;
    text-indent: 2em;
    margin-bottom: 22px;
}

.px img {
    display: block;
    max-width: 100%;
    margin: 15px auto;
}

.new-bg {
    background: none;
    height: auto !important;
}

.new-bg img {
    width: 100%;
    height: 100%;
}

.new-bg .ph-im {
    display: none;
}

.new-bg .pc-im {
    display: block;
}


@media screen and (min-width: 1024px) {
    .xw li:hover {
        border: 1px solid #2f91d0;
    }

    .xw li:hover a {
        background-color: #ffffff;
    }

    .xw li:hover .date h2 {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    }
}

@media screen and (max-width: 768px) {
    .xw li .jian {
        display: none;
    }

    .xw li .txt {
        padding: 20px 15px 30px 100px;
    }

    .xw li .date {
        width: 80px;
    }

    .xw .date h2 {
        font-size: 16px;
    }

    .xw li .txt h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .xw li .txt h2:after {
        margin-top: 10px;
    }

    .f-det h4 {
        font-size: 18px;
        line-height: 30px;
    }

    .cul-im {
        float: none;
        width: 100%;
    }

    .cul-im img {
        max-width: 100%;
        display: block;
        margin: 0 auto 15px;
    }

    .cul-txt {
        float: none;
        width: 100%;
        padding-left: 0;
    }

    .join {
        padding: 0;
    }

    .join-title ul li:nth-child(2),
    .join-title ul li:nth-child(3) {
        display: none;
    }

    .join-title ul li {
        width: 33.3%;
    }

    h1.xq-hid {
        display: block;
    }

    .join-con .panel-title li {
        width: 33.3%;
        font-size: 14px;
    }

    .join-con .panel-title li:nth-child(2),
    .join-con .panel-title li:nth-child(3) {
        display: none;
    }

    .join-con .panel-heading {
        padding: 6px 3px;
    }

    .zp h1,
    .zp-con {
        margin-bottom: 20px;
    }

    .zp-con p {
        font-size: 14px;
        line-height: 28px;
    }

    .zp-lx p {
        font-size: 18px;
        line-height: 28px;
    }

    .new-bg .ph-im {
        display: block;
    }

    .new-bg .pc-im {
        display: none;
    }

    .gl {
        display: block;
    }
}

@media screen and (max-width: 500px) {
    .xw li .txt h2:after {
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .xw li .date {
        width: 66px;
    }

    .xw .date h2 {
        font-size: 14px;
    }

    .xw li .txt {
        padding: 20px 15px 30px 76px;
    }

    .join-title ul li,
    .join-con .panel-title li {
        width: 50%;
    }

    .join-title ul li:nth-child(4) {
        display: none;
    }

    .join-con .panel-title li:nth-child(4) {
        display: none;
    }
}


.cul-txt h2{
    display: none;
}