
/*头部底部*/

.headerTop {
	width: 100%;
	height: 70px;
	background: #3fc5ac;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
    border-bottom-style: solid;
    border-color: #febe30;
  
}
.headerTop .header {
	width: 1080px;
	margin: 0 auto;
}
.headerTop .header .navicon {
	display: none;
}
.headerTop .header .logo, .headerTop .header .logo img {
	width: 200px;
	height: 59px;
	padding:0;
}
.headerTop .header .logo, .headerTop .header .nav {
	margin-top: 10px;
}
.headerTop .header .nav li {
	float: left;
	width: 90px;
	line-height: 60px;
	height: 60px;
	text-align: center;
	margin-left: 20px;
}
.headerTop .header .nav li a {
	width: 90px;
	line-height: 60px;
	display: inline-block;
	font-size: 16px;
	color: #111111;
}
.headerTop .header .nav li a:hover {
	color: #febe30;
}
.headerTop .header .nav li.active a, .headerTop .header .nav li.active a:hover {
	background: #febe30;
	color: #111111;
}

/* banner */
.banner-box {
	margin-top: 70px;
}
.banner-box .swiper-wrapper, .banner-box .swiper-slide  {
    width: 100%;
    height: 748px;
	background-position: center top;
	background-repeat: no-repeat;
}
.banner-box {
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-box .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background: #ccc;
    opacity: 1;
}
.banner-box .swiper-pagination-bullet-active {
    background: #febe30;
}
.banner-box .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}
.banner-box .swiper-pagination {
    bottom: 20px;
}
.banner-box .swiper-button-next, .banner-box .swiper-button-prev {
    width:49px;
    height: 104px;
    opacity: .4;
	top: 44%;
}
.banner-box .swiper-button-prev {
    background: url('../imgs/zy.png') no-repeat 0 0;
}
.banner-box .swiper-button-next {
    background: url('../imgs/zy.png') no-repeat -49px 0;
}
.banner-box .swiper-button-prev:hover, .banner-box .swiper-button-next:hover {
    opacity: 1;
}

/* 底部 */
.foot {
	width: 100%;
	height: 350px;
	margin: 0 auto;
	background:#fff;
	overflow: hidden;
}
.foot .cont {
	width: 1200px;
	margin: 56px auto 0;
	height: auto;
	overflow: hidden;
}
.foot .cont .nav {
	float: left;
	width: 350px;
}
.foot .cont .nav ul li {
	font-size: 14px;
	line-height: 30px;
}
.foot .cont .nav ul li a {
	color: #333;
}
.foot .cont .nav ul li a:hover{
	color: #43b499;
}
.foot .cont .lineus {
	float: right;
	width: 150px;
} 
.foot .cont .lineus h3, .foot .cont .nav h3 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: inline-block;
	font-size: 20px;
	margin-bottom: 40px;
	font-weight: normal;
}
.foot .cont .lineus img {
	width: 104px;
	height: 104px;
}
.foot .cont .lineus p {
	font-size: 14px;
	line-height: 34px;
	color: #333;
}
.font_b {
	width: 100%;
	height: 56px;
	line-height: 56px;
	background: #2c2b30;
}
.font_b p {
	font-size: 12px;
	color: #999;
	text-align: center;
}

/*通用型标题*/
.index_tit {
	width: 100%;
	height: 120px;
	margin: 30px auto 0;
	text-align: center;
	position: relative;
}
.index_tit h4 {
	width: 100%;
	text-align: center;
	display: block;
	position: absolute;
	font-size: 100px;
	z-index: 1;
	top:0;
	left: 0;
}
.index_tit .w {
	width: 100%;
	height: auto;
	position: absolute;
	text-align: center;
	top:72px;
	left: 0;
	z-index: 2;
}
.index_tit h3 {
	font-size: 28px;
	color: #333;
	margin-bottom: 4px;
}
.index_tit_b h4 {
	color: #fff;
}
.index_tit_ts {
	margin-top: 0;
}
.index_tit_ts .w {
	top: 30px;
}
.index_tit_bs {
	margin-top: 0;
}
.index_tit_bs .w {
	top:50px
}

