#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 999;
  background: #fff;
}
.header {
  min-width: 1280px;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 60px;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}
.start #header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header .logo {
  float: left;
  padding-top: 27px;
  margin-right: 120px;
}
.header .nav {
  float: left;
}
.header .nav a {
  float: left;
  font-size: 16px;
  color: #808080;
  line-height: 100px;
  margin-right: 30px;
  transition: .5s;
}
.header .nav a:hover{
  color: #cb253a;
}
.header .back {
  float: right;
  font-size: 16px;
  color: #4c4c4c;
  line-height: 100px;
  transition: .5s;
}
.header .back:hover{
  color: #cb253a;
}
.footer {
  width: 100%;
  height: 140px;
  background: #fff;
  border-top: 1px solid #d4cbcb;
  padding-top: 40px;
}
.body_index .footer {
  background-color: #e6e1e1;
}
.body_new .footer {
  background-color: #ede4e4;
}
.footer span {
  display: block;
  font-size: 14px;
  color: #808080;
}
.backtop {
  position: fixed;
  bottom: 35px;
  right: 70px;
  width: 64px;
  height: 64px;
  background: url(/webnew/images/news/top.jpg) no-repeat center;
  cursor: pointer;
}
#pub_ban {
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
}
#pub_ban .c_img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: no-repeat center;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  background-size: cover;
  z-index: -1;
}
#pub_tit {
  line-height: 260px;
  text-align: right;
}
#pub_tit h6 {
  display: inline-block;
  font-size: 36px;
  font-family: "hyt";
  color: #cb263a;
  line-height: 96px;
  border-top: 2px solid #b4b8b8;
  border-bottom: 2px solid #b4b8b8;
}
#pub_tit h6 em {
  color: #c4a566;
}
.news .ipg1 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 120px;
  background: #ede4e4;
}
#new_list {
  width: 1230px;
  overflow: hidden;
}
#new_list li {
  float: left;
  width: 380px;
  margin-right: 30px;
  margin-bottom: 50px;
  transition: all 0.5s;
}
#new_list li .pic {
  width: 380px;
  height: 214px;
  overflow: hidden;
}
#new_list li .pic img {
  transition: all 1s;
}
#new_list li .font {
  position: relative;
  width: 380px;
  height: 263px;
  background: #fff;
  padding: 40px 30px 0 30px;
  transition: all 0.5s;
  z-index: 2;
}
#new_list li .font::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #cb263a;
  transition: all 0.5s;
  z-index: 1;
}
#new_list li .font h5 {
  font-size: 20px;
  color: #cb253a;
  font-family: "Rubik";
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
  transition: all 0.5s;
}
#new_list li .font h6 {
  font-size: 18px;
  color: #4c4c4c;
  line-height: 28px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
  transition: all 0.5s;
}
#new_list li .font p {
  position: relative;
  z-index: 2;
  transition: all 0.5s;
}
#new_list li:hover .pic img {
  transform: scale(1.15);
}
#new_list li:hover .font::after {
  height: 100%;
}
/* #new_list li:hover .font{
  background-color: #cb263a;
 } */
