html {
    --color: #FF0000;
    --color-active:#F39800;
}


.flex-x{
    display: flex;
    flex-direction: row;
}
.flex-align{
    align-items: center;
}
.flex-between{
    justify-content: space-between;
}
.w1200{
    max-width: 1200px;
    margin: 0 auto;
}
:focus{outline:0;}
div{
    font-family: Inter;
}
#column_1636613839681{
	overflow:hidden;
}

#backstage-headArea .company-name{
	height:100%;
	margin:10px 0;
	font-size:18px;
}
#backstage-headArea-mobile .header-styles a.company-name{
	width:80%;
	height:55px;
	display:flex;
	align-items:center;
	font-size:16px;
	font-weight:bold;
	line-height:1.2;
}
#mobile_component_yyKVkpzegNIt a{
	line-height:1.4;
}
#mobile_component_yyKVkpzegNIt p+p{
	margin-top:10px;
}

img{
	max-width:100%;
}

.banner .swiper{
	--swiper-pagination-color: #e71a12;
}
.banner .swiper .swiper-slide {
    height: auto;
}

.banner .swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .swiper .swiper-button {
    opacity: 0;
    color: #fff;
    transition: all 0.5s;
}

.banner .swiper:hover .swiper-button {
    opacity: 1;
}

#column_1636609699390{
    height: 40px;
    line-height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
   
}
#column_1636609699390 .search-box .form {
    display: flex;
    align-items: center;
    height: 40px;
    line-height: 40px;
    padding-right: 10px;
}

#column_1636609699390 .search-box-wrap{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    width: 40px;
    height: 40px;
}
#column_1636609699390 .search-box-wrap input[type="text"],
#column_1636609699390 .search-box-wrap button {
    box-sizing: border-box;
    border: 0;
    display: block;
    background: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

#column_1636609699390 .search-box{
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden; 
    z-index: 10;
    border-radius: 50px;
    background: #fff;
    border: 0px solid #ddd;
    width: 0;
    transition: all 0.3s;
}
#column_1636609699390 .search-box.open{
  
    width: 300px;
    border: 1px solid #ddd;
}



#column_1636609699390 .search-box-wrap .form input{
    flex: 1;
    min-width: 200px;
    height: 100%;
    padding: 0 5px 0  15px;
}

#column_1636609699390 .search-box-wrap .form  button{
    width: 30px;
    height:100%;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
}


.product-list{

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-bottom: 50px;
}
.product-list .item{
    border: 2px solid #ddd;
}
.product-list .item .sitewidget-content{
    padding: 20px;
}
.product-list .item .imgBox{
    position: relative;
    display: inline-block;
}
.product-list .item .imgBox:after {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(255, 255, 255, 0);
}
.product-list .item .imgBox:hover:after{
    background-color: rgba(255, 255, 255, 0.2);
}
.product-list h2{
    font-size: 24px;
    color: #222;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: left;
}
.product-list .item .more{
    margin-top: 20px;
}
.product-list .item .more a{
    font-size: 14px;
    color: #e71a12;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 2em;
    text-align: justify;
}

.index-factory-page .sitewidget-bd{
    font-size: 40px;
    color: #e71a12;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.7;
    text-align: center;
    background: url(../images/line.png) no-repeat center bottom;
    background-size: initial;
    padding-bottom: 20px;
}
.index-factory-page .sitewidget-bd:hover{
    font-weight: 700;
}

.index-factory-page{
    width: 100%;
    min-height: 100px;
    background:repeat scroll center top;
    background-color: #f5f5f5;
    background-size: initial;
    padding: 50px 0 0;
}
.index-factory-page .list-grid{
   margin-top: 40px;
}
.index-factory-page .list-grid .item{
    width: 100%;
    box-sizing: border-box;
    padding: 0  0;
}

