

/* 轮播图 */
.glide {
  position: relative;
  margin-top: -80px;
  z-index: 50;
}

.glide__slide img,
.glide__slide video {
  width: 100vw;
  
  /* 自动等比例缩放 */
  object-fit: cover;
}

.slide-caption {
  position: absolute;
  z-index: 70;
  color: var(--text-color-lightest);
  text-align: center;
  max-width: 60vw;
}

.glide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-caption h1 {
  font-size: 54px;
  font-weight: 600;
}

.slide-caption h3 {
  font-size: 24px;
  margin: 48px 0px;
}

.slide-caption.left {
  max-width: 80vw;
  text-align: left;
}

.slide-caption>* {
  opacity: 0;
}

.backdrop {
  /* background: var(--backdrop-color); */

  background: rgb(14 14 14 / 38%);

  z-index: 60;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
}

.explore-btn {
  padding: 14px 32px;
  background-color: var(--primary-color);
  border: 0;
  border-radius: 4px;
  color: var(--text-color-lightest);
  font-size: 18px;
  cursor: pointer;
  outline: none;
}

/* 内容区域 */


.title1 {
  font-size: 24px;
  color: var(--text-color-darker);
  margin: 60px 0 40px;
  text-align: center;
}
.title1 span{
  color: #e40000;
    font-size: 24px;
    line-height: 11px;
    height: 17px;
    font-family: "FSSinclair-Bold";
    text-transform: uppercase;
}

.intro {
  margin: 28px 0 60px 0;
  /* text-indent: 2em; */
  font-size: 18px;
  color: var(--text-color-dark-gray);
}

/* 关于我们 */
.auto {
  margin: 0 auto;
  position: relative;
}
.cCont1 .auto {
  background: url(../images/cd_index/about1-cont1-bg.jpg) no-repeat 0 100%;
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  padding-bottom: 82px;
}

.cCont1 .auto .Le .ti {
  color: rgba(89,80,76,.67);
  font-size: 20px;
  font-family: Rajdhani;
  line-height: 25px;
  margin-bottom: 14px
}

.cCont1 .auto .Le h1 {
  color: #59504c;
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 25px;
  font-weight: 300
}

.cCont1 .auto .Le .sharesBox .y1 {
  color: #3c494d;
  font-size: 18px;
  font-weight: 700;
  line-height: 11px;
  margin-bottom: 10px;
  font-family: Rajdhani
}

.cCont1 .auto .Le .sharesBox .br {
  width: 195px;
  border-top: 2px solid #d2d2d2;
  height: 0;
  margin: 14px 0
}

.cCont1 .auto .Le .sharesBox h3 {
  display: inline-block;
  padding-right: 27px;
  font-size: 45px;
  line-height: 34px;
  margin-bottom: 7px;
  font-family: Rajdhani
}

.cCont1 .auto .Le .sharesBox h3.up {
  color: #ff3600
}

.cCont1 .auto .Le .sharesBox h3.down {
  color: #5db456
}

.cCont1 .auto .Le .sharesBox .slide2 h3.down {
  color: #ff3600
}

.cCont1 .auto .Le .sharesBox .slide2 h3.up {
  color: #5db456
}

.cCont1 .auto .Le .sharesBox span {
  display: block;
  line-height: 14px;
  font-size: 24px;
  font-family: Rajdhani;
  margin-bottom: 6px;
  color: #9da1a3
}

.cCont1 .auto .Le .sharesBox p {
  color: #afb3b4;
  font-size: 13.5px;
  line-height: 20px;
  line-height: 1;
  margin-bottom: 6px;
  font-size: 14px;
}

.cCont1 .auto .Ri{
  padding-left: 100px;
}
.cCont1 .auto .Ri p {
  color: rgba(60,60,72,.7);
  margin-top: 25px;
  line-height: 30px;
  font-size: 16px;
}

