/*Dotfuscator By ZPlatform*/
.top {
	background-color: #F5F5F5;
	padding: 54px 0;
}

.top>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top_l {
	width: 800px;
}

.top_l p:first-child {
	font-size: 30px;
	line-height: 1;
}
.top_l p:first-child span{
	color: #447FB4;
	cursor: pointer;
}

.top_l p:nth-child(2) {
	margin: 30px 0;
	font-size: 16px;
	line-height: 1.75;
}
.top_l p:nth-child(3) {
	font-size: 16px;
}

.top_l a {
	margin-left: 40px;
	color: #447FB4;
}

.top_r {
	width: 400px;
}

.top_r>p {
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
}

.top_r_list {
	overflow: hidden;
	margin: 0px 0 40px 0;
}

.top_r_list li {
	width: calc((100% - 40px) / 3);
	margin-left: 20px;
	float: left;
	text-align: left;
	font-size: 14px;
	padding: 0 10px;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 2;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background-color: #fff;
	margin-top: 15px;
}

.top_r_list li:nth-child(-n+3) {
	margin-top: 0;
}

.top_r_list li:nth-child(3n+1) {
	margin-left: 0;
}

.top_r .ewm {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top_r .ewm li {
	margin: 0;
}

.item_desc {
	padding: 0 18px;
}

.item_desc_top {
	background-color: #e6e6e6;
	margin-top: 18px;
}
.item_desc_top .pad70{
	padding-top: 80px;
	padding-bottom: 75px;
	padding: 80px 35px 75px;
}

.item_desc_top>div>p {
	line-height: 1.75;
}

.one_item_part {
	position: relative;
	margin-top: 18px;
}

.one_item_part img,
.one_item_part video {
	width: 100%;
}

.desc_mid {
	width: 600px;
	position: absolute;
	top: 0%;
	left: 0%;
	
	color: #fff;
	text-align: center;
	line-height: 1;
}

.normal_p {
	width: 100%;
}


.normal_p .pContent {
	line-height: 1.55;
}

.normal_p .pTitle {
	font-size: 20px;
	line-height: 1.25;
	padding-top: 0;
	padding-bottom: 35px;
}
.two_item_part {
	margin-top: 18px;
}

.two_item_part ul {
	font-size: 0;
}

.two_item_part li {
	font-size: 16px;
	position: relative;
	width: calc((100% - 18px) / 2);
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}

.two_item_part li:nth-child(2n+2) {
	margin-left: 18px;
}

.two_item_part li img,
.two_item_part li video {
	width: 100%;
}
.normal_p p{
	position: absolute;
}

/* .desc_l_t {
	position: absolute;
	left: 80px;
	top: 80px;
}
 */
.desc_b_c {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10%;
	margin: auto;
	text-align: center;
	color: #fff;
}

.other {
	background-color: #F5F5F5;
}
.other .pad70{
	padding: 20px !important;
	padding-top: 57px !important;
	padding-bottom: 50px !important;
}
.other .com_tit{
	margin-bottom: 27px;
}
.other video,.other img {
	width: 100%;
}
.other ul{
	margin-top:3px !important;
}
.pro_ul ul li {
	margin-top: 27px;
}
.mob_top {
	display: none;
}

.pptInfo{
	padding:18px 18px 0px 18px;
}
.btnBuy:hover{
	background-color:#ad1400 !important;
	border-color:#ad1400 !important;
	color:white !important;
}
@media (max-width:768px) {
	.other .pad70{
		padding: 3% !important;
		padding-top: 20px !important;
	}
	.pptInfo{
		padding:0px !important;
	}
	.pptInfoContainer{
		padding-top: 20px !important;
		padding-bottom:20px !important;
		margin-left: 3% !important;
		margin-right: 3% !important;
	}
	.dataTable{
		padding:20px 3%;
		padding-top:7px;
		margin:0px !important;
	}
	.dataTitle{
		margin-top:13px !important;
		padding:0px !important;
		font-size:14px;
	}
	.dataTitleContent{
		margin-top:13px !important;
		padding:0px !important;
		font-size:12px;
	}
	.dataTableContent{
		margin-top:13px !important;
		padding:0px !important;
	}
	.cellDataTitle{
		font-size:14px;
		line-height:1.5;
	}
	.cellDataContent{
		font-size:12px;
		line-height:1.5;
	}
	.item_desc .com_tit::before{
		display: none !important;
	}
	.top {
		display: none;
	}

	.mob_top {
		display: block;
	}

	.mob_top {
		background-color: #f5f5f5;
		padding: 20px 3%;
		font-size: 12px;
	}

	.mob_top .item_tit>p:nth-child(1) {
		font-size: 16px !important;
		line-height:1.5 !important;
		margin-top:20px !important;
	}
	.mob_top .item_tit>p:nth-child(1) span{
		color: #447FB4;
	}

	.mob_top .item_tit>p:nth-child(2) {
		font-size: 12px !important;
		padding-top:10px !important;
		padding-bottom:10px !important;
		line-height:1.75 !important;
	}
	.mob_top>p:nth-child(1) {
		font-size: 16px !important;
		line-height:1.5 !important;
		margin-top:10px !important;
		text-align:center;
		font-weight:bold;
	}
	.mob_top>p:nth-child(1) span{
		color: #447FB4;
	}

	.mob_top>p:nth-child(2) {
		font-size: 12px !important;
		padding-top:14px !important;
		padding-bottom:14px !important;
		line-height:1.75 !important;
	}
	.mob_top>p:nth-child(3) {
		font-size: 12px;
		line-height: 1.75;
	}

	.mob_top ul {
		overflow: hidden;
	}

	.mob_top li {
		width: calc((100% - 30px) / 4);
		float: left;
		margin-left: 10px;
		margin-top: 10px;
		padding: 5px 0;
		text-align: center;
		font-size: 12px;
		background-color: #fff;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}

	.mob_top li:nth-child(4n+1) {
		margin-left: 0;
	}

	.mob_top>p:nth-child(4) {
		line-height: 1.75;
		margin-top: 14px;
		margin-bottom: 4px;
		font-size: 12px;
	}

	.mob_top>p:nth-child(5) {
		line-height: 1.75;
		margin: 10px 0 16px 0;
		font-size: 12px;
	}

	.mob_top>p:nth-child(5) a {
		color: #7BAACB;
		margin-left: 8px 0;
	}

	.share {
		overflow: hidden;
	}
	.mob_top p a{
		margin-left: 20px;
		color: #447FB4;
	}

	.share a:nth-child(1) {
		margin-left: 0;
	}

	.normal_p {
		width: 100%;
	}

	.desc_mid {
		position: static;
		transform: none;
		color: #000;
		width: 100%;
	}

	.normal_p p:nth-child(1) {
		font-size: 18px !important;
		margin-bottom: 0;
		text-align: center !important;
	}

	.normal_p p:nth-child(-n+2) {
		font-size: 15px !important;
		text-align: left;
	}

	.two_item_part li {
		width: 100%;
		margin: 0 0 15px 0 !important;
	}

	.desc_l_t,
	.desc_b_c {
		position: static;
		color: #000;
	}
	.desc_mid p,.desc_l_t p{
		text-align: justify;
		font-size: 12px;
		line-height: 1.75;
		margin-top: 6px;
	}
	.desc_mid p span,.desc_l_t p span{
		display: block;
		margin-top: 12px;
		font-size: 14px;
		text-align: center;
		line-height: 1.5;
	}
	.two_item_part {
		margin-top: 14px;
	}

	.pro_ul ul li:nth-child(n+2) {
		margin-top: 15px;
	}

	.item_desc {
		padding: 0px;
	}
	.item_desc_top {
		margin-top: 14px;
	}
	.item_desc_top .pad70 {
		padding-top: 20px !important;
		padding-bottom: 14px !important;
		padding: 0 10px 0;
	}

	.item_desc_top>div>p {
		font-size: 12px;
		margin-top: 14px;
		text-align: justify;
	}
	.one_item_part {
		position: relative;
		margin-top: 14px;
	}
	.com_tit span {
		padding: 0 20px;
	}

	.item_desc .com_tit::before {
		display: block;
	}
	.normal_p p {
		position: initial;
	}
	.normal_p p:nth-child(1) {
		font-size: 15px !important;
		margin: 12px 0 6px 0;
	}

	.normal_p p:nth-child(2) {
		font-size: 12px !important;
	}

	.two_item_part li:last-child {
		margin-bottom: 0 !important;
	}

	.other .com_tit::before {
		display: block;
	}

	.other ul{
		margin-top:3px !important;
	}
	.other ul li {
		width: 100%;
		margin:15px 0px 0px 0px !important;
		padding:0px !important;
	}

	.other .pro_top_desc {
		padding: 12px 10px;
		line-height: 1;
		color: #000;
		font-size: 12px;
		position: static;
		background-color: #fff;
	}
	.other .pro_top_desc p:nth-child(1){
		line-height:1.5;
		font-size: 14px !important;
		font-weight: normal;
	}
	.other .pro_top_desc p:nth-child(1)::before{
		width: 30px;
		background-color: #000;
		bottom:-8px;
	}
	.other .pro_top_desc p:nth-child(2){
		font-size: 12px !important;
		margin-top: 14px !important;
		line-height:1.5;
	}
	.other{
		margin-top: 20px !important;
		padding-bottom:10px;
	}
}
