@import "iconfont.css";
.m-footer,.m-header{
    display: none;
}
.header{
    height:90px;
    width: 100%;
}
img.pc{
    display: block !important;
}
img.mob{
    display: none !important;
}
.header.fixed{
    position: relative;
    left: 0;
    top: 0;
    /* background: rgba(0, 0, 0, .4); */
    background: rgba(255, 255, 255, 1);
    z-index: 99999999;
}
.header>.container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    /* width: 100%; */
}
.header>.container:after{
	display:none;
}
.header .left{
    width: 120px;
    flex-shrink: 0;
    display: block;
}
.header .left img{
    width: 100%;
}
.header .right{
    height: 100%;
    display: flex;
    align-items: center;
}
.header .header-nav{
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
}
.header .header-nav li{
    margin-left: 70px;
    flex-shrink: 0;
}
.header .header-nav li:first-child{
    margin-left: 0;
}
.header .header-nav li .header-nav-one{
    display: block;
    cursor: pointer;
    color: #333;
}
.header .header-nav li .header-nav-one:hover{
    color: #ff6900;
}
.header-search{
    margin-left: 30px;
    display: flex;
    align-items: center;
   position: relative;
}
.header-search-btn{
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #333;
}
.header-search-btn:hover{
    color: #ff6900;
}
.header-search-btn i{
    font-size: 18px;
}
.header-search-open{
    height: 38px;
    background: #ff6900;
    display: flex;
    align-items: center;
    width: 0;
    overflow: hidden;
    
}
.header-search-open.on{
    width: 226px;
    transition: 1s;
}
.header-search-open form{
    width: 100%;
    height: 100%;
}
.header-search-open input{
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    color: #fff;
    padding: 0 10px;
    font-size: 16px;
}

.header-search-open input::-webkit-input-placeholder{
    color: #fff;
    font-size: 16px;
}
.header-search-open input::-moz-placeholder{
    font-size: 16px;
    color: #fff;        
}
.header-search-open input:-ms-input-placeholder{
    font-size: 16px;
    color: #fff;        
}
.searchbtn{
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
}
.searchbtn i{
    font-size: 18px;
}

