*{margin: 0;padding: 0;border: 0;list-style: none;text-decoration: none;color: inherit;font-weight: normal;font-family: "微软雅黑";box-sizing: border-box;}

img{vertical-align: middle;max-width: 100%;}

/*公共头部*/
.block h2.title{font-size: 32px;color: #333333;padding-bottom: 18px;position: relative;text-align: center;}
.block p.sub-title{font-size: 16px;color: #999999;text-align: center; }



/*团队*/

.team{width: 100%;height: auto;overflow: hidden;padding: 90px 0 110px;background: url(../images/team-bg.jpg) center center no-repeat;}
.team h2.title{color: #FFFFFF;}
.team p.sub-title{color: #FFFFFF;}
.team .items{padding-top: 70px;width: 100%;height: auto;overflow: hidden;}
.team .items ul{width: 1240px;margin: 0 auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.team .items ul li{width: 600px;height: 320px;background: rgba(255,255,255,.9);border-radius: 5px;margin-bottom: 20px;padding: 20px 50px 20px 20px;transition: all .3s;}
.team .items ul li:hover{;box-shadow:0px 0px 10px rgba(244,244,244,.8);transition: all .3s;}
.team .items ul li a{display: block;width: 100%;height: 100%;display: flex;align-items: center;}
.team .items ul li img{ height:300px;}
.team .items ul li .item-txt{padding-left: 35px; height:300px; margin-top:30px;}
.team .items ul li .item-txt .title{font-size: 24px;color: #b9aa71;padding-bottom: 10px;}
.team .items ul li .item-txt .desc{font-size: 16px;color: #215496;line-height: 30px;margin-top:10px; font-family:微软雅黑;}
.team .items ul li .item-txt .desc1{font-size: 16px;color: #215496;line-height: 30px; margin-top:0px;font-family:微软雅黑;}
@media only screen and (max-width: 760px) {
	.block h2.title{font-size: 30px;color: #666;padding-bottom: 8px;position: relative;text-align: center;}
.block p.sub-title{font-size: 14px;color: #666;text-align: center; width:90%; margin:0 auto;}
.team{width: 100%;height: auto;overflow: hidden;padding: 10px 0 10px;background: #f8f8f8;}	
.team .items ul{width: 98%;margin: 0 auto;display: flex;justify-content: space-between;flex-wrap: wrap;}	
.team .items ul li{width:98%;height: 220px;background: rgba(255,255,255,.9);border-radius: 5px;margin-bottom: 20px;padding: 10px 10px 10px 10px;transition: all .3s;}	
.team .items ul li img{ height:200px;}
.team .items ul li .item-txt{padding-left: 10px; height:200px; margin-top:10px;}	
.team .items ul li .item-txt .title{font-size: 16x;color: #b9aa71;padding-bottom: 5px;}
.team .items ul li .item-txt .desc{font-size: 14px;color: #215496;line-height: 18px;margin-top:5px; font-family:微软雅黑;}
.team .items ul li .item-txt .desc1{font-size: 14px;color: #215496;line-height:18px; margin-top:5px;font-family:微软雅黑;}
	}