.pteam{
	padding-top: 50px;
	background-color: #f9f9f9;
}
.ptrain{
    padding-bottom: 50px;
}
.tmore{
	display: block;
	margin:40px auto;
	width: 100px;
	border:1px solid #ee811c;
	color: #ee811c;
	text-align: center;
	padding:10px 0;
}
.e-tit{
	text-align: center;
	padding-bottom:30px;
}
.e-tit p{
	font-size: 30px;
	margin:20px 10px;
	color:#ee811c;
}
.e-tit span{
	font-size: 14px;
	color: #feb36e;
}
.train{
	border:1px solid #eee;
}
.train ul.twrap li{
	width: 25%;
	float: left;
}

.train ul.twrap li a{
	margin:20px;
	display: block;
    box-shadow: 2px 2px 5px #a9a9a9;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.train ul.twrap li a:hover{
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
.train .tr-img{
	max-height: 285px;
	overflow: hidden;
}
.train .tr-img img{
	width: 100%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.train .tr-img:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.tr-de{
	background-color: #fff;
	padding:15px 20px;
	line-height: 2;
}
.tr-de p{
	color: #333;
	font-size: 17px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space: nowrap;
}
.tr-de span{
	color:#888;
	font-size: 13px;
}

.join{
	border:1px solid #eee;
	margin-top: 30px;
	padding-bottom: 30px;
}
.join ul.jwrap li{
	padding:30px;
	border:1px solid #eee;
	margin-top: -1px;
	background-color:#fff;
    background-image: url(../images/jo1.png);
    background-repeat: no-repeat;
    background-size:60px auto;
    background-position: 90% center;
}
.join ul.jwrap li:hover{
    background-color: #f5f5f5;
}
.join ul.jwrap li p{
	font-size: 17px;
	font-weight: 600;
	color:#444;
	line-height: 2;
	margin-bottom: 20px;
}
.join ul.jwrap li dl{
	line-height: 2;
	font-size:15px;
    padding-right: 100px;
}
.join a span{
    color:#888;
    font-size: 13px;
    display: block;
    margin-bottom: 12px;
}


.tu-item{
	position: relative;
    text-align: center;
    overflow: hidden;
    padding-top:30%;
}
.tu-banner{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
   background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size:cover;
    background-size:cover;
    -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.tu-item a{
	text-decoration: none;
    color: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 20% 30px;
    box-sizing: border-box;
}
.tu-top .tu-item{
	width: 50%;
	float: left;
}
.tu-bot .tu-item{
	width: 33.33333%;
	float: left;
	box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.borders-lt:before {
    border-left: 5px solid #fff;
    content: '';
    position: absolute;
    width: 90%;
    height: 0;
    left: 5%;
    bottom: 5%;
    -webkit-transition: all 600ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 600ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 600ms cubic-bezier(1, 0, 0, 1);
    transition: all 600ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.borders-lt:after {
    border-top: 5px solid #fff;
    content: '';
    position: absolute;
    width: 0;
    height: 90%;
    left: 5%;
    top: 5%;
    -webkit-transition: all 600ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 600ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 600ms cubic-bezier(1, 0, 0, 1);
    transition: all 600ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
}


 a .borders-rb:before {
    border-right: 5px solid #fff;
    content: '';
    position: absolute;
    width: 90%;
    height: 0;
    left: 5%;
    top: 5%;
    -webkit-transition: all 600ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 600ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 600ms cubic-bezier(1, 0, 0, 1);
    transition: all 600ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
a .borders-rb:after {
    border-bottom: 5px solid #fff;
    content: '';
    position: absolute;
    width: 0;
    height: 90%;
    right: 5%;
    top: 5%;
    -webkit-transition: all 600ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 600ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 600ms cubic-bezier(1, 0, 0, 1);
    transition: all 600ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.tu-item a:hover .borders-lt:before ,.tu-item a:hover .borders-rb:before{
    height: 90%;
}
.tu-item a:hover .borders-rb:after ,.tu-item a:hover .borders-lt:after{
    width: 90%;
}
.tu-item h2{
	position: relative;
    padding: 20px;
    margin-bottom: 20px;
}
.tu-item h2:before {
    content: '';
    width: 40px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -20px;
    border-bottom: 1px solid #fff;
}
.tu-item p{
	line-height: 20px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space: nowrap;
}
.tu-bot .tu-item{
	padding-top: 20%;
}
.pjoin,.ptrain{
    padding-top: 150px;
}
.zp-fl{
    padding:0 40px;
    border-right:1px solid #ddd;
}
.zp-fr{
    padding-left: 50px;
    width: 50%;
}
/**/
.team-more{
    padding-bottom: 30px;
}
.team-list li{
    width: 100%;
    position: relative;
    min-height: 1px;
    
}
.team-list li a{
    float: left;
    width: 33.33333%;
    display: block;
    padding:0 15px;
    -webkit-box-sizing: border-box;
    ox-sizing: border-box;
}
.team-list li .team1{
    margin-bottom:10px;  
}
.team-p,.team-center{
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    width: 100%;
    height:80%;
}
.teams-p{
    position: relative;
}
.team-p img{
    position: relative;
    display: block;
    width:100%;
    margin:0 auto;
    vertical-align: middle;
}
.t-name{
    font-size: 16px;
    background-color: rgba(0,0,0,0.5);
    padding: 12px 12px 15px;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    color:#fff;
    box-sizing: border-box;
}
.team-p {
      background-color:rgba(229,126,26,0.9);
}
.team-p:hover img {
    opacity: 0.3;
}
.team-p-h{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    padding:20px;
    color: #fff;
    font-size: 16px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
}
.team-p-h::before,.team-p-h::after{
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;

}    
.team-p-h::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.team-p-h::after{
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.team-p-h h4 {
    padding-top: 8%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    opacity:0;
    padding-bottom: 0;
}

.team-p-h p{
    padding: 15px 1em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
    font-size: 0.8em;
}
.team-p:hover .team-p-h::before,
.team-p:hover .team-p-h::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.te-img{
    background-size: cover;
    height: 300px;
}
.tt-img{
    background-size: cover;
    height: 610px;
}
.team-p:hover h4,
.team-p:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

@media (max-width:1200px){
    .tr-de{
        padding:12px 15px;
        line-height: 1.8;
    }
    .wow2{display: none;}
    
}
@media (max-width:1000px){
    .train ul.twrap li a{
        margin:12px;
    }
    .tu-item a{
        padding:6% 30px;
    }
    .e-tit p{
        font-size: 25px;
    }
    .tu-item h2{
        font-size: 20px;
    }
    .tu-item p{
        font-size: 14px;
    }
    .join{
        padding-bottom: 0px;
    }
    .tr-de p{
        font-size: 15px;
    }
    .zp-fl,.zp-fr{
        float: none;
    }
    .zp-fr{
        width: auto;padding-right:100px;
    }
    .join ul.jwrap li{
        background-size:40px auto;
    }
    .zp-fl{
        border:none;
    }
}
@media (max-width:768px){
    .tr-de p{
        font-size: 14px;
    }
    .tr-de span{
        font-size: 12px;
    }
    .tr-de{
        padding:10px;
        line-height: 1.5;
    }
    .tmore{
        margin:25px auto;
        font-size: 14px;
        width: 90px;
    }
    .pjoin{
        padding-top: 100px;
    }
    .join ul.jwrap li{
        background-image: none;
    }
    .zp-fr{
        padding-right: 0px;
    }
    .join ul.jwrap li dl{
        padding-right: 0px;
    }
}
@media (max-width:640px){
    .train ul.twrap li{
        width: 50%;
    }
    .e-tit{
        padding-bottom: 15px;
    }
    .e-tit p{
        font-size: 20px;
        margin:10px;
    }
    .e-tit span{
        font-size: 12px;
    }
    .train .tr-img{
        max-height: 200px;
    }
    .join ul.jwrap li{
        padding:15px;
    }
    .join ul.jwrap li dl{
        font-size: 13px;
    }
    .tu-item h2{
        font-size: 16px;
        padding:10px;
        margin-bottom: 5px;
    }
    .tu-item p{
        font-size: 12px;
    }
    .tu-bot .tu-item{
        width: 50%;
        padding-top:30%;
    }
    .tu-bot .tu-item:last-child{
        display: none;
    }
    .pjoin{
        padding-top: 75px;
    }
    .te-img{
        height: 250px;
    }
    .team-list li a{
        width: 380px;
        float: none;
        margin:0 auto;
    }
    .teams-p{
        margin-bottom: 10px;
    }
    .zp-fl,.zp-fr{
        padding:0 15px;
    }
}
@media (max-width:414px){
    .pteam{
        padding-top: 20px;
    }
    .ptrain{
        padding-bottom: 30px;
        padding-top:100px;
    }
    .pjoin{
        padding-top: 75px;
    }
    .train,.join{
        border:none;
    }
    .train ul.twrap li{
        width: 280px;
        float: none;
        margin:0 auto;
    }
    .team-list li a{
        width: 90%;
    }
    .te-img{
        height: 200px;
    }
}
@media (max-width:375px){
    .tu-top .tu-item,.tu-bot .tu-item{
        width: 100%;
        padding-top: 43%;
    }
    .e-tit p{
        margin:0;
    }
    .tmore{
        margin:15px auto 20px;
        padding:5px 0;
    }
}