@charset "utf-8";

.product_content .r i {
    color: #0067b3;
    margin: 0 5px;
    font-weight: 600;
}

.product_nav{
    width: 317px;
    border: 1px solid #DADADA;
}
.product_nav .link{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DADADA;
    height: 70px;
    transition: all .4s;
    padding: 0 20px;
    box-sizing: border-box;
}
.product_nav .link:hover{
    background: #0067B3;
    color: #fff;
}
.product_nav .link.active{
    background: #0067B3;
    color: #fff;
}
.product_nav .link:last-child{
    border-bottom: none;
}
.product_lists{
    width: calc(100% - 317px - 4%);
}
.product .product_list {
    /* border: 1px solid #DADADA; */
    border-bottom: 1px solid transparent;
}
.product .product_list .list{
    width: 33.33%;
    border-right: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA; 
}
.product .product_list .list:nth-child(3n){
    border-right: none;
}
.product .product_list .list:hover::after{
    width: 100%;
}

.product_show .crumbs{
    background: #0067B3;
}
.product_show .crumbs .item-l .link a {
    color: #fff;
}
.product_show .crumbs .item-l .link::after{
    color: #fff;
}



.product_show01 .l_swiper {
    width: 47.6%;
}
.mySwiper2 .swiper-container {
    /* border: 1px solid #e3e3e3; */
    border-radius: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.03);
    border-radius: 20px;
}
.mySwiper2 .swiper-slide {
    height: 536px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    box-sizing: border-box;
}
.mySwiper2 .swiper-slide img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.mySwiper {
    margin-top: 25px;
    padding: 0 35px;
    box-sizing: border-box;
    position: relative;
}
.mySwiper .swiper-container {
    position: initial;
    padding: 0 10px;
    box-sizing: border-box;
}
.mySwiper .swiper-slide {
    /* border: 1px solid #E5E5E5; */
    cursor: pointer;
    transition: all .4s;
    height: 118px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    box-sizing: border-box;
    background: #fff;
}
.mySwiper .swiper-slide img{
    display: block;
    max-height: 100%;
}
.mySwiper .swiper-slide .bg_video_btn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: rgba(0, 0, 0, .25); */
    display: flex;
    align-items: center;
    justify-content: center;
}
.mySwiper .swiper-slide .bg_video_btn img {
    max-width: 35px;
}


.mySwiper .swiper-button-next:after,.mySwiper .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    color: #666666;
}
.mySwiper .swiper-button-next{
    right: 0;
}
.mySwiper .swiper-button-prev{
    left: 0;
}
.mySwiper .swiper-slide-thumb-active {
    border: 1px solid #0077C1;
}
.product_show01 .contents {
    width: 48%;
}
.product_show01 .contents .con {
    margin: 24px 0 60px;
}
.product_show01 .contents .items{
    border-top: 1px solid #E1E1E1;
    padding: 30px 0 22px;
    box-sizing: border-box;
}
.product_show01 .contents .item{
    margin: 15px 0;
    display: flex;
    position: relative;
    transition: all .4s;
}
.product_show01 .contents .item::before{
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url(../img/links_icon.svg) no-repeat center / cover;
    margin-right: 15px;
}
.product_show02 .lists{
    padding: 80px 0;
    box-sizing: border-box;
}
.product_show02 .lists:nth-child(2n){
    background: #F8F9FD;
}
.product_show02 .lists_title {
    width: 36.6%;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
}
.product_show02 .lists_texts {
    width: 63.4%;
}
.product_show02 .lists_title::before{
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    background: #0067B3;
    position: absolute;
    left: 0;
    top: 0;
}



.product_show01 .contents .item:hover{
    color: #0067B3;
    transform: translateY(-5px);
}



.product_show02 .btn{
    width: 192px;
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 10px;
}
.product_show02 .btn .icon{
    margin-bottom: 10px;
    max-width: 40px;
}
.product_show02 .obtain_samples_btn{
    background: #000000;
    border-radius: 15px 0px 0px 15px;
}
.product_show02 .file_download_btn{
    background: #0067B3;
    border-radius: 0px 15px 15px 0px;
}


.obtain_samples_tk{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: rgba(0,0,0,.65);
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: none;
}
.obtain_samples_tk.active{
    display: flex;
}
.obtain_samples_tk .box{
    max-width: 1200px;
    width: 92%;
    position: relative;
    border-radius: 30px;
}
.obtain_samples_tk .obtain_samples_contents{
    background: #fff;
    padding: 80px 0;
    box-sizing: border-box;
}
.obtain_samples_title{
    height: 100px;
    background: #0067B3;
    border-radius: 30px 30px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}
.obtain_samples_close{
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    max-width: 24px;
}
.obtain_samples_close img{
    transition: all .4s;
}
.obtain_samples_tk .form-box{
    max-width: 76%;
    margin: 0 auto;
    width: 100%;
}
.obtain_samples_tk .item {
    width: 48%;
    margin-bottom: 25px;
    margin-right: 4%;
}
.obtain_samples_tk .item:nth-child(2n) {
    margin-right: 0;
}
.obtain_samples_tk .item:last-child{
    width: 100%;
    margin-right: 0;
}
.obtain_samples_tk .item label{
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}
.obtain_samples_tk .item label::after{
    content: "*";
    display: inline-block;
    color: #474747;
    margin-left: 1px;
}
.obtain_samples_tk .item label::after{
   color: red; 
}
.obtain_samples_tk .item input{
    width: 100%;
    height: 57px;
    line-height: 57px;
    color: #5D5D5D;
    outline: none;
    padding: 0 18px;
    box-sizing: border-box;
    border: 1px solid #0067B3;
    background: #FFFFFF;
    border-radius: 5px;
}
.obtain_samples_tk textarea {
    width: 100%;
    padding: 18px 18px;
    box-sizing: border-box;
    outline: none;
    background: #FFFFFF;
    color: #5D5D5D;
    height: 249px;
    border-radius: 5px;
    border: 1px solid #0067B3;
}
.obtain_samples_tk .sub-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 20px auto 0;
    border-radius: 8px;
    text-transform: uppercase;
    width: 189px;
    height: 55px;
    background: #0067B3;
    border-radius: 28px;
    border: none;
}
.layui-form-danger+.layui-form-select .layui-input, .layui-form-danger:focus{
    border-color: #0067B3;
    box-shadow: none!important;
}
.obtain_samples_tk .sub-btn:hover {
    color: #FFFFFF;
}