#new_list li:hover .font h5,
#new_list li:hover .font h6,
#new_list li:hover .font p {
  color: #fff;
}
p {
  font-size: 14px;
  color: #808080;
}
.news .ipg1 .icon {
  position: absolute;
  right: 0;
  bottom: -15px;
  width: 625px;
  height: 241px;
  background: url(/webnew/images/news/new_ic.png) no-repeat center;
}
.news .ipg1 .new_btn {
  width: 380px;
  height: 60px;
  margin: 0 auto;
  /* background: url(/webnew/images/news/btn.png) no-repeat center; */
  margin-top: 20px;
}
.news .ipg1 .new_btn .back_box {
  position: relative;
  float: left;
  width: 200px;
  height: 60px;
  transition: all .5s;
  border-radius: 50px 0 0 50px;
  overflow: hidden;
}
.news .ipg1 .new_btn .back{
  position: relative;
  z-index: 2;
  width: 200px;
  height: 60px;
  line-height: 60px;
  color: #cb263a;
  font-size: 18px;
  padding-left: 63px;
  background: url(/webnew/images/news/btn.png) no-repeat center left;
}
.news .ipg1 .new_btn .back_box::after{
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 190px;
  height: 100%;
  background-color: #cb263a;
  transition: all .5s;
}
.news .ipg1 .new_btn .back_box:hover::after{
  width: 220px;
  left: 0;
}
.news .ipg1 .new_btn .more_box {
  position: relative;
  z-index: 2;
  float: left;
  width: 180px;
  height: 60px;
  line-height: 60px;
  transition: all .5s;
  border-radius: 0 50px 50px 0;
  overflow: hidden;
}
.news .ipg1 .new_btn .more{
  position: relative;
  z-index: 2;
  width: 180px;
  height: 60px;
  color: #cb263a;
  font-size: 18px;
  padding-left: 47px;
  cursor: pointer;
  background: url(/webnew/images/news/btn.png) no-repeat center right;
  transition: all .5s;
}
.news .ipg1 .new_btn .more_box::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #cb263a;
  transition: all .5s;
}
.news .ipg1 .new_btn .more_box:hover::after{
  width: 180px;
}
.news .ipg1 .new_btn .back:hover{
  color: #fff;
  background-image: url(/webnew/images/news/btn1.png);
}
.news .ipg1 .new_btn .more:hover{
  color: #fff;
  background-image: url(/webnew/images/news/btn2.png);
}
.new_ins #pub_tit {
  text-align: center;
}
.new_ins .ipg1 {
  position: relative;
  padding: 100px 0 80px;
}
.new_ins .ipg1 .left {
  float: left;
  width: 780px;
}
.new_ins .ipg1 .left h5 {
  font-size: 24px;
  color: #cb253a;
  font-family: "Rubik";
  margin-bottom: 10px;
}
.new_ins .ipg1 .left h6 {
  font-size: 24px;
  line-height: 32px;
  color: #4c4c4c;
  padding-bottom: 25px;
  border-bottom: 2px solid #dad2cd;
  margin-bottom: 40px;
}
.new_ins .ipg1 .left p {
  margin-bottom: 20px;
}
.new_ins .ipg1 .left p strong{
  font-weight: bold;
}
.new_ins .ipg1 .left p img{
  display: inline-block;
}
.new_ins .ipg1 .left p video{
  display: inline-block;
}
.new_ins .ipg1 .left .pic {
  margin: 30px 0 20px;
}
.new_ins .ipg1 .left .pic img {
  max-width: 780px;
  margin: 0 auto;
}
.new_ins .ipg1 .left .pic em {
  display: block;
  font-size: 14px;
  color: #b2b2b2;
  text-align: center;
  margin-top: 15px;
}
.new_ins .ipg1 .left h4 {
  font-size: 16px;
  color: #4c4c4c;
  text-align: center;
  margin-bottom: 20px;
}
.new_ins .ipg1 .right {
  float: right;
  width: 370px;
  padding-top: 42px;
}
.new_ins .ipg1 .right .tit {
  font-size: 18px;
  color: #4c4c4c;
  padding-bottom: 25px;
  border-bottom: 2px solid #dad2cd;
  margin-bottom: 40px;
}
.new_ins .ipg1 .right li {
  margin-bottom: 20px;
}
.new_ins .ipg1 .right li h5 {
  font-size: 18px;
  color: #cb253a;
  font-family: "Rubik";
}
.new_ins .ipg1 .right li h6 {
  font-size: 18px;
  color: #4c4c4c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new_ins .ipg1 .tab > * {
  width: 123px;
  height: 64px;
  float: left;
  margin-top: 40px;
  cursor: pointer;
}
.new_ins .ipg1 .tab .le {
  line-height: 64px;
  font-size: 16px;
  color: #8c8989;
  background: #e6e1e1 url(../images/news/le.png) no-repeat 25px center;
  padding-left: 50px;
  transition: all .5s;
}
.new_ins .ipg1 .tab .le:hover{
  color: #fff;
  background: #cb253a url(../images/news/leon.png) no-repeat 25px center;
}
.new_ins .ipg1 .tab .mid a {
  line-height: 64px;
  text-align: center;
  font-size: 16px;
  color: #8c8989;
  background: #f2eded;
  transition: all .5s;
}
.new_ins .ipg1 .tab .mid a:hover{
  color: #fff;
  background: #cb253a;
}
.new_ins .ipg1 .tab .ri {
  line-height: 64px;
  font-size: 16px;
  color: #8c8989;
  background: #e6e1e1 url(../images/news/ri.png) no-repeat 80px center;
  padding-left: 25px;
  transition: all .5s;
}
.new_ins .ipg1 .tab .ri:hover{
  color: #fff;
  background: #cb253a url(../images/news/rion.png) no-repeat 80px center;
}
.new_ins .ipg1 .icon {
  position: absolute;
  right: 0;
  bottom: -15px;
  width: 625px;
  height: 241px;
  background: url(/webnew/images/news/new_ic.png) no-repeat center;
}
.index .ban {
  position: relative;
  width: 100%;
  height: 720px;
  overflow: hidden;
  /* background: url(/webnew/images/index/ban2.jpg) no-repeat center; */
}
.index .ban .start{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 720px;
  background: url(/webnew/images/index/ban_start.png) no-repeat center top;
}
.index .ban .w1200 {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  height: 100%;
  /* overflow: hidden; */
}
.index .ban .bd li{
  width: 100%;
  height: 720px;
  background: url(/webnew/images/index/ban2.jpg) no-repeat center top;
}
.index .ban .bd li a{
  width: 100%;
  height: 100%;
}
.index .ban  .hd{
  position: absolute;
  bottom: 25px;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 20;
}
.index .ban  .hd ul{
  display: inline-block;
  padding: 0 15px;
  background: rgba(0, 0, 0, 0.6);
  height: 25px;
  padding-top: 6px;
  border-radius: 50px;
}
.index .ban  .hd li{
  display: inline-block;
  vertical-align: top;
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  background: url(/webnew/images/index/ban_li.png) no-repeat center;
  transition: all .5s;
  margin: 0 5px;
}
.index .ban  .hd li.on{
  background-image: url(/webnew/images/index/ban_on.png);
}
.index .ban .wx {
  position: absolute;
  top: 60px;
  left: 950px;
  z-index: 3;
}
.index .ban .ban_txt {
  position: absolute;
  top: 100px;
  left: 340px;
  z-index: 2;
}
.index .ban .ban_bom {
  position: absolute;
  top: 485px;
  left: 435px;
  z-index: 4;
}
.index .ban .line {
  position: absolute;
  top: 50px;
  right: 236px;
  width: 505px;
  height: 82px;
  background: url(/webnew/images/index/line1.png) no-repeat bottom right;
  z-index: 5;
}
.index .ban .line2{
  position: absolute;
  top: 57px;
  left: 240px;
  width: 215px;
  height: 416px;
  background: url(/webnew/images/index/line2.png) no-repeat top right;
  z-index: 5;
}
.index .ban .line3{
  position: absolute;
  top: 466px;
  left: 457px;
  width: 421px;
  height: 28px;
  background: url(/webnew/images/index/line3.png) no-repeat top left;
  z-index: 5;
}
.index .ban .line4{
  position: absolute;
  top: 494px;
  right: 246px;
  width: 230px;
  height: 273px;
  background: url(/webnew/images/index/line4.png) no-repeat right top;
  z-index: 5;
}
@-webkit-keyframes hei1 {
  0% {
    width: 0;
  }
  100% {
    width: 505px;
  }
}

