﻿/*网站公共样式*/
.info-content {
    line-height: 2;
    min-height: 400px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #f75000;
}

.bd-gray {
    border: 1px solid #ddd;
}

.bg-gray {
    background: #f6f6f6;
}

.text-blue {
    color: rgb(1, 61, 131);
}

.text-red {
    color: #e12341;
}

.text-overflow {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-overflow-lines2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 26px;
    height: 52px;
}

.display-flex-compat {
    display: -moz-box;
    /* Firefox */
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /* Safari */
    display: -webkit-flex;
    /* Chrome,WebKit */
    display: flex;
}

/*遮罩层*/
.mask-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    height: 100vh;
    background-color: rgba(0, 0, 0, .7);
    overflow: hidden;
    z-index: 99;
    top: 0;
    left: 0;
}

.mask-bg.active {
    display: block;
}

/*动画*/
.transition-ease {
    transition: all 0.3s ease;
}

.transform-scale:hover {
    transform: scale(1.1, 1.1);
}

.transform-scale-narrow:hover {
    transform: scale(0.9, 0.9);
}

/*字体*/
.font-size-p24m20 {
    font-size: 24px;
}

.font-size-p20m18 {
    font-size: 20px;
}

.font-size-p18m16 {
    font-size: 18px;
}

.font-size-p16m14 {
    font-size: 16px;
}

/*顶部样式*/
.header {
    position: relative;
}

.header .logo {
    height: 80px;
    margin-right: 20px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
}

.header .logo img {
    height: 56px;
}

