* {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
}

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

ul,
ol {
    list-style: none;
}

input,
textarea {
    outline: none;
    border: none;
}

img,
video {
    width: auto;
    max-width: 100%;
    display: block;
}

table{
    width: auto;
    max-width: 100%;
    margin: 0 auto ;
    
    border-collapse:collapse;border:none;
}

table td{
    border:solid #000 1px;
}

table p , table p span{
    margin: 0px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.inner_content {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    height: 100%;
}

.inner_title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 91px;
    margin-bottom: 60px;
}

.inner_title h5 {
    color: #111111;
    font-size: 36px;
    margin-bottom: 20px;
}

.inner_title span {
    color: #666666;
    font-size: 18px;
    text-transform: capitalize;
}

/* 导航 */
.navigation {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 90px;
    z-index: 9999;
    border-bottom: 1px solid rgba(214, 214, 214, 0.8);
    transition: 0.4s ease;
}

.navigation.all {

    background: #FFF;
    box-shadow: 0px 0px 10px 1px #0000000a;
}

.navigation .out {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navigation .out ul {
    height: 100%;
    display: flex;
    align-items: center;
}

.navigation .out ul li {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 100px;
    position: relative;
}

.navigation .out ul li .list_nav {
    width: 150px;
    border-radius: 4px;
    background: #FFF;
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -75px;
    padding: 20% 5%;
    box-sizing: border-box;
    display: none;
    box-shadow: 0px 0px 10px 1px #0000001d;
}

.navigation .out ul li .list_nav a {
    display: block;
    text-align: center;
    line-height: 2.5em;
}

.navigation .out ul li .list_nav a:hover {
    color: #B63235;
    background: #DCDCDC;
}



.navigation .out ul li a {
    color: #666666;
    font-size: 18px;
}

.navigation .out ul li a:hover,
.navigation .out ul li.all a {
    color: #E3020C;
}

.navigation .out ul li:last-child {
    margin-right: 0px;
}

.navigation .out .logo img {
    width: 137px;
}

.navigation_page {
    background: #FFF;
}

/* banner */
.banner {
    width: 100%;
}

.banner img {
    width: 100%;
    display: block;
}

.banner .swiper-pagination-bullet {
    width: 47px;
    height: 2px;
    opacity: 0.32;
    background: #B63235;
    margin: 0px !important;
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
}

.banner .swiper-scrollbar {
    width: 244px;
    left: 50%;
    margin-left: -122px;
    background: rgba(181, 51, 53, 0.32);
    height: 2px;
    top: auto;
    bottom: 58px;
}

.banner .swiper-scrollbar-drag {
    background: rgba(181, 51, 53);
    height: 4px;
    top: -1px;
}

/* ------------------------------------------------------- */
/* 产品推荐 */
.Recommendation {
    overflow: hidden;
}

.Recommendation .out {
    width: 100%;
    height: 678px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Recommendation .out .left {
    width: 690px;
    height: 100%;
}

.Recommendation .out .box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.Recommendation .out .box img {
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.5s ease;
    object-fit: cover;
}

.Recommendation .out .box:hover img {
    transform: scale(1.1);
}

.Recommendation .out .box .tit {
    position: absolute;
    bottom: 30px;
    left: 27px;
    z-index: 3;
}

.Recommendation .out .box .tit span {
    font-size: 28px;
    color: #FFFFFF;
    margin-bottom: 16px;
    display: block;
}

.Recommendation .out .box .tit i {
    width: 100%;
    height: 2px;
    background: #FFFFFF;
    display: block;

}

.Recommendation .out .box .ceng {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #030303;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    opacity: 0;
    transition: 0.4s;
}

.Recommendation .out .right {
    width: 690px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.Recommendation .out .right .box {
    height: 49%;
    width: 49%;
}

.Recommendation .out .right .box:first-child {
    width: 100%;
}

.Recommendation .out .box:hover .ceng {
    opacity: 0.22;
}

/* .Recommendation .out .box:hover span {
    color: #06924D;
}

.Recommendation .out .box:hover i {
    background: #06924D;
} */

/* ---------------------------解决方案------------------------------ */
.solution {
    width: 100%;
}

.solution .solu_tap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 46px;
}

.solution .solu_tap a {
    padding: 0px 30px;
    box-sizing: border-box;
    border-right: 1px solid #CCCCCC;
    color: #333333;
    font-size: 18px;
    width: 20%;
        text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.solution .solu_tap a:last-child{
    border-right: none;
}

.solution .solu_tap a.all,
.solution .solu_tap a:hover {
    color: #B63235;
}

.solution .out {
    width: 100%;
    height: 383px;
    background: #FFF;
    box-shadow: 0px 2px 20px 1px rgba(0, 0, 0, 0.16);
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    position: relative;
}

.solution .out .box {
    display: flex;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.solution .out .box.all {
    display: flex;
}

.solution .out .box .left {
    width: 42%;
    height: 100%;
}

.solution .out .box .left img {
    width: 100%;
    height: 100%;
}

.solution .out .box .right {
    width: 68%;
    padding: 31px 64px;
    box-sizing: border-box;
}

.solution .out .box .right h5 {
    color: #333333;
    font-size: 16px;
    margin-bottom: 32px;
    line-height: 1.6em;
    letter-spacing: 1px;

   
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;


}


.solution .out .box .right .txt{
 word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.solution .out .box .right p {
    color: #777777;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.5em;
    letter-spacing: 1px;
}

.solution .out .box .right a {
    width: 147px;
    height: 41px;
    border-radius: 21px 21px 21px 21px;
    border: 1px solid #B63235;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    color: #B63235;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.solution .out .box .right a img {
    margin-left: 12px;
    height: 12px;
    display: block;
    margin-top: 2px;
}

/* ------------------Advantage ------------------- */

.Advantage .out {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.Advantage .out .box {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Advantage .out .box img {
    height: 77.91px;
    display: block;
    margin-bottom: 38px;
}

.Advantage .out .box h5 {
    color: #333333;
    font-size: 22px;
}

.Advantage .out .box i {
    display: block;
    width: 42px;
    height: 2px;
    background: #B63235;
    margin: 24px 0px;
}

.Advantage .out .box p {
    color: #666666;
    font-size: 14px;
    text-align: center;
    line-height: 1.5em;
}

/* ----------------Showcase------------------ */

.Showcase .out {
    position: relative;
}

.Showcase .swiper-slide {
    width: 450px;
    height: 314px;
    margin: 0px 12px;
    overflow: hidden;
    border-radius: 8px;
    box-sizing: border-box;
}



.Showcase .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 0.5s ease;
}

.Showcase .swiper-slide .ceng {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 48px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.39);
    opacity: 0;
    transition: 0.5s ease;
}

.Showcase .swiper-slide .ceng h5 {
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 20px;
}

.Showcase .swiper-slide .ceng p {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 1px;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}

.Showcase .swiper-slide:hover img {
    transform: scale(1.1);
}

.Showcase .swiper-slide:hover .ceng {
    opacity: 1;
}

.Showcase .swiper-button-next:after,
.Showcase .swiper-button-prev:after {
    font-size: 11.08px;
    color: #FFF;
}

.Showcase .swiper-button-next,
.Showcase .swiper-button-prev {
    width: 44px;
    height: 44px;
    background: rgba(23, 23, 23, 0.18);
    border-radius: 50%;
}

.Showcase .swiper-button-prev {
    left: -70px;
}

.Showcase .swiper-button-next {
    right: -70px;
}

.Showcase .swiper-button-next:hover,
.Showcase .swiper-button-prev:hover {
    background: rgba(182, 50, 53, 0.55);
}

/* ----------------新闻中心------------------  */

.NEWS {
    overflow: hidden;
}

.NEWS .out {
    display: flex;
    width: 100%;
    height: 595px;
    justify-content: space-between;
    /*align-items: center;*/
}

.NEWS .out .left {
    width: 39.643%;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.NEWS .out .left img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


.NEWS .out .left .time {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 106px;
    height: 118px;
    background: #B63235;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.NEWS .out .left .time span {
    color: #FFF;
    font-size: 30px;
    margin-bottom: 7px;
}

.NEWS .out .left .time p {
    color: #FFF;
    font-size: 18px;
}

.NEWS .out .left .ceng {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 18px 36px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.32);
}

.NEWS .out .left .ceng span {
    color: #F1F1F1;
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
}

.NEWS .out .left .ceng p {
    color: #FFF;
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}


.NEWS .out .right {
    width: 56%;
}

.NEWS .out .right .box {
    margin-bottom: 60px;
}

.NEWS .out .right .box:last-child {
    margin-bottom: 0px;
}

.NEWS .out .right .box a {
    display: flex;
}


.NEWS .out .right .time {
    position: relative;
    width: 11%;
}

.NEWS .out .right .time span {
    color: #333333;
    font-size: 36px;
    margin-bottom: 12px;
    display: block;
    font-weight: bold;
}

.NEWS .out .right .time p {
    color: #333333;
    font-size: 20px;
}

.NEWS .out .right .time i {
    display: block;
    width: 92px;
    height: 1px;
    background: #B63235;
    margin-top: 40px;
}


.NEWS .out .right .txt {
    width: 89%;
    padding-left: 55px;
    box-sizing: border-box;
}

.NEWS .out .right .txt h5 {
    color: #333333;
    font-size: 20px;
    margin-bottom: 33px;
}

.NEWS .out .right .txt p {
    color: #444444;
    font-size: 16px;
    font-weight: 400;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.NEWS .out .right .MORE {
    width: 51px;
    height: 24px;
    border-radius: 13px;
    background: #7D7D7D;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    margin-top: 23px;
    padding: 0px 20px;
    box-sizing: border-box;
}

.NEWS .out .right .MORE span {
    display: none;
    font-size: 12px;
    color: #fff;
    margin-right: 4px;
}

.NEWS .out .right .MORE b {
    font-size: 12px;
    font-weight: 400;
    margin-top: -2px;
}

.NEWS .out .right .box.all .txt h5 {
    color: #B63235;
}

.NEWS .out .right .box.all .txt .MORE {
    width: 70px;
    background: #B63235;
}

.NEWS .out .right .box.all .txt .MORE span {
    display: block;
}

/* 合作品牌 */
.Brand .out {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

.Brand .out .img {
    width: 233px;
    height: 37px;
    margin-bottom: 52px;
}

.Brand .out .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* -------------footer-----------------  */
.footer {
    width: 100%;
    background: #000000;
    background-size: cover;
    padding-top: 105px;
}

.footer .out {
    display: flex;
    align-items: center;
}



.footer .out .left .logo img {
    width: 199px;
}

.footer .out .left ul {
    margin-top: 65px;
}

.footer .out .left ul li {
    margin-bottom: 35px;
    display: flex;
    align-items: center;
}

.footer .out .left ul li:last-child {
    margin-bottom: 0px;
}

.footer .out .left ul li span,
.footer .out .left ul li a {
    color: #DCDCDC;
    font-size: 16px;
}

.footer .out .right {
    margin-left: 10%;
}

.footer .out .right ul {
    display: flex;
}



.footer .out .right ul span {
    color: #FFFFFF;
    font-size: 16px;
    display: block;
    margin-bottom: 34px;

}

.footer .out .right ul a {
    color: #DCDCDC;
    font-size: 16px;
    display: block;
    margin-bottom: 32px;
}

.footer .out .right ul li {
    margin-right: 81px;
}

.footer .out .right ul li:last-child {
    margin-right: 0px;
}

.footer .out .right ul a:last-child {
    margin-bottom: 0px;
}

.footer .out_2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 34px;
    padding-bottom: 78px;
}

.footer .out_2 span,
.footer .out_2 a {
    color: #DCDCDC;
    font-size: 16px;
}

.footer .out_2 a {
    margin: 0 5px;
}

.footer .out_3 {
    padding: 22px 0px;
    border-top: 4px solid #c8c8c847;
    box-sizing: border-box;
}

.footer .out_3 .inner_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .out_3 .left,
.footer .out_3 .right {
    display: flex;
}

.footer .out_3 span,
.footer .out_3 a {
    color: #CCCCCC;
    font-size: 14px;
}

.footer .out_3 .left span:first-child {
    margin-right: 100px;
}

.Products_page .tap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 45px;
}

.Products_page .tap a {
    padding: 0px 24px;
    box-sizing: border-box;
    color: #999999;
    font-size: 18px;
    border-right: 1px solid #CCCCCC;
}

.Products_page .tap a:last-child {
    border-right: none;
}

.Products_page .tap a.all,
.Products_page .tap a:hover {
    color: #B63235;
}

.Products_page .out {
    display: flex;
    flex-wrap: wrap;
}

.Products_page .out .box {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 40px;
}

.Products_page .out .box .img {
    height: 300px;
    width: 100%;
    overflow: hidden;
    border: 1px solid #00000036;
    padding: 20px;
    box-sizing: border-box;
}

.Products_page .out .box .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: 0.4s ease;

}

.Products_page .out .box:nth-child(3n) {
    margin-right: 0px;
}

.Products_page .out .box span {
    display: block;
    text-align: center;
    margin-top: 29px;
    color: #333333;
    font-size: 24px;
    
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    
}

.Products_page .out .box:hover .img img {
    transform: scale(1.1);
}

.Products_page .out .box:hover span {
    color: #B63235;
}


.bottonaniu {
    display: flex;
    justify-content: center;
    margin-bottom: 90px;
    margin-top: 60px;
}

.bottonaniu a {
    display: block;
    text-align: center;
    line-height: 41px;
    background: #EEEEEE;
    border-radius: 2px;
    margin-right: 10px;
    color: #555555;
    font-size: 16px;
}

.bottonaniu a:hover,
.bottonaniu a.act {
    background: #B63235;
    color: #fff;
}

.bottonaniu .a-1 {
    width: 49px;
    height: 41px;


}

.bottonaniu .a-2 {
    width: 66px;
    height: 41px;

}

.bottonaniu .a-3 {
    width: 41px;
    height: 41px;

}

.solution_page .out {
    display: flex;
    flex-wrap: wrap;
}

.solution_page .out .box {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 58px;
}

.solution_page .out .box:nth-child(3n) {
    margin-right: 0px;
}

.solution_page .out .box .img {
    width: 100%;
    height: 314px;
    overflow: hidden;
    position: relative;
    
    border: 1px solid #99999991;
    padding: 10px;
    box-sizing: border-box;
    
}

.solution_page .out .box .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.solution_page .out .box .img .ceng {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.39);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 48px;
    box-sizing: border-box;
    opacity: 0;
}

.solution_page .out .box .img .ceng h6 {
    color: #FFF;
    font-size: 18px;
    margin-bottom: 26px;
    text-align: left;
    display: block;
    width: 100%;
    font-weight: 500;
        text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.solution_page .out .box .img .ceng p {
    font-size: 14px;
    color: #E5E5E5;
    line-height: 1.5em;
    letter-spacing: 1px;
    text-align: center;

    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;

}

.solution_page .out .box .img .ceng img {
    height: 10.84px;
    display: block;
}

.solution_page .out .box .img .ceng span {
    display: flex;
    justify-content: right;
    align-items: center;
    width: 100%;
    color: #B63235;
    font-size: 16px;
    margin-top: 32px;

}

.solution_page .out .box .img .ceng span img {
    width: auto;
    margin-left: 11px;
}

.solution_page .out .box:hover .ceng {
    opacity: 1;
}

.solution_page .out .box .txt {
    display: block;
    text-align: center;
    color: #333333;
    font-size: 24px;
    margin-top: 25px;
    
        text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.solution_page .out .box:hover .txt {
    color: #B63235;
}

.Showcase_page .out {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.Showcase_page .out .box {
    width:100%;
    height: 310px;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 8px;
    box-sizing: border-box;
    background: #FFF;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.16);
    /*margin-right: 2%;*/
    
    border: 1px solid #9999995c;
}

/*.Showcase_page .out .box:nth-child(3n){*/
/*    margin-right: 0px;*/
/*}*/

.Showcase_page .out .box a{
    display: flex;
    height: 100%;
}

.Showcase_page .out .box .left{
    width: 35%;
    height: 100%;
}

.Showcase_page .out .box .left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    transition: 0.7s ease;
}

/*.Showcase_page .out .box:hover .left img{*/
/*    transform: scale(1.2);*/
/*}*/

.Showcase_page .out .box .right{
    width: 65%;
    padding: 3% 4% 3% 5%;
    box-sizing: border-box;
    /*display: none;*/
}

.Showcase_page .out .box .right h5{
    color: #333333;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.5em;
    margin-bottom: 30px;

    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;


}

.Showcase_page .out .box .right p{
    color: #777777;
    font-size: 14px;
    line-height: 1.6em ;
    letter-spacing: 1px;

    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/* ---------------------------------------- */


.NEWS_page .out .box .right {
    width: 60%;
    display: flex;
}

.NEWS_page .out .box {
    margin-bottom: 70px;
    height: 257px;
}

.NEWS_page .out .box a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.NEWS_page .out .box .left {
    width: 38%;
    height: 100%;
    overflow: hidden;
}

.NEWS_page .out .box .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.4s ease;
}


.NEWS_page .out .box .right .time {
    position: relative;
    width: 11%;
}


.NEWS_page .out .box .right .time span {
    color: #333333;
    font-size: 36px;
    margin-bottom: 12px;
    display: block;
    font-weight: bold;
}


.NEWS_page .out .box .right .time p {
    color: #333333;
    font-size: 20px;
}


.NEWS_page .out .box .right .time i {
    display: block;
    width: 92px;
    height: 1px;
    background: #B63235;
    margin-top: 40px;
}


.NEWS_page .out .box .right .txt {
    width: 89%;
    padding-left: 55px;
    box-sizing: border-box;
}

.NEWS_page .out .box .right h5 {
    color: #333333;
    font-size: 20px;
    margin-bottom: 33px;
}

.NEWS_page .out .box .right p {
    color: #444444;
    font-size: 16px;
    font-weight: 400;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.NEWS_page .out .box .right .MORE {
    width: 51px;
    height: 24px;
    border-radius: 13px;
    background: #7D7D7D;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    margin-top: 23px;
    padding: 0px 20px;
    box-sizing: border-box;
}

.NEWS_page .out .box .right .MORE span {
    display: none;
    font-size: 12px;
    color: #fff;
    margin-right: 4px;
}

.NEWS_page .out .box .right .MORE b {
    font-size: 12px;
    font-weight: 400;
    margin-top: -2px;
}

.NEWS_page .out .box:hover .right .txt h5 {
    color: #B63235;
}

.NEWS_page .out .box:hover .right .txt .MORE {
    width: 70px;
    background: #B63235;
}

.NEWS_page .out .box:hover .right .MORE span {
    display: block;
}

.NEWS_page .out .box:hover .left img {
    transform: scale(1.1);
}

.Message_page {
    margin-bottom: 80px;
    overflow: hidden;
}

.Message_page .out {
    display: flex;
    align-items: center;
}

.Message_page .out i {
    display: block;
    height: 464px;
    border-right: 1px dashed #B4B4B4;
    margin-left: 112px;
    margin-right: 100px;
}

.Message_page .out .left {
    width: 49%;
}

.Message_page .out .left h5 {
    color: #111111;
    font-size: 32px;
    margin-bottom: 39px;
    font-weight: 600;
}

.Message_page .out .left form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Message_page .out .left form .box {
    width: 48%;
    margin-bottom: 30px;
}

.Message_page .out .left form .box span {
    color: #333333;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

.Message_page .out .left form .box input {
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    height: 40px;
    color: #999999;
    font-size: 14px;
}

.Message_page .out .left form .liuyan {
    width: 100%;
    margin-bottom: 0px;
}

.Message_page .out .left form .liuyan textarea {
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    height: 90px;
}

.Message_page .out .left form button {
    width: 306px;
    height: 46px;
    background: #B63235;
    border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 20px;
    border: none;
    margin-top: 53px;
}

.Message_page .out .right .box {
    display: flex;
    align-items: center;
    margin-bottom: 82px;
}

.Message_page .out .right .box:last-child {
    margin-bottom: 0px;
}

.Message_page .out .right .box img {
    height: 52px;
    display: block;
    margin-right: 39px;
    width: 53px;
    object-fit: contain;
}



.Message_page .out .right .box .txt span {
    color: #666666;
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
}

.Message_page .out .right .box .txt p {
    color: #333333;
    font-size: 18px;
    width: 278.91px;
}


/* ---------------- 详情页 */
.Knowledge-list .max-width {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.Knowledge-list {
    padding: 80px 0px;
}

.Knowledge-list .titel {
    text-align: center;
    /* margin-top: 70px; */
}

.Knowledge-list .titel h5 {
    font-size: 30px;
    color: rgba(51, 51, 51, 1);
    font-weight: 400;
}

.Knowledge-list .release {
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(227, 227, 227, 1);
    border-bottom: 1px solid rgba(227, 227, 227, 1);
    margin-top: 30px;
}

.Knowledge-list .release i {
    display: block;
    width: 1px;
    height: 14px;
    background: rgba(153, 153, 153, 1);
    margin: 0px 30px;
}

.Knowledge-list .release span {
    font-size: 13px;
    color: rgba(102, 102, 102, 1);
}

.Knowledge-list .text {
    padding: 43px 73px 73px 73px;
    box-sizing: border-box;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    line-height: 2.5em;
    border-bottom: 1px solid rgba(227, 227, 227, 1);
}

.Knowledge-list .text img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.Knowledge-list .text video {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}


.butt_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 77px;
    box-sizing: border-box;
    margin-top: 61px;
}

.butt_box .left .box {
    display: flex;
    align-items: center;
}

.butt_box .left .box span,
.butt_box .left .box a {
    color: #666666;
    font-size: 13px;
    margin-bottom: 14px;
    display: block;
}

.butt_box .left .box a:hover {
    color: #B63235;
}

.butt_box .right {
    width: 161px;
    height: 36px;
    background: #B63235;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
}

.butt_box .right {
    cursor: pointer;
}



.Pr_list {
    margin-bottom: 60px;
}

.Pr_list .out .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Pr_list .out .box .left {
    width: 42%;
}

.Pr_list .out .box .left img {
    width: 100%;
    height: 383px;
    object-fit: contain;
    display: block;
}

.Pr_list .out .box .right {
    width: 58%;
    padding-left: 149px;
    box-sizing: border-box;
}

.Pr_list .out .box .right h5 {
    color: #333333;
    font-size: 28px;
}

.Pr_list .out .box .right i {
    display: block;
    margin: 30px 0px;
    width: 61px;
    height: 3px;
    background: #B63235;
}

.Pr_list .out .box .right .txt{
    color: #333;
    line-height: 1.5em;
    letter-spacing: 1px;
    
    word-break: break-all;
    
}

.Pr_list .out .box .right .txt p {
    margin-bottom: 15px;
    color: #444444;
    font-size: 20px;
}

.Pr_list .out .box .right .txt p:last-child {
    margin-bottom: 0px;
}

.Pr_list .out .box .right a {
    width: 159px;
    height: 47px;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #B63235;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #B63235;
    font-size: 16px;
    margin-top: 60px;
}

.Pr_list .out .box .right a img {
    height: 13px;
    margin-left: 7px;
    margin-top: 3px;
    display: none;
}

.Pr_list .out .text h5 {
    margin-top: 50px;
    margin-bottom: 36px;
    color: #333333;
    font-size: 28px;
}

.Pr_list .out .text p{
    color: #333;
    line-height: 1.5em;
    letter-spacing: 1px;
}



.Pr_list .out .text img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.About_page .out {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.About_page .out .left {
    width: 46.5%;
}

.About_page .out .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.About_page .out .right {
    width: 49%;
}

.About_page .out .right h5 {
    color: #333333;
    font-size: 26px;
}

.About_page .out .right i {
    width: 92px;
    height: 4px;
    background: #B63235;
    display: block;
    margin: 35px 0px;

}

.About_page .out .right p {
    line-height: 1.5em;
    letter-spacing: 1px;
    font-size: 16px;
    color: #333333;
}


.developing {
    width: 100%;
    height: 777px;
    background: url(../images/76427.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 99px;
    padding-top: 64px;
    box-sizing: border-box;
}

.developing .inner_title {
    margin-top: 0px;
    margin-bottom: 0px;
}

.developing .inner_title i {
    width: 92px;
    height: 4px;
    background: #B63235;
    display: block;
    margin: 35px 0px;
}

.developing .inner_title h5 {
    color: #FFF;
}

.developing .inner_title span {
    color: #FFF;
}

.developing .out {
    width: 100%;
    height: 260px;
    position: relative;
}

.developing .out .box {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.developing .out .box p {
    color: #FFF;
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: 1px;
}

.developing .out .box.all {
    display: block;
}

.developing .out2 {
    position: relative;
}

.developing .out2::after {
    width: 100%;
    height: 1px;
    border-top: 1px dashed #fff;
    content: '';
    display: block;
    position: absolute;
    top: 27px;
}

.developing .out2 .developing_swiper {
    padding-top: 20px;
}



.developing .out2 .swiper-slide {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.developing .out2 .swiper-slide i {
    width: 15px;
    height: 15px;
    background: #B63235;
    border-radius: 50%;
    margin-bottom: 18px;
    position: relative;
    transition: 0.4s ease;
}

.developing .out2 .swiper-slide span {
    color: #D8D8D8;
    font-size: 24px;
    transition: 0.5s ease;
    height: 30px;
}

.developing .out2 .swiper-slide-active span {
    transform: translateY(110px);
    color: #FFF;
    font-size: 38px;
}

.developing .out2 .swiper-slide-active i {
    transform: scale(1.4);
}

.developing .out2 .swiper-slide-active i::after {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    background: rgba(182, 50, 53, 0.6);
    position: absolute;
    left: 0px;
    border-radius: 50%;
    top: 0px;
    transform: scale(1.9);
}

.developing .inner_content {
    height: auto;
}

.developing_swiper .prev_next {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
    height: 54.7px;
}

.developing_swiper .prev_next span {
    color: #fff;
    font-size: 38px;
    display: block;
    margin: 0px 70px;
    width: 100px;
}

.developing_swiper .swiper-button-next,
.developing_swiper .swiper-button-prev {
    position: static;
    width: 54.7px;
    height: 54.7px;
    background: rgba(0, 0, 0, 0.37);
    border-radius: 50%;
    margin-top: 0px;
}

.developing_swiper .swiper-button-next::after,
.developing_swiper .swiper-button-prev::after {
    font-size: 14px;
    color: #FFF;
}

.developing_swiper .swiper-button-next:hover,
.developing_swiper .swiper-button-prev:hover {
    background: #B63235;
}


/* 荣誉资质 */

.Honor .swiper-slide {
    width: 33.3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Honor .swiper-slide .img {
    width: 319.15px;
    height: 447.6px;
    overflow: hidden;
    transition: 0.4s ease;
}

.Honor_swiper {
    padding-top: 40px;
    margin-bottom: 60px;
}

.Honor .swiper-slide span {
    color: #333333;
    font-size: 22px;
    margin-top: 34px;
    display: block;
}

.Honor .swiper-slide-active .img {
    transform: scale(1.1);
}

.Honor .swiper-slide-active span {
    margin-top: 55px;
}

.Honor .swiper-button-next,
.Honor .swiper-button-prev {
    width: 40.54px;
    height: 40.54px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.27);
}

.Honor .swiper-button-next:after,
.Honor .swiper-button-prev:after {
    font-size: 18px;
    color: #FFF;
}

.Honor .swiper-button-next:hover,
.Honor .swiper-button-prev:hover {
    background: #B63235;
}


.nav_click {
    position: absolute;
    width: 25px;
    height: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
    right: 7%;
    top: 5%;
}

.nav_click i {
    width: 100%;
    height: 2px;
    background: #999999;
    display: block;
    margin-bottom: 5px;
    transition: 0.5s ease;

}

.nav_click.all i:nth-child(2) {
    opacity: 0;
}

.nav_click.all i:nth-child(1) {
    transform: rotate(45deg) translateX(10px);
}

.nav_click.all i:nth-child(3) {
    transform: rotate(-45deg) translateX(9px);
}

.min_niav{
    width: 100%;
    background: #FFF;
    padding: 3% 2%;
    box-sizing: border-box;
    border-top: 1px solid #0000001b;
    box-shadow: 0px 10px 10px 1px #0000003f;
    display: none;
}

.min_niav a{
    width: 100%;
    display: block;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-align:center;
    border-bottom: 1px solid #0000001d;
}

.min_niav a:last-child{
   
    border-bottom: none;
}

.pagination{
    display: flex;
}

.pagination li{
    min-width: 40px ;
}

.pagination li a{
    padding: 0px 10px;
    
}


@media (max-width:992px) {
    
    tbody *{
        font-size: 0.14rem;
    }
    
    *{font-size:0.16rem;}
    
    tbody td{
        /*border-style: none ;*/
    }
    
    table p, table p span{
        font-size: 0.14rem !important;
    }

    .nav_click{
        display: flex;
    }

    .navigation .out ul,
    .footer .out .right ul {
        display: none;
    }

    .navigation {
        height: 0.9rem;
        background: #FFF;
    }

    .navigation .out .logo img {
        width: 1.37rem;
    }

    .navigation .out {
        justify-content: center;
    }

    .banner .swiper-scrollbar {
        bottom: 20px;
    }

    .inner_content{
        padding: 0px 2%;
        box-sizing: border-box;
    }

    .inner_title{
        margin-top: 0.9rem;
        margin-bottom: 0.6rem;
    }

    .inner_title h5 {
        font-size: 0.36rem;
        margin-bottom: 0.2rem;
    }

    .inner_title span{
        font-size: 0.18rem;
    }

    .Recommendation .out{
        height: auto;
        flex-wrap: wrap;
    }

    .Recommendation .out .left{
        width: 100%;
        margin-bottom: 0.2rem;
    }

    .Recommendation .out .right{
        width: 100%;
    }

    .Recommendation .out .box .tit {
        bottom: 0.3rem;
        left: 0.27rem;
    }

    .Recommendation .out .box .tit span {
        font-size: 0.28rem;
        margin-bottom: 0.16rem;
    }

    .Recommendation .out .box .tit i{
        height: 0.02rem;
    }

    .Recommendation .out .right .box:first-child{
        margin-bottom: 0.2rem;
    }

    .solution .solu_tap{
        margin-bottom: 0.46rem;
    }

    .solution .solu_tap a {
        padding: 0px 0.2rem;
        font-size: 0.18rem;
    }

    .solution .out .box{
        flex-wrap: wrap;
    }

    .solution .out .box .left{
        width: 100%;
        height: 41%;
        /*display: none;*/
    }
    
    .solution .out .box .left img{
        object-fit: cover;
    }

    .solution .out {
        width: 100%;
        height: 4.33rem;
        border-radius: 0.1rem;
    }

    .solution .out .box .right {
        width:100%;
        padding: 0.3rem 0.4rem;
    }

    .solution .out .box .right h5{
        font-size: 0.16rem;
        margin-bottom: 0.3rem;
    }

    .solution .out .box .right p{
        font-size: 0.14rem;
        margin-bottom: 0.2rem;
    }

    .Advantage .out .box{
        width: 48%;
        margin-bottom: 0.4rem;
    }

    .Advantage .out .box img {
        height:0.77rem;
        margin-bottom: 0.38rem;
    }

    .Advantage .out .box h6{
        font-size: 0.16rem;
    }

    .Advantage .out .box i {
        width: 0.42rem;
        height: 0.02rem;
        margin: 0.24rem 0px;
    }

    .Advantage .out .box p {
        font-size: 0.14rem;
    }

    .Showcase .swiper-slide {
        width: 4.5rem;
        height: 3.14rem;
        margin: 0px 0.12rem;
        border-radius: 0.08rem;
    }

    .Showcase .swiper-slide .ceng{
        padding: 0.48rem;
    }

    .Showcase .swiper-slide .ceng h5 {
        color: #FFFFFF;
        font-size: 0.18rem;
        margin-bottom: 0.2rem;
    }

    .Showcase .swiper-slide .ceng p {
        font-size: 0.14rem;
    }

    .Showcase .swiper-button-prev{
        left: 0px;
    }

    .Showcase .swiper-button-next{
        right: 0px;
    }

    .Showcase .swiper-button-next, .Showcase .swiper-button-prev{
        width: 0.44rem;
        height: 0.44rem;
    }

    .Showcase .swiper-button-next:after, .Showcase .swiper-button-prev:after{
        font-size: 0.12rem;
    }

    .NEWS .out .left{
        display: none;
    }

    .NEWS .out .right{
        width: 100%;
    }

    .NEWS .out .right .box{
        margin-bottom: 0.6rem;
    }

    .NEWS .out .right .time span {
        font-size: 0.36rem;
        margin-bottom: 0.12rem;
    }

    .NEWS .out .right .time p{
        font-size: 0.2rem;
    }

    .NEWS .out .right .time i {
        width: 0.92rem;
        margin-top: 0.04;
    }

    .NEWS .out .right .txt {
        padding-left: 0.55rem;
    }

    .NEWS .out .right .txt h5 {
        color: #333333;
        font-size: 0.2rem;
        margin-bottom: 0.33rem;
    }

    .NEWS .out .right .txt p{
        font-size: 0.16rem;
    }

    .NEWS .out .right .MORE {
        width: 0.51rem;
        height: 0.24rem;
        border-radius: 0.13rem;
        margin-top: 0.23rem;
        padding: 0px 0.2rem;
    }

    .NEWS .out .right .box.all .txt .MORE{
        width: 0.7rem;
    }

    .NEWS .out .right .MORE span{
        font-size: 0.12rem;
        margin-right: 0.04rem;
    }

    .NEWS .out .right .MORE b{
        font-size: 0.12rem;
        margin-top: -0.02rem;
    }

    .NEWS .out{
        height: auto;
    }

    .Brand .out .img {
        width: 2.33rem;
        height: 0.37rem;
        margin-bottom: 0.52rem;
    }

    .Brand .out{
        margin-bottom: 0.48rem;
    }

    .footer{
        padding-top: 1rem;
    }

    .footer .out .left .logo img{
        width: 1.99rem;
    }

    .footer .out .left ul{
        margin-top: 0.64rem;
    }

    .footer .out .left ul li{
        margin-bottom: 0.35rem;
    }

    .footer .out .left ul li span, .footer .out .left ul li a{
        font-size: 0.16rem;
    }

    .footer .out_2 span, .footer .out_2 a{
        font-size: 0.16rem;
    }

    .footer .out_2 a{
        margin: 0px 0.05rem;
    }

    .footer .out_2 {
        margin-top: 0.34rem;
        padding-bottom: 0.78rem;
    }

    .footer .out_3 {
        padding: 0.22rem 0px;
        border-top: 0.04rem solid #c8c8c847;
    }

    .footer .out_3 span, .footer .out_3 a{
        font-size: 0.12rem;
    }

    .footer .out_3 .left span:first-child{
        margin-right:0.1rem;
    }

    .solution .out .box .right a {
        width: 1.47rem;
        height: 0.41rem;
        border-radius: 0.21rem;
        margin-top: 0.4rem;
        letter-spacing: 0.02rem;
        font-size: 0.14rem;
    }
    
    .solution .out .box .right .txt{
        font-size: 0.14rem;
        
    }

    .solution .out .box .right a img {
        margin-left: 0.12rem;
        height: 0.12rem;
        margin-top: 0.02rem;
    }


    .banner{
        margin-top: 0.9rem;
    }

    .About_page .out{
        flex-wrap: wrap;
    }

    .About_page .out .left{
        width: 100%;
        margin-bottom: 0.3rem;
    }

    .About_page .out .right{
        width: 100%;
    }

    .About_page .out .right h5{
        font-size: 0.26rem;
    }

    .About_page .out .right i {
        width: 0.92rem;
        height: 0.04rem;
        margin: 0.35rem 0px;
    }

    .About_page .out .right p{
        font-size: 0.16rem;
    }

    .developing {
        width: 100%;
        height: 8rem;
        margin-top: 0.99rem;
        padding-top: 0.64rem;
    }

    .developing .inner_title i {
        width: 0.92rem;
        height: 0.04rem;
        margin: 0.35rem 0px;
    }

    .developing .out{
        height: 2.60rem;
    }

    .developing .out .box p{
        font-size: 0.2rem;
        letter-spacing: 0.01rem;
    }

    .developing .out2 .developing_swiper{
        padding-top: 0.2rem;
        margin-top: 0.5rem;
    }

    .developing .out2 .swiper-slide i {
        width: 0.15rem;
        height: 0.15rem;
        margin-bottom: 0.18rem;
    }

    .developing .out2 .swiper-slide span {
        font-size: 0.24rem;
        height: 0.3rem;
    }

    .developing .out2::after{
        top: 0.27rem;
    }

    .developing_swiper .prev_next{
        margin-top: 0.8rem;
        height: 0.54rem;
    }

    .developing_swiper .swiper-button-next, .developing_swiper .swiper-button-prev {
        width: 0.54rem;
        height: 0.54rem;
    }
    .developing_swiper .swiper-button-next::after, .developing_swiper .swiper-button-prev::after{
        font-size: 0.14rem;
    }

    .developing_swiper .prev_next span {
        font-size: 0.38rem;
        margin: 0px 0.7rem;
        width: 1rem;
    }

    .developing .out2 .swiper-slide-active span{
        transform: translateY(1.1rem);
    }

    .Honor .swiper-slide .img {
        width: 100%;
        height: auto;
    }

    .Honor .swiper-button-next, .Honor .swiper-button-prev {
        width: 0.4rem;
        height: 0.4rem;
    }

    .Honor .swiper-button-next:after, .Honor .swiper-button-prev:after{
        font-size: 0.18rem;
    }

    .Honor .swiper-slide span {
        font-size: 0.22rem;
        margin-top: 0.34rem;
    }

    .Honor .swiper-slide-active span{
        margin-top: 0.55rem;
    }

    .Honor_swiper {
        padding-top: 0.4rem;
        margin-bottom: 0.6rem;
    }

    .Products_page .tap{
        margin-bottom: 0.45rem;
    }

    .Products_page .tap a {
        padding: 0px 0.13rem;
        font-size: 0.2rem;
        margin-bottom: 0.2rem;
    }

    .Products_page .out{
        margin-bottom: 0.8rem;
    }

    .Products_page .out .box .img{
        height: 2.74rem;
        padding: 0.1rem;
    }

    .Products_page .out .box span{
        margin-top: 0.29rem;
        font-size: 0.24rem;
    }

    .Products_page .out .box{
        margin-bottom: 0.3rem;
    }

    .bottonaniu{
        margin-bottom: 0.9rem;
        margin-top: 0.6rem;
    }

    .bottonaniu .a-1 {
        width: 0.49rem;
        height: 0.41rem;
    }

    .bottonaniu a {
        line-height: 0.41rem;
        background: #EEEEEE;
        border-radius: 0.02rem;
        margin-right: 0.1rem;
        font-size: 0.16rem;
    }

    .bottonaniu .a-3 {
        width: 0.41rem;
        height: 0.41rem;
    }

    .bottonaniu .a-2 {
        width: 0.66rem;
        height: 0.41rem;
    }

    .solution_page .out {
        justify-content: space-between;
        margin-bottom: 0.5rem;
    }

    .solution_page .out .box{
        width: 49%;
        margin-right: 0px;
        margin-bottom: 0.28rem;
    }
    
    .solution_page .out .box .img{
        height: 3.14rem;
        padding: 0.1rem;
        
    }

    .solution_page .out .box .txt {
        font-size: 0.24rem;
        margin-top: 0.25rem;
    }

    .solution_page .out .box .img .ceng {
        padding: 0px 0.48rem;
    }

    .solution_page .out .box .img .ceng h6 {
        font-size: 0.18rem;
        margin-bottom: 0.26rem;
    }

    .solution_page .out .box .img .ceng p {
        font-size: 0.14rem;
    }

    .solution_page .out .box .img .ceng span {
        font-size: 0.16rem;
        margin-top: 0.32rem;
    }

    .Showcase_page .out{
        /*justify-content: space-between;*/
    }
    
    .Showcase_page .out .box .left img{
        padding: 0.1rem;
    }

    .Showcase_page .out .box a{
        flex-wrap: wrap;
    }

    .Showcase_page .out .box {
        height: auto;
        margin-bottom: 0.25rem;
        border-radius: 0.08rem;
    }

    .Showcase_page .out .box .left{
        width: 100%;
        height: 4.1rem;
    }

    .Showcase_page .out .box .right{
        width: 100%;
    }

    .Showcase_page .out .box .right h5{
        font-size: 0.16rem;
        margin-bottom: 0.3rem;
    }

    .Showcase_page .out .box .right p{
        font-size: 0.14rem;
    }

    .NEWS_page .out .box {
        margin-bottom: 0.7rem;
        height: auto;
    }

    .NEWS_page .out .box a{
        flex-wrap: wrap;
    }

    .NEWS_page .out .box .left{
        width: 100%;
        margin-bottom: 0.3rem;
    }

    .NEWS_page .out .box .right {
        width: 100%;
    }

    .NEWS_page .out .box .right .time span {
        font-size: 0.36rem;
        margin-bottom: 0.12rem;
    }

    .NEWS_page .out .box .right .time p{
        font-size: 0.2rem;
    }

    .NEWS_page .out .box .right .time i {
        width: 0.9rem;
        margin-top: 0.4rem;
    }

    .NEWS_page .out .box .right .txt {
        width: 89%;
        padding-left: 0.55rem;
        box-sizing: border-box;
    }

    .NEWS_page .out .box .right h5 {
        color: #333333;
        font-size: 0.2rem;
        margin-bottom: 0.33rem;
    }

    .NEWS_page .out .box .right p {
        font-size: 0.16rem;
    }

    .NEWS_page .out .box .right .MORE {
        width: 0.51rem;
        height: 0.24rem;
        border-radius: 0.13rem;
        margin-top: 0.23rem;
        padding: 0px 0.2rem;
    }

    .NEWS_page .out .box .right .MORE span {
        font-size: 0.12rem;
        margin-right: 0.04rem;
    }

    .NEWS_page .out .box .right .MORE b {
        font-size: 0.12rem;
        margin-top: -0.02rem;
    }

    .Message_page .out{
        flex-wrap: wrap;
    }

    .Message_page .out .left{
        width: 100%;
    }

    .Message_page .out i {
        width: 100%;
        display: block;
        height: 1px;
        border-bottom: 1px dashed #B4B4B4;
        margin-left: 0px;
        margin-right: 0px;
        margin: 0.6rem 0px;
    }

    .Message_page .out .left h5 {
        font-size: 0.32rem;
        margin-bottom: 0.39rem;
    }
    
    .Message_page .out .left form .box{
        margin-bottom: 0.3rem;
    }

    .Message_page .out .left form .box span {
        font-size: 0.18rem;
        margin-bottom: 0.1rem;
    }

    .Message_page .out .left form .box input {
        height: 0.4rem;
        font-size: 0.14rem;
        border-bottom: 0.01rem solid #CCCCCC;
    }

    .Message_page .out .left form .liuyan textarea {
        height: 0.9rem;
        font-size: 0.16rem;
    }

    .Message_page .out .left form button {
        width: 3.06rem;
        height: 0.46rem;
        border-radius: 0.23rem;
        font-size: 0.2rem;
        margin-top:0px;
    }

    .Message_page .out .right{
        width: 100%;
    }

    .Message_page .out .right .box img {
        height: 0.52rem;
        margin-right: 0.39rem;
        width: 0.53rem;
    }
    .Message_page .out .right .box{
        margin-bottom: 0.82rem;
    }

    .Message_page .out .right .box .txt span {
        font-size: 0.18rem;
        margin-bottom: 0.2rem;
    }

    .Message_page .out .right .box .txt p {
        color: #333333;
        font-size: 0.18rem;
        width: 2.78rem;
    }

    .Message_page{
        margin-bottom: 0.8rem;
    }

    .Knowledge-list{
        padding: 0.8rem 0px;
    }

    .Knowledge-list .titel h5{
        font-size: 0.3rem;
    }

    .Knowledge-list .release {
        height: 0.62rem;
        margin-top: 0.3rem;
    }

    .Knowledge-list .release span{
        font-size: 0.13rem;
    }

    .Knowledge-list .release i {
        width: 0.01rem;
        height: 0.14rem;
        margin: 0px 0.3rem;
    }

    .Knowledge-list .text {
        padding: 3% 2%;
        box-sizing: border-box;
        font-size: 16px;
        color: rgba(51, 51, 51, 1);
        line-height: 2.5em;
        border-bottom: 1px solid rgba(227, 227, 227, 1);
        font-size: 0.16rem;
    }

    .butt_box {
        padding-left: 0;
        margin-top: 0.61rem;
    }

    .butt_box .left .box span, .butt_box .left .box a{
        font-size: 0.13rem;
        margin-bottom: 0.14rem;
    }

    .butt_box .right {
        width: 1.6rem;
        height: 0.36rem;
        border-radius: 0.05rem;
        font-size: 0.16rem;
    }

    .Pr_list .out .box{
        flex-wrap: wrap;
    }

    .Pr_list .out .box .left{
        width: 100%;
        margin-bottom: 0.4rem;
    }

    .Pr_list .out .box .left img{
        height: 3.83rem;
    }

    .Pr_list .out .box .right{
        width: 100%;
        padding-left: 0px;

    }

    .Pr_list .out .box .right h5{
        font-size: 0.28rem;
    }

    .Pr_list .out .box .right i {
        margin: 0.3rem 0px;
        width: 0.61rem;
        height: 0.03rem;
    }

    .Pr_list .out .box .right .txt p{
        font-size: 0.3rem;
    }
    
    .Pr_list .out .box .right a {
        width: 1.6rem;
        height: 0.47rem;
        font-size: 0.16rem;
        margin-top: 0.6rem;
    }
    
    .Pr_list .out .box .right .txt{
        font-size: 0.16rem;
        word-break: break-all;
    }

    .Pr_list .out .text h5 {
        margin-top: 0.5rem;
        margin-bottom: 0.36rem;
        font-size: 0.28rem;
    }

    .Pr_list{
        margin-bottom: 0.6rem;
    }

}

@media (min-width:993px) and (max-width:1200px) {

    .inner_content{
        padding: 0px 2%;
        box-sizing: border-box;
    }

    .navigation .out ul li{
        margin-right: 40px;
    }

    .banner .swiper-scrollbar{
        bottom:20px;
    }

    .Recommendation .out .left{
        width: 49%;
    }

    .Recommendation .out .right{
        width: 49%;
    }

    .Recommendation .out .box .tit span{
        font-size: 20px;
    }

    .solution .solu_tap a{
        padding: 0px 40px;
    }

    .Showcase .swiper-button-prev{
        left: 10%;
    }

    .Showcase .swiper-button-next{
        right: 10%;
    }

    .footer .out .right{
        margin-left: 5%;
    }

    .footer .out .right ul li{
        margin-right: 40px;
    }

    .footer .out .right ul a{
        font-size: 14px;
    }


    .solution .out{
        height: 470px;
    }

    .Message_page .out .right .box .txt p{
        width: 100%;
    }

}


@media (min-width:1201px) and (max-width:1400px) {
    .inner_content{
        padding: 0px 2%;
        box-sizing: border-box;
    }

    .navigation .out ul li{
        margin-right: 60px;
    }

    .banner .swiper-scrollbar{
        bottom: 20px;
    }

    .Recommendation .out .left{
        width: 49%;
    }

    .Recommendation .out .right{
        width: 49%;
    }

    .solution .out .box .right p{
        margin-bottom: 0px;
    }

    .Showcase .swiper-button-prev{
        left: 10px;
    }

    .Showcase .swiper-button-next{
        right: 10px;
    }

    .Brand .out .img{
        width: 16.666%;
        padding: 0px 2%;
        box-sizing: border-box;
    }

    .footer .out .right{
        margin-left: 5%;
    }

    .footer .out .right ul li{
        margin-right: 60px;
    }
    
}


@media (min-width:1401px) and (max-width:1600px) {
    .Showcase .swiper-button-prev{
        left: 10px;
    }

    .Showcase .swiper-button-next{
        right: 10px;
    }

    .Brand .out .img{
        width: 16.666%;
        padding: 0px 1%;
        box-sizing: border-box;
    }
}