.otxthide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.txtCenter {
  text-justify: inter-ideograph;
  text-align: justify;
  word-wrap: break-word;
  overflow: hidden;
}
.tran {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
/* 可复制的文本 */
.txtcopy {
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  -khtml-user-select: text;
  user-select: text;
}
.fc9 {
  color: #999;
}
.fc6 {
  color: #666;
}
.fc3 {
  color: #333;
}
.fc0 {
  color: #000;
}
.fcf {
  color: #fff;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f15 {
  font-size: 15px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f28 {
  font-size: 28px;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.fwn {
  font-weight: normal;
}
.container,
.w1200 {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
}
@media screen and (min-width: 1230px) {
  .container,
  .w1200 {
    width: 98%;
    margin: 0 auto;
    padding: 0;
  }
}
/* -------------------------------------- 默认样式 -------------------------------------------------- */
body {
  min-height: 100vh;
}
.header {
  height: 55px;
  padding: 5px 10px;
  position: relative;
  background: #c6060a;
  z-index: 88;
}
.header .navBtn {
  display: block;
  height: 35px;
  width: 35px;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 12px;
}
.header .navBtn span {
  display: block;
  width: 100%;
  height: 2px;
  background: #040c48;
  border-radius: 4px;
  position: absolute;
  left: 10%;
  transition: all .3s;
}
.header .navBtn span.span1 {
  top: 75%;
}
.header .navBtn span.span2 {
  top: 50%;
  margin-top: -1px;
}
.header .navBtn span.span3 {
  bottom: 75%;
}
.header .navBtnon span.span1 {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -moz-transform: rotate(-45deg);
  /* Firefox */
  -webkit-transform: rotate(-45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(-45deg);
  top: 50%;
}
.header .navBtnon span.span2 {
  background-color: transparent;
}
.header .navBtnon span.span3 {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(45deg);
  top: 50%;
}
.header .logoCon {
  line-height: 45px;
}
.header .logoCon img {
  height: 40px;
  vertical-align: middle;
}
.header .mainnav {
  display: none;
  padding-bottom: 20px;
  background: #040c48;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
}
.header .mainnav .xl {
  display: none;
  background-color: #c6060a;
}
.header .mainnav .xl .xla {
  color: #fff;
  padding: 0 10px;
  display: block;
  line-height: 35px;
}
.header .mainnav .navA {
  color: #fff;
  padding: 0 10px;
  display: block;
  line-height: 35px;
  position: relative;
}
.header .mainnav .navA .ic {
  display: none;
  width: 30px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
.header .mainnav .lishow .navA .ic {
  display: block;
}
.header .mainnav .oabtn {
  color: #fff;
  padding: 0 10px;
  display: block;
  line-height: 35px;
}
.header .mainnav .liv .navA .ic {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
}
@media screen and (min-width: 1200px) {
  .header .headerV {
    position: relative;
    z-index: 3;
  }
  .header .htbg {
    position: absolute;
    z-index: 2;
    background: #c6060a;
    width: 100%;
    top: 100%;
    height: 3px;
  }
  .header .mainnav {
    padding-bottom: 0;
  }
  .header .mainnav .lishow .navA .ic {
    display: none;
  }
  .header .navBtn {
    display: none;
  }
  .header {
    height: 88px;
    position: fixed;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.55);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  .header.headerOn {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .header .logoCon {
    line-height: 88px;
    background: #c6060a;
    float: left;
  }
  .header .logoCon .logo {
    display: block;
    padding: 0 15px;
    line-height: 88px;
  }
  .header .logoCon img {
    height: auto;
  }
  .header .mainnav {
    display: block;
    float: right;
    background: transparent;
    position: static;
    width: auto;
  }
  .header .mainnav .ul {
    float: left;
  }
  .header .mainnav .oabtn {
    display: block;
    height: 88px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 88px;
    float: right;
    padding: 0 12px;
    background: rgba(0, 0, 0, 0.66);
  }
  .header .mainnav .ul li {
    float: left;
  }
  .header .mainnav .navA {
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 0 12px;
    line-height: 88px;
  }
  .header .mainnav .navA:hover {
    background-color: #c6060a;
    color: #fff;
  }
  .header .mainnav .liWap {
    position: relative;
    z-index: 4;
  }
  .header .mainnav .xlbg {
    position: absolute;
    display: none;
    left: 0;
    width: 100%;
    top: 100%;
    z-index: 2;
    background: #c6060a;
    height: 42px;
  }
  .header .mainnav .xl {
    min-width: 1920px;
    background: transparent;
    position: absolute;
    left: 0;
    top: 100%;
  }

  .header .mainnav #nav20 .xl{left: auto; right: 0;}

  .header .mainnav .xl dd {
    float: left;
  }
  .header .mainnav #nav20 .xl{ width: auto;}
  .header .mainnav #nav20 .xl .dl{float: right; overflow: hidden;}

  .header .mainnav .xl .xla {
    line-height: 42px;
  }
  .header .mainnav .xl .xla:hover {
    text-decoration: underline;
  }
  .header .mainnav ul li:hover .navA,
  .header .mainnav ul li.on .navA {
    background: #c6060a;
    color: #fff;
  }
}
@media screen and (min-width: 1360px) {
  .header .mainnav .oabtn {
    padding: 0 15px;
  }
  .header .mainnav .navA {
    padding: 0 15px;
  }
}
@media screen and (min-width: 1600px) {
  .header .mainnav .oabtn {
    padding: 0 20px;
  }
  .header .mainnav .navA {
    padding: 0 20px;
  }
}
.HomeBan {
  position: relative;
}
.HomeBan .btnDown {
  display: none;
}
.HomeBan .owl-dots {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
  text-align: right;
}
.HomeBan .owl-dots .owl-dot {
  margin: 0 6px;
  display: inline-block;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 8px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #fff;
  position: relative;
}
.HomeBan .owl-dots .owl-dot.active {
  background-color: transparent;
  border: 3px solid #fff;
}
.HomeBan .owl-carousel .itemBoximg {
  background: no-repeat center center;
  background-size: cover;
  width: 100%;
}
.HomeBan .divwrap {
  position: absolute;
  width: 100%;
  bottom: 20px;
  text-align: center;
}
@keyframes mymove {
  0% {
    top: 0px;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 0px;
  }
}
@-webkit-keyframes mymove {
  0% {
    top: 0px;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .HomeBan .owl-carousel .itemBoximg {
    background: no-repeat center center;
    height: 795px;
    display: block;
  }
  .HomeBan .owl-carousel .itemBoximg img {
    display: none;
  }
  .HomeBan .divwrap {
    bottom: 50px;
  }
  .HomeBan .btnDown {
    display: block;
    position: absolute;
    z-index: 4;
    cursor: pointer;
    bottom: 50px;
    left: 50%;
    color: #fff;
    margin-left: -10px;
  }
  .HomeBan .btnDown .iconfont {
    font-size: 30px;
    position: relative;
    top: 0;
    animation: mymove 3s infinite;
    -webkit-animation: mymove 3s infinite;
  }
}
@media screen and (min-width: 1360px) {
  .HomeBan .owl-dots {
    width: 98%;
    padding: 0px;
  }
}
.Notice {
  padding: 15px 0;
  background: #ebebeb;
}
.Search {
  margin-top: 15px;
  position: relative;
  border: 1px solid #d9d9d9;
  overflow: hidden;
  padding-right: 80px;
  height: 45px;
}
.Search .btn {
  display: block;
  text-align: center;
  width: 80px;
  background: #d9d9d9;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 45px;
  color: #333;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.Search input {
  display: block;
  line-height: 45px;
  width: 100%;
  padding: 0 10px;
}
.Notice .NoticeUp .NoticeV .swiper-wrapper {
  height: 35px;
}
.Notice .NoticeUp .NoticeV .swiper-slide {
  height: 35px;
}
.Notice .NoticeUp .NoticeV {
  height: 35px;
  overflow: hidden;
}
.Notice .NoticeUp .NoticeV ul li a {
  display: block;
  line-height: 35px;
  position: relative;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Notice .NoticeUp .NoticeV ul li a:hover {
  color: #333;
}
.Notice .NoticeUp .NoticeV ul li a:hover .st {
  color: #c6060a;
}
.Notice .NoticeUp .NoticeV ul li a .st {
  margin-right: 5px;
}
.Notice .NoticeUp .dowebokView {
  position: relative;
  padding-left: 110px;
  overflow: hidden;
  font-size: 15px;
}
.Notice .NoticeUp .dowebokView .iconNotice {
  position: absolute;
  line-height: 35px;
  left: 0;
  top: 0;
  padding-left: 33px;
  background: url('../images/tzicon.png') no-repeat left center;
  font-size: 15px;
}
.Notice .NoticeUp .moreView {
  font-size: 14px;
  text-align: right;
  color: #c6060a;
}
.Notice .NoticeUp .moreView .txt {
  color: #c6060a;
  font-size: 14px;
}
.Notice .NoticeUp .moreView .iconfont {
  color: #c6060a;
}
@media screen and (min-width: 410px) {
  .NoticeUp {
    position: relative;
    padding-right: 110px;
  }
  .NoticeUp .moreView {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 35px;
  }
}
@media screen and (min-width: 768px) {
  .Notice {
    padding: 20px 0;
  }
  .Notice .NoticeUp {
    float: left;
    width: 50%;
  }
  .Notice .Search {
    float: right;
    max-width: 345px;
    width: 45%;
    margin-top: 0;
  }
  .Notice .NoticeUp .NoticeV .swiper-wrapper {
    height: 45px;
  }
  .Notice .NoticeUp .NoticeV .swiper-slide {
    height: 45px;
  }
  .Notice .NoticeUp .NoticeV {
    height: 45px;
  }
  .Notice .NoticeUp .NoticeV ul li a {
    display: block;
    line-height: 45px;
  }
  .NoticeUp .moreView {
    line-height: 45px;
  }
  .Notice .NoticeUp .dowebokView .iconNotice {
    line-height: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .Notice {
    padding: 25px 0;
  }
  .Search .btn {
    font-size: 18px;
  }
  .Search .btn:hover {
    background: #c6060a;
    color: #fff;
  }
  .Notice .NoticeUp .NoticeV ul li a .st {
    margin-right: 15px;
  }
}
.HomeF {
  padding: 30px 0;
  position: relative;
}
.HomeF .HTitle {
  display: none;
}
@media screen and (min-width: 1024px) {
  .HomeF {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1600px) {
  .HomeF .HTitle {
    display: block;
    height: 225px;
    position: absolute;
    left: 0;
    top: 80px;
    width: 180px;
    border-bottom: 2px solid #dadada;
  }
  .HomeF .HTitle .h3 {
    font-size: 35px;
    font-weight: normal;
    width: 35px;
    line-height: 1.2em;
    position: absolute;
    text-align: center;
    right: 0;
    top: 0;
  }
  .HomeF .HTitle .h3 span {
    font-size: 20px;
  }
  .HomeF .HTitle .p {
    font-weight: bold;
    color: #999;
    font-size: 14px;
    width: 1em;
    position: absolute;
    right: 60px;
    top: 20px;
  }
}
.HomeF1 {
  background: #f5f5f5 url('../images/homef01bg.jpg') no-repeat center bottom;
}
.HomeF1 .owl-dots {
  text-align: right;
  position: absolute;
  right: 10px;
  bottom: 15px;
}
.HomeF1 .owl-dots .owl-dot {
  margin: 0 6px;
  display: inline-block;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 8px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #fff;
  position: relative;
}
.HomeF1 .owl-dots .owl-dot.active {
  background-color: transparent;
  border: 2px solid #fff;
}
.HomeF1 .HFleft .itemBox {
  position: relative;
}
.HomeF1 .HFleft .itemBox .Vimg {
  overflow: hidden;
}
.HomeF1 .HFleft .itemBox .Vimg img {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.HomeF1 .HFleft .itemBox .Vimg:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.HomeF1 .HFleft .itemBox .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 45px;
  background: rgba(0, 0, 0, 0.55);
  padding-right: 120px;
}
.HomeF1 .HFleft .itemBox .txt .st {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 10px;
  color: #fff;
}



.newMain .owl-dots {
  text-align: right;
  position: absolute;
  right: 10px;
  bottom: 15px;
}
.newMain .owl-dots .owl-dot {
  margin: 0 6px;
  display: inline-block;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 8px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #fff;
  position: relative;
}
.newMain .owl-dots .owl-dot.active {
  background-color: transparent;
  border: 2px solid #fff;
}
.newMain .Nleft .itemBox {
  position: relative;
}
.newMain .Nleft .itemBox .Vimg {
  overflow: hidden;
}
.newMain .Nleft .itemBox .Vimg img {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  height: 400px;
}
.newMain .Nleft .itemBox .Vimg:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.newMain .Nleft .itemBox .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 45px;
  background: rgba(0, 0, 0, 0.55);
  padding-right: 120px;
}
.newMain .Nleft .itemBox .txt .st {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 10px;
  color: #fff;
}


.HomeF1 .HFright {
  margin-top: 20px;
}
.HomeTab .TabNav {
  padding-bottom: 15px;
  padding-right: 45px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 55px;
  line-height: 37px;
  border-bottom: 1px solid #dadada;
}
.HomeTab .TabNav .more {
  position: absolute;
  right: 0;
  top: 0;
}
.HomeTab .TabNav .more a {
  display: none;
  text-align: center;
}
.HomeTab .TabNav .more a.on {
  display: block;
  width: 37px;
  height: 37px;
  border: 1px solid #c6060a;
}
.HomeTab .TabNav .more a.on .iconfont {
  color: #c6060a;
  font-size: 20px;
}
.HomeTab .TabNav .more a.on:hover {
  background: #c6060a;
}
.HomeTab .TabNav .more a.on:hover .iconfont {
  color: #fff;
}
.HomeTab .TabNav .icon {
  display: block;
  width: 37px;
  position: absolute;
  left: 0;
  top: 0;
  height: 37px;
  background: url('../images/titlebg01.png') no-repeat center;
}
.HomeTab .TabNav ul li {
  float: left;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
  font-size: 18px;
}
.HomeTab .TabNav ul li.last .i,
.HomeTab .TabNav ul li .lihide .i {
  display: none;
}
.HomeTab .TabNav ul li .i {
  display: block;
  width: 1px;
  height: 20px;
  background: #333;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
.HomeTab .TabCon .Item {
  display: none;
}
.HomeTab.HomeTabOn .TabNav ul li {
  cursor: pointer;
}
.HomeTab.HomeTabOn .TabNav ul li.on {
  color: #c6060a;
  font-weight: bold;
}
.HomeTab .TabCon ul li a {
  display: block;
  color: #333;
  padding: 15px 10px;
  border: 1px solid transparent;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.HomeTab .TabCon ul li a .lia {
  position: relative;
  padding-left: 80px;
  min-height: 40px;
}
.HomeTab .TabCon ul li a .lia .time {
  padding-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  width: 66px;
  border-right: 1px solid #333;
}
.HomeTab .TabCon ul li a .lia .time .b {
  font-weight: normal;
  font-size: 18px;
  line-height: 1em;
}
.HomeTab .TabCon ul li a .lia .time .St {
  font-size: 14px;
}
.HomeTab .TabCon ul li a .lia .txt {
  display: block;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.HomeTab .TabCon ul li a:hover {
  border-color: #c6060a;
}
.HomeTab .TabCon ul li a:hover .time {
  color: #c6060a;
}
.HomeTab .TabCon ul li a:hover .txt {
  font-weight: bold;
  color: #c6060a;
}
@media screen and (min-width: 768px) {
  .HomeTab .TabNav {
    margin-bottom: 20px;
  }
  .HomeF1 .HFleft {
    float: left;
    width: 52%;
  }
  .HomeF1 .HFright {
    float: right;
    width: 48%;
    margin-top: 0;
    padding-left: 40px;
  }
}
.HomeF2 .FItemViewMt {
  margin-top: 20px;
}
.HomeF2 .HFright {
  margin-top: 20px;
}
.HomeF2 .HFright .Hvideo .VideoImg {
  display: block;
  position: relative;
  overflow: hidden;
}
.HomeF2 .HFright .Hvideo .VideoImg:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.HomeF2 .HFright .Hvideo .VideoImg:hover .btns .ic {
  color: #c6060a;
}
.HomeF2 .HFright .Hvideo .VideoImg img {
  width: 100%;
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
}
.HomeF2 .HFright .Hvideo .VideoImg .video {
  width: 100%;
  display: none;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.HomeF2 .HFright .Hvideo .VideoImg .btns {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  text-align: center;
  cursor: pointer;
}
.HomeF2 .HFright .Hvideo .VideoImg .btns .ic {
  text-align: center;
  width: 100%;
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1em;
}
.HomeF2 .HFright .Hvideo .VideoImg .btns .ic .iconfont {
  font-size: 60px;
  line-height: 1em;
}
.HomeF2 .HFright .Hvideo .Vtitle {
  margin-top: 20;
  background: #f5f5f5;
  line-height: 45px;
  padding: 10px 15px;
}
.HomeF2 .HFright .Hvideo .Vtitle .p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.HomeF2 .HFright .VlistCon {
  padding-top: 20px;
}
.HomeF2 .HFright .Vlist ul li {
  line-height: 42px;
  border-bottom: 5px solid #fff;
  position: relative;
  background: #c6060a url('../images/fwbg.png') no-repeat right top;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.HomeF2 .HFright .Vlist ul li.li2 {
  background-position: right -45px;
}
.HomeF2 .HFright .Vlist ul li.li3 {
  background-position: right -86px;
}
.HomeF2 .HFright .Vlist ul li.li4 {
  background-position: right -131px;
}
.HomeF2 .HFright .Vlist ul li.li5 {
  background-position: right -176px;
}
.HomeF2 .HFright .Vlist ul li .ic {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  line-height: 42px;
  color: #fff;
}
.HomeF2 .HFright .Vlist ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  padding-left: 40px;
}
.HomeF2 .HFright .Vlist ul li:hover {
  background-color: #ff2a00;
}
@media screen and (min-width: 768px) {
  .HomeF2 .HFleftCon {
    font-size: 0;
    margin: 0 -15px;
  }
  .HomeF2 .HFleftCon .FItemView {
    margin-top: 0px;
    font-size: 14px;
    display: inline-block; vertical-align: top;
    width: 50%;
    padding: 0 15px;
  }
  .HomeF2 .HFright .Hvideo {
    float: left;
    width: 50%;
    padding-right: 15px;
  }
  .HomeF2 .HFright .VlistCon {
    float: right;
    width: 50%;
    padding-left: 15px;
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .HomeF2 .HFleft {
    float: left;
    width: 71.25%;
    padding-right: 50px;
  }
  .HomeF2 .HFright {
    float: right;
    width: 28.75%;
    margin-top: 0;
  }
  .HomeF2 .HFright .Hvideo {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .HomeF2 .HFright .VlistCon {
    width: 100%;
    float: none;
    padding-top: 10px;
    padding-left: 0;
  }
  .HomeF2 .HomeTab .TabCon ul li a {
    padding: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .HomeF2 .HFright .VlistCon {
    padding-top: 25px;
  }
}
.HomeF3 {
  background: #f5f5f5;
}
.HomeF3 .Title .h3 {
  font-size: 18px;
}
.HomeF3 .Title .h4 {
  font-weight: normal;
  color: #c6060a;
  font-size: 14px;
}
.HomeF3 .TxtCon {
  padding: 15px 0;
}
.HomeF3 .TxtCon .more {
  padding-top: 10px;
}
.HomeF3 .TxtCon .more a {
  color: #c6060a;
}
.HomeF3 .TxtCon .more a .iconfont {
  color: #333;
}
.HomeF3 .Vcon .Table .Tabc {
  border-bottom: 2px solid #e4e4e4;
}
.HomeF3 .Vcon .Table .Tabc.TabcLast {
  border-bottom: none;
}
.HomeF3 .Vcon .Table .Tabc .tabcView {
  padding: 20px 0;
}
.HomeF3 .Vcon .Table .Tabc .icon {
  width: 35px;
}
.HomeF3 .Vcon .Table .Tabc .icon img {
  max-width: 35px;
}
.HomeF3 .Vcon .Table .Tabc .h3 {
  padding: 10px 0;
  font-size: 14px;
  font-weight: bold;
}
.HomeF3 .Vcon .Table .Tabc .h3 .red {
  color: #c6060a;
}
.HomeF3 .HFright .imgView {
  padding-top: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .HomeF3 .Vcon .Table {
    display: table;
  }
  .HomeF3 .Vcon .Table .Tabc {
    display: table-cell;
    width: 32%;
    border: none;
    border-right: 2px solid #e4e4e4;
  }
  .HomeF3 .Vcon .Table .Tabc.TabcCon {
    width: 36%;
  }
  .HomeF3 .Vcon .Table .Tabc.TabcLast {
    border-right: none;
  }
  .HomeF3 .Vcon .Table .Tabc .tabcView {
    padding: 20px;
  }
  .HomeF3 .Vcon .Table .Tabc.TabcFirst .tabcView {
    padding-left: 0;
  }
  .HomeF3 .Vcon .Table .Tabc.TabcLast .tabcView {
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .HomeF3 .HFleft {
    float: left;
    width: 49%;
  }
  .HomeF3 .HFright {
    float: right;
    width: 44.17%;
  }
  .HomeF3 .TxtCon .more {
    padding-top: 20px;
  }
  .HomeF3 .Vcon {
    padding-top: 20px;
  }
  .HomeF3 .Vcon .Table .Tabc .tabcView {
    padding: 10px 30px;
  }
  .HomeF3 .Vcon .Table .Tabc.TabcFirst .tabcView {
    padding-left: 0;
  }
  .HomeF3 .Vcon .Table .Tabc.TabcLast .tabcView {
    padding-right: 0;
  }
  .HomeF3 .Title .h3 {
    font-size: 28px;
    padding-bottom: 10px;
  }
  .HomeF3 .Title .h4 {
    font-size: 20px;
  }
}
.HomeF3Bottom {
  padding-top: 20px;
}
.HomeF3Bottom ul {
  font-size: 0;
  margin: 0 -5px;
}
.HomeF3Bottom ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: 33.33%;
  padding: 0 5px;
}
.HomeF3Bottom ul li .libox {
  display: block;
  position: relative;
  cursor: pointer;
}
.HomeF3Bottom ul li .libox .img img {
  width: 100%;
  vertical-align: top;
}
.HomeF3Bottom ul li .libox .txtV {
  display: none;
}
.HomeF3Bottom ul li .libox .Title {
  background: #c6060a;
  color: #fff;
  position: absolute;
  line-height: 24px;
  z-index: 4;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.HomeF3Bottom ul li .libox .Title .st {
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .HomeF3Bottom ul {
    margin: 0 -10px;
  }
  .HomeF3Bottom ul li {
    padding: 0 10px;
  }
  .HomeF3Bottom ul li .libox .Title .st {
    line-height: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .HomeF3Bottom ul {
    margin: 0 -13px;
  }
  .HomeF3Bottom ul li {
    padding: 0 13px;
  }
  .HomeF3Bottom ul li .libox .Title .st {
    line-height: 42px;
    font-weight: bold;
    font-size: 15px;
  }
  .HomeF3Bottom ul li .libox .txtV {
    background: #c6060a;
    color: #fff;
    padding: 20px 30px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .HomeF3Bottom ul li .libox .txtV .tcon {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    line-height: 20px;
    max-height: 160px;
  }
  .HomeF3Bottom ul li .libox:hover .txtV {
    display: block;
  }
}
.HomeF4 {
  overflow-x: hidden;
}
.HomeF4 .List ul li {
  display: inline-block;
  padding: 12px;
  height: 200px;
}
.HomeF4 .List ul li:hover {
  background-color: #c6060a;
}
.HomeF4 .List ul li:hover .txt {
  color: #fff;
}
.HomeF4 .List ul li a {
  display: block;
  width: 220px;
  overflow: hidden;
  height: 143px;
  margin-bottom: 15px;
}
.HomeF4 .List ul li .txt {
  display: block;
  width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.HomeF4 .w1200 {
  position: relative;
}
.HomeF4 .btns {
  display: none;
}
@media screen and (min-width: 1200px) {
  .HomeF4 .btns {
    display: none;
  }
  .HomeF4 .btns .PLeft {
    position: absolute;
    left: -50px;
    top: 50%;
    line-height: 40px;
    margin-top: -20px;
  }
  .HomeF4 .btns .PRight {
    position: absolute;
    right: -50px;
    top: 50%;
    line-height: 40px;
    margin-top: -20px;
  }
  .HomeF4 .btns .iconfont {
    color: #b8b8b8;
    font-size: 40px;
  }
}
/*底部*/
.BottomCon {
  background: #040c48 url('../images/bottombg.jpg') repeat 0 0;
  color: #fff;
}
.BottomCon .item .h4 {
  margin-bottom: 10px;
}
.BottomCon .item .h4 .i {
  display: block;
  width: 15px;
  margin-bottom: 10px;
  height: 2px;
  background: #fff;
}
.BottomCon .item .h4 span {
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}
.BottomCon .item .txt {
  margin-bottom: 15px;
}
.BottomCon .item .Fselect {
  position: relative;
  margin-bottom: 15px;
}
.BottomCon .item .Fselect.Fselect01 {
  z-index: 5;
}
.BottomCon .item .Fselect.Fselect02 {
  z-index: 4;
}
.BottomCon .item .Fselect.Fselect03 {
  z-index: 3;
}
.BottomCon .item .Fselect .st {
  padding: 0 15px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}
.BottomCon .item .Fselect .Fbox {
  border: 1px solid #fff;
  position: relative;
  height: 30px;
  line-height: 30px;
}
.BottomCon .item .Fselect .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 58px;
  text-align: center;
  height: 100%;
  border-left: 1px solid #fff;
}
.BottomCon .item .Fselect .xlul {
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: -1px;
  top: 100%;
  background: #040c48;
  display: none;
  padding: 5px 0;
}
.BottomCon .item .Fselect .xlul a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 3;
  color: #fff;
  padding: 0 15px;
  line-height: 30px;
}
.BottomCon .item .Fselect .xlul a:hover {
  background: #fff;
  color: #040c48;
}
.Copyright {
  background: #f5f5f5;
  padding: 10px 0;
  text-align: center;
  font-size: 13px;
  color: #898989;
}
.Copyright a {
  color: #898989;
}
@media screen and (min-width: 768px) {
  .BottomCon {
    font-size: 0;
  }
  .BottomCon .item {
    display: inline-block;
    font-size: 12px;
    width: 50%;
    vertical-align: top;
  }
}
@media screen and (min-width: 1024px) {
  .BottomCon .item {
    width: 20%;
  }
  .Copyright {
    padding: 30px 0 40px;
  }
}
/*底部*/
.banner {
  background: no-repeat center center;
  height: 192px;
  position: relative;
}
.banner .BanCon {
  position: absolute;
  color: #fff;
  width: 100%;
  height: 100%;
}
.banner .BanCon .h3 {
  font-size: 18px;
}
.banner .BanCon .h4 {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
.banner .BanCon .tb {
  display: table;
  width: 100%;
  height: 192px;
  vertical-align: middle;
}
.banner .BanCon .tbc {
  display: table-cell;
  width: 100%;
  height: 192px;
  vertical-align: middle;
}
@media screen and (min-width: 1200px) {
  .banner {
    height: 281px;
  }
  .banner .BanCon {
    padding-top: 88px;
  }
  .banner .BanCon .h3 {
    font-size: 42px;
  }
  .banner .BanCon .h4 {
    font-size: 22px;
  }
}
.location {
  border-bottom: 1px solid #d3cfc4;
}
.location .navMenu ul li {
  display: inline-block;
  vertical-align: top;
}
.location .navMenu ul li.on a {
  color: #c6060a;
}
.location .navMenu ul li.on .ic {
  visibility: visible;
}
.location .navMenu ul li a {
  display: block;
  line-height: 35px;
  padding: 0 7px;
}
.location .navMenu ul li a .ic {
  visibility: hidden;
}
.location .current {
  display: none;
}
@media screen and (min-width: 1024px) {
  .location .navMenu ul li a {
    font-size: 16px;
  }
  .location {
    padding: 15px 0;
  }
  .location .slidebar {
    float: left;
    width: 68%;
  }
  .location .current {
    display: block;
    float: right;
    width: 32%;
    text-align: right;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .location .current span {
    color: #c6060a;
  }
}
.newMain {
  position: relative;
  padding: 30px 0;
}
.newMain .Nleft .topList {
  position: relative;
  margin-bottom: 10px;
  border: 2px solid transparent;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background: #f5f5f5;
  padding: 25px 25px 25px 63px;
}
.newMain .Nleft .topList:hover {
  border-color: #c6060a;
}
.newMain .Nleft .topList .ib {
  display: block;
  background: url('../images/ttbg.png') no-repeat center center;
  width: 67px;
  height: 67px;
  position: absolute;
  left: -2px;
  top: -2px;
}
.newMain .Nleft .topList .h3 {
  font-size: 17px;
  color: #c6060a;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newMain .Nleft .topList .txt {
  margin-top: 5px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 23px;
  height: 46px;
}
.newMain .Nleft .list ul li {
  border-bottom: 1px solid #d3cfc4;
  padding: 5px 0;
}
.newMain .Nleft .list ul li.last {
  border-bottom: none;
}
.newMain .Nleft .list ul li a {
  display: block;
  color: #333;
  padding: 10px;
  border: 1px solid transparent;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.newMain .Nleft .list ul li a .lia {
  position: relative;
  padding-left: 80px;
  min-height: 50px;
}
.newMain .Nleft .list ul li a .lia .time {
  padding-right: 10px;
  position: absolute;
  left: 0;
  top: 5px;
  text-align: left;
  width: 66px;
  border-right: 1px solid #333;
}
.newMain .Nleft .list ul li a .lia .time .b {
  font-weight: normal;
  font-size: 20px;
  line-height: 1em;
}
.newMain .Nleft .list ul li a .lia .time .St {
  font-size: 15px;
}
.newMain .Nleft .list ul li a .lia .txt {
  overflow: hidden;
  position: relative;
  display: block;
  line-height: 24px;
}
.newMain .Nleft .list ul li a .lia .txt .h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 17px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding-right: 96px;
}
.newMain .Nleft .list ul li a .lia .txt .info {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  right: 0;
  top: 0px;
  color: #999;
  font-size: 12px;
}
.newMain .Nleft .list ul li a .lia .txt .info span {
  display: inline-block;
  margin-right: 10px;
}
.newMain .Nleft .list ul li a .lia .txt .txtV {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
}
.newMain .Nleft .list ul li a:hover {
  border-color: #c6060a;
}
.newMain .Nleft .list ul li a:hover .lia .txt .h3 {
  color: #c6060a;
}
.newMain .Nleft .ImgTxtList ul {
  font-size: 0;
  margin: 0 -10px;
}
.newMain .Nleft .ImgTxtList ul li {
  display: inline-block;
  width: 50%;
  padding: 10px;
}
.newMain .Nleft .ImgTxtList ul li a {
  display: block;
  padding: 10px 10px 5px;
  background: #f5f5f5;
  font-size: 14px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #333;
}
.newMain .Nleft .ImgTxtList ul li a:hover {
  background: #c6060a;
  color: #fff;
}
.newMain .Nleft .ImgTxtList ul li a:hover .img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.newMain .Nleft .ImgTxtList ul li .img {
  overflow: hidden;
}
.newMain .Nleft .ImgTxtList ul li .img img {
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.newMain .Nleft .ImgTxtList ul li .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
  margin-top: 5px;
}
.NewRlist .Vlist ul li {
  line-height: 42px;
  border-bottom: 5px solid #fff;
  position: relative;
  background: #c6060a url('../images/fwbg.png') no-repeat right top;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.NewRlist .Vlist ul li.li2 {
  background-position: right -45px;
}
.NewRlist .Vlist ul li.li3 {
  background-position: right -86px;
}
.NewRlist .Vlist ul li.li4 {
  background-position: right -131px;
}
.NewRlist .Vlist ul li.li5 {
  background-position: right -176px;
}
.NewRlist .Vlist ul li .ic {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  line-height: 42px;
  color: #fff;
}
.NewRlist .Vlist ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  padding-left: 40px;
}
.NewRlist .Vlist ul li:hover {
  background-color: #ff2a00;
}
.NewRtj {
  margin-top: 20px;
}
.NewRtj.NewRtjTZ .title {
  position: relative;
  padding-right: 120px;
}
.NewRtj.NewRtjTZ .title .more {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
}
.NewRtj.NewRtjTZ .title .more .st {
  color: #c6060a;
}
.NewRtj .title {
  font-size: 15px;
  font-weight: normal;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d3cfc4;
}
.NewRtj .list li a {
  display: block;
  padding-right: 80px;
  line-height: 26px;
  position: relative;
}
.NewRtj .list li a .st {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.NewRtj .list li a .time {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .newMain .Nleft .ImgTxtList ul li a {
    padding: 15px 15px 5px;
  }
  .newMain .Nleft .ImgTxtList ul li .txt {
    line-height: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .newMain .Nleft .ImgTxtList {
    margin-top: -10px;
  }
  .newMain .Nleft .ImgTxtList ul li a {
    padding: 20px 20px 5px;
  }
  .newMain .Nleft .list ul li a .lia .txt .info {
    font-size: 14px;
  }
  .newMain .Nleft .list ul li a {
    padding: 15px;
  }
  .newMain {
    padding-top: 40px;
    min-height: 840px;
    padding-right: 390px;
  }
  .newMain .hx {
    position: absolute;
    right: 370px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #d3cfc4;
  }
  .newMain .Nright {
    position: absolute;
    width: 350px;
    right: 0;
    top: 40px;
  }
  .NewRtj {
    margin-top: 45px;
  }
}
.PageBox {
  padding: 20px 0;
}
.PageBox .Pages {
  text-align: center;
}
.PageBox .Pages a {
  text-align: center;
  padding: 0px 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  border: 1px solid #ededed;
  color: #333;
  font-size: 14px;
  margin: 0 3px;
  transition: all .5s;
}
.PageBox .Pages a:hover,
.PageBox .Pages a.a_cur {
  background: #c6060a;
  color: #fff;
  border: 1px solid #c6060a;
}

.PageBox .Pages .p_page span {
  background: #c6060a;
  color: #fff;
  border: 1px solid #c6060a;
 padding: 6px 14px
}
.PageBox .Pages .num {
  font-style: normal;
}
.PageBox .Pages .num a {
  display: none;
}
@media screen and (min-width: 768px) {
  .PageBox .Pages {
    text-align: left;
  }
  .PageBox .Pages a {
    padding: 0px 14px;
  }
  .PageBox .Pages .num a {
    display: inline-block;
    padding: 0px 14px;
  }
}
.newMainInfo {
  padding: 15px 0;
}
.newMainInfo .Title {
  padding: 15px 0;
  margin-bottom: 15px;
  text-align: center;
  border-bottom: 1px solid #d3cfc4;
}
.newMainInfo .Title .h3 {
  font-weight: bold;
  font-size: 18px;
}
.newMainInfo .Title .info {
  font-size: 13px;
  padding: 5px 0;
}
.newMainInfo .Title .info span {
  display: inline-block;
  padding: 0 5px;
  vertical-align: middle;
}
.newMainInfo .Con .p {
  margin-bottom: 15px;
  line-height: 1.3em;
}
.newMainInfo .Con .imgbox {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .newMainInfo {
    padding: 40px 0;
  }
  .newMainInfo .Title .h3 {
    font-size: 24px;
  }
  .newMainInfo .Title {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .newMainInfo .Con {
    line-height: 30px;
  }
  .newMainInfo .Con .p {
    margin-bottom: 20px;
  }
  .newMainInfo .Con .imgbox {
    padding-top: 10px;
  }
}
.AboutMainInfo {
  padding: 15px 0;
}
.AboutMainInfo .Con .zcT {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
}
.AboutMainInfo .Con .p {
  margin-bottom: 10px;
  line-height: 28px;
}
.AboutMainInfo .Con .imgbox {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .AboutMainInfo {
    padding: 50px 0;
  }
  .AboutMainInfo .Con .zcT {
    font-size: 36px;
  }
}
.XFmainF {
  padding: 20px 0;
}
.XFmainF1 .txt {
  margin-bottom: 15px;
  line-height: 30px;
}
.XFmainF1 .h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.XFmainF2 {
  background: #f5f5f5;
}
.XFmainF2 .FormUlli ul li.li1 {
  margin-bottom: 10px;
  min-height: 35px;
  position: relative;
  padding-left: 120px;
}
.XFmainF2 .FormUlli ul li .Tip {
  position: absolute;
  max-width: 300px;
  top: 100%;
  right: 0;
  display: none;
}
.XFmainF2 .FormUlli ul li .Tip span {
  display: inline-block;
  cursor: pointer;
  line-height: 35px;
  color: #c6060a;
}
.XFmainF2 .FormUlli ul li.li2 {
  position: relative;
}
.XFmainF2 .FormUlli .li1 .left {
  padding-right: 10px;
  width: 120px;
  text-align: right;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
}
.XFmainF2 .FormUlli .rightInput {
  border: 1px solid #ddd;
  line-height: 35px;
}
.XFmainF2 .FormUlli .red {
  color: #c6060a;
  position: absolute;
  right: 0;
  top: 0;
}
.XFmainF2 .FormUlli .li1 .ts {
  position: absolute;
  left: 0;
  top: 40px;
  color: #c6060a;
  text-align: right;
  width: 120px;
  padding-right: 10px;
}
.XFmainF2 .FormUlli .li1 .right {
  line-height: 35px;
  padding-right: 10px;
  font-size: 14px;
  color: #333;
  position: relative;
}
.XFmainF2 .FormUlli .li1 .right input {
  background: #fff;
  padding: 0 15px;
  line-height: 35px;
  height: 35px;
  width: 100%;
  display: block;
}
.XFmainF2 .FormUlli .li1 .right textarea {
  resize: none;
  width: 100%;
  background: #fff;
  padding: 10px;
  height: 170px;
  vertical-align: top;
}
.XFmainF2 .FormUlli .li1.liyzm .right .yzm {
  margin-top: 10px;
}
.XFmainF2 .FormUlli .li1.liyzm .right .yzm img {
  height: 35px;
  margin-right: 5px;
}
.XFmainF2 .FormUlli .li1.liyzm .right .yzm a {
  color: #c6060a;
  text-decoration: underline;
}
.XFmainF2 .btnV .btn {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 160px;
  line-height: 40px;
  border-radius: 3px;
  text-align: center;
  background: #c6060a;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .XFmainF {
    padding: 30px 0;
  }
}
@media screen and (min-width: 1024px) {
  .XFmainF {
    padding: 50px 0;
  }
  .XFmainF2 .FormUlli .li1 {
    float: left;
    width: 445px;
  }
  .XFmainF2 .FormUlli .li1.lirow {
    width: 100%;
  }
  .XFmainF2 .FormUlli .li1.liyzm .right .rightInput {
    width: 165px;
    float: left;
    margin-right: 15px;
  }
  .XFmainF2 .FormUlli .li1.liyzm .right .yzm {
    float: left;
  }
  .XFmainF2 .FormUlli .li1.liyzm .right .yzm {
    margin-top: 0;
  }
  .XFmainF2 .FormUlli ul li.li1 {
    margin-bottom: 20px;
  }
  .XFmainF2 .FormUlli .input-text {
    height: 32px;
  }
  .XFmainF2 .btnV .btn {
    font-size: 15px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  .XFmainF2 .btnV .btn:hover {
    background: #b10a0d;
  }
}
/* -------------------------------------- 1000 -------------------------------------------------- */
/* -------------------------------------- 1200 -------------------------------------------------- */
/* -------------------------------------- 1200 -------------------------------------------------- */
/* -- 百度分享 -- */
.bd_weixin_popup,
.bd_weixin_popup *,
.bd_weixin_popup:before,
.bd_weixin_popup *:before,
.bd_weixin_popup:after,
.bd_weixin_popup *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.newSearch {
  border-bottom: 1px solid #d3cfc4;
  padding-bottom: 20px;
}
.newSearch .SearchBox {
  position: relative;
  padding-right: 110px;
}
.newSearch .SearchBox .inputbox {
  border: 1px solid #d3cfc4;
  height: 40px;
}
.newSearch .SearchBox .inputbox input {
  line-height: 40px;
  width: 100% ;
  padding: 0 10px;
  display: block;
}
.newSearch .btn {
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  width: 100px;
  position: absolute;
  right: 0;
  top: 0;
  background: #c6060a;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.newSearch .btn:hover {
  background: #ff2a00;
}
@media screen and (min-width: 1200px) {
  .newSearch .SearchBox {
    padding-right: 150px;
  }
  .newSearch .SearchBox .inputbox {
    height: 55px;
  }
  .newSearch .SearchBox .inputbox input {
    line-height: 55px;
    font-size: 20px;
  }
  .newSearch .btn {
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    width: 135px;
  }
}
