* {
    margin: 0px;
    padding: 0px;
}

* html {
    background-image: url(about:blank);
    background-attachment: fixed;
    font-size: 18px;
}

body {
    font-family: 'Microsoft YaHei', Arial, Helvetica;
    color: #000000;
    /*background-color: #f6f6f6;*/
    /*background-image: url('/blog/img/bottom.png');*/
    /*background-size: 100% auto;*/
    /*background-position: bottom center;*/
    /*!*background-position-y: 500px;*!*/
    /*background-repeat: no-repeat;*/
}

ul, li, dd, dt, dl, img {
    list-style: none;
    border: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clearAll {
    clear: both;
}

/* 头部导航开始*/
.container {
    width: 1200px;
    border-radius: 5px;
    margin: 0 auto;
}

.container-shouye {
    /*border: 1px solid #dedede;*/
    padding: 30px 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    background: #ffffff;
}

.container-list {
    /*border: 1px solid #dedede;*/
    /*padding: 30px 20px;*/
    margin-top: 15px;
    margin-bottom: 15px;
    background: #ffffff;
}

.container-read {
    /*border: 1px solid #dedede;*/
    padding: 30px 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    background: #ffffff;
    border-radius: 5px;
}

.navbar-top {
    width: 100%;
    height: 470px;
    overflow: hidden;
    background: url('/blog/img/top.jpg') no-repeat;
    background-size: 100% 411px;
}
.navbar-top .navbar-top-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: #83b9e7 1px solid;
}
.navbar-top .navbar-top-title .navbar-top-title-login{
     width: 100%;
     height: 50px;
     line-height: 50px;
    text-align: right;
    color: #ffffff;
 }
.navbar-top .navbar-top-title .navbar-top-title-login a {
    padding: 0 10px;
    color: #ffffff;
}

.navbar-top .navbar-top-title .navbar-top-title-login a:hover {
    color: #ff5800;
}


.navbar-top .navbar-top-logo {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 70px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.navbar-top .navbar-top-menu {
    width: 100%;
    height: 60px;
    position: relative;
    background-size: 100% 100%;
    background: url("/blog/img/navbar-top-menu_bg.png") repeat-x;
}

.daohang-view {
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.daohang-view a {
    display: inline-block;
    padding: 0;
    margin:0 46px;
    font-size: 18px;
    color: #ffffff;
    height: 57px;
    line-height: 57px;
}

.daohang-view a:hover {
    /*border-top: 3px #ffa800 solid;*/
    /*height: 57px;*/
    /*line-height: 57px;*/
    font-weight: bold;
}

.daohang-view a.hover {
    /*border-top: 3px #ffa800 solid;*/
    /*height: 57px;*/
    /*line-height: 57px;*/
    font-weight: bold;
}

.navbar-top .navbar-top-search {
    width: 100%;
    height: 50px;
    text-align: center;
}
.navbar-top .navbar-top-search .navbar-top-search-box{
    width: 350px;
    height: 50px;
    margin: 0 auto;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.navbar-top .navbar-top-search .navbar-top-search-box input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    border: 0;
    margin: 0;
    background: url('/blog/img/search-bg.png') repeat;
}
#searchName::input-placeholder{
    color: white;
}
#searchName::-webkit-input-placeholder{
    color: white;
}
#searchName::-moz-placeholder{
    color: white;
}
#searchName::-moz-placeholder{
    color: white;
}
#searchName::-ms-input-placeholder{
    color: white;
}

#navbar-top .navbar-top-search .navbar-top-search-box a {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 50px;
    line-height: 50px;
    background: none;

}

.navbar-top .navbar-top-search .navbar-top-search-box a:hover {
    /*background: #a5abbd;*/
}

.navbar-top .navbar-top-search .navbar-top-search-box a img {
    height: 20px;
    position: absolute;
    right: 30px;
    top: 15px;
}

.navbar-top2 {
    width: 100%;
    height: 410px;
    overflow: hidden;
    background: url('/blog/img/top2.jpg') no-repeat;
    background-size: 100% 100%;
}
.navbar-top2 .navbar-top-logo {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
}
/* 脚部开始 */
.footer-blue {
    background: #1B468A;
    height: 250px;
    overflow: hidden;
}

.footer-link{
    background: #2A5BA8;
    font-size: 16px;
    height: 70px;
    line-height: 70px;
    width: 100%;
}
.footer-link-list {
    width: 100%;
    text-align: left;
}
.footer-link-list a{
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    margin: 0px 10px;
    padding: 5px 30px;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    background: url('/blog/img/link-icon.png') no-repeat right 13px ;
}

.footer-link-list-ul{
    width: 150px!important;
    height: auto!important;
    display: none;
    overflow-y: scroll;
}
.footer-link-list-ul li {
    width: 100px!important;
    height: 30px!important;
    line-height: 30px!important;
    text-align: center;
}

.footer-link-list-ul li  a{
    width: 100px!important;
    display: block!important;
    height: 30px!important;
    line-height: 30px!important;
    text-align: center;
}

.footer-content {
    padding: 20px 0;
}


.footer-content p {
    color: #A4B9D9;
    line-height: 30px;
}

.footer-content p img {
    vertical-align: text-bottom;
    display: inline;
}

.footer-content p a {
    color: #A4B9D9;
}

/*其他页面公用*/

.positionName {
    font-size: 17px;
    height: 70px;
    line-height: 70px;
    color: #393939;
    border-bottom: #dcdcdc 1px solid;
    margin-bottom: 20px;
}
.positionName a{
    font-size: 17px;
    color: #393939;
}
.positionName a:hover{
    color: #ff4d00;
}


/*自定义分页样式*/
.pagination{
    width: 100%;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 10px 10px;
}
.pagination li{
    float: left;
    border: #dedede 1px solid;
    margin: 5px;
}
.pagination li a{
    display: inline-block;
    font-size: 14px;
    padding: 0px 12px;
}
.pagination li a:hover{
    background: #f1f1f1;
}

.pagination .active{
    color: #0C5CB4;
    border: #0C5CB4 1px solid;
}

/*其他样式*/
.table{
    width: 100%;
    border-top: #eaeaea 1px solid;
    border-left: #eaeaea 1px solid;
    border-collapse:collapse;
    border-spacing:0;
}
.table tr th,.table tr td{
    border-right: #eaeaea 1px solid;
    border-bottom: #eaeaea 1px solid;
    padding:10px 5px;
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
}

.form-input{
    border: #eaeaea 1px solid;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    padding: 0 1px;
    width: 95%;
}

.text-c{
    text-align: center;
}
.text-l{
    text-align: left;
}
.text-r{
    text-align: right;
}