.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.W100 {
  display: block;
  width: 100%;
  height: 100%;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-lg {
  padding-left: 15px;
  padding-right: 15px;
}
#header {
  background: #0d6e5b;
}
#header .topbar {
  padding: 30px 0;
}
#header .topbar .logo {
  float: left;
}
#header .topbar .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#header .topbar .logo a img {
  display: block;
  width: 100%;
  height: 100%;
}
#header .topbar .sub {
  float: right;
  padding-top: 5px;
}
#header .topbar .sub .set ul {
  float: right;
}
#header .topbar .sub .set li {
  float: left;
  position: relative;
}
#header .topbar .sub .set li a {
  display: block;
  font-size: 14px;
  color: #fff;
}
#header .topbar .sub .set li a em {
  margin: 0 10px;
}
#header .topbar .sub .sub-from {
  margin-top: 15px;
  color: #ffffff;
}
#header .topbar .sub .sub-from form {
  position: relative;
  overflow: hidden;
}
#header .topbar .sub .sub-from form .imnp {
  width: 160px;
  height: 24px;
  padding: 5px 30px 5px 10px;
  border: 0;
  background: #9ec5bd;
  font-size: 14px;
  color: #323234;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff; opacity:1; 
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;opacity:1;
}

input:-ms-input-placeholder{
    color: #fff;opacity:1;
}

input::-webkit-input-placeholder{
    color: #fff;opacity:1;
}
#header .topbar .sub .sub-from form .submit {
  border: 0;
  background: url("../images/search.png") no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: auto;
  text-indent: 20em;
  cursor: pointer;
}
#header .nav {
  position: relative;
  border-top: 1px solid #ffffff;
  background: #0d6e5b;
}
#header .nav .navTop {
  background: #0d6e5b;
}
#header .nav ul li {
  float: left;
  height: 38px;
  line-height: 38px;
  width: 200px;
  text-align: center;
}
#header .nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #ffffff;
}
#header .nav ul li a:hover {
  background: #005948;
}
#header .nav ul li .second-level {
  position: absolute;
  display: none;
  background: #0d6e5b;
  z-index: 25;
}
#header .nav ul li .second-level ul {
  position: relative;
}
#header .nav ul li .second-level ul li {
  position: relative;
  float: none;
  border-bottom: 1px solid #dddddd;
}
#header .nav ul li .second-level ul li a {
  color: #fff;
  background: #0d6e5b;
}
#header .nav ul li .second-level ul li a:hover {
  background: #005948;
}
#header .nav ul li .second-level ul li.last {
  border-bottom: none;
}
#header .nav ul li.active a {
  background: #005948;
}
#header .navFixed {
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
  left: 0;
}
#news {
  margin-top: 30px;
  /* 公共类 */
}
#news .new-title {
  /* border-bottom: 1px solid #dddddd; */
  background: url("../images/border_b.png") left 49px repeat-x;
}
#news .new-title .name a {
  display: block;
  width: 100%;
  height: 100%;
}
#news .new-title .name a h3 {
  float: left;
  font-size: 26px;
  color: #000;
  background: url("../images/hover1.png") no-repeat center 42px;
  padding-bottom: 16px;
}
#news .new-title .name a span {
  float: left;
  font-size: 14px;
  color: #666666;
  margin-left: 10px;
  line-height: 50px;
  transition: all 0.4s ease;
}
#news .new-title .name a:hover h3 {
  background: url("../images/hover2.png") no-repeat center 42px;
  color: #666666;
}

