@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px "微软雅黑", Arial, Tahoma, Helvetica, \5b8b\4f53, sans-serif;
	background-color: #fff !important;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
object,
code,
em,
span,
var,
legend,
button,
input,
textarea,
a,
img,
header,
footer,
nav,
aside,
audio,
datalist,
section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

}

p,
h3,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 16px;
}

/*清除内外边距*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;

}

/*设置默认字体*/

:focus {
	outline: 0;
}

ul,
ol,
ul li,
ol li {
	list-style: none;
}

/*重置列表*/

address,
caption,
cite,
em,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

/*form label {
	cursor: pointer;
}*/

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	outline: none;
}

textarea {
	resize: none
}

input {
	vertical-align: middle;
}

img {
	border: 0;
}

/*重置图片元素*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*重置表格*/

button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
	line-height: normal !important;
}

a {
	text-decoration: none;
}

img {
	vertical-align: middle;
}

input {
	_filter: chroma(color=#000000);
}

/*--清除浮动
------------------------------------------------------------------------------------------*/

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.overflow {
	overflow: hidden;
	_zoom: 1;
}

.clear {
	clear: both;
}

.l,
.fl {
	float: left;
}

.r,
.fr {
	float: right;
}

/*省略号*/
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.ellipsis-s {
	display: -webkit-box;
	display: -moz-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

a {
	color: #333;
}

body {
	background: #fff;
	/*font-family: "微软雅黑";*/
}

button {
	background: none;
	border: none;
}

input {
	border: none;
	outline: none;
}

p {
	font-size: 16px;
	color: #333333;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*去掉下拉箭头*/
	border: none;
	background: none;
}

/*重置元素结束*/


/*公共样式开始*/
.container {
	width: 1200px;
	margin: 0 auto;
}


/* web_top */
.top{
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.top>div{
    width: 1200px;
    height: 40px;
    margin: 0 auto;
    overflow: hidden;
}
.top>div p{
    float: left;
    font-size: 14px;
    line-height: 40px;
    color: #666;
}
.top-r{
    float: right;
    overflow: hidden;
}
.top-r a{
    display: block;
    float: left;
    font-size: 14px;
    line-height: 40px;
    color: #666;
}
.top-r a:first-child{
	padding-left: 20px;
	background: url('/static/home/img/top-r1.png') left center no-repeat;
	margin-right: 12px;
}
.top-r a:last-child{
	padding-left: 15px;
	background: url('/static/home/img/top-r2.png') left center no-repeat;
}
.top-r a span{
    display: inline-block;
    padding-left: 12px;
	color: #666 !important;
}
.top-r a:hover{
	color: #90c730;
}
.topNav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    height: 80px;
}
.topNav-home{
    display: block;
    float: left;
}
.topNav-ul{
    overflow: hidden;
}
.topNav-ul li{
    float: left;
}
.topNav-ul li a{
    position: relative;
    display: flex;
    justify-content: center;
    height: 80px;
    padding: 0 10px;
    line-height: 80px;
    color: #333;
    margin-right: 24px;
}
.topNav-ul li:last-child a{
    margin-right: 0;
}
.topNav-ul .topNav-nav{
    font-size: 20px;
}
.topNav-ul .topNav-subNav{
    font-size: 18px;
}
.topNav-ul a span{
    position: absolute;
    display: block;
    width: 0;
    height: 6px;
    border-radius: 3px;
    background-color: #90c730;
    bottom: 15px;
    opacity: 0;
    transition: all .2s;
}
.topNav-ul .topNav-opt a span{
    width: 100%;
    opacity: 1;
}


/* footer */
.footer{
	width: 100%;
	padding: 40px 0 45px;
	background-color: #333333;
}
.footer>div{
	width: 1200px;
	margin: 0 auto;
}
.footer>div p,
.footer>div p a{
	font-size: 16px;
	line-height: 1;
	color: #fff;
}
.footer>div p:last-child{
	margin-top: 30px;
}


/* crumbs  面包屑导航*/
.crumbs{
	width: 100%;
	height: 50px;
	background-color: #f8f8f8;
	border-top: 1px solid #ececec;
}
.crumbs div{
	width: 1200px;
	margin: 0 auto;
}
.crumbs div,
.crumbs div a{
	font-size: 18px;
	line-height: 50px;
	color: #333;
}
.crumbs div a:hover{
	color: #90c730;
}


/*各栏目详情右侧公共样式*/
.fr-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background-image: linear-gradient(to top, rgba(248,248,248,0), rgba(248,248,248,1));
	z-index: 1;
}
.fr-content{
	position: relative;
	z-index: 2;
}
.fr-content-list{
	position: relative;
	z-index: 4;
	box-sizing: border-box;
	padding-left: 4px;
	padding-bottom: 13px;
	border-bottom: 1px solid #ececec;
}
.fr-content-title{
	font-size: 22px;
	line-height: 1;
	color: #333;
	padding-top: 22px;
}
.fr-content-title span{
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #ff0000;
	border: 4px solid #fff;
	margin-right: 10px;
}
.fr-content-lBar{
	position: absolute;
	left: 12px;
	top: 33px;
	bottom: 28px;
	width: 1px;
	background-color: #ececec;
	z-index: 3;
}
.fr-content-list>ul{
	margin-top: 7px;
}
.fr-content-list>ul a{
	display: flex;
	align-items: center;
	padding: 11px 0;
}
.fr-content-list>ul a span{
	display: block;
	border-radius: 50%;
	padding: 4px;
	background-color: #fff;
	margin-right: 10px;
}
.fr-content-list>ul a span b{
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #ff0000;
}
.fr-content-list>ul a p{
	flex: 1;
	font-size: 16px;
	line-height: 1;
	color: #333;
	padding-right: 10px;
}
.fr-content-list>ul a em{
	display: block;
	font-size: 14px;
	line-height: 1;
	color: #999;
}
.fr-content-list>ul a:hover span b{
	background-color: #ff0000;
}
.fr-content-list>ul a:hover p{
	color: #ff0000 !important;
}



/*友情链接*/

.yqlink{
    width: 100%;
    background-color: #f7f7f7;
}
.yqlink>div{
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0 40px;
}
.yqlink h2{
    font-size: 24px;
    line-height: 1;
    color: #333;
}
.yqlink h2 span{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #90c730;
    vertical-align: middle;
}
.yqlink h2 span:first-child{
    margin-right: 7px;
}
.yqlink h2 span:last-child{
    margin-left: 7px;
}
.yqlink ul{
    margin-top: 6px;
    overflow: hidden;
}
.yqlink ul li{
    float: left;
    margin-top: 20px;
    padding-right: 26px;
    border-right: 1px solid #666;
    margin-right: 26px;
}
.yqlink ul li:last-child{
    padding: 0;
    border: none;
    margin-right: 0;
}
.yqlink ul li a{
    display: block;
    font-size: 16px;
    line-height: 1;
    color: #666;
}
.yqlink ul li a:hover{
    color: #90c730;
}