/*搜索*/
.ss-box {
    position: relative;
    margin: 20px auto;
    width: 200px;
    padding-right: 40px;
    height: 38px;
    margin-right: 20px;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.ss-box .s-input {
    width: 100%;
    outline: none;
    border: none;
    line-height: 34px;
    padding-left: 0px;
    background-color: transparent;
    padding-left: 8px;
    height: 36px;
}

.ss-box .s-btn {
    position: absolute;
    right: 0px;
    top: -3px;
    background: url("../images/b1_kthe.jpg") no-repeat center center;
    width: 38px;
    height: 38px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    line-height: 40px;
    outline: none;
    border: none;
}

.ss-box .s-btn .fa-search {
    color: #999;
}

/*登录注册*/
.loginBox {
    position: relative;
    margin: 22px auto 20px;
    height: 38px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}
.loginBox .loginBtn {
    height: 28px;
    font-size: 14px;
    background-color: #f75000;
    padding: 2px 12px;
    line-height: 24px;
    color: #ffffff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    cursor: pointer;
}
.loginBox .loginBtn:hover {
    background-color: #c94000;
}
.loginBox .userBox {
    height: 38px;
    padding: 0 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.loginBox .userBox i {
    font-size: 13px;
    padding-right: 3px;
}
.loginBox ul {
    position: absolute;
    top: 38px;
    right: 0;
    width: 160px;
    background-color: #ffffff;
    font-size: 14px;
    box-shadow: 0 0 6px #ddd;
    border-radius: 4px;
    padding: 10px 12px;
}
.loginBox ul li {
    line-height: 32px;
}
.loginBox ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.loginBox ul li i {
    font-size: 13px;
    padding-right: 3px;
    /* color: #ffffff; */
}
.loginBox .userBox .caret_down {
    font-size: 18px;
    padding-left: 3px;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
}
.loginBox .userBox:hover {
    color: #f75000;
}
.loginBox .userBox:hover .caret_down {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/* 分页banner */
.pagebanner {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 300px;
}

.pagebanner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.pagebanner img {
    width: 100%;
    height: 100%;
}

.pagebanner .font-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.pagebanner .font-box .container {
    height: 100%;
}

.pagebanner .font-box .font {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 4rem;
    color: #fff;
    z-index: 1;
}

/*主菜单*/


    /*顶部*/
    .header {
        z-index: 3;
    }

    .header .logo {
        justify-content: center;
    }

    .header .nav-toggle {
        display: none
    }

    .nav>ul {
        text-align: center;
    }

    .nav>ul>li {
        display: inline-block;
    }

    .nav>ul>li>ul {
        position: absolute;
        display: none;
    }

    .nav>ul>li>a {
        text-align: center;
        line-height: 80px;
        text-decoration: none;
        height: 100%;
        padding: 0 14px;
        display: block;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        font-size: 16px;
        color: #333333;
    }
    .nav>ul>li>a.titNav {
        font-size: 18px;
    }

    .nav>ul>li.current>a,
    .nav>ul>li>a:hover {
        color: #f75000;
    }

    .nav ul li ul li a {
        display: block;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 16px;
        line-height: 50px
    }

    .nav ul li ul li a:hover {
        color: #f75000;
    }

    .nav ul li {
        position: relative;
    }
    .nav ul .active > a{
        color: #f75000;
    }
    .nav ul li .arrow {
        display: none
    }

    .nav ul li ul {
        display: none;
        z-index: 99;
        background: #fff;
        width: 130%;
        border-radius: 0 0 2px 2px;
        position: absolute;
        left: -12%;
    }

    .nav>ul>li .pc-arrow {
        position: absolute;
        top: 28px;
        right: -3px;
        color: #898989;
        font-weight: bold;
    }

    .nav>ul>li:hover .pc-arrow {
        color: #f75000;
        font-weight: bold;
    }

    .nav>ul>li:hover>ul {
        display: block;
    }

    .nav ul li ul li a {
        line-height: 2;
        color: #333;
        /* font-size: 13px; */
        width: 100%;
        padding: 6px 0;
    }

    .add-padd {
        padding-left: 40px;
    }


/*子栏目样式*/
.page-commnav {
    /* background: #f5f5f5; */
    line-height: 2;
    padding: 8px 0;
}

/*公用标题*/
.comm_title {
    padding: 2rem;
    font-size: 32px;
    position: relative;
    margin-bottom: 10px;
}

.comm_title .title {
    font-size: 32px;
    position: relative;
}

.comm_title .title::before {
    content: '';
    width: 60px;
    background: #ccc;
    height: 1px;
    position: absolute;
    left: -80px;
    top: 50%;
}

.comm_title .title::after {
    content: '';
    width: 60px;
    background: #ccc;
    height: 1px;
    position: absolute;
    right: -80px;
    top: 50%;
}

.comm_title_1 {
    padding-top: 20px;
    padding-bottom: 10px;
}

.comm_title_1 .t1 {
    font-size: 30px;
    font-weight: bold;
}

.comm_title_1 .line {
    background: rgb(255, 112, 11);
    border-radius: 6px;
    width: 50px;
    height: 4px;
    margin: 10px auto;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.comm_title_1 .en {
    line-height: 2;
    font-size: 20px;
    color: rgb(255, 112, 11);
    font-weight: bold;
}

    .comm_title .title {
        font-size: 22px;
        position: relative
    }

/*解决方案>>方案优势*/
.solution .advantage .item .inner {
    padding: 40px 20px 36px 20px;
    margin: 20px auto;
    background: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;    
    transition: transform 0.5s;
    transform: scale(1);
}

.solution .advantage .item .inner:hover {
    transform: scale(1.05);
    box-shadow: 0 0 10px #ddd;
}
.solution .advantage .item .inner .pic {
    width: 77px;
    height: 77px;
    display: inline;
}

/*产品>>分页*/
.caselist .item {
    margin-bottom: 20px;
    width: 285px;
    background-color: #ffffff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    
    float: left;
    margin-right: 20px;
}
.caselist .item:nth-child(4n) {
    margin-right: 0;
}

.caselist .mask {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.caselist .mask::after {
    content: '';
    background: url("../images/video.png") no-repeat center center;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    width: 60px;
    height: 60px;
    background-size: 100% 100%;
    margin-left: -30px;
    margin-top: -30px;
}

.caselist .picbox:hover .mask {
    display: block;
}

.caselist .picbox:hover img {
    transform: scale(0.9, 0.9);
}
.caselist .jieduan {
    float: left;
}

.caselist .teach {
    float: right;
}

.caselist .teach i {
    padding-right: 4px;
}

/** 关于我们*/
.page-about .picbox {
    position: relative;
}

.page-about .picbox .mask {
    background: rgba(0, 0, 0, .1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
}

.page-contactUs .fa {
    border: 2px solid #ddd;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 26px;
}

/*分页>>新闻*/
.newslist .hidden-mask .mask-left {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .1);
    transition: all 0.3s ease-in-out;
}

.newslist .picbox {
    width: 100%;
    position: relative;
}

.newslist .picbox .titimg {
    width: 190px;
    height: 130px;
}

.newslist .hidden-mask .mask-right {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, .1);
    transition: all 0.3s ease-in-out;
}

.newslist .hidden-mask:hover .mask-left,
.newslist .hidden-mask:hover .mask-right {
    width: 0%;
}

.newslist .item {
    padding: 20px 0px;
    border-bottom: 1px dashed #ddd;
}

.newslist .picbox:hover img {
    transform: scale(1.1, 1.1);
}

.page-news .topnew img {
    width: 100%;
    height: 330px;
}

.page-news .top-newslist .item {
    padding-top: 0;
    margin-bottom: 12px;
}


/*产品主页样式*/
.page-productIndex .topbox {
    position: relative;
    height: 50px;
}

.page-productIndex .topbox .leftbox {
    background: #fff;
}

.page-productIndex .topbox .headline {
    font-size: 22px;
    border-bottom: 1px dashed #ddd;
    padding-top: 10px;
    padding-bottom: 14px;
    margin-bottom: 10px;
}

.page-productIndex .topbox .zhuanjia {
    border: 1px solid rgb(238, 238, 238);
    border-top: none;
    padding: 8px;
}

/*}*/
/*产品内容页样式*/
.product-content .detail {
    border-bottom: 2px solid #e12341;
}

.product-content .detail .title {
    clear: both;
    text-align: center;
    overflow: hidden;
    background: #e12341;
    line-height: 42px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    width: 130px;
    position: relative;
    top: 6px;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 12px;
    right: 12px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border: none;
    text-indent: -9999px;
    background: url("Images/ui.totop.png"
            /*tpa=http://t10306.mbdemo.18inter.com/Templates/T10306/Css/Images/ui.totop.png*/
        ) no-repeat left 0px;
    background-size: auto;
    background-size: cover;
    z-index: 190;
    border-radius: 50%;
    transition: all 0.2s linear;
}

#toTop:hover {
    background-position: left -50px;
    background-size: cover;
}

/* 分页》关于我们 */
.swiper-container#scrollSwiper {
    width: 100%;
    height: 310px;
}

.swiper-container#scrollSwiper .swiper-slide {
    font-size: 18px;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 20px;
}

.page-aboutus .companyIntro .picbox {
    margin-bottom: 30px;
    background: #000;
}

.page-aboutus .companyIntro .picbox img {
    width: 100%;
    z-index: 1;
}

.page-aboutus .companyIntro .picbox:hover img {
    opacity: 0.5;
}

.equipment {
    background: url("../images/ysbg.jpg"
            /*tpa=http://t10306.mbdemo.18inter.com/Templates/T10306/images/ysbg.jpg*/
        ) no-repeat center top;
    background-attachment: fixed;
}

/* 分页》加入我们 */
.page-joinus .linian .picbox {
    margin-bottom: 30px;
    background: #000;
}

.page-joinus .linian .picbox img {
    width: 100%;
    z-index: 1;
}

.page-joinus .linian .picbox:hover img {
    opacity: 0.5;
}

.page-joinus .linian .fontbox {
    margin-bottom: 40px;
}

.page-joinus .recruit .message {
    border: 1px solid #ddd;
    border-left: 4px solid #fb8a04;
    padding: 20px;
    margin: 10px;
}

.page-joinus .recruit .message .line {
    background: #ddd;
    width: 100%;
    height: 1px;
    margin: 16px 0;
}

.page-joinus .recruit .message .date {
    position: relative;
    top: 10px;
}

.pcGoToTop {
    position: fixed;
    right: 60px;
    bottom: 200px;
    z-index: 999;
    display: none;
    cursor: pointer;
}

.pcGoToTop:hover {
    opacity: 0.86;
}

/*分页>>新闻*/
.page-news .piclist li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

.page-news .piclist .title {
    font-size: 16px;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    display: block;
}

.page-news .piclist .date {
    margin-bottom: 1.2rem;
}

.page-news .piclist .introduct {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 26px;
    height: 52px;
}

.page-news .piclist .picbox {
    position: relative;
    overflow: hidden;
}

.page-news .piclist .picbox img {
    transition: all .3s ease-in-out;
}

.page-news .piclist .picbox:hover img {
    transform: scale(1.1, 1.1);
}

.page-news .piclist .more {
    border: 1px solid #d9d9d9;
    padding: 5px 10px;
    min-width: 86px;
    text-align: center;
    margin-top: 1.6rem;
    display: inline-block;
}


.page-product .piclist li {
    margin-bottom: 12px;
}



/*add*/
.container {
    max-width: 1200px;
}

/*PC端置顶*/
#goToTop {
    position: fixed;
    bottom: 80px;
    right: 10px;
    width: 40px;
    height: 40px;
    text-indent: -999em;
    z-index: 20000;
    background: url("../images/top.png"
            /*tpa=http://t10306.mbdemo.18inter.com/Templates/T10306/images/top.png*/
        ) no-repeat;
    background-position: 0 0;
}

