:root {
    --main-color: #988C86;
    --extra-color: #DF5646;
    --font-family: 'Inter', sans-serif;
    --font-family-extra: 'Playfair Display', serif;
}

body {
    font-family: var(--font-family);
    font-weight: 300;
    color: #333;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
}

html,
body {
    height: 100%;
    width: 100%;
}

#myweb_right {
    flex-grow: 1;
    position: relative;
}

/* #region右侧区域顶部开始 */
#myweb_right {
    overflow-y: auto;
}

.mres_tm_hero {
    /* position: relative; */
    min-height: 100vh;
}

.mres_tm_hero .background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.mres_tm_hero .background .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../image/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* 版心区域 */
.container {
    position: relative;
    width: 100%;
    max-width: 1250px;
    margin: auto;
    height: auto;
    /* overflow: hidden; */
}

@media (max-width: 1600px) {
    .container {
        max-width: 1150px;
    }
}

.mres_tm_hero .container .content {
    padding: 0 40px;
    min-height: 100vh;
    overflow: hidden;
    /* margin-top: 313px; */
}

.mres_tm_hero .mers_down {
    position: absolute;
    bottom: 5%;
    left: 40px;
}

.mres_tm_hero .container .in {
    margin-top: 313px;
}

/* 文字区域 */
.mres_tm_hero .container .in span {
    color: var(--extra-color);
    font-size: 32px;
}

.mres_tm_hero .container .in h1 {
    font-size: 96px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 25px;
}

@media (max-width: 1600px) {
    .mres_tm_hero .container .in h1 {
        font-size: 70px;
    }
}

.mres_tm_hero .container .in p {
    font-size: 32px;
    margin-bottom: 57px;
    color: var(--main-color)
}

@media (max-width: 1600px) {
    .mres_tm_hero .container .in p {
        font-size: 25px;
        margin-bottom: 40px;
    }
}

@media (max-width: 1600px) {
    .mers_tm_hero .hello {
        font-size: 23px;
    }
}

.mers_down svg #wheel {
    animation: scroll ease 2s infinite;
}

/* 鼠标大小动态变化 */
.mers_down svg {
    width: 64px !important;
    height: 64px !important;
}

@media (max-width: 1600px) {
    .mers_down svg {
        width: 38px !important;
        height: 38px !important;
    }
}

@keyframes scroll {
    0% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(60px);
    }
}

