@charset "utf-8";
.cm {
  color: #ee1d23;
}
.cm2 {
  color: #29c3ab;
}
.jianbian {
  background-image: -webkit-gradient(linear, left top, right top, from(#29c3ab), to(#16a8b5));
  background-image: linear-gradient(to right, #29c3ab, #16a8b5);
}
@font-face {
  font-family: 'abeatbyKai';
  src: url('../font/abeatbyKai.otf');
}
@font-face {
  font-family: 'swis721';
  src: url('../font/swis721.TTF');
}
.inbanner {
  width: 100%;
  height: 620px;
  position: relative;
  overflow: hidden;
}
.inbanner .cover {
  background: url('../images/jab4.png') left / cover no-repeat;
}
.inbanner > img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
/*18会务公关 2媒体资源 21关于我们*/
.inbanner2 {
  width: 100%;
  height: 890px;
  position: relative;
  overflow: hidden;
}
.inbanner2 > img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.inbanner3 {
  width: 100%;
  height: 880px;
  position: relative;
  overflow: hidden;
}
.inbanner3 > img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.inbanner4 {
  width: 100%;
  height: 740px;
  position: relative;
  overflow: hidden;
}
.inbanner4 > img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
/*匠心住宿2关于 设计施工流程标题*/
.cate100 {
  text-align: center;
  position: relative;
  padding-bottom: 36px;
}
.cate100:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  width: 50px;
  height: 1px;
  margin-left: -25px;
  background-color: #fff;
}
.cate100 .en {
  font-size: 24px;
  color: #e6462e;
  line-height: 24px;
  font-family: arial;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
}
.cate100 .cn {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin-top: 8px;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 30px;
}
.cate100 .cn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  width: 50%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-left: -74px;
}
.cate100 .cn:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 0;
  width: 50%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-right: -74px;
}
/*匠心住宿10联系 banner标题*/
.ibcatein2 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 50%;
  z-index: 1;
  color: #fff;
  text-align: center;
  overflow: hidden;
  margin-bottom: 5.4%;
}
.ibcatein2 .cn {
  font-size: 24px;
  line-height: 40px;
  height: 40px;
  margin-top: 30px;
  background: url('../images/line2.png') center no-repeat;
}
.ibcatein2 .cn span {
  padding-left: 8px;
  letter-spacing: 8px;
}
.ibcatein2 .en {
  font-size: 0;
}
.ibcatein2 img {
  max-width: 90%;
}
.ibbg {
  -webkit-animation: pagebgfd 6s linear infinite alternate;
          animation: pagebgfd 6s linear infinite alternate;
}
@-webkit-keyframes pagebgfd {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
@keyframes pagebgfd {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
/*远见2关于我们 合作单位*/
.borderwan {
  position: relative;
}
.borderwan i.ii1,
.borderwan i.ii2,
.borderwan i.ii3,
.borderwan i.ii4 {
  position: absolute;
  z-index: 5;
  background-color: #cfd1f8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.borderwan i.ii1 {
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
}
.borderwan i.ii2 {
  right: 0;
  top: 0;
  width: 1px;
  height: 0;
}
.borderwan i.ii3 {
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
}
.borderwan i.ii4 {
  left: 0;
  bottom: 0;
  width: 1px;
  height: 0;
}
.borderwan:hover i.ii1,
.borderwan:hover i.ii3 {
  width: 100%;
}
.borderwan:hover i.ii2,
.borderwan:hover i.ii4 {
  height: 100%;
}
.btt1 img,
.btt2 img,
.btt3 img {
  -webkit-animation: move ease-in-out 2s infinite;
          animation: move ease-in-out 2s infinite;
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes move2 {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(10px) rotate(360deg);
            transform: translateX(10px) rotate(360deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
@keyframes move2 {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(10px) rotate(360deg);
            transform: translateX(10px) rotate(360deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
.greybg {
  background-color: #bdbbbc;
}
.greybg2 {
  background-color: #918f8f;
}
.js-qiecon2 {
  display: none;
}
.js-qiecon2.on {
  display: block;
}
.js-qiecon {
  position: absolute;
  left: 200%;
  top: 0;
  z-index: -20;
  opacity: 0;
  width: 100%;
}
.js-qiecon.on {
  position: static;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 1;
}
.pianyi {
  padding-top: 80px;
  margin-top: -80px;
}
.js-qiecon-wrap1,
.js-qiecon-wrap2,
.js-qiecon-wrap3 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.lefthalf {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.righthalf {
  float: right;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.txtEff label {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .pianyi {
    padding-top: 60px;
    margin-top: -60px;
  }
}
/*美达康 面包屑*/
.baninfo {
  height: 40px;
  position: relative;
  z-index: 8;
  margin-top: -65px;
}
.baninfo .cer8 {
  height: 100%;
}
.erji {
  float: left;
  font-size: 0;
  white-space: nowrap;
  text-align: center;
  max-width: 100%;
  line-height: 40px;
  height: 100%;
}
.erji a {
  display: inline-block;
  height: 100%;
  position: relative;
  margin-left: 34px;
  color: #fff;
  font-size: 18px;
  vertical-align: top;
  padding: 0 13px;
}
.erji a:first-child {
  margin-left: 0;
}
.erji a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.erji a:hover:after {
  background-color: rgba(238, 29, 35, 0.8);
}
.erji a.on:after {
  background-color: #ee1d23;
}
.tree {
  float: right;
  height: 100%;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}
.tree a {
  display: inline-block;
  height: 100%;
  color: #fff;
  vertical-align: middle;
}
.tree a:hover,
.tree a.leaf {
  color: #ee1d23;
}
.tree i {
  display: inline-block;
  width: 16px;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .tree {
    display: none;
  }
  .erji {
    float: none;
  }
}
@media screen and (max-width: 750px) {
  .baninfo {
    height: auto;
  }
  .erji {
    overflow: auto;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .erji a {
    margin-left: 16px;
    font-size: 16px;
  }
}
/*宝创8产品详情 */
.bneck {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 66px;
  z-index: 3;
}
.berji {
  font-size: 0;
  width: 100%;
  text-align: center;
}
.berji a {
  display: inline-block;
  width: 164px;
  height: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 54px;
  position: relative;
  overflow: hidden;
  background-color: #66807f;
  margin: 10px 17px;
  border-radius: 8px;
}
.berji a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 0;
  width: 1px;
  height: 30px;
  display: none;
}
.berji a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 0;
  margin-left: 0;
  width: 0;
  height: 4px;
  background-color: #0076cd;
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.berji a.on:after,
.berji a:hover:after {
  width: 80px;
  margin-left: -40px;
}
.berji a.on,
.berji a:hover {
  background-color: #1fb5b0;
}
/*海创1首页按钮*/
a.seemore {
  display: block;
  width: 164px;
  height: 50px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  font-size: 0;
  color: #fff;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
}
a.seemore:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  border: 2px solid #ffd04f;
  border-radius: 25px;
}
a.seemore span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 40px;
  font-size: 16px;
  background: url('../images/jtr1.png') right no-repeat;
  letter-spacing: 2px;
}
a.seemore:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#005ffb), to(#0292fd));
  background-image: linear-gradient(to right, #005ffb, #0292fd);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.seemore:hover:after {
  height: 0;
}
a.seemore:hover {
  background-color: #fff;
  color: #005ffb;
}
a.seemore:hover span {
  background-image: url('../images/jtr1h.png');
}
a.seemore2 {
  display: block;
  width: 172px;
  height: 42px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  color: #1e64c6;
  line-height: 42px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 23px;
  background-color: #fff;
}
a.seemore2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 40px;
  background: url('../images/jtr1h.png') right no-repeat;
}
.jello-h:hover {
  -webkit-animation: jello 1s 0s infinite;
          animation: jello 1s 0s infinite;
}
.rubberBand-h:hover {
  -webkit-animation: rubberBand 1s 0s 1;
          animation: rubberBand 1s 0s 1;
}
a.seemore3 {
  display: block;
  width: 164px;
  height: 44px;
  overflow: hidden;
  position: relative;
  font-size: 0;
  color: #fff;
  line-height: 44px;
  text-align: center;
  background-color: #ee1d23;
  margin: 0 auto;
  border-radius: 22px;
}
a.seemore3:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  border: 2px solid #ee1d23;
  border-radius: 22px;
}
a.seemore3 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 2px;
}
a.seemore3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ee1d23;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.seemore3:hover:after {
  height: 0;
}
a.seemore3:hover {
  background-color: #fff;
  color: #ee1d23;
}
/*远见8产品详情 */
.outnavbg {
  width: 100%;
  height: 60px;
  background-color: #f8f8f8;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.outnav7 {
  height: 60px;
  padding: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.outnav7 .nav-left,
.outnav7 .nav-right {
  width: 40px;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #e7e7e7;
}
.outnav7 .nav-left {
  left: 0;
  background-image: url('../images/lt3.png');
}
.outnav7 .nav-right {
  right: 0;
  background-image: url('../images/gt3.png');
}
.outnav7 .nav-left:hover {
  background-image: url('../images/lt3h.png');
  background-color: #eb0104;
}
.outnav7 .nav-right:hover {
  background-image: url('../images/gt3h.png');
  background-color: #eb0104;
}
.outnav7 #wrapper77 {
  width: 100%;
  height: 100%;
  position: relative;
}
.outnav7.on {
  padding: 0 40px;
}
.outnav7.on .nav-left,
.outnav7.on .nav-right {
  display: block;
}
.nav7 {
  width: 100%;
  height: 100%;
  font-size: 0;
  white-space: nowrap;
}
.nav7 li {
  width: 170px;
  display: inline-block;
  height: 100%;
  overflow: hidden;
}
.nav7.fen2 li {
  width: 50%;
}
.nav7.fen3 li {
  width: 33.3%;
}
.nav7.fen4 li {
  width: 25%;
}
.nav7.fen5 li {
  width: 20%;
}
.nav7 li a {
  display: block;
  position: relative;
  color: #666;
  line-height: 60px;
  font-size: 16px;
}
.nav7 li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  display: none;
  width: 1px;
  height: 14px;
  background-color: #ccc;
  margin-top: -7px;
}
.nav7 li a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  width: 0;
  height: 2px;
  margin-left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #014ab1;
}
.nav7 li:hover a {
  color: #eb0104;
}
.nav7 li:hover a:after {
  width: 108px;
  margin-left: -54px;
}
.nav7 li.on a {
  color: #eb0104;
}
.nav7 li.on a:after {
  width: 108px;
  margin-left: -54px;
}
/*格林泰科26留言*/
.ibcate100 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 50%;
  z-index: 1;
  color: #fff;
  text-align: center;
  overflow: hidden;
  margin-bottom: -90px;
}
.ibcate100 .cn {
  font-size: 36px;
  line-height: 56px;
  font-weight: bold;
  letter-spacing: 2px;
  text-indent: 2px;
  font-family: 'Source Han Serif CN';
}
.ibcate100 .en {
  font-size: 54px;
  line-height: 70px;
  font-weight: bold;
  position: relative;
  font-family: 'helvetica';
  text-transform: uppercase;
  word-break: normal;
}
.ibcate100 .hx {
  width: 40px;
  height: 3px;
  background-color: #fff;
  margin: 10px auto;
}
.ibcate100 .en:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  width: 66px;
  height: 2px;
  background-color: #fff;
  margin-left: -33px;
  display: none;
}
/*18会务公关 2媒体资源 21关于我们*/
.mouse2 {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  position: absolute;
  left: 50%;
  bottom: 86px;
  z-index: 2;
  background: url('../images/mouse.png') center 0 no-repeat;
}
.mouse3 {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  position: absolute;
  left: 50%;
  bottom: 76px;
  z-index: 2;
  background: url('../images/mouse.png') center 0 no-repeat;
}
.mouse4 {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  position: absolute;
  left: 50%;
  bottom: 130px;
  z-index: 2;
  background: url('../images/mouse.png') center 0 no-repeat;
}
@media screen and (max-width: 750px) {
  .ibcate100 .en {
    font-size: 40px;
    line-height: 60px;
  }
}
.ibcate {
  position: absolute;
  left: 9.375%;
  top: 50%;
  z-index: 3;
  color: #fff;
  margin-top: -100px;
}
.ibcate .cn {
  font-size: 44px;
  line-height: 70px;
  margin-bottom: 4px;
}
.ibcate .en {
  font-size: 28px;
  line-height: 40px;
  text-transform: uppercase;
  word-break: normal;
}
@media screen and (max-width: 1200px) {
  .inbanner .cover {
    opacity: 0.5;
  }
  .ibcate {
    left: 5%;
    width: 90%;
    text-align: center;
  }
  .ibcate .cn {
    font-size: 34px;
    line-height: 54px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .ibcate .cn {
    font-size: 24px;
    line-height: 44px;
  }
  .ibcate .en {
    font-size: 18px;
    line-height: 30px;
  }
}
.ibcate2 {
  position: absolute;
  left: 9.375%;
  top: 50%;
  z-index: 3;
  color: #fff;
  margin-top: -130px;
}
.ibcate2 .cn {
  font-size: 38px;
  line-height: 48px;
  margin-top: 20px;
}
.ibcate2 .en {
  font-size: 64px;
  line-height: 68px;
  text-transform: capitalize;
  word-break: normal;
  font-family: 'abeatbyKai';
}
.ibcate2 .en span {
  display: block;
}
@media screen and (max-width: 1200px) {
  .ibcate2 {
    left: 5%;
    width: 90%;
    text-align: center;
  }
  .ibcate2 .cn {
    font-size: 30px;
    line-height: 40px;
  }
  .ibcate2 .en {
    font-size: 48px;
    line-height: 54px;
  }
}
@media screen and (max-width: 640px) {
  .ibcate2 .cn {
    font-size: 22px;
    line-height: 32px;
  }
  .ibcate2 .en {
    font-size: 32px;
    line-height: 40px;
  }
}
.mouse {
  position: absolute;
  left: 50%;
  bottom: 60px;
  z-index: 8;
  line-height: 28px;
  height: 76px;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mouse > label {
  display: block;
  height: 28px;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
}
.mouse > b {
  position: absolute;
  top: 36px;
  width: 1px;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  background-color: #555;
}
.mouse > b.i1 {
  left: -12px;
  height: 40px;
}
.mouse > b.i1:after {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  background-color: #fff;
  bottom: 100%;
  left: 0;
  -webkit-animation: rise1 1.6s linear infinite;
          animation: rise1 1.6s linear infinite;
}
.mouse > b.i2 {
  right: -12px;
  height: 24px;
}
.mouse > b.i2:after {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  background-color: #fff;
  bottom: 100%;
  left: 0;
  -webkit-animation: rise2 1.6s linear infinite;
          animation: rise2 1.6s linear infinite;
}
@-webkit-keyframes rise1 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
}
@keyframes rise1 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
}
@-webkit-keyframes rise2 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translateY(48px);
            transform: translateY(48px);
  }
}
@keyframes rise2 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translateY(48px);
            transform: translateY(48px);
  }
}
/*18会务公关*/
.ibcate3 {
  position: absolute;
  left: 5%;
  width: 90%;
  top: 50%;
  z-index: 3;
  margin-top: -60px;
  color: #fff;
  text-align: center;
}
.ibcate3 .cn {
  font-size: 44px;
  line-height: 60px;
}
.ibcate3 .txt {
  font-size: 16px;
  line-height: 30px;
  margin: 30px auto 0;
  max-width: 1100px;
}
@media screen and (max-width: 1200px) {
  .ibcate3 .cn {
    font-size: 34px;
  }
}
@media screen and (max-width: 750px) {
  .ibcate3 {
    top: 40%;
  }
  .ibcate3 .cn {
    font-size: 24px;
    line-height: 50px;
  }
}
/*2媒体资源*/
.ibcate4 {
  position: absolute;
  left: 5%;
  width: 90%;
  top: 50%;
  z-index: 3;
  margin-top: -90px;
  color: #fff;
  text-align: center;
}
.ibcate4 .cn {
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  margin: 0 auto;
  max-width: 820px;
}
.ibcate4 .txt {
  font-size: 20px;
  line-height: 40px;
  margin: 36px auto 0;
  max-width: 1100px;
}
@media screen and (max-width: 750px) {
  .ibcate4 {
    top: 40%;
  }
}
/*21关于我们*/
.ibcate5 {
  position: absolute;
  left: 5%;
  width: 90%;
  top: 50%;
  z-index: 3;
  margin-top: -140px;
  color: #fff;
  text-align: center;
}
.ibcate5 .enp {
  font-size: 0;
}
.ibcate5 .cnp {
  font-size: 0;
  margin: 36px 0 14px;
}
.ibcate5 .enp img,
.ibcate5 .cnp img {
  max-width: 100%;
}
.ibcate5 .cn {
  font-size: 44px;
  line-height: 60px;
}
.ibcate5 .txt {
  font-size: 26px;
  line-height: 38px;
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  .ibcate5 .cn {
    font-size: 34px;
  }
}
@media screen and (max-width: 750px) {
  .ibcate5 {
    top: 46%;
  }
  .ibcate5 .cnp {
    margin: 30px 0 24px;
  }
  .ibcate5 .cn {
    font-size: 28px;
    line-height: 44px;
  }
  .ibcate5 .txt {
    font-size: 18px;
    line-height: 28px;
  }
}
.fside {
  position: fixed;
  z-index: 50;
  left: 1px;
  top: 50%;
  margin-top: -160px;
  width: 100px;
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
}
.fside.zk {
  left: -100px;
}
.fside i {
  width: 11px;
  height: 68px;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -34px;
  z-index: 10;
  background: #38b9b0 url('../images/sandao.png') center no-repeat;
  cursor: pointer;
  border-radius: 0 9px 9px 0;
}
.fside label {
  display: block;
  width: 100%;
  height: 55px;
  border-radius: 6px 6px 0 0;
  background: #38bab1 url('../images/ssdlogo.png') center no-repeat;
}
.fside a {
  display: block;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  text-align: center;
  background-color: #fff;
  padding-top: 17px;
  padding-bottom: 10px;
}
.fside a .pic {
  width: 30px;
  height: 30px;
  font-size: 0;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 1px solid #38bab1;
  background-color: #38bab1;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fside a > p {
  margin-top: 7px;
  font-size: 14px;
  line-height: 20px;
  color: #576c87;
  height: 20px;
}
.fside a:hover > .pic {
  background-color: #fff;
}
.fside a:hover > p {
  color: #38bab1;
}
.sideinfo {
  width: 0;
  height: 56px;
  overflow: hidden;
  position: absolute;
  left: 100px;
  top: 10px;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sideinfo.on {
  width: 214px;
}
.sideinfo div {
  padding: 13px 0 13px 52px;
  width: 148px;
  color: #fff;
  text-align: left;
  position: relative;
}
.sideinfo div h3 {
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  display: none;
}
.sideinfo .sidetel {
  background: #af966d url('../images/ssd3.png') 19px no-repeat;
}
.sideinfo .sidetel p {
  font-size: 24px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  font-family: "Centaur";
}
.sidetel:before {
  content: '';
  position: absolute;
  left: -14px;
  top: 50%;
  margin-top: -7px;
  z-index: 0;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-right-color: #af966d;
}
.sideinfo2 {
  width: 70px;
  height: 75px;
  background-color: #af966d;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sideinfo2.on {
  opacity: 1;
  filter: alpha(opacity=100);
}
.sideinfo2 span {
  display: block;
  width: 36px;
  height: 36px;
  padding: 20px 17px;
  line-height: 18px;
  color: #fff;
  font-size: 16px;
}
.sidebigewm {
  display: none;
  position: absolute;
  top: 0;
  left: 74px;
  z-index: 1;
  background-color: #fff;
  width: 120px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.sidebigewm img {
  width: 100%;
}
.fside a .pic.sd1 {
  background-image: url('../images/ssd1.png');
}
.fside a .pic.sd2 {
  background-image: url('../images/ssd2.png');
}
.fside a .pic.sd3 {
  background-image: url('../images/ssd3.png');
}
.fside a .pic.sd4 {
  background-image: url('../images/ssd4.png');
}
.fside a:hover .pic.sd1 {
  background-image: url('../images/ssd1h.png');
}
.fside a:hover .pic.sd2 {
  background-image: url('../images/ssd2h.png');
}
.fside a:hover .pic.sd3 {
  background-image: url('../images/ssd3h.png');
}
.fside a:hover .pic.sd4 {
  background-image: url('../images/ssd4h.png');
}
@media screen and (max-width: 1023px) {
  .fside {
    display: none;
  }
}
.fu {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 150;
  top: 0;
  left: 0;
  display: none;
}
.fubg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
}
.fuin {
  position: absolute;
  width: 540px;
  left: 50%;
  margin-left: -270px;
  top: 50%;
  z-index: 3;
}
.fuin {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%) scale(0.9);
          transform: translateY(-50%) scale(0.9);
  opacity: 0;
}
.fu.on .fuin {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  opacity: 1;
}
.fuin a.close {
  position: absolute;
  width: 36px;
  height: 36px;
  right: 70px;
  top: 40px;
  z-index: 1;
  background: #cccccc url('../images/close.png') center no-repeat;
  border-radius: 50%;
}
.fuin .fucon {
  padding: 44px 70px 56px;
  background-color: #fff;
  overflow: hidden;
}
.fuin .fucon h2 {
  font-size: 28px;
  color: #2778be;
  line-height: 36px;
  font-weight: bold;
}
.liuyan3 {
  color: #333;
  font-size: 0;
  padding-top: 34px;
}
.liuyan3 .hang {
  height: 50px;
  margin-bottom: 20px;
}
.liuyan3 .hang.fat {
  height: auto;
}
.liuyan3 input[type=text] {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 48px;
  font-size: 14px;
  text-indent: 20px;
}
.liuyan3 textarea {
  width: 100%;
  padding: 9px 20px;
  height: 140px;
  border: 1px solid #ddd;
  font-size: 14px;
  line-height: 40px;
  resize: none;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.liuyan3 input[type=text]:focus,
.liuyan3 textarea:focus {
  border-color: #2778be;
}
.liuyan3 input[type=text],
.liuyan3 textarea {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.liuyan3 i.v {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.liuyan3 .hang2 {
  padding-right: 80px;
  position: relative;
}
.liuyan3 .hang2 input[type=text] {
  width: 100%;
}
.liuyan3 .verifyImg {
  width: 78px;
  height: 48px;
  border: 1px solid #ddd;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.liuyan3 .yzmchange {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  margin-left: 20px;
  background: url('../images/change2.png') center no-repeat;
}
.liuyan3 input#tj2 {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#255ba9), to(#1fb4b8));
  background-image: linear-gradient(to right, #255ba9, #1fb4b8);
}
.liuyan3 input#tj2:hover {
  opacity: 0.8;
}
.liuyan3 .Validform_checktip {
  height: 20px;
  line-height: 20px;
}
.news-out {
  padding: 128px 0 156px;
}
@media screen and (max-width: 1440px) {
  .news-out {
    padding: 96px 0 120px;
  }
}
@media screen and (max-width: 1023px) {
  .news-out {
    padding: 78px 0 100px;
  }
}
@media screen and (max-width: 750px) {
  .news-out {
    padding: 60px 0 80px;
  }
}
.layout-middle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.mwBanner {
  position: absolute;
  width: 100vw;
  /* height: calc(~'100vh - 80px');*/
  height: 47vw;
  overflow: hidden;
  z-index: 0;
  background-color: #000;
}
.mwBanner .btt1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 6;
  max-width: 80%;
  max-height: 50%;
}
.mwBanner .home-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background: url(../images/b0.jpg) center / cover;
  opacity: 0.4;
}
.mwBanner #home-cv {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.mwBanner #qiu {
  width: 450px;
  height: 450px;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .mwBanner #qiu {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 640px) {
  .mwBanner #qiu {
    display: none;
  }
  .mwBanner #home-cv {
    display: none;
  }
}
.sw11out {
  position: relative;
  width: 100%;
  padding-bottom: 47%;
  height: auto;
  z-index: 2;
  overflow: hidden;
}
#sw11 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#sw11 .swiper-slide {
  overflow: hidden;
}
.sw11out .sw-next,
.sw11out .sw-prev {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  z-index: 11;
  margin-top: -30px;
  font-size: 0;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  opacity: 0.5;
}
.sw11out .sw-prev {
  left: 6.25%;
  background: url('../images/lt1.png') center no-repeat;
}
.sw11out .sw-next {
  right: 6.25%;
  background: url('../images/gt1.png') center no-repeat;
}
.sw11out .sw-prev:hover,
.sw11out .sw-next:hover {
  opacity: 1;
}
#sw11 .slideinner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#sw11 .slideinner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sw11out .swiper-pagination {
  left: 0;
  bottom: 20px;
  width: 100%;
  font-size: 0;
}
.sw11out .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  background-color: #ececec;
  outline: 0 none;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}
