.pdt_70 {
    padding-top: 70px;
}
.mg_t50{
    margin-top: 50px;
}

body, section {
    background-color: #fff;
}

/*板块公用样式*/
.mi-box {
    padding: .7rem 0;
}

/*配件介绍*/
.product-info{
    padding: 0 15px;
}

.crumbs-content-link{
    padding-top: 30px;
}

/*粘性导航样式*/
.et-hero-tabs,
.et-slide {
    align-items: center;
    position: relative;
    text-align: center;
}

.et-hero-tabs {
    /*z-index: 12;*/
}

.et-main section {
    padding:  50px 0 0;
}

.et-hero-box {
    justify-content: center;
    padding-top: 15px;
}

.et-slide {
    /*min-height: 100vh;*/
}

.et-hero-tabs h1,
.et-slide h1 {
    font-size: 2rem;
    margin: 0;
}

.et-hero-tabs h3,
.et-slide h3 {
    font-size: 1rem;
    letter-spacing: 0.3rem;
    opacity: 0.6;
}

.et-hero-tabs-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 70px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    z-index: 12;
    position: absolute;
    bottom: 0;
}


.et-hero-tabs-container--top {
    position: fixed;

    top: 66px;
}

.et-hero-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    letter-spacing: 0.08rem;
    transition: all 0.5s ease;
    font-size: 16px;
}

.et-hero-tab:hover {
    color: white;
    background: rgba(102, 177, 241, 0.8);
    transition: all 0.5s ease;
}

.et-hero-tab:active,.et-hero-tab:focus{
    color: #11181f;
}

.et-hero-tab-slider {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 6px;
    background: #66B1F1;
    transition: left 0.3s ease;
}

@media (min-width: 800px) {
    .et-hero-tabs h1,
    .et-slide h1 {
        font-size: 3rem;
    }

    .et-hero-tabs h3,
    .et-slide h3 {
        font-size: 1rem;
    }

    .et-hero-tab {
        /*font-size: 1rem;*/
    }
}

/*响应式粘性导航*/
.et-hero-tabs-container{
    display: none;
    padding-left: 30px;
}

.et-hero-tabs-container.menu{
    display: none;
    background-color: transparent;
    box-shadow: none;
    position: fixed;
    top: 50%;
    right: 5px;
    z-index: 5;
    bottom: auto;
    height: auto;
    width: auto;
}

.et-hero-tabs-container .title{
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #333;
    cursor: pointer;
}

.et-hero-tabs-container.menu.ashow{
    display: block;
}

.et-hero-tabs-container.menu a{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #2659b3;
    margin-bottom: 15px;
    position: relative;
    display: block;
    color: #333;
}

.et-hero-tabs-container.menu a:hover{
    color: #333;
}

.et-hero-tabs-container.menu li span{
    display: none;
    white-space: nowrap;
    padding: 5px 7px;
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: -11px;
    background-color: #fff;
    border-radius: 5px;
}

.et-hero-tabs-container.menu li.active a{
    background-color: #F08519;
}

.et-hero-tabs-container.menu li.active span{
    display: block;
}



.left {
    float: left !important;
}

.right {
    float: right !important;
}


/*内容*/
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


/*产品简介*/
.product-synopsis .img-box {
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
}

.product-synopsis .img-big, .product-synopsis .img-small li {
    background-color: #ffffff;
}

.product-synopsis .img-small li img{
    border: 1px solid #eee;
}

.product-synopsis .img-big, .product-synopsis .img-small li.active {
    box-shadow: 0 0 10px rgb(210 210 210);
}

.product-synopsis .img-small li:hover {
    cursor: pointer;
}

.product-synopsis .img-big {
    margin-bottom: 15px;
}

.product-synopsis .img-big img {
    display: none;
}

.product-synopsis .img-big img.active {
    display: block;
}

.product-synopsis .img-small {
    display: flex;
    justify-content: space-between;
}

.product-synopsis .img-small li {
    width: 22%;
    transition: .2s all;
}

