﻿@charset "utf-8";

.w4625{
    width: 46.25%;
}
.w48{
    width: 48%;
}
.w100{
    width: 100%!important;
}
.w3065{
    width: 30.65%;
}
.h50 {
    height: 50px;
}
.h100 {
    height: 100px;
}
.pl5 {
    padding-left: 5px!important;
}
.common_bgcolor {
    background-color: #234497;
}
.none {
    display: none !important;
}
.page_line {
    width: 45px;
    height: 4px;
    background: #234497;
    margin: 25px auto;
}
.bread {
    background: #FFFFFF;
    border-bottom: 1px solid #E5E5E5;
}
.bread .maxwidth {
    height: 80px;
}
.bread .maxwidth .item-r{
    height: 100%;
}
.bread .item-r .item {
    position: relative;
    margin-right: 65px;
    display: flex;
    align-items: center;
    height: 100%;
    color: #333;
}
.bread .item-r .item:last-child{
    margin-right: 0;
}
.bread .item-r .item::after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #234497;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scale(0);
    transition: all .4s;
}
.bread .item-r .item.active {
    color: #234497;
}
.bread .item-r .item.active::after{
    transform: scale(1);
}
.bread .bread_box {
    height: 100%;
    color: #AAAAAA;
    margin-left: auto;
}
.bread .bread_box::before{
    content: "";
    display: block;
    width: 16px;
    height: 18px;
    background: url(../img/bread_home.png) no-repeat center/cover;
    margin-right: 9px;
}
.bread_box .item::after {
    content: "";
    display: block;
    width: 4px;
    height: 7px;
    background: url(../img/bread_next.png) no-repeat center/cover;
    margin: 0 12px;
    box-sizing: border-box;
}
.bread_box .item:last-child:after {
    display: none;
}
.bread_box .item a {
    color: #AAAAAA;
}
.bread_box .item:last-child a {
    color: #333;
}
.tech-tk {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .68);
    z-index: 999;
    display: none;
}
.tech-tk.active {
    display: block;
}
.tech-tk-box {
    display: inline-block;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 20px;
    box-sizing: border-box;
    border-radius: 24px;
    max-width: 800px;
    width: 92%;
}
.tech-tk-img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.tech-tk-img .img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.tech-tk-img .img{
    height: 635px;
}
.tech-tk-img .img img{
    max-width: 100%;
    max-height: 100%;
}
.tech-tk-img .desc{
    margin-top: 15px;
}
.techclose {
    margin-left: auto;
    display: block;
    width: 17px;
}
.techclose img {
    transition: all .4s;
}
.index_about .lists {
    height: 671px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(10,67,137,0.12);
    border-radius: 8px;
}
.index_about .img{
    width: 52%;
    height: 100%;
}
.index_about .texts{
    width: 44.2%;
    padding-left: 58px;
    box-sizing: border-box;
}
.index_about .texts .con{
    margin-top: 35px;
}
.index_about .items{
    padding-right: 10%;
    box-sizing: border-box;
}
.index_about .item{
    width: 40%;
    margin-top: 45px;
}
.index_about .counter {
    line-height: 1;
}
.index_about .num{
    margin-top: 15px;
}

.page_tit {
    font-size: 30px;
    color: #333;
    font-weight: 600;
}
.page_ftit {
    font-size: 20px;
    margin-top: 8px;
    color: #999;
    text-transform:capitalize
}
.page_desc {
    line-height: 1.72;
    margin-top: 30px;
}
.page_line{
    width: 45px;
    height: 4px;
    background: #234497;
    margin: 28px auto 0;
}

