.aboutnews{background: #fff2f2;padding-top: 50px;}
.introduction{margin: 20px 60px 0;}
.introduction>li{margin-bottom: 35px;}
.video{width: 100%;height: 255px;display: block;}
.intro{padding: 0 35px;line-height: 24px;color: #333;display: block;}
.intro:focus,.intro:hover{color: #333;}
.news{margin: 0 60px;}
.news>li{margin-bottom: 20px;}
.news p{color: #333;padding: 5px 5px 0;}

.tese{background: url(../img/bg05.png) no-repeat;background-size: 100% 100%;padding: 28px 0 40px;}
.tese-list{margin: 0 80px;}
.tese-list li:nth-child(2n-1){margin-top: 50px;}
.tese-list li:nth-child(2){margin-top: 25px;}
.tese-list li:nth-child(4){margin-top: 40px;}
.tese-list a{display: block;position: relative;color: #fff;overflow: hidden;}
.floatlay{position: absolute;width: 100%;height: 100%;left: 0;background: rgba(0,0,0,.5);padding: 50px 30px 0;
	top: 100%;-moz-transition: top 0.5s;-ms-transition: top 0.5s;-webkit-transition: top 0.5s;transition: top 0.5s;
}
.floatlay>p{font-size: 24px;font-family: "宋体";}
.hline{border-top: 1px solid #FFF;margin: 12px 0 30px;}
.floatlay>article{line-height: 24px;margin-bottom: 35px;
	overflow: hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:10;-ms-text-overflow: ellipsis;text-overflow: ellipsis;
}
.tese-list a:hover>.floatlay{top: 0;}

.shicai, .zs{background: #fff2f2;}
.shicai p{font-size: 26px;font-family: "宋体";font-weight: bold;margin: 40px 0 18px;}
.shicai-list{margin: 0 60px;}
.shicai-list img{display: block;}

.zs{padding-top: 65px;}
.zs-tit{margin-bottom: 55px;}
.support>li{position: relative;padding-left: 40px;}
.support img{position: absolute;left: 0;top: 5px;}
.support p{line-height: 32px;}
.support p>span{color: #af0303;}
.zs ul{margin: 0 60px;}
.zs ul>li{padding-bottom: 30px;}
.form-tit{font-size: 18px;font-family: "黑体";}
.form-tit>span{color: #af0303;font-size: 24px;}
form>input{width: 100%;height: 34px;padding: 0 15px;border: 1px solid #aa3333;}
form>textarea{width: 100%;height: 86px;padding: 10px 15px;border: 1px solid #aa3333;}
form button{width: 120px;height: 34px;background: #af0303;border: none;outline: none;color: #fff;}
form>*{margin-top: 10px;}


@media only screen and (min-width: 1000px) and (max-width: 1200px) {
	.floatlay{padding: 30px 15px 0;}
	.floatlay>article{height: 192px;
		overflow: hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:8;-ms-text-overflow: ellipsis;text-overflow: ellipsis;
	}
	.video{height: 310px;}
	.intro{padding: 0 0 0 25px;}
}
@media only screen and (min-width: 760px) and (max-width: 1000px) {
	.floatlay>article{display: none;}
	.video{height: 190px;}
	.intro{padding: 0 0 0 25px;overflow: hidden;height: 192px;
		display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:8;-ms-text-overflow: ellipsis;text-overflow: ellipsis;}
}

@media (max-width: 760px){
	.introduction{margin: 20px -10px 0;}
	.intro{padding: 0;height: 120px;overflow: hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;-ms-text-overflow: ellipsis;text-overflow: ellipsis;}
	.news, .tese ul, .zs ul{margin: 0 -10px;}
	.tese li.xs3.xl6{margin-top: 25px;}
	.floatlay{padding: 30px 15px 0;}
	.floatlay>article{height: 120px;
		overflow: hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;-ms-text-overflow: ellipsis;text-overflow: ellipsis;
	}
	.shicai-list{margin: 0;}
}



label.error{font-size: 12px;color: orangered;}