.product-synopsis .img-small li.active {
    box-shadow: 0 0 10px rgb(208 202 202);
    cursor: pointer;
}

.product-synopsis .img-small li:hover {
    cursor: pointer;
}


.product-synopsis .text-info h1 {
    margin: 0;
    color: #0a4296;
    letter-spacing: 0;
    font-size: 18px;
    font-weight: bold;
}

.product-synopsis .text-info h2 {
    font-size: 16px;
    color: #f08519;
    margin: 5px 0 10px;
}

.product-synopsis .text-info  a{
    color: inherit;
}


.product-synopsis .detail-lsit {
    margin-bottom: 15px;
    color: #666666;
    font-size: inherit;
}

.product-synopsis .detail-lsit li {
    padding-left: 32px;
    font-size: 14px;
    background: url("/assets/img/module/product_text_icon.png") no-repeat left 3px;
    max-width: 700px;
    line-height: 2;
}

.product-synopsis .detail-lsit span {
    color: #f08519;
}


.product-synopsis .text-info .btn-group {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.text-info .text-bot {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 1.2;
    color: #f08519;
}



/*one*/
#tab-one {
    padding: 0;
    margin-top: 0;
}


#tab-one .banner {
    height: 200px;
    box-sizing: border-box;
    text-align: center;
    padding: 0 15px;
    background: url("/assets/img/product/banner_bg.jpg") no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

#tab-one .banner-title {
    margin: 0 auto;
    margin-bottom: 2px;
    color: #fffffc;
    font-size: 24px;
    padding-bottom: 10px;
    background: url("/public/static/modules/cms/css/../images/first_banner_bot_bg.png") no-repeat bottom;
    background-size: 100%;
}

#tab-one .banner-top{
    margin-bottom: 20px;
}

#tab-one .video-box {
    position: relative;
}

#tab-one .video-bg {
    width: 100%;
    height: 100%;
    display: block;
}

.video-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.video-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, .4);
    display: none;
    z-index: 999;
}

.video-wrap .video-contain {
    position: relative;
    width: 70%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-wrap .video-close{
    font-size: 50px;
    position: absolute;
    right: 0;
    color: #002063;
    opacity: 0.8;
    transform: translateY(-100%);
    cursor: pointer;
    z-index: 999;
}

.video-wrap .video-contain video{
    display: block;
    width: 100%;
    margin: 0 auto;
}

.video-box-btn {
    z-index: 6;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    cursor: pointer;
}

.box-button {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    padding: 10px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
}

.box-button svg {
    fill: #fff;
    width: 100%;
    height: 100%;
}


.chip {
    box-sizing: border-box;
    text-align: center;
    background: url("/assets/img/module/chip_bg.png") no-repeat center;
    background-size: cover;
}

.chip .i-detail{
    line-height: 1.5;
}

.chip img{
    margin-top: 50px;
}

.i-title,.module-default h2 {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 12px;
    word-wrap:break-word;
}



.o-title,.module-default h5 {
    color: #777;
    letter-spacing: 0;
    line-height: 1.5;
    font-size: 14px;
    font-weight: normal;
}

.chip .i-title span{
    color: #f08519;
}

.indicia{
    padding: 0 20px;
    position: relative;
}

.indicia .swiper-pagination{
    bottom: -30px;
}

.indicia-swiper-button{
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;

}

.indicia-swiper-button{
    cursor: pointer;
    transform: translateY(-50%);
    display: none;
}


.indicia-swiper{
    overflow: hidden;
}

.guarantee .img-box,.case .img-box,.indicia .img-box{
    margin-top: 20px;
    text-align: center;
}


.i-detail {
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
}

/*核心板标注图、框架图*/
#tab-one .core-indicia .i-title {
    color: #000000;
}

#tab-one .core-indicia .i-detail {
    color: #000;
    opacity: .7;
    line-height: 1.5;
}



.img-box .bor {
    height: 0;
    padding-bottom: 66.66%;
    border: solid 1px #0a4296;
    position: relative;
    display: flex;
    align-items: center;
    /*padding: 1px;*/
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    /*padding: 40px 0;*/
}

