﻿
/*联系我们 begin*/

.lx_box {
    clear: both;
    width: 100%;
    height: auto;
    padding: 80px 50px 0 50px;
}

@media(max-width:1680px) {
    .lx_box {
        padding:  80px 40px 0 40px;
    }
}

@media(max-width:1024px) {
    .lx_box {
        padding: 80px 30px 0 30px;
    }
}

@media(max-width:540px) {
    .lx_box {
        padding: 50px 5px 0 5px;
    }
}
.lxwi_t {
    height: auto;
    overflow: hidden;
    margin-bottom: 75px;
}

.lxwi_t h2 {
    color: #333333;
    font-size: 62px;
    line-height: 1;
    font-weight: lighter;
    margin-bottom: 35px;
}

.lxwi_t p {
    color: #333333;
    font-size: 34px;
    line-height: 1;
    font-weight: lighter;
}

.lxwi_b {
    width: 100%;
    height: auto;
    position: relative;
}

.lxwi_bt {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.lxwi_bt img {
    display: block;
    width: 100%;
}

@keyframes liang {
    0% {
        transform: scale(.5);
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
    }

    100% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }
}

.yuqn {
    width: 113px;
    height: 113px;
    position: absolute;
    right: 616px;
    top: 230px;
    background: #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    animation-name: liang;
    animation-direction: alternate;
    animation-duration: 2.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@media(max-width:1680px) {
    .yuqn {
        width: 110px;
        height: 110px;
        right: 598px;
        top: 225px;
    }
}

@media(max-width:1600px) {
    .yuqn {
        width: 100px;
        height: 100px;
        right: 566px;
        top: 215px;
    }
}

@media(max-width:1440px) {
    .yuqn {
        width: 90px;
        height: 90px;
        right: 505px;
        top: 193px;
    }
}

@media(max-width:1366px) {
    .yuqn {
        width: 90px;
        height: 90px;
        right: 470px;
        top: 176px;
    }
}

@media(max-width:1360px) {
    .yuqn {
        width: 90px;
        height: 90px;
        right: 465px;
        top: 175px;
    }
}

@media(max-width:1280px) {
    .yuqn {
        width: 90px;
        height: 90px;
        right: 430px;
        top: 160px;
    }
}

@media(max-width:1240px) {
    .yuqn {
        width: 90px;
        height: 90px;
        right: 415px;
        top: 155px;
    }
}

@media(max-width:1200px) {
    .yuqn {
        width: 90px;
        height: 90px;
        right: 380px;
        top: 130px;
    }
}

@media(max-width:1152px) {
    .yuqn {
        width: 90px;
        height: 90px;
        right: 340px;
        top: 110px;
    }
}

@media(max-width:540px) {
    .yuqn {
        width: 40px;
        height:40px;
        right: 110px;
        top: 40px;
    }
}

.quan10::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-animation: ripple 4.5s ease-out 225ms infinite;
    animation: ripple 4.5s ease-out 225ms infinite;
}

.quan80::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background: #c61c35;
    opacity: 0;
    animation: ripple 4.5s ease-out 2.9s infinite;
    box-shadow: inset 0 0 5em rgba(255, 255, 255, .16);
}

.quan40::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background: #ca1f3a;
    opacity: 0;
    animation: ripple 4.5s ease-out 1.5s infinite;
}

.lxwi_bb {
    float: right;
    width: 75%;
    height: auto;
    background: #fff;
    margin-top: -290px;
    position: relative;
    z-index: 99;
    margin-bottom: 120px;
    box-shadow: 0px 37px 114px 0px rgba(58, 58, 58, 0.12);
    padding: 76px 105px 92px 94px
}

.lxwi_bbt {
    height: auto;
    overflow: hidden;
    margin-bottom: 80px;
}

.kxorr_l {
    float: left;
    color: #333333;
    font-size: 36px;
    line-height: 1.2;
    /* font-family: "PINGFANG BOLD"; */
    font-family: '微软雅黑';
}

