.header_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_top h1 {
  display: flex;
  align-items: center;
}
.header_top h1 .txt {
  border-left: 1px solid #e5e5e5;
  padding-left: 20px;
  margin-left: 20px;
}
.header_top h1 .txt h6 {
  font-size: 24px;
  color: #333333;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.header_top h1 .txt p {
  font-size: 18px;
  color: #333;
}
.header_top h1 .txt p span {
  color: #d12f2e;
  display: inline-block;
  margin: 0 3px;
}
.header_top .h_phs span {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  color: #424242;
  margin-left: 2px;
  margin-right: 12px;
  /* font-weight: bold; */
  
}
.header_top .h_phs .dq{margin-top:-10px}
.header_top .h_phs a {

}
.header_top .h_phs a:hover {
  opacity: 0.8;
  transform: translateY(-4px);
}
.header_bt {
  border-top: 1px solid #e6e6e6;
}
.header_bt_views {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_bt_views ul {
  display: flex;
  line-height: 60px;
}
.header_bt_views ul li {
  position: relative;
}
.header_bt_views ul li.on a::before {
  width: 100%;
  opacity: 1;
}
.header_bt_views ul li > a {
  font-size: 16px;
  color: #333333;
  position: relative;
  display: block;
  width: 100%;
  padding: 0 70px;
  box-sizing: border-box;
}
.header_bt_views ul li > a::before {
  width: 0%;
  height: 2px;
  content: "";
  background: #d12f2e;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  position: absolute;
  opacity: 0;
  transition: all 0.5s;
}
.header_bt_views ul li:hover > a::before {
  width: 100%;
  opacity: 1;
}
.header_bt_views ul li::before {
  width: 1px;
  content: "";
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #e5e5e5;
}
.header_bt_views .h_ss {
  width: 336px;
  line-height: 38px;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 0 12px;
  position: relative;
  font-size: 14px;
}
.header_bt_views .h_ss .submit {
  width: 85px;
  height: 40px;
  color: #fff;
  background: #424242;
  position: absolute;
  right: -1px;
  top: -1px;
  cursor: pointer;
  /* margin-right: ; */
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.img {
  width: 100%;
  overflow: hidden;
}
.img img {
  width: 100%;
  transition: all 0.5s;
}
.jz-set2 {
  width: 100%;
}
.jz-set2-cont {
  display: flex;
  justify-content: space-between;
  line-height: 64px;
  align-items: center;
}
.jz-set2-cont p span {
  width: 60px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #332d27;
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  margin-right: 20px;
}
.jz-set2-cont p a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  color: #8f8f8f;
}
.jz-set2-cont > a {
  width: 150px;
  color: #fff;
  background: #d12f2e;
  text-align: center;
  display: block;
  border-radius: 3px;
  line-height: 40px;
  transition: all 0.5s;
}
.jz-set2-cont > a:hover {
  opacity: 0.8;
  transform: translateY(-5px);
}
.zj-set3 {
  padding: 60px 0;
  background: #f5f5f5;
}
.zj-set3-vont {
  display: flex;
  justify-content: space-between;
  align-content: center;

  /* width: 20%; */
}
.zj-set3-nav {
  width: 20%;
  background: url("../images/zj-set3-nav-bj.jpg") no-repeat;
  background-size: 100% 100%;
}
.zj-set3-nav .txt {
  width: 100%;
  text-align: center;
  background: url("../images/zj-set3-tit.png") no-repeat;
  background-size: 100% 100%;
  padding: 32px 0;
}
.zj-set3-nav .txt h6 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 12px;
}
.zj-set3-nav .txt p {
  color: #fff;
  font-size: 18px;
}
.zj-set3-con {
  width: 78%;
}
.zj-set3-nav ul {
  width: 80%;
  margin: 0 auto;
  padding: 20px 0;
}
.zj-set3-nav ul li {
  display: block;
  width: 100%;

  margin-bottom: 12px;
}
.zj-set3-nav ul a {
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid #d5cece;
  border-radius: 23px;
  font-size: 16px;
  color: #333333;
  line-height: 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.zj-set3-nav ul a::before {
  width: 100%;
  content: "";
  height: 0;
  display: block;
  background: #d12f2e;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.zj-set3-nav ul a:hover::before {
  height: 100%;
  opacity: 1;
}
.zj-set3-nav ul a:hover {
  color: #fff;
}
.zj-set3-nav ul li.on a::before {
  height: 100%;
  opacity: 1;
}
.zj-set3-nav ul li.on a {
  color: #fff;
}
.zj-set3-con .txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}
.zj-set3-con .txt h6 {
  font-size: 28px;
  color: #333333;
}
.zj-set3-con .txt a {
  font-size: 16px;
  color: #333333;
}
.zj-set3-pro ul {
  display: flex;
  flex-wrap: wrap;
}
.zj-set3-pro ul li {
  width: 24%;
  margin-right: 1.333%;
  margin-bottom: 20px;
}
.zj-set3-pro ul li:nth-of-type(4n) {
  margin-right: 0;
}
.zj-set3-pro ul li h6 {
  line-height: 60px;
  color: #333333;
  background: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.zj-set3-pro ul li h6::before {
  width: 100%;
  content: "";
  height: 0;
  display: block;
  background: #d12f2e;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.zj-set3-pro ul li:hover img {
  transform: scale(1.1);
}
.zj-set3-pro ul li:hover h6 {
  /* background: #d12f2e; */
  color: #fff;
}
.zj-set3-pro ul li:hover h6::before {
  opacity: 1;
  height: 100%;
}
.jz-title {
  padding: 68px 0 38px;
  text-align: center;
}
.jz-title h6 {
  font-size: 36px;
  color: #333333;
  margin-bottom: 16px;
}
.jz-title h6 span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.jz-title h6::before,
.jz-title h6::after {
  width: 13px;
  height: 13px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: #d12f2e;
}
.jz-title p {
  font-size: 18px;
  color: #757575;
}
.zj-set4 {
  padding-bottom: 68px;
}
.zj-set4-cont {
  display: flex;
  align-content: center;
  justify-content: space-between;
}
.zj-set4-cont .zj-set4-l {
  width: 36%;
}
.zj-set4-r {
  width: 62%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.zj-set4-l {
  position: relative;
}
.zj-set4-l .txt {
  position: absolute;
  width: 80%;
  top: 20%;
  left: 0;
  box-sizing: border-box;
  padding-left: 8%;
}
.zj-set4-l .txt h6 {
  font-size: 24px;
  color: #fff;
  margin: 32px 0 20px;
}
.zj-set4-l .txt .cont {
  color: #b0afaf;
  line-height: 1.8;
  margin-bottom: 32px;
}
.zj-set4-r-page .txt span,
.zj-set4-l .txt span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 12px;
  background: #d12f2e;
  color: #fff;
  line-height: 28px;
  margin-right: 10px;
}
.zj-set4-r-page {
  width: 100%;
  position: relative;
}
.zj-set4-r-page .txt {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  box-sizing: border-box;
  padding-left: 6%;
}
.zj-set4-r-page .txt h6 {
  font-size: 24px;
  color: #333333;
  margin: 22px 0;
}
.zj-set4-r-page .txt .cont {
  line-height: 1.8;
  color: #727272;
}
.zj-set5 {
  background: url("../images/zj-set5-bj.jpg") no-repeat;
  background-size: 100% 100%;
  padding: 42px 0;
}
.zj-set5-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.zj-set5-cont .tit h6 {
  font-size: 36px;
  color: #fff;
}
.zj-set5-cont .tit p {
  font-size: 16px;
  margin: 20px 0;
  color: #fff;
}
.zj-set5-cont .tit a {
  width: 150px;
  display: block;
  background: #060605;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  transition: all 0.5s;
}
.zj-set6-cont li:hover img {
  transform: scale(1.1);
}
.zj-set6-cont li:hover h6 {
  color: #d12f2e;
}
.zj-set5-cont .tit a:hover {
  opacity: 0.8;
  transform: translateY(-4px);
}
.zj-set5-cont .ul {
  width: 62%;
}
.zj-set5-cont .ul ul {
  display: flex;
  justify-content: space-between;
}
.zj-set5-cont .ul ul li {
  text-align: center;
}
.zj-set5-cont .ul ul li h6 {
  font-size: 48px;
  color: #fff;
  margin-bottom: 12px;
}
.zj-set5-cont .ul ul li p {
  font-size: 16px;
  color: #ffffff;
}
.zj-set5-cont .ul ul li::after {
  width: 13px;
  height: 13px;
  content: "";
  display: block;
  margin: 30px auto 0;
  background: #fff;
}
.zj-set6 {
  background: #f5f5f5;
  padding-bottom: 28px;
}
.zj-set6-cont {
  padding-bottom: 78px !important;
}
.zj-set6-cont li .img {
  margin-bottom: 28px;
}
.zj-set6-cont li {
  text-align: center;
}
.zj-set6-cont li h6 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 16px;
}
.zj-set6-cont li p {
  color: #757575;
}
.zj-set8 {
  width: 100%;
}
.zj-set8-page {
  width: 100%;
  position: relative;
  margin-bottom: 78px;
}
.zj-set8-page .img {
  width: 50%;
}
.zj-set8-views .zj-set8-page:nth-of-type(2n) .txt {
  left: 0;
}
.zj-set8-views .zj-set8-page:nth-of-type(2n-1) .txt {
  right: 0;
}
.zj-set8-page .txt {
  width: 55%;
  background: #f5f5f5;
  position: absolute;
  /* right: 0; */
  bottom: 0;
}
.zj-set8-page .txt .tit {
  padding: 85px 10%;
  box-sizing: border-box;
  position: relative;
}
.zj-set8-page .txt h6 {
  font-size: 24px;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
}
.zj-set8-page .txt h6 span {
  color: #d12f2e;
}
.zj-set8-views .zj-set8-page:nth-of-type(2n) .img {
  margin-left: auto;
}
.zj-set8-views .zj-set8-page:last-of-type {
  margin-bottom: 0;
}
.zj-set8-page .txt h6::after {
  width: 50px;
  height: 4px;
  content: "";
  display: block;
  background: #000000;
  margin-top: 20px;
}
.zj-set8-page .txt .cont {
  font-size: 16px;
  color: #757575;
  line-height: 1.7;
  margin-bottom: 20px;
}
.zj-set8-page .txt a {
  width: 300px;
  text-align: center;
  display: block;
  background: #d12f2e;
  color: #fff;
  line-height: 2.6;
  border-radius: 4px;
  transition: all 0.5s;
}
.zj-set8-page .txt a:hover {
  opacity: 0.8;
  transform: translateY(-4px);
}
.zj-set8-page .txt .tit .dts {
  width: 87px;
  height: 90px;
  line-height: 90px;
  background: url("../images/zj-set8-ico.jpg") no-repeat;
  text-align: center;
  font-size: 36px;
  padding-left: 12px;
  box-sizing: border-box;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}
