@charset "utf-8";
/*
//CSS Hack
property:value; 所有浏览器
_property:value; IE6
+property:value; IE7
*property:value; IE6/IE7
property:value \0; IE8/IE9
property:value \9; IE6/IE7/IE8
property:value \9\0; IE9

//最小高度HACK
min-height:500px;
height:auto !important;
height:500px;
ov#erflow:visible;

//溢出文字用省略号点代替(慎用)
white-space:nowrap; text-overflow:ellipsis; overflow:hidden;

//文字两端对齐
text-align:Justify;(火狐)
text-justify:inter-ideograph;(IE)
*/
/*
*input placeholder样式
input::-webkit-input-placeholder { color: #FFFFFF;font-size: 12px;}

*/
body {
  margin: 0px;
  padding: 0px;
  font-family: '微软雅黑';
  background-color: #fff;
}
table {
  margin: 0px;
}
th,
td {
  line-height: 180%;
  text-align: left;
}
img {
  border: 0px;
}
dl,
dt,
dd,
h1,
h2,
h3,
h4,
p,
form {
  margin: 0px;
  padding: 0px;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
/*通用链接*/
a:link,
a:visited {
  color: #383637;
  text-decoration: none;
}
a:hover,
a:active {
  color: #287bc7;
  text-decoration: underline;
}
/*溢出文字用省略号点代替
.HideWord {white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
*/
/*
 * 编辑器表格设置
 * table
    {border-collapse:collapse; border-spacing:0;}
   table tr td
    {padding:0px;}
 */
.titstr1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.titstr2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.titstr3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.titstr4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@font-face {
  /* font-properties */
  font-family: Geometr415-Blk-BT;
  src: url('../font/Geometr415 Blk BT.ttf');
}
#thePageInfo {
  height: 20px;
  overflow: hidden;
  padding: 20px 0px;
  text-align: center;
  clear: both;
  font-size: 12px;
}
#thePageInfo em {
  line-height: 100%;
  padding: 2px 6px;
  color: #949494;
  font-style: normal;
  background: #fff;
  border: 1px solid #d6d6d6;
}
#thePageInfo em a:link,
#thePageInfo em a:visited {
  color: #979797;
  text-decoration: none;
}
#thePageInfo em a:hover,
#thePageInfo em em a:active {
  text-decoration: underline;
}
#thePageInfo .onfocus {
  line-height: 100%;
  padding: 2px 6px;
  color: #fff;
  font-style: normal;
  background: #0071af;
  border: 1px solid #d6d6d6;
}
#thePageInfo .onfocus a:link,
#thePageInfo .onfocus a:visited {
  color: #fff;
  text-decoration: none;
}
#thePageInfo .onfocus a:hover,
#thePageInfo .onfocus em a:active {
  text-decoration: underline;
}
#thePageInfo span {
  color: #676767;
}
/*右侧漂浮*/
#rightPiaoFu {
  width: 120px;
  height: auto;
  overflow: hidden;
  padding: 6px;
  font-size: 12px;
  position: absolute;
  right: 0px;
}
#rightPiaoFu .content {
  height: auto;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
#rightPiaoFu .close {
  width: 20px;
  height: 20px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
  cursor: pointer;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
}
#rightPiaoFu ul {
  list-style: none;
}
#rightPiaoFu ul li.sort {
  height: 20px;
  overflow: hidden;
  border: 1px solid #C0E6F9;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
