@charset "utf-8";

.head-tran {}

.head-tran .header {
	height: 80px;
}

.head-primary .head-height{
	height: 80px;
}

.header .container {
	max-width: initial;
	padding: 0 3%;
}


.logo {
	float: left;
	height: 80px;
}

.logo h1 img{
	height: 40px;
}

.main-right {
	display: flex;
	margin-left: 0px;
	margin-right: 80px;
}


.right-serach {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 22px;
	height: 100%;
	margin-left: 30px;
}

.serach-icon{
	height: 20px;
}




.Whead-search {
	display: none;
	position: fixed;
	top: 80px;
	left: 0;
	width: 100%;
	height: 200px;
	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: 24px;
}

.Whead-search .search-box {
	margin-top: 50px;
}

.Whead-search .search-box .input-box {
	margin: 0 15%;
}

.Whead-search .search-box .input-box input {
	width: 94%;
	padding: 0 3%;
	height: 50px;
	font-size: 16px;
}

.h-search{
	top: 0;
	right: 0;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	padding: 0 25px;
	font-size: 16px !important;
}


.not-tel {
	line-height: 80px;
	margin-left: 40px;
	font-size: 22px;
}

.tel-icon{
	height: 32px;
	margin-right: 14px;
}



nav {
		float: initial;
		width: auto;
	}



	#starlist {
		float: inherit;
		width: 100%;
		position: absolute;
		top: 80px;
		left: 100%;
		z-index: 999;
		padding: 0;
		background-color: #0168b7;
		height: 100vh;
		border-bottom-left-radius: 200%;
		transition: all .8s;
		overflow: hidden;
	}
	
	.menu-block{
		left: 0 !important;
		height: 100vh !important;
		border-bottom-left-radius: 0 !important;
		transition: all .8s;
	}

	#starlist li {
		margin: 0;
		width: 88%;
		padding: 0 6%;
		height: auto;
		position: relative;
		border-bottom: initial;
		text-align: left;
		display: block;
		border-top: 1px solid rgba(255, 255, 255, .1);
	}

	#starlist li:first-child {
		border-top: 1px solid rgba(255, 255, 255, .1);
	}

	#starlist li a {
		width: 90%;
		display: block;
		margin: 0;
		padding: 0;
		font-size: 30px;
		float: initial;
		height: 80px;
		line-height: 80px;
	}

	#starlist li a:hover {
		background: initial;
	}

	#starlist li a:hover:after {
		display: none;
	}

	#starlist li .sub {
		position: initial;
		right: initial;
		top: initial;
		width: 100%;
		display: none;
		z-index: 9999999999;
		opacity: initial;
		height: auto;
		box-shadow: initial;
		transition: initial;
		border-bottom: initial;
		background-color: initial;
	}

	#starlist li .sub .container {
		max-width: 100%;
		border-bottom: initial;
	}

	#starlist li:hover .sub {
		top: initial;
		opacity: initial;
		height: initial;
	}

	#starlist li:hover ul.sub {
		display: none;
		padding: initial;
	}

	#starlist ul.sub li img {
		display: none;
	}

	#starlist ul.sub li {
		width: 93%;
		padding-left: 7%;
		line-height: auto;
		padding: initial;
		float: initial;
		text-align: left;
		margin: 0;
		border-bottom: initial;
		color: #fff;
		position: relative;
	}
	
	#starlist ul.sub li:before {
		position: absolute;
		left: -40px;
		top: calc(50% - 20px);
		font-size: 24px;
		color: rgba(255,255,255,1);
		display: block;
		content: "↗";
	}
	

	#starlist ul.sub li a {
		font-size: 24px;
		padding: 0 0 0 0;
		color: rgba(255,255,255,1);
		display: block;
		text-align: left;
		line-height: 70px;
	}
	
	
	.head-tran:hover .header #starlist li ul li>a {
	    color: rgba(255,255,255,1);
	}
	
	.head-tran:hover .header #starlist li ul li>a:hover {
	    color: rgba(255,255,255,1);
	}

	.head-tran .header.fixed #starlist li ul li>a {
	    color: rgba(255,255,255,1);
	}

	.head-tran .header.fixed #starlist li ul li>a:hover {
	    color: rgba(255,255,255,1);
	}
	
	.menu span,
	.menu:before,
	#starlist .active span {
		display: block;
	}


	#mnavh {
		position: absolute;
		z-index: 99;
		display: block;
		margin: 28px 0 0 0;
		width: 28px;
		height: 28px;
		float: right;
		right: 1%;
		cursor: pointer;
	}

	.navicon {
		width: 28px;
		height: 3px;
		bottom: -9px;
	}

	.navicon:before,
	.navicon:after {
		width: 28px;
		height: 3px;
	}

	.navicon:before {
		margin-top: -9px;
	}

	.navicon:after {
		margin-top: 9px;
	}

	.open .navicon:before,
	.open .navicon:after {
		width: 28px;
		height: 3px;
	}
	
	


