@charset "utf-8";

.head-tran {}

.head-tran .header {
	height: 50px;
}

.head-primary .head-height{
	height: 50px;
}

.header .container {
	max-width: initial;
	padding: 0 3%;
}


.logo {
	float: left;
	height: 50px;
}

.logo h1 img{
	height: 26px;
}

.main-right {
	display: flex;
	margin-left: 0px;
	line-height: 50px;
}


.right-lang {
	display: flex;
	align-items: center;
	width: auto;
}

.right-lang .lang-box {
	display: flex;
	justify-content: center;
	align-items: center;
}


.right-lang .lang-flag {
	width: 20px;
	height: 20px;
	margin: 0 6px;
}

.right-lang .lang-title {
	width: auto;
	margin: 0;
	font-size: 12px;
}


.right-serach {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 100%;
	margin-left: 10px;
}

.serach-icon{
	height: 18px;
}


.Whead-search {
	display: none;
	position: fixed;
	top: 50px;
	left: 0;
	width: 100%;
	height: 150px;
	border-bottom: solid 5px #005ca1;
}

.Whead-search.visible {
	display: block;
}

.Whead-search .hide-pic {
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 40px;
	height: 40px;
	transform: translateX(-20px);
	display: flex;
	justify-content: center;
	align-items: center;
}

.Whead-search .hide-pic i {
	font-size: 20px;
}

.Whead-search .search-box {
	margin-top: 40px;
}

.Whead-search .search-box .input-box {
	margin: 0 5%;
}

.Whead-search .search-box .input-box input {
	width: 92%;
	padding: 0 4%;
	height: 40px;
	font-size: 16px;
}

.not-tel {
	line-height: 50px;
	font-size: 15px;
	margin-left: 15px;
}

.tel-icon{
	height: 24px;
	margin-right: 6px;
}


.container{
	max-width: 90%;
}


.main-box {
		padding-right: 45px;
	}


	#starlist:after {
		top: 50px;
	}
	
	
	#starlist {
		top: 50px;
	}
	
	
	#starlist li a {
		font-size: 20px;
		        height: 60px;
		        line-height: 60px;
	}
	
	    #starlist ul.sub li a {
	        font-size: 18px;
			height: 60px;
			line-height: 60px;
			}
	
	.menu:before, #starlist .active:before {
	    top: 22px;
	}
	
	    #starlist ul.sub li:before {
			left: -18px;
	        top: calc(50% - 14px);
	        font-size: 18px;
	    }
	
	#mnavh {
		position: absolute;
		z-index: 99;
		display: block;
		margin: 15px 0 0 0;
		width: 24px;
		height: 24px;
		float: right;
		right: 2%;
		cursor: pointer;
	}
	
	.navicon {
		width: 26px;
		height: 3px;
		bottom: -8px;
	}
	
.navicon:before,
	.navicon:after {
		width: 22px;
		height: 3px;
	}

	.navicon:before {
		margin-top: -8px;
	}

	.navicon:after {
		margin-top: 8px;
	}

	.open .navicon:before,
	.open .navicon:after {
		width: 22px;
		height: 3px;
	}




.hot-title{
	margin-top: 36px;
}

.hot-title h2{
	display: none;
	font-size: 24px;
}


.hot-item{
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.hot-item img{
	max-width: 100%;
	height: auto;
}

.text-box{
	width: 90%;
	padding: 16px 5%;
}

.text-box h2{
	font-size: 18px;
	line-height: 32px;
	height: 32px;
}

.text-box .des{
	margin-top: 6px;
	opacity: .6;
}

.text-box .des span{
	font-size: 13px;
}

.text-box .des i{
	font-size: 16px !important;
}



.hot-list{
	width: 92%;
	padding: 15px 4% 0;
}

.hot-list .item:first-child{
	padding-top: 10px;
}

.hot-list .item{
	padding: 13px 0;
}

.hot-list .item span{
	font-size: 13px;
}

.hot-list .item h2{
	margin-top: 6px;
	line-height: 26px;
	height: 52px;
}

.hot-list .item h2 a{
	font-size: 15px !important;
}





.list-menu{
	height: 48px;
}

.list-cru{
	display: none;
}

.submenu {
	  font-size: 16px;
}

.submenu::before {
	line-height: 48px;
  }

 .submenu::after {
    top: 12px;
    font-size: 10px;
  }
  
  .submenu ul li {
  	line-height: 40px;
  }
  .submenu ul li a {
   font-size: 16px;
  }

.padding-box-100{
	padding: 40px 0;
}

.itemlist-3 .item {
	width: 48%;
	margin-left: 4%;
	margin-bottom: 20px;
	float: left;
}

.itemlist-3 .item:nth-child(3n+1) {
	margin-left: 4%;
}

.itemlist-3 .item:nth-child(2n+1) {
	margin-left: 0;
}

.news-list .item{
	border-radius: 10px;
}

.news-list .item a{
	display: block;
	padding: 6px;
}

.news-list .item .pic {
	border-radius: 6px;
}

.news-list .item .con{
	padding: 10px 10px;
}

.news-list .item .text span {
	font-size: 12px;
}

.news-list .item .text h2 {
	line-height: 22px;
	height: 44px;
	margin-top: 4px;
	font-size: 14px !important;
}


.view-details {
	margin-top: 10px;
	padding-top: 10px;
	font-size: 13px;
}

.view-details i {
	font-size: 15px;
	margin-left: 10px;
}

.increase-more {
	line-height: 40px;
	border-radius: 20px;
	height: 40px;
	padding: 0 5px 0 20px;
	font-size: 13px;
}

.increase-more i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	margin-left: 15px;
	 margin-top: 5px;
}




