body {
  background: #fff;
}
.banner {
    background: url(../../static/xxgs/bj.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 500px;
    position: relative;

    transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
    -o-transition: all .7s;

    filter: alpha(opacity=0);
    opacity: 0;
}

.banner .content-box {
    transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
}

.banner h1 {
    color: #fff;
    font-size: 54px;
    line-height: 500px;
    font-weight: lighter;
    /*font-family: "Microsoft YaHei";*/
}


.zcgl-item {
    margin-top: 120px;
    display: flex;
  flex-direction: column;
}

.zcgl-item > .item-left{
   text-align: center;
}
.zcgl-item:first-child > .item-left{

}
.zcgl-item:nth-child(2) > .item-left{

}
.zcgl-item:nth-child(3) > .item-left{

}
.zcgl-item > .item-right{
    width: 100%;
}

.item-left .publicity-title{
    /*font-family: MicrosoftYaHei;*/
 	display: inline-block;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #000000;
    margin-bottom:30px;
    padding-bottom: 25px;
  	text-align: center;
}


.zcgl-item>.item-right .designation{
    width: 50%;
    /*font-family: MicrosoftYaHei;*/
	font-size: 15px;
	color: #333333;
  	text-align: center;
  	line-height: 46px;
}
.zcgl-item>.item-right .position{
    width: 50%;
    /*font-family: MicrosoftYaHei;*/
	font-size: 15px;
	color: #333333;
  	text-align: center;
    line-height: 46px;
}
.zcgl-item>.item-right.senior_management,.zcgl-item>.item-right.staff{
    display: flex;
  	flex-wrap: wrap;
  	position: relative;
}

.zcgl-item>.item-right.senior_management::after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #d9e4f3;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.zcgl-item>.item-right.senior_management>div{
    width: 100%;
  	display: flex;
}

.zcgl-item .senior_management >div:nth-child(2n + 1) {
	background-color: #f8fafd;
}

.zcgl-item .senior_management >div:first-child{
	background-color: #005096;
}

.zcgl-item .senior_management >div:first-child div {
   line-height: 48px!important;
}

.zcgl-item .senior_management >div:first-child div {
	color: #fff !important;
}

.zcgl-item .senior_management >div:nth-child(n + 2) {
	border: 1px solid #d9e4f3;
  	border-top: none;
}

.cyry-item .item-right {
	justify-content: space-between;
}

.cyry-item .item-right .list {
  	display: flex;
  	width: 30%;
  flex-wrap: wrap;
      position: relative;
}

.cyry-item .item-right .list::after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #d9e4f3;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.cyry-item .item-right .list >div {
	width: 100%;
  	display: flex;
}

.cyry-item .item-right .list >div:first-child div {
   line-height: 48px!important;
}

.cyry-item .item-right .list >div:nth-child(2n + 1) {
	background-color: #f8fafd;
}

.cyry-item .item-right .list >div:first-child{
	background-color: #005096;
  	line-height: 46px;
}

.cyry-item .item-right .list >div:first-child div {
	color: #fff !important;
}

.cyry-item .item-right .list >div:nth-child(n + 2) {
	border: 1px solid #d9e4f3;
  	border-top: none;
}

.cyry-item .item-right .list .designation {
	order: 2;
}

.cyry-item .item-right .list .position {
	order: 1;
}

.zcgl-item>.item-right.staff>div{
    text-align: center;
}

.zcgl-subTitle{
    /*font-family: MicrosoftYaHei-Bold;*/
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
}
.zcgl-table-info{

    width: 100%;
}

table{
    font-size: 15px;
    border: 0px solid #d9e4f3;
    width: 100%;
}
.zcgl-table-info>div:nth-child(2){
    margin-top: 60px;
}
.zcgl-table-info>div>div:nth-child(1){
    margin-bottom: 20px;
}
.relation{
    display: flex;
    margin-top: 40px;
}
.relation:last-child{
    margin-bottom: 124px;
}
.zcgl-table-info>div:nth-child(2) th{
    width: 25%;
}

.relation>div:nth-child(2){
  margin:0 89px;
}


.relation>div>div:first-child{
	/*font-family: MicrosoftYaHei-Bold;*/
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666666;
}
.relation>div>div {
	/*font-family: MicrosoftYaHei-Bold;*/
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #005096;
}
.relation>div .email {
  border-bottom: 2px solid #005096;
}
th {
    background: #005096;
    text-align: center;
    padding: 15px;
    border: 0px solid #d9e4f3;
    /*font-family: MicrosoftYaHei-Bold;*/
	font-size: 15px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 15px;
	letter-spacing: 0px;
	color: #ffffff;
}
th:not(:last-child){
    border-right: 1px solid #d9e4f3;
}
td {
    text-align: center;
    border-left: 1px solid #d9e4f3;
    border-bottom: 1px solid #d9e4f3;
    border-right: 0px solid #d9e4f3;
    border-top: 0px solid #d9e4f3;
    vertical-align: middle;
    line-height: 50px;
    padding: 0px;
}
td:last-child{
    border-right: 1px solid #d9e4f3;
}

@media screen and (min-width: 1537px) {
    .xxgs-info-box {
        padding: 0 260px;
    }
}