/*回到顶部按钮*/
#doitbegin_Back2top {
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/to-top.png) no-repeat;
    background-size: 100% 100%;
    position: fixed;
    _position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 10;
    cursor: pointer;
    text-indent: -999em;
}

#doitbegin_Back2top:hover {
    background: url(../img/to-top-hover.png) no-repeat;
    background-size: 100% 100%;
    transition: all 1s;
}

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    width: 100%;
    height: auto;
    /*position:relative;*/
    /*overflow: hidden;*/
    position: absolute;
}

* {
    outline: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "microsoft yahei";
}

/* ---- particles.js container ---- */

.navbar-inverse {
    background: #fff;
    /*border-color: rgba(255, 255, 255, 0.2);*/
    height: 80px;
    background: url("../img/bannerBg.jpg") no-repeat;
    background-size: 100% 100%;
}

.navbar-inverse .navbar-nav > .active > a {
    background: transparent;
}

.navbar-collapse {
    background: none;
}

.navbar-nav > li {
    margin: 0 2px;
    position: relative;
}

.navbar-nav > li > a {
    display: flex;
    align-items: center;
    justify-items: center;
}

.nav > li.active > a {
    /*color: #00cdff!important;*/
    color: #323232 !important;
    border-bottom: 4px solid red;
}

.container {
    /*background: black;*/
    width: 1024px !important;
    max-width: 100%;
    font-size: 16px;
}

.productsNav {
    width: 100%;
    height: 0;
    background: white;
    position: absolute;
    top: 77px;
    left: 0;
    box-sizing: border-box;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
    padding: 0 30px;
    overflow: hidden;
}

