@charset "UTF-8";
/* line 4, ../sass/hulian.scss */
body {
  background-color: #ffffff;
}

/* line 8, ../sass/hulian.scss */
div {
  height: auto;
  overflow: hidden;
}

/* line 12, ../sass/hulian.scss */
a {
  text-decoration: none;
  vertical-align: top;
}

/* line 16, ../sass/hulian.scss */
img {
  vertical-align: top;
}

/* line 20, ../sass/hulian.scss */
.fl {
  float: left;
}

/* line 23, ../sass/hulian.scss */
.fr {
  float: right;
}

/* line 26, ../sass/hulian.scss */
.w980 {
  width: 1000px;
  margin: 0 auto;
}

/* line 30, ../sass/hulian.scss */
.wP100 {
  width: 100%;
  margin: 0 auto;
  min-width: 980px;
  height: atuo;
}

/* line 36, ../sass/hulian.scss */
.marginLRAuot {
  margin-left: auto;
  margin-right: auto;
}

/* line 40, ../sass/hulian.scss */
.marginTop10 {
  margin-top: 10px;
}

/* line 41, ../sass/hulian.scss */
.marginTop20 {
  margin-top: 20px;
}

/* line 42, ../sass/hulian.scss */
.marginTop30 {
  margin-top: 30px;
}

/* line 43, ../sass/hulian.scss */
.marginBottom25 {
  margin-bottom: 25px;
}

/* line 45, ../sass/hulian.scss */
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  background-color: #eee;
}
/* line 54, ../sass/hulian.scss */
.loading .images {
  width: 110px;
  height: auto;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -118px;
  left: 50%;
  margin-left: -55px;
}
/* line 63, ../sass/hulian.scss */
.loading .images .loadingI {
  margin-top: 10px;
  width: 110px;
  height: 30px;
}
/* line 68, ../sass/hulian.scss */
.loading .images .logo {
  width: 79px;
  height: 88px;
}

/* line 81, ../sass/hulian.scss */
.banner {
  background: url(../images/banner.jpg) no-repeat center top;
  height: 602px;
}
/* line 84, ../sass/hulian.scss */
.banner h2 {
  margin-top: 433px;
  margin-left: 79px;
  font-family: SimHei, Helvetica, Arial, Verdana, sans-serif;
  font-size: 48px;
  line-height: 70px;
  color: #fff;
}
/* line 89, ../sass/hulian.scss */
.banner .subT {
  margin-top: 11px;
  margin-left: 92px;
  font-family: Microsoft YaHei;
  font-size: 18px;
  line-height: 34px;
  color: #cc0000;
}
/* line 93, ../sass/hulian.scss */
.banner .subT a {
  padding: 0 7px;
  color: #cc0000;
}

/* line 99, ../sass/hulian.scss */
.sp {
  background: url(../images/ball.png) no-repeat;
}

/* line 102, ../sass/hulian.scss */
.sp4 {
  background: url(../images/map.png) no-repeat;
}

/* line 105, ../sass/hulian.scss */
.header {
  height: 580px;
  background: url(../images/top.jpg) no-repeat center top;
  min-width: 1000px;
  position: relative;
}

/* line 112, ../sass/hulian.scss */
.header .headerBg {
  width: 0px;
  height: 366px;
  position: absolute;
  bottom: 0px;
  overflow: hidden;
}

/* line 121, ../sass/hulian.scss */
.header .headerCont {
  width: 1000px;
  height: 580px;
  position: relative;
  z-index: 999;
  margin: 0 auto;
}

/* line 133, ../sass/hulian.scss */
.header .headerCont .continent {
  z-index: 1;
}

/* line 137, ../sass/hulian.scss */
.header .headerCont .continent .america {
  width: 1101px;
  height: 506px;
  position: absolute;
  left: 60px;
  top: 60px;
  opacity: 0;
  filter: alpha(opacity=0);
  animation: continent 3s ease-out 1s forwards;
}

