@charset "UTF-8";
.companyProfile .center {
  position: relative;
  min-height: 1020px;
}

.companyProfile .center .left {
  padding: 60px 0 60px 0;
}

.companyProfile .center .left .title {
  /*padding-left: 40px;
        background: url("/-themes-/theme1/images/bg_title.png") no-repeat 0 15px;
        background: -webkit-image-set(url("/-themes-/theme1/images/bg_title.png") 1x, url("/-themes-/theme1/.awardsAndRecognitions .center .centerContainer .preview .year .numberimages/bg_title-2x.png") 2x) no-repeat 0 15px;*/
}

.companyProfile .center .left .title .EN {
  font-size: 18px;
  color: #4a4a4a;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.companyProfile .center .left .title .CN {
  font-size: 24px;
  color: #FA8D19;
  letter-spacing: 4px;
  position: relative;
}

.companyProfile .center .left .title .CN::after {
  content: '';
  display: block;
  width: 116px;
  height: 16px;
  background: rgba(250, 141, 25, 0.1);
  position: absolute;
  top: 20px;
  left: 16px;
}

.companyProfile .center .left .content {
  padding-top: 16px;
}

.companyProfile .center .left .content .con_title {
  padding: 24px 0;
  font-size: 24px;
  color: #4a4a4a;
}

.companyProfile .center .left .content .con {
  line-height: 26px;
}

.companyProfile .center .left .content .con p {
  font-size: 16px;
  text-align: justify;
  margin-bottom: 16px;
}

.companyProfile .center .left .content .code {
  margin-top: 180px;
  text-align: center;
}

.companyProfile .center .left .content .code img {
  max-width: 100%;
}

.companyProfile .center .right {
  display: none;
  width: 310px;
  padding: 60px 0;
  position: absolute;
  top: 0;
  right: 0;
}