.footer{
    
    padding-top: 40px;
    background: #f4f4f4;
}
.footer-top{
    margin-bottom: 44px;
    background: #fff;
    padding-top: 60px;
    padding-bottom: 30px;
    background-image: url("../images/bot-ba.jpg");
    background-size: 130%;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.footer-top-nav .left{
    float: left;
}
.footer-top-nav .left ul{
    display: flex;
    align-items: flex-start;
}
.footer-top-nav .left ul li{
    margin-right: 52px;
}
.footer-top-nav .left ul li:last-child{
    margin-right: 0px;
}
.footer-top-nav .left ul li a{
    display: block;
    color: #838383;
    font-size: 14px;
    margin-bottom: 14px;
}
.footer-top-nav .left ul li a:first-child{
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-bottom: 24px;
}
.footer-top-nav .left ul li a:last-child{
    margin-bottom: 0px;
}
.footer-top-nav .left ul li a:hover{
    color: #ff6900;
}
.footer-top-nav .right{
    float: right;
    display: flex;
    align-items: flex-start;
}
.footer-top-nav .right .item{
    width: 104px;
    margin-right: 40px;
}
.footer-top-nav .right .item:last-child{
    margin-right: 0;
}
.footer-top-nav .right .item img{
    width: 100%;
}
.footer-top-nav .right .item p{
    color: #545454;
    font-size: 12px;
    margin-top: 6px;
}
.footer-top-msg{
    margin-top: 20px;
}
.footer-top-msg p{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #545454;
    font-size: 16px;
    margin-bottom: 10px;
}
.footer-top-msg p i{
    font-size: 20px;
    color: #979797;
    margin-right: 10px;
}
.footer-bot{
    background: #1f1f1f;
    padding: 16px 0;
}
.footer-bot a{
    color: #919191;
    font-size: 12px;
    line-height: 1.4;
}



















.index-banner{
    position: relative;
    
}
.index-banner-btn{
    width: 50px;
    height: 94px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
}
.index-banner-btn-prev{
    left: 8%;
}
.index-banner-btn-next{
    right: 8%;
}
.index-banner-btn i{
    font-size: 30px;
    color: #fff;
}
.index-banner .swiper-slide img{
    width: 100%;
}
.index-banner-pagination{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 9999;
}
.index-banner-pagination span{
    width: 56px;
    height: 4px;
    border-radius: 3px;
    background: #fff;
    opacity: 1;
    transition: .4s;
    margin: 0 15px;
    outline: none;
}
.index-banner-pagination span.swiper-pagination-bullet-active{
    width: 184px;
    background: #ff6900;
    transform-origin: left;
}

.index-sectit p{
    color: #000000;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
}
.index-sectit a{
    width: 100px;
    font-size: 14px;
    color: #aeaeae;
    margin: 0 auto;
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-sectit a:hover{
    color: #ff6900;
}
.index-sectit a i{
    margin-left: 4px;
}
.index-product{
    margin-top: 80px;
    margin-bottom: 120px;
    
}
.index-product-list{
    display: flex;
    flex-wrap: wrap;
}
.index-product-list li{
    margin-top: 50px;
    margin-right: 7.5%;
    width: 14%;
}
.index-product-list li:nth-child(5n){
    margin-right: 0;
}
.index-product-item-img{
    width: 100%;
    height: auto;
    position: relative;
    cursor: pointer;
}
.index-product-item-img img{
    width: 100%;
}
.index-product-item-img img.cp-hideimg{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}
.index-pro-hover{
    width: 136px;
    height: 136px;
    background: #ff6900;
    border-radius: 50%;
    opacity: 0;

    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.index-product-list li:hover img.cp-showimg{
    opacity: 0;
}
.index-product-list li:hover img.cp-hideimg{
    opacity: 1;
}
.index-product-list li:hover .index-product-item-slot{
    background: #ff6900;
}
.index-product-list li:hover .name-en{
    color: #ff6900;
}
.index-product-list li:hover .name-cn{
    color: #ff6900;
}
.index-product-list li:hover .index-pro-hover{
    opacity: 1;
    transition: 1s;
}
.index-product-item-slot{
    width: 100%;
    height: 4px;
    border-radius: 3px;
    background: #aeaeae;
}
.index-product-item-name{
    text-align: center;
    padding-top: 16px;
    font-size: 16px;
    color: #000;
    line-height: 1.4;
}
.index-product-item-name .name-en{
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.4;
    color: #cacaca;
}
.index-product-item-name .name-cn{
    font-weight: bold;
}
.index-huoj{
    padding-top: 80px;
    background-image: url("../images/hjcp-ba.jpg");
    background-size: 1920px;
    background-position: center;
    background-repeat: no-repeat;
    
}
.index-huoj-swiper{
    width: 100%;
    margin-top: 70px;
    position: relative;
}
.index-huoj-swiper .swiper-container{
    padding-bottom: 72px;
}
.index-huoj-swiper .swiper-slide img{
    width: 100%;
    transform: scale(.9);
    transition: .4s;
    cursor: pointer;
}
.index-huoj-swiper .swiper-slide img:hover{
    transform: scale(1);
    box-shadow: 0px 9px 24px 0px rgba(0, 0, 0, 0.17);
}
.index-huoj-swiper-pagination{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    left: 0;
    bottom: 26px;
    z-index: 9999;
}
.index-huoj-swiper-pagination span{
    width: 56px;
    height: 4px;
    border-radius: 3px;
    background: #fff;
    opacity: 1;
    margin: 0 15px;
    outline: none;
}
.index-huoj-swiper-pagination span.swiper-pagination-bullet-active{
    background: #ff6900;
}
.index-news{
    padding-top: 132px;
    padding-bottom: 132px;
    
}
.index-news-top{
    width: 100%;
    margin-bottom: 40px;
}
.index-news-top img{
    width: 100%;
}
.index-news-video{
    width: 100%;
    margin-bottom: 40px;
}
.index-news-video_box{
    width: 100%;
    text-align: center;
}
.index-news-video_box video{
    width: 100%;
}

.index-news-cent{
    width: 100%;
    display: flex;
    align-items: flex-start;
}
.index-news-cent .item{
    width: 575px;
    margin-right: 50px;
    position: relative;
    cursor: pointer;
    transition: .4s;
}
.index-news-cent .item:last-child{
    margin-right:0;
}
.index-news-cent .item img{
    width: 100%;
}
.index-news-cent .item:hover{
    box-shadow: 0px 9px 24px 0px rgba(0, 0, 0, 0.3);
}
.index-news-txt{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .48);
    padding: 20px 30px;
    transition: .4s;
}
.index-news-cent .item:hover .index-news-txt{
    opacity: 0;
}
.index-news-txt .tit{
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    color: #fff;
    margin-bottom: 8px;
}
.index-news-txt .date{
    font-size: 18px;
    color: #fff;
}
.index-xsho-titimg{
    width: 100%;
}
.index-xsho-list{
    width: 84%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.index-xsho-list li{
    width: 20%;
}
.index-xsho-list li img{
    width: 100%;
}



.about-main{
    width: 100%;
    background: #f1f1f1;
    padding-top: 70px;
    padding-bottom: 30px;
}
.about-titimg{
    width: 100%;
    padding-top: 60px;
    padding-bottom: 150px;
    margin-bottom: 14px;
    background-image: url("../images/about-titimg.jpg");
    background-size: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #0b0a0b;
}
.about-titimg .tit{
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.about-titimg .con{
    font-size: 13px;
    text-align: center;
    color: #ffffff;
    line-height: 1.2;
    width: 90%;
    margin: 0 auto;
}
.about-titimg .con p,.about-titimg .con div{
    line-height: 1.2;
}
.about-list li{
    margin-bottom: 14px;
    display: flex;
    align-items: flex-start;
    background: #fff;
}
.about-list li img{
    width: 50%;
    height: auto;
}
.about-list-cent{
    width: 50%;
    padding: 0 80px;
    padding-top: 80px;
}
.about-list-cent .tit{
    font-size: 24px;
    color: #000000;
    position: relative;
    margin-bottom: 50px;
}
.about-list-cent .tit::after{
    content: '';
    display: block;
    width: 96px;
    height: 8px;
    background: #ff6900;
    position: absolute;
    left: 0;
    bottom:-20px;
    border-radius: 5px;
}
.about-list-cent .cent{
    font-size: 14px;
    line-height: 1.8;
    color: #000000;
}
.about-list-cent .cent div,.about-list-cent .cent p{
    line-height: 1.8;
}
.about-list li:nth-child(2n) .about-list-cent .tit{
    text-align: right;
}
.about-list li:nth-child(2n) .about-list-cent .tit::after{
    left:initial;
    right: 0;
}
.about-list li:nth-child(2n){
    flex-flow: row-reverse;
}
.about-end{
    padding-top: 100px;
    padding-bottom: 110px;
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
    background-image: url("../images/about-botimg.jpg");
    background-size: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #020202;
}
.about-end p{
    line-height: 1.8;
    letter-spacing: 1px;
    width: 90%;
    margin: 0 auto;
}
.about-end div{
    line-height: 1.8;
    letter-spacing: 1px;
    width: 90%;
    margin: 0 auto;
}
.xshop-tit{
    font-size: 16px;
    text-align: center;
    margin-bottom: 60px;
    color: #000000;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
}
.xshop-tit::after{
    content:'';
    display: block;
    width: 46px;
    height: 4px;
    border-radius: 3px;
    background: #ff6900;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;
}
.xshop-main{
    background: #f1f1f1;
    padding-top: 60px;
    padding-bottom: 360px;
}
.xshop-view{
    width: 100%;
    padding-top: 120px;
    padding-bottom: 140px;
    background: #fff;
}
.xshop-view a{
    cursor: pointer;
}
.xshop-view img{
    width: 560px;
    margin: 0 auto;
}
.news-main{
    width: 100%;
    background: #f1f1f1;
    padding-bottom: 40px;
}
.main-titimg{
    width: 100%;
}

.news-list-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 60px;
}
.news-list-nav a{
    font-size: 14px;
    font-weight: bold;
    margin-right: 70px;
    position: relative;
    cursor: pointer;
}
.news-list-nav a:last-child{
    margin-right: 0;
}
.news-list-nav a::after{
    content: '';
    width: 0;
    transform-origin: left;
    left: 5%;
    bottom: -13px;
    height: 3px;
    background: #ff6900;
    border-radius: 4px;
    position: absolute;
    transition: .4s;
}
.news-list-nav a:hover::after{
    width: 90%;
}
.news-list-nav a.active::after{
    width: 90%;
}
.news-list{
    width: 100%;
}
.news-list li{
    width: 100%;
    padding: 20px;
    border: 1px solid #fff;
    background: #fff;
    margin-bottom: 10px;
    transition: .4s;
}
.news-list li>a{
    display: flex;
}
.news-list li>a .left{
    width: 280px;
    max-height: 200px;
    flex-shrink: 0;
    margin-right: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-list li>a .left img{
    width: 100%;
}
.news-list li>a .right{
    width: 100%;
}
.news-list li>a .right .tit{
    font-size: 20px;
    line-height: 1.4;
    color: #000;
    font-weight: bold;
    margin-bottom: 16px;
}
.news-list li>a .right .xtit{
    color: #3a3a3a;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 24px;
}
.news-list li>a .right .btn{
    font-size: 14px;
    color: #ff6900;
    display: flex;
    align-items: center;
}
.news-list li>a .right .btn i{
    font-size: 20px;
    color: #ff6900;
    margin-left: 16px;
}
.news-list li:hover{
    box-shadow: 0px 6px 32px 0px rgba(25, 25, 25, 0.11);
    border: 1px solid #ff6900;
}



.page-view{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 30px;
}
.page-prev-btn{
    margin-right: 30px;
    transform: rotate(180deg);
}
.page-next-btn{
    margin-left: 30px;
}
.page-prev-btn i{
    font-size: 24px;
    color: #ff6900;
}
.page-next-btn i{
    font-size: 24px;
    color: #ff6900;
}
.page-nums{
    display: flex;
    align-items: center;
}
.page-nums a{
    margin-right: 30px;
}
.page-nums a:last-child{
    margin-right: 0px;
}
.page-nums a.on{
    color: #ff6900;
}
.page-nums a:hover{
    color: #ff6900;
}
.newscent-main{
    background: #f1f1f1;
    padding-top: 90px;
    padding-bottom: 60px;
}
.newscent{
    width: 100%;
    background: #fff;
    padding: 20px 40px;
    padding-bottom:60px;
}
.newstit{
    font-size: 20px;
    color: #000000;
    line-height: 1.4;
    max-width: 90%;
    text-align: center;
    position: relative;
    margin-bottom: 80px;
}
.newstit::after{
    content: '';
    width: 380px;
    height: 2px;
    background: #ff6900;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -34px;
    border-radius: 2px;
}
.backlist{
    font-size: 14px;
    font-weight: bold;
    color: #2d2d2d;
    line-height: 2;
    display: inline-block;
    margin-bottom: 6px;
}
.backlist:hover{
    color: #ff6900;
}
.newscent-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.newscent-top p{
    font-size: 13px;
    color: #777777;
}
.fxview{
    display: flex;
    align-items: center;
}
.fxview>div{
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    border-radius: 50%;
    transition: .4s;
    cursor: pointer;
    margin-left: 14px;
}
.fxview>div i{
    font-size: 24px;
    color: #fff;
}
.fxview>div:hover{
    background: #ff6900;
}
.newscent-bot p,.newscent-bot div{
    font-size: 14px;
    line-height: 1.4;
    color: #3a3a3a;
}
.newscent-bot iframe{
    width: 60%;
    margin: 0 auto;
    display: block;
}
.newscent-bot img{
    width: 100%;
}

.news-more{
    margin-top: 30px;
}
.news-more a{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
    transition: .4s;
}
.news-more a:hover{
    color: #ff6900;
}
.news-more a i{
    font-size: 24px;
    color: #ff6900;
    margin-right: 24px;
}
.news-more a.prev i{
    transform: rotate(180deg);
}

.search-tit{
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding:54px 0;
}
.search-xtit{
    font-size: 20px;
    color: #000;
    margin-bottom: 16px;
}


.contact-main{
    padding-top: 60px;
    padding-bottom: 70px;
    background: #f1f1f1;
}
.contact-tit{
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-bottom: 60px;
}
.contact-view{
    width: 100%;
    display: flex;
    /* align-items: flex-start; */
}
.contact-view .left{
    width:66%;
    flex-shrink: 0;
    padding: 40px 56px;
    background: url("../images/lxwm-ba1.jpg");
    background-size: 100% 100%;
}
.contact-view .left .top{
    width: 60%;
    text-align: justify;
    margin-bottom: 54px;
    font-size: 14px;
    line-height: 1.8;
    color: #ffffff;
}
.contact-view .left .cent{
    margin-bottom: 54px;
}
.contact-view .left .cent p{
    font-size: 14px;
    line-height: 1.8;
    color: #ffffff;
}
.contact-view .left .bot p{
    font-size: 14px;
    line-height: 1.8;
    color: #ffffff;
}
.contact-view .left a{
    color: #ff6900;
    text-decoration: underline;
}
.contact-view .right{
    width:34%;
    flex-shrink: 0;
    padding: 26px 38px;
    background: url("../images/lxwm-ba2.jpg");
    background-size: 100% 100%;
}
.contact-view .right input,.contact-view .right textarea{
    background: transparent;
    border: none;
}
.contact-view .right .formview{
    width: 100%;
    height: 34px;
    background: #ffffff;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    padding: 0 16px;
}
.contact-view .right .formview span{
    font-size: 14px;
    color: #000;
    margin-right: 12px;
    flex-shrink: 0;
    /* font-weight: bold; */
}
.contact-view .right .formview input{
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #000;
}
.contact-view .right .formview select{
    width: 100%;
    height: 100%;
    display: block;
    font-size: 14px;
    background: transparent;
    border: none;
}
.contact-view .right .formview.text{
    height: 148px;
}
.contact-view .right .formview.text textarea{
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #000;
    padding: 16px 0;
}
.lxwm-btn{
    width: 100%;
    line-height: 42px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background: #ff6900;
}



.fwzc-main{
    background: #f1f1f1;
    padding-bottom: 40px;
    width: 100%;
}
.mian-img{
    width: 100%;
}
.fwzc-main-tit{
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}
.fwzc-view{
    width: 100%;
    background: #fff;
    padding:0 40px;
}
.fwzc-top{
    width:100%;
    padding-top: 80px;
    padding-bottom: 70px;
    border-bottom: 1px solid #ff6900;
}
.fwzc-search{
    width: 640px;
    height: 56px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background: #f1f1f1;
}
.fwzc-search input{
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    padding: 0 20px;
    font-size: 22px;
}
.fwzc-search-btn{
    width: 78px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #ff6900;
    cursor: pointer;
}
.fwzc-search-btn i{
    font-size: 26px;
    color: #fff;
}
.fwzc-list{
    width: 100%;
    padding-bottom: 50px;
}
.fwzc-list .nolist{
    font-size: 20px;
    text-align: center;
    padding: 50px 0;
    color: #ff6900;
    font-weight: bold;
}
.fwzc-list .item{
    border-bottom: 1px solid #ff6900;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
}
.fwzc-list .item:last-child{
    border-bottom: none;
}
.fwzc-list .item .cp-img{
    width: 260px;
    height: auto;
    flex-shrink: 0;
}
.fwzc-list .item .right{
    width: 100%;
    padding-left: 50px;
    font-size: 0;
}
.fwzc-list .item .right .name{
    font-size: 14px;
    line-height: 1.6;
    color: #000;
    margin-bottom: 8px;
    font-weight: bold;
}
.fwzc-list .item .right .qieh-btn{
    color: #ff6900;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    display: inline-block;
    cursor: pointer;
}
.fwzc-list .item .right .pdf-btns{
    display: flex;
    margin-top: 26px;
    margin-bottom: 16px;
}
.fwzc-list .item .right .pdf-btns div{
    display: block;
    width: 138px;
    height: 34px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    margin-right: 16px;
    background: #b5b5b5;
}
.fwzc-list .item .right .pdf-btns div.on{
    background: #000;
}
.fwzc-list .item .right .qieh-cents{
    
}
.fwzc-list .item .right .qieh-cents .qieh-item{
    display: none;
}
.fwzc-list .item .right .qieh-cents .qieh-item:first-child{
    display: block;
}
.fwzc-list .item .right .xt-sel{
    width: 292px;
    height: 34px;
    border: 1px solid #777777;
    display: flex;
}
.fwzc-list .item .right .xt-sel select{
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
}

.fwzc-item-bot{
    width: 100%;
    border-top: 1px solid #dcdcdc;
    margin-top: 24px;
    padding-top: 38px;

}
.fwzc-item-bot-item>div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}
.fwzc-item-bot p{
    font-size: 14px;
    line-height: 1.4;
    width: 100%;
}
.fwzc-item-dowbtn{
    width: 146px;
    height: 34px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    margin-right: 16px;
    background: #ff6900;
    margin-left: 30px;
    cursor: pointer;
}
.fwzc-item-dowbtn:hover{
    color: #fff;
}

.product-main{
    width: 100%;
    background: #f1f1f1;
    padding-top: 80px;
    padding-bottom: 40px;
}
.product-top{
    display: flex;
    margin-bottom: 56px;
}
.product-top .left{
    width: 528px;
    height: 434px;
    flex-shrink: 0;
    margin-right: 36px;
    display: flex;
    align-items: center;
}
.pro-mainimg{
    width: 434px;
    height: 434px;
    margin-right: 10px;
}
.pro-mainimg img{
    width: 100%;
    height: 100%;
}
.product-top .left .pro-swiper{
    width: 84px;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.pro-swiper-btn-view .pro-swiper-btn{
    width: 100%;
    position: absolute;
    left: 0;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    outline: none;
}
.pro-swiper-btn-view .pro-swiper-btn i{
    font-size: 24px;
    color: #c6c6c6;
}
.pro-swiper-btn-view .pro-swiper-btn.pro-swiper-btn-prev{
    top: 0;
}
.pro-swiper-btn-view .pro-swiper-btn.pro-swiper-btn-prev i{
    transform: rotate(-90deg);
    display: block;
}
.pro-swiper-btn-view .pro-swiper-btn.pro-swiper-btn-next{
    bottom: 0;
}
.pro-swiper-btn-view .pro-swiper-btn.pro-swiper-btn-next i{
    transform: rotate(90deg);
    display: block;
}
.product-top .left .pro-swiper .swiper-container{
    height: 340px;
}
.product-top .left .pro-swiper .swiper-slide.on{
    border: 2px solid #ff6900;
}
.product-top .left .pro-swiper .swiper-slide img{
    width: 100%;
    cursor: pointer;
}

.product-top .right{
    width: 100%;
   padding-right: 20px;
}
.product-top .right .name{
    font-size: 20px;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 10px;
    margin-top: 10px;
}
.product-top .right .xtit{
    font-size: 14px;
    line-height: 2;
    color: #000000;
    margin-bottom: 30px;
}
.product-top .right .xhao{
    font-size: 12px;
    color: #000;
    font-weight: bold;
    margin-bottom: 60px;
}
.product-top .right .buy{
    width: 194px;
    display: block;
}
.product-top .right .buy img{
    width: 100%;
}
.product-bottom{
    width: 100%;
    display: flex;
}
.product-bottom .left{
    width: 260px;
    flex-shrink: 0;
    margin-right: 26px;
    background: #fff;
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 30px;
}
.product-bottom .left p.tit{
    font-size: 14px;
    color: #000;
    font-weight: bold;
    line-height: 3;
    border-bottom: 2px solid #ff6900;
    margin-bottom: 36px;
    text-align: center;
}
.pro-hot-swiper .swiper-container{
    width: 100%;
    height: 820px;
}
.pro-hot-swiper .swiper-container .swiper-slide img{
    width: 100%;
    height: 100%;
}
.pro-hot-swiper .swiper-container .swiper-slide .img-view{
    width: 188px;
    height: 188px;
    border: 2px solid #f1f1f1;
}
.pro-hot-swiper .swiper-container .swiper-slide p{
    font-size: 14px;
    color: #000;
    text-align: center;
    line-height: 1.4;
    margin-top: 10px;
    padding: 0 4px;
}
.pro-hot-swiper-btn-next{
    width: 100%;
    height: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    cursor: pointer;
    outline: none;
}
.pro-hot-swiper-btn-next i{
    font-size: 24px;
    color: #c6c6c6;
    transform: rotate(90deg);
    display: block;
}
.product-bottom .right{
    width: 100%;
    background: #fff;
    padding-left: 36px;
    padding-right: 36px;
}
.product-xq-nav{
    display: flex;
    padding-top: 34px;
    border-bottom: 2px solid #ff6900;
}
.product-xq-nav>div{
    padding: 12px 14px;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    cursor: pointer;
}
.product-xq-nav>div.on{
    background: #000;
    color: #fff;
}
.product-xq-list img{
    width: 100%;
}
.product-xq-list p{
    font-size: 16px;
    line-height: 1.4;
    color: #000;
}
.product-xq-list table{
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-spacing: 0;/*去掉单元格间隙*/
}
.product-xq-list table td{
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
}
.product-xq-list .pro-gaisu img{
    width: 100%;
}
.product-xq-list>div{
    display: none;
    padding-bottom: 60px;
}
.product-xq-list>div:first-child{
    display: block;
}
.product-xq-item-tit{
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    color: #000;
    margin-top: 30px;
}
.prolist-main{
    width: 100%;
    background: #f1f1f1;
    padding-bottom: 40px;
}
.pro-titimg{
    width: 100%;
}
.prolist-nav{
    width: 100%;
    margin-top: 32px;
    display: flex;
    background: #fff;
    padding: 0 30px;
    padding-top: 14px;
    padding-bottom: 30px;
    border-bottom: 2px solid #ff6900;
}
.prolist-nav .item{
    width: 10%;
    cursor: pointer;
    flex-shrink: 0;
    position: relative;
}
.prolist-nav-item-img{
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.prolist-nav-item-img>img{
    width: 100%;
}
.prolist-nav-item-img>img.cp-hideimg{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
.prolist-hover{
    width: 90px;
    height: 90px;
    /* background: #ff6900; */
    border: 1px solid #f3f3f3;
    border-radius: 50%;
    /* opacity: 0; */

    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.prolist-nav .item:hover .prolist-hover{
    background: #ff6900;
    border: 1px solid #ff6900;
}
.prolist-nav .item:hover .prolist-nav-item-img>img.cp-hideimg{
    opacity: 1;
}
.prolist-nav .item:hover .prolist-nav-item-img>img.cp-showimg{
    opacity: 0;
}
.prolist-nav .item:hover .prolist-nav-item-name{
    color: #ff6900;
}
.prolist-nav-item-name{
    font-size: 12px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-top: 6px;
}
.prolist-nav .item.on .prolist-nav-item-name{
    color: #ff6900;
}
.prolist-nav .item.on .prolist-hover{
    background: #ff6900;
    border: 1px solid #ff6900;
}
.prolist-nav .item.on .prolist-nav-item-img>img.cp-hideimg{
    opacity: 1;
}
.prolist-nav .item.on .prolist-nav-item-img>img.cp-showimg{
    opacity: 0;
}
.prolist-nav .item.on::after{
    content: '';
    background: url("../images/sel-slot.png");
    width: 20px;
    height: 20px;
    background-position: bottom left;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 99;
    z-index: 99;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -30px;
}
.prolist-nav-children{
    width: 100%;
    background: #fff;
    margin-top: 8px;
    padding: 30px 24px;
    display: flex;
    flex-wrap: wrap;
}
.prolist-nav-children a{
    font-size: 12px;
    color: #3f3b3b;
    margin:14px 0;
    margin-right: 50px;
    font-weight: bold;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.prolist-nav-children a span{
    width: 6px;
    height: 6px;
    background: #ff6900;
    border-radius: 50%;
    display: block;
    margin-right: 8px;
}
.prolist-nav-children a.on{
    color: #ff6900;
}
.prolist-nav-children a:hover{
    color: #ff6900;
}
.prolist-cent{
    margin-top: 40px;
}
.prolist-qhbtn{
    display: flex;
    align-items: center;
    margin-bottom: 26px;
}
.prolist-qhbtn>div{
    font-size: 14px;
    color: #000;
    font-weight: bold;
    line-height: 1.4;
    padding: 0 10px;
    margin-right: 30px;
    cursor: pointer;
    position: relative;
}
.prolist-qhbtn>div.on::after{
    content: '';
    width: 100%;
    transform-origin: left;
    left: 5%;
    bottom: -10px;
    height: 3px;
    background: #ff6900;
    border-radius: 4px;
    position: absolute;
    transition: .4s;
}
.product-list-main{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.product-list-main .item{
    width: 23.5%;
    height: 300px;
    background: #fff;
    position: relative;
    display: block;
    margin-right: 2%;
    margin-bottom: 2%;
}
.product-list-main .item:nth-child(4n){
    margin-right: 0;
}
.prolist-item-slot{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 105, 0, .6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    transform: scale(0);
    transition: .4s;
}
.product-list-main .item:hover .prolist-item-slot{
    transform: scale(1);
}
.prolist-item-slot i{
    font-size: 16px;
    display: block;
    margin-left: 10px;
}
/* .product-list-main .item:nth-child(3){
    width: 50%;
    height: 600px;
}
.product-list-main .item:nth-child(10){
    width: 50%;
    height: 600px;
} */
.product-list-main .item img{
    width: 100%;
    height: 100%;
}
.product-list-main .item p.name{
    font-size: 14px;
    line-height: 1.6;
    font-weight: bold;
    color: #000;
    position: absolute;
    left: 0;
    bottom: 10px;
    padding: 0 20px;
}
.right-nav{
    width: 40px;
    position: fixed;
    bottom: 20vh;
    right: 0;
    z-index: 99999;
}
.right-nav>.item{
    width: 40px;
    height: 40px;
    margin-bottom: 3px;
    background: #ffffff;
    color: #ff6900;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0px 9px 24px 0px rgba(0, 0, 0, 0.17);
}
.right-nav>.item i{
    font-size: 26px;
}
.right-nav>.item:hover{
    background: #e22319;
    color: #fff;
    
}
.product-xq-list .pdf-btns{
    display: flex;
    margin-top: 26px;
    margin-bottom: 16px;
}
.product-xq-list .pdf-btns div{
    display: block;
    width: 138px;
    height: 34px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    margin-right: 16px;
    background: #b5b5b5;
}
.product-xq-list .pdf-btns div.on{
    background: #000;
}
.product-xq-list .xt-sel{
    width: 292px;
    height: 34px;
    border: 1px solid #777777;
    display: flex;
}
.product-xq-list .xt-sel select{
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
}
.product-xq-list .dow-ban{
    font-weight:bold;
    color: #ff6900;
}
.product-xq-list .qieh-cents .tit{
    font-size: 16px;
    line-height: 2;
    font-weight: bold;
    background: #ccc;
    color: #fff;
    padding: 0 20px;
}
.prodet-zcfu{
    width: 94%;
    margin: 0 auto;
    margin-top: 20px;
    border: 1px solid #999;
}
.prodet-zcfu .qieh-item{
    border-bottom: 1px solid #999;
    padding: 20px;
}
.prodet-zcfu .qieh-item.qdong .fwzc-item-bot{
    margin-top: 10px;
}
.prodet-zcfu .fwzc-item-bot{
    padding-top: 0;
    margin-top: 0;
    border-top:none;
}

.search-xlview{
    width: 350px;
    background: #fff;
    position: absolute;
    top: 44px;
    right: -10px;
    padding: 20px 8px;
    font-size: 0;
}

.search-xlview-pro{
    width: 100%;
    
}
.search-xlview .tit{
    color: #181818;
    font-size: 14px;
    line-height: 2;
    background: #f1f1f1;
    padding: 0 10px;
}
.search-xlview-pro .list .item{
    display: flex;
    align-items: flex-start;
    margin: 10px;
    cursor: pointer;
}
.search-xlview-pro .list .item .imgview{
    width:106px;
    margin-right: 10px;
    flex-shrink: 0;
}
.search-xlview-pro .list .item .name{
    color: #3b3430;
    font-size: 12px;
    line-height: 1.4;
    width: 100%;
    padding-top: 20px;
    font-weight: bold;
}
.search-xlview-news .list .item{
    margin-top: 20px;
    padding: 0 10px;
    display: block;
    cursor: pointer;
}
.search-xlview-news .list .item .name{
    color: #3b3430;
    font-size: 12px;
    line-height: 1.4;
    width: 100%;
    font-weight: bold;
}
.search-xlview-more{
    font-size: 12px;
    color: #ff6900;
    font-weight: bold;
    margin-top: 30px;
    display: block;
    text-align: right;
    cursor: pointer;
}

@media screen and (max-width: 1200px){
    .prolist-main .container {
        padding: 0;
    }
}

