* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
    overflow: hidden;
}

.head{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #fff;
    z-index: 9999;
}

.head2{
    width: 100%;
    height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #fff;
}

.tophead{
    height: 0.775rem;
}

.heads{
    width: 22rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head_bot{
    width: 16.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo{
    width: 2.5rem;
    height: auto;
}

.logo img{
    width: 100%;
}

.nav ul{
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 0;
}

.nav ul li {
    position: relative;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.nav ul li:last-child{
    border: none;
}

.nav ul a{
    font-size: 20px;
    color: #000;
    padding: 0;
}

.head_right {
    padding-right: 2.25rem;
}

.head_right img{
    margin-left: 0.375rem;
}

.head_bot {
    width: 90%;
}

.head_right2{
    padding-right: 2.25rem;
}

.drop{
    display: flex;
    flex-direction: column;
    position: absolute;
    left: -40%;
    top: 1rem;
    width: 180%;
    height: 0;
    overflow: hidden;
    transition: all .5s;
    padding: 0 0 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.nav ul li:hover .drop{
    height: auto;
    background-color: #fff;
    padding: 0 0.125rem 0.125rem;
}

.drop a{
    display: block;
    white-space: nowrap;
    font-size: 16px !important;
    line-height: 2;
}

.drop a:hover{
    color: #0e6cf4;
}

.imgtop{
    width: 100%;
}

.imgtop img{
    width: 100%;
    height: auto;
}

.banner{
    width: 100vw;
    height: 100vh;
}

.banner img{
    width: 100%;
    padding-top: 1rem;
}

.banner .swiper-slide{
    width: 100%;
}

.bannernum {
    position: absolute;
    bottom: 0.625rem;
    z-index: 9;
    right: 2rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.bannernums {
    float: left;
    font-size: 14px;
    margin-right: 5px;
    transition: all 3s;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    margin-left: 10px;
    border-radius: 100%;
    color: #666;
}

.bannerLines {
    position: relative;
    width: 50px;
    height: 2px;
    background-color: #1570f2;
}

@keyframes backgroundColorChange {
    0% {
        background-color: #72ba35;
        width: 0px;
        height: 2px;
    }
    100% {
        background-color: #72ba35;
        width: 50px;
        height: 2px;
    }
}


/* 应用动画到元素 */

.animated-background {
    position: absolute;
    bottom: 10px;
    left: 0;
    animation-name: backgroundColorChange;
    /* 使用动画名 */
    animation-duration: 8s;
    /* 动画时长 */
    animation-iteration-count: infinite;
    /* 动画无限次数播放 */
    z-index: 999;
}

.animated-background span {
    position: absolute;
    top: 50%;
    right: -2px;
    display: block;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
    border-radius: 100%;
    background-color: #72ba35;
    border: 1px solid #72ba35;
}

.bannernums.active {
    color: #72ba35;
}



.keydown {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 999;
}
.keydown img {
    -webkit-animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
    /* animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate; */
}

.keydown p {
    font-size: 0.225rem;
    color: #fff;
    margin-top: 0.125rem;
}
@-webkit-keyframes Tmouse {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        -o-transform: translateY(-8px);
        transform: translateY(-5px);
    }
}

@keyframes Tmouse {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        -o-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}




.section2{
    background: url(../images/productbg.png) 50%;
}

.section3{
    background: url(../images/aboutbg.png) 50%;
}

.section4{
    background: url(../images/solutionbg.png) 50%;
}

.section5{
    background: url(../images/honorbg.png) 50%;
}

.section6{
    background: url(../images/programbg.png) 50%;
}

.section7{
    background: url(../images/newsbg.png) 50%;
}

.section8{
    background: #2a2a2a;
}

.title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.titles {
    font-size: 0.45rem;
    color: #333333;
    font-weight: bold;
}

.titleline {
    width: 46px;
    height: 5px;
    background-color: #6fba2c;
    border-radius: 2px;
    margin: 15px 0;
}

.titlesp {
    font-size: 0.225rem;
    color: #333333;
}

.product{
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.products{
    position: relative;
    width: 21.875rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px auto 0;
}

/*  */
.proswiper a{
    width: 100%;
}

.proswiper a img{
    width: 100%;
    height: 3.75rem;
}

.proswiper a div{
    width: 100%;
    height: 45px;
    font-size: 18px;
    color: #333333;
    line-height: 45px;
    background: url(../images/pro_right.png) right 15px top 10px no-repeat #fff;
    padding: 0 15px;
    margin-top: 5px;
    margin-bottom: 50px;
}

.proswiper .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #0d6bf3;
    border-radius: 50%;
    opacity: 1;
}

.proswiper .swiper-pagination-bullet-active {
    background: #6fba2c;
}

.proswiper.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0px;
}

.proswiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}

.grambtm{
    position: absolute;
    left: 50%;
    top: calc(50% - 0.5625rem);
    transform: translate(-50%,-50%);
    width: 23.125rem;
    display: flex;
    justify-content: space-between;
    z-index: 999;
}

.grambtm div {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e3e3e3;
    border-radius: 50%;
}

.grambtm img{
    cursor: pointer;
}

/*  */
.about{
    width: 100%;
}

.abouts{
    width: 20rem;
    display: flex;
    justify-content: space-between;
    margin: 20px auto 0;
}

.ab_title{
    width: 7.925rem;
}

.ab_title div{
    font-size: 15px;
    color: #333333;
    line-height: 2.8;
    text-align: justify;
}

.ab_cons a img{
    width: 0.6rem;
    height: auto;
    margin: 0 15px 0 30px;
    cursor: pointer;
}

.abcontimg{
    width: 8.25rem;
    height: auto;
}


.shuju {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sj {
    width: 3rem;
    background: url(../images/shuju_left.png) left no-repeat;
    padding-left: 0.75rem;
}

.sj_top {
    font-size: 0.3rem;
    color: #0d6bf3;
}

.sj_top b {
    font-size: 0.6rem;
    font-weight: bold;
}

.sj_bot {
    font-size: 0.3rem;
    color: #0d6bf3;
}

.study {
    width: 100%;
}

.studys {
    width: 100%;
    margin-top: 20px;
}

.stubox{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.stuleft{
    width: 9.5875rem;
    height: 8rem;
    background: url(../images/solution_left.png) center no-repeat;
    padding: 1.25rem 0 0 2rem;
}

.stubox img{
    width: 14.4125rem;
    height: auto;
}

.stutile {
    font-size: 0.35rem;
    color: #fff;
    font-weight: bold;
}

.stutilesp {
    font-size: 0.1875rem;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0.1875rem;
}

.stucont {
    font-size: 0.225rem;
    color: #fff;
    line-height: 2.944;
    margin-top: 0.625rem;
}

.honor{
    width: 100%;
}

#certify {
    position: relative;
    width: 90%;
    margin: 0.375rem auto 0;
}

#certify .swiper-container {
    width: 100%;
    margin: auto;
}

#certify .swiper-slide {
    width: 4.45rem;
    text-align: center;
}

#certify .swiper-slide img {
    display: block;
    margin: auto;
    width: 100%;
}

