@charset "utf-8";

.nybanner{width:100%;}
.nybanner img{width:100%;}
/* 页码 */
.pagelist {
	margin: 0px 0;
	text-align: center;
}
.pagelist li {
	display: inline-block;
	margin: 0 4px;
	border: 1px solid #ddd;
	vertical-align: middle;
	font-size: 14px;
}
.pagelist li a{
	padding: 0 10px;
	font-size: 12px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    display: inline-block;
    text-align: center;

    color: #787878;
}
.pagelist li a{
	display: block;
	color: #787878;
}
.pagelist li a:hover {
	background: -webkit-linear-gradient(bottom, #4a4947, #4a4947); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(top, #4a4947, #4a4947); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(top, #4a4947, #4a4947); /* Firefox 3.6 - 15 */
	background: linear-gradient(to top, #4a4947, #4a4947); /* 标准的语法 */
    color: #fff;
}
.pagelist li.thisclass {
	padding: 0 10px;
	height: 30px;
    line-height: 30px;
	border: 1px solid #4a4947;
	background: -webkit-linear-gradient(bottom, #4a4947, #4a4947); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(top, #4a4947, #4a4947); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(top, #4a4947, #4a4947); /* Firefox 3.6 - 15 */
	background: linear-gradient(to top, #4a4947, #4a4947); /* 标准的语法 */
	color: #fff;
}

/* 上下篇 */
.prevnext {
	width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-width: 1px 0;
    /*margin: 15px 0 0;*/
    background: #f8f8f8;
    font-size: 14px; margin-bottom: 20px;margin-top: 20px; font-size: 12px;
}
.prevnext .fr {
	text-align: right;
}
.prevnext a{font-size: 12px;}


 .about-section {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      padding: 60px 0px 60px 0px;
    }

    .about-image {
      width: 55%;
      height: auto;
    }

    .about-content {
      width: 40%;
      padding: 20px;
    }

    .about-content h2 {
      font-size: 36px;
      margin-bottom: 20px;
      color: #333;
    }

    .about-content p {
      font-size: 14px;
      line-height: 2;
      margin-bottom: 15px;
      color: #666;
    }


.contact-section {
      padding: 20px;
    }

    .section-title {
      text-align: center;
      margin-bottom: 30px;
    }

    .section-title h2 {
      font-size: 24px;
      color: #333;
      display: inline-block;
      border-bottom: 2px solid #0056b3;
      padding-bottom: 5px;
    }

    .contact-container {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }

    .contact-info {
      width: 35%;
      padding: 20px;
      background-color: #fff;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }

    .contact-info h3 {
      font-size: 18px;
      color: #0056b3;
      margin-bottom: 20px;
    }

    .contact-info-item {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
    }

    .contact-info-item img {
      width: 24px;
      height: 24px;
      margin-right: 10px;
    }

    .contact-info-item span {
      color: #333;
    }

    .contact-map {
      width: 60%;
      height: 400px;
      border: 1px solid #eee;
    }
	
	 .container {
      display: flex;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0px;
    }

   

    .breadcrumb {
        height:50px;line-height:50px; font-size:12px ;
    }

    .breadcrumb a {
      color: #333;font-size:12px ;
      text-decoration: none;
    }

    .breadcrumb a:hover {
      color: #0056b3;
    }
 .sidebar {
      width: 20%;
      margin-right: 5%;
    }
    .sidebar-section {
      margin-bottom: 20px;
    }

    .sidebar-title {
      background-color: #0056b3;
      color: #fff;
      padding: 10px;
      text-align: center;
      font-size: 18px;
    }

    .sidebar-menu {
      list-style: none;
    }

    .sidebar-menu li {
      padding: 15px;
      border-bottom: 1px solid #eee;
    }

    .sidebar-menu li a {
      color: #333;
      text-decoration: none;
      display: block;
      text-align: center; font-size: 16px;
    }

    .sidebar-menu li a:hover {
      color: #0056b3;
    }

    .content {
      width: 75%;
    }

    .content-title {
      text-align: center;
      margin-bottom: 20px;
      font-size: 24px;
      color: #333;
    }

    .news-list {
      list-style: none;
    }

    .news-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height:45px;line-height:45px;
      border-bottom: 1px dashed #eee;
    }

    .news-item a {
      color: #666;
      text-decoration: none;font-size: 14px; padding-left:15px ;
    }

    .news-item a:hover {
      color: #0056b3;
    }
    .news-item{ position: relative;}
.news-item::before {
  content: "•"; /* 使用Unicode字符创建一个点 */
  position: absolute; /* 绝对定位到li的左侧 */
  left: 0em; /* 根据需要调整 */
}
    .news-date {
      color: #999;
      font-size: 12px;
    }

/* 文章详情 */
.news-show .news_tit {
	text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding-top: 20px;
}
.news-show .news_mes {
	margin-top: 14px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    color: #9e9e9e;
    border: 1px dotted #ccc;
    border-width: 1px 0;
}
.news-show .news_con {
    padding: 14px 10px;
	line-height: 30px;
    font-size: 16px;
    text-align: justify;
    background-color: #fff;
}

.page-con{ margin:20px 0px 20px 0px}


.pro-list {
      list-style: none;
    }
.pro-list li{width:32%; float: left;margin-right:2%;line-height: 40px; text-align:center}
.pro-list li:nth-child(3n+3){
	margin-right: 0%;
}

.divimg{width:100%;height:250px; float:left; overflow:hidden}
.divimg img{
width:100%;height:250;
 overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;}
.divimg:hover img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}



