ul.nav>li:nth-child(1)>a {
	border-bottom: 1px solid #161616!important;
}
.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
    z-index: 3;
}
.swiper-container {
	width: 100%;
	height: 100vh;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100vh;
}
/*我们的理念*/
.ouridea {
	width: 100%;
	/*padding-top: 46px;*/
	background-image: url(../images/ourideabg.jpg);
  	background-size: cover;
  	-webkit-background-size:  cover;
}
.ourideatop {
	height: 39px;
	width: 94%;
	margin: 0 auto;
	/*background: url(../images/ourides-top.png) no-repeat center top;*/
}
.ourideatop h3 {
	text-align: center;
	letter-spacing: 5px;
	font-size: 20px;
}
.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: 24.5%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
}
.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: -10%;
	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:hover img{
	margin-top: -12%;
	margin-bottom: 2%;
}
.ideabox_tit {
	font-size: 28px;
	font-weight: 500;
	margin-left: 25%;
	margin-top: -10%;
	padding-bottom: 5%;
	color:#fff;
}
.ideabox_infor {
	font-size: 16px;
    color: #fff;
    margin-left: 25%;
    width: 60%;
    padding-bottom: 10%;
}
/*企业介绍*/
.ourintro {
	width: 94%;
	background: url(../images/ourintrobg.png) no-repeat center top;
	padding-top: 100px;
	margin: 20px auto 40px auto;
}

.ourintro .movie,.ourintro .movie img {
	display: block;
	width: 100%;
}
.introtext h3 {
	font-size: 22px;
	text-align: center;
	margin-top: 12px;
	line-height: 48px;
}
.introtext p {
	width: 78%;
	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;
	background: url(../images/businessbg.png) no-repeat center top;
	padding-top: 80px;
	margin-bottom: 20px;
}
.business .busbox {
	width: 32%;
	background-color: #f5f5f5;
	text-align: center;
	margin-bottom: 2%;
	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;
}
.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;
	background: url(../images/partnersbg.png) no-repeat center top;
	padding-top: 80px;
	margin-bottom: 3%;
}
.partnerimg {
	border: 1px solid #dcdcdc;
	overflow: hidden;
}
.partnerimg img {
	display: block;
	width: 16.66%;
	padding: 0 2%;
	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-top: 50px;
	padding-bottom: 30px;
}
.newstop {
	width: 94%;
	padding-top: 80px;
	margin: 0 auto;
	background: url(../images/newstop_bg.png) no-repeat center top;
}
.newstext {
	width: 94%;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0px;
}
.newsbox {
	width: 30%;
	float: left;
	background-color: #fff;
	box-shadow: 0px 0px 5px rgba(150,150,150,0.5);
}
.newsbox:nth-child(1),.newsbox:nth-child(2) {
	margin-right: 5%;
}
.newsbox>a {
	display: block;
	width: 100%;
	overflow: hidden;
}
.newsbox>a>div {
	width: 100%;
	/*height: 254px;*/
	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:hover img {
	transform:scale(1.05);
    -ms-transform:scale(1.05);
    -webkit-transform:scale(1.05);
    -o-transform:scale(1.05);
    -moz-transform:scale(1.05);
}
.newsbox>a h3 {
	line-height: 50px;
	padding: 0px 4%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size: 18px;
	color: #090909;
}
.newsbox>a p {
	height: 120px;
	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: 26px;
}
.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: 94%;
	flex-wrap: wrap;
	justify-content: space-between;
	/*background: url(../images/brandbg.png) no-repeat center 30px;*/
	/*padding-top: 100px;*/
	/*margin-bottom: 50px;*/
	margin: 2% auto;
	text-align: center;
}
.brand img {
	padding:  1%;
}
.brand a:nth-child(1) img,.brand a:nth-child(2) img {
	border-right: 2px solid #d0d0d0;
}

