
.brief .mod-section-ad h2 {
    color: #fff;
}

.brief .mod-section-ad .desc {
    color: #fff;
}

.brief .mod-tab li a {
    height: 53px;
    line-height: 53px;
    padding: 0;
    font-size: 16px;
}

.brief-text-box {
    width: 100%;
    margin-top: 52px;
    text-align: center;
    position: relative;
}

.brief-text-box h4 {
    font-size: 20px;
    color: #2A2E2E;
    letter-spacing: 0;
    text-align: left;
    line-height: 36px;
    font-weight: 400;
    margin: 16px auto;
}

.brief-text-box .desc {
    font-size: 16px;
    color: #5F6464;
    letter-spacing: 0;
    text-align: left;
    line-height: 24px;
    width: 100%;
    margin: 16px auto;
}

.brief-text-box .more-awant-icon {
    width: 16px;
    height: 8px;
    background: url(../img/brief/more-awant-icon.png) no-repeat center;
    background-size: 100% 100%;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    animation: a_arrow_d 2s linear both infinite;
    display: none;
}

@keyframes a_arrow_d {
    0% {
        -webkit-transform: translate(-50%, 0px);
    }
    50% {
        -webkit-transform: translate(-50%, 10px);
    }
    100% {
        -webkit-transform: translate(-50%, 0px);
    }
}


