/*!
 * About Css
 * @Author Gang Chen
 */

/** About **/

.about-v .video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	width: 900px;
	height: 506px;
	margin: auto;
	/*border: 1px solid red;*/
}

.about-v .video > * {
    width: 100%;
    height: 100%;
}

.about-v .info {
    display: none;
	position: absolute;
	right: 4%;
	bottom: 6%;
	text-align: right;
	font-size: 2rem;
	color: rgba(255,255,255,.5);
}

.about-v .cover {
    display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.about-v .cover .desc {
	position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 68px;
    margin: auto;
    text-align: right;
    font-size: 2.4rem;
    color: #fff;
    /*border: 1px solid red;*/
}
.about-v .cover .desc div {
	position: absolute;
	width: 370px;
	height: 100%;
	left: -450px;
}
.about-v.en .cover .desc div {
	width: 450px;
	left: -530px;
}

.about-v .cover .btn-play,
.about-v .cover .btn-play i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 64px;
    height: 64px;
}
.about-v .cover .btn-play {
    /*display: none;*/
    /*background: rgba(255,255,255,0.6);*/
    border-width: 6px;
    border-style: solid;
    border-color: rgba(255,255,255,0.7);
    border-radius: 50%;
    cursor: pointer;
}
.about-v .cover .btn-play i {
    left: 12px;
    width: 28px;
    height: 28px;
    font-size: 28px;
    color: rgba(255,255,255,0.7);
}
.about-v .cover .btn-play:hover,
.about-v .cover .btn-play:active {
    border-color: rgba(255,255,255,1);
}
.about-v .cover .btn-play:hover i,
.about-v .cover .btn-play:active i {
    color: rgba(255,255,255,1);
}


.about-panel .title {
    font-weight: bold;
}
.about-panel .post-bd {
    line-height: 3.6rem;
    font-size: 1.8rem;
}

.contact-panel .title {
    font-weight: bold;
}

/** Team **/

.team-panel {
    max-width: 1492px;
}
.team-panel .panel-hd .title {
    font-size: 2.4rem;
    font-weight: bold;
    color: rgb(62,62,62);
}
.team {

}
.team li {
    position: relative;
    float: left;
    overflow: hidden;
    width: 25%;
}
.team li > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
} 
.team li div,
.team li span,
.team li img {
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.team li > div > span {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: rgba(255,255,255,0);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.team li:hover div {
    background: rgba(0,0,0,0.6);
}
.team li:hover span {
    color: rgba(255,255,255,1);
}
.team li:hover img {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
.team li .name {
    font-size: 2.9rem;
    font-weight: bold;
}
.team li .name-en {
    font-size: 2.6rem;
}
.team li img {
    width: 100%;
}
@media (max-width: 1300px) {
    .team li .name { font-size: 2.4rem; }
    .team li .name-en { font-size: 2.2rem; }
}
@media (max-width: 1000px) {
    .team li .name { font-size: 1.8rem; }
    .team li .name-en { font-size: 1.6rem; }
}

/** Contact **/

.location {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 62px;
    /*border: 1px solid red;*/
}

.contact {
    width: 100%;
    display: inline-block;
    margin: auto;
    padding: 0 0 100px 0;
    color: rgb(83,83,83);
}
.contact ul {
    padding: 0 0 20px 0;
}
.contact li {
    display: inline-block;
    width: 100%;
}
.contact li > div {
    display: inline-block;
    text-align: left;
}
.contact .company {
    display: inline-block;
    margin-bottom: 36px;
    font-size: 1.8rem;
}
.contact a {
    color: rgb(83,83,83);
    text-decoration: none!important;
}
.contact .icon-map {
    margin-left: 5px;
    font-size: 2.6rem;
    color: #666;
}
.contact p.sub {
    margin: 0 0 2rem 0;
    font-size: 1.2rem;
    color: rgb(83,83,83);
}
.contact p {
    line-height: 3.6rem;
    font-size: 1.8rem; 
}
.contact p a {
    text-decoration: underline;
}
.contact .fl {
    display: inline-block;
    width: 37px;
    height: 37px;
    margin: 15px 5px 5px 0;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    color: #A0A0A0;
    background: #FFFFFF;
    border: #f0f0f0 1px solid;
    border-radius: 30px;
}
.contact .fl i {
    margin-top: 7px;
    font-size: 20px;
}
.contact .wx {
    position: relative;
}
.contact .wx div {
    display: none;
    position: absolute;
    left: -10px;
    bottom: 35px;
    width: 250px;
    height: 250px;
    background: url(../images/weixin.png) no-repeat;
    background-size: 100%; 
}

.about-panel .post-hd {
    padding: 55px 0 45px 0;
}

/** Responsive - PC **/

@media (min-width: 800px) {

    

    .about-panel .post-bd {
        font-weight: bold;
    }

    .contact {
        font-weight: bold;
    }
    
    .team-panel {
        padding-bottom: 20px;
    }
    .team-panel .panel-hd {
        padding: 65px 0 45px 0;
    }

    .contact-panel {
        padding-top: 52px;
    }

}

@media (max-width: 1280px) {
    .about-v .video {
    	width: 800px;
    	height: 450px;
    }
    .about-v .cover .desc {
    	font-size: 2.2rem;
    }
    .about-v .cover .desc div {
    	left: -430px;
    }
    .about-v.en .cover .desc div {
		width: 450px;
		left: -510px;
	}
    .about-v .info {
    	font-size: 1.6rem;
    }

    .contact p {
        line-height: 3rem;
    }
}

@media (max-width: 1024px) {
    .about-v .video {
    	width: 640px;
    	height: 360px;
    }
    .about-v .cover .desc {
    	height: 50px;
    	font-size: 1.8rem;
    }
    .about-v .info {
    	font-size: 1.4rem;
    }
}

/** Responsive - Phone **/

@media (max-width: 799px) {   
	
	.about-v .video {
    	width: 100%;
    	height: 100%;
    }
    .about-v .cover .desc {
    	height: 40px;
    	font-size: 1.4rem;
    }

    .team-panel .panel-hd {
        padding: 65px 0 45px 0;
    }

    .contact {
        display: inline-block;
        margin: auto;
        padding: 0 0 25px 0;
        text-align: left;
        color: #6a6a6a;
    }
    .contact ul {
        padding: 0 0 50px 0;
    }

    .contact li {
        width: 100%;
    }

    .post-hd .title {
        font-size: 2.2rem!important;
    }
    .post-bd {
        line-height: 2.6rem!important;
        font-size: 1.4rem!important;
    }
    .contact p {
        font-size: 1.4rem!important;
    }
    .contact .company {
        font-size: 1.8rem!important;
    }

}

@media (max-width: 415px) {   
	
    .about-v .cover .desc {
    	height: 26px;
    	font-size: .9rem;
    }
    .about-v .cover .desc div {
    	left: -400px;
    }
    .about-v.en .cover .desc div {
    	font-size: .7rem;
		width: 450px;
		left: -480px;
	}

    .about-v .cover .btn-play,
	.about-v .cover .btn-play i {
		width: 40px;
		height: 40px;
	}
	.about-v .cover .btn-play i {
	    left: 10px;
	    width: 22px;
	    height: 22px;
	    font-size: 22px;
	    color: #222;
	}
	.about-v .info {
    	font-size: .9rem;
    }
    .about-v.en .info {
    	font-size: .7rem;
	}

    .team {
        padding: 0 15px;
    }
    .team li {
        width: 50%;
    }
    .team li .name {
        font-size: 1.4rem;
    }
    .team li .name-en {
        font-size: 1.4rem;
    }

}