p {
    margin: 0 0 0px;
}
ul{
	margin-bottom: 0;
}
#wrap{
	position: relative;
}
    .list ul li:hover img {
        box-shadow: 0 5px 10px 3px rgba(0,0,0,0.7);
    }
.main .list ul li .positionCon .teamName {
    font-size:20px;
}
.main .list ul li .positionCon .position {
    font-size:14px;
}

.list ul li:hover .team_tips_father {
	box-shadow: 0 5px 10px 3px rgba(0,0,0,0.7);
}

@media  (min-width:1200px ) {
	.banner{
	  	background-size: cover;
	    position: relative;
	    height: 439px;
	    
	    background-attachment: fixed;
	}
	.banner .pack,.qd_banner .pack{
		position: absolute;
		width: 100%;
		height: 100%;
		background: #394b59;
		background-color:rgba(57,75,89,0.7);
	}

	.banner_case_con{
        width:100%;
        max-width:1000px;
        padding:0 20px;
		margin:0 auto;
	    position: absolute;
	    top:50%;
	    left: 50%;
	    -webkit-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	}

	.banner_case_conTitle{
		text-align: center;
	}
	.banner_case_conTxt{
		color: #fff;
		text-align: center;
	}
	
	
	.list{
		width: 1200px;
		margin: 0 auto;
		margin-top: 60px;
		padding-bottom: 50px;
        text-align:center;
	}
	.list ul li{
		display:inline-block;
        vertical-align:top;
		width:calc((100% - 4.8%)/5);
		width:-webkit-calc((100% - 4.8%)/5);
		width:-moz-calc((100% - 4.8%)/5);
		height: 230px;
		margin-left:10px;
		margin-top: 20px;
		position: relative;
		cursor: pointer;
	}

	.list ul li:nth-child(5n+1){
		margin-left:0;
	}
    .list ul li .team_tips_father {
         width:230px;   
         height: 142px;
        overflow: hidden;
    }
	.list ul li .team_tips{
		max-width: 100%;
		height: auto;
	}
	.list ul li .positionCon{
        width:100%;
        padding:15px 0;
        /*background:url(../../img/Baifendian/bgm_gradual.png) left bottom repeat-x;*/
	}
	.list ul li .positionCon p{
		font-family: "微软雅黑";
		font-size: 20px;
		color: #1f2021;
	}
    /*.position {
        font-size:18px!important;
    }*/
	
	/*遮罩层*/
	.packcl{
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    background: #000;
	    background-color:rgba(0,0,0,0.7);
	    z-index: 1501;
	    display: none;
        top:0;
    }
.imgcons{
	width: 586px;
	/*height:360px;*/
	overflow: hidden;
	
}
.imgcons img{
	width: 100%;
	height: auto;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin: 0 auto;
}
.packcl_con{
	position: absolute;
	width: 585px;	
	top:10%;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
	background: #fff;
	border-radius: 10px;
}
.te_pack_btn{
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
}
.contr{
	padding-left: 20px;
	width: 100%;
    padding:20px;
}
.positionCons{
	position: absolute;
	left: 20px;
	bottom: 30px;
}
.positionCons p{
	font-size: 16px;
	color: #fff;
}
	
}
/*小屏*/
@media  (min-width:992px ) and (max-width:1199px) {
	.banner{
	  	background-size: cover;
	    position: relative;
	    height: 439px;
	    /*background: url(../images/coop_pc_bj.jpg) center top no-repeat;*/
	    background-attachment: fixed;
	}
	.banner .pack{
		position: absolute;
		width: 100%;
		height: 100%;
		background: #394b59;
		background-color:rgba(57,75,89,0.7);
	}
	.qd_banner .pack{
		position: absolute;
		width: 100%;
		height: 100%;
		background: #394b59;
		background-color:rgba(57,75,89,0.7);
	}

	.banner_case_con{
		 width:100%;
        max-width:1000px;
        padding:0 20px;
		margin:0 auto;
	    position: absolute;
	    top:50%;
	    left: 50%;
	    -webkit-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	}
	.banner_case_conTitle{
		text-align: center;
	}
	.banner_case_conTxt{
		color: #fff;
		text-align: center;
	}
	
	.list{
		width: 100%;
		margin: 0 auto;
		margin-top: 60px;
		padding: 0 20px;
        padding-bottom:50px;
        text-align:center;
	}
	.list ul li{
		width:calc((100% - 56px)/5);
		width:-webkit-calc((100% - 56px)/5);
		width:-moz-calc((100% - 56px)/5);
		height: 215px;
		margin-left:10px;
		margin-top: 20px;
		position: relative;
		cursor: pointer;
       display:inline-block;
       vertical-align:top;
	}
	.list ul li:nth-child(5n+1){
		margin-left:0;
	}
	.list ul li .team_tips{
		max-width: 100%;
		height: auto;
	}
	.list ul li .positionCon{
		  width:100%;
        padding:15px 0;
	}
	.list ul li .positionCon p{
		font-family: "微软雅黑";
		font-size: 20px;
		color: #1f2021;
	}
	
	
		/*遮罩层*/
	.packcl{
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    background: #000;
	    background-color:rgba(0,0,0,0.7);
	    z-index: 1501;
	    display: none;
         top:0;
    }
.imgcons{
	width: 586px;
	/*height:260px;*/
	overflow: hidden;
	
}
.imgcons img{
	width: 100%;
	height: auto;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin: 0 auto;
}
.packcl_con{
	position: absolute;
	width: 585px;	
	top:10%;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
	background: #fff;
	border-radius: 10px;
}
.te_pack_btn{
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
}
.contr{
	width: 100%;
	/*padding-left: 20px;*/
    padding:20px;
}

.positionCons{
	position: absolute;
	left: 20px;
	bottom: 50px;
}
.positionCons p{
	font-size: 16px;
	color: #fff;
}
	
}
/*ipad*/
@media  (min-width:768px ) and (max-width:991px) {
	.banner{
	    /*background: url(../images/coop_pc_bj.jpg) no-repeat;*/
		position: relative;
	    height: 440px;
	}
	.banner .pack,.qd_banner .pack{
		position: absolute;
		width: 100%;
		height: 100%;
		background: #394b59;
		background-color:rgba(57,75,89,0.7);
		top: 0;
		
	}

	.banner_case_con{
		 width:100%;
        max-width:1000px;
        padding:0 20px;
		margin:0 auto;
	    position: absolute;
	    top:50%;
	    left: 50%;
	    -webkit-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	}
	.banner_case_con .Consultation_btn {
	    display: block;
	    width: 132px;
	    margin: 0 auto;
	    text-align: center;
	    font-family: "微软雅黑";
	    font-size: 14px;
	    color: #fff;
	    text-decoration: none;
	    padding: 10px 0;
	    background: #ff1e00;
	    margin-top: 32px;
	}
	.banner_case_conTitle{
		text-align: center;
	}
	.banner_case_conTxt{
		color: #fff;
		text-align: center;
	}
	.ipad_bannerfontsize {
	    font-family: "微软雅黑";
	    font-size: 42px;
	    color: #fff;
	}
	.ipad_bannerfontsizeTxt {
	    font-family: "微软雅黑";
	    font-size: 16px;
	    color: #fff;
	}
	
	
	
	
	
	.list{
		width: 100%;
		margin: 0 auto;
		margin-top: 30px;
		padding: 0 20px;
		padding-bottom: 30px;
        text-align:center;
	}
	.list ul li{
		width:calc((100% - 56px)/5);
		width:-webkit-calc((100% - 56px)/5);
		width:-moz-calc((100% - 56px)/5);
		height: auto;
		margin-left:10px;
		margin-top: 20px;
		position: relative;
		cursor: pointer;
        display:inline-block;
        vertical-align:top;
	}
	.list ul li:nth-child(5n+1){
		margin-left:0;
	}
    .list ul li .team_tips_father {
         width:136px;   
         height: 84px;
         overflow: hidden;
    }
	.list ul li .team_tips{
		max-width: 100%;
		height: auto;
	}
	.list ul li .positionCon{
		  width:100%;
        padding:15px 0;
	}
	.list ul li .positionCon p{
		font-family: "微软雅黑";
		font-size: 16px;
		color: #1f2021;
	}
	
	/*遮罩层*/
	.packcl{
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    background: #000;
	    background-color:rgba(0,0,0,0.7);
	    z-index: 1501;
	    display: none;
         top:0;
    }
.imgcons{
	width: 586px;
	/*height:260px;*/
	overflow: hidden;
	
}
.imgcons img{
	width: 100%;
	height: auto;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin: 0 auto;
}
.packcl_con{
	position: absolute;
	width: 585px;	
	top:10%;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%, 0);
	background: #fff;
	border-radius: 10px;
}
.te_pack_btn{
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
}
.contr{
	width: 100%;
	padding-left: 20px;
    padding:20px;
}

