.daojishi > img {
    width: 45px;
    margin-right: 10px;
}
.daojishi {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #027aff;
}

span#days-left {
    width:100px;
    height:100px;
    background-image:url(../pic/tianbg.png) ;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 10px;
    font-size: 36px;
    color: #000;
    line-height: 120px;
    text-align: center;
    position: relative;
    top: -15px;
}

.showewm {
    position: absolute;
    display: none;
    
    top: 30px;    left: 0px;
}
.erweimabox {
    display: flex;
    align-items: center;
}
.liewm {
    position: relative;
    background: #e3e3e3;
    padding: 1px 10px;
    font-size: 12px;
    cursor: pointer;
    border-right: 1px solid #d3d3d3;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.liewm span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.liewm span img {
    float: left;
}
.linkother {
    font-size: 14px;
    /* border: 1px solid #333; */
    /* width: 232px; */
    /* text-align: center; */
    height: 37px;
    line-height: 37px;
    margin-top: 3px;
    color: #ff0000;
    font-size: 16px;
}
.linkother a {
    color: #333;
}
.linkother a:hover{
    color: #f00;
}
.liewm:hover .showewm {
    display: block;
}
.showewm img {
    width: 120px;
}
.liewm span img {
    width: 14px;
    margin-right: 3px;margin-top: 2px;
}
.header {
    position: relative;
    z-index: 9999;
    left: 0px;
    top: 0px;
    width: 100%;
}
.headerfill{
    width: 100%;
    height: 180px;
}
.fwcj .gd-img li:nth-child(4),.fwcj .gd-img li:nth-child(4){
    margin-right: 0px;
}
.guihualog a {
    display: block;
    border-radius: 3px;
    padding: 0 10px;
    margin-left: 10px;
    font-size: 12px;
    height: 23px;
    background: #027aff;
    color: #fff;
    line-height: 23px;    display: flex ;
        align-items: center;
        justify-content: center;
}
.linkother  span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.linkother {
    display: flex;
    align-items: center;
}
.guihualog a img {
    width: 13px;
    margin-right: 7px;
}
.linkother span img {
    width: 35px;
    margin-right: 10px;
}
.guihualog a:hover{
    background: #ff950b;
}

.aboutpage {
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 1320px;
    margin-top: 40px;
}
.content-left {
    width: 950px;
    float: left;
    overflow: hidden;
}

.tabcon-item {
    display: none; 
}
.tabcon-item.showit {
    display: block; 
}
.tab-title span {
  cursor: pointer;
margin-right: 10px;
padding: 12px 40px;
border-bottom: 1px solid #ebebeb;
font-size: 18px;
line-height: 30px;
color: #666;
font-weight: bold;
}
.tab-title span.active {
  color: #027aff;
  border-bottom: 1px solid #027aff;
}
.tab-all-box {
    width: 950px;
margin: auto;
margin-top: 30px;
}
.tab-title span:hover {
color: #027aff;
border-bottom: 1px solid #027aff;
}
.tab-title {
margin-bottom: 80px;
}

.tab-all-left{
width:100%;
float: left;
overflow: hidden;
}
.tab-all-right{
flex: 1;
padding-left: 50px;
border-left: 1px solid #d1d1d1;
margin-left: 50px;    margin-top: 100px;width: 320px;
}

