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,
roof,
hgroup,
menu,
nav,
output,
ruby,
section1,
summary,
time,
mark,
audio,
video {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    font: inherit;
    box-sizing: border-box;
}

body {
    line-height: 1;
    text-align: left;
    font-size: 14px;
    box-sizing: border-box;
    min-width: 1200px;
    background: #fff;
}

@font-face {
    font-family: 'Inter-Bold-4';
    src: url("../fonts/Inter-Bold-4.woff2");
}

ol,
ul {
    list-style: outside none none;
    box-sizing: border-box;
}

* {
    padding: 0px;
    margin: 0px;
    border: 0px none;
}

a {
    color: #FFFFFF;
    text-decoration: none;
}

/* a:hover{color: #e61717;} */
.fl {
    float: left;
}

.fr {
    float: right;
}

.clear:after {
    display: block;
    content: '';
    clear: both;
}

.db {
    display: block !important;
}

.margin-right {
    margin-right: 0 !important;
}

.box {
    width: 1200px;
    margin: 0 auto;
}

/*单行溢出*/
.one-txt-cut {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*多行溢出 手机端使用*/
.txt-cut {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
}

.wrop {
    width: 100%;
    margin-top: 75px;
}

.banner {
    width: 100%;
    background-size: 100%;
}

/* 顶部内容 */

.header-phone {
    width: 100%;
    height: 120px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #2C4061;
}

.head-phone {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    height: 120px;
    margin: 0 auto;
}

.head-phone .logo {
    width: 120px;
    height: 70px;
    margin: 20px 0 0 60px;
}

.head-phone .logo img {
    width: 100%;
    height: 100%;
}

.head-phone .nav-phone {
    width: 70px;
    height: 70px;
    margin: 20px 60px 0 0;
}

.head-phone .nav-phone img {
    width: 100%;
    height: 100%;
}

/* 初始状态隐藏的侧边导航 */
#side-menu {
    position: fixed;
    top: 0;
    right: -80%;
    /* 将菜单隐藏在视图的右侧 */
    width: 80%;
    height: 100%;
    background: #2C4061;
    color: white;
    transition: right 0.3s;
    /* 添加滑动动画效果 */
    padding: 40px 40px 0 100px;
    box-sizing: border-box;
    z-index: 99999;
}

#side-menu .side-menu-head {
    display: flex;
    justify-content: space-between;
}

#side-menu .side-menu-head .side-menu-logo {
    width: 120px;
    height: 70px;
}

#side-menu .side-menu-head .side-menu-logo img {
    width: 100%;
    height: 100%;
}

#side-menu .side-menu-head .side-menu-close {
    width: 70px;
    height: 70px;
}

#side-menu .side-menu-head .side-menu-close img {
    width: 100%;
    height: 100%;
}

#side-menu ul {
    list-style: none;
    padding: 0;
    margin-top: 100px;
}

#side-menu ul li {
    font-size: 50px;
    letter-spacing: 1px;
}

#side-menu ul li .line {
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin: 50px 0;
}

#side-menu a {
    color: white;
    text-decoration: none;
}

/* 当菜单可见时，将右边距设为 0 */
#side-menu.open {
    right: 0;
}

.header {
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    /* background-color: rgba(0, 0, 0, .1); */
}

.header.orientation {
    /* background-color: rgba(0, 0, 0, .1); */
    background-color: #2C4061;
}

.head {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    height: 75px;
    margin: 0 auto;
}

.head .logo {
    width: 148px;
    height: 90px;
}

.head .logo img {
    width: 100%;
    height: 100%;
}

.head .list {
    display: flex;
    margin-top: 15px;
}

.head .list .nav {
    width: 120px;
    height: 60px;
    line-height: 60px;
    border-radius: 0px 0px 0px 0px;
    cursor: pointer;
    text-align: center;
}

.head .list .nav:hover {
    background: rgba(255, 255, 255, .1);
}

.head .list .nav a {
    display: block;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
}

.head .list .nav.active {
    background: rgba(255, 255, 255, .1);
}

.head .phone {
    display: flex;
}

.head .phone .phone-icon {
    margin-top: 33px;
    width: 24px;
    height: 24px;
}

.head .phone .phone-icon img {
    width: 100%;
    height: 100%;
}

.head .phone .phone-num {
    margin: 34px 0 0 11px;
    width: 107px;
    height: 22px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: left;
}

/* 底部内容 */
footer {
    width: 100%;
    height: 390px;
    background: #22212e;
    padding-top: 33px;
}

.foot {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.foot.foot-phone {
    padding: 0 20px;
}

.foot .foot-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.foot .foot-top .icon-left {
    width: 96px;
    height: 59px;
}

.foot .foot-top .icon-left img {
    width: 100%;
    height: 100%;
}

.foot .foot-top .icon-right {
    display: flex;
    justify-content: space-between;
    width: 600px;
    padding-top: 19px;
    height: 32px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
}

.foot .foot-top .icon-right .info {
    display: flex;
}

.foot .foot-top .icon-right .info .txt {
    margin-left: 12px;
    line-height: 32px;
}

.foot .foot-cont {
    display: flex;
    justify-content: space-between;
}

.foot .foot-cont .cont-left {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
}

.foot .foot-cont .cont-left .txt1 {
    margin: 79px 0 16px;
}

.foot .foot-cont .cont-right {
    display: flex;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
}

.foot .foot-cont .cont-right .txt {
    margin: 117px 42px 0 0;
}

.foot .foot-cont .cont-right .code {
    margin: 32px 10px 0 0;
}

.foot-bottom {
    margin-top: 60px;
    border-top: 1px solid #D8D8D8;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
}

.foot .dingbu {
    position: absolute;
    top: 194px;
    left: 572px;
}

/* 维护中 */
.maintain {
    position: absolute;
    width: 411px;
    height: 392px;
    top: 30%;
    left: 50%;
    margin-left: -205px;
    background: url(../images/maintain.png) no-repeat center center;
}

/* 404 */
.four {
    position: absolute;
    width: 406px;
    height: 433px;
    top: 20%;
    left: 50%;
    margin-left: -203px;
    background: url(../images/404.png) no-repeat center center;
}