/* Write your styles */
/* css reset */
body,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body {}
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a { color:#555; text-decoration:none; }
img { border:none; }
ol,ul,li { list-style:none; }
input, textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif; }
table { border-collapse:collapse; }
html {overflow-y: scroll;}
/* css reset */
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }
.clear{
    clear:both;
}
#subtijiao input{
    background:#c1182e;
}


@font-face {
        font-family: "Cinzel-Bold"; /* 定义字体名 */
        src: url("../fonts/cinzel-bold.ttf"); /* 引入本体字体文件 */
    }
	  
@font-face {
        font-family: "HarmonyOS_Sans_SC_Regular"; /* 定义字体名 */
        src: url("../fonts/harmonyos_sans_sc_regular.ttf"); /* 引入本体字体文件 */
}

@font-face {
        font-family: "HarmonyOS_Sans_SC_Bold"; /* 定义字体名 */
        src: url("../fonts/harmonyos_sans_sc_bold.ttf"); /* 引入本体字体文件 */
}




/**PC**/
@media screen and (min-width:1031px){
  
        #abouttitle:hover{
            color:#c1182e;
    		border-bottom:4px solid #c1182e;
    		padding-bottom:34px;
    		transition:all 0.4s;
        }
  
  .nav_list a:hover{
      color:#c1182e;
  }
  
  
  
  .header_containers .nav_list a {
    display: block;
    font-size: 1.2em;
    line-height: 3em;
    word-break: keep-all;
    white-space: nowrap;
    padding: 0 1.5em;
    text-align: center;
    transition: all 0.4s;
}
  
  .header_containers .nav_list {
    display: none;
    position: absolute;
    z-index: 10;
    min-width: 9em;
    background: #fff;
    border-radius: 6px;
    left: calc(50% - 1em);
    top: calc(100% - 0.15em);
    text-align: center;
    overflow: hidden;
    transform: translateX(-50%);
    padding: 1em 0;
    font-size: 0.9em;
}
  
  
  
  .fa-angle-down:before {
        content: "\f107";
    }
    .header_containers .navbar>li>i {
        font-size: 1.25em;
        transition: all 0.4s;
    }
  
  .header_containers .navbar>li>i {
        font-size: 1.25em;
        transition: all 0.4s;
    }    
    
  .header_containers .navbar>li {
      width:100%;
        position: relative;
        margin-right:0;
        padding:0;
        text-transform: uppercase;
    }  
        
    .header_containers .navbar>li>a {
        position: relative;
        display: inline-block;
        font-size:1.2em;
    }
  
    .blogs{
        width:130px;
        height:80px;
        line-height:80px;
        position:absolute;
        z-index:999;
        left:20%;
       background:rgba(0, 0, 0, .5);
    }
    
    .abouts{
        height:600px;
        position:relative;
    }
    
    .section-honor .container{
        width:80%;
        height:auto;
        margin:0 auto;
    }
    
    .section-honor .title{
        margin-bottom:2%;
    }
    
    .blog{
        position:absolute;
        top:70%;
        z-index:999999;
        left:53.5%;
        display:none;
    }
    
    iframe{
        width:1000px;
        height:450px;
        margin-bottom:3%;
    }
    
    .pro_top_middle_left{
        width:50%;
        height:auto;
    }
    
    .pro_top_middle{
        width:80%;
        height:auto;
        margin:0 auto;
        display:flex;
    }
    
    .pro_top{
        width:100%;
        height:auto;
        background:#ffffff;
    }
	
	.index_services_middle_under ul li:nth-child(1){
		animation-delay:0.5s; 
	}
	
	
	.index_services_middle_under ul li:nth-child(2){
		animation-delay:1s; 
	}
	
	.index_services_middle_under ul li:nth-child(3){
		animation-delay:1.5s; 
	}
	
	.forms-input .small_inputs+p{
		width:100%;
	}
	
	.forms-input .small_inputs p input{
		width:100%;
	}
	
   .forms-input .small_inputs p{
		width:82%;
	}
	
	.wpcf7-form-control-wrap{
		width:100%;
	}
	
	.forms-input p{
		width:49%;
	}
	
	.big_logo{
		transition:all 0.3s ease;
	}
	
	.small_logo{
		display:none;
		transition:all 0.3s ease;
	}
	
	.device {
				 width:100%;
				height:500px;
				display:flex;
				justify-content:space-between;
				margin-top:5%;
				}
				.device .arrow-left {
				  background: url(../images/button_lefts_03.png) no-repeat left top;
				  position: absolute;
				  left:57%;
				  top:25.9%;
				  width: 38px;
				  height: 38px;
				  z-index:999999999999;
				}
				.device .arrow-right {
				  background: url(../images/button_rights_03.png) no-repeat left bottom;
				  position: absolute;
				  right:35%;
				  top: 25.9%;
				  width: 38px;
				  height: 38px;
				  z-index:999999999999;
				}
			
				
				.pagination {
				  position: absolute;
				  text-align: center;
				  width: 100%;
				  top:26%;
				  z-index:99999
				}
				.swiper-pagination-switch {
				  display: inline-block;
				  width: 10px;
				  height: 10px;
				  border-radius: 10px;
				  background: #c1182e;
				  margin: 0 2px;
				  cursor: pointer;
				}
				.swiper-active-switch {
				  background: #ecb9c0;
				}
	
	
	.readmore a{
		color:#c1182e;
	}
	
	.readmore{
		width:100%;
		font-size:1.6rem;
		font-family:"HarmonyOS_Sans_SC_Regular";
		margin-top:3%
	}
	
	.underremark_desc{
		width:100%;
		height:auto;
		font-size:1.6rem;
		line-height:1.5;
		font-family:"HarmonyOS_Sans_SC_Regular";
		margin-top:1%;
        overflow: hidden;
        white-space: wrap;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
	}
	
	.undernewstitles{
		width:100%;
		height:auto;
		font-size:2rem;
		font-family:"Cinzel-Bold",Serif;
		word-wrap: break-word;
	}
	
	.newslist_unders_list_desc{
		padding:2%;
	}
	
	.newslist_unders_list_pic img{
		width:100%;
		border-radius:20px;
	}
	
	.newslist_unders_list_pic{
		width:100%;
		height:auto;
	}
	
	.newslist_unders_list{
		width:32%;
		height:auto;
		margin-right:1%;
		margin-bottom:3%;
	}
	
	.newslist_unders{
		width:100%;
		height:auto;
		display:flex;
		margin-top:3%;
		justify-content:space-between;
		flex-wrap:wrap;
	}
	
	
	.newsunder{
		width:100%;
		height:20%;
		display:flex;
	}
	
	.news_remark_desc{
		width:100%;
		height:auto;
		font-size:1.6rem;
		line-height:1.5;
		font-family:"HarmonyOS_Sans_SC_Regular";
		margin-top:1%;
		word-wrap: break-word;
		display: -webkit-box;
        -webkit-line-clamp: 3; /* 显示行数 */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
	}
	
	.newstitles{
		width:100%;
		height:auto;
		font-size:2.3rem;
		font-family:"Cinzel-Bold",Serif;
		word-wrap: break-word;
		display: -webkit-box;
        -webkit-line-clamp: 2; /* 显示行数 */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
	}
	
	.index_news_time{
		font-size:1.6rem;
		font-family:"HarmonyOS_Sans_SC_Regular";
	}
	
	.swiper-slide_img_remark_top{
		width:100%;
		height:100%;
		overflow:hidden;
		background:#f7f7f7;
		border-radius:20px;
		padding:6%;
	}
	
	.swiper-slide_img_remark{
		width:48%;
		
		word-wrap: break-word;
	}
	
	.swiper-slide_img img{
		width:100%;
		border-radius:20px;
	}
	
	.swiper-slide_img{
		width:50%;
		border-radius: 20px;
	}
	
    .swiper-slide {
		width:100%;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
		justify-content:space-between;
    }
	
	.swiper-container{
		width:100%;
	}
	
	.neiye_content_news_middle_top{
		width:100%;
		height:auto;
		display:flex;
	}
	
	.neiye_content_news_middle{
		width:78%;
		height:auto;
		margin:0 auto;
	}
	
	.unders_detail{
		padding:0 3%;
		font-size:1.8rem;
		font-family:"HarmonyOS_Sans_SC_Regular";
	}
	
	.unders_list{
		width:100%;
		display:flex;
		margin-bottom:5%;
	}
	
	.unders{
		width:100%;
		height:auto;
		margin-top:3%;
	}
	
	.tops{
		width:100%;
		display:flex;
		justify-content:space-between;
		font-size:2.8rem;
		font-family:"Cinzel-Bold",Serif;
	}
	
	.neiye_content_contact_top_list{
		width:49%;
		overflow:hidden;
		background:#ffffff;
		border-radius:20px;
		box-shadow: 0 0 1.8em 0.3em rgb(0 0 0 / 10%);
		padding:3%;
	}
	
	.neiye_content_contact_top{
		width:100%;
		height:auto;
		display:flex;
		justify-content:space-between;
	}
	
	.neiye_content_contact{
		width:78%;
		height:auto;
		margin:0 auto;
		margin-top:5%;
	}
	
	.neiye_content_service_middle{
		padding-bottom:4%;
	}
	
	.service_more a:hover{
		transform:translate(5px,-5px);box-shadow:-5px 5px 5px rgb(0 0 0 / 25%);
	}
	
	.service_more a{
		  
        display: block;
        width: 160px;
        height: 36px;
        line-height:36px;
        text-align: center;
        font-size: 1.6rem;
        color: #ffffff;
        background: #c1182e;
        box-shadow: 0px 4px 8px 0px #a5a5a5;
        border-radius: 50px;
        margin-top: 5%;
        transition: all 0.5s;
		font-weight:bold;

	}
	
	.service_desc{
		font-family:"HarmonyOS_Sans_SC_Regular";
		font-size:1.8rem;
		line-height:1.6;
		color:#747474;
		margin-top:1%;
	}
	
	.service_titles{
		font-family:"Cinzel-Bold",Serif;
		font-size:2.8rem;
		font-weight:bold;
	}
	
	.neiye_content_service_middle_list_right_remark{
		width:50%;
		padding:2%;
	}
	
	
	.neiye_content_service_middle_list_right_img img{
		width:100%;
		border-radius:30px;
	}
	
	.neiye_content_service_middle_list_right_img{
		width:50%;
		overflow:hidden;
	}
	
	.neiye_content_service_middle_list_right{
		width:95%;
		overflow:hidden;
		display:flex;
		margin-top:1%;
	}
	
	
	#exCircle{
		margin:auto;
		width: 54px;
		height:54px;
		border-radius:27px;
		background-color:#e5e5e5;
		position:absolute;
		left:-1.9%;
		z-index:999999;
		top:40%;
	}

	#inCircle{
		margin-top: 9px;
		margin-left:9px;      
		position: absolute;
		width:36px;
		height:36px;
		border-radius: 18px;
		background-color: #c1182e;
		color:#ffffff;
		font-family:"HarmonyOS_Sans_SC_Regular";
		font-size:1.8rem;
		text-align:center;
		line-height:36px;
		font-weight:bold;
	}
	
	.neiye_content_service_middle_list_left{
		width:3%;
		height:auto;
	}
	
	.neiye_content_service_middle_list{
		width:100%;
		border-left:1px solid #c3c3c3;
		display:flex;
		position:relative;
		padding-bottom:3%;
	}
	
	
	.neiye_content_service_middle{
		width:78%;
		height:auto;
		margin:0 auto;
		margin-top:5%;
	}
	
	.caselist_name{
		text-align:center;
		padding:5%;
		white-space: nowrap;      /* 保持文本在一行 */
        overflow: hidden;         /* 隐藏超出容器的文本 */
        text-overflow: ellipsis;  /* 添加省略符号表示文本被截断 */
	}
	
	.caseimg{
	    width:100%;
	    height:100%;
	    	border-radius:20px;
	     overflow:hidden;
	}
	
	.caselist img{
		width:100%;
	
		object-fit: cover;
        transition: all 0.5s;
        overflow:hidden;
	}
	
	.caselist img:hover{transform:scale(1.15);}
	
	.caselist{
		width:32%;
		height:auto;
		margin-right:1%;
		margin-bottom:2%;
		font-family:"HarmonyOS_Sans_SC_Regular";
		font-size:1.9rem;
	}
	
	.neiye_content_case_middle_under_list{
		width:100%;
		height:100%;
		margin-top:2%;
		display:flex;
		text-align:center;
		align-items: center;
		flex-wrap:wrap;
	}
	
	
	
	
	.buttons{
		font-weight:bold;
	}
	
	.detail_bottom{
		width:100%;
		height:50px;
		border-top:1px solid #cccccc;
		margin-top:6%;
		display:flex;
		justify-content:space-between;
		font-size:1.6rem;
		padding-top:3%;
	}
	
	
	
	.right_textarea textarea:focus{
		outline: none;
	}
	
	.right_textarea textarea{
		width:100%;
		height:79px;
		border:none;
		background:#fafafa;
		padding:0px;
		font-size:1.4rem;
	}
	
	.right_textarea{
		width:100%;
		height:80px;
		border-bottom:1px solid #000000;
		margin-bottom:8%;
		font-size:1.4rem;
	}
	
	.right_input input:focus{
		outline: none;
	}
	
	.right_input input{
		width:100%;
		height:39px;
		line-height:39px;
		border:none;
		background:#fafafa;
	}
	
	.right_input{
		width:100%;
		height:40px;
		border-bottom:1px solid #000000;
		margin-bottom:8%;
		font-size:1.4rem;
	}
	
	.wpcf7-submit{
		width:100%;
		height:39px;
		line-height:39px;
		border:none;
		background:#c1182e;
		color:#ffffff;
		border-radius:50px;
		box-shadow: 0px 4px 8px 0px #111;
		transition:all 0.5s;
	}
	
	#tijiao{
		width:100%;
		height:39px;
		line-height:39px;
		border:none;
		background:#c1182e;
		color:#ffffff;
		border-radius:50px;
		box-shadow: 0px 4px 8px 0px #a5a5a5;
		transition:all 0.5s;
	}
	
	.wpcf7-submit:hover{
		transform:translate(5px,-5px);box-shadow:-5px 5px 5px rgb(0 0 0 / 25%);
	}
	
	
	#tijiao:hover{
		transform:translate(5px,-5px);box-shadow:-5px 5px 5px rgb(0 0 0 / 25%);
	}
	
	.top_list_img_title{
		text-align:center;
		padding:6%;
		font-family:"HarmonyOS_Sans_SC_Regular";
		font-size:1.6rem;
		font-weight:bold;
		
	}
	
	.top_list_img img{
		width:100%;
		border-radius:10px;
	}
	
	.top_list_img{
		width:100%;
		height:auto;
	}
	
	.top_list:nth-child(3){
		border-bottom:none;
	}
	
	.top_list{
		width:100%;
		height:auto;
		border-bottom:1px solid #dddddd;
		margin-bottom:8%;
	}
	
	.neiye_content_case_middle_under_right_top_list{
		width:100%;
		height:100%;
		overflow:hidden;
		background:#fafafa;
		border-radius:0px 0px 10px 10px;
		padding:6%;
	}
	
	.neiye_content_case_middle_under_right_top_title img{
		margin-top:-5px;
	}
	
	.neiye_content_case_middle_under_right_top_title{
		width:100%;
		height:65px;
		background:#000000;
		padding:20px;
		color:#ffffff;
		border-bottom:3px solid #c1182e;
		border-radius:10px 10px 0 0;
		font-family:"HarmonyOS_Sans_SC_Regular";
		font-size:1.6rem;
	}
	
	.neiye_content_case_middle_under_right_top{
		width:100%;
		height:auto;
		margin-bottom:15%;
	}
	
	.neiye_content_case_middle_under_right{
		width:20%;
		height:auto;
		
	}
	
	
	.shuju_list span{
		margin-right:2%;
	}
	
	.shuju_list img{
		margin-top:-2px;
		margin-right:1%;
	}
	
	.desc_content img{
		width:100%;
		margin-bottom:2%;
	}
	
	.desc_content{
		padding:2%;
	}
	
	.shuju_list{
		text-align:center;
		font-size:1.4rem;
		font-family:"HarmonyOS_Sans_SC_Regular";
		margin-top:1%;
	}
	
	.neiye_content_case_middle_under_left h1{
		text-align:center;
		font-family:"Cinzel-Bold",Serif;
		font-size:3rem;
		white-space: wrap;
		text-overflow: ellipsis;
		word-wrap:break-word; 
	}
	.neiye_content_case_middle_under_left{
		width:78%;
		height:auto;
		padding:2%;
	}
	
	.neiye_content_case_middle_under{
		width:100%;
		height:auto;
		display:flex;
		flex-wrap:wrap;
		margin-top:3%;
	}
	
	.neiye_content_case_middle_top_right a:hover{
	   background:#c1182e;
	   color:#ffffff;
	   border-radius:50px;
	}
	
	.case_active{
	    background:#c1182e;
	    color:#ffffff;
	    border-radius:50px;
	}
	
	.neiye_content_case_middle_top_right a{
		display:inline-block;
		width:17%;
		padding:1%;
		font-size:1.8rem;
		font-family:"HarmonyOS_Sans_SC_Regular";
		margin-right:2%;
		
	}
	
	.neiye_content_case_middle_top_right{
			width:75%;
			margin-left:5%;
			display:flex;
			flex-wrap:wrap;
			text-align:center;
			align-items: center; /* 垂直居中 */
			
	}
	
	.neiye_content_case_middle_top_left{
		width:20%;
		text-align:center;
		padding:2%;
		border-right:1px solid #a0a0a0;
		font-family:"Cinzel-Bold",Serif;
		font-size:2rem;
	}
	
	.neiye_content_case_middle_top{
		width:100%;
		background:#f7f7f7;
		border-radius:20px;
		position:relative;
		z-index:9;
		margin-top:-5%;
		display:flex;
		padding:2%;
	}
	
	.neiye_content_case_middle{
		width:78%;
		height:auto;
		margin:0 auto;
	}
	
	.fix:after, .fix:before {
		display: block;
		content: "";
		height: 0;
		clear: both;
	}
	
	.img img:nth-child(2) {
		opacity: 0;
		transform: rotateY(180deg);
	}	
		
	.img img:nth-child(1) {
			opacity: 1;
		}
	
		
	.img img {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			object-fit: contain;
			transition: all 0.75s;
		}
		
		
		
		.img {
			height: 100px;
			position: relative;
		}
		
		.list img:hover{
		    transform: rotateY(180deg);
		}
		
		.item2:nth-child(5n) .r-line {
			display: none;
		}
	
		.item2:nth-child(5n+1) .lb-dot {
			display: none;
		}
		.item2 .lb-dot {
			left: -2px;
			bottom: -2px;
		}
		.item2 .dot {
			position: absolute;
			display: block;
			width: 4px;
			height: 4px;
			background: #e6e6e6;
		}
	
	.b-line {
			position: absolute;
			display: block;
			bottom: 0;
			left: 10%;
			width: 80%;
			height: 1px;
			background: #e6e6e6;
		}
	
	 .r-line {
			position: absolute;
			display: block;
			right: 0;
			bottom: 10%;
			width: 1px;
			height: 80%;
			background: #e6e6e6;
		}
	
	.item2 {
		position: relative;
		float: left;
		width: 20%;
		height: 200px;
		padding: 49.5px;
		text-align: center;
		transition: all .8s ease-in-out 0s;
	}
	
	.parent_logo_list{
		width:100%;
		height:auto;
	}
	
	.neiye_content_parent{
		width:100%;
		height:100%;
		background:#ffffff;
		overflow:hidden;
	}
	
	.neiye_content_parent_middle{
        width: 80%;
        height: auto;
        margin: 0 auto;
        text-align: center;
    }
	
	.mobile_factory{
		display:none;
	}
	
	.neiye_content_factory_list_right{
		width:60%;
		font-size:1.8rem;
		font-family:"HarmonyOS_Sans_SC_Regular";
		line-height:2;
		padding-left:5%;
	}
	
	.neiye_content_factory_list_left{
		width:40%;
		height:auto;
		font-size:4rem;
		font-family:"Cinzel-Bold",Serif;
	
	}
	
	.neiye_content_factory_list{
		width:78%;
		margin:0 auto;
		margin-top:5%;
		display:flex;
	}
	
	
	.neiye_content_factory_content{
		width:100%;
		height:auto;
		position:absolute;
		z-index:9999;
		top:0; 
		color:#ffffff;
	}
	
	.neiye_content_factory_pic img{
		width:100%;
	}
	
	.neiye_content_factory{
		width:100%;
		height:100%;
		position:relative;
		margin-top:5%;
	}
	
	.about_under{
		width:100%;
		height:auto;
		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
	}
	
	.about_under_list{
		width:24%;
		margin-right:1%;
		margin-bottom:1%;
		overflow: hidden;
		transition:all 0.5s;
		
	}
	
	.about_under_list img{
		width:100%;
		border-radius:20px;
		-webkit-transition: .3s;
		transition: .3s;
		overflow: hidden;
	}
	
	.about_under_list:hover {
		  -webkit-transform: scale(1.03);
		  transform: scale(1.03);
		}
	
	.about_top_content{
		font-size:2rem;
		line-height:2;
		margin-top:1%;
	}
	
	.about_top_title{
		font-size:3.9rem;
	}
	
	.about_top{
		margin-top:5%;
		margin-bottom:5%;
	}
	
	.neiye_content_about_middle{
		width:78%;
		height:auto;
		margin:0 auto;
		text-align:center;
	}
	
	.neiye_content_about{
		width:100%;
		height:100%;
		background:url(../images/neiye_about_bg_02.jpg);
		background-size:100%;
		overflow:hidden;
	}
	
	
	.neiye_content{
		width:100%;
		height:100%;
		padding-bottom:7%;
		
	}
	

	
	.big_banner_title{
		width:100%;
		color:#ffffff;
		font-family:"Cinzel-Bold",Serif;
		font-size:3.2em;
		position:absolute;
		z-index:999;
		top: 37%;
		left: 50%; 
		transform: translate(-50%, -50%); 
		text-align:center;
	}
	
	.neiye_big_banner_title{
		width:100%;
		color:#ffffff;
		font-family:"Cinzel-Bold",Serif;
		font-size:3em;
		position:absolute;
		z-index:999;
		top:55%;
		left: 50%; 
		transform: translate(-50%, -50%); 
		text-align:center;
	}
	
	.small_banner_title{
		width:100%;
		color:#ffffff;
		font-family:"HarmonyOS_Sans_SC_Regular",Sans-serif;
		font-size:1.2em;
		position:absolute;
		z-index:999;
		top: 42%;
		text-align:center;
		line-height:1.3;
		color:#d4d2cd;
	}
	
	.mobile_banner_img{
		display:none;
	}
	
	.pc_banner_img{
		display:block;
	}
	
	.banner_button{
		width:281px;
		height:52px;
		background:#c1182e;
		line-height:52px;
		text-align:center;
		font-size:1.2em;
		color:#ffffff;
		border-radius:80px;
		position:absolute;
		z-index:999;
		top: 65%;
		left:50%;
		transform: translate(-50%, -50%); 
		font-family:"HarmonyOS_Sans_SC_Regular",Sans-serif;
		cursor: pointer;
	}

	.index_header{
		width:100%;
		height:101px;
		position:absolute;
		top:0px;
		z-index:999;
		font-family:"Cinzel-Bold",Serif;
		display:flex;
		line-height:101px;
		transition:all 0.3s ease;
		
	}
	
	.index_header_bg{
		width:100%;
		height:28px;
		background:url(../images/header_line_02.png);
		background-position:50% 50%;
		position:absolute;
		z-index:999;
		top:101px;
		transition:all 0.3s ease;
	}
	
	.index_header_middle{
		width:78%;
		height:101px;
		margin:0 auto;
		display:flex;
	}
	
	.index_header_middle_left{
		width:45%;
		height:101px;
		display:flex;
		justify-content: space-around;
	}
	
	
	.left_meuns{
		width:90%;
		height:101px;
		display:flex;
		
		
	}
	
	.left_meuns_list{
		width:33%;
		text-align:center;
	}
	
	.left_meuns_list a{
		color:#ffffff;
		font-size:1.2em;
	}
	
	.pcmeuns:hover{
		color:#c1182e;
		border-bottom:4px solid #c1182e;
		padding-bottom:34px;
		transition:all 0.4s;
		transform:translateX(-50%);
	}
	
	
	.blogs:hover{
	    color:#c1182e;
	}
	
	.index_logo{
		width:10%;
		text-align:center;
	}
	
	.index_logo img{
		width:90%;
	}
	
	.mobile_header{
		display:none;
	}
	
	.pc_small_header{
		width:100%;
		height:80px;
		line-height:80px;
		position:fixed;
		top:0px;
		z-index:99999;
		font-family:"Cinzel-Bold",Serif;
		display:flex;
		border-bottom:1px solid #9f9d98;
		background-color: rgba(0, 0, 0, 0.3);
		display:none;
		transition:all 0.3s ease;
	}
	
	
	
	
	.small_index_header_middle{
		width:78%;
		height:80px;
		margin:0 auto;
		display:flex;
	}
	
	.small_index_header_middle_left{
		width:45%;
		height:80px;
		display:flex;
	}
	
	
	.small_left_meuns{
		width:90%;
		height:80px;
		display:flex;
		
		
	}
	
	.small_left_meuns_list{
		width:33%;
		text-align:center;
	}
	
	.small_left_meuns_list a{
		color:#ffffff;
		font-size:1.2em;
	}
	
	.small_left_meuns_list a:hover{
		color:#c1182e;
		border-bottom:4px solid #c1182e;
		padding-bottom:24px;
	}
	
	.small_index_logo{
		width:10%;
		text-align:center;
	}
	
	.small_index_logo img{
		width:78%;
		margin-top:-7%;
	}
	
	.index_services{
		width:100%;
		height:100%;
		background:#ffffff;
		overflow:hidden;
		padding-bottom:6%;
	}
	
	.index_services_middle{
		width:78%;
		height:auto;
		margin:0 auto;
	}
	
	.index_services_middle_top{
		padding-top:6%;
		padding-bottom:1%;
		text-align:center;
		font-size:2.3em;
		font-family:"Cinzel-Bold",Serif;
		font-weight:bold;
	}
	
	.index_services_middle_under{
		width:100%;
		height:auto;
	}
	.index_services_middle_under ul{
		    display: flex;
    justify-content: space-around;
    flex-wrap:wrap;
	}
	