#goToTop:hover {
    width: 40px;
    height: 40px;
    background: url("../images/top.png"
            /*tpa=http://t10306.mbdemo.18inter.com/Templates/T10306/images/top.png*/
        ) no-repeat 0 -42px;
    text-indent: -999em;
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 20000;
}

.gotoptop_icon {
    display: none !important;
}


/*Pc端 在线客服*/
.zaixian {
    position: fixed;
    bottom: 440px;
    right: 0px;
    z-index: 9;
}

.zaixian .zaixian_com {
    position: relative;
    width: 50px;
    height: 80px;
}

.zaixian_com .zxzx_pic1 {
    position: absolute;
    right: 0px;
    top: 0px;
}

.zaixian_com .zxzx_pic2 {
    position: absolute;
    right: -190px;
    top: -70px;
    z-index: 10;
    width: 170px;
    height: 300px;
}

.zaixian_com .zxzx_pic1 p {
    position: absolute;
    top: 50px;
    left: 18px;
    font-size: 13px;
    color: #fff;
}

.zaixian_com .zxzx_pic2 p {
    position: absolute;
    top: 118px;
    left: 24px;
    font-size: 13px;
    color: #fff;
}

.kf-lf-lj {
    position: absolute;
    width: 100px;
    right: 10px;
    top: 70px;
}

