.main {
    width: 1220px;
    margin: 0 auto;
}

.look_more {
    display: block;
    width: 105px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #6252a6;
    border: 1px solid #6252a6;
    border-radius: 25px;
}

.look_more:hover {
    background-color: #6252a6;
    color: #fff;
}



.base_line {
    width: 330px;
    height: 83px;
    line-height: 83px;
    margin: 42px auto 55px;
    border-bottom: 4px solid #e5e5e5;
    text-align: center;
    font-size: 30px;
}

.base_line span {
    display: inline-block;
    height: 100%;
    line-height: 75px;
    border-bottom: 4px solid #5b49a1;
}

.good_patent li {
    margin-bottom: 25px;
}

.good_title {
    height: 53px;
    background-color: #6252a6;
    color: #fff;
}

.good_patent li div {
    height: 100%;
    text-align: center;
}

.good_patent li p {
    font-size: 16px;
}

.good_patent .good_title p {
    line-height: 53px;
}

.list_01 {
    width: 462px;
    border-right: 2px solid #e0dced;
}

.list_02 {
    width: 174px;
    border-right: 2px solid #e0dced;
}

.list_03 {
    width: 164px;
    border-right: 2px solid #e0dced;
}

.list_04 {
    width: 165px;
    border-right: 2px solid #e0dced;
}

.list_05 {
    width: 150px;
    border-right: 2px solid #e0dced;
}

.list_06 {
    width: 95px;
}

.good_main {
    height: 64px;
    box-shadow: 0px 2px 7px 1px rgba(34, 24, 21, 0.22);
}

.good_main p {
    line-height: 64px;
}

.platform_slide h4 {
    font-size: 20px;
    margin-top: 14px;
}

.platform_slide div {
    width: 100px;
    height: 4px;
    background-color: #6252a6;
    margin: 8px auto;
}

.platform_slide p {
    padding: 0 32px;
    line-height: 30px;
    font-size: 16px !important;
}

.arrow_r,
.arrow_l {
    width: 40px;
    height: 83px;
    top: 50%;
}

.arrow_r {
    background: url(/static/mofficial/images/arrow_r.png) no-repeat;
}

.arrow_l {
    background: url(/static/mofficial/images/arrow_l.png) no-repeat;

}

.cooperative {
    height: 479px;
    background-color: #f2f2f2;
    margin-top: 60px;
}

.circle {
    bottom: -50px;
    left: 50%;
    transform: translate(-50%);
}

.circle span {
    margin-right: 10px;
}

.all_about_our {
    height: 528px;
}

.about_main {
    height: 360px;
}

.about_main_l {
    width: 407px;
    height: 272px;
    margin-left: 28px;
    position: relative;
}

.about_main_l img {
    position: absolute;
    z-index: 2;
}

.about_main_l div {
    width: 350px;
    height: 214px;
    background-color: #6252a6;
    position: absolute;
    top: 85px;
    left: -28px;
}

.about_main_r {
    width: 784px;
    padding-left: 50px;
}

.about_main_r p {
    text-indent: 2em;
    line-height: 35px;
    font-size: 16px !important;
}

.about_main_r a {
    margin-left: 588px;
    margin-top: 10px;
}

.expert_advisor {
    height: 623px;
    background-color: #f2f2f2;
}

.expert_advisor ul {
    height: 426px;
}

.expert_advisor ul li {
    width: 276px;
    height: 100%;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
    text-align: center;
    padding-top: 265px;
    margin-right: 38px;
    position: relative;
}

.expert_advisor ul li:nth-child(1) {
    background: #fff url(/static/mofficial/images/expert_01.png) no-repeat;
}

.expert_advisor ul li:nth-child(2) {
    background: #fff url(/static/mofficial/images/expert_02.png) no-repeat;
}

.expert_advisor ul li:nth-child(3) {
    background: #fff url(/static/mofficial/images/expert_03.png) no-repeat;
}

.expert_advisor ul li:nth-child(4) {
    background: #fff url(/static/mofficial/images/expert_04.png) no-repeat;
    margin-right: 0;
}

.expert_advisor ul li h4 {
    height: 59px;
    line-height: 59px;
    font-size: 22px;
    padding: 0 15px;
    border-bottom: 4px solid #f8896a;
    width: 96px;
    margin: 0 auto;
}

.expert_advisor ul li p {
    line-height: 30px;
    padding: 0 40px;
    margin-top: 20px;
}

.expert_advisor li div {
    width: 100%;
    height: 0;
    background-color: #6252a6;
    opacity: 0.85;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.expert_advisor li div>p {
    line-height: 30px;
    color: #ffffff;
    padding-top: 70px;
}