﻿/*引用公用css 文件*/
@import url("pub.css");

* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}
.title img{ display: block;}

body {
    width: 100%;
}

.banner a {
    display: block;
}

.banner img {
    width: 100%;
}

.fullContainer {
    padding: 75px 0;
    background: #fff;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.title {
    text-align: center;
}

.title a {
    font-size: 40px;
    color: #fa6572;
    font-weight: bold;
    line-height: 1em;
}

.title img {
    margin: 15px auto 0;
}

.introduce {
    text-align: center;
    border: 1px solid #dcdcdc;
    font-size: 20px;
    color: #727272;
    padding: 20px 0 35px;
    margin-top: 25px;
}

.introduce p {
    line-height: 1em;
    margin-top: 15px;
}

.zyList{
    overflow: hidden;
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.zyList li{
    width:378px ;
    background: #f9f9f9;box-shadow: 0 0 5px #ccc;
    border-radius: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 20px;
}
.zyList li > a {
    display: block;
    width:378px;
    height: 270px;
    overflow: hidden;
    position: relative;
}
.zyList li  a img {
    width:378px ;
    height: 270px;
    transition: all .5s;
}
.zyList li > a:hover img {
    transform: scale(1.2);
}
.zyList li a:hover img {
    transform: scale(1.2);
}
.zyList li h3{
    font-size: 40px;
    line-height: 80px;
    color: #e25364;
}
.zyList li h4{ color: #656565; line-height: 30px;}
.zyList li h2{ color: #fb6571; line-height: 50px; font-weight: normal;}
.zyList li p{ text-align: left; font-size: 20px; padding: 0 10px; margin-bottom: 20px;}
.zyList li .zixun{ width:380px;display: flex; height: 50px; justify-content: space-around;}
.zyList li .zixun a{ width:148px; height: 36px; font-size: 20px;color: #fb6571;display: block; border-radius: 18px;border: 2px solid #fb6571; line-height: 36px;}



.ysList {
    overflow: hidden;
    margin-top: 30px;
}

.ysList li {
    width: calc((100% - 10px) / 2);
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    height: 168px;
    padding: 47px 0 0 152px;
}

.ysList li:nth-child(2n+2) {
    margin-right: 0;
}

.ysList li:nth-last-child(1), .ysList li:nth-last-child(2) {
    margin-bottom: 0;
}

.ysList li:nth-child(1) {
    background: #f7f7f7 url("../images/ys_1.png") no-repeat 55px 47px;
}

.ysList li:nth-child(2) {
    background: #f7f7f7 url("../images/ys_2.png") no-repeat 55px 47px;
}

.ysList li:nth-child(3) {
    background: #f7f7f7 url("../images/ys_3.png") no-repeat 55px 47px;
}

.ysList li:nth-child(4) {
    background: #f7f7f7 url("../images/ys_4.png") no-repeat 55px 47px;
}

.ysList li strong {
    display: block;
    font-size: 24px;
    color: #666666;
    line-height: 1em;
    margin-top: 6px;
}

.ysList li font {
    display: block;
    font-size: 20px;
    color: #6c6c6c;
    line-height: 1em;
    margin-top: 16px;
}

.fullBtn {
    margin-top: 35px;
}

.fullBtn a {
    display: block;
    width: 280px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    margin: 0 auto;
    background: #fa6572;
    font-size: 30px;
    color: #fff;
    border-radius: 50px;
}

.fullBtn a:hover {
    opacity: 0.8;
}

.bgb {
    background: #f9f9f9;
}

.jdList {
    overflow: hidden;
    margin-top: 50px;
    position: relative;
    z-index: 98;
}

.jdList li {
    float: left;
    margin-right: 8px;
}

.jdList li:nth-child(2) a:first-child {
    margin-bottom: 7px;
}

.jdList li:last-child {
    margin-right: 0;
}

.jdList li a {
    display: block;
    position: relative;
}

.jdInfo {
    display: none;
    box-sizing: border-box;
    width: 340px;
    padding: 40px 30px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
}

.jdList li a:hover .jdInfo {
    display: block;
}

.jdInfo strong {
    display: block;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 1em;
}

.jdInfo strong em {
    font-style: normal;
    color: #e5ab39;
}

.jdInfo strong::after {
    content: ". . . .";
    display: block;
    text-align: center;
    color: #fff;
    font-size: 30px;
}

.jdInfo p {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    margin-top: 10px;
}

@media screen and (min-width: 1500px) {
    .jdjx {
        position: relative;
        background: #f9f9f9;
    }

    .jdjx::before {
        content: "";
        display: block;
        width: 326px;
        height: 233px;
        background: url("../images/jdbg_1.jpg") no-repeat;
        position: absolute;
        top: 0;
        left: 0;
    }

    .jdjx::after {
        content: "";
        display: block;
        width: 448px;
        height: 299px;
        background: url("../images/jdbg_2.jpg") no-repeat;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .zpcontainer {
        position: relative;
        background: #f9f9f9;
    }

    .zpcontainer::before {
        content: "";
        display: block;
        width: 225px;
        height: 302px;
        background: url("../images/zpbg_2.jpg") no-repeat;
        position: absolute;
        left: 0;
        bottom: 90px;
    }

    .zpcontainer::after {
        content: "";
        display: block;
        width: 269px;
        height: 519px;
        background: url("../images/zpbg_1.jpg") no-repeat;
        position: absolute;
        right: 0;
        bottom: 170px;
    }
}

.jxhj {
    margin-top: 20px;
}

.jxhj li {
    overflow: hidden;
    margin-bottom: 7px;
}

.jxhj li:last-child {
    margin-bottom: 0;
}

.jxhj a {
    display: block;
    float: left;
    position: relative;
    margin-right: 7px;
}

.jxhj a:last-child {
    margin-right: 0;
}

.jxhj a:hover {
    opacity: 0.8;
}

.hjInfo {
    width: 176px;
    height: 71px;
    box-sizing: border-box;
    padding: 15px 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 18px;
    left: 0;
    color: #fff;
}

.hjInfo span {
    display: block;
    font-size: 20px;
    line-height: 1em;
    color: #fff;
}

.hjInfo small {
    display: block;
    font-size: 16px;
    line-height: 1em;
    margin-top: 5px;
    color: #fff;
}

.xszp {
    margin-top: 25px;
    position: relative;
    z-index: 98;
}

.xszp li {
    overflow: hidden;
    margin-bottom: 8px;
}

.xszp li:last-child {
    margin-bottom: 0;
}

.xszp li a {
    display: block;
    float: left;
    margin-right: 8px;
}

.xszp li a:last-child {
    margin-right: 0;
}

.xszp li a:hover {
    opacity: 0.8;
}

.other {
    margin-top: 25px;
    overflow: hidden;
}

.other a {
    display: block;
    float: left;
    margin-right: 13px;
    position: relative;
}

.other a:last-child {
    margin-right: 0;
}

.other a:first-child {
    margin-right: 14px;
}

.other a span {
    display: block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
}