@charset "UTF-8";
@font-face {
  font-family: 'hanzhen';
  src: url("../fonts/hanzhen.ttf");
}

.hanzhen {
  font-family: 'hanzhen';
}

* {
  padding: 0;
  margin: 0;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
ol,
li {
  margin: 0;
  list-style: none;
}

img {
  max-width: 100%;
  max-height: 100%;
  border: 0;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #005faa;
  text-decoration: none;
}

.dong-transition75, .img-scale img:hover, .yuyue .ciel ul {
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.dong-transition2, .img-scale img {
  -ms-transition: all .1s ease;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
}

.img-scale {
  overflow: hidden;
}

.img-scale img {
  -ms-transform: scale(1) translateZ(0);
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}

.img-scale img:hover {
  -ms-transform: scale(1.07) translateZ(0);
  -webkit-transform: scale(1.07) translateZ(0);
  transform: scale(1.07) translateZ(0);
}

/* 幻灯片 样式 */
.carousel-indicators {
  font-size: 0;
}

.carousel-indicators li {
  margin: 0 .1rem;
  border: 0;
  border-radius: 0;
  height: .05rem;
  width: .5rem;
  background-color: rgba(255, 255, 255, 0.3);
}

.carousel-indicators .active {
  height: .05rem;
  width: .5rem;
  margin: 0 .1rem;
  background-color: white;
}

.style1 a {
  display: block;
}

.style1 a > div {
  position: relative;
}

.style1 a > div img {
  max-width: 100%;
}

.style1 a > div > div {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/d_bg.png) center no-repeat;
  background-size: cover;
}

.style1 a > div > div span {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFF;
  padding: 0 .15rem;
}

.style1 a:hover > div > div {
  opacity: 1;
  filter: alpha(opacity=100);
}

.box1 li a h4 {
  font-size: 16px;
  font-family: "Hiragino Sans GB";
}

.daoshi {
  background-color: #007db3;
}

.daoshi .title {
  color: #FFF;
}

.daoshi .owl-wrapper {
  padding-bottom: 10px;
}

.daoshi a {
  padding: 0 .1rem;
  color: #FFF;
}

.daoshi a > div > div {
  background: url(../images/d_bg.png) center no-repeat;
  background-size: 200%;
}

.daoshi h4 {
  position: absolute;
  bottom: -10px;
  width: 70%;
  left: 15%;
  color: #333;
  background-color: #FFF;
}

.daoshi .owl-theme .owl-controls .owl-page span {
  background-color: #FFF;
}

.miji .title p,
.miji .title span {
  color: #999;
}

.miji .title span {
  display: block;
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.miji li > div {
  border: 1px solid #ccc;
  border-radius: 10px;
}

.miji li .title {
  font-size: 20px;
  color: #FFF;
  background: url(../images/s_bg.png) center top no-repeat;
  background-size: auto 100%;
}

.miji li h4 {
  font-family: "Hiragino Sans GB";
}

.miji li p {
  min-height: 80px;
  color: #666;
}

.miji li a {
  display: block;
  width: 50%;
  min-width: 160px;
  line-height: 38px;
  border: 1px solid #ccc;
}

.miji li a:hover {
  border-color: #007db3;
  background-color: #007db3;
  color: #FFF;
}

.yuyue .ciel {
  position: relative;
  overflow: hidden;
}

.yuyue .ciel ul {
  position: absolute;
  top: 0;
}

.yuyue .ciel ol {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.yuyue .ciel ol li {
  height: 10px;
  width: 10px;
  margin: 5px 0;
  background-color: #FFF;
  opacity: 0.3;
  filter: alpha(opacity=30);
  border-radius: 50%;
}

.yuyue .ciel ol li.active {
  opacity: 1;
  filter: alpha(opacity=100);
}

.yuyue li {
  position: relative;
}

.yuyue .left {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(../images/zz1.png) center left no-repeat;
  background-size: auto 100%;
}

.yuyue .left > div {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 480px;
}

.yuyue .left > div h3,
.yuyue .left > div p,
.yuyue .left > div a {
  margin-left: -400px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.yuyue .left > div h3 {
  transition: all 0.75s cubic-bezier(1, -0.46, 0.42, 1.09) 0.15s;
}

.yuyue .left > div p {
  transition: all 0.75s cubic-bezier(1, -0.46, 0.42, 1.09) 0.3s;
  white-space: nowrap;
}

.yuyue .left > div a {
  display: block;
  line-height: .38rem;
  width: 1.8rem;
  border: 1px solid #fff;
  border-radius: .38rem;
  color: #fff;
  transition: all 0.75s cubic-bezier(1, -0.46, 0.42, 1.09) 0.45s;
}

.yuyue .active .left h3,
.yuyue .active .left p,
.yuyue .active .left a {
  margin-left: .3rem;
  opacity: 1;
  filter: alpha(opacity=100);
}

.renqun .table {
  width: 50%;
  float: left;
  margin-bottom: 0;
}

.renqun .table > * {
  width: 25%;
}

.renqun .table .info {
  vertical-align: top !important;
}

.renqun img {
  width: 100%;
}

.renqun .info {
  padding: .2rem;
  background-color: #eee;
}

.renqun .info h4 {
  font-family: "Hiragino Sans GB";
  margin-bottom: .2rem;
}

.renqun .info p {
  color: #666;
  line-height: 2;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .renqun .table {
    width: 100%;
    background-color: #eee;
  }
  .renqun .table:nth-of-type(2n) {
    background-color: #FFF;
  }
  .renqun .table:nth-of-type(2n) .info {
    background-color: #FFF;
  }
}

.huanjing {
  background: url(../images/hj_bg.jpg) center no-repeat;
  background-size: cover;
}

.huanjing a {
  padding: 0 .1rem;
}

.huanjing a > div {
  background-color: #FFF;
}

.i-news li > div {
  padding: 0 .1rem;
}

.i-news a {
  display: block;
}

.i-news .img {
  position: relative;
}

.i-news .img .text-center {
  position: absolute;
  top: 0;
  left: 10%;
  font-size: 24px;
  width: 76px;
  padding: 5px 0;
  background-color: #007db3;
  color: #FFF;
  letter-spacing: 2px;
}

.i-news .info > a {
  height: 30px;
  line-height: 28px;
  width: 120px;
  border: 1px solid #ccc;
  border-radius: 30px;
}

.i-news .info > a:hover {
  background-color: #007db3;
  color: #fff;
  border-color: #007db3;
}

.news li {
  background-color: #f5f5f5;
  min-height: 150px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.news li:hover {
  -webkit-box-shadow: 5px 5px 5px #e5e5e5;
  box-shadow: 5px 5px 5px #e5e5e5;
}

.news li:hover .right {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.news .left {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 240px;
}

.news .right {
  vertical-align: top !important;
  padding-left: .2rem;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.news .right p {
  padding-right: 15px;
}

.news .right span {
  font-size: 12px;
}

.xiazai li {
  line-height: 24px;
  background-color: #f2f2f2;
  padding: 10px 0;
}

.xiazai li::before {
  content: '';
  display: table-cell;
  width: 2px;
  background-color: #007db3;
  margin-right: 10px;
}

.xiazai li h4 a {
  padding-left: 10px;
  font-size: 16px;
}

.xiazai li span {
  width: 120px;
  text-align: center;
}

.xiazai li > a {
  border: 1px solid #007db3;
  width: 120px;
  background: url(../images/xiazai.png) 22px center no-repeat;
  background-size: 14px;
  padding-left: 22px;
  text-align: center;
  border-radius: 24px;
}

.xiazai li > a:hover {
  background: url(../images/xiazai_h.png) 22px center no-repeat #007db3;
  background-size: 14px;
  color: #FFF;
}

.btn-xiaza a {
  display: inline-block;
  height: 34px;
  width: 160px;
  background-color: #ff7200;
  color: #FFF;
  line-height: 34px;
  text-align: center;
  border-radius: 34px;
  font-size: 16px;
}

.btn-xiaza a:hover {
  background-color: #007db3;
}

.page-banner {
  position: relative;
}

.page-banner h2 {
  position: absolute;
  width: 100%;
  top: 50%;
  color: #FFF;
  transform: translateY(-50%);
  font-size: .4rem;
  line-height: 1.6;
}

.page-banner h2 small {
  color: #dfdde0;
  display: block;
  font-size: .16rem;
}

/* 内页左侧导航 样式 */
.pleft .title {
  background-color: #007db3;
  color: #FFF;
  font-size: .28rem;
  font-family: 'hanzhen';
}

.pleft .title span {
  color: #fff;
  display: block;
  font-size: 12px;
  font-family: 'microsoft yahei';
}

.pleft ul {
  padding: 10px 0;
}

.pleft ul li {
  line-height: 34px;
  background-color: #eee;
  position: relative;
  margin-bottom: 5px;
}

.pleft ul li a {
  display: block;
  padding-left: 15px;
}

.pleft a:hover,
.pleft a.active {
  background-color: #007db3;
  color: #FFF;
}

.place {
  background-color: #007db3;
  color: #FFF;
  line-height: 40px;
  padding: 0 .15rem;
  font-size: 12px;
  overflow: hidden;
}

.place a {
  color: #FFF;
  font-size: 12px;
}

.title.imglist h2 {
  background: url(../images/bianzu.png) center no-repeat;
}

.content {
  color: #666;
  line-height: 1.6;
}

.content img {
  max-width: 100% !important;
  height: auto;
}

.content .info {
  text-align: justify;
}

.content hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.page-lx {
  background-color: #e6f7ff;
}

.page-lx img {
  max-width: 80%;
}

.page-lx span {
  font-size: .30rem;
}

.page-lx .ma img {
  height: 1.35rem;
}

/* 翻页 样式 */
.fanye {
  width: 100%;
}

.fanye a {
  color: #666;
  font-size: 12px;
}

.fanye .pagination {
  margin: 0 auto 30px;
}

.fanye .pagination span {
  color: #666;
  font-size: 12px;
}

.fanye .pagination span:hover {
  color: #333;
}

.fanye .pagination a:hover {
  color: #333;
}

.fanye .pagination .active a {
  color: #fff;
}

@media (max-width: 767px) {
  .renqun .info p {
    line-height: 1.8;
  }
  .i-news li > div {
    padding: 0;
  }
}