.con{width:100%;height:100%;background:#fff;}

.con ul li{width:31%;height:auto;float:left;position:relative;overflow:hidden;cursor:pointer;border-radius: 25px;}

.con ul li img{
	width:100%;
}


.txt3{width:100%;position:absolute;left:0;bottom:0;color:#fff;height:120px;font-family:"HarmonyOS_Sans_SC_Regular",Sans-serif;}


.txt3 h3{height:120px;font-weight:bold;font-size:2.9rem;text-align:center;line-height:90px;}

.txt3 p{width:160px;height:40px;line-height:38px;border:2px solid #ffffff;border-radius:50px;margin:0 auto;margin-top:0px;font-size:1.8rem;text-align:center;}
	.txt3 p:hover{
		border:2px solid #c1182e;
		background:#c1182e;
	}
.txt2{
	display:none;
}

#procon{width:100%;height:100%;background:#fff;}


#procon ul li{width:48%;height:auto;float:left;position:relative;overflow:hidden;cursor:pointer;border-radius: 25px;margin-bottom:2%;}

#procon ul li img{
	width:100%;
}


.txt3{width:100%;position:absolute;left:0;bottom:0;color:#fff;height:120px;font-family:"HarmonyOS_Sans_SC_Regular",Sans-serif;}


.txt3 h3{height:120px;font-weight:bold;font-size:2.9rem;text-align:center;line-height:90px;}

.txt3 p{width:160px;height:40px;line-height:38px;border:2px solid #ffffff;border-radius:50px;margin:0 auto;margin-top:0px;font-size:1.8rem;text-align:center;}
	.txt3 p:hover{
		border:2px solid #c1182e;
		background:#c1182e;
	}
.txt2{
	display:none;
}

	.index_cases{
		width:100%;
		height:100%;
		overflow:hidden;
		background:url(../images/index_case_bg_02.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		padding-bottom:5%;
	}
	
	.index_cases_middle{
		width:78%;
		height:auto;
		margin:0 auto;
	}
	
	.index_case_middle_top{
		padding-top:5%;
		padding-bottom:2%;
		text-align:center;
		font-size:2.3em;
		font-family:"Cinzel-Bold",Serif;
		font-weight:bold;
		color:#ffffff;
	}
	
	.index_case_middle_list{
		width:100%;
		height:auto;
	}
	
	.index_case_middle_list ul{
	   display:flex;	
	   flex-wrap:wrap;
	}
	
	.index_case_middle_list ul li{
		width:31.5%;
		height:auto;
		margin-right:1.5%;
		margin-bottom:1%;
	}
	
	.index_case_middle_list_img{
		width:100%;
		overflow:hidden;
		border-radius:20px;
	}
	
	.index_case_middle_list_img img{
		width:100%;
		height: 100%;
		border-radius:10px;
		object-fit: cover;
		transition: all 0.5s;
	}
	
	.index_case_middle_list_img:hover img {
		transform: scale(1.15);
	}
	
	.index_case_middle_list_img_name{
		 padding:5%;
		 text-align:center;
		 font-size:2rem;
		 color:#ffffff;
		 font-family:"HarmonyOS_Sans_SC_Regular",Sans-serif;
	}
	
	.case_more a{
		display:block;
		width:195px;
		height:46px;
		margin:0 auto;
		background:#c1182e;
		line-height:46px;
		text-align:center;
		font-size:18px;
		color:#ffffff;
		border-radius:50px;
		margin-top:1%;
		transition: all 0.5s;
	}
	
	.case_more a:hover{
		transform:translate(5px,-5px);box-shadow:-5px 5px 5px rgb(0 0 0 / 25%);
	}
	
	.index_abouts{
		width:100%;
		height:100%;
		overflow:hidden;
		background:#ffffff;
		position:relative;
	}
	
	.index_abouts_middle{
		width:100%;
		height:auto;
		padding-top:6%;
		display:flex;
	}
	
	.index_abouts_middle_left{
		width:50%;
		height:auto;
	}
	
	.index_abouts_middle_left img{
		width:100%;
		border-radius: 0px 25px 0px 0px;
	}
	
	.index_abouts_middle_right{
		padding:3%;
	}
	
	.index_about_title{
		font-size:2.3em;
		font-family:"Cinzel-Bold",Serif;
	}
	
	.index_about_remarks{
		font-size:1.9rem;
		 font-family:"HarmonyOS_Sans_SC_Regular",Sans-serif;
		 line-height:1.5;
		 margin-top:2%;
	}
	
	.index_about_more a{
		display:block;
		width:195px;
		height:46px;
		line-height:46px;
		text-align:center;
		font-size:1.9rem;
		color:#ffffff;
		background:#c1182e;
		box-shadow: 0px 4px 8px 0px #a5a5a5;
		border-radius:50px;
		margin-top:10%;
		transition: all 0.5s;
		font-family:"HarmonyOS_Sans_SC_Regular",Sans-serif;
	}
	
	.index_about_more a:hover{
		transform:translate(5px,-5px);box-shadow:-5px 5px 5px rgb(0 0 0 / 25%);
	}
	
	.index_abouts_shuju{
		width:78%;
		height:auto;
		margin:0 auto;
		border-radius: 20px;
		z-index:9;
		position:relative;
		background:#f7f7f7;
		margin-top:-5%;
		padding-top:2%;
		padding-bottom:2%;
	}
	
	.shuju_recode{
		
		width:25%;
		height:auto;
		text-align:center;
		
	}
	
	.mobile_index_abouts_middle{
		display:none;
	}
	
	.index_news{
		width:100%;
		height:100%;
		background:#ffffff;
		padding-bottom:1%;
	}
	
	.index_news_middle{
		width:78%;
		height:auto;
		margin:0 auto;
	}
	
	.index_news_middle_under{
		width:100%;
		height:auto;
	}
	
	.index_news_middle_under ul{
		display:flex;
		justify-content:space-between;
	}
	
	.index_news_middle_under ul li{
		width:32.5%;
		
	}
	
	
	.index_news_pic{
		width:100%;
		height:auto;
		overflow:hidden;
		border-radius: 20px;
	}
	
	.index_news_pic img{
		width: 100%;
		height: 100%;
		overflow:hidden;
		object-fit: cover;
		transition: all 0.5s;
		
	}
	
	
	.index_news_pic img:hover{
		transform: scale(1.15);
	}
	
	.index_news_remarks{
		width:100%;
		height:auto;
		text-align:center;
	}
	
	.index_news_time{
		font-size:1.7rem;
		color:#999999;
		padding:4% 0 2% 0;
	}
	
	.index_news_time img{
		margin-top:-1%;
	}
	
	.index_news_title{
		width:100%;
		height:2.4em;
		overflow:hidden;
		white-space: wrap;
		text-overflow: ellipsis;
		display:-webkit-box;
		-webkit-line-clamp:2;
		-webkit-box-orient:vertical;
		line-height: 1.2;
		font-size:2rem;
		font-family:"Cinzel-Bold",Serif;
		font-weight:bold;
		padding:0 4%;
	}
	
	.index_news_detail{
		padding-top:5%;
		font-size:1.6rem;
		font-weight:bold;
		font-family:"HarmonyOS_Sans_SC_Regular",Sans-serif;
		height:50px;
	}
	
	.index_news_detail a{
		color:#ce616b;
		transition: all 0.3s ease;
	}
	.index_news_detail a:hover{
		font-size:1.8rem;
		
	}

	.news_more a{
		display:block;
		width:195px;
		height:46px;
		margin:0 auto;
		background:#c1182e;
		line-height:46px;
		text-align:center;
		font-size:18px;
		color:#ffffff;
		border-radius:50px;
		margin-top:3%;
		box-shadow: 0px 4px 8px 0px #a5a5a5;
		transition:all 0.5s;
		font-family:"HarmonyOS_Sans_SC_Regular",Sans-serif;
	}
	
	.news_more a:hover{
		transform:translate(5px,-5px);box-shadow:-5px 5px 5px rgb(0 0 0 / 25%);
	}
	
	.index_feedback{
		width:100%;
		height:100%;
		overflow:hidden;
		background:#ffffff;
		padding-bottom:8%;
	}
	
	.index_feedback_middle{
		width:78%;
		height:auto;
		margin:0 auto;
	}
	
	.index_feedback_desc{
		width:100%;
		height:auto;
		text-align:center;
		font-size:1.7rem;
		line-height:1.3;
		text-align:center;
		font-family:"HarmonyOS_Sans_SC_Regular",Sans-serif;
	}
	
	.forms{
		width:90%;
		height:auto;
		margin:0 auto;
		padding-top:3%;
	}
	
	.forms-input{
		display:flex;
		justify-content:space-between;
		flex-flow: row wrap;
	
	}
	
	.inputs{
		width:100%;
		height:50px;
		background:#f9f9f9;
		line-height:50px;
		border-radius:50px;
		padding:10px 20px;
		font-size:1.6rem;
		border:none;
		margin-bottom:3%;
	}
	
	input:focus {

		outline: none;

		}
		
	.small_inputs{
		width:49%;
		display:flex;
		justify-content:space-between;
		flex-flow: row wrap;
	}	
	
	.inputs_second{
		width:78%;
		height:50px;
		background:#f9f9f9;
		line-height:50px;
		border-radius:50px;
		padding:10px 20px;
		font-size:1.6rem;
		border:none;
		margin-bottom:1.5%;
	}
	
	.yanzhengma{
		width:17%;
	}
	
	.yanzhengma img{
		width:100%;
	}
	

	textarea:focus{

		outline: none;

	}
	
	.news_more input{
		display:block;
		width:195px;
		height:46px;
		margin:0 auto;
		background:#c1182e;
		line-height:46px;
		text-align:center;
		font-size:18px;
		color:#ffffff;
		border-radius:50px;
		margin-top:2%;
		box-shadow: 0px 4px 8px 0px #a5a5a5;
		border:none;
		transition: all 0.5s;
		font-family:"HarmonyOS_Sans_SC_Regular",Sans-serif;
	}
	
	.news_more input:hover{
		transform:translate(5px,-5px);box-shadow:-5px 5px 5px rgb(0 0 0 / 25%);
	}
	
	.notice{
		width:100%;
		text-align:center;
		font-size:1.6rem;
		font-family:"HarmonyOS_Sans_SC_Regular",Sans-serif;
		margin-top:2%;
	}
	
	.index_footers{
		width:100%;
		height:100%;
		background:#141414;
	}
	
	.index_footers_top{
		width:100%;
		height:100%;
	}
	
	.index_footers_top_middle{
		width:78%;
		height:auto;
		margin:0 auto;

	}
	
	.footerlogo{
		width:232px;
		height:124px;
		margin:0 auto;
		position:relative;
		top:-60px;
	}
	
	.footer_unders{
		width:100%;
		height:auto;
		display:flex;
		margin-top:-20px;
	}
	
	.footer_unders_left{
		width:20%;
		height:auto;
	}
	
	.footer_unders_left_feedback_title{
		font-size:1.7rem;
		color:#ffffff; 
		font-family:"Cinzel-Bold",Serif;
	}
	
	.footer_form_input{
		width:100%;
		height:40px;
		border-bottom:1px solid #a1a1a1;
		margin-top:3%;
	}
	
	.footer_form_input input{
		width:100%;
		height:35px;
		background:#141414;
		color:#ffffff;
		border:none;
		line-height:35px;
	}
	
	.footer_form_input_submit input{
		width:100%;
		height:44px;
		background:#c1182e;
		line-height:44px;
		text-align:center;
		font-size:1.4rem;
		color:#ffffff;
		border:none;
		border-radius:50px;
		margin-top:12%;
	}
	
	.shemei{
		width:100%;
		height:auto;
		display:flex;
		margin-top:10%;
	}
	
	.shemei a{
		margin-right:8%;
		transition:all 0.3s ease;
	}
	
	.shemei a:hover{
		transform: translateY(-10px);
	}
	
	.friend_links{
		width:100%;
		height:auto;
		margin-top:10%;
	}
	
	.links_liebiao{
		font-size:1.5rem;
		margin-top:5%;
		font-family:"HarmonyOS_Sans_SC_Regular",Sans-serif;
	}
	
	.links_liebiao a{
		color:#ffffff;
	}
	
	.footer_unders_middle{
		width:30%;
		height:auto;
		display:flex;
		justify-content: flex-end; 
	}
	
	.footer_unders_middle_list{
		width:42%;
	}
	
	.list_liebiao{
		margin-bottom:35%;
	}
	
	.list_liebiao_big_title{
		font-size:2rem;
		font-weight:bold;
		font-family:"Cinzel-Bold",Serif;
		color:#ffffff;
	}
	
	.list_liebiao_small_title{
		font-size:1.6rem;
		font-family:"HarmonyOS_Sans_SC_Regular",Sans-serif;
		margin-top:10%;
	}
	
	.list_liebiao_small_title a{
		color:#ffffff;
	}
	
	.footer_under_right{
		width:50%;
		height:auto;
		display:flex;
		justify-content: flex-end; 
	}
	
	.footer_under_right_list{
		width:70%;
		height:auto;
	}
	
	.list_right_small_title{
		display:flex;
		color:#ffffff;
		font-size:1.6rem;
		font-family:"HarmonyOS_Sans_SC_Regular",Sans-serif;
		margin-top:4%;
	}
	
	.icon{
		margin-right:2%;
	}
	
	.list_right_liebiao{
		margin-bottom:9%;
	}
	
	.copyrights{
		width:100%;
		height:60px;
		line-height:60px;
		overflow:hidden;
		border-top:1px solid #434343;
		text-align:center;
		font-size:1.6rem;
		color:#ffffff;
	}
}



@media screen and (max-width:1600px){
    
    .device{
        height:380px;
    }
    
    .blogs{
        width:130px;
        height:60px;
        line-height:60px;
        position:absolute;
        z-index:999;
        left:3%; 
        display:none;
       background:rgba(0, 0, 0, .5);
    }
    
	#exCircle{
		left:-3%;
	}
	
	#inCircle{
		font-size:1.6rem;
	}
	
	.index_about_remarks{
		font-size:1.5rem;
	}
	
	.neiye_content_case_middle_top_right a{
		width:25%;
		margin-right:0px;
	}
	
	
	.service_desc{
		font-family:"HarmonyOS_Sans_SC_Regular";
		font-size:1.4rem;
		line-height:1.4;
		color:#747474;
		margin-top:1%;

	}
	
	.service_titles{
		font-family:"Cinzel-Bold",Serif;
		font-size:2rem;
		font-weight:bold;
	}
	
	.newstitles{
        overflow: hidden;
        white-space: wrap;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 1.2;
        font-family: "Cinzel-Bold", Serif;
        font-weight: bold;
	}
	
	.news_remark_desc{
		font-size:1.4rem;
	}
	
	.pagination{
		top:25.2%;
	}
	
	.device .arrow-left{
		top:25%;
		left:55%;
	}
	
	.device .arrow-right{
		top:25%;
		right:33%;
	}
	
	.swiper-slide_img_remark{
		height:90%;
		overflow:hidden;
	}
	
	.swiper-slide_img_remark_top{
	    padding-top:0%;
	}
}

@media screen and (max-width:1280px){
    
    iframe{
        width:100%;
        height:450px;
        margin-bottom:5%;
    }
    
	.newslist_unders{
		margin-top:2%;
	}
	
	#exCircle{
		left:-3%;
	}
	
	#inCircle{
		font-size:1.6rem;
	}
	
	.index_about_remarks{
		font-size:1.5rem;
	}
	
	
	.index_about_remarks{
		font-size:1.3rem;
	}
	
	.index_about_more a{
		margin-top:5%;
	}
	
	.index_feedback_desc{
		font-size:1.5rem;
	}
	
	.footer_unders_left_feedback_title{
		font-size:1.4rem;
	}
	
	.neiye_big_banner_title{
		width:100%;
		color:#ffffff;
		font-family:"Cinzel-Bold",Serif;
		font-size:2.2em;
		position:absolute;
		z-index:999;
		top:60%;
		left: 50%; 
		transform: translate(-50%, -50%); 
		text-align:center;
	}
	
	.about_under_list{
		overflow: hidden;
		transition:all 0.5s;
	}
	
	.mobile_factory{
	   display:none;	
	}
	
	
	.neiye_content_case_middle_under_left{
		width:100%;
	}
	
	.neiye_content_case_middle_under_right{
		display:none;
	}
	
	/*
	    .device .arrow-left {
			top:32%;
		}
	
	.device .arrow-right{
		top:32%;
	}
	
	.pagination{
		top:32.2%;
	}
	*/
	
	.swiper-slide_img_remark_top{
		height:auto;
	}
}

