﻿/*header start*/
.header{
    background: #fff;
}
.header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
.head-top{
    height: 38px;
    line-height: 38px;
    background: #f5f5f5;
    color: #767676;
}
.welcome{
    display: inline-block;
}
.site-r{
    float: right;
    display: inline-block;
}
.site-r>li{
    float: left;
    padding: 0 13px;
}
.site-r a{
    color: #767676;
    height:18px;
    line-height:18px;
}
.dl{
    margin-right: 8px;
}
.site-r span{
    float: left;
    width: 2px;
}
.head-con{
    padding: 2.5% 0;
    /*display: flex;
    align-items: center;
    justify-content: space-between;*/
}
.logo{
    float: left;
    width: 17.5%;
}
.search-div{
    display: inline-block;
    width: 633px;
    line-height: 42px;
    vertical-align: top;
    float: left;
    border: 1px solid #026bb9;
    border-right: none;
    margin-right: 2%;
}
.search-div a{
    float: right;
    width: 80px;
    width: 12.6%;
    height: 44px;
    text-align: center;
    color: #fff;
    margin: -1px 0;
}
.search-div input{
    padding: 0 3%;
    width: 85%;
    height: 40px;
    line-height: 40px;
}
.h-toggle{
    float: right;
    position: relative;
    width: 127px;
}
.h-ishop{
    float: right;
}
.h-shop-num{
    position: absolute;
    right: -4px;
    top: -1px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.ris{
    position: absolute;
    right: 0;
    top: 72px;
    width: 370px;
    z-index: 10;
}
.shop-none, .shop-many{
    display: none;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    border-radius: 5px;
}
.shop-none{
    text-align: center;
    color: #888888;
    font-size: 16px;
    padding: 44px 0;
}
.shop-none img{
    margin-bottom: 23px;
}
.shop-many h2{
    margin: 0 16px;
    line-height: 57px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 15px;
    color: #000;
}
.shop-many h2 em{
    float: right;
    color: #444;
    font-size: 14px;
}
.shop-commod{
    padding: 12px 0 8px 0;
}
.shop-commod li a{
    width: 100%;
    padding: 12px 0;
}
.commod-img{
    float: left;
    margin: 0 26px;
}
.commod-con{
    float: left;
    color: #444;
    font-family: 'Arial';
    line-height: 180%;
}
.commod-price i{
    color: #999;
    margin-left: 5px;
}
.windSet{
    background: #f8fafb;
    padding: 14px 24px 14px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wind-money{
    width: 100%;
    line-height: 180%;
}
.wind-money h4{
    font-size: 14px;
}
.wind-money h4 i{
    font-size: 15px;
}
.wind-money p{
    color: #999;
}
.wind-money p i{
    margin: 0 3px;
}
.wind-next a{
    width: 132px;
    line-height: 42px;
    border-radius: 4px;
    text-align: center;
    color: #fff!important;
    font-size: 15px;
}
.h-lan{
    float: left;
    width: 48px;
    height: 48px;
    background: url(../images/lan.png) no-repeat center;
}
.h-lan:hover{
    background: url(../images/lan-act.png) no-repeat center;
}
.head-btm{
    height: 46px;
    line-height: 46px;
}
.nav{
    float: left;
    width: 70%;
}
.nav>li{
    float: left;
    /*width: 12.6%;*/
    margin-right: 1.66%;
    text-align: center;
    position: relative;
}
.nav>li>a{
    color: #fff;
}
.nav li.hover{
   background: #005ca0;
}
.hotLine{
    float: right;
    color: #fff;
}
.two-level{
    position: absolute;
    left: 0;
    padding: 0 24px;
    width: 264px;
    display: none;
   
}

.two-level li{
    position: relative;
}
.two-level ul{
    position: absolute;
    left: calc(100% + 24px);
    padding: 0 24px;
    width: 100%;
    display: none;
    margin-top:-59px;
     background:#fff;
}
.two-level a{
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    line-height: 43px;
    color: #111;
    text-align: left;
    background: url(../images/nav-icon.png) no-repeat right center;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.two-level a:hover{
    color: #999999;
    background: url(../images/nav-icon-act.png) no-repeat right center;
    padding-left: 10px;
}
.two-level a:last-child{
    /*border-bottom: none;*/
}


.sss{
    top: 100% !important;
}
/*header end*/



/*footer start*/
.footer{
    background: #2d2d2d;
}
.foot-top{
    padding: 5.833% 0 9.583% 0;
}
.logo-btm{
    float: left;
    width: 17.5%;
}
.foot-lf{
    float: left;
    width: 54.583%;
    margin-left: 9%;
}
.foot-lf li{
    float: left;
    width: 25%;
}
.foot-top h2{
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 18px;
    color: #c4c4c4;
}
.foot-lf a{
    display: block;
    line-height: 25px;
    color: #696969;
}
.foot-lf a:hover{
    color: #c4c4c4;
}
.telephone{
    float: right;
    width: 174px;
}
.telephone h1{
    font-size: 25px;
    font-family: 'Arial';
    color: #727272;
}
.telephone p{
    color: #727272;
    margin: 7px 0 18px 0;
}
.telephone a:nth-of-type(2){
    margin: 0 24px;
}
.copyright{
    padding: 1.83% 0;
    line-height: 200%;
    border-top: 1px solid #383838;
}
.copyright p{
    display: inline-block;
}
.copy{
    color: #727272;
}
.icp{
    color: #727272;
    float: right;
}
.icp img{
    margin-right: 8px;
}
/*footer end*/


/*右侧悬浮 start*/
.right-fixed{
    position: fixed;
    right: 0;
    top: 35%;
    background: #fff;
    box-shadow: -5px 0 10px #ccc;
    text-align: center;
    width: 62px;
    z-index: 4;
}
.right-fixed>li{
    padding: 20px 0 16px 0;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
    position: relative;
    /*margin: 0 7px;*/
}
.right-fixed>li:last-child{
    border-bottom: none;
}
.right-fixed>li em{
    color: #888;
    font-size: 12px;
    margin-top: 6px;
}
.right-fixed>li>p{
    width: 20px;
    height: 20px;
    margin: 0 auto;
}
.right-fixed>li.li-o>p{
    background: url(../images/sub-qq.png) no-repeat center;
}
.right-fixed>li.li-t>p{
    background: url(../images/sub-tell.png) no-repeat center;
}
.right-fixed>li.li-th>p{
    background: url(../images/sub-app.png) no-repeat center;
}
.right-fixed>li.li-f>p{
    background: url(../images/sub-top.png) no-repeat center;
}
.right-fixed>li.li-o:hover>p{
    background: url(../images/sub-qq-act.png) no-repeat center;
}
.right-fixed>li.li-t:hover>p{
    background: url(../images/sub-tell-act.png) no-repeat center;
}
.right-fixed>li.li-th:hover>p{
    background: url(../images/sub-app-act.png) no-repeat center;
}
.right-fixed>li.li-f:hover>p{
    background: url(../images/sub-top-act.png) no-repeat center;
}
.right-fixed>li:hover em{
    color: #026bb9;
}
.right-fixed>li.li-th .more-info, .right-fixed>li.li-t .more-info{
    top: 50%;
    transform: translateY(-50%);
}
.more-info{
    position: absolute;
    top: 0;
    right: 67px;
    right: 62px;
    transition: 0.5s;
    background: #fff;
    text-align: center;
    z-index: 1;
    width: 184px;
    box-shadow: -5px 0 10px #ccc;
    border: 1px solid #e5e5e5;
    display: none;
}
.more-infoo{
    position: absolute;
    top:-2px;
  
    right: 182px;
    transition: 0.5s;
    background: #fff;
    text-align: center;
    z-index: 1;
    width: 184px;
    box-shadow: -5px 0 10px #ccc;
    border: 1px solid #e5e5e5;
    display: none;
}
.ri-1{
    padding: 21px 21px 15px 21px;
}
.ri-1 h2{
    margin-bottom: 13px;
}
.ri-1 li a{
    width: 100%;
    line-height: 38px;
    border: 1px solid #e5e5e5;
    color: #666;
    margin-bottom: 10px;
}
.ri-1 li a i{
    width: 19px;
    height: 22px;
    background: url(../images/QQ.png) no-repeat center;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -2px;
}
.ri-1 li a:hover{
    border:1px solid #ccc;
}
.ri-1 li a:hover i{
    background: url(../images/QQ.png) no-repeat center;
}
.ri-2{
    padding: 21px;
}
.ri-2 h2{
    margin-bottom: 5px;
}
.ri-3{
    width: 170px;
    padding: 21px 22px 16px 22px;
}
.ri-3 img{
    margin-bottom: 13px;
}
.ri-3 p{
    line-height: 20px;
}
.right-fixed>li:hover .more-info{
    display: block;
}


/*手机端 头部*/
.dlphone {
margin-top:15px;
padding:0 0.2rem;

}
    .dlphone a {
    width:50px;
    line-height:36px;
    text-align:center;
    color:#333;
    font-size:15px;
    border:1px solid #e5e5e5;
    margin-right:15px;
    }
.navBox, .h-hunt{
    display: none;
}
.navBox{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0.87rem;
    background: #fff;
    z-index: 3;
}
.close{
    float: right;
    margin-bottom: 15px;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.h-hunt{
    padding: 0.4rem 0.2rem;
    border-bottom: 1px solid #e6e6e6;
}
.navBox{
    height: 100%;
}
.navBox>li>a{
    width: 100%;
    font-size: 15px;
    color: #333;
    line-height: 38px;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0.2rem;
    background: url(../images/head01.png) no-repeat 96% center;
    background-size: 10px 6px;
}
.head02{
    background: url(../images/head02.png) no-repeat 96% center!important;
    background-size: 10px 6px!important;
    color: #08318f;
}
.nav-p{
    display: none;
    background: #f5f5f5;
}
.nav-p a{
    width: 100%;
    line-height: 30px;
    padding: 0 0.4rem;
    color: #333;
    font-size: 12px;
}