.index-factory-page img{
    width: 100%;
    object-fit: contain;
}
.index-factory-page2{
    padding: 50px 0;
}
.index-factory-page2 .list{
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 10px ;
    text-align: center;
}
.index-factory-page2 .list img{
    width: 100%;
    object-fit: contain;
}
.index-factory-page2 .list p{
    font-size: 16px;
    line-height: 2;
    color: #545454;
}
.index-factory-page3{
    background: none;
    padding: 50px 0;
}
.index-factory-page3 .w1200{
    margin-top: 20px;
}
.index-factory-page3 img{
    border: 4px solid #999;
    margin: 5px 0;
}
.index-factory-page4 {
    background-color: rgba(231, 26, 18, 0.1);
    padding: 40px 0;
    text-align: center;
}
.index-factory-page4 h2{
    font-size: 30px;
    color: #222;
    line-height: 1.4;
    font-weight: bold;
}
.index-factory-page4 .more{
    display: inline-block;
    background-color: #e71a12;
    color: #fff;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    margin-top: 20px;
    transition: all .3s ease-in-out;
}
.index-factory-page4 .more:hover{
    background: #222;
}

.index-factory-page5 {
    padding: 50px 0;
    background: none;
}
.index-factory-page5  .list{
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px ;
    text-align: center;
}

.index-factory-page5  .list i{
    display: inline-block;
    font-size: 40px;
    line-height: 90px;
    border: 2px solid #aaa;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    color: #aaa;
    box-sizing: border-box;
}
.index-factory-page5  .list i:hover{
    color: #F00;
    border-color: #F00;
}
.index-factory-page5  .list em{
    display: inline-block;
    font-size: 40px;
    line-height: 90px;
    border: 2px solid #aaa;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    color: #aaa;
    box-sizing: border-box;
}
.index-factory-page5  .list em:hover{
    color: #F00;
    border-color: #F00;
}




.index-factory-page5 li p{
    font-family: Inter;
    font-size: 22px;
    color: #222;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    margin-top: 10px;
}
.index-factory-page5 li  span{
    font-size: 16px;
    color: #545454;
    font-weight: 400;
    line-height: 1.7;
}



.common-title1 .sitewidget-bd{
    font-size: 40px;
    color: #e71a12;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.7;
    background: url(../images/line.png) no-repeat center bottom;
    background-size: initial;
    padding-bottom: 20px;
    text-align: center;
}
.common-title2 .sitewidget-bd{
    font-size: 40px;
    color: #e71a12;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.7;
    background: url(../images/line2.png) no-repeat left bottom;
    background-size: initial;
    padding-bottom: 20px;
}
.common-title1 .sitewidget-bd:hover{
    font-weight: 700;
}
.common-title2 .sitewidget-bd:hover{
    font-weight: 700;
}



.banner2{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.banner2 img{
    width: 100%;
    object-fit: contain;
}
.banner2 .nav{
    padding: 20px 0;
    background: #F5F5F5;
}
.banner2 .nav ul{
   flex-wrap: wrap;
}
.banner2 .nav ul li span{
    margin: 0 10px;
}
.banner2 .nav ul li:last-child span{
    display: none;
}

.banner2 .nav ul li  a{
    font-size: 14px;
    color: #333;
    font-weight: 700;
    font-family: Inter;
    line-height: 2;
}
.banner2 .nav ul li a:hover{
    color: #e71a12;
}
.banner2 .nav ul li:last-child a{
    font-weight: 400;
}




.about-page1{
    padding: 50px 0;
	overflow:hidden;
}
.about-page1 .l{
    width: 40%;
    position: relative;
    margin-right: 50px;
}
.about-page1 .l .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 20px);
    height: calc(100% - 40px);
    background: #f00;
    z-index: -1;
}
.about-page1 .l a{
    display: flex;
    width: 100%;
    height: 100%;
    transform: translate(20px,20px);
    position: relative;
    font-size: 0;
}
.about-page1 .l img{
    width: 100%;
    object-fit: contain;
}

.about-page1 .l .hv_bg{
    height:100%;
    width:100%;
    background: rgba(0,0,0,0.3);
    position:absolute;
    top:0;
    left: 0;
}
.about-page1 .l .num{
    height: 66px;
    width: 66px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: url('../images/bgicon36001.png'); */
}
.about-page1 .l .sq{
    width: 66px; 
    height: 66px; 
    background: url('../images/bgicon36002.png'); 
    transition: transform 0.4s, 
    -webkit-transform 0.3s;
}

