.tit {
	text-align: center;
}
.youshi1 {
	width: 30%;
	display:inline-block;
	margin: 1%;
	padding: 20px;
	box-shadow: 0 5px 10px #00000008;
	border-radius: 12px;
}
.youshi2 {
	background: linear-gradient(1turn, #e8fff3, #edf4ff);
    border-radius: 8px;
	padding: 20px;
}
.youshi2 h3 {
	background: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff 49%, hsla(0, 0%, 100%, 0));
	font-weight: 700;
	text-align: center;
	padding: 10px 0;
	margin: 0 0 20px;
}
.youshi3 {
	background: #fff;
	text-align: center;
	padding: 10px;
}
.youshi3 p {
	border-bottom: 1px dashed rgba(0, 0, 0, .1);
	margin: 0;
	padding: 20px 0;
}
@media (max-width: 767px) {
	.youshi1 {
		width: 98%;
	}
}

.tab {
	background: #fff;
	margin-top: 30px;
	box-shadow: 0 5px 10px #00000008;
	border-radius: 20px;
}
.tab_list, .tab_con {	
	display: inline-block;
	vertical-align: top;
}
.tab_list {
	border-right: 1px dashed #adadad;	
	width: 20%;
}
.tab_list ul {
	
}
.tab_list li {
    display: block;
    width: 100%;
    height: 70px;
    background: #fff;
    border: 1px solid #eee;
    font-size: 18px;
    font-weight: 500;
    color: #525252;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}
.tab_list li:hover {
	background: #ff8d28;
    border: 1px solid #ff8d28;
    color: #fff;
}
.tab_list .current {
	background: #ff8d28;
    border: 1px solid #ff8d28;
    color: #fff;
}
.tab_con {
	width: 79%;
	padding: 20px 40px;
}
.tab_con .p-tit {
	font-size: 18px;
	font-weight: 600;
}
.tab_con .p-tit:before {
    content: "";
    display: inline-block;
    height: 15px;
    width: 15px;
    background: #ff8d28;
    background-size: 100%;
    vertical-align: middle;
    margin-right: 15px;
}
.tab_con .tab1 {
	width: 47%;
	display: inline-block;
	margin: 1%;
}
.tab_con .tab2 {
	margin: 1%;
}
.tab_con table tr td {
	width: 40%;
	padding: 15px;
}
.tab_con table tr .td1 {
	width: 20%;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}
@media (max-width: 767px) {
	.tab {
		padding: 0 15px;
	}
	.tab_list {
		width: 100%;
		border-bottom: 1px dashed #adadad;
		border-right: unset;
	}
	.tab_list ul {
		margin-right: 0;
		padding-bottom: 20px;
	}
	.tab_list li {
		width: auto;
        display: inline-block;
        height: auto;
        line-height: unset;
        padding: 10px;
        margin: 5px 0;
		font-size: 16px;
	}
	.tab_con {
		width: 100%;
		padding: 10px;
		height: 300px;
		overflow: scroll;
		overflow-x: hidden;
		overflow-y: auto;
		font-size: 14px;
	}
	
}


.pa25 {
    padding-bottom: 25px;
}
.gh_tit {
    position: relative;
    margin: 0 0 10px 0;
    padding-left: 30px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}
.gh_tit em {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
}
.gh_table {
	width: 96%;
    margin: 40px auto;
}
.gh_table h2 {
    background: #f5f5f5;
    color: #ea5413;
    text-align: center;
    font-size: 16px;
	font-weight: 700;
	margin: 0;
    padding: 20px 0;
}
.gh_pai .tablebox {
    height: 416px;
    overflow-y: auto;
}
.gh_pai .tablebox::-webkit-scrollbar {
    width: 6px;   
	height:80%;
}
.gh_pai .tablebox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px #0909091a;
    background: #09090933;
}
.gh_pai .tablebox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #09090933;
    border-radius: 0;
    background: #0909091a;

}
.gh_table table {
    width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.gh_pai .tablebox tr td:first-of-type {
    width: 98px;
}
.gh_pai .tablebox td {
    padding: 6px 0;
}
.gh_table table td {
    padding: 12px 0;
    color: #000000;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
}
.gh_table table td a {
	color: #f4723a;
}
.gh_table table td a:hover {
	color: #000;
}
.zksq {
    text-align: center;
}
.zksq a {
    text-align: center;
    margin: 10px 0;
    color: #f4723a;
    display: inline-block;
    border: 1px solid #f4723a;
    padding: 5px 15px;
    border-radius: 15px;
}
.zksq a:hover {
	background: #f4723a;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.pa25 {
		
	}
	.gh_pai .tablebox tr td:first-of-type {
		width: auto;
	}
	.gh_table {
		width: 100%;
	}
}

