@font-face {
  font-family: 'iconfont';
  /* Project id 2376408 */
  src: url('//at.alicdn.com/t/c/font_2376408_hcznky7tj1.woff2?t=1706520640887') format('woff2'),
    url('//at.alicdn.com/t/c/font_2376408_hcznky7tj1.woff?t=1706520640887') format('woff'),
    url('//at.alicdn.com/t/c/font_2376408_hcznky7tj1.ttf?t=1706520640887') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'pf-bz';
  src: url("../fonts/pf-bz.woff2")
}

@font-face {
  font-family: 'en_b';
  src: url("../fonts/en_b.ttf")
}

@font-face {
  font-family: 'Gilroy-L';
  src: url('../fonts/Gilroy-Light.otf');
}

@font-face {
  font-family: 'Gilroy-B';
  src: url('../fonts/gilroyb.woff');
}

@font-face {
  font-family: 'Gilroy-M';
  src: url('../fonts/Gilroy-Medium.otf');
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'pf-bz';
}

html,
body {
  width: 100%;
  height: 100%;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
  padding: 0;
  margin: 0;
  font-family: 'pf-bz';
}

body {
  font-size: 14px;
  line-height: 24px;
  color: #595959;
  font-family: 'FuturaBT_k';
  font-weight: 500;
  width: 100%;
  overflow-x: hidden;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px
}

img {
  border: 0;
  margin: 0px;
  padding: 0px;
  display: block;
  max-width: 100%;
}

input:focus {
  outline: none;
}

.clean {
  clear: both;
}

a:link {
  color: #1D2434;
  text-decoration: none;
}

a:visited {
  color: #1D2434;
  text-decoration: none;
}

a:hover {
  color: #CF342C;
  text-decoration: none;
}

a:active {
  color: #1D2434;
  text-decoration: none;
}

.bottom_link:link {
  color: #666666;
  text-decoration: none;
}

.bottom_link:visited {
  color: #666666;
  text-decoration: none;
}

.bottom_link:hover {
  color: #0075ff;
  text-decoration: none;
}

.bottom_link:active {
  color: #666666;
  text-decoration: none;
}

h1 {
  font-size: 32px;
  color: #b52022;
  letter-spacing: -1px;
  line-height: 30px;
}

h2 {
  font-size: 24px;
  color: #CF342C;
  line-height: 44px;
  font-weight: normal;
}

h3 {
  font-size: 24px;
  color: #CF342C;
  font-weight: normal;
}

h4 {
  font-size: 24px;
  color: #CF342C;
  font-weight: normal;
  line-height: 34px;
  margin-bottom: 20px;
}

/*top_menu*/
#top_menu {
  width: 100%;
  top: 0;
  z-index: 9999;
}

#top_menu ul {
  width: 80%;
  margin: 0 auto;
  position: relative;
  min-width: 1200px;
}

#top_menu ul li {
  float: left;
}

#top_menu ul li:nth-child(1) {
  width: 30%;
  text-align: left;
}

#top_menu ul li:nth-child(2) {
  width: 70%;
  text-align: right;
  color: #fff;
}

#top_menu ul li:nth-child(2) a {
  display: inline-block;
  margin-left: 35px;
  font-size: 15px;
  background-image: linear-gradient(#CF342C, #CF342C);
  background-position: center bottom;
  background-size: 0 1.5px;
  background-repeat: no-repeat;
  transition: .4s;
  line-height: 50px;
  font-weight: bold;
  font-size: 15px;
}

#top_menu ul li:nth-child(2) a:hover {
  background-size: 100% 1.5px;
  color: #CF342C !important;
}

#top_menu ul li a:nth-child(6) {
  margin-right: 5px;
  margin-left: 50px;
}

#top_menu ul li a:nth-child(7) {
  margin-right: 5px;
  font-size: 14px;
  margin-left: 15px;
}

#top_menu ul li a:nth-child(8) {
  margin-left: 5px;
  font-size: 14px;
}

.default {
  width: 100%;
  height: 80px;
  background-color: none;
  position: absolute;
  z-index: 9999;
  top: 20px !important;
  line-height: 80px;
  background-color: rgba(0, 90, 100, 0);
  color: rgba(0, 0, 0, 0.4);
}

.default a {
  color: #fff !important;
}

.txt001 a {
  color: #000 !important;
}

.txt001 {
  color: #000 !important;
}

.fixed ul li:nth-child(2) {
  color: #000 !important;
}

/* .fixed{position:fixed; top:0px; left:0px; width:100%; height:80px; line-height:80px; background-color:#48474a; color:#fff;} */
.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: #fff;
  color: #fff;
}

/* .fixed a{color:#fff !important;} */

.menu_link a:link {
  color: #000;
  text-decoration: none;
}

.menu_link a:visited {
  color: #000;
  text-decoration: none;
}

.menu_link a:hover {
  color: #222;
  text-decoration: none;
}

.menu_link a:active {
  color: #000;
  text-decoration: none;
}

.menu_linka a:link {
  color: #444;
  text-decoration: none;
}

.menu_linka a:visited {
  color: #444;
  text-decoration: none;
}

.menu_linka a:hover {
  color: #00a0e9;
  text-decoration: none;
}

.menu_linka a:active {
  color: #444;
  text-decoration: none;
}

.li_logo img:nth-child(1) {
  display: none;
}

.li_logoa img:nth-child(1) {
  display: block;
  height: 60px;
  margin-top: 10px;
}

.li_logo img:nth-child(2) {
  display: block;
  height:60px;
}

.li_logoa img:nth-child(2) {
  display: none;
}

/*滚动条scrollbar*/
/* ::-webkit-scrollbar{width: 15px;height:5px;}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background-color:#245193}
::-webkit-scrollbar-track-piece{background:#E3E3E3}
::-webkit-scrollbar-thumb:vertical{background-color:#245193;}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#e7280b}
::-webkit-scrollbar-corner:vertical{background-color:#535353}
::-webkit-scrollbar-resizer:vertical{background-color:#FF6E00} */