/* 按钮 */
.c-button {
    color: #000;
    font-weight: 700;
    width: 230px;
    height: 84px;
    font-size: 20px;
    text-decoration: none;
    padding: 0.9em 1.6em;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.c-button--gooey {
    color: #df5646;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
    border: 4px solid #df5646;
    border-radius: 10px;
    position: relative;
    transition: all 700ms ease;
    background-color: #fafafa;
}

.c-button--gooey .c-button__blobs {
    height: 100%;
    filter: url(#goo);
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: -3px;
    right: -1px;
    z-index: -1;
}

.c-button--gooey .c-button__blobs div {
    background-color: #df5646;
    width: 37%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    transform: scale(1.4) translateY(125%) translateZ(0);
    transition: all 700ms ease;
}

.c-button--gooey .c-button__blobs div:nth-child(1) {
    left: -5%;
}

.c-button--gooey .c-button__blobs div:nth-child(2) {
    left: 30%;
    transition-delay: 60ms;
}

.c-button--gooey .c-button__blobs div:nth-child(3) {
    left: 66%;
    transition-delay: 25ms;
}

.c-button--gooey:hover {
    color: #fff;
}

.c-button--gooey:hover .c-button__blobs div {
    transform: scale(1.4) translateY(0) translateZ(0);
}

/* #endregion右侧区域顶部结束 */

/* #region第二部分开始 */
.mers_tm_about {
    width: 100%;
    padding: 110px 0;
}

.mers_tm_about .content {
    padding: 0 40px;
    display: flex;
    align-items: flex-start;
    text-align: center;
}

.mers_tm_about .about_info {
    word-spacing: 3px;
    text-align: left;
    padding-left: 90px;
}

.mers_tm_about .about_info .tip {
    text-transform: uppercase;
    color: #df5646;
}

.mers_tm_about .about_info .name {
    font-size: 60px;
    letter-spacing: 2px;
    font-weight: 400;
    position: relative;
}

.mers_tm_about .about_info .para {
    font-size: 18px;
    line-height: 32px;
    color: rgb(152, 140, 134);
    border-bottom: 2px solid #f5f5f5;
    padding: 20px 0;
}

/* 小动画 */
::-moz-selection {
    background: #1A1A1A;
    color: #FFF
}

::selection {
    background: #1A1A1A;
    color: #FFF
}

a {
    text-decoration: none;
    cursor: pointer
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

.kolor-tla {
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

.pozycja {
    display: table;
    position: absolute;
    height: 100%;
    top: -145px;
    left: 250px;
}

.srodek {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 0px
}

.pozycja span {
    display: block
}

#qlogo {
    width: 200px;
    height: 240px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    border: 3px solid transparent;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out
}

.poziomq {
    text-align: center;
    position: relative;
    top: 33%;
    display: inline-block;
    width: 105px;
    -webkit-animation: ruchLewitacja 3s ease-in-out infinite;
    animation: ruchLewitacja 3s ease-in-out infinite
}

.cialo {
    background: #F67872;
    margin: 0 auto;
    width: 105px;
    height: 105px;
    border-radius: 25%;
    position: relative
}

.liscie {
    position: relative
}

.liscie .lodyga {
    width: 25px;
    height: 45px;
    border: 10px solid #44A48E;
    border-bottom: none;
    border-right: none;
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -5px;
    border-top-left-radius: 30px
}

.liscie .lisc-lewy {
    width: 0px;
    height: 10px;
    border: 10px solid #44A48E;
    border-top: none;
    position: absolute;
    top: -25px;
    left: 20px;
    border-bottom-left-radius: 10px
}

.liscie .lisc-lewy.drugi {
    left: 31px
}

.liscie .lisc-prawy {
    width: 0px;
    height: 10px;
    border: 10px solid #44A48E;
    border-top: none;
    position: absolute;
    top: -25px;
    right: 21px;
    border-bottom-right-radius: 10px
}

.liscie .lisc-prawy.drugi {
    right: 32px
}

.liscie .after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0px;
    border-top: 20px solid #fff;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    -webkit-transition: border-top-color .3s ease-in-out;
    transition: border-top-color .3s ease-in-out
}

.liscie .lisc-lewy .after {
    left: -10px
}

.liscie .lisc-prawy .after {
    right: -10px
}

.twarz {
    width: 105px;
    position: relative
}

.oczy {
    width: 105px;
    height: 20px;
    position: relative;
    -webkit-transform-origin: center;
    transform-origin: center
}

.oczy .oko {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #1A1A1A;
    top: 28px;
    border-radius: 50%;
    -webkit-animation: ruchOczy 12s infinite ease-in-out;
    animation: ruchOczy 12s infinite ease-in-out
}

.oczy .oko:before {
    content: "";
    display: block;
    width: 14px;
    height: 0px;
    background: #F67872;
    position: absolute;
    left: -1px;
    top: -1px;
    -webkit-transition: height .1s ease-in-out;
    transition: height .1s ease-in-out
}

.oczy .oko:after {
    content: "";
    display: block;
    width: 14px;
    height: 0px;
    background: #F67872;
    position: absolute;
    left: -1px;
    bottom: -1px;
    -webkit-transition: height .1s ease-in-out;
    transition: height .1s ease-in-out
}

.oczy .oko.oko-lewe {
    left: 16%
}

.oczy .oko.oko-prawe {
    right: 16%
}

.piegi {
    width: 105px;
    height: 10px;
    position: relative
}

.piegi .pieg {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #C4605B;
    top: 27px;
    border-radius: 0%;
    -webkit-transition: top .1s ease-in-out;
    transition: top .1s ease-in-out
}

.piegi .pieg:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #C4605B;
    position: absolute;
    top: 0px;
    border-radius: 0%
}

.piegi .pieg.pieg-lewy {
    left: 10%
}

.piegi .pieg.pieg-lewy:after {
    left: 20px
}

.piegi .pieg.pieg-prawy {
    right: 10%
}

.piegi .pieg.pieg-prawy:after {
    right: 20px
}

.buzia {
    width: 85px;
    height: 35px;
    background: #F93348;
    position: relative;
    top: 28px;
    left: 10px;
    border-radius: 0% 0% 70% 70% / 0% 0% 140% 140%;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    overflow: hidden
}

.buzia .zuby {
    width: 85px;
    height: 7px;
    background: #fff;
    position: absolute;
    top: 0px;
    left: 0;
    border-radius: 0 0 5px 5px / 0 0 35px 35px;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.buzia .gardlo {
    width: 85px;
    height: 14px;
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0px;
    left: 0;
    border-radius: 0 0 13px 13px / 0 0 35px 35px;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.rece .reka {
    background: #F67872;
    width: 2px;
    height: 30px;
    position: absolute;
    top: 80px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.rece .reka.reka-lewa {
    left: 7px
}

.rece .reka.reka-prawa {
    right: 7px
}

.rece .reka:after {
    content: "";
    display: block;
    width: 4px;
    height: 2px;
    background: #F67872;
    position: absolute;
    top: 27px;
    left: -1px
}

.nogi {
    position: relative
}

.nogi>* {
    width: 20px;
    height: 2px;
    background: #F67872;
    position: absolute;
    -webkit-transform-origin: center;
    transform-origin: center
}

.nogi .noga-lewa {
    bottom: 0px;
    left: 15px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.nogi .noga-lewa:after {
    content: "";
    display: block;
    width: 2px;
    height: 6px;
    background: #F67872;
    position: absolute;
    bottom: -4px;
    left: 18px
}

.nogi .noga-prawa {
    bottom: 0px;
    right: 15px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.nogi .noga-prawa:after {
    content: "";
    display: block;
    width: 2px;
    height: 6px;
    background: #F67872;
    position: absolute;
    top: -4px;
    left: 18px
}

.cien {
    display: block;
    width: 120px;
    height: 50px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    margin-left: 40px;
    position: absolute;
    bottom: 0px;
    -webkit-animation: ruchCien 3s ease-in-out infinite;
    animation: ruchCien 3s ease-in-out infinite
}

.poziomq:hover .oczy .oko:before {
    height: 0px
}

.poziomq:hover .oczy .oko:after {
    height: 6px
}

.poziomq:hover .piegi .pieg {
    top: 22px
}

.poziomq:hover .buzia {
    width: 45px;
    height: 15px;
    top: 34px;
    left: 30px
}

.poziomq:hover .buzia .zuby {
    width: 45px;
    height: 0px;
    top: 0px
}

.poziomq:hover .buzia .gardlo {
    width: 45px;
    height: 3px;
    top: 0px
}

.poziomq:hover .noga-lewa {
    -webkit-animation: ruchNogaLewa .15s ease-in-out infinite;
    animation: ruchNogaLewa .15s ease-in-out infinite
}

.poziomq:hover .noga-prawa {
    -webkit-animation: ruchNogaPrawa .15s ease-in-out infinite;
    animation: ruchNogaPrawa .15s ease-in-out infinite
}

.poziomq:hover .reka {
    top: auto;
    bottom: 25px
}

.poziomq:hover .reka-lewa {
    left: 4px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: ruchNogaLewa .15s ease-in-out infinite;
    animation: ruchNogaLewa .15s ease-in-out infinite
}

.poziomq:hover .reka-prawa {
    right: 4px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-animation: ruchRekaLewa .15s ease-in-out infinite;
    animation: ruchRekaLewa .15s ease-in-out infinite
}

.poziomq:hover .piegi .pieg {
    top: 18px
}

.poziomq:hover .oczy .oko:before {
    height: 3px
}

.poziomq:hover .oczy .oko:after {
    height: 3px
}

.poziomq:hover .buzia {
    width: 80px;
    height: 48px;
    top: 17px;
    left: 13px;
    border-radius: 44%
}

.poziomq:hover .buzia .zuby {
    width: 55px;
    height: 7px;
    top: 0px;
    left: 13px;
    border-radius: 80% 80% 0% 0% / 140% 140% 0% 0%
}

.poziomq:hover .buzia .gardlo {
    width: 80px;
    height: 30px;
    top: 0px;
    left: 0px;
    border-radius: 80% 80% 0% 0% / 104% 104% 0% 0%
}

.poziomq:hover .liscie,
.poziomq:hover .cialo {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation: ruchWstrzas .15s ease-in-out infinite;
    animation: ruchWstrzas .15s ease-in-out infinite
}

.tekst {
    opacity: 0;
    color: rgba(0, 0, 0, 0.7);
    display: block;
    position: absolute;
    top: 10px;
    right: -50%;
    font-family: 'Lato', arial, sans-serif;
    font-size: 11px;
    display: block;
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
    -webkit-animation: ruchTekst 30s ease-in-out infinite;
    animation: ruchTekst 30s ease-in-out infinite
}

.tekst:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-top: none;
    border-left: none;
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -22px;
    border-bottom-right-radius: 30px
}


/*! animacja tekst */
@-webkit-keyframes ruchTekst {

    0%,
    3%,
    18%,
    100% {
        opacity: 0
    }

    4.5%,
    16.5% {
        opacity: 1
    }
}

@keyframes ruchTekst {

    0%,
    3%,
    18%,
    100% {
        opacity: 0
    }

    4.5%,
    16.5% {
        opacity: 1
    }
}

/* animacja oczy */
@-webkit-keyframes ruchOczy {

    0%,
    4%,
    6%,
    49%,
    51%,
    53%,
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg)
    }

    5%,
    50%,
    52% {
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg)
    }
}

@keyframes ruchOczy {

    0%,
    4%,
    6%,
    49%,
    51%,
    53%,
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg)
    }

    5%,
    50%,
    52% {
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg)
    }
}

