* {
    margin: 0;
    padding: 0;
}
body {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-family: "Microsoft YaHei","SimSun","宋体"; ;
    background-color: #f2f5f8;
}
h1,h2,h3,h4,h5,h6,ul,li,ol {
    margin: 0;
    padding: 0;
}
ul,li,ol {
    list-style: none;
}
a {
    text-decoration: none;
}
a:active,a:focus {color: #1a5284;outline: none;}
img {
    max-width: 100%;
    border: none;
}
input{outline:0;}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clear {
    clear: both;
}
.news-list li a:hover {
    color: #1a5284;
}
/*喜迎二十大图片*/
.logoLianghui img {
    width: 100%;
    margin-bottom: -4px;
}
/*首页头部*/
.head-two-container {
    width: 100%;
    height: 228px;
    position: relative;
}
.head-two-container .head {
    position: relative;
    width: 100%;
    height: 100%;
}
.head-two-container .head img {
    width: 100%;
    height:  100%;
}
.head-two-container .head-text {
   /* position: absolute;
    top: 39px;
    left: 50%;*/
    /*width: 661px;
    height: 149px;*/
width:709px;
height:133px;
    background: url(../images/public/logo_2.png) center no-repeat;
    background-size: 100% 100%;
    /*margin-left: -361px;*/
}
/*搜索框 样式*/
.logo-box .logo{
    position: absolute;
    /*top: 39px;*/
top: 46px;
    left: 50%;
    width: 1200px;
    margin-left: -600px;
}
.logo-box .search-box {
    position: absolute;
    top: 35%;
    right: 0;
    width: 427px;
    height: 50px;
    line-height: 50px;
}
.logo-box .search-box input#searchWord {
    float: left;
    width: 88%;
    height: 100%;
    padding: 10px 0;
    padding-left: 15px;
    border: none;
    border-radius: 4px 0 0 4px;
    font-size: 15px;
    color: #888;
    box-sizing: border-box;
    opacity: .9;
}
.logo-box .search-icon {
    position: absolute;
    border: none;
    display: inline-block;
    float: left;
    width: 51px;
    height: 100%;
    background: #1e6aae;
    border-radius: 0 4px 4px 0;
    background-image: url(../images/index/search.png);
    background-position: center;
    background-repeat: no-repeat;
}
.logo-box .search-icon  {
    vertical-align: middle;
    text-align: center;
}
.logo-box .search-icon img {
    margin-top: 15px;
}
.logo-box .til-tips {
    position: absolute;
    top: 2px;
    left: 1%;
    width: 98%;
}
.logo-box .date-box {
    float: left;
    color: #6b6e6f;
    font-size: 14px;
}
.logo-box .head-title {
    float: right;
    font-size: 14px;
}
.logo-box .head-title a{color: #000;}
.logo-box .no-somke {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../images/index/smook.png') center no-repeat;
    vertical-align: middle;
}
/* nav样式 */
.banner-two-nav .navBar {
    overflow: hidden;
}
.banner-two-nav {
    width: 100%;
    background-color: #1a5284;
}
.banner-two-nav .navBar {
    width: 1200px;
    height: 100%;
    margin: 0 auto;

}
.banner-two-nav .navBar li {
    float: left;
    width: 20%;
    text-align: center;
}
.banner-two-nav .navBar li a::after {
    content: '';
    display: inline-block;
    float: right;
    height: 20px;
    margin: 20px 0;
    border-right: 1px solid #4776a0;
}
.banner-two-nav .navBar .hdjl a::after {
    border: none;
}
.banner-two-nav  a img{
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 15px;
}
.banner-two-nav li a {
    display: inline-block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.banner-two-nav li a:focus,
.banner-two-nav li a:hover {
    text-decoration: none;
}
.banner-two-nav li:hover, 
.banner-two-nav li.active {
    background-color: #154977;
}

@media screen and (max-width: 768px) {
    /*头部*/
    .head-two-container {
        height: 335px;
    }
    .banner-two-nav .navBar {
        width: 100%;
    }
    .logo-box .logo {
        width: 100%;
        left: 0;
        margin-left: 0;
    }
    .head-two-container .head-text {
        width: 100%;
        height: 170px;
        background: url(../images/index/logo.png) center no-repeat;
        background-size: 100%;
    }
    .logo-box .search-box {
        width: 90%;
        height: 50px;
        line-height: 50px;
        top: 115%;
    }
    .banner-two-nav .navBar li {
        width: 33%;
    }
    .banner-two-nav li.zwgk a::after {
        border-right: none;
    }
}
@media screen and (max-width: 414px) {
    .head-two-container {
        height: 228px;
    }
    .head-two-container .head-text{
        width: 100%;
        height: 140px;
        background: url(../images/public/logo_mobile.png) center no-repeat;
        background-size: 100%;
    }
    .logo-box .search-box {
        width: 90%;
        height: 36px;
        line-height: 36px;
        top: 90%;
    }
    .logo-box .search-box input#searchWord {
        width: 83%;
    }
    .logo-box .search-icon img {
        margin-top: 8px;
    }
    .logo-box .date-box{display: none;}
}

@media screen and (max-width: 375px) {
    .banner-two-nav li a{font-size: 16px;}
}

@media screen and (max-width: 320px) {
    .banner-two-nav .search-box input#searchWord {width: 79%;}
    .logo-box .search-box input#searchWord {
        width: 75%;
    }
}
/*尾部*/
.foot-container {
    width: 100%;
    height: auto;
    margin-top: 25px;
background: #1a5284;
}
.foot {
    width: 100%;
    height: 100%;
    background-color: #1a5284;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
}
.foot div {
    height: 30px;
    line-height: 30px;
}
.foot a{color: #fff}
.foot .icon:before{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url('../images/index/gh.png') center no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 2px;
}
.pc-foot{
    display: block;
height:90px;
width:1200px;
margin:auto;
position: relative;
}
.footerimg{position:absolute; left: 0px;top:40px;}
.footerimg > img {vertical-align: middle;margin-top: -50px;}
.pc-footerright{width:100%;text-align:center;}
.mobile-foot{
    display: none;
    width: 100%;
    height: 100%;
    background-color: #1a5284;
    color: #fff;
    text-align: center;
    padding: 15px 0;
	font-size: 14px;
}
.mobile-foot span{
    display: block;
    margin-top: 10px;
}
.foot div span {
    margin-right: 5px;
}
.foot .web-map {
    color: #fff;
}
.znwd {
    position: fixed;
    right: 10px;
    top: 61%;
    text-align: center;
}
.znwd img{
    width: 60px;
    height: 60px;
}
.znwd .h{
    display: none;
}
.znwd .normal {
    display: block;
}
/*.znwd:hover .h{
    display: block;
}
.znwd:hover .normal {
    display: none;
}*/
.znwd span {
    font-size: 14px;
    color: #383838;
}
@media screen and (max-width: 768px) {
    .znwd {display: none;}
    .foot-container {
        height: auto;
    }
    .foot {
        padding-bottom: 15px;
    }
    .pc-foot{
        display: none;
    }
    .mobile-foot{
        display: block;
    }
}
/*内容区域 样式*/
.detail-container {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}
/*面包屑样式*/
.BreadcrumbNav {
    line-height: 44px;
    height: 44px;
    font-size: 14px;
    color: #666666;
}
.BreadcrumbNav a {
    color: #666;
}
.BreadcrumbNav  img{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
}
/*列表样式*/
.news-list li {
    padding: 10px 0;
}
.news-list li img {
    vertical-align: middle;
    margin-top: -10px;
}
.news-list li a {
    display: inline-block;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
	font-size: 16px;
    padding-left: 5px;
}
.news-list li span {
    float: right;
    color: #999;
}


.container{
    *width: 1200px; max-width: 1200px; box-sizing: border-box; padding:25px 20px; margin: auto; background-color: #fff;
  }
  @media (max-width: 1200px){
    .container{
      width: 100%; padding: 3% 2%;
    }
.banner-two-nav .navBar,
    .detail-container {
        width: 100%;
    }
    .head-two-container {
        height: 335px;
    }
    .logo-box .logo {
        width: 100%;
        left: 0;
        margin-left: 0;
    }
    .head-two-container .head-text {
        width: 100%;
        height: 140px;
        background: url(../images/public/logo_mobile.png) center no-repeat;
        background-size: 100%;
    }
    .logo-box .search-box {
        width: 90%;
        height: 50px;
        line-height: 50px;
        right: 4%;
        top: 115%;
    }
    .pc-foot {
        display: none;
    }
    .foot {
        padding-bottom: 15px;
    }
    .mobile-foot {
        display: block;
    }

  }
  .text-title{
    height: 45px;
      line-height: 45px;
      background-color: #f3f5f8;
      padding: 0 20px;
      font-size: 20px;
      font-weight: bold; color: #1a5284; font-size: 20px;
  }

  
  