/*index*/
.index_banner {
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

.index_banner .txt {
  width: 1200px;
}

.index_banner .txt1 p:nth-child(1) {
  margin-top: -250px;
}

.index_banner .txt p {
  text-align: center;
  color: #fff;
  font-weight: 500;
  width: 100%;
  text-shadow: 1px 1px 1px #000;
}

.index_banner .txt p:nth-child(1) {
  font-size: 65px;
  line-height: 1.5;
  position: relative;
  padding-bottom: 20px;
  letter-spacing: 5px;
  font-weight: bold;
}

.index_banner .txt p:nth-child(1):after {
  content: "";
  width: 80px;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: 0;
  position: absolute;
  left: 50%;
  margin-left: -40px;
}

.index_banner .txt p:nth-child(1) b {
  font-size: 55px;
  font-weight: 500;
  color: #CF342C;
  text-shadow: 1px 1px 1px #fff;
}

.index_banner .txt p:nth-child(2) {
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  margin-top: 20px;
}

.banner_more {
  padding: 4px 60px;
  color: #fff !important;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 14px;
  margin-top: 20px;
}

.banner_more:hover {
  color: #fff !important;
  background-color: #CF342C
}

.banner_more2 {
  padding: 4px 60px;
  color: #333333 !important;
  border: 1px solid #333333;
  display: inline-block;
  font-size: 14px;
  margin-top: 80px;
}

.banner_more2:hover {
  color: #fff !important;
  background-color: #CF342C;
}

.index_banner .txt2 {
  width: 80%;
  margin: 0 auto;
  position: relative;
  min-width: 1200px;
}

.index_banner .txt2 .txt2Box {
  overflow: hidden;
  padding-top: 50px;
  letter-spacing: 2px;
}

.index_banner .txt2 .txt2Box p:nth-child(1) {
  font-size: 60px;
  color: #fff;
  line-height: 50px;
  text-align: left;
  font-weight: bold;
}

.index_banner .txt2 .txt2Box p span {
  color: #CF342C;
  font-size: 75px;
  margin: 0 2px;
  text-shadow: 1px 1px 1px #fff;
}

.index_banner .txt2 .txt2Box p:nth-child(2) {
  font-size: 60px;
  color: #fff;
  padding-left: 80px;
  line-height: 1.5;
  margin-top: 20px;
  text-align: left;
  font-weight: bold;
}

.index_banner .txt2 .txt2Box p:nth-child(3) {
  font-size: 16px;
  color: #fff;
  margin-top: 50px;
  padding: 4px;
  background-color: #245193;
  letter-spacing: 3px;
}

.banner_more3 {
  padding: 4px 60px;
  color: #245193 !important;
  border: 1px solid #245193;
  display: inline-block;
  font-size: 14px;
  margin-top: 20px;
}

.banner_more3:hover {
  color: #fff !important;
  background-color: #CF342C;
  border: 1px solid #fff;
}



.head_a {
  display: none;
}

.sjj_nav {
  display: none;
}

.mobileShow {
  display: none;
  font-size: 20px;
  margin-top: 20px;
  color: #e53b20 !important;
}

.mobile_show {
  display: none !important;
}

.pc_show {
  display: block !important;
}

.mobile_indexTitle {
  display: none !important;
}


/*bottom*/
.bottom {
  width: 100%;
  background-image: url(../images/gsgk3_bg.jpg);
  padding: 80px 0 12px;
  background-size: cover;
  background-position: center;
  background: #888888;
}

.bottom_top {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.bottom_top img {
  width: 100px;
}

.bottom_top span {
  font-size: 25px;
  color: #fff;
  font-weight: bold;
}

.bottom_btm {
  width: 100%;
  border-top: 1px solid #ccc;
  padding-top: 12px;
  margin-top: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
}

.bottom_m {
  padding: 4.1vw 10.41666vw 0 !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bottomBox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: self-start;
}

.bottomBox ::placeholder{
  color:#fff;
}

.btn7 {
  position: relative;
  color: #333;
  background: #FFF;
  border: 1px solid #FFF;
  -webkit-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
  font-size: 16px;
  padding: 8px 30px;
  cursor: pointer;
}

.btn7:before {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  bottom: -15px;
  right: -15px;
  background: inherit;
  z-index: -1;
  opacity: 0.5;
  -webkit-transform: scale3d(.6, .4, 1);
  transform: scale3d(.6, .4, 1);
  display: none\9;
}

.btn7:hover {
  background: #fcfcfc;
  border-color: #fcfcfc;
  -webkit-transition: background-color .1s .3s, color .1s .3s;
  transition: background-color .1s .3s, color .1s .3s;
  -webkit-animation: anim-moema-1 .3s forwards;
  animation: anim-moema-1 .3s forwards
}

.btn7:hover:before {
  -webkit-animation: anim-moema-2 .3s .3s forwards;
  animation: anim-moema-2 .3s .3s forwards;
}

@-webkit-keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(.8, .8, 1);
    transform: scale3d(.8, .8, 1)
  }

  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(.8, .8, 1);
    transform: scale3d(.8, .8, 1)
  }

  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@-webkit-keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

.bottomBox li {
  width: 25%;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
  position: relative;
}
.bottomBox li img{
  width: 80px;
  position: absolute;
  top:0;right:0;
}

.bottomBox li:last-child {
  margin-right: 0px;
}

.bottomBox li p:nth-child(1) {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px;
}

.bottomBox li p:nth-child(2) {
  font-size: 14px;
  line-height: 1.8;
}

.bottomBox li p:nth-child(3) {
  margin-top: 25px;
}

.foot_menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.foot_menu a {
  color: #fff;
  font-size: 14px;
}

.bottomBox li p i {
  color: #fff;
  font-size: 30px;
}

.bottomBox li textarea {
  border: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 15px;
  background: none;
  padding: 10px 0;
  height: 60px;
  resize: none;
  width: 100%;

}

::placeholder {
  color: #D5D5D5;
}

/*bottom*/


/* .midWidth{
  width:66%;
  min-width: 1200px;
  margin:0 auto;
} */
.midWidth {
  padding: 4.16666vw 10.41666vw;
  margin: 0 auto;
}

.index_about {
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index_about .left {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.index_about .left h3 {
  color: #333;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 12px;
  position: relative;
}

.index_about .left p {
  text-indent: 2em;
}

.index_about .left button {
  margin-top: 30px;
  background: #CF342C;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
}

.index_about .right {
  width: 48%;
  position: relative;
}

.index_about .right::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #CF342C;
  z-index: -1;
}

.btn4 {
  border: 1px solid #d0d0d0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.btn4:hover {
  color: #fff;
}

.btn4 .btnbg-x {
  background: #CF342C;
  position: absolute;
  z-index: -1;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  opacity: 0;
  *filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.btn4:hover .btnbg-x {
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
  *filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.btn4 span {
  position: relative;
  z-index: 1;
}

.index_pro {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 52vw;
}

.index_pro .left {
  width: 33%;
  background-image: url(../images/index_about.jpg);
  background-size: cover;
  background-position: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 5vw;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.bg_mb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.index_pro .left img {
  width: 128px;
  margin-bottom: 30px;
}

.index_pro .left h3 {
  color: #fff;
  font-size: 40px;
  line-height: 1.5;
  font-weight: bold;
}

.index_pro .left p {
  text-align: center;
  margin: 80px 0;
  color: #fff;
}

.index_pro .left a {
  padding: 8px 50px;
  color: #fff;
  border: 1px solid #fff;
  border-left: none;
  border-right: none;
}

.index_pro .right {
  width: 67%;
  background: #ccc;
  position: relative;
  z-index: 1;
  height: 100%;
}

.index_pro .right li {
  width: 50%;
  height: 50%;
  float: left;
  position: relative;
  overflow: hidden;
}

.index_pro .right li img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: all 0.9s;
}

.index_pro .right li .desc {
  position: absolute;
  bottom: 30px;
  width: 80%;
  left: 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index_pro .right li .desc span {
  font-size: 20px;
  color: #333;
  cursor: pointer;
}

.index_pro .right li .desc a {
  display: inline-block;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #b1b0b0;
  color: #333;
  border-radius: 50%;
  font-size: 20px;
}

.index_pro .right li:hover img {
  transform: scale(1.1);
}

.index_pro .right li:hover a {
  background: #333;
  color: #fff;
}


.index_jsBox {
  position: relative;
}

.index_jsBox::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/bg1.jpg);
  background-size: cover;
  background-position: bottom;
  z-index: -1;
  opacity: .5;
}

.index_js {
  overflow: hidden;
}

.index_js li {
  width: Calc(25% - 16px);
  margin-right: 20px;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  transition: all 500ms ease;
  padding: 20px 0;
  cursor: pointer;
}

.index_js li:last-child {
  margin-right: 0;
}

.index_js li p:nth-child(1) {
  width: 100%;
  font-size: 60px;
  padding-bottom: 25px;
  border-bottom: 1px solid #333;
  margin-bottom: 25px;
  line-height: 1;
}

.index_js li p:nth-child(2) {
  color: #666;
  font-size: 14px;
  margin-bottom: 20px;
}

.index_js li h2 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.3;
  color: #333;
  font-size: 1.5vw;
}

.pbmit-svg-btn {
  padding-top: 30px;
  display: block;
  font-size: 35px;
}

.index_js li:hover a {
  color: #CF342C;
}

.index_js li:hover {
  margin-top: -20px;
}

.index_dBox {
  width: 100%;
  overflow: hidden;
  padding: 50px 0 100px 0;
}

.index_d {
  overflow: hidden;
}

.index_d .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d7d7d7;
  padding: 10px 0;
}

