@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei;
    font-size:0.1rem;
}
ul,ol,li{
    list-style: none;
}
a {
    text-decoration: none;
}
img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}



/*header-khrh*/
.hd-body{
    /*width:100%;*/
    /*position:fixed;*/
    /*top:0;*/
    /*z-index:99;*/
}
.stepping-stone{

}
.welcome-wrapper{
    width: 100%;
    height: 0.3rem;
    background: #F5F7FA;
}
.welcome{
    width:12rem;
    margin:0 auto;
}
.welcome .lcontent{
    font-size: 0.12rem;
    font-weight: 400;
    color: #303133;
    line-height: 0.3rem;
    letter-spacing: 0.01rem;
    float:left;
}
.welcome .rcontent{
    float:right;
}
.welcome .rcontent li{
    float:left;
    margin-left:0.2rem;
}
.welcome .rcontent a{
    font-size: 0.12rem;
    font-weight: 400;
    color: #303133;
    line-height: 0.3rem;
    letter-spacing: 0.01rem;

}
.khrh-wrapper{
    width:100%;
    height: 0.8rem;
    background: #0E5D8E;
}
.khrh {
    width:12rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.khrh div:nth-child(1){
    font-size: 0.3rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.8rem;
    letter-spacing: 0.01rem;
}
.khrh div:nth-child(1) a{
    display: block;;
    color:#FFF;
    line-height:0.8rem;
    background:url("/static/default/pc/images/brand.png") no-repeat right 0.1rem;
    background-size:0.16rem 0.16rem;
    padding-right:0.2rem;
}
/*.khrh div:nth-child(2){*/
/*    text-align: center;*/
/*    font-size: 0.12rem;*/
/*    font-weight: 400;*/
/*    color: #FFFFFF;*/
/*    letter-spacing: 0.01rem;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*    padding:0.2rem 0;*/
/*}*/
.khrh div:nth-child(2){
    font-size: 0.24rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.8rem;
    letter-spacing: 0.01rem;
}
.khrh div:nth-child(2) span{
    margin-right:0.2rem;
}
/*header*/
.header-wrapper{
    width: 100%;
    height: 0.54rem;
    background: #FFFFFF;
}
.container{
    width:12rem;
    margin:0 auto;
}
.menu>div ,.nav li{
    float:left;
    text-align: center;
}
.main-head{
    width:12rem;
    height:0.54rem;
}
.nav .nav-item{
    font-size: 0.16rem;
    font-weight: 400;
    color: #303133;
    width:1.5rem;
}
.nav-item a{
    font-size: 0.16rem;
    font-weight: 400;
    color: #303133;
    background:#FFF;
    line-height: 0.54rem;
    letter-spacing: 0.01rem;
    display: block;
    width:1.5rem;
    height:0.54rem;
}
.nav .active>a{
    color: #0067A6;
    line-height: 0.54rem;
    transition: all .3s ease-in-out 0s;
}
.nav .nav-item:hover{
}
.nav .nav-item li{
    background:#FFF;
}
.nav .nav-item a:hover{
    color: #0067A6;
    background: rgba(0, 171, 215, 0.08);
}
.nav .active>a{
    background:rgba(0, 171, 215, 0.08);
}

.nav .nav-item:hover>.dropdown-menu{
    opacity: 1;
}
.dropdown-menu{
    opacity: 0;
    transition: all .3s ease-in-out 0s;
    position:relative;
    z-index: 1;
}


.login{
    width: 0.8rem;
    height: 0.4rem;
    float:right;
    font-size: 0.16rem;
    line-height: 0.8rem;
}
.login button{
    width: 0.8rem;
    height: 0.4rem;
    background: rgba(26,122,248,0.05);
    border: 0.01rem solid #039CAE;

    font-size: 0.16rem;
    font-weight: 400;
    border-radius:0.05rem;
    color: #039CAE;
    letter-spacing: 0.01rem;
}

/*右侧浮框*/
.Floating-frame{
    position:fixed;
    top:50%;
    right:0.26rem;
    transform:translateY(-50%);
    z-index:99;
}
.Floating-frame dd{
    width:0.6rem;
    height:0.6rem;
    margin-bottom:0.1rem;
    display: block;
    position:relative;
    transition:all .3s ease;
    cursor: pointer;
}
.Floating-frame dd a{
    display:block;
    overflow: hidden;
    float:right;
    position:absolute;
    height:0.6rem;
    width:0.6rem;

    background:#FFF;
    border-radius: 0.3rem;
    transition:all .3s ease;
}
.Floating-frame i{
    display: block;
    float:left;
}
.Floating-frame .phone i{
    width:0.3rem;
    height:0.29rem;
    background:url("/static/default/pc/images/Ff_phone_default.png");
    margin:0.16rem 0.15rem 0;
}
.Floating-frame .qr i{
    width:0.3rem;
    height:0.3rem;
    background:url("/static/default/pc/images/Ff_qr_default.png");
    margin:0.15rem 0.15rem 0;
}
.Floating-frame .top i{
    width:0.33rem;
    height:0.18rem;
    background:url("/static/default/pc/images/Ff_top_default.png");
    margin:0.21rem 0.14rem 0;
}
.Floating-frame .phone span{
    font-size: 0.24rem;
    font-weight: 400;
    color: #FFFFFF;
    display:none;
    white-space: nowrap;
    margin-top:0.15rem;
}
.Floating-frame .phone:hover{
}
.Floating-frame .phone:hover a{
    background: #0E5D8E;
    width:2.52rem;
    right:0;
}
.Floating-frame .phone:hover span{
    display: block;
}
.Floating-frame .phone:hover i{
    background:url("/static/default/pc/images/Ff_phone_active.png");
}

.qr .ewm{
    position:absolute;
    width: 1.6rem;
    height: 1.6rem;
    background: #0E5D8E;
    border-radius: 0.08rem;
    left:-1.8rem;
    top:-0.4rem;
    display: none;
}
.qr .ewm img{
    margin: 0.16rem 0.29rem 0.1rem;
    width:1.02rem;
    height:1.02rem;
    border-radius: 0.08rem;
}
.qr .ewm p{
    font-size: 0.14rem;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}
.Floating-frame .qr:hover a{
    background: #0E5D8E;
}
.Floating-frame .qr:hover i{
    background:url("/static/default/pc/images/Ff_qr_active.png");
}
.Floating-frame .qr:hover .ewm{
    display: block;
}
.Floating-frame .top:hover a{
    background: #0E5D8E;
}
.Floating-frame .top:hover i{
    background:url("/static/default/pc/images/Ff_top_active.png");
}




/*公共标题*/
.conmon-title-black,.conmon-title-white{
    font-size: 0.5rem;
    text-align: center;
    position:relative;
    left:50%;
    transform:translateX(-50%);
    /*width:6.02rem;*/
    height:0.74rem;
    margin:0 auto;
    display: inline-block;

}
.conmon-title-black img:nth-child(1),.conmon-title-white img:nth-child(1){
    width: 3.17rem;
    height: 0.33rem;
    position:absolute;
    bottom:0;
    left:-2rem;
}
.conmon-title-black span,.conmon-title-white span{
    font-size: 0.5rem;
    font-weight: bold;
    color: #333333;
    letter-spacing: 0.01rem;
}
.conmon-title-black img:nth-child(3),.conmon-title-white img:nth-child(3){
    width: 3.17rem;
    height: 0.33rem;
    position:absolute;
    top:0;
    right:-1.66rem;
}
.conmon-title-white span{
    color: #FFFFFF;
}




/*footer*/
.footer{
    font-size:0.16rem;
    width: 100%;
    /* height: 4.5rem; */
    background: #333333;
    padding-top: 0.4rem;
}
.footer a{
    color: #909399;
    display: inline-block;
    transition: all .5s ease;
}
.footer a:hover{
    color:#FFF;
    text-decoration: underline;
}
.related-products{
    margin-bottom:0.4rem;
}
.related-products li{
    color: #FFF;
    font-size:0.16rem;
    float:left;
    margin-right:0.5rem;
    line-height:0.24rem;
}
.related-products li:nth-child(1){
    display: block;
    height:0.48rem;
}
.related-products li a{
    color:#909399;
    font-size:0.14rem;
}

.footer-navgition{
    width:4.8rem;
    display: flex;
    justify-content: space-between;
    float:left;
    margin-right:0.87rem;
}
.footer-navgition ul{
    float:left;
}
.footer-navgition ul li:nth-child(1){
    font-size: 0.16rem;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 0.01rem;
    margin-bottom:0.48rem;
}
.footer-navgition ul li:nth-child(1) a{
    color:#FFF;
}
.footer-navgition li{
    font-size: 0.14rem;
    font-weight: 400;
    color: #909399;
    letter-spacing: 0.01rem;
    line-height: 0.16rem;
    margin-bottom:0.28rem;
}
.footer .line{
    float:left;
    height: 2.22rem;
    border-right: 0.01rem solid #4E4E4E;
    margin-top:0.56rem;
}
.footer-lx{
    float:left;
    width:2.91rem;
    margin-left:0.81rem;
    margin-right:0.66rem;
}
.footer-lx li{
    font-size: 0.14rem;
    font-weight: 400;
    color: #909399;
    margin-bottom:0.15rem;
}
.footer-lx li:nth-child(1){
    font-size: 0.16rem;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 0.01rem;
    margin-bottom:0.18rem;
}
.footer-lx li:nth-child(2){
    font-size: 0.36rem;
    font-weight: bold;
    color: #409EFF;
    margin-bottom:0.35rem;
}

.footer .footer-ewm{
    float:right;
    margin-right:0;
    margin-top:0.58rem;
}
.footer-ewm ul li:nth-child(2){
    font-size: 0.14rem;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.6;
    display: flex;
    justify-content: space-around;
    margin-top:0.12rem;
}
.footer .footer-ewm img{
    width:1.4rem;
    heigth:1.4rem;
}
.beian{
    width: 100%;
    height: 0.5rem;
    background: #27292B;
    font-size:0.12rem;
}
.beian .container{
}
.beian .container span{
    font-size: 0.14rem;
    font-weight: 400;
    color: #909399;
    letter-spacing: 0.01rem;
    line-height: 0.5rem;
}
.beian .container a{
    color: #909399;
    transition: all .5s ease;
}
.beian .container a:hover{
    color:#409EFF;
}
.beian .container span:nth-child(1){
    margin-right:0.3rem;
}


/*六边形移动效果*/
@-webkit-keyframes imgMove {
    0% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
    }
    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }
    100% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
}

