/*第一屏*/
.swiper-container {
	position: relative;
	width: 100%;
	height: auto;
}
.swiper-container .swiper-slide {
	padding: 200px 0px;
	height: 150px;
}
.swiper-pagination {
    z-index: 2;
}
.swiper-pagination-bullet {
	background: #a7a7a7;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background-color: #e60012;
}
.firstslide1 {
	background: url(../images/firstslide1.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
} 
.firstslide1 h2 {
	font-size: 30px;
	color: #fff;
	font-weight: 400;
}
.firstslide1 h3 {
	font-size: 16px;
	color: #fff;
	font-weight: lighter;
	line-height: 24px;
	margin-bottom: 30px;
}
.firstslide1 p {
	font-size: 14px;
	color: #fff;
	line-height: 26px;
}
.firstslide2 {
	background: url(../images/firstslide2.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
}
.firstslide2 p {
	font-size: 34px;
	color: #fff;
	line-height: 50px;
	padding-top: 25px;
}
.firstslide3 {
	background: url(../images/firstslide3.jpg);
	-webkit-background-size: cover;
	background-size: cover;
} 
.firstslide3 ul {
	padding-top: 45px;
	justify-content: space-around;
	align-items: center;
}
.firstslide3 ul li {
	text-align: center;
}
.firstslide3 ul li span:nth-child(1){
	font-size: 30px;
	color: #fff;
}
.firstslide3 ul li span:nth-child(2){
	font-size: 10px;
	color: #fff;
}
.firstslide4 {
	background: url(../images/firstslide4.jpg);
	-webkit-background-size: cover;
	background-size: cover;
} 
.firstslide4 p {
	text-align: center;
	font-size: 30px;
	color: #fff;
	line-height: 50px;
	padding-top: 25px;
}
/*我们的理念*/
.ouridea {
	width: 100%;
	background: url(../images/modelbg.jpg) center top;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.allbigtit {
	font-size: 22px;
	text-align: center;
	line-height: 50px;
}
.ourideatext>.allbigtit {
	padding-top: 13px;
}
.ourideatop h4 {
	text-align: center;
	letter-spacing: 2px;
	font-size: 10px;
}
.ourideatext {
	width: 94%;
	margin: 0 auto;
	padding-bottom: 2px;
}
.smatitle {
	text-align: center;
	line-height: 30px;
	margin: 1% 0 4% 0px;
}
.smatitle1 {
	text-align: center;
	line-height: 30px;
	padding: 1.5% 0;
}
.ideadiv {
	justify-content: space-between;
}
.ideabox {
	width: 80%;
	margin: 0 auto;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	margin-bottom: 8%;
}
.ideabox1 {
    background-image: url(../images/idea1_bg.jpg);
}
.ideabox2 {
    background-image: url(../images/idea2_bg.jpg);
}
.ideabox3 {
    background-image: url(../images/idea3_bg.jpg);
}
.ideabox4 {
    background-image: url(../images/idea4_bg.jpg);
}
.ideabox>img{
	width: 44%;
	margin-left: 33%;
	margin-top: -5%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    -moz-transition:all 0.5s;
}
.ideabox_tit {
	font-size: 22px;
	font-weight: 500;
	margin-left: 25%;
	margin-top: -10%;
	padding-bottom: 5%;
	color:#fff;
}
.ideabox_infor {
	font-size: 14px;
    color: #fff;
    margin-left: 25%;
    width: 60%;
    padding-bottom: 10%;
}
/*企业介绍*/
.ourintro {
	width: 94%;
	margin: 20px auto;
}

.ourintro .movie,.ourintro .movie img {
	display: block;
	width: 100%;
}
.introtext h3 {
	font-size: 16px;
	text-align: center;
	margin-top: 12px;
	line-height: 48px;
}
.introtext p {
	width: 90%;
	margin: 0 auto;
	text-indent:2em;
	line-height: 24px;
	text-align: justify;
}

/*业务介绍*/
.business {
	width: 94%;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
.business .busbox {
	width: 80%;
	margin: 0 auto;
	background-color: #f5f5f5;
	text-align: center;
	margin-bottom: 5%;
	padding-bottom: 4%;
	position: relative;
}
.busbox-en {
    font-size: 18px;
    color: #4d4c4c;
    font-weight: bold;
    line-height: 34px;
    letter-spacing: 3px;
    padding-top: 50px;
    margin-bottom: 2%;
}
.busbox-ch {
    font-size: 24px;
    color: #484949;
    font-weight: bold;
    line-height: 43px;
    letter-spacing: 3px;
    margin-top: 2%;
}
.busbox-hov {
	display: none;
	transform:scale(0);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/bus_hover.jpg);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	color: #dbdcdf;
	overflow: hidden;
}
.hov-tit {
	line-height: 30px;
	padding-top: 20px;
	font-size: 20px;
	font-weight: bold;
}
.hov-stit {
    line-height: 40px;
    font-size: 12px;
    margin-bottom: 20px;
}
.nomargin {
	margin: 0;
}
.hov-list {
    list-style: inherit;
    font-size: 14px;
    line-height: 30px;
    padding-left: 20px;
}
.hov-list li {
	width: 112px;
    margin: 0 auto;
    text-align: left;
    padding-left: 10px;
}
.hov-desc {
	line-height: 30px;
}

/*合作伙伴*/
.partners {
	width: 94%;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 3%;
}
.partnerimg {
	border: 1px solid #dcdcdc;
	overflow: hidden;
}
.partnerimg img {
	display: block;
	width: 20%;
	float: left;
	border: 1px solid #dcdcdc;
	border-bottom: 0;
	border-right: 0;
	box-sizing: border-box;
}

/*新闻中心*/
.news {
	background: url(../images/newsbg.jpg);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	padding-bottom: 30px;
}
.newstext {
	width: 94%;
	margin: 0 auto;
	overflow: hidden;
}
.newsbox {
	width: 80%;
	margin: 0 auto 20px auto;
	background-color: #fff;
	box-shadow: 0px 0px 5px rgba(150,150,150,0.5);
}
.newsbox>a {
	display: block;
	width: 100%;
	overflow: hidden;
}
.newsbox>a>div {
	width: 100%;
	overflow: hidden;
}
.newsbox>a>div>img {
	display: block;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    -moz-transition:all 0.5s;
}
.newsbox>a h3 {
	line-height: 40px;
	padding: 0px 4%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size: 18px;
	color: #090909;
	text-align: center;
}
.newsbox>a p {
	height: 85px;
	padding: 0px 4%;
	text-indent: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	font-size: 12px;
	color: #8b8b8b;
	line-height: 25px;
}
.morenews {
	display: block;
	font-size: 17px;
	width: 116px;
	margin: 0 auto;
	border: 1px solid #9298a5;
	text-align: center;
	border-radius: 35px;
	line-height: 35px;
	letter-spacing: 3px;
}
/*旗下品牌*/
.brand {
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 2% auto;
	text-align: center;
}
.brand img {
	padding:  0 2%;
	height: 8vw;
}
.brand a:nth-child(1) img,.brand a:nth-child(2) img {
	border-right: 2px solid #d0d0d0;
}