.zj-set9-cont {
  line-height: 2;
  color: #666;
  padding-bottom: 25px;
}
.zj-set9 {
  padding-bottom: 20px;
}
.zj-set9 .jz-title {
  padding-bottom: 12px;
}
.zj-set9-v {
  width: 100%;
  position: relative;
}
.zj-set9-v .ds-v {
  width: 99px;
  height: 95px;
  background: url("../images/zj-v.png") no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.zj-set9-s {
  margin-top: 32px !important;
  text-align: center;
}
.zj-set9-s h6 {
  font-size: 16px;
  margin-top: 12px;
}

.tnavbox {
  position: absolute;
  width: 240px;
  left: 50%;
  margin-left: -120px;
  top: 85%;
  height: 0;
  padding-top: 15px; /* display:none;*/
  text-align: center;
  z-index: 99999999;
}
.tnav {
  background: #fff;
  box-shadow: 0 0 16px -4px rgba(0, 0, 0, 0.3);
  padding: 20px 0 18px;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.tnav a {
  display: block;
  color: #666;
  line-height: 35px;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tnav a:hover {
  color: #fff;
}

.tnav a:hover,
.tnav a.on {
  background: #fe1111;
  color: #fff;
}

.header_bt_views ul li:hover .tnavbox {
  height: 100px;
}
.header_bt_views ul li:hover .tnavbox .tnav {
  transform: translate(0);
  -webkit-transform: translate(0);
  opacity: 1;
  visibility: visible;
}
.header_bt_views ul li .tnavbox i {
  position: absolute;
  width: 20px;
  height: 4px;
  background-color: #fe1111;
  left: 50%;
  top: 0;
  margin-left: -10px;
}

.all-fixed {
  position: fixed;
  top: 50%;
  margin-top: -140px;
  right: -0px;
  height: 235px;
  z-index: 99999;
  box-sizing: border-box;
  /*display: none;*/
}
.all-fixed .f-left {
  position: relative;
  top: 60px;
  float: left;
  width: 0px;
  height: 115px;
  border-top: 10px solid transparent;
  border-right: 25px solid #fe1111;
  border-bottom: 10px solid transparent;
  text-align: center;
  font-size: 13px;
  color: #0b2a1a;
  transform: translateX(-25px);
  cursor: pointer;
}
.all-fixed .f-left p {
  position: absolute;
  top: 10px;
  left: 6px;
  line-height: 20px;
  color: #fff;
  writing-mode: tb-rl;
}
.all-fixed .f-right {
  width: 180px;
  background: #f8fbff;
  /* height: 100%; */
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.all-fixed .title {
  margin-top: -67px;
  text-align: center;
}
.all-fixed h3 {
  font-size: 18px;
  color: #333;
  font-weight: initial;
  text-align: center;
  letter-spacing: 0px;
  line-height: 1;
  margin: 15px 0 20px;
}
.all-fixed h3 span {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

.all-fixed li {
  height: 40px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 15px;
}
.all-fixed li:last-child {
  margin-bottom: 5px;
}
.all-fixed li a {
  width: 100%;
  height: 100%;
  background: #fe1111;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  transition: 0.3s;
  border-radius: 5px;
}
.all-fixed li a:hover {
  color: #fff;
}
.all-fixed li a img {
  height: 25px;
  margin-right: 10px;
  border: 0;
  vertical-align: middle;
  margin-top: -5px;
}
.zj-case {
  background: #f5f5f5;
  padding-top: 62px;
}
.zj-case .zj-set6-cont li {
  width: 24%;
  float: left;
  margin-right: 1.333%;
  margin-bottom: 20px;
}
.zj-case .zj-set6-cont li:nth-of-type(4n) {
  margin-right: 0;
}

.news .position li {
  overflow: hidden;
}
.news .position li .box {
  height: 2.7rem;
  background: #fff;
}
.news .position li .img {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.news .position li .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  max-width: none;
  min-width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.news .position li .img p {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.1rem 0.2rem;
  color: #fff;
  background-color: #003894;
  font-size: 0.18rem;
  line-height: 1.5;
}
.news .position li .txt {
  padding-left: 8vw;
  padding-right: 9vw;
  padding-top: 0.5rem;
}
.news .position li .txt .d {
  color: #666;
  opacity: 0.2;
}
.news .position li .txt .t {
  padding-bottom: 0.1rem;
  margin-top: 0.15rem;
  font-size: 0.2rem;
  font-weight: 700;
}
.news .position li .txt .p {
  height: 50px;
  overflow: hidden;
  color: #666;
  font-size: 0.14rem;
  line-height: 25px;
}
.news .position li .txt .more {
  display: block;
  margin-top: 0.2rem;
  color: #003894;
  font-size: 0.14rem;
}
.news .main {
  margin-top: 0.7rem;
  border-top: 1px solid #ddd;
}
.news .main li {
  border-bottom: 1px solid #ddd;
}
.news .main li .box {
  padding: 30px 20px;
  overflow: hidden;
}
.news .main li .d {
  margin-top: 30px;
  padding-right: 60px;
  color: #666;
  font-size: 36px;
  position: relative;
}
.news .main li .d:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  border-top: 1px solid #ddd;
}
.news .main li .d span {
  display: block;
  margin-top: 15px;
  font-size: 16px;
}
.news .main li .txt {
  overflow: hidden;
  padding-left: 2vw;
  padding-right: 3.5vw;
  padding-top: 0.3rem;
  box-sizing: border-box;
}
.news .main li .txt .t {
  padding-bottom: 15px;
  line-height: 1.2;
  font-weight: 700;
}
.news .main li .txt .p {
  height: 70px;
  line-height: 35px;
  overflow: hidden;
}
.news .main li .img img {
  width: 240px;
}
.news .main li:hover .txt p:before {
  transform: scaleX(1);
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.cl-pro h3 {
  font-size: 32px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.cl-pro h6 {
  text-align: center;
  margin-top: 20px;
}
.cl-pro-view li:hover img {
  transform: scale(1.1);
}
.cl-pro-view li:hover h6 {
  color: #fe1111;
}
.recommend_slide li img {
  width: 100%;
  height: auto;
}
.recommend_slide li {
  width: 100%;
}
.rTitle {
  height: 45px;
  line-height: 45px;
  background: #333;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  padding-left: 10px;
}
.recommend_slide {
  height: 600px;
  overflow: hidden;
  background: #fff;
  padding: 15px;
}
.recommend_slide li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.recommend_slide li img {
  border: 1px solid #ddd;
}
.recommend_slide li span {
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zj-set10 {
  /* padding-bottom: 50px */
}
.zj-set10 .jz-content {
  display: flex;
  justify-content: space-between;
  align-content: center;
  width: 100%;
}
.zj-set10 .jz-content .jz-content-left,
.zj-set10 .jz-content .jz-content-right {
  /* float: left;
    width: 50%; */
  /* flex: 1 ; */
  transition: all 0.4s;
}
.zj-set10 .jz-content .jz-content-left:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.zj-set10 .jz-content .jz-content-left:hover img {
  transform: scale(1.1);
}
.zj-set10 .jz-content .jz-content-left {
  /* padding-right: 60px; */
  box-sizing: border-box;
  width: 49%;
  float: left;
  background: #f5f5f5;
}
.zj-set10 .jz-content .jz-content-right {
  width: 49%;
  float: right;
}
.zj-set10 .jz-content .jz-content-left .jz-content-bottom {
  background: #f5f5f5;
  padding: 38px 50px 33px 40px;
  box-sizing: border-box;
}
.zj-set10 .jz-content .jz-content-left .jz-content-bottom h3 {
  font-size: 20px;
  color: #333333;
}
.zj-set10 .jz-content .jz-content-left .jz-content-bottom p {
  font-size: 14px;
  color: #8f8f8f;
}
.zj-set10 .jz-content .jz-content-left .jz-content-bottom p {
  font-size: 14px;
  color: #8f8f8f;
  margin-top: 20px;
  line-height: 2;
}
.zj-set10 .jz-content .jz-content-left .jz-content-bottom .date {
  font-size: 16px;
  color: #8f8f8f;
  margin-top: 25px;
}
.zj-set10 .jz-content .jz-content-right {
  display: flex;
  flex-direction: column;
}
.zj-set10 .jz-content .jz-content-right .jz-box {
  flex: 1;
  display: flex;
  margin-bottom: 41px;
  align-items: center;
  transition: all 0.5s;
}
.zj-set10 .jz-content .jz-content-right .jz-box:hover {
  transform: translateY(-10px);
}
.zj-set10 .jz-content .jz-content-right .jz-box a {
  display: flex;
  align-items: center;
}
.zj-set10 .jz-content .jz-content-right .jz-box:last-child {
  margin-bottom: 0;
}
.zj-set10 .jz-content .jz-content-right .jz-box .jz-box-left {
  width: 36%;
  position: relative;
  padding-top: 30%;
}
.zj-set10 .jz-content .jz-content-right .jz-box .jz-box-left img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: auto;
  min-height: auto;
  width: 100%;
  height: 100%;
  transform: none;
  transition: transform 0.5s ease;
  object-fit: cover;
  max-height: 100%;
}
.zj-set10 .jz-content .jz-content-right .jz-box .jz-box-right {
  padding-left: 23px;
  padding-right: 4%;
  box-sizing: border-box;
  flex: 1;
}
.zj-set10 .jz-content .jz-content-right .jz-box .jz-box-right h3 {
  font-size: 20px;
  color: #333333;
}
.zj-set10 .jz-content .jz-content-right .jz-box:hover .jz-box-right h3 {
  color: #d12f2e;
}
.zj-set10 .jz-content .jz-content-right .jz-box .jz-box-right p {
  font-size: 14px;
  color: #8f8f8f;
  line-height: 2;
  margin-top: 10px;
}
.zj-set10 .jz-content .jz-content-right .jz-box .jz-box-right .date {
  font-size: 16px;
  color: #8f8f8f;
  margin-top: 10px;
}
.zj-set11 {
  margin-top: 80px;
}
.zj-set11 .uls li {
  float: left;
  font-size: 14px;
  color: #8f8f8f;
  margin-right: 22px;
  line-height: 2;
}
.zj-set11 .uls li:first-child {
  margin-right: 10px;
}
.zj-set11 .uls li:last-child {
  margin-right: 0;
}
.zj-set12 {
  background: #333;
  color: #fff;
  /* margin-top: 12px; */
}

.zj-set12 .zj-set12-box .zj-left {
  width: 300px;
}
.zj-set6 .swiper-button-next,
.zj-set6 .swiper-button-prev {
  top: 32%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.zj-set12-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* width: 100%; */
}
.zj-center ul {
  display: flex;
  align-items: center;
}
.zj-center ul a {
  display: block;
}
.zj-center ul li {
  margin-left: 38px;
  color: #b8b8b8;
}
.zj-center ul li:first-of-type {
  margin-left: 0;
}
.zj-center ul li p:first-of-type,
.zj-center ul li a:first-of-type {
  margin-bottom: 20px;
}
.zj-right a {
  width: 200px;
  line-height: 50px;
  border: 1px solid #999999;
  text-align: center;
  display: block;
  border-radius: 6px;
}
.zj-right a img {
  margin-right: 6px;
}
.zj-bottom-ds {
  display: flex;
  justify-content: space-between;
  line-height: 55px;
  color: #8f8f8f;
  font-size: 14px;
}
.zj-bottom {
  border-top: 1px solid #474747;
  margin-top: 32px;
}
.jz-title ul {
  width: max-content;
  margin: auto;
  font-size: 18px;
  color: #757575;
  margin-top: 30px;
}
.jz-title ul li {
  float: left;
  margin-right: 80px;
}
.jz-title ul li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1660px) {
  .w1400 {
    width: 1280px;
  }
  .header_bt_views .h_ss {
    width: 312px;
  }
  .header_bt_views ul li > a {
    padding: 0 70px;
  }
  .zj-set3-pro ul li h6 {
    line-height: 50px;
  }
  .zj-set3-nav ul a {
    font-size: 14px;
  }
  .jz-title h6 {
    font-size: 30px;
  }
  .jz-title p {
    font-size: 16px;
  }
  .zj-set4-r-page .txt h6 {
    font-size: 20px;
    margin: 18px 0;
  }
  .zj-set4-r-page .txt .cont {
    font-size: 14px;
  }
  .zj-set4-l .txt h6 {
    font-size: 21px;
    margin: 22px 0 16px;
  }
  .zj-set4-l .txt .cont {
    margin-bottom: 26px;
    font-size: 14px;
  }
  .zj-set6-cont li h6 {
    font-size: 18px;
  }
  .zj-set6-cont li .img {
    margin-bottom: 18px;
  }
  .zj-set8-page .txt .tit {
    padding: 60px 10%;
  }
  .zj-set8-page .txt a {
    font-size: 14px;
  }
  .zj-set8-page {
    margin-bottom: 55px;
  }
  .zj-set9-cont {
    font-size: 14px;
  }
  .zj-set6-cont li p {
    font-size: 14px;
  }
  .zj-set12 .zj-set12-box .zj-left {
    width: 240px;
  }
  .zj-center ul li {
    margin-left: 18px;
  }
  .zj-right a {
    width: 168px;
    font-size: 14px;
  }
}












@media (min-width: 1510px) {
    .container {
        width: 1510px;
    }
}

/* å¤´éƒ¨ */
.llo h1 {
    line-height: 100px;
}

.nav {
    width: 69.12%;
}

.x-menu {
    display: flex;
    justify-content: space-between;
}

.x-menu>li>a .da .s1 {
    font-size: 17px;
    color: #333;
}

.x-menu>li>a {
    overflow: hidden;
}

.x-menu>li>a .da {
    transition: transform 0.3s linear;
    display: block;
    position: relative;
}

.x-menu>li>a .da .s2 {
    font-size: 12px;
    color: #999999;
    margin-top: 9px;
    text-align: center;
}

.x-menu>li.active>a>.da,
.x-menu>li:hover>a>.da {
    transform: translate3d(0, -100%, 0);
}

.x-menu>li:hover>a>.da .s1:before {
    content: attr(data-title);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
}

.x-menu>li:hover>a>.da .s2:before {
    content: attr(data-title);
    position: absolute;
    top: 167%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #5f8eba;
}

.x-menu>li.active>a>.da .s1:before {
    content: attr(data-title);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
}

.x-menu>li.active>a>.da .s2:before {
    content: attr(data-title);
    position: absolute;
    top: 167%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #5f8eba;
}

.so {
    background: url(//cdn.myxypt.com/fcb0e7f0/21/09/908f4e685fee30272a8b9899af8c1b5a804e728f.png)no-repeat center;
    width: 19px;
    height: 100%;
}

.ss {
    display: none;
    position: absolute;
    right: 0;
    top: 100px;
    width: 310px;
    padding: 20px;
    /*border-radius: 20px;*/
    z-index: 999;
    background: rgb(255, 255, 255, .9);
}

.ss input {
    outline: none;
    line-height: 32px;
    width: 20%;
    background: none;
    border: none;
    background: #03479c;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
}

.ss #keyword {
    padding-left: 5px;
    line-height: 30px;
    width: 80%;
    background: none;
    border: 1px solid #03479c;
    outline: none;
    font-size: 13px;
    color: #fff;
}

.ss #keyword::placeholder {
    color: #999;
    font-size: 12px;
}

.x-menu .s {
    padding: 0;
    height: 100px;
}

.x-menu .s:hover {
    background: none;
}

.yu {
    background: none;
    background: url(//cdn.myxypt.com/fcb0e7f0/21/09/15429d41dd636bf1e51b1a0039f6d5792643f016.png) no-repeat 10px 50%;
    padding: 0 !important;
    line-height: 100px;
    padding-left: 43px !important;
}

.yu.active,
.yu:hover {

    background: url(//cdn.myxypt.com/fcb0e7f0/21/09/15429d41dd636bf1e51b1a0039f6d5792643f016.png)no-repeat 10px 50% !important;
}

.yu a {
    color: #666666;
}





/* Ã¥â€¦Â¬Ã¥ÂÂ¸Ã§Â®â‚¬Ã¤Â»â€¹ */

.about {
    padding: 56px 0 47px 0;
    position: relative;
    
}

.aboutbg {
    width: 100%;
    height: 100%;
    background: #eee;
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: 45px;
}

.aboutimg img {
    max-width: 100%;
    height: auto;
}

.about .col-md-6 {
    padding: 0;
}

.aboutimg {
    position: relative;
    left: -50px;
    opacity: 0;
    transition: all 1s;
}

.on .aboutimg {
    left: 0;
    opacity: 1;
    transition-delay: 0.7s;
}

.tit2 h5 {
    font-size: 24px;
    font-family: Arial;
    line-height: 24px;
    color: #666666;
}

.tit2 h3 {
    font-size: 36px;
    line-height: 36px;
    color: #0054a3;
    margin-top: 17px;
}

.about .text {
    padding: 0 10% 0 90px;
    color: #555555;
    font: 400 16px/36px "Microsot Yahei";
    position: absolute;
    top: 0;
    opacity: 0;
    transition: all 1.2s;
    padding-top: 3%
}

.about.on .text {
    right: 0;
    opacity: 1;
    transition-delay: 1s;
}

.about .text .con {
    padding-top: 38px;
    height: 233px;
    overflow: hidden;

}

.about .text .con p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.about .text .more {
    padding-top: 30px;
}

.about .text .more a {
    color: #d12f2e;
    font: 400 14px/30px "Microsot Yahei";
    background: url(//cdn.myxypt.com/fcb0e7f0/21/09/f67a442f2b63b33aa3cc65e775413a59b37cd51f.png)no-repeat right center;
    padding-right: 30px;
    transition: all 0.5s;
}

.about .text .more a:hover {
    padding-right: 45px;
}

@media (max-width: 991px) {
    .about {
        padding: 0;
        margin-top: 20px;
    }

    .aboutbg {
        display: none;
    }

    .about .text {
        padding: 20px;
        position: relative;
    }

    .about .text .con {
        padding-top: 20px;
    }

    .about .text .more {
        padding-top: 20px;
    }
}



.bannerr {
    position: relative;
}

.bannerr ul.ba {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
    width: 100%;
    height: 100%;
}

.bannerr ul.ba li {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.bannerr .numm {
    display: none;
}

.pre2 {
    width: 32px;
    height: 50px;
    position: absolute;
    left: 10%;
    top: 50%;
    margin-top: -25px;
    z-index: 999;
    cursor: pointer;
    display: none;
}

.next2 {
    width: 32px;
    height: 50px;
    position: absolute;
    right: 10%;
    top: 50%;
    margin-top: -25px;
    z-index: 999;
    cursor: pointer;
    display: none;
}

.banners {
    margin-top: 55px;
    width: 100%;
    height: 100%;
    position: relative;
}

.banners ul.bc {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: url(../images/youshi.jpg);
    background-size: cover;
}

.banners ul.bc li {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
}

.banners ul.bc li div {
    position: absolute;
    width: 36.5%;
    top: 150px;
    left: 10%;
}

.banners ul.bc li div h3 {
    font: bold 66px/66px "Arial";
    color: #ffffff;
    text-transform: uppercase;
}

.banners ul.bc li div .p1 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    color: #fff;
    margin-top: 40px;
}

.banners ul.bc li div .p2 {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    margin-top: 16px;
}

.banners ul.bc li div .p3 {
    font: 18px/34px "";
    color: #ffffff;
    margin-top: 30px;
}

.banners ul.bc li div .p4 {
    width: 390px;
    line-height: 48px;
    border-radius: 5px;
    background: #d12f2e;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-top: 56px;
}

.banners ul.bc li div .p4 span {
    font-size: 24px;
    font-family: Arial;
    font-weight: 600;
}

.banners ul.bc li div a {
    display: block;
    /*width: 130px;*/
    /*height: 40px;*/
    margin-top: 36px;
    /*text-align: center;*/
    /*font:18px/40px "";*/
    /*color: #111;*/
    /*border:1px solid #111;*/
    /*border-radius: 5px;*/

}

@media (max-width: 1200px) {
    .banners ul.bc li div h3 {
        font-size: 35px;
    }

    .banners ul.bc li div p {
        max-height: 60px;
        overflow: hidden;
    }

}

@media (max-width: 1440px) {
    .x-menu>li>a .da .s1{
        font-size:16px;
    }
}



.banners .numbox {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    height: 100%;
}

.banners .numbox:before {
    content: ".";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
}

.banners .numbox .numn {
    width: 394px;
    display: inline-block;
    vertical-align: middle;
}

.banners .numn li {
    font: 400 16px/60px "Microsoft Yahei";
    color: #fff;
}

.banners .numn li {
    *display: inline;
    _zoom: 1;
    _display: inline;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.banners .numn li::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #d12f2e;
    border-radius: 30px 0 0 30px;
    z-index: -2;
    transition: all 0.3s;
}

.banners .numn li.num_hover::after {
    width: 100%;
}

.banners .numn li a {
    display: block;
    color: #fff;
    padding-left: 64px;
    
    background: url(//cdn.myxypt.com/fcb0e7f0/21/09/d6fae1b7697ecbf22f5eeb20b0e803b318f8517c.png) no-repeat 38px 50%;
}

.banners .numn li.num_hover a {
    color: #fff;
    background: url(//cdn.myxypt.com/fcb0e7f0/21/09/ba1f1e0378cf5ef7a2e7f3347576569e24dfdd64.png) no-repeat 38px 50%;
}



/* Ã¨Â¯Â¾Ã§Â¨â€¹Ã¤Â»â€¹Ã§Â» */

.course {
    background: #f5f5f5;
    padding: 70px 0 100px;
}

.tit {
    color: #d12f2e;
  
  
}

.c1_left {
    text-align: left !important;
}

.tit img {
    max-width: 100%;
    height: auto !important;
    width: auto !important;
}


.tit p {
    color: #acabab;
    font: 400 16px/25px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
    text-transform: uppercase;
}

.tit2 {
    text-align: left;
}


.courselist {
    position: relative;
    overflow: hidden;
    margin: 0 10%;
    padding: 0;
    padding-top: 55px;
}

.courselist .hd {
    position: absolute;
    z-index: 9;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 100%;
}

.courselist .hd ul {
    text-align: center;
}

.courselist .hd ul li {
    width: 50%;
    float: left;
    /* background: rgba(0, 31, 95, .48); */
    border-right: 1px solid #9ba0a9;
    text-align: center;
    height: 100%;
    position: relative;
    height: 664px;
    /*margin-right: 0.3%;*/
    line-height: 664px;
    position: relative;
    z-index: 2;
}

.courselist .hd ul li:last-child {
    margin-right: 0;
    border-right: none;
}

.courselist .hd ul li .proconts {
    display: inline-block;
    vertical-align: middle;
    font: normal 28px/30px MicrosoftYaHei;
    color: #ffffff;
}

.courselist .hd ul li h3 {
    font: normal 28px/30px MicrosoftYaHei;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.courselist .hd ul li .intro {
    font: normal 16px/40px MicrosoftYaHei;
    margin-top: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 0;
    overflow: hidden;

    transition: all 0.5s;
}

.courselist .hd ul li.on .intro {
    height: auto;
    margin-top: 45px;
}

.courselist .hd ul li .p1 {
    width: 0px;
    height: 3px;
    margin: 0 auto;
    background: #fff;
    margin-top: 20px;
    transition: all 0.5s;
    overflow: hidden;
}

.courselist .hd ul li.on .p1 {
    width: 42px;
}

.courselist .hd ul li .intro a {
    color: #fff;
}

.courselist .hd ul li .p2 {
    transition: all 0.5s;
    margin-top: -15px;
}

.courselist .hd ul li.on .p2 {
    margin-top: 72px;
}

.courselist .hd ul li::after {
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 84, 162, .7);
    transition: all 0.5s;
}

.courselist .hd ul li.on::after {
    height: 100%;
}

.courselist .bd {
    position: relative;
}

.courselist .bd img {
    min-width: 100%;
}








.courselist .img img {
    max-width: 100%;
    height: auto;
}

.swiper-container2 {
    padding-top: 20px;
    width: 100%;
    overflow: hidden;
}

.swiper-container2 .swiper-slide a {
    display: block;
    color: #333;
    font: 400 14px/36px "Microsoft Yahei";
    text-align: center;
}

.swiper-pagination2 {
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
}

.swiper-pagination2 .swiper-pagination-bullet {
    display: inline-block;
}

@media (max-width: 991px) {
    .course {
        margin-top: 20px;
        padding: 20px 0;
    }
}





/* Ã¦Â Â¸Ã¥Â¿Æ’Ã¤Â¼ËœÃ¥Å Â¿ */
.ys {
    position: relative;
    background: url(//cdn.myxypt.com/fcb0e7f0/21/09/2dee3c86c61c39c1ba905b33a0169745e2866829.jpg)top center;
    background-size: cover;
    padding: 80px 0 120px;
}

.ystit {
    color: #ffffff;
    font: 400 30px/40px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
    text-align: center;
}

.ystit p {
    color: #acabab;
    font: 400 16px/25px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
    text-transform: uppercase;
}

.ys ul {
    margin-top: 80px;
    padding: 0 10%;
    text-align: center;
}

.ys ul li {
    background: #fff;
    text-align: center;
    padding: 4% 1% 2% 1%;
    color: #ffffff;
    display: inline-block;
    width: 18%;
    margin-right: 2%;
    min-height: 314px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.ys ul li::after {
    position: absolute;
    content: "";
    width: 0;
    top: 50%;
    height: 0;
    left: 50%;
    z-index: -1;
    background: #0054a2;
    transition: all 0.3s;
}

.ys ul li:hover:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.ys ul li:last-child {
    margin-right: 0;
}

.ys ul li h3 {
    font: bold 26px/26px MicrosoftYaHei;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
}

.ys ul li:hover h3 {
    color: #fff;
}

.ys ul li span {
    display: block;
    height: 3px;
    background: #0054a2;
    width: 20%;
    margin: 0 auto;
    margin-top: 20px;
    transition: all 0.5s;
}

.ys ul li:hover span {
    background: #fff;
}

.ys ul li p {
    font: normal 16px/26px MicrosoftYaHei;
    color: #333;
    margin-top: 24px;
    /* max-height: 60px; */
    overflow: hidden;
    padding: 0 25.5px;
    transition: all 0.5s;
}

.ys ul li:hover p {
    color: #fff;
}

.ys ul li a {
    display: block;
    width: 37px;
    height: 37px;
    border: solid 1px #d6d6d6;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    font: normal 28px/33px MicrosoftYaHei;
    color: #d6d6d6;
    margin-top: 40px;
}

.ys ul li:hover a {
    color: #fff;
    border: solid 1px #fff;
}

@media (max-width: 1600px) {
    .ys ul li p {
        padding: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;

    }

    .ys ul li {
        min-height: 280px;
    }
}

@media (max-width: 1200px) {
    .ys ul li {
        width: 30%;
        min-height: 250px;
        padding: 5% 1% 2% 1%;
    }

    .ys ul li p {
        font-size: 14px;
        max-height: 55px;
        overflow: hidden;
    }
}

@media (max-width: 768px) {
    .ys {
        padding-bottom: 5%;
    }

    .ys ul {
        margin-top: 4%;
        padding: 0 5%;
    }

    .ys ul li {
        width: 30%;
        min-height: 218px;
        padding: 5% 1% 2% 1%;
        margin-bottom: 25px;
    }

    .ys ul li h3 {
        font-size: 14px;
    }

    .ys ul li p {
        font-size: 12px;
        max-height: 55px;
        overflow: hidden;
    }
}

@media (max-width: 480px) {
    .ys ul li {
        width: 45%;
        min-height: 200px;
        padding: 5% 1% 2% 1%;
        margin-bottom: 15px;
    }

    .ys ul li h3 {
        font-size: 14px;
    }

    .ys ul li p {
        font-size: 12px;
        max-height: 55px;
        overflow: hidden;
    }
}


/* æ–°é—»èµ„è®¯ */



.soroll {
    height: 462px;
    overflow: hidden;
    /* margin-top: 45px; */

}

/* .soroll ul {
    background: #fff;
} */
.nnn {
    padding: 20px;
    background: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}



@media (max-width: 991px) {
   
}



.tit {
    color: #d12f2e;
  

}



.celebbg {
    padding-bottom: 87px;
}

.tit p {
    color: #acabab;
    font: 400 16px/25px "å¾®è½¯é›…é»‘";
    text-transform: uppercase;
}

.rong {
    margin: 0 16px;
}

.ry {
    margin-left: -16px;
    margin-right: -16px;
    margin-top: 58px;
}




.ry .owl-carousel .owl-nav .owl-next .icon-font:after {
    background: url(//cdn.myxypt.com/fcb0e7f0/21/09/301a8c683a03ac39689464a03fe5fb1834f68d78.png);
    width: 36px;
    height: 68px;
}

.ry .owl-carousel .owl-nav .owl-next:hover .icon-font:after {
    background: url(//cdn.myxypt.com/fcb0e7f0/21/09/40784a76190c969815a2cb73deec8e2c1c67d42c.png);

}

.ry .owl-carousel .owl-nav .owl-prev .icon-font:after {
    background: url(//cdn.myxypt.com/fcb0e7f0/21/09/78c1f0c984bb156f8926078199b8142df2f2fa75.png);
    width: 36px;
    height: 68px;
}

.ry .owl-carousel .owl-nav .owl-prev:hover .icon-font:after {
    background: url(//cdn.myxypt.com/fcb0e7f0/21/09/0fc0aff128ae3eb3cbd3412b72150bf0a6940484.png);

}

.ry .owl-carousel .owl-nav .owl-next {
    outline: none;
    right: -48px;
    top: 50%;
    position: absolute;
}

.ry .owl-carousel .owl-nav .owl-prev {
    outline: none;
    left: -61px;
    top: 50%;
    position: absolute;
}

/* å°¾éƒ¨ */
.fb1 .d1 {
    width: 43.1%;
    display: flex;
    justify-content: space-between;
}

.fb1 {
    background: url(//cdn.myxypt.com/fcb0e7f0/21/09/5e8b02d51e4e89ee981622e79f339b3c355b4dc8.jpg)no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 84px;
}

.fd p {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}

.fd ul li {
    font-size: 14px;
    line-height: 14px;

}

.fd ul li a {
    color: #949597;
}

.fd ul {
    margin-top: 36px;
}

.fd ul li+li {
    margin-top: 22px;
}

.fd ul li a:hover {
    color: #fff;
}

.d2 {
    width: 44.1%;
    display: flex;
    justify-content: space-between;
}

.d2 .dblx {
    color: #fff;
}

.d2 .dblx p:nth-child(1) {
    font-size: 18px;
    line-height: 18px;
    color: #1f93ff;
}

.d2 .dblx p:nth-child(2) {
    font-family: Arial;
    font-size: 34px;
    line-height: 34px;
    font-weight: 600;
    margin-top: 22px;
}

.d2 .dblx p:nth-child(3) {
    margin-top: 30px;
    margin-bottom: 12px;
}

.d2 .dblx p:nth-child(3),
.d2 .dblx p:nth-child(4) {
    font-size: 14px;
    line-height: 14px;
    color: #949597;
}

.d2 .p1 {
    display: block;
    width: 192px;
    line-height: 48px;
    border-radius: 40px;
    background: #1f93ff;
    color: #fff;
    background: url(//cdn.myxypt.com/fcb0e7f0/21/09/77f26eacd1c12b38a35528e49a51f1f654684678.png)no-repeat left center #1f93ff;
    padding-left: 86px;
    background-position: 46px;
    font-size: 16px;
    margin-top: 55px;
}

.d2y .p22 {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    margin-bottom: 34px;
}

.d2y .d2y1 {
    margin-right: 33px;
}

.d2y div p {
    font-size: 14px;
    color: #999999;
    line-height: 14px;
    text-align: center;
    margin-top: 22px;
}

.fb2 {
    background: #191e22;
    padding-top: 42px;
    padding-bottom: 42px;
    position: relative;
}

.fb2::after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 9px;
    background: #303539;
    height: 1px;
}

.fb2 p {
    text-align: center;
    font-size: 14px;
    color: #999999;
}

.fb2 p a {
    color: #999999;
}
.fb2 p a:hover{
    color:#fff;
}
.fb2 p+p {
    margin-top: 8px;
}




@media (max-width: 1679px) {
    .banners ul.bc li div {
        width: 55.05%;
    }

    .banners ul.bc li div .p3 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;

    }
}

@media (max-width: 1579px) {
    .tit2 h5 {
        font-size: 20px;
    }
}

@media (max-width: 1515px) {
    .d2 {
        width: 50%;
    }

    .x-menu>li {
        padding: 0 15px;
        padding-top: 30px;
        padding-bottom: 20px;
    }
}

@media (max-width: 1500px) {
    .banners ul.bc li div {
        top: 60px;
    }
}

@media (max-width: 1353px) {
    .tit2 h5 {
        font-size: 16px;
        line-height: 16px;
    }

    .tit2 h3 {
        font-size: 30px;
        line-height: 30px;
    }

    .about .text {
        padding-top: 1%;
    }
}

@media (max-width: 1300px) {
    .banners ul.bc li div h3 {
        font: bold 46px/46px "Arial";
    }

    .banners ul.bc li div .p1 {
        font-size: 30px;
        line-height: 30px;
        margin-top: 12px;
    }

    .banners ul.bc li div .p2 {
        font-size: 20px;
        line-height: 20px;
        margin-top: 12px;
    }

    .banners ul.bc li div .p3 {
        font: 16px/30px "";
        color: #ffffff;
        margin-top: 18px;
    }

    .banners ul.bc li div {
        width: 39.05%;
    }

    .banners ul.bc li div .p4 {
        margin-top: 30px;
    }
}

@media (max-width: 1200px) {
    .banners ul.bc li div h3 {
        font: bold 35px/35px "Arial";
    }

    .fb1 .d1 {
        width: 37%;
    }

    .d2 {
        width: 57%;
    }
}

@media (max-width: 1200px) {
    .fMd h4 {
        font-size: 15px;
    }

    .fMd h2 {
        font-size: 20px;
    }

    .fMd h3 {
        font-size: 18px;
    }

    .x-menu .s,
    .x-menu .yu {
        display: none;
    }
}

.swiper-wrapper img {
    max-width: 100%;
    height: auto;

}

.fCode {
    text-align: center;
    max-width: 400px;
}

.fCode>h3 {
    font-size: 14px;
    color: #8b8b8b;
    line-height: 2;
    font-weight: normal;
    margin-bottom: 10%
}

.fCode ul li {
    width: 50%;
    text-align: center;
    float: left;
}

.fCode ul li img {
    max-width: 100%;
}

.fCode ul li p {
    font-size: 14px;
    color: #636363;
    line-height: 2;
}

.fCy {
    border-top: 1px solid #505050;
    width: 80%;
    margin: 0 auto;
    margin-top: 5vh;
    padding-top: 20px;
}

.foot,
.sjbq {
    display: none;
}

@media (max-width: 991px) {
    .about .text .con {
        height: auto;
    }

    header {
        display: none;
    }

    .x-banner {
        margin-top: 60px;
    }

    footer {
        display: none;
    }

    .foot,
    .sjbq {
        display: block;
    }

    .foot {
        background: #1e1d2d;
        color: #bcbbbe;
        padding: 0 15px;
        padding-top: 20px;
        padding-bottom: 15px;
        margin-top: 30px;
    }

    .fw {
        width: 95%;
        margin: 0 auto;
    }

    .fw .du .dul .p1 span {
        margin-right: 30px;
    }

    .fw .du .dul .sec li {
        padding-left: 10px;
        margin-bottom: 8px;
    }

    .fw .du .dul .sec {
        display: none;
    }

    .fw .du .dul .sec a {
        color: #939090;
        font-size: 12px;
    }

    .fw .du .dul p {
        border-bottom: 1px solid #7a7a7a;
        line-height: 40px;
    }

    .fw .du {
        font-size: 14px;
    }

    .sjbq {
        font-size: 12px;
        color: #bcbbbe;
        padding-top: 5px;
    }

    .sjbq a {
        color: #bcbbbe;
    }





}

@media (max-width: 988px) {
    .news {
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .header_top .h_phs .dq{display:none;}
    .about .text {
        padding-top: 4%;
    }
}

@media (max-width: 600px) {
    .tit2 h5 {
        font-size: 15px;
        line-height: 15px;
    }

    .about .text {
        padding-top: 5%;
    }

    .tit2 h3 {
        font-size: 26px;
        line-height: 26px;
    }

    .about .text .con {
        padding-top: 9px;
        font-size: 14px;
        line-height: 25px;
    }

    .about .text .more {
        padding-top: 0px;
    }

    .ys {
        display: none;
    }

    .ry {
        margin-top: 20px;
    }

    .celebbg {
        padding-bottom: 38px;
    }

    .aboutimg {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .swiper-container2 .swiper-slide a {
        padding-left: 15px;
        padding-right: 15px;
    }
}