* {
    margin: 0;
    padding: 0;
}


/*联系我们*/

.contactus-box {
    background: #f4f4f4;
    overflow: hidden;
}

ul {
    list-style: none;
}

.contactus-bar {
    width: 90%;
    margin: 0 auto;
}

.contactus-bar ul li {
    width: 50%;
    float: left;
}

.contact {
    padding: 20px;
}

.contactus-img {
    width: 100%;
    overflow: hidden;
    font-size: 0;
}

.contactus-img img {
    width: 100%;
    height: 100%;
}

.contactus-text {
    background-color: #ffffff;
    border-left: solid 1px #dbdbdb;
    border-right: solid 1px #dbdbdb;
    border-bottom: solid 1px #dbdbdb;
    padding: 30px 40px;
}

.contactus-text h1 {
    font-size: 1.5rem;
    line-height: 50px;
    color: #333333;
}

.contactus-text p {
    font-size: 1.2rem;
    line-height: 34px;
    color: #666666;
}

.contactus-text p img {
    margin-right: 10px;
}

.back-hover img {
    -moz-transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
    transition: All 0.3s ease-in-out;
}

.back-hover img:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}


/**/

.contactus-add {
    overflow: hidden;
    margin-bottom: 100px;
    height: auto;
    background: url(../images/contact/con-bj.png);
    background-size: 50% 100%;
    display: -webkit-flex;
}

.contactus-add-left {
    width: 50%;
    float: left;
    display: -webkit-flex;
}

.contactus-add-right {
    width: 50%;
    float: right;
    font-size: 0;
}

.contactus-add-right img {
    width: 100%;
}

.contactus-add-left ul {
    width: 80%;
    /* margin: 22% auto auto auto; */
    align-self: center;
    margin: 0 auto;
}

.contactus-add-left ul li {
    width: 100%;
    overflow: hidden;
    padding: 4% 0;
}

.contactus-add-left ul li h1 {
    font-size: 1.5rem;
    color: #333333;
    font-weight: 400;
    /* line-height: 48px; */
}

.contactus-add-left ul li p {
    font-size: 24px;
    line-height: 24px;
    color: #666666;
    padding: 20px 0;
}

.contactus-add-left ul li p img {
    vertical-align: -2px;
    margin-right: 10px;
}

.contactus-add-left ul li:nth-child(1) {
    border-bottom: solid 1px #dddddd;
}

.contactus-add-left ul li:nth-child(2) {
    border-bottom: solid 1px #dddddd;
}


/*场地租赁*/

.field-box {
    overflow: hidden;
}

.field-h1 {
    text-align: center;
    font-size: 48px;
    line-height: 48px;
    color: #000000;
    font-weight: 400;
    padding-top: 100px
}

.field-text {
    font-size: 20px;
    color: #000000;
    text-align: center;
    padding: 40px 0;
}

.field-introduce {
    width: 63%;
    margin: 46px auto auto auto;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #333333;
}

.field-bottom {
    width: 543px;
    margin: 86px auto 100px auto;
    overflow: hidden;
}

.field-tel {
    width: 58%;
    float: left;
    overflow: hidden;
    border-right: solid 1px #d9d9d9;
}

.field-tel p {
    font-size: 24px;
    line-height: 24px;
    color: #333333;
}

.field-tel span {
    display: block;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 57px;
    letter-spacing: 0px;
    color: #333333;
}

.field-but {
    width: 35%;
    height: 57px;
    line-height: 57px;
    background-color: #212121;
    float: right;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}

.traffic {
    position: relative;
    overflow: hidden;
    /* background: url(../images/trafficbj.png); */
    background-size: 100% 100%;
}

.traffic img {
    width: 100%;
}

.traffic-bar {
    position: absolute;
    left: 100px;
    top: 0;
    width: 85%;
    margin: 100px auto auto auto;
}