#certify .swiper-slide p {
    font-size: 0.25rem;
    color: #000;
    margin-top: 0.125rem;
    display: none;
}

#certify .swiper-slide.swiper-slide-active p {
    display: block;
}


.footb{
    width: 100%;
    background: #2a2a2a;
    padding: 50px 0 30px;
}

.foot{
    width: 100%;
}

.foots {
    display: flex;
    justify-content: space-between;
    width: 17.5rem;
    margin: auto;
    overflow: hidden;
}

.fcon {
    display: flex;
    flex-direction: column;
}

.ftitle {
    font-size: 0.45rem;
    color: #ca1626;
    font-weight: bold;
}

.ftitles {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.fcon a {
    font-size: 14px;
    color: #fff;
    line-height: 2.5;
}

.fcon p{
    font-size: 0.2rem;
    color: #fff;
}

.fcons{
    display: flex;
    margin-top: 0.1875rem;
}

.fcons img{
    width: 0.3125rem;
    height: auto;
    filter: brightness(0) invert(1);
    margin-right: 0.125rem;
}

.fabt{
    display: flex;
}

.fabt .fcon:nth-child(2){
    margin-left: 0.375rem;
}

.fcode{
    width: 2rem;
    height: auto;
    margin: 0.1875rem 0;
}

.saom {
    display: flex;
    align-items: center;
    justify-content: center;
}

.saom img{
    filter: brightness(0) invert(1);
}

.saom p {
    font-size: 0.225rem;
    color: #fff;
}

.copy {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    /* margin-top: 0.625rem; */
}

.copy a {
    font-size: 18px;
    color: #fff;
    margin: 0 10px;
}

.foota{
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 0.75rem;
}

.foota .foot{
    display: flex;
    flex-direction: column;
}

.foota .copy{
    margin-top: 3rem;
}

.programme{
    width: 100%;
}

.programmes{
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.programSwiper img{
    width: 100%;
}

.programSwiper a{
    width: 100%;
}

.gram{
    position: relative;
}

.gram.active .grambox{
    display: block;
}

.gram img{
    width: 100%;
    height: auto;
}

.grambox {
    position: absolute;
    left: 0;
    top: 0;
    height: 35px;
    font-size: 20px;
    color: #fff;
    line-height: 35px;
    background-color: #6fba2c;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 0 20px;
}

.programbtm{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 13.75rem;
    display: flex;
    justify-content: space-between;
    z-index: 999;
}

.programbtm div {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e3e3e3;
    border-radius: 50%;
}

.programbtm img{
    cursor: pointer;
}

.new{
    width: 100%;
}

.news{
    width: 17.5rem;
    margin: 20px auto 0;
}

.newbox{
    width: 100%;
    display: flex;
    margin-bottom: 0.375rem;
}

.newimg{
    width: 2.5rem;
    height: auto;
}

.newbl{
    width: 100px;
}

.ntime{
    font-size: 0.325rem;
    color: #000;
}

.nyear{
    font-size: 0.25rem;
    color: #333333;
}

.newbc{
    width: 11.25rem;
    padding-left: 0.1875rem;
}

.newtitle {
    width: 100%;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nbtime{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #000;
    margin: 5px 0;
}

.nbtime img{
    width: 20px;
    height: auto;
    margin-right: 5px;
}

.newcont {
    display: -webkit-box;
    width: 100%;
    font-size: 18px;
    color: #666666;
    line-height: 2.214;
    text-indent: 2em;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.newbox a{
    width: 120px;
    height: 30px;
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 30px;
    border: 1px solid #666;
    border-radius: 30px;
    margin: 0.625rem 0 0 1.25rem;
}

.inabout{
    width: 100%;
    padding: 20px 0;
}

.inabouts{
    width: 20rem;
    margin: 20px auto 0;
}

.inabox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.375rem;
}

.inabox:nth-child(even){
    flex-direction: row-reverse;
}

.inabox:nth-child(even) .inableft{
    padding-left: 0.375rem;
}

.inabox img{
    width: 10rem;
    object-fit: contain;
    height: auto;
}

.inableft{
    
}

.inabtitle {
    font-size: 0.275rem;
    color: rgb(51, 51, 51);
    font-weight: bold;
    margin: 0.25rem 0 0.125rem;
}

.inabcont {
    font-size: 0.3rem;
    color: rgb(51, 51, 51);
    line-height: 2.625;
}

.inshuju{
    display: flex;
    margin-top: 0.625rem;
}

/*  */
.gywm{
    width: 100%;
    background-color: #f2f2f2;
    padding: 30px 0;
}

.concact_us{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.concact_us div{
    width: 4.7875rem;
    height: 4.1875rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0.125rem;
    padding: 1.5rem 0 0;
}

.concact_us div img{
    height: 0.6375rem;
}

.concact_us div p:nth-child(2) {
    font-size: 0.2rem;
    color: #000;
    font-weight: bold;
    line-height: 2.1;
    margin-top: 0.25rem;
}  

.contact {
    width: 100%;
    overflow: hidden;
    background-color: #f2f2f2;
    padding-bottom: 30px;
}

.contact .titlesp{
    width: 100%;
    text-align: center;
}

.contact form {
    width: 20rem;
    margin: 20px auto 0;
}

.contactTitle {
    overflow: hidden;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.contactTitle input {
    height: 0.9rem;
    display: block;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
    width: 49%;
    font-size: 0.2rem;
    margin-bottom: 0.25rem;
    border: none;
    outline: none;
}

.contactTextarea {
    width: 100%;
    height: 2.175rem;
    border: none;
    background: #fff;
    padding-left: 20px;
    font-size: 0.2rem;
    padding-top: 18px;
    outline: none;
}

.contactubmit {
    margin-top: 0.25rem;
}

.contactubmit input {
    width: 9.6875rem;
    height: 0.625rem;
    font-size: 0.2rem;
    color: #fff;
    background: #0e6cf4;
    border: 0.0125rem solid #d2d2d2;
}

/*  */
.inproduct {
    width: 100%;
    background-color: #f7f7f7;
    padding: 20px 0;
}

.left_pro {
    width: 3.7875rem;
    padding: 0px;
}

.pro_top{
    width: 100%;
    height: 1.2625rem;
    background-color: #144e82;
    padding: 0.3125rem;
}

.pro_top div{
    font-size: 0.25rem;
    color: rgb(255, 255, 255);
    font-weight: bold;
}
 
.pro_top p {
    font-size: 0.175rem;
    color: #fff;
    text-transform: uppercase;
    line-height: 2;
}

.lprolist a {
    position: relative;
    display: block;
    height: 0.625rem;
    line-height: 0.625rem;
    padding-left: 0.4375rem;
    background: #f2f2f2;
    border-bottom: 1px solid #fff;
    font-size: 0.25rem;
    color: #262626;
}

.lprolist a:hover {
    color: #fff;
    background: #0d6bf3;
}

.diamond {
    position: absolute;
    left: 0.1875rem;
    top: 0.225rem;
    width: 0.125rem;
    height: 0.125rem;
    border-radius: 50%;
    background-color: #f2f2f2;
    border: 1px solid #aaa;
}

.right_pro {
    width: 16rem;
    overflow: hidden;
}

.inproducts{
    width: 20rem;
    display: flex;
    justify-content: space-between;
    margin: 20px auto 0;
}

.fourflexs{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.fourflexs a{
    width: 24%;
    margin-right: calc(4% / 3);
    margin-bottom: 0.125rem;
}

.fourflexs a img{
    width: 100%;
    height: 2.675rem;
}

.fourflexs a:nth-child(4n){
    margin-right: 0;
}

.fourflexs a div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 0.675rem;
    font-size: 0.225rem;
    color: #000;
    text-align: center;
    background-color: rgb(255, 255, 255);
    border-top: 1px solid #f8f8f8;
    padding: 0 10px;
}

.fourflexs a div span{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fourflexs a div img{
    width: 0.35rem;
    height: auto;
}

.proshow{
    width: 100%;
    background-color: #f1f1f1;
    padding: 30px 0;
}

.proshows{
    width: 20rem;
    margin: auto;
}

.proshwbox{
    display: flex;
    background-color: #fff;
    padding: 20px 10px;
}

.proshwbox .proshwSwiper{
    width: 10rem;
}

.proshwbox img{
    width: 100%;
    height: auto;
}

.proshl{
    width: 10rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-left: 0.375rem;
}

.proshl p {
    font-size: 0.325rem;
    color: #000;
    font-weight: bold;
    line-height: 2.2;
}

.proshwcont {
    font-size: 18px;
    color: #5d5d5d;
    line-height: 3;
    text-align: justify;
}

.proshwbtn {
    width: 1.8625rem;
    height: 0.55rem;
    font-size: 0.225rem;
    color: #fff;
    text-align: center;
    line-height: 0.55rem;
    border-radius: 30px;
    background-color: #0e6cf4;
}

.proshowdetail{
    width: 100%;
    margin-top: 0.5rem;
}
  
.proshowdetail img{
    max-width: 100%;
}

.proshowdetail table{
    width: 100% !important;
    font-size: 26px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #85d9f8;
}

.proshowdetail table tr:nth-child(1){
    font-weight: bold;
    background-color: #8dbae3;
}

.inhonor{
    width: 100%;
    padding: 30px 0;
}
/*  */
.fiveflexs{
    width: 20rem;
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto 0
}

.fiveflexs a{
    width: 19.5%;
    display: block;
    margin-right: calc(2.5% / 4);
    margin-bottom: 15px;
}

.fiveflexs a:nth-child(5n){
    margin-right: 0;
}

.fiveflexs a img{
    width: 100%;
    height: auto;
}

.innew {
    width: 100%;
    overflow: hidden;
    background-color: #f7f7f7;
    padding: 30px 0;
}

.innews {
    width: 20rem;
    margin: 0 auto 0;
}

.innw {
    width: 100%;
    background-color: #f4f4f4;
    border-radius: 0.25rem;
    padding: 0.25rem 0.1875rem;
    margin-top: 0.25rem;
}

.innw:hover {
    background-color: rgb(238, 236, 236);
    box-shadow: 0px 6px 15.04px 0.96px rgba(0, 0, 0, 0.17);
}

.innw a:nth-child(2n) {
    margin-right: 0;
}

.innew_intro {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 0.25rem;
}

.innew_title {
    width: 100%;
    overflow: hidden;
    font-size: 0.225rem;
    color: #000;
    line-height: 1.556;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.innew_date {
    font-size: 0.25rem;
    color: #7f7f7f;
}

.innew_date span{
    font-size: 0.3375rem;
}

.innew_con {
    font-size: 0.175rem;
    color: #7f7f7f;
    line-height: 2.5;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 5px;
}

.innew_more {
    width: 1.225rem;
    height: 0.425rem;
    background: #ebebeb;
    border-radius: 0.25rem;
    box-shadow: 0px 2px 0.98px 0.02px rgba(0, 0, 0, 0.07);
    text-align: center;
    line-height: 0.425rem;
    font-size: 0.2rem;
    color: #000;
}

.innew_right{
    width: 100%;
    margin-left: 0.125rem;
}

.innew_btm{
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}

.newshow{
    width: 100%;
    padding: 30px 0;
}

.newshows{
    width: 20rem;
    font-size: 18px;
    line-height: 2;
    margin: auto;
}

.newshows img{
    max-width: 100%;
    height: auto;
}

.neswtitle {
    font-size: 24px;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    line-height: 2.5;
}

.neswtips {
    font-size: 16px;
    color: rgb(153, 153, 153);
    text-transform: uppercase;
    line-height: 4;
}

#back-to-top {
    position: fixed;
    width: 1.1125rem;
    height: 1.1125rem;
    bottom: 0.25rem;
    right: 0.25rem;
    display: none;
    cursor: pointer;
    z-index: 9999;
}
.mobile-inner-header {
    width: 100%;
    height: 60px;
    display: none;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    z-index: 99999;
    top: 0;background-color: #fff;
}

.mobile-inner-header-icon {
    color: #ffffff;
    height: 60px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 60px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    outline: none;
}

.mobile-inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgb(0, 0, 0);
}

.mobile-inner-header img {
    height: 65%;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background: #fff;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
    display: none;
    z-index: 999999999999;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    color: #000;
    border-bottom: solid 1px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
    font-size: 16px;
}

.mobile-inner-nav a:hover {
    color: rgba(255, 255, 255, 0.4);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

#toolbar {
    position: fixed;
    z-index: 9999;
    right: 33px;
    bottom: 10%;
}

#toolbar li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
}

#toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
}

#toolbar li .iconfont {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    background-color: #0d6bf3;
    vertical-align: middle;
    text-align: center;
    line-height: 57px;
    color: #fff;
    font-size: 12px;
    padding-top: 15px;
}

#toolbar li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar li .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    width: 155px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: all .7s;
}

#toolbar li p {
    margin-bottom: 0;
}

#toolbar li img {
    max-width: 100%;
}

#toolbar li:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    @include arrow(right,
    5px,
    $themecolor);
}

#toolbar li .icon {
    background-position: -57px -180px;
}

#toolbar li:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#toolbar .backtop {
    cursor: pointer;
    background-color: #0d6bf3;
}

.iconfont {
    color: #fff;
}

#toolbar li:hover a {
    width: 220px;
    background-color: #0d6bf3;
}

#toolbar li:hover .iconfont {
    background-color: #0d6bf3 !important;
}

.icon-weixin {
    background: url(../images/icon_wx.png) center no-repeat;
    background-position-y:5px; 
}

.icon-phone {
    background: url(../images/icon_tel.png) center no-repeat;
    background-position-y:5px; 
}

.icon-douyin {
    background: url(../images/icon_douyin.png) center no-repeat;
    background-position-y:5px; 
}

.icon-email {
    background: url(../images/icon_email.png) center no-repeat;
    background-position-y:5px; 
}

.icon-arrowup {
    background: url(../images/backtop.png) center no-repeat;
    background-color: #0d6bf3;
}