.com-title{
	text-align: center;
	width: 150px;
	margin:0 auto;
	margin-top: 50px;
}
.com-title h3{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 28px;
	color: #EB5606;
	line-height: 29px;
	position: relative;
}
.com-title h3::after{
	content:"";
	background:#EB5606;
	height: 3px;
	width: 80px;
	left: 22%;
	bottom: -12px;
	transition:all 0.5s ease-in-out;
	position:absolute;
}

.com-title:hover h3::after {
	width:100%; 
	left:0
}

.about-us .content{
	margin-top: 34px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #575555;
	line-height: 36px;
}
.about-us .content p{
	/*text-align: justify;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;*/
    /*overflow: hidden;*/
}
.about-us .content .more{
	display: block;
	float: right;
	width: 80px;
	height: 28px;
	line-height: 28px;
	background: #EB5606;
	border-radius: 14px;
	/* border: 1px solid #FFFFFF; */
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}
.about-us .content .more:hover{
	background:#dd8f65;
	transition: all 0.2s;
}
.products .tab{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}
.products .tab span{
	display: block;
	padding:0 10px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #CBCACA;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #7A7A7A;
	margin:0 15px;
	cursor: pointer;
}
.products .tab span.on{
	background-color: #EB5606;
	color: #ffffff;
	border: 1px solid #EB5606;
}
.pop-up{
    width: 1061px;
    /*height: 807px;*/
    background: #FFFFFF;
    border-radius: 8px;
    position:fixed;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    z-index: 9999;
    display: none;
}
.pop-up .box{
	height: 650px;
	overflow-y:auto;
	padding: 30px;
	text-align: center;
}

/*滚动条自定义样式*/
.pop-up .box::-webkit-scrollbar{box-sizing:border-box;width:9px;height:9px;background:#eee;}
.pop-up .box::-webkit-scrollbar-button{width:9px;height:0px;}
.pop-up .box::-webkit-scrollbar-track-piece{background-color:rgba(0,0,0,.15);}
.pop-up .box::-webkit-scrollbar-thumb{border:1px solid rgba(0,0,0,.21);background-color:#C1C1C1; border-radius:5px;max-height:80px;height:80px;}
.pop-up .box::-webkit-scrollbar-corner{background-color:#f1f1f1;}


@media only screen and (max-height: 1000px), only screen and (max-device-height: 1000px){
	.pop-up {
		height: 90vh;
	}
	.pop-up .box{
		max-height: -webkit-fill-available;
	}
}

.pop-up .box img{
	max-width: 90%;
	height: 460px;
	margin:15px 0;
	object-fit: contain;
}
.pop-up .box .title_content img{
	max-width: 90%;
	height: auto;
}
.pop-up .box h1{
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #030303;
    text-align: left;
}
.pop-up .box h3{
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: #EB5606;
    opacity: 0.9;
    text-align: left;
}
.pop-up .box .title{
    font-size: 18px;
     color: #030303;
     margin-top: 10px;
     display: block;
     text-align: left;
}
.pop-up .box div {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.pop-up .box div input{
    width: 98px;
    height: 30px;
    background: #ffffff;
    border: 1px solid #CBCACA;
    text-indent:2em;

}
.pop-up .box div span{
    width: 118px;
    height: 30px;
    line-height: 30px;
    background: #EB5606;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    display: block;
     margin-left: 20px;
}
.pop-up .box i{
    width: 40px;
    height: 40px;
    position: absolute;
   	right: 2px;
    top: 3px;
    background: url(../images/sc.png) no-repeat center;
    background-size: 31px;
    cursor: pointer;
}
.tab-list-case .tab-list{
	    overflow: initial
}

@media  only screen and (max-width: 1200px), only screen and (max-device-width:1200px) {
	.tab-list-case .tab-list .info{
  		width: 23%;
  		height: auto;
  		padding-bottom: 20px;
  		margin-right:2.6%;
	}
	.tab-list-case .tab-list .info img{
		height: 150px;
	}
	.tab-list-case .tab-list .info .box div input{
		width: 40%;
	}
	.tab-list-case .tab-list .info .box div span{
		width: 50%;
	}
	.footer-case{
		height: auto;
	}
	.pop-up{
		width: 90%;
	}
	.pop-up .box img{
		height: 400px;
	}
	.tab-list-case .tab-list .info .box .title{
		margin: 10px 0 0 0;
	}

}

@media  only screen and (max-width: 1100px), only screen and (max-device-width:1100px) {
	.products .tab span{
		font-size: 14px;
	}
}

@media  only screen and (max-width: 950px), only screen and (max-device-width: 950px) {
   .com-title{
   		margin-top: 30px;
   }
   .com-title h3{
   		font-size: 24px;
   }
   .tab-list-case .tab-list .info{
  		width: 31%;
  		height: auto;
  		padding-bottom: 20px;
  		margin-right:3.2%;
	}
	.tab-list-case .tab-list .info:nth-child(3n){
		margin-right:0%;
	}
	.tab-list-case .tab-list .info:nth-child(4n){
		margin-right:3.2%;
	}
	.products .tab span{
		margin:0 5px;
		padding: 0 5px;
	}
	.pop-up .box img{
		height: 350px;
	}
	.tab-list-case .tab-list .info img{
		object-fit: contain;
	}
	.about-us{
		margin-bottom: 20px;
	}
}

@media  only screen and (max-width: 790px), only screen and (max-device-width:790px) {
	.products .tab{
		display: block;
	}
	.products .tab span{
		width: 97%;
		margin:0!important;
	}
	.products .tab span:nth-child(2){
		margin:15px 0 !important;;
	}

}

@media  only screen and (max-width: 700px), only screen and (max-device-width:700px) {
	.tab-list-case .tab-list .info{
  		width: 48%;
  		height: auto;
  		padding-bottom: 15px;
  		margin-right:0%;
	}
	
	.tab-list-case .tab-list .info:nth-child(2n){
		float: right;
		margin-right:0px;
	}
	.tab-list-case .tab-list .info .more{
		font-size: 12px;
		width: 67px;
	    height: 24px;
	    line-height: 24px;
	}
	.tab-list-case .tab-list .info .box div input{
		height: 25px;
	}
	.tab-list-case .tab-list .info .box div span{
		height: 25px;
		line-height: 25px;
	}
	.about-us .content p{
		font-size: 14px;
	}
	.pop-up .box img{
		height: 300px;
	}
}
@media  only screen and (max-width:600px), only screen and (max-device-width:600px){
	.com-title {
	    margin-top: 20px;
	}
	.products .tab{
		margin-top: 30px;
	}
	.com-title h3 {
	    font-size: 20px;
	}
	.com-title h3::after{
		bottom: -5px;
	}
	.about-us .content{
		margin-top: 13px;
	}
	.tab-list-case .tab-list .info{
		margin-top:15px;
	}
	.pop-up .box img{
		height:200px;
	}
	.pop-up .box h3{
		font-size: 16px;
	}
	.pop-up .box{
		padding: 15px;
		max-height: 60vh;
	}
	.pop-up .box h1,.pop-up .box .title{
		font-size: 14px;
	}
	.pop-up .box div{
		margin-top: 10px;
	}
	.tab-list-case .tab-list .info .box div span{
		font-size: 12px;
	}
	.tab-list-case .tab-list .info .box .title{
		height: 60px;
	}
}