/*清除样式*/

body, ol, ul, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea,select{
    margin: 0;
    padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    position: relative;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
	font-family:'Microsoft Yahei';
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    font-size: 14px;
}

a {
    color: #333;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none;
}

em, i {
    font-style: normal;
}

ol, ul, dl, li, dt, dd {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

a img {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}
input, textarea {
    outline: none;
}

input, textarea {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    outline: none;
    padding: 0px;
    margin: 0;
}
img{
	max-width:100%;
	font-size: 0;
}
.clear{
	clear:both
}
.banner-container{
	overflow: hidden;
	position: relative;
}

/* 大于768 */
@media (min-width: 768px){
	.pc_hidden{
		display: none;
	}
	.navbar .nav li:hover .nav_son{
		display: block;
	}
}
/* 小于768 */
@media (max-width: 768px){
	.wap_hidden{
		display: none;
	}
	.navbar .nav .nav_son{
		display: none;
	}
	.navbar-toggle{
		margin-top: 23px;
	}
	.logo{
		margin-left: 15px;
		float: left;
		width: 50%;
	}
	.navbar .nav>li>a{
		padding: 10px 24px !important;
	}
	.main1,
	.main2,
	.main3{
		padding: 30px 0 !important;
	}
	.main2 .content,
	.main3 .content{
		margin-top: 20px !important;
	}
	.main1 .box1 ul li{
		margin-top: 15px;
	}

	.main2 .main2-container .swiper-slide img{
		height: 134px !important;
	}

	.main3 .content ul li{
		margin-top: 15px;
	}

	.main4{
		padding-top: 30px !important;
	}
	.main4 .right ul li .pic img{
		height: 100px !important;
	}

	.main5 .content .more{
		width: 40% !important;
		margin: 0 5% !important;
	}

	.footer{
		padding-top: 0 !important;
	}
	.footer .foot_nav{
		display: none;
	}
	.footer .links{
		display: none;
	}
}

/* 导航 */
.navbar-default{
	background: #fff;
	border: 0;
	min-height: auto;
	margin-bottom: 0;
	border-radius: 0;
}
.navbar .logo{
	padding: 24px 0;
}
.navbar .nav li{
	position: relative;
}
.navbar .nav>li>a{
	color: #333333;
	font-size: 14px;
	padding: 30px 24px;
}

.navbar .nav li .nav_son{
	position: absolute;
    top: 80px;
    left: 50%;
    transform: translate(-50%, 0);
    display: none;
    z-index: 2;
    background: rgba(255,255,255,.8);
    width: 100%;
    text-align: center;
    padding: 0 12px;
    min-width: 130px;
}
.navbar .nav li .nav_son li{
	border-top: solid 1px rgba(128,128,128,.5);
	padding: 4px 0;
}
.navbar .nav li .nav_son li:nth-child(1){
	border: 0;
}
.navbar .nav li .nav_son li a{
	color: #333333;
	font-size: 14px;
}
.navbar .tel{
	float: left;
	padding: 26px 24px;
	font-size: 20px;
	color: #097800;
}
.navbar .tel span{
	font-weight: bold;	
}

/* 板块1 */
.main1{
	padding: 90px 0;
}
.main1 .box2{
	margin-top: 95px;
}
.main1 .box2 .left h2{
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	margin-top: 5px;
}
.main1 .box2 .left p{
	color: #333333;
	font-size: 14px;
	line-height: 40px;
	margin-top: 50px;
	position: relative;
}
.main1 .box2 .left p:before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 2px;
	height: 60px;
	background: #097800;
	margin-left: 19px;
	top: -32px;		
}
.main1 .box3{
	margin-top: 12px;
}

/* 板块2 */
.main2{
	background: url(../images/main2_bg.jpg) no-repeat;
	padding: 77px 0;
}
.main2 .title{
	text-align: center;
}
.main2 .content{
	margin-top: 50px;
}
.main2 .main2-container{
	overflow: hidden;
}
.main2 .main2-container .swiper-slide{
	border: solid 1px #DCDCDC;
	padding-bottom: 35px;
	background: #fff;
}
.main2 .main2-container .swiper-slide img{
	height: 194px;
}
.main2 .main2-container .swiper-slide h4{
	border-top: solid 1px #DCDCDC;
	text-align: center;
	padding: 0 5px;
	padding-top: 27px;
	color: #333333;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main2 .main2-container .swiper-slide p{
	text-align: center;
	color: #999999;
	font-size: 14px;
	margin-top: 16px;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main2 .main2-container .main2-pagination{
	text-align: center;
	margin-top: 40px;
}
.main2 .main2-container .main2-pagination .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	background: #fff;
	opacity: 1;
}
.main2 .main2-container .main2-pagination .swiper-pagination-bullet-active{
	background: #097800;
}

