.page-content > .tit span { display:block; }
.page-content > .tit span:nth-of-type(1) {}
.page-content > .tit span:nth-of-type(2) {}
.page-content > .tit > h2 {}
.page-content > .img-wrap { height: auto; padding-bottom: 0; }
.page-content > .img-wrap > img { display:block; margin:0 auto 50px; /*width:80%*/ }

.ul-box > ul { list-style:none; margin:0 0 30px 0; padding:0; border-right:1px solid #ddd; border-bottom:1px solid #ddd; overflow:hidden; }
.ul-box > ul > li { float:left; width:25%; }
.ul-box > ul > li > a { display: block; height: 45px; line-height: 45px; text-align: center; background: #f8f8f8; font-size: 15px; font-weight: 500; color: #666; /* border: 1px solid #ddd; */ border-left: 1px solid #ddd; border-top: 1px solid #ddd; }
.ul-box > ul > li > a.on {background:#fff; font-size:15px; color:#004431; }

.ul-box > ul:nth-of-type(2) > li { float:left; width:50%; }

@media (max-width:991px) { 
	.responsive .ul-box > ul > li { width:50%; } 
}
@media (max-width:767px) { 
	.responsive .ul-box > ul > li { width:50%; } 
}
@media (max-width:480px) { 
	.responsive .ul-box > ul > li { width:50%; } 
}
		

/* Tabs Style */
.ui-tabs {
	position: relative;
}
.ui-tabs .ui-tabs-nav {
    display: block;
	margin: 0;
    padding: 0;
	overflow:hidden;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	background: none;
}
.ui-state-active, .ui-button.ui-state-active:hover {
    background: #42b077;
    font-weight: normal;
    
}

.ui-state-active a, .ui-button.ui-state-active:hover a { color: #fff; }


.ui-tabs .ui-tabs-nav { border-right:1px solid #ddd; border-bottom:1px solid #ddd; }
.ui-tabs .ui-tabs-nav li { margin:0; padding:0; border-left:1px solid #ddd; border-top:1px solid #ddd; }
.ui-tabs .ui-tabs-nav .ui-tabs-anchor { display:block; width: 100%; height:50px; line-height:50px; padding: 0; text-align:center; font-size:16px; font-weight:400; }

