body,ul,dl,li,dt,dd,a,img,p,div,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	border: none;
	overflow: hidden;
}

body {
	font-family: "微软雅黑", "宋体";
	font-size: 14px;
	overflow: visible;
	min-width: 1250px;
}

li {
    list-style: none
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

a:link,a:visited {
	text-decoration: none;
	color: #4b4b4b;
}

a:hover {
	text-decoration: none;
}

a:active {
	background: none;
	border: none;
}

.logo {
	position: absolute;
	left: 15px;
	top: 10px;
	width: 213px;
	height: 43px;
}

.logo img {
	width: 100%;
	height: 100%;
}

.header {
	width: 100%;
	height: 60px;
	position: relative;
	background: #FFF;
}

.container {
	width: 1200px;
	height: 60px;
	margin: 0 auto;
	clear: both;
	position: relative;
}
.mainnav {
    position: absolute;
    right: 120px;
    top: 5px;
    clear: both;
    white-space: nowrap;
    left: 230px;
}
.mainnav li {
    float: left;
    margin-left: 8%;
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
}
.mainnav li a {
    display: block;
    line-height: 48px;
    height: 50px;
    padding: 0 1%;
}
.mainnav li a:hover {
    text-decoration:none; 
}

.contentDiv {
	width: 1260px;
	background-color: #ffffff;
	margin: 0 auto;
}

.topImgDiv {
	position: relative;
    width: 100%;
}

.topImgDiv img {
	width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.xyfx {
	background: url("../images/title.png") no-repeat;
	background-position: center 65px;
	height: 150px;
	box-sizing: border-box;
	margin: 0 auto;
	overflow: hidden;
}

.xyfx_content {
	width: 1205px;
	box-sizing: border-box;
	margin: 0 auto;
	overflow: hidden;
}

.xyfx_content .headline h5 {
    text-align: center;
}

.xyfx_content .headline h5 a {
	font-size: 24px;
    font-weight: bold;
    color: #fe0000;
    text-decoration: none;
}

.xyfx_content .headline p {
	margin-top: 20px;
	text-indent: 2rem;
    font-size: 18px;
    line-height: 35px;
    text-align: justify;
}

.xyxd {
	background: url("../images/title.png") no-repeat;
	background-position: center -552px;
	height: 82px;
	box-sizing: border-box;
	margin: 0 auto;
	overflow: hidden;
}

.xybk {
	background: url("../images/title.png") no-repeat;
	background-position: center -968px;
	height: 82px;
	box-sizing: border-box;
	margin: 0 auto;
	overflow: hidden;
}

.xyms {
	background: url("../images/title.png") no-repeat;
	background-position: center -1350px;
	height: 120px;
	box-sizing: border-box;
	margin: 0 auto;
	overflow: hidden;
}

.newsList {
	text-align: center;
}

.newsList li {
    float: left;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
    text-overflow: ellipsis;
    line-height: 50px;
    margin-bottom: 10px;
    width: 540px;
    margin-left: 50px;
    text-align: left;
}

.newsList li span {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: 3px;
    border-radius: 4px;
    background: #7ecef4;
}

.xybkContentDiv {
	position: relative;
}

.xybkContentDiv .content {
    width: 1120px;
    position: relative;
    margin: 0 auto;
    padding-left:30px;
}

.xybkContentDiv .content .swiper-fkzy {
    height: 350px;
}

.xybkContentDiv .content .section {
    width: 342px;
    height: 324px;
    box-shadow: 0 0 10px 0 #D7DCDF;
}

.xybkContentDiv .content .section img {
    width: 342px;
    height: 232px;
}

.xybkContentDiv .content .section p {
    padding: 10px 16px 0;
    line-height: 34px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xybkContentDiv .arrow-left {
    position: absolute;
    background: url("../images/left.jpg");
    width: 48px;
    height: 48px;
    top: 125px;
    left: 20px;
}

.xybkContentDiv .arrow-right {
    position: absolute;
    background: url("../images/right.jpg");
    width: 48px;
    height: 48px;
    top: 125px;
    right: 20px;
}

.xyms_content {
	text-align: center;
}

.xyms_content .more {
	text-align: right;
	margin: 35px;
}

.footer {
	background: #438b1b;
	width:100%;
	margin: 0 auto;
	overflow: hidden;
	font-family: "微软雅黑", "宋体";
}
.footer_bottom {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.footer_txt{max-width:1202px; margin:0 auto;}
.footer_line{float:left; height:60px; width:1px; margin-top:23px; background:#cccccc;}
.footer_txt{ text-align:center;}
.footer_nav{padding:18px 0 10px; margin-left:-8px;}
.footer_nav a{margin:0 8px;}
.footer_copyright{font-size:14px; line-height:20px;}
.footer_txt a,.footer_txt b{color:#DFDFDF;}
.footer_txt a:hover{color:#cc0000;}

.footer_l {
	width: 35%;
	float: left;
}

.footer_r {
	width: 60%;
	float: right;
}

.footer_nav {
	width: 78%;
	float: left;
	height: 78px;
	text-align: center;
	line-height: 78px;
	color: #fff;
}

.footer_nav a {
	margin: 0 8px;
}

.footer_nav a:link,.footer_nav a:visited {
	color: #fff;
}

.footer_pic {
	width: 22%;
	float: right;
	height: 78px;
	text-align: center;
}

.footer_pic a {
	display: block;
	float: left;
	margin-right: 10px;
}

.footer_pic #_span_jiucuo {
	display: block;
	float: left;
	margin-right: 10px;
	padding-top: 20px;
}

.footer_txt {
	width: 100%;
	float: right;
	text-align: center;
	color: #fff;
}

.footer_copyright {
	padding-right: 20px;
	padding-top: 20px;
}

.footer_copyright .beian {
	background: url(/global/beian.png) no-repeat center left;
	padding-left: 25px;
	color: #fff;
}