.sw11out .swiper-pagination-bullet-active {
  background-color: #ee1d23;
}
@media screen and (max-width: 750px) {
  .sw11out .sw-prev,
  .sw11out .sw-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  .sw11out .sw-prev {
    left: 4%;
  }
  .sw11out .sw-next {
    right: 4%;
  }
}
.fabout {
  padding: 82px 0 102px;
  position: relative;
  overflow: hidden;
  background: #ffffff url('../images/world2.jpg') center bottom no-repeat;
}
.fabout .intro {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-align: center;
  max-width: 1100px;
  margin: 44px auto 50px;
}
.fcate1 {
  text-align: center;
  position: relative;
  padding-bottom: 28px;
}
.fcate1 .cn {
  font-size: 40px;
  color: #333;
  line-height: 48px;
}
.fcate1 .cn2 {
  font-size: 50px;
  color: #231f20;
  line-height: 66px;
  font-weight: bold;
}
.fcate1:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  width: 60px;
  height: 4px;
  margin-left: -30px;
  background-color: #ee1d23;
  border-radius: 2px;
}
.guolist1 {
  overflow: hidden;
  font-size: 0;
  text-align: center;
  margin-bottom: 70px;
}
.guolist1 li {
  display: inline-block;
  width: 300px;
  max-width: 25%;
}
.guolist1 li a {
  display: block;
  padding: 0 10px;
  color: #231f20;
}
.guolist1 h3 {
  font-size: 48px;
  font-weight: bold;
  line-height: 92px;
  height: 92px;
}
.guolist1 h3 span {
  font-family: "Microsoft Yahei";
  display: inline-block;
  height: 100%;
}
.guolist1 h3 span:first-letter {
  font-size: 80px;
  margin-right: 5px;
}
.guolist1 h3 s {
  font-size: 30px;
  text-decoration: none;
  vertical-align: top;
}
.guolist1 .txt {
  font-size: 16px;
  line-height: 30px;
}
@media screen and (max-width: 1024px) {
  .fcate1 .cn {
    font-size: 30px;
  }
  .fcate1 .cn2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 960px) {
  .guolist1 li {
    width: 50%;
    max-width: none;
  }
}
@media screen and (max-width: 750px) {
  .fabout {
    padding: 70px 0 80px;
  }
  .fcate1 {
    padding-bottom: 12px;
  }
  .fcate1 .cn {
    font-size: 20px;
    line-height: 40px;
  }
  .fcate1 .cn2 {
    font-size: 30px;
    line-height: 56px;
  }
}
@media screen and (max-width: 640px) {
  .guolist1 h3 {
    font-size: 30px;
  }
  .guolist1 h3 span:first-letter {
    font-size: 60px;
  }
}
.fbtl {
  position: relative;
}
.fcate2 {
  float: left;
  position: relative;
}
.fcate2 .cn {
  font-size: 36px;
  color: #222;
  line-height: 50px;
  font-weight: bold;
}
.fcate2 .en {
  font-size: 23px;
  color: #999;
  line-height: 32px;
  text-transform: capitalize;
}
.fbtl .more {
  position: absolute;
  right: 0;
  top: 16px;
  z-index: 1;
  display: block;
  width: 140px;
  height: 42px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  font-size: 16px;
  color: #999;
  line-height: 42px;
  text-align: center;
}
.fbtl .more span {
  display: inline-block;
  padding-left: 28px;
  color: #999;
  background: url('../images/nine.png') 0 no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fbtl .more:hover {
  border-color: #ee1d23;
  background-color: #ee1d23;
}
.fbtl .more:hover span {
  color: #fff;
  background-image: url('../images/nine2.png');
}
@media screen and (max-width: 750px) {
  .fcate2 .cn {
    font-size: 28px;
  }
  .fcate2 .en {
    font-size: 20px;
  }
  .fbtl .more {
    width: 130px;
  }
}
.fbrand {
  padding-top: 94px;
  position: relative;
  background-color: #fff;
}
.fhuiwu {
  padding-top: 76px;
  position: relative;
  background-color: #fff;
}
.fhuilist {
  margin: 0 -38px;
  font-size: 0;
  overflow: hidden;
}
.fhuilist li {
  float: left;
  width: 50%;
  margin-top: 46px;
}
.fhuilist.huilist li {
  margin-top: 40px;
  margin-bottom: 40px;
}
.fhuilist li .lin {
  padding: 0 38px;
}
.fhuilist li a {
  display: block;
  position: relative;
}
.fhuilist li .pic {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 464px;
  overflow: hidden;
}
.fhuilist li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fhuilist li .wrap {
  position: relative;
  padding: 20px;
  border-bottom: 3px solid #e9e9e9;
}
.fhuilist li h3 {
  font-size: 24px;
  color: #333;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  height: 40px;
  overflow: hidden;
}
.fhuilist li .cov {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url('../images/jab1.png') bottom / cover no-repeat;
}
.fhuilist li label {
  position: absolute;
  right: 30px;
  bottom: 25px;
  z-index: 3;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  background: #231f20 url('../images/gt-fn.png') center no-repeat;
}
.fhuilist li .one {
  padding: 0 90px 30px 38px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.fhuilist li h4 {
  color: #fff;
  line-height: 30px;
}
.fhuilist li h4 span {
  display: inline-block;
  font-size: 14px;
  margin-right: 24px;
}
.fhuilist li:hover label {
  background-color: #ee1d23;
}
.fhuilist li:hover h3 {
  color: #ee1d23;
}
.fhuilist h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.fhuilist label {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 1640px) {
  .fhuilist {
    margin: 0 -28px;
  }
  .fhuilist li .lin {
    padding: 0 28px;
  }
}
@media screen and (max-width: 1200px) {
  .fhuilist {
    margin: 0 -18px;
  }
  .fhuilist li .lin {
    padding: 0 18px;
  }
  .fhuilist li .one {
    padding: 0 80px 20px 20px;
  }
  .fhuilist li label {
    right: 20px;
  }
}
@media screen and (max-width: 840px) {
  .fhuilist {
    margin: 0 0;
  }
  .fhuilist li {
    float: none;
    width: 100%;
  }
  .fhuilist li .lin {
    padding: 0 0;
  }
}
@media screen and (max-width: 750px) {
  .fhuilist li h3 {
    font-size: 20px;
  }
  .fbrand {
    padding-top: 74px;
  }
}
.ffri {
  background-color: #f8f8f8;
  padding: 24px 0;
  position: relative;
}
.sw14out {
  position: relative;
}
#sw14 {
  height: 112px;
}
#sw14 .swiper-slide {
  width: 206px;
}
#sw14 .swiper-slide a {
  display: block;
}
#sw14 .swiper-slide .pic {
  width: 100%;
  height: 112px;
  font-size: 0;
  text-align: center;
  line-height: 112px;
  position: relative;
}
#sw14 .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#sw14 .swiper-slide:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#sw14 .pic:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  border: 4px solid transparent;
}
#sw14 .swiper-slide:hover .pic:before {
  border-color: #666;
  -webkit-filter: url(#wavy);
          filter: url(#wavy);
}
.fnews {
  padding-top: 92px;
  padding-bottom: 94px;
  position: relative;
  background-color: #fff;
}
.fkeyanwrap {
  margin-top: 46px;
  width: 100%;
}
.bigdate {
  width: 110px;
  padding: 10px 0 18px;
  background-color: #ee1d23;
  text-align: center;
  position: absolute;
  left: 20px;
  top: -20px;
  z-index: 4;
}
.bigdate .day {
  display: block;
  font-size: 50px;
  color: #fff;
  line-height: 60px;
  height: 60px;
  font-weight: bold;
}
.bigdate .year {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  height: 22px;
}
.swiper13out {
  float: left;
  width: 50%;
  position: relative;
}
.sw13 {
  height: 488px;
}
.sw13 .swiper-slide {
  width: 100%;
}
.sw13 .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.sw13 .swiper-slide .pic {
  width: 100%;
  height: 488px;
  overflow: hidden;
  font-size: 0;
}
.sw13 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sw13 .swiper-slide img:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.sw13 .wz {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url('../images/jab2.png') bottom / cover no-repeat;
}
.sw13 .wz h3 {
  font-size: 18px;
  color: #fff;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  left: 30px;
  right: 130px;
  bottom: 20px;
  z-index: 0;
}
.sw13 .wz label,
.sw13 .wz span {
  display: none;
}
.swiper13out .sw-prev,
.swiper13out .sw-next {
  width: 40px;
  height: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  outline: 0 none;
  border-radius: 50%;
  top: 170px;
  margin-top: 0;
}
.swiper13out .sw-next {
  right: 0;
  background: rgba(0, 0, 0, 0.5) url('../images/gt1.png') center no-repeat;
}
.swiper13out .sw-prev {
  left: 0;
  background: rgba(0, 0, 0, 0.5) url('../images/lt1.png') center no-repeat;
}
.swiper13out .sw-prev:hover,
.swiper13out .sw-next:hover {
  background-color: #ee1d23;
}
.swiper13out .swiper-pagination {
  right: 28px;
  bottom: 34px;
  font-size: 0;
}
.swiper13out .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 10px;
  background-color: #fff;
  outline: 0 none;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0;
}
.swiper13out .swiper-pagination-bullet-active {
  background-color: #ee1d23;
}
.ftong {
  float: right;
  width: 50%;
  height: 488px;
  background-color: #231f20;
}
.ftonglist {
  padding: 32px 70px 2px;
  overflow: hidden;
}
.ftonglist li {
  width: 100%;
  padding: 27px 0;
}
.ftonglist li a {
  display: block;
  position: relative;
  padding-left: 100px;
  overflow: hidden;
}
.ftonglist h3 {
  font-size: 20px;
  color: #fff;
  line-height: 44px;
  height: 44px;
  overflow: hidden;
}
.ftonglist .txt {
  font-size: 16px;
  color: #fff;
  line-height: 34px;
  height: 34px;
  overflow: hidden;
  margin-top: 4px;
}
.ftonglist .date {
  width: 64px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.ftonglist .day {
  display: block;
  font-size: 50px;
  color: #fff;
  line-height: 60px;
  height: 60px;
  font-weight: bold;
}
.ftonglist .year {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  height: 22px;
}
.ftonglist li:hover h3 {
  color: #ee1d23;
}
.ftonglist h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1500px) {
  .ftonglist {
    padding: 32px 40px 2px;
  }
  .ftonglist li {
    padding: 18px 0;
  }
  .ftonglist .txt {
    line-height: 28px;
    height: 56px;
  }
  .ftonglist h3 {
    line-height: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .swiper13out,
  .ftong {
    float: none;
    width: 100%;
  }
  .ftong {
    margin-top: 30px;
    height: auto;
  }
  .ftonglist {
    padding: 30px 40px;
    overflow: hidden;
  }
}
@media screen and (max-width: 750px) {
  .fnews {
    padding-top: 72px;
    padding-bottom: 74px;
  }
  .ftonglist {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 560px) {
  .ftonglist li a {
    padding-left: 80px;
  }
}
.sw12out {
  position: relative;
}
.sw12 {
  height: 890px;
}
.sw12 .swiper-slide {
  width: 100%;
  overflow: hidden;
}
.sw12 .swiper-slide .swiper-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.sw12 .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  font-size: 0;
  text-align: center;
}
.sw12 .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 64% 50%;
     object-position: 64% 50%;
}
.sw12 .swiper-slide .cov {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url('../images/jab3.png') left / cover no-repeat;
}
.sw12 h3 {
  font-size: 18px;
  color: #fff;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 5;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sw12 .swiper-slide-active h3 {
  opacity: 1;
}
.sw12out .sw-next,
.sw12out .sw-prev {
  position: absolute;
  right: 9.4%;
  bottom: 64px;
  width: 68px;
  height: 68px;
  z-index: 10;
  font-size: 0;
  border-radius: 50%;
  border: 1px dashed #fff;
  cursor: pointer;
}
.sw12out .sw-prev {
  background: transparent url('../images/lt2.png') center no-repeat;
  margin-right: 120px;
}
.sw12out .sw-next {
  background: transparent url('../images/gt2.png') center no-repeat;
}
.sw12out .sw-prev:hover,
.sw12out .sw-next:hover {
  background-color: rgba(238, 29, 35, 0.5);
  border-color: rgba(238, 29, 35, 0.5);
}
.sw12out .swiper-pagination {
  left: 9.4%;
  bottom: 108px;
  font-size: 0;
}
.sw12out .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-right: 38px;
  background-color: #fff;
  outline: 0 none;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}