.foot {
	padding: 40px 0 30px;
	background-size: 80% auto;
}

.foot .container{
	position: relative;
}

.foot-con {
	width: 100%;
}

.foot-contact ul li {
	margin-top: 20px;
}

.foot-contact ul li span {
	font-size: 14px;
}

.foot-contact ul li p {
	margin-top: 8px;
	font-size: 16px !important;
}

.foot-rwm {
	margin-top: 25px;
}

.foot-rwm h4{
	font-size: 15px !important;
}

.foot-rwm ul{
	margin-top: 0px;
}

.foot-rwm ul li {
	width: 100px;
	margin-right: 10px;
	margin-top: 15px;
}

.foot-rwm ul li p {
	margin-top: 10px;
	font-size: 12px;
}


.external-platform {
	margin-top: 0px;
	position: absolute;
	top: 0;
	right: 0;
}

.external-platform ul li {
	margin-right: 8px;
}

.external-platform ul li a {
	width: 40px;
	height: 40px;
}

.external-platform ul li a img {
	max-height: 18px;
	max-width: 30px;
}


.foot-menu {
	display: none;
}



.foot-copy {
	padding-top: 20px;
}

.copy-box{
	font-size: 12px;
	width: 100%;
}

.external-link{
	width: 100%;
	margin-top: 20px;
}

.copy-text{
	padding: 5px 0;
	margin-top: 0;
}

.copy-menu{
	margin-top: 2px;
}

.copy-text span,
.copy-menu span {
	margin: 0 8px;
}

.tech{
	text-align: right;
	margin-top: 15px;
	font-size: 13px;
}


.link{
	position: relative;
	width: 100%;
}
        .friend-link-header {
			height: 35px;
			padding: 0 12px;
			border-radius: 4px;
			font-size: 13px;
        }

        .arrow-icon {
            width: 6px;
            height: 6px;
            border: solid 2px #0F5499;
			    border-top: none;
			    border-right: none;
        }

        .friend-link-content {
            max-height: 500px;
			position: absolute;
			bottom: 35px;
			border-radius: 6px;
			width: 88%;
			padding: 5px 6%;
        }
        .friend-link-content.hidden {
            max-height: 0;
            padding: 0 6%;
        }
		
        .link-list li a {
			font-size: 14px;
			line-height: 32px;
        }




/* 新闻内容页 */

.padding-box-130{
	padding: 35px 0;
}

.news-con-left{
	float: left;
	width: 100%;
}

.news-con-title{
	margin-bottom: 15px;
}

.news-con-title h2{
	line-height: 36px;
	font-size: 26px;
}

.news-con-title .info{
	margin-top: 12px;
	line-height: 26px;
}

.news-con-title .info span{
	margin-right: 10px;
	font-size: 12px;
}

.news-con-title .info .label{
	line-height: 26px;
	padding: 0 5px;
	border-radius: 5px;
	font-size: 12px;
}

.news-content{
	padding: 20px 0;
	line-height: 30px;
	font-size: 16px;
}

.special-declaration{
	margin-top: 20px;
	line-height: 20px;
	font-size: 12px;
}


.page-cru{
	height: 40px;
	line-height: 40px;
	font-size: 12px;
}

.page-cru i{
	font-size: 10px;
	margin: 0 2px;
}

.page-cru i:first-child{
	font-size: 15px;
}




.related-news{
	padding-bottom: 20px;
}


.title h2{
	line-height: 32px;
	font-size: 24px;
}

.button{
	width: 100px;
	height: 32px;
	border-radius: 16px;
}

.button a{
	line-height: 32px;
	font-size: 12px;
}

.button i{
	font-size: 12px;
	 margin-left: 14px;
}

.button:hover i{
	 margin-left: 10px;
}


.related-news-list .item:nth-of-type(3){
	display: none;
}



	/* 用户服务协议 */
	
	.classmenu.sticky{
		top: 75px !important;
	}
	
	.privacy-policy .classmenu{
		width: 22%;
	}
	
	.privacy-policy .classmenu-box{
		margin-top: 12px;
	}
	
	.privacy-policy .classmenu-box a{
		height: 32px;
		margin-bottom: 10px;
		padding: 0 10%;
		border-radius: 4px;
		display: block;
		line-height: 30px;
	}
	
	.privacy-policy .classmenu-box span{
		width: 100%;
		font-size: 12px;
		letter-spacing: 0;
	}
	
	.privacy-policy .classmenu-box i{
		font-size: 12px;
		display: none;
	}
	
	.privacy-policy .content{
		width: 73%;
	}
	
	.privacy-policy .content .con{
		margin-top: 10px;
		line-height: 24px;
	}
	
	.privacy-policy .content .con p{
		text-indent: 2em;
	}
	




/* 搜索 */

.search{
	padding: 40px 0;
}

.search .search-box{
	padding: 0 0%;
}

.search .search-box .input-box input{
	width: 90%;
	padding: 0 5%;
	height: 40px;
	font-size: 14px;
	border-radius: 20px;
}

.search .input-box .search-but {
    position: absolute;
    top: 1px;
    right: -1px;
    height: 40px;
	padding: 0 30px;
    font-size: 14px;
	border-radius: 20px;
	line-height: 40px;
}

.hot-search{
	margin-left: 14px;
	margin-top: 10px;
	font-size: 12px;
}

.hot-search a{
	margin-right: 8px;
}





.search-menu{
	margin-bottom: 20px;
	gap: 8px;
}

