.w-nav {
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    box-shadow: 0 0 0 rgb(0 0 0 / 0%);
    border-radius: 0;
}
.w-nav, .w-nav a {
    text-decoration: none;
}
.w-nav .w-nav-inner:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow: hidden;
}
.w-nav-inner {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.w-nav * {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}
.w-nav-inner .w-nav-item {
    position: relative;
    height:46px;
    width:212px;
    float: left;
	margin:3px;
}
.w-nav li {
	
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}
.w-nav-inner .w-nav-item > a {
	line-height:42px;
	display:block;
    position: relative;
    margin: 0;
    padding: 0 15px;
    border-top-width: 5px;
    border-top-style: solid;
    border-top-color: #ebf0f5;
    text-align: left;
    color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: rgb(0, 153, 153);
    background-image: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background: -webkit-linear-gradient(none, none);
    background: -moz-linear-gradient(none, none);
    background: -ms-linear-gradient(none, none);
    background: linear-gradient(none, none);
    background-size: auto;
}
.w-nav-inner .n-nav-item> a {
	line-height:42px;
	display:block;
    position: relative;
    margin: 0;
    padding: 0 15px 0 35px;
    border-top-width: 5px;
    border-top-style: solid;
    border-top-color: #ebf0f5;
    text-align: left;
    color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: rgb(0, 153, 153);
    background-image: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background: -webkit-linear-gradient(none, none);
    background: -moz-linear-gradient(none, none);
    background: -ms-linear-gradient(none, none);
    background: linear-gradient(none, none);
    background-size: auto;
}
.w-nav-inner .w-nav-item a:hover{
	background-color: rgb(6, 175, 175);
}
.w-nav-inner .w-nav-item.current > a {
    background-color: rgb(6, 175, 175);
    background-image: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background: linear-gradient(none, none);
    background-size: auto;
}
.content_zxjj {
	width:100%;
	text-align: center;
}
.content_zxjj h3{
	font-size:24px;
}
.content_zxjj img{
	width:100%;
	margin:15px auto;
	text-align:center;
}
.content_zxjj p{
	text-align:left;
	text-indent:2em;
	font-size:17px;
}