/* animacja cien */
@-webkit-keyframes ruchCien {

    0%,
    100% {
        -webkit-transform: scale(1) rotateX(100deg);
        transform: scale(1) rotateX(100deg)
    }

    50% {
        -webkit-transform: scale(0.7) rotateX(100deg);
        transform: scale(0.7) rotateX(100deg)
    }
}

@keyframes ruchCien {

    0%,
    100% {
        -webkit-transform: scale(1) rotateX(100deg);
        transform: scale(1) rotateX(100deg)
    }

    50% {
        -webkit-transform: scale(0.7) rotateX(100deg);
        transform: scale(0.7) rotateX(100deg)
    }
}

/* animacja latanie */
@-webkit-keyframes ruchLewitacja {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px)
    }
}

@keyframes ruchLewitacja {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px)
    }
}

/*! animacja noga lewa */
@-webkit-keyframes ruchNogaLewa {

    0%,
    100% {
        -webkit-transform: rotateZ(75deg);
        transform: rotateZ(75deg)
    }

    50% {
        -webkit-transform: rotateZ(100deg);
        transform: rotateZ(100deg)
    }
}

@keyframes ruchNogaLewa {

    0%,
    100% {
        -webkit-transform: rotateZ(75deg);
        transform: rotateZ(75deg)
    }

    50% {
        -webkit-transform: rotateZ(100deg);
        transform: rotateZ(100deg)
    }
}

