/* reset */

* {
    padding: 0;
    margin: 0;
    font-family: 微软雅黑, Arial, Helvetica, sans-serif;
    text-size-adjust: none;
}

.clear {
    clear: both;
}

.clean::after {
    content: '';
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

li {
    list-style: none;
}


/* header */

#header {
    width: 100%;
    height: 130px;
    position: fixed;
    top: 0px;
    z-index: 9999;
    background: #FFF
}

#header .wrap1400 {
    height: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
}


/* header logo */

#header .wrap1400 .logo {
    margin: 0 0 0 20px;
    width: 250px;
}

#header .wrap1400 .logo img {
    display: block;
    width: 100%;
    margin-top: 27px;
}

.head_tel{
    display: flex;
    align-items: center;
}
.head_tel img{
    width: 30px;
    height: 30px;
}
.head_tel p{
    margin: 0!important;
    font-size: 18px;
}
/* header nav */

#header .wrap1400 .nav {
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: row;
}

#header .wrap1400 .nav .item {
    position: relative;
}

#header .wrap1400 .nav .item::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    display: block;
    height: 16px;
    width: 2px;
    background: #000;
}

#header .wrap1400 .nav .item:nth-child(18):after {
    background: none;
}

#header .wrap1400 .nav .fl a {
    display: block;
    height: 100%;
    line-height: 130px;
    padding: 0 12px;
    color: #000;
    font-size: 16px;
}
#header .wrap1400 .nav .fl:nth-of-type(1) a{
    padding-left: 0item fl 
}
#header .wrap1400 .nav .on a {
    color: #ff6700;
}


/* banner */

#banner {
    width: 100%;
    margin-top: 130px
}


/* 一物一码系统 */

.index-case {
    padding: 40px 0
}

.index-case h2 {
    text-align: center;
    font-weight: 600;
    margin: 0 0 40px 0;
    font-size: 30px
}

.index-case ul .index-case-item .case-item-img {
    height: 100px;
    width: 100px;
    background-color: beige;
    border-radius: 50%;
    margin: 30px auto;
}

.index-case ul .index-case-item .case-item-img img {
    width: 100%;
    height: 100%;
    display: block;
}

.index-case ul .index-case-item .case-item-title {
    text-align: center;
    font-size: 24px;
}

.index-case ul .index-case-item .case-item-title a {
    color: #333
}

.index-case>.contanier {
    width: 90%;
    margin: 0 auto;
}


/* 防伪标签 */

.bg-e {
    background: #eee;
}

.ac .index-case-item {
    /* width: 100%; */
    margin: 20px 0;
    overflow: hidden;
}

.ac .index-case-item:hover img {
    transform: scale(1.3, 1.3)
}

.ac .case-item-ac-img img {
    width: 100%;
    display: block;
    transition: all 300ms ease 0s;
}


/* 合作伙伴 */

.pn .index-case-item {
    border: 1px solid #eee;
    margin-top: 0;
}

.pn .case-item-pn-img img {
    width: 100%;
    display: block;
}

.fwal {
    width: 100%;
}

.fwal img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding-bottom: 3%;
}


/* 新闻动态 */

.news h2 {
    position: relative;
}

.news h2::after {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background-color: blue;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
}

.news .nav-list {
    display: flex;
    flex-direction: row;
    justify-items: center;
    margin: 20px 0;
}

.news .nav-list ul {
    margin: auto;
}

.news .nav-list .nav-list-item {
    text-align: center;
    display: inline-block;
    padding: 0 40px;
    font-size: 16px;
    cursor: pointer
}

.news .news-list {
    display: none
}

.news .nav-list .on {
    color: #ff6700;
}

.news .news-list .news-list-item {
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    cursor: pointer;
}

.news .news-list .news-list-item .list-item-img {
    background: beige;
    width: 260px;
    height: 190px;
}

.news .news-list .news-list-item .list-item-img img {
    width: 260px;
    height: 100%;
}

.news .news-list .news-list-item .list-item-title {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    position: relative
}

.news .more1 {
    position: absolute;
    right: 0px;
    bottom: 0px
}

.news .more1 a {
    display: inline-block;
    padding: 4px 10px;
    border: solid 1px #EE8728;
    color: #EE8728;
    text-decoration: none
}

