a {
  text-decoration: none;
  cursor: pointer;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

body {
  overflow-x: hidden;
  font-family: Arial;
}
.zixun-btn-box {
  display: flex;
  justify-content: center;
}
.zixun-btn-box .zixun-btn {
  background-color: #f9bb0b;
  color: #ffffff;
  border-radius: 2px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zixun-btn-box .zixun-btn img {
  width: 0px;
  height: 0px;
  display: inline-block;
  transition: width 0.5s ease;
}
.zixun-btn-box .zixun-btn:hover img {
  width: 29px;
  height: 16px;
  margin-left: 10px;
}

.banner img {
  width: 100%;
  height: auto;
  display: block;
}

section .section-title {
  text-align: center;
}
section .section-title span {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  position: relative;
}
section .section-title span::before, section .section-title span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
section .section-title span::before {
  left: 0;
}
section .section-title span::after {
  transform: translateY(-50%) rotate(180deg);
  right: 0;
}
section .title1 span::before, section .title1 span::after {
  background: url("../images/carbon_black/title_icon1.png") no-repeat center center;
  background-size: 100% 100%;
}
section .title2 span::before, section .title2 span::after {
  background: url("../images/carbon_black/title_icon2.png") no-repeat center center;
  background-size: 100% 100%;
}

.first-section {
  padding-top: 25px;
  padding-bottom: 30px;
}
.first-section .section-title {
  color: #333;
}
.first-section .left-text1 {
  color: #666;
  font-size: 16px;
  line-height: 30px;
  margin-top: 15px;
}
.first-section .first-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
.first-section .first-bottom .left-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  row-gap: 10px;
}
.first-section .first-bottom .left-list li {
  width: 50%;
  color: #333;
  font-size: 18px;
  line-height: 30px;
  padding-left: 25px;
  position: relative;
}
.first-section .first-bottom .left-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #086afa;
}
.first-section .first-bottom .right-img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 10px;
}

.second-section {
  background: url("../images/carbon_black/second_bg.jpg") no-repeat center center;
  background-size: cover;
}
.second-section .second-content {
  padding-top: 45px;
  padding-bottom: 20px;
}
.second-section .second-content .section-title, .second-section .second-content .second-text, .second-section .second-content h3 {
  color: #fff;
}
.second-section .second-content .second-text {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}
.second-section .second-content h3 {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
}
.second-section .second-content .second-img {
  width: 100%;
  height: auto;
  display: none;
  margin-top: 10px;
}

.third-section {
  padding-top: 25px;
}
.third-section .section-title {
  color: #333;
}
.third-section .third-part .part-title {
  color: #1478fc;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
.third-section .third-part .part-text {
  color: #333;
  margin-top: 10px;
  font-size: 16px;
  line-height: 28px;
}
.third-section .third-part .part-img {
  width: 100%;
  display: none;
  height: auto;
  padding: 30px 0;
}
.third-section .third-part1 {
  background: url("../images/carbon_black/third_bg1.jpg") no-repeat center center;
  background-size: 100% 100%;
  margin-top: 25px;
  padding: 15px 20px;
}
.third-section .third-part2 {
  border: solid 2px #77adfd;
  margin-top: 25px;
  padding: 15px 20px;
}

.fourth-section {
  background: url("../images/carbon_black/second_bg.jpg") no-repeat center center;
  background-size: cover;
  margin-top: 35px;
}
.fourth-section .fourth-content {
  padding-top: 40px;
  padding-bottom: 35px;
}
.fourth-section .fourth-content .section-title {
  color: #fff;
  margin-bottom: 20px;
}
.fourth-section .fourth-content .fourth-text {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.fourth-section .fourth-content .fourth-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 25px 0 0;
}
.fourth-section .fourth-content .fourth-list .fourth-item {
  color: #333;
  width: 48%;
  margin-bottom: 25px;
  overflow: hidden;
}
.fourth-section .fourth-content .fourth-list .fourth-item:hover img {
  transform: scale(1.05);
}
.fourth-section .fourth-content .fourth-list .fourth-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s ease;
}
.fourth-section .fourth-content .fourth-list .fourth-item p {
  font-size: 16px;
  line-height: 30px;
  padding: 7px 0;
  text-align: center;
  background: #fff;
}

.fifth-section {
  padding-top: 25px;
}
.fifth-section .section-title {
  color: #333;
}
.fifth-section .fifth-text {
  color: #333;
  margin-top: 20px;
  font-size: 16px;
  line-height: 28px;
}