@keyframes imgMove {
    0% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
    }
    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }
    100% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
}

/*标题*/
.commonTitle{
    padding-top:0.6rem;
    margin:0 auto;
    position:relative;
}
.commonTitle .title{
    text-align: center;

    font-size: 0.36rem;
    font-weight: bold;
    color: #303133;
}
.commonTitle img{
    width:0.24rem;
    height:0.47rem;
    position:absolute;
    left:-0.33rem;
    top:0.79rem;
}
.bluePiece{
    width: 1.08rem;
    height: 0.23rem;
    background: #0067A6;
    border-radius: 0.08rem;
    opacity: 0.2;

    position:absolute;
    right:0;
    bottom:0;
}
.elTitle{
    font-size: 0.2rem;
    font-weight: 400;
    color: #909399;
    white-space:nowrap;

    position:absolute;
    top:1.13rem;
    width:100%;
}
.commonTitle-bottom{
    height:0.26rem;
}

.commonTitle-w{
    padding-top:0.6rem;
    margin:0 auto;
    position:relative;
}
.commonTitle-w .title{
    text-align: center;

    font-size: 0.36rem;
    font-weight: bold;
    color: #FFF;
}
.commonTitle-w img{
    width:0.24rem;
    height:0.47rem;
    position:absolute;
    left:-0.33rem;
    top:0.79rem;
}
.commonTitle-w .bluePiece{
    background: #A0CFFF;
}
.commonTitle-w .elTitle{
    color:rgba(255,255,255,0.6);
}

