/* ::-webkit-scrollbar {
  display: none;
} */
.banner_bendi {
      height: 400px !important;
    background-image: url(../images/sunlight.png),linear-gradient(292.25deg,#95B9FF -15.24%,#FEBAFF 41.69%,#ACFFFA 101.05%) !important;
    background-repeat: no-repeat !important;
    background-size: contain,cover !important;
}

.banner_bendi .layout {
	padding-top: 70px;
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height:400px;
}

.banner_bendi .layout .imgright{
	
	position: absolute;
    bottom: 0px;
    right: -60px;
    width: 455px;
}

.banner_bendi .layout .title {
	font-family: AlibabaPuHuiTi;
    font-size: 20px;
    font-weight: 500;
    line-height: 42px;
    color: #3D3D3D;
	position: relative;
}

.banner_bendi .layout .title p{
    position: absolute;
    z-index: 1;
    width: 450px;
    height: 20px;
    bottom: -8px;
    left: -2px;
    background-image: linear-gradient(270deg,rgba(100,104,251,.0001),#fd8a51);
}

.banner_bendi .layout .title span{
	z-index: 2;
	font-size: 40px;
	font-weight: 600;
	position: relative;
	color: #004be1;
}


.banner_bendi .layout .item-container {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  overflow: hidden;
  width: 750px;
  position: relative;
  z-index: 1;
}

.banner_bendi .layout .item-container .item-wrapper {
	width: 142px;
    padding: 4px 8px 4px 15px;
    margin: 0 8px 8px 0;
    box-sizing: border-box;
    line-height: 32px;
    cursor: pointer;
	background-color: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
	border: 1px solid #E6E8EF;
}

.banner_bendi .layout .item-container .item-wrapper:first-child {
  margin-left: 0;
}

.banner_bendi .layout .item-container .item-wrapper:hover {
  background-image: linear-gradient(to right, #e5f2ff, #fff);
  border: 1px solid #1472ff;
  font-weight: 600;
  font-weight:bold;
}


.banner_bendi .layout .item-container .item-wrapper .title span {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #000;
    vertical-align: middle;
}

.banner_bendi .layout .item-container .item-wrapper .title .icon {
  width: 18px;
  margin-right: 6px;
  vertical-align: middle;
}




.banner_bendi .layout .btn {
  width: 160px;
  height: 44px;
  left: 426px;
  top: 424px;
  background: #1472ff;
  border-radius: 4px;
  font-size: 18px;
  line-height: 44px;
  color: #fff;
  text-align: center;
  margin-top: 45px;
  cursor: pointer;
  border-radius: 4px 4px 20px;
  transition: all .3s;
}

.banner_bendi .layout .btn .arrow {
  width: 30px;
  height: 1px;
  background-color: #fff;
  display: block;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}

.banner_bendi .layout .btn .arrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-color: transparent #fff #fff transparent;
  border-style: solid;
  border-width: 1px;
  transform: rotate(-45deg);
  position: relative;
  bottom: 2px;
  left: 24px;
}


.banner_bendi .layout .btn:hover{
	color: #FFF;
	background-color: #0344c7;
}

.banner_bendi .layout .btn:hover .arrow{
	
	background-color: #FFF;
}
.banner_bendi .layout .btn:hover .arrow:after{
	
	border-color: transparent #fff #fff transparent;
}


.sec-box{ margin:100px auto 50px;}

.sec-box .tit{ 
	font-weight: 600;
    font-size: 42px;
    color: #000;
	margin-bottom:10px;
	margin-top:50px;
}
.sec-box .tit span{
	
	font-size: 30px;
    font-weight: 600;
	font-family: DIN;
	padding-top: 8px;
}

.sec-box .tit span b{font-size: 40px;}
.sec-box .tit span b#img_count1{font-size: 20px;}
.sec-box .tit span b#img_count2{font-size: 20px;}
.sec-box .tit span b#img_count3{font-size: 20px;}
.sec-box .tit span b#img_count4{font-size: 20px;}
.sec-box .tit span b#img_count5{font-size: 20px;}

.sec-box .img-box {
    position: relative;
    padding: 12px;
    box-shadow: 0px 7px 14px 0px #e8eaf4;
    border-radius: 15px;
    border: 1px solid #E6E8EF;
	margin-bottom: 40px;
}

.sec-box .img-box img{
	border-radius: 15px;
}

.sec-box .img-box .swiper-button-prev:hover,
.sec-box .img-box .swiper-button-next:hover {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

.sec-box .img-box .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: url(../images/left.png) no-repeat center/35%;
  left: -60px;
  top: 50%;
  outline: none;
}

.sec-box .img-box .swiper-button-next {
  width: 40px;
  height: 40px;
  background: url(../images/right.png) no-repeat center/35%;
  right: -60px;
  top: 50%;
  outline: none;
}





.sec-box .img-box  .case-code-qbbox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 15px 0;
}

.sec-box .img-box  .case-code-qbbox li {
    width: 200px;
    text-align: center;
    margin: 25px 16px;
}

.sec-box .img-box  .case-code-qbbox li img {
    width: 100%;
    height: auto;
}

.sec-box .img-box  .case-code-qbbox li p {
    font-size: 20px;
    line-height: 32px;
    margin-top: 4px;
    text-align: center;
    color: #666;
}


.main-content .btns {
    width: 145px;
    height: 40px;
    background: #fff;
    border-radius: 4px;
    margin: 0px auto 100px;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    font-size: 14px;
    color: #1472ff;
	border: 1px solid #004be1;
}

.main-content .btns .tit{
	float: left;
    margin-left: 20px;
}
.main-content .btns .arrow{
    width: 40px;
    height: 1px;
    background-color: #1472ff;
    display: block;
    float: right;
    margin-top: 20px;
    margin-right: 10px;
}
.main-content .btns .arrow:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-color: transparent #1472ff #1472ff transparent;
    border-style: solid;
    border-width: 1px;
    transform: rotate(-45deg);
    position: relative;
    bottom: 2px;
    left: 34px;
}
.main-content .btns:hover {
    color: #fff;
    border: 1px solid #004be1;
    background: #1472ff;
}

.main-content .btns:hover .arrow{
	background-color: #fff;
}

.main-content .btns:hover .arrow:after {
	border-color: transparent #fff #fff transparent;
}