@charset "utf-8";

/**/
/*wait*/
	.cont.wait p img {
    width: 100px;
    text-align: center;
    padding: 0;
    margin-bottom: 13%;
    margin-top: 15%;
	}
	.cont.wait p {
    text-align: center;
    /* float: left; */
}
	 .cont.wait h2 {
    text-align: center;
    float: left;
    width: 100%;
}
	 .cont.wait {
    width: 300px;
    margin: 0 auto;
}
.cont.wait strong {
    font-size: 26px;
    display: block;
    margin-bottom: 4%;
}
@media (min-width:1280px) {
	
	/**/
	.human .tabs ul{font-size:0;text-align:center;overflow:hidden}
	.human .tabs li{display:inline-block;position:relative;width:33.33%}
	.human .tabs li a{display:block;line-height:68px;font-size:18px;color:#333;border:1px solid #eee;background:#fbfbfb}
	.human .tabs li.sel a{color:#ffa800;border:1px solid #eee;border-bottom:0;border-top:3px solid #ffa800;background:#fff}
	.human .tabs li.sel:before{content:'';position:absolute;z-index:2;top:0;right:-20px;width:0;height:0;border-bottom:70px solid rgba(0,0,0,.1);border-right:20px solid transparent}
	.human .tabs li:last-child.sel:before{display:none}
	.human .cons{padding:0px 0 17% 0; margin-top: 10%;}
}

@media (max-width:1279px) and (min-width:748px) {
	.human{padding:0 20px}
	.human .tabs ul{font-size:0;text-align:center;overflow:hidden}
	.human .tabs li{display:inline-block;position:relative;width:33.33%}
	.human .tabs li a{display:block;line-height:48px;font-size:16px;color:#333;border:1px solid #eee;background:#fbfbfb}
	.human .tabs li.sel a{color:#ffa800;border:1px solid #eee;border-bottom:0;border-top:3px solid #ffa800;background:#fff}
	.human .tabs li.sel:before{content:'';position:absolute;z-index:2;top:0;right:-15px;width:0;height:0;border-bottom:50px solid rgba(0,0,0,.1);border-right:15px solid transparent}
	.human .tabs li.sel:last-child:before{display:none}
	.human .cons{padding:50px 0}
}
@media (max-width:747px) {
	.human{padding:0 10px}
	.human .tabs ul{font-size:0;text-align:center;overflow:hidden}
	.human .tabs li{display:inline-block;position:relative;width:33.33%}
	.human .tabs li a{display:block;line-height:28px;font-size:14px;color:#333;border:1px solid #eee;background:#fbfbfb}
	.human .tabs li.sel a{color:#ffa800;border:1px solid #eee;border-bottom:0;border-top:2px solid #ffa800;background:#fff}
	.human .tabs li.sel:before{content:'';position:absolute;z-index:2;top:0;right:-10px;width:0;height:0;border-bottom:30px solid rgba(0,0,0,.1);border-right:10px solid transparent}
	.human .tabs li.sel:last-child:before{display:none}
	.human .cons{padding:50px 0}
}