﻿@charset "utf-8";
/* CSS Document */

body {
  font: 12px / normal '';
  margin: 0px;
  padding: 0px;
  margin: 0 auto;
  font-family: '微软雅黑', '宋体';
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
a,
img {
  margin: 0;
  padding: 0;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
em,
th {
  font-size: 100%;
  font-weight: normal;
}
em {
  font-style: normal;
}
fieldset {
  border: 0;
}
/*td {
  font-size: 12px;
  text-align: center;
}*/
p {
  margin: 0px;
  padding: 0px 0px 0px;
}
img {
  border-style: none;
}
form {
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}
ul,
li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
a {
  color: #4d3d31;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #a13206;
}
a.ared {
  color: #ff6600;
  font-weight: normal;
  font-size: 12px;
}
a.ared:hover {
  text-decoration: underline;
}
input {
  font-size: 12px;
}
select {
  font-size: 12px;
  color: #575757;
  width: 200px;
}
.clear {
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
  *zoom: 1;
}
.clearfix {
  *zoom: 1;
  clear: both;
}
.clearfix:after {
  content: '\0200';
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.space {
  clear: both;
  height: 13px;
  overflow: hidden;
  *zoom: 1;
}

.bg {
  background: #eef1f3;
}
.warp {
  background: url(../imgs/banner_bmdh.jpg) no-repeat top center;
  width: 100%;
  height: 300px;
}
.top {
  width: 1200px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  padding-top: 25px;
}
.top-left {
  float: left;
}
.top-right {
  float: right;
  width: 268px;
  margin: 12px 20px 0px 0px;

  height: 40px;
  border-radius: 2px;
}
.nav-right-l {
  float: left;
  padding: 3px 10px;
}
.nav-right-l input {
  width: 207px;
  height: 34px;
  border: 0px;
  outline: 0px;
  color: #666;
  line-height: 34px;
  font-size: 14px;
}
.nav-right-r {
  float: right;
  padding: 3px 10px 3px 5px;
  width: 24px;
  height: 34px;
  text-align: center;
  cursor: pointer;
}
.nav-right-r img {
  margin-top: 5px;
}
.navbg {
  width: 100%;
  height: 64px;
  background: #1d6bab;
}
.nav {
  width: 1200px;
  margin: 0 auto;
}
.nav ul {
  padding: 0px;
  margin: 0px;
}
.nav ul li {
  float: left;
  width: 160px;
  position: relative;
}
.nav ul li a {
  display: block;
  text-align: center;
  line-height: 64px;
  color: #fff;
  font-size: 18px;
  border-left: 1px solid #fff;
}
.nav ul li a:hover {
  color: #fff;
  background:#fd9a00;
}
.nav ul li:hover dl {
  display: block;
}
.nav ul li:last-child a {
  border-right: 1px solid #fff;
}
.nav ul li dl {
  padding: 0px;
  margin: 0px;
  display: none;
  position: absolute;
  z-index: 1000;
  width: 100%;
  border: 1px solid #fff;
}
.nav ul li dl dd {
  text-align: center;
}
.nav ul li dl dd a {
  color: #fff;
  line-height: 25px;
  background: #41a3f3;
  display: block;
  border-bottom: 1px solid #fff;
  padding: 10px 0px;
}
.nav ul li dl dd a:hover {
  color: #fff;
  background: #fd9a00;
}
.poster {
  width: 1200px;
  margin: 20px auto 0 auto;
  position: relative;
  height: 160px;
}
.info-li {
  position: absolute;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0px;
  top: 0px;
  width: 100%;
  height: 120px;
}
.poster .info-li:first-child {
  opacity: 1;
  filter: alpha(opacity=100);
}
.page1 {
  width: 100%;
  height: 17px;
  position: absolute;
  bottom: 10px;
  left: 0px;
  z-index: 2000;
}
.page-bg1 {
  margin: 0 25px 0px auto;
  overflow: hidden;
}
.page1 a {
  width: 15px;
  height: 15px;
  display: block;
  float: left;
  padding: 0px 0px;
  margin: 0px 5px;
  background: #fff;
  cursor: pointer;
  text-align: center;
  line-height: 15px;
  border: 1px solid #ddd;
  color: #333;
}
.page1 a.active-p {
  background: #1d6bab;
  color: #fff;
}
.con {
  width: 1160px;
  background: #fff;
  padding: 30px 20px;
  text-align: center;
  margin: 20px auto 0 auto;
  line-height: 30px;
  border-radius: 4px;
}
.con-title {
  color: #1d6bab;
  font-size: 22px;
  padding: 10px 0px;
}
.con-text {
  color: #999;
  font-size: 18px;
}
.com {
  width: 1160px;
  padding: 20px 20px;
  margin: 20px auto 0 auto;
  background: #fff;
  overflow: hidden;
  border-radius: 4px;
}
.com-left {
  float: left;
  width: 600px;
  height: 400px;
  position: relative;
}
.banner img {
  width: 600px;
  height: 400px;
}

.slide_title {
  bottom: 0px;
  background: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 0;
  height: 45px;
  width: 600px;
  margin-top: -45px;
  position: relative;
  *position: static;
}
.slide_zi {
  /* width: 600px; */
  width: auto;
  height: 45px;
  line-height: 45px;
  color: #000;
  font-size: 16px;
  margin-top: -45px;
  *margin-top: -48px;
  bottom: 0px;
  z-index: 1;
  padding-left: 15px;
  position: relative;
  *position: static;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.com-right {
  float: right;
  width: 530px;
}
.com-title {
  width: 100%;
  height: 40px;
  background: #f4f4f4;
}
.com-title ul {
  padding: 0px;
  margin: 0px;
}
.com-title ul li {
  float: left;
  line-height: 40px;
  color: #666;
  font-size: 16px;
  text-align: center;
  padding: 0px 30px;
  cursor: pointer;
}
.com-list {
  margin-top: 10px;
  display: none;
}
.com-list ul {
  padding: 0px;
  margin: 0px;

}
.com-list ul li {
  height: 38px;
  line-height: 38px;
  color: #999;
  font-size: 16px;
  padding-left: 18px;
  border-bottom: 1px solid #eee;
  background: url(../imgs/arro.png) no-repeat left center;
}
.com-list ul li a {
	color:#333;

}
.com-list ul li a:hover {
  color: #1d6bab;
}
.list-left {
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  width: 400px;
}
.list-right {
  float: right;
}
.list-left a{

}

.more {
  margin-top: 8px;
}
.more a {
  color: #1d6bab;
  font-size: 16px;
}
.more a:hover {
  color: #1d6bab;
}
.com-title .active {
  background: #1d6bab;
  color: #fff;
}
.serve {
  margin-top: 30px;
  width: 100%;
  height: 320px;
  background: url(../imgs/frame.png) no-repeat center center;
}
.serve-title {
  width: 245px;
  padding-top: 45px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.mt {
  color: #fff;
}
.mt1 {
  color: #333;
}
.serve-title-a {
  border-bottom: 1px solid #83a8c8;
  font-size: 36px;
  padding-bottom: 8px;
}
.serve-title-b {
  line-height: 40px;
  font-size: 18px;
  letter-spacing: 2px;
}
.line {
  width: 100%;
  height: 3px;
  position: absolute;
  top: 99px;
  left: 0px;
}
.line-bg {
  background: #fff;
  width: 40px;
  height: 3px;
  margin: 0 auto;
}
.serve-list {
  width: 1200px;
  margin: 25px auto 0 auto;
  overflow: hidden;
}
.serve-list ul {
  padding: 0px;
  margin: 0px;
}
.serve-list ul li {
  float: left;
  width: 250px;
  height: 260px;
  background: #fff;
  margin: 0px 20px;
  border-radius: 4px;
}
.pic {
  text-align: center;
  padding-top: 20px;
}
.pic-title {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  padding-top: 14px;
}
.serve-list ul li a {
  color: #333;
  display: block;
  height: 260px;
}
.serve-list ul li a:hover {
  color: #1d6bab;
}
.news {
  width: 1160px;
  margin: 140px auto 0 auto;
  background: #fff;
  border-radius: 4px;
  padding: 20px 20px;
  overflow: hidden;
}
.news-left {
  float: left;
  width: 33.33%;
}
.news-title {
  position: relative;
}
.news-title-bg {
  font-size: 36px;
  color: #333;
  overflow: hidden;
}
.news-title-bg span {
  border-bottom: 1px solid #9cbeda;
  padding: 5px 0px;
  display: block;
  float: left;
}
.news-line {
  position: absolute;
  left: 0px;
  top: 56px;
  background: #1d6bab;
  width: 40px;
  height: 3px;
}
.news-list {
  margin-top: 15px;
}
.news-list ul {
  padding: 0px;
  margin: 0px;
}
.news-list ul li {
  background: url(../imgs/dot.png) no-repeat left center;
  padding-left: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  border-bottom: 1px solid #e8e9ea;
}
.news-list ul li a {
  color: #333;
  font-size: 16px;
  line-height: 40px;
}
.news-list ul li a:hover {
  color: #1d6bab;
}
.news-center {
  float: left;
  width: 33.33%;
}
.news-all {
  width: 90%;
  margin: 0 auto;
}
.link {
  width: 100%;
  background: #fff;
  margin-top: 30px;
  padding: 30px 0px;
}
.link-bg {
  width: 1200px;
  margin: 0 auto;
}
.link-list {
  margin-top: 30px;
  overflow: hidden;
}
.link-list ul {
  padding: 0px;
  margin: 0px;
}
.link-list ul li {
  float: left;
  width: 288px;
  height: 88px;
  margin: 10px 5px;
}
.foot {
  margin-top: 50px;
  width: 100%;
  background: #1d6bab;
  padding: 20px 0px;
}
.foot-bg {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.foot-left {
  float: left;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  padding-top: 30px;
}
.foot-center {
  float: left;
  margin-left: 250px;
  padding-top: 10px;
}
.foot-right {
  float: right;
  padding-top: 5px;
}
.foot-title {
  color: #fff;
  text-align: center;
  line-height: 25px;
}
.content {
  width: 1160px;
  margin: 30px auto 0 auto;
  background: #fff;
  overflow: hidden;
  padding: 20px 20px;
}
.content-left {
  width: 250px;
  float: left;
  border: 1px solid #eef1f3;
  padding: 15px 15px;
  height: 850px;
}
.content-right {
  width: 855px;
  float: right;
}
.content-title {
  background: #1d6bab;
  padding-left: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 48px;
}
.content-left ul {
  padding: 0px;
  margin: 0px;
}
.content-left ul li {
  border-bottom: 1px solid #e0e0e0;
  line-height: 45px;
  font-size: 14px;

}
.content-left ul li a {
  color: #333;font-size:16px;text-decoration:none
}
.content-left ul li a:hover {
  color: #1d6bab;
}
.content-left ul li.actived a {
  color: #1d6bab;
  font-weight:bold;
}


.place {
  background: #f4f4f4;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-size: 16px;
  padding-left: 15px;
}
.place a {
  color: #333;
}
.place a:hover {
  color: #bd1a2d;
}
.list {
  margin-top: 15px;
}
.list ul {
  padding: 0px;
  margin: 0px;
}
.list ul li {
  height: 38px;
  line-height: 38px;
  color: #999;
  font-size: 16px;
  padding-left: 18px;
  border-bottom: 1px solid #eee;
}
.list ul li a {
  color: #333;
  text-decoration:none
}
.list ul li a:hover {
  color: #1d6bab;
}
.newspage {
  font-size: 14px;
  color: #333;
  line-height: 30px;
  text-align: right;
  margin-top: 20px;
}
.info {
  width: 1200px;
  margin: 30px auto 0 auto;
  background: #fff;
  padding: 20px 20px;
}
.info-place {
  background: #f4f4f4;
  height: 40px;
  color: #333;
  line-height: 40px;
  font-size: 16px;
  padding-left: 20px;
}
.info-place a {
  color: #333;
}
.info-com {
  border: 1px solid #eee;
  padding: 20px 35px;
  margin-top: 20px;
}
.info-com-title {
  text-align: center;
  color: #333;
  line-height: 35px;
  font-size: 24px;
  padding-bottom: 5px;
}
.time {
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.time span {
  margin: 0px 10px;
}
.info-text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.info-text p {
  padding: 10px 0px;
}
.info-text table,.info-text table td{
		border:1px solid #222;
}
/*手机端样式*/
.navtop {
  background: #4eb5e0;
  position: relative;
  padding: 5px 0px 5px 0;
  display: none;
}
.navtop-bg {
  text-align: center;
}
.navtop-bg a {
  margin-left: 35px;
}

.navtop-img {
  position: absolute;
  top: 45%;
  left: 15px;
  cursor: pointer;
  z-index: 1000;
}

.phone-nav {
  height: 40px;
  background: #1d6bab;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  padding: 0px 20px;
  display: none;
}
.phone-nav-l {
  float: left;
}
.phone-nav-r {
  float: right;
}
.phone-nav-r img {
  margin-top: 12px;
}
.nav-list {
  font-size: 16px;
  color: #666;
  line-height: 45px;
  display: none;
  background: #fff;
}
.nav-list ul {
  padding: 0px;
  margin: 0px;
}
.nav-list ul li {
  border-bottom: 1px solid #ddd;
  padding-left: 20px;
}
.nav-list ul li a {
  display: block;
  color: #666;
}
.nav-list ul li a.acttdd {
  color: #1d6bab;
}

.left-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -216px;
  z-index: 1002;
  width: 216px;
  max-width: 100%;
  background: #252525;
  overflow-y: auto;
  height: 100vh;
}
.all {
  width: 100%;
  /* margin-left: 216px; */
}
.all-bg {
  position: fixed;
}
.left-nav-title {
  background: #333;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 5%);
  text-shadow: 0 1px 0 rgb(0 0 0 / 50%);
  padding: 7px 10px;
  color: #777;
  font-size: 14px;
}
.left-nav-list ul {
  padding: 0px;
  margin: 0px;
}
.left-nav-list ul li {
  position: relative;
}
.left-nav-list ul li a {
  display: block;
  text-decoration: none;
  color: #c7c7c7;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 30px 8px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 5%);
  text-shadow: 0 1px 0 rgb(0 0 0 / 50%);
}
.left-nav-list ul li dl {
  padding: 0px;
  margin: 0px;
  background-color: #2e2e2e;
  display: none;
}
.left-nav-list ul li dl dd a {
  display: block;
  text-decoration: none;
  color: #c7c7c7;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 30px 8px 26px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 5%);
  text-shadow: 0 1px 0 rgb(0 0 0 / 50%);
}

.left-nav-list ul li span.menu-open-arrow {
  background-position: 20px 12px;
}
.menu-switch-arrow {
  display: block;
  cursor: pointer;
  width: 50px;
  height: 35px;
  position: absolute;
  right: 0;
  top: 0px;
  color: #f6f6f6;
  font-size: 14px;
  background: url(../imgs/menu-switch-arrow.png) no-repeat 22px -25px;
  z-index: -1;
}

/*幻灯片*/
.banner-bg {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner {
  position: absolute;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0px;
  top: 0px;
  width: 100%;
}
.page {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 60;
  z-index: 200;
}
.pages {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0px 4px;
  background: #a7a7a7;
  border-radius: 14px;
  cursor: pointer;
}
.pages.active-p {
  background: #555;
}
.arro-left {
  cursor: pointer;
  position: absolute;
  left: 20px;
  top: 40%;
  z-index: 1000;
  display: none;
}
.arro-right {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 40%;
  z-index: 1000;
  display: none;
}
.shade {
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1000;
}

@media screen and (max-width: 640px) {
  .arro-left {
    display: block;
  }
  .arro-right {
    display: block;
  }
  .phone-nav {
    display: block;
  }
  .navtop {
    display: block;
  }
  .logo {
    max-width: 50%;
  }
  .warp {
    display: none;
  }
  .navbg {
    display: none;
  }
  .poster {
    width: 100%;
    margin-top: 10px;
  }
  .poster img {
    width: 100%;
  }
  .page-bg1 {
    display: none;
  }
  .con {
    display: none;
  }
  .com {
    width: 100%;
    padding: 0px 0px 20px 0px;
    margin-top: 10px;
  }
  .com-left {
    float: none;
    width: 100%;
    height: 350px;
  }
  .banner img {
    width: 100%;
    height: 100%;
  }
  .slide_bg a {
    height: 350px;
  }
  .slide_zi {
    width: 60%;
  }
  .slide_dot {
    right: 0px;
  }
  .com-right {
    float: none;
    width: auto;
    margin-top: 20px;
    padding: 0px 15px;
  }
  .list-left {
    width: 80%;
  }
  .serve {
    display: none;
  }
  .news {
    width: 100%;
    margin-top: 20px;
    padding: 20px 0px;
  }
  .news-left {
    float: none;
    width: 100%;
  }
  .news-center {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
  .news-right {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
  .news-title-bg {
    font-size: 26px;
  }
  .news-line {
    top: 44px;
  }
  .link {
    display: none;
  }
  .foot {
    margin-top: 20px;
  }
  .foot-bg {
    padding: 0px 15px;
    width: auto;
  }
  .foot-left {
    padding-top: 0px;
    font-size: 14px;
    line-height: 25px;
  }
  .foot-center {
    display: none;
  }
  .foot-right {
    display: none;
  }
  /*列表页*/
  .content {
    width: auto;
    margin-top: 0px;
  }
  .content-left {
    float: none;
    display: none;
  }
  .content-right {
    float: none;
    width: auto;
  }
  /*详细页*/
  .info {
    width: auto;
    margin: 0 auto;
  }
}

@media screen and (max-width: 370px) {
  .slide_zi {
    width: 50%;
  }
}