.news .news-list .news-list-item .list-item-title .list-item-head {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
    height: 30px;
    line-height: 30px;
    overflow: hidden
}

.news .news-list .news-list-item .list-item-title .list-item-head a {
    color: #333
}

.news .news-list .news-list-item .list-item-title .list-item-time {
    color: #a7a7a7;
    font-size: 14px;
    margin-bottom: 8px;
}

.news .news-list .news-list-item .list-item-title .list-item-detail {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}


/* 底部搜索 */

#footerInput {
    width: 100%;
    height: 250px;
    background: #fa924a url(../images/bg1.jpg) bottom no-repeat;
}

#footerInput .footer-input-title {
    text-align: center;
    padding: 60px 0 25px;
    color: #fff;
    font-size: 22px
}

#footerInput .footer-input {
    display: flex;
    justify-content: center;
}

#footerInput .footer-input .footer-input-content {
    position: relative;
}

#footerInput .footer-input input {
    width: 460px;
    height: 44px;
    outline: none;
    border-radius: 5px;
    border: none;
    padding: 15px;
    font-size: 16px
}

#footerInput .footer-input .footer-input-submit {
    position: absolute;
    right: 2px;
    bottom: 2px;
    height: 40px;
    width: 100px;
    line-height: 40px;
    color: #fff;
    background-color: #ff6702;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    font-size: 16px
}


/* footer */

#footer {
    background: #0f1015;
}

#footer>.contanier {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}

#footer .footer-top {
    height: 120px;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    position: relative;
    /* padding: 0 130px; */
    font-size: 16px
}

.footer-mid-left a {
    color: #fff;
    font-size: 18px
}

#footer .footer-top::after {
    content: '';
    display: block;
    /* width: 96.5%; */
    width: 1180px;
    margin-left: 14px;
    height: 1px;
    background: #eee;
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
}

.footer-top-chat {
    width: 200px;
    /* height: 60px; */
    /* background: #fff; */
    margin: 0 20px
}
.footer-top-chat2{
    width: 100px;
    /* margin: 0 20px; */
}
.footer-mid-left ul{
    margin: 30px 0
}
.footer-mid-left ul li {
    color: #fff;
    padding: 0 16px;
}
.footer-mid-left ul li:nth-of-type(1){
    padding-left: 0
}

#footer .footer-mid {
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 200px;
    /* padding: 0 60px; */
}

.footer-mid-left {
    position: relative;
    margin: 0 20px
}

/* #footer .footer-mid .footer-mid-left::after {
    content: '';
    display: block;
    width: 1px;
    height: 80px;
    background: #eee;
    position: absolute;
    right: -20px;
    top: -10px;
} */

.footer-mid-phone {
    margin-left: 40px;
}

.footer-mid-phone span {
    font-size: 24px;
    padding: 0 40px;
    background: url(../images/tel.jpg) no-repeat;
    color: #fff
}

.footer-mid-right {
    font-size: 14px;
    width: 450px;
    padding-right: 14px
}

.footer-mid-right span {
    font-size: 14px;
    color: #a7a7a7;
}

.link {
    background: #f0efea;
    /* background: #0f1015; */
    clear: both;
    display: flex;
    justify-content: center;
}

.link .footer-bot {
    /* width: 96%; */
    /* width: 38%; */
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 15px 60px;
    /* color: #fcf9f6; */
    color: #000
}

.link .footer-bot span {
    color: #000;
    font-size: 12px;
    height: 20px;
    float: left;
    margin-top: 2px;
}

.link .footer-bot ul {
    float: left;
    margin-bottom: 0px
}

.link .footer-bot a {
    color: #000;
    font-size: 12px;
    margin-right: 30px;
}

.col-md-2 {
    width: 20%
}

.banner {
    margin-top: 130px
}

.banner img {
    width: 100%
}

.box {
    width: 100%
}

.view {
    width: 90%;
    max-width: 1200px;
    margin: 30px auto
}

.view .title {
    font-size: 25px;
    text-align: center;
}

.view .time {
    font-size: 14px;
    text-align: center;
    color: #999;
    margin-top: 10px
}

