.in_about{
    padding: 40px 0;
}

.in_about_l {
    padding-right: 30px;
    padding-top: 20px;
}
.in_about_con p{
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    text-align: justify;
    margin-top: 30px;
}
.fw-tt{ font-size:24px; line-height:20px; font-weight:800; display:block; text-align:center;}
.in_fw_ul{ margin-top:55px;}

.combtn {
    text-align: left;
    margin: 25px 0 20px;
}
.combtn .cmn_btn_rotate{
    display: inline-block;
    text-decoration: none;
    text-align: center;
}
.cmn_btn_rotate .cube {
    position: relative;
    display: inline-block;
    transform-style: preserve-3d;
    transition: transform .35s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cmn_btn_rotate .off {
    position: relative;
    z-index: 5;
    background-color: transparent;
    color: #999;
    transform: rotateX(0) translateZ(19px);
}
.cmn_btn_rotate .cube .on {
    position: absolute;
    left: 0px;
    background-color: #d50a1d;
    color: #fff;
    transform: rotateX(-90deg) translateZ(-19px);
}
.cmn_btn_rotate .cube span {
    display: block;
    border: #e3e2e2 1px solid;
    height: 47px;
    line-height: 47px;
    padding: 0 40px 0 35px;
    position: relative;
}
.cmn_btn_rotate:hover .cube, .cmn_btn_rotate.loading .cube {
    transform: rotateX(90deg);
}
.cmn_btn_rotate .cube span i{
    display: inline-block;
    margin-left: 60px;
    font-size: 18px;
}
.about-num {
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 25px;
    background: none;
    display: inline;
}
.about-num li {
    float: left;
    width: 33%;
    position: relative;
    /* padding-left: 2vw; */
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
    border-left: 1px solid #ccc;
}
.about-num li:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 0px;
    width: 2px;
    height: 100%;
    background: #d50a1d;
    z-index: 1;
}
.about-num li h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    color: #333;
    line-height: 40px;
    font-weight: bold;
    display: inline-block;
}
.about-num .count-unit {
    font-size: 16px;
    color: #d50a1d;
    text-align: right;
    display: inline-block;
    font-style: normal;
}
.about-num li p {
    color: #999;
    font-size: 14px;
    line-height: 30px;
}
.in_about_r img{
    width: 100%;
}

.in_pro_ul{
    display: flex;
    border: 1px solid #DCDCDC;
}

.in_pro_ul li{
   /** width: calc((100% - 160px) / 5); **/
    padding:0px 10px;
    font-size: 22px;
    color: #333;
    position: relative;
    text-align: center;
    height: 70px;
    line-height: 70px;
    cursor: pointer;
}
.in_pro_ul li::after{
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background-color: #eee;
}
.in_pro_ul li:last-child:after{
    display: none;
}
.in_pro_ul li:last-child{
    width: 120px;
    font-size: 17px;
    color: #999;
}
.in_pro_ul li:last-child i{
    display: inline-block;
    margin-left: 10px;
}
.in_pro_ul li.active{
    color: #fff;
    background-color: #D50A1D;
}
.in_pro_ul li.active:after{
    background-color: #D50A1D;
}