.search-menu a{
	line-height: 28px;
	padding: 0 8px;
	border-radius: 14px;
	font-size: 12px;
	letter-spacing: 0;
}


.search-list .item {
	width: 48%;
	margin-left: 4%;
	margin-bottom: 30px;
}

.search-list .item:nth-child(3n+1) {
	margin-left: 4%;
}

.search-list .item:nth-child(2n+1) {
	margin-left: 0%;
}

.search-list .item .pic {
	border-radius: 6px;
}

.search-list .item .pic span{
	left: 4px;
	top: 4px;
	font-size: 10px;
	border-radius: 4px;
	line-height: 20px;
	padding: 0 6px;
}

.search-list .item .pic img {
	height: 120px;
}

.search-list .item .con {
	padding: 0 0.5208vw;
}

.search-list .item .text {
	margin: 8px 0;
	padding-bottom: 8px;
}

.search-list .item .text h2 {
	line-height: 24px;
	font-size: 15px !important;
	height: 48px;
	margin-top: 10px;
}


.search-list-box .increase-more{
	margin-top: 0px;
}



.search-none{
	padding: 0 0 60px;
	text-align: center;
}

.search-none img{
	height: 240px;
}

.search-none h3{
	margin-top: 5px;
	font-size: 20px !important;
}

.search-none p{
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 14px !important;
}


.search-return{
	width: 110px;
}




/* 联系我们 */
.pc{
	display: none;
}

.phone{
	display: block;
}

.slide-more{
	display: none;
}



.contact-us::before{
	background-size: auto 20vw;
}

.contact-us::after{
	background-size: auto 20vw;
}


.title b{
	font-size: 36px;
}

.contact-pic{
	width: 100%;
	border-radius: 10px;
}

.contact-pic img{
	height: 180px;
}

.contact-con{
	width:100%;
}

.contact-con .c-title{
	padding-top: 20px;
}

.contact-con .c-title h3{
	padding-left: 12px;
	line-height: 28px;
	font-size: 14px !important;
}

.contact-con .c-title h3:before{
	width: 3px;
	height: 14px;
	border-radius: 2px;
}

.contact-con .c-title h2{
	margin-top: 0px;
	font-size: 24px;
}


.contact-con .c-text{
	margin-top: 18px;
	padding-top: 18px;
}

.contact-con .c-text ul li{
	margin-top: 15px;
}

.contact-con .c-text ul li span{
	gap: 6px;
	font-size: 14px;
}

.contact-con .c-text ul li span img{
	height: 16px;
}

.contact-con .c-text ul li p{
	margin-top: 4px;
	line-height: 24px;
	font-size: 16px !important;
}

.contact-con .button{
	margin-top: 25px;
}


.contact-subsidiary-list {
	margin-bottom: 3.125vw;
}

.contact-subsidiary-list .container {
	border-top: 1px solid #d8e8f4;
	border-bottom: 1px solid #d8e8f4;
}

.contact-subsidiary-list .box {
	padding: 20px 0;
}

.contact-subsidiary-list .pic {
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
}

.contact-subsidiary-list .pic img {
	max-width: initial;
	height: auto;
	object-fit: cover;
}

.contact-subsidiary-list .type {
	display: none;
	width: 100%;
	margin-bottom: 15px;
	gap: 15px;
	padding-top: 0;
}

.contact-subsidiary-list .type span{
	font-size: 15px;
}


.contact-subsidiary-list .con {
	width: 100%;
	padding-top: 15px;
}

.contact-subsidiary-list .con .title h2 {
	line-height: 30px;
	margin-top: 0;
	font-size: 20px;
	letter-spacing: 0;
}

.contact-subsidiary-list .con .infor {
	margin-top: 1.40625vw;
}

.contact-subsidiary-list .con .infor ul li {
	margin-top: 0.3125vw;
	line-height: 1.67vw;
}

.contact-subsidiary-list .con .infor ul li span {
	float: left;
	width: 15%;
	font-size: 13px;
	line-height: 24px;
}

.contact-subsidiary-list .con .infor ul li p {
	float: left;
	width: 80%;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 0;
}


.contact-subsidiary-list .con .view-details {
	margin-top: 10px;
}

.view-details {
	font-size: 14px;
}


.message-page .title h2{
	
}

.message-page .title h2 span{
	display: block;
}

.message-page-box{
	margin-top: 20px;
	padding-top: 10px;
}

.message-page .mess-input-box .box .item{
	width: 100%;
	margin-top: 15px;
}

.mess-input-box .item {
	margin-top: 15px;
}

.message-page .mess-input-box .item input {
	height: 50px;
	width: 92%;
	padding: 0 4%;
	border-radius: 6px;
	margin-top: 10px;
	font-size: 15px;
}

.message-page .mess-input-box .item textarea {
	height: 60px;
	width: 92%;
	padding: 12px 4%;
	border-radius: 6px;
	margin-top: 10px;
	font-size: 15px;
}

.mess-input-box .item p {
	font-size: 15px;
}


.mess-submit{
	margin-top: 10px;
}

.mess-submit p{
	font-size: 12px;
}

.mess-submit a{
	line-height: 1.1458vw;
}

.mess-submit a.submit {
	width: 100px !important;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	margin-top: 20px;
	font-size: 14px;
}







/* 工程案例 */

.case-list .item{
	margin-bottom: 15px;
}

.label{
	left: 6px;
	top: 6px;
	border-radius: 3px;
	line-height: 24px;
	padding: 0 5px;
	font-size: 12px;
}

.case-list .item .pic{
	border-radius: 6px;
}