#news .new-title .more {
  line-height: 37px;
}
#news .new-title .more a {
  display: block;
  width: 100%;
  height: 100%;
}
#news .new-title .more a .imgs {
  width: 72px;
  height: 35px;
  background-image: url("../images/more1.png");
  background-repeat: no-repeat;
  background-position: center center;
}
#news .new-title .more a:hover .imgs {
  background-image: url("../images/more2.png");
}
#news .news-zi {
  width: 790px;
  float: left;
  margin-right: 15px;
}
#news .news-zi .news {
  margin-top: 30px;
}
#news .news-zi .news .slider {
  float: left;
  width: 340px;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
}
#news .news-zi .news .slider .flexslider {
  position: relative;
  width: 340px;
  height: 238px;
  overflow: hidden;
  zoom: 1;
}
#news .news-zi .news .slider .flex-viewport {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
#news .news-zi .news .slider .flex-viewport ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#news .news-zi .news .slider .flex-viewport ul li a img {
  display: block;
  width: 340px;
  height: 238px;
}
#news .news-zi .news .slider .flex-viewport ul li a p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 35px;
  line-height: 35px;
  padding-left: 20px;
}
#news .news-zi .news .slider .flexslider .slides {
  zoom: 1;
}
#news .news-zi .news .slider .flex-direction-nav a {
  width: 0;
  height: 0;
  line-height: 99em;
  overflow: hidden;
  margin: -60px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s ease;
}
#news .news-zi .news .slider .flex-direction-nav .flex-next {
  background-position: 0 -90px;
  right: 0;
}
#news .news-zi .news .slider .flex-direction-nav .flex-prev {
  left: 0;
}
#news .news-zi .news .slider .flexslider:hover .flex-next {
  opacity: 0.8;
  filter: alpha(opacity=25);
}
#news .news-zi .news .slider .flexslider:hover .flex-prev {
  opacity: 0.8;
  filter: alpha(opacity=25);
}
#news .news-zi .news .slider .flexslider:hover .flex-next:hover,
#news .news-zi .news .slider .flexslider:hover .flex-prev:hover {
  opacity: 1;
  filter: alpha(opacity=50);
}
#news .news-zi .news .slider .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 5px;
  text-align: right;
}
#news .news-zi .news .slider .flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#news .news-zi .news .slider .flex-control-paging li a {
  /* background: url(../images/dot.png) no-repeat 0 -16px;*/
  display: block;
  height: 10px;
  overflow: hidden;
  text-indent: -99em;
  width: 10px;
  cursor: pointer;
  line-height: 16px;
  text-align: center;
  background: #ffffff;
  border-radius: 90px;
}
#news .news-zi .news .slider .flex-control-paging li a.flex-active {
  background: #0d6e5b;
}
#news .news-zi .news .list {
  float: left;
  width: 430px;
}
#news .news-zi .news .list ul li {
  line-height: 28px;
}
#news .news-zi .news .list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  border-bottom: 1px dashed #dddddd;
  padding-bottom: 5px;
}
#news .news-zi .news .list ul li a .title {
  float: left;
  color: #333333;
}
#news .news-zi .news .list ul li a .time {
  float: right;
  color: #999999;
}
#news .news-zi .news .list ul li a:hover .title {
  color: #0d6e5b;
}
#news .notice {
  width: 380px;
  float: left;
  margin-left: 15px;
}
#news .notice .notice-list {
  margin-top: 30px;
}
#news .notice .notice-list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
#news .notice .notice-list ul li a .notice-time {
  float: left;
  width: 50px;
  height: 40px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
