@charset "utf-8";

/*!
 * @名称：base.css
 * @功能：1、重设浏览器默认样式
 *       2、设置通用原子类
 */
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
  background: white;
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

/* 要注意表单元素并不继承父级 font 的问题 */
body,
button,
input,
select,
textarea,
a {
  font: 14px '微软雅黑', arial, sans-serif;
}

body {
  line-height: 1.5;
  color: #444;
  min-width: 1200px;
}

input,
select,
textarea {
  font-size: 100%;
}

/* 去掉 table cell 的边距并让其边重合 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ie bug：th 不继承 text-align */
th {
  text-align: inherit;
}

/* 去除默认边框 */
fieldset,
img {
  border: none;
}

/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
  display: block;
}

/* 去掉 firefox 下此元素的边框 */
abbr,
acronym {
  border: none;
  font-variant: normal;
}

/* 一致的 del 样式 */
del {
  text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}

/* 去掉列表前的标识，li 会继承 */
ol,
ul {
  list-style: none;
}

/* 对齐是排版最重要的因素，别让什么都居中 */
caption,
th {
  text-align: left;
}

/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}

q:before,
q:after {
  content: '';
}

/* 统一上标和下标 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

a {
  color: #444;
}

/* 让链接在 hover 状态下显示下划线 */
a:hover {
  text-decoration: none;
  color: #03aef6;
}

/* 默认不显示下划线，保持页面简洁 */
ins,
a {
  text-decoration: none;
}

/* 去除 ie6 & ie7 焦点点状线 */
a:focus,
*:focus {
  outline: none;
}

/* 清除浮动 */
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
  /* for ie6 & ie7 */
}

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

.hideblock {
  display: none;
}

.head {
  *position: relative;
  *z-index: 1000000;
}

.topframe {
  width: 1200px;
  height: 120px;
  margin: 0 auto;
  position: relative;
}

.topframe .topLeft {
  float: left;
  margin-top: 20px;
}

.topframe .topLeft .logo_zgzj {
  display: block;
  float: left;
  /*width: 600px;*/
  height: 80px;
}

.topframe .topLeft .logo_lxy {
  display: block;
  float: left;
  /*width: 600px;*/
  height: 80px;
}

.topframe .topLeft .logo_zgzj img {
  width: 356px;
  display: inline-block;
  /*float: left;*/
}

.topframe .topLeft .logo_lxy span {
  font-size: 40px;
  color: #00aaf1;
  display: inline-block;
  line-height: 80px;
  /*float: left;*/
  margin-left: 25px;
}

.topframe .topRight {
  margin-top: 37px;
  float: right;
}

.topframe .topRight .search {
  width: 240px;
  height: 45px;
  /*margin-left: 10px;*/
  float: left;
  position: relative;
  background: #e4e4e4 url(../images/search_bg.png) 10px center no-repeat;
}

.topframe .topRight .search input {
  padding: 2px;
  width: 200px;
  height: 30px;
  border: none;
  background-color: #e4e4e4;
  position: absolute;
  left: 33px;
  top: 5px;
}

.topframe .topRight .search .button_search {
  width: 22px;
  height: 30px;
  display: block;
  position: absolute;
  left: 8px;
  top: 9px;
}

/*焦点图*/
/*.banner{
    height:400px;
    
    width:100%; 
    margin-top:0;
    overflow: hidden;
}
.banner .d1{
    width:100%;
    height:400px;
    background: url(../images/banner_1.jpg) center center no-repeat;
    display:block; 
    }*/

/*焦点图*/
.banner {
  height: 400px;
  position: relative;
  width: 100%;
  margin-top: 0;
  background-color: #00aaf1;
}