.case-list .item .con{
	padding: 10px 6px;
}

.case-list .item .text h2{
	line-height: 22px;
	height: 44px;
	font-size: 15px !important;
	-webkit-line-clamp: 2;
}

.c-view-details{
	padding-top: 10px;
}

.c-view-details i{
	width: 24px;
	height: 24px;
	font-size: 12px;
}



.case-mess{
	bottom: -5.2083vw;
	margin-top: -5.2083vw;
	padding-bottom: 50px !important;
}

.case-mess-box .title{
	width: 100%;
}


.title p{
	margin-top: 8px;
	font-size: 12px !important;
	line-height: 22px;
}

.case-mess-con{
	width: 100%;
	margin-top: 30px;
}

.case-mess-con .item{
	margin-top: 10px;
}

.case-mess-con .item input,.case-mess-con .item textarea{
	height: 40px;
	line-height: 40px;
	padding: 0 3% 0 28%;
	width: 72%;
	border-radius: 20px;
	font-size: 14px
}

.case-mess-con .item p{
	left: 5%;
	line-height: 40px;
	gap: 6px;
	font-size: 14px
}

.case-mess-con .item p img{
	height: 16px;
}




/* 案例内容页 */

.case-page .container{
	border-radius: 8px;
}

.product-page-pic{
	border-radius: 8px;
}

