
.aboutContainer {
    /*height: 100%;*/
    /*width: 100%;*/
    min-width: 1200px;
    overflow: auto;
    transform: scale3d(1,1,1);
}

#abouthead {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 111111;
}

.aboutBanner {
    width: 100%;
    height: 400px;
    background: url('../images/servas.jpg') no-repeat;
    background-size: cover;
    margin-top: 80px;
}

.aboutText {
    overflow: hidden;
    text-align: center;
    font-size: 28px;
    color: #013E4C;
    margin-top: 10px;
}

.resume {
    width: 80%;
    margin:auto;
	margin-top: 30px;
    background-color: #EEEEEE;
    border-radius: 8px;
    box-shadow: 1px 1px 10px 1px #999;
    overflow: hidden;
}
.sertue{
	line-height: 2;
	font-size: 16px;
	color: rgb(51,51,51);
}
.companyBox {
    width: 100%;
    padding: 10px;
    line-height: 2;
    box-sizing: border-box;
	font-size: 16px;
	color: rgb(51,51,51);
}

.honor, .callMe {
    margin-top: 20px;
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.honor ul {
    margin: 40px auto;
}

.honor ul li {
    float: left;
    width: 25%;
    text-align: center;
    margin-top: 10px;

}

.honor ul li img {
    height: 249px;
}

.honor ul li p {
    margin-top: 5px;
    font-size: 12px;
}
/*遮罩层*/
#bigimg{
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,.3);
    top: 50px;
    display: none;
}
#bigimg img{
    width: 750px;
    margin:auto;
    position: absolute;
    left:0;
    right:0;
    top: 80px;
    cursor: pointer;
}
.actor {
    margin-top: 10px;
    width: 80%;
    margin: 0 auto;
}

.actorItem {
    width: 80%;
    margin: 0 auto;
}

.item1 {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
	margin-bottom: 10px;
}

.itemAvater {
    width: 170px;
	height: 110px;
	display: grid;
	align-items: center;
	background-color: rgb(4,125,214);
	
}

.itemAvater h5 {
	margin: auto;
	margin-top: 10px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
	color: aliceblue;
}
.itemAvater p{
	margin: auto;
	font-size: 15px;
    margin-bottom: 10px;
	color: aliceblue;
}
.itemAvater1 {
	margin-top: 10px;
    width: 170px;
	height: 120px;
	display: grid;
	align-items: center;
	background-color: rgb(4,125,214);
	padding: 10px;
}
.itemAvater1 p{
	margin:auto;
	font-size: 13px;
	margin-bottom: 10px;
	color: aliceblue;
}
.itemText {
	width: 720px;
    font-size: 14px;
    color: #333333;
	margin-left: 10px;
	margin-top: 20px;
}

.itemText h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.itemText p {
    margin-bottom: 10px;
}

.actor .resume {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.callMe{
    text-align: left;
    color: #fff;
}
.callMeContent{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.aboutCallLeft{
    background: #2B3953;
    padding: 20px;
    margin-right: 30px;
}
.aboutCallLeftContent p{
    line-height: 32px;
}
.aboutCallRight img{
    width: 100%;
    height: 450px;
}
.aboutCallLeftImage{
    display: flex;
    align-items: center;
}
.aboutCallLeftImage img{
    width: 170px;
}
.aboutCallLeftImage p{
    height: 60px;
    border-left: 4px solid #fff;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    font-size: 18px;
}