.kf-lf-lj a {
    display: block;
    line-height: 30px;
    margin: 5px 0 5px 5px;
    color: #848484;
    font-size: 13px;
    text-align: center;
}

.kf-lf-lj a .fa {
    padding-right: 4px;
}

.kf-lf-lj a:hover {
    background: #fa8312 url("../images/box-kefu2.png"
            /*tpa=http://t10306.mbdemo.18inter.com/Templates/T10306/images/box-kefu2.png*/
        ) no-repeat 5px center;
    color: #FFF;
    border-radius: 4px;
}

    .zaixian {
        display: none;
    }

/*bootom*/
footer {
    width: 100%;
    min-height: 95px;
    background: #000;
    line-height: 2.5;
    color: #fff;
}

footer a {
    color: #fff;
}

.beian {
    text-align: center;
    font-size: 13px;
    padding-top: 20px;
    color: #ffffff;
}
.beian em {
    width: 1px;
    padding: 0 4px;
}

.beian a {
    color: #ffffff;
}

.beian a:hover {
    color: #f75000;
    text-decoration: underline;
}

.bottom-side li,
.bottom-side li a,
.bottom-side p {
    color: rgb(152, 152, 152);
}

.bottom-side .headline {
    font-size: 16px;
}

.bottom-side li a:hover {
    color: #ccc;
}