.kxorr_l i {
    display: block;
    color: #333333;
    font-size: 24px;
    /* font-family: "PINGFANG BOLD"; */
    font-family: '微软雅黑';
    margin-bottom: 15px;
}

.kxeo_r {
    float: right;
    width: 41%;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 36px;
}

.kxeo_r h2 {
    color: #333333;
    font-size: 30px;
    line-height: 1;
    /* font-family: "PINGFANG BOLD"; */
    font-family: '微软雅黑';
    margin-bottom: 70px;
}

.kxeo_r p {
    clear: both;
    height: auto;
    margin-bottom: 8px;
}

.kxeo_r p span {
    float: left;
    display: block;
    color: #333333;
    font-size: 16px;
}

.kxeo_r p font {
    display: block;
    float: right;
    width: 87%;
    color: #333333;
    font-size:16px;
}

.lwxi_bbb {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.zeon_l {
    float: left;
}

.zeon_l p {
    color: #333333;
    font-size:18px;
    line-height: 1.5;
    font-weight: lighter;
}

.zeon_l p em {
    color: #333333;
    font-size: 20px;
    font-family: "ALTER32";
    font-weight: normal;
}

.zeon_r {
    float: right;
    width: 41%;
}

.zeon_r img {
    float: left;
    margin-right: 20px;
}

.zeon_r img:last-child {
    margin-right: 0;
}

@media(max-width:1680px) {
    .lxwi_bb {
        width: 80%;
    }
}

@media(max-width:1600px) {
    .lxwi_bb {
        width: 80%;
    }

    .kxeo_r,
    .zeon_r {
        width: 55%;
    }
}

@media(max-width:1366px) {
    .lxwi_bb {
        width: 80%;
    }

    .kxeo_r,
    .zeon_r {
        width: 58%;
    }

    .lxwi_bb {
        margin-top: -180px;
    }
}

@media(max-width:1280px) {
    .lxwi_bb {
        padding: 76px 60px 92px 60px;
    }
}

@media(max-width:1024px) {
    .lxwi_bb {
        padding: 76px 60px 92px 60px;
        margin-top: 0;
        width: 100%;
        margin-bottom:40px;
    }

    .kxorr_l,
    .kxorr_l i {
        font-size:26px;
    }

    .kxeo_r h2 {
        font-size: 24px;
    }

    .kxeo_r p font {
        font-size:16px;
    }

    .kxeo_r {
        padding-bottom: 60px
    }

    .kxeo_r p {
        font-size: 16px;
    }

    .zeon_l p em {
        font-size: 18px;
    }

    .lxwi_t p {
        font-size: 34px;
    }
}

@media(max-width:540px) {
    .kxorr_l {
        width: 100%;
        margin-bottom: 40px;
    }
	
	.kxorr_l,
    .kxorr_l i {
        font-size:20px;
		line-height:1;
    }

    .kxeo_r h2 {
	font-size:20px;
        margin-bottom: 20px;
    }

    .lxwi_bb {
        padding: 46px 35px 46px 44px;
    }

    .kxeo_r {
        width: 100%;
        padding-bottom:20px
    }

    .zeon_l p {
        font-size: 16px;
    }

    .zeon_l p em {
        font-size: 16px;
    }

    .kxeo_r p font {
        width: 100%;
        margin-top:5px;
		margin-bottom:10px;
    }

    .lxwi_t h2 {
        font-size: 32px;
		margin-bottom: 15px;
    }

    .lxwi_t p {
        font-size: 24px;
    }
	
	.lxwi_t {
    height: auto;
    overflow: hidden;
    margin-bottom: 45px;
}

.lxwi_bbt {
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
}

@media(max-width:414px) {
    .zeon_r {
        width: 100%;
        margin-top: 30px;
    }
}


/*联系我们 end*/