.in_pro_div{
    display: none;
}
.in_pro_show{
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}
.in_pro_show li{
    width: calc((100% - (20px * 4)) / 4);
    position: relative;
    overflow: hidden;
    transition: all .5s ease;   
    margin-right: 20px;
}
.in_pro_show li:nth-child(4n){
    margin-right: 0;
}
.in_pro_show li:nth-child(n+5){
    margin-top: 20px;
}
.proLink {
    position: relative;
    display: block;
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
}
.proImgBox {
    top: 0px;
    left: 0px;
    /* width: calc((100% - 10px)/1); */
    /* height: calc((100% - 10px)/1); */
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}
.proImg {
    width: 100%;
    height: 100%;
    transition: all .5s ease;   
}
.txtBox {
    position: absolute;
    left: 50%;
    width: calc( 100% - 70px );
    padding: 10px 25px;
    height: 90px;
    border-top: 0px solid rgba(255, 255, 255, .4);
    background: rgba(213, 10, 29,0.8);
    transform: translate(-50%,-20%);
    display: flex;
    transition: all .5s ease;
    top: 150%;
}
.leftBox {
    width: 90%;
    height: 100%;
}
.proTitle {
    color: #fff;
    font-size: 18px;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.rightBox {
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rightBox i {
    display: flex;
    width: 100%;
    height: 20px;
    font-size: 22px;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    border-left: 1px solid #EEEEEE;
}
.proLi{ border:1px solid #e9e9e9;}
.proLi:hover .txtBox {
    top: 75%;
}
.proLi:hover .proImg{
    transform: scale(1.1);
}
.proLi:hover{
    box-shadow: 0 3px 15px 3px #ddd;
}


.in_case{
    margin-top: 100px;
}
.in_case_top{
    display: flex;
    justify-content: space-between;
}
.a_btn_div{
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #333;
    padding: 0 30px;
    border: solid 1px #333333;
    transition: all 0.3s ease-out;
}
.a_btn_div:hover{
    background: #D50A1D;
    color: #fff;
    border: solid 1px #D50A1D;
}
.in_case_ul {
    margin-top: 50px;
    margin-bottom: 70px;
    display: inline-block;
}
.in_case_ul li{
    float: left;
    position: relative;
    height: 400px;
}
.in_case_ul li .in_case_div{
    padding: 22px 25px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(255,255,255,0.8);
    transition: all 0.3s ease-out;
}
.in_case_ul li:hover .in_case_div{
    opacity: 1;
}
.in_case_div div{
    border: solid 2px #FFFFFF;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.in_case_div div p{
    font-size: 32px;
    color: #111;
    padding: 0 20px;
    text-align: center;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.in_case_div div p::after{
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: #000000;
    margin: 15px auto 20px;
}
.in_case_div div a{
    font-size: 16px;
    color: #111;
    text-transform: uppercase;
    width: 135px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border: 1px #000 solid;
    transition: all 0.3s ease-out;
}
.in_case_div div a:hover{
    color: #fff;
    background: #D50A1D;
    border: 1px #D50A1D solid;
}
.in_case_ul li img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.in_case_ul li:nth-child(1){
    width: calc(100% - (100% / 3));
    margin-bottom: 20px;
}
.in_case_ul li:nth-child(2){
    width: calc((100% / 3) - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
}
.in_case_ul li:nth-child(3){
    width: calc((100% / 3) - 20px);
}
.in_case_ul li:nth-child(4){
    width: calc(100% / 3);
    margin-left: 20px;
    margin-right: 20px;
}
.in_case_ul li:nth-child(5){
    width: calc((100% / 3) - 20px);
}



.in_new {
    background-image: url(nwbj.png);

    background-size: 100% 100%;
    padding-top: 50px;
    padding-bottom: 70px;
}
.in_new_row {
    margin-top: 50px;
}
.in_new_img {
    height: 420px;
    overflow: hidden;
    cursor: pointer;
}
.in_new_img img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
       transition: all .3s ease-out;
}
.in_new_l:hover .in_new_img img{
    transform: scale(1.1);
}
.in_new_cons {
    background: #FFFFFF;
    padding: 30px 30px 40px;
}
.in_new_cons h3{
    color: #111111;
    font-size: 24px;
    font-weight: 550;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.in_new_cons p{
    color: #666666;
    font-size: 18px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 15px;
    text-align: justify;
}
.in_new_cons .in_new_time{
    color: #999;
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: solid 2px #E5E5E5;
    margin-top: 0px;
}
.new_more{
    text-align: right;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 25px;
}

.in_new_r{
    padding-left: 40px;
}
.in_new_ul li{
    margin-bottom: 23px;
    cursor: pointer;
    transition: all 0.3s ease-out;
}
.in_new_ul li a{
    display: flex;
}
.in_new_ul li:nth-child(n+4){
    margin-bottom: 0px;
}
.in_new_ul li:nth-child(n+5){
    display: none;
}
.in_new_ul li .time_l{
    width: 125px;
    background: #E6E6E6;
    text-align: center;
    color: #999;
    padding: 15px 17px;
    transition: all 0.3s ease-out;
}
.in_new_ul li .time_l h2{
    font-size: 52px;
    font-weight: 550;
}
.in_new_ul li .time_l h2::after{
    content: '';
    display: block;
    width: 70%;
    margin: 5px auto;
    height: 2px;
    background: #B5B5B5;
}
.in_new_ul li .time_l p{
    font-size: 24px;
}
.in_new_ul li .con_r{
    width: calc(100% - 125px);
    background: #FFFFFF;
    padding: 30px;
    transition: all 0.3s ease-out;
}
.in_new_ul li .con_r h3{
    font-size: 22px;
    color: #111;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease-out;
}
.in_new_ul li .con_r hr{
    height: 2px;
    background: #E5E5E5;
}
.in_new_ul li .con_r p{
    font-size: 16px;
    color: #666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.in_new_ul li:hover .time_l,.in_new_ul li:hover .con_r{
    background: #D50A1D;
}
.in_new_ul li:hover .time_l h2::after{
    background: #fff;
}
.in_new_ul li:hover .time_l,.in_new_ul li:hover .con_r p,.in_new_ul li:hover .con_r h3{
    color: #fff;
} 


/* 关于我们 */
.NavList_a1 {
    text-transform: capitalize;
}
.NavList_a1 ul {
    text-align: left;
    display: block;
    font-size: 0px;
}
.NavList_a1 li {
    position: static;
    display: inline-block;
    color: #fff;
    width: auto;
    vertical-align: top;
}
.NavList_a1 a {
    position: relative;
    font-size: 15px;
    height: 80px;
    line-height: 80px;
    padding: 0px 30px;
    color: #333;
    display: block;
    transition: 0.3s ease 0s;
}
.NavList_a1 a:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 0%;
    height: 3px;
    background-color: none;
    transition: all .3s;
}
.NavList_a1 .more:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    display: block;
    background: #ccc;
    top: 50%;
    margin-top: -7px;
    right: 0px;
}
.NavList_a1 a:hover, .NavList_a1 a.on{
    color: #D50A1D;
}
.NavList_a1 a:hover:before ,.NavList_a1 a.on:before{
    width: 80%;
    left: 10%;
    background-color: #D50A1D;
}
.ab_1s,.ab_6,.ab_7{
    background: rgba(242, 244, 246, 1);
    padding: 0px 0;
}
.ab_1s_div{
    background: #fff;
    padding: 30px 50px;
}
.ab_1s_img_b{
    display: flex;
    flex-wrap: wrap;
}
.ab_1s_img_b img{
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    display: inline-block;
    -o-object-fit: cover;
       object-fit: cover;
}
.ab_1s_img_b img:nth-child(4n){
    margin-right: 0;
}
.ab_1s_img_b img:nth-child(n + 5){
    margin-top: 20px;
}
.p_header {
    font-size: 28px;
    margin: 20px 0;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}
.ab_1s_con p{
    line-height: 2.2;
    font-size: 14px;
    text-align: justify;
}
.ab_tit{
    font-size: 28px;
    color: #262626;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 40px;
}
.PhotoList_k1 {
    width: 100%;
    transition: 0.3s ease 0s;
    font-size: 14px;
}
.p_products {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    white-space: normal;
    display: flex;
    flex-wrap: wrap;
}
.PhotoList_k1 li:nth-child(4n+1) {
    margin-left: 0px;
}
.PhotoList_k1 li {
    width: 23%;
    font-size: 16px;
    transition: 0.3s ease 0s;
    margin-bottom: 2.5%;
    width: 23%;
    margin-left: 2.6%;
    background: #ffffff;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
.PhotoList_k1 li a {
    font-size: 0px;
    overflow: hidden;
    text-align: center;
    background: #f6f6f6;
    width: 100%;
    margin: 0 auto;
    height: 13.6vw;
    display: block;
}
.PhotoList_k1 li a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0px;
}
.PhotoList_k1 img {
    display: inline-block;
    vertical-align: middle;
    transition: 0.5s linear 0s;
    width: auto;
    height: auto;
    max-height: 87%;
    max-width: 90%;
    margin-left: 0px;
    transform: scale(1);
}
.PhotoList_k1 li span {
    color: #666;
    white-space: nowrap;
    transition: 0.3s ease 0s;
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    padding: 3% 10px;
    box-sizing: border-box;
    border: none;
}
.PhotoList_k1 li:hover img {
    transform: scale(1.1);
}
.PhotoList_k1 li:hover span {
    color: #e60013;
    background: #ffffff;
}
.ab_7_con{
    text-align: center;
}
.ab_7_con video{
    width: 1000px;
    height: 500px;
}

/* 产品中心 */
.pro_s_b{
    background: #fff;
    padding: 30px;
}
.proLi {
    width: calc(100% / 4);
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 20px;
}
.porTbox {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-bottom: 92%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.proImg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.showBox {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,.6);
    transition: all 0.5s ease;
}
.showBoxLink {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 60%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 0.5rem 0;
}
.showBoxLink::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}
.showBoxLink::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}
.porBbox {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 20px 20px 10px;
    border: 1px solid #ddd;
}
.proTitles {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 10px;
}
.lookDetail {
    position: relative;
    display: block;
    color: #777;
    height: 38px;
    line-height: 38px;
    border-top: 1px solid #e5e5e5;
}
.arrowsR {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0, -50%);
    width: 30px;
}
.proLi:hover .showBox {
    opacity: 1;
}
.pro_s_b{
    display: inline-block;
    width: 100%;
}
.proLi:hover .proImg {
    transform: translate( -50% ,-50%) scale(1.1);
}
.showBoxLink:hover{
    color: #fff;
}
.proLi:hover .showBoxLink::before {
    width: 3rem;
}
.proLi:hover .showBoxLink::after {
    width: 3rem;
}
.proLi:hover{
    box-shadow: none;
}

