@media screen and (max-width:500px) {
    body {
        width: 1400px !important
    }
}

.footer,
.header {
    min-width: 1200px;
    font-family: Source Han Sans CN
}

.header {
    width: 1200px;
    height: 74px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff
}

.header .h-logo {
    width: 200px;
    height: 60px;
    margin: 0 417px 0 63px;
    object-fit: cover;
}

.header .h-menu {
    list-style: none;
    margin-right: 19px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 500;
    color: #4d4d4d;
    height: 100%;
    line-height: 74px;
    z-index: 10
}

.header .h-menu-item {
    width: max-content;
    position: relative;
    cursor: pointer;
    text-align: center
}

.header .h-menu-item-title {
    display: block;
    padding: 0 38px;
    height: 100%;
    color: #666;
    text-decoration: none;
    text-align: center
}

.header .h-menu-item:hover .h-menu-item-title {
    background: #1188ef;
    background: #ce9238;
    color: #fff
}

.header .h-menu-item:hover>.h-submenu {
    display: block
}

.header .h-menu-item.active .h-submenu {
    display: block
}

.header .h-submenu {
    position: absolute;
    z-index: 20;
    display: none;
    width: 100%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .1), -2px 2px 5px rgba(0, 0, 0, .1)
}

.header .h-submenu li {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.header .h-submenu li:hover a {
    background: #ce9238;
    color: #fff
}

.header .h-submenu li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 154px;
    height: 70px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #343434;
    opacity: .8;
    text-decoration: none
}

.header .h-language {
    font-weight: 500;
    color: #666;
    line-height: 9px;
    opacity: .6
}

.header .h-language span.defult {
    color: #666
}

.header .h-language span.active {
    color: #0086fe
}

.footer {
    height: 463px;
    background: #403b37;
    color: #fff
}

.footer .f-content {
    width: 1200px;
    height: 397px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between
}

.footer .footer-logo {
    width: 152px;
    height: 44px;
    display: block;
    margin: 85px 0 47px 0;
    font-size: 19px;
    font-weight: 500;
    line-height: 19px;
    color: #b6b5b5;
    margin: 95px 0 35px 0;
}

.f-company-info {
    width: 454px;
    margin: 0 134px
}

.f-company-info p {
    font-size: 15px;
    font-weight: 300;
    color: #929190;
    line-height: 38px
}

.f-contact-details {
    width: 390px;
    margin-right: 86px;
    font-size: 14px;
    font-weight: 400;
    color: #9699a3
}

.f-contact-details h3 {
    font-size: 19px;
    font-weight: 500;
    line-height: 19px;
    color: #b6b5b5;
    margin: 95px 0 35px 0
}

.f-contact-details p {
    color: #929190;
    font-size: 15px;
    font-weight: 300;
    line-height: 38px;
    display: flex
}

.f-contact-details span {
    display: block
}

.footer .f-record {
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    line-height: 66px;
    height: 66px;
    color: #787776;
    background: #2d2b29
}

.footer .f-record img {
    width: 20px;
    height: 20px;
    margin: 0 10px;
    vertical-align: sub
}

.footer .f-record a {
    color: #787776;
    text-decoration: blink
}

.footer .f-record a:hover {
    color: #fff
}

.h3-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #4d4d4d;
    line-height: 28px
}

.h3-title span {
    position: relative;
    display: block;
    z-index: 2
}

.h3-title label {
    position: relative;
    display: block;
    font-size: 27px;
    font-family: Avenir;
    font-weight: 900;
    color: #e6e6e6;
    line-height: 44px;
    top: -23px;
    z-index: 1
}

.h3-title p {
    width: 48px;
    margin: 0 auto;
    height: 3px;
    background: #dca04a;
    position: relative;
    top: -20px;
    padding: 0
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: Roboto, sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

[hidden] {
    display: none
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

p {
    margin: 0;
    padding: 0
}

.common-title {
    font-size: 25px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #4d4d4d;
    text-align: center
}

.common-title span {
    position: relative
}

.common-title span::before {
    position: absolute;
    left: -69px;
    top: 14px;
    content: "";
    width: 58px;
    height: 8.5px;
    background: url(/public/home/images/line.1161ffff.hashed.png) no-repeat center center
}

.common-title span::after {
    position: absolute;
    right: -69px;
    top: 14px;
    content: "";
    width: 58px;
    height: 8.5px;
    background: url(/public/home/images/line.1161ffff.hashed.png) no-repeat center center;
    transform: rotate(-180deg)
}

.min-width {
    width: 1200px;
    margin: 0 auto
}

.a-line {
    text-decoration: none;
    outline: 0
}