.banner {
    width: 100%;
	height: 391px;
    background: url('../image/img_banner.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #0b1625;
}

.banner-content {
	font-family: AlibabaPuHuiTi_2_55_Regular;
    width: 1180px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.banner-title {
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
    margin-bottom: 46px;
}

.banner-title-content {
    width: 659px;
	font-size: 17px;
    line-height: 32px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}



.profession {
    width: 100%;
    background-color: #f1f2f5;
    background: url('../image/img_bg_1.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.profession-content {
    display: flex;
    margin-top: 48px;
    padding-bottom: 73px;
}

.profession-img {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 5%;
    bottom: 20px;
    width: 300px;
    height: 300px;
}

.profession-img img {
    width: 150px;
}

.profession-left {
    width: 239px;
	height: 622px;
	background-color: #f1f4f8;
	box-shadow: 0px 3px 18px 0px rgba(228, 231, 236, 0.35), inset 8px 9px 32px 0px rgba(169, 182, 202, 0.34);
	border-radius: 0px 5px 5px 0px;
}

.profession-left .left-item {
    width: 235px;
	height: 60px;
	color: #9198A7;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    padding: 0 36px;
}

.profession-left .left-item:hover {
    background-color: rgba(252, 253, 255, 0.47);
}

.profession-left .left-item:first-child {
    margin-top: 20px;
}

.profession-left .left-item.active, .profession-left .active:hover {
    width: 163px;
	height: 95px;
    color: #505B71;
    border-right: 4px solid #3163F1;
    position: relative;
}

.profession-left .left-item.active::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 1px;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, 
    rgba(255,255,255,0.3) 30%, rgba(255,255,255,1) 100%);
}

.profession-left .left-item.active::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80%;
    height: 1px;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, 
    rgba(255,255,255,0.3) 30%, rgba(255,255,255,1) 100%);
}

.profession-left .left-item .active-img {
    display: none;
    margin-right: 18px;
}

.profession-left .left-item.active .active-img {
    display: block;
}

.profession-right {
    width: 942px;
    display: flex;
    justify-content: center;
    align-items: center;
	background-image: linear-gradient(0deg, 
		#fcfdff 0%, 
		rgba(252, 253, 255, 0.67) 81%, 
		rgba(248, 250, 253, 0.64) 91%, 
		rgba(244, 247, 250, 0.6) 99%);
	box-shadow: 0px 15px 35px 0px 
		#d1d9e3;
	border-image-source: linear-gradient(0deg, 
		#ffffff 100%);
	border-image-slice: 1;
    padding: 53px 89px 53px 91px;
    border: 2px solid #ffffff;
}

.profession-right-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.profession-right .right-item .right-title {
	font-size: 16px;
    font-size: 16px;
	color: #13192e;
    font-weight: bold;
    margin-bottom: 19px;
    line-height: 27px;
}

.profession-right .right-item .right-title .right-img-1 {
    width: 34px;
	height: 27px;
    margin-right: 10px;
}

.profession-right .right-item .right-content-2 .right-img-2 {
	width: 12px;
	height: 9px;
    margin-right: 13px;
    margin-top: 11px;
}

.profession-right .right-item .right-content-1 {
	font-size: 14px;
	letter-spacing: 0px;
	color: #4b5b76;
    line-height: 26px;
    margin-left: 47px;
}

.profession-right .right-item .right-content-2 {
    display: flex;
    flex-direction: column;
    margin-left: 24px;
}

.profession-right .right-item .right-content-2 .text {
    font-size: 14px;
    line-height: 30px;
    color: #4b5b76;
    display: flex;
    align-items: flex-start;
}   

.btn {
    width: 98px;
    height: 32px;
    background-color: #2F61F1;
    
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
    margin-left: 45px;
}


.common {
    width: 100%;
    min-height: 900px;
    background-color: #f1f2f5;
    background: url('../image/img_bg_2.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}

.center-box {
    width: 1180px;
    padding-top: 77px;
    margin: 0 auto;
    position: relative;  
}

.center-box-1 {
    padding-top: 77px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.center-box-1 .title {
    width: 1180px;
    margin: 0 auto;
}

.profession .title, .common .title {
    font-size: 28px;
    line-height: 28px;
	color: #252b3a;
}

.common .common-content {
    width: 1180px;
    margin: 0 auto;
    display: flex;
    position: relative;
    justify-content: flex-start;
    margin-top: 48px;
    padding-bottom: 69px;
    
}

.common-left {
    
    height: 569px;
    border-right: 1px solid #CED3DD;
}

.common-left .left-item {
    width: 100%;
	height: 70px;
    line-height: 20px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
}

.common-left .left-item:hover {
	color: #2f61f1;
}

.common-left .left-item .text {
    width: 209px;
    height: 100%;
    padding: 0 10px 0 22px;
    position: relative;
    z-index: 2;
    font-family: AlibabaPuHuiTi_2_75_SemiBold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.common-left .left-item.active  {
    height: 129px;
    background-image: linear-gradient(90deg, 
		#cad9f1 0%, 
		#0052d9 70%, 
		#0052d9 100%
        );
    color: #ffffff;
    position: relative;
}

.common-left .left-item.active::before {
    content: ' ';
    position: absolute;
    right: 0;
    top: 0;
    width: 180px;
    height: 67%;
    z-index: 1;
    background-image: url('../image/img_ty_bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.common-left .left-item .active-img {
    display: none;
    width: 26px;
	height: 31px;
    margin-bottom: 15px;
}

.common-left .left-item.active .active-img {
    display: block;
}

.common-right {
    width: 800px;
    padding: 30px 15px 53px 91px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.common-right .right-item {
    margin-bottom: 47px;
}

.common-right .right-item .right-title {
    font-size: 16px;
    font-size: 16px;
    line-height: 27px;
    color: #13192e;
    margin-bottom: 19px;
    font-weight: bold;
}

.common-right .right-item .right-content-1 {
	font-size: 14px;
	color: #4b5b76;
    line-height: 26px;
    margin-left: 47px;
}

.common-right .right-item .right-content-2 {
    display: flex;
    flex-direction: column;
    margin-left: 24px;
}

.common-right .right-item .right-content-2 .text {
    font-size: 14px;
    line-height: 30px;
    color: #4b5b76;
    display: flex;
    align-items: flex-start;
}

.common-right .right-item .right-title .right-img-1 {
    width: 34px;
	height: 27px;
    margin-right: 10px;
}

.common-right .right-item .right-content-2 .right-img-2 {
	width: 12px;
	height: 9px;
    margin-right: 13px;
    margin-top: 11px;
}

.common-img {
    
    position: absolute;
    top: 240px;
    right: -50px;
    width: 392px;
    height: 290px;
    text-align: right;
}