/*头部和底部*/
body{
	width: 100%;
	min-width: 1200px;
}
/*导航部分*/
header{
	width: 100%;
}
.header_top{
	width: 1200px;
	margin: 15px auto;
}
.header_logo{
	height: 120px;
}
.header_logo img{
	height: 120px;
}
.header_tel{
	height: 80px;
	margin-top: 20px;
}
.header_telimg{
	width: 60px;
	height: 60px;
	margin: 10px;
}
.header_teltext{
	padding-top: 10px;
}
.header_teltext h1{
	font-size: 18px;
	line-height: 24px;
	color: #666;
}
.header_teltext h2{
	color: #009956;
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
}
.nav_bg{
	width: 100%;
	min-width: 1200px;
	background:#009956;
}
.nav_box{
	width: 1200px;
	margin: 0 auto;
}
.nav_kecheng{
	width: 260px;
	height: 66px;
	position: relative;
}
.nav_kecheng h1{
	width: 240px;
	height: 66px;
	line-height: 66px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	background: #f25618;
}
.nav_kecheng:hover h1{
	background: #1a2751;
}
.kechengfuwu{
	height: 440px;
	display:none;
	background: #f5f5f5;
	position:absolute;
	top: 66px;
	left: 0px;
	z-index: 2;
	padding: 30px 40px;
	box-sizing: border-box;
}
.nav_kecheng:hover .kechengfuwu{
	display: block;
}
.ikc_box{
}
.kechengfuwu .ikc_box:nth-child(2n){
}
.ikc_tit{
	height: 18px;
	margin-bottom: 16px;
}
.ikc_tit h2{
	line-height: 18px;
	font-size: 18px;
	color: #000;
	display: flex;
}
.ikc_tit h2 span{
    display: block;
    width: 12px;
    height: 12px;
    margin-top: 3px;
    border-radius: 0px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    background: #ccc;
    margin-right: 8px;
}
.ikc_box:hover .ikc_tit h2 span{
    border: 2px solid #009956;
    background: #fff;
}
.ikc_list{
	width: 630px;
	clear: both;
	padding-bottom: 20px;
}
.ikc_list ul{
	overflow: hidden;
}
.ikc_list ul li{
	width: 150px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	background: #fff;
	-webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.ikc_list ul li:nth-child(5n){
	margin-right: 0;
}
.ikc_list ul li a{
	display: block;
	width: 150px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #333;
	box-sizing: border-box;
    border: 1px solid #ccc;
}
.ikc_list ul li:hover{
	background: #f25618;
}
.ikc_list ul li:hover a{
	font-size: 15px;
	color: #fff;
    border: 1px solid #f25618;
}
.nav_wrap{
	width: 920px;
}
.nav{
	width: 1200px;
	height: 66px;
}
.nav>li{
	width: 130px;
}
.nav>li>a{
	display: block;
	width: 115px;
	height: 66px;
	text-align: center;
	line-height: 66px;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
}
.nav>li>a:hover{
	background: #1a2751;
}
.nav>li.nav_show a{
	background: #068a50;
}
/*顶部轮播*/
.swiper-container{
	width: 100%;
	height: 540px;
}
.swiper-slide{
	width: 100%;
	height: 540px;
	overflow: hidden;
	background-size: 1920px 540px;
}
.swiper-button-prev{
	background: url(../img/left.png) center no-repeat rgba(0,0,0,0.1);
	background-size: 71px 71px;
	height: 71px;
	width: 71px;
	border-radius: 5px;
}
.swiper-button-next{
	background: url(../img/right.png) center no-repeat rgba(0,0,0,0.1);
	background-size: 71px 71px;
	height: 71px;
	width: 71px;
	border-radius: 5px;
}
/*底部*/
/*底部*/
/*底部信息*/
.foot_bg{
	width: 100%;
	min-width: 1200px;
	height: 360px;
	background: url(../img/footbg.jpg) no-repeat center center;
}
.foot_box{
	width: 1200px;
	height: 360px;
	margin: 0 auto;
}
.foot_text{
	padding-top:60px;
}
.foot_us{
	display: flex;
	margin-bottom: 20px;
}
.foot_us img{
	width: 24px;
	height: 24px;
	margin-right: 10px;
}
.foot_us h1{
	line-height: 24px;
	font-size: 18px;
    font-weight: normal;
    color: #fff;
}
.foot_text h2{
	font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 32px;
}
.foot_xx{
	display: flex;
	margin-bottom: 20px;
}
.foot_xx img{
	width: 36px;
	height: 36px;
	margin-right: 10px;
}
.foot_xx h1{
	line-height: 36px;
	font-size: 16px;
    font-weight: normal;
    color: #fff;
}
.foot_img{
	background: #fff;
	width: 270px;
	height: 360px;
	box-sizing: border-box;
	padding: 60px 30px;
}
.foot_img img{
	width: 210px;
	height: 210px;
}
.foot_img h6{
	width: 100%;
	color: #6d6d6d;
	text-align: center;
	line-height: 16px;
	font-size: 16px;
	margin-top: 14px;
}
.foot-btm{
	width: 100%;
	height: 80px;
	min-width: 1200px;
	background-color: #1c1f1e;
}
.foots-cen{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	height: 80px; 
}
.foots-cen p{
	font-size: 16px;
	line-height: 80px;
	color: #5c5c5c;
}
.foots-cen p a{
	color: #5c5c5c;
	display: inline-block;
}
.foots-cen p a:hover{
	color: #f25618;
}
/*分页*/
.pagination{
	padding: 20px 0;
}
.pagination a{
	width: 60px;
    height: 30px;
    line-height: 30px;
    background: #dedede;
    cursor: pointer;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 3px;
    user-select: none;
}
.pagination .num a{
	width: 35px;
}
.pagination .fy-active{
	background: #e51717;
	color: #fff;
}
/*public*/
.cont_t{
	width: 100%;
	margin-bottom: 40px;
}
.cont_t h1{
	width: 100%;
	font-size: 30px;
    color: #009956;
    text-align: center;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 20px;
}
.cont_t h2{
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    color: #666;
    text-align: center;
}
.decoration{
	width: 54px;
    height: 4px;
    border-radius: 2px;
    background-color: #f25618;
    margin: 0 auto;
}
.cont_tus h1{
    color: #fff;
}
.cont_tus .decoration{
    background-color: #fff;
}
.cont_tus h2{
    color: #ccc;
}

