.two-page{
    padding-top: 62px;
    padding-bottom: 30px;
    background-color: #111;
}
.two-page .header{
    background-color: #000;
    position: fixed;
}
.sub-main{
    max-width: 1540px;
    margin: 0 auto;
    /* padding: 60px 0; */
}
.sub-banner{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: flex-end;
}
.sub-banner .infos{
    padding: 90px 50px 30px 0;
    color: #fff;
    width: 42%;
}
.sub-banner .infos h3{
    font-size: 40px;
    padding-bottom: 15px;
}
.sub-banner .infos .desc{
    font-size: 20px;
}
.p1-banner{
    background-image: url('../images/top-banner-1.png');
}
.faq-banner{
    background-image: url('../images/faq.jpg');
}
.resources-banner{
    background-image: url('../images/resources.jpg');
}
.warranty-banner{
    background-image: url('../images/warranty.jpg');
}

.pages-bar{
    padding: 30px 0;
}
.pages{
    display: flex;
    justify-content: center;
    padding: 15px;
    font-weight: 400;
}
.pages a{
    color: #fff;
    font-size: 15px;
    display: inline-block;
    padding: 0 15px;
}
.pages .current,
.pages .next,
.pages .prev{
    color: #ea5404;
    font-size: 16px;
    padding: 0 15px;
}

.pagination{

}
.pagination li{
    padding: 0 5px;
    line-height: 30px;
}
.pagination li a,
.pagination li span{
    font-size: 15px;
    padding: 0 15px;
}
.pagination li:first-child *,
.pagination li:last-child *{
    font-size: 18px;
}
.pagination li.active{
    color: #f60;
}

.h3-title{
    color:　#333;
    font-size: 30px;
    padding: 20px 0;
}

.news-page{
    /* padding: 60px 0; */
}
.sub-title{
    font-size: 40px;
    color: #eee;
    padding: 60px 0;
    text-align: center;
}
.news-content{
    display: flex;
}
.news-content .side-pic{
    padding-right: 40px;
}
.news-content .content{
    flex: 1;
    background-color: #333;
}
.news-content .content .item a{
    display: block;
}
.news-content .content .item{
    color: #ddd;
    border-bottom: 1px solid #111;
    padding: 30px 48px;
    height: 219px;
    overflow: hidden;
}
.news-content .content .item .title{
    font-size: 20px;
    color: #eee;
    padding-bottom: 15px;
}
.news-content .content .item .date{
    padding-bottom: 10px;
}
.news-content .content .item .more{
    color: #ea5404;
    padding-top: 15px;
}
.news-detail{
    padding: 30px;
    font-size: 15px;
}
.news-detail .h3-title{
    text-align: center;
    padding-bottom: 0;
}
.news-detail .time{
    text-align: center;
    padding: 10px 0 30px 0;
}

