@charset "utf-8";

#banner {
  position: relative;
  z-index: 2;
  width: 100%;

  height: 83vh;
  overflow: hidden;
}
#banner .pics {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
#banner .pics li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: no-repeat center 0;
  background-image: none;
  background-size: cover;
}
#banner .btns .prev {
  left: -50px;
}
#banner .btns a {
  position: absolute;
  top: 50%;
  z-index: 4;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  -ms-transition: left 400ms, right 400ms;
  transition: left 400ms, right 400ms;
  -webkit-transition: left 400ms, right 400ms;
  -moz-transition: left 400ms, right 400ms;
  -o-transition: left 400ms, right 400ms;
}
#banner .btns .next {
  right: -50px;
}
#banner:hover .btns .prev {
  left: 50px;
}
#banner:hover .btns .next {
  right: 50px;
}
#banner .btns .prev .off {
  background: url(images/prev.png) no-repeat 0 0;
}
#banner .btns .next .on:hover {
  background: url(images/next.png) no-repeat 0 0;
}
#banner .btns .prev .on:hover {
  background: url(images/prev.png) no-repeat 0 0;
}
#banner .btns a span.off {
  -webkit-opacity: 1;
  opacity: 1;
  display: block\9;
}
#banner .btns a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-transition: -ms-opacity 300ms;
  transition: opacity 300ms;
  -webkit-transition: -webkit-opacity 300ms;
  -moz-transition: -moz-opacity 300ms;
  -o-transition: -o-opacity 300ms;
  cursor: pointer;
}
#banner .btns .prev .on {
  background: url(images/prev_on.png) no-repeat 0 0;
}
#banner .btns a span.on {
  -webkit-opacity: 0;
  opacity: 0;
  display: none\9;
}
#banner .btns .next .off {
  background: url(images/next.png) no-repeat 0 0;
}
#banner .btns a span.off {
  -webkit-opacity: 1;
  opacity: 1;
  display: block\9;
}
#banner .btns .next .on {
  background: url(images/next_on.png) no-repeat 0 0;
}

#banner .g-wrap {
  position: absolute;

  bottom: 5vh;
  z-index: 999;
  right: 10vw;
  width: 120px;
  height: 30px;
  overflow: hidden;
}
#banner .g-wrap .idxs {
  float: left;
  height: 100%;
  padding: 0;
  margin: 0;
}
#banner .g-wrap .idxs li {
  float: left;
  margin: 30px 6px 0 0;
  margin-top: 30px;
  width: 10px;
  height: 10px;
  border-radius: 13px;
  background: #fff;
  cursor: pointer;
  list-style: none;
  -ms-transition: background-color 1000ms, margin-top 500ms, border-color 1000ms;
  transition: background-color 500ms, margin-top 500ms;
  transition: background-color 1000ms, margin-top 500ms, border-color 1000ms;
  -webkit-transition: background-color 1000ms, margin-top 500ms, border-color 1000ms;
  -moz-transition: background-color 1000ms, margin-top 500ms, border-color 1000ms;
  -o-transition: background-color 1000ms, margin-top 500ms, border-color 1000ms;
}
#banner .g-wrap .idxs li.on {
  background-color: #00b1a9;
}

.newscon {
  width: 100%;
  background: url(images/newsbg.jpg) no-repeat;
  background-size: 100% 95%;
  height: auto;
}
.newscontent {
  width: 1360px;
  margin: auto;
}

.pic {
  width: 797px;
  float: left;
}
.text {
  float: right;
  width: 538px;
}

.i-news {
  margin-top: 79px;
  position: relative;
}
.module-title {
  font-size: 34px;
  background: url(images/line.jpg) no-repeat bottom left;
  color: #fff;
  height: 42px;
  float: left;
  margin-bottom: 45px;
}
.module-more {
  font-size: 16px;
  float: right;
  text-align: center;
  width: 122px;
  height: 42px;
  background: url(images/more.png) no-repeat;
  line-height: 42px;
}
.module-more a {
  color: #fff;
}
.i-news-content {
  clear: both;
  margin-top: 45px;
}
.i-news-item {
  height: 280px;
  margin-bottom: 10px;
}
.i-news-item-pic {
  width: 397px;
  height: 280px;
  float: left;
}
.i-news-item-pic img {
  width: 100%;
  height: 100%;
}
.gsxw-right {
  float: right;
  width: 324px;
  padding: 42px 38px;
  height: 197px;
  background: url(images/newsrightbg.jpg) no-repeat;
}
.i-news-item-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 20px;
}
.i-news-item-title a {
  color: #fff;
}
.i-news-item-sum {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
}
.gsxw-news-item {
  padding-left: 50px;
  line-height: 38px;
  background: url(images/dian.jpg) no-repeat 35px;
  background-color: #fff;
}
.gsxw-news-item:nth-child(5) {
  padding-top: 25px;
  background: url(images/dian.jpg) no-repeat 35px 40px;
  background-color: #fff;
}
.gsxw-news-item:nth-child(9) {
  padding-bottom: 24px;
  background: url(images/dian.jpg) no-repeat 35px 17px;
  background-color: #fff;
}
.gsxw-news-item-title a {
  color: #333;
  float: left;
}
.gsxw-news-item-title {
  font-size: 18px;
}
.gsxw-news-item-date {
  font-size: 18px;
  color: #2fbda5;
  float: right;
  margin-right: 45px;
}
.i-news-nav {
  position: absolute;
  top: 310px;
  right: 40px;
}
.i-news-page {
  width: 12px;
  height: 12px;
  background: url(images/newsitem.png) no-repeat;
  display: inline-block;
  margin-right: 7px;
}
.i-news-page-active {
  background: url(images/newsactive.png) no-repeat;
}