.positionCons{
	position: absolute;
	left: 20px;
	bottom: 50px;
}
.positionCons p{
	font-size: 16px;
	color: #fff;
}
	
}
/*移动端*/
@media  (max-width:767px ) {
	
	.banner{
	    /*background: url(../images/coop_pc_bj.jpg) no-repeat;*/
		position: relative;
	    height: 350px;
	}
	.banner .pack,.qd_banner .pack{
		position: absolute;
		width: 100%;
		height: 100%;
		background: #394b59;
		background-color:rgba(57,75,89,0.7);
		top: 0;
		
	}

	.banner_case_con{
		 width:100%;
        max-width:1000px;
        padding:0 20px;
		margin:0 auto;
	    position: absolute;
	    top:50%;
	    left: 50%;
	    -webkit-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	}
	.banner_case_con .Consultation_btn {
	    display: block;
	    width: 132px;
	    margin: 0 auto;
	    text-align: center;
	    font-family: "微软雅黑";
	    font-size: 14px;
	    color: #fff;
	    text-decoration: none;
	    padding: 10px 0;
	    background: #ff1e00;
	    margin-top: 32px;
	}
	.banner_case_conTitle{
		text-align: center;
	}
	.banner_case_conTxt{
		color: #fff;
		text-align: center;
	}
	.ipad_bannerfontsize {
	    font-family: "微软雅黑";
	    font-size: 34px;
	    color: #fff;
	}
	.ipad_bannerfontsizeTxt {
	    font-family: "微软雅黑";
	    font-size: 16px;
	    color: #fff;
	}
	
	.list{
		width: 100%;
		margin: 0 auto;
		margin-top: 30px;
		padding: 0 20px;
		padding-bottom: 10px;
	}
	.list ul li{
		float: left;
		width: 100%;
		height: auto;
		margin-top: 20px;
		position: relative;
		cursor: pointer;
	}
    .list ul li .team_tips_father {
         width:100%;   
         height: auto;
         overflow: hidden;
    }
	.list ul li .team_tips{
		width: 100%;
		height: auto;
	}
	.list ul li .positionCon{
		  width:100%;
        padding:15px 0;
	}
	.list ul li .positionCon p{
		font-family: "微软雅黑";
		font-size: 20px;
		color: #1f2021;
	}
	
	
	/*遮罩层*/
	.packcl{
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    background: #000;
	    background-color:rgba(0,0,0,0.7);
	    z-index: 1501;
	    display: none;
         top:0;
    }
.imgcons{
	width: 100%;
	/*height:160px;*/
    height:auto;
	overflow: hidden;
	
}
.imgcons img{
	width: 100%;
	height: auto;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin: 0 auto;
}
.packcl_con{
	position: absolute;
	width: 90%;	
	top:2%;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
	background: #fff;
	border-radius: 10px;
}
.te_pack_btn{
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
}
.contr{
	width: 100%;
	padding: 20px;
}

.positionCons{
	position: absolute;
	left: 20px;
	bottom: 50px;
}
.positionCons p{
	font-size: 16px;
	color: #fff;
}
	
}