/*! animacja noga prawa */
@-webkit-keyframes ruchNogaPrawa {

    0%,
    100% {
        -webkit-transform: rotateZ(105deg);
        transform: rotateZ(105deg)
    }

    50% {
        -webkit-transform: rotateZ(75deg);
        transform: rotateZ(75deg)
    }
}

@keyframes ruchNogaPrawa {

    0%,
    100% {
        -webkit-transform: rotateZ(105deg);
        transform: rotateZ(105deg)
    }

    50% {
        -webkit-transform: rotateZ(75deg);
        transform: rotateZ(75deg)
    }
}

/*! animacja reka prawa */
@-webkit-keyframes ruchRekaLewa {

    0%,
    100% {
        -webkit-transform: rotateZ(-75deg);
        transform: rotateZ(-75deg)
    }

    50% {
        -webkit-transform: rotateZ(-105deg);
        transform: rotateZ(-105deg)
    }
}

@keyframes ruchRekaLewa {

    0%,
    100% {
        -webkit-transform: rotateZ(-75deg);
        transform: rotateZ(-75deg)
    }

    50% {
        -webkit-transform: rotateZ(-105deg);
        transform: rotateZ(-105deg)
    }
}

/*! animacja wstrzas */
@-webkit-keyframes ruchWstrzas {

    0%,
    100% {
        -webkit-transform: rotateZ(1deg);
        transform: rotateZ(1deg)
    }

    50% {
        -webkit-transform: rotateZ(-1deg);
        transform: rotateZ(-1deg)
    }
}