.hot-title{
	margin-top: 30px;
}

.hot-title h2{
	font-size: 32px;
}


.hot-item{
	width: 56%;
	height: 400px;
	border-radius: 10px;
}

.hot-item img{
	height: 400px;
}

.text-box{
	width: 90%;
	padding: 30px 5%;
}

.text-box h2{
	font-size: 24px;
	line-height: 36px;
	height: 36px;
}

.text-box .des{
	margin-top: 10px;
}

.text-box .des span{
	font-size: 16px;
}

.text-box .des i{
	font-size: 18px !important;
}



.hot-list{
	width: 40%;
}

.hot-list .item:first-child{
	padding-top: 14px;
}

.hot-list .item{
	padding: 20px 0;
}

.hot-list .item span{
	font-size: 14px;
}

.hot-list .item h2{
	margin-top: 12px;
	line-height: 32px;
	height: 64px;
}

.hot-list .item h2 a{
	font-size: 18px !important;
}





.list-menu{
	height: 80px;
}

.list-cru{
	line-height: 80px;
	float: right;
	font-size: 16px;
}

.list-cru i{
	margin: 0 6px;
	font-size: 15px;
}

.list-cru i:first-child{
	margin: 0 5px;
	font-size: 18px;
}


.submenu{
	float: left;
}

.submenu ul li{
	margin-right: 24px;
	line-height: 80px;
	font-size: 16px;
}

.submenu ul li a:after{
	height: 4px;
	bottom: -1px;
}



.padding-box-100{
	padding: 80px 0;
}

.itemlist-3 .item {
	width: 31%;
	margin-left: 3.5%;
	margin-bottom: 50px;
	float: left;
}

.itemlist-3 .item:nth-child(3n+1) {
	margin-left: 0;
}

.news-list .item{
	border-radius: 12px;
}

.news-list .item a{
	display: block;
	padding: 10px;
}

.news-list .item .pic {
	border-radius: 10px;
}

.news-list .item .con{
	padding: 30px 20px;
}

.news-list .item .text span {
	font-size: 14px;
}

.news-list .item .text h2 {
	line-height: 30px;
	height: 60px;
	margin-top: 10px;
	font-size: 20px !important;
}


.view-details {
	margin-top: 20px;
	padding-top: 20px;
	font-size: 16px;
}

.view-details i {
	font-size: 18px;
	margin-left: 10px;
}

.increase-more {
	line-height: 50px;
	border-radius: 25px;
	height: 50px;
	padding: 0 5px 0 25px;
	font-size: 16px;
}

.increase-more i {
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	margin-left: 25px;
	 margin-top: 7px;
}




.foot {
	padding: 80px 0 60px;
	background-size: auto 29.1667vw;
}

.foot-con {
	width: 26vw;
}


.foot-contact ul li {
	margin-top: 20px;
}

.foot-contact ul li span {
	font-size: 15px;
}

.foot-contact ul li p {
	margin-top: 10px;
	font-size: 18px !important;
}

.foot-rwm {
	margin-top: 25px;
}

.foot-rwm h4{
	font-size: 15px !important;
}

.foot-rwm ul{
	margin-top: 20px;
}

.foot-rwm ul li {
	width: 7.2917vw;
	margin-right: 1vw;
}

.foot-rwm ul li p {
	margin-top: 10px;
	font-size: 12px;
}


.external-platform {
	margin-top: 2.5000vw;
}

.external-platform ul li {
	margin-right: 12px;
}

.external-platform ul li a {
	width: 40px;
	height: 40px;
}

.external-platform ul li a img {
	max-height: 18px;
	max-width: 30px;
}


.foot-menu {
	width: 52.0000vw;
}

.foot-menu ul {
	display: flex;
	justify-content: space-between;
}

.foot-menu ul li a {
	font-size: 16px;
}

.foot-menu ul li ul {
	margin-top: 24px;
}

.foot-menu ul li ul li {
	line-height: 32px;
}

.foot-menu ul li ul li a {
	font-size: 14px;
}



.foot-copy {
	padding-top: 50px;
}

.copy-box{
	font-size: 14px;
}

.copy-text{
	padding: 5px 0;
	margin-top: 12px;
}

.copy-menu{
	margin-top: 12px;
}

