.main {
    padding-top: 90px;
    padding-bottom: 80px;
}

.main-right {
    margin-left: 350px;
}

.main-left {
    float: left;
    width: 310px;
}

.main-left h3 {
    font-size: 18px;
    height: 50px;
    line-height: 49px;
    padding: 0 0 0 7px;
    font-weight: bold;
    border-bottom: 1px solid #e2e2e2;
    color: #212121;
    position: relative;
}

.main-left h3::after {
    display: none;
    font-family: "qico";
    content: "\e727";
    position: absolute;
    top: 6px;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.main-left h3.active::after {
    -webkit-transform: rotate(45deg) scale(1.08);
    -ms-transform: rotate(45deg) scale(1.08);
    transform: rotate(45deg) scale(1.08);
}

.pro_view {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 50px;
}

.pro_img {
    width: 507px;
}

.pro_img .view {
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.pro_img .view .swiper-slide {
    position: relative;
}

.pro_img .view .swiper-slide a {
    width: 100%;
    /*height:340px;*/
    display: block;
    overflow: hidden;
}

.pro_img .view .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.pro_img .preview {
    margin: 10px 0 0;
    padding: 0 40px;
    width: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
}

.pro_img .preview .swiper-container {
    width: 100%;
    text-align: center;
}

.pro_img .preview .swiper-wrapper {
}

.pro_img .preview .swiper-slide {
    cursor: pointer;
    padding: 10px 0 0;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
}

.pro_img .preview .swiper-slide::after {
    display: none;
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    border-width: 5px;
    border-style: dashed;
    border-bottom-style: dashed;
    border-color: transparent;
    border-bottom-color: transparent;
    vertical-align: middle;
    border-bottom-style: solid;
    border-bottom-color: #212121;
    position: absolute;
    top: 0px;
    left: 50%;
    margin: 0 0 0 -5px;
}

.pro_img .preview .swiper-slide img {
    width: 100%;
    border: 1px solid #999;
    box-sizing: border-box;
}

.pro_img .preview .active-nav img {
    border: 1px solid #212121;
}

.pro_img .preview .swiper-slide.active-nav::after {
    display: inline-block;
}

.pro_img .preview .arrow-left,
.pro_img .preview .arrow-right {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    z-index: 10;
    text-align: center;
}

.pro_img .preview .arrow-left {
    left: 0;
}

.pro_img .preview .arrow-right {
    right: 0;
}

.pro_img .preview .arrow-left i,
.pro_img .preview .arrow-right i {
    color: #999;
    font-size: 20px;
}

.pro_img .preview .arrow-left:hover i,
.pro_img .preview .arrow-right:hover i {
    color: #212121;
}

.pro_view_inner {
    -webkit-flex: 1;
    flex: 1;
    margin-left: 46px;
}

.pro_view_inner h1 {
    color: #212121;
    font-size: 23px;
    font-weight: bold;
    margin: 40px 0 0;
}

.pro_view_inner .pro_para {
    margin-top: 25px;
    font-size: 16px;
    color: #666;
    line-height: 34px;
}

.pro_view_inner .pro_btn {
    margin: 45px 0 0;
}

.pro_view_inner .pro_btn .book {
    width: 170px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    background: var(--btn-bg);
}

.pro_view_inner .pro_btn .book:hover {
    background: var(--btn-bg-hover);
}

.pro_view_inner .pro_btn .pdf {
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    background: #FF6550;
    margin-left: 20px;
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 200px;
    background: #fff;
    border: 1px solid #ccc;
    display: none;
    text-align: center;
    overflow: hidden;
}

div.zoomDiv img {
    max-width: none;
}

div.zoomMask {
    position: absolute;
    background: url("../images/mask.png") repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}

.pro_tab_box {
}

.pro_tab {
    height: 72px;
    width: 100%;
    box-sizing: border-box;
    z-index: 95;
    background: #fff;
}

.pro_tab.scroll-top {
    position: fixed;
    top: 127px;
    width: 1050px;
}

.pro_tab ul {
    height: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.pro_tab ul li {
    padding: 0 10px;
    box-sizing: border-box;
    height: 70px;
    line-height: 70px;
    text-align: center;
    position: relative;
    font-size: 15px;
    cursor: pointer;
    color: #666;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.pro_tab ul li::after {
    content: "";
    height: 2px;
    background: #333;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    display: none;
}

.pro_tab ul li.active {
    color: #333;
}

.pro_tab ul li.active::after {
    display: block;
}

.pro-content {
    padding: 25px 0 0;
    line-height: 2;
    font-size: 18px;
    color: #666;
}

.pro-content img {
    width: 100%;
}

.pro-content h2 {
    font-size: 24px;
}

.pro-content p {
    word-wrap: break-word;
}

.pro-content p ~ p {
    margin-top: 10px;
}

.pro-content .table-response {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}

.pro-content table {
    width: 100%;
    font-size: 15px;
    margin-bottom: 20px;
    color: #212121;
    border-collapse: collapse;
}

.pro-content table th {
    padding: 10px 20px;
    border: 1px solid #E4EAF2;
    background-color: #F8FAFC;
    font-weight: bold;
}

.pro-content table td {
    padding: 10px 20px;
    border: 1px solid #E4EAF2;
    background-color: #ffffff;
}

.pro-content table tr td:nth-child(2n+1) {
    background-color: #F8FAFC;
}

.pro-content dl {
}

.pro-content dl dd {
    background: url(../images/dot4.png) no-repeat left 13px;
    padding: 0 0 0 25px;
}

.pro-content dl dd + dd {
    margin-top: 5px;
}

.pro-inquiry {
    margin: 20px 0 0;
    padding: 50px 60px 40px;
    border: 1px solid #ccc;
}

.pro-inquiry h4 {
    font-size: 26px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
}

.pro-inquiry .inquirbox input[type="text"],
.pro-inquiry .inquirbox textarea {
    padding: 13px 25px;
}

.pro-inquiry .inquirbox input.submit {
    width: 190px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
}

.pro_text {
    margin: 35px 0 0;
    position: relative;
}

.pro_text .pro-scroll {
    padding: 18px 0 40px;
    border-top: 1px dashed #999;
}

.pro_text .tit {
    height: 46px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.pro_text .tit h5 {
    font-size: 20px;
    color: #212121;
    font-weight: bold;
}

.pro-process .swiper-slide {
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.pro-process .swiper-slide .box {
    width: 100%;
    position: relative;
    text-align: center;
}

.pro-process .swiper-slide img {
    width: 100%;
}

.pro-process .swiper-slide p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    font-size: 20px;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

/*.pro-process .swiper-slide:hover{transform:translateY(-7px);-webkit-transform:translateY(-7px);-ms-transform:translateY(-7px);}*/
.pro-process .swiper-slide:hover {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
}

.pro-process .swiper-slide:hover p {
    opacity: 1;
}

.pro-process .swiper-pagination-bullets {
    position: static;
    width: 100%;
    margin-top: 25px;
    display: none;
}

.pro-process .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 29px;
    height: 29px;
    margin: 0 12px;
    text-align: center;
    line-height: 29px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

.pro-process .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
    color: #fff;
    background: #43964E;
}

.pro-other .swiper-slide {
    text-align: center;
}

.pro-other .swiper-slide .pic {
    display: block;
    overflow: hidden;
    width: 100%;
    position: relative;
    background: #DFECDE;
}

.pro-other .swiper-slide .pic:after {
    content: "";
    display: none;
    background: rgba(0, 0, 0, 0.35) url(../images/i2.png) no-repeat center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.pro-other .swiper-slide .pic img {
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
}

.pro-other .swiper-slide p {
    margin: 20px 0 0;
    text-align: center;
    font-size: 16px;
}

.pro-other .swiper-slide p a {
    color: #212121;
}

.pro-other .swiper-slide p a:hover {
    text-decoration: underline;
}

.pro-other .swiper-pagination-bullets {
    position: static;
    width: 100%;
    margin-top: 25px;
    display: none;
}

.pro-other .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 29px;
    height: 29px;
    margin: 0 12px;
    text-align: center;
    line-height: 29px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

.pro-other .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
    color: #fff;
    background: #43964E;
}

.inquirbox .row {
    margin-bottom: 25px;
}

.inquirbox input[type="text"],
.inquirbox textarea {
    padding: 8px 10px;
    font-size: 15px;
    border-radius: 6px;
    border: 1px solid #eee;
    width: 100%;
    background: #FAFAFA;
    line-height: 22px;
    text-align: left;
    color: #111;
    box-sizing: border-box;
}

.inquirbox textarea {
    max-width: 100%;
    width: 100%;
    resize: none;
}

.inquirbox input[type="text"]:focus,
.inquirbox textarea:focus {
    border-color: #999 !important;
}

.inquirbox .red {
    color: #f00;
    font-weight: bold;
}

.inquirbox .yzm {
    width: 70%;
    margin-right: 10px;
}

.inquirbox img {
    cursor: pointer;
    margin-left: 3px;
    display: inline-block;
    vertical-align: middle;
}

.inquirbox .submit {
    margin: 20px 0 0;
    display: block;
    background: var(--btn-bg);
    color: #fff;
    line-height: 45px;
    width: 153px;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
}

.inquirbox .submit:hover {
    background: var(--btn-bg-hover);
}

@media screen and (max-width: 1550px) {
    .pro_tab.scroll-top {
        width: 950px;
    }
}

@media screen and (max-width: 1400px) {
    .main {
        padding-top: 70px;
        padding-bottom: 60px;
    }

    .main-right {
        margin-left: 320px;
    }

    .main-left {
        width: 280px;
    }

    .pro_img {
        width: 450px;
    }

    .pro_view_inner {
        margin-left: 40px;
    }

    .pro_view_inner h1 {
        margin: 20px 0 0;
    }

    .pro-inquiry {
        padding: 40px 40px 30px;
    }

    .pro_tab.scroll-top {
        width: 880px;
        top: 110px;
    }
}

@media screen and (max-width: 1280px) {
    .main-right {
        margin-left: 300px;
    }

    .main-left {
        width: 260px;
    }

    .pro_img {
        width: 400px;
    }

    .pro_view_inner h1 {
        font-size: 21px;
        margin: 10px 0 0;
    }

    .pro_tab.scroll-top {
        top: 109px;
        width: 600px;
    }
}

@media screen and (max-width: 992px) {
    .main {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .main-right {
        margin-left: 0;
    }

    .main-left {
        float: none;
        width: 100%;
    }

    .main-left h3::after {
        display: block;
    }

    .pro_tab_box {
        display: none;
    }

    .pro-other .swiper-slide:hover .pic img {
        transform: scale(1.04);
        -webkit-transform: scale(1.04);
    }

    .pro-other .swiper-slide:hover .pic p {
        color: #fff;
    }

    .pro-other .swiper-slide:hover > .pic:after {
        display: block;
    }

    .pro-other .swiper-slide:hover p a {
        text-decoration: underline;
    }
}

@media screen and (max-width: 768px) {
    .main {
        padding-top: 20px;
    }

    .pro_view {
        -webkit-flex-direction: column;
        flex-direction: column;
        margin-bottom: 25px;
    }

    .pro_img {
        width: 500px;
        margin: 0 auto;
    }

    .pro_view_inner {
        margin: 20px 0 0;
    }

    .pro_view_inner h1 {
        font-size: 20px;
        text-align: center;
    }

    .pro_view_inner .pro_para {
        margin-top: 15px;
        font-size: 15px;
        line-height: 24px;
    }

    .pro_view_inner .pro_btn {
        margin: 20px 0 0;
        text-align: center;
    }

    .pro_text {
        margin: 20px 0 0;
    }

    .pro_text .pro-scroll {
        padding: 15px 0 20px;
    }

    .pro_text p iframe {
        max-width: 100%;
        height: auto;
    }

    .pro-content {
        padding: 15px 0 0;
        line-height: 1.5;
        font-size: 16px;
    }

    .pro_text .tit {
        height: 40px;
    }

    .pro-process .swiper-slide p {
        font-size: 14px;
        height: 25px;
        line-height: 25px;
    }

    .pro-inquiry h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .pro-inquiry .inquirbox input[type="text"],
    .pro-inquiry .inquirbox textarea {
        padding: 10px 15px;
    }

    .inquirbox .row {
        margin: 0;
    }

    .inquirbox .row > div {
        margin-bottom: 10px;
    }

    .inquirbox .submit {
        margin: 0 auto;
        line-height: 42px;
        width: 140px;
        font-size: 15px;
    }
}

@media screen and (max-width: 600px) {

    .pro_img {
        width: 80%;
    }
}

@media screen and (max-width: 480px) {
    .pro_img {
        width: 100%;
    }

    .pro_view_inner h1 {
        font-size: 18px;
    }
}