.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_service_project {
    padding: 60px 0
}

.box_service_project ._row {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 0 -30px
}

.box_service_project ._col {
    width: 33.333%;
    padding: 30px 0 0 30px
}

.box_service_project ._item {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    border-radius: 12px;
    padding: 24px 26px;
    transition: .3s
}

.box_service_project ._item:hover {
    transform: translateY(-6px)
}

.box_service_project ._item h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--ymt-main-color);
    margin: 0
}

.box_service_project ._item h3:after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background: var(--ymt-main-color);
    margin: 20px 0
}

.box_service_project ._item p {
    font-size: 14px;
    color: #666;
    margin: 0 0 26px
}

.box_logo_design ._introduce_info a,
.box_service_project ._item a {
    display: inline-block;
    border: 1px solid var(--ymt-main-color);
    color: var(--ymt-main-color);
    transition: .3s
}

.box_service_project ._item a {
    margin-top: 24px;
    border-radius: 18px;
    padding: 5px 18px;
    font-size: 14px
}

.box_logo_design ._introduce_info a:hover,
.box_service_project ._item a:hover {
    color: #fff;
    background: var(--ymt-main-color)
}

.box_service_project ._item a:hover i {
    --ymt-main-color: #fff
}

.box_service_project ._item a i {
    position: relative;
    width: 18px;
    height: 1px;
    background: var(--ymt-main-color);
    margin-left: 18px;
    transition: .3s
}

.box_service_project ._item a i:after,
.box_service_project ._item a i:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    width: 6px;
    height: 1px;
    background: var(--ymt-main-color);
    transform-origin: right;
    transition: .3s
}

.box_service_project ._item a i:before {
    transform: rotate(45deg)
}

.box_service_project ._item a i:after {
    transform: rotate(-45deg)
}

.box_logo_design {
    padding-bottom: 60px
}

.box_logo_design ._introduce {
    display: flex;
    margin: 40px 0 0
}

.box_logo_design ._introduce_info {
    flex: 1;
    position: relative;
    background: #fafafa;
    padding: 38px 50px
}

.box_logo_design ._introduce_info:before {
    content: "";
    position: absolute;
    right: 53px;
    top: 28px;
    width: 110px;
    height: 110px;
    background: url(../images/right-quotation-mark.png) no-repeat
}

.box_logo_design ._introduce_info h3 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0 0 26px
}

.box_logo_design ._introduce_info ul {
    margin-bottom: 28px
}

.box_logo_design ._introduce_info ul li {
    position: relative;
    padding-left: 14px;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-top: 16px
}

.box_logo_design ._introduce_info ul li:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--ymt-main-color)
}

.box_logo_design ._introduce_info a {
    font-size: 16px;
    border-radius: 4px;
    padding: 7px 26px
}

.box_logo_design ._list {
    display: flex;
    margin: 14px 0 0 -14px
}

.box_logo_design ._list li {
    width: 20%;
    padding-left: 14px
}

.box_logo_design ._list li>div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .08)
}

.box_proposal {
    background: #fafafa
}

.box_proposal ._wrap {
    display: flex;
    margin: 40px 0 0
}

.box_proposal ._list {
    flex: 1;
    padding-top: 20px;
    margin-right: 60px
}

.box_proposal ._list li {
    display: flex;
    margin-bottom: 45px
}

.box_proposal ._list li h3 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0 0 6px
}

.box_proposal ._list li p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0
}

.box_proposal ._icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: url(../images/3-icon.png) no-repeat;
    margin-right: 28px
}

.box_proposal ._icon_2 {
    background-position: 0 -60px
}

.box_proposal ._icon_3 {
    background-position: 0 -120px
}

.box_proposal ._icon_4 {
    background-position: 0 -180px
}

.box_banner_design,
.box_proposal {
    padding: 60px 0
}

.box_banner_design ._list {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap
}

.box_banner_design ._list li {
    position: relative;
    height: 330px;
    width: 29%;
    overflow: hidden;
    background: no-repeat center;
    background-size: 100% 100%;
    transition: .3s
}

.box_banner_design ._list li:nth-child(1),
.box_banner_design ._list li:nth-child(6) {
    width: 42%
}

.box_banner_design ._list li:hover {
    background-size: 105% 105%
}

.box_banner_design ._list li:hover ._info {
    transform: translateY(0)
}

.box_banner_design ._list ._info {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 28%, rgba(0, 0, 0, .25) 66%, #000 100%);
    color: #fff;
    display: flex;
    align-items: flex-end;
    padding: 18px 30px;
    transition: .3s;
    transform: translateY(100%)
}

.box_banner_design ._list ._info h3 {
    font-size: 20px;
    margin: 0
}

.box_banner_design ._list ._info p {
    margin: 0 0 0 14px;
    font-size: 12px
}

.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 li {
    flex: 1;
    text-align: center
}

.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(../picture/service-process-dot.png) no-repeat;
    margin-top: 38px
}

.box_service_process ._icon {
    display: inline-block;
    width: 86px;
    height: 86px;
    background: url(../picture/service-process-icon.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
}