@charset "utf-8";
/* CSS Document */

body,
html {font-family:Arial, Helvetica, sans-serif; font-family:"微软雅黑"; font-size:12px;
}

img {
	max-width: 100%;
}
div.clear1{
	display:block
}
div.clear2{
	display:none
}

li{ list-style-type:none;}
/*header*/


.topd{ width:100%; height:60px; background-color:#000;}
.topdcon{ width:1400px;overflow:hidden;margin:0 auto;}
.topdconleft{ float:left; font-size:20px; color:#FFF; line-height:60px; font-weight:bolder;}
.topdconr{float:left;  margin-left:100px; font-size:20px; line-height:60px; color:#FFF;font-weight:bolder;}
.rightt{ float:right; line-height:60px;}
.rightt a{ color:#FFF; font-size:20px;font-weight:bolder;}

.header{ width:100%; height:100px;}
.hnav{ width:1400px; height:100px;margin:0 auto;}

.logo{ float:left; width:250px; line-height:80px;}
.logo img{ margin-top:20px;}
.nav{ float:left;}
.nav ul li{ float:left; width:150px; line-height:80px; text-align:center; margin-top:20px;}


/*banner*/

.banner-wrapper .swiper-slide,
.banner-wrapper.swiper-container,
.banner-wrapper .swiper-slide a{
	width: 100%!important;
	height: 100%;
}

#banner .swiper-slide {
	position: relative;
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#banner .swiper-slide img {
	width: 100%!important;
}


#banner {
	position: relative;
	width: 100%;
}



#banner .swiper-slide .title-tx h1 {
	font-weight: bold;
	color: #fff;
	text-align: left;
	color: #277916;
	font-size: 62px;
}

#banner .swiper-slide .title-tx p {
	display: inline-block;
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #666;
}

#banner .swiper-slide .title-tx {
	transform: translateY(50px);
	opacity: 0;
	transition: all .4s;
}

.swiper-button-next,
.swiper-button-prev {
	padding: 10px;
}

.banner_button {
	display: flex;
	position: absolute;
	top: 50%;
	width: 50px;
	height: 60px;
	margin-top: -30px;
	background: rgba(0, 0, 0, 0);
	z-index: 33;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	color: #fff;
	transition: all 0.3s;
	cursor: pointer;
}

.banner_button:hover {
	background: rgba(0, 0, 0, 0.3);
	transition: all 0.3s;
}

.banner_button.button-next {
	right: 0;
}

.banner_button.button-left {
	left: 0;
}

#banner .ani-slide .title-tx {
	transform: translateY(0);
	opacity: 1;
}

#banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 0;
	transition: all 0.4s;
	border: 2px solid #fff;
	background: rgba(255, 255, 255, 0);
	border-radius: 50%;
	opacity: 1;
}

#banner .swiper-pagination-bullet-active {
	background: #fff;
}

#banner .swiper-pagination {
	text-align: center;
	position: inherit;
}

#banner .swiper-pagination-bullet {
	position: relative;
	margin-left: 10px;
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
#banner .swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 20%;
	left: 0;
}

.buttonbox {
	position: absolute;
	bottom: 5%;
	left: 0;
	width: 100%;
	z-index: 2;
}

.banner-img {
	width: 100%;
}

#banner-img {
	position: relative;
	background-size: cover;
	background-position: center center;
}

#banner-img .banner-txt {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	align-items: center;
	text-align: center;
}

#banner-img .banner-txt p {
	margin-top: 00px;
	font-weight: bold;
	font-size: 50px;
	color: #fff;
	line-height: 50px;
	opacity: 0.5;
}

#banner-img .banner-txt h2 {
	font-size: 36px;
	font-weight: bold;
	position: relative;
	z-index: 1;
	color: #fff;
	margin-top: 30px;
}

.banner-nav ul li a {
	position: relative;
	display: inline-block;
	width: 26px;
	height: 26px;
	cursor: pointer;
}

.banner-nav ul li a b {
	position: absolute;
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #ffffff;
	border-radius: 100%;
	top: 50%;
	left: 50%;
	margin-top: -3px;
	margin-left: -3px;
	opacity: 0.5;
}