.hti1 {
	width: 22%;
	display: inline-block;
	margin: 1%;
	padding: 30px 10px;
	transition: var(--stk-transition-default, all var(--stk-transition-duration, .12s) cubic-bezier(.45,.05,.55,.95), flex 0s, max-width 0s, visibility 0s);
	border: 1px solid #edeff2;
	text-align: center;
	border-radius: 5px;
}
.hti1 img {
	width: 30%;
}
.hti1 h3 {
	font-weight: 700;
	margin-bottom: 30px;
	color: #000;
}
.hti1 p {
	margin-bottom: 0;
	color: #5a5a5a;
	font-size: 14px;
	padding: 0 15px;
	line-height: 30px;
	text-align: left;
}
.hti1:hover {
	    border: 1px solid transparent;
	border-bottom: 4px solid #da5417;
	-webkit-box-shadow: 0 4PX 16PX 0 rgba(19, 20, 26, .1);
    box-shadow: 0 4PX 16PX #13141a1a;
    -webkit-transform: translateY(-20PX);
    -ms-transform: translateY(-20PX);
	transform: translateY(-20PX);
	    -webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;	
}
@media (max-width: 580px) {
	.hti1 {
		width: 47%;
	}
	.hti1 h3 {
		font-size: 14px;
	}
}



.xm {
	width: 1200px;
	margin: auto;
	margin-bottom: 40px;
}
.xm ul li {
    display: inline-block;
    width: 23.2%;
    margin: 0.6%;    
    text-align: center;
    transition: all .4s linear 0s;
    height: 480px;
    vertical-align: top;
    overflow: hidden;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .1);
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
}
.xm ul li .xm-tit {
	font-size: 18px;
	font-weight: 700;	
	color: #fff;
	padding: 20px 0;
	margin: 0;
}
.xm ul li .bg1 {
	background: #0d1028;
}
.xm ul li .bg2 {
	background-color: #ff5202;
}
.xm ul li:hover .bg1 {
	background: url(/wp-content/themes/ny/zhuanti/images/xzyd2.jpg) no-repeat;
}
.xm ul li:hover .bg2 {
	background: url(/wp-content/themes/ny/zhuanti/images/xzyd2.jpg) no-repeat;
}
.xm-main {
	padding: 15px;
	font-size: 14px;
}
.xm-main  p {	
	text-align: left;
}
.xm-main .tr1 {
	background: #0d1028;
	color: #fff;
	font-weight: 700;
}
.xm-main .tr2 {
	background: #ff5202;
	color: #fff;
	font-weight: 700;
}
.xm ul li:hover .tr1 {
	background: url(/wp-content/themes/ny/zhuanti/images/xzyd2.jpg) no-repeat;
}
.xm ul li:hover .tr2 {
	background: url(/wp-content/themes/ny/zhuanti/images/xzyd2.jpg) no-repeat;
}
.xm-main td {
	border: 1px solid #f0f0f0;
	padding: 0;
	line-height: 28px;
}
@media (max-width: 767px) {
	.xm {
		width: 100%;
	}
	.xm ul li {
		display: block;
		width: 90%;
		margin: 10px auto;
		height: auto;
	}
}