﻿a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
input,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: 0 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-spacing: 0;
}
button,
input[type=button],
input[type=password],
input[type=reset],
input[type=submit],
input[type=text],
textarea {
  -webkit-appearance: none !important;
}
a {
  text-decoration: none;
  display: block;
}
li {
  list-style-type: none;
}
em,
i {
  font-style: normal;
}
body {
  overflow-x: hidden;
  font-family: 'Microsoft YaHei';
  /*  min-width: 1136px; */
}
img {
  /* width: 100%; */
  max-width: auto;
  display: block;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /*Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}
input:focus {
  outline: 0;
}
.clearf:after,
.clearf:before {
  display: block;
  content: "";
}
.clearf:after {
  clear: both;
}
.clear {
  clear: both;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.w100 {
  width: 100%;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
/* .container {width: 1136px;margin: 0 auto;position: relative;} */
.sectionbox {
  width: 100%;
  padding: 42px 0;
}
.tit_s {
  color: #f3531e;
  text-align: center;
  position: relative;
  margin-bottom: 68px;
}
.tit_s h2 {
  font-size: 42px;
}
.tit_s::after {
  position: absolute;
  content: "";
  width: 138px;
  height: 12px;
  background: #f3531e;
  left: 50%;
  top: 64px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 999;
}
.tit_b {
  color: #222424;
  font-size: 29px;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.tit_b::after {
  position: absolute;
  content: "";
  width: 1142px;
  height: 2px;
  background: #f3531e;
  left: 50%;
  top: -29px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.container {
  width: 1142px;
  margin: 0 auto;
  position: relative;
}
/* .cgzs-sec{ width: 100%; padding: 48px 0;} */
/*banner*/
.rxxz-banner {
  position: relative;
  max-width: 1920px;
  padding-top: 500px;
  margin: 0 auto;
  overflow: hidden;
}
.rxxz-banner .banner-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 1920px;
}
.clearfix::after,
.clearfix::before {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  zoom: 1;
}
.textalign {
  text-align: center;
}
.mt30 {
  margin-top: 30px;
}
.mt20 {
  margin-top: 20px;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1745 {
  width: 1745px;
  margin: 0 auto;
}
.w830 {
  width: 830px;
  margin: 0 auto;
}
.banner {
  background-repeat: no-repeat;
  height: 494px;
}
.h110 {
  height: 130px;
}
.btn {
  display: block;
  width: 256px;
  height: 50px;
  font-size: 20px ;
  text-align: center;
  line-height: 50px;
  color: #FFFFFF;
  background-color: #ff7700;
  border-radius: 6px;
  margin-top: 32px;
  font-weight: bold;
  border: 1px solid #FF7700;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover {
  background-color: #FFFFFF;
  color: #ff7700;
}
.btitle {
  font-size: 36px;
  color: #2d2626;
  text-align: center;
  font-weight: bold;
}
.ds {
  font-size: 14px;
  text-align: center;
  color: #888888;
}
.redtitle {
  font-size: 30px;
  color: red;
  text-align: center;
  margin-top: 40px;
  font-weight: bold;
}
.ptitle {
  font-size: 17px;
  text-align: center;
  color: #444444;
  font-weight: 600;
  padding-top: 25px;
  padding-bottom: 25px;
}
.btitle img {
  margin: 0 auto;
}
.btitle .st {
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  color: #460c00;
  position: absolute;
  bottom: 35px;
  width: 100%;
  font-weight: bold;
  z-index: 10;
}
.fgp {
  font-size: 18px;
  margin-top: 28px;
  text-indent: 40px;
  line-height: 30px;
  width: 1075px;
  margin-left: auto;
  margin-right: auto;
}
.mr5 {
  margin-right: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
red {
  color: red;
  font-size: 18px;
}
titlecolor {
  color: #ff8d06;
  font-size: 36px;
}
orange {
  color: #f79101;
  font-size: 34px;
  font-weight: bold;
}
.t1title {
  height: 160px;
  line-height: 160px;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.t1title .etitle {
  width: 1200px;
  position: absolute;
  left: 0;
  bottom: -33px;
  font-size: 18px;
  color: #888888;
  text-align: center;
}
.tg-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin: 23px auto 0 auto;
}
.tg-b .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  margin-left: 21px;
}
.tg-b .item:first-child {
  margin-left: 0;
}
.t2 {
  background-color: #f8f3f3;
  height: 344px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.t2 .item1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 600px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
}
.t2 .item2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 560px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 560px;
          flex: 0 0 560px;
  padding-right: 20px;
  padding-left: 20px;
  overflow: hidden;
  padding-top: 65px;
}
.t2 .item2 .title {
  color: #212121;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-top: 50px;
}
.t2 .item2 article {
  font-size: 16px;
  color: #212121;
  margin-top: 15px;
  line-height: 26px;
  text-align: center;
  color: #666666;
}
.t2 .item2 .sbtn {
  display: block;
  height: 63px;
  width: 184px;
  text-align: center;
  font-size: 24px;
  line-height: 63px;
  color: #FFFFFF;
  background-color: #c80000;
  position: relative;
  margin: 0 auto;
  border-radius: 5px;
}
.t2 .item2 .sbtn .yy {
  display: block;
  height: 58px;
  width: 278px;
  position: absolute;
  border: 1px solid #dca436;
  top: 10px;
  left: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.t2 .item2 .sbtn:hover .yy {
  top: 0px;
  left: 0px;
}
.fgt {
  margin-top: 33px;
  margin-bottom: 50px;
  width: 525px;
}
.t2-zj {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.t2-zj .item {
  /* flex: 1;margin-left:19px; */
  margin-bottom: 18px;
  width: 387px;
}
.t2-zj .item:nth-child(4),
.t2-zj .item:nth-child(5),
.t2-zj .item:nth-child(6) {
  margin-bottom: 0;
}
.xxhj {
  position: relative;
}
.xxhj .swiper-button-prev {
  position: absolute;
  left: -50px;
  top: 50%;
  color: #ee1111;
}
.xxhj .swiper-button-next {
  position: absolute;
  right: -50px;
  top: 50%;
  color: #ee1111;
}
:root {
  --swiper-navigation-size: 48px;
}
.tiao {
  width: 1175px;
  margin: 0 auto;
  border-bottom: 1px dashed #d5d5d5;
}
.zybtn {
  margin-top: 40px;
}
.zybtn a {
  display: inline-block;
  width: 108px;
  height: 33px;
  line-height: 33px;
  color: #FFFFFF;
  background-color: #c80000;
  text-align: center;
  font-size: 18px;
  border-radius: 4px;
  border: 1px solid #C80000;
}
.zybtn a:last-child {
  color: #C80000;
  background-color: #FFFFFF;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  border: 1px solid #C80000;
  margin-left: 5px;
}
.btnbox {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
  margin-top: 36px;
}
.btnbox a {
  height: 55px;
  width: 240px;
  border-radius: 10px;
  text-align: center;
  line-height: 55px;
  font-size: 24px;
  display: inline-block;
  color: #FFFFFF;
  background-color: #ee1111;
  margin: 0 auto;
  position: relative;
  z-index: 999;
}
.t4 {
  margin-top: 60px ;
  padding-bottom: 45px;
}
.t4-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 37px;
}
.t4-c .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 21px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.t4-c .item .desc1 {
  padding: 14px 0px 14px 0;
  font-size: 20px;
  text-align: center;
  position: relative;
}
.t4-c .item .fgbox .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 56px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 56px;
          flex: 0 0 56px;
  margin-left: 5px;
  height: 23px;
  border: 1px solid #C80000;
  text-align: center;
  font-size: 16px;
  color: #C80000;
  border-radius: 4px;
}
.t4-c .item p {
  font-size: 16px;
  color: #4d4d4d;
  font-weight: normal;
}
.t4-c .item .fgbox .item:first-child {
  margin-left: 0;
}
.t4-c .item .t {
  line-height: 85px;
  text-align: center;
  font-size: 24px;
  color: #FFFFFF;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.t4-c .item .ds {
  margin-top: 5px;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.t4-c .item:first-child {
  margin-left: 0;
}
.t4-c .item img {
  margin-bottom: 5px;
}
.t4-c .item2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 600px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
}
.t4-c .item2 img {
  display: inline-block;
}
.k {
  color: #212121 !important;
}
.btns {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.btns a {
  background-color: #ee1111;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 4px;
  color: white;
  border: 2px solid #ee1111;
  font-size: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.btns a:first-child {
  border: 2px solid #ee1111;
  background-color: #FFFFFF;
  color: #ee1111;
}
.t5 {
  padding-top: 37px;
  padding-bottom: 1px;
}
.t5-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  margin-top: 25px;
}
.t5-c .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  text-align: center;
  padding: 23px 17px;
  background-color: #FFFFFF;
  margin-left: 23px;
  border-radius: 8px;
}
.t5-c .item:first-child {
  margin-left: 0;
}
.t5-c .item img {
  margin: 0 auto;
}
.t5-c .item .desc {
  text-align: left;
  color: #353535;
  line-height: 35px;
  font-size: 22px;
}
.t5-c .item .zyxq {
  font-size: 14px;
  color: #353535;
  text-align: left;
  display: block;
  margin-top: 10px;
  line-height: 20px;
}
.last {
  text-align: center;
  font-size: 24px;
}
.last img {
  margin: 0 auto;
}
.last a {
  color: red;
  font-weight: 700;
  padding-bottom: 1px;
  border-bottom: 2px solid red;
}
.t6 {
  padding-top: 30px;
  padding-bottom: 1px;
}
.t6 .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.t6 .cont .item1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  463px;
     -moz-box-flex: 0;
      -ms-flex: 0 0  463px;
          flex: 0 0  463px;
  margin-right: 16px;
}
.t6 .cont .item2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  721px;
     -moz-box-flex: 0;
      -ms-flex: 0 0  721px;
          flex: 0 0  721px;
}
.t6 .cont .item2 a {
  display: inline-block;
}
.t6 .cont .item2 a:nth-child(3) {
  margin-top: -6px;
}
.t6 .cont .item2 img {
  display: inline-block;
  width: auto;
}
.t6 .cont .items {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 58px;
}
.t6 .cont .items:first-child {
  margin-left: 0;
}
.t6 .cont .items .item-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 143px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 143px;
          flex: 0 0 143px;
  height: 117px;
  background-repeat: no-repeat;
  background-image: url(../image/34-off.png);
}
.t6 .cont .items .b2 {
  background-image: url(../image/35-off.png);
}
.t6 .cont .items .b3 {
  background-image: url(../image/36-off.png);
}
.t6 .cont .items .b4 {
  background-image: url(../image/37-off.png);
}
.t6 .cont .items .b5 {
  background-image: url(../image/38-off.png);
}
.t6 .cont .items .b6 {
  background-image: url(../image/39-off.png);
}
@-webkit-keyframes hide {
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hide {
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.t6 .cont .items .item-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 216px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 216px;
          flex: 0 0 216px;
  padding-left: 5px;
}
.t6 .cont .items .item-title .title1 {
  font-size: 24px;
  margin-top: 20px;
  color: #333333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.t6 .cont .items .item-title .title2 {
  font-size: 20px;
  margin-top: 5px;
  color: #666666;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.t6 .cont .items:hover .item-img {
  background-image: url(../image/34-on.png);
}
.t6 .cont .items:hover .title1 {
  color: #ee1111;
}
.t6 .cont .items:hover .title2 {
  color: #ee1111;
}
.t6 .cont .items:hover .b2 {
  background-image: url(../image/35-on.png);
}
.t6 .cont .items:hover .b3 {
  background-image: url(../image/36-on.png);
}
.t6 .cont .items:hover .b4 {
  background-image: url(../image/37-on.png);
}
.t6 .cont .items:hover .b5 {
  background-image: url(../image/38-on.png);
}
.t6 .cont .items:hover .b6 {
  background-image: url(../image/39-on.png);
}
.rxzn-sec {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.rxzn-sec .rxzn-item {
  /* width: percentage(100/6);  */
  text-align: center;
  padding-top: 36px;
  position: relative;
}
.rxzn-sec .rxzn-item::after {
  width: 56px;
  height: 18px;
  position: absolute;
  right: -76px;
  top: 78px;
  background-color: #f14e4e;
  content: '';
}
.rxzn-sec .rxzn-item:last-child::after,.rxzn-sec .rxzn-item:last-child::before {
  display: none;
}
.rxzn-sec .rxzn-item::before {
  position: absolute;
  right: -103px;
  top: 71px;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #f14e4e;
  content: '';
}
.rxzn-sec .rxzn-item p {
  font-size: 21px;
  line-height: 50px;
}
.rxzn-sec .rxzn-item p i {
  font-size: 60px;
  color: #f14e4e;
}
.rxzn-sec .rxzn-item:nth-child(6) p i {
  font-size: 53px;
}
.t5-c .item .desc {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
.t5-c .item .desc span{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  height: auto;
  line-height: inherit;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 14px;
  color: #ee1111;
}
.moveup {
  position: relative;
  top: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.moveup:hover {
  top: -6px;
}
.item {
  position: relative;
}
.zy-tips {
  position: absolute;
  top: 3%;
  left: -41%;
  width: 100%;
  line-height: 30px;
  background-color: #ee1111;
  text-align: center;
  font-size: 14px;
  color: #fff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}