*{
    box-sizing: border-box;
}
.header{
    display: flex;
    width: 1200px;
    margin: auto;
    padding: 14px 0;
    align-items: center;
}
.width1200 { margin: 0 auto;width: 1200px; }
.clearfix::before, .clearfix::after { content: "";display: block;visibility: hidden;height: 0;line-height: 0;clear: both; }
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flex_1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.flex_center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex_align {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.logo_link{
    display: flex;
}
.logo_link img{
    width: 180px;
}
.header_nav{
    flex: 1;
    justify-content: end;
    display: flex;
    margin-left: 80px;
    padding-bottom: 4px;
    margin-right: 0;
}
.header_nav li{
    padding: 0 30px;
    font-size: 16px;
    color: #333;
    text-align: right;
}
.header_nav li .hot{
    position: relative;
}
.header_nav li .hot:after {
    content: "";
    display: block;
    width: 30px;
    height: 21px;
    background: url(/ui/img/hot_icon.png) no-repeat;
    background-size: cover;
    vertical-align: top;
    position: absolute;
    top: -24px;
    right: -2px;
}
.header_nav .placard a{
    color: #FF6800;
}
.online_shop_well{
    display: flex;
    margin-left: auto;
    color: #FF6800;
    align-items: flex-end;
}
.online_shop_well a{
    color: #FF6800;
}
.online_shop_well .online_shop img{
    margin-right: 6px;
    vertical-align: bottom;
}
.online_shop_well .telephone{
    font-size: 24px;
    font-weight: bold;
    margin-left: 30px;
    line-height: 1;
}

/*footer*/
.footer .trade_ensure_well { height: 104px;margin: 20px auto; }
.footer .trade_ensure_item { margin-left: 126px; }
.footer .trade_ensure_item:first-child { margin-left: 0; }
.footer .trade_ensure_item img { display: block;vertical-align: middle; }
.footer .trade_ensure_item .trade_ensure_cell { width: 154px;padding-left: 12px; }
.footer .trade_ensure_item .trade_ensure_title { font-size: 18px;font-weight: bold;color: #000;line-height: 18px;margin: 14px 0 8px; }

.contact_us { width: 100%;height: 48px;line-height: 48px;border-bottom:1px solid #666666;background: #272728; }
.contact_us ul { list-style: none; }
.contact_us li a { font-size: 16px;color: #fff;margin-right: 56px;text-decoration: none; }

.contact_info { background: #282828; }
.contact_info .contact_info_cell { padding: 45px 0 110px 0; }
.contact_info .contact_info_cell p { font-size: 14px;color: #ccc; }
.contact_info img { width: 120px;height: 120px;display: block;vertical-align: middle;margin-top: 18px; }
.hide_common .trade_ensure_well { display: none; }

.picScroll-left{ overflow:hidden; position:relative;margin-top: 25px}
.picScroll-left .prev,.picScroll-left  .next{    position: absolute;    left: 8px;
    top: 75px; display:inline-block;  width:30px; height:30px; margin-right:5px;overflow:hidden;
    cursor:pointer; background: url(/ui/img/jmqqwIco.png) -1px -377px no-repeat;}
.picScroll-left .next{ background-position: -1px -412px; left: 1170px; }
.picScroll-left .bd{ padding:10px 50px;   }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li .pic img{ width:255px; height:155px; display:block;  padding:2px; border:1px solid #ccc; }
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left .bd ul li .title{ line-height:24px;   }

/*新的*/
.contact_info{
    background-color: #272728;
}
.contact_info .foot_div1{
    display: flex;width: 1200px;color: #707070;margin: auto;padding: 40px 0
}
.foot_div1 .d1>div{
    padding: 10px 0;
    font-size: 15px;
}
.foot_div1 .d1-r{
    margin-left: auto;
    margin-right: 20px;
}
.foot_div1 .d1 .iconfont{
    background-color: #5F5F61;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    width: 26px;
    height: 26px;
    font-size: 14px;
    color: #131315;
    margin-right: 10px;
}
.foot_div1 .dd1{
    display: flex;
}
.foot-p1{
    margin-top: 15px;
    color: #C7C7C7;
}
.foot-p2{
    margin-top: 15px;
    font-size: 24px;
    color: #C7C7C7;
}
.foot_div2{
    width: 1200px;
    margin: auto;
    padding:10px 0  20px;
    text-align: center;
    color: #acacac;
}
.foot_div2 p{
    padding: 4px 0;
}
.foot_div2 a{
    color: #acacac;
}
/*footer end*/
@media (max-width: 768px) {
    .header{
        width: 100%;
        margin: 0;
        padding: 10px 6px;
    }
    .logo_link img{
        width: 140px;
    }
    .header_nav{
        margin-left: 12px;
        padding-bottom: 0;
        justify-content: end;
        flex-wrap: wrap;
    }
    .header_nav li{
        padding: 6px 10px;
        font-size: 14px;
    }
    .online_shop_well{
        display: none;
    }
    .width1200{
        width: 100%;
        padding: 0 16px;
    }
    .contact_us{
        height: auto;
        line-height: normal;
    }
    .contact_us ul{
        flex-wrap: wrap;
        padding: 0 16px;
    }
    .contact_us li a{
        font-size: 18px;
        margin-right: 24px;
    }
    .contact_info .foot_div1{
        width: 100%;
        flex-direction: column;
        padding: 24px 16px;
    }
    .foot_div1 .d1-r{
        margin-left: 0;
        margin-right: 0;
    }
    .foot_div2{
        width: 100%;
        padding: 10px 16px 20px;
    }
}
