body {
    background-color: #fffbfc;
}

.pro_menu {
    background: #f2eeef;
}

.pro_menu .container {
    padding: 0;
    padding: 20px 0;
    width: 1300px;
}

.pro_menu .container a,
.pro_menu .container b {
    font-size: 14px;
    color: #333;
}

.pro_menu .container a:hover,
.pro_menu .container b:hover {
    text-decoration: none;
}

.pro_detail {
    overflow: hidden;
    padding: 0;
    width: 1300px;
}

.pro_detail .Left {
    padding: 0;
    width: 43%;
    float: left;
    position: relative;
}

.pro_detail .Left .left {
    overflow: hidden;
    padding: 0;
}

.pro_detail .Left .left .big_img_box {
    width: 485px;
    height: 415px;
    margin-bottom: 10px;
    position: absolute;
    right: -72px;
    top: 0;
}

.pro_detail .Left .left .big_img_box .big_img {
    width: 100%;
    height: 100%;
    display: none;
    cursor: pointer;
}

.pro_detail .Left .left .big_img_box .big_img:first-child {
    display: block;
}

.pro_detail .Left .left .small_img_box {
    clear: both;
    width: 135px;
    height: 415px;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

.pro_detail .Left .left .small_img_box .swiper-container {
    height: 360px;
    box-sizing: border-box;
}

.pro_detail .Left .left .small_img_box .swiper-wrapper {
    height: 360px;
}

.pro_detail .Left .left .small_img_box .swiper-button-next {
    width: 100%;
    height: 25px;
    background: url(/assets/image/xia.png) center center no-repeat, #333;
    top: 100%;
    left: 0;
}

.pro_detail .Left .left .small_img_box .swiper-button-prev {
    width: 100%;
    height: 25px;
    background: url(/assets/image/shang.png) center center no-repeat, #333;
    top: 0;
    margin-top: 0;
    left: 0;
}

.pro_detail .Left .left .small_img_box .swiper-container .swiper-wrapper .small_img {
    background-size: contain !important;
    border: 1px solid #d2d2d2;
}

.pro_detail .Left .left .small_img_box .swiper-container .swiper-wrapper .small_img.active {
    border: 1px solid #ff1783;
}

.pro_detail .right {
    width: 46%;
    float: right;
    padding-right: 2%;
}

.pro_detail .right h2 {
    font-size: 36px;
    margin: 0;
    margin-top: 42px;
    font-weight: 500;
    margin-bottom: 2rem;
}

.pro_detail .right .link {
    overflow: hidden;
    margin: 30px 0;
}

.pro_detail .right .link a {
    color: #666;
    font-size: 18px;
}

.pro_detail .right .link a:hover {
    color: #ff1783;
    text-decoration: none;
    cursor: pointer;
}

.pro_detail .right .text {
    font-size: 16px;
    line-height: 25px;
}

.pro_detail .right .text p {
    color: #999;
    line-height: 25px;
}

.pro_detail .right .text b {
    display: block;
    color: #333;
}

.pro_detail .right .text ul {
    margin-left: 20px;
}

.pro_detail .right .text ul li {
    margin: 5px 0;
}

.pro_detail .right .text a {
    background: #333;
    padding: 23px 0;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 2rem;
}

.pro_detail .right .share {
    margin-top: 60px;
    overflow: hidden;
}

.pro_detail .right .share h3 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 500;
    color: #999;
    float: left;
    margin-right: 5px;
    padding-top: 15px;
}

.pro_detail .right .share div {
    float: left;
}

.pta {
    margin-top: 30px;
}

.about_pro {
    margin: 100px 0;
}

.about_pro h2 {
    font-weight: bold;
    font-size: 48px;
    font-family: 'Oswald', sans-serif;
}

.about_pro .swiper-father {
    position: relative;
    width: 1180px;
    margin: 0 auto;
    margin-top: 70px;
}

.about_pro .about_product .swiper-slide div.product {
    position: relative;
    display: block;
}

.about_pro .about_product .swiper-slide div.product .overly {
    display: none;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    transition: all .4s;
}

.about_pro .about_product .swiper-slide div.product .overly img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about_pro .about_product .swiper-slide div.product:hover .overly {
    display: block;
}

.about_pro .about_product .swiper-slide h4 {
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-top: 30px;
}

.about_pro .swiper-button-prev {
    left: -50px !important;
}

.about_pro .swiper-button-next {
    right: -50px !important;
}

.pro_form {
    background: url(/assets/image/pro-form.jpg) 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
}

.pro_form .forms {
    overflow: hidden;
    padding-top: 138px;
    width: 67.7%;
    margin: 0 auto;
}

.pro_form .forms .left {
    color: #fff;
    width: 60%;
    float: left;
}

.pro_form .forms .left h2 {
    font-size: 48px;
    margin: 0;
    font-family: 'Oswald', sans-serif;
}

.pro_form .forms .left p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
}

.pro_form .forms .left p.center {
    margin: 45px 0;
}

.pro_form .forms .right {
    width: 420px;
    float: right;
}

.pro_form .forms .right form label {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
    background: #f5f5f5;
}

.pro_form .forms .right form label input,
.pro_form .forms .right form label textarea {
    display: block;
    border: none;
    padding-left: 20px;
    width: 100%;
    outline: none;
    background: #f5f5f5;
}