.cCont1 .auto .Ri p:first-child {
  margin-top: -5px
}
/* 服务流程 */
.liu{height: 366px;background: url(../images/cd_index/liu.jpg) no-repeat center;padding-top: 80px;box-sizing: border-box;background-size: 100% auto;}
.liu h2{ display: block;text-align: center;font-size: 34px;color: #fff;line-height: 34px;position: relative;}
.liu h2:after{ position: absolute;left:50%;top:60px;width: 74px;margin-left: -37px;background: #fff;content: "";height: 2px;}
.liu ul{ margin: 60px 70px 0;}
.liu li{ float: left;width: 120px;text-align: center;position: relative;transition:all 0.3s;}
.liu li:hover{ margin-top: -6px;}
.liu li:after{position: absolute;width: 7px;height: 11px;background: url(../images/cd_index/lc_ic.png) no-repeat center;content: "";right: 0;top: 18px;}
.liu li:last-child{ margin-right: 0;}
.liu li:last-child:after{ background: 0;}
.liu li i{ display: block;width: auto;height: 19px;margin:0 auto;}
.liu li span{display: block;font-size: 18px;line-height: 18px;color: #fff;text-align: center;text-transform: uppercase; font-weight: bold;margin-top: 12px;}
.liu p{ display: block;font-size:14px;line-height: 44px;color: #fff;padding-top: 50px;}
.liu p a{ display: block;width: 120px;height: 38px;line-height: 38px;color: #fff;text-align: center;border:2px solid #fff;font-size: 14px;border-radius: 22px;float: left;transition:all 0.5s;}
.liu p span{ transition: all 0.5s;display: block;float: left;margin-right: 32px;padding-left: 36px;background: url(../images/cd_index/tel1.png) no-repeat left;}
.liu p span b{font-size: 26px;}
.liu p a:hover{ margin-top:-5px;}
.liu p span:hover{ margin-top:-5px;}

/* 公司动态 */
.activities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
}
.activity {
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
  padding: 24px;
  transition: 0.4s;
}
.activity .act-image-wrapper {
  position: relative
}

.activity:hover .shade{
  opacity: 1
}

.activity:hover .shade .icon {
  transform: translateY(0)
}
.shade {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  background: rgba(0,0,0,.8);
  transition: all .4s
}

.shade .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 46px;
  transform: translateY(20px);
  transition: inherit;
  height: 46px;
  border: 2px solid #fff;
  margin: -23px 0 0 -23px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff no-repeat 50%
}

.shade .icon .fas {
  font-size: 24px;
  color: var(--primary-color);
  transition: inherit
}

.shade .icon:hover {
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  background: transparent
}

.shade .icon:hover .iconfont {
  font-size: 28px;
  color: #fff
}

.shade:hover .icon {
  transform: translateX(0)
}

.act-image-wrapper {
  height: 355px;
  overflow: hidden;
  margin: -24px;
  margin-bottom: 0;
}

.act-image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.activity .meta {
  margin-top: 20px;
  margin-bottom: 12px;
  color: var(--text-color-light-gray);
  font-size: 12px;
  display: flex;
}

.activity .meta>p:last-child {
  margin-left: 36px;
}

.act-title {
  color: var(--text-color-dark);
  font-size: 18px;
  margin-top: 16px;
  display: block;
}

.activity article {
  color: var(--text-color-gray);
  letter-spacing: 0.54px;
  line-height: 24px;
}

.read-more-btn {
  border: 0;
  color: white;
  background-color: var(--primary-color);
  padding: 6px 14px;
  margin-top: 24px;
  border-radius: 4px;
}
/*一站式*/
.services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}
.service_t1{
  font-size: 24px;
  font-weight: bold;
  color: var(--primary-color);
}
.cen{text-align: center;}
.lh{line-height:1.8;}
.hide{
  opacity: 0;
  transition: all 1s;
}
.mt5{margin-top:5px;}.mt10{margin-top:10px;}.mt15{margin-top:15px;}.mt20{margin-top:20px;}.mt30{margin-top:30px;}.mt50{margin-top:50px;}.mouse{cursor: pointer;}
.iconb{width:100%;height:490px;padding-top:60px;background: url(../images/cd_index/iconb.jpg) center no-repeat;background-size: 100% auto;}
.iconb li{padding:40px 0 40px;margin-left:-1px;border-right:1px solid #ddd;}
.iconb li:last-child{border-right:0;}
.iconb li .h1{height:80px;}
.iconb li .h2{height:70px;}
.iconb li:hover{color:#fff;background:#3d5c78;}
.iconb li:hover .service_t1,.iconb li:hover .co999{color:#fff;}
.iconb li:hover .hide{opacity: 1;}
/* 合作伙伴 */
.flex{display: flex;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;align-items:center;-webkit-align-items: center;justify-content:center;}
.hover li:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1); transform:scale(1.1);}
.iconf ul {width: 100%;display: grid;grid-template-columns: repeat(6, 1fr);grid-row-gap: 15px;grid-column-gap: 15px;margin-top: 20px;}
.iconf ul li{overflow: hidden;width:170px;height:90px;border: 1px solid #e6e6e6;-webkit-border-radius:8px;border-radius:8px;box-sizing: border-box;}
.iconf ul li img{max-width:100%;max-height:100%;}
.iconf ul li:nth-child(7n){margin-right:0;}
.over{transition: 0.2s linear all;}
/* 视频 */
#video-container  {
  position: relative;
  width: 100%;
  height: 560px;
  overflow: hidden;
  z-index: 1;
  max-width: 100%;
  margin-top: 60px;
}

#video-container video,
.video-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

#video-container .video-overlay {
  z-index: 9999;
  background: rgba(0,0,0,0.7);
  width: 100%;
}

#video-container .video-content {
  z-index: 99999;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

#video-container .video-content .inner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
}

#video-container .video-content .inner span {
  font-size: 17px;
  display: block;
  margin: 0px;
  color: #fff;
}

