﻿/*header start*/
.header{
    background: #fff;
}
.head-top{
    height: 32px;
    line-height: 32px;
    background: #f4f4f4;
    font-size: 12px;
    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;
}
.site-r span{
    float: left;
    width: 2px;
}
.head-on{
    background: #fff;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    margin-left: -2px;
    margin-right: -2px;
}
.shop-cart{
    position: relative;
}
.ris{
    position: absolute;
    right: -1px;
    width: 370px;
    background: #fff;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    z-index: 10;
}
.shop-none, .shop-many{
    display: none;
}
.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: #f43436;
    margin-left: 5px;
    font-weight:600;
}
.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;
    background: #e1000f;
    text-align: center;
    color: #fff!important;
    font-size: 15px;
}
.account{
    color: #f43436!important;
    margin-left: 8px;
}
.i-cart{
    margin-right: 6px;
}
.piece{
    font-weight: bold;
    color: #424242;
    margin: 0 4px;
}
.head-con{
    padding: 30px 0 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo{
    float: left;
    width: 27.8%;
}
.tele{
    float: right;
    width: 140px;
}
.tele h3{
    font-size: 22px;
    font-family: 'Arial';
}
.tele p{
    font-size: 12px;
}
.search-wrap{
    float: left;
    width: 40.2%;
}
.search-btn{
    line-height: 44px;
    text-align: center;
    font-size: 15px;
    border-radius: 3px;
    margin-left: 2.5%;
    color: #fff;
}
.search-div{
    display: inline-block;
    width: 77%;
    line-height: 40px;
    border: 2px solid #005293;
    border-radius: 3px;
    vertical-align: top;
}
.search-div a{
    float: right;
    width: 13.5%;
    text-align: center;
}
.search-div a img{
    width: 33.33%;
    margin: 0 auto;
}
.search-div input{
    padding: 0 3.8%;
    width: 85%;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
}
.nav{
    float: left;
    width: 74%;
    margin-left: 4.166%;
}
.nav li{
    float: left;
    width: 10.5%;
    line-height: 46px;
    text-align: center;
}
.nav li a{
    color: #333;
}
.nav li.hover a{
    color: #005293;
}
.navList{
    float: left;
    width: 20%;
}
.navList>h2{
    width: 100%;
    background: #005293;
    color: #fff;
    padding: 0 15px;
    line-height: 46px;
    font-size: 16px;
    cursor: pointer;
}
.navList>h2 img{
    float: right;
    margin-top: 19px;
}
.head-btm{
    position: relative;
}
.menu {
    display: none;
}
.menu-con{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.menu-ul{
    float: left;
    width: 20%;
    background: url(../images/menu-black.png) repeat;
}
.menu-ul>li{
    padding: 18px 15px;
    padding: 1.75% 6.25%;
    background: url(../images/menu-r.png) no-repeat 95% center;
}
.menu-ul>li.hover{
    background: #3d3d3d url(../images/menu-r-act.png) no-repeat 95% center;
}
.menu-ul>li>h2{
    font-size: 14px;
    margin-bottom: 6px;
    margin-bottom: 2.5%;
}
.menu-ul>li a{
    color: #fff;
    margin-right: 9px;
}
.menu-ul>li a:last-child{
    margin-right: 0;
}
.menu-div{
    float: right;
    width: 960px;
    width: 80%;
    display: block;
}
.menu-div-list{
    background: #fff;
    border: 1px solid #ebebeb;
    position: absolute;
    top: 0;
    left: 240px;
    width: 960px;
    width: 80%;
}
.menu-div-list li{
    border-bottom: 1px solid #ebebeb;
    padding: 30px 27px 23px 27px;
    padding: 3.125% 2.8125% 2.4% 2.8125%;
}
.menu-div-list li:last-child{
    border-bottom: none;
}
.menu-div-list li h2{
    font-size: 14px;
    margin-bottom: 9px;
    margin-bottom: 0.9375%;
    font-weight: bold;
    color: #333;
}
.menu-div-list li a{
    color: #565656;
    margin-right: 1.33%;
    line-height: 24px;
}
.menu-div-list li a:hover{
    color: #005293;
}
/*header end*/


/*footer start*/
.footer{
    background: #fff;
}
.ensure{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.75% 0;
    font-size: 18px;
    color: #222;
}
.ensure em{
    width: 48px;
    height: 48px;
    margin-right: 16px;
    vertical-align: middle;
}
.ensure li:nth-of-type(1) em{
    background: url(../images/f-1.png) no-repeat center;
}
.ensure li:nth-of-type(1):hover em{
    background: url(../images/f-1-act.png) no-repeat center;
}
/*.ensure li:hover p{
   color:#025394
}*/
.ensure li:nth-of-type(2) em{
    background: url(../images/f-2.png) no-repeat center;
}
.ensure li:nth-of-type(2):hover em{
    background: url(../images/f-2-act.png) no-repeat center;
}
.ensure li:nth-of-type(3) em{
    background: url(../images/f-3.png) no-repeat center;
}
.ensure li:nth-of-type(3):hover em{
    background: url(../images/f-3-act.png) no-repeat center;
}
.ensure li:nth-of-type(4) em{
    background: url(../images/f-4.png) no-repeat center;
}
.ensure li:nth-of-type(4):hover em{
    background: url(../images/f-4-act.png) no-repeat center;
}
.ensure img{
    /*margin-right: 16px;*/
}
.ensure p{
    display: inline-block;
}
.copyright{
    padding: 15px 0;
    font-size: 13px;
    color: #999;
    line-height: 200%;
}
.copy-link a{
    color: #999;
}
.copy-link span{
    margin: 0 1.25%;
}
.foot-con{
    padding: 3.83% 0 0 0;
}
.foot-lf{
    float: left;
    width: 76.5%;
}
.foot-lf li{
    float: left;
    width: 20%;
}
.foot-lf h2{
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 15px;
}
.foot-lf a{
    display: block;
    line-height: 24px;
    color: #9a9a9a;
}
.telephone{
    float: right;
    width: 23.5%;
    padding-bottom: 25px;
    padding-left: 80px;
    padding: 0 3.6% 2% 6.25%;
}
.telephone h2{
    font-size: 24px;
    font-family: 'Arial';
}
.telephone p{
    font-size: 13px;
    color: #999;
    margin: 7px 0 18px 0;
}
.telephone a:nth-of-type(2){
    margin: 0 6%;
}
/*footer end*/


/*左侧*/
.leftSide{
    position: fixed;
    left: 5%;
    top: 10%;
    z-index: 3;
}
.leftSide{
    padding: 0 9px;
}
.leftSide li{
    line-height: 39px;
    border-bottom: 1px solid #f5f5f5;
}
.leftSide a{
    width: 100%;
    color: #9f9f9f;
}
.leftSide li:hover a{
    color: #005293;
}

/*右侧*/
.rightSide{
    position: fixed;
    right: 0;
    top: 60%;
    z-index: 3;
    transition: 0.3s;
    width: 46px;
}
.rightSide li{
    position: relative;
    margin-bottom: 2px;
    background: #555;
    width: 46px;
    height: 46px;
}
.ri-icon{
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #555;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.more-info{
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.5s;
    background: #005293;
    line-height: 46px;
    color: #fff;
    text-align: center;
    z-index: 1;
    height: 100%;
}
.ri-1{
    width: 120px;
    right: -120px;
}
.ri-2{
    width: 160px;
    right: -160px;
    font-size: 22px;
    font-family: 'Arial';
}
.ri-3{
    width: 46px;
    height: 46px;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: 3;
    font-size: 0;
}
.ri-3 img{
    vertical-align: middle;
    margin: 0;
    width: 22px;
    height: 22px;
    border: 12px solid #555;
    transition: 0.5s;
}
.rightSide li:hover .more-info{
    right: 46px;
}
.rightSide li:hover .ri-icon{
    background: #005293;
}
.rightSide li:hover .ri-3{
    width: 126px; 
    height: 126px; 
    line-height: 126px;
    right: 0; 
    opacity: 1;
}
.rightSide li:hover .ri-3 img{ 
    width: 120px; 
    height: 120px; 
    line-height: 120px;
    border: 3px solid #005293;
}


/*手机 头部*/
.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{
    position: fixed;
    left: 0;
    width: 100%;
    background: #fff;
    top: 0.82rem;
    z-index: 2;
    color: #333;
    display: none;
}
.navBox{
    height: 100%;
}
.h-hunt{
    padding: 0.4rem 0.2rem;
    border-bottom: 1px solid #e6e6e6;
}
.navBox h2{
    font-size: 15px;
    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;
}
.navBox h2 a{
    width: 100%;
    color: #333;
}
.nav-con{
    background: #f5f5f5;
    display: none;
}
.nav-con h3{
    line-height: 30px;
    padding: 0 6%;
    background: url(../images/head01.png) no-repeat 96% center;
    background-size: 10px 6px;
    font-size: 13px;
}
.nav-p{
    display: none;
}
.nav-p a{
    width: 100%;
    line-height: 30px;
    padding: 0 10%;
    color: #333;
    font-size: 12px;
}