.g-main {
  position: relative;
  margin-top: 30px;
}

.m-box1 {
  position: relative;
  font-size: 0;
}

.m-box1 .m-box1-left,
.m-box1 .m-box1-middle,
.m-box1 .m-box1-right {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-box1 .m-box1-left {
  width: 280px;
}

.m-box1 .m-box1-left .item {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
}

.m-box1 .m-box1-left .item+.item {
  margin-top: 13px;
}

.m-box1 .m-box1-left .item .img-box {
  width: 100%;
  height: 115px;
  overflow: hidden;
}

.m-box1 .m-box1-left .item img {
  width: 100%;
  height: 115px;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}

.m-box1 .m-box1-left .item p {
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  color: #000;
}

.m-box1 .m-box1-left .item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}

.m-box1 .m-box1-middle {
  width: 580px;
  height: 324px;
  overflow: hidden;
  overflow: hidden;
  margin: 0 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background: #fff;
}

.m-box1 .m-box1-middle .m-slide {
  position: relative;
  width: 100%;
  height: 324px;
  overflow: hidden;
}

.m-box1 .m-box1-middle .m-slide .hd {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 50;
  height: 45px;
  overflow: hidden;
  text-align: center;
}

.m-box1 .m-box1-middle .m-slide .hd ul {
  width: 100%;
  margin-top: 16px;
}

.m-box1 .m-box1-middle .m-slide .hd ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 2px;
  line-height: 14px;
  text-align: center;
  background: #ebedf0;
  cursor: pointer;
}

.m-box1 .m-box1-middle .m-slide .hd ul li.on {
  background: #00FFFF;
}