.view .text {
    font-size: 16px;
    margin-top: 20px;
    line-height: 28px
}

.view .text img {
    max-width: 100%
}

.main {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto
}

.subnav {
    text-align: center
}

.subnav a {
    display: inline-block;
    background: #eee;
    padding: 10px 40px;
    font-size: 18px;
    color: #333;
    margin: 0 2px 10px 2px;
}

.subnav a.cur {
    background: #0382db;
    color: #fff
}

.acon {
    font-size: 16px;
    margin-top: 20px;
    line-height: 28px;
}

#dituContent {
    width: 100%;
    height: 550px;
    border: #ccc solid 1px;
    margin-top: 20px
}

.news {
    width: 100%;
    margin: 30px auto 0 auto
}

.news_li {
    border-bottom: solid 1px #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.news_li_l {
    width: 22%
}

.news_li_l img {
    width: 100%;
    max-height: 180px;
}

.news_li_r {
    width: 75%
}

.news_li_r h1 {
    font-size: 16px;
    margin-top: 0px
}

.news_li_r p {
    padding-bottom: 10px;
    font-size: 14px;
    color: #999;
    line-height: 26px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_li_r .time {
    color: #999;
}

.news_li_r .more a {
    display: inline-block;
    padding: 4px 15px;
    border: solid 1px #ccc;
    color: #999;
    text-decoration: none
}

.news_li_r .more a:hover {
    color: #fff;
    background: #0382DB;
    border: solid 1px #0382DB
}

.norecord {
    text-align: center;
    padding: 50px;
    color: #ccc;
}

.pagetab {
    margin: 0 auto
}

.page td {
    text-align: center;
    padding-top: 15px;
    line-height: 20px;
}

.page td a,
.page td a:link,
.page td a:visited {
    border: solid 1px #EDEDED;
    display: block;
    background-color: #fff;
    text-decoration: none;
    margin: 0 3px;
    width: 36px;
    height: 34px;
    line-height: 34px;
    color: #333
}

.page td a:hover {
    border: 1px solid #0382db;
    display: block;
    background-color: #0382db;
    color: White;
    text-decoration: none;
}

.page .PageNumberActive a,
.page .PageNumberActive a:link,
.page .PageNumberActive a:visited {
    border: 1px solid #0382db;
    display: block;
    background-color: #0382db;
    color: White;
    text-decoration: none;
}

.page .PageNumber_t a,
.page .PageNumber_t a:link,
.page .PageNumber_t a:visited {
    width: auto;
    padding: 0 10px
}

.bg {
    background: #F3F3F3
}

.fangan {
    width: 90%;
    margin: 0px auto;
    padding: 20px 0
}

.fangan .item {
    float: left;
    width: calc(25% - 20px);
    width: -webkit-calc(25% - 20px);
    width: -moz-calc(25% - 20px);
    margin: 20px 10px 10px 10px;
    background: #fff;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.fangan .pic img {
    width: 100%
}

.fangan .text {
    width: 90%;
    margin: 20px auto
}

.fangan .text h1 {
    font-size: 16px;
    color: #333
}

.fangan .text .con {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    padding-top: 5px;
    height: 60px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fangan a {
    text-decoration: none;
}

.fangan .item:hover {
    box-shadow: 3px 3px 5px #ccc;
    transform: translate(0, -20px);
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -webkit-box-shadow: 3px 3px 5px #ccc;
    -moz-box-shadow: 3px 3px 5px #ccc;
    box-shadow: 3px 3px 5px #ccc;
}


/*--------数据-------*/

.show-data {
    padding: 0px 0;
}

.show-data .item {
    width: 25%;
    padding: 18px 0;
}

.show-data .item:last-child {
    border: none;
}

.show-data .item .p1 {
    margin: 0;
    color: #333333;
    font-size: 16px;
}

.show-data .item span {
    font-size: 70px;
    color: #0382db;
}

.show-data .item strong {
    font-size: 50px;
    color: #666666;
}

.show-data .table1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.show-data .item #show-3 em {
    font-style: normal;
    color: #333;
    font-size: 30px
}

.line1 {
    border-bottom: solid 1px #ececec;
    width: 90%;
    margin: 0 auto
}


/*--------数据-------*/
/* 修改底部 */