body {
    color: #526069;
    background: #fff;
    font-size: 14px;
    font-family: Helvetica, "Pingfang SC", "Microsoft YaHei", STHeiti, Verdana, Arial, Tahoma, sans-serif;
    position: relative;
    min-width: 1200px;
    overflow-x: auto;
}

.f-fl{float:left;}
.f-fr{float:right;}
.header .f-fl.nav:hover ul li.selected a {
    color:#526069;
}
/* 常用动画 */
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@-webkit-keyframes flamescale {
    0% {
        background-position:0px 0px;
    }
    3.3%{
        background-position:-60px 0px;
    }
    6.6%{
        background-position:-120px 0px;
    }
    9.9%{
        background-position:-180px 0px;
    }
    13.2%{
        background-position:-240px 0px;
    }
    16.5%{
        background-position:-300px 0px;
    }
    19.8%{
        background-position:-360px 0px;
    }
    23.1%{
        background-position:-420px 0px;
    }
    26.4%{
        background-position:-480px 0px;
    }
    29.7%{
        background-position:-540px 0px;
    }
    33%{
        background-position:-600px 0px;
    }
    36.3%{
        background-position:-660px 0px;
    }
    39.6%{
        background-position:-720px 0px;
    }
    42.9%{
        background-position:-780px 0px;
    }
    46.2%{
        background-position:-840px 0px;
    }
    49.5%{
        background-position:-900px 0px;
    }
    52.8%{
        background-position:-960px 0px;
    }
    56.1%{
        background-position:-1020px 0px;
    }
    59.4%{
        background-position-x:-1080px 0px;
    }
    62.7%{
        background-position:-1140px 0px;
    }
    66%{
        background-position:-1200px 0px;
    }
    69.3%{
        background-position:-1260px 0px;
    }
    72.6%{
        background-position:-1320px 0px;
    }
    75.9%{
        background-position:-1380px 0px;
    }
    79.2%{
        background-position:-1440px 0px;
    }
    82.5%{
        background-position:-1500px 0px;
    }
    85.8%{
        background-position:-1560px 0px;
    }
    89.1%{
        background-position:-1620px 0px;
    }
    92.4%{
        background-position:-1680px 0px;
    }
    95.7%{
        background-position:-1740px 0px;
    }
    99%{
        background-position:-1800px 0px;
    }
    100%{
        background-position: 0px 0px;
    }

}

@keyframes flamescale {
    0% {
        background-position:0px 0px;
    }
    3.3%{
        background-position:-60px 0px;
    }
    6.6%{
        background-position:-120px 0px;
    }
    9.9%{
        background-position:-180px 0px;
    }
    13.2%{
        background-position:-240px 0px;
    }
    16.5%{
        background-position:-300px 0px;
    }
    19.8%{
        background-position:-360px 0px;
    }
    23.1%{
        background-position:-420px 0px;
    }
    26.4%{
        background-position:-480px 0px;
    }
    29.7%{
        background-position:-540px 0px;
    }
    33%{
        background-position:-600px 0px;
    }
    36.3%{
        background-position:-660px 0px;
    }
    39.6%{
        background-position:-720px 0px;
    }
    42.9%{
        background-position:-780px 0px;
    }
    46.2%{
        background-position:-840px 0px;
    }
    49.5%{
        background-position:-900px 0px;
    }
    52.8%{
        background-position:-960px 0px;
    }
    56.1%{
        background-position:-1020px 0px;
    }
    59.4%{
        background-position-x:-1080px 0px;
    }
    62.7%{
        background-position:-1140px 0px;
    }
    66%{
        background-position:-1200px 0px;
    }
    69.3%{
        background-position:-1260px 0px;
    }
    72.6%{
        background-position:-1320px 0px;
    }
    75.9%{
        background-position:-1380px 0px;
    }
    79.2%{
        background-position:-1440px 0px;
    }
    82.5%{
        background-position:-1500px 0px;
    }
    85.8%{
        background-position:-1560px 0px;
    }
    89.1%{
        background-position:-1620px 0px;
    }
    92.4%{
        background-position:-1680px 0px;
    }
    95.7%{
        background-position:-1740px 0px;
    }
    99%{
        background-position:-1800px 0px;
    }
    100%{
        background-position: 0px 0px;
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}
@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        -ms-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        -ms-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}