.team-box {
    margin-top: 48px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.team-box .row {
    width: 100%;
    overflow: hidden;
    word-spacing: normal;
}

.team-box .li {
	/* border: #0052d9 solid 1px; */
    width:calc( (100% - 30*4px ) / 5) ;
    /* float: left; */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    height: 80px;
	text-align: right;
	margin-right: 0px;
    /* padding-left: 32px; */
    box-sizing: border-box;
    position: relative;
    /* background: #FBFBFB; */
    /* cursor: pointer; */
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
	margin-bottom: 60px;
	
}

.team-box .li:not(:nth-child(5n)){
	margin-right: 30px;
}
.team-box .li:hover {
    /* background: #F2F3F5; */
}

.team-box .li .pic {
   /* position: absolute;
    right: 0;
    top: 0; */
}

.team-box .li .pic img {
    width: 120px;
    height: 120px;
}

.team-box .li .pic .block {
    width: 28px;
    height: 28px;
    background-color:rgba(54, 107, 106, 1);
    position: absolute;
    left: -14px;
    bottom: -14px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
}


.team-box .li:hover .pic .block {
    left: 0px;
    bottom: 0px;
}

.team-box .li .mess {
    float: left;
    /* margin-top: 105px; */
    width:calc(100%);
	background: #FBFBFB;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-left: 30px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	
}
.team-box .li .mess:hover{
	background: #F2F3F5;
}

.team-box .li .t-mess {
    margin-top: 75px;
}

.team-box .li .m-mess {
    margin-top: 45px;
}

.team-box .li .label {
    font-size: 20px;
    line-height: 30px;
    color:rgba(54, 107, 106, 1);
    /* margin-bottom: 10px; */
}
.block-red{
	background: #9c3a4b !important;
}
.block-gray{
	background: #5b2c72 !important;
}
.block-blue{
	background: #395e84 !important;
}
.block-green{
	background: #d07a2b !important
}

.label-red{
	color: #9c3a4b !important;
}
.label-gray{
	color: #5b2c72 !important;
}
.label-blue{
	color: #395e84 !important;
}
.label-green{
	color: #d07a2b !important;
}

.team-box .li .job-mess {
    float: left;
    min-width: 160px;
}

.team-box .li .job-mess p {
    width: 100%;
    font-size: 14px;
    line-height: 21px;
    color: #5f6464;
}

.team-box .title-l {
    font-size: 24px;
    line-height: 43px;
    color: #2a2e2e;
    font-weight: 400;
    margin-top: 60px;
    margin-bottom: 35px;
    width: 100%;
    float: left;
}

@media screen and (max-width: 1024px) {
    .en-us .team-box .li-10 .mess {
        margin-top: 65px;
    }

    .en-us .team-box .li-5 .mess, .en-us .team-box .li-15 .mess, .en-us .team-box .li-16 .mess {
        margin-top: 35px;
    }
    .address-box .address-tab .tab-ul .box {
        top: 30px;
        padding: 16px 24px;
        width: 700px;
    }
    .address-box .address-tab .tab-ul .box .office-container .office {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
  
    .team-box .li {
        /* width: 50%; */
        /* height: 180px; */
		 width:calc( (100% - 10*3px ) / 3) ;
        position: relative;
        display: inline-block;
        *display: inline;
        word-spacing: 0;
        vertical-align: top;
    }

    /*  .team-box .row .li{
        height: 190px;
      }
      .team-box .row .li:last-child{
        height: 172px;
      }*/
    .team-box .li .pic {
       /* transform-origin: 100% 0%;
        transform: scale(0.6, 0.6); */
    }
	.team-box .li .pic .block{
		width: 14px;
		height: 14px;
		left: -7px;
		bottom: -7px;
	}
    .team-box .li {
        padding-left: 15px;
        padding-bottom: 25px;
		margin-bottom: 0;
    }
	.team-box .li:not(:nth-child(5n)){
		margin-right: 0;
	}
	.team-box .li:not(:nth-child(3n)) {
	    margin-right: 10px;
	}
	

    .team-box .li .mess {
        /* margin-top: 60px; */
		margin-left: 0;
    }

    .en-us .team-box .li .mess {
        margin-top: 35px;
    }

    .team-box .li .m-mess {
        margin-top: 19px;
    }

    .team-box .li .t-mess {
        margin-top: 40px;
    }

    .team-box .li .label {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 6px;
    }

    .team-box .li .label span {
        font-size: 11px;
        line-height: 15px;
    }

    .team-box .li .job-mess p {
        font-size: 12px;
        line-height: 21px;
    }


    .en-us .team-box .li-5 .mess {
        margin-top: 15px;
    }

    .en-us .team-box .li-8 .mess {
        margin-top: 55px;
    }

    .en-us .team-box .li-12 .mess {
        margin-top: 55px;
    }

    .en-us .team-box .li-14 .mess {
        margin-top: 55px;
    }

    .en-us .team-box .li .label {
        width: 50%;
    }

    .en-us .team-box .li-15 .label {
        width: 60%;
    }

    .en-us .team-box .li {
        height: 200px;
    }

    .en-us .team-box .li-4, .en-us .team-box .li-5, .en-us .team-box .li-6, .en-us .team-box .li-7, .en-us .team-box .li-8, .en-us .team-box .li-9 {
        height: 250px;
    }

    .en-us .team-box .li-16, .en-us .team-box .li-17, .en-us .team-box .li-18 {
        height: 250px;
    }

    .en-us .team-box .li-16 .mess, .en-us .team-box .li-17 .mess {
        margin-top: 15px;
    }

   

    .team-box .title-l {
        text-align: center;
    }
    .team-box {
        margin-top: 24px;
        /* display: table; */
        word-spacing: -1em;
    }

    .team-box .title-l {
        margin-top: 34px;
        margin-bottom: 15px;
        font-size: 20px;
        word-spacing: normal;
    }
   
}


@media screen and (max-width: 750px) {
    .en-us .team-box .li-3, .en-us .team-box .li-10 {
        height: 250px;
    }

    .en-us .team-box .li-5 .mess {
        margin-top: 35px;
    }
}

@media screen and (max-width: 376px) {
    .brief-text-box {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 375px) {
    .en-us .team-box .li-7, .en-us .team-box .li-8 {
        height: 295px;
    }

    .en-us .team-box .li-7 .mess {
        margin-top: 15px;
    }
}





