* {
    padding: 0;
    margin: 0;
    outline: none;
    list-style-type: none;
}

a,
a:link,
a:visited,
a:active,
a:hover {
    text-decoration: none;
    background: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

/* 每个页面公共样式 Start */
.Row {
    display: flex;
    flex-direction: row;
}

.Column {
    display: flex;
    flex-direction: column;
}

.photoSize {
    width: 100%;
    height: 100%;
}


.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/* 每个页面公共样式 End */

.pointer {
    cursor: pointer;
}

.f7fbff {
    background-color: #f7fbff;
}

.Contact_Us {
    background-color: #edf3f8;
}

/* 返回顶部 */
.fixBox {
    position: fixed;
    z-index: 8;
}

.QR_img {
    display: none;
    width: 120px;
    height: 120px;
    position: absolute;
    right: 50px;
    top: -70px;
}

.QR_code,
.top {
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    border: none;
    background-color: rgba(204, 204, 204, .5);
    overflow: hidden;
}

.qrCode {
    box-shadow: 0 2px 6px 0 rgba(221, 230, 237, 0.8);
    position: relative;
    cursor: pointer;
}

.fixBox>div:hover {
    background-color: #288cff;
}

.fixBox>div:nth-child(1) {
    margin-bottom: 10px;
}

/* header顶部导航 */

.nav-item>a {
    color: white;
}

.blueBj {
    background-color: #288cff !important;
}

.affix-top {
    width: 100%;
    height: 80px;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}

.nav-links {
    color: white !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.actives {
    color: #288cff !important;
    border-radius: 4px;
    background-color: white !important;
}

.title-hd p,
.Container_box p {
    color: #777777;
}

/* 底部footer样式 Start */
.contactUs_son,
.contactUs_sons,
.demand-box,
.form_box,
.contactUs,
.industryNews_ul,
.box,
.industry-box,
.AboutBox,
.Comparative_box {
    display: flex;
}

.sevlist .swiper-slide {
    float: left;
    width: 33.3333%;
    padding: 0 2.3%;
}

.contactUs {
    background-color: #288cff;
}

.word,
.contactUs_content,
.contactUs_content>h2,
.iconSize,
.QR_code>i,
.top>i {
    color: white;
}

.form_button {
    height: 40px;
    display: block;
    border: 0;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    outline: none;
}

.input {
    width: 100%;
    height: 40px;
    color: #003DE6 !important;
    font-weight: 300;
    line-height: 20px;
    font-size: 14px;
    background: #C6D5FF;
    border-radius: 3px;
    border: 1px solid #E4E6EA;
    padding: 10px;
}

.contactUs_sons,
.industry-item {
    background-color: #fff;
    overflow: hidden;
}

footer {
    width: 100%;
    background-color: #192b3f;
}

footer,
footer a {
    color: #6c757d;
}

.link_box,
.bottom {
    display: flex;
    width: 100%;
    visibility: visible;
}

.sevlist .li {
    height: 100%;
    border-radius: 3px;
    background: #fff;
    padding: 40px 28px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 16px 0;
}

.link_fr {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

/* 底部footer样式 Start */

/* 需求信息 */
.demand-box {
    background: url(../img/demand-bg.jpg) no-repeat;
}

.QR_codes {
    width: 120px;
    height: 120px;
}

/* 顶部导航样式 Start */