@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        -ms-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    -ms-animation-name: zoomIn;
    animation-name: zoomIn
}
.head-top{
    background: #000;
    color: #fff;
    height: 50px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1000;
}
.head-top-content{
    width: 1200px;
    margin: 0 auto;
    height: 50px;
    max-width: 1200px;
}
.head-top-contentleft{
    display: inline-block;
    line-height: 50px;
    font-size: 16px;
}
.head-special{
    font-size: 25px;
    padding: 0 8px;
    margin: 0 20px;
}
.head-top-contentright{
    display: inline-block;
    line-height: 50px;
    font-size: 16px;
}
.head-top-contentright a{
    padding: 6px 20px;
    background: #3366ff;
    border-radius: 30px;
    cursor: pointer;
    color: #fff;
}

/* 导航 */
.header{
    width: 100%;
    height: 80px;
    background: #fff;
    padding-top: 50px;
    line-height: 60px;
    z-index: 999;
}
.header .logo{
    width: 160px;
    text-align: left;
    height: 82px;
    cursor: pointer;
}
.header .logo img{
    padding-top: 19px;
    /* width: 140px; */
    width: 100%;
}
.header .logo img:hover{
    cursor: pointer;
}
.header-content{
    width: 1250px;
    margin: 0 auto;
    max-width: 1250px;
}
.header .nav{
    width: 490px;
    height: 82px;
}

