* {
  margin: 0;
  padding: 0;
}
body {
  background: #f7f6f7;
}
a{
  text-decoration: none;
  color: inherit;
}
.banner {
  background: url(../img/banner.png) no-repeat center bottom/auto 100% !important;
  color: #fff !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  height: 260px;
  box-sizing: border-box;
}

.banner > .cont {
  display: block;
  width: 1200px;
  margin: auto;
}

.banner > .cont > .banner_title {
  margin-bottom: 22px;
  font-size: 38px;
  font-weight: bolder;
  line-height: 53px;
}
.banner > .cont > .banner_desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  width: 631px;
}

.tabBar {
  background-color: #ffffff;
  width: 1200px;
  margin: 20px auto;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  z-index: 100;
}
.tabBar > .title {
  height: 58px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 58px;
  vertical-align: middle;
  border-bottom: 2px solid #ebebeb;
  margin-bottom: 20px;
}
.tabBar .title .leftLine {
  display: inline-block;
  width: 3px;
  height: 15px;
  background: linear-gradient(90deg, #ff4643 0%, #fe6530 100%);
  border-radius: 2px;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
}
.tabBar > .item_list {
  padding: 20px 120px 16px 120px;
  display: flex;
  justify-content: space-between;
}
.tabBar .item_list > .tabItem {
  width: 75px;
  text-align: center;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
}
.tabBar .item_list > .tabItem > img {
  width: 65px;
  height: auto;
  margin-bottom: 10px;
  text-align: center;
}
/* 内容 */
.connet {
  width: 1200px;
  /* margin: 10px auto 20px; */
  margin: auto;
  overflow: hidden;
}
.connet > .imgguang {
  width: 1200px;
  position: relative;
  margin-bottom: 20px;
}
.connet > .imgguang > img {
  width: 100%;
}

.connet > .imgguang > p {
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.connet > .item {
  background-color: #ffffff;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.connet > .item > .title {
  height: 58px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 58px;
  vertical-align: middle;
  border-bottom: 2px solid #ebebeb;
  margin-bottom: 20px;
}
.connet > .item > .title > .leftLine {
  display: inline-block;
  width: 3px;
  height: 15px;
  background: linear-gradient(90deg, #ff4643 0%, #fe6530 100%);
  border-radius: 2px;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
}
.connet > .item > .item_list {
  line-height: 30px;
  color: #333333;
}
.connet > .item > .item_list > .pred,
.connet > .itemq > .item_list > .pred {
  color: #fe5f33;
  font-weight: 700;
}
.connet > .item > .item_list > .texti,
.connet > .itemq > .item_list > .texti {
  text-indent: 32px;
}
.connet > .item > .item_list > .texti > .yellow {
  color: #ffa600;
}

.connet > .itemq > .item_list {
  background-color: #ffffff;
  margin-bottom: 20px;
}
.connet > .itemq > .titlel {
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding-left: 21px;
  width: 100%;
  height: 50px;
  font-weight: 600;
  box-sizing: border-box;
  background: linear-gradient(90deg, #ff4643 0%, #fe6530 100%);
}

.connet > .itemq > .titlel > img {
  margin-right: 10px;
}

.connet > .itemq .fen {
  width: 100%;
  position: relative;
}
.connet > .itemq .fen > img {
  width: 1142px;
  height: auto;
  margin: 20px 0 20px 23px;
}
.connet > .itemq > .item_list > .fen > .fen_content {
  width: 1089px;
  position: absolute;
  top: 41px;
  left: 60px;
}
.connet > .itemq > .item_list > .fen > .fen_content > .pred {
  color: #ff4643;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.connet > .itemq > .item_list > .fen > .fen_content > .texti {
  line-height: 26px;
}
.connet > .itemq > .item_list > .fen > .fen_content > .texti > .hei {
  color: #333333;
  font-weight: bold;
  margin-left: 35px;
}
.connet > .itemq .solution {
  width: 100%;
  position: relative;
}
.connet > .itemq > .item_list > .solution > img {
  width: 1142px;
  height: auto;
  margin: 0 0 20px 36px;
}
.connet > .itemq > .item_list > .solution > .sol_text {
  width: 1086px;
  position: absolute;
  top: 20px;
  left: 60px;
}
.connet > .itemq > .item_list > .solution > .sol_text > .sol_tilte {
  color: #ffa600;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.connet > .itemq > .item_list > .solution > .sol_text > .sol_content > .list {
  margin-left: 35px;
}
.connet > .itemq > .item_list > .solution > .sol_text > .sol_content {
  line-height: 26px;
}