@-webkit-keyframes continent {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0.7;
  }
  60% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes continent {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0.7;
  }
  60% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.5;
  }
}
/* line 182, ../sass/hulian.scss */
.elemCont {
  position: absolute;
  width: 680px;
  top: 35px;
  left: 167px;
  z-index: 3;
}

/* line 190, ../sass/hulian.scss */
.elemCont .wic2017 {
  width: 867px;
  height: 80px;
  background: url(../images/wenzi.png) -39px top no-repeat;
  position: absolute;
  top: 122px;
  left: 50%;
  margin-left: -433.5px;
  animation: fadeInRight 0.8s linear forwards;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 227, ../sass/hulian.scss */
.elemCont .colour {
  position: absolute;
  width: 52px;
  height: 52px;
  top: 122px;
  left: 50%;
  margin-left: -355px;
  opacity: 0;
  animation: circle 1.2s ease-out 0.8s forwards;
}

/* line 238, ../sass/hulian.scss */
.elemCont .colour .colours {
  width: 76px;
  height: 77px;
  animation: circles 2s ease-out 0.8s forwards;
}

@-webkit-keyframes circle {
  0% {
    opacity: 0;
    transform: translateX(520px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes circle {
  0% {
    opacity: 0;
    transform: translateX(520px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes circles {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-720deg);
  }
}
@keyframes circles {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-720deg);
  }
}
/* line 291, ../sass/hulian.scss */
.elemCont .headBan {
  width: 884px;
  height: 90px;
  background: url(../images/wenzi.png) -31px -129px no-repeat;
  position: absolute;
  top: 251px;
  left: 50%;
  margin-left: -442px;
  opacity: 0;
  animation: flipInX 0.8s linear 0.6s forwards;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 363, ../sass/hulian.scss */
.elemCont .subBan {
  width: 950px;
  height: 44px;
  background: url(../images/wenzi.png) 0 bottom no-repeat;
  position: absolute;
  top: 386px;
  left: 50%;
  margin-left: -475px;
  opacity: 0;
  animation: fadeInDown 1s linear 1.2s forwards;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -80%, 0);
    transform: translate3d(0, -80%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -80%, 0);
    transform: translate3d(0, -80%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 406, ../sass/hulian.scss */
.nav {
  height: 84px;
  background: url(../images/nav.jpg) left top repeat-x;
}
/* line 409, ../sass/hulian.scss */
.nav a {
  display: inline-block;
  padding: 0 17.5px;
  margin-top: 10px;
  font-family: Microsoft YaHei;
  font-size: 20px;
  line-height: 74px;
  color: #fff;
}
/* line 415, ../sass/hulian.scss */
.nav a:hover {
  color: #fff;
}

/* line 421, ../sass/hulian.scss */
.w980.sa > .fl {
  width: 610px;
  height: 340px;
}

/* line 426, ../sass/hulian.scss */
.w980.sa > .fr {
  width: 367px;
  height: 340px;
}

/* line 430, ../sass/hulian.scss */
.top0 {
  margin-top: 39px;
}
/* line 432, ../sass/hulian.scss */
.top0 .title1 {
  height: 43px;
  background: url(../images/logoS.png) no-repeat left bottom;
}
/* line 436, ../sass/hulian.scss */
.top0 .title1 h3 {
  font-family: Microsoft YaHei;
  font-size: 24px;
  line-height: 36px;
  color: #2b6bc6;
  margin-top: 7px;
  display: inline-block;
  margin-left: 39px;
  float: left;
}
/* line 445, ../sass/hulian.scss */
.top0 ul.list1 li {
  font-family: Microsoft YaHei;
  font-size: 14px;
  line-height: 30px;
  color: #000;
  background: url(../images/dot.jpg) no-repeat left center;
  padding-left: 15px;
}
/* line 55, ../sass/_haiwai-NSA.scss */
.top0 ul.list1 li a {
  text-decoration: none;
  color: #000;
}
/* line 450, ../sass/hulian.scss */
.top0 ul.list1 li:first-child {
  margin-top: 17px;
  margin-bottom: 11px;
  background: inherit;
  padding-left: 0;
  font-family: Microsoft YaHei;
  font-size: 20px;
  line-height: 38px;
  color: #2b6bc6;
}
/* line 55, ../sass/_haiwai-NSA.scss */
.top0 ul.list1 li:first-child a {
  text-decoration: none;
  color: #2b6bc6;
}
/* line 457, ../sass/hulian.scss */
.top0 ul.list1 li:first-child p {
  font-family: SimSun, Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #666;
  padding-bottom: 15px;
  border-bottom: 1px dotted #aaa;
}
/* line 461, ../sass/hulian.scss */
.top0 ul.list1 li:first-child p > a {
  color: #be311a;
}

/* line 468, ../sass/hulian.scss */
.title2 {
  height: 54px;
  background: url(../images/line.png) repeat-x -20px bottom;
  margin-top: 55px;
}
/* line 472, ../sass/hulian.scss */
.title2 img {
  float: left;
}
/* line 475, ../sass/hulian.scss */
.title2 h3 {
  margin-top: 7px;
  display: inline-block;
  margin-left: 13px;
  float: left;
  font: italic  24px/36px "Microsoft YaHei";
  color: #2b6bc6;
}

/* line 485, ../sass/hulian.scss */
a.more {
  display: inline-block;
  width: 46px;
  height: 20px;
  background-color: #91b8e9;
  font-family: Microsoft YaHei;
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  text-align: center;
  float: right;
  margin-right: 8px;
  margin-top: 20px;
  border-radius: 3px;
  border: 1px solid #91b8e9 ；;
}

/* line 498, ../sass/hulian.scss */
.listImg1 {
  width: 500px;
}
/* line 501, ../sass/hulian.scss */
.listImg1 li {
  width: 150px;
  height: 180px;
  margin-bottom: 19px;
  margin-right: 14px;
  position: relative;
  float: left;
  overflow: hidden;
}
/* line 509, ../sass/hulian.scss */
.listImg1 li img {
  width: 100%;
  height: 100%;
}
/* line 513, ../sass/hulian.scss */
.listImg1 li.sp {
  width: 232px;
  height: 160px;
  margin-right: 16px;
}
/* line 518, ../sass/hulian.scss */
.listImg1 li > div {
  height: inherit;
  display: none;
  left: 0;
  position: absolute;
  cursor: pointer;
  top: 0;
  width: inherit;
  background: url(../images/tou1.png) repeat;
}
/* line 527, ../sass/hulian.scss */
.listImg1 li > div a {
  vertical-align: middle;
  font-family: Microsoft YaHei;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  display: block;
  margin: 25% 10px;
}

/* line 538, ../sass/hulian.scss */
.title {
  width: 100%;
  text-align: center;
  background: url(../images/tbg.png) no-repeat center bottom;
  padding-bottom: 18px;
  margin-bottom: 30px;
}

/* line 545, ../sass/hulian.scss */
.top1 {
  margin-top: 40px;
}
/* line 548, ../sass/hulian.scss */
.top1 .list1 li {
  border-bottom: 1px dashed #c8c8c8;
  padding-bottom: 10px;
  margin-bottom: 9px;
  height: auto;
  overflow: hidden;
}
/* line 554, ../sass/hulian.scss */
.top1 .list1 li img {
  width: 148px;
  height: 110px;
  padding-right: 20px;
  float: left;
}
/* line 560, ../sass/hulian.scss */
.top1 .list1 li a.tit {
  margin-top: 12px;
  font-family: Microsoft YaHei;
  font-size: 16px;
  line-height: 27px;
  color: #007fd2;
}
/* line 563, ../sass/hulian.scss */
.top1 .list1 li a.tit:hover {
  text-decoration-line: underline;
}
/* line 567, ../sass/hulian.scss */
.top1 .list1 li p {
  margin-top: 7px;
  font-family: Microsoft YaHei;
  font-size: 14px;
  line-height: 26px;
  color: #505050;
}
/* line 573, ../sass/hulian.scss */
.top1 .leader {
  background: url(../images/bg02.jpg) no-repeat center top;
  height: 164px;
  padding-top: 84px;
  padding-left: 101px;
  margin-bottom: 35px;
  clear: both;
}
/* line 580, ../sass/hulian.scss */
.top1 .leader > div {
  float: left;
  width: 120px;
  height: 140px;
  position: relative;
  margin-right: 99px;
}
/* line 586, ../sass/hulian.scss */
.top1 .leader > div img {
  width: 120px;
  height: 140px;
}
/* line 590, ../sass/hulian.scss */
.top1 .leader > div p {
  width: 100%;
  padding-top: 9px;
  background: url(../images/tou3.png) repeat-x bottom;
  font-family: Microsoft YaHei;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 55, ../sass/_haiwai-NSA.scss */
.top1 .leader > div p a {
  text-decoration: none;
  color: #fff;
}

/* line 608, ../sass/hulian.scss */
.jingji {
  margin-top: 50px;
}
/* line 611, ../sass/hulian.scss */
.jingji ul.imgList li {
  width: 261px;
  height: 187px;
  margin: 0 1px 1px 0;
  float: left;
  position: relative;
}
/* line 617, ../sass/hulian.scss */
.jingji ul.imgList li img {
  width: 261px;
  height: 187px;
}
/* line 621, ../sass/hulian.scss */
.jingji ul.imgList li > p {
  background: url(http://statics.haiwainet.cn/tpl/2015-10-30/images/bg.png) repeat;
  height: 28px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-family: SimSun, Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}
/* line 55, ../sass/_haiwai-NSA.scss */
.jingji ul.imgList li > p a {
  text-decoration: none;
  color: #fff;
}
/* line 632, ../sass/hulian.scss */
.jingji ul.imgList li:first-child {
  width: 471px;
  height: 375px;
}
/* line 635, ../sass/hulian.scss */
.jingji ul.imgList li:first-child img {
  width: 471px;
  height: 375px;
}
/* line 640, ../sass/hulian.scss */
.jingji ul.imgList li.sp {
  width: 471px;
  height: 187px;
}
/* line 643, ../sass/hulian.scss */
.jingji ul.imgList li.sp img {
  width: 471px;
  height: 187px;
}
/* line 648, ../sass/hulian.scss */
.jingji ul.imgList li.sp2 {
  margin-top: -188px;
  width: 261px;
  height: 375px;
}
/* line 652, ../sass/hulian.scss */
.jingji ul.imgList li.sp2 img {
  width: 261px;
  height: 375px;
}

/* line 662, ../sass/hulian.scss */
.bgBig {
  background: url(../images/bg01.jpg) no-repeat center bottom;
}

/* line 665, ../sass/hulian.scss */
.geju {
  height: 624px;
  text-align: center;
}

/* line 670, ../sass/hulian.scss */
.geju .inner {
  overflow: hidden;
  height: auto;
  min-width: 1020px;
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

/* line 674, ../sass/hulian.scss */
.geju .pos {
  position: relative;
  top: 115px;
  height: 440px;
}

/* line 680, ../sass/hulian.scss */
.geju .pos .mid-show {
  position: absolute;
  left: 50%;
  margin-left: -205px;
  width: 410px;
  height: 410px;
  border: 13px solid #cdced0;
  padding: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* line 695, ../sass/hulian.scss */
.geju .pos .mid-show a {
  font-size: 18px;
  color: #000;
  line-height: 36px;
  display: none;
}

/* line 702, ../sass/hulian.scss */
.geju .pos .mid-show a:first-child {
  display: block;
}

/* line 706, ../sass/hulian.scss */
.geju .pos ul li {
  position: absolute;
  top: 0;
  width: 260px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #1d3c8f;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 720, ../sass/hulian.scss */
.geju .pos ul li a {
  font-size: 26px;
  line-height: 80px;
  color: #fff;
}

/* line 726, ../sass/hulian.scss */
.geju .pos ul li:hover,
.geju .pos ul li.active {
  background: #8fb8e8;
}

/* line 731, ../sass/hulian.scss */
.geju .pos ul li:hover a,
.geju .pos ul li.active a {
  font-size: 30px;
}

/* line 736, ../sass/hulian.scss */
.geju .pos ul li.left75 {
  left: 75px;
}

/* line 740, ../sass/hulian.scss */
.geju .pos ul li.left0 {
  left: 0px;
}

/* line 744, ../sass/hulian.scss */
.geju .pos ul li.right75 {
  right: 75px;
}

/* line 748, ../sass/hulian.scss */
.geju .pos ul li.right0 {
  right: 0px;
}

/* line 752, ../sass/hulian.scss */
.geju .pos ul li.top111 {
  top: 111px;
}

/* line 756, ../sass/hulian.scss */
.geju .pos ul li.top222 {
  top: 222px;
}

/* line 760, ../sass/hulian.scss */
.geju .pos ul li.top333 {
  top: 333px;
}

/* line 763, ../sass/hulian.scss */
.ex-left {
  background-image: url("../images/arrows1.png");
  background-position-x: left;
}

/* line 768, ../sass/hulian.scss */
.ex-right {
  background-image: url("../images/arrows1.png");
  background-position-x: right;
}

/* line 776, ../sass/hulian.scss */
#swiper0.swiper-container1 {
  position: relative;
  overflow: hidden;
  width: 610px;
  height: 340px;
}
/* line 782, ../sass/hulian.scss */
#swiper0.swiper-container1 .swiper-wrapper {
  width: 100%;
  position: absolute;
}
/* line 786, ../sass/hulian.scss */
#swiper0.swiper-container1 .swiper-slide {
  position: relative;
  float: left;
  width: 610px;
  height: 340px;
}
/* line 792, ../sass/hulian.scss */
#swiper0.swiper-container1 .swiper-slide p {
  left: 0;
  display: block;
  bottom: 0;
  position: absolute;
  background: url(http://statics.haiwainet.cn/tpl/2015-10-30/images/bg.png) repeat;
  width: 577px;
  height: 66px;
  font-family: Microsoft YaHei;
  font-size: 22px;
  line-height: 66px;
  color: #fff;
  padding-left: 33px;
}
/* line 55, ../sass/_haiwai-NSA.scss */
#swiper0.swiper-container1 .swiper-slide p a {
  text-decoration: none;
  color: #fff;
}
/* line 804, ../sass/hulian.scss */
#swiper0.swiper-container1 .swiper-slide img {
  width: 610px;
  height: 340px;
}
/* line 809, ../sass/hulian.scss */
#swiper0.swiper-container1 .swiper-pagination {
  position: absolute;
  bottom: 27px;
  right: 28px;
}
/* line 813, ../sass/hulian.scss */
#swiper0.swiper-container1 .swiper-pagination > span {
  display: block;
  float: left;
  width: 5px;
  height: 5px;
  margin: 0px 6px;
  border: 1px solid #fff;
  background-color: #b6b6b6;
}
/* line 821, ../sass/hulian.scss */
#swiper0.swiper-container1 .swiper-pagination > span.swiper-active-switch {
  background-color: #67a6da;
}

/* line 832, ../sass/hulian.scss */
.m20 {
  margin-top: 20px;
}

/* line 837, ../sass/hulian.scss */
.list4 {
  height: auto;
  overflow: hidden;
  margin-top: 20px;
}

/* line 842, ../sass/hulian.scss */
.list4 h3 {
  height: 22px;
  height: 1.375rem;
  overflow: hidden;
  margin-top: 34px;
  margin-top: 2.125rem;
}

/* line 849, ../sass/hulian.scss */
.list4 h3 a.gd {
  font-family: Microsoft YaHei;
  font-size: 12px;
  line-height: 12px;
  font-family: Microsoft YaHei;
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #1c71c4;
  margin-top: 10px;
  margin-top: 0.625rem;
  overflow: hidden;
  float: right;
  margin-right: 25px;
  margin-right: 1.5625rem;
  text-decoration: none;
}

/* line 865, ../sass/hulian.scss */
.list4 h3 a.gd a:hover, .list4 h3 a.gd a:active {
  text-decoration: underline;
}

/* line 868, ../sass/hulian.scss */
.list4 h3 a.gd.f {
  color: #fff;
}

/* line 871, ../sass/hulian.scss */
.list4 .l {
  height: 555px;
  height: 34.6875rem;
  overflow: hidden;
  overflow-y: auto;
  width: 489px;
  width: 30.5625rem;
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
  float: left;
  background: #d4dce5 url("../images/zm_16.png") no-repeat;
  background-size: contain;
}

/* line 884, ../sass/hulian.scss */
.list4 .r {
  height: 555px;
  height: 34.6875rem;
  overflow: hidden;
  overflow-y: auto;
  width: 489px;
  width: 30.5625rem;
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
  float: right;
  background: #d4dce5 url("../images/zm_17.png") no-repeat;
  background-size: contain;
}

/* line 897, ../sass/hulian.scss */
.list4 ul {
  height: auto;
  overflow: hidden;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

/* line 903, ../sass/hulian.scss */
.list4 ul li {
  height: auto;
  overflow: hidden;
  margin-top: 20px;
  margin-top: 1.25rem;
  position: relative;
}

/* line 910, ../sass/hulian.scss */
.list4 ul li .i {
  width: 65px;
  width: 4.0625rem;
  height: 65px;
  height: 4.0625rem;
  overflow: hidden;
  position: absolute;
  top: 0;
}

/* line 919, ../sass/hulian.scss */
.list4 ul li .i img {
  width: 65px;
  width: 4.0625rem;
  height: 65px;
  height: 4.0625rem;
}

/* line 925, ../sass/hulian.scss */
.list4 ul li .i.ln {
  left: 20px;
  left: 1.25rem;
}

/* line 929, ../sass/hulian.scss */
.list4 ul li .i.rn {
  right: 20px;
  right: 1.25rem;
}

/* line 933, ../sass/hulian.scss */
.list4 ul li .c {
  width: 336px;
  width: 21rem;
  height: auto;
  overflow: hidden;
  padding: 10px 15px 10px 15px;
  padding: 0.625rem 0.9375rem 0.625rem 0.9375rem;
  border: 1px solid #fff;
  border: 0.0625rem solid #fff;
  min-height: 45px;
  min-height: 2.8125rem;
  font-family: Microsoft YaHei;
  font-size: 14px;
  line-height: 26px;
  font-family: Microsoft YaHei;
  font-size: 0.875rem;
  line-height: 1.625rem;
  color: #e9e9e9;
}

/* line 952, ../sass/hulian.scss */
.list4 ul li .c.rn {
  margin: 0px 0px 0px 100px;
  margin: 0rem 0rem 0rem 6.25rem;
  background: #246599;
}

/* line 957, ../sass/hulian.scss */
.list4 ul li .c.ln {
  margin: 0px 0px 0px 20px;
  margin: 0rem 0rem 0rem 1.25rem;
  background: #28579b;
}

/* line 962, ../sass/hulian.scss */
.list4 ul li .c a {
  text-decoration: none;
  color: #e9e9e9;
}

/* line 966, ../sass/hulian.scss */
.list4 ul li .c span {
  color: #d9a03b;
  font-weight: bold;
}

/* line 970, ../sass/hulian.scss */
.list4 ul li .c span a {
  color: #d9a03b;
}

/* line 973, ../sass/hulian.scss */
.list4 ul li .c a span {
  color: #d9a03b;
}

/* line 976, ../sass/hulian.scss */
.list4 ul li .c a:hover, .list4 ul li .c a:active {
  text-decoration: underline;
}

/* line 982, ../sass/hulian.scss */
.ct {
  height: auto;
  overflow: hidden;
  margin: 20px 0 30px;
}

/* line 988, ../sass/hulian.scss */
.ct .pt1,
.ct .pt2,
.ct .pt3 {
  float: left;
}

/* line 994, ../sass/hulian.scss */
.ct div.pt1 {
  width: 379px;
}

/* line 998, ../sass/hulian.scss */
.ct div.pt1 h5 a {
  font-family: SimSun, Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height: 42px;
  color: #0097e0;
  text-decoration: underline;
  font-weight: bold;
}

/* line 1007, ../sass/hulian.scss */
.ct div.pt1 h4 a {
  font-family: 微软雅黑, Helvetica, Microsoft YaHei;
  font-size: 20px;
  line-height: 24px;
  color: #0094df;
}

/* line 1014, ../sass/hulian.scss */
.ct div.pt1 p a {
  font-family: SimSun, Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height: 29px;
  color: #595959;
}

/* line 1021, ../sass/hulian.scss */
.ct ul li {
  border-bottom: 1px dotted #b5b6b6;
  padding: 15px 0;
}

/* line 1026, ../sass/hulian.scss */
.ct ul li:first-child {
  padding-top: 0;
}

/* line 1030, ../sass/hulian.scss */
.ct ul li:last-child {
  padding-bottom: 0px;
  border: none;
}

/* line 1035, ../sass/hulian.scss */
.ct ul li h5 a {
  font-family: SimSun, Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #0097e0;
  text-decoration: underline;
  font-weight: bold;
}

/* line 1044, ../sass/hulian.scss */
.ct ul li h4 a {
  font-family: 微软雅黑, Helvetica, Microsoft YaHei;
  font-size: 16px;
  line-height: 24px;
  color: #0094df;
}

/* line 1051, ../sass/hulian.scss */
.ct ul li img {
  margin-bottom: 15px;
}

/* line 1055, ../sass/hulian.scss */
.ct ul.pt2 {
  width: 281px;
  padding: 0 12px;
  margin: 0 12px;
  border-left: 1px dotted #b5b6b6;
  border-right: 1px dotted #b5b6b6;
}

/* line 1063, ../sass/hulian.scss */
.ct ul.pt3 {
  width: 278px;
}

/* line 1074, ../sass/hulian.scss */
.shipin2 ul.listImg4 {
  margin-top: 20px;
  width: 990px;
  height: auto;
  overflow: hidden;
}

/* line 1081, ../sass/hulian.scss */
.shipin2 ul.listImg4 li {
  width: 240px;
  height: 180px;
  overflow: hidden;
  position: relative;
  float: left;
  margin-right: 7px;
  margin-bottom: 20px;
}

/* line 1091, ../sass/hulian.scss */
.shipin2 ul.listImg4 li img {
  width: 240px;
  height: 180px;
}

/* line 1096, ../sass/hulian.scss */
.shipin2 ul.listImg4 li p {
  width: 100%;
  padding-top: 9px;
  background: url(../images/tou3.png) repeat-x bottom;
  font-family: Microsoft YaHei;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 1110, ../sass/hulian.scss */
.shipin2 ul.listImg4 li p a {
  text-decoration: none;
  color: #fff;
}

/* line 1115, ../sass/hulian.scss */
.shipin2 ul.listImg4 li .play {
  position: absolute;
  background: url(../images/play.png) no-repeat top;
  width: 50px;
  height: 60px;
  overflow: hidden;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -25px;
}

/* line 1125, ../sass/hulian.scss */
.shipin2 ul.listImg4 li .play a {
  display: block;
  width: 50px;
  height: 60px;
}

/* line 1130, ../sass/hulian.scss */
.shipin2 ul.listImg4 li:hover {
  cursor: pointer;
}

/* line 1133, ../sass/hulian.scss */
.shipin2 ul.listImg4 li:hover .play {
  background-position: 0 bottom;
}

/* line 1136, ../sass/hulian.scss */
.imgAA {
  width: 1000px;
  height: auto;
  overflow: hidden;
  margin: 20px 0 50px 0;
}
/* line 1142, ../sass/hulian.scss */
.imgAA img {
  width: 1000px;
}