.bottom-side li:not(:nth-child(-n+5)) {
    display: none;
}

.bottom-side .wx_code img {
    width: 120px;
}

/*首页样式*/
    footer {
        padding-top: 30px;
        /* margin-top: 40px; */
    }

    .bg-gray {
        background-color: #f4f4f4;
        padding-bottom: 20px;
    }

    .business-services {
        padding-top: 15px;
    }

    .business-services li .headline {
        min-height: 450px;
        /* padding: 30px; */
    }

    .business-services ul {
        margin-left: 0;
        margin-right: 0;
    }

    .business-services li .keep-account {
        min-height: 240px;
    }

    .business-services li .headline .images {
        padding: 60px 0 50px;
    }

    .business-services li .keep-account .busines {
        position: absolute;
        right: 15px;
        bottom: 15px;
    }

    .business-services li .keep-account .prices .right {
        position: relative;
        left: 16px;
        top: 16px;
    }

    .total-solution .headline {
        padding: 20px 0;
        display: flex;
    }

    .total-solution .headline .icon {
        width: 36px;
    }

    .total-solution .headline strong {
        font-size: 24px;
    }

    .total-solution .headline span {
        font-size: 24px;
    }

    .total-solution li .box {
        padding: 10px 10px 10px 10px;
        background-color: #fff;
    }

    .total-solution li .box p {
        margin: 10px 0 30px;
    }

    .total-solution li .box h5 {
        font-size: 1.8rem;
        padding-top: 20px;
    }

    .total-solution li .box .more a {
        padding: 8px 28px;
    }

    .service-firm {
        padding-top: 50px;
    }

    .service-firm .headline {
        font-size: 24px;
    }

    .service-firm .years-bg {
        padding: 60px 0 70px;
        margin: 30px 0;
    }

    .service-firm .years-box {
        margin-top: -16px;
    }

    .service-firm .years-box li .animateNum {
        font-size: 42px;
    }

    .service-firm .years-box li .font-words {
        font-size: 16px;
    }

    .service-firm .brand-img {
        padding-top: 30px;
    }

    .service-firm .brand-img .edge {
        border: 1px solid #f0f0f0;
    }

    .service-firm .brand-img .edge img {
        padding: 10px 0;
        width: 100%;
        height: 150px !important;
    }


    .business-services li .headline {
        padding: 20px 0 8px;
    }

    .business-services li .headline .images {
        padding: 20px 0;
    }

    /* .business-services li .account1 {
        border-bottom: 1px solid #eaeaea;
        border-right: 1px solid #eaeaea;
    } */

    .business-services li .account2 {
        border-bottom: 1px solid #eaeaea;
    }

    .business-services li .account3 {
        border-bottom: 1px solid #eaeaea;
        border-right: 1px solid #eaeaea;
    }

    .business-services li .account4 {
        border-bottom: 1px solid #eaeaea;
    }

    .business-services li .account5 {
        border-right: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
    }

    .business-services li .account6 {
        border-bottom: 1px solid #eaeaea;
    }

    /* .morebox {
        position: absolute;
        bottom: 20px;
    } */

    .morebox a {
        font-size: 14px;
    }

    .intellectual-property {
        padding-top: 30px;
    }

    .intellectual-property li .keep-account {
        min-height: 280px;
    }

    .intellectual-property li .account0 {
        border-left: 1px solid #eaeaea;
    }

    .total-solution li:first-child,
    .total-solution li:nth-child(3) {
        padding-right: 5px;
    }

    .total-solution li:nth-child(2),
    .total-solution li:last-child {
        padding-left: 5px;
    }


    .total-solution li .box .more {
        margin-bottom: 20px;
    }

    .service-firm .years-bg {
        padding: 40px 0;
        margin: 30px 0;
    }


/*首页-公用样式*/
a.pink-more,
.busines {
    transition: all 0.5s ease;
    -moz-transition: all 0.4s ease;
    /* Firefox 4 */
    -webkit-transition: all 0.4s ease;
    /* Safari and Chrome */
    -o-transition: all 0.4s ease;
    /* Opera */
}