.about-page1 .l a:hover .sq{
    transform: rotate(360deg);
}
.about-page1 .r{
    width: 50%;
}
.about-page1 .r .editor{
    margin: 30px 0;
}
.about-page1 .r .editor,.about-page1 .r .editor p{
    font-size: 16px;
    line-height: 1.4;
    color: #545454;
    font-family: Inter;
    font-weight: 400;
}
.about-page1 .r .list{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px 2%;
}
.about-page1 .r .list li{
    box-sizing: border-box;
    width: 49%;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Inter;
}
.about-page1 .r .list li p{
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    font-weight: 700;
}
.about-page2{
    gap: 50px;
    padding: 50px 0;
}
.about-page2 .l{
    flex: 1;
}
.about-page2 .l .list{
    margin-top: 30px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px ;
}
.about-page2 .r{
    max-width: 50%;
}
.about-page2  img{
    width: 100%;
    object-fit: contain;
}
.about-page3{
    padding: 50px 0;
}
.about-page3 .swiper{
    padding: 50px 0 0;
    position: relative;
    margin-top: 30px;
}
.about-page3 img{
    width: 100%;
    object-fit: contain;
}
.about-page3 .btns{
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 0;
    left: 0;
}
.about-page3 .btns .btn{
    width: 40px;
    height: 35px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f00;
    cursor: pointer;
}
.about-page3 .btns .btn img{
    width: 25px;
    object-fit: contain;
}
.about-page3 .btns .btn.next{
    transform: rotate(180deg);
}

.product-page{
    padding: 50px 0;
    font-family: Inter;
}
.sidebar{
    width: 300px;
    padding: 10px;
}   

