/*================基本样式重置================*/
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
span,
i,
a,
em,
strong,
b,
input,
textarea,
select {
    margin: 0;
    padding: 0;
}

i,
em {
    font-weight: normal;
    font-style: normal;
}

b {
    font-weight: normal;
}

a,
i,
em,
span,
b,
img {
    display: block;
}

body {
    font-family: "Microsoft Yahei", "PingFang SC";
    font-size: 16px;
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

li {
    list-style: none;
}

a,
img,
input {
    border: 0 none;
    outline: none;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

a:focus,
input:focus {
    outline: 0 none;
}

input::-webkit-search-cancel-button {
    display: none;
}

/*清除谷歌浏览器下的search叉号*/
input::-ms-clear {
    display: none;
}

/*清除IE下的search叉号*/
input {
    display: block;
    background: none;
    font-family: "Microsoft Yahei";
}

input[type=file]::-webkit-file-upload-button {
    width: 0;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    border: none;
}

button {
    display: block;
    border: none;
    cursor: pointer;
}

textarea {
    border: none;
    resize: none;
    outline: none;
    font-family: "Microsoft Yahei";
}

/*去掉火狐和谷歌浏览器的Textarea改变尺寸大小功能*/
/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block;
}

video {
    border: none;
    outline: none;
}

[v-cloak] {
    display: none;
}

/*========定义基础样式========*/
.hide {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

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

*:focus {
    outline: none;
}

.clearfix {
    zoom: 1;
}

/*a标签鼠标hover高亮显示状态（可选用）*/
a .opacity {
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

a:hover .opacity {
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
}

.over {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text_over1 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text_over2 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text_over3 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text_over4 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/* 去除点击选项卡时出现的蓝色边框 */
.swiper-pagination .swiper-pagination-bullet:focus,
.swiper-button-next,
.swiper-button-prev {
    outline: none;
}

/* 去除点击选项卡时出现的蓝色背景 */
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: " ";
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    pointer-events: auto;
}

/*主体宽度样式（可选用）如有新宽度，命名规则以小写w开头，后接具体宽度数据，例：*/
.w1200 {
    width: 62.5%;
    min-width: 1000px;
    max-width: 1920px;
    margin: 0 auto;
}

.w1400 {
    width: 72.91%;
    min-width: 1280px;
    max-width: 1920px;
    margin: 0 auto;
}

.w1600 {
    width: 83.33%;
    min-width: 1280px;
    max-width: 1920px;
    margin: 0 auto;
}

.w1800 {
    width: 93.75%;
    min-width: 1280px;
    max-width: 1920px;
    margin: 0 auto;
}

/*锚点定位*/
.anchorF {
    position: relative;
}

.content {
    /*min-height: 800px;*/
    position: relative;
}

.cursor {
    position: fixed;
    z-index: 10;
    pointer-events: none;
}

.cursor i {
    display: block;
    width: 480px;
    height: 480px;
    filter: blur(80px);
    opacity: 0.1;
    background: #903267;
    z-index: 10;
    border-radius: 50%;
    mix-blend-mode: screen;
    pointer-events: none;
    transition: 0.4s;
}

.header {
    position: fixed;
    width: 100%;
    z-index: 99;
    height: 110px;
    display: flex;
    align-items: center;
    transition: all 0.5s;
}

.header_fixed {
    background: #fff;
}

.header_fixed .navListText {
    color: #333;
}

.header_fixed .navList.curr .navListText,
.header_fixed .navList:hover .navListText {
    color: #1c58fe;
    font-weight: bold;
}

.header_fixed .searchImg {
    background: url(../images/index/searchs.png) center no-repeat;
    background-size: cover;
}

.logo .hover {
    display: none;
}

.header_fixed .logo .default {
    display: none;
}

.header_fixed .logo .hover {
    display: block;
}

.header .w1600 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    height: 100%;
}

.logo {
    width: 38.43%;
    padding: 0;
}

.logo img {
    width: 100%;
    display: block;
}

.headerCont {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    font-size: 18px;
    height: 100%;
}

.headerNav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    color: #fff;
    flex: 1;
}

.navList {
    margin-left: 6.1%;
    height: 100%;
    position: relative;
}

.navList::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0;
    height: 2px;
    background: #fff;
    transition: all 0.5s;
}

