/* 通用样式 */
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, .more i{  /*inline-block*/
  display:inline-block;
  *display:inline;
  *zoom:1;
}
/* 共用样式 */
html, body{ 
  min-width: 1300px;
  max-width: 1920px;
  margin: 0 auto;
}
a, div{
  color: #494949;
}
.container {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
}
/* header css start */
.header-layer1 {
  position: relative;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 164px;
  background: #3da0df;
}
.logo {
  margin: 5px 0 0;
}
.logo, .logo img {
  width: auto;
  height: 100px;
}
.search {
  width: 250px;
  height: 38px;
  margin: 30px 0 0;
  background: #e5eff5;
  border-radius: 3px;
}
.search input {
  float: left;
  width: 210px;
  height: 38px;
  font-size: 15px;
  line-height: 38px;
  text-indent: 15px;
  color: #9a9a9a;
  background: transparent;
}
.search button {
  float: right;
  width: 38px;
  height: 38px;
  background: url("../images/search_icon.png") no-repeat 50% 50%;
  cursor: pointer;
}
.nav {
  width: 1200px;
  height: 40px;
  margin: 0 auto 0;
  font-size: 18px;
  line-height: 40px;

}
.nav a {
  display: block;
  color: #fff;
}
.nav > li {
  float: left;
  height: 53px;
  margin: 0 0 0 38px;
  position: relative;
}
.nav > li:first-child {
  margin-left: 0;
}
.nav > li > a {
  padding: 0 5px;
}
.nav > li > a i {
  display: block;
  position: relative;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 4px;
  background: #dcb689;
  border-radius: 2px;
}
.nav > li:hover > a i, .nav > li.cur > a i {
  left:0;
  width: 100%;
}
.nav > li > ul {
  display: none;
  position: absolute;
  top: 53px;
  left: 0;
  z-index: 10000;
  min-width: 100%;
  font-size: 16px;
  background: url("../images/ul_background.png");
  text-align: center;
}
.nav > li > ul > li {
  border-bottom: 1px solid #afb7c4;
}
.nav > li > ul > li > a:hover {
background: #0d5a97;
}
/* header css end */

/* list css start */
.section {
  padding: 0 0 30px;
  background: #f6f6f6;
}
.decoration {
  position: relative;
}
.decoration img {
  width: 100%;
  vertical-align: top;
}
.decoration .current-column {
  position: absolute;
  width: 100%;
  top: 80px;
  left: 0;
  text-align: right;
}
.decoration .current-column h2 {
  font-size: 44px;
  color: #3da0df;
}
.decoration .current-column p {
  font-size: 24px;
  color: #747474;
}
.left-nav {
  width: 260px;
min-height: 220px;
  border-top: 65px solid #424242;
  position: relative;
background:#fff;
}
.left-nav h3 {
  position: absolute;
  top: -36px;
  left: 15%;
  width: 70%;
  background: #3da0dfdd;
  text-align: center;
}
.left-nav h3 p {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
} 
.left-nav h3 p:first-child {
  font-size: 20px;
  line-height: 35px;
}
.left-nav ul {
  padding: 40px 12px 10px;
  background: #fff;
  text-align: center;
}
.left-nav ul li {
  line-height: 48px;
  border: 1px solid transparent;
  border-top-color: #eee;
}
.left-nav ul li:first-child {
  border-color: transparent;
}
.left-nav ul a {
  font-size: 16px;
  color: #222;
}
.right-content {
  width: 920px;
min-height: 200px;
  padding: 20px 20px 0;
  background: #fff;
}
.right-content .place {
  height: 22px;
  padding-left: 12px;
  font-size: 14px;
  line-height: 22px;
  color: #222;
  border-left: 3px solid #3da0df;
}
.right-content .place a.home {
  padding-left: 18px;
  color: #0e6ec2;
  background: url("../images/home_icon.png") no-repeat 0% 45%;
}
.content-box {
  margin: 10px 0 25px;
  border-top: 1px solid #eee;
}
.list {
  line-height: 45px;
} 
.list li {
  border-bottom: 1px dashed #ccc;
}
.list li a {
  padding: 0 0 0 20px;
  background: url("../images/li_icon1.png") no-repeat 1% 50%;
}
.list i {
  float: right;
  font-size: 14px;
  color: #5b6062;
  font-style: normal;
}
#page-list {font-family: Arial; text-align: center; margin: 30px 0 40px;}
#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: 8px 10px; border: 1px solid #aaa; border-radius: 4px; color: #428bca;}
#page-list .p_pages .p_no_d, #page-list a:hover{background: #3da0df; font-weight: bold; color: #fff; border-color: #3da0df;}
#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;}
/* list css end */
/* picture list */
.picture-list li {
  padding: 25px 0;
  border-bottom: 1px solid #eee;
}
.picture-list li a {
  display: block;
}
.picture-list li .img-hide {
  float: left;
  width: 160px;
  height: 110px;
  overflow: hidden;
}
.picture-list li .img-hide img {
  height: 100%;
  vertical-align: top;
}
.picture-list li .text {
  width: 700px;
}
.picture-list li .text h6 {
  margin: 0 0 15px;
  font-size: 18px;
  color: #444;
}
.picture-list li .text p {
  font-size: 14px;
  color: #999;
}
.picture-list li .text p.date {
  margin: 6px 0 0;
  font-size: 13px;
  color: #a3afb7;
}
.picture-list li .text p.date .view {
  margin: 0 0 0 15px;
  padding: 0 0 0 20px;
  background: url("../images/view_icon.png") no-repeat 0% 50%;
}
/* !picture list */
/* content */
.articles h1 {
  padding: 40px 0 10px;
  font-size: 30px;
  color: #3da0df;
  text-align: center;
}
.articles .sub {
  margin: 0 0 30px;
  font-size: 14px;
  color: #999;
  text-align: center;
}
.content {
  padding: 30px 0 30px;
  border-top: 1px solid #e1e1e1;
}
.content p {
  margin-bottom: 12px;
  line-height: 32px;
  text-indent: 32px;
}
.content p img {
  max-width: 100%;
  margin: 10px 0 10px;
}
.content p.vsbcontent_img { text-align: center; }
/* !!content */
/* footer css start */
.footer-layer2 {
  padding: 60px 0;
  background: #474747;
}
.footer-logo {
  width: 555px;
  height: auto;
  margin: 6px 100px 0 0;
  padding: 15px 0;
  border-right: 2px solid #fff;
}
.copy {
  width: 535px;
}
.copy p {
  color: #eee;
  margin: 12px 0 0 ;
}
.copy p:first-child {
  margin: 0;
}
/* footer css end */
/* hover css */
.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{
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.nav > li > a i, .picture-list li a, .list li, .footer-layer1 li a {
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.right-content .place a:hover, .left-nav ul li:hover a, .left-nav ul li.cur a,  .picture-list li a:hover h6, .zsjy ul li a:hover p, .section-layer4 ul li a:hover p, .notice ul li a:hover p:first-child, .news-slide .hd a:hover p:first-child, .news-slide .bd li a:hover p {
  color: #3da0df;
}
.left-nav ul li:hover, .left-nav ul li.cur {
  border-color: #3da0df;
}
.picture-list li a:hover p {
  color: #555;
}
.picture-list li a:hover {
  transform: translateX(10px);
}
.list li:hover {
  padding: 0 10px;
}
.list li a:hover {
  color: #f4b313;
  background: url("../images/li_icon_hover.png") no-repeat  0.5% 50%;
}
.footer-layer1 li a:hover {
  color: #0c669f;
  transform: translateY(-3px);
}
.notice ul li a:hover p {
  color: #fff;
}