
.center {
    width: 1300px;
    height: 280px;
    margin: 0 auto;
    position: relative;
}
.center-main {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 460px;
    /* background-color: #ffffff; */
    box-shadow: 0px 2px 25px 0px 
		rgba(0, 157, 74, 0.04);
}
.center-main-left{
    position: relative;
    width: 775px;
	height: 100%;
	background-color: #ffffff;
	border-radius: 14px;
}
.center-main-right{
    width: 525px;
	height: 100%;
	background-color: #ffffff;
	border-radius: 14px;
    border-left:  solid 1px #f2f2f2;
}
.center-main-left {
    padding: 0 65px 0 29px;
}
.center-main-left-title {
    position: relative;
    height: 161px;
    margin-top: 32px;
    margin-left: 17px;
}
.center-main-left-box-icon {
    position: absolute;
    left: 0;
    top: 53px;
    z-index: 0;

}
.center-main-left-title-top :first-child {
    font-size: 38px;
    color: #313332;
    font-weight: 700;
    margin-right: 13px;
}
.center-main-left-title-top :last-child {
    font-size: 17px;
    color: #999999;
}
.center-main-left-img {
    position: absolute;
    top: 40px;
    right: 65px;
    z-index: 2;
}
.center-main-left-box-icon {
    font-size: 79px;
    color: transparent;
-webkit-text-stroke: 1px rgb(221,255,239);
font-family: PingFangSC-Semibold;
height: 111px;

}
.center-main-left-nav {
}
.center-main-left-nav .enter-main-left-nav-main:nth-child(1){
    
    width: 221px;
}
.center-main-left-nav .enter-main-left-nav-main:nth-child(2){
    
    width: 151px;
}
.enter-main-left-nav-main div {
    position: relative;
    height: 44px;
    line-height: 44px;
    color: #149852;
    cursor: pointer;
    font-weight: 700;
    padding: 0 58px 0 21px;
    display: inline-block;
}
/*.enter-main-left-nav-main div:hover {

    background-color: #313332;
	box-shadow: 0px 2px 10px 0px
		rgba(66, 160, 95, 0.2);
	border-radius: 22px;
    color: #ffffff;
}
.enter-main-left-nav-main div:hover::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
	height: 12px;
    right: 15px;
    background: url(/images/index/arrow-right.png);
}*/
.center-main-right {
    position: relative;
    padding: 0 30px;
}
.enter-main-left-nav-main-a {
    background-color: #313332;
	box-shadow: 0px 2px 10px 0px 
		rgba(66, 160, 95, 0.2);
	border-radius: 22px;
    color: #ffffff!important;
}
.enter-main-left-nav-main-a::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
	height: 12px;
    right: 15px;
    background: url(/images/index/arrow-right.png);
}