.productsNav .left {
    width: 25%;
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productsNav .left img {
    max-width: 96%;
    max-height: 200px;
}

.productsNav .right {
    width: 75%;
    float: right;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.productsNav .right ul {
    text-align: center;
    width: 18%;
    margin: 10px 3px;
    color: #646464;
    float: left;
}

.productsNav .right ul.firstUl {
    margin-left: 5%;
}

.productsNav .right ul li {
    padding: 4px 0;
    position: relative;
}

.productsNav .right ul li a {
    color: #666;
}

/*.productsNav .right ul li:first-child{*/
/*margin-bottom: 5px;*/
/*padding-bottom: 8px;*/
/*}*/
/*.productsNav .right ul li:first-child a{*/
/*color: black;*/
/*font-size: 20px;*/
/*font-weight: bold;*/
/*margin-bottom: 15px;*/
/*}*/
.productsNav .right ul li:first-child:before {
    position: absolute;
    width: 66%;
    height: 3px;
    /*background: #3d8611;*/
    bottom: 0;
    left: 17%;
}

.productsNav .right ul:nth-child(2) li:first-child:before {
    width: 90%;
    left: 5%;
}

.productsNav .right ul li:first-child:hover:before {
    content: '';
}

.noBefore li:first-child:before {
    content: none !important;
}

@media (max-width: 1470px) {
    .productsNav .right ul li {
        font-size: 15px;
    }

    .productsNav .right ul li:first-child {
        font-size: 16px;
    }
}

@media (max-width: 1000px) {
    .productsNav .right ul li {
        font-size: 14px;
    }

    .productsNav .right ul li:first-child {
        font-size: 14px;
    }
}

/* 导航菜单部分 结束 */

.navbar-brand {
    /*height: auto;*/
    /*float: none;*/
    /*line-height: 100px;*/
    padding-top: 16px;
}

/*导航菜单*/
.navbar-inverse {
    /*background-color: transparent;*/
    /*border-color: transparent;*/
}

.navbar-inverse .navbar-nav > li > a {
    color: #323232;
    font-weight: bold;
    /*line-height: 30px;*/
}

.navbar-nav > li > a {
    height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.nav > li > a {
    padding: 0 18px;
    letter-spacing: 1px;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #323232;
    border-bottom: 4px solid rgba(155, 93, 46, 0.75);
    cursor: pointer;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background: transparent !important;
}

.active_ {
    color: #ff6e00 !important;
    border-bottom: 1px solid #ff6e00;
}

.hideLogo {
    display: none !important;
}

.centerContent {
    margin-top: 80px;
}

.productsHover2 {
    display: none !important;
}

@media (max-width: 767px) {
    .productsNav .right ul.firstUl {
        margin-left: 0;
    }

    .productsNav .right ul li:first-child {
        padding-bottom: 3px;
        margin-bottom: 0;
    }

    .productsNav .right ul li:first-child a {
        color: #666;
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 0;
    }

    .productsNav {
        height: auto;
        padding: 0 10px;
        position: initial;
        background: none;
        box-shadow: none;
    }

    .productsNav .right {
        display: block;
        margin: 0 0 10px 0;
    }

    .returnBtn {
        border-bottom: 1px solid #ccc;
        text-align: center;
        line-height: 40px;
    }

    .productsNav .right ul {
        width: calc(50% - 6px);
        float: left;
        margin: 3px;
    }

    .productsNav .right ul li:first-child:before {
        content: none;
    }

    .productsNav .right ul li a {
        font-size: 16px;
        color: #666666;
        font-weight: normal;
    }

    .productsNav .right ul li {
        display: none;
    }

    .productsNav .right ul li:first-child {
        display: block;
    }

    .noBefore {
        display: none;
    }

    .productsHover2 {
        /*display: block!important;*/
    }

    .productsHover {
        /*display: none!important;*/
    }

    .productsNav .left {
        display: none;
    }

    .productsNav .right {
        width: 100%;
    }

    .productsNav {
        top: 50px;
        display: none;
    }

    .indexTitle img {
        max-width: 56%;
        margin-top: -20px;
    }

    .navbar-inverse {
        height: 50px;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #333;
    }

    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: #fff;
    }

    .centerContent {
        margin-top: 50px !important;
    }

    .showLogo {
        display: none !important;
    }

    .hideLogo {
        display: block !important;
        margin: 12px 0 0 10px;
    }

    .navbar-collapse {
        background: rgba(255, 255, 255, 0.92);
    }

    .collapse.in {
        border-bottom: 1px solid #ccc;
    }

    .navbar-nav > li > a {
        line-height: normal;
    }

    .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
        border-bottom: none;
    }

    .nav > li {
        width: 50%;
        float: left;
        margin: 0;
    }

    .navbar-nav > li > a {
        height: 36px;
        font-weight: normal !important;
    }

    .navbar-nav > li > a span {
        display: none;
    }

    .nav > li.active > a {
        border-bottom: none;
        color: #9b5d2e !important;
    }


}


/*footer*/
.footer {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-top: 20px;
    /*background: url("../img/footer.png") no-repeat;*/
    /*background-size: 100% 100%;*/
    background: #333333;
}

.footer ul {
    width: 1024px;
    max-width: 96%;
    padding-bottom: 15px;
    height: auto;
    margin: auto;
    overflow: hidden;
    border-bottom: 1px dashed white;
}

.footer ul li {
    width: 30%;
    float: left;
    text-align: center;
    line-height: 30px;
    color: white;
}

.footer ul li a {
    color: white;
}

.footer li:last-child img {
    width: 110px;
}



.copyright a {
    color: white;
}


/*footer  end*/
.products_box {
    background: #f7f8fa;
    padding-bottom: 30px;
}

.products_box2 {
    width: 1024px;
    max-width: 96%;
    margin: auto;
    box-sizing: border-box;
    padding: 30px 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products_box2 .left {
    width: 35%;
    height: auto;
    text-align: right;
    box-sizing: border-box;
    padding-bottom: 60px;
}

.products_box2 .center {
    width: 30%;
    text-align: center;
}

.products_box2 img {
    max-width: 70%;
}

.products_box2 .right {
    width: 35%;
    height: auto;
    box-sizing: border-box;
    padding-top: 60px;
}

.products_box2 .name {
    font-size: 20px;
    font-weight: bold;
    color: red;
}

.products_box2 .txt {
    font-size: 16px;
    margin-top: 10px;
    line-height: 28px;
    margin-bottom: 20px;
}

.switchBtn {
    width: 100%;
    height: auto;
    margin: 30px auto;
    text-align: center;
}

.switchBtn ul {
    width: 1024px;
    margin: auto;
    max-width: 100%;
    height: auto;
    display: flex;
    flex-flow: row wrap;
    /* justify-content: space-between; */
    /* align-items: center; */
    /* justify-content: center;
}

.moreBtn{
    font-size: 18px;
    font-family: "微软雅黑";
    color: #ca0813;
    line-height: 40px;
    /*float: right;*/
    margin-left: 5px;
    text-decoration: none;
}

.index-part-first {
    width: 100%;
    height: auto;
    position: relative;
    /*background: #f7f8fa;*/
}

.index-title {
    font-size: 26px;
    font-weight: bold;
    color: red;
    text-align: center;
    padding: 40px 0 20px 0;
    position: relative;
}

.index-title img {
    margin: 0 20px;
}

.index-title2 {
    margin-bottom: -100px;
}

.caseBtn {
    width: 100%;
    max-width: 96%;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.caseBtn span {
    padding: 10px 25px;
    border: 1px solid #ccc;
    margin: 0 10px;
    border-radius: 20px;
    cursor: pointer;
}

.caseBtn span.active {
    background: red;
    color: white;
}

.about_box {
    margin-top: 30px;
}

.index-part-first .content {
    width: 1024px;
    height: auto;
    max-width: 92%;
    margin: auto;
    /*color: #666666;*/
    line-height: 36px;
    font-size: 18px;
    text-indent: 36px;
    padding-bottom: 20px;
}

.index-part-first .content .txt {
    padding-top: 10px;
}

.index-part-first .content_ {
    padding-bottom: 10px;
}

.content1 {
    display: flex;
    align-items: center;
    padding-bottom: 50px;
}

.content1-list {
    width: 33%;
    height: 270px;
    box-sizing: border-box;
    padding: 25px 20px;
    background: white;
    box-shadow: 0 0 10px #969696;
    border-radius: 5px;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    flex-direction: column;
    text-indent: 0;
    font-size: 16px;
    line-height: 30px;
    color: #646464;
}

.content1 .content1-list:nth-child(2) {
    margin: 0 30px;
}

.content1-list .name {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
    color: #000;
}


.index-part-two {
    width: 100%;
    height: auto;
    padding: 10px 0;
    position: relative;
}

.index-part-two .content {
    width: 1024px;
    height: auto;
    max-width: 95%;
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.index-part-two .content .left {
    width: 55%;
    float: left;
    height: auto;
    text-indent: 32px;
    line-height: 36px;
    font-size: 16px;
    color: #323232;
    margin: 10px 0;
    padding: 15px 0;
}

.index-part-two .content .right {
    width: 45%;
    float: right;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-part-two .content .right img {
    width: 98%;
}

.content2 {
    width: 1200px;
    height: auto;
    max-width: 95%;
    margin: auto;
    padding: 0 0 20px 0;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    flex-wrap: wrap;
}

.content2 li {
    width: 20%;
    height: auto;
    margin: 0;
    box-sizing: border-box;
    padding: 10px 10px 15px 10px;
    font-size: 16px;
    text-align: center;
}

.content2 li a {
    color: #333333;
    display: block;
    font-weight: bold;
}

.content2 li img {
    margin-bottom: 10px;
    width: 130px;
}

.content2 li img:hover {
    transition: 1s;
    transform: rotate(160deg);
    -ms-transform: rotate(360deg); /* IE 9 */
    -moz-transform: rotate(360deg); /* Firefox */
    -webkit-transform: rotate(360deg); /* Safari 鍜� Chrome */
    -o-transform: rotate(360deg);
}

.content3 {
    width: 1024px;
    height: auto;
    max-width: 95%;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.caseContent3 {
}

.content3 .list {
    width: 48%;
    height: auto;
}

.content3 .list li {
    width: 96%;
    line-height: 35px;
    text-indent: 30px;
    color: #333;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.content3 .list li:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 11px;
    left: 10px;
    background: url("../img/icon/mark.png") no-repeat;
    background-size: 100% 100%;
}

.content3 .list li a {
    color: #333;
}

.content3 .right {
    width: 52%;
    height: auto;
    text-align: center;
}

.content3 .right img {
    width: 96%;
}

.index-part-three {
    width: 100%;
    height: auto;
    position: relative;
    background: #f7f8fa;
}

.index-part-three .content {
    width: 1100px;
    height: auto;
    max-width: 95%;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-part-three .content .left {
    width: 48%;
    text-align: left;
}

.index-part-three .content .left img {
    width: 96%;
}

.index-part-three .content .right {
    width: 52%;
    box-sizing: border-box;
    padding: 0 15px;
}

.index-part-three .content .right div {
    text-indent: 32px;
    font-size: 16px;
    line-height: 30px;
    padding-top: 5px;
}

.index-part-four {
    width: 100%;
    height: auto;
    position: relative;
}


.index-part-four .content {
    width: 1240px;
    height: auto;
    max-width: 95%;
    margin: auto;
    padding: 20px 0 50px 0;
    font-size: 16px;
    overflow: hidden;
    background: white;
    box-sizing: border-box;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
}

.index-part-four .content li {
    width: 25%;
    height: auto;
    margin: 0 20px;
    font-size: 16px;
    color: #646464;
    text-align: center;
}

.index-part-four .content li img:hover {
    transition: 1s;
    transform: rotate(160deg);
    -ms-transform: rotate(360deg); /* IE 9 */
    -moz-transform: rotate(360deg); /* Firefox */
    -webkit-transform: rotate(360deg); /* Safari 鍜� Chrome */
    -o-transform: rotate(360deg);
}

.index-part-four .content .name {
    font-weight: bold;
    color: black;
    margin: 10px;
}

.hideImg {
    display: none;
}

.qrCode {
    margin-top: 10px;
}


/************************************产品及服务start*****************************************/
.productsContent {
    width: 1024px;
    height: auto;
    max-width: 92%;
    margin: 20px auto 0;
    padding: 20px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.productsContent .left {
    width: 45%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
    overflow: hidden;
}

.productsContent .left img {
    max-width: 100%;
}

.productsContent .right {
    width: 55%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
    overflow: hidden;
}

.productsTitle {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    line-height: 50px;
}

.productsTitle:before {
    position: absolute;
    /*content: '';*/
    left: 0;
    bottom: 0;
    width: 150px;
    height: 3px;
    background: red;
}

.productsContent .txt {
    line-height: 30px;
    font-size: 16px;
    text-indent: 36px;
    color: #666666;
    overflow: hidden;
}

.productsContent .txt1 {
    text-indent: 0;
}

.customerName {
    float: right;
    width: calc(100% - 80px);
    text-indent: 0;
    color: red;
}

.index_more {
    width: 1024px;
    max-width: 96%;
    margin: auto;
    margin-top: -15px;
    text-indent: 30px;
}


/***********************************产品及服务end***********************************/


/***********************************案例start***********************************/
.caseContent {
    width: 1000px;
    height: auto;
    max-width: 92%;
    margin: auto;
    padding: 20px 0;
    box-sizing: border-box;
    overflow: hidden;
}

.caseTitle {
    display: block;
    margin: auto;
    padding: 20px 0;
    max-width: 76%;
}

.caseContent .txt {
    line-height: 36px;
    font-size: 18px;
    text-indent: 36px;
    color: #666666;
    width: 100%;
}

.caseContent .content {
    width: 100%;
    height: auto;
    margin: 30px auto;
    font-size: 18px;
    overflow: hidden;
}

.caseContent .content li {
    width: 100%;
    height: 170px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #333333;
    border-bottom: none;
}

.caseContent .content li:last-child {
    border-bottom: 1px solid #333333;
}

.news_left {
    width: 230px;
    max-width: 23%;
    height: 152px;
    float: left;
    overflow: hidden;
}

.news_right {
    width: 730px;
    max-width: 73%;
    line-height: 22px;
    float: right;
}

.news_img {
    width: 230px;
    max-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news_img img {
    max-width: 100%;
    max-height: 100%;
}

.mobileImg {
    width: 100%;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news_img:hover {
    opacity: 0.7;
}

.news_title {
    font-size: 24px !important;
    color: #666;
    line-height: 32px;
    padding-left: 0;
    padding-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_title span a {
    color: #e7141a;
    text-decoration: none;
    font-size: 24px !important;
}

.news_title span a:hover {
    color: #e71c76;
    text-decoration: none;
}

.news_right a {
    color: #666;
    text-decoration: none;
    font-size: 14px !important;
}

.news_right a:hover {
    color: #323232;
}

.news_right p a {
    display: -webkit-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    position: relative;
    line-height: 22px;
    max-height: 88px;
    text-indent: 30px;
}

.news_right p a:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 40px;
    /*background: -webkit-linear-gradient(left, transparent, #fff 55%);*/
    /*background: -o-linear-gradient(right, transparent, #fff 55%);*/
    /*background: -moz-linear-gradient(right, transparent, #fff 55%);*/
    /*background: linear-gradient(to right, transparent, #fff 55%);*/
}


/***********************************案例end***********************************/


/***********************************新闻***********************************************************/
.t_list {
    width: 1024px;
    max-width: 100%;
    height: auto;
    margin: 30px auto 20px;
    /*background: #222222;*/
    padding: 0;
    overflow: hidden;
}

.t_list div {
    width: 30%;
    float: left;
    margin: auto 10px;
    border: 1px #c8c8c8 solid;
    text-align: center;
    margin-bottom: 20px;
}

.t_list .img {
    width: 100%;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    box-sizing: border-box;
    padding:5px 20px 0 0;
}
.t_list .img img{
    max-width: 100%;
    max-height: 96%;
}

.t_list h2 {
    font-size: 16px;
    margin: 1em 0.6em;
    font-weight: bold;
    line-height: 22px;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.t_list p {
    text-align: center;
    padding: 0 1em;
    line-height: 1.5em;
    height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.t_list a {
    border: 1px #c8c8c8 solid;
    padding: 1em 3em;
    line-height: 6em;
}

/*新闻详情*/
.newsContainer {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.news_content {
    width: 1024px;
    max-width: 92%;
    height: auto;
    margin: auto;
    overflow: hidden;
}

.newsD_title {
    text-align: center;
    padding: 10px 0;
    margin: 20px auto;
    border-bottom: 1px solid #ccc;
}

.newsD_title span {
    font-size: 0.6em;
    color: #595959;
}

.newsContent {
    padding: 0;
}

.newsContent img {
    max-width: 100%;
    height: auto !important;
}




/***********************************新闻end***********************************************************/


/***********************************关于我们about***********************************************************/
.about-part-first {
    width: 1024px;
    max-width: 92%;
    margin: auto;
    height: auto;
    position: relative;
}

.aboutTitle {
    display: block;
    margin: 40px auto 20px auto;
    width: 500px;
    max-width: 82%;
}

.about-part-first .content {
    width: 100%;
    height: auto;
}

.about-part-first .txt {
    width: 100%;
    height: auto;
    padding: 5px 0 5px 0;
    /* color: #666666; */
    line-height: 32px;
    font-size: 16px;
    text-indent: 32px;
    color: #666;
}

.about-part-first .txt span {
    color: red;
    font-weight: bold;
}

.about-part-two {
    width: 1120px;
    max-width: 92%;
    margin: auto;
    height: auto;
    position: relative;
    padding: 30px 0;
    box-sizing: border-box;
}

.about-part-two .aboutContent {
    width: 100%;
    height: auto;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
}

.about-part-two .aboutContent li {
    width: 33%;
    height: auto;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}

.about-part-two .aboutContent li img {
    max-width: 96%;
}

.about-part-two .aboutContent li .name {
    padding: 15px;
    font-size: 18px;
    color: black;
    font-weight: bold;
}


.about-honor {
    width: 100%;
    margin: auto;
    height: auto;
    position: relative;
    padding: 20px 0 70px 0;
    box-sizing: border-box;
    /*background: url("../img/about/honor_bg.png") no-repeat;*/
    /*background-size: 100% 100%;*/
    text-align: center;
}

.about-honor-img {
    width: 1100px;
    max-width: 90%;
    overflow: hidden;
}

.about-contact {
    width: 1120px;
    max-width: 92%;
    margin: auto;
    height: auto;
    position: relative;
    padding: 20px 0;
    box-sizing: border-box;
}

.contactInfo {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 10px 0 30px 0;
}

.contactInfo .left {
    width: 50%;
    box-sizing: border-box;
    padding: 20px 40px;
}

.contactInfo .left div {
    line-height: 60px;
    border-bottom: 1px solid #e0e0e0;
}

.contactInfo .right {
    width: 50%;
}

.contactInfo .right img {
    width: 96%;
    /*cursor: pointer;*/
}



/***********************************关于我们about end***********************************************************/


/*案例*/
.case_listBox {
    width: 1024px;
    max-width: 100%;
    height: auto;
    margin: 30px auto 20px;
    /* background: #222222; */
    padding: 0;
    overflow: hidden;
}

.case_list {
    width: 100%;
    height: 170px;
    /*border: 1px solid #333333;*/
    border-bottom: none;
    color: white;
    padding: 10px;
}

.case_listBox .case_list:last-child {
    border-bottom: none;
}

.news_left {
    width: 230px;
    max-width: 23%;
    height: 152px;
    float: left;
    overflow: hidden;
}

.news_right {
    width: 730px;
    max-width: 73%;
    line-height: 22px;
    float: right;
}

.case_img {
    width: 230px;
    max-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
}

.case_img img {
    max-width: 100%;
    max-height: 100%;
}

.mobileImg {
    width: 100%;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case_img:hover {
    opacity: 0.7;
}

.news_title {
    font-size: 24px !important;
    color: #333;
    line-height: 32px;
    padding-left: 0;
    padding-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_title span a {
    color: #000;
    text-decoration: none;
    font-size: 24px !important;
}

.news_title span a:hover {
    color: #646464;
    text-decoration: none;
}

.news_right a {
    color: #333;
    text-decoration: none;
    font-size: 14px !important;
}

.news_right a:hover {
    color: #666;
}

.news_right p a {
    display: -webkit-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    position: relative;
    line-height: 22px;
    max-height: 88px;
    text-indent: 30px;
}

.news_right p a:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 40px;
    /*background: -webkit-linear-gradient(left, transparent, #fff 55%);*/
    /*background: -o-linear-gradient(right, transparent, #fff 55%);*/
    /*background: -moz-linear-gradient(right, transparent, #fff 55%);*/
    /*background: linear-gradient(to right, transparent, #fff 55%);*/
}



@media (max-width: 1000px) {
    .content1-list {
        height: 300px;
        padding: 20px 15px;
        font-size: 15px;
    }
    .content2 li img{
        width: 100px;
    }
}

@media (max-width: 767px) {
    .showImg {
        display: none;
    }

    .hideImg {
        display: block;
    }

    .index-part-first .content {
        font-size: 16px;
    }

    .index-title {
        padding: 20px 0 0 0;
        font-size: 24px;
    }

    .index-title img {
        display: none;
    }

    .index-title1 {
        background: #f0f3fa;
    }
    .index-title2{
        margin-bottom: 10px;
    }
    .about_box{
        margin-top:0;
    }
    .moreBtn {
        display: inline-block;
        float: right;
        margin-right: 15px;
    }

    .content1 {
        display: block;
    }
    .contactInfo{
        display: block;
    }
    .contactInfo .left{
        width: 100%;
    }
    .contactInfo .right{
        width: 100%;
    }
    .contactInfo .left div{
        line-height: 22px;
        padding: 15px 0;
    }
    .contactInfo .right img{
        width: 100%;
    }
    .content1-list {
        width: 100%;
        background: transparent;
        box-shadow: none;
        margin: auto !important;
        height: auto;
        padding: 10px 10px;
    }

    .content1-list img {
        display: none;
    }

    .content1-list .name {
        color: #333333;
    }

    .products_box2 {
        max-width: 92%;
        display: block;
        padding: 15px 0 10px 0;
    }

    .products_box2 .name {
        color: #333333;
        text-align: center;
    }

    .products_box2 .center,.products_box2 .left,.products_box2 .right {
        display: none;
    }
    .products_box2 img{
        max-width: 100%;
        padding-bottom: 15px;
    }
    /*.products_box2 .left {*/
        /*width: 100%;*/
        /*padding-bottom: 0;*/
        /*text-align: left;*/
    /*}*/

    /*.products_box2 .right {*/
        /*width: 100%;*/
        /*padding-top: 10px;*/
    /*}*/

    .products_box2 .txt {
        margin-bottom: 12px;
    }

    .productsContent {
        padding: 10px 0;
    }

    .content1 {
        padding-bottom: 5px;
    }

    .index-part-two .content .left {
        width: 100%;
        padding: 0;
    }

    .index-part-two .content .right {
        display: none;
    }

    .index-part-two .content {
        margin: auto;
    }

    .content2 {
        padding: 5px 0;
    }

    .content2 li {
        width: 50%;
        /*font-size: 14px;*/
    }

    .content2 li img {
        width: 100px;
        max-width: 90%;
        margin-bottom: 5px;
    }

    .content3 {
        padding-bottom: 10px;
    }

    .content3 .list {
        width: 100%;
    }

    .content3 .right {
        display: none;
    }

    .index-part-three .content .left {
        display: none;
    }

    .index-part-three .content .right {
        width: 100%;
    }
    .about-honor{
        padding: 20px 0 30px 0;
    }
    .index-part-four .content {
        flex-wrap: wrap;
        padding: 20px 0 0px 0;
    }

    .index-part-four .content li {
        width: 50%;
        margin: 0;
        box-sizing: border-box;
        padding: 10px;
    }
    .index-part-four .content li img{
        width: 120px;
        max-width: 60%;
    }

    .caseBtn span {
        padding: 10px 15px;
        border-radius: 15px;
    }


    .footer {
        background: #000;
        padding-top: 10px;
        margin-top: 0px;
    }

    .footer ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer ul li {
        margin: 0 2px;
    }

    .footer ul li:nth-child(2) {
        width: 40%;
    }

    .footer .address, .footer .tips1 {
        line-height: 18px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .footer .address span, .footer .tips1, .footer .tel {
        display: inline-block;
        font-size: 12px;
        line-height: 16px;
    }

    .copyright {
        padding: 8px 0 5px 0;
        font-size: 12px !important;
    }

    .footer ul li a {
        display: inline-block;
        line-height: 22px;
    }

    .productsContent {
        margin: auto;
    }

    .productsContent .left {
        display: none;
    }

    .productsContent .right {
        width: 100%;
    }

    .productsContent img {
        max-width: 100%;
        padding: 30px 0 !important;
    }

    .news_left {
        display: none;
    }

    .news_right {
        width: 100%;
        max-width: 100%;
    }

    .news_img_phone {
        display: block !important;
        width: 30%;
        margin-right: 10px;
    }

    .caseContent {
        padding: 10px 0;
    }

    .caseContent .content {
        display: block;
        overflow: hidden;
        margin: 15px auto 10px;
    }

    .caseTitle {
        padding: 0;
    }

    .news_title span a {
        font-size: 18px !important;
    }

    .t_list div {
        width: 48%;
        margin: 0 1%;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    .t_list .img {
        height: 110px;
        padding:5px 5px 0 0;
    }

    .t_list h2 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 44px;
        padding: 6px;
        line-height: 20px;
        font-size: 15px;
    }

    .t_list p {
        padding: 6px;
        font-size: 14px;
        line-height: 20px;
        height: 68px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .t_list a {
        line-height: 36px;
        font-size: 14px;
        padding: 0 10px;
        display: inline-block;
        height: 36px;
        border-radius: 5px;
    }

    .about-honor-img li {
        border: 4px solid #7d3342;
    }

    .aboutTitle {
        margin: 20px auto;
    }

    .about-part-first .content .left {
        display: none;
    }

    .about-part-first .content .right {
        width: 100%;
        padding: 0;
    }

    .about-part-two {
        padding: 20px 0 10px 0;
    }

    .contactInfo li {
        width: 100%;
    }

    .contactInfo li .txt {
        font-size: 14px;
    }

    .contactInfo li .txt2 {
        font-size: 16px;
    }
}