#rightPiaoFu ul .qq,
#rightPiaoFu ul .msn,
#rightPiaoFu ul .skype {
  height: auto;
  overflow: hidden;
  padding: 3px 0px;
  line-height: 23px;
  text-indent: 10px;
}
#rightPiaoFu ul .tel,
#rightPiaoFu ul .email {
  height: auto;
  overflow: hidden;
  line-height: 23px;
  text-indent: 10px;
  color: #333;
  text-align: center;
}
#rightPiaoFu a:link {
  color: #333;
  text-decoration: none;
}
#rightPiaoFu a:visited {
  color: #333;
  text-decoration: none;
}
#rightPiaoFu a:hover,
#rightPiaoFu a:active {
  color: #ff0000;
  text-decoration: underline;
}
/*结构*/
#toptips {
  height: 32px;
  background: #1e232b;
  position: relative;
}
#toptips .container {
  height: 32px;
  line-height: 32px;
  position: relative;
  color: #737373;
}
#toptips .container .tips {
  font-size: 12px;
}
#toptips .container .tel {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  font-weight: bold;
  color: #9fa5ab;
  padding-left: 24px;
  background-image: url(../Images/z1.png);
  background-position: left center;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  #toptips .container {
    width: 1200px;
    padding: 0;
  }
}
@media (max-width: 1000px) {
  #toptips {
    display: none;
  }
}
.topCon {
  height: 0;
}
#top {
  height: 94px;
  background: rgba(54, 54, 54, 0.8);
  position: relative;
  z-index: 90000;
}
#top .container {
  height: 100%;
  position: relative;
}
#top .container .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 100%;
}
#top .container .logo a {
  display: block;
  height: 100%;
  transition: all 0.3s;
  background-position: left center;
  background-repeat: no-repeat;
}
#top .container .menuBtn {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 100%;
  background-image: url(../Images/z3.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
}
#top .container .list {
  position: absolute;
  right: 0;
  top: 30px;
}
#top .container .list ul li {
  float: left;
  font-size: 17px;
  height: 38px;
  position: relative;
}
#top .container .list ul li a {
  color: #FFFFFF;
  display: block;
  line-height: 34px;
  padding: 0 20px;
  border-radius: 20px;
  text-decoration: none;
}
#top .container .list ul li:hover {
  background-image: url(../Images/z2.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
#top .container .list ul li:hover a {
  background: #0687cb;
}
#top .container .list ul .onfocus {
  background-image: url(../Images/z2.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
#top .container .list ul .onfocus a {
  background: #0687cb;
}
#top .container .tel {
  position: absolute;
  right: 15px;
  top: 22px;
  height: 50px;
  width: 50px;
  background: url(../Images/z4.png) center center / 100% 100%;
  display: none;
}
@media (min-width: 1200px) {
  #top .container {
    width: 1200px;
    padding: 0;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  #top .container .list ul li {
    font-size: 15px;
  }
}
@media (max-width: 1000px) {
  #top {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
  }
  #top .container {
    width: auto;
  }
  #top .container .menuBtn {
    display: block;
  }
  #top .container .logo {
    position: relative;
    margin: 0 auto;
  }
  #top .container .list {
    display: none;
  }
  #top .container .tel {
    display: block;
  }
}
@media (max-width: 500px) {
  #top {
    height: 60px;
  }
  #top .container .menuBtn {
    width: 60px;
    background-size: auto 24px;
  }
  #top .container .logo a {
    background-size: auto 36px;
    background-position: center center;
  }
  #top .container .tel {
    top: 15px;
    right: 15px;
    height: 30px;
    width: 30px;
  }
}
#mobileMenu {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 10000;
}
#mobileMenu .list {
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  top: 94px;
  background: #000000;
}
#mobileMenu .list ul {
  position: relative;
  top: 20px;
}
#mobileMenu .list ul li {
  font-size: 20px;
  line-height: 45px;
  padding: 0 15px;
  border-bottom: dashed 1px #EBEBEB;
}
#mobileMenu .list ul li a {
  color: #FFFFFF;
}
#mobileMenu .rightbg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
}
@media (max-width: 500px) {
  #mobileMenu .list {
    top: 60px;
  }
  #mobileMenu .list ul li {
    font-size: 16px;
  }
}
#topimg {
  height: 420px;
  position: relative;
}
#topimg .img {
  height: 480px;
  position: relative;
  background-position: center center;
}
@media (max-width: 1000px) {
  #topimg .img {
    height: 100%;
    background-size: cover;
  }
}
@media (max-width: 500px) {
  #topimg {
    height: 230px;
  }
}
#homeBanner {
  height: 710px;
  position: relative;
}
#homeBanner .swiper-container {
  position: relative;
  height: 100%;
}
#homeBanner .swiper-container .swiper-wrapper {
  position: relative;
  height: 100%;
}
#homeBanner .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  height: 100%;
}
#homeBanner .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#homeBanner .swiper-container .pagination {
  position: relative;
  width: 100%;
  top: -60px;
  z-index: 100;
  text-align: center;
}
#homeBanner .swiper-container .pagination span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: solid 1px #FFFFFF;
  border-radius: 50%;
  margin: 0 3px;
}
#homeBanner .swiper-container .pagination .swiper-active-switch {
  background: #FFFFFF;
}
@media (max-width: 1000px) {
  #homeBanner {
    display: none;
  }
}
#homeMobileBanner {
  height: 920px;
  position: relative;
  display: none;
}
#homeMobileBanner .swiper-container {
  position: relative;
  height: 100%;
}
#homeMobileBanner .swiper-container .swiper-wrapper {
  position: relative;
  height: 100%;
}
#homeMobileBanner .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  height: 100%;
}
#homeMobileBanner .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#homeMobileBanner .swiper-container .pagination {
  position: relative;
  width: 100%;
  top: -60px;
  z-index: 100;
  text-align: center;
}
#homeMobileBanner .swiper-container .pagination span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: solid 1px #FFFFFF;
  border-radius: 50%;
  margin: 0 3px;
}
#homeMobileBanner .swiper-container .pagination .swiper-active-switch {
  background: #FFFFFF;
}
@media (max-width: 1000px) {
  #homeMobileBanner {
    display: block;
    height: 1200px;
  }
  #homeMobileBanner .swiper-container .swiper-wrapper .swiper-slide a {
    background-size: cover;
  }
}
@media (max-width: 500px) {
  #homeMobileBanner {
    height: 600px;
  }
}
#homeContent {
  background: #efefef;
  padding: 26px 0;
  position: relative;
  height: 400px;
}
#homeContent .container {
  height: 100%;
}
#homeContent .container .yewu {
  height: 100%;
  position: relative;
}
#homeContent .container .yewu .data {
  height: 100%;
  position: relative;
  background: #FFFFFF;
  padding: 20px 10px;
}
#homeContent .container .yewu .data .name {
  background-image: url(../Images/z5.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 10px;
}
#homeContent .container .yewu .data .name .n1 {
  font-size: 18px;
  font-weight: bold;
}
#homeContent .container .yewu .data .name .n2 {
  font-size: 14px;
  color: #e5e5e5;
  font-family: arial;
}
#homeContent .container .yewu .data .list ul li {
  margin-top: 16px;
}
#homeContent .container .yewu .data .list ul li .tit {
  line-height: 36px;
  height: 36px;
  font-size: 16px;
  color: #FFFFFF;
  background: #c2c2c2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 15px;
  cursor: pointer;
}
#homeContent .container .yewu .data .list ul li .group {
  margin: 10px 0;
  position: relative;
  display: none;
}
#homeContent .container .yewu .data .list ul li .group .zu {
  font-size: 12px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 25px;
  padding-right: 0;
  background-image: url(../Images/z10.png);
  background-position: left 15px center;
  background-repeat: no-repeat;
  background-size: auto 10px;
}
#homeContent .container .yewu .data .list ul li .group .zu a {
  color: #666666;
}
#homeContent .container .yewu .data .list ul li .group:after {
  content: " ";
  display: block;
  clear: both;
}
#homeContent .container .yewu .data .list ul .onfocus .tit {
  background: #5daad9;
}
#homeContent .container .yewu .data .list ul .onfocus .group {
  display: block;
}
#homeContent .container .yeji {
  height: 100%;
  position: relative;
}
#homeContent .container .yeji .data {
  height: 100%;
  position: relative;
  background: #FFFFFF;
}
#homeContent .container .yeji .data .name {
  position: relative;
  z-index: 2;
  background-image: url(../Images/z9.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 10px;
  color: #FFFFFF;
}
#homeContent .container .yeji .data .name .n1 {
  font-size: 18px;
  font-weight: bold;
}
#homeContent .container .yeji .data .name .n2 {
  font-size: 14px;
  font-family: arial;
}
#homeContent .container .yeji .data #yejiswiper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#homeContent .container .yeji .data #yejiswiper .swiper-wrapper {
  position: relative;
}
#homeContent .container .yeji .data #yejiswiper .swiper-wrapper .swiper-slide {
  position: relative;
}
#homeContent .container .yeji .data #yejiswiper .swiper-wrapper .swiper-slide a {
  display: block;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
}
#homeContent .container .yeji .data #yejiswiper .swiper-wrapper .swiper-slide a .obj {
  color: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #FFFFFF;
  display: none;
}
#homeContent .container .yeji .data #yejiswiper .swiper-wrapper .swiper-slide a .obj .da {
  padding: 20px;
}
#homeContent .container .yeji .data #yejiswiper .swiper-wrapper .swiper-slide a .obj .da .tit {
  font-size: 20px;
  font-weight: bold;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#homeContent .container .yeji .data #yejiswiper .swiper-wrapper .swiper-slide a .obj .da .date {
  font-size: 16px;
  color: #999999;
  line-height: 30px;
}
#homeContent .container .yeji .data .pagination {
  position: relative;
  top: 230px;
  text-align: center;
  z-index: 100;
  width: 100%;
}
#homeContent .container .yeji .data .pagination span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: .8;
}
#homeContent .container .yeji .data .pagination .swiper-active-switch {
  background: #1976d6;
}
#homeContent .container .news {
  height: 100%;
  position: relative;
}
#homeContent .container .news .data {
  height: 100%;
  position: relative;
  background: #FFFFFF;
}
#homeContent .container .news .data .name {
  background-image: url(../Images/z5.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 10px;
}
#homeContent .container .news .data .name .n1 {
  font-size: 18px;
  font-weight: bold;
}
#homeContent .container .news .data .name .n2 {
  font-size: 14px;
  color: #e5e5e5;
  font-family: arial;
}
#homeContent .container .news .data .img {
  height: 114px;
  position: relative;
  overflow: hidden;
  margin: 10px 0;
}
#homeContent .container .news .data .img a {
  display: block;
  height: 100%;
  transition: all 0.3s;
  background-size: cover;
  background-position: center center;
}
#homeContent .container .news .data .img a:hover {
  transform: scale(1.1);
}
#homeContent .container .news .data .list ul li {
  line-height: 30px;
  padding-left: 10px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  background-image: url(../Images/z7.png);
  background-position: left center;
  background-repeat: no-repeat;
}
#homeContent .container .news .data .list ul li a {
  color: #666666;
}
#homeContent .container .news .data .imglist {
  display: none;
}
#homeContent .container .news .data .imglist ul li {
  height: 140px;
  position: relative;
  margin: 20px 0;
}
#homeContent .container .news .data .imglist ul li .pic {
  height: 100%;
  position: relative;
  padding: 0;
}
#homeContent .container .news .data .imglist ul li .pic a {
  display: block;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