.obtain_samples_close img:hover{
    transform: rotate(360deg);
}


.product .page_title .page_tit {
    width: 317px;
}
.product .page_nav {
    width: calc(100% - 317px - 4%);
}
.product .page_nav .page_nav_con i {
    padding: 5px;
    color: #0067B3;
}

.product_show .product_list .list{
    width: 23.5%;
    margin-right: 2%;
}
.product_show .product_list .list:nth-child(4n){
    margin-right: 0;
}

@media only screen and (max-width: 1480px) {
    .mySwiper2 .swiper-slide{
        height: 490px;
    }
    .mySwiper .swiper-slide{
        height: 97px;
    }
}
@media only screen and (max-width: 1440px) {
    .product_nav {
        width: 278px;
        border: 1px solid #DADADA;
    }
    .product_lists {
        width: calc(100% - 278px - 30px);
    }
}
@media only screen and (max-width: 1400px) {
    .mySwiper2 .swiper-slide{
        height: 465px;
    }
    .mySwiper .swiper-slide{
        height: 91px;
    }
}
@media only screen and (max-width: 1366px) {
    .mySwiper2 .swiper-slide{
        height: 463px;
    }
    .mySwiper .swiper-slide{
        height: 90px;
    }
}
@media only screen and (max-width: 1280px) {
    .mySwiper2 .swiper-slide{
        height: 435px;
    }
    .mySwiper .swiper-slide{
        height: 84px;
    }
}
@media only screen and (max-width: 1200px) {
    .product_nav {
        width: 250px;
        border: 1px solid #DADADA;
    }
    .product_lists {
        width: calc(100% - 250px - 25px);
    }
    .mySwiper2 .swiper-slide{
        height: 409px;
    }
    .product_show02 .lists {
        padding: 70px 0;
    }
    .obtain_samples_tk .obtain_samples_contents{
        padding: 70px 0;
    }
}
@media only screen and (max-width: 1180px) {
    .product_nav {
       display: none;
    }
    .product_lists {
        width: 100%;
    }
    .product .page_title .page_tit {
        width: auto;
    }
    .product .page_nav {
        width: auto;
    }
}
@media only screen and (max-width: 1043px) {
    .mySwiper2 .swiper-slide{
        height: 357px;
    }
    .product_show02 .lists {
        padding: 60px 0;
    }
    .obtain_samples_tk .obtain_samples_contents{
        padding: 60px 0;
    }
    .obtain_samples_tk .item input{
        height: 44px;
        line-height: 44px;
    }
    .obtain_samples_title{
        height: 80px;
    }
}

@media only screen and (max-width: 960px) {
    .mySwiper2 .swiper-slide{
        height: 330px;
    }
    .product_show01 .contents .con {
        margin: 20px 0 35px;
    }
    .product_show01 .contents .items{
        padding: 25px 0 15px;
    }
    .obtain_samples_tk .obtain_samples_contents {
        padding: 50px 0;
    }
    .obtain_samples_tk textarea{
        height: 209px;
    }
}
@media only screen and (max-width: 768px) {
    .product_show01 .maxwidth {
        flex-direction: column-reverse;
    }
    .product_show01 .l_swiper {
        width: 100%;
    }
    .mySwiper .swiper-slide{
        height: 62px;
    }
    .mySwiper{
        padding: 0 25px;
    }
    .product_show01 .contents {
        width: 100%;
    }
    .product_show01 .contents .con {
        margin: 15px 0 20px;
    }
    .product_show01 .contents .items {
        padding: 10px 0 15px;
    }
    .product_show02 .lists_title{
        width: 100%;
    }
    .product_show02 .lists_texts{
        width: 100%;
        margin-top: 20px
    }
    .product_show02 .lists {
        padding: 30px 0;
    }
    .product_show02 .btns{
        margin-top: 25px;
    }
    .product_show02 .btn .icon{
        max-width: 32px;
    }
    .product_show02 .btn{
        width: 50%;
        margin-right: 0;
        height: 98px;
    }
    .product_show .product_list .list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .product_show .product_list .list:last-child{
        margin-bottom: 0;
    }
    .product .product_list .list {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #DADADA;
    }
    .product_list .list .img{
        height: auto;
    }
    .obtain_samples_tk .obtain_samples_contents {
        padding: 30px 0;
    }
    .obtain_samples_tk .form-box {
        max-width: 100%;
        padding: 0 15px;
    }
    .obtain_samples_tk .item {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .obtain_samples_tk .item input {
        height: 38px;
        line-height: 38px;
    }
    .obtain_samples_title {
        height: 52px;
        border-radius: 0;
    }
    .obtain_samples_close{
        max-width: 16px;
    }
    .obtain_samples_tk .sub-btn{
        font-size: 16px;
        width: 138px;
        height: 42px;
    }
    .obtain_samples_tk textarea {
        height: 129px;
    }
    .obtain_samples_tk .sub-btn{
        margin-top: 0;
    }
}