/* 板块3 */
.main3{
	padding: 75px 0;
}
.main3 .title{
	text-align: center;
}
.main3 .content{
	margin-top: 50px;
	overflow: hidden;
}
.main3 .content ul {
	text-align: center;
}
.main3 .content ul li {
	display: inline-block;
	position: relative;
}
.main3 .content ul li > div{
	position: relative;
}
.main3 .content ul li img{
	height: 225px;
}
.main3 .content ul li a {
	display: inline-block;
	height: 100%;
	width: 100%;
}
.main3 .content ul li .mask {
	width: 100%;
	height: 100%;
}
.main3 .content ul li .mask-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all .4s cubic-bezier(.4,0,.2,1);
}
.main3 .content ul li:hover .mask-bg {
	background: #097800;
	opacity: .5;
}
.main3 .content ul  .mask .text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 70px;
	transition: all .4s cubic-bezier(.4,0,.2,1);
}
.main3 .content ul  li:hover .mask .text {
	top: 45px;
}
.main3 .content ul p {
	margin-top: 20px;
	padding: 0 35px;
	line-height: 0;
	font-size: 0;
}
.main3 .content ul li:hover p {
	margin-top: 20px;
}
.main3 .content ul .item-line {
	width: 20px;
	height: 2px;
	background: #fff;
	display: inline-block;
	opacity: 1;
}
.main3 .content ul .more {
	display: inline-block;
	width: 200px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	margin-top: 50px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	margin: auto;
}
.main3 .content ul li:hover p {
	opacity: 1;
}
.main3 .content ul li  .more,.main3 .text ul li h3 {
	opacity: 0;
	color: #fff;
}
.main3 .content ul li:hover .more,.main3 .text ul li:hover h3 {
	opacity: 1;
}
.main3 .content ul li h3 {
	margin-top: 20px;
	font-size: 20px;
	opacity: 1;
	color: #fff;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	padding: 0 10px;
}
.main3 .content ul li:hover .more {
	margin-top: 20px;
}

/* 板块4 */
.main4{
	background: url(../images/main4_bg.jpg) no-repeat;
	padding-top: 100px;
}
.main4 .title{
	text-align: right;
}
.main4 .title h2{
	color: #ffffff;
	font-size: 34px;
	font-weight: bold;
	line-height: 53px;
	position: relative;
	padding-bottom: 20px;
}
.main4 .title h2:after{
	content: "";
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #fff;
	width: 63px;
	height: 6px;
}
.main4 .content{
	margin-top: 30px;
}
.main4 .right ul{
	background: #fff;
	overflow: hidden;
	border: solid 1px #E4E4E4;
}
.main4 .right ul li{
	padding: 10px 0;
	overflow: hidden;
	border-top: solid 1px #E4E4E4;
}
.main4 .right ul li:nth-child(1){
	border-top: 0;
}
.main4 .right ul li .pic{
	float: left;
}
.main4 .right ul li .pic img{
	height: 124px;
}
.main4 .right ul li .text{
	float: left;
}
.main4 .right ul li .text h4{
	color: #333333;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main4 .right ul li .text p{
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	margin-top: 15px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}

/* 板块5 */
.main5{
	margin-top: 50px;
	padding-bottom: 30px;
}
.main5 .title{
	text-align: center;
}
.main5 .title p{
	color: #333333;
	font-size: 14px;
	margin-top: 30px;
}
.main5 .content{
	margin-top: 40px;
	text-align: center;
}
.main5 .content .more{
	width: 182px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,.2);
    border-radius: 25px;
    margin: 0 30px;
	color: #097800;
	font-size: 14px;
}

/* 底部 */
.footer{
	background: #131B2E;
	padding-top: 50px;
}
.footer .foot_nav{
	overflow: hidden;
}
.footer .foot_nav ul li{
	float: left;
	float: left;
    width: 200px;
    margin-left: 35px;
}
.footer .foot_nav ul li:nth-child(1){
	margin-left: 0;
}
.footer .foot_nav ul li h3{
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}
.footer .foot_nav ul li h3:after{
	content: "";
	background: #1A6680;
	width: 40px;
	height: 4px;
	display: block;
	margin-top: 23px;
}
.footer .foot_nav ul li a{
	display: block;
	color: #fff;
	font-size: 14px;
	margin-top: 40px;
}
.footer .foot_nav ul li .foot_erweima{
	margin-top: 40px;
	width: 85px;
	text-align: center;
}
.footer .foot_nav ul li .foot_erweima p{
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
}
.footer .links{
	padding-bottom: 38px;
}
.footer .links span{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.footer .links li{
	margin-top: 40px;
}
.footer .links li a{
	color: #fff;
	font-size: 14px;
}

.share{
	background: #131B2E;
	text-align: center;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	padding: 27px 0;
}
.share img{
	margin: 0 25px;
}

.bottom{
	text-align: center;
	background: #131B2E;
	padding: 30px 0;
}
.bottom p{
	color: #fff;
	font-size: 14px;
	line-height: 26px;
}
.bottom p a{
	color: #fff;
	font-size: 14px;
}