/*页面总宽度*/
#wrap {
  width: 100%;
  min-width: 1280px;
  margin: 0 auto;
}

/*主体内容宽度*/
.inner {
  width: 1000px;
  margin: 0 auto;
}

/*头部区域*/
.header {
  position: relative;
}

.top {
  position: absolute;
  z-index: 9;
  top: 0;
  width: 100%;
}

.top .inner {
  height: 72px;
}

.top .logo {
  float: left;
  margin-top: 26px;
  cursor: pointer;
}

.top .nav1 {
  float: right;
  margin-top: 32px;
}

.top .nav1 li {
  float: left;
}

.top .nav1 li a {
  display: block;
  padding: 0 16px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: #999;
  transition: all 0.3s;
}

.top .nav1 li a.on,
.top .nav1 li a:hover {
  background: #888;
}

/*banner*/
.banner img {
  width: 100%;
  vertical-align: bottom;
}

/*nav2*/
.nav2 {
  background: #777;
}

.nav2 li {
  float: left;
}

.nav2 li a {
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  background: #999;
}

.nav2 li a.on,
.nav2 li a:hover {
  background: #888;
}

/*main*/
.main {
  margin-top: 40px;
}

/*title*/
.title {}

.title h1 {
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

/*contain*/
.container {
  margin-top: 24px;
}

.dsn {
  display: none;
}

.pjz {
  text-align: center;
}

/*aside*/
.aside {
  width: 200px;
  float: left;
}

.aside_nav li {
  margin-bottom: 10px;
}

.aside_nav li a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #999;
}

.aside_nav li a.on,
.aside_nav li a:hover {
  background: #888;
}

/*content*/
.content {
  margin-left: 40px;
  width: 760px;
  min-height: 500px;
  float: left;
  font-size: 16px;
  background: #aaa;
}

.block {
  height: 300px;
  background: #f47937;
  margin-bottom: 20px;
}

/*版权*/
.copyright {
  margin: 0px auto 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background: #555;
}

.copyright img {
  vertical-align: text-bottom;
}

/*回到顶部*/
#goToTop {
  position: fixed;
  right: 20px;
  z-index: 9000;
  bottom: 30px;
}

#goToTop a {
  background: none repeat scroll 0 0 #ddd;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-border-radius: 50px;
  color: #ff9966;
  font-size: 14px;
  text-decoration: none;
  text-shadow: 0 1px 0 #999;
  -webkit-text-shadow: 0 1px 0 #999;
}

#goToTop a {
  padding: 10px;
  display: inline-block;
  letter-spacing: 10px;
  text-align: center;
}

#goToTop a:hover {
  background: none repeat scroll 0 0 #999;
}

/*地图*/
.map {
  width: 100%;
  margin: 0 auto;
  height: 500px;
}

.map .map-div {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/*网页分享*/
.bdsharebuttonbox {
  position: fixed;
  left: 10px;
  bottom: 15px;
}

.video2 {
  width: 100% !important;
  height: 500px !important;
}

.aboutsizez {
  font-size: 20px !important;
}

.aboutsizez2 {
  font-size: 22px !important;
  font-weight: bold !important;
}

.titlesthp {
  width: 100%;
  display: flex;
  justify-content: center;
}

.titlesthp {
  margin: 0 auto;
}

@media only screen and (max-width:1024px) {}

.pbox p {
  text-indent: 2em;
}