.global {
    padding: 180px 0 120px;
}

.global .container {
    display: flex;
    align-items: center;
}

.global .container .left {
    width: 50%;
    padding-right: 180px;
}

.global .container .right {
    width: 50%;
    position: relative;
}

.ditu {
    width: 100%;
}

.global .container .left>p:nth-child(1) {
    font-size: 50px;
    line-height: 1;
    color: #121212;
    font-weight: bold;
    margin-bottom: 50px;
}

.global .container .left>p:nth-child(2) {
    font-size: 15px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 55px;
}

.global .container .left>div {
    display: inline-block;
}

.global .container .left>div:nth-child(3) {
    margin-right: 135px;
}

.global .container .left>div p:nth-child(1) {
    font-size: 50px;
    line-height: 1;
    font-family: shu !important;
    color: #de0214;
    margin-bottom: 25px;
}

.global .container .left>div:nth-child(2) p:nth-child(1) {
    position: relative;
}

#ad2:after {
    content: '%';
    position: absolute;
    right: -85%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    color: #de0214;
}

.global .container .left>div p:nth-child(2) {
    font-size: 16px;
    color: #999999;
}

.jp-case {
    padding: 120px 0;
    background-color: #f7f7f7;
}

.jp-case .container {
    display: flex;
    flex-wrap: wrap;
}

.jp-case .container>p {
    width: 100%;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 40px;
    color: #121212;
}

.jp-caseanli {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.jp-caseanli>a {
    width: calc((100% - 81px) / 4);
    margin-right: 27px;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
}

.jp-caseanli>a img {
    width: 100%;
    transition: .4s;
}

.jp-caseanli>a:nth-child(4n) {
    margin-right: 0;
}

.jp-caseanli>a i {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #de0214;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    transition: .4s;
}


.jp-caseanli>a p {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 45px;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(50%, #ffffff));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    transition: .4s;
}

.jp-caseanli>a:hover i {
    color: #de0214;
    background: #fff;
}

.jp-caseanli>a:hover img {
    transform: scale(1.2, 1.2);
}

.jp-caseanli>a:hover p {
    background: rgba(0, 0, 0, 0.8);
}

.contact,
.pc-foot,
.contact-right input,
.contact-right textarea {
    background: #f1f3f5;
}

/*--------------------map---------------------*/

.global .right div {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
}

.global .right div:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #eebbbd;
    border-radius: 50%;
    animation: dh 1s infinite alternate;
}

.global .right div:after {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    background: #c71e24;
    transform: translate(-50%, -50%);
}

.global .right div span {
    min-width: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    padding: 5px;
    text-align: center;
    background: #c71e24;
    color: #fff;
    z-index: -1;
    opacity: 0;
    transition: .4s;
}

@keyframes dh {
    from {
        width: 12px;
        height: 12px;
    }

    to {
        width: 100%;
        height: 100%;
    }
}


/* .global .right div:nth-child(2) {
    right: 18%;
    top: 26.5%;
}
.global .right div:nth-child(2) img{
   position: absolute;
    bottom: 35px;
    left: -10px;
}

.global .right div:nth-child(3) {
    right: 28.2%;
    top: 33%;
}
.global .right div:nth-child(3) img{
    position: absolute;
    bottom: 16px;
    right: 0;
}

.global .right div:nth-child(4) {
    right: 34.5%;
    top: 41%;
}
.global .right div:nth-child(4) img{
    position: absolute;
    bottom: -8px;
    right: 26px;
}

.global .right div:nth-child(5) {
    left: 35%;
    top: 44%;
}
.global .right div:nth-child(5) img{
    position: absolute;
    bottom: 25px;
    right: -2px;
}

.global .right div:nth-child(6) {
    left: 30%;
    top: 56.5%;
}
.global .right div:nth-child(6) img{
    position: absolute;
    bottom: 10px;
    right: 25px;
}
.global .right div:nth-child(7) {
    left: 46%;
    top: 55.5%;
}
.global .right div:nth-child(7) img{
    position: absolute;
    bottom: -25px;
    left: 25px;
}
.global .right div:nth-child(8) {
    right: 24.5%;
    top: 50.5%;
}
.global .right div:nth-child(8) img{
    position: absolute;
    top: 8px;
    left: 15px;
}
.global .right div:nth-child(9) {
    right: 34%;
    top: 63%;
}
.global .right div:nth-child(9) img{
    position: absolute;
    top: 30px;
    left: -25px;
} */

.global .right div:nth-of-type(1) {
    right: 22%;
    top: 40.5%;
}

.global .right div:nth-of-type(1) img {
    position: absolute;
    bottom: -8px;
    left: 35px;
}

.global .right div:nth-of-type(2) {
    right: 30%;
    top: 73%;
}

.global .right div:nth-of-type(2) img {
    position: absolute;
    bottom: -75px;
    left: -10px;
}

.global .right div:nth-of-type(3) {
    right: 28.2%;
    top: 33%;
}

.global .right div:nth-of-type(3) img {
    position: absolute;
    bottom: 16px;
    right: 0;
}

.global .right div:nth-of-type(4) {
    right: 27.2%;
    top: 31%;
    left: auto;
}

.global .right div:nth-of-type(4) img {
    position: absolute;
    bottom: -27px;
    right: -66px;
}

.global .right div:nth-of-type(5) {
    left: 64%;
    top: 55%;
}

.global .right div:nth-of-type(5) img {
    position: absolute;
    bottom: 25px;
    right: -2px;
}

.global .right div:nth-of-type(6) {
    left: 30%;
    top: 56.5%;
}

.global .right div:nth-of-type(6) img {
    position: absolute;
    bottom: 10px;
    right: 25px;
}

.global .right div:nth-of-type(7) {
    left: 72%;
    top: 71.5%;
}

.global .right div:nth-of-type(7) img {
    position: absolute;
    bottom: -25px;
    left: 25px;
}

.global .right div:nth-of-type(8) {
    right: 24.5%;
    top: 43.5%;
}

.global .right div:nth-of-type(8) img {
    position: absolute;
    top: 8px;
    left: 15px;
}

.global .right div:nth-of-type(9) {
    right: 16%;
    top: 28%;
}

.global .right div:nth-of-type(9) img {
    position: absolute;
    top: -75px;
    left: -25px;
}

.global .right div:nth-of-type(10) {
    right: 26%;
    top: 40.5%;
}

.global .right div:nth-of-type(10) img {
    position: absolute;
    /* top: 8px;
        left: 15px; */
    top: -44px;
    left: -72px;
}

.global .right div:hover span {
    opacity: 1;
    z-index: 2;
}

.global .right div img {
    border-radius: 50%;
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width:1680px) {
    .global .right div:nth-of-type(2) img {
        bottom: -50px;
    }
}