@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

:focus {
    outline: medium none;
}

a {
    text-decoration: none;
    transition: color 0.3s ease-out 0s;
    color: white;
    cursor: pointer;
}

.mc {
    margin: 0 auto;
}

.n_clear {
    height: 44px;
    display: flex;
    justify-content:space-evenly;
}

@media screen and (max-width: 1024px) {
    .mc {
        /*width: 980.05rem;*/
        margin: 0 auto;
    }
}

.clear:after,
.clear:before {
    display: table;
    content: " ";
}

.clear:after {
    clear: both;
}

ul,
dl,
li,
dd {
    list-style: none;
}

body {
    font-family: "Microsoft YaHei", 微软雅黑;
    font-size: 0.14rem;
}

img {
    border: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/*清除浮动*/

.clear:after,
.clear:before {
    display: table;
    content: " ";
}

.clear:after {
    clear: both;
}


/* header */

#header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 3rem;
    color: white;
    font-size: 14px;
    background-color: #131313;
    height: 44px;
    z-index: 2000;
}
#header>div>img{
    width: 28px;
}
#header>div .twoimage{
    width: 23px;
    margin-left: 5px;
}
#header>div:nth-of-type(2)>div{
    cursor: pointer;
    color: white;
    display: flex;
    align-items: center;
}
#header>div>div+div{
    margin-left: 1.6rem;
}
#header .cartJd>div:hover{
    color: #409EFF;
}
#header .actives{
    color: #409EFF !important;
}
#header>div{
    cursor: pointer;
    height: 44px;
    display: flex;
    align-items: center;
}
#header .headerhover{
    position: absolute;;
    top: 44px;
    left: 0;
    width: 100%;
    height: 0;
    transition:height 0.5s;
    overflow: hidden;
    cursor: text;
}
#header #hover:hover .headerhover{
    height: 110px;
    transition:height 0.5s;
}
#header #headerhover{
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 12px;
    background-color: #131313;
}
#header #headerhover>.one>div:first-child{
    width: 28px;
    height: 55px;
}
#header #headerhover>.two>div:first-child{
    width: 52px;
    height: 55px;
    display: flex;
    align-items: center;
}
#header #headerhover>div>div:first-child>img{
    width: 100%;
}
#header #headerhover>div{
    width: 160px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    box-sizing: border-box;
    padding: 10px 0;
}
#header #headerhover>div>div:last-child{
    height: 35px;
    display: flex;
    align-items: center;
}
#header #headerhover>div>div:last-child>img{
    margin-left: 5px;
}
#header #headerhover>div:hover{
    color: #409EFF;
    cursor: pointer;
}
#header .shoppingCart{
    height: 0px;
    width: 156px;
    transition: height 0.5s;
    position: absolute;
    top: 44px;
    right: 2.24rem;
    background-color: white;
    overflow: hidden;
    color: #666666;
}
#header .cartJd>div{
    height: 64px;
    width: 156px;
    font-size: 14px;
    display: flex;
    align-items: center;
}
#header .cartJd>div>img{
    width: 42px;
    margin: 0 12px 0 10px;
}
#header>div:last-child:hover .shoppingCart{
    height: 128px;
    transition: height 0.5s;
}

/* #header .menu li.cur{
    border-bottom : 0.01rem solid #24B3F4;
} */


/*footer*/

#footer {
    padding: 0.2rem 0;
    background: black;
    color: white;
}

.footer_top {
    display: flex;
    justify-content: space-evenly;
    /* align-items: center; */
}

.the_left {
    display: flex;
}

.top_right p,
.top_left a {
    display: block;
    line-height: 0.3rem;
    color: #999;
    font-size: 0.12rem;
}

.top_left span,
.top_right span {
    display: inline-block;
    font-size: 0.16rem;
    margin-bottom: 0.1rem;
}

.top_left {
    margin-right: 1rem;
}

.right_img img {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.2rem;
}

.bottom_tip {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666;
    font-size: 0.1rem;
    margin: 0.1rem 0;
}

.bottom_tip a {
    color: #999;
    font-size: 0.1rem;
}

.bottom_tip span {
    display: inline-block;
    margin-right: 0.2rem;
}

.the_right {
    position: relative;
}

.hover_left {
    position: absolute;
    right:.25rem;
    bottom: 2.22rem;
    display: none;
}
.hover_left_up{
    position: absolute;
    right: 0.22rem;
    bottom: 2.22rem;
    display: none;
}

.hover_right {
    position: absolute;
    bottom: 2.22rem;
    right: -.4rem;
    display: none;
}
.hover_right_up{
    position: absolute;
    bottom: -0.12rem;
    display: none;
}

.tobox {
    display: none;
    z-index: 9999;
}

.hover_box {
    font-size: 0.12rem;
    background-color: black;
    padding:0 2.82rem 0.1rem 2.82rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box_of_img {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    margin: 0 .38rem;
    white-space: nowrap;
    height: 0.8rem;
    justify-content: flex-end;
}

.box_of_img>img {
    margin-bottom: 0.1rem;
}

.box_of_img div {
    display: flex;
    align-items: center;
}

.box_of_img div>span {
    margin-right: 0.08rem;
}

#footer .mc .logo {
    margin: 0 auto 0.26rem;
    width: 1.65rem;
    height: 0.75rem;
}

