@charset "utf-8";
html{
	position:relative
}
html,
body {
	background-color: #e1f0ec;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	min-height: 100%;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	cursor: pointer;
	outline: 0 none;
}

b,
cite,
em,
i {
	font-style: normal;
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
th,
ul {
	margin: 0;
	padding: 0
}

.main {
	background: #e1f0ec;
	min-height: 100%;
	padding-bottom:133px;
	margin-bottom: 20px;
}

.headernav {
	font-size: 12px;
	color: #999999;
	margin: 10px 0;
}

.headernav a {
	color: #999;
}
.headernav span{
	color: #666;
}

.nav {
	background-color: #00a77a;
	width: 100%;
	height: 77px;
}

.nav .nav_title {
	width: 1024px;
	height: 77px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.nav .nav_logo img {
	width: 100%;
}

.nav .nav_cont {
	width: 1046px;
	list-style: none;
	display: flex;
	margin-left: 10px;
}

.nav .nav_cont li {
	line-height: 60px;
	height: 57px;
	width: 140px;
	padding: 10px 10px;
	text-align: center;
	position: relative;
}

.nav .nav_cont li a {
	text-decoration: none;
	color: #fff;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	cursor: pointer;
}

.nav .nav_cont .active {
	background-color: #008360;
	font-weight: 600;
}

.nav .nav_cont li:hover {
	background-color: #008360;
	font-weight: 600;
}

.nav .nav_cont .downTriangle {
	margin-top: 30px;
	float: right;
	width: 0;
	height: 0;
	border-width: 5px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}

.nav .nav_cont li:hover .downTriangle {
	margin-top: 20px;
	float: right;
	width: 0;
	height: 0;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
}

.nav .nav_cont .nav_cont_two {
	display: none;
	list-style: none;
	background-color: #00bb89;
	position: absolute;
	width: 250px;


	top: 70px;
	left: -10px;
	z-index: 99;
	border-radius: 10px;
	padding: 0px;
}

.nav .nav_cont .nav_cont_two li {
	float: left;
	padding: 5px 10px;
	width: 105px;
	overflow: hidden;
}
 .nav .nav_cont .nav_cont_two li:hover {
/* 	text-decoration: #fff underline 1px; */
	background-color: #00bb89;
	border-radius: 10px;
} 
.nav .nav_cont .nav_cont_two li:hover  a{
	border-bottom:solid 1px #fff;
	
}
.nav .nav_cont li:hover .nav_cont_two {
	display: block;
}

.nav .nav_right {
	float: right;
}

.nav .nav_right .nav_right_st {
	width: 62px;
	height: 24px;
	line-height: 24px;
	border: 1px #fff solid;
	border-radius: 25em;
	margin-left: 30px;
	font-size: 12px;
}

.nav .nav_right .nav_right_st a:first-child {
	margin-right: 10px;
}

.nav .nav_right .nav_right_st a {
	color: #fff;
	width: 24px;
	height: 24px;
	border-radius: 25em;
	display: inline-block;
	text-align: center;
}

.content {
	width: 1080px;
	margin: 0 auto;
}


.pcrlist {
	display: none
}

.pcrlist {
	display: block;
	position: fixed;
	bottom: 150px;
	right: 50px;
	background: 0 0;
	z-index: 100
}

.pcrlist .once {
	width: 50px;
	height: 50px;
	border-radius: 6px;
	background: #fff;
	margin-bottom: 6px;
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	padding-top: 10px;
	overflow: hidden
}

.pcrlist .once i {
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	background: url(../img/icon-APP-PC.png) no-repeat
}

.pcrlist .indexbtn i {
	background: url(../img/n-index-PC.png) no-repeat
}

.pcrlist .refreshbtn i {
	background: url(../img/icon-refresh-pc.png) no-repeat
}

.pcrlist .hdiv {
	position: absolute;
	left: 50px;
	top: 0;
	background: #28b28b;
	color: #fff;
	line-height: 50px;
	font-size: 13px;
	text-align: center;
	transition: .1s all ease;
	width: 100%;
	height: 100%;
	border-radius: 6px
}

.pcrlist .hdiv a {
	color: #fff
}

.pcrlist .hdiv p {
	line-height: 20px
}

.pcrlist .hdiv p:first-child {
	margin-top: 6px
}

.pcrlist .refreshbtn {
	width: 50px;
	height: 50px;
	border-radius: 6px;
	background: #FFFEFC;
	margin-bottom: 6px;
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	overflow: hidden;
}

.pcrlist .refreshbtn:hover {
	background: #28b28b;
}

.pcrlist .refreshbtn i {
	width: 24px;
	height: 28px;
	text-align: center;
	line-height: 50px;
	background: url("../img/shuaxing.png") no-repeat center center #FFFEFC !important;
	background-size: 100% 100%;
	display: block;
	margin: 10px auto 0;
}

.pcrlist .refreshbtn:hover i {
	background: url("../img/shuaxing_n.png") no-repeat center center #28b28b !important;
	background-size: 100% 100%;
}

.pcrlist .refreshbtn span {
	display: none;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.pcrlist .totop {
	width: 50px;
	height: 50px;
	border-radius: 6px;

	background: #FFFEFC;
	margin-bottom: 6px;
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	overflow: hidden;
	display:none;
}

.pcrlist .totop:hover {
	background: #28b28b;
}

.pcrlist .totop i {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 50px;
	background: url(../img/totop_n.png) no-repeat center center #FFFEFC !important;
	background-size: 100% 100%;
	display: block;
	margin: 10px auto 0;
}

.pcrlist .totop:hover i {
	background: url(../img/totop.png) no-repeat center center #28b28b !important;
}

.pcrlist .totop span {
	display: none;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.pcrlist .indexbtn {
	display: none;
}

.pcrlist .hide {
	display: none !important;
}

.footer {
	position: absolute;
	bottom:0;
	z-index: 3;
	margin-top: 10px;
	width: 100%;
	height: 133px;
	clear: both;
	background: #101010;
	color: #7E7E7E;
	text-align: center;
}

.footer .friendlinks {
	background-color: #262626;
	width: 100%;
	height: 50px;
}

.footer .friendlinks ul {
	list-style: none;
	margin-left: 172px;
	line-height: 30px;
}

.footer .friendlinks li {
	float: left;
	padding: 10px;
	font-size: 16px;
	color: #999999;
}

.footer .friendlinks a {
	color: #999999;
}

.footer .friendlinks li:hover a {
	color: #fff;
}

.footer .webset {
	clear: both;
	height: 83px;
	font-size: 12px;
	font-weight: 400;
	color: #7e7e7e;
	line-height: 41px;
}

.footer .webset i {
	display: inline-block;
	vertical-align: middle;
	color: #7e7e7e;
}