@keyframes hei1 {
  0% {
    width: 0;
  }
  100% {
    width: 505px;
  }
}

.hei1 {
  -webkit-animation-name: hei1;
  animation-name: hei1;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}
@-webkit-keyframes hei2 {
  0% {
    height: 0;
  }
  100% {
    height: 416px;
  }
}

@keyframes hei2 {
  0% {
    height: 0;
  }
  100% {
    height: 416px;
  }
}
.hei2 {
  -webkit-animation-name: hei2;
  animation-name: hei2;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}
@-webkit-keyframes hei3 {
  0% {
    width: 0;
  }
  100% {
    width: 421px;
  }
}

@keyframes hei3 {
  0% {
    width: 0;
  }
  100% {
    width: 421px;
  }
}
.hei3 {
  -webkit-animation-name: hei3;
  animation-name: hei3;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}
@-webkit-keyframes hei4 {
  0% {
    height: 0;
  }
  100% {
    height: 273px;
  }
}

@keyframes hei4 {
  0% {
    height: 0;
  }
  100% {
    height: 273px;
  }
}
.hei4 {
  -webkit-animation-name: hei4;
  animation-name: hei4;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}
.pub_tit {
  line-height: 240px;
  text-align: center;
}
.pub_tit h6 {
  display: inline-block;
  font-size: 36px;
  font-family: "hyt";
  color: #cb263a;
  line-height: 96px;
  border-top: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
}
.pub_tit h6 em {
  color: #c4a566;
}
.index .ipg1 {
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
}
.index .ipg1 .w1200 {
  position: relative;
}
.index .ipg1 .dot_box {
  width: 100%;
  height: 240px;
  overflow: hidden;
  margin-bottom: 50px;
}
.index .ipg1 .dot {
  position: relative;
  width: 504px;
  height: 240px;
  margin: 0 auto;
  background: url(/webnew/images/index/y1.png) no-repeat center top;
}
.index .ipg1 .dot .wx {
  position: absolute;
  left: -35px;
  top: 79px;
}
@-webkit-keyframes y1 {
  0% {
    height: 0;
  }

  100% {
    height: 240px;
  }
}