#homeContent .container .news .data .imglist ul li .nobj {
  position: relative;
  height: 100%;
}
#homeContent .container .news .data .imglist ul li .nobj .tit {
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
}
#homeContent .container .news .data .imglist ul li .nobj .jianjie {
  font-size: 16px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
}
#homeContent .container .news .data .imglist ul li .nobj .datetime {
  font-size: 16px;
  color: #666666;
  position: absolute;
  left: 15px;
  bottom: 0;
}
#homeContent .container .news .data .imglist ul li:after {
  content: " ";
  display: block;
  clear: both;
}
#homeContent .container .item {
  padding: 0 10px;
}
#homeContent .container .item .data {
  padding: 20px 10px;
}
#homeContent .container .item .data .name .n3 {
  display: none;
  border-bottom: solid 5px #0687cb;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
}
@media (min-width: 1200px) {
  #homeContent .container {
    width: 1200px;
    padding: 0;
  }
  #homeContent .container .item {
    width: 25%;
  }
  #homeContent .container .yeji {
    width: 50%;
  }
  #homeContent .container .yeji .data #yejiswiper .swiper-wrapper .swiper-slide {
    overflow: hidden;
  }
  #homeContent .container .yeji .data #yejiswiper .swiper-wrapper .swiper-slide a {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  #homeContent .container {
    padding: 0;
  }
  #homeContent .container .yewu .data .list ul li .group .zu {
    font-size: 12px;
    padding: 0 10px;
    padding-right: 0;
    background-position: left center;
  }
}
@media (max-width: 1000px) {
  #homeContent {
    height: auto;
    background: none;
  }
  #homeContent .container .item {
    margin: 20px 0;
  }
  #homeContent .container .item .data {
    padding: 0;
  }
  #homeContent .container .item .data .name {
    background: none;
    padding: 0;
    margin-bottom: 20px;
  }
  #homeContent .container .item .data .name .n1 {
    display: none;
  }
  #homeContent .container .item .data .name .n2 {
    font-family: Geometr415-Blk-BT;
    font-size: 22px;
    color: #000000;
  }
  #homeContent .container .item .data .name .n3 {
    display: inline-block;
  }
  #homeContent .container .yeji .data .name .n3 {
    color: #000000;
  }
  #homeContent .container .yeji .data #yejiswiper {
    position: relative;
    height: 400px;
    box-shadow: 0 0 20px #999999;
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
  }
  #homeContent .container .yeji .data #yejiswiper .swiper-wrapper .swiper-slide a .obj {
    display: block;
  }
  #homeContent .container .yeji .data .pagination {
    top: 0;
  }
  #homeContent .container .yeji .data .pagination span {
    border: solid 1px #7f7f7f;
  }
  #homeContent .container .yeji .data .pagination .swiper-active-switch {
    background: #7f7f7f;
  }
  #homeContent .container .news .data .img {
    display: none;
  }
  #homeContent .container .news .data .list {
    display: none;
  }
  #homeContent .container .news .data .imglist {
    display: block;
  }
}
@media (max-width: 500px) {
  #homeContent {
    padding: 0;
  }
  #homeContent .container .item {
    margin: 10px 0;
  }
  #homeContent .container .item .data .name .n2 {
    font-size: 20px;
  }
  #homeContent .container .item .data .name .n3 {
    font-size: 18px;
  }
  #homeContent .container .yewu .data .list ul li .group .zu {
    font-size: 14px;
    padding: 0 10px;
    background-position: left center;
  }
  #homeContent .container .yeji .data #yejiswiper {
    height: 280px;
  }
  #homeContent .container .yeji .data #yejiswiper .swiper-wrapper .swiper-slide a .obj .da {
    padding: 10px;
  }
  #homeContent .container .yeji .data #yejiswiper .swiper-wrapper .swiper-slide a .obj .da .tit {
    font-size: 16px;
  }
  #homeContent .container .yeji .data #yejiswiper .swiper-wrapper .swiper-slide a .obj .da .date {
    font-size: 14px;
  }
  #homeContent .container .news .data .imglist ul li {
    height: 76px;
  }
  #homeContent .container .news .data .imglist ul li .nobj .tit {
    font-size: 15px;
    line-height: 20px;
  }
  #homeContent .container .news .data .imglist ul li .nobj .jianjie {
    font-size: 12px;
    line-height: 16px;
  }
  #homeContent .container .news .data .imglist ul li .nobj .datetime {
    font-size: 12px;
    line-height: 20px;
  }
}
#footer {
  background: #424242;
  padding: 25px 0;
}
#footer .container {
  min-height: 50px;
  color: #b2b1b1;
  position: relative;
}
#footer .container .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 100%;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(../Images/z11.png);
}
#footer .container .copyright {
  width: 900px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
  line-height: 24px;
  text-align: right;
}
#footer .container .copyright a {
  color: #b2b1b1;
}
@media (min-width: 1200px) {
  #footer .container {
    width: 1200px;
    padding: 0;
  }
}
@media (max-width: 1000px) {
  #footer .container .logo {
    display: none;
  }
  #footer .container .copyright {
    width: 100%;
    text-align: left;
    position: relative;
  }
}
@media (max-width: 500px) {
  #footer {
    padding: 10px 0;
  }
}
#About {
  position: relative;
  z-index: 100;
}
#About .tools {
  line-height: 60px;
  position: relative;
  border-bottom: solid 1px #DDDDDD;
  background: #f9f9f8;
}
#About .tools .group {
  font-size: 16px;
  font-weight: bold;
}
#About .tools .group a {
  display: inline-block;
  margin: 0 25px;
  color: #999999;
}
#About .tools .group .onfocus {
  background: url(../Images/z14.png) bottom center no-repeat;
  color: #0687cb;
}
#About .tools .address {
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 14px;
  color: #999999;
  padding-left: 20px;
  background-image: url(../Images/z17.png);
  background-position: left center;
  background-repeat: no-repeat;
}
#About .tools .address a {
  color: #999999;
}
#About .dataContent {
  background: #f8f8f8;
}
#About .dataContent .container {
  background-color: #FFFFFF;
  padding: 25px;
  font-size: 16px;
  line-height: 38px;
  min-height: 560px;
  background-image: url(../Images/z13.png);
  background-position: top center;
}
#About .dataContent .container .list ul li {
  margin-bottom: 10px;
  position: relative;
  padding: 0 10px;
}
#About .dataContent .container .list ul li .img {
  height: 200px;
  position: relative;
  overflow: hidden;
}
#About .dataContent .container .list ul li .img a {
  display: block;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