.product-page-pic .slider-arrow {
	margin-bottom: -15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.product-page-pic .slider-arrow--right {
	bottom: 50%;
	right: 1.5625vw;
	background-size: 12px 12px;
}
.product-page-pic .slider-arrow--left {
	bottom: 50%;
	left: 1.5625vw;
	background-size: 12px 12px;
}


.product-page-pic .slider-nav {
	position: absolute;
	left: 50%;
	bottom: 20px;
}

.product-page-pic .slider-nav__item {  
	width: 15px;
	height: 3px;
	margin: 0 3px;
	border-radius: 2px;
}


.case-page-con{
	width: 100%;
}

.case-page-con .box{
	padding: 20px 20px;
	border-right: 3px solid #00428a;
	border-radius: 12px;
}

.case-page-con .subtitle h2{
	font-size: 20px;
	line-height: 28px;
}

.case-page-con .chara{
	margin-top: 6px;
}

.case-page-con .chara ul li{
	line-height: 22px;
	padding: 6px 0;
	display: flex;
	gap: 5%;
	font-size: 13px;
	letter-spacing: 0;
}

.case-page-con .chara ul li strong{
	width: 20%;
}

.case-page-con .chara ul li span{
	width: 75%;
}


.case-page-con .button{
	margin-top: 5px;
	width: 100px;
}

.case-page-con .button a{
	gap: 6px;
	font-size: 12px;
}

.case-page-con .button img{
	height: 14px;
}




/* 定制服务 */

.custom-service .text{
	margin-top: 20px;
	padding-top: 20px;
}

.custom-service .text:before{
	width: 32px;
	height: 2px;
}

.custom-service .text p{
	line-height: 24px;
	padding: 3px 0;
	font-size: 13px;
}


.custom-service .pic{
	margin-top: 1.6667vw;
}

.custom-service .pic ul li{
	width: 48%;
	margin-left: 4%;
	margin-top: 12px;
	border-radius: 6px;
}

.custom-service .pic ul li:nth-child(3n+1){
	margin-left: 4%;
}

.custom-service .pic ul li:nth-child(2n+1){
	margin-left: 0%;
}



.custom-service .process{
	margin-top: 6.2500vw;
}

.custom-service .process ul li i{
	width: 11.4583vw;
	height: 11.4583vw;
	border-radius: 50%;
}

.custom-service .process ul li i:before{
	right: -7vw;
	transform: translateX(-11px);
	width: 1.1458vw;
	height: 1.1458vw;
}

.custom-service .process ul li i img{
	height: 3.7500vw;
}

.custom-service .process ul li p{
	font-size: 12px;
	letter-spacing: 0;
}




        .content-card {
            border-radius: 12px;
            margin-bottom: 5px;
        }

        .content-left {
			width: 90%;
            padding: 20px 5%;
			height: auto;
        }

        .content-right {
            width: 100%;
        }

        .content-right img {
			border-radius: 12px;
			height: auto;
        }

        .case-title {
            margin-bottom: 12px;
			line-height: 26px;
			font-size: 20px;
			max-height: 52px;
        }
		

        .divider {
            margin-bottom: 10px;
        }

        .info-list {
            margin-bottom: 10px;
        }

        .info-list li {
            display: flex;
			line-height: 24px;
			padding: 2px 0;
			gap: 10px;
			font-size: 12px;
			letter-spacing: 0;
        }
		
		 .info-list li span{
			 max-height: 72px;
			 -webkit-line-clamp: 3;
		 }

        .consult-btn {
			width: 100px;
            border-radius: 20px;
			height: 32px;
			font-size: 12px;
			z-index: 999;
        }

        .consult-btn img {
			margin-right: 8px;
			height: 14px;
        }
		
		.consult-btn:hover img{
			 margin-right: 8px;
		}

        .category-tabs {
            display: block;
            gap: 10px;
			
        }

        .tab-item {
            border-radius: 8px;
			width: 32%;
			height: 60px;
			margin-left: 2%;
			float: left;
			margin-top: 10px;
        }
		
		.tab-item:nth-child(3n+1) {
			margin-left: 0;
		}

        .tab-icon img {
            height: 22px;
        }

        .tab-text {
            font-size: 12px;
			margin-top: 2px;
        }

        .tab-arrow {
            transform: translateX(-2px);
        }

        .tab-arrow i {
           font-size: 12px;
        }





/* 产品中心 */

.pro-menu{
	background-color: #00428a;
	 position: relative;
	 z-index: 9999999;
}

.pro-menu .container{
	max-width: 100%;
}

.pro-submenu ul li{
	padding: initial;
}

.pro-submenu ul li img{
	height: 18px;
	margin-right: 12px;
}

.pro-submenu ul li span{
	margin-top: 0;
	font-size: 16px;
}

.pro-submenu ul li a:after{
	display: none;
}

.pro-submenu {
	width: 100%;
	  position: relative;
	  z-index: 9999999;
	  font-size: 16px;
	  color: #fff;
}

.pro-submenu::before {
    content: attr(data-current);
    display: block;
    cursor: pointer;
    position: relative;
	line-height: 48px;
	padding-left: 5%;
  }
  .pro-submenu::after {
    content: "▼";
    position: absolute;
    right: 5%;
    top: 15px;
    font-size: 12px;
    pointer-events: none;
  }
  .pro-submenu ul {
    display: none;
    flex-direction: column;
    gap: 0;
    background: #fff;
    border-bottom: 4px solid #00428a;
    position: absolute;
    width: 100%;
	border-radius: 12px;
  }
  .pro-submenu.open ul {
    display: block;
	padding: 10px 0;
  }
  .pro-submenu ul li {
    display: block;
	margin-right: 0;
	line-height: 48px;
  }
  .pro-submenu ul li a {
    padding: 0 5%;
    border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
  }
  .pro-submenu ul li:last-child a {
    border-bottom: none;
  }
  
  

.product-list-title{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	position: relative;
	z-index: 9999;
}

.product-list-title .subtitle h2{
	font-size: 24px;
	line-height: 40px;
}


.mobile-submenu-trigger{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	width: 150px;
	padding: 0 16px;
	border-radius: 8px;
}

.mobile-submenu-trigger:before{
	width: 12px;
	height: 12px;
	right: 16px;
}

  
.product-list-title .submenu-list{
	position: absolute;
	top: 48px;
	right: 0;
	background-color: #fff;
	border-bottom: 3px solid #00428a;
	border-radius: 8px;
	padding: 8px 0;
	box-shadow: 0 0 8px rgba(0, 92, 161, .1);
}

.product-list-title .submenu-list a{
	line-height: 32px;
	margin-right: 0;
	font-size: 14px;
	display: block;
	padding: 4px 16px;
	width: 150px;
}


.product-list-title .submenu-list a.active:before{
	display: none;
}

.product-list-title .statistics{
	display: none;
}



.product-hot .item:first-child{
	width: 100%;
}


.product-hot .item:nth-of-type(3){
	margin-left: 3% !important;
}

.product-hot .item:nth-of-type(2){
	margin-left: 0;
}


.product-list{
	margin-bottom: 25px;
}

.product-list .item{
	width: 48.5%;
	float: left;
	margin-left: 3%;
	border-radius:10px;
	margin-top: 20px;
}


.product-list .item:nth-child(4n+4){
	margin-left: 3%;
}

.product-list .item:nth-child(3n+1){
	margin-left: 3%;
}

.product-list .item:first-child{
	margin-left: 0;
}

.product-list .item:nth-child(2n+2){
	margin-left: 0;
}

.product-list .item a{
	padding: 16px;
}

.product-list .item .con h2{
	line-height: 28px;
	height: 28px;
	font-size: 16px !important;
}

.product-list .item .con p{
	line-height: 18px;
	height: 18px;
	margin-top: 4px;
	font-size: 13px;
}

.product-list .item:hover{
	box-shadow: 0 0 10px rgba(0, 92, 161, .1);
}

.product-list .item .pic{
	margin: 15px 0;
	padding: 0 8%;
	height: 100px;
}

.product-list .item .pic img{
	max-height: 100px;
}


.n-line{
	font-size: 12px;
	border-top: initial;
	margin-top: 0;
	padding-top: 0;
}





/* 产品内容页 */

.product-pc{
	display: none;
}

.product-phone{
	display: block;
}



.case-page .container{
	border-radius: 12px;
}

.product-page-exhibition{
	width: 100%;
	border-radius:12px;
}

.product-page-exhibition .slides {
	height: auto;
}


.product-page-exhibition .slider-arrow {
	margin-bottom: -15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.product-page-exhibition .slider-arrow--right {
	right: 4%;
	background-size: 12px 12px;
}
.product-page-exhibition .slider-arrow--left {
	left: 4%;
	background-size: 12px 12px;
}



.product-page-exhibition .slider-nav {
    bottom: 15px;
}

.product-page-exhibition .slider-nav__item {
    width: 50px;    
    height: 50px;   
    margin: 0 5px;  
    border-radius: 5px;
}


.product-page-con{
	width: 100%;
	height: auto;
	padding: 25px 0 0 0;
}

.product-page-con .box{
	width: 90%;
	padding: 0 5%;
}

.product-page-con .subtitle span{
	padding: 0 12px;
	line-height: 26px;
	border-radius: 15px;
	font-size: 12px;
}

.product-page-con .subtitle h2{
	font-size: 24px;
	letter-spacing: 0;
	margin-top: 6px;
}

.product-page-con .chara{
	margin-top: 15px;
	padding-top: 10px;
}

.product-page-con .chara ul li{
	padding: 5px 0;
	line-height: 20px;
	font-size: 12px;
}

.product-page-con .chara ul li strong{
	width: 13%;
}

.product-page-con .chara ul li strong:before{
	width: 1px;
	height: 12px;
	top: 6px;
}

.product-page-con .chara ul li span{
	width: 82%;
}

.product-page-con .button span{
	margin-left: 0.8333vw;
}

.product-page-con .button img{
	height: 12px;
}

.product-page-con .button:hover span{
	margin-left: 0.6250vw;
}


.product-specification{
	margin-bottom: 40px;
	padding-top: 25px;
}

.product-specification:before{
	top: -9px;
	width: 14px;
	height: 14px;
}

.product-specification a{
	margin: 0 4px;
}

.product-specification a i{
	border: 2px solid rgba(0,92,161,.2);
	border-radius: 6px;
}

.product-specification a i img{
	height: 60px;
	width: 60px;
}

.product-specification a em{
	margin-top: 8px;
	font-size: 12px;
}





.page-submenu a {
	line-height: 32px;
	margin: 0 3px;
	padding: 0 12px;
	border-radius: 4px;
	font-size: 13px;
}


.honor-list{
	padding-top: 5px;
}

.honor-list a{
	width: 48%;
	margin-left: 4%;
	margin-top: 20px;
}

.honor-list a .pic {
	border-radius: 8px;
	height: 200px;
}

.honor-list a .pic img {
	max-height: 85%;
	max-width: 85%;
}

.honor-list a:nth-child(4n+1){
	margin-left: 4%;
	clear: initial;
}

.honor-list a:nth-child(3n+1){
	margin-left: 4%;
	clear: initial;
}

.honor-list a:nth-child(2n+1){
	margin-left: 0;
	clear: both;
}

.honor-list a h3{
	margin-top: 5px;
	max-height: 30px;
	line-height: 30px;
	font-size: 13px;
}




.data-list-box{
	margin-top: 30px;
}

.data-list-box .item .pic{
	border-radius: 12px;
}


.data-list-box.news-list .item .text h2{
	height: 24px;
	font-size: 13px !important;
}




/* 弹出层 */
.reveal-modal {
	width: 90%;
	top: 80px !important;
	left: calc(50% - 45%);
}

.reveal-modal .close-reveal-modal {
	font-size: 16px;
	top: initial;
	bottom: -60px;
	right: initial;
	left: calc(50% - 20px);
	width: 40px;
	height: 40px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.6s;
}

.reveal-modal .close-reveal-modal:hover {
	background-color: #23b8bc;
	border: 1px solid #23b8bc;
	transition: all 0.6s;
}

.pop-up-mess{
	border-radius: 16px;
	background-size: 50% auto;
}

.pop-up-mess .container{
	max-width: 100%;
}


.pop-up-mess .text-cont{
	width: 100%;
}

.pop-up-mess .text-cont .box{
	padding: 25px 30px;
}

.pop-up-mess .text-cont .title .font-48{
	font-size: 32px;
}

.pop-up-mess .text-cont .title .font-20{
	margin-top: 5px;
	font-size: 16px;
}

.pop-up-mess-tel{
	display: none;
}

.pop-up-mess-rwm{
	display: none;
	margin-top: 20px;
	font-size: 12px;
}

.pop-up-mess-rwm img{
	margin-bottom: 10px;
	width: 100px;
}



.pop-up-mess .pop-up-mess-box{
	width: 100%;
}

.pop-up-mess-box .box{
	padding: 25px 30px;
}



.play-icon{
	left: calc(50% - 15px);
	top: calc(50% - 15px);
	width: 30px;
	height: 30px;
	background-size: auto 10px;
}

.data-list-box .pic::after{
	left: calc(50% - 20px);
	top: calc(50% - 20px);
	width: 40px;
	height: 40px;
}



.videos-bg #video{
	height: auto;
	width: 90%;
	margin: 0 5%;
}

.vclose-box .vclose{
	position: fixed;
	right: initial;
	top: initial;
}




/* 售后服务 */

.after-sales-con{
	margin-top: 10px;
}

.after-sales-con .item{
	width: 48.5%;
	margin-left: 3%;
	border-radius: 12px;
	margin-top: 10px;
}

.after-sales-con .item:nth-child(2n+1){
	margin-left: 0;
}

.after-sales-con .item:hover{
	box-shadow: 0 0 12px rgba(0,66,138,.1);
}

.after-sales-con .item:first-child{
	margin-left: 0;
}

.after-sales-con .item .box{
	padding: 30px 5%;
}

.after-sales-con .item .link{
	width: 90%;
	padding: 0 5%;
}

.after-sales-con .item .link i img{
	height: 70px;
}

.after-sales-con .item .link b{
	margin-top: 10px;
	font-size: 16px;
}

.after-sales-con .item .link p{
	margin-top: ;
	font-size: 12px !important;
}

.after-sales-con .item .box img{
	height: 30px;
}

.after-sales-con .item .box b{
	display: block;
	margin-top: 10px;
	font-size: 16px;
}

.after-sales-con .item .box p{
	margin-top:10px;
	line-height: 24px;
	font-size: 14px !important;
}

.y-sj{
	width: 26px;
	height: 26px;
	line-height: 26px;
	margin-top: 5px;
	font-size: 12px;
	transform: scale(.7);
}


.service-list{
	margin-top: 10px;
}

.service-list .item{
	width: 48.5%;
	margin-left: 3%;
	border-radius: 12px;
	margin-top: 10px;
}

.service-list .item:first-child{
	margin-left: 0;
}

.service-list .item:nth-child(3n+1){
	margin-left: 3%;
}

.service-list .item:nth-child(2n+1){
	margin-left: 0;
}

.service-list .item .box{
	padding: 20px;
}

.service-list .item .box .con{
	margin-top: 20px;
}


.service-list .item .box .Number{
	font-size: 24px;
}

.service-list .item .box .con h3{
	font-size: 16px;
}

.service-list .item .box .con i{
	width: 20px;
	height: 2px;
	margin: 10px 0 10px;
}

.service-list .item .box .con p{
	line-height: 20px;
	height: 60px;
	font-size: 12px !important;
}




/* 关于我们 */

.com-intr-con{
	width: 100%;
}

.com-intr-con .subtitle h2{
	font-size: 18px !important;
}

.com-intr-con .subtitle h3{
	line-height: 30px;
	font-size: 20px;
}

.com-intr-con .text p{
	line-height: 28px;
	font-size: 14px;
}

.com-intr-con .chara ul li{
	width: 50%;
	margin-top: 25px;
	margin-right: 0;
}

.com-intr-con .chara ul li:nth-child(2n+1){
	clear: initial;
}

.com-intr-con .chara ul li strong{
	font-size: 24px;
}

.com-intr-con .chara ul li p{
	font-size: 16px;
}

.com-inte-pic{
	width: 100%;
	border-radius: 10px;
	height: auto;
	margin-top: 30px;
}




.base-des{
	padding: 0 0%;
	line-height: 22px;
}

.strength-base .flickity-prev-next-button {
  width: 30px;
  height: 30px;
  display: none;
}


.strength-base .gallery-cell {
  width: 90%;
  margin: 0 6px;
}


.strength-base .pro-hot-pic{
	border-radius: 10px;
}

.strength-base .pro-hot-pic h2{
	left: 12px;
	top: 12px;
	padding: 0 8px;
	border-radius:6px;
	line-height: 30px;
	font-size: 12px !important;
}




.factory-des{
	line-height: 28px;
	padding-right: 0%;
}

        .strength-equipment-wrap {
			margin-top: 3.7500vw;
        }

        .carousel-track {
                    gap: 1.6667vw;                  
                }

        .strength-equipment-wrap .pic {
			 border-radius: 6px;
        }

        .strength-equipment-wrap h3 {
		   line-height: 40px;
		   font-size: 14px;
        }
		
        .strength-equipment-wrap .carousel-btn {
            top: 50%;
            width: 30px;
            height: 30px;
			transform: translateY(-50%);
        }

		.strength-equipment-wrap .carousel-btn i {
		    font-size: 14px;
		}

        .strength-equipment-wrap .prev-btn2 {
            right: initial;
			left: -10px;
        }

        .strength-equipment-wrap .next-btn2 {
            right: -10px;
        }



.history-slider-wrapper:before {
	top: 56px;
	height: 2px;
}

.about-history-list a {
	  margin-right: 20px; /* 这里修改间距，JS 会自动读取 */
}

.about-history-list a h3 {
	font-size: 30px;
}

.about-history-list a .dot{
	height: 8px;
	width: 8px;
	margin-top: 18px;
}

.about-history-list a .dot:before{
	position: absolute;
	top: -3px;
	left: -3px;
	height: 14px;
	width: 14px;
}

.about-history-list a .con{
	margin-top: 2.5000vw;
	width: 180px;
	padding: 20px;
}

.about-history-list a .con p{
	line-height: 24px;
	font-size: 14px;
	height: 72px;
}

.about-history-list a .con img{
	border-radius: 4px;
	margin-top: 20px;
}


/* 左右按钮 */
.history-slider-wrapper .slider-btn {
  display: none;
}





.index-honor{
	padding: 1.5625vw 0;
}

        .honor-slide {
            margin-right: 20px;     
        }

        .honor-slide img {
            height: 160px;
        }

        .honor-slide p {
			margin-top: 16px;
			font-size: 14px;
        }

        .honor-button-prev,
        .honor-button-next {
			display: none;
        }



.culture{
	bottom: -5.2083vw;
	margin-top: -5.2083vw;
	padding-bottom: 9.3750vw !important;
}


.story-button{
	width: 140px;
	margin-top: 20px;
}

.story .text h3{
	font-size: 16px;
}

.story .text p{
	display: none;
	font-size: 12px;
}

.culture-box .item{
	width: 100%;
	justify-content: initial;
	margin: 20px 0;
}

.culture-box .item:first-child:before{
	display: none;
}
.culture-box{
	margin-top: 11.4583vw;
}

.culture-box .box{
	gap: 16px;
}

.culture-box .pic{
	width: 60px;
	height: 60px;
}

.culture-box .pic img{
	height: 32px;
}

.culture-box .con p{
	font-size: 14px !important;
}

.culture-box .con h3{
	font-size: 17px;
}



    .popup-content {
      padding: 20px 5%;
      border-radius: 12px;
      width: 80%;
    }
	
	.popup-content h3{
	font-size: 24px;
	text-align: left;
	margin-bottom: 15px;
	line-height: 30px;
		}
		
		.popup-content h3 span{
			display: inline-block;
		}
	
	.popup-content p{
	 line-height: 20px;
	 font-size: 13px;
	 margin-top: 6px;
	}
	

#closeBtn i{
	font-size: 20px !important;
}




