* {
  margin: 0 auto;
  padding: 0;
  outline: none;
}
body {
  font-family: "Microsoft Yahei", "微软雅黑", "Tahoma", "SimSun";
  font-size: 14px;
  line-height: 26px;
  color: #333;
  _background-image: url(about:blank);
  _background-attachment: fixed;
}
a {
  color: #333;
  text-decoration: none;
  transition: color 0.7s;
}
a:hover {
  color: #ff7d00;
  transition: color 0.7s;
}
ul {
  list-style: none;
}
img {
  border: none;
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
.fl {
  float: left;
  _display: inline;
}
.fr {
  float: right;
  _display: inline;
}
.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cf {
  *zoom: 1;
}
.imgDef a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: opacity 0.7;
}
input {
  font-family: "Microsoft Yahei", "微软雅黑", "Tahoma", "SimSun";
}
.imgHide {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.imgHide img {
  width: 100%;
  height: 100%;
}
.enlarge a img {
  transition: transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
}
.enlarge a:hover img,
.enlarge.a:hover img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  /* IE 9 */
  -moz-transform: scale(1.05);
  /* Firefox */
  -webkit-transform: scale(1.05);
  /* Safari and Chrome */
  -o-transform: scale(1.05);
  /* Opera */
}
.fl {
  float: left;
  _display: inline;
}
.fr {
  float: right;
  _display: inline;
}
.cf {
  *zoom: 1;
}
.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  overflow: hidden;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb55 {
  margin-bottom: 55px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb65 {
  margin-bottom: 65px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb75 {
  margin-bottom: 75px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb85 {
  margin-bottom: 85px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb95 {
  margin-bottom: 95px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb110 {
  margin-bottom: 110px;
}
/*
 * Swiper 2.7.6
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: February 11, 2015
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  direction: ltr;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
    height: 100px;*/
}
.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
    height: 100%;*/
}
.swiper-slide-active {
  /* Specific active slide styling: */
}
.swiper-slide-visible {
  /* Specific visible slide styling: */
}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */
}
.swiper-active-switch {
  /* Specific active button style: */
}
.swiper-visible-switch {
  /* Specific visible button style: */
}
html,
body {
  max-width: 1920px;
  min-width: 1000px;
}
body {
  background: url(../ximgs/back2.jpg) center 650px no-repeat;
}
.rb {
  display: none;
  position: fixed;
  left: 50%;
  margin-left: 500px;
  top: 100px;
  width: 346px;
  height: 480px;
  background: url(../ximgs/rb.png) no-repeat;
  z-index: 100;
}
.rb li {
  height: 40px;
  width: 190px;
  margin-bottom: 5px;
  cursor: pointer;
}
.rb li.rb1 {
  margin-top: 144px;
}
.rb li.rb6 {
  height: 90px;
}
.m_logo {
  display: none;
}
.m_footer {
  display: none;
}
.pc_footer {
  background: #dfdfdf;
  padding: 15px 0;
}
.footer2018 {
  min-width: 1000px;
  background-color: #c40e23;
}
.footer2018 span {
  color: #fff;
}
.footer2018 .footCont2018R a {
  color: #fff;
  border-color: #fff;
}
@-webkit-keyframes h550 {
  from {
    height: 1080px;
  }
  to {
    height: 550px;
  }
}
@-webkit-keyframes gh {
  to {
    width: 160px;
    height: 70px;
    margin-left: -480px;
  }
}
@-webkit-keyframes ssj {
  to {
    top: 86px;
    width: 775px;
    height: 32px;
    margin-left: -295px;
  }
}
@-webkit-keyframes zw {
  to {
    top: 181px;
    width: 457px;
    height: 145px;
    margin-left: -472px;
  }
}
@-webkit-keyframes kq {
  to {
    top: 171px;
    width: 460px;
    height: 158px;
    margin-left: 24px;
  }
}
@-webkit-keyframes hb {
  to {
    top: 190px;
    width: 415px;
    height: 300px;
    margin-left: -891px;
  }
}
@-webkit-keyframes gz {
  to {
    top: -10px;
    width: 281px;
    height: 200px;
    margin-left: 681px;
  }
}
@-webkit-keyframes wx {
  to {
    top: 291px;
    width: 422px;
    height: 166px;
    margin-left: 235px;
  }
}
@-webkit-keyframes cs {
  to {
    width: 1000px;
    height: 600px;
    margin-left: -500px;
  }
}
@-webkit-keyframes eyun {
  to {
    background: url(../ximgs/eyun.png) 2985px top;
  }
}
.banner {
  width: 100%;
  min-width: 1000px;
  height: 1080px;
  margin-bottom: 50px;
  background: url(../ximgs/back.jpg) no-repeat;
  overflow: hidden;
}
.banner.on {
  animation: h550 1.2s 0.5s ease-out forwards;
}
.banner.on .elem li.e1 {
  animation: gh 1.2s 0.5s ease-out forwards;
}
.banner.on .elem li.e2 {
  animation: ssj 1.5s 0.5s ease-out forwards;
}
.banner.on .elem li.e3 {
  animation: zw 1.8s 0.5s ease-out forwards;
}
.banner.on .elem li.e4 {
  animation: kq 1.8s 0.5s ease-out forwards;
}
.banner.on .elem li.e5 {
  animation: hb 1.5s 0.5s ease-out forwards;
}
.banner.on .elem li.e6 {
  animation: gz 1.5s 0.5s ease-out forwards;
}
.banner.on .elem li.e7 {
  animation: wx 1.5s 0.5s ease-out forwards;
}
.banner.on .elem li.e10 {
  animation: cs 1.5s 0.5s ease-out forwards;
}
.banner .elem {
  position: relative;
  height: 100%;
  width: 1000px;
}
.banner .elem li {
  position: absolute;
  left: 50%;
}
.banner .elem li img {
  width: 100%;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.banner .elem li.e1 {
  top: 68px;
  width: 313px;
  height: 136px;
  margin-left: -156.5px;
  animation: fadeIn 1s ease-out both;
  z-index: 3;
}
.banner .elem li.e2 {
  top: 225px;
  width: 100%;
  max-width: 1025px;
  height: 42px;
  margin-left: -50%;
  animation: fadeIn 1s 0.2s ease-out both;
  z-index: 3;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.banner .elem li.e3 {
  top: 313px;
  width: 1200px;
  height: 228px;
  margin-left: -308px;
  animation: fadeInLeft 1s 0.3s ease-out both;
  z-index: 3;
  transform: scale(2);
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.banner .elem li.e4 {
  top: 444px;
  width: 645px;
  height: 234px;
  margin-left: -140px;
  animation: fadeInRight 1s 0.3s ease-out both;
  z-index: 3;
}
.banner .elem li.e5 {
  top: 592px;
  width: 635px;
  height: 408px;
  margin-left: -791px;
  z-index: 3;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.banner .elem li.e6 {
  top: 170px;
  width: 281px;
  height: 200px;
  margin-left: 560px;
  animation: fadeInDown 1s 0.6s ease-out both;
  z-index: 3;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.banner .elem li.e7 {
  top: 807px;
  width: 422px;
  height: 166px;
  margin-left: 234px;
  animation: fadeInUp 1s 0.6s ease-out both;
  z-index: 3;
}
.banner .elem li.e8 {
  bottom: 0;
  width: 1920px;
  height: 230px;
  margin-left: -960px;
  background: url(../ximgs/pd.png) 0 top;
  z-index: 4;
}
.banner .elem li.e9 {
  bottom: 100px;
  width: 1920px;
  height: 882px;
  margin-left: -960px;
  background: url(../ximgs/sc.png);
  z-index: 2;
  opacity: 1;
}
.banner .elem li.e10 {
  bottom: 0;
  width: 1920px;
  height: 1080px;
  margin-left: -960px;
  background: url(../ximgs/cs.png);
  z-index: 2;
  background-size: 100% auto;
  opacity: 0.6;
}
.banner .elem li.e11 {
  bottom: 0;
  width: 1920px;
  height: 740px;
  margin-left: -960px;
  background: url(../ximgs/yun.png);
  z-index: 1;
}
.banner .elem li.e12 {
  bottom: 0;
  width: 1920px;
  height: 1080px;
  margin-left: -960px;
  background: url(../ximgs/eyun.png);
  z-index: 1;
  animation: eyun 50s  linear   infinite;
}
.box {
  width: 1000px;
}
.wrap {
  margin-bottom: 35px;
}
.wrap .box h3 {
  height: 70px;
  line-height: 70px;
  text-align: center;
  overflow: hidden;
}
.wrap .box h3 a {
  font-size: 32px;
  font-weight: bold;
  color: #cc151d;
}
.wrap .box p {
  height: 36px;
  line-height: 36px;
  overflow: hidden;
}
.wrap .box p a {
  margin-right: 5px;
  font-size: 16px;
  color: #bb1414;
}
.wrap1 {
  height: 330px;
  margin-bottom: 60px;
}
.wrap1 .egSwiper {
  width: 600px;
  height: 330px;
  position: relative;
}
.wrap1 .egSwiper .swiper-slide {
  position: relative;
}
.wrap1 .egSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.wrap1 .egBgk {
  width: 580px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  overflow: hidden;
  font-size: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#66000000, endColorstr=#66000000);
}
.wrap1 .egBgk a {
  width: 450px;
  display: block;
  overflow: hidden;
  float: left;
  padding-left: 10px;
  color: #fff;
}
.wrap1 :root .egBgk {
  filter: none;
}
.wrap1 .egPagin {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.wrap1 .egPagin .swiper-pagination-switch {
  float: left;
  font-size: 0;
  margin-right: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ddd;
}
.wrap1 .egPagin .swiper-active-switch {
  background-color: #d3333b;
}
.wrap1 .arrow {
  display: none;
  width: 45px;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}
.wrap1 .arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #d3333b;
}
.wrap1 .arrowL {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAjCAMAAABB9MFTAAAAVFBMVEUAAADb2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t2RLEfkAAAAG3RSTlMADAT28evk1L6lQTYsI8myHNyXFdDHs5qLTkhnuvmkAAAAcklEQVQoz43SyQ6AIAwEUDcWBQQUV/7/Pz0QD3ZqQo8vaTJNp6GzJgWkMrV2zjHUkHSEdCUJ+6VuR/IcDYbQWEn9RI48kBaWbkJn7q+G26zCkgTjGQYHRP+DlkGBqAvCOxyDEnErCDUIDEbE9CLWD2v6ADKECDvvyPTTAAAAAElFTkSuQmCC) 13px 12px no-repeat #d3333b;
  left: 0;
}
.wrap1 .arrowR {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAjCAMAAABB9MFTAAAAVFBMVEUAAADb2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t2RLEfkAAAAG3RSTlMACPbx6+TUvrJBLCMPyaWYNxzcFdD6S8enizPDEeOQAAAAaUlEQVQoz43SWwqAIBRFUcsySys1ezr/efavG9TPBcJlc4SKh8ifSqpAH9Jqm9CMjFPXhMvAqNvwk4BOpkcAbgXOPePehtfJ+NJvoPo1DkgS6bxWEQYCUn0DNBLdGflyCD4QRVsfIAz1B2B/CFf3P5+zAAAAAElFTkSuQmCC) 13px 12px no-repeat #d3333b;
  right: 0;
}
.wrap1 .ywNews {
  width: 375px;
  height: 330px;
  overflow: hidden;
  float: right;
}
.wrap1 .ywNews .ywUl {
  padding: 11px 0;
  border-bottom: 1px solid #e7e7e7;
}
.wrap1 .ywNews .ywUl .tt {
  height: 28px;
  line-height: 28px;
  margin-bottom: 10px;
  overflow: hidden;
}
.wrap1 .ywNews .ywUl .tt a {
  font-size: 18px;
  font-weight: bold;
}
.wrap1 .ywNews .ywUl .ywLi {
  position: relative;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  background-position: -1915px 0;
}
.wrap1 .ywNews .ywUl .ywLi::after {
  content: '';
  position: absolute;
  top: 17px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #e22f3a;
}
.wrap1 .ywNews .ywUl .ywLi a {
  font-size: 16px;
  padding-left: 15px;
}
.wrap1 .ywNews .ywUl .ywLi span {
  position: relative;
  top: -1px;
  display: inline-block;
  height: 17px;
  line-height: 16px;
  vertical-align: middle;
  overflow: hidden;
  font-style: normal;
  font-size: 12px;
  padding: 0 3px;
  margin-right: 5px;
  border-radius: 3px;
  color: #fff;
  background-color: #ff0101;
}
.wrap2 {
  margin-bottom: 50px;
}
.wrap2 .titbar {
  height: 130px;
  background: url(../ximgs/mtjj.png) no-repeat;
  margin-bottom: 40px;
}
.wrap2 .titbar a {
  display: block;
  width: 100%;
  height: 100%;
}
.wrap2 .left {
  width: 490px;
  float: left;
}
.wrap2 .left .tit {
  height: 60px;
  background-color: #da2b38;
  font-size: 20px;
  color: #fff;
  line-height: 60px;
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 10px;
}
.wrap2 .left .tit .icon {
  width: 73px;
  height: 35px;
  background: url(../ximgs/lh05.png) no-repeat;
  float: left;
  margin: 14px 10px 0 5px;
}
.wrap2 .left .tit a {
  font-size: 20px;
  color: #fff;
}
.wrap2 .right {
  width: 490px;
  float: right;
}
.wrap2 .voidsList {
  width: 490px;
  overflow: hidden;
}
.wrap2 .voidsList li {
  width: 235px;
  height: 145px;
  float: left;
  margin-right: 10px;
  position: relative;
  margin-bottom: 10px;
}
.wrap2 .voidsList li img {
  width: 235px;
  height: 145px;
  position: absolute;
  z-index: 1;
}
.wrap2 .voidsList li span {
  display: block;
  position: absolute;
  bottom: 0;
  width: 215px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  overflow: hidden;
  left: 0;
  z-index: 3;
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
.wrap2 .voidsList li span .icon {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../ximgs/lh04.png) no-repeat;
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}
.wrap2 .voidsText li {
  position: relative;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  background-position: -1915px 0;
}
.wrap2 .voidsText li::after {
  content: '';
  position: absolute;
  top: 17px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #e22f3a;
}
.wrap2 .voidsText li a {
  font-size: 16px;
  padding-left: 15px;
}
.wrap2 .voidsText li span {
  position: relative;
  top: -1px;
  display: inline-block;
  height: 17px;
  line-height: 16px;
  vertical-align: middle;
  overflow: hidden;
  font-style: normal;
  font-size: 12px;
  padding: 0 3px;
  margin-right: 5px;
  border-radius: 3px;
  color: #fff;
  background-color: #ff0101;
}
.wrap3 {
  margin-bottom: 50px;
}
.wrap3 .titbar {
  display: block;
  height: 130px;
  background: url(../ximgs/rmch.png) no-repeat;
  margin-bottom: 40px;
}
.wrap3 .wrap3bg {
  min-width: 1000px;
  height: 550px;
  padding-top: 170px;
  background: url(../ximgs/back3.jpg) top center no-repeat;
}
.wrap3 .baner-main {
  width: 800px;
  height: 300px;
  position: relative;
}
.wrap3 .baner-main .baner-but {
  position: absolute;
  top: 0;
  width: 100px;
  height: 300px;
  z-index: 10;
}
.wrap3 .baner-main .baner-list .baner-item {
  position: absolute;
  top: 0;
  left: 0;
}
.wrap3 .baner-main .prev {
  left: 0;
  background: url(../ximgs/prev.png) no-repeat left center;
}
.wrap3 .baner-main .next {
  right: 0;
  background: url(../ximgs/next.png) no-repeat right center;
}
.wrap3 .baner-main img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.wrap4 {
  overflow: hidden;
  margin-bottom: 20px;
  background: url(../ximgs/back4.jpg) top center no-repeat;
}
.wrap4 .left {
  width: 480px;
}
.wrap4 .right {
  width: 475px;
}
.wrap4 .onebox {
  margin-bottom: 50px;
}
.wrap4 .onebox .titbar {
  height: 130px;
  margin-bottom: 40px;
  background: url(../ximgs/plgd.png) top center no-repeat;
}
.wrap4 .onebox .titbar a {
  display: block;
  width: 100%;
  height: 100%;
}
.wrap4 .tit {
  height: 30px;
  border-top: 1px solid #d1343b;
}
.wrap4 .tit span {
  display: inline-block;
  font-size: 18px;
  background-color: #fff;
  float: left;
  margin-top: -13px;
  padding-right: 10px;
  font-weight: bold;
}
.wrap4 .tit span i {
  color: #d1343b;
  font-style: normal;
  font-weight: bold;
}
.wrap4 .mediaUl li {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  position: relative;
}
.wrap4 .mediaUl li::after {
  content: '';
  position: absolute;
  top: 17px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #e22f3a;
}
.wrap4 .mediaUl li a {
  font-size: 16px;
  padding-left: 15px;
}
.wrap4 .commentUl li {
  height: 110px;
  margin-bottom: 10px;
}
.wrap4 .commentUl li img {
  width: 200px;
  height: 110px;
  float: left;
}
.wrap4 .commentUl li h3 {
  width: 260px;
  max-height: 60px;
  line-height: 30px;
  margin-bottom: 5px;
  float: right;
  overflow: hidden;
}
.wrap4 .commentUl li h3 a {
  font-size: 16px;
  font-weight: bold;
}
.wrap4 .commentUl li p {
  width: 260px;
  max-height: 48px;
  overflow: hidden;
  line-height: 24px;
  color: #666;
  float: right;
}
.wrap4 .twobox .titbar {
  height: 130px;
  background: url(../ximgs/tpyx.png) top center no-repeat;
  margin-bottom: 40px;
}
.wrap4 .twobox .titbar a {
  display: block;
  width: 100%;
  height: 100%;
}
.wrap4 .gqdtbox {
  min-width: 1000px;
  height: 600px;
  position: relative;
  margin-bottom: 20px;
}
.wrap4 .gqdtbox .gqdt {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1500px;
  width: 3000px;
  height: 600px;
}
.wrap4 .gqdtbox .gqdt::after {
  content: '';
  position: absolute;
  width: 1000px;
  height: 600px;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
  z-index: 100;
}
.wrap4 .gqdtbox .gqdt::before {
  content: '';
  position: absolute;
  width: 1000px;
  height: 600px;
  top: 0;
  right: 0;
  background-color: #000;
  opacity: 0.5;
  z-index: 100;
}
.wrap4 .gqdtbox .gqdt .swiper-slide {
  width: 1000px;
}
.wrap4 .gqdtbox .gqdt .swiper-slide img {
  width: 100%;
  height: 100%;
}
.wrap4 .gqdtbox .gqdt .titleUl {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 525px;
  height: 60px;
  margin-left: -232px;
  overflow: hidden;
}
.wrap4 .gqdtbox .gqdt .titleUl li {
  width: 525px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  text-indent: 15px;
  background-color: #fff;
}
.wrap4 .gqdtbox .gqdt .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 20px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  margin-left: -292px;
  text-align: center;
  background-color: #d3333b;
  font-size: 16px;
  color: #fff;
}
.wrap4 .gqdtbox .gqdt .swiper-pagination .acIdx {
  font-size: 22px;
  color: #fff;
  font-style: italic;
}
.wrap4 .gqdtbox .gqdt .swiper-pagination .idxSum {
  color: #fff;
  font-style: initial;
}
.wrap4 .gqdtbox .gqdt .arrow {
  width: 45px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}
.wrap4 .gqdtbox .gqdt .arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #d3333b;
}
.wrap4 .gqdtbox .gqdt .arrowL {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAjCAMAAABB9MFTAAAAVFBMVEUAAADb2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t2RLEfkAAAAG3RSTlMADAT28evk1L6lQTYsI8myHNyXFdDHs5qLTkhnuvmkAAAAcklEQVQoz43SyQ6AIAwEUDcWBQQUV/7/Pz0QD3ZqQo8vaTJNp6GzJgWkMrV2zjHUkHSEdCUJ+6VuR/IcDYbQWEn9RI48kBaWbkJn7q+G26zCkgTjGQYHRP+DlkGBqAvCOxyDEnErCDUIDEbE9CLWD2v6ADKECDvvyPTTAAAAAElFTkSuQmCC) 13px 12px no-repeat #d3333b;
  margin-left: -495px;
}
.wrap4 .gqdtbox .gqdt .arrowR {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAjCAMAAABB9MFTAAAAVFBMVEUAAADb2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t3b2t2RLEfkAAAAG3RSTlMACPbx6+TUvrJBLCMPyaWYNxzcFdD6S8enizPDEeOQAAAAaUlEQVQoz43SWwqAIBRFUcsySys1ezr/efavG9TPBcJlc4SKh8ifSqpAH9Jqm9CMjFPXhMvAqNvwk4BOpkcAbgXOPePehtfJ+NJvoPo1DkgS6bxWEQYCUn0DNBLdGflyCD4QRVsfIAz1B2B/CFf3P5+zAAAAAElFTkSuQmCC) 13px 12px no-repeat #d3333b;
  margin-left: 450px;
}
.wrap5 {
  margin-bottom: 50px;
}
.wrap5 .title {
  width: 1000px;
  height: 50px;
  margin-top: 10px;
  border-bottom: 3px solid #c51029;
}
.wrap5 .title h3 {
  font-size: 24px;
  color: #c51029;
}
.wrap5 .list {
  width: 1000px;
  margin-top: 20px;
  line-height: 40px;
  font-size: 18px;
}
.wrap5 .list ul li {
  float: left;
  margin-right: 5px;
}
.wrap5 .list ul li:before {
  display: block;
  content: "|";
  float: left;
  margin-right: 5px;
}
.wrap5 .list ul li:first-child:before {
  display: none;
}
.wrap5 .list ul li a {
  text-decoration: none;
  outline: none;
  color: inherit;
}