#About .dataContent .container .list ul li .title {
  line-height: 56px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
#About .dataContent .container .list ul li:after {
  content: " ";
  display: block;
  clear: both;
}
#About .dataContent img {
  max-width: 100%;
}
@media (min-width: 1200px) {
  #About .container {
    width: 1200px;
    padding: 0;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  #About .dataContent .container .list ul li .img {
    height: 150px;
  }
}
@media (max-width: 1000px) {
  #About .tools {
    border-bottom: none;
    overflow: auto;
    line-height: 40px;
    margin-top: 10px;
  }
  #About .tools .group {
    width: 100%;
  }
  #About .tools .group a {
    margin: 0 10px;
  }
  #About .tools .group .onfocus {
    background: none;
    border-bottom: solid 2px #0687cb;
  }
  #About .tools .address {
    display: none;
  }
  #About .dataContent {
    background: #FFFFFF;
  }
  #About .dataContent .container {
    padding: 15px;
    min-height: auto;
  }
}
@media (max-width: 500px) {
  #About .dataContent .container .list ul li .img {
    height: 100px;
  }
  #About .dataContent .container .list ul li .title {
    font-size: 14px;
    line-height: 30px;
  }
}
#Contact {
  position: relative;
  z-index: 100;
}
#Contact .tools {
  line-height: 60px;
  position: relative;
  border-bottom: solid 1px #DDDDDD;
  background: #f9f9f8;
}
#Contact .tools .group {
  font-size: 16px;
  font-weight: bold;
  width: 850px;
}
#Contact .tools .group a {
  display: inline-block;
  margin: 0 25px;
  color: #999999;
}
#Contact .tools .group .onfocus {
  background: url(../Images/z14.png) bottom center no-repeat;
  color: #0687cb;
}
#Contact .tools .address {
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 14px;
  color: #999999;
  padding-left: 20px;
  background-image: url(../Images/z17.png);
  background-position: left center;
  background-repeat: no-repeat;
}
#Contact .tools .address a {
  color: #999999;
}
#Contact .dataContent {
  background: #F8F8F8;
}
#Contact .dataContent .container {
  background-color: #FFFFFF;
  padding: 25px;
  font-size: 16px;
  line-height: 38px;
  min-height: 560px;
  background-image: url(../Images/z13.png);
  background-position: top center;
}
#Contact .dataContent img {
  max-width: 100%;
}
#Contact .dataContent #map {
  height: 500px;
  margin-top: 30px;
  border: solid 2px #DDDDDD;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  #Contact .container {
    width: 1200px;
    padding: 0;
  }
}
@media (max-width: 1000px) {
  #Contact .tools {
    border-bottom: none;
    overflow: auto;
    line-height: 40px;
    margin-top: 10px;
  }
  #Contact .tools .group {
    width: 100%;
  }
  #Contact .tools .group a {
    margin: 0 10px;
  }
  #Contact .tools .group .onfocus {
    background: none;
    border-bottom: solid 2px #0687cb;
  }
  #Contact .tools .address {
    display: none;
  }
  #Contact .dataContent {
    background: #FFFFFF;
  }
  #Contact .dataContent .container {
    padding: 15px;
    font-size: 14px;
    line-height: 24px;
    min-height: auto;
  }
}
@media (max-width: 500px) {
  #Contact .dataContent #map {
    height: 300px;
    margin-top: 20px;
  }
}
#Yejilist {
  position: relative;
  z-index: 100;
}
#Yejilist .tools {
  line-height: 60px;
  position: relative;
  border-bottom: solid 1px #DDDDDD;
  background: #f9f9f8;
}
#Yejilist .tools .group {
  font-size: 16px;
  font-weight: bold;
  width: 850px;
}
#Yejilist .tools .group a {
  display: inline-block;
  margin: 0 25px;
  color: #999999;
}
#Yejilist .tools .group .onfocus {
  background: url(../Images/z14.png) bottom center no-repeat;
  color: #0687cb;
}
#Yejilist .tools .address {
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 14px;
  color: #999999;
  padding-left: 20px;
  background-image: url(../Images/z17.png);
  background-position: left center;
  background-repeat: no-repeat;
}
#Yejilist .tools .address a {
  color: #999999;
}
#Yejilist .dataContent {
  background: #EFEFEF;
}
#Yejilist .dataContent .container {
  position: relative;
  background-color: #FFFFFF;
  padding: 25px;
  background-image: url(../Images/z13.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#Yejilist .dataContent .container .list ul li {
  margin-bottom: 10px;
  position: relative;
  padding: 0 10px;
}
#Yejilist .dataContent .container .list ul li .img {
  height: 200px;
  position: relative;
  overflow: hidden;
}
#Yejilist .dataContent .container .list ul li .img a {
  display: block;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
