/* reset */
strong,b{
    color: #000;
}
* {
    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: 194px;
    position: fixed;
    top: 0px;
    z-index: 9999;
    background: #FFF
}

#top {
    width: 100%;
    background: #f8f7f7;
    height: 35px;
    line-height: 35px;
    color: #949494;
    border-bottom: solid 1px #eee
}

#top a {
    color: #949494;
}

.top_name p {
    text-align: center
}

.top_name p img {
    height: 25px;
}

.top_phone {
    background: url(../image/index_02.jpg)left center no-repeat;
    padding-left: 33px;
    padding-right: 50px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.top_phone p {
    font-size: 16px;
    display: block
}

.totalwidth .fl img {
    height: 25px;
}

.totalwidth {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: auto;
}

#top_bg {
    width: 100%;
    height: 100px;
    margin: 0 auto;
}

.top_bgwidth {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#header .nav {
    width: 100%;
    background: #332C2B;
}


/* .top_bgwidth>a {
    width: 105px;
}

.top_bgwidth a img {
    width: 100%;
} */

#header .nav .menu {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

#header .nav .menu>a {
    display: block;
    width: 12.5%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 16px
}

#header .nav .menu .on,
#header .nav .menu a:hover {
    background: #0c2d6a
}

.xl {
    position: absolute;
    width: 100%;
    left: 0%;
    background: #463d3cec;
    top: 300%;
    text-align: center;
    transition: all .3s;
    opacity: 0;
    /* display: none; */
}

.xl::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.xl a {
    color: #fff;
    line-height: 35px;
    display: block;
}

.xl a:last-child {
    border-top: 1px dotted #332C2B;
}

.gy_xl {
    width: 12.5%;
    position: relative;
    overflow: hidden;
}

.gy_xl a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.gy_xl:hover {
    overflow: inherit;
}

.gy_xl:hover .xl {
    top: 100%;
    opacity: 1;
    /* display: block; */
}

/* banner */

#banner {
    width: 100%;
    background-color: beige;
    /* margin-top: 194px */
}



/* 一物一码系统 */

.index-case {
    padding: 40px 0
}

.index-case h2 {
    text-align: center;
    font-weight: 600;
    margin: 0 0 30px 0;
    font-size: 30px;
    color: #000
}

.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;
}


/* 新闻动态 */

.news h2 {
    position: relative;
    margin: 30px 0 30px 0;
}


/*.news h2::after{
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background-color: #017bce;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
}*/

.news .nav-list {
    display: flex;
    flex-direction: row;
    justify-items: center;
    margin: 40px 0 30px 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 {
    max-width: 1200px;
    margin: 0 auto
}

.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(../image/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: #332C2B;
}

#footer>.contanier {
    width: 96%;
    max-width: 1200px;
    margin: 0px auto;
    padding: 40px 0
}

#footer dt {
    float: left;
    width: 17%;
}

#footer dt img {
    max-width: 100%;
}

#footer dd {
    float: right;
    width: 79%;
    font-size: 16px;
}

#footer dd .menu {
    border-bottom: solid 1px #678FA4;
    padding: 0 4% 15px 4%
}

#footer dd .menu a {
    color: #cedbe2;
    margin-right: 4%
}

#footer dd .copy {
    padding: 15px 4% 0 4%;
    color: #fff;
    line-height: 30px
}

#footer dd .copy p {
    /* float: left; */
    margin-right: 8%
}

#footer dd .copy p:nth-child(3) {
    margin-right: 0px
}

#footer dd .copyright {
    padding: 5px 4% 0 4%;
    color: #cedbe2;
    font-size: 12px
}

#footer dd .copyright a {
    color: #cedbe2;
    margin-left: 20px
}

#footer dd .copyright a.dt {
    margin-left: 20px
}

.link {
    clear: both;
    color: #cedbe2;
    padding: 5px 4% 0 4%;
    font-size: 14px;
}

.link a {
    color: #cedbe2;
    font-size: 14px;
}

.col-md-2 {
    width: 20%
}

.banner {
    /* margin-top: 195px */
}

.banner img {
    width: 100%
}

.box {
    width: 100%
}

.view {
    width: 90%;
    max-width: 1200px;
    margin: 30px auto
}

.view .pic {
    text-align: center;
    margin: 25px 0
}

.view .pic img {
    max-width: 100%
}

.pages {
    margin-top: 10px;
}

.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;
    margin-bottom: 20px;
    line-height: 28px
}
.view .text strong{
    font-weight: bold;
    color: #333;
}
.pages span {}

.pages a:hover {
    color: #06c;
}

.view .text img {
    max-width: 100%;
    height: auto
}

.main {
    width: 100%;
    max-width: 1200px;
    margin: 40px 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: #0c2d6a;
    color: #fff
}

.acon {
    font-size: 16px;
    margin-top: 20px;
    line-height: 28px;
}

