@charset "utf-8";

.banner {
	width: 100%;
	height: 320px;
	margin-top: 90px;
	background-image: url(../images/team/banner.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.banner .head {
    font-size: 32px;
    letter-spacing: 5px;
    color: #fff;
    padding-top: 100px;
}

.banner .head .english {
    font-size: 40px;
    letter-spacing: 3px;
    /*font-family: -webkit-pictograph;*/
}

.concept {
	width: 100%;
	height: auto;
	margin: 70px 0;
}

.concept .cont {
	width: 100%;
	height: auto;
	margin: 50px 0;
}

.concept .cont .concept-pic {
	float: right;
}

.concept .cont .concept-text {
	float: left;
	width: 49%;
	height: auto;
	line-height: 28px;
	font-size: 16px;
}

.team li {
	width: 44%;
	height: auto;
	margin: 20px 0;
	padding: 20px 2%;
	background-color: #fff;
}

.team li .title {
	width: 100%;
	height: 35px;
	line-height: 35px;
	color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.team li .more {
    display: inline-block;
    float: right;
    font-size: 14px;
}

.team li .more .text {
    float: left;
    background-color: #2f394c;
    color: #fff;
    padding: 0 15px;
    height: 35px;
    line-height: 32px;
}

.team li .more .mark {
    float: right;
    width: 35px;
    height: 35px;
    line-height: 32px;
    background-color: #f1904c;
    color: #fff;
    text-align: center;
}

.team li p {
	line-height: 30px;
}

.concept .head, .bg-gray .head, .contact .head {
	font-size: 32px;
    padding-top: 0;
    color: #333;
    letter-spacing: 5px;
}

.concept .head .english, .bg-gray .head .english, .contact .head .english {
	font-size: 40px;
    color: #8a9aaf;
    letter-spacing: 3px;
    /*font-family: -webkit-pictograph;*/
}

.head .line {
	/* border-bottom: 2px solid #eb6100;
	    padding-bottom: 2px; */
    background-color: #eb6100;
    width: 50px;
    height: 2px;
    margin: 0 auto;
}


.contact .cont {
	width: 100%;
	height: 335px;
	margin-top: 50px;
}

.contact .cont .contact-pic {
	float: left;
	width: 50%;
	height: 100%;
}

.contact .cont .contact-text {
	float: right;
	width: 50%;
	height: 100%;
	background-color: #f3fdff;
	font-size: 16px;
}

.contact .cont .contact-text .address, .contact .cont .contact-text .tel, .contact .cont .contact-text .fax, .contact .cont .contact-text .email {
	float: right;
	width: 80%;
	padding-left: 20%;
	height: 70px;
	line-height: 70px;
	background-image: url(../images/contact/icon.png);
	background-repeat: no-repeat;
}

.contact .cont .contact-text .address {
	background-position: 9% 26px;
	margin-top: 20px;
}

.contact .cont .contact-text .tel {
	background-position: 9% -38px;
	height: 60px;
	line-height: 30px;
	padding-top: 20px;
}

.contact .cont .contact-text .fax {
	background-position: 9% -128px;
}

.contact .cont .contact-text .email {
	background-position: 9% -194px;
}


.news-list {
	width: 380px;
	height: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	float: left;
}

.news-list .title {
	width: 100%;
	height: 142px;
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #fff;
}

.news-list .title .english {
	font-size: 20px;
    color: #C4C4C5;
    letter-spacing: 2px;
    padding: 35px 0 0 50px;
}

.news-list .title p {
	font-size: 22px;
    letter-spacing: 2px;
    padding: 5px 0 0 50px;
}

.news-list .title .more {
	float: right;
	font-size: 14px;
	margin: 5px 50px 0 0;
	color: #fff;
}

.bg1 {
	background-image: url(../images/team/bg1.jpg);
}

.bg2 {
	background-image: url(../images/team/bg2.jpg);
}

.bg3 {
	background-image: url(../images/team/bg3.jpg);
}

.news-list .cont {
	line-height: 40px;
}

.news-list .time {
	float: right;
	color: #aaa;
}