/* liebiao */
.img-touxiang img {
width:100%;
}
.img-touxiang {
    width: 100px;
    height: 100px;
    border-radius: 150px;
    overflow: hidden;
}
.list-user a {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
a.list-li {
    margin-bottom: 40px;
}

.info-user p b {
    font-size: 20px;
    margin-right: 20px;
}
.info-user p span {
    margin-right: 20px;
}
p.biaoqian span {
    border: 1px solid #dbdbdb;
    color: #999;
    padding: 2px 5px;
}
.mioashu {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 设置显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}
.info-user {
    flex: 1;
    margin-left: 20px;
}

.tuijian-anli a img {
    width: 100%;
    height: 170px;
    object-fit: cover;border: 1px solid #dbdbdb;
}
.tab-all-right h3 {
    font-size: 30px;
    line-height: 90px;
}
.tuijian-anli a {
    margin-bottom: 40px;
    display: block;
}
p.title-tui {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

ul.all-nav-box {
    width: 100%;
    position: relative;
}

.shownavson {
    min-height: 300px;
    position: absolute;
    left: 0px;
    width: 100%;
    background: #fff;
    display: none;
    border-radius: 10px;
    border: 1px solid #c7c7c7;
    box-shadow: 0 0 10px #b3b3b3;
    box-sizing: border-box;
    padding: 30px 50px;
}
.header .nav li:hover .shownavson {
    display: block;
}

.showson-li {
    display: flex;
    width: 100%;
    height: 70px;
    align-items: center;
}
.left-nav {
    width: 100px;
    height: 100%;
}
.showson-li a {
    font-size: 12px;text-decoration: auto;
}
.showson-li a:hover{
    color: #027aff !important;
}
.left-nav a {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.right-nav {
    flex: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.right-nav a{
    margin-right: 20px;
    font-size: 16px;
    color: #666;cursor: pointer;
}
a.nav-tabbar-btn.navactive {
    color: #337ab7;
    border: 1px solid #337ab7;
    border-radius: 3px;
}
.header .nav li:hover > a {
    background: #fa5300;
}
.container.pages {
    width: 1280px;
    margin: auto;
}
.footfill,.footbox{
    display: none;
}
.footbox {
    width: 100%;
    height: 55px;
    background: #fff;
    position: fixed;
    left: 0;
    bottom: 0px;
    box-shadow: 0 0 6px #c7c7c7;
    z-index: 9999999;
}
.footfill {
    width: 100%;
    height: 55px;
}
.footbox li {
    width: 25%;
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-right: 1px solid #e3e3e3;
    background: #0a84ff;
}
.footbox li:nth-child(4){
    border-right: none;
}
.footbox li a {
    color: #fff;
}
.modelnav {
    display: none;
    width: 40px;
    height: 40px;
    border: 1px solid #98cbff;
    float: right;
    cursor: pointer;
    border-radius: 3px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    margin-right: 5px;
}
.modelnav span {
    border: 1px solid #0a84ff;
    width: 50%;
    margin: 2px 0;
}
.modelnavbox {
    display: none;
    position: fixed;
    right: 0px;
    top: 80px;
    z-index: 99999;
    background: #fff;width: 120px;
}
.modelnavbox li {
    list-style: none;position: relative;
}
li.chooseiyt {
    background: #cee6ff;
}
.mshownavson {
    position: absolute;
    right: 120px;
    background: #fff;
    font-size: 12px;
    top: 0px;
    box-shadow: 0 0 3px #e3e3e3;
    border-radius: 3px;
}
.mshownavson .left-nav a {
    font-size: 12px;
    font-weight: normal;
    border-bottom: 1px solid #ededed;
    line-height: 24px;
}
.case-tabbar h3 {
    margin: 0;
    float: left;
    margin-right: 20px;
    font-size: 14px;
    background: #3399ff;
    font-weight: bold;
    padding: 0 10px;
    color: #fff;
    border-radius: 3px;   width: 60px;
    text-align: center;
    height: 28px;    line-height: 28px;
}
.nav.navfixed {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;box-shadow: 0 0 10px #000000;
}
.header .tel {
    display: none;
}
.case-tabbar-btn.active, .case-tabbar-btn:hover {
    color: #027aff;
    background: #f3f3f3;
    text-decoration: none;
}
.tabcon-item img {
    max-width: 100% !important;
    height: auto !important;
}
@media screen and (max-width: 600px) {
    body {
        width: 100%;
        box-sizing: border-box;
        position: relative;    overflow-x: hidden;
        overflow-y: auto;
        min-width: auto;
    }
    .header .tel {
        display: block;
    }
    .header-container {
        width: 100%;
        padding: 0px 10px;display: initial;
    }
    .header {
        height: 100px;
        box-shadow: 0 0 10px #d7d7d7;
        padding-top: 5px;
    }
    .headerfill {
        height: 100px;
    }
    .header .logo {
        width: 150px;padding: 0px;
    }
    .daojishi > img {
        display: none;
    }
    span#current-time {
        /* display: none; */
    }
    span#days-left {
        width: auto;
        height: auto;
        font-size: 14px;
        background: none;
        top: 0px;
        color: #f00;    line-height: inherit;
    }
    .daojishi {
        font-size: 12px;
        float: right;
        top: 77px;
        right: 5px;
        position: absolute;
        box-sizing: border-box;
        color: #999;
        font-weight: normal;width: 100%;
        justify-content: center;
    }
    .showerweima {
        display: none;
    }
    .header .nav {
        display: none;
    }
    .header .tel strong {
        font-size: 14px;
    }
    .mshownavson .left-nav a {
        line-height: 40px;
    }
    .header .tel {
        font-size: 12px;
        background-size: 30px;
        padding-left: 36px;    margin-top: 22px;
        margin-right: 10px;    border-right: 1px solid #d1d1d1;
        padding-right: 10px;
    }
    .swiper-slide{
        width: 100% !important;
        height: 180px !important;
        background-size: 100% !important;
    }
    .swiper-slide a{
        display: block;
        width: 100%;
        height: 100%;
    }
    .swiper-container {
        width: 100%;
        overflow: hidden;
    }
    main#main {
        width: 100%;
    }
    .row.no-gutters {
        font-size: 14px;
        width: 100%;
        margin: 0px;
    }
    .section-bg {
        width: 100%;
        padding: 0px;
    }
    .about .content {
        padding: 0px;
    }
    .container.aos-init.aos-animate {
        width: 100%;
    }
    .content {
        width: 100%;
    }
    .swiper-banner .swiper-slide img{
        height: 180px;
    object-fit: cover;
    width: 100%;
    }
    .mshownavson {
        display: none;
    }

    .modelnavbox li >a {
        font-size: 15px;
        display: block;
        width: 100%;
        padding: 0 10px;
        line-height: 38px;
        color: #333;
    }

    .aboutpage {
        width: 100%;
    }
    .content-left {
        width: 100%;
        margin-bottom: 30px;
        box-sizing: border-box;
        padding: 15px;
    }
    .aboutpage {
        width: 100%;
        display: initial;
    }
    .tab-title span {
        padding: 0px;
        width: 46%;
        display: block;
        float: left;
        margin: 0 2%;
        line-height: 45px;
        background: #027aff;
        text-align: center;
        color: #fff !important;
        border-radius: 5px;
        margin-bottom: 8px;
        font-size: 16px;
    }
    .tab-title span.active {
        background: #fa5300;
        border-bottom: 1px solid #fa5300;
    }
    .tabcon-item {
        width: 100%;
        height: auto;
        padding: 12px;
        padding-top: 40px;
    }

    .content-right {
        display: block;
        width: 100%;
        height: auto;
        border: none !important;
        flex: auto !important;
        margin: 0px !important;
        box-sizing: border-box !important;
        padding: 15px !important;
    }
    .g-footer .content {
        width: 100%;
    }
    .g-footer .content .apply_use .supplier {
        font-size: 18px;
        padding: 0 50px;
    }
    .g-footer .content .about_us .contact_us {
        width: 100%;
        position: inherit;
    }
    .g-footer .content .about_us .contact_us .double_logo {
        display: none;
    }
    .g-footer .content .about_us {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10%;
    }
    .g-footer .content .about_us .about_product {
        display: none;
    }
    .container.pages img {
        max-width: 100% !important;
        height: auto !important;
    }
    .page-wrapper {
        width: 100%;
        box-sizing: border-box;
        margin: 0px;
        padding: 10px;
    }
    .tab-all-box {
        width: 100% !important;    overflow: hidden;
    }
    .blog-box {
        margin: 0px;
    }

    .blog-box.row > div {
        width: 100% !important;
        padding: 0px !important;
    }
    .img-fluid {
        width: 100% !important;
        background-repeat: no-repeat;
    }

    .container.pages {
        width: 100% !important;
        margin: auto !important;box-sizing: border-box;
        padding: 15px;
    }

    a.list-li {
        margin-bottom: 20px;
    }
    p.biaoqian {
        display: none;
    }

    .tab-all-left img {
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box;
    }
    .grid-lod li {
        height: 200px;
        margin-bottom: 15px;
    }
    .tuijian-anli img {
        display: none;
    }
    p.title-info {
        display: none;
    }
    .tuijian-anli a {
        margin-bottom: 10px;
    }
    .g-footer {
        margin-top: 40px;
    }
    .gd-img.w1200 {
        width: 100%;
    }
    .fwcj .gd-img .bd {
        width: 100%;
    }
    .fwcj .gd-img li {
        width: 44%;
        margin: 0 2% !important;
        margin-bottom: 10px !important;
    }
    .fwcj .gd-img li a{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .fwcj .gd-img li .img {
        width: 100%;
        height: 210px;
        float: left;
        padding: 0px !important;
    }
    .content table {
        width: 100% !important;
    }

    .content table tr td{
        font-size: 14px !important;
        
    }
    section#clients {
        padding: 10px 0;
    }
    section#clients .swiper-slide {
        width: 44% !important;
        height: 60px !important;
        background-size: 100% !important;
    }
    .about .content h3 {
        margin-top: 90px;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .col-md-6.icon-box.aos-init.aos-animate {
        width: 50%;
        margin-top: 10px;
    }
    .about .icon-boxes .icon-box h4 {
        font-size: 14px;
    }
    .about .icon-boxes .icon-box p {
        font-size: 12px;
    }
    .about .content p {
        margin-bottom: 30px;
        font-size: 12px;
    }
    .section-bg:before {
        bottom: 15px;
        top: 15px;
    }
    section#about {
        padding: 0 0 20px 0;
    }
    section#counts {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .col-lg-3.col-md-6 {
        width: 50%;
        margin: 0px;
        padding: 0px;
        margin-top: 50px !important;
    }
    section#tabs {
        padding-top: 20px;
    }
    .col-md-6 {
        width: 50%;
    }
    .services .icon-box h4 {
        margin: auto;
    }
    .services .icon-box p {
        margin: 0px;    display: none;
    }
    .col-md-6.mt-4.mt-md-0 {
        margin-top: 0px !important;
    }
    .services .icon-box h4 {
        margin: auto;
        font-size: 14px;
    }
    .services .icon-box i {
        margin-right: 10px;
    }
    .services .icon-box {
        height: 110px;
    }
    section#services .container.aos-init.aos-animate {
        width: 100%;
        padding: 40px 0;
    }
    section#portfolio {
        padding: 0 0px;
    }
    section#testimonials {
        padding-top: 20px;
    }

    section#testimonials .swiper-slide {
        width: 100% !important;
        height: 300px !important;
        background-size: 100% !important;
    }
    .testimonials .testimonial-item {
        margin: 10px 0;
        padding: 10px;
    }
    section#faq {
        padding: 10px 0;
    }
    .faq .faq-list li {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    section#team {
        padding: 40px 0;
    }

    .team .member .member-info span {
        display: none;
    }
    .col-lg-3.col-md-6.d-flex.align-items-stretch {
        margin-top: 0px !important;
    }
    .footfill,.footbox{
        display: block;
    }
    .modelnav{
        display: flex;
    }

    .mshowson-li .right-nav {
        display: none;
    }
    .mshownavson.chooseit {
        width: 250px;
        font-size: 12px;
    }
    .mshownavson .left-nav {
        width: 120px;
    }
    .mshownavson.linian .left-nav{
        width: 50px;
    }
    .mshownavson  .right-nav a {
        margin-right: 10px;
        font-size: 12px;
        margin-bottom: 0px;
    }
    .mshownavson .right-nav {
        height: auto;
    }
    .mshownavson .showson-li {
        border-bottom: 1px solid #e5e5e5;
        height: 50px;
    }
    .blog-list .blog-meta.big-meta h4 {
        margin: 0px;
        padding: 0px;
        line-height: 20px;
    }
    .blog-meta.big-meta.col-md-8 h4 a {
        font-size: 16px;
        width: 100%;
        box-sizing: border-box;
    }
    .blog-meta.big-meta p {
        display: none;
    }
    hr.invis {
        margin: 0px;
    }
    .blog-meta.big-meta.col-md-8 {
        margin-top: 30px;
    }
    .case-tabbar-btn {
        font-size: 12px;
        padding: 5px 10px;
    }
    .case-tabbar h3 {
        font-size: 14px;
        display: block;
        float: left;
        height: 100%;
        margin-right: 10px;
    }
    .case-tabbar >div{
        flex:1;
    }

}