.header .nav ul{
   display: inline-block;
   width: 100%;
   height: 82px;
}
.header .nav ul li{
    display: inline-block;
    width: 6rem;
    text-align: center;
    float: left;
    height: 100%;
}
.header .nav ul li a::after {
    content: ' ';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
    height: 3px;
    width: 0%;
    background: #3366ff;
    transition: width .3s;
}
.header .nav ul li a{
    color: #526069;
    font-size: 16px;
    display: inline;
    width: 70%;
    position: relative;
    height: 80px;
    line-height: 79px;
    padding: 30px;

}
.header .nav ul li a:hover{
    color: #3366ff;
}
.header .nav ul li.selected a {
    color: #3366ff;
}
.header .nav ul li.selected a:hover{
    color: #3366ff!important;
}
.header .nav ul li a:active::after, .header .nav ul li a:hover::after, .header .nav ul li.active a::after{
    width: 80%;
    color: #3366ff;
}
.header .nav ul li a:active, .header .nav ul li a:hover, .header .nav ul li.active {
    color: #3366ff;
}
.header .login{
    width: 335px;
    position: relative;
    height: 82px;
    line-height: 82px;
    margin-left: 180px;
}
.header .login #go-register{
    padding: 10px 35px;
    background: #3366ff;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-left: 15px;
}
.header .login #go-login{
    padding: 8px 33px;
    background: #fff;
    border-radius: 30px;
    text-align: center;
    color: #3366ff;
    font-size: 16px;
    border: 2px solid #3366ff;
    margin-right: 5px;
}
.header .login .login-fixed{
    position: absolute;
    left: -2rem;
    width: 30%;
    text-align: center;
    min-width: 140px;
    display: none;
    z-index: 1;
}
.header .login-fixed .up{
    display: none;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid #fff;
    margin: 0 auto;
    filter: drop-shadow(0px -2px 2px #ccc);
    -webkit-filter: drop-shadow(0px -2px 2px #ccc);
}
.header .login-fixed .qrcode{
    background: #fff;
    border: 1px;
    line-height: 1.2rem;
}
.header .login-fixed .qrcode img{
    width: 100%;
    border: none;
}

.banner{
    position: relative;
}
.banner.wpa {
    cursor: pointer;   
}
.banner img{
    width: 100%;
}

/* 底部 */
.footer{
    background: #000000;
    padding: 0 0 2rem;
    position: relative;
    overflow: hidden;
}
.footer-layer{
	width: 40%;
    margin: 0 auto;    
    margin-top: 3rem;
    overflow: hidden;
}
.footer .footer-left{
    text-align: right;
    color: #879fb9;
    border-right: 1px solid #879fb9;
    position: relative;
}
.footer .footer-left a{
    color: #879fb9;
}
.footer .footer-left .news-list, .footer .footer-left .news-title {
    text-align: left;
    font-size: 0.9rem;    
    min-width: 300px;
}
.footer .footer-left .news-title{
    padding-bottom: 1rem;
}
.footer .footer-left .news-title a.link{
    text-decoration: underline;
    font-size: 1.1rem;
}
.footer .footer-left .news-title a.more{
    font-size: 0.75rem;
    margin-left: 1rem;
}
.footer .footer-left .news-list li{
    line-height: 1.6;
    letter-spacing: 0.05rem;
}
.footer p {
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}
.footer .footer-right{
    margin-right:50px;
}
.footer .footer-right .qrcode-box{
    width: 8rem;
    height: 10rem;
    text-align: right;
    color: #334259;    
    line-height: 2.5;
}

.footer .footer-right .qrcode-box img{
    width: 100%;
    position: relative;
    left:42px;
    top:-21px;
}
.footer .footer-img {   
    width: 100%;
    text-align: center;
    margin-top: 0 auto;
    font-size: 0.5rem;
    position: relative;
}
.footer .footerimg {
    width: 7%;
    min-width: 100px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    color: #fff;
    border-left: 2px solid;
    margin-bottom: 20px;
    text-align: center;
}
.footer .footerimg a {
    color: #fff;
}
.footer .footerimg:first-child {
    border-left: none;
}
.footer .footerimg p {
    display: block;
    color: #fff;
}
.footer .footerimg .p1 {
    margin-top: 15px;
}
.footer .footerimg img {
    float: left;
    width: 60px;
    height: 60px;
}
.footer-layer {
    width: 50%;
    margin-left: 31%;
}
.footer-third{
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #505050;
}

.footer-third .footer-thirdleft .footer_logo{
    width: 100%;
    position: absolute;
    top: 2rem;
}
.footer-third .footer-thirdleft .footer_logo img{
    width: 100%;
}
.footer-rightthird .footer_qrcode{
    width: 100%;
}
.footer_qrcode{
    margin-top: 15px;
}
.footer-rightthird .footer_qrcode img{
    width: 50%;
}
.footer-thirdleft{
    display: inline-block;
    width: 15%;
    position: relative;
    height: 130px;
}
.content-kl,.content-ks{
    color: #fff;
    padding-bottom: 20px;
    text-indent: 35px;
}
.content-ks a{
    padding: 6px 20px;
    background: #3366ff;
    border-radius: 30px;
    cursor: pointer;
    color: #fff;
}
.footer-thirdcontent{
    display: inline-block;
    width: 62%;
}
.footer-rightthird{
    display: inline-block;
    width: 20%;
    height: 130px;
}
.more-news-tip{
    position: absolute;
    display: none;
    width: 100px;
    height: 105px;
    z-index: 999;
}
.more-news-tip .qr{
    width: 100%;
    height: 100%;
    background: #aaa;
    text-align: center;
}
.more-news-tip .qr img{
    width: 90%;
    padding: 0.5rem 0;
    margin: 0 auto;
}
.more-news-tip .down{ 
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #aaa;
    margin: 0 auto;
    margin-top: -2px;
}
.footer-second{
    width: 100%;
    background: #656565;
}
.second-warp{
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
}
.second-item{
    width: 19%;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 2.3rem;
}
.second-item img{
    vertical-align: middle;
}
.second-item .second-item-text{
    display: inline-block;
    text-indent: 5px;
    width: 80%;
    text-align: left;
    padding: .5rem 0;
}
.fixed-contact{
    position: fixed;
    right: -200px;
    top: 101px;
    text-align: center;
    width: 200px;
    background: #fff;
    line-height: 1.4;
    font-size: 1.1rem;
}
.fixed-contact .tel{
    color: #2b9cf0;
    padding: 1.5rem 0;
}
.fixed-contact .qrcode{
    color: #fff;    
    line-height: 1.4;
}
.fixed-contact hr{
    width: 85%;
    text-align: center;
    margin: 0 auto;
    border-color: #fff;
}
.footer .footer-first{
    width: 73%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 0;
    position: relative;
}
.footer .footerfiexd{
    width: 100%;
}
.footer .footer-first .footer-first-img{
    position: absolute;
    top: -115px;
    left: -2%;
}
.footer .footer-first .footer-first-right{
    display: inline-block;
    width: 90%;
    line-height: 3rem;
    color: #fff;
    margin-left: 10%;
}
.footer .footer-first .footer-first-right .footer-first-right-phone{
    display: inline-block;
    width: 34%;
}
.footer .footer-first .footer-first-right .footer-first-right-phone span{
    margin-right: 4%;
    display: inline-block;
    width: 34%;
}
.footer .footer-first .footer-first-right .footer-first-right-phone input{
    border: 0;
    height: 2rem;
    border-radius: 5px;
    display: inline-block;
    width: 60%;
}
.footer .footer-first .footer-first-right .footer-first-right-code{
    display: inline-block;
    width: 30%;
    margin-left: 2%;
}
.footer .footer-first .footer-first-right .footer-first-right-code span{
    margin-right: 6%;
    display: inline-block;
    width: 30%;
    background: #7598ff;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    border-radius: 5px;
}
.footer .footer-first .footer-first-right .footer-first-right-code input{
    border: 0;
    height: 2rem;
    border-radius: 5px;
    display: inline-block;
    width: 62%;
}
.footer .footer-first .footer-first-right .footer-first-right-sumb{
    display: inline-block;
    width: 15%;
    background: #3366ff;
    text-align: center;
    border-radius: 30px;
    height: 2rem;
    line-height: 2rem;
    margin-left: 10%;
}
.fixed-contact .qrcode img{
    width: 80%;
}
#go-fixed-contact{
    border: 1px solid #dddddd;
    width: 20px;
    position: fixed;
    top: 100px;
    right: 0px;
    background: #fff;
    z-index: 998;
    color: #0e8cea;
    font-size: 1.3rem;
    padding: 0.5rem;
}
.footer-boss{
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 1.5rem;
}
.footer-boss .boss-left{
    display: inline-block;
    width: 16%;
}
.footer-boss .boss-right{
    display: inline-block;
    width: 80%;
}
.footer-boss .boss-right .company_info{
    margin-left: 26px;
}
.footer-boss .boss-right .company_info p{
    text-align: left;
    line-height: 1.8rem;
}
#fixed-anquan {
    width: 60px;
}

