﻿
/*首页新增*/

.news_warp1 {
    background: #f2f4f8;
}
.content-lr {
    float: left;
    width: 61%;
}
.content-index {
    padding: 70px 0;
}
.content-rl {
    float: right;
    width: 38%;
}
.lr-up {
    position: relative;
}
.lr-up .news_p2 {
    position: absolute;
    bottom: 0;
    color: #fff;
    background: rgba(0,0,0,0.3);
    width: 100%;
}
.lr-up p {
    font-size: 14px;
    height: 60px;
    padding: 16px 24px;
    text-align: left;
}
.lr-up .news_p2 span {
    font-size: 18px;
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre-line;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*word-break: keep-all;*/
    line-height: 30px;
}
.lr-up .news_p2 .character {
    float: left;
	width: 82%;
    /*font-weight: bold;*/
}
.lr-up .news_p2 .date {
    float: right;
    font-size: 16px;
}
.content-img {
	cursor:pointer;
    overflow: hidden;
    height: 0;
    padding-bottom: 71.5%;
}
.content-img2 {
	cursor:pointer;
    overflow: hidden;
    height: 0;
    padding-bottom: 56%;
}
.content-img img ,.content-img2 img {
    width: 100%;
    transition: all 1s;
    /* transition: -webkit-all 1s;
    transition: -moz-all 1s;
    transition: -o-all 1s;
    transition: -ms-all 1s; */
}
.content-img img:hover ,.content-img2 img:hover {
   transform: scale(1.1);
}
.list-2 {
    position: relative;
}
.list-2 .news_p1 ,.list-3 .news_p1,.lr-up .news_p1{
    position: absolute;
    min-width: 100px;
    top: 20px;
    left: 0;
    background: #b01f24;
    font-size: 14px;
    padding: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    display: inline-block;
    padding: 8px;
    color: #fff;
    text-align: center;
}
.list-2 .news_p1 span ,.list-3 .news_p1 span ,.lr-up .news_p1 span{
    transition: -webkit-all 0.8s;
    transition: -moz-all 0.8s;
    transition: -o-all 0.8s;
    transition: -ms-all 0.8s;
    transition: all 0.8s;
    display: inline-block;
}
.list-2  .news_p1:hover span:last-child,.list-3  .news_p1:hover span:last-child ,.lr-up .news_p1:hover span:last-child{
    transform: translateX(10px);
}
.list2-desc p ,.list-3 .desc p{
    line-height: 25px;
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /*font-weight: bold;*/
}
.list2-desc p {
    /* color:#333; */
}
.lr-up .desc span {
    margin-top: 10px;
    display: block;
}
.content-lr .down-list ul li{
    width: 48%;
    border: 1px solid #9fa0a0;
    padding: 37px 30px;
    float: left;
    margin-top: 30px;
    height: 290px;
}
.content-lr .down-list ul:after {
    content:'';
    visibility:hidden;
    display:block;
    width:0;
    height:0;
    clear:both;
}
.content-lr .down-list ul li h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 28px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.content-lr .down-list .desc {
    margin-top: 26px;
    color: #9fa0a0;
}
.content-lr .down-list .desc P {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.content-lr .down-list span {
    color: #333;
}
.content-lr .down-list .desc img {
    width:8px;
    margin-top: 20px;
}
.list2-desc {
    background: #fdfffe;
    padding: 8px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color:#333;
}
.list2-desc span {
    display: block;
    /* color: #9fa0a0; */
}
.list-3 {
    margin-top: 14px;
    position: relative;
}
.list-3 .desc {
    background: #fdfffe;
    padding: 8px 15px;
    border-top: none;
    color: #333;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.list-3 .desc span {
    display: block;
}
.lr-up .news_p2:hover ,.list-3 .desc:hover ,.list2-desc:hover{
    background: #b01f24;
    color:#fff;
    cursor: pointer;
}
@media (min-width: 1281px) and (max-width: 1600px) {
    .content-lr .down-list ul li {
        height: 293px;
    }
    .content-lr .down-list ul li {
        padding: 30px;
    }
    .content-lr .down-list ul li h3 {
        margin-bottom: 22px;
    }
}
@media (min-width: 901px) and (max-width: 1280px) {
    .content-lr .down-list .desc {
        margin-top: 10px;
    }
    .content-lr .down-list ul li {
        padding: 20px;
    }
    .content-lr .down-list ul li h3 {
        margin-bottom: 15px;
    }
    .lr-up .desc {
        left: 20px;
    }
    .lr-up .desc p, .list2-desc p, .list-3 .desc p {
        font-size: 18px;
        line-height: 23px;
    }
    .content-lr .down-list ul li {
        height: 294px;
    }
}
@media (min-width: 900px) and (max-width: 1080px) {
    .content-img {padding-bottom: 72.5%;}
}
@media (min-width: 768px) and (max-width: 900px) {
    .content-lr ,.content-rl {width: 100%}
    .content-rl {margin-top:15px;}
    .content-lr .down-list ul li {
        padding: 22px 30px;
    }
    .lr-up .desc p, .list2-desc p, .list-3 .desc p {
        line-height: 22px;
        font-size: 18px;
    }
}
@media (min-width: 500px) and (max-width: 767px) {
    .content-lr {
        width: 100%;
    }
    .lr-up .desc p, .list2-desc p, .list-3 .desc p {
        font-size: 18px;
        line-height: 22px;
    }
    .content-lr .down-list ul li {
        width: 100%;
    }
    .content-rl {
        width: 100%;
        margin-top: 30px;
    }
}
@media (min-width: 300px) and (max-width: 500px) {
    .lr-up .desc {
        left: 20px;
    }
    .content-lr {
        width: 100%;
    }
    .lr-up .desc p, .list2-desc p, .list-3 .desc p {
        font-size: 18px;
        line-height: 22px;
    }
    .content-lr .down-list ul li {
        width: 100%;
        padding: 20px;
    }
    .content-rl {
        width: 100%;
        margin-top: 30px;
    }
    .content-lr .down-list ul li h3 {
        margin-bottom: 20px;
    }
    .content-lr .down-list .desc img {
        margin-top: 5px;
    }
}
@media (min-width: 768px) {
    .product_box {
        background: #f2f4f8;
        background-size: 100% 100%;
        padding:70px 0;
    }
    .solution , .carousel{
        background: #f2f4f8;
    }
    .solution{
        padding: 70px 0 50px 0;
    }

    .product_box ul.nu2 li:nth-child(1) p.three {
        margin-top: 18px;

    }
    .carousel-indicators li {
        width: 48px !important;
        height: 7px !important;
        margin: 0 5px !important;
        background: white !important;
        opacity: 0.5;
    }
    .carousel-indicators .active {
        opacity: 1;
    }
    /*新闻中心*/
    .swiper-father p {
        padding: 5px;
    }
}

.product_content {

}



/* 轮播 */
.carousel-inner .character_bg{
    width: 100%;
    height: 100%;
    position: static;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index:3;
}
.carousel-inner > .item > a > img {
    width: 100%;
    /* transition: all 10s; */
}
/* .carousel-inner > .item > a > img:hover{ */
/* transform: scale(1.2);   */
/* } */
.carousel-inner .character {
    /* width: 100%;
    padding: 0 14%;
    position: absolute;
    z-index:1;
    top:0;
    bottom:0;
    margin:auto 0;
    height:30%;
    margin-top: 27%; */
}
.show_left{
    text-align:left;
}
.show_center{
    /*text-align:center;*/
}
.show_right{
    text-align:right;
}
.carousel-inner .character p{
    /*margin-bottom:10px*/
}

/*
.carousel-inner .character .carousel-inner-p1{
    font-size: 38px;
    font-weight: bold;
    position: absolute;
    left:14%;
    top:60%;
}
.carousel-inner .character .carousel-inner-p2{
    font-size:20px;
    position: absolute;
    left:14%;
    top:68%;
}
.carousel-inner .character .carousel-inner-p3 {
    position: absolute;
    left:14%;
    top:74%;
}
.carousel-inner .character .carousel-inner-p3 a{
    padding:8px 20px;
    border-radius:10px;
    display:inline-block;

}*/



.carousel-inner .character .commitbtn {
    text-align: center;
    display: inline-block;
    padding: 0;
    margin-bottom: 2%;
    width: 130px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #fff;
    border: none;
    border-radius: 5px;
    background-color: #b01f24;
}
.banner_swiper{
    position:relative;
}

.index_banner .banner_pagin{
    width:100%;
    bottom:16px
}
.index_banner .banner_pagin .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    margin: 0 5px;
    background: white;
    border-radius: 10px;
    opacity: 0.6;
    transition: -webkit-all 1s;
    transition: -moz-all 1s;
    transition: -o-all 1s;
    transition: -ms-all 1s;
    transition: all 1s;
}

