@charset "utf-8";

* {
    padding: 0px;
    margin: 0px;
}

/*!
 * @名称：base.css
 * @功能：1、重设浏览器默认样式
 *       2、设置通用原子类
 */
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
    background: white;
    color: black;
    /* font-family: PingFang SC-Regular, PingFang SC; */
    font-family: "Microsoft Yahei", "微软雅黑", "PingFangSC-Regular", arial, "\5b8b\4f53", sans-serif;
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */
* {
    font: 12px 5b8b4f53, arial, sans-serif;
    padding: 0px;
    margin: 0px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #666;
}

/* 去除 ie6 & ie7 焦点点状线 */
a:focus,
*:focus {
    outline: none;
}

input,
select,
textarea {
    font-size: 100%;
}

/* 去掉 table cell 的边距并让其边重合 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ie bug：th 不继承 text-align */
th {
    text-align: inherit;
}

/* 去除默认边框 */
fieldset,
img {
    border: none;
}

/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display: block;
}

/* 去掉 firefox 下此元素的边框 */
abbr,
acronym {
    border: none;
    font-variant: normal;
}

/* 一致的 del 样式 */
del {
    text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 500;
}

/* 去掉列表前的标识，li 会继承 */
ol,
ul {
    list-style: none;
}

/* 对齐是排版最重要的因素，别让什么都居中 */
caption,
th {
    text-align: left;
}

/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500;
}

q:before,
q:after {
    content: '';
}

/* 统一上标和下标 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* 让链接在 hover 状态下显示下划线 */
a:hover {
    text-decoration: none;
}

/* 默认不显示下划线，保持页面简洁 */
ins,
/* 清除浮动 */
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
    /* for ie6 & ie7 */
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}



body {
    background-color: #F5F5F5;
}

a {
    text-decoration: none;
    color: #000;
    transition: color 0.3s ease;
}

a:hover {
    text-decoration: none;
    color: #ff0000;
    transition: color 0.3s ease;
}

a:active,
a.clicked {
    text-decoration: none;
    color: #000;
}

.warp {
    width: 100%;
    overflow: hidden;
}

/* 
.nav {
    height: 56px;
    line-height: 56px;
} */

.logo {
    height: 49px;
    width: 62px;
    /* margin-left: 65px; */
}

.menu-container {
    display: flex;
    justify-content: center;
    align-items: center !important;
    height: 56px;
    line-height: 56px;
}

.menu {
    list-style-type: none;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.menu li {
    margin-right: 30px;
}

.nav-link a {
    margin-left: 40px;
    font-size: 14px;
    color: #333333;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
}

.nav-link a:hover {
    color: #369A94;
}

/* .menu .menu-active {
    color: #E5002D !important;
} */
.menu-active {
    color: #369A94 !important;
    font-weight: 700;
    /* color: #E5002D; */
}

.container-fluid {
    width: 90% !important;
}

/* .def-nav {
    font-size: 14px;
    color: #FFFFFFAA;
}
.def-nav:hover {
    color: #FFFFFF;
} */

.index-banner {
    width: 100%;
}

.service-container {
    margin-right: 40px;
    margin-left: 40px;
    margin-bottom: 40px;
    box-sizing: border-box;
}


.footer {
    margin-top: 50px;
    width: 100%;
    background: #ECECEC;
    padding-top: 30px;
}

.footer .footer-left {
    display: flex;
}

.footer .footer-left .footer-left-right {
    margin-left: 24px;
    color: #7A7A7A;
    font-size: 14px;
}

.footer .footer-left .logo {
    width: 100px;
    height: 80px;
}

.footer .footer-left .footer-icon {
    width: 18px;
    margin-right: 5px;
}

.footer .footer-right {
    text-align: right;
}

.footer .footer-right .footer-menu a {
    color: #7A7A7A;
    font-size: 14px;
    margin-right: 20px;
}

.copyright {
    color: #7A7A7A;
    font-size: 12px;
    padding: 48px;
}

.copyright .copyright-text {
    padding-right: 25px;
}

.copyright .link a {
    color: #787878;
    padding-left: 10px;
}

.copyright .lang {
    float: right;
}

.copyright .lang a {
    color: #787878;
}

.content-view {
    position: relative;
}

.nav-box-view {
    position: fixed;
    top: 0;
    width: 100%;
    /* height: 64px; */
    z-index: 20;
    transition: all .5s ease;
    backdrop-filter: blur(8px);
    background: #F2F2F2;
}

.nav-blur-view {
    backdrop-filter: blur(8px);
    background-color: rgba(0, 0, 0, 0.65);
    /* background-color: #FFFFFFAA; */
}

.inner-header-icon {
    width: 25px !important;
    height: 25px !important;
}

.en {
    margin-right: 5px;
}

.en img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.vh-right {
    display: block;
}

.vh-right-phone {
    display: none;
}

.vh-right-web {
    display: flex;
}

.vh-right-web .en-title {
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    line-height: 36px;
}

/* 修改滚动条轨道的样式 */
::-webkit-scrollbar {
    width: 5px;
}

/* 修改滚动条滑块的样式 */
::-webkit-scrollbar-thumb {
    /* background-color: #E5002D; */
    background-color: #00000066;
}

/* 修改滚动条轨道背景的样式 */
::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.nav-content {
    padding-top: 60px;
}

.navbar-toggler {
    border: none !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}


@media (max-width: 767.98px) {
    .title-service {
        font-size: 28px;
        padding: 28px;
    }

    .service-item span {
        font-size: 16px;
    }

    .service-item p {
        font-size: 12px;
    }

    .nav-content {
        padding-top: 60px;
    }

    .container-fluid {
        width: 100% !important;
    }

    .vh-right-phone {
        display: block;
    }

    .vh-right-web {
        display: none;
    }

    .service-container {
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 0px;
    }

    .footer .footer-right {
        text-align: left;
    }

    .copyright {
        padding: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (min-width: 767.98px) {
    .title-service {
        font-size: 56px;
        padding: 48px;
    }

    .service-item span {
        font-size: 20px;
    }

    .service-item p {
        font-size: 14px;
    }
}