.morebox {
    margin-top: 15px;
}

.morebox a {
    background-color: #ff5500;
    padding: 2px 10px;
    border-radius: 5px;
    color: #ffffff;
    height: 26px;
    display: inline-block;
}

.morebox a:hover {
    background-color: #ca4f11;
}

.pink-hover:hover {
    color: rgba(255, 106, 0, 1);
}

.business-services li .keep-account .busines:hover {
    bottom: 24px;
}

.intellectual-property li .keep-account .busines img,
.business-services li .keep-account .busines img {
    max-height: 40px;
}

/*首页-选择我们*/
.index-advantage .item .iconbox {
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}
.index-advantage .item .content {
    text-align: left;
    padding-left: 70px;
}
.index-advantage .item .content .boxtop {
    font-size: 18px;
    font-weight: 600;
    color: #424242;
    margin-bottom: 2px;
}

/*首页-工商服务*/
.business-services ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 1200px;
}
.business-services ul .leftBox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-right: 15px;
}
.business-services ul .rightBox {
    width: 285px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.business-services li {
    padding-left: 0;
    padding-right: 0;
    width: 290px;
    margin-bottom: 15px;
}
.business-services li.li2 {
    width: 443px;
}

.business-services .headline {
    /* background: url("../images/business-bg2.png") center;
    background-size: cover; */
    color: #fff;
    /* padding: 20px; */
    width: 285px;
    height: 495px;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.business-services .headline .countdown {
    padding: 15px;
    background-image: url(../images/number0.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
}

.business-services .headline .newsBox {
    padding: 15px 15px 0px 15px;
}

.business-services .headline .countdown h4 {
    font-size: 20px;
    margin-bottom: 4px;
}

.business-services .headline .zhuanzhu {
    font-size: 17px;
    padding: 6px 0 24px;
}

.business-services .headline .images {
    text-align: center;
}

.business-services .headline .images img {
    max-height: 95px;
}

.business-services .headline .more {
    text-align: center;
    /* margin: 0px 0 20px; */
    display: flex
;
    flex-direction: column;
    align-items: center;
}

.business-services .headline .more a {
    border: 1px solid #ff6a00;
    border-radius: 5px;
    color: #ff6a00;
    padding: 6px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.business-services .headline .more a:hover {
    color: #ffffff;
    background-color: #ff6a00;
}

.business-services li .line {
    padding-left: 0;
    padding-right: 0;
}

.business-services li .keep-account {
    padding: 20px;
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: transform 0.3s;
    transform: translateY(0);
    cursor: pointer;
}
.business-services li .keep-account:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 6px #ddd;
}

.business-services li .keep-account:hover .pink-hover {
    color: #ff6a00;
}

.business-services li .keep-account p {
    padding: 10px 0 0px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.business-services li .keep-account p.tagBox {
    /* margin-top: 10px; */
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
    height: 40px;
}

.business-services li .keep-account p .tag {
    padding: 2px 6px;
    border: 1px solid #ff6a00;
    border-radius: 4px;
    color: #ff6a00;
    height: 30px;
}

.business-services li .keep-account .prices {
    overflow: hidden;
}

.business-services li .keep-account .prices .left {
    float: left;
    color: #ff6a00;
}

.business-services li .keep-account .prices .left strong {
    font-size: 22px;
}

.business-services li .keep-account .prices .right {
    color: rgb(169, 169, 169);
    text-decoration: line-through;
}

/*首页-知识产权*/
.intellectual-property li .headline {
    background: url("../images/business-bg2.png"
            /*tpa=http://t10306.mbdemo.18inter.com/Templates/T10306/images/business-bg2.png*/
        ) center;
    background-size: cover;
}

.intellectual-property li .headline .more a:hover {
    color: rgba(251, 123, 96, 1);
}

.intellectual-property li .headline .images img {
    max-height: 118px;
}

/*首页-解决方案*/
.total-solution .headline p {
    padding-top: 6px;
}

/* .imgae-same-size li {
    background-color: #ffffff;
} */

.total-solution li .image {
    width: 200px;
    height: auto;
    margin-bottom: 20px;
}

.total-solution li .box {
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: transform 0.3s;
    transform: translateY(0);
}
.total-solution li .box:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 6px #ddd;
}

.total-solution li .box p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 42px;
    text-align: left;
}

.total-solution li .box .more a {
    border: 1px solid rgba(255, 106, 0, 1);
    color: rgba(255, 106, 0, 1);
}

.total-solution li .box .more a:hover {
    background-color: rgba(255, 106, 0, 1);
    color: #fff;
}

/*首页-服务企业*/
.service-firm .headline {
    font-weight: bold;
}

.service-firm .years-box ul {
    text-align: center;
    position: relative;
}

.service-firm .years-box li .animateNum {
    font-weight: bold;
    display: inline-block;
}

.service-firm .years-box li .animateNum:hover {
    color: #ff6a00;
}

    .pro-headline {
        font-size: 24px;
        padding: 50px 0 20px;
    }

    .free-worry .box {
        padding: 40px 20px 0;
        min-height: 304px;
    }

    .process-flow .box {
        min-height: 260px;
    }

    .frequently-asked .box {
        padding: 25px 20px 20px 20px;
        min-height: 185px;
        overflow: hidden;
    }

    .frequently-asked .box .top {
        margin-bottom: 20px;
    }

    .free-worry {
        margin-top: 120px;
    }

    .page-productIndex .topbox-content {
        position: absolute;
        top: -210px;
        left: 0;
        width: 100%;
    }

    .add-wens {
        padding: 0 110px;
    }

    .addcard5 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        word-break: break-all;
        height: 104px;
    }

    .addcard2 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-all;
        height: 48px;
    }


    .free-worry .phone1,
    .process-flow .phone1 {
        padding-right: 5px;
    }

    .free-worry .phone2,
    .process-flow .phone2 {
        padding-left: 8px;
    }

    .free-worry .box {
        padding: 10px;
        ;
        min-height: 290px;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .free-worry .box p {
        font-size: 13px;
    }

    .addcard5 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-all;
        height: 40px;
    }

