.mod_links,
.mod_title {
    text-align: center
}

.mod_title h2 {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    margin: 0
}

.mod_title p {
    font-size: 16px;
    color: #adadad;
    margin: 10px 0 0
}

.mod_links a {
    display: inline-block;
    padding: 10px 40px;
    border-radius: 6px;
    border: 1px solid var(--ymt-main-color);
    color: var(--ymt-main-color);
    font-size: 18px;
    margin: 0 16px;
    transition: .3s
}

.mod_links a:hover {
    color: #fff;
    background: var(--ymt-main-color)
}

.mod_links a:first-child {
    color: #fff;
    background: var(--ymt-main-color)
}

.mod_links a:first-child:hover {
    background: var(--ymt-main-dark-color)
}

.box_profile {
    padding: 60px 0
}

.box_profile ._row {
    display: flex;
    margin: 40px 0 0
}

.box_profile ._row li,
.box_service_process ._list li {
    flex: 1;
    text-align: center
}

.box_profile ._row h3 {
    font-size: 18px;
    color: #333;
    margin: 20px 0 0
}

.box_profile ._row h3:after {
    content: "";
    display: block;
    width: 16px;
    height: 4px;
    margin: 16px auto;
    background: #333
}

.box_profile ._row p {
    font-size: 12px;
    color: #666;
    margin: 0
}

.box_profile ._icon {
    display: inline-block;
    /* background-image: url(../images/icon-11.png); */
    width: 60px;
    height: 60px
}

.box_profile ._icon_2 {
    background-position: 0 -60px
}

.box_profile ._icon_3 {
    background-position: 0 -120px
}

.box_profile ._icon_4 {
    background-position: 0 -180px
}

.box_category {
    background: #fafafa
}

.box_category ._row {
    display: flex;
    flex-wrap: wrap;
    margin: 16px 0 0 -24px
}

.box_category ._col {
    width: 25%;
    padding: 24px 0 0 24px
}

.box_category ._item {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    border-radius: 12px;
    padding: 10px;
    text-align: center
}

.box_category ._item p {
    font-size: 16px;
    color: #333;
    padding: 20px 26px;
    margin: 0;
    min-height: 88px
}

.box_category ._item:hover ._item_pic {
    background-size: 110% 110%
}

.box_category ._item_pic {
    position: relative;
    height: 110px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: no-repeat center;
    background-size: 100% 100%;
    transition: .3s
}

.box_category ._item_pic h3 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0
}

.box_category ._more {
    text-align: center;
    margin: 60px 0 0
}

.box_category ._more a {
    display: inline-block;
    padding: 10px 80px;
    border-radius: 6px;
    border: 1px solid var(--ymt-main-color);
    color: var(--ymt-main-color);
    font-size: 18px;
    transition: .3s
}

.box_category ._more a:hover {
    color: #fff;
    background: var(--ymt-main-color)
}

.box_advantage,
.box_case,
.box_category {
    padding: 60px 0
}

.box_advantage ._row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 60px
}

.box_advantage ._col {
    width: 33.333%;
    padding: 40px 0 0 40px
}

.box_advantage ._item {
    padding: 50px 0;
    color: #fff;
    text-align: center;
    border-radius: 12px;
    background: no-repeat center;
    background-size: 100% 100%;
    transition: .3s
}

.box_advantage ._item:hover {
    background-size: 105% 105%
}

.box_advantage ._item h3 {
    font-size: 18px;
    margin: 10px 0 6px
}

.box_advantage ._item p {
    font-size: 18px;
    margin: 0
}

.box_advantage ._icon {
    display: inline-block;
    /* background-image: url(../images/icon-2.png); */
    width: 54px;
    height: 54px
}

.box_advantage ._icon_2 {
    background-position: 0 -54px
}

.box_advantage ._icon_3 {
    background-position: 0 -108px
}

.box_advantage ._icon_4 {
    background-position: 0 -162px
}

.box_advantage ._icon_5 {
    background-position: 0 -216px
}

.box_advantage ._icon_6 {
    background-position: 0 -270px
}

.box_case {
    background: #fafafa
}

.box_case ._row {
    display: flex;
    flex-wrap: wrap;
    margin: -30px 0 0 -80px
}

.box_case ._col {
    width: 50%;
    padding: 80px 0 0 80px
}

.box_case ._col:nth-of-type(2n) ._item a {
    background: 0 0;
    color: var(--ymt-main-color);
    border: 1px solid var(--ymt-main-color)
}

.box_case ._col:nth-of-type(2n) ._item a:hover {
    background: var(--ymt-main-color);
    color: #fff
}

.box_case ._item {
    text-align: center
}

.box_case ._item h3 {
    font-size: 22px;
    font-weight: 700;
    color: #333
}

.box_case ._item a,
.box_case ._item h3:after {
    background: var(--ymt-main-color);
    border-radius: 6px
}

.box_case ._item h3:after {
    content: "";
    width: 30px;
    height: 6px;
    display: block;
    margin: 20px auto
}

.box_case ._item a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding: 12px 80px;
    margin: 40px 0 0;
    transition: .3s
}

.box_case ._item a:hover {
    background: var(--ymt-main-dark-color)
}

.box_service_process {
    padding: 60px 0;
    background: no-repeat center;
    background-size: cover
}

.box_service_process ._list {
    display: flex;
    margin: 60px 0 0
}

.box_service_process ._list h3 {
    font-size: 18px;
    color: #333;
    margin: 20px 0 0;
    font-weight: 700
}

.box_service_process ._dot {
    display: inline-block;
    width: 128px;
    height: 12px;
    background: url(../images/service-process-dot.png) no-repeat;
    margin-top: 38px
}

.box_service_process ._icon {
    display: inline-block;
    width: 86px;
    height: 86px;
    background: url(../images/icon-service-process2.png) no-repeat
}

.box_service_process ._icon_2 {
    background-position: 0 -86px
}

.box_service_process ._icon_3 {
    background-position: 0 -172px
}

.box_service_process ._icon_4 {
    background-position: 0 -258px
}

.box_service_process ._icon_5 {
    background-position: 0 -344px
}