#dituContent {
    width: 100%;
    height: 550px;
    border: #ccc solid 1px;
    margin-top: 20px
}


.news2 {
    margin-top: -20px
}

.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 {
    margin-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: #0c2d6a;
    border: solid 1px #0c2d6a
}

.norecord {
    text-align: center;
    padding: 50px;
    color: #ccc;
}

.pagetab {
    margin: 0 auto 30px 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 #0c2d6a;
    display: block;
    background-color: #0c2d6a;
    color: White;
    text-decoration: none;
}

.page .PageNumberActive a,
.page .PageNumberActive a:link,
.page .PageNumberActive a:visited {
    border: 1px solid #0c2d6a;
    display: block;
    background-color: #0c2d6a;
    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: 96%;
    max-width: 1220px;
    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;
    text-align: center;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin: 0px
}

.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;
}


/*产品*/

.pro {
    width: 98%;
    max-width: 1200px;
    margin: 0px auto;
    padding: 40px 0 20px 0
}

.proleft {
    float: left;
    width: 20%
}

.proright {
    float: right;
    width: 79%;
    margin-top: 20px;
}

.prolist {
    width: 100%;
    max-width: 1220px;
    margin: 0px auto;
    padding: 0px 0 20px 0
}

.prolist .item {
    float: left;
    width: calc(33.33% - 20px);
    width: -webkit-calc(33.33% - 20px);
    width: -moz-calc(33.33% - 20px);
    margin: 0px 10px 20px 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;
}

.prolist .pic img {
    width: 100%
}

.prolist .text {
    width: 90%;
    margin: 20px auto
}

.prolist .text h1 {
    font-size: 16px;
    color: #333;
    text-align: center;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin: 0px
}

.prolist a {
    text-decoration: none;
}

.prolist .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;
}


/*end产品*/


/*推荐产品*/

.pro_list {
    width: 100%;
}

.pro_list .pro_nor {
    max-width: 1220px;
    margin: 0 auto;
}

.pro_list .pro_nor dl {
    position: relative;
    float: left;
    width: calc(25% - 20px);
    width: -webkit-calc(25% - 20px);
    width: -moz-calc(25% - 20px);
    margin: 0px 10px 0px 10px;
}

.pro_list .pro_nor dl img {
    width: 100%;
}

.pro_list .tk_boxwz1 {
    width: 100%;
    background: url(../image/bg1.png) repeat;
    position: absolute;
    bottom: 0px;
    z-index: 2;
    color: #fff;
}

.pro_list .gaogen {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
}


/*end推荐产品*/


/*首页关于我们*/

.sabout {
    background: url(../image/bg2.jpg) center no-repeat;
    background-size: 100% 100%;
    padding-top: 60px
}

.sabout .box1 {
    max-width: 1200px;
    margin: 0 auto
}

.sabout .a1 .pic {
    float: left;
    width: 52%
}

.sabout .a1 .pic img {
    width: 100%
}

.sabout .a1 .txt {
    float: left;
    width: 48%;
    background: #332C2B;
    margin-top: 2.5%
}

.sabout .a1 .txt .box2 {
    margin: 18px 18px 18px 0;
    border: solid 1px #fff;
    border-left: none;
    padding: 20px;
    color: #fff;
}

.sabout .a1 .txt .box2 .title {
    font-size: 32px;
    margin: 20px 0 20px 0
}

.sabout .a1 .txt .box2 .title em {
    display: block;
    width: 60px;
    border-top: solid 1px #fff;
    margin-top: 20px
}

.sabout .a1 .txt .box2 .con {
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
    text-indent: 2em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sabout .a1 .txt .box2 .more {
    display: block;
    margin: 40px 0 0px 2em;
}

.sabout .a1 .txt .box2 .more a {
    padding: 3px 30px;
    border: solid 1px #fff;
    border-radius: 5px;
    font-size: 16px;
    color: #fff
}

.sabout .a2 {
    margin: 30px 0 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.sabout .a2 .pic {
    width: 33.3%
}

.sabout .a2 .pic:nth-child(2) {
    text-align: center
}

.sabout .a2 .pic:nth-child(3) {
    text-align: right
}

.sabout .a2 .pic img {
    width: 94%;
    box-shadow: 3px 3px 5px #999
}


/*end首页关于我们*/


/*工程案列*/

.case {
    background: url(../image/bg3.png) bottom no-repeat;
    background-size: 100% auto
}

.case .list {
    max-width: 1240px;
    margin: 0 auto
}

.case .list li {
    float: left;
    width: calc(33.3% - 30px);
    width: -webkit-calc(33.3% - 30px);
    width: -moz-calc(33.3% - 30px);
    margin: 0px 15px 30px 15px;
    position: relative;
}

.case .list li .pic img {
    width: 100%
}

.case .list li .title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 0 2%;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: url(../image/bac.png);
    background-size: 100% 100%
}

.case .list li .hidbox {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../image/bac.png);
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    overflow: hidden
}

