/*文章格式*/
.content_div{
    width: 1200px;
    display: table;
    margin: auto;
    padding-bottom: 80px;
}
.one_img{
    margin: 0 auto 20px auto!important;
}
.content_div p{
    font-size: 14px;
    line-height: 28px;
    text-indent: 30px;
}
.content_div img{
    max-width: 100%;
    margin: 10px auto;
    display: block;
}
@media (max-width: 1200px) {
    .content_div{
        width: calc(100% - 20px);
        padding: 0 10px;
    }
}
/*文章格式*/

/*防伪查询*/
.check_div{
    width: 800px;
    margin: 80px auto;
    border: 1px solid #dddddd;
    display: table;
    cursor: pointer;
    border-radius: 3px;
}
.check_img{
    width: 300px;
    height: auto;
    display: block;
    float: left;
}
.check_p{
    width: 260px;
    float: left;
    display: block;
    padding-left: 40px;
    font-size: 30px;
    padding-top: 80px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currentlynot supported by any browser */
}

.check_title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    border-bottom: 1px solid #dddddd;
    background-color: #F5F5F5;
}
.check_input{
    display: table;
    margin: 50px auto 30px auto;
}
.check_text{
    width: 350px;
    height: 34px;
    border: 1px solid #dddddd;
    text-indent: 10px;
    padding: 0;
    margin: 0;
    float: left;
    font-size: 14px;
    border-radius: 3px 0 0 3px;
    outline: none;
}
.check_btn{
    width: 100px;
    height: 36px;
    border-left: none;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #000000;
    background-color: #dddddd;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
}
.disable{
    pointer-events: none;
}
.check_btn:hover{
    background-color: #0078f1;
    color: #ffffff;
    border-left: none;
    border-top: 1px solid #0078f1;
    border-right: 1px solid #0078f1;
    border-bottom: 1px solid #0078f1;
}
.check_res{
    width: 453px;
    min-height: 30px;
    display: table;
    margin: auto;
}
.res_p{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    word-wrap:break-word;
    word-break:break-all;
}
.res_s{
    font-size: 20px;
    line-height: 36px;
    word-wrap:break-word;
    word-break:break-all;
}
.check_tip{
    width: 453px;
    display: table;
    font-size: 12px;
    color: #999999;
    margin: 30px auto 50px auto;
    word-wrap:break-word;
    word-break:break-all;
    line-height: 20px;
}
/*-------防伪码颜色控制---------*/
.cys1 {color: #000000}
.cys2 {color: #FF0000}
.cys3 {color: #00FF00}
.cys4 {color: #0000FF}
.cys5 {color: #B0171F}
.cys6 {color: #308014}
.cys7 {color: #FF6100}
.cys8 {color: #A020F0}
.cys9 {color: #FFC0CB}
.cys0 {color: #FFFFFF}
/*----------------------------*/

@media (max-width: 1200px) {
    .check_div{
        width: 90%;
        margin: 50px auto;
    }
    .check_img{
        width: 100%;
    }
    .check_p{
        width: calc(100% - 30px);
        padding: 15px;
        font-size: 24px;
        text-align: center;
        line-height: 40px;
    }
    .check_title{
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
    .check_input{
        width: 90%;
        margin: 30px auto 20px auto;
    }
    .check_text{
        width: calc(70% - 3px);
        height: 34px;
    }
    .check_btn{
        width: 30%;
        height: 36px;
    }
    .check_res{
        width: 90%;
    }
    .res_s{
        font-size: 18px;
    }
    .check_tip{
        width: 90%;
        margin: 20px auto 30px auto;
    }
}
/*防伪查询*/

/*网上购买*/
.buy_item{
    width: 620px;
    margin: 20px auto;
    border: 1px solid #dddddd;
    display: table;
    cursor: pointer;
}
.buy_1{
    width: 160px;
    height: 120px;
    float: left;
    padding: 10px 20px;
}
.buy_1 img{
    width: 120px;
    height: auto;
    display: block;
}
.buy_img1{
}
.buy_img2{
    margin-top: 22px;
}
.buy_img3{
    margin-top: 23px;
}
.buy_img4{
    margin-top: 35px;
}
.buy_p{
    display: block;
    float: left;
    font-size: 30px;
    line-height: 40px;
    padding-top: 50px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currentlynot supported by any browser */
}
@media (max-width: 1200px) {
    .buy_item{
        width: 90%;
        position: relative;
    }
    .buy_1{
        width: calc(40% - 20px);
        height: 80px;
        padding: 10px;
    }
    .buy_1 img{
        width: 80px;
    }
    .buy_p{
        width: 60%;
        font-size: 18px;
        line-height: 20px;
        position: absolute;
        padding-top: 0;
        top: calc(50% - 20px);
        left: 40%;
    }
    .buy_img2{
        margin-top: 14px;
    }
    .buy_img3 {
        margin-top: 16px;
    }
    .buy_img4 {
        margin-top: 25px;
    }
}
/*网上购买*/

/*新闻动态*/
.list_div{
    width: 840px;
    display: table;
    float: left;
}
.news_cate{
    width: 100%;
    display: table;
    text-align: center;
}
.cate_item{
    margin: 0 5px;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    width: 132px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.cate_sel{
    background: #0078F1;
    color: #fff;
}
.news_list{
    margin-top: 50px;
    width: 100%;
    display: table;
}
.news_item{
    width: 100%;
    display: table;
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
}
.news_date{
    width: 80px;
    padding: 15px 0;
    background: #0078F1;
    color: #fff;
    text-align: center;
    float: left;
}
.date_d{
    height: 30px;
    line-height: 30px;
    font-size: 20px;
}
.date_y{
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}
.news_content{
    float: left;
    margin-left: 20px;
    width: 740px;
    overflow: hidden;
}
.news_title{
    font-size: 18px;
    color: #333;
    padding: 7px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    font-weight: 400;
}
.news_desc{
    padding-top: 6px;
    color: #999;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hot_div{
    width: 278px;
    padding: 20px;
    margin-left: 20px;
    display: table;
    float: left;
    border: 1px solid #dddddd;
}
.hot_title{
    width: 100%;
    display: table;
}
.hot_w{
    width: 40%;
    text-align: center;
    float: left;
    line-height: 30px;
    color: #565656;
    font-size: 20px;
}
.hot_x{
    width: 30%;
    border-top: 1px solid #dddddd;
    margin-top: 14.5px;
    float: left;
}
.hot_list{
    width: 100%;
    display: table;
    margin-top: 20px;
}
.hot_item{
    display: block;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 14px;
}
.content_title{
    font-size: 20px;
    color: #333;
    padding: 7px 0;
    margin: 0;
    font-weight: 400;
    text-align: center;
    width: 100%;
}
.content_desc{
    padding-top: 6px;
    color: #999;
    font-size: 12px;
    text-align: center;
}
.content_html{
    width: 100%;
    margin-top: 20px;
}
@media (max-width: 1200px) {
    .list_div{
        width: 100%;
    }
    .cate_item{
        width: 49%;
        margin-left: 0;
        margin-right: 2%;
        display: block;
        float: left;
    }
    .cate_item:nth-child(2n){
        margin-right: 0;
    }
    .news_list{
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .news_date{
        width: 70px;
        padding: 10px 0;
    }
    .news_content{
        width: calc(100% - 80px);
        margin-left: 10px;
    }
    .hot_div{
        display: none;
    }
    .content_title{
        font-size: 18px;
    }
    .content_html{
        padding-bottom: 20px;
    }
}
/*新闻动态*/