.img-box .bor>div{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-box .bor img{
    max-width: 85%;
    max-height: 85%;
}

.bor img:hover{
    cursor: pointer;
}


img.zoomify.zoomed{
    background-color: #fff;
}

.img-box .img-text {
    margin-top: 24px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #000000;
    opacity: 0.7;
}

.img-big {
    position: relative;
    text-align: center;
}

.img-big .magnifier, .bor .magnifier {
    position: absolute;
    bottom: 10px;
    right: 20px;
    display: block !important;
}

/*保证*/


.guarantee .i-title {
    color: #000000;
}


.guarantee .img-box-top {
    margin-bottom: 50px;

}

.guarantee .img-box-top.alone{
    display: flex;
    justify-content: center;
}

.guarantee .img-box-top .img-box-tl{
    margin-bottom: 30px;
}

.guarantee .img-box-tl h5, .guarantee .img-box-tr h5, .guarantee .img-box-bottom h5 {
    text-align: left;
    font-size: 24px;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #0a4296;
}

.guarantee .img-box-tr div {
    display: flex;
}

.guarantee .img-box-tr div img:first-child {
    margin-right: 20px;
}

.guarantee .img-box {
    /*display: flex;*/
    flex-wrap: wrap;
    justify-content: center;
}

.guarantee .img-box-bottom img {
}

.guarantee .swiper-pagination{
    bottom: 5px;
}

/*性能稳定 品质可靠*/
.quality {
    text-align: center;
    padding: 100px 0;
    background: url("http://myir-tech.com/product/JX8MPQ/quality_bg.jpg") no-repeat center;
}

.quality h2 {
    margin-bottom: 50px;
}


/*开发资源*/
.resources {
    padding: 100px 0;
    background: #e0ecfb;
}

.resources .i-title {
    letter-spacing: 2px;
    color: #000000;
    opacity: 0.9;
    font-weight: normal;
    font-size: 36px;
    margin-bottom: 18px;
}

/*应用范围*/


.case .i-title {
    color: #000000;
}

.case .img-box .swiper-wrapper>div:last-child img{
    margin-bottom: 0;
}

.case .swiper-pagination{
    bottom: 5px;
}

.case .img-box{
    margin-top: 20px;
}

.case .img-box img {
}

.case .img-box .swiper-wrapper>div:last-child img{
    margin-bottom: 0;
}




/*two开发板标注*/
#tab-two {
    padding-top: 0;
}

.development{
    padding: 100px 0 100px;
    background: url("/assets/img/product/6UL/development_bg.jpg") no-repeat center;
    background-size: cover;
}

.img-left{
    margin-bottom: 50px;
}

/*规格参数*/
.i-btn-group {
    margin-top: 20px;
    text-align: left;
}

.specs .i-btn-group a{
    margin-right: 20px;
}

.specs .tab-style{
    margin-top: 0;
}

.i-btn-group a.active {
    border-bottom: 1px solid #f08519;
}

.i-btn-group a:first-child {
}

.i-btn-group a {
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    padding-bottom: 4px;
    display: inline-block;
}

.tab-list-box table,.tab-style table{
    width: 100%;
}

table.no-bg tr td{
    background-color: #ffffff;
    border: 1px solid #eaf3f5;
}

.tab-list-box .tab-tip{
    font-size: 12px;
    margin-top: 5px;
    display: none;
}

.tab-list-box .tab-tip i{
    color: #f08519;
}


/*购买链接*/
.i-btn-group a.p-btn{
    height: 100px;
    width: 100%;
    line-height: 100px;
    font-size: 36px;
    letter-spacing: 13px;
    margin-bottom: 20px;
}

.buy .i-btn-group{
    padding-left: 0;
    margin-top: 30px;
}

.i-btn-group a.p-btn{
    display: inline-block;
    transition: all .3s;
    color: #fff;
    border-radius: 2px;
    box-shadow: 0px 2px 5px #da9249;
    background-color: #f08519;
    text-align: center;
    text-decoration: none;
}