.index_d .top .left {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
}

.index_d .top .left:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  bottom: -12px;
  left: 0;
  background: #CF342C;
}

.index_d .top ul {
  height: 100%;
  overflow: hidden;
}

.index_d .top ul a {
  margin: 0 20px;
  font-size: 18px;
  float: left;
  background-image: linear-gradient(#CF342C, #CF342C);
  background-position: center bottom;
  background-size: 0 1.5px;
  background-repeat: no-repeat;
  transition: .4s;
  line-height: 30px;
  display: inline-block;
  height: 100%;
  color: #333333;
}

.index_d .top ul a:hover {
  background-size: 100% 1.5px;
}

.index_d .foot {
  width: 100%;
  margin-top: 25px;
}

.index_d .foot ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index_d .foot ul a {
  width: 33.3333333%;
  border-right: 1px solid #d7d7d7;
  display: inline-block;
  background: #fbfbfb;
  padding: 35px 30px;
  transition: all 0.3s ease;
  position: relative;
}

.index_d .foot ul a:last-child {
  border-right: none;
}

.index_d .foot ul a li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.index_d .foot ul a li .top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-bottom: none;
  padding: 0;
  width: 100%;
}

.index_d .foot ul a li .top .date1 {
  font-size: 45px;
  line-height: 1.1;
}

.index_d .foot ul a li .top .date2 {
  font-size: 15px;
}

.index_d .foot ul a li .top .title {
  font-size: 1.3vw;
  margin: 20px 0;
  color: #333333;
  transition: all 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.index_d .foot ul a li .top .details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #d7d7d7;
  font-size: 16px;
  padding: 15px 0;
  width: 100%;
}

.index_d .foot ul a li .top .details span {
  font-size: 14px;
}

.index_d .foot ul a li .top .details i {
  font-size: 20px;
}

