/* ::-webkit-scrollbar {
  display: none;
} */
.banner_solu {
  width: 100%;
  height: 400px;
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner_solu .layout {
  padding-top: 88px;
}

.banner_solu .layout .title {
	font-family: AlibabaPuHuiTi;
    font-size: 20px;
    font-weight: 500;
    line-height: 42px;
    color: #3D3D3D;
}

.banner_solu .layout .title span{
	
	font-size: 36px;
	font-weight: 600;
}

.banner_solu .layout .subtitle {
  font-family: AlibabaPuHuiTi;
  font-size: 14px;
  line-height: 24px;
  color: #3D3D3D;
  margin-top: 10px;
}

.banner_solu .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: 65px;
  cursor: pointer;
  border-radius: 4px 4px 20px;
  transition: all .3s;
}

.banner_solu .layout .btn .arrow {
  width: 30px;
  height: 1px;
  background-color: #fff;
  display: block;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}

.banner_solu .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_solu .layout .btn:hover{
	color: #FFF;
	background-color: #0344c7;
}

.banner_solu .layout .btn:hover .arrow{
	
	background-color: #FFF;
}
.banner_solu .layout .btn:hover .arrow:after{
	
	border-color: transparent #fff #fff transparent;
}


.sec-box {
  padding-bottom: 40px;
  position: relative;
  display: flex;
}

.sec-left {
  width: 280px;
  overflow: hidden;
  position: sticky;
  left: 0;
  top: 70px;
  height: 100%;
}

.sec-box .profession-list {
  margin-top: 50px;
  border-radius: 6px;
  box-sizing: border-box;
  border: 1px solid #E0E9FF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 12px 0 32px;
}

.sec-box .profession-list .title {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 22px;
  padding-left: 34px;
  margin-top: 20px;
}

.sec-box .profession-list .li-wrap {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 34px;
  margin-top: 8px;
  cursor: pointer;
}

.sec-box .profession-list .level1 .icon img:nth-child(1) {
  display: block;
}

.sec-box .profession-list .level1 .icon img:nth-child(2) {
  display: none;
}

.sec-box .profession-list .profession-li.active .level1 {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #E7EFFF 57%);
  position: relative;
}

.sec-box .profession-list .profession-li.active .level1::after {
  content: '';
  display: block;
  width: 4px;
  height: 40px;
  background: #004BE1;
  position: absolute;
  left: 0;
  top: 0;
}

.sec-box .profession-list .profession-li.active .level1 .icon img:nth-child(2) {
  display: block;
}

.sec-box .profession-list .profession-li.active .level1 .icon img:nth-child(1) {
  display: none;
}

.sec-box .profession-list .li-wrap .icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  flex-shrink: 0;
}

.sec-box .profession-list .li-wrap .text {
  font-size: 16px;
  color: #74809F;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sec-box .profession-list .li-wrap .shrink {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin-left: auto;
}


.sec-box .profession-list .try{

    width: 160px;
    height: 38px;
    border: 1px solid #999;
    border-radius: 4px;
    text-align: center;
    line-height: 38px;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    margin-left: 45px;
    margin-top: 20px;
    cursor: pointer;
}

.sec-box .profession-list .try:hover{
	color: #004be1;
    border: 1px solid #004be1;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #E7EFFF 57%);
}

.sec-box .profession-list .try:hover .arrow:after {
	border-color: transparent #004be1 #004be1 transparent;
}

.sec-box .profession-list .try .arrow {
    width: 50px;
    height: 1px;
    background-color: #333;
    display: block;
    float: right;
    margin-top: 20px;
    margin-right: 15px;
}

.sec-box .profession-list .try .arrow:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-color: transparent #333 #333 transparent;
    border-style: solid;
    border-width: 1px;
    transform: rotate(-45deg);
    position: relative;
    bottom: 2px;
    left: 45px;
}

.sec-right {
  width: 830px;
  margin-left: auto;
}

.content-li {
  margin-top: 50px;
}

.content-li .li-wrap .title {
  font-size: 32px;
  font-weight: 500;
  color: #000;
  line-height: 44px;
}

.content-li .li-wrap .subtitle {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  color: #333;
  margin-top: 50px;
}

.content-li .li-wrap .desc {
  margin-top: 10px;
  font-size: 16px;
  line-height: 28px;
  color: #333;
}

.content-li .li-wrap .img {
	margin-top: 20px;
	transition: all .3s;
}

.content-li .li-wrap .img img{
	border-radius: 5px;
}

.content-li .li-wrap .img:hover{
	
	transform: translateY(-5px);
}