.copy-text span,
.copy-menu span {
	margin: 0 8px;
}

.tech{
	text-align: right;
	margin-top: 16px;
	font-size: 14px;
}


.link{
	position: relative;
	width: 200px;
}
        .friend-link-header {
			height: 44px;
			padding: 0 15px;
			border-radius: 4px;
			font-size: 15px;
        }

        .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: 44px;
			border-radius: 6px;
			width: 84%;
			padding: 10px 8%;
        }
        .friend-link-content.hidden {
            max-height: 0;
            padding: 0 8%;
        }
		
        .link-list li a {
			font-size: 15px;
			line-height: 32px;
        }






/* 新闻内容页 */

.news-con-title h2{
	line-height: 48px;
}

.special-declaration{
	margin-top: 30px;
	line-height: 24px;
	font-size: 13px;
}



.news-rec-box.sticky{
	top: 100px !important;
}

.news-rec-box .box{
	padding: 15px;
}

.rec-title h3{
	font-size: 20px !important;
}

.rec-title .more-page a{
	font-size: 16px;
}

.rec-title .more-page i{
	font-size: 16px;
	margin-left: 8px;
}




.page-cru{
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
}

.page-cru i{
	font-size: 16px;
	margin: 0 0.5208vw;
}

.page-cru i:first-child{
	font-size: 20px;
}




.related-news{
	padding-bottom: 2.0833vw;
}


.title h2{
	line-height: 52px;
	font-size: 40px;
}

.button{
	width: 140px;
	height: 44px;
	border-radius: 22px;
}

.button a{
	line-height: 44px;
	font-size: 16px;
}


.button i{
	font-size: 16px;
	 margin-left: 24px;
}

.button:hover i{
	 margin-left: 16px;
}



/* 用户服务协议 */
.classmenu.sticky{
	top: 110px !important;
}

.privacy-policy .classmenu{
	width: 16.6667vw;
}

.privacy-policy .classmenu-box{
	margin-top: 1.6667vw;
}

.privacy-policy .classmenu-box a{
	height: 56px;
	margin-bottom: 10px;
	padding: 0 1.6667vw;
	border-radius: 0.4167vw;
}

.privacy-policy .classmenu-box span{
	width: 12.5vw;
	font-size: 16px;
}

.privacy-policy .classmenu-box i{
	font-size: 12px;
}

.privacy-policy .content{
	width: 65.1042vw;
}

.privacy-policy .content .con{
	margin-top: 1.2500vw;
	line-height: 32px;
}

.privacy-policy .content .con p{
	text-indent: 2em;
}




/* 搜索 */

.search{
	padding: 5.2083vw 0;
}

.search .search-box{
	padding: 0 8%;
}

.search .search-box .input-box input{
	width: 96%;
	padding: 0 2%;
	height: 56px;
	font-size: 18px;
	border-radius: 28px;
}

.search .input-box .search-but {
    position: absolute;
    top: 1px;
    right: -1px;
    height: 56px;
	padding: 0 60px;
    font-size: 18px;
	border-radius: 28px;
	line-height: 56px;
}

.hot-search{
	margin-left: 1.5625vw;
	margin-top: 18px;
	font-size: 16px;
}

.hot-search a{
	margin-right: 16px;
}





.search-menu{
	margin-bottom: 4.1667vw;
	gap: 10px;
}

.search-menu a{
	line-height: 40px;
	padding: 0 20px;
	border-radius: 20px;
	font-size: 16px;
}


.search-list .item {
	width: 30.66%;
	margin-left: 4%;
	margin-bottom: 3.125vw;
}

.search-list .item:nth-child(3n+1) {
	margin-left: 0;
}

.search-list .item .pic {
	border-radius: 12px;
}

.search-list .item .pic span{
	left: 8px;
	top: 8px;
	font-size: 13px;
	border-radius: 6px;
	line-height: 26px;
	padding: 0 8px;
}

.search-list .item .pic img {
	height: 16.6667vw;
}

.search-list .item .con {
	padding: 0 0.5208vw;
}

.search-list .item .text {
	margin: 1.52vw 0;
	padding-bottom: 1.52vw;
}

.search-list .item .text h2 {
	line-height: 30px;
	font-size: 18px !important;
	height: 60px;
	margin-top: 10px;
}


.search-list-box .increase-more{
	margin-top: 18px;
}

.search-return{
	width: 150px;
}




/* 联系我们 */

.banner-pic img{
	width: 100%;
	opacity: 0;
}

.phone{
	display: none;
}

.slide-more{
	bottom: 30px;
	gap: 10px;
	font-size: 14px;
}

.slide-more img{
	height: 16px;
}

