@charset "utf-8";
/* CSS Document */
@import url("css.css");
/*=============================================================
  banner
  =============================================================*/
.banner {
	width: 100%;
	height: 519px;
	background: url(../images/banner_about.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
}
/*=============================================================
  about
  =============================================================*/
.about {
	width: 100%;
	padding: 120px 0px;
	height: auto;
	background: url(../images/processbg_02.jpg) repeat;
}
.about-tt, .timeline-tt {
	font-weight: normal;
	font-size: 42px;
	text-align: center;
	line-height: 56px;
}
.about-tt {
	color: #fff;
}
.about-xx {
	width: 1100px;
	margin: 20px auto 0px;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}
/*=============================================================
  timeline
  =============================================================*/
.timeline {
	padding-top: 120px;
	height: 638px;
	background: url(../images/timebg.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
.timeline-tt {
	color: #000;
}
.timeline-xx {
	width: 1200px;
	height: 300px;
	margin: 30px auto 0px;
	background: url(../images/about_timebg.png) center no-repeat;
	clear: both;
	overflow: hidden;
}
.timeline-xx li {
	width: 200px;
	height: 300px;
	padding: 30px 30px 0px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}
.timeline-xx li:nth-of-type(2n+1) {
	padding-top: 210px;
}
/*===============================================
  founder
   ===============================================*/
.founder {
	width: 1200px;
	padding: 120px 0px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}
.founder-jj {
	float: left;
	width: 260px;
	text-align: center;
	color: #333;
}
.founder-jj .img img {
	width: 260px;
	height: 260px;
}
.founder-jj .name {
	width: 100%;
	font-size: 33px;
	line-height: 36px;
	font-weight: bold;
	color: #333;
	margin-top: 30px;
}
.founder-jj .zhiwei {
	font-size: 24px;
	line-height: 36px;
}
.founder-jj .xian {
	width: 50px;
	height: 5px;
	background-color: #000;
	margin: 30px auto 36px;
}
.founder-jj .description {
	width: 100%;
	height: 88px;
	overflow: hidden;
	font-size: 18px;
	line-height: 30px;
}
.founder-xx {
	float: right;
	width: 860px;
	height: 390px;
	padding: 100px 70px;
	margin-top: 28px;
	background-color: #f5f5f5;
	border-radius: 15px;
	position: relative;
}
.founder-xx:before {
	content: "";
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	left: -24px;
	top: 100px;
	background: url(../images/boss_xxbg.png) no-repeat;
}
.founder-xx h3 {
	font-size: 33px;
	font-weight: normal;
	color: #333;
	margin-bottom: 25px;
}
.founder-xx p {
	font-size: 16px;
	line-height: 30px;
	color: #666;
}
/*===============================================
  team
   ===============================================*/

.team {
	height: 810px;
	padding-top: 110px;
	background: url(../images/teambg.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
.team-tt {
	color: #333333;
	font-size: 42px;
	font-weight: normal;
	text-align: center;
	line-height: 2em;
}
.team-tt-sub {
	color: #333333;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
}
.team-wrap {
	position: relative;
}
.team #teamSwiper {
	width: 1200px;
	height: 450px;
	margin: 50px auto 0;/* overflow: visible; */
}
.team-xx {
	width: 216px;
	height: 450px;
	background-color: #fff;
	display: none;
}
.team-xx-lx {
	width: 100%;
	padding-top: 30px;
}
.team-xx-lx .intro {
	width: 182px;
	margin: 0 auto;
	font-size: 13px;
	height: 150px;
	overflow: hidden;
	line-height: 22px;
	color: #333333;
}
.team-xx-lx .wxxx {
	text-align: center;
	font-size: 13px;
}
.team-xx-lx .wxxx img {
	width: 113px;
	height: 113px;
	margin: 20px auto;
}
.team-xx-lx .wxxx p {
	line-height: 22px;
}
.team-xx-g {
	width: 216px;
	height: 450px;
	overflow: hidden;
	padding: 20px 0px;
}
.team-xx-i {
	width: 174px;
	margin: 0 auto;
}
.team-xx-i .name {
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.team-xx-i .zhiwei {
	font-size: 16px;
	line-height: 26px;
	text-align: center;
}
.team-xx-i .xian {
	width: 50px;
	height: 4px;
	background-color: #000;
	margin: 15px auto;
}
.team-xx-i .description {
	width: 100%;
	height: 88px;
	overflow: hidden;
	font-size: 13px;
	line-height: 22px;
}
.team-xx-g .photo {
	width: 174px;
	margin: 0 auto;
	text-align: center;
}
.team-xx-g .photo .sj {
	width: 19px;
	height: 13px;
	margin: 20px auto;
}
.team-xx-g .photo .team-photo {
	width: 174px;
	height: 174px;
	border-radius: 100%;
}
.swiper-button-prev {
	left: auto;
	right: 50%;
	transform: translateX(-630px);
}
.swiper-button-next {
	left: 50%;
	transform: translateX(630px);
}
/*===============================================
  contact
   ===============================================*/
.contact {
	width: 100%;
	height: 1216px;
	padding-top: 120px;
	background: url(../images/contactbg.jpg) no-repeat;
}
.contact-con {
	width: 1200px;
	margin: 0 auto;
}
.contact-tt {
	color: #333333;
	font-size: 42px;
	font-weight: normal;
	text-align: left;
	line-height: 44px;
}
.contact-hj {
	width: 866px;
	height: 578px;
	margin: 80px 0px;
}
.contact-lx {
	clear: both;
	overflow: hidden;
}
.contact-lx img {
	width: 146px;
	height: 146px;
	float: left;
	margin-right: 40px;
}
.contact-lx ul {
	float: left;
}
.contact-lx ul li {
	line-height: 36px;
	font-size: 16px;
	color: #333;
	padding-left: 35px;
}
.contact-lx1 {
	background: url(../images/contact_icon1.png) left center no-repeat;
}
.contact-lx2,  .contact-lx3 {
	background: url(../images/contact_icon2.png) left center no-repeat;
}
.contact-lx4 {
	background: url(../images/contact_icon4.png) left center no-repeat;
}
