.lunbo{width: 100%;text-align: center;overflow: hidden;display: flex;justify-content: center;}
.lunbo img{max-width: 100%;display: flex;}

.map{max-width: 1270px;width: 100%;margin: 0 auto;display: flex;justify-content: space-between;padding: 15px 0;border-bottom: 1px solid #ECECEC;}
.map .left{height: 40px;line-height: 40px;color: #666666;padding-left: 50px;background: url(../image/team/2.png) no-repeat 5px center;}
.map .left a{color: #666666;font-size: 18px;}
.map .right{height: 40px;}
.map .right .form{height: 40px;display: flex;justify-content: flex-start;}
.map .right .form input{height: 40px;box-sizing: border-box;border: 1px solid #B4B4B4;padding: 0 20px;color: #666666;}
.map .right .form .kews{border-right: none;border-top-left-radius: 20px;border-bottom-left-radius: 20px;}
.map .right .form .submit{width: 60px;background: url(../image/team/1.png) no-repeat center center;border-top-right-radius: 20px;border-bottom-right-radius: 20px;background-size: 20px auto;cursor: pointer;}


.list{max-width: 1270px;width: 100%;margin: 0 auto;padding-bottom: 100px;box-sizing: border-box;padding: 0 10px 100px 10px;}
.list .listss{display: flex;justify-content: flex-start;flex-wrap: wrap;}
.list .listss li{width: 23%;margin-top: 50px;position: relative;max-width: 48%;overflow: hidden;margin-right: 2.5%;}
.list .listss li:nth-child(4n){margin-right: 0;}
.list .listss li .top .img{width: 100%;}
.list .listss li .top .img img{max-width: 100%;display: flex;}
.list .listss li .top .desc{width: 100%;padding: 10px 0;display: flex;justify-content: space-between;}
.list .listss li .top .desc .title{font-size: 26px;line-height: 40px;}
.list .listss li .top .desc .title span{font-size: 18px;border-left: 1px solid #000000;margin-left: 10px;padding-left: 10px;}
.list .listss li .top .desc .jt{width: 49px;height: 40px;background: url(../image/team/5.png) no-repeat center center;}
.list .listss li .bottom{position: absolute;width: 100%;height: 100%;background: #D90632;left: 0;top: 100%;color: #FFFFFF;box-sizing: border-box;padding: 0 15px;overflow: hidden;
transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.list .listss li:hover .bottom{top: 0;}
.list .listss li .bottom .title{font-size: 26px;line-height: 40px;padding-top: 20px;}
.list .listss li .bottom .title span{font-size: 18px;border-left: 1px solid #FFFFFF;margin-left: 10px;padding-left: 10px;}
.list .listss li .bottom .xs1{width: 55px;height: 3px;background: #FFFFFF;margin: 10px 0;}
.list .listss li .bottom .yewu{font-size: 20px;line-height: 40px;font-weight: 700;margin-top: 10px;}
.list .listss li .bottom .xs2{width: 68px;height: 1px;background: #FFFFFF;margin: 10px 0;}
.list .listss li .bottom .jt{width: 49px;height: 40px;background: url(../image/team/4.png) no-repeat center center;}
.list .listss li .bottom .desc1{word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6; /* 这里是超出几行省略 */
    overflow: hidden;}
.list .listss li .bottom .desc2{word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 这里是超出几行省略 */
	overflow: hidden;}
	
.zanwu{width: 100%;text-align: center;line-height: 200px;color: #999999;}
@media only screen and (max-width: 1270px) {
	.list .listss li{margin-right: 20px;}
	.list .listss li:nth-child(4n){margin-right: 20px;}

}
@media only screen and (max-width: 1000px) {
	.map{padding: 15px 10px;box-sizing: border-box;}
	.list .listss{}
	.list .listss li:nth-child(4n){margin-right: 3%;}
	.list .listss li{width: 30%;margin-top: 50px;position: relative;max-width: 48%;margin-right: 3%;}
	
}
@media only screen and (max-width: 750px) {
	.map .left a{color: #666666;font-size: 16px;}
	.map .right .form{position: absolute;right: 10px;z-index: 1;}
	.map .right .form .kews{display: none;}	
	.map .right .form .submit{border-top-left-radius: 20px;border-bottom-left-radius: 20px;width: 40px;}
	
	.map .right .on .kews{display: inline-block;}
	.map .right .on .submit{border-top-left-radius: 0;border-bottom-left-radius: 0;width: 60px;}
	
	.list .listss{justify-content: space-between;}
	.list .listss li{width: 48%;margin-top: 50px;position: relative;max-width: 48%;margin-right: 0;}
	.list .listss li:nth-child(4n){margin-right: 0;}
	.list .listss li .top .img{width: 100%;}
	.list .listss li .top .img img{width: 100%;display: flex;}
	.list .listss li .top .desc{width: 100%;padding: 10px 0;display: flex;justify-content: space-between;}
	.list .listss li .top .desc .title{font-size: 26px;line-height: 40px;}
	.list .listss li .top .desc .title span{font-size: 18px;border-left: 1px solid #000000;margin-left: 10px;padding-left: 10px;}
	.list .listss li .top .desc .jt{width: 29px;height: 40px;background: url(../image/team/5.png) no-repeat center center;}
	.list .listss li .bottom{position: absolute;width: 100%;height: 100%;background: #D90632;left: 0;bottom: 0;color: #FFFFFF;box-sizing: border-box;max-height: 0;padding: 0 15px;overflow: hidden;}
	.list .listss li:hover .bottom{max-height: 100000px;}
	.list .listss li .bottom .title{font-size: 26px;line-height: 40px;padding-top: 20px;}
	.list .listss li .bottom .title span{font-size: 18px;border-left: 1px solid #FFFFFF;margin-left: 10px;padding-left: 10px;}
	.list .listss li .bottom .xs1{width: 55px;height: 3px;background: #FFFFFF;margin: 10px 0;}
	.list .listss li .bottom .yewu{font-size: 20px;line-height: 40px;font-weight: 700;margin-top: 10px;}
	.list .listss li .bottom .xs2{width: 68px;height: 1px;background: #FFFFFF;margin: 10px 0;}
	.list .listss li .bottom .jt{width: 49px;height: 40px;background: url(../image/team/4.png) no-repeat center center;}
	.list .listss li .bottom .desc1{word-break: break-all;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 6; /* 这里是超出几行省略 */
	    overflow: hidden;}
	.list .listss li .bottom .desc2{word-break: break-all;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2; /* 这里是超出几行省略 */
		overflow: hidden;}
}
@media only screen and (max-width: 600px) {
	.lunbo img{height: 180px;max-width: none;position: relative;left: 50%;transform:translate(-50%,0);}
	
	.list .listss li{width: 48%;margin-top: 30px;position: relative;max-width: 48%;}
	.list .listss li .top .img{width: 100%;}
	.list .listss li .top .img img{width: 100%;display: flex;}
	.list .listss li .top .desc{width: 100%;padding: 10px 0;display: flex;justify-content: space-between;}
	.list .listss li .top .desc .title{font-size: 18px;line-height: 40px;}
	.list .listss li .top .desc .title span{font-size: 16px;border-left: 1px solid #000000;margin-left: 10px;padding-left: 10px;}
	.list .listss li .top .desc .jt{width: 29px;height: 40px;background: url(../image/team/5.png) no-repeat center center;background-size: 100% auto;}
	.list .listss li .bottom{position: absolute;width: 100%;height: 100%;background: #D90632;left: 0;bottom: 0;color: #FFFFFF;box-sizing: border-box;max-height: 0;padding: 0 15px;overflow: hidden;}
	.list .listss li:hover .bottom{max-height: 100000px;}
	.list .listss li .bottom .title{font-size: 18px;line-height: 40px;padding-top: 10px;}
	.list .listss li .bottom .title span{font-size: 16px;border-left: 1px solid #FFFFFF;margin-left: 10px;padding-left: 10px;}
	.list .listss li .bottom .xs1{width: 55px;height: 3px;background: #FFFFFF;margin: 10px 0;}
	.list .listss li .bottom .yewu{font-size: 18px;line-height: 30px;font-weight: 700;margin-top: 10px;}
	.list .listss li .bottom .xs2{width: 68px;height: 1px;background: #FFFFFF;margin: 10px 0;}
	.list .listss li .bottom .jt{width: 49px;height: 40px;background: url(../image/team/4.png) no-repeat center center;}
	.list .listss li .bottom .desc1{word-break: break-all;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
	    overflow: hidden;}
	.list .listss li .bottom .desc2{word-break: break-all;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2; /* 这里是超出几行省略 */
		overflow: hidden;}

}
@media only screen and (max-width: 500px) {
	
}
@media only screen and (max-width: 400px) {
	
}