.banner-nav ul li.active a b {
	background: #ffffff;
	opacity: 1;
}

.banner-1 {
	position: relative;
	z-index: 10;
	background: rgba(0, 0, 0, 0.1);
}

.banner-btn {
	position: absolute;
	right: 3%;
	bottom: 10%;
	z-index: 1000;
}

.banner-btns {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	line-height: 46px;
}

.banner-btns:hover {
	cursor: pointer;
}

.banner-btns:focus {
	outline: none;
}

.banner-btns.banner-btn-next {
	margin-right: 15px;
}

.vidbg-overlay {
	background: rgba(0, 0, 0, 0)!important;
}

/*关于我们*/
.syabout{ width:100%; margin:0 auto; margin-top:80px;}
.syn{ width:1200px;overflow:hidden;margin:0 auto;}
.syn p{ line-height:200%; font-size:15px; margin-top:50px;}
.abimg1{ float:left; width:200px;}
.abimg2{float:left; width:200px; margin-left:25px; margin-top:120px;}
.abimg3{float:left; width:200px;margin-left:25px;}
.syaboutl{ width:400px; float:left;}
.syaboutr{width:760px;float:left; margin-left:40px;}

/**/

.intro_box .intro_text .text_box p{ font-size:14px; line-height:200%;}

.warrpbox {
	width: 100%; margin-top:100px;
}

.title {
	position: relative;
	text-align: center;
	margin-bottom: 60px;
}

.title h2 {
	position: relative;
	font-size: 30px;
	z-index: 5;
	font-weight: bold;
	letter-spacing: 3px;
}

.title p {
	margin-top: 20px;
	font-size: 14px;
	text-transform: uppercase;
}

.title_bj {
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -32.5px;
	opacity: 0.8;
}


/*首页关于我们*/

.profile-data {
	display: flex;
	justify-content: space-around;
}

.profile-data li {
	position: relative;
	min-width: 150px;
	padding-left: 40px;
}

.profile-data li>img {
	position: absolute;
	top: 7px;
	left: 0;
}

.profile-data li h3 {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 32px;
}

.intro_box {
	margin-top: 60px;
	display: flex;
	align-items: center;
}

.intro_box h4 {
	position: relative;
	width: 100%;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 30px;
}

.intro_box>img {
	max-width: 50%;
}

.intro_text {
	padding-right: 5%;
}

.intro_text p {
	margin-bottom: 8px;
}
.intro_text .text_box{
	overflow: hidden;
   /* text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;*/
}
.intro_box h4:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -2px;
	width: 95px;
	height: 4px;
	background: #f8f413;
}

a.more-btn {
	display: inline-block;
	width: 190px;
	height: 48px;
	color: #000;
	line-height: 48px;
	background: #f8f413;
	border-radius: 0;
}

a.more-btn>i {
	font-size: 14px;
}


/**/

.sbb{ width:100%; height:400px; background-image:url(../img/sbb2.jpg); overflow:hidden;}
.sbbn{ width:1400px;overflow:hidden;margin:0 auto;}
.sbbn1{ width:760px; height:60px; background-color:#FC0; line-height:60px; margin-top:50px; margin-left:200px;}
.sbbn2{ width:700px; height:60px; background-color:#FC0; line-height:60px; margin-top:10px; margin-left:200px;}
.sbbn3{ width:320px; height:60px; background-color:#FC0; line-height:60px; margin-top:10px; float:left; margin-left:300px;}
.sbbn p{ font-size:30px; color:#121212; margin-left:20px;}

.jj{ width:100%; height:60px; background-image:url(../img/sbb1b.jpg); overflow:hidden; margin-top:20px;}
.jjcon{width:1400px;overflow:hidden; height:351px;margin:0 auto;}
.sycontact{ width:100%; background-image:url(../img/sycontact1.jpg); margin-top:10px;overflow:hidden;height:351px;} 
.sycontactn{  margin-top:150px; font-size:30px; color:#FFF; text-align:center;}



.footern{ width:1400px;}
.footerl{ float:left; width:200px;}
.footerz{ float:left; width:300px;}