/* 首页 */

.index-banner .carousel-slide img.pc {
	display: none;
}

.index-banner .carousel-indicators {
	bottom: 30px;
}

.carousel-slide img.phone {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.carousel-indicators span {
	width: 12px;
	height: 6px;
	margin: 0 5px;
	border-radius: 3px;
}

.carousel-indicators span.active {
	width: 24px;
}




.index-about-con{
	height: auto;
}


.index-about-pic{
	height: 200px;
}


.index-chara{
	margin-top: 10px;
}

.index-chara ul{
	display: block;
}

.index-chara ul li{
	font-size: 14px;
	width: 50%;
	float: left;
	margin-top: 14px;
}

.index-chara ul li:before{
	display: none;
}

.index-chara ul li strong{
	font-size: 14px;
}

.index-chara ul li strong span{
	font-size: 30px;
}

.index-chara ul li span{
	margin: 0 0.2vw;
}

.index-chara ul li p{
	color: #666;
	margin-top: 2px;
}


.advantage-list .item{
	border-radius: 12px;
	width: 100%;
	margin-left: 0;
	background-image: initial;
	margin-bottom: 15px;
}

.advantage-list .item .box{
	padding: 20px 20px;
}

.advantage-list .item .con{
	margin-top: 20px;
}

.advantage-list .item .num b{
	font-size: 24px;
}

.advantage-list .item .num p{
	font-size: 10px;
}

.advantage-list .item .con h3{
	font-size: 22px;
}

.advantage-list .item .con p{
	line-height: 24px;
	height: auto;
	font-size: 14px;
	margin-top: 6px;
}

.advantage-list .item .icon{
	right: 30px;
	top: 25px;
}

.advantage-list .item .icon img{
	height: 36px;
}




.i-pro-hot{
		height: auto;
}

.i-pro-hot .item{
	border-radius: 12px;
}

.leftdiv{
	width: 100%;
	height: 200px;
	position: relative;
}

.leftdiv:hover{
	width: 100%;
	z-index: 9;
	position: relative;
}


.leftdiv:hover .pic-hover{
	width: 59.4792vw;
	display: none;
}

.leftdiv .pic{
	    transform: skew(-0);
		border-radius: 1.2500vw;
		position: initial;
}

.leftdiv .pic .bg{
	    left: 5%;
	    transform: skew(0);
	    width: 105%;
	    height: 100%;
		position: initial;
}



.rightdiv{
	width: 100%;
	height: 200px;
	position: relative;
	margin-top: 12px;
}


.rightdiv:hover{
	width: 100%;
	z-index: 9;
	position: relative;
}

.rightdiv:hover .pic-hover{
	display: none;
}



.rightdiv .pic{
	    transform: skew(-0);
		border-radius: 1.2500vw;
}

.rightdiv .pic .bg{
	    right: 5%;
	    transform: skew(0);
	    width: 105%;
	    height: 100%;
		position: initial;
}


.i-pro-hot .item .con{
	width: 100%;
}

.i-pro-hot .item .con .box{
	padding: 28px 8%;
}

.i-pro-hot .item:hover .con{
	width: 100%;
	height: 100%;
	background: initial;
}


.i-pro-hot .item.rightdiv .con{
	width: 100%;
}


.i-pro-hot .item .subtitle h2{
	font-size: 22px;
}

.i-pro-hot .item .chara{
	margin-top: 12px;
}

.i-pro-hot .item .chara b{
	font-size: 14px;
}

.i-pro-hot .item .chara p{
	margin-top: 5px;
	font-size: 12px !important;
}

.single{
	margin-top: 1.2500vw;
	display: none;
}

.single a{
	line-height: 26px;
	font-size: 13px;
	letter-spacing: 0;
}

.single span{
	margin: 0 0.5208vw;
}

.i-pro-hot .item .button{
	margin-top: 20px;
	width: 120px;
}

.i-pro-hot .item .button a{
	font-size: 12px;
}

.i-pro-list{
	margin-top: 0;
}

.i-pro-list .item{
	float: left;
	width: 100%;
	margin-left: 0;
	border-radius: 12px;
	margin-top: 12px;
}

.i-pro-list .item .con{
	width: 86%;
	padding: 18px 7%;
}

.i-pro-list .item .con h2{
	font-size: 16px !important;
}

.i-pro-list .item .con i{
	font-size: 16px;
}




.index-news .public-title {
	display: block;
	align-items: initial;
}

.news-box{
	margin-top: 10px;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.news-tab .tabs-3 {
	margin-right: 0;
	margin-bottom: 20px;
}

.news-tab .tabs-3 a {
	height: 36px;
	line-height: 36px;
	margin-right: 15px;
	font-size: 14px;
}

.news-tab .tabs-3 a.active:before{
	height: 3px;
}

.news-box .button {
	float: initial;
}

.i-n-h{
	width: 100%;
}

.i-n-h a{
	border-radius: 12px;
	padding: 10px;
}

.i-n-h .pic{
	border-radius: 8px;
}

.i-n-h .pic img{
	height: auto;
}

.i-n-h .con{
	padding: 15px 15px;
}

.i-n-h .con span,.i-n-l .con span{
	font-size: 12px;
	line-height: 20px;
}

.i-n-h .con h2,.i-n-l .con h2{
	line-height: 24px;
	height: 48px;
	margin-top: 0.8333vw;
	font-size: 14px !important;
}

.i-n-l{
	width: 100%;
	margin-top: 0;
}

.i-n-l .item:nth-of-type(1),.i-n-l .item:nth-of-type(2){
	margin-top: 12px;
}

.i-n-l .item{
	width: 100%;
	float: left;
	margin-left: 0;
	margin-top: 12px;
}

.i-n-l .item:nth-child(2n+1){
	margin-left: 0;
}

.i-n-l .item a{
	border-radius: 12px;
	padding: 15px 25px;
}