#Yejilist .dataContent .container .list ul li .title {
  line-height: 56px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#Yejilist .dataContent .container .list ul li:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1200px) {
  #Yejilist .container {
    width: 1200px;
    padding: 0;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  #Yejilist .dataContent .container .list ul li .img {
    height: 150px;
  }
}
@media (max-width: 1000px) {
  #Yejilist .tools {
    border-bottom: none;
    overflow: auto;
    line-height: 40px;
    margin-top: 10px;
  }
  #Yejilist .tools .group {
    width: 100%;
  }
  #Yejilist .tools .group a {
    margin: 0 10px;
  }
  #Yejilist .tools .group .onfocus {
    background: none;
    border-bottom: solid 2px #0687cb;
  }
  #Yejilist .tools .address {
    display: none;
  }
  #Yejilist .dataContent {
    background: #FFFFFF;
  }
  #Yejilist .dataContent .container {
    padding: 15px;
    min-height: auto;
  }
}
@media (max-width: 500px) {
  #Yejilist .dataContent .container .list ul li .img {
    height: 100px;
  }
  #Yejilist .dataContent .container .list ul li .title {
    font-size: 14px;
    line-height: 30px;
  }
}
#Newslist {
  position: relative;
  z-index: 100;
}
#Newslist .tools {
  line-height: 60px;
  position: relative;
  border-bottom: solid 1px #DDDDDD;
  background: #f9f9f8;
}
#Newslist .tools .group {
  font-size: 16px;
  font-weight: bold;
  width: 850px;
}
#Newslist .tools .group a {
  display: inline-block;
  margin: 0 25px;
  color: #999999;
}
#Newslist .tools .group .onfocus {
  background: url(../Images/z14.png) bottom center no-repeat;
  color: #0687cb;
}
#Newslist .tools .address {
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 14px;
  color: #999999;
  padding-left: 20px;
  background-image: url(../Images/z17.png);
  background-position: left center;
  background-repeat: no-repeat;
}
#Newslist .tools .address a {
  color: #999999;
}
#Newslist .dataContent {
  background: #EFEFEF;
}
#Newslist .dataContent .container {
  position: relative;
  background-color: #FFFFFF;
  padding: 25px;
  background-image: url(../Images/z13.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#Newslist .dataContent .container .list ul li {
  font-size: 15px;
  line-height: 40px;
  background-image: url(../Images/z15.png);
  background-position: left center;
  background-repeat: no-repeat;
}
#Newslist .dataContent .container .list ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#Newslist .dataContent .container .list ul li span {
  padding: 0;
  font-size: 13px;
  color: #999999;
  text-align: right;
}
#Newslist .dataContent .container .list ul li:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1200px) {
  #Newslist .container {
    width: 1200px;
    padding: 0;
  }
}
@media (max-width: 1000px) {
  #Newslist .tools {
    border-bottom: none;
    overflow: auto;
    line-height: 40px;
    margin-top: 10px;
  }
  #Newslist .tools .group {
    width: 100%;
  }
  #Newslist .tools .group a {
    margin: 0 10px;
  }
  #Newslist .tools .group .onfocus {
    background: none;
    border-bottom: solid 2px #0687cb;
  }
  #Newslist .tools .address {
    display: none;
  }
  #Newslist .dataContent {
    background: #FFFFFF;
  }
  #Newslist .dataContent .container {
    padding: 15px;
    min-height: auto;
  }
  #Newslist .dataContent .container .list ul li {
    border-bottom: solid 1px #DDDDDD;
    font-size: 14px;
  }
}
/*内容详情页*/
#show {
  position: relative;
  z-index: 100;
}
#show .tools {
  line-height: 60px;
  position: relative;
  border-bottom: solid 1px #DDDDDD;
  background: #f9f9f8;
}
#show .tools .group {
  font-size: 16px;
  font-weight: bold;
  width: 850px;
}
#show .tools .group a {
  display: inline-block;
  margin: 0 25px;
  color: #999999;
}
#show .tools .group .onfocus {
  background: url(../Images/z14.png) bottom center no-repeat;
  color: #0687cb;
}
#show .tools .address {
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 14px;
  color: #999999;
  padding-left: 20px;
  background-image: url(../Images/z17.png);
  background-position: left center;
  background-repeat: no-repeat;
}
#show .tools .address a {
  color: #999999;
}
#show .dataContent {
  background: #F8F8F8;
}
#show .dataContent .container {
  background-color: #FFFFFF;
  padding: 25px;
  font-size: 16px;
  line-height: 38px;
  min-height: 560px;
  background-image: url(../Images/z13.png);
  background-position: top center;
}
#show .dataContent .container .ntitle {
  text-align: center;
  font-size: 22px;
  line-height: 40px;
}
#show .dataContent img {
  max-width: 100%;
}
@media (min-width: 1200px) {
  #show .container {
    width: 1200px;
    padding: 0;
  }
}
@media (max-width: 1000px) {
  #show .tools {
    border-bottom: none;
    overflow: auto;
    line-height: 40px;
    margin-top: 10px;
  }
  #show .tools .group {
    width: 100%;
  }
  #show .tools .group a {
    margin: 0 10px;
  }
  #show .tools .group .onfocus {
    background: none;
    border-bottom: solid 2px #0687cb;
  }
  #show .tools .address {
    display: none;
  }
  #show .dataContent {
    background: #FFFFFF;
  }
  #show .dataContent .container {
    padding: 15px;
    font-size: 14px;
    line-height: 24px;
    min-height: auto;
  }
}
@media (max-width: 500px) {
  #show .dataContent .container .ntitle {
    font-size: 18px;
    font-weight: bold;
  }
}
#page {
  text-align: center;
  margin: 30px 0;
}
#page em {
  font-style: normal;
}
#page a,
#page span {
  border: solid 1px #DDDDDD;
  padding: 4px 10px;
  font-size: 14px;
  margin: 0 3px;
}
#page .current {
  background-color: #0687cb;
  border-color: #0687cb;
  color: #FFFFFF;
}
@media (max-width: 500px) {
  #page {
    margin: 20px 0 10px;
  }
}