@keyframes floatSoft {
            0% {
                transform: translateY(5px);
            }
            50% {
                transform: translateY(-5px);  
            }
            100% {
                transform: translateY(5px);
            }
        }


.contact-us::before{
	background-size: auto 14.0625vw;
}

.contact-us::after{
	background-size: auto 14.0625vw;
}


.title b{
	font-size: 60px;
}

.contact-pic{
	width: 50%;
	border-radius: 12px;
}

.contact-pic img{
	height: 460px;
	max-width: initial;
	object-fit: cover;
}

.contact-con{
	width: 45.5%;
}

.contact-con .c-title{
	padding-top: 15px;
}

.contact-con .c-title h3{
	padding-left: 13px;
	line-height: 30px;
	font-size: 18px !important;
}

.contact-con .c-title h3:before{
	width: 3px;
	height: 20px;
	border-radius: 2px;
}

.contact-con .c-title h2{
	margin-top:5px;
	font-size: 30px;
}


.contact-con .c-text{
	margin-top: 24px;
	padding-top: 24px;
}

.contact-con .c-text ul li{
	margin-top: 20px;
}

.contact-con .c-text ul li span{
	gap: 8px;
	font-size: 16px;
}

.contact-con .c-text ul li span img{
	height: 18px;
}

.contact-con .c-text ul li p{
	margin-top: 8px;
	line-height: 24px;
	font-size: 20px !important;
}

.contact-con .button{
	margin-top: 50px;
}


.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: 3.65vw 0;
}

.contact-subsidiary-list .pic {
	width: 28%;
	border-radius: 8px;
	overflow: hidden;
}

.contact-subsidiary-list .pic img {
	max-width: initial;
	height: 180px;
	object-fit: cover;
}

.contact-subsidiary-list .type {
	width: 17%;
	padding-top: 10px;
}

.contact-subsidiary-list .type span{
	font-size: 12px;
}

.contact-subsidiary-list .type p{
	font-size: 14px !important;
}

.contact-subsidiary-list .con {
	width: 50%;
	padding-top: 10px;
}

.contact-subsidiary-list .con .title h2 {
	line-height: 30px;
	margin-top: 0;
	font-size: 24px;
}

.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: 9%;
	font-size: 14px;
}

.contact-subsidiary-list .con .infor ul li p {
	float: left;
	width: 91%;
	font-size: 14px;
}


.contact-subsidiary-list .con .view-details {
	margin-top: 1.04166vw;
}

.view-details {
	font-size: 16px;
}


.message-page .title h2{
	
}

.message-page .title h2 span{
	display: block;
}

.message-page-box{
	margin-top: 30px;
	padding-top: 20px;
}

.message-page .mess-input-box .box .item{
	width: 49%;
}

.message-page .mess-input-box .item input {
	height: 50px;
	width: 92%;
	padding: 0 4%;
	border-radius: 8px;
	margin-top: 10px;
	font-size: 16px;
}

.message-page .mess-input-box .item textarea {
	height: 100px;
	width: 96%;
	padding: 15px 2%;
	border-radius: 8px;
	margin-top: 10px;
	font-size: 16px;
}

.mess-input-box .item p {
	font-size: 16px;
}


.mess-submit{
	margin-top: 1.2500vw;
}

.mess-submit p{
	font-size: 14px;
}

.mess-submit a{
	line-height: 1.1458vw;
}

.mess-submit a.submit {
	width: 140px !important;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	margin-top: 20px;
	font-size: 18px;
}




/* 工程案例 */

.case-list .item{
	margin-bottom: 40px;
}

.label{
	left: 0.6250vw;
	top: 0.6250vw;
	border-radius: 3px;
	line-height: 24px;
	padding: 0 5px;
	font-size: 14px;
}

.case-list .item .pic{
	border-radius: 12px;
}

.case-list .item .con{
	padding: 24px 24px;
}

.case-list .item .text h2{
	line-height: 36px;
	height: 36px;
	font-size: 20px !important;
}

.c-view-details{
	padding-top: 20px;
}

.c-view-details i{
	width: 32px;
	height: 32px;
	font-size: 14px;
}



.case-mess{
	bottom: -5.2083vw;
	margin-top: -5.2083vw;
	padding-bottom: 7.8125vw !important;
}

.case-mess-box .title{
	width: 45%;
}

.title p{
	font-size: 16px !important;
	line-height: 28px;
}

.case-mess-con{
	width: 45%;
}

.case-mess-con .item{
	margin-top: 16px;
}

.case-mess-con .item input,.case-mess-con .item textarea{
	height: 50px;
	line-height: 50px;
	padding: 0 3% 0 22%;
	width: 75%;
	border-radius: 25px;
	font-size: 16px
}