.p-btn:hover, p-btn-b:hover {
    cursor: pointer;
    opacity: .7;
}

.et-main {
    padding-bottom: 100px;
}

/*后面的公用样式*/
.tab-title {
    color: #000;
    letter-spacing: 2px;
    font-size: 24px;
    font-weight: normal;
    padding-left: 24px;
    margin-bottom: 12px;
    position: relative;
    text-align: left;
}

.tab-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #f08519;
}

.tab-title-text {
    color: #888;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    padding-left: 24px;
    margin-bottom: 30px;
    text-align: left;
}

/*表格样式*/
.tab-list,.tab-style{
    overflow-x: auto;
}

table {
    background: white;
    border-spacing: 0;
    border-collapse: collapse;
    border: none;
}

table a{
    color: #2555a4;
    text-decoration: underline;
}


table th{
    background: #56a2cf;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 12px;
    text-align: left;
}

table th, table td{
    padding: 5px 6px;
    text-align: left;
}

table tr, table th, table td{
    border: none;
    border-bottom: 1px solid #e4ebeb;
}

table tr:nth-of-type(2n+2) td {
    background: #ffffff;
}

table tr td {
    background: #eaf3f5;
    color: #999999;
}

#tab-three{
}

.tab-style {
    margin-top: 30px;
    text-align: center;
    font-size: 12px;
}

/*板块公用样式*/
.mi-box,.module-default{
    padding: .7rem 0;
}

/*通用模版*/
.module-default{
    padding: .7rem 0;
    background:no-repeat center;
    background-size: cover;
}

.module-default h2{
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #000;
    margin-bottom: 12px;
}

.module-default h5{
    margin-bottom: 50px;
    color: #888;
    letter-spacing: 0px;
    line-height: 1.5;
    font-size: 16px;
    font-weight: normal;
}

.module-default img{
    text-align: center;
}


@media (min-width: 576px){

    #tab-one .banner{
        height: 330px;
    }

    /*字体大小响应式*/
    #tab-one .banner-title {
        font-size: 32px;
    }

    .product-synopsis .text-info{
        font-size: 12px;
    }

    .tab-list-box .tab-tip{
        display: none;
    }

    .et-hero-box{
        padding-top: 30px;
    }

}

@media (min-width: 768px) {

    .product-info {
        padding-bottom: 50px;
        display: flex;
        justify-content: space-around;
    }

    .product-info .img-box{
        width: 320px;
    }


    .et-hero-tabs-container.menu{
        display: none;
    }

    .et-hero-tabs-container{
        display: flex;
    }

    .et-hero-tabs{
        padding-bottom: 70px;
    }

    .et-hero-tabs-container.menu.ashow{
        display: none;
    }

    .indicia{
        padding: 0 70px;
    }

    .tab-style{
        font-size: 14px;
    }

    table th, table td{
        padding: 10px 12px;
    }

    /*字体大小响应式*/
    #tab-one .banner-title {
        font-size: 36px;
        max-width: none;
    }

    #tab-one .banner-title br{
        display: none;
    }

    .indicia-swiper-button{
        display: block;
    }

    .product-synopsis .text-info h1{
        font-size: 24px;
    }

    .product-synopsis .text-info h2{
        font-size: 22px;
    }

    .product-synopsis .detail-lsit li,.text-info .text-bot{
        font-size: 16px;
    }

    .guarantee .img-box,.case .img-box,.indicia .img-box{
        margin-top: 30px;

    }

    .tab-title-text{
        font-size: 14px;
    }

    .tab-title{
        font-size: 28px;
    }

    .i-title,.module-default h2{
        font-size: 28px;
    }

    .o-title,.module-default h5{
        font-size: 15px;
    }

}