.clear{
	clear:both;
}
/**PC**/
.clearfix:after{ content:""; display:block; clear:both; height:0; visibility:hidden;}
.clearfix{ zoom:1;}

.main{ margin: 0 auto;}
.numCount{ margin: 0 -10px;}
.numCount li{ float: left; width: 25%; text-align: center;}
.numCount li .item{ margin: 0 10px;}
.numCount li .numU{ line-height:1.3;font-size:2rem;font-family:"Cinzel-Bold",Serif;color:#c1182e;font-weight:bold;}
.numCount li .numCX{ font-size:54px; color:#c1182e;}
.numCount li .numU .unitC{font-size:34px; line-height: 1.3; margin-left: 0.3em;font-weight:bold;font-family:"HarmonyOS_Sans_SC_Regular",Sans-serif;}
.numCount li .numU sup{vertical-align: bottom;}
.numCount li .numU sub{vertical-align:baseline;bottom:0px;}
.indc{font-size:2rem;}
@media (max-width:800px){
	.numCount li .numCX{ font-size:36px; }
}
@media (max-width:640px){
	.numCount li .numCX{ font-size:7vw; }
}
@media (max-width:480px){
	.numCount{ font-size:0.5vw;}
}



/**平板移动端**/
@media screen and (max-width:1030px){
	
	
	.neiye_content_news_middle_top{
		display:none;
	}
	
	
	.readmore a{
		color:#c1182e;
	}
	
	.readmore{
		width:100%;
		font-size:1.6rem;
		font-family:"HarmonyOS_Sans_SC_Regular";
		margin-top:3%
	}
	
	.underremark_desc{
		width:100%;
		height:auto;
		font-size:1.6rem;
		line-height:1.5;
		font-family:"HarmonyOS_Sans_SC_Regular";
		margin-top:1%;
        overflow: hidden;
        white-space: wrap;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
	}
	
	.undernewstitles{
		width:100%;
		height:auto;
		font-size:1.8rem;
		font-family:"Cinzel-Bold",Serif;
	}
	
	.newslist_unders_list_desc{
		padding:2%;
	}
	
	.newslist_unders_list_pic img{
		width:100%;
		border-radius:20px;
	}
	
	.newslist_unders_list_pic{
		width:100%;
		height:auto;
	}
	
	.newslist_unders_list{
		width:49%;
		height:auto;
		margin-right:1%;
		margin-bottom:3%;
	}
	
	.newslist_unders{
		width:95%;
		margin:0 auto;
		height:auto;
		display:flex;
		margin-top:5%;
		justify-content:space-between;
		flex-wrap:wrap;
	}
	
	
	.newsunder{
		width:100%;
		height:20%;
		display:flex;
	}
	
	.unders_detail{
		padding:0 3%;
		font-size:1.3rem;
		font-family:"HarmonyOS_Sans_SC_Regular";
	}
	
	.unders_list{
		width:100%;
		display:flex;
		margin-bottom:5%;
	}
	
	.unders{
		width:100%;
		height:auto;
		margin-top:3%;
	}
	
	.tops{
		width:100%;
		display:flex;
		justify-content:space-between;
		font-size:2.8rem;
		font-family:"Cinzel-Bold",Serif;
	}
	
	.neiye_content_contact_top_list{
		width:49%;
		overflow:hidden;
		background:#ffffff;
		border-radius:20px;
		box-shadow: 0 0 1.8em 0.3em rgb(0 0 0 / 10%);
		padding:3%;
	}
	
	.neiye_content_contact_top{
		width:100%;
		height:auto;
		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
	}
	
	.neiye_content_contact{
		width:90%;
		height:auto;
		margin:0 auto;
		margin-top:5%;
	}
	
	.neiye_content_case_middle_top_left{
		width:20%;
		text-align:center;
		padding:2%;
		border-right:1px solid #a0a0a0;
		font-family:"Cinzel-Bold",Serif;
		font-size:2rem;
	}
	
	.neiye_content_case_middle_top{
		width:100%;
		background:#f7f7f7;
		border-radius:10px;
		position:relative;
		z-index:9;
		margin-top:-5%;
		display:flex;
		padding:2%;
	}
	
	.neiye_content_case_middle_top_right a:hover{
	   background:#c1182e;
	   color:#ffffff;
	   border-radius:50px;
	}
	
	.neiye_content_case_middle_top_right a{
		display:inline-block;
		width:25%;
		padding:1%;
		font-size:1.4rem;
		font-family:"HarmonyOS_Sans_SC_Regular";
		margin-right:2%;
		
	}
	
	.neiye_content_case_middle_top_right{
			width:75%;
			margin-left:5%;
			display:flex;
			flex-wrap:wrap;
			text-align:center;
			align-items: center; /* 垂直居中 */
			
	}
	
	.buttons{
		font-weight:bold;
	}
	
	.detail_bottom{
		width:100%;
		height:50px;
		border-top:1px solid #cccccc;
		margin-top:6%;
		display:flex;
		justify-content:space-between;
		font-size:1.2rem;
		padding-top:3%;
	}
	
	#tijiao{
		width:100%;
		height:39px;
		line-height:39px;
		border:none;
		background:#c1182e;
		color:#ffffff;
		border-radius:50px;
		box-shadow: 0px 4px 8px 0px #a5a5a5;
		transition:all 0.5s;
	}
	
	
	
	#tijiao:hover{
		transform:translate(5px,-5px);box-shadow:-5px 5px 5px rgb(0 0 0 / 25%);
	}
	
	.right_textarea textarea:focus{
		outline: none;
	}
	
	.right_textarea textarea{
		width:100%;
		height:79px;
		border:none;
		background:#fafafa;
		padding:0px;
		font-size:1.4rem;
	}
	
	.right_textarea{
		width:100%;
		height:80px;
		border-bottom:1px solid #000000;
		margin-bottom:8%;
		font-size:1.4rem;
	}
	
	.right_input input:focus{
		outline: none;
	}
	
	.right_input input{
		width:100%;
		height:39px;
		line-height:39px;
		border:none;
		background:#fafafa;
	}
	
	.right_input{
		width:100%;
		height:40px;
		border-bottom:1px solid #000000;
		margin-bottom:8%;
		font-size:1.4rem;
	}
	
	.top_list_img_title{
		text-align:center;
		padding:6%;
		font-family:"HarmonyOS_Sans_SC_Regular";
		font-size:1.6rem;
		font-weight:bold;
		
	}
	
	.top_list_img img{
		width:100%;
		border-radius:10px;
	}
	
	.top_list_img{
		width:100%;
		height:auto;
	}
	
	.top_list:nth-child(3){
		border-bottom:none;
	}
	
	.top_list{
		width:100%;
		height:auto;
		border-bottom:1px solid #dddddd;
		margin-bottom:8%;
	}
	
	.neiye_content_case_middle_under_right_top_list{
		width:100%;
		height:100%;
		overflow:hidden;
		background:#fafafa;
		border-radius:0px 0px 10px 10px;
		padding:6%;
	}
	
	.neiye_content_case_middle_under_right_top_title img{
		margin-top:-5px;
	}
	
	.neiye_content_case_middle_under_right_top_title{
		width:100%;
		height:65px;
		background:#000000;
		padding:20px;
		color:#ffffff;
		border-bottom:3px solid #c1182e;
		border-radius:10px 10px 0 0;
		font-family:"HarmonyOS_Sans_SC_Regular";
		font-size:1.6rem;
	}
	
	.neiye_content_case_middle_under_right_top{
		width:100%;
		height:auto;
		margin-bottom:15%;
	}
	
	.neiye_content_case_middle_under_right{
		width:20%;
		height:auto;
	}
	
	
	.shuju_list span{
		margin-right:2%;
	}
	
	.shuju_list img{
		margin-top:-2px;
		margin-right:1%;
	}
	
	.desc_content img{
		width:100%;
	}
	
	.desc_content{
		padding:2%;
	}
	
	.shuju_list{
		text-align:center;
		font-size:1.4rem;
		font-family:"HarmonyOS_Sans_SC_Regular";
		margin-top:1%;
	}
	
	.neiye_content_case_middle_under_left h1{
		text-align:center;
		font-family:"Cinzel-Bold",Serif;
		font-size:3rem;
	}
	.neiye_content_case_middle_under_left{
		
		height:auto;
		padding:2%;
		padding-top:5%;
	}
	
	
	.neiye_content_case_middle_under_left{
		width:100%;
	}
	
	.neiye_content_case_middle_under_right{
		display:none;
	}
	
  .img img:nth-child(2) {
		opacity: 0;
		transform: rotateY(180deg);
	}
	   
   img {

		border: none;
	}
   
  .item2 .img img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: contain;
		transition: all 0.75s;
	}
   
	 .item2 .img img:nth-child(1) {
		opacity: 1;
	}
   
   .item2 .img {
		height: 100px;
		position: relative;
	    border-bottom: 1px solid #e6e6e6;
	}
	
	.item2 .dot {
		position: absolute;
		width: 4px;
		height: 4px;
		background: #e6e6e6;
	}
	
	.item2 .lb-dot {
		left: -2px;
		bottom: -2px;
	}
	
	 .item2:nth-child(2n) .r-line {
				border:none;
		}
		
		.item2:nth-child(19) .img {
			border:none;
		}
		
		.item2:nth-child(19) .lb-dot{
			display:none;
		}
		
	.item2:nth-child(20) .img {
			border:none;
		}	
	
	.item2 .b-line {
		position: absolute;
		display: block;
		bottom: 0;
		left: 10%;
		width: 80%;
		height: 1px;
		background: #e6e6e6;
	}
	
	 .item2 .r-line {
		position: absolute;
		display: block;
		right: 0;
		bottom: 10%;
		width: 1px;
		height: 80%;
		background: #e6e6e6;
	}
	
	.item2 {
        width:50%;
		 position: relative;
		float: left;
		text-align: center;
		transition: all .8s ease-in-out 0s;
    }
	
	.clear{
		clear:both;
	}

	
	.factory_img img{
		width:100%;
		margin-top:5%;
	}
	
	.factory_img{
		width:78%;
		height:auto;
		margin:0 auto;
	}
	
	.neiye_content_factory_list_detail{
		width:78%;
		height:auto;
		margin:0 auto;
		font-size:1.8rem;
		font-family:"HarmonyOS_Sans_SC_Regular";
		line-height:1.3;
		margin-top:2%;
	}
	
	.mobile_factory_title{
		text-align:center;
		font-size: 3.9rem;
        font-family:"Cinzel-Bold", Serif;
	}
	
	.mobile_factory{
		width:100%;
		height:auto;
		display:block;
		padding-top:5%;
	}
	
	.neiye_content_factory{
		display:none;
	}
	
	
	.neiye_big_banner_title{
		width:100%;
		color:#ffffff;
		font-family:"Cinzel-Bold",Serif;
		font-size:2.2em;
		position:absolute;
		z-index:999;
		top:60%;
		left: 50%; 
		transform: translate(-50%, -50%); 
		text-align:center;
	}
	
	
	.about_under{
		width:100%;
		height:auto;
		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
	}
	
	.about_under_list{
		width:50%;
		padding:1%;
		overflow: hidden;
		transition:all 0.5s;
		
	}
	
	.about_under_list img{
		width:100%;
		border-radius:20px;
		-webkit-transition: .3s;
		transition: .3s;
		overflow: hidden;
	}
	
	.about_under_list:hover {
		  -webkit-transform: scale(1.03);
		  transform: scale(1.03);
		}
	
	.about_top_content{
		width: 80%;
        height: auto;
        margin: 0 auto;
        font-size: 1.8rem;
        font-family: "HarmonyOS_Sans_SC_Regular";
        line-height: 1.3;
        margin-top: 2%;
	}
	
	.about_top_title{
		font-size:3.9rem;
		font-family:"Cinzel-Bold",Serif;
		text-align:center;
	}
	
	.about_top{
		margin-top:5%;
		margin-bottom:5%;
	}
	
	.neiye_content_about_middle{
		width:78%;
		height:auto;
		margin:0 auto;
		text-align:center;
	}
	
	.neiye_content_about{
		width:100%;
		height:100%;
		background:url(../images/neiye_about_bg_02.jpg);
		background-size:100%;
		overflow:hidden;
	}
	
	
	.neiye_content{
		width:100%;
		height:auto;
	}
	
	
	
	.index_feedback{
		width:100%;
		height:100%;
		overflow:hidden;
		background:#ffffff;
		padding-top:3%;
	}
	
	.index_feedback_middle{
		width:78%;
		height:auto;
		margin:0 auto;
	}
	
	.index_feedback_desc{
		width:100%;
		height:auto;
		text-align:center;
		font-size:1.29rem;
		line-height:1.3;
		text-align:center;
		font-family:"HarmonyOS_Sans_SC_Regular",Sans-serif;
	}
	
	.forms{
		width:100%;
		height:auto;
		margin:0 auto;
		padding-top:3%;
	}
	
	.forms-input{
	    /*
		display:flex;
		justify-content:space-between;
		flex-flow: row wrap;
		*/
	
	}
	
	.inputs{
		width:49%;
		height:50px;
		background:#f9f9f9;
		line-height:50px;
		border-radius:50px;
		padding:10px 20px;
		font-size:1.6rem;
		border:none;
		margin-bottom:2%;
	}
	
	input:focus {

		outline: none;

		}
		
	.small_inputs{
		width:49%;
		display:flex;
		justify-content:space-between;
		flex-flow: row wrap;
	}	
	
	.inputs_second{
		width:78%;
		height:50px;
		background:#f9f9f9;
		line-height:50px;
		border-radius:50px;
		padding:10px 20px;
		font-size:1.6rem;
		border:none;
		margin-bottom:1.5%;
	}
	
	.yanzhengma{
		width:17%;
	}
	
	
	
	.yanzhengma img{
		width:100%;
		margin-top:25%;
	}
	

	
	textarea:focus{

		outline: none;

	}
	
	.news_more input{
		display:block;
		width:195px;
		height:46px;
		margin:0 auto;
		background:#c1182e;
		line-height:46px;
		text-align:center;
		font-size:18px;
		color:#ffffff;
		border-radius:50px;
		margin-top:2%;
		box-shadow: 0px 4px 8px 0px #a5a5a5;
		border:none;
	}
	
	.notice{
		width:100%;
		text-align:center;
		font-size:1.6rem;
		font-family:"HarmonyOS_Sans_SC_Regular",Sans-serif;
		margin-top:2%;
	}
	
	
	.mobile_banner_img{
		display:none;
	}
	
	
	.big_banner_title{
		width:100%;
		color:#ffffff;
		font-family:"Cinzel-Bold",Serif;
		font-size:2.2em;
		position:absolute;
		z-index:999;
		top:35%;
		text-align:center;
	}
	
	.small_banner_title{
		display:none;
		width:100%;
		color:#ffffff;
		font-family:"HarmonyOS_Sans_SC_Regular",Sans-serif;
		font-size:1.3em;
		position:absolute;
		z-index:9999;
		top:44%;
		text-align:center;
		line-height:1.3;
		color:#d4d2cd;
	}
	
	.banner_button{
		width:281px;
		height:52px;
		background:#c1182e;
		line-height:52px;
		text-align:center;
		font-size:1.2em;
		color:#ffffff;
		border-radius:80px;
		position:absolute;
		z-index:999;
		top:60%;
		left:50%;
		transform:translate(-50%, -50%); 
		font-family:"HarmonyOS_Sans_SC_Regular",Sans-serif;
	}
	
	
	.index_header{
		width:100%;
		height:101px;
		position:absolute;
		top:0px;
		z-index:999;
		font-family:"Cinzel-Bold",Serif;
		line-height:101px;
		display:none;
	}
	
	.index_header_bg{
		width:100%;
		height:28px;
		background:url(../images/header_line_02.png);
		background-position:50% 50%;
		position:absolute;
		z-index:999;
		margin-top:101px;
		display:none;
	}
	
	.index_header_middle{
		width:78%;
		height:101px;
		margin:0 auto;
		display:flex;
	}
	
	.index_header_middle_left{
		width:45%;
		height:101px;
		display:flex;
	}
	
	
	.left_meuns{
		width:90%;
		height:101px;
		display:flex;
		
		
	}
	
	.left_meuns_list{
		width:33%;
		text-align:center;
	}
	
	.left_meuns_list a{
		color:#ffffff;
		font-size:1.2em;
	}
	
	.left_meuns_list a:hover{
		color:#c1182e;
		border-bottom:4px solid #c1182e;
		padding-bottom:34px;
		    transition: all ease 0.3s;
	}
	
	.index_logo{
		width:10%;
		text-align:center;
	}
	
	.index_logo img{
		width:90%;
	}
	
	
	
	
	.pc_small_header{
		width:100%;
		height:80px;
		line-height:80px;
		position:fixed;
		top:0px;
		z-index:999999;
		font-family:"Cinzel-Bold",Serif;
		display:flex;
		border-bottom:1px solid #9f9d98;
		background-color: rgba(0, 0, 0, 0.3);
	
	}
	
	
	
	
	.small_index_header_middle{
		width:78%;
		height:80px;
		margin:0 auto;
		display:flex;
	}
	
	.small_index_header_middle_left{
		width:45%;
		height:80px;
		display:flex;
	}
	
	
	.small_left_meuns{
		width:90%;
		height:80px;
		display:flex;
		
		
	}
	
	.small_left_meuns_list{
		width:33%;
		text-align:center;
	}
	
	.small_left_meuns_list a{
		color:#ffffff;
		font-size:1.2em;
	}
	
	.small_left_meuns_list a:hover{
		color:#c1182e;
		border-bottom:4px solid #c1182e;
		padding-bottom:24px;
	}
	
	.small_index_logo{
		width:10%;
		text-align:center;
	}
	
	.small_index_logo img{
		width:78%;
		margin-top:-7%;
	}
	
	.mobile_header{
		display:none;
	}
	
	.language_switc{
		margin-left:3%;
	}
	
	
	.con{width:100%;height:100%;background:#fff;}

.con ul li{width:31%;height:auto;float:left;margin-right:2%;position:relative;overflow:hidden;cursor:pointer;border-radius: 15px;}

.con ul li img{
	width:100%;
}


#procon ul li{width:31%;height:auto;float:left;margin-right:2%;position:relative;overflow:hidden;cursor:pointer;border-radius: 15px;}

#procon ul li img{
	width:100%;
}