#video-container .video-content .inner h2 {
  margin-bottom: 0px;
  margin-top: 14px;
  font-size: 23px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.5px;
}

#video-container .video-content .inner a {
  margin-top: 30px;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 56px;
  color: #fff;
  background-color: rgba(250,250,250,0.1);
  font-size: 18px;
  border: 3px solid #fff;
  border-radius: 50%;
}
/* 优势 */
.youshi{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
  width: 100%;
}
.youshi .youshi-item img{
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.youshi .ys_t1{
  font-size: 24px;
  color: var(--primary-color);
}
.youshi .ys_t1 b{
  font-size: 34px;
}
.youshi .ys_t2 {
  font-size: 20px;
  color: var(--text-color-darker);
  margin: 10px 0 30px;
  position: relative;
}
.youshi .ys_t2::after {
  content: '';
  width: 50px;
  height: 3px;
  bottom: -8px;
  position: absolute;
  left: 0;
  z-index: 2;
  background-color: var(--primary-color);
}
.youshi .ys_p {
  color: var(--text-color-gray);
  margin-top: 10px;
  padding-left: 20px;
  position: relative;
}
.youshi .ys_p::after {
  content: '';
  width: 6px;
  height: 6px;
  top: 50%;
  position: absolute;
  left: 0;
  z-index: 2;
  border:1px solid var(--primary-color);
  border-radius: 100%;
  transform: translateY(-50%);
}
.youshi .youshi-item:nth-child(2) .ys_t2::after,.youshi .youshi-item:nth-child(6) .ys_t2::after{
  left: auto;
  right: 0;
}
.youshi .youshi-item:nth-child(2) .ys_p,.youshi .youshi-item:nth-child(6) .ys_p{
  padding-left: 0;
  padding-right: 20px;
}
.youshi .youshi-item:nth-child(2) .ys_p::after,.youshi .youshi-item:nth-child(6) .ys_p::after{
  left: auto;
  right: 0;
}
.youshi .youshi-item:nth-child(2),.youshi .youshi-item:nth-child(6) {
  text-align: right;
}
/* 新闻 */
.news .conts{
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 40px;
  margin-bottom: 40px;
}
.news_list .dl {
  overflow: hidden;
  padding-top: 16px;
  height: 82px;
  border-bottom: 3px solid #f9f4ed;
  position: relative;
  background-color: #fff;
  transition: all .25s cubic-bezier(.17,.67,.69,.85);
  z-index: 1;
  display: block;
}

.news_list .dl.state2 .time {
  float: left;
  width: 85px;
  height: 40px;
  position: relative;
  transition: all .4s
}

.news_list .dl.state2 .time:before {
  content: "";
  border-right: 2px solid #d9d9d9;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  transition: all .4s
}

.news_list .dl.state2 .time em {
  display: block;
  color: var(--primary-color);
  font-size: 47px;
  line-height: 34px;
  font-family: Rajdhani;
  margin-bottom: 4px;
  letter-spacing: -2px;
  transition: all .4s
}

.news_list .dl.state2 .time span {
  display: block;
  color: var(--primary-color);
  font-size: 18px;
  line-height: 15px;
  font-family: Rajdhani;
  transition: all .4s
}

.news_list .dl .dd {
  float: right;
  width: calc(100% - 120px);
  padding-right: 45px
}

.news_list .dl .dd:before {
  width: 8px;
  background: url(../images/cd_index/news-list-ic1.png) no-repeat 0 0;
  opacity: 1
}

.news_list .dl .dd:after,.news_list .dl .dd:before {
  content: "";
  height: 14px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all .4s
}

.news_list .dl .dd:after {
  width: 21px;
  background: url(../images/cd_index/news-list-ic2.png) no-repeat 0 0;
  opacity: 0;
  transform: translateX(-40px)
}

.news_list .dl .dd h3 {
  color: rgba(60,60,72,.7);
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 7px;
  margin-top: -2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}

.news_list .dl .dd p {
  color: rgba(60,60,72,.7)
}

.news_list .dl .dd .tips span {
  display: inline-block;
  color: #ceced1;
  font-size: 13px;
  margin-right: 14px;
  line-height: 1
}

.news_list .dl:hover .dd:before {
  opacity: 0;
  transform: translateX(100px)
}

.news_list .dl:hover .dd:after {
  opacity: 1;
  transform: translateX(0)
}

.news_list .dl:hover.state2 .time:before {
  height: 0
}

.news_list .dl:hover .time em {
  color: #e10700
}

.news_list .dl:hover .time span {
  color: #515151
}


.reportBox {
  width: 100%;
  height: 273px;
  background: url(../images/cd_index/news.jpg) no-repeat ;
  background-size: cover;
  padding: 60px 50px 0;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative
}

.reportBox h3 {
  color: rgba(180,173,144,.6);
  font-size: 48px;
  height: 46px;
  line-height: 36px;
  font-family: Rajdhani;
  letter-spacing: -2px;
  font-weight: 300
}

.reportBox h4 {
  color: #b4ad90;
  font-size: 24px;
  line-height: 1
}

.reportBox h5 {
  color: rgba(180,173,144,.4);
  font-size: 24px;
  line-height: 22px;
  font-family: "FSSinclair-Bold";
  text-transform: uppercase;
  letter-spacing: -1px
}

.reportBox h5 span {
  font-size: 48px;
  line-height: 40px
}

.reportBox .h_more {
  position: absolute;
  left: 0;
  bottom: 40px;
  right: 0;
  top: auto;
  margin: auto;
  transform: translateY(100px);
  transition: all .4s
}

.reportBox:hover .h_more {
  transform: translateY(0)
}
.banner-wrapper{
  width: 100%;
  height: 347px;
  position: relative;
  margin-top: -80px;
}
.banner-wrapper img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#subNav{
  height: 80px;
  border-bottom: 2px solid #f2f2f2;
  background-color: #fff;
  font-family: "Microsoft YaHei","微软雅黑",\5fae\8f6f\96c5\9ed1,arial,sans-serif,\5b8b\4f53;
  
}

#subNav .auto{
  height: 80px;
  border-bottom: 2px solid #e4dfda;
  position: relative;
  justify-items:flex-start;
}

/* #subNav .auto:before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 6px;
  height: 15px;
  background-color: #e40000
} */

#subNav .le{
  float: left;
  height: 100%;
}

#subNav .le a{
  display: inline-block;
  vertical-align: middle;
  color: #7a7a7a;
  font-weight: 700;
  line-height: 80px;
  height: 100%;
  font-size: 14px;
}

#subNav .le a:nth-child(2) {
  padding-left: 27px;
  margin-left: 6px;
  background: url(../images/cd_index/icon_nav02.jpg) no-repeat 0
}
