* {
	margin: 0;
	padding: 0;
}

body {
	overflow-x: hidden;
	font-family: "微软雅黑";
}

li {
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.pro-content {
	padding: 0 15px;
}

.pro-til {
	text-align: center;
}

.pro-til p {
	margin: 5px auto;
	padding: 5px 0;
	width: 280px;
	font-size: 28px;
	border-bottom: 5px solid rgb(0, 90, 160);
	color: rgb(0, 90, 160);
}

.pro-til span {
	font-size: 15px;
}


/*.table-content{
	max-width: 1200px;
	margin: 50px auto 0;
	overflow: auto;
	border: 1px solid #e6e6e6;
}*/

.pro-table {
	max-width: 1200px;
	margin: 50px auto 0;
	border: 1px solid #e6e6e6;
}

.layui-table {
	margin: 0!important;
	margin-bottom: 5px!important;
}

.layui-table>tbody>tr:nth-child(even) {
	background-color: rgb(242, 242, 242);
}

.layui-table>tbody>tr {
	transform-style: preserve-3d;
	transition: 0.5s;
}

.layui-table th {
	font-size: 14px!important;
	background-color: rgb(127, 172, 210);
	font-weight: bold;
}

.layui-table td,
.layui-table th {
	text-align: center;
	padding: 9px 18px;
	min-height: 30px;
	font-size: 13px;
	color: #000000;
}

.layui-table td,
.layui-table th {
	border: none!important;
}

.layui-table tbody tr:hover {
	/*background-color: rgba(199,199,199,1)!important;*/
	transform: translateZ(30px) scale(1.1);
}

.pro-feature {
	display: block;
	border-radius: 8px;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: white;
}

.pro-jiesao {
	text-align: left!important;
	/*min-width: 500px;*/
}
.pro-jiesao p{
	/*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    /*width: 600px;*/
    display: inline-block;
}
.contkefu {
	white-space: nowrap;
	color: black;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid rgb(253, 185, 77);
	background-color: rgb(253, 185, 77);
	border-radius: 2px;
	padding: 3px 8px;
}

.bcolorpink {
	background-color: rgb(253, 77, 91);
}

.bcolorgreen {
	background-color: rgb(0, 167, 16);
}

.bcolorpurple {
	background-color: rgb(243, 77, 253);
}

.bcolorbrown {
	background-color: rgb(253, 185, 77);
}

.bcolorblue {
	background-color: rgb(0, 126, 167);
}

.bcolordpurple {
	background-color: rgb(98, 1, 130);
}

.bcolorsblue {
	background-color: rgb(0, 153, 167);
}

.tcolordblue {
	color: blue!important;
}

.tcolorpink {
	color: rgb(253, 77, 91)!important;
}

.tcoloryellow {
	color: rgb(237, 206, 0)!important;
}

.pro-content div:last-child {
	text-align: center;
	margin: 50px auto;
	vertical-align: top;
}

.pro-content div:last-child a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-decoration: none;
	line-height: 30px;
	vertical-align: inherit;
}

.pro-content div:last-child span {
	height: 30px;
	text-decoration: none;
	line-height: 30px;
	vertical-align: inherit;
}

.pro-content div:last-child span:last-of-type {
	display: inline-block;
	width: 30px;
	text-decoration: none;
	vertical-align: inherit;
	color: red;
}

.prev {
	font-size: 0px;
	background-image: url('../images/left_icon.png');
}

.next {
	font-size: 0px;
	background-image: url('../images/right_icon.png');
}

.big-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 5;
	display: none;
}

.centerWindow {
	position: fixed;
	padding: 25px;
	background-color: white;
	top: 35%;
	left: 0;
	right: 0;
	margin: auto;
	width: 600px;
	z-index: 10;
	display: none;
	border-radius: 8px;
}

.centerWindow>ul>li {
	margin-top: 20px;
}

.centerWindow>ul>li:first-of-type {
	margin-top: 0px;
}

.contactCon div {
	display: flex;
	width: 100%;
	margin-top: 20px;
	cursor: pointer;
}

.contactCon div:first-of-type {
	margin-top: 0px;
}
.centerWindow>ul>li p {
	float: left;
	line-height: 30px;
}

.centerWindow ul li span {
	line-height: 30px;
	margin-left: 15px;
}

.centerWindow ul li a {
	margin-left: 15px;
	width: 70px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: white;
	border: 1px solid rgba(119, 119, 119, 0.4);
}

.wx-con {
	background-color: white;
	position: fixed;
	top: 25%;
	left: 0;
	right: 0;
	width: 300px;
	z-index: 15;
	margin: auto;
	display: none;
	border-radius: 8px;
	border: 1px solid rgba(119, 119, 119, 0.4);
	padding-top: 0;
	padding-bottom: 25px;
}
.wx-til{
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
}
.wx-til p {
	float: left;
	font-size: 16px;
	margin-top: 4px;
}

.wx-til span {
	display: block;
	font-size: 36px;
	float: right;
}

.wx-con img {
	display: block;
	width: 200px;
	height: 200px;
	margin: 15px auto;
}

.wx-con>p {
	text-align: center;
	padding: 8px 0;
	font-size: 14px;
}

@media (max-width: 876px) {
	.mobilenone {
		display: none!important;
	}
	.pro-jiesao {
		min-width: 0px;
	}
	.pro-jiesao p {
		/*height: 40px;*/
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		white-space: normal !important;
	}
}

/* 2026 theme refresh */
.pro-til p {
        border-bottom-color: #DC4D33;
        color: #DC4D33;
}

.layui-table th {
        background-color: #DC4D33;
        color: #fff;
}

.contkefu,
.bcolorpink,
.bcolorgreen,
.bcolorpurple,
.bcolorbrown,
.bcolorblue,
.bcolordpurple,
.bcolorsblue {
        background-color: #DC4D33 !important;
        border-color: #DC4D33 !important;
        color: #fff !important;
}

.tcolordblue,
.tcolorpink,
.tcoloryellow {
        color: #DC4D33 !important;
}

.prev,
.next {
        background-image: none;
        background-color: #DC4D33;
        border-radius: 50%;
        position: relative;
}