.sidebar .search{
    margin-bottom: 25px;
}
.sidebar .search input{
    flex: 1;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    border: 0;
    background: #F5F5F5;
    padding: 0 10px;
}
.sidebar .search button{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f00;
    border: 0;
    cursor: pointer;
}
.sidebar a{
    color: #666;
    flex: 1;
    font-family: Inter;
}
.sidebar .nav{
    border: 1px solid #ddd;
}
.sidebar .tit{
    font-size: 20px;
    color: #333;
    font-weight: 700;
    line-height: 2.4;
    text-align: left;
    background: #f5f5f5;
    padding: 0 12px;
}
.sidebar .nav1>li {
    line-height: 1.4;
    font-size: 14px;
    color: #666;
}
.sidebar .item{
	padding:10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.sidebar .item img{
    width: 15px;
    object-fit: contain;
    cursor: pointer;
}

.sidebar .nav1-item{
    padding: 10px 16px;
    border-bottom: 1px solid #e7e7e7;
}
.sidebar .nav1-item:hover{
    background: #F0F0F0;
}
.sidebar .nav1-item a{
    color: #666;
    font-weight: bold;
   
}


.sidebar .nav2{
    display: none;
    padding: 0 16px;
}
.sidebar .nav3{
   display: none;
}
.sidebar .nav2>li{
    padding-left: 16px;
}
.sidebar .nav3>li{
    padding-left: 20px;
    position: relative;
}
.sidebar .nav3>li::before{
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #666;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.sidebar  img{
    transition: all .3s ease-in-out;
}
.sidebar .nav1>li.open .nav1-item img{
    transform: rotate(180deg);
 
}

.sidebar .nav2>li.open .nav2-item img{
    transform: rotate(180deg);
	
}
.sidebar .item.nav2-item img{
	display:none;
}
.sidebar .nav2>li.open .nav2-item a{
    color: #f00;
}
.sidebar .item:hover a{
    color: #f00;
}
.sidebar .other {
    margin-top: 30px;
    border: 1px solid #ddd;
}
.sidebar .other .common-form{
    background: #fff;
    width: 100%;
    padding: 20px 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sidebar .news-list{
    border: 1px solid #ddd;
    margin-bottom: 30px;
}
.sidebar .news-list ul{
    padding: 15px 15px;
    
}
.sidebar .news-list ul li{
    list-style-type: disclosure-closed;
    color: #e71a12;
    list-style-position: inside;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}
.sidebar .news-list ul li a{
    font-size: 14px;
    line-height: 2;
}


.common-form input{
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0 6px;
    font-size: 14px;
    color: #222;
    background-color: #FFECE8;
    border: 1px solid #aaa;
    border-radius: 5px;
    box-sizing: border-box;
}
.common-form textarea {
    font-size: 14px;
    color: #222;
    background-color: #FFECE8;
    border: 1px solid #aaa;
    border-radius: 5px;
    padding: 10px 6px;
}
.common-form input:focus,
.common-form textarea:focus{
    background: #fff;
    border-color: #e71a12;
}
.common-form button{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #e71a12;
    color: #fff;
    border: 0;
    font-size: 14px;
    cursor: pointer;
}




.product-page1{
    flex: 1;
    padding: 10px;
    font-family: Inter;
}
.product-page1 h2{
    font-size: 30px;
    color: #e71a12;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 2;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.product-page1 h5{
    padding: 10px 0;
    font-size: 16px;
    color: #545454;
    font-weight: 400;
    line-height: 1.7;
}
.product-page1 .list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
   
}
.product-page1 .list li{
    border: 1px solid #ccc;
}
.product-page1 .list li a{
	width:100%;
	height:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
	    box-sizing: border-box;
}
.product-page1 .list li img{
    width: 100%;
	height:100%;
    object-fit: contain;
    transition: all .3s ease-in-out;
}
.product-page1 .list li .img{
    font-size: 0;
	height:260px;
    overflow: hidden;
}
.product-page1 .list li p{
	width:100%;
	flex:1;
	padding:10px;
    font-size: 16px;
    line-height: 1.4;
    color: #666;
	 box-sizing: border-box;
}
.product-page1 .list li:hover p{
    text-decoration: underline;
    color: #F00;
}
.product-page1 .list li:hover img{
    transform: scale(1.1);
}


.w{
    overflow: hidden;
    padding: 50px 0;
}
.product-detail-page{
    width: calc(100% - 320px);
   
    
}
.product-detail-page1{
    gap: 20px;
    padding: 10px 10px 30px;
}
.product-detail-page1 .l{
    width: 52%;
}
.product-detail-page1 .r{
   flex: 1;
   padding: 10px 0;
}


.product-detail-page1 .swiper img{
    width: 100%;
    object-fit: contain;
}
.product-detail-page1 .product-swiper{
    border: 1px solid #ddd;
}
.product-detail-page1 .product-swiper2{
    padding: 20px 2px 0;
    box-sizing: border-box;
}
.product-detail-page1 .product-swiper2 .swiper-slide{
    border: 1px solid #ddd;
    box-sizing: border-box;
    font-size: 0;
    padding: 5px;
    cursor: pointer;
}
.product-detail-page1 .product-swiper2 .swiper-slide.swiper-slide-thumb-active{
    border: 2px solid #f00;
    position: relative;
}
.product-detail-page1 .product-swiper2 .swiper-slide.swiper-slide-thumb-active::before{
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #f00;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
}



.product-detail-page1 .r h3{
    font-size: 20px;
    line-height: 30px;
    color: #333;
    font-weight: bold;
}
.product-detail-page1 .r .editor{
    margin: 20px 0 30px;
}
.product-detail-page1 .r .editor,
.product-detail-page1 .r .editor p{
    font-size: 16px;
    line-height: 1.4;
    color: #545454;
}

.product-detail-page1 .r .more{
    display: inline-block;
    background-color: #e71a12;
    color: #fff;
    border-radius: 50px;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;


}
.product-detail-page1 .r .more span{
    display: inline-block;
    margin-left: 6px;
}
.product-detail-page2{
    gap: 50px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #999;
    padding: 20px 0 30px;
}
.product-detail-page2 .editor{
    padding: 10px ;

}
.product-detail-page2 .editor,.product-detail-page2 .editor p{
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}
.product-detail-page2 .btns{
    margin-top: 30px;
}
.product-detail-page2 .btn{
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    border-radius: 10px;
    background: #EFEFEF;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #545454;
}
.product-detail-page3{
    margin-top: 50px;
    text-align: center;
}
.product-detail-page3 h3{
    font-size: 20px;
    color: #333;
    line-height: 2.4;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}
.product-detail-page3 img{
    width: 100%;
    object-fit: contain;
    border: 1px solid #ddd;
    font-size: 0;
    box-sizing: border-box;
}
.product-detail-page3 a{
    color: #545454;
}
.product-detail-page3 a:hover{
    color: #e71a12;
}
.product-detail-page3 .btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    cursor: pointer;
}
.product-detail-page3 .btn img{
    width: 16px;
    object-fit: contain;
    border: 0;
 
}
.product-detail-page3 .btn.prev{
    left: 0;
}
.product-detail-page3 .btn.next{
    transform: rotate(180deg) translateY(50%);
    right: 0;
}
.product-detail-page3 .swiper-w{
    padding: 15px 45px;
    position: relative;
}
.product-detail-page3 .swiper{
   
    box-sizing: border-box;
}
.product-detail-page3 .swiper-slide a{
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    height: 100%;
}