.case-mess-con .item p{
	left: 5%;
	line-height: 50px;
	gap: 10px;
	font-size: 16px
}

.case-mess-con .item p img{
	height: 16px;
}




/* 案例内容页 */

.case-page .container{
	border-radius: 16px;
}

.product-page-pic{
	width: 50%;
	border-radius: 16px;
}

.product-page-pic .pic-box img{
	max-width: initial;
	width: 100%;
	object-fit: cover;
	height: 560px;
}

.product-page-pic .slider-arrow {
	margin-bottom: -20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.product-page-pic .slider-arrow--right {
	bottom: 50%;
	right: 1.5625vw;
	background-size: 15px 15px;
}
.product-page-pic .slider-arrow--left {
	bottom: 50%;
	left: 1.5625vw;
	background-size: 15px 15px;
}


.product-page-pic .slider-nav {
	position: absolute;
	left: 50%;
	bottom: 1.0417vw;
}

.product-page-pic .slider-nav__item {  
	width: 20px;
	height: 3px;
	margin: 0 4px;
	border-radius: 2px;
}


.case-page-con{
	width: 50%;
}

.case-page-con .box{
	padding: 45px 40px;
	border-right: 5px solid #00428a;
	border-radius: 16px;
}

.case-page-con .subtitle h2{
	font-size: 24px;
	line-height: 36px;
}

.case-page-con .chara{
	
}

.case-page-con .chara ul li{
	line-height: 26px;
	padding: 10px 0;
	display: flex;
	gap: 5%;
	font-size: 14px;
}

.case-page-con .chara ul li strong{
	width: 20%;
}

.case-page-con .chara ul li span{
	width: 75%;
}


.case-page-con .button{
	margin-top: 20px;
	width: 130px;
}

.case-page-con .button a{
	gap: 0.7292vw;
	font-size: 14px;
}

.case-page-con .button img{
	height: 16px;
}




/* 定制服务 */
.custom-service .text{
	margin-top: 2.0833vw;
	padding-top: 2.0833vw;
}

.custom-service .text:before{
	width: 5.2083vw;
	height: 0.1562vw;
}

.custom-service .text p{
	line-height: 30px;
	padding: 3px 0;
	font-size: 16px;
}


.custom-service .pic{
	margin-top: 1.6667vw;
}

.custom-service .pic ul li{
	width: 32%;
	margin-left: 2%;
	margin-top: 1.6667vw;
	border-radius: 0.8333vw;
}


.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: -5vw;
	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: 16px;
}




        .content-card {
            border-radius: 16px;
            margin-bottom: 30px;
        }

        .content-left {
            padding: 20px 5%;
			height: 440px;
        }

        .content-right {
            width: 50%;
        }

        .content-right img {
			border-radius: 16px;
			height: 480px;
        }

        .case-title {
            margin-bottom: 16px;
			line-height: 40px;
			font-size: 30px;
        }
		

        .divider {
            margin-bottom: 10px;
        }

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

        .info-list li {
            display: flex;
			line-height: 30px;
			padding: 4px 0;
			gap: 20px;
			font-size: 16px;
        }

        .consult-btn {
			width: 140px;
            border-radius: 22px;
			height: 44px;
			font-size: 16px;
			z-index: 999;
        }

        .consult-btn img {
			margin-right: 16px;
			height: 16px;
        }
		
		.consult-btn:hover img{
			 margin-right: 12px;
		}

        .category-tabs {
            display: flex;
            gap: 16px;
        }

        .tab-item {
            border-radius: 10px;
			height: 110px;
        }


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

        .tab-text {
            font-size: 14px;
			margin-top: 8px;
        }

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

        .tab-arrow i {
           font-size: 14px;
        }




/* 产品中心 */

.pro-submenu ul li{
	padding: 32px 30px;
}

.pro-submenu ul li img{
	height: 32px;
}

.pro-submenu ul li span{
	margin-top: 0.8333vw;
	font-size: 16px;
}