.traffic-bar h1 {
    font-size: 2.4rem;
    color: #f4f4f4;
    line-height: 2.4rem;
    padding-bottom: 40px;
}

.traffic-bar p {
    font-size: 1.5rem;
    color: #f4f4f4;
    width: 75%;
}

.Service-box {
    overflow: hidden;
}

.service-h1 {
    width: 85%;
    margin: 120px auto 60px auto;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 2.4rem;
    color: #262627;
}

.service-ul {
    width: 87.8%;
    margin: 0 auto;
    overflow: hidden;
}

.service-ul li {
    width: 19.5%;
    float: left;
    padding-bottom: 80px;
    color: #5c5c5c;
    font-size: 26px;
}

.service-ul li p {
    text-align: center;
}

.service-ul li p img {
    width: 52px;
    height: 52px;
}

.service-ul li span {
    display: block;
    text-align: center;
    font-size: 1rem;
}

.pinBoxdiv {
    width: 85%;
    margin: 0 auto 100px auto;
    overflow: hidden;
}

.pinBox {
    margin: 0 -20px;
}

.pinBox li {
    width: 25%;
    float: left;
    margin-bottom: 20px;
}

.pinBox li div {
    padding: 0 20px;
    overflow: hidden;
}

.pinBox li div img {
    width: 100%;
}

.map {
    width: 100%;
    height: 923px;
    margin-top: 80px;
}

#map {
    width: 100%;
    height: 923px;
}


/*弹窗*/

.popFlast {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    display: none;
}

.popBox {
    width: 976px;
    background-color: #ffffff;
    margin: 4% auto auto auto;
    padding: 19px 30px;
}

.popBox h1 {
    font-size: 40px;
    text-align: center;
}

.popBox ul li {
    width: 100%;
    margin-top: 35px;
    position: relative;
}

.popBox ul li input {
    width: 85%;
    background-color: #ffffff;
    border: solid 1px #dbdbdb;
    height: 72px;
    line-height: 72px;
    padding-left: 15%;
}

.button-field {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    display: block;
    background-color: #212121;
    margin-top: 40px;
}

.popBox ul li p {
    position: absolute;
    left: 20px;
    top: 23px;
    font-size: 20px;
    color: #262627;
}

.xxxbut {
    text-align: center;
    margin-top: 20px;
}

@media screen and (max-width: 1660px) {
    .map {
        width: 100%;
        height: 623px;
        margin-top: 80px;
    }
    #map {
        width: 100%;
        height: 623px;
    }
}

@media screen and (max-width: 1490px) {
    .popBox ul li p {
        position: absolute;
        left: 20px;
        top: 12px;
        font-size: 14px;
        color: #262627;
    }
    .popBox ul li input {
        width: 85%;
        background-color: #ffffff;
        border: solid 1px #dbdbdb;
        height: 40px;
        line-height: 40px;
        padding-left: 15%;
    }
    .popBox ul li {
        width: 100%;
        margin-top: 10px;
        position: relative;
    }
    .popBox h1 {
        font-size: 30px;
        text-align: center;
    }
}

@media screen and (max-width: 1280px) {
    .contactus-add-left ul {
        margin: 27% auto auto auto;
    }
}

