.slide {
  padding-top: 160px;
  height: 360px;
  background: url('../image/zqBanner.png') no-repeat rgba(7, 38, 97, 1);
  background-size: cover;
  min-width: 1200px;
  background-position: center;
}

.slide .slide-main {
  text-align: center;
}

.slide .slide-main h6 {
  font-size: 32px;
  color: #FFF;
}
.slide .slide-main a:hover {
  background: #557FE3;
}
.slide .slide-main a {
  display: inline-block;
  width: 165px;
  height: 44px;
  color: #fff;
  line-height: 44px;
  margin-top: 40px;
  background: #1869FF;
  border-radius: 4px;
  text-decoration: none;
  font-size: 18px;
}

/* 内容部分 */
.main {
  position: relative;
  /* background: #F8FAFC; */

}
.main .main-content {
  /* width: 1200px; */
  height: 100%;
  margin: 0 auto;
  background: #FFF;
  padding: 100px 0px 6px 0px;
}
.main-content .title {
  font-size: 32px;
  height: 45px;
  line-height: 45px;
  color: #020202;
  margin-bottom: 60px;
      text-align: center;
}
.main .main-content .clumn_2 .content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.main-content .clumn_2 .content .item{
  width: 240px;
  margin-right: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-content .clumn_2 .content .item:nth-child(4){
  margin-right: 0;
}
.main-content .clumn_2 .content .item .item-img{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  background: url('../image/clumn_2_img.png') no-repeat;
  background-size: 100% 100%;
  background-position: center;
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  line-height: 30px;
}
.main-content .clumn_2 .content .item p{
  margin-top: 30px;
  width: 240px;
  /* height: 48px; */
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: #555555;
  line-height: 24px;
  margin-bottom: 0;
}

.main-content .clumn_3 {
  margin-top: 120px;
}
.main-content .clumn_3 .content ul{
  margin: 0;
}
.main-content .clumn_3 .content li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}

.main-content .clumn_3 .content h6 {
  font-size: 26px;
  color: #000000;
  margin: 0;
  font-weight: 400;
  line-height: 46px;
  text-align: left;
}

.main-content .clumn_3 .content li p {
  margin-bottom: 0;
  font-size: 16px;
  margin-top: 16px;
  font-weight: 400;
  color: #555555;
  line-height: 36px;
  text-align: left;
}

.main-content .clumn_3 .content li img {
  width: 600px;
  height: 440px;
}

.main-content .clumn_4 {
  padding-top: 120px;
  width: 100%;
}

.main-content .clumn_4 .zs-info {
  width: 100%;
  height: 200px;
  padding: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  border-radius: 4px 4px 0 0;
  background: url('../image/banner_1.png') no-repeat;
  background-size: 100% 100%
}

.main-content .clumn_4 .zs-info img {
  width: 120px;
  height: 120px;
  margin-right: 48px;
}

.main-content .clumn_4 .zs-info .info-right h6{
  margin-bottom: 0;
}

.main-content .clumn_4 .zs-info .info-right .tit {
  margin-top: 10px;
  text-align: left;
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 33px;
}

.main-content .clumn_4 .zs-info .info-right ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  color: #FFFFFF;
  margin-top: 16px;
  text-align: left;
}
.main-content .clumn_4 .zs-info .info-right ul li p{
  line-height: 36px;
  font-size: 16px;
  margin-bottom: 0;
}

.main-content .clumn_4 .zs-info .info-right ul li:nth-child(1) {
  margin-right: 30px;
}

.main-content .clumn_4 .zs-info .info-right ul li:nth-child(2) {
  padding: 0 32px;
  border-left: 1px solid rgba(216, 216, 216, 0.5);
  border-right: 1px solid rgba(216, 216, 216, 0.5);
}

.main-content .clumn_4 .zs-info .info-right ul li:nth-child(3) {
  margin-left: 30px;
}
.main-content .clumn_4 .ali-zs .info-main .info-clum:nth-child(3) {
  border-radius: 0 0 4px 4px;
}

.main-content .clumn_4 .ali-zs .info-main .info-clum {
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  text-align: left;
}

.main-content .clumn_4 .ali-zs .info-main .clum-left {
  width: 200px;
  border-right: 1px solid #ECECEC;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 28px;
  color: #555555;
  font-weight: 500;
}
.main-content .clumn_4 .ali-zs {
  width: 100%;
}

.main-content .clumn_4 .ali-zs .info-main .clum-right {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 30px 26px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
}
.main-content .clumn_4 .ali-zs .info-main .clum-right img{
  width: 21px;
  height: 20px;
  margin: 0 20px;
}

.main-content .clumn_4 .ali-zs .info-main .clum-right .two li {
  font-size: 16px;
}

.main-content .clumn_4 .ali-zs .info-main .clum-right .second {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.main-content .clumn_4 .ali-zs .info-main .clum-right .second li {
  width: 143px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
}

.main-content .clumn_4 .ali-zs .info-main .clum-right .second p {
  font-size: 24px;
  font-weight: 500;
  color: #1869FF;
  line-height: 33px;
  margin-bottom: 7px;
  margin-top: 10px;
}

.main-content .clumn_4 .ali-zs .info-main .clum-right .clum-cont{
  width: 88px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #C8DCFF;
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  line-height: 43px;
  text-align: center;
}

.main-content .more-case {
  margin: 0 auto;
  margin-top: 60px;
}
.main-content .more-case a{
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #1869FF;
  line-height: 20px;
  text-decoration: none;
}
.main-content .more-case a:hover{
  color: #4A89FF;
}
.main-content .clumn_5 .btns {
  width: 1200px;
  margin: 120px auto 0 auto;
  padding-top: 80px;
  border-top: 1px solid #DBDBDB;
}

.main-content .clumn_5 .btns a:hover {
  background: #557FE3;
}
.main-content .clumn_5 .btns a {
  display: inline-block;
  width: 260px;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  background: #1869FF;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 400;
  color: #FFFFFF;
  width: 165px;
  height: 44px;
  font-size: 18px;
  line-height: 44px;
}
.clumn_1,.clumn_2,.clumn_4 {
  width: 1200px !important;
  margin: 0 auto;
}

.main-content .clumn_3 .content li.clum-bg{
  width: 100%;
  background: linear-gradient(270deg, #FFFFFF 0%, #F7FAFC 23%, #F7FAFC 72%, #FFFFFF 100%);
}

.clum-bg-box{
  display: flex;
  width: 1200px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.content ul li .clum-left{
  margin: 0 60px;
  flex: 1;
}
.clunm-line{
  width: 1200px;
  margin: 120px auto 0 auto ;
  height: 1px;
  background-color: #DBDBDB;
}
.solu-li{
  position: relative;
  left: 13px;
}
.font-opcity{
  line-height: 17px;
  font-size: 12px;
  opacity: 0.8;
}