@charset "utf-8";
ul,
li,
dl,
dt,
dd,
ol {
	list-style-type: none;
	margin: 0;
	padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
label,
table,
tr,
td,
p,
header,
article,
footer,
nav,
section,
aside,
menu {
	margin: 0;
	padding: 0
}

header,
article,
footer,
nav,
section,
aside,
menu {
	display: block
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

img {
	border: none
}

a:link,
a:visited {
	text-decoration: none;
	outline: none;
	color: #444
}

a:active,
a:hover {
	text-decoration: none;
	color: #00757f
}

body {
	margin: 0;
	padding: 0;
	min-width: 320px
}

.fl {
	float: left
}

.fr {
	float: right
}

.cl {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	width: 100%;
	overflow: hidden
}

.fix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0
}

.fix {
	*zoom: 1
}

.navHome {
	width: 30px;
	margin-top: 23px;
	float: right;
}

.navHome img {
	width: 28px;
	height: 20px
}

.navbar {
	background: #00757f
}

#nav-over {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9998;
	display: none;
	width: 100%;
	height: 100%
}

.nav {
	position: absolute;
	top: 76px;
	right: -100%;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: #067956;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.openMenu {
	right: 480px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.openNav {
	right: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.leftsidebar_box {
	width: 100%;
	height: auto !important;
	overflow: visible !important;
	background: #0b7958
}

.leftsidebar_box dl {
	border-bottom: 1px solid #18b687
}

.leftsidebar_box dt {
	padding-left: 25px;
	background-repeat: no-repeat;
	color: #fff;
	position: relative;
	line-height: 3.000em;
	cursor: pointer
}

.leftsidebar_box dd a {
	background: #25886a;
	padding-left: 25px;
	display: block;
	color: #fff;
	line-height: 44px;
	height: 44px
}

.leftsidebar_box dt img {
	position: absolute;
	right: 0.625em;
	top: 1.250em
}

.leftsidebar_box dt img {
	width: 1.000em
}

.leftsidebar_box dt a {
	color: #fff
}

.leftsidebar_box dd a:hover {
	background: #0b7958
}

.twlist li {
	width: 48%;
	float: left
}

.twlist li:nth-child(2n) {
	float: right
}

.twlist li a {
	display: block
}


.twlist>ul>li .img {
    position: relative;
    padding-top: 59%;
    overflow: hidden;
}


.twlist>ul>li .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-height: 100%;
} 

.twlist li a p {
	font-size: 16px;
	text-align: center;
	color: #666666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 40px
}