@keyframes y1 {
  0% {
    height: 0;
  }
  100% {
    height: 240px;
  }
}

.y1 {
  -webkit-animation-name: y1;
  animation-name: y1;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
}
.index .ipg1 p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 25px;
}
.index .ipg1 p em {
  color: #cb263a;
}
.index .ipg1 p strong {
  color: #cb263a;
}
.index .ipg1 .icon {
  position: absolute;
  bottom: -60px;
  right: 0;
}
.pub_dotbox {
  width: 100%;
  height: 240px;
  overflow: hidden;
  margin-bottom: 40px;
}
.pub_dot {
  position: relative;
  width: 504px;
  height: 240px;
  margin: 0 auto;
  background: url(/webnew/images/index/y2.png) no-repeat center top;
}
.index .ipg2 {
  position: relative;
  background-color: #ede4e4;
  padding-bottom: 115px;
  overflow: hidden;
}
.index .ipg2 .tab {
  position: relative;
  margin-top: 25px;
  margin-bottom: 70px;
  overflow: hidden;
}
@-webkit-keyframes w1 {
  0% {
    width: 0;
  }

  100% {
    width: 274px;
  }
}

@keyframes w1 {
  0% {
    width: 0;
  }
  100% {
    width: 274px;
  }
}

.w1 {
  -webkit-animation-name: w1;
  animation-name: w1;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}
@-webkit-keyframes w2 {
  0% {
    width: 0;
  }

  100% {
    width: 274px;
  }
}

@keyframes w2 {
  0% {
    width: 0;
  }
  100% {
    width: 274px;
  }
}

.w1 {
  -webkit-animation-name: w2;
  animation-name: w2;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}
