.video-wrap {
    position: relative;
	z-index: 1;
}
.video-wrap>video{
	width: 100%;
	height: auto;
	display: block;
}
.video-1-text {
    position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
    left: 0;
	right: 0;
    background-color: rgba(0,0,0,0.3);
	display: flex;
	justify-content: center;
    align-items: center;
	flex-direction: column;
}

.video-1-text p{
	width: 100%;
	color: #fff;
	text-align: center;
	font-weight: 300;
	font-size: 14px;
}
.video-1-text p:first-child{
	font-size:18px;
	font-weight: 800;
	margin-bottom: 20px;
}

.van-tabs-margin {
    padding: 0 20px;
}

.van-tabs__wrap--scrollable .van-tabs__nav--complete {
    margin-left: -15px;
}

.news-content-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
}

.news-content-item img {
    margin-right: 15px;
}

.news-content-item .news-title {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 90px;
	color: #999;
	font-size: 10px;
}

.news-content-item .news-title h3 h4{
    color: #222222;
    font-size: 14px;
    font-weight: 700;
	line-height: 22px;
}

/* 公司介绍 */

.company-desc-wrap {
    padding-bottom: 40px;
	background-color: #1577F6;
}
.company-desc-wrap>img{
	width: 100%;
}
.company-desc-wrap>.common-title-wrap>h2{
	color: #ffffff;
}
.company-desc-wrap .common-title-wrap .en-text{
	color: #ffffff;
	opacity: 0.3;
}
.company-text {
    color: #ffffff;
    font-size: 12px;
    line-height: 24px;
    padding: 0 20px;
	opacity: 0.9;
}
.company-text>p{
	margin-bottom: 10px;
}

/* 城市视觉 */
.city-eye-wrap{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 40px 20px;
	overflow: hidden;
	background: url("http://static.qddjkcjt.com/city-eye.jpg") no-repeat;
	background-size: cover;
	background-position: top center;
}
.city-eye-content{
	width: 100%;
	height: auto;
	background-color: #fff;
	box-sizing: border-box;
	padding:0 20px 30px 20px;
}
.city-eye-content>p{
	font-size: 12px;
	line-height: 24px;
	color: #666;
	margin-bottom: 30px;
}

/* 重点项目 */
.important-content{
	width: auto;
	height: auto;
	padding:0 20px;

}
.i-item {
	width: 100%;
	height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	margin-bottom: 40px;
}
.i-item>.item-img{
	width:100%;
	height: 201px;
	max-width: 335px;
	overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 10px;
}
.i-item>.item-img img {
	width: 100%;
	height: auto;
	min-width: 335px;
	min-height: 201px;
}
.i-item>.item-title {
	width: 100%;
	max-width: 335px;
	height: auto;
    color: #222222;
    font-size: 14px;
    font-weight: 700;
	line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

/* 链接按钮样式 */
.content-button1{
	display: block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	background-color: #1577F6;
}
.content-button1:link{
	color: #fff;
}
/* poli */

.go-poli-wrap {
    width: 100%;
    height: auto;
	margin-bottom: 40px;
    /* background: url('../images/poli.png') no-repeat;
    background-size: cover; */
}

.go-poli-wrap>.content-title1{
	margin-bottom: 80px;
}
.go-poli-wrap .sp-slides-container{
	margin-bottom: 20px;
}
.go-poli-wrap .sp-caption-container{
	margin: 0;
	height: 250px;
	box-sizing: border-box;
	padding: 0 10%;
	line-height: 24px;
	color: #666;
}
.go-poli-wrap .sp-buttons{
	margin-bottom: 20px;
}
.go-poli-wrap .sp-button{
	border:1px solid #ccc;
}
.go-poli-wrap .content-button1{
	display: none;
}
