body{position: relative;}

header {
    background-color: #fff;
}
/*.banner{*/
/*    padding-bottom: 13.5%;*/
/*    height: 0;*/
/*    overflow: hidden;*/
/*}*/
.banner .swiper-container{
    height: 30%;
    overflow: hidden;}
.banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: transparent;
    opacity: 1;
    border: 1px solid #fff;
}
.banner .swiper-pagination-bullet-active {
    background: #fff;
}

a.send_info_btn{display: block;height: 40px;line-height: 40px;border-radius: 25px;background-color: #1736C1;color: #FFF;text-align: center;margin-top: 20px;}
a.send_info_btn:hover{color:#FFF;}

.row-index1{
    margin: 40px 0 30px;
    position: relative;
    z-index: 1;
}
.box-nav{
    margin-bottom: 30px;
}
.box-nav dl{
    font-size: 16px;
    height: 70px;
    line-height: 70px;
    background: #F5F5F5;
    border: 1px solid #E7E7E7;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.box-nav dt{
    margin-right: 45px;
    display: inline-block;
}
.box-nav dd{
    margin: 0;
    display: inline-block;
}
.box-nav dt a{
    min-width: 130px;
    display: inline-block;
    text-align: center;
    border-right: 1px solid #B1B1B1;
    line-height: 24px;
}
.box-nav dd a{
    margin-right: 50px;   
}
.box-nav dd a:last-child{
    margin-right: 0;
}
.box-nav dl a.on{
    font-size: 18px;
    font-weight: bold;
}
.box-nav dd a .iconfont{
    display: inline-block;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media only screen and (max-width:1450px){
    .box-nav dt {
        margin-right: 32px;
    }
    .box-nav dt a {
        min-width: 100px;
    }
    .box-nav dd a {
        margin-right: 32px;
    }
}
@media only screen and (max-width:768px){
    .row-index1 {
        margin: 20px 0 30px;
        position: static;
    }
    .box-nav {
        margin-bottom: 6px;
    }
    .box-nav dl {
        font-size: 14px;
        height: 32px;
        line-height: initial;
        background: transparent;
        border: none;
    }
    .box-nav dt {
        margin-right: 24px;
    }
    .box-nav dd a {
        margin-right: 24px;
    }
    .box-nav dt a {
        min-width: initial;
        border-right: none;
    }
    .box-nav dl a.on{
        font-size: 14px;
        font-weight: bold;
        color: #1736C1;
    }
    .box-nav dd a .iconfont {
        display: none;
    }
}
/* 分类筛选 begin */
/* pc端 */
.box-type .list{
    display: none;
}
.box-type-pc .item-tit{
    float: left;
    font-size: 16px;
    line-height: 28px;
    width: 8%;
    white-space: nowrap;
}
.box-type-pc .item-cont{
    font-size: 12px;
    position: relative;
    float: left;
    width: 92%;
}
.box-type-pc .item-cont ul{
    margin: 0 -9px;
}
.box-type-pc .item-cont .ul-dq{
    border-top: 1px solid #DBDBDB;
    padding-top: 18px;
    display:none;
}
.box-type-pc .item-cont .ul-dq1{
    padding-right: 90px;
}
.box-type-pc .item-cont ul li{
    float: left;
    position: relative;
}
.box-type-pc .item-cont .con,
.box-type-pc .item-cont .ul-dq1 li{
    margin: 0 9px 18px;
    display: block;
    min-width: 82px;
    text-align: center;
    height: 28px;
    line-height: 26px;
    background: #F5F5F5;
    border: 1px solid #E7E7E7;
    cursor:pointer;
}
.box-type-pc .item-cont li.on .con,
.box-type-pc .item-cont .ul-dq1 li.on{
    background: #1736C1;
    border: 1px solid #1736C1;
    color: #fff;
}
.box-type-pc .item-cont .on-text{
    background: #1736C1;
    border: 1px solid #1736C1;
    min-width: 84px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.box-type-pc .item-cont .dq-two-list{
    position: absolute;
    left: 50%;
    top: 100%;
    min-height: 122px;
    background: #F5F5F5;
    border: 1px solid #eee;
    padding: 15px 28px;
    z-index: 2;
    width: 354px;
    margin-left: -177px;
    display: none;
}
.box-type-pc .item-cont .dq-two-list::after{
    content: '';
    display: block;
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -9px;
    width: 14px;
    height: 14px;
    background: #F5F5F5;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    transform: rotate(45deg);
}
.box-type-pc .item-cont .dq-two-list ol{
    margin: 0 -9px;
}
.box-type-pc .item-cont .dq-two-list ol li.on a{
    color: #1736C1;
    font-weight: bold;
}
.box-type-pc .item-cont .dq-two-list a{
    font-size: 14px;
    margin: 0 9px 18px;
    line-height: 30px;
}

.box-type-pc .item-cont ul>li:hover .dq-two-list{
    display: block;
}
.box-type-app{
    display: none;
}
@media only screen and (max-width:1199px){
    .box-type-pc .item-tit {
        width: 14%;
    }
    .box-type-pc .item-cont {
        width: 86%;
    }
}
/* 移动端 */
@media only screen and (max-width:768px){
    .box-type-pc{
        display: none;
    }
    .box-type-app{
        display: block;
    }
    .box-type-app .app-nav{
        white-space: nowrap;
        overflow-x: auto;
        padding-bottom: 18px;
    }
    .box-type-app .app-nav li{
        display: inline-block;
        padding: 6px 8px;
        background: #f4f4f4;
        border-radius: 4px;
        font-size: 12px;
    }
    .box-type-app .app-nav li .iconfont{
        display: inline-block;
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .box-type-app .app-nav li.on{
        color: #1736C1;
    }
    .box-type-app .app-nav li.on .iconfont{
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .box-type-app .app-cont-pos{
        position: absolute;
        width: 100%;
        left: 0;
        height: 100%;
        z-index: 1;
        background: rgba(0,0,0,0.5);
        display: none;
    }
    .box-type-app .pos-item{
        display: none;
        height: 220px;
        overflow-y: auto;
        background: #fff;
        padding: 0 20px;
    }
    .box-type-app .item-cont ul{
        margin: -8px -4px 0;
    }
    .box-type-app .item-cont li{
        float: left;
        width: 33.3%;
    }
    .box-type-app .item-cont .con{
        margin: 8px 4px 0;
        display: block;
        text-align: center;
        height: 34px;
        line-height: 34px;
        background: #F5F5F5;
        font-size: 12px;
    }
    .box-type-app .item-cont li.on .con{
        background: #1736C1;
        color: #fff;
    }
    .box-type-app .pos-item.app-dq{
        height: 300px;
    }
    .box-type-app .dq-sheng{
        width: 100px;
        float: left;
        overflow-y: auto;
        height: 290px;
    }
    .box-type-app .dq-shi{
        overflow: hidden;
    }
    .box-type-app .dq-shi ul{
        overflow-y: auto;
        min-width: 100px;
        height: 290px;
        line-height: 40px;
        margin-left: 30px;
        padding-right: 30px;
    }
    .box-type-app .dq-shi a{
        display: block;
    }
    .box-type-app .dq-sheng ul li{
        background: #f5f5f5;
        text-align: center;
        height: 45px;
        line-height: 45px;
    }
    .box-type-app .dq-sheng ul li.on{
        background: #fff;
    }
}
/* 分类筛选 end */

/* 验厂企业推荐 begin */
.box-ycqytj .ul3 {
    margin: -30px -15px 0;
}
.box-ycqytj .con{
    margin: 30px 15px 0;
}
.box-ycqytj .con .pic{
    height: 0;
    overflow: hidden;
    padding-bottom: 46%;
}
.box-ycqytj .con .pic img{
    width: 100%;
}
.box-ycqytj .con .cont{
    background: #FAFAFA;
    border: 1px solid #F1F1F1;
    padding: 12px 15px 20px;
    min-height: 150px;
}
.box-ycqytj .con .cont h3{font-size:18px;font-weight:bold}
.box-ycqytj .con .cont p{
    color: #444;
    line-height: 26px;
    margin-top: 8px;
    font-size: 16px;
}
.box-ycqytj .con .cont p span:not(:last-child){
    margin-right: 10px;
}

@media only screen and (max-width:1199px){
    .box-ycqytj .ul3 {
        margin: -20px -15px 0;
    }
    .box-ycqytj .con {
        margin: 20px 15px 0;
    }
    .box-ycqytj .con .cont p {
        font-size: 14px;
    }
    .box-ycqytj .con .cont p span:not(:last-child) {
        margin-right: 6px;
    }
}
/* 验厂企业推荐 end */

/* 分页 */
.box-page{
    text-align: center;
    font-size: 20px;
}
.box-page a{
    display: inline-block;
    height: 40px;
    line-height: 38px;
    border: 1px solid #4B4B4B;
    border-radius: 4px;
    padding: 0 16px;
    font-size: 16px;
}
.box-page a.page-next{
    margin-left: 30px;
}
.box-page a.page-prev{
    margin-right: 30px;
}
.box-page a.on{
    color: #A1A1A1;
    border-color: #A1A1A1;
}

header{height:auto;line-height:initial;background-color:#FFF;box-shadow:0 0 10px 0 rgb(0 0 0 / 10%);}
.nav_top{display:none;font-size:12px;}
.order_box .btn_order6{top:40px;}
.nav_top_t{display:none;color:#FFF;background:black;height:40px;line-height:40px;border-bottom:1px solid red;}
.main_header{height:80px;line-height:80px;}
.nav_top_t a{color:#FFF;}
.all_change_color4 .search-sub{background-color:black;border:1px solid black;}
.all_change_color4 .search input{border:1px solid black;}
.all_change_color4 a.send_info_btn{border-radius:0;border:1px solid black;background-color:black;}
.banner{position:relative;}
.banner .send_info_btn{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:999;    border-radius: 0;border: 1px solid #c3e7c3;background-color: #c3e7c3;width: 100px;height: 100px;line-height: 1.2;font-size: 18px;border-radius:50%;padding:25px 24px 0;color:#333;}
a.send_info_btn:hover{color:blue;}

.row-index1{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:1260px;z-index:999;margin:0;padding:0 20px;}
.row-index1 .box-nav{margin-bottom:0;}
.row-index1 .iconfont{display:none !important;}
.row-index1 .scrollbar{overflow:initial;}
.row-index1 .box-nav dd a{margin-right:20px;font-weight:500;}
.row-index1 .box-nav dd a:hover{color:#951b1b;}
.row-index1 .box-nav dl{background-color:#c3e7c3;text-align:center;border-top-left-radius: 50px;border-top-right-radius: 50px;}
.row-index1 .box-nav a{color:#333;}
header{z-index:99999;}
.box-nav dl a.on{display:none;}
.ul_box li{width:33.33%;}
.icp_item .icp_img_box{padding-bottom:68%;border-radius:25px;}
.icp_title{height:50px;line-height:50px;font-size:24px;background: #c3e7c3;padding: 0 40px;border-top-left-radius: 50%;border-top-right-radius: 50%;color: blue;}
.search{float:right;text-align:right;display:none;}
.search input{width:200px;border-top-left-radius: 25px;border-bottom-left-radius: 25px;}
.nav_top_t{position:relative;background-color:#000;border:0;height:32px;line-height:32px;}
.nav_top_t .wp{position:relative;}
a.send_info_btn{height: auto;line-height: initial;background: transparent;margin-top: 0;position: absolute;right: 20px;top: 50%;transform: translateY(-50%);}
a.send_info_btn:hover{color:#FFF;}
.main_header{position:relative;}
header .row-index1{width:auto;padding:0;transform: translateY(-50%);top:50%;right:20px;left:auto;height: 23px;line-height: 23px;}
header .box-nav dl{height:auto;line-height:initial;}
header .row-index1 .box-nav dl{background-color: transparent;border: none;}
header .row-index1 .box-nav dd a{color:#333;}
header .row-index1 .box-nav dd a:hover{cursor:pointer;}

a.send_info_btn{font-size:14px !important;}
.scrollbar::-webkit-scrollbar-thumb{background-color:green!important;}
body .icp_title{background-color:transparent;color:#333;}
body .icp_item .icp_img_box{display:none;}
body .icp_item .icp_txt p{height:auto;}
body .add_list1 .ul_box .icp_item{border: none;border-radius: 0;}
body .add_list2 .ul_box .icp_txt h3{font-size: 14px;font-weight:500;}
body .add_list2 .icp_item .icp_txt{margin-top:0;}
body .add_list2 .ul_box li{margin-top:10px;width:50%;}
body .add_list2  .ul_box .icp_item{padding:5px 20px;background: #e7e7e7;}
body .add_list2 .icp_item .icp_txt p{margin-top:0;}
body .add_list2 .ul_box .icp_item:hover{background-color:#2bbdf0;}
body .add_list2 .ul_box .icp_item:hover .icp_txt h3{color:#FFF;}
body .add_list1 .ul_box .icp_item:hover{background-color:#2bbdf0;}
body .add_list1 .icp_item:hover .icp_txt h3{color:#FFF;}
body .add_list1 .ul_box .icp_item:hover .icp_txt p{color:#FFF;}
.nav_list2 .ycqy_order{display:none;}

.ul_box .icp_item{border-bottom: 2px solid #333;}
.ul_box .icp_item:hover{border-color: #746acc;color: #746acc;}
.nav_list2 .st_list2 .ul_box .icp_item{border-bottom: 2px dotted #333;}

.foot-bah{text-align:left;}
.foot-bah span,
.foot-bah a{display:block;}
.logo:hover a{color:#999 !important;}



.c_item_title{height: 50px;line-height: 50px;font-size: 20px;font-weight: bold;}
.c_ul:after{content:"";display:block;clear:both;}
.c_ul li{float:left;width:25%;}
.c_ul li>a{display:block;position:relative;}
.c_ul .c_img{overflow:hidden;height:0;padding-bottom:100%;position:relative;}
.c_ul .c_img img{position:absolute;width:100%;height:100%;transition:all 0.3s;}
.c_ul li>a:hover{color:#ff0000;}
.c_ul li>a:hover .c_img img{transform:scale(1.05);}
.c_title{height:3em;line-height:1.5em;display:-webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient:vertical; -webkit-line-clamp:2;}
.c_phone{margin-top:5px;height:24px;line-height:24px;}
.c_name{display:none;}
.list_box:after{content:"";display:block;clear:both;}
.list_box .item{display:none;}
.list_box .item .item_ul li{display:none;}
.list_box .item .item_ul li:nth-child(-n+24){display:list-item;}