.faq-content{
    background-color: #222;
    padding: 30px;
}
.faq-footer {
    padding: 30px 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.faq-footer .sub-title{
    padding: 10px 0;
}

.review-content{
    display: flex;
    justify-content: space-between;

}
.review-content .big-pic{
    width: 740px;
    min-height: 740px;
    /*overflow: hidden;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 10px;
}
.review-content .big-pic img{
    width: 100%;
}
.review-content .info{
    flex: 1;
    padding: 0 100px 30px 100px;
    line-height: 24px;
    position: relative;
}
.review-content .info h2{
    padding: 0 0 40px 0;
    margin: 0;
    font-size: 60px;
    color: #ddd;
}
.review-content .info .con{
    font-size: 15px;
    color: #ccc;
    width: 720px;
}
.review-content .info .con img{
    max-width: 100%;
}
.review-content .left-arrow,
.review-content .right-arrow{
    display: block;
    position: absolute;
    top: 10px;
    z-index: 100;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-position: center;
    cursor: pointer;
}
.review-content .left-arrow{
    left: 0;
    background-image: url('../images/arrow-l.png');
}
.review-content .right-arrow{
    right: 30px;
    background-image: url('../images/arrow-r.png');
}


.r-content{
    background-color: #222;
    padding: 100px;
}


.buy-page{
    background-color: #111;
    padding: 60px 0;
}
.buy-bd{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 90px 20px;
    background-color: #111;
}
.buy-bd .txt-box{
    padding-right: 150px;
}
.buy-bd .txt{
    font-family: "Roboto-bold";
    font-size: 50px;
    color: #ddd;
    padding-bottom: 15px;
}
.buy-bd .desc{
    font-size: 20px;
    font-family: "Roboto-light";
    color: #aaa;
}

.fmt-detail a{
    display: flex;
    justify-content: center;
}
.fmt-detail img{
    display: block;
    margin: 0 auto;
    margin-bottom: 60px;
}
.logo-main{
    width: 1600px;
    margin: 0 auto;
}
.search-bar{
    padding: 0 20px;
    padding-bottom: 60px;
    display: flex;
}
.search-bar .form-select{
    appearance: none;
    /* 右侧添加小箭头的背景图 */
    background-size: 12px;
    background-color: #222;
    background-image: url("../images/select-next.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 30px;
    border: 1px solid #ea5404;
    width: 380px;
    /* height: 25px; */
    margin: 0;
    font-family: "Roboto-bold" !important;
    font-size: 15px;
    cursor: inherit;
    line-height: inherit;
    margin-right: 50px;
    color: #ea5404;
    padding: 5px 10px;
}
.search-bar .form-select option{
    line-height:30px;
    height:30px;
}
/* .search-bar .form-select {
    background-color: #ea5404;
    color: #fff;
} */
.logo-list{
    display: flex;
    flex-wrap: wrap;
}
.logo-list li{
    width: 20%;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
}
.logo-list .logo-pic{
    width: 280px;
    height: 180px;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.logo-list img{
    display: block;
    width: 100%;
}

.product{
}
.product-main{
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}
.product-main .left-nav{
    flex: 1;
    padding-right: 70px;
}
.product-main .right-main{
    width: 1180px;
}
.product-main .items{
    display: flex;
    flex-wrap: wrap;
}
.product-main .items .item{
    margin-right: 20px;
    margin-bottom: 20px;
    width: 280px;
    background-color: #111;
}
.product-main .items .item .pic{
    width: 280px;
    height: 220px;
    background-color: #111;
    display: block;
}
.product-main .items .item .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-main .items .item:nth-child(4n){
    margin-right: 0;
}
.product-main .items .info{
    text-align: center;
    color: #fff;
    padding: 15px;
    height: 110px;
}
.product-main .item:hover .tit{
    color: #ea5404;
}
.product-main .items .info .tit{
    font-family: "Roboto-bold";
    font-size: 18px;
    padding-bottom: 5px;
    display: block;
}
.product-main .items .info .desc{
    font-size: 12px;
    font-family: "Roboto-light";
    color:#ddd;
    display: block;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}
.nav-tit span{
    padding-left: 15px;
    font-size: 20px;
}
.left-nav .title{
    font-family: "Roboto-bold";
    font-size: 30px;
    color: #ddd;
    padding: 15px 0 0 15px;
}
.sub-tit{
    font-family: "Roboto-bold";
    font-size: 30px;
    color: #ddd;
    padding: 15px 0;
    padding-bottom: 30px;
}
.left-nav dt{
    padding-bottom: 15px;
    font-family: "Roboto-bold";
    font-size: 30px;
    color: #ddd;
}
.left-nav dd{
    padding: 0;
    margin: 0;
}
.left-nav dd label{
    display: flex;
    align-items: center;
    padding: 3px 0;
}
.left-nav dd span{
    padding-left: 10px;
}

.resources-content{
    padding-bottom: 60px;
}
.resources-content .items{
    display: flex;
    justify-content: space-between;
}
.resources-content .items .item{
    width: 250px;;
    min-height: 300px;
    display: block;
    overflow: hidden;
}
.resources-content .items .item:hover .tit{
    color: #ea5404;
}
.resources-content .items img{
    display: block;
    width: 100%;
    border-radius: 6px;
}

.resources-content .tit{
    padding: 16px 10px;
    font-family: "Roboto-bold";
    font-size: 20px;
    color: #eee;
    text-align: center;
}

.resources-content .hd{
    display: flex;
    justify-content: space-between;
    height: 50px;;
}
.resources-content .hd .tit2{
    width: 250px;
    height: 50px;
    line-height: 50px;
    color: #ddd;
    background-color: #222;
    text-align: center;
    font-family: "Roboto-bold";
    font-size: 20px;
    cursor: pointer;
}

.resources-content .hd .tit2 a{
    display: block;
    width: 100%;
}
.resources-content .hd .current{
    background-color: #ff5a00;
    color: #fff;
}
.resources-content .hd .tit2:hover{
    background-color: #ff5a00;
    color: #fff;
}
.resources-content .hd .tit2:hover a,
.resources-content .hd .current:hover a{
    color: #fff !important;
}

.resources-content .bd-box{
    padding: 60px 0;
}

.resources-content .bd-box .pics-box-list{
    display: flex;
    flex-wrap: wrap;
}

.resources-content .bd-box .pics-box-list .box{
    width: 280px;
    height: 180px;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 50px;
    margin-right: 50px;
    cursor: pointer;
}
.resources-content .bd-box .pics-box-list .box:nth-child(5n){
    margin-right: 0;
}

.resources-box-wrap{
    width: 610px;
    height: 410px;
    background-color: #ddd;
    padding: 30px;
}
.resources-box-wrap .item{
    padding: 30px 0;
    display: flex;
}
.resources-box-wrap .item .pic{
    width: 240px;
    height: 135px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}
.resources-box-wrap .item .down-btn{
    background-color: #ff5a;
    color: #fff;

}

.show-pic-box{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -305px;
    margin-top: -205px;
    z-index: 999;
    padding: 50px 30px;
    width: 610px;
    min-height: 200px;
    background-color: #ccc;
}
.show-pic-box .close{
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 20px;
    color: #fff;
    font-size: 32px;
}
.show-pic-box .bbox{
    display: flex;
}

.show-pic-box .bbox .logo{
    width: 240px;
    height: 135px;
    background-color: #fff;
}
.show-pic-box .sizes{
    flex: 1;
    padding: 20px 0 20px 20px;
}
.show-pic-box .t{
    color: #777;
    padding-right: 5px;
}
.show-pic-box .size{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5px;
}
.resource-link{
    background-color: #ff5a00;
    color: #fff;
    padding: 8px 30px 8px 10px;
    display: block;
    background-image: url(../images/icon/icon-down.png);
    background-repeat: no-repeat;
    background-position: 85px center;
    font-family: "Roboto";
    font-size: 12px;
}
.resource-link:hover,
.resource-link:visited{
    color: #fff !important;
}

.empty-data-list{
    text-align: center;
    font-size: 20px;
    color: #777;
    width: 100%;
}

.show-mask{
    display: none;
    background-color: rgba(0,0,0,.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.down-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
   
}
.down-list .file-item{
    margin-bottom: 60px;
    margin-right: 100px;
    width: 750px;
    height: 120px;
    background-color: #222;
    display: flex;
    justify-content: space-between;
}
.down-list .file-item:nth-child(2n) {
    margin-right: 0;
}
.down-list .file-item .icon{
    width: 120px;
    height: 120px;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-size: cover;
}
.down-list .file-item .icon-pdf{
    background-image: url(../images/icon/icon-file-png.png);
}
.down-list .file-item .icon-zip{
    background-image: url(../images/icon/icon-file-zip.png);
}
.down-list .file-item .i-box{
    flex: 1;
    padding: 25px 45px;
}
.down-list .file-item .down-div{
    width: 120px;
    display: flex;
    align-items: center;
}
.down-list .file-item .stit{
    color: #fff;
    font-size: 20px;
    font-size: 15px;
    font-family: "Roboto";
}
.down-list .file-item .desc{
    color: #888;
    font-size: 14px;
    font-family: "Roboto";
}
.file-info{
    flex: 1;
    display: flex;
}

.product-detail{
    padding-top: 62px;
}
.video-wrap{
    /*background-color: #222;*/
    padding: 0;
}
.specifications{
    background-color: #222;
    padding: 15px 100px;
}
.down-wrap{
    padding: 15px 100px;
}
.center-box{
    padding-bottom: 60px;
}
.center-box table{
    width: 100%;
}
.center-box table td{
    padding: 15px 10px;
    border-bottom: 1px solid #555;
    font-family: "Roboto-light" !important;
    font-size: 15px;
    color: #888;
}
#video-box table td,
#down-box table td{
    padding: 30px 10px;
}
.center-box table tr:last-child td{
    border-bottom: 0;
}
.specifications table tr td:nth-child(2n){
    font-family: "Roboto-bold" !important;
    color: #aaa;
}

.rich-box .play{
    display: flex;
    align-items: center;
    color: #aaa;
    font-family: "Roboto-bold" !important;
}

.rich-box .play img{
    margin-left: 10px;
}
.rich-box table td{
    border-bottom: 0;
}
.rich-box table td:hover,
.rich-box table .play:hover{
    color: #ea5404 !important;
    cursor: pointer;
}
.empty-data{
    padding: 60px;
    text-align: center;
    color: #aaa;
    font-size: 15px;
}

.agl-left{
    text-align: left !important;
}