body{
    background: url("../img/bg_new.png") no-repeat center top;
}
.public-container {
    position: relative;
    margin: 0 auto;
    width:1200px;
}

.header-link{
    
    margin-top: 20px;

}
.link-lt a{
    color: #fff;
}
.link-rt{
    float: right;
    
}
.link-rt a{
 
    color: #fff;
}
.header-search{
    margin-top: 20px;
}
.h-tool2-right {
    float: right;
    width: 472px;
    height: 46px;
    margin-top: 16px;
    background: #fff;
    border-radius: 23px;
    padding: 0 20px;
    overflow: hidden;
}

.h-tool2-right>input {
    width: 428px;
    height: 46px;
    line-height: 46px;
    background: none;
    color: #666;
    font-size: 20px;
    float: left;
    border:none;
}

.h-tool2-right .h-search {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: 11px;
    background: url("../img/wpf_search.png") no-repeat center center;
    background-size: auto 100%;
    cursor: pointer;
}
input,
textarea {
    box-sizing: content-box;
    outline: none;
    background: 0 0;
    font-family: "Microsoft YaHei";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #acacac;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #acacac;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #acacac;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #acacac;
}
.public-nav{
    
    margin-top: 40px;
    background: #2760b7;
}
.nav-list li {
    float: left;
    display: block;
    width: 230px;
    height: 52px;
   
    padding: 0;
    margin: 0;
    line-height: 52px;
}
.nav-list li a{
    width: 229px;
    height: 22px;
    line-height: 22px;
    font-size: 22px;
    border-right: 1px solid #fff;
    display: block;
    text-align: center;
    color: #fff;
    margin-top: 16px;
}
.nav-list li:hover{
    background: #2e79c4;
}
.position {
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
    background: url(../img/home-position.png) center left no-repeat;
    background-size: 11px 16px;   
    color: #ffffff;

}
.position a {
    color: #fff;
}