.download-page{
    padding: 50px 0;
    gap: 4%;
}
.download-page .list{
	display:flex;
	flex-direction:column;
	gap:20px;
}
.download-page li{
	display:flex;
	flex-direction:row;
	    gap: 40px;
    padding: 15px 20px;
    background: #F6F6F6;
}
.download-page .l{
    width: 20%;
}
.download-page .l img{
    width: 100%;
    object-fit: contain;
}
.download-page .r{
    flex: 1;
    color: #545454;
    line-height: 1.7;
	display:flex;
	flex-direction:column;
	align-items: flex-start;
    justify-content: space-around;

}
.download-page .r h5{
    font-size: 18px;
	line-height:1.7;
	font-weight:600;
}
.download-page .download-btn{
	display:inline-block;
	padding:0 30px;
	height:36px;
	line-height:36px;
	background:#ccc;
	border-radius:20px;
	color:#fff;
	font-size: 16px;
	margin:20px 0px 10px;
}
.download-page .download-btn:hover{
	background:#f00;
}

.download-page .r  button{
    width: 100%;
    background: #e71a12;
    font-size: 16px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    border: 0;
    border-radius: 20px;
    
}

.news-page{
    flex: 1;
    overflow: hidden;
    padding: 10px ;
}
.news-page .list{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    box-sizing: border-box;
}
.news-page .list a{
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: flex;
    gap: 20px;
    padding:15px 10px;
    background: #F6F6F6;
}

.news-page .list li .l{
    width: 210px;
}
.news-page .list li .l img{
    width: 100%;
    object-fit: contain;
}

.news-page .list li .r{
    flex: 1;
}

.news-page .list li .r h5{
    font-size: 16px;
    line-height: 1.2;
    color: #333;
    font-weight: bold;
    padding: 10px 0;
}
.news-page .list li .r i{
    margin-right: 5px;
}
.news-page .list li .r h6{
    font-size: 14px;
    line-height: 1.4;
    color: #545454;
    padding-bottom: 10px;
}
.news-page .list li .r .editor,.news-page .list li .r .editor p{
    font-size: 16px;
    color: #545454;
}
.news-page .list li:hover .r h5{
    color: #e71a12;
}
.news-detail-page-w .sidebar .search{
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
}
.news-detail-page-w .sidebar .search input{
    background: #fff;
    height: 30px;
    line-height: 30px;
}
.news-detail-page-w .sidebar .search button{
    width: 33px;
    height: 33px;
    line-height: 33px;
}
.news-detail-page-w .sidebar .search button img{
    width: 16px;
}
.news-detail-page{
    width: calc(100% - 300px);
    padding: 10px ;
}
.news-detail-page h3{
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #333;
    font-weight: bold;
}
.news-detail-page h5{
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 16px;
    color: #333;
}
.news-detail-page .editor{
    margin: 30px 0;
}
.news-detail-page .editor,
.news-detail-page .editor p{
    font-size: 16px;
    line-height: 1.7;
    color: #545454;
}
.news-detail-page .bottom{
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-detail-page .bottom .btn{
    display: inline-block;
    border: 1px solid #ccc;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    border-radius: 10px;
    font-size: 16px;
    color: #545454;
    max-width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-detail-page .bottom .btn:hover{
    background: #EEEEEE;
    color: #e71a12;
}

.contact-page{
    padding: 50px 0;
}
.contact-page1 h3{
    margin: 20px 0 30px;
    text-align: center;
    font-size: 30px;
    line-height: 1.7;
    color: #222;
    font-weight: 500;
}
.contact-page1 ul{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    padding-top: 30px;
}
.contact-page1 ul li{
    border: 8px solid #f5f5f5;
    padding: 90px 10px 30px ;
    text-align: center;
    position: relative;
    margin-top: 60px;
   
}
.contact-page1 ul li i{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px;
    width: 106px ;
    height: 106px;
    border: 8px solid #f5f5f5;
    border-radius: 50%;
    color: #e71a12;
    position: absolute;
    top: -66px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    transition: all .3s ease-in-out;
}
.contact-page1 ul li i:hover{
    background: #e71a12;
    color: #fff;
}
.contact-page1 ul li p{
    font-size: 16px;
    line-height: 2;
    color: #212121;
}
.contact-page2{
    gap: 4%;
    margin-top: 50px;
}
.contact-page2 .l{
    flex: 1;
}
.contact-page2 .r{
    width: 49%;
}
.contact-page2 .r .tit{
    font-size: 40px;
    line-height: 2;
    font-weight: 700;
    color: #e71a12;
}
.contact-page2 .r .form{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.contact-page2 .r .form .item{
    width: 100%;
    padding: 10px 10px 10px;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #545454;
    line-height: 2;
    box-sizing: border-box;
}
.contact-page2 .r .form .item p{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact-page2 .r .form input{
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 0;
    color: #000;


}
.contact-page2 .r .form textarea{
    width: 100%;
    line-height: 30px;
    border: 0;
    color: #000;
}
.contact-page2 .r .form button{
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    color: #fff;
    background: #e71a12;
    border: 0;
    cursor: pointer;
}
.contact-page2 .r .form button:hover{
    background: #333;
}





#backstage-footArea .top{
    padding: 50px 0 30px;
  /*   background: url(../images/dog.png) no-repeat scroll center bottom; */
    background-size: contain;
    background-color: #f5f5f5;
}
#backstage-footArea .top .nav{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}
#backstage-footArea .top .nav>li{
    font-family: Inter;
}
#backstage-footArea .top .nav .title{
    font-size: 24px;
    color: #222;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 10px;
}
#backstage-footArea .top .list img{
    width: 15px;
    object-fit: contain;
	margin-top: 0px;
    margin-right: 6px;
}
#backstage-footArea .top .list>li{
    font-size: 14px;
    line-height: 2;
}
#backstage-footArea .top .list>li a{
    color: #222;
}
#backstage-footArea .top .form{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#backstage-footArea .top button{
    border: 0 solid #2e6da4;
    border-radius: 4px;
    background: #e71a12;
    color: #fff;
    font-size: 14px;
    width: 143px;
    height: 40px;
    cursor: pointer;
}

