.history {
	line-height: 60px;
}

.data_box .li {
	width: 50%;
	border-bottom: 1px solid #EBEBEB;
	padding: 10px 0;
	margin-top: 10px;
}
.data_box .li:nth-child(2n){
	padding-left: 20px;
}

.data_box .li:nth-child(1),
.data_box .li:nth-child(2) {
	margin-top: 0;
}

.data_box .con {
	font-size: 22px;
}

.data_box .title {
	font-size: 14px;
	/* color: #999; */
}

.serices_title {
	font-size: 24px;
}
.nyDesc{
	font-size: 16px;
	line-height: 25px;
}

/*.nyDesc ul{*/
/*    padding: revert !important;*/
/*    list-style-type: initial !important;*/
/*}*/

.serices {
	margin-left: 30px;
}

.serices_name .li:hover, .serices_name2 .li:hover  {
	color: #D7000F;
}

.serices_name .li, .serices_name2 .li{
	flex: none !important;
	margin-right: 40px;
}
.tabs_box .li{
	
}

.serices_name .li, .serices_name2 .li {
	cursor: pointer;
}

.tags_page>.li {
	display: none;
}

.tags_page>.li:nth-child(1) {
	display: block;
}

.form_data>.li:nth-child(2n-1) {
	background: #F6F6F6;
}

.form_data>.li:nth-child(2n) {
	background: #FFF;
}

.form_data .imgBox {
	height: 90px;
}

.form_data>.li:hover .imgBox img {
	transform: scale(1.08);
}

.note_bottom:before {
	position: absolute;
	background: url('../images/uni-t-w.png') no-repeat center;
	background-size: auto 30px;
	height: 60px;
	width: 100%;
	margin: auto;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.ware_download{
	width: 30px;
	height: 30px;
	background: url('../images/download_icon.png') no-repeat center;
	background-size: 28px 28px;
	margin-left: 10px;
	cursor: pointer;
}
.close_note {
	position: absolute;
	background: url(../images/close_note.png) no-repeat center;
	width: 50px;
	height: 50px;
	top: 20px;
	right: 40px;
	background-size: 30px;
	margin: auto;
	content: '';
	z-index: 3;
	cursor: pointer;
}

.tab_act{
	color: #CB333B;
}
.download_btn{
	width: 180px;
}
.download_btn::before{
	display: none !important;
}

@media screen and (max-width: 768px) {
	.history{
		font-size: 12px;
		line-height: 30px;
	}
	.pt123{
		background: #fff;
	}
	.serices_box{
		flex-wrap: wrap;
	}
	.serices_box .serices{
		flex: none;
		margin-left: 0;
		width: 100%;
		margin-top: 20px;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.serices_box .serices .b_li{
	    width: calc((100% - 20px) / 2);
	    margin-right: 20px;
	}
	.serices_box .serices .b_li:first-child{
	    margin-top: 25px;
	}
	.serices_box .serices .b_li:nth-child(2n){
	    margin-right: 0;
	}
	.serices_box .serices a img{
	    width: 100% !important;
	}
	.data_box .li{
		width: 50%;
	}
	.data_box .li:nth-child(2n){
		/* padding-left: 0; */
	}
	.serices_title{
		font-size: 18px;
		margin-top: 10px;
	}
	.data_box .con{
		font-size: 16px;
	}
	.seriesPage{
		display: flex;
		justify-content: center;
	}
	.seriesPage .trBtn{
		width: 60px;
		height: 60px;
		margin: 0 20px;
	}
	.btnBox {
		margin-bottom: 0;
	}
	.tabs_box .box{
		/* display: block; */
		flex-wrap: wrap;
	}
	.serices_name .li, .serices_name2 .li, .serices_obsolete .li{
		text-align: left !important;
	}
	.serices_name, .serices_name2{
		padding: 10px 0;
		height: auto !important;
	}
	.serices_name .li, .serices_name2 .li{
		line-height: 25px;
		width: 20%;
		margin-right: 0;
	}
	.solution .li{
		margin-bottom: 20px;
		flex-wrap: wrap;
		flex-direction: column-reverse;
		border-bottom: 1px solid #f4f4f4;
	}
	.solution .li:nth-child(2n){
		flex-direction: column-reverse;
	}
	.solution .li .flex-1{
		flex: none;
		width: 100%;
	}
	.solution .li:nth-child(2n-1) .solution_imgBox{
		margin-left: 0;
	}
	.solution .li:nth-child(2n) .solution_imgBox{
		margin-right: 0;
	}
	.nyDesc{
		/* width: 100%; */
	}
	
	.tabs_page_02{
		margin-top: 0;
	}
	.download_btn {
		font-size: 12px;
	}
	.download_btn {
		width: 130px;
		height: 40px;
		line-height: 40px;
		border: 1px solid #CB333B;
		color: #CB333B;
		font-size: 12px;
		cursor: pointer;
		border-radius: 5px;
		transition: all .3s;
		margin-top: 0;
	}
	.serices_data {
		padding: 10px 0 0 0;
	}
	.serices_data .li{
		text-align: left;
		padding-bottom: 10px;
	}
	.form_data>.li:nth-child(2n-1){
		background: none;
		/* padding-bottom: 10px; */
	}
	/* .form_data>.li:nth-child(2n){
		padding-top: 10px;
	} */
	.form_data>.li{
		/* padding-left: 20px; */
		border-bottom: 1px solid #f4f4f4;
		padding-top: 10px;
	}
	.mbBg{
		padding-bottom: 20px;
	}
}