.sw12out .swiper-pagination-bullet-active {
  background-color: #ee1d23;
}
.evwz {
  position: absolute;
  top: 50%;
  left: 10%;
  z-index: 2;
  margin-top: -220px;
  width: 530px;
  max-width: 90%;
  -webkit-transition: 1s;
  transition: 1s;
}
.evwz .fcate3cn {
  font-size: 60px;
  line-height: 76px;
  color: #fff;
}
.evwz .fcate3en {
  font-size: 24px;
  line-height: 38px;
  color: #fff;
  margin-bottom: 50px;
}
.evwz .txt3 {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  max-height: 90px;
  margin-bottom: 60px;
}
.evwz .more {
  display: block;
  width: 224px;
  height: 52px;
  background-color: #ee1d23;
  position: relative;
  font-size: 16px;
  color: #fff;
  line-height: 52px;
  text-align: center;
  border-radius: 26px;
}
.evwz .txt2 {
  line-height: 64px;
  height: 64px;
  font-family: "Microsoft Yahei";
}
.evwz .txt2 dd {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  height: 100%;
  vertical-align: top;
}
.evwz .txt2 dd em {
  font-size: 44px;
  font-style: normal;
  font-weight: bold;
}
.evwz .txt2 dd.fenge {
  width: 48px;
  background: url('../images/sx1.png') center no-repeat;
}
@media screen and (max-width: 750px) {
  .evwz {
    left: 5%;
    text-align: center;
  }
  .evwz .fcate3cn {
    font-size: 40px;
  }
  .evwz .more {
    margin: 0 auto;
  }
  .sw12out .swiper-pagination {
    left: 0;
    width: 100%;
    bottom: 108px;
    font-size: 0;
  }
  .sw12out .sw-prev,
  .sw12out .sw-next {
    width: 48px;
    height: 48px;
    background-size: 24px auto;
  }
  .sw12out .sw-prev {
    left: 4%;
    right: auto;
    margin-right: 0;
  }
  .sw12out .sw-next {
    right: 4%;
  }
}
.bubbly-button {
  position: relative;
}
.bubbly-button:before,
.bubbly-button:after {
  position: absolute;
  content: '';
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: 0;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}
.bubbly-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #ee1d23 20%, transparent 20%), radial-gradient(circle, transparent 20%, #ee1d23 20%, transparent 30%), radial-gradient(circle, #ee1d23 20%, transparent 20%), radial-gradient(circle, #ee1d23 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ee1d23 15%, transparent 20%), radial-gradient(circle, #ee1d23 20%, transparent 20%), radial-gradient(circle, #ee1d23 20%, transparent 20%), radial-gradient(circle, #ee1d23 20%, transparent 20%), radial-gradient(circle, #ee1d23 20%, transparent 20%);
  background-size: 10% 10%,20% 20%,15% 15%,20% 20%,18% 18%,10% 10%,15% 15%,10% 10%,18% 18%;
}
.bubbly-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #ee1d23 20%, transparent 20%), radial-gradient(circle, #ee1d23 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ee1d23 15%, transparent 20%), radial-gradient(circle, #ee1d23 20%, transparent 20%), radial-gradient(circle, #ee1d23 20%, transparent 20%), radial-gradient(circle, #ee1d23 20%, transparent 20%), radial-gradient(circle, #ee1d23 20%, transparent 20%);
  background-size: 15% 15%,20% 20%,18% 18%,20% 20%,15% 15%,10% 10%,20% 20%;
}
.bubbly-button:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.bubbly-button:hover:before {
  display: block;
  -webkit-animation: topBubbles ease-in-out 0.75s forwards;
          animation: topBubbles ease-in-out 0.75s forwards;
}
.bubbly-button:hover:after {
  display: block;
  -webkit-animation: bottomBubbles ease-in-out 0.75s forwards;
          animation: bottomBubbles ease-in-out 0.75s forwards;
}
@-webkit-keyframes topBubbles {
  0% {
    background-position: 5% 90%,10% 90%,10% 90%,15% 90%,25% 90%,25% 90%,40% 90%,55% 90%,70% 90%;
  }
  50% {
    background-position: 0% 80%,0% 20%,10% 40%,20% 0%,30% 30%,22% 50%,50% 50%,65% 20%,90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%,0% 0%,0% 0%,0% 0%,0% 0%,0% 0%;
  }
}
@keyframes topBubbles {
  0% {
    background-position: 5% 90%,10% 90%,10% 90%,15% 90%,25% 90%,25% 90%,40% 90%,55% 90%,70% 90%;
  }
  50% {
    background-position: 0% 80%,0% 20%,10% 40%,20% 0%,30% 30%,22% 50%,50% 50%,65% 20%,90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%,0% 0%,0% 0%,0% 0%,0% 0%,0% 0%;
  }
}
@-webkit-keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%,20% 80%,45% 60%,60% 100%,75% 70%,95% 60%,105% 0%;
  }
  100% {
    background-position: 0% 90%,20% 90%,45% 70%,60% 110%,75% 80%,95% 70%,110% 10%;
    background-size: 0% 0%,0% 0%,0% 0%,0% 0%,0% 0%,0% 0%;
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%,20% 80%,45% 60%,60% 100%,75% 70%,95% 60%,105% 0%;
  }
  100% {
    background-position: 0% 90%,20% 90%,45% 70%,60% 110%,75% 80%,95% 70%,110% 10%;
    background-size: 0% 0%,0% 0%,0% 0%,0% 0%,0% 0%,0% 0%;
  }
}
/*20会务详情*/
.huiwu-out2 {
  padding: 80px 0 100px;
  background: url('../images/bg.jpg') center no-repeat;
  background-attachment: fixed;
}
@media screen and (max-width: 1023px) {
  .huiwu-out2 {
    padding: 80px 0 80px;
  }
}
@media screen and (max-width: 750px) {
  .huiwu-out2 {
    padding: 70px 0 70px;
  }
}
.tree3 {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}
.tree3 a {
  display: inline-block;
  height: 100%;
  color: #fff;
  vertical-align: middle;
}
.tree3 a:hover,
.tree a.leaf {
  color: #ee1d23;
}
.tree3 i {
  display: inline-block;
  width: 20px;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.main2 {
  position: relative;
  padding-right: 550px;
}
.mainleft2 {
  width: 100%;
  min-height: 1300px;
}
.mainright2 {
  width: 440px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.sdbox2 .title {
  height: 28px;
  line-height: 28px;
}
.sdbox2 .title h5 {
  font-size: 18px;
  color: #fff;
}
.btc {
  margin-top: 40px;
}
.btc-h {
  margin-bottom: 38px;
}
.btc-h h1 {
  font-size: 34px;
  color: #fff;
  line-height: 46px;
  font-weight: bold;
  margin-bottom: 18px;
}
.btc-date {
  font-size: 16px;
  color: #585c60;
  line-height: 28px;
  height: 28px;
}
.btc-date span {
  display: inline-block;
  margin-left: 20px;
}
.btc-date span:first-child {
  margin-left: 0;
}
.btc-con {
  padding: 38px 0 0;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  text-align: justify;
  border-top: 1px solid #e1e1e1;
}
.btc-con img {
  max-width: 100%;
}
.btc-con a {
  color: #ee1d23;
}
.btc-pn {
  text-align: center;
  position: relative;
  height: 36px;
  line-height: 36px;
  background-color: #3c3c3c;
  margin-top: 66px;
  overflow: hidden;
  padding: 10px 20px;
}
.btc-pn a {
  width: 25%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btc-pn a span {
  display: inline-block;
}
a.btc-prev {
  float: left;
  text-align: left;
}
a.btc-next {
  float: right;
  text-align: right;
}
a.btc-prev span:hover,
a.btc-next span:hover {
  color: #eb0104;
}
a.btc-ret {
  display: inline-block;
  vertical-align: top;
}
a.btc-ret span:hover {
  color: #eb0104;
}
@media screen and (max-width: 1600px) {
  .main2 {
    padding-right: 400px;
  }
  .mainright2 {
    width: 340px;
  }
}
@media screen and (max-width: 1200px) {
  .main2 {
    padding-right: 0;
  }
  .mainleft2 {
    min-height: 0;
  }
  .mainright2 {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .btc-h h1 {
    font-size: 24px;
    line-height: 40px;
  }
}
.sdnewslist2 {
  width: 100%;
  padding-bottom: 5px;
  margin-top: 40px;
}
.sdnewslist2 li {
  width: 100%;
  margin-bottom: 54px;
}
.sdnewslist2 li a {
  display: block;
  position: relative;
}
.sdnewslist2 .pic {
  width: 100%;
  height: 276px;
  overflow: hidden;
  position: relative;
}
.sdnewslist2 img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.sdnewslist2 li h3 {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  max-height: 60px;
  margin-top: 25px;
  overflow: hidden;
  -webkit-transition: .4s;
  transition: .4s;
}
.sdnewslist2 li:hover h3 {
  color: #ee1d23;
}
/*23新闻详情*/
.news-out2 {
  padding: 80px 0 110px;
}
@media screen and (max-width: 1023px) {
  .news-out2 {
    padding: 80px 0 90px;
  }
}
@media screen and (max-width: 750px) {
  .news-out2 {
    padding: 70px 0 70px;
  }
}
.tree2 {
  font-size: 16px;
  line-height: 28px;
  color: #666;
}
.tree2 a {
  display: inline-block;
  height: 100%;
  color: #666;
  vertical-align: middle;
}
.tree2 a:hover,
.tree a.leaf {
  color: #ee1d23;
}
.tree2 i {
  display: inline-block;
  width: 20px;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.main {
  position: relative;
  padding-right: 550px;
  margin-top: 80px;
}
.mainleft {
  width: 100%;
  min-height: 900px;
}
.mainright {
  width: 420px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.sdbox .title {
  height: 34px;
  line-height: 34px;
}
.sdbox .title h5 {
  font-size: 18px;
  color: #333;
}
.atc-h {
  margin-bottom: 38px;
}
.atc-h h1 {
  font-size: 34px;
  color: #333;
  line-height: 54px;
  font-weight: bold;
  margin-bottom: 15px;
}
.atc-date {
  font-size: 16px;
  color: #999;
  line-height: 28px;
}
.atc-date span {
  display: inline-block;
  margin-left: 20px;
}
.atc-date span:first-child {
  margin-left: 0;
}
/*.atc-date span.clock{ background-image: url('../images/clock.png');}
.atc-date span.clerk{ background-image: url('../images/clerk.png');}
.atc-date span.click{ background-image: url('../images/click.png'); margin-right: 0;}*/
.atc-con {
  padding: 38px 0 0;
  font-size: 16px;
  line-height: 28px;
  color: #333;
  text-align: justify;
  border-top: 1px solid #e1e1e1;
}
.atc-con img {
  max-width: 100%;
}
.atc-con a {
  color: #ee1d23;
}
.atc-pn {
  overflow: hidden;
  margin-top: 54px;
}
.atc-pn a {
  display: block;
  position: relative;
  padding-left: 32px;
  margin-bottom: 18px;
  font-size: 16px;
  color: #333;
  line-height: 22px;
  overflow: hidden;
}
a.atc-prev:hover,
a.atc-next:hover {
  color: #ee1d23;
}
.atc-pn a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  -webkit-transition: .4s;
  transition: .4s;
}
a.atc-prev:before {
  background: #ffffff url('../images/lt-atc.png') 6px center no-repeat;
}
a.atc-next:before {
  background: #ffffff url('../images/gt-atc.png') 7px center no-repeat;
}
a.atc-prev:hover:before {
  border-color: #ee1d23;
  background-color: #ee1d23;
  background-image: url('../images/lt-atch.png');
}
a.atc-next:hover:before {
  border-color: #ee1d23;
  background-color: #ee1d23;
  background-image: url('../images/gt-atch.png');
}
a.atc-ret {
  display: inline-block;
  vertical-align: top;
  padding-left: 23px;
  background: url('../images/jtl-ret.png') left no-repeat;
  width: auto;
}
a.atc-ret:hover {
  color: #ee1d23;
  text-decoration: underline;
}
@media screen and (max-width: 1600px) {
  .main {
    padding-right: 400px;
  }
  .mainright {
    width: 340px;
  }
}
@media screen and (max-width: 1200px) {
  .main {
    padding-right: 0;
  }
  .mainleft {
    min-height: 0;
  }
  .mainright {
    position: relative;
    width: 100%;
  }
  .mainright .sdbox {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .main {
    margin-top: 70px;
  }
  .atc-h h1 {
    font-size: 26px;
    line-height: 44px;
  }
}
.sdnewslist {
  width: 100%;
  margin-top: 20px;
}
.sdnewslist li {
  width: 100%;
  border-bottom: 1px dotted #c3c3c3;
}
.sdnewslist li a {
  display: block;
  position: relative;
}
.sdnewslist li .wz {
  padding: 22px 0 27px;
}
.sdnewslist li h3 {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  max-height: 52px;
  overflow: hidden;
}
.sdnewslist li .date {
  font-size: 16px;
  color: #d5d5d5;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  margin-bottom: 6px;
}
.sdnewslist li:hover h3 {
  color: #ee1d23;
}
.sdnewslist h3 {
  -webkit-transition: .6s;
  transition: .6s;
}
/*25联系方式*/
.lianxiout {
  padding: 100px 0 135px;
}
.lianxilist li {
  width: 100%;
  position: relative;
  padding: 42px 0 48px;
  border-bottom: 1px solid #e5e5e5;
}
.lianxilist li:first-child {
  border-top: 1px solid #e5e5e5;
}
.lianxilist li .lin {
  position: relative;
  padding: 0 220px 0 290px;
  overflow: hidden;
  min-height: 140px;
}
.lianxilist li .pic {
  position: absolute;
  left: 46px;
  top: 1px;
  z-index: 1;
  width: 138px;
  height: 138px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #ee1d23;
  font-size: 0;
  text-align: center;
  line-height: 138px;
}
.lianxilist li .pic img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 1s;
  transition: 1s;
}
.lianxilist li:hover .pic img {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.lianxilist li h3 {
  font-size: 26px;
  color: #000;
  line-height: 48px;
  height: 48px;
  overflow: hidden;
}
.lianxilist li .txt {
  font-size: 20px;
  color: #666;
  line-height: 38px;
  margin-top: 10px;
}
.lianxilist li .txt span {
  display: inline-block;
  font-size: 20px;
  color: #ee1d23;
}
.lianxilist li .ewmp {
  width: 136px;
  height: 136px;
  border: 2px solid #d6d6d6;
  position: absolute;
  right: 38px;
  top: 0;
  z-index: 1;
}
.lianxilist li .ewmp img {
  width: 100%;
  height: 100%;
}
.lianxilist li:hover h3 {
  color: #ee1d23;
}
.lianxilist h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1200px) {
  .lianxiout {
    padding: 90px 0 110px;
  }
  .lianxilist li .lin {
    padding: 0 170px 0 170px;
  }
  .lianxilist li .pic {
    left: 0;
  }
  .lianxilist li .ewmp {
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .lianxilist li .lin {
    padding-left: 130px;
  }
  .lianxilist li .pic {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
  .lianxilist li .pic img {
    height: 40px;
  }
}
@media screen and (max-width: 750px) {
  .lianxiout {
    padding: 80px 0 80px;
  }
  .lianxilist li .lin {
    padding-right: 0;
    padding-left: 100px;
  }
  .lianxilist li .pic {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .lianxilist li .ewmp {
    position: relative;
    right: auto;
    margin-top: 20px;
  }
  .lianxilist li .txt {
    font-size: 18px;
  }
}
/*19会务列表*/
.huiwulist ~ .listbtnout {
  padding: 0 0 120px;
}
.huiwulist {
  padding: 120px 0 70px;
  margin: 0 -22px;
  overflow: hidden;
}
.huiwulist li {
  float: left;
  width: 33.33%;
  margin-bottom: 50px;
}
.huiwulist li .lin {
  padding: 0 22px;
}
.huiwulist li a {
  display: block;
  position: relative;
}
.huiwulist .pic {
  width: 100%;
  height: 0;
  padding-bottom: 69%;
  overflow: hidden;
  position: relative;
}
.huiwulist img {
  -o-object-fit: cover;
     object-fit: cover;
}
.huiwulist li h3 {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  margin-top: 24px;
  -webkit-transition: .5s;
  transition: .5s;
}
.huiwulist li:hover h3 {
  color: #ee1d23;
}
@media screen and (max-width: 1200px) {
  .huiwulist {
    margin: 0 -16px;
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .huiwulist ~ .listbtnout {
    padding: 0 0 100px;
  }
  .huiwulist li .lin {
    padding: 0 16px;
  }
}
@media screen and (max-width: 1023px) {
  .huiwulist li {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .huiwulist {
    margin: 0 -10px;
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .huiwulist ~ .listbtnout {
    padding: 0 0 80px;
  }
  .huiwulist li {
    margin-bottom: 40px;
  }
  .huiwulist li .lin {
    padding: 0 10px;
  }
  .huiwulist li h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .huiwulist {
    margin: 0 0;
  }
  .huiwulist li {
    width: 100%;
  }
  .huiwulist li .lin {
    padding: 0 0;
  }
  .huiwulist li h3 {
    height: auto;
  }
}
/*22新闻列表*/
.news-out1 {
  position: relative;
  background-color: #f7f7f7;
  overflow: hidden;
  padding: 120px 0 80px;
}
.newslist {
  overflow: hidden;
  padding-top: 86px;
  padding-bottom: 1px;
  margin: 0 -40px;
  position: relative;
}
.newslist li {
  float: left;
  width: 50%;
  margin-bottom: 80px;
}
.newslist li .lin {
  padding: 0 40px;
}
.newslist li a {
  display: block;
  width: 100%;
  position: relative;
}
.newslist .pic {
  width: 100%;
  height: 0;
  padding-bottom: 62.5%;
  position: relative;
}
.newslist img {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
.newslist li .cover {
  width: 100%;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  background-color: #252729;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}
.newslist .date {
  width: 110px;
  padding: 10px 0 18px;
  background-color: #ee1d23;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}
.newslist .date .day {
  display: block;
  font-size: 50px;
  color: #fff;
  line-height: 60px;
  height: 60px;
  font-weight: bold;
}
.newslist .date .year {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  height: 22px;
}
.newslist li h3 {
  font-size: 30px;
  color: #333;
  line-height: 46px;
  height: 46px;
  margin-top: 36px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.newslist li .txt {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  margin-top: 14px;
}
.newslist li label {
  display: block;
  position: relative;
  height: 26px;
  overflow: hidden;
  font-size: 16px;
  color: #999;
  line-height: 26px;
  cursor: pointer;
  margin-top: 30px;
}
.newslist li label:before {
  content: '';
  position: absolute;
  left: 75px;
  top: 50%;
  z-index: 0;
  width: 0;
  height: 1px;
  background-color: #999;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.newslist li:hover h3 {
  color: #ee1d23;
}
.newslist li:hover label:before {
  width: 100px;
}
@media screen and (max-width: 1500px) {
  .newslist {
    margin: 0 -30px;
  }
  .newslist li {
    margin-bottom: 70px;
  }
  .newslist li .lin {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  .news-out1 {
    padding: 100px 0 80px;
  }
  .newslist {
    margin: 0 -20px;
    padding-top: 70px;
  }
  .newslist li {
    margin-bottom: 60px;
  }
  .newslist li .lin {
    padding: 0 20px;
  }
  .newslist li h3 {
    font-size: 20px;
    line-height: 36px;
    height: 36px;
    margin-top: 26px;
  }
  .newslist .date {
    width: 80px;
    padding: 10px 0;
  }
  .newslist .date .day {
    font-size: 30px;
    line-height: 40px;
    height: 40px;
  }
  .newslist .date .year {
    line-height: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 750px) {
  .news-out1 {
    padding: 80px 0 80px;
  }
  .newslist {
    margin: 0 0;
  }
  .newslist li {
    float: none;
    width: 100%;
  }
  .newslist li .lin {
    padding: 0 0;
  }
}
.swhotout {
  position: relative;
  width: 100%;
}
#swhot {
  height: 488px;
  overflow: hidden;
}
#swhot .swiper-slide {
  overflow: hidden;
}
#swhot .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#swhot .wz {
  float: right;
  width: 50%;
  height: 100%;
  overflow: hidden;
  background-color: #231f20;
}
#swhot .wz .inner {
  padding: 60px 70px 0;
}
#swhot .pic {
  float: left;
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#swhot .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .4s;
  transition: .4s;
}
#swhot .pic img:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
#swhot .date {
  font-size: 20px;
  color: #fff;
  line-height: 38px;
  height: 38px;
  margin-bottom: 30px;
}
#swhot h3 {
  font-size: 34px;
  color: #fff;
  line-height: 52px;
  height: 52px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#swhot .txt {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 28px;
  max-height: 112px;
  overflow: hidden;
  margin: 20px 0 50px;
}
#swhot label {
  display: block;
  height: 28px;
  cursor: pointer;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 28px;
}
#swhot .wz:hover h3 {
  color: #ee1d23;
}
.swhotout .swiper-pagination {
  left: auto;
  right: 70px;
  bottom: 70px;
  font-size: 0;
}
.swhotout .swiper-pagination-bullet {
  margin: 0 10px;
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.2);
  outline: 0 none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.swhotout .swiper-pagination-bullet-active {
  background-color: #ee1d23;
}
@media screen and (max-width: 1400px) {
  #swhot .wz .inner {
    padding: 60px 40px 0;
  }
  .swhotout .swiper-pagination {
    right: 40px;
    bottom: 40px;
  }
  #swhot h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1023px) {
  #swhot {
    height: auto;
  }
  #swhot .pic {
    float: none;
    width: 100%;
    height: auto;
    text-align: center;
  }
  #swhot .pic img {
    width: auto;
    height: 488px;
    max-width: 100%;
  }
  #swhot .wz {
    float: none;
    width: 780px;
    max-width: 100%;
    margin: 0 auto;
  }
  #swhot .wz .inner {
    padding: 30px 30px 60px;
  }
  #swhot .txt {
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
    max-height: none;
  }
  #swhot .date {
    display: none;
  }
  #swhot label {
    display: none;
  }
  #swhot h3 {
    font-size: 24px;
    text-align: center;
    margin-top: 0;
    line-height: 40px;
    height: 40px;
  }
  .swhotout .swiper-pagination {
    width: 100%;
    left: 0;
    right: auto;
    bottom: 25px;
  }
}
@media screen and (max-width: 750px) {
  #swhot h3 {
    font-size: 20px;
  }
  #swhot .wz .inner {
    padding: 30px 20px 60px;
  }
}
@media screen and (max-width: 600px) {
  #swhot .pic img {
    height: 375px;
  }
}
/*13品牌策划*/
.cate1 {
  position: relative;
  font-size: 44px;
  color: #333;
  text-align: center;
}
.cate1 .en {
  line-height: 58px;
  text-transform: uppercase;
}
.cate1 .cn {
  line-height: 64px;
  font-weight: bold;
}
.cate1 .hx {
  width: 64px;
  height: 4px;
  margin: 16px auto;
  background-color: #ee1d23;
}
.pinpai1-3 {
  padding: 90px 0 0;
}
@media screen and (max-width: 1023px) {
  .pinpai1-3 {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 750px) {
  .pinpai1-3 {
    padding: 70px 0 0;
  }
  .cate1 {
    font-size: 32px;
  }
  .cate1 .en {
    line-height: 48px;
  }
  .cate1 .cn {
    line-height: 54px;
  }
  .cate1 .hx {
    margin: 4px auto;
  }
}
@media screen and (max-width: 600px) {
  .cate1 {
    font-size: 24px;
  }
  .cate1 .en {
    line-height: 38px;
  }
  .cate1 .cn {
    line-height: 44px;
  }
}
.cslist {
  overflow: hidden;
  margin-top: 55px;
}
.cslist li {
  float: left;
  width: 33.33%;
}
.cslist li a {
  display: block;
  position: relative;
  width: 100%;
}
.cslist li .pic {
  width: 100%;
  height: 0;
  padding-bottom: 62.5%;
  overflow: hidden;
  font-size: 0;
  text-align: center;
  position: relative;
  background-color: #000;
}
.cslist li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.cslist li h3 {
  font-size: 16px;
  color: #000;
  line-height: 30px;
  height: 30px;
  text-align: center;
  padding: 0 20px;
  overflow: hidden;
  display: none;
}
.cslist li h4 {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.cslist li:hover h4 {
  color: #ee1d23;
}
.cslist li:hover img {
  opacity: 0.7;
}
.cslist h4,
.cslist img {
  -webkit-transition: .5s;
  transition: .5s;
}
@media screen and (max-width: 1023px) {
  .cslist li {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .cslist li {
    float: none;
    width: 100%;
  }
}
.pinpai1-1 {
  padding: 60px 0 115px;
  position: relative;
}
.pinpai1-1 .intro {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-align: center;
  max-width: 1200px;
  margin: 40px auto 30px;
}
.pinpai1-1 .intro2 {
  font-size: 28px;
  color: #333;
  line-height: 42px;
  text-align: center;
}
.pinpai1-1 .intro2 i {
  margin: 0 1em;
}
.pinpai1-1 .intro2 span {
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .pinpai1-1 {
    padding: 60px 0 100px;
  }
}
@media screen and (max-width: 750px) {
  .pinpai1-1 {
    padding: 60px 0 80px;
  }
  .pinpai1-1 .intro2 {
    font-size: 20px;
  }
}
.cate2 {
  font-size: 44px;
  color: #fff;
  text-align: center;
  background-color: #ee1d23;
  padding: 42px 0 38px;
}
.cate2 .en {
  line-height: 58px;
  text-transform: uppercase;
}
.cate2 .cn {
  line-height: 62px;
  margin-top: 6px;
}
@media screen and (max-width: 750px) {
  .cate2 {
    font-size: 32px;
  }
  .cate2 .en {
    line-height: 48px;
  }
  .cate2 .cn {
    line-height: 52px;
  }
}
@media screen and (max-width: 600px) {
  .cate2 {
    font-size: 24px;
  }
  .cate2 .en {
    line-height: 38px;
  }
  .cate2 .cn {
    line-height: 42px;
  }
}
.cate2-1 {
  font-size: 44px;
  color: #fff;
  text-align: center;
  background-color: #ee1d23;
  padding: 40px 0;
}
.cate2-1 .cn {
  line-height: 60px;
}
@media screen and (max-width: 750px) {
  .cate2-1 {
    font-size: 32px;
  }
  .cate2-1 .cn {
    line-height: 50px;
  }
}
@media screen and (max-width: 600px) {
  .cate2-1 {
    font-size: 24px;
  }
  .cate2-1 .cn {
    line-height: 40px;
  }
}
.serlclist {
  width: 100%;
  height: 612px;
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.serlclist li {
  width: 24.4%;
  height: 100%;
}
.serlclist li .lin {
  height: 100%;
}
.serlclist li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: #eceaea;
}
.serlclist li:nth-child(even) a {
  background-color: #fafafa;
}
.serlclist .cover {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  z-index: 4;
  border: 1px solid transparent;
}
.serlclist li .wz {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.serlclist li .wz .in {
  width: 100%;
  text-align: center;
  margin: auto;
}
.serlclist li .wz .num {
  font-size: 60px;
  color: #333;
  line-height: 70px;
  height: 70px;
  margin: 72px 0 48px;
}
.serlclist li .wz .txt2 {
  font-size: 34px;
  color: #333;
  line-height: 52px;
  height: 52px;
  overflow: hidden;
}
.serlclist li .wz .txt3 {
  font-size: 34px;
  color: #333;
  line-height: 52px;
  font-weight: bold;
  height: 52px;
  overflow: hidden;
}
.serlclist li .wz .cont {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  width: 330px;
  margin: 0 auto;
  min-height: 120px;
  max-width: 100%;
  overflow: hidden;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.serlclist .cover,
.serlclist .txt2,
.serlclist .txt3 {
  -webkit-transition: .6s;
  transition: .6s;
}
.serlclist .num,
.serlclist .cont {
  -webkit-transition: .6s;
  transition: .6s;
}
.serlclist li:hover .cover {
  border-color: #fff;
}
.serlclist li:hover a,
.serlclist li:nth-child(even):hover a {
  background-color: #ee1d23;
}
.serlclist li:hover .txt2,
.serlclist li:hover .txt3,
.serlclist li:hover .num,
.serlclist li:hover .cont {
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .serlclist {
    height: 840px;
  }
  .serlclist li {
    width: 48%;
    height: 48%;
  }
  .serlclist li:nth-child(even) a {
    background-color: #eceaea;
  }
  .serlclist li .wz .num {
    margin: 22px 0 22px;
    font-size: 40px;
    line-height: 50px;
    height: 50px;
  }
  .serlclist li .wz .cont {
    width: 100%;
  }
  .serlclist li .wz .txt2 {
    font-size: 24px;
    line-height: 42px;
    height: 42px;
  }
  .serlclist li .wz .txt3 {
    font-size: 24px;
    line-height: 42px;
    height: 42px;
  }
}
@media screen and (max-width: 640px) {
  .serlclist {
    height: auto;
  }
  .serlclist li {
    width: 100%;
    height: auto;
    margin-top: 28px;
  }
  .serlclist li .wz {
    padding: 50px 20px;
  }
  .serlclist li .wz .cont {
    min-height: 0;
  }
}
/*14视觉传达*/
.pinpai2-1 {
  padding: 60px 0 115px;
  position: relative;
}
.pinpai2-1 .intro {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-align: center;
  margin: 40px auto 24px;
}
.pinpai2-1 .intro2 {
  font-size: 28px;
  color: #333;
  line-height: 42px;
  text-align: center;
}
.pinpai2-1 .intro2 i {
  margin: 0 1em;
}
.pinpai2-1 .intro2 span {
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .pinpai2-1 {
    padding: 60px 0 100px;
  }
}
@media screen and (max-width: 750px) {
  .pinpai2-1 {
    padding: 60px 0 80px;
  }
  .pinpai2-1 .intro2 {
    font-size: 20px;
  }
}
/*15视频拍摄*/
.pinpai3-1 {
  padding: 60px 0 80px;
  position: relative;
}
.pinpai3-1 .intro {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-align: center;
  margin: 40px auto 18px;
}
.pinpai3-1 .intro2 {
  font-size: 28px;
  color: #333;
  line-height: 42px;
  text-align: center;
}
.pinpai3-1 .intro2 i {
  margin: 0 1em;
}
.pinpai3-1 .intro2 span {
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .pinpai3-1 .intro2 {
    font-size: 20px;
  }
}
.cslist2 {
  overflow: hidden;
  margin-bottom: 70px;
  font-size: 0;
  text-align: center;
}
.cslist2 li {
  display: inline-block;
  width: 33.33%;
}
.cslist2 li a {
  display: block;
  position: relative;
  width: 100%;
}
.cslist2 li .pic {
  width: 100%;
  height: 0;
  padding-bottom: 84.375%;
  overflow: hidden;
  font-size: 0;
  text-align: center;
  position: relative;
  background-color: #000;
}
.cslist2 li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.cslist2 li h3 {
  font-size: 16px;
  color: #000;
  line-height: 30px;
  height: 30px;
  text-align: center;
  padding: 0 20px;
  overflow: hidden;
  display: none;
}
.cslist2 li:hover img {
  opacity: 0.7;
}
.cslist2 img {
  -webkit-transition: .5s;
  transition: .5s;
}
@media screen and (max-width: 1023px) {
  .cslist2 li {
    width: 700px;
    max-width: 100%;
  }
}
/*16包装设计*/
.baozhuanglist {
  width: 100%;
  margin-bottom: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.baozhuanglist li {
  width: 20%;
  height: 442px;
}
.baozhuanglist li .lin {
  height: 100%;
}
.baozhuanglist li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: #f2f2f2;
}
.baozhuanglist li:nth-child(even) a {
  background-color: #e4e4e4;
}
.baozhuanglist li .wz {
  position: relative;
  text-align: center;
  padding: 0 20px;
}
.baozhuanglist li .wz .num {
  font-size: 60px;
  color: #333;
  line-height: 70px;
  height: 70px;
  margin-top: 106px;
}
.baozhuanglist li .wz .hx {
  width: 32px;
  height: 5px;
  margin: 11px auto 0;
  background-color: #ee1d23;
}
.baozhuanglist li .wz .cont {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  width: 180px;
  margin: 32px auto 0;
  min-height: 60px;
  max-width: 100%;
  overflow: hidden;
}
.baozhuanglist .num {
  -webkit-transition: .5s;
  transition: .5s;
}
.baozhuanglist li:hover .num {
  color: #ee1d23;
}
@media screen and (max-width: 1200px) {
  .baozhuanglist li {
    width: 33.33%;
    height: 300px;
  }
  .baozhuanglist li .wz .num {
    font-size: 40px;
    line-height: 50px;
    height: 50px;
    margin-top: 70px;
  }
  .baozhuanglist li .wz .cont {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .baozhuanglist li {
    width: 100%;
    height: 200px;
    margin-top: 20px;
  }
  .baozhuanglist li .wz .num {
    margin-top: 30px;
  }
  .baozhuanglist li .wz .cont {
    min-height: 0;
  }
}
/*17公众号运营*/
.pinpai5-3 {
  padding: 78px 0 128px;
  background-color: #f2f2f2;
}
@media screen and (max-width: 1023px) {
  .pinpai5-3 {
    padding: 78px 0 108px;
  }
}
@media screen and (max-width: 750px) {
  .pinpai5-3 {
    padding: 78px 0 88px;
  }
}
.gongzhonglist {
  width: auto;
  padding-top: 12px;
  margin: 0 -14px;
  overflow: hidden;
}
.gongzhonglist li {
  float: left;
  width: 25%;
  margin-top: 32px;
}
.gongzhonglist li .lin {
  padding: 0 14px;
}
.gongzhonglist li a {
  display: block;
  overflow: hidden;
  background-color: #fff;
}
.gongzhonglist li .wz {
  position: relative;
  padding: 40px 40px 26px;
}
.gongzhonglist li .wz .hx {
  width: 36px;
  height: 2px;
  background-color: #ee1d23;
}
.gongzhonglist li .wz h3 {
  font-size: 28px;
  color: #333;
  line-height: 40px;
  height: 40px;
  font-weight: bold;
  margin: 24px auto 16px;
}
.gongzhonglist li .wz .cont {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  height: 150px;
  overflow: hidden;
}
.gongzhonglist h3 {
  -webkit-transition: .5s;
  transition: .5s;
}
.gongzhonglist li:hover h3 {
  color: #ee1d23;
}
@media screen and (max-width: 1440px) {
  .gongzhonglist li .wz {
    padding: 40px 20px 26px;
  }
}
@media screen and (max-width: 1280px) {
  .gongzhonglist li {
    width: 33.33%;
  }
}
@media screen and (max-width: 960px) {
  .gongzhonglist li {
    width: 50%;
  }
}
@media screen and (max-width: 660px) {
  .gongzhonglist {
    margin: 0;
  }
  .gongzhonglist li .lin {
    padding: 0 0;
  }
  .gongzhonglist li {
    float: none;
    width: 100%;
  }
  .gongzhonglist li .wz {
    padding: 36px 20px;
  }
  .gongzhonglist li .wz .cont {
    height: auto;
  }
}
.pinpai5-1 {
  padding: 92px 0 86px;
  position: relative;
}
.pinpai5-1 h3 {
  font-size: 44px;
  color: #333;
  line-height: 66px;
  text-align: center;
  font-weight: bold;
}
.pinpai5-1 .intro {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  .pinpai5-1 {
    padding: 80px 0 80px;
  }
  .pinpai5-1 h3 {
    font-size: 34px;
    line-height: 50px;
  }
}
@media screen and (max-width: 750px) {
  .pinpai5-1 {
    padding: 70px 0 70px;
  }
  .pinpai5-1 h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
.baozhuanglist2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.baozhuanglist2 li {
  width: 20%;
}
.baozhuanglist2 li a {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #f2f2f2;
}
.baozhuanglist2 li:nth-child(even) a {
  background-color: #e4e4e4;
}
.baozhuanglist2 li .wz {
  position: relative;
  padding: 115px 54px 68px;
}
.baozhuanglist2 li .wz h3 {
  font-size: 44px;
  color: #333;
  line-height: 62px;
  height: 62px;
  text-align: center;
}
.baozhuanglist2 li .wz .hx {
  width: 32px;
  height: 5px;
  margin: 10px auto 32px;
  background-color: #ee1d23;
}
.baozhuanglist2 li .wz .cont {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.baozhuanglist2 h3 {
  -webkit-transition: .5s;
  transition: .5s;
}
.baozhuanglist2 li:hover h3 {
  color: #ee1d23;
}
@media screen and (max-width: 1500px) {
  .baozhuanglist2 li .wz {
    padding: 90px 30px 70px;
  }
  .baozhuanglist2 li .wz h3 {
    font-size: 34px;
    line-height: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .baozhuanglist2 li {
    width: 33.33%;
  }
}
@media screen and (max-width: 750px) {
  .baozhuanglist2 li {
    width: 100%;
    margin-top: 20px;
  }
  .baozhuanglist2 li .wz {
    padding: 60px 30px 60px;
  }
  .baozhuanglist2 li .wz h3 {
    font-size: 26px;
    line-height: 36px;
    height: 36px;
  }
  .baozhuanglist2 li .wz .cont {
    height: auto;
  }
}
.pinpai5-2 {
  padding: 104px 0 116px;
}
.qubielist {
  margin-top: 50px;
}
.qubielist dt {
  height: 100px;
}
.qubielist dt .lin {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.qubielist dt .ballh {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 110px;
  height: 110px;
  margin-top: -55px;
  margin-left: -55px;
  background: #ffffff url('../images/vs.png') center no-repeat;
  border-radius: 50%;
}
h3.qubieleft {
  float: left;
  width: 50%;
  height: 100%;
  background-color: #e4e4e4;
}
h3.qubieleft .inner {
  padding-right: 80px;
  font-size: 36px;
  color: #333;
  line-height: 100px;
  text-align: right;
  font-weight: bold;
}
h3.qubieright {
  float: right;
  width: 50%;
  height: 100%;
  background-color: #ee1d23;
}
h3.qubieright .inner {
  padding-left: 80px;
  font-size: 36px;
  color: #fff;
  line-height: 100px;
  text-align: left;
  font-weight: bold;
}
.qubielist dd {
  height: 110px;
  margin-top: 50px;
}
.qubielist dd .lin {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.qubielist dd .ball {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 60px;
  height: 60px;
  padding: 25px;
  background-color: #ee1d23;
  border-radius: 50%;
  margin-top: -55px;
  margin-left: -55px;
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
}
h6.qubieleft {
  float: left;
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
h6.qubieleft .inner {
  font-size: 24px;
  color: #333;
  line-height: 36px;
  text-align: right;
  margin: auto;
  width: 100%;
  padding-left: 50px;
  padding-right: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
h6.qubieright {
  float: right;
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
h6.qubieright .inner {
  font-size: 24px;
  color: #ee1d23;
  line-height: 36px;
  text-align: left;
  margin: auto;
  width: 100%;
  padding-left: 80px;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1400px) {
  h6.qubieleft .inner {
    font-size: 18px;
  }
  h6.qubieright .inner {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .qubielist dd {
    height: 120px;
  }
  h6.qubieleft .inner {
    padding-left: 0;
    line-height: 30px;
  }
  h6.qubieright .inner {
    padding-right: 0;
    line-height: 30px;
  }
}
@media screen and (max-width: 720px) {
  h3.qubieleft .inner,
  h3.qubieright .inner {
    font-size: 24px;
  }
  .qubielist dd {
    height: auto;
  }
  h6.qubieleft {
    float: none;
    width: 100%;
    height: auto;
  }
  h6.qubieright {
    float: none;
    width: 100%;
    height: auto;
  }
  h6.qubieleft .inner {
    padding-right: 0;
    text-align: center;
  }
  h6.qubieright .inner {
    padding-left: 0;
    text-align: center;
  }
  .qubielist dd .ball {
    position: static;
    margin: 10px auto;
    font-size: 18px;
    line-height: 24px;
    width: 48px;
    height: 48px;
    padding: 16px;
  }
}
/*12海外应用案例*/
.ffanglist {
  padding: 0 2.6%;
  font-size: 0;
  overflow: hidden;
  position: relative;
}
.ffanglist:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 50%;
  height: 100%;
  background-color: #fff5f5;
}
.ffanglist li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
.ffanglist li a {
  padding: 134px 14% 84px;
  display: block;
  position: relative;
}
.ffanglist li .pic {
  width: 100%;
  margin-top: 108px;
  font-size: 0;
  text-align: center;
}
.ffanglist li.i2 .pic {
  margin-top: 66px;
}
.ffanglist li .pic img {
  max-width: 100%;
  max-height: 100%;
}
.ffanglist li h3 {
  font-size: 0;
  line-height: 80px;
  height: 80px;
  position: relative;
  border-radius: 40px;
  background-color: #e3e3e3;
}
.ffanglist li h3:before {
  content: '';
  position: absolute;
  left: 75%;
  top: 75px;
  z-index: 0;
  width: 51px;
  height: 33px;
  background: url('../images/jianjiao1.png') 0 0 no-repeat;
}
.ffanglist li h3 span {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: top;
  overflow: hidden;
  font-size: 40px;
  color: #333;
  text-align: center;
}
.ffanglist li.i2 h3 {
  background-color: #ee1d23;
}
.ffanglist li.i2 h3 span {
  color: #fff;
}
.ffanglist li.i2 h3:before {
  background-image: url('../images/jianjiao1h.png');
}
.ffanglist li .txt {
  font-size: 24px;
  color: #333;
  line-height: 44px;
  margin-top: 52px;
}
.ffanglist li .txt2 {
  font-size: 20px;
  color: #333;
  line-height: 36px;
  margin-top: 32px;
}
.ffanglist li h4 {
  position: relative;
  height: 48px;
  line-height: 48px;
  text-align: center;
  margin-top: 88px;
}
.ffanglist li h4:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  width: 100%;
  height: 1px;
  background-color: #ee1d23;
}
.ffanglist li h4 span {
  display: inline-block;
  width: 144px;
  height: 100%;
  background-color: #ee1d23;
  font-size: 20px;
  color: #fff;
  position: relative;
  z-index: 1;
  vertical-align: top;
}
@media screen and (max-width: 1440px) {
  .ffanglist li a {
    padding: 104px 10% 94px;
  }
  .ffanglist li h3 span {
    font-size: 30px;
  }
  .ffanglist li .txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .ffanglist li {
    display: block;
    width: 100%;
  }
  .ffanglist li a {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ffanglist li.i2 {
    margin-top: -70px;
  }
  .ffanglist li .pic {
    margin-top: 50px;
  }
  .ffanglist li.i2 .pic {
    margin-top: 50px;
  }
}
@media screen and (max-width: 700px) {
  .ffanglist li h3 {
    line-height: 60px;
    height: 60px;
    border-radius: 30px;
  }
  .ffanglist li h3:before {
    top: 55px;
  }
  .ffanglist li h3 span {
    font-size: 24px;
  }
  .ffanglist li .txt {
    font-size: 16px;
    line-height: 30px;
  }
  .ffanglist li .txt2 {
    font-size: 16px;
    line-height: 26px;
  }
  .ffanglist li h4 {
    margin-top: 60px;
  }
}
/*5户外我们的客户*/
.huwaikehu {
  padding-top: 100px;
  padding-bottom: 120px;
  position: relative;
}
.huwaikehu .title1 {
  font-size: 44px;
  color: #333;
  line-height: 54px;
  text-align: center;
}
.huwaikehu .title2 {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .huwaikehu {
    padding-top: 70px;
    padding-bottom: 90px;
  }
  .huwaikehu .title1 {
    font-size: 34px;
  }
}
.zuopinone {
  position: relative;
  max-width: 1400px;
  margin: 56px auto 0;
  padding: 0 80px;
}
.sw22 {
  overflow: hidden;
}
.sw22 .swiper-slide {
  width: 180px;
}
.sw22 .swiper-slide .pic {
  width: 100%;
  height: 120px;
  overflow: hidden;
  margin-top: 20px;
  position: relative;
  font-size: 0;
  text-align: center;
  line-height: 120px;
  background-color: #fff;
}
.sw22 .swiper-slide .pic:first-child {
  margin-top: 0;
}
.sw22 .swiper-slide img {
  max-width: 90%;
  max-height: 90%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sw22 .swiper-slide .pic:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sw22 .pic:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  border: 4px solid transparent;
}
.sw22 .swiper-slide .pic:hover:before {
  border-color: #0e62a7;
  -webkit-filter: url(#wavy);
          filter: url(#wavy);
}
.zuopinone .swiper-button-prev,
.zuopinone .swiper-button-next {
  width: 40px;
  height: 60px;
  border-radius: 10px;
  margin-top: -30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.zuopinone .swiper-button-prev:hover {
  background-color: #0e62a7;
  color: #fff;
}
.zuopinone .swiper-button-next:hover {
  background-color: #0e62a7;
  color: #fff;
}
.zuopinone .swiper-button-prev:after,
.zuopinone .swiper-button-next:after {
  font-size: 36px;
}
.sw22 .swiper-pagination {
  bottom: 0;
}
.sw22 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  background-color: #ececec;
  outline: 0 none;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}
.sw22 .swiper-pagination-bullet-active {
  background-color: #203b6e;
}
@media screen and (max-width: 1024px) {
  .zuopinone {
    padding: 0 50px;
  }
}
@media screen and (max-width: 750px) {
  .zuopinone {
    padding: 0 30px;
  }
}
.kehuerjilist {
  width: 100%;
  position: relative;
  margin: 68px auto 0;
  font-size: 0;
  text-align: center;
}
.kehuerjilist li {
  display: inline-block;
  margin: 0 12px 10px;
  width: 114px;
}
.kehuerjilist li a {
  display: block;
  height: 38px;
  font-size: 16px;
  color: #fff;
  line-height: 38px;
  position: relative;
  background-color: #004c9c;
}
.kehuerjilist li.on a,
.kehuerjilist li:hover a {
  -webkit-box-shadow: 0 0 10px 0 #004c9c;
          box-shadow: 0 0 10px 0 #004c9c;
}
/*9新媒体合作伙伴*/
.mediakehu {
  padding: 110px 0 140px;
}
.mdkehuwrap {
  overflow: hidden;
}
.mdkehuleft {
  float: left;
  width: 370px;
}
.mdkehuright {
  float: right;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.kehulist {
  max-width: 1000px;
  padding: 2px 0;
  overflow: hidden;
}
.kehulist li {
  float: left;
  width: 20%;
  margin: 20px 0;
}
.kehulist li .lin {
  padding: 0 30px;
  position: relative;
}
.kehulist li a {
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 14px 0 18px;
}
.kehulist .pic {
  width: 100%;
  height: 70px;
  overflow: hidden;
  font-size: 0;
  line-height: 70px;
}
.kehulist img {
  max-width: 98%;
  max-height: 98%;
}
.kehulist h3 {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  margin-top: 8px;
  -webkit-transition: .4s;
  transition: .4s;
}
/*.kehulist li:hover a{ box-shadow: 0 0 10px 0 rgba(238,29,35,0.4);}*/
.kehulist li:hover h3 {
  color: #ee1d23;
}
.kehulist .lin:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  border: 4px solid transparent;
}
.kehulist li:hover .lin:before {
  border-color: rgba(238, 29, 35, 0.4);
  -webkit-filter: url(#wavy);
          filter: url(#wavy);
}
.mdkehuleft h2.title {
  font-size: 44px;
  color: #333;
  line-height: 70px;
  padding-top: 20px;
}
.mdkehuinfo {
  margin-top: 32px;
}
.mdkehuinfo dd {
  padding: 50px 0 50px 54px;
  border-bottom: 1px dotted #656565;
  font-size: 26px;
  line-height: 40px;
  color: #333;
}
.mdkehuinfo dd.i1 {
  background: url('../images/ic1.png') 1px no-repeat;
}
.mdkehuinfo dd.i2 {
  background: url('../images/ic2.png') 3px no-repeat;
}
.mdkehuinfo dd.i3 {
  background: url('../images/ic3.png') 2px no-repeat;
}
.mdkehuinfo dd.i4 {
  background: url('../images/ic4.png') 5px no-repeat;
}
@media screen and (max-width: 1440px) {
  .mdkehuleft {
    float: none;
    width: 100%;
    margin-bottom: 60px;
  }
  .mdkehuright {
    float: none;
  }
  .mdkehuleft h2.title {
    font-size: 34px;
    text-align: center;
    padding-top: 0;
  }
  .mdkehuinfo {
    text-align: center;
  }
  .mdkehuinfo dd {
    display: inline-block;
    padding: 5px 0 5px 54px;
    border-bottom: 0 none;
    margin: 0 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .kehulist li .lin {
    padding: 0 20px;
  }
}
@media screen and (max-width: 800px) {
  .mediakehu {
    padding: 90px 0 90px;
  }
  .kehulist li {
    width: 25%;
  }
}
@media screen and (max-width: 600px) {
  .kehulist li {
    width: 33.33%;
  }
}
/*24招贤*/
.zp-out {
  padding: 90px 0;
}
.zplinian {
  text-align: center;
  margin-bottom: 74px;
}
.zplinian h2.btitle {
  font-size: 44px;
  color: #333;
  line-height: 60px;
  height: 60px;
  overflow: hidden;
}
.liniancon {
  margin: 32px auto 58px;
  width: 1300px;
  max-width: 100%;
  font-size: 24px;
  color: #333;
  line-height: 54px;
}
.linianfig {
  position: relative;
  overflow: hidden;
}
.zaopinlist {
  padding: 66px 0 44px;
  margin: 0 -16px;
  overflow: hidden;
}
.zaopinlist li {
  float: left;
  width: 25%;
  margin-bottom: 30px;
}
.zaopinlist li .lin {
  padding: 0 16px;
}
.zaopinlist li a {
  display: block;
  position: relative;
  border: 2px solid #777;
  padding: 40px 35px 60px;
}
.zaopinlist li a:after {
  left: 100%;
  position: absolute;
  top: -2px;
  z-index: 2;
  content: " ";
  width: 0;
  border-bottom: 3px solid #ee1d23;
  -webkit-transition: .5s;
  transition: .5s;
}
.zaopinlist li:hover a:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.zaopinlist li h3 {
  font-size: 30px;
  color: #333;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zaopinlist li .renshu {
  font-size: 20px;
  color: #333;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  margin-top: 20px;
}
.zaopinlist li .renshu span {
  color: #ee1d23;
}
.zaopinlist li .txt {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  height: 104px;
  overflow: hidden;
  margin-top: 40px;
}
.zaopinlist .more {
  display: block;
  width: 114px;
  height: 36px;
  margin-top: 58px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  color: #ee1d23;
  line-height: 36px;
  text-align: center;
}
.zaopinlist .more:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 36px;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(189, 7, 6, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.zaopinlist .more:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 0;
  margin-top: -6px;
  width: 13px;
  height: 13px;
  background: url('../images/jia2.png') center no-repeat;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.zaopinlist .more span {
  position: relative;
  z-index: 2;
}
.zaopinlist .more:hover:before {
  background-color: rgba(238, 29, 35, 0.5);
}
.zaopinlist .more:hover:after {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.zaopinlist li:hover h3 {
  color: #ee1d23;
}
.zaopinlist h3 {
  -webkit-transition: .6s;
  transition: .6s;
}
@media screen and (max-width: 1440px) {
  .zaopinlist li {
    width: 33.33%;
  }
}
@media screen and (max-width: 1200px) {
  .zaopinlist {
    margin: 0 -10px;
  }
  .zaopinlist li .lin {
    padding: 0 10px;
  }
  .zaopinlist li a {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 1023px) {
  .zp-out {
    padding: 70px 0;
  }
  .zaopinlist {
    padding: 60px 0 30px;
  }
  .zaopinlist li {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .zplinian h2.btitle {
    font-size: 34px;
  }
  .liniancon {
    font-size: 16px;
    line-height: 30px;
  }
  .zaopinlist li h3 {
    font-size: 24px;
  }
  .zaopinlist li .txt {
    margin-top: 30px;
  }
  .zaopinlist .more {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .zaopinlist {
    margin: 0;
  }
  .zaopinlist li {
    width: 100%;
  }
  .zaopinlist li .lin {
    padding: 0 0;
  }
}
/*3户外行业案例*/
.huwaianli {
  padding: 90px 0 90px;
}
.ananlist {
  margin: 0 -18px;
  font-size: 0;
  overflow: hidden;
  padding: 76px 0 24px;
}
.ananlist li {
  float: left;
  width: 33.33%;
  margin-bottom: 40px;
}
.ananlist li .lin {
  padding: 0 18px;
}
.ananlist li a {
  display: block;
  position: relative;
}
.ananlist li .pic {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 310px;
  overflow: hidden;
}
.ananlist li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ananlist li .cov {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url('../images/jab1.png') bottom / cover no-repeat;
}
.ananlist li label {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  background: transparent url('../images/gt-fn.png') center no-repeat;
}
.ananlist li .one {
  padding: 0 80px 25px 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.ananlist li h4 {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
}
.ananlist li:hover label {
  background-color: #ee1d23;
}
.ananlist label {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 1300px) {
  .ananlist li {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .ananlist li .one {
    padding: 0 80px 25px 20px;
  }
}
@media screen and (max-width: 750px) {
  .huwaianli {
    padding: 70px 0 70px;
  }
  .ananlist {
    margin: 0 0;
    padding-top: 60px;
  }
  .ananlist li {
    float: none;
    width: 100%;
  }
  .ananlist li .lin {
    padding: 0 0;
  }
}
.huwaibtl {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 2px solid #e6e1e1;
}
.huwaibtl .cn {
  float: left;
  font-size: 38px;
  color: #0b0d19;
  line-height: 62px;
}
.huwaierji {
  float: right;
  margin-top: 26px;
  font-size: 0;
}
.huwaierji a {
  display: inline-block;
  overflow: hidden;
  height: 30px;
  vertical-align: top;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin-left: 24px;
}
.huwaierji a:hover,
.huwaierji a.on {
  color: #ee1d23;
}
.huwaierji a:hover,
.huwaierji a.on {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 4'%3E%3Cpath fill='none' stroke='%23ee1d23' d='M0 3.5c5 0 5-3 10-3s5 3 10 3 5-3 10-3 5 3 10 3'/%3E%3C/svg%3E") repeat-x 0 100%;
  background-size: 20px auto;
  -webkit-animation: waveMove 1s infinite linear;
          animation: waveMove 1s infinite linear;
}
@media screen and (max-width: 1200px) {
  .huwaibtl .cn {
    float: none;
  }
  .huwaierji {
    float: none;
    width: 100%;
  }
  .huwaierji a {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media screen and (max-width: 750px) {
  .huwaibtl .cn {
    font-size: 26px;
    line-height: 40px;
  }
}
/*8新媒体优势*/
.mediaysone {
  padding: 100px 0;
  position: relative;
}
.mediaysone .title1 {
  font-size: 44px;
  color: #333;
  line-height: 58px;
  text-align: center;
  margin-bottom: 10px;
}
.mediaysone .title2 {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .mediaysone .title1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 750px) {
  .mediaysone {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .mediaysone .title1 {
    font-size: 28px;
    line-height: 46px;
  }
}
.youshilist {
  padding-bottom: 6px;
  margin: 62px -34px 0;
  overflow: hidden;
}
.youshilist li {
  float: left;
  width: 33.33%;
}
.youshilist li .lin {
  padding: 0 34px;
}
.youshilist li a {
  display: block;
  position: relative;
}
.youshilist .pic {
  width: 100%;
  height: 0;
  padding-bottom: 62.5%;
  overflow: hidden;
  position: relative;
}
.youshilist img {
  -o-object-fit: cover;
     object-fit: cover;
}
.youshilist li .wz {
  border: 1px solid #dbdbdb;
  padding: 22px 20px 24px;
}
.youshilist li h3 {
  font-size: 22px;
  color: #333;
  line-height: 36px;
  text-align: center;
  height: 72px;
  overflow: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}
.youshilist li:hover h3 {
  color: #ee1d23;
}
@media screen and (max-width: 1400px) {
  .youshilist {
    margin: 60px -24px 0;
  }
  .youshilist li .lin {
    padding: 0 24px;
  }
}
@media screen and (max-width: 1200px) {
  .youshilist li h3 {
    font-size: 18px;
    line-height: 28px;
    height: 56px;
  }
}
@media screen and (max-width: 1023px) {
  .youshilist li {
    width: 50%;
    margin-bottom: 20px;
  }
  .youshilist li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .youshilist {
    margin: 50px -15px 0;
  }
  .youshilist li .lin {
    padding: 0 15px;
  }
  .youshilist li h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .youshilist {
    margin: 50px 0 0;
  }
  .youshilist li {
    width: 100%;
  }
  .youshilist li .lin {
    padding: 0 0;
  }
}
.mediaystwo {
  padding: 100px 0 110px;
  position: relative;
  background: url('../images/ptbg.jpg') center / cover no-repeat;
}
.mediaystwo .title1 {
  font-size: 44px;
  color: #fff;
  line-height: 58px;
  text-align: center;
  margin-bottom: 10px;
}
.mediaystwo .title2 {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .mediaystwo .title1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 750px) {
  .mediaystwo {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .mediaystwo .title1 {
    font-size: 28px;
    line-height: 46px;
  }
}
.pintaiswiper {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}
.pintaiswiper .swiper-container {
  height: 600px;
}
.pintaiswiper .swiper-slide {
  width: 100%;
}
.pintaiswiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}
.pintaiswiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pintaiswiper .sw-next,
.pintaiswiper .sw-prev {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  z-index: 10;
  cursor: pointer;
  font-size: 0;
  border-radius: 50%;
  margin-top: -30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pintaiswiper .sw-prev {
  left: 0;
  background: transparent url('../images/lt2.png') center no-repeat;
}
.pintaiswiper .sw-next {
  right: 0;
  background: transparent url('../images/gt2.png') center no-repeat;
}
.pintaiswiper .sw-prev:hover,
.pintaiswiper .sw-next:hover {
  background-color: rgba(238, 29, 35, 0.6);
}
.pintaiswiper .swiper-pagination {
  bottom: 30px;
  font-size: 0;
  width: 100%;
}
.pintaiswiper .swiper-pagination-bullet {
  width: 18px;
  height: 2px;
  margin: 0 3px;
  opacity: 1;
  background-color: #000;
  outline: 0 none;
  border-radius: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pintaiswiper .swiper-pagination-bullet-active {
  background-color: #ee1d23;
}
.ptlist {
  overflow: hidden;
  font-size: 0;
  text-align: center;
  width: 100%;
  margin-top: 52px;
}
.ptlist li {
  display: inline-block;
  width: 210px;
  max-width: 16.6%;
  vertical-align: top;
}
.ptlist li a {
  display: block;
  position: relative;
  cursor: pointer;
}
.ptlist .pic {
  height: 100px;
  line-height: 100px;
  position: relative;
}
.ptlist .pic img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 2;
}
.ptlist .pic i {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  background-color: transparent;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ptlist h3 {
  font-size: 18px;
  color: #fff;
  height: 26px;
  line-height: 26px;
  margin-top: 10px;
}
.ptlist li:hover i {
  background-color: #e80125;
}
.ptlist li.on i {
  background-color: #e80125;
}
@media screen and (max-width: 750px) {
  .ptlist .pic {
    height: 80px;
    line-height: 80px;
  }
  .ptlist .pic i {
    width: 80px;
    height: 80px;
    margin-left: -40px;
  }
  .pintaiswiper .swiper-container {
    height: 300px;
  }
}
.mediaysthree {
  padding: 70px 0 90px;
}
@media screen and (max-width: 750px) {
  .mediaysthree {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.guolist8 {
  overflow: hidden;
  font-size: 0;
  text-align: center;
}
.guolist8 li {
  display: inline-block;
  width: 16.66%;
}
.guolist8 li a {
  display: block;
  padding: 0 40px;
  color: #333;
  position: relative;
}
.guolist8 li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 3px;
  height: 92px;
  background-color: rgba(238, 29, 35, 0.1);
}
.guolist8 h3 {
  line-height: 64px;
  height: 64px;
}
.guolist8 h3 span {
  font-size: 60px;
  color: #ee1d23;
  font-family: "Microsoft Yahei";
  font-weight: bold;
  display: inline-block;
  height: 100%;
}
.guolist8 h3 s {
  font-size: 18px;
  text-decoration: none;
  margin-left: 12px;
}
.guolist8 .txt {
  font-size: 20px;
  line-height: 36px;
}
@media screen and (max-width: 1440px) {
  .guolist8 li a {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1100px) {
  .guolist8 li {
    width: 33.33%;
    margin: 10px 0;
  }
}
@media screen and (max-width: 750px) {
  .guolist8 li {
    width: 50%;
    margin: 20px 0;
  }
  .guolist8 li:nth-child(odd) a:before {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .guolist8 h3 span {
    font-size: 50px;
  }
}
/*11海外合作伙伴*/
.haiwaikehu {
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .haiwaikehu {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.zuopintwo {
  position: relative;
  width: 100%;
  margin-top: 120px;
}
.sw33 {
  overflow: hidden;
}
.sw33 .swiper-slide {
  width: 195px;
}
.sw33 .single {
  border-top: 1px solid #e5e5e5;
  padding: 34px 0;
  text-align: center;
  position: relative;
}
.sw33 .single:first-child {
  border-top: 0 none;
}
.sw33 .single .pic {
  width: 100%;
  height: 54px;
  overflow: hidden;
  font-size: 0;
  text-align: center;
  line-height: 54px;
}
.sw33 .single img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sw33 .single:hover .pic img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sw33 .single h3 {
  font-size: 14px;
  color: #333;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  margin-top: 12px;
  -webkit-transition: .4s;
  transition: .4s;
}
.sw33 .single:hover h3 {
  color: #ee1d23;
}
.sw33 .single:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  border: 4px solid transparent;
}
.sw33 .single:hover:before {
  border-color: rgba(238, 29, 35, 0.4);
  -webkit-filter: url(#wavy);
          filter: url(#wavy);
}
.zuopintwo .swiper-button-prev,
.zuopintwo .swiper-button-next {
  width: 40px;
  height: 60px;
  border-radius: 10px;
  margin-top: -30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.zuopintwo .swiper-button-prev:hover {
  background-color: #0e62a7;
  color: #fff;
}
.zuopintwo .swiper-button-next:hover {
  background-color: #0e62a7;
  color: #fff;
}
.zuopintwo .swiper-button-prev:after,
.zuopintwo .swiper-button-next:after {
  font-size: 36px;
}
.sw33 .swiper-pagination {
  bottom: 0;
}
.sw33 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  background-color: #ececec;
  outline: 0 none;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}
.sw33 .swiper-pagination-bullet-active {
  background-color: #203b6e;
}
@media screen and (max-width: 750px) {
  .zuopintwo {
    margin-top: 90px;
  }
}
.global {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.globalpicbg {
  width: 43.7%;
  position: relative;
  font-size: 0;
  text-align: center;
}
.globalpicbg img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.globalother {
  width: 46.5%;
}
.globaltitle {
  font-size: 44px;
  color: #333;
  line-height: 64px;
  font-weight: bold;
}
.globalother .globalcon {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin-top: 20px;
  overflow: auto;
}
.globalother .globalcon img {
  max-width: 100%;
}
@media screen and (max-width: 1100px) {
  .globalpicbg {
    width: 100%;
  }
  .globalother {
    width: 100%;
    margin-top: 50px;
  }
  .globaltitle {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .globaltitle {
    font-size: 34px;
  }
}
/*4户外媒体资源*/
.huwaiziyuan {
  padding: 50px 0;
}
.ziyuan {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ziyuanpicbg {
  font-size: 0;
  text-align: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.ziyuanpicbg img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ziyuanother {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 460px;
          flex: 0 0 460px;
}
@media screen and (max-width: 1100px) {
  .ziyuanpicbg {
    width: 100%;
  }
  .ziyuanother {
    width: 100%;
    margin-top: 50px;
  }
}
.guolist4 {
  display: block;
  font-size: 0;
}
.guolist4 li {
  width: 100%;
  margin-top: 88px;
}
.guolist4 li:first-child {
  margin-top: 0;
}
.guolist4 li a {
  display: block;
  color: #333;
  position: relative;
}
.guolist4 h3 {
  font-weight: bold;
  height: 94px;
}
.guolist4 h3 span {
  display: inline-block;
  font-size: 80px;
  color: #ee1d23;
  line-height: 94px;
  vertical-align: top;
}
.guolist4 h3 s {
  display: inline-block;
  font-size: 35px;
  line-height: 1.6em;
  vertical-align: top;
  margin-left: 16px;
}
.guolist4 .txt {
  font-size: 24px;
  line-height: 40px;
}
@media screen and (max-width: 1100px) {
  .guolist4 li {
    margin-top: 50px;
  }
  .guolist4 h3 span {
    font-size: 60px;
  }
  .ziyuanother {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 380px;
            flex: 0 0 380px;
  }
}
@media screen and (max-width: 940px) {
  .ziyuan {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ziyuanpicbg {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .ziyuanother {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
/*6新媒体解决方案*/
.mediafangan {
  padding: 90px 0 90px;
  position: relative;
}
.mediafangan:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 57%;
  height: 50%;
  background-color: #ebebeb;
}
.mediafangan .title1 {
  font-size: 50px;
  color: #333;
  line-height: 66px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .mediafangan .title1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 750px) {
  .mediafangan {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .mediafangan .title1 {
    font-size: 30px;
    line-height: 48px;
  }
}
.fanganwrap {
  margin-top: 90px;
  width: 100%;
  height: 760px;
  position: relative;
}
.fanganwrap .cer8 {
  height: 100%;
  position: relative;
  z-index: 2;
}
.fanganswiper {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 50%;
  height: 100%;
}
.fanganswiper .swiper-container {
  width: 100%;
  height: 100%;
}
.fanganswiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.fanganswiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}
.fanganswiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fanganswiper .swiper-slide .one {
  padding: 0 50px 40px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.fanganswiper .swiper-slide h4 {
  font-size: 48px;
  color: #fff;
  line-height: 52px;
  font-weight: bold;
}
.fanganswiper .swiper-slide .txt {
  font-size: 24px;
  color: #fff;
  line-height: 36px;
  margin-top: 14px;
}
.fanganlist {
  font-size: 0;
  width: 545px;
  max-width: 40%;
}
.fanganlist li {
  width: 100%;
  padding: 40px 0;
}
.fanganlist li a {
  display: block;
  position: relative;
  padding-left: 62px;
  padding-right: 83px;
  cursor: pointer;
  text-align: left;
}
.fanganlist i {
  position: absolute;
  right: 22px;
  top: 50px;
  z-index: 0;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.fanganlist .num {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
  font-size: 34px;
  color: #999;
  line-height: 50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.fanganlist h3 {
  font-size: 34px;
  color: #333;
  line-height: 50px;
  height: 50px;
}
.fanganlist .txt {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin-top: 14px;
}
.fanganlist li:hover i {
  background-color: #ee1d23;
  -webkit-box-shadow: 0 0 0 22px rgba(238, 29, 35, 0.1);
          box-shadow: 0 0 0 22px rgba(238, 29, 35, 0.1);
}
.fanganlist li.on i {
  background-color: #ee1d23;
  -webkit-box-shadow: 0 0 0 22px rgba(238, 29, 35, 0.2);
          box-shadow: 0 0 0 22px rgba(238, 29, 35, 0.2);
}
.fanganlist li:hover .num,
.fanganlist li.on .num {
  color: #ee1d23;
}
@media screen and (max-width: 1350px) {
  .fanganswiper {
    width: 60%;
  }
  .fanganlist i {
    right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .mediafangan:before {
    display: none;
  }
  .fanganwrap {
    height: auto;
    margin-top: 70px;
  }
  .fanganswiper {
    position: relative;
    width: 80%;
    height: 660px;
    margin: 0 auto;
  }
  .fanganlist {
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
  }
  .fanganlist li {
    display: inline-block;
    width: 50%;
    padding: 20px 0;
    vertical-align: top;
  }
  .fanganlist li a {
    padding-left: 50px;
    padding-right: 60px;
  }
  .fanganlist i {
    top: 20px;
  }
}
@media screen and (max-width: 750px) {
  .fanganswiper {
    height: 500px;
  }
  .fanganlist {
    text-align: center;
  }
  .fanganlist li {
    width: 90%;
  }
  .fanganlist h3 {
    font-size: 26px;
    line-height: 40px;
    height: 40px;
  }
  .fanganlist .num {
    line-height: 40px;
    height: 40px;
  }
  .fanganswiper .swiper-slide .one {
    padding: 0 30px 20px;
  }
  .fanganswiper .swiper-slide h4 {
    font-size: 38px;
  }
}
@media screen and (max-width: 640px) {
  .fanganswiper {
    height: 400px;
  }
  .fanganswiper .swiper-slide .txt {
    font-size: 18px;
    line-height: 30px;
    margin-top: 0;
  }
}
/*7新媒体资源*/
.mediaziyuan {
  padding: 106px 0 168px;
}
.mediaziyuan .title1 {
  font-size: 44px;
  color: #333;
  line-height: 60px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .mediaziyuan {
    padding: 90px 0 120px;
  }
  .mediaziyuan .title1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 750px) {
  .mediaziyuan {
    padding-top: 80px;
    padding-bottom: 90px;
  }
  .mediaziyuan .title1 {
    font-size: 28px;
    line-height: 48px;
  }
}
.duoweidulist {
  position: relative;
  width: 100%;
  height: 740px;
  margin-top: 44px;
}
.duoweidulist dd {
  position: absolute;
  z-index: 3;
  width: 380px;
}
.duoweidulist dd h3 {
  font-size: 34px;
  color: #fff;
  line-height: 68px;
  border-radius: 10px;
  width: 170px;
  height: 68px;
  position: relative;
  background-color: #ee1d23;
}
.duoweidulist dd h3:before {
  content: '';
  position: absolute;
  top: 24px;
  z-index: 0;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.duoweidulist dd .txt {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin-top: 14px;
}
.duoweidulist dd a {
  position: absolute;
  right: -55px;
  bottom: 24px;
  z-index: 1;
  width: 120px;
  height: 40px;
  border-radius: 20px;
  background-color: #44bffe;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.duoweidulist dd:hover a {
  opacity: 1;
}
.duoweidulist dd.i1,
.duoweidulist dd.i3 {
  left: 0;
  text-align: right;
}
.duoweidulist dd.i2,
.duoweidulist dd.i4 {
  right: 0;
  text-align: left;
}
.duoweidulist dd.i1,
.duoweidulist dd.i2 {
  top: 106px;
}
.duoweidulist dd.i3,
.duoweidulist dd.i4 {
  top: 50%;
  margin-top: 56px;
}
.duoweidulist dd.i2 h3:before,
.duoweidulist dd.i4 h3:before {
  left: -14px;
  border-left: 0 solid transparent;
  border-right: 14px solid #ee1d23;
}
.duoweidulist dd.i1 h3:before,
.duoweidulist dd.i3 h3:before {
  right: -14px;
  border-left: 14px solid #ee1d23;
  border-right: 0 solid transparent;
}
.duoweidulist dd.i2 .txt,
.duoweidulist dd.i4 .txt {
  float: left;
  padding-left: 26px;
}
.duoweidulist dd.i1 .txt,
.duoweidulist dd.i3 .txt {
  float: right;
  padding-right: 26px;
}
.duoweidulist dd.i2 h3,
.duoweidulist dd.i4 h3 {
  float: left;
  padding-left: 26px;
}
.duoweidulist dd.i1 h3,
.duoweidulist dd.i3 h3 {
  float: right;
  padding-right: 26px;
}
.coretu {
  position: absolute;
  width: 0;
  height: 0;
  z-index: 2;
  left: 50%;
  top: 370px;
}
.coretu .quan1 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#eef2fb), to(#f8f9fb));
  background-image: linear-gradient(to top, #eef2fb, #f8f9fb);
  -webkit-box-shadow: 0 2px 12px 0 rgba(124, 142, 194, 0.25);
          box-shadow: 0 2px 12px 0 rgba(124, 142, 194, 0.25);
  margin-left: -170px;
  margin-top: -170px;
  pointer-events: none;
  overflow: hidden;
}
.coretu .quan1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.coretu .quan2 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: 476px;
  height: 476px;
  border-radius: 50%;
  -webkit-animation: rotate360 36s linear 0s infinite;
          animation: rotate360 36s linear 0s infinite;
  border: 2px dashed #c2c8d0;
  margin-left: -240px;
  margin-top: -240px;
}
.coretu .single {
  position: absolute;
  z-index: 3;
  width: 64px;
  text-align: center;
  margin-left: -32px;
  margin-top: -45px;
}
.coretu .single .pic {
  width: 100%;
  height: 64px;
  overflow: hidden;
  font-size: 0;
  text-align: center;
  line-height: 64px;
}
.coretu .single .pic img {
  max-width: 100%;
  max-height: 100%;
}
.coretu .single h3 {
  font-size: 14px;
  color: #333;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  margin-top: 4px;
  -webkit-transition: .4s;
  transition: .4s;
}
.coretu .single:hover h3 {
  color: #ee1d23;
}
@media screen and (max-width: 1440px) {
  .duoweidulist dd {
    width: 320px;
  }
}
@media screen and (max-width: 1300px) {
  .duoweidulist {
    height: 1100px;
  }
  .duoweidulist dd {
    width: 480px;
    max-width: 46%;
  }
  .duoweidulist dd.i1,
  .duoweidulist dd.i2 {
    top: auto;
    bottom: 0px;
    margin-bottom: 200px;
  }
  .duoweidulist dd.i3,
  .duoweidulist dd.i4 {
    top: auto;
    margin-top: 0;
    bottom: 0px;
  }
  .duoweidulist dd .txt {
    min-height: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .coretu {
    top: 300px;
  }
  .duoweidulist dd {
    width: 46%;
    max-width: none;
  }
  .duoweidulist dd.i1,
  .duoweidulist dd.i2 {
    margin-bottom: 220px;
  }
  .duoweidulist dd .txt {
    min-height: 120px;
  }
}
@media screen and (max-width: 750px) {
  .coretu {
    top: 250px;
  }
  .duoweidulist {
    height: auto;
    padding-top: 520px;
    font-size: 0;
  }
  .duoweidulist dd {
    position: relative;
    width: 100%;
  }
  .duoweidulist dd.i1,
  .duoweidulist dd.i2,
  .duoweidulist dd.i3 {
    margin-bottom: 40px;
  }
  .duoweidulist dd.i1,
  .duoweidulist dd.i3 {
    text-align: left;
  }
  .duoweidulist dd .txt {
    min-height: 0;
  }
  .duoweidulist dd.i2 .txt,
  .duoweidulist dd.i4 .txt {
    float: none;
    padding-left: 0;
  }
  .duoweidulist dd.i1 .txt,
  .duoweidulist dd.i3 .txt {
    float: none;
    padding-right: 0;
  }
  .duoweidulist dd h3 {
    font-size: 24px;
    line-height: 48px;
    height: 48px;
  }
  .duoweidulist dd.i2 h3,
  .duoweidulist dd.i4 h3 {
    float: none;
    padding-left: 0;
    text-align: center;
  }
  .duoweidulist dd.i1 h3,
  .duoweidulist dd.i3 h3 {
    float: none;
    padding-right: 0;
    text-align: center;
  }
  .duoweidulist dd h3:before {
    display: none;
  }
}
/*18会务公关*/
.huiwuthree {
  padding: 137px 0 115px;
  position: relative;
}
.huiwuthree .title1 {
  font-size: 44px;
  color: #333;
  line-height: 58px;
}
@media screen and (max-width: 1200px) {
  .huiwuthree {
    padding: 110px 0 96px;
  }
  .huiwuthree .title1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 750px) {
  .huiwuthree {
    padding-top: 80px;
    padding-bottom: 76px;
  }
  .huiwuthree .title1 {
    font-size: 28px;
    line-height: 46px;
  }
}
.youshilist2 {
  padding-bottom: 1px;
  margin: 70px -30px 0;
  overflow: hidden;
  font-size: 0;
}
.youshilist2 li {
  display: inline-block;
  width: 33.33%;
}
.youshilist2 li .lin {
  padding: 0 30px;
}
.youshilist2 li a {
  display: block;
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.youshilist2 .pic {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  font-size: 0;
  overflow: hidden;
}
.youshilist2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.youshilist2 .pic i {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #ee1d23;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}
.youshilist2 li:hover .pic i {
  opacity: 1;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.youshilist2 li .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.youshilist2 li .cover .in {
  margin: auto;
  text-align: center;
  padding: 0 10px;
}
.youshilist2 li .cover .txt2 {
  font-size: 38px;
  color: #fff;
  line-height: 48px;
  height: 48px;
  overflow: hidden;
  font-weight: bold;
}
.youshilist2 li .cover .hx {
  width: 58px;
  height: 4px;
  margin: 40px auto 48px;
  background-color: #fff;
}
.youshilist2 li .cover .txt3 {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  max-width: 350px;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .youshilist2 {
    margin: 60px -20px 0;
  }
  .youshilist2 li .lin {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .youshilist2 li .cover .txt2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .youshilist2 li {
    width: 50%;
    margin-bottom: 30px;
  }
  .youshilist2 li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .youshilist2 {
    margin: 50px -10px 0;
  }
  .youshilist2 li .lin {
    padding: 0 10px;
  }
}
@media screen and (max-width: 640px) {
  .youshilist2 {
    margin: 50px 0 0;
  }
  .youshilist2 li {
    width: 100%;
  }
  .youshilist2 li .lin {
    padding: 0 0;
  }
}
.huiwutwo {
  position: relative;
}
.zuopinthree {
  position: relative;
  width: 100%;
  margin-top: 84px;
}
.sw18 {
  overflow: hidden;
}
.sw18 .swiper-slide {
  width: 195px;
}
.sw18 .single {
  border-bottom: 1px solid #e5e5e5;
  padding: 34px 0;
  text-align: center;
  position: relative;
}
.sw18 .single .pic {
  width: 100%;
  height: 100px;
  overflow: hidden;
  font-size: 0;
  text-align: center;
  line-height: 100px;
}
.sw18 .single img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sw18 .single:hover .pic img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sw18 .single:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  border: 4px solid transparent;
}
.sw18 .single:hover:before {
  border-color: #0e62a7;
  -webkit-filter: url(#wavy);
          filter: url(#wavy);
}
.zuopinthree .swiper-button-prev,
.zuopinthree .swiper-button-next {
  width: 40px;
  height: 60px;
  border-radius: 10px;
  margin-top: -30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.zuopinthree .swiper-button-prev:hover {
  background-color: #0e62a7;
  color: #fff;
}
.zuopinthree .swiper-button-next:hover {
  background-color: #0e62a7;
  color: #fff;
}
.zuopinthree .swiper-button-prev:after,
.zuopinthree .swiper-button-next:after {
  font-size: 36px;
}
.sw18 .swiper-pagination {
  bottom: 0;
}
.sw18 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  background-color: #ececec;
  outline: 0 none;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}
.sw18 .swiper-pagination-bullet-active {
  background-color: #203b6e;
}
@media screen and (max-width: 750px) {
  .zuopinthree {
    margin-top: 50px;
  }
}
.world {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.worldpicbg {
  width: 49%;
  position: relative;
  font-size: 0;
  text-align: center;
}
.worldpicbg img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.worldother {
  width: 38%;
}
.worldtitle {
  font-size: 44px;
  color: #333;
  line-height: 58px;
}
.worldother .worldcon {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  margin-top: 70px;
  overflow: auto;
}
.worldother .worldcon img {
  max-width: 100%;
}
@media screen and (max-width: 1400px) {
  .worldother {
    width: 46%;
  }
  .worldother .worldcon {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .worldpicbg {
    width: 100%;
  }
  .worldother {
    width: 100%;
    margin-bottom: 50px;
  }
  .worldtitle {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .worldtitle {
    font-size: 34px;
  }
}
.huiwuone {
  padding: 74px 0 126px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .huiwuone {
    padding: 54px 0 100px;
  }
}
@media screen and (max-width: 750px) {
  .huiwuone {
    padding-top: 44px;
    padding-bottom: 74px;
  }
}
/*2媒体资源*/
.guangsec {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 960px;
  background-color: #fff;
}
.secbg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.secbg21 {
  background-image: url('../images/guangbg1.jpg');
  background-position: 80% 50%;
}
.secbg22 {
  background-image: url('../images/guangbg2.jpg');
  background-position: 60% 50%;
}
.secbg23 {
  background-image: url('../images/guangbg3.jpg');
  background-position: center;
}
.secwz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 610px;
  height: 100%;
  color: #fff;
  position: absolute;
  left: 9.375%;
  top: 0;
  z-index: 2;
}
.secwz .inner {
  margin: auto 0;
  width: 100%;
}
.secwz h3 {
  font-size: 44px;
  line-height: 54px;
}
.secwz .txt {
  font-size: 16px;
  line-height: 30px;
  max-height: 240px;
  overflow: hidden;
  margin-top: 40px;
}
.guanglink {
  margin-top: 58px;
  font-size: 0;
  line-height: 30px;
  color: #fff;
}
.guanglink a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  height: 100%;
  vertical-align: middle;
}
.guanglink a:hover {
  color: #ee1d23;
}
.guanglink a:hover {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 4'%3E%3Cpath fill='none' stroke='%23ee1d23' d='M0 3.5c5 0 5-3 10-3s5 3 10 3 5-3 10-3 5 3 10 3'/%3E%3C/svg%3E") repeat-x 0 100%;
  background-size: 20px auto;
  -webkit-animation: waveMove 1s infinite linear;
          animation: waveMove 1s infinite linear;
}
.guanglink i {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  font-size: 18px;
  text-align: center;
  margin: 0 44px;
}
.sec22 .guanglink i {
  margin: 0 23px;
}
@media screen and (max-width: 1300px) {
  .sec22 .secwz {
    width: 46%;
  }
}
@media screen and (max-width: 1023px) {
  .secwz {
    left: 5%;
  }
  .guanglink i {
    margin: 0 23px;
    font-size: 0;
  }
}
@media screen and (max-width: 750px) {
  .secwz {
    left: 0;
    width: 100%;
  }
  .sec22 .secwz {
    width: 100%;
  }
  .secwz h3 {
    font-size: 32px;
    line-height: 44px;
  }
  .secwz .inner {
    padding: 20px 5%;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .secbg22 {
    background-position: 70% 50%;
  }
}
@media screen and (max-width: 600px) {
  .guanglink i {
    margin: 0 16px;
  }
}
/*21关于我们*/
.jiagou {
  padding: 88px 0 108px;
  background: url('../images/jiagoubg.jpg') center / cover no-repeat;
}
.jiagoupic {
  display: block;
  margin: 56px auto 0;
  max-width: 100%;
}
@media screen and (max-width: 700px) {
  .jiagou {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 590px) {
  .jiagou {
    padding: 70px 0 90px;
  }
}
.cate1-1 {
  position: relative;
  font-size: 44px;
  color: #fff;
  text-align: center;
}
.cate1-1 .en {
  line-height: 58px;
  text-transform: uppercase;
}
.cate1-1 .cn {
  line-height: 64px;
  font-weight: bold;
}
.cate1-1 .hx {
  width: 64px;
  height: 4px;
  margin: 16px auto;
  background-color: #ee1d23;
}
@media screen and (max-width: 750px) {
  .cate1-1 {
    font-size: 32px;
  }
  .cate1-1 .en {
    line-height: 48px;
  }
  .cate1-1 .cn {
    line-height: 54px;
  }
  .cate1-1 .hx {
    margin: 4px auto;
  }
}
@media screen and (max-width: 600px) {
  .cate1-1 {
    font-size: 24px;
  }
  .cate1-1 .en {
    line-height: 38px;
  }
  .cate1-1 .cn {
    line-height: 44px;
  }
}
.culture {
  padding: 102px 0 92px;
}
.culcate {
  color: #ee1d23;
  text-align: center;
  margin-top: 60px;
}
.culcate .cn {
  font-size: 50px;
  line-height: 66px;
  font-weight: bold;
}
.culcate .en {
  font-size: 44px;
  line-height: 54px;
  text-transform: uppercase;
  margin-top: 24px;
}
.cultxt {
  font-size: 26px;
  color: #252525;
  line-height: 46px;
  text-align: center;
  margin: 52px auto 0;
}
@media screen and (max-width: 1024px) {
  .culture {
    padding: 90px 0;
  }
  .culcate .cn {
    font-size: 40px;
  }
  .culcate .en {
    font-size: 34px;
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .culture {
    padding: 80px 0;
  }
  .culcate .cn {
    font-size: 30px;
    line-height: 56px;
  }
  .culcate .en {
    font-size: 24px;
    line-height: 44px;
  }
  .cultxt {
    font-size: 20px;
    line-height: 40px;
  }
}
.jinzheng {
  padding: 88px 0 102px;
  background: url('../images/jiagoubg.jpg') center / cover no-repeat;
  background-attachment: fixed;
}
.jinzheng .intro {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  margin-top: 18px;
}
.siweilist {
  max-width: 100%;
  font-size: 0;
  text-align: center;
  margin: 66px auto 0;
}
.siweilist li {
  display: inline-block;
  max-width: 25%;
}
.siweilist li .lin {
  padding: 20px 33px;
}
.siweilist li a {
  display: block;
  width: 280px;
  max-width: 100%;
  height: 280px;
  background-color: #252525;
  border-radius: 50%;
  position: relative;
}
.siweilist li i {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: 308px;
  height: 320px;
  background: url('../images/quan.png') center no-repeat;
  margin-left: -154px;
  margin-top: -160px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.siweilist li .wz {
  position: relative;
  z-index: 1;
  padding: 70px 0;
}
.siweilist li .wz h3 {
  font-size: 44px;
  color: #fff;
  line-height: 56px;
  height: 56px;
}
.siweilist li .wz .en {
  font-size: 20px;
  color: #fff;
  line-height: 28px;
  height: 28px;
  text-transform: uppercase;
}
.siweilist li:hover a {
  background-color: #ee1d23;
}
.siweilist li:hover i {
  opacity: 1;
  -webkit-animation: rotate360 18s linear infinite;
          animation: rotate360 18s linear infinite;
}
@media screen and (max-width: 1460px) {
  .siweilist li .lin {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 1200px) {
  .jinzheng {
    padding: 80px 0 90px;
  }
  .siweilist {
    width: 720px;
  }
  .siweilist li {
    max-width: 50%;
    width: 50%;
  }
  .siweilist li .lin {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 750px) {
  .jinzheng {
    padding: 70px 0 80px;
  }
  .siweilist li .lin {
    padding: 20px 20px;
  }
  .siweilist li .wz h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 710px) {
  .siweilist li a {
    width: 220px;
    height: 220px;
  }
  .siweilist li .wz {
    padding: 40px 0;
  }
  .siweilist li .wz .en {
    font-size: 16px;
  }
}
@media screen and (max-width: 710px) {
  .siweilist li .lin {
    padding: 20px 5px;
  }
}
.about {
  padding: 70px 0 82px;
}
.aboutcon {
  font-size: 18px;
  color: #475244;
  line-height: 32px;
  margin: 38px auto 0;
  text-align: center;
  max-width: 1360px;
}
.cate22 {
  color: #fff;
  text-align: center;
  padding: 65px 0;
  background: url('../images/redstarbg.jpg') center / cover no-repeat;
}
.cate22 .cn {
  font-size: 44px;
  line-height: 60px;
}
.cate22 .cn2 {
  font-size: 54px;
  line-height: 70px;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .cate22 .cn {
    font-size: 30px;
    line-height: 50px;
  }
  .cate22 .cn2 {
    font-size: 40px;
    line-height: 60px;
  }
}
.about2 {
  padding: 52px 0 98px;
  border-bottom: 1px solid #ee1d23;
}
.about2 .intro {
  font-size: 18px;
  color: #999;
  line-height: 30px;
  text-align: center;
  margin-top: 62px;
}
.guolist21 {
  overflow: hidden;
  font-size: 0;
  text-align: center;
}
.guolist21 li {
  display: inline-block;
  width: 25%;
}
.guolist21 li a {
  display: block;
  padding: 45px 10px 63px;
  border-left: 1px solid #ebebeb;
  color: #231f20;
  position: relative;
}
.guolist21 li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 54px;
  z-index: 0;
  width: 1px;
  height: 80px;
  background-color: #ee1d23;
}
.guolist21 li:first-child a {
  border-left: 0 none;
}
.guolist21 li:first-child a:before {
  display: none;
}
.guolist21 h3 {
  font-size: 48px;
  font-weight: bold;
  line-height: 92px;
  height: 92px;
}
.guolist21 h3 span {
  font-family: "Microsoft Yahei";
  display: inline-block;
  height: 100%;
}
.guolist21 h3 span:first-letter {
  font-size: 80px;
  margin-right: 5px;
}
.guolist21 h3 s {
  font-size: 30px;
  text-decoration: none;
  vertical-align: top;
}
.guolist21 .txt {
  font-size: 16px;
  line-height: 30px;
}
@media screen and (max-width: 960px) {
  .guolist21 li {
    width: 50%;
  }
  .guolist21 li:nth-child(3) a {
    border-left: 0 none;
  }
  .guolist21 li:nth-child(3) a:before {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .about2 {
    padding: 50px 0 80px;
  }
}
@media screen and (max-width: 640px) {
  .guolist21 li a {
    padding: 35px 10px 53px;
  }
  .guolist21 h3 {
    font-size: 30px;
  }
  .guolist21 h3 span:first-letter {
    font-size: 60px;
  }
}
.team {
  width: 100%;
  height: 860px;
  position: relative;
}
.team .cer8 {
  height: 100%;
  position: relative;
  z-index: 2;
}
.team .title1 {
  font-size: 44px;
  color: #ee1d23;
  line-height: 60px;
}
.tmplist {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 50%;
  height: 100%;
  overflow: hidden;
  font-size: 0;
}
.tmplist li {
  float: left;
  width: 50%;
  height: 50%;
}
.tmplist li .lin {
  width: 100%;
  height: 100%;
}
.tmplist li a {
  display: block;
  width: 100%;
  height: 100%;
}
.tmplist li .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
}
.tmplist li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .5s;
  transition: .5s;
}
.tmplist li:hover img {
  opacity: 0.7;
}
.tmtwrap {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tmtlist {
  font-size: 0;
  width: 100%;
  padding-top: 4px;
}
.tmtlist li {
  width: 100%;
  margin-top: 40px;
}
.tmtlist li a {
  display: block;
}
.tmtlist h3 {
  font-size: 26px;
  color: #333;
  line-height: 40px;
  height: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.tmtlist .txt {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  margin-top: 6px;
}
.tmtlist li:hover h3 {
  color: #ee1d23;
}
@media screen and (max-width: 1440px) {
  .tmplist {
    width: 60%;
  }
  .tmtwrap {
    width: 40%;
  }
}
@media screen and (max-width: 1024px) {
  .team {
    padding-top: 70px;
    padding-bottom: 70px;
    height: auto;
  }
  .team .title1 {
    text-align: center;
    font-size: 34px;
    line-height: 50px;
  }
  .tmtwrap {
    margin-top: 50px;
    width: 100%;
  }
  .tmtlist {
    text-align: center;
  }
  .tmplist {
    position: relative;
    width: 960px;
    max-width: 80%;
    height: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .team .title1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .tmplist li {
    float: none;
    width: 100%;
  }
}
.dashiji {
  padding: 88px 0 96px;
  background: url('../images/jiagoubg.jpg') center / cover no-repeat;
  background-attachment: fixed;
}
.lichenlist {
  font-size: 0;
  width: 100%;
  padding-bottom: 2px;
  margin-top: 44px;
}
.lichenlist li {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.lichenlist a {
  display: block;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 180px;
}
.lichenlist a:before {
  content: "";
  position: absolute;
  left: 144px;
  top: 21px;
  z-index: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lichenlist a:after {
  content: "";
  position: absolute;
  left: 150px;
  top: 43px;
  bottom: 0;
  z-index: 0;
  width: 1px;
  height: auto;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lichenlist dl + dl {
  margin-top: 18px;
}
.lichenlist .year {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 120px;
  height: 60px;
  font-size: 50px;
  color: #fff;
  line-height: 60px;
  font-weight: bold;
  text-align: center;
}
.lichenlist .date {
  font-size: 26px;
  color: #fff;
  line-height: 40px;
  margin-bottom: 6px;
}
.lichenlist .txt {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
}
.lichenlist li:hover a:before {
  background-color: #ee1d23;
}
.lichenlist li:hover a:after {
  background-color: #ee1d23;
}
@media screen and (max-width: 1024px) {
  .dashiji {
    padding: 80px 0 90px;
  }
}
@media screen and (max-width: 750px) {
  .dashiji {
    padding: 70px 0 70px;
  }
  .lichenlist a {
    padding-left: 100px;
  }
  .lichenlist .year {
    font-size: 36px;
    width: 90px;
  }
  .lichenlist .date {
    font-size: 20px;
  }
  .lichenlist a:before {
    left: 70px;
    top: 53px;
  }
  .lichenlist a:after {
    left: 76px;
    top: 75px;
  }
}
.mediaanli {
  padding: 106px 0 122px;
}
.mediaanli .title1 {
  font-size: 44px;
  color: #333;
  line-height: 64px;
  text-align: center;
}
.ctc-con {
  margin-top: 90px;
  font-size: 16px;
  line-height: 28px;
  color: #333;
}
.ctc-con img {
  max-width: 100%;
}
.ctc-con a {
  color: #ee1d23;
}
@media screen and (max-width: 1200px) {
  .mediaanli {
    padding-top: 90px;
    padding-bottom: 106px;
  }
  .mediaanli .title1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 750px) {
  .mediaanli {
    padding-top: 80px;
    padding-bottom: 90px;
  }
  .mediaanli .title1 {
    font-size: 28px;
    line-height: 48px;
  }
  .ctc-con {
    margin-top: 70px;
  }
}
.zppage h2 {
  font-size: 36px;
  color: #ee1d23;
  line-height: 60px;
}
.zpcon {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  padding: 40px 0;
  border-top: 1px solid #ededed;
}
.zppage .zpinfo {
  font-size: 0;
  line-height: 40px;
  overflow: hidden;
  padding: 26px 0;
}
.zppage .zpinfo span {
  display: inline-block;
  width: 240px;
  font-size: 16px;
  color: #333;
  max-width: 46%;
  margin-right: 4%;
  overflow: hidden;
  vertical-align: top;
}
@media screen and (max-width: 750px) {
  .zppage h2 {
    font-size: 26px;
    line-height: 44px;
  }
}
@media screen and (max-width: 540px) {
  .zppage .zpinfo {
    line-height: 34px;
  }
  .zppage .zpinfo span {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
.dtc-h {
  margin-bottom: 38px;
}
.dtc-h h1 {
  font-size: 34px;
  color: #333;
  line-height: 46px;
  font-weight: bold;
  margin-bottom: 18px;
}
.dtc-date {
  font-size: 16px;
  color: #585c60;
  line-height: 28px;
  height: 28px;
}
.dtc-date span {
  display: inline-block;
  margin-left: 20px;
}
.dtc-date span:first-child {
  margin-left: 0;
}
.dtc-con {
  padding: 38px 0 0;
  font-size: 16px;
  line-height: 28px;
  color: #333;
  text-align: justify;
  border-top: 1px solid #e1e1e1;
}
.dtc-con img {
  max-width: 100%;
}
.dtc-con a {
  color: #ee1d23;
}
.dtc-pn {
  text-align: center;
  position: relative;
  height: 36px;
  line-height: 36px;
  background-color: #3c3c3c;
  margin-top: 66px;
  overflow: hidden;
  padding: 10px 20px;
}
.dtc-pn a {
  width: 25%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.dtc-pn a span {
  display: inline-block;
}
a.dtc-prev {
  float: left;
  text-align: left;
}
a.dtc-next {
  float: right;
  text-align: right;
}
a.dtc-prev span:hover,
a.dtc-next span:hover {
  color: #eb0104;
}
a.dtc-ret {
  display: inline-block;
  vertical-align: top;
}
a.dtc-ret span:hover {
  color: #eb0104;
}
@media screen and (max-width: 750px) {
  .dtc-h h1 {
    font-size: 24px;
    line-height: 40px;
  }
}
.etc-con {
  padding: 0 0 50px;
  font-size: 16px;
  line-height: 28px;
  color: #333;
  text-align: justify;
}
.etc-con img {
  max-width: 100%;
}
.etc-con a {
  color: #ee1d23;
}
.huilist2 {
  margin: 0 -24px;
  font-size: 0;
  overflow: hidden;
}
.huilist2 li {
  float: left;
  width: 33.33%;
  margin-top: 46px;
  margin-bottom: 40px;
}
.huilist2 li .lin {
  padding: 0 24px;
}
.huilist2 li a {
  display: block;
  position: relative;
}
.huilist2 li .pic {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 360px;
  overflow: hidden;
}
.huilist2 li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.huilist2 li .wrap {
  position: relative;
  padding: 20px;
  border-bottom: 3px solid #e9e9e9;
}
.huilist2 li h3 {
  font-size: 24px;
  color: #333;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  height: 40px;
  overflow: hidden;
}
.huilist2 li .cov {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url('../images/jab1.png') bottom / cover no-repeat;
}
.huilist2 li label {
  position: absolute;
  right: 20px;
  bottom: 25px;
  z-index: 3;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  background: #231f20 url('../images/gt-fn.png') center no-repeat;
}
.huilist2 li .one {
  padding: 0 80px 20px 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.huilist2 li h4 {
  color: #fff;
  line-height: 24px;
}
.huilist2 li h4 span {
  display: inline-block;
  font-size: 14px;
  margin-right: 24px;
}
.huilist2 li:hover label {
  background-color: #ee1d23;
}
.huilist2 li:hover h3 {
  color: #ee1d23;
}
.huilist2 h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.huilist2 label {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 1300px) {
  .huilist2 {
    margin: 0 -18px;
  }
  .huilist2 li .lin {
    padding: 0 18px;
  }
}
@media screen and (max-width: 1024px) {
  .huilist2 {
    margin: 0 0;
  }
  .huilist2 li {
    float: none;
    width: 100%;
  }
  .huilist2 li .lin {
    padding: 0 0;
  }
  .huilist2 li .pic {
    height: 560px;
  }
}
@media screen and (max-width: 750px) {
  .huilist2 li h3 {
    font-size: 20px;
  }
  .huilist2 li .pic {
    height: 460px;
  }
}