.navList.curr::after,
.navList:hover::after {
    width: 100%;
}

.header_fixed .navList::after {
    background: #1c58fe;
}

.navList .pos {
    z-index: 1;
    position: absolute;
    width: auto;
    top: 100%;
    padding-top: 10px;
    box-sizing: border-box;
    left: 50%;
    transform: translateX(-50%);
    background: transparent;
    display: none;
}

.posCont {
    display: flex;
    height: 70px;
    align-items: center;
}

.posContList {
    padding: 0 35px;
    color: #fff;
    font-size: 16px;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    white-space: nowrap;
}

.posContList:hover {
    color: #903267;
}

.navList:hover .pos {
    display: block;
}

/* .header_bac{
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(100% + 15px);
    height: 70px;
    backdrop-filter: saturate(200%) blur(15px);
    -webkit-backdrop-filter: saturate(200%) blur(15px);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    display: none;
} */
.header_bac {
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(100% + 10px);
    height: 70px;
    background-color: rgba(0, 0, 0, 1);
    border-radius: 10px;
    overflow: hidden;
    display: none;
}

.navListText {
    color: #fff;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
    transition: all 0.5s;
}

.searchImg {
    width: 22px;
    height: 22px;
    margin-left: 6.1%;
    background: url(../images/index/search.png) center no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.mobileShow {
    display: none !important;
}

.mobileHeader {
    display: none;
}

.mobileDis,
.m-mask {
    display: none;
}

@media (max-width: 1200px) {

    .w,
    .w1200,
    .w1400,
    .w1600 {
        margin: 0 auto;
        width: calc(100% - 0.6rem);
        min-width: 0%;
    }

    /*锚点定位*/
    .anchor {
        top: -2.4rem;
    }

    .content {
        min-height: 70vh;
    }

    .mobileShow {
        display: block !important;
    }

    .pcShow {
        display: none !important;
    }

    .pcHeader {
        display: none;
    }

    .mobileHeader {
        display: block;
    }

    .w1600 {
        margin: 0 0.3rem;
        min-width: auto;
        width: calc(100% - 0.6rem);
    }

    .header {
        top: 0;
        height: 2rem;
        box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
        background: #fff;
        display: flex;
        align-items: center;
    }

    .header .w1600 {
        margin: 0 0.3rem;
        display: block;
        height: auto;
    }

    .logo {
        width: 5.3rem;
    }

    .navList {
        margin-left: 0.3rem;
    }

    .navListText {
        font-size: 0.18rem;
    }

    .searchImg {
        width: 0.16rem;
        height: 0.16rem;
        margin-left: 0.3rem;
    }

    .mobileTop {
        margin-top: 0.25rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobileTopInfo {
        padding: 0.2rem 0.7rem 0.2rem 0.3rem;
        background: #e8eeff;
        border-radius: 1rem;
        position: relative;
    }

    .mobileTopInput {
        height: 100%;
    }

    .mobileTopInput input {
        width: 100%;
        height: 100%;
        display: block;
        color: #1c58fe;
        font-size: 0.24rem;
        font-family: '微软雅黑';
    }

    .mobileTopInput input::placeholder {
        color: #1c58fe;
    }

    .mobileTopSearch {
        width: 0.3rem;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0.3rem;
    }

    .mobileTopSearch img {
        width: 100%;
    }

    .mobileTopMenu {
        width: 0.45rem;
    }

    .mobileTopMenu img {
        width: 100%;
    }


    /* 移动端头部导航共用 */
    .main .mobile_xinxi_solution_main {
        display: block;
    }

    .main .cxgg_top .flipster .flip-item img {
        width: 240px;
    }

    .main .flipster-carousel .flip-item .flip-content a span {
        font-size: 14px;
    }

    .mobileDis {
        background: url(../images/header_bac.png) no-repeat;
        background-size: 100% 100%;
    }

    .top {
        width: 100%;
    }

    .top-box {
        width: 100%;
        margin: 0 auto;
        color: #fff;
        font-size: 12px;
        overflow: hidden;
        padding: 10px;
    }

    .top-ri {
        text-align: center;
    }

    .top-ri span:first-child {
        margin-right: 10px;
    }

    .top-ri span:last-child {
        margin-left: 10px;
    }

    .top-ri a {
        margin: 0 3px;
        color: #fff !important;
    }

    .mobileHeader .m_search {
        height: 30px;
        border-radius: 20px;
        background: #326aa18c;
        overflow: hidden;
    }

    .mobileHeader .m_search input {
        padding: 0 0 0 20px;
        line-height: 30px;
        width: calc(100% - 50px);
        font-size: 14px;
        color: #fff;
        border: 0;
        background: none;
    }

    input::-webkit-input-placeholder {
        /* WebKit browsers */

        color: #89bff3;

    }

    input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */

        color: #89bff3;

    }

    input::-moz-placeholder {
        /* Mozilla Firefox 19+ */

        color: #89bff3;

    }

    input:-ms-input-placeholder {
        /* Internet Explorer 10+ */

        color: #89bff3;

    }

    .mobileHeader .m_search .but {
        display: block;
        margin-right: 10px;
        width: 30px;
        height: 30px;
        background: url(../images/icon_3.png) center no-repeat;
        background-size: 20px 20px;
        border: 0;
    }

    .m-mask {
        position: fixed;
        bottom: 0;
        z-index: 99999;
        display: none;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .5;
        display: none;
    }

    .m-wapnav-body {
        position: fixed;
        top: 0;
        right: -70%;
        z-index: 99999;
        width: 70%;
        max-width: 400px;
        height: 100%;
        background: #fff;
        padding: 0 15px;
        transition: all 0.5s;
    }

    .m-wapnav-body.curr {
        right: -1px;
    }

    .m-wapnav-body a {
        display: block;
        color: #333;
        width: 100%;
        height: 45px;
        font-size: 16px;
        line-height: 45px;
        border: 0;
        border-bottom: 1px solid #ddd;
    }

    .m-wapnav-body a i {
        width: 20px;
        height: 42px;
        float: right;
        background: url(../images/mobile/index/icon-right21.png) no-repeat;
        background-position: 0 12px;
        background-size: 100% 100%;
    }

    .m-wap-search {
        padding: 0 0 2px 15px;
        margin: 15px 10px 0 10px;
        background: #fff;
        border-radius: 20px;
    }

    .m-wap-search .u-wap-sctext {
        display: inline-block;
        width: 80%;
        height: 24px;
        border: 0;
        outline: 0;
    }

    .m-wap-search .u-wap-scbtn {
        float: right;
        margin: 0;
        width: 14%;
        height: 24px;
        color: #083ea6;
        background: url(../images/2018cssgaj_sous_hui.png) no-repeat 1px 3px;
        background-size: 20px 20px;
        border: 0;
        border-radius: 0 20px 20px 0;
        outline: 0;
    }

    .search {
        display: none;
    }

    .mobileDis {
        display: block !important;
    }

    .mobileHeader .headerM {
        padding: 0 10px;
        overflow: hidden;
    }

    .mobileHeader .headerM .mobile-logo {
        width: 100%;
    }

    .mobileHeader .headerM .mobile-logo a {
        display: block;
    }

    .mobileHeader .headerM .mobile-logo img {
        max-width: 100%;
    }

    .mobileHeader .wapNavBox {
        width: 50px;
        float: right;
        box-sizing: border-box;
    }

    .mobileHeader .wapNav {
        width: 22px;
        float: right;
        height: 30px;
        border-radius: 5px;
        outline: 0;
    }

    .mobileHeader .wapNav div {
        float: left;
        width: 100%;
        height: 2px;
        margin-top: 6px;
        background: #fff;
        border-radius: 6px;
    }

    .mobileHeader .wapNav div:nth-of-type(2) {
        width: 15px;
    }

    .m_s_nav {
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 10px 10px 0;
    }

    .logo_box {
        padding: 30px 0 20px;
    }

    .logo_box a {
        border: 0;
        line-height: 0;
        height: auto;
    }


}


input::placeholder,
textarea::placeholder {
    color: #999;
}

.fadeInUp_box {
    -webkit-animation-name: fadeInUp_box;
    animation-name: fadeInUp_box;
}

@-webkit-keyframes fadeInUp_box {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp_box {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        -ms-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInUp100 {
    -webkit-animation-name: fadeInUp100;
    animation-name: fadeInUp100;
}

@-webkit-keyframes fadeInUp100 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp100 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        -ms-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

::-webkit-scrollbar {
    display: none;
}