.index_d .foot ul a li .pic {
  width: 100%;
  height: 12vw;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index_d .foot ul a li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.index_d .foot ul a:hover {
  box-shadow: 0 0 0.78vw rgba(0, 0, 0, 0.2);
  z-index: 5;
  color: #CF342C;
}

.index_d .foot ul a:hover .title {
  color: #CF342C !important;
}

.index_d .foot ul a:hover img {
  transform: scale(1.1);
}


.index_eBox {
  width: 100%;
  overflow: hidden;
  background-image: url(../images/hztbg.jpg);
  background-size: cover;
  background-position: center;
}

.index_e {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.index_e p:nth-child(1) {
  font-size: 35px;
  position: relative;
  line-height: 1.5;
  padding-bottom: 20px;
}

.index_e p:nth-child(1):after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: calc((100% - 40px)/2);
}

.index_e p:nth-child(2) {
  margin: 50px 0 80px 0;
  text-align: center;
}

.index_e a {
  padding: 10px 25px;
  color: #fff;
  transition: all 0.3s;
  background-color: #CF342C;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #CF342C;
  font-size: 14px;
}

/* .index_e a:before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: -1;
  background-color: #fff;
  transform-origin: center top;
  transform: translateZ(0) scaleY(0);
  transition: transform .5s cubic-bezier(.215, .61, .355, 1);
  width: 100%;
  height: 100%;
}


.index_e a:hover:before {
  transform: translateZ(0) scaleY(1);
  transform-origin: center bottom;
} */

.index_e a:hover {
  color: #CF342C;
}



.index_yyly {
  width: 100%;
  overflow: hidden;
  padding: 100px 0;
  background-image: url(../images/oneBg2.jpg);
  background-size: cover;
  background-position: center;
}

.index_yyly .title {
  color: #333;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  padding-bottom: 12px;
  text-align: center;
  margin-bottom: 50px;
}

.index_yyly .title::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background: #CF342C;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}

.app-store-wrap {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.app-store-list {
  height: 380px;
  padding: 0 15px;
  margin: 30px 0;
  text-align: justify;
  width: fit-content;
}

.app-store-item {
  position: relative;
  float: left;
  margin: 0 10px;
  width: 214px;
  height: 100%;
  background: #fff;
  text-align: center;
  overflow: hidden;
  font-size: 0;
  border-radius: 10px;
}

.app-store-item:hover {
  box-shadow: 0px 1px 17px 5px rgba(156, 244, 255, 0.3);
  -webkit-box-shadow: 0px 1px 17px 5px rgba(156, 244, 255, 0.3);
  -moz-box-shadow: 0px 1px 17px 5px rgba(156, 244, 255, 0.3);
}

.app-store-item:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.app-store-item img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.app-store-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.app-store-info h3 {
  position: absolute;
  top: 180px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  z-index: 30;
}

.app-store-tag {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  margin: -60px 0 0 -60px;
  background: #333;
  opacity: .9;
  border-radius: 50%;
  z-index: 10;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.item01 .app-store-tag {
  background: #6bddd7;
}

.item02 .app-store-tag {
  background: #56de7f;
}

.item03 .app-store-tag {
  background: #818181;
}

.item04 .app-store-tag {
  background: #0087fa;
}

.item05 .app-store-tag {
  background: #fcc300;
}

.app-store-list .app-store-item:hover .app-store-tag {
  -webkit-transform: scale(3.7, 3.7);
  -moz-transform: scale(3.7, 3.7);
  transform: scale(3.7, 3.7);
}

/* contact */
.topBanner {
  width: 100%;
  background-position: center;
  background-size: cover;
  height: 50%;
  position: relative;
  min-height: 500px;
}

.bannerWord {
  position: absolute;
  bottom: 10%;
  color: #fff;
}

.bannerWord p:nth-child(1) {
  font-size: 50px;
  line-height: 1.5;
}

.bannerWord p:nth-child(2) {
  font-size: 60px;
  font-family: 'en_b';
  line-height: 1.5;
}



.contact .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.contact .bg2 {
  /* display: none; */
}

.contact .bg #container,
.contact .bg #container2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.contact .r2 {
  height: 100vh;
  display: grid;
  padding-right: 5.7vw;
  align-content: center;
  justify-content: end;
  grid-template-columns: 44.27vw;
  /* grid-template-rows: 75vh; */
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.contact .r2 .bg #container {
  z-index: 5
}

.contact .r2 .bg:after {
  content: "";
  z-index: 10;
  pointer-events: none;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 30%, #fff 70%)
}

.contact .r2 .inner {
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 5vw 4vw 4vw;
  box-shadow: #d7d7d7 0px 0px 140px;
}

.contact .r2 .inner .box {
  display: grid;
  align-content: space-between;
  grid-auto-flow: row;
  height: 100%;
  grid-template-rows: auto auto 1fr
}

.contact .r2 .inner .box h2 {
  font-size: 40px;
}

.contact .r2 .inner .box .line {
  width: 100%;
  margin: 2vw 0 4vw;
  display: block;
  background-color: #CF342C;
  height: 1px
}

.contact .r2 .inner .box .items {
  display: grid;
  grid-auto-flow: row;
  align-content: space-between
}

.contact .r2 .inner .box .items li {
  padding-left: 5vw;
  position: relative;
  cursor: pointer;
  margin-bottom: 1vw
}

.contact .r2 .inner .box .items li h3 {
  margin-bottom: 1vw;
  font-weight: bold;
  line-height: 2;
}

.contact .r2 .inner .box .items li p {
  line-height: 1.8;
  font-size: 16px;
}

.contact .r2 .inner .box .items li em {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.5;
  font-family: "en_b";
  font-size: 40px;
  font-style: normal;
  color: #CF342C;
}

.mesgBox {
  background-image: url(../images/fkly_bg.jpg);
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.mesgBox .title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
}

.inpBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}

.inpBox .top {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding:10px;
}

.inpBox .top input {
  width: Calc(33.33% - 10px);
  margin-right: 20px;
  padding: 20px;
  background: #fff;
  border: none;
  height: 50px;
  box-shadow: 2px 2px 3px #dedede;
}

.inpBox .top input:last-child {
  margin-right: 0;
}
.inpBox .btm{
  width: 100%;
  overflow: hidden;
  padding:0 10px;
}
.inpBox textarea {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  height: 250px;
  border: none;
  box-shadow: 2px 2px 3px #dedede;
}
::placeholder{
  color:#333;
}
.inpBox .btn7 {
  width: 150px;
  height: 40px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #CF342C;
  color: #fff;
}

.z_page_bar {
  width: 100%;
  height: 4.6875vw;
  line-height: 4.6875vw;
  padding: 0 10.41666vw;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 2px 2px 3px #dedede;
}

.z_page_wz {
  color: #91939B;
  float: left;
}

.z_page_wz a {
  display: inline-block;
  padding: 0 5px;
  position: relative;
  color: #91939B;
}

/* .z_page_wz a::before{ content: "\e60f"; z-index: 1; display: block; font-family:"iconfont"; position: absolute; right: 0; top: 50%; transform:  translateY(-50%);} */
.z_page_wz a:last-child::before {
  display: none;
}

.z_page_nav {
  float: right;
}

.z_page_nav li {
  display: inline-block;
  margin-left: 25px;
  position: relative;
}

.z_page_nav ul li:first-child {
  margin-left: 0vw;
}

.z_page_nav li::before {
  content: "";
  z-index: 1;
  display: block;
  width: 0;
  height: 3px;
  background: #CF342C;
  transition: ease 1s;
  position: absolute;
  left: 50%;
  bottom: 0;
}

.z_page_nav li.cur::before,
.z_page_nav li:hover::before {
  width: 100%;
  left: 0;
}

.z_page_nav li a {
  display: block;
  font-size: 14px;
}

.z_page_nav li.cur a,
.z_page_nav li:hover a {
  color: #CF342C;
}



/* newsList */
.l_mt {
  background-color: #f1f1f1;
  padding: 4.16666vw 10.41666vw 13.54166vw;
  position: relative;
}

.l_mt .newsTypeName {
  font-size: 2.39583vw;
  color: #CF342C;
  text-transform: uppercase;

}

.ellipsis2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.l_mt .bot {
  margin-top: 2.60416vw;
  display: flex;
  flex-wrap: wrap;
}

.l_mt .bot .item {
  width: 31.4%;
  background-color: #FFF;
  padding: 1.04166vw;
  margin-top: 2.08333vw;
  position: relative;
  transition: ease 1s;
}

.l_mt .bot .item:hover {
  box-shadow: 0px 25px 43px 8px rgba(47, 48, 53, 0.08);
}

.l_mt .bot .item::after {
  content: "";
  width: 0;
  border-bottom: 2px solid #CF342C;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 9;
  transition: 1s;
}

.l_mt .bot .item:nth-child(1),
.l_mt .bot .item:nth-child(2),
.l_mt .bot .item:nth-child(3) {
  margin-top: unset;
}

.l_mt .bot .item:nth-child(3n-1) {
  margin-left: 2.08333vw;
  margin-right: 2.08333vw;
}

.l_mt .bot .item a {
  display: block;
}

.l_mt .bot .item .img {
  width: 100%;
  height: 14.0625vw;
  position: relative;
  overflow: hidden;
}

.l_mt .bot .item .img img {
  width: 100%;
  height: 100%;
  transform: scale(1.0);
  transition: 1s;
}

.l_mt .bot .item .img .date {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  background-color: #2f3035;
  color: #FFF;
  width: 5.20833vw;
  height: 5.20833vw;
  display: flex;flex-direction: column;align-items: center;justify-content:center;
  transition: 1s;
}

.l_mt .bot .item .img .date b {
  font-size: 1.9vw;
}

.l_mt .bot .item .img .date p {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.l_mt .bot .item .title {
  margin-top: 1.5625vw;
  font-size: 1.4vw;
  line-height: 1.4;
  color: #000000;
  height: 3.8vw;
  font-weight: bold;
}

.l_mt .bot .item .text {
  margin-top: 1.04166vw;
  font-size: 14px;
  color: #666666;
  line-height: 25px;
}

.l_mt .bot .item .z_index_more {
  margin-top: 1.82291vw;
  margin-bottom: 2.60416vw;
}

.l_mt .bot .item:hover::after {
  left: 0;
  width: 100%;
}

.l_mt .bot .item:hover .z_index_more .icon {
  transform: rotate(45deg);
}

.l_mt .bot .item:hover .img img {
  transform: scale(1.1);
}

.l_mt .bot .item:hover .img .date {
  background-color: #CF342C;
}

.l_mt .nkBot {
  margin-top: 3.64583vw;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.l_mt .nkBot .item {
  width: 48%;
  padding: 1.04166vw 2.08333vw 1.04166vw 1.04166vw;
  background-color: #FFF;
  margin-top: 4%;
}

.l_mt .nkBot .item:nth-child(1),
.l_mt .nkBot .item:nth-child(2) {
  margin-top: unset;
}

.l_mt .nkBot .item:nth-child(2n) {
  margin-left: 4%;
}

.l_mt .nkBot .item .clearfixa {
  display: block;
}

.l_mt .nkBot .item .img {
  width: 9.375vw;
  height: 13.54166vw;
  overflow: hidden;
  border-radius: 8px;
}

.l_mt .nkBot .item .img img {
  width: 100%;
  height: 100%;
  transform: scale(1.0);
  transition: 1s;
}

.l_mt .nkBot .item .content {

  margin-left: 2.08333vw;
  padding-top: 5px;
}

.l_mt .nkBot .item .content .title {
  font-size: 1.14583vw;
  color: #222222;
  font-weight: bold;
}

.l_mt .nkBot .item .content .information {
  font-size: 14px;
  color: #CF342C;
  margin-top: 0.5vw;
}

.l_mt .nkBot .item .content .information span {
  margin-right: 1.5625vw;
}

.l_mt .nkBot .item .content .information span:last-child {
  margin-right: unset;
}

.l_mt .nkBot .item .content .text {
  font-size: 16px;
  width: 20.05208vw;
  color: #888888;
  margin-top: 1.30208vw;
  padding-top: 1.04166vw;
  border-top: 1px solid #cccccc;
  line-height: 25px;
}

.l_mt .nkBot .item .content .btn {
  margin-top: 1.8vw;
  text-align: center;
  width: 7.8125vw;
  height: 2.29166vw;
  line-height: 2.29166vw;
  color: #FFF;
  font-size: 16px;
  border: 1px solid #CF342C;
  background-color: #CF342C;
  border-radius: 4px;
  transition: 1s;
}

.l_mt .nkBot .item:hover .content .btn {
  background-color: #FFF;
  color: #CF342C;
}

.l_mt .nkBot .item:hover .img img {
  transform: scale(1.1);
}

.l_mt .en_b {
  font-family: "en_b";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  text-decoration: underline;
  margin-right: 10px;
}

.z_index_more {
  line-height: 28px;
  display: inline-block;
}

.z_index_more .en {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  color: #000000;
  margin-right: 10px;
}

.z_index_more .icon {
  display: inline-block;
  width: 28px;
  transition: ease .6s;
  height: 28px;
  background: url(../images/arr2.jpg) no-repeat center;
  vertical-align: middle;
  background-size: 100% 100%;
}

.z_about_con .z_index_more {
  margin-top: 4vw;
}

.z_index_more:hover .icon {
  transform: rotate(45deg);
}

.pagepn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.wrap {
  margin: 3vw 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.wrap a {
  width: 2.6vw;
  height: 2.6vw;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.6vw 0 0;
  transition: all 0.3s ease;
}

.wrap .on {
  background: #CF342C;
  border: 1px solid #CF342C;
  color: #ffffff;
}

.wrap a:hover {
  background: #CF342C;
  border: 1px solid #CF342C;
  color: #ffffff;
}


/* news */
.z_detail_warp {
  padding: 4.16666vw 8.33333vw;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #f1f1f1;
}

.z_detail_fl {
  width: 27.5%;
  float: left;
}

.z_detail_fr {
  width: 65%;
  float: right;
}

.z_jiaoyu_fl {
  border: 3px solid #CF342C;
  padding: 2.5vw 2vw;
  box-sizing: border-box;
}

.z_jiaoyu_tit .en {
  font-size: 2.08333vw;
  line-height: 2.08vw;
  text-transform: uppercase;
  color: #CF342C;
}

.z_jiaoyu_tit h3 {
  font-size: 1.97916vw;
  font-weight: bold;
  margin: 22px 0;
}

.z_jiaoyu_num {
  font-size: 20px;
  color: #aaaaaa;
}

.z_jiaoyu_num .index {
  color: #010101;
  font-size: 40px;
  font-weight: bold;
}

.z_jydetail_tit {
  margin-bottom: 40px;
}

.z_jydetail_tit h3 {
  font-size: 1.45833vw;
  font-weight: bold;
}

.z_jydetail_tit h4 {
  font-size: 1.04vw;
  text-transform: uppercase;
  color: #999999;
}

.z_jydetail_con {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 32px;
}

.z_detail_logo {
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #cccccc;
  padding-bottom: 2vw;
}

.z_detail_logo .title {
  font-size: 1.35416vw;
  padding-top: 20px;
  margin-bottom: 25px;
  color: #CF342C;
  display: inline-block;
  position: relative;
}

.z_detail_logo .title::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #CF342C;
  position: absolute;
  left: 0;
  top: -2px;
  z-index: 1;
}

.z_detlogo_list ul {
  margin-left: -0.8%;
}

.z_detlogo_list li {
  width: 19.2%;
  float: left;
  margin-left: 0.8%;
  height: 100px;
  margin-bottom: 1.04vw;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  display: flex;
  align-items: center;
  justify-content: center;
}

.z_detlogo_list li img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.z_topbtm_bar {
  text-align: center;
  margin-top: 2.5vw;
}

.z_topbtm_bar a {
  font-size: 16px;
}

.z_topbtm_bar a:hover {
  color: #CF342C;
}

.z_topbtm_bar .iconfont {
  display: inline-block;
  margin: 0 5px;
  vertical-align: 1px;
}

.z_xinwen_fl {
  border: 4px solid #CF342C;
  background: #ffffff;
  padding: 1.875vw;
  box-sizing: border-box;
  width: 26.04166vw;
}

.z_xinwen_fl h3 {
  line-height: 2.5vw;
  font-size: 1.66666vw;
  font-weight: bold;
  color: #000;
  padding-bottom: 1vw;
  border-bottom: 1px solid #dddddd;
}

.z_xinwen_fl .bar {
  margin: 20px 0 0 0;
  color: #999999;
}

.fl,
.fl_warp {
  float: left;
}

.fr,
.fr_warp {
  float: right;
}

/* about */
.z_about_warp {
  overflow: hidden;
}

.z_about_warp .flwarp,
.z_about_warp .frwarp {
  width: 50%;
  height: 51vw;
  float: left;
}

.z_about_warp .flwarp {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  background: url(../images/bg1.jpg) no-repeat left bottom;
  background-size: cover;
}

.z_about_warp .flwarp .warp,
.z_about_bj .flwarp .warp {
  width: 68.4%;
}

.z_about_tit .en {
  text-transform: uppercase;
  color: #CF342C;
  font-size: 2.0vw;
  line-height: 2vw;
  font-family: 'Gilroy-M';
}

.z_about_tit h3 {
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  font-size: 1.45833vw;
  margin-top: 5px;
}

.z_about_desc {
  color: #555555;
  line-height: 25px;
  font-size: 14px;
}

.z_about_warp .z_about_desc,
.z_about_bj .z_about_desc {
  margin: 2.3vw 0 4vw 0;
}

.z_scroll_bar .icon {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 63px;
  background: url(../images/arr3.png) no-repeat center;
  animation: moves 2s linear infinite;
  background-size: auto 100%;
  margin-bottom: 5px;
}

.z_scroll_bar {
  text-align: center;
}

.z_scroll_bar h3 {
  display: inline-block;
  text-decoration: underline;
  text-transform: uppercase;
  text-transform: uppercase;
  font-size: 16px;
}

.z_scroll_bar h3 a {
  font-family: 'Gilroy-B';
}

.z_about_num2 {
  overflow: hidden;
}

.z_about_num2 li {
  width: 33.3%;
  position: relative;
  float: left;
  color: #fff;
  text-align: center;
  height: 25vw;
  background: #da473f;
  display: flex;
  align-items: center;
  justify-content: center;
}

.z_about_num2 li:nth-child(2) {
  background: #CF342C;
}

.z_about_num2 li:nth-child(3) {
  background: #bf2821;
}

.z_about_num2 li .timer {
  font-size: 3.125vw;
  line-height: 3vw;
  font-family: 'Gilroy-B';
  font-weight: bold;
  font-style: normal;
}

.z_about_num2 li .dw {
  font-style: normal;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, .5);
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  vertical-align: 8px;
  margin-left: 5px;
}

.z_about_num2 li h3 {
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
}

.z_about_num2 li h4 {
  font-size: 14px;
  color: #fff;
}

.z_about_img {
  width: 100%;
  height: 26vw;
  overflow: hidden;
  position: relative;
}

.z_about_img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #CF342C;
  position: absolute;
  left: 0;
  top: 0;
  transition: ease 1s;
}

.z_about_img.animated::before {
  transform: translateX(-100%);
}

.imgbg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: ease 1s;
}