/* 暂无数据 */
.adds_lists_notab {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0;
    box-sizing: border-box;
}
/* 暂无图片 */
.bg_adviceimg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #cccccc;
    font-weight: 600;
}
/* 暂无信息 */
.nodata-layer {
    background: #FFFFFF;
}
.lists-hide {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    box-sizing: border-box;
}
.lists-hide img {
    margin-bottom: 25px;
}
.information_news_three .list{
    width: 32%;
    margin-right: 2%;
    background: #F5F5F5;
    border-radius: 6px 6px 0px 0px;
    margin-bottom: 40px;
}
.information_news_three .list:nth-child(3n){
    margin-right: 0;
}
.information_news_three .img{
    height: 320px;
    border-radius: 6px 6px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.information_news_three .img img{
    transition: all .4s;
}
.information_news_three .texts{
    padding: 24px 25px;
    box-sizing: border-box;
    height: 198px;
}
.information_news_three .texts .tit{
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .4s;
}
.information_news_three .texts .con {
    height: 64px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 15px 0 20px;
}
.information_news_four .list{
    width: 23.8%;
    margin-right: 1.6%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.information_news_four .list:nth-child(3n){
    margin-right: 1.6%;
}
.information_news_four .list:nth-child(4n){
    margin-right: 0;
}
.information_news_four .img{
    height: 240px;
}
.information_news_four .tips_new{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 126px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 0px 20px 0px 0px;
    background: #333333;
    transition: all .4s;
    padding: 0 10px;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.information_news_four .list::before{
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .4s;
    width: 0;
    z-index: -1;
}

/* 详细页 */
.detail_lists .title  {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 27px;
    box-sizing: border-box;
    margin-bottom: 35px;
}
.detail_lists .title  .desc {
    margin-top: 20px;
}
.detail_lists .con img{
    display: inline-block;
}
.detail_lists .con p{
    margin-bottom: 16px;
}
.detail_lists .con p:last-child{
    margin-bottom: 0;
}
.deail_buts {
    border-top: 1px solid #EEEEEE;
    padding-top: 40px;
    box-sizing: border-box;
    margin-top: 60px;
}
.deail_but {
    width: 143px;
    height: 44px;
    border: 1px solid #999;
    margin-left: auto;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    z-index: 1;
}
.deail_but::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #234497;
    transition: all .3s;
    height: 100%;
    width: 0;
    display: block;
}
.deail_buts_l {
    width: calc(100% - 143px);
    padding-right: 5%;
    box-sizing: border-box;
}
.deail_buts_l span {
    width: 70px;
    transition: all .4s;
}
.deail_buts_l .item {
    margin-bottom: 12px;
    transition: all .4s;
}
.deail_buts_l .item:last-child {
    margin-bottom: 0;
}
.deail_buts_l .descc {
    width: calc(100% - 70px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .4s;
}
.deail_buts_l .item:hover .descc {
    color: #234497;
}
/* 分类切换 */
.table_nav .item{
    width: 142px;
    height: 55px;
    border-radius: 8px;
    border: 1px solid #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 35px;
    transition: all .4s;
}
.table_nav .item:last-child{
    margin-right: 0;
}
.table_nav .item.active{
    background: #234497;
    color: #fff;
    border: 1px solid #234497;
}
/* 下载列表 */
.uplode_lists .list{
    border-bottom: 1px solid #CCCCCC;
    padding: 27px 0;
    box-sizing: border-box;
}
.uplode_lists .list_tit {
    padding-left: 15px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.uplode_lists .list_title {
    max-width: 65%;
}
/* 产品资料 */
.uplode_lists_service .uolode_btn {
    margin-left: 90px;
}
.uplode_lists_service .list_icon{
    width: 19px;
    height: 23px;
    background: url(../img/recycling_uplode.png) no-repeat center/cover;
}
.uplode_lists_service .list_tit{
    width: calc(100% - 19px);
}

/* 上位机 */
.uplode_lists_machine .uolode_btn {
    margin-left: 40px;
}
.uplode_lists_machine .list_icon{
    width: 32px;
    height: 32px;
    background: url(../img/machine_uplode.png) no-repeat center/cover;
}
.uplode_lists_machine .list_tit{
    width: calc(100% - 32px);
}
@media only screen and (min-width: 960px) {
    .deail_but:hover::after {
        width: 100%;
    }
    .deail_but:hover {
        color: #fff;
    }
}
@media only screen and (max-width: 1200px) {
    .deail_buts{
        margin-top: 60px;
    }
    .deail_but{
        width: 152px;
        height: 50px;
    }
    .detail_lists .con {
        text-indent: 0;
    }
    .page_tit {
        font-size: 28px;
    }
    .page_ftit {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1043px) {
    .information_news_three .texts {
        padding: 24px 20px;
    }
}
@media only screen and (max-width: 960px) {
    .deail_but {
        width: 128px;
        height: 45px;
    }
    .deail_but::before{
        margin-right: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .deail_buts {
        margin-top: 30px;
        padding-top: 20px;
    }
    .deail_buts_l{
        width: 100%;
        padding-right: 0;
    }
    .deail_but{
        margin: 20px auto 0;
    }
    .detail_lists .title {
        margin-bottom: 20px;
        padding-bottom: 15px;
        text-align: center;
    }
    .detail_lists .title .desc {
        margin-top: 6px;
    }
    .detail_lists .con p {
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 960px) {
    .techclose img:hover{
        transform: rotate(360deg);
    }
    .bread .item-r .item:hover {
        color: #234497;
    }
    .bread .item-r .item:hover::after{
        transform: scale(1);
    }
    .information_news_three .list:hover .img img{
        transform: scale(1.08);
    }
    .information_news_three .list:hover .tit{
        color: #234497;
    }
}
@media only screen and (max-width: 1600px) {
    .index_about .lists{
        height: 580px;
    }
    .index_about .item{
        margin-top: 40px;
    }
    .index_about .texts .con {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 1480px) {
    .index_about .lists{
        height: auto;
        box-shadow: initial;
    }
    .index_about .img{
        height: 540px;
    }
    .index_about .item{
        margin-top: 36px;
    }
    .index_about .texts .con {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 1400px) {
    .bread .item-r .item{
        margin-right: 50px;
    }
    .learn_more{
        width: 132px;
        height: 45px;
    }
    .information_news_four .img{
        height: 229px;
    }
}
@media only screen and (max-width: 1366px) {
    .index_about .img {
        height: 510px;
    }
    .index_about .texts .con {
        margin-top: 25px;
    }
    .index_about .item {
        margin-top: 30px;
    }
    .information_news_four .img{
        height: 223px;
    }
    .information_news_three .texts{
        padding: 24px 20px;
    }
}
@media only screen and (max-width: 1280px) {
    .bread .item-r .item {
        margin-right: 35px;
    }
    .information_news_four .img{
        height: 209px;
    }
    .table_nav .item {
        width: 134px;
        height: 48px;
    }
}
@media only screen and (max-width: 1240px) {
    .information_news_four .img {
         height: 203px;
    }
    .information_news_four .tips_new{
        width: 98px;
        height: 36px;
        line-height: 36px;
    }
}
@media only screen and (max-width: 1200px) {
    .index_about .img {
        height: 450px;
    }
    .index_about .item {
        margin-top: 20px;
    }
    .learn_more {
        width: 120px;
        height: 44px;
    }
    .bread .maxwidth {
        height: 70px;
    }
    .page_tit {
        font-size: 26px;
    }
    .page_ftit {
        font-size: 16px;
    }
    .information_news_three .texts .con{
        height: 60px;
    }
    .information_news_three .texts{
        height: 191px;
    }
    .information_news_four .img{
        height: 196px;
    }
    .information_news_four .list {
        width: 32%;
        margin-right: 2%;
    }
    .information_news_four .list:nth-child(4n){
        margin-right: 2%;
    }
    .information_news_four .list:nth-child(3n){
        margin-right: 0;
    }
}
@media only screen and (max-width: 1043px) {
    .information_news_four .img {
        height: 220px;
    }
}
@media only screen and (max-width: 1024px) {
    .w4625 {
        width: 100%;
    }
    .bread .item-r .item {
        margin-right: 30px;
    }
}
@media only screen and (max-width: 960px) {
    .page_tit {
        font-size: 24px;
    }
    .page_ftit {
        font-size: 16px;
    }
}
@media only screen and (max-width: 768px) {
    .tech-tk-img .img{
        height: auto;
    }
    .tech-tk-img{
        margin-top: 20px;
    }
    .page_line {
        width: 35px;
        height: 3px;
        margin: 18px auto;
    }
    .bread .maxwidth .item-r{
        display: none;
    }
    .bread .maxwidth {
        height: auto;
    }
    .bread .bread_box{
        margin-left: 0;
        padding: 18px 0;
    }
    .bread_box .item::after{
        margin: 0 7px;
    }

    .index_about .texts{
        width: 100%;
    }
    .index_about .img{
        width: 100%;
        height: auto;
        margin-top: 25px;
    }
    .index_about .items {
        padding-right: 0;
    }
    .index_about .item{
        width: 45%;
    }
    .index_about .icon{
        max-width: 30px;
    }
    .index_about .texts .con {
        margin-top: 15px;
    }
    .bg_img {
        position: initial;
        transform: translate(0);
        height: auto;
        max-width: 100%;
        width: 100%;
    }
    .page_title{
        text-align: center;
    }
}
@media only screen and (max-width: 640px) {
    .mt45 {
        margin-top: 20px;
    }
    .page_tit {
        font-size: 22px;
    }
    .page_ftit {
        font-size: 16px;
    }
    .information_news_four .list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .information_news_four .list:last-child{
        margin-bottom: 0;
    }
    .information_news_four .list:nth-child(4n){
        margin-right: 0;
    }
    .information_news_three .texts .con{
        height: 56px;
    }
    .information_news_three .texts{
        height: 184px;
    }
    .table_nav .item {
        width: 88px;
        height: 34px;
        margin-right: 10px;
    }
    .uplode_lists .list{
        padding: 15px 0;
        box-sizing: border-box;
    }
    .uplode_lists_service .uolode_btn {
        margin-left: 15px;
    }
    .uplode_lists_machine .uolode_btn {
        margin-left: 15px;
    }
    .w3065 {
        width: 100%;
    }
    .w48 {
        width: 100%;
    }
}