@keyframes ruchWstrzas {

    0%,
    100% {
        -webkit-transform: rotateZ(2deg);
        transform: rotateZ(2deg)
    }

    50% {
        -webkit-transform: rotateZ(-2deg);
        transform: rotateZ(-2deg)
    }
}

/* #endregion第二部分结束 */


/* #region第三部分开始 */
.mers_tm_service {
    background-color: #fafafa;
    text-align: center;
    padding: 0 40px;
    /* padding-bottom: 40px; */
}

.mers_tm_service .service-info {
    width: 100%;
    padding: 111px 0 0 0;
}

.service-info .why {
    color: var(--extra-color);
    font-size: 16px;
    text-transform: uppercase;
}

.mers_tm_service .service-info .list {
    display: flex;
    justify-content: space-between;
    margin-top: 47px;
}

.mers_tm_service .service-info .list li {
    flex: 1;
    margin-left: 20px;
    position: relative;
}

.mers_tm_service .service-info .list li:first-child {
    margin-left: 0;
}

@media (max-width: 1600px) {
    .service-info .why {
        font-size: 14px;
    }
}

.service-info .title {
    font-weight: 400;
    font-size: 60px
}

@media (max-width: 1600px) {
    .service-info .title {
        font-size: 45px;
    }
}

/* 卡片项 */
.card {
    /* width: 150px; */
    height: 260px;
    background: #fff;
    padding: 2rem 1.5rem;
    transition: box-shadow .3s ease, transform .2s ease;
}

.card-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    transition: transform .2s ease, opacity .2s ease;
}

/*Image*/
.card-info .card-avatar {
    font-size: 42px;
    transition: transform .2s ease;
    margin-bottom: 1rem;
    color: var(--extra-color);
    opacity: .2;
}

@media (max-width: 1600px) {
    .card-info .card-avatar {
        font-size: 35px;
    }
}

/*Card footer*/
.card-social {
    /* transform: translateY(170%); */
    bottom: -10px;
    position: absolute;
    display: flex;
    width: 100%;
    opacity: 0;
    transition: all .2s ease;
}

.card-social__item i {
    display: block;
    color: var(--extra-color);
    cursor: pointer;
    font-size: 30px;
    transition: fill 0.2s ease, transform 0.2s ease;
}

/*Text*/
.card-title {
    color: #333;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 2rem;
}