@keyframes moves {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0px);
  }
}

.z_culture_warp {
  width: 100%;
  background: #f1f1f1;
  padding: 6vw 8.33333vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background-image: url(../images/gsgk3_bg.jpg);
  background-position: center;
  background-size: cover;
}

.z_culture_circle {
  width: 31.77083vw;
  height: 34.375vw;
  float: left;
  position: relative;
}

.z_culture_circle li {
  width: 13.54166vw;
  height: 13.54166vw;
  position: absolute;
  transition: ease 1s;
  border-radius: 50%;
  background: rgba(193,70,51, .8);
}

.z_culture_circle li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.z_culture_circle li h3 {
  font-size: 16px;
  margin-top: 10px;
  color: #fff;
}

.z_culture_circle li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.z_culture_circle li:nth-child(1) {
  left: 50%;
  top: 0;
  margin-left: -6.77083vw;
}

.z_culture_circle li:nth-child(2) {
  right: 0;
  top: 5.2vw;
}

.z_culture_circle li:nth-child(3) {
  right: 0;
  bottom: 5.2vw;
}

.z_culture_circle li:nth-child(4) {
  left: 50%;
  bottom: 0;
  margin-left: -6.77083vw;
}

.z_culture_circle li:nth-child(5) {
  left: 0;
  bottom: 5.2vw;
}