.product-list-title{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.product-list-title .subtitle h2{
	font-size: 32px;
}

.product-list-title .submenu-list{
	width: auto;
}

.product-list-title .submenu-list a{
	line-height: 32px;
	margin-right: 20px;
	font-size: 15px;
}

.product-list-title .submenu-list a.active:before{
	height: 8px;
}

.product-list-title .statistics{
	line-height: 32px;
	font-size: 16px;
	display: none;
}



.product-hot .item:first-child{
	width: 32%;
}



.product-list{
	margin-bottom: 3.7500vw;
}

.product-list .item{
	width: 32%;
	float: left;
	margin-left: 2%;
	border-radius: 0.6250vw;
	margin-top: 1.6667vw;
}

.product-list .item:nth-child(4n+4){
	margin-left: 2%;
}

.product-list .item:nth-child(3n+1){
	margin-left: 0;
}


.product-list .item a{
	padding: 30px;
}

.product-list .item .con h2{
	line-height: 32px;
	height: 32px;
	font-size: 20px !important;
}

.product-list .item .con p{
	line-height: 24px;
	height: 24px;
	margin-top: 4px;
	font-size: 14px;
}

.product-list .item:hover{
	box-shadow: 0 0 0.8333vw rgba(0, 92, 161, .1);
}

.product-list .item .pic{
	margin: 2.6042vw 0;
	padding: 0 8%;
	height: 11.4583vw;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-list .item .pic img{
	transition: all 0.3s;
	max-height: 11.4583vw;
}

.n-line{
	font-size: 12px;
	border-top: initial;
	margin-top: 0;
	padding-top: 0;
}




/* 产品内容页 */

.product-pc{
	
}

.product-phone{
	display: none;
}



.case-page .container{
	border-radius: 1.2500vw;
}

.product-page-exhibition{
	width: 50%;
	border-radius: 1.2500vw;
}

.product-page-exhibition .slides {
	height: 43.7500vw;
}


.product-page-exhibition .slider-arrow {
	margin-bottom: -1.0417vw;
	width: 2.0833vw;
	height: 2.0833vw;
	line-height: 2.0833vw;
}

.product-page-exhibition .slider-arrow--right {
	right: 1.5625vw;
	background-size: 15px 15px;
}
.product-page-exhibition .slider-arrow--left {
	bottom: 50%;
	background-size: 15px 15px;
}



.product-page-exhibition .slider-nav {
    bottom: 1.5625vw;
}

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


.product-page-con{
	width: 50%;
	height: 43.7500vw;
}

.product-page-con .box{
	width: 85%;
	padding-left: 15%;
}

.product-page-con .subtitle span{
	padding: 0 15px;
	line-height: 30px;
	border-radius: 15px;
	font-size: 16px;
}

.product-page-con .subtitle h2{
	font-size: 36px;
}

.product-page-con .chara{
	margin-top: 2.0833vw;
	padding-top: 1.6667vw;
}

.product-page-con .chara ul li{
	padding: 5px 0;
	line-height: 24px;
	font-size: 16px;
}

.product-page-con .chara ul li strong{
	width: 13%;
}

.product-page-con .chara ul li strong:before{
	width: 2px;
	height: 16px;
	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: 18px;
}

.product-page-con .button:hover span{
	margin-left: 0.6250vw;
}


.product-specification{
	margin-bottom: 6.2500vw;
	padding-top: 3.1250vw;
}

.product-specification:before{
	top: -9px;
	width: 14px;
	height: 14px;
}

.product-specification a{
	margin: 0 0.5208vw;
}

.product-specification a i{
	border: 2px solid rgba(0,92,161,.2);
	border-radius: 8px;
}

.product-specification a i img{
	height: 80px;
	width: 80px;
}

.product-specification a em{
	margin-top: 0.6250vw;
	font-size: 18px;
}





.page-submenu a {
	line-height: 48px;
	margin: 0 7px;
	padding: 0 30px;
	border-radius: 6px;
}


.honor-list{
	padding-top: 1.875vw;
}

.honor-list a{
	width: 22.19%;
	margin-left: 3.73%;
	margin-top: 3.125vw;
}

.honor-list a .pic {
	border-radius: 12px;
	height: 25vw;
}

.honor-list a .pic img {
	max-height: 80%;
	max-width: 80%;
}

.honor-list a:nth-child(4n+1){
	margin-left: 0;
	clear: both;
}

.honor-list a h3{
	margin-top: 10px;
	max-height: 30px;
	line-height: 30px;
	font-size: 18px;
}





.data-list-box{
	margin-top: 70px;
}

.data-list-box .item .pic{
	border-radius: 12px;
}


.data-list-box.news-list .item .text h2{
	height: 32px;
}


/* 弹出层 */
.reveal-modal {
	width: 60%;
	top: calc(50% - 17vw) !important;
	left: calc(50% - 30%);
}

.reveal-modal .close-reveal-modal {
	font-size: 16px;
	top: initial;
	bottom: -80px;
	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: 24px;
	background-size: 31.25vw auto;
}

.pop-up-mess .container{
	max-width: 100%;
}


.pop-up-mess .text-cont{
	width: 50%;
}

.pop-up-mess .text-cont .box{
	padding: 40px 30px;
}

.pop-up-mess .text-cont .title .font-48{
	font-size: 36px;
}

.pop-up-mess .text-cont .title .font-20{
	margin-top: 10px;
	font-size: 18px;
}

.pop-up-mess-tel{
	margin-top: 30px;
	font-size: 16px;
}

.pop-up-mess-tel b{
	font-size: 32px;
}

.pop-up-mess-rwm{
	margin-top: 3.125vw;
	font-size: 14px;
}

.pop-up-mess-rwm img{
	margin-bottom: 10px;
	width: 120px;
}



.pop-up-mess .pop-up-mess-box{
	width: 50%;
}


.videos-bg #video{
	height: 80vh;
	width: 80%;
	margin: 10vh 10%;
}

.vclose-box .vclose{
	position: fixed;
	right: 40px;
	top: 40px;
}




/* 售后服务 */

.after-sales-con .item{
	width: 23.5%;
	margin-left: 2%;
	border-radius: 12px;
}

.after-sales-con .item:hover{
	box-shadow: 0 0 16px rgba(0,66,138,.1);
}

.after-sales-con .item:first-child{
	margin-left: 0;
}

.after-sales-con .item .box{
	padding: 60px 5%;
}

.after-sales-con .item .link{
	width: 90%;
	padding: 0 5%;
}

.after-sales-con .item .link i img{
	height: 100px;
}

.after-sales-con .item .link b{
	margin-top: 16px;
	font-size: 22px;
}

.after-sales-con .item .link p{
	margin-top: ;
	font-size: 16px !important;
}

.after-sales-con .item .box img{
	height: 50px;
}

.after-sales-con .item .box b{
	display: block;
	margin-top: 20px;
	font-size: 22px;
}

.after-sales-con .item .box p{
	margin-top: 0.3125vw;
	line-height: 24px;
	font-size: 16px !important;
}

.y-sj{
	width: 24px;
	height: 24px;
	line-height: 24px;
	margin-top: 10px;
	font-size: 12px;
}


.service-list{
	margin-top: 20px;
}

.service-list .item{
	width: 32%;
	margin-left: 2%;
	border-radius: 12px;
	margin-top: 20px;
}

.service-list .item:first-child{
	margin-left: 0;
}

.service-list .item:nth-child(3n+1){
	margin-left: 0;
}

.service-list .item .box{
	padding: 30px;
}

.service-list .item .box .con{
	margin-top: 3.7500vw;
}


.service-list .item .box .Number{
	font-size: 30px;
}

.service-list .item .box .con h3{
	font-size: 24px;
}

.service-list .item .box .con i{
	width: 24px;
	height: 3px;
	margin: 15px 0 15px;
}

.service-list .item .box .con p{
	line-height: 28px;
	height: 56px;
	font-size: 16px !important;
}





/* 关于我们 */

.com-intr-con{
	width: 55%;
}

.com-intr-con .chara ul li strong{
	font-size: 20px;
}

.com-intr-con .chara ul li p{
	font-size: 14px;
}

.com-inte-pic{
	width: 40%;
	border-radius: 16px;
	height: auto;
}




.strength-base .flickity-prev-next-button {
  width: 40px;
  height: 40px;
}

.strength-base .pro-hot-pic h2{
	left: 16px;
	top: 16px;
	padding: 0 12px;
	border-radius:8px;
	line-height: 36px;
	border: 1px solid #4b7eea;
	font-size: 14px !important;
}




        .strength-equipment-wrap h3 {
		   line-height: 40px;
		   font-size: 16px;
        }
		
        .strength-equipment-wrap .carousel-btn {
            top: -7.2917vw;
            width: 40px;
            height: 40px;
        }

        .strength-equipment-wrap .prev-btn2 {
            right: 50px;
        }



        .honor-slide p {
			margin-top: 18px;
			font-size: 16px;
        }


    .popup-content {
      padding:60px 5%;
      border-radius: 0.8333vw;
      width: 80%;
    }
	
	.popup-content p{
	 line-height: 30px;
	 font-size: 16px;
	}
	



/* 首页 */

.index-banner .carousel-slide img.pc {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.index-banner .carousel-indicators {
	bottom: 40px;
}

.carousel-slide img.phone {
	display: none;
}

.carousel-indicators span {
	width: 20px;
	height: 6px;
	margin: 0 5px;
	border-radius: 3px;
}

.carousel-indicators span.active {
	width: 30px;
}



.index-about-con{
	height: 30.2083vw;
}


.index-about-pic{
	height: 30.2083vw;
}


.index-chara{
	margin-top: 5.2083vw;
}

.index-chara ul li{
	font-size: 16px;
}

.index-chara ul li:before{
	right: -11.4583vw;
}

.index-chara ul li strong{
	font-size: 16px;
}

.index-chara ul li strong span{
	font-size: 30px;
}

.index-chara ul li span{
	margin: 0 0.1562vw;
}



.advantage-list .item{
	border-radius: 0.8333vw;
}

.advantage-list .item .box{
	padding: 25px;
}

.advantage-list .item .con{
	margin-top: 50px;
}

.advantage-list .item .num b{
	font-size: 30px;
}

.advantage-list .item .num p{
	font-size: 12px;
}

.advantage-list .item .con h3{
	font-size: 24px;
}

.advantage-list .item .con p{
	line-height: 24px;
	height: 168px;
	font-size: 14px;
}

.advantage-list .item .icon{
	right: 4.48vw;
	top: 5.2083vw;
}

.advantage-list .item .icon img{
	height: 3.3333vw;
}




.i-pro-hot{
		height: 29.1667vw;
}

.i-pro-hot .item{
	border-radius: 1.2500vw;
}

.leftdiv{
	width: 54%;
	height: 29.1667vw;
}

.leftdiv:hover .pic-hover{
	width: 59.4792vw;
}


.leftdiv .pic{
	    transform: skew(-16.15deg);
		border-radius: 1.2500vw;
}

.leftdiv .pic .bg{
	    left: 5%;
	    transform: skew(16.15deg);
	    width: 105%;
	    height: 100%;
}



.rightdiv{
	width: 54%;
	height: 29.1667vw;
}

.rightdiv:hover .pic-hover{
	width: 59.4792vw;
}



.rightdiv .pic{
	    transform: skew(-16.15deg);
	    border-radius: 0.16rem;
		border-radius: 1.2500vw;
}

.rightdiv .pic .bg{
	    right: 5%;
	    transform: skew(16.15deg);
	    width: 105%;
	    height: 100%;
}


.i-pro-hot .item .con{
	width: 35vw;
}

.i-pro-hot .item .con .box{
	padding: 3vw 2.6042vw;
}

.i-pro-hot .item:hover .con{
	width: 35vw;
	height: 100%;
}


.i-pro-hot .item.rightdiv .con{
	width: 35vw;
}



.i-pro-hot .item .chara{
	margin-top: 2.5vw;
}

.i-pro-hot .item .chara p{
	margin-top: 0.4167vw;
}

.single{
	margin-top: 1.2500vw;
}

.single a{
	line-height: 26px;
	font-size: 13px;
	letter-spacing: 0;
}

.single span{
	margin: 0 0.5208vw;
}

.i-pro-hot .item .button{
	margin-top: 2.2000vw;
}

.i-pro-hot .item .button a{
	font-size: 12px;
}

.i-pro-list .item{
	float: left;
	width: 32%;
	margin-left: 2%;
	border-radius: 0.8333vw;
}

.i-pro-list .item .con{
	width: 86%;
	padding: 18px 7%;
}

.i-pro-list .item .con h2{
	font-size: 18px !important;
}

.i-pro-list .item .con i{
	font-size: 18px;
}





.news-tab .tabs-3 {
	margin-right: 4.1667vw;
}

.news-tab .tabs-3 a {
	height: 36px;
	line-height: 36px;
	margin-right: 2.0833vw;
	font-size: 16px;
}

.news-tab .tabs-3 a.active:before{
	height: 3px;
}


.i-n-h{
	width: 32%;
}

.i-n-h a{
	border-radius: 0.8333vw;
	padding: 0.7292vw;
}

.i-n-h .pic{
	border-radius: 0.6250vw;
}

.i-n-h .pic img{
	height: 17.1875vw;
}

.i-n-h .con{
	padding: 2.0833vw 1.2500vw;
}

.i-n-h .con span,.i-n-l .con span{
	font-size: 13px;
	line-height: 22px;
}

.i-n-h .con h2,.i-n-l .con h2{
	line-height: 26px;
	height: 52px;
	margin-top: 0.8333vw;
	font-size: 16px !important;
}

.i-n-l{
	width: 65%;
}

.i-n-l .item:nth-of-type(1),.i-n-l .item:nth-of-type(2){
	margin-top: 0;
}

.i-n-l .item{
	width: 48%;
	float: left;
	margin-left: 4%;
	margin-top: 1.8750vw;
}

.i-n-l .item:nth-child(2n+1){
	margin-left: 0;
}

.i-n-l .item a{
	border-radius: 0.8333vw;
	padding: 2vw 2.0833vw;
}