.pro_form .forms .right form label input {
    padding: 15px 0;
    padding-left: 20px;
    border: none;
    width: 100%;
}

.pro_form .forms .right input::-webkit-input-placeholder,
.pro_form .forms .right textarea::-webkit-input-placeholder {
    color: #999;
    font-weight: lighter;
    font-size: 16px;
}

.pro_form .forms .right form label.mes {
    padding: 0;
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
}

.pro_form .forms .right form textarea {
    padding-top: 25px;
    margin-bottom: 20px;
    width: 100%;
}

.pro_form .forms .right form div.subn {
    clear: both;
    background-color: #ff1783;
    position: relative;
}

.pro_form .forms .right form div.subn i {
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 20px;
    right: 23%;
}

.pro_form .forms .right form .sub {
    border: none;
    display: block;
    background-color: #333;
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    border: none !important;
    color: #fff;
    width: 100%;
    font-weight: bold;
}

.pro_form .forms .right form .other {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 20px;
}

.pro_form .forms .right form .other a {
    display: inline-block;
    color: #999;
    text-decoration: none;
}

.pro_form .forms .right .enquiry_make {
    position: fixed;
    z-index: 99;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.pro_form .forms .right .enquiry_make p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    color: #fff;
    padding: 20px 30px;
}

.bofang,
.bofang1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75px;
    height: 75px;
}

.bofang1 {
    width: 30px;
    height: 30px;
}

.vi_box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999999;
    display: none;
}

.vdobox {
    width: 70%;
    height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.myg,
.myg1 {
    width: 30px;
    height: 30px;
    position: absolute;
    text-align: center;
    right: -10px;
    top: -9px;
    background: #ff1783;
    border-radius: 100%;
    line-height: 20px;
    padding: 5px;
}

@media screen and (max-width: 1600px) {
    .pro_form .forms {
        width: 95%;
    }

    .pro_form .forms .left {
        width: 50%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1350px) {
    .pro_detail {
        width: 1170px;
    }

    .pro_detail .Left .left .big_img_box {
        width: 430px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {

    .pro_detail,
    .pro_menu .container {
        width: 970px;
    }

    .about_pro .swiper-father {
        width: 950px;
    }

    .pro_detail .Left .left .small_img_box {
        width: 90px;
        height: 350px;
    }

    .pro_detail .Left .left .big_img_box {
        width: 390px;
        height: 350px;
    }

    .pro_detail .Left .left .small_img_box .swiper-container {
        height: 290px;
    }
}

@media screen and (max-width: 768px) {

    .pro_menu .container,
    .pro_detail {
        width: 100%;
    }

    .pro_detail {
        width: 100%;
    }

    .pro_menu .container {
        padding-left: 15px;
    }

    .pro_detail .Left {
        width: 100%;
        padding: 0 20px;
    }

    .pro_detail .right {
        width: 100%;
        padding: 0 20px;
    }

    .pro_detail .right .text a {
        padding: 15px 0;
        margin-top: 20px;
    }

    .pro_detail .right .text b {
        margin: 20px 0;
    }

    .pro_detail .right .share {
        margin-top: 30px;
    }

    .pro_detail .right .link a {
        font-size: 16px;
    }

    .pro_detail .right h2 {
        font-size: 28px;
    }

    .about_pro {
        margin: 60px 0;
    }

    .about_pro h2 {
        font-size: 30px;
    }

    .about_pro .swiper-father {
        margin-top: 30px;
        width: 700px;
    }

    .about_pro .swiper-button-prev {
        left: -34px !important;
    }

    .about_pro .swiper-button-next {
        right: -34px !important;
    }

    .about_pro .swiper-button-next,
    .about_pro .swiper-button-prev {
        top: 37%;
        width: 25px;
        height: 28px;
        background-size: contain;
    }

    .pro_detail .Left .left .big_img_box {
        width: 80%;
        height: 100%;
        margin-bottom: 10px;
        position: absolute;
        right: 0;
        top: 0px;
    }

    .pro_detail .Left .left .small_img_box {
        width: 18%;
        height: 240px;
        padding: 30px 0;
    }

    .pro_detail .Left .left .small_img_box .swiper-container {
        height: 183px;
        box-sizing: border-box;
    }

    .pro_form {
        height: 650px;
    }

    .pro_form .forms {
        width: 95%;
        padding-top: 40px;
        padding: 60px 10px;
    }

    .pro_form .forms .left {
        width: 100%;
    }

    .pro_form .forms .left h2 {
        font-size: 30px;
    }

    .pro_form .forms .left p.center {
        margin: 25px 0;
    }

    .pro_form .forms .left p {
        font-size: 16px;
        line-height: 25px;
    }

    .pro_form .forms .right {
        width: 100%;
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .about_pro .swiper-father {
        margin-top: 30px;
        width: 75%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .pro_form .forms {
        width: 95%;
    }

    .pro_form .forms .left {
        width: 50%;
    }

    .pro_menu .container,
    .pro_detail {
        width: 90%;
    }

    .pro_detail .Left .left .small_img_box {
        width: 100px;
    }

    .about_pro .swiper-father {
        width: 67.4%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .pro_detail .Left .left .big_img_box {
        width: 90%;
    }
}

@media screen and (max-width: 767px) {
    .pro_menu .container {
        padding: 10px 0;
        padding-left: 15px;
    }
}

/*# sourceMappingURL=pro_detail.css.map */