.txt{width:100%;height:120px;font-family:"HarmonyOS_Sans_SC_Regular",Sans-serif;}

.txt h3{height:120px;font-weight:bold;font-size:1.4em;text-align:center;line-height:120px;}

.txt p{width:160px;height:40px;line-height:40px;border:2px solid #ffffff;border-radius:20px;margin:0 auto;margin-top:0px;font-size:1em;text-align:center;}


.txt2{display:block;width:100%;position:absolute;left:0;bottom:0;color:#fff;height:120px;font-family:"HarmonyOS_Sans_SC_Regular",Sans-serif;}

.txt2 h3{height:120px;font-weight:bold;font-size:1.6em;text-align:center;line-height:120px;padding-top:0px;}

.txt2 p{width:160px;height:40px;line-height:40px;border:2px solid #ffffff;border-radius:20px;margin:0 auto;margin-top:20%;font-size:1em;text-align:center;}
	
	
.index_services{
		width:100%;
		height:100%;
		overflow:hidden;
		background:#ffffff;
		padding-bottom:6%;
	}
	
	.index_services_middle{
		width:78%;
		height:auto;
		margin:0 auto;
	}
	
	.index_services_middle_top{
		padding-top:6%;
		padding-bottom:4%;
		text-align:center;
		font-size:2.3em;
		font-family:"Cinzel-Bold",Serif;
		font-weight:bold;
	}
	
	.index_services_middle_under{
		width:100%;
		height:auto;
	}	
	
	
	.index_cases{
		width:100%;
		height:100%;
		overflow:hidden;
		background:url(../images/index_case_bg_02.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		padding-bottom:5%;
	}
	
	
	.index_cases_middle{
		width:90%;
		height:auto;
		margin:0 auto;
	}
	
	.index_case_middle_top{
		padding-top:5%;
		padding-bottom:2%;
		text-align:center;
		font-size:2.3em;
		font-family:"Cinzel-Bold",Serif;
		font-weight:bold;
		color:#ffffff;
	}
	
	.index_case_middle_list{
		width:100%;
		height:auto;
	}
	
	.index_case_middle_list ul{
	   display:flex;	
	   flex-wrap:wrap;
	}
	
	.index_case_middle_list ul li{
		width:50%;
		height:auto;
		padding:1%;
		margin-bottom:1%;
	}
	
	.index_case_middle_list_img{
		width:100%;
	}
	
	.index_case_middle_list_img img{
		width:100%;
		border-radius:13px;
	}
	
	.index_case_middle_list_img_name{
		 padding:5%;
		 text-align:center;
		 font-size:1.4rem;
		 color:#ffffff;
		 font-family:"HarmonyOS_Sans_SC_Regular",Sans-serif;
	}
	
	.case_more a{
		display:block;
		width:130px;
		height:30px;
		margin:0 auto;
		background:#c1182e;
		line-height:30px;
		text-align:center;
		font-size:14px;
		color:#ffffff;
		border-radius:50px;
		margin-top:1%;
	}
	
	
	.index_abouts{
		width:100%;
		height:100%;
		overflow:hidden;
		background:#ffffff;
		position:relative;
	}
	
	.index_abouts_middle{
		width:100%;
		height:auto;
		padding-top:5%;
		display:none;
	}
	
	.mobile_index_abouts_middle{
		width:100%;
		height:auto;
		padding-top:5%;
		display:block;
	}
	
	.index_abouts_middle_left{
		width:100%;
		height:auto;
	}
	
	.index_abouts_middle_left img{
		width:100%;
	}
	
	.index_abouts_middle_right{
		padding:3%;
	}
	
	.index_about_title{
		font-size:2em;
		font-family:"Cinzel-Bold",Serif;
		text-align:center;
	}
	
	.index_about_remarks{
		font-size:1.1em;
		 font-family:"HarmonyOS_Sans_SC_Regular",Sans-serif;
		 line-height:1.5;
		 margin-top:2%;
	}
	
	.index_about_more a{
		display:block;
		width:130px;
		height:30px;
		line-height:30px;
		text-align:center;
		font-size:14px;
		color:#ffffff;
		background:#c1182e;
		box-shadow: 0px 4px 8px 0px #a5a5a5;
		border-radius:50px;
		margin:5% auto;
	}
	
	.index_abouts_shuju{
		width:100%;
		height:auto;
		margin:0 auto;
		padding:3%;
		padding-top:5%;
	}
	
	
	
	.main{ margin: 0 auto;}
.numCount{ margin: 0 -10px;}
.numCount li{ float: left; width:50%; text-align: center;margin-bottom:5%;}
.numCount li .item{ margin: 0 10px;}
.numCount li .numU{ line-height:1.3;font-size:1.8rem;font-family:"Cinzel-Bold",Serif;color:#c1182e;font-weight:bold;}
.numCount li .numCX{ color:#c1182e;}
.numCount li .numU .unitC{font-size:20px; line-height: 1.3; margin-left: 0.3em;font-weight:bold;font-family:"HarmonyOS_Sans_SC_Regular",Sans-serif;}
.numCount li .numU sup{vertical-align: bottom;}
.numCount li .numU sub{vertical-align:baseline;bottom:0px;}
.indc{font-size:1.5rem;}


.index_news{
		width:100%;
		height:100%;
		background:#ffffff;
		padding-bottom:1%;
	}
	
	.index_news_middle{
		width:100%;
		height:auto;
		margin:0 auto;
		padding:3%;
	}
	
	.index_news_middle_under{
		width:100%;
		height:auto;
	}
	
	
	
	.index_news_middle_under ul li{
		width:100%;
		display:flex;
		justify-content:space-between;
		border-bottom:1px solid #d4d4d4;
		margin-bottom: 8%;
        padding-bottom: 5%;
	}
	
	.index_news_middle_under ul li:nth-child(3){
	    border:none;
	}
	
	.index_news_pic{
		width:30%;
		height:auto;
	}
	
	.index_news_pic img{
		width:100%;
		border-radius:10px;
	}
	
	.index_news_remarks{
		width:68%;
		height:auto;
	}
	
	.index_news_time{
		font-size:1.5rem;
		color:#999999;
		margin-top:2%;
	}
	
	.index_news_time img{
		margin-top:-1%;
	}
	
	.index_news_title{
		width:100%;
		height:2.4em;
		overflow:hidden;
		white-space: wrap;
		text-overflow: ellipsis;
		display:-webkit-box;
		-webkit-line-clamp:2;
		-webkit-box-orient:vertical;
		line-height: 1.2;
		font-size:2em;
		font-family:"Cinzel-Bold",Serif;
		font-weight:bold;
		margin-top:3%;
	}
	
	.index_news_detail{
		padding-top:3%;
		padding-bottom:5%;
		font-size:1.6rem;
		font-weight:bold;
		font-family:"HarmonyOS_Sans_SC_Regular",Sans-serif;
	}
	
	.index_news_detail a{
		color:#ce616b;
	}
	

	.news_more a{
		display:block;
		width:130px;
		height:30px;
		margin:0 auto;
		background:#c1182e;
		line-height:30px; 
		text-align:center;
		font-size:14px;
		color:#ffffff;
		border-radius:50px;
		margin-top:3%;
		box-shadow: 0px 4px 8px 0px #a5a5a5;
	}
	
	.index_footers{
		display:none;
	}
	
	
	.neiye_content_case_middle_top_right a:hover{
	   background:#c1182e;
	   color:#ffffff;
	   border-radius:50px;
	}
	
	.neiye_content_case_middle_top_right a{
		display:inline-block;
		width:17%;
		padding:1%;
		font-size:1.6rem;
		font-family:"HarmonyOS_Sans_SC_Regular";
		margin-right:2%;
		
	}
	
		.case_active{
	    background:#c1182e;
	    color:#ffffff;
	    border-radius:50px;
	}
	
	
	.neiye_content_case_middle_top_right{
			width:75%;
			margin-left:5%;
			display:flex;
			flex-wrap:wrap;
			text-align:center;
			align-items: center; /* 垂直居中 */
			
	}
	
	
	.caselist_name{
		text-align:center;
		padding:5%;
		white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
	}
	
	.caselist img{
		width:100%;
		border-radius:10px;
	}
	
	.caselist{
		width:49%;
		height:auto;
		margin-right:1%;
		margin-bottom:2%;
		font-family:"HarmonyOS_Sans_SC_Regular";
		font-size:1.9rem;
	}
	
	.neiye_content_case_middle_under_list{
		width:100%;
		height:100%;
		margin:0 auto;
		padding:2%;
		margin-top:2%;
		display:flex;
		text-align:center;
		align-items: center;
		flex-wrap:wrap;
		justify-content:space-between;
		
	}
	
	
	.neiye_content_service_middle{
		padding-bottom:4%;
	}
	
	.service_more a:hover{
		transform:translate(5px,-5px);box-shadow:-5px 5px 5px rgb(0 0 0 / 25%);
	}
	
	.service_more a{
		  
        display: block;
        width: 160px;
        height: 36px;
        line-height:36px;
        text-align: center;
        font-size: 1.6rem;
        color: #ffffff;
        background: #c1182e;
        box-shadow: 0px 4px 8px 0px #a5a5a5;
        border-radius: 50px;
        margin-top: 5%;
        transition: all 0.5s;
		font-weight:bold;

	}
	
	.service_desc{
		font-family:"HarmonyOS_Sans_SC_Regular";
		font-size:1.8rem;
		line-height:1.6;
		color:#747474;
		margin-top:1%;
	}
	
	.service_titles{
		font-family:"Cinzel-Bold",Serif;
		font-size:2.8rem;
		font-weight:bold;
	}
	
	.neiye_content_service_middle_list_right_remark{
		width:100%;
		padding:2%;
	}
	
	
	.neiye_content_service_middle_list_right_img img{
		width:100%;
		border-radius:20px;
	}
	
	.neiye_content_service_middle_list_right_img{
		width:100%;
		overflow:hidden;
	}
	
	.neiye_content_service_middle_list_right{
		width:100%;
		
	}
	
	
	
	
	.neiye_content_service_middle_list_left{
		display:none;
	}
	
	.neiye_content_service_middle_list{
		width:100%;
		padding-bottom:3%;
	}
	
	
	.neiye_content_service_middle{
		width:78%;
		height:auto;
		margin:0 auto;
		margin-top:5%;
	}
	
	
	.device {
				 width:100%;
				height:auto;
				display:flex;
				justify-content:space-between;
				margin-top:5%;
				}
				.device .arrow-left {
				  background: url(../images/button_lefts_03.png) no-repeat left top;
				  position: absolute;
				  left:55%;
				  top:35%;
				  width: 38px;
				  height: 38px;
				  z-index:999999999999;
				}
				.device .arrow-right {
				  background: url(../images/button_rights_03.png) no-repeat left bottom;
				  position: absolute;
				  right:35%;
				  top: 35%;
				  width: 38px;
				  height: 38px;
				  z-index:999999999999;
				}
			
				
				.pagination {
				  position: absolute;
				  text-align: center;
				  width: 100%;
				  top:35%;
				  z-index:99999
				}
				.swiper-pagination-switch {
				  display: inline-block;
				  width: 10px;
				  height: 10px;
				  border-radius: 10px;
				  background: #c1182e;
				  margin: 0 3px;
				  cursor: pointer;
				}
				.swiper-active-switch {
				  background: #ecb9c0;
				}
				
				
				
				.newsunder{
		width:100%;
		height:20%;
		display:flex;
	}
	
	.news_remark_desc{
		width:100%;
		height:auto;
		font-size:1.6rem;
		line-height:1.5;
		font-family:"HarmonyOS_Sans_SC_Regular";
		margin-top:1%;
	}
	
	.newstitles{
		width:100%;
		height:auto;
		font-size:2.3rem;
		font-family:"Cinzel-Bold",Serif;
	}
	
	.index_news_time{
		font-size:1.2rem;
		font-family:"HarmonyOS_Sans_SC_Regular";
	}
	
	.swiper-slide_img_remark_top{
		width:100%;
		overflow:hidden;
		background:#f7f7f7;
		border-radius:10px;
		padding:6%;
	}
	
	.swiper-slide_img_remark{
		width:100%;
		height:100%;
	}
	
	.swiper-slide_img img{
		width:100%;
		border-radius:20px;
	}
	
	.swiper-slide_img{
		width:100%;
	}
	
    .swiper-slide {
		width:100%;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
		justify-content:space-between;
		flex-wrap:wrap;
    }
	
	.swiper-container{
		width:100%;
	}
	
	

}
/**平板移动端**/


/**手机移动端**/
@media screen and (max-width:750px){
	
	.neiye_content_contact_top_list{
		margin-bottom:5%;
	}
	
	.neiye_content_contact_top_list{
		width:100%;
		overflow:hidden;
		background:#ffffff;
		border-radius:20px;
		box-shadow: 0 0 1.8em 0.3em rgb(0 0 0 / 10%);
		padding:3%;
	}
	
		.service_more a{
		  
        display: block;
        width: 130px;
        height: 40px;
        line-height:40px;
        text-align: center;
        font-size: 14px;
        color: #ffffff;
        background: #c1182e;
        box-shadow: 0px 4px 8px 0px #a5a5a5;
        border-radius: 50px;
        margin-top: 5%;
        transition: all 0.5s;
		font-weight:bold;

	}
	
	.service_desc{
		font-family:"HarmonyOS_Sans_SC_Regular";
		font-size:1.4rem;
		line-height:1.6;
		color:#747474;
		margin-top:1%;
	}
	
	.service_titles{
		font-family:"Cinzel-Bold",Serif;
		font-size:1.8rem;
		font-weight:bold;
	}
	
	.neiye_content_service_middle_list_right_remark{
		width:100%;
		padding:2%;
	}
	
	
	.neiye_content_service_middle_list_right_img img{
		width:100%;
		border-radius:20px;
	}
	
	.neiye_content_service_middle_list_right_img{
		width:100%;
		overflow:hidden;
	}
	
	.neiye_content_service_middle_list_right{
		width:100%;
		
	}
	
	
	
	
	.neiye_content_service_middle_list_left{
		display:none;
	}
	
	.neiye_content_service_middle_list{
		width:100%;
		padding-bottom:3%;
	}
	
	
	.neiye_content_service_middle{
		width:90%;
		height:auto;
		margin:0 auto;
		margin-top:5%;
	}
	
	
	.caselist{
		font-size:1.3rem;
	}
	
	
	.neiye_content_case_middle_top_left{
		display:none;
	}
	
	
	.neiye_content_case_middle_top_right a:hover{
	   background:#c1182e;
	   color:#ffffff;
	   border-radius:50px;
	}
	
	.neiye_content_case_middle_top_right a{
		display:inline-block;
		width:31%;
		padding:1%;
		font-size:1.4rem;
		font-family:"HarmonyOS_Sans_SC_Regular";
		margin-right:2%;
		margin-top:3%;
		
	}
	
	.neiye_content_case_middle_top_right{
			width:100%;
			display:flex;
			flex-wrap:wrap;
			text-align:center;
			align-items: center; /* 垂直居中 */
			
	}
	
	
	
	.factory_img{
		width:100%;
	}
	
	.mobile_factory{
		width:95%;
		margin:0 auto;
	}
	
	.neiye_content_factory_list_detail{
		width:100%;
		font-size: 1.3rem;
        font-family: "HarmonyOS_Sans_SC_Regular";
        line-height: 2;
        margin-top: 1%;
	}	
	
	.mobile_factory_title{
		font-size: 2rem;
        font-family: "Cinzel-Bold", Serif;
	}
	
	
	.neiye_big_banner_title{
		width:100%;
		color:#ffffff;
		font-family:"Cinzel-Bold",Serif;
		font-size:2.2em;
		position:absolute;
		z-index:999;
		top:60%;
		left: 50%; 
		transform: translate(-50%, -50%); 
		text-align:center;
	}
	
	
	.about_under{
		width:100%;
		height:auto;
		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
	}
	
	.about_under_list{
		width:50%;
		padding:1%;
		overflow: hidden;
		transition:all 0.5s;
		
	}
	
	.about_under_list img{
		width:100%;
		border-radius:20px;
		-webkit-transition: .3s;
		transition: .3s;
		overflow: hidden;
	}
	
	.about_under_list:hover {
		  -webkit-transform: scale(1.03);
		  transform: scale(1.03);
		}
	
	.about_top_content{
		font-size:1.3rem;
		font-family:"HarmonyOS_Sans_SC_Regular";
		line-height:2;
		margin-top:1%;
	}
	
	.about_top_title{
		font-size:2rem;
		font-family:"Cinzel-Bold",Serif;
	}
	
	.about_top{
		margin-top:5%;
		margin-bottom:5%;
	}
	
	.neiye_content_about_middle{
		width:95%;
		height:auto;
		margin:0 auto;
		text-align:center;
	}
	
	.neiye_content_about{
		width:100%;
		height:100%;
		background:url(../images/neiye_about_bg_02.jpg);
		background-size:100%;
		overflow:hidden;
	}
	
	
	.neiye_content{
		width:100%;
		height:auto;
	}
	
		
	
	.pc_banner_img{
		display:none;
	}
	
	.mobile_banner_img{
		display:block;
	}
	
	.big_banner_title{
		width:100%;
		color:#ffffff;
		font-family:"Cinzel-Bold",Serif;
		font-size:1.5em;
		position:absolute;
		z-index:999;
		top: 50%;
		left: 50%; 
		transform: translate(-50%, -50%); 
		text-align:center;
	}
	
	.small_banner_title{
		display:none;
		width:100%;
		color:#ffffff;
		font-family:"HarmonyOS_Sans_SC_Regular",Sans-serif;
		font-size:0.8em;
		position:absolute;
		z-index:9999;
		top:55%;
		left: 50%; 
		transform:translate(-50%, -50%);  
		text-align:left;
		line-height:1.3;
		color:#d4d2cd;
		padding:4%;
	}
	
	.banner_button{
		width:31%;
		height:30px;
		background:#c1182e;
		line-height:30px;
		text-align:center;
		font-size:0.8em;
		color:#ffffff;
		border-radius:80px;
		position:absolute;
		z-index:999;
		top:70%;
		left: 50%; 
		transform: translate(-50%, -50%); 
		font-family:"HarmonyOS_Sans_SC_Regular",Sans-serif;
	}
	
	.index_header{
		display:none;
	}
	
	.index_header_bg{
		display:none;
	}
	
	.small_index_header{
		display:none;
	}
	
	.mobile_header{
		display:block;
	}
	
	.pc_small_header{
		display:none;
	}
	
	.index_services_middle{
	    width:100%;
		padding:3%;
	}
	
	.con ul li{
		width:100%;
		margin-bottom:4%;
	}
	
	
	#procon ul li{
		width:100%;
		margin-bottom:4%;
	}
	
	
	.txt{
		top:30%;
	}
	
    .txt h3{
		font-size:1.8em;
		height:auto;
	}
	
	
	.txt2 h3{height:120px;font-weight:bold;font-size:2em;text-align:center;line-height:120px;padding-top:0px;}

	.txt2 p{width:160px;height:40px;line-height:40px;border:2px solid #ffffff;border-radius:20px;margin:0 auto;margin-top:20%;font-size:1em;text-align:center;}
	
	.index_services_middle_top{
		font-size:2em;
	}
	
	.index_case_middle_top{
		font-size:2em;
	}
	
	.txt2 h3{
		font-size:1.6em;
	}
	
	
	.txt3{
	    display:none;
	}
	
	
	.index_feedback{
		width:100%;
		height:100%;
		overflow:hidden;
		background:#ffffff;
	}
	
	.index_feedback_middle{
		width:100%;
		height:auto;
		margin:0 auto;
		padding:3%;
	}
	
	.index_feedback_desc{
		width:100%;
		height:auto;
		text-align:center;
		line-height:1.3;
		text-align:center;
		font-family:"HarmonyOS_Sans_SC_Regular",Sans-serif;
	}
	
	.forms{
		width:100%;
		height:auto;
		margin:0 auto;
		padding-top:3%;
	}
	
	
	
	.inputs{
		width:100%;
		height:50px;
		background:#f9f9f9;
		line-height:50px;
		border-radius:50px;
		padding:10px 20px;
		font-size:1.2rem;
		border:none;
		margin-top:2%;
	}
	
	input:focus {

		outline: none;

		}
		
	.small_inputs{
		width:100%;
		display:flex;
		justify-content:space-between;
		flex-flow: row wrap;
		margin-top:2%;
	}	
	
	.small_inputs p{
		width:82%;
	}
	
	.inputs_second{
		width:100%;
		height:50px;
		background:#f9f9f9;
		line-height:50px;
		border-radius:50px;
		padding:10px 20px;
		font-size:1.2rem;
		border:none;
		margin-bottom:1.5%;
	}
	
	.yanzhengma{
		width:17%;
	}
	
	.yanzhengma img{
		width:100%;
	}
	

	textarea:focus{

		outline: none;

	}
	
	.news_more input{
		display:block;
		width:140px;
		height:30px;
		margin:0 auto;
		background:#c1182e;
		line-height:30px;
		text-align:center;
		font-size:14px;
		color:#ffffff;
		border-radius:50px;
		margin-top:2%;
		box-shadow: 0px 4px 8px 0px #a5a5a5;
		border:none;
	}
	
	.notice{
		width:100%;
		text-align:center;
		font-size:1.4rem;
		font-family:"HarmonyOS_Sans_SC_Regular",Sans-serif;
		margin-top:4%;
	}
	
	.index_news_title{
		font-size: 1.3rem;
		margin-top:1%;
	}
	
	.index_news_detail{
	  font-size:1.2rem;	
	  padding-bottom:0px;
	  padding-top:1%;
	}
	
	.index_news_middle_under ul li{
		margin-bottom:5%;
	}
	
	
	.neiye_content_case_middle_under_left h1{
		font-size:1.7rem;
	}
	
	.tops{
		font-size:1.8rem;
		line-height:50px;
	}
	
	.newslist_unders_list{
		width:100%;
		height:auto;
		margin-right:1%;
		margin-bottom:3%;
	}
	
	  .undernewstitles {
        width: 100%;
        height: auto;
        font-size: 1.6rem;
        font-family: "Cinzel-Bold", Serif;
    }
}
/**手机移动端**/


.page-item {margin:0 0.25em;}
.page-item a {display:block;font-size:1.125em;width:2em;height:2em;text-align:center;line-height:1.9em;border:0.05em solid #686466;color:#686466;border-radius:3px;transition:all 0.35s;}
.page-item a i {color:inherit;}
.page-item a.active, .page-item a:hover {background:#c1182e;color:#fff;border-color:#c1182e;}
 select {width:3em;font-size:1.125em;margin-left:0.5em;background:#ffffff;color:#686466;border-radius:3px;padding:0 0.25em;}