@media (min-width: 992px) {
    /*板块公用样式*/
    .mi-box,.module-default{
        padding: .7rem 0;
    }

    .et-hero-tabs-container--top {
        top: 1rem;
    }

    .product-synopsis .text-info {
        padding-top: 40px;
        font-size: 12px;
    }

    .product-synopsis .text-info h2{
        margin: 10px 0 20px;
    }

    .development .img-left{
        margin-bottom: 0;
    }

    .product-info .img-box{
        width: 450px;
    }

    .product-info{
        justify-content: center;
    }

    .product-synopsis .text-info h1{
        font-size: 30px;
    }

    .product-synopsis .text-info h2{
        font-size: 28px;
    }

    .product-synopsis .detail-lsit li,.text-info .text-bot{
        font-size: 18px;
    }

    .text-info .text-bot{
        margin-top: 30px;
    }


    .guarantee .img-box,.case .img-box,.indicia .img-box{
        margin-top: 40px;
    }


    .i-title,.module-default h2{
        font-size: 32px;
    }

    .o-title,.module-default h5{
        font-size: 16px;
    }

}

@media (min-width: 1200px) {
    .mi-box,.module-default{
        padding: .7rem 0;
    }

    /*text-info*/
    /*字体大小响应式*/
    .product-synopsis .text-info {
        font-size: 14px;
    }

    .product-synopsis .detail-lsit li {
        max-width: none;
    }


    .product-synopsis .text-info h2{
        margin: 15px 0 30px;
    }

    .product-info .img-box{
        margin: 0;
    }

    .product-synopsis .text-info{
        margin: 0;
    }


    /*字体大小响应式*/
    #tab-one .banner-title {
        font-size: 48px;
    }

    .product-synopsis .text-info h1{
        font-size: 36px;
    }

    .product-synopsis .text-info h2{
        font-size: 32px;
    }

    .text-info .text-bot{
        margin-top: 50px;
    }

    .et-hero-tab{
        margin: 0 0.5%;
        padding: 0 10px;
    }

    .mi-box,.module-default{
        padding: .7rem 0;
    }

    .i-title,.module-default h2{
        font-size: 36px;
        margin-bottom: 20px;
    }

    .o-title,.module-default h5{
        font-size: 18px;
    }


    .guarantee .img-box,.case .img-box,.indicia .img-box{
        margin-top: 50px;
    }

    .tab-style{
        font-size: 16px;
    }

    .tab-title-text{
        font-size: 16px;

    }

    .i-btn-group a{
        font-size: 16px;
    }

    .tab-title{
        font-size: 32px;
    }

}

@media (min-width: 1400px){

}

@media (min-width: 1500px){
    .product-synopsis .text-info{
        max-width: 1000px;
    }
}

/*调用大图样式*/
.big_img{position: fixed;z-index: -1;opacity: 0;background: rgba(0,0,0,0.9);width: 100%;height: 100%;top:0;left:0;}
.big_img .swiper-container {position: relative;width: 100%;height: 100%;}
.big_img .swiper-container  .swiper-wrapper{width: 100%;height: 100%;}
.big_img .swiper-slide{width: 100%;height: 100%;display: table}
.big_img .swiper-slide .cell{width: 100%;;height: 100vh;display: table-cell;vertical-align: middle;text-align: center;}
.big_img .swiper-slide img{max-width: 90%;max-height: 90%;margin:0 auto;z-index: 112;position: relative;}
.big_img .swiper-pagination{position: absolute; top:1.2rem;text-align: center;width: 100%;color: #fff;font-size: 16px}
.big_img .swiper-pagination span{margin:0 0.05rem;color: #fff;}
.big_img .swiper-button{top: 50%;padding: 20px;z-index: 999}
.big_img .swiper-button-next{right: 10px}
.big_img .swiper-button-prev{left: 10px}
.big_img  .swiper-pagination-fraction{bottom: auto}

/*规定样式*/
.module-h-deafult{
    min-height: 830px;
}



@media (max-width: 1200px) {
    .big_img .swiper-button{
        display: none;
    }
}

@media (max-device-width: 768px) {
    .big_img .swiper-pagination {font-size: 40px}
}