/* 欢迎开始 */ 
.Welcome{
    height: 32px;
    background: #f4f4f4;
    border-bottom: 1px solid #e5e5e5;
}
.Welcome .in-Welcome{
    width: 1200px;
    margin:0 auto;
    height:32px;
    line-height: 32px;
    font-size: 12px;
    overflow: hidden;
}
.Welcome .in-Welcome h2{
    float: left;
    color: #919191;
}
.Welcome .in-Welcome .Welcome-right{
    float: right;
    color:#919191;
    margin-right:0px;
}
.in-Welcome .Welcome-right li{
    float: left;
    margin-right: 18px;
}
.in-Welcome .Welcome-right li.one a{
    color:#3e87f0;
    margin-left: 8px;
}
/* 欢迎结束 */ 



/* 店铺导航开始*/ 
.logo2{
    height:100px;
    width:100%;
    background:#fff;
    position: relative;
}
.logo2 .in-logo2{
    width:1200px;
    height:70px;
    margin:0 auto;
    padding-top: 30px;
}
.logo2 .in-logo2 i{
    width:200px;
    height:57px;
    float: left;
    display: block;
    margin-top: -12px;
}
.logo2 .in-logo2 i img{
    width:200px;
    height:57px;
}
.in-logo2 .search{
    //overflow: hidden;
    width:700px;
    height:46px;
    float: right;
    position: relative;
}
.in-logo2 .search .searchHistory {
    width: 470px;
//height: 100px;
    position: absolute;
    left: 0px;
    top: 45px;
    z-index: 999;
    background: #ffffff;
    border: 1px solid  #969696;
    display: none;
    color: #000000;
}
.in-logo2 .search .searchHistory p {
    font-size: 13px;
    text-indent: 10px;
    display:block;
    line-height: 22px;
    position: relative;
    height:100%;
    z-index: 999;
}
.in-logo2 .search .searchHistory p:hover {
    background: #3e87f0;
}
.in-logo2 .search .searchHistory p.keyUp {
    background: #3e87f0;
}
.in-logo2 .search input{
    width:417px;
    border: 2px solid #3e87f0;
    height:42px;
    line-height: 46px;
    background: #fff;
    float: left;
    outline: none;
    padding-left: 50px;
    background: url(../images/icon/search.png) no-repeat;
    background-position: 22px center;
}
.in-logo2 .search button.btn{
    float: left;
    width:114px;
    height:46px;
    background:#3e87f0;
    font-size: 18px;
    color:#fff;
}
.in-logo2 .search button.btn1{
    float: left;
    width:114px;
    height:46px;
    background:#f27b28;
    font-size: 18px;
    color:#fff;
}
/* 店铺导航结束*/ 



/* 导航开始*/ 
.nav1{
    height:50px;
    width:100%;
    background:#3e87f0;
}
.nav1 .in-nav1{
    width:1200px;
    height:50px;
    margin:0 auto;
}
.nav1 .in-nav1 .one-nav1{
    float: left;
    overflow:hidden;
}
.nav1 .in-nav1 .one-nav1 li{
    overflow:hidden;
    font-size: 16px;
    float: left;
    margin-right: 48px;
    line-height: 50px;
}
.nav1 .in-nav1 .one-nav1 li a{
    color:#fff;
    width: 100%;
    height: 100%;
    display: inline-block;

}
.nav1 .in-nav1 .test{
    float:left;
    font-size: 14px;
    line-height: 50px;
    color:#fff;
    margin-right: 40px;
    /*position:relative;*/

}
.nav1 .in-nav1 .test .test1{
    cursor: pointer;
}
.nav1 .in-nav1 .test .in-test{
    width:310px;
    height:300px !important;
    position: absolute;
    top:50px;
    /*left:-190px;*/
    padding-left: 20px;
    display: none;
    box-shadow: -1px 4px  18px 1px #ccc;
    z-index: 2;
    background:#fff;

}
.nav1 .in-nav1 .test .in-test .img-test{
    overflow:hidden;
    margin-top: 20px;
}
.test .in-test .img-test i{
    width:100px;
    height:100px;
    display: block;
    float: left;
    border:1px solid #cccccc;
    margin-right: 20px;
}
.test .in-test .img-test i img{
    width:100px;
    height:100px;
    display: block;
}
.test .in-test .img-test h3{
    float: left;
    width:170px;
    height:100px;
    line-height: 25px;
    color:#919191;
    font-size: 14px;
}
.test .in-test .ips{
    overflow:hidden;
    margin-top: 15px;
}
.test .in-test .ips p{
    float: left;
    width:195px;
    line-height: 22px;
    font-size: 12px;
    color:#919191;
}
.test .in-test .ips span{
    float:right;
    color:#919191;
    font-size: 14px;
    margin-top: -13px;
    margin-right: 20px;
}
.nav1 .in-nav1 .test .in-test .service{
    border-top:1px solid #cccccc;
    margin-right: 22px;
    margin-top: 17px;
    padding-top: 8px;
}
.nav1 .in-nav1 .test .in-test .service h4{
    font-size: 14px;
    color:#333333;
    line-height: 24px;
}
.nav1 .in-nav1 .test .in-test .service p{
    line-height: 30px;
    color:#919191;
    font-size: 14px;
    line-height: 25px;
}
.hasFixed{
        position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #ccc;

}
/* 导航结束*/ 