.z_culture_circle li:nth-child(6) {
  left: 0;
  top: 5.2vw;
}

.z_culture_circle li:hover {
  background: rgba(193,70,51, 1);
}

.z_culture_circle li:hover img {
  animation: overturn 2s;
}

.z_culture_text {
  width: 31.77083vw;
  float: right;
  margin-left: auto;
  transition: all 500ms ease;
  transition: ease 1s;
  position: relative;
  overflow: hidden;
  height: 34.375vw;
}

.z_culture_warp .descbox {
  color: #000000;
  line-height: 36px;
  border-left: 2px solid #d60011;
  margin-top: 3vw;
  padding-left: 2.08vw;
  font-size: 18px;
}

@keyframes overturn {
  0% {
    transform: rotateY(0deg);
  }

  50% {
    transform: rotateY(360deg);
  }

  100% {
    transform: rotateY(0deg);
  }
}

.cultureBox {
  position: absolute;
  top: 10vw;
  left: -31.77083vw;
  width: 100%;
}

#culture1 {
  left: 0;
}

.ryzzBox {
  background-image: url(../images/ryzzBg.jpg);
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.ryzzBox .en{
  text-transform: uppercase;
  color: #CF342C;
  font-size: 2.0vw;
  line-height: 2vw;
  font-family: 'Gilroy-M';
}

.ryzzBox .title {
  font-weight: bold;
  color: #000000;
  font-size: 1.45833vw;
  margin-top: 5px;
}

.ryzzBox .js {
  text-align: center;
  margin-top: 30px;
}

.zsBox {
  width: 100%;
  overflow: hidden;
  margin-top: 5vw;
}

.zsBox li {
  width: calc(20% - 20px);
  margin-right: 25px;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.zsBox li:last-child {
  margin-right: 0;
}

.zsBox li .imgBox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20vw;
  margin-bottom: 10px;
}

.zsBox li .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zsBox li:nth-child(2n) {
  margin-top: 4vw;
}

.scsl .flwarp {
  display: flex;
  background: #f4f4f4;
  z-index: 1;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}

.scsl .flwarp .warp {
  width: 100%;
  display: flex;flex-direction: column;align-items: center;justify-content:center;
}

.scsl .flwarp::before {
  content: "";
  display: block;
  animation: rotate 100s linear infinite;
  width: 50vw;
  height: 50vw;
  background: url(../images/abg3.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  left: 25vw;
  top: 0;
  z-index: -1;
}
.scsl .flwarp .z_about_desc {
  margin: 2.3vw 0 4vw 0;
  width: 100%;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(0);
  }
}
.scsl .warp .imgBox{
  width: 100%;
  overflow: hidden;
}
.scsl .warp .imgBox img{
  width: calc(33.33% - 12px);
  margin-right:15px;
  margin-bottom:25px;
  float: left;
}
.scsl .warp .imgBox img:nth-child(3n){
  margin-right:0;
}
.jcsb{
  width: 100%;
  margin-top:30px;
  display:flex;justify-content:center;align-items:center;
}
.jcsb li{
  width:16.6%;
  display: flex;flex-direction: column;align-items: center;justify-content:center;
}
.jcsb li img{
  width: 70%;
}
.jcsb li p{
  margin-top:12px;
  font-size:14px;
}

/* proList */
.proListBox{
  overflow: hidden;
}
.proListBox ul{
  width: 100%;
  overflow: hidden;
  border:1px solid #ccc;
  display:flex;justify-content:center;align-items:center;
}
.proListBox li{
  width:25%;
  border-right:1px solid #ccc;
  overflow: hidden;
}
.proListBox li a{
  display: flex;flex-direction: column;align-items: center;justify-content:center;
  width: 100%;
  padding:3vw 1.5vw;
}
.proListBox li:last-child{
  border:none;
}
.proListBox li img{
  width: 90%;
  margin-bottom:3vw;
}
.proListBox li .p1{
  font-size:1.4vw;
  margin-bottom:20px;
}
.proListBox li .p2{
  text-align: center;
  width: 100%;
}
.proListBox li .icon{
  width:40px;
  height:40px;
  border-radius:50%;
  border:1px solid #ccc;
  margin-top:40px;
  transition: all 500ms ease;
  display: flex;flex-direction: column;align-items: center;justify-content:center;
}
.proListBox li .icon i{
  transition: all 500ms ease;
  font-size:18px;
}
.proListBox li:hover .icon{
  background:#CF342C;
}
.proListBox li:hover i{
  color:#fff;
}
.proXX{
  width:100%;
  position: relative;
  background: #f9f9f9;
  overflow: hidden;
}
/* pro */
.proBox{
  background: #f9f9f9;
  position: relative;
  height:0;
  overflow: hidden;
}
#pro1{
  height: auto;
}
.proMk{
  width: 100%;
  margin-bottom: 3vw;
  box-shadow: 0px 6px 20px -2px rgba(34,50,70,.1);
  background: #fff;
}
.proTitle{
  position: relative;
  padding: 30px 40px;
  font-size:25px;
}
.proTitle::before{
  position: absolute;
  content:"";
  width: 4px;
  height: 25px;
  background:#CF342C;
  left:25px;
}
.proTitle::after{
  position: absolute;
  content:"";
  width: calc(100% - 50px);
  height: 3px;
  background:#e9e9e9;
  left:25px;
  bottom: 0;
}
.proNr{
  padding: 3vw 40px;
  font-size:16px;
}
.proJs{
  text-indent: 2em;
}
.proNr .imgBox{
  width: 100%;
  overflow: hidden;
}
.proNr .imgBox li{
  float:left;
  width:25%;
  /* padding:0 20px; */
  border: 1px solid #fff;
  transition: all 300ms ease;
}
.proNr .imgBox li:hover{
  /* border: 1px solid #CF342C; */
}
.proNr .imgBox li .img{
  position: relative;
  margin-bottom:12px;
}

