.font-s {
  font-family: LatoRegular;
}
.banner-tit, .banner-tit-fr{
  font-size:34px;
}
.banner-tit :first-child, .banner-tit-fr :first-child{
  font-size:40px;
}
.about-right p{
  font-size:17px;
}
.about-right a,
.business-firm p,
.business-firm-cn p,
h5.portfolio-title
{
  font-size: 16px;
}
.business-firm-cn{
  text-align: center;
}
.business-firm{
  text-align: left;
}
.no-hover-desc p{
  font-size: 17px;
}
.c-item-tit{
  font-size: 20px;
}
.c-item-intro {
  font-size: 17px;
}

.portfolio-morebtn a{
  font-size: 14px;
}
/*====*/
.banner-view{
  /* height:550px;*/
  position: relative; 
  background: url(../images/banner-index-1.png) no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.banner-view img{
  /* position:absolute; */
  width: 100%;
  opacity: 0;
  /* max-height:700px;
  z-index: 0; */
  pointer-events: none;
}
.banner-tit{
  word-break: break-all;
}
.arrow-box{
  position: absolute;
  bottom:25px;
  left: 0;
  width: 100%;
  text-align: center;
}
.arrow-box a{
  display: block;
  background: url(../images/bottom.png) no-repeat center center;
  background-size: 100% 18px;
  margin: auto;
  height: 19px;
  width: 47px;
  cursor: pointer;
}
.banner-content{
  position: relative;
  height: 100%;
}
.banner-world{
  position: absolute;
  color: #fff;
  top:22%;
  /*left:14%;*/
}

.banner-world i{
  display: block;
  height:4px;
  width: 30%;
  background:#c46e8d;
  margin:25px 0;
}

/* 公司简介 */
.about-box{
  padding-top: 80px;
}
.about-box h2{
  margin-bottom: 0;
  position: relative;
}
.a-box-bg{
  overflow: hidden;
  padding-top:50px;
  position: relative;
}
.a-box{
  overflow: hidden;
  position: relative;
}
.a-box-bg::before {
  background-image: linear-gradient(to bottom,#F9F9FA,#fff);
  content: "";
  position: absolute;
  top: 0;
  right:80px;
  margin: 0 auto;
  width:65%;
  height: 100%;
  max-height: 700px;
  max-width: 1400px;
  z-index: -1;
}
.about-left{
  max-height:400px;
  overflow: hidden;
}
.about-left.wap{
  display: none;
}
.about-left,.about-right{
  float: left;
  width:50%;
}
.about-right{
  text-align: justify;
  display: flex;
  align-items: center;
}
.hoverImg img{
  width: 90%;
}
.about-right p{
  padding:0 20px;
  line-height: 37px;
}
.about-right a{
  padding: 15px 31px;
  color:#093b5e;
  background-color: #fff;
  border:1px solid #093b5e;
  /* display: inline-block; */
  border-radius:25px;
  margin-top:20px;
  margin-left:20px;
  float:right;
}
.about-box a:hover{
  background-color: #093b5e;
  border-color: #093b5e;
  color:#fff;
  -webkit-transform: scale(1.025,1.1);
  transform: scale(1.025,1.1);
}

.lang {
  font-size: 40px;
}
/* .f-w900 {
  font-weight: 600;
} */
.zh {
  color: #093b5e;
  font-weight: 700;
}
.line-text {
  padding-bottom: 14px;
  /* border-bottom: 4px solid #c46e8d; */
  position: relative;
}
.line-text:after{
  width: 50%;
  display: block;
  background: #c46e8d;
  overflow: hidden;
  content: "";
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.zh .zh-en {
  font-weight: 700;
  line-height: 36px;
  margin-top: 32px;
  color: #555;
}

.gray {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.hoverImg{
  width: 90%;
}

/* 业务范围 */
.business-box{
  margin-top:80px;
  position: relative;
}
.business-box:after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  clear: both;
}
.column {
  vertical-align: top;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}
.business-box .column {
  background: #F4F6F7;
  height: 661px;
  float: left;
}
.business-box .column:last-of-type {
  width: 30%;
  height: 661px;
  background: #fff;
}
.business-box p{
  color: #666;
  font-size:14px;
  line-height: 250%;
  margin-bottom: 1em;
  text-align: justify;
}
.business-box .column:first-of-type {
  width: 69.6%;
}
.business-img {
  /*background: url(../images/img-6.jpg) no-repeat;*/
  background-size: cover;
  min-height: 450px;
}
.business-img img{
  width: 100%;
  height: auto;
  opacity: 0;
}
.business-box .column:first-of-type ul {
  overflow: hidden;
  height: 211px;
  display: flex;
  justify-content: space-between;
}
.business-box .column:last-of-type ul {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0 0 0 70px;
}
.business-box .column:first-of-type li {
  height: 100%;
  color: #ECEFEF;
  position: relative;
  flex: 1;
  text-align: center;
}
.business-box .column:first-of-type li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0,100%,0);
  transition: transform 0.25s;
  background-color: #c46e8d;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.business-box .column:first-of-type li span {
  font-weight: 400;
  display: block;
  height: 100%;
  /* vertical-align: middle; */
  text-align: center;
  color: #656c6e;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  z-index: 3;
  transition: color 0.3s;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business-box .column:last-of-type li {
  border-bottom: 1px solid #DCDFE0;
}
.business-box label, .business-box p {
  color: #7A7A7A;
  text-transform: uppercase;
  font-size:16px;
  line-height: 150%;
  margin-bottom: 8px;
}
.business-box h4 {
  color: #093b5e;
  font-weight: 100;
  font-size: 3.75em;
  line-height: 150%;
  text-align: center;
  font-size: 41px;
}
.business-box h4 small {
  font-size: 0.33em;
  top: -3px;
  position: relative;
}
.business-box li:last-of-type h4 {
  border-bottom: none;
}

.business-box .column:first-of-type li:hover span {
  color:#fff
}
.business-box .column:first-of-type li:hover:before {
  transform:translate3d(0, 0, 0);
}
/* 企业文化*/
.culture-box{
  padding-top:80px;
}
.culture-list-content{
  overflow: hidden;
}
.culture-list-content li{
  float: left;
  margin-right: 5px;
  width: calc((100% - 15px) /4);
}
.culture-list-content li:last-child{
  margin-right: 0;
}
.cul-img-hover{
  position: relative;
}
.no-hover-img{
  height: 152px;
  overflow: hidden;
}
.no-hover-img img{
  width:100%;
  height: 100%;
}
.no-hover-desc{
  padding:20px 0;
}
.no-hover-desc p{
  text-align: center;
  color:#000;
}

.no-hover-desc span{
  cursor: pointer;
  background-image:linear-gradient(to top, transparent 2px, #c46e8d 2px, #c46e8d 5px, transparent 5px);
  background-repeat:no-repeat;
  background-size:0 100%;
  -webkit-transition:background-size .3s;
  transition:background-size .3s;
  background-position:left;
  padding-bottom:10px;
}
.cul-img-hover:hover span{
  background-size:100% 100%;
}


/*-----*/
.culture-item-box{
  overflow: hidden;
}
.culture-item-box li{
  width: 50%;
  padding:10px;
  float: left;
  /* -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; */
  position: relative;
  height:250px;
  overflow: hidden;
}
.culture-item-box li a{
  color:#fff;
}
.image-container {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: relative;
}
.image-container:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(20,29,42,.5);
  z-index: 1;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.c-item-container{
  /* position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: unset;
  z-index: 10; */
  height:100%;
  text-align: center;

}
.h-mask{
  height:100%;
  width: 100%;
  padding: 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.blackG{
  background-color: rgb(0 0 0 / 40%);
}
.c-item-tit{
  font-weight: 600;
  margin-bottom: 5px;
  color:#093b5e;
  letter-spacing: 1px;
}
.c-item-intro {
  color: #093b5e;
  line-height: 1.3;
  opacity: 0;
  height: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-align: left;
}
.c-item-intro.show{
  height:120px;
  margin-top: 20px;
  margin-bottom:10px;
  padding-bottom: 0;
  opacity:1;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-align: left;
  text-align: justify;
}

.readmore {
  text-decoration: underline;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}


.culture-img,.culture-tit{
  float: left;
}
.culture-img{
  width:50%;
}
.culture-img img{
  width: 100%;
}
.culture-tit{
  width:50%;
  padding: 22px 0 0 40px;
}

.culture-list-box{
  clear: both;
  padding-top: 60px;
  overflow: hidden;
}
.culture-col{
  width:50%;
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
  position: relative;
  height: 600px;
}
.culture{
  width: 100%;
  height: 295px;
  text-align: center;
  display: table;
  vertical-align: middle;
  margin-top:10px;
}
.culture .v-am .lang{
  font-size:25px;
}
.cu-no-hover {
  background-color: #f2f2f2;
}
.culture .v-am {
  vertical-align: middle;
  display: table-cell;
  font-weight: 700;
}
.en, .zh .zh-en {
  font-weight: 700;
  line-height: 36px;
}
.zh .zh-en {
  margin-top: 32px;
  color: #093b5e;
}
.bottom-line-en {
  margin-top: 10px!important;
}
.bottom-line {
  margin: 10px auto 0;
  height: 4px;
  background-color: #c46e8d;
  width: 40px;
}
.culture.active {
  background-color: #fff;
  border: 2px solid #c46e8d;
  position: absolute;
  height: 600px;
  bottom: 0;
  left: 0;
  right: 0;
}
.culture .cu-no-hover {
    background-color: #f2f2f2;
}
.culture-box .culture .text {
  padding: 10px 10px 0;
  font-size: 1rem;
  text-align: justify;
  color: rgb(9 59 94 / 80%);
}
.d-n {
  display: none;
}
/* 被投项目展示 */
.business-banner-box{
  padding-top: 80px;
  overflow: hidden;
}
.business-Swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.business-Swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height:480px;

  /* Center slide text vertically */
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; */
}
.business-Swiper .swiper-button-prev,.business-Swiper .swiper-container-rtl .swiper-button-next {
  /* background-image: url(../images/pre_icon.svg); */
  background:url(../images/banner-icon.png) no-repeat right center;
  background-size:30px auto;
  /* background-size:30px 60px; */
  -moz-transform:scaleX(-1);
  -webkit-transform:scaleX(-1);
  -o-transform:scaleX(-1);
  transform:scaleX(-1);
  /*IE*/
  filter:FlipH;
}
.business-Swiper .swiper-button-next,.business-Swiper .swiper-container-rtl .swiper-button-prev {
  /* background-image: url(../images/next_icon.svg);
  background-size:30px 60px; */
  background:url(../images/banner-icon.png) no-repeat right center;
  background-size:30px auto;
}
.business-banner-box .swiper-slide img {
  display: block;
  width: 100%;
height: 100%;
   /*  object-fit: cover; */
}

.business-firm p{
  line-height:1.4;
  padding:0 20%;
  text-align: justify;
  color: #666;
  padding:10px;
}
.business-firm-cn p {
  line-height:1.4;
  padding:0 20%;
  text-align: center;
  color: #666;
  padding:10px;
  background: #f7f8f9;
}
/* 被投企业 */
.business-swp-box{
  margin-top: 80px;
  position: relative;
}
.business-swiper-box{
  padding-bottom:80px;
}
.business-swiper-box .swiper-container {
  width: 100%;
  height: 100%;
}
.business-swiper-box .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.portfolio-logo {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  transition: all 0.5s;
  /* background:#ECEFEF; */
}
.portfolio-logo img {
  max-width: 100%;
  height: auto;
  /* float: left; */
}
h5.portfolio-title {
  display: block;
  text-align: center;
  width: 100%;
  font-weight: 600;
  color: #000;
  /* line-height: 30px; */
  text-transform: none;
  /*letter-spacing: normal;*/
  letter-spacing: 1px;
}
.business-swiper-box .swiper-slide:hover .portfolio-logo {
  -webkit-filter:none;
  -moz-filter:none;
  -ms-filter:none;
  -o-filter:none;
  filter:none;
}
.portfolio-morebtn:after{
  content: '';
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  clear: both;
}
.portfolio-morebtn a{
  float: right;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  padding: 14px 20px;
  background: #c46e8d;
}

.portfolio-morebtn{
  margin-top:30px;
}
/* ====== */
.jz-mask{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  background:rgb(0 0 0 / 40%);
}
.jz-tit{
  height:55px;
  width:100%;
}
.jz-content{
  width:400px;
  max-height:400px;  
  position:absolute;
  background: #fff;
  border-radius:15px;
  left:50%;
  top:50%;
  margin-left:-200px;
  margin-top:-200px;
  min-height:150px;
  /* transform: translate(-50%,-50%); */
}
.jz-txt{
  padding:5px 20px 25px 20px;
  font-size: 15px;
  line-height: 35px;
  color: #545050;
  word-break: break-word;
  text-align: justify;
}
.jz-close{
  right:20px;
  top:20px;
}

@media screen and (max-width:1050px){
}

@media screen and (max-width: 960px){
  .banner-tit-fr {
    font-size: 24px;
  }
  .banner-tit{
    font-size: 24px;
  }
  .banner-tit :first-child, .banner-tit-fr :first-child{
    font-size:30px;
  }
  .banner-world{
    top:22%;
  }
  .lang,.common-h2 h2{
    font-size: 24px;
  }
  .common-h2 h2{
    margin-bottom:15px;
  }
  .common-h2 h2:after{
    height: 4px;
    width: 95px;
  }
  .about-right p {
    line-height: 30px;
    padding:0;
    font-size: 16px;
  }
  /*.business-firm p{
    padding:20px 40px;
  }*/

  /* .hover-con-desc {
    font-size: 14px;
    -webkit-line-clamp:3;
  } */
  .a-box-bg::before{
    background: none;
    position: inherit;
  }
  .about-right{
    float:none;
    width: 100%;
  }
  .a-box-bg{
    padding-top:0;
  }
  .about-left{
    display:none;
  }
  .about-left.wap{
    display: block;
    width: 100%;
  }
  .about-left.wap .hoverImg{
    width: 98%;
    margin:10px auto
  }
  .culture-box{
    padding-top: 40px;
  }
  .portfolio-morebtn a{
    padding: 10px 15px;
    font-size: 12px;
  }
  .culture-list-content li{
    width: calc((100% - 5px)/2);
    margin-bottom: 20px;
  }
  .no-hover-img{
    height:198px;
  }
  .culture-list-content li:nth-of-type(even){
    margin-right: 0;
  }
  .culture-list-content li:nth-of-type(odd){
    margin-right: 5px;
  }
  .business-firm p,
  .business-firm-cn p{
    font-size: 14px;
  }
  .jz-content{
    width:300px;
    margin-left:-150px;
  }
  .jz-txt{
    line-height: 30px;
  }

  .c-item-tit span{
    background-image:linear-gradient(to top, transparent 1px, #c46e8d 1px, #c46e8d 3px, transparent 3px);
    background-repeat:no-repeat;
    background-size:0% 100%;
    -webkit-transition:background-size .3s;
    transition:background-size .3s;
    background-position:left;
    padding-bottom:4px;
  }
}
@media screen and (max-width:850px){
  .common-content {
    padding-left: 40px;
    padding-right: 40px;
  }
  .about-right p{
    font-size: 18px;
  }
  /*.business-firm p {
    padding: 15px 30px;
  }*/

}
@media screen and (max-width:767px) {
  .banner-tit-fr {
    font-size: 26px;
  }

  .banner-tit{
    font-size: 26px;
  }
  .banner-tit :first-child, .banner-tit-fr :first-child{
    font-size:30px;
  }
  .common-content{
    padding-left:15px;
    padding-right: 15px;
  }
  .banner-world{
    top:22%;
    left:15px;
  }
  .business-banner-box{
    padding-top:40px;
  }
  .about-box{
    padding-top:40px;
  }
  .business-box{
    margin-top:40px;
  }
  .business-box .column{
    width: 100% !important;
  }
  .business-box .column ul{
    height: 100px;
    display: flex;
  }
  .business-box .column:last-of-type {
    height: auto;
    padding: 20px 0;
    float: none;
  }
  .business-box .column:first-of-type{
    height: auto;
  }
  .business-box .column:first-of-type ul{
    height:100px;
  }
  .business-box .column:last-of-type ul{
    height: 100px;
    padding:0;
    flex-direction: row;
  }
  .business-box .column li{

    flex: 33.33%;
  }
  .column label, .column p {
    padding: 0;
    text-align: center;
  }
  .business-box h4{
    height: 27px;
  }
  .business-img{
    min-height: auto;
  }
  .business-swp-box{
    margin-top:30px;
  }
  .culture-col{
    height:410px;
  }
  .culture-box .culture .text{
    font-size: 14px;
  }
  h5.portfolio-title {
    font-size: 14px;
  }
  .no-hover-desc p{
    font-size: 15px;
  }
  .h-mask{
    padding:0 15px;
  }
  .c-item-intro{
    font-size: 12px;
  }
  .c-item-intro.show{
    height:60px;
    font-size: 12px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .culture-item-box li{
    height:200px;
  }
  .c-item-tit{
    font-size:18px;
  }
  .readmore{
    font-size: 14px;
  }
  .about-right p{
    font-size: 14px;
  }
  /*
  .banner-view{
    height:400px;
  }
   */
  .about-right a{
    font-size: 14px;
    padding: 10px 31px;
    margin-left: 0;
    margin-bottom:10px;
    margin-top:10px;
  }
  .common-h2 h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 560px){
  .banner-tit-fr {
    font-size: 22px;
  }

  .banner-tit{
    font-size: 21px;
  }
  .banner-tit :first-child, .banner-tit-fr :first-child{
    font-size:28px;
  }
  .culture-list-content li {
    width: calc((100% - 5px)/2);
    margin-bottom:5px;
  }
  .culture-list-content li:nth-of-type(odd){
    margin-right: 5px;
  }
  .no-hover-img{
    height:140px;
  }

}

@media screen and (max-width: 480px){
  .common-h2 h2{
    font-size:17px;
  }

  .lang{
    font-size:16px;
  }
  .culture .v-am .lang {
    font-size:16px;
  }
  .culture{
    height:200px;
  }
  .culture.active{
    top:0;
    height: 410px;
  }
  .business-firm-cn p{
    text-align: justify;
  }


/* 简介 */


/* 文化 */
  .culture-img, .culture-tit{
    float: none;
  }
  .culture-img{
    width: 100%;
  }
  .culture-tit{
    width: 100%;
    padding:15px 0 0 0;
  }
  .culture-list-box{
    padding-top:15px;
  }


  .business-box .column ul{
    display: block !important;
  }
  .business-box .column:first-of-type ul,
  .business-box .column:last-of-type ul,
  .business-box h4{
    height: auto;
  }
  .business-box .column:first-of-type li{
    height: 100px;
  }
  .business-box .column:first-of-type li:before{
    display: none;
  }
  .business-box .column:last-of-type li{
    padding:15px 0;
  }
  .business-box .column:first-of-type li:hover span {
    color:#666
  }
  .business-box label, .business-box p{
    font-size: 14px;
  }
  .business-box h4{
    font-size:18px;
  }
  .business-firm p{
    padding:15px;
    /*font-size:12px;*/
    line-height:1.4;
  }
  .culture-box .culture .text{
    font-size: 12px;
  }
  .h-mask{
    padding:0 15px;
  }
  .culture-item-box li{
    height:200px;
  }
  .c-item-tit{
    font-size:15px;
  }
  .readmore{
    font-size: 12px;
  }
}