.card-subtitle {
    color: #859ba8;
    font-size: 0.8em;
    text-align: left;
}

/*Hover*/
.card:hover {
    box-shadow: 0 8px 50px #23232333;
    cursor: pointer;
}

.card:hover .card-info {
    transform: translateY(-5%);
}

.card:hover .card-social {
    /* transform: translateY(100%); */
    bottom: 30px;
    opacity: 1;
}

.card-social__item i:hover {
    fill: #232323;
    transform: scale(1.1);
}

.card:hover .card-avatar {
    opacity: 1;
}

.card-avatar:hover {
    transform: scale(1.1);
}

/* 技能区域 */
.service-info .card-line {
    height: 1px;
    width: 100%;
    margin-top: 90px;
    background-color: rgba(32, 32, 32, .07);
}

.skill-cavans {
    display: flex;
    justify-content: space-between;
    margin: 60px 0;
    width: 100%;
    height: 200px;
}

.skill-cavans .skill-name {
    font-size: 22px;
    text-align: center;
    color: rgb(152, 140, 134);
}

.service-info .skill-all {
    overflow: hidden;
    position: relative;
    height: 70px;
    padding-top: 25px;
    padding-bottom: 111px;
}

.service-info .skill-all ul {
    display: flex;
    position: absolute;
    /* width: 3442px; */
}

.one,
.two {
    display: flex;
    position: absolute;
}

.one {
    left: 0;
}

.two {
    left: 1070px;
}

.service-info .skill-all ul li {
    font-size: 55px;
    width: 221.2px;
    /* margin-right: 70px; */
    opacity: .4;
    transition: all .3s ease;
}

.service-info .skill-all ul li:hover {
    opacity: 1;
    cursor: pointer;
}

/* #endregion第三部分结束 */

/* 第四部分 */
.mers_exhibition {
    margin-bottom: 60px;
    padding-top: 111px;
}

.mers_exhibition .exhibition_list {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    margin-top: 50px;
}
.mers_exhibition .exhibition_list li:nth-child(3n){
    margin-right: 0;
}
.mers_exhibition .exhibition_list li {
    margin-right: 80px;
    margin-bottom: 50px;
    width: 330px;
    text-align: center;
}

.mers_exhibition .exhibition_list li:hover h4 {
    color: #df5646;
    cursor: pointer;
}

.mers_exhibition .exhibition_list .image {
    width: 330px;
}

.mers_exhibition .exhibition_list li h4 {
    margin-top: 30px;
    font-size: 25px;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
}