.proNr .imgBox li .img .showBox {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0,0,0,.6);
  transition: all 0.5s ease;
}

.showBoxLink {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: block;
  width: 60%;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  padding: 0.5rem 0;
}
.showBoxLink::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background: #fff;
  transition: all .5s ease;
}
.showBoxLink::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background: #fff;
  transition: all .5s ease;
}
.proNr .imgBox li:hover .showBox {
  opacity: 1;
}
.proNr .imgBox li:hover .showBoxLink::before {
  width: 1rem;
}

.proNr .imgBox li:hover .showBoxLink::after {
  width: 1rem;
}

.proNr .imgBox li a{
  display: flex;flex-direction: column;align-items: center;justify-content:center;
  padding: 3vw 0px 2vw;
}
.proNr .imgBox li a p{
  width: 100%;
  text-align: center;
  text-indent: 0;
  height: 48px;
}
.downFile{
  width: 100%;
  overflow: hidden;
}
.downFile dl{
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  border-top: 1px solid #999;
  background: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.downFile dl dd:nth-child(1){
  width: 85%;
  padding: 0 10px;
}
.downFile dl dd:nth-child(2){
  width: 15%;
  border-left: 1px solid #ccc;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.downFile dl dd:nth-child(2) a{
  display: flex;
  justify-content: center;
  align-items: center;
}
.downFile dl dd:nth-child(2) a i{
  margin-right: 10px;
  font-size: 16px;
}












@media only screen and (min-width: 720px) and (max-width: 1500px) {
  .contact .r2 .inner .box .items li em {
    font-size: 25px;
  }

  .contact .r2 .inner .box .items li h3 {
    margin-bottom: 0;
    font-weight: bold;
    line-height: 2;
    font-size: 18px;
  }

  .contact .r2 .inner .box h2 {
    font-size: 30px;
  }
}


@media only screen and (min-width: 100px) and (max-width: 720px) {

  .mobile_show {
    display: block !important;
  }

  .pc_show {
    display: none !important
  }


  .head_a {
    width: 100%;
    height: 55px;
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 0 2px rgba(200, 200, 200, 0.1);
    -webkit-box-shadow: 0 0 2px rgb(200, 200, 200, 0.1);
    -moz-box-shadow: 0 0 2px rgb(200, 200, 200, 0.1);
    display: block;
  }

  .head_a ul {
    width: 95%;
    height: 55px;
    margin: 0 auto;
  }

  .head_a ul li:nth-child(1) {
    width: 110px;
  }

  .head_a ul li {
    width: 25%;
    float: left;
    height: 55px;
  }

  .head_a ul li:nth-child(1) {
    display: flex;
    -webkit-display: flex;
    justify-content: left;
    align-items: center;
  }

  .head_a ul li:nth-child(2) {
    text-align: right;
    line-height: 55px;
    float: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  /*mob nav*/
  .sp_nav {
    width: 8vw;
    float: right;
    position: relative;
    cursor: pointer;
    height: 8vw;
    margin-top: 10px;
  }

  .sp_nav span {
    display: block;
    background: #191919;
    width: 7vw;
    height: 2px;
    position: absolute;
    left: 0;
    transition: all ease 0.35s
  }

  .sp_nav span:nth-of-type(1) {
    top: 0px
  }

  .sp_nav span:nth-of-type(2) {
    top: 8px
  }

  .sp_nav span:nth-of-type(3) {
    top: 16px
  }

  .sp_nav_se span:nth-of-type(1) {
    top: 8px;
    transform: rotate(45deg)
  }

  .sp_nav_se span:nth-of-type(2) {
    width: 0
  }

  .sp_nav_se span:nth-of-type(3) {
    top: 8px;
    transform: rotate(-45deg)
  }

  .sjj_nav {
    position: fixed;
    z-index: 999;
    background: #eee;
    width: 100%;
    height: 100%;
    font-size: 1em;
    line-height: 40px;
    top: -100%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
    display: block;
  }

  .nav_show {
    top: 55px;
  }

  .sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
  }

  .sjj_nav>ul>li:first-child>a {
    float: left;
    width: 100%;
  }

  .sjj_nav>ul>li:first-child .language {
    float: right;
    width: 100%;
    overflow: hidden;
    line-height: 30px;
  }

  .sjj_nav>ul>li:first-child .language a {
    width: 20%;
    float: left;
    text-align: center;
    color: #999;
    border-right: 1px #ddd solid;
  }

  .sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
  }

  .sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
  }

  .sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
  }

  .sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 5vw;
    position: relative;
    line-height: 40px;
  }

  .sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
  }

  .sjj_nav ul li ul {
    display: none
  }

  .sjj_nav ul li a {
    color: #616161;
    width: 100%;
    display: block;
  }

  .sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
  }

  .sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #999;
  }

  .sjj_nav ul li .sjj_nav_i_se svg {
    fill: #cc0022
  }

  .sjj_nav ul li ul li>ul {
    margin-left: 10px
  }

  #top_menu {
    display: none !important;
  }

  .index_banner {
    height: 50vh;
    margin-top: 55px;
  }

  .index_banner .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .index_banner .swiper-container {
    height: 100%;
  }

  .index_banner .txt p:nth-child(1) {
    font-size: 20px;
    line-height: 30px;
  }

  .index_banner .txt {
    width: 100%;
  }

  .banner_more {
    padding: 1px 30px;
  }

  .midWidth {
    width: 100%;
    padding: 0 12px;
    min-width: 0;
    box-sizing: border-box;
  }

  .topBanner {
    height: 30%;
    margin-top: 55px;
    min-height: 0;
  }

  .bannerWord {
    padding-bottom: 30px;
  }

  .bannerWord p:nth-child(1) {
    font-size: 30px;
    line-height: 1.5;
  }

  .bannerWord p:nth-child(2) {
    font-size: 30px;
    line-height: 1.5;
  }

  .contact .r2 {
    height: auto;
    min-height: 0;
    padding-top: 80vw;
    padding-bottom: 10vw;
    grid-template-columns: 86vw;
    grid-template-rows: 102vw;
    padding-right: 0;
    justify-content: center;
  }

  .contact .r2 .inner {
    box-shadow: 0 -20px 30px rgba(0, 0, 0, .05);
    padding: .5rem 7vw;
  }

  .contact .r2 .inner .box h2 {
    font-size: 20px;
  }

  .contact .r2 .inner .box .items li em {
    font-size: 14px;
  }

  .contact .r2 .inner .box .items li {
    padding-left: 10vw;
  }

  .contact .r2 .inner .box .items li h3 {
    line-height: 1.3;
    font-size: 18px;
  }

  .contact .r2 .inner .box .items li p {
    font-size: 12px;
  }

  .inpBox .top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .inpBox .top input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .inpBox .top input:last-child {
    margin-bottom: 0;
  }

  .l_mt .bot .item {
    width: 100%;
    margin: unset !important;
    margin-top: 10px !important;
    padding: 10px;
  }

  .l_mt .bot .item .img {
    height: 180px;
  }

  .l_mt .bot .item .title {
    font-size: 16px;
    height: auto;
    margin-top: 20px;
  }

  .l_mt .bot .item .text {
    font-size: 10px;
  }

  .l_mt .bot .item .img .date {
    width: 70px;
    height: 70px;
    padding-top: 10px;
  }

  .l_mt .bot .item .img .date b {
    font-size: 26px;
  }

  .l_mt .nkBot .item {
    width: 100%;
    margin: unset !important;
    margin-top: 10px !important;
    padding: 10px;
  }

  .l_mt .nkBot .item .img {
    width: 100%;
    height: 420px;
    float: unset;
  }

  .l_mt .nkBot .item .content {
    width: 100%;
    float: unset;
    margin-left: unset;
    margin-top: 10px;
  }

  .l_mt .nkBot .item .content .title {
    font-size: 16px;
  }

  .l_mt .nkBot .item .content .information {
    font-size: 10px;
  }

  .l_mt .nkBot .item .content .text {
    width: 100%;
    font-size: 10px;
    margin-top: 5px;
  }

  .l_mt .nkBot .item .content .btn {
    width: 100px;
    height: 35px;
    line-height: 35px;
  }

  .l_mt {
    padding: 20px 15px;
    padding-bottom: 60px;
  }

  .l_mt .newsTypeName {
    font-size: 16px;
    font-weight: bold;
  }

  .z_banner_text {
    margin-top: 30px;
  }

  .z_page_bar {
    height: auto;
    padding: 12px;
    line-height: 30px;
    overflow: hidden;
  }

  .z_page_wz {
    display: none;
  }

  .z_page_nav {
    width: 100%;
  }

  .z_xinwen_fl {
    width: 100%;
    height: auto;
    border-width: 2px;
    padding: 20px 10px;
    margin-bottom: 25px;
  }

  .z_detail_fr {
    width: 100%;
  }

  .z_detail_warp {
    padding: 20px 12px;
  }

  .z_xinwen_fl h3 {
    font-size: 18px;
    line-height: normal;
    padding-bottom: 15px;
  }


  .index_banner .txt p:nth-child(2){
    font-size:20px;
  }

  .index_about{
    display: flex;flex-direction: column;align-items: center;justify-content:center;
  }
  .index_about .left{
    width: 100%;
    margin-bottom:30px;
  }
  .index_about .right{
    width: 100%;
  }
  .index_js li{
    width: Calc(50% - 21px);
  }
  .index_js li h2{
    font-size:14px;
  }
  .index_pro{
    display: flex;flex-direction: column;align-items: center;justify-content:center;
    height: auto;
  }
  .index_pro .left{
    width: 100%;
    padding: 30px 5vw;
  }
  .index_pro .left img{
    width: 38px;
    margin-bottom: 20px;
  }
  .index_pro .left h3 {
    color: #fff;
    font-size: 25px;
    line-height: 1.5;
    font-weight: bold;
  } 
  .index_pro .left p{
    margin:30px 0;
  }
  .index_pro .right{
    width: 100%;
  }
  .index_pro .right li .desc{
    bottom:10px;
  }
  .index_yyly{
    padding:50px 12px;
  }
  .app-store-item{
    width: 100%;
    height: 300px;
    margin:0;
    margin-bottom:20px;
  }
  .index_yyly .title{
    font-size:25px;
    margin-bottom: 20px;
  }
  .app-store-item img{
    width:100%;
    height: 100%;
    object-fit: cover;
  }
  .app-store-list{
    height: auto;
  }
  .app-store-info h3{
    top:138px;
  }
  .index_e{
    padding:50px 12px;
  }
  .index_e p:nth-child(1){
    font-size:20px;
  }
  .index_e p:nth-child(2){
    margin: 50px 0;
  }
  .index_d .top .left{
    font-size:25px;
  }
  .index_d .top ul a{
    margin:0 12px;
    font-size:14px;
  }
  .index_d .foot ul{
    display: block;
  }
  .index_d .foot ul a{
    width: 100%;
    margin-bottom:20px;
    border-right:none;
  }
  .index_d .foot ul a li .top .title{
    font-size:16px;
  }
  .index_d .foot ul a li .pic{
    height: 200px;
  }
  .bottomBox li{
    display: none;
    width: 100%;
  }
  .bottomBox li:first-child{
    display: block;
  }
  .bottom{
    padding: 20px 0 12px;
  }
  .z_about_warp .flwarp{
    width:100%;
    padding: 30px 12px;
    height: auto;
  }
  .z_about_warp .flwarp .warp, .z_about_bj .flwarp .warp{
    width: 100%;
  }
  .z_about_tit .en{
    font-size:18px;
    line-height: 1.5;
  }
  .z_about_tit h3{
    font-size:25px;    
    line-height: 1.5;
  }
  .z_about_warp .z_about_desc, .z_about_bj .z_about_desc{
    margin:30px 0;
  }
  .z_about_warp .frwarp{
    width: 100%;
    height: auto;
  }
  .z_about_num2 li{
    height: auto;
    padding: 50px 0;
  }
  .z_about_num2 li .timer{
    font-size:25px;
    line-height: 1.5;
  }
  .z_about_img{
    height: 200px;
  }
  .z_culture_warp{
    display: flex;flex-direction: column;align-items: center;justify-content:center;
  }
  .z_culture_circle{
    width: 100%;
    height:auto;
  }
  .z_culture_circle li{
    width: 50%;
    height: 100px;
    float: left;
    border-radius: 0;
    left:0 !important;
    top:0 !important;margin-left:0 !important;
    bottom:0 !important;
    position: relative;
  }
  .z_culture_text{
    width: 100%;
    height: 300px;
  }
  .cultureBox{
    left:-100%;
  }
  .ryzzBox{
    padding:50px 12px;
  }
  .ryzzBox .en{
    font-size:18px;
    line-height: 1.5;
  }
  .ryzzBox .title{
    font-size:25px;
    line-height: 1.5;
  }
  .zsBox li{
    width:100%;
  }
  .zsBox li .imgBox{
    height: auto;
  }
  .scsl .flwarp{
    padding:50px 12px;
  }
  .scsl .warp .imgBox img{
    width: calc(50% - 8px);
  }
  .scsl .warp .imgBox img:nth-child(3n){
    margin-right:15px;
  }
  .scsl .warp .imgBox img:nth-child(2n){
    margin-right:0px;
  }
  .jcsb{
    display: block;
  }
  .jcsb li{
    width:calc(33.3% - 10px);
    margin-right:15px;
    margin-bottom:15px;
    float:left;
  }
  .jcsb li:nth-child(3n){
    margin-right:0;
  }
  .bottom_btm{
    margin-top:20px;
  }
  .proListBox li .p1{
    font-size:18px;
  }
  .proNr .imgBox li{
    width: 50%;
  }
  .proNr{
    padding:12px;
    font-size: 14px;
  }
  .downFile dl dd:nth-child(1){
    width: 65%;
  }
  .downFile dl dd:nth-child(2){
    width: 35%;
  }
  .proListBox ul{
    display: block;
  }
  .proListBox li{
    float: left;
    width: 50%;
  }
  .proListBox li:nth-child(2){
    border-right:none;
    border-bottom:1px solid #ccc;
  }
  .proListBox li:nth-child(3){
    border-top:1px solid #ccc;
  }
  .proListBox{
    padding:20px 12px;
  }
  .proTitle{
    font-size: 18px;
    line-height: 1.4;
  }
  .wrap a{
    width: 40px;
    height: 40px;
  }
  .mesgBox .midWidth{
    padding:50px 0;
  }
  .index_about .left h3{
    font-size:25px;
  }
}