.companyProfile .center .right .stock {
  /* Safari 5.1 - 6.0 */
  /* Opera 11.1 - 12.0 */
  /* Firefox 3.6 - 15 */
  background: -webkit-gradient(linear, left top, right top, from(#FF6C00), color-stop(#F59245), to(#FFD986));
  background: linear-gradient(to right, #FF6C00, #F59245, #FFD986);
  /* 标准的语法 */
}

.companyProfile .center .right .stock .bg_stock {
  padding: 24px;
  background: url("/-themes-/theme1/images/bg_stock.png") no-repeat right center;
}

.companyProfile .center .right .stock .bg_stock div:first-child {
  color: #ffffff;
  font-size: 14px;
}

.companyProfile .center .right .stock .bg_stock .stock_code {
  color: #ffffff;
  font-size: 52px;
}

.companyProfile .center .right .project {
  background-color: #F5F5F5;
}

.companyProfile .center .right .project .bg_project {
  padding: 24px 24px 44px 24px;
  background: url("/-themes-/theme1/images/bg_project.png") no-repeat right bottom;
}

.companyProfile .center .right .project .bg_project div:first-child {
  color: #F38A18;
  font-size: 18px;
}

.companyProfile .center .right .project .bg_project div:first-child + div {
  color: #F38A18;
  opacity: 0.5;
  font-size: 14px;
}

.companyProfile .center .right .ad ul li {
  position: relative;
  margin-bottom: 8px;
}

.companyProfile .center .right .ad ul li:last-child {
  margin-bottom: 8px;
}

.companyProfile .center .right .ad ul li img {
  max-width: 100%;
}

.companyProfile .center .right .ad ul li .text {
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  background-color: rgba(87, 71, 64, 0.5);
  position: absolute;
  bottom: 0;
}

.companyProfile .center .right .ad ul li .text a {
  font-size: 14px;
  color: #ffffff;
}

.boardOfDirectors .center {
  padding-top: 60px;
}

.boardOfDirectors .center .top {
  margin-bottom: 50px;
}

.boardOfDirectors .center .top .left {
  float: none;
  width: auto;
}

.boardOfDirectors .center .top .right {
  float: right;
  width: 70%;
}

.boardOfDirectors .center .top .right .total {
  font-size: 16px;
  font-weight: 600;
  color: #333230;
  line-height: 32px;
  float: left;
}

.boardOfDirectors .center .top .right .total a {
  font-size: 16px;
  font-weight: 600;
  color: #333230;
  line-height: 32px;
  padding: 0 4px;
}

.boardOfDirectors .center .top .right .total a:nth-of-type(6) {
  margin-right: 30px;
}

.boardOfDirectors .center .left {
  width: 30%;
  float: left;
}

.boardOfDirectors .center .left .title {
  padding-bottom: 48px;
}

.boardOfDirectors .center .left .title .EN {
  font-size: 18px;
  color: #4a4a4a;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.boardOfDirectors .center .left .title .CN {
  font-size: 24px;
  color: #FA8D19;
  letter-spacing: 4px;
  position: relative;
}

.boardOfDirectors .center .left .title .CN::after {
  content: '';
  display: block;
  width: 116px;
  height: 16px;
  background: rgba(250, 141, 25, 0.1);
  position: absolute;
  top: 20px;
  left: 16px;
}

.boardOfDirectors .center .left .part2 {
  padding-right: 70px;
}

.boardOfDirectors .center .left .part2 .cn_name {
  font-size: 20px;
  color: black;
  text-align: right;
  font-weight: 500;
}

.boardOfDirectors .center .left .part2 .en_name {
  width: 160px;
  font-size: 32px;
  color: rgba(74, 74, 74, 0.1);
  text-transform: uppercase;
  text-align: right;
  word-break: keep-all;
  word-wrap: break-word;
  line-height: 34px;
  font-family: dincond-medium-webfont;
}

.boardOfDirectors .center .right {
  width: 70%;
  float: right;
}

.boardOfDirectors .center .right .Tab {
  text-align: right;
}

.boardOfDirectors .center .right .Tab .box {
  float: right;
  padding: 8px 16px;
  text-align: center;
  cursor: pointer;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.65);
  border: 1px solid whitesmoke;
  margin-right: -1px;
}

.boardOfDirectors .center .right .Tab .box:hover {
  background: #fcfcfc;
}

.boardOfDirectors .center .right .Tab .box.active {
  /* Safari 5.1 - 6.0 */
  /* Opera 11.1 - 12.0 */
  /* Firefox 3.6 - 15 */
  background: -webkit-gradient(linear, left top, left bottom, from(#dde7d8), to(#aed0dd));
  background: linear-gradient(#dde7d8, #aed0dd);
  /* 标准的语法 */
}

.boardOfDirectors .center .right .Tab .box.active div:first-child {
  color: #8b572a;
  font-family: dincond-medium-webfont;
}

.boardOfDirectors .center .right .Tab .box.active div:first-child + div {
  color: #4a4a4a;
}

.boardOfDirectors .center .right .Tab .box .bottom {
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}

.boardOfDirectors .center .right .Tab .box:first-of-type {
  border-radius: 0 2px 2px 0;
}

.boardOfDirectors .center .right .Tab .box:first-of-type + .box {
  border-radius: 2px 0 0 2px;
}

.boardOfDirectors .center .right .details section {
  margin-bottom: 64px;
}

.boardOfDirectors .center .right .details section .name {
  font-size: 16px;
  color: #333230;
  font-weight: 600;
  margin-bottom: 14px;
}

.boardOfDirectors .center .right .details section .job {
  font-size: 14px;
  color: #999590;
}

.boardOfDirectors .center .right .details section .line {
  border-bottom: 1px solid #F2F0ED;
  margin: 20px 0 20px 0;
}

.boardOfDirectors .center .right .details section .detail {
  color: #4a4a4a;
  line-height: 28px;
}

.boardOfDirectors .center .right .details section .detail p {
  display: block;
  margin-bottom: 0;
  font-size: 14px;
  text-align: justify;
  color: #666360;
  line-height: 24px;
}

.partyBuildingBynamic .center {
  padding-top: 110px;
  background-color: rgba(63, 59, 56, 0.0155);
}

.partyBuildingBynamic .center .top {
  margin-bottom: 140px;
}

.partyBuildingBynamic .center .centerContainer {
  background-color: white;
}

.partyBuildingBynamic .center .centerContainer .left {
  width: 38%;
  padding-right: 16px;
  overflow: hidden;
}

.partyBuildingBynamic .center .centerContainer .right {
  width: 62%;
  margin-bottom: 68px;
}

.partyBuildingBynamic .center .centerContainer .right ul li {
  background: white;
  -webkit-box-shadow: 0 2px 16px 0 rgba(84, 75, 65, 0.04);
          box-shadow: 0 2px 16px 0 rgba(84, 75, 65, 0.04);
  padding: 20px 40px;
  margin-bottom: 16px;
}

.partyBuildingBynamic .center .centerContainer .right ul li div {
  margin-bottom: 12px;
}

.partyBuildingBynamic .center .centerContainer .right ul li .time {
  font-size: 24px;
  color: #f38a18;
}

.partyBuildingBynamic .center .centerContainer .right ul li .title {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
}

.partyBuildingBynamic .center .centerContainer .right ul li .text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 26px;
}

.partyBuildingBynamic .center .centerContainer .right .loadMore {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #ffbf5f;
}

.partyBuildingBynamic .center .centerContainer .right .loadMore .fa {
  display: inline-block;
  font-size: 50px;
  color: #ffffff;
}

.partyBuildingBynamic .center .left {
  width: 30%;
  float: left;
}

.partyBuildingBynamic .center .left .title {
  padding-left: 40px;
  background: url("/-themes-/theme1/images/bg_title.png") no-repeat 0 15px;
  background: -webkit-image-set(url("/-themes-/theme1/images/bg_title.png") 1x, url("/-themes-/theme1/images/bg_title-2x.png") 2x) no-repeat 0 10px;
}

.partyBuildingBynamic .center .left .title .EN {
  font-size: 18px;
  color: #4a4a4a;
  letter-spacing: 2px;
  margin-bottom: 16px;
  text-transform: capitalize;
}

.partyBuildingBynamic .center .left .title .CN {
  font-size: 24px;
  color: #FA8D19;
  letter-spacing: 4px;
  position: relative;
}

.partyBuildingBynamic .center .left .title .CN::after {
  content: '';
  display: block;
  width: 116px;
  height: 16px;
  background: rgba(250, 141, 25, 0.1);
  position: absolute;
  top: 20px;
  left: 16px;
}

.partyBuildingBynamic .center .left .firstNew img {
  max-width: 100%;
}

.partyBuildingBynamic .center .left .firstNew .newBox {
  position: relative;
  margin-top: 30px;
}

.partyBuildingBynamic .center .left .firstNew .newBox .dateBox {
  width: 82px;
  height: 82px;
  text-align: center;
  position: absolute;
  left: 0;
  /* Safari 5.1 - 6.0 */
  /* Opera 11.1 - 12.0 */
  /* Firefox 3.6 - 15 */
  background: -webkit-gradient(linear, left bottom, right top, from(#f59245), to(#ff6c00));
  background: linear-gradient(to top right, #f59245, #ff6c00);
  /* 标准的语法 */
}

.partyBuildingBynamic .center .left .firstNew .newBox .dateBox .day {
  font-size: 32px;
  color: #fcfcfc;
}

.partyBuildingBynamic .center .left .firstNew .newBox .dateBox .year {
  font-size: 26px;
  color: #fcfcfc;
}

.partyBuildingBynamic .center .left .firstNew .newBox .newContainer {
  padding-left: 120px;
}

.partyBuildingBynamic .center .left .firstNew .newBox .newContainer .title {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  background: none;
  padding-left: 0;
  margin-bottom: 10px;
  text-align: justify;
}

.partyBuildingBynamic .center .left .firstNew .newBox .newContainer .text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  text-align: justify;
}

.partyBuildingBynamic .center .right {
  width: 70%;
  float: right;
}

.partyBuildingBynamic .center .right .total {
  margin-bottom: 140px;
}

.partyBuildingBynamic .center .right .total .box {
  width: 50%;
  float: left;
  padding: 46px 50px;
  text-align: center;
}

.partyBuildingBynamic .center .right .total .box div:first-child {
  color: #8b572a;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: bold;
}

.partyBuildingBynamic .center .right .total .box div:first-child + div {
  color: #4a4a4a;
  font-size: 16px;
}

.partyBuildingBynamic .center .right .total .box1 {
  /* Safari 5.1 - 6.0 */
  /* Opera 11.1 - 12.0 */
  /* Firefox 3.6 - 15 */
  background: -webkit-gradient(linear, left top, left bottom, from(#dde7d8), to(#aed0dd));
  background: linear-gradient(#dde7d8, #aed0dd);
  /* 标准的语法 */
}

.partyBuildingBynamic .center .right .total .box2 {
  background: #f9f7f5;
}

.partyBuildingBynamic .center .right .total .box2 div:first-child {
  color: rgba(139, 87, 42, 0.05);
  margin-bottom: 12px;
}

.partyBuildingBynamic .center .right .details section {
  margin-bottom: 90px;
}

.partyBuildingBynamic .center .right .details section .name {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 600;
}

.partyBuildingBynamic .center .right .details section .job {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
}

.partyBuildingBynamic .center .right .details section .line {
  border-bottom: 1px solid #979797;
  margin: 36px 0 20px 0;
}

.partyBuildingBynamic .center .right .details section .detail {
  color: #4a4a4a;
  line-height: 28px;
}

.partyBuildingBynamic .center .right .details section .detail p {
  display: block;
  margin-bottom: 16px;
}

.brandConcept {
  position: relative;
}

.brandConcept .center {
  padding-top: 60px;
}

.brandConcept .center .left {
  width: 27%;
  min-height: 954px;
  float: left;
  background: url("/-themes-/theme1/images/brand.png") no-repeat center;
  background: -webkit-image-set(url("/-themes-/theme1/images/brand.png") 1x, url("/-themes-/theme1/images/brand-2x.png") 2x) no-repeat center;
  background-position: 0 120px;
}

.brandConcept .center .left .title .EN {
  font-size: 18px;
  color: #4a4a4a;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.brandConcept .center .left .title .CN {
  font-size: 24px;
  color: #FA8D19;
  letter-spacing: 4px;
  position: relative;
}

.brandConcept .center .left .title .CN::after {
  content: '';
  display: block;
  width: 116px;
  height: 16px;
  background: rgba(250, 141, 25, 0.1);
  position: absolute;
  top: 20px;
  left: 16px;
}

.brandConcept .center .right {
  width: 73%;
  float: right;
  padding-left: 46px;
  padding-top: 250px;
  background: url("/-themes-/theme1/images/brand1.png") no-repeat 100% 0%;
  background: -webkit-image-set(url("/-themes-/theme1/images/brand1.png") 1x, url("/-themes-/theme1/images/brand1-2x.png") 2x) no-repeat 100% 0%;
}

.brandConcept .center .right section {
  margin-bottom: 56px;
}

.brandConcept .center .right section .summary {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #8b6d4d;
  line-height: 28px;
}

.brandConcept .center .right section .desc p {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 32px;
}

.brandConcept .center .right section .desc ul li {
  font-weight: 400;
  color: #878787;
  line-height: 28px;
  padding-left: 70px;
  padding-bottom: 4px;
  font-size: 16px;
  text-align: justify;
  background: url("/-themes-/theme1/images/brand2.png") no-repeat left top;
  background: -webkit-image-set(url("/-themes-/theme1/images/brand2.png") 1x, url("/-themes-/theme1/images/brand2-2x.png") 2x) no-repeat left top;
}

.ESGReport .center {
  padding-top: 24px;
  padding-bottom: 50px;
  background: #FAF9F7;
}

.ESGReport .center .top .title {
  /*padding-left: 40px;
    background: url("/-themes-/theme1/images/bg_title.png") no-repeat 0 15px;
    background: -webkit-image-set(url("/-themes-/theme1/images/bg_title.png") 1x, url("/-themes-/theme1/images/bg_title-2x.png") 2x) no-repeat 0 15px;*/
}

.ESGReport .center .top .title .EN {
  font-size: 18px;
  color: #4a4a4a;
  letter-spacing: 2px;
  margin-bottom: 16px;
  display: none;
}

.ESGReport .center .top .title .CN {
  font-size: 24px;
  color: #FA8D19;
  letter-spacing: 4px;
  position: relative;
}

.ESGReport .center .top .title .CN::after {
  content: '';
  display: block;
  width: 116px;
  height: 16px;
  background: rgba(250, 141, 25, 0.1);
  position: absolute;
  top: 20px;
  left: 16px;
}

.ESGReport .center .centerContainer .left {
  width: 30%;
  padding: 0 60px 0 40px;
  margin-top: 46px;
}

.ESGReport .center .centerContainer .left .firstNew a {
  display: block;
}

.ESGReport .center .centerContainer .left .firstNew a .propertyImg {
  overflow: hidden;
}

.ESGReport .center .centerContainer .left .firstNew .newBox {
  padding-top: 14px;
}

.ESGReport .center .centerContainer .left .firstNew .newBox .time {
  font-size: 20px;
  color: #f38a18;
  font-family: dincond-medium-webfont;
}

.ESGReport .center .centerContainer .left .firstNew .newBox .title {
  font-size: 18px;
  color: black;
  font-weight: 500;
}

.ESGReport .center .centerContainer .left .firstNew .newBox .abstract {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  padding-top: 8px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  max-height: 126px;
}

.ESGReport .center .centerContainer .right {
  width: 70%;
  margin: 0 auto;
  padding: 0px 0px 20px 0px;
  position: relative;
}

.ESGReport .center .centerContainer .right ul li {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: white;
  margin-bottom: 16px;
  -webkit-box-shadow: 0 2px 16px 0 rgba(84, 75, 65, 0.04);
          box-shadow: 0 2px 16px 0 rgba(84, 75, 65, 0.04);
  overflow: hidden;
}

.ESGReport .center .centerContainer .right ul li:hover {
  -webkit-box-shadow: 0 2px 16px 0 rgba(84, 75, 65, 0.15);
          box-shadow: 0 2px 16px 0 rgba(84, 75, 65, 0.15);
}

.ESGReport .center .centerContainer .right ul li:hover a:nth-of-type(1) .li_right .title {
  color: RGBA(245, 166, 35, 1);
}

.ESGReport .center .centerContainer .right ul li:hover a:nth-of-type(1) .li_right .abstract {
  /* // color: rgba(0,0,0,0.65);
                    
                   // font-size: 12px;
                   // line-height: 18px;
                   // display: -webkit-box;
                   // -webkit-box-orient: vertical;
                   // -webkit-line-clamp: 2;
                  //  overflow: hidden; */
  height: 38px;
  /* // max-height: 102px; */
}

.ESGReport .center .centerContainer .right ul li a:nth-of-type(1) {
  display: block;
  position: relative;
}

.ESGReport .center .centerContainer .right ul li a:nth-of-type(1) .li_left {
  width: 106px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.ESGReport .center .centerContainer .right ul li a:nth-of-type(1) .li_left img {
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.ESGReport .center .centerContainer .right ul li a:nth-of-type(1) .li_right {
  padding: 30px 30px 30px 130px;
  position: relative;
}

.ESGReport .center .centerContainer .right ul li a:nth-of-type(1) .li_right .time {
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 20px;
  font-family: DINPro;
  position: absolute;
  top: 30px;
  right: 30px;
}

.ESGReport .center .centerContainer .right ul li a:nth-of-type(1) .li_right .title {
  color: #333230;
  font-size: 14px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 16px;
  font-weight: 400;
}

.ESGReport .center .centerContainer .right ul li a:nth-of-type(1) .li_right .title.simple {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ESGReport .center .centerContainer .right ul li a:nth-of-type(1) .li_right .abstract {
  color: #999590;
  font-size: 12px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 38px;
  /* // max-height: 102px; */
}

.ESGReport .center .centerContainer .right ul li .hoverNews {
  display: none;
  width: 30%;
  overflow: hidden;
  padding-right: 96px;
  position: absolute;
  left: 0;
  top: 46px;
}

.ESGReport .center .centerContainer .right ul li .hoverNews .firstNew .propertyImg {
  overflow: hidden;
}

.ESGReport .center .centerContainer .right ul li .hoverNews .firstNew .propertyImg img {
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.ESGReport .center .centerContainer .right ul li .hoverNews .firstNew .newBox {
  padding-top: 14px;
}

.ESGReport .center .centerContainer .right ul li .hoverNews .firstNew .newBox .time {
  font-size: 24px;
  color: #f38a18;
  font-family: dincond-medium-webfont;
}

.ESGReport .center .centerContainer .right ul li .hoverNews .firstNew .newBox .title {
  font-size: 18px;
  color: black;
  font-weight: 500;
}

.ESGReport .center .centerContainer .right ul li .hoverNews .firstNew .newBox .abstract {
  font-size: 14px;
  color: black;
  opacity: 0.4;
  line-height: 24px;
  padding-top: 8px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  max-height: 126px;
}

.ESGReport .center .centerContainer .right ul li .hoverNews.active {
  display: block;
}

.ESGReport .center .centerContainer .right ul li .hoverNews:hover .firstNew .propertyImg img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.ESGReport .center .centerContainer .right ul li .topNews {
  display: block;
}

.ESGReport .center .centerContainer .right .line {
  border-left: 1px solid #e9e9e9;
  position: absolute;
  left: 26%;
  top: 46px;
  height: 5000px;
}

.awardsAndRecognitions .center {
  background: #FAF9F7;
}

.awardsAndRecognitions .center .top {
  /*padding: 60px 0 80px 0;*/
  padding: 79px 0 70px 0;
}

.awardsAndRecognitions .center .top .title .EN {
  font-size: 18px;
  color: #4a4a4a;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.awardsAndRecognitions .center .top .title .CN {
  font-size: 24px;
  color: #FA8D19;
  letter-spacing: 4px;
  position: relative;
}

.awardsAndRecognitions .center .top .title .CN::after {
  content: '';
  display: block;
  width: 116px;
  height: 16px;
  background: rgba(250, 141, 25, 0.1);
  position: absolute;
  top: 20px;
  left: 16px;
}

.awardsAndRecognitions .center .top section {
  margin: 60px 0 0 40px;
}

.awardsAndRecognitions .center .top section div:first-child {
  color: #ff6c00;
  font-size: 34px;
}

.awardsAndRecognitions .center .top section div:first-child + div {
  color: rgba(0, 0, 0, 0.65);
  font-size: 16px;
  font-weight: bold;
}

.awardsAndRecognitions .center .centerContainer {
  position: relative;
  padding: 0 112px;
  margin-bottom: 48px;
  background: #fff;
}

.awardsAndRecognitions .center .centerContainer .preview {
  margin-bottom: 32px;
  padding-right: 30px;
  position: relative;
  top: -65px;
}

.awardsAndRecognitions .center .centerContainer .preview .swiper-container-preview {
  margin-top: -48px;
  width: 100%;
  height: 58px;
}

.awardsAndRecognitions .center .centerContainer .preview .swiper-container-preview .swiper-wrapper .swiper-slide {
  float: left;
  padding-right: 59px;
}

.awardsAndRecognitions .center .centerContainer .preview .swiper-container-preview .swiper-wrapper .swiper-slide .year {
  cursor: pointer;
}

.awardsAndRecognitions .center .centerContainer .preview .swiper-container-preview .swiper-wrapper .swiper-slide .year:hover .number {
  color: #FA8D19;
}

.awardsAndRecognitions .center .centerContainer .preview .swiper-container-preview .swiper-wrapper .swiper-slide .year:hover .circle {
  background: #FA8D19;
}

.awardsAndRecognitions .center .centerContainer .preview .swiper-container-preview .swiper-wrapper .active-nav .year .number {
  color: #FA8D19;
}

.awardsAndRecognitions .center .centerContainer .preview .swiper-container-preview .swiper-wrapper .active-nav .year .circle {
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  background: #fa8d19;
  border: 4px solid #ffe3cd;
  border-radius: 50%;
  /* margin-left: 10px;*/
}

.awardsAndRecognitions .center .centerContainer .preview .line {
  border: 1px solid rgba(139, 109, 77, 0.12);
  width: 95%;
}

.awardsAndRecognitions .center .centerContainer .preview .year .number {
  font-size: 16px;
  font-weight: 500;
  color: #999590;
  line-height: 26px;
  margin-bottom: 10px;
}

.awardsAndRecognitions .center .centerContainer .preview .year .circle {
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  background: rgba(139, 109, 77, 0.65);
  border: 4px solid #EBE6E2;
  border-radius: 50%;
  margin-left: 10px;
}

.awardsAndRecognitions .center .centerContainer .preview .arrow-left {
  background: url("/-themes-/theme1/images/pre-small.png") no-repeat left top;
  position: absolute;
  right: 29px;
  top: -71%;
  width: 20px;
  height: 20px;
  z-index: 10;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
}

.awardsAndRecognitions .center .centerContainer .preview .arrow-right {
  background: url("/-themes-/theme1/images/next-small.png") no-repeat left bottom;
  position: absolute;
  right: 0px;
  top: -71%;
  width: 20px;
  height: 20px;
  z-index: 10;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
}

.awardsAndRecognitions .center .centerContainer .preview .arrow-right:hover {
  background: url("/-themes-/theme1/images/next-small-hover.png") no-repeat left bottom;
}

.awardsAndRecognitions .center .centerContainer .preview .arrow-left:hover {
  background: url("/-themes-/theme1/images/pre-small-hover.png") no-repeat left bottom;
}

.awardsAndRecognitions .center .centerContainer .view .swiper-container {
  width: 100%;
  height: 248px;
}

.awardsAndRecognitions .center .centerContainer .view .swiper-icon {
  position: absolute;
  right: 0;
  top: 41%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.awardsAndRecognitions .center .centerContainer .view .arrow-left {
  background: url("/-themes-/theme1/images/pre.png") no-repeat left top;
  width: 58px;
  height: 58px;
  z-index: 10;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
  display: block;
}

.awardsAndRecognitions .center .centerContainer .view .arrow-right {
  background: url("/-themes-/theme1/images/next.png") no-repeat left top;
  width: 58px;
  height: 58px;
  z-index: 10;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  margin-bottom: 16px;
}

.awardsAndRecognitions .center .centerContainer .view .arrow-right:hover {
  background: url("/-themes-/theme1/images/next-hover.png") no-repeat left top;
}

.awardsAndRecognitions .center .centerContainer .view .arrow-left:hover {
  background: url("/-themes-/theme1/images/pre-hover.png") no-repeat left top;
}

.awardsAndRecognitions .center .centerContainer .swiper_award .head {
  vertical-align: middle;
}

.awardsAndRecognitions .center .centerContainer .swiper_award .head .circle {
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  background: #fa8d19;
  border: 4px solid #ffe3cd;
  border-radius: 50%;
}

.awardsAndRecognitions .center .centerContainer .swiper_award .head .arrow {
  display: none;
  width: 4px;
  height: 10px;
  margin: 0 20px 0 8px;
  vertical-align: middle;
  background: url("/-themes-/theme1/images/arrow.png") no-repeat center;
  background: -webkit-image-set(url("/-themes-/theme1/images/arrow.png") 1x, url("/-themes-/theme1/images/arrow-2x.png") 2x) no-repeat center;
}

.awardsAndRecognitions .center .centerContainer .swiper_award .head .year {
  vertical-align: middle;
  font-size: 20px;
  color: #FA8D19;
  line-height: 32px;
  /* //letter-spacing: 4px; */
  padding-left: 20px;
  transform: rotateX(10deg);
  -webkit-transform: rotateX(120deg);
}

.awardsAndRecognitions .center .centerContainer .swiper_award .awards {
  border-left: 1px solid #e9e9e9;
  margin-left: 10px;
  margin-bottom: 34px;
  /* padding-left: 4.5%;*/
  padding-left: 3.5%;
  position: relative;
}

.awardsAndRecognitions .center .centerContainer .swiper_award .awards ul {
  overflow: hidden;
}

.awardsAndRecognitions .center .centerContainer .swiper_award .awards ul li {
  margin: 20px 0;
  margin-right: 76px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 32px;
  text-align: justify;
  position: relative;
  /*padding-left: 26px;*/
}

.awardsAndRecognitions .center .centerContainer .swiper_award .awards ul li span {
  font-size: 14px;
  line-height: 18px;
  color: #666360;
}

.awardsAndRecognitions .center .centerContainer .swiper_award .awards ul li:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  /* background: rgba(0, 0, 0, 0.65);*/
  position: absolute;
  left: 0px;
  top: 11px;
}

.awardsAndRecognitions .center .centerContainer .swiper_award .awards .year {
  font-size: 24px;
  font-family: dincond-medium-webfont;
  font-weight: normal;
  color: #f38a18;
  line-height: 32px;
  letter-spacing: 16px;
  width: 100px;
  position: absolute;
  left: -10%;
  top: 44px;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  /* Internet Explorer */
  -moz-transform: rotate(-90deg);
  /* Firefox */
  -webkit-transform: rotate(-90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(-90deg);
  /* Opera */
  display: none;
}

.awardsAndRecognitions .center .centerContainer .prev_award {
  background: url("/-themes-/theme1/images/pre.png") no-repeat center;
  background: -webkit-image-set(url("/-themes-/theme1/images/pre.png") 1x, url("/-themes-/theme1/images/pre-2x.png") 2x) no-repeat center;
  left: inherit;
  right: 0;
  top: 30%;
  width: 58px;
  height: 58px;
  opacity: 1;
}

.awardsAndRecognitions .center .centerContainer .next_award {
  background: url("/-themes-/theme1/images/next.png") no-repeat center;
  background: -webkit-image-set(url("/-themes-/theme1/images/next.png") 1x, url("/-themes-/theme1/images/next-2x.png") 2x) no-repeat center;
  right: 0;
  top: 20%;
  width: 58px;
  height: 58px;
  opacity: 1;
}

.awardsAndRecognitions .center .centerContainer .more {
  display: none;
  margin: 20px 10px 40px;
  text-align: center;
  background-color: #ffbf5f;
  cursor: pointer;
}

.awardsAndRecognitions .center .centerContainer .more .fa {
  display: inline-block;
  font-size: 26px;
  color: #ffffff;
}

.operationalStrategy .center {
  padding-top: 110px;
  background: rgba(63, 59, 56, 0.015);
}

.operationalStrategy .center .part1 {
  padding-bottom: 20px;
  background: url("/-themes-/theme1/images/operation2.png") no-repeat 90% 50%;
  background: -webkit-image-set(url("/-themes-/theme1/images/operation2.png") 1x, url("/-themes-/theme1/images/operation2-2x.png") 2x) no-repeat 96% 50%;
}

.operationalStrategy .center .part1 .title .EN {
  font-size: 18px;
  color: #4a4a4a;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.operationalStrategy .center .part1 .title .CN {
  font-size: 24px;
  font-weight: 500;
  color: #ff5f10;
  line-height: 32px;
  letter-spacing: 4px;
}

.operationalStrategy .center .part1 section {
  padding-left: 80px;
  margin-top: 60px;
  width: 70%;
}

.operationalStrategy .center .part1 section div:first-child {
  padding-left: 80px;
  margin-left: -80px;
  font-size: 24px;
  font-weight: 600;
  color: #ff5f10;
  line-height: 32px;
  letter-spacing: 4px;
  background: url("/-themes-/theme1/images/operation1.png") no-repeat 0 4px;
  background: -webkit-image-set(url("/-themes-/theme1/images/operation1.png") 1x, url("/-themes-/theme1/images/operation1-2x.png") 2x) no-repeat 0 4px;
}

.operationalStrategy .center .part1 section div:first-child + div {
  padding: 40px 0 40px 0;
  font-size: 20px;
  font-weight: 500;
  color: #8b6d4d;
  line-height: 28px;
}

.operationalStrategy .center .part1 section div + div + div {
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.45);
  line-height: 32px;
}

.operationalStrategy .center .part2 {
  overflow: hidden;
  background: url("/-themes-/theme1/images/operation3.png") no-repeat;
  background-size: cover;
}

.operationalStrategy .center .part2 section {
  padding-left: 80px;
  width: 60%;
  margin-top: 60px;
  margin-bottom: 50px;
  text-align: justify;
}

.operationalStrategy .center .part2 section div:first-child {
  padding-left: 80px;
  margin-left: -80px;
  font-size: 24px;
  font-weight: 600;
  color: #ff5f10;
  line-height: 32px;
  letter-spacing: 4px;
  background: url("/-themes-/theme1/images/operation1.png") no-repeat 0 4px;
  background: -webkit-image-set(url("../images/operation4.png") 1x, url("/-themes-/theme1/images/operation4-2x.png") 2x) no-repeat 0 4px;
}

.operationalStrategy .center .part2 section div:first-child + div {
  padding: 40px 0 40px 0;
  font-size: 20px;
  font-weight: 500;
  color: #8b6d4d;
  line-height: 28px;
}

.operationalStrategy .center .part2 section div + div + div {
  line-height: 32px;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 32px;
}

.operationalStrategy .center .part3 {
  /* Safari 5.1 - 6.0 */
  /* Opera 11.1 - 12.0 */
  /* Firefox 3.6 - 15 */
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f0ee), to(rgba(250, 249, 248, 0.37)));
  background: linear-gradient(#f2f0ee, rgba(250, 249, 248, 0.37));
  /* 标准的语法 */
}

.operationalStrategy .center .part3 > div {
  padding-bottom: 30px;
  padding-top: 60px;
  background: url("/-themes-/theme1/images/operation5.png") no-repeat 90% 100%;
  background: -webkit-image-set(url("/-themes-/theme1/images/operation5.png") 1x, url("/-themes-/theme1/images/operation5-2x.png") 2x) no-repeat 90% 100%;
}

.operationalStrategy .center .part3 section {
  padding-left: 80px;
  padding-right: 80px;
}

.operationalStrategy .center .part3 section > div:first-child {
  padding-left: 80px;
  margin-left: -80px;
  font-size: 24px;
  font-weight: 600;
  color: #ff5f10;
  line-height: 32px;
  letter-spacing: 4px;
  background: url("/-themes-/theme1/images/operation1.png") no-repeat 0 4px;
  background: -webkit-image-set(url("/-themes-/theme1/images/operation1.png") 1x, url("/-themes-/theme1/images/operation1-2x.png") 2x) no-repeat 0 4px;
}

.operationalStrategy .center .part3 section > div:first-child + div {
  padding: 40px 0;
  font-size: 20px;
  font-weight: 500;
  color: #8b6d4d;
  line-height: 28px;
}

.operationalStrategy .center .part3 section > div:first-child + div + div {
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 32px;
}

.operationalStrategy .center .part3 section ul li {
  position: relative;
  padding: 40px 0;
  text-align: justify;
  border-bottom: 1px solid rgba(151, 151, 151, 0.1);
}

.operationalStrategy .center .part3 section ul li:last-child {
  border: none;
}

.operationalStrategy .center .part3 section ul li .li_left {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  width: 150px;
}

.operationalStrategy .center .part3 section ul li .li_left span:first-child {
  display: block;
  font-size: 40px;
  text-transform: uppercase;
  font-family: dincond-medium-webfont;
  letter-spacing: 0px;
  text-align: left;
  font-size: 40px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.036);
  line-height: 36px;
}

.operationalStrategy .center .part3 section ul li .li_left span + span {
  display: block;
  text-align: left;
  position: relative;
  top: 18px;
  left: 0;
  font-size: 20px;
  font-weight: 500;
  color: #8b6d4d;
  line-height: 28px;
}

.operationalStrategy .center .part3 section ul li .li_right {
  padding-left: 250px;
}

.operationalStrategy .center .part3 section ul li .li_right div {
  color: #878787;
  line-height: 32px;
  font-size: 16px;
}

.operationalStrategy .center .part3 section ul li .li_right div:first-child {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 32px;
}

.operationalStrategy .center .part4 {
  margin-top: 36px;
  background: #fcfcfc;
}

.operationalStrategy .center .part4 .part4-top {
  padding-top: 90px;
}

.operationalStrategy .center .part4 .inner_centerArea.part4-top {
  padding-top: 80px;
}

.operationalStrategy .center .part4 > div {
  margin: 0 auto;
}

.operationalStrategy .center .part4 > div + div {
  padding: 0;
}

.operationalStrategy .center .part4 > div + div .inner_centerArea {
  padding: 0;
}

.operationalStrategy .center .part4 > div + div ul li {
  width: 50%;
  float: left;
}

.operationalStrategy .center .part4 > div + div ul li:first-child {
  background: #fafafa;
  padding-left: 40px;
}

.operationalStrategy .center .part4 > div + div ul li:first-child + li {
  background: #f9f7f5;
  padding-right: 0;
}

.operationalStrategy .center .part4 > div + div ul li .box_right {
  padding-right: 40px;
  text-align: justify;
}

.operationalStrategy .center .part4 > div + div .box {
  position: relative;
  padding: 40px 0;
}

.operationalStrategy .center .part4 > div + div .box .box_left {
  padding: 0 40px;
  width: 130px;
  position: absolute;
  top: 50%;
  margin-top: -36px;
}

.operationalStrategy .center .part4 > div + div .box .box_left span {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  color: #8b572a;
  line-height: 28px;
  letter-spacing: 4px;
}

.operationalStrategy .center .part4 > div + div .box .box_right {
  padding-left: 130px;
  color: #878787;
  text-align: justify;
  height: 150px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 32px;
}

.operationalStrategy .center .part4 section {
  padding-left: 80px;
  padding-right: 40px;
}

.operationalStrategy .center .part4 section > div:first-child {
  padding-left: 80px;
  margin-left: -80px;
  font-size: 24px;
  font-weight: 600;
  color: #ff5f10;
  line-height: 32px;
  letter-spacing: 4px;
  background: url("/-themes-/theme1/images/operation1.png") no-repeat 0 4px;
  background: -webkit-image-set(url("/-themes-/theme1/images/operation1.png") 1x, url("/-themes-/theme1/images/operation1-2x.png") 2x) no-repeat 0 4px;
}

.operationalStrategy .center .part4 section > div:first-child + div {
  padding: 40px 0;
  font-size: 20px;
  font-weight: 500;
  color: #8b6d4d;
  line-height: 28px;
}

.operationalStrategy .center .part4 section .box {
  position: relative;
  padding: 40px 0;
}

.operationalStrategy .center .part4 section .box .box_left {
  padding: 0 40px 0 0;
  width: 90px;
  position: absolute;
  top: 50%;
  margin-top: -36px;
}

.operationalStrategy .center .part4 section .box .box_left span {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  color: #8b572a;
  line-height: 28px;
  letter-spacing: 4px;
}

.operationalStrategy .center .part4 section .box .box_right {
  padding-left: 90px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 32px;
}

.operationalStrategy .center .part4 section ul li {
  width: 50%;
  float: left;
}

.operationalStrategy .center .part4 section ul li:first-child {
  background: #fafafa;
}

.operationalStrategy .center .part4 section ul li:first-child + li {
  background: #f9f7f5;
}

.operationalStrategy .center .part4 section ul li .box_right {
  padding-right: 40px;
  text-align: justify;
}

.operationalStrategy .center .part5 {
  margin-top: 36px;
  /* Safari 5.1 - 6.0 */
  /* Opera 11.1 - 12.0 */
  /* Firefox 3.6 - 15 */
  background: -webkit-gradient(linear, left top, left bottom, from(#faefe6), to(#fdf8f5));
  background: linear-gradient(#faefe6, #fdf8f5);
  /* 标准的语法 */
}

.operationalStrategy .center .part5 > div {
  padding-bottom: 30px;
  padding-top: 60px;
  background: url("/-themes-/theme1/images/operation7.png") no-repeat 100% 100%;
  background: -webkit-image-set(url("/-themes-/theme1/images/operation7.png") 1x, url("/-themes-/theme1/images/operation7-2x.png") 2x) no-repeat 100% 100%;
}

.operationalStrategy .center .part5 > div > div {
  background: url("/-themes-/theme1/images/operation6.png") no-repeat 100% 20%;
  background: -webkit-image-set(url("/-themes-/theme1/images/operation6.png") 1x, url("/-themes-/theme1/images/operation6-2x.png") 2x) no-repeat 100% 20%;
}

.operationalStrategy .center .part5 section {
  padding-left: 80px;
  width: 70%;
  text-align: justify;
}

.operationalStrategy .center .part5 section div:first-child {
  padding-left: 80px;
  margin-left: -80px;
  font-size: 24px;
  font-weight: 600;
  color: #ff5f10;
  line-height: 32px;
  letter-spacing: 4px;
  background: url("/-themes-/theme1/images/operation1.png") no-repeat 0 4px;
  background: -webkit-image-set(url("/-themes-/theme1/images/operation1.png") 1x, url("/-themes-/theme1/images/operation1-2x.png") 2x) no-repeat 0 4px;
}

.operationalStrategy .center .part5 section div:first-child + div {
  padding: 40px 0;
  font-size: 20px;
  font-weight: 500;
  color: #8b6d4d;
  line-height: 28px;
}

.operationalStrategy .center .part5 section div + div + div {
  line-height: 32px;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.45);
  line-height: 32px;
}

.operationalStrategy .center .part6 {
  padding-top: 70px;
  background: #fafafa;
}

.operationalStrategy .center .part6 .inner_centerArea {
  padding-bottom: 160px;
  background: url("/-themes-/theme1/images/operation8.png") no-repeat 100% 100%;
  background: -webkit-image-set(url("/-themes-/theme1/images/operation8.png") 1x, url("/-themes-/theme1/images/operation8-2x.png") 2x) no-repeat 100% 100%;
}

.operationalStrategy .center .part6 section {
  padding-left: 80px;
  padding-right: 80px;
}

.operationalStrategy .center .part6 section div:first-child {
  padding-left: 80px;
  margin-left: -80px;
  font-size: 24px;
  font-weight: 600;
  color: #ff5f10;
  line-height: 32px;
  letter-spacing: 4px;
  background: url("/-themes-/theme1/images/operation1.png") no-repeat 0 4px;
  background: -webkit-image-set(url("/-themes-/theme1/images/operation1.png") 1x, url("/-themes-/theme1/images/operation1-2x.png") 2x) no-repeat 0 4px;
}

.operationalStrategy .center .part6 section div:first-child + div {
  padding: 40px 0;
  font-size: 20px;
  font-weight: 500;
  color: #8b6d4d;
  line-height: 28px;
}

.operationalStrategy .center .part6 section div + div + div {
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.45);
  line-height: 32px;
}

.corporateStructure .center {
  margin-top: 24px;
  padding-bottom: 24px;
}

.corporateStructure .center .top {
  position: relative;
}

.corporateStructure .center .top .title {
  width: 260px;
  position: absolute;
}

.corporateStructure .center .top .title .EN {
  font-size: 18px;
  color: #4a4a4a;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.corporateStructure .center .top .title .CN {
  font-size: 24px;
  color: #FA8D19;
  letter-spacing: 4px;
  position: relative;
}

.corporateStructure .center .top .title .CN::after {
  content: '';
  display: block;
  width: 116px;
  height: 16px;
  background: rgba(250, 141, 25, 0.1);
  position: absolute;
  top: 20px;
  left: 16px;
}

.corporateStructure .center .top .title + div {
  color: #4a4a4a;
  line-height: 100px;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  padding-left: 280px;
  padding-bottom: 50px;
}

.corporateStructure .center .centerContainer .left {
  color: black;
  font-size: 28px;
  font-weight: lighter;
  background: #f9f7f5;
}

.corporateStructure .img {
  text-align: center;
}

.jingyingzhanlue .center .part1 {
  padding: 60px 0 0px;
  background: url("/-themes-/theme1/images/jingyingzhanlue.png") no-repeat right;
  background-size: cover;
}

.jingyingzhanlue .center .part1 .inner_centerArea {
  background: url("/-themes-/theme1/images/jyzl-font.png") no-repeat right 88px;
}

.jingyingzhanlue .center .part1 .title .EN {
  font-size: 18px;
  color: #4a4a4a;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.jingyingzhanlue .center .part1 .title .CN {
  font-size: 24px;
  color: #FA8D19;
  letter-spacing: 4px;
  position: relative;
}

.jingyingzhanlue .center .part1 .title .CN::after {
  content: '';
  display: block;
  width: 116px;
  height: 16px;
  background: rgba(250, 141, 25, 0.1);
  position: absolute;
  top: 20px;
  left: 16px;
}

.jingyingzhanlue .center .part1 .text {
  padding: 40px 0 40px 0;
  width: 50%;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 32px;
}

.jingyingzhanlue .center .part1 .box .box_left {
  width: 50%;
  float: left;
  padding-left: 40px;
  text-align: justify;
}

.jingyingzhanlue .center .part1 .box .box_left > div {
  max-width: 530px;
  float: right;
}

.jingyingzhanlue .center .part1 .box .box_left > div > div:first-child {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 500;
  color: #8b6d4d;
  line-height: 28px;
}

.jingyingzhanlue .center .part1 .box .box_left > div > div:first-child + div {
  font-weight: 400;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 32px;
  text-align: justify;
}

.jingyingzhanlue .center .part1 .box .box_right {
  width: 50%;
  float: left;
  padding-left: 40px;
}

.jingyingzhanlue .center .part1 .box .box_right > div {
  max-width: 530px;
}

.jingyingzhanlue .center .part1 .box .box_right > div > div:first-child {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 500;
  color: #8b6d4d;
  line-height: 28px;
}

.jingyingzhanlue .center .part1 .box .box_right > div > div:first-child + div {
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 32px;
  text-align: justify;
}

.jingyingzhanlue .center .part2 {
  /* Safari 5.1 - 6.0 */
  /* Opera 11.1 - 12.0 */
  /* Firefox 3.6 - 15 */
  background: -webkit-gradient(linear, right top, left top, from(#f3e9ce), to(#faefe6));
  background: linear-gradient(to left, #f3e9ce, #faefe6);
  /* 标准的语法 */
}

.jingyingzhanlue .center .part2 .inner_centerArea {
  padding: 50px 16px;
  background: url("/-themes-/theme1/images/jingyingzhanlue2.png") no-repeat right bottom;
}

.jingyingzhanlue .center .part2 .con {
  width: 50%;
  text-align: justify;
}

.jingyingzhanlue .center .part2 .con .con_top {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 500;
  color: #8b6d4d;
  line-height: 28px;
}

.jingyingzhanlue .center .part2 .con .con_text {
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 32px;
}

.jingyingzhanlue .center .part3 {
  padding: 50px 0;
  /* Safari 5.1 - 6.0 */
  /* Opera 11.1 - 12.0 */
  /* Firefox 3.6 - 15 */
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f0ee), to(rgba(250, 249, 248, 0.37)));
  background: linear-gradient(#f2f0ee, rgba(250, 249, 248, 0.37));
  /* 标准的语法 */
}

.jingyingzhanlue .center .part3 .con {
  text-align: justify;
}

.jingyingzhanlue .center .part3 .con .con_top {
  margin-bottom: 18px;
  font-size: 20px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: #8b6d4d;
  line-height: 28px;
}

.jingyingzhanlue .center .part3 .con .con_text {
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 32px;
}

.jingyingzhanlue .center .part3 .mode {
  background: url("/-themes-/theme1/images/jyzl.png") no-repeat center;
  background: -webkit-image-set(url("/-themes-/theme1/images/jyzl.png") 1x, url("/-themes-/theme1/images/jyzl-2x.png") 2x) no-repeat center;
  background-size: 100%;
  padding-bottom: 50%;
}

.jingyingzhanlue .center .part3 .mode .mode_top {
  color: #f5f9f8;
  font-size: 20px;
  background: #be9971;
  padding-left: 40px;
  line-height: 34px;
  position: relative;
}

.jingyingzhanlue .center .part3 .mode .mode_top:after {
  content: '';
  height: 15px;
  background: rgba(245, 166, 35, 0.33);
  width: 80%;
  position: absolute;
  top: -14px;
  right: 0;
}

.jingyingzhanlue .center .part3 .mode .mode_con {
  height: 500px;
  margin-top: 50px;
  position: relative;
}

.jingyingzhanlue .center .part3 .mode .mode_con .box {
  width: 30%;
  position: absolute;
}

.jingyingzhanlue .center .part3 .mode .mode_con .box .head {
  color: #f2f0ee;
  font-size: 18px;
  line-height: 50px;
  letter-spacing: 6px;
  text-align: center;
  background: #dcc69c;
}

.jingyingzhanlue .center .part3 .mode .mode_con .box .body {
  padding: 14px 34px 14px 50px;
  background: #ebebeb;
}

.jingyingzhanlue .center .part3 .mode .mode_con .box .body div {
  font-size: 18px;
  color: #878787;
  line-height: 32px;
  padding: 0px 0 10px 0;
  text-align: center;
}

.jingyingzhanlue .center .part3 .mode .mode_con .box .body ul {
  list-style: disc;
}

.jingyingzhanlue .center .part3 .mode .mode_con .box .body ul li {
  color: #878787;
  font-size: 16px;
  line-height: 28px;
}

.jingyingzhanlue .center .part3 .mode .mode_con .box.top {
  top: 0;
  left: 50%;
  margin-left: -15%;
}

.jingyingzhanlue .center .part3 .mode .mode_con .box.top:before {
  display: block;
  content: '';
  height: 60px;
  width: 110px;
  position: absolute;
  left: -120px;
  top: 50%;
  margin-top: -44px;
  background: url("/-themes-/theme1/images/4.png") no-repeat center;
}

.jingyingzhanlue .center .part3 .mode .mode_con .box.top:after {
  display: block;
  content: '';
  height: 60px;
  width: 110px;
  position: absolute;
  right: -120px;
  top: 50%;
  margin-top: -44px;
  background: url("/-themes-/theme1/images/3.png") no-repeat center;
}

.jingyingzhanlue .center .part3 .mode .mode_con .box.bottom {
  bottom: 0px;
  left: 50%;
  margin-left: -15%;
}

.jingyingzhanlue .center .part3 .mode .mode_con .box.bottom:before {
  display: block;
  content: '';
  height: 60px;
  width: 110px;
  position: absolute;
  left: -120px;
  top: 50%;
  margin-top: -44px;
  background: url("/-themes-/theme1/images/2.png") no-repeat center;
}

.jingyingzhanlue .center .part3 .mode .mode_con .box.bottom:after {
  display: block;
  content: '';
  height: 60px;
  width: 110px;
  position: absolute;
  right: -120px;
  top: 50%;
  margin-top: -44px;
  background: url("/-themes-/theme1/images/1.png") no-repeat center;
}

.jingyingzhanlue .center .part3 .mode .mode_con .box.left {
  left: 0;
  top: 50%;
  margin-top: -120px;
}

.jingyingzhanlue .center .part3 .mode .mode_con .box.right {
  right: 0;
  top: 50%;
  margin-top: -120px;
}

.jingyingzhanlue .center .part3 .mode .mode_con .box.center {
  position: absolute;
  top: 44%;
  left: 50%;
  margin-left: -180px;
}

.jingyingzhanlue .center .part3 .mode .mode_con .box.center span {
  display: inline-block;
  width: 44%;
  height: 50px;
}

.jingyingzhanlue .center .part1 .box .box_left {
  /* Safari 5.1 - 6.0 */
  /* Opera 11.1 - 12.0 */
  /* Firefox 3.6 - 15 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(221, 231, 216, 0.2)), to(rgba(174, 208, 221, 0.2)));
  background: linear-gradient(rgba(221, 231, 216, 0.2), rgba(174, 208, 221, 0.2));
  /* 标准的语法 */
  padding: 50px 50px 50px 16px;
}

.jingyingzhanlue .center .part1 .box .box_right {
  padding: 50px 16px 50px 50px;
}

/*@media screen and (max-width: 992px) {
  .ESGReport .center .centerContainer .right ul li a:nth-of-type(1) .li_right .title {
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 52px;
    text-overflow: inherit;
    white-space: normal;
    overflow: hidden; }

  .ESGReport .center .centerContainer .right ul li a:nth-of-type(1) .li_right .time {
    position: absolute;
    top: 76px;
    left: 150px; } }*/
@media screen and (max-width: 767px) {
  .ESGReport .center .centerContainer .right ul li a:nth-of-type(1) .li_right .title {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .ESGReport .center .centerContainer .right ul li a:nth-of-type(1) .li_right .time {
    font-size: 12px;
    position: absolute;
    left: 130px;
    top: 44px;
  }
  .boardOfDirectors .center .top .right .total {
    font-size: 12px;
  }
  .boardOfDirectors .center .top .right .total a {
    font-size: 12px;
  }
  .awardsAndRecognitions .center .centerContainer .swiper_award .awards ul li {
    padding-left: 26px;
  }
  .awardsAndRecognitions .center .centerContainer .swiper_award .awards ul li:before {
    background: rgba(0, 0, 0, 0.65);
  }
}

@media screen and (min-width: 1000px) {
  .boardOfDirectors .center .top .right .total .mid {
    display: none;
  }
}
.companyProfile .center {
  position: relative;
  min-height: 1020px;
}

.companyProfile .center .left {
  padding: 60px 0 60px 0;
}

.companyProfile .center .left .title {
  /*padding-left: 40px;
        background: url("/-themes-/theme1/images/bg_title.png") no-repeat 0 15px;
        background: -webkit-image-set(url("/-themes-/theme1/images/bg_title.png") 1x, url("/-themes-/theme1/.awardsAndRecognitions .center .centerContainer .preview .year .numberimages/bg_title-2x.png") 2x) no-repeat 0 15px;*/
}

.companyProfile .center .left .title .EN {
  font-size: 18px;
  color: #4a4a4a;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.companyProfile .center .left .title .CN {
  font-size: 24px;
  color: #FA8D19;
  letter-spacing: 4px;
  position: relative;
}

.companyProfile .center .left .title .CN::after {
  content: '';
  display: block;
  width: 116px;
  height: 16px;
  background: rgba(250, 141, 25, 0.1);
  position: absolute;
  top: 20px;
  left: 16px;
}

.companyProfile .center .left .content {
  padding-top: 16px;
}

.companyProfile .center .left .content .con_title {
  padding: 24px 0;
  font-size: 24px;
  color: #4a4a4a;
}

.companyProfile .center .left .content .con {
  line-height: 26px;
}

.companyProfile .center .left .content .con p {
  font-size: 16px;
  text-align: justify;
  margin-bottom: 16px;
}

.companyProfile .center .left .content .code {
  margin-top: 180px;
  text-align: center;
}

.companyProfile .center .left .content .code img {
  max-width: 100%;
}

.companyProfile .center .right {
  display: none;
  width: 310px;
  padding: 60px 0;
  position: absolute;
  top: 0;
  right: 0;
}

.companyProfile .center .right .stock {
  /* Safari 5.1 - 6.0 */
  /* Opera 11.1 - 12.0 */
  /* Firefox 3.6 - 15 */
  background: -webkit-gradient(linear, left top, right top, from(#FF6C00), color-stop(#F59245), to(#FFD986));
  background: linear-gradient(to right, #FF6C00, #F59245, #FFD986);
  /* 标准的语法 */
}

.companyProfile .center .right .stock .bg_stock {
  padding: 24px;
  background: url("/-themes-/theme1/images/bg_stock.png") no-repeat right center;
}

.companyProfile .center .right .stock .bg_stock div:first-child {
  color: #ffffff;
  font-size: 14px;
}

.companyProfile .center .right .stock .bg_stock .stock_code {
  color: #ffffff;
  font-size: 52px;
}

.companyProfile .center .right .project {
  background-color: #F5F5F5;
}

.companyProfile .center .right .project .bg_project {
  padding: 24px 24px 44px 24px;
  background: url("/-themes-/theme1/images/bg_project.png") no-repeat right bottom;
}

.companyProfile .center .right .project .bg_project div:first-child {
  color: #F38A18;
  font-size: 18px;
}

.companyProfile .center .right .project .bg_project div:first-child + div {
  color: #F38A18;
  opacity: 0.5;
  font-size: 14px;
}

.companyProfile .center .right .ad ul li {
  position: relative;
  margin-bottom: 8px;
}

.companyProfile .center .right .ad ul li:last-child {
  margin-bottom: 8px;
}

.companyProfile .center .right .ad ul li img {
  max-width: 100%;
}

.companyProfile .center .right .ad ul li .text {
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  background-color: rgba(87, 71, 64, 0.5);
  position: absolute;
  bottom: 0;
}

.companyProfile .center .right .ad ul li .text a {
  font-size: 14px;
  color: #ffffff;
}

.boardOfDirectors .center {
  padding-top: 60px;
}

.boardOfDirectors .center .top {
  margin-bottom: 50px;
}

.boardOfDirectors .center .top .left {
  float: none;
  width: auto;
}

.boardOfDirectors .center .top .right {
  float: right;
  width: 70%;
}

.boardOfDirectors .center .top .right .total {
  font-size: 16px;
  font-weight: 600;
  color: #333230;
  line-height: 32px;
  float: left;
}

.boardOfDirectors .center .top .right .total a {
  font-size: 16px;
  font-weight: 600;
  color: #333230;
  line-height: 32px;
  padding: 0 4px;
}

.boardOfDirectors .center .top .right .total a:nth-of-type(6) {
  margin-right: 30px;
}

.boardOfDirectors .center .left {
  width: 30%;
  float: left;
}

.boardOfDirectors .center .left .title {
  padding-bottom: 48px;
}

.boardOfDirectors .center .left .title .EN {
  font-size: 18px;
  color: #4a4a4a;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.boardOfDirectors .center .left .title .CN {
  font-size: 24px;
  color: #FA8D19;
  letter-spacing: 4px;
  position: relative;
}

.boardOfDirectors .center .left .title .CN::after {
  content: '';
  display: block;
  width: 116px;
  height: 16px;
  background: rgba(250, 141, 25, 0.1);
  position: absolute;
  top: 20px;
  left: 16px;
}

.boardOfDirectors .center .left .part2 {
  padding-right: 70px;
}

.boardOfDirectors .center .left .part2 .cn_name {
  font-size: 20px;
  color: black;
  text-align: right;
  font-weight: 500;
}

.boardOfDirectors .center .left .part2 .en_name {
  width: 160px;
  font-size: 32px;
  color: rgba(74, 74, 74, 0.1);
  text-transform: uppercase;
  text-align: right;
  word-break: keep-all;
  word-wrap: break-word;
  line-height: 34px;
  font-family: dincond-medium-webfont;
}

.boardOfDirectors .center .right {
  width: 70%;
  float: right;
}

.boardOfDirectors .center .right .Tab {
  text-align: right;
}

.boardOfDirectors .center .right .Tab .box {
  float: right;
  padding: 8px 16px;
  text-align: center;
  cursor: pointer;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.65);
  border: 1px solid whitesmoke;
  margin-right: -1px;
}

.boardOfDirectors .center .right .Tab .box:hover {
  background: #fcfcfc;
}

.boardOfDirectors .center .right .Tab .box.active {
  /* Safari 5.1 - 6.0 */
  /* Opera 11.1 - 12.0 */
  /* Firefox 3.6 - 15 */
  background: -webkit-gradient(linear, left top, left bottom, from(#dde7d8), to(#aed0dd));
  background: linear-gradient(#dde7d8, #aed0dd);
  /* 标准的语法 */
}

.boardOfDirectors .center .right .Tab .box.active div:first-child {
  color: #8b572a;
  font-family: dincond-medium-webfont;
}

.boardOfDirectors .center .right .Tab .box.active div:first-child + div {
  color: #4a4a4a;
}

.boardOfDirectors .center .right .Tab .box .bottom {
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}

.boardOfDirectors .center .right .Tab .box:first-of-type {
  border-radius: 0 2px 2px 0;
}

.boardOfDirectors .center .right .Tab .box:first-of-type + .box {
  border-radius: 2px 0 0 2px;
}

.boardOfDirectors .center .right .details section {
  margin-bottom: 64px;
}

.boardOfDirectors .center .right .details section .name {
  font-size: 16px;
  color: #333230;
  font-weight: 600;
  margin-bottom: 14px;
}

.boardOfDirectors .center .right .details section .job {
  font-size: 14px;
  color: #999590;
}

.boardOfDirectors .center .right .details section .line {
  border-bottom: 1px solid #F2F0ED;
  margin: 20px 0 20px 0;
}

.boardOfDirectors .center .right .details section .detail {
  color: #4a4a4a;
  line-height: 28px;
}

.boardOfDirectors .center .right .details section .detail p {
  display: block;
  margin-bottom: 0;
  font-size: 14px;
  text-align: justify;
  color: #666360;
  line-height: 24px;
}

.partyBuildingBynamic .center {
  padding-top: 110px;
  background-color: rgba(63, 59, 56, 0.0155);
}

.partyBuildingBynamic .center .top {
  margin-bottom: 140px;
}

.partyBuildingBynamic .center .centerContainer {
  background-color: white;
}

.partyBuildingBynamic .center .centerContainer .left {
  width: 38%;
  padding-right: 16px;
  overflow: hidden;
}

.partyBuildingBynamic .center .centerContainer .right {
  width: 62%;
  margin-bottom: 68px;
}

.partyBuildingBynamic .center .centerContainer .right ul li {
  background: white;
  -webkit-box-shadow: 0 2px 16px 0 rgba(84, 75, 65, 0.04);
          box-shadow: 0 2px 16px 0 rgba(84, 75, 65, 0.04);
  padding: 20px 40px;
  margin-bottom: 16px;
}

.partyBuildingBynamic .center .centerContainer .right ul li div {
  margin-bottom: 12px;
}

.partyBuildingBynamic .center .centerContainer .right ul li .time {
  font-size: 24px;
  color: #f38a18;
}

.partyBuildingBynamic .center .centerContainer .right ul li .title {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
}

.partyBuildingBynamic .center .centerContainer .right ul li .text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 26px;
}

.partyBuildingBynamic .center .centerContainer .right .loadMore {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #ffbf5f;
}

.partyBuildingBynamic .center .centerContainer .right .loadMore .fa {
  display: inline-block;
  font-size: 50px;
  color: #ffffff;
}

.partyBuildingBynamic .center .left {
  width: 30%;
  float: left;
}

.partyBuildingBynamic .center .left .title {
  padding-left: 40px;
  background: url("/-themes-/theme1/images/bg_title.png") no-repeat 0 15px;
  background: -webkit-image-set(url("/-themes-/theme1/images/bg_title.png") 1x, url("/-themes-/theme1/images/bg_title-2x.png") 2x) no-repeat 0 10px;
}

.partyBuildingBynamic .center .left .title .EN {
  font-size: 18px;
  color: #4a4a4a;
  letter-spacing: 2px;
  margin-bottom: 16px;
  text-transform: capitalize;
}

.partyBuildingBynamic .center .left .title .CN {
  font-size: 24px;
  color: #FA8D19;
  letter-spacing: 4px;
  position: relative;
}

.partyBuildingBynamic .center .left .title .CN::after {
  content: '';
  display: block;
  width: 116px;
  height: 16px;
  background: rgba(250, 141, 25, 0.1);
  position: absolute;
  top: 20px;
  left: 16px;
}

.partyBuildingBynamic .center .left .firstNew img {
  max-width: 100%;
}

.partyBuildingBynamic .center .left .firstNew .newBox {
  position: relative;
  margin-top: 30px;
}

.partyBuildingBynamic .center .left .firstNew .newBox .dateBox {
  width: 82px;
  height: 82px;
  text-align: center;
  position: absolute;
  left: 0;
  /* Safari 5.1 - 6.0 */
  /* Opera 11.1 - 12.0 */
  /* Firefox 3.6 - 15 */
  background: -webkit-gradient(linear, left bottom, right top, from(#f59245), to(#ff6c00));
  background: linear-gradient(to top right, #f59245, #ff6c00);
  /* 标准的语法 */
}

.partyBuildingBynamic .center .left .firstNew .newBox .dateBox .day {
  font-size: 32px;
  color: #fcfcfc;
}

.partyBuildingBynamic .center .left .firstNew .newBox .dateBox .year {
  font-size: 26px;
  color: #fcfcfc;
}

.partyBuildingBynamic .center .left .firstNew .newBox .newContainer {
  padding-left: 120px;
}

.partyBuildingBynamic .center .left .firstNew .newBox .newContainer .title {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  background: none;
  padding-left: 0;
  margin-bottom: 10px;
  text-align: justify;
}

.partyBuildingBynamic .center .left .firstNew .newBox .newContainer .text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  text-align: justify;
}

.partyBuildingBynamic .center .right {
  width: 70%;
  float: right;
}

.partyBuildingBynamic .center .right .total {
  margin-bottom: 140px;
}

.partyBuildingBynamic .center .right .total .box {
  width: 50%;
  float: left;
  padding: 46px 50px;
  text-align: center;
}

.partyBuildingBynamic .center .right .total .box div:first-child {
  color: #8b572a;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: bold;
}

.partyBuildingBynamic .center .right .total .box div:first-child + div {
  color: #4a4a4a;
  font-size: 16px;
}

.partyBuildingBynamic .center .right .total .box1 {
  /* Safari 5.1 - 6.0 */
  /* Opera 11.1 - 12.0 */
  /* Firefox 3.6 - 15 */
  background: -webkit-gradient(linear, left top, left bottom, from(#dde7d8), to(#aed0dd));
  background: linear-gradient(#dde7d8, #aed0dd);
  /* 标准的语法 */
}

.partyBuildingBynamic .center .right .total .box2 {
  background: #f9f7f5;
}

.partyBuildingBynamic .center .right .total .box2 div:first-child {
  color: rgba(139, 87, 42, 0.05);
  margin-bottom: 12px;
}

.partyBuildingBynamic .center .right .details section {
  margin-bottom: 90px;
}

.partyBuildingBynamic .center .right .details section .name {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 600;
}

.partyBuildingBynamic .center .right .details section .job {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
}

.partyBuildingBynamic .center .right .details section .line {
  border-bottom: 1px solid #979797;
  margin: 36px 0 20px 0;
}

.partyBuildingBynamic .center .right .details section .detail {
  color: #4a4a4a;
  line-height: 28px;
}

.partyBuildingBynamic .center .right .details section .detail p {
  display: block;
  margin-bottom: 16px;
}

.brandConcept {
  position: relative;
}

.brandConcept .center {
  padding-top: 60px;
}

.brandConcept .center .left {
  width: 27%;
  min-height: 954px;
  float: left;
  background: url("/-themes-/theme1/images/brand.png") no-repeat center;
  background: -webkit-image-set(url("/-themes-/theme1/images/brand.png") 1x, url("/-themes-/theme1/images/brand-2x.png") 2x) no-repeat center;
  background-position: 0 120px;
}

.brandConcept .center .left .title .EN {
  font-size: 18px;
  color: #4a4a4a;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.brandConcept .center .left .title .CN {
  font-size: 24px;
  color: #FA8D19;
  letter-spacing: 4px;
  position: relative;
}

.brandConcept .center .left .title .CN::after {
  content: '';
  display: block;
  width: 116px;
  height: 16px;
  background: rgba(250, 141, 25, 0.1);
  position: absolute;
  top: 20px;
  left: 16px;
}

.brandConcept .center .right {
  width: 73%;
  float: right;
  padding-left: 46px;
  padding-top: 250px;
  background: url("/-themes-/theme1/images/brand1.png") no-repeat 100% 0%;
  background: -webkit-image-set(url("/-themes-/theme1/images/brand1.png") 1x, url("/-themes-/theme1/images/brand1-2x.png") 2x) no-repeat 100% 0%;
}

.brandConcept .center .right section {
  margin-bottom: 56px;
}

.brandConcept .center .right section .summary {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #8b6d4d;
  line-height: 28px;
}

.brandConcept .center .right section .desc p {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 32px;
}

.brandConcept .center .right section .desc ul li {
  font-weight: 400;
  color: #878787;
  line-height: 28px;
  padding-left: 70px;
  padding-bottom: 4px;
  font-size: 16px;
  text-align: justify;
  background: url("/-themes-/theme1/images/brand2.png") no-repeat left top;
  background: -webkit-image-set(url("/-themes-/theme1/images/brand2.png") 1x, url("/-themes-/theme1/images/brand2-2x.png") 2x) no-repeat left top;
}

.ESGReport .center {
  padding-top: 24px;
  padding-bottom: 50px;
  background: #FAF9F7;
}

.ESGReport .center .top .title {
  /*padding-left: 40px;
    background: url("/-themes-/theme1/images/bg_title.png") no-repeat 0 15px;
    background: -webkit-image-set(url("/-themes-/theme1/images/bg_title.png") 1x, url("/-themes-/theme1/images/bg_title-2x.png") 2x) no-repeat 0 15px;*/
}

.ESGReport .center .top .title .EN {
  font-size: 18px;
  color: #4a4a4a;
  letter-spacing: 2px;
  margin-bottom: 16px;
  display: none;
}

.ESGReport .center .top .title .CN {
  font-size: 24px;
  color: #FA8D19;
  letter-spacing: 4px;
  position: relative;
}

.ESGReport .center .top .title .CN::after {
  content: '';
  display: block;
  width: 116px;
  height: 16px;
  background: rgba(250, 141, 25, 0.1);
  position: absolute;
  top: 20px;
  left: 16px;
}

.ESGReport .center .centerContainer .left {
  width: 30%;
  padding: 0 60px 0 40px;
  margin-top: 46px;
}

.ESGReport .center .centerContainer .left .firstNew a {
  display: block;
}

.ESGReport .center .centerContainer .left .firstNew a .propertyImg {
  overflow: hidden;
}

.ESGReport .center .centerContainer .left .firstNew .newBox {
  padding-top: 14px;
}

.ESGReport .center .centerContainer .left .firstNew .newBox .time {
  font-size: 20px;
  color: #f38a18;
  font-family: dincond-medium-webfont;
}

.ESGReport .center .centerContainer .left .firstNew .newBox .title {
  font-size: 18px;
  color: black;
  font-weight: 500;
}

.ESGReport .center .centerContainer .left .firstNew .newBox .abstract {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  padding-top: 8px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  max-height: 126px;
}

.ESGReport .center .centerContainer .right {
  width: 70%;
  margin: 0 auto;
  padding: 0px 0px 20px 0px;
  position: relative;
}

.ESGReport .center .centerContainer .right ul li {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: white;
  margin-bottom: 16px;
  -webkit-box-shadow: 0 2px 16px 0 rgba(84, 75, 65, 0.04);
          box-shadow: 0 2px 16px 0 rgba(84, 75, 65, 0.04);
  overflow: hidden;
}

.ESGReport .center .centerContainer .right ul li:hover {
  -webkit-box-shadow: 0 2px 16px 0 rgba(84, 75, 65, 0.15);
          box-shadow: 0 2px 16px 0 rgba(84, 75, 65, 0.15);
}

.ESGReport .center .centerContainer .right ul li:hover a:nth-of-type(1) .li_right .title {
  color: RGBA(245, 166, 35, 1);
}

.ESGReport .center .centerContainer .right ul li:hover a:nth-of-type(1) .li_right .abstract {
  /* // color: rgba(0,0,0,0.65);
                    
                   // font-size: 12px;
                   // line-height: 18px;
                   // display: -webkit-box;
                   // -webkit-box-orient: vertical;
                   // -webkit-line-clamp: 2;
                  //  overflow: hidden; */
  height: 38px;
  /* // max-height: 102px; */
}

.ESGReport .center .centerContainer .right ul li a:nth-of-type(1) {
  display: block;
  position: relative;
}

.ESGReport .center .centerContainer .right ul li a:nth-of-type(1) .li_left {
  width: 106px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.ESGReport .center .centerContainer .right ul li a:nth-of-type(1) .li_left img {
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.ESGReport .center .centerContainer .right ul li a:nth-of-type(1) .li_right {
  padding: 30px 30px 30px 130px;
  position: relative;
}

.ESGReport .center .centerContainer .right ul li a:nth-of-type(1) .li_right .time {
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 20px;
  font-family: DINPro;
  position: absolute;
  top: 30px;
  right: 30px;
}

.ESGReport .center .centerContainer .right ul li a:nth-of-type(1) .li_right .title {
  color: #333230;
  font-size: 14px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 16px;
  font-weight: 400;
}

.ESGReport .center .centerContainer .right ul li a:nth-of-type(1) .li_right .title.simple {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ESGReport .center .centerContainer .right ul li a:nth-of-type(1) .li_right .abstract {
  color: #999590;
  font-size: 12px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 38px;
  /* // max-height: 102px; */
}

.ESGReport .center .centerContainer .right ul li .hoverNews {
  display: none;
  width: 30%;
  overflow: hidden;
  padding-right: 96px;
  position: absolute;
  left: 0;
  top: 46px;
}

.ESGReport .center .centerContainer .right ul li .hoverNews .firstNew .propertyImg {
  overflow: hidden;
}

.ESGReport .center .centerContainer .right ul li .hoverNews .firstNew .propertyImg img {
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.ESGReport .center .centerContainer .right ul li .hoverNews .firstNew .newBox {
  padding-top: 14px;
}

.ESGReport .center .centerContainer .right ul li .hoverNews .firstNew .newBox .time {
  font-size: 24px;
  color: #f38a18;
  font-family: dincond-medium-webfont;
}

.ESGReport .center .centerContainer .right ul li .hoverNews .firstNew .newBox .title {
  font-size: 18px;
  color: black;
  font-weight: 500;
}

.ESGReport .center .centerContainer .right ul li .hoverNews .firstNew .newBox .abstract {
  font-size: 14px;
  color: black;
  opacity: 0.4;
  line-height: 24px;
  padding-top: 8px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  max-height: 126px;
}

.ESGReport .center .centerContainer .right ul li .hoverNews.active {
  display: block;
}

.ESGReport .center .centerContainer .right ul li .hoverNews:hover .firstNew .propertyImg img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.ESGReport .center .centerContainer .right ul li .topNews {
  display: block;
}

.ESGReport .center .centerContainer .right .line {
  border-left: 1px solid #e9e9e9;
  position: absolute;
  left: 26%;
  top: 46px;
  height: 5000px;
}

.awardsAndRecognitions .center {
  background: #FAF9F7;
}

.awardsAndRecognitions .center .top {
  /*padding: 60px 0 80px 0;*/
  padding: 79px 0 70px 0;
}

.awardsAndRecognitions .center .top .title .EN {
  font-size: 18px;
  color: #4a4a4a;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.awardsAndRecognitions .center .top .title .CN {
  font-size: 24px;
  color: #FA8D19;
  letter-spacing: 4px;
  position: relative;
}

.awardsAndRecognitions .center .top .title .CN::after {
  content: '';
  display: block;
  width: 116px;
  height: 16px;
  background: rgba(250, 141, 25, 0.1);
  position: absolute;
  top: 20px;
  left: 16px;
}

.awardsAndRecognitions .center .top section {
  margin: 60px 0 0 40px;
}

.awardsAndRecognitions .center .top section div:first-child {
  color: #ff6c00;
  font-size: 34px;
}

.awardsAndRecognitions .center .top section div:first-child + div {
  color: rgba(0, 0, 0, 0.65);
  font-size: 16px;
  font-weight: bold;
}

.awardsAndRecognitions .center .centerContainer {
  position: relative;
  padding: 0 112px;
  margin-bottom: 48px;
  background: #fff;
}

.awardsAndRecognitions .center .centerContainer .preview {
  margin-bottom: 32px;
  padding-right: 30px;
  position: relative;
  top: -65px;
}

.awardsAndRecognitions .center .centerContainer .preview .swiper-container-preview {
  margin-top: -48px;
  width: 100%;
  height: 58px;
}

.awardsAndRecognitions .center .centerContainer .preview .swiper-container-preview .swiper-wrapper .swiper-slide {
  float: left;
  padding-right: 59px;
}

.awardsAndRecognitions .center .centerContainer .preview .swiper-container-preview .swiper-wrapper .swiper-slide .year {
  cursor: pointer;
}

.awardsAndRecognitions .center .centerContainer .preview .swiper-container-preview .swiper-wrapper .swiper-slide .year:hover .number {
  color: #FA8D19;
}

.awardsAndRecognitions .center .centerContainer .preview .swiper-container-preview .swiper-wrapper .swiper-slide .year:hover .circle {
  background: #FA8D19;
}

.awardsAndRecognitions .center .centerContainer .preview .swiper-container-preview .swiper-wrapper .active-nav .year .number {
  color: #FA8D19;
}

.awardsAndRecognitions .center .centerContainer .preview .swiper-container-preview .swiper-wrapper .active-nav .year .circle {
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  background: #fa8d19;
  border: 4px solid #ffe3cd;
  border-radius: 50%;
  /* margin-left: 10px;*/
}

.awardsAndRecognitions .center .centerContainer .preview .line {
  border: 1px solid rgba(139, 109, 77, 0.12);
  width: 95%;
}

.awardsAndRecognitions .center .centerContainer .preview .year .number {
  font-size: 16px;
  font-weight: 500;
  color: #999590;
  line-height: 26px;
  margin-bottom: 10px;
}

.awardsAndRecognitions .center .centerContainer .preview .year .circle {
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  background: rgba(139, 109, 77, 0.65);
  border: 4px solid #EBE6E2;
  border-radius: 50%;
  margin-left: 10px;
}

.awardsAndRecognitions .center .centerContainer .preview .arrow-left {
  background: url("/-themes-/theme1/images/pre-small.png") no-repeat left top;
  position: absolute;
  right: 29px;
  top: -71%;
  width: 20px;
  height: 20px;
  z-index: 10;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
}

.awardsAndRecognitions .center .centerContainer .preview .arrow-right {
  background: url("/-themes-/theme1/images/next-small.png") no-repeat left bottom;
  position: absolute;
  right: 0px;
  top: -71%;
  width: 20px;
  height: 20px;
  z-index: 10;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
}

.awardsAndRecognitions .center .centerContainer .preview .arrow-right:hover {
  background: url("/-themes-/theme1/images/next-small-hover.png") no-repeat left bottom;
}

.awardsAndRecognitions .center .centerContainer .preview .arrow-left:hover {
  background: url("/-themes-/theme1/images/pre-small-hover.png") no-repeat left bottom;
}

.awardsAndRecognitions .center .centerContainer .view .swiper-container {
  width: 100%;
  height: 248px;
}

.awardsAndRecognitions .center .centerContainer .view .arrow-left {
  background: url("/-themes-/theme1/images/pre.png") no-repeat left top;
  width: 58px;
  height: 58px;
  z-index: 10;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
}

.awardsAndRecognitions .center .centerContainer .view .arrow-right {
  background: url("/-themes-/theme1/images/next.png") no-repeat left top;
  width: 58px;
  height: 58px;
  z-index: 10;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.awardsAndRecognitions .center .centerContainer .view .arrow-right:hover {
  background: url("/-themes-/theme1/images/next-hover.png") no-repeat left top;
}

.awardsAndRecognitions .center .centerContainer .view .arrow-left:hover {
  background: url("/-themes-/theme1/images/pre-hover.png") no-repeat left top;
}

.awardsAndRecognitions .center .centerContainer .swiper_award .head {
  vertical-align: middle;
}

.awardsAndRecognitions .center .centerContainer .swiper_award .head .circle {
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  background: #fa8d19;
  border: 4px solid #ffe3cd;
  border-radius: 50%;
}

.awardsAndRecognitions .center .centerContainer .swiper_award .head .arrow {
  display: none;
  width: 4px;
  height: 10px;
  margin: 0 20px 0 8px;
  vertical-align: middle;
  background: url("/-themes-/theme1/images/arrow.png") no-repeat center;
  background: -webkit-image-set(url("/-themes-/theme1/images/arrow.png") 1x, url("/-themes-/theme1/images/arrow-2x.png") 2x) no-repeat center;
}

.awardsAndRecognitions .center .centerContainer .swiper_award .head .year {
  vertical-align: middle;
  font-size: 20px;
  color: #FA8D19;
  line-height: 32px;
  /* //letter-spacing: 4px; */
  padding-left: 20px;
  transform: rotateX(10deg);
  -webkit-transform: rotateX(120deg);
}

.awardsAndRecognitions .center .centerContainer .swiper_award .awards {
  border-left: 1px solid #e9e9e9;
  margin-left: 10px;
  margin-bottom: 34px;
  /* padding-left: 4.5%;*/
  padding-left: 3.5%;
  position: relative;
}

.awardsAndRecognitions .center .centerContainer .swiper_award .awards ul {
  overflow: hidden;
}

.awardsAndRecognitions .center .centerContainer .swiper_award .awards ul li {
  margin: 20px 0;
  margin-right: 76px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 32px;
  text-align: justify;
  position: relative;
  /*padding-left: 26px;*/
}

.awardsAndRecognitions .center .centerContainer .swiper_award .awards ul li span {
  font-size: 14px;
  line-height: 18px;
  color: #666360;
}

.awardsAndRecognitions .center .centerContainer .swiper_award .awards ul li:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  /* background: rgba(0, 0, 0, 0.65);*/
  position: absolute;
  left: 0px;
  top: 11px;
}

.awardsAndRecognitions .center .centerContainer .swiper_award .awards .year {
  font-size: 24px;
  font-family: dincond-medium-webfont;
  font-weight: normal;
  color: #f38a18;
  line-height: 32px;
  letter-spacing: 16px;
  width: 100px;
  position: absolute;
  left: -10%;
  top: 44px;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  /* Internet Explorer */
  -moz-transform: rotate(-90deg);
  /* Firefox */
  -webkit-transform: rotate(-90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(-90deg);
  /* Opera */
  display: none;
}

.awardsAndRecognitions .center .centerContainer .prev_award {
  background: url("/-themes-/theme1/images/pre.png") no-repeat center;
  background: -webkit-image-set(url("/-themes-/theme1/images/pre.png") 1x, url("/-themes-/theme1/images/pre-2x.png") 2x) no-repeat center;
  left: inherit;
  right: 0;
  top: 30%;
  width: 58px;
  height: 58px;
  opacity: 1;
}

.awardsAndRecognitions .center .centerContainer .next_award {
  background: url("/-themes-/theme1/images/next.png") no-repeat center;
  background: -webkit-image-set(url("/-themes-/theme1/images/next.png") 1x, url("/-themes-/theme1/images/next-2x.png") 2x) no-repeat center;
  right: 0;
  top: 20%;
  width: 58px;
  height: 58px;
  opacity: 1;
}

.awardsAndRecognitions .center .centerContainer .more {
  display: none;
  margin: 20px 10px 40px;
  text-align: center;
  background-color: #ffbf5f;
  cursor: pointer;
}

.awardsAndRecognitions .center .centerContainer .more .fa {
  display: inline-block;
  font-size: 26px;
  color: #ffffff;
}

.operationalStrategy .center {
  padding-top: 110px;
  background: rgba(63, 59, 56, 0.015);
}

.operationalStrategy .center .part1 {
  padding-bottom: 20px;
  background: url("/-themes-/theme1/images/operation2.png") no-repeat 90% 50%;
  background: -webkit-image-set(url("/-themes-/theme1/images/operation2.png") 1x, url("/-themes-/theme1/images/operation2-2x.png") 2x) no-repeat 96% 50%;
}

.operationalStrategy .center .part1 .title .EN {
  font-size: 18px;
  color: #4a4a4a;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.operationalStrategy .center .part1 .title .CN {
  font-size: 24px;
  font-weight: 500;
  color: #ff5f10;
  line-height: 32px;
  letter-spacing: 4px;
}

.operationalStrategy .center .part1 section {
  padding-left: 80px;
  margin-top: 60px;
  width: 70%;
}

.operationalStrategy .center .part1 section div:first-child {
  padding-left: 80px;
  margin-left: -80px;
  font-size: 24px;
  font-weight: 600;
  color: #ff5f10;
  line-height: 32px;
  letter-spacing: 4px;
  background: url("/-themes-/theme1/images/operation1.png") no-repeat 0 4px;
  background: -webkit-image-set(url("/-themes-/theme1/images/operation1.png") 1x, url("/-themes-/theme1/images/operation1-2x.png") 2x) no-repeat 0 4px;
}

.operationalStrategy .center .part1 section div:first-child + div {
  padding: 40px 0 40px 0;
  font-size: 20px;
  font-weight: 500;
  color: #8b6d4d;
  line-height: 28px;
}

.operationalStrategy .center .part1 section div + div + div {
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.45);
  line-height: 32px;
}

.operationalStrategy .center .part2 {
  overflow: hidden;
  background: url("/-themes-/theme1/images/operation3.png") no-repeat;
  background-size: cover;
}

.operationalStrategy .center .part2 section {
  padding-left: 80px;
  width: 60%;
  margin-top: 60px;
  margin-bottom: 50px;
  text-align: justify;
}

.operationalStrategy .center .part2 section div:first-child {
  padding-left: 80px;
  margin-left: -80px;
  font-size: 24px;
  font-weight: 600;
  color: #ff5f10;
  line-height: 32px;
  letter-spacing: 4px;
  background: url("/-themes-/theme1/images/operation1.png") no-repeat 0 4px;
  background: -webkit-image-set(url("../images/operation4.png") 1x, url("/-themes-/theme1/images/operation4-2x.png") 2x) no-repeat 0 4px;
}

.operationalStrategy .center .part2 section div:first-child + div {
  padding: 40px 0 40px 0;
  font-size: 20px;
  font-weight: 500;
  color: #8b6d4d;
  line-height: 28px;
}

.operationalStrategy .center .part2 section div + div + div {
  line-height: 32px;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 32px;
}

.operationalStrategy .center .part3 {
  /* Safari 5.1 - 6.0 */
  /* Opera 11.1 - 12.0 */
  /* Firefox 3.6 - 15 */
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f0ee), to(rgba(250, 249, 248, 0.37)));
  background: linear-gradient(#f2f0ee, rgba(250, 249, 248, 0.37));
  /* 标准的语法 */
}

.operationalStrategy .center .part3 > div {
  padding-bottom: 30px;
  padding-top: 60px;
  background: url("/-themes-/theme1/images/operation5.png") no-repeat 90% 100%;
  background: -webkit-image-set(url("/-themes-/theme1/images/operation5.png") 1x, url("/-themes-/theme1/images/operation5-2x.png") 2x) no-repeat 90% 100%;
}

.operationalStrategy .center .part3 section {
  padding-left: 80px;
  padding-right: 80px;
}

.operationalStrategy .center .part3 section > div:first-child {
  padding-left: 80px;
  margin-left: -80px;
  font-size: 24px;
  font-weight: 600;
  color: #ff5f10;
  line-height: 32px;
  letter-spacing: 4px;
  background: url("/-themes-/theme1/images/operation1.png") no-repeat 0 4px;
  background: -webkit-image-set(url("/-themes-/theme1/images/operation1.png") 1x, url("/-themes-/theme1/images/operation1-2x.png") 2x) no-repeat 0 4px;
}

.operationalStrategy .center .part3 section > div:first-child + div {
  padding: 40px 0;
  font-size: 20px;
  font-weight: 500;
  color: #8b6d4d;
  line-height: 28px;
}

.operationalStrategy .center .part3 section > div:first-child + div + div {
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 32px;
}

.operationalStrategy .center .part3 section ul li {
  position: relative;
  padding: 40px 0;
  text-align: justify;
  border-bottom: 1px solid rgba(151, 151, 151, 0.1);
}

.operationalStrategy .center .part3 section ul li:last-child {
  border: none;
}

.operationalStrategy .center .part3 section ul li .li_left {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  width: 150px;
}

.operationalStrategy .center .part3 section ul li .li_left span:first-child {
  display: block;
  font-size: 40px;
  text-transform: uppercase;
  font-family: dincond-medium-webfont;
  letter-spacing: 0px;
  text-align: left;
  font-size: 40px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.036);
  line-height: 36px;
}

.operationalStrategy .center .part3 section ul li .li_left span + span {
  display: block;
  text-align: left;
  position: relative;
  top: 18px;
  left: 0;
  font-size: 20px;
  font-weight: 500;
  color: #8b6d4d;
  line-height: 28px;
}

.operationalStrategy .center .part3 section ul li .li_right {
  padding-left: 250px;
}

.operationalStrategy .center .part3 section ul li .li_right div {
  color: #878787;
  line-height: 32px;
  font-size: 16px;
}

.operationalStrategy .center .part3 section ul li .li_right div:first-child {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 32px;
}

.operationalStrategy .center .part4 {
  margin-top: 36px;
  background: #fcfcfc;
}

.operationalStrategy .center .part4 .part4-top {
  padding-top: 90px;
}

.operationalStrategy .center .part4 .inner_centerArea.part4-top {
  padding-top: 80px;
}

.operationalStrategy .center .part4 > div {
  margin: 0 auto;
}

.operationalStrategy .center .part4 > div + div {
  padding: 0;
}

.operationalStrategy .center .part4 > div + div .inner_centerArea {
  padding: 0;
}

.operationalStrategy .center .part4 > div + div ul li {
  width: 50%;
  float: left;
}

.operationalStrategy .center .part4 > div + div ul li:first-child {
  background: #fafafa;
  padding-left: 40px;
}

.operationalStrategy .center .part4 > div + div ul li:first-child + li {
  background: #f9f7f5;
  padding-right: 0;
}

.operationalStrategy .center .part4 > div + div ul li .box_right {
  padding-right: 40px;
  text-align: justify;
}

.operationalStrategy .center .part4 > div + div .box {
  position: relative;
  padding: 40px 0;
}

.operationalStrategy .center .part4 > div + div .box .box_left {
  padding: 0 40px;
  width: 130px;
  position: absolute;
  top: 50%;
  margin-top: -36px;
}

.operationalStrategy .center .part4 > div + div .box .box_left span {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  color: #8b572a;
  line-height: 28px;
  letter-spacing: 4px;
}

.operationalStrategy .center .part4 > div + div .box .box_right {
  padding-left: 130px;
  color: #878787;
  text-align: justify;
  height: 150px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 32px;
}

.operationalStrategy .center .part4 section {
  padding-left: 80px;
  padding-right: 40px;
}

.operationalStrategy .center .part4 section > div:first-child {
  padding-left: 80px;
  margin-left: -80px;
  font-size: 24px;
  font-weight: 600;
  color: #ff5f10;
  line-height: 32px;
  letter-spacing: 4px;
  background: url("/-themes-/theme1/images/operation1.png") no-repeat 0 4px;
  background: -webkit-image-set(url("/-themes-/theme1/images/operation1.png") 1x, url("/-themes-/theme1/images/operation1-2x.png") 2x) no-repeat 0 4px;
}

.operationalStrategy .center .part4 section > div:first-child + div {
  padding: 40px 0;
  font-size: 20px;
  font-weight: 500;
  color: #8b6d4d;
  line-height: 28px;
}

.operationalStrategy .center .part4 section .box {
  position: relative;
  padding: 40px 0;
}

.operationalStrategy .center .part4 section .box .box_left {
  padding: 0 40px 0 0;
  width: 90px;
  position: absolute;
  top: 50%;
  margin-top: -36px;
}

.operationalStrategy .center .part4 section .box .box_left span {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  color: #8b572a;
  line-height: 28px;
  letter-spacing: 4px;
}

.operationalStrategy .center .part4 section .box .box_right {
  padding-left: 90px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 32px;
}

.operationalStrategy .center .part4 section ul li {
  width: 50%;
  float: left;
}

.operationalStrategy .center .part4 section ul li:first-child {
  background: #fafafa;
}

.operationalStrategy .center .part4 section ul li:first-child + li {
  background: #f9f7f5;
}

.operationalStrategy .center .part4 section ul li .box_right {
  padding-right: 40px;
  text-align: justify;
}

.operationalStrategy .center .part5 {
  margin-top: 36px;
  /* Safari 5.1 - 6.0 */
  /* Opera 11.1 - 12.0 */
  /* Firefox 3.6 - 15 */
  background: -webkit-gradient(linear, left top, left bottom, from(#faefe6), to(#fdf8f5));
  background: linear-gradient(#faefe6, #fdf8f5);
  /* 标准的语法 */
}

.operationalStrategy .center .part5 > div {
  padding-bottom: 30px;
  padding-top: 60px;
  background: url("/-themes-/theme1/images/operation7.png") no-repeat 100% 100%;
  background: -webkit-image-set(url("/-themes-/theme1/images/operation7.png") 1x, url("/-themes-/theme1/images/operation7-2x.png") 2x) no-repeat 100% 100%;
}

.operationalStrategy .center .part5 > div > div {
  background: url("/-themes-/theme1/images/operation6.png") no-repeat 100% 20%;
  background: -webkit-image-set(url("/-themes-/theme1/images/operation6.png") 1x, url("/-themes-/theme1/images/operation6-2x.png") 2x) no-repeat 100% 20%;
}

.operationalStrategy .center .part5 section {
  padding-left: 80px;
  width: 70%;
  text-align: justify;
}

.operationalStrategy .center .part5 section div:first-child {
  padding-left: 80px;
  margin-left: -80px;
  font-size: 24px;
  font-weight: 600;
  color: #ff5f10;
  line-height: 32px;
  letter-spacing: 4px;
  background: url("/-themes-/theme1/images/operation1.png") no-repeat 0 4px;
  background: -webkit-image-set(url("/-themes-/theme1/images/operation1.png") 1x, url("/-themes-/theme1/images/operation1-2x.png") 2x) no-repeat 0 4px;
}

.operationalStrategy .center .part5 section div:first-child + div {
  padding: 40px 0;
  font-size: 20px;
  font-weight: 500;
  color: #8b6d4d;
  line-height: 28px;
}

.operationalStrategy .center .part5 section div + div + div {
  line-height: 32px;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.45);
  line-height: 32px;
}

.operationalStrategy .center .part6 {
  padding-top: 70px;
  background: #fafafa;
}

.operationalStrategy .center .part6 .inner_centerArea {
  padding-bottom: 160px;
  background: url("/-themes-/theme1/images/operation8.png") no-repeat 100% 100%;
  background: -webkit-image-set(url("/-themes-/theme1/images/operation8.png") 1x, url("/-themes-/theme1/images/operation8-2x.png") 2x) no-repeat 100% 100%;
}

.operationalStrategy .center .part6 section {
  padding-left: 80px;
  padding-right: 80px;
}

.operationalStrategy .center .part6 section div:first-child {
  padding-left: 80px;
  margin-left: -80px;
  font-size: 24px;
  font-weight: 600;
  color: #ff5f10;
  line-height: 32px;
  letter-spacing: 4px;
  background: url("/-themes-/theme1/images/operation1.png") no-repeat 0 4px;
  background: -webkit-image-set(url("/-themes-/theme1/images/operation1.png") 1x, url("/-themes-/theme1/images/operation1-2x.png") 2x) no-repeat 0 4px;
}

.operationalStrategy .center .part6 section div:first-child + div {
  padding: 40px 0;
  font-size: 20px;
  font-weight: 500;
  color: #8b6d4d;
  line-height: 28px;
}

.operationalStrategy .center .part6 section div + div + div {
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.45);
  line-height: 32px;
}

.corporateStructure .center {
  margin-top: 24px;
  padding-bottom: 24px;
}

.corporateStructure .center .top {
  position: relative;
}

.corporateStructure .center .top .title {
  width: 260px;
  position: absolute;
}

.corporateStructure .center .top .title .EN {
  font-size: 18px;
  color: #4a4a4a;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.corporateStructure .center .top .title .CN {
  font-size: 24px;
  color: #FA8D19;
  letter-spacing: 4px;
  position: relative;
}

.corporateStructure .center .top .title .CN::after {
  content: '';
  display: block;
  width: 116px;
  height: 16px;
  background: rgba(250, 141, 25, 0.1);
  position: absolute;
  top: 20px;
  left: 16px;
}

.corporateStructure .center .top .title + div {
  color: #4a4a4a;
  line-height: 100px;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  padding-left: 280px;
  padding-bottom: 50px;
}

.corporateStructure .center .centerContainer .left {
  color: black;
  font-size: 28px;
  font-weight: lighter;
  background: #f9f7f5;
}

.corporateStructure .img {
  text-align: center;
}

.jingyingzhanlue .center .part1 {
  padding: 60px 0 0px;
  background: url("/-themes-/theme1/images/jingyingzhanlue.png") no-repeat right;
  background-size: cover;
}

.jingyingzhanlue .center .part1 .inner_centerArea {
  background: url("/-themes-/theme1/images/jyzl-font.png") no-repeat right 88px;
}

.jingyingzhanlue .center .part1 .title .EN {
  font-size: 18px;
  color: #4a4a4a;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.jingyingzhanlue .center .part1 .title .CN {
  font-size: 24px;
  color: #FA8D19;
  letter-spacing: 4px;
  position: relative;
}

.jingyingzhanlue .center .part1 .title .CN::after {
  content: '';
  display: block;
  width: 116px;
  height: 16px;
  background: rgba(250, 141, 25, 0.1);
  position: absolute;
  top: 20px;
  left: 16px;
}

.jingyingzhanlue .center .part1 .text {
  padding: 40px 0 40px 0;
  width: 50%;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 32px;
}

.jingyingzhanlue .center .part1 .box .box_left {
  width: 50%;
  float: left;
  padding-left: 40px;
  text-align: justify;
}

.jingyingzhanlue .center .part1 .box .box_left > div {
  max-width: 530px;
  float: right;
}

.jingyingzhanlue .center .part1 .box .box_left > div > div:first-child {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 500;
  color: #8b6d4d;
  line-height: 28px;
}

.jingyingzhanlue .center .part1 .box .box_left > div > div:first-child + div {
  font-weight: 400;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 32px;
  text-align: justify;
}

.jingyingzhanlue .center .part1 .box .box_right {
  width: 50%;
  float: left;
  padding-left: 40px;
}

.jingyingzhanlue .center .part1 .box .box_right > div {
  max-width: 530px;
}

.jingyingzhanlue .center .part1 .box .box_right > div > div:first-child {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 500;
  color: #8b6d4d;
  line-height: 28px;
}

.jingyingzhanlue .center .part1 .box .box_right > div > div:first-child + div {
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 32px;
  text-align: justify;
}

.jingyingzhanlue .center .part2 {
  /* Safari 5.1 - 6.0 */
  /* Opera 11.1 - 12.0 */
  /* Firefox 3.6 - 15 */
  background: -webkit-gradient(linear, right top, left top, from(#f3e9ce), to(#faefe6));
  background: linear-gradient(to left, #f3e9ce, #faefe6);
  /* 标准的语法 */
}

.jingyingzhanlue .center .part2 .inner_centerArea {
  padding: 50px 16px;
  background: url("/-themes-/theme1/images/jingyingzhanlue2.png") no-repeat right bottom;
}

.jingyingzhanlue .center .part2 .con {
  width: 50%;
  text-align: justify;
}

.jingyingzhanlue .center .part2 .con .con_top {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 500;
  color: #8b6d4d;
  line-height: 28px;
}

.jingyingzhanlue .center .part2 .con .con_text {
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 32px;
}

.jingyingzhanlue .center .part3 {
  padding: 50px 0;
  /* Safari 5.1 - 6.0 */
  /* Opera 11.1 - 12.0 */
  /* Firefox 3.6 - 15 */
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f0ee), to(rgba(250, 249, 248, 0.37)));
  background: linear-gradient(#f2f0ee, rgba(250, 249, 248, 0.37));
  /* 标准的语法 */
}

.jingyingzhanlue .center .part3 .con {
  text-align: justify;
}

.jingyingzhanlue .center .part3 .con .con_top {
  margin-bottom: 18px;
  font-size: 20px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: #8b6d4d;
  line-height: 28px;
}

.jingyingzhanlue .center .part3 .con .con_text {
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 32px;
}

.jingyingzhanlue .center .part3 .mode {
  background: url("/-themes-/theme1/images/jyzl.png") no-repeat center;
  background: -webkit-image-set(url("/-themes-/theme1/images/jyzl.png") 1x, url("/-themes-/theme1/images/jyzl-2x.png") 2x) no-repeat center;
  background-size: 100%;
  padding-bottom: 50%;
}

.jingyingzhanlue .center .part3 .mode .mode_top {
  color: #f5f9f8;
  font-size: 20px;
  background: #be9971;
  padding-left: 40px;
  line-height: 34px;
  position: relative;
}

.jingyingzhanlue .center .part3 .mode .mode_top:after {
  content: '';
  height: 15px;
  background: rgba(245, 166, 35, 0.33);
  width: 80%;
  position: absolute;
  top: -14px;
  right: 0;
}

.jingyingzhanlue .center .part3 .mode .mode_con {
  height: 500px;
  margin-top: 50px;
  position: relative;
}

.jingyingzhanlue .center .part3 .mode .mode_con .box {
  width: 30%;
  position: absolute;
}

.jingyingzhanlue .center .part3 .mode .mode_con .box .head {
  color: #f2f0ee;
  font-size: 18px;
  line-height: 50px;
  letter-spacing: 6px;
  text-align: center;
  background: #dcc69c;
}

.jingyingzhanlue .center .part3 .mode .mode_con .box .body {
  padding: 14px 34px 14px 50px;
  background: #ebebeb;
}

.jingyingzhanlue .center .part3 .mode .mode_con .box .body div {
  font-size: 18px;
  color: #878787;
  line-height: 32px;
  padding: 0px 0 10px 0;
  text-align: center;
}

.jingyingzhanlue .center .part3 .mode .mode_con .box .body ul {
  list-style: disc;
}

.jingyingzhanlue .center .part3 .mode .mode_con .box .body ul li {
  color: #878787;
  font-size: 16px;
  line-height: 28px;
}

.jingyingzhanlue .center .part3 .mode .mode_con .box.top {
  top: 0;
  left: 50%;
  margin-left: -15%;
}

.jingyingzhanlue .center .part3 .mode .mode_con .box.top:before {
  display: block;
  content: '';
  height: 60px;
  width: 110px;
  position: absolute;
  left: -120px;
  top: 50%;
  margin-top: -44px;
  background: url("/-themes-/theme1/images/4.png") no-repeat center;
}

.jingyingzhanlue .center .part3 .mode .mode_con .box.top:after {
  display: block;
  content: '';
  height: 60px;
  width: 110px;
  position: absolute;
  right: -120px;
  top: 50%;
  margin-top: -44px;
  background: url("/-themes-/theme1/images/3.png") no-repeat center;
}

.jingyingzhanlue .center .part3 .mode .mode_con .box.bottom {
  bottom: 0px;
  left: 50%;
  margin-left: -15%;
}

.jingyingzhanlue .center .part3 .mode .mode_con .box.bottom:before {
  display: block;
  content: '';
  height: 60px;
  width: 110px;
  position: absolute;
  left: -120px;
  top: 50%;
  margin-top: -44px;
  background: url("/-themes-/theme1/images/2.png") no-repeat center;
}

.jingyingzhanlue .center .part3 .mode .mode_con .box.bottom:after {
  display: block;
  content: '';
  height: 60px;
  width: 110px;
  position: absolute;
  right: -120px;
  top: 50%;
  margin-top: -44px;
  background: url("/-themes-/theme1/images/1.png") no-repeat center;
}

.jingyingzhanlue .center .part3 .mode .mode_con .box.left {
  left: 0;
  top: 50%;
  margin-top: -120px;
}

.jingyingzhanlue .center .part3 .mode .mode_con .box.right {
  right: 0;
  top: 50%;
  margin-top: -120px;
}

.jingyingzhanlue .center .part3 .mode .mode_con .box.center {
  position: absolute;
  top: 44%;
  left: 50%;
  margin-left: -180px;
}

.jingyingzhanlue .center .part3 .mode .mode_con .box.center span {
  display: inline-block;
  width: 44%;
  height: 50px;
}

.jingyingzhanlue .center .part1 .box .box_left {
  /* Safari 5.1 - 6.0 */
  /* Opera 11.1 - 12.0 */
  /* Firefox 3.6 - 15 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(221, 231, 216, 0.2)), to(rgba(174, 208, 221, 0.2)));
  background: linear-gradient(rgba(221, 231, 216, 0.2), rgba(174, 208, 221, 0.2));
  /* 标准的语法 */
  padding: 50px 50px 50px 16px;
}

.jingyingzhanlue .center .part1 .box .box_right {
  padding: 50px 16px 50px 50px;
}

/*@media screen and (max-width: 992px) {
  .ESGReport .center .centerContainer .right ul li a:nth-of-type(1) .li_right .title {
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 52px;
    text-overflow: inherit;
    white-space: normal;
    overflow: hidden; }

  .ESGReport .center .centerContainer .right ul li a:nth-of-type(1) .li_right .time {
    position: absolute;
    top: 76px;
    left: 150px; } }*/
@media screen and (max-width: 767px) {
  .ESGReport .center .centerContainer .right ul li a:nth-of-type(1) .li_right .title {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .ESGReport .center .centerContainer .right ul li a:nth-of-type(1) .li_right .time {
    font-size: 12px;
    position: absolute;
    left: 130px;
    top: 44px;
  }
  .boardOfDirectors .center .top .right .total {
    font-size: 12px;
  }
  .boardOfDirectors .center .top .right .total a {
    font-size: 12px;
  }
  .awardsAndRecognitions .center .centerContainer .swiper_award .awards ul li {
    padding-left: 26px;
  }
  .awardsAndRecognitions .center .centerContainer .swiper_award .awards ul li:before {
    background: rgba(0, 0, 0, 0.65);
  }
}

@media screen and (min-width: 1000px) {
  .boardOfDirectors .center .top .right .total .mid {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .awardsAndRecognitions .center .centerContainer .view .swiper-icon {
    position: inherit;
    right: inherit;
    top: inherit;
    -webkit-transform: inherit;
            transform: inherit;
  }
}
/*# sourceMappingURL=about.css.map */<!--耗时1762590760.1044秒-->