.index .ipg2 .tab .line1 {
  position: absolute;
  top: 70px;
  left: 270px;
  width: 262px;
  height: 35px;
  background: url(/webnew/images/index/ipg2_line1.png) no-repeat center left;
}
.index .ipg2 .tab .line2 {
  position: absolute;
  top: 38px;
  left: 678px;
  width: 274px;
  height: 28px;
  background: url(/webnew/images/index/ipg2_line2.png) no-repeat center left;
}
.index .ipg2 .tab ul {
  padding-left: 95px;
}
.index .ipg2 .tab li {
  float: left;
  width: 200px;
}
.index .ipg2 .tab li .icon {
  width: 145px;
  height: 162px;
  background: url(/webnew/images/index/ipg2_li.png) no-repeat center;
  transition: all 0.5s;
  padding-top: 45px;
  cursor: pointer;
  margin: 0 auto;
}
.index .ipg2 .tab li.on .icon {
  background-image: url(/webnew/images/index/ipg2_lion.png);
}
.index .ipg2 .tab li.li2 {
  margin-left: 209px;
  margin-right: 220px;
}
.index .ipg2 .tab li p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Rubik";
  text-align: center;
  margin-bottom: 5px;
}
.index .ipg2 .tab li .icon h6 {
  font-size: 21px;
  color: #fff;
  font-family: "hyt";
  text-align: center;
}
.index .ipg2 .tab li .font h5 {
  font-size: 16px;
  color: #808080;
  text-align: center;
  margin: 20px 0 5px;
}
.index .ipg2 .tab li .font h6 {
  font-size: 26px;
  color: #b88181;
  text-align: center;
  font-family: "Rubik";
}
.index .ipg2 .tab li.on .font h5 {
  font-weight: bold;
  color: #4c4c4c;
}
.index .ipg2 .tab li.on .font h6 {
  color: #cb253a;
}
.index .ipg2 .info .con {
  background: url(/webnew/images/index/ipg2_i3.png) no-repeat  center 156px;
  padding-left: 99px;
}
/* .index .ipg2 .info .con .tempWrap{
  width: 1200px !important;
 
} */
.index .ipg2 .info .con li .p_box h4 {
  font-size: 24px;
  color: #cb263a;
  font-family: "Rubik";
  margin-bottom: 5px;
}
.index .ipg2 .info .con li .p_box p{
  position: relative;
  padding-left: 15px;
}
.index .ipg2 .info .con li .p_box p::before{
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #808080;
}
.index .ipg2 .info .con li {
  position: relative;
  float: left;
  width: 275px !important;
  padding-left: 30px;
  height: 150px;
}
.index .ipg2 .info .con li .p_box{
  height: 140px;
  overflow-y: auto;
  padding-right: 10px;
}
.index .ipg2 .info .con li .p_box::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.index .ipg2 .info .con li .p_box::-webkit-scrollbar-thumb {
  background-color: #cb263a;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.index .ipg2 .info .con li.up {
  height: 150px;
  background: url(/webnew/images/index/ipg2_line.png) repeat-y 12px center;
}
.index .ipg2 .info .con li.up::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -23px;
  width: 23px;
  height: 23px;
  background: url(/webnew/images/index/ipg2_dot.png) no-repeat center;
}
.index .ipg2 .info .con ul{
  padding-bottom: 20px !important;
}
.index .ipg2 .info .con li.down {
  height: 160px;
  margin-top: 170px;
  background: url(/webnew/images/index/ipg2_line.png) repeat-y 12px center;
  padding-top: 20px;
}
.index .ipg2 .info .con li.down::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -23px;
  width: 23px;
  height: 23px;
  background: url(/webnew/images/index/ipg2_dot.png) no-repeat center;
}
/* .index .ipg2 .info .con li.down .p_box {
  padding-top: 40px;
} */
.index .ipg2 .info {
  position: relative;
}
.index .ipg2 .info .le_btn {
  position: absolute;
  left: -95px;
  top: 58px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #fff url(../images/index/le_btn.png) no-repeat center;
  transition: all 0.5s;
  cursor: pointer;
}
.index .ipg2 .info .ri_btn {
  position: absolute;
  right: -95px;
  top: 58px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #fff url(../images/index/ri_btn.png) no-repeat center;
  transition: all 0.5s;
  cursor: pointer;
}
.index .ipg2 .info .le_btn:hover {
  background: #cb263a url(../images/index/le_btnon.png) no-repeat center;
}
.index .ipg2 .info .ri_btn:hover {
  background: #cb263a url(../images/index/ri_btnon.png) no-repeat center;
}
.index .ipg2 .info .le_btn.prevStop {
  background: #fff url(../images/index/le_btn.png) no-repeat center;
}
.index .ipg2 .info .ri_btn.nextStop {
  background: #fff url(../images/index/ri_btn.png) no-repeat center;
}
.index .ipg2 .pub_tit h6 {
  border-top: 2px solid #d9d0d0;
  border-bottom: 2px solid #d9d0d0;
}
.index .ipg2 .pub_dotbox {
  margin-bottom: 25px;
}
.index .ipg2 .bom_ic {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 518px;
  height: 199px;
  background: url(/webnew/images/index/ipg2_ic.png) no-repeat center;
}
.index .ipg3 {
  width: 100%;
  height: 612px;
  background: url(/webnew/images/index/ipg3.jpg) no-repeat center top;
  overflow: hidden;
}
.index .ipg3 .w1200{
  width: 1280px;
}
.index .ipg3 .pub_dotbox {
  margin-bottom: 40px;
}
.index .ipg3 .swiper-slide {
  position: relative;
  width: 500px;
  height: 244px;
  transform: scale(0.8);
  transition: all 0.5s;
  cursor: pointer;
}
.index .ipg3 .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.w1260{
  width: 1280px;
  margin: 0 auto;
}
.index .ipg3 .swiper-slide .pic {
  position: absolute;
  width: 100%;
  height: 100%;
}
.index .ipg3 .swiper-slide .pic img{
  width: 100%;
  height: 100%;
}
.index .ipg3 .swiper-slide .video_btn {
  position: absolute;
  top: 32%;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  background: url(/webnew/images/index/video_btn.png) no-repeat center;
  opacity: 0;
  transition: all 0.5s;
  z-index: 2;
}
.index .ipg3 .swiper-slide .font {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  color: #fff;
  /* opacity: 0; */
  transition: all 0.5s;
  z-index: 2;
  padding: 0 20px;
}
.index .ipg3 .swiper-slide .pic::after {
  content: "";
  width: 100%;
  height: 244px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.5s;
}
.index .ipg3 .swiper-slide.swiper-slide-active .video_btn {
  opacity: 1;
}
.index .ipg3 .swiper-slide.swiper-slide-active .font {
  opacity: 1;
}
.index .ipg3 .swiper-slide.swiper-slide-active .pic::after {
  opacity: 1;
}
.index .ipg3 .le_btn {
  position: absolute;
  left: -58px;
  top: 88px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #e0e0e0 url(../images/index/le_btn.png) no-repeat center;
  transition: all 0.5s;
  cursor: pointer;
  outline: none;
  z-index: 10;
}
.index .ipg3 .ri_btn {
  position: absolute;
  right: -58px;
  top: 88px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #e0e0e0 url(../images/index/ri_btn.png) no-repeat center;
  transition: all 0.5s;
  cursor: pointer;
  outline: none;
  z-index: 10;
}
.index .ipg3 .le_btn:hover {
  background: #cb263a url(../images/index/le_btnon.png) no-repeat center;
}
.index .ipg3 .ri_btn:hover {
  background: #cb263a url(../images/index/ri_btnon.png) no-repeat center;
}
.index .ipg3 .con {
  position: relative;
}
.index .ipg4 {
  position: relative;
  width: 100%;
  height: 978px;
  background: url(/webnew/images/index/ipg4.jpg) no-repeat center;
}
.index .ipg4 .pub_tit h6 {
  border-top: 2px solid #d1cbc0;
  border-bottom: 2px solid #d1cbc0;
}
.index .ipg4 .con {
  position: relative;
}
.index .ipg4 .con .le_btn {
  position: absolute;
  left: -95px;
  top: 205px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #fff url(../images/index/le_btn.png) no-repeat center;
  transition: all 0.5s;
  cursor: pointer;
}
.index .ipg4 .con .ri_btn {
  position: absolute;
  right: -95px;
  top: 205px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #fff url(../images/index/ri_btn.png) no-repeat center;
  transition: all 0.5s;
  cursor: pointer;
}
.index .ipg4 .con .le_btn:hover {
  background: #cb263a url(../images/index/le_btnon.png) no-repeat center;
}
.index .ipg4 .con .ri_btn:hover {
  background: #cb263a url(../images/index/ri_btnon.png) no-repeat center;
}
.index .ipg4 .tempWrap {
  width: 1200px !important;
}
.index .ipg4 .more_btn {
  position: relative;
  width: 190px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
  margin-top: 60px;
  transition: all .5s;
  border-radius: 50px;
  overflow: hidden;
}
.index .ipg4 .more{
  position: relative;
  z-index: 2;
  font-size: 18px;
  color: #cb263a;
  line-height: 60px;
  background: url(/webnew/images/index/more.png) no-repeat center;
}
.index .ipg4 .more_btn:hover .more{
  color: #fff;
  background:  url(/webnew/images/index/more_on.png) no-repeat center;
}
.index .ipg4 .more_btn::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #cb253a;
  top: 0;
  left: -100%;
  transition: .5s all;
}
.index .ipg4 .more_btn:hover::after{
  left: 0;
}