.sixth-section {
  background: #e4f1ff;
  padding: 30px 0 40px;
  margin-top: 30px;
}
.sixth-section .section-title {
  color: #333;
}
.sixth-section .sixth-text {
  margin-top: 25px;
  color: #333;
  font-size: 16px;
  line-height: 28px;
}
.sixth-section .sixth-content {
  background: url("../images/carbon_black/sixth_bg.jpg") no-repeat center center;
  background-size: cover;
  margin-top: 25px;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.sixth-section .sixth-content .left-content {
  width: 100%;
  padding: 20px;
}
.sixth-section .sixth-content .left-content img {
  max-width: 70%;
  margin: 0 auto;
  display: block;
  position: relative;
  transition: all 0.5s ease;
}
.sixth-section .sixth-content .left-content img:hover {
  transform: scale(1.05);
}
.sixth-section .sixth-content .right-content {
  width: 100%;
  padding: 20px 30px 30px;
  color: #fff;
}
.sixth-section .sixth-content .right-content h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 18px;
}
.sixth-section .sixth-content .right-content h4:nth-child(1) {
  margin-top: 0;
}
.sixth-section .sixth-content .right-content p {
  font-size: 14px;
  line-height: 20px;
}
.sixth-section .sixth-content .right-content .more-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-top: 20px;
  width: 130px;
  height: 40px;
  font-size: 16px;
  line-height: 24px;
  background: #f9bb0b;
  background-size: 200% auto;
  transition: background 0.5s ease;
  margin-right: 15px;
}
.sixth-section .sixth-content .right-content .more-btn:hover {
  background-image: linear-gradient(to right, #f9bb0b 10%, #f0ece0 51%, #f9bb0b 100%);
  background-position: center right;
}
.sixth-section .sixth-content .right-content .more-btn img {
  display: inline-block;
  margin-left: 20px;
}

.seventh-section {
  padding-top: 25px;
}
.seventh-section .section-title {
  color: #333;
}
.seventh-section .seventh-content {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.seventh-section .seventh-content .seventh-item {
  margin-bottom: 25px;
  width: 100%;
  background: #f5faff;
}
.seventh-section .seventh-content .seventh-item:last-child {
  margin-bottom: 0;
}
.seventh-section .seventh-content .seventh-item .case-img {
  overflow: hidden;
}
.seventh-section .seventh-content .seventh-item .case-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s ease;
}
.seventh-section .seventh-content .seventh-item .case-img:hover img {
  transform: scale(1.05);
}
.seventh-section .seventh-content .seventh-item .case-text {
  padding: 20px 20px 30px;
}
.seventh-section .seventh-content .seventh-item .case-text h3 {
  color: #333;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}
.seventh-section .seventh-content .seventh-item .case-text p {
  color: #333;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.seventh-section .seventh-content .seventh-item .case-text p span {
  width: 100%;
}
.seventh-section .seventh-content .seventh-item .case-text a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-top: 20px;
  width: 130px;
  height: 40px;
  font-size: 16px;
  line-height: 24px;
}
.seventh-section .seventh-content .seventh-item .case-text a img {
  display: inline-block;
  margin-left: 20px;
}
.seventh-section .seventh-content .seventh-item .case-text .more-btn {
  background: #f9bb0b;
  background-size: 200% auto;
  transition: background 0.5s ease;
  margin-right: 15px;
}
.seventh-section .seventh-content .seventh-item .case-text .more-btn:hover {
  background-image: linear-gradient(to right, #f9bb0b 10%, #f0ece0 51%, #f9bb0b 100%);
  background-position: center right;
}
.seventh-section .seventh-content .seventh-item .case-text .swt-btn {
  background: #086afa;
  background-size: 200% auto;
  transition: background 0.5s ease;
}
.seventh-section .seventh-content .seventh-item .case-text .swt-btn:hover {
  background-image: linear-gradient(to right, #086afa 10%, #a9c5f3 51%, #086afa 100%);
  background-position: center right;
}

.eighth-section {
  padding-top: 30px;
  padding-bottom: 10px;
}
.eighth-section .section-title {
  color: #333;
}
.eighth-section .eighth-content {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.eighth-section .eighth-content .left-item {
  width: 100%;
  padding-bottom: 25px;
}
.eighth-section .eighth-content .left-item p {
  font-size: 16px;
  line-height: 28px;
  color: #333;
}
.eighth-section .eighth-content .right-item {
  width: 100%;
}
.eighth-section .eighth-content .right-item img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 575px) {
  .zixun-btn-box {
    margin-top: 30px;
  }
  .zixun-btn-box .zixun-btn {
    padding: 10px 30px;
    font-size: 16px;
    max-width: 90%;
    text-align: center;
  }
  section .section-title {
    font-size: 26px;
  }
  section .section-title span::before, section .section-title span::after {
    display: none;
  }
  .first-section .first-bottom .left-list li {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
  .zixun-btn-box {
    margin-top: 35px;
  }
  .zixun-btn-box .zixun-btn {
    padding: 10px 65px;
    font-size: 18px;
  }
  section .section-title {
    font-size: 26px;
  }
  section .section-title span::before, section .section-title span::after {
    display: none;
  }
  .fourth-section .fourth-content .fourth-list .fourth-item p {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  section .section-title {
    font-size: 30px;
  }
  section .section-title span {
    padding: 0 40px;
  }
  section .section-title span::before, section .section-title span::after {
    display: block;
    width: 30px;
    height: 22px;
  }
  .seventh-section .seventh-content .seventh-item .case-text p span {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .header .header-container #mainnav #navbarNav {
    padding-left: 20px;
  }
  .first-section .first-bottom .left-list {
    width: 56.2%;
  }
  .first-section .first-bottom .right-img {
    width: 43.8%;
    margin-top: 0;
  }
  .second-section .second-content {
    padding-bottom: 30px;
  }
  .second-section .second-content h3 {
    margin-top: 20px;
    font-size: 22px;
  }
  .third-section .third-part .part-img {
    display: block;
  }
  .fourth-section .fourth-content .fourth-list {
    margin: 25px 0;
  }
  .fourth-section .fourth-content .fourth-list .fourth-item {
    width: 24%;
    margin-bottom: 0;
  }
  .sixth-section .sixth-content .left-content {
    width: 40%;
    padding: 0;
  }
  .sixth-section .sixth-content .left-content img {
    width: 80%;
  }
  .sixth-section .sixth-content .right-content {
    width: 60%;
    padding: 20px;
  }
  .seventh-section .seventh-content .seventh-item {
    width: 49%;
    margin-bottom: 0;
  }
  .seventh-section .seventh-content .seventh-item .case-text p span {
    width: 100%;
  }
  .seventh-section .seventh-content .seventh-item .case-text a {
    width: 150px;
  }
  .seventh-section .seventh-content .seventh-item .case-text .more-btn {
    margin-right: 50px;
  }
  .eighth-section .eighth-content .left-item {
    width: 50.3%;
    padding-right: 30px;
    padding-bottom: 0;
  }
  .eighth-section .eighth-content .right-item {
    width: 49.7%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .header .header-container #mainnav #navbarNav {
    padding-left: 200px;
  }
  .header .header-container #whatsapp-top {
    display: flex;
    align-items: center;
    color: #999;
  }
  section .section-title {
    font-size: 34px;
  }
  section .section-title span {
    padding: 0 70px;
  }
  section .section-title span::before, section .section-title span::after {
    width: 37px;
    height: 29px;
  }
  .first-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .first-section .left-text1 {
    margin-top: 30px;
  }
  .first-section .first-bottom .left-list {
    width: 56.2%;
    row-gap: 25px;
  }
  .first-section .first-bottom .left-list li {
    font-size: 20px;
    line-height: 30px;
    padding-left: 40px;
  }
  .first-section .first-bottom .left-list li::before {
    width: 20px;
    height: 20px;
  }
  .first-section .first-bottom .right-img {
    width: 43.8%;
  }
  .second-section .second-content h3 {
    font-size: 24px;
    margin-top: 30px;
  }
  .second-section .second-content .second-img {
    display: block;
  }
  .third-section {
    padding-top: 35px;
  }
  .third-section .third-part {
    margin-top: 35px;
  }
  .third-section .third-part .part-title {
    font-size: 24px;
    line-height: 36px;
  }
  .sixth-section {
    padding: 30px 0 50px;
  }
  .sixth-section .sixth-content {
    background-size: 100% 100%;
    background-position-y: 40px;
    margin-top: 5px;
  }
  .sixth-section .sixth-content .left-content {
    width: 50%;
  }
  .sixth-section .sixth-content .left-content img {
    bottom: -20px;
    width: auto;
  }
  .sixth-section .sixth-content .right-content {
    width: 50%;
    padding: 40px 20px 0px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
  .header .header-container #mainnav #navbarNav {
    padding-left: 380px;
  }
  .zixun-btn-box {
    margin-top: 50px;
  }
  section .section-title {
    font-size: 38px;
  }
  .first-section {
    padding-bottom: 40px;
  }
  .first-section .left-text1 {
    font-size: 18px;
    line-height: 26px;
  }
  .first-section .first-bottom .left-list li {
    font-size: 24px;
    line-height: 30px;
    padding-left: 45px;
  }
  .first-section .first-bottom .left-list li::before {
    width: 25px;
    height: 25px;
  }
  .second-section .second-content {
    padding-top: 50px;
  }
  .second-section .second-content .second-text {
    font-size: 18px;
    line-height: 26px;
  }
  .second-section .second-content h3 {
    font-size: 28px;
  }
  .third-section {
    padding-top: 45px;
  }
  .third-section .third-part1 {
    margin-top: 40px;
    padding: 0;
  }
  .third-section .third-part1 .part-title {
    padding: 25px 30px 0;
  }
  .third-section .third-part1 .part-text {
    padding: 0 30px;
  }
  .third-section .third-part2 {
    padding: 25px 30px;
  }
  .third-section .third-part .part-title {
    font-size: 30px;
    line-height: 36px;
  }
  .third-section .third-part .part-text {
    font-size: 18px;
    line-height: 26px;
  }
  .fourth-section {
    margin-top: 50px;
  }
  .fourth-section .fourth-content {
    padding-top: 55px;
    padding-bottom: 45px;
  }
  .fourth-section .fourth-content .section-title {
    margin-bottom: 35px;
  }
  .fourth-section .fourth-content .fourth-text {
    font-size: 18px;
    line-height: 26px;
  }
  .fourth-section .fourth-content .fourth-list {
    margin: 40px 0;
  }
  .fourth-section .fourth-content .fourth-list .fourth-item p {
    font-size: 22px;
    line-height: 34px;
  }
  .fifth-section {
    padding-top: 45px;
  }
  .fifth-section .fifth-text {
    margin-top: 35px;
    font-size: 18px;
    line-height: 26px;
  }
  .sixth-section {
    margin-top: 40px;
    padding: 45px 0 60px;
  }
  .sixth-section .sixth-text {
    margin-top: 35px;
    font-size: 20px;
    line-height: 30px;
  }
  .sixth-section .sixth-content .right-content {
    padding: 70px 20px 40px;
  }
  .sixth-section .sixth-content .right-content h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .sixth-section .sixth-content .right-content .more-btn {
    width: 190px;
    font-size: 18px;
    line-height: 24px;
    height: 47px;
  }
  .seventh-section {
    padding-top: 40px;
  }
  .seventh-section .seventh-content {
    margin-top: 40px;
  }
  .seventh-section .seventh-content .seventh-item .case-text p span {
    width: 50%;
  }
  .seventh-section .seventh-content .seventh-item .case-text a {
    width: 190px;
    font-size: 18px;
    line-height: 24px;
    height: 47px;
  }
  .seventh-section .seventh-content .seventh-item .case-text .more-btn {
    margin-right: 120px;
  }
  .eighth-section {
    padding-top: 40px;
  }
  .eighth-section .eighth-content {
    margin-top: 40px;
  }
  .eighth-section .eighth-content .left-item p {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1440px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header .header-container #mainnav #navbarNav {
    padding-left: 520px;
  }
  section .section-title {
    font-size: 50px;
  }
  .second-section .second-content {
    padding-top: 80px;
    padding-bottom: 35px;
  }
  .second-section .second-content h3 {
    margin-top: 35px;
  }
  .second-section .second-content .second-img {
    margin-top: 60px;
  }
  .fourth-section .fourth-content .fourth-list .fourth-item p {
    font-size: 24px;
    line-height: 34px;
  }
  .fifth-section .liucheng-list .liucheng-item p {
    font-size: 20px;
    line-height: 24px;
  }
  .fifth-section .fifth-content .fifth-left h2 {
    font-size: 30px;
  }
  .fifth-section .fifth-content .fifth-left p {
    font-size: 18px;
    line-height: 30px;
  }
  .fifth-section .fifth-content .fifth-left .fifth-btn {
    margin-top: 10px;
  }
  .fifth-section .fifth-content .fifth-right .right-item span {
    font-size: 70px;
    line-height: 70px;
  }
  .sixth-section {
    padding: 45px 0 80px;
  }
  .seventh-section .seventh-content .seventh-item {
    width: 48.6%;
  }
  .seventh-section .seventh-content .seventh-item .case-text p {
    font-size: 18px;
    line-height: 30px;
  }
  .eighth-section .eighth-content .left-item p {
    font-size: 20px;
    line-height: 36px;
  }
}