﻿@charset "utf-8";
body{font-size:15px;} 
.w-50{width: 50%;}

.search{
    float: right;  
    margin-left: 10px;  
    overflow: hidden;
    margin-top: 46px;
}
.search-text{
    background: #fff;
    width: 0px;
    height: 23px;
    vertical-align: top;
    padding: 0 0px;
    color: #000;
    transition: all .3s;
}


.search-btn{
    width: 23px;
    vertical-align: top;
    height: 23px;
    cursor: pointer;
    border: 1px solid #fff;
    background: url(../images/search.png) no-repeat center center;
}
.nav-wrapper{
    background: url(../images/header-bg.png) no-repeat center center;
    background-color: #0068c0;
    border-top: 5px solid #f36a00;
    box-shadow: 0px 2px 5px 0px rgba(4, 0, 0, 0.45);
}
.nav{

}
.nav>li{
    float: left;
    position: relative;
}
.nav>li>a{
    font-size: 14px;
    line-height: 115px;
    display: block;
    color: #fff;
    transition: all .2s;
    padding: 0 21px;
}
.nav>li:hover>a{
    background: #f36a00;
}
.nav>li>ul{
    display: none;
    position: absolute;
    min-width: 100%;
    text-align: center;

 z-index: 3;
}
.nav>li>ul li a{
    
white-space: nowrap;
    background: #0068c0;
    background: rgba(0,0,0,.5);
    display: block;
    line-height: 43px;
    color: #fff;
    font-size: 14px;

}
.nav>li>ul li:hover a{
    background: #f36a00;
}
.hasSub:hover>ul{
    display: block;
}
.logo{
    margin-top: 15px;
}


.footer{
    background: url(../images/footer-bg.png) no-repeat center center;
    padding: 20px 0;
}
.footer-logo{
    display: inline-block;
}
.copyright{
    display: inline-block;
    border-left: 1px solid #fff;
    padding: 20px 0 20px 60px;
    margin-left: 60px;

}
.copyright p{
    font-size: 14px;
    color: #fff;
    line-height: 27px;
    text-align: left;
}

.code{
    display: inline-block;
    vertical-align: bottom;
    margin-left: 50px;
}
.code ul li{
    display: inline-block;
    margin: 5px;
}
.code ul li img{
    width: 81px;
    height: 81px;
}
@media screen and (min-width: 1500px) {
    .search{
        position: absolute;
        right: -134px;
        margin-left: 0;
        top: 0;
    }
    .search-text{
        padding: 0px 5px !important;
        width: 110px !important;
    }
}

.code ul li p{
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 20px;
padding-top: 4px;
}