.index_banner .banner_pagin .swiper-pagination-bullet-active{
    width:32px;
    opacity:1
}

/* 产品专区 */
.product_title{
    text-align:center;
    background:#f2f4f8;
}
.product_title p{
    font-size: 24px;
    color:#9fa0a0;
    position:relative;
}
.product_title p:after{
    content: "";
    display: block;
    position: absolute;
    width: 45%;
    left: 0;
    top: 50%;
    height: 4px;
    border-radius: 4px;
    background: linear-gradient(to right, rgba(215, 217, 219, 0.31),#d7d9db);
    transform: translateY(-50%);
}
.product_title p:before{
    content: "";
    display: block;
    position: absolute;
    width: 45%;
    right: 0;
    top: 50%;
    height: 4px;
    border-radius: 4px;
    background: linear-gradient(to right, #d7d9db , rgba(215, 217, 219, 0.31));;
    transform: translateY(-50%);
}

.product_box_app{
    display:none;
}
.product_box ul{
    margin:0
}
.product_box ul li {
    /*height: 230px;*/
}

.product_box ul.nu1 li:first-child {
    /*border: 1px solid #efefef;*/
    /*background: url("../images/index_pro01_06.jpg") no-repeat center;*/
    /*background-size: 100% 100%;*/
}

/* .product_box ul.nu1 li:first-child p, */
/* .product_box ul.nu2 li:nth-child(4) p { */
/* text-align: center; */
/* color: #000000; */
/* } */

.product_box ul.nu2 li:nth-child(1) .product_p01,
.product_box ul.nu1 li:first-child .product_p01,
.product_box ul.nu2 li:nth-child(2) .product_p01,
.product_box ul.nu2 li:nth-child(4) .product_p01 {
    margin-top: 22px;
    margin-left: 22px;
    /* padding-bottom: 6px; */
    font-size: 18px;
    color: #000;
    /* background: url(../images/product_border.png) no-repeat center; */
    /* background-size: 18% 6%; */
    /* background-position: 0px 26px; */

}



.product_box ul.nu2 li:nth-child(1) .product_p01:before,
.product_box ul.nu1 li:first-child .product_p01:before,
.product_box ul.nu2 li:nth-child(2) .product_p01:before,
.product_box ul.nu2 li:nth-child(4) .product_p01:before,
.product_box ul.nu1 li:nth-child(3) .nu1:before{
    content: "";
    display: inline-block;
    width: 3px;
    height: 18px;
    background: #b01f24;
    margin-right: 6px;
    position: relative;
    top: 3px;
    border-radius: 6px;
}

.product_box ul.nu2 li:nth-child(1) .product_p02,
.product_box ul.nu1 li:first-child .product_p02,
.product_box ul.nu2 li:nth-child(2) .product_p02,
.product_box ul.nu2 li:nth-child(4) .product_p02 {
    line-height: 26px;
    font-size: 15px;
}

.product_box ul.nu1 li:nth-child(2), .product_box ul.nu2 li:nth-child(3) {
    /*background: #ffffff;*/
}

.product_box ul.nu1 li:nth-child(2) span, .product_box ul.nu2 li:nth-child(3) span {
    display: block;
    padding-left: 40px;
}

.textspan {
    font-size: 16px;
    color: gray;
    line-height: 30px;
    /*font-family: serif !important;*/
}

.textspan01 {
    margin-top: 30px;
}

.enspan01 {
    margin-top: 30px;
}

.enspan {
    font-size: 13px;
    color: gray;
    line-height: 28px;
}

.product_box ul.nu1 li:nth-child(3) {
    /*border: 1px solid #efefef;
    background: url("../images/index_pro03_08.jpg") no-repeat center;
    background-size: 100% 100%;*/
}

.product_box ul.nu1 li:nth-child(3) p {

}

.product_box ul.nu1 li:nth-child(3) .nu1 {
    margin-top: 22px;
    font-size: 18px;
    padding-bottom: 6px;
    font-size: 18px;
    /* background: url(../images/product_border.png) no-repeat center; */
    background-size: 60% 6%;
    background-position: 0px 26px;
}

.product_box ul.nu1 li:nth-child(3) .nu2 {

}

.hoverContent li a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background: #b01f24;
    padding: 0px 10px;
    border-radius: 6px;
    margin-top: 40px;
}

.hoverContent li {
    position: relative;
}

.hoverContent li .slideUp_s {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 12%;
    text-align: left;
}

.hoverContent li dl dt {
    font-size: 18px;
    margin-top: 10px;
}

.showtext03 {
    font-size: 16px;
    margin-bottom: 8px;
}

.hoverContent li dl dd {
    line-height: 22px;
    /* margin-top: 20px; */
}
.hoverContent li dl dd:first-child{
    margin-top:60px
}

.margin_top12 {
    margin-top: 12px;
}

.product_box ul.nu2 li:nth-child(2) {
    /*background: url("../images/index_pro02_09.jpg") no-repeat center;*/
    /*background-size: 100% 100%;*/
    /*border: 1px solid #efefef;*/
}

.product_box ul.nu2 li:nth-child(4) {
    /*border: 1px solid #efefef;*/
    /*background: url("../images/index_pro04_13.jpg") no-repeat center;*/
    /*background-size: 100% 100%;*/
}

.product_box ul.nu2 li:nth-child(1) p,
.product_box ul.nu2 li:nth-child(2) p {

}

.product_first {
    overflow: hidden;
}

.product_last {
    overflow: hidden;
}

.product_left {
    position: absolute;
    z-index: 1;
    left: 22px;
}

.textp_span {
    position: relative;
    bottom: -112px;
    right: 40px;
    text-align: right;
}
/*解决方案开始*/
.clearfix .box {
    /*height: 100%;*/
}
.solution_app{
    display:none;
}

.hoverContent01 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    padding: 12%;
    text-align: left;
    font-size:20px;
}