.case .list li .hidbox .con {
    width: 100%;
    text-align: center;
}

.case .list li .hidbox .title2 {
    font-size: 20px;
    color: #fff;
    padding: 0 15%;
    line-height: 1.8em
}

.case .list li .hidbox .more1 {
    display: inline-block;
    border: solid 1px #fff;
    border-radius: 5px;
    padding: 5px 20px;
    font-size: 16px;
    color: #fff;
    margin-top: 40px
}

.contanier2 {
    width: 1200px;
    margin: 0 auto;
}

/*end工程案列*/

.weizi {
    border-bottom: dotted 1px #ccc;
    padding-bottom: 10px;
    background: url(../image/wz.jpg) 15px 0 no-repeat;
    background-size: 20px auto;
    padding-left: 45px;
    font-size: 16px;
    color: #999
}

.weizi a {
    color: #999;
}

.weizi a:hover {
    color: #06c;
}

.atitle {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #332C2B;
    padding-top: 30px
}

.cpwz {
    display: none
}

.sitemap {
    width: 92%;
    max-width: 800px;
    margin: 15px auto
}

.sitemap .text li span {
    margin-right: 8px
}

.sitemap .text li a:hover {
    color: #0c2d6a
}

/* 新增 */
.youshi .contanier {
    text-align: center;
}


.youshi .contanier>ul::after {
    content: '';
    clear: both;
    height: 0;
    display: block;
}

.youshi .contanier>ul li .youshi_li_contanier {
    border: 1px solid #999;
    padding: 20px 0;
}

.youshi .contanier>ul li {
    margin-bottom: 25px;
}

.youshi li div {
    text-align: center;
}

.youshi1 {
    font-size: 16px;
}

.youshi2 {
    font-weight: bold;
    font-size: 26px;
    margin-top: 10px;
    color: #0c2d6a;
}

.youshi .contanier>ul li hr {
    width: 80%;
    margin: 20px auto;
    border-color: #999;
}

.youshi4 {
    width: 80%;
    margin: 0 auto;
    border: 1px solid #999;
    padding: 10px 0;
    margin-top: 20px;
    font-size: 26px;
    font-weight: bold;
    color: #0c2d6a;
}

.liucheng .contanier {
    background: url(../image/sll1.png)no-repeat center center;
    background-size: 800px;
    width: 1400px;
    height: 500px;
    position: relative;
}

.liucheng .contanier ol {
    display: block;
    height: 100%;
}

.liucheng .contanier ol::after,
.liucheng .contanier ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.liucheng .contanier ul {
    display: none;
}

.liucheng li {
    position: absolute;
    width: 300px;
    text-align: center;
}

.liucheng li:nth-of-type(1) {
    top: 92px;
    left: 166px;
}

.liucheng li:nth-of-type(2) {
    top: 263px;
    left: 351px;
}

.liucheng li:nth-of-type(3) {
    top: 20px;
    left: 512px;
}

.liucheng li:nth-of-type(4) {
    top: 263px;
    left: 682px;
}

.liucheng li:nth-of-type(5) {
    top: 113px;
    left: 928px;
}

.liucheng_imgBox {
    width: 100px;
    height: 100px;
    background: #332C2B;
    border-radius: 100px;
    margin: 0 auto;
    line-height: 100px;
    overflow: hidden;
}

.liucheng_imgBox img {
    max-width: 60px;
}

@media (max-width:1400px) {
    .liucheng .contanier ul {
        display: block;
    }

    .liucheng .contanier ol {
        display: none;
    }

    .liucheng .contanier {
        width: 90%;
        height: auto;
        background: #fff;
    }

    .liucheng li {
        position: inherit;
        width: 32%;
        margin-right: 2%;
        margin-bottom: 20px;
        border: 1px solid #999;
        padding: 20px 10px;
        float: left;
    }

    .liucheng li:nth-of-type(3n) {
        margin-right: 0;
    }

    .liucheng li p {
        height: 60px;
        padding: 10px 0;
    }
}

@media (max-width:450px) {
    .liucheng li {
        position: inherit;
        width: 100%;
        margin-bottom: 20px;
        border: 1px solid #999;
        padding: 20px;
        float: left;
    }

    .liucheng .contanier ul {
        padding: 0 20px;
    }

    .liucheng .contanier ul::after {
        content: '';
        display: block;
        height: 0;
        clear: both;
    }
}

.pagetab a {
    display: inline-block;
    /* padding: 8px 10px; */
    background-color: rgba(51, 44, 43, 0.548);
    color: #fff;
    margin: 0 1px;
}

.pagetab .on {
    background: #0c2d6a;
}

.pagetab a:hover {
    background: #0c2d6a;
}
.c404{ background:#daeaf8; padding:50px; text-align:center}
.c404 img{ max-width:100%}
#dituContent{ width:70%; height:500px; margin:0 auto;}
