*{
	margin: 0;
	padding:0;
}
a{
	text-decoration: none;
	color: #333;
}
ul li{
	list-style: none;
}
ul li a{
	text-decoration: none;
	color: #ffffff;
}
.header{
	width: 100%;
	min-width: 1200px;
	height: 300px;
	background: #1a973a;
}
.header-c{
	width: 1200px;
	margin: 0 auto;
}
.header .header-con{
	margin: 0 auto;
	width: 1200px;
	min-width: 1200px;
	padding-top: 30px;
	background: #1a973a;
}
.header .header-info{
	margin: 0 auto;
	width: 1200px;
	height: 200px;
}
.header .header-info img{
	width: 1200px;
	height: 200px;
}
.nav{
	margin: 0 auto;
	width: 100%;
	min-width: 1200px;
	height: 60px;
	line-height: 60px;
	background: #1a973a;
}
.nav-con{
	margin: 0 auto;
	width: 1200px;
}
.nav .fl{
	width: 85%;
	float: left;
      
	display: flex;
}
.item {
    width: 12%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: white;
    position: relative;
}

.item:before {
    content: '';
    height: 4px;
    background-color: #6fcB87;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transition: .3s;
}

.item:hover:before {
    transform: scaleX(1);
}

/* 下拉菜单样式 */
.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    background-color: #1a973a;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: white;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 16px;
    transition: background-color 0.3s;
}

.dropdown-content a:hover {
    background-color: #6fcB87;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.nav .fl a{
	padding-right: 30px;
	color: #FFFFFF;
	font-size: 20px;
}
.nav .fl a:visited{
	text-decoration: #FFFFFF;
}
.nav .fr{
	height: 60px;
	line-height: 60px;
	float: right;
}
.search{
	padding: 10px 0;
}
input, button{
	border: none;
	outline: none;
}

.bar form{
	height: 35px;
	line-height: 35px;
	position: relative;
	width: 100px;
	margin: 0 auto;
}
.bar input{
	width: 100px;
	border-radius: 35px;
	border: 1px solid #324b4e;
	background: #FFFFFF;
	transition: .3s linear;
	float: right;
	height: 35px;
	padding-left: 13px;
	padding-right: 46px;
	font-size: 14px;
}

.bar input:focus{
	width: 100px;
}
.bar button {
    background: none;
    right: 0;
	height: 35px;
	width: 35px;
	cursor: pointer;
	position: absolute;
}
.bar button:before{
    content: "\f002";
    font-family: FontAwesome;
    color: #324b4e;	
}
.main{
	width: 100%;
	min-width: 1200px;
}
.main .main-con{
	width: 1200px;
	margin: 0 auto;
}
.main .section{
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
}
.main .section .se-title{
	width: 100%;
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #1a973a;
}
.main .section .title{
	height: 76px;
	line-height: 76px;
	float: left;
	border-bottom: 4px solid #1a973a;
	font-size: 1.8em;
	color: #1a973a;
}
.main .section .se-more{
	float: right;
}
.main .section .se-title .se-tia{
	display: inline-block;
}

.main .section .se-c-u{
	display: flex;
	flex-flow: wrap;
	width: 100%;
	justify-content: space-between;
	margin-top: 20px;
}
.main .se-c-img{
	width: 40%;
	height: 420px;
	background: #1a973a;
}
.main .se-c-l{
	width: 55%;
	height: 420px;
}
.main .se-c-l ul{
	width: 100%;
	height: 420px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.main .se-c-l li{
	display: flex;
	justify-content: space-between;
}
.main .se-c-l li:first-child{
	margin-top: 0px;
}
.main .se-c-l .data{
	width: 60px;
	height: 60px;
	background: #cacaca;
	float: left;
	border-radius: 5px 5px 5px 5px;
}
.main .se-c-l .data p{
	font-size: 20px;
	font-weight: bold;
	color: fff;
	background: #1a973a;
	text-align: center;
	line-height: 38px;
	border-radius: 5px 5px 0 0;
}
.main .se-c-l .data span{
	font-size: 12px;
	color: #333;
	line-height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main .se-c-l .sec-ti{
	display: flex;
	height: 60px;
	align-items: center;
}
.main .se-c-l .sec-ti span{
	font-size: 18px;
	color: #333;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left: 10px;
}
.main .section .se-c-left{
	width: 48%;
}
.main .section .se-c-right{
	width: 48%;
	height: auto;
}
.main .banner{
	width: 100%;
	height: 168px;
	margin-top: 20px;
	background: #1a973a;
}
.main .banner-con{
	margin: 0 auto;
	width: 70%;
	height: 168px;
}
.main .banner-con img{
	width: 100%;
	height: 168px;
}
.main .mainb{
	display: flex;
}
.main .con-cl{
	width: 48%;
	margin-right: 4%;
}
.main .con-cr{
	width: 48%;
}

.footer{
	width: 100%;
	min-width: 1200px;
	height: 100px;
	background: #1a973a;
	margin: 0 auto;
	margin-top: 20px;
}
.footer .siteinfo{
	height: 70px;
	padding-top: 30px;
	text-align: center;
}
.footer .siteinfo p{
	line-height: 30px;
	font-size: 14px;
	color: #ffffff;
	
}

@media (max-width:1024px){
	.header{
		width: 1024px;
	}
	
	.nav-con{
		width: 100%;
	}
	.nav .fl{
		width: 100%;
		margin: 0 auto;
		float: none;
		display: flex;
		justify-content: space-around;
	}
	.nav .fr{
		display: none;
	}
	.main .main-con{
		width: 100%;
	}
	.main .se-c-l{
		width: 45%;
	}
}