/* 图片卡 */
.mers_exhibition .card {
    position: relative;
    width: 300px;
    height: 200px;
    /* background-image: url(../img/14.jpg); */
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.mers_exhibition .card .img {
    /*     width: 280px;
    height: 200px; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* fill: #333; */
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.mers_exhibition .card:hover {
    transform: rotate(-5deg) scale(1.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.mers_exhibition .card__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.mers_exhibition .card:hover .card__content {
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 1;
}

.card__title {
    margin: 0;
    font-size: 24px;
    color: #333;
    font-weight: 700;
}

.card__description {
    text-align: left;
    margin: 10px 0 0;
    font-size: 16px;
    text-indent: 2em;
    color: #777;
    line-height: 1.6;
    font-family: var(--font-family-extra);
}

.mers_exhibition .card:hover .img {
    scale: 0;
    transform: rotate(-45deg);
}


.mers_exhibition .exhibition_list li:nth-child(3) {
    padding-right: 0;
}

.mers_exhibition .exhibition_list li:nth-child(6) {
    padding-right: 0;
}

.mers_exhibition .title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.mers_exhibition .title span {
    color: var(--extra-color);
    font-size: 16px;
    text-transform: uppercase;
}

.mers_exhibition .title h3 {
    font-weight: 400;
    font-size: 60px;
}

.more {
    font-size: 18px;
    cursor: pointer;
    color: var(--main-color);
    transition: all .3s;
    font-family: var(--font-family-extra);
}

.more:hover {
    color: var(--extra-color);
    cursor: pointer;
}

/* #region第五部分 个人动态*/
.mers_tm_blog {
    background-color: #fafafa;
    height: auto;
    width: 100%;
    padding: 111px 0 115px 0;
}

.content .arrow span:hover {
    background-color: #df5646;
    color: #fff;
}

.myblog {
    margin-top: 45px;
    padding: 5px;
    width: 100%;
}

.myblog ul li {
    box-shadow: 0 0 20px rgba(0, 0, 0, .06);
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
}

.myblog ul li .blog-img {
    height: 256px;
    cursor: pointer;
    overflow: hidden;
}

.myblog ul li img {
    height: 100%;
    width: 100%;
    transition: all .8s;
    display: block;
    object-fit: cover;
}

.myblog ul .blog-img img:hover {
    scale: 1.1;
}

.mers_tm_blog .content {
    padding: 0 40px;
}

.myblog .blog-content {
    padding: 23px 30px 25px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.myblog .blog-content p {
    font-size: 14px;
    color: var(--main-color);
}

.myblog .blog-detail {
    color: #202020;
    font-size: 20px;
    transition: all .5s;
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-family: var(--font-family-extra);
}

.myblog .blog-detail:hover {
    color: var(--extra-color);
}

.arrow-right {
    position: relative;
    box-shadow: 0 4px 4px #E8E8E8;
    border-radius: 100%;
    width: 37px;
    height: 37px;
    transition: all .4s;
    margin-top: 26px;
}

.arrow-right:hover {
    background-color: #df5646;
    color: white;
    cursor: pointer;
}

.arrow-right .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#next {
    position: absolute;
    right: 0;
}

.title-content {
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 100%;
    margin-bottom: 40px;
}

.arrow {
    position: relative;
    width: 170px;
}

.arrow span {
    padding: 13px 16px 7px 23px;
    box-shadow: 0 4px 4px #E8E8E8;
    color: #df5646;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
}

.arrow #prev {
    left: 0;
}

.arrow #next {
    right: 0;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    font-family: "Font Awesome";
    content: " \e614";
    font-size: 23px;

}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    font-family: "Font Awesome";
    content: " \e613";
    font-size: 23px;

}

@font-face {
    font-family: 'Font Awesome';
    src: url('../fonts/iconfont.ttf') format('truetype');
}

.moredynamic{
    margin-top: 10px;
    text-align: right;
}

/* #endregion第五部分结束 */


.tab {
    color: var(--extra-color);
    font-size: 16px;
    text-transform: uppercase;
}

.com-titlt {
    font-weight: 400;
    font-size: 60px;
}


/* 第六部分 */
.mers_tm_contact {
    background-color: #202020;
    text-align: center;
}

.mers_tm_contact .contact_content {
    padding: 0 40px;
    box-sizing: border-box;
    padding-top: 111px;
    position: relative;
    height: 100vh;
}

.mers_tm_contact .contact_content .ewm {
    width: 370px;
    margin-top: 100px;
    border-radius: 10px;
}

.mers_tm_contact .contact_content .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.circle {
    width: 30px;
    height: 30px;
    border: 1px solid #df5646;
    border-radius: 50%;
    position: absolute;
    z-index: 100;
    text-align: center;
    pointer-events: none;
    /* 阻止点击事件发生在该元素上 */
}

.circle span {
    background-color: #df5646;
    height: 6px;
    transition: .5s all;
    width: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.circle-hover {
    transform: scale(13);
    background-color: #df5646;
    opacity: .3;
}

.footer {
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #202020;
    color: #a3a3a3;
    font-size: 12px;
    display: flex;
    justify-content: center;
    font-size: 14px;
}

.footer span>a {
    color: #a3a3a3
}

.footer dl {
    display: flex;
}

.footer a {
    color: white;
}