.commonTitle-s{
    padding-top:0.6rem;
    margin:0 auto;
    position:relative;
}
.commonTitle-s .title{
    text-align: center;

    font-size: 0.36rem;
    font-weight: bold;
    color: #303133;
}
.commonTitle-s img{
    width:0.24rem;
    height:0.47rem;
    position:absolute;
    left:-0.33rem;
    top:0.62rem;
}

.commonTitle-sw{
    padding-top:0.6rem;
    margin:0 auto;
    position:relative;
}
.commonTitle-sw .title{
    text-align: center;

    font-size: 0.36rem;
    font-weight: bold;
    color: #FFF;
}
.commonTitle-sw img{
    width:0.24rem;
    height:0.47rem;
    position:absolute;
    left:-0.33rem;
    top:0.62rem;
}

/*分页*/
.pages-box{
    position:relative;
    height:2.2rem;
}
.pages{
    margin-top:0.9rem;
    margin-bottom:0.9rem;
    position:absolute;
    left:0;
    white-space: nowrap;
}
.pages .pagination{
}
.pages li{
    float:left;
    margin-right:0.08rem;
}
.pages li a{
    padding:0.1rem 0.16rem;
    background: #FFFFFF;
    border-radius: 0.06rem;
    border: 0.01rem solid #DCDFE6;

    font-size: 0.14rem;
    font-weight: 400;
    color: #303133;
}
.pages li a:hover{
    color:#0067A6;
    border: 0.01rem solid #0067A6;
}
.pages .active a{
    border:0;
    color: #FFF;
    background-color:#0067A6;
}
.pages .active a:hover{
    color:#FFF;
    border:0;
}
.pages .jump-box{
    height:0.4rem;
    display: block;
    margin-top:-0.1rem;
}
.pages .jump-box span,.pages .jump-box a{
    font-size: 0.14rem;
    font-weight: 400;
    color: #303133;
}
.pages .jump-box input{
    width: 0.4rem;
    height: 0.4rem;
    background: #FFFFFF;
    border-radius: 0.06rem;
    opacity: 1;
    border: 0.01rem solid #DCDFE6;
    padding-left:0.02rem;
}
.pages .jump-box input:focus{
    outline: 0.01rem solid #DCDFE6;
}

/*动画*/
.fadeInUp{
    animation-name: fadeInUp;
}

/*插件*/
.swiper-button-prev{
    color:#909399 !important;
}
.swiper-button-prev:hover{
    color:#007aff !important;
}
.swiper-button-next{
    color:#909399 !important;
}
.swiper-button-next:hover{
    color:#007aff !important;
}










































