﻿/*头部右侧划出导航 start*/
.mpnavbg{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url(../images/black.png) repeat;
    z-index: 100;
    display: none;
}
.sjnav{
    position: fixed;
    width: 80%;
    height: 100%;
    top: 0px;
    right: -100%;
    padding: 0px 5%;
    z-index: 200;
    background-color: #fff;
}
.logdiv>a{
    color: #2f2f2f;
    margin-right: 10px;
}
.logdiv{
    padding: 0.2rem 0px;
}
.logbox{
    padding: 4% 0px;
}
.colse{
    font-size: 24px;
    margin: 13px 0px;
    color: #aaaaaa;
}
.logul>li>a{
    width: 100%;
}
.logul>li>a>i{
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url(../images/arrow1.png) no-repeat center;
    margin-top: 15px;
}
.arrow{
    background: url(../images/arrow1.png) no-repeat center;
    transform: rotate(270deg);
}
.logul>li>a{
    color: #2c2c2c;
    border-bottom: 1px solid #f2f2f2;
    line-height: 40px;
}
.logsja{
    bottom: 1%;
    width: 65px;
}
.sjshopa{
    border: 1px solid #eee;
    padding: 0.1rem 0.13rem 0.09rem 0.48rem;
    background: url('../imagesop.png') no-repeat 15px center;
    background-size: 0.25rem;
}
.sjshopa>i {
    background-color: #30b55e;
    padding: 0 0.08rem;
    border-radius: 8px;
    margin-left: 0.05rem;
}
.zxrx{
    width: 100%;
    font-size: 16px;
}
/*头部右侧划出导航 end*/



/*header start*/
.header{
    line-height: 80px;
    position: fixed;
    width: 100%;
    z-index: 100;
    background: #fff;
}
.logo{
    float: left;
    width: 12%;
}
.nav{
    float: right;
    width: 84%;
}
.nav li{
    float: left;
    width: 8.75%;
    text-align: center;
}
.nav li:last-child{width: 20%; font-weight: bold; margin-left: 4%;}
.nav li a{
    color: #3d3b44;
}
.nav li a.hover{
    border-bottom: 3px solid #281672;
}
.phone{
    float: right;
    width: 180px;
    position: relative;
}
.phone a{
    width: 100%;
    border: 1px solid #281672;
    color: #281672;
    border-radius: 30px;
    height: 36px;
    line-height: 34px;
    position: relative;
}
.phone a:after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    width: 0;
    height: 0;
    border-top: 4px solid #281672;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.phone a img{
    margin-right: 6px;
    margin-top: -2px;
}
.tel{
    position: absolute;
    width: 100%;
    padding: 12px 0;
    border-radius: 6px;
    display: none;
}
.tel p{
    position: relative;
}
.tel p:after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #281672;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
.tel em{
    display: block;
    height: 28px;
    line-height: 28px;
}
/*header end*/



/*footer*/
.footer{
    background: #4a4f54;
    color: #b4b5b7;
}
.foot-top{
    padding: 5% 0 3.33% 0;
}
.foot-lf{
    float: left;
    width: 50%;
    line-height: 180%;
}
.foot-lf img{
    width: 23.6%;
}
.foot-link{
    margin: 7.16% 0 10px 0;
}
.foot-link a{
    color: #b4b5b7;
    float: left;
    margin-right: 16px;
}
.design em{
    color: #68696a;
    margin-left: 8px;
}
.foot-address{
    float: right;
    margin-right: 6.66%;
}
.foot-addr-tel em{
    display: block;
    margin-top: 8px;
    color: #b4b5b7;
}
.foot-addr-seat{
    margin-top: 50px;
    line-height: 180%;
}
.foot-rg{
    float: right;
    width: 50%;
}
.code{
    float: right;
}
.code p{
    color: #4a4f54;
    padding: 9px 0;
}
.friend-link{
    border-top: 1px solid #5c6165;
    padding: 24px 0 38px 0;
    line-height: 200%;
}
.friend-cont>p>a{
    color: #b4b5b7;
    float: left;
    margin-right: 20px;
}
.friend-cont p{
    float: left;
    width: 96.5%;
    height: 24px;
    overflow: hidden;
}
.webkitBox{
    height: auto!important;
}
.link-btn{
    float: right;
    margin-top: 9px;
    width: 10px;
    height: 6px;
    background: url(../images/link-down.png) no-repeat center;
}
.rotate{
    transform: rotate(180deg);
}


/*fixed*/
.anypabottom{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 10px #ccc;
    padding: 0.25rem 0.4rem;
}
.anypabottom>a{
    float: left;
    width: 2.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border-radius: 30px;
    color: #fff;
    font-size: 0.22rem;
}
.anypabottom>a img{
    width: 0.26rem;
    margin-right: 0.2rem;
    margin-top: -3px;
}
.ontele{
    float: right!important;
    background: #4e3e9f;
}
.onliness{
    background: #ef5850;
}
