.header-nav{
    border-bottom: 2px solid #edeff5;
}
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}
.navb{
    border-radius: 0px;
    min-height: 48px;
    height: 50px;

}
.navb .navbar-header{
    width: 400px;
    background: linear-gradient(to right, #242424,#595959, #fff);
    position: relative;
}
.location{
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 60px;
}
.button{
    color: white;
    background:linear-gradient(to right, #575757,#616161,#7d7d7d);
    width: 132px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transform: skewX(-32deg);
}
.dropdown-menu a{
    color: #000;
    text-decoration:none
}
.dropdown-menu img{
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 6px 14px 6px 10px;
}
.navbar-brand{
    padding-left: 30px;
}
.navbar-right {
    float: right!important;
    margin-right: 0px;
}
.navbar-brand>img{
    width: 150px;
    height: 20px;
    margin-left: 34px;
    position: absolute;
    z-index: 10;
}

.dropdown-toggle:after {
    content: "";
    display: inline-block;
    color: #000;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.1em;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.header-text{
    color: #fff;
    font-size: 12px;
    padding-left: 13px;
}
.nav>li>a:focus, .nav>li>a:hover {
    background:transparent!important;
}
.main{
    height:742px;
    background:rgba(255,255,255,1);
}
.warp{
    position: relative;
    top: 60px;
}
.warp .warp-img-text{
    position: absolute;
    left: 102px;
    top: 18px;
    font-size: 20px;
    font-family: MicrosoftYaHei;
    width: 98px;
    font-weight:bold;
    color:rgba(51,51,51,1);
}
.warp-Img {
    width: 1172px;
    height: 600px;
}

.warp-img-text img{
    padding-left: 56px;
}
.warp-Img .warp-shadow{
    width: 450px !important;
    height: 470px;
}
.warp-Img .img-item{
    transition: All 0.4s ease-in-out;
    width: 100%;
    height: 100%;
    margin:20px 0 0 20px ;
    box-shadow: 0px 0px 50px #e7e9ec;
}
.warp-shadow a img:hover{
    transform: translate(0px, -10px);
    box-shadow: 0px 0px 50px #FF911A;
    border:1px solid rgba(255, 145, 26, 0.74);
}
.warp-arrows span{
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #999;
    line-height: 38px;
    text-align: center;
    color: #999;
    float: right;
    margin-top:30px ;
    margin-right: 2px;
    cursor: pointer;
}
.warp .swiper-container{
   margin: 0 0 0 190px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("../images/next.png")!important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background-image: url("../images/prev.png")!important;
    left: 960px !important;
}
.swiper-button-next, .swiper-button-prev {
    background-size: 45px 45px!important;
    width: 45px !important;
    height: 45px !important;
    top: 90% !important;

}
footer{
    margin-top: 50px;
    margin-bottom: 20px;
}
footer p{
    width:200px;
    height:10px;
    font-size:12px;
    font-family:PingFangSC-Light;
    font-weight:bold;
    margin: 0 auto;
}
footer .footer-text{
    color:rgba(119,119,119,1);
    text-decoration:none;
}