.djgz-module {
  margin-top: 79px;
}
.djgz-modulecon {
  clear: both;
  background: #fff;
  padding: 43px;
}
.djgz-item {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.djgz-item:nth-child(4) {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.djgz-date {
  float: left;
  width: 77px;
  height: 60px;
  border-right: 1px solid #d6d6d6;
  padding-top: 20px;
}
.djgz-date b {
  display: block;
  font-size: 50px;
  font-weight: 100;
  font-family: arial;
  margin-bottom: 16px;
  color: #2fbda5;
}
.djgz-date a {
  font-size: 14px;
  color: #2fbda5;
}
.djgz-right {
  float: right;
  width: 352px;
}
.djgz-title {
  font-size: 18px;
  margin-bottom: 15px;
}
.djgz-title a {
  color: #333;
}
.djgz-sum {
  font-size: 14px;
  line-height: 20px;
  color: #808080;
}
.videoAll {
  width: 100%;
  height: 0;
  background: url('/Portals/0/images/hei.png') repeat;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  text-align: center;
  z-index: 999;
}
.videoContent {
  width: 100%;
  display: none;
  margin: auto;
  height: 100%;
}
.videoClose {
  position: absolute;
  display: none;
  top: 0;
  right: -35px;
  color: #ffffff;

  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #1f1f1f;
  font-size: 18px;
  cursor: pointer;
}
.video_1 {
  position: relative;
  width: 60%;
  margin: 0 auto;
}
.videoContent object {
  height: 400px;
}
.right-pic {
  position: relative;
}
.videotext {
  position: absolute;
  top: 30vh;
  text-align: left;
  left: 14vw;
}
.videoatitle {
  color: #fff;
  font-size: 16px;
  margin-bottom: 30px;
}
.videobtitle {
  font-size: 50px;
  color: #2fbda5;
  background: url(images/videoline.jpg) no-repeat bottom left;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.videosum {
  width: 447px;
  text-align: justify;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.othercon {
  width: 100%;
}

.othercon {
  width: 100%;
  background: url(images/otherbg.jpg) no-repeat;
  height: auto;
  padding-bottom: 80px;
  background-size: 100% 100%;
}
.othercontent {
  width: 1360px;
  margin: auto;
}
.jsal {
  width: 797px;
  float: left;
  margin-top: 122px;
}
.product {
  float: right;
  width: 538px;
  margin-top: 122px;
}

.zr-module {
  position: relative;
}
.zr-news-item {
  width: 507px;
}
.zr-news-item-pic {
  width: 507px !important;
  height: 384px !important;
}
.zr-news-item-pic img {
  width: 100%;
  height: 100%;
}
.zr-news-item-title {
  text-align: center;
  font-size: 18px;
  background: url(images/ptitlebg.png) no-repeat;
  width: 100%;
  height: 58px;
  line-height: 58px;
}
.zr-news-item-title a {
  color: #fff;
}
#G_left {
  width: 23px;
  height: 39px;
  background: url(images/left.png) no-repeat;
  position: absolute;
  left: 25px;
  top: 260px;
  z-index: 20;
}
#G_right {
  width: 23px;
  height: 39px;
  background: url(images/right.png) no-repeat;
  position: absolute;
  right: 60px;
  top: 260px;
  z-index: 20;
}

.cpfwcon {
  width: 100%;
  background: url(images/cpfw.jpg) no-repeat;
  height: 600px;
  padding-bottom: 100px;
  background-size: 100% 100%;
}

.cpfwcontent {
  width: 1360;
  margin: auto;
}
.ywjjtitle {
  font-size: 34px;
  background: url(images/line.jpg) no-repeat bottom center;
  color: #333;
  height: 42px;
  margin-bottom: 45px;
  width: 136px;
  margin: auto;
  margin-top: 70px;
}

.ywall {
  width: 1362px;
  margin: auto;
  padding-top: 50px;
}

.ywitemall {
  display: flex;
  margin-top: 0px;
  align-items: center;
  float: left;
  width: 454px;
}

.ywitem {
  width: 33.32%;
  min-width: 454px;
  height: 520px;
  overflow: hidden;
  transition: all 1s;
  position: relative;
  top: 0;
}

.ywpic {
  width: 454px;
  height: 520px;
  display: block;
  transition: all 1s;
  position: absolute;
  top: 0;
}

.ywpic {
}
.ywyy {
  background: url(images/qywbg.png) repeat;
  width: 100%;
  height: 569px;
  position: relative;
}
.zhny {
  background: url(images/zn.png) no-repeat;
  width: 85px;
  height: 85px;
  position: absolute;
  top: 200px;
  left: 190px;
}
.jkrj {
  background: url(images/xjjhome01.png) no-repeat;
  width: 85px;
  height: 85px;
  position: absolute;
  top: 200px;
  left: 190px;
}
.znjj {
  background: url(images/jkrj.png) no-repeat;
  width: 85px;
  height: 85px;
  position: absolute;
  top: 200px;
  left: 190px;
}
.xnyhd {
  background: url(/portals/160/Uploads/Images/xnytb.png) no-repeat;
  width: 85px;
  height: 85px;
  position: absolute;
  top: 200px;
  left: 128px;
}
.znadd {
  background: url(images/addicon01.png) no-repeat;
  width: 85px;
  height: 85px;
  position: absolute;
  top: 200px;
  left: 190px;
}
.ywtext {
  position: absolute;
  text-align: center;
  left: 178px;
  top: 310px;
  color: #fff;
  opacity: 1;
  width: 100%;
}
.ywtext a,
.ywtext2 a {
  color: #fff;
}
.ywtext2 {
  width: 80%;
  position: absolute;
  text-align: center;
  left: 167px;
  top: 310px;
  color: #fff;
  opacity: 1;
}
.ywa {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
}
.ywb {
  font-size: 16px;
  padding: 5px;
  border-bottom: 1px solid #b4b7ba;
  width: 84px;
  margin: auto;
}
.ywc {
  font-size: 16px;
  padding: 10px;
  border-bottom: 1px solid #b4b7ba;
}

.ywitem:hover {
  height: 580px;
  top: -25px;
}

.ywitem:hover .ywpic {
  transform: scale(1.05);
  transition: all 1s;
  top: -25px;
}
.ywitem:hover .ywyy {
  background: url(images/yy.png);
}
.ywitem:hover .ywtext,
.ywitem:hover .ywtext2 {
  opacity: 1;
  top: 250px;
}
.ywitem:hover .jkrj {
  /* background: url(images/znjjhover.png) no-repeat center; */
  background: url(images/xjjhome02.png) no-repeat center;
  top: 150px;
}
.ywitem:hover .zhny {
  background: url(images/znhover.png) no-repeat center;
  top: 150px;
}
.ywitem:hover .znjj {
  background: url(images/jkrjhover.png) no-repeat center;
  top: 150px;
}
.ywitem:hover .xnyhd {
  background: url(/portals/160/Uploads/Images/xnyhover.png) no-repeat center;
  top: 150px;
}
.ywitem:hover .znadd {
  background: url(images/addicon.png) no-repeat center;
  top: 150px;
}

.ywsum {
  position: absolute;
  font-size: 16px;
  top: 300px;
  text-align: center;
  width: 300px;
  line-height: 26px;
  left: 82px;
  opacity: 0;
}
.ywsum a {
  color: #fff;
}
.ywitem:hover .ywsum {
  opacity: 1;
}

.ywitem {
  width: 25%;
  min-width: 340px;
}
.ywpic {
  width: 340px;
}
.ywall {
  display: flex;
}
.ywitemall {
  width: 25%;
}
.ywitem {
  width: 25%;
  min-width: 340px;
}
.ywpic {
  width: 340px;
}
.ywall {
  display: flex;
}

.ywitem {
  width: 100%;
}
.ywpic {
  width: 100%;
}
.ywall:after {
  display: block;
  content: '.';
  clear: both;
  height: 0;
  visibility: hidden;
}
.zhny,
.jkrj,
.znjj,
.ywtext2,
.ywtext,
.znadd {
  left: 52% !important;
  transform: translateX(-50%) !important;
}
.ywsum{left: 50% !important;
  transform: translateX(-50%) !important;}

@media screen and (max-height: 830px) {
  .ywjjtitle {
  }
}

@media screen and (max-width: 1600px) and (min-width: 1500px) {
  #banner {
    height: 73vh;
  }
}
@media screen and (max-width: 1500px) and (min-width: 1400px) {
  #banner {
    height: 70vh;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1300px) {
  #banner {
    height: 63vh;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1024px) {
  #banner {
    height: 58vh;
  }
}
