/* reset.css */
html,body{
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: Microsoft YaHei
}
a{
  text-decoration: none;
}
/* 原子类 */
.db{
  display: block;
}
.dn{
  display: none;
}
/* 样式 */
#root{
  /* width: 1920px;
  margin: 0 auto; */
  min-width: 1200px;
}
.common-header{
  width: 100%;
  margin: 0 auto;
}
.top-img{
  display: block;
  width: 100%;
  height: auto;
}
.common-header-opening{
  width: 100%;
  height: 1144px;
}
.common-header-opening-bg{
  width: 100%;
  height: 100%;
  background-image: url(../img/opening-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.common-header-opening-content{
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.opening-title{
  padding-top: 41px;
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
}
.opening-desc{
  padding: 25px 0 46px;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 36px;
}
.unit-group{
  display: flex;
  justify-content: space-between;
  padding-bottom: 78px;
  border-bottom: 1px solid #fff;
}
.common-unit-title{
  width: 93px;
  height: 34px;
  background: #FFFFFF;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #0A2B6E;
  line-height: 34px;
  text-align: center;
}
.common-unit-desc{
  padding-top: 24px;
  height: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 16px;
}
.gxq-container{
  width: 100%;
  padding-top: 79px;
}
.gxq-logo{
  display: block;
  width: 445px;
  height: 53px;
  margin: 0 auto;
}
.gxq-content{
  padding-top: 93px;
  display: flex;
  justify-content: center;
}
.gxq-img{
  width: 807px;
  height: 454px;
}
.gxq-btn-container{
  width: 157px;
  padding-top: 78px;
  padding-left: 54px;
}
.gxq-btn{
  display: block;
  width: 157px;
  height: 49px;
  background-image: url(../img/gxq-btn.png);
}
.common-header-hdxw{
  width: 1200px;
  margin: 0 auto;
}
.hdxw-logo-container{
  padding-top: 28px;
}
.hdxw-logo{
  display: block;
  width: 221px;
  height: 52px;
  margin: 0 auto;
}
.hdxw-content-container{
  padding-top: 40px;
  padding-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
.hdxw-carousel-container{
  width: 580px;
  height: 372px;
}
.hdxw-list-container{
  box-sizing: border-box;
  width: 620px;
  padding-left: 40px;
}
.hdxw-headline-container{
  border-bottom: 1px solid #e5e5e5;
}
.hdxw-headline-title{
  display: block;
  width: 100%;
  height: 25px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #4060A4;
  line-height: 24px;
  overflow: hidden;
}
.hdxw-headline-summary{
  width: 100%;
  height: 48px;
  margin-bottom: 36px;
  font-size: 16px;
  font-weight: 400;
  color: #636363;
  line-height: 24px;
  overflow: hidden;
}
.hdxw-normal-container{
  padding-top: 20px;
}
.hdxw-normal-item{
  display: block;
  height: 18px;
  padding-top: 25px;
}
.hdxw-normal-item-dot{
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-bottom: 3.5px;
  background: #2061A0;
  border-radius: 50%;
}
.hdxw-normal-item-content{
  display: inline-block;
  width: calc(100% - 10px);
  height: 18px;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 18px;
  overflow: hidden;
}
.mySwiper{
  height: 100%;
}
.carousel-item-container{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.caption-container{
  height: 63px;
  padding-left: 22.5px;
  padding-right: 160px;
  background-color: rgba(0,0,0,0.6);
}
.caption-item{
  display: block;
  height: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 63px;
  overflow: hidden;
}
.hdxw-carousel-container .mySwiper .mySwiper-pagination{
  width: 160px;
  left: unset;
  right: 0;
  bottom: 21.1px;
}
.hdxw-carousel-container .mySwiper .mySwiper-pagination
.swiper-pagination-bullet{
  background-color: rgba(255,255,255,0.6);
}
.hdxw-carousel-container .mySwiper .mySwiper-pagination
.swiper-pagination-bullet-active{
  background-color: rgba(255,255,255,1);
}
.common-header-video{
  box-sizing: border-box;
  width: 100%;
  height: 838px;
  padding-top: 40px;
  background-image: url(../img/video-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.common-header-video video{
  display: block;
  width: 1200px;
  height: 674px;
  margin: 0 auto;
}
.emphasis-enterprise-wrapper{
  width: 100%;
  margin: 0 auto;
}
.emphasis-enterprise{
  width: 1200px;
  margin: 0 auto;
  padding-top: 51px;
}
.enterprise-logo{
  width: 287px;
  height: 52px;
  margin: 0 auto;
  background-image: url(../img/enterprise-logo2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.enterprise-tab{
  padding-top: 27px;
}
.enterprise-tab-pane{
  display: inline-block;
  box-sizing: border-box;
  width: 163px;
  height: 52px;
  padding-left: 23px;
  font-size: 24px;
  font-weight: 400;
  color: #0F8EFF;
  line-height: 52px;
  cursor: pointer;
}
.enterprise-tab-pane_active{
  color: #FFFFFF;
  font-weight: bold;
  background-image: url(../img/tab-pane-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.enterprise-content-container{
  padding-top: 60px;
}
.enterprise-item{
  box-sizing: border-box;
  width: 100%;
  height: 675px;
  padding: 125px 48px 26px;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: inset 0 -200px 200px 0 rgba(0,0,0,0.5);
}
.enterprise-up{
  display: flex;
  justify-content: flex-end;
}
.enterprise-intro{
  width: 347px;
  height: 412px;
}
.enterprise-intro-media{
  width: 100%;
  height: 188px;
}
.enterprise-intro-media video{
  display: block;
  width: 100%;
  height: 100%;
}
.enterprise-intro-txt{
  box-sizing: border-box;
  width: 100%;
  height: 224px;
  padding: 40px 20px 40px;
  background-color: rgba(0, 0, 0, 0.52);
}
.enterprise-intro-txt-title{
  display: inline-block;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  border-bottom: 2px solid #fff;
}
.enterprise-intro-txt-content{
  height: 72px;
  padding-top: 28px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  overflow: hidden;
}
.enterprise-down{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 68px;
  font-size: 24px;
}
.enterprise-title{
  color: #fff;
}
.enterprise-btn{
  width: 100px;
  height: 44px;
  border-radius: 20px;
  background-color: #fff;
  color: #0f8eff;
  line-height: 44px;
  text-align: center;
}
.common-footer{
  width: 100%;
  height: 225px;
  background-image: url(../img/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
}
.video-logo{
  width: 287px;
  height: 52px;
  margin: 0 auto;
  background-image: url(../img/video-img.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 40px;
}