.index_tit_h h4 {
	color: #f9f9f9;
}
.index_tit p {
	font-size: 16px;
}
.index_tit i {
	font-size: 16px;
	width: 100%;
	display: inline-block;
	margin-top: 20px;
	line-height: 30px;
}
.index_tit p.ts {
	font-size: 20px;
	color: #999;
	margin-top: 14px;
}
.index_tit_bs h3 {
	color: #fff;
}
.index_tit_bs p.ts {
	color: #fff;
}
.index_tit span {
	width: 40px;
	height: 1px;
	background: #3fc5ac;
	display: block;
	margin: 10px auto 0;
}
.index_tit_bs span {
	background: #fe7330;
}

@media only screen and ( max-width: 1600px ) {
	.banner-box .swiper-wrapper, .banner-box .swiper-slide {
		height: 600px;
		background-size:cover;
	}
}
@media only screen and ( max-width: 1430px ) {

}
@media only screen and ( max-width: 1240px ) {
	.foot .cont {
		width: 94%;
	}
	.foot .cont .nav {
		width: 25%;
	}
	.headerTop .header {
		width: 100%;
	}
	.headerTop .header .nav li {
		margin-left: 10px;
		width: 80px;
	}
	.banner-box .swiper-button-next, .banner-box .swiper-button-prev {
		transform: scale(.7);
	}
	.banner-box .swiper-wrapper, .banner-box .swiper-slide {
		height: 400px;
	}
}

@media only screen and ( max-width: 1000px ) {
	.banner-box .swiper-wrapper, .banner-box .swiper-slide {
		height: 300px;
	}
	.banner-box .swiper-button-next, .banner-box .swiper-button-prev {
		display: none;
	}
	.banner-box .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
	.banner-box .swiper-pagination {
		bottom: 10px;
	}
	.headerTop {
		height: 50px;
	}
	.headerTop .header {
		position: relative;
	}
	.headerTop .header .nav {
		position: absolute;
		width: 25%;
		background: #fff;
		right: 10px;
		top: 45px;
		z-index: 100;
		display: none;
border-style: solid;
    border-width: 1px;
    border-color: #febe30;      
	}
	.headerTop .header .nav li {
		height: 38px;
		line-height: 38px;
		margin: 0 auto;
		width: 100%;
	}
	.headerTop .header .nav li a {
		line-height: 38px;
		height: 38px;
		width: 100%;
		font-size: 14px;
		float: left;
	}
	.headerTop .header .logo, .headerTop .header .logo img {
		width: 130px;
		height: auto;
	}
	.headerTop .header .logo {
		margin: 7px 0 0 10px;
	}
	.headerTop .header .navicon {
		float: right;
		margin: 5px 10px 0 0;
		display: block;
	}
	.headerTop .header .navicon img {
		width: 40px;
		height: auto;
	}
	.foot {
		height: auto;
	}
	.foot .cont .nav {
		width: 100%;
		margin-bottom: 10px;
	}
	.foot .cont .lineus h3 {
		margin-bottom: 10px;
	}
	.foot .cont .nav h3 {
		margin-bottom: 0;
	}
	.foot .cont .nav ul li {
		float: left;
		margin-right: 10px;
	}
	.foot .cont {
		margin: 30px auto;
	}
	.foot .cont .lineus {
		width: 100%;
	}
	.foot .cont .lineus img {
		float: left;
		margin-right: 10px;
	}
	.banner-box {
		margin-top: 50px;
	}
}


@media only screen and ( max-width: 800px ) {
	.banner-box .swiper-wrapper, .banner-box .swiper-slide {
		height: 180px;
		background-size:auto 100%;
	}
}