.index .ipg4 #new_list li {
  margin-bottom: 0;
}
.index .ipg4 .bom_ic {
  position: absolute;
  right: 0;
  bottom: -15px;
  width: 625px;
  height: 241px;
  background: url(/webnew/images/news/new_ic.png) no-repeat center;
}
.index .ipg5 {
  position: relative;
  width: 100%;
  height: 810px;
  background-color: #fff;
}
.index .ipg5 .con {
  position: relative;
}
.index .ipg5 .le_btn {
  position: absolute;
  left: -95px;
  top: 188px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #e0e0e0 url(../images/index/le_btn.png) no-repeat center;
  transition: all 0.5s;
  cursor: pointer;
  outline: none;
}
.index .ipg5 .ri_btn {
  position: absolute;
  right: -95px;
  top: 188px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #e0e0e0 url(../images/index/ri_btn.png) no-repeat center;
  transition: all 0.5s;
  cursor: pointer;
  outline: none;
}
.index .ipg5 .le_btn:hover {
  background: #cb263a url(../images/index/le_btnon.png) no-repeat center;
}
.index .ipg5 .ri_btn:hover {
  background: #cb263a url(../images/index/ri_btnon.png) no-repeat center;
}
.index .ipg5 .con li {
  position: relative;
   width: 232px;
  height: 474px;
  margin-right: 10px;
}
.index .ipg5 .con li > div {
  position: relative;
  width: 232px;
  height: 232px;
  margin-bottom: 10px;
  cursor: pointer;
  overflow: hidden;
}
.index .ipg5 .con .tempWrap{
  width: 1200px !important;
}
.index .ipg5 .con li > div::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7) url(../images/index/ipg5_t.png) no-repeat
    center;
  transition: all 0.5s;
  opacity: 0;
  pointer-events: none;
}
.index .ipg5 .con li > div:hover::after {
  opacity: 1;
}
.index .ipg6 {
  position: relative;
  width: 100%;
  height: 1000px;
  background-color: #e6e1e1;
  overflow: hidden;
}
.index .ipg6 .pub_tit h6 {
  border-top: 2px solid #ccc8c8;
  border-bottom: 2px solid #ccc8c8;
}
.index .ipg6 .le {
  position: relative;
  float: left;
  width: 760px;
  height: 622px;
  background: #fff;
  padding: 0 40px;
  overflow: hidden;
  z-index: 2;
}
.index .ipg6 .le .bless_li {
  width: 680px;
  margin: 0 auto;
  /* height: 126px !important; */
  padding: 37px 0;
  border-bottom: 1px solid #e0dcdc;
}
/* .str_move{
  position: relative;
} */
.index .ipg6 .le .bless_li h6 {
  font-size: 16px;
  color: #4c4c4c;
  margin-bottom: 5px;
  line-height: 1.5;
}
.index .ipg6 .le .bless_li em {
  color: #999;
  margin-right: 20px;
}
.index .ipg6 .ri {
  float: right;
  width: 440px;
  height: 622px;
  background: #cb263a;
  padding: 40px;
}
.index .ipg6 .ri .lang {
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
}
.index .ipg6 .ri .inp {
  margin-bottom: 20px;
}
.index .ipg6 .ri .inp input {
  width: 100%;
  height: 60px;
  background: #fff;
  font-size: 15px;
  color: #999696;
  padding-left: 20px;
}
/* WebKit browsers */
.index .ipg6 .ri .inp input::-webkit-input-placeholder {
  font-size: 15px;
  color: #999696;
}
/* Mozilla Firefox 4 to 18 */
.index .ipg6 .ri .inp input:-moz-placeholder {
  color: #999696;
  opacity: 1;
  font-size: 15px;
}
/* Mozilla Firefox 19+ */
.index .ipg6 .ri .inp input::-moz-placeholder {
  color: #999696;
  opacity: 1;
  font-size: 15px;
}
/* Internet Explorer 10+ */
.index .ipg6 .ri .inp input:-ms-input-placeholder {
  font-size: 15px;
  color: #999696;
}
/* WebKit browsers */
.index .ipg6 .ri .inp textarea::-webkit-input-placeholder {
  font-size: 15px;
  color: #999696;
}
/* Mozilla Firefox 4 to 18 */
.index .ipg6 .ri .inp textarea:-moz-placeholder {
  color: #999696;
  opacity: 1;
  font-size: 15px;
}
/* Mozilla Firefox 19+ */
.index .ipg6 .ri .inp textarea::-moz-placeholder {
  color: #999696;
  opacity: 1;
  font-size: 15px;
}
/* Internet Explorer 10+ */
.index .ipg6 .ri .inp textarea:-ms-input-placeholder {
  font-size: 15px;
  color: #999696;
}
.index .ipg6 .ri .inp.ly {
  height: 244px;
}
.index .ipg6 .ri .inp textarea {
  width: 100%;
  height: 244px;
  background: #fff;
  font-size: 15px;
  color: #999696;
  padding-left: 20px;
  padding-top: 15px;
}
.index .ipg6 .ri .submit {
  width: 140px;
  height: 60px;
  background: #801824;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.index .ipg6 .con {
  position: relative;
}
.index .ipg6 .wx {
  position: absolute;
  top: -69px;
  right: -115px;
  width: 291px;
  height: 117px;
  background: url(/webnew/images/index/wx3.png) no-repeat center;
}
.index .ipg6 .bom_ic {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 690px;
  height: 205px;
  background: url(/webnew/images/index/ipg6_bom.png) no-repeat center;
}
#fp {
  width: 160px;
  position: fixed;
  right: 0;
  top: 18%;
  display: none;
  z-index: 998;
}
#fp ul{
  position: absolute;
  right: -190px;
  transition: all .5s;
}
#fp.on ul{
  right: 0px;
}
#fp li {
  position: relative;
  right: 0;
  width: 160px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #808080;
  border: 1px dashed #bfbfbf;
  border-radius: 50px 0 0 50px;
  margin-bottom: 12px;
  padding-left: 50px;
  cursor: pointer;
  border-right: none;
  transition: all 0.5s;
  background: #fff;
}
#fp .fp_menu{
  position: relative;
  right: 0;
  width: 160px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  border: none;
  border-radius: 50px 0 0 50px;
  margin-bottom: 12px;
  padding-left: 50px;
  cursor: pointer;
  border-right: none;
  transition: all 0.5s;
  background-color: #cb263a;
  text-transform: uppercase;
}
/* #fp li:hover {
  background-color: #cb263a;
  color: #fff;
  border: none;
  width: 244px;
  right: 30px;
} */
#fp li.on {
  background-color: #cb263a;
  color: #fff;
  border: none;
}
@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInUpw {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpw {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpw {
  -webkit-animation-name: fadeInUpw;
  animation-name: fadeInUpw;
}



@-webkit-keyframes fadeInDownw {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownw {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownw {
  -webkit-animation-name: fadeInDownw;
  animation-name: fadeInDownw;
}
.video_box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
}
.video_box .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.video_box video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1200px;
  height: 700px;
  margin-top: -350px;
  margin-left: -600px;
  background: #000;
}

