.container {
  width: 1200px;
  padding-right: 0px;
  padding-left: 0px;
  margin: 0 auto;
}
.marketing-block1 {
  width: 100%;
  height: 550px;
}
.marketing-block1-banner-bg {
  width: 100%;
  height: 550px;
  background-image: url('../assets/product/product-banner-bg.jpg');
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  -moz-background-size: 100% 100% !important;
}

.marketing-block1-content {
  float: left;
  margin-top: 160px;
  width: 500px;
}
.marketing-block1-banner-content {
  float: right;
  margin-top: 131px;
  width: 560px;
  height: 360px;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  -moz-background-size: 100% 100% !important;
}

.marketing-block1-title {
  font-family: PingFangSC-Medium;
  font-size: 40px;
  color: #ffffff;
  font-weight: 500;
}
.marketing-block1-introduce {
  margin-top: 20px;
  width: 484px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  font-weight: 400;
}
.header-banner-line {
  margin-top: 40px;
  width: 152px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  background-color: #ffae0f;
  border-radius: 4px;
  cursor: pointer;
}

.marketing-block2 {
  padding: 80px 0;
  background-color: #fff;
}
.marketing-block2-title {
  font-family: PingFangSC-Semibold;
  font-size: 36px;
  color: #333333;
  text-align: center;
  line-height: 44px;
  font-weight: 600;
}
.marketing-block2-subhead{
  margin-top: 24px;
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
}
.marketing-block2-content{
  margin-top: 58px;
}
.marketing-block2-content-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.marketing-block2-content-item img{
  width: 240px;
  background: #FFFFFF;
  margin-right: 20px;
  border-radius: 10px;
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.3);
}

.marketing-block3-banner-bg{
  width: 100%;
  height: 800px;
  background-image: url('../assets/product/project-bg-linghuo.jpg');
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  -moz-background-size: 100% 100% !important;
}
.marketing-block3-title {
  padding-top: 80px;
  font-family: PingFangSC-Semibold;
  font-size: 36px;
  color: #333333;
  text-align: center;
  line-height: 44px;
  font-weight: 600;
}
.marketing-block3-bg {
  margin: 56px auto 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 47%;
}

.marketing-block4 {
  padding-top: 80px;
}
.marketing-block4-title {
  font-family: PingFangSC-Semibold;
  font-size: 36px;
  color: #333333;
  text-align: center;
  line-height: 44px;
  font-weight: 600;
}
.marketing-block4-tab {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}

.marketing-block4-tab-title{
  width: 320px;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
}
.marketing-block4-tab-title-active{
  color: #2075CC;
}

.marketing-block4-tab-title-active::after {
  content: '';
  display: block;
  width: 320px;
  height: 3px;
  margin-top: 20px;
  background: #0088D2;
}
.marketing-block4-con{
  height: 600px;
  background: #FAFBFF;
}
.marketing-block4-con-box{
  display: flex;
  justify-content: start;
  flex-wrap: nowrap;
}
.marketing-block4-con-l{
  padding-top: 40px;
  width: 25%;
  height: 560px;
  background: #EBF2FC;
}
.marketing-block4-con-l-item {
  margin: 0 auto 20px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(7,42,61,0.1);
  border-radius: 32px;
  width: 220px;
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  cursor: pointer;
}
.marketing-block4-con-l-item img {
  vertical-align: middle;
  margin: 0 4px 0 20px;
  width: 24px;
  height: 24px;
}
.marketing-block4-con-l-item span {
  vertical-align: middle;
}
.marketing-block4-con-l-item-active {
  background: #0057BE;
  border-radius: 32px;
  color: #FFFFFF;
  font-weight: 500;
}

.marketing-block4-con-r{
  width: 75%;
  height: 486px;
  padding-left: 32px;
}
.marketing-block4-con-l-item2 {
  margin: 0 auto 20px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(7,42,61,0.1);
  border-radius: 32px;
  width: 220px;
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  cursor: pointer;
}
.marketing-block4-con-l-item2 img {
  vertical-align: middle;
  margin: 0 4px 0 20px;
  width: 24px;
  height: 24px;
}
.marketing-block4-con-l-item2 span {
  vertical-align: middle;
}
.marketing-block4-con-l-item2-active {
  background: #0057BE;
  border-radius: 32px;
  color: #FFFFFF;
  font-weight: 500;
}

.marketing-block4-con-r2{
  width: 75%;
  height: 486px;
  padding-left: 32px;
}
.marketing-block4-con-r-top{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 48px 0 30px;
}
.marketing-block4-con-r-top-l{
  width: 80%;
}
.marketing-block4-con-r-top-l-title{
  font-family: PingFangSC-Medium;
  font-size: 24px;
  color: #333333;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 12px;
}

.marketing-block4-con-r-top-l-con{
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  font-weight: 400;
}

.marketing-block4-con-r-top-r{
  width: 160px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  background: #0057BE;
  text-align: center;
  border-radius: 24px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 400;
  cursor: pointer;
}
.marketing-block4-con-r-top-r span img{
  vertical-align: middle;
}

