
.bordertop1 {
    border-top: 1px solid #ebebeb;
}

.borderbot1 {
    position: relative;
    border-bottom: 1px solid #ebebeb;
}


.logol {
    padding: 20px 0;
}

.logor {
    padding-top: 35px;
}

.tops {
    height: 38px;
    line-height: 38px;
}

.topsr span {
    margin-left: 20px;
}

.search_bg {
    background: url(../images/search_bg.png) no-repeat;
    width: 356px;
    height: 35px;
}

.ipt_search {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 310px;
    border: 0;
}

.btn_search {
    height: 35px;
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: 0;
    cursor: pointer;
}

.nav_ul li {
    float: left;
    position: relative;
}

.nav_ul li > a {
    display: block;
    height: 52px;
    line-height: 52px;
    text-align: center;
    width: 103px;
}

.nav_ul li > p {
    position: absolute;
    top: 52px;
    left: 0;
    width: 110px;
    display: none;
    z-index: 9;
}

.nav_ul li > p > a {
    display: block;
    height: 35px;
    line-height: 35px;
    background: #00427b;
    border-top: 1px solid #002c76;
    text-align: center;
}

.nav_ul li > p > a:hover {
    background: #0075c7;
}

.nav_cur {
    background: #00427b;
}

.copy {
    background: #414141;
    padding: 20px 0;
    line-height: 36px;
}

.main_pic {
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
}

.main_pic img {
    width: 1200px !important;
    margin: 0 auto;
    display: block;
}

.content-full {
    width: 100%;
    overflow: hidden;
}