#backstage-footArea .bottom{
    background: #222;
}

#backstage-footArea .bottom p{
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
}

.onlineservice-fixed{
    background: rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    position: fixed;
    right: 20px ;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
    z-index: 999;
    
}
.onlineservice-fixed .item{
    width: 50px;
    box-sizing: border-box;
    padding: 5px;
}
.onlineservice-fixed .item i{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.onlineservice-fixed i.block-iconfanhuidingbu{
    background: #e71a12;
    border-radius: 50%;
   
}
.onlineservice-fixed .item3{
    display: none;
}
.onlineservice-fixed .item{
    position: relative;
}
.onlineservice-fixed .item p{
    display: inline-block;
    padding: 15px 60px 15px 20px;
    position: absolute;
    right: 0;
    top: 0;
    background: #e71a12;
    border-radius: 50px;
    color: #fff;
    white-space: nowrap;
    z-index: -1;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    max-width: 0;
    opacity: 0;
}
.onlineservice-fixed .item:hover p{
   max-width: 300px;
   opacity: 1;
}
.pageadd {
	margin-top: 10px;
	padding: 14px 0 15px;
	text-align: center;
}
.pageadd a {
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	padding: 4px 7px;
	color:#333;
}
.pageadd span {
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	padding: 4px 7px;
}
.pageadd span.current {
	background: var(--color);
	border: 1px solid var(--color);
	color: #FFFFFF;
	font-weight: bolder;
}






 .dialog{
            position: fixed;
            top: 0;
            left: 0;
            background: rgba(0,0,0,.6);
            z-index: 99;
            width: 100%;
            height: 100vh;
            display: none;
        }
        .dialog .iframe-w{
            display: flex;
            align-items: center;
            justify-content: center;
            width: 60%;
            height: 70vh;
            margin: 15vh auto;
            position: relative;
        }
        .dialog .iframe-w iframe{
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        .dialog .iframe-w .close-btn{
            width: 30px;
            height: 30px;
            border-radius: 50%;
           border: 1px solid #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            right: -30px;
            top: -30px;
            cursor: pointer;
            font-size: 24px;
        }
        .dialog .iframe-w .close-btn img{
            width: 20px;
            object-fit: contain;
        }