.marketing-block4-con-r-line{
  width: 100%;
  height: 1px;
  background: #E1E1E1;
}
.marketing-block4-con-r-bot{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.marketing-block4-con-r-bot-l{
  width: 480px;
}
.marketing-block4-con-r-bot-l-t{
  margin-top: 20px;
  margin-bottom: 12px;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  font-weight: 500;
}
.marketing-block4-con-r-bot-l-b ul li{
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  text-align: justify;
  line-height: 24px;
  font-weight: 400;
}
.marketing-block4-con-r-bot-l-b li{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 8px;
}
.marketing-block4-con-r-bot-r img{
  width: 420px;
  margin-top: 30px;
}
.marketing-block5{
  padding: 80px 0;
}

.marketing-block5-banner-bg{
  width: 100%;
  height: 600px;
  background-image: url('../assets/product/home-number-bg.svg');
  background-repeat: no-repeat !important;
  overflow: hidden;
}

.marketing-block5-title{
  /* padding-top: 80px; */
  font-size: 36px;
  color: #333333;
  text-align: center;
  line-height: 44px;
  font-weight: 600;
}
.marketing-block5-list{
  margin-top: 68px;
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
}
.marketing-block5-item{
  width: 270px;
}
.marketing-block5-item-img img{
  width: 270px;
  height: 160px;
}
.marketing-block5-item-title{
  margin-top: 24px;
  font-size: 20px;
  color: #333333;
  font-weight: 500;
}
.marketing-block5-item-con{
  font-family: PingFangSC-Regular;
  margin-top: 16px;
  font-size: 14px;
  color: #333333;
  text-align: justify;
  line-height: 24px;
  font-weight: 400;
}

.marketing-block6 {
  padding: 80px 0;
  background-color: #fff;
}
.marketing-block6-title {
  font-family: PingFangSC-Semibold;
  font-size: 36px;
  color: #333333;
  text-align: center;
  line-height: 44px;
  font-weight: 600;
}
.marketing-block6-subhead{
  margin-top: 24px;
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
}
.marketing-block6-tab{
  margin-top: 48px;
  display: flex;
  justify-content: center;
}
.marketing-block6-tab-title{
  width: 160px;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
}
.marketing-block6-tab-title-active{
  color: #0088D2;
}
.marketing-block6-tab-title-active::after{
  content: '';
  display: block;
  width: 160px;
  height: 3px;
  margin-top: 20px;
  background: #0088D2;
}
.marketing-block6-line{
 margin: 0 auto;
 width: 53%;
 height: 1px;
 background: #E1E1E1;
}
.marketing-block6-con{
  margin-top: 40px;
  display: flex;
  justify-content: start;
}
.marketing-block6-con-l{
  width: 50%;
}
.marketing-block6-con-l img{
 width: 100%;
 height: 400px;
}
.marketing-block6-con-r{
  width: 50%;
  height: 400px;
  background-image: url('../assets/product/bg-blue.png');
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  -moz-background-size: 100% 100% !important;
}
.marketing-block6-con-r-content{
  margin: 32px;
}
.marketing-block6-con-r-content-title {
  margin: 4px 0 16px;
  font-family: PingFangSC-Medium;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 40px;
  font-weight: 500;
}
.marketing-block6-con-r-content-sub{
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  text-align: justify;
  line-height: 24px;
  font-weight: 400;
}
.marketing-block6-con-r-content-con{
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: rgba(255,255,255,0.80);
  text-align: justify;
  line-height: 24px;
  font-weight: 400;
}
.marketing-block6-con-r-content-ul{
  margin: 20px 0 30px;
}
.marketing-block6-con-r-content-ul ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.marketing-block6-con-r-content-ul ul li{
  width: 18%;
}
.marketing-block6-con-r-content-ul-p{
  font-family: PingFangSC-Medium;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 40px;
  font-weight: 500;
}
.marketing-block6-con-r-content-ul-c{
  margin-top: 12px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: rgba(255,255,255,0.80);
  line-height: 24px;
  font-weight: 400;
}
.marketing-block6-con-r-content-more{
  border: 1px solid rgba(255,255,255,1);
  border-radius: 20px;
  width: 120px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 400;
  cursor: pointer;
}
.marketing-block6-con-r-content-more span img{
  vertical-align: middle;
}

.product_d1 {
  padding: 80px 0px 80px;
}
.product_d2 {
  position: relative;
  z-index: 5;
}
.product_d2 p {
  font-size: 30px;
  text-align: center;
  color: #2e2f34;
  line-height: 42px;
  letter-spacing: 2px;
  font-weight: 700;
}
.product_d3 {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 65px;
}
.product_d3 ul {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 0px;
}
.product_d3 ul li {
  display: inline-block;
  margin: 0 30px;
  cursor: pointer;
}
.product_d3 ul li p {
  font-size: 20px;
  color: #2e2f34;
  line-height: 26px;
  padding: 22px 0px;
}
.product_d3 ul li span {
  display: block;
  border-bottom: 2px solid #3255fa;
  width: 0px;
  transition: all 0.3s;
  margin: 0 auto;
}
.product_d3 ul li:hover p,
.product_d3 ul li.on p {
  color: #3255fa;
}
.product_d3 ul li:hover span,
.product_d3 ul li.on span {
  width: 57px;
  max-width: 100%;
}
.product_d4 {
  position: absolute;
  bottom: 0%;
  left: 0px;
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
  z-index: 1;
}
ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
