@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: 'Î¢ÈíÑÅºÚ';
}
image,input,button,a{
   border: none;
    outline: none;
}
a{
    color: inherit;
    text-decoration: none;
}
ul{
    list-style: none;
}
.clear:after{
    display: block;
    content: '';
    clear: both;
}

.px1200{
    width: 1200px;
    margin: auto;
}

body{
    min-width: 1200px;
}

.header{
    padding-top: 25px;
    padding-bottom: 26px;
}

.logo{
    float: left;
    width: 597px;
}
.logo a{
    display: block;
    overflow: hidden;
}
.logo img{
    display: block;
    width: 100%;
}
.search{
    float: right;
    margin-top: 20px;
    margin-right: 87px;
    position: relative;
}

.search input[type='text']{
    width: 260px;
    height: 42px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    padding-left: 10px;
    padding-right: 52px;
    border: 1px solid #1079e2;
}
.search input[type='image']{
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    padding: 13px;
    background:#1079e2;
}
.nav{
    background: #1079e2;
}
.nav>div>ul{
    font-size: 0;
}
.nav>div>ul>li{
    display: inline-block;
    width: 133px;
    line-height: 64px;
    text-align: center;
    position: relative;
}
.nav>div>ul>li>a{
    display: block;
    font-size: 18px;
    color: #fff;
}
.nav>div>ul ul{
    position: absolute;
    left: 50%;
    top: 100%;
    width: 139px;
    padding: 12px 0;
    background: rgba(16, 121, 226, 0.75);
    transform: translateX(-50%);
    background-clip:padding-box;
    border-top: 2px solid transparent;
    display: none;
    z-index: 99;
}

.nav>div>ul ul a {
    display: block;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.nav>div>ul>li:after{
    content: '';
    position: absolute;
    left: 50%;
    width: 0;
    height: 3px;
    background: #fff;
    bottom: 1px;
    transform: translateX(-50%);
    transition: all .3s;
}
.nav>div>ul>li.active:after,.nav>div>ul>li.on:after{
    width: 47px;
}
.nav>div>ul ul>li:hover{
     background: #1079e2;
}
.nav>div>ul ul>li:hover>a{
    font-weight: 600;
}


.footer {
    padding-top: 29px;
    padding-bottom: 28px;
    background: #353535;
}
.ft-l{
    float: left;

    width: 675px;
    overflow: hidden;
    margin-top: 17px;
}
.ft-l img{
    float: left;
    width: 74px;
    height: 91px;
}
.ft-l .add {
   overflow: hidden;
    padding-left: 40px;
}
.add p{
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.qr {
    float: right;
}
.qr img{
    display: block;
    width: 120px;
    height: 120px;
}