@media screen and (max-width: 1024px) {
    .contactus-text p {
        font-size: 13px;
        line-height: 24px;
        color: #666666;
    }
    .contactus-text p img {
        vertical-align: -3px;
    }
    .contactus-text h1 {
        font-size: 20px;
        line-height: 30px;
    }
    .contactus-add-left ul li h1 {
        font-size: 20px;
    }
    .contactus-add-left ul li p {
        font-size: 14px;
    }
    .contactus-add {
        margin-bottom: 30px;
    }
    /*租赁*/
    .field-h1 {
        padding-top: 23px;
        font-size: 34px;
        line-height: 34px;
    }
    .field-text {
        font-size: 14px;
        padding: 18px 0;
    }
    .field-introduce {
        font-size: 14px;
        line-height: 27px;
    }
    .field-bottom {
        width: 323px;
        margin: 42px auto 20px auto;
    }
    .field-tel {
        width: 185px;
    }
    .field-but {
        width: 109px;
        height: 57px;
        line-height: 57px;
        font-size: 15px;
        text-align: center;
    }
    .field-tel p {
        font-size: 16px;
    }
    .field-tel span {
        font-size: 26px;
    }
    .traffic {}
    .traffic-bar h1 {
        font-size: 34px;
    }
    .traffic-bar p {
        font-size: 14px;
        color: #f4f4f4;
    }
    .service-h1 {
        margin: 45px auto 30px auto;
        font-size: 34px;
        line-height: 34px;
    }
    .pinBoxdiv {
        margin: 0 auto 30px auto;
    }
    .map {
        width: 100%;
        height: 423px;
        margin-top: 20px;
    }
    #map {
        width: 100%;
        height: 423px;
    }
}

@media screen and (max-width: 600px) {
    .field-bottom {
        width: 336px;
        margin: 42px auto 20px auto;
    }
    .contactus-bar ul li {
        width: 100%;
    }
    .contactus-bar {
        width: 100%;
    }
    .contactus-add-left {
        width: 100%;
    }
    .contactus-add-right {
        width: 100%;
    }
    .contactus-add {
        background-size: 100% 50%;
        display: block;
    }
    .contactus-add-left ul {
        margin: 3% auto auto auto;
    }
    .contactus-add-left ul li p img {
        vertical-align: -5px;
    }
    .product-wrapper {
        padding: 1rem 0;
    }
    /*租赁*/
    .field-h1 {
        padding-top: 23px;
        font-size: 20px;
        line-height: 20px;
    }
    .field-text {
        font-size: 12px;
        padding: 18px 0;
    }
    .field-introduce {
        font-size: 12px;
        line-height: 21px;
        width: 90%;
        margin: 24px auto auto
    }
    .field-but {
        width: 124px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        margin-top: 10px;
    }
    .traffic {}
    .traffic-bar h1 {
        font-size: 20px;
        line-height: 20px;
        color: #262627;
        font-weight: normal;
        padding-bottom: 42px;
    }
    .traffic-bar p {
        font-size: 12px;
        color: #262627;
        width: 100%;
    }
    .service-h1 {
        margin: 42px auto 42px auto;
        font-size: 20px;
        line-height: 20px;
    }
    .service-ul li {
        width: 33.33%;
        float: left;
        padding-bottom: 22px;
        color: #5c5c5c;
        font-size: 12px;
    }
    .service-ul li p img {
        width: 30px;
        height: 33px;
    }
    .pinBox li {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }
    .pinBoxdiv {
        margin: 0 auto 10px auto;
    }
    .traffic-bar {
        position: static;
        margin: 30px auto auto auto;
        width: 85%;
    }
    .map {
        width: 100%;
        height: 290px;
    }
    #map {
        width: 100%;
        height: 290px;
    }
    .popBox {
        width: 74%;
        margin: 24% auto auto auto;
        padding: 29px 30px;
    }
    .xxxbut img {
        width: 26px;
    }
    .contactus-text {
        padding: 12px 13px;
    }
    .contactus-text h1 {
        font-size: 16px;
    }
    .contactus-add-left ul li h1 {
        font-size: 16px;
    }
    .popBox ul li {
        margin-top: 15px;
    }
    .popBox ul li p {
        top: 7px;
    }
    .popBox ul li input {
        height: 32px;
        line-height: 32px;
    }
    .button-field {
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #ffffff;
        font-size: 16px;
        display: block;
        background-color: #212121;
        margin-top: 40px;
    }
    .popBox ul li p {
        font-size: 14px;
    }
    .popBox h1 {
        font-size: 28px;
        text-align: center;
    }
    .service-ul li span {
        height: 40px;
    }
}