/* 通用样式 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td , a, div{
  margin:0; 
  padding:0; 
  box-sizing: border-box;
}
body, button, input, select, textarea{
  font:16px/1.5 "Microsoft YaHei", arial, \5b8b\4f53;
}
h1, h2, h3, h4, h5, h6{
  font-size:100%; 
  font-weight: lighter;
}
address, cite, dfn, em, var { 
  font-style:normal; 
}
code, kbd, pre, samp { 
  font-family:courier new, courier, monospace; 
}
small { 
  font-size:12px; 
}
ul, ol { 
  list-style:none; 
}
a { 
  text-decoration:none !important; 
}
a:hover { 
  text-decoration:underline; 
}
sup { 
  vertical-align:text-top; 
}
sub { 
  vertical-align:text-bottom; 
}
legend { 
  color:#000; 
}
fieldset, img { 
  border:0; 
}
button, input, select, textarea { 
  font-size:100%; 
  border: none; 
  outline: none;
}
table { 
  border-collapse:collapse; 
  border-spacing:0; 
}
.clearfix {  
  zoom: 1;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both
}
.clearfix:before {
    display: table;
    content: "";
}
.clear { 
  content: ""; 
  clear: both; 
  zoom: 1;
}
.fl { 
  float: left;
}
.fr { 
  float: right;
}
a {  /*inline-block*/
  display:inline-block;
  *display:inline;
  *zoom:1;
}
/* 共用样式 */
html, body {
  min-width: 1200px;
  height: 100%;
}
a, div {
  color: #494949;
}
.show {
  overflow: hidden;
}
.show img {
  display: block;
  width: 100%;
  height: auto;
} 
.show:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.show img, .nav>li>ul, .nav>li>a {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.container {
  width: 1200px;
  min-width: 1200px;
  margin:  0 auto;
  position: relative;
}
/* header css start */
.head-layer1 {
  width: 100%;
  height: 160px;
  background: url("../images/headBg.jpg") no-repeat;
  background-size: 100% 100%;
}
.logo {
  height: 75px;
  line-height: 75px;
  margin: 42px 0 0;
}
.logo img {
  float: left;
  width: auto;
  height: 75px;
}
.logo p {
  float: left;
  margin: 0 0 0 20px;
  font-size: 32px;
  color: #fff;
}
.top-link {
  font-size: 13px;
  height: 25px;
  line-height: 25px;
  margin: 36px 0 15px;
}
.top-link li {
  float: right;
  margin: 0 0 0 18px; 
}
.top-link li a {
  color: #fff;
}
.search {
  display: block;
  width: 220px;
  height: 35px;
  padding: 0 9px 0 14px;
  border-radius: 35px;
  background: rgba(255, 255, 255, .58);
}
.search input {
  float: left;
  width: 160px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #fff;
  background: transparent;
}
.search button {
  float: right;
  width: 35px;
  height: 35px;
  background: url("../images/search.png") no-repeat;
}
.head-layer2 {
  background: #0b6cb9;
}
.nav {
  height: 50px;
  line-height: 50px;
}
.nav a {
  font-size: 18px;
  color: #fff;
}
.nav>li {
  float: left;
  position: relative;
}
.nav>li>a {
  padding: 0 62px;
}
.nav>li>a:hover, .nav>li.cur>a, .nav>li.active>a {
  color: #fff;
  background: #1f83da;
}
.nav>li>i {
  border-right: 1px solid #fff;
}
.nav>li>ul {
  width: 100%;
  border-top: 2px solid #fff;
  background: rgba(40, 141, 228, .8);
  text-align: center;
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
.nav>li>ul>li>a {
  display: block;
  font-size: 16px;
}
.banner {
  width: 100%;
max-height: 427px;
overflow: hidden;
}
.banner .ban-img li, .banner .ban-img ul, .banner .ban-img li img, .banner .ban-img li a {
  display: block;
  width: 100% !important;
  height: auto !important;
}
/* header css end */
/* footer css start */
.footer {
  color: #fff;
  padding: 18px 0;
  background: #0b6cb9;
}
.copy {
  padding: 12px 0 0;
}
.copy p {
  line-height: 25px;
  font-size: 13px;
  color: #fff;
}
.QRcode li.show {
  float: left;
  overflow: visible ;
  margin: 0 0 0 10px;
}
/* footer css end */
/* other css start */
.section {
  min-height: 270px;
  padding: 15px 0;
}
.list-banner {
  width: 100%;
  max-height: 360px;
  overflow: hidden;
}
.list-banner img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.section>.fl {
  width: 270px;
  margin: -82px 0 30px;
}
.section>.fl>h2 {
  height: 99px;
  line-height: 99px;
  font-size: 24px;
  text-indent: 20px;
  color: #fff;
  background: #0b6cb9;
}
.left-nav {
  padding: 10px 12px 60px;
  background: #f5f5f5;
}
.left-nav>li {
  font-size: 18px;
  line-height: 50px;
}
.left-nav>li>a {
  width: 100%;
  border-bottom: 1px dotted #ccc;
}
.left-nav>li>a:hover, .left-nav>li.cur>a {
  font-weight: bold;
  color: #0b6cb9;
}
.left-nav>li.cur>a {
  border-bottom: 1px solid #0b6cb9;
}
.left-nav>li>ul {
  background: #fff;
}
.left-nav>li>ul li {
  font-size: 16px;
  line-height: 40px;
}
.left-nav>li>ul li a {
  width: 100%;
  text-indent: 12px;
}
.left-nav>li>ul li.cur a, .left-nav>li>ul li a:hover {
  color: #0b6cb9;
}
.section>.fr {
  width: 900px;
}
.current {
  height: 60px;
  line-height: 60px;
  margin: 0 0 10px;
  border-bottom: 2px solid #0b6cb9;
}
.current h3 {
  font-size: 20px;
  color: #0b6cb9;
}
.place {
  padding: 0 0 0 25px;
  background: url("../images/place.png") no-repeat 0% 43%;
}
.place, .place a {
  font-size: 12px;
  color: #999;
}
.list li {
  padding: 25px 0;
  border-bottom: 1px solid #eee;
}
.list .text-box {
  float: right;
  width: 810px;
}
.list .text-box a {
  font-weight: bold;
}
.list .text-box p {
  margin: 3px 0 0;
  font-size: 12px;
  color: #888;
}
.list .date {
  width: 60px;
  height: 60px;
  padding: 3px 0 0;
  font-size: 12px;
  color: #0b6cb9;
  background: #f5f5f5;
  text-align: center;
}
.list .date p:first-child {
  font-size: 20px;
  font-weight: bold;
}
.section .content {
  padding: 20px 0 30px;
}
.section .content p {
  font-size: 16px;
  line-height: 32px;
  text-indent: 32px;  
}
.articles h1 {
  margin: 25px 0 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.articles .sub {
  font-size: 12px;
  color: #999;
  text-align: center;
}
.articles .content {
  border-bottom: 1px solid #eee;
}
.articles .con-page {
  margin: 10px 0 20px;
}
.articles .con-page a {
  width: 100%;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.articles .con-page a span {
  font-weight: bold;
  color: #0b6cb9;
}
.pic-list {
  margin: 30px 0 0;
}
.pic-list li {
  float: left;
  width: 25%;
  margin: 0 0 10px;
  text-align: center;
}
.pic-list li p {
  margin: 10px 0px;   
}
.pic-list li .tit-img{
  width: 200px;
  height: 210px;
  overflow: hidden;
}
.pic-list li .tit-img img { height: 100%; }
/* other css end */
/* hover css */
.pic-list li .show, .articles .con-page a, .tzgg ul li, .date, .list li {
  -webkit-transition: .35s all;
  -moz-transition: .35s all;
  -o-transition: .35s all;
  transition: .35s all;
}
.articles .con-page a:hover {
  text-indent: 10px;
  background: #f5f5f5;
  box-shadow: 0 0 6px #999;
}
.tzgg ul li:hover {
  background: #f5f5f5;
}
.tzgg ul li:hover .date, .list li:hover .date {
  color: #fff;
  background: #0b6cb9;
}
.place a:hover, .new-list li a:hover, .dxyq-slide .show:hover p, .yqlj ul li a:hover, .column a:hover, .tzgg ul li:hover a, .xsjl ul li:hover a, .list li:hover a, .articles .con-page a:hover {
  color: #0b6cb9;
}
.pic-list li .show:hover, .list li:hover {
  transform: translateY(-5px);
  background: #f5f5f5;
  box-shadow: 0px 0px 15px #666;
}
.nav>li>ul>li>a:hover {
background: #0b6cb9;
}
#page-list {font-family: Arial; text-align: center; margin: 30px 0;}
#page-list .p_pages a,#page-list span{font-size: 14px; width: auto; height: auto;}
#page-list .p_pages a, #page-list .p_no_d, #page-list .p_fun_d{padding: 10px 12px; border: 1px solid #aaa; border-radius: 4px; color: #428bca;}
#page-list .p_pages .p_no_d, #page-list a:hover{background: #0b6cb9; font-weight: bold; color: #fff; border-color: #0b6cb9;}
#page-list .p_t{ padding: 0 25px 0 0; color: #777;}
#page-list .p_first, #page-list .p_first_d, #page-list .p_last, #page-list .p_last_d{display: inline-block;}
#page-list .p_pages span{color: #aaa;}