#footer .mc .logo img {
    width: 100%;
    height: 100%;
}

#footer .mc .contact {
    text-align: center;
    color: #BCC0CC;
    font-size: 0.14rem;
}

#footer .copyright {
    padding-top: 0.1rem;
    text-align: center;
    color: #BCC0CC;
}

#footer .copyright a {
    color: #BCC0CC;
}

.top_back {
    background-color: black;
    height: 100%;
    display: grid;
    place-items: center;
}

.back_img {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: white;
}

.back_img p {
    white-space: nowrap;
    font-size: .48rem;
    margin-bottom: 1.35rem;
}

#model {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}

#model .op-tip {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    font-size: 0.2rem;
    border-radius: 0.05rem;
    background-color: #ffffff;
    box-shadow: 0 0 0.1rem 0.01rem rgba(80, 215, 237, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 2020/11/24 底部样式 */
#footers{
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding:20px 3rem;
    font-size: 12px;
    color: #999999;
    background-color: #000000;
}
#footers .one,.two{
    display: flex;
    z-index: 20;
}
#footers .one .blod{
    font-size: 18px;
    font-weight: 400;
    color: white;
}
#footers .one>div>p+p{
    margin-top: 20px;
}
#footers a{
    color: #999999;
}
#footers .one>div>p>a:hover,#footers .three a:hover{
    color: #409EFF;
}
#footers .one>div:first-child{
    margin-right: 140px;
}
#footers .two{
    position: absolute;
    top: 37px;
    right: 3.7rem;
}
#footers .two>div>div:first-child{
    display: none;
    width: 165px;
}
#footers .two>div:first-child:hover .gong{
    display: block;
}
#footers .two>div:last-child:hover .douy{
    display: block;
}
.gong,.douy{
    position: absolute;
    bottom:45px;
}

#footers .two>div>div:last-child{
    width: 40px;
}
#footers .two>div>div>img{
    width: 100%;
}
#footers .two>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
#footers .two>div:last-child{
    margin-left: 40px;
}
#footers .three{
    text-align: center;
    margin-top: 45px;
}
#footers .three>div{
    display: inline;
    margin-left: 20px;
}

/* flex 弹性布局 */
.flex,
.flex-top,
.flex-x,
.flex-y,
.flex-center,
.flex-x-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

/* 设置弹性布局 */
.flex-c {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

/* 作为子元素占等比1 */
.flex-x,
.flex-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

/* 子元素X轴居中 */
.flex-y,
.flex-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* 子元素Y轴居中 */
.flex-top {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
}

/* 子元素垂直排列 */
.flex-x-about {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

/* 使用swiper滚动组件 图片上的样式 */
.between,.word_cen_box{
    color: white;
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding-top: .82rem;
}
.between{
    justify-content: space-around;
}
.word_cen_box{
    justify-content: center;
}
.box_of_con,.bet_left,.bet_right{
    text-align: center;
}
.box_of_con div,.bet_left div,.bet_right div{
    font-size: 0.46rem;
    font-weight: bold;
}
.box_of_con p,.bet_left p,.bet_right p{
    font-size: 0.2rem;
    opacity: .8;
    margin-top: 0.15rem;
}
/* 不使用swiper 图片下文字样式  2020-11-26*/
.img img{
    display: block;
}
.img_but{
    position: absolute;
    top: 52%;
    left: 3.4rem;
}
.img_but a{
    white-space: nowrap;
    color: white;
    padding: .15rem .3rem;
    background-color: #00A0E9;
}
.img_text,.img_between,.img_text_first{
    display: flex;
    color: white;
    align-items: center;
    position: absolute;
    top: .7rem;
    left: 0;
    right: 0;
    margin:0 auto;
}
.img_text,.img_between{
    opacity: 0;
}
.img_between{
    justify-content: space-around;
}
.img_text_first{
    top: 1rem;
}
.img_text,.img_text_first{
    justify-content: center;
    flex-direction: column;
}
.img_text div,.img_text_first div{
    font-size: .4rem;
    font-weight: bold;
}
.img_text p,.img_text_first p{
    font-size: .2rem;
    opacity: .8;
    margin-top: .15rem;
}
@keyframes acts{
    from{
        opacity: 0;
        margin-top: 2rem;
    }
    to{
        opacity: 1;
        margin-top: 0;
    }
}
.moves{
    animation: acts 2s forwards;
}
/* css书写的小图标 */
css-icon {
    display: inline-block;
    height: 1em;
    width: 1em;
    font-size: 14px;
    box-sizing: border-box;
    text-indent: -9999px;
    vertical-align: middle;
    position: relative;
}

css-icon::before,
css-icon::after {
    content: '';
    box-sizing: inherit;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.icon-arrow-right::before {
    height: .65em;
    width: .65em;
    border-style: solid;
    border-width: 2px 0 0 2px;
    -ms-transform: translate(-75%, -50%) rotate(135deg);
    transform: translate(-75%, -50%) rotate(135deg);
}

#initTip{
    line-height: 30px;
    text-align: center;
    max-width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0,0,0,.6);
    color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 12px;
    padding: 0 10px;
    border-radius: 10px;
    z-index: 9999;
}