.banner .d1 {
  width: 100%;
  height: 400px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.banner .d2 {
  width: 100%;
  height: 30px;
  clear: both;
  position: absolute;
  z-index: 10;
  left: 0px;
  top: 340px;
}

.banner .d2 ul {
  float: left;
  position: absolute;
  left: 50%;
  top: 0;
  margin: 0 0 0 -96px;
  display: inline;
}

.banner .d2 li {
  width: 30px;
  height: 6px;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  float: left;
  margin: 0 5px;
  display: inline;
}

.banner .d2 li.nuw {
  background: #e42d30;
}

.bannerdiv {
  min-width: 1200px;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.bannerdiv .lubo {
  width: 100% !important;
}

.bannerdiv .lubo li .m-width {
  width: 1600px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.bannerdiv .lubo li .m-width img {}

.bannerdiv .lubo li {
  width: 100% !important;
  height: 400px;
}

.bannerdiv .lubo li a {
  display: block;
}

.mainframe {
  width: 1200px;
  margin: 0 auto;
}

/*分页*/
/*.pagination2 {
    margin: 30px auto;
    text-align: center;
}
.pagination2 .page_disable, .pagination2 .page_disable:hover {
    border: solid 1px #c4c4c4;
    background-color: #fff;
    color: #e42d30;
    cursor: default;
}
.zgfcdiv .pagination2 a {
    width: auto;
    padding: 0;
    border: none;
}
.pagination2 a{
    display: inline-block!important;
    padding: 0 7px!important;
    border: solid 1px #c4c4c4!important;
    height: 20px!important;
    line-height: 20px;
    vertical-align: top;
    font-family: Tahoma,"\5b8b\4f53";
    text-decoration: none;
    margin:0 2px;
}
.pagination2 span{
    display: inline-block;
    padding: 0 7px;
    border: solid 1px #ccc;
    color: #333;
    height: 20px;
    line-height: 20px;
    vertical-align: top;
    font-family: Tahoma,"\5b8b\4f53";
    text-decoration: none;
    margin:0 2px;
    }
.pagination2 .current{
    background-color: #00aaf1;
    color: #fff;
}*/
/*基地列表*/
.mainframe .jdtop {
  border-bottom: 2px solid #5ecefd;
  height: 48px;
}

.mainframe .jdtop .topLeft {
  float: left;
  line-height: 48px;
}

.mainframe .jdtop .topRight {
  float: right;
}

.mainframe .jdtop .topLeft .jd_loc {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.mainframe .jdtop .topLeft .loc_select {
  display: inline-block;
  width: 800px;
  vertical-align: middle;
}

.mainframe .jdtop .topLeft .loc_select li {
  width: 60px;
  height: 30px;
  line-height: 30px;
  margin-left: 10px;
  float: left;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  color: #000000;
  display: inline-block;
}

.mainframe .jdtop .topLeft .loc_select .item {
  background-color: #00aaf1;
  color: #fff;
  border-radius: 20px;
}

.mainframe .jdtop .topLeft .loc_select .item a {
  color: #fff;
  border-radius: 20px;
}

.lo_right {
  height: 50px;
  line-height: 50px;
  float: right;
}

.lo_right img {
  vertical-align: middle;
}

.sss {
  position: absolute;
  width: 240px;
  height: 250px;
  right: 67px;
  top: 170px;
}

.jdmain {
  /*padding: 30px 0px;*/
  /*min-height: 500px;*/
}

.jdmain ul {
  padding: 0;
  min-height: 340px;
  width: 100%;
}

.jdmain ul li {
  width: 293px;
  margin-left: 9px;
  margin-top: 25px;
  float: left;
  box-shadow: 2px 2px 2px #d9d9d9;
}

.jdmain ul .noData {
  padding: 10px;
  font-size: 16px;
}

.jdmain ul li:hover {
  box-shadow: 5px 5px 5px #d9d9d9;
}

.jdmain ul .firstli {
  margin-left: 0px;
}

.jdmain ul li .img_top {
  width: 293px;
  display: inline-block;
}

.jdmain ul li .img_top .jd_img {
  width: 293px;
  height: 200px;
}

.jdmain ul li .img_top .jd_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jdmain ul li .img_top .jd_tit {
  width: 96%;
  display: inline-block;
  padding: 2%;
  height: 22px;
  border-bottom: 1px dashed #d2d2d2;
}

.jdmain ul li .img_top .jd_tit .title {
  float: left;
  width: 70%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  color: #444444;
}

.jdmain ul li .img_top .jd_tit .tongji {
  float: right;
  font-size: 14px;
  color: #999999;
  padding-left: 21px;
  background: url(../images/tjeye.png) left center no-repeat;
}

.jdmain ul li .img_top:hover .jd_tit .title {
  color: #03aef6;
}

.jdmain ul li .cont {
  margin: 2%;
  /*padding-top: 2%;*/
  /*border-top: 1px dashed #d2d2d2;*/
  position: relative;
  font-size: 14px;
  color: #666666;
}

.jdmain ul li .cont .content {
  height: 63px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.jdmain ul li .cont .morediv {
  width: 100%;
  text-align: right;
  height: 20px;
}

.jdmain ul li .cont .jd_more {
  /*position: absolute;
    right: 0px;
    bottom: 0px;*/
  font-size: 14px;
}

.bottomframe {
  width: 100%;
  height: 170px;
  padding-top: 25px;
  line-height: 30px;
  text-align: center;
  background-color: #eaeaea;
}

.bottomframe .bottombody {
  width: 800px;
  margin: 0 auto;
}

.bottomframe .bottom_wx {
  float: left;
  width: 210px;
  text-align: center;
  border-right: 1px solid #d5d5d5;
}

.bottomframe .bottom_wx img {
  width: 120px;
  height: 114px;
}

.bottomframe .bottom_text {
  float: left;
  margin-left: 45px;
  text-align: left;
}

.bottomframe .bottom_text p {
  font-size: 14px;
  color: #666666;
  line-height: 40px;
  margin-bottom: 10px;
}

.bottomframe .bottom_text span {
  font-size: 14px;
  color: #666666;
  line-height: 40px;
  margin-bottom: 10px;
}

/*分页*/
.pagination2 {
  margin: 30px auto;
  text-align: center;
}

.pagination2 .page_disable,
.pagination2 .page_disable:hover {
  border: solid 1px #c4c4c4;
  background-color: #fff;
  color: #e42d30;
  cursor: default;
}

.zgfcdiv .pagination2 li {
  width: auto;
  padding: 0;
  border: none;
}

.pagination2 li {
  display: inline-block !important;
  padding: 0 7px !important;
  border: solid 1px #c4c4c4 !important;
  height: 20px !important;
  line-height: 20px;
  vertical-align: top;
  font-family: Tahoma, '\5b8b\4f53';
  text-decoration: none;
  margin: 0 2px;
}

.pagination2 span {
  display: inline-block;
  padding: 0 7px;
  border: solid 1px #ccc;
  color: #333;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
  font-family: Tahoma, '\5b8b\4f53';
  text-decoration: none;
  margin: 0 2px;
}

.pagination2 .active {
  background-color: #00aaf1;
  color: #fff;
}

.pagination2 .active a {
  color: #fff;
}