.m-box1 .m-box1-middle .m-slide .bd ul {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.m-box1 .m-box1-middle .m-slide .bd li {
  overflow: hidden;
  zoom: 1;
}

.m-box1 .m-box1-middle .m-slide .img-box {
  display: block;
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.m-box1 .m-box1-middle .m-slide .img-box img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.m-box1 .m-box1-middle .m-slide .tt {
  display: block;
  height: 45px;
  padding: 0 10px;
  padding-right: 130px;
  font-size: 16px;
  line-height: 45px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #00AEEC;
}

.m-box1 .m-box1-middle .m-slide .prev,
.m-box1 .m-box1-middle .m-slide .next {
  display: block;
  position: absolute;
  top: 50%;
  left: 3%;
  width: 32px;
  height: 40px;
  margin-top: -25px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.m-box1 .m-box1-middle .m-slide .next {
  right: 3%;
  left: auto;
  background-position: 8px 5px;
}

.m-box1 .m-box1-middle .m-slide .prev:hover,
.m-box1 .m-box1-middle .m-slide .next:hover {
  opacity: 1;
}

.m-box1 .m-box1-right {
  width: 300px;
  height: 324px;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  background: #FFFFFF;
}

.m-box1 .m-box1-right li,
.m-box1 .m-box1-right li a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.m-box1 .m-box1-right li img {
  display: none;
  width: 100%;
  height: 158px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.m-box1 .m-box1-right li p {
  height: 33px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 33px;
  color: #000;
}

.m-box1 .m-box1-right li p i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  vertical-align: middle;
  background: url(../img/icon-y.png) no-repeat center;
}

.m-box1 .m-box1-right li p::after {
  content: '.';
  display: block;
  position: absolute;
  right: 15px;
  bottom: 0;
  left: 15px;
  height: 1px;
  font-size: 0;
  border-bottom: 1px dashed rgba(143, 143, 143, .5);
}

.m-box1 .m-box1-right li:last-child p::after {
  display: none;
}

.m-box1 .m-box1-right li.cur,
.m-box1 .m-box1-right li:hover {
  height: 158px;
}

.m-box1 .m-box1-right li.cur p,
.m-box1 .m-box1-right li:hover p {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border: 0;
  background: rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.m-box1 .m-box1-right li.cur img,
.m-box1 .m-box1-right li:hover img {
  display: block;
  /* height: 158px; */
}

.m-box1 .m-box1-right li.cur p i,
.m-box1 .m-box1-right li:hover p i {
  display: none;
}

.m-box2 {
  position: relative;
  margin-top: 20px;
  font-size: 0;
}

.m-box2 .m-box2-left,
.m-box2 .m-box2-right {
  display: inline-block;
  height: 1684px;
  font-size: 14px;
  vertical-align: top;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  background: #FFFFFF;
}

.m-box2 .m-box2-left {
  position: relative;
  width: 780px;
}

.m-box2 .m-box2-left .tab {
  display: inline-block;
  position: relative;
  width: 480px;
  height: 58px;
  overflow: hidden;
  padding: 12px 15px;
  font-size: 0;
  vertical-align: middle;
  color: #464646;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-box2 .m-box2-left .prev-next-box {
  display: inline-block;
  vertical-align: middle;
}

.m-box2 .m-box2-left .prev-next-box a {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.m-box2 .m-box2-left .prev-next-box a.prev {
  -webkit-box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.1);

}

.m-box2 .m-box2-left .prev-next-box a:hover {
  background: #00AEEC;
}

.m-box2 .m-box2-left .prev-next-box a:hover i {
  border-color: #fff;
}

.m-box2 .m-box2-left .prev-next-box i {
  display: inline-block;
  padding: 3px;
  vertical-align: 2px;
  border: 3px solid black;
  border-width: 0 1px 1px 0;
}

.m-box2 .m-box2-left .prev-next-box .prev i {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}

.m-box2 .m-box2-left .prev-next-box .next i {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.m-box2 .m-box2-left .tab a {
  display: inline-block;
  height: 36px;
  padding: 0 18px;
  font-size: 18px;
  line-height: 36px;
  font-weight: inherit;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-box2 .m-box2-left .tab a.cur {
  color: #fff;
  background: #00AEEC;
}

.m-box2 .m-box2-left ul {
  display: none;
  position: relative;
}

.m-box2 .m-box2-left ul.cur {
  display: block;
}

.m-box2 .m-box2-left ul li {
  display: block;
  width: 100%;
  height: 172px;
  padding: 12px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-box2 .m-box2-left ul li+li {
  border-top: 1px dashed rgba(143, 143, 143, 0.5);
}

.m-box2 .m-box2-left ul li .img-box,
.m-box2 .m-box2-left ul li .info {
  display: inline-block;
  position: relative;
  font-size: 0;
  vertical-align: top;
}

.m-box2 .m-box2-left ul li .img-box {
  position: relative;
  width: 225px;
  height: 150px;
  font-size: 14px;
}

.m-box2 .m-box2-left ul li .img-box img {
  width: 100%;
  height: 100%;
}

.m-box2 .m-box2-left ul li .img-box span {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 45px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #00AEEC;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border: 1px solid #9DD4FF;
  background: #DEECF7;
}

.m-box2 .m-box2-left ul li .info {
  width: 548px;
  padding: 0 20px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-box2 .m-box2-left ul li .info .tt {
  height: 48px;
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
}

.m-box2 .m-box2-left ul li .info .txt {
  height: 48px;
  margin-bottom: 17px;
  line-height: 24px;
  color: #666;
}

.m-box2 .m-box2-left ul li .info .avatar{
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.m-box2 .m-box2-left ul li .info .author,
.m-box2 .m-box2-left ul li .info .time {
  margin-right: 20px;
  font-size: 13px;
  color: #999;
  vertical-align: middle;
}

.m-box2 .m-box2-left ul li:hover {
  border: 1px solid rgba(30, 174, 225, 0.52);
  background: #EEFBFF;
}

.m-box2 .m-box2-left ul li:hover .img-box span {
  color: #fff;
  border: 1px solid #00AEEC;
  background: #00AEEC;

}

.m-box2 .m-box2-left .more {
  display: block;
  width: 153px;
  height: 33px;
  margin: 36px auto 0;
  font-size: 15px;
  line-height: 33px;
  text-align: center;
  color: #fefefe;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background: #00AEEC;
}

.m-box2 .m-box2-right {
  width: 400px;
  margin-left: 20px;
  padding: 8px;
}

.m-box2 .m-box2-right .title {
  position: relative;
  position: relative;
  width: 100%;
  height: 45px;
  padding-left: 44px;
  font-size: 18px;
  line-height: 45px;
  font-weight: bold;
  color: #262626;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/bg-rdzt.png) no-repeat left center;
}

.m-box2 .m-box2-right .title .more {
  float: right;
  margin-right: 10px;
  font-size: 14px;
  line-height: 45px;
  color: #999;
}

.m-box2 .m-box2-right .title .more span {
  color: #168CF7;
}

.m-box2 .m-box2-right .item {
  position: relative;
  width: 362px;
  height: 255px;
  margin: 15px auto 0;
  padding: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url('../img/ico.png') no-repeat -1px -546px;
}

.m-box2 .m-box2-right .item .img-box {
  display: block;
  position: relative;
  width: 340px;
  height: 230px;
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.m-box2 .m-box2-right .item .img-box img {
  width: 100%;
  height: 100%;
}

.m-box2 .m-box2-right .item .mask-box {
  display: block;
  position: absolute;
  bottom: 19px;
  width: 340px;
  height: auto;
  overflow: hidden;
  padding: 0 15px;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, .5);
}

.m-box2 .m-box2-right .item .mask-box .tt {
  height: 50px;
  font-size: 16px;
  line-height: 50px;
}

.m-box2 .m-box2-right .item .mask-box .txt {
  display: none;
  margin-top: 35px;
  line-height: 24px;
  text-align: left;
}

.m-box2 .m-box2-right .item:hover .mask-box {
  height: 230px;
}

/* .m-box2 .m-box2-right .item.cur .tt, */
.m-box2 .m-box2-right .item:hover .tt {
  display: none;
}

/* .m-box2 .m-box2-right .item.cur .txt, */
.m-box2 .m-box2-right .item:hover .txt {
  display: block;
  margin-top: 80px;
}

.m-box3 {
  position: relative;
  height: 265px;
  margin-top: 20px;
  padding: 12px 20px;
  font-size: 18px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  background: #FFFFFF;
}

.m-box3 h2 {
  width: 100%;
  height: 45px;
  padding-left: 45px;
  line-height: 45px;
  font-weight: bold;
  color: #222;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/bg-jxtj.png) no-repeat left center;
}

.m-box3 .con {
  height: 182px;
  margin-top: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-box3 .con .bd {
  width: 100%;
  height: 182px;
  overflow: hidden;
}

.m-box3 .con .bd ul {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 0;
}

.m-box3 .con .bd ul li {
  display: inline-block;
  position: relative;
  width: 274px;
  height: 182px;
  overflow: hidden;
  margin-right: 20px;
  font-size: 16px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.m-box3 .con .bd ul li:nth-child(4n) {
  margin-right: 0;
}

.m-box3 .con .bd ul li .img-box {
  width: 100%;
  height: 100%;
}

.m-box3 .con .bd ul li .img-box img {
  width: 100%;
  height: 100%;
}

.m-box3 .con .bd ul li .text {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 15px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
}

.m-box3 .con .bd ul li .text .tt {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #fff;
}

.m-box3 .con .bd ul li .text .txt {
  display: none;
  height: 62px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.m-box3 .con .bd ul li:hover .text {
  top: 0;
  bottom: 0;
}

.m-box3 .con .bd ul li:hover .text .tt {
  /* margin-top: 20px; */
  /* margin-bottom: 10px; */
  display: none;
}

.m-box3 .con .bd ul li:hover .text .txt {
  display: -webkit-box;
  margin-top: 65px;
}

.m-box3 .con .prev,
.m-box3 .con .next {
  display: block;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #fff;
  background-image: url(../img/prev-h.png);
  background-repeat: no-repeat;
  background-position: center;
}

.m-box3 .con .prev {
  left: -10px;
  -webkit-box-shadow: -5px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -5px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

.m-box3 .con .prev:hover {
  -webkit-box-shadow: -4px 3px 3px 0px rgba(0, 174, 236, 0.1);
  box-shadow: -4px 3px 3px 0px rgba(0, 174, 236, 0.1);
  background-color: #00AEEC;
  background-image: url(../img/prev-b.png);
}

.m-box3 .con .next {
  right: -10px;
  -webkit-box-shadow: 5px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 3px 3px 0px rgba(0, 0, 0, 0.1);
  background-image: url(../img/next-h.png);
}

.m-box3 .con .next:hover {
  -webkit-box-shadow: 4px 3px 3px 0px rgba(0, 174, 236, 0.1);
  box-shadow: 4px 3px 3px 0px rgba(0, 174, 236, 0.1);
  background-color: #00AEEC;
  background-image: url(../img/next-b.png);
}

.m-box3 .con .prevStop,
.m-box3 .con .prevStop:hover {
  background-color: #ccc;
  background-image: url(../img/prev-b.png);
}

.m-box3 .con .nextStop,
.m-box3 .con .nextStop:hover {
  background-color: #ccc;
  background-image: url(../img/next-b.png);
}

.m-box4 {
  position: relative;
  height: 335px;
  margin-top: 20px;
  padding: 12px 12px;
  font-size: 18px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  background: #FFFFFF;
}

.m-box4 h2 {
  position: relative;
  width: 100%;
  height: 45px;
  padding-left: 45px;
  line-height: 45px;
  font-weight: bold;
  color: #222;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/bg-dlsy.png) no-repeat left center;
}

.m-box4 h2 .more {
  float: right;
  margin-right: 10px;
  font-size: 14px;
  line-height: 45px;
  color: #999;
}

.m-box4 h2 .more span {
  color: #168CF7;
}

.m-box4 .con {
  margin: 18px 10px;
}

.m-box4 .con .item {
  display: inline-block;
  width: 560px;
  height: 235px;
  text-align: center;
  border-radius: 8px;
  border: 1px dashed rgba(212, 212, 212, 0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(154, 154, 154, 0.15);
  box-shadow: 0px 0px 18px 0px rgba(154, 154, 154, 0.15);
  background: url(../img/img4.png) no-repeat left center;
}

.m-box4 .con .item+.item {
  margin-left: 24px;
}

.m-box4 .con .item p {
  width: 350px;
  height: 132px;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 180px;
  font-size: 20px;
  line-height: 34px;
  font-weight: bold;
  text-align: left;
  color: #008EC1;
  font-style: italic;
}

.m-box4 .con .item p a {
  font-size: 20px;
  letter-spacing: 1px;
}

.m-box4 .con .item p a:hover {
  text-decoration: underline;
}

.m-box4 .con .item span {
  display: block;
  margin-left: 344px;
  font-size: 16px;
  color: #999;
}

.m-box4 .con .item span b {
  margin-left: 8px;
  font-size: 13px;
}

.m-box5 {
  position: relative;
  height: auto;
  margin-top: 20px;
  padding-top: 12px;
  font-size: 18px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  background: #FFFFFF;
}

.m-box5 h2 {
  position: relative;
  height: 45px;
  margin-right: 12px;
  margin-bottom: 12px;
  margin-left: 12px;
  padding-left: 45px;
  line-height: 45px;
  font-weight: bold;
  color: #222;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/bg-rmpp.png) no-repeat left center;
}

.m-box5 h2 .more {
  float: right;
  margin-right: 10px;
  font-size: 14px;
  line-height: 45px;
  color: #999;
}

.m-box5 .con {
  width: 100%;
  height: 470px;
  overflow: hidden;
  font-size: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-box5 .con .hotV-swiper {
  display: inline-block;
  position: relative;
  width: 666px;
  height: 100%;
  vertical-align: top;
}

.m-box5 .con .hotV-swiper .bd {
  position: relative;
  width: 100%;
  height: 100%;
}

.m-box5 .con .hotV-swiper .bd ul {
  position: relative;
  height: 100%;
  overflow: hidden;
  zoom: 1;
}

.m-box5 .con .hotV-swiper .bd ul li {
  overflow: hidden;
  zoom: 1;
}

.m-box5 .con .hotV-swiper .bd .img-box {
  display: block;
  width: 100%;
  height: 385px;
  overflow: hidden;
}

.m-box5 .con .hotV-swiper .bd .img-box img {
  width: 100%;
  height: 100%;
}

.m-box5 .con .hotV-swiper .bd .txt {
  width: 100%;
  height: 85px;
  padding: 20px 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFC700;
}

.m-box5 .con .hotV-swiper .bd .txt .tt {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
  color: #4D361D;
}

.m-box5 .con .hotV-swiper .bd .txt span {
  font-size: 13px;
  vertical-align: middle;
  color: #8C6A14;
}

.m-box5 .con .hotV-swiper .bd .txt span i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  vertical-align: middle;
  background: url(../img/icon-time.png) no-repeat center;
}

.m-box5 .con .hotV-swiper .hd {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 50;
  height: 45px;
  overflow: hidden;
  text-align: center;
}

.m-box5 .con .hotV-swiper .hd ul {
  width: 100%;
  margin-top: 16px;
}

.m-box5 .con .hotV-swiper .hd ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 2px;
  line-height: 14px;
  text-align: center;
  background: #444;
  cursor: pointer;
}

.m-box5 .con .hotV-swiper .hd ul li.on {
  background: #5551FE;
}

.m-box5 .con .hotV-list {
  display: inline-block;
  float: right;
  position: relative;
  width: 534px;
  height: 470px;
  padding: 3px 0 20px 20px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #444;
  overflow-y: auto;
}

.m-box5 .con .hotV-list li {
  display: block;
  padding: 13px 0;
}

.m-box5 .con .hotV-list li {
  border-bottom: 1px dashed rgba(202, 231, 252, .5);
}

.m-box5 .con .hotV-list .img-box {
  display: block;
  float: left;
  width: 160px;
  height: 90px;
  margin-right: 15px;
}

.m-box5 .con .hotV-list .img-box img {
  width: 100%;
  height: 100%;
}

.m-box5 .con .hotV-list .tt {
  display: -webkit-box;
  /* width: 280px; */
  width: 306px;
  height: 48px;
  margin-top: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.m-box5 .con .hotV-list::-webkit-scrollbar {
  width: 12px;
}

.m-box5 .con .hotV-list::-webkit-scrollbar-track-piece {
  width: 12px;
  background-color: #808080;
}

.m-box5 .con .hotV-list::-webkit-scrollbar-track {
  background: #f5f5f5;
}

.m-box5 .con .hotV-list::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #ccc;
}

/* .m-box5 .con .hotV-list::-webkit-scrollbar-thumb:hover {
  background: #f40;
} */

.m-box6 {
  position: relative;
  height: 465px;
  margin-top: 20px;
  padding: 12px 12px;
  font-size: 18px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
  background: #FFFFFF;
}

.m-box6 h2 {
  position: relative;
  width: 100%;
  height: 45px;
  padding-left: 45px;
  line-height: 45px;
  font-weight: bold;
  color: #222;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/bg-mqmx.png) no-repeat left center;
}

.m-box6 .con {
  position: relative;
  margin-top: 8px;
  padding-left: 10px;
  font-size: 0;
}

.m-box6 .con .item {
  display: block;
  width: 112px;
  float: left;
  margin-bottom: 10px;
  margin-right: 18px;
  font-size: 14px;
  text-align: center;
  color: #222;
}

.m-box6 .con .item:nth-child(9n) {
  margin-right: 0;
}

.m-box6 .con .item .img-box {
  display: block;
  width: 112px;
  height: 145px;
  margin-top: 10px;
  margin-bottom: 15px;
  border: 1px solid rgba(212, 212, 212, 0.5);
  background: #FFFFFF;
}

.m-box6 .con .item:hover .img-box {
  margin-top: 0px;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(154, 154, 154, 0.15);
  box-shadow: 0px 0px 18px 0px rgba(154, 154, 154, 0.15);
}

.m-box6 .con .item .img-box img {
  width: 100%;
  height: 100%;
}

.m-box7 {
  position: relative;
  margin-top: 20px;
  padding: 12px 12px;
  font-size: 18px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 1px 0px rgb(0 0 0 / 15%);
  box-shadow: 0px 1px 1px 0px rgb(0 0 0 / 15%);
  background: #FFFFFF;
}

.m-box7 h2 {
  position: relative;
  width: 100%;
  height: 45px;
  padding-left: 45px;
  line-height: 45px;
  font-weight: bold;
  color: #222;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/bg-smyd.png) no-repeat left center;
}

.m-box7 .con {
  position: relative;
  margin: 10px;
}

.m-box7 .con ul {
  position: relative;
  height: 235px;
  overflow: hidden;
  font-size: 0;
}

.m-box7 .con li {
  display: inline-block;
  position: relative;
  width: 372px;
  height: 235px;
  font-size: 16px;
}

.m-box7 .con li:nth-child(2n) {
  margin: 0 20px;
}

.m-box7 .con li img {
  width: 100%;
  height: 209px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.m-box7 .con li .btn-box {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 45px;
  line-height: 45px;
  text-align: center;
}

.m-box7 .con li .btn-box a {
  display: inline-block;
  width: 135px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  box-shadow: 0px 0px 18px 0px rgba(0, 174, 236, 0.15);
  background: #00AEEC;
}

.m-box7 .con li .btn-box a:last-child {
  margin-left: 22px;
  color: #222;
  background: #fff;
}

.m-box7 .con .prev,
.m-box7 .con .next {
  display: block;
  position: absolute;
  top: -45px;
  right: 42px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  background-image: url(../img/prev-h.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 66%;
}

.m-box7 .con .next {
  right: 0px;
  background-image: url(../img/next-h.png);
}

.m-box7 .con .prev:hover {
  background-color: #00AEEC;
  background-image: url(../img/prev-b.png);
}

.m-box7 .con .next:hover {
  background-color: #00AEEC;
  background-image: url(../img/next-b.png);
}

.m-box7 .con .prevStop,
.m-box7 .con .prevStop:hover {
  background-color: #ccc;
  background-image: url(../img/prev-b.png);
}

.m-box7 .con .nextStop,
.m-box7 .con .nextStop:hover {
  background-color: #ccc;
  background-image: url(../img/next-b.png);
}



.g-left-nav {
  position: fixed;
  top: 10%;
  right: 50%;
  z-index: 999;
  margin-right: 620px;
}

.g-left-nav img {
  width: 70px;
  height: 70px;
}

.g-left-nav .nav-list {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(154, 154, 154, 0.15);
  box-shadow: 0px 0px 29px 0px rgba(154, 154, 154, 0.15);
  background: #FFFFFF;
}

.g-left-nav .item {
  position: relative;
  width: 70px;
}

.g-left-nav .item.cur::before {
  content: ".";
  position: absolute;
  right: -20px;
  width: 20px;
  height: 100%;
  font-size: 0;
}

.g-left-nav .item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}

.g-left-nav .item i {
  display: block;
  margin: 5px auto 5px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;

}

.g-left-nav .item a span {
  display: none;
}

.g-left-nav .item.cur a span {
  display: block;
}

.g-left-nav .item i.icon-1 {
  /* width: 22px;
  height: 26px;
  background-position: -2px -30px; */
  background-image: url(../img/icon1.png);
}

.g-left-nav .item i.icon-2 {
  /* width: 23px;
  height: 23px;
  background-position: -1px -68px; */
  background-image: url(../img/icon2.png);
}

.g-left-nav .item i.icon-3 {
  /* width: 17px;
  height: 25px;
  background-position: -4px -101px; */
  background-image: url(../img/icon3.png);

}

.g-left-nav .item i.icon-4 {
  /* width: 22px;
  height: 17px;
  background-position: -2px -136px; */
  background-image: url(../img/icon4.png);

}

.g-left-nav .item i.icon-5 {
  /* width: 25px;
  height: 23px;
  background-position: 0 -163px; */
  background-image: url(../img/icon5.png);

}

.g-left-nav .item i.icon-6 {
  /* width: 17px;
  height: 24px;
  background-position: -4px -196px; */
  background-image: url(../img/icon6.png);

}

.g-left-nav .item i.icon-7 {
  /* width: 16px;
  height: 21px;
  background-position: -5px -230px; */
  background-image: url(../img/icon7.png);

}

.g-left-nav .item i.icon-8 {
  /* width: 20px;
  height: 18px;
  background-position: -3px -261px; */
  background-image: url(../img/icon8.png);

}

.g-left-nav .item i.icon-9 {
  /* width: 19px;
  height: 22px;
  background-position: -3px -289px; */
  background-image: url(../img/icon9.png);

}

.g-left-nav .item i.icon-10 {
  /* width: 22px;
  height: 17px;
  background-position: -2px -321px; */
  background-image: url(../img/icon10.png);

}

.g-left-nav .item i.icon-m {
  /* width: 17px;
  height: 17px;
  background-position: -4px -348px; */
  background-image: url(../img/iconm.png);
}

.g-left-nav .item.cur .txt-icon {
  color: #fff;
  background: #00AEEC;
}

.g-left-nav .item.cur i.icon-1 {
  background-image: url(../img/icon1_b.png);
}

.g-left-nav .item.cur i.icon-2 {
  background-image: url(../img/icon2_b.png);
}

.g-left-nav .item.cur i.icon-3 {
  background-image: url(../img/icon3_b.png);


}

.g-left-nav .item.cur i.icon-4 {
  background-image: url(../img/icon4_b.png);
}

.g-left-nav .item.cur i.icon-5 {
  background-image: url(../img/icon5_b.png);
}

.g-left-nav .item.cur i.icon-6 {
  background-image: url(../img/icon6_b.png);
}

.g-left-nav .item.cur i.icon-7 {
  background-image: url(../img/icon7_b.png);
}

.g-left-nav .item.cur i.icon-8 {
  background-image: url(../img/icon8_b.png);
}


.g-left-nav .item.cur i.icon-9 {
  background-image: url(../img/icon9_b.png);
}

.g-left-nav .item.cur i.icon-10 {
  background-image: url(../img/icon10_b.png);

}

.g-left-nav .item.cur i.icon-m {
  background-image: url(../img/iconm_b.png);
}

.g-left-nav .item .second-nav {
  display: none;
  position: absolute;
  top: 0;
  left: 82px;
  width: 150px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}

/* .g-left-nav .item .second-nav::before {
  content: ".";
  position: absolute;
} */

.g-left-nav .item .second-nav a {
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.g-left-nav .item .second-nav a:hover {
  background: #dadbdd;
}