#news .notice .notice-list ul li a .notice-time .year {
  background: #0d6e5b;
  color: #ffffff;
  font-size: 13px;
}
#news .notice .notice-list ul li a .notice-time .month {
  border: 1px solid #dddddd;
  color: #0d6e5b;
  font-size: 13px;
}
#news .notice .notice-list ul li a .listip {
  float: left;
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 36px;
  font-size: 14px;
  color: #333333;
}
#news .notice .notice-list ul li a:hover .listip {
  color: #0d6e5b;
}
#news .notice .notice-list ul li + li {
  margin-top: 10px;
}
#team {
  margin-top: 30px;
  background: #f5f5f5;
  padding: 30px 0 40px 0;
}
#team .new-title {
  /* border-bottom: 1px solid #dddddd; */
  background: url("../images/border_b.png") left bottom repeat-x;
}
#team .new-title .name a {
  float: left;
  margin-right: 20px;
}
#team .new-title .name a h3 {
  float: left;
  font-size: 26px;
  color: #666666;
  background: url("../images/hover2.png") no-repeat center 42px;
  padding-bottom: 16px;
}
#team .new-title .name a span {
  float: left;
  font-size: 14px;
  color: #666666;
  margin-left: 10px;
  line-height: 50px;
  transition: all 0.4s ease;
}
#team .new-title .name a:hover h3 {
  background: url("../images/hover1.png") no-repeat center 42px;
  color: #000000;
}
#team .new-title .name a.current h3 {
  background: url("../images/hover1.png") no-repeat center 42px;
  color: #000000;
}
#team .new-title .more {
  line-height: 37px;
}
#team .new-title .more a {
  display: block;
  width: 100%;
  height: 100%;
}
#team .new-title .more a .imgs {
  width: 72px;
  height: 35px;
  background-image: url("../images/more1.png");
  background-repeat: no-repeat;
  background-position: center center;
}
#team .new-title .more a:hover .imgs {
  background-image: url("../images/more2.png");
}
#team .team-box {
  margin-top: 30px;
}
#team .team-box .team-box-op1 {
  display: none;
}
#team .team-box .team-box-op1.active {
  display: block;
}
#team .team-box .team-box-op1 .listy li {
  float: left;
  width: 25%;
}
#team .team-box .team-box-op1 .listy li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all .4s ease;
}
#team .team-box .team-box-op1 .listy li a .imgs {
  position: relative;
  overflow: hidden;
  height: 215px;
}
#team .team-box .team-box-op1 .listy li a .imgs img {
  display: block;
  width: 100%;
  height: 100%;
}
#team .team-box .team-box-op1 .listy li a h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#team .team-box .team-box-op1 .listy li a:hover {
  transform: translateY(-2%);
  box-shadow: 1px 4px 10px 2px #CCC;
  -webkit-box-shadow: 1px 4px 10px 2px #CCC;
  -moz-box-shadow: 1px 4px 10px 2px #CCC;
}
#slideropi {
  /* .bjqs-slide .more {
    position: absolute;
    bottom: 1%;
    right: 0px;
    z-index: 2000;
    background: #fff;
    text-align: left;
    color: #505050;
    font-size: 14px;
    display: block;
    line-height: 30px;
    text-transform: uppercase;opacity: 0;
  }*/
}
#slideropi #banner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  height: auto;
}
#slideropi .banner,
#slideropi #banner-slide {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
}
#slideropi .bjqs-wrapper {
  overflow: visible !important;
}
#slideropi .mask-l,
#slideropi .mask-r {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#slideropi .mask-l {
  left: -100%;
  top: 0;
}
#slideropi .mask-r {
  left: 100%;
  top: 0;
}
#slideropi .h-centered {
  position: absolute;
  bottom: 10px !important;
  z-index: 1000;
}
#slideropi .h-centered-1 {
  background-position: 0 25px;
}
#slideropi .bjqs-markers li a {
  height: 12px;
  width: 12px;
  margin: 0 6px;
  display: inline-block;
  overflow: hidden;
  text-indent: -100px;
  font-size: 0;
  border-radius: 50%;
  background: #ddd;
}
#slideropi .bjqs-markers .active-marker a {
  background: #0d6e5b;
}
#slideropi .bjqs-controls li a {
  display: block;
  width: 30px;
  text-align: center;
  height: 66px;
  line-height: 66px;
  background: #000;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  font-family: simsun;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -33px;
  z-index: 50;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#slideropi .bjqs-caption {
  position: absolute;
  top: 65%;
  width: auto;
  padding: 1em 2em 1.6em;
  margin: 0 1em;
  width: 40%;
  text-align: left;
  opacity: 0;
}
#slideropi .bjqs-caption h4 {
  font-size: 30px;
  margin-bottom: 2px;
  background: #1295d8;
  float: none;
  font-weight: 700;
  color: #fff;
  padding-bottom: 0.33em;
  text-align: left;
  padding-top: 0.2em;
  padding-left: 0.66em;
  display: inline-block;
  padding-right: 0.66em;
  opacity: 0.9;
}
#slideropi .bjqs-caption p {
  color: #006699;
  font-size: 14px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  padding: .3333em .66666666666667em .3333em 1.5em;
  opacity: 0.9;
  line-height: 150%;
}
#slideropi .bjqs-slide {
  position: relative;
}
#slideropi .bjqs-slide p {
  position: absolute;
  bottom: 0;
  left: 20px;
  /* width: 120px; */
  height: 40px;
  line-height: 40px;
  z-index: 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  display: block;
  text-transform: uppercase;
}
#slideropi .bjqs-slide .more {
  position: absolute;
  bottom: 0;
  left: 20px;
  height: 40px;
  line-height: 40px;
  z-index: 20;
  text-align: center;
  color: #fff;
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  opacity: 0;
  width: auto;
}
#slideropi .bjqs-slide .more0 {
  position: absolute;
  bottom: 1%;
  left: 10px;
  height: 30px;
  z-index: 20;
  background: #fff;
  text-align: center;
  color: #505050;
  font-size: 14px;
  display: block;
  line-height: 30px;
  text-transform: uppercase;
  opacity: 0;
  padding: 0 15px;
}
#slideropi .bjqs-slide .more font {
  display: inline-block;
  padding-left: 4px;
  font: 14px/14px consolas;
}
#slideropi ul.bjqs {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: none;
}
#slideropi li.bjqs-slide {
  position: absolute;
  display: none;
}
#slideropi li.bjqs-slide img {
  width: 100%;
  display: block;
}
#slideropi ul.bjqs-controls {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 2;
}
#slideropi ul.bjqs-controls.v-centered li a {
  position: absolute;
  z-index: 2;
}
#slideropi ul.bjqs-controls.v-centered li.bjqs-next a {
  right: 0;
}
#slideropi ul.bjqs-controls.v-centered li.bjqs-prev a {
  left: 0;
}
#slideropi ol.bjqs-markers {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: right;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 40px;
  line-height: 40px;
  bottom: 0!important;
  z-index: 10;
}
#slideropi ol.bjqs-markers li {
  display: inline;
}
#slideropi ol.bjqs-markers li a {
  display: inline-block;
}
#slideropi p.bjqs-caption {
  display: block;
  margin: 0;
  padding: 1%;
  position: absolute;
}
#slideropi .dropdown-toggle .icon-bar {
  background-color: #fff;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  margin-bottom: 4px;
}
#slideropi ul.zslist {
  margin: 0;
}
#slideropi ul.zslist li {
  float: left;
  margin-right: 5em;
  margin-bottom: 3em;
  width: 45%;
}
#slideropi ul.zslist li.mr0 {
  margin-right: 0;
}
#slideropi ul.zslist li.list_right {
  margin-right: 0px;
}
#slideropi .imglist,
#slideropi .imglist img {
  width: 100%;
}
#slideropi .imgtitle {
  font-size: 1.5em;
  line-height: 2em;
  background: #006699;
  text-align: center;
}
#slideropi .imgtitle a {
  text-decoration: none;
  color: #FFF;
}
#slideropi .imgtitle a:hover {
  color: white;
}
#slideropi .imgdesc {
  text-align: left;
  font-size: 1.1em;
  background: #f0f0f0;
  padding: 10px 10px 10px 10px;
}
#slideropi .imgdesc a {
  margin-top: 10px;
  font-weight: bold;
  font-size: 1.2em;
}
.jq_banner {
  position: relative;
  overflow: hidden;
}
.jq_banner a {
  display: block;
  width: 100%;
  height: 100%;
}
.jq_banner a img {
  display: block;
  width: 100%;
  height: 100%;
}
#content {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 40px;
}
#content .main {
  position: relative;
  overflow: hidden;
}
#content .main .navigation {
  position: relative;
  float: left;
  width: 280px;
  margin-right: 50px;
  padding-left: 10px;
}
#content .main .navigation .border {
  border: 1px solid #dddddd;
  padding-bottom: 20px;
}
#content .main .navigation .border .padd {
  height: 80px;
}
#content .main .navigation .border .padd img {
  position: absolute;
  left: -5px;
  top: 10px;
}
#content .main .navigation .border .padd span {
  position: absolute;
  left: 0;
  top: 20px;
  right: 0;
  text-align: center;
  font-size: 19px;
  color: #FFFFFF;
  font-weight: bold;
}
#content .main .navigation .border .ullist {
  padding: 0 30px;
}
#content .main .navigation .border .ullist li {
  border-top: 1px solid #dddddd;
}
#content .main .navigation .border .ullist li a {
  display: block;
  font-size: 16px;
  color: #666666;
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
#content .main .navigation .border .ullist li a i {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background: #dddddd;
  transition: all 0.3s ease;
}
#content .main .navigation .border .ullist li a:hover {
  color: #0d6e5b;
}
#content .main .navigation .border .ullist li a:hover i {
  background: #0d6e5b;
}
#content .main .navigation .border .ullist li.last {
  border-bottom: 1px solid #dddddd;
}
#content .main .navigation .border .ullist li.current a {
  color: #0d6e5b;
}
#content .main .navigation .border .ullist li.current a i {
  background: #0d6e5b;
}
#content .main .cont {
  float: left;
  width: 870px;
  border: 1px solid #dddddd;
  min-height: 600px;
  padding: 0 30px 20px 30px;
}
#content .main .cont .cont-title {
  height: 50px;
  border-bottom: 1px dashed #dddddd;
  line-height: 50px;
}
#content .main .cont .cont-title h3 {
  float: left;
  font-size: 20px;
  color: #0d6e5b;
}
#content .main .cont .cont-title .seat {
  float: right;
  color: #444444;
  font-size: 14px;
  padding-left: 20px;
  background: url("../images/current.png") no-repeat left center;
}
#content .main .cont .cont-title .seat span {
  font-size: 14px;
  color: #444444;
}
#content .main .cont .cont-title .seat a {
  font-size: 14px;
  color: #444444;
}
#content .main .cont .cont-mm {
  position: relative;
  overflow: hidden;
  padding-top: 20px;
}
#content .main .cont .cont-mm p {
  text-indent: 2em;
  font-size: 14px;
  line-height: 28px;
  color: #000000;
}
#content .main .cont .cont-mm .info h6 {
  font-size: 24px;
  color: #000000;
  text-align: center;
  font-weight: 0;
  margin-bottom: 10px;
}
#content .main .cont .cont-mm .info .base {
  text-align: center;
  margin-bottom: 10px;
}
#content .main .cont .cont-mm .info .base span {
  font-size: 12px;
  margin: 0 10px;
  color: #666666;
}
#content .main .cont .cont-mm .pictureList ul li {
  float: left;
  width: 33.333%;
  margin-bottom: 30px;
}
#content .main .cont .cont-mm .pictureList ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all .4s ease;
}
#content .main .cont .cont-mm .pictureList ul li a .imgs {
  height: 185px;
}
#content .main .cont .cont-mm .pictureList ul li a .imgs img {
  display: block;
  width: 100%;
  height: 100%;
}
#content .main .cont .cont-mm .pictureList ul li a h5 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#content .main .cont .cont-mm .pictureList ul li a:hover {
  transform: translateY(-2%);
  box-shadow: 1px 4px 10px 2px #CCC;
  -webkit-box-shadow: 1px 4px 10px 2px #CCC;
  -moz-box-shadow: 1px 4px 10px 2px #CCC;
}
#content .main .cont .cont-mm .listyu ul li {
  height: 40px;
  line-height: 40px;
}
#content .main .cont .cont-mm .listyu ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
}
#content .main .cont .cont-mm .listyu ul li a span {
  float: left;
  color: #000000;
  padding-left: 15px;
  position: relative;
}
#content .main .cont .cont-mm .listyu ul li a span i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  background: #0d6e5b;
  border-radius: 90px;
}
#content .main .cont .cont-mm .listyu ul li a em {
  float: right;
  color: #999999;
}
#content .main .cont .cont-mm .listyu ul li a:hover span {
  color: #0d6e5b;
}
#footer {
  position: relative;
  background: #0d6e5b;
  text-align: center;
  height: 50px;
  line-height: 50px;
}
#footer p {
  font-size: 14px;
  color: #ffffff;
}
#footer .topDD {
  position: fixed;
  bottom: 10%;
  right: 10%;
  background: #0d6e5b;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: none;
}
#footer .topDD img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.7s ease;
}
#footer .topDD:hover img {
  transform: translateY(-5px);
}