.hoverContent01 li:nth-child(1) span {
    font-size: 20px;
    line-height: 36px;
    display: inline-block;
    border-bottom: 2px solid #ffffff;
}

.hoverContent01 li:nth-child(1) {
    width:80%;
    font-size: 16px;
    margin-top: 75px;
    line-height: 22px;
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre-line;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

.hoverContent01 li:last-child {
    font-size: 14px;

}
.hoverContent01 li:last-child a{
    display: inline-block;
    font-size: 14px;
    color: #b01f24;
    background: #fff;
    padding: 0px 10px;
    border-radius: 6px;
    margin-top: 40px;
}

.solution img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.solution div {
    padding-right: 0px;
    padding-left: 0px;
    color: #ffffff;
    overflow: hidden;
    cursor: pointer;
}

.solution .content_box01 dl {
    height: 96px;
    position: absolute;
    left: 24%;
    bottom: auto;
    top: 100px;
    text-align: left;
}
.solution .content_box01 .solution_dl1{
    /* color:#333; */
    width: 34%;
}


.solution .content_box01 dl dt span {
    display: inline-block;
    line-height: 36px;
    font-size: 18px;
    /* border-bottom: 2px solid #ffffff; */
}
.solution .content_box01 dl dt span:before{
    content: "";
    display: inline-block;
    width: 3px;
    height: 18px;
    background: #b01f24;
    margin-right: 6px;
    position: relative;
    top: 3px;
    border-radius: 6px;
}

.solution .content_box01 dl dd {
    font-size: 16px;
    margin-top: 15px;
    line-height: 22px;
    /*display: -webkit-box;*/
    /*word-break: break-all;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    /*white-space: pre-line;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 1;*/
}

.solution .content_box01 .dd {
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre-line;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.solution .content_box04 dl {
    left: 50px;
    text-align: left;
    bottom: 50px;
    padding: 0 36px 0 0;
}
.solution .content_box04:nth-child(1) dl{
    bottom: 160px;
    width: 70%;
}
.solution .content_box04:nth-child(2) dl{
    top:auto
}
.solution .content_box04:nth-child(3) dl{

}

.solution .content_box04 dt, .solution .content_box01 dt {
    /*text-align: center;*/
}

.solution .content_box02 dl {
    position: absolute;
    left: 3%;
    bottom: 2%;
    text-align: left;
}

.solution .content_box02 dl dt {
    font-size: 32px;
    line-height: 53px;
}

.solution .content_box02 dl dd {
    line-height: 26px;
    font-size: 16px;
}

.solution .content_box02 dl dd.two {
    margin-top: 10px;
}

.solution .content_box02 dl dd.last {
    margin-top: 10%;
}

.solution .content_box02 dl dd a {
    font-size: 18px;
    color: #ffffff;
}

.lucency_bei {
    width: 100%;
    height: 100%;
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 1;
}

/*解决方案结束*/
@media (max-width: 650px) {
    /*.carousel-inner .character .carousel-inner-p1{
        font-size: 18px;
    }
    .carousel-inner .character .carousel-inner-p2{
        font-size:12px;
    }
    .carousel-inner .character {
        padding: 0 6%;
        height: 38%;
    }
    .carousel-inner .character .carousel-inner-p3 a {
        padding: 6px 14px;
        font-size: 12px;
    }
    .carousel-inner .character p {
        margin-bottom: 4px;
    }*/
}

/* 新闻中心开始*/
.news_center {
    background: #f2f4f8;
    background-size: 100% 101%;
    padding: 70px 0;
}

.news_center .title {
    font-size: 26px;
    color: #000000;
    text-align: center;
    line-height: 76px;
}

.swiper-father a {
    display: block;
    position: relative;
    background: white;
}

.swiper-father a dl {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    padding: 30px;
    text-align: left;
    background: rgba(176, 31, 36, .8);
    display: none;
}

.arrow_setail {
    display: inline-block;
    width: 26px;
    height: 12px;
    background: url(../images/index_arrow_10.png) no-repeat center;
}

.swiper-father a dl dt {
    font-size: 16px;
    line-height: 28px;
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre-line;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.swiper-father a dl dd {
    font-size: 12px;
    line-height: 24px;
    margin-top: 16px;
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre-line;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.swiper-father p {
    /* font-size: 14px; */
    /*height:42px;*/
    padding: 10px 24px;
    text-align: center;
}

.swiper-father .news_center_contents p:nth-child(2) span{
    /*float:left;*/
    font-size:16px;
    /* font-weight:bold; */
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre-line;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: keep-all;
}

.swiper-father .news_p1 {
    position: absolute;
    width:100px;
    top: 10px;
    right: 0;
    background: #b01f24;
    font-size: 13px;
    padding:0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.swiper-father .news_p1 a{
    background:transparent;
    display:block;
    width:100%;
    height:100%;
    color: #fff;
    padding: 8px;
}
.swiper-father .news_p1 a span{
    transition:-webkit-all 0.8s;
    transition:-moz-all 0.8s;
    transition:-o-all 0.8s;
    transition:-ms-all 0.8s;
    transition:all 0.8s;
    display:inline-block
}
.swiper-father .news_p1 a:hover span:last-child{
    transform:translateX(10px);
}
.swiper-father .news_p2 {
    position: absolute;
    bottom: 0;
    color: #fff;
    background:rgba(0,0,0,0.3);
    width: 100%;
}


.swiper-father img {
    display: block;
    width: 100%;
    transition: all 1s;
    /*height: 210px;*/
}
.swiper-father img:hover{
    transform: scale(1.1)
}

.swiper-father {
    position: relative;

}

.swiper-container {
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background: url("../images/news_center_left_06.png") no-repeat center;
    left:-40px
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: url("../images/news_center_right_06.png") no-repeat center;
    right:-40px
}

.swiper-slide {
    /*text-align: center;
    font-size: 18px;
    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;*/
}

.swiper_width {

}

.swiper_width .swiper-container-horizontal {
    max-width: 1460px;
}

.swiper-father .more_bg{
    position:relative;
    cursor: pointer;
    overflow:hidden
}
.swiper-father .more_bg img{
    transition:all 1s;
    height:100%
}
.swiper-father .more_bg img:hover{
    transform: scale(1.2);
}
.swiper-father .more_bg a{
    position: absolute;
    top:0;left:0;right:0;bottom:0;
    margin:auto;
    width: 110px;
    height: 42px;
    line-height: 42px;
    border:2px solid white;
    border-radius: 24px;
    color:white;
    text-align: center;
    background:transparent;
}
.swiper-father .more_bg a:hover{
    border-color:saddlebrown
}
/* 新闻中心结束*/

.product_post {
    position: absolute;
    width: 100%;
    z-index:1
}




@media screen and (min-width: 999px) {
    .clearfix .box {
        /*height: 100%;*/
        padding-bottom: 41%;
        height: 0;
    }
    .solution img {
        display: inline-block;
        width: 100%;
        height: 100%;
        position:absolute
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .hoverContent01 li:nth-child(3) {
        margin-top: 28px;
    }
    .solution .content_box01 dl {
        bottom: 40px;
    }
    .solution .content_box04 dl {
        bottom: 40px;
    }
    .hoverContent li dl dd{
        margin-top: 10px;
        -webkit-line-clamp: 2;
    }
    .hoverContent li dl dt {
        margin-top: 0;
    }
    .textp_span {
        bottom: -42px;
    }


}


@media screen and (min-width: 1600px) {
    .textp_span {
        bottom: -160px;
    }
}

@media screen and (min-width: 1920px) {
    /* .product_box { */
    /* padding: 69px 308px; */
    /* } */

    .product_box ul li {
        /*height: 290px;*/
    }
    .swiper-father {
        padding: 0;
    }

    .news_center {
        background-size: 100% 110%;
    }
    .textp_span {
        bottom: -180px;
    }
}

@media screen and (max-width: 1600px) {
    .product_title p {
        font-size: 22px;
    }
    .product_title p:after , .product_title p:before{
        width:44%
    }
    .solution .content_box04 dl {
        left: 30px;
        bottom: 30px;
    }
    .hoverContent01 li:nth-child(1) {
        margin-top: 40px;
    }
    .hoverContent li dl dd:first-child {
        margin-top: 40px;
    }
    .hoverContent li a {
        margin-top: 34px;
    }
    .swiper-father p {
        padding: 6px 24px;
    }
    .solution .solution_dl1 {
        width: 48%;
    }

    .solution .content_box01 .solution_dl1 {
        width: 40%;
        left: 16%;
    }
}

@media screen and (max-width: 1380px) {
    .solution .content_box01 .solution_dl1 {
        width: 48%;
        left: 19%;
    }

}


@media (min-width: 1000px) and (max-width: 1270px) {

    .solution .content_box04:nth-child(1) dl {
        width: 100%;
        top: 80px
    }
    .hoverContent01 li:nth-child(1) {
        margin-top: 0;
    }
    .hoverContent li dl dd:first-child {
        margin-top: 12px;
    }
}

@media (max-width: 1270px) {
    /*.carousel-inner .character .carousel-inner-p1 {
        font-size: 22px;
    }
    .carousel-inner .character .carousel-inner-p2 {
        font-size: 14px;
    }
    .carousel-inner .character .carousel-inner-p3 a {
        padding: 4px 20px;
        font-size: 12px;
    }*/

}

@media (max-width: 768px) {
    #carousel-example-generic{
        padding-bottom:30px
    }
    .news_center {
        background: #fff;
    }
    .product_title {
        background: #fff;
        padding: 14px 6px;
    }
    .product_title p:after, .product_title p:before {
        width: 36%;
    }
    .product_title p {
        font-size: 18px;
    }
    .index_banner .banner_pagin .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 5px;
        background: white;
    }
    /*产品中心*/
    .solution .posiR {
        margin-top: 5px;
    }
    .product_box{
        display:none;
    }

    /*改*/
    /* .product_box ul.nu2 li:nth-child(1) .product_p02, .product_box ul.nu1 li:first-child .product_p02, .product_box ul.nu2 li:nth-child(2) .product_p02, .product_box ul.nu2 li:nth-child(4) .product_p02 { */
    /* font-size: 14px !important; */
    /* } */

    /* .product_box ul.nu2 li:nth-child(1) .product_p01, .product_box ul.nu1 li:first-child .product_p01, .product_box ul.nu2 li:nth-child(2) .product_p01, .product_box ul.nu2 li:nth-child(4) .product_p01 { */
    /* margin-top: 30px !important; */
    /* font-size: 20px !important; */
    /* line-height: 16px !important; */
    /* } */
    /* .hoverContent li .slideUp_s { */

    /* padding: 6% 10%; */
    /* } */
    /* .hoverContent01 li:nth-child(1) { */
    /* font-size: 18px; */
    /* } */

    /* .hoverContent01 li:nth-child(2) { */
    /* font-size: 14px; */
    /* margin: 0; */
    /* } */

    /* .hoverContent01 li:nth-child(3) { */
    /* font-size: 14px; */
    /* margin-top: 60px; */
    /* } */
    /* .product_box ul.nu2 li:nth-child(1) p, */
    /* .product_box ul.nu1 li:nth-child(3) p, */
    /* .product_box ul.nu1 li:nth-child(2) span { */
    /* padding-left: 0; */
    /* font-size: 15px; */
    /* line-height: 20px; */
    /* } */

    /*手机端产品中心*/
    .product_box_app{
        display:block;
    }
    .product_box_app ul li {
        font-size: 12px;
        text-align:left;
        overflow: hidden;
        margin-top: 20px;
        padding: 0 2px;
        border-radius: 5px;
        box-shadow: 4px 5px 7px rgba(199, 194, 194, 0.7);
    }
    .product_box_app .product_post {
        width: 86%;
        top: 10px;
        left:10px
    }
    .product_box_app .product_left {
        left: 10px;
        top: 10px;
    }
    .product_box_app .arrow_setail {
        display: block;
        width: 82%;
        height: 18px;
        background: url(../images/index_arrow_10.png) no-repeat right;
        background-size: 20px 12px;
    }
    .product_box_app .hoverContent li .slideUp_s {
        text-align: center;
    }
    .product_box_app .hoverContent li dl dt {
        font-size: 16px;
        margin-top: 50px;

    }
    .product_box_app .hoverContent li dl dd {
        margin-top: 0;
    }
    .product_box_app .hoverContent li a {
        display: inline-block;
        font-size: 12px;
        margin-top: 12px;
    }
    /*手机端产品中心结束*/

    /*手机端解决方案*/
    .solution{
        display:none;
    }
    .solution_app{
        display:block;
    }
    .solution_app ul li {
        font-size: 12px;
        text-align:right;
        overflow: hidden;
        margin-top: 20px;
        padding: 0 2px;
        border-radius: 5px;
        box-shadow: 4px 5px 7px rgba(199, 194, 194, 0.7);
    }
    .solution_app .product_post1 , .solution_app .product_post2{
        position: absolute;
        width: 82%;
        height: 54px;
        bottom: 18px;
        color: white;
    }
    .solution_app .product_post1{
        left:10px;
    }
    .solution_app .product_post2{
        text-align:left;
        right:10px;
        bottom: 20px;
    }
    .solution_app .product_p01 , .solution_app .product_left .nu1{
        display: inline-block;
        border-bottom: 2px solid white;
        margin-bottom: 6px;
        font-size: 14px;
    }
    .solution_app .product_left {
        right: 16px;
        bottom: 22px;
        height: 50px;
        color: white;
        padding: 0 10px;
    }
    .solution_app .product_p02{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .solution_app .arrow_setail {
        display: block;
        width: 82%;
        height: 18px;
        background: url(../images/index_arrow_10.png) no-repeat right;
        background-size: 20px 12px;
    }
    .solution_app .hoverContent li .slideUp_s {
        text-align: center;
    }
    .solution_app .hoverContent li dl dt {
        font-size: 14px;
        margin-top: 40px;
        color: white;
    }
    .solution_app .hoverContent li dl dd {
        margin-top: 0;
    }
    .solution_app .hoverContent li a {
        display: inline-block;
        font-size: 12px;
        margin-top: 8px;
    }
    /*手机端解决方案结束*/

    .textspan01 {
        margin-top: 36px;
    }

    .product_content {
        padding-top: 10px;
        padding-bottom: 40px;
    }
    .product_content .row{
        margin:0
    }

    .news_center .title {
        font-size: 22px !important;
    }

    .product_box ul.nu1 li:nth-child(3) .nu1 {
        margin-top: 30px;
        font-size: 20px;
        padding-left: 30px;
    }

    .mobile_none {
        display: none;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 2%;
    }

    .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        border: 1px solid #ffffff;
    }

	.content-index {
		padding: 30px 0 40px;
	}
	.lr-up .news_p2{
		padding:12px 15px;
	}
	.lr-up .news_p2 .character {
		width: 74%;
		font-size: 18px;
		line-height: 24px;
	}
	.content-img {
		padding-bottom: 57.5%;
	}

}



@media (max-width: 500px) {
    .product_box_app .hoverContent li dl dt {
        margin-top: 12px;
    }
    .solution_app .hoverContent li dl dt {
        margin-top: 10px;
    }
}



@media (min-width: 1880px) {
    .product_box ul.nu2 li:nth-child(1) .product_p01,
    .product_box ul.nu1 li:first-child .product_p01,
    .product_box ul.nu2 li:nth-child(2) .product_p01,
    .product_box ul.nu2 li:nth-child(4) .product_p01,
    .product_box ul.nu1 li:nth-child(3) .nu1,
    .solution .content_box01 dl dt span{
        /*font-size: 20px;*/
    }
    .showtext03 ,.solution .content_box01 dl dd,.hoverContent01 li:nth-child(1){
        font-size: 16px;
    }
}



.banner_next{
	right: 30px;
}
.banner_prev{
	left: 30px;
}