/*产品中心样式*/
.pro-headline,
.free-worry {
    text-align: center;
}
.pro-headline1 {
    text-align: left;
    font-size: 24px;
    padding: 0px 0 20px;
}
.pro-headline1 .icon {
    width: 36px;
}

.pro-headline1 span {
    font-weight: bold;
}

.free-worry .box {
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;

    transition: transform 0.5s;
    transform: scale(1);
}

.free-worry .box:hover {
    transform: scale(1.05);
    box-shadow: 0 0 10px #ddd;
}

.free-worry .box img {
    max-height: 77px;
}

.free-worry .box h5 {
    padding: 20px 0 16px;
    font-size: 1.8rem;
}

.free-worry .box p {
    text-align: left;
}

.process-flow {
    text-align: center;
}

.process-flow .box {
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;

    transition: transform 0.3s;
    transform: translateY(0);
}

.process-flow .box:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 6px #ddd;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}

.process-flow .box h6 {
    padding: 30px 0 20px;
    font-size: 1.8rem !important;
}

.process-flow .box p {
    line-height: 2;
    padding: 0px 15px 10px 15px;
    text-align: left;
}

.frequently-asked .box {
    background-color: #ffffff;
    margin-bottom: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.frequently-asked .box img {
    width: 36px;
    height: 36px;
    float: left;
}

.frequently-asked .box .top h5,
.frequently-asked .box .bottom p {
    overflow: hidden;
    padding-left: 20px;
    line-height: 2;
}

.frequently-asked .box .top h5 {
    font-size: 1.8rem;
}

.frequently-asked .box .bottom {
    clear: both;
}

.add-news .bannermenu-box li {
    margin-bottom: 14px;
}

.add-news .bannermenu-box li a img {
    height: 50px;
    width: 50px;
}

.page-productIndex .topbox .leftbox {
    border: 1px solid rgb(238, 238, 238);
    padding-bottom: 12px;
}
