/* 把所有标签的内外边距清零 */

* {
    margin: 0;
    padding: 0
}


/* 让倾斜的文字不倾斜 */

em,
i {
    font-style: normal
}


/* 去掉li的小圆点 */

li {
    list-style: none
}

img {
    /* border 0 照顾低版本浏览器，如果图片外面包含了链接会有边框的问题 */
    border: 0;
    /* 取消图片底部有空白缝隙的问题 */
    vertical-align: middle
}


/* 当鼠标经过button按钮的时候，鼠标变成小手 */

button {
    cursor: pointer
}

a {
    color: #1D2129;
    text-decoration: none;
}

a:hover {
    color: #3251EE;

}

button,
input {
    /* "\5B8B\4F53"宋体的意思，这样浏览器兼容性比较好 */
    font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif
}

body {
    /* 抗锯齿性，让文字显示更清晰 */
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    font: 12px/1.5 Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
    color: #666;
}

.hide,
.none {
    display: none
}


/* 清除浮动 */

.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    *zoom: 1
}

/* 头部导航  start */
.banner-top {
    position: fixed;
    width: 100%;
    height: 64px;
    z-index: 999;
    border-bottom: 1px solid #F2F3F5;
    background-color: #ffffff;
    /* 临时测试降低 */
}

/* 使用弹性布局 */
.header-top {
    position: fixed;
    display: flex;
    width: 100%;
    height: 64px;
    border-bottom: 1px solid #F2F3F5;
    margin: auto;
    z-index: 999;
    background-color: #ffffff;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    max-width: 1920px;
    min-width: 320px;
}

/* logo部分的CSS */
.header-top .logo {
    position: relative;
    margin: 20px 0 20px 383px;
    height: 24px;
    width: 112px;
    font-size: 20px;
    font-family: 'HYDaHeiJ';
    font-weight: 500;
    line-height: 24px;
}

.header-top .logo img {
    position: absolute;
    width: 24px;
    height: 24px;
}

.header-top .nav .current {
    border-bottom: 2px solid #3251EE;
}

.header-top .nav .current {
    font-weight: 600;
    color: #3251EE;
}


.header-top .logo span {
    margin-left: 32px;
    color: #000000;
}

/* logo部分的CSS结束 */

/* 导航栏开始 */
.header-top .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width: 608px; */
    width: 764px;
    margin-left: 300px;
    font-size: 14px;
    font-family: 'PingFang SC';
}

.header-top>.nav>li {
    /* padding: 21px 0; */
    padding: 0 28px;
}

/* 导航栏所有a标签换为白色显示  */
.header-top>.nav>li>a {
    color: #1D2129;
    padding: 21px 0;
}

/* 导航栏hover */
.navPdt {
    position: relative;
}
.navPdt:hover .navList{display: block;}
.navPdt ul{width: 100%;height: auto;background-color: #ffffff;}
.navList {
    padding-top: 16px;
    display: none;
    position: absolute;
    height: 260px;
    width: 100%;
    top: 40px;
    left: 0;
}

.navList ul li {
    margin-bottom: 16px;
    text-align: center;
}
.navList.productInfo{width: 200px !important; left: -42px !important;}

/* 导航栏右侧语言部分 */
.language {
    position: absolute;
    /* padding: 21px 0; */
    height: 64px;
    color: #C9CDD4;
    top: 0px;
    left: 128px;
}

.language .fuhao {
    margin-right: 8px;
}

.language .chinese {
    margin-right: 8px;
    color: #1D2129;
}

/* 头部导航  end */

/* 底部 start */
/* 脚步标签开始 */
footer {
    width: 100%;
    height: 482px;
    margin-top: 148px;
    /* background-color: rgba(255, 255, 255); */
}

footer .slogan {
    width: 100%;
    height: 128px;
    background: url(/images/slogan.png) no-repeat;
    background-size: 100% 128px;
}

footer .footercontent {
    height: 306px;
    width: 1210px;
    padding: 48px 0 0 0;
    margin: 0 auto;
}

.footertop {
    display: flex;
    margin: 0 24px;
    justify-content: space-between;
    width: 1160px;
    height: 162px;
}

.footertop>.zf>img {
    width: 173px;
    height: 40px;
    margin-bottom: 24px;
}

.footertop>.zf>ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 98px;
    color: rgba(29, 33, 41, 1);
    font-family: 'PingFang SC';
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
}

.footertop .weixin {
    padding: 24px 32px 24px 32px;
}

.footertop .weixin img {
    width: 72px;
    height: 72px;
    margin-bottom: 10px;
}

.footertop .weixin p {
    margin-left: 6px;
    display: block;
    width: 60px;
    height: 20px;
    color: rgba(78, 89, 105, 1);
    font-size: 12px;
    line-height: 20px;

}

/* 脚步底部部分 */
.footerbottom ul {
    display: flex;
    margin: 32px 0 18px 0;
    padding: 18px 24px 18px 24px;
    border: 1px solid rgba(242, 243, 245, 1);
    border-left: 0;
    border-right: 0;
}


.footerbottom ul li {
    height: 20px;
    color: rgba(134, 144, 156, 1);
    margin: 0 24px;
}

.footerbottom .copyright {
    margin: 18px 0 18px 24px;
    font-size: 12px;
    line-height: 20px;
    color: rgba(134, 144, 156, 1);
}
/* 底部   end */

.propagandadesign{
    background-color: #edd8b3;
    color: #e69b14;
    border-radius: 3px;
    height: 30px;
    width: 70px;
    text-align: center;
    top: -5px;
    line-height: 30px;
}
.propagandadesign a{
    color: #e69b14;
}





    .ql-align-center{
        text-align: center;
      }
      .ql-align-right{
        text-align: right;
      }
      .ql-align-left{
        text-align: left;
      }