/*返回顶部*/
#retop{
    position:fixed;
    display:none;
    width:60px;
    height:60px;
    right: 44px;
    bottom: 10%;
    background: url(../../images/airs.png) no-repeat;
    background-size: cover;
    border-radius:50%;
    cursor:pointer;
    z-index: 10;
    background-position:0px 0px;
}
.retop-s{
    animation: flamescale .5s forwards step-start;
    -webkit-animation: flamescale .5s forwards step-start; 
}
/*右侧悬浮*/
/*.sjd-rmenu{ position: fixed;right: 0; margin-left: 532px;top: 30%;padding-bottom:73px;z-index:999;  background:url(../../images/r_b.png) 0px bottom no-repeat;  }*/
/*.sjd-rmenu .btn{width:80px; height:80px; margin-bottom:10px; cursor:pointer; position:relative;}*/
/*.sjd-rmenu .btn-qq{background:url(../../images/r_qq.png) 5px 0px no-repeat; background-color:#ff811b;}*/
/*.sjd-rmenu .btn-qq:hover{background-color:#ff811b;}*/
/*.sjd-rmenu a.btn-qq,.sjd-rmenu a.btn-qq:visited{background:url(../../images/r_qq.png) no-repeat; background-color:#ff811b; text-decoration:none; display:block;}*/
/*.sjd-rmenu .btn-wx{background:url(../../images/r_wx.png) 5px 0px no-repeat; background-color:#666666;}*/
/*.sjd-rmenu .btn-wx:hover{background-color:#666666;}*/
/*.sjd-rmenu .btn-wx .pic{position:absolute; left:-100px; top:-8px;width:100px;height:100px;display: none;}*/
/*.sjd-rmenu .btn-phone{background:url(../../images/r_phone.png?2) 5px 0px no-repeat; background-color:#666666;}*/
/*.sjd-rmenu .btn-phone:hover{background-color:#666666;}*/
/*.sjd-rmenu .btn-phone .p_num{position:absolute; width:160px; height:75px;left:-160px; top:8px; display:none;}*/
/*.sjd-rmenu .btn-phone{background:url(../../images/r_phone.png?2) 5px 0px no-repeat; background-color:#666666;}*/
/*.sjd-rmenu .btn-top{background:url(../../images/r_top.png) 5px 0px no-repeat; background-color:#666666; display:none;}
.sjd-rmenu .btn-top:hover{background-color:#444;}*/
.sjd-rmenu{ position: fixed;right: 44px; margin-left: 532px;top: 20%;padding-bottom:73px;z-index:999;  /*background:url(../../images/r_b.png) 0px bottom no-repeat; */ }
.sjd-rmenu .btn{width: 60px;height: 60px;margin-bottom: 10px;cursor: pointer;position: relative;}
.sjd-rmenu .btn-wx{background-color:#3366ff;border-radius: 5px;border:1px solid #fff;background-position: center;}
.sjd-rmenu .btn-wx:hover{background-color:#fff;border:1px solid #3366ff;background-position: center;}
.sjd-rmenu .btn-wx .btn-wx-img{background:url(../../images/r_wx.png?2) no-repeat;height: 45px;width: 45px;margin: 0 auto;background-position: center;}
.sjd-rmenu .btn-wx:hover >.btn-wx-img{background:url(../../images/s_wx.png?2) no-repeat;height: 45px;width: 45px;margin: 0 auto;background-position: center;}
.sjd-rmenu .btn-wx .btn-wx-text{color: #fff;text-align: center;font-size: 12px;}
.sjd-rmenu .btn-wx:hover >.btn-wx-text{color: #3366ff;text-align: center;font-size: 12px;}
.sjd-rmenu .btn-wx .pic{position:absolute; left: -150px;top: -26px;width: 120px;height: 120px;display: none;transform: scale(1.5)}
.sjd-rmenu .btn-phone{background-color:#3366ff;border-radius: 5px;border:1px solid #fff;background-position: center;}
.sjd-rmenu .btn-phone:hover{background-color:#fff;border:1px solid #3366ff;background-position: center;}
.sjd-rmenu .btn-phone .btn-phone-img{background:url(../../images/r_phone.png?2) no-repeat;height: 45px;width: 45px;margin: 0 auto;background-position: center;}
.sjd-rmenu .btn-phone:hover >.btn-phone-img{background:url(../../images/s_phone.png?2) no-repeat;height: 45px;width: 45px;margin: 0 auto;background-position: center;}
.sjd-rmenu .btn-phone .btn-phone-text{color: #fff;text-align: center;font-size: 12px;}
.sjd-rmenu .btn-phone:hover >.btn-phone-text{color: #3366ff;text-align: center;font-size: 12px;}
.sjd-rmenu .btn-phone .p_num{background:url(../../images/i_phone.png) no-repeat;text-align: center;padding: 16px 0;position:absolute; width:160px; height:75px;left: -163px;top: -10px; display:none;}
.sjd-rmenu .btn-phone .p_num .p_ck{height: 20px;text-align: center;}
.sjd-rmenu .btn-phone .p_num .p_ah{line-height: 30px;font-size: 16px;}
.sjd-rmenu .btn-line{background-color:#3366ff;border-radius: 5px;border:1px solid #fff;background-position: center;}
.sjd-rmenu .btn-line:hover{background-color:#fff;border:1px solid #3366ff;background-position: center;}
.sjd-rmenu .btn-line .btn-line-img{background:url(../../images/h_line.png?2) no-repeat;height: 45px;width: 45px;margin: 0 auto;background-position: center;}
.sjd-rmenu .btn-line:hover >.btn-line-img{background:url(../../images/p_line.png?2) no-repeat;height: 45px;width: 45px;margin: 0 auto;background-position: center;}
.sjd-rmenu .btn-line .btn-line-text{color: #fff;text-align: center;font-size: 12px;}
.sjd-rmenu .btn-line:hover >.btn-line-text{color: #3366ff;text-align: center;font-size: 12px;}
.bullet-warp{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: rgba(0,0,0,.7);
    z-index: 1001;
    display: none;
}
.bullet{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 500px;
    height: 465px;
    /* padding: 20px 3%; */
    background: #fff;
    border-radius: 4px;
    z-index: 10;
}
.bullet .bullet-closs{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    transition: all .6s;
}
.bullet .bullet-closs:hover{
    transform: rotate(180deg)
}
.bullet .bullet-title{
    font-size: 26px;
    color: #333333;
    letter-spacing: 2.67px;
    width: 100%;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
    padding-top: 20px;
}
.bullet .bullet-content{
    width: 100%;
    /* margin-bottom: 35px; */
    cursor: pointer;
    height: 358px;
    margin-top: -40px;
    text-align: center;

}
.bullet .bullet-content img{
    width: 350px;
    height: 278px;
    margin-top: 45px;
}
.bullet .bullet-foot{
    width: 100%;
}
.bullet .bullet-foot .bullet-btn{
    width: 60%;
    text-align: center;
    margin: 0 auto;
    background: #3366FF;
    border-radius: 8px;
    color: #fff;
    line-height: 43px;
    cursor: pointer;
    font-size: 20px;
}
/*联系我们*/
#qidian_wpa_2852151029_22 {
    padding-top: 50px;
    display: none;    
    top:36%!important;
}
#qidian_wpa_2852151029_22 .btn-qq .btn {
    background-color: red;
}

#qidian_wpa_2852151029_22 .wpa-container {
    background-color: red;
}
#_QD_INVITE_IFRAME_ID_PREFIX_2852151029 {
    display: none;
}
.wpa-container .theme-4 {
    background-color: red;
}
.toolsnav {
    position: fixed;
    right: 0;
    top: 6%;
    z-index: 999;
    right: -9rem;
    transition: right .5s;
    cursor: pointer;
}
.toolsnav:hover {
    right: 0;
}
.toolsnav .tool_li {
    background:rgba(0, 0, 0, 0.59);
    width: 12rem;
    height: 3rem;
    line-height: 3rem;
    margin-bottom: .1rem;
}
.toolsnav .tool_li a {
    color: #fff;
}
.toolsnav .tool_li .icon img {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
.toolsnav .tool_li .icon {
    display: inline-block;
    text-align: center;
    width: 28%;
    border-right: 1px solid #fff;
}
.toolsnav .tool_li .content {
    display: inline-block;
    width: 69%;
    color: #fff;
    text-align: center;
    position: relative;
}
.toolsnav .tool_li .content .qrcode {
    position: absolute;
    width: 104%;
    right: 0;
    height: 240%;
    background:rgba(0, 0, 0, 0.59);
    z-index: 1;
}
.toolsnav .tool_li .content .qrcode img {
    width: 75%;
}
.myloading {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.59);
    z-index: 1000;
    display: none;    
}
.myloading img {
    position: absolute;
    width: 5%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto; 
    animation: rotate 2s linear infinite;
    -webkit-animation: rotate 2s linear infinite; 
}
@keyframes rotate {
    from {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}