/* 产品详情 */

.boxpro-box {
    margin-bottom: 20px;
}

.boxproleft {
    float: left;
    width: 50.5%;
}

.boxproright {
    float: right;
    width: 46.75%;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 90%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}



.boxproright h1 {
    font-size: 30px;
    color: rgb(9, 9, 9);
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(42, 42, 42);
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.pro02BoxTopBrief {
    font-size: 14px;
    color: #000;
    line-height: 28px;
    margin: 0px -5px;
    padding: 20px 0px 0px;
}

.pro02BoxTopBrief li {
    padding: 0px 5px 5px;
}

.ellipsis {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.pro02BoxTopBrief li i {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
}

.material {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(76, 76, 76);
    -o-border-image: initial;
       border-image: initial;
    padding: 3px 10px;
}

.procolor {
    display: inline-block;
}

.procolor span {
    border: 1px solid #4c4c4c;
    width: 36px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.proadvice {
    display: block;
    width: 215px;
    height: 48px;
    line-height: 48px;
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-align: center;
    background: #D50A1D;
    border-radius: 4px;
    margin: 15px 0px;
}
.proadvice:hover{
    color: rgba(218, 216, 216, 0.993);
}

.pro02BoxTopCon {
    font-size: 12px;
    color: rgb(150, 150, 150);
    line-height: 24px;
}

.pro02BoxTopCon p strong {
    font-size: 16px;
    color: rgb(93, 91, 91);
    font-weight: normal;
}

.pro02BoxBotConText {
    text-align: center;
    border-top: 1px solid #000;
}

.pro02BoxTit {
    font-size: 30px;
    color: rgb(61, 61, 61);
    line-height: 200%;
    padding: 20px 0px 10px;
}

.pro02BoxBotConText img {
    max-width: 100%;
    margin: 10px auto;
}
.pro_show_S{
    margin: 60px 0;
}
/* 新闻资讯 */
.newListBox {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.newList {
    overflow: hidden;
    padding: 1rem;
    width: 100%;
    height: 140px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eaeaea;
    transition: all .5s ease;
}
.newLinkBox {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    padding-right: 10%;
    overflow: hidden;
}
.leftTimeBox {
    width: 80px;
    height: 98px;
    background: #f5f5f5;
    text-align: center;
    font-family: arial;
    color: #D50A1D;
    transition: all .5s ease;
}
.newData {
    font-size: 2.75rem;
    line-height: 46px;
    padding-top: 15px;
}
.centerContentBox {
    width: calc((100% - 80px)/1);
    padding-left: 3%;
}
.newTitle {
    font-size: 22px;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all .5s ease;
}
.newToolBox {
    margin: 5px 0;
    color: #b4b4b4;
}
.data1 {
    margin-right: 5px;
}
.newSummry {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #565656;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.rightIcon {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    text-align: center;
    color: #999;
    border-radius: 20px;
    overflow: hidden;
    font-weight: 550;
}
.newList:hover .newTitle {
    color: #D50A1D;
}
.newList:hover .leftTimeBox {
    background: #D50A1D;
    color: #fff;
}
.newList:hover {
    height: 150px;
}
.newList:hover .rightIcon{
    color: #D50A1D;
}
/* 新闻详情 */
.news-b{
    margin-top: 60px;
}
.show-box {
    background: #fff;
    margin: 0px auto;
    width: 80%;
}

.show-title {
    text-align: center;
    display: block;
    line-height: 60px;
    font-size: 2.4px;
}

.show-title h1 {
    font-size: 28px;
    font-weight: normal;
}

.show-date {
    display: block;
    height: 48px;
    font-size: 12px;
    line-height: 48px;
    color: #888;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}

.show-box p {
    font-size: 16px;
}
.news_content{
    padding-bottom: 40px;
}

.show-box img {
    width: 80% !important;
    height: auto;
}



.prenext-pro a.button{height:70px;line-height:70px;padding:0 25px}
.prenext-pro a.button:hover{background:#ff9600;color:#fff}
.prenext-pro a.border{border:1px solid #eee}

/*分页 begin*/
.page1 li {margin:0 5px;font-size:14px;border:none;border-radius:4px; display:inline;}
.page1 li a {border-radius:4px;color:#6e6e6e;background:#fff;padding:5px 10px;border:1px solid #DCDCDC;}
/* .pagination li i {font-weight:bold;font-size:18px;padding:0 3px} */
.page1 li.active a,.page1 li a:hover {background:#d50a1d;color:#fff;border:1px solid #ff9600;}

.page-center {text-align:center; margin:20px auto; display:block;}



/* 翻页(上一篇/下一篇) */
.show-morelist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    padding: 30px 4%;
    margin: 40px auto;
}

.w73 {
    width: 73.6%;
    margin: 0 auto;
    border-top: 2px solid #eee;
}

.show-morelist span {
    display: flex;
    /* width: 50%; */
    font-size: 16px;
}

.show-morelist span a {
    color: #888;
    font-size: 16px;
}

.show-morelist span:nth-child(2n) {
}
/* 联系我们 */
.contact{
    padding: 60px 5% 0;
}
.contact>div {
margin-bottom: 50px;
}
.contact>div h5 {
font-size: 24px;
color: #333;
padding-bottom: 15px;
border-bottom: 1px solid #e2e2e2;
}
.contact>div ul {
padding: 30px 0;
display: inline-block;
width: 100%;
border-bottom: 1px solid #e2e2e2;
}
.contact>div ul li {
width: 50%;
float: left;
}
.contact>div ul li span {
color: #666;
display: inline-block;
}
.contact>div ul li p {
font-size: 16px;
padding-left: 30px;
margin-top: 15px;
}
.contact>div ul {
/* height: 107px; */
display: inline-block;
width: 100%;
padding: 30px 0;
border-bottom: 1px solid #e2e2e2;
}
.contact>div ul li, .contact>div ul li {
width: 50%;
float: left;
}
.contact>div ul {
display: inline-block;
width: 100%;
padding: 30px 0;
border-bottom: 1px solid #e2e2e2;
}
.contact>div ul li span.red-font{
color: red;
}
.maps_box{
margin-bottom: 60px;
}
.maps_box img{
max-width: none;
}

.cont{ font-size:16px; text-align:left;}
.cont img { margin-left:auto; margin-right:auto; clear:both;}
.wzdt{ width:100%; line-height:50px;}

.posion{ padding-left:25px; background:url(home.png) 0px 50% no-repeat;width:100%; height:60px; line-height:60px; font-size:14px;}


.cl{ display:block; height:0px; clear:both;}
.cancat_info_box{
    background-color: #fff;
    padding-bottom: 30px;
}
.cancat_info_box .list{
    float: left;
    width: 24%;
    border: 1px solid #EAEAEA;
    text-align: center;
    padding: 30px 10px 10px;
    color: #444;
}
.cancat_info_box .list i{
    display: block;
    font-size: 52px;
    margin: 0 auto;
    color: #3C91E6;
}
.cancat_info_box .list .title{
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin: 20px 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cancat_info_box .list .content{
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
}
.cancat_info_box .list:last-child{
    padding-left: 27px;
    padding-right: 27px;
}
.cancat_info_box .img_list{
    width: 130px;
}
.cancat_info_box .img_list .img_list_box{
    width: 110px;
    height: 110px;
    border: 1px solid #EAEAEA;
 }
.cancat_info_box .img_list .img_list_box img{
    width: 100px;
}
.cancat_info_box .img_list .title{
    font-size: 14px;
    line-height: 20px;
    color: #222;
    margin: 8px 0;
}
.contentHeight{ clear:both; display:block; margin-top:30px;}
.f_left{ float:left;}
.f_right{ float:right;}
.zxrx{ width:50px; height:50px; background:url(lx021.jpg) no-repeat;}
.dzyy{ width:50px; height:50px; background:url(lx022.jpg) no-repeat;}
.dz{ width:50px; height:50px; background:url(lx023.jpg) no-repeat;}

.mapTel {
    height: 30px;
    line-height: 30px;
    width: 208px;
	background:url(bbg_line.png)
}
.mapTel .mapNumber {
    height:30px;
    display: block;
    padding: 0 0 0 10px;
	background:url(bphone.png) no-repeat 10px;
}
.mapTel .mapNumber a {
	
  color: #FFFFFF;
  display: block;
  font-size: 17px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding: 0 0 0 30px;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 150px;
}  



@media screen and (max-width:768px ) {
    /* 联系我们 */
    
	.cancat_info_box .list{
    float: left;
    width: 99%;
    border: 1px solid #EAEAEA;
    text-align: center;
    padding: 30px 10px 10px;
    color: #444;
}
	
	.in_fw{ display:none;}
	
	.contact {
        padding:40px 3% 0;
    }
    .contact>div {
        margin-bottom: 35px;
    }
    .contact>div ul li span {
        color: #666;
        display: inline-block;
        font-size: 18px;
    }
    .contact>div ul li p {
        font-size: 20px;
        margin-top: 15px;
    }
    /* 新闻详情 */
    .news_content{
        padding-bottom: 20px;
    }
    .show-box{
        width: 96%;
        margin: auto;
    }
    .news-b{
        margin-top: 2.5rem;
    }
    .show-title h1{
        text-align: center;
    }
    .show-date{
        margin-bottom: 20px;
        font-size: 15px;
    }
    .show-box .content{
        padding: 0;
    }
    .w73{
        width: 95%;
    }
    .show-morelist span , .show-morelist span a{
        font-size: 18px;
    }
    /* 产品详情 */
    .pro_show_S {
        margin: 40px 0 20px;
    }
    .pro02BoxTopBrief {
        font-size: 17px;
    }
    .pro02BoxTopCon p strong {
        font-size: 20px;
    }
    .pro02BoxTopCon {
        font-size: 16px;
        margin-top: 10px;
        line-height: 2;
    }
    .boxproleft {
        float: none;
        width: 95%;
        margin: auto;

    }
    .boxproright {
        float: none;
        margin: auto;
        width: 95%;
    }
    .boxproright h1{
        font-size: 2rem;
        padding-top: 1rem;
    }
    .pro02BoxBotConText{
        padding: 0 2%;
    }
    .pro02BoxTit{
        padding: 1rem 0 0;
    }
    .MsoNormal-br{
        display: none;
    }
    .pager{
        padding: 0 2%;
    }
    .proLi {
        width: calc(100% / 2);
        padding: 10px;
    }
    .pro_s_b {
        padding: 10px;
    }
    .ab_7_con video{
        width: 100%;
        height: auto;
    }
    .ab_tit {
        margin-bottom: 20px;
    }
    .PhotoList_k1 li {
        width: calc((100% - 30px) / 3);
        font-size: 16px;
        transition: 0.3s ease 0s;
        margin-bottom: 2.5%;
        margin-left: 15px;
    }
    .PhotoList_k1 li:nth-child(4n+1) {
        margin-left: 15px;
    }
    .PhotoList_k1 li:nth-child(3n+1) {
        margin-left: 0;
    }
    .ab_1s_con p {
        font-size: 16px;
    }
    .ab_1s, .ab_6, .ab_7 {
        padding: 30px 0;
    }
    .NavList_a1 a {
        height: 60px;
        line-height: 60px;
    }
    .NavList_a1 a {
        text-align: center;
        font-size: 16px;
    }
    .ab_1s_div {
        background: #fff;
        padding: 10px 20px;
    }
    .NavList_a1 li:last-child .more:after {
        display: none;
    }
    .in_about_l {
        padding-right: 0px;
        padding-top: 0px;
    }
    .in_about_con p {
        font-size: 20px;
        margin-top: 20px;
    }
    .cmn_btn_rotate .cube span{
        font-size: 18px;
    }
    .about-num li:last-child::after{
        content: '';
        position: absolute;
        right: -1px;
        top: 0px;
        width: 2px;
        height: 100%;
        background: #d50a1d;
        z-index: 1;
    }
    .in_pro_ul {
        flex-wrap: wrap;
    }
    .in_pro_ul li {
        width: calc(100% / 3);
    }
    .in_pro_ul li:last-child {
        width: calc(100% / 3);
    }
    .in_pro_show {
        margin-top: 20px;
    }
    .in_pro_show li {
        width: calc((100% - (20px * 1)) / 2);
        border: solid 1px #333;
    }
    .in_pro_show li:nth-child(n+3) {
        margin-top: 20px;
    }
    .in_pro_show li:nth-child(4n) {
        margin-right: 20px;
    }
    .in_pro_show li:nth-child(2n) {
        margin-right: 0;
    }
    .in_case {
        margin-top: 50px;
    }
    .txtBox{
        top: 75%;
        height: 60px;
        line-height: 60px;
        padding: 0px 25px;
    }
    .proTitle {
        height: auto;
        line-height: inherit;
    }
    .in_case_ul {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .in_new {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .in_new_row {
        margin-top: 20px;
    }
    .in_new_l{
        margin-bottom: 20px;
    }
    .in_new_r {
        padding-left: 0px